/* 513 Solar — SUNWICK build */
:root {
  --blue: #005be2;
  --blue-bright: #00adee;
  --green: #00d084;
  --ink: #0b1526;
  --ink-soft: #3b4a63;
  --paper: #ffffff;
  --paper-soft: #f4f7fb;
  --line: #e2e9f2;
  --radius: 14px;
  --max: 1160px;
  --display: "Space Grotesk", "Karla", sans-serif;
  --body: "Karla", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }

h1, h2, h3 { font-family: var(--display); line-height: 1.12; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }
.section-soft { background: var(--paper-soft); }
.kicker {
  display: inline-block; font-family: var(--display); font-size: 0.82rem;
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 14px;
}
.lede { font-size: 1.18rem; color: var(--ink-soft); max-width: 640px; margin-top: 16px; }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: transform 0.3s ease;
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between; height: 72px;
}
.logo img { height: 40px; width: auto; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--ink); font-weight: 700; font-size: 0.95rem; }
.nav a:hover { color: var(--blue); }
.nav a.active { color: var(--blue); }
.btn {
  display: inline-block; font-family: var(--display); font-weight: 700;
  padding: 14px 26px; border-radius: 999px; font-size: 1rem;
  background: var(--blue); color: #fff; transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,91,226,.28); }
.btn-green { background: var(--green); color: #04331f; }
.btn-green:hover { box-shadow: 0 10px 24px rgba(0,208,132,.32); }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.55); }
.btn-ghost:hover { border-color: #fff; box-shadow: none; }
.nav .btn { padding: 10px 20px; font-size: 0.9rem; }
.nav-toggle { display: none; }

/* Hero */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: flex-end;
  color: #fff; overflow: hidden; padding: 0 0 72px;
}
.hero-media {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center;
}
.hero-media video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,17,38,.34) 0%, rgba(6,17,38,.72) 78%, rgba(6,17,38,.88) 100%);
}
.hero .wrap { position: relative; }
.hero h1 { max-width: 760px; }
.hero p { max-width: 600px; font-size: 1.2rem; margin: 20px 0 30px; color: rgba(255,255,255,.9); }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-sub { padding: 76px 0 56px; min-height: 62vh; }

