/* ============================================================
   Organic Tasha — Shared Stylesheet
   Used across all pages. Edit colors and fonts here and they'll
   update site-wide.
   ============================================================ */

:root {
  --cream: #faf6ef;
  --cream-2: #f3ede0;
  --ink: #1f2419;
  --ink-soft: #4a4f43;
  --ink-faint: #82877a;
  --crust: #b8702e;
  --crust-deep: #8a4f1a;
  --wheat: #e7d3a8;
  --wheat-deep: #c9a96a;
  --leaf-1: #2e4a2a;
  --leaf-2: #4a6b3a;
  --leaf-3: #7a9460;
  --tier-1: #4a6b3a;
  --tier-2: #7a9460;
  --tier-3: #d4a44a;
  --tier-4: #b94a3e;
  --line: #e0d8c5;
  --shadow: 0 1px 2px rgba(31,36,25,0.04), 0 8px 30px rgba(31,36,25,0.08);
  --radius: 14px;
  --container: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

a { color: var(--crust-deep); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--crust); }
img { max-width: 100%; display: block; }

/* ---- Nav ---- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 239, 0.92);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
  display: flex; align-items: center; gap: 10px;
}
.brand-mark {
  width: 30px; height: 30px;
  background: var(--leaf-1); color: var(--cream);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 16px;
}
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a {
  color: var(--ink-soft); font-weight: 500; font-size: 15px;
}
.nav-links a:hover, .nav-links a.active { color: var(--leaf-1); }
.nav-links a.active { font-weight: 600; }
@media (max-width: 760px) {
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 14px; }
  .nav-inner { padding: 14px 20px; }
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 15px;
  font-family: inherit;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn-primary { background: var(--leaf-1); color: var(--cream); }
.btn-primary:hover {
  background: var(--leaf-2); color: var(--cream);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--cream-2); color: var(--ink); }
.btn-sm { padding: 10px 18px; font-size: 14px; }

/* ---- Eyebrow / kicker ---- */
.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--leaf-1);
  margin-bottom: 24px;
  padding: 6px 14px;
  border: 1px solid var(--leaf-3);
  border-radius: 100px;
  background: rgba(122, 148, 96, 0.08);
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--crust);
  margin-bottom: 16px;
  display: inline-block;
}

/* ---- Section base ---- */
section { padding: 80px 32px; max-width: var(--container); margin: 0 auto; }
.section-wide { max-width: 100%; padding: 80px 0; margin: 0; }
.section-wide-inner { max-width: var(--container); margin: 0 auto; padding: 0 32px; }

.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(32px, 4vw, 48px); margin-bottom: 16px; }
.section-head p { font-size: 18px; color: var(--ink-soft); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

@media (max-width: 720px) {
  section { padding: 56px 20px; }
  .section-wide { padding: 56px 0; }
  .section-wide-inner { padding: 0 20px; }
}

/* ---- Hero ---- */
.hero {
  position: relative;
  padding: 96px 32px 80px;
  max-width: var(--container);
  margin: 0 auto;
  overflow: hidden;
}
.hero h1 {
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 600;
  max-width: 18ch;
  margin-bottom: 28px;
}
.hero h1 em { font-style: italic; color: var(--leaf-1); font-weight: 500; }
.hero p.lead {
  font-size: clamp(18px, 1.8vw, 22px);
  color: var(--ink-soft);
  max-width: 60ch;
  margin-bottom: 40px;
}
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

@media (max-width: 720px) {
  .hero { padding: 56px 20px 48px; }
}

/* decorative wheat illustration */
.wheat-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.08;
  right: -40px; top: 40px;
  width: 360px; height: 360px;
}
@media (max-width: 720px) { .wheat-deco { display: none; } }

