:root {
  color-scheme: light;
  --ink: #17201d;
  --muted: #5c6861;
  --soft: #eef2ec;
  --paper: #fbfbf7;
  --line: #d8ded5;
  --forest: #233b31;
  --moss: #526d47;
  --glow: #f3af3c;
  --ember: #c9652b;
  --ruby: #d93636;
  --violet: #7d5cff;
  --ice: #7fd3ff;
  --night: #071118;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(9, 20, 25, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

section,
#quote,
#services,
#scenes,
#process,
#financing,
#faq,
#main-content {
  scroll-margin-top: 92px;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  border-radius: 8px;
  padding: 12px 14px;
  color: #1b1408;
  background: var(--glow);
  font-weight: 850;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--glow);
  outline-offset: 4px;
}

.is-hidden {
  display: none !important;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 14px clamp(20px, 5vw, 72px);
  color: var(--white);
  transition: background 220ms ease, box-shadow 220ms ease, color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(251, 251, 247, 0.94);
  box-shadow: 0 10px 40px rgba(7, 17, 24, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 178px;
  font-weight: 700;
}

.logo-brand {
  min-width: 0;
}

.logo-brand img {
  width: 224px;
  max-height: 50px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.34));
}

.logo-image-dark {
  display: none;
}

.site-header.is-scrolled .logo-brand img,
.site-header.is-open .logo-brand img {
  filter: drop-shadow(0 8px 18px rgba(7, 17, 24, 0.18));
}

.site-header.is-scrolled .logo-image-light,
.site-header.is-open .logo-image-light {
  display: none;
}

.site-header.is-scrolled .logo-image-dark,
.site-header.is-open .logo-image-dark {
  display: block;
}

.footer-logo img {
  width: 220px;
  max-height: none;
  filter: none;
}

.brand small {
  display: block;
  margin-top: 1px;
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.76;
  text-transform: uppercase;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.site-header.is-scrolled .brand-mark,
.site-header.is-open .brand-mark,
.site-footer .brand-mark {
  border-color: rgba(82, 109, 71, 0.28);
  background: rgba(243, 175, 60, 0.13);
}

.brand-mark::before,
.brand-mark::after,
.brand-mark span {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: var(--glow);
  box-shadow: 0 0 18px rgba(243, 175, 60, 0.72);
}

.brand-mark::before {
  width: 9px;
  height: 9px;
  transform: translate(-5px, -4px);
}

.brand-mark::after {
  width: 4px;
  height: 13px;
  transform: translate(6px, 4px) rotate(24deg);
}

.brand-mark span {
  width: 5px;
  height: 5px;
  transform: translate(9px, -8px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: currentColor;
  font-size: 0.95rem;
  font-weight: 650;
}

.site-nav a {
  opacity: 0.88;
  transition: opacity 160ms ease, color 160ms ease;
}

.site-nav a:hover {
  opacity: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 50%;
  color: currentColor;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--night);
}

.hero picture,
.hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture img {
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.012);
  animation: heroImageSettle 900ms ease-out both;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 44%, rgba(207, 255, 40, 0.1), rgba(207, 255, 40, 0) 32%),
    linear-gradient(90deg, rgba(7, 17, 24, 0.93) 0%, rgba(7, 17, 24, 0.72) 39%, rgba(7, 17, 24, 0.18) 72%),
    linear-gradient(0deg, rgba(7, 17, 24, 0.88) 0%, rgba(7, 17, 24, 0.08) 46%);
}

.hero-light-reveal {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(207, 255, 40, 0) 0%, rgba(207, 255, 40, 0.1) 44%, rgba(246, 210, 122, 0.2) 50%, rgba(207, 255, 40, 0) 58%);
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: heroLightReveal 1150ms ease-out 180ms both;
}

