/* Pound landing — static styles.
   Desktop-first 1280px design with mobile fallbacks. No JS. */

:root {
  --bg: #15110b;
  --bg-2: #1f1a10;
  --ink: #f4ecda;
  --ink-subtle: rgba(244,236,218,0.6);
  --ink-mute: rgba(244,236,218,0.45);
  --gold: #d8a25a;
  --gold-soft: rgba(216,162,90,0.18);
  --rule: rgba(216,162,90,0.18);
  --card: rgba(244,236,218,0.04);
  --smooth: #2db45a;
  --easy:   #f5c842;
  --brakes: #f47530;
  --serif: 'Fraunces', Georgia, serif;
  --sans:  -apple-system, BlinkMacSystemFont, 'Inter', 'SF Pro Text', sans-serif;
  --mono:  'JetBrains Mono', ui-monospace, Menlo, monospace;
}

* { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
h1, h2, h3, h4, p, ul, ol { margin: 0; padding: 0; }
ul { list-style: none; }

/* ── layout shell ────────────────────────────────────────────── */
.page {
  width: 1280px; max-width: 100%;
  margin: 0 auto; position: relative;
  background: var(--bg);
}
.page::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1100px;
  background: radial-gradient(ellipse 50% 60% at 50% 12%, rgba(216,162,90,0.32) 0%, transparent 65%);
  pointer-events: none; z-index: 0;
}
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.07; mix-blend-mode: soft-light;
}
section, header, footer { position: relative; z-index: 2; }

/* ── header ──────────────────────────────────────────────────── */
.site-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 32px 72px;
}
.lockup { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: 0.04em; color: var(--ink); text-decoration: none; }
.lockup img { width: 30px; height: 30px; border-radius: 7px; display: block; }
.site-nav { display: flex; gap: 36px; }
.site-nav a { font-size: 14px; font-weight: 500; color: var(--ink-subtle); text-decoration: none; letter-spacing: 0.01em; }
.site-nav a:hover { color: var(--ink); }
.cta-pill {
  padding: 10px 18px; border-radius: 999px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em; text-decoration: none;
  background: var(--gold-soft); color: var(--gold);
  border: 0.5px solid var(--gold);
}
.cta-pill:hover { background: rgba(216,162,90,0.28); }

/* ── shared atoms ────────────────────────────────────────────── */
.eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold);
}
.eyebrow.muted { color: var(--ink-mute); }
.display {
  font-family: var(--serif); font-weight: 500; line-height: 1.02;
  letter-spacing: -0.02em; text-wrap: balance; color: var(--ink);
}
.display .gold { font-style: italic; color: var(--gold); }
.body { font-size: 17px; line-height: 1.55; text-wrap: pretty; color: var(--ink-subtle); }
.aside { font-family: var(--serif); font-style: italic; font-size: 19px; line-height: 1.4; color: var(--ink-subtle); }

.divider {
  display: flex; align-items: center; gap: 14px;
  padding: 0 72px;
}
.divider .line { flex: 1; height: 1px; background: var(--gold); opacity: 0.35; }
.divider .dot  { width: 5px; height: 5px; transform: rotate(45deg); background: var(--gold); opacity: 0.65; }

/* ── hero ────────────────────────────────────────────────────── */
.hero {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px;
  padding: 60px 72px 120px; align-items: center;
}
.hero .h1 { font-size: 104px; margin-top: 26px; }
.hero .h1 em { font-style: italic; color: var(--gold); }
.hero .sub { margin-top: 32px; max-width: 460px; font-size: 20px; }
.hero .ctas { margin-top: 44px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero .trust { margin-top: 56px; display: flex; gap: 28px; color: var(--ink-mute); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; flex-wrap: wrap; }
.hero .trust .sep { opacity: 0.4; }

.hero-phone {
  position: relative; display: flex; justify-content: center;
}
.hero-phone .spot {
  position: absolute; top: -40px; left: 50%; transform: translateX(-50%);
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(216,162,90,0.45) 0%, transparent 60%);
  filter: blur(10px);
}
.hero-phone .crop { position: absolute; background: var(--gold); opacity: 0.5; }
.hero-phone .crop.tl-h { top: 30px; left: 30px; width: 60px; height: 1px; }
.hero-phone .crop.tl-v { top: 30px; left: 30px; width: 1px; height: 60px; }
.hero-phone .crop.br-h { bottom: 30px; right: 30px; width: 60px; height: 1px; }
.hero-phone .crop.br-v { bottom: 30px; right: 30px; width: 1px; height: 60px; }

