@font-face {
  font-family: "Overtime LCD";
  src: url("../fonts/OvertimeLCD-Light.otf") format("opentype"),
       local("Overtime LCD Light"), local("OvertimeLCD-Light");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Overtime LCD";
  src: url("../fonts/OvertimeLCD-Bold.otf") format("opentype"),
       local("Overtime LCD Bold"), local("OvertimeLCD-Bold");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #0c0b09;
  --bg-2: #141310;
  --ink: #efece4;
  --headline: #e0d6c4; /* warm beige  -  Am I grounded? look, all headlines */
  --muted: #9a9488;
  --line: rgba(239, 236, 228, 0.12);
  --green: #3dff7a;
  --green-dim: #1f8a45;
  --metal: #c8c2b4;
  --copper: #c48a5a;
  --max: 1080px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Sora", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  min-height: 100vh;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; }

header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(12,11,9,.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: .85rem 0;
  gap: 1rem;
}
.brand { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand-mark { height: 84px; width: auto; display: block; }
.nav-links { display: flex; gap: 1.4rem; font-size: .9rem; color: var(--muted); }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--ink); }

.hero { padding: 3.5rem 0 2rem; text-align: center; }
.hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.6rem, 8vw, 5.2rem);
  letter-spacing: -.03em;
  line-height: .95;
  color: var(--headline);
}
.hero .tag {
  margin-top: .85rem;
  color: var(--green);
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 500;
}
.hero p.lede {
  max-width: 36rem;
  margin: 3.2rem auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.ask {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.2rem, 7vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0;
  color: var(--headline);
}

/*  -  -  Phone chrome + app swap  -  -  */
.hero-phone {
  display: flex;
  justify-content: center;
  margin: 1.6rem auto 0;
}
.why-phone {
  display: block;
  margin: 0;
}
.phone {
  position: relative;
  width: 260px;
  height: 544px;
  background: linear-gradient(160deg, #3a3a3c 0%, #1c1c1e 42%, #0e0e0f 100%);
  border-radius: 42px;
  padding: 9px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.22) inset,
    0 24px 48px rgba(0,0,0,.45),
    0 2px 6px rgba(0,0,0,.3);
  flex-shrink: 0;
}
.phone.slim {
  width: 220px;
  height: 460px;
  border-radius: 36px;
  padding: 8px;
}
.side {
  position: absolute;
  width: 3px;
  background: #0a0a0a;
  border-radius: 2px;
}
.iphone .vol { left: -3px; top: 102px; height: 54px; }
.iphone .vol2 { left: -3px; top: 164px; height: 54px; }
.iphone .pwr { right: -3px; top: 136px; height: 72px; }
.phone.slim .vol { top: 86px; height: 46px; }
.phone.slim .vol2 { top: 140px; height: 46px; }
.phone.slim .pwr { top: 114px; height: 62px; }

.screen {
  position: relative;
  height: 100%;
  background: #000;
  border-radius: 34px;
  overflow: hidden;
  color: var(--ink);
}
.phone.slim .screen { border-radius: 28px; }

.island {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 96px;
  height: 28px;
  margin-left: -48px;
  background: #000;
  border-radius: 16px;
  z-index: 4;
  pointer-events: none;
}
.island::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #2a3344, #05070c 62%);
  box-shadow: 0 0 0 1.5px #111;
}
.phone.slim .island { width: 82px; height: 24px; margin-left: -41px; top: 10px; }

.statusbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 48px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 22px 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  pointer-events: none;
}
.phone.slim .statusbar { height: 42px; padding: 0 18px 6px; font-size: 11px; }
.sys { display: flex; align-items: center; gap: 5px; }
.batt {
  width: 20px; height: 9px;
  border: 1.3px solid currentColor;
  border-radius: 2.5px;
  position: relative;
  opacity: .9;
}
.batt::before {
  content: "";
  position: absolute;
  left: 1.5px; top: 1.5px; bottom: 1.5px;
  width: 12px;
  background: currentColor;
  border-radius: 1px;
}
.batt::after {
  content: "";
  position: absolute;
  right: -3px; top: 2px;
  width: 1.5px; height: 4px;
  background: currentColor;
  border-radius: 0 1px 1px 0;
}
.sig {
  display: flex; align-items: flex-end; gap: 1.5px; height: 9px;
}
.sig i {
  display: block; width: 2.4px; background: currentColor; border-radius: .5px;
}
.sig i:nth-child(1) { height: 3px; }
.sig i:nth-child(2) { height: 5px; }
.sig i:nth-child(3) { height: 7px; }
.sig i:nth-child(4) { height: 9px; }