.hero-brand-mark {
  position: absolute;
  z-index: 1;
  right: clamp(18px, 5vw, 86px);
  bottom: clamp(64px, 10vw, 112px);
  width: clamp(96px, 17vw, 230px);
  height: auto;
  opacity: 0.18;
  filter: drop-shadow(0 0 34px rgba(207, 255, 40, 0.18));
  pointer-events: none;
  animation: heroBrandSettle 800ms ease-out 220ms both;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 104px clamp(20px, 5vw, 72px) 116px;
  animation: heroContentSettle 700ms ease-out 90ms both;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--glow);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: clamp(4rem, 7.3vw, 7rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 20px;
  font-size: 4rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
  line-height: 1.55;
}

.hero-subhead {
  max-width: 650px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  font-weight: 760;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #1b1408;
  background: var(--glow);
  box-shadow: 0 16px 40px rgba(243, 175, 60, 0.22);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
}

.button.is-disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.64;
  transform: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-value-strip {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  max-width: 940px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.86);
  background: rgba(7, 17, 24, 0.34);
  backdrop-filter: blur(14px);
  animation: heroContentSettle 700ms ease-out 180ms both;
}

.hero-value-strip span {
  position: relative;
  padding: 14px 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-value-strip span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--glow);
  transform: translate(-2px, -50%);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 660px;
  margin: 24px 0 0;
}

.hero-proof div {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(7, 17, 24, 0.36);
  backdrop-filter: blur(12px);
}

.hero-proof dt {
  margin-bottom: 3px;
  color: var(--white);
  font-weight: 850;
}

.hero-proof dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.hero-details {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.hero-details span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(7, 17, 24, 0.42);
  backdrop-filter: blur(10px);
  font-size: 0.88rem;
  font-weight: 700;
}

.section-band {
  padding: clamp(68px, 9vw, 126px) clamp(20px, 5vw, 72px);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.intro {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(30px, 7vw, 84px);
  align-items: end;
}

.intro p:last-child,
.section-heading p,
.process-layout p,
.quote p,
.financing-steps p,
.service-card p,
.timeline p {
  color: var(--muted);
  line-height: 1.7;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.scene-studio {
  background:
    linear-gradient(135deg, #0d171d 0%, #111b22 58%, #15251d 100%);
  color: var(--white);
}

.scene-studio .section-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.scene-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(360px, 1fr);
  gap: clamp(32px, 7vw, 80px);
  align-items: center;
}

.scene-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.scene-button {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
}

.scene-button.is-active,
.scene-button:hover {
  color: #1b1408;
  border-color: var(--glow);
  background: var(--glow);
}

.scene-preview {
  --scene-a: #f3af3c;
  --scene-b: #f6d27a;
  --scene-c: #fff0c2;
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #0d2231 0%, #081218 56%, #10170f 100%);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(207, 255, 40, 0.03) inset;
}

.scene-preview[data-scene="christmas"] {
  --scene-a: #d93636;
  --scene-b: #28b767;
  --scene-c: #f6d27a;
}

.scene-preview[data-scene="halloween"] {
  --scene-a: #f47a28;
  --scene-b: #7d5cff;
  --scene-c: #f3af3c;
}

.scene-preview[data-scene="gameday"] {
  --scene-a: #f3af3c;
  --scene-b: #7fd3ff;
  --scene-c: #ffffff;
}

.scene-preview[data-scene="patriotic"] {
  --scene-a: #d93636;
  --scene-b: #ffffff;
  --scene-c: #3f7cff;
}

.preview-sky {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(127, 211, 255, 0.16), rgba(7, 17, 24, 0) 42%);
}

.preview-house {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 62px;
  width: 92%;
  height: auto;
}

.ground-shadow {
  fill: rgba(0, 0, 0, 0.34);
}

.house-main,
.house-wing {
  fill: url("#houseWall");
  stroke: rgba(246, 210, 122, 0.2);
  stroke-width: 2;
}

.house-wing.right {
  opacity: 0.82;
}

.roof-fill {
  fill: url("#roofFace");
  stroke: rgba(255, 255, 255, 0.04);
  stroke-width: 2;
}

.roof-fill.main {
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.32));
}

.roof-edge,
.eave-edge {
  fill: none;
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.window-shape,
.door-shape {
  fill: rgba(246, 210, 122, 0.16);
  stroke: rgba(243, 175, 60, 0.34);
  stroke-width: 2;
}

.roof-lights circle {
  fill: var(--scene-a);
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 10px var(--scene-a));
  transition: fill 220ms ease, filter 220ms ease;
}

