@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/Newsreader-Variable.ttf") format("truetype");
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --ink: #111318;
  --ivory: #f6f1e8;
  --paper: #eee6d9;
  --sand: #d8cebd;
  --red: #b84a2b;
  --olive: #68705a;
  --muted: #68655f;
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  position: relative;
  z-index: 20;
  max-width: var(--max);
  margin: 0 auto;
  min-height: 90px;
  padding: 22px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--sand);
}
.brand { display: inline-flex; align-items: center; gap: 9px; font: 600 30px/1 "Newsreader", serif; letter-spacing: -1px; }
.brand-mark { width: 33px; height: 40px; }
.mark-ink { fill: var(--ink); }
.mark-light { fill: var(--ivory); }
.mark-red { fill: var(--red); }
.mark-green { fill: var(--olive); }
nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
nav a { border-bottom: 1px solid transparent; }
nav a:hover { border-color: var(--red); }
.language-picker select {
  border: 1px solid var(--sand);
  background: transparent;
  color: var(--ink);
  border-radius: 4px;
  padding: 7px 9px;
  font: 700 12px "Manrope", sans-serif;
}

.hero {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  min-height: 790px;
  padding: 80px 42px 84px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  gap: 64px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 86px;
  width: 58px;
  height: 4px;
  background: var(--red);
}
.eyebrow { margin: 0 0 22px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: 2px; }
h1, h2 { margin: 0; font-family: "Newsreader", serif; font-weight: 520; letter-spacing: -2.5px; }
h1 { max-width: 780px; font-size: clamp(64px, 7.7vw, 116px); line-height: .86; }
h1 em, h2 em { color: var(--red); font-weight: 430; }
.hero-lede { max-width: 610px; margin: 34px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; font-weight: 800; }
.button.primary { background: var(--ink); color: var(--ivory); }
.button.primary:hover { background: var(--red); }
.launch-note { color: var(--muted); font-size: 12px; }
.hero-visual {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  gap: 26px;
}
.orbit { position: absolute; border: 1px solid var(--sand); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 390px; height: 390px; border-color: color-mix(in srgb, var(--red) 35%, transparent); }
.phone-shell {
  position: relative;
  width: 310px;
  height: 630px;
  z-index: 2;
  padding: 10px;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid #3a3c42;
  border-radius: 42px;
  box-shadow: 0 42px 80px rgba(17,19,24,.22), 0 8px 24px rgba(17,19,24,.12);
  transform: rotate(2.5deg);
}
.phone-shell img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 33px; background: var(--paper); }
.phone-speaker { position: absolute; z-index: 3; top: 17px; left: 50%; width: 64px; height: 5px; transform: translateX(-50%); border-radius: 9px; background: var(--ink); }
.visual-caption {
  position: relative;
  z-index: 3;
  width: 220px;
  margin: 0;
  padding: 14px 0 0;
  justify-self: end;
  border-top: 1px solid var(--ink);
  color: var(--muted);
  font-size: 11px;
}
.visual-caption span:first-child { margin-right: 10px; color: var(--red); font-weight: 800; }

.manifesto { max-width: var(--max); margin: 0 auto; padding: 100px 42px; display: grid; grid-template-columns: 120px 1fr; border-top: 1px solid var(--sand); }
.section-number { color: var(--red); font-weight: 800; }
.manifesto-text { max-width: 950px; margin: 0; font: 500 clamp(44px, 5.5vw, 78px)/1.04 "Newsreader", serif; letter-spacing: -1.7px; }
.manifesto-text em { color: var(--olive); }

