@font-face { font-family: "Inter"; src: url("/fonts/inter-latin-wght-normal.woff2") format("woff2-variations"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Fraunces"; src: url("/fonts/fraunces-latin-wght-normal.woff2") format("woff2-variations"); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
  --cream-50: #fff8f1;
  --cream-100: #fff3e6;
  --ink: #253126;
  --muted: #66705f;
  --terracotta: #b84a30;
  --terracotta-dark: #a9432d;
  --gold: #f4a261;
  --sage: #7a8f6a;
  --border: #e7ded3;
  --white: #fff;
  --shadow: 0 18px 48px rgba(37, 49, 38, 0.08);
  --shell: min(1200px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; background: var(--ink); color: white; padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.shell { width: var(--shell); margin-inline: auto; }
.eyebrow { color: var(--terracotta-dark); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .76rem; }
.eyebrow.on-dark { color: var(--gold); }
.muted { color: var(--muted); }
.visually-hidden { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }

h1, h2, h3, .brand-type {
  font-family: Fraunces, Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.75rem, 6vw, 5.75rem); margin: 0; }
h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); margin: 0 0 18px; }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); margin: 0; }
p { margin: 0 0 1.1em; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,248,241,.94); border-bottom: 1px solid rgba(231,222,211,.9); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 174px; height: auto; }
.primary-nav { display: flex; justify-content: center; gap: clamp(14px, 2.4vw, 30px); }
.primary-nav a, .footer-links a { text-decoration: none; font-size: .92rem; font-weight: 650; }
.primary-nav a:hover, .footer-links a:hover { color: var(--terracotta-dark); }
.header-actions { display: flex; gap: 8px; }
.icon-button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--border); background: var(--white); display: inline-grid; place-items: center; cursor: pointer; }
.menu-button { display: none; }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

.mobile-panel { position: fixed; inset: 0; z-index: 200; display: none; }
.mobile-panel[data-open="true"] { display: block; }
.panel-backdrop { position: absolute; inset: 0; background: rgba(23,31,24,.5); border: 0; width: 100%; }
.panel-card { position: absolute; inset: 0 0 0 auto; width: min(88vw, 390px); background: var(--cream-50); padding: 24px; box-shadow: var(--shadow); }
.panel-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 38px; }
.panel-nav { display: grid; }
.panel-nav a { padding: 16px 0; border-bottom: 1px solid var(--border); font-family: Fraunces, Georgia, serif; font-weight: 700; font-size: 1.4rem; text-decoration: none; }

.search-modal { border: 0; padding: 0; border-radius: 18px; width: min(680px, calc(100% - 32px)); color: var(--ink); background: var(--cream-50); box-shadow: var(--shadow); }
.search-modal::backdrop { background: rgba(23,31,24,.6); backdrop-filter: blur(4px); }
.search-box { padding: 30px; }
.search-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.search-head h2 { font-size: 2rem; margin: 0; }
.search-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.search-form input { min-width: 0; height: 52px; border: 1px solid var(--border); border-radius: 10px; background: white; padding: 0 16px; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border-radius: 10px; border: 1px solid transparent; background: var(--terracotta); color: #fff; text-decoration: none; font-weight: 750; cursor: pointer; }
.button:hover { background: var(--terracotta-dark); }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--border); }
.button.secondary:hover { background: var(--cream-100); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; }