/* iPhone frame */
.iphone {
  position: relative; border-radius: 50px;
  background: linear-gradient(155deg, #2a2620 0%, #15110b 45%, #1c1813 100%);
  padding: 12px;
  box-shadow:
    inset 0 0 0 1.5px rgba(216,162,90,0.18),
    0 30px 60px rgba(0,0,0,0.55),
    0 10px 22px rgba(0,0,0,0.4);
}
.iphone.w380 { width: 380px; }
.iphone.w300 { width: 300px; }
.iphone .screen {
  position: relative; border-radius: 38px; overflow: hidden;
  background: #f4ecda; aspect-ratio: 390 / 844;
}
.iphone .screen img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.iphone .notch {
  display: none;
}

/* App Store badge */
.appstore {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 20px 10px 16px; border-radius: 12px;
  background: #0e0a05; color: var(--ink); text-decoration: none;
  border: 0.5px solid rgba(216,162,90,0.35);
  box-shadow: 0 14px 28px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.06);
}
.appstore svg { flex: none; }
.appstore .label { display: flex; flex-direction: column; line-height: 1.1; }
.appstore .kicker { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.65; }
.appstore .name { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }

/* ── tagline strip ───────────────────────────────────────────── */
.tagline-strip {
  text-align: center; padding: 30px 72px;
  font-family: var(--serif); font-style: italic; font-size: 18px;
  color: var(--ink-mute); letter-spacing: 0.01em;
}
.tagline-strip .gold { color: var(--gold); font-style: normal; }

/* ── how it works ────────────────────────────────────────────── */
.howto { padding: 100px 72px 120px; }
.howto-intro { text-align: center; max-width: 760px; margin: 0 auto; }
.howto-intro .display { font-size: 64px; margin-top: 22px; }
.howto-intro .aside { margin-top: 22px; text-align: center; }

.howto-grid {
  margin-top: 90px; position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.howto-grid::before {
  content: ""; position: absolute; top: 84px; left: 12.5%; right: 12.5%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216,162,90,0.4) 8%, rgba(216,162,90,0.4) 92%, transparent);
  z-index: 0;
}
.step {
  padding: 32px 28px; border-radius: 18px;
  background: var(--card); border: 0.5px solid var(--rule);
  position: relative; overflow: hidden; min-height: 340px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.step::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, var(--step-accent-soft, transparent) 0%, transparent 70%);
}
.step.s1 { --step-accent: var(--smooth); --step-accent-soft: rgba(45,180,90,0.12); }
.step.s2 { --step-accent: var(--easy);   --step-accent-soft: rgba(245,200,66,0.12); }
.step.s3 { --step-accent: var(--brakes); --step-accent-soft: rgba(244,117,48,0.12); }
.step.s4 { --step-accent: var(--gold);   --step-accent-soft: rgba(216,162,90,0.12); }

