:root {
  --ground: #FBF7F2;
  --plate: #F3ECE3;
  --ink: #2A1B2E;
  --ink-muted: #6B615A;
  --ink-faint: #A69B92;
  --rule: #E3D9CD;
  --coral: #F05C3D;
  --coral-deep: #C9503C;
  --basil: #4A9A5C;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, "Helvetica Neue", Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--ground); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--coral-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }

header { padding: 24px 0 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.wordmark { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-weight: 700; font-size: 22px; color: var(--ink); }
.wordmark:hover { text-decoration: none; }
.wordmark img { width: 36px; height: 36px; border-radius: 9px; }
nav { display: flex; gap: 22px; font-size: 14.5px; font-weight: 500; }
nav a { color: var(--ink-muted); }
nav a:hover { color: var(--ink); text-decoration: none; }

.hero { padding-top: 80px; padding-bottom: 56px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; }
.rules { border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink); height: 7px; margin-bottom: 36px; }
h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(38px, 6.5vw, 56px); line-height: 1.05; letter-spacing: -0.015em; text-wrap: balance; margin-bottom: 20px; }
h1 em { font-style: italic; color: var(--coral); }
.lede { font-size: 19px; color: var(--ink-muted); max-width: 30em; margin-bottom: 26px; }
.cta { display: inline-flex; align-items: center; gap: 10px; background: var(--coral); color: #fff; font-weight: 600; font-size: 16px; padding: 13px 22px; border-radius: 999px; }
.cta:hover { background: var(--coral-deep); text-decoration: none; }
.cta small { font-weight: 500; opacity: 0.85; font-size: 13px; }
.note { display: block; margin-top: 12px; font-size: 13.5px; color: var(--ink-faint); }
.phone { justify-self: center; width: 250px; border-radius: 34px; padding: 8px; background: #111; box-shadow: 0 24px 60px rgba(42,27,46,0.22); }
.phone img { display: block; width: 100%; height: auto; border-radius: 27px; }
@media (max-width: 680px) { .hero { grid-template-columns: 1fr; padding-top: 56px; } .phone { width: 220px; } }

.band { background: var(--plate); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 44px 0; }
.band h2 { font-family: var(--serif); font-size: 26px; font-weight: 600; margin-bottom: 10px; }
.band p { color: var(--ink-muted); max-width: 38em; }
.band p + p { margin-top: 10px; }
.band b { color: var(--ink); font-weight: 600; }

.section { padding-top: 64px; padding-bottom: 32px; }
.section > h2 { font-size: 12.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 8px; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.feature { padding: 24px 0; border-top: 1px solid var(--rule); }
.feature h3 { font-family: var(--serif); font-weight: 600; font-size: 21px; margin-bottom: 6px; }
.feature p { color: var(--ink-muted); font-size: 16px; }
.feature p b { color: var(--ink); font-weight: 600; }
@media (max-width: 680px) { .features { grid-template-columns: 1fr; } }

.get { padding: 24px 0 64px; }
.get .card { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.get h3 { font-family: var(--serif); font-weight: 600; font-size: 22px; margin-bottom: 4px; }
.get p { color: var(--ink-muted); max-width: 30em; }

footer { padding: 32px 0 56px; border-top: 1px solid var(--rule); color: var(--ink-faint); font-size: 13.5px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
footer a { color: var(--ink-muted); }

/* Document pages */
main.doc { padding-top: 56px; padding-bottom: 56px; }
main.doc h1 { font-size: 38px; margin-bottom: 10px; }
main.doc .updated { color: var(--ink-muted); font-size: 14px; margin-bottom: 40px; }
main.doc h2 { font-family: var(--serif); font-weight: 600; font-size: 22px; margin: 36px 0 10px; padding-top: 28px; border-top: 1px solid var(--rule); }
main.doc h3 { font-family: var(--serif); font-weight: 600; font-size: 18px; margin: 22px 0 6px; }
main.doc p { color: var(--ink-muted); margin-bottom: 12px; max-width: 38em; }
main.doc p b { color: var(--ink); font-weight: 600; }
main.doc ul { color: var(--ink-muted); margin: 0 0 12px 22px; max-width: 36em; }
main.doc li { margin-bottom: 8px; }
main.doc li b { color: var(--ink); font-weight: 600; }
.card { background: var(--plate); border: 1px solid var(--rule); border-radius: 14px; padding: 22px 24px; margin: 18px 0; }
.card h3 { margin-top: 0 !important; }
.card p:last-child { margin-bottom: 0; }
