/* Miller Mall Car Wash - BND comp build 2026-07-19
   Retro-Americana: badge-forward, logo blues + awning gold, cream ground.
   One owner per layer: tokens here, one .container, one gutter token. */

:root {
  --navy: #0a1f3d;
  --navy-2: #10294e;
  --navy-3: #16345f;
  --blue: #0053a6;
  --blue-bright: #1273d4;
  --sky: #9cc9f5;
  --sky-soft: #dceafb;
  --gold: #ffc426;
  --gold-deep: #b57f00;
  --cream: #f7f3ea;
  --cream-2: #efe8d8;
  --white: #ffffff;
  --ink: #1b2735;
  --ink-soft: #45566b;
  --tier-basic: #2f9fd0;
  --tier-special: #3f9c42;
  --tier-w9y: #ef7d1a;
  --tier-ultimate: #d9382c;
  --font-display: "Righteous", "Arial Black", sans-serif;
  --font-script: "Yellowtail", cursive;
  --font-body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --container: 74rem;
  --radius: 14px;
  --shadow-1: 0 6px 18px rgba(10, 31, 61, 0.14);
  --shadow-2: 0 14px 34px rgba(10, 31, 61, 0.22);
  --header-h: 7rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-size: 1.0625rem;
  overflow-x: clip;
}
body.drawer-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--gold); color: var(--navy); padding: 0.6rem 1rem; font-weight: 700;
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; }

/* ---------- type ---------- */
h1, h2, h3, h4, .display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: var(--navy);
}
.script { font-family: var(--font-script); font-weight: 400; }
.eyebrow-script {
  font-family: var(--font-script);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  color: var(--blue-bright);
  display: block;
  margin-bottom: 0.35rem;
}
.section-title { font-size: clamp(1.75rem, 3.4vw, 2.6rem); }
.section-lede { max-width: 44rem; color: var(--ink-soft); margin-top: 0.85rem; }
.center { text-align: center; }
.center .section-lede { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: var(--font-body); font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.04em; font-size: 0.95rem; line-height: 1.2;
  padding: 1rem 1.7rem; border-radius: 999px; text-decoration: none;
  border: 0; cursor: pointer;
  box-shadow: var(--shadow-1);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #ffd35a; }
.btn-white { background: var(--white); color: var(--blue); }
.btn-white:hover { background: var(--sky-soft); }
.btn-blue { background: var(--blue); color: var(--white); }
.btn-blue:hover { background: var(--blue-bright); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-3); }
.btn svg { width: 1.05em; height: 1.05em; flex: none; }

