/* Meet Dr. Arshad — compact, interactive specialist profile */
.about-page {
  --about-cream: #faf8f3;
  --about-paper: #f2eee6;
  --about-ink: #101510;
  --about-gold: #c7a36f;
  --about-teal: #176b62;
  --about-sage: #dce1d6;
  --about-muted: #626960;
  background: var(--about-cream);
  color: var(--about-ink);
}
.about-page main { overflow: clip; }
.about-shell { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }
.about-gold { color: var(--about-gold); }
.about-kicker { color: #697067; font-size:15px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.about-page h1,.about-page h2,.about-page h3 { font-family: "Archivo Narrow", "Helvetica Neue", Arial, sans-serif; }
.about-page h2 { margin: 12px 0 0; font-size:clamp(26px,2.35vw,30px); line-height: .94; letter-spacing: -.052em; text-transform: uppercase; }
.about-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.82,.2,1); }
.about-reveal.is-visible { opacity: 1; transform: none; }
.about-page .nav-links a { font-weight: 750; color: #252a25; }
.about-page .site-header.is-compact .brand__text { opacity: 1; width: auto; }
.text-link--light { color: #f7f4ed; border-color: rgba(255,255,255,.34); }

/* Compact profile hero — intentionally different from homepage */
.meet-hero {
  position: relative;
  padding: 142px 0 70px;
  min-height: 650px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 12% 35%, rgba(220,225,214,.72), transparent 27%),
    radial-gradient(circle at 86% 18%, rgba(199,163,111,.13), transparent 27%),
    var(--about-cream);
}
.meet-hero__grid { display: grid; grid-template-columns: 1.04fr .82fr; gap: clamp(48px, 7vw, 96px); align-items: center; }
.meet-hero__copy { max-width: 660px; }
.meet-hero__title { margin: 15px 0 18px; font-size:clamp(37px,3.3vw,43px); line-height: .95; letter-spacing: -.058em; text-transform: uppercase; }
.meet-hero__lead { margin: 0; max-width: 650px; color: #535a52; font-size: clamp(17px, 1.35vw, 20px); line-height:1.62; }
.meet-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.meet-hero__proof { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(16,21,16,.14); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.meet-hero__proof div { display: grid; gap: 4px; }
.meet-hero__proof strong { font-size:23px; line-height: 1; }
.meet-hero__proof span { color: #70766f; font-size:14.5px; line-height:1.62; text-transform: uppercase; letter-spacing: .11em; }
.meet-hero__portrait { position: relative; height: 520px; border-radius: 32px; overflow: hidden; isolation: isolate; background: linear-gradient(145deg,#dce1d6 0%,#fff 60%,#eadbc6 100%); box-shadow: 0 26px 70px rgba(46,49,42,.12); transform-style: preserve-3d; }
.meet-hero__halo { position: absolute; inset: 0; background: radial-gradient(circle at 52% 40%,rgba(255,255,255,.95),transparent 43%); }
.meet-hero__orbit { position: absolute; left: 50%; border: 1px solid rgba(16,21,16,.14); border-radius: 50%; }
.meet-hero__orbit--one { width: 92%; height: 34%; top: 27%; transform: translateX(-50%) rotate(-8deg); }
.meet-hero__orbit--two { width: 105%; height: 38%; top: 48%; transform: translateX(-50%) rotate(10deg); }
.meet-hero__portrait > img { position: absolute; z-index: 2; left: 50%; bottom: 0; width: min(86%, 480px); transform: translateX(-50%); object-fit: contain;height:auto}
.meet-float { position: absolute; z-index: 4; border: 1px solid rgba(16,21,16,.09); border-radius: 17px; background: rgba(250,248,243,.94); backdrop-filter: blur(12px); box-shadow: 0 14px 36px rgba(42,43,38,.1); }
.meet-float--role { top: 40%; right: 14px; padding: 12px 14px; display: grid; gap: 2px; }
.meet-float--role small { color: #737a72; font-size:14px; text-transform: uppercase; letter-spacing: .14em; }
.meet-float--role strong { font-size:18px; }
.meet-float--rating { left: 14px; bottom: 16px; padding: 11px 13px; display: flex; align-items: center; gap: 9px; }
.meet-float--rating img { width: 28px; height: 28px; object-fit: contain; }
.meet-float--rating span { display: grid; gap: 2px; }
.meet-float--rating strong { font-size:20px; }
.meet-float--rating small { color: #747a73; font-size:14px; text-transform: uppercase; letter-spacing: .08em; }

/* Shared compact section heading */
.meet-section-head { display: grid; grid-template-columns: 1fr .58fr; gap: 70px; align-items: end; margin-bottom: 32px; }
.meet-section-head > p { margin: 0; color: var(--about-muted); line-height: 1.65; }

/* Three factual highlights */
.meet-highlights { padding: 82px 0 88px; background: var(--about-paper); }
.meet-highlights__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.meet-highlight { min-height: 205px; padding: 25px; border: 1px solid rgba(16,21,16,.1); border-radius: 22px; background: rgba(250,248,243,.78); display: flex; flex-direction: column; transition: transform .3s ease, background .3s ease, color .3s ease; }
.meet-highlight:hover { transform: translateY(-5px); background: #102118; color: #f7f4ed; }
.meet-highlight > span { color: var(--about-gold); font-size:15px; letter-spacing: .15em; }
.meet-highlight h3 { margin: auto 0 10px; font-size: 28px; line-height: 1; letter-spacing: -.035em; text-transform: uppercase; }
.meet-highlight p { margin: 0; color: #62685f; line-height:1.62; }
.meet-highlight:hover p { color: #bfc8be; }

/* Fixed portrait timeline — the key interaction retained from V21 */
.meet-career { padding: 88px 0 100px; background: var(--about-sage); }
.meet-career__head { display: grid; grid-template-columns: 1fr .48fr; gap: 70px; align-items: end; margin-bottom: 34px; }
.meet-career__head > p { margin: 0; color: #5b635a; line-height: 1.65; }
.meet-career__layout { display: grid; grid-template-columns: 430px 1fr; gap: clamp(45px, 6vw, 82px); align-items: start; }
.meet-career__sticky { position: sticky; top: 112px; height: 530px; border-radius: 28px; overflow: hidden; color: #f7f4ed; background: #102118; box-shadow: 0 28px 70px rgba(23,37,28,.18); }
.meet-career__counter { position: absolute; z-index: 4; top: 24px; left: 26px; display: flex; align-items: baseline; gap: 5px; }
.meet-career__counter span { font-family: "Archivo Narrow",Arial,sans-serif; font-size: 54px; font-weight: 900; line-height: 1; }
.meet-career__counter small { color: #9eaba0; }
.meet-career__portrait { position: absolute; inset: 65px 0 42px; }
.meet-career__ring { position: absolute; left: 50%; top: 12%; width: 72%; aspect-ratio: 1; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.03),0 0 0 108px rgba(255,255,255,.017); }
.meet-career__portrait::after { content:""; position:absolute; z-index:3; inset:auto 0 0; height:38%; background:linear-gradient(transparent,#102118); }
.meet-career__portrait img { position: absolute; z-index: 2; left: 50%; bottom: 0; width: 84%; transform: translateX(-50%);height:auto}
.meet-career__label { position: absolute; z-index: 4; left: 26px; right: 26px; bottom: 25px; color: #c8d0c8; font-size:14.5px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.meet-career__progress { position: absolute; z-index: 4; left: 26px; right: 26px; bottom: 14px; height: 2px; background: rgba(255,255,255,.13); }
.meet-career__progress span { display: block; width: 20%; height: 100%; background: var(--about-gold); transition: width .5s cubic-bezier(.2,.82,.2,1); }
.meet-career__steps { display: grid; }
.meet-career__step { min-height: 470px; padding: 70px 10px; border-bottom: 1px solid rgba(16,21,16,.15); display: grid; align-content: center; opacity: .32; transform: translateX(16px); transition: opacity .45s ease, transform .55s cubic-bezier(.2,.82,.2,1); }
.meet-career__step.is-active { opacity: 1; transform: none; }
.meet-career__meta { color: var(--about-gold); font-size:15px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.meet-career__step h3 { margin: 13px 0 16px; max-width: 700px; font-size:clamp(26px,2.35vw,30px); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.meet-career__step p { margin: 0; max-width: 680px; color: #4f584f; font-size:18.5px; line-height: 1.7; }

/* Compact credentials */
.meet-credentials { padding: 86px 0 94px; background: var(--about-cream); }
.meet-credentials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.meet-credential { min-height: 135px; padding: 22px; border: 1px solid rgba(16,21,16,.1); border-radius: 19px; background: #f5f1e9; display: grid; align-content: end; gap: 7px; transition: transform .28s ease, border-color .28s ease; }
.meet-credential:hover { transform: translateY(-4px); border-color: rgba(199,163,111,.7); }
.meet-credential strong { font-family: "Archivo Narrow",Arial,sans-serif; font-size: 25px; line-height: 1; text-transform: uppercase; }
.meet-credential span { color: #676d65; font-size:16.5px; }

/* Interactive expertise */
.meet-expertise { padding: 88px 0 96px; background: #ebe6dc; }
.meet-expertise__panel { display: grid; grid-template-columns: 270px 1fr; gap: 10px; }
.meet-expertise__tabs { display: grid; gap: 8px; align-content: start; }
.meet-expertise__tabs button { min-height: 62px; padding: 14px 17px; border: 1px solid rgba(16,21,16,.1); border-radius: 17px; background: rgba(250,248,243,.72); color: var(--about-ink); text-align: left; font-weight: 760; cursor: pointer; transition: background .28s ease,color .28s ease,transform .28s ease; }
.meet-expertise__tabs button:hover { transform: translateX(4px); }
.meet-expertise__tabs button.is-active { background: #102118; color: #f7f4ed; }
.meet-expertise__content { min-height: 430px; display: grid; grid-template-columns: .84fr 1.16fr; border-radius: 25px; overflow: hidden; background: var(--about-cream); transition: opacity .22s ease, transform .22s ease; }
.meet-expertise__content.is-changing { opacity: .42; transform: translateY(4px); }
.meet-expertise__image { min-height: 430px; overflow: hidden; }
.meet-expertise__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.meet-expertise__content:hover .meet-expertise__image img { transform: scale(1.025); }
.meet-expertise__copy { padding: clamp(30px,4vw,54px); display: flex; flex-direction: column; justify-content: center; }
.meet-expertise__copy h3 { margin: 12px 0 15px; font-size:clamp(28px,2.62vw,34px); line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.meet-expertise__copy > p { color: #596058; line-height: 1.65; }
.meet-expertise__copy ul { margin: 22px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.meet-expertise__copy li { padding: 11px 12px; border: 1px solid rgba(16,21,16,.1); border-radius: 12px; font-size:16.5px; }

/* Trust and colleague remarks */
.meet-trust { padding: 90px 0; background: var(--about-sage); }
.meet-trust__grid { display: grid; grid-template-columns: 360px 1fr; gap: clamp(55px,8vw,110px); align-items: center; }
.meet-trust__rating { min-height: 385px; padding: 30px; border-radius: 26px; background: #f7faf8; display: flex; flex-direction: column; box-shadow: 0 24px 60px rgba(45,54,45,.11); }
.meet-trust__rating > img { width: 54px; height: 54px; object-fit: contain; }
.meet-trust__rating > span { margin-top: auto; color: #607066; font-size:14.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.meet-trust__rating > strong { display: flex; align-items: flex-end; gap: 4px; font-family: "Archivo Narrow",Arial,sans-serif; font-size: 86px; line-height: .8; letter-spacing: -.06em; }
.meet-trust__rating strong small { margin-bottom: 8px; font-size:20px; color: #6a756d; }
.meet-trust__stars { margin-top: 20px; color: var(--about-gold); font-size:23px; letter-spacing: .1em; }
.meet-trust__rating p { margin-bottom: 0; color: #687168; font-size:16.5px; }
.meet-trust__copy > p { max-width: 680px; color: #555d55; font-size:18.5px; line-height: 1.65; }
.meet-quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 25px 0 27px; }
.meet-quotes blockquote { margin: 0; min-height: 130px; padding: 18px; border: 1px solid rgba(16,21,16,.1); border-radius: 16px; background: rgba(250,248,243,.52); display: flex; flex-direction: column; font-family: Georgia,serif; font-size:18px; line-height:1.62; }
.meet-quotes cite { margin-top: auto; padding-top: 14px; color: #747b73; font-family: Arial,sans-serif; font-size:14px; font-style: normal; text-transform: uppercase; letter-spacing: .1em; }

/* FAQ */
.meet-faq { padding: 90px 0 96px; background: var(--about-cream); }
.meet-faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(55px,8vw,110px); align-items: start; }
.meet-faq__intro { position: sticky; top: 130px; }
.meet-faq__intro > p { color: #626960; line-height: 1.65; }
.meet-faq__list { border-top: 1px solid rgba(16,21,16,.15); }
.meet-faq details { border-bottom: 1px solid rgba(16,21,16,.15); }
.meet-faq summary { list-style: none; cursor: pointer; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size:19px; font-weight: 760; }
.meet-faq summary::-webkit-details-marker { display: none; }
.meet-faq summary b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(16,21,16,.15); border-radius: 50%; transition: transform .28s ease,background .28s ease,color .28s ease; }
.meet-faq details[open] summary b { transform: rotate(45deg); background: var(--about-ink); color: #fff; }
.meet-faq details p { margin: -4px 52px 23px 0; color: #596059; line-height: 1.65; }

/* CTA */
.meet-booking { padding: 50px 0 80px; background: var(--about-cream); }
.meet-booking__card { padding: 48px 54px; border-radius: 27px; color: #f7f4ed; background: #101811; display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; box-shadow: 0 25px 65px rgba(28,36,29,.16); }
.meet-booking__card h2 { margin-bottom: 14px; }
.meet-booking__card p { margin: 0; color: #b8c1b7; }
.meet-booking__actions { min-width: 270px; display: grid; gap: 14px; }

/* Footer */
.about-footer { background: #0d160f; color: #f7f4ed; padding: 66px 0 24px; }
.about-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3,.68fr); gap: 48px; }
.about-footer__brand img { width: 230px; max-height: 66px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1);height:auto}
.about-footer__brand p { max-width: 370px; color: #aeb7ad; font-size:17px; line-height: 1.65; }
.about-footer__grid > div:not(:first-child) { display: grid; align-content: start; gap: 8px; }
.about-footer__grid > div > span { margin-bottom: 8px; color: var(--about-gold); text-transform: uppercase; letter-spacing: .16em; font-size:14.5px; font-weight: 850; }
.about-footer__grid a { color: #c7cec6; font-size:17px; }
.about-footer__bottom { margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 25px; color: #838d84; font-size:15px; }

#career,#about-expertise,#about-faq,#meet-booking { scroll-margin-top: 105px; }

@media (min-width: 981px) {
  .about-page .site-header { top: 16px; }
  .about-page .nav-shell { width: min(1280px,calc(100vw - 48px)); }
  .about-page .site-header.is-compact .nav-shell { width: min(1180px,calc(100vw - 48px)); }
}

@media (max-width: 1080px) {
  .about-shell { width: min(100% - 40px,980px); }
  .meet-hero__grid { grid-template-columns: 1fr .8fr; gap: 36px; }
  .meet-hero__portrait { height: 490px; }
  .meet-career__layout { grid-template-columns: 380px 1fr; gap: 42px; }
  .meet-career__sticky { height: 490px; }
  .meet-expertise__panel { grid-template-columns: 235px 1fr; }
  .meet-trust__grid { grid-template-columns: 330px 1fr; gap: 50px; }
}

@media (max-width: 900px) {
  .about-shell { width: calc(100% - 28px); }
  .about-page h2 { font-size:clamp(25px,5.85vw,27px); }
  .about-page .site-header { top: 9px; padding-inline: 9px; }
  .about-page .nav-shell { width: 100%; min-height: 58px; padding: 6px 7px 6px 12px; grid-template-columns: 1fr auto; }
  .about-page .brand__mark { width: 31px; height: 39px; }
  .about-page .brand__text,.about-page .nav-links,.about-page .nav-actions .btn { display: none; }
  .about-page .menu-btn { width: 44px; height: 44px; }

  .meet-hero { min-height: 0; padding: 92px 0 42px; }
  .meet-hero__grid { display: flex; flex-direction: column; gap: 26px; }
  .meet-hero__copy { width: 100%; }
  .meet-hero__title { font-size:clamp(31px,7.92vw,34px); margin: 12px 0 15px; }
  .meet-hero__lead { font-size:18px; }
  .meet-hero__actions { display: grid; grid-template-columns: 1fr; gap: 11px; margin-top: 21px; }
  .meet-hero__actions .btn { width: 100%; }
  .meet-hero__actions .text-link { justify-content: space-between; }
  .meet-hero__proof { grid-template-columns: 1fr; gap: 0; margin-top: 22px; padding-top: 10px; }
  .meet-hero__proof div { grid-template-columns: 105px 1fr; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(16,21,16,.08); }
  .meet-hero__proof strong { font-size:20px; }
  .meet-hero__portrait { width: 100%; height: 410px; border-radius: 25px; }
  .meet-hero__portrait > img { width: min(84%,390px);height:auto}
  .meet-float--role { top: auto; right: 9px; bottom: 75px; padding: 9px 11px; }
  .meet-float--role strong { font-size:17px; }
  .meet-float--rating { left: 9px; bottom: 10px; padding: 9px 10px; }

  .meet-highlights,.meet-career,.meet-credentials,.meet-expertise,.meet-trust,.meet-faq { padding: 65px 0; }
  .meet-section-head,.meet-career__head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 24px; }
  .meet-highlights__grid { grid-template-columns: 1fr; }
  .meet-highlight { min-height: 150px; }

  /* Mobile retains the same fixed-photo timeline interaction */
  .meet-career__layout { display: block; }
  .meet-career__sticky { position: sticky; top: 78px; z-index: 3; width: 100%; height: 265px; border-radius: 22px; }
  .meet-career__counter { top: 15px; left: 17px; }
  .meet-career__counter span { font-size: 40px; }
  .meet-career__portrait { inset: 34px 0 27px; }
  .meet-career__ring { width: 48%; top: 5%; }
  .meet-career__portrait img { width: min(54%,270px);height:auto}
  .meet-career__label { left: 17px; right: 17px; bottom: 15px; font-size:14px; }
  .meet-career__progress { left: 17px; right: 17px; bottom: 8px; }
  .meet-career__steps { position: relative; z-index: 1; padding-top: 14px; }
  .meet-career__step { min-height: 390px; padding: 96px 18px 42px; border: 1px solid rgba(16,21,16,.11); border-radius: 20px; margin-bottom: 12px; background: rgba(250,248,243,.72); opacity: .38; transform: translateY(12px); }
  .meet-career__step.is-active { opacity: 1; transform: none; }
  .meet-career__step h3 { font-size:clamp(22px,5.65vw,24px); }
  .meet-career__step p { font-size:18px; }

  .meet-credentials__grid { grid-template-columns: 1fr 1fr; }
  .meet-credential { min-height: 120px; padding: 18px; }
  .meet-credential strong { font-size:22px; }

  .meet-expertise__panel { display: block; }
  .meet-expertise__tabs { display: flex; overflow-x: auto; gap: 7px; padding-bottom: 10px; scrollbar-width: none; }
  .meet-expertise__tabs::-webkit-scrollbar { display: none; }
  .meet-expertise__tabs button { flex: 0 0 auto; min-height: 48px; padding: 11px 14px; white-space: nowrap; border-radius: 999px; }
  .meet-expertise__tabs button:hover { transform: none; }
  .meet-expertise__content { min-height: 0; grid-template-columns: 1fr; }
  .meet-expertise__image { min-height: 0; height: 235px; }
  .meet-expertise__copy { padding: 25px 20px 28px; }
  .meet-expertise__copy h3 { font-size: 36px; }
  .meet-expertise__copy ul { grid-template-columns: 1fr; }

  .meet-trust__grid,.meet-faq__grid { grid-template-columns: 1fr; gap: 28px; }
  .meet-trust__rating { min-height: 310px; padding: 25px; }
  .meet-trust__rating > strong { font-size: 72px; }
  .meet-quotes { grid-template-columns: 1fr; }
  .meet-quotes blockquote { min-height: 104px; }
  .meet-faq__intro { position: static; }
  .meet-faq summary { font-size:18px; padding: 19px 0; }

  .meet-booking { padding: 38px 0 55px; }
  .meet-booking__card { padding: 28px 21px; grid-template-columns: 1fr; gap: 28px; border-radius: 23px; }
  .meet-booking__actions { min-width: 0; }

  .about-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 18px; }
  .about-footer__brand { grid-column: 1 / -1; }
  .about-footer__bottom { flex-direction: column; gap: 7px; }
  #career,#about-expertise,#about-faq,#meet-booking { scroll-margin-top: 76px; }
}

@media (max-width: 520px) {
  .about-shell { width: calc(100% - 22px); }
  .meet-hero__portrait { height: 380px; }
  .meet-hero__portrait > img { width: min(88%,360px);height:auto}
  .meet-float--role { max-width: 145px; }
  .meet-float--rating img { width: 24px; height: 24px; }
  .meet-float--rating strong { font-size:18.5px; }
  .meet-career__sticky { height: 245px; }
  .meet-career__portrait img { width: min(58%,250px);height:auto}
  .meet-career__step { min-height: 370px; padding-top: 86px; }
  .meet-credentials__grid { grid-template-columns: 1fr; }
  .meet-credential { min-height: 105px; }
  .about-footer__grid { grid-template-columns: 1fr; }
  .about-footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .about-reveal,.meet-hero__portrait,.meet-career__step,.meet-expertise__content,.meet-expertise__image img { transition: none !important; transform: none !important; }
}

/* V24 final visual refinement */
@media (min-width: 769px) {
  .meet-hero {
    min-height: 0;
    padding: 118px 0 78px;
    background:
      linear-gradient(90deg, rgba(225,232,223,.72) 0 38%, rgba(248,245,238,.95) 38% 100%),
      radial-gradient(circle at 82% 24%, rgba(199,163,111,.20), transparent 28%);
  }
  .meet-hero__grid {
    grid-template-columns: .78fr 1.08fr;
    gap: clamp(52px, 6vw, 88px);
  }
  .meet-hero__portrait { grid-column: 1; grid-row: 1; height: 455px; border-radius: 28px; background: linear-gradient(155deg,#102118 0%,#183328 56%,#d6c09c 160%); box-shadow: 0 24px 60px rgba(22,38,28,.18); }
  .meet-hero__copy { grid-column: 2; grid-row: 1; max-width: 720px; padding-right: 3vw; }
  .meet-hero__title { font-size:clamp(34px,2.82vw,39px); }
  .meet-hero__lead { max-width: 620px; }
  .meet-hero__portrait .meet-hero__halo { background: radial-gradient(circle at 50% 42%, rgba(239,231,210,.26), transparent 42%); }
  .meet-hero__orbit { border-color: rgba(255,255,255,.17); }
  .meet-hero__portrait > img { width: min(82%,420px); filter: drop-shadow(0 18px 24px rgba(0,0,0,.24));height:auto}
  .meet-hero__actions .btn--dark { background: var(--about-gold); color: #102118; }
  .meet-hero__actions .btn--dark:hover { background: #d5b77d; }
  .meet-hero__actions .text-link { color: #17533f; }
  .meet-float--role { top: 24px; right: 20px; background: rgba(248,245,238,.94); }
  .meet-float--rating { left: 20px; bottom: 20px; background: rgba(248,245,238,.96); }
  .meet-float--rating img { width: 40px; height: 40px; }

  .meet-career { padding: 78px 0 88px; background:
    radial-gradient(circle at 13% 20%, rgba(199,163,111,.16), transparent 26%),
    linear-gradient(180deg,#dfe7dc 0%,#d8e1d5 100%); }
  .meet-career__sticky { height: 500px; background:
    radial-gradient(circle at 50% 38%, rgba(199,163,111,.17), transparent 26%),
    linear-gradient(145deg,#102118 0%,#173227 62%,#0b1710 100%); }
  .meet-career__sticky::before { content:""; position:absolute; inset:0; opacity:.18; background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size:38px 38px; mask-image:linear-gradient(to bottom,black,transparent 75%); }
  .meet-career__ring { box-shadow:0 0 0 48px rgba(199,163,111,.055),0 0 0 96px rgba(255,255,255,.025); border-color:rgba(215,184,127,.3); }

  .meet-credentials { padding: 74px 0 82px; }
  .meet-credentials__grid { gap: 14px; }
  .meet-credential { min-height: 145px; position:relative; overflow:hidden; padding:25px; border:1px solid rgba(23,83,63,.13); background:linear-gradient(150deg,#fffdf8 0%,#f3eee4 100%); box-shadow:0 12px 28px rgba(31,45,34,.055); }
  .meet-credential::before { content:""; position:absolute; width:72px; height:72px; right:-18px; top:-18px; border-radius:50%; background:rgba(199,163,111,.13); }
  .meet-credential::after { content:"✓"; position:absolute; right:20px; top:17px; color:#9e7c49; font-weight:900; font-size:18.5px; }
  .meet-credential:nth-child(even) { background:linear-gradient(150deg,#f4f8f2 0%,#e9efe7 100%); }

  .meet-expertise { padding: 72px 0 80px; }
  .meet-expertise__content,.meet-expertise__image { min-height: 370px; }
  .meet-expertise__copy h3 { font-size:clamp(25px,2.13vw,30px); }

  .meet-trust { padding: 76px 0; background:linear-gradient(145deg,#dfe7dc,#d8e0d5); }
  .meet-trust__grid { grid-template-columns: 315px 1fr; gap:clamp(48px,6vw,82px); }
  .meet-trust__rating { min-height: 295px; padding:26px; background:linear-gradient(150deg,#ffffff,#f3f8f4); border:1px solid rgba(23,83,63,.12); }
  .meet-trust__rating > img { width:76px; height:58px; object-position:left center; }
  .meet-trust__rating > strong { font-size:68px; }
  .meet-trust__rating > span { margin-top:34px; }
  .meet-trust__stars { margin-top:16px; }
  .meet-quotes { gap:12px; }
  .meet-quotes blockquote { min-height:138px; border-color:rgba(23,83,63,.12); background:linear-gradient(145deg,#f8f5ec,#e9f0e8); color:#183328; box-shadow:0 10px 24px rgba(30,47,36,.05); }
  .meet-quotes blockquote:nth-child(2) { background:linear-gradient(145deg,#fff8eb,#f2e7d4); }
  .meet-quotes blockquote:nth-child(3) { background:linear-gradient(145deg,#eef5f2,#e0ebe5); }

  .about-footer__brand { padding:18px; border-radius:18px; background:#f8f5ed; align-self:start; }
  .about-footer__brand img { width:225px; height:auto; max-height:95px; object-fit:contain; object-position:left center; filter:none; }
  .about-footer__brand p { color:#546158; margin-bottom:0; }
}

@media (max-width: 768px) {
  .meet-hero { background:linear-gradient(180deg,#eef2eb 0%,#f8f5ee 100%); }
  .meet-hero__portrait { background:linear-gradient(155deg,#102118,#1b382c 70%,#c7a36f 150%); }
  .meet-hero__portrait .meet-hero__halo { background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.18),transparent 44%); }
  .meet-hero__actions .btn--dark { background:var(--about-gold); color:#102118; }
  .meet-float--rating img { width:34px; height:34px; }
  .meet-career__sticky { background:radial-gradient(circle at 50% 36%,rgba(199,163,111,.14),transparent 26%),linear-gradient(145deg,#102118,#193429); }
  .meet-credential { background:linear-gradient(145deg,#fffdf8,#f0ece3); box-shadow:0 8px 20px rgba(31,45,34,.05); }
  .meet-trust__rating { min-height:235px; }
  .meet-trust__rating > img { width:66px; height:50px; }
  .meet-trust__rating > strong { font-size:58px; }
  .meet-quotes blockquote { background:linear-gradient(145deg,#f8f5ec,#e8f0e8); color:#183328; }
  .about-footer__brand { padding:16px; background:#f8f5ed; border-radius:16px; }
  .about-footer__brand img { width:210px; max-height:86px; filter:none;height:auto}
  .about-footer__brand p { color:#546158; }
}

/* V25 — balanced section heights and richer specialist portrait treatment */
@media (min-width: 769px) {
  /* Give the doctor portraits a subtle anatomical hand/wrist watermark. */
  .meet-hero__portrait::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(10,30,22,.18), rgba(10,30,22,.48)),
      url("assets/condition-tendon-nerve.webp") center 44% / 128% auto no-repeat;
    opacity: .24;
    filter: grayscale(1) contrast(.9) brightness(1.15);
    mix-blend-mode: screen;
    pointer-events: none;
  }
  .meet-hero__halo,
  .meet-hero__orbit { z-index: 1; }
  .meet-hero__portrait > img,
  .meet-float { z-index: 3; }

  .meet-career__sticky::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: .20;
    background:
      linear-gradient(180deg, rgba(9,26,18,.28), rgba(9,26,18,.70)),
      url("assets/condition-fracture.webp") 70% 42% / 138% auto no-repeat;
    filter: grayscale(1) contrast(1.05) brightness(.9);
    mix-blend-mode: screen;
    pointer-events: none;
  }
  .meet-career__counter,
  .meet-career__portrait,
  .meet-career__label,
  .meet-career__progress { z-index: 2; }

  /* Clinical expertise: preserve the interaction, remove unnecessary vertical bulk. */
  .meet-expertise { padding: 54px 0 60px; }
  .meet-expertise .meet-section-head { margin-bottom: 24px; }
  .meet-expertise__panel { grid-template-columns: 250px 1fr; }
  .meet-expertise__tabs { gap: 7px; }
  .meet-expertise__tabs button { min-height: 54px; padding: 12px 16px; border-radius: 15px; }
  .meet-expertise__content,
  .meet-expertise__image { min-height: 320px; }
  .meet-expertise__copy { padding: 30px 40px; }
  .meet-expertise__copy h3 { margin: 10px 0 12px; font-size:clamp(23px,1.93vw,27px); }
  .meet-expertise__copy > p { line-height:1.62; }
  .meet-expertise__copy ul { margin-top: 16px; gap: 8px; }
  .meet-expertise__copy li { padding: 9px 11px; }

  /* Patient confidence: compact, but keep Doctify clearly visible. */
  .meet-trust { padding: 54px 0 58px; }
  .meet-trust__grid { grid-template-columns: 280px 1fr; gap: clamp(38px,5vw,68px); }
  .meet-trust__rating { min-height: 238px; padding: 22px 24px; border-radius: 23px; }
  .meet-trust__rating > img { width: 88px; height: 54px; }
  .meet-trust__rating > span { margin-top: 22px; }
  .meet-trust__rating > strong { font-size: 58px; }
  .meet-trust__rating strong small { margin-bottom: 5px; font-size:18px; }
  .meet-trust__stars { margin-top: 13px; font-size:21px; }
  .meet-trust__copy > p { margin-top: 4px; line-height:1.62; }
  .meet-quotes { margin-top: 22px; }
  .meet-quotes blockquote { min-height: 112px; padding: 18px 18px 16px; }

  /* Slightly tighter hero/card proportions so the page feels polished, not empty. */
  .meet-hero { padding: 108px 0 62px; }
  .meet-hero__portrait { height: 430px; }
  .meet-hero__portrait > img { width: min(80%,400px);height:auto}
}

@media (max-width: 768px) {
  /* Mobile keeps the same layout, with a lighter anatomy watermark behind the portrait. */
  .meet-hero__portrait::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(10,30,22,.18), rgba(10,30,22,.50)),
      url("assets/condition-tendon-nerve.webp") center 48% / 155% auto no-repeat;
    opacity: .20;
    filter: grayscale(1) brightness(1.08);
    mix-blend-mode: screen;
    pointer-events: none;
  }
  .meet-hero__portrait > img,
  .meet-float { z-index: 3; }
  .meet-expertise { padding: 54px 0; }
  .meet-trust { padding: 52px 0; }
}

/* V26 — consistent expertise media sizing + genuinely new orthopaedic portrait art */
.meet-hero__portrait {
  background:
    url("assets/portrait-bone-light.svg") center / cover no-repeat,
    #edf2f3;
  box-shadow: 0 24px 64px rgba(31, 53, 68, .16);
}
.meet-hero__portrait::before { display: none !important; }
.meet-hero__halo {
  z-index: 1;
  background: radial-gradient(circle at 48% 38%, rgba(255,255,255,.68), transparent 46%);
}
.meet-hero__orbit { border-color: rgba(39, 87, 112, .18); }
.meet-float {
  border-color: rgba(36, 69, 86, .12);
  background: rgba(255, 253, 247, .93);
}

.meet-career__sticky {
  background:
    url("assets/portrait-bone-dark.svg") center / cover no-repeat,
    #071522;
  box-shadow: 0 28px 72px rgba(7, 28, 44, .26);
}
.meet-career__sticky::before { display: none !important; }
.meet-career__ring {
  border-color: rgba(213, 186, 129, .32);
  box-shadow: 0 0 0 54px rgba(78, 148, 181, .07), 0 0 0 108px rgba(78, 148, 181, .035);
}
.meet-career__portrait::after {
  background: linear-gradient(transparent, rgba(7, 21, 34, .96));
}

@media (min-width: 901px) {
  /* One deliberate height for every expertise state. Intrinsic image ratios can no longer stretch the section. */
  .meet-expertise__content {
    height: 356px;
    min-height: 356px;
    align-items: stretch;
  }
  .meet-expertise__image {
    height: 356px;
    min-height: 0;
  }
  .meet-expertise__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
  }
  .meet-expertise__copy {
    min-height: 0;
    overflow: hidden;
    padding: 25px 34px;
  }
  .meet-expertise__copy h3 {
    margin: 8px 0 10px;
    font-size:clamp(22px,1.69vw,25px);
    line-height: .97;
  }
  .meet-expertise__copy > p {
    margin: 0;
    font-size:18px;
    line-height:1.62;
  }
  .meet-expertise__copy ul {
    margin-top: 13px;
    gap: 7px;
  }
  .meet-expertise__copy li {
    padding: 8px 10px;
  }
}

@media (max-width: 900px) {
  .meet-hero__portrait {
    background:
      url("assets/portrait-bone-light.svg") 52% center / cover no-repeat,
      #edf2f3;
  }
  .meet-career__sticky {
    background:
      url("assets/portrait-bone-dark.svg") center / cover no-repeat,
      #071522;
  }
}

/* V27 — final Meet page portrait polish: compact side badge + premium clinic-studio backgrounds */
.meet-hero__portrait {
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.98) 0 12%, rgba(255,255,255,.38) 31%, transparent 47%),
    radial-gradient(circle at 86% 78%, rgba(199,164,108,.20), transparent 33%),
    linear-gradient(138deg, #f7f3ea 0%, #e8eef0 50%, #dce7e1 100%);
  box-shadow: 0 24px 64px rgba(42, 58, 62, .15);
}
.meet-hero__portrait::before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: 0;
  width: 66%;
  height: 78%;
  top: 8%;
  right: -18%;
  border-radius: 42px;
  border: 1px solid rgba(255,255,255,.72);
  background:
    linear-gradient(145deg, rgba(255,255,255,.64), rgba(255,255,255,.08)),
    repeating-linear-gradient(90deg, rgba(67,93,99,.045) 0 1px, transparent 1px 34px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 26px 50px rgba(58,79,82,.10);
  transform: rotate(7deg);
  pointer-events: none;
}
.meet-hero__portrait::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 210px;
  height: 210px;
  left: -58px;
  bottom: -72px;
  border-radius: 50%;
  border: 1px solid rgba(197,160,99,.34);
  box-shadow: 0 0 0 34px rgba(255,255,255,.18), 0 0 0 68px rgba(50,93,101,.045);
  pointer-events: none;
}
.meet-hero__halo {
  z-index: 1;
  background: radial-gradient(ellipse at 48% 43%, rgba(255,255,255,.74), transparent 46%);
}
.meet-hero__orbit { z-index: 1; border-color: rgba(50,91,99,.14); }
.meet-hero__orbit--one { width: 88%; height: 27%; top: 35%; }
.meet-hero__orbit--two { width: 100%; height: 31%; top: 53%; border-color: rgba(197,160,99,.20); }
.meet-hero__portrait > img,
.meet-float { z-index: 3; }

/* Small side credential — no longer sitting above the doctor's head. */
.meet-float--role {
  top: 33%;
  right: 10px;
  bottom: auto;
  width: 142px;
  padding: 8px 10px;
  gap: 1px;
  border-radius: 12px;
  background: rgba(255,253,248,.91);
  box-shadow: 0 10px 28px rgba(43,55,52,.10);
}
.meet-float--role small { font-size:13px; letter-spacing: .13em; }
.meet-float--role strong { font-size:16px; line-height:1.62; }

/* The timeline keeps a premium dark studio look, but removes the repeated hand/bone artwork. */
.meet-career__sticky {
  background:
    radial-gradient(circle at 50% 36%, rgba(70,122,126,.20), transparent 35%),
    radial-gradient(circle at 14% 88%, rgba(199,164,108,.14), transparent 28%),
    linear-gradient(145deg, #07161b 0%, #0d2828 56%, #132f2b 100%);
  box-shadow: 0 28px 72px rgba(7, 28, 34, .27);
}
.meet-career__sticky::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(255,255,255,.035) 58% 59%, transparent 59% 100%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 42px);
  pointer-events: none;
}
.meet-career__ring {
  border-color: rgba(213,186,129,.30);
  box-shadow: 0 0 0 48px rgba(84,145,143,.055), 0 0 0 96px rgba(84,145,143,.026);
}
.meet-career__portrait::after { background: linear-gradient(transparent, rgba(7,22,25,.96)); }

@media (max-width: 900px) {
  .meet-hero__portrait {
    background:
      radial-gradient(circle at 18% 14%, rgba(255,255,255,.98) 0 10%, rgba(255,255,255,.32) 29%, transparent 45%),
      radial-gradient(circle at 87% 82%, rgba(199,164,108,.18), transparent 31%),
      linear-gradient(145deg, #f7f3ea 0%, #e8eef0 52%, #dce7e1 100%);
  }
  .meet-hero__portrait::before { width: 70%; height: 72%; top: 12%; right: -24%; border-radius: 32px; }
  .meet-hero__portrait::after { width: 160px; height: 160px; left: -48px; bottom: -60px; }
  .meet-float--role {
    top: 31%;
    right: 7px;
    bottom: auto;
    width: 122px;
    max-width: 122px;
    padding: 7px 8px;
    border-radius: 10px;
  }
  .meet-float--role small { font-size:13px; }
  .meet-float--role strong { font-size:15px; }
  .meet-career__sticky {
    background:
      radial-gradient(circle at 50% 35%, rgba(70,122,126,.20), transparent 34%),
      radial-gradient(circle at 14% 88%, rgba(199,164,108,.12), transparent 27%),
      linear-gradient(145deg, #07161b 0%, #0d2828 58%, #132f2b 100%);
  }
}

/* V28 — obvious portrait redesign: real clinical architecture, not another abstract gradient */
.meet-hero__portrait {
  background: #e9eef0;
  box-shadow: 0 28px 70px rgba(25, 48, 61, .18);
}
.meet-hero__portrait::before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: 0;
  inset: -14px;
  width: auto;
  height: auto;
  top: -14px;
  right: -14px;
  border: 0;
  border-radius: inherit;
  background:
    linear-gradient(110deg, rgba(247,250,249,.88) 0%, rgba(238,245,246,.68) 43%, rgba(221,231,233,.48) 100%),
    url("assets/hospital-uae.webp") 58% 48% / cover no-repeat;
  filter: saturate(.68) contrast(.88) blur(1.4px);
  transform: scale(1.035);
  box-shadow: none;
  pointer-events: none;
}
.meet-hero__portrait::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  border-radius: inherit;
  border: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.76) 0%, rgba(255,255,255,.26) 53%, rgba(18,55,72,.08) 100%),
    linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 48%, rgba(224,232,226,.50) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
  pointer-events: none;
}
.meet-hero__halo {
  z-index: 1;
  background: radial-gradient(ellipse at 46% 38%, rgba(255,255,255,.72), transparent 43%);
}
.meet-hero__orbit { display: none; }
.meet-hero__portrait > img { z-index: 3; filter: drop-shadow(0 18px 22px rgba(20,34,42,.18)); }
.meet-float { z-index: 5; }

/* Small side credential, placed beside the body rather than above the face. */
.meet-float--role {
  top: 52%;
  right: 8px;
  bottom: auto;
  width: 116px;
  padding: 7px 8px;
  gap: 1px;
  border-radius: 11px;
  transform: translateY(-50%);
  background: rgba(255,253,248,.92);
  box-shadow: 0 10px 24px rgba(25,47,57,.12);
}
.meet-float--role small { font-size:13px; letter-spacing: .12em; }
.meet-float--role strong { font-size:15px; line-height:1.62; }

/* The fixed journey portrait now uses a darker UK hospital setting, visibly different from the hero. */
.meet-career__sticky {
  background: #071923;
  box-shadow: 0 30px 74px rgba(6,25,37,.28);
}
.meet-career__sticky::before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: 0;
  inset: -10px;
  background:
    linear-gradient(145deg, rgba(4,21,30,.90), rgba(7,37,42,.76)),
    url("assets/hospital-uk.webp") center 48% / cover no-repeat;
  filter: saturate(.55) contrast(1.05) blur(.7px);
  transform: scale(1.03);
  pointer-events: none;
}
.meet-career__sticky::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 50% 37%, rgba(63,129,139,.20), transparent 34%),
    linear-gradient(180deg, rgba(5,23,31,.08), rgba(5,22,29,.58));
  pointer-events: none;
}
.meet-career__counter,
.meet-career__portrait,
.meet-career__label,
.meet-career__progress { z-index: 3; }
.meet-career__ring {
  border-color: rgba(218,187,126,.38);
  box-shadow: 0 0 0 46px rgba(61,126,136,.055), 0 0 0 92px rgba(61,126,136,.025);
}
.meet-career__portrait::after { background: linear-gradient(transparent, rgba(5,22,29,.96)); }

@media (max-width: 900px) {
  .meet-hero__portrait::before {
    inset: -10px;
    width: auto;
    height: auto;
    top: -10px;
    right: -10px;
    border-radius: inherit;
    background:
      linear-gradient(112deg, rgba(248,251,250,.90), rgba(232,241,243,.58)),
      url("assets/hospital-uae.webp") 61% 50% / cover no-repeat;
    transform: scale(1.035);
  }
  .meet-hero__portrait::after {
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
  }
  .meet-float--role {
    top: auto;
    right: 7px;
    bottom: 82px;
    width: 105px;
    max-width: 105px;
    padding: 6px 7px;
    transform: none;
  }
  .meet-float--role small { font-size:13px; }
  .meet-float--role strong { font-size:14.5px; }
  .meet-career__sticky::before {
    background:
      linear-gradient(145deg, rgba(4,21,30,.91), rgba(7,37,42,.79)),
      url("assets/hospital-uk.webp") center 48% / cover no-repeat;
  }
}

/* V29 — subtle portrait depth only; no layout changes */
.meet-hero__portrait {
  background:
    radial-gradient(circle at 26% 18%, rgba(255,255,255,.98) 0 12%, rgba(255,255,255,.52) 34%, transparent 54%),
    linear-gradient(145deg, #f7f8f5 0%, #edf2f3 46%, #dce7e8 100%);
  box-shadow: 0 28px 72px rgba(30, 54, 68, .16);
}
.meet-hero__portrait::before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  transform: none;
  filter: none;
  box-shadow: none;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.58) 0 23%,
      rgba(255,255,255,.10) 23% 24%,
      rgba(255,255,255,.34) 24% 55%,
      rgba(255,255,255,.08) 55% 56%,
      rgba(255,255,255,.22) 56% 100%),
    linear-gradient(118deg, transparent 0 58%, rgba(129,166,177,.10) 58% 59%, transparent 59% 100%);
  opacity: .82;
  pointer-events: none;
}
.meet-hero__portrait::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  border-radius: inherit;
  border: 0;
  background:
    radial-gradient(ellipse at 50% 36%, rgba(255,255,255,.58), transparent 42%),
    linear-gradient(180deg, transparent 56%, rgba(191,207,204,.26) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.78);
  pointer-events: none;
}
.meet-hero__halo {
  z-index: 1;
  background: radial-gradient(ellipse at 48% 40%, rgba(255,255,255,.42), transparent 48%);
}
.meet-hero__portrait > img {
  filter: drop-shadow(0 22px 26px rgba(18,38,49,.20));
}

.meet-career__sticky {
  background:
    radial-gradient(circle at 50% 34%, rgba(63,132,145,.18), transparent 34%),
    linear-gradient(145deg, #061923 0%, #0b2a33 58%, #12383a 100%);
  box-shadow: 0 30px 76px rgba(5, 24, 35, .30);
}
.meet-career__sticky::before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: 0;
  inset: 0;
  transform: none;
  filter: none;
  background:
    linear-gradient(115deg, transparent 0 61%, rgba(255,255,255,.045) 61% 61.4%, transparent 61.4% 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.024) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 42px);
  opacity: .82;
  pointer-events: none;
}
.meet-career__sticky::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(93,160,169,.12), transparent 38%),
    linear-gradient(180deg, rgba(4,18,26,.03), rgba(4,19,27,.50));
  pointer-events: none;
}
.meet-career__ring {
  border-color: rgba(219,188,128,.40);
  box-shadow: 0 0 0 44px rgba(78,147,156,.055), 0 0 0 88px rgba(78,147,156,.025);
}
.meet-career__portrait img {
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.24));
}

@media (max-width: 900px) {
  .meet-hero__portrait::before {
    inset: 0;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    transform: none;
    background:
      linear-gradient(90deg,
        rgba(255,255,255,.56) 0 24%,
        rgba(255,255,255,.08) 24% 25%,
        rgba(255,255,255,.28) 25% 58%,
        rgba(255,255,255,.08) 58% 59%,
        rgba(255,255,255,.18) 59% 100%),
      linear-gradient(118deg, transparent 0 59%, rgba(129,166,177,.09) 59% 60%, transparent 60% 100%);
  }
  .meet-career__sticky::before {
    background:
      linear-gradient(115deg, transparent 0 61%, rgba(255,255,255,.04) 61% 61.5%, transparent 61.5% 100%),
      repeating-linear-gradient(90deg, rgba(255,255,255,.022) 0 1px, transparent 1px 34px),
      repeating-linear-gradient(0deg, rgba(255,255,255,.016) 0 1px, transparent 1px 34px);
  }
}

/* V30 — richer orthopaedic portrait backgrounds for About page only */
.meet-hero__portrait {
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.96) 0 13%, rgba(255,255,255,.36) 30%, transparent 48%),
    radial-gradient(circle at 84% 18%, rgba(210,228,230,.56), transparent 28%),
    linear-gradient(135deg, #f7f3eb 0%, #eef3f4 46%, #dde8e8 100%);
  box-shadow: 0 30px 78px rgba(22, 46, 58, .17);
}
.meet-hero__portrait::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255,255,255,.78) 0 18%, rgba(255,255,255,.18) 18% 19%, rgba(255,255,255,.52) 19% 52%, rgba(255,255,255,.10) 52% 53%, rgba(255,255,255,.32) 53% 100%),
    radial-gradient(circle at 73% 34%, rgba(167,202,207,.24), transparent 22%),
    url("assets/portrait-bone-light.svg") 88% center / 60% auto no-repeat,
    url("assets/hospital-uae.webp") 66% center / cover no-repeat;
  background-blend-mode: normal, normal, screen, normal;
  filter: saturate(.82) contrast(.92) brightness(1.02);
  transform: scale(1.02);
  opacity: .97;
  pointer-events: none;
}
.meet-hero__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 42% 32%, rgba(255,255,255,.68), transparent 43%),
    linear-gradient(115deg, transparent 0 62%, rgba(125,161,170,.10) 62% 62.7%, transparent 62.7% 100%),
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(220,232,231,.48) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.78);
  pointer-events: none;
}
.meet-hero__halo {
  z-index: 1;
  background: radial-gradient(ellipse at 47% 38%, rgba(255,255,255,.52), transparent 48%);
}
.meet-hero__portrait > img {
  z-index: 3;
  filter: drop-shadow(0 22px 28px rgba(17, 36, 44, .20));
}

.meet-career__sticky {
  background:
    radial-gradient(circle at 50% 28%, rgba(90,163,171,.18), transparent 28%),
    radial-gradient(circle at 18% 92%, rgba(208,176,117,.14), transparent 24%),
    linear-gradient(145deg, #061720 0%, #0b2731 56%, #102d33 100%);
  box-shadow: 0 32px 80px rgba(4, 22, 32, .31);
}
.meet-career__sticky::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(5,20,28,.86) 0 32%, rgba(7,31,39,.36) 48%, rgba(5,20,28,.70) 100%),
    linear-gradient(0deg, rgba(255,255,255,.024) 0 1px, transparent 1px 42px),
    linear-gradient(90deg, rgba(255,255,255,.028) 0 1px, transparent 1px 42px),
    url("assets/portrait-bone-dark.svg") 72% center / 72% auto no-repeat,
    url("assets/hospital-uk.webp") center center / cover no-repeat;
  background-blend-mode: normal, normal, normal, screen, normal;
  filter: saturate(.78) contrast(1.04) brightness(.76);
  transform: scale(1.03);
  opacity: .98;
  pointer-events: none;
}
.meet-career__sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 36%, rgba(103,177,185,.14), transparent 34%),
    linear-gradient(180deg, rgba(3,17,24,.04) 0%, rgba(4,19,27,.58) 100%);
  pointer-events: none;
}
.meet-career__ring {
  border-color: rgba(224, 191, 130, .42);
  box-shadow: 0 0 0 48px rgba(78,147,156,.06), 0 0 0 96px rgba(78,147,156,.028);
}
.meet-career__portrait::after {
  background: linear-gradient(transparent, rgba(4, 19, 27, .97));
}
.meet-career__portrait img {
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.26));
}

@media (max-width: 900px) {
  .meet-hero__portrait::before {
    background:
      linear-gradient(90deg, rgba(255,255,255,.74) 0 20%, rgba(255,255,255,.16) 20% 21%, rgba(255,255,255,.44) 21% 56%, rgba(255,255,255,.08) 56% 57%, rgba(255,255,255,.26) 57% 100%),
      radial-gradient(circle at 76% 33%, rgba(167,202,207,.21), transparent 22%),
      url("assets/portrait-bone-light.svg") 94% center / 72% auto no-repeat,
      url("assets/hospital-uae.webp") 68% center / cover no-repeat;
  }
  .meet-career__sticky::before {
    background:
      linear-gradient(120deg, rgba(5,20,28,.88) 0 34%, rgba(7,31,39,.34) 49%, rgba(5,20,28,.72) 100%),
      linear-gradient(0deg, rgba(255,255,255,.022) 0 1px, transparent 1px 34px),
      linear-gradient(90deg, rgba(255,255,255,.024) 0 1px, transparent 1px 34px),
      url("assets/portrait-bone-dark.svg") 74% center / 78% auto no-repeat,
      url("assets/hospital-uk.webp") center center / cover no-repeat;
  }
}

/* V35 — final proper surgical/anatomy backdrop redesign */
.meet-hero__portrait {
  background: linear-gradient(135deg, #03111a 0%, #081c2a 44%, #0a2432 100%);
  box-shadow: 0 36px 96px rgba(4, 18, 28, .30);
}
.meet-hero__portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: url("assets/hero-surgical-bg.svg") center / cover no-repeat;
  transform: scale(1.015);
  pointer-events: none;
}
.meet-hero__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(4,18,26,.22) 0 18%, rgba(4,18,26,0) 34%, rgba(4,18,26,.18) 100%),
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(0,0,0,.12) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  pointer-events: none;
}
.meet-hero__halo {
  z-index: 1;
  background: radial-gradient(circle at 40% 44%, rgba(76,160,171,.16), transparent 30%);
}
.meet-hero__orbit { display: none; }
.meet-hero__portrait > img {
  z-index: 3;
  width: min(84%, 470px);
  filter: drop-shadow(0 24px 30px rgba(0,0,0,.34));height:auto}
.meet-float--role,
.meet-float--rating {
  z-index: 5;
  background: rgba(250,248,243,.95);
  box-shadow: 0 14px 34px rgba(2,10,16,.24);
}

.meet-career__sticky {
  background: linear-gradient(145deg, #04131d 0%, #081d2a 56%, #0b2530 100%);
  box-shadow: 0 36px 92px rgba(4, 18, 28, .34);
}
.meet-career__sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: url("assets/career-surgical-bg.svg") center / cover no-repeat;
  transform: scale(1.015);
  pointer-events: none;
}
.meet-career__sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4,18,26,.18) 0 18%, rgba(4,18,26,0) 34%, rgba(4,18,26,.18) 100%),
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(4,18,26,.32) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  pointer-events: none;
}
.meet-career__counter,
.meet-career__portrait,
.meet-career__label,
.meet-career__progress { z-index: 3; }
.meet-career__ring {
  border-color: rgba(222,188,127,.36);
  box-shadow: 0 0 0 52px rgba(83,154,164,.06), 0 0 0 104px rgba(83,154,164,.025);
}
.meet-career__portrait::after {
  background: linear-gradient(transparent 0%, rgba(4,18,26,.97) 100%);
}
.meet-career__portrait img {
  z-index: 2;
  width: 86%;
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.34));height:auto}

@media (max-width: 900px) {
  .meet-hero__portrait::before,
  .meet-career__sticky::before {
    transform: none;
    background-position: center;
  }
}

/* V37 — photographic surgical hero + separate real X-ray diagnostic career background */
.meet-hero__portrait {
  background: #071923;
  box-shadow: 0 34px 88px rgba(4,18,28,.28);
}
.meet-hero__portrait::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background: url("assets/hero-photo-bg.jpg") center / cover no-repeat;
  filter: none;
  transform: none;
  opacity: 1;
  box-shadow: none;
  pointer-events: none;
}
.meet-hero__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  border-radius: inherit;
  border: 0;
  background: linear-gradient(180deg, rgba(2,13,20,.02), rgba(2,13,20,.10));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  pointer-events: none;
}
.meet-hero__halo,
.meet-hero__orbit { display: none !important; }
.meet-hero__portrait > img {
  z-index: 3;
  width: min(84%,470px);
  filter: drop-shadow(0 24px 30px rgba(0,0,0,.34));height:auto}
.meet-float--role,
.meet-float--rating {
  z-index: 5;
  background: rgba(250,248,243,.96);
  box-shadow: 0 14px 34px rgba(2,10,16,.24);
}

.meet-career__sticky {
  background: #0a242d;
  box-shadow: 0 34px 84px rgba(4,18,28,.32);
}
.meet-career__sticky::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: url("assets/career-xray-bg.jpg") center / cover no-repeat;
  filter: none;
  transform: none;
  opacity: 1;
  pointer-events: none;
}
.meet-career__sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(2,13,20,.01), rgba(2,13,20,.18));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  pointer-events: none;
}
.meet-career__counter,
.meet-career__portrait,
.meet-career__label,
.meet-career__progress { z-index: 3; }
.meet-career__ring {
  border-color: rgba(220,187,127,.34);
  box-shadow: 0 0 0 48px rgba(76,145,154,.045), 0 0 0 96px rgba(76,145,154,.02);
}
.meet-career__portrait::after {
  background: linear-gradient(transparent 0%, rgba(4,18,26,.97) 100%);
}
.meet-career__portrait img {
  z-index: 2;
  width: 86%;
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.34));height:auto}

@media (max-width: 900px) {
  .meet-hero__portrait::before,
  .meet-career__sticky::before {
    background-position: center;
  }
}

/* V39 — bright futuristic radiology interface inspired by the supplied reference */
.meet-float--role { display: none !important; }

.meet-hero__portrait {
  background: #dcecf3;
  box-shadow: 0 30px 78px rgba(47, 88, 107, .20);
}
.meet-hero__portrait::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: url("assets/hero-radiology-light.png") center / cover no-repeat;
  filter: none;
  transform: none;
  opacity: 1;
  pointer-events: none;
}
.meet-hero__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255,255,255,.12), transparent 42%, rgba(255,255,255,.05)),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(72,125,148,.06));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
  pointer-events: none;
}
.meet-hero__halo,
.meet-hero__orbit { display: none !important; }
.meet-hero__portrait > img {
  z-index: 3;
  width: min(84%,470px);
  filter: drop-shadow(0 22px 26px rgba(23,52,65,.22));height:auto}
.meet-float--rating {
  z-index: 5;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: 0 14px 32px rgba(47,88,107,.16);
  backdrop-filter: blur(12px);
}

.meet-career__sticky {
  color: #12313d;
  background: #cfe5e8;
  box-shadow: 0 30px 76px rgba(47,88,98,.20);
}
.meet-career__sticky::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: url("assets/career-radiology-light.png") center / cover no-repeat;
  filter: none;
  transform: none;
  opacity: 1;
  pointer-events: none;
}
.meet-career__sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.10), transparent 44%, rgba(255,255,255,.04)),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(62,119,128,.07));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.64);
  pointer-events: none;
}
.meet-career__counter,
.meet-career__portrait,
.meet-career__label,
.meet-career__progress { z-index: 3; }
.meet-career__counter span { color: #15333e; }
.meet-career__counter small { color: rgba(21,51,62,.58); }
.meet-career__ring { display: none !important; }
.meet-career__label { color: rgba(18,49,61,.78); }
.meet-career__progress { background: rgba(18,49,61,.16); }
.meet-career__progress span { background: #b88f51; }
.meet-career__portrait::after {
  background: linear-gradient(transparent 0%, rgba(198,221,224,.92) 100%);
}
.meet-career__portrait img {
  z-index: 2;
  width: 86%;
  filter: drop-shadow(0 20px 25px rgba(24,53,61,.22));height:auto}

@media (max-width: 900px) {
  .meet-hero__portrait::before,
  .meet-career__sticky::before {
    background-position: center;
  }
}

/* V41 — visible real clinic office hero + bright professional medical career background */
.meet-float--role { display: none !important; }

.meet-hero__portrait {
  background: #dce8ee;
  box-shadow: 0 30px 78px rgba(43,76,94,.18);
}
.meet-hero__portrait::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: url("assets/clinic-office.jpg") center center / cover no-repeat;
  filter: saturate(.82) contrast(.96) brightness(1.02);
  transform: scale(1.025);
  opacity: 1;
  pointer-events: none;
}
.meet-hero__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(8,42,58,.18) 0%, rgba(8,42,58,.04) 44%, rgba(255,255,255,.10) 100%),
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(14,58,76,.12) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.46);
  pointer-events: none;
}
.meet-hero__halo,
.meet-hero__orbit { display: none !important; }
.meet-hero__portrait > img {
  z-index: 3;
  width: min(84%,470px);
  filter: drop-shadow(0 22px 26px rgba(20,45,58,.24));height:auto}
.meet-float--rating {
  z-index: 5;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.78);
  box-shadow: 0 14px 30px rgba(43,76,94,.18);
  backdrop-filter: blur(10px);
}

.meet-career__sticky {
  color: #15313b;
  background: #edf7fb;
  box-shadow: 0 30px 76px rgba(47,88,98,.16);
}
.meet-career__sticky::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: url("assets/career-modern-medical.svg") center / cover no-repeat;
  filter: none;
  transform: none;
  opacity: 1;
  pointer-events: none;
}
.meet-career__sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(42,102,126,.03));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
  pointer-events: none;
}
.meet-career__counter,
.meet-career__portrait,
.meet-career__label,
.meet-career__progress { z-index: 3; }
.meet-career__counter span { color: #15313b; }
.meet-career__counter small { color: rgba(21,49,59,.55); }
.meet-career__ring { display: none !important; }
.meet-career__label { color: rgba(18,49,61,.76); }
.meet-career__progress { background: rgba(18,49,61,.13); }
.meet-career__progress span { background: #b88f51; }
.meet-career__portrait::after {
  background: linear-gradient(transparent 0%, rgba(235,247,251,.88) 100%);
}
.meet-career__portrait img {
  z-index: 2;
  width: 86%;
  filter: drop-shadow(0 20px 25px rgba(24,53,61,.16));height:auto}

@media (max-width: 900px) {
  .meet-hero__portrait::before { background-position: 58% center; }
  .meet-career__sticky::before { background-position: center; }
}

/* V42 — final portrait background mapping + responsive visibility fixes
   Hero (first image): professional medical website-style background
   Journey/Training (second image): bright orthopaedic office room with green chair and X-ray screen */

.meet-float--role { display: none !important; }

/* ---------- HERO / FIRST IMAGE ---------- */
.meet-hero__portrait {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(233,243,248,.22)),
    url("assets/bg-hero-professional.png") center center / cover no-repeat !important;
  box-shadow: 0 26px 64px rgba(36, 67, 82, .14);
}
.meet-hero__portrait::before,
.meet-hero__halo,
.meet-hero__orbit {
  display: none !important;
}
.meet-hero__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.04) 34%, rgba(255,255,255,.02) 70%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(202,225,236,.08));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.60);
  pointer-events: none;
}
.meet-hero__portrait > img {
  z-index: 3;
  left: 42%;
  bottom: 0;
  width: min(74%, 395px) !important;
  transform: translateX(-50%);
  filter: drop-shadow(0 16px 22px rgba(14, 39, 53, .17));height:auto}
.meet-float--rating {
  z-index: 4;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(225,233,238,.9);
  box-shadow: 0 12px 28px rgba(39,73,89,.12);
}

/* ---------- JOURNEY / SECOND IMAGE ---------- */
.meet-career__sticky {
  position: sticky;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(226,240,246,.20)),
    url("assets/bg-career-ortho-room.png") 72% center / cover no-repeat !important;
  box-shadow: 0 28px 68px rgba(32, 66, 83, .15);
  color: #10221f;
}
.meet-career__sticky::before {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.02) 42%, rgba(255,255,255,.02) 100%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(183,214,225,.10));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
  pointer-events: none;
}
.meet-career__ring { display: none !important; }
.meet-career__counter,
.meet-career__portrait,
.meet-career__label,
.meet-career__progress { z-index: 3; }
.meet-career__counter span { color: #122924; }
.meet-career__counter small { color: rgba(18,41,36,.55); }
.meet-career__label { color: rgba(18,41,36,.78); }
.meet-career__progress { background: rgba(18,41,36,.12); }
.meet-career__progress span { background: #c9a25f; }
.meet-career__portrait {
  inset: 62px 0 38px;
}
.meet-career__portrait::after {
  background: linear-gradient(transparent 0%, rgba(236,246,249,.90) 100%);
}
.meet-career__portrait img {
  z-index: 2;
  left: 33%;
  bottom: 0;
  width: min(66%, 300px) !important;
  transform: translateX(-50%);
  filter: drop-shadow(0 16px 22px rgba(19, 45, 55, .16));height:auto}

/* ---------- RESPONSIVE FIXES ---------- */
@media (max-width: 900px) {
  .meet-hero__portrait {
    height: 400px;
    background-position: center center !important;
    background-size: cover !important;
  }
  .meet-hero__portrait > img {
    left: 43%;
    width: min(78%, 330px) !important;height:auto}

  .meet-career__sticky {
    height: 300px;
    background-position: 74% center !important;
    background-size: cover !important;
  }
  .meet-career__portrait {
    inset: 36px 0 26px;
  }
  .meet-career__portrait img {
    left: 35%;
    width: min(62%, 225px) !important;height:auto}
  .meet-career__counter { top: 16px; left: 18px; }
  .meet-career__counter span { font-size: 38px; }
  .meet-career__label { left: 18px; right: 18px; bottom: 16px; }
  .meet-career__progress { left: 18px; right: 18px; bottom: 9px; }
}

@media (max-width: 640px) {
  .meet-hero__portrait {
    height: 392px;
    border-radius: 24px;
    background-position: 60% center !important;
  }
  .meet-hero__portrait > img {
    left: 44%;
    width: min(80%, 310px) !important;height:auto}
  .meet-float--rating {
    left: 16px;
    bottom: 16px;
    padding: 10px 12px;
  }

  .meet-career__sticky {
    height: 286px;
    border-radius: 24px;
    background-position: 76% center !important;
  }
  .meet-career__portrait img {
    left: 36%;
    width: min(64%, 215px) !important;height:auto}
  .meet-career__step {
    padding-top: 92px;
  }
}

@media (max-width: 420px) {
  .meet-hero__portrait {
    height: 372px;
  }
  .meet-hero__portrait > img {
    left: 45%;
    width: min(82%, 285px) !important;height:auto}

  .meet-career__sticky {
    height: 270px;
    background-position: 78% center !important;
  }
  .meet-career__portrait img {
    left: 38%;
    width: min(66%, 205px) !important;height:auto}
}
