:root {
  --ink: #193225;
  --ink-soft: #385041;
  --cream: #f3f0e5;
  --paper: #faf8f1;
  --sage: #c9d5c0;
  --clay: #d9aa8b;
  --sand: #e7dfcc;
  --line: rgba(25, 50, 37, 0.18);
  --radius: 28px;
  --serif: Georgia, "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;
  color: var(--ink);
  background: #dedccd;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 901px) {
  html { overflow-x: hidden; }
  body { zoom: .9; }
}
a { color: inherit; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 16px; top: -100px; background: white; padding: 10px 16px; z-index: 100; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.site-shell { width: min(1500px, 100%); margin: 0 auto; overflow: hidden; background: var(--paper); border-radius: 0; }

.site-header {
  height: 96px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; border-bottom: 1px solid transparent; position: relative; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 9px; width: max-content; font: 35px/1 var(--serif); text-decoration: none; }
.brand-mark { width: 28px; height: 28px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.4; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.site-nav a, .footer-links a { text-decoration: none; }
.site-nav a:hover, .footer-links a:hover { opacity: .6; }
.header-cta { justify-self: end; }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px; background: var(--ink); }

.button {
  display: inline-flex; min-height: 54px; padding: 0 26px; align-items: center; justify-content: center; border: 1px solid var(--ink);
  border-radius: 9px; background: var(--ink); color: white; font-size: 14px; font-weight: 650; text-decoration: none; transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: #284735; }
.button-small { min-height: 44px; padding: 0 19px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 14px; font-weight: 650; text-underline-offset: 5px; }

.hero { min-height: 760px; padding: 70px clamp(24px, 5vw, 76px) 55px; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-left: clamp(0px, 2vw, 32px); }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 750; }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 680px; margin: 0 0 28px; font-size: clamp(59px, 6.1vw, 102px); line-height: .93; }
.hero-intro { max-width: 570px; margin: 0 0 34px; color: var(--ink-soft); font-size: clamp(17px, 1.3vw, 20px); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.micro-proof { margin: 45px 0 0; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.proof-mark { display: inline-grid; width: 25px; height: 25px; place-items: center; margin-right: 9px; border-radius: 50%; background: var(--clay); }
.hero-visual { min-height: 610px; position: relative; }
.hero-visual img { height: 610px; object-fit: cover; border-radius: 10px; filter: saturate(.87); }
.site-shell.hero-sketch-active .hero { padding-bottom: 0; }
.site-shell.hero-sketch-active .hero-visual { align-self: end; }
.site-shell.hero-sketch-active .hero-visual img { border-radius: 10px 10px 0 0; }

.marquee { overflow: hidden; padding: 20px 0; border-block: 1px solid var(--line); background: var(--cream); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 34px; animation: scroll 30s linear infinite; font: italic 28px var(--serif); }
.marquee i { font: 13px var(--sans); color: #a45e43; }
@keyframes scroll { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(90px, 11vw, 170px) clamp(24px, 6.5vw, 100px); }
.statement { display: block; }
.section-number { margin: 8px 0; text-transform: uppercase; font-size: 11px; letter-spacing: .14em; }
.statement > div { max-width: 1060px; }
.statement h2 { max-width: 980px; margin: 28px 0 0; font-size: clamp(42px, 5vw, 73px); line-height: 1.02; }
.statement > div > p { max-width: 600px; margin: 32px 0 0; color: var(--ink-soft); font-size: 18px; }

.coaching { background: #223c2c; color: #f7f3e9; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 65px; }
.section-heading .eyebrow { align-self: flex-start; }
.section-heading h2 { margin: 0; text-align: right; font-size: clamp(48px, 5vw, 75px); line-height: 1; }
.section-heading em { color: inherit; font-weight: 400; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 430px; padding: 28px; border-radius: 18px; color: var(--ink); display: flex; flex-direction: column; }
.card-sage { background: var(--sage); }.card-cream { background: var(--cream); }.card-clay { background: var(--clay); }
.card-number { align-self: flex-end; font-size: 11px; }
.line-icon { margin: auto 0 55px; font: 54px/1 var(--serif); }
.service-card h3 { margin: 0 0 15px; font-size: 32px; }
.service-card p { margin: 0; max-width: 330px; font-size: 15px; }

.process { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.process-image { position: relative; }
.process-image img { height: 700px; object-fit: cover; object-position: 72% center; border-radius: 10px; filter: saturate(.8); }
.process-copy h2, .about h2, .faq h2 { margin: 0 0 28px; font-size: clamp(46px, 5vw, 70px); line-height: 1.02; }
.process-copy > p:not(.eyebrow) { max-width: 590px; color: var(--ink-soft); font-size: 17px; }
.process-list { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 22px 0; display: grid; grid-template-columns: 50px 1fr; border-bottom: 1px solid var(--line); }
.process-list li > span { font-size: 11px; }
.process-list strong { font: 24px var(--serif); }
.process-list p { margin: 3px 0 0; color: var(--ink-soft); font-size: 14px; }

.quote-band { padding: clamp(90px, 10vw, 150px) 8vw; text-align: center; background: var(--clay); }
.quote-mark { display: block; height: 40px; font: 70px/1 var(--serif); }
.quote-band blockquote { max-width: 980px; margin: 10px auto 30px; font-size: clamp(42px, 5vw, 72px); line-height: 1.05; }
.quote-band p { text-transform: uppercase; font-size: 11px; letter-spacing: .15em; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 160px); background: var(--cream); }
.about h2 { max-width: 690px; }
.large-copy { margin-top: 46px !important; font: 28px/1.25 var(--serif); }
.about-copy p:not(.large-copy) { color: var(--ink-soft); }
.about-copy .text-link { margin-top: 20px; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); }
.faq-heading { position: sticky; top: 40px; align-self: start; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 28px 45px 28px 0; cursor: pointer; list-style: none; position: relative; font: 24px/1.2 var(--serif); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 5px; font: 25px var(--sans); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 610px; margin: -8px 45px 30px 0; color: var(--ink-soft); }

.contact { min-height: 620px; padding: 110px max(24px, 10vw); display: grid; place-content: center; text-align: center; color: white; background: var(--ink); position: relative; overflow: hidden; }
.contact > * { position: relative; z-index: 1; }
.contact h2 { max-width: 1000px; margin: 0 auto 24px; font-size: clamp(48px, 6vw, 88px); line-height: .98; }
.contact > p:not(.eyebrow) { margin: 0 auto 34px; color: #d3ddd5; }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.contact .button-light { width: max-content; justify-self: center; }
.contact-orbit { position: absolute; width: 740px; height: 740px; left: calc(50% - 370px); top: -60px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; inset: 80px; border: inherit; border-radius: inherit; }
.contact-orbit::after { inset: 170px; }

footer { padding: 65px clamp(24px, 6.5vw, 100px) 35px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; background: var(--cream); }
.brand-footer { font-size: 32px; }
.footer-links { display: flex; gap: 24px; font-size: 13px; }
.copyright { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid var(--line); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

.type-dev { position: fixed; right: 18px; bottom: 18px; z-index: 80; font-family: var(--sans); color: #152a20; }
.type-dev-toggle { min-width: 132px; min-height: 46px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: #152a20; color: white; box-shadow: 0 12px 32px rgba(15,34,24,.24); cursor: pointer; font: 650 12px/1 var(--sans); }
.type-dev-toggle span:last-child { font: 22px/1 var(--serif); }
.type-dev-panel { position: absolute; right: 0; bottom: 0; width: min(380px, calc(100vw - 28px)); max-height: min(760px, calc(100vh - 28px)); overflow-y: auto; padding: 18px; border: 1px solid rgba(21,42,32,.18); border-radius: 10px; background: rgba(250,248,241,.98); box-shadow: 0 22px 70px rgba(15,34,24,.28); backdrop-filter: blur(16px); }
.type-dev-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.type-dev-heading div { display: grid; gap: 2px; }
.type-dev-heading small { color: #68766e; text-transform: uppercase; letter-spacing: .13em; font: 700 9px/1.4 var(--sans); }
.type-dev-heading strong { font: 28px/1 var(--serif); }
.type-dev-close { width: 32px; height: 32px; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 25px; line-height: 1; }
.hero-image-control { margin: 0 0 18px; padding: 13px; display: grid; gap: 11px; border: 1px solid rgba(21,42,32,.14); border-radius: 8px; background: #f0ede2; }
.hero-image-label { display: grid; gap: 2px; }
.hero-image-control strong { font: 650 12px/1.3 var(--sans); }
.hero-image-control small { color: #68766e; font: 500 10px/1.4 var(--sans); }
.hero-image-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.type-dev-panel .hero-image-option { display: block; margin: 0; cursor: pointer; }
.hero-image-option input { position: absolute; opacity: 0; pointer-events: none; }
.hero-image-option span { min-height: 32px; display: grid; place-items: center; border: 1px solid rgba(21,42,32,.18); border-radius: 6px; background: white; color: #516158; font: 650 10px/1 var(--sans); text-transform: none; letter-spacing: 0; transition: background .2s, color .2s, border-color .2s; }
.hero-image-option input:checked + span { border-color: #193225; background: #193225; color: white; }
.hero-image-option input:focus-visible + span { outline: 2px solid #193225; outline-offset: 2px; }
.wind-mark-control { margin: 0 0 18px; padding: 13px; display: grid; gap: 11px; border: 1px solid rgba(21,42,32,.14); border-radius: 8px; background: #f0ede2; }
.wind-mark-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.type-dev-panel .wind-mark-option { display: block; margin: 0; cursor: pointer; }
.wind-mark-option input { position: absolute; opacity: 0; pointer-events: none; }
.wind-mark-option span { min-height: 56px; padding: 5px 2px; display: grid; place-items: center; gap: 2px; border: 1px solid rgba(21,42,32,.18); border-radius: 6px; background: white; color: #516158; font: 650 9px/1 var(--sans); text-transform: none; letter-spacing: 0; transition: background .2s, color .2s, border-color .2s; }
.wind-mark-option svg { width: 27px; height: 27px; fill: none; color: currentColor; }
.wind-mark-option input:checked + span { border-color: #193225; background: #193225; color: white; }
.wind-mark-option input:focus-visible + span { outline: 2px solid #193225; outline-offset: 2px; }
.layout-preview-control { margin: 0 0 18px; padding: 13px; display: grid; gap: 12px; border: 1px solid rgba(21,42,32,.14); border-radius: 8px; background: #f0ede2; }
.type-dev-panel .layout-preview-control label { margin: 0; }
.layout-preview-note { color: #68766e; font: 500 10px/1.4 var(--sans); letter-spacing: 0; text-transform: none; }
.layout-reset { min-height: 34px; border: 1px solid rgba(21,42,32,.25); border-radius: 7px; background: transparent; color: #193225; cursor: pointer; font: 650 10px/1 var(--sans); }
.type-dev-panel label { display: grid; gap: 7px; margin: 0 0 14px; color: #516158; font: 650 10px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .1em; }
.type-dev-panel select, .type-dev-panel input[type="number"] { width: 100%; height: 40px; padding: 0 10px; border: 1px solid rgba(21,42,32,.2); border-radius: 7px; background: white; color: #152a20; font: 500 12px/1 var(--sans); text-transform: none; letter-spacing: 0; }
.type-dev-panel input[type="range"] { width: 100%; accent-color: #193225; }
.type-dev-panel output { justify-self: end; margin-top: -19px; color: #152a20; font: 700 11px/1 var(--sans); letter-spacing: 0; text-transform: none; }
.type-dev-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.type-weight-control small { min-height: 15px; color: #8a5b46; font: 500 10px/1.4 var(--sans); letter-spacing: 0; text-transform: none; }
.type-dev-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 20px; }
.type-dev-actions button, .type-reset-all { min-height: 38px; border: 1px solid #193225; border-radius: 7px; background: #193225; color: white; cursor: pointer; font: 650 11px/1 var(--sans); }
.type-dev-actions button:first-child { background: transparent; color: #193225; }
.type-reset-all { width: 100%; margin-top: 8px; border-color: transparent; background: transparent; color: #68766e; text-decoration: underline; text-underline-offset: 3px; }
.type-dev-status { min-height: 16px; margin: 6px 0 0; color: #68766e; text-align: center; font: 10px/1.4 var(--sans); }

@media (max-width: 900px) {
  .site-shell { width: 100%; margin: 0; border-radius: 0; }
  .site-header { height: 78px; grid-template-columns: 1fr auto; }
  .menu-button { display: block; z-index: 2; }
  .header-cta { display: none; }
  .site-nav { display: none; position: absolute; inset: 78px 0 auto; padding: 30px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .site-nav.is-open { display: flex; }
  .hero { padding-top: 45px; grid-template-columns: 1fr; }
  .hero-visual { min-height: 540px; margin-left: 35px; }
  .hero-visual img { height: 540px; }
  .site-shell.hero-sketch-active .hero-visual { margin-bottom: 0; }
  .about, .faq { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading h2 { text-align: left; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .process { grid-template-columns: 1fr; }
  .process-image { width: calc(100% - 25px); }
  .faq-heading { position: static; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 20px; }
  .brand { font-size: 30px; }
  .hero { min-height: auto; padding-inline: 20px; }
  h1 { font-size: 56px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 430px; margin-top: 20px; }
  .hero-visual img { height: 430px; border-radius: 160px 160px 18px 18px; }
  .section-pad { padding-inline: 24px; }
  .process-image img { height: 520px; }
  .quote-band { padding-inline: 24px; }
  .contact { min-height: 650px; padding-inline: 24px; }
  footer { padding-inline: 24px; }
  .type-dev { right: 14px; bottom: 14px; }
}

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

@media print { .type-dev { display: none !important; } }

.subpage-main { min-height: 70vh; }
.page-hero { padding: clamp(80px, 10vw, 150px) clamp(24px, 6.5vw, 100px) 70px; background: var(--cream); }
.page-hero-inner { max-width: 1040px; }
.page-hero h1 { max-width: 980px; margin: 0 0 28px; }
.page-hero-copy { max-width: 690px; margin: 0; color: var(--ink-soft); font-size: clamp(18px, 1.5vw, 22px); }
.booking-section { padding: 80px clamp(24px, 6.5vw, 100px) clamp(100px, 10vw, 150px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.booking-aside { position: sticky; top: 35px; }
.booking-aside h2 { margin: 0 0 22px; font-size: clamp(38px, 4vw, 58px) !important; letter-spacing: -.045em !important; }
.booking-aside p { color: var(--ink-soft); }
.booking-points { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.booking-points li { padding: 17px 0; display: flex; gap: 13px; border-bottom: 1px solid var(--line); font-size: 14px; }
.booking-points span { color: #a45e43; }
.conversation-form { padding: clamp(25px, 4vw, 48px); border-radius: 10px; background: #e7dfcc; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.conversation-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 12px; font-weight: 700; }
.conversation-form input, .conversation-form select, .conversation-form textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid rgba(25,50,37,.22); border-radius: 7px; background: rgba(255,255,255,.78); color: var(--ink); font: 16px/1.4 var(--sans); }
.conversation-form textarea { min-height: 150px; resize: vertical; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; min-height: 1px !important; overflow: hidden !important; }
.conversation-form input:focus, .conversation-form select:focus, .conversation-form textarea:focus { outline: 2px solid var(--ink); outline-offset: 2px; }
.consent-label { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.5; }
.consent-label input { width: 18px; min-height: 18px; margin-top: 2px; }
.form-note { margin: 14px 0 0; color: var(--ink-soft); font-size: 12px; }
.form-status { min-height: 22px; margin: 12px 0 0; font-size: 13px; font-weight: 650; }
.form-status.is-error { color: #8a352d; }
.conversation-form button:disabled { cursor: wait; opacity: .72; transform: none; }
.thank-you-main { min-height: calc(100vh - 96px); display: grid; background: var(--ink); color: white; }
.thank-you-hero { min-height: 650px; padding: clamp(90px, 12vw, 180px) clamp(24px, 8vw, 120px); display: grid; place-items: center; text-align: center; background: transparent; position: relative; overflow: hidden; }
.thank-you-hero::before { content: ""; position: absolute; width: min(720px, 75vw); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.thank-you-hero::after { content: ""; position: absolute; width: min(500px, 52vw); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.thank-you-inner { max-width: 900px; position: relative; z-index: 1; }
.thank-you-mark { width: 58px; height: 58px; margin: 0 auto 34px; display: grid; place-items: center; border-radius: 50%; background: var(--clay); color: var(--ink); font: 30px/1 var(--serif); }
.thank-you-hero h1 { margin-inline: auto; font-size: clamp(58px, 7vw, 98px); }
.thank-you-hero .page-hero-copy { margin: 0 auto 38px; color: #d3ddd5; }
.legal-main { padding: clamp(80px, 9vw, 135px) clamp(24px, 6.5vw, 100px) clamp(100px, 10vw, 150px); }
.legal-header { max-width: 900px; margin-bottom: 70px; }
.legal-header h1 { margin: 0 0 24px; }
.legal-meta { color: var(--ink-soft); font-size: 13px; }
.legal-content { max-width: 820px; }
.legal-content h2 { margin: 55px 0 15px; font-size: 34px !important; letter-spacing: -.035em !important; line-height: 1.08 !important; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content ul { padding-left: 22px; }
.legal-content li { margin-bottom: 9px; }
.legal-callout { margin: 40px 0; padding: 22px; border-left: 3px solid var(--clay); background: var(--cream); }

@media (max-width: 900px) {
  .booking-section { grid-template-columns: 1fr; }
  .booking-aside { position: static; }
}

@media (max-width: 560px) {
  .page-hero { padding-top: 65px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .conversation-form { padding: 22px; }
  .wind-mark-option span { min-height: 51px; }
}