/* ---------- utility bar ---------- */
.utility {
  background: var(--navy); color: var(--sky-soft);
  font-size: 0.82rem; font-weight: 500;
}
.utility .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-block: 0.45rem; white-space: nowrap;
}
.utility a { color: var(--gold); text-decoration: none; font-weight: 700; }
.utility-left { display: flex; gap: 1.4rem; overflow: hidden; }
.utility-left span { display: inline-flex; align-items: center; gap: 0.4rem; }
.utility svg { width: 0.95em; height: 0.95em; flex: none; }
@media (max-width: 860px) {
  .utility-left span.u-email, .utility-left span.u-hours { display: none; }
}
@media (max-width: 560px) {
  .utility .container { justify-content: center; }
  .utility-right { display: none; }
}

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 90;
  background: var(--white);
  box-shadow: 0 2px 14px rgba(10, 31, 61, 0.12);
}
.header .container {
  display: flex; align-items: center; gap: 1.25rem;
  min-height: var(--header-h);
}
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; flex: none; }
.brand img { width: auto; height: 5.8rem; }
.nav { display: flex; align-items: center; gap: 0.25rem; margin-left: auto; }
.nav > li { position: relative; }
.nav > li > a {
  display: inline-flex; align-items: center; gap: 0.3rem;
  padding: 0.65rem 0.8rem; font-weight: 700; font-size: 0.95rem;
  color: var(--navy); text-decoration: none; border-radius: 8px;
}
.nav > li > a:hover { background: var(--sky-soft); }
.nav .caret { width: 0.6rem; height: 0.6rem; }
.dropdown {
  position: absolute; top: calc(100% + 0.4rem); left: 0; min-width: 15rem;
  background: var(--white); border-radius: 12px; box-shadow: var(--shadow-2);
  padding: 0.5rem; opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
}
.nav li:hover > .dropdown, .nav li:focus-within > .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown a {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: 0.55rem 0.75rem; border-radius: 8px;
  color: var(--navy); text-decoration: none; font-weight: 600; font-size: 0.92rem;
}
.dropdown a:hover { background: var(--sky-soft); }
.dropdown .price { color: var(--blue-bright); font-weight: 800; font-size: 0.85rem; }
.header-cta { display: flex; align-items: center; gap: 0.7rem; margin-left: 0.5rem; flex: none; }
.header-phone {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 800; color: var(--navy); text-decoration: none; font-size: 1rem;
}
.header-phone svg { width: 1.05rem; height: 1.05rem; color: var(--blue-bright); }
.header .btn { padding: 0.75rem 1.25rem; font-size: 0.85rem; }
.hamburger {
  display: none; margin-left: auto; background: none; border: 0; cursor: pointer;
  width: 2.75rem; height: 2.75rem; border-radius: 10px; flex: none;
  align-items: center; justify-content: center;
}
.hamburger:hover { background: var(--sky-soft); }
.hamburger span {
  display: block; width: 1.5rem; height: 3px; border-radius: 2px;
  background: var(--navy); position: relative;
  transition: background 0.2s ease;
}
.hamburger span::before, .hamburger span::after {
  content: ""; position: absolute; left: 0; width: 1.5rem; height: 3px;
  border-radius: 2px; background: var(--navy); transition: transform 0.2s ease, top 0.2s ease;
}
.hamburger span::before { top: -7px; }
.hamburger span::after { top: 7px; }
body.drawer-open .hamburger span { background: transparent; }
body.drawer-open .hamburger span::before { top: 0; transform: rotate(45deg); }
body.drawer-open .hamburger span::after { top: 0; transform: rotate(-45deg); }
@media (max-width: 1080px) {
  .nav, .header-cta { display: none; }
  .hamburger { display: inline-flex; }
}

/* ---------- mobile drawer ---------- */
.scrim {
  position: fixed; inset: 0; background: rgba(10, 31, 61, 0.55);
  opacity: 0; visibility: hidden; transition: opacity 0.22s ease, visibility 0.22s; z-index: 95;
}
body.drawer-open .scrim { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(24rem, 92vw); z-index: 100;
  background: var(--navy); color: var(--white);
  transform: translateX(103%); visibility: hidden;
  transition: transform 0.28s ease, visibility 0s linear 0.28s;
  display: flex; flex-direction: column;
}
body.drawer-open .drawer { transform: translateX(0); visibility: visible; transition-delay: 0s; }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.drawer-head img { height: 4rem; width: auto; }
.drawer-close {
  background: none; border: 0; color: var(--white); cursor: pointer;
  width: 2.5rem; height: 2.5rem; border-radius: 10px; font-size: 1.5rem; line-height: 1;
}
.drawer-close:hover { background: var(--navy-3); }
.drawer-nav { flex: 1; overflow-y: auto; padding: 0.75rem 1.25rem; }
.drawer-nav > li { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.drawer-nav > li > a, .drawer-acc-btn {
  display: flex; width: 100%; align-items: center; justify-content: space-between;
  padding: 0.95rem 0; color: var(--white); text-decoration: none;
  font-weight: 700; font-size: 1.05rem; background: none; border: 0; cursor: pointer;
  font-family: var(--font-body); text-align: left;
}
.drawer-acc-btn .caret { width: 0.8rem; height: 0.8rem; transition: transform 0.2s ease; }
.drawer-acc-btn[aria-expanded="true"] .caret { transform: rotate(180deg); }
.drawer-acc-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.24s ease; }
.drawer-acc-panel > ul { overflow: hidden; }
.drawer-acc-panel.open { grid-template-rows: 1fr; }
.drawer-acc-panel a {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.55rem 0 0.55rem 0.9rem; color: var(--sky); text-decoration: none; font-weight: 600;
}
.drawer-acc-panel .price { color: var(--gold); font-weight: 800; }
.drawer-foot {
  padding: 1.1rem 1.25rem 1.35rem; border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid; gap: 0.7rem;
}
.drawer-foot .btn { width: 100%; }
.drawer-call {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-size: 1.25rem; font-weight: 800; color: var(--gold); text-decoration: none;
}
.drawer-hours { text-align: center; font-size: 0.85rem; color: var(--sky); }

