@font-face {
  font-family: "Anton";
  src: url("assets/fonts/Anton-Latin.woff2?v=20260724-1") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --bg: #07090d;
  --bg-deep: #030508;
  --surface: #0d1117;
  --surface-2: #121821;
  --surface-3: #171e28;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #f4f7f4;
  --muted: #acb7b7;
  --accent: #a8ff4f;
  --accent-2: #55edff;
  --accent-rgb: 168, 255, 79;
  --danger: #ff5a77;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Anton", Impact, Haettenschweiler, sans-serif;
  --mono: ui-monospace, "Cascadia Mono", "Cascadia Code", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 5%, rgba(85, 237, 255, 0.05), transparent 25rem),
    var(--bg);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::selection {
  color: var(--bg-deep);
  background: var(--accent);
}

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

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

button {
  color: inherit;
}

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

svg {
  display: block;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 4px;
}

.shell {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(56px, 5vw, 78px);
}

.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: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #050704;
  background: var(--accent);
  border-radius: 7px;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.eyebrow {
  margin-bottom: 17px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: clamp(28px, 3.6vw, 44px);
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 40px;
  align-items: end;
}

.section-heading h2,
.story-copy h2,
.hardware-copy h2,
.specs-layout h2,
.buy-inner h2,
.energy-intro h2,
.shared-heading h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(2.1rem, 2.85vw, 3.15rem);
  font-stretch: condensed;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.95;
  text-transform: uppercase;
  word-spacing: 0.06em;
}

.section-heading--split > p {
  max-width: 430px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 1.16rem;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  border-color: var(--line);
  background: rgba(7, 9, 13, 0.84);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
}

.header-brand-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.brand-mark {
  display: grid;
  width: 50px;
  height: 50px;
  padding: 7px;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  align-items: end;
  border: 1px solid rgba(var(--accent-rgb), 0.55);
  background: rgba(var(--accent-rgb), 0.06);
  box-shadow: inset 0 0 18px rgba(var(--accent-rgb), 0.08);
}

.brand-mark i {
  display: block;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(var(--accent-rgb), 0.7);
}

.brand-mark i:nth-child(1) { height: 38%; }
.brand-mark i:nth-child(2) { height: 62%; }
.brand-mark i:nth-child(3) { height: 48%; }
.brand-mark i:nth-child(4) { height: 90%; }

.brand-copy {
  display: grid;
  gap: 0;
}

.brand-copy strong,
.brand-copy small {
  font-family: var(--mono);
  font-size: 1.08rem;
  font-variant-ligatures: none;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.08;
}

.brand-copy small {
  color: var(--accent);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-separator {
  color: #596363;
  font-family: var(--mono);
  font-size: 0.92rem;
  line-height: 1;
  user-select: none;
}

.site-nav a {
  color: #c5cdcc;
  font-family: var(--mono);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--text);
}

.site-nav .nav-buy {
  margin-left: 10px;
  padding: 12px 17px;
  color: var(--bg-deep);
  background: var(--accent);
  border: 1px solid var(--accent);
}

.site-nav .nav-buy:hover {
  color: var(--bg-deep);
  background: #c5ff8c;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 42px;
  padding: 0 11px;
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background: var(--text);
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* Hero */
.hero {
  position: relative;
  display: grid;
  min-height: min(700px, 88svh);
  padding: 116px 0 48px;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 9, 13, 0.1), var(--bg) 98%),
    var(--bg-deep);
}

.hero-grid,
.buy-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 84%);
}

.hero-glow {
  position: absolute;
  z-index: -2;
  width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.12;
  pointer-events: none;
}

.hero-glow--one {
  top: 20%;
  right: -180px;
  background: var(--accent-2);
}