.hero { overflow: clip; padding: clamp(56px, 8vw, 112px) 0 80px; background: radial-gradient(circle at 82% 18%, rgba(244,162,97,.26), transparent 31%), linear-gradient(145deg, var(--cream-50), var(--cream-100)); border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(32px, 6vw, 84px); align-items: center; }
.hero-copy p { max-width: 620px; font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--muted); margin: 24px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.hero-collage { position: relative; min-height: 560px; }
.hero-photo { position: absolute; overflow: hidden; border: 8px solid rgba(255,255,255,.9); background: var(--cream-100); box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo.one { inset: 2% 2% 16% 18%; border-radius: 96px 18px 96px 18px; transform: rotate(2deg); }
.hero-photo.two { width: 48%; height: 38%; left: 0; bottom: 0; border-radius: 18px 80px 18px 80px; transform: rotate(-4deg); }
.hero-photo.three { width: 37%; height: 34%; right: -2%; bottom: -2%; border-radius: 64px 18px 64px 18px; transform: rotate(5deg); }

.section { padding: clamp(64px, 8vw, 104px) 0; }
.section.alt { background: var(--cream-100); border-block: 1px solid var(--border); }
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 32px; }
.section-heading p { max-width: 520px; color: var(--muted); margin: 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.cards.four { grid-template-columns: repeat(4, 1fr); gap: 22px; }
.recipe-card { min-width: 0; background: var(--white); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.recipe-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.recipe-card > a { display: block; text-decoration: none; }
.card-image { aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(135deg, var(--cream-100), #eed4be); }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.recipe-card:hover img { transform: scale(1.03); }
.card-copy { padding: 20px 20px 22px; }
.chip { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 11px; border: 1px solid var(--border); border-radius: 999px; color: var(--terracotta-dark); background: var(--cream-50); text-transform: uppercase; letter-spacing: .08em; font-size: .7rem; font-weight: 800; }
.card-copy h3 { margin: 12px 0 10px; }
.card-copy p { color: var(--muted); font-size: .92rem; line-height: 1.55; margin: 0; }

.about-band { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(34px, 7vw, 96px); background: var(--ink); color: white; border-radius: 18px; padding: clamp(34px, 7vw, 72px); }
.about-band p { color: #dbe1d8; }
.about-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.about-links .button.secondary { color: white; border-color: rgba(255,255,255,.25); }

.page-hero { padding: 72px 0 52px; border-bottom: 1px solid var(--border); background: var(--cream-100); }
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.6rem); max-width: 920px; }
.page-hero p { max-width: 720px; margin: 18px 0 0; color: var(--muted); font-size: 1.1rem; }
.category-intro { max-width: 780px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }

.recipe-shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: var(--muted); font-size: .88rem; margin-bottom: 26px; }
.breadcrumbs a { text-decoration: none; }
.recipe-head { padding: 52px 0 34px; }
.recipe-head h1 { max-width: 980px; font-size: clamp(2.7rem, 5.8vw, 5rem); }
.recipe-deck { max-width: 760px; color: var(--muted); font-size: 1.15rem; margin-top: 20px; }
.meta-row { display: flex; flex-wrap: wrap; gap: 0; border-block: 1px solid var(--border); margin-top: 30px; }
.meta-stat { min-width: 120px; padding: 17px 24px 17px 0; margin-right: 24px; }
.meta-stat span { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.meta-stat strong { font-size: .98rem; }
.recipe-hero { border-radius: 18px; overflow: hidden; background: var(--cream-100); }
.recipe-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.action-row { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px 0 0; }
.action-row .button { background: white; color: var(--ink); border-color: var(--border); }
.action-row .button.primary { background: var(--terracotta); color: white; }
.action-row .button.saved { background: var(--sage); color: white; }

.article-layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(220px, 1fr); gap: 72px; align-items: start; padding: 54px 0 92px; }
.article-content { min-width: 0; }
.article-content > p:first-child { font-size: 1.14rem; }
.article-content h2 { margin-top: 54px; font-size: clamp(1.9rem, 3vw, 2.55rem); }
.article-content h3 { margin-top: 34px; }
.article-content ul, .article-content ol { padding-left: 1.25rem; }
.article-content li { margin-bottom: .72rem; }
.article-content a { color: var(--terracotta-dark); }
.prose-image { margin: 42px 0; border-radius: 18px; overflow: hidden; background: var(--cream-100); }
.prose-image img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.step-list { counter-reset: recipe-step; display: grid; gap: 14px; padding: 0; list-style: none; }
.step-block { counter-increment: recipe-step; display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px; background: white; border: 1px solid var(--border); border-radius: 10px; scroll-margin-top: 110px; }
.step-number { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--cream-100); color: var(--terracotta-dark); font-family: Fraunces, Georgia, serif; font-weight: 700; font-size: 1.2rem; }
.step-number::before { content: counter(recipe-step); }
.ingredient-list { list-style: none; padding: 0!important; }
.ingredient-row { display: grid; grid-template-columns: 24px 1fr; gap: 12px; padding: 12px 0; margin: 0!important; border-bottom: 1px solid var(--border); }
.ingredient-row input { width: 20px; height: 20px; margin: 4px 0 0; accent-color: var(--terracotta); }
.ingredient-row label { cursor: pointer; }
.ingredient-row input:checked + label { color: var(--muted); text-decoration: line-through; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: white; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.faq-item summary { min-height: 52px; display: flex; justify-content: space-between; gap: 16px; align-items: center; cursor: pointer; font-weight: 750; padding: 15px 18px; }
.faq-item summary::after { content: "+"; color: var(--terracotta-dark); font-size: 1.4rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 18px 18px; color: var(--muted); margin: 0; }
.recipe-card-box { margin-top: 56px; padding: clamp(24px, 5vw, 48px); background: white; border: 2px solid var(--ink); border-radius: 18px; scroll-margin-top: 100px; }
.recipe-card-box header { border-bottom: 1px solid var(--border); padding-bottom: 24px; margin-bottom: 24px; }
.recipe-card-box h2 { margin: 0 0 12px; }
.recipe-card-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; }
.recipe-card-box h3 { margin: 0 0 14px; }
.author-box { margin-top: 52px; display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--border); border-radius: 10px; background: var(--cream-100); }
.author-mark { width: 54px; height: 54px; border-radius: 50%; background: var(--terracotta); color: white; display: grid; place-items: center; font-family: Fraunces, Georgia, serif; font-size: 1.25rem; font-weight: 700; }
.side-rail { position: sticky; top: 112px; padding: 24px; border-left: 1px solid var(--border); }
.side-rail h2 { font-size: 1.35rem; }
.side-rail a { display: block; padding: 8px 0; text-decoration: none; color: var(--muted); font-size: .92rem; }
.side-rail a:hover { color: var(--terracotta-dark); }

