/* Pecan Wren Cleaning — concept site by Northpin Studio
   Palette: robin's-egg shell, yolk, twig. Type: Fraunces (SOFT axis) + Manrope.
   The Fraunces files have SOFT fixed at 100 (weight stays variable), so they are about 35% smaller;
   the "SOFT" 100 settings below are kept so the look is the same with a full Fraunces file. */

@font-face {
  font-family: "Fraunces Soft";
  src: url(../fonts/fraunces-soft100-latin-normal.woff2) format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Fraunces Soft";
  src: url(../fonts/fraunces-soft100-latin-italic.woff2) format("woff2");
  font-weight: 100 900; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/manrope-latin-wght-normal.woff2) format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap;
}

:root {
  --twig: #2B1F16;
  --twig-2: #5C4A3C;
  --edge: #7A6A5D;
  --shell: #BFE3DA;
  --shell-2: #E3F3EF;
  --shell-3: #F2FAF8;
  --paper: #FDFEFD;
  --yolk: #F5B83D;
  --yolk-hover: #FFC857;
  --yolk-deep: #A86F08;
  --teal: #1F6B63;
  --night: #231A12;
  --error: #A4262C;
  --line: rgba(43, 31, 22, .14);
  --line-2: rgba(43, 31, 22, .24);
  --ctl: rgba(43, 31, 22, .5); /* control borders: 3.2:1 on paper (WCAG 1.4.11) */

  --display: "Fraunces Soft", "Cooper", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  --r-xl: 32px;
  --r-lg: 24px;
  --r-md: 16px;
  --r-sm: 12px;
  --gutter: clamp(16px, 4.2vw, 40px);
  --speckle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cg fill='%235C4A3C'%3E%3Cellipse cx='14' cy='22' rx='1.7' ry='1.2' fill-opacity='.22'/%3E%3Cellipse cx='61' cy='9' rx='1.1' ry='.8' fill-opacity='.18'/%3E%3Cellipse cx='102' cy='31' rx='2.1' ry='1.5' fill-opacity='.16' transform='rotate(24 102 31)'/%3E%3Cellipse cx='146' cy='14' rx='1.2' ry='.9' fill-opacity='.2'/%3E%3Cellipse cx='37' cy='61' rx='1' ry='.7' fill-opacity='.2'/%3E%3Cellipse cx='82' cy='74' rx='1.6' ry='1.1' fill-opacity='.18' transform='rotate(-30 82 74)'/%3E%3Cellipse cx='128' cy='66' rx='.9' ry='.7' fill-opacity='.22'/%3E%3Cellipse cx='9' cy='104' rx='1.2' ry='.8' fill-opacity='.16'/%3E%3Cellipse cx='55' cy='118' rx='2' ry='1.3' fill-opacity='.14' transform='rotate(40 55 118)'/%3E%3Cellipse cx='111' cy='109' rx='1.1' ry='.8' fill-opacity='.22'/%3E%3Cellipse cx='150' cy='98' rx='1.5' ry='1' fill-opacity='.16'/%3E%3Cellipse cx='28' cy='150' rx='.9' ry='.7' fill-opacity='.2'/%3E%3Cellipse cx='88' cy='146' rx='1.3' ry='.9' fill-opacity='.18'/%3E%3Cellipse cx='136' cy='144' rx='1' ry='.7' fill-opacity='.2'/%3E%3C/g%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--twig);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: 450;
  overflow-x: hidden;
}
@supports (overflow: clip) { body { overflow-x: clip; } }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--teal); text-underline-offset: .18em; text-decoration-thickness: 1.5px; }
a:hover { color: var(--twig); }
a[href^="tel:"] { white-space: nowrap; }
.section-lead a { display: inline-block; padding-block: 11px; margin-block: -11px; }
h1, h2, h3 { font-family: var(--display); font-variation-settings: "SOFT" 100; margin: 0; letter-spacing: -.012em; line-height: 1.1; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 6px; }
[hidden] { display: none !important; }
[tabindex="-1"]:focus { outline: none; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ic { width: 20px; height: 20px; flex: none; }
.wrap { width: 100%; max-width: 1220px; margin-inline: auto; padding-inline: var(--gutter); }
section[id], fieldset[id], .success { scroll-margin-top: 16px; }
@media (min-width: 1000px) { section[id], fieldset[id], .success { scroll-margin-top: 96px; } }
/* keep focused fields and link jumps clear of the fixed bottom bar */
@media (max-width: 999.98px) { html { scroll-padding-bottom: 88px; } }
h1, h2, h3 { text-wrap: balance; }

.skip { position: absolute; left: 12px; top: -80px; z-index: 100; background: var(--twig); color: var(--paper); padding: 12px 16px; border-radius: 10px; font-weight: 700; }
.skip:focus { top: 12px; color: var(--paper); }

/* ---------- Concept banner (honesty) ---------- */
/* Phones: one slim block of text with the links in the flow. The links keep a 44px tap
   area through vertical padding + negative margin, so the banner stays ~55px tall. */
.concept { position: relative; z-index: 45; background: var(--twig); color: var(--shell-2); font-size: clamp(12px, 3.68vw - 1.2px, 13px); line-height: 1.4; }
.concept p { max-width: 1220px; margin-inline: auto; padding: 7px var(--gutter) 8px; text-align: center; }
.concept-links { margin-left: 4px; }
.concept a { color: var(--yolk); font-weight: 700; white-space: nowrap; padding: 14px 3px; margin: -14px 0; border-radius: 6px; }
.concept a + a { margin-left: 6px; }
.concept a:hover { color: var(--paper); }
.concept a:focus-visible { outline-color: var(--yolk); outline-offset: -6px; }
.is-clean .concept { display: none; }
@media (min-width: 760px) {
  .concept { font-size: .875rem; line-height: 1.35; }
  .concept p { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; column-gap: 14px; padding: 0 var(--gutter); }
  .concept-links { display: inline-flex; gap: 4px; margin: 0; }
  .concept a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 8px; margin: 0; }
  .concept a + a { margin-left: 0; }
  .concept a:focus-visible { outline-offset: -4px; }
}