.hero-glow--two {
  bottom: -280px;
  left: 15%;
  background: var(--accent);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
  gap: clamp(30px, 4vw, 52px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(var(--accent-rgb), 0.1), 0 0 15px rgba(var(--accent-rgb), 0.8);
  animation: pulse 2.1s ease-in-out infinite;
}

@keyframes pulse {
  50% { opacity: 0.45; box-shadow: 0 0 0 8px rgba(var(--accent-rgb), 0.03), 0 0 8px rgba(var(--accent-rgb), 0.5); }
}

.hero h1 {
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(3.05rem, 4.15vw, 4.45rem);
  font-stretch: condensed;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-transform: uppercase;
  word-spacing: 0.08em;
}

.hero-title-line {
  display: block;
  color: var(--text);
  white-space: nowrap;
}

.hero .hero-title-accent,
.energy-hero h1 > span,
.buy-inner h2 span,
.hardware-copy h2 span {
  color: transparent;
  background: linear-gradient(100deg, var(--accent), var(--accent-2));
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lede {
  max-width: 560px;
  margin-bottom: 28px;
  color: #b8c1c0;
  font-size: clamp(1.15rem, 1.45vw, 1.28rem);
  line-height: 1.7;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 20px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid transparent;
  font-family: var(--mono);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button--primary {
  color: var(--bg-deep);
  background: var(--accent);
  box-shadow: 0 0 32px rgba(var(--accent-rgb), 0.13);
}

.button--primary:hover {
  background: #c6ff8e;
}

.button--ghost {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
}

.button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.hero-facts {
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  display: grid;
  padding: 0 22px;
  gap: 2px;
  border-left: 1px solid var(--line);
}

.hero-facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-facts strong {
  font-family: var(--mono);
  font-size: 1.05rem;
}

.hero-facts span {
  color: var(--muted);
  font-size: 0.94rem;
  white-space: nowrap;
}

.product-stage {
  position: relative;
  min-width: 0;
  width: min(100%, 620px);
  margin: 0;
  padding: 16px;
  justify-self: end;
  border: 1px solid var(--line);
  background: rgba(12, 16, 22, 0.73);
  box-shadow: var(--shadow);
  transform: none;
}

.hero:not(.energy-hero) .product-stage {
  width: min(100%, 580px);
}

.product-stage::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 18% 8% -8%;
  background: rgba(78, 124, 255, 0.32);
  filter: blur(75px);
  opacity: 0.46;
}

.stage-corners::before,
.stage-corners::after {
  position: absolute;
  z-index: 2;
  width: 29px;
  height: 29px;
  content: "";
  pointer-events: none;
}

.stage-corners::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--accent-2);
  border-left: 2px solid var(--accent-2);
}

.stage-corners::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}

.stage-image-wrap {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #07080b;
  cursor: pointer;
  touch-action: pan-y;
}

.stage-image-wrap::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(115deg, transparent 54%, rgba(255, 255, 255, 0.06));
  pointer-events: none;
}

.stage-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 200ms cubic-bezier(0.22, 0.72, 0.25, 1);
  will-change: transform;
}

.stage-slide {
  display: grid;
  min-width: 100%;
  height: 100%;
  flex: 0 0 100%;
  place-items: center;
  overflow: hidden;
}

.stage-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-stage figcaption {
  display: grid;
  min-height: 66px;
  padding-top: 18px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.96rem;
  letter-spacing: 0.07em;
}

.stage-caption-primary {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
}

.stage-caption-detail {
  text-align: right;
}

.stage-carousel-controls {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.stage-carousel-dots {
  position: relative;
  display: flex;
  max-width: 160px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.stage-carousel-dots::-webkit-scrollbar {
  display: none;
}

.stage-carousel-dots button {
  flex: 0 0 32px;
}

.stage-carousel-controls button {
  position: relative;
  width: 32px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.stage-carousel-controls button:not(.stage-carousel-toggle)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #6f7b7c;
  background: transparent;
  content: "";
  transform: translate(-50%, -50%);
}

.stage-carousel-controls button[aria-current="true"]::after {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 0 9px rgba(var(--accent-rgb), 0.75);
}

.stage-carousel-toggle {
  flex: 0 0 32px;
  margin-left: 2px;
  color: #aeb8b7;
  font-family: var(--mono);
  font-size: 0.94rem;
  line-height: 1;
}

.stage-carousel-toggle:hover {
  color: var(--text);
}

.product-stage figcaption i,
.image-label i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 9px rgba(var(--accent-rgb), 0.9);
}

/* Feature cards */
.features-section {
  background:
    radial-gradient(circle at 15% 30%, rgba(var(--accent-rgb), 0.04), transparent 28rem),
    var(--bg);
}

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

.feature-card {
  position: relative;
  display: flex;
  grid-column: span 4;
  min-height: 0;
  padding: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 60%), var(--surface);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.feature-card::after {
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  filter: blur(80px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.feature-card:hover {
  border-color: rgba(var(--accent-rgb), 0.34);
  background-color: #111720;
  transform: translateY(-4px);
}

.feature-card:hover::after {
  opacity: 0.12;
}

.feature-media {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #06090d;
}

.feature-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-media--triptych {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-media--triptych img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  border-left: 1px solid var(--line);
}

.feature-media--triptych img:first-child {
  border-left: 0;
}

.feature-media--contain > img {
  object-fit: contain;
}

.feature-media--settings {
  padding: 18px;
  background:
    radial-gradient(circle at 50% 120%, rgba(var(--accent-rgb), 0.12), transparent 65%),
    #0a1017;
}

.feature-media--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-media--split figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.feature-media--split figure:first-child {
  border-left: 0;
}

.feature-media--split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-media--split figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 7px 9px;
  color: var(--text);
  background: rgba(3, 5, 8, 0.78);
  font-family: var(--mono);
  font-size: 0.94rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.feature-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 27px 29px 30px;
  flex: 1;
  flex-direction: column;
}

.feature-card-meta {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
  color: #99a5a5;
  font-family: var(--mono);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card-meta span:first-child {
  color: var(--accent);
}

.feature-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.045);
}

.feature-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.7;
}