/* ---------- hero ---------- */
.hero {
  position: relative; color: var(--white);
  background: var(--navy);
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url("../img/facility-dusk.webp");
  background-size: cover; background-position: center 62%;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(10, 31, 61, 0.55) 0%, rgba(10, 31, 61, 0.35) 40%, rgba(10, 31, 61, 0.82) 100%),
    radial-gradient(ellipse at 50% 30%, rgba(10, 31, 61, 0.25), rgba(10, 31, 61, 0.6) 90%);
}
.hero-inner {
  position: relative; text-align: center;
  padding-block: clamp(4rem, 9vw, 7.5rem);
  display: flex; flex-direction: column; align-items: center;
}
.hero-badge { width: clamp(6.5rem, 11vw, 9rem); filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.45)); }
.hero-script {
  font-family: var(--font-script);
  color: var(--gold);
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  margin-top: 1.1rem;
}
.hero h1 {
  color: var(--sky);
  font-family: var(--font-body); font-weight: 700;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-top: 0.9rem;
}
.hero-headline {
  font-family: var(--font-display);
  color: var(--white);
  font-size: clamp(2.3rem, 5.6vw, 4.1rem);
  line-height: 1.08;
  max-width: 18ch;
  margin-top: 0.5rem;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}
.hero-sub { max-width: 40rem; margin-top: 1rem; color: var(--sky-soft); font-size: 1.1rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; margin-top: 1.8rem; }
.hero-ctas.ctas-left { justify-content: flex-start; }
.hero-awards {
  display: flex; align-items: center; gap: 1rem; margin-top: 2.1rem; flex-wrap: wrap; justify-content: center;
}
.hero-awards img { height: 4.6rem; width: auto; filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5)); }
.hero-awards p { font-weight: 700; color: var(--white); font-size: 0.95rem; max-width: 16rem; text-align: left; }
.hero-awards p strong { color: var(--gold); }
@media (max-width: 560px) {
  .hero-awards { gap: 0.6rem; }
  .hero-awards img { height: 3.4rem; }
  .hero-awards p { text-align: center; max-width: none; }
}

/* ---------- trust strip ---------- */
.trust-strip { background: var(--blue); color: var(--white); }
.trust-strip .container {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding-block: 1.1rem;
}
.trust-item { display: flex; align-items: center; gap: 0.7rem; justify-content: center; text-align: left; }
.trust-item svg { width: 1.9rem; height: 1.9rem; color: var(--gold); flex: none; }
.trust-item b { display: block; font-size: 0.98rem; line-height: 1.25; }
.trust-item span { font-size: 0.8rem; color: var(--sky-soft); }
@media (max-width: 900px) {
  .trust-strip .container { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .trust-strip .container { grid-template-columns: 1fr 1fr; gap: 0.8rem; }
  .trust-item { flex-direction: column; text-align: center; gap: 0.35rem; }
}

/* ---------- sections ---------- */
.section { padding-block: clamp(3.25rem, 7vw, 5.5rem); }
.section-tight-top { padding-top: 0; }
.section-tight-bottom { padding-bottom: 0; }
.page-intro { max-width: 46rem; margin: 0 auto; text-align: center; color: var(--ink-soft); font-size: 1.02rem; }
.page-intro-spaced { margin-top: 2rem; }
.section-head { margin-bottom: clamp(1.75rem, 4vw, 2.75rem); }

/* wash menu cards */
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.menu-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-1);
  display: flex; flex-direction: column; overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.menu-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.menu-card-head { padding: 1.1rem 1.25rem 0.9rem; color: var(--white); position: relative; }
