@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;1,9..144,400&family=Inter:wght@400;500;600&display=swap");

:root { --cream: oklch(0.98 0.006 145); --ink: oklch(0.22 0.015 340); --body-text: oklch(0.42 0.01 145); --body-text-soft: oklch(0.48 0.01 145); --plum: oklch(0.28 0.05 340); --plum-light: oklch(0.34 0.07 340); --plum-eyebrow: oklch(0.48 0.07 340); --band-light: oklch(0.95 0.012 145); --band-dark: oklch(0.2 0.018 340); --band-dark-text: oklch(0.95 0.008 145); --hairline: oklch(0.9 0.008 145); --hairline-strong: oklch(0.87 0.008 145); --hairline-grid: oklch(0.88 0.008 145);  --font-display: 'Fraunces', serif; --font-body: 'Inter', Helvetica, Arial, sans-serif;  --container-max: 1440px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); font-family: var(--font-body); color: var(--ink); }
::selection { background: var(--plum-light); color: var(--cream); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

.container { max-width: var(--container-max); margin: 0 auto; }

/* ---------- Nav ---------- */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 32px 72px; border-bottom: 1px solid var(--hairline); }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-wordmark { font-family: var(--font-display); font-weight: 500; font-size: 22px; letter-spacing: -0.01em; }
.nav-links { display: flex; gap: 40px; font-size: 14px; letter-spacing: 0.01em; color: var(--body-text-soft); }
.nav-links a:hover { color: var(--ink); }
.btn { display: inline-block; border-radius: 2px; font-size: 15px; letter-spacing: 0.01em; padding: 16px 34px; cursor: pointer; border: 1px solid transparent; transition: background 150ms ease, color 150ms ease, border-color 150ms ease; text-align: center; }
.btn-sm { padding: 11px 26px; font-size: 14px; }
.btn-outline { border-color: var(--plum); color: var(--plum); }
.btn-outline:hover { background: var(--plum); color: var(--cream); }
.btn-filled { background: var(--plum); color: var(--cream); }
.btn-filled:hover { background: var(--plum-light); }
.btn-outline-light { border: 1px solid oklch(0.75 0.01 145); color: var(--ink); }
.btn-outline-light:hover { background: oklch(0.93 0.008 145); }
.btn-outline-onband { border: 1px solid oklch(0.7 0.05 340); color: var(--band-dark-text); }
.btn-outline-onband:hover { background: oklch(0.32 0.06 340); }

/* ---------- Hero ---------- */
.hero { text-align: center; padding: 120px 64px 90px; }
.eyebrow { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--plum-eyebrow); margin-bottom: 36px; }
.hero h1 { font-family: var(--font-display); font-weight: 400; font-size: 68px; line-height: 1.12; letter-spacing: -0.01em; max-width: 840px; margin: 0 auto 32px; }
.hero h1 .accent { font-style: italic; font-weight: 300; color: var(--plum-light); }
.hero-body { font-size: 18px; line-height: 1.65; color: var(--body-text); max-width: 560px; margin: 0 auto 40px; font-weight: 400; }
.hero-noline { font-family: var(--font-display); font-style: italic; font-size: 17px; color: oklch(0.34 0.06 340); margin-bottom: 44px; }
.hero-actions { display: flex; gap: 18px; justify-content: center; margin-bottom: 88px; flex-wrap: wrap; }
.hero-stats { display: flex; justify-content: center; gap: 96px; flex-wrap: wrap; }
.stat-num { font-family: var(--font-display); font-weight: 400; font-size: 34px; }
.stat-label { font-size: 13px; color: var(--body-text-soft); margin-top: 8px; letter-spacing: 0.02em; }

/* ---------- Logo showcase ---------- */
.logo-band { background: var(--band-dark); color: var(--band-dark-text); padding: 100px 64px; display: flex; flex-direction: column; align-items: center; gap: 52px; }
.logo-band-label { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: oklch(0.6 0.02 145); }
.logo-band-mark { display: flex; align-items: center; gap: 24px; }
.logo-band-wordmark { font-family: var(--font-display); font-weight: 400; font-size: 88px; letter-spacing: -0.01em; }
.logo-band-types { display: flex; gap: 64px; margin-top: 8px; font-size: 14px; color: oklch(0.68 0.01 145); text-align: center; flex-wrap: wrap; justify-content: center; }
.logo-band-types .type-name { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 22px; color: var(--band-dark-text); margin-bottom: 8px; }
.logo-band-types .type-name.sans { font-family: var(--font-body); font-style: normal; }