.step .step-num {
  position: absolute; top: 18px; right: 22px;
  font-family: var(--serif); font-size: 18px; font-weight: 500;
  color: var(--ink-mute); letter-spacing: 0.04em;
}
.step .icon-circ {
  position: relative; width: 84px; height: 84px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  display: flex; align-items: center; justify-content: center; margin-top: 10px;
}
.step .icon-circ::before {
  content: ""; position: absolute; inset: 12px; border-radius: 50%;
  border: 0.5px solid var(--step-accent);
  box-shadow: inset 0 0 0 0.5px rgba(255,255,255,0.05), 0 0 24px var(--step-accent-soft);
  opacity: 0.6;
}
.step .icon-circ svg { position: relative; }
.step .spine-dot {
  position: absolute; top: 80px; left: 50%; transform: translateX(-50%);
  width: 8px; height: 8px; border-radius: 999px; background: var(--step-accent);
  box-shadow: 0 0 12px var(--step-accent), 0 0 0 4px var(--bg);
  z-index: 2;
}
.step .kicker {
  margin-top: 26px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--step-accent); position: relative;
}
.step h3 {
  margin-top: 12px;
  font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: -0.01em;
  line-height: 1.15; color: var(--ink); text-wrap: balance; position: relative;
}
.step .step-body {
  margin-top: 14px; max-width: 240px; position: relative;
  font-size: 14px; color: var(--ink-subtle); line-height: 1.55;
}
.howto .closer {
  margin-top: 56px; text-align: center;
  font-family: var(--serif); font-style: italic; font-size: 17px;
  color: var(--ink-mute); max-width: 700px; margin-left: auto; margin-right: auto;
}

/* ── features ────────────────────────────────────────────────── */
.features { padding: 60px 72px 140px; }
.features-intro { text-align: center; max-width: 760px; margin: 0 auto; }
.features-intro .display { font-size: 64px; margin-top: 22px; }

