:root {
  --ink: #121716;
  --ink-soft: #313a38;
  --paper: #f4f5f1;
  --white: #ffffff;
  --mist: #e7ebe6;
  --line: #ccd3cd;
  --accent: #b8d6c7;
  --accent-strong: #2a6a5a;
  --dark: #101514;
  --dark-soft: #1b2321;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 100;
  transform: translateY(-150%); background: var(--white); padding: 10px 16px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  min-height: 78px; padding: 0 clamp(24px, 5vw, 76px);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(16,21,20,.96); color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.11);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex; align-items: baseline; gap: 5px;
  text-decoration: none; letter-spacing: -.03em;
}
.brand-mark { color: var(--accent); font: 400 2rem/1 var(--serif); }
.brand-name { font-size: 1.35rem; font-weight: 720; letter-spacing: .06em; }
.brand-clinique { color: #aeb7b3; font-size: .92rem; font-weight: 400; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); }
.main-nav a {
  color: #dce2de; text-decoration: none; font-size: .88rem; letter-spacing: .02em;
  transition: color .2s ease;
}
.main-nav a:hover { color: var(--white); }
.main-nav .nav-contact {
  padding: 10px 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px;
}
.menu-toggle { display: none; }

.hero {
  min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.08fr .92fr;
  background: var(--paper); overflow: hidden;
}
.hero-copy {
  align-self: center; width: 100%; min-width: 0; max-width: 830px;
  padding: clamp(72px, 10vw, 150px) clamp(30px, 7vw, 110px);
}
.eyebrow {
  margin: 0 0 22px; color: var(--accent-strong); font-size: .78rem;
  font-weight: 720; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase;
}
h1, h2 {
  font-family: var(--serif); font-weight: 400; letter-spacing: -.045em;
}
h1 {
  margin: 0; max-width: 750px; font-size: clamp(3.25rem, 6.4vw, 6.6rem);
  line-height: .93;
}
.hero-lead {
  max-width: 690px; margin: 38px 0 0; color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.3vw, 1.25rem); line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 23px; border: 1px solid var(--ink); border-radius: 999px;
  text-decoration: none; font-size: .91rem; font-weight: 700;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--accent-strong); border-color: var(--accent-strong); }