.feature-card h3,
.utility-card h3,
.energy-feature-card h3 {
  margin-bottom: 15px;
  font-size: clamp(1.45rem, 1.8vw, 1.75rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.feature-card-body > p,
.utility-card--config > p,
.energy-feature-card > p {
  max-width: 530px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.token-list,
.provider-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.token-list {
  margin-top: 22px;
}

.token-list span,
.provider-list li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: #c9d1d0;
  background: rgba(255, 255, 255, 0.025);
  font-family: var(--mono);
  font-size: 0.94rem;
  letter-spacing: 0.04em;
}

.provider-list {
  margin: 12px 0 0;
  padding: 0;
  justify-content: flex-start;
  list-style: none;
}

.provider-list li {
  padding: 8px 10px;
}

.feature-check-list {
  margin-top: 21px;
}

.feature-check-list li {
  font-size: 0.96rem;
}

/* Display story */
.display-story {
  border-block: 1px solid var(--line);
  background: #090c11;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: center;
}

.story-image {
  position: relative;
  padding: 14px;
  border: 1px solid var(--line);
  background: #080a0d;
  box-shadow: var(--shadow);
}

.story-image::before {
  position: absolute;
  z-index: -1;
  inset: 17% 2% -8% 20%;
  background: rgba(var(--accent-rgb), 0.16);
  content: "";
  filter: blur(70px);
}

.story-image img {
  width: 100%;
  aspect-ratio: 1.37;
  object-fit: cover;
}

.image-label {
  position: absolute;
  right: 27px;
  bottom: 28px;
  display: inline-flex;
  padding: 8px 11px;
  align-items: center;
  gap: 8px;
  color: #e7ecea;
  background: rgba(3, 5, 8, 0.76);
  backdrop-filter: blur(8px);
  font-family: var(--mono);
  font-size: 0.94rem;
  letter-spacing: 0.08em;
}

.story-copy > p:not(.eyebrow),
.hardware-copy > p:not(.eyebrow),
.energy-intro > p:not(.eyebrow),
.shared-heading > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0 42px;
  color: var(--muted);
  font-size: 1.12rem;
}

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

.mode-list > div {
  display: grid;
  padding: 17px 0;
  grid-template-columns: 45px 1fr;
  border-bottom: 1px solid var(--line);
}

.mode-list span {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.94rem;
}

.mode-list p {
  display: grid;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.mode-list strong {
  margin-bottom: 2px;
  color: var(--text);
  font-size: 1.1rem;
}

/* Utility */
.utility-section {
  background: var(--bg);
}

.utility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: 16px;
}

.utility-card {
  min-height: 600px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.utility-card--visual {
  position: relative;
  overflow: hidden;
}

.utility-card--visual::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to top, rgba(4, 6, 9, 0.94), rgba(4, 6, 9, 0.02) 70%);
}

.utility-card--visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.utility-card-overlay {
  position: absolute;
  z-index: 2;
  right: clamp(25px, 4vw, 50px);
  bottom: clamp(25px, 4vw, 48px);
  left: clamp(25px, 4vw, 50px);
}

.utility-card-overlay h2 {
  max-width: 650px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 3.15vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-transform: uppercase;
}

.utility-card--config {
  display: flex;
  padding: clamp(30px, 4vw, 52px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(85, 237, 255, 0.035), transparent 55%),
    var(--surface);
}

.utility-card--config .feature-icon {
  margin-bottom: 70px;
}

