:root {
  --milk: #fff8f1;
  --ivory: #f9f0e8;
  --oat: #f1e2cf;
  --peach: #e9b8a0;
  --terra: #d95f54;
  --terra-dark: #a3433d;
  --cocoa: #4a3a2e;
  --muted: #756960;
  --sage: #87917c;
  --line: rgba(74, 58, 46, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cocoa); background: var(--milk); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.header { height: 82px; max-width: 1180px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: Georgia, serif; font-size: 22px; font-weight: 700; letter-spacing: .02em; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
nav { display: flex; gap: 32px; }
nav a { color: var(--muted); text-decoration: none; font-size: 14px; }
nav a:hover { color: var(--terra-dark); }
.hero { min-height: 720px; max-width: 1180px; margin: auto; padding: 90px 48px 100px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: center; }
.eyebrow { display: inline-block; color: var(--terra-dark); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 750; }
h1, h2 { margin: 18px 0 22px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 700px; font-size: clamp(52px, 6.3vw, 82px); }
h2 { font-size: clamp(38px, 4.5vw, 58px); }
.lead { max-width: 610px; font-size: 20px; line-height: 1.65; color: var(--muted); }
.hero-actions { margin: 38px 0 28px; display: flex; align-items: center; gap: 28px; }
.button { display: inline-block; padding: 16px 24px; border-radius: 999px; color: white; background: var(--terra); text-decoration: none; font-weight: 700; box-shadow: 0 12px 28px rgba(217, 95, 84, .2); }
.button:hover { background: var(--terra-dark); }
.text-link { text-underline-offset: 5px; }
.status { color: var(--muted); font-size: 13px; }
.status span { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--sage); }
.journal-preview { position: relative; width: min(100%, 390px); justify-self: center; padding: 28px 24px 30px; border: 1px solid rgba(74,58,46,.12); border-radius: 42px; background: #fff; box-shadow: 0 36px 90px rgba(74,58,46,.15); transform: rotate(1.6deg); }
.journal-preview::before { content: ""; position: absolute; inset: -26px 35px auto -42px; height: 170px; border-radius: 50%; background: var(--peach); opacity: .3; z-index: -1; }
.phone-top { display: flex; justify-content: space-between; align-items: center; color: var(--terra-dark); font-family: Georgia, serif; font-weight: 700; }
.phone-top i { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); }
.preview-title { margin: 40px 0 20px; display: grid; gap: 4px; }
.preview-title small, .entry small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.preview-title strong { font-family: Georgia, serif; font-size: 30px; }
.entry { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 16px; margin-top: 12px; border-radius: 18px; background: var(--ivory); border-left: 3px solid var(--terra); }
.entry.green { background: #f1f3ed; border-color: var(--sage); }
.entry-date { text-align: center; border-right: 1px solid var(--line); }
.entry-date b { display: block; font-family: Georgia, serif; font-size: 24px; }
.entry-date span { font-size: 11px; color: var(--muted); }
.entry strong { display: block; margin: 5px 0; }
.entry p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.preview-photo { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.preview-photo span { padding: 13px; text-align: center; border: 1px dashed var(--line); border-radius: 14px; color: var(--muted); font-size: 12px; }
.intro { max-width: 800px; margin: 0 auto; padding: 120px 28px 70px; text-align: center; }
.intro p { max-width: 650px; margin: auto; color: var(--muted); font-size: 18px; line-height: 1.65; }
.features { max-width: 1120px; margin: 0 auto 130px; padding: 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.features article { min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.55); }
.number { color: var(--terra); font-family: Georgia, serif; font-style: italic; }
h3 { margin: 60px 0 14px; font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.features p { color: var(--muted); line-height: 1.65; }
.privacy { padding: 100px max(28px, calc((100vw - 1064px)/2)); display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; background: var(--cocoa); color: var(--milk); }
.privacy .eyebrow { color: var(--peach); }
.privacy h2 { margin-bottom: 0; }
.privacy p { color: #dfd3c9; font-size: 18px; line-height: 1.7; }
.launch { max-width: 850px; margin: auto; padding: 135px 28px; text-align: center; }
.launch p { max-width: 600px; margin: 0 auto 28px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.coming { display: inline-block; padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; }
.contact { max-width: 1064px; margin: 0 auto 110px; padding: 54px 58px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 56px; align-items: center; border-radius: 30px; background: var(--ivory); }
.contact h2 { margin-bottom: 16px; font-size: clamp(36px, 4vw, 52px); }
.contact p { max-width: 630px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.contact-email { color: var(--terra-dark); font-weight: 700; text-underline-offset: 5px; }
footer { max-width: 1120px; margin: auto; padding: 40px 28px 50px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { color: var(--cocoa); }
footer > p { margin: 12px 0 32px; }
footer > div { display: flex; justify-content: space-between; gap: 24px; font-size: 13px; }
footer a { text-underline-offset: 4px; }

@media (max-width: 820px) {
  nav { display: none; }
  .hero { padding: 64px 24px 85px; grid-template-columns: 1fr; gap: 66px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .journal-preview { width: min(92%, 380px); }
  .features { grid-template-columns: 1fr; }
  .features article { min-height: 220px; }
  h3 { margin-top: 38px; }
  .privacy { grid-template-columns: 1fr; gap: 20px; }
  .contact { margin-right: 24px; margin-left: 24px; padding: 46px 36px; grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .contact p { margin: auto; }
}

@media (max-width: 520px) {
  .header { height: 70px; padding: 0 20px; }
  .hero { padding-top: 52px; }
  .lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .journal-preview { padding: 24px 18px; border-radius: 34px; transform: none; }
  .intro { padding-top: 95px; }
  .contact { margin-bottom: 80px; padding: 40px 24px; }
  footer > div { flex-direction: column; }
}

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