:root {
  --ink: #15191d;
  --muted: #626f7b;
  --line: #d8e0e7;
  --surface: #fff;
  --surface-alt: #f3f5f7;
  --brand: #cc3428;
  --brand-dark: #9e251d;
  --charcoal: #202a33;
  --steel: #344656;
  --gold: #f0b33d;
  --shadow: 0 18px 48px rgba(16, 24, 32, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Outfit, Arial, sans-serif; background: var(--surface); }
a { color: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(216, 224, 231, 0.9);
  backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; font-weight: 900; background: var(--brand); border-radius: 8px; }
.brand strong, .brand small { display: block; }
.brand small { margin-top: 2px; color: var(--muted); font-size: .76rem; font-weight: 700; }

.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a, .nav-dropdown > button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  color: var(--charcoal);
  font: inherit;
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav .active, .nav-dropdown > button:hover, .nav-dropdown > button:focus-visible, .nav-dropdown > button.active {
  color: #fff;
  background: var(--charcoal);
  outline: none;
}
.nav-dropdown { position: relative; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 260px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.nav-dropdown:hover .dropdown-menu, .nav-dropdown.is-open .dropdown-menu { display: grid; }
.dropdown-menu a { justify-content: flex-start; width: 100%; }

.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; background: var(--surface-alt); border: 1px solid var(--line); border-radius: 8px; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  align-items: end;
  padding: 132px clamp(18px, 5vw, 72px) 112px;
  overflow: hidden;
}
.hero img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero img { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(12,16,20,.88), rgba(12,16,20,.55) 50%, rgba(12,16,20,.18)), linear-gradient(0deg, rgba(12,16,20,.76), rgba(12,16,20,.08) 46%); }
.hero-content { position: relative; z-index: 1; max-width: 860px; color: #fff; }
.eyebrow { margin: 0 0 12px; color: var(--brand); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { max-width: 850px; margin: 0; font-size: clamp(2.8rem, 8vw, 5.7rem); line-height: .96; letter-spacing: 0; }
h2 { margin: 0; color: var(--charcoal); font-size: clamp(2rem, 4.2vw, 3.35rem); line-height: 1.05; letter-spacing: 0; }
h3 { margin: 0; color: var(--charcoal); }
.hero-copy { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.9); font-size: clamp(1rem, 2vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 20px; font-weight: 900; text-decoration: none; border: 0; border-radius: 8px; cursor: pointer; }
.button.primary { color: #fff; background: var(--brand); }
.button.primary:hover, .button.primary:focus-visible { background: var(--brand-dark); }
.button:active { transform: translateY(1px); }
.button:disabled { opacity: .62; cursor: wait; }
.button.neutral { color: var(--charcoal); background: var(--surface-alt); border: 1px solid var(--line); }
.button.neutral:hover, .button.neutral:focus-visible { color: #fff; background: var(--charcoal); outline: none; }
.button.secondary, .button.ghost { color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.45); }
.button.ghost { background: rgba(240,179,61,.18); border-color: rgba(240,179,61,.68); }
.hero-status { position: absolute; left: clamp(18px,5vw,72px); right: clamp(18px,5vw,72px); bottom: 24px; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-status span, .vehicle-list span { display: inline-flex; min-height: 38px; align-items: center; padding: 0 14px; color: #fff; font-size: .9rem; font-weight: 900; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.38); border-radius: 8px; }

.page-main { padding-top: 78px; }
.page-hero { padding: clamp(72px, 11vw, 128px) clamp(18px, 5vw, 72px); color: #fff; background: linear-gradient(135deg, rgba(32,42,51,.96), rgba(52,70,86,.92)); }
.page-hero p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.82); font-size: 1.12rem; line-height: 1.68; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.page-hero .button { margin-top: 16px; }
.visual-page-hero {
  position: relative;
  min-height: clamp(360px, 54vw, 560px);
  overflow: hidden;
  isolation: isolate;
}
.visual-page-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-page-hero::before,
.visual-page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.visual-page-hero::before {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(21,25,29,.9), rgba(21,25,29,.68) 48%, rgba(21,25,29,.22)),
    linear-gradient(0deg, rgba(21,25,29,.48), rgba(21,25,29,.08));
}
.visual-page-hero::after {
  opacity: .32;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 44px 44px;
}

.section { padding: clamp(68px, 8vw, 112px) clamp(18px, 5vw, 72px); }
.section-heading { max-width: 840px; margin-bottom: 30px; }
.section-heading p, .intro p, .split-section p, .page-hero p { line-height: 1.72; }
.section-heading p, .intro p, .split-section p { color: var(--muted); font-size: 1.04rem; }
.intro { max-width: 1180px; margin: 0 auto; }
.vehicle-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.vehicle-list span { color: var(--charcoal); background: var(--surface-alt); border-color: var(--line); }
.yard-image-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, .7fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 16px;
  margin: 36px 0 8px;
}
.yard-image-strip figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  background: var(--charcoal);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(21,30,38,.12);
}
.yard-image-strip figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  content: "";
  background: linear-gradient(0deg, rgba(13,18,22,.86), rgba(13,18,22,0));
}
.yard-image-strip img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.16, 1, .3, 1);
}
.yard-image-strip figure:hover img { transform: scale(1.035); }
.yard-image-strip figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: rgba(255,255,255,.9);
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.35;
}
.yard-image-main {
  grid-row: span 2;
}
.yard-image-main figcaption {
  max-width: 520px;
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
}