.home {
  position: absolute;
  left: 50%; bottom: 7px;
  width: 100px; height: 4px;
  margin-left: -50px;
  border-radius: 4px;
  background: rgba(239,236,228,.7);
  z-index: 4;
  pointer-events: none;
}
.phone.slim .home { width: 86px; margin-left: -43px; }

.app-swap,
.app-live {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.app-face {
  position: absolute;
  inset: 0;
  padding: 58px 18px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
}
.phone.slim .app-face { padding: 48px 14px 22px; }
.app-swap .app-face.ground { animation: swapYes 2.4s steps(1, end) infinite; }
.app-swap .app-face.open { animation: swapNope 2.4s steps(1, end) infinite; }
@keyframes swapYes { 0%, 49.9% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes swapNope { 0%, 49.9% { opacity: 0; } 50%, 100% { opacity: 1; } }

/* Hero intensity callout */
.hero-phone { position: relative; }
.intensity-pop {
  position: absolute;
  left: calc(50% + 142px);
  top: 92px;
  z-index: 5;
  width: min(220px, 42vw);
  text-align: left;
  padding: .72rem .8rem .78rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(20, 19, 16, 0.94);
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  pointer-events: none;
}
.intensity-pop::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 22px;
  width: 10px;
  height: 10px;
  background: rgba(20, 19, 16, 0.94);
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transform: rotate(45deg);
}
.intensity-pop strong {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin-bottom: .28rem;
}
.intensity-pop .pop-main {
  display: block;
  font-size: .72rem;
  line-height: 1.35;
  color: var(--muted);
}
.intensity-pop .pop-levels {
  display: block;
  margin-top: .35rem;
  font-size: .68rem;
  letter-spacing: 0.02em;
  color: var(--green);
  opacity: .9;
}
.intensity-pop[data-mode="zero"] strong { color: var(--ink); }
.intensity-pop[data-mode="zero"] .pop-levels { display: none; }
@media (max-width: 720px) {
  .hero-aside {
    left: calc(50% - 118px);
    width: min(150px, 36vw);
    bottom: 56px;
  }
  .hero-aside .platform { font-size: .72rem; }
  .hero-aside .hint { font-size: .62rem; letter-spacing: 0.06em; }
  .hero-aside .viz { font-size: .6rem; letter-spacing: .12em; }
  .intensity-pop {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -0.2rem;
    transform: translate(-50%, 100%);
    width: min(280px, 88vw);
    text-align: center;
  }
  .intensity-pop::before {
    left: 50%;
    top: -5px;
    margin-left: -5px;
    border: 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
}

.lockup { text-align: center; }
.app-wordmark {
  display: block;
  margin: 0 auto;
  height: 50px; /* under sticky .brand-mark (84px); fits status/island */
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.phone.slim .app-wordmark { height: 44px; }


/*  -  -  App top chrome: menu  /  logo  /  status ring  -  -  */
.app-top {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: start;
  width: 100%;
  column-gap: 2px;
  position: relative;
  z-index: 3;
}
.app-top .lockup {
  text-align: center;
  min-width: 0;
}
.app-top .app-wordmark {
  height: 44px;
}
.phone.slim .app-top .app-wordmark { height: 38px; }

.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.5px;
  width: 28px;
  height: 22px;
  margin-top: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--ink);
}
.menu-btn span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: currentColor;
  border-radius: 1px;
  opacity: 0.9;
}
.phone.slim .menu-btn { height: 20px; margin-top: 0; }
.phone.slim .menu-btn span { width: 14px; }

