html, body { margin: 0; padding: 0; background: #FAF8F5; }
body {
  font-family: 'Libre Franklin', sans-serif;
  color: #1C1917;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a { color: #7C2D12; text-decoration: none; }
a:hover { color: #9A3412; text-decoration: underline; }
::selection { background: #7C2D12; color: #fff; }

.serif { font-family: 'Source Serif 4', serif; }
.container { max-width: 1080px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }

/* Header */
.site-header { border-bottom: 1px solid #E7E0D8; background: #FAF8F5; position: sticky; top: 0; z-index: 10; }
.site-header .container { padding-top: 18px; padding-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: baseline; gap: 2px; text-decoration: none; }
.logo:hover { text-decoration: none; }
.logo span { font-family: 'Source Serif 4', serif; font-weight: 700; font-size: 22px; color: #1C1917; letter-spacing: -0.01em; }
.logo .tld { color: #7C2D12; letter-spacing: 0; }
.site-nav { display: flex; gap: 28px; align-items: center; }
.site-nav a { font-size: 14px; font-weight: 500; color: #44403C; }

a.btn, .site-nav a.btn { font-size: 14px; font-weight: 600; color: #fff; background: #7C2D12; padding: 9px 18px; border-radius: 4px; }
a.btn:hover, .site-nav a.btn:hover { background: #9A3412; color: #fff; text-decoration: none; }
.btn-lg { font-size: 15px; padding: 13px 26px; }

main { flex: 1; }

/* Hero */
.hero { padding-top: 96px; padding-bottom: 80px; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #7C2D12; margin: 0 0 20px; }
.hero h1 { font-family: 'Source Serif 4', serif; font-size: 56px; font-weight: 600; line-height: 1.08; letter-spacing: -0.015em; margin: 0 0 24px; max-width: 760px; text-wrap: pretty; }
.hero .lede { font-size: 19px; line-height: 1.6; color: #57534E; margin: 0 0 36px; max-width: 620px; text-wrap: pretty; }
.hero-ctas { display: flex; gap: 14px; align-items: center; }
.link-cta { font-size: 15px; font-weight: 600; color: #7C2D12; padding: 13px 10px; }

/* Sections */
.section { padding-top: 72px; padding-bottom: 72px; }
.section h2 { font-family: 'Source Serif 4', serif; font-size: 32px; font-weight: 600; margin: 0 0 40px; letter-spacing: -0.01em; }
.section-dark { background: #1C1917; color: #FAF8F5; }

/* What's in the data */
.data-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.data-card { border-top: 2px solid #7C2D12; padding-top: 16px; }
.data-card h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; color: #FAF8F5; }
.data-card p { font-size: 14px; line-height: 1.55; color: #A8A29E; margin: 0; }

/* Who uses it */
.audiences h2 { margin-bottom: 12px; }
.audiences .sub { font-size: 16px; color: #57534E; margin: 0 0 32px; max-width: 560px; }
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip { font-size: 14px; font-weight: 500; color: #44403C; background: #F0EBE4; border: 1px solid #E7E0D8; padding: 10px 18px; border-radius: 999px; }

/* Pricing */
.pricing { background: #F0EBE4; border-top: 1px solid #E7E0D8; border-bottom: 1px solid #E7E0D8; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; max-width: 760px; }
.price-card { background: #FAF8F5; border: 1px solid #E7E0D8; border-radius: 6px; padding: 32px; }
.price-card h3 { font-size: 15px; font-weight: 600; margin: 0 0 16px; color: #57534E; text-transform: uppercase; letter-spacing: 0.08em; }
.price-line { margin: 0 0 6px; }
.price { font-family: 'Source Serif 4', serif; font-size: 44px; font-weight: 600; color: #1C1917; }
.price-unit { font-size: 15px; color: #57534E; }
.price-card .desc { font-size: 14px; line-height: 1.55; color: #57534E; margin: 0; }
.pricing-note { font-size: 14px; color: #57534E; margin: 28px 0 0; }

/* Delivery */
.delivery h2 { margin-bottom: 32px; }
.delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 760px; }
.delivery-item { display: flex; gap: 16px; align-items: flex-start; }
.delivery-icon { width: 40px; height: 40px; border-radius: 4px; background: #7C2D12; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; flex-shrink: 0; }
.delivery-icon.at { font-size: 15px; }
.delivery-item h3 { font-size: 16px; font-weight: 600; margin: 0 0 6px; }
.delivery-item p { font-size: 14px; line-height: 1.55; color: #57534E; margin: 0; }

/* Contact */
.contact h2 { margin-bottom: 12px; }
.contact .sub { font-size: 16px; color: #A8A29E; margin: 0 0 24px; max-width: 520px; }
.contact-email { font-family: 'Source Serif 4', serif; font-size: 26px; font-weight: 600; color: #FAF8F5; border-bottom: 2px solid #7C2D12; }
.contact-email:hover { color: #fff; text-decoration: none; }

/* Legal pages */
.legal-main { flex: 1; max-width: 760px; margin: 0 auto; padding: 64px 32px; width: 100%; box-sizing: border-box; }
.back-link { font-size: 14px; font-weight: 500; }
.legal-main h1 { font-family: 'Source Serif 4', serif; font-size: 38px; font-weight: 600; margin: 24px 0 8px; letter-spacing: -0.01em; }
.legal-meta { font-size: 13px; color: #78716C; margin: 0 0 36px; }
.legal-section { margin-bottom: 28px; }
.legal-section h2 { font-size: 17px; font-weight: 600; margin: 0 0 8px; }
.legal-section p { font-size: 15px; line-height: 1.65; color: #44403C; margin: 0; white-space: pre-line; }

/* Footer */
.site-footer { border-top: 1px solid #E7E0D8; background: #FAF8F5; }
.site-footer .container { padding-top: 32px; padding-bottom: 32px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; }
.site-footer p { font-size: 13px; color: #78716C; margin: 0; }
.site-footer p a { color: #78716C; }
.footer-nav { display: flex; gap: 20px; }
.footer-nav a { font-size: 13px; color: #78716C; }

@media (max-width: 640px) {
  .hero { padding-top: 64px; padding-bottom: 56px; }
  .hero h1 { font-size: 38px; }
  .site-nav { gap: 18px; }
}