.utility-card--config .eyebrow {
  margin-bottom: 13px;
}

.check-list {
  width: 100%;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 12px 0 12px 25px;
  border-top: 1px solid var(--line);
  color: #d3dad8;
  font-family: var(--mono);
  font-size: 0.96rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.check-list li::before {
  position: absolute;
  top: 16px;
  left: 2px;
  color: var(--accent);
  content: "+";
}

/* Hardware */
.hardware-section {
  border-block: 1px solid var(--line);
  background: #090c11;
  overflow: hidden;
}

.hardware-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 7vw, 82px);
  align-items: center;
}

.hardware-copy h2 {
  font-size: clamp(2.15rem, 3vw, 3.3rem);
}

.text-link {
  display: inline-flex;
  padding-bottom: 7px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--accent);
  color: var(--text);
  font-family: var(--mono);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mini-specs {
  display: grid;
  margin: 38px 0 0;
  border-top: 1px solid var(--line);
}

.mini-specs > div {
  display: grid;
  padding: 12px 0;
  grid-template-columns: 0.62fr 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.mini-specs dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.96rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mini-specs dd {
  margin: 0;
  color: #dce3e1;
  font-size: 1.08rem;
}

.hardware-images {
  position: relative;
  min-height: 690px;
}

.hardware-image {
  position: absolute;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hardware-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hardware-image figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 7px 9px;
  color: var(--text);
  background: rgba(3, 5, 8, 0.75);
  font-family: var(--mono);
  font-size: 0.94rem;
  letter-spacing: 0.08em;
}

.hardware-image--wall {
  top: 0;
  right: 0;
  width: 86%;
  height: 63%;
}

.hardware-image--case {
  bottom: 0;
  left: 0;
  width: 54%;
  height: 45%;
}

/* Gallery */
.gallery-section {
  background:
    radial-gradient(circle at 85% 12%, rgba(85, 237, 255, 0.035), transparent 28rem),
    var(--bg);
}

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

.gallery-card {
  position: relative;
  aspect-ratio: 16 / 9;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: zoom-in;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.gallery-card:nth-child(2) img { object-position: center 60%; }
.gallery-card:nth-child(5) img { object-position: center 36%; }
.gallery-card:nth-child(6) img { object-position: center 64%; }

.gallery-card::after {
  position: absolute;
  content: "+";
  top: 16px;
  right: 16px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--text);
  background: rgba(3, 5, 8, 0.5);
  backdrop-filter: blur(8px);
  font-family: var(--mono);
  transition: background-color 180ms ease, color 180ms ease;
}

.gallery-card > span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 7px 9px;
  color: #edf1ef;
  background: rgba(3, 5, 8, 0.68);
  backdrop-filter: blur(8px);
  font-family: var(--mono);
  font-size: 0.96rem;
  letter-spacing: 0.07em;
}

.gallery-card:hover img {
  filter: brightness(1.06);
  transform: scale(1.025);
}

.gallery-card:hover::after {
  color: var(--bg-deep);
  background: var(--accent);
}

/* Specs */
.specs-section {
  border-block: 1px solid var(--line);
  background: #0a0d12;
}

.specs-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 6vw, 82px);
}

.spec-list {
  margin: 0;
  border-top: 1px solid var(--line-strong);
}

.spec-list > div {
  display: grid;
  padding: 21px 0;
  grid-template-columns: 0.48fr 1fr;
  gap: 25px;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-list dd {
  margin: 0;
  color: #e0e5e3;
  font-size: 1.12rem;
}

/* Video */
.video-section {
  background: var(--bg);
}

.video-frame {
  position: relative;
  width: min(100%, 1000px);
  margin-inline: auto;
  padding: 13px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.video-frame::before,
.video-frame::after {
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  content: "";
  pointer-events: none;
}

.video-frame::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--accent);
  border-left: 2px solid var(--accent);
}

.video-frame::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--accent-2);
  border-bottom: 2px solid var(--accent-2);
}

.video-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

/* Buy */
.buy-section {
  padding-block: clamp(60px, 6vw, 86px);
  overflow: hidden;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 45%, rgba(var(--accent-rgb), 0.09), transparent 32rem),
    #06080b;
  isolation: isolate;
}