/* Green (grounded) / red (open) ring with outline + gap */
.status-ring {
  width: 13px;
  height: 13px;
  margin-top: 6px;
  justify-self: end;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1.5px solid var(--green);
  padding: 2.5px;
  background-color: var(--green);
  background-clip: content-box;
  box-shadow: 0 0 10px rgba(61, 255, 122, 0.35);
}
.status-ring[data-state="open"] {
  border-color: #ff4d55;
  background-color: #ff4d55;
  box-shadow: 0 0 10px rgba(255, 77, 85, 0.35);
}
.phone.slim .status-ring {
  width: 11px;
  height: 11px;
  margin-top: 5px;
  padding: 2px;
  border-width: 1.25px;
}

.save-word {
  display: block;
  margin: 12px auto 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink);
  font-family: "Sora", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.78;
  cursor: pointer;
}
.phone.slim .save-word { font-size: 11px; margin-top: 10px; letter-spacing: 0.1em; }
button.save-word:hover { opacity: 1; }

.save-sheet,
.menu-sheet,
.saved-sheet {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 58%;
  transform: translateY(-50%);
  z-index: 8;
  padding: 14px 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(239, 236, 228, 0.16);
  background: rgba(12, 12, 10, 0.96);
  box-shadow: 0 16px 40px rgba(0,0,0,.55);
}
.save-sheet[hidden],
.menu-sheet[hidden],
.saved-sheet[hidden] { display: none !important; }

.save-sheet-title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink);
  text-align: center;
}
.save-search {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(239, 236, 228, 0.2);
  background: rgba(255,255,255,0.04);
}
.save-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-family: "Sora", system-ui, sans-serif;
  font-size: 12px;
}
.save-search input::placeholder { color: rgba(239, 236, 228, 0.4); }
.mic-btn {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0.85;
}
.mic-btn.is-listening {
  color: var(--green);
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(61, 255, 122, 0.45);
}
.save-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}
.save-cancel,
.save-go,
.menu-close,
.menu-item {
  border: 0;
  border-radius: 8px;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 12px;
}
.save-cancel,
.menu-close {
  background: transparent;
  color: var(--muted);
}
.save-go {
  background: var(--green);
  color: #0a0a08;
}
.menu-item {
  display: block;
  width: 100%;
  text-align: left;
  background: rgba(255,255,255,0.05);
  color: var(--ink);
  margin-bottom: 8px;
}
.saved-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  max-height: 160px;
  overflow: auto;
}
.saved-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(239, 236, 228, 0.1);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.saved-list li strong {
  font-size: 12px;
  color: var(--ink);
  font-weight: 600;
}
.saved-list li span {
  font-size: 10px;
  color: var(--muted);
}
.saved-list .saved-date { color: rgba(239, 236, 228, 0.45); }
.saved-empty {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  padding: 12px 0 !important;
  border: 0 !important;
}

/* Humidity over temp  -  fixed left of screen, does not track digit width */
.readout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  width: 100%;
}
.phone.slim .readout { margin-top: 36px; }
.climate {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 46px; /* ~half of 92px LCD */
  min-width: 28px;
  z-index: 2;
  pointer-events: none;
}
.phone.slim .climate { height: 38px; min-width: 24px; }
.climate .hum,
.climate .temp {
  display: block;
  font-family: "Sora", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  color: #d8d2c6; /* a bit brighter than --muted */
}
.phone.slim .climate .hum,
.phone.slim .climate .temp { font-size: 10px; }
.climate-rule {
  display: block;
  width: 100%;
  min-width: 22px;
  height: 1px;
  margin: 5px 0;
  background: rgba(239, 236, 228, 0.42);
  border: 0;
}
.phone.slim .climate-rule { margin: 4px 0; min-width: 18px; }

.digit {
  margin-top: 0;
  font-size: 88px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  font-family: "Sora", system-ui, sans-serif;
  color: var(--ink);
}
.digit.lcd,
#hero-digit,
#why-digit {
  font-family: "Overtime LCD", "OvertimeLCD", "Lucida Console", monospace;
  font-weight: 700;
  font-size: 92px;
  letter-spacing: 0.02em;
  font-variant-numeric: normal;
  text-shadow: 0 0 18px rgba(239, 236, 228, 0.18);
}
.phone.slim .digit { margin-top: 0; font-size: 72px; }
.phone.slim .digit.lcd { font-size: 76px; letter-spacing: 0.02em; }

