:root {
  --bg: #f5f3ef;
  --surface: #ffffff;
  --ink: #101010;
  --muted: #65625e;
  --line: #d9d4cd;
  --accent: #991b1f;
  --accent-dark: #741216;
  --max: 1240px;
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 32px;
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  border-bottom: 1px solid rgba(16,16,16,.08);
  backdrop-filter: blur(12px);
}

.brand {
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
}

.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: .9rem; text-decoration: none; }
.nav > a:not(.button):hover, .text-link:hover, .contact-details a:hover { opacity: .58; }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  background: transparent;
}
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--ink); }

.section-shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: center;
  gap: 48px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: clamp(.9rem, 1.05vw, 1.05rem);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero h1, .statement h2, .section-heading-row h2, .about h2, .booking h2, .contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero h1 {
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.hero-lead {
  max-width: 570px;
  margin: 30px 0 0;
  color: #3f3d3a;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.6;
}

.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #2b2b2b; }
.button-small { min-height: 42px; padding: 0 19px; }
.text-link { font-size: .88rem; font-weight: 600; text-decoration: none; transition: opacity .2s ease; }

.hero-logo-wrap {
  background: var(--surface);
  border: 1px solid #cfcac3;
  padding: 8px;
  box-shadow: 0 24px 70px rgba(26, 19, 10, .08);
}
.hero-logo { width: 100%; height: auto; }

.statement {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  padding-top: 132px;
  padding-bottom: 132px;
  border-top: 1px solid var(--line);
}
.statement h2 { font-size: clamp(2.7rem, 4.5vw, 5.5rem); line-height: 1.05; letter-spacing: -.045em; }
.statement > p:last-child { max-width: 650px; margin: 8px 0 0; font-size: 1.12rem; line-height: 1.75; color: #45423f; }

.services { padding-top: 118px; padding-bottom: 130px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 54px; }
.section-heading-row h2, .about h2, .contact h2 { max-width: 760px; font-size: clamp(2.3rem, 4vw, 4.6rem); line-height: 1.08; letter-spacing: -.04em; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.service-card {
  grid-column: span 2;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
}
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card.featured { border-top: 4px solid var(--accent); padding-top: 25px; }
.service-number { color: var(--accent); font-size: .76rem; font-weight: 700; letter-spacing: .12em; }
.service-card h3 { margin: 58px 0 12px; font-size: 1.45rem; line-height: 1.2; }
.service-card .price { margin: 0 0 20px; font-weight: 600; }
.service-card > p:not(.price) { margin: 0; color: var(--muted); line-height: 1.62; }
.service-card .text-link { margin-top: auto; padding-top: 30px; }

.about {
  display: grid;
  grid-template-columns: .7fr 1.5fr;
  gap: 64px;
  padding-top: 130px;
  padding-bottom: 130px;
  border-top: 1px solid var(--line);
}
.about-kicker { display: flex; flex-direction: column; justify-content: space-between; }
.accent-line { display: block; width: 72px; height: 4px; background: var(--accent); }
.about-copy p { max-width: 720px; color: #45423f; font-size: 1.08rem; line-height: 1.75; }
.about-copy p:first-of-type { margin-top: 34px; }

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 0;
  padding-bottom: 130px;
}
.principle { padding: 34px 30px 20px 0; border-top: 1px solid var(--ink); }
.principle + .principle { padding-left: 30px; border-left: 1px solid var(--line); }
.principle span { color: var(--accent); font-size: .75rem; font-weight: 700; }
.principle h3 { margin: 42px 0 12px; font-size: 1.45rem; }
.principle p { margin: 0; max-width: 320px; color: var(--muted); line-height: 1.6; }

.booking {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 60px;
  align-items: end;
  padding-top: 78px;
  padding-bottom: 78px;
  padding-left: 58px;
  padding-right: 58px;
  background: var(--accent-dark);
  color: white;
}
.booking .light { color: #f2bbb9; }
.booking h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: 1.02; letter-spacing: -.045em; }
.booking p { max-width: 620px; line-height: 1.65; }
.booking-action { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.booking-note { color: #e6ccca; font-size: .82rem; line-height: 1.45; }
.button-light { background: white; color: var(--ink); border-color: white; }
.button-light:hover { background: #f2ece5; }

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding-top: 130px;
  padding-bottom: 130px;
}
.contact-details { align-self: end; }
.contact-details a { font-size: clamp(1.2rem, 2.4vw, 2.2rem); text-decoration-thickness: 1px; text-underline-offset: 7px; }
.contact-details p { color: var(--muted); }

.footer {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 30px;
  align-items: start;
  padding-top: 34px;
  padding-bottom: 50px;
  border-top: 1px solid var(--ink);
  font-size: .82rem;
}
.footer-brand { font-weight: 600; letter-spacing: .04em; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { text-decoration: none; }
.footer p { margin: 0; color: var(--muted); text-align: right; }

@media (max-width: 900px) {
  .site-header { padding: 16px 20px; }
  .menu-toggle { display: block; }
  .nav {
    position: absolute;
    top: 74px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
  }
  .nav.open { display: flex; }
  .nav a { padding: 12px 6px; }
  .nav .button { margin-top: 6px; }

  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 48px; padding-top: 74px; padding-bottom: 88px; }
  .hero-copy { order: 1; }
  .hero-logo-wrap { order: 2; padding: 8px; }
  .statement, .about, .booking, .contact { grid-template-columns: 1fr; }
  .statement { gap: 26px; padding-top: 90px; padding-bottom: 90px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; min-height: 330px; }
  .desktop-link { display: none; }
  .about { gap: 26px; }
  .about-kicker { gap: 36px; }
  .principles { grid-template-columns: 1fr; }
  .principle + .principle { padding-left: 0; border-left: 0; }
  .booking { padding: 56px 24px; }
  .footer { grid-template-columns: 1fr; }
  .footer p { text-align: left; }
}

@media (max-width: 560px) {
  .brand { max-width: 230px; font-size: .82rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-logo-wrap { margin-left: -4px; margin-right: -4px; }
  .section-heading-row { margin-bottom: 34px; }
  .services, .about, .contact { padding-top: 86px; padding-bottom: 90px; }
  .principles { padding-bottom: 90px; }
  .contact-details a { overflow-wrap: anywhere; }
}


/* v0.3 — live booking & package purchase links */
.purchase-note {
  margin-top: 18px !important;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: .88rem;
  line-height: 1.55 !important;
}

.package-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: auto;
  padding-top: 26px;
}

.package-actions .text-link {
  margin-top: 0;
  padding-top: 0;
}


/* Legal pages */
.legal-page {
  padding: 140px 24px 96px;
}

.legal-shell {
  width: min(760px, 100%);
  margin: 0 auto;
}

.legal-shell h1 {
  margin: 0 0 52px;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: .95;
  letter-spacing: -.04em;
}

.legal-section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0 0 14px;
  font-size: 1.25rem;
}

.legal-section p {
  margin: 0;
  line-height: 1.8;
}

.legal-section a,
.legal-back a {
  color: inherit;
  text-underline-offset: 4px;
}

.legal-back {
  margin-top: 48px;
}

@media (max-width: 760px) {
  .legal-page {
    padding-top: 108px;
  }
}

.legal-updated {
  margin: -28px 0 48px;
  color: var(--muted);
  font-size: .9rem;
}

.legal-section p + p {
  margin-top: 16px;
}


/* Electronic withdrawal function */
.withdrawal-fab {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  border: 1px solid #b9b3ab;
  background: rgba(250, 248, 244, .96);
  color: var(--text);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.withdrawal-fab:hover {
  border-color: var(--text);
}

.withdrawal-panel {
  scroll-margin-top: 110px;
}

.withdrawal-form {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.withdrawal-form label {
  display: grid;
  gap: 8px;
  font-weight: 650;
}

.withdrawal-form input[type="text"],
.withdrawal-form input[type="email"],
.withdrawal-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 13px 14px;
  font: inherit;
  color: inherit;
}

.withdrawal-form textarea {
  resize: vertical;
}

.withdrawal-confirm {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 500 !important;
}

.withdrawal-confirm input {
  margin-top: 4px;
}

.form-status {
  min-height: 1.5em;
  color: var(--muted);
}

@media (max-width: 760px) {
  .withdrawal-fab {
    left: 12px;
    bottom: 12px;
    padding: 10px 12px;
    font-size: .72rem;
  }
}


/* v1.4 — responsive and visual polish */
html {
  scroll-padding-top: 90px;
}

body {
  overflow-x: hidden;
}

button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(153, 27, 31, .28);
  outline-offset: 3px;
}

.site-header {
  min-height: 74px;
}

.hero-logo-wrap {
  overflow: hidden;
}

.service-card {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 46px rgba(26, 19, 10, .07);
  border-color: #c8c0b7;
}

.purchase-note {
  background: #faf8f4;
  margin-left: -10px !important;
  margin-right: -10px !important;
  padding: 16px 10px 0;
}

.package-actions .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

.contact-details {
  min-width: 0;
}

.contact-details a {
  overflow-wrap: anywhere;
}

.footer-links a:hover {
  opacity: .58;
}

.withdrawal-fab {
  color: var(--ink);
}

@media (max-width: 900px) {
  .site-header {
    min-height: 68px;
  }

  .nav {
    top: 68px;
    max-height: calc(100vh - 84px);
    overflow-y: auto;
  }

  .menu-toggle {
    cursor: pointer;
  }

  .hero {
    padding-top: 58px;
    padding-bottom: 78px;
  }

  .hero h1 {
    max-width: 760px;
  }

  .hero-lead {
    max-width: 680px;
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    min-height: 0;
  }

  .service-card h3 {
    margin-top: 34px;
  }

  .about,
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .booking-action .button {
    min-width: 220px;
  }
}

@media (max-width: 700px) {
  .hero {
    gap: 34px;
  }

  /* On phones, lead with the brand mark as originally intended. */
  .hero-logo-wrap {
    order: 1;
  }

  .hero-copy {
    order: 2;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.15rem);
    line-height: 1;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 1.03rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .statement h2,
  .section-heading-row h2,
  .about h2,
  .contact h2 {
    font-size: clamp(2.35rem, 10vw, 3.7rem);
  }

  .statement > p:last-child,
  .about-copy p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .service-card {
    padding: 24px;
  }

  .service-card h3 {
    margin: 30px 0 10px;
  }

  .package-actions {
    gap: 8px;
    padding-top: 22px;
  }

  .package-actions .text-link {
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid var(--line);
  }

  .booking {
    gap: 34px;
  }

  .booking-action {
    width: 100%;
  }

  .booking-action .button {
    width: 100%;
  }

  .booking-note {
    font-size: .88rem;
  }

  .footer {
    gap: 24px;
  }

  .footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 18px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    max-width: 210px;
    line-height: 1.2;
  }

  .section-shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 68px;
  }

  .hero-logo-wrap {
    margin: 0;
    padding: 5px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: .82rem;
  }

  .hero-actions {
    width: 100%;
    gap: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: center;
  }

  .statement {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .services,
  .about,
  .contact {
    padding-top: 74px;
    padding-bottom: 78px;
  }

  .section-heading-row {
    margin-bottom: 28px;
  }

  .principles {
    padding-bottom: 78px;
  }

  .principle {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .principle h3 {
    margin-top: 28px;
  }

  .booking {
    width: 100%;
    padding: 54px 22px;
  }

  .booking h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .contact-details a {
    font-size: 1.02rem;
  }

  .legal-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .legal-shell h1 {
    font-size: clamp(2.6rem, 13vw, 4.2rem);
    overflow-wrap: anywhere;
  }

  .withdrawal-fab {
    max-width: calc(100vw - 24px);
  }
}
