/* OLGA /experts — 000.001.038 */
.experts-page {
  background: var(--v3-light);
}

.experts-header {
  position: absolute;
}

.experts-header .v3-nav .is-current {
  color: var(--v3-gold);
}

.experts-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(90deg,
      rgba(10,27,41,.96) 0%,
      rgba(10,27,41,.92) 28%,
      rgba(10,27,41,.72) 45%,
      rgba(10,27,41,.24) 62%,
      rgba(10,27,41,.04) 100%),
    url('/static/media/experts/experts-hero-team-037.png') center 42% / cover no-repeat;
  color: #fff;
}

.experts-hero-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 82%);
}

.experts-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 760px;
  padding-top: 138px;
  padding-bottom: 68px;
  display: block;
}

.experts-hero .v3-eyebrow {
  color: var(--v3-gold);
}

.experts-hero-copy {
  width: min(610px, 48%);
}


.experts-hero h1 {
  margin: 0 0 24px;
  max-width: 760px;
  font-family: var(--v3-serif);
  font-size: clamp(52px, 5.3vw, 78px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -.035em;
  text-shadow: 0 2px 16px rgba(0,0,0,.16);
}

.experts-hero h1 strong {
  color: var(--v3-gold);
  font-weight: 700;
}

.experts-hero-lead {
  max-width: 650px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.84);
  font-size: 19px;
  line-height: 1.55;
}

.experts-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  max-width: 650px;
  margin-bottom: 28px;
}

.experts-proof div {
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
}

.experts-proof b {
  display: block;
  color: var(--v3-gold);
  font-family: var(--v3-serif);
  font-size: 28px;
  line-height: 1;
}

.experts-proof span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.3;
}

.experts-hero-cta {
  min-width: 235px;
}


.experts-team-story {
  padding: 100px 0;
  background: #fff;
}

.experts-team-story-grid {
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr);
  gap: 88px;
  align-items: start;
}

.experts-team-story h2,
.expert-profile h2,
.experts-process h2,
.experts-final h2 {
  margin: 0;
  color: var(--v3-navy);
  font-family: var(--v3-serif);
  font-size: clamp(44px, 5vw, 66px);
  line-height: 1;
  letter-spacing: -.03em;
  font-weight: 600;
}

.experts-team-story-copy {
  padding-top: 6px;
}

.experts-team-story-copy p {
  margin: 0 0 19px;
  color: #56656e;
  font-size: 18px;
  line-height: 1.65;
}

.experts-team-story-copy .experts-team-story-accent {
  padding: 18px 20px;
  border-left: 4px solid var(--v3-gold);
  background: var(--v3-light);
  color: var(--v3-navy);
  font-weight: 700;
}

.expert-profile {
  padding: 105px 0;
}

.expert-profile--olga {
  background: var(--v3-light);
}

.expert-profile--natalia {
  background: #fff;
}

.expert-profile-grid {
  display: grid;
  grid-template-columns: minmax(430px,.95fr) minmax(0,1.05fr);
  gap: 76px;
  align-items: center;
}

.expert-profile-grid--reverse {
  grid-template-columns: minmax(0,1.05fr) minmax(430px,.95fr);
}

.expert-profile-media {
  min-width: 0;
}

.expert-main-photo {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(20,34,48,.13);
}

.expert-main-photo img {
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center top;
}

.expert-photo-strip {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 9px;
  margin-top: 9px;
}

.expert-photo-strip img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}

.expert-profile-copy .v3-eyebrow {
  margin-bottom: 12px;
}

.expert-profile-intro {
  margin: 24px 0 18px;
  color: var(--v3-navy);
  font-family: var(--v3-serif);
  font-size: 25px;
  line-height: 1.35;
  font-weight: 600;
}

.expert-profile-copy > p:not(.v3-eyebrow):not(.expert-profile-intro) {
  margin: 0 0 16px;
  color: #5c6972;
  font-size: 17px;
  line-height: 1.65;
}

.expert-facts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 9px;
  margin: 28px 0;
}

.expert-facts div {
  min-height: 105px;
  padding: 16px;
  border: 1px solid var(--v3-line);
  border-radius: 14px;
  background: #fff;
}

.expert-profile--natalia .expert-facts div {
  background: var(--v3-light);
}

.expert-facts b {
  display: block;
  color: #9d7a0e;
  font-family: var(--v3-serif);
  font-size: 26px;
  line-height: 1;
}

.expert-facts span {
  display: block;
  margin-top: 7px;
  color: #65727a;
  font-size: 12px;
  line-height: 1.35;
}

.expert-profile blockquote {
  margin: 0;
  padding: 20px 22px;
  border-left: 4px solid var(--v3-coral);
  background: var(--v3-navy);
  color: #fff;
  font-family: var(--v3-serif);
  font-size: 20px;
  line-height: 1.45;
}

.expert-profile-media--natalia {
  display: grid;
  grid-template-columns: minmax(0,1fr) 42%;
  gap: 10px;
  align-items: end;
}

.expert-main-photo--natalia img {
  aspect-ratio: 4/5;
}