/* Status: centered logo Grounded mark + stem aimed at authentic green brand-dot */
.status-row {
  margin-top: auto;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 120px;
  width: 100%;
}
.status-block {
  position: relative;
  /* Mark display width; stem X uses green frac from grounded-mark.png */
  --mark-w: 128px;
  --green-frac: 0.04066; /* green cx 18.5 / 455 asset width */
  width: var(--mark-w);
  padding-top: 76px; /* room for stem arm above the mark / green */
}
.phone.slim .status-block {
  --mark-w: 108px;
  padding-top: 64px;
}
.mark-stack {
  position: relative;
  width: var(--mark-w);
  height: calc(var(--mark-w) * 101 / 455);
  margin: 0 auto;
}
.grounded-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block;
}
.grounded-mark.is-on {
  opacity: 1;
  visibility: visible;
}
/* Stem/arm: circle head + vertical stem, X-aligned to green brand-dot in the mark */
.stem-arm {
  position: absolute;
  /* Center of SVG (viewBox cx=26/52) sits on green cx */
  left: calc(var(--green-frac) * var(--mark-w) - 20px);
  top: 0;
  width: 40px;
  height: 80px; /* tall enough for tip to reach green in mark */
  color: var(--ink);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: visible;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  z-index: 2;
}
.phone.slim .stem-arm {
  left: calc(var(--green-frac) * var(--mark-w) - 17px);
  width: 34px;
  height: 68px;
}
.stem-arm.is-on {
  opacity: 1;
  visibility: visible;
}
.app-face.is-open .stem-arm {
  opacity: 0 !important;
  visibility: hidden !important;
}
/* "Not" (state 0): left column over G / green-dot / stem zone  -  replaces human */
.not {
  position: absolute;
  /* N lined up with G; same X zone as green-dot + stem column */
  left: 0;
  right: auto;
  width: max-content;
  bottom: calc(var(--mark-w) * 101 / 455 + 0.5em); /* comfortable gap above mark */
  margin: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  pointer-events: none;
  z-index: 3;
}
.phone.slim .not { font-size: 15px; }
.not.is-off {
  opacity: 0;
  visibility: hidden;
}

.cap {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 400;
  opacity: .9;
}
.phone.slim .cap { font-size: 10px; margin-bottom: 8px; }

