/* Ridgelume Heating & Air — sample by Lampwright. Dark cinematic premium. */
@font-face {
  font-family: "Inter Tight";
  src: url(fonts/inter-tight-latin-wght-normal.woff2) format("woff2");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url(fonts/jetbrains-mono-latin-wght-normal.woff2) format("woff2");
  font-weight: 100 800; font-style: normal; font-display: swap;
}

:root {
  --bg: #05070a;
  --bg-2: #0a0e14;
  --ink: #eef3f8;
  --ink-2: #b9c3cf;
  --muted: #7d8896;
  --line: rgba(255,255,255,.08);
  --line-2: rgba(255,255,255,.14);
  --glass: rgba(16,21,29,.62);
  --glass-2: rgba(255,255,255,.04);
  --ice: #8be4ff;
  --ice-2: #4cc9f0;
  --ice-ink: #031018;
  --warm: #ffb86b;
  --r: 18px;
  --r-lg: 26px;
  --wrap: 1200px;
  --sans: "Inter Tight", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -.035em; line-height: 1.02; }
p { margin: 0; }
.wrap { width: min(var(--wrap), 100% - 48px); margin-inline: auto; }
.mono { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; font-weight: 500; }
.muted { color: var(--muted); }
.grad {
  background: linear-gradient(100deg, #fff 0%, var(--ice) 45%, #d7f6ff 70%, var(--ice-2) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 200% 100%; animation: sheen 9s ease-in-out infinite alternate;
}
@keyframes sheen { to { background-position: 100% 0; } }

/* ---- sample banner (must stay visible) ---- */
.sample-banner {
  position: relative; z-index: 60;
  background: #0f1620; color: #dbe6f0; border-bottom: 1px solid var(--line-2);
  font: 500 13px/1.5 var(--sans); padding: 9px 20px; text-align: center;
}
.sample-banner strong { color: var(--ice); font-weight: 650; }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 48px; padding: 0 22px; border-radius: 999px;
  font: 600 15px/1 var(--sans); letter-spacing: -.01em; text-decoration: none;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.btn-ice {
  background: linear-gradient(180deg, #b6efff, var(--ice)); color: var(--ice-ink);
  box-shadow: 0 0 0 1px rgba(139,228,255,.5), 0 10px 40px -8px rgba(76,201,240,.55), inset 0 1px 0 rgba(255,255,255,.6);
}
.btn-ice:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(139,228,255,.8), 0 16px 50px -8px rgba(76,201,240,.75), inset 0 1px 0 rgba(255,255,255,.6); }
.btn-glass {
  background: rgba(255,255,255,.06); color: var(--ink); border-color: var(--line-2);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.btn-glass:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.28); transform: translateY(-2px); }
.btn-sm { min-height: 40px; padding: 0 18px; font-size: 14px; }
.btn-lg { min-height: 56px; padding: 0 28px; font-size: 16px; }
.btn-block { width: 100%; }
.btn:focus-visible, a:focus-visible, .chip input:focus-visible + span, .day input:focus-visible + span, .slot input:focus-visible + span {
  outline: 2px solid var(--ice); outline-offset: 3px;
}

/* ---- header ---- */
.top {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5,7,10,.55); border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: saturate(160%) blur(18px); backdrop-filter: saturate(160%) blur(18px);
}
.top-row { display: flex; align-items: center; gap: 28px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; color: var(--ice); filter: drop-shadow(0 0 10px rgba(139,228,255,.45)); }
.brand-name { display: flex; flex-direction: column; font-weight: 650; font-size: 18px; letter-spacing: -.03em; line-height: 1.05; }
.brand-sub { font: 500 10.5px/1.3 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { color: var(--ink-2); text-decoration: none; font-size: 14.5px; font-weight: 500; transition: color .2s; }
.nav a:hover { color: var(--ink); }

/* ---- hero ---- */
.hero { position: relative; isolation: isolate; overflow: hidden; padding: 120px 0 0; min-height: clamp(680px, 92vh, 940px); display: flex; flex-direction: column; }
.hero-photo {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(180deg, rgba(5,7,10,.55) 0%, rgba(5,7,10,.25) 30%, rgba(5,7,10,.7) 72%, var(--bg) 100%),
    linear-gradient(90deg, rgba(5,7,10,.88) 0%, rgba(5,7,10,.35) 55%, rgba(5,7,10,.2) 100%),
    url(photos/hero-home-dusk.jpg) center 40% / cover no-repeat;
  animation: drift 28s ease-in-out infinite alternate;
  transform-origin: 60% 50%;
}
@keyframes drift { from { transform: scale(1.02); } to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); } }
.hero-grain {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60% 50% at 78% 38%, rgba(139,228,255,.14), transparent 70%),
    radial-gradient(40% 40% at 12% 90%, rgba(255,184,107,.08), transparent 70%);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; flex: 1; padding-bottom: 96px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font: 500 12px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2);
  padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 999px; background: rgba(5,7,10,.45);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 12px var(--ice); }