.how { background: var(--ink); color: var(--ivory); padding: 110px max(42px, calc((100vw - var(--max)) / 2 + 42px)); }
.section-heading { max-width: 820px; }
.section-heading h2, .principle h2, .launch h2 { font-size: clamp(48px, 5vw, 76px); line-height: .98; }
.steps { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3b3d42; }
.step { min-height: 360px; padding: 22px 34px 32px 0; border-right: 1px solid #3b3d42; }
.step + .step { padding-left: 34px; }
.step:last-child { border-right: 0; }
.step > span { color: #8f9094; font-size: 11px; }
.step-icon { margin: 60px 0 34px; color: var(--red); font: 400 52px/1 "Newsreader", serif; }
.step h3 { margin: 0 0 12px; font: 600 28px/1.1 "Newsreader", serif; }
.step p { max-width: 310px; margin: 0; color: #b8b7b2; }

.principle { max-width: var(--max); margin: 0 auto; padding: 120px 42px; display: grid; grid-template-columns: 1fr .82fr; gap: 100px; }
.principle-copy > p { margin: 44px 0 42px; color: var(--muted); font-size: 18px; }
dl { margin: 0; border-top: 1px solid var(--sand); }
dl div { padding: 18px 0; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--sand); }
dt { color: var(--muted); font-size: 13px; }
dd { margin: 0; font: 600 40px "Newsreader", serif; color: var(--red); }

.plans { padding: 110px max(42px, calc((100vw - var(--max)) / 2 + 42px)); background: var(--paper); border-top: 1px solid var(--sand); }
.plans .section-heading p:last-child { max-width: 570px; color: var(--muted); font-size: 18px; }
.plan-grid { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.plan { position: relative; padding: 36px; border: 1px solid var(--sand); background: var(--ivory); }
.plan.plus { background: var(--ink); color: var(--ivory); }
.plan-label { position: absolute; right: 26px; top: 24px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 1.3px; }
.plan-name { margin: 0 0 24px; font: 600 28px "Newsreader", serif; }
.price { margin: 0; display: flex; align-items: baseline; gap: 10px; }
.price strong { font: 600 52px "Newsreader", serif; }
.price span, .annual { color: #8a8881; font-size: 12px; }
.annual { margin: 4px 0 0; }
.plan ul { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--sand); }
.plan.plus ul { border-color: #3b3d42; }
.plan li { padding: 14px 0 14px 26px; position: relative; border-bottom: 1px solid var(--sand); font-size: 13px; }
.plan.plus li { border-color: #3b3d42; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }

.launch { padding: 120px max(42px, calc((100vw - var(--max)) / 2 + 42px)); display: grid; grid-template-columns: .65fr 1fr; align-items: center; gap: 100px; background: var(--ink); color: var(--ivory); border-top: 1px solid #34363b; }
.launch-mark svg { width: min(280px, 70%); }
.launch p:not(.eyebrow) { max-width: 590px; margin: 24px 0; color: #b8b7b2; font-size: 18px; }
.store-status { display: inline-block; padding: 12px 16px; border: 1px solid #4d4f55; color: var(--sand); font-size: 10px; font-weight: 900; letter-spacing: 1.3px; }

footer { max-width: var(--max); margin: 0 auto; min-height: 150px; padding: 42px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; color: var(--muted); font-size: 12px; }
.footer-brand { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  .site-header { padding: 18px 22px; }
  nav a { display: none; }
  .hero { padding: 72px 22px; grid-template-columns: 1fr; gap: 24px; }
  .hero::before { left: 22px; }
  h1 { font-size: clamp(58px, 17vw, 88px); }
  .hero-visual { min-height: 690px; }
  .manifesto { padding: 74px 22px; grid-template-columns: 1fr; }
  .how, .plans, .launch { padding: 84px 22px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { min-height: auto; padding: 28px 0 42px; border-right: 0; border-bottom: 1px solid #3b3d42; }
  .step-icon { margin: 32px 0 20px; }
  .principle { padding: 84px 22px; grid-template-columns: 1fr; gap: 22px; }
  .plan-grid { grid-template-columns: 1fr; }
  .launch { grid-template-columns: 1fr; gap: 48px; }
  .launch-mark svg { width: 130px; }
  footer { padding: 40px 22px; grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .brand { font-size: 26px; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 620px; gap: 22px; }
  .phone-shell { width: 270px; height: 550px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 310px; height: 310px; }
  .visual-caption { justify-self: center; }
  .manifesto-text { font-size: 42px; }
  .price strong { font-size: 42px; }
}
