:root {
  --paper: #f7f3ed;
  --white: #fffdf9;
  --charcoal: #292a27;
  --muted: #67665f;
  --terracotta: #bc684f;
  --terracotta-dark: #914936;
  --cream: #f3d8bd;
  --mustard: #d7a94f;
  --olive: #84906a;
  --line: #292a27;
  --soft-line: #d8d0c4;
  --radius: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--paper);
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
button, input, textarea { font: inherit; }
a { color: inherit; }
svg { display: block; }
address { font-style: normal; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: .75rem 1rem;
  background: var(--charcoal);
  color: white;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(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;
}
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.announcement {
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 7px 20px;
  background: var(--terracotta);
  color: #fff;
  font-size: .83rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .035em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 243, 237, .97);
  border-bottom: 2px solid var(--charcoal);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1.05; }
.brand-mark { width: 45px; height: 45px; flex: 0 0 auto; }
.brand span { display: grid; gap: 5px; }
.brand strong { font-size: 1.17rem; font-weight: 900; }
.brand small { color: var(--muted); font-size: .71rem; font-weight: 800; letter-spacing: .035em; }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav > a:not(.button) { font-weight: 800; text-decoration: none; border-bottom: 2px solid transparent; }
.site-nav > a:not(.button):hover, .site-nav > a:not(.button):focus-visible { border-color: var(--terracotta); }
.menu-toggle { display: none; width: 45px; height: 45px; border: 2px solid var(--charcoal); border-radius: 12px; background: var(--white); place-items: center; }
.menu-toggle svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 51px;
  padding: 12px 23px;
  border: 2px solid var(--charcoal);
  border-radius: 999px;
  background: var(--terracotta);
  color: white;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.button:hover { background: var(--terracotta-dark); transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--mustard); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 8px 18px; }
.button-light { background: var(--cream); color: var(--charcoal); }
.button-light:hover { background: var(--mustard); }