/* ---------- Buttons ---------- */
.btn {
  --bg: transparent; --fg: var(--twig); --bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: 999px;
  background: var(--bg); color: var(--fg); border: 2px solid var(--bd);
  font-family: var(--sans); font-weight: 750; font-size: 1rem; line-height: 1.2; text-decoration: none; text-align: center;
  transition: background-color .18s ease, transform .18s ease, border-color .18s ease;
}
.btn:hover { color: var(--fg); }
.btn:active { transform: translateY(1px); }
.btn--yolk { --bg: var(--yolk); --fg: var(--twig); --bd: var(--twig); box-shadow: 0 3px 0 var(--twig); }
.btn--yolk:hover { --bg: var(--yolk-hover); }
.btn--yolk:active { box-shadow: 0 1px 0 var(--twig); transform: translateY(2px); }
.btn--line { --bd: var(--twig); --bg: transparent; }
.btn--line:hover { --bg: rgba(255,255,255,.55); }
.btn--ink { --bg: var(--twig); --fg: var(--paper); --bd: var(--twig); }
.btn--ink:hover { --bg: #45352a; }
.btn--lg { min-height: 56px; padding: 0 26px; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn .ic { width: 20px; height: 20px; }

/* ---------- Header ---------- */
.site-header { position: relative; z-index: 40; background: var(--shell); }
.hdr { display: flex; align-items: center; gap: 12px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--twig); text-decoration: none; margin-right: auto; min-height: 48px; }
.brand:hover { color: var(--twig); }
.brand-mark { width: 42px; height: 42px; }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 750; font-size: 1.45rem; letter-spacing: -.01em; }
.brand-sub { font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--twig-2); margin-top: 4px; }
.site-nav ul { list-style: none; display: flex; }
.site-nav a { display: flex; align-items: center; min-height: 48px; padding: 0 12px; color: var(--twig); font-weight: 650; text-decoration: none; border-radius: 10px; }
.site-nav a:hover { background: rgba(255,255,255,.5); }
.hdr-phone { display: none; align-items: center; justify-content: center; gap: 8px; min-height: 48px; min-width: 48px; padding: 0 8px; color: var(--twig); font-weight: 750; text-decoration: none; white-space: nowrap; border-radius: 999px; }
.hdr-cta { display: none; min-height: 48px; }
.nav-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 16px; border: 2px solid var(--twig); border-radius: 999px; background: var(--paper); font-weight: 750; }
.nav-toggle-text { min-width: 3.1em; text-align: left; }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after { display: block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; position: relative; transition: transform .2s ease, background-color .2s ease; }
.nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle-bars::before { top: -6px; }
.nav-toggle-bars::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1079.98px) {
  .js .site-nav { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 2px solid var(--twig); box-shadow: 0 24px 40px -24px rgba(43,31,22,.4); display: none; }
  .js .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; padding: 8px var(--gutter) 16px; max-width: 1220px; margin-inline: auto; }
  .site-nav li + li { border-top: 1px solid var(--line); }
  .site-nav a { min-height: 52px; font-size: 1.1rem; padding: 0 4px; }
  .site-nav .nav-extra a { gap: 10px; font-weight: 800; }
  .site-nav .nav-extra .ic { color: var(--teal); }
  .site-nav li.nav-extra--cta { border-top: 0; padding-top: 10px; }
  .site-nav .nav-extra--cta a.btn { justify-content: center; min-height: 54px; padding: 0 22px; border-radius: 999px; font-size: 1.05rem; }
  .site-nav .nav-extra--cta a.btn .ic { color: currentColor; }
  html:not(.js) .site-nav, html:not(.js) .nav-toggle { display: none; }
}
@media (max-width: 559.98px) {
  .hdr { min-height: 60px; gap: 10px; }
  .brand { min-height: 44px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 1.36rem; }
  .nav-toggle { min-height: 44px; padding: 0 14px; }
}
@media (min-width: 640px) { .hdr-cta { display: inline-flex; } }
/* Header sticks as soon as the bottom bar goes away, so Call + Get my price are always in reach */
@media (min-width: 1000px) {
  .site-header { position: sticky; top: 0; transition: box-shadow .2s ease; }
  .site-header.is-stuck { box-shadow: 0 1px 0 var(--line-2); }
  .hdr-phone { display: inline-flex; }
}
@media (min-width: 1080px) {
  .nav-toggle { display: none; }
  .site-nav { margin-right: 4px; }
  .nav-extra { display: none; }
}
@media (min-width: 1080px) and (max-width: 1239.98px) {
  .site-nav a { padding: 0 9px; font-size: .97rem; }
  .hdr-phone { border: 2px solid var(--twig); padding: 0; background: var(--paper); }
  .hdr-phone-num { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}

/* ---------- Eyebrows, section heads ---------- */
.eyebrow { font-size: .875rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--twig-2); }
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head h2 { font-size: clamp(2rem, 1.35rem + 2.6vw, 3.35rem); font-weight: 700; line-height: 1.04; margin-top: 10px; }
.section-lead { margin-top: 16px; font-size: 1.1rem; color: var(--twig-2); max-width: 60ch; }

