/* Lights & Rescue — production one-pager
   Below-fold: Option A FULL DARK + continuous flow · 2026-09-25
   Hero locked visually
*/

:root {
  --bg: #0E0E12;
  --bg-alt: #16161C;
  --bg-elev: #1C1C22;
  --ink: #F8F6F4;
  --muted: #AAA5A0;
  --red: #8B1A1A;
  --red-hover: #A52323;
  --gold: #E8C97A;
  --hairline: #373230;
  --white: #FFFFFF;
  --cream: #F8F6F4;
  --warm: #E8C97A;
  --hero-dark: #0b0b10;
  --radius: 6px;
  --radius-card: 10px;
  --max: 1120px;
  --narrow: 640px;
  --pad-y: 5.5rem;
  --pad-x: 1.25rem;
  --header-h: 52px;
  --font: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
}

@media (min-width: 768px) {
  :root {
    --pad-y: 7rem;
    --pad-x: 2rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lights circle { animation: none !important; }
  .install-grid img { transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

a:hover {
  color: var(--cream);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 1000;
  background: var(--red);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  text-decoration: none;
}

.skip-link:focus {
  top: 0.75rem;
}

/* ——— Header — dark-compatible slim ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14, 14, 18, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.5rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-h);
}

.header-nav {
  display: none;
  gap: 1.5rem;
  margin-left: auto;
}

.header-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.header-nav a:hover {
  color: var(--gold);
}

.header-phone {
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
}

.header-phone:hover {
  color: var(--cream);
}

@media (min-width: 768px) {
  .header-nav {
    display: flex;
  }

  .header-phone {
    margin-left: 0;
  }
}

.site-header--slim .header-inner {
  justify-content: space-between;
  min-height: 52px;
  padding: 0.65rem 1.25rem;
}

.site-header--slim .header-nav {
  display: flex;
  gap: 1rem;
}

.site-header--slim .header-nav a {
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  color: var(--ink);
}

.site-header--slim .header-nav a:hover {
  color: var(--gold);
}

/* ——— Shared section chrome (below hero) ——— */
.section-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--pad-y) var(--pad-x);
}

.section-inner.narrow {
  max-width: var(--narrow);
}

.section-inner.centered {
  text-align: center;
}

/* Eyebrows deleted from markup — keep rule dormant */
.section-label {
  display: none;
}

h1, h2, h3 {
  font-family: var(--font);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 1rem;
}

.story h2,
.area h2,
.installs h2,
.quote h2 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}

h3 {
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 0.5rem;
  color: var(--ink);
}

.section-rule {
  width: 40px;
  height: 2px;
  background: var(--red);
  margin: 0 0 1.35rem;
  border-radius: 1px;
}

.section-rule--center {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.85rem;
  margin-bottom: 1.5rem;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  font-family: var(--font);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  border-radius: 8px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  min-height: 52px;
}

.btn-primary {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.btn-primary:hover {
  background: var(--red-hover);
  border-color: var(--red-hover);
  color: var(--white);
}

.btn-block {
  width: 100%;
}

.btn-lg {
  padding: 0.95rem 1.7rem;
  font-size: 1.0625rem;
}

/* =========================================================
   HERO — LOCKED visually (do not restyle below-fold into this)
   ========================================================= */
.hero {
  display: grid;
  background: #0b0b10;
  border-bottom: 1px solid var(--hairline);
  color: #f5f2ea;
}

.hero-copy {
  padding: 2.75rem 1.35rem 2.25rem;
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
  color: #f5f2ea;
}

.hero-copy .eyebrow,
.hero-copy .section-label,
.hero .eyebrow {
  color: #e8c48a;
}

.hero-copy h1 {
  font-family: var(--font);
  color: #fff;
}

.hero-copy h1::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: var(--red);
  margin: 1rem 0 1.25rem;
}