.expert-secondary-photo {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(20,34,48,.11);
}

.expert-secondary-photo img {
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
}

.experts-process {
  padding: 100px 0 110px;
  background: var(--v3-navy);
  color: #fff;
}

.experts-process .v3-eyebrow {
  color: var(--v3-gold);
}

.experts-process h2 {
  color: #fff;
}

.experts-section-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(280px,.72fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 36px;
}

.experts-section-head > p {
  margin: 0 0 5px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
}

.experts-process-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}

.experts-process-grid article {
  min-height: 270px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}

.experts-process-grid span {
  color: var(--v3-gold);
  font-family: var(--v3-serif);
  font-size: 26px;
}

.experts-process-grid h3 {
  margin: 66px 0 12px;
  color: #fff;
  font-family: var(--v3-serif);
  font-size: 29px;
}

.experts-process-grid p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.55;
}

.experts-final {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: var(--v3-light);
}

.experts-final-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248,249,250,.98) 0%, rgba(248,249,250,.92) 48%, rgba(248,249,250,.3) 100%),
    url('/static/media/experts/olga-2.jpg') 82% 46% / cover no-repeat;
  opacity: .98;
}

.experts-final-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 70px;
  align-items: center;
}

.experts-final-grid > div:first-child {
  max-width: 720px;
}

.experts-final-grid p:not(.v3-eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #596872;
  font-size: 17px;
}

.experts-final-actions {
  min-width: 245px;
  display: grid;
  gap: 13px;
}

.experts-phone-link {
  text-align: center;
  color: var(--v3-navy);
  font-size: 17px;
  font-weight: 800;
}

.v3-team-details-link {
  width: 100%;
  margin-top: 14px;
}

@media (max-width: 1060px) {
  .experts-hero h1 {
    font-size: 64px;
  }

  .experts-team-story-grid,
  .expert-profile-grid,
  .expert-profile-grid--reverse {
    gap: 44px;
  }

  .expert-profile-grid,
  .expert-profile-grid--reverse {
    grid-template-columns: minmax(340px,.9fr) minmax(0,1.1fr);
  }

  .experts-process-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 760px) {
  .experts-hero {
    background:
      linear-gradient(180deg,
        rgba(10,27,41,.94) 0%,
        rgba(10,27,41,.88) 46%,
        rgba(10,27,41,.54) 72%,
        rgba(10,27,41,.20) 100%),
      url('/static/media/experts/experts-hero-team-037.png') 61% center / cover no-repeat;
  }

  .experts-hero-copy {
    width: 100%;
    max-width: 620px;
  }



  .experts-hero {
    min-height: auto;
  }

  .experts-hero-grid {
    min-height: 0;
    padding-top: 116px;
    padding-bottom: 58px;
    grid-template-columns: 1fr;
  }

  .experts-hero h1 {
    font-size: 52px;
  }

  .experts-hero-lead {
    font-size: 17px;
  }

  .experts-proof {
    grid-template-columns: 1fr 1fr;
  }

  .experts-proof div:last-child {
    grid-column: 1 / -1;
  }

  .experts-team-story,
  .expert-profile,
  .experts-process,
  .experts-final {
    padding: 68px 0;
  }

  .experts-team-story-grid,
  .expert-profile-grid,
  .expert-profile-grid--reverse,
  .experts-section-head,
  .experts-final-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .experts-team-story h2,
  .expert-profile h2,
  .experts-process h2,
  .experts-final h2 {
    font-size: 42px;
  }

  .expert-profile-media {
    order: 1;
  }

  .expert-profile-copy {
    order: 2;
  }

  .expert-profile-grid--reverse .expert-profile-copy {
    order: 1;
  }

  .expert-profile-grid--reverse .expert-profile-media {
    order: 2;
  }

  .expert-facts {
    grid-template-columns: 1fr;
  }

  .expert-facts div {
    min-height: auto;
  }

  .experts-process-grid {
    grid-template-columns: 1fr;
  }

  .experts-process-grid article {
    min-height: 220px;
  }

  .experts-process-grid h3 {
    margin-top: 44px;
  }

  .experts-final-media {
    background:
      linear-gradient(rgba(248,249,250,.91), rgba(248,249,250,.91)),
      url('/static/media/experts/olga-2.jpg') center / cover no-repeat;
  }

  .experts-final-actions {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .experts-hero {
    min-height: 780px;
    background:
      linear-gradient(180deg,
        rgba(10,27,41,.96) 0%,
        rgba(10,27,41,.91) 54%,
        rgba(10,27,41,.58) 76%,
        rgba(10,27,41,.18) 100%),
      url('/static/media/experts/experts-hero-team-037.png') 64% center / cover no-repeat;
  }





  .experts-hero h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
  }





  .expert-profile-intro {
    font-size: 21px;
  }

  .expert-profile blockquote {
    font-size: 18px;
  }

  .expert-profile-media--natalia {
    grid-template-columns: 1fr;
  }

  .expert-secondary-photo img {
    aspect-ratio: 4/3;
  }
}