.hero h1 { margin-top: 26px; font-size: clamp(46px, 7.2vw, 104px); font-weight: 650; letter-spacing: -.045em; line-height: .94; }
.lede { margin-top: 26px; max-width: 34em; font-size: clamp(17px, 1.5vw, 20px); color: var(--ink-2); line-height: 1.55; }
.hero-cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { margin: 44px 0 0; display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--line-2); max-width: 560px; }
.hero-facts div { flex: 1 1 0; min-width: 140px; padding: 16px 20px 0 0; }
.hero-facts div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.hero-facts dt { font: 500 11px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.hero-facts dd { margin: 6px 0 0; font-size: 22px; font-weight: 600; letter-spacing: -.03em; }

/* ---- glass panels ---- */
.panel {
  position: relative; border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(22,28,38,.72), rgba(10,14,20,.78));
  border: 1px solid var(--line-2);
  box-shadow: 0 40px 120px -30px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.07);
  -webkit-backdrop-filter: blur(22px) saturate(140%); backdrop-filter: blur(22px) saturate(140%);
}
.panel::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none;
  padding: 1px; background: linear-gradient(140deg, rgba(139,228,255,.55), transparent 35%, transparent 70%, rgba(139,228,255,.18));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.panel-title { font-weight: 600; font-size: 17px; letter-spacing: -.02em; }
.pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 5px 11px; border-radius: 999px;
  font: 500 11px/1.3 var(--mono); letter-spacing: .06em; text-transform: uppercase;
  color: var(--ice); background: rgba(139,228,255,.08); border: 1px solid rgba(139,228,255,.25);
}
.pulse { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 0 rgba(139,228,255,.6); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(139,228,255,.55); } 80%, 100% { box-shadow: 0 0 0 9px rgba(139,228,255,0); } }

/* booking */
.booking { padding: 26px; display: grid; gap: 22px; animation: rise 1s cubic-bezier(.2,.7,.2,1) .15s both; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.booking fieldset { border: 0; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--line); min-width: 0; }
.booking legend { float: left; width: 100%; padding: 0; margin-bottom: 12px; color: var(--muted); font-size: 11px; }
.chips, .days, .slots { clear: both; display: flex; flex-wrap: wrap; gap: 8px; }
.chip, .day, .slot { position: relative; cursor: pointer; }
.chip input, .day input, .slot input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.chip span, .slot span {
  display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border-radius: 10px;
  border: 1px solid var(--line-2); background: var(--glass-2); color: var(--ink-2); font-size: 14px; font-weight: 500;
  transition: all .2s ease;
}
.days { display: grid; grid-template-columns: repeat(5, 1fr); }
.day span {
  display: flex; flex-direction: column; align-items: center; justify-content: center; height: 62px; border-radius: 12px;
  border: 1px solid var(--line-2); background: var(--glass-2); font-size: 20px; font-weight: 600; letter-spacing: -.02em;
  transition: all .2s ease;
}
.day small { font: 500 10px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.slots { display: grid; grid-template-columns: repeat(2, 1fr); }
.slot span { width: 100%; justify-content: center; }
.chip:hover span, .day:hover span, .slot:hover span { border-color: rgba(255,255,255,.3); color: var(--ink); }
.chip input:checked + span, .slot input:checked + span, .day input:checked + span {
  background: rgba(139,228,255,.12); border-color: var(--ice); color: #fff;
  box-shadow: 0 0 0 3px rgba(139,228,255,.12), 0 0 24px -6px rgba(139,228,255,.6);
}
.day input:checked + span small { color: var(--ice); }
.slot.is-full span { opacity: .4; text-decoration: line-through; cursor: not-allowed; }
.summary { display: flex; align-items: center; gap: 16px; padding-top: 20px; border-top: 1px solid var(--line); }
.summary > div { display: flex; flex-direction: column; flex: none; }
.summary .mono { font-size: 10.5px; }
.summary strong { font-size: 30px; font-weight: 650; letter-spacing: -.04em; line-height: 1.1; }
.summary .btn { flex: 1; }
.fine { font-size: 13px; color: var(--muted); margin-top: -8px; }

/* ticker */
.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; background: rgba(5,7,10,.6); -webkit-mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.ticker-track { display: flex; width: max-content; animation: tick 40s linear infinite; }
.ticker-track span { font: 500 13px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); padding: 22px 28px; display: inline-flex; align-items: center; gap: 28px; }
.ticker-track span::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--ice); opacity: .7; margin-left: 28px; }
@keyframes tick { to { transform: translateX(-50%); } }