.feature {
  margin-top: 140px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.feature:first-of-type { margin-top: 100px; }
.feature.reverse > :first-child { order: 2; }
.feature .display { font-size: 52px; margin-top: 18px; }
.feature .body { margin-top: 22px; max-width: 460px; }
.feature ul { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.feature li { display: flex; gap: 12px; align-items: baseline; font-family: var(--serif); font-size: 16px; color: var(--ink); }
.feature li::before {
  content: ""; display: inline-block; width: 6px; height: 6px;
  background: var(--gold); transform: rotate(45deg); margin-top: 6px; flex-shrink: 0;
}
.feature-phone {
  position: relative; display: flex; justify-content: center;
}
.feature-phone::before {
  content: ""; position: absolute; inset: -40px;
  background: radial-gradient(circle at 50% 40%, rgba(216,162,90,0.22) 0%, transparent 60%);
}

/* ── pricing ─────────────────────────────────────────────────── */
.pricing { padding: 60px 72px 120px; }
.pricing-intro { text-align: center; max-width: 760px; margin: 0 auto; }
.pricing-intro .display { font-size: 64px; margin-top: 22px; }
.pricing-intro .aside { margin-top: 22px; text-align: center; }

.price-cards {
  margin: 70px auto 0; max-width: 980px;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 28px;
}
.price-cards.single { max-width: 560px; grid-template-columns: 1fr; }
.price-card {
  padding: 40px 36px; border-radius: 20px;
  background: var(--card); border: 0.5px solid var(--rule);
  display: flex; flex-direction: column; gap: 18px;
}
.price-card.pro {
  background: linear-gradient(180deg, rgba(216,162,90,0.10) 0%, rgba(216,162,90,0.02) 100%);
  border: 1px solid rgba(216,162,90,0.33);
  box-shadow: 0 20px 60px rgba(216,162,90,0.06);
  position: relative;
}
.price-card.pro::before {
  content: "Pour one out for subscriptions";
  position: absolute; top: -12px; right: 28px;
  padding: 5px 14px; border-radius: 999px; background: var(--gold);
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--bg);
}
.price-row { display: flex; align-items: baseline; gap: 6px; }
.price-num { font-family: var(--serif); font-size: 64px; font-weight: 500; letter-spacing: -0.02em; }
.price-card.pro .price-num { font-size: 80px; color: var(--gold); }
.price-units { font-family: var(--serif); font-style: italic; color: var(--ink-mute); font-size: 16px; }
.price-card.pro .price-units { color: var(--ink-subtle); font-size: 18px; }
.price-rule { height: 1px; background: var(--rule); margin: 10px 0; }
.price-card.pro .price-rule { background: rgba(216,162,90,0.2); }
.price-list li { font-family: var(--sans); font-size: 15px; color: var(--ink); display: flex; gap: 12px; align-items: baseline; }
.price-list li::before { content: "·"; color: var(--gold); }

/* ── apple watch ─────────────────────────────────────────────── */
.watch { padding: 100px 72px; }
.watch-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center;
  max-width: 1080px; margin: 0 auto;
}
.watch .display { font-size: 58px; margin-top: 20px; }
.watch .aside { margin-top: 22px; max-width: 460px; }
.watch .bullets {
  margin-top: 28px; display: flex; flex-direction: column; gap: 10px;
  font-size: 14px; color: var(--ink-subtle);
}
.watch-img { display: flex; justify-content: center; }
.applewatch {
  width: 260px; height: 307px; border-radius: 60px;
  background: linear-gradient(165deg, #2a2620, #0c0a08);
  position: relative; padding: 18px 16px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.6), inset 0 0 0 1.5px rgba(216,162,90,0.22);
}
.applewatch-screen {
  width: 100%; height: 100%; border-radius: 44px; overflow: hidden; background: #000;
}
.applewatch-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.applewatch .crown {
  position: absolute; right: -6px; top: 80px; width: 12px; height: 36px;
  background: linear-gradient(180deg, #4a4036, #2a241e); border-radius: 4px;
}
.applewatch .crown.lower { top: 140px; height: 24px; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.faq { padding: 120px 72px 80px; }
.faq-grid {
  display: grid; grid-template-columns: 0.7fr 1fr; gap: 80px;
  max-width: 1140px; margin: 0 auto;
}
.faq .display { font-size: 52px; margin-top: 22px; }
.faq .aside { margin-top: 24px; }
.faq dl dt {
  font-family: var(--serif); font-size: 22px; font-weight: 500;
  letter-spacing: -0.01em; color: var(--ink);
}
.faq dl dd { margin: 10px 0 0; max-width: 560px; font-size: 15px; color: var(--ink-subtle); line-height: 1.55; }
.faq dl > div {
  padding: 26px 0; border-top: 0.5px solid var(--rule);
}
.faq dl > div:last-child { border-bottom: 0.5px solid var(--rule); }

/* ── privacy promise ─────────────────────────────────────────── */
.privacy-promise { padding: 100px 72px; }
.privacy-card {
  max-width: 1080px; margin: 0 auto;
  padding: 60px 72px; border-radius: 24px;
  background: linear-gradient(180deg, rgba(216,162,90,0.06), rgba(216,162,90,0.02));
  border: 0.5px solid var(--rule);
  position: relative; overflow: hidden;
}
.privacy-card::before {
  content: ""; position: absolute; top: -100px; right: -100px;
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(216,162,90,0.18) 0%, transparent 65%);
}
.privacy-grid {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; position: relative;
}
.privacy-card .display { font-size: 48px; margin-top: 18px; }
.privacy-right { display: flex; flex-direction: column; gap: 18px; }
.privacy-list { display: flex; flex-direction: column; gap: 12px; }
.privacy-list > li {
  display: grid; grid-template-columns: 140px 1fr; gap: 18px;
  font-size: 14px; color: var(--ink);
  padding-top: 14px; border-top: 0.5px solid var(--rule);
}
.privacy-list .key { color: var(--gold); letter-spacing: 0.18em; text-transform: uppercase; font-size: 11px; font-weight: 600; }
.privacy-list .val { color: var(--ink-subtle); }
.privacy-link {
  margin-top: 14px; font-family: var(--serif); font-style: italic; font-size: 17px;
  color: var(--gold); text-decoration: underline; text-underline-offset: 5px;
}

/* ── email signup ────────────────────────────────────────────── */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.signup { padding: 96px 72px; text-align: center; }
.signup-inner { max-width: 620px; margin: 0 auto; }
.signup .display { font-size: 44px; margin-top: 18px; }
.signup-sub {
  margin-top: 18px; font-family: var(--serif); font-style: italic;
  font-size: 19px; line-height: 1.4; color: var(--ink-subtle);
}
.signup-form {
  margin-top: 34px; display: flex; gap: 12px; justify-content: center;
}
.signup-form input {
  flex: 1; min-width: 0; max-width: 360px;
  padding: 14px 18px; border-radius: 12px;
  background: var(--bg-2); color: var(--ink);
  border: 0.5px solid var(--rule);
  font-family: var(--sans); font-size: 16px;
}
.signup-form input::placeholder { color: var(--ink-mute); }
.signup-form input:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-soft);
}
.signup-form button {
  flex: none; padding: 14px 24px; border-radius: 12px;
  background: var(--gold); color: var(--bg);
  border: 0.5px solid var(--gold);
  font-family: var(--sans); font-size: 15px; font-weight: 600; letter-spacing: 0.01em;
  cursor: pointer;
}
.signup-form button:hover { background: rgba(216,162,90,0.85); }
.signup-fine {
  margin-top: 18px; font-size: 12px; letter-spacing: 0.04em; color: var(--ink-mute);
}

