/* ==========================================================================
   Crate & Key — crateandkey.com
   Single stylesheet. No build step, no external dependencies.
   ========================================================================== */

/* --- Self-hosted brand fonts (variable, latin subset) --------------------- */
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/playfair-display-latin-var.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('assets/fonts/plus-jakarta-sans-latin-var.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* ====================================================================
     REPLACEABLE IMAGES
     Swap the file inside assets/ (keep the same name) or edit the URL
     here. Every image used as a CSS background is declared in this block
     and nowhere else. All other photos are plain <img src="assets/...">.
     ==================================================================== */
  --img-cta-band: url('assets/totes-handtruck-garage-800.jpg');
  --img-reserve-band: url('assets/tote-doorstep-welcome-800.jpg');
  /* ==================== end REPLACEABLE IMAGES ======================== */

  /* Brand palette (carried over from the original site) */
  --ink: #1c1c1c;
  --ink-soft: #4d4d48;
  --ink-faint: #6b6b64;
  --sage: #5a6b5d;
  --sage-deep: #3f4d42;
  --sage-tint: #e9ede8;
  --cream: #f5f2ed;
  --off-white: #f9f9f9;
  --white: #ffffff;
  --yellow: #f2c21a;
  --yellow-deep: #d8a800;
  --gold-star: #a67a00;   /* stars: 3.9:1 on white, 3.5:1 on cream */
  --line: #e4ded4;
  --line-soft: #efeae1;

  --font-display: 'Playfair Display', 'Iowan Old Style', 'Palatino Linotype',
    Palatino, Georgia, 'Times New Roman', serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(28, 28, 28, .05), 0 4px 12px rgba(28, 28, 28, .05);
  --shadow: 0 2px 6px rgba(28, 28, 28, .06), 0 16px 40px rgba(28, 28, 28, .09);

  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --measure: 62ch;
  --header-h: 68px;
}

/* --- Reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  margin: 0;
  background: var(--off-white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg, iframe { max-width: 100%; }
img { height: auto; display: block; }
picture { display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 .6em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 1.35rem + 3.6vw, 4rem); }
h2 { font-size: clamp(1.85rem, 1.25rem + 2.3vw, 2.85rem); }
h3 { font-size: clamp(1.2rem, 1.05rem + .6vw, 1.45rem); }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--sage-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }

ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
li { margin-bottom: .4em; }

strong { font-weight: 700; }

:focus-visible {
  outline: 3px solid var(--sage-deep);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --- Utilities ------------------------------------------------------------ */
