@charset "UTF-8";
:root {
  --paper: #fffdf8;
  --ink: #193c47;
  --muted: #50676d;
  --red: #af3826;
  --line: #d8dfd8;
  --mint: #e5ede4;
  --peach: #f3e4d5;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
button { font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
[hidden] { display: none !important; }
.skip-link { position: absolute; top: -100px; left: 1rem; padding: .8rem 1rem; background: var(--ink); color: white; z-index: 20; }
.skip-link:focus { top: 1rem; }
.site-header, .home-main, .recipe-main, .site-footer { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 108px; border-bottom: 1px solid var(--ink); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-family: var(--serif); font-weight: bold; font-size: 1.85rem; letter-spacing: -.06em; }
.brand-mark { width: 30px; height: 39px; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-accent { font-style: italic; font-weight: normal; }
.brand-dot { color: var(--red); }
.languages { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 100px; }
.languages a { display: grid; place-items: center; min-width: 48px; min-height: 36px; border-radius: 100px; font-size: .875rem; font-weight: 600; text-decoration: none; }
.languages [aria-current] { background: var(--ink); color: var(--paper); }
.languages a:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.intro { padding: 63px 0 47px; }
.eyebrow { font-size: .78rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; line-height: 1.6; }
.eyebrow > span { margin: 0 .55rem; color: var(--red); }
.intro h1 { font-family: var(--serif); font-weight: normal; font-size: clamp(2.8rem, 5.4vw, 4.7rem); line-height: 1.06; letter-spacing: -.052em; margin: 1.05rem 0; }
.intro-text { color: var(--muted); font-size: 1.1rem; margin: 0; line-height: 1.6; }
.recipe-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; padding-bottom: 66px; }
.recipe-card { display: flex; flex-direction: column; position: relative; min-height: 298px; padding: 28px 32px; background: var(--mint); border: 1px solid transparent; border-radius: 3px 3px 26px 3px; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.recipe-card:nth-child(even) { background: var(--peach); }
.recipe-card:hover { transform: translateY(-4px); border-color: var(--ink); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.card-symbol { font-family: var(--serif); color: var(--red); font-size: 2.5rem; line-height: 1; }
.recipe-card h2 { font-family: var(--serif); font-weight: normal; font-size: clamp(2rem, 3vw, 2.8rem); letter-spacing: -.045em; line-height: 1.1; margin: 29px 0 14px; }
.recipe-card p { color: #3a565c; font-size: 1rem; line-height: 1.6; max-width: 32em; margin: 0 0 32px; }
.card-link { margin-top: auto; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #193c4733; padding-top: 16px; font-weight: 600; font-size: .92rem; }
.card-link span { font-size: 1.4rem; font-weight: 400; }
.site-footer { display: flex; align-items: center; gap: 24px; border-top: 1px solid var(--ink); padding-block: 26px 35px; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.site-footer > a { font-family: var(--serif); color: var(--ink); font-weight: bold; font-size: 1.1rem; text-decoration: none; }
.footer-mark { margin-left: auto; font-size: 1.4rem; color: var(--red); }
.recipe-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0 0; }
.back-link { display: inline-flex; align-items: center; gap: .7rem; font-size: .9rem; text-decoration: none; padding: .6rem 0; }
.back-link:hover { text-decoration: underline; }
.print-button { border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--ink); padding: .65rem .9rem; font-size: .875rem; cursor: pointer; }
.print-button:hover { background: var(--mint); }
.print-button span { margin-left: .6rem; }
.recipe-heading { padding: 34px 0 28px; }
.recipe-heading h1 { font-family: var(--serif); font-size: clamp(2.6rem, 5.1vw, 4.45rem); letter-spacing: -.05em; font-weight: normal; line-height: 1.06; margin: 13px 0 18px; }
.recipe-intro { font-size: 1.08rem; color: var(--muted); line-height: 1.65; margin: 0; }
.recipe-jumps { display: flex; gap: 1.5rem; border-top: 1px solid var(--line); padding: 17px 0 30px; font-size: .9rem; }
.recipe-jumps a { text-decoration: none; }
.recipe-jumps a:hover { text-decoration: underline; }
.recipe-jumps span { margin-left: .7rem; color: var(--red); }
.recipe-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); align-items: start; gap: 70px; }
.ingredients { background: var(--mint); border-radius: 3px 3px 22px 3px; padding: 28px 28px 32px; scroll-margin-top: 1rem; }
.panel-decoration { display: block; font-size: 1.7rem; color: var(--red); line-height: 1; margin-bottom: 23px; }
.ingredient-group + .ingredient-group { border-top: 1px solid #193c4733; padding-top: 22px; margin-top: 25px; }
.ingredient-group h2 { font-family: var(--serif); font-weight: normal; font-size: 1.55rem; line-height: 1.2; letter-spacing: -.025em; margin: 0 0 20px; }
.ingredient-group ul { margin: 0; padding: 0; list-style: none; }
.ingredient-group li { font-size: 1rem; line-height: 1.65; padding: 9px 0; border-bottom: 1px solid #193c4719; overflow-wrap: anywhere; }
.ingredient-group li:first-child { padding-top: 0; }
.ingredient-group li:last-child { border: 0; padding-bottom: 0; }
.ingredient-group strong { font-weight: 600; }
.ingredient-note { font-size: .93rem; line-height: 1.6; }
.method { scroll-margin-top: 1rem; padding-top: 2px; }
.method > .eyebrow { margin: 0 0 9px; color: var(--muted); }
.method > h2 { font-family: var(--serif); font-size: 2.45rem; letter-spacing: -.04em; font-weight: normal; margin: 0 0 28px; }
.accent-dot { color: var(--red); }
.method ol { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.method li { counter-increment: steps; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 17px; border-bottom: 1px solid var(--line); padding: 0 0 25px; margin-bottom: 24px; }
.method li::before { content: counter(steps, decimal-leading-zero); font-family: var(--serif); font-size: 1.3rem; color: var(--red); line-height: 1.6; }
.method li > div { font-size: 1.06rem; line-height: 1.8; overflow-wrap: anywhere; }
.method li > div > strong:first-child { display: block; font-family: var(--serif); font-size: 1.4rem; font-weight: normal; line-height: 1.4; margin-bottom: 7px; }
.method li:last-child { border-bottom: 0; margin-bottom: 0; }
.next-recipe { margin: 45px 0 60px; border-top: 1px solid var(--ink); padding-top: 23px; }
.next-recipe > span { display: block; margin-bottom: 10px; color: var(--muted); }
.next-recipe > a { display: flex; justify-content: space-between; gap: 20px; font-family: var(--serif); font-size: 1.9rem; letter-spacing: -.035em; text-decoration: none; }
.next-recipe > a:hover { color: var(--red); }
@media (min-width: 1000px) {
  .home-main { min-height: calc(100svh - 208px); }
}
@media (max-width: 850px) {
  .site-header, .home-main, .recipe-main, .site-footer { width: calc(100% - 48px); }
  .recipe-layout { grid-template-columns: 280px minmax(0, 1fr); gap: 32px; }
  .ingredients { padding: 24px; }
  .recipe-card { padding: 25px; }
}
@media (max-width: 650px) {
  .site-header, .home-main, .recipe-main, .site-footer { width: calc(100% - 36px); }
  .site-header { min-height: 85px; }
  .brand { font-size: 1.45rem; gap: .45rem; }
  .brand-mark { width: 21px; height: 31px; }
  .languages { padding: 3px; }
  .languages a { min-width: 40px; min-height: 36px; font-size: .8rem; }
  .intro { padding: 43px 0 33px; }
  .intro h1 { font-size: 3.1rem; max-width: 8em; }
  .intro-text { font-size: 1rem; }
  .recipe-grid { grid-template-columns: 1fr; gap: 18px; padding-bottom: 42px; }
  .recipe-card { min-height: 265px; }
  .recipe-card h2 { font-size: 2.25rem; margin-top: 21px; }
  .recipe-card p { margin-bottom: 25px; }
  .site-footer { flex-wrap: wrap; gap: 7px 20px; padding-block: 22px; }
  .site-footer > span:not(.footer-mark) { order: 3; width: 100%; }
  .recipe-toolbar { padding-top: 18px; gap: 10px; }
  .print-button { padding: .65rem; font-size: .8rem; }
  .print-button span { display: none; }
  .recipe-heading { padding-top: 28px; }
  .recipe-heading h1 { font-size: 2.9rem; }
  .recipe-intro { font-size: 1rem; }
  .recipe-layout { grid-template-columns: 1fr; gap: 40px; }
  .ingredients { padding: 26px; }
  .method li { gap: 12px; grid-template-columns: 30px minmax(0, 1fr); }
  .method li > div { font-size: 1rem; }
  .next-recipe { margin-bottom: 38px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
@media print {
  :root { color: #111; background: white; font-size: 11pt; }
  @page { margin: 16mm; }
  .site-header, .site-footer, .recipe-toolbar, .recipe-jumps, .next-recipe, .skip-link, .panel-decoration, .method > .eyebrow, .recipe-heading > .eyebrow { display: none !important; }
  .recipe-main { width: 100%; margin: 0; }
  .recipe-heading { padding: 0 0 15pt; }
  .recipe-heading h1 { font-size: 28pt; margin: 0 0 8pt; }
  .recipe-intro { color: #333; font-size: 11pt; }
  .recipe-layout { display: block; }
  .ingredients { background: white; padding: 0 0 18pt; border-bottom: 1px solid #999; margin-bottom: 18pt; border-radius: 0; }
  .ingredient-group h2 { font-size: 16pt; margin-bottom: 9pt; }
  .ingredient-group li { border: 0; font-size: 11pt; padding: 2pt 0; }
  .ingredient-group + .ingredient-group { border: 0; padding-top: 0; margin-top: 13pt; }
  .method > h2 { font-size: 20pt; margin-bottom: 15pt; }
  .method li { break-inside: avoid; margin-bottom: 10pt; padding-bottom: 10pt; }
  .method li::before { color: #333; }
  .method li > div { font-size: 11pt; line-height: 1.6; }
  .method li > div > strong:first-child { font-size: 13pt; }
  h1, h2 { break-after: avoid; }
}