.buy-grid {
  opacity: 0.18;
  mask-image: radial-gradient(circle at center, #000, transparent 70%);
}

.buy-inner {
  text-align: center;
}

.buy-inner h2 {
  font-size: clamp(2.45rem, 3.55vw, 3.65rem);
  line-height: 0.92;
}

.buy-inner > p:not(.eyebrow, .buy-note) {
  max-width: 550px;
  margin: 26px auto 34px;
  color: var(--muted);
  font-size: 1.12rem;
}

.marketplace-grid {
  display: grid;
  max-width: 780px;
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.marketplace-card {
  display: flex;
  min-height: 104px;
  padding: 24px 27px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.marketplace-card:hover {
  border-color: rgba(var(--accent-rgb), 0.48);
  background: rgba(var(--accent-rgb), 0.05);
  transform: translateY(-3px);
}

.marketplace-card > span:last-child {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.98rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marketplace-card i {
  color: var(--accent);
  font-style: normal;
  font-size: 1rem;
}

.marketplace-name {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 1.15rem;
  font-weight: 750;
}

.marketplace-name b {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--bg-deep);
  background: var(--accent);
  font-family: Georgia, serif;
  font-size: 1.3rem;
}

.buy-note {
  margin: 20px 0 0;
  color: #8b9696;
  font-size: 0.98rem;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  background: #05070a;
}

.footer-top {
  display: grid;
  min-height: 155px;
  grid-template-columns: 1fr auto auto;
  gap: 35px;
  align-items: center;
}

.footer-top > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.footer-email {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  padding: 0 0 5px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  color: var(--text);
  background: transparent;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.96rem;
  text-align: left;
  overflow-wrap: anywhere;
}

.footer-email span {
  color: var(--accent);
}

.email-reveal {
  width: min(100%, 390px);
  justify-self: end;
}

.email-challenge {
  display: grid;
  width: 100%;
  padding: 15px;
  gap: 10px;
  border: 1px solid var(--line-strong);
  background: var(--surface);
}

.email-challenge[hidden],
.email-reveal-trigger[hidden],
.email-result[hidden] {
  display: none;
}

.email-challenge-label {
  color: var(--muted);
  font-size: 0.96rem;
}

.email-challenge-label strong {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 1.08rem;
  letter-spacing: 0.12em;
}

.email-challenge-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.email-challenge input,
.email-challenge button {
  min-height: 44px;
  border: 1px solid var(--line-strong);
  font-family: var(--mono);
  font-size: 0.96rem;
}

.email-challenge input {
  grid-column: 1 / -1;
  min-width: 0;
  padding: 9px 12px;
  color: var(--text);
  background: var(--bg-deep);
  letter-spacing: 0.12em;
}

.email-challenge input[aria-invalid="true"] {
  border-color: var(--danger);
}

.email-challenge button {
  padding: 9px 13px;
  border-color: var(--accent);
  color: var(--bg-deep);
  background: var(--accent);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.email-challenge .email-challenge-cancel {
  border-color: var(--line-strong);
  color: var(--text);
  background: transparent;
}

.email-status {
  min-height: 1.45em;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.email-status[data-state="error"] {
  color: #ff91a5;
}

.email-result {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.email-result a {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--accent);
  color: var(--text);
  font-family: var(--mono);
  overflow-wrap: anywhere;
}

.email-nojs {
  display: none;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.no-js .email-reveal-trigger {
  display: none;
}

.no-js .email-nojs {
  display: block;
}

.footer-bottom {
  display: flex;
  min-height: 75px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}

.footer-bottom p {
  margin: 0;
  color: #899494;
  font-size: 0.96rem;
}

.footer-bottom nav {
  display: flex;
  gap: 25px;
}

.footer-bottom a {
  color: #a1aaaa;
  font-family: var(--mono);
  font-size: 0.96rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-bottom a:hover {
  color: var(--text);
}

/* Lightbox */
.lightbox {
  width: min(1100px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  padding: 12px;
  overflow: visible;
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: #080b0f;
  box-shadow: 0 40px 120px #000;
}

.lightbox::backdrop {
  background: rgba(2, 4, 6, 0.86);
  backdrop-filter: blur(12px);
}

.lightbox figure {
  margin: 0;
  touch-action: pan-y;
}

.lightbox img {
  display: block;
  width: 100%;
  max-height: calc(100dvh - 120px);
  object-fit: contain;
  background: #020304;
  user-select: none;
  -webkit-user-drag: none;
}

.lightbox figcaption {
  display: flex;
  padding: 12px 4px 2px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.96rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.lightbox-count {
  flex: none;
  white-space: nowrap;
}

.lightbox-close {
  position: absolute;
  z-index: 3;
  top: -16px;
  right: -16px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: #11161d;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 1.35rem;
}

.lightbox-nav {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: rgba(7, 9, 13, 0.82);
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 1.35rem;
  transform: translateY(-50%);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.lightbox-nav:hover {
  border-color: var(--accent);
  color: var(--bg-deep);
  background: var(--accent);
}

.lightbox-nav--previous {
  left: 24px;
}

.lightbox-nav--next {
  right: 24px;
}

/* Energy edition */
.energy-page {
  --accent: #ff55d7;
  --accent-2: #61efff;
  --accent-rgb: 255, 85, 215;
  background:
    radial-gradient(circle at 92% 8%, rgba(97, 239, 255, 0.06), transparent 27rem),
    var(--bg);
}

.energy-page .button--primary:hover,
.energy-page .site-nav .nav-buy:hover {
  background: #ff8ee7;
}

.edition-pill {
  display: inline-flex;
  padding: 5px 8px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(var(--accent-rgb), 0.35);
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.06);
  font-family: var(--mono);
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.energy-hero {
  min-height: min(700px, 88svh);
}

.energy-hero .hero-layout {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.96fr);
}

.energy-hero h1 {
  font-size: clamp(3rem, 4vw, 4.2rem);
}

.energy-stage .stage-image-wrap {
  display: block;
  aspect-ratio: 16 / 9;
  padding: 0;
  background:
    radial-gradient(circle at center, rgba(var(--accent-rgb), 0.12), transparent 58%),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    #07090d;
  background-size: auto, 25px 25px, 25px 25px, auto;
}

.energy-stage .stage-slide {
  padding: clamp(18px, 3vw, 42px);
}

.energy-stage .stage-slide img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.55));
}

.price-slots {
  display: grid;
  border-block: 1px solid var(--line);
  background: #090c11;
}

.price-slot-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.price-slot {
  display: grid;
  min-height: 130px;
  padding: 27px 35px;
  align-content: center;
  border-left: 1px solid var(--line);
}

.price-slot:first-child {
  border-left: 0;
}

.price-slot strong {
  color: var(--accent);
  font-family: var(--display);
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.price-slot span {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.96rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.energy-focus {
  background:
    radial-gradient(circle at 10% 10%, rgba(var(--accent-rgb), 0.06), transparent 26rem),
    var(--bg);
}

.energy-intro {
  max-width: 800px;
  margin-bottom: 44px;
}

.energy-intro h2 {
  font-size: clamp(2.1rem, 2.85vw, 3.15rem);
}

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

.energy-feature-card {
  padding: clamp(27px, 3.3vw, 42px);
  border: 1px solid var(--line);
  background: var(--surface);
}

.energy-feature-card .feature-index {
  display: block;
  margin-bottom: 46px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.energy-feature-card h3 {
  max-width: 280px;
}

.energy-visuals {
  display: grid;
  margin-top: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.energy-shot {
  position: relative;
  display: grid;
  min-height: 0;
  margin: 0;
  padding: 35px;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #090c11;
  background-size: 24px 24px;
}

.energy-shot::before {
  position: absolute;
  width: 60%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  filter: blur(110px);
  opacity: 0.08;
}

.energy-shot img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.55));
}

.energy-shot figcaption {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 20px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.94rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.shared-features {
  border-block: 1px solid var(--line);
  background: #090c11;
}

.shared-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.64fr) minmax(0, 1.36fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
}

.shared-heading {
  position: sticky;
  top: 125px;
}

.shared-heading h2 {
  font-size: clamp(2.1rem, 2.85vw, 3.15rem);
}

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

.shared-item {
  display: grid;
  padding: 28px 0;
  grid-template-columns: 57px 1fr;
  border-bottom: 1px solid var(--line);
}

.shared-item > span {
  padding-top: 5px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.96rem;
}

.shared-item h3 {
  margin-bottom: 7px;
  font-size: 1.3rem;
  letter-spacing: -0.015em;
}

.shared-item p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.mode-strip {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mode-strip figure {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.mode-strip img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #06080b;
}

.mode-strip figcaption {
  padding-top: 10px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.94rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.edition-note {
  max-width: 710px;
  margin: 24px auto 0;
  color: #99a3a3;
  font-size: 0.98rem;
  text-align: center;
}

.energy-disclaimer {
  margin: 0;
  color: #828d8d;
  font-size: 0.94rem;
}

.energy-footer-bottom > div {
  display: grid;
  gap: 4px;
}

/* Responsive */
@media (max-width: 1250px) {
  .energy-page .site-nav {
    gap: 10px;
  }
}

@media (max-width: 1220px) {
  .header-brand-group .edition-pill {
    display: none;
  }
}

@media (max-width: 1080px) {
  .hero {
    min-height: auto;
    padding-top: 116px;
  }

  .hero-layout,
  .energy-hero .hero-layout {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 4.8vw, 3.9rem);
  }

  .energy-hero h1 {
    font-size: clamp(3rem, 4.7vw, 3.8rem);
  }

  .hero-layout {
    gap: 40px;
  }

  .product-stage {
    width: min(620px, 100%);
    margin-inline: auto;
    transform: none;
  }

  .feature-card {
    grid-column: span 6;
  }

  .feature-card--large {
    grid-column: span 12;
  }

  .feature-card--providers {
    grid-column: span 12;
  }

  .story-layout {
    grid-template-columns: 1fr;
  }

  .story-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
  }

  .story-copy .eyebrow,
  .story-copy h2 {
    grid-column: 1;
  }

  .story-copy > p:not(.eyebrow) {
    grid-column: 1;
  }

  .mode-list {
    grid-column: 2;
    grid-row: 1 / span 4;
  }

  .utility-grid {
    grid-template-columns: 1fr;
  }

  .utility-card--config {
    min-height: 480px;
  }

  .hardware-layout {
    grid-template-columns: 1fr;
  }

  .hardware-copy {
    max-width: 680px;
  }

  .hardware-images {
    min-height: 700px;
  }

  .specs-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .energy-feature-grid {
    grid-template-columns: 1fr;
  }

  .energy-feature-card {
    display: grid;
    grid-template-columns: 70px minmax(230px, 0.6fr) minmax(300px, 1fr);
    gap: 28px;
    align-items: center;
  }

  .energy-feature-card .feature-index,
  .energy-feature-card h3,
  .energy-feature-card p {
    margin: 0;
  }

  .shared-layout {
    grid-template-columns: 1fr;
  }

  .shared-heading {
    position: static;
    max-width: 700px;
  }
}

@media (max-width: 1040px) {
  .shell {
    width: min(100% - 32px, 1240px);
  }

  .section {
    padding-block: 54px;
  }

  .js .menu-toggle {
    display: block;
  }

  .header-brand-group .edition-pill {
    display: none;
  }

  .js .site-nav {
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    display: grid;
    max-height: calc(100dvh - 90px);
    padding: 15px 16px 25px;
    gap: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(7, 9, 13, 0.97);
    backdrop-filter: blur(18px);
    opacity: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .js .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .js .site-nav a {
    padding: 16px 7px;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
    white-space: normal;
  }

  .js .site-nav .nav-separator {
    display: none;
  }

  .js .site-nav .nav-buy {
    margin-left: 0;
    margin-top: 12px;
    padding: 13px;
    border-bottom: 0;
    text-align: center;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-heading--split > p {
    margin: 0;
  }

  .hero {
    padding: 108px 0 42px;
  }

  .hero-layout {
    gap: 36px;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 5.2vw, 3.7rem);
  }

  .energy-hero h1 {
    font-size: clamp(2.85rem, 5vw, 3.6rem);
  }

  .hero-facts li {
    padding-inline: 15px;
  }

  .product-stage {
    padding: 12px;
  }

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

  .feature-card--providers {
    grid-template-columns: 65px 1fr;
  }

  .feature-card--providers .provider-list {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .story-copy {
    display: block;
  }

  .mode-list {
    margin-top: 30px;
  }

  .utility-card {
    min-height: 500px;
  }

  .hardware-images {
    min-height: 570px;
  }

  .footer-top {
    padding-block: 40px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-top > p {
    margin-top: 20px;
  }

  .footer-email {
    width: fit-content;
  }

  .email-reveal {
    width: min(100%, 420px);
    justify-self: start;
  }

  .email-reveal .footer-email {
    width: 100%;
  }

  .footer-bottom {
    padding-block: 25px;
    flex-direction: column-reverse;
    gap: 22px;
    align-items: flex-start;
  }

  .energy-footer-bottom {
    min-height: 0;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
  }

  .price-slot {
    padding-inline: 22px;
  }

  .energy-visuals {
    grid-template-columns: 1fr;
  }

  .energy-shot {
    width: min(100%, 820px);
    margin-inline: auto;
  }

  .energy-feature-card {
    display: block;
  }

  .energy-feature-card .feature-index {
    margin-bottom: 40px;
  }

  .energy-feature-card h3 {
    margin-bottom: 13px;
  }

}

@media (max-width: 800px) {
  .mode-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .price-slot-inner {
    grid-template-columns: 1fr;
  }

  .price-slot {
    min-height: 100px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .price-slot:first-child {
    border-top: 0;
  }
}

@media (max-width: 640px) {
  .mode-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 24px, 1240px);
  }

  .section {
    padding-block: 44px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    padding: 6px;
  }

  .brand-copy strong,
  .brand-copy small {
    font-size: 0.94rem;
  }

  .hero {
    padding: 104px 0 38px;
  }

  .hero .eyebrow {
    max-width: 280px;
  }

  .hero h1 {
    margin-bottom: 25px;
    font-size: clamp(2.45rem, 8.3vw, 2.9rem);
    line-height: 0.96;
  }

  .energy-hero h1 {
    margin-bottom: 25px;
    font-size: clamp(2.4rem, 8.1vw, 2.85rem);
    line-height: 0.96;
  }

  .hero-lede {
    font-size: 1.14rem;
  }

  .button-row,
  .button {
    width: 100%;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 26px;
  }

  .hero-facts li {
    padding-inline: 11px;
  }

  .hero-facts strong {
    font-size: 1rem;
  }

  .hero-facts span {
    font-size: 0.92rem;
    white-space: normal;
  }

  .stage-caption-detail {
    display: none;
  }

  .product-stage figcaption {
    min-height: 96px;
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 0.94rem;
  }

  .stage-carousel-controls {
    max-width: 100%;
    justify-content: flex-start;
  }

  .stage-carousel-dots {
    max-width: 96px;
  }

  .stage-carousel-controls button {
    width: 32px;
    height: 44px;
  }

  .section-heading h2,
  .story-copy h2,
  .hardware-copy h2,
  .specs-layout h2,
  .energy-intro h2,
  .shared-heading h2 {
    font-size: clamp(1.9rem, 6vw, 2.1rem);
  }

  .feature-card,
  .feature-card--large {
    grid-column: span 12;
    min-height: 0;
  }

  .feature-card--providers {
    display: block;
  }

  .feature-card--providers .feature-card-top {
    margin-bottom: 60px;
  }

  .feature-card--providers h3 {
    margin-bottom: 15px;
  }

  .feature-card--providers p {
    margin-bottom: 28px;
  }

  .feature-card-top {
    margin-bottom: 60px;
  }

  .story-image {
    padding: 8px;
  }

  .story-image img {
    aspect-ratio: 1.18;
  }

  .utility-card {
    min-height: 440px;
  }

  .utility-card--config {
    min-height: auto;
    padding-block: 45px;
  }

  .utility-card--config .feature-icon {
    margin-bottom: 50px;
  }

  .hardware-images {
    display: grid;
    min-height: 0;
    gap: 12px;
  }

  .hardware-image {
    position: relative;
    width: 100%;
    height: auto;
  }

  .hardware-image img {
    aspect-ratio: 16 / 9;
  }

  .hardware-image--wall,
  .hardware-image--case {
    inset: auto;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card--wide,
  .gallery-card:nth-child(6) {
    grid-column: auto;
  }

  .gallery-card--wide img {
    object-position: center;
  }

  .spec-list > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .video-frame {
    padding: 6px;
  }

  .buy-inner h2 {
    font-size: clamp(2.15rem, 7.1vw, 2.5rem);
  }

  .buy-section {
    padding-block: 54px;
  }

  .marketplace-grid {
    grid-template-columns: 1fr;
  }

  .marketplace-card {
    padding-inline: 19px;
  }

  .footer-email {
    font-size: 0.94rem;
  }

  .lightbox {
    width: calc(100% - 18px);
    padding: 6px;
  }

  .lightbox-close {
    top: 7px;
    right: 7px;
  }

  .lightbox-nav {
    width: 44px;
    height: 44px;
  }

  .lightbox-nav--previous {
    left: 8px;
  }

  .lightbox-nav--next {
    right: 8px;
  }

  .energy-shot {
    min-height: 0;
    padding: 18px;
  }

  .shared-item {
    grid-template-columns: 42px 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

}