.trust-page { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 66px 0 100px; }
.trust-page h1 { font-size: clamp(2.7rem, 5vw, 4.4rem); }
.trust-page h2 { margin-top: 48px; font-size: 2rem; }
.contact-card { margin-top: 34px; padding: 28px; border: 1px solid var(--border); border-radius: 18px; background: white; }

.search-page { min-height: 60vh; }
.search-page-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; max-width: 720px; margin: 30px 0; }
.search-page-form input { min-width: 0; height: 54px; border: 1px solid var(--border); border-radius: 10px; padding: 0 16px; background: white; }
.search-results { display: grid; gap: 12px; }
.search-result { display: block; background: white; border: 1px solid var(--border); border-radius: 10px; padding: 18px; text-decoration: none; }
.search-result strong { font-family: Fraunces, Georgia, serif; font-size: 1.25rem; }
.search-result span { display: block; color: var(--muted); }

.not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { font-size: clamp(5rem, 14vw, 10rem); color: var(--terracotta); }

.site-footer { background: var(--ink); color: white; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 52px; }
.footer-brand img { width: 180px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 400px; margin-top: 16px; color: #dbe1d8; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links h2 { font-family: Inter, sans-serif; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 36px; margin-top: 44px; border-top: 1px solid rgba(255,255,255,.15); color: #c8d0c6; font-size: .82rem; }

@media (max-width: 980px) {
  .primary-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: inline-grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 740px; }
  .hero-collage { min-height: 520px; }
  .cards.four { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .side-rail { display: none; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1200px); }
  .header-inner { min-height: 70px; }
  .brand img { width: 146px; }
  .hero { padding-top: 48px; }
  .hero-collage { min-height: 390px; }
  .cards, .cards.four { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 10px; }
  .about-band { grid-template-columns: 1fr; }
  .recipe-shell { width: min(100% - 28px, 1200px); }
  .meta-stat { min-width: 50%; margin: 0; padding-right: 12px; }
  .article-layout { padding-top: 38px; }
  .recipe-card-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .search-form, .search-page-form { grid-template-columns: 1fr; }
}

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

@media print {
  .site-header, .site-footer, .breadcrumbs, .action-row, .side-rail, .related-section, .author-box, .page-hero { display: none!important; }
  body { background: white; color: black; font-size: 11pt; }
  .recipe-shell, .article-layout, .article-content { width: 100%; max-width: none; display: block; padding: 0; }
  .recipe-head { padding: 0 0 12pt; }
  .recipe-head h1 { font-size: 28pt; }
  .recipe-hero, .prose-image, .faq-list { display: none; }
  .ingredient-row input { appearance: none; border: 1px solid #555; }
  .ingredient-row input:checked + label { text-decoration: none; color: black; }
  .recipe-card-box { border: 1px solid #333; margin-top: 20pt; padding: 18pt; break-inside: avoid; }
  a { text-decoration: none; }
}