/* ── footer ──────────────────────────────────────────────────── */
.site-footer {
  border-top: 0.5px solid var(--rule);
  padding: 60px 72px 50px;
  background: rgba(0,0,0,0.2);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-col h4 { font-size: 11px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink-mute); }
.footer-col ul { margin-top: 14px; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-col a { color: var(--ink); text-decoration: none; }
.footer-col a:hover { color: var(--gold); }
.footer-fineprint { margin-top: 14px; max-width: 280px; font-size: 13px; color: var(--ink-mute); line-height: 1.55; }
.footer-fineprint.thin { font-size: 12px; }
.footer-fineprint strong { color: var(--ink-subtle); font-weight: 600; }
.footer-bottom {
  margin-top: 50px; padding-top: 24px; border-top: 0.5px solid var(--rule);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--ink-mute);
  flex-wrap: wrap; gap: 10px;
}

/* ── responsive scaling ──────────────────────────────────────── */
@media (max-width: 1280px) {
  .page { width: 100%; }
}
@media (max-width: 980px) {
  .site-header { padding: 24px 28px; }
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding: 40px 28px 80px; gap: 48px; }
  .hero .h1 { font-size: 64px; }
  .hero-phone .crop { display: none; }
  .howto, .features, .pricing, .watch, .faq, .privacy-promise, .signup { padding-left: 28px; padding-right: 28px; }
  .howto-grid { grid-template-columns: repeat(2, 1fr); }
  .howto-grid::before { display: none; }
  .feature, .feature.reverse > :first-child, .watch-grid, .faq-grid, .privacy-grid {
    grid-template-columns: 1fr; gap: 40px;
  }
  .feature.reverse > :first-child { order: 0; }
  .feature .display { font-size: 36px; }
  .features-intro .display, .pricing-intro .display, .howto-intro .display { font-size: 44px; }
  .privacy-card { padding: 36px 28px; }
  .privacy-card .display { font-size: 32px; }
  .signup .display { font-size: 32px; }
  .price-cards { grid-template-columns: 1fr; }
  .price-card.pro .price-num { font-size: 56px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .hero .h1 { font-size: 48px; }
  .howto-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .iphone.w380 { width: 100%; max-width: 320px; }
  .signup-form { flex-direction: column; align-items: stretch; }
  .signup-form input { max-width: none; }
}
