/* =========================================================
   CARWEST AUTOMOTIVE — "Still Open"
   Cool midnight blue, warm sodium light pooling from above.
   Motion on transform/opacity only. Reduced-motion aware throughout.
   ========================================================= */
:root {
  --night-950: #070a12;
  --night-900: #0a0f1a;
  --night-850: #0f141f;
  --night-800: #141b28;
  --night-700: #1b2333;

  --sodium-500: #ff9500;
  --sodium-300: #ffc266;
  --signal-500: #22c55e;
  --signal-300: #6ee7a0;

  --frost: #f0f4fa;
  --frost-dim: #8b97ab;
  --frost-dimmer: #7a8ba1;   /* AA-safe on every surface: 5.7:1 on --night-950 */

  --grad-lamp: radial-gradient(circle at 50% 0%, rgba(255,149,0,.35), transparent 65%);
  --grad-amber: linear-gradient(135deg, var(--sodium-300), var(--sodium-500));
  --glow-lamp: 0 0 48px rgba(255,149,0,.4);

  --f-display: "Anton", "Arial Narrow", system-ui, sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
  --r: 16px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--night-950); color: var(--frost);
  font: 400 16px/1.65 var(--f-body);
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--sodium-500); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--sodium-500); color: #1a1000; }
.vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.skip-link {
  position: absolute; left: 14px; top: -60px; z-index: 300; background: var(--sodium-500);
  color: #1a1000; padding: 10px 16px; border-radius: 8px; font-weight: 700; text-decoration: none;
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(74px); }

/* ---------- type ---------- */
.eyebrow {
  font: 700 .72rem/1 var(--f-body); letter-spacing: .2em; text-transform: uppercase;
  color: var(--sodium-500); margin: 0 0 1rem;
}
.h2 {
  font: 400 clamp(2rem, 5.5vw, 3.6rem)/.98 var(--f-display);
  letter-spacing: .005em; text-transform: uppercase; margin: 0 0 1rem;
}
.lede { color: var(--frost-dim); font-size: clamp(1rem, 1.5vw, 1.1rem); max-width: 60ch; margin: 0 0 1rem; }
.amber { color: var(--sodium-500); }
.dim { color: var(--frost-dimmer); }
p { margin: 0 0 1rem; }
strong { font-weight: 700; color: var(--frost); }

/* ---------- lamp that follows the cursor ---------- */
.lamp {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(420px circle at var(--lx, 50%) var(--ly, 0%), rgba(255,149,0,.10), transparent 70%);
  transition: opacity .6s;
}
.progress { position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 120; pointer-events: none; }
.progress span {
  display: block; height: 100%; background: var(--grad-amber);
  transform: scaleX(var(--p, 0)); transform-origin: 0 50%;
  box-shadow: 0 0 14px rgba(255,149,0,.8);
}

/* ---------- buttons ---------- */
.btn {
  --mx: 0px; --my: 0px;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 50px; padding: .75em 1.5em; border-radius: 12px; cursor: pointer;
  font: 700 .95rem/1 var(--f-body); letter-spacing: .01em; text-decoration: none;
  border: 1px solid transparent; white-space: nowrap;
  transform: translate3d(var(--mx), var(--my), 0);
  transition: transform .3s var(--ease), box-shadow .3s, background-color .3s, border-color .3s, color .3s;
}
.btn--sm { min-height: 40px; padding: .55em 1.1em; font-size: .85rem; }
.btn--lg { min-height: 58px; padding: 1em 1.8em; font-size: 1.02rem; }
.btn--amber { background: var(--grad-amber); color: #1a1000; box-shadow: var(--glow-lamp); }
.btn--amber:hover { filter: brightness(1.08); }
.btn--ghost { border-color: rgba(240,244,250,.28); color: var(--frost); background: rgba(240,244,250,.03); }
.btn--ghost:hover { border-color: var(--sodium-500); color: var(--sodium-300); }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100; border-bottom: 1px solid transparent;
  transition: background-color .4s, backdrop-filter .4s, border-color .4s;
}
.nav.is-stuck {
  background: rgba(7,10,18,.82); backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3); border-bottom-color: var(--night-700);
}
.nav__in {
  width: min(100% - 2 * var(--gutter), 1320px); margin-inline: auto;
  display: flex; align-items: center; gap: 14px; height: 70px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand__txt { font: 400 1.1rem/1 var(--f-display); letter-spacing: .06em; }
.brand__txt small {
  display: block; font: 500 .62rem/1.5 var(--f-body); letter-spacing: .2em;
  text-transform: uppercase; color: var(--frost-dimmer);
}
.nav__links { display: none; gap: 1.3rem; margin-left: auto; }
.nav__links a { position: relative; text-decoration: none; font-size: .9rem; color: var(--frost-dim); transition: color .25s; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--sodium-500);
  transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease);
}
.nav__links a:hover { color: var(--frost); }
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__tel { display: none; text-decoration: none; font-weight: 700; font-size: .92rem; }
.nav__cta { display: none; }