/* ---- Footer ---- */
footer {
  background: var(--ink);
  color: rgba(250, 246, 239, 0.7);
  padding: 60px 32px 40px;
  margin-top: 80px;
}
.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 720px) { .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; } }
.footer-brand .brand-mark { background: var(--cream); color: var(--ink); }
.footer-brand .brand { color: var(--cream); margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: rgba(250, 246, 239, 0.6); max-width: 30ch; }
.footer-col h5 {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--wheat-deep);
  margin-bottom: 16px;
  font-weight: 600;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  color: rgba(250, 246, 239, 0.7);
  font-size: 14px;
}
.footer-col a:hover { color: var(--cream); }
.footer-bottom {
  max-width: var(--container);
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid rgba(250, 246, 239, 0.1);
  font-size: 12px;
  color: rgba(250, 246, 239, 0.45);
  text-align: center;
}

/* ============================================================
   Home page specific
   ============================================================ */

.home-stats {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
@media (max-width: 720px) { .home-stats { grid-template-columns: 1fr; gap: 24px; } }
.stat .num {
  font-family: 'Fraunces', serif;
  font-size: 44px;
  font-weight: 600;
  color: var(--leaf-1);
  line-height: 1;
}
.stat .label {
  font-size: 14px;
  color: var(--ink-faint);
  margin-top: 10px;
  letter-spacing: 0.02em;
}

/* topic cards */
.topics-bg { background: var(--cream-2); padding: 80px 0; margin: 0; }
.topics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 1100px) { .topics-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .topics-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .topics-grid { grid-template-columns: 1fr; } }
.topic-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}
.topic-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.topic-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--leaf-1);
  color: var(--cream);
  display: grid; place-items: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.topic-card h3 { font-size: 22px; margin-bottom: 10px; }
.topic-card p { font-size: 15px; color: var(--ink-soft); margin-bottom: 16px; }
.topic-card .count {
  font-size: 12px;
  color: var(--ink-faint);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

/* featured guide */
.featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--radius);
  padding: 64px;
  margin: 0 32px;
  max-width: calc(var(--container) - 64px);
  margin: 0 auto;
}
@media (max-width: 900px) { .featured { grid-template-columns: 1fr; padding: 40px; } }
.featured h2 { color: var(--cream); font-size: clamp(32px, 4vw, 48px); margin-bottom: 20px; }
.featured h2 em { color: var(--wheat-deep); font-style: italic; font-weight: 500; }
.featured p { color: rgba(250, 246, 239, 0.78); font-size: 17px; margin-bottom: 28px; }
.featured-visual {
  background: var(--cream);
  border-radius: 12px;
  padding: 36px;
  color: var(--ink);
}
.featured-visual h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--leaf-1); margin-bottom: 16px; }
.featured-visual ul { list-style: none; }
.featured-visual li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 15px;
}
.featured-visual li:last-child { border-bottom: none; }
.featured-visual li .tier {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  color: white;
  letter-spacing: 0.05em;
}
.tier-pill-1 { background: var(--tier-1); }
.tier-pill-4 { background: var(--tier-4); }

/* approach / about preview */
.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 760px) { .approach-grid { grid-template-columns: 1fr; } }
.approach-card { padding: 0; }
.approach-card .num {
  font-family: 'Fraunces', serif;
  font-size: 48px;
  font-weight: 600;
  color: var(--leaf-3);
  line-height: 1;
  margin-bottom: 20px;
}
.approach-card h3 { font-size: 22px; margin-bottom: 12px; }
.approach-card p { font-size: 15px; color: var(--ink-soft); }

/* newsletter */
.newsletter {
  background: var(--leaf-1);
  color: var(--cream);
  padding: 72px 48px;
  border-radius: var(--radius);
  text-align: center;
  margin: 80px 32px;
  max-width: calc(var(--container) - 64px);
  margin: 80px auto;
}
.newsletter h2 { color: var(--cream); font-size: clamp(28px, 3.5vw, 40px); margin-bottom: 16px; }
.newsletter p { color: rgba(250, 246, 239, 0.85); max-width: 50ch; margin: 0 auto 32px; }
.newsletter form {
  display: flex; gap: 8px;
  max-width: 480px;
  margin: 0 auto;
}
.newsletter input[type="email"] {
  flex: 1;
  padding: 14px 20px;
  border-radius: 100px;
  border: none;
  background: rgba(250, 246, 239, 0.95);
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  outline: none;
}
.newsletter input[type="email"]:focus { background: var(--cream); }
.newsletter button {
  background: var(--cream); color: var(--ink); border: none;
  padding: 14px 26px; border-radius: 100px; font-weight: 600; cursor: pointer;
  font-family: inherit; font-size: 15px;
}
.newsletter button:hover { background: var(--wheat); }
.newsletter small { display: block; margin-top: 14px; color: rgba(250, 246, 239, 0.6); font-size: 12px; }

