:root {
  --paper: #f7f3eb;
  --paper-strong: #fffdf9;
  --ink: #292722;
  --muted: #6f695f;
  --line: #ddd5c8;
  --amber: #d8892f;
  --amber-deep: #b86c1c;
  --amber-pale: #f5dfc3;
  --blue-pale: #e9f1f3;
  --shadow: 0 24px 70px rgba(73, 53, 28, .13);
  font-family: "Avenir Next", "Segoe UI Variable", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: auto; }

.site-nav {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(221, 213, 200, .8);
  background: rgba(247, 243, 235, .88);
  backdrop-filter: blur(18px);
}

.nav-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand img { width: 38px; height: 38px; border-radius: 9px; box-shadow: 0 7px 18px rgba(151,87,20,.2); }
.brand strong { font-family: Baskerville, Georgia, serif; font-size: 21px; letter-spacing: -.04em; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 13px; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--ink); }

.hero {
  position: relative;
  min-height: calc(100vh - 68px);
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 18% 22%, rgba(216,137,47,.19), transparent 30rem),
    radial-gradient(circle at 86% 72%, rgba(87,135,151,.12), transparent 28rem),
    linear-gradient(180deg, #f8ead7 0%, var(--paper) 66%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 180px;
  border: 1px solid rgba(184,108,28,.13);
  border-radius: 50%;
  transform: rotate(-12deg);
}
.hero::before { top: 13%; left: -170px; }
.hero::after { right: -180px; bottom: 14%; transform: rotate(14deg); }

.hero-content { position: relative; z-index: 2; padding: 76px 0 86px; }
.hero-icon { width: 106px; height: 106px; border-radius: 24px; box-shadow: var(--shadow); }
.eyebrow { margin: 25px 0 12px; color: var(--amber-deep); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { font-family: Baskerville, Georgia, serif; }
.hero h1 { max-width: 880px; margin: 0 auto; font-size: clamp(48px, 7vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--amber-deep); font-style: normal; }
.hero-copy { max-width: 650px; margin: 25px auto 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border-radius: 12px;
  background: var(--ink);
  color: white;
  box-shadow: 0 13px 28px rgba(41,39,34,.2);
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  transition: transform .18s ease, background .18s ease;
}
.cta:hover { background: #0f0f0e; transform: translateY(-2px); }
.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 23px; }
.trust span { padding: 7px 11px; border: 1px solid rgba(115,100,80,.12); border-radius: 999px; background: rgba(255,255,255,.58); color: var(--muted); font-size: 11px; font-weight: 650; }

.section { padding: 105px 0; }
.section.alt { border-block: 1px solid var(--line); background: var(--paper-strong); }
.section-head { max-width: 690px; margin: 0 auto 46px; text-align: center; }
.section-head span { color: var(--amber-deep); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section h2 { margin: 10px 0 12px; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -.045em; }
.section-head p { margin: 0; color: var(--muted); line-height: 1.7; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,253,249,.7);
  transition: transform .2s ease, box-shadow .2s ease;
}
.feature:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(73,53,28,.09); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--amber-pale); color: var(--amber-deep); font-size: 20px; }
.feature h3 { margin: 22px 0 8px; font-size: 17px; }
.feature p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding: 0 35px; text-align: center; }
.step + .step { border-left: 1px solid var(--line); }
.step b { width: 38px; height: 38px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--ink); color: white; font-size: 12px; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq { max-width: 780px; margin: auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 20px 2px; cursor: pointer; list-style: none; font-weight: 720; }
.faq summary::after { content: "+"; float: right; color: var(--amber-deep); font-size: 21px; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: -3px 0 22px; color: var(--muted); line-height: 1.7; }

.cta-panel { padding: 56px; border-radius: 24px; background: var(--amber); color: #211d18; text-align: center; box-shadow: var(--shadow); }
.cta-panel h2 { margin-top: 0; }
.cta-panel p { max-width: 590px; margin: 0 auto 24px; color: #5b3918; }

.site-footer { padding: 42px 0; color: var(--muted); font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }

.legal { min-height: calc(100vh - 152px); padding: 70px 0 110px; background: var(--paper-strong); }
.legal article { max-width: 800px; margin: auto; }
.legal h1 { margin: 0; font-size: clamp(42px, 6vw, 66px); letter-spacing: -.05em; }
.legal .updated { margin: 10px 0 38px; color: var(--muted); font-size: 13px; }
.legal h2 { margin: 34px 0 10px; font-size: 24px; }
.legal p, .legal li { color: var(--muted); line-height: 1.75; }

@media (max-width: 760px) {
  .nav-links a:not(.store-link) { display: none; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .step { padding: 25px 10px; }
  .step + .step { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 76px 0; }
  .cta-panel { padding: 40px 23px; }
  .footer-inner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