/* live status pill — always on screen */
.status {
  display: inline-flex; align-items: center; gap: 8px; margin-left: auto;
  padding: 7px 13px; border-radius: 999px; text-decoration: none;
  font: 600 .78rem/1 var(--f-body); letter-spacing: .01em;
  border: 1px solid var(--night-700); background: rgba(15,20,31,.85);
  color: var(--frost-dim); white-space: nowrap;
  transition: border-color .3s, color .3s;
}
.status__dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--frost-dimmer); flex: none;
}
.status.is-open { color: var(--signal-300); border-color: rgba(34,197,94,.4); }
.status.is-open .status__dot { background: var(--signal-500); box-shadow: 0 0 0 0 rgba(34,197,94,.55); animation: ping 2.4s ease-out infinite; }
.status.is-soon { color: var(--sodium-300); border-color: rgba(255,149,0,.45); }
.status.is-soon .status__dot { background: var(--sodium-500); }
.status.is-closed { color: var(--frost-dim); }
.status.is-closed .status__dot { background: var(--frost-dimmer); }
@keyframes ping { 70% { box-shadow: 0 0 0 9px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }

.burger {
  width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--night-700);
  background: rgba(15,20,31,.7); position: relative; cursor: pointer; flex: none;
}
.burger span {
  position: absolute; left: 13px; right: 13px; top: 21.5px; height: 2px; background: var(--frost);
  transition: transform .4s var(--ease), opacity .25s;
}
.burger span:nth-child(1) { transform: translateY(-6px); }
.burger span:nth-child(3) { transform: translateY(6px); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }

@media (min-width: 1040px) {
  .nav__links, .nav__tel { display: flex; }
  .nav__cta { display: inline-flex; }
  .burger { display: none; }
  .status { margin-left: 0; order: 9; }
}