/* ---------- Live status pill ---------- */
.status { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px 5px 10px; border-radius: 999px; background: var(--paper); color: var(--twig); font-size: .875rem; font-weight: 750; letter-spacing: .02em; text-transform: none; max-width: 100%; line-height: 1.35; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--edge); flex: none; }
.status.is-open .status-dot { background: #1E8A5A; box-shadow: 0 0 0 3px rgba(30,138,90,.18); }
.status.is-closed .status-dot { background: #B5482F; }

/* ---------- Hero ---------- */
.hero { background: var(--shell) var(--speckle); padding: 6px 0 56px; }
.hero-grid { display: grid; gap: 40px; }
.hero-copy { min-width: 0; }
.hero-eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
@media (max-width: 559.98px) { .hero-eyebrow-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; } }
.hero h1 { font-size: clamp(2.25rem, 1.25rem + 4vw, 4.1rem); font-weight: 750; line-height: 1.0; letter-spacing: -.022em; margin-top: 12px; max-width: 19ch; }
.lead { margin-top: 14px; font-size: clamp(1.06rem, 1rem + .35vw, 1.22rem); line-height: 1.55; max-width: 38em; color: var(--twig); }

/* The signature: a quote you read out loud */
.quote { margin-top: 22px; background: var(--paper); border: 2px solid var(--twig); border-radius: var(--r-xl); padding: 20px 18px 20px; box-shadow: 0 5px 0 var(--twig), 0 30px 60px -32px rgba(43,31,22,.45); }
.quote-label { font-size: .875rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
.sentence { text-wrap: pretty; margin-top: 6px; font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 520; font-size: clamp(1.42rem, 1.05rem + 1.4vw, 2.1rem); line-height: 1.85; letter-spacing: -.01em; }
.blank {
  -webkit-appearance: none; appearance: none;
  font-family: var(--display); font-variation-settings: "SOFT" 100; font-style: italic; font-weight: 640; font-size: 1em; letter-spacing: -.01em;
  color: var(--teal); background-color: var(--shell-2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9.5l6 6 6-6' fill='none' stroke='%231F6B63' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .3em center; background-size: .62em;
  border: 0; border-bottom: 3px solid var(--yolk); border-radius: 12px 12px 4px 4px;
  padding: .02em 1.15em .04em .32em; margin: 0 .04em; min-height: 44px; line-height: 1.3;
  vertical-align: baseline; cursor: pointer; max-width: 100%;
  field-sizing: content; /* width = chosen option from first paint (no layout shift); js/main.js sizes it where unsupported */
  transition: background-color .15s ease, border-color .15s ease;
}
.nw { white-space: nowrap; }
.blank:hover { background-color: var(--shell); }
.blank:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; border-radius: 12px 12px 4px 4px; }
.blank:disabled { cursor: not-allowed; color: var(--twig-2); background-image: none; padding-right: .32em; border-bottom-color: var(--line-2); }
.blank option { font-family: var(--sans); font-style: normal; font-size: 16px; color: var(--twig); }
.quote-price { margin-top: 12px; padding-top: 14px; border-top: 2px dashed var(--line-2); }
.quote-amount { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; }
.amount { font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 820; font-size: clamp(2.9rem, 2.2rem + 2.6vw, 4.1rem); line-height: .95; letter-spacing: -.03em; font-variant-numeric: lining-nums; }
.amount-label { font-weight: 750; font-size: 1.02rem; color: var(--twig-2); }
.quote-detail { margin-top: 8px; color: var(--twig-2); font-size: 1rem; font-weight: 600; }
.save { font-weight: 800; color: var(--teal); background: linear-gradient(transparent 58%, rgba(245,184,61,.5) 58%, rgba(245,184,61,.5) 92%, transparent 92%); -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.save:empty { display: none; }
.quote-detail [data-bind="detail"] { display: block; }
.quote-cta { margin-top: 18px; display: grid; gap: 10px; }
.amount, [data-roll] { font-variant-numeric: lining-nums tabular-nums; }

.ticks { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; font-weight: 700; font-size: .98rem; }
.ticks li { display: inline-flex; align-items: center; gap: 6px; }
.ticks .ic { width: 20px; height: 20px; color: var(--teal); }

.hero-media { margin: 0; position: relative; justify-self: center; width: min(82vw, 380px); }
.egg { aspect-ratio: 4 / 5; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; overflow: hidden; border: 3px solid var(--twig); background: var(--shell-2); box-shadow: 0 30px 60px -30px rgba(43,31,22,.55); }
.egg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.tag { position: absolute; left: -6px; bottom: 6%; max-width: 250px; background: var(--paper); border: 2px solid var(--twig); border-radius: 16px; padding: 10px 14px; font-size: .92rem; line-height: 1.35; font-weight: 600; box-shadow: 0 4px 0 var(--twig); }
.tag strong { display: block; font-family: var(--display); font-variation-settings: "SOFT" 100; font-size: 1.2rem; font-weight: 750; }

/* Phones: tighter hero so the price sits on the first screen, even under the concept banner */
@media (max-width: 559.98px) {
  .hero { padding-top: 8px; padding-bottom: 48px; }
  .hero h1 { font-size: clamp(1.75rem, 9vw - 3.5px, 2.4rem); margin-top: 10px; line-height: 1.02; }
  .lead { margin-top: 10px; font-size: 1.0625rem; line-height: 1.5; }
  .lead-more { display: none; }
  .quote { margin-top: 16px; padding: 14px 16px 16px; border-radius: 26px; }
  .quote-label { line-height: 1.4; }
  .sentence { margin-top: 2px; font-size: clamp(1.2rem, 6.75vw - 4.8px, 1.42rem); line-height: 1.6; }
  .quote-price { margin-top: 10px; padding-top: 10px; }
  .amount { font-size: clamp(2.6rem, 2rem + 2.4vw, 2.9rem); }
  .quote-detail { margin-top: 6px; font-size: .95rem; line-height: 1.45; }
  .quote-cta { margin-top: 16px; }
  .ticks { margin-top: 18px; }
  .hero-eyebrow .status { padding: 4px 12px 4px 10px; }
}
@media (min-width: 560px) {
  .quote { padding: 26px 28px 26px; }
  .quote-cta { grid-template-columns: auto auto; justify-content: start; }
}
/* Tablets: the egg photo sits beside the headline instead of alone under the card */
@media (min-width: 700px) and (max-width: 999.98px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) clamp(210px, 30vw, 280px); grid-template-areas: "intro media" "quote quote" "ticks ticks"; column-gap: 32px; row-gap: 0; align-items: center; }
  .hero-copy { display: contents; }
  .hero-intro { grid-area: intro; }
  .quote { grid-area: quote; }
  .ticks { grid-area: ticks; }
  .hero-media { grid-area: media; width: 100%; margin-top: 12px; }
  .tag { left: -22px; bottom: 4%; max-width: 190px; padding: 8px 12px; font-size: .85rem; }
  .tag strong { font-size: 1.1rem; }
}
@media (min-width: 1000px) {
  .hero { padding: 24px 0 88px; }
  .hero-grid { grid-template-columns: minmax(0, 1.32fr) minmax(0, .68fr); gap: 48px; align-items: center; }
  .hero-media { width: 100%; max-width: 410px; justify-self: end; }
  .sentence { line-height: 1.75; }
  .tag { left: -40px; }
}

/* ---------- Promises ---------- */
.promises { background: var(--night); color: var(--shell-2); padding: clamp(56px, 7vw, 88px) 0; }
.promises-title { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem); font-weight: 700; color: var(--shell); max-width: 20ch; }
.promise-list { list-style: none; display: grid; gap: 32px; margin-top: 36px; }
.promise { border-top: 2px solid rgba(191,227,218,.28); padding-top: 22px; }
.promise-ic { width: 42px; height: 42px; color: var(--yolk); }
.promise h3 { margin-top: 16px; font-size: clamp(1.4rem, 1.2rem + .7vw, 1.7rem); font-weight: 700; line-height: 1.15; color: var(--paper); }
.promise p { margin-top: 10px; color: rgba(227,243,239,.84); }
@media (min-width: 860px) { .promise-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; } }