.menu-card-head .tag {
  position: absolute; top: 0.8rem; right: 0.8rem;
  background: var(--navy); color: var(--gold); font-size: 0.66rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 0.3rem 0.6rem; border-radius: 999px;
}
.menu-card-head h3 { color: var(--white); font-size: 1.25rem; }
.menu-card-price { font-family: var(--font-display); font-size: 2rem; line-height: 1; margin-top: 0.35rem; color: var(--white); }
.menu-card-price sup { font-size: 0.55em; }
.mc-basic .menu-card-head { background: var(--tier-basic); }
.mc-special .menu-card-head { background: var(--tier-special); }
.mc-w9y .menu-card-head { background: var(--tier-w9y); }
.mc-ultimate .menu-card-head { background: var(--tier-ultimate); }
.menu-card-body { padding: 1.1rem 1.25rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.menu-card-body ul { display: grid; gap: 0.5rem; flex: 1; }
.menu-card-body li { display: flex; gap: 0.55rem; font-size: 0.92rem; line-height: 1.4; }
.menu-card-body li svg { width: 1rem; height: 1rem; flex: none; margin-top: 0.2rem; color: var(--tier-special); }
.menu-card-body .includes { font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); margin-bottom: 0.7rem; }
.menu-card-body .btn { margin-top: 1.1rem; padding: 0.75rem 1.1rem; font-size: 0.82rem; }
.menu-note { text-align: center; margin-top: 1.6rem; color: var(--ink-soft); font-size: 0.95rem; }
.menu-note a { font-weight: 700; }
/* real wash-menu board, featured */
.board-feature { background: var(--cream-2); }
.board-feature-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.board-feature-photo { text-align: center; position: relative; }
.board-feature-photo img {
  max-width: 27rem; width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-2);
  border: 6px solid var(--white);
}
.board-feature-copy .btn { margin-top: 1.4rem; }
@media (max-width: 860px) {
  .board-feature-grid { grid-template-columns: 1fr; }
  .board-feature-photo img { max-width: 21rem; margin-inline: auto; }
}
@media (max-width: 1080px) {
  .menu-grid {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    scroll-padding-inline-start: var(--gutter);
    margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter);
    padding-bottom: 0.75rem;
  }
  .menu-grid::-webkit-scrollbar { height: 8px; }
  .menu-grid::-webkit-scrollbar-thumb { background: var(--cream-2); border-radius: 4px; }
  .menu-card { flex: 0 0 17rem; scroll-snap-align: start; }
}