.container {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow { max-width: 820px; }

.section { padding-block: clamp(3.25rem, 7vw, 6rem); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--tint { background: var(--sage-tint); }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 .9rem;
}

.lead {
  font-size: clamp(1.08rem, 1rem + .35vw, 1.25rem);
  color: var(--ink-soft);
  max-width: var(--measure);
}

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.is-centered { margin-inline: auto; text-align: center; }
.section-head.is-centered .lead { margin-inline: auto; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
  z-index: 200;
  background: var(--ink);
  color: var(--white);
  padding: .7rem 1.2rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus { transform: translate(-50%, 0); color: var(--white); }

/* --- Buttons: one CTA vocabulary across the whole site -------------------- */
.btn {
  --btn-bg: var(--yellow);
  --btn-fg: var(--ink);
  --btn-bd: var(--yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .85rem 1.6rem;
  min-height: 48px;
  border: 2px solid var(--btn-bd);
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .005em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease,
    border-color .16s ease, color .16s ease;
  box-shadow: 0 2px 0 rgba(28, 28, 28, .09);
}
.btn:hover {
  --btn-bg: var(--yellow-deep);
  --btn-bd: var(--yellow-deep);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(28, 28, 28, .16);
}
.btn:active { transform: translateY(0); }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--ink);
  --btn-bd: rgba(28, 28, 28, .22);
  box-shadow: none;
}
.btn--ghost:hover {
  --btn-bg: var(--ink);
  --btn-bd: var(--ink);
  color: var(--white);
}

.btn--on-dark.btn--ghost {
  --btn-fg: var(--white);
  --btn-bd: rgba(255, 255, 255, .55);
}
.btn--on-dark.btn--ghost:hover {
  --btn-bg: var(--white);
  --btn-bd: var(--white);
  color: var(--ink);
}

.btn--sm { padding: .6rem 1.15rem; min-height: 42px; font-size: .95rem; }
.btn--block { width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  align-items: center;
}
.btn-row--center { justify-content: center; }

/* --- Header --------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(249, 249, 249, .92);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-h);
  padding-block: .55rem;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
  color: var(--ink);
  margin-right: auto;
}
.brand img { width: 40px; height: 40px; border-radius: 10px; }
.brand-name {
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1;
}
.brand-tag {
  display: block;
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: .18rem;
}
@media (max-width: 400px) { .brand-tag { display: none; } }

.nav-toggle {
  display: none;
  align-items: center;
  gap: .5rem;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  border-radius: 999px;
  padding: .5rem .9rem;
  min-height: 42px;
  font: inherit;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
}
.nav-toggle-bars { display: inline-block; width: 16px; height: 10px; position: relative; }
.nav-toggle-bars::before,
.nav-toggle-bars::after,
.nav-toggle-bars span {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}
.nav-toggle-bars::before { top: 0; }
.nav-toggle-bars span { top: 4px; }
.nav-toggle-bars::after { bottom: 0; }

.site-nav ul {
  display: flex;
  align-items: center;
  gap: .35rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.site-nav a {
  display: block;
  padding: .5rem .78rem;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: .97rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover { background: var(--sage-tint); color: var(--ink); }
.site-nav a[aria-current='page'] { color: var(--ink); background: var(--sage-tint); }

.header-cta { display: flex; align-items: center; gap: .5rem; margin-left: .4rem; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-weight: 700;
  font-size: .97rem;
  color: var(--ink);
  text-decoration: none;
  padding: .5rem .6rem;
  border-radius: 999px;
}
.header-phone:hover { background: var(--sage-tint); color: var(--ink); }
.header-phone svg { width: 17px; height: 17px; flex: none; }

@media (max-width: 940px) {
  .header-cta .btn { display: none; }
}
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { flex-basis: 100%; order: 3; }
  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .35rem 0 .7rem;
    border-top: 1px solid var(--line);
    margin-top: .35rem;
  }
  .site-nav a { padding: .8rem .4rem; font-size: 1.05rem; border-radius: var(--radius-sm); }
  .header-cta .btn { display: inline-flex; }
  .header-cta .header-phone span { display: none; }
}

/* --- Hero ----------------------------------------------------------------- */
.hero {
  background:
    radial-gradient(120% 90% at 88% 0%, #fffdf7 0%, rgba(255, 253, 247, 0) 60%),
    var(--cream);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(2.5rem, 5.5vw, 5rem);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
}

.hero h1 { margin-bottom: .5em; }
.hero .lead { font-size: clamp(1.1rem, 1rem + .5vw, 1.3rem); }
.hero-sub { margin-top: 1rem; color: var(--ink-soft); max-width: 46ch; }
.hero .btn-row { margin-top: 1.9rem; }

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .55rem;
  list-style: none;
  margin: 1.9rem 0 0;
  padding: 0;
}
.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .42rem .82rem .42rem .62rem;
  font-size: .87rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.hero-trust svg { width: 15px; height: 15px; color: var(--sage); flex: none; }

.hero-media { position: relative; justify-self: center; width: 100%; max-width: 400px; }
.hero-media img {
  width: 100%;
  height: auto;              /* natural ratio — the Welcome sign and totes are never cropped */
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  background: var(--sage-tint);
}

.hero-quote {
  position: relative;
  margin: 1rem auto 0;
  width: min(100%, 22rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 1rem 1.15rem;
}
.hero-quote p { font-size: .95rem; line-height: 1.55; margin: .35rem 0 .3rem; }
.hero-quote cite { font-style: normal; font-size: .85rem; font-weight: 700; color: var(--ink-faint); }

.stars { display: inline-flex; gap: 2px; color: var(--gold-star); }
.stars svg { width: 15px; height: 15px; }

/* --- Cards / grids -------------------------------------------------------- */
.grid { display: grid; gap: clamp(1rem, 2.4vw, 1.6rem); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }
@media (min-width: 620px) {
  .grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
  .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  box-shadow: var(--shadow-sm);
}

.benefit { display: flex; flex-direction: column; gap: .35rem; }
.benefit-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: var(--sage-tint);
  color: var(--sage-deep);
  margin-bottom: .55rem;
}
.benefit-icon svg { width: 22px; height: 22px; }
.benefit h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.08rem; letter-spacing: 0; margin-bottom: .3rem; }
.benefit p { font-size: .97rem; color: var(--ink-soft); }

/* --- Steps ---------------------------------------------------------------- */
.steps { display: grid; gap: clamp(1.4rem, 3vw, 2rem); counter-reset: step; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.step { display: flex; flex-direction: column; }
.step-figure { margin: 0 0 1.15rem; position: relative; }
.step-figure img {
  width: 100%;
  aspect-ratio: 1 / 1;       /* all three source photos are square: no crop */
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.step-num {
  position: absolute;
  left: .85rem;
  bottom: .85rem;
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 700;
  font-size: 1.02rem;
  box-shadow: 0 3px 10px rgba(28, 28, 28, .25);
}
.step h3 { margin-bottom: .35rem; }
.step p { color: var(--ink-soft); font-size: 1rem; }

/* --- Pricing -------------------------------------------------------------- */
.price-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 2.6vw, 2rem);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d8d0c2; }