@media (max-width: 540px) {
  .newsletter form { flex-direction: column; }
}

/* ============================================================
   About page
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 32px; } }
.about-portrait {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--wheat) 0%, var(--wheat-deep) 100%);
  display: grid; place-items: center;
  font-size: 100px;
  position: sticky;
  top: 100px;
}
.about-content h2 { font-size: 32px; margin: 32px 0 14px; }
.about-content p { font-size: 17px; margin-bottom: 16px; color: var(--ink-soft); }
.about-content p strong { color: var(--ink); font-weight: 600; }
.about-content ul {
  list-style: none;
  margin: 16px 0 24px;
}
.about-content ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
  color: var(--ink-soft);
}
.about-content ul li::before {
  content: "🌿";
  position: absolute;
  left: 0;
  font-size: 14px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 720px) { .values-grid { grid-template-columns: 1fr; } }
.value {
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--cream-2);
}
.value h4 { font-size: 17px; margin-bottom: 8px; color: var(--leaf-1); }
.value p { font-size: 14px; color: var(--ink-soft); margin: 0; }

/* ============================================================
   Guides page
   ============================================================ */
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 720px) { .guide-grid { grid-template-columns: 1fr; } }

.guide-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.guide-card.live:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.guide-card.coming { opacity: 0.7; cursor: default; }
.guide-card .badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  background: var(--leaf-1);
  color: var(--cream);
  margin-bottom: 20px;
  align-self: flex-start;
}
.guide-card.coming .badge {
  background: var(--cream-2);
  color: var(--ink-faint);
}
.guide-card h3 { font-size: 26px; margin-bottom: 12px; }
.guide-card p { font-size: 15px; color: var(--ink-soft); margin-bottom: 24px; flex: 1; }
.guide-card .meta {
  display: flex; gap: 16px;
  font-size: 13px;
  color: var(--ink-faint);
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

/* ============================================================
   Contact page
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-method {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.contact-method:last-child { border-bottom: none; }
.contact-method h4 {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--ink-faint);
  margin-bottom: 8px;
  font-weight: 600;
}
.contact-method a, .contact-method p {
  font-size: 18px;
  color: var(--ink);
  font-weight: 500;
}

.contact-form {
  background: var(--cream-2);
  padding: 40px;
  border-radius: var(--radius);
}
.form-row { margin-bottom: 20px; }
.form-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
  margin-bottom: 8px;
}
.form-row input, .form-row textarea, .form-row select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.15s;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  border-color: var(--leaf-2);
}
.form-row textarea { resize: vertical; min-height: 140px; }
.form-row select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%234a4f43' stroke-width='1.5' stroke-linecap='round'/></svg>"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }

/* ============================================================
   Bread guide page (existing, mostly inherited from old index)
   ============================================================ */
.criteria { background: var(--cream-2); margin: 0; padding: 80px 32px; }
.criteria-inner { max-width: var(--container); margin: 0 auto; }
.criteria-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.criterion {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.criterion:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.criterion .num { font-family: 'Fraunces', serif; font-size: 28px; color: var(--leaf-1); font-weight: 600; margin-bottom: 12px; }
.criterion h4 { font-size: 18px; margin-bottom: 8px; }
.criterion p { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }

.tiers { display: flex; flex-direction: column; gap: 24px; }
.tier {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--cream);
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.tier:hover { box-shadow: var(--shadow); }
.tier-header {
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 24px;
}
.tier-header-left { display: flex; align-items: center; gap: 20px; flex: 1; min-width: 0; }
.tier-badge {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 22px;
  color: white;
  flex-shrink: 0;
}
.tier-1 .tier-badge { background: var(--tier-1); }
.tier-2 .tier-badge { background: var(--tier-2); }
.tier-3 .tier-badge { background: var(--tier-3); }
.tier-4 .tier-badge { background: var(--tier-4); }
.tier-title h3 { font-size: 24px; margin-bottom: 4px; }
.tier-title p { font-size: 14px; color: var(--ink-faint); }
.tier-toggle {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--cream-2);
  display: grid; place-items: center;
  transition: transform 0.25s;
  font-size: 14px;
  color: var(--ink-soft);
  flex-shrink: 0;
}
.tier.open .tier-toggle { transform: rotate(180deg); }
.tier-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.35s ease; }
.tier.open .tier-body { grid-template-rows: 1fr; }
.tier-body-inner { overflow: hidden; border-top: 1px solid var(--line); }
.brand-list { padding: 8px 0; }
.brand-row {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 20px;
  padding: 24px 32px;
  border-bottom: 1px solid var(--line);
}
.brand-row:last-child { border-bottom: none; }
.brand-row .rank { font-family: 'Fraunces', serif; font-size: 20px; font-weight: 600; color: var(--ink-faint); }
.brand-row h4 { font-size: 19px; margin-bottom: 6px; }
.brand-row .meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 100px;
  background: var(--cream-2);
  color: var(--ink-soft);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.tag.good { background: rgba(74, 107, 58, 0.12); color: var(--leaf-1); }