/* Right-aligned stack left of phone (near bottom) */
.hero-aside {
  position: absolute;
  left: calc(50% - 148px);
  right: auto;
  top: auto;
  bottom: 88px;
  transform: translateX(-100%);
  z-index: 4;
  width: min(230px, 40vw);
  text-align: right;
  pointer-events: none;
}
.hero-aside .platform,
.hero-aside .hint,
.hero-aside .viz {
  margin: 0;
  text-align: right;
}
.hero-aside .platform {
  color: var(--muted);
  font-size: .82rem;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
.hero-aside .hint {
  margin-top: .55rem;
  color: var(--copper);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  line-height: 1.35;
}
.hero-aside .viz {
  margin-top: .55rem;
  color: var(--green);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.35;
}
.platform {
  margin-top: 1.1rem;
  color: var(--muted);
  font-size: .9rem;
  letter-spacing: 0.02em;
}
.hint {
  margin-top: 1.1rem;
  color: var(--copper);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.viz {
  margin-top: 1.4rem;
  color: var(--green);
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 500;
}

/* MagSafe 1 | 2 pair */
.magsafe-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 2.4rem auto 0;
  max-width: 560px;
}
.magsafe-pair figure {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: .85rem;
  overflow: hidden;
}
.magsafe-pair img {
  width: 100%;
  max-height: 340px;
  height: 340px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  background: transparent;
  margin: 0 auto;
}
.magsafe-pair figcaption {
  margin-top: .65rem;
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
/* Short header-style rule between phone and product video */
.hero-divider {
  width: min(460px, calc(92% + 24px));
  max-width: 460px;
  height: 0;
  margin: 2.6rem auto 0;
  border: 0;
  border-top: 1px solid var(--line);
}
.test-earth {
  margin: 1.15rem auto 0;
  text-align: center;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 3.5vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--headline);
}
/* Centered product video; caption stack under it */
.product-video {
  margin: 3.4rem auto 0;
  max-width: min(420px, 92%);
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: .85rem;
  overflow: hidden;
}
.product-video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #000;
}
.video-caption {
  margin: 1.5rem auto 0;
  max-width: 28rem;
  text-align: center;
}
.video-caption .platform,
.video-caption .hint,
.video-caption .viz {
  margin: 0;
  text-align: center;
}
.video-caption .platform {
  color: var(--muted);
  font-size: .9rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.video-caption .hint {
  margin-top: .7rem;
  color: var(--copper);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  line-height: 1.4;
}
.video-caption .viz {
  margin-top: .7rem;
  color: var(--green);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.4;
}
.attach {
  margin: 1.4rem auto 0;
  max-width: 28rem;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 3.2rem auto 0;
  max-width: 720px;
}
.level {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.1rem 1rem 1.2rem;
  background: var(--bg-2);
  text-align: left;
}
.level b { display: block; font-size: .95rem; margin-bottom: .2rem; }
.level .range {
  display: block;
  color: var(--green);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .04em;
  margin-bottom: .35rem;
}
.level span { color: var(--muted); font-size: .85rem; }
.level span.range { color: var(--green); font-size: .78rem; }
.glow {
  height: 8px; border-radius: 99px; margin-bottom: .85rem;
  background: var(--green);
}
.glow.dim { opacity: .28; }
.glow.mid { opacity: .58; }
.glow.full { opacity: 1; box-shadow: 0 0 18px rgba(61,255,122,.45); }

section { padding: 4.2rem 0; border-top: 1px solid var(--line); }
section h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: -.02em;
  margin-bottom: 1rem;
  color: var(--headline);
}
section p { color: var(--muted); max-width: 38rem; }
.more { margin-top: 1.1rem; }
.more-lead {
  display: block;
  margin: 0 0 0.65rem;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--headline, #e0d6c4);
}
.more-drum {
  margin: 0;
  font-size: 1.28rem;
}
.steps {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 720px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
}
.step {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.3rem;
}
.num { color: var(--green); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.step h3 { margin: .45rem 0 .4rem; font-size: 1.05rem; font-weight: 600; }
.step ul {
  list-style: none;
  margin-top: .55rem;
}
.step li {
  color: var(--muted);
  font-size: .9rem;
  padding: .28rem 0;
  border-top: 1px solid var(--line);
}
.step li:first-child { border-top: 0; padding-top: 0; }

.why-demo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin-top: 2rem;
  flex-wrap: nowrap;
}
.speed-note {
  flex: 0 0 260px;
  width: 260px;
  max-width: 260px;
  margin: 0 0 12px;
  align-self: flex-end;
  text-align: left;
  padding: .72rem .85rem .78rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(20, 19, 16, 0.94);
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
  pointer-events: none;
}
.speed-note strong {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: .28rem;
  color: var(--green);
  opacity: .9;
}
.speed-note .pop-main {
  display: block;
  font-size: .72rem;
  line-height: 1.4;
  color: var(--muted);
}
.speed-note .pop-sub {
  display: block;
  margin-top: .4rem;
  font-size: .72rem;
  line-height: 1.35;
  color: var(--muted);
}
.why-phone {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  justify-content: flex-start;
  position: relative;
  display: block;
}
/* Match hero intensity-pop: flush to phone right edge */
.drum-pop {
  position: relative;
  flex: 0 0 200px;
  width: 200px;
  max-width: 200px;
  margin: 88px 0 0;
  text-align: left;
  padding: .72rem .8rem .78rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(20, 19, 16, 0.94);
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  pointer-events: none;
}
.drum-pop::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 22px;
  width: 10px;
  height: 10px;
  background: rgba(20, 19, 16, 0.94);
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transform: rotate(45deg);
}
.drum-pop strong {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: .28rem;
  color: var(--ink);
}
.drum-pop .pop-main {
  display: block;
  font-size: .72rem;
  line-height: 1.35;
  color: var(--muted);
}
.drum-pop .pop-levels {
  display: block;
  margin-top: .35rem;
  font-size: .68rem;
  letter-spacing: 0.02em;
  color: var(--green);
  opacity: .9;
}

