/*
Theme Name: Sweetsies
Description: A warm, photo-led baking journal with the original Sweetsies lettering. Designed for Sweetsies Recipe Studio.
Version: 3.0.0
Author: Sweetsies
Text Domain: sweetsies
Requires at least: 6.4
Requires PHP: 8.0
*/

:root {
  --paper: #fcfaf6;
  --white: #fffefa;
  --ink: #3c3331;
  --muted: #766a64;
  --accent: #a35243;
  --accent-hover: #864134;
  --blush: #f3e6df;
  --line: #e2d8cf;
  --sage: #657365;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: 'Fraunces', Georgia, serif;
  --wrap: 1240px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, input[type=submit] { cursor: pointer; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a:hover { color: var(--accent); }
button { color: inherit; }
img { display: block; height: auto; max-width: 100%; }
figure { margin: 0; }
p { margin: 0 0 20px; }
h1, h2, h3, h4 { margin: 0 0 20px; line-height: 1.2; overflow-wrap: break-word; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; }
h3, h4 { font-family: var(--sans); font-weight: 400; letter-spacing: -.022em; }
h2 { font-size: clamp(32px, 3.3vw, 43px); }
::selection { background: #efd4c7; color: #352f2c; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.wrap { width: min(var(--wrap), calc(100% - 100px)); margin-inline: auto; }
.icon { display: inline-block; width: 22px; height: 22px; flex: 0 0 22px; vertical-align: middle; }
.little-flower { width: 34px; height: 34px; flex: 0 0 34px; }
.lettering { height: auto; }
.screen-reader-text, .skip-link:not(:focus) { 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:focus { position: fixed; z-index: 100; left: 16px; top: 16px; padding: 12px 20px; background: var(--white); color: var(--ink); }
.eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.6; text-transform: uppercase; margin: 0 0 19px; color: var(--accent); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 50px; padding: 13px 21px; border: 1px solid var(--accent); border-radius: 3px; background: var(--accent); color: #fffdf9; text-decoration: none; font-size: 13px; font-weight: 400; line-height: 1.4; transition: background .2s ease, border-color .2s ease; }
.button:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: #fff; }
.button .icon { width: 19px; height: 19px; flex-basis: 19px; }
.button-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.button-outline:hover { background: var(--ink); border-color: var(--ink); }
.quiet-link { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; font-size: 13px; line-height: 1.7; padding-bottom: 3px; border-bottom: 1px solid var(--line); }
.quiet-link:hover { border-color: var(--accent); }
.quiet-link .icon { width: 18px; height: 18px; flex-basis: 18px; }
.top-note { background: var(--blush); color: #705347; min-height: 32px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 7px 18px; font-size: 10px; letter-spacing: .055em; line-height: 1.5; }
.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-shell { min-height: 103px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; align-items: center; }
.brand-wrap { justify-self: center; }
.brand { display: block; text-decoration: none; }
.brand img { width: 236px; height: auto; }
.custom-logo-link { display: block; }
.custom-logo { max-width: 236px; max-height: 65px; width: auto; object-fit: contain; }
.nav-list { display: flex; align-items: center; flex-wrap: wrap; column-gap: 26px; row-gap: 8px; list-style: none; padding: 0; margin: 0; }
.nav-list li { position: relative; margin: 0; }
.nav-list a { text-decoration: none; font-size: 13px; font-weight: 400; white-space: nowrap; }
.nav-list a:hover, .nav-list .current-menu-item>a { color: var(--accent); }
.nav-list .sub-menu { display: none; z-index: 20; position: absolute; top: 100%; left: -15px; min-width: 180px; list-style: none; padding: 14px 18px; margin: 0; border: 1px solid var(--line); background: var(--paper); }
.nav-list li:hover>.sub-menu, .nav-list li:focus-within>.sub-menu { display: block; }
.nav-list .sub-menu a { display: block; padding: 5px 0; white-space: normal; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 29px; }
.story-link { font-size: 13px; text-decoration: none; }
.search-trigger { display: inline-flex; align-items: center; justify-content: center; width: 40px; min-height: 44px; text-decoration: none; }
.search-trigger .icon { width: 21px; height: 21px; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: .88fr 1.12fr; gap: 64px; align-items: center; padding-top: 56px; padding-bottom: 56px; }
.hero-copy { padding: 2px 0 18px; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 29px; letter-spacing: .15em; color: var(--muted); font-size: 9px; }
.hero-eyebrow .little-flower { color: #b77b66; width: 30px; height: 30px; flex-basis: 30px; }
.hero h1 { font-size: clamp(43px, 4.5vw, 63px); line-height: 1.16; letter-spacing: -.045em; margin: 0 0 29px; }
.hero-script { display: block; padding-top: 13px; }
.hero-script img { width: min(100%, 402px); margin-left: -3px; }
.hero-deck { max-width: 355px; font-size: 15px; line-height: 1.85; color: var(--muted); margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-secondary-link { margin-top: 20px; font-size: 11px; border-bottom: none; gap: 8px; }
.hero-photos { display: grid; grid-template-columns: 1.72fr 1fr; gap: 24px; align-items: start; }
.hero-main-photo>a { display: block; overflow: hidden; border-radius: 2px; }
.hero-main-photo img { width: 100%; aspect-ratio: .738; object-fit: cover; }
.hero-main-photo figcaption { font-size: 10px; color: var(--muted); margin-top: 10px; letter-spacing: .01em; }
.hero-side { padding-top: 33px; }
.issue-note { margin: 0 0 31px; }
.issue-line { display: block; width: 28px; height: 1px; background: #ad8675; margin-bottom: 14px; }
.issue-note p { font-size: 10px; line-height: 1.7; color: var(--muted); margin: 0; }
.issue-note em { font-family: var(--serif); font-size: 17px; color: var(--ink); font-weight: 400; }
.hero-small-photo img { width: 100%; aspect-ratio: .73; object-fit: cover; border-radius: 2px; }
.hero-small-photo figcaption { color: var(--muted); font-size: 9px; margin-top: 11px; line-height: 1.5; }
.cravings-bar { display: flex; justify-content: space-between; gap: 22px; align-items: center; border-block: 1px solid var(--line); padding: 24px 0; }
.cravings-bar>p { font-family: var(--serif); font-size: 17px; margin: 0; white-space: nowrap; font-weight: 400; letter-spacing: -.03em; }
.craving-links { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 26px; font-size: 11px; color: #675b55; }
.craving-links a { text-decoration: none; }
.all-recipes-link { display: inline-flex; align-items: center; gap: 13px; font-size: 11px; text-decoration: none; white-space: nowrap; }
.all-recipes-link .icon { width: 16px; height: 16px; flex-basis: 16px; }
.section { padding-block: 83px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 32px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { margin: 0; font-size: clamp(31px, 3.1vw, 40px); }
.section-note { color: var(--muted); font-size: 11px; padding-bottom: 4px; }
.recipe-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 36px 23px; }
.recipe-tile-link { text-decoration: none; }
.recipe-tile-photo { position: relative; aspect-ratio: .81; overflow: hidden; background: #ebe4dc; border-radius: 2px; }
.recipe-tile-photo>img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.recipe-tile-link:hover .recipe-tile-photo>img { transform: scale(1.025); }
.tile-topline { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; margin-top: 15px; margin-bottom: 8px; font-size: 10px; font-weight: 400; text-transform: uppercase; letter-spacing: .09em; color: var(--accent); line-height: 1.6; }
.tile-topline .preview-status { text-transform: none; letter-spacing: 0; color: var(--muted); font-size: 10px; font-weight: 400; white-space: nowrap; }
.recipe-tile h3 { font-size: 18px; font-weight: 400; line-height: 1.35; margin: 0; letter-spacing: -.025em; }
.photo-placeholder { height: 100%; display: grid; align-content: center; justify-items: center; gap: 14px; background: #f1e9de; color: #796759; font-family: var(--serif); }
.photo-placeholder .little-flower { width: 55px; height: 55px; }
.empty-message { grid-column: 1/-1; color: var(--muted); padding: 30px 0 10px; border-top: 1px solid var(--line); }
.seasonal-section { background: var(--blush); }
.seasonal-grid { display: grid; grid-template-columns: 1.07fr 1fr; gap: 90px; align-items: center; padding-block: 54px; }
.seasonal-photo img { width: 100%; aspect-ratio: 1.13; object-fit: cover; object-position: 50% 42%; border-radius: 2px; }
.heading-line { display: block; }
.seasonal-copy { max-width: 390px; padding: 10px 0; }
.seasonal-copy h2 { font-size: clamp(37px, 3.9vw, 51px); line-height: 1.16; max-width: 380px; margin-bottom: 23px; }
.seasonal-copy>p:not(.eyebrow) { font-size: 14px; line-height: 1.8; color: #766056; }
.seasonal-copy .coming-note { font-size: 10px !important; margin-top: 24px; margin-bottom: 17px; letter-spacing: .025em; }
.seasonal-copy .quiet-link { border-color: #bd9b8b; }
.about-section { max-width: 1010px; display: grid; grid-template-columns: 330px minmax(0,1fr); align-items: center; gap: 109px; padding-block: 100px; }
.about-photo { width: 100%; padding-inline: 15px; }
.about-photo>img { aspect-ratio: .96; object-fit: cover; border-radius: 2px; }
.about-photo figcaption { display: flex; justify-content: center; margin-top: 18px; }
.about-photo figcaption img { width: 201px; }
.ashley-signature { width: 180px; margin-bottom: 24px; }
.about-copy h2 { font-size: 37px; line-height: 1.24; margin-bottom: 23px; }
.about-copy p { max-width: 418px; font-size: 14px; line-height: 1.85; color: var(--muted); margin-bottom: 18px; }
.about-copy .quiet-link { margin-top: 4px; font-size: 12px; }
.newsletter-section { background: #edf0e8; border-block: 1px solid #dce0d6; }
.newsletter-inner { padding-block: 58px; display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.newsletter-copy { max-width: 520px; }
.newsletter-copy h2 { font-size: 37px; margin-bottom: 15px; }
.newsletter-copy p:last-child { font-size: 13px; color: var(--muted); margin-bottom: 0; }
.newsletter-copy .eyebrow { color: #55674f; margin-bottom: 13px; }
.newsletter-form { justify-self: end; max-width: 100%; }
.newsletter-form input[type=email], .newsletter-form input[type=text] { width: 100%; padding: 13px 14px; border: 1px solid #b2b8ab; background: var(--paper); border-radius: 2px; }
.newsletter-form input[type=submit], .newsletter-form button[type=submit] { min-height: 48px; border: 1px solid var(--accent); border-radius: 3px; padding: 12px 18px; background: var(--accent); color: white; }
.form-note { font-size: 10px; color: var(--muted); margin: 10px 0 0; }
.site-footer { border-top: 1px solid var(--line); padding: 42px 0 21px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-bottom: 31px; }
.footer-identity .brand img { width: 191px; }
.footer-identity p { font-size: 10px; margin: 14px 0 0; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 15px 25px; list-style: none; margin: 0; padding: 0; }
.footer-links a, .social-links a { font-size: 11px; text-decoration: none; }
.social-links { display: flex; gap: 16px; }
.social-links:empty { display: none; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 17px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 9px; }
/* Archive, search, and ordinary WordPress pages. */
.archive-heading { padding-top: 58px; padding-bottom: 36px; text-align: center; max-width: 800px; margin: 0 auto; }
.archive-heading h1 { font-size: clamp(38px, 5vw, 58px); margin-bottom: 17px; }
.archive-heading p:not(.eyebrow) { font-size: 15px; color: var(--muted); max-width: 580px; margin: 0 auto 22px; }
.archive-search { max-width: 580px; margin: 0 auto 26px; }
.recipe-search { display: flex; width: 100%; border: 1px solid #c9bdb2; border-radius: 3px; background: var(--white); }
.recipe-search input { min-width: 0; width: 100%; border: 0; border-radius: 3px; background: transparent; color: var(--ink); padding: 14px 17px; font-size: 14px; }
.recipe-search button { background: none; border: 0; width: 52px; min-height: 51px; display: grid; place-items: center; padding: 0 13px; }
.recipe-search input:focus-visible { outline-offset: -4px; }
.archive-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 24px; border-bottom: 1px solid var(--line); padding: 0 0 25px; margin-bottom: 38px; font-size: 12px; }
.archive-filters a { text-decoration: none; }
.archive-grid { padding-bottom: 72px; }
.pagination { padding: 40px 0 0; text-align: center; }
.page-numbers { display: inline-flex; min-width: 36px; min-height: 40px; align-items: center; justify-content: center; text-decoration: none; font-size: 14px; margin: 0 4px; }
.page-numbers.current { border-bottom: 1px solid var(--accent); color: var(--accent); }
.entry-page { max-width: 850px; padding-block: 64px 82px; }
.entry-page h1 { font-size: clamp(38px,5vw,57px); line-height: 1.2; margin-bottom: 27px; }
.entry-content { overflow-wrap: break-word; }
.entry-content p, .entry-content li { font-size: 16px; line-height: 1.85; }
.entry-content h2 { font-size: 32px; margin: 37px 0 19px; }
.entry-content h3 { font-size: 23px; margin: 29px 0 16px; }
.entry-content a { color: var(--accent); }
.entry-content img { height: auto; }
.entry-content blockquote { border-left: 2px solid #bc8e7a; margin: 30px 0; padding: 8px 24px; color: #73594c; }
.entry-content table { border-collapse: collapse; width: 100%; display: block; overflow-x: auto; }
.entry-content th, .entry-content td { padding: 10px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.alignwide { width: min(1100px,calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .wp-block-image { max-width: 100%; }
.wp-caption-text, figcaption.wp-element-caption { color: var(--muted); font-size: 12px; margin-top: 9px; }
/* Individual recipe layout and Recipe Studio presentation. */
.breadcrumb { padding: 28px 0 0; font-size: 10px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 9px; }
.breadcrumb a { text-decoration: none; }
.recipe-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; padding-block: 42px 58px; }
.recipe-intro.no-photo { display: block; max-width: 820px; margin: 0 auto; }
.recipe-intro h1 { font-size: clamp(36px,4.1vw,55px); line-height: 1.15; }
.recipe-intro .entry-deck { color: var(--muted); font-size: 15px; line-height: 1.85; max-width: 480px; }
.recipe-featured img { width: 100%; aspect-ratio: 1.04; object-fit: cover; border-radius: 2px; }
.recipe-intro-meta { display: flex; flex-wrap: wrap; column-gap: 25px; row-gap: 15px; margin: 27px 0; border-block: 1px solid var(--line); padding: 17px 0; }
.recipe-intro-meta span { font-size: 12px; }
.recipe-intro-meta strong { display: block; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); font-weight: 400; margin-bottom: 3px; }
.recipe-body { max-width: 940px; margin-inline: auto; padding-bottom: 68px; }
.recipe-editorial { max-width: 770px; margin-inline: auto; }
.recipe-body .sw-recipe-card { margin: 42px 0 0; padding: 39px; border: 1px solid #d8c5b7; border-radius: 3px; background: var(--white); color: var(--ink); box-shadow: none; scroll-margin-top: 25px; }
.sw-card-head { display: flex; justify-content: space-between; gap: 24px; align-items: start; }
.sw-card-head h2 { font: 600 35px/1.18 var(--serif); letter-spacing: -.03em; margin: 12px 0 0; }
.sw-label { text-transform: uppercase; letter-spacing: .16em; color: var(--accent); font-size: 9px; font-weight: 700; }
.sw-print { border: 1px solid #9e8b7e; padding: 9px 14px; background: none; border-radius: 2px; color: var(--ink); white-space: nowrap; font: 400 12px/1.4 var(--sans); min-height: 40px; }
.sw-print:hover { background: var(--blush); }
.sw-deck { color: var(--muted); font-size: 15px; line-height: 1.85; margin: 20px 0 0; }
.sw-stats { display: flex; flex-wrap: wrap; gap: 12px 35px; border-block: 1px solid var(--line); padding: 19px 0; margin: 25px 0 30px; }
.sw-stats div { background: none; padding: 0; border-radius: 0; min-width: 85px; }
.sw-stats strong { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 400; margin-bottom: 5px; display: block; }
.sw-stats span { font-size: 13px; color: var(--muted); display: block; }
.sw-recipe-columns { display: grid; grid-template-columns: .88fr 1.12fr; gap: 44px; }
.sw-recipe-columns h3, .sw-notes h3 { font: 600 27px/1.2 var(--serif); margin: 0 0 18px; }
.sw-recipe-columns ul { padding-left: 18px; margin: 0; }
.sw-recipe-columns ol { padding-left: 22px; margin: 0; }
.sw-recipe-columns li { font-size: 14px; line-height: 1.8; margin-bottom: 14px; padding-left: 2px; }
.sw-recipe-columns ol li::marker { font-weight: 700; color: var(--accent); }
.sw-recipe-columns ul.ingredient-checklist { list-style: none; padding: 0; }
.ingredient-checklist label { display: flex; gap: 10px; align-items: start; cursor: pointer; }
.ingredient-checklist input { margin: 5px 0 0; min-width: 15px; width: 15px; height: 15px; accent-color: var(--accent); }
.ingredient-checklist input:checked+span { color: #877c73; text-decoration: line-through; }
.sw-notes { margin-top: 32px; background: #f5ede5; padding: 25px; border-radius: 2px; }
.sw-notes h3 { font-size: 24px; margin-bottom: 12px; }
.sw-notes p { font-size: 14px; line-height: 1.8; margin: 0; }
.post-meta { color: var(--muted); font-size: 12px; margin-bottom: 26px; }
.comments-area { border-top: 1px solid var(--line); padding-top: 36px; margin-top: 45px; }
.comments-area h2 { font-size: 30px; }
.comment-list { list-style: none; padding: 0; }
.comment-body { border-bottom: 1px solid var(--line); padding: 22px 0; }
.comment-metadata { font-size: 11px; color: var(--muted); }
.comment-form label { display: block; font-size: 13px; margin-bottom: 6px; }
.comment-form input:not([type=checkbox]), .comment-form textarea { max-width: 100%; padding: 11px; border: 1px solid #c9bdb2; border-radius: 2px; background: var(--white); }
.comment-form textarea { width: 100%; }
.comment-form input[type=submit] { background: var(--accent); color: white; border: 0; padding: 13px 20px; font-size: 13px; }
.comment-form-cookies-consent { display: flex; gap: 9px; align-items: start; }
.search-dialog { width: min(680px, calc(100vw - 38px)); padding: 32px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--ink); }
.search-dialog::backdrop { background: rgba(40,29,22,.4); }
.search-dialog-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.search-dialog-top p { margin: 0; }
.dialog-close { width: 40px; height: 40px; border: 0; background: none; font: 300 30px/1 var(--sans); }
.search-dialog h2 { font-size: 35px; }
#sweetsies-print-area { display: none; }
/* Tablet and mobile are designed independently rather than shrinking the desktop. */
@media (min-width: 1450px) { .hero { gap: 85px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .header-shell { gap: 24px; }
  .nav-list { column-gap: 18px; }
  .brand img, .custom-logo { width: 204px; }
  .hero { gap: 36px; grid-template-columns: .86fr 1.14fr; }
  .hero h1 { font-size: 49px; }
  .hero-script img { max-width: 340px; }
  .hero-photos { gap: 18px; }
  .hero-eyebrow { letter-spacing: .1em; font-size: 8px; }
  .issue-note em { font-size: 15px; }
  .hero-side { padding-top: 14px; }
  .issue-note { margin-bottom: 21px; }
  .cravings-bar { gap: 18px; }
  .craving-links { gap: 10px 15px; }
  .recipe-grid { gap: 33px 18px; }
  .tile-topline { flex-wrap: wrap; gap: 3px 10px; }
  .seasonal-grid { gap: 60px; }
  .about-section { grid-template-columns: 300px 1fr; gap: 70px; }
  .recipe-intro { gap: 48px; }
}
@media (max-width: 850px) {
  .header-shell { min-height: 91px; gap: 18px; }
  .nav-list { gap: 13px; }
  .nav-list a, .story-link { font-size: 11px; }
  .brand img, .custom-logo { width: 184px; }
  .header-actions { gap: 17px; }
  .hero { gap: 32px; }
  .hero h1 { font-size: 42px; }
  .hero-deck { font-size: 13px; }
  .hero-photos { grid-template-columns: 1.65fr 1fr; gap: 14px; }
  .hero-main-photo figcaption { font-size: 9px; }
  .hero-side { padding-top: 3px; }
  .issue-note p { font-size: 9px; }
  .issue-note em { font-size: 12px; }
  .hero-small-photo figcaption { font-size: 8px; }
  .hero-eyebrow .little-flower { display: none; }
  .hero-eyebrow { margin-bottom: 19px; }
  .hero-secondary-link { font-size: 10px; }
  .cravings-bar { flex-wrap: wrap; }
  .cravings-bar>p { font-size: 16px; }
  .craving-links { order: 3; width: 100%; justify-content: space-between; }
  .recipe-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 22px; }
  .tile-topline { flex-wrap: nowrap; }
  .section-note { max-width: 155px; text-align: right; }
  .seasonal-grid { gap: 40px; }
  .seasonal-copy h2 { font-size: 36px; }
  .seasonal-copy>p:not(.eyebrow) { font-size: 14px; }
  .seasonal-photo img { aspect-ratio: .84; }
  .about-section { grid-template-columns: 250px 1fr; gap: 40px; padding-block: 75px; }
  .about-photo { padding-inline: 0; }
  .about-copy h2 { font-size: 31px; }
  .about-copy p { font-size: 14px; }
  .newsletter-inner { gap: 40px; }
  .newsletter-copy h2 { font-size: 32px; }
}
@media (max-width: 650px) {
  .wrap { width: calc(100% - 38px); }
  .top-note { min-height: 30px; font-size: 9px; padding-block: 7px; }
  .header-shell { display: grid; grid-template-columns: 1fr auto; gap: 0 15px; min-height: 81px; padding-block: 15px; }
  .brand-wrap { grid-column: 1; grid-row: 1; justify-self: start; }
  .brand img, .custom-logo { width: 182px; max-height: 46px; }
  .header-actions { grid-column: 2; grid-row: 1; gap: 10px; }
  .story-link { display: none; }
  .primary-nav { grid-row: 2; grid-column: 1/-1; padding: 15px 0 7px; }
  .js .primary-nav { display: none; }
  .js .primary-nav.is-open { display: block; }
  .nav-list { gap: 0; align-items: stretch; }
  .nav-list>li { width: 100%; border-top: 1px solid var(--line); }
  .nav-list a { font-size: 14px; padding: 11px 2px; display: block; }
  .nav-list .sub-menu { display: block; position: static; border: 0; padding: 0 0 8px 20px; background: none; }
  .nav-list .sub-menu a { font-size: 12px; padding: 4px 0; }
  .menu-toggle { display: none; align-items: center; gap: 8px; background: none; border: 0; padding: 10px 0 10px 3px; min-height: 44px; }
  .js .menu-toggle { display: inline-flex; }
  .menu-label { font-size: 0; }
  .menu-label::after { content: 'Menu'; font-size: 11px; }
  .menu-lines { width: 17px; height: 10px; position: relative; border-top: 1px solid; border-bottom: 1px solid; }
  .menu-toggle[aria-expanded=true] .menu-lines { border-bottom: 0; transform: rotate(45deg); height: 1px; }
  .menu-toggle[aria-expanded=true] .menu-lines::after { content: ''; width: 17px; height: 1px; display: block; background: currentColor; transform: rotate(90deg); position: absolute; top: -1px; }
  .search-trigger { width: 30px; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-top: 36px; padding-bottom: 31px; }
  .hero-copy { text-align: center; padding: 0 8px; }
  .hero-eyebrow { justify-content: center; font-size: 8px; margin-bottom: 18px; }
  .hero-eyebrow .little-flower { display: block; width: 23px; height: 23px; flex-basis: 23px; }
  .hero h1 { font-size: clamp(40px,10.7vw,54px); line-height: 1.14; margin-bottom: 19px; }
  .hero-script { padding-top: 10px; }
  .hero-script img { width: min(320px,94%); margin-inline: auto; }
  .hero-deck { max-width: 336px; margin: 0 auto 23px; font-size: 14px; line-height: 1.85; }
  .hero-actions { justify-content: center; }
  .button { min-height: 49px; font-size: 12px; padding: 12px 19px; }
  .hero-secondary-link { margin-top: 14px; font-size: 10px; }
  .hero-photos { grid-template-columns: 1.72fr 1fr; gap: 15px; max-width: 460px; width: 100%; margin-inline: auto; }
  .hero-main-photo img { aspect-ratio: .8; }
  .hero-side { padding-top: 10px; }
  .issue-line { width: 24px; margin-bottom: 9px; }
  .issue-note { margin-bottom: 15px; }
  .issue-note p { font-size: 8px; }
  .issue-note em { font-size: 12px; }
  .hero-small-photo img { aspect-ratio: .76; }
  .hero-main-photo figcaption, .hero-small-photo figcaption { font-size: 8px; margin-top: 8px; }
  .cravings-bar { padding: 19px 0; gap: 15px; }
  .cravings-bar>p { font-size: 16px; }
  .all-recipes-link { font-size: 10px; gap: 7px; }
  .craving-links { flex-wrap: wrap; justify-content: flex-start; gap: 9px 18px; font-size: 10px; }
  .section { padding-block: 47px; }
  .section-heading { display: block; margin-bottom: 24px; }
  .section-heading h2 { font-size: 30px; }
  .section-heading .eyebrow { font-size: 9px; margin-bottom: 10px; }
  .section-heading>.quiet-link { margin-top: 15px; }
  .section-note { display: block; max-width: none; text-align: left; margin-top: 11px; font-size: 10px; }
  .recipe-grid { gap: 29px 14px; }
  .recipe-tile-photo { aspect-ratio: .79; }
  .tile-topline { flex-wrap: wrap; column-gap: 10px; row-gap: 2px; margin-top: 11px; margin-bottom: 5px; font-size: 9px; letter-spacing: .06em; }
  .tile-topline .preview-status { font-size: 9px; }
  .recipe-tile h3 { font-size: 15px; line-height: 1.4; }
  .seasonal-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 27px; padding-bottom: 39px; }
  .seasonal-photo img { aspect-ratio: 1.22; object-position: 50% 38%; }
  .seasonal-copy { padding: 0 8px; max-width: 430px; }
  .seasonal-copy h2 { font-size: 36px; max-width: 300px; }
  .seasonal-copy .eyebrow { font-size: 9px; margin-bottom: 15px; }
  .seasonal-copy>p:not(.eyebrow) { font-size: 14px; }
  .about-section { display: flex; flex-direction: column; align-items: stretch; gap: 32px; padding-block: 49px; }
  .about-photo { width: min(78%,300px); align-self: center; }
  .about-photo>img { aspect-ratio: 1.09; }
  .about-photo figcaption { margin-top: 14px; }
  .about-photo figcaption img { width: 175px; }
  .about-copy { padding: 0 9px; }
  .ashley-signature { width: 159px; margin-bottom: 21px; }
  .about-copy h2 { font-size: 31px; }
  .about-copy p { max-width: none; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 26px; padding-block: 39px; }
  .newsletter-form { justify-self: start; width: 100%; }
  .newsletter-copy h2 { font-size: 31px; }
  .newsletter-copy .eyebrow { font-size: 9px; }
  .footer-top { flex-direction: column; align-items: start; gap: 27px; padding-bottom: 25px; }
  .site-footer { padding-top: 32px; }
  .footer-identity .brand img { width: 168px; }
  .footer-links { gap: 14px 22px; }
  .footer-bottom { font-size: 10px; gap: 9px 18px; }
  .footer-bottom span:nth-child(2) { order: 3; width: 100%; }
  .archive-heading { padding-top: 37px; padding-bottom: 24px; }
  .archive-heading h1 { font-size: 38px; }
  .archive-heading .eyebrow { font-size: 9px; }
  .archive-heading p:not(.eyebrow) { font-size: 13px; }
  .recipe-search input { font-size: 12px; padding: 13px; }
  .archive-filters { font-size: 10px; gap: 10px 18px; }
  .archive-grid { padding-bottom: 46px; }
  .entry-page { padding-block: 40px 50px; }
  .entry-page h1 { font-size: 37px; }
  .entry-content p, .entry-content li { font-size: 15px; }
  .entry-content h2 { font-size: 28px; }
  .breadcrumb { padding-top: 20px; font-size: 9px; }
  .recipe-intro { grid-template-columns: 1fr; gap: 30px; padding-top: 30px; padding-bottom: 33px; }
  .recipe-intro h1 { font-size: 38px; }
  .recipe-intro .entry-deck { font-size: 14px; }
  .recipe-featured img { aspect-ratio: 1.12; }
  .recipe-intro-meta { margin: 21px 0; }
  .recipe-body .sw-recipe-card { padding: 23px 20px; margin-top: 26px; }
  .sw-card-head { flex-direction: column; gap: 18px; }
  .sw-card-head h2 { font-size: 30px; }
  .sw-recipe-columns { grid-template-columns: 1fr; gap: 32px; }
  .sw-stats { gap: 17px 25px; }
  .sw-stats div { min-width: 90px; }
  .sw-notes { padding: 21px 17px; }
  .sw-deck { font-size: 14px; }
  .recipe-body { padding-bottom: 47px; }
  .search-dialog { padding: 23px; }
  .search-dialog h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  @page { margin: 16mm; }
  html, body { background: white !important; color: black !important; }
  body * { visibility: visible; }
  .site-header, .site-footer, .top-note, .skip-link, .search-dialog, .sw-print, .hero-actions, .breadcrumb, .newsletter-section { display: none !important; }
  body.has-print-recipe > :not(#sweetsies-print-area) { display: none !important; }
  body.has-print-recipe #sweetsies-print-area { display: block !important; }
  #sweetsies-print-area .sw-recipe-card { position: static !important; width: 100%; padding: 0; margin: 0; border: 0; box-shadow: none; background: white; }
  #sweetsies-print-area .sw-card-head h2 { font-size: 24pt; }
  #sweetsies-print-area .sw-recipe-columns { display: block; }
  #sweetsies-print-area .sw-recipe-columns>div { margin-top: 20px; }
  #sweetsies-print-area li, #sweetsies-print-area .sw-notes { break-inside: avoid; }
  #sweetsies-print-area .sw-notes { border: 1px solid #ddd; background: white; }
  .wrap { width: 100%; }
  a { color: black; text-decoration: none; }
}