.roof-lights circle:nth-child(3n + 2) {
  fill: var(--scene-b);
  filter: drop-shadow(0 0 10px var(--scene-b));
}

.roof-lights circle:nth-child(3n) {
  fill: var(--scene-c);
  filter: drop-shadow(0 0 10px var(--scene-c));
}
.scene-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(7, 17, 24, 0.64);
  backdrop-filter: blur(14px);
}

.scene-caption span {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.services {
  background: var(--soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 286px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(35, 59, 49, 0.045);
}

.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--forest);
  background: rgba(243, 175, 60, 0.18);
}

.service-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.system {
  background: var(--paper);
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.system-grid article {
  min-height: 260px;
  padding: 28px;
  background: var(--paper);
}

.system-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--ember);
  font-weight: 850;
}

.system-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.process {
  background: var(--forest);
  color: var(--white);
}

.process .section-heading p,
.process .timeline p {
  color: rgba(255, 255, 255, 0.72);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 110px;
}

.timeline {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.timeline span {
  color: var(--glow);
  font-weight: 850;
}

.seo-local {
  background: var(--soft);
}

.local-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 7vw, 82px);
  align-items: start;
}

.local-panel p {
  color: var(--muted);
  line-height: 1.75;
}

.faq {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(340px, 1fr);
  gap: clamp(30px, 7vw, 82px);
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 850;
}

.faq-list p {
  margin-bottom: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.financing {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 17, 24, 0.92), rgba(82, 109, 71, 0.76)),
    #101a18;
}

.financing-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1fr);
  gap: clamp(32px, 7vw, 80px);
  align-items: center;
}

.financing .section-heading {
  margin-bottom: 0;
}

.financing .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.financing-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.financing-steps article {
  min-width: 0;
  padding: clamp(22px, 4vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.financing-steps article:last-child {
  border-right: 0;
}

.financing-steps span,
.quote-assurance span {
  color: var(--glow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.financing-steps h3 {
  margin: 14px 0 10px;
  color: var(--white);
  font-size: 1.05rem;
}

.financing-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.quote {
  padding: clamp(68px, 9vw, 126px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(7, 17, 24, 0.9), rgba(35, 59, 49, 0.92)),
    var(--forest);
}

.quote-panel {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(320px, 1fr);
  gap: clamp(32px, 7vw, 78px);
  align-items: start;
  color: var(--white);
}

.quote-panel > div {
  padding-top: 18px;
}

.quote-panel h2 {
  max-width: 560px;
}

.quote p {
  color: rgba(255, 255, 255, 0.72);
}

.quote-assurance {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.quote-assurance span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0;
  text-transform: none;
}

.quote-assurance span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--glow);
  box-shadow: 0 0 18px rgba(243, 175, 60, 0.72);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.form-alert {
  grid-column: 1 / -1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(7, 17, 24, 0.56);
  line-height: 1.5;
}

.form-alert[data-state="error"] {
  border-color: rgba(217, 54, 54, 0.72);
  background: rgba(217, 54, 54, 0.14);
}

.form-alert[data-state="success"] {
  border-color: rgba(40, 183, 103, 0.68);
  background: rgba(40, 183, 103, 0.14);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
  font-weight: 800;
}

.quote-form .honeypot {
  position: fixed;
  inset: auto auto 0 -100vw;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(7, 17, 24, 0.52);
  outline: none;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--glow);
  box-shadow: 0 0 0 3px rgba(243, 175, 60, 0.2);
}

.quote-form [aria-invalid="true"] {
  border-color: rgba(217, 54, 54, 0.88);
}

.quote-form .wide {
  grid-column: 1 / -1;
}

.field-error {
  min-height: 1.1em;
  color: #ffd1d1;
  font-size: 0.8rem;
  line-height: 1.35;
}

.field-hint,
.spam-note {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
  line-height: 1.45;
}

.consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.consent .field-error {
  grid-column: 2;
}

.quote-form .button {
  width: 100%;
  cursor: pointer;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.9rem;
}

.site-footer {
  padding: 28px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: #030506;
}

.footer-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  font-weight: 650;
}

.mobile-cta {
  position: fixed;
  z-index: 19;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: none;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #1b1408;
  background: var(--glow);
  box-shadow: 0 18px 50px rgba(7, 17, 24, 0.28);
  font-weight: 900;
}

@keyframes heroImageSettle {
  from {
    opacity: 0.82;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1.012);
  }
}