/* five pack band */
.fivepack { background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%); color: var(--white); position: relative; overflow: hidden; }
.fivepack::before {
  content: ""; position: absolute; inset: 0; opacity: 0.1; pointer-events: none;
  background-image: radial-gradient(circle at 20% 30%, var(--white) 0 2.5rem, transparent 2.6rem),
    radial-gradient(circle at 70% 70%, var(--white) 0 3.5rem, transparent 3.6rem),
    radial-gradient(circle at 90% 20%, var(--white) 0 2rem, transparent 2.1rem),
    radial-gradient(circle at 40% 85%, var(--white) 0 1.8rem, transparent 1.9rem);
}
.fivepack .container { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.fivepack h2, .fivepack h3 { color: var(--white); }
.fivepack .eyebrow-script { color: var(--gold); }
.fivepack-copy p { color: var(--sky-soft); margin-top: 0.9rem; max-width: 34rem; }
.fivepack-price {
  display: flex; align-items: baseline; gap: 0.8rem; margin-top: 1.3rem; flex-wrap: wrap;
}
.fivepack-price .big { font-family: var(--font-display); font-size: 2.6rem; color: var(--gold); line-height: 1; }
.fivepack-price .bonus { font-weight: 700; color: var(--white); font-size: 0.98rem; }
.fivepack img { border-radius: var(--radius); box-shadow: var(--shadow-2); }
.fivepack .btn { margin-top: 1.5rem; }
@media (max-width: 860px) {
  .fivepack .container { grid-template-columns: 1fr; }
  .fivepack img { max-width: 26rem; margin-inline: auto; }
}

/* about / story */
.story .container { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.story-photo { position: relative; }
.story-photo img { border-radius: var(--radius); box-shadow: var(--shadow-2); }
.story-photo .photo-tab {
  position: absolute; left: 1rem; bottom: 1rem;
  background: var(--navy); color: var(--white); font-size: 0.78rem; font-weight: 700;
  padding: 0.45rem 0.8rem; border-radius: 8px; opacity: 0.92;
}
.story-copy p { margin-top: 0.95rem; color: var(--ink-soft); }
.story-facts { display: grid; grid-template-columns: repeat(3, auto); gap: 1.4rem; margin-top: 1.6rem; justify-content: start; }
.story-fact b { font-family: var(--font-display); font-size: 1.7rem; color: var(--blue); display: block; line-height: 1.1; }
.story-fact span { font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); }
@media (max-width: 860px) {
  .story .container { grid-template-columns: 1fr; }
  .story-facts { grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
}

/* detailing band */
.detailing { background: var(--navy); color: var(--white); }
.detailing .container { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.detailing h2 { color: var(--white); }
.detailing .eyebrow-script { color: var(--gold); }
.detailing p { color: var(--sky-soft); margin-top: 0.95rem; }
.detailing img { border-radius: var(--radius); box-shadow: var(--shadow-2); }
.detailing-list { display: grid; gap: 0.6rem; margin-top: 1.1rem; }
.detailing-list li { display: flex; gap: 0.6rem; align-items: flex-start; font-weight: 600; }
.detailing-list svg { width: 1.1rem; height: 1.1rem; color: var(--gold); flex: none; margin-top: 0.25rem; }
.detailing .btn { margin-top: 1.5rem; }
@media (max-width: 860px) {
  .detailing .container { grid-template-columns: 1fr; }
}

/* perks */
.perks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.perk {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-1);
  padding: 1.5rem 1.35rem; text-align: center;
}
a.perk { display: block; text-decoration: none; color: inherit; transition: transform 0.18s ease, box-shadow 0.18s ease; }
a.perk:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.perk-icon {
  width: 3.4rem; height: 3.4rem; margin: 0 auto 0.9rem; border-radius: 50%;
  background: var(--sky-soft); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
}
.perk-icon svg { width: 1.7rem; height: 1.7rem; }
.perk h3 { font-size: 1.08rem; }
.perk p { font-size: 0.9rem; color: var(--ink-soft); margin-top: 0.5rem; }
@media (max-width: 1000px) { .perks-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .perks-grid { grid-template-columns: 1fr; } }

/* testimonials */
.reviews { background: var(--cream-2); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.review {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-1);
  padding: 1.6rem 1.5rem; display: flex; flex-direction: column;
}
.review-stars { color: var(--gold); letter-spacing: 0.15em; font-size: 1rem; }
.review p { margin-top: 0.85rem; font-size: 0.95rem; color: var(--ink); flex: 1; }
.review-who { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.2rem; }
.review-avatar {
  width: 2.6rem; height: 2.6rem; border-radius: 50%; flex: none;
  background: var(--blue); color: var(--white); font-weight: 800;
  display: flex; align-items: center; justify-content: center; font-size: 0.95rem;
}
.review-who b { display: block; font-size: 0.95rem; }
.review-who span { font-size: 0.8rem; color: var(--ink-soft); }
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; max-width: 34rem; margin-inline: auto; } }

/* process */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; }
.step { text-align: center; padding: 0 0.5rem; position: relative; }
.step-num {
  width: 3.2rem; height: 3.2rem; margin: 0 auto 0.9rem; border-radius: 50%;
  background: var(--gold); color: var(--navy);
  font-family: var(--font-display); font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-1);
}
.step h3 { font-size: 1.05rem; }
.step p { font-size: 0.9rem; color: var(--ink-soft); margin-top: 0.45rem; }
@media (max-width: 860px) { .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 1.6rem 1rem; } }

/* faq */
.faq-list { max-width: 46rem; margin-inline: auto; display: grid; gap: 0.8rem; }
.faq-item { background: var(--white); border-radius: 12px; box-shadow: var(--shadow-1); overflow: hidden; }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.05rem 1.3rem; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem; color: var(--navy);
}
.faq-q .caret { width: 0.8rem; height: 0.8rem; flex: none; transition: transform 0.2s ease; color: var(--blue-bright); }
.faq-q[aria-expanded="true"] .caret { transform: rotate(180deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.22s ease; }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 1.3rem 1.15rem; color: var(--ink-soft); font-size: 0.95rem; }
.faq-a.open { grid-template-rows: 1fr; }

