:root {
  color-scheme: light;
  --sand: #f4efe6;
  --paper: #fffaf1;
  --graphite: #202321;
  --slate: #66706c;
  --malachite: #1f6f5c;
  --malachite-dark: #164d42;
  --ochre: #c88a2d;
  --line: #d8d0c2;
  --night: #0f1413;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sand); color: var(--graphite); line-height: 1.55; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

header { position: relative; z-index: 5; padding: 22px 0; background: var(--sand); }
nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--graphite); text-decoration: none; font-size: 18px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { position: relative; width: 35px; height: 35px; transform: rotate(45deg); border-radius: 7px 12px 7px 14px; background: linear-gradient(145deg, #2b8570 0 48%, #195445 49% 72%, #c88a2d 73%); box-shadow: inset -5px -5px 12px rgba(0,0,0,.15); }
.nav-links { display: flex; align-items: center; gap: 24px; color: #4d5753; font-size: 14px; font-weight: 750; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--malachite); }

.hero { position: relative; min-height: 690px; padding: 78px 0 100px; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: 0; inset: -180px -10vw auto 48%; height: 790px; border-radius: 46% 0 0 62%; background: var(--night); transform: rotate(-8deg); }
.hero::after { content: ""; position: absolute; z-index: 1; width: 620px; height: 220px; right: -120px; top: 370px; opacity: .54; pointer-events: none; transform: rotate(-7deg); background: repeating-linear-gradient(10deg, transparent 0 19px, #c88a2d 20px 23px, transparent 24px 48px, #336e60 49px 53px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 16px; color: var(--malachite); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 700px; margin: 0; font-size: clamp(50px, 7vw, 88px); line-height: .96; letter-spacing: -.065em; }
.hero-copy { max-width: 600px; margin: 26px 0 0; color: var(--slate); font-size: clamp(17px, 2vw, 21px); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border: 1px solid var(--malachite); border-radius: 12px; background: var(--malachite); color: #fff; text-decoration: none; font-size: 14px; font-weight: 850; box-shadow: 0 10px 28px rgba(31,111,92,.18); }
.button.secondary { background: transparent; color: var(--malachite-dark); box-shadow: none; }
.beta-note { width: 100%; margin: 3px 0 0; color: var(--slate); font-size: 12px; }

.phone { position: relative; width: min(430px, 88vw); aspect-ratio: 2 / 3; justify-self: center; transform: translateX(4%) rotate(.45deg); filter: drop-shadow(28px 36px 28px rgba(0,0,0,.34)); }
.phone-stage { position: absolute; inset: 0; }
.phone-hero-art { position: absolute; z-index: 3; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; pointer-events: none; }
.phone-live-screen { position: absolute; z-index: 2; top: 7.2266%; left: 29.1016%; width: 34.1797%; height: 82.7474%; overflow: hidden; background: #12151b; clip-path: polygon(0 3.7%, 100% 0, 99.43% 100%, .29% 96.54%); }
.specimen-shot { position: absolute; inset: 0; background:
  radial-gradient(circle at 58% 34%, rgba(255,255,255,.55) 0 2%, transparent 2.5%),
  radial-gradient(ellipse at 54% 40%, #b59c70 0 8%, #806d4f 10% 14%, #3f4d47 18% 26%, transparent 28%),
  radial-gradient(ellipse at 58% 43%, #26332f 0 29%, transparent 30%),
  linear-gradient(155deg, #7d837c, #252d2a 52%, #111817);
}
.specimen-shot::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 28%, rgba(0,0,0,.52) 80%); }
.phone-live-screen > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.screen-glass { position: absolute; z-index: 3; inset: 0; pointer-events: none; background: linear-gradient(125deg, rgba(255,255,255,.18), transparent 16% 72%, rgba(255,255,255,.05)); mix-blend-mode: screen; }
.finder { position: absolute; z-index: 2; top: 18%; left: 12%; right: 12%; height: 44%; border: 1.5px solid rgba(255,255,255,.7); border-radius: 18px; transform: rotate(-3deg); }
.phone-label { position: absolute; z-index: 4; left: 22px; right: 22px; bottom: 22px; padding: 17px; border-radius: 18px; background: rgba(15,20,19,.86); backdrop-filter: blur(10px); }
.phone-label small { color: #d3a861; font-weight: 900; letter-spacing: .12em; }
.phone-label strong { display: block; margin-top: 4px; color: #fff; font-size: 23px; }
.phone-label span { color: #c2cbc7; font-size: 13px; font-style: italic; }
.phone-daily { position: absolute; z-index: 4; left: 5%; right: 5%; bottom: 7.5%; display: flex; gap: 7px; align-items: center; padding: 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; background: rgba(15,20,19,.92); color: #fff; text-align: left; cursor: pointer; backdrop-filter: blur(10px); transform: rotate(7deg); transform-origin: center center; }
.phone-daily:hover, .phone-daily:focus-visible { background: rgba(31,111,92,.94); outline: 3px solid rgba(211,168,97,.75); outline-offset: 3px; }
.phone-daily img { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 7px; object-fit: cover; background: #273331; }
.phone-daily-copy { min-width: 0; }
.phone-daily-copy strong { display: block; margin: 0 0 2px; font-size: 12px; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.phone-daily-copy span { display: -webkit-box; color: #c2cbc7; font-size: 9px; line-height: 1.25; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

section { padding: 100px 0; }
.daily-colour { background: #f1e8dc; }
.daily-colour-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 48px; }
.daily-colour-image-wrap { overflow: hidden; border-radius: 20px; box-shadow: 0 18px 40px rgba(31, 42, 37, .16); }
.daily-colour-image { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.daily-colour-copy { max-width: 650px; }
.daily-colour-copy h2 { margin-bottom: 12px; }
.daily-colour-highlights { display: grid; gap: 8px; margin: 22px 0; padding-left: 20px; color: var(--slate); }
.daily-colour-tip, .daily-colour-safety { margin: 12px 0 0; color: var(--slate); }
.daily-colour-tip { font-weight: 750; }
.daily-colour-safety { font-size: 13px; }
.daily-modal[hidden] { display: none; }
.daily-modal { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 20px; }
.daily-modal-backdrop { position: absolute; inset: 0; background: rgba(15,20,19,.72); }
.daily-modal-panel { position: relative; z-index: 1; width: min(680px, 100%); max-height: min(820px, 92vh); overflow: auto; padding: 28px; border-radius: 24px; background: #fffaf4; box-shadow: 0 28px 90px rgba(0,0,0,.35); }
.daily-modal-close { position: absolute; top: 10px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(15,20,19,.78); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.daily-modal-image { display: block; width: 100%; max-height: 360px; margin-bottom: 24px; border-radius: 16px; object-fit: cover; }
body.modal-open { overflow: hidden; }
.beta-page { padding: 72px 0 100px; }
.beta-hero { max-width: 760px; padding: 32px 0 52px; }
.beta-hero h1 { max-width: 700px; }
.beta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.beta-status { min-height: 20px; margin: 14px 0 0; color: var(--slate); font-size: 14px; }
.beta-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 16px; }
.beta-card { margin: 16px 0; padding: 30px; border: 1px solid #ded4c7; border-radius: 20px; background: #fffaf4; }
.beta-card h2 { font-size: clamp(30px, 4vw, 48px); }
.beta-small { color: var(--slate); font-size: 13px; }
.beta-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; color: var(--slate); }
.beta-list p { margin: 0; padding: 18px; border-radius: 14px; background: #f1e8dc; }
.beta-card form { display: grid; gap: 14px; max-width: 620px; }
.beta-card label { display: grid; gap: 6px; color: var(--slate); font-weight: 750; }
.beta-card input, .beta-card select, .beta-card textarea { width: 100%; padding: 12px; border: 1px solid #cfc3b4; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; }
.beta-card .beta-consent { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px; font-weight: 500; }
.beta-card .beta-consent input { width: auto; margin-top: 4px; }
@media (max-width: 700px) { .beta-page { padding-top: 42px; } .beta-grid, .beta-list { grid-template-columns: 1fr; } .beta-card { padding: 22px; } }
.section-head { max-width: 690px; margin-bottom: 40px; }
h2 { margin: 0 0 14px; font-size: clamp(34px, 4.8vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.lead { margin: 0; color: var(--slate); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.step-number { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #dcebe5; color: var(--malachite-dark); font-weight: 950; }
.step h3 { margin: 36px 0 9px; font-size: 22px; letter-spacing: -.025em; }
.step p { margin: 0; color: var(--slate); }

.cabinet { background: var(--malachite-dark); color: #fff; }
.cabinet .eyebrow { color: #d3a861; }
.cabinet .lead { color: #c0d2cb; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature { padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.06); }
.feature h3 { margin: 0 0 8px; font-size: 19px; }
.feature p { margin: 0; color: #c0d2cb; }
.chip { display: inline-block; margin-bottom: 18px; padding: 6px 9px; border-radius: 8px; background: rgba(200,138,45,.19); color: #edc887; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.trust-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 70px; }
.trust-list { display: grid; gap: 18px; }
.trust-item { padding-left: 18px; border-left: 3px solid var(--ochre); }
.trust-item strong { display: block; margin-bottom: 4px; }
.trust-item p { margin: 0; color: var(--slate); }
.notice { padding: 26px; border-radius: 18px; background: #f6e8cf; color: #654818; }
.notice strong { display: block; margin-bottom: 7px; }

.download-band { padding: 72px 0; background: #e6ddd0; }
.download-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 44px; }
.download-grid h2 { max-width: 760px; font-size: clamp(32px, 4.3vw, 52px); }
.download-grid .button { white-space: nowrap; }

.store-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.store-card { display: flex; min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); text-decoration: none; flex-direction: column; justify-content: space-between; gap: 18px; }
.store-card:hover { border-color: var(--malachite); }
.store-card small { color: var(--slate); font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.store-card strong { font-size: 23px; }
.store-card span { color: var(--slate); font-size: 13px; }
.store-card.pending { cursor: default; opacity: .72; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.support-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.support-card h2 { margin-top: 0; font-size: 22px; }
.support-card p:last-child { margin-bottom: 0; }

.privacy { min-height: calc(100vh - 160px); padding: 66px 0 100px; }
.privacy article { max-width: 780px; padding: clamp(24px, 6vw, 64px); border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.privacy h1 { font-size: clamp(42px, 7vw, 70px); }
.privacy h2 { margin: 42px 0 12px; font-size: 25px; letter-spacing: -.025em; }
.privacy p, .privacy li { color: #4f5955; }
.privacy .updated { color: var(--slate); font-size: 13px; }

footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--slate); font-size: 13px; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; }

@media (max-width: 780px) {
  .nav-links a:not(:last-child) { display: none; }
  .hero { padding-top: 48px; }
  .hero::before { inset: auto -45% -200px 16%; height: 690px; }
  .hero::after { top: 520px; }
  .hero-grid, .trust-grid, .download-grid { grid-template-columns: 1fr; }
  .daily-colour-grid { grid-template-columns: 1fr; gap: 28px; }
  .phone { margin-top: 36px; transform: translateX(1%) rotate(.25deg); }
  .steps, .feature-grid, .store-grid, .support-grid { grid-template-columns: 1fr; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