.hero { padding-top: clamp(66px, 9vw, 116px); text-align: center; }
.eyebrow { margin: 0 0 14px; color: var(--terracotta-dark); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
.hero h1 { max-width: 940px; margin: 0 auto 23px; font-size: clamp(2.55rem, 6.2vw, 5.6rem); font-weight: 900; letter-spacing: -.055em; }
.hero-copy { max-width: 720px; margin: 0 auto 29px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-windows { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 18px; margin-top: clamp(58px, 8vw, 98px); align-items: end; }
.window-tile {
  position: relative;
  min-height: 290px;
  padding: 44px 27px 27px;
  border: 8px solid var(--charcoal);
  border-radius: 6px;
  text-align: left;
  overflow: hidden;
}
.window-tile:nth-child(2) { min-height: 340px; }
.window-tile::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 6px; background: var(--charcoal); transform: translateX(-50%); opacity: .16; }
.window-tile svg { position: relative; width: 72px; margin-bottom: 45px; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.window-tile h2 { position: relative; margin-bottom: 9px; font-size: 1.45rem; }
.window-tile p { position: relative; margin: 0; font-weight: 700; }
.tile-terracotta { background: var(--terracotta); color: white; }
.tile-cream { background: var(--cream); }
.tile-olive { background: var(--olive); color: white; }
.tile-badge { position: absolute; top: 16px; right: 15px; z-index: 2; padding: 4px 10px; border: 2px solid currentColor; border-radius: 999px; font-size: .69rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.section { padding-block: clamp(76px, 10vw, 126px); }
.section-heading { max-width: 710px; margin: 0 auto 45px; text-align: center; }
.section-heading h2, .location h2, .booking-band h2 { margin-bottom: 16px; font-size: clamp(2.1rem, 4.5vw, 3.65rem); font-weight: 900; letter-spacing: -.04em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.offerings { background: var(--white); border-top: 2px solid var(--charcoal); border-bottom: 2px solid var(--charcoal); }
.offering-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.offering-card { display: flex; flex-direction: column; border: 5px solid var(--charcoal); background: var(--paper); }
.offering-panel { min-height: 185px; display: flex; align-items: flex-end; justify-content: space-between; padding: 25px; border-bottom: 5px solid var(--charcoal); }
.offering-panel svg { width: 68px; fill: none; stroke: currentColor; stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.offering-panel span { font-family: "Oswald", sans-serif; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .08em; }
.panel-mustard { background: var(--mustard); }
.panel-terracotta { background: var(--terracotta); color: white; }
.panel-olive { background: var(--olive); color: white; }
.offering-copy { position: relative; flex: 1; padding: 28px 25px 82px; }
.offering-copy h3 { margin-bottom: 12px; font-size: 1.43rem; }
.offering-copy p { margin: 0; color: var(--muted); }
.price-card { position: absolute; left: 25px; bottom: 22px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border: 2px solid var(--charcoal); background: white; font-family: "Oswald", sans-serif; font-size: 1.25rem; font-weight: 600; }
.price-card small { font-size: .63rem; letter-spacing: .12em; }
.best-fit { display: inline-block; margin-bottom: 12px; padding: 4px 9px; border-radius: 999px; background: var(--cream); font-size: .69rem; font-weight: 900; text-transform: uppercase; }
.price-note { max-width: 800px; margin: 27px auto 0; color: var(--muted); font-size: .86rem; text-align: center; }

.included-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 100px); align-items: start; }
.left-heading { position: sticky; top: 130px; margin: 0; text-align: left; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-item { display: grid; grid-template-columns: 36px 1fr; gap: 13px; align-items: start; padding: 21px; border: 3px solid var(--charcoal); border-radius: 13px; background: var(--white); }
.check-item > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--terracotta); color: white; font-weight: 900; }
.check-item p { margin: 0; font-size: .94rem; }
.check-item strong { display: block; margin-bottom: 3px; }

.location { background: var(--cream); border-top: 2px solid var(--charcoal); }
.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.location-intro > p:not(.eyebrow) { color: #57534d; font-size: 1.05rem; }
.service-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.service-chips span { padding: 7px 12px; border: 2px solid var(--charcoal); border-radius: 999px; background: var(--paper); font-size: .81rem; font-weight: 800; }
.details-window { display: grid; grid-template-columns: 1fr 1fr; border: 8px solid var(--charcoal); background: var(--white); }
.details-pane { min-height: 330px; padding: 31px; }
.details-pane + .details-pane { border-left: 6px solid var(--charcoal); }
.details-pane h3 { padding-bottom: 13px; border-bottom: 2px solid var(--charcoal); font-size: 1.45rem; }
.details-pane address { margin-bottom: 17px; font-weight: 700; }
.details-pane > a { display: block; width: fit-content; margin-top: 9px; color: var(--terracotta-dark); font-weight: 800; }
.hours-pane { background: var(--olive); color: white; }
.hours-pane dl { margin: 0; }
.hours-pane dl div { display: grid; gap: 4px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.48); }
.hours-pane dt { font-weight: 900; }
.hours-pane dd { margin: 0; }
.hours-pane p { margin: 18px 0 0; font-size: .83rem; }

.booking-band { padding-block: clamp(72px, 9vw, 110px); background: var(--terracotta); color: white; }
.booking-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 100px); align-items: start; }
.booking-layout > div > p:last-child { max-width: 500px; font-size: 1.05rem; }
.light-eyebrow { color: var(--cream); }
.booking-form { padding: clamp(24px, 4vw, 40px); border: 6px solid var(--charcoal); background: var(--paper); color: var(--charcoal); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-form label:not(.consent) { display: grid; gap: 6px; margin-bottom: 14px; font-size: .82rem; font-weight: 900; }
input, textarea { width: 100%; border: 2px solid var(--charcoal); border-radius: 8px; background: white; color: var(--charcoal); padding: 11px 12px; }
textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; margin: 4px 0 18px; font-size: .8rem; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--terracotta); }
.consent a { font-weight: 900; }
.form-status { min-height: 24px; margin: 13px 0 0; font-size: .86rem; font-weight: 800; }
.form-status.error { color: #9f3324; }
.form-status.success { color: #44613d; }

.site-footer { padding: 65px 0 22px; background: var(--charcoal); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 50px; }
.footer-brand small { color: #c8c5bd; }
.footer-grid > div:first-child > p { max-width: 430px; color: #c8c5bd; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links h2 { margin-bottom: 7px; color: var(--cream); font-size: .84rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: #e2dfd8; text-decoration: none; }
.footer-links a:hover { color: var(--cream); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid #64645f; color: #aaa9a3; font-size: .76rem; }

.privacy-main { padding-block: clamp(65px, 9vw, 110px); }
.privacy-shell { max-width: 1060px; }
.privacy-heading { max-width: 700px; margin-bottom: 45px; }
.privacy-heading h1 { margin-bottom: 10px; font-size: clamp(2.8rem, 6vw, 5.2rem); letter-spacing: -.055em; }
.privacy-heading > p:last-child { color: var(--muted); }
.privacy-window { display: grid; grid-template-columns: .38fr .62fr; border: 7px solid var(--charcoal); background: var(--white); }
.privacy-summary { padding: 34px; background: var(--terracotta); color: white; }
.privacy-summary h2 { font-size: 1.6rem; }
.privacy-summary .button { margin-top: 15px; }
.privacy-content { padding: clamp(30px, 6vw, 65px); border-left: 6px solid var(--charcoal); }
.privacy-content section { padding-bottom: 23px; margin-bottom: 27px; border-bottom: 1px solid var(--soft-line); }
.privacy-content h2 { margin-bottom: 10px; font-size: 1.35rem; }
.privacy-content p { margin: 0; color: #54534e; }
.privacy-content a { color: var(--terracotta-dark); font-weight: 800; }
.text-link { display: inline-block; margin-top: 8px; }

@media (max-width: 900px) {
  .menu-toggle { display: grid; }
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; align-items: stretch; padding: 22px; background: var(--paper); border-bottom: 3px solid var(--charcoal); }
  .site-nav.open { display: grid; gap: 16px; }
  .site-nav .button { width: fit-content; }
  .hero-windows { grid-template-columns: 1fr 1fr; }
  .hero-windows .window-tile:last-child { grid-column: 1 / -1; min-height: 250px; }
  .offering-grid { grid-template-columns: 1fr; }
  .offering-card { display: grid; grid-template-columns: .7fr 1.3fr; }
  .offering-panel { min-height: 100%; border-right: 5px solid var(--charcoal); border-bottom: 0; }
  .included-layout, .location-grid, .booking-layout { grid-template-columns: 1fr; }
  .left-heading { position: static; }
  .details-window { max-width: 690px; }
  .privacy-window { grid-template-columns: 1fr; }
  .privacy-content { border-left: 0; border-top: 6px solid var(--charcoal); }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 26px), var(--shell)); }
  .announcement { font-size: .72rem; }
  .header-inner { min-height: 72px; }
  .site-nav { top: 72px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand small { display: none; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(2.4rem, 12.5vw, 3.9rem); }
  .hero .button { width: 100%; }
  .hero-windows { grid-template-columns: 1fr; margin-top: 55px; }
  .hero-windows .window-tile, .hero-windows .window-tile:nth-child(2), .hero-windows .window-tile:last-child { grid-column: auto; min-height: 255px; }
  .section { padding-block: 72px; }
  .section-heading { margin-bottom: 34px; }
  .offering-card { display: flex; }
  .offering-panel { min-height: 160px; border-right: 0; border-bottom: 5px solid var(--charcoal); }
  .check-grid { grid-template-columns: 1fr; }
  .details-window { grid-template-columns: 1fr; border-width: 6px; }
  .details-pane { min-height: 0; padding: 25px; }
  .details-pane + .details-pane { border-left: 0; border-top: 6px solid var(--charcoal); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .booking-form { border-width: 4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .privacy-window { border-width: 5px; }
  .privacy-summary { padding: 27px; }
  .privacy-content { border-top-width: 5px; }
}

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