:root {
  --ink: #17332f;
  --ink-2: #20443f;
  --paper: #f6f0e6;
  --paper-2: #ebe1d1;
  --lime: #d9f56f;
  --white: #fffdf8;
  --muted: #6e766f;
  --line: rgba(23, 51, 47, .18);
  --shadow: 0 24px 70px rgba(11, 34, 30, .16);
  --radius: 2rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--lime); padding: .8rem 1rem; border-radius: 99px; }
.skip-link:focus { top: 1rem; }
.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; }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; right: 0; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4.5rem); transition: background .25s, box-shadow .25s, height .25s; }
body.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { height: 70px; background: rgba(246,240,230,.92); box-shadow: 0 8px 35px rgba(16,42,38,.08); backdrop-filter: blur(16px); }
.brand { display: flex; gap: .8rem; align-items: center; text-decoration: none; color: var(--ink); }
.brand-mark { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--paper); background: var(--ink); font: 700 .78rem/1 Georgia, serif; letter-spacing: .04em; }
.brand strong, .brand small { display: block; }
.brand strong { font: 600 1rem/1.15 Georgia, serif; }
.brand small { margin-top: .18rem; color: var(--muted); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.4rem); font-size: .82rem; font-weight: 700; }
.main-nav > a:not(.button) { text-decoration: none; position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -.3rem; background: currentColor; transition: right .2s; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 45px; height: 45px; border: 0; border-radius: 50%; background: var(--ink); }
.menu-toggle span:not(.sr-only) { width: 18px; height: 1px; display: block; margin: 5px auto; background: white; }

.hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: clamp(2rem, 5vw, 6rem); padding: 130px clamp(1.25rem, 6vw, 7.5rem) 75px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: min(48vw, 700px); aspect-ratio: 1; border-radius: 50%; right: -15vw; top: 13vh; border: 1px solid var(--line); box-shadow: 0 0 0 70px rgba(255,255,255,.12), 0 0 0 140px rgba(255,255,255,.08); z-index: -1; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.4rem; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.eyebrow-light { color: rgba(255,255,255,.65); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 1.4rem; font: 500 clamp(3.4rem, 6.7vw, 7.3rem)/.88 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
h1 em, h2 em { color: #49736b; font-weight: 400; }
.hero-lede { max-width: 670px; font-size: clamp(1rem, 1.35vw, 1.23rem); color: #4f625d; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin: 2.1rem 0 2.3rem; }
.button { border: 0; border-radius: 999px; min-height: 58px; padding: 0 1.5rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.7rem; text-decoration: none; font-size: .84rem; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 25px rgba(18,43,39,.16); }
.button-accent { background: var(--lime); color: #19312e; }
.button-dark { background: var(--ink); color: white; }
.button-small { min-height: 45px; padding: 0 1.1rem; }
.button-full { width: 100%; justify-content: space-between; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-size: .84rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .35rem; }
.trust-list { padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 1.25rem; list-style: none; color: var(--muted); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.trust-list li { display: flex; align-items: center; gap: .45rem; }
.trust-list li::before { content: "✓"; width: 19px; height: 19px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: .6rem; color: var(--ink); }
.hero-visual { justify-self: center; width: min(100%, 530px); position: relative; }
.portrait-frame { background: #c9d3c8; border-radius: 52% 52% 1.4rem 1.4rem; padding: .7rem; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.portrait-frame img { width: 100%; height: clamp(460px, 64vh, 680px); object-fit: cover; object-position: center 20%; display: block; border-radius: 52% 52% 1rem 1rem; filter: saturate(.83) contrast(1.02); }
.portrait-caption { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; padding: 1rem 1.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-radius: .8rem; background: rgba(246,240,230,.91); backdrop-filter: blur(14px); }
.portrait-caption strong { font: 600 1rem Georgia, serif; }
.portrait-caption span { font-size: .63rem; color: var(--muted); letter-spacing: .06em; }
.availability-card { position: absolute; right: -2.2rem; top: 29%; padding: 1rem 1.2rem; display: flex; gap: .8rem; align-items: center; border-radius: 1rem; background: var(--white); box-shadow: 0 15px 45px rgba(11,32,29,.18); }
.availability-card strong, .availability-card small { display: block; white-space: nowrap; }
.availability-card strong { font-size: .77rem; }
.availability-card small { color: var(--muted); font-size: .68rem; margin-top: .15rem; }
.status-dot { width: 10px; height: 10px; background: #7aa335; border-radius: 50%; box-shadow: 0 0 0 5px rgba(122,163,53,.14); }
.scroll-cue { position: absolute; left: clamp(1.25rem, 6vw, 7.5rem); bottom: 1.5rem; display: flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--muted); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.scroll-cue i { width: 42px; height: 1px; background: currentColor; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7.5rem); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 5vw; max-width: 1400px; margin: 0 auto clamp(3rem, 6vw, 6rem); }
.section-heading h2 { font-size: clamp(3rem, 5.4vw, 6rem); margin-bottom: 0; }
.section-heading > p { max-width: 580px; margin: 0 0 .5rem; color: inherit; opacity: .72; font-size: 1rem; line-height: 1.75; }

.explorer { color: var(--white); background: var(--ink); }
.explorer h2 em { color: #94b8ad; }
.explorer-shell { display: grid; grid-template-columns: 1.12fr .88fr; max-width: 1400px; margin: 0 auto; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); overflow: hidden; }
.symptom-options { padding: .8rem; background: rgba(255,255,255,.025); }
.symptom-button { width: 100%; display: grid; grid-template-columns: 40px 1fr 34px; align-items: center; gap: .6rem; padding: 1.15rem 1.2rem; text-align: left; color: rgba(255,255,255,.64); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); cursor: pointer; transition: background .2s, color .2s, border-radius .2s; }
.symptom-button:last-child { border-bottom: 0; }
.symptom-button:hover { color: white; }
.symptom-button.is-active { color: var(--ink); background: var(--lime); border-radius: 1rem; border-color: transparent; }
.symptom-number { font: italic 400 .74rem Georgia, serif; }
.symptom-button strong, .symptom-button small { display: block; }
.symptom-button strong { font: 500 clamp(1.05rem,1.4vw,1.32rem) Georgia, serif; }
.symptom-button small { margin-top: .18rem; font-size: .7rem; opacity: .72; }
.symptom-button .arrow { justify-self: end; transition: transform .2s; }
.symptom-button.is-active .arrow { transform: translateX(3px); }
.pathway-result { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4.5vw, 5rem); background: #244741; }
.result-kicker, .visit-plan > p { color: var(--lime); font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.pathway-result h3 { font: 500 clamp(2rem, 3vw, 3.3rem)/1.03 Georgia, serif; letter-spacing: -.03em; }
.pathway-result > p:not(.result-kicker):not(.result-note) { color: rgba(255,255,255,.7); font-size: .9rem; line-height: 1.7; }
.visit-plan { padding: 1.3rem 0 1.5rem; }
.visit-plan ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.13); }
.visit-plan li { display: flex; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: .78rem; }
.visit-plan li span { color: var(--lime); font-size: .65rem; }
.result-note { margin: .9rem 0 0; text-align: center; color: rgba(255,255,255,.48); font-size: .68rem; }
.safety-note { max-width: 1400px; margin: 1.2rem auto 0; color: rgba(255,255,255,.68); border-bottom: 1px solid rgba(255,255,255,.15); }
.safety-note summary { cursor: pointer; padding: 1rem 0; font-size: .76rem; font-weight: 700; }
.safety-note p { max-width: 900px; font-size: .75rem; }

.expertise { background: var(--paper); }
.expertise-grid { max-width: 1400px; margin: 0 auto 6rem; display: grid; grid-template-columns: repeat(3, 1fr); }
.expertise-card { min-height: 290px; padding: 2rem; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.expertise-card:last-child { border-right: 0; }
.expertise-card > span { color: var(--muted); font: italic .72rem Georgia, serif; }
.expertise-card h3 { margin: 4.5rem 0 1rem; font: 500 2rem Georgia, serif; }
.expertise-card p { max-width: 320px; color: var(--muted); font-size: .86rem; line-height: 1.7; }
.about-strip { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper-2); border-radius: var(--radius); overflow: hidden; }
.about-strip img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; filter: saturate(.72); }
.about-strip > div { padding: clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.about-strip h3 { font: 500 clamp(2.1rem, 3.3vw, 3.6rem)/1.04 Georgia, serif; letter-spacing: -.035em; }
.about-strip p:not(.eyebrow) { color: var(--muted); line-height: 1.8; font-size: .9rem; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; color: white; background: #b5573f; }
.contact h2 { font-size: clamp(3rem, 5.5vw, 6rem); }
.contact h2 em { color: #ffd5b9; }
.contact-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.72); }
address { font-style: normal; margin: 2.2rem 0; display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.5rem; }
address div:first-child { grid-row: span 2; }
address small, address strong, address a { display: block; }
address small { margin-bottom: .35rem; font-size: .62rem; font-weight: 800; letter-spacing: .14em; color: rgba(255,255,255,.55); }
address strong, address a { font-size: .82rem; font-weight: 600; color: white; text-decoration: none; }
.enquiry-form { padding: clamp(1.5rem, 4vw, 3.5rem); color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.form-heading p { margin: 0; font: 500 1.7rem Georgia, serif; }
.form-heading span { max-width: 200px; color: var(--muted); font-size: .68rem; text-align: right; }
.enquiry-form label:not(.consent) { display: block; margin-bottom: 1.1rem; color: #4e5e5a; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-form input:not([type="checkbox"]), .enquiry-form select, .enquiry-form textarea { width: 100%; margin-top: .35rem; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: .7rem 0; outline: none; color: var(--ink); background: transparent; font-size: .9rem; text-transform: none; letter-spacing: normal; resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
.consent { margin: .8rem 0 1.2rem; display: flex; gap: .7rem; align-items: flex-start; color: var(--muted); font-size: .7rem; }
.consent input { accent-color: var(--ink); }
.privacy-note { margin: .8rem 0 0; text-align: center; color: var(--muted); font-size: .63rem; }

footer { padding: 2.2rem clamp(1.25rem,6vw,7.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: #112b27; color: rgba(255,255,255,.62); font-size: .68rem; }
.brand-footer { color: white; }
.brand-footer .brand-mark { color: var(--ink); background: var(--lime); }
footer p { margin: 0; }
footer > a { text-decoration: none; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: -100px; transform: translateX(-50%); padding: .9rem 1.2rem; color: white; background: #102d28; border-radius: 999px; box-shadow: var(--shadow); font-size: .78rem; transition: bottom .3s; }
.toast.is-visible { bottom: 1.2rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { height: 72px; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; padding: 7rem 1.5rem 2rem; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: .4rem; background: var(--paper); transform: translateY(-100%); transition: transform .3s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav > a:not(.button) { padding: 1rem 0; border-bottom: 1px solid var(--line); font: 500 1.7rem Georgia, serif; }
  .main-nav .button { margin-top: 1.5rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 120px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(80%, 530px); }
  .portrait-frame img { height: 600px; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading > p { max-width: 720px; }
  .explorer-shell { grid-template-columns: 1fr; }
  .symptom-options { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
  .symptom-button { border: 1px solid rgba(255,255,255,.1); border-radius: .8rem; }
  .expertise-card h3 { margin-top: 3rem; }
  .about-strip { grid-template-columns: 1fr; }
  .about-strip img { max-height: 560px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body.admin-bar .site-header { top: 46px; }
  body { padding-bottom: 62px; }
  .site-header { padding: 0 1rem; }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .57rem; }
  .hero { gap: 3rem; padding: 105px 1.1rem 4.5rem; }
  h1 { font-size: clamp(3.4rem, 17vw, 5.2rem); }
  .hero-lede { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.1rem; }
  .hero-actions .text-link { align-self: center; }
  .trust-list { gap: .8rem; font-size: .59rem; }
  .hero-visual { width: 100%; }
  .portrait-frame img { height: min(120vw, 560px); }
  .portrait-caption { left: 1rem; right: 1rem; bottom: 1rem; padding: .8rem; }
  .portrait-caption span { display: none; }
  .availability-card { right: .5rem; top: 20%; }
  .scroll-cue { display: none; }
  .section { padding: 4.8rem 1.1rem; }
  .section-heading { margin-bottom: 2.8rem; }
  .section-heading h2, .contact h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .section-heading > p { font-size: .9rem; }
  .explorer-shell { border-radius: 1.4rem; }
  .symptom-options { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: .65rem; scrollbar-width: none; }
  .symptom-button { min-width: 80%; scroll-snap-align: center; padding: 1rem; grid-template-columns: 30px 1fr 20px; }
  .symptom-button small { font-size: .66rem; }
  .pathway-result { padding: 2rem 1.4rem; }
  .pathway-result h3 { font-size: 2.2rem; }
  .expertise-grid { grid-template-columns: 1fr; margin-bottom: 3rem; }
  .expertise-card { min-height: 230px; border-right: 0; }
  .expertise-card h3 { margin-top: 2rem; }
  .about-strip { border-radius: 1.4rem; }
  .about-strip img { min-height: 330px; }
  .about-strip > div { padding: 2rem 1.3rem; }
  address { grid-template-columns: 1fr; }
  address div:first-child { grid-row: auto; }
  .enquiry-form { padding: 1.5rem 1.2rem; border-radius: 1.4rem; }
  .form-heading { display: block; }
  .form-heading span { display: block; margin-top: .4rem; text-align: left; }
  footer { padding: 2rem 1rem; flex-direction: column; align-items: flex-start; }
  .toast { display: none; }
}

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