:root {
  --ink: #171714;
  --muted: #64645c;
  --paper: #f4f2ec;
  --card: #fcfbf7;
  --line: #d9d5ca;
  --lime: #d7ff59;
  --green: #2f5d40;
  --orange: #8a4a13;
  font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { font-size: 22px; font-weight: 800; text-decoration: none; letter-spacing: -.04em; }
.nav nav { display: flex; gap: 24px; align-items: center; }
.nav nav a { text-decoration: none; font-size: 14px; }
.nav-cta { padding: 9px 15px; border: 1px solid var(--ink); border-radius: 999px; }
.hero { padding: 118px 0 150px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; }
.hero h1 { font-size: clamp(64px, 10vw, 128px); line-height: .88; letter-spacing: -.075em; margin: 24px 0 40px; max-width: 1000px; }
.hero h1 em { font-family: Georgia, serif; font-weight: 400; }
.hero > p { max-width: 620px; font-size: 20px; color: var(--muted); }
.actions { display: flex; gap: 10px; margin-top: 36px; }
.button { padding: 13px 19px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 700; }
.primary { background: var(--ink); color: white; }
.secondary { border: 1px solid var(--line); background: var(--card); }
.hero .honesty { font-size: 13px; margin-top: 24px; }
.feature { background: #181816; color: #f7f5ee; border-radius: 30px; padding: 64px; display: grid; grid-template-columns: .82fr 1.35fr; gap: 60px; align-items: center; }
.feature h2, .section-head h2, .trust h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1; letter-spacing: -.05em; margin: 16px 0 24px; }
.feature .lead { font-size: 21px; }
.feature ul { padding-left: 20px; color: #c7c5bd; }
.feature .text-link { color: var(--lime); }
.app-shot { margin: 0; }
.app-shot img, .product-card > img { display: block; width: 100%; height: auto; border-radius: 14px; box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.app-shot figcaption { margin-top: 10px; font-size: 12px; color: #9f9d96; }
.status { display: inline-flex; border-radius: 999px; padding: 6px 10px; font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.status.local { background: #dff1e5; color: var(--green); }
.feature .status.local { background: #2a4635; color: #c9f4d6; }
.status.preparing { background: #f6e5d5; color: var(--orange); }
.availability { font-size: 13px; color: var(--muted); }
.feature .availability { color: #aaa89f; }
.text-link { display: inline-block; font-size: 14px; font-weight: 700; margin-top: 10px; text-underline-offset: 4px; }
.product-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 22px; }
.download-cta { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border-radius: 999px; background: #e9e6dc; color: #77746c; font-size: 13px; font-weight: 700; cursor: not-allowed; }
.feature .download-cta { background: #302f2b; color: #aaa89f; }
.source-link { font-size: 12px; color: var(--muted); text-underline-offset: 4px; }
.feature .source-link { color: #aaa89f; }
.products { padding: 150px 0; }
.section-head { max-width: 800px; margin-bottom: 72px; }
.product-card { border-top: 1px solid var(--line); padding: 64px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.product-card.reverse .card-copy { order: 2; }
.product-card h3 { font-size: 46px; letter-spacing: -.04em; margin: 18px 0 10px; }
.product-card .card-copy > p:not(.availability) { font-size: 18px; }
.product-card > img { background: #191919; max-height: 520px; object-fit: contain; }
.trust { border-block: 1px solid var(--line); padding: 100px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.trust-intro { max-width: 520px; color: var(--muted); font-size: 17px; }
.trust-principles { display: grid; }
.trust-principles > div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.trust-principles span { color: var(--muted); font-size: 14px; }
.trust-detail-links { display: flex; flex-wrap: wrap; gap: 18px; padding-top: 24px; }
.trust-detail-links a { font-size: 12px; color: var(--muted); text-underline-offset: 4px; }
.contact { padding: 130px 0; text-align: center; }
.contact p { color: var(--muted); }
.contact a { font-size: clamp(30px, 6vw, 72px); font-weight: 800; letter-spacing: -.05em; }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer div { display: flex; gap: 20px; }
.legal { padding: 90px 0 140px; max-width: 820px; }
.legal h1 { font-size: clamp(48px, 8vw, 82px); line-height: 1; letter-spacing: -.055em; margin: 12px 0 24px; }
.legal .updated { color: var(--muted); margin-bottom: 70px; }
.legal h2 { margin: 52px 0 12px; font-size: 27px; letter-spacing: -.025em; }
.legal h3 { margin: 30px 0 8px; }
.legal p, .legal li { color: #44443f; }
.legal table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal th, .legal td { text-align: left; padding: 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal code { background: #e9e6dd; border-radius: 4px; padding: 2px 5px; }
.notice { padding: 18px 20px; background: #ebe8df; border-left: 3px solid var(--ink); }
@media (max-width: 820px) {
  .nav nav a:not(.nav-cta) { display: none; }
  .hero { padding: 80px 0 100px; }
  .feature { padding: 28px; grid-template-columns: 1fr; border-radius: 20px; }
  .product-card, .trust { grid-template-columns: 1fr; gap: 30px; }
  .product-card.reverse .card-copy { order: initial; }
  .products { padding: 100px 0; }
  .trust-principles > div { grid-template-columns: 1fr; gap: 6px; }
}