/* ---- sections ---- */
.section { padding: 140px 0; position: relative; }
.section-tight { padding: 110px 0; }
.sec-head { max-width: 640px; margin-bottom: 64px; }
.sec-head-center { margin-inline: auto; text-align: center; }
.kicker { color: var(--ice); margin-bottom: 18px; }
.sec-head h2, .band h2, .cta h2, .hours h2 { font-size: clamp(38px, 5vw, 68px); letter-spacing: -.042em; line-height: .98; }
.sec-lede { margin-top: 22px; color: var(--ink-2); font-size: 18px; max-width: 36em; }
.sec-head-center .sec-lede { margin-inline: auto; }

/* bento */
.bento { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(300px, auto); gap: 16px; }
.card {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  background: var(--bg-2); border: 1px solid var(--line);
  display: flex; flex-direction: column; justify-content: flex-end; min-height: 320px;
  transition: translate .45s cubic-bezier(.2,.7,.2,1), border-color .3s;
}
.card:hover { translate: 0 -4px; border-color: rgba(139,228,255,.35); }
.card-tall { grid-row: span 2; }
.card-wide { grid-column: span 2; }
.card-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) brightness(.8); transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .6s; }
.card-photo:hover img { transform: scale(1.05); filter: saturate(.95) brightness(.9); }
.card-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,7,10,0) 25%, rgba(5,7,10,.55) 55%, rgba(5,7,10,.96) 100%); }
.card-body { position: relative; z-index: 1; padding: 28px; }
.tag { display: inline-block; font-size: 10.5px; color: var(--ice); padding: 5px 10px; border: 1px solid rgba(139,228,255,.3); border-radius: 999px; background: rgba(5,7,10,.5); margin-bottom: 14px; }
.card h3 { font-size: 28px; letter-spacing: -.04em; }
.card p { margin-top: 10px; color: var(--ink-2); font-size: 15.5px; max-width: 32em; }