/* ---------- Booking / calculator ---------- */
.book { background: var(--shell-3); padding: clamp(56px, 8vw, 104px) 0; border-bottom: 1px solid var(--line); }
.booking { display: grid; gap: 20px; grid-template-columns: minmax(0, 1fr); grid-template-areas: "s1" "ticket" "rest" "success"; }
.step-1 { grid-area: s1; }
.ticket { grid-area: ticket; }
.step-rest { grid-area: rest; display: grid; gap: 20px; min-width: 0; }
.js .step-rest.is-collapsed { display: none; }
.success { grid-area: success; }
@media (min-width: 1000px) {
  .booking { grid-template-columns: minmax(0, 1fr) 340px; column-gap: 28px; grid-template-areas: "s1 ticket" "rest ticket" "success ticket"; align-items: start; }
  .ticket { position: sticky; top: 92px; }
}
@media (min-width: 1200px) { .booking { grid-template-columns: minmax(0, 1fr) 380px; column-gap: 36px; } }
/* Tablets: the door-hanger stays door-hanger shaped instead of stretching to 700px */
@media (min-width: 560px) and (max-width: 999.98px) { .ticket { width: 100%; max-width: 460px; justify-self: center; } }

.step { margin: 0; min-width: 0; background: var(--paper); border: 1.5px solid var(--line-2); border-radius: var(--r-lg); padding: 20px 16px 24px; }
.step-title { float: left; width: 100%; padding: 0; margin-bottom: 18px; display: flex; align-items: center; gap: 12px; font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 700; font-size: clamp(1.45rem, 1.2rem + .9vw, 1.85rem); line-height: 1.1; }
.step-title + * { clear: both; }
.step-num { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--yolk); border: 2px solid var(--twig); font-size: 1.1rem; font-weight: 800; flex: none; }
@media (min-width: 560px) { .step { padding: 28px 28px 30px; } }

.field-group { border: 0; margin: 0; padding: 0; min-width: 0; }
.field-group + .field-group, .counts + .field-group, .field-group + .counts { margin-top: 28px; }
.group-label { float: left; width: 100%; padding: 0; margin-bottom: 10px; font-weight: 800; font-size: 1rem; color: var(--twig); }
.group-label + * { clear: both; }
.stepper .group-label { float: none; display: block; }
.hint { margin-top: 10px; font-size: .95rem; color: var(--twig-2); line-height: 1.5; }

