:root {
  --terracotta: #C35D38;
  --deep: #A8462E;
  --clay: #D9855F;
  --peach: #E9B18E;
  --sand: #F1DFC8;
  --cream: #FBF7F2;
  --ink: #29231F;
  --stone: #9A8D84;
  --white: #FFFFFF;
  --border: rgba(41,35,31,.12);
  --shadow: 0 30px 80px rgba(68,40,28,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 120px 0; }
.noise { pointer-events:none; position:fixed; inset:0; z-index:100; opacity:.025; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; height: 84px; z-index: 50; transition: .3s ease; }
.site-header.scrolled { background: rgba(251,247,242,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.nav-wrap { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand { width: 220px; }
.desktop-nav { display:flex; align-items:center; gap:32px; font-size:14px; font-weight:650; }
.desktop-nav a { position:relative; }
.desktop-nav a::after { content:""; position:absolute; left:0; bottom:-8px; width:100%; height:1px; background:var(--terracotta); transform:scaleX(0); transform-origin:right; transition:.25s; }
.desktop-nav a:hover::after { transform:scaleX(1); transform-origin:left; }
.nav-cta { justify-self:end; background:var(--ink); color:white; padding:13px 20px; border-radius:999px; font-weight:700; font-size:14px; transition:.25s; }
.nav-cta:hover { transform:translateY(-2px); background:var(--terracotta); }
.menu-button, .mobile-nav { display:none; }

.hero { min-height: 980px; padding-top: 170px; position:relative; overflow:hidden; background: radial-gradient(circle at 80% 10%, rgba(233,177,142,.36), transparent 36%), var(--cream); }
.hero-grid { display:grid; grid-template-columns: .94fr 1.06fr; align-items:center; gap:80px; position:relative; z-index:2; }
.eyebrow { display:flex; align-items:center; gap:10px; color:var(--deep); font-size:13px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.eyebrow span { width:28px; height:2px; background:var(--terracotta); }
h1 { font-size: clamp(58px, 6.2vw, 92px); line-height:.96; letter-spacing:-.065em; margin:25px 0 30px; max-width:700px; font-weight:750; }
h1 em { font-style:normal; color:var(--terracotta); }
.hero-lead { font-size:19px; line-height:1.7; max-width:610px; color:#5e5149; margin:0 0 35px; }
.store-row { display:flex; gap:12px; flex-wrap:wrap; }
.store-button { min-width:178px; height:58px; padding:8px 18px; border:0; border-radius:13px; background:var(--ink); color:white; display:flex; align-items:center; justify-content:center; gap:11px; box-shadow:0 12px 28px rgba(41,35,31,.16); cursor:pointer; transition:.25s; }
.store-button:hover { transform:translateY(-3px); background:var(--deep); }
.store-button svg { width:25px; fill:currentColor; }
.store-button span { display:flex; flex-direction:column; text-align:left; font-size:19px; line-height:1.05; font-weight:650; }
.store-button small { font-size:9px; letter-spacing:.06em; font-weight:500; margin-bottom:3px; }
.hero-note { margin-top:32px; display:flex; gap:14px; align-items:center; color:#695c55; font-size:13px; line-height:1.5; }
.avatar-stack { display:flex; padding-left:8px; }
.avatar-stack span { width:34px; height:34px; margin-left:-8px; border-radius:50%; display:grid; place-items:center; background:var(--sand); border:2px solid var(--cream); font-weight:800; font-size:11px; }
.avatar-stack span:nth-child(2) { background:var(--terracotta); color:white; }
.avatar-stack span:nth-child(3) { background:var(--ink); color:white; }
.hero-note p { margin:0; }

.hero-visual { position:relative; height:680px; }
.hero-visual::before { content:""; position:absolute; inset:70px 35px 50px; border-radius:50%; background:linear-gradient(135deg,var(--deep),var(--terracotta),var(--peach),var(--sand)); filter:blur(.1px); opacity:.96; }
.phone { position:absolute; width:300px; height:610px; background:#111; border-radius:47px; padding:10px; box-shadow:0 45px 90px rgba(41,35,31,.34), inset 0 0 0 1px #555; }
.phone::after { content:""; position:absolute; top:18px; left:50%; transform:translateX(-50%); width:86px; height:23px; border-radius:99px; background:#111; z-index:5; }
.phone-screen { height:100%; overflow:hidden; border-radius:38px; background:#fff; padding:42px 18px 18px; position:relative; }
.phone-back { left:20px; top:42px; transform:rotate(-9deg) scale(.88); opacity:.9; }
.phone-front { right:12px; top:35px; transform:rotate(7deg); z-index:3; }
.status-bar { position:absolute; top:9px; left:18px; right:18px; display:flex; justify-content:space-between; font-size:9px; font-weight:700; z-index:6; }
.screen-top { display:flex; align-items:center; justify-content:space-between; }
.screen-top small { color:var(--stone); font-size:10px; }
.screen-top h3 { font-size:22px; letter-spacing:-.04em; margin:2px 0 0; }
.mini-avatar { width:36px; height:36px; border-radius:50%; background:var(--sand); display:grid; place-items:center; color:var(--deep); font-weight:800; }
.next-class { margin-top:20px; border-radius:20px; padding:18px; color:white; background:linear-gradient(135deg,var(--deep),var(--terracotta),var(--clay)); display:flex; align-items:center; justify-content:space-between; }
.next-class small { font-size:8px; letter-spacing:.15em; opacity:.8; }
.next-class h4 { margin:7px 0 4px; font-size:16px; }
.next-class p { margin:0; font-size:9px; opacity:.8; }
.time-badge { width:50px; height:50px; border-radius:50%; background:rgba(255,255,255,.18); display:grid; place-items:center; font-size:18px; font-weight:800; line-height:.8; }
.time-badge span { display:block; font-size:7px; font-weight:500; }
.metric-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:15px 0; }
.metric-grid div { padding:12px 8px; border:1px solid #eee; border-radius:14px; text-align:center; background:#fff; }
.metric-grid span { display:block; font-size:16px; font-weight:800; }
.metric-grid small { display:block; font-size:7px; color:var(--stone); margin-top:4px; }
.section-label { display:flex; justify-content:space-between; align-items:center; font-size:10px; margin:17px 0 10px; }
.section-label span { color:var(--terracotta); }
.quick-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:7px; }
.quick-grid div { display:flex; flex-direction:column; align-items:center; gap:5px; font-size:7px; }
.quick-grid i { width:39px; height:39px; border-radius:13px; background:var(--sand); display:grid; place-items:center; color:var(--deep); font-style:normal; font-size:16px; }
.today-card { margin-top:17px; background:#faf4ec; border:1px solid #f4e8da; border-radius:16px; padding:13px; display:flex; gap:10px; align-items:center; }
.today-icon { width:30px; height:30px; border-radius:10px; background:var(--terracotta); color:white; display:grid; place-items:center; }
.today-card small { color:var(--terracotta); font-size:7px; font-weight:800; }
.today-card h4 { font-size:10px; margin:4px 0 0; }
.bottom-nav { position:absolute; left:12px; right:12px; bottom:10px; height:48px; background:white; border-top:1px solid #eee; display:flex; justify-content:space-around; align-items:center; }
.bottom-nav span { color:var(--stone); font-size:13px; display:flex; flex-direction:column; align-items:center; gap:2px; }
.bottom-nav span:first-child { color:var(--terracotta); }
.bottom-nav small { font-size:6px; }
.feed-screen { background:#f8f4ef; }
.feed-card { border-radius:18px; padding:18px; margin-top:15px; min-height:130px; display:flex; flex-direction:column; justify-content:flex-end; }
.feed-card small { font-size:8px; font-weight:800; letter-spacing:.12em; }
.feed-card h4 { font-size:15px; line-height:1.15; margin:8px 0; }
.feed-card p { font-size:8px; margin:0; opacity:.7; }
.feed-card.orange { background:var(--peach); }
.feed-card.cream { background:white; }
.feed-card.dark { background:var(--ink); color:white; }
.floating-pill { position:absolute; z-index:6; background:white; box-shadow:0 15px 40px rgba(55,31,22,.18); border-radius:999px; padding:12px 17px; font-size:12px; font-weight:750; }
.pill-one { top:40px; right:-20px; }
.pill-two { bottom:68px; left:-15px; background:var(--ink); color:white; font-size:18px; }
.pill-two small { display:block; font-size:8px; color:var(--peach); text-transform:uppercase; letter-spacing:.12em; }
.pulse-dot { width:8px; height:8px; border-radius:50%; display:inline-block; margin-right:7px; background:#57b277; box-shadow:0 0 0 5px rgba(87,178,119,.14); }
.hero-orb { position:absolute; border-radius:50%; filter:blur(1px); }
.hero-orb-a { width:210px; height:210px; background:rgba(241,223,200,.65); left:-70px; top:420px; }
.hero-orb-b { width:115px; height:115px; border:1px solid rgba(195,93,56,.25); right:3%; top:140px; }
.hero-strip { margin-top:75px; padding:20px 0; display:flex; justify-content:center; gap:20px; flex-wrap:wrap; color:#6d5f56; font-size:12px; text-transform:uppercase; letter-spacing:.12em; border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.hero-strip i { color:var(--terracotta); }

.section-head { display:grid; grid-template-columns:1.2fr .8fr; align-items:end; gap:80px; margin-bottom:60px; }
.section-kicker { display:block; color:var(--terracotta); font-size:12px; font-weight:850; letter-spacing:.18em; margin-bottom:18px; }
.section-kicker.light { color:var(--peach); }
.section-head h2, .story-copy h2, .sticky-copy h2, .download-copy h2 { font-size:clamp(43px,5vw,72px); letter-spacing:-.055em; line-height:1; margin:0; }
.section-head p { color:#6c5e55; font-size:17px; line-height:1.75; margin:0; }
.product { background:#fff; }
.feature-bento { display:grid; grid-template-columns:1.1fr .9fr; gap:18px; }
.feature-card { min-height:470px; border-radius:34px; padding:34px; position:relative; overflow:hidden; display:flex; flex-direction:column; border:1px solid rgba(41,35,31,.07); }
.feature-large { grid-row:span 2; min-height:958px; }
.feature-wide { grid-column:span 2; min-height:430px; display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; }
.feature-number { position:absolute; top:28px; right:30px; font-size:12px; font-weight:800; opacity:.5; }
.feature-content { position:relative; z-index:2; max-width:500px; }
.feature-content > span { font-size:10px; letter-spacing:.16em; font-weight:800; }
.feature-content h3 { font-size:clamp(29px,3vw,48px); line-height:1.02; letter-spacing:-.045em; margin:15px 0 16px; }
.feature-content p { font-size:15px; line-height:1.65; max-width:470px; opacity:.75; }
.terracotta { background:var(--terracotta); color:white; }
.cream { background:var(--cream); }
.ink { background:var(--ink); color:white; }
.sand { background:var(--sand); }
.peach { background:var(--peach); }
.mini-ui { margin-top:auto; background:white; color:var(--ink); padding:24px; border-radius:25px; box-shadow:0 26px 60px rgba(69,31,17,.2); transform:rotate(-2deg) translateY(8px); }
.mini-ui-head { display:flex; justify-content:space-between; align-items:center; padding-bottom:17px; border-bottom:1px solid #eee; }
.mini-ui-head span { font-size:11px; color:var(--stone); }
.class-row { display:grid; grid-template-columns:58px 1fr auto; gap:12px; align-items:center; padding:20px 0; border-bottom:1px solid #eee; }
.class-row time { font-size:12px; color:var(--stone); }
.class-row div { display:flex; flex-direction:column; gap:4px; }
.class-row small { color:var(--stone); font-size:10px; }
.class-row > span { font-size:9px; padding:6px 8px; border-radius:99px; background:#f3eee8; }
.class-row.active { color:var(--terracotta); }
.map-art { position:absolute; left:20px; right:20px; bottom:15px; height:245px; border-radius:28px; background:#e9dfd4; overflow:hidden; }
.road { position:absolute; height:20px; width:140%; background:white; border:1px solid #d9cec2; border-radius:99px; }
.r1 { top:70px; left:-40px; transform:rotate(25deg); }
.r2 { top:130px; left:-45px; transform:rotate(-18deg); }
.r3 { width:20px; height:140%; top:-45px; left:55%; transform:rotate(10deg); }
.pin { position:absolute; width:25px; height:25px; border-radius:50% 50% 50% 0; transform:rotate(-45deg); background:var(--terracotta); border:3px solid white; box-shadow:0 8px 15px rgba(0,0,0,.12); }
.pin::after { content:""; position:absolute; inset:7px; border-radius:50%; background:white; }
.p1 { left:48%; top:85px; width:43px; height:43px; background:var(--ink); display:grid; place-items:center; color:white; font-size:9px; font-style:normal; }
.p1::after { display:none; }
.p1 { text-indent:0; }
.p2 { left:23%; top:45px; }
.p3 { right:20%; bottom:40px; }
.grade-ring { width:220px; height:220px; border-radius:50%; margin:auto; display:grid; place-items:center; background:conic-gradient(var(--clay) 0 74%, rgba(255,255,255,.1) 74% 100%); position:relative; }
.grade-ring::before { content:""; position:absolute; inset:20px; border-radius:50%; background:var(--ink); }
.grade-ring div { position:relative; text-align:center; }
.grade-ring strong { display:block; font-size:50px; letter-spacing:-.06em; }
.grade-ring span { font-size:10px; color:var(--peach); text-transform:uppercase; letter-spacing:.12em; }
.people-list { margin-top:auto; display:flex; flex-direction:column; gap:10px; }
.people-list > div { display:grid; grid-template-columns:48px 1fr auto; align-items:center; gap:12px; padding:13px; border-radius:18px; background:rgba(255,255,255,.55); }
.people-list > div > span { width:48px; height:48px; border-radius:14px; background:var(--terracotta); color:white; display:grid; place-items:center; font-weight:800; }
.people-list p { margin:0; display:flex; flex-direction:column; }
.people-list small { color:#7e6f66; margin-top:4px; }
.people-list i { font-style:normal; font-weight:800; font-size:12px; }
.news-ticker { display:flex; flex-direction:column; gap:10px; }
.news-ticker div { display:grid; grid-template-columns:100px 1fr auto; gap:18px; align-items:center; padding:20px 22px; background:rgba(255,255,255,.58); border-radius:17px; }
.news-ticker b { font-size:10px; text-transform:uppercase; letter-spacing:.1em; color:var(--deep); }
.news-ticker span { font-size:14px; font-weight:650; }
.news-ticker time { font-size:11px; color:#806e63; }

.why { background:var(--ink); color:white; }
.why-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; align-items:start; }
.sticky-copy { position:sticky; top:130px; }
.sticky-copy p { font-size:17px; line-height:1.75; color:#c9beb7; max-width:490px; margin:28px 0; }
.text-link { display:inline-flex; align-items:center; gap:10px; padding-bottom:6px; border-bottom:1px solid var(--clay); color:var(--peach); font-weight:700; }
.principle-list article { display:grid; grid-template-columns:80px 1fr; padding:45px 0; border-bottom:1px solid rgba(255,255,255,.13); }
.principle-list article > span { color:var(--peach); font-size:12px; font-weight:800; }
.principle-list h3 { font-size:31px; letter-spacing:-.035em; margin:0 0 14px; }
.principle-list p { color:#bfb5af; line-height:1.7; margin:0; max-width:570px; }

.story { background:var(--sand); }
.story-grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; }
.story-art { min-height:680px; position:relative; }
.poster { position:absolute; border-radius:25px; box-shadow:var(--shadow); }
.poster-a { width:360px; height:450px; left:0; top:40px; background:var(--cream); padding:35px; display:flex; flex-direction:column; justify-content:space-between; transform:rotate(-6deg); }
.poster-a img { width:150px; align-self:center; }
.poster-a span { font-size:35px; font-weight:850; line-height:.95; letter-spacing:-.04em; color:var(--deep); }
.poster-b { width:300px; height:380px; right:0; top:180px; background:linear-gradient(150deg,var(--deep),var(--terracotta),var(--peach)); color:white; padding:32px; display:flex; flex-direction:column; transform:rotate(7deg); }
.poster-b b { font-size:34px; line-height:1; }
.poster-b strong { font-size:47px; margin-top:8px; }
.poster-b small { margin-top:auto; font-size:19px; font-weight:800; letter-spacing:.2em; }
.poster-c { width:300px; height:180px; left:80px; bottom:5px; background:var(--ink); color:white; padding:25px; transform:rotate(2deg); }
.poster-c small { color:var(--peach); letter-spacing:.14em; }
.poster-c b { display:block; font-size:28px; line-height:1; margin-top:25px; }
.story-copy .lead-quote { font-size:25px; line-height:1.35; letter-spacing:-.02em; color:var(--deep); font-weight:650; border-left:3px solid var(--terracotta); padding-left:22px; margin:35px 0; }
.story-copy > p:not(.lead-quote) { color:#65574e; font-size:16px; line-height:1.8; }
.story-signature { margin-top:35px; display:flex; flex-direction:column; }
.story-signature span { font-family:Georgia,serif; font-style:italic; font-size:32px; color:var(--deep); }
.story-signature small { color:var(--stone); text-transform:uppercase; letter-spacing:.13em; margin-top:5px; }

.mission { background:var(--terracotta); color:white; }
.mission-wrap { text-align:center; }
.mission-wrap > p { font-size:11px; font-weight:800; letter-spacing:.2em; color:var(--sand); }
.mission-wrap h2 { font-size:clamp(44px,6vw,84px); max-width:1050px; margin:35px auto 50px; line-height:1.02; letter-spacing:-.055em; }
.mission-meta { display:flex; justify-content:center; gap:15px; flex-wrap:wrap; }
.mission-meta span { border:1px solid rgba(255,255,255,.35); border-radius:999px; padding:12px 16px; font-size:12px; }

.team { background:#fff; }
.team-grid { display:grid; grid-template-columns:1.25fr .75fr .75fr; gap:18px; }
.founder-card, .team-card { border:1px solid var(--border); border-radius:28px; overflow:hidden; background:var(--cream); }
.founder-card { display:grid; grid-template-columns:1fr 1fr; min-height:390px; }
.founder-visual { background:linear-gradient(145deg,var(--sand),var(--peach)); position:relative; display:grid; place-items:center; }
.founder-initials { width:150px; height:150px; border-radius:50%; background:var(--ink); color:white; display:grid; place-items:center; font-size:70px; font-weight:800; box-shadow:0 20px 45px rgba(41,35,31,.2); }
.founder-tag { position:absolute; left:20px; bottom:20px; background:white; padding:9px 12px; border-radius:999px; font-size:9px; font-weight:800; letter-spacing:.12em; }
.founder-card > div:last-child { padding:35px; display:flex; flex-direction:column; justify-content:flex-end; }
.founder-card h3, .team-card h3 { font-size:27px; letter-spacing:-.04em; margin:0 0 9px; }
.founder-card p { color:var(--terracotta); font-weight:700; margin:0 0 22px; }
.founder-card small { line-height:1.6; color:#796a61; }
.team-card { padding:30px; display:flex; flex-direction:column; justify-content:flex-end; min-height:390px; }
.team-card:nth-child(2) { background:var(--ink); color:white; }
.team-card:nth-child(3) { background:var(--sand); }
.team-icon { width:55px; height:55px; border-radius:18px; background:var(--terracotta); color:white; display:grid; place-items:center; font-size:22px; margin-bottom:auto; }
.team-card p { line-height:1.7; margin:0; color:#75665d; }
.team-card:nth-child(2) p { color:#bcb2ab; }

.download { background:var(--cream); }
.download-card { min-height:620px; border-radius:42px; padding:75px; background:var(--ink); color:white; display:grid; grid-template-columns:1fr 1fr; align-items:center; overflow:hidden; position:relative; }
.download-copy { position:relative; z-index:2; }
.download-logo { width:84px; margin-bottom:25px; border-radius:22px; }
.download-copy p { color:#c8beb8; font-size:17px; line-height:1.7; max-width:500px; margin:24px 0 30px; }
.download-art { position:absolute; width:50%; right:0; top:0; bottom:0; display:grid; place-items:center; }
.download-phone { width:295px; height:580px; background:#111; padding:10px; border-radius:47px; transform:rotate(8deg) translateY(65px); box-shadow:0 45px 80px rgba(0,0,0,.4); z-index:2; }
.download-screen { height:100%; border-radius:38px; background:linear-gradient(145deg,var(--deep),var(--terracotta),var(--peach),var(--sand)); display:flex; flex-direction:column; justify-content:center; align-items:center; color:white; }
.download-screen img { width:105px; border-radius:27px; margin-bottom:25px; }
.download-screen h4 { font-size:30px; margin:0; }
.download-screen p { margin:7px 0 30px; font-size:11px; letter-spacing:.1em; }
.loading-line { width:130px; height:4px; background:rgba(255,255,255,.3); border-radius:99px; overflow:hidden; }
.loading-line span { display:block; width:65%; height:100%; background:white; }
.download-ring { position:absolute; border-radius:50%; border:1px solid rgba(255,255,255,.12); }
.ring-a { width:550px; height:550px; }
.ring-b { width:400px; height:400px; }

.site-footer { background:var(--sand); padding:80px 0 25px; }
.footer-top { display:grid; grid-template-columns:1fr 1fr; gap:80px; padding-bottom:60px; }
.footer-brand { width:250px; }
.footer-links { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.footer-links div { display:flex; flex-direction:column; gap:14px; font-size:13px; }
.footer-links b { margin-bottom:5px; text-transform:uppercase; letter-spacing:.12em; font-size:10px; color:var(--deep); }
.footer-links a { color:#64564e; }
.footer-links a:hover { color:var(--terracotta); }
.footer-bottom { border-top:1px solid rgba(41,35,31,.15); padding-top:23px; display:flex; justify-content:space-between; gap:30px; font-size:11px; color:#776960; }

.launch-dialog { width:min(440px,calc(100% - 30px)); border:0; border-radius:28px; padding:40px; text-align:center; color:var(--ink); background:var(--cream); box-shadow:0 30px 120px rgba(0,0,0,.35); }
.launch-dialog::backdrop { background:rgba(41,35,31,.65); backdrop-filter:blur(7px); }
.launch-dialog img { width:82px; margin:0 auto 18px; border-radius:22px; }
.launch-dialog > span { font-size:10px; font-weight:800; letter-spacing:.18em; color:var(--terracotta); }
.launch-dialog h3 { font-size:29px; letter-spacing:-.04em; margin:13px 0; }
.launch-dialog p { color:#71635b; line-height:1.6; }
.dialog-close { position:absolute; right:17px; top:14px; border:0; background:none; font-size:30px; cursor:pointer; color:var(--stone); }
.dialog-primary { margin-top:10px; border:0; border-radius:999px; padding:13px 27px; background:var(--terracotta); color:white; font-weight:750; cursor:pointer; }

.reveal { opacity:0; transform:translateY(26px); transition:opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  .desktop-nav { display:none; }
  .nav-wrap { grid-template-columns:1fr auto; }
  .nav-cta { display:none; }
  .menu-button { display:flex; width:44px; height:44px; border:1px solid var(--border); background:rgba(255,255,255,.5); border-radius:50%; flex-direction:column; justify-content:center; gap:6px; align-items:center; }
  .menu-button span { width:18px; height:1.5px; background:var(--ink); transition:.25s; }
  .mobile-nav { position:fixed; top:84px; left:20px; right:20px; background:var(--ink); color:white; border-radius:22px; padding:20px; flex-direction:column; gap:4px; box-shadow:var(--shadow); }
  .mobile-nav.open { display:flex; }
  .mobile-nav a { padding:13px; border-bottom:1px solid rgba(255,255,255,.1); }
  .hero-grid { grid-template-columns:1fr; gap:30px; }
  .hero-copy { text-align:center; }
  .hero-copy h1, .hero-lead { margin-inline:auto; }
  .eyebrow, .store-row, .hero-note { justify-content:center; }
  .hero-visual { width:min(650px,100%); margin-inline:auto; }
  .section-head { grid-template-columns:1fr; gap:25px; }
  .feature-bento { grid-template-columns:1fr 1fr; }
  .feature-large { grid-row:auto; min-height:660px; grid-column:span 2; }
  .why-grid, .story-grid { grid-template-columns:1fr; gap:70px; }
  .sticky-copy { position:static; }
  .story-art { width:min(620px,100%); margin-inline:auto; }
  .team-grid { grid-template-columns:1fr 1fr; }
  .founder-card { grid-column:span 2; }
}

@media (max-width: 720px) {
  .container { width:min(100% - 28px,1180px); }
  .section-pad { padding:82px 0; }
  .site-header, .nav-wrap { height:72px; }
  .brand { width:185px; }
  .mobile-nav { top:72px; }
  .hero { padding-top:125px; min-height:auto; }
  h1 { font-size:54px; }
  .hero-lead { font-size:16px; }
  .store-button { flex:1; min-width:155px; }
  .hero-visual { height:580px; margin-top:20px; }
  .phone { width:258px; height:520px; }
  .phone-back { left:-36px; }
  .phone-front { right:-30px; }
  .phone-screen { padding-inline:14px; }
  .pill-one { right:-5px; }
  .pill-two { left:-3px; }
  .hero-strip { justify-content:flex-start; flex-wrap:nowrap; overflow:hidden; white-space:nowrap; mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent); }
  .feature-bento { grid-template-columns:1fr; }
  .feature-card, .feature-large, .feature-wide { grid-column:auto; grid-row:auto; min-height:520px; display:flex; }
  .feature-large { min-height:690px; }
  .feature-wide { min-height:650px; }
  .news-ticker { margin-top:auto; }
  .news-ticker div { grid-template-columns:1fr auto; }
  .news-ticker b { grid-column:span 2; }
  .why-grid { gap:30px; }
  .principle-list article { grid-template-columns:45px 1fr; }
  .principle-list h3 { font-size:25px; }
  .story-art { min-height:540px; }
  .poster-a { width:270px; height:350px; padding:25px; }
  .poster-a span { font-size:27px; }
  .poster-b { width:235px; height:300px; top:150px; }
  .poster-b b { font-size:27px; }
  .poster-b strong { font-size:36px; }
  .poster-c { width:240px; left:25px; }
  .mission-wrap h2 { font-size:45px; }
  .team-grid { grid-template-columns:1fr; }
  .founder-card { grid-column:auto; grid-template-columns:1fr; }
  .founder-visual { min-height:270px; }
  .download-card { padding:45px 28px 0; min-height:930px; grid-template-columns:1fr; align-items:start; }
  .download-art { width:100%; top:auto; height:520px; bottom:0; }
  .download-phone { transform:rotate(6deg) translateY(90px); }
  .footer-top { grid-template-columns:1fr; gap:50px; }
  .footer-links { grid-template-columns:1fr 1fr; }
  .footer-bottom { flex-direction:column; }
}

@media (max-width: 430px) {
  h1 { font-size:46px; }
  .hero-visual { height:520px; }
  .phone { width:230px; height:470px; border-radius:39px; }
  .phone-screen { border-radius:31px; }
  .phone-front { right:-44px; }
  .phone-back { left:-50px; }
  .floating-pill { font-size:10px; }
  .feature-card { padding:26px; border-radius:27px; }
  .section-head h2, .story-copy h2, .sticky-copy h2, .download-copy h2 { font-size:42px; }
  .story-art { transform:scale(.88); transform-origin:center top; margin-bottom:-60px; }
  .footer-links { grid-template-columns:1fr; }
}

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