/* diagnostic cta card */
.card-cta { min-height: 0; justify-content: center; background: radial-gradient(80% 120% at 100% 100%, rgba(76,201,240,.16), transparent 60%), linear-gradient(180deg, rgba(139,228,255,.05), rgba(255,255,255,.01)); border-color: rgba(139,228,255,.22); }
.card-cta .card-body { padding: 36px; }
.card-cta h3 { font-size: 34px; }
.card-cta .btn-glass { background: #0e141c; }
.card-cta-row { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.card-cta-art { position: absolute; right: 0; bottom: 0; width: 46%; height: auto; pointer-events: none; opacity: .9; }

/* css thermostat dial */
.card-dial { justify-content: space-between; background: radial-gradient(90% 70% at 50% 20%, rgba(255,184,107,.10), transparent 70%), var(--bg-2); }
.dial { position: relative; width: 190px; aspect-ratio: 1; margin: 34px auto 0; }
.dial-ring {
  position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 225deg, var(--warm) 0deg, #ff8a5c 170deg, rgba(255,255,255,.07) 170deg 270deg, transparent 270deg);
  -webkit-mask: radial-gradient(closest-side, transparent 80%, #000 81%); mask: radial-gradient(closest-side, transparent 80%, #000 81%);
  filter: drop-shadow(0 0 18px rgba(255,160,90,.45));
}
.dial-face {
  position: absolute; inset: 14%; border-radius: 50%;
  background: radial-gradient(circle at 50% 30%, #1a212c, #07090d 70%);
  border: 1px solid var(--line-2); display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: inset 0 2px 10px rgba(255,255,255,.05), 0 20px 40px -10px rgba(0,0,0,.8);
}
.dial-mode { font-size: 9.5px; color: var(--warm); }
.dial-temp { font-size: 52px; font-weight: 600; letter-spacing: -.05em; line-height: 1; margin: 4px 0; }
.dial-temp sup { font-size: .45em; vertical-align: top; position: relative; top: .25em; color: var(--muted); }
.dial-now { font-size: 9.5px; color: var(--muted); }

/* prices */
.price-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.price-grid .sec-head { margin-bottom: 0; position: sticky; top: 110px; }
.price-grid .sec-head .btn { margin-top: 30px; }
.price-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-2); }
.price-list li { display: flex; align-items: baseline; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); transition: padding .3s ease, background .3s ease; }
.price-list li:hover { padding-left: 12px; background: linear-gradient(90deg, rgba(139,228,255,.06), transparent 60%); }
.p-name { font-size: 19px; font-weight: 550; letter-spacing: -.02em; display: flex; flex-direction: column; }
.p-name small { font-size: 14px; font-weight: 400; color: var(--muted); letter-spacing: 0; margin-top: 3px; }
.p-dots { flex: 1; border-bottom: 1px dashed rgba(255,255,255,.12); transform: translateY(-6px); min-width: 20px; }
.p-amt { font: 500 17px/1 var(--mono); color: var(--ice); white-space: nowrap; }

/* plans */
.plans-sec { overflow: hidden; }
.glow { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(80px); }
.glow-a { width: 700px; height: 500px; left: 50%; top: 20%; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(76,201,240,.16), transparent); }
.plans-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
.plan-cards { display: grid; gap: 14px; }
.plan {
  position: relative; padding: 26px 28px; border-radius: var(--r);
  background: rgba(255,255,255,.025); border: 1px solid var(--line);
  transition: border-color .3s, background .3s;
}
.plan:hover { border-color: var(--line-2); background: rgba(255,255,255,.04); }
.plan-feature { background: linear-gradient(180deg, rgba(139,228,255,.08), rgba(139,228,255,.02)); border-color: rgba(139,228,255,.35); }
.plan-flag { position: absolute; top: -11px; right: 22px; font-size: 10px; background: var(--ice); color: var(--ice-ink); padding: 4px 10px; border-radius: 999px; font-weight: 600; }
.plan-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.plan h3 { font-size: 24px; letter-spacing: -.035em; }
.plan-price { color: var(--muted); font-size: 15px; }
.plan-price span { font-size: 34px; font-weight: 650; color: var(--ink); letter-spacing: -.04em; }
.plan-for { color: var(--ink-2); font-size: 15px; margin-top: 4px; }
.plan ul { list-style: none; margin: 16px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; }
.plan li { position: relative; padding-left: 20px; font-size: 14.5px; color: var(--ink-2); line-height: 1.45; }
.plan li::before { content: ""; position: absolute; left: 0; top: .5em; width: 10px; height: 6px; border-left: 1.5px solid var(--ice); border-bottom: 1.5px solid var(--ice); transform: rotate(-45deg); }

