:root {
  color-scheme: light;
  --cream: #f7f0e4;
  --cream-2: #efe3d2;
  --paper: #fffaf3;
  --ink: #171411;
  --muted: #6d6257;
  --faint: #9a8c7e;
  --orange: #f58a2a;
  --orange-deep: #d96a13;
  --green: #5f7c52;
  --line: rgba(56, 43, 31, 0.12);
  --shadow: 0 28px 80px rgba(83, 53, 26, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--ink); background: var(--cream); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.55; }
img { max-width: 100%; }
a { color: inherit; }

.nav { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 5vw; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--cream) 86%, transparent); backdrop-filter: blur(18px) saturate(1.2); }
.nav-brand, .footer-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; letter-spacing: -0.02em; }
.nav-brand img, .footer-brand img { width: 36px; height: 36px; border-radius: 10px; box-shadow: 0 6px 16px rgba(50, 34, 19, 0.16); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--muted); font-size: 0.92rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.nav-links .nav-cta { padding: 10px 18px; color: var(--cream); border-radius: 999px; background: var(--ink); }

.hero { min-height: min(850px, calc(100vh - 76px)); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: 5vw; align-items: center; max-width: 1240px; margin: 0 auto; padding: clamp(60px, 9vw, 120px) 5vw; overflow: hidden; }
.eyebrow { margin: 0 0 14px; color: var(--orange-deep); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Rounded", "SF Pro Display", sans-serif; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(4rem, 8vw, 7.5rem); line-height: .88; }
h1 span { color: var(--orange-deep); }
.hero-lede { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2.1vw, 1.42rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #17120c; background: var(--orange); box-shadow: 0 14px 34px rgba(217, 106, 19, .24); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.45); }
.privacy-note { margin-top: 18px; color: var(--faint); font-size: .84rem; }
.hero-art { position: relative; min-height: 570px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 8% -2%; z-index: -2; border-radius: 44% 56% 62% 38% / 44% 38% 62% 56%; background: #ead7bd; transform: rotate(-5deg); }
.hero-art .sun { position: absolute; right: 4%; top: 4%; z-index: -1; width: 190px; aspect-ratio: 1; border-radius: 50%; background: var(--orange); filter: blur(.2px); }
.hero-art > img { width: min(620px, 110%); filter: drop-shadow(0 32px 36px rgba(67, 44, 23, .18)); }
.time-chip { position: absolute; right: 0; bottom: 8%; min-width: 190px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.55); border-radius: 24px; background: rgba(255,250,243,.78); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.time-chip strong, .time-chip span { display: block; }
.time-chip strong { font-size: 1.7rem; font-variant-numeric: tabular-nums; }
.time-chip span { color: var(--muted); font-size: .86rem; }

.proof-strip { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 3vw, 42px); padding: 22px 5vw; border-block: 1px solid var(--line); color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.proof-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.section { padding: clamp(72px, 10vw, 132px) 5vw; }
.section-tint { background: var(--cream-2); border-block: 1px solid var(--line); }
.section-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .launch h2, .value-copy h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1; }
.section-heading > p:last-child, .value-copy > p { max-width: 650px; margin: 18px auto 0; color: var(--muted); font-size: 1.1rem; }

.calculator { display: grid; grid-template-columns: 1.2fr .8fr; max-width: 980px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: var(--paper); box-shadow: var(--shadow); }
.calculator-controls { display: grid; gap: 18px; padding: clamp(28px, 5vw, 54px); }
.calculator-controls label { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-weight: 700; }
.calculator-controls output { color: var(--ink); font-variant-numeric: tabular-nums; }
input[type="range"] { width: 100%; accent-color: var(--orange-deep); }
.calculator-result { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 54px); color: var(--cream); background: var(--ink); }
.calculator-result > span { color: #d9cabb; }
.calculator-result strong { margin: 6px 0; color: var(--orange); font-size: clamp(2.6rem, 6vw, 4.5rem); line-height: .95; }
.calculator-result p { margin: 20px 0 0; color: #bbaa99; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1120px; margin: 0 auto; }
.step-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,250,243,.72); }
.step-card span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #17120c; background: var(--orange); font-weight: 850; }
.step-card h3 { margin: 42px 0 8px; font-size: 1.55rem; }
.step-card p { margin: 0; color: var(--muted); }

.product-showcase { overflow: hidden; }
.device-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: clamp(18px, 3vw, 36px); max-width: 1040px; margin: 0 auto; }
.device-shot { margin: 0; text-align: center; }
.device-shot img { display: block; width: 100%; border: 10px solid #171411; border-radius: clamp(30px, 4vw, 52px); background: #000; box-shadow: 0 34px 70px rgba(45, 29, 15, .22); }
.device-shot figcaption { margin-top: 18px; color: var(--muted); font-weight: 750; }
.device-shot-low { transform: translateY(44px) scale(.92); }

.intention-grid { display: grid; grid-template-columns: repeat(6, minmax(150px, 1fr)); gap: 14px; max-width: 1320px; margin: 0 auto; }
.intention-grid article { overflow: hidden; padding: 16px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.intention-grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(83,53,26,.1); }
.intention-grid img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.intention-grid h3 { margin: 8px 0 2px; font-size: 1.22rem; }
.intention-grid p { margin: 0; color: var(--muted); font-size: .86rem; }

.value-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .65fr); gap: clamp(36px, 8vw, 100px); align-items: center; max-width: 1180px; margin: 0 auto; }
.value-copy > p { margin-inline: 0; }
.value-copy ul { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.value-copy li { position: relative; padding-left: 28px; color: var(--muted); }
.value-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-deep); font-weight: 900; }
.impact-card { padding: 30px; color: #f9f2e8; border-radius: 38px; background: #161411; box-shadow: 0 38px 90px rgba(34,24,15,.25); }
.impact-card > p { margin: 0 0 24px; color: #b9aa99; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ring { display: grid; place-items: center; width: min(280px, 72vw); margin: 0 auto; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--orange) 0 70%, #56724d 70% 84%, #34302b 84%); }
.ring::before { content: ""; grid-area: 1 / 1; width: 71%; aspect-ratio: 1; border-radius: 50%; background: #161411; }
.ring span { z-index: 1; grid-area: 1 / 1; text-align: center; font-size: 2.25rem; font-weight: 850; font-variant-numeric: tabular-nums; }
.ring small { display: block; color: #a99b8b; font-size: .78rem; font-weight: 650; }
.impact-stats { display: grid; gap: 10px; margin-top: 24px; }
.impact-stats span { display: flex; justify-content: space-between; gap: 18px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.12); color: #a99b8b; font-size: .88rem; }
.impact-stats b { color: var(--orange); }

.ecosystem { background: var(--ink); }
.ecosystem .section-heading h2 { color: var(--paper); }
.ecosystem .section-heading > p:last-child { color: #b9aa99; }
.live-card { display: grid; grid-template-columns: 120px 1fr; gap: 28px; align-items: center; max-width: 760px; margin: 0 auto; padding: 28px; color: var(--paper); border: 1px solid rgba(255,255,255,.12); border-radius: 42px; background: #050505; box-shadow: 0 36px 90px rgba(0,0,0,.42); }
.live-card img { width: 120px; aspect-ratio: 1; object-fit: contain; border-radius: 30px; background: #241e18; }
.live-card span { color: #c5b39c; font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.live-card strong { display: block; margin: 4px 0; font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: .95; font-variant-numeric: tabular-nums; }
.live-card p { margin: 0; color: #8d867f; }

.launch { padding: clamp(90px, 12vw, 160px) 5vw; text-align: center; }
.launch > img { width: 108px; border-radius: 26px; box-shadow: var(--shadow); }
.launch .eyebrow { margin-top: 24px; }
.launch > p:not(.eyebrow) { margin: 18px auto 26px; color: var(--muted); }
footer { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 34px 5vw; border-top: 1px solid var(--line); color: var(--muted); }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { font-size: .86rem; text-decoration: none; }
footer > p { grid-column: 1 / -1; margin: 0; color: var(--faint); font-size: .8rem; }

.page { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 110px; }
.page h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); line-height: .95; }
.page .lede { color: var(--muted); font-size: 1.15rem; }
.page h2 { margin-top: 48px; font-size: 1.7rem; }
.page h3 { margin-top: 28px; }
.page p, .page li { color: var(--muted); }
.page a { color: var(--orange-deep); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-size: 1.12rem; font-weight: 750; }
.faq-list details p { margin-bottom: 0; }
.press-facts { display: grid; grid-template-columns: 1fr 2fr; gap: 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.press-facts dt, .press-facts dd { margin: 0; padding: 13px 16px; border-bottom: 1px solid var(--line); }
.press-facts dt { font-weight: 750; background: var(--cream-2); }
.press-facts dd { background: var(--paper); }
.timeline { margin-top: 42px; padding-left: 28px; border-left: 2px solid var(--line); }
.timeline article { position: relative; padding: 0 0 34px; }
.timeline article::before { content: ""; position: absolute; left: -35px; top: 7px; width: 12px; height: 12px; border: 3px solid var(--orange); border-radius: 50%; background: var(--cream); }
.timeline time { color: var(--faint); font-size: .82rem; font-weight: 750; }
.timeline h2 { margin: 4px 0 8px; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { z-index: 1; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-art { min-height: 430px; }
  .time-chip { right: 8%; }
  .intention-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .nav-links > a:not(.nav-cta) { display: none; }
  .hero { padding-top: 64px; }
  h1 { font-size: clamp(3.35rem, 16vw, 5.6rem); }
  .hero-art { min-height: 350px; }
  .time-chip { right: 0; bottom: 2%; }
  .proof-strip { align-items: stretch; gap: 9px; font-size: .62rem; }
  .proof-strip i { align-self: center; }
  .calculator, .value-section { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .device-gallery { grid-template-columns: minmax(0, 340px); justify-content: center; gap: 48px; }
  .device-shot-low { transform: none; }
  .step-card { min-height: 210px; }
  .step-card h3 { margin-top: 28px; }
  .live-card { grid-template-columns: 82px 1fr; gap: 18px; border-radius: 30px; }
  .live-card img { width: 82px; border-radius: 22px; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .nav { padding-inline: 20px; }
  .section { padding-inline: 20px; }
  .intention-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator { border-radius: 26px; }
  .hero-art { min-height: 300px; }
  .time-chip { min-width: 150px; padding: 13px 16px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button, .intention-grid article { transition: none; } }

.not-found { display: grid; place-items: center; min-height: 100vh; padding: 28px; text-align: center; }
.not-found main { width: min(620px, 100%); }
.not-found img { width: 112px; border-radius: 28px; box-shadow: var(--shadow); }
.not-found .eyebrow { margin-top: 26px; }
.not-found h1 { font-size: clamp(3rem, 10vw, 6rem); line-height: .95; }
.not-found p:not(.eyebrow) { max-width: 510px; margin: 22px auto 30px; color: var(--muted); font-size: 1.1rem; }