.hero-sub,
.hero-tagline,
.hero-phone,
.hero-areas,
.hero-trust,
.hero-copy p {
  color: rgba(245, 242, 234, 0.86);
}

.hero-phone a {
  font-weight: 600;
  text-decoration: none;
  color: #ffd8a8;
}

.hero-phone a:hover {
  text-decoration: underline;
}

.hero-actions {
  margin-bottom: 1.25rem;
}

.hero-visual {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #0b0b10;
  min-height: 280px;
}

.hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 420px;
  object-fit: cover;
  object-position: center 40%;
}

@media (min-width: 900px) {
  .hero {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.25fr);
    min-height: calc(100vh - var(--header-h));
    max-height: 820px;
  }

  .hero-copy {
    margin: 0;
    max-width: none;
    padding: 4rem 3rem 4rem 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 3px solid var(--red);
    background: #0b0b10;
  }

  .hero-visual {
    min-height: 100%;
    padding: 0;
  }

  .hero-photo {
    min-height: 100%;
    max-height: none;
    height: 100%;
  }
}

@media (max-width: 899px) {
  .hero--photo {
    display: flex;
    flex-direction: column;
  }
  .hero--photo .hero-visual {
    order: -1;
  }
  .hero--photo .hero-photo {
    max-height: 52vh;
    min-height: 240px;
  }
}

.hero-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
}

.hero-logo {
  display: block;
  width: min(280px, 70vw);
  height: auto;
  max-width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.hero-brand-tag {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 242, 234, 0.78);
}

@media (min-width: 900px) {
  .hero-logo {
    width: 300px;
  }
  .hero-brand {
    margin-bottom: 1.75rem;
  }
}

.hero.hero--photo {
  position: relative;
  background: #0b0b10;
  color: #f5f2ea;
  isolation: isolate;
}

.hero.hero--photo .hero-copy {
  position: relative;
  z-index: 2;
  background: #0b0b10 !important;
  border-left: 3px solid var(--red);
}

.hero.hero--photo .hero-visual {
  background: #0b0b10;
}

@media (min-width: 900px) {
  .hero.hero--photo {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.2fr);
  }
  .hero.hero--photo .hero-copy {
    background: #0b0b10 !important;
  }
  .hero.hero--photo .hero-visual {
    order: 0;
  }
}

@media (max-width: 899px) {
  .hero.hero--photo {
    background: #0b0b10;
  }
  .hero.hero--photo .hero-copy {
    background: #0b0b10 !important;
    border-left: none;
    border-top: 3px solid var(--red);
    padding-top: 2rem;
  }
}

/* =========================================================
   BELOW FOLD — Option A FULL DARK + continuous lookbook flow
   ========================================================= */

/* ——— Story ——— */
.story {
  background: var(--bg);
  color: var(--ink);
}

.story-pull {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 1.5rem;
}

.story-body p {
  margin: 0 0 1.35em;
  color: var(--muted);
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
}

.story-body p:last-child {
  margin-bottom: 0;
}

/* ——— Services — three editorial pillars ——— */
.services {
  background: var(--bg-alt);
  color: var(--ink);
}

.services-opener {
  max-width: 28rem;
  margin: 0 auto;
  text-align: center;
}