/* mobile menu */
.menu {
  position: fixed; inset: 0; z-index: 95; display: flex; flex-direction: column;
  justify-content: center; gap: 2.5rem; padding: 100px var(--gutter) 40px;
  background: var(--night-950); opacity: 0; transition: opacity .35s var(--ease);
}
.menu[hidden] { display: none; }
.menu.is-open { opacity: 1; }
.menu::before {
  content: ""; position: absolute; inset: 0; background: var(--grad-lamp); pointer-events: none;
}
.menu__links { display: flex; flex-direction: column; gap: .3rem; position: relative; }
.menu__links a {
  display: flex; align-items: baseline; gap: 1rem; text-decoration: none;
  font: 400 clamp(1.7rem, 8vw, 2.4rem)/1.3 var(--f-display); text-transform: uppercase;
  opacity: 0; transform: translateY(20px);
  transition: opacity .45s var(--ease), transform .5s var(--ease);
  transition-delay: calc(var(--i, 0) * 55ms + 100ms);
}
.menu__links a i { font: 700 .7rem var(--f-body); font-style: normal; color: var(--sodium-500); letter-spacing: .15em; }
.menu.is-open .menu__links a { opacity: 1; transform: none; }
.menu__foot { display: grid; gap: .7rem; position: relative; }
body.locked { overflow: hidden; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  padding: 120px var(--gutter) 80px; overflow: hidden; isolation: isolate;
}
.hero__bay { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.bay__glow {
  position: absolute; inset: -20% -10% 20%; background: var(--grad-lamp);
  animation: lampsettle 2.4s var(--ease) both;
}
.bay__floor {
  position: absolute; left: 50%; bottom: -5%; width: min(1100px, 120vw); height: 55vh;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 0%, rgba(255,149,0,.22), transparent 60%);
  filter: blur(6px);
}
@keyframes lampsettle { from { opacity: 0; } to { opacity: 1; } }
.hero__in { width: min(100% - 0px, var(--wrap)); margin-inline: auto; position: relative; }
.hero__h1 {
  margin: 0 0 1.4rem;
  font: 400 clamp(2.6rem, 10vw, 6.4rem)/.92 var(--f-display);
  text-transform: uppercase; letter-spacing: .004em;
}
.hero__h1 .line { display: block; overflow: hidden; }
.hero__h1 .line > span { display: block; }
.hero__h1 em { font-style: normal; color: var(--sodium-500); }
.hero__lede { max-width: 46ch; color: var(--frost-dim); font-size: clamp(1.02rem, 2vw, 1.2rem); margin-bottom: 1.8rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__status { margin-bottom: 1.8rem; }

.reveal-load { opacity: 0; transform: translateY(16px); animation: rise .9s var(--ease) forwards; animation-delay: var(--d, 0s); }
@keyframes rise { to { opacity: 1; transform: none; } }

/* big hero status */
.bigstatus {
  display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding: 16px 22px; border-radius: 14px;
  background: rgba(15,20,31,.75); border: 1px solid var(--night-700);
  backdrop-filter: blur(6px);
}
.bigstatus__dot { width: 14px; height: 14px; border-radius: 50%; background: var(--frost-dimmer); flex: none; }
.bigstatus__main { font: 700 clamp(1rem, 2.4vw, 1.3rem)/1.2 var(--f-body); }
.bigstatus__sub { width: 100%; font-size: .9rem; color: var(--frost-dim); }
.bigstatus.is-open { border-color: rgba(34,197,94,.45); box-shadow: 0 0 40px rgba(34,197,94,.14); }
.bigstatus.is-open .bigstatus__dot { background: var(--signal-500); animation: ping 2.4s ease-out infinite; }
.bigstatus.is-open .bigstatus__main { color: var(--signal-300); }
.bigstatus.is-soon { border-color: rgba(255,149,0,.5); }
.bigstatus.is-soon .bigstatus__dot { background: var(--sodium-500); }
.bigstatus.is-soon .bigstatus__main { color: var(--sodium-300); }
.bigstatus.is-closed .bigstatus__dot { background: var(--frost-dimmer); }

/* ---------- trust strip ---------- */
.trust { border-block: 1px solid var(--night-700); background: var(--night-900); position: relative; z-index: 1; }
.trust__row {
  list-style: none; margin: 0 auto; padding: 0;
  width: min(100% - 2 * var(--gutter), var(--wrap));
  display: grid; grid-template-columns: repeat(2, 1fr);
}
.trust__row li, .trust__row a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  padding: 18px 8px; text-align: center; text-decoration: none;
}
.trust__row li { border-right: 1px solid var(--night-700); border-bottom: 1px solid var(--night-700); }
.trust__row li:nth-child(2n) { border-right: 0; }
.trust__row li:last-child { border-bottom: 0; grid-column: 1 / -1; }
.trust__row b { font: 400 clamp(1.15rem, 2.6vw, 1.5rem)/1 var(--f-display); letter-spacing: .03em; color: var(--sodium-300); }
.trust__row span { font-size: .78rem; color: var(--frost-dim); letter-spacing: .04em; }
.trust__row a { padding: 0; }
.trust__row a:hover b { color: var(--sodium-500); }
@media (min-width: 900px) {
  .trust__row { grid-template-columns: repeat(5, 1fr); }
  .trust__row li { border-bottom: 0; }
  .trust__row li:nth-child(2n) { border-right: 1px solid var(--night-700); }
  .trust__row li:last-child { border-right: 0; grid-column: auto; }
}

/* ---------- sections ---------- */
.section { position: relative; padding: clamp(80px, 11vw, 150px) 0; z-index: 1; }
.head { max-width: 760px; margin-bottom: clamp(2.2rem, 5vw, 3.5rem); }
.head--center { margin-inline: auto; text-align: center; }
.head--center .lede { margin-inline: auto; }
.sunday, .process { background: var(--night-900); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .9s var(--ease); transition-delay: var(--rd, 0s); }
.reveal.is-in { opacity: 1; transform: none; }
.no-js .reveal, .no-js .reveal-load { opacity: 1; transform: none; }

