:root {
  color-scheme: dark;
  --ink: #f3f4ec;
  --muted: #a9b1a8;
  --surface: #17201d;
  --surface-2: #1c2823;
  --line: rgba(230, 244, 233, 0.14);
  --accent: #d9f86c;
  --accent-ink: #14200e;
  --warm: #e8c89e;
  --max: 1160px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  background: #0d1412;
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 80% 2%, #263d31 0, transparent 34rem), #0d1412; }
a { color: inherit; text-underline-offset: .25em; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 20; padding: .8rem 1rem; background: var(--accent); color: var(--accent-ink); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header, footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { height: 86px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.1rem; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { position: relative; width: 2rem; height: 2rem; border: 1px solid rgba(217, 248, 108, .7); border-radius: 50%; display: inline-grid; place-items: center; }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; border: 1px solid rgba(217, 248, 108, .5); border-radius: 50%; }
.brand-mark::before { width: 1.3rem; height: 1.3rem; }
.brand-mark::after { width: .55rem; height: .55rem; background: var(--accent); border: 0; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 1.5rem; }
.site-header nav a, footer a { color: var(--muted); text-decoration: none; font-size: .92rem; }
.site-header nav a:hover, .site-header nav a:focus-visible, footer a:hover, footer a:focus-visible { color: var(--ink); }

main { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding: 5.5rem 0 7rem; }
.hero-content { min-width: 0; }
.eyebrow, .kicker { color: var(--accent); font-size: .74rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 920px; margin: 1.25rem 0; font-size: clamp(3rem, 5.8vw, 5.4rem); line-height: 1; letter-spacing: -.048em; font-weight: 650; text-wrap: balance; }
.hero-copy { max-width: 670px; margin: .8rem 0 0; color: #d3d9d1; font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.48; }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.2rem; }
.button { padding: .85rem 1.15rem; border-radius: 999px; font-weight: 700; font-size: .94rem; text-decoration: none; border: 1px solid var(--line); }
.button.primary { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.button.secondary { background: rgba(255,255,255,.04); }
.release-note { margin-top: 1.2rem; color: var(--muted); font-size: .86rem; }
.hero-shot, .selector-shot { margin: 0; }
.hero-shot { padding: .55rem; border: 1px solid var(--line); border-radius: 1.35rem; background: rgba(255,255,255,.035); box-shadow: 0 2.4rem 7rem rgba(0,0,0,.3); transform: rotate(1.25deg); }
.hero-shot img, .selector-shot img { display: block; width: 100%; height: auto; border-radius: 1rem; }
.hero-shot figcaption { padding: .65rem .5rem .2rem; color: var(--muted); font-size: .75rem; letter-spacing: .04em; }

.selection-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding: 7rem 0; border-top: 1px solid var(--line); }
.selection-section h2 { margin: .45rem 0 .7rem; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.05; letter-spacing: -.04em; text-wrap: balance; }
.selection-section p:not(.kicker) { color: var(--muted); font-size: 1.08rem; line-height: 1.6; }
.selector-shot { padding: .45rem; border: 1px solid var(--line); border-radius: 1.2rem; background: rgba(255,255,255,.03); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding: 0 0 8rem; }
.feature-card { min-height: 560px; padding: 1.2rem; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); border-radius: 1.4rem; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.feature-card h2, .split-section h2 { margin: .45rem 0 .7rem; font-size: clamp(1.8rem, 2.8vw, 2.65rem); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
.feature-card p:not(.kicker), .split-section p { color: var(--muted); line-height: 1.55; }
.product-grid.text-only .feature-card { min-height: 260px; justify-content: flex-end; }

.split-section { border-top: 1px solid var(--line); padding: 7rem 0; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: start; }
.split-section p { font-size: 1.15rem; margin-top: 0; }
.text-link { display: inline-block; margin-top: 1rem; color: var(--accent); font-weight: 700; text-decoration: none; }
footer { min-height: 150px; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
footer > div { display: flex; flex-direction: column; gap: .35rem; }
.brand-footer { color: var(--ink); font-weight: 800; font-size: 1rem; }

@media (max-width: 760px) {
  .site-header { height: auto; min-height: 76px; align-items: flex-start; padding: 1rem 0; gap: 1rem; flex-direction: column; }
  .site-header nav { width: 100%; gap: .9rem; flex-wrap: wrap; justify-content: flex-start; }
  .site-header nav a { font-size: .84rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 3rem; padding: 4.5rem 0 5.5rem; }
  .hero-shot { transform: none; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .selection-section, .product-grid, .split-section { grid-template-columns: 1fr; gap: 2rem; }
  .product-grid.text-only .feature-card { min-height: 220px; }
  footer { align-items: flex-start; padding: 2rem 0; gap: 2rem; flex-direction: column; }
}

@media (max-width: 420px) {
  .site-header, footer, main { width: min(calc(100% - 28px), var(--max)); }
  h1 { font-size: clamp(2.65rem, 12vw, 3.35rem); }
  .hero-copy { font-size: 1.05rem; }
  .feature-card { min-height: 450px; }
}

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