.tag.warn { background: rgba(212, 164, 74, 0.18); color: #8a6520; }
.tag.bad { background: rgba(185, 74, 62, 0.12); color: var(--tier-4); }
.brand-row p { font-size: 15px; color: var(--ink-soft); }
.brand-row p strong { color: var(--ink); font-weight: 600; }

.ingredients-wrap { background: var(--cream-2); padding: 80px 32px; }
.ingredients-inner { max-width: var(--container); margin: 0 auto; }
.ing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .ing-grid { grid-template-columns: 1fr; } }
.ing-col {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
}
.ing-col h3 { font-size: 22px; margin-bottom: 6px; }
.ing-col .sub {
  font-size: 13px; color: var(--ink-faint);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.ing-col.red h3, .ing-col.red .sub { color: var(--tier-4); }
.ing-col.yellow h3, .ing-col.yellow .sub { color: #8a6520; }
.ing-col.green h3, .ing-col.green .sub { color: var(--leaf-1); }
.ing-item { padding: 14px 0; border-bottom: 1px dashed var(--line); }
.ing-item:last-child { border-bottom: none; }
.ing-item strong { display: block; font-size: 15px; margin-bottom: 4px; color: var(--ink); }
.ing-item span { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }

.shop-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 720px) { .shop-grid { grid-template-columns: 1fr; } }
.shop-card {
  padding: 32px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--cream);
}
.shop-card .icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--leaf-1);
  color: var(--cream);
  display: grid; place-items: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.shop-card h3 { font-size: 22px; margin-bottom: 12px; }
.shop-card p { font-size: 15px; color: var(--ink-soft); }

.callout {
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--radius);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: center;
  margin: 0 32px;
  max-width: calc(var(--container) - 64px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 720px) { .callout { grid-template-columns: 1fr; padding: 40px; } }
.callout h2 { color: var(--cream); font-size: 36px; }
.callout h2 em { color: var(--wheat-deep); font-style: italic; font-weight: 500; }
.callout p { color: rgba(250, 246, 239, 0.78); font-size: 16px; }
.callout p + p { margin-top: 14px; }

.cta-block {
  text-align: center;
  padding: 96px 32px;
  max-width: 720px;
  margin: 0 auto;
}
.cta-block h2 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 24px; }
.cta-block p { font-size: 19px; color: var(--ink-soft); margin-bottom: 36px; }

/* ============================================================
   404 page
   ============================================================ */
.not-found {
  text-align: center;
  padding: 120px 32px;
  max-width: 600px;
  margin: 0 auto;
}
.not-found .big {
  font-family: 'Fraunces', serif;
  font-size: 140px;
  font-weight: 700;
  color: var(--leaf-3);
  line-height: 1;
  margin-bottom: 16px;
}
.not-found h1 { font-size: 36px; margin-bottom: 16px; }
.not-found p { font-size: 18px; color: var(--ink-soft); margin-bottom: 32px; }
