:root {
  --ivory: #fbf8f3;
  --linen: #f1ebe2;
  --paper: #fffdf9;
  --olive: #59604d;
  --olive-dark: #3f4638;
  --sage: #858a78;
  --gold: #bd8a43;
  --gold-light: #d6af75;
  --ink: #34372f;
  --muted: #74776e;
  --line: rgba(105, 91, 67, 0.2);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 146px; -webkit-text-size-adjust: 100%; }
body { min-width: 0; margin: 0; overflow-x: clip; color: var(--ink); background: var(--ivory); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
p { margin: 0; }
button, select, a { -webkit-tap-highlight-color: rgba(189, 138, 67, .18); }
.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; padding: 12px 18px; color: white; background: var(--olive-dark); transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.consultation-bar { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 42px; padding: 8px 20px; color: white; background: var(--olive-dark); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; transition: color 180ms ease, background 180ms ease; }
.consultation-bar span { color: var(--gold-light); font-size: 15px; transition: transform 180ms ease; }
.consultation-bar:hover { color: var(--olive-dark); background: var(--gold-light); }
.consultation-bar:hover span { color: var(--olive-dark); transform: translateX(4px); }
.consultation-bar:focus-visible { outline: 2px solid white; outline-offset: -5px; }

.site-header { position: sticky; top: 42px; z-index: 40; display: grid; grid-template-columns: 220px 1fr; align-items: center; min-height: 104px; padding: 0 3vw; border-bottom: 1px solid rgba(189, 138, 67, 0.35); background: rgba(255, 253, 249, 0.95); backdrop-filter: blur(14px); transition: min-height 220ms ease, box-shadow 220ms ease; }
.site-header.scrolled { min-height: 82px; box-shadow: 0 12px 34px rgba(72, 65, 51, 0.08); }
.brand { display: flex; align-items: center; min-width: 0; }
.brand img { width: 132px; height: auto; max-width: 100%; flex: 0 0 auto; }
.nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2vw, 34px); }
.nav a { position: relative; padding: 42px 0 39px; color: var(--olive-dark); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: color 180ms ease; }
.nav a::after { position: absolute; right: 0; bottom: 30px; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform 180ms ease; }
.nav a:hover, .nav a.active { color: var(--gold); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(0.55); }
.language-picker { position: relative; display: flex; align-items: center; }
.language-picker::after { position: absolute; right: 10px; content: "⌄"; color: var(--gold); font-size: 12px; pointer-events: none; }
.language-picker select { min-width: 104px; height: 36px; padding: 0 29px 0 11px; appearance: none; border: 1px solid var(--line); border-radius: 2px; color: var(--olive-dark); background: rgba(255,253,249,.72); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .08em; cursor: pointer; }
.language-picker select:hover { border-color: var(--gold); }
.language-picker select:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 27px; border: 1px solid transparent; font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .nav a:focus-visible, .text-link:focus-visible, .menu-toggle:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.button-gold { min-width: 210px; color: white; background: var(--gold); border-radius: 4px; }
.button-gold:hover { background: #a97939; }
.button-outline { color: var(--olive-dark); border-color: var(--gold); }
.button-outline:hover { color: white; background: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px 8px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 6px auto; background: var(--olive-dark); transition: transform 200ms ease, opacity 200ms ease; }

.hero { position: relative; min-height: min(760px, calc(100vh - 146px)); overflow: hidden; isolation: isolate; background: #b99a78; }
.hero::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg, transparent 40%, rgba(39, 37, 30, .08)), linear-gradient(0deg, rgba(40, 36, 29, .2), transparent 42%); pointer-events: none; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: absolute; right: 6vw; bottom: 6vw; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; width: min(420px, 38vw); padding: 30px 34px; text-align: left; background: rgba(255, 253, 249, .86); border: 1px solid rgba(255,255,255,.5); box-shadow: 0 22px 60px rgba(50, 43, 34, .14); backdrop-filter: blur(12px); }
.hero-kicker { color: var(--gold); font-size: 10px; font-weight: 600; line-height: 1.7; letter-spacing: 0.25em; text-transform: uppercase; }
.text-link { margin-top: 22px; color: var(--olive-dark); font-size: 10px; font-weight: 600; letter-spacing: 0.17em; text-decoration: none; text-transform: uppercase; }
.text-link b { display: inline-block; margin-left: 8px; color: var(--gold); transition: transform 180ms ease; }
.text-link:hover b { transform: translateX(5px); }

