:root {
  --ink: #151713;
  --paper: #f3f1e9;
  --paper-deep: #e9e6da;
  --lime: #d6ff54;
  --lime-bright: #e4ff88;
  --orange: #ff7048;
  --blue: #485aff;
  --line: rgba(21, 23, 19, .17);
  --muted: #696b65;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.site-header {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  padding: 0 4.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(21,23,19,.12);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 800; letter-spacing: .16em; }
.brand-mark, .key-logo, .mini-mark { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; gap: 3px; transform: rotate(-12deg); }
.brand-mark i, .key-logo i, .mini-mark i { width: 7px; height: 21px; display: block; background: currentColor; border-radius: 5px 5px 2px 2px; }
.brand-mark i:last-child, .key-logo i:last-child, .mini-mark i:last-child { height: 15px; margin-top: 6px; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--ink); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { justify-self: end; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; border: 1px solid var(--ink); border-radius: 100px; padding: 12px 18px; transition: .25s; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.menu-button, .mobile-menu { display: none; }

.hero {
  min-height: 820px;
  height: min(940px, 100vh);
  display: grid;
  grid-template-columns: 47% 53%;
  padding: 92px 4.5vw 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(214,255,84,.7), transparent 26%),
    linear-gradient(120deg, var(--paper) 0%, var(--paper) 54%, #dbe5c7 100%);
  overflow: hidden;
}
.hero-copy { align-self: center; padding-right: 3vw; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font: 500 11px/1 "DM Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(56px, 6.4vw, 106px); line-height: .9; letter-spacing: -.065em; font-weight: 600; margin-bottom: 28px; }
h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.hero-lede { max-width: 590px; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.6; color: #4e514b; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin: 38px 0 50px; }
.button { display: inline-flex; align-items: center; gap: 42px; padding: 17px 21px; border-radius: 4px; font-size: 13px; font-weight: 700; transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 9px 24px rgba(0,0,0,.18); }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: var(--lime); }
.text-link { font-size: 13px; font-weight: 700; padding-bottom: 5px; border-bottom: 1px solid var(--ink); }
.text-link span { margin-left: 8px; }
.hero-proof { display: flex; align-items: center; gap: 16px; }
.hero-proof p { margin: 0; font-size: 11px; line-height: 1.5; color: var(--muted); }
.hero-proof strong { color: var(--ink); }
.avatar-stack { display: flex; }
.avatar-stack b { display: grid; place-items: center; width: 33px; height: 33px; margin-left: -7px; border-radius: 50%; color: white; background: var(--ink); border: 2px solid var(--paper); font: 500 10px "DM Mono"; }
.avatar-stack b:first-child { margin-left: 0; background: var(--orange); }
.avatar-stack b:nth-child(2) { background: var(--blue); }
.avatar-stack b:nth-child(3) { color: var(--ink); background: var(--lime); }

.hero-visual { position: relative; min-width: 0; }
.orbit { position: absolute; border: 1px solid rgba(21,23,19,.13); border-radius: 50%; }
.orbit-one { width: 680px; height: 680px; top: 70px; right: -90px; }
.orbit-two { width: 500px; height: 500px; top: 160px; right: 0; }
.nfc-key { position: absolute; overflow: hidden; color: #10120f; background: var(--lime); box-shadow: 0 35px 80px rgba(20,30,10,.25); }
.key-large { z-index: 2; width: 330px; height: 330px; right: 2vw; top: 250px; border-radius: 60px; transform: rotate(13deg); }
.key-sheen { position: absolute; inset: -50%; background: linear-gradient(120deg, transparent 42%, rgba(255,255,255,.4) 50%, transparent 58%); transform: rotate(-20deg); }
.nfc-key .key-logo { position: absolute; left: 28px; top: 28px; width: 42px; height: 42px; }
.nfc-key .key-logo i { width: 10px; height: 31px; }
.nfc-key .key-logo i:last-child { height: 22px; margin-top: 9px; }
.key-word { position: absolute; right: 30px; top: 39px; font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.nfc-key > small { position: absolute; left: 30px; bottom: 28px; font: 500 10px "DM Mono"; letter-spacing: .14em; }
.nfc-waves { position: absolute; width: 130px; height: 130px; right: 20px; bottom: 18px; transform: rotate(45deg); }
.nfc-waves i { position: absolute; inset: 0; border: 7px solid var(--ink); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; }
.nfc-waves i:nth-child(2) { inset: 24px; }
.nfc-waves i:nth-child(3) { inset: 48px; }
.phone { position: absolute; z-index: 3; border: 7px solid #11130f; border-radius: 43px; background: #11130f; box-shadow: 0 42px 90px rgba(14,18,11,.35); overflow: hidden; }
.phone-hero { width: 260px; height: 535px; left: 6%; top: 142px; transform: rotate(-8deg); }
.phone-island { position: absolute; z-index: 3; width: 82px; height: 22px; top: 11px; left: 50%; transform: translateX(-50%); border-radius: 20px; background: #11130f; }
.phone-screen { height: 100%; padding: 16px 17px; border-radius: 34px; color: white; background: #1d201b; }
.phone-status { display: flex; justify-content: space-between; padding: 0 6px; font: 500 8px "DM Mono"; }
.app-brand { display: flex; align-items: center; gap: 7px; margin-top: 36px; font-size: 10px; font-weight: 700; }
.mini-mark { width: 18px; height: 18px; }
.mini-mark i { width: 4px; height: 14px; }
.mini-mark i:last-child { height: 10px; margin-top: 4px; }
.session-label { margin-top: 42px; text-align: center; font: 500 8px "DM Mono"; letter-spacing: .2em; color: #a5a9a0; }
.timer-ring { display: flex; width: 176px; height: 176px; margin: 16px auto 22px; border: 2px solid #40453b; border-top-color: var(--lime); border-right-color: var(--lime); border-radius: 50%; flex-direction: column; align-items: center; justify-content: center; }
.timer-ring span { font: 500 34px "DM Mono"; letter-spacing: -.08em; }
.timer-ring small { margin-top: 4px; color: #9da195; font: 400 8px "DM Mono"; text-transform: uppercase; letter-spacing: .15em; }
.blocked-row { display: flex; justify-content: center; gap: 16px; color: #aeb3a8; font-size: 8px; }
.scan-pill { margin-top: 38px; padding: 13px; text-align: center; color: var(--ink); background: var(--lime); border-radius: 30px; font-size: 8px; font-weight: 800; }
.floating-note { position: absolute; z-index: 5; padding: 11px 15px; border-radius: 8px; background: rgba(255,255,255,.88); box-shadow: 0 12px 30px rgba(20,30,10,.12); backdrop-filter: blur(8px); font: 500 9px "DM Mono"; }
.note-one { top: 124px; right: 5%; transform: rotate(4deg); }
.note-two { right: 0; bottom: 105px; display: flex; flex-direction: column; transform: rotate(-4deg); }
.note-two b { font-size: 16px; }
.note-two span { color: var(--muted); font-size: 8px; }

.ticker { color: var(--lime); background: var(--ink); overflow: hidden; padding: 16px 0; }
.ticker div { width: max-content; display: flex; align-items: center; animation: ticker 26s linear infinite; }
.ticker span { padding: 0 30px; font: 500 11px "DM Mono"; letter-spacing: .14em; }
.ticker b { color: white; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-pad { padding: 125px 7vw; }
.section-number { margin-bottom: 46px; color: var(--muted); font: 500 10px "DM Mono"; letter-spacing: .13em; }
.statement { display: grid; grid-template-columns: 1fr 3.1fr; border-bottom: 1px solid var(--line); }
.statement .section-number { grid-row: span 2; }
.statement h2 { max-width: 1050px; font-size: clamp(42px, 5.2vw, 78px); line-height: 1.04; letter-spacing: -.05em; font-weight: 600; }
.statement h2 span { color: #9d9e98; }
.statement > p:last-child { grid-column: 2; max-width: 570px; margin-left: auto; color: var(--muted); font-size: 16px; line-height: 1.7; }

.steps { background: #eae7dd; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.section-heading h2 { margin: 0; font-size: clamp(48px, 5.8vw, 84px); line-height: .95; letter-spacing: -.055em; font-weight: 600; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step-card { min-height: 570px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.step-card.featured { background: var(--lime-bright); }
.step-index { font: 500 10px "DM Mono"; }
.step-visual { position: relative; height: 305px; margin: 20px 0 30px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; }
.apps-visual { background: #ddd9cc; }
.app-grid { width: 210px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.app-grid i { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; color: white; background: var(--ink); font-style: normal; font-size: 12px; }
.app-grid i:nth-child(2) { background: #ef3b3b; }
.app-grid i:nth-child(3) { background: #f6f3e9; color: var(--ink); }
.app-grid i:nth-child(4) { background: var(--blue); }
.app-grid i:nth-child(5) { background: #fd8061; }
.app-grid i:nth-child(6) { background: #1475b9; font-weight: 800; }
.app-grid i:nth-child(7) { background: #8d6af2; }
.app-grid i:nth-child(8) { background: transparent; border: 1px dashed #777; color: #777; }
.selection-line { position: absolute; bottom: 28px; display: flex; align-items: center; gap: 10px; font: 500 8px "DM Mono"; }
.selection-line span { width: 82px; height: 4px; background: linear-gradient(90deg, var(--ink) 72%, #bbb7ac 72%); }
.tap-visual { background: rgba(255,255,255,.35); }
.tap-phone { position: absolute; width: 130px; height: 260px; top: 55px; left: 33%; border: 6px solid var(--ink); border-radius: 28px; transform: rotate(-9deg); background: #262923; }
.key-small { width: 122px; height: 122px; top: 118px; right: 16%; border-radius: 24px; transform: rotate(12deg); box-shadow: 0 18px 35px rgba(0,0,0,.22); }
.key-small .key-logo { left: 14px; top: 14px; transform: scale(.55) rotate(-12deg); transform-origin: top left; }
.key-small > small { left: 14px; bottom: 12px; font-size: 6px; }
.pulse-ring { position: absolute; width: 95px; height: 95px; right: 13%; top: 102px; border: 1px solid var(--ink); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 50% { transform: scale(1.55); opacity: 0; } }
.focus-visual { display: flex; flex-direction: column; background: var(--ink); color: white; }
.focus-visual > span { font: 500 37px "DM Mono"; letter-spacing: -.08em; }
.focus-progress { width: 72%; height: 2px; margin: 29px 0 16px; background: #4b4e47; }
.focus-progress i { display: block; width: 67%; height: 100%; background: var(--lime); }
.focus-visual small { color: #94988f; font: 500 7px "DM Mono"; letter-spacing: .14em; }
.step-card h3 { margin-bottom: 13px; font-size: 25px; letter-spacing: -.03em; }
.step-card p { max-width: 340px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.feature-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; color: white; background: var(--ink); }
.feature-copy h2 { max-width: 640px; font-size: clamp(48px, 5.4vw, 80px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.feature-copy > p:not(.section-number) { max-width: 560px; color: #aaada5; font-size: 16px; line-height: 1.7; }
.feature-list { padding: 0; margin: 48px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.feature-list li { display: grid; grid-template-columns: 45px 1fr; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.feature-list li > span { color: #777c72; font: 500 9px "DM Mono"; }
.feature-list div { display: flex; justify-content: space-between; gap: 20px; }
.feature-list b { font-size: 14px; }
.feature-list small { max-width: 280px; color: #8f938a; font-size: 11px; line-height: 1.5; }
.feature-art { position: relative; height: 680px; }
.sun-disc { position: absolute; width: 560px; height: 560px; top: 45px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: var(--orange); }
.phone-feature { width: 283px; height: 580px; top: 40px; left: 50%; transform: translateX(-50%) rotate(5deg); }
.light-screen { padding: 17px; color: var(--ink); background: #f1efe6; }
.screen-heading { display: flex; flex-direction: column; margin: 46px 5px 24px; }
.screen-heading small { color: var(--muted); font: 500 7px "DM Mono"; letter-spacing: .14em; }
.screen-heading b { margin-top: 6px; font-size: 20px; }
.mode-card { display: grid; grid-template-columns: 36px 1fr 15px; gap: 9px; align-items: center; margin-bottom: 10px; padding: 13px 11px; border: 1px solid #d5d2c7; border-radius: 12px; }
.mode-card.active { background: var(--lime); border-color: var(--lime); }
.mode-card .mode-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--ink); color: white; }
.mode-card div { display: flex; flex-direction: column; }
.mode-card b { font-size: 10px; }
.mode-card small { margin-top: 3px; color: var(--muted); font-size: 6px; }
.mode-card i { font-style: normal; }
.week-card { margin-top: 20px; padding: 17px 14px; border-radius: 13px; background: white; }
.week-card > small { color: var(--muted); font: 500 6px "DM Mono"; }
.week-card > b { display: block; margin-top: 7px; font-size: 22px; }
.bars { display: flex; align-items: end; gap: 7px; height: 62px; margin-top: 14px; }
.bars i { width: 19px; height: 40%; border-radius: 3px 3px 0 0; background: #dedbd1; }
.bars i:nth-child(2), .bars i:nth-child(6) { height: 65%; }
.bars i:nth-child(3) { height: 90%; background: var(--lime); }
.bars i:nth-child(4) { height: 73%; }
.bars i:nth-child(5) { height: 50%; }
.bars i:nth-child(7) { height: 80%; background: var(--lime); }
.feature-badge { position: absolute; right: 3%; top: 18%; width: 82px; height: 82px; display: grid; place-items: center; text-align: center; color: var(--ink); background: var(--lime); border-radius: 50%; font: 500 9px/1.4 "DM Mono"; transform: rotate(10deg); }

.use-cases { background: var(--paper); }
.case-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 440px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .35s; }
.case::before { content: ""; position: absolute; z-index: -1; inset: 100% 0 0; transition: inset .35s; }
.case-work::before { background: var(--lime); }
.case-study::before { background: var(--blue); }
.case-life::before { background: var(--orange); }
.case-sleep::before { background: var(--ink); }
.case:hover::before { inset: 0; }
.case:hover:not(.case-work) { color: white; }
.case > span { position: absolute; top: 25px; left: 28px; font: 500 9px "DM Mono"; }
.case h3 { margin-bottom: 12px; font-size: 25px; letter-spacing: -.03em; }
.case p { min-height: 65px; color: var(--muted); font-size: 12px; line-height: 1.6; transition: color .35s; }
.case:hover:not(.case-work) p { color: rgba(255,255,255,.65); }
.case > b { margin-top: 25px; font: 500 8px "DM Mono"; letter-spacing: .15em; }

.quote-section { text-align: center; border-top: 1px solid var(--line); }
.quote-mark { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 35px; border-radius: 50%; background: var(--lime); font-size: 33px; }
blockquote { max-width: 1000px; margin: 0 auto 25px; font-size: clamp(36px, 4.5vw, 68px); line-height: 1.08; letter-spacing: -.05em; font-weight: 600; }
.quote-section p { color: var(--muted); font: 500 10px "DM Mono"; text-transform: uppercase; letter-spacing: .15em; }

.cta-section { min-height: 660px; display: grid; grid-template-columns: 52% 48%; padding: 90px 7vw; align-items: center; color: white; background: #303bff; overflow: hidden; }
.eyebrow.light { color: rgba(255,255,255,.7); }
.cta-copy { position: relative; z-index: 2; }
.cta-copy h2 { margin-bottom: 25px; font-size: clamp(64px, 7.3vw, 112px); line-height: .87; letter-spacing: -.065em; }
.cta-copy > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.65; }
.cta-copy .button { margin-top: 25px; }
.cta-object { position: relative; height: 500px; }
.key-cta { width: 440px; height: 440px; left: 50%; top: 50%; border-radius: 82px; transform: translate(-45%,-50%) rotate(18deg); }
.key-cta::after { content: ""; position: absolute; width: 300px; height: 300px; left: -50px; bottom: -130px; border-radius: 50%; border: 1px solid rgba(21,23,19,.18); box-shadow: 0 0 0 70px rgba(21,23,19,.04), 0 0 0 140px rgba(21,23,19,.025); }
.key-cta .nfc-waves { width: 170px; height: 170px; }

footer { padding: 75px 7vw 28px; color: white; background: var(--ink); }
.footer-top { display: flex; justify-content: space-between; padding-bottom: 65px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-top p { max-width: 420px; color: #9da198; font-size: 15px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 40px; padding: 58px 0; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links b { margin-bottom: 10px; color: #70756a; font: 500 9px "DM Mono"; letter-spacing: .14em; }
.footer-links a { color: #d5d7d1; font-size: 12px; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); color: #686d63; font: 400 8px "DM Mono"; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Legal and support pages */
.legal-body { background: #efede4; }
.legal-header { position: relative; background: var(--ink); color: white; }
.legal-header .nav-cta { border-color: white; }
.legal-hero { padding: 170px 7vw 90px; color: white; background: var(--ink); }
.legal-hero .eyebrow { color: var(--lime); }
.legal-hero h1 { max-width: 970px; margin-bottom: 20px; font-size: clamp(58px, 8vw, 118px); }
.legal-hero h1 em { -webkit-text-stroke-color: white; }
.legal-meta { color: #91968c; font: 400 10px/1.6 "DM Mono"; letter-spacing: .08em; }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 780px); justify-content: center; gap: 85px; padding: 80px 7vw 130px; }
.legal-aside { position: relative; }
.legal-aside nav { position: sticky; top: 35px; display: flex; flex-direction: column; gap: 10px; }
.legal-aside b { margin-bottom: 10px; font: 500 9px "DM Mono"; letter-spacing: .14em; color: var(--muted); }
.legal-aside a { color: var(--muted); font-size: 11px; line-height: 1.35; }
.legal-aside a:hover { color: var(--ink); }
.legal-content { min-width: 0; }
.legal-intro { margin-bottom: 60px; font-size: 18px; line-height: 1.7; }
.legal-content h2 { scroll-margin-top: 30px; margin: 64px 0 22px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 31px; line-height: 1.15; letter-spacing: -.035em; }
.legal-content h3 { margin: 33px 0 13px; font-size: 17px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #565951; font-size: 13px; line-height: 1.85; }
.legal-content ul, .legal-content ol { padding-left: 21px; }
.plain-summary { margin: 25px 0; padding: 17px 20px; border-left: 3px solid var(--lime); background: #e2dfd3; color: var(--ink) !important; }
.legal-table-wrap { overflow-x: auto; margin: 25px 0; }
.legal-content table { width: 100%; border-collapse: collapse; font-size: 12px; }
.legal-content th, .legal-content td { padding: 14px; text-align: left; vertical-align: top; border: 1px solid var(--line); line-height: 1.6; }
.legal-content th { background: var(--ink); color: white; }
.support-quick { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 35px 0 60px; }
.quick-card { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.quick-card b { display: block; margin-bottom: 8px; font-size: 13px; }
.quick-card p { margin: 0; font-size: 11px; }

@media (max-width: 1000px) {
  .desktop-nav, .nav-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: flex; flex-direction: column; gap: 6px; padding: 10px; border: 0; background: transparent; }
  .menu-button span { width: 25px; height: 1px; background: currentColor; }
  .mobile-menu { position: absolute; top: 92px; left: 0; right: 0; padding: 25px 4.5vw; flex-direction: column; gap: 18px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .mobile-menu.open { display: flex; }
  .legal-header .mobile-menu { color: var(--ink); }
  .hero { height: auto; min-height: 1100px; grid-template-columns: 1fr; padding-top: 155px; }
  .hero-copy { align-self: start; }
  .hero-visual { height: 590px; }
  .phone-hero { left: 16%; top: 80px; }
  .key-large { right: 12%; top: 170px; }
  .statement { grid-template-columns: 1fr; }
  .statement .section-number, .statement > p:last-child { grid-column: 1; grid-row: auto; margin-left: 0; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .feature-showcase { grid-template-columns: 1fr; }
  .feature-art { height: 650px; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .case { min-height: 350px; }
  .cta-section { grid-template-columns: 1fr; }
  .cta-object { height: 460px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { display: none; }
}

@media (max-width: 640px) {
  .site-header { height: 74px; }
  .mobile-menu { top: 74px; }
  .brand { font-size: 14px; }
  .brand-mark { transform: scale(.8) rotate(-12deg); }
  .hero { min-height: 1000px; padding: 125px 22px 0; }
  h1 { font-size: 54px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { display: none; }
  .hero-visual { height: 470px; }
  .phone-hero { width: 200px; height: 414px; left: -2%; top: 55px; border-radius: 35px; }
  .key-large { width: 235px; height: 235px; right: -11%; top: 155px; border-radius: 43px; }
  .key-word { font-size: 9px; top: 30px; right: 22px; }
  .nfc-key .key-logo { left: 19px; top: 18px; transform: scale(.72) rotate(-12deg); transform-origin: top left; }
  .nfc-waves { transform: scale(.72) rotate(45deg); transform-origin: right bottom; }
  .note-one, .note-two { display: none; }
  .phone-screen { border-radius: 26px; }
  .timer-ring { width: 135px; height: 135px; }
  .timer-ring span { font-size: 27px; }
  .scan-pill { margin-top: 20px; }
  .section-pad { padding: 85px 22px; }
  .statement h2, .section-heading h2, .feature-copy h2 { font-size: 43px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading .eyebrow { margin-bottom: 28px; }
  .step-card { padding: 16px; }
  .step-visual { height: 280px; }
  .feature-showcase { gap: 25px; }
  .feature-list div { flex-direction: column; }
  .feature-art { height: 500px; margin-left: -22px; margin-right: -22px; overflow: hidden; }
  .sun-disc { width: 420px; height: 420px; }
  .phone-feature { width: 235px; height: 485px; }
  .feature-badge { right: 6%; }
  .case-grid { grid-template-columns: 1fr; }
  .case { min-height: 300px; }
  .cta-section { padding: 80px 22px 20px; }
  .cta-copy h2 { font-size: 61px; }
  .cta-object { height: 380px; }
  .key-cta { width: 310px; height: 310px; border-radius: 58px; }
  footer { padding: 60px 22px 25px; }
  .footer-top, .footer-bottom { flex-direction: column; gap: 25px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links > div:last-child { grid-column: span 2; }
  .legal-hero { padding: 135px 22px 65px; }
  .legal-hero h1 { font-size: 53px; }
  .legal-layout { padding: 55px 22px 90px; }
  .legal-content h2 { font-size: 26px; }
  .support-quick { grid-template-columns: 1fr; }
}

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