/* ---------- Section heads ---------- */
.section-head { text-align: center; margin-bottom: 72px; }
.section-eyebrow { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--plum-eyebrow); margin-bottom: 20px; }
.section-head h2 { font-family: var(--font-display); font-weight: 400; font-size: 38px; letter-spacing: -0.01em; margin: 0; }

/* ---------- How it works ---------- */
.how { padding: 120px 64px 110px; }
.how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hairline-grid); max-width: 1300px; margin: 0 auto; }
.how-cell { padding: 36px 28px; background: var(--cream); }
.how-num { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 26px; color: oklch(0.42 0.08 340); margin-bottom: 16px; }
.how-cell h3 { font-weight: 500; font-size: 16px; margin: 0 0 10px; }
.how-cell p { font-size: 14px; color: oklch(0.45 0.01 145); line-height: 1.6; margin: 0; }

/* ---------- Features ---------- */
.features { background: var(--band-light); padding: 110px 64px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hairline-strong); max-width: 1200px; margin: 0 auto; }
.feature-cell { background: var(--cream); padding: 36px; }
.feature-cell h3 { font-family: var(--font-display); font-weight: 500; font-size: 18px; margin: 0 0 12px; }
.feature-cell p { font-size: 14px; color: oklch(0.45 0.01 145); line-height: 1.65; margin: 0; }

/* ---------- Pricing ---------- */
.pricing { padding: 120px 64px 110px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hairline-strong); max-width: 1100px; margin: 0 auto; }
.plan { background: var(--cream); padding: 44px 36px; position: relative; }
.plan-name { font-size: 13px; color: var(--body-text-soft); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 20px; }
.plan-price { font-family: var(--font-display); font-weight: 400; font-size: 42px; margin-bottom: 6px; }
.plan-note { font-size: 13px; color: oklch(0.52 0.01 145); margin-bottom: 32px; }
.plan-features { font-size: 14px; color: oklch(0.35 0.01 145); line-height: 2.1; margin-bottom: 32px; }
.plan-cta { display: block; padding: 14px; }
.plan-popular { box-shadow: inset 0 0 0 1px var(--plum); }
.popular-badge { position: absolute; top: 0; left: 0; right: 0; text-align: center; transform: translateY(-50%); }
.popular-badge span { background: var(--plum); color: var(--cream); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 18px; display: inline-block; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--plum); color: var(--cream); text-align: center; padding: 100px 64px; }
.cta-band h2 { font-family: var(--font-display); font-weight: 400; font-style: italic; font-size: 40px; margin: 0 0 20px; letter-spacing: -0.01em; }
.cta-band p { font-size: 16px; color: oklch(0.88 0.02 340); margin: 0 0 40px; }
.cta-band .hero-actions { margin-bottom: 0; }

/* ---------- Footer ---------- */
.footer { padding: 48px 72px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--hairline); flex-wrap: wrap; gap: 16px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-wordmark { font-family: var(--font-display); font-weight: 500; font-size: 17px; }
.footer-copy { font-size: 13px; color: oklch(0.5 0.01 145); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) { .how-grid { grid-template-columns: repeat(2, 1fr); } .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) { .nav { padding: 20px 24px; } .nav-links { display: none; } .hero { padding: 72px 24px 56px; } .hero h1 { font-size: 40px; } .hero-stats { gap: 48px; } .logo-band { padding: 56px 24px; } .logo-band-wordmark { font-size: 48px; } .how, .features, .pricing { padding: 64px 24px; } .how-grid, .features-grid, .pricing-grid { grid-template-columns: 1fr; } .cta-band { padding: 64px 24px; } .cta-band h2 { font-size: 28px; } .footer { padding: 32px 24px; flex-direction: column; text-align: center; } }
@media (max-width: 480px) { .hero h1 { font-size: 32px; } .hero-actions, .cta-band .hero-actions { flex-direction: column; align-items: center; } .btn { width: 100%; max-width: 320px; } }