/* type cards */
.types { display: grid; gap: 10px; }
.type-card { position: relative; display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 14px; align-items: center; padding: 8px 14px 8px 8px; border: 2px solid var(--ctl); border-radius: 18px; background: var(--paper); cursor: pointer; transition: border-color .15s ease, background-color .15s ease; }
.type-card:hover { border-color: var(--twig-2); }
.type-card input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; pointer-events: none; }
.type-card:has(input:checked) { border-color: var(--twig); background: var(--shell-2); box-shadow: inset 0 0 0 1px var(--twig); }
.type-card:has(input:focus-visible) { outline: 3px solid var(--teal); outline-offset: 3px; }
.type-card::after { content: ""; position: absolute; top: 10px; right: 10px; width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--edge); background: var(--paper); }
.type-card:has(input:checked)::after { border-color: var(--twig); background: var(--yolk) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.2 4.2L19 7' fill='none' stroke='%232B1F16' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 15px no-repeat; }
.type-img { display: block; width: 84px; height: 84px; border-radius: 12px; overflow: hidden; background: var(--shell-2); }
.type-img picture { width: 100%; height: 100%; }
.type-img img { width: 100%; height: 100%; object-fit: cover; }
.type-body { display: flex; flex-direction: column; gap: 2px; padding-right: 28px; min-width: 0; }
.type-name { font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 700; font-size: 1.22rem; line-height: 1.15; }
.type-desc { font-size: .95rem; line-height: 1.4; color: var(--twig-2); }
.type-from { font-size: .95rem; font-weight: 650; color: var(--twig-2); margin-top: 2px; }
.type-from b { font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 750; font-size: 1.15rem; color: var(--twig); }
.types-wrap { container-type: inline-size; }
@container (min-width: 600px) {
  .types { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .type-card { grid-template-columns: 1fr; align-items: start; padding: 8px 8px 14px; gap: 12px; }
  .type-img { width: 100%; height: auto; aspect-ratio: 4 / 3; }
  .type-body { padding: 0 6px; }
  .type-card::after { top: 16px; right: 16px; }
}

/* steppers */
.counts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; margin-top: 28px; }
.stepper { min-width: 0; }
.stepper .hint { grid-column: 1 / -1; font-size: .9rem; margin-top: 8px; }
.stepper-row { display: flex; align-items: center; justify-content: space-between; gap: 4px; max-width: 180px; }
.step-btn { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--twig); background: var(--paper); color: var(--twig); flex: none; transition: background-color .15s ease; }
.step-btn:hover:not(:disabled) { background: var(--shell-2); }
.step-btn svg { width: 20px; height: 20px; }
.step-btn:disabled { opacity: .3; cursor: not-allowed; }
.step-val { flex: 1; min-width: 2ch; text-align: center; font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 750; font-size: 1.6rem; line-height: 1; white-space: nowrap; }
@media (max-width: 559.98px) {
  .counts { grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .stepper { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 12px; padding: 12px 0; }
  .stepper + .stepper { border-top: 1px solid var(--line); }
  .stepper .group-label { margin: 0; }
  .stepper-row { width: 176px; max-width: none; }
  .stepper .hint { margin-top: 6px; }
}
@media (min-width: 560px) { .stepper-row { max-width: 200px; } }

/* chips (radio) */
.chips { display: grid; gap: 8px; }
.chips--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.chips--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (min-width: 640px) { .chips--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1000px) and (max-width: 1199.98px) { .chips--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.chip { position: relative; display: block; cursor: pointer; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; pointer-events: none; }
.chip > span { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; min-height: 60px; height: 100%; padding: 8px 6px; border: 2px solid var(--ctl); border-radius: 14px; background: var(--paper); text-align: center; line-height: 1.2; transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
.chip b { font-weight: 800; font-size: 1rem; }
.chip small { font-size: .88rem; font-weight: 650; color: var(--twig-2); }
.chip:hover > span { border-color: var(--twig-2); }
.chip input:checked + span { background: var(--twig); border-color: var(--twig); color: var(--paper); }
.chip input:checked + span small { color: var(--shell); }
.chip input:focus-visible + span { outline: 3px solid var(--teal); outline-offset: 3px; }
.chip input:disabled + span { opacity: .45; cursor: not-allowed; }
.chip:has(input:disabled) { cursor: not-allowed; }
.chips--slim .chip > span { min-height: 52px; }

/* add-ons */
.addons { display: grid; gap: 8px; }
@media (min-width: 520px) { .addons { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.addon { position: relative; display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 58px; padding: 8px 14px; border: 2px solid var(--ctl); border-radius: 14px; background: var(--paper); cursor: pointer; line-height: 1.3; transition: border-color .15s ease, background-color .15s ease; }
.addon:hover { border-color: var(--twig-2); }
.addon input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; pointer-events: none; }
.addon-box { display: grid; place-items: center; width: 26px; height: 26px; border: 2px solid var(--twig); border-radius: 8px; background: var(--paper); }
.addon-box svg { width: 17px; height: 17px; color: var(--twig); opacity: 0; }
.addon-name { font-weight: 700; font-size: 1rem; }
.addon-price { font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 700; font-size: 1.08rem; white-space: nowrap; }
.addon:has(input:checked) { border-color: var(--twig); background: var(--shell-2); }
.addon input:checked ~ .addon-box { background: var(--yolk); }
.addon input:checked ~ .addon-box svg { opacity: 1; }
.addon:has(input:focus-visible) { outline: 3px solid var(--teal); outline-offset: 3px; }
.addon.is-included { cursor: default; border-style: dashed; background: var(--shell-3); }
.addon.is-included .addon-box { background: var(--shell); border-color: var(--teal); }
.addon.is-included .addon-box svg { opacity: 1; color: var(--teal); }
.addon.is-included .addon-price { font-family: var(--sans); font-size: .9rem; font-weight: 800; color: var(--teal); text-transform: uppercase; letter-spacing: .06em; }

/* ticket (door-hanger quote) */
.ticket { background: var(--paper); border: 2px solid var(--twig); border-radius: 30px 30px 22px 22px; overflow: hidden; box-shadow: 0 5px 0 var(--twig), 0 28px 50px -30px rgba(43,31,22,.5); min-width: 0; }
.ticket-top { position: relative; background: var(--yolk) var(--speckle); padding: 46px 22px 20px; text-align: center; border-bottom: 2px solid var(--twig); }
.ticket-hole { position: absolute; top: 14px; left: 50%; width: 22px; height: 22px; margin-left: -11px; border-radius: 50%; background: var(--shell-3); border: 2px solid var(--twig); }
.ticket-kicker { font-size: .875rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ticket-title { margin-top: 6px; font-size: 1.35rem; font-weight: 700; line-height: 1.2; }
.ticket-rooms { display: block; margin-top: 2px; font-family: var(--sans); font-size: 1rem; font-weight: 750; letter-spacing: 0; }
.ticket-body { padding: 16px 22px 22px; }
.lines { list-style: none; font-size: .98rem; }
.lines li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 9px 0; border-bottom: 1.5px dashed var(--line-2); }
.lines li span:last-child { font-weight: 750; white-space: nowrap; font-variant-numeric: tabular-nums; }
.lines li.is-discount span:last-child { color: var(--teal); }
.ticket-total { padding: 14px 0 4px; }
.ticket-total-label { font-size: .875rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--twig-2); }
.ticket-total-amount { font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 820; font-size: 3.3rem; line-height: 1; letter-spacing: -.03em; margin-top: 4px; }
.ticket-then { margin-top: 6px; font-weight: 700; color: var(--teal); }
.ticket-save { margin-top: 10px; font-size: .95rem; font-weight: 700; line-height: 1.4; }
.ticket-save b { color: var(--teal); font-weight: 800; background: linear-gradient(transparent 58%, rgba(245,184,61,.5) 58%, rgba(245,184,61,.5) 92%, transparent 92%); }
.ticket-save:empty { display: none; }
.ticket-team { display: flex; align-items: center; gap: 8px; margin-top: 12px; padding: 10px 12px; border-radius: 12px; background: var(--shell-2); font-weight: 700; font-size: .98rem; }
.ticket-team .ic { width: 24px; height: 24px; color: var(--teal); }
.ticket-promises { list-style: none; margin: 14px 0 18px; display: grid; gap: 6px; font-size: .95rem; font-weight: 600; color: var(--twig-2); }
.ticket-promises li { display: flex; align-items: center; gap: 8px; }
.ticket-promises .ic { width: 18px; height: 18px; color: var(--teal); }
.ticket-submit { display: none; }
@media (min-width: 1000px) { .ticket-next { display: none; } .ticket-submit { display: inline-flex; } }

/* fields */
.field { margin-top: 20px; min-width: 0; }
.step-title + .field { margin-top: 0; }
.field > label, .zip-check > label { display: block; font-weight: 800; font-size: 1rem; margin-bottom: 8px; }
.opt { font-weight: 600; color: var(--twig-2); }
.field input, .field textarea, .zip-check input {
  display: block; width: 100%; min-height: 54px; padding: 12px 14px;
  font-size: 1.0625rem; font-weight: 550; line-height: 1.3;
  background: var(--paper); color: var(--twig);
  border: 2px solid var(--edge); border-radius: var(--r-sm);
  -webkit-appearance: none; appearance: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 104px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--edge); opacity: 1; }
.field input:focus, .field textarea:focus, .zip-check input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(31,107,99,.22); outline: none; }
.field input[type="date"] { text-align: left; }
.field input[type="date"]::-webkit-date-and-time-value { text-align: left; }
.field input[type="date"]::-webkit-calendar-picker-indicator { width: 22px; height: 22px; cursor: pointer; }
.field [aria-invalid="true"], .zip-check [aria-invalid="true"] { border-color: var(--error); }
.chip input[aria-invalid="true"] + span { border-color: var(--error); }
/* next open days */
.chips--days { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.chips--days .chip b { font-size: 1.02rem; }
.chips--days .chip small { white-space: nowrap; }
.chips--days .chip.is-full > span { background: repeating-linear-gradient(-45deg, var(--shell-3) 0 6px, var(--paper) 6px 12px); opacity: 1; border-style: dashed; }
.chips--days .chip.is-full b { text-decoration: line-through; text-decoration-thickness: 2px; color: var(--twig-2); }
.date-other { margin-top: 14px; }
.date-other > label { display: block; font-weight: 700; font-size: .95rem; color: var(--twig-2); margin-bottom: 6px; }
.chips--days:empty { display: none; }
.chips--days:empty + .date-other { margin-top: 0; }
.err { color: var(--error); font-weight: 700; font-size: .95rem; margin-top: 6px; }
.err:empty { display: none; }
.zip-msg { font-size: .95rem; font-weight: 700; margin-top: 6px; }
.zip-msg:empty { display: none; }
.zip-msg.is-ok { color: var(--teal); }
.zip-msg.is-bad { color: var(--error); }
.field-row { display: grid; gap: 0 16px; }
@media (min-width: 560px) {
  .field-row { grid-template-columns: 150px minmax(0, 1fr); }
  .step-3 .field-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.submit-row { margin-top: 26px; }
/* Without main.js the form must never submit (it would put personal data in the URL) */
html:not(.js-ready) [data-submit] { display: none !important; }
.fine--noscript { margin-top: 0; font-weight: 700; color: var(--twig); }
.fine { margin-top: 12px; font-size: .95rem; color: var(--twig-2); }
.fine--demo { margin-top: 6px; font-size: .9rem; font-style: italic; }

/* success */
.success { background: var(--paper); border: 2px solid var(--twig); border-radius: var(--r-lg); padding: 26px 20px; box-shadow: 0 5px 0 var(--twig); }
.success:focus { outline: none; }
.success:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.success-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 999px; background: var(--yolk); border: 2px solid var(--twig); font-weight: 800; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; }
.success-badge .ic { width: 16px; height: 16px; }
.success h3 { margin-top: 14px; font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); font-weight: 700; line-height: 1.15; }
.success > p { margin-top: 10px; color: var(--twig-2); }
.success-summary { margin: 18px 0 22px; display: grid; gap: 0; border-top: 1.5px dashed var(--line-2); }
.success-summary div { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 12px; padding: 9px 0; border-bottom: 1.5px dashed var(--line-2); }
.success-summary dt { font-weight: 800; color: var(--twig-2); font-size: .95rem; }
.success-summary dd { margin: 0; font-weight: 650; overflow-wrap: anywhere; }
@media (min-width: 560px) { .success { padding: 32px; } }

/* ---------- What's included ---------- */
.included { padding: clamp(56px, 8vw, 104px) 0; }
.included-head { display: grid; gap: 24px; align-items: end; margin-bottom: 28px; }
.included-head .section-head { margin-bottom: 0; }
.included-fig { margin: 0; }
.included-fig picture { border-radius: var(--r-lg); overflow: hidden; border: 2px solid var(--twig); aspect-ratio: 16 / 10; }
.included-fig img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.included-fig figcaption { margin-top: 10px; font-size: .95rem; font-weight: 600; color: var(--twig-2); }
@media (min-width: 900px) {
  .included-head { grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; margin-bottom: 40px; }
  .included-fig picture { aspect-ratio: 1 / 1; }
}
.seg-bar { position: sticky; top: 0; z-index: 5; background: var(--paper); padding: 8px 0; margin-bottom: 4px; }
.seg { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; padding: 4px; border-radius: 999px; background: var(--shell-2); border: 1.5px solid var(--ctl); }
.seg-btn { min-height: 48px; border: 0; border-radius: 999px; background: transparent; font-weight: 800; font-size: .98rem; color: var(--twig); padding: 0 6px; }
.seg-btn[aria-pressed="true"] { background: var(--twig); color: var(--paper); }
.checklist table { width: 100%; border-collapse: separate; border-spacing: 0; }
.checklist thead th { position: sticky; top: 64px; z-index: 2; background: var(--paper); font-size: .875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--twig-2); text-align: center; padding: 12px 8px; border-bottom: 2px solid var(--twig); }
.checklist thead th:first-child { text-align: left; padding-left: 0; }
.checklist thead th:not(:first-child) { white-space: nowrap; }
.checklist tbody th { text-align: left; font-weight: 550; padding: 12px 12px 12px 0; line-height: 1.4; }
.checklist td { text-align: center; padding: 10px 8px; width: 120px; }
.checklist tbody tr:not(.room) > * { border-bottom: 1px solid var(--line); }
.checklist .room th { padding: 14px 0 0; border-bottom: 2px solid var(--twig); }
.room-btn { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 52px; padding: 8px 0; border: 0; background: none; text-align: left; font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 700; font-size: 1.3rem; line-height: 1.2; color: var(--twig); }
.room-count { margin-left: auto; font-family: var(--sans); font-size: .9rem; font-weight: 700; color: var(--twig-2); white-space: nowrap; }
.room-chev { width: 32px; height: 32px; padding: 6px; flex: none; border-radius: 50%; border: 2px solid var(--twig); color: var(--twig); transition: transform .2s ease; }
.room-btn[aria-expanded="false"] .room-chev { transform: rotate(-90deg); }
.room-btn:hover .room-chev { background: var(--shell-2); }
.room-group.is-folded tr:not(.room) { display: none; }
.checklist .y, .checklist .n { display: inline-block; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; text-indent: 200%; white-space: nowrap; vertical-align: middle; }
.checklist .y { background: var(--shell) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.2 4.2L19 7' fill='none' stroke='%231F6B63' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 17px no-repeat; }
.checklist .n { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 12h8' stroke='%237A6A5D' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / 18px no-repeat; }
.checklist .a { display: inline-block; padding: 3px 10px; border-radius: 999px; background: #FDEBC4; border: 1.5px solid var(--yolk-deep); font-weight: 800; font-size: .92rem; white-space: nowrap; }
@media (max-width: 699.98px) {
  .checklist[data-show="standard"] :is(.c-deep, .c-move),
  .checklist[data-show="deep"] :is(.c-standard, .c-move),
  .checklist[data-show="move"] :is(.c-standard, .c-deep) { display: none; }
  .checklist thead th { top: 75px; }
  .checklist td { width: 96px; }
}
@media (min-width: 700px) {
  .seg-bar { display: none; }
  .checklist thead th { top: 0; }
  .checklist[data-show="standard"] .c-standard,
  .checklist[data-show="deep"] .c-deep,
  .checklist[data-show="move"] .c-move { background: var(--shell-3); }
  .checklist[data-show="standard"] thead .c-standard,
  .checklist[data-show="deep"] thead .c-deep,
  .checklist[data-show="move"] thead .c-move { background: var(--shell-2); color: var(--twig); border-radius: 12px 12px 0 0; }
}
@media (min-width: 1000px) { .checklist thead th { top: 68px; } }
.checklist-cta { margin-top: 32px; }

/* ---------- Team ---------- */
.team { background: var(--shell-2); padding: clamp(56px, 8vw, 104px) 0; }
.team-grid { display: grid; gap: 36px; }
.team-fig { margin: 0; }
.team-fig picture { border-radius: var(--r-xl); overflow: hidden; border: 2px solid var(--twig); }
.team-fig img { width: 100%; height: auto; }
.team-fig figcaption { margin-top: 12px; font-size: .98rem; font-weight: 600; color: var(--twig-2); }
.team-fig figcaption strong { font-family: var(--display); font-variation-settings: "SOFT" 100; font-size: 1.2rem; font-weight: 750; color: var(--twig); margin-right: 8px; }
.team-copy h2 { font-size: clamp(2rem, 1.35rem + 2.6vw, 3.2rem); font-weight: 700; line-height: 1.04; margin: 10px 0 18px; }
.team-copy > p + p { margin-top: 14px; }
.how-title { margin-top: 36px; font-size: 1.45rem; font-weight: 700; }
.how { list-style: none; counter-reset: how; margin-top: 16px; display: grid; gap: 14px; }
.how li { counter-increment: how; position: relative; padding-left: 52px; min-height: 38px; }
.how li::before { content: counter(how); position: absolute; left: 0; top: -2px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); border: 2px solid var(--twig); font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 800; font-size: 1.05rem; }
.how b { font-weight: 800; }
@media (min-width: 1000px) { .team-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 64px; align-items: center; } }

/* ---------- Reviews ---------- */
.reviews { padding: clamp(56px, 8vw, 104px) 0; }
.reviews-head { display: grid; gap: 24px; align-items: end; margin-bottom: 32px; }
.reviews-head .section-head { margin-bottom: 0; }
.sample-label { display: inline-block; padding: 5px 12px; border-radius: 8px; background: var(--twig); color: var(--paper); font-size: .875rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reviews-fig { margin: 0; }
.reviews-fig picture { border-radius: var(--r-lg); overflow: hidden; border: 2px solid var(--twig); aspect-ratio: 16 / 9; }
.reviews-fig img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 50%; }
@media (min-width: 900px) { .reviews-head { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; } }
.review-list { list-style: none; display: grid; gap: 16px; }
@media (min-width: 700px) { .review-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
.review { background: var(--shell-3); border: 1.5px solid var(--line-2); border-radius: var(--r-lg); padding: 22px 22px 20px; display: flex; flex-direction: column; }
.stars { display: flex; gap: 2px; color: var(--yolk-deep); }
.stars svg { width: 20px; height: 20px; }
.review blockquote { margin: 12px 0 16px; flex: 1; }
.review blockquote p { font-family: var(--display); font-variation-settings: "SOFT" 100; font-style: italic; font-weight: 450; font-size: clamp(1.18rem, 1.05rem + .45vw, 1.35rem); line-height: 1.42; }
.review-by { font-size: .95rem; color: var(--twig-2); font-weight: 600; }
.review-by b { color: var(--twig); font-weight: 800; margin-right: 6px; }
.reviews-note { margin-top: 18px; font-size: .92rem; color: var(--twig-2); font-style: italic; }

/* ---------- Area + contact ---------- */
.area { background: var(--shell-3); padding: clamp(56px, 8vw, 104px) 0; border-top: 1px solid var(--line); }
.area-grid { display: grid; gap: 28px; }
@media (min-width: 1000px) { .area-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 56px; align-items: start; } }
.area-sub { font-size: 1.4rem; font-weight: 700; margin-bottom: 8px; }
.hoods { margin: 0 0 28px; }
.hoods div { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.hoods dt { font-weight: 800; font-size: .875rem; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); }
.hoods dd { margin: 0; }
@media (min-width: 560px) { .hoods div { grid-template-columns: 96px minmax(0, 1fr); gap: 16px; align-items: baseline; } }
.zip-check { background: var(--paper); border: 2px solid var(--twig); border-radius: var(--r-lg); padding: 18px; }
.zip-check-row { display: flex; gap: 8px; }
.zip-check-row input { flex: 1; min-width: 0; }
.zip-check-row .btn { min-height: 54px; border-radius: var(--r-sm); padding: 0 20px; }
.contact-card { background: var(--paper); border: 2px solid var(--twig); border-radius: var(--r-xl); padding: 24px 20px; box-shadow: 0 5px 0 var(--twig); }
.status--lg { display: flex; width: fit-content; border-radius: 18px; font-size: .92rem; padding: 6px 14px 6px 12px; background: var(--shell-2); }
.contact-phone { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; min-height: 48px; font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 800; font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.4rem); color: var(--twig); text-decoration: none; letter-spacing: -.01em; }
.contact-phone .ic { width: 28px; height: 28px; color: var(--teal); }
.contact-phone:hover { color: var(--teal); }
.contact-note { color: var(--twig-2); font-size: .98rem; }
.hours { width: 100%; border-collapse: collapse; margin: 18px 0 10px; }
.hours th, .hours td { padding: 10px 0; border-bottom: 1px solid var(--line); text-align: left; font-weight: 600; white-space: nowrap; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; }
.hours th { white-space: normal; }
.hours tr.is-today th::after { white-space: nowrap; display: inline-block; }
.hours abbr { text-decoration: none; }
.hours tr.is-today th, .hours tr.is-today td { font-weight: 800; }
.hours tr.is-today th::after { content: "Today"; margin-left: 8px; padding: 2px 8px; border-radius: 999px; background: var(--yolk); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; vertical-align: 2px; }
.contact-list { list-style: none; margin: 18px 0 20px; display: grid; gap: 10px; }
.contact-list li { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; align-items: start; }
.contact-list .ic { margin-top: 3px; color: var(--teal); }
.contact-list a { display: inline-flex; align-items: center; min-height: 44px; margin-top: -11px; margin-bottom: -11px; font-weight: 700; }
@media (min-width: 560px) { .contact-card { padding: 30px; } .zip-check { padding: 22px; } }