/* ---------- comparison grid ---------- */
.grid-compare {
  padding: clamp(18px, 3vw, 28px); border-radius: var(--r);
  background: var(--night-850); border: 1px solid var(--night-700);
}
.cmp__scale {
  display: flex; justify-content: space-between; margin-left: clamp(64px, 12vw, 110px);
  font-size: .7rem; color: var(--frost-dimmer); letter-spacing: .08em; margin-bottom: 8px;
}
.cmp__row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.cmp__label {
  flex: 0 0 clamp(56px, 11vw, 98px); font-size: .8rem; color: var(--frost-dim);
  text-align: right; font-weight: 600;
}
.cmp__row--us .cmp__label { color: var(--sodium-500); font-weight: 700; }
.cmp__days { flex: 1; display: grid; grid-template-rows: repeat(7, 1fr); gap: 5px; }
.cmp__day { display: flex; align-items: center; gap: 8px; height: clamp(16px, 2.6vw, 22px); }
.cmp__day b { order: -1; flex: none; width: 14px; font: 600 .68rem var(--f-body); color: var(--frost-dimmer); }
.bar {
  position: relative; flex: 1; height: 100%; border-radius: 4px;
  background: rgba(240,244,250,.045); overflow: hidden;
}
.bar::after {
  content: ""; position: absolute; top: 0; bottom: 0;
  left: calc(var(--s, 0) * 100%); right: calc(100% - var(--e, 0) * 100%);
  border-radius: 4px; transform: scaleX(0); transform-origin: left;
  transition: transform .9s var(--ease) var(--bd, 0s);
}
.bar--grey::after { background: rgba(240,244,250,.22); }
.bar--amber::after { background: var(--grad-amber); box-shadow: 0 0 18px rgba(255,149,0,.45); }
.is-in .bar::after, .grid-compare.is-in .bar::after { transform: scaleX(1); }
.cmp__day--off .bar { background: rgba(240,244,250,.03); }
.cmp__day--off::after {
  content: "closed"; position: absolute; left: 50%; transform: translateX(-50%);
  font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: var(--frost-dimmer);
}
.cmp__day--off { position: relative; }
.cmp__row--us .cmp__day { height: clamp(18px, 3vw, 26px); }

.always__pts { list-style: none; margin: 2.2rem 0 0; padding: 0; display: grid; gap: 14px; }
@media (min-width: 760px) { .always__pts { grid-template-columns: repeat(3, 1fr); } }
.always__pts li { padding: 18px 20px; border-radius: var(--r); background: var(--night-850); border: 1px solid var(--night-700); }
.always__pts b { display: block; font: 400 1.1rem var(--f-display); text-transform: uppercase; letter-spacing: .04em; color: var(--sodium-300); margin-bottom: 4px; }
.always__pts span { color: var(--frost-dim); font-size: .95rem; }

/* ---------- sunday story ---------- */
.sunday__wrap { max-width: 820px; }
.story { margin: 2rem 0; }
.story__line { font-size: clamp(1.1rem, 2.6vw, 1.5rem); color: var(--frost-dim); margin: 0 0 .7rem; }
.story__line--big { font-size: clamp(1.5rem, 4.5vw, 2.4rem); color: var(--frost); font-family: var(--f-display); font-weight: 400; text-transform: uppercase; letter-spacing: .02em; }
.pullquote {
  margin: 2.4rem 0; padding: clamp(22px, 4vw, 34px); border-radius: var(--r);
  background: var(--night-850); border: 1px solid var(--night-700); border-left: 4px solid var(--sodium-500);
  box-shadow: 0 30px 70px -40px rgba(255,149,0,.6);
}
.pullquote p { font-size: clamp(1.05rem, 2.2vw, 1.3rem); line-height: 1.6; margin: 0 0 1rem; }
.pullquote mark { background: rgba(255,149,0,.18); color: var(--sodium-300); padding: 0 .2em; border-radius: 3px; }
.pullquote cite { font-style: normal; font-size: .85rem; color: var(--frost-dim); letter-spacing: .05em; }
.sunday__close { font-size: 1.05rem; }
.sunday__close a { color: var(--sodium-300); font-weight: 700; }

