
:root {
  --ink: #20363d;
  --muted: #53676c;
  --cream: #f4f0e7;
  --paper: #fffdf9;
  --sage: #d7e0d2;
  --sage-dark: #718770;
  --rust: #ae5c49;
  --line: #d8d9d2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }

.site-nav { min-height: 82px; max-width: 1180px; margin: auto; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-family: Georgia, serif; font-size: 13px; font-weight: 700; }
.brand-name { font-family: Georgia, serif; font-size: 19px; font-weight: 600; }
.nav-links { display: flex; gap: 31px; font-size: 13px; font-weight: 600; }
.nav-links a:hover, footer a:hover, .text-link:hover { color: var(--rust); }
.button { min-height: 49px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 3px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; transition: background .2s; }
.button:hover { background: #34515a; }
.button-small { min-height: 40px; padding: 0 18px; }
.text-link { font-size: 13px; font-weight: 700; text-decoration: underline; text-decoration-color: #aeb7b5; text-underline-offset: 5px; }

.hero { max-width: 1180px; margin: auto; padding: 86px 30px 94px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 9%; align-items: center; }
.eyebrow { margin: 0 0 19px; color: var(--rust); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 550; letter-spacing: -.025em; }
h1 { max-width: 720px; font-size: clamp(52px, 5.7vw, 78px); line-height: 1.04; }
.hero-intro { max-width: 610px; margin: 28px 0 31px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.hero-panel { background: var(--cream); border-top: 4px solid var(--sage-dark); padding: 29px 31px 27px; }
.panel-label { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 600; }
.hero-panel dl { margin: 0; }
.hero-panel dl div { padding: 13px 0; border-top: 1px solid #d2d0c7; }
.hero-panel dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-panel dd { margin: 5px 0 0; font-size: 14px; font-weight: 600; }
.panel-note { margin: 19px 0 0; padding-top: 17px; border-top: 1px solid #d2d0c7; color: var(--muted); font-size: 12px; }
.trust-strip { padding: 19px max(30px, calc((100vw - 1120px)/2)); display: flex; justify-content: space-between; gap: 25px; background: var(--ink); color: white; font-size: 11px; font-weight: 700; letter-spacing: .035em; }
.section { max-width: 1180px; margin: auto; padding: 100px 30px; }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 10%; align-items: end; }
.section-heading h2, .about-copy h2, .booking-band h2 { max-width: 650px; font-size: clamp(39px, 4vw, 56px); line-height: 1.08; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-card { padding: 35px 32px 37px 0; }
.support-card + .support-card { padding-left: 32px; border-left: 1px solid var(--line); }
.support-card h3 { margin: 0 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.support-card p { margin: 0; color: var(--muted); font-size: 14px; }
.sessions-section { padding: 100px max(30px, calc((100vw - 1120px)/2)); background: var(--cream); }
.session-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 50px; }
.session-card { min-height: 310px; padding: 27px 24px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); }
.session-card.featured { border-top: 4px solid var(--rust); }
.session-length { color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.session-card h3 { margin: 22px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.session-card p { margin: 0; color: var(--muted); font-size: 13px; }
.session-card strong { margin-top: auto; padding-top: 25px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; }
.session-card a { margin-top: 14px; color: var(--rust); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.arrangement-note { margin-top: 14px; color: var(--muted); font-size: 11px; font-weight: 700; }
.about-section { padding: 100px max(30px, calc((100vw - 1120px)/2)); display: grid; grid-template-columns: 1.15fr .85fr; gap: 11%; align-items: center; background: var(--cream); }
.about-copy .lead { margin: 28px 0 14px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); font-size: 15px; }
.principles { padding: 32px 34px; background: var(--paper); border: 1px solid #d5d3ca; }
.principles h3 { margin: 0 0 19px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.principles ul { list-style: none; margin: 0; padding: 0; }
.principles li { position: relative; padding: 13px 0 13px 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.principles li::before { content: ""; position: absolute; left: 0; top: 21px; width: 7px; height: 7px; border-radius: 50%; background: var(--sage-dark); }
.process-boxes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.process-boxes > div { padding: 28px; background: #f7f6f0; border: 1px solid var(--line); }
.process-boxes strong { color: var(--rust); font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.process-boxes h3 { margin: 30px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.process-boxes p { margin: 0; color: var(--muted); font-size: 13px; }
.booking-band { padding: 81px max(30px, calc((100vw - 1120px)/2)); display: grid; grid-template-columns: 1fr .72fr; gap: 10%; align-items: center; background: var(--ink); color: white; }
.booking-band .eyebrow { color: #e2aa83; }
.booking-copy p { margin: 0 0 22px; color: #d5ddde; font-size: 15px; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--sage); }
.booking-copy small { display: block; margin-top: 13px; color: #aebcbe; }
footer { max-width: 1180px; min-height: 137px; margin: auto; padding: 30px; display: grid; grid-template-columns: 1.2fr 1.4fr 1fr auto; gap: 28px; align-items: center; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; gap: 20px; color: var(--ink); font-weight: 700; }

.legal-page { background: #f7f5ef; min-height: 100vh; }
.legal-nav { background: var(--paper); }
.legal-content { max-width: 820px; margin: 0 auto; padding: 78px 30px 100px; }
.legal-content > header { margin-bottom: 58px; }
.legal-content h1 { font-size: clamp(47px, 6vw, 70px); }
.legal-intro { max-width: 670px; margin: 24px 0 9px; color: var(--muted); font-size: 17px; }
.updated { color: #778689; font-size: 11px; }
.legal-content section { margin: 0; padding: 31px 0; border-top: 1px solid var(--line); }
.legal-content section h2 { margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; letter-spacing: -.01em; }
.legal-content section p { margin: 9px 0; color: var(--muted); font-size: 14px; }
.legal-content section a { color: var(--ink); font-weight: 700; text-decoration: underline; }
.charge-table { margin: 22px 0; border: 1px solid #c9cbc4; background: var(--paper); }
.charge-table > div { padding: 16px 18px; display: grid; grid-template-columns: 1fr auto; gap: 20px; border-bottom: 1px solid #dcded7; font-size: 13px; }
.charge-table > div:last-child { border-bottom: 0; }
.charge-table span { color: var(--rust); font-weight: 800; }
.legal-note { margin-top: 35px; padding: 24px 26px; background: var(--sage); border-left: 4px solid var(--sage-dark); }
.legal-note strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.legal-note p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.legal-footer { border-top: 1px solid var(--line); grid-template-columns: 1fr auto; min-height: 100px; }
.legal-footer p { margin: 0; }

.booking-page { min-height: 100vh; background: #f7f5ef; }
.booking-header { max-width: 820px; margin: 0 auto; padding: 68px 30px 34px; text-align: center; }
.booking-header .eyebrow { margin-bottom: 16px; }
.booking-header h1 { font-size: clamp(46px, 6vw, 68px); }
.booking-header > p:last-child { max-width: 610px; margin: 21px auto 0; color: var(--muted); font-size: 16px; }
.calendar-shell { max-width: 1060px; min-height: 680px; margin: 0 auto; padding: 12px 20px 35px; }
.booking-price-list { max-width: 980px; margin: 0 auto 18px; padding: 0 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.booking-price-list div { padding: 14px 16px; background: var(--paper); border: 1px solid var(--line); }
.booking-price-list strong, .booking-price-list span { display: block; }
.booking-price-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.booking-price-list span { margin-top: 5px; color: var(--rust); font-size: 11px; font-weight: 700; }
.booking-choice-list { max-width: 820px; margin: 0 auto 18px; padding: 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-choice-list > div { padding: 22px 24px; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--sage-dark); }
.booking-choice-list strong, .booking-choice-list span { display: block; }
.booking-choice-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.booking-choice-list span { margin-top: 6px; color: var(--rust); font-size: 12px; font-weight: 800; }
.booking-choice-list p { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.ongoing-rates { max-width: 820px; margin: 0 auto 15px; padding: 0 20px; }
.ongoing-rates p { margin: 0; padding: 16px 20px; background: var(--sage); color: var(--muted); font-size: 12px; }
.cal-embed { width: 100%; min-height: 650px; overflow: auto; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; }
.calendar-fallback { padding: 30px; }
.calendar-fallback a, .booking-notice a { font-weight: 700; text-decoration: underline; }
.booking-notice { max-width: 800px; margin: 0 auto 85px; padding: 24px 27px; background: var(--sage); border-left: 4px solid var(--sage-dark); }
.booking-notice strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.booking-notice p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

@media (max-width: 820px) {
  .nav-links { display: none; }
  .hero, .section-heading, .about-section, .booking-band { grid-template-columns: 1fr; gap: 45px; }
  .hero { padding-top: 64px; }
  .hero-panel { max-width: 520px; }
  .trust-strip { flex-wrap: wrap; justify-content: flex-start; }
  .support-grid, .process-boxes, .session-grid { grid-template-columns: 1fr 1fr; }
  .booking-price-list { grid-template-columns: 1fr 1fr; }
  .support-card { padding: 27px 0; }
  .support-card + .support-card { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .process-boxes h3 { margin-top: 14px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
  .site-nav { min-height: 73px; padding: 0 20px; }
  .site-nav .button-small { display: none; }
  .hero { padding: 55px 20px 70px; }
  h1 { font-size: 48px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 18px; }
  .trust-strip { padding: 19px 20px; gap: 14px 24px; }
  .section, .about-section, .booking-band { padding: 76px 20px; }
  .sessions-section { padding: 76px 20px; }
  .session-grid { grid-template-columns: 1fr; }
  .process-boxes { margin-top: 40px; }
  footer { grid-template-columns: 1fr; padding: 37px 20px; }
  .legal-content { padding: 60px 20px 80px; }
  .legal-content > header { margin-bottom: 45px; }
  .charge-table > div { grid-template-columns: 1fr; gap: 5px; }
  .legal-footer { grid-template-columns: 1fr; }
  .booking-header { padding: 55px 20px 25px; }
  .calendar-shell { padding-left: 10px; padding-right: 10px; }
  .booking-notice { margin: 0 20px 65px; }
  .booking-choice-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