.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 5vw; color: var(--olive-dark); background: var(--paper); border-bottom: 1px solid var(--line); }
.feature-strip article { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: center; min-height: 150px; padding: 30px clamp(18px, 2.3vw, 38px); border-right: 1px solid var(--line); }
.feature-strip article:last-child { border-right: 0; }
.feature-strip svg { width: 42px; fill: none; stroke: var(--gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.feature-strip h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.feature-strip p { color: var(--muted); font-size: 11px; line-height: 1.65; }

.section-pad { padding: 105px 7vw; }
.eyebrow { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; }
.about { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .82fr); gap: clamp(55px, 8vw, 130px); align-items: center; background: var(--ivory); }
.about-art { min-height: 580px; overflow: hidden; background: var(--linen); box-shadow: 0 30px 80px rgba(82, 75, 61, 0.13); }
.about-art img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; object-position: center; }
.copy-block { max-width: 560px; }
.copy-block h2, .section-heading h2, .process-intro h2 { margin: 15px 0 0; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(46px, 5.2vw, 76px); font-weight: 400; line-height: 1.02; letter-spacing: -0.035em; }
h2 em { color: var(--gold); font-style: italic; }
.rule { width: 52px; height: 1px; margin: 30px 0; background: var(--gold); }
.copy-block > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.95; }
.about-intro > p + p { margin-top: 18px; }
.about-details { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: -48px; }
.about-card { padding: clamp(32px, 4vw, 54px); border: 1px solid var(--line); background: rgba(255, 253, 249, .68); }
.about-card h3 { max-width: 520px; margin: 16px 0 22px; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(30px, 3vw, 46px); font-weight: 400; line-height: 1.08; }
.about-card > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.9; }
.about-values { grid-column: 1 / -1; }
.about-values ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; margin: 8px 0 0; padding: 0; list-style: none; }
.about-values li { display: grid; gap: 7px; padding: 20px 0; border-top: 1px solid var(--line); }
.about-values strong { color: var(--olive-dark); font-family: var(--serif); font-size: 21px; font-weight: 400; }
.about-values span { color: var(--muted); font-size: 12px; line-height: 1.65; }
.copy-block .button { margin-top: 34px; }

.about-page-hero { position: relative; min-height: min(730px, calc(100vh - 146px)); overflow: hidden; background: var(--linen); }
.about-page-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(35, 34, 29, .12), transparent 48%), linear-gradient(0deg, rgba(38, 36, 30, .44), transparent 55%); }
.about-page-hero > img { width: 100%; height: min(730px, calc(100vh - 146px)); object-fit: cover; }
.about-page-title { position: absolute; bottom: clamp(55px, 8vw, 110px); left: 7vw; z-index: 2; max-width: 760px; color: white; }
.about-page-title .eyebrow { color: var(--gold-light); }
.about-page-title h1 { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(54px, 7.3vw, 104px); font-weight: 400; line-height: .94; letter-spacing: -.04em; text-shadow: 0 8px 35px rgba(26, 22, 17, .28); }
.about-page-title h1 em { color: #f1d8b2; font-style: italic; }
.about-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 155px); align-items: start; background: var(--ivory); }
.about-story-heading blockquote { max-width: 620px; margin: 24px 0 0; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(36px, 4.2vw, 62px); line-height: 1.13; }
.about-story-copy { max-width: 680px; padding-top: 26px; }
.about-story-copy p { color: var(--muted); font-size: 15px; line-height: 2; }
.about-story-copy p + p { margin-top: 24px; }
.about-principles { background: var(--linen); }
.about-principles .about-details { margin-top: 0; }
.about-card h2 { max-width: 560px; margin: 16px 0 22px; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(30px, 3vw, 46px); font-weight: 400; line-height: 1.08; }

