.elementor-1090 .elementor-element.elementor-element-eeae421{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7bd7f7f *//* =========================================
   ORIGIN HRT — DAN SMITH PROFILE PAGE
========================================= */

.ot-profile-page,
.ot-profile-page *{
  font-family:"Montserrat", sans-serif !important;
  box-sizing:border-box;
  font-synthesis:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

.ot-profile-page{
  --pink:#9E7E9A;
  --gold:#C8A97A;
  --ink:#101828;
  --muted:rgba(16,24,40,0.78);
  --border:rgba(158,126,154,0.18);
  --shadow:0 18px 44px rgba(16,24,40,0.08);
}

/* Elementor fit */
.ot-profile-page.e-con{
  padding:0 !important;
}

/* Main section */
.ot-profile{
  padding:72px 0 92px;
  background:
    radial-gradient(circle at top left, rgba(158,126,154,0.10), transparent 34%),
    #fff;
}

/* Layout */
.ot-profile__wrap{
  width:min(1100px, calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:420px 1fr;
  gap:56px;
  align-items:center;
}

/* Image card */
.ot-profile__media{
  border-radius:26px;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  background:#f6f2f6;
}

.ot-profile__media img{
  width:100%;
  aspect-ratio:4 / 5;
  display:block;
  object-fit:cover;
  object-position:center 20%;
}

/* Content */
.ot-profile__content{
  max-width:640px;
}

.ot-profile__name{
  margin:0;
  font-size:clamp(36px, 5vw, 62px);
  line-height:1;
  font-weight:900;
  letter-spacing:-0.045em;
  color:var(--pink);
}

.ot-profile__name::after{
  content:"";
  display:block;
  width:96px;
  height:3px;
  margin:20px 0 0;
  border-radius:999px;
  background:var(--gold);
}

.ot-profile__role{
  margin:22px 0 0;
  font-size:18px;
  line-height:1.4;
  font-weight:900;
  color:var(--gold);
}

.ot-profile__bio{
  margin-top:28px;
}

.ot-profile__bio p{
  margin:0 0 18px;
  font-size:16px;
  line-height:1.9;
  color:var(--muted);
}

.ot-profile__bio p:last-child{
  margin-bottom:0;
}

/* Tablet */
@media (max-width:980px){

  .ot-profile__wrap{
    grid-template-columns:1fr;
    gap:36px;
    max-width:720px;
  }

  .ot-profile__media{
    max-width:420px;
    margin:0 auto;
  }

  .ot-profile__content{
    max-width:100%;
    text-align:center;
  }

  .ot-profile__name::after{
    margin-left:auto;
    margin-right:auto;
  }
}

/* Mobile */
@media (max-width:760px){

  .ot-profile{
    padding:54px 0 72px;
  }

  .ot-profile__wrap{
    width:min(1100px, calc(100% - 28px));
  }

  .ot-profile__role{
    font-size:16px;
  }

  .ot-profile__bio p{
    font-size:15px;
    line-height:1.85;
    text-align:left;
  }
}/* End custom CSS */