:root {
  /* Master Afrofeast brand system */
  --teal: #009eaf;
  --teal-bright: #12afc2;
  --teal-deep: #01788a;
  --teal-dark: #064e58;
  --gold: #ffd937;
  --white: #f3fefc;
  --cream: #fff9ea;
  --cream-2: #f7f1df;
  --mint: #ddf5f1;
  --ink: #102e32;
  --coral: #fd4b13;
  --muted: #567073;
  --line: rgba(16, 46, 50, .14);
  --shadow: 0 22px 60px rgba(6, 78, 88, .16);
  --radius: 24px;
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); line-height: 1.55; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-180%); padding: 10px 16px; background: var(--coral); color: var(--white); border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.announcement { display: flex; justify-content: center; gap: 14px; padding: 9px 20px; background: var(--teal-dark); color: var(--white); font-size: 12px; letter-spacing: .06em; text-align: center; }
.announcement span { color: var(--coral); font-weight: 900; text-transform: uppercase; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(0,158,175,.96); color: var(--white); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.16); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-family: var(--display); font-size: 22px; letter-spacing: .035em; }
.wordmark img { width: 46px; height: 46px; flex: 0 0 auto; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: 28px; font-size: 14px; font-weight: 750; }
.desktop-nav a { position: relative; padding: 27px 0 24px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 3px; background: var(--gold); border-radius: 2px; transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .menu-button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--teal-dark); color: var(--white); cursor: pointer; }
.icon-button { font-size: 24px; line-height: 1; }
.header-search-link { display: grid; place-items: center; }
.menu-button { display: none; place-content: center; gap: 4px; }
.menu-button span:not(.sr-only) { display: block; width: 18px; height: 2px; background: var(--white); border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; padding: 12px 20px 22px; background: var(--teal-dark); }
.mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-weight: 800; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 8px; padding: 0 23px; border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--white); background: var(--coral); box-shadow: 0 10px 22px rgba(253,75,19,.2); }
.button-gold:hover { box-shadow: 0 14px 30px rgba(253,75,19,.3); }
.button-dark { color: var(--white); background: var(--teal-dark); }
.button-small { min-height: 40px; padding-inline: 18px; font-size: 13px; }
.button-outline-light { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.55); }
.button-row, .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.full-button { width: 100%; }
.eyebrow { margin: 0 0 15px; color: var(--teal-deep); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-gold { color: var(--gold); }

.hero { position: relative; overflow: hidden; padding: 76px 0 88px; background: var(--teal); color: var(--white); }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: -220px; bottom: -280px; border: 80px solid rgba(247,214,57,.12); border-radius: 50%; }
.hero-pattern { position: absolute; inset: 0 auto 0 -100px; width: 360px; opacity: .34; transform: skewX(-11deg); background: repeating-linear-gradient(90deg, var(--teal-bright) 0 56px, var(--teal) 56px 98px, var(--teal-dark) 98px 122px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); align-items: center; gap: 74px; }
.hero h1 { max-width: 700px; margin: 0; font-family: var(--display); font-size: clamp(49px, 5.25vw, 77px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { display: block; margin-top: 12px; color: var(--mint); font-style: normal; }
.hero-lede { max-width: 620px; margin: 28px 0 30px; font-size: 20px; line-height: 1.5; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 42px 0 0; padding: 0; list-style: none; }
.hero-points li { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.35); }
.hero-points strong, .hero-points span { display: block; }
.hero-points strong { color: var(--mint); font-size: 13px; }
.hero-points span { margin-top: 3px; font-size: 12px; opacity: .88; }
.hero-food-card { padding: 16px; overflow: hidden; color: var(--ink); background: var(--cream); border-radius: 30px; box-shadow: 0 28px 70px rgba(0,45,52,.28); transform: rotate(1deg); }
.hero-image-wrap { position: relative; height: 380px; overflow: hidden; border-radius: 20px; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.country-stamp { position: absolute; top: 20px; left: 20px; display: grid; padding: 11px 14px; color: var(--white); background: rgba(6,78,88,.92); border-radius: 12px; font-size: 11px; }
.country-stamp strong { color: var(--gold); font-size: 13px; }
.hero-recipe-info { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 20px; padding: 20px 5px 14px; }
.card-kicker { margin: 0 0 4px; color: var(--teal-deep); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-recipe-info h2 { margin: 0; font-family: var(--display); font-size: 25px; line-height: 1.12; }
.save-button { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: var(--teal-dark); background: var(--mint); font-size: 25px; line-height: 1; cursor: pointer; }
.save-button.saved { color: var(--white); background: var(--coral); }
.recipe-facts { display: grid; grid-template-columns: repeat(3, auto) 1fr; align-items: center; gap: 14px; padding: 14px 5px 4px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.recipe-facts b { display: block; color: var(--ink); font-size: 13px; }
.recipe-facts button { justify-self: end; padding: 10px 14px; border: 0; border-radius: 999px; background: var(--teal-dark); color: var(--white); font-weight: 800; cursor: pointer; }

.promise-strip { padding: 28px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.promise-grid > div { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; }
.promise-grid > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.promise-grid span { display: grid; width: 30px; height: 30px; place-items: center; color: var(--teal-dark); background: var(--mint); border-radius: 50%; font-size: 11px; font-weight: 900; }
.promise-grid p, .promise-grid strong { display: block; margin: 0; }
.promise-grid p { color: var(--muted); font-size: 12px; }
.promise-grid strong { color: var(--ink); font-size: 14px; }

.section { padding: 104px 0; }
.section-heading { margin-bottom: 40px; }
.section-heading h2, .featured-copy h2, .ancestral h2, .newsletter h2 { margin: 0; font-family: var(--display); font-size: clamp(39px, 4.4vw, 62px); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > div > p:last-child, .section-heading > p:last-child { max-width: 690px; color: var(--muted); font-size: 17px; }
.split-heading { display: grid; grid-template-columns: 1fr 350px; align-items: end; gap: 60px; }
.finder-search label { display: block; margin-bottom: 8px; color: var(--teal-dark); font-size: 12px; font-weight: 850; }
.search-field { display: flex; align-items: center; gap: 9px; padding: 0 16px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.search-field span { color: var(--teal-deep); font-size: 23px; }
.search-field input { width: 100%; min-height: 52px; padding: 0; border: 0; outline: none; background: transparent; color: var(--ink); }
.filter-row { display: flex; gap: 9px; margin-bottom: 26px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--teal-dark); background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.filter-button.active { color: var(--white); background: var(--teal-dark); border-color: var(--teal-dark); }
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.recipe-card { overflow: hidden; background: var(--white); border: 1px solid rgba(6,78,88,.08); border-radius: var(--radius); box-shadow: 0 12px 28px rgba(6,78,88,.07); transition: transform .2s, box-shadow .2s; }
.recipe-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.recipe-card[hidden] { display: none; }
.recipe-photo { position: relative; height: 260px; overflow: hidden; background: var(--teal-dark); }
.recipe-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.recipe-card:hover .recipe-photo img { transform: scale(1.035); }
.photo-label { position: absolute; bottom: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: var(--coral); color: var(--white); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.save-button.on-photo { position: absolute; top: 14px; right: 14px; color: var(--white); background: rgba(6,78,88,.86); backdrop-filter: blur(8px); }
.save-button.on-photo.saved { color: var(--white); background: var(--coral); }
.recipe-card-body { padding: 22px; }
.recipe-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--teal-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.recipe-meta span + span::before { content: "•"; margin-right: 8px; color: var(--coral); }
.recipe-card h3 { margin: 10px 0 8px; font-family: var(--display); font-size: 23px; line-height: 1.15; letter-spacing: -.02em; }
.recipe-card p { min-height: 70px; margin: 0 0 15px; color: var(--muted); font-size: 14px; }
.text-link { padding: 0; border: 0; color: var(--teal-dark); background: transparent; font-weight: 900; cursor: pointer; }
.text-link span { color: var(--coral); }
.empty-state { padding: 50px; text-align: center; background: var(--white); border-radius: var(--radius); color: var(--muted); }

.featured-recipe { padding: 92px 0; background: var(--teal-dark); color: var(--white); }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.featured-photo { position: relative; min-height: 620px; overflow: hidden; border-radius: 32px; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.featured-photo img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.featured-caption { position: absolute; right: 22px; bottom: 22px; left: 22px; display: grid; padding: 17px 19px; background: rgba(255,249,234,.93); color: var(--ink); border-radius: 15px; backdrop-filter: blur(12px); }
.featured-caption span { color: var(--teal-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.featured-copy > p:not(.eyebrow) { color: var(--mint); font-size: 18px; }
.ingredient-preview { margin: 30px 0; padding: 0; list-style: none; }
.ingredient-preview li { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.ingredient-preview span { color: var(--gold); font-weight: 900; }

.ancestral { background: var(--cream-2); }
.ancestral-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.large-copy { color: var(--muted); font-size: 18px; }
.process-list { margin: 32px 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); }
.process-list li > span { display: grid; width: 36px; height: 36px; place-items: center; color: var(--teal-dark); background: var(--mint); border-radius: 50%; font-weight: 900; }
.process-list strong { font-size: 16px; }
.process-list p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }
.voice-demo { position: relative; padding-bottom: 115px; }
.voice-demo > img { width: 100%; height: 590px; object-fit: cover; border-radius: 32px; box-shadow: var(--shadow); }
.voice-panel { position: absolute; right: 28px; bottom: 0; left: 28px; padding: 24px; background: var(--white); border-radius: 22px; box-shadow: var(--shadow); }
.voice-panel-head { display: flex; justify-content: space-between; gap: 18px; }
.voice-panel-head div { display: grid; }
.voice-panel-head span { color: var(--teal-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.voice-panel-head strong { font-size: 17px; }
.concept-label { align-self: start; padding: 5px 8px; background: var(--mint); border-radius: 999px; }
.waveform { height: 54px; display: flex; align-items: center; gap: 5px; margin: 18px 0; overflow: hidden; }
.waveform i { width: 5px; height: 12px; flex: 1; max-width: 5px; background: var(--teal); border-radius: 4px; transform-origin: center; }
.waveform i:nth-child(3n) { height: 36px; background: var(--gold); }
.waveform i:nth-child(4n) { height: 25px; }
.waveform.recording i { animation: wave .55s ease-in-out infinite alternate; }
.waveform.recording i:nth-child(2n) { animation-delay: -.2s; }
.waveform.recording i:nth-child(3n) { animation-delay: -.35s; }
@keyframes wave { to { transform: scaleY(1.6); } }
.record-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.record-button { display: flex; min-height: 42px; align-items: center; gap: 10px; padding: 0 15px; border: 0; border-radius: 999px; background: var(--teal-dark); color: var(--white); cursor: pointer; }
.record-button span { width: 12px; height: 12px; background: var(--coral); border-radius: 50%; }
.record-button.recording span { border-radius: 2px; }
.record-row time { color: var(--teal-dark); font-weight: 900; font-variant-numeric: tabular-nums; }
.record-status { margin: 12px 0 0; color: var(--muted); font-size: 12px; }

.beyond { background: var(--white); }
.center-heading { text-align: center; }
.center-heading > p:last-child { margin-inline: auto; }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 310px); gap: 22px; }
.story-card { position: relative; overflow: hidden; border-radius: var(--radius); }
.story-card-wide { grid-row: 1 / 3; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-card:hover img { transform: scale(1.035); }
.story-card::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(transparent, rgba(4,47,54,.95)); }
.story-overlay { position: absolute; z-index: 1; right: 26px; bottom: 24px; left: 26px; color: var(--white); }
.story-overlay span { color: var(--gold); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.story-overlay h3 { max-width: 520px; margin: 6px 0 10px; font-family: var(--display); font-size: clamp(22px, 2.7vw, 38px); line-height: 1.08; }
.story-overlay a { font-weight: 900; }

.newsletter { padding: 92px 0; background: var(--teal); color: var(--white); }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.newsletter p { max-width: 540px; }
.signup-form { padding: 24px; background: rgba(6,78,88,.32); border: 1px solid rgba(255,255,255,.18); border-radius: 22px; }
.signup-form label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 850; }
.signup-form > div { display: grid; grid-template-columns: 1fr auto; gap: 9px; padding: 7px; background: var(--white); border-radius: 999px; }
.signup-form input { min-width: 0; padding: 0 17px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.signup-form p { margin: 10px 8px 0; font-size: 11px; opacity: .86; }

.site-footer { padding: 64px 0 24px; background: var(--teal-dark); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 54px; }
.footer-grid h2 { margin: 0 0 14px; color: var(--mint); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p { color: var(--mint); font-size: 13px; }
.footer-grid > div:not(:first-child) a { display: block; margin: 8px 0; font-size: 13px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-grid .footer-socials a { display: inline-flex; margin: 0; padding: 5px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 10px; }
.footer-grid .footer-socials a:hover { color: var(--white); background: var(--coral); border-color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: var(--mint); font-size: 10px; }

/* Journal and article pages */
.journal-hero { position: relative; overflow: hidden; padding: 86px 0 112px; background: var(--teal); color: var(--white); }
.journal-hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background: repeating-linear-gradient(110deg, transparent 0 70px, var(--teal-bright) 70px 115px, transparent 115px 170px); }
.journal-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--mint); font-size: 12px; font-weight: 800; }
.breadcrumb a { color: var(--gold); }
.journal-hero h1 { max-width: 840px; margin: 0; font-family: var(--display); font-size: clamp(52px, 7vw, 92px); line-height: .95; letter-spacing: -.06em; }
.journal-hero h1 em { color: var(--mint); font-style: normal; }
.journal-hero > .container > p:last-child { max-width: 690px; margin: 25px 0 0; color: var(--mint); font-size: 19px; }
.blog-section { padding: 86px 0 110px; background: var(--cream); }
.blog-featured { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; margin-bottom: 62px; background: var(--white); border-radius: 30px; box-shadow: var(--shadow); }
.blog-featured > img { width: 100%; height: 560px; object-fit: cover; }
.blog-featured-copy { display: grid; align-content: center; padding: 52px; }
.blog-featured-copy h2 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(34px, 4vw, 54px); line-height: 1.02; letter-spacing: -.04em; }
.blog-featured-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.story-byline { display: flex; flex-wrap: wrap; gap: 10px; margin: 21px 0 28px; color: var(--teal-deep); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.story-byline span + span::before { content: "•"; margin-right: 10px; color: var(--coral); }
.journal-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 0 0 28px; }
.journal-heading h2 { margin: 0; font-family: var(--display); font-size: 39px; }
.journal-heading p { margin: 0; color: var(--muted); }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.journal-card { overflow: hidden; background: var(--white); border-radius: 22px; box-shadow: 0 12px 30px rgba(6,78,88,.08); }
.journal-card img { width: 100%; height: 280px; object-fit: cover; transition: transform .4s ease; }
.journal-card:hover img { transform: scale(1.035); }
.journal-card-content { padding: 24px; }
.journal-card-content h3 { margin: 8px 0 12px; font-family: var(--display); font-size: 25px; line-height: 1.12; }
.journal-card-content > p { min-height: 68px; color: var(--muted); font-size: 14px; }
.journal-card-content .text-link { display: inline-flex; margin-top: 8px; }
.social-follow { padding: 42px 0; color: var(--white); background: var(--teal-deep); }
.social-follow-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.social-follow h2 { margin: 0; font-family: var(--display); font-size: 26px; }
.social-follow-links { display: flex; flex-wrap: wrap; gap: 8px; }
.social-follow-links a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: 12px; font-weight: 850; }
.social-follow-links a:hover { color: var(--white); background: var(--coral); border-color: var(--coral); }

.article-hero { padding: 74px 0 300px; background: var(--teal); color: var(--white); }
.article-hero.food-theme,
.article-hero.travel-theme,
.article-hero.culture-theme { background: var(--teal); }
.article-hero .breadcrumb { margin-bottom: 40px; }
.article-hero-content { max-width: 960px; }
.demo-note { display: inline-flex; margin-bottom: 18px; padding: 6px 10px; color: var(--white); background: var(--coral); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.article-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(49px, 7vw, 86px); line-height: .98; letter-spacing: -.055em; }
.article-dek { max-width: 780px; margin: 25px 0; color: var(--mint); font-size: 21px; line-height: 1.55; }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px; color: var(--white); font-size: 12px; font-weight: 800; }
.article-byline span + span::before { content: "•"; margin-right: 10px; color: var(--coral); }
.article-image-shell { margin-top: -235px; }
.article-hero-image { width: 100%; height: min(64vw, 690px); object-fit: cover; border: 14px solid var(--cream); border-radius: 34px; box-shadow: var(--shadow); }
.photo-credit { margin: 8px 4px 0; color: var(--muted); font-family: var(--body); font-size: 11px; line-height: 1.45; }
.photo-credit a { color: var(--teal-deep); text-decoration: underline; }
.article-main { padding: 62px 0 110px; background: var(--cream); }
.article-layout { display: grid; grid-template-columns: 150px minmax(0, 720px) 220px; justify-content: center; gap: 40px; align-items: start; }
.article-share, .article-aside { position: sticky; top: 110px; }
.article-share > span, .article-aside > span { display: block; margin-bottom: 12px; color: var(--teal-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.article-share a { display: grid; width: 42px; height: 42px; margin-bottom: 8px; place-items: center; color: var(--white); background: var(--teal-dark); border-radius: 50%; font-size: 11px; font-weight: 900; }
.article-share a:hover { color: var(--white); background: var(--coral); }
.article-body { font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.84; }
.article-body > p:first-child::first-letter { float: left; margin: 10px 9px 0 0; color: var(--teal); font-family: var(--display); font-size: 80px; line-height: .68; }
.article-body h2 { margin: 55px 0 16px; font-family: var(--display); font-size: 37px; line-height: 1.08; letter-spacing: -.03em; }
.article-body h3 { margin: 40px 0 12px; font-family: var(--display); font-size: 25px; line-height: 1.18; }
.article-body a { color: var(--teal-deep); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.article-body figure { margin: 46px 0; }
.article-body figure img { width: 100%; max-height: 540px; object-fit: cover; border-radius: 22px; }
.article-body figcaption { margin-top: 10px; color: var(--muted); font-family: var(--body); font-size: 11px; line-height: 1.5; }
.pull-quote { margin: 48px -55px; padding: 38px 50px; color: var(--white); background: var(--teal); border-radius: 22px; font-family: var(--display); font-size: 31px; line-height: 1.2; }
.pull-quote::before { content: "“"; display: block; height: 35px; color: var(--gold); font-size: 70px; line-height: 1; }
.article-note { padding: 20px; background: var(--mint); border-top: 5px solid var(--coral); border-radius: 14px; }
.article-note strong { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 17px; }
.article-note p { margin: 0; color: var(--muted); font-size: 13px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 55px 0 0; padding-top: 25px; border-top: 1px solid var(--line); font-family: var(--body); }
.article-tags a { padding: 7px 10px; color: var(--teal-dark); background: var(--mint); border-radius: 999px; font-size: 11px; font-weight: 800; text-decoration: none; }
.author-box { display: grid; grid-template-columns: 64px 1fr; gap: 18px; margin-top: 36px; padding: 24px; background: var(--white); border-radius: 18px; font-family: var(--body); }
.author-initial { display: grid; width: 64px; height: 64px; place-items: center; color: var(--teal-dark); background: var(--mint); border-radius: 50%; font-family: var(--display); font-size: 22px; }
.author-box strong { display: block; }
.author-box p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.related { padding: 86px 0; background: var(--white); }
.related h2 { margin: 0 0 28px; font-family: var(--display); font-size: 38px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.related-card { display: grid; grid-template-columns: 170px 1fr; overflow: hidden; background: var(--cream); border-radius: 18px; }
.related-card img { width: 100%; height: 100%; min-height: 180px; object-fit: cover; }
.related-card div { display: grid; align-content: center; padding: 22px; }
.related-card span { color: var(--teal-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.related-card h3 { margin: 7px 0; font-family: var(--display); font-size: 20px; line-height: 1.16; }
.related-card a { color: var(--teal-dark); font-size: 12px; font-weight: 900; }

/* Section home pages */
.hub-hero { position: relative; overflow: hidden; padding: 78px 0 92px; color: var(--white); background: var(--teal); }
.hub-hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background: repeating-linear-gradient(112deg, transparent 0 85px, var(--teal-bright) 85px 125px, transparent 125px 190px); }
.food-hub-hero,
.travel-hub-hero,
.culture-hub-hero { background: var(--teal); }
.hub-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); align-items: center; gap: 70px; }
.hub-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(54px, 6.3vw, 88px); line-height: .94; letter-spacing: -.06em; }
.hub-hero h1 em { color: var(--mint); font-style: normal; }
.hub-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 27px 0 30px; color: var(--mint); font-size: 19px; }
.hub-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.hub-hero-stats div { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.28); }
.hub-hero-stats strong, .hub-hero-stats span { display: block; }
.hub-hero-stats strong { color: var(--white); font-family: var(--display); font-size: 18px; }
.hub-hero-stats span { color: var(--mint); font-size: 11px; }
.hub-visual { position: relative; padding: 14px 14px 108px; background: var(--cream); border-radius: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.28); transform: rotate(1deg); }
.hub-visual > img { width: 100%; height: 520px; object-fit: cover; border-radius: 20px; }
.hub-visual-card { position: absolute; right: 32px; bottom: 20px; left: 32px; padding: 21px 22px; color: var(--ink); background: rgba(255,255,255,.96); border-radius: 18px; box-shadow: 0 18px 42px rgba(6,78,88,.18); }
.hub-visual-card > span { color: var(--teal-deep); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hub-visual-card > strong { display: block; margin: 4px 0 13px; font-family: var(--display); font-size: 21px; line-height: 1.15; }
.hub-visual-card > div { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; color: var(--muted); font-size: 11px; }
.hub-visual-card button, .hub-visual-card a { margin-left: auto; padding: 0; border: 0; color: var(--teal-dark); background: transparent; font-weight: 900; cursor: pointer; }
.floating-like { position: absolute; top: 34px; right: 34px; display: flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 13px; border: 0; color: var(--white); background: rgba(6,78,88,.9); border-radius: 999px; box-shadow: 0 10px 25px rgba(0,0,0,.18); cursor: pointer; }
.floating-like > span:first-child { font-size: 22px; line-height: 1; }
.floating-like b { font-size: 11px; }
.floating-like.liked, .like-button.liked { color: var(--white); background: var(--coral); }
.hub-nav-strip { position: sticky; z-index: 40; top: 76px; color: var(--teal-dark); background: rgba(255,249,234,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.hub-nav-strip .container { display: flex; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.hub-nav-strip .container::-webkit-scrollbar { display: none; }
.hub-nav-strip a { flex: 0 0 auto; padding: 18px 0 15px; border-bottom: 3px solid transparent; font-size: 12px; font-weight: 850; }
.hub-nav-strip a:hover { border-bottom-color: var(--coral); }
.hub-section { padding: 98px 0; }
.hub-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.hub-heading h2, .member-band h2, .signup-panel h2, .contributor-panel h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.4vw, 59px); line-height: 1.02; letter-spacing: -.045em; }
.hub-heading > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 16px; }
.center-hub-heading { display: grid; justify-items: center; text-align: center; }
.center-hub-heading > p { max-width: 650px; }
.hub-card-grid { display: grid; gap: 22px; }
.hub-card-grid-four { grid-template-columns: repeat(4, 1fr); }
.hub-card-grid-three { grid-template-columns: repeat(3, 1fr); }
.hub-content-card { overflow: hidden; background: var(--white); border: 1px solid rgba(6,78,88,.08); border-radius: 22px; box-shadow: 0 12px 30px rgba(6,78,88,.08); transition: transform .2s, box-shadow .2s; }
.hub-content-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.hub-card-image { position: relative; height: 270px; overflow: hidden; }
.hub-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hub-content-card:hover .hub-card-image img { transform: scale(1.035); }
.like-button { position: absolute; top: 14px; right: 14px; display: flex; align-items: center; gap: 5px; min-height: 39px; padding: 0 11px; border: 0; color: var(--white); background: rgba(6,78,88,.88); border-radius: 999px; backdrop-filter: blur(8px); cursor: pointer; }
.like-button span { font-size: 19px; line-height: 1; }
.like-button b { font-size: 10px; }
.hub-card-body { padding: 21px; }
.hub-kicker { color: var(--teal-deep); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.hub-card-body h3 { margin: 8px 0; font-family: var(--display); font-size: 23px; line-height: 1.14; }
.hub-card-body > p { min-height: 67px; margin: 0 0 15px; color: var(--muted); font-size: 13px; }
.card-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.mini-save { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line); color: var(--teal-dark); background: var(--mint); border-radius: 50%; font-size: 20px; cursor: pointer; }
.mini-save.saved { color: var(--white); background: var(--coral); border-color: var(--coral); }
.hub-section-action { display: flex; justify-content: center; margin-top: 36px; }
.member-band { padding: 94px 0; color: var(--white); background: var(--teal-dark); }
.travel-member-band,
.culture-member-band { background: var(--teal-dark); }
.member-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.member-band-image { position: relative; overflow: hidden; border-radius: 30px; }
.member-band-image img { width: 100%; height: 620px; object-fit: cover; }
.member-band-image span { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 14px 16px; color: var(--ink); background: rgba(255,255,255,.93); border-radius: 12px; font-size: 12px; font-weight: 850; }
.member-band-grid > div:last-child > p:not(.eyebrow) { color: var(--mint); font-size: 17px; }
.feature-ticks { display: grid; gap: 10px; margin: 28px 0 32px; padding: 0; list-style: none; }
.feature-ticks li { position: relative; padding: 12px 0 12px 35px; border-bottom: 1px solid rgba(255,255,255,.14); }
.feature-ticks li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 900; }
.pricing-section { background: var(--cream-2); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 34px rgba(6,78,88,.07); }
.price-card.popular { border: 3px solid var(--teal); transform: translateY(-10px); box-shadow: var(--shadow); }
.popular-label { position: absolute; top: 0; right: 22px; transform: translateY(-50%); padding: 6px 10px; color: var(--white); background: var(--coral); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.plan-label { margin: 0; color: var(--teal-deep); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 14px 0 8px; }
.price strong { font-family: var(--display); font-size: 49px; line-height: 1; }
.price span { color: var(--muted); font-size: 11px; font-weight: 800; }
.price-card > p:not(.price):not(.plan-label) { color: var(--muted); font-size: 13px; }
.price-card ul { display: grid; flex: 1; gap: 10px; margin: 20px 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; padding-left: 24px; font-size: 13px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.pricing-disclaimer { max-width: 780px; margin: 30px auto 0; color: var(--muted); font-size: 11px; text-align: center; }
.stories-hub { background: var(--white); }
.story-feature-row { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; background: var(--cream); border-radius: 28px; box-shadow: var(--shadow); }
.story-feature-row img { width: 100%; height: 520px; object-fit: cover; }
.story-feature-row > div { display: grid; align-content: center; padding: 50px; }
.story-feature-row h3 { margin: 8px 0 15px; font-family: var(--display); font-size: clamp(33px, 3.8vw, 49px); line-height: 1.02; }
.story-feature-row p { color: var(--muted); }
.story-feature-row .button { justify-self: start; margin-top: 14px; }
.business-paths { background: var(--cream-2); }
.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.signup-panel, .contributor-panel { padding: 45px; border-radius: 28px; }
.signup-panel { color: var(--white); background: var(--teal-dark); }
.contributor-panel { background: var(--white); border: 1px solid var(--line); }
.signup-panel > p:not(.eyebrow), .contributor-panel > p:not(.eyebrow) { font-size: 15px; }
.signup-panel > p:not(.eyebrow) { color: var(--mint); }
.contributor-panel > p:not(.eyebrow) { color: var(--muted); }
.hub-signup-form { margin-top: 30px; }
.hub-signup-form label, .checkout-panel label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 850; }
.hub-signup-form > div { display: grid; grid-template-columns: 1fr auto; overflow: hidden; padding: 5px; background: var(--white); border-radius: 999px; }
.hub-signup-form input { min-width: 0; padding: 0 16px; border: 0; outline: none; color: var(--ink); background: transparent; }
.hub-signup-form > p { margin: 10px 3px 0; color: var(--mint); font-size: 10px; }
.contributor-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; }
.checkout-panel { width: min(560px, 100%); padding: 48px; }
.checkout-panel h2 { margin: 0; font-family: var(--display); font-size: 42px; line-height: 1.05; }
.checkout-price { margin: 10px 0 24px; color: var(--teal-deep); font-size: 18px; font-weight: 900; }
.checkout-summary { display: grid; gap: 7px; margin: 0 0 25px; padding: 18px 18px 18px 38px; color: var(--muted); background: var(--mint); border-radius: 14px; font-size: 12px; }
.checkout-panel input { width: 100%; min-height: 52px; margin-bottom: 14px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; }
.payment-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.payment-chips span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; font-weight: 800; }
#checkoutMessage { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,32,37,.78); backdrop-filter: blur(9px); cursor: pointer; }
.modal-panel { position: relative; z-index: 1; width: min(920px, 100%); max-height: min(760px, calc(100vh - 40px)); overflow: auto; background: var(--cream); border-radius: 28px; box-shadow: 0 40px 100px rgba(0,0,0,.38); }
.modal-close { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: var(--teal-dark); color: var(--white); font-size: 28px; cursor: pointer; }
.recipe-modal-panel { display: grid; grid-template-columns: 1fr 1fr; }
.recipe-modal-media { min-width: 0; background: #e8dfd0; }
.recipe-modal-media img { display: block; width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.recipe-modal-media .photo-credit { padding: 0 18px 14px; }
.modal-content { padding: 54px 44px 40px; }
.modal-content h2 { margin: 0; font-family: var(--display); font-size: 39px; line-height: 1.05; }
.modal-content > p:not(.eyebrow) { color: var(--muted); }
.modal-content h3 { margin: 24px 0 9px; font-size: 16px; }
.modal-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.modal-facts span { padding: 7px 10px; background: var(--mint); border-radius: 999px; color: var(--teal-dark); font-size: 11px; font-weight: 850; }
.modal-ingredients { display: grid; gap: 7px; margin: 0 0 26px; padding-left: 20px; color: var(--muted); font-size: 14px; }
.modal-ingredients li::marker { color: var(--coral); }

.cook-modal { color: var(--white); }
.cook-panel { position: relative; z-index: 1; width: min(820px, 100%); overflow: hidden; background: var(--teal-dark); border-radius: 30px; box-shadow: 0 40px 100px rgba(0,0,0,.4); }
.cook-header { display: flex; justify-content: space-between; gap: 20px; padding: 26px 30px 20px; }
.cook-header span { color: var(--coral); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.cook-header h2 { margin: 4px 0 0; font-family: var(--display); font-size: 25px; }
.cook-header button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: var(--white); font-size: 27px; cursor: pointer; }
.cook-progress { height: 7px; background: rgba(255,255,255,.13); }
.cook-progress span { display: block; width: 20%; height: 100%; background: var(--coral); transition: width .25s; }
.cook-body { min-height: 340px; display: grid; align-content: center; padding: 44px 70px; background: var(--teal); }
.cook-counter { margin: 0 0 14px; color: var(--mint); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.cook-step { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(31px, 4.5vw, 50px); line-height: 1.12; }
.cook-tip { margin: 28px 0 0; padding: 16px; color: var(--ink); background: var(--mint); border-radius: 14px; font-size: 14px; }
.cook-controls { display: flex; justify-content: space-between; gap: 14px; padding: 22px 30px; }
.wake-note { margin: 0; padding: 0 30px 20px; color: var(--mint); font-size: 11px; text-align: center; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: grid; }
  .mobile-nav.open { display: block; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 36px; }
  .hero h1 { font-size: 54px; }
  .hero-image-wrap { height: 330px; }
  .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .recipe-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-grid, .ancestral-grid { gap: 42px; }
  .journal-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 720px) 210px; }
  .article-share { display: none; }
  .hub-hero-grid { grid-template-columns: 1fr 410px; gap: 38px; }
  .hub-hero h1 { font-size: 58px; }
  .hub-visual > img { height: 450px; }
  .hub-card-grid-four { grid-template-columns: repeat(2, 1fr); }
  .hub-card-grid-three { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .announcement { display: block; }
  .announcement span { display: none; }
  .header-inner { min-height: 68px; }
  .header-actions .icon-button, .header-actions .button-small { display: none; }
  .hero { padding: 56px 0 70px; }
  .hero-pattern { left: -250px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(44px, 12vw, 62px); }
  .hero-points { grid-template-columns: 1fr; gap: 12px; }
  .hero-food-card { transform: none; }
  .hero-image-wrap { height: 390px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid > div + div { padding: 12px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 76px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .recipe-grid { grid-template-columns: 1fr; }
  .recipe-photo { height: 340px; }
  .featured-grid, .ancestral-grid, .newsletter-grid { grid-template-columns: 1fr; }
  .featured-photo, .featured-photo img { min-height: 490px; }
  .story-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 350px); }
  .story-card-wide { grid-row: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .recipe-modal-panel { display: block; }
  .recipe-modal-media img { height: 320px; min-height: 0; }
  .modal-content { padding: 36px 25px; }
  .cook-body { min-height: 370px; padding: 40px 26px; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured > img { height: 430px; }
  .journal-grid { grid-template-columns: 1fr; }
  .social-follow-inner { display: grid; }
  .article-hero { padding-bottom: 210px; }
  .article-image-shell { margin-top: -160px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; grid-row: 1; }
  .pull-quote { margin-inline: 0; }
  .related-grid { grid-template-columns: 1fr; }
  .hub-hero { padding: 58px 0 72px; }
  .hub-hero-grid { grid-template-columns: 1fr; }
  .hub-hero h1 { font-size: clamp(48px, 13vw, 66px); }
  .hub-visual { transform: none; }
  .hub-visual > img { height: 440px; }
  .hub-nav-strip { top: 68px; }
  .hub-heading { display: grid; gap: 18px; }
  .hub-card-grid-four, .hub-card-grid-three { grid-template-columns: 1fr; }
  .hub-card-image { height: 360px; }
  .member-band-grid, .business-grid, .story-feature-row { grid-template-columns: 1fr; }
  .member-band-image img { height: 500px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.popular { transform: none; }
  .story-feature-row img { height: 420px; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px, 1180px); }
  .wordmark { gap: 8px; font-size: 19px; }
  .wordmark img { width: 40px; height: 40px; }
  .hero h1 { letter-spacing: -.045em; }
  .hero-lede { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-image-wrap { height: 300px; }
  .hero-recipe-info h2 { font-size: 21px; }
  .recipe-facts { grid-template-columns: repeat(3, 1fr); }
  .recipe-facts button { grid-column: 1 / -1; width: 100%; }
  .section-heading h2, .featured-copy h2, .ancestral h2, .newsletter h2 { font-size: 38px; }
  .recipe-photo { height: 300px; }
  .featured-photo, .featured-photo img { min-height: 420px; }
  .voice-demo { padding-bottom: 188px; }
  .voice-demo > img { height: 470px; }
  .voice-panel { right: 10px; left: 10px; }
  .voice-panel-head { display: grid; }
  .signup-form > div { grid-template-columns: 1fr; border-radius: 18px; }
  .signup-form input { min-height: 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .modal { padding: 8px; }
  .modal-panel { max-height: calc(100vh - 16px); border-radius: 20px; }
  .recipe-modal-panel > img { height: 260px; }
  .cook-controls { display: grid; grid-template-columns: 1fr 1fr; padding: 16px; }
  .cook-controls .button { padding-inline: 12px; font-size: 13px; }
  .journal-hero { padding: 65px 0 85px; }
  .journal-hero h1 { font-size: 52px; }
  .blog-featured > img { height: 330px; }
  .blog-featured-copy { padding: 30px 24px; }
  .article-hero { padding: 55px 0 155px; }
  .article-hero h1 { font-size: 45px; }
  .article-dek { font-size: 17px; }
  .article-image-shell { margin-top: -110px; }
  .article-hero-image { height: 320px; border-width: 7px; border-radius: 22px; }
  .article-main { padding-top: 42px; }
  .article-body { font-size: 17px; }
  .article-body h2 { font-size: 31px; }
  .pull-quote { padding: 28px 24px; font-size: 25px; }
  .related-card { grid-template-columns: 120px 1fr; }
  .hub-hero-stats { grid-template-columns: 1fr; }
  .hub-visual { padding-bottom: 125px; }
  .hub-visual > img { height: 330px; }
  .hub-visual-card { right: 20px; left: 20px; }
  .hub-visual-card > div { align-items: flex-start; }
  .hub-visual-card button, .hub-visual-card a { width: 100%; margin-left: 0; }
  .hub-card-image { height: 300px; }
  .signup-panel, .contributor-panel { padding: 32px 24px; }
  .hub-signup-form > div { grid-template-columns: 1fr; border-radius: 18px; }
  .hub-signup-form input { min-height: 48px; }
  .checkout-panel { padding: 42px 24px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