.legal-page { background: var(--ivory); }
.legal-hero { padding: clamp(72px, 10vw, 130px) 7vw clamp(58px, 8vw, 95px); text-align: center; background: linear-gradient(135deg, var(--linen), var(--paper)); border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 16px 0 20px; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(55px, 8vw, 105px); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.legal-effective-date { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.legal-content { max-width: 980px; margin: 0 auto; padding: clamp(65px, 9vw, 120px) 7vw; }
.legal-introduction { padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-content section { padding: 46px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: baseline; margin: 0 0 25px; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(27px, 3.2vw, 39px); font-weight: 400; line-height: 1.15; }
.legal-content h2 span { color: var(--gold); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.legal-content-unnumbered h2 { display: block; }
.legal-content p { color: var(--muted); font-size: 14px; line-height: 1.9; }
.legal-content p + p { margin-top: 17px; }
.legal-content strong { color: var(--olive-dark); }
.legal-content p a { color: var(--olive-dark); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.legal-content p a:hover { color: var(--gold); }
.legal-content ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 34px; margin: 23px 0; padding: 0; list-style: none; }
.legal-content li { position: relative; padding-left: 21px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.legal-content li::before { position: absolute; top: .65em; left: 0; width: 6px; height: 6px; content: ""; border: 1px solid var(--gold); transform: rotate(45deg); }
.legal-contact { border-bottom: 0 !important; }
.legal-contact address { display: grid; gap: 8px; margin-top: 24px; padding: 28px 30px; border-left: 3px solid var(--gold); background: var(--paper); color: var(--olive-dark); font-style: normal; }
.legal-contact address > strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.legal-contact address span { color: var(--muted); font-size: 14px; }
.legal-contact address a { color: var(--olive-dark); }
.legal-emergency { margin-top: 18px; padding: 38px 34px !important; border: 1px solid rgba(189, 138, 67, .35) !important; background: var(--paper); }
.legal-emergency h2 { color: #8a5d29; }

.treatments { background: var(--paper); }
.section-heading { max-width: 820px; margin: 0 auto 62px; text-align: center; }
.section-heading h2 { font-size: clamp(42px, 4.8vw, 66px); }
.section-heading > p:last-child { max-width: 630px; margin: 24px auto 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.treatment-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; max-width: 1450px; margin: auto; }
.treatment-card { grid-column: span 4; min-height: 270px; padding: 30px; border: 1px solid var(--line); background: rgba(251,248,243,.54); transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.treatment-card:nth-child(1), .treatment-card:nth-child(5) { transform: translateY(18px); }
.treatment-card:hover { border-color: var(--gold-light); box-shadow: 0 24px 50px rgba(82, 75, 61, .1); transform: translateY(-5px); }
.treatment-card.featured { color: white; background: var(--olive); border-color: var(--olive); }
.treatment-card > span { color: var(--gold); font-family: var(--serif); font-size: 12px; }
.treatment-card h3 { margin: 68px 0 15px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.treatment-card p { min-height: 46px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.treatment-card.featured p { color: rgba(255,255,255,.72); }
.treatment-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; padding: 0; border: 0; color: var(--gold); background: transparent; font: inherit; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.treatment-link:hover { color: var(--olive-dark); }
.treatment-card.featured .treatment-link:hover { color: white; }
.treatment-link:focus-visible, .dialog-close:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.service-dialog { width: min(760px, calc(100vw - 32px)); max-height: min(820px, calc(100vh - 32px)); padding: 0; overflow: auto; border: 1px solid rgba(189, 138, 67, .35); color: var(--ink); background: var(--paper); box-shadow: 0 35px 110px rgba(35, 32, 26, .28); }
.service-dialog::backdrop { background: rgba(44, 46, 39, .72); backdrop-filter: blur(5px); }
.service-dialog-inner { position: relative; padding: clamp(38px, 6vw, 72px); }
.dialog-close { position: absolute; top: 20px; right: 22px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--olive-dark); background: transparent; font-family: var(--serif); font-size: 27px; line-height: 1; cursor: pointer; }
.dialog-close:hover { color: white; background: var(--olive); }
.service-dialog h3 { max-width: 600px; margin: 18px 0 28px; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(38px, 5vw, 58px); font-weight: 400; line-height: 1.03; letter-spacing: -.025em; }
.service-dialog-copy { padding-top: 26px; border-top: 1px solid var(--line); }
.service-dialog-copy p { color: var(--muted); font-size: 14px; line-height: 1.9; }
.service-dialog-copy p + p { margin-top: 18px; }
.service-dialog-copy strong { color: var(--olive-dark); font-weight: 600; }

.process { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 9vw, 150px); background: var(--linen); }
.process-intro { align-self: center; }
.process-intro h2 { font-size: clamp(43px, 4.6vw, 65px); }
.process-intro > p:last-child { max-width: 460px; margin-top: 28px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--gold); font-family: var(--serif); font-size: 14px; }
.process-list h3 { margin: 0 0 9px; color: var(--olive-dark); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.process-list p { color: var(--muted); font-size: 12px; line-height: 1.7; }

.team { position: relative; overflow: hidden; background: var(--linen); }
.team::before { position: absolute; top: 9%; right: -7%; width: clamp(220px, 31vw, 500px); aspect-ratio: 1; content: ""; border: 1px solid rgba(189, 138, 67, .22); border-radius: 50%; }
.team::after { position: absolute; right: 10%; bottom: -155px; width: 1px; height: 340px; content: ""; background: linear-gradient(transparent, var(--gold-light)); transform: rotate(35deg); transform-origin: bottom; }
.team-intro { position: relative; z-index: 1; max-width: 780px; margin: 0 auto 68px; text-align: center; }
.team-intro h2 { margin: 23px 0 0; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(44px, 5.4vw, 76px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.team-intro h2 em { color: var(--gold); font-style: italic; }
.team-profiles { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.8vw, 42px); max-width: 1320px; margin: 0 auto; padding-bottom: 104px; }
.team-profile { width: 100%; min-width: 0; margin: 0; background: var(--paper); box-shadow: 0 36px 80px rgba(64, 57, 44, .15); }
.team-profile-valentina, .team-profile-jay { transform: none; }
.team-portrait-wrap { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--olive-dark); }
.team-portrait-wrap::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255, 255, 255, .18); pointer-events: none; }
.team-portrait { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2, .65, .25, 1); }
.team-profile-remos .team-portrait { object-position: center 42%; }
.team-profile-valentina .team-portrait { object-position: center 27%; }
.team-profile-jay .team-portrait { object-position: center 38%; }
.team-profile:hover .team-portrait { transform: scale(1.025); }
.team-profile-footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; padding: 28px 30px 30px; border-top: 3px solid var(--gold); }
.team-profile-footer h3 { margin: 0 0 7px; color: var(--olive-dark); font-family: var(--serif); font-size: 30px; font-weight: 400; }
.team-profile-footer p { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.team-bio-button { display: inline-flex; gap: 12px; align-items: center; padding: 11px 0 8px; border: 0; border-bottom: 1px solid var(--gold); color: var(--olive-dark); background: transparent; font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; cursor: pointer; transition: color 180ms ease, border-color 180ms ease; }
.team-bio-button span { color: var(--gold); font-size: 14px; transition: transform 180ms ease; }
.team-bio-button:hover { color: var(--gold); border-color: var(--olive-dark); }
.team-bio-button:hover span { transform: translate(3px, -3px); }
.team-bio-button:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.team-dialog { background: var(--paper); }
.team-dialog-inner::before { position: absolute; top: 0; left: 0; width: 7px; height: 100%; content: ""; background: var(--gold); }

.resources { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 160px); align-items: center; background: var(--ivory); }
.resource-quote blockquote { max-width: 650px; margin: 23px 0 0; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(34px, 4vw, 57px); line-height: 1.2; }
.resource-links { border-top: 1px solid var(--line); }
.resource-links button { display: grid; grid-template-columns: 48px 1fr; align-items: center; width: 100%; padding: 28px 4px; border: 0; border-bottom: 1px solid var(--line); color: var(--olive-dark); background: transparent; font-family: var(--serif); font-size: 20px; text-align: left; cursor: pointer; transition: color 180ms ease, padding 180ms ease; }
.resource-links button:hover { padding-right: 12px; padding-left: 12px; color: var(--gold); }
.resource-links button:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.resource-links b { color: var(--gold); font-family: var(--sans); font-size: 9px; letter-spacing: .15em; }
.resource-checklist { display: grid; gap: 12px; margin: 22px 0; padding: 0; list-style: none; }
.resource-checklist li { position: relative; padding-left: 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.resource-checklist li::before { position: absolute; top: .65em; left: 0; width: 8px; height: 8px; content: ""; border: 1px solid var(--gold); transform: rotate(45deg); }
.faq-list { margin: 30px 0 0; border-top: 1px solid var(--line); }
.faq-list > div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list dt { color: var(--olive-dark); font-family: var(--serif); font-size: 21px; line-height: 1.3; }
.faq-list dd { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.emergency-note { padding: 18px 20px; border-left: 3px solid var(--gold); background: var(--linen); color: var(--olive-dark) !important; }

.footer { padding: 38px 7vw 18px; color: #e9e8e0; background: #363c32; }
.footer-main { display: grid; grid-template-columns: 2fr 1.4fr .8fr .6fr; align-items: start; gap: 34px; padding-bottom: 30px; }
.footer-brand img { width: min(200px, 100%); height: auto; filter: brightness(1.55) saturate(.9); }
.footer-brand p { margin-top: 18px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-label { margin-bottom: 12px; color: var(--gold-light); font-size: 13px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.footer-main a, .footer-main div > p:not(.footer-label) { display: block; margin: 0 0 7px; overflow-wrap: anywhere; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; text-decoration: none; }
.footer-main p a { display: inline; margin: 0; }
.footer-main a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover, .footer-bottom a[aria-current="page"] { color: var(--gold-light); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.feature-strip .reveal:nth-child(2), .treatment-grid .reveal:nth-child(2) { transition-delay: 80ms; }
.feature-strip .reveal:nth-child(3), .treatment-grid .reveal:nth-child(3) { transition-delay: 160ms; }
.feature-strip .reveal:nth-child(4), .treatment-grid .reveal:nth-child(4) { transition-delay: 240ms; }
.treatment-grid .reveal:nth-child(5) { transition-delay: 320ms; }
.treatment-grid .reveal:nth-child(6) { transition-delay: 400ms; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 190px 1fr; padding: 0 24px; }
  .nav { gap: 18px; }
  .nav a { font-size: 9px; }
  .button-gold { min-width: 170px; padding: 0 18px; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-strip article:nth-child(2) { border-right: 0; }
  .feature-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about { gap: 60px; }
  .about-details { margin-top: -20px; }
  .treatment-card { grid-column: span 6; }
  .process { grid-template-columns: 1fr 1.25fr; gap: 65px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 146px; }
  .site-header, .site-header.scrolled { grid-template-columns: minmax(0, 1fr) auto; min-height: 104px; }
  .brand img { width: 144px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav { position: fixed; inset: 146px 0 0; display: flex; flex-direction: column; justify-content: flex-start; gap: 0; height: calc(100vh - 146px); height: calc(100dvh - 146px); padding: 28px 7vw calc(28px + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; visibility: hidden; opacity: 0; background: var(--paper); transform: translateY(-12px); transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease; }
  .nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav a { width: 100%; padding: 20px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .nav a::after { display: none; }
  .language-picker { width: 100%; padding: 22px 0; border-bottom: 1px solid var(--line); }
  .language-picker::after { right: 14px; }
  .language-picker select { width: 100%; height: 48px; padding-right: 40px; font-size: 16px; }
  .hero { min-height: 590px; }
  .hero-content { right: 5vw; bottom: 5vw; width: min(410px, 46vw); }
  .section-pad { padding: 78px 7vw; }
  .about, .process, .resources { grid-template-columns: 1fr; }
  .about-page-hero, .about-page-hero > img { min-height: 590px; height: 590px; }
  .about-story { grid-template-columns: 1fr; gap: 38px; }
  .about-story-copy { padding-top: 0; }
  .about-art, .about-art img { min-height: 500px; }
  .copy-block { max-width: 650px; }
  .about-details { grid-template-columns: 1fr; margin-top: 0; }
  .about-values { grid-column: auto; }
  .process, .resources { gap: 60px; }
  .team-intro { max-width: 660px; margin-bottom: 52px; }
  .team-profiles { grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 18px; padding-bottom: 0; }
  .team-profile-footer { grid-template-columns: 1fr; align-items: start; }
  .team-bio-button { justify-self: start; }
  .footer-main { grid-template-columns: 1.5fr 1fr; }
}

@media (max-width: 580px) {
  .consultation-bar { min-height: 42px; padding-right: max(12px, env(safe-area-inset-right)); padding-left: max(12px, env(safe-area-inset-left)); font-size: 9px; letter-spacing: .16em; white-space: nowrap; }
  .site-header, .site-header.scrolled { padding-right: max(20px, env(safe-area-inset-right)); padding-left: max(20px, env(safe-area-inset-left)); }
  .brand img { width: 144px; }
  .hero { display: flex; flex-direction: column; min-height: 0; overflow: visible; background: var(--paper); }
  .hero::after { display: none; }
  .hero-photo { position: static; width: 100%; height: auto; object-fit: contain; object-position: center; }
  .hero-content { position: static; width: 100%; padding: 24px; border-right: 0; border-left: 0; box-shadow: none; backdrop-filter: none; }
  .section-pad { padding: 72px 24px; }
  .copy-block h2, .section-heading h2, .process-intro h2 { font-size: clamp(40px, 13vw, 54px); }
  .button { width: 100%; min-height: 52px; padding: 0 20px; }
  .about-page-hero, .about-page-hero > img { min-height: 0; height: auto; }
  .about-page-hero > img { object-fit: contain; object-position: center; }
  .about-page-title { right: 24px; bottom: 48px; left: 24px; }
  .about-page-title h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-kicker { max-width: 280px; }
  .feature-strip { grid-template-columns: 1fr; padding: 0 24px; }
  .feature-strip article { min-height: 128px; padding: 25px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-strip article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .feature-strip article:last-child { border-bottom: 0; }
  .about-art, .about-art img { min-height: 0; }
  .about-art img { height: auto; object-fit: contain; object-position: center; }
  .about-card { padding: 30px 24px; }
  .about-values ul { grid-template-columns: 1fr; }
  .legal-hero { padding: 68px 24px 56px; }
  .legal-hero h1 { font-size: clamp(46px, 15vw, 68px); overflow-wrap: anywhere; }
  .legal-content { padding: 58px 24px; }
  .legal-content section { padding: 38px 0; }
  .legal-content h2 { grid-template-columns: 32px minmax(0, 1fr); gap: 8px; font-size: clamp(26px, 8vw, 34px); }
  .legal-content ul { grid-template-columns: 1fr; }
  .legal-contact address { padding: 24px 20px; overflow-wrap: anywhere; }
  .legal-emergency { padding: 30px 24px !important; }
  .treatment-grid { display: block; }
  .treatment-card { min-height: 240px; margin-bottom: 14px; }
  .treatment-card:nth-child(1), .treatment-card:nth-child(5) { transform: none; }
  .treatment-card h3 { margin-top: 48px; }
  .service-dialog { width: calc(100vw - 20px); max-height: calc(100vh - 20px); max-height: calc(100dvh - 20px); margin: auto; }
  .service-dialog-inner { padding: 58px 24px 34px; }
  .service-dialog h3 { font-size: clamp(34px, 11vw, 46px); overflow-wrap: anywhere; }
  .dialog-close { top: 14px; right: 14px; }
  .team-intro { margin-bottom: 38px; text-align: left; }
  .team-profiles { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(270px, 82vw); width: calc(100% + 14vw); margin-right: -7vw; margin-left: -7vw; padding: 0 7vw 24px; overflow-x: auto; scroll-padding-left: 7vw; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .team-profile { scroll-snap-align: start; }
  .team-portrait-wrap { aspect-ratio: 3 / 4; }
  .team-profile-remos .team-portrait { object-position: center 40%; }
  .team-profile-valentina .team-portrait { object-position: center 25%; }
  .team-profile-jay .team-portrait { object-position: center 40%; }
  .team-profile-footer { grid-template-columns: 1fr; gap: 22px; padding: 24px; }
  .team-bio-button { justify-self: start; }
  .team-dialog-inner::before { width: 4px; }
  .process-list li { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
  .resource-links button { grid-template-columns: 38px minmax(0, 1fr); min-height: 72px; padding: 20px 4px; font-size: 17px; }
  .resources, .process { gap: 48px; }
  .footer { padding: 38px 24px calc(20px + env(safe-area-inset-bottom)); }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 10px; line-height: 1.7; }
}

@media (max-width: 380px) {
  .consultation-bar { gap: 8px; font-size: 8px; letter-spacing: .13em; }
  .site-header, .site-header.scrolled { padding-right: 16px; padding-left: 16px; }
  .brand img { width: 138px; }
  .nav { padding-right: 20px; padding-left: 20px; }
  .nav a { font-size: 23px; }
  .hero-content { right: 16px; left: 16px; padding: 20px; }
  .section-pad { padding-right: 20px; padding-left: 20px; }
  .feature-strip { padding-right: 20px; padding-left: 20px; }
  .about-card { padding-right: 20px; padding-left: 20px; }
  .about-page-title { right: 20px; left: 20px; }
  .legal-hero, .legal-content { padding-right: 20px; padding-left: 20px; }
  .footer { padding-right: 20px; padding-left: 20px; }
}

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