/* ---------- services ---------- */
.cards { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cards { grid-template-columns: repeat(3, 1fr); } }
.card {
  padding: 26px 24px; border-radius: var(--r); background: var(--night-850);
  border: 1px solid var(--night-700);
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.card:hover { transform: translateY(-5px); border-color: rgba(255,149,0,.45); box-shadow: 0 22px 50px -26px rgba(255,149,0,.55); }
.card svg { width: 38px; height: 38px; margin-bottom: 14px; fill: none; stroke: var(--sodium-500); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.card h3 { margin: 0 0 6px; font: 400 1.25rem/1.2 var(--f-display); text-transform: uppercase; letter-spacing: .03em; }
.card p { margin: 0; color: var(--frost-dim); font-size: .95rem; }
.services__note { margin-top: 1.6rem; color: var(--frost-dim); }
.services__note a { color: var(--sodium-300); font-weight: 600; }

/* ---------- process ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; counter-reset: s; }
@media (min-width: 880px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { padding: 24px 22px; border-radius: var(--r); background: var(--night-850); border: 1px solid var(--night-700); }
.step__n {
  display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,149,0,.12); border: 1px solid rgba(255,149,0,.4);
  color: var(--sodium-300); font: 700 1rem var(--f-body); margin-bottom: 12px;
}
.step h3 { margin: 0 0 8px; font: 400 1.15rem/1.2 var(--f-display); text-transform: uppercase; letter-spacing: .03em; }
.step p { margin: 0; color: var(--frost-dim); font-size: .95rem; }
.pending {
  padding: 10px 12px; border: 1px dashed rgba(139,151,171,.45); border-radius: 10px;
  font-style: italic; color: var(--frost-dim); font-size: .9rem;
}

/* ---------- reviews ---------- */
.carousel { max-width: 860px; margin-inline: auto; text-align: center; }
.carousel__view {
  overflow: hidden; border-radius: var(--r); border: 1px solid var(--night-700);
  background: var(--night-850);
}
.carousel__track { list-style: none; margin: 0; padding: 0; display: flex; align-items: stretch; transition: transform .7s var(--ease); }
.slide { flex: 0 0 100%; padding: clamp(26px, 5vw, 48px); display: flex; flex-direction: column; justify-content: center; }
.slide__q { font-size: clamp(1.02rem, 2vw, 1.22rem); line-height: 1.65; margin: 0 0 1rem; }
.slide__w { margin: 0; font-size: .88rem; color: var(--frost-dim); }
.slide__w span { color: var(--sodium-500); letter-spacing: .12em; margin-right: .5rem; }
.carousel__ctrl { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 1.2rem; }
.cbtn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--night-700); background: var(--night-850); cursor: pointer; transition: border-color .25s; }
.cbtn:hover { border-color: var(--sodium-500); }
.carousel__dots { display: flex; gap: 2px; }
.carousel__dots button { width: 30px; height: 44px; border: 0; background: none; cursor: pointer; display: grid; place-items: center; padding: 0; }
.carousel__dots button::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--night-700); transition: background-color .3s, transform .3s var(--ease); }
.carousel__dots button[aria-current="true"]::before { background: var(--sodium-500); transform: scale(1.5); }
.carousel__more { margin-top: 1.2rem; }
.carousel__more a { color: var(--sodium-300); }