/* The middle package is highlighted purely in CSS so that every
   [data-ss-item] row keeps byte-identical markup for the editing panel. */
.price-grid > [data-ss-item]:nth-child(2) {
  border-color: var(--sage);
  border-width: 2px;
  background: linear-gradient(180deg, #fbfaf7 0%, var(--white) 40%);
}
.price-grid > [data-ss-item]:nth-child(2)::before {
  content: 'Most requested';
  position: absolute;
  top: -.8rem;
  left: clamp(1.5rem, 2.6vw, 2rem);
  background: var(--sage-deep);
  color: var(--white);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .28rem .75rem;
  border-radius: 999px;
}
.price-card h3 { margin-bottom: .15rem; }
.price-fits {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 1rem;
}
.price-amount {
  display: flex;
  align-items: baseline;
  gap: .45rem;
  margin: 0 0 .2rem;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 2rem + 1.6vw, 3.1rem);
  font-weight: 600;
  line-height: 1;
  color: var(--ink);
}
.price-amount .price-unit {
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 600;
  color: var(--ink-faint);
  letter-spacing: 0;
}
.price-qty {
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 1rem;
}
.price-card p.price-desc { color: var(--ink-soft); font-size: .98rem; }
.price-includes {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 1.5rem;
  border-top: 1px solid var(--line-soft);
  padding-top: 1.1rem;
  font-size: .96rem;
}
.price-includes li {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  color: var(--ink-soft);
}
.price-includes svg { width: 17px; height: 17px; color: var(--sage); flex: none; margin-top: .3rem; }
.price-card .btn { margin-top: auto; }

.price-note {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  font-size: .95rem;
  color: var(--ink-soft);
  text-align: center;
}

/* --- Testimonials --------------------------------------------------------- */
.quote-card {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 2.5vw, 1.9rem);
  box-shadow: var(--shadow-sm);
}
.quote-card blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1rem + .35vw, 1.22rem);
  line-height: 1.5;
  color: var(--ink);
}
.quote-card .quote-author {
  font-style: normal;
  font-size: .9rem;
  font-weight: 700;
  color: var(--ink-faint);
  margin-top: auto;
}