.dash { padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.dash-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dash-card { padding: 18px; border-radius: 14px; background: rgba(255,255,255,.03); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.dash-card .mono { font-size: 10.5px; }
.dash-card strong { font-size: 26px; font-weight: 600; letter-spacing: -.04em; }
.dash-card > span:last-child { font-size: 13.5px; }
.meter { display: block; height: 6px; border-radius: 99px; background: rgba(255,255,255,.07); overflow: hidden; margin-top: 10px; }
.meter span { display: block; height: 100%; width: var(--v); border-radius: inherit; background: linear-gradient(90deg, var(--ice-2), var(--ice)); box-shadow: 0 0 12px var(--ice); }
.dash-systems { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.sys { display: flex; align-items: center; gap: 14px; padding: 14px 16px; }
.sys + .sys { border-top: 1px solid var(--line); }
.sys > span:nth-child(2) { flex: 1; display: flex; flex-direction: column; font-weight: 550; font-size: 15px; }
.sys small { font-weight: 400; color: var(--muted); font-size: 13px; }
.sys-ic { width: 34px; height: 34px; border-radius: 10px; flex: none; border: 1px solid var(--line-2); position: relative; }
.sys-ic::after { content: ""; position: absolute; inset: 10px; border-radius: 50%; }
.sys-ic.heat { background: rgba(255,184,107,.1); } .sys-ic.heat::after { background: var(--warm); box-shadow: 0 0 10px var(--warm); }
.sys-ic.cool { background: rgba(139,228,255,.1); } .sys-ic.cool::after { background: var(--ice); box-shadow: 0 0 10px var(--ice); }
.sys-ic.air { background: rgba(255,255,255,.05); } .sys-ic.air::after { border: 2px solid var(--ink-2); }
.sys-state { font: 600 11px/1 var(--mono); letter-spacing: .08em; padding: 6px 9px; border-radius: 8px; color: #7ff0c3; background: rgba(127,240,195,.1); }
.sys-due { color: var(--warm); background: rgba(255,184,107,.12); }
.dash-foot .mono { font-size: 10.5px; }
.history { list-style: none; margin: 10px 0 0; padding: 0; }
.history li { display: flex; gap: 14px; font-size: 14px; color: var(--ink-2); padding: 9px 0; border-top: 1px solid var(--line); }
.history li span { font: 500 12px/1.6 var(--mono); color: var(--muted); width: 52px; flex: none; }

/* band */
.band { position: relative; isolation: isolate; overflow: hidden; padding: 180px 0 140px; }
.band-photo {
  position: absolute; inset: -8% 0; z-index: -1;
  background:
    linear-gradient(180deg, var(--bg) 6%, rgba(5,7,10,.35) 32%, rgba(5,7,10,.5) 62%, var(--bg) 90%),
    url(photos/valley-night.jpg) center / cover no-repeat;
}
.band h2 { max-width: 15em; }
.season { list-style: none; margin: 80px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-2); }
.season li { padding: 26px 26px 0 0; }
.season li + li { padding-left: 26px; border-left: 1px solid var(--line); }
.season .mono { color: var(--ice); font-size: 11.5px; }
.season strong { display: block; margin-top: 12px; font-size: 21px; font-weight: 600; letter-spacing: -.03em; }
.season p { margin-top: 8px; color: var(--ink-2); font-size: 15px; }

/* steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { position: relative; padding: 30px 26px 34px; border-radius: var(--r); border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.005)); overflow: hidden; }
.step::after { content: ""; position: absolute; left: 26px; right: 26px; top: 0; height: 1px; background: linear-gradient(90deg, var(--ice), transparent); opacity: .7; }
.step-n { display: block; color: var(--ice); font-size: 13px; }
.step h3 { margin-top: 56px; font-size: 26px; letter-spacing: -.04em; }
.step p { margin-top: 12px; color: var(--ink-2); font-size: 15.5px; }

/* visit */
.visit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 16px; }
.hours { padding: 36px; }
.hours h2 { font-size: clamp(32px, 3.6vw, 46px); }
.hours-list { margin: 30px 0 0; }
.hours-list div { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-top: 1px solid var(--line); }
.hours-list dt { color: var(--ink-2); }
.hours-list dd { margin: 0; font-family: var(--mono); font-size: 14.5px; }
.addr { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line-2); }
.addr .mono { font-size: 10.5px; }
.addr p { margin-top: 6px; font-size: 18px; font-weight: 550; letter-spacing: -.02em; }
.addr p.muted { font-size: 14.5px; font-weight: 400; letter-spacing: 0; }
.area { overflow: hidden; display: flex; flex-direction: column; }
.map { width: 100%; height: auto; display: block; flex: 1; }
.area-copy { padding: 0 36px 36px; }
.area-copy p:last-child { color: var(--ink-2); max-width: 34em; }

/* cta */
.cta { position: relative; isolation: isolate; overflow: hidden; padding: 190px 0 170px; text-align: center; }
.cta-photo {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 60% at 50% 60%, rgba(5,7,10,.2), rgba(5,7,10,.85)),
    linear-gradient(180deg, var(--bg) 0%, rgba(5,7,10,.3) 35%, rgba(5,7,10,.4) 70%, var(--bg) 100%),
    url(photos/peaks-stars.jpg) center 40% / cover no-repeat;
}
.cta h2 { font-size: clamp(46px, 7.5vw, 110px); letter-spacing: -.045em; }
.cta .sec-lede { margin-inline: auto; }
.cta-actions { margin-top: 40px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

/* footer */
.foot { border-top: 1px solid var(--line); padding: 64px 0 40px; background: var(--bg); }
.foot-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.foot-addr { margin-top: 18px; font-size: 14.5px; line-height: 1.7; }
.foot-addr a { color: var(--ink-2); text-decoration: none; }
.foot-addr a:hover { color: var(--ice); }
.foot-nav { display: grid; grid-template-columns: repeat(3, auto); gap: 10px 36px; align-content: start; }
.foot-nav a { color: var(--ink-2); text-decoration: none; font-size: 14.5px; }
.foot-nav a:hover { color: var(--ice); }
.foot-note { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); }
.foot-note p { font-size: 13px; color: var(--muted); max-width: 60em; }

