/* ==========================================================================
   RiverHills Christmas Lights — site styles
   Direction: "Dusk on the Hill Country"
   Single committed visual world. Every color painted explicitly.
   ========================================================================== */

/* --- Self-hosted webfonts (no third-party request, faster first paint) --- */
@font-face{
  font-family:"Fraunces";
  src:url("../fonts/fraunces-var.woff2") format("woff2-variations");
  font-weight:100 900;
  font-display:swap;
  font-style:normal;
}
@font-face{
  font-family:"Karla";
  src:url("../fonts/karla-var.woff2") format("woff2-variations");
  font-weight:200 800;
  font-display:swap;
  font-style:normal;
}

:root{
  /* --- Ground & ink --------------------------------------------------- */
  --night:      #0A1526;   /* deep dusk sky */
  --night-2:    #102338;   /* raised dark surface */
  --night-3:    #17304a;   /* dark hairlines */
  --limestone:  #F3F1EC;   /* light ground, cool-shifted */
  --limestone-2:#FBFAF7;   /* raised light surface */
  --ink:        #16202E;   /* near-black, blue bias */
  --ink-soft:   #4A5768;   /* body grey, blue bias */
  --ink-faint:  #8A93A1;

  /* --- Brand ---------------------------------------------------------- */
  --brand:      #1D4FA5;   /* RiverHills blue (logo mark) */
  --brand-deep: #143A7C;
  --brand-lift: #3E77D6;

  /* --- Accent: the C9 bulb -------------------------------------------- */
  --glow:       #F2C14E;
  --glow-soft:  #FFE2A6;
  --glow-deep:  #C99320;

  /* --- Supporting ------------------------------------------------------ */
  --cedar:      #2E5E4E;
  --cranberry:  #9E2B2B;

  /* --- Type ------------------------------------------------------------ */
  --display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --body: "Karla", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

  /* --- Scale ----------------------------------------------------------- */
  --measure: 1140px;
  --measure-narrow: 720px;
  --r: 4px;
  --shadow-lift: 0 1px 2px rgba(10,21,38,.06), 0 12px 32px -12px rgba(10,21,38,.18);
  --shadow-deep: 0 2px 4px rgba(10,21,38,.10), 0 28px 60px -20px rgba(10,21,38,.35);
}

/* ==========================================================================
   Reset & base
   ========================================================================== */

*,*::before,*::after{ box-sizing:border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } }

body{
  margin:0;
  background:var(--limestone);
  color:var(--ink);
  font-family:var(--body);
  font-size:17.5px;
  line-height:1.65;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

img{ max-width:100%; height:auto; display:block; }
a{ color:var(--brand); text-decoration-thickness:1px; text-underline-offset:3px; }

h1,h2,h3,h4{
  font-family:var(--display);
  font-variation-settings:"SOFT" 40, "WONK" 0, "opsz" 40;
  font-weight:600;
  line-height:1.12;
  letter-spacing:-0.012em;
  text-wrap:balance;
  margin:0;
  color:var(--ink);
}
h1{ font-size:clamp(2.4rem, 1.5rem + 3.8vw, 4.1rem); font-variation-settings:"SOFT" 45,"WONK" 0,"opsz" 144; }
h2{ font-size:clamp(1.85rem, 1.3rem + 2.2vw, 2.85rem); }
h3{ font-size:clamp(1.2rem, 1.05rem + .6vw, 1.45rem); line-height:1.25; letter-spacing:-0.006em; }
h4{ font-size:1.05rem; line-height:1.3; }
p{ margin:0; }

.lede{ font-size:clamp(1.08rem, 1rem + .45vw, 1.3rem); line-height:1.6; color:var(--ink-soft); }
.prose{ max-width:65ch; display:flex; flex-direction:column; gap:1.1em; }
.prose p{ color:var(--ink-soft); }
.prose strong{ color:var(--ink); font-weight:700; }
.prose ul{ margin:0; padding-left:1.15rem; display:flex; flex-direction:column; gap:.5rem; color:var(--ink-soft); }
.prose h3{ margin-top:.6em; }

::selection{ background:var(--glow-soft); color:var(--ink); }
:focus-visible{ outline:3px solid var(--glow); outline-offset:3px; border-radius:2px; }

/* ==========================================================================
   Layout primitives
   ========================================================================== */

.wrap{ width:100%; max-width:var(--measure); margin-inline:auto; padding-inline:clamp(1.15rem, 4vw, 2.5rem); }
.band{ padding-block:clamp(3.5rem, 2rem + 6vw, 6.5rem); }
.band--tight{ padding-block:clamp(2.5rem, 1.5rem + 4vw, 4.25rem); }

.band--light{ background:var(--limestone); color:var(--ink); }
.band--raised{ background:var(--limestone-2); color:var(--ink); border-block:1px solid rgba(22,32,46,.08); }
.band--night{ background:var(--night); color:#DDE4EE; }
.band--night h2,.band--night h3,.band--night h4{ color:#FBFAF7; }
.band--night p{ color:#AEBACB; }
.band--night .lede{ color:#C4CEDC; }
.band--night .prose p,.band--night .prose ul{ color:#AEBACB; }
.band--night .prose strong{ color:#FBFAF7; }

.stack{ display:flex; flex-direction:column; }
.gap-xs{ gap:.5rem; } .gap-s{ gap:.9rem; } .gap-m{ gap:1.5rem; }
.gap-l{ gap:2.25rem; } .gap-xl{ gap:3.25rem; }

.grid{ display:grid; gap:clamp(1.25rem,2.5vw,2rem); }
.g-2{ grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr)); }
.g-3{ grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr)); }
.g-4{ grid-template-columns:repeat(auto-fit,minmax(min(215px,100%),1fr)); }

/* ==========================================================================
   Signature device: the bulb string
   A hairline punctuated by glowing nodes — C9 bulbs clipped along a roofline.
   ========================================================================== */

.bulbs{
  --bulb: var(--glow);
  height:11px;
  border:0;
  margin:0;
  background:
    radial-gradient(circle at 9px 50%, var(--bulb) 0 2.6px, rgba(242,193,78,.28) 2.6px 6px, transparent 6px) repeat-x left center / 26px 11px,
    linear-gradient(to right, currentColor, currentColor) repeat-x left center / 100% 1px;
  color:rgba(22,32,46,.14);
  opacity:.95;
}
.band--night .bulbs{ color:rgba(255,255,255,.16); }
.bulbs--short{ width:110px; }

/* ==========================================================================
   Eyebrow label
   ========================================================================== */

.eyebrow{
  font-family:var(--body);
  font-size:.735rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--glow-deep);
  display:flex;
  align-items:center;
  gap:.7rem;
}
.eyebrow::after{
  content:""; flex:0 0 42px; height:1px;
  background:linear-gradient(to right, var(--glow-deep), transparent);
}
.band--night .eyebrow{ color:var(--glow); }
.band--night .eyebrow::after{ background:linear-gradient(to right, var(--glow), transparent); }

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.55rem;
  font-family:var(--body); font-size:1rem; font-weight:700; letter-spacing:.005em;
  padding:.92rem 1.6rem; border-radius:var(--r); border:1.5px solid transparent;
  text-decoration:none; cursor:pointer; white-space:nowrap;
  transition:transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease, border-color .16s ease;
}
.btn:hover{ transform:translateY(-1px); }
.btn:active{ transform:translateY(0); }

.btn--primary{ background:var(--glow); color:#20180A; border-color:var(--glow); box-shadow:0 8px 24px -10px rgba(242,193,78,.85); }
.btn--primary:hover{ background:var(--glow-soft); border-color:var(--glow-soft); box-shadow:0 12px 30px -10px rgba(242,193,78,.95); }

.btn--brand{ background:var(--brand); color:#fff; border-color:var(--brand); }
.btn--brand:hover{ background:var(--brand-deep); border-color:var(--brand-deep); }

.btn--ghost{ background:transparent; color:var(--ink); border-color:rgba(22,32,46,.28); }
.btn--ghost:hover{ border-color:var(--ink); background:rgba(22,32,46,.04); }
.band--night .btn--ghost, .hero .btn--ghost, .page-hero .btn--ghost, .cta-band .btn--ghost{
  color:#FBFAF7; border-color:rgba(255,255,255,.45); background:rgba(255,255,255,.05);
}
.band--night .btn--ghost:hover, .hero .btn--ghost:hover, .page-hero .btn--ghost:hover, .cta-band .btn--ghost:hover{
  border-color:#fff; background:rgba(255,255,255,.13);
}

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

/* ==========================================================================
   Header
   ========================================================================== */

.site-header{
  position:sticky; top:0; z-index:60;
  background:rgba(10,21,38,.94);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:1.5rem; min-height:76px; }

.brandmark{ display:flex; align-items:center; gap:.72rem; text-decoration:none; flex-shrink:0; }
.brandmark img{ height:27px; width:auto; }
.brandmark-text{ display:flex; flex-direction:column; line-height:1.05; }
.brandmark-text b{ font-family:var(--display); font-variation-settings:"SOFT" 40,"opsz" 30; font-size:1.06rem; font-weight:600; color:#FBFAF7; letter-spacing:-.005em; white-space:nowrap; }
.brandmark-text span{ font-size:.655rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--glow); white-space:nowrap; }

.nav{ display:flex; align-items:center; gap:.25rem; }
.nav a{
  position:relative; padding:.55rem .7rem; border-radius:3px; white-space:nowrap;
  font-size:.92rem; font-weight:600; color:#C4CEDC; text-decoration:none;
  transition:color .15s ease;
}
.nav a:hover{ color:#fff; }
.nav a::after{
  content:""; position:absolute; left:.72rem; right:.72rem; bottom:.18rem; height:7px;
  background:
    radial-gradient(circle at 7px 50%, var(--glow) 0 2px, rgba(242,193,78,.3) 2px 4.5px, transparent 4.5px) repeat-x left center / 18px 7px,
    linear-gradient(to right, rgba(255,255,255,.3), rgba(255,255,255,.3)) repeat-x left center / 100% 1px;
  opacity:0; transform:scaleX(.6); transform-origin:left;
  transition:opacity .2s ease, transform .2s ease;
}
.nav a:hover::after, .nav a[aria-current="page"]::after{ opacity:1; transform:scaleX(1); }
.nav a[aria-current="page"]{ color:#fff; }

.header-cta{ display:flex; align-items:center; gap:.8rem; flex-shrink:0; }
.header-phone{
  display:flex; flex-direction:column; line-height:1.15; text-decoration:none; text-align:right;
}
.header-phone span{ font-size:.66rem; font-weight:700; letter-spacing:.13em; text-transform:uppercase; color:#8A99AE; }
.header-phone b{ font-size:1.02rem; font-weight:700; color:#FBFAF7; font-variant-numeric:tabular-nums; }
.header-phone:hover b{ color:var(--glow); }

.nav-toggle{
  display:none; background:transparent; border:1.5px solid rgba(255,255,255,.3);
  border-radius:var(--r); color:#fff; padding:.55rem .8rem; font-family:var(--body);
  font-weight:700; font-size:.9rem; cursor:pointer;
}

/* The header carries a lot: logo, 7 nav items, phone, and the design button.
   Shed the phone block before anything is allowed to overflow. */
@media (max-width: 1340px){
  .nav a{ padding:.55rem .55rem; font-size:.88rem; }
  .header-cta{ gap:.6rem; }
  .header-cta .btn{ padding:.85rem 1.1rem; font-size:.95rem; }
  .header-phone b{ font-size:.96rem; }
}
@media (max-width: 1290px){
  .header-phone{ display:none; }
}
@media (max-width: 1080px){
  .nav a{ padding:.55rem .46rem; font-size:.85rem; }
}
@media (max-width: 985px){
  .header-inner{ min-height:68px; }
  .nav-toggle{ display:block; }
  .nav{
    position:absolute; top:100%; left:0; right:0;
    flex-direction:column; align-items:stretch; gap:0;
    background:var(--night); border-bottom:1px solid rgba(255,255,255,.12);
    padding:.5rem clamp(1.15rem,4vw,2.5rem) 1.25rem;
    display:none;
  }
  .nav[data-open="true"]{ display:flex; }
  .nav a{ padding:.85rem .2rem; border-bottom:1px solid rgba(255,255,255,.08); font-size:1rem; }
  .nav a::after{ display:none; }
  .header-cta .btn{ padding:.72rem 1.05rem; font-size:.92rem; }
}

/* Small phones: the sticky call bar already carries both CTAs, so the header
   drops its button rather than squeezing the logo off the screen. */
@media (max-width: 620px){
  .header-inner{ gap:.75rem; }
  .header-cta .btn--primary{ display:none; }
  .brandmark img{ height:38px; }
  .brandmark-text b{ font-size:.95rem; }
  .brandmark-text span{ font-size:.6rem; letter-spacing:.13em; }
}
@media (max-width: 360px){
  .brandmark-text{ display:none; }
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero{
  position:relative; background:var(--night); color:#fff; overflow:hidden;
  isolation:isolate;
}
.hero-media{ position:absolute; inset:0; z-index:-2; }
.hero-media img{ width:100%; height:100%; object-fit:cover; object-position:center 58%; }
.hero::before{
  content:""; position:absolute; inset:0; z-index:-1;
  background:
    linear-gradient(to right, rgba(6,13,24,.90) 0%, rgba(6,13,24,.72) 40%, rgba(6,13,24,.20) 76%, rgba(6,13,24,.42) 100%),
    linear-gradient(to top, rgba(6,13,24,.72), rgba(6,13,24,0) 58%);
}
.hero-inner{
  padding-block:clamp(4rem, 2rem + 9vw, 8.5rem);
  display:flex; flex-direction:column; gap:1.6rem; max-width:660px;
}
.hero h1{ color:#fff; font-variation-settings:"SOFT" 50,"WONK" 0,"opsz" 144; }
.hero h1 em{ font-style:normal; color:var(--glow); }
.hero .lede{ color:#D3DCE8; max-width:52ch; }
.hero .eyebrow{ color:var(--glow); }
.hero .eyebrow::after{ background:linear-gradient(to right,var(--glow),transparent); }

.hero-note{ font-size:.9rem; color:#9CAABC; display:flex; align-items:center; gap:.5rem; }

@media (max-width:640px){
  .hero-media img{ object-position:center 62%; }
  .hero::before{ background:linear-gradient(to top, rgba(6,13,24,.92) 22%, rgba(6,13,24,.58) 62%, rgba(6,13,24,.38) 100%); }
}

/* ==========================================================================
   Trust strip
   ========================================================================== */

.trust{ background:var(--night-2); border-top:1px solid rgba(255,255,255,.09); }
.trust-inner{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(min(190px,100%),1fr));
  gap:1px; background:rgba(255,255,255,.09);
}
.trust-item{
  background:var(--night-2); padding:1.35rem clamp(1rem,2.5vw,1.6rem);
  display:flex; flex-direction:column; gap:.18rem;
}
.trust-item b{ font-family:var(--display); font-variation-settings:"SOFT" 40,"opsz" 30; font-size:1.22rem; font-weight:600; color:var(--glow); }
.trust-item span{ font-size:.885rem; color:#A9B6C7; line-height:1.4; }

/* ==========================================================================
   Cards
   ========================================================================== */

.card{
  background:var(--limestone-2); border:1px solid rgba(22,32,46,.11); border-radius:var(--r);
  padding:1.6rem 1.5rem; display:flex; flex-direction:column; gap:.6rem;
  transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.card:hover{ border-color:rgba(29,79,165,.4); box-shadow:var(--shadow-lift); transform:translateY(-2px); }
.card p{ color:var(--ink-soft); font-size:.975rem; line-height:1.6; }
.card .card-mark{
  width:34px; height:34px; display:grid; place-items:center; border-radius:50%;
  background:rgba(242,193,78,.18); border:1px solid rgba(201,147,32,.4);
  margin-bottom:.15rem;
}
.card .card-mark svg{ width:17px; height:17px; stroke:var(--glow-deep); fill:none; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }

.band--night .card{ background:var(--night-2); border-color:rgba(255,255,255,.12); }
.band--night .card:hover{ border-color:rgba(242,193,78,.45); box-shadow:0 20px 50px -24px rgba(0,0,0,.9); }
.band--night .card p{ color:#A9B6C7; }
.band--night .card .card-mark{ background:rgba(242,193,78,.14); border-color:rgba(242,193,78,.35); }
.band--night .card .card-mark svg{ stroke:var(--glow); }

/* ==========================================================================
   Steps — numbered because the process genuinely is a sequence
   ========================================================================== */

.steps{ display:grid; gap:0; counter-reset:step; }
.step{
  counter-increment:step;
  display:grid; grid-template-columns:auto 1fr; gap:1.4rem;
  padding:1.5rem 0; border-top:1px solid rgba(255,255,255,.11);
}
.step:last-child{ border-bottom:1px solid rgba(255,255,255,.11); }
.step-num{
  font-family:var(--body); font-size:.8rem; font-weight:700; letter-spacing:.09em;
  color:var(--glow); padding-top:.42rem; min-width:2.4rem; font-variant-numeric:tabular-nums;
}
.step-num::before{ content:"0" counter(step); }
.step-body{ display:flex; flex-direction:column; gap:.4rem; }
.step-body h3{ font-size:1.22rem; }
.step-body p{ max-width:62ch; }

/* ==========================================================================
   Color / gallery grid
   ========================================================================== */

.shots{ display:grid; gap:clamp(.9rem,1.8vw,1.35rem); grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr)); }
.shot{
  position:relative; border-radius:var(--r); overflow:hidden; background:var(--night-2);
  border:1px solid rgba(22,32,46,.12); display:block; text-decoration:none;
}
.band--night .shot{ border-color:rgba(255,255,255,.12); }
.shot img{ width:100%; aspect-ratio:4/3; object-fit:cover; object-position:center 58%; transition:transform .5s cubic-bezier(.2,.7,.3,1); }
/* Low-angle shots have their subject in the lower third — bias the crop down. */
.shot img[src*="roofline-daytime"]{ object-position:center 78%; }
.shot img[src*="crew-installing"]{ object-position:center 42%; }
.shot:hover img{ transform:scale(1.035); }
.shot figcaption{
  position:absolute; inset:auto 0 0 0; padding:1.6rem 1.1rem .9rem;
  background:linear-gradient(to top, rgba(6,13,24,.93), rgba(6,13,24,0));
  display:flex; flex-direction:column; gap:.1rem;
}
.shot figcaption b{ color:#fff; font-size:1rem; font-weight:700; }
.shot figcaption span{ color:#C0CBDA; font-size:.85rem; }
.shot--tall img{ aspect-ratio:1/1; }
.shot--wide{ grid-column:span 2; }
@media (max-width:720px){ .shot--wide{ grid-column:span 1; } }

/* Colour comparison: the same house, side by side, one row. */
.shots--three{ grid-template-columns:repeat(3,minmax(0,1fr)); }
.shots--three img{ aspect-ratio:16/10; }
@media (max-width:820px){ .shots--three{ grid-template-columns:1fr; } }

/* ==========================================================================
   Split feature
   ========================================================================== */

.split{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(1.75rem,4vw,3.5rem); align-items:center; }
.split--narrow{ grid-template-columns:1.05fr .95fr; }
.split-figure{ border-radius:var(--r); overflow:hidden; box-shadow:var(--shadow-deep); }
.split-figure img{ width:100%; aspect-ratio:4/3; object-fit:cover; }
@media (max-width:860px){ .split, .split--narrow{ grid-template-columns:1fr; } }

/* ==========================================================================
   Checklist
   ========================================================================== */

.checks{ list-style:none; margin:0; padding:0; display:grid; gap:.72rem; grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr)); }
/* Block + absolute marker, NOT grid: a grid row treats every inline child as
   its own cell, so any <strong> inside the item used to jump to its own line. */
.checks li{ position:relative; padding-left:1.7rem; font-size:1rem; color:var(--ink-soft); line-height:1.55; }
.checks li::before{
  content:""; position:absolute; left:0; top:.3rem; width:18px; height:18px; border-radius:50%;
  background:rgba(242,193,78,.2); border:1px solid rgba(201,147,32,.5);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23C99320' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 10.5l3.2 3.2L15 6.8'/%3E%3C/svg%3E");
  background-size:13px; background-repeat:no-repeat; background-position:center;
}
.band--night .checks li{ color:#AEBACB; }
.checks--tight{ grid-template-columns:1fr; }

/* ==========================================================================
   Quote / testimonial
   ========================================================================== */

.quote{
  border-left:2px solid var(--glow); padding:.35rem 0 .35rem 1.5rem;
  display:flex; flex-direction:column; gap:.75rem; max-width:60ch;
}
.quote p{
  font-family:var(--display); font-variation-settings:"SOFT" 60,"WONK" 0,"opsz" 60;
  font-size:clamp(1.2rem,1.05rem + .7vw,1.6rem); line-height:1.42; font-weight:400;
  color:var(--ink); font-style:normal;
}
.band--night .quote p{ color:#F2F5F9; }
.quote cite{ font-style:normal; font-size:.9rem; font-weight:700; color:var(--ink-faint); letter-spacing:.02em; }

/* ==========================================================================
   FAQ
   ========================================================================== */

.faq{ display:flex; flex-direction:column; max-width:78ch; }
.faq details{ border-top:1px solid rgba(22,32,46,.13); }
.faq details:last-of-type{ border-bottom:1px solid rgba(22,32,46,.13); }
.faq summary{
  list-style:none; cursor:pointer; padding:1.25rem 2.5rem 1.25rem 0; position:relative;
  font-family:var(--display); font-variation-settings:"SOFT" 40,"opsz" 30;
  font-size:1.13rem; font-weight:600; color:var(--ink); line-height:1.35;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{
  content:""; position:absolute; right:.35rem; top:1.6rem; width:13px; height:13px;
  border-right:2px solid var(--glow-deep); border-bottom:2px solid var(--glow-deep);
  transform:rotate(45deg); transition:transform .2s ease;
}
.faq details[open] summary::after{ transform:rotate(-135deg); top:1.85rem; }
.faq details p{ padding:0 2.5rem 1.4rem 0; color:var(--ink-soft); max-width:65ch; }
.faq summary:hover{ color:var(--brand); }

/* ==========================================================================
   Areas
   ========================================================================== */

.areas{ display:flex; flex-wrap:wrap; gap:.55rem; }
.area-chip{
  font-size:.9rem; font-weight:600; padding:.45rem .9rem; border-radius:100px;
  background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.16); color:#C8D3E1;
  text-decoration:none; transition:background .15s ease,border-color .15s ease,color .15s ease;
}
a.area-chip:hover{ background:rgba(242,193,78,.14); border-color:rgba(242,193,78,.5); color:#fff; }
.area-chip--key{ background:rgba(242,193,78,.16); border-color:rgba(242,193,78,.5); color:#FFE2A6; }

/* ==========================================================================
   Form panel
   ========================================================================== */

.form-panel{
  background:var(--limestone-2); border:1px solid rgba(22,32,46,.12); border-radius:var(--r);
  padding:clamp(1.4rem,3vw,2.25rem); box-shadow:var(--shadow-lift);
}
.form-panel h3{ margin-bottom:.35rem; }
.form-slot{ min-height:120px; }
.form-fallback{
  border:1.5px dashed rgba(29,79,165,.4); border-radius:var(--r); padding:1.5rem;
  background:rgba(29,79,165,.045); display:flex; flex-direction:column; gap:.6rem;
}
.form-fallback b{ color:var(--brand-deep); font-size:.95rem; }
.form-fallback p{ font-size:.92rem; color:var(--ink-soft); }
.form-fallback code{
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:.82rem;
  background:rgba(22,32,46,.07); padding:.15rem .4rem; border-radius:3px;
}

/* ==========================================================================
   CTA band
   ========================================================================== */

.cta-band{
  position:relative; background:var(--brand-deep); color:#fff; overflow:hidden; isolation:isolate;
}
.cta-band::before{
  content:""; position:absolute; inset:0; z-index:-1;
  background:
    radial-gradient(circle at 12% 18%, rgba(242,193,78,.20), transparent 46%),
    radial-gradient(circle at 88% 82%, rgba(62,119,214,.42), transparent 52%),
    linear-gradient(140deg, #12326C 0%, #1D4FA5 55%, #143A7C 100%);
}
.cta-band h2{ color:#fff; }
.cta-band p{ color:#CFE0FA; }
.cta-inner{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:2rem; }
.cta-copy{ display:flex; flex-direction:column; gap:.85rem; max-width:56ch; }
.cta-band .btn--ghost{ color:#fff; border-color:rgba(255,255,255,.5); }
.cta-band .btn--ghost:hover{ background:rgba(255,255,255,.12); border-color:#fff; }

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer{ background:var(--night); color:#96A4B7; padding-block:clamp(2.75rem,2rem + 3vw,4rem) 2rem; border-top:1px solid rgba(255,255,255,.1); }
.footer-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:2.25rem; }
@media (max-width:860px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-col{ display:flex; flex-direction:column; gap:.6rem; }
.footer-col h4{
  font-family:var(--body); font-size:.72rem; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; color:var(--glow); margin-bottom:.25rem;
}
.footer-col a{ color:#A9B6C7; text-decoration:none; font-size:.945rem; }
.footer-col a:hover{ color:#fff; text-decoration:underline; text-underline-offset:3px; }
.footer-col p{ font-size:.945rem; color:#8E9CAF; line-height:1.6; }
.footer-brand img{ height:78px; width:auto; opacity:.95; margin-bottom:.5rem; align-self:flex-start; }
.footer-bottom{
  margin-top:2.5rem; padding-top:1.4rem; border-top:1px solid rgba(255,255,255,.1);
  display:flex; flex-wrap:wrap; gap:.75rem 1.5rem; justify-content:space-between;
  font-size:.85rem; color:#74839A;
}
.footer-bottom a{ color:#74839A; }

/* ==========================================================================
   Sticky mobile call bar
   ========================================================================== */

.callbar{ display:none; }
@media (max-width:760px){
  .callbar{
    display:grid; grid-template-columns:1fr 1fr; gap:0;
    position:fixed; inset:auto 0 0 0; z-index:70;
    background:var(--night); border-top:1px solid rgba(255,255,255,.14);
    box-shadow:0 -8px 28px rgba(0,0,0,.35);
    padding-bottom:env(safe-area-inset-bottom);
  }
  .callbar a{
    display:flex; align-items:center; justify-content:center; gap:.45rem;
    padding:1rem .5rem; font-weight:700; font-size:.97rem; text-decoration:none;
  }
  .callbar a:first-child{ color:#fff; border-right:1px solid rgba(255,255,255,.14); }
  .callbar a:last-child{ background:var(--glow); color:#20180A; }
  .callbar svg{ width:17px; height:17px; stroke:currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
  body{ padding-bottom:62px; }
}

/* ==========================================================================
   Page hero (interior pages)
   ========================================================================== */

.page-hero{ background:var(--night); color:#fff; padding-block:clamp(2.75rem,2rem + 4vw,4.75rem); position:relative; overflow:hidden; }
.page-hero::after{
  content:""; position:absolute; inset:auto 0 0 0; height:12px;
  background:
    radial-gradient(circle at 28px 50%, rgba(242,193,78,.85) 0 2.4px, rgba(242,193,78,.16) 2.4px 7px, transparent 7px) repeat-x left center / 56px 12px,
    linear-gradient(to right, rgba(255,255,255,.11), rgba(255,255,255,.11)) repeat-x left center / 100% 1px;
  opacity:.75;
}
.page-hero h1{ color:#fff; font-size:clamp(2.1rem,1.5rem + 2.7vw,3.3rem); }
.page-hero .lede{ color:#C4CEDC; max-width:60ch; }
.page-hero-inner{ display:flex; flex-direction:column; gap:1.1rem; }

.crumbs{ font-size:.85rem; color:#8697AC; display:flex; gap:.45rem; flex-wrap:wrap; }
.crumbs a{ color:#8697AC; text-decoration:none; }
.crumbs a:hover{ color:var(--glow); }

/* ==========================================================================
   Motion
   ========================================================================== */

@keyframes riseIn{ from{ opacity:0; transform:translateY(9px); } to{ opacity:1; transform:none; } }
.reveal{ animation:riseIn .55s cubic-bezier(.2,.7,.3,1) both; }
@media (prefers-reduced-motion: reduce){
  .reveal{ animation:none !important; }
  .btn:hover{ transform:none; }
  .shot:hover img{ transform:none; }
  .card:hover{ transform:none; }
}

/* ==========================================================================
   Christmas countdown
   ========================================================================== */

.countdown{ background:var(--night-2); border-top:1px solid rgba(255,255,255,.09); }
.countdown-inner{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;
  gap:1.5rem 2.5rem; padding-block:1.6rem;
}
.cd-copy{ display:flex; flex-direction:column; gap:.3rem; }
.cd-copy .eyebrow{ color:var(--glow); }
.cd-copy p{ color:#A9B6C7; font-size:.95rem; max-width:46ch; }
.cd-clock{ display:flex; align-items:flex-end; gap:.65rem; }
.cd-unit{ display:flex; flex-direction:column; align-items:center; gap:.15rem; min-width:62px; }
.cd-unit b{
  font-family:var(--display); font-variation-settings:"SOFT" 40,"opsz" 60;
  font-size:clamp(1.9rem,1.4rem + 1.9vw,2.9rem); font-weight:600; line-height:1;
  color:var(--glow); font-variant-numeric:tabular-nums; letter-spacing:-.02em;
}
.cd-unit span{
  font-size:.62rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:#7F8FA5;
}
.cd-sep{
  font-family:var(--display); font-size:clamp(1.4rem,1rem + 1.2vw,2rem);
  color:rgba(242,193,78,.35); line-height:1; padding-bottom:1.1rem;
}
.cd-unit--days b{ font-size:clamp(2.4rem,1.6rem + 2.8vw,3.9rem); }
.cd-unit--days span{ color:var(--glow-deep); }
@media (max-width:560px){
  .countdown-inner{ justify-content:center; text-align:center; }
  .cd-copy{ align-items:center; }
  .cd-copy .eyebrow{ justify-content:center; }
  .cd-unit{ min-width:54px; }
}

/* ==========================================================================
   Reviews
   ========================================================================== */

/* Quote cards are wildly different heights, so lay them out in columns
   rather than a grid — grid leaves holes, columns pack flush. */
.reviews{ columns:3; column-gap:clamp(1rem,2vw,1.5rem); }
@media (max-width:900px){ .reviews{ columns:2; } }
@media (max-width:600px){ .reviews{ columns:1; } }
.review{
  background:var(--limestone-2); border:1px solid rgba(22,32,46,.11); border-radius:var(--r);
  padding:1.5rem 1.45rem; margin:0 0 clamp(1rem,2vw,1.5rem);
  break-inside:avoid; -webkit-column-break-inside:avoid; page-break-inside:avoid;
  display:flex; flex-direction:column; gap:.85rem;
}
.band--night .review{ background:var(--night-2); border-color:rgba(255,255,255,.12); }
.review-stars{ display:flex; gap:.16rem; }
.review-stars svg{ width:16px; height:16px; fill:var(--glow); }
.review blockquote{
  margin:0; font-size:1rem; line-height:1.6; color:var(--ink-soft);
}
.band--night .review blockquote{ color:#BAC6D6; }
.review--feature blockquote{
  font-family:var(--display); font-variation-settings:"SOFT" 55,"WONK" 0,"opsz" 50;
  font-size:clamp(1.08rem,1rem + .35vw,1.28rem); line-height:1.5; color:var(--ink); font-weight:400;
}
.band--night .review--feature blockquote{ color:#F2F5F9; }
.review-by{
  padding-top:.35rem; display:flex; align-items:baseline; gap:.5rem;
  font-size:.88rem; font-weight:700; color:var(--ink); letter-spacing:.01em;
}
.band--night .review-by{ color:#FBFAF7; }
.review-by em{ font-style:normal; font-weight:600; color:var(--ink-faint); font-size:.8rem; }
.band--night .review-by em{ color:#7F8FA5; }
.review-by{ margin-top:.25rem; }

.rating-summary{ display:flex; align-items:center; gap:.85rem; flex-wrap:wrap; }
.rating-summary .rs-stars{ display:flex; gap:.2rem; }
.rating-summary .rs-stars svg{ width:21px; height:21px; fill:var(--glow); }
.rating-summary b{
  font-family:var(--display); font-variation-settings:"SOFT" 40,"opsz" 40;
  font-size:1.5rem; font-weight:600; color:var(--ink);
}
.band--night .rating-summary b{ color:#FBFAF7; }
.rating-summary span{ font-size:.92rem; color:var(--ink-faint); }
.band--night .rating-summary span{ color:#93A3BD; }

/* Utilities */
.center{ text-align:center; align-items:center; }
.center .eyebrow{ justify-content:center; }
.center .eyebrow::before{ content:""; flex:0 0 42px; height:1px; background:linear-gradient(to left,var(--glow-deep),transparent); }
.band--night.center .eyebrow::before, .center .band--night .eyebrow::before{ background:linear-gradient(to left,var(--glow),transparent); }
.mx-auto{ margin-inline:auto; }
.maxw-sm{ max-width:640px; }
.maxw-md{ max-width:780px; }
.sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