/* --- Split media/text ----------------------------------------------------- */
.split {
  display: grid;
  gap: clamp(1.8rem, 4vw, 3.5rem);
  align-items: center;
}
@media (min-width: 880px) {
  .split { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .split--media-right { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
  .split--media-right .split-media { order: 2; }
}
.split-media { justify-self: center; width: 100%; max-width: 400px; }
.split-media img {
  width: 100%;
  height: auto;              /* portrait: never cropped, full head visible */
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  background: var(--sage-tint);
}
.split-body > :last-child { margin-bottom: 0; }

/* --- FAQ accordion (works with JS off) ------------------------------------ */
.faq-list { display: grid; gap: .75rem; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq-item > summary {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  padding: 1.1rem clamp(1.1rem, 2.2vw, 1.6rem);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.04rem;
  line-height: 1.45;
  color: var(--ink);
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary:hover { background: var(--cream); }
.faq-item > summary::after {
  content: '';
  flex: none;
  width: 12px; height: 12px;
  margin-top: .38rem;
  margin-left: auto;
  border-right: 2px solid var(--sage);
  border-bottom: 2px solid var(--sage);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.faq-item[open] > summary::after { transform: rotate(-135deg); margin-top: .62rem; }
.faq-answer {
  padding: 0 clamp(1.1rem, 2.2vw, 1.6rem) 1.35rem;
  color: var(--ink-soft);
  max-width: 68ch;
}
.faq-answer > :last-child { margin-bottom: 0; }

/* --- Contact / info cards ------------------------------------------------- */
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1.05rem; }
.info-list li { display: flex; gap: .85rem; align-items: flex-start; margin: 0; }
.info-icon {
  flex: none;
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: var(--sage-tint);
  color: var(--sage-deep);
}
.info-icon svg { width: 19px; height: 19px; }
.info-label {
  display: block;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: .05rem;
}
.info-list a { font-weight: 700; color: var(--ink); text-decoration: none; }
.info-list a:hover { color: var(--sage-deep); text-decoration: underline; }

/* --- Forms ---------------------------------------------------------------- */
.form { display: grid; gap: 1.05rem; }
.field { display: grid; gap: .4rem; }
.field label { font-size: .93rem; font-weight: 700; color: var(--ink); }
.field .hint { font-size: .84rem; font-weight: 400; color: var(--ink-faint); }
.field input,
.field textarea,
.field select {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #d5cec2;
  border-radius: var(--radius-sm);
  padding: .78rem .9rem;
  min-height: 48px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 148px; resize: vertical; line-height: 1.6; }
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(90, 107, 93, .22);
}
.field input:user-invalid,
.field textarea:user-invalid { border-color: #a4372a; }

/* Honeypot — visually hidden, still reachable by bots, never by people */
.hp-field {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.form-status {
  border-radius: var(--radius-sm);
  padding: .9rem 1.05rem;
  font-size: .97rem;
  font-weight: 600;
  border: 1px solid transparent;
}
.form-status[hidden] { display: none; }
.form-status.is-ok { background: #e7f0e6; border-color: #b8cdb6; color: #2c4a2c; }
.form-status.is-error { background: #fbeae7; border-color: #e2b6ae; color: #7d2618; }
.form-status a { color: inherit; }

.cf-turnstile { min-height: 65px; }

/* --- Dark bands ----------------------------------------------------------- */
.band {
  position: relative;
  background: var(--sage-deep);
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}
.band::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--img-cta-band);
  background-size: cover;
  background-position: center 60%;
}
.band::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  /* solid scrim: keeps white text well above 7:1 on any photo */
  background: linear-gradient(100deg, rgba(30, 38, 32, .93) 0%, rgba(30, 38, 32, .86) 55%, rgba(30, 38, 32, .8) 100%);
}
.band--reserve::before { background-image: var(--img-reserve-band); background-position: center 35%; }
.band h2, .band h3 { color: var(--white); }
.band p { color: rgba(255, 255, 255, .9); }
.band a:not(.btn) { color: var(--white); }

.band-inner {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}
@media (min-width: 880px) {
  .band-inner { grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); }
  .band-inner .btn-row { justify-content: flex-end; }
}
.band-contact {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.4rem;
  margin-top: 1.1rem;
  font-weight: 700;
  font-size: 1rem;
}
.band-contact a { color: var(--white); text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, .45); }
.band-contact a:hover { border-bottom-color: var(--yellow); color: var(--yellow); }

/* --- Callout -------------------------------------------------------------- */
.callout {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--yellow);
  border-radius: var(--radius);
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
  box-shadow: var(--shadow-sm);
}
.callout h3 { font-family: var(--font-body); font-size: 1.08rem; font-weight: 700; letter-spacing: 0; }
.callout > :last-child { margin-bottom: 0; }

/* --- External-form handoff card ------------------------------------------- */
.handoff {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.4rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: clamp(1.5rem, 3.2vw, 2.6rem);
}
@media (min-width: 860px) {
  .handoff { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; }
}
.handoff ol { margin: 0 0 1.3rem; padding-left: 1.2rem; color: var(--ink-soft); }
.handoff ol li::marker { font-weight: 700; color: var(--sage-deep); }

/* --- Footer --------------------------------------------------------------- */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .78);
  padding-block: clamp(2.75rem, 5vw, 4rem) 1.75rem;
  font-size: .96rem;
}
.footer-grid {
  display: grid;
  gap: clamp(1.8rem, 4vw, 3rem);
}
@media (min-width: 700px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .footer-grid { grid-template-columns: 1.4fr .8fr 1fr; } }

.site-footer h2 {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 1rem;
}
.footer-brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--white); }
.footer-brand img { width: 38px; height: 38px; border-radius: 10px; }
.footer-brand .brand-name { color: var(--white); }
.footer-about { margin-top: 1rem; max-width: 34ch; color: rgba(255, 255, 255, .72); }

.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.footer-links a, .footer-contact a {
  color: rgba(255, 255, 255, .84);
  text-decoration: none;
}
.footer-links a:hover, .footer-contact a:hover { color: var(--yellow); text-decoration: underline; }

.footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; margin: 0; }
.footer-contact svg { width: 17px; height: 17px; flex: none; margin-top: .3rem; color: var(--yellow); }
.footer-contact strong { display: block; color: var(--white); font-weight: 700; }

.footer-social { display: flex; gap: .6rem; margin-top: 1.15rem; }
.footer-social a {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .22);
  color: var(--white);
}
.footer-social a:hover { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.footer-social svg { width: 19px; height: 19px; }

.footer-bottom {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1.5rem;
  justify-content: space-between;
  align-items: baseline;
  font-size: .85rem;
  color: rgba(255, 255, 255, .55);
}
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(255, 255, 255, .7); }
.footer-bottom a:hover { color: var(--yellow); }
[data-ss-credit] { font-size: .85rem; }

/* --- Widgets: empty state ------------------------------------------------- */
[data-ss-empty] {
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
  color: var(--ink-faint);
}
[data-ss-empty][hidden] { display: none; }

/* --- Print ---------------------------------------------------------------- */
@media print {
  .site-header, .band, .footer-social, .btn { display: none !important; }
  body { background: #fff; font-size: 11pt; }
}
