:root {
  --cream: #f3ede3;
  --ink: #231f20;
  --black: #151515;
  --orange: #f25a24;
  --white: #fff;
  --muted: #655c59;
  --line: rgba(35, 31, 32, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Roboto, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { font-size: .73rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.top { border-bottom: 1px solid var(--line); }
.nav { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { font-size: .88rem; font-weight: 900; letter-spacing: .06em; line-height: 1.05; }
.nav-link { border-bottom: 2px solid var(--orange); padding-bottom: 3px; font-size: .85rem; font-weight: 700; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: .5rem; padding: 0 24px; border: 0; background: var(--orange); color: #fff; font: 900 .94rem Roboto, Arial, sans-serif; cursor: pointer; transition: transform .18s, background .18s; }
.button:hover { transform: translateY(-2px); background: #d94b1b; }
.button--dark { background: var(--black); }
.button--dark:hover { background: #303030; }
.hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 64px; padding: 100px 0 85px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3.1rem, 7vw, 6.6rem); font-weight: 900; letter-spacing: -.07em; line-height: .89; }
h2 { margin: 16px 0 0; font-size: clamp(2.15rem, 4vw, 4.25rem); font-weight: 900; letter-spacing: -.055em; line-height: .96; }
.lede { max-width: 555px; margin-bottom: 30px; font-size: 1.22rem; line-height: 1.55; }
.micro { margin: 12px 0 0; color: var(--muted); font-size: .85rem; }
.device { position: relative; justify-self: end; width: min(100%, 370px); padding: 20px; border: 9px solid var(--black); border-radius: 38px; background: var(--black); box-shadow: 13px 14px 0 var(--orange); }
.device::before { display: block; width: 32%; height: 18px; margin: 0 auto 20px; border-radius: 0 0 14px 14px; background: var(--black); content: ''; }
.phone-screen { display: flex; min-height: 510px; flex-direction: column; justify-content: space-between; padding: 28px 22px; border-radius: 22px; background: #f7f0e7; }
.phone-title { font-size: 1.05rem; font-weight: 900; }
.phone-copy, .quote { font: 500 clamp(2rem, 3.6vw, 3.8rem)/1.02 'Roboto Serif', Georgia, serif; }
.phone-copy { font-size: 1.5rem; }
.lock-list { display: grid; gap: 10px; }
.lock-row { display: flex; align-items: center; gap: 10px; padding: 12px; background: var(--black); color: #fff; font-size: .85rem; font-weight: 700; }
.dot { width: 12px; height: 12px; border-radius: 50%; background: var(--orange); }
.proof { padding: 23px 0; background: var(--black); color: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.proof-item { display: flex; align-items: center; gap: 13px; font-size: .96rem; }
.proof-num { color: var(--orange); font-size: 1.8rem; font-weight: 900; }
.section { padding: 112px 0; }
.section--dark { background: var(--black); color: #fff; }
.heading { max-width: 760px; margin-bottom: 54px; }
.section-copy { max-width: 590px; margin: 16px 0 0; color: var(--muted); font-size: 1.06rem; line-height: 1.55; }
.section--dark .section-copy { color: #d4cac5; }
.locks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lock-card { min-height: 290px; padding: 28px; background: var(--white); }
.lock-card:nth-child(2) { background: var(--orange); }
.lock-card:nth-child(3) { background: #35302f; color: #fff; }
.lock-no { font-size: 4rem; font-weight: 900; line-height: .8; opacity: .4; }
.lock-card h3 { margin: 54px 0 10px; font-size: 1.5rem; }
.lock-card p, .step p { margin-bottom: 0; line-height: 1.5; }
.timeline { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step { min-height: 205px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step span { display: block; color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.step h3 { margin: 28px 0 10px; font-size: 1rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 70px; }
.quote { margin-bottom: 0; }
.quote em { color: var(--orange); font-style: normal; }
.included { border-top: 1px solid var(--line); }
.included div { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 700; }
.included small { max-width: 210px; color: var(--muted); font-size: .82rem; font-weight: 400; line-height: 1.35; text-align: right; }
.faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
details { padding: 22px; background: rgba(255,255,255,.35); border: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 900; list-style: none; }
summary::after { float: right; color: var(--orange); font-size: 1.3rem; content: '+'; }
details[open] summary::after { content: '–'; }
details p { margin: 14px 0 0; color: var(--muted); line-height: 1.5; }
.cta { padding: 112px 0; background: var(--orange); color: #fff; text-align: center; }
.cta h2 { max-width: 760px; margin: 16px auto 25px; }
.cta p { max-width: 540px; margin: 0 auto 28px; font-size: 1.08rem; line-height: 1.5; }
.cta .button { background: var(--black); }
.page-hero { padding: 88px 0 56px; border-bottom: 1px solid var(--line); }
.page-hero p { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.55; }
.access-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.access-card { min-height: 210px; padding: 28px; background: var(--white); border-top: 6px solid var(--orange); }
.access-card h2 { font-size: 1.8rem; }
.access-card p { margin: 16px 0 0; color: var(--muted); line-height: 1.5; }
.notice { padding: 20px; border-left: 5px solid var(--orange); background: #fff6ef; line-height: 1.5; }
.draft { color: #7a3020; font-weight: 700; }
footer { padding: 36px 0 50px; background: var(--black); color: #bfb7b3; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .8rem; }
.footer-links { display: flex; gap: 18px; }
@media (max-width: 820px) { .hero, .split { grid-template-columns: 1fr; gap: 44px; } .device { justify-self: start; } .proof-grid, .locks, .access-grid { grid-template-columns: 1fr; } .timeline { grid-template-columns: repeat(2, 1fr); } .section { padding: 78px 0; } }
@media (max-width: 520px) { .wrap { width: min(100% - 28px, 1120px); } .nav-link { display: none; } .hero { padding: 68px 0 56px; } h1 { font-size: 3.45rem; } .timeline, .faq { grid-template-columns: 1fr; } .footer-row { flex-direction: column; align-items: flex-start; } }