/* ---------- FAQ ---------- */
.faq { padding: clamp(56px, 8vw, 104px) 0; }
.faq-grid { display: grid; gap: 8px; }
@media (min-width: 1000px) { .faq-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 64px; align-items: start; } .faq .section-head { position: sticky; top: 104px; } }
.faq-list { border-top: 2px solid var(--twig); }
.faq details { border-bottom: 1.5px solid var(--line-2); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 14px 0; cursor: pointer; font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 650; font-size: clamp(1.15rem, 1.05rem + .4vw, 1.35rem); line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--twig); background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12h12M12 6v12' stroke='%232B1F16' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / 16px no-repeat; transition: transform .2s ease, background-color .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--yolk); }
.faq summary:hover::after { background-color: var(--shell-2); }
.faq details[open] summary:hover::after { background-color: var(--yolk); }
.faq details p { padding: 0 48px 20px 0; color: var(--twig-2); }
@media (max-width: 559.98px) { .faq details p { padding-right: 0; } }

/* ---------- Final CTA ---------- */
.final { background: var(--shell) var(--speckle); padding: clamp(64px, 9vw, 112px) 0; text-align: center; border-top: 2px solid var(--twig); }
.final h2 { font-size: clamp(2.4rem, 1.4rem + 4.2vw, 4.6rem); font-weight: 780; line-height: 1; letter-spacing: -.025em; }
.final p { margin-top: 16px; font-size: 1.15rem; font-weight: 600; }
.final-cta { margin-top: 28px; display: grid; gap: 10px; justify-content: center; }
@media (min-width: 560px) { .final-cta { grid-template-columns: auto auto; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--night); color: var(--shell-2); padding: 56px 0 28px; }
.site-footer a { color: var(--shell-2); }
.site-footer a:hover { color: var(--yolk); }
.site-footer :focus-visible { outline-color: var(--yolk); }
.brand--light { color: var(--paper); }
.brand--light:hover { color: var(--paper); }
.brand--light .brand-sub { color: var(--shell); }
.footer-grid { display: grid; gap: 28px; }
.footer-brand p { margin-top: 14px; max-width: 34ch; color: rgba(227,243,239,.84); }
.footer-nav ul { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
.footer-nav a { display: flex; align-items: center; min-height: 44px; font-weight: 650; text-decoration: none; }
.footer-contact p + p { margin-top: 4px; }
.footer-contact a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; }
.footer-legal::before { content: ""; display: block; height: 1px; background: rgba(191,227,218,.22); margin-bottom: 20px; }
.footer-legal a { display: inline-block; padding-block: 12px; margin-block: -12px; }
.footer-legal { margin-top: 36px; font-size: .92rem; color: rgba(227,243,239,.8); display: grid; gap: 6px; }
@media (min-width: 860px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; } }