/* visit */
.visit { background: var(--blue); color: var(--white); }
.visit .container { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.visit h2, .visit h3 { color: var(--white); }
.visit .eyebrow-script { color: var(--gold); }
.visit p { color: var(--sky-soft); margin-top: 0.9rem; }
.visit-card {
  background: var(--white); color: var(--ink); border-radius: var(--radius);
  box-shadow: var(--shadow-2); padding: 1.8rem 1.7rem;
}
.visit-card h3 { font-size: 1.2rem; color: var(--navy); }
.visit-row { display: flex; gap: 0.8rem; align-items: flex-start; margin-top: 1.05rem; }
.visit-row svg { width: 1.25rem; height: 1.25rem; color: var(--blue-bright); flex: none; margin-top: 0.2rem; }
.visit-row b { display: block; font-size: 0.95rem; }
.visit-row span, .visit-row a { font-size: 0.92rem; color: var(--ink-soft); }
.hours-table { width: 100%; margin-top: 0.4rem; font-size: 0.92rem; border-collapse: collapse; }
.hours-table td { padding: 0.25rem 0; color: var(--ink-soft); }
.hours-table td:last-child { text-align: right; font-weight: 700; color: var(--ink); }
.visit-card .btn { width: 100%; margin-top: 1.4rem; }
.visit-more-link { text-align: center; margin-top: 0.9rem; font-size: 0.85rem; }
@media (max-width: 860px) { .visit .container { grid-template-columns: 1fr; } }

/* final cta */
.final-cta { background: var(--navy); color: var(--white); text-align: center; position: relative; overflow: hidden; }
.final-cta::before {
  content: ""; position: absolute; inset: 0; opacity: 0.08; pointer-events: none;
  background-image: radial-gradient(circle at 15% 40%, var(--white) 0 3rem, transparent 3.1rem),
    radial-gradient(circle at 85% 60%, var(--white) 0 2.4rem, transparent 2.5rem);
}
.final-cta .container { position: relative; display: flex; flex-direction: column; align-items: center; }
.final-cta img { width: 6.5rem; }
.final-cta h2 { color: var(--white); font-size: clamp(1.9rem, 4vw, 2.9rem); margin-top: 1rem; }
.final-cta .script { color: var(--gold); font-size: clamp(1.5rem, 2.8vw, 2rem); }
.final-cta p { color: var(--sky-soft); max-width: 36rem; margin-top: 0.9rem; }
.final-cta .hero-ctas { margin-top: 1.6rem; }

/* footer */
.footer { background: var(--navy); color: var(--sky-soft); font-size: 0.95rem; }
.footer a { color: var(--sky-soft); text-decoration: none; }
.footer a:hover { color: var(--gold); }
.footer-trust { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.footer-trust .container {
  display: flex; align-items: center; justify-content: center; gap: 2.2rem;
  padding-block: 1.4rem; flex-wrap: wrap;
}
.footer-trust img { height: 3.6rem; width: auto; }
.footer-trust .ft-label { font-weight: 700; color: var(--white); font-size: 0.9rem; }
.footer-main .container {
  display: grid; grid-template-columns: 1.3fr 0.8fr 0.8fr 1.1fr; gap: 2rem;
  padding-block: 2.8rem;
}
.footer h4 { color: var(--white); font-size: 1rem; margin-bottom: 0.9rem; font-family: var(--font-body); font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.footer-brand img { height: 4.2rem; width: auto; }
.footer-brand p { margin-top: 0.9rem; max-width: 22rem; }
.footer ul { display: grid; gap: 0.5rem; }
.footer-contact li { display: flex; gap: 0.6rem; align-items: flex-start; }
.footer-contact svg { width: 1.05rem; height: 1.05rem; color: var(--gold); flex: none; margin-top: 0.25rem; }
.footer-area { border-top: 1px solid rgba(255, 255, 255, 0.12); }
.footer-area .container { padding-block: 1.2rem; text-align: center; font-size: 0.88rem; }
.footer-area b { color: var(--white); }
.footer-cta { background: var(--blue); }
.footer-cta .container {
  display: flex; align-items: center; justify-content: space-between; gap: 1.2rem;
  padding-block: 1.3rem; flex-wrap: wrap;
}
.footer-cta p { color: var(--white); font-weight: 700; font-size: 1.1rem; }
.footer-bottom .container {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding-block: 1.2rem; font-size: 0.8rem; flex-wrap: wrap;
}
@media (max-width: 1000px) { .footer-main .container { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) {
  .footer-main .container { grid-template-columns: 1fr; }
  .footer-cta .container { justify-content: center; text-align: center; }
}

/* back to top */
.to-top {
  position: fixed; right: 1.1rem; bottom: 5.5rem; z-index: 80;
  width: 2.9rem; height: 2.9rem; border-radius: 50%;
  background: var(--gold); color: var(--navy); border: 0; cursor: pointer;
  box-shadow: var(--shadow-2); display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top svg { width: 1.2rem; height: 1.2rem; }
@media (min-width: 861px) { .to-top { bottom: 1.4rem; } }

/* sticky mobile cta bar */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 85;
  display: none; background: var(--navy);
  box-shadow: 0 -4px 18px rgba(10, 31, 61, 0.35);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bar a {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 0.2rem;
  padding: 0.6rem 0.25rem 0.7rem; color: var(--white); text-decoration: none;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em;
}
.mobile-bar a svg { width: 1.25rem; height: 1.25rem; }
.mobile-bar a.bar-primary { background: var(--gold); color: var(--navy); }
@media (max-width: 860px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 3.6rem; }
}

/* page hero (interior) */
.page-hero { background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.page-hero .hero-bg { opacity: 0.4; }
.page-hero .container { position: relative; text-align: center; padding-block: clamp(3rem, 6vw, 4.5rem); }
.page-hero .eyebrow-script { color: var(--gold); }
.page-hero h1 { color: var(--white); font-family: var(--font-display); font-size: clamp(2rem, 4.6vw, 3.2rem); font-weight: 400; letter-spacing: 0.01em; text-transform: none; }
.page-hero p { color: var(--sky-soft); max-width: 40rem; margin: 0.9rem auto 0; }

/* menu page detail rows */
.menu-detail { display: grid; gap: 1.4rem; max-width: 52rem; margin-inline: auto; }
.menu-row {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-1);
  overflow: hidden; border-left: 8px solid var(--blue);
}
.menu-row-photo { padding: 1rem 1.5rem 0; }
.menu-row-photo img { width: 100%; height: auto; border-radius: 8px; display: block; }
.menu-row.mr-basic { border-color: var(--tier-basic); }
.menu-row.mr-special { border-color: var(--tier-special); }
.menu-row.mr-w9y { border-color: var(--tier-w9y); }
.menu-row.mr-ultimate { border-color: var(--tier-ultimate); }
.menu-row-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: 1.3rem 1.5rem 0.4rem; flex-wrap: wrap;
}
.menu-row-head h3 { font-size: 1.45rem; }
.menu-row-head .tag {
  background: var(--tier-ultimate); color: var(--white); font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 0.3rem 0.65rem; border-radius: 999px;
  align-self: center;
}
.menu-row-price { font-family: var(--font-display); font-size: 1.9rem; color: var(--navy); }
.menu-row-body { padding: 0.4rem 1.5rem 1.4rem; }
.menu-row-body .from { font-size: 0.85rem; color: var(--ink-soft); font-weight: 600; margin-bottom: 0.6rem; }
.menu-row-body ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 1.4rem; }
.menu-row-body li { display: flex; gap: 0.55rem; font-size: 0.95rem; }
.menu-row-body li svg { width: 1rem; height: 1rem; flex: none; margin-top: 0.25rem; color: var(--tier-special); }
@media (max-width: 640px) { .menu-row-body ul { grid-template-columns: 1fr; } }

/* five pack gallery (menu page) */
.packs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.pack-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-1); padding: 1rem; text-align: center; }
.pack-card img { border-radius: 8px; }
.pack-card b { display: block; margin-top: 0.7rem; font-size: 0.95rem; color: var(--navy); }
.pack-card span { font-size: 0.83rem; color: var(--ink-soft); }
@media (max-width: 900px) { .packs-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- contact page ---------- */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.contact-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-1);
  padding: 1.8rem 1.7rem;
}
.contact-card h3 { font-size: 1.2rem; }
.map-frame {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-1);
  margin-top: 1.5rem; border: 0; aspect-ratio: 4 / 3;
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.form-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-2);
  padding: 1.9rem 1.8rem;
}
.form-card h3 { font-size: 1.35rem; }
.form-card p.form-lede { color: var(--ink-soft); margin-top: 0.4rem; font-size: 0.95rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.4rem; }
.field { display: grid; gap: 0.4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.82rem; font-weight: 700; color: var(--navy); }
.field input, .field select, .field textarea {
  border: 1.5px solid var(--cream-2); background: var(--cream); border-radius: 10px;
  padding: 0.75rem 0.9rem; font-family: var(--font-body); font-size: 0.95rem; color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid var(--blue-bright); outline-offset: 1px; background: var(--white);
}
.field textarea { resize: vertical; min-height: 7rem; }
.form-card .btn { margin-top: 1.4rem; width: 100%; }
.form-note { font-size: 0.8rem; color: var(--ink-soft); margin-top: 0.9rem; text-align: center; }
@media (max-width: 860px) {
  .contact-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .form-grid { grid-template-columns: 1fr; }
}