/* ---------- book ---------- */
.book__grid { display: grid; gap: 2.5rem; }
@media (min-width: 980px) { .book__grid { grid-template-columns: 5fr 6fr; align-items: start; } }
.quiet { margin: 1.8rem 0; padding: 20px 22px; border-radius: var(--r); background: var(--night-850); border: 1px solid var(--night-700); }
.quiet h3 { margin: 0 0 4px; font: 400 1.15rem var(--f-display); text-transform: uppercase; letter-spacing: .03em; color: var(--sodium-300); }
.quiet p { margin: 0 0 12px; font-size: .92rem; color: var(--frost-dim); }
.quiet__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.quiet__list li { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--night-700); font-size: .95rem; }
.quiet__list li:last-child { border-bottom: 0; color: var(--frost-dim); }
.book__alt a { color: var(--sodium-300); font-weight: 700; }
.form {
  padding: clamp(20px, 4vw, 32px); border-radius: var(--r);
  background: var(--night-850); border: 1px solid var(--night-700);
  display: grid; gap: 14px; box-shadow: 0 40px 90px -50px rgba(255,149,0,.5);
}
.row { display: grid; gap: 14px; }
@media (min-width: 620px) { .row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 6px; }
.field > span { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--frost-dim); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: .85rem 1rem; border-radius: 11px;
  background: var(--night-950); border: 1px solid var(--night-700); color: var(--frost);
  transition: border-color .25s, box-shadow .25s;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--frost-dimmer); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--sodium-500); box-shadow: 0 0 0 4px rgba(255,149,0,.15);
}
.field [aria-invalid="true"] { border-color: #ff6b6b; }
.form .btn { justify-self: start; }
.form__status { margin: 0; min-height: 1.4em; color: #ffb4b4; font-size: .93rem; }
.form__status.ok { color: var(--signal-300); }
.form__handoff { padding: 16px; border-radius: 12px; border: 1px solid rgba(255,149,0,.4); background: rgba(255,149,0,.07); }
.form__handoff p { margin: 0 0 12px; }
.form__hbtns { display: flex; flex-wrap: wrap; gap: 8px; }

/* ---------- visit ---------- */
.visit__grid { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 940px) { .visit__grid { grid-template-columns: 5fr 6fr; } }
.unit { font-size: 1.15rem; margin-bottom: .4rem; }
.unit__note { color: var(--frost-dim); font-size: .95rem; margin-bottom: 1.6rem; }
.hours { width: 100%; border-collapse: collapse; margin-bottom: 1.6rem; }
.hours th, .hours td { padding: 11px 6px; border-bottom: 1px solid var(--night-700); text-align: left; font-weight: 400; }
.hours th { color: var(--frost-dim); font-weight: 500; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; }
.hours tr.is-today { background: rgba(255,149,0,.08); }
.hours tr.is-today th { color: var(--sodium-300); font-weight: 700; }
.hours tr.is-today td { color: var(--sodium-300); font-weight: 700; }
.hours tr.is-today th::after { content: " · today"; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.visit__meta { list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: 10px; }
.visit__meta li { display: flex; gap: 14px; align-items: baseline; }
.visit__meta b { flex: 0 0 74px; font: 700 .72rem var(--f-body); letter-spacing: .15em; text-transform: uppercase; color: var(--frost-dimmer); }
.visit__meta a { color: var(--sodium-300); font-weight: 700; text-decoration: none; }
.map { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid var(--night-700); aspect-ratio: 4 / 3; }
/* Covers the embed's Map/Satellite toggle: the dark invert suits the road map but
   turns satellite imagery into a photo negative, so the map stays in map view. */
.map__stamp {
  position: absolute; left: 0; bottom: 0; width: 62px; height: 66px; z-index: 2;
  display: grid; place-items: center; background: rgba(7,10,18,.94);
  border-top-right-radius: 16px; border-top: 1px solid var(--night-700); border-right: 1px solid var(--night-700);
}
.map iframe { width: 100%; height: 100%; border: 0; filter: invert(.92) hue-rotate(185deg) saturate(.75) brightness(.95); }

/* ---------- footer + call bar ---------- */
.foot { position: relative; z-index: 1; border-top: 1px solid var(--night-700); padding: 48px 0 120px; background: var(--night-900); }
.foot__grid { display: grid; gap: 2rem; }
@media (min-width: 760px) { .foot__grid { grid-template-columns: repeat(3, 1fr); } .foot { padding-bottom: 48px; } }
.foot b { display: block; font: 400 1rem var(--f-display); text-transform: uppercase; letter-spacing: .05em; color: var(--sodium-300); margin-bottom: 6px; }
.foot__dim { color: var(--frost-dim); font-size: .94rem; margin: 0; }
.foot__dim a { color: var(--frost); font-weight: 700; text-decoration: none; }
.foot__legal { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--night-700); font-size: .82rem; color: var(--frost-dimmer); }

.callbar {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; border-radius: 14px; text-decoration: none;
  background: var(--grad-amber); color: #1a1000; font-weight: 700;
  box-shadow: 0 14px 40px -12px rgba(255,149,0,.75);
  transform: translateY(0); transition: transform .4s var(--ease);
}
.callbar.is-hidden { transform: translateY(140%); }
@media (min-width: 900px) { .callbar { display: none; } }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; transition-delay: 0s !important;
  }
  .reveal, .reveal-load { opacity: 1 !important; transform: none !important; }
  .bar::after { transform: scaleX(1) !important; }
  .lamp { display: none; }
  .card:hover, .btn { transform: none !important; }
  .status__dot, .bigstatus__dot { animation: none !important; }
}

/* Anton has no bold weight — avoid the browser synthesising one. */
.story__line--big strong, .hero__h1 strong { font-weight: 400; color: var(--sodium-300); }
