:root {
  --ink: #102421;
  --forest: #15312d;
  --forest-deep: #0d2522;
  --sage: #a8b7a2;
  --mist: #dce4de;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --terracotta: #c16f4d;
  --line: rgba(16, 36, 33, .16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 910px; }
.section-pad { padding: 120px 0; }
.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; left: 20px; top: -80px; z-index: 100; background: var(--cream); padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 20px; }

.eyebrow { margin: 0 0 22px; color: #52645f; font-size: 13px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 24px; height: 1px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow.light { color: #b6c5bc; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { margin-bottom: 30px; font-size: clamp(58px, 6.1vw, 92px); }
h2 { margin-bottom: 30px; font-size: clamp(43px, 4.8vw, 69px); }
h1 em, h2 em { color: var(--terracotta); font-weight: 400; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--cream); }
.site-header.is-scrolled { position: fixed; color: var(--ink); background: rgba(251, 250, 246, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); animation: headerIn .35s ease both; }
@keyframes headerIn { from { transform: translateY(-100%); } }
.header-inner { width: min(1320px, calc(100vw - 48px)); min-height: 94px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; line-height: 1.1; }
.brand-mark { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.45; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.brand small { margin-top: 3px; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 14px; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: currentColor; transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.button { display: inline-flex; min-height: 54px; padding: 0 25px; align-items: center; justify-content: center; border: 1px solid var(--forest); background: var(--forest); color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: var(--forest-deep); }
.button-small { min-height: 46px; padding-inline: 20px; border-color: rgba(255,255,255,.58); background: transparent; color: inherit; font-size: 12px; }
.site-header.is-scrolled .button-small { border-color: var(--forest); background: var(--forest); color: #fff; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; }

.hero { position: relative; min-height: 860px; height: min(940px, 100vh); overflow: hidden; color: var(--cream); background: var(--forest); }
.hero::after { content: ""; position: absolute; right: 0; bottom: 0; width: 52%; height: 2px; background: var(--terracotta); }
.hero-grid { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; padding-top: 75px; }
.hero-lead { max-width: 600px; margin-bottom: 38px; color: #d5ddd7; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero .button { border-color: var(--cream); background: var(--cream); color: var(--forest); }
.hero .button:hover { background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 14px; font-weight: 500; }
.text-link span { color: var(--terracotta); font-size: 18px; }
.text-link.dark { border-color: var(--line); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 6px 26px; margin-top: 56px; color: #aebdb6; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-proof span + span::before { content: "·"; margin-right: 26px; color: var(--terracotta); }
.hero-visual { position: relative; justify-self: end; width: min(430px, 36vw); }
.photo-frame { position: relative; aspect-ratio: .75; overflow: hidden; background: var(--mist); }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(12,35,32,.38)); pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(.98); }
.photo-label { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.55); color: #fff; font-size: 12px; line-height: 1.45; letter-spacing: .07em; text-transform: uppercase; }
.hero-orbit { position: absolute; border: 1px solid rgba(244,240,231,.11); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; right: -120px; top: -160px; }
.orbit-two { width: 320px; height: 320px; right: 195px; top: 84px; }
.hero-scroll { position: absolute; z-index: 2; left: 24px; bottom: 45px; display: flex; align-items: center; gap: 14px; color: #9bac9f; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left; }
.hero-scroll span { width: 42px; height: 1px; background: currentColor; }

.statement { background: var(--paper); }
.statement .narrow { text-align: center; }
.statement .narrow > p:last-child { max-width: 760px; margin: 0 auto; color: #4f5f5b; font-size: 18px; line-height: 1.8; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 85px; }
.step { position: relative; min-height: 330px; padding: 35px; border: 1px solid var(--line); background: rgba(255,255,255,.36); transition: transform .3s, background .3s; }
.step:hover { transform: translateY(-7px); background: #fff; }
.step-number { display: block; color: #84938c; font-size: 12px; letter-spacing: .14em; }
.step-icon { width: 80px; height: 80px; margin: 50px auto 44px; position: relative; }
.step-icon span { position: absolute; left: 50%; top: 50%; border: 1px solid var(--terracotta); border-radius: 50%; transform: translate(-50%,-50%); }
.step-icon span:nth-child(1) { width: 72px; height: 40px; border-left-color: transparent; border-right-color: transparent; transform: translate(-50%,-50%) rotate(35deg); }
.step-icon span:nth-child(2) { width: 48px; height: 26px; border-left-color: transparent; border-right-color: transparent; transform: translate(-50%,-50%) rotate(-35deg); }
.step-icon span:nth-child(3) { width: 8px; height: 8px; background: var(--terracotta); }
.icon-target span:nth-child(1), .icon-target span:nth-child(2) { border-color: var(--terracotta); transform: translate(-50%,-50%); }
.icon-target span:nth-child(1) { width: 70px; height: 70px; }
.icon-target span:nth-child(2) { width: 42px; height: 42px; }
.icon-wave span { width: 70px !important; height: 20px !important; border: 0; border-top: 1px solid var(--terracotta); border-radius: 50%; background: transparent !important; }
.icon-wave span:nth-child(1) { top: 33%; transform: translate(-50%,-50%) rotate(0); }
.icon-wave span:nth-child(2) { top: 50%; transform: translate(-50%,-50%) rotate(0); }
.icon-wave span:nth-child(3) { top: 67%; transform: translate(-50%,-50%) rotate(0); }
.step h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.step p { margin-bottom: 0; color: #65736f; font-size: 16px; }

.motifs { color: var(--cream); background: var(--forest-deep); }
.section-heading { display: grid; grid-template-columns: 1.2fr .6fr; gap: 70px; align-items: end; margin-bottom: 62px; }
.section-heading > p { margin-bottom: 8px; color: #b7c2bc; font-size: 15px; }
.motif-list { border-top: 1px solid rgba(255,255,255,.16); }
.motif-card { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px; min-height: 145px; border-bottom: 1px solid rgba(255,255,255,.16); transition: padding .25s, background .25s; }
.motif-card:hover { padding-inline: 20px; background: rgba(255,255,255,.035); }
.motif-number { color: #8da097; font-size: 12px; letter-spacing: .14em; }
.motif-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 33px; font-weight: 400; }
.motif-card p { max-width: 650px; margin: 0; color: #adbbb4; font-size: 16px; }
.motif-arrow { color: var(--terracotta); font-size: 25px; }
.audiences { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 50px; }
.audiences span { padding: 10px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 50px; color: #c6d0ca; font-size: 13px; letter-spacing: .04em; }

.practitioner { background: var(--cream); }
.practitioner-grid { display: grid; grid-template-columns: .75fr 1fr; align-items: center; gap: 110px; }
.portrait-wrap { position: relative; width: 100%; max-width: 450px; }
.portrait-wrap::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--terracotta); opacity: .45; }
.portrait-wrap img { position: relative; aspect-ratio: .8; width: 100%; object-fit: cover; object-position: center 18%; filter: saturate(.72); }
.signature { position: absolute; right: -52px; bottom: 10px; color: var(--terracotta); font-family: var(--serif); font-size: 58px; font-style: italic; transform: rotate(-9deg); }
.practitioner-copy .intro { margin-bottom: 24px; color: var(--ink); font-family: var(--serif); font-size: 24px; line-height: 1.5; }
.practitioner-copy > p:not(.eyebrow):not(.intro) { color: #586762; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 38px 0; padding: 30px 0; border-block: 1px solid var(--line); }
.values strong, .values span { display: block; }
.values strong { margin-bottom: 7px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.values span { color: #5d6b67; font-size: 14px; }

.cabinets { background: var(--paper); }
.cabinets > .container:first-child { text-align: center; }
.cabinet-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; margin-top: 55px; }
.cabinet-card { min-height: 550px; padding: 38px; display: flex; flex-direction: column; color: #fff; background-color: var(--forest); background-image: radial-gradient(circle at 86% 8%, rgba(255,255,255,.16), transparent 24%), linear-gradient(135deg, transparent 45%, rgba(255,255,255,.05)); overflow: hidden; position: relative; }
.cabinet-card::before { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -190px; top: 60px; }
.cabinet-aulaye { background-color: #6d7866; }
.cabinet-top { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.location-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 4px rgba(193,111,77,.18); }
.cabinet-body { margin: auto 0; }
.cabinet-body h3 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(54px,5vw,78px); font-weight: 400; line-height: 1; }
.cabinet-body p { color: rgba(255,255,255,.8); font-size: 16px; }
.cabinet-meta { display: flex; gap: 24px; margin-top: 30px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.cabinet-meta span + span::before { content: "·"; margin-right: 24px; }
.cabinet-actions { display: flex; align-items: center; gap: 22px; }
.button-light { border-color: #fff; background: #fff; color: var(--forest); }
.button-light:hover { background: var(--cream); color: var(--forest); }
.map-link { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 14px; }

.practical { background: var(--cream); }
.practical-grid { display: grid; grid-template-columns: .65fr 1.25fr; gap: 120px; }
.price-block { position: sticky; top: 140px; height: fit-content; }
.price { display: flex; align-items: flex-start; color: var(--terracotta); font-family: var(--serif); line-height: .8; }
.price span { font-size: 160px; letter-spacing: -.08em; }
.price sup { margin: 4px 0 0 8px; font-size: 45px; }
.price-block > p:last-child { color: #61706b; font-size: 15px; }
.faq h2 { margin-bottom: 42px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 82px; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; font-family: var(--serif); font-size: 21px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--terracotta); font-family: var(--sans); font-size: 25px; font-weight: 300; transition: transform .25s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 650px; padding: 0 40px 24px 0; color: #5f6d69; font-size: 16px; }

.final-cta { position: relative; padding: 110px 0; overflow: hidden; color: var(--cream); background: var(--forest); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.final-cta::before { width: 480px; height: 480px; left: -260px; top: -200px; }
.final-cta::after { width: 330px; height: 330px; right: -90px; bottom: -180px; }
.final-inner { position: relative; z-index: 1; max-width: 750px; }
.final-inner p:not(.eyebrow) { color: #bac6c0; }
.final-actions { display: flex; justify-content: center; align-items: center; gap: 35px; margin-top: 36px; }
.button-cream { border-color: var(--cream); background: var(--cream); color: var(--forest); }
.phone-link { border-bottom: 1px solid rgba(255,255,255,.4); font-family: var(--serif); font-size: 22px; }

.site-footer { padding: 70px 0 28px; color: #a9b6b0; background: #091a18; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); gap: 50px; }
.brand-footer { color: var(--cream); align-self: start; }
.footer-grid > div strong, .footer-grid > div span, .footer-grid > div a { display: block; }
.footer-grid > div strong { margin-bottom: 15px; color: var(--cream); font-family: var(--serif); font-size: 16px; font-weight: 500; }
.footer-grid > div span, .footer-grid > div a { margin-bottom: 8px; font-size: 13px; line-height: 1.7; }
.footer-grid > div a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.mobile-book { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 13px; }
  .hero-grid { grid-template-columns: 1.1fr .75fr; gap: 30px; }
  .practitioner-grid { gap: 70px; }
  .practical-grid { gap: 70px; }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 36px, 680px); }
  .section-pad { padding: 85px 0; }
  .site-header { position: absolute; }
  .header-inner { width: calc(100% - 36px); min-height: 78px; }
  .brand strong { font-size: 19px; }
  .brand-mark { width: 38px; }
  .menu-toggle { display: grid; width: 40px; height: 40px; padding: 8px; place-content: center; gap: 5px; cursor: pointer; z-index: 2; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 22px; margin: 0; padding: 90px 30px; background: var(--forest-deep); color: var(--cream); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font-family: var(--serif); font-size: 31px; }
  .header-cta { display: none; }
  .hero { min-height: 900px; height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding: 130px 0 95px; }
  .hero-copy { max-width: 650px; }
  .hero-visual { width: min(390px, 85%); justify-self: center; }
  .hero-scroll { display: none; }
  .steps-grid { grid-template-columns: 1fr; max-width: 600px; }
  .step { min-height: auto; }
  .step-icon { margin: 30px auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .practitioner-grid { grid-template-columns: 1fr; gap: 75px; }
  .portrait-wrap { margin: auto; }
  .cabinet-grid { grid-template-columns: 1fr; }
  .practical-grid { grid-template-columns: 1fr; gap: 70px; }
  .price-block { position: static; text-align: center; }
  .price { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); }
  body { padding-bottom: 58px; }
  .section-pad { padding: 72px 0; }
  .header-inner { width: calc(100% - 28px); }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  h2 { font-size: clamp(40px, 12vw, 53px); }
  .hero { min-height: 840px; }
  .hero-grid { padding-top: 118px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; margin-top: 40px; }
  .hero-proof span + span::before { display: none; }
  .hero-visual { width: 88%; margin-top: 5px; }
  .photo-label { font-size: 12px; }
  .statement .narrow > p:last-child { font-size: 16px; }
  .step { padding: 26px; }
  .motif-card { grid-template-columns: 40px 1fr auto; gap: 12px; padding: 25px 0; }
  .motif-card:hover { padding-inline: 8px; }
  .motif-card h3 { font-size: 25px; }
  .motif-card p { font-size: 14px; }
  .audiences { justify-content: flex-start; }
  .signature { right: -5px; font-size: 48px; }
  .values { grid-template-columns: 1fr; }
  .cabinet-card { min-height: 520px; padding: 28px; }
  .cabinet-actions { align-items: flex-start; flex-direction: column; }
  .cabinet-meta { display: grid; gap: 6px; }
  .cabinet-meta span + span::before { display: none; }
  .price span { font-size: 130px; }
  .faq summary { min-height: 74px; font-size: 18px; }
  .final-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-book { position: fixed; z-index: 30; display: flex; left: 0; right: 0; bottom: 0; height: 58px; align-items: center; justify-content: center; color: #fff; background: var(--terracotta); box-shadow: 0 -5px 18px rgba(0,0,0,.12); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
}

@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; }
}