@keyframes heroContentSettle {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroLightReveal {
  0% {
    opacity: 0;
    transform: translateX(-18%);
  }

  42% {
    opacity: 0.78;
  }

  100% {
    opacity: 0;
    transform: translateX(18%);
  }
}

@keyframes heroBrandSettle {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }

  to {
    opacity: 0.18;
    transform: translateY(0) scale(1);
  }
}

.simple-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(7, 17, 24, 0.94), rgba(35, 59, 49, 0.88)),
    var(--night);
}

.confirmation-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 132px clamp(20px, 5vw, 72px) 72px;
  color: var(--white);
}

.confirmation-panel {
  width: min(820px, 100%);
  margin: 0 auto;
}

.confirmation-panel h1 {
  max-width: 760px;
}

.confirmation-panel p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.1rem;
  line-height: 1.7;
}

@media (max-width: 980px) {
  h1 {
    font-size: 4.25rem;
  }

  h2 {
    font-size: 3.25rem;
  }

  .service-grid,
  .system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-grid,
  .scene-layout,
  .process-layout,
  .financing-layout,
  .quote-panel,
  .local-panel,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .financing-steps {
    grid-template-columns: 1fr;
  }

  .financing-steps article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .financing-steps article:last-child {
    border-bottom: 0;
  }

  .sticky-heading {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
    padding: 12px 18px;
  }

  section,
  #quote,
  #services,
  #scenes,
  #process,
  #financing,
  #faq,
  #main-content {
    scroll-margin-top: 78px;
  }

  .simple-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0;
    box-shadow: none;
    color: var(--ink);
    background: transparent;
  }

  .logo-brand img {
    width: 158px;
    max-height: 42px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
    border-radius: 6px;
  }

  .site-nav a:hover {
    background: var(--soft);
  }

  .hero {
    min-height: 92svh;
  }

  .hero picture img {
    object-position: 62% center;
  }

  .hero-scrim {
    background:
      radial-gradient(circle at 66% 34%, rgba(207, 255, 40, 0.08), rgba(207, 255, 40, 0) 34%),
      linear-gradient(90deg, rgba(7, 17, 24, 0.92) 0%, rgba(7, 17, 24, 0.76) 62%, rgba(7, 17, 24, 0.36) 100%),
      linear-gradient(0deg, rgba(7, 17, 24, 0.86) 0%, rgba(7, 17, 24, 0.14) 48%);
  }

  .hero-content {
    padding: 98px 20px 172px;
  }

  h1 {
    font-size: 3.05rem;
    line-height: 0.94;
  }

  h2 {
    font-size: 2.75rem;
  }

  .hero-subhead {
    font-size: 1.16rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .hero-details {
    display: none;
  }

  .hero-proof {
    display: none;
  }

  .hero-brand-mark {
    right: 18px;
    bottom: 112px;
    width: 116px;
    opacity: 0.14;
  }

  .hero-value-strip {
    left: 20px;
    right: 20px;
    bottom: 78px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .hero-value-strip span {
    padding: 11px 12px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .hero-value-strip span + span::before {
    display: none;
  }

  .service-grid,
  .system-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .scene-preview {
    min-height: 360px;
  }

  .preview-house {
    left: 2%;
    right: 2%;
    bottom: 74px;
    transform: scale(0.82);
    transform-origin: bottom center;
  }

  .quote-form .wide {
    grid-column: auto;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .mobile-cta {
    display: flex;
  }

  .site-footer {
    padding-bottom: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero-light-reveal {
    display: none;
  }
}