.unit-shots {
  display: grid;
  gap: 1.2rem;
  margin: 2rem 0 0;
}
@media (min-width: 720px) {
  .unit-shots { grid-template-columns: 1fr 1fr; }
}
.unit-shots figure {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  text-align: center;
}
.unit-shots img { width: 100%; height: auto; margin: 0 auto; }
.unit-shots figcaption {
  margin-top: .75rem;
  color: var(--muted);
  font-size: .85rem;
  letter-spacing: .04em;
}


.phone-on-device {
  margin: 1.75rem 0 0;
  text-align: center;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1rem 0.85rem;
}
.phone-on-device img {
  width: min(420px, 100%);
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  background: transparent;
}
.phone-on-device figcaption {
  margin-top: 0.65rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.spec {
  display: grid;
  gap: .8rem;
  margin-top: 2rem;
  max-width: 36rem;
}
.spec div {
  display: flex; justify-content: space-between; gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: .7rem;
  font-size: .95rem;
}
.spec dt { color: var(--muted); }
.spec dd { color: var(--ink); text-align: right; }

.wait {
  background: linear-gradient(180deg, rgba(61,255,122,.08), transparent);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.6rem;
  margin-top: 1.6rem;
  max-width: 34rem;
}
.wait p { max-width: none; }
.wait label { display: block; font-size: .8rem; color: var(--muted); margin-bottom: .45rem; }
.wait input {
  width: 100%;
  background: #0a0908;
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 10px;
  padding: .8rem .9rem;
  font: inherit;
}
.wait button {
  margin-top: .8rem;
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: .85rem;
  font: inherit;
  font-weight: 600;
  background: #2a2a28;
  color: var(--muted);
  cursor: not-allowed;
}
.wait small { display: block; margin-top: .75rem; color: var(--muted); font-size: .82rem; }

footer {
  border-top: 1px solid var(--line);
  padding: 1.6rem 0 2.4rem;
  color: var(--muted);
  font-size: .85rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .levels { grid-template-columns: 1fr; }
  .nav-links { gap: .85rem; font-size: .78rem; }
  .brand-mark { height: 64px; }
  .phone { width: 220px; height: 460px; border-radius: 36px; }
  .phone .screen { border-radius: 28px; }
  .magsafe-pair { gap: .65rem; max-width: 100%; }
  .magsafe-pair img { max-height: 260px; height: 260px; }
  .product-video { max-width: min(340px, 100%); }
  .attach { font-size: .95rem; }
  .why-demo {
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
  }
  .why-phone { margin: 0; }
  .speed-note {
    flex: 1 1 160px;
    width: auto;
    max-width: min(200px, 42vw);
    margin: 24px 0 0;
  }
  .drum-pop {
    flex: 1 1 160px;
    width: auto;
    max-width: min(200px, 42vw);
    margin: 24px 0 0;
  }
}


/*  -  -  Get / FAQ / contact (pre-launch shell)  -  -  */
#get, #faq, #contact, #privacy, #returns {
  padding: 3.2rem 0 2.8rem;
}
.get-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 820px) {
  .get-grid { grid-template-columns: 1.2fr 0.8fr; gap: 2.5rem; }
}
.get-lede {
  color: var(--muted);
  max-width: 36rem;
  line-height: 1.55;
}
.price {
  margin: 1.4rem 0 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.price-num {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.6rem;
  color: var(--headline, #e0d6c4);
  letter-spacing: -0.02em;
}
.price-note {
  font-size: 0.78rem;
  color: var(--muted);
}
.get-bullets {
  margin: 0 0 1.5rem;
  padding-left: 1.1rem;
  color: var(--ink);
  line-height: 1.55;
}
.get-bullets li { margin: 0.35rem 0; }
.buy-shell { max-width: 22rem; }
.buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.9rem 1.1rem;
  border: 0;
  border-radius: 12px;
  background: rgba(61, 255, 122, 0.22);
  color: var(--ink);
  font-family: "Sora", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: not-allowed;
  opacity: 0.75;
}
.buy-hint {
  margin: 0.65rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

.get-card-photo {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0 0 1rem;
  background: #050505;
  display: block;
}
.get-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem 1.3rem 1.35rem;
  background: rgba(20, 19, 16, 0.55);
}
.get-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: var(--headline, #e0d6c4);
  font-family: "Fraunces", Georgia, serif;
}
.get-card ul {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.55;
}
.get-card-note {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
}
.faq-list details {
  border-top: 1px solid var(--line);
  padding: 0.95rem 0;
}
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p {
  margin: 0.55rem 0 0.15rem;
  color: var(--muted);
  line-height: 1.5;
  max-width: 40rem;
}
.contact-row {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 720px) {
  .contact-row { grid-template-columns: 1.4fr 0.8fr; }
}
.contact-mail a { color: var(--green); }
.contact-mail .muted, .legal-crumbs .muted, .muted {
  color: var(--muted);
  font-size: 0.78rem;
}
.legal-crumbs h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: var(--headline, #e0d6c4);
}
.legal-page {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  opacity: 0.92;
}
.legal-page p { color: var(--muted); max-width: 40rem; line-height: 1.5; }
footer a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }


a.buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}
a.buy-btn:hover { filter: brightness(1.05); }


/* Stories */
.stories-lede {
  max-width: 38rem;
  color: var(--muted, #b8b0a0);
  margin: 0 0 1.6rem;
  line-height: 1.45;
}
.stories-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .stories-grid { grid-template-columns: repeat(3, 1fr); }
}
.story-card {
  margin: 0;
  padding: 1.25rem 1.2rem 1.1rem;
  border: 1px solid var(--line, rgba(224,214,196,.22));
  border-radius: 14px;
  background: rgba(255,255,255,.03);
}
.story-card blockquote {
  margin: 0 0 .85rem;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.35;
  color: #e0d6c4;
  font-weight: 500;
}
.story-card figcaption {
  font-size: .85rem;
  color: var(--muted, #b8b0a0);
}
.story-card figcaption a { color: #3dff7a; }
.story-card--slot {
  opacity: .45;
  border-style: dashed;
}
.story-card--slot blockquote {
  font-family: Sora, system-ui, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  color: var(--muted, #b8b0a0);
}

/* Further reading */
.reading-lede { max-width: 38rem; color: var(--muted, #b8b0a0); }
.reading-list {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: grid;
  gap: .85rem;
}
.reading-list li {
  padding: 1rem 1.15rem;
  border: 1px solid var(--line, rgba(224,214,196,.22));
  border-radius: 14px;
  background: rgba(255,255,255,.03);
}
.reading-list a {
  color: #3dff7a;
  font-weight: 600;
  text-decoration: none;
}
.reading-list a:hover { text-decoration: underline; }
.reading-note {
  display: block;
  margin-top: .35rem;
  font-size: .88rem;
  color: var(--muted, #b8b0a0);
}

.patent-line {
  color: var(--text, #e8e8e8);
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .01em;
}
footer .patent-line {
  width: 100%;
  margin-top: .35rem;
  opacity: .92;
}

.buy-shell {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  align-items: stretch;
  max-width: 22rem;
}
.buy-btn-amazon {
  background: #ff9900;
  color: #111 !important;
  border: 1px solid #e47911;
  font-weight: 700;
}
.buy-btn-amazon:hover {
  background: #f3a847;
  filter: none;
}
.buy-btn-secondary {
  /* Match Amazon badge / packaging green (#52b948), not neon --green #3dff7a */
  background: #52b948;
  color: #0a0a08 !important;
  border: 1px solid #52b948;
  font-weight: 700;
  opacity: 1;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(82, 185, 72, 0.28), 0 8px 24px rgba(82, 185, 72, 0.18);
}
.buy-btn-secondary:hover {
  filter: brightness(1.06);
  border-color: #52b948;
}

.buy-amazon-badge {
  display: inline-block;
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
  max-width: 17.5rem;
}
.buy-amazon-badge img {
  width: 100%;
  height: auto;
  display: block;
}
.buy-amazon-price {
  margin: 0;
  font-size: .95rem;
  font-weight: 600;
  color: var(--text, #e8e8e8);
}


/* Get section: packaging-style Am I grounded? */
.get-ask {
  color: var(--headline);
}
.get-ask-mark {
  color: var(--green);
}

/* Grounding-sheet callout — same weight as Visualize grounding */
.sheet-ask {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: -.02em;
  margin: 1.6rem 0 0.85rem;
  color: var(--headline);
  max-width: 38rem;
  line-height: 1.2;
}