.about-rates-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  padding: clamp(58px, 7vw, 92px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  color: #fff;
  background: var(--charcoal);
}
.about-rates-section > img, .about-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.about-rates-section > img { object-fit: cover; }
.about-overlay { background: linear-gradient(90deg, rgba(21,25,29,.93), rgba(21,25,29,.74) 48%, rgba(21,25,29,.52)); }
.about-copy, .rates-card { position: relative; z-index: 1; }
.about-copy h2 {
  margin: 0 0 36px;
  color: #fff;
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: .86;
  text-transform: uppercase;
}
.about-copy p {
  max-width: 840px;
  margin: 0 0 26px;
  color: rgba(255,255,255,.92);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.78;
}
.rates-card {
  padding: clamp(22px, 4vw, 34px);
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.rates-title {
  margin: 0 0 28px;
  color: #0d2eaa;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: .96;
  text-transform: uppercase;
}
.rates-title span { display: block; color: #e01618; }
.rates-header, .rates-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}
.rates-header {
  padding: 14px 18px;
  color: #fff;
  background: #1429b8;
  border: 2px solid #e01618;
  border-radius: 8px;
  text-transform: uppercase;
}
.rates-row {
  padding: 13px 18px;
  border-bottom: 1px solid #dfe3e8;
  font-size: 1.05rem;
}
.rates-row strong { font-size: 1.15rem; }
.rates-card small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.split-section, .location-page, .reserve-layout, .checkout-page { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(28px, 6vw, 78px); align-items: start; }
.split-section { background: var(--surface-alt); }
.mini-card-grid, .pricing-grid, .benefit-grid, .support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.mini-card-grid article, .price-card, .benefit-grid article, .support-grid article, .checkout-form, .address-panel, .checkout-note, .checkout-selection {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(21,30,38,.08);
}
.mini-card-grid p, .price-card p, .benefit-grid p, .support-grid p { margin: 12px 0 0; color: var(--muted); line-height: 1.62; }
.cta-band { color: #fff; background: var(--charcoal); }
.cta-band h2 { max-width: 850px; color: #fff; }
.cta-band .button { margin-top: 24px; }

.address-panel { color: #fff; background: var(--charcoal); box-shadow: var(--shadow); }
.address-panel span, .address-panel strong, .address-panel a { display: block; }
.address-panel span { color: rgba(255,255,255,.66); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.address-panel strong { margin: 10px 0 18px; font-size: 1.28rem; line-height: 1.35; }
.address-panel a { color: var(--gold); font-weight: 900; }
.map-embed { min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.map-embed iframe { display: block; width: 100%; height: 520px; border: 0; }

.reserve-layout { grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); background: var(--surface-alt); }
.pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.plan-label { display: inline-flex; min-height: 30px; align-items: center; padding: 0 10px; color: var(--brand-dark); font-size: .78rem; font-weight: 900; background: #fff0ec; border-radius: 8px; text-transform: uppercase; }
.price-card h3 { margin-top: 16px; font-size: 1.18rem; line-height: 1.28; }
.price-card strong { display: block; margin-top: 16px; color: var(--charcoal); font-size: 2rem; line-height: 1; }
.price-card a, .support-grid a, .checkout-selection a { display: inline-flex; margin-top: 20px; color: var(--brand-dark); font-weight: 900; }
.checkout-note { position: sticky; top: 98px; box-shadow: var(--shadow); }
.checkout-note p, .checkout-selection p { color: var(--muted); line-height: 1.62; }
.visual-aside img, .checkout-selection img {
  display: block;
  width: calc(100% + 48px);
  max-width: none;
  height: 220px;
  margin: -24px -24px 22px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.checkout-page { background: var(--surface-alt); grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); }
.checkout-selection { position: sticky; top: 98px; box-shadow: var(--shadow); }
.checkout-selection h2 { margin-top: 16px; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.checkout-selection strong { display: block; margin-top: 14px; color: var(--charcoal); font-size: 2rem; }
.checkout-form, .checkout-step-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.checkout-form { box-shadow: var(--shadow); }
.checkout-form h2 { grid-column: 1 / -1; font-size: 1.55rem; }
.checkout-step-panel, .payment-step, .confirmation-step { grid-column: 1 / -1; }
.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.checkout-steps span {
  min-height: 42px;
  padding: 11px 12px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 900;
  text-align: center;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.checkout-steps span.is-active {
  color: #fff;
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.form-section-heading { padding-top: 8px; border-top: 1px solid var(--line); }
.form-section-heading:first-child { padding-top: 0; border-top: 0; }
.form-section-heading .eyebrow { margin-bottom: 8px; }
.form-section-heading h2 { font-size: clamp(1.35rem, 2.4vw, 1.85rem); }
label { display: grid; gap: 8px; color: var(--charcoal); font-size: .88rem; font-weight: 900; }
input, select, textarea { width: 100%; min-height: 46px; padding: 11px 12px; color: var(--ink); font: inherit; background: #fff; border: 1px solid #c9d3dc; border-radius: 8px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--brand); outline: 3px solid rgba(204,52,40,.16); }
input[readonly] { color: var(--steel); background: var(--surface-alt); cursor: default; }
.required-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.45;
}
.required-note span {
  color: var(--brand);
  font-weight: 900;
}
.field-label span {
  color: var(--brand-dark);
  font-weight: 900;
}
.field-invalid input,
.field-invalid select,
.field-invalid textarea {
  border-color: var(--brand);
  background: #fff7f5;
  box-shadow: 0 0 0 3px rgba(204,52,40,.14);
}
.field-invalid .field-label span {
  color: var(--brand);
}
.full-field, .form-message { grid-column: 1 / -1; }
.terms-disclosure {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.terms-disclosure summary {
  min-height: 52px;
  padding: 16px;
  color: var(--charcoal);
  font-weight: 900;
  cursor: pointer;
}
.terms-body {
  max-height: 430px;
  overflow: auto;
  padding: 0 18px 18px;
  background: linear-gradient(180deg, #fff, var(--surface-alt));
  border-top: 1px solid var(--line);
}
.terms-title-block {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 18px 0 14px;
  background: linear-gradient(180deg, #fff 70%, rgba(255,255,255,.92));
  border-bottom: 1px solid var(--line);
}
.terms-title-block h3 {
  margin-top: 12px;
  font-size: clamp(1.35rem, 3vw, 2rem);
}
.terms-title-block p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}
.terms-body article {
  padding: 18px 0;
  border-bottom: 1px solid rgba(216,224,231,.9);
}
.terms-body article:last-child { border-bottom: 0; }
.terms-body h4 {
  margin: 0 0 10px;
  color: var(--charcoal);
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.terms-body h5 {
  margin: 16px 0 8px;
  color: var(--steel);
  font-size: .92rem;
}
.terms-body p {
  margin: 0;
  color: #3f4b55;
  font-size: .95rem;
  line-height: 1.72;
}
.terms-body p + p { margin-top: 12px; }
.terms-body ul {
  margin: 10px 0 0;
  padding-left: 22px;
  color: #3f4b55;
  font-size: .95rem;
  line-height: 1.72;
}
.terms-body li + li { margin-top: 6px; }
.terms-page .page-hero {
  padding-bottom: clamp(52px, 8vw, 84px);
}
.terms-document {
  background: var(--surface-alt);
}
.terms-document .terms-body {
  max-width: 1040px;
  max-height: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0 28px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.terms-document .terms-title-block {
  margin: 0 -28px;
  padding: 26px 28px 20px;
}
.terms-document .terms-title-block p {
  max-width: 760px;
}
.field-with-action { display: grid; gap: 10px; }
.checkbox-line {
  display: flex;
  align-items: start;
  gap: 8px;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.35;
}
.checkbox-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 1px;
  accent-color: var(--brand);
}
.checkout-summary { display: grid; gap: 6px; padding: 16px; background: var(--surface-alt); border: 1px solid var(--line); border-radius: 8px; }
.checkout-summary span { color: var(--muted); line-height: 1.5; }
.form-message { min-height: 22px; margin: 0; color: var(--brand-dark); font-weight: 900; }
.payment-step, .confirmation-step {
  gap: 18px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.payment-step:not(.is-hidden), .confirmation-step:not(.is-hidden) { display: grid; }
.square-card-container {
  min-height: 92px;
  padding: 16px;
  background: #fff;
  border: 1px solid #c9d3dc;
  border-radius: 8px;
}
.confirmation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.confirmation-list div {
  padding: 14px;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.confirmation-list dt {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.confirmation-list dd {
  margin: 6px 0 0;
  color: var(--charcoal);
  font-size: 1.05rem;
  font-weight: 900;
}
.confirmation-list a {
  color: var(--brand-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.confirmation-list a.is-disabled {
  color: var(--muted);
  pointer-events: none;
  text-decoration: none;
}
.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.confirmation-note { margin: 0; color: var(--muted); line-height: 1.6; }
.is-hidden { display: none !important; }

.benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); background: var(--surface-alt); }

.section-visual-intro, .visual-banner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  margin-bottom: 32px;
}
.section-visual-intro img, .visual-banner img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.section-visual-intro p, .visual-banner p {
  color: var(--muted);
  line-height: 1.7;
}
.visual-banner { background: #fff; }

.membership-page {
  background: var(--surface-alt);
}
.membership-coming-soon {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(78px, 10vw, 128px) clamp(18px, 5vw, 72px) clamp(54px, 7vw, 90px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(32,42,51,.98), rgba(52,70,86,.9)),
    url("assets/monthly-membership-parking.png") center / cover,
    var(--charcoal);
}
.membership-copy {
  max-width: 820px;
}
.coming-soon-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 12px;
  color: #2a1a03;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--gold);
  border-radius: 8px;
}
.membership-copy h1 {
  max-width: 780px;
  font-size: clamp(2.55rem, 6.5vw, 5.25rem);
}
.membership-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  line-height: 1.72;
}
.membership-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.dark-button {
  color: #fff;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.38);
}
.dark-button:hover,
.dark-button:focus-visible {
  background: rgba(255,255,255,.2);
  outline: none;
}
.membership-status-panel {
  overflow: hidden;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.membership-status-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.status-panel-content {
  padding: 24px;
}
.status-panel-content span {
  display: block;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.status-panel-content strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.05;
}
.status-panel-content p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.76);
  line-height: 1.62;
}
.membership-options {
  display: grid;
  grid-template-columns: minmax(240px, .68fr) minmax(0, 1.32fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
}
.membership-options-heading {
  position: sticky;
  top: 104px;
}
.membership-options-heading p:not(.eyebrow),
.membership-note > p {
  color: var(--muted);
  line-height: 1.7;
}
.membership-option-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}
.membership-option-card {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(21,30,38,.08);
}
.membership-option-card h3 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}
.membership-option-card strong {
  display: block;
  color: var(--charcoal);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
}
.membership-option-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.66;
}
.membership-option-card .button {
  width: fit-content;
  margin-top: 4px;
}
.preferred-option {
  border-color: rgba(204,52,40,.34);
  background: linear-gradient(180deg, #fff, #fff7f4);
}
.membership-note {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 5vw, 56px);
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--line);
}
.membership-note h2 {
  max-width: 780px;
}

.site-footer { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 22px; padding: 34px clamp(18px, 5vw, 72px); color: #fff; background: var(--charcoal); }
.site-footer strong, .site-footer span, .site-footer a, .site-footer small { display: block; }
.site-footer span, .site-footer small { color: rgba(255,255,255,.72); line-height: 1.55; }
.site-footer a { color: var(--gold); font-weight: 900; text-decoration: none; }
.site-footer nav { display: grid; gap: 8px; }
.site-footer small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }

@media (max-width: 1080px) {
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reserve-layout, .checkout-page { grid-template-columns: 1fr; }
  .checkout-note, .checkout-selection { position: static; }
  .about-rates-section, .section-visual-intro, .visual-banner, .membership-coming-soon, .membership-options, .membership-note { grid-template-columns: 1fr; }
  .membership-options-heading { position: static; }
  .yard-image-strip { grid-template-columns: 1fr 1fr; }
  .yard-image-main { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 860px) {
  .site-header { min-height: 70px; }
  .brand small { display: none; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 70px; left: 12px; right: 12px; display: none; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a, .nav-dropdown > button { justify-content: flex-start; width: 100%; padding: 0 14px; }
  .nav-dropdown { width: 100%; }
  .dropdown-menu { position: static; width: 100%; margin-top: 4px; box-shadow: none; }
  .hero { min-height: 88vh; padding-top: 112px; }
  .split-section, .location-page, .site-footer { grid-template-columns: 1fr; }
  .page-main { padding-top: 70px; }
}

@media (max-width: 620px) {
  h1 { font-size: 2.55rem; }
  .hero { padding-bottom: 136px; }
  .hero-actions .button { width: 100%; }
  .hero-status { bottom: 16px; }
  .hero-status span { min-height: 34px; font-size: .78rem; }
  .mini-card-grid, .pricing-grid, .benefit-grid, .support-grid, .checkout-form, .checkout-step-panel, .checkout-steps, .confirmation-list { grid-template-columns: 1fr; }
  .membership-actions .button, .membership-option-card .button { width: 100%; }
  .full-field, .form-message, .checkout-form h2, .form-section-heading { grid-column: auto; }
  .terms-body { max-height: 360px; padding: 0 14px 14px; }
  .terms-document .terms-body { padding: 0 16px 18px; }
  .terms-document .terms-title-block { margin: 0 -16px; padding: 22px 16px 18px; }
  .map-embed, .map-embed iframe { min-height: 360px; height: 360px; }
  .about-copy h2 { font-size: 3rem; }
  .about-copy p { font-size: 1rem; font-weight: 700; }
  .rates-header, .rates-row { grid-template-columns: 1fr; gap: 6px; }
  .yard-image-strip { grid-template-columns: 1fr; }
  .yard-image-strip figure { min-height: 210px; }
  .visual-page-hero { min-height: 420px; }
}

@media print {
  .site-header,
  .site-footer,
  .page-hero,
  .checkout-selection,
  .checkout-steps,
  .checkout-step-panel,
  .payment-step,
  .form-message,
  [data-print-exclude] {
    display: none !important;
  }

  body,
  .page-main,
  .checkout-page,
  .checkout-form,
  .confirmation-step {
    background: #fff !important;
    color: #15191d !important;
  }

  .page-main { padding-top: 0; }
  .section { padding: 0; }
  .checkout-page,
  .checkout-form,
  .confirmation-step {
    display: block !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  .confirmation-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