/* ---------- gift certificates ---------- */
.gift-wrap { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.gift-card-visual {
  position: relative; border-radius: 18px; padding: 2.1rem 1.9rem;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 60%, var(--blue-bright) 100%);
  color: var(--white); box-shadow: var(--shadow-2); overflow: hidden;
  border: 3px dashed rgba(255, 255, 255, 0.35);
}
.gift-card-visual::before {
  content: ""; position: absolute; inset: 0; opacity: 0.12; pointer-events: none;
  background-image: radial-gradient(circle at 15% 25%, var(--white) 0 2.2rem, transparent 2.3rem),
    radial-gradient(circle at 85% 75%, var(--white) 0 3rem, transparent 3.1rem),
    radial-gradient(circle at 75% 15%, var(--white) 0 1.6rem, transparent 1.7rem);
}
.gift-card-visual .gc-top { display: flex; align-items: center; justify-content: space-between; position: relative; }
.gift-card-visual .gc-top img { height: 3.4rem; width: auto; }
.gift-card-visual .gc-label {
  font-family: var(--font-body); font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  font-size: 0.72rem; color: var(--gold); border: 1.5px solid var(--gold); border-radius: 999px;
  padding: 0.3rem 0.7rem;
}
.gift-card-visual .gc-title {
  font-family: var(--font-display); font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin-top: 1.6rem; position: relative;
  color: var(--white);
}
.gift-card-visual .gc-script { font-family: var(--font-script); color: var(--gold); font-size: 1.3rem; position: relative; }
.gift-card-visual .gc-foot {
  display: flex; align-items: center; justify-content: space-between; margin-top: 2.2rem; position: relative;
  font-size: 0.85rem; color: var(--sky-soft);
}
.gift-card-photo {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-2);
  padding: 1.3rem; text-align: center;
}
.gift-card-photo img { border-radius: 10px; max-width: 20rem; margin-inline: auto; }
.gift-card-caption { font-size: 0.88rem; color: var(--ink-soft); margin-top: 1rem; font-weight: 600; }
.gift-occasions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; margin-top: 1.5rem; }
.gift-occasion {
  display: flex; align-items: center; gap: 0.6rem; background: var(--white); border-radius: 10px;
  padding: 0.75rem 0.9rem; box-shadow: var(--shadow-1); font-weight: 700; font-size: 0.92rem;
}
.gift-occasion svg { width: 1.2rem; height: 1.2rem; color: var(--blue-bright); flex: none; }
@media (max-width: 860px) {
  .gift-wrap { grid-template-columns: 1fr; }
  .gift-card-visual { max-width: 28rem; margin-inline: auto; }
}
@media (max-width: 560px) { .gift-occasions { grid-template-columns: 1fr; } }

/* callout link band */
.callout-link {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  background: var(--white); border: 1.5px dashed var(--blue); border-radius: 12px;
  padding: 1.1rem 1.4rem; margin-top: 1.6rem; max-width: 46rem; margin-inline: auto;
}
.callout-link p { font-weight: 700; color: var(--navy); font-size: 0.98rem; }
.callout-link .btn { padding: 0.7rem 1.2rem; font-size: 0.8rem; }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
