@font-face {
  font-family: "Amboy";
  src: url("assets/amboy.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --ink: #080b09;
  --ink-soft: #111713;
  --ink-card: #151c17;
  --paper: #f2f3ed;
  --paper-deep: #e6e9df;
  --white: #f8faf4;
  --muted: #9aa69a;
  --muted-dark: #5c675d;
  --lime: #7bd33c;
  --lime-bright: #a8f267;
  --lime-dark: #315e29;
  --cyan: #57e9ff;
  --pink: #db28d5;
  --gold: #f3c13b;
  --line: rgba(255, 255, 255, .14);
  --line-dark: rgba(8, 11, 9, .16);
  --radius: 1.25rem;
  --display: Amboy, "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.page-width { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.section-dark { background: var(--ink); color: var(--white); }
.section-light { background: var(--paper); color: var(--ink); }

.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 3px; width: 0; background: linear-gradient(90deg, var(--lime), var(--cyan), var(--pink)); transform-origin: left; pointer-events: none; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 82px; display: flex; align-items: center; gap: 2rem; padding: 0 40px; background: linear-gradient(180deg, rgba(4, 7, 5, .9), rgba(4, 7, 5, .22) 80%, transparent); transition: background .35s ease, height .35s ease, backdrop-filter .35s ease; }
.site-header.scrolled { height: 68px; background: rgba(7, 11, 8, .82); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 116px; height: auto; object-fit: contain; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2vw, 2.2rem); margin-inline: auto; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(248, 250, 244, .76); }
.primary-nav a { position: relative; padding: .4rem 0; transition: color .2s ease; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--lime); transition: right .3s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.header-cta { display: inline-flex; gap: .55rem; align-items: center; padding: .75rem 1rem .68rem; border: 1px solid var(--lime); color: var(--lime-bright); font-family: var(--display); font-size: .82rem; letter-spacing: .08em; transition: background .2s ease, color .2s ease; }
.header-cta:hover { color: var(--ink); background: var(--lime); }
.header-cta span { font-family: var(--body); font-size: 1rem; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); color: var(--white); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s ease; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero { position: relative; min-height: min(920px, 100svh); padding: clamp(95px, 14vh, 150px) 0 clamp(50px, 8vh, 85px); display: flex; align-items: center; isolation: isolate; overflow: hidden; background: #080c0a; }
.hero-backdrop, .hero-noise, .hero-smoke { position: absolute; inset: 0; pointer-events: none; }
.hero-backdrop { z-index: -3; background: linear-gradient(90deg, rgba(4, 7, 5, .86) 0%, rgba(4, 7, 5, .5) 43%, rgba(4, 7, 5, .08) 78%), url("assets/banner1-mnlqv8JO43IekQnE.jpg") center/cover; transform: scale(1.03); }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 50%, rgba(66, 165, 77, .17), transparent 31%), linear-gradient(180deg, rgba(4, 7, 5, .18), transparent 35%, rgba(4, 7, 5, .76)); }
.hero-noise { z-index: -2; opacity: .23; background-image: radial-gradient(rgba(255, 255, 255, .12) .7px, transparent .7px); background-size: 5px 5px; mix-blend-mode: soft-light; }
.hero-smoke { z-index: 4; top: auto; height: min(34%, 260px); opacity: .3; object-fit: cover; object-position: center bottom; mix-blend-mode: screen; mask-image: linear-gradient(transparent, #000 40%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: 2rem; }
.hero-copy { position: relative; z-index: 3; max-width: 640px; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 1.4rem; color: var(--lime); font-family: var(--body); font-size: .66rem; font-weight: 700; letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 14px currentColor; flex: 0 0 auto; }
.eyebrow-dot.cyan { color: var(--cyan); background: var(--cyan); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.02em; text-transform: uppercase; }
h1 { font-size: clamp(4.2rem, 8.1vw, 8.4rem); line-height: .82; max-width: 8ch; color: var(--white); text-shadow: 0 7px 0 rgba(0, 0, 0, .16); }
h1 em, h2 em, h3 em { font-style: italic; color: var(--lime); }
h1 em { display: inline-block; background: linear-gradient(110deg, var(--lime) 15%, #e9ffc9 40%, var(--lime) 62%, var(--lime-dark) 100%); background-size: 210% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: title-shimmer 8s linear infinite; }
.hero-lead { margin: 2rem 0 1.8rem; color: rgba(248, 250, 244, .82); font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.15rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .85rem; min-height: 52px; padding: .8rem 1.35rem .72rem; border: 1px solid transparent; font-family: var(--display); font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.button span { font-family: var(--body); font-size: 1rem; }
.button:hover { transform: translateY(-3px); }
.button-lime { color: var(--ink); background: var(--lime); box-shadow: 0 0 0 0 rgba(123, 211, 60, .35); }
.button-lime:hover { background: var(--lime-bright); box-shadow: 0 9px 30px rgba(123, 211, 60, .25); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #27322a; }
.price-lockup { display: flex; flex-direction: column; gap: .1rem; color: var(--white); }
.price-lockup small { color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.price-lockup strong { font-family: var(--display); font-size: 1.55rem; line-height: 1; letter-spacing: .03em; }
.trust-lockup { display: inline-flex; align-items: center; gap: .8rem; margin-top: 2.2rem; color: rgba(248, 250, 244, .68); font-size: .74rem; transition: color .2s ease; }
.trust-lockup:hover { color: var(--white); }
.trust-lockup b { color: var(--white); }
.stars { color: #00b67a; letter-spacing: .1em; font-size: 1rem; white-space: nowrap; }

.hero-stage { position: relative; height: min(72svh, 700px); min-height: 0; isolation: isolate; }
.stage-glow { position: absolute; z-index: -1; width: 60%; aspect-ratio: 1; right: 15%; top: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(121, 211, 60, .25), rgba(38, 133, 49, .1) 39%, transparent 70%); filter: blur(12px); animation: glow-breathe 5.5s ease-in-out infinite; }
.stage-orbit { position: absolute; border: 1px solid rgba(123, 211, 60, .24); border-radius: 50%; transform: rotate(-19deg); pointer-events: none; }
.orbit-one { width: 74%; height: 29%; top: 17%; right: 12%; }
.orbit-two { width: 80%; height: 35%; top: 14%; right: 9%; border-color: rgba(87, 233, 255, .13); transform: rotate(22deg); }
.color-rail { position: absolute; inset: 4% 0 0; z-index: 1; }
.color-tent, .hero-tent { position: absolute; bottom: 0; width: auto; max-width: 100%; height: min(65svh, 620px); object-fit: contain; transform-origin: bottom center; }
.color-tent { opacity: .46; filter: saturate(1.15) brightness(.78) drop-shadow(0 20px 28px rgba(0, 0, 0, .32)); transition: transform 1.1s cubic-bezier(.16, 1, .3, 1), opacity 1s ease; }
.color-magenta { right: 33%; transform: translate3d(16%, 0, 0) rotate(-5deg) scale(.88); }
.color-blue { right: 17%; transform: translate3d(23%, 0, 0) rotate(6deg) scale(.8); opacity: .35; }
.color-gold { right: 2%; transform: translate3d(32%, 0, 0) rotate(13deg) scale(.72); opacity: .28; }
.hero-stage.visible .color-magenta { transform: translate3d(-19%, 0, 0) rotate(-7deg) scale(.89); opacity: .7; }
.hero-stage.visible .color-blue { transform: translate3d(2%, 0, 0) rotate(8deg) scale(.82); opacity: .48; }
.hero-stage.visible .color-gold { transform: translate3d(25%, 0, 0) rotate(14deg) scale(.74); opacity: .36; }
.hero-tent { z-index: 5; right: 18%; width: clamp(190px, 19vw, 300px); height: auto; filter: drop-shadow(14px 25px 27px rgba(0, 0, 0, .5)); transform: translate3d(0, 13px, 0); transition: transform 1.15s cubic-bezier(.16, 1, .3, 1); }
.hero-stage.visible .hero-tent { transform: translate3d(0, 0, 0); }
.quality-stamp { position: absolute; z-index: 6; right: -1%; bottom: 2%; width: clamp(105px, 13vw, 180px); filter: drop-shadow(0 15px 16px rgba(0, 0, 0, .45)); animation: stamp-float 5s ease-in-out infinite; }
.stage-spec { position: absolute; z-index: 7; left: 4%; bottom: 11%; display: grid; gap: .25rem; padding: .7rem .8rem .65rem; border-left: 2px solid var(--lime); color: var(--white); background: rgba(7, 11, 8, .7); backdrop-filter: blur(12px); font-size: .6rem; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.stage-spec b { color: var(--lime); font-weight: 600; }
.hero-footer { position: absolute; z-index: 8; bottom: 28px; left: 0; right: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: rgba(248, 250, 244, .6); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.hero-footer > :last-child { text-align: right; }
.hero-footer a { color: var(--white); }
.hero-footer i { display: inline-block; margin-left: .45rem; color: var(--lime); font-size: 1rem; font-style: normal; animation: arrow-bob 1.8s ease-in-out infinite; }

.promise-band { border-block: 1px solid rgba(123, 211, 60, .18); background: #0d130f; overflow: hidden; }
.promise-track { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: rgba(248, 250, 244, .7); font-family: var(--display); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.promise-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 14px var(--lime); }

.feature-section { position: relative; padding: 145px 0 135px; background: radial-gradient(circle at 8% 20%, rgba(123, 211, 60, .12), transparent 28%), var(--ink); }
.feature-section::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000, transparent 85%); }
.section-intro { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 65px; }
.split-intro > div { flex: 1 1 auto; }
.section-intro h2, .dimensions-copy h2, .led-detail-copy h2, .trust-heading h2, .about-copy h2, .growbook-copy h2, .faq-heading h2, .final-inner h2 { font-size: clamp(3.3rem, 6.5vw, 7.2rem); line-height: .83; }
.section-deck { max-width: 420px; margin: 0; color: var(--muted); font-size: 1.03rem; }
.feature-art-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.feature-art { min-width: 0; margin: 0; padding: 1.1rem .85rem .9rem; border: 1px solid rgba(255, 255, 255, .1); background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015)); transition: transform .45s cubic-bezier(.16, 1, .3, 1), border-color .3s ease, background .3s ease; }
.feature-art:hover { transform: translateY(-10px) rotate(-1deg); border-color: rgba(123, 211, 60, .52); background: linear-gradient(145deg, rgba(123, 211, 60, .13), rgba(255, 255, 255, .02)); }
.feature-art:nth-child(even):hover { transform: translateY(-10px) rotate(1deg); }
.feature-art img { width: 100%; height: auto; object-fit: contain; }
.feature-art figcaption { margin: .55rem .2rem 0; color: rgba(248, 250, 244, .6); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.dimensions-section { padding: 140px 0 115px; }
.dimensions-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: clamp(3rem, 7vw, 9rem); }
.dimensions-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.visual-halo { position: absolute; width: min(90%, 550px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(123, 211, 60, .28), rgba(123, 211, 60, .09) 48%, transparent 70%); filter: blur(4px); }
.complete-set { position: relative; z-index: 1; width: min(100%, 575px); max-height: 655px; object-fit: contain; filter: drop-shadow(0 28px 25px rgba(31, 45, 31, .25)); }
.visual-tag { position: absolute; z-index: 2; padding: .58rem .75rem .52rem; border: 1px solid rgba(8, 11, 9, .2); color: var(--ink); background: rgba(242, 243, 237, .84); font-family: var(--display); font-size: .72rem; letter-spacing: .08em; }
.tag-top { top: 14%; left: 3%; transform: rotate(-7deg); }
.tag-bottom { right: 2%; bottom: 17%; transform: rotate(5deg); color: var(--lime-dark); }
.dimensions-copy { max-width: 600px; }
.dimensions-copy .eyebrow { color: var(--lime-dark); }
.dimensions-copy h2 { color: var(--ink); }
.dimensions-copy h2 em { color: #4e982f; }
.body-copy { color: var(--muted-dark); font-size: 1rem; }
.dimensions-copy > .body-copy { max-width: 500px; margin: 2rem 0; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; margin: 2.2rem 0; padding: 1.2rem 0; border-block: 1px solid var(--line-dark); }
.metric-row div { display: grid; gap: .25rem; }
.metric-row strong { color: var(--ink); font-family: var(--display); font-size: 2rem; line-height: 1; }
.metric-row span { color: var(--muted-dark); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.feature-list { display: grid; gap: 0; margin-top: 1.7rem; }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: .75rem; padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
.feature-list > div > span { color: #6aa63b; font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.feature-list h3 { font-family: var(--body); font-size: .87rem; font-weight: 700; letter-spacing: .02em; }
.feature-list p { margin: .25rem 0 0; color: var(--muted-dark); font-size: .83rem; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.6rem; color: var(--ink); font-family: var(--display); font-size: .92rem; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { color: #579932; font-family: var(--body); font-size: 1.1rem; transition: transform .2s ease; }
.text-link:hover span { transform: translate(4px, -3px); }
.blueprint-row { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 4rem; margin-top: 115px; padding-top: 75px; border-top: 1px solid var(--line-dark); }
.blueprint-copy { max-width: 420px; }
.blueprint-copy .eyebrow { color: var(--lime-dark); }
.blueprint-copy h3 { color: var(--ink); font-size: clamp(2.8rem, 5vw, 5.3rem); line-height: .84; }
.blueprint-copy h3 em { color: #4e982f; }
.blueprint-copy p:last-child { color: var(--muted-dark); }
.blueprint-visual { position: relative; min-height: 350px; display: grid; place-items: center; background: radial-gradient(circle at 50% 45%, rgba(40, 109, 178, .18), transparent 64%); }
.blueprint-visual img { position: relative; z-index: 1; width: min(100%, 590px); height: auto; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(17, 55, 91, .22)); }
.blueprint-line { position: absolute; z-index: 0; height: 1px; background: #4b9b44; transform-origin: left; opacity: .8; }
.line-one { width: 28%; top: 31%; left: 12%; transform: rotate(-17deg); }
.line-two { width: 24%; bottom: 24%; right: 7%; transform: rotate(-12deg); }

.led-banner { position: relative; min-height: 620px; display: grid; place-items: center; isolation: isolate; overflow: hidden; background: #051521; }
.led-banner, .led-detail { --display: "Barlow Condensed", Impact, sans-serif; }
.led-banner-image { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3, 17, 28, .25), rgba(3, 17, 28, .72)), url("assets/atomic-led-full.webp") center/cover; }
.led-banner-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .12), transparent 45%, rgba(0, 0, 0, .55)); }
.led-sweep { position: absolute; z-index: -1; top: -10%; bottom: -10%; left: -20%; width: 10%; background: linear-gradient(90deg, transparent, rgba(87, 233, 255, .4), transparent); filter: blur(15px); transform: skewX(-15deg); animation: led-sweep 7s ease-in-out infinite; }
.led-banner-inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 2rem; }
.led-banner-art { min-height: 420px; display: grid; place-items: center; }
.led-banner-art img { width: min(100%, 520px); filter: drop-shadow(0 0 35px rgba(87, 233, 255, .38)); animation: led-float 6s ease-in-out infinite; }
.led-banner-copy { max-width: 530px; padding: 2rem 0; }
.led-eyebrow { color: var(--cyan); }
.led-banner-copy h2 { font-size: clamp(4.2rem, 8vw, 8.8rem); line-height: .78; color: var(--white); }
.led-banner-copy h2 em { color: var(--cyan); }
.led-banner-copy > p:not(.eyebrow) { max-width: 400px; margin: 2rem 0; color: rgba(232, 249, 255, .76); font-size: 1.12rem; }
.led-rating { display: flex; align-items: center; gap: 1rem; color: var(--cyan); }
.led-rating span { letter-spacing: .18em; text-shadow: 0 0 18px rgba(87, 233, 255, .75); }
.led-rating small { color: rgba(232, 249, 255, .68); font-size: .63rem; letter-spacing: .15em; }

.led-detail { position: relative; isolation: isolate; overflow: hidden; padding: 145px 0 105px; background: #07111b; }
.led-detail::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(5, 13, 22, .94), rgba(5, 13, 22, .68)), url("assets/cool-led-A0xleyqOMZHZ34QJ.jpg") center/cover; }
.led-circuit { position: absolute; inset: 0; z-index: -2; opacity: .36; background-image: linear-gradient(45deg, transparent 48%, rgba(87, 233, 255, .18) 49%, transparent 51%), linear-gradient(-45deg, transparent 48%, rgba(87, 233, 255, .14) 49%, transparent 51%); background-size: 90px 90px; mask-image: radial-gradient(circle at 65% 45%, #000, transparent 69%); }
.led-detail-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.led-detail-copy { max-width: 620px; }
.led-detail-copy .eyebrow { color: var(--cyan); }
.led-detail-copy h2 { color: var(--white); }
.led-detail-copy h2 em { color: var(--cyan); }
.led-detail-copy .body-copy { color: rgba(232, 249, 255, .67); }
.led-detail-copy .body-copy strong { color: var(--white); }
.spectrum-legend { display: flex; flex-wrap: wrap; gap: .55rem .9rem; margin-top: 2rem; }
.spectrum-legend span { display: inline-flex; align-items: center; gap: .4rem; color: rgba(232, 249, 255, .72); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.spectrum-dot { width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 0 12px currentColor; }
.spectrum-dot.violet { color: #bb6dff; background: #bb6dff; }.spectrum-dot.blue { color: #3e80ff; background: #3e80ff; }.spectrum-dot.white { color: #f4fbff; background: #f4fbff; }.spectrum-dot.red { color: #ff5568; background: #ff5568; }.spectrum-dot.farred { color: #ed1e24; background: #ed1e24; }
.led-chip-stage { position: relative; min-height: 490px; display: grid; place-items: center; }
.led-chip-stage img { position: relative; z-index: 1; width: min(100%, 555px); border-radius: 50%; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(87, 233, 255, .36); box-shadow: 0 0 0 14px rgba(87, 233, 255, .04), 0 0 70px rgba(87, 233, 255, .2); }
.chip-glow { position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; background: rgba(87, 233, 255, .22); filter: blur(58px); animation: glow-breathe 5.5s ease-in-out infinite; }
.chip-label { position: absolute; z-index: 2; right: 4%; bottom: 14%; padding: .68rem .8rem .6rem; color: var(--cyan); border: 1px solid rgba(87, 233, 255, .34); background: rgba(3, 12, 18, .76); font-size: .62rem; letter-spacing: .14em; }
.led-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 95px; padding-top: 34px; border-top: 1px solid rgba(87, 233, 255, .2); }
.led-stat { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.led-stat img { width: 64px; height: 64px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(87, 233, 255, .35)); }
.led-stat div { display: grid; gap: .25rem; }
.led-stat strong { color: var(--white); font-family: var(--display); font-size: 1.02rem; letter-spacing: .05em; }
.led-stat span { color: rgba(232, 249, 255, .62); font-size: .76rem; line-height: 1.35; }

.shop-section { padding: 145px 0 105px; }
.shop-intro { margin-bottom: 55px; }
.shop-intro h2 { color: var(--ink); }
.shop-intro h2 em { color: #4e982f; }
.shop-intro .eyebrow { color: #579932; }
.products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.product-card { position: relative; overflow: hidden; border: 1px solid rgba(8, 11, 9, .14); background: #e6e9df; transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(27, 41, 28, .14); }
.product-card-featured { border-color: #78b651; background: #dde9d4; }
.product-ribbon { position: absolute; z-index: 3; top: 16px; left: 16px; padding: .55rem .75rem .47rem; color: var(--ink); background: var(--lime); font-family: var(--display); font-size: .68rem; letter-spacing: .1em; }
.product-media { position: relative; aspect-ratio: 1.12 / 1; display: grid; place-items: center; overflow: hidden; background: #090d0a; }
.product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s cubic-bezier(.16, 1, .3, 1); }
.product-card:hover .product-media img { transform: scale(1.04); }
.product-index { position: absolute; right: 17px; bottom: 15px; color: rgba(255, 255, 255, .6); font-family: var(--display); font-size: .78rem; letter-spacing: .1em; }
.product-card-body { padding: 1.5rem 1.55rem 1.6rem; }
.product-card-title { display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.product-card-title .eyebrow { margin-bottom: .55rem; color: #579932; }
.product-card-title h3 { color: var(--ink); font-size: 2.1rem; line-height: .9; }
.product-card-title > strong { color: var(--ink); font-family: var(--display); font-size: 2.25rem; line-height: .8; white-space: nowrap; }
.product-card-title > strong small { font-size: 1rem; }
.product-card-body > p { margin: 1rem 0; color: var(--muted-dark); }
.product-card-body ul { display: grid; gap: .45rem; margin: 1.2rem 0 1.45rem; padding: 0; list-style: none; color: var(--ink-soft); font-size: .83rem; }
.product-card-body li { display: flex; gap: .55rem; align-items: baseline; }
.product-card-body li::before { content: "✓"; color: #579932; font-weight: 700; }
.product-card-body li.muted { color: #7d877e; }
.product-card-body li.muted::before { content: "–"; color: #a1aaa1; }
.assurance-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 55px; padding-top: 25px; border-top: 1px solid var(--line-dark); }
.assurance-row span { display: grid; gap: .22rem; }
.assurance-row b { color: var(--ink); font-family: var(--display); font-size: .98rem; letter-spacing: .04em; }
.assurance-row small { color: var(--muted-dark); font-size: .7rem; }

.trust-section { position: relative; isolation: isolate; overflow: hidden; padding: 145px 0 120px; }
.trust-wood { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(7, 10, 8, .9), rgba(7, 10, 8, .62)), url("assets/table-mxB4NGzDwVsyP2wd.jpeg") center/cover; }
.trust-section::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 70% 34%, rgba(123, 211, 60, .14), transparent 34%), linear-gradient(180deg, rgba(7, 10, 8, .08), rgba(7, 10, 8, .8)); pointer-events: none; }
.trust-heading { max-width: 650px; }
.trust-heading h2 { color: var(--white); }
.trust-heading h2 em { color: var(--lime); }
.trust-heading > p:last-child { margin-top: 1.8rem; color: rgba(248, 250, 244, .7); font-size: 1.08rem; }
.trust-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 65px; }
.trust-card { position: relative; min-height: 445px; display: flex; flex-direction: column; padding: 1.35rem 1.45rem 1.5rem; border: 1px solid rgba(255, 255, 255, .17); background: rgba(9, 14, 10, .7); backdrop-filter: blur(9px); transition: transform .45s cubic-bezier(.16, 1, .3, 1), border-color .3s ease, background .3s ease; }
.trust-card:hover { transform: translateY(-8px); border-color: rgba(123, 211, 60, .65); background: rgba(11, 21, 13, .82); }
.trust-art { min-height: 190px; display: grid; place-items: center; }
.trust-art img { width: min(100%, 205px); max-height: 190px; object-fit: contain; }
.trust-card-warranty .trust-art img { width: min(100%, 210px); }
.trust-card h3 { max-width: 330px; color: var(--white); font-family: var(--body); font-size: 1rem; font-weight: 700; line-height: 1.25; letter-spacing: .02em; text-transform: none; }
.trust-card p { margin: .65rem 0 0; color: rgba(248, 250, 244, .65); font-size: .82rem; }
.trust-card p b { color: var(--lime-bright); }
.card-number { margin-top: auto; padding-top: 1.4rem; color: var(--lime); font-family: var(--display); font-size: .78rem; letter-spacing: .14em; }
.satisfied-art { align-content: center; color: var(--lime-bright); text-align: center; }
.satisfied-art span { display: block; font-family: var(--display); font-size: 4.7rem; line-height: .72; text-shadow: 0 0 22px rgba(123, 211, 60, .34); }
.satisfied-art small { display: block; margin-top: .8rem; font-size: .68rem; letter-spacing: .3em; }
.trustpilot-panel { display: grid; grid-template-columns: .7fr 1.45fr .95fr; gap: 1.4rem; align-items: center; margin-top: 18px; padding: 1.4rem 1.5rem; border: 1px solid rgba(255, 255, 255, .15); background: rgba(7, 12, 8, .76); backdrop-filter: blur(12px); }
.trust-score { display: grid; gap: .2rem; }
.trust-score > strong { font-family: var(--display); font-size: 3.3rem; line-height: .8; }
.trust-score > strong span { color: var(--muted); font-family: var(--body); font-size: 1rem; }
.trust-score .stars { font-size: .85rem; }
.trust-score small { color: rgba(248, 250, 244, .58); font-size: .68rem; }
.trustpilot-panel blockquote { margin: 0; color: rgba(248, 250, 244, .9); font-size: .98rem; line-height: 1.45; }
.review-by { display: flex; align-items: center; gap: .65rem; }
.avatar { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: .68rem; font-weight: 700; }
.review-by > span:not(.avatar) { display: grid; gap: .15rem; }
.review-by b { color: var(--white); font-size: .74rem; }
.review-by small { color: var(--muted); font-size: .64rem; }
.review-by a { margin-left: auto; color: var(--lime); font-size: .68rem; white-space: nowrap; }

.about-section { position: relative; isolation: isolate; overflow: hidden; padding: 160px 0; background: #090e0b; }
.about-section::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .32; background-image: radial-gradient(circle at 25% 30%, rgba(123, 211, 60, .18), transparent 28%), url("assets/backgroundnew-YbNBlnarpPS5k8Q4.jpg"); background-position: center; background-size: cover; }
.about-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9, 14, 11, .08), rgba(9, 14, 11, .72) 72%); }
.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 5rem; }
.about-copy { max-width: 630px; }
.about-copy h2 { color: var(--white); }
.about-copy h2 em { color: var(--lime); }
.about-copy .body-copy { max-width: 550px; color: rgba(248, 250, 244, .67); }
.about-copy .text-link { color: var(--white); }
.about-copy .text-link span { color: var(--lime); }
.about-rule { width: 100%; max-width: 460px; height: 1px; margin: 1.8rem 0; background: linear-gradient(90deg, var(--lime), transparent); }
.about-mark { position: relative; min-height: 480px; display: grid; place-items: center; }
.hex-field { position: absolute; width: min(100%, 500px); aspect-ratio: 1; border-radius: 50%; background: repeating-linear-gradient(60deg, rgba(123, 211, 60, .17) 0 1px, transparent 1px 32px), repeating-linear-gradient(-60deg, rgba(123, 211, 60, .13) 0 1px, transparent 1px 32px); mask-image: radial-gradient(circle, #000 0 56%, transparent 73%); transform: rotate(10deg); }
.about-mark img { position: relative; z-index: 1; width: min(100%, 255px); filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .45)); transform: rotate(9deg); animation: mark-float 6s ease-in-out infinite; }
.about-mark > span { position: absolute; z-index: 2; right: 3%; bottom: 10%; padding: .8rem 1rem .7rem; border-left: 2px solid var(--lime); color: rgba(248, 250, 244, .78); background: rgba(8, 13, 9, .74); font-family: var(--display); font-size: .78rem; letter-spacing: .1em; line-height: 1.2; text-align: right; }
.about-mark > span b { color: var(--lime); font-size: 1.1rem; }

.growbook-section { padding: 135px 0 145px; background: radial-gradient(circle at 78% 50%, rgba(87, 233, 255, .08), transparent 30%), #0b100c; }
.growbook-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.growbook-art { position: relative; min-height: 470px; display: grid; place-items: center; }
.growbook-art > img:first-of-type { position: relative; z-index: 1; width: min(100%, 500px); object-fit: contain; filter: drop-shadow(0 23px 26px rgba(0, 0, 0, .45)); }
.art-ring { position: absolute; width: 68%; aspect-ratio: 1; border: 1px solid rgba(123, 211, 60, .38); border-radius: 50%; transform: rotate(-17deg); }
.art-ring::after { content: ""; position: absolute; inset: 8%; border: 1px dashed rgba(123, 211, 60, .25); border-radius: 50%; }
.growbook-patch { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(40%, 190px); transform: rotate(12deg); filter: drop-shadow(0 16px 14px rgba(0, 0, 0, .45)); }
.growbook-copy { max-width: 570px; }
.growbook-copy h2 { color: var(--white); }
.growbook-copy h2 em { color: var(--lime); }
.growbook-copy .body-copy { color: rgba(248, 250, 244, .66); }
.growbook-note { display: flex; align-items: center; gap: 1rem; margin: 2rem 0; padding: .9rem 1rem; border: 1px solid rgba(123, 211, 60, .24); background: rgba(123, 211, 60, .07); }
.growbook-note > span { color: var(--lime); font-family: var(--display); font-size: 1.2rem; }
.growbook-note p { margin: 0; color: rgba(248, 250, 244, .62); font-size: .8rem; }
.growbook-note b { color: var(--white); }

.faq-section { padding: 135px 0 150px; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.faq-heading h2 { color: var(--ink); }
.faq-heading h2 em { color: #4e982f; }
.faq-heading > p:last-child { color: var(--muted-dark); }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.15rem 0; color: var(--ink); cursor: pointer; list-style: none; font-family: var(--display); font-size: 1.18rem; letter-spacing: .02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #579932; font-family: var(--body); font-size: 1.35rem; font-weight: 300; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: 0 2.2rem 1.25rem 0; color: var(--muted-dark); font-size: .9rem; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; padding: 155px 0 165px; text-align: center; background: #0a100b; }
.final-rays { position: absolute; inset: -40%; z-index: -1; opacity: .46; background: conic-gradient(from 205deg at 50% 50%, transparent 0 33%, rgba(123, 211, 60, .18) 34% 35%, transparent 36% 47%, rgba(87, 233, 255, .13) 48% 49%, transparent 50% 100%); animation: ray-spin 26s linear infinite; }
.final-inner { display: grid; justify-items: center; }
.final-inner h2 { color: var(--white); }
.final-inner h2 em { color: var(--lime); }
.final-inner > p:not(.eyebrow) { margin: 1.3rem 0 1.8rem; color: rgba(248, 250, 244, .7); }
.final-inner .eyebrow { justify-content: center; }

.site-footer { padding: 50px 0 30px; color: rgba(248, 250, 244, .65); background: #060906; }
.footer-top { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; padding-bottom: 34px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.footer-top p { margin: 0; font-family: var(--display); font-size: .9rem; letter-spacing: .04em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.4rem; justify-content: end; font-size: .72rem; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 22px; color: rgba(248, 250, 244, .4); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom a { color: rgba(248, 250, 244, .7); }
.mobile-shop-bar { display: none; }

html.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s cubic-bezier(.16, 1, .3, 1), transform .85s cubic-bezier(.16, 1, .3, 1); }
html.js .reveal.visible { opacity: 1; transform: none; }
html.js .reveal-delay-1 { transition-delay: .12s; } html.js .reveal-delay-2 { transition-delay: .22s; } html.js .reveal-delay-3 { transition-delay: .32s; } html.js .reveal-delay-4 { transition-delay: .42s; }

@keyframes title-shimmer { 0%, 35% { background-position: 180% 0; } 65%, 100% { background-position: -30% 0; } }
@keyframes glow-breathe { 0%, 100% { transform: scale(.9); opacity: .72; } 50% { transform: scale(1.06); opacity: 1; } }
@keyframes stamp-float { 0%, 100% { transform: rotate(-7deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(-10px); } }
@keyframes arrow-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
@keyframes led-sweep { 0%, 24% { transform: translateX(-120vw) skewX(-15deg); } 50%, 74% { transform: translateX(1150%) skewX(-15deg); } 100% { transform: translateX(1150%) skewX(-15deg); } }
@keyframes led-float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes mark-float { 0%, 100% { transform: rotate(9deg) translateY(0); } 50% { transform: rotate(5deg) translateY(-12px); } }
@keyframes ray-spin { to { transform: rotate(360deg); } }

@media (max-width: 1040px) {
  .page-width { width: min(100% - 48px, 820px); }
  .site-header { padding-inline: 24px; gap: 1rem; }
  .primary-nav { gap: 1rem; }
  .hero { min-height: 820px; }
  .hero-inner { grid-template-columns: .9fr 1.1fr; }
  .hero-stage { height: min(70svh, 620px); min-height: 0; }
  .hero-tent { right: 11%; }
  .color-magenta { right: 29%; }.color-blue { right: 12%; }.color-gold { right: -2%; }
  .dimensions-grid, .led-detail-grid, .about-grid, .growbook-grid { gap: 3rem; }
  .trustpilot-panel { grid-template-columns: .7fr 1.2fr 1fr; }
}

@media (max-width: 780px) {
  .page-width { width: calc(100% - 38px); }
  .site-header { height: 70px; padding-inline: 19px; }
  .site-header.scrolled { height: 64px; }
  .brand img { width: 100px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 64px; left: 19px; right: 19px; display: grid; gap: 0; max-height: 0; margin: 0; padding: 0 1.2rem; overflow: hidden; border: 1px solid transparent; background: rgba(7, 11, 8, .94); backdrop-filter: blur(18px); transition: max-height .35s ease, padding .35s ease, border-color .35s ease; }
  .primary-nav.open { max-height: 330px; padding-block: .55rem; border-color: rgba(123, 211, 60, .28); }
  .primary-nav a { padding: .86rem 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .primary-nav a:last-child { border-bottom: 0; }
  .hero { min-height: auto; padding: 130px 0 90px; }
  .hero-inner { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { max-width: 540px; }
  h1 { font-size: clamp(4rem, 16vw, 6.5rem); }
  .hero-stage { height: min(62svh, 560px); min-height: 0; margin-top: -5px; }
  .hero-tent { right: 16%; width: auto; height: min(62svh, 520px); }
  .color-tent { height: min(56svh, 470px); }
  .color-magenta { right: 27%; }.color-blue { right: 8%; }.color-gold { right: -8%; }
  .quality-stamp { right: 0; width: 125px; }
  .stage-spec { left: 3%; bottom: 9%; }
  .hero-footer { position: absolute; bottom: 18px; grid-template-columns: 1fr auto; gap: .5rem; font-size: .54rem; }
  .hero-footer > :last-child { display: none; }
  .promise-track { overflow: hidden; justify-content: start; animation: promise-slide 20s linear infinite; width: max-content; min-width: 100%; }
  .promise-band .page-width { width: 100%; padding-inline: 19px; }
  .promise-track i { margin-inline: .4rem; }
  .feature-section, .dimensions-section, .led-detail, .shop-section, .trust-section, .about-section, .growbook-section, .faq-section { padding-block: 95px; }
  .section-intro { display: grid; gap: 1.5rem; margin-bottom: 42px; }
  .section-deck { max-width: 540px; }
  .feature-art-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
  .feature-art { padding: .6rem .5rem .65rem; }
  .feature-art figcaption { font-size: .58rem; }
  .dimensions-grid, .led-detail-grid, .about-grid, .growbook-grid, .faq-grid { grid-template-columns: 1fr; }
  .dimensions-visual { min-height: 520px; order: 2; }
  .dimensions-copy { order: 1; }
  .blueprint-row { grid-template-columns: 1fr; gap: 1.2rem; margin-top: 85px; padding-top: 55px; }
  .blueprint-visual { min-height: 300px; }
  .led-banner { min-height: 700px; }
  .led-banner-inner { grid-template-columns: 1fr; gap: 0; }
  .led-banner-art { min-height: 350px; }
  .led-banner-art img { width: min(100%, 470px); }
  .led-banner-copy { padding: 0 0 1.2rem; }
  .led-banner-copy h2 { font-size: clamp(4.1rem, 17vw, 7rem); }
  .led-chip-stage { min-height: 390px; order: -1; }
  .led-stats { margin-top: 70px; grid-template-columns: 1fr; gap: 1.1rem; }
  .products-grid, .trust-cards { grid-template-columns: 1fr; }
  .product-card-title h3 { font-size: 1.85rem; }
  .assurance-row { grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem; }
  .trust-cards { gap: .75rem; margin-top: 45px; }
  .trust-card { min-height: 390px; }
  .trustpilot-panel { grid-template-columns: 1fr; gap: 1rem; }
  .review-by a { margin-left: auto; }
  .about-mark { min-height: 390px; }
  .growbook-art { min-height: 390px; }
  .growbook-patch { width: 150px; }
  .footer-top { grid-template-columns: 1fr; gap: 1rem; }
  .footer-links { justify-content: start; }
  .footer-bottom { display: grid; gap: .65rem; }
  .mobile-shop-bar { position: fixed; z-index: 40; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 1rem .77rem; color: var(--white); border: 1px solid rgba(123, 211, 60, .42); background: rgba(7, 12, 8, .92); backdrop-filter: blur(16px); box-shadow: 0 12px 35px rgba(0, 0, 0, .28); font-size: .72rem; }
  .mobile-shop-bar b { color: var(--lime); font-family: var(--display); font-size: 1.05rem; letter-spacing: .04em; }
}

@media (max-width: 460px) {
  body { font-size: 15px; }
  .page-width { width: calc(100% - 30px); }
  .site-header { padding-inline: 15px; }
  .primary-nav { left: 15px; right: 15px; }
  .hero { padding-top: 112px; }
  .hero-stage { height: min(60svh, 460px); min-height: 0; margin-top: 12px; }
  .hero-tent { width: auto; height: min(60svh, 430px); right: 16%; }
  .color-tent { height: min(53svh, 380px); }
  .color-magenta { right: 24%; }.color-blue { right: 1%; }.color-gold { right: -17%; }
  .quality-stamp { width: 96px; right: -2%; bottom: 3%; }
  .stage-spec { bottom: 10%; left: 0; font-size: .52rem; }
  .hero-footer { font-size: .49rem; }
  .hero-copy h1 { font-size: clamp(3.45rem, 18vw, 5rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { gap: .8rem; }
  .button { min-height: 49px; padding-inline: 1rem; font-size: .78rem; }
  .trust-lockup { font-size: .67rem; }
  .stars { font-size: .86rem; }
  .section-intro h2, .dimensions-copy h2, .led-detail-copy h2, .trust-heading h2, .about-copy h2, .growbook-copy h2, .faq-heading h2, .final-inner h2 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .feature-art-grid { gap: .45rem; }
  .feature-art figcaption { letter-spacing: .03em; }
  .dimensions-visual { min-height: 410px; }
  .visual-tag { font-size: .58rem; }
  .complete-set { width: 100%; }
  .metric-row strong { font-size: 1.5rem; }
  .metric-row span { font-size: .56rem; }
  .blueprint-row { margin-top: 60px; }
  .blueprint-visual { min-height: 240px; }
  .led-banner { min-height: 575px; }
  .led-banner-art { min-height: 265px; }
  .led-banner-copy > p:not(.eyebrow) { font-size: .95rem; }
  .led-chip-stage { min-height: 300px; }
  .chip-label { right: 0; bottom: 7%; font-size: .5rem; }
  .led-stat img { width: 52px; height: 52px; }
  .product-card-body { padding: 1.2rem 1.15rem 1.3rem; }
  .product-card-title > strong { font-size: 1.9rem; }
  .assurance-row { gap: 1rem .7rem; }
  .assurance-row b { font-size: .82rem; }
  .assurance-row small { font-size: .63rem; }
  .trust-card { min-height: 350px; }
  .trust-art { min-height: 155px; }
  .trust-art img { max-height: 155px; }
  .about-mark { min-height: 300px; }
  .about-mark > span { right: 0; bottom: 2%; font-size: .62rem; }
  .growbook-art { min-height: 290px; }
  .growbook-patch { width: 110px; }
  .footer-bottom { font-size: .54rem; }
}

@media (min-width: 781px) and (max-height: 720px) {
  .hero { padding-top: 88px; padding-bottom: 42px; }
  h1 { font-size: clamp(3.5rem, 6.6vw, 6.4rem); }
  .hero-lead { margin: 1.15rem 0 1.25rem; font-size: 1rem; }
  .trust-lockup { margin-top: 1.35rem; }
  .hero-stage { height: min(66svh, 470px); }
  .hero-tent { width: auto; height: min(66svh, 440px); }
  .color-tent { height: min(58svh, 390px); }
  .hero-footer { bottom: 14px; }
}

@media (min-width: 781px) and (max-height: 520px) {
  .hero { padding-top: 70px; padding-bottom: 33px; }
  h1 { font-size: clamp(3rem, 5.3vw, 5.2rem); }
  .hero-lead { margin: .8rem 0 1rem; font-size: .95rem; }
  .hero-actions .button { min-height: 44px; padding: .6rem 1rem; }
  .price-lockup strong { font-size: 1.3rem; }
  .trust-lockup { margin-top: 1rem; }
  .hero-stage { height: min(68svh, 360px); }
  .hero-tent { width: auto; height: min(68svh, 350px); }
  .color-tent { height: min(58svh, 300px); }
  .hero-footer { bottom: 9px; font-size: .52rem; }
}

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

@keyframes promise-slide { from { transform: translateX(0); } to { transform: translateX(-32%); } }