.button-secondary:hover { background: var(--white); }
.appointment-note { margin: 14px 0 0; color: #65706d; font-size: .82rem; }
.hero-visual { position: relative; min-height: 700px; background: var(--dark); }
.portrait-frame { position: absolute; inset: 0; }
.portrait-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10,14,13,.66) 100%);
}
.portrait-frame picture { display: block; width: 100%; height: 100%; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.portrait-caption {
  position: absolute; left: clamp(24px, 5vw, 70px); right: 24px; bottom: clamp(34px, 5vw, 70px);
  z-index: 1; display: flex; flex-direction: column; color: var(--white);
}
.portrait-caption strong { font: 400 clamp(1.6rem, 2.5vw, 2.6rem)/1.2 var(--serif); }
.portrait-caption span { margin-top: 7px; color: #cad1ce; font-size: .88rem; letter-spacing: .06em; }

.facts {
  display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); background: var(--white);
}
.fact { min-height: 150px; padding: 32px clamp(24px, 4vw, 62px); display: flex; flex-direction: column; justify-content: center; }
.fact + .fact { border-left: 1px solid var(--line); }
.fact strong { font: 400 clamp(1.9rem, 3vw, 3rem)/1 var(--serif); }
.fact span { margin-top: 10px; color: #5d6865; font-size: .86rem; }

.trust-band {
  padding: clamp(52px, 7vw, 90px) clamp(24px, 7vw, 110px);
  display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 120px);
  align-items: center; background: var(--dark-soft); color: var(--white);
}
.trust-score .eyebrow { margin-bottom: 12px; }
.trust-score > strong { display: block; font: 400 clamp(4rem, 8vw, 7.5rem)/.9 var(--serif); letter-spacing: -.06em; }
.trust-score > strong span { color: var(--accent); font-size: .35em; letter-spacing: 0; }
.trust-score > p:not(.eyebrow) { max-width: 460px; margin: 22px 0 0; color: #b7c1bd; }
.trust-google-link { display: inline-block; margin-top: 18px; color: var(--accent); font-weight: 700; text-underline-offset: 5px; }
.trust-links { border-top: 1px solid #45514e; }
.trust-platform { margin: 0; padding: 20px 0 24px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-bottom: 1px solid #45514e; }
.trust-platform strong { font: 400 clamp(1.35rem, 2vw, 1.9rem)/1.2 var(--serif); }
.trust-platform span { color: var(--accent); font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.trust-links a {
  min-height: 104px; display: grid; grid-template-columns: .7fr 1fr 24px; gap: 24px;
  align-items: center; border-bottom: 1px solid #45514e; text-decoration: none;
}
.trust-links a > span { color: #aeb9b5; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.trust-links a > strong { font: 400 clamp(1.25rem, 2vw, 1.8rem)/1.2 var(--serif); }
.trust-links a > b { color: var(--accent); font-weight: 400; transition: transform .2s ease; }
.trust-links a:hover > b { transform: translate(3px,-3px); }

.section { padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 110px); }
.section-heading { max-width: 760px; margin-bottom: 65px; }
.section h2, .approach h2, .clinic h2, .contact h2 {
  margin: 0; font-size: clamp(2.55rem, 5vw, 5rem); line-height: 1.02;
}
.section-heading > p:last-child { max-width: 600px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.treatment-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.treatment-card {
  min-height: 310px; padding: clamp(28px, 3.5vw, 52px);
  display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  transition: background .25s ease, transform .25s ease;
}
.treatment-card:hover { background: var(--white); }
.card-number { color: #7b8582; font-size: .78rem; letter-spacing: .12em; }
.treatment-card h3 { margin: auto 0 18px; font: 400 clamp(1.45rem, 2vw, 2rem)/1.15 var(--serif); }
.treatment-card p { margin: 0; color: #52605c; font-size: .95rem; }
.treatment-card-cta { background: var(--accent); }
.treatment-card-cta:hover { background: #a7cbbb; }
.treatment-card-cta .eyebrow { margin: 0; color: var(--ink); }
.treatment-card-cta a { text-underline-offset: 5px; font-weight: 700; }
.secondary-treatments {
  margin-top: clamp(40px, 6vw, 80px); padding: clamp(30px, 4vw, 54px);
  display: grid; grid-template-columns: 1.05fr 1.25fr .8fr; gap: clamp(28px, 5vw, 75px);
  align-items: start; border: 1px solid var(--line); background: var(--white);
}
.secondary-treatments .eyebrow { margin-bottom: 14px; }
.secondary-treatments h3 { margin: 0; font: 400 clamp(1.8rem, 3vw, 3rem)/1.08 var(--serif); letter-spacing: -.035em; }
.secondary-treatments ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.secondary-treatments li { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.secondary-treatments > p { margin: 0; color: var(--ink-soft); }

.approach {
  padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 110px);
  display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 10vw, 150px);
  background: var(--dark); color: var(--white);
}
.eyebrow-light { color: var(--accent); }
.approach-intro { position: sticky; top: 130px; align-self: start; }
.approach-intro p:last-child { max-width: 540px; margin: 30px 0 0; color: #b9c3bf; font-size: 1.05rem; }
.approach-list { border-top: 1px solid #40504c; }
.approach-item {
  padding: 36px 0; display: grid; grid-template-columns: 70px 1fr; gap: 18px;
  border-bottom: 1px solid #40504c;
}
.approach-item > span { color: var(--accent); font-size: .8rem; letter-spacing: .1em; }
.approach-item h3 { margin: 0; font: 400 clamp(1.55rem, 2.5vw, 2.3rem)/1.2 var(--serif); }
.approach-item p { margin: 13px 0 0; color: #abb6b2; }

.experience {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 160px);
}
.experience-principle { max-width: 570px; margin: 0; font-size: clamp(2.4rem, 4.4vw, 4.4rem); line-height: 1.04; }
.experience-copy h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.experience-copy p { max-width: 650px; color: var(--ink-soft); font-size: 1.04rem; }
.experience-copy p:first-of-type { margin-top: 30px; }
.languages { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); font-weight: 650; }
.languages span { display: block; margin-bottom: 7px; color: #75807d; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.award-card {
  grid-column: 1 / -1; margin: 14px 0 0; padding: clamp(26px, 4vw, 54px);
  display: grid; grid-template-columns: minmax(260px, 500px) minmax(280px, 1fr);
  gap: clamp(34px, 7vw, 100px); align-items: center;
  background: var(--white); border: 1px solid var(--line);
}
.award-image { padding: clamp(12px, 2vw, 24px); background: #fff; }
.award-image img { width: 100%; height: auto; }
.award-card figcaption { max-width: 620px; }
.award-card figcaption .eyebrow { margin-bottom: 16px; }
.award-card h3 {
  margin: 0; font: 400 clamp(2rem, 3.5vw, 3.65rem)/1.04 var(--serif);
  letter-spacing: -.04em;
}
.award-card figcaption > p:last-child {
  max-width: 540px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.04rem;
}

.testimonials {
  padding: clamp(90px, 11vw, 150px) clamp(24px, 7vw, 110px);
  background: var(--dark); color: var(--white);
}
.testimonials-heading { max-width: 760px; }
.testimonials-heading h2, .media-heading h2 { margin: 0; font-size: clamp(2.55rem, 5vw, 5rem); line-height: 1.02; }
.testimonials-heading > p:last-child { margin: 25px 0 0; color: #aeb9b5; }
.testimonial-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #42504c; border-left: 1px solid #42504c; }
.testimonial-card { min-height: 300px; margin: 0; padding: clamp(28px, 3.5vw, 48px); display: flex; flex-direction: column; border-right: 1px solid #42504c; border-bottom: 1px solid #42504c; }
.testimonial-source { align-self: flex-start; margin-bottom: 28px; padding: 7px 12px; color: var(--dark); background: var(--white); border-radius: 999px; font-size: .74rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.testimonial-source-top { color: var(--dark); background: var(--accent); }
.testimonial-card > p { margin: 0; font: 400 clamp(1.45rem, 2.15vw, 2.05rem)/1.32 var(--serif); }
.testimonial-card footer { margin-top: auto; padding-top: 30px; color: #aeb9b5; font-size: .78rem; letter-spacing: .06em; }
.testimonial-links { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px 34px; }
.testimonial-links a { color: var(--accent); font-weight: 700; text-underline-offset: 5px; }
.testimonial-note { margin: 28px 0 0; color: #84908c; font-size: .76rem; }

.media-section { padding: clamp(90px, 11vw, 150px) clamp(24px, 7vw, 110px); background: var(--white); }
.media-heading { max-width: 800px; }
.media-list { margin-top: 60px; border-top: 1px solid var(--line); }
.media-card { min-height: 145px; padding: 30px 0; display: grid; grid-template-columns: .55fr 1.4fr 30px; gap: clamp(24px, 5vw, 80px); align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
.media-card > span { color: #66716e; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.media-card h3 { margin: 0; font: 400 clamp(1.55rem, 2.7vw, 2.8rem)/1.15 var(--serif); letter-spacing: -.03em; }
.media-card b { color: var(--accent-strong); font-size: 1.4rem; font-weight: 400; transition: transform .2s ease; }
.media-card:hover b { transform: translate(4px,-4px); }

.clinic {
  padding: 0 clamp(24px, 5vw, 76px) clamp(90px, 10vw, 150px);
  display: grid; grid-template-columns: 1.2fr .8fr; grid-template-areas: "main copy" "main second";
  gap: clamp(24px, 3vw, 46px); align-items: start;
}
.clinic-image { overflow: hidden; background: #dce1dc; }
.clinic-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.clinic-image:hover img { transform: scale(1.02); }
.clinic-image-main { grid-area: main; height: min(78vw, 900px); }
.clinic-image-main img { object-position: 52% center; }
.clinic-copy { grid-area: copy; padding: clamp(30px, 5vw, 76px) 0 30px; }
.clinic-copy h2 { font-size: clamp(2.4rem, 4.2vw, 4.3rem); }
.clinic-copy > p:not(.eyebrow) { max-width: 520px; color: var(--ink-soft); }
.clinic-copy address { margin-top: 32px; font-style: normal; font-weight: 650; }
.text-link { display: inline-block; margin-top: 24px; font-weight: 700; text-underline-offset: 5px; }
.clinic-image-secondary { grid-area: second; aspect-ratio: 1.3; }

.contact {
  padding: clamp(90px, 11vw, 150px) clamp(24px, 7vw, 110px) 70px;
  display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 10vw, 150px);
  background: var(--dark-soft); color: var(--white);
}
.contact-heading > p:last-child { max-width: 460px; margin-top: 28px; color: #aeb9b5; }
.contact-actions { border-top: 1px solid #4b5754; }
.contact-row {
  min-height: 112px; display: grid; grid-template-columns: 1fr auto 25px; align-items: center; gap: 20px;
  border-bottom: 1px solid #4b5754; text-decoration: none;
}
.contact-row span { color: #aeb9b5; font-size: .84rem; }
.contact-row strong { font: 400 clamp(1.15rem, 2vw, 1.7rem)/1.2 var(--serif); }
.contact-row b { color: var(--accent); font-weight: 400; transition: transform .2s ease; }
.contact-row:hover b { transform: translate(3px,-3px); }
.contact-details {
  grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 30px;
}
.contact-details p { margin: 0; color: #d1d8d5; }
.contact-details span { display: block; margin-bottom: 8px; color: #82908b; font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }

.site-footer {
  min-height: 140px; padding: 35px clamp(24px, 5vw, 76px);
  display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center;
  background: var(--dark); color: #aab5b1; border-top: 1px solid #303a37;
}
.site-footer p { margin: 0; font-size: .8rem; }
.footer-brand { color: var(--white); font-weight: 700; letter-spacing: .05em; }
.footer-brand span { color: var(--accent); font: 400 1.6rem/1 var(--serif); }
.footer-brand small { color: #9ca8a3; font-size: .84rem; font-weight: 400; letter-spacing: 0; }
.mobile-actions { display: none; }

:focus-visible { outline: 3px solid #75baa7; outline-offset: 4px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header {
    min-height: calc(70px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
    justify-content: center;
  }
  .menu-toggle {
    position: absolute; right: 14px; bottom: 13px;
    width: 44px; height: 44px; padding: 0 10px; display: grid; align-content: center; gap: 7px;
    color: var(--white); background: transparent; border: 0;
  }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; transition: transform .2s ease; }
  .main-nav {
    position: absolute; top: calc(70px + env(safe-area-inset-top)); left: 0; right: 0; padding: 30px 24px;
    display: none; flex-direction: column; align-items: stretch; gap: 6px;
    background: var(--dark); border-top: 1px solid #343e3b;
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; font-size: 1rem; }
  .main-nav .nav-contact { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-top: 90px; padding-bottom: 80px; }
  .hero-visual { min-height: 640px; }
  .facts { grid-template-columns: 1fr; }
  .fact { min-height: 115px; }
  .fact + .fact { border-left: 0; border-top: 1px solid var(--line); }
  .trust-band { grid-template-columns: 1fr; }
  .treatment-grid { grid-template-columns: repeat(2, 1fr); }
  .secondary-treatments { grid-template-columns: 1fr 1fr; }
  .secondary-treatments > p { grid-column: 1 / -1; }
  .approach, .experience { grid-template-columns: 1fr; }
  .approach-intro { position: static; }
  .award-card { grid-template-columns: minmax(220px, 420px) 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 230px; }
  .clinic { grid-template-columns: 1fr; grid-template-areas: "copy" "main" "second"; }
  .clinic-image-main { height: min(118vw, 800px); }
  .contact { grid-template-columns: 1fr; }
  .contact-details { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; gap: 12px; padding-bottom: 95px; }
  .mobile-actions {
    position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
    display: grid; grid-template-columns: 1fr 1fr; overflow: hidden;
    background: var(--dark); border: 1px solid #3b4642; border-radius: 999px;
    box-shadow: 0 12px 35px rgba(0,0,0,.24);
  }
  .mobile-actions a { padding: 13px 18px; color: var(--white); text-align: center; text-decoration: none; font-size: .87rem; font-weight: 700; }
  .mobile-actions a + a { background: var(--accent); color: var(--ink); }
}

@media (max-width: 640px) {
  .brand-clinique { font-size: .8rem; }
  h1 {
    max-width: 100%;
    font-size: clamp(1.95rem, 8.4vw, 2.65rem);
    line-height: 1;
    letter-spacing: -.05em;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }
  .hero-copy { padding: 78px 24px 80px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual {
    min-height: 0;
    aspect-ratio: 1 / 1;
    background: #d2d3d4;
  }
  .portrait-frame img {
    object-fit: contain;
    object-position: center;
  }
  .portrait-caption { left: 24px; bottom: 22px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 280px; }
  .trust-links a { grid-template-columns: 1fr 24px; gap: 10px; padding: 22px 0; }
  .trust-platform { align-items: flex-start; flex-direction: column; gap: 6px; }
  .trust-links a > strong { grid-column: 1; }
  .trust-links a > b { grid-column: 2; grid-row: 1 / span 2; }
  .secondary-treatments { grid-template-columns: 1fr; }
  .secondary-treatments > p { grid-column: 1; }
  .approach-item { grid-template-columns: 45px 1fr; }
  .award-card { grid-template-columns: 1fr; padding: 20px; gap: 24px; }
  .award-image { padding: 6px; }
  .media-card { grid-template-columns: 1fr 24px; gap: 10px; }
  .media-card h3 { grid-column: 1; }
  .media-card b { grid-column: 2; grid-row: 1 / span 2; }
  .clinic { padding-left: 0; padding-right: 0; }
  .clinic-copy { padding-left: 24px; padding-right: 24px; }
  .clinic-image-main { height: 125vw; max-height: 680px; }
  .contact-row { grid-template-columns: 1fr 18px; gap: 10px; }
  .contact-row span { grid-column: 1; align-self: end; }
  .contact-row strong { grid-column: 1; align-self: start; word-break: break-word; }
  .contact-row b { grid-column: 2; grid-row: 1 / span 2; }
  .contact-details { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