/* footer mark on dark: egg keeps its shell fill, nest becomes shell */
.site-footer .brand-mark { color: var(--shell); }

/* ---------- Mobile action bar ---------- */
.action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: var(--night); border-top: 2px solid var(--twig); box-shadow: 0 -12px 30px -18px rgba(0,0,0,.5); }
.ab-item { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; border-radius: 14px; color: var(--shell-2); text-decoration: none; font-weight: 800; font-size: .98rem; border: 1.5px solid rgba(191,227,218,.35); }
.ab-item:hover { color: var(--paper); }
.ab-item:focus-visible { outline-color: var(--yolk); }
.ab-item .ic { width: 20px; height: 20px; }
.ab-price { flex-direction: column; gap: 0; line-height: 1.1; border-color: rgba(191,227,218,.35); }
.ab-price span:last-child { font-size: .875rem; font-weight: 700; color: var(--shell); }
.ab-amount { font-family: var(--display); font-variation-settings: "SOFT" 100; font-weight: 800; font-size: 1.25rem; color: var(--paper); }
.ab-book { background: var(--yolk); color: var(--twig); border-color: var(--yolk); }
.ab-book:hover { color: var(--twig); background: var(--yolk-hover); }
.site-footer { padding-bottom: calc(28px + 76px + env(safe-area-inset-bottom)); }
/* while the on-screen keyboard is up, the bar would sit on top of the field being typed in */
.kb-open .action-bar { display: none; }
@media (min-width: 1000px) { .action-bar { display: none; } .site-footer { padding-bottom: 28px; } }

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- Print ---------- */
@media print { .concept, .action-bar, .nav-toggle, .site-nav { display: none !important; } body { padding: 0; } }