.services-soft {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.services-opener .section-rule--center {
  margin-top: 0.9rem;
  margin-bottom: 1rem;
}

.services-note {
  margin: 0;
  color: var(--muted);
  font-family: var(--font);
  font-size: 0.9rem;
  line-height: 1.5;
}

.service-pillars {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
  border-top: 1px solid var(--hairline);
}

.service-pillar {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 1rem;
  padding: 2rem 0 2.15rem;
  border-bottom: 1px solid var(--hairline);
}

.service-index {
  padding-top: 0.2rem;
  color: var(--gold);
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.service-pillar h3 {
  margin: 0 0 0.55rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.service-pillar p {
  margin: 0;
  color: var(--muted);
  font-family: var(--font);
  font-size: 0.95rem;
  line-height: 1.55;
}

.trust-line {
  margin: 1.75rem 0 0;
  padding: 1.15rem 0 0;
  border-top: 1px solid var(--hairline);
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
  background: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
}

/* ——— Area ——— */
.area {
  background: var(--bg);
  color: var(--ink);
}

.area h2,
#area-heading {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 700px) {
  #area-heading {
    max-width: 28ch;
  }
}

.area-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.area-chips li {
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
}

.area a {
  color: var(--gold);
  font-weight: 600;
  text-decoration: none;
}

.area a:hover {
  text-decoration: underline;
  color: var(--cream);
}

/* ——— Install gallery — photo-led ——— */
.installs {
  background: var(--bg-alt);
  color: var(--ink);
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.installs .section-inner {
  text-align: center;
}

.install-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .install-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
  }
}

@media (min-width: 900px) {
  .install-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
  }
}

.install-grid figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg-elev);
  aspect-ratio: 4 / 3;
  border: 1px solid var(--hairline);
  box-shadow: none;
}

.install-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .install-grid figure:hover img {
    transform: scale(1.02);
  }
}

.installs .installs-heading {
  margin: 1.75rem auto 0;
  max-width: 28rem;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.installs-closer {
  margin: 0.75rem auto 0;
  max-width: 28rem;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
}

/* ——— Quote / CTA — single column + sleigh corner ——— */
.quote {
  position: relative;
  background: var(--bg);
  overflow: hidden;
  padding: 0;
}

.quote-sky {
  position: absolute;
  top: 0.75rem;
  right: 0.35rem;
  width: clamp(120px, 26vw, 170px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.28;
}

.cta-rudolph {
  display: block;
  width: 100%;
  height: auto;
  /* Soft cream/gold tint on dark */
  filter: brightness(0) invert(0.92) sepia(0.25) saturate(1.2) hue-rotate(5deg);
  opacity: 0.85;
}

@media (min-width: 640px) {
  .quote-sky {
    top: 1.25rem;
    right: 1.5rem;
    width: clamp(140px, 18vw, 180px);
    opacity: 0.26;
  }
}

.quote-simple {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding-top: var(--pad-y);
  padding-bottom: var(--pad-y);
}

.quote-heading {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.quote-lead {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-family: var(--font);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  line-height: 1.55;
}

.quote-simple .quote-sms {
  margin: 0 0 1rem;
}

.quote-simple .btn-lg {
  width: 100%;
  min-width: 0;
  border-radius: 8px;
}

@media (min-width: 480px) {
  .quote-simple .btn-lg {
    width: auto;
    min-width: 280px;
  }
}

.quote-simple .form-note {
  margin: 0;
  font-family: var(--font);
  font-size: 0.9rem;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.quote-call-link {
  color: var(--gold);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.quote-call-link:hover {
  color: var(--cream);
}

/* ——— Footer ——— */
.site-footer {
  background: var(--bg-elev);
  border-top: 1px solid var(--hairline);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.5rem 1.25rem 3rem;
  text-align: center;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  text-decoration: none;
  padding: 0.85rem;
  background: var(--cream);
  border-radius: 14px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer-logo img {
  width: 96px;
  height: auto;
  max-width: 110px;
  object-fit: contain;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.footer-brand {
  margin: 0 0 0.5rem;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.footer-contact {
  margin: 0 0 0.35rem;
  font-family: var(--font);
  font-size: 0.9rem;
  color: var(--muted);
}

.footer-contact a {
  font-weight: 600;
  text-decoration: none;
  color: var(--red);
}

.footer-contact a:hover {
  color: var(--red-hover);
}

.footer-domain {
  margin: 0.75rem 0 0;
  font-family: var(--font);
  font-size: 0.8125rem;
}

.footer-domain a {
  color: var(--muted);
  text-decoration: none;
}

.footer-domain a:hover {
  color: var(--gold);
}