/* scroll reveal — progressive */
@supports (animation-timeline: view()) {
  .reveal {
    animation: reveal linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 55%;
  }
  @keyframes reveal { from { opacity: 0; transform: translateY(36px); } to { opacity: 1; transform: none; } }
  .band-photo { animation: parallax linear both; animation-timeline: view(); animation-range: cover; }
  @keyframes parallax { from { transform: translateY(-5%); } to { transform: translateY(5%); } }
}

/* ---- responsive ---- */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .booking { max-width: 560px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .card-tall { grid-row: span 1; }
  .card-wide { grid-column: span 2; }
  .price-grid, .plans-grid, .visit-grid { grid-template-columns: 1fr; gap: 48px; }
  .price-grid .sec-head { position: static; }
  .plans-grid { gap: 20px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .season { grid-template-columns: 1fr 1fr; }
  .season li:nth-child(3) { border-left: 0; padding-left: 0; }
  .season li:nth-child(n+3) { margin-top: 26px; border-top: 1px solid var(--line); }
}
@media (max-width: 760px) {
  .nav { display: none; }
  .top-row { height: 60px; justify-content: space-between; }
  .brand-mark { width: 30px; height: 30px; }
  .brand-name { font-size: 16px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 32px); }
  .hero { padding-top: 56px; min-height: 0; }
  .hero-photo { background-position: 62% 40%; }
  .hero h1 { font-size: clamp(42px, 12.5vw, 56px); }
  .eyebrow { font-size: 10.5px; letter-spacing: .06em; padding: 7px 12px; }
  .hero-cta .btn { flex: 1 1 auto; }
  .hero-facts div { min-width: 0; padding-right: 10px; }
  .hero-facts div + div { padding-left: 12px; }
  .hero-facts dd { font-size: 17px; }
  .hero-facts dt { font-size: 9.5px; letter-spacing: .06em; }
  .hero-grid { padding-bottom: 64px; }
  .booking { padding: 20px; gap: 18px; }
  .day span { height: 56px; font-size: 18px; }
  .summary { flex-direction: column; align-items: stretch; gap: 12px; }
  .summary > div { flex-direction: row; justify-content: space-between; align-items: baseline; }
  .section { padding: 96px 0; }
  .section-tight { padding: 80px 0; }
  .sec-head { margin-bottom: 44px; }
  .sec-lede { font-size: 16.5px; }
  .bento { grid-template-columns: 1fr; }
  .card-wide { grid-column: auto; }
  .card-cta .card-body { padding: 26px 22px; }
  .card-cta h3 { font-size: 27px; }
  .card-cta-row .btn { flex: 1 1 auto; }
  .card-cta-art { width: 100%; opacity: .5; }
  .card { min-height: 380px; }
  .card-dial { min-height: 0; }
  .card-body { padding: 24px; }
  .card h3 { font-size: 25px; }
  .p-name { font-size: 17px; }
  .p-name small { font-size: 13px; }
  .p-amt { font-size: 15px; }
  .plan { padding: 24px 20px; }
  .plan ul { grid-template-columns: 1fr; }
  .dash { padding: 18px; }
  .dash-card strong { font-size: 22px; }
  .band { padding: 120px 0 96px; }
  .season { grid-template-columns: 1fr; margin-top: 56px; }
  .season li, .season li + li { padding: 22px 0 0; border-left: 0; }
  .season li + li { margin-top: 22px; border-top: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr; }
  .step h3 { margin-top: 28px; }
  .hours { padding: 26px 22px; }
  .area-copy { padding: 0 22px 26px; }
  .cta { padding: 130px 0 120px; }
  .cta-actions .btn { width: 100%; }
  .btn-lg { font-size: 15px; padding: 0 18px; }
  .foot-nav { grid-template-columns: repeat(2, auto); }
  .sample-banner { font-size: 12px; padding: 8px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
