:root {
  --ink: #18392c;
  --ink-2: #2c4d3e;
  --cream: #f7f1e5;
  --paper: #fffdf8;
  --terracotta: #c86f57;
  --sage: #a8b49a;
  --gold: #e1b36a;
  --line: rgba(24, 57, 44, 0.14);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: white; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { max-width: 1240px; height: 88px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 600 1.28rem var(--serif); text-decoration: none; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: .91rem; }
.site-header nav a { text-decoration: none; }
.site-header nav a:not(.language-switch):hover { opacity: .62; }
.language-switch { border: 1px solid var(--line); padding: 10px 14px; border-radius: 999px; font-weight: 600; }
.hero { min-height: 760px; max-width: 1240px; margin: 0 auto; padding: 66px 32px 94px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--terracotta); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); letter-spacing: -.035em; }
h1 { max-width: 690px; margin: 0; font-size: clamp(3.6rem, 6vw, 6.4rem); line-height: .98; font-weight: 600; }
.lede { max-width: 600px; margin: 30px 0 32px; color: #4e6258; font-size: 1.12rem; line-height: 1.75; }
.cta-row { display: flex; align-items: center; gap: 20px; }
.cta-row p { max-width: 180px; margin: 0; color: #708078; font-size: .8rem; line-height: 1.45; }
.app-store-cta { min-height: 58px; padding: 8px 19px; display: inline-flex; align-items: center; gap: 12px; color: white; background: var(--ink); border-radius: 14px; box-shadow: 0 12px 30px rgba(24,57,44,.18); font-size: 1.05rem; font-weight: 600; line-height: 1.05; }
.app-store-cta small { display: block; margin-bottom: 3px; font-size: .65rem; font-weight: 500; letter-spacing: .02em; }
.apple { width: 24px; height: 28px; overflow: hidden; color: white; font-size: 2.2rem; line-height: .5; }
.proof { margin: 35px 0 0; padding: 0; display: flex; gap: 20px; list-style: none; color: #5f7469; font-size: .78rem; }
.proof li::before { content: "✦"; margin-right: 7px; color: var(--terracotta); }
.hero-visual { min-height: 590px; position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: 8% 2% 2% 6%; border-radius: 44% 56% 57% 43% / 42% 38% 62% 58%; background: #d7dfcd; transform: rotate(-6deg); }
.orb { position: absolute; border-radius: 999px; filter: blur(1px); }
.orb-one { width: 150px; height: 150px; right: -10px; top: 30px; background: #e4af88; }
.orb-two { width: 105px; height: 105px; left: 20px; bottom: 22px; background: #deb660; }
.phone { position: absolute; width: 285px; border: 8px solid #183329; border-radius: 48px; box-shadow: 0 35px 70px rgba(28,53,43,.28); background: #111; }
.phone-front { left: 12%; top: 0; z-index: 2; transform: rotate(-3deg); }
.phone-back { right: 4%; top: 82px; transform: rotate(7deg); }
.marquee { overflow: hidden; padding: 18px 0; color: var(--cream); background: var(--terracotta); font: 600 1.05rem var(--serif); letter-spacing: .14em; white-space: nowrap; }
.marquee span { display: block; min-width: max-content; text-align: center; }
.features { max-width: 1240px; margin: 0 auto; padding: 132px 32px; }
.section-heading { max-width: 760px; }
h2 { margin: 0; font-size: clamp(2.55rem, 4.5vw, 4.6rem); line-height: 1.06; font-weight: 600; }
.feature-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 280px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article > span { color: var(--terracotta); font-size: .75rem; font-weight: 700; }
.feature-grid h3 { max-width: 350px; margin: 48px 0 15px; font-size: 1.75rem; font-weight: 600; }
.feature-grid p { max-width: 430px; margin: 0; color: #64766d; line-height: 1.7; }
.showcase { padding: 112px max(32px, calc((100vw - 1176px)/2)); color: var(--cream); background: var(--ink); display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; overflow: hidden; }
.showcase .eyebrow { color: #e1b36a; }
.shelf-frame { max-height: 650px; padding: 18px; overflow: hidden; background: #284b3b; border: 1px solid rgba(255,255,255,.16); border-radius: 36px; transform: rotate(2deg); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.shelf-frame img { width: 100%; border-radius: 22px; }
.privacy-block { max-width: 1100px; margin: 0 auto; padding: 140px 32px; display: grid; grid-template-columns: 190px 1fr; gap: 70px; align-items: start; }
.privacy-mark { width: 150px; height: 150px; display: grid; place-items: center; background: #e4ddca; border-radius: 50%; }
.privacy-block h2 { max-width: 820px; font-size: clamp(2.5rem, 4.2vw, 4.1rem); }
.privacy-block p:not(.eyebrow) { max-width: 720px; margin: 26px 0; color: #607168; font-size: 1.04rem; line-height: 1.8; }
.text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--terracotta); font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 8px; }
.final-cta { padding: 90px max(32px, calc((100vw - 1176px)/2)); color: white; background: var(--terracotta); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { font-size: clamp(2.6rem, 4vw, 4rem); }
.final-cta p { margin: 16px 0 0; opacity: .8; }
.app-store-cta.light { color: var(--ink); background: var(--cream); box-shadow: none; }
.app-store-cta.light .apple { color: var(--ink); }
.site-footer { max-width: 1240px; margin: 0 auto; padding: 70px 32px; display: flex; justify-content: space-between; gap: 60px; }
.footer-brand p { margin-top: 20px; color: #7b887f; font-size: .8rem; }
.footer-links { display: flex; gap: 100px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; min-width: 120px; }
.footer-links strong { margin-bottom: 5px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: #697970; font-size: .9rem; text-decoration: none; }
.legal-page { background: var(--paper); }
.legal-page .site-header { border-bottom: 1px solid var(--line); }
.legal-page main { max-width: 840px; margin: 0 auto; padding: 92px 32px 120px; }
.legal-heading { padding-bottom: 50px; border-bottom: 1px solid var(--line); }
.legal-heading h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.legal-date { margin: 20px 0 0; color: #738179; font-size: .9rem; }
.legal-date + .legal-date { margin-top: 5px; }
.legal-copy { padding-top: 46px; }
.legal-copy h2 { margin: 54px 0 18px; font: 600 1.65rem var(--serif); letter-spacing: -.02em; }
.legal-copy h3 { margin: 34px 0 12px; font: 600 1.16rem var(--sans); letter-spacing: -.01em; }
.legal-copy p, .legal-copy li { color: #465d52; font-size: 1rem; line-height: 1.82; }
.legal-copy ul { padding-left: 24px; }
.legal-copy a { text-decoration-color: var(--terracotta); text-underline-offset: 3px; word-break: break-word; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 42px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 620px; }
  .phone-front { left: 18%; }
  .phone-back { right: 12%; }
  .showcase { grid-template-columns: 1fr; }
  .showcase-copy { max-width: 650px; }
}

@media (max-width: 640px) {
  .site-header { height: 72px; padding: 0 20px; }
  .site-header nav { gap: 10px; }
  .site-header nav > a:not(.language-switch) { display: none; }
  .hero { min-height: auto; padding: 50px 20px 70px; gap: 44px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .lede { font-size: 1rem; }
  .cta-row { align-items: flex-start; flex-direction: column; }
  .proof { flex-wrap: wrap; gap: 10px 16px; }
  .hero-visual { min-height: 465px; margin: 0 -10px; }
  .phone { width: 205px; border-width: 6px; border-radius: 35px; }
  .phone-front { left: 2%; top: 0; }
  .phone-back { right: 2%; top: 48px; }
  .features { padding: 96px 20px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .feature-grid article { min-height: 240px; padding: 28px; }
  .feature-grid h3 { margin-top: 34px; }
  .showcase { padding: 88px 20px; gap: 50px; }
  .privacy-block { padding: 96px 20px; grid-template-columns: 1fr; gap: 36px; }
  .privacy-mark { width: 110px; height: 110px; }
  .final-cta { padding: 72px 20px; align-items: flex-start; flex-direction: column; }
  .site-footer { padding: 56px 20px; flex-direction: column; }
  .footer-links { gap: 44px; }
  .legal-page main { padding: 70px 20px 90px; }
}

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