/* Cards */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(11,21,38,.1); }
.card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.card-body { padding: 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body p { color: var(--ink-soft); flex: 1; }
.card-link { font-weight: 700; font-family: var(--display); }
.card-link::after { content: " →"; }

/* Split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split img { border-radius: var(--radius); width: 100%; object-fit: cover; }
.split .kicker { margin-bottom: 10px; }
.split p { color: var(--ink-soft); margin-top: 14px; }

/* Checklist / bullets */
.checks { list-style: none; margin-top: 26px; display: grid; gap: 16px; }
.checks li { padding-left: 36px; position: relative; color: var(--ink-soft); }
.checks li strong { color: var(--ink); }
.checks li::before {
  content: ""; position: absolute; left: 0; top: 4px; width: 22px; height: 22px;
  border-radius: 50%; background: var(--green);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.2 14.4-4.2-4.2 1.7-1.7 2.5 2.5 5.7-5.7 1.7 1.7z"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.2 14.4-4.2-4.2 1.7-1.7 2.5 2.5 5.7-5.7 1.7 1.7z"/></svg>') center/contain no-repeat;
}

/* Steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 44px; }
.step { counter-increment: step; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--display); font-size: 2rem; font-weight: 700;
  color: var(--blue-bright); display: block; margin-bottom: 10px;
}
.step h3 { margin-bottom: 8px; font-size: 1.1rem; }
.step p { color: var(--ink-soft); font-size: 0.97rem; }

/* CTA band */
.cta-band {
  background: linear-gradient(120deg, var(--blue) 0%, #003fa3 60%, #052a63 100%);
  color: #fff; text-align: center; border-radius: 0;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.85); max-width: 560px; margin: 16px auto 30px; font-size: 1.15rem; }
.cta-band .phone { display: block; margin-top: 22px; font-family: var(--display); font-weight: 700; font-size: 1.25rem; color: #fff; }
.cta-band .phone span { color: var(--green); }

/* Footer */
.site-footer { background: var(--ink); color: #b9c4d6; padding: 56px 0 30px; font-size: 0.95rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.site-footer h4 { font-family: var(--display); color: #fff; margin-bottom: 14px; font-size: 1rem; }
.site-footer a { color: #b9c4d6; display: block; margin-bottom: 8px; }
.site-footer a:hover { color: #fff; }
.site-footer .logo-foot { height: 42px; width: auto; margin-bottom: 14px; filter: brightness(0) invert(1); }
.split img.portrait { max-width: 420px; justify-self: center; }

/* Gallery + docs */
.gallery-grid figure { margin: 0; }
.gallery-grid .card-body { padding: 18px 22px; }
.gallery-grid h3 { font-size: 1.02rem; }
.doc-list a { color: var(--ink-soft); }
.doc-list a:hover strong { color: var(--blue); }
.doc-list strong { color: var(--ink); }

.vet-badge {
  display: flex; align-items: center; gap: 10px; margin-top: 18px;
  font-family: var(--display); font-weight: 700; color: #fff; font-size: 0.98rem;
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 0.85rem; color: #7f8ca1; }

/* ---- 2026-09-18 retrofit: proof, promos, products, micro-motion, buy dock ---- */
:root { --ease: cubic-bezier(.22,1,.36,1); }

/* card photo zoom — uses `scale`, never `transform` (GSAP owns transform) */
.card { transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.card img { transition: scale .6s var(--ease); }
.card:hover img, .review:hover .review-photo img { scale: 1.07; }
.card { overflow: hidden; }
.split img { translate: 0 var(--py, 0); scale: 1.06; }
.split .media-frame { overflow: hidden; border-radius: var(--radius); }
.split .media-frame img { border-radius: 0; }
.split .portrait-frame { max-width: 420px; justify-self: center; }
.split .portrait-frame img { scale: 1; translate: none; }

/* underline draw on text links */
.card-link, .site-footer a, .maps-link {
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 2px no-repeat;
  transition: background-size .35s var(--ease), color .2s ease;
}
.card-link:hover, .site-footer a:hover, .maps-link:hover { background-size: 100% 2px; }
.site-footer a { display: table; }

/* glow on primary CTAs */
.btn-green { position: relative; }
.btn-green::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit; pointer-events: none;
  box-shadow: 0 0 0 0 rgba(0,208,132,.55); animation: ctaGlow 2.8s var(--ease) 1.5s 2;
}
@keyframes ctaGlow { 0% { box-shadow: 0 0 0 0 rgba(0,208,132,.55); } 70%,100% { box-shadow: 0 0 0 14px rgba(0,208,132,0); } }

/* hero outage: subtitles + sound button (sit in the visible night half) */
.night-caption { position: absolute; z-index: 4; top: 30%; left: calc(var(--split) + (100% - var(--split)) / 2); translate: -50% 0;
  width: max-content; max-width: min(560px, calc(100% - var(--split) - 32px)); text-align: center; pointer-events: none;
  font: 700 clamp(1rem, 1.6vw, 1.3rem)/1.35 var(--body); color: #fff; background: rgba(0,0,0,.62); padding: 8px 14px; border-radius: 10px;
  opacity: 0; transition: opacity .25s ease; }
.night-caption.on { opacity: 1; }
.sound-btn { position: absolute; z-index: 6; top: 158px; right: 24px; display: inline-flex; align-items: center; gap: 10px; min-height: 44px;
  padding: 8px 16px 8px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.45); background: rgba(6,17,38,.6); color: #fff;
  font: 700 .86rem var(--display); cursor: pointer; backdrop-filter: blur(6px); transition: opacity .35s ease, background .2s ease, scale .25s var(--ease); }
.sound-btn:hover { background: rgba(0,91,226,.85); scale: 1.04; }
.sound-btn:focus-visible { outline: 3px solid #ffd678; outline-offset: 3px; }
.sound-btn svg { width: 22px; height: 22px; }
.sound-btn .wave { display: none; }
.sound-btn[aria-pressed="true"] .wave { display: inline; }
.sound-btn[aria-pressed="true"] .mute { display: none; }
.sound-btn[aria-pressed="false"] { animation: soundPulse 2.4s var(--ease) 2.6s 3; }
@keyframes soundPulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.5); } 100% { box-shadow: 0 0 0 16px rgba(255,255,255,0); } }
.hero-wipe.night-hidden .sound-btn, .hero-wipe.pre .sound-btn { opacity: 0; pointer-events: none; }
@media (max-width: 640px) {
  .sound-btn { top: 134px; right: 12px; font-size: .74rem; padding: 6px 12px 6px 9px; }
  .sound-btn span { max-width: 118px; }
  .night-caption { top: 280px; font-size: .9rem; }
}
@media (prefers-reduced-motion: reduce) { .sound-btn { animation: none !important; } }

/* product photos (from the manufacturers' own spec sheets) */
.product-img { margin: -24px -24px 14px; height: 190px; display: grid; place-items: center; padding: 18px;
  background: radial-gradient(120% 90% at 50% 30%, #ffffff 0%, #eef3fa 70%, #e3eaf5 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.product-img { display: flex; align-items: center; justify-content: center; }
.product-img img { height: auto; width: auto; max-height: 150px; max-width: 100%; mix-blend-mode: multiply; transition: scale .6s var(--ease), translate .6s var(--ease); }
.product:hover .product-img img { scale: 1.07; translate: 0 -4px; }
.product { overflow: hidden; }

/* trust strip */
.trust-strip { padding: 26px 0; background: var(--ink); color: #dfe7f3; }
.trust-strip .wrap, .trust-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 38px; }
.trust-item { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 700; font-size: .98rem; }
.trust-item small { display: block; font-family: var(--body); font-weight: 400; font-size: .82rem; opacity: .75; }
.trust-item .big { font-size: 1.6rem; color: var(--green); line-height: 1; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 16px; height: 16px; fill: #ffc233; }
.badge-img { width: 64px; height: 64px; border-radius: 12px; background: #fff; padding: 4px; position: relative; }
.badge-wrap { position: relative; overflow: hidden; border-radius: 12px; flex: none; }
.badge-wrap::after {
  content: ""; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.75) 50%, transparent 70%);
  animation: shimmer 4.5s var(--ease) 2s infinite;
}
@keyframes shimmer { 0% { transform: translateX(-120%); } 30%,100% { transform: translateX(120%); } }

/* promo */
.promo { position: relative; color: #fff; overflow: hidden; padding: 110px 0; }
.promo-bg { position: absolute; inset: -10% 0; background-size: cover; background-position: center; z-index: -2; }
.promo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(4,24,60,.94) 0%, rgba(4,24,60,.78) 48%, rgba(4,24,60,.25) 100%); }
.promo .kicker { color: var(--green); }
.promo h2 { color: #fff; max-width: 620px; }
.promo p { max-width: 560px; margin: 16px 0 26px; color: rgba(255,255,255,.88); font-size: 1.12rem; }
.promo-points { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.promo-points span { border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 16px; font-weight: 700; font-size: .92rem; background: rgba(255,255,255,.06); }

/* featured products */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.product { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 8px; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s ease; }
.product:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(11,21,38,.09); border-color: #bcd3f5; }
.product .tag { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
.product p { color: var(--ink-soft); font-size: .95rem; flex: 1; }
.product-feature { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: center; margin-top: 40px; }
.product-feature .media-frame { border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); }
.product-feature img { width: 100%; }

/* reviews with photos */
.proof .head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.rating-pill { display: flex; align-items: center; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 10px 20px 10px 10px; }
.rating-pill .badge-wrap .badge-img { width: 48px; height: 48px; }
.rating-pill b { font-family: var(--display); font-size: 1.35rem; }
.reviews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; }
.review { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.review:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(11,21,38,.1); }
.review.done { transition-delay: 0s; }
.review-photo { overflow: hidden; aspect-ratio: 4 / 3; }
.review-photo img { width: 100%; height: 100%; object-fit: cover; transition: scale .6s var(--ease); }
.review-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.review-body q { quotes: "\201C" "\201D"; color: var(--ink-soft); font-size: .97rem; flex: 1; }
.review-body cite { font-style: normal; font-family: var(--display); font-weight: 700; font-size: .92rem; }
.review-body cite span { display: block; font-family: var(--body); font-weight: 400; color: var(--ink-soft); font-size: .8rem; }
.review.text-only { background: var(--blue); color: #fff; border-color: var(--blue); }
.review.text-only q, .review.text-only cite span { color: rgba(255,255,255,.88); }
.review.text-only .review-body { justify-content: center; }
.review.text-only q { font-size: 1.1rem; flex: 0; }
.proof .maps-row { margin-top: 28px; display: flex; gap: 22px; flex-wrap: wrap; font-weight: 700; }
.maps-link { color: var(--blue); }

/* footer badge + address */
.foot-badge { display: flex; align-items: center; gap: 12px; margin-top: 18px; color: #fff; font-family: var(--display); font-weight: 700; }
.foot-badge .badge-img { width: 56px; height: 56px; }
.site-footer address { font-style: normal; margin-top: 10px; }

/* buy dock (Launch Local) */
.dock { position: fixed; right: max(16px, env(safe-area-inset-right)); bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 90; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; max-width: calc(100vw - 32px); transform: translateY(calc(100% + 40px)); transition: transform .6s cubic-bezier(.34,1.56,.64,1), opacity .3s ease; pointer-events: none; }
.dock.show { transform: translateY(0); pointer-events: auto; }
.dock.show.duck { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 40px)); }
.dock.nudge .buy { animation: nudge .7s var(--ease) 1; }
@keyframes nudge { 0%,100% { translate: 0 0; } 40% { translate: 0 -7px; } }
.buy { display: flex; align-items: center; gap: 12px; min-height: 52px; max-width: 340px; padding: 10px 18px 10px 10px; border-radius: 16px; background: #fff; color: #1E1E1E; font-family: var(--body); font-weight: 700; font-size: 15px; line-height: 1.3; box-shadow: 0 12px 40px rgba(6,17,38,.3); }
.buy svg { width: 32px; height: 32px; flex: none; }
.buy .note { font-weight: 400; }
.info { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 14px; border-radius: 999px; border: 0; background: #1E1E1E; color: #fff; font: 700 13px var(--body); cursor: pointer; box-shadow: 0 8px 24px rgba(6,17,38,.3); }
.info svg { width: 18px; height: 18px; }
.buy:focus-visible, .info:focus-visible { outline: 3px solid #0C65F5; outline-offset: 3px; }
dialog.mock { position: fixed; inset: 0; margin: auto; width: min(460px, calc(100vw - 32px)); height: max-content; max-height: calc(100dvh - 32px); overflow: auto; border: 0; border-radius: 20px; padding: 30px; background: #fff; color: #1E1E1E; box-shadow: 0 30px 80px rgba(6,17,38,.45); }
dialog.mock[open] { animation: pop .28s var(--ease); }
@keyframes pop { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
dialog.mock::backdrop { background: rgba(6,17,38,.6); }
.mock .mark { width: 42px; height: 42px; margin-bottom: 14px; }
.mock h2 { font-size: 1.6rem; margin-bottom: 10px; }
.mock p { font-size: 15.5px; color: #374151; margin-bottom: 10px; }
.mock .row { margin-top: 18px; }
.mock .buy { box-shadow: none; border: 2px solid #0C65F5; display: inline-flex; }
.mock .close { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; border: 0; background: transparent; font-size: 28px; cursor: pointer; color: #6B7280; }

/* ---- Hero: Grid On / Grid Off wipe (day drone vs. real outage footage) ---- */
.hero-wipe { isolation: isolate; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.hero-wipe .hero-media { z-index: 0; }
.hero-night { position: absolute; inset: 0; z-index: 1; clip-path: inset(0 0 0 var(--split)); will-change: clip-path; }
.hero-night video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.1) contrast(1.05); }
.hero-night::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,8,20,.05) 0%, rgba(3,8,20,.45) 70%, rgba(3,8,20,.8) 100%); }
.hero-wipe h1, .hero-wipe .wrap p { text-shadow: 0 2px 18px rgba(3,8,20,.55); }
.hero-wipe.pre .wipe-handle, .hero-wipe.pre .wipe-hint, .hero-wipe.pre .wipe-line { opacity: 0; }
.wipe-handle, .wipe-line { transition: scale .25s var(--ease), background .25s ease, opacity .5s ease; }
.wipe-tag .short { display: none; }
@media (max-width: 640px) { .wipe-tag .long { display: none; } .wipe-tag .short { display: inline; } }
.hero-wipe > .wrap { z-index: 5; }
.wipe-line { position: absolute; top: 0; bottom: 0; left: var(--split); width: 2px; margin-left: -1px; z-index: 3; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 18%, #fff 82%, rgba(255,255,255,0)); box-shadow: 0 0 18px rgba(255,214,120,.8); }
.wipe-handle { position: absolute; top: 42%; left: var(--split); z-index: 6; width: 58px; height: 58px; margin: -29px 0 0 -29px;
  border-radius: 50%; border: 2px solid #fff; background: rgba(6,17,38,.55); color: #fff; cursor: ew-resize; touch-action: none;
  backdrop-filter: blur(6px); box-shadow: 0 8px 28px rgba(0,0,0,.4), 0 0 0 0 rgba(255,214,120,.6); transition: scale .25s var(--ease), background .25s ease;
  display: grid; place-items: center; }
.wipe-handle svg { width: 26px; height: 26px; }
.wipe-handle:hover, .wipe-handle.dragging { scale: 1.1; background: rgba(0,91,226,.8); }
.wipe-handle:focus-visible { outline: 3px solid #ffd678; outline-offset: 4px; }
.hero-wipe.intro .wipe-handle { animation: handlePulse 1.6s var(--ease) 3; }
@keyframes handlePulse { 0% { box-shadow: 0 8px 28px rgba(0,0,0,.4), 0 0 0 0 rgba(255,214,120,.6); } 100% { box-shadow: 0 8px 28px rgba(0,0,0,.4), 0 0 0 22px rgba(255,214,120,0); } }
.wipe-hint { position: absolute; top: calc(42% + 42px); left: var(--split); z-index: 6; translate: -50% 0; white-space: nowrap; pointer-events: none;
  font: 700 .82rem var(--display); letter-spacing: .08em; text-transform: uppercase; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.6);
  transition: opacity .4s ease; }
.hero-wipe.touched .wipe-hint { opacity: 0; }
.wipe-tag { position: absolute; top: 104px; z-index: 4; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  font: 700 .8rem var(--display); letter-spacing: .04em; color: #fff; background: rgba(6,17,38,.5); backdrop-filter: blur(6px);
  transition: opacity .35s ease; pointer-events: none; max-width: 42vw; }
.tag-day { left: 24px; } .tag-night { right: 24px; }
.wipe-tag .dot { width: 9px; height: 9px; border-radius: 50%; background: #ffc233; box-shadow: 0 0 10px #ffc233; flex: none; }
.tag-night .dot { background: #ff4d4d; box-shadow: 0 0 10px #ff4d4d; animation: blink 1.4s steps(2, jump-none) infinite; }
@keyframes blink { 50% { opacity: .25; } }
.hero-wipe .h-day, .hero-wipe .h-night { transition: color .35s ease, text-shadow .35s ease; }
.hero-wipe.day-wins .h-day { color: #ffe9b0; }
.hero-wipe.night-wins .h-night { color: #c6f7e3; }
@media (max-width: 640px) {
  .wipe-tag { top: 88px; font-size: .7rem; padding: 6px 10px; }
  .tag-day { left: 12px; } .tag-night { right: 12px; }
  .hero.hero-wipe { min-height: 100svh; padding-bottom: 48px; }
  .wipe-handle { top: 200px; } .wipe-hint { top: 240px; }
}
@media (min-width: 641px) {
  .wipe-handle { top: 36%; } .wipe-hint { top: calc(36% + 42px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-wipe.intro .wipe-handle, .tag-night .dot { animation: none; }
}

/* rise animation base */
.rise { opacity: 0; transform: translateY(28px); }
@media (prefers-reduced-motion: reduce) {
  .rise { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
  .btn-green::after, .badge-wrap::after, .dock.nudge .buy, dialog.mock[open] { animation: none; }
  .dock { transition: none; }
  .card img, .review-photo img { transition: none; }
}
@media (max-width: 940px) {
  .products, .reviews { grid-template-columns: 1fr 1fr; }
  .product-feature { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .products, .reviews { grid-template-columns: 1fr; }
  .trust-strip .wrap { justify-content: flex-start; }
}

/* Responsive */
@media (max-width: 940px) {
  .grid-3, .steps { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  section { padding: 64px 0; }
  .grid-3, .steps { grid-template-columns: 1fr; }
  .nav { position: fixed; inset: 72px 0 auto 0; background: #fff; flex-direction: column;
         padding: 22px; border-bottom: 1px solid var(--line); display: none; }
  .nav.open { display: flex; }
  .nav-toggle {
    display: block; background: none; border: 0; font-size: 1.6rem; cursor: pointer; color: var(--ink);
  }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: 84vh; }
}
