:root {
  --paper: #fbfbfe;
  --ink: #243854;
  --muted: #53627a;
  --blue: #476aad;
  --purple: #7363a8;
  --line: #dfe4ee;
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, .wordmark, .fact h3, .favourite-intro { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h2 { font-size: clamp(1.85rem, 3vw, 2.5rem); line-height: 1.2; letter-spacing: -.035em; }
h3 { font-size: 1.2rem; line-height: 1.3; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 3px; }
.wrap { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; top: 8px; left: 12px; transform: translateY(-150%); padding: 8px 16px; z-index: 10; background: white; }
.skip-link:focus { transform: none; }
.site-header { display: flex; justify-content: space-between; align-items: center; min-height: 103px; border-bottom: 1px solid var(--line); gap: 24px; }
.wordmark { font-size: 2rem; font-weight: 700; line-height: 1; white-space: nowrap; }
.wordmark > span:first-child { margin-left: 4px; color: var(--purple); font-size: 1.1rem; vertical-align: top; }
.wordmark-note { display: block; margin-top: 9px; font: .75rem/1.2 "Segoe UI", Arial, sans-serif; color: var(--muted); letter-spacing: .035em; }
nav { display: flex; gap: 30px; font-size: .9rem; font-weight: 500; }
nav a { padding-block: 12px; }
nav a:hover, .text-link:hover { color: var(--purple); }
nav a:last-child span { color: var(--purple); margin-left: 5px; }
.hero { display: grid; grid-template-columns: 1fr 1.13fr; align-items: center; gap: 24px; padding-block: 60px 68px; }
.eyebrow { font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 650; color: var(--purple); line-height: 1.7; margin-bottom: 15px; }
.eyebrow > span { font-size: 1rem; margin-right: 5px; }
h1 { font-size: clamp(2.9rem, 5.2vw, 4.25rem); line-height: 1.07; letter-spacing: -.05em; }
h1 > span:first-of-type { color: var(--blue); font-style: italic; }
.heading-star { display: inline-block; font-size: 2.8rem; color: #9980c3; margin-left: 22px; vertical-align: 8px; }
.hero-tagline { font-size: 1.04rem; font-weight: 600; margin-top: 24px; max-width: 390px; }
.hero-description { color: var(--muted); max-width: 355px; margin-top: 10px; font-size: .95rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 21px; border: 1px solid var(--ink); background: var(--ink); color: white; border-radius: 8px; padding: 12px 20px; font-size: .875rem; font-weight: 600; cursor: pointer; transition: background .2s, transform .2s; }
.hero .button { margin-top: 27px; }
.button:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.hero-art { position: relative; padding-bottom: 22px; }
.hero-art img { aspect-ratio: 3/2; object-fit: cover; border-radius: 46% 46% 30% 30% / 42% 42% 29% 29%; background: #e7eff9; }
.art-note { display: block; position: relative; width: max-content; max-width: 95%; margin: -14px auto 0; padding: 9px 17px; background: #fffefa; border: 1px solid #e4dfed; border-radius: 6px; transform: rotate(-4deg); font-size: .82rem; box-shadow: 0 4px 14px #31426109; }
.art-note span { color: var(--purple); margin-left: 9px; }
.baking-section { padding-bottom: 76px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.section-heading .eyebrow { margin-bottom: 7px; }
.heading-doodle { color: #8574ad; font: 3rem Georgia, serif; transform: rotate(14deg); margin-right: 14px; }
.baking-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bake-card { border: 1px solid #e6e4ee; border-radius: var(--radius); padding: 24px 14px 25px; text-align: center; }
.cookie { background: #f5f0e9; }.cupcake { background: #f0edf9; }.cake { background: #eaf2f9; }.brownie { background: #f5edef; }
.bake-icon { display: block; font-size: 2.6rem; line-height: 1.45; margin-bottom: 11px; }
.bake-card h3 { font-family: Georgia, serif; font-size: 1.38rem; font-weight: 400; }
.bake-card p { margin-top: 8px; font-size: .875rem; color: var(--muted); line-height: 1.6; }
.favourite { display: grid; grid-template-columns: 1.04fr 1fr; background: #efedf8; border: 1px solid #e2deef; border-radius: var(--radius); overflow: hidden; }
.favourite-photo { position: relative; min-height: 365px; }
.favourite-photo img { height: 100%; object-fit: cover; }
.photo-sticker { position: absolute; left: 22px; bottom: 24px; color: #564b71; background: #fffdf4; padding: 9px 16px; transform: rotate(-5deg); font: italic 1rem Georgia, serif; box-shadow: 0 2px 10px #362b3f13; }
.photo-sticker span { margin-left: 8px; }
.favourite-copy { padding: 42px 45px; }
.favourite-copy .eyebrow { margin-bottom: 12px; }
.favourite-copy h2 { font-size: 3rem; }
.favourite-copy h2 span { color: var(--purple); }
.favourite-intro { font-size: 1.5rem; line-height: 1.35; margin-top: 15px; font-style: italic; }
.favourite-copy > p:not([class]) { color: var(--muted); margin-top: 16px; font-size: .95rem; }
.text-link { display: inline-flex; align-items: center; gap: 30px; border-bottom: 1px solid #a4abc1; margin-top: 23px; padding-bottom: 4px; font-size: .9rem; font-weight: 600; }
.recipe-section { padding-top: 78px; }
.recipe-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 28px; }
.recipe-heading .eyebrow { margin-bottom: 7px; }
.recipe-heading > div > p:last-child { color: var(--muted); font-size: .95rem; margin-top: 12px; }
.button-outline { color: var(--ink); border-color: #c7cfdf; background: transparent; white-space: nowrap; gap: 9px; }
.button-outline:hover { color: white; }
[hidden] { display: none !important; }
.recipe-card { border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; box-shadow: 0 5px 24px #29375203; }
.recipe-meta { background: #edf3fa; display: flex; align-items: center; gap: 30px; padding: 17px 34px; border-bottom: 1px solid var(--line); font-size: .875rem; }
.recipe-meta > span { display: flex; align-items: center; gap: 8px; }
.recipe-meta > span > span { font-size: 1.15rem; color: var(--blue); }
.recipe-columns { display: grid; grid-template-columns: .8fr 1.4fr; padding: 33px 36px; gap: 38px; }
.recipe-columns h3 { font: 1.55rem Georgia, serif; margin-bottom: 22px; }
.ingredients { border-right: 1px solid var(--line); padding-right: 32px; }
.ingredients ul { padding: 0; margin: 0; list-style: none; }
.ingredients li { padding-block: 10px; border-bottom: 1px dashed var(--line); font-size: .95rem; }
.ingredients li:first-child { padding-top: 0; }
.ingredients li span { font-size: .85rem; color: var(--muted); }
.ingredient-note { padding-top: 26px; color: var(--purple); font: italic 1rem/1.5 Georgia, serif; }
.ingredient-note > span { float: left; font-size: 2rem; margin-right: 12px; }
.method ol { list-style: none; counter-reset: steps; margin: 0; padding: 0; }
.method li { position: relative; counter-increment: steps; padding-left: 39px; margin-bottom: 17px; font-size: .95rem; color: #44546a; line-height: 1.65; }
.method li:last-child { margin-bottom: 0; }
.method li::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 1px; font-size: .8rem; color: var(--purple); font-weight: 650; }
.storage-note { border-top: 1px solid var(--line); background: #fcfbfe; padding: 15px 36px; color: var(--muted); font-size: .875rem; }
.storage-note span { color: var(--purple); margin-right: 9px; }
.no-js-note { font-size: .875rem; margin-top: 12px; }
.fun-section { padding-block: 69px 63px; text-align: center; }
.fun-section .eyebrow { margin-bottom: 7px; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.fact { padding: 22px 16px; border: 1px solid var(--line); border-radius: 16px; background: #f4f5fb; }
.fact > span { font-size: 1.7rem; line-height: 1.5; color: var(--purple); }
.fact > p { font-size: .875rem; color: var(--muted); margin: 7px 0 2px; }
.fact h3 { font-size: 1.75rem; }
.site-footer { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; padding-block: 27px 31px; font-size: .8rem; gap: 20px; }
.site-footer a { font-weight: 600; }.site-footer a span { color: var(--purple); margin-left: 10px; }.site-footer p { color: var(--muted); }
@media (max-width: 900px) {
  .wrap { width: calc(100% - 48px); }
  .hero { grid-template-columns: 1fr 1fr; gap: 10px; }
  h1 { font-size: 3.15rem; }
  .hero-tagline { font-size: .95rem; }
  nav { gap: 20px; }
  .baking-grid { gap: 12px; }
  .bake-card p br { display: none; }
  .favourite-copy { padding: 30px; }
  .recipe-heading { align-items: flex-start; }
  .recipe-columns { grid-template-columns: .85fr 1.2fr; gap: 26px; padding: 28px; }
  .ingredients { padding-right: 22px; }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 36px); }
  .site-header { padding-block: 19px 10px; min-height: auto; display: block; }
  .wordmark { font-size: 1.4rem; }
  .wordmark-note { display: inline; font-size: .7rem; margin-left: 9px; }
  nav { justify-content: space-between; gap: 10px; margin-top: 13px; font-size: .875rem; }
  nav a { padding-block: 9px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; padding-block: 34px 39px; gap: 29px; }
  h1 { font-size: clamp(2.8rem, 10.8vw, 3.8rem); }
  .hero-copy { padding-inline: 7px; }
  .hero .eyebrow { font-size: .68rem; letter-spacing: .12em; }
  .hero-tagline { font-size: 1rem; margin-top: 20px; }
  .hero-description { max-width: 100%; }
  .hero .button { margin-top: 21px; }
  .hero-art { width: 100%; max-width: 460px; align-self: center; padding-bottom: 10px; }
  .hero-art img { border-radius: 36% 36% 24% 24%; }
  .baking-section { padding-bottom: 40px; }
  .section-heading { margin-bottom: 20px; }
  .eyebrow { font-size: .68rem; }
  .heading-doodle { font-size: 2.2rem; margin-right: 0; }
  .baking-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .bake-card { padding: 19px 12px 22px; border-radius: 17px; }
  .bake-card p { font-size: .875rem; }.bake-card h3 { font-size: 1.25rem; }
  .bake-icon { font-size: 2.3rem; margin-bottom: 8px; }
  .favourite { display: block; }
  .favourite-photo { min-height: 0; }
  .favourite-photo img { aspect-ratio: 4/3; }
  .favourite-copy { padding: 29px 25px 32px; }
  .favourite-copy h2 { font-size: 2.6rem; }
  .favourite-intro br { display: none; }
  .recipe-section { padding-top: 43px; }
  .recipe-heading { display: block; margin-bottom: 20px; }
  .recipe-heading h2 { max-width: 340px; }
  .print-button { margin-top: 19px; }
  .recipe-meta { gap: 6px 20px; padding: 16px 22px; flex-wrap: wrap; }
  .recipe-columns { display: block; padding: 25px 22px; }
  .ingredients { border: 0; padding: 0 0 26px; margin-bottom: 27px; border-bottom: 1px solid var(--line); }
  .ingredient-note { padding-top: 20px; }
  .method li { padding-left: 32px; }
  .storage-note { padding: 16px 22px; }
  .fun-section { padding-block: 42px; }
  .facts-grid { gap: 9px; margin-top: 23px; }
  .fact { padding: 17px 6px; border-radius: 12px; }
  .fact > p { font-size: .875rem; line-height: 1.4; min-height: 2.8em; }
  .fact h3 { font-size: 1.25rem; letter-spacing: -.035em; }
  .site-footer { flex-direction: column; gap: 7px; padding-block: 24px; text-align: center; }
}

/* The recipe collection extends the same colour and type system. */
html { scrollbar-gutter: stable; }
.wordmark { font-size: 1.65rem; white-space: normal; }
nav { flex-wrap: wrap; gap: 20px; }
nav a, .button { min-height: 44px; }
.favourite-button { margin-top: 24px; }
.recipe-meta { flex-wrap: wrap; gap: 8px 25px; }
.collection-section { padding-top: 72px; }
.section-intro { color: var(--muted); margin-top: 12px; }
.recipe-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.collection-card { display: flex; flex-direction: column; overflow: hidden; min-width: 0; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 4px 18px #24385404; transition: box-shadow .2s, border-color .2s; }
.collection-card:hover { border-color: #afa2d0; box-shadow: 0 6px 22px #2438540a; }
.recipe-art { display: flex; align-items: center; justify-content: center; gap: 17px; aspect-ratio: 8/5; overflow: hidden; }
.recipe-art.cocoa { background: #f2e8e5; color: #805f57; }
.recipe-art.lilac { background: #ede8f8; color: #8c73b8; }
.recipe-art.cream { background: #f7efdb; color: #987747; }
.recipe-art.sky { background: #e6eff9; color: #6f8bbb; }
.recipe-art-icon { font-size: 3.5rem; line-height: 1.25; transform: rotate(-8deg); }
.recipe-art-star { font-size: 1.1rem; align-self: flex-start; margin-top: 20px; }
.recipe-art-star:last-child { align-self: flex-end; margin: 0 0 20px; font-size: .8rem; }
.recipe-art img { height: 100%; object-fit: cover; }
.collection-copy { padding: 20px 16px 17px; flex: 1; display: flex; flex-direction: column; }
.collection-copy h3 { font: 1.28rem/1.3 Georgia, serif; min-height: 2.6em; margin-bottom: 9px; }
.collection-description { color: var(--muted); font-size: .875rem; line-height: 1.6; margin-bottom: 18px; }
.collection-meta { margin-top: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; color: var(--muted); font-size: .875rem; line-height: 1.4; padding-bottom: 17px; }
.difficulty { color: #58648b; background: #f0f2f9; border-radius: 4px; padding: 2px 7px; }
.view-recipe { width: 100%; padding-inline: 10px; }
.no-js-note { margin-bottom: 20px; }.no-js-note a { text-decoration: underline; }
.recipe-open { overflow: hidden; }
.recipe-dialog { width: min(920px, calc(100% - 48px)); max-width: none; max-height: calc(100dvh - 64px); padding: 0; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 24px; overscroll-behavior: contain; box-shadow: 0 24px 100px #16243c33; }
.recipe-dialog::backdrop { background: #1d2f4b99; backdrop-filter: blur(4px); }
.dialog-toolbar { position: sticky; top: 0; display: flex; justify-content: space-between; gap: 16px; padding: 15px 24px; border-bottom: 1px solid var(--line); background: #fbfbfe; z-index: 1; }
.close-recipe { gap: 12px; }.close-recipe span { font-size: 1.25rem; line-height: 1; }
.dialog-heading { padding: 28px 36px 25px; }
.dialog-heading h2 { scroll-margin-top: 85px; }
.dialog-heading > p:last-child { margin-top: 13px; color: var(--muted); }
.recipe-dialog .recipe-meta { font-size: .875rem; line-height: 1.6; }
.recipe-dialog .recipe-columns { grid-template-columns: 1fr 1.4fr; }
.recipe-dialog .ingredients li, .recipe-dialog .method li { font-size: 1rem; }
.ingredients ul + h3 { margin-top: 28px; }
.recipe-rest { margin: 15px 36px 0; color: var(--muted); font-size: .875rem; }
#print-recipe { display: none; }
@media (min-width: 641px) and (max-width: 1000px) {
  .site-header { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 18px; gap: 12px; }
}
@media (max-width: 1100px) {
  .recipe-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .recipe-art { aspect-ratio: 2.7; }
  .collection-copy h3 { min-height: 0; }
}
@media (max-width: 640px) {
  .wordmark { font-size: 1.4rem; }
  nav { gap: 0 8px; font-size: .875rem; }
  nav a:last-child span { display: none; }
  .collection-section { padding-top: 44px; }
  .recipe-grid { gap: 14px; }
  .recipe-art { aspect-ratio: 1.6; gap: 12px; }
  .recipe-art-icon { font-size: 3rem; }
  .recipe-art-star { margin-top: 15px; }
  .collection-copy { padding: 17px 13px; }
  .collection-copy h3 { font-size: 1.2rem; }
  .recipe-dialog { width: 100%; max-height: 94dvh; margin: auto 0 0; border-radius: 22px 22px 0 0; border-bottom: 0; }
  .dialog-toolbar { padding: 12px 18px; }
  .recipe-dialog .print-button { margin-top: 0; }
  .dialog-heading { padding: 25px 22px; }
  .recipe-dialog .recipe-columns { display: block; }
  .recipe-rest { margin-inline: 22px; }
}
@media (max-width: 380px) {
  .recipe-grid { grid-template-columns: 1fr; }
  .recipe-art { aspect-ratio: 2.7; }
}
@media (prefers-reduced-motion: reduce) {
  .collection-card { transition: none; }
}
@media print {
  html { scrollbar-gutter: auto; }
  body.recipe-open { overflow: visible !important; }
  body.print-selected > * { display: none !important; }
  body.print-selected > #print-recipe { display: block !important; }
  .recipe-dialog, .dialog-toolbar, .dialog-heading .eyebrow { display: none !important; }
  #print-recipe, #print-recipe * { color: black !important; background: transparent !important; box-shadow: none !important; }
  #print-recipe .dialog-heading { padding: 0 0 10pt; }
  #print-recipe h2 { font-size: 23pt; }
  #print-recipe .dialog-heading > p:last-child { font-size: 10pt; margin-top: 6pt; }
  #print-recipe .recipe-meta { padding: 7pt 0; font-size: 9pt; gap: 5pt 14pt; }
  #print-recipe .recipe-columns { display: grid; grid-template-columns: 1fr 1.65fr; padding: 14pt 0; gap: 21pt; }
  #print-recipe .ingredients { border: 0; border-right: 1px solid #bbb; margin: 0; padding: 0 15pt 0 0; }
  #print-recipe .ingredients li { font-size: 10pt; padding-block: 4pt; }
  #print-recipe .method li { font-size: 10pt; line-height: 1.4; margin-bottom: 7pt; }
  #print-recipe .ingredients ul + h3 { margin-top: 14pt; }
  #print-recipe .recipe-rest { margin: 6pt 0 0; font-size: 9pt; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  @page { margin: 14mm; }
  html, body { background: white !important; color: black !important; font-size: 10pt; }
  body > :not(main), main > :not(.recipe-section), .print-button, .recipe-heading .eyebrow, .ingredient-note, .no-js-note { display: none !important; }
  .recipe-section { width: 100%; margin: 0; padding: 0; }
  .recipe-heading { display: block; margin-bottom: 12pt; }
  .recipe-heading h2 { font-size: 23pt; max-width: none; }
  .recipe-heading > div > p:last-child { font-size: 10pt; margin-top: 6pt; }
  .recipe-card { border: 0; border-radius: 0; box-shadow: none; overflow: visible; }
  .recipe-meta { padding: 7pt 0; gap: 20pt; font-size: 9pt; background: none; border-block: 1px solid #aaa; }
  .recipe-meta > span > span, .storage-note > span { display: none; }
  .recipe-columns { display: grid; grid-template-columns: 1fr 1.65fr; padding: 16pt 0; gap: 21pt; }
  .recipe-columns h3 { margin-bottom: 10pt; font-size: 15pt; }
  .ingredients { padding: 0 15pt 0 0; margin: 0; border: 0; border-right: 1px solid #bbb; }
  .ingredients li { font-size: 10pt; padding-block: 6pt; break-inside: avoid; }
  .ingredients li span { font-size: 9pt; }
  .method li { font-size: 10pt; padding-left: 24pt; line-height: 1.4; margin-bottom: 8pt; break-inside: avoid; }
  .method li::before { font-size: 9pt; }
  .storage-note { padding: 8pt 0; font-size: 10pt; background: none; }
  .recipe-section * { color: black !important; background: transparent !important; }
  h2, h3 { break-after: avoid; }
}

.fifteens-feature { margin-top: 64px; background: #f7f0e3; border-color: #e9dfcb; }
.collection-card .recipe-art { aspect-ratio: 4/3; }
#fifteens-art .recipe-art { height: 100%; min-height: 365px; aspect-ratio: auto; }
#fifteens-art .recipe-art-icon { font-size: 7rem; }
#fifteens-art .recipe-art-star { margin: 55px 15px; font-size: 2rem; }
.featured-labels { display: flex; gap: 10px; margin-top: 20px; font-size: .875rem; }
.fifteens-recipe { padding-top: 30px; }
.inline-print { display: flex; justify-content: flex-end; margin-bottom: 14px; }
@media (max-width: 640px) { .fifteens-feature { margin-top: 40px; } #fifteens-art .recipe-art { min-height: 240px; } .inline-print .print-button { margin-top: 0; } }
@media print { main > .fifteens-recipe { display: none !important; } .inline-print { display: none !important; } }
