:root {
  --cream: #f0ede6;
  --paper: #faf8f3;
  --ink: #101a0c;
  --muted: #5f625b;
  --orange: #c96f36;
  --green: #315d21;
  --line: rgba(16, 26, 12, .18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.65; overflow-x: hidden; }
img, video { display: block; width: 100%; }
a { color: inherit; }
.plain-amp { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: inherit; }

.site-header { position: sticky; top: 0; z-index: 20; height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 20px; background: rgba(250, 248, 243, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .16em; }
.brand img { width: 68px; height: 68px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.brand span { display: none; }
.header-clinic-name { color: #475d5a; font-family: "Playfair Display", serif; font-size: 19px; font-weight: 600; line-height: 1.15; text-align: right; }
.header-clinic-name.clinic-lockup,.clinic-lockup{display:flex;flex-direction:column;align-items:flex-end;font-family:"Playfair Display",serif;color:#475d5a;white-space:nowrap;line-height:1.12;text-align:right}.clinic-lockup>span{display:block;font-size:15px;font-weight:700;letter-spacing:.01em}.footer-brand-lockup{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.footer-brand-lockup img{width:68px;height:68px;object-fit:cover;border-radius:50%;mix-blend-mode:multiply}.footer-brand-lockup .clinic-lockup>span{font-size:14px}
footer img { width: 92px; height: 44px; object-fit: contain; mix-blend-mode: multiply; }

.hero { min-height: calc(100vh - 100px); display: block; background: #f5f0e8; }
.hero > *, .intro > *, .concerns > *, .concierge > * { min-width: 0; }
.hero-copy { min-height: calc(100vh - 100px); display: flex; flex-direction: column; justify-content: center; max-width: 860px; padding: clamp(90px, 11vw, 155px) 20px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 600; letter-spacing: .18em; }
h1, h2, h3 { font-family: "Playfair Display", serif; line-height: 1.08; }
.hero-location { display: flex; flex-direction: column; gap: 2px; margin-bottom: 36px; color: #365653; font-size: 17px; }
.hero-welcome { max-width: 820px; margin: 0; padding: 0 0 0 31px; border-left: 3px solid #e9a08e; font-family: "Playfair Display", serif; font-size: clamp(27px, 2.5vw, 39px); line-height: 1.2; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 42px; margin-top: 50px; }
.hero .button { min-width: 330px; padding: 20px 38px; border-radius: 999px; background: #496561; font-size: 20px; }
.hero-results-button { display: inline-flex; align-items: center; justify-content: space-between; width: min(575px, 100%); padding: 19px 36px; border: 3px solid #cc8e7d; border-radius: 999px; background: #fff; color: #151817; text-decoration: none; font-size: 19px; font-weight: 600; box-shadow: 0 10px 28px rgba(40, 65, 63, .08); }
.hero-results-button span { margin-left: 30px; font-size: 30px; line-height: 1; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; width: fit-content; min-width: 280px; padding: 16px 20px; color: #fff; background: var(--orange); text-decoration: none; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #ad5929; }
.button-dark { background: var(--green); }
.button-light { color: var(--ink); background: #fff; }

.section { max-width: var(--max); margin: 0 auto; padding: 110px 24px; }
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); letter-spacing: -.035em; }
.intro-copy { padding-top: 34px; font-size: 18px; }
.intro-copy p { margin: 0 0 20px; }
.text-link { color: var(--green); font-weight: 600; text-underline-offset: 5px; }
.photo-review-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 390px; margin-top: 10px; padding: 17px 22px; color: #fff; background: var(--green); border: 2px solid var(--green); border-radius: 999px; box-shadow: 0 12px 28px rgba(49, 93, 33, .18); text-decoration: none; font-size: 16px; font-weight: 600; transition: transform .2s, background .2s, box-shadow .2s; }
.photo-review-button b { font-size: 23px; line-height: 1; }
.photo-review-button:hover { background: #244819; box-shadow: 0 16px 34px rgba(49, 93, 33, .25); transform: translateY(-2px); }

.before-after { max-width: 1440px; padding-inline: clamp(24px, 6vw, 90px); }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.before-after .section-heading > p:last-child {
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.section-heading.centered { margin-inline: auto; text-align: center; }
.case-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 28px; }
.crop-top-title { overflow: hidden; }
.crop-top-title > img { margin-top: calc(-1 * var(--title-crop)); }
.crop-title-upper { --title-crop: 17.5%; }
.crop-title-forehead-ptosis { --title-crop: 23%; }
.crop-title-facelift-lower { --title-crop: 15%; }
.crop-title-double-eyelid { --title-crop: 16%; }
.results-video-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin: 28px 0; }
.results-video-card { overflow: hidden; margin: 0; background: #fff; box-shadow: 0 22px 52px rgba(48, 54, 43, .09); }
.results-video-frame { position: relative; overflow: hidden; aspect-ratio: 9 / 16; background: #111; }
.results-video-card video { width: 100%; height: 100%; object-fit: contain; transform: none; background: #111; }
.video-badge { position: absolute; z-index: 3; top: 20px; left: 20px; padding: 8px 14px; border-radius: 999px; background: rgba(35, 62, 57, .92); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .16em; line-height: 1; box-shadow: 0 8px 24px rgba(0, 0, 0, .18); pointer-events: none; }
.video-play-button { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; width: 84px; height: 84px; padding: 0; border: 2px solid rgba(255, 255, 255, .9); border-radius: 50%; background: rgba(35, 62, 57, .9); color: #fff; box-shadow: 0 14px 38px rgba(0, 0, 0, .3); cursor: pointer; transform: translate(-50%, -50%); transition: opacity .2s ease, transform .2s ease; }
.video-play-button span { place-self: center; margin-left: 5px; font-size: 34px; line-height: 1; }
.results-video-frame.is-playing .video-play-button { opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.85); }
.results-video-card figcaption { padding: 20px 22px 22px; color: var(--ink); font-family: var(--serif); font-size: clamp(21px, 2vw, 31px); line-height: 1.15; }
.case-card { position: relative; display: flex; align-self: start; flex-direction: column; height: fit-content; margin: 0; padding: 12px; background: var(--paper); box-shadow: 0 20px 55px rgba(60, 52, 39, .09); }
.case-card-wide { grid-column: 1 / -1; width: min(900px, 100%); margin-inline: auto; }
.case-card img { width: 100%; height: auto; object-fit: contain; background: #ebe7df; }
.case-card-row-matched img { aspect-ratio: 1 / 1; object-fit: cover; object-position: center; }
.case-card-row-matched figcaption { min-height: 56px; }
.case-card-tall-row img { aspect-ratio: 1 / 1; object-fit: cover; object-position: center; }
.case-card-tall-row figcaption { min-height: 68px; }
.case-card-square-media img { aspect-ratio: 1 / 1; object-fit: cover; }
.case-card figcaption { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 17px 8px 7px; }
.case-card figcaption span { font-family: "Playfair Display", serif; font-size: 21px; font-weight: 600; line-height: 1.2; }
.case-ba-label { position: absolute; z-index: 4; display: grid; place-items: center; min-width: 88px; padding: 8px 13px; border-radius: 6px; color: #fff; background: rgba(35, 62, 57, .94); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; font-weight: 800; line-height: 1; box-shadow: 0 7px 18px rgba(0, 0, 0, .18); pointer-events: none; }
.case-ba-horizontal .case-ba-label { top: 24px; transform: translateX(-50%); }
.case-ba-horizontal .case-ba-before { left: 25%; }
.case-ba-horizontal .case-ba-after { left: 75%; }
.case-card-lower-eyelid .case-ba-label { top: 34px; }
.case-card-lower-eyelid .case-ba-before { left: calc(25% + 6px); }
.case-card-lower-eyelid .case-ba-after { left: calc(75% - 6px); }
.case-card-forehead-ptosis { padding-top: 72px; }
.case-card-forehead-ptosis > img {
  height: clamp(332px, 38vw, 510px) !important;
  object-fit: fill !important;
}
.case-card-forehead-ptosis .case-ba-label { top: 22px; }
.case-card-forehead-ptosis .case-ba-before { left: calc(25% + 6px); }
.case-card-forehead-ptosis .case-ba-after { left: calc(75% - 6px); }
.case-card-facelift-lower { padding-top: 72px; }
.case-card-facelift-lower > img {
  height: clamp(332px, 38vw, 510px) !important;
  object-fit: fill !important;
}
.case-card-facelift-lower .case-ba-label { top: 22px; }
.case-card-facelift-lower .case-ba-before { left: calc(25% + 6px); }
.case-card-facelift-lower .case-ba-after { left: calc(75% - 6px); }
.case-ba-vertical .case-ba-label { right: 24px; }
.case-ba-vertical .case-ba-before { top: 24px; }
.case-ba-vertical .case-ba-after { top: 46%; }
.case-card-fat-repositioning .case-ba-before { top: 36px; }
.case-card-incisional-ptosis .case-ba-before { top: 36px; }

/* Keep every photo-result card the same height without cropping patient photos. */
.case-gallery .case-card > img {
  width: 100%;
  height: clamp(380px, 42vw, 560px);
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: var(--paper);
}
.case-gallery .case-card-upper-cases > img { height: clamp(560px, 52vw, 680px); }
.case-gallery .case-card-stretch-media > img { object-fit: fill; }

.concerns { display: block; }
.portrait-image { margin: 0; height: auto; overflow: visible; }
.portrait-image img { height: auto; object-fit: contain; }
.results-whatsapp-cta { display: flex; justify-content: center; padding: 22px 24px 64px; background: var(--bg); }
.results-whatsapp-cta .button { min-width: 340px; border-radius: 999px; padding: 17px 26px; box-shadow: 0 15px 34px rgba(46, 76, 69, .18); }


.concierge { text-align: center; background: linear-gradient(135deg, #fff8f4 0%, #f4ece6 100%); }
.concierge-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 7vw, 90px); align-items: end; max-width: 1200px; margin: 0 auto 28px; padding-bottom: 26px; border-bottom: 2px solid rgba(215, 133, 114, .35); text-align: left; }
.concierge-heading .eyebrow { display: inline-block; width: max-content; margin-bottom: 18px; padding: 8px 18px; border-radius: 999px; color: #fff; background: var(--green); }
.concierge-heading h2 { margin: 0; font-size: clamp(42px, 4.5vw, 64px); }
.concierge-heading > p { margin: 0; color: #3f4c4a; font-size: 17px; line-height: 1.55; }
.concierge-grid { display: grid; gap: 12px; max-width: 1200px; margin: 0 auto 30px; }
.concierge-grid article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; min-height: 92px; padding: 20px 26px; border: 1px solid rgba(61, 90, 88, .13); border-radius: 14px; background: rgba(255, 255, 255, .82); box-shadow: 0 7px 20px rgba(56, 44, 37, .05); text-align: left; }
.concierge-grid article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: #d98f7b; font-size: 14px; font-weight: 700; }
.concierge-grid h3 { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: clamp(21px, 2vw, 27px); font-weight: 700; letter-spacing: -.02em; }
.concierge > .button { min-width: 340px; border-radius: 999px; }

.brand-film { color: #fff; background: #182b29; }
.brand-film .section-heading { max-width: 1180px; margin-bottom: 32px; }
.brand-film .section-heading h2 { margin: 0; color: #fff; font-size: clamp(40px, 5vw, 70px); }
.brand-film .section-heading .eyebrow { color: #efb8a8; }
.brand-film .section-heading > p { max-width: 520px; color: rgba(255, 255, 255, .72); }
.video-section video { width: min(420px, 100%); max-height: 700px; margin: 0 auto; background: #000; box-shadow: 0 25px 70px rgba(0, 0, 0, .28); }
.brand-video-frame { width: min(420px, 100%); margin: 0 auto; box-shadow: 0 25px 70px rgba(0, 0, 0, .28); }
.video-section .brand-video-frame video { width: 100%; height: 100%; max-height: none; margin: 0; object-fit: contain; box-shadow: none; }
.final-cta { padding: 110px 24px; text-align: center; color: #fff; background: var(--green); }
.final-cta h2 { color: #fff; }
.final-cta > p:not(.eyebrow) { max-width: 650px; margin: 26px auto 34px; color: rgba(255,255,255,.8); font-size: 18px; }
.final-cta .button { margin: 0 auto; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: var(--max); margin: 0 auto; padding: 28px 24px; color: var(--muted); font-size: 12px; }
.cross-landing-nav { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px clamp(24px, 6vw, 90px); background: #f7f3ec; border-top: 1px solid var(--line); }
.cross-landing-nav p { margin: 0; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.cross-page-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 290px; padding: 14px 20px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); font-weight: 700; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.cross-page-link:hover { color: #fff; background: var(--ink); transform: translateY(-2px); }

@media (max-width: 820px) {
  .hero, .intro, .concerns { grid-template-columns: 1fr; }
  .intro { gap: 24px; }
  .intro-copy { padding-top: 18px; }
  .hero, .hero-copy { min-height: auto; }
  .hero-copy { padding: 72px 20px 32px; }
  .hero + .intro { padding-top: 39px; }
  .section { padding-block: 78px; }
  .case-gallery { grid-template-columns: 1fr; gap: 22px; }
  .before-after { padding-bottom: 39px; }
  .case-gallery .case-card > img { height: min(calc(100vw - 54px), 500px); }
  /* Mobile: make the ten case rows slightly taller while removing the
     oversized empty area created by the former fixed media height. */
  .case-gallery .case-card-upper-cases > img {
    height: min(calc(115vw - 54px), 480px);
    object-fit: fill;
  }
  .case-ba-label { min-width: 72px; padding: 7px 10px; font-size: 13px; }
  .case-ba-horizontal .case-ba-label { top: 18px; }
  .case-card-lower-eyelid .case-ba-label { top: 30px; }
  .case-card-forehead-ptosis { padding-top: 62px; }
  .case-card-forehead-ptosis > img {
    height: min(calc(88vw - 54px), 450px) !important;
  }
  .case-card-forehead-ptosis .case-ba-label { top: 18px; }
  .case-card-facelift-lower { padding-top: 62px; }
  .case-card-facelift-lower > img {
    height: min(calc(88vw - 54px), 450px) !important;
  }
  .case-card-facelift-lower .case-ba-label { top: 18px; }
  .case-ba-vertical .case-ba-label { right: 18px; }
  .case-ba-vertical .case-ba-before { top: 18px; }
  .case-ba-vertical .case-ba-after { top: 46%; }
  .case-card-fat-repositioning .case-ba-before { top: 30px; }
  .case-card-incisional-ptosis .case-ba-before { top: 30px; }
  .results-video-gallery { grid-template-columns: 1fr; gap: 22px; margin: 22px 0; }
  .video-badge { top: 14px; left: 14px; }
  .video-play-button { width: 72px; height: 72px; }
  .case-card-wide { grid-column: auto; }
  .portrait-image { height: auto; }
  .concerns { padding-top: 39px; padding-bottom: 39px; }
  .results-whatsapp-cta { padding: 8px 20px 48px; }
  .results-whatsapp-cta .button { width: 100%; min-width: 0; }
  .concierge-heading { display: block; }
  .concierge-heading > p { margin-top: 20px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .site-header { height: 82px; padding: 8px 12px; }
  .brand img { width: 58px; height: 58px; }
  .header-clinic-name { font-size: 14px; }
  .header-clinic-name.clinic-lockup>span,.footer-brand-lockup .clinic-lockup>span{font-size:12px}.footer-brand-lockup img{width:58px;height:58px}
  h1 { font-size: 52px; }
  h2 { font-size: 39px; }
  .button { width: 100%; min-width: 0; }
  .hero-location { margin-bottom: 30px; font-size: 14px; }
  .hero-welcome { padding-left: 20px; font-size: 27px; }
  .hero-actions { gap: 30px; margin-top: 42px; }
  .hero .button { min-width: 0; padding: 17px 25px; font-size: 17px; }
  .hero-results-button { padding: 14px 24px; font-size: 16px; }
  .hero-copy, .hero-copy p, .intro-copy, .section-heading { max-width: 100%; overflow-wrap: anywhere; }
  .photo-review-button { width: 100%; min-width: 0; padding: 15px 18px; font-size: 14px; }
  .portrait-image { height: auto; }
  .concierge { padding-inline: 16px; }
  .concierge-heading { margin-bottom: 20px; padding-bottom: 18px; }
  .concierge-heading .eyebrow { margin-bottom: 14px; padding: 7px 13px; font-size: 10px; }
  .concierge-heading h2 {
    font-size: clamp(28px, 8.4vw, 34px);
    line-height: 1.08;
    letter-spacing: -.035em;
    white-space: nowrap;
  }
  .concierge-heading > p { margin-top: 16px; font-size: 14px; }
  .concierge-grid { gap: 9px; margin-bottom: 22px; }
  .brand-film { padding-top: 48px; padding-bottom: 48px; }
  .brand-film .section-heading { gap: 14px; margin-bottom: 22px; }
  .brand-film .section-heading h2 {
    font-size: clamp(28px, 8.4vw, 34px);
    line-height: 1.08;
    letter-spacing: -.035em;
    white-space: nowrap;
  }
  .brand-film .section-heading > p { font-size: 13px; }
  .final-cta h2 { font-size: clamp(32px, 9.2vw, 38px); line-height: 1.04; }
  .final-cta h2 span { display: block; white-space: nowrap; }
  .concierge-grid article { grid-template-columns: 38px 1fr; gap: 12px; min-height: 76px; padding: 14px 15px; }
  .concierge-grid article > span { width: 38px; height: 38px; font-size: 12px; }
  .concierge-grid h3 { font-size: 19px; line-height: 1.2; }
  .concierge > .button { min-width: 0; }
  .cross-landing-nav { align-items: flex-start; flex-direction: column; padding: 28px 20px; }
  .cross-page-link { width: 100%; min-width: 0; }
  .case-card { padding: 7px; }
  .case-card figcaption { align-items: flex-start; flex-direction: column; gap: 4px; padding: 13px 7px 6px; }
  .case-card figcaption span { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
