@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Italiana&display=swap');

:root {
  --paper: #f4f0e7;
  --white: #fff;
  --ink: #351b18;
  --ink-soft: #5d4741;
  --chestnut: #8d351e;
  --forest: #174535;
  --amber: #d89939;
  --yellow: #f4e467;
  --line: rgba(53, 27, 24, .28);
  --serif: "Italiana", "Times New Roman", serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shell: 1.5rem;
  --radius: 2.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 1rem/1.5 var(--sans); }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { color: inherit; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: 7rem; }
::selection { color: var(--paper); background: var(--chestnut); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 500; left: 1rem; top: -5rem; padding: .8rem 1rem; color: #fff; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.page-shell { width: 100%; padding: 0 var(--shell) var(--shell); overflow: clip; }
.announcement { height: 36px; display: grid; place-items: center; border-radius: 0 0 999px 999px; background: var(--paper); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-align: center; text-transform: uppercase; }

.site-header { position: sticky; z-index: 50; top: .55rem; height: 72px; margin-top: .75rem; padding: 0 clamp(1.25rem, 3vw, 3rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-radius: 999px; background: rgba(244, 240, 231, .95); box-shadow: 0 8px 28px rgba(53,27,24,.08); backdrop-filter: blur(15px); }
.nav-group { display: flex; align-items: center; gap: clamp(.75rem, 1.7vw, 2rem); }
.nav-right { justify-content: flex-end; }
.nav-group a, .nav-link { padding: .45rem 0; border: 0; background: transparent; color: inherit; font-size: .77rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.nav-group a:not(.round-icon)::after, .nav-link::after { content: ""; height: 1px; display: block; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.nav-group a:hover::after, .nav-link:hover::after { transform: scaleX(1); transform-origin: left; }
.brand { width: 104px; display: block; }
.brand img { width: 100%; height: auto; }
.round-icon, .bag-button { position: relative; width: 34px; height: 34px; padding: 0 !important; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.round-icon svg, .bag-button svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.bag-button span { position: absolute; right: -2px; bottom: -1px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: .63rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.menu-toggle { display: none; align-items: center; gap: .5rem; border: 0; background: transparent; font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle i { width: 19px; height: 1px; display: block; background: currentColor; }

.hero { position: relative; min-height: min(780px, calc(100svh - 136px)); margin-top: .55rem; overflow: hidden; border-radius: var(--radius); background: #a6572d; isolation: isolate; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(30,12,8,.42) 0%, rgba(30,12,8,.1) 48%, transparent 72%), linear-gradient(180deg, rgba(30,12,8,.14), transparent 45%); }
.hero-copy { position: relative; z-index: 2; max-width: 68rem; padding: clamp(3rem, 6vw, 6.2rem) clamp(1.5rem, 4.6vw, 5.5rem); color: #fff; }
.hero h1 { max-width: 10ch; margin: 0; font: 400 clamp(4.2rem, 7.8vw, 9rem)/.88 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.kicker { margin: 0 0 1rem; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.kicker-light { color: #fff; }
.hero-stamp { position: absolute; z-index: 2; left: clamp(1.5rem, 4.6vw, 5.5rem); bottom: 2.6rem; color: #fff; font-size: .74rem; font-weight: 600; letter-spacing: .1em; line-height: 1.55; text-transform: uppercase; }
.hex-button { min-height: 50px; padding: .9rem 1.75rem; display: inline-flex; align-items: center; justify-content: center; border: 0; clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%); color: #fff; background: var(--ink); font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.hex-button:hover { color: var(--ink); background: var(--yellow); transform: translateY(-2px); }
.hex-button.small { min-height: 40px; padding: .65rem 1.15rem; font-size: .68rem; }
.hero-cta { position: absolute; z-index: 2; right: 4rem; bottom: 2.5rem; min-width: 150px; }
.outline-button { min-height: 48px; padding: .8rem 1.3rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 999px; background: transparent; color: inherit; font-size: .74rem; font-weight: 600; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.outline-button:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.outline-light { color: #fff; }
.outline-light:hover { color: var(--forest); background: #fff; border-color: #fff; }
.underline-link { display: inline-block; font-size: .83rem; font-weight: 600; text-underline-offset: 5px; }

.marquee { margin: .7rem 0; overflow: hidden; border-radius: 999px; background: var(--paper); }
.marquee-track { width: max-content; min-height: 54px; display: flex; align-items: center; gap: 2.1rem; animation: marquee 26s linear infinite; font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.marquee-track i { color: var(--chestnut); font-size: .64rem; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.shop-section { padding: clamp(5rem, 9vw, 9rem) 0 clamp(5rem, 8vw, 8rem); }
.section-heading { padding: 0 clamp(1rem, 4vw, 4.5rem); display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 3rem; }
.section-heading h2, .why-title h2, .craft-section h2, .contact-copy h2 { margin: 0; font: 400 clamp(3.4rem, 6.2vw, 7rem)/.93 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.catalog-actions { display: grid; gap: 1.6rem; justify-items: end; }
.filters { display: flex; gap: .55rem; flex-wrap: wrap; justify-content: flex-end; }
.filter-button { min-height: 42px; padding: .7rem 1rem; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.filter-button span { margin-left: .4rem; opacity: .55; font-variant-numeric: tabular-nums; }
.filter-button.is-active, .filter-button:hover { color: #fff; background: var(--ink); }
.carousel-controls { display: flex; gap: .55rem; }
.carousel-controls button, .recipe-arrow, .product-nav { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 1.2rem; cursor: pointer; transition: color .2s ease, background .2s ease; }
.carousel-controls button:hover, .recipe-arrow:hover, .product-nav:hover { color: #fff; background: var(--ink); }
.product-track { margin-top: 3.4rem; padding: 0 clamp(1rem, 4vw, 4.5rem) 1rem; display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.product-track::-webkit-scrollbar { display: none; }
.product-card { position: relative; flex: 0 0 clamp(290px, 30vw, 455px); padding: 0; overflow: hidden; scroll-snap-align: start; border: 0; border-radius: 1.75rem; background: #f1eee8; text-align: left; }
.product-card-view { width: 100%; padding: 0; display: block; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.product-card-media { position: relative; aspect-ratio: 1 / 1.04; display: block; overflow: hidden; background: #ebe9e3; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,.8,.22,1); }
.product-card:hover .product-card-media img { transform: scale(1.035); }
.product-card-copy { min-height: 145px; padding: 1.4rem 1.5rem 1.6rem; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: .5rem 1rem; background: var(--paper); }
.product-card-copy .card-category { font-size: .67rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.product-card-copy h3 { max-width: 16ch; margin: 0; align-self: end; font: 400 clamp(1.65rem, 2.2vw, 2.55rem)/1 var(--serif); letter-spacing: -.025em; text-wrap: balance; }
.card-index { grid-row: 1 / 3; grid-column: 2; align-self: end; font-size: .7rem; font-variant-numeric: tabular-nums; opacity: .62; }
.card-action { position: absolute; right: 1rem; bottom: 1rem; min-width: 92px; min-height: 40px; padding: .6rem 1rem; opacity: 0; transform: translateY(8px); transition: opacity .22s ease, transform .22s ease; }
.product-card:hover .card-action { opacity: 1; transform: none; }

.why-section { margin: .65rem 0; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 6rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 8rem); border-radius: var(--radius); background: var(--paper); }
.why-title { align-self: center; }
.why-title h2 { font-size: clamp(3.4rem, 5.7vw, 6.4rem); }
.why-title .underline-link { margin-top: 2rem; }
.why-columns { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); }
.why-columns article { min-height: 370px; padding: 1rem 1.7rem 1.5rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.why-columns span { font-size: .68rem; font-weight: 600; letter-spacing: .08em; }
.why-columns h3 { margin: auto 0 1rem; font: 400 clamp(2rem, 3vw, 3.5rem)/1 var(--serif); }
.why-columns p { margin: 0; color: var(--ink-soft); font-size: .92rem; text-wrap: pretty; }

.story-section, .recipe-section, .contact-section { margin: .65rem 0; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius); }
.story-media { min-height: 680px; overflow: hidden; background: #d2cec7; }
.story-media img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.12) contrast(1.08); }
.story-copy { padding: clamp(3.5rem, 7vw, 7rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #fff; background: var(--forest); }
.story-copy h2 { max-width: 11ch; margin: 0 0 2rem; font: 400 clamp(3.4rem, 5.5vw, 6.2rem)/.92 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.story-copy p:not(.kicker) { max-width: 42rem; margin: 0 0 1.2rem; text-wrap: pretty; }
.story-copy .outline-button { margin-top: 1rem; }

.recipe-media { position: relative; min-height: 760px; background: #e7ba70; overflow: hidden; }
.recipe-media img { width: 100%; height: 100%; object-fit: cover; }
.recipe-copy { position: relative; min-width: 0; padding: clamp(2.5rem, 5vw, 5.4rem); background: var(--paper); }
.recipe-meta { display: grid; grid-template-columns: .65fr 1.6fr .65fr; gap: 1.4rem; align-items: start; }
.recipe-meta span, .recipe-body h3 { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.recipe-meta b { display: block; margin-top: .7rem; font: 400 1.1rem/1 var(--serif); }
.recipe-name { text-align: center; }
.recipe-name h2 { margin: .75rem 0 .55rem; font: 400 clamp(3.2rem, 5.4vw, 6.5rem)/.78 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.recipe-name small { font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.score { font-size: 2.6rem !important; }
.score em { width: 3rem; height: 1px; margin: .32rem 0; display: block; background: currentColor; }
.recipe-body { margin-top: 3.8rem; display: grid; gap: 2.5rem; }
.recipe-body h3 { padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.recipe-body ul, .recipe-body ol { margin: 0; padding: 0; list-style-position: inside; }
.recipe-body li { padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.recipe-product { margin-top: 2.2rem; }
.recipe-arrow { position: absolute; z-index: 2; top: 50%; background: rgba(244,240,231,.9); }
.recipe-prev { left: 1.3rem; }
.recipe-next { right: 1.3rem; }

.craft-section { padding: clamp(5rem, 9vw, 9rem) 0; }
.craft-section .section-heading { align-items: start; }
.craft-section .section-heading > p { max-width: 36rem; margin: 2.2rem 0 0; font-size: 1.05rem; }
.process-list { margin: clamp(3rem, 6vw, 6rem) clamp(1rem, 4vw, 4.5rem) 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); list-style: none; }
.process-list li { min-height: 285px; padding: 1.4rem 2rem 2rem 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.process-list li + li { padding-left: 2rem; }
.process-list span { font-size: .7rem; font-weight: 600; }
.process-list b { margin: auto 0 1rem; font: 400 clamp(2.2rem, 3.5vw, 4rem)/1 var(--serif); }
.process-list p { max-width: 30ch; margin: 0; color: var(--ink-soft); }

.contact-section { grid-template-columns: 1.1fr .9fr; background: var(--paper); }
.contact-copy { padding: clamp(4rem, 8vw, 8rem); align-self: center; }
.contact-copy h2 { max-width: 11ch; }
.contact-copy > p:not(.kicker) { margin: 2rem 0; }
.contact-links { margin-bottom: 2.5rem; display: grid; gap: .55rem; }
.contact-links a { width: max-content; text-underline-offset: 4px; }
.contact-image { min-height: 640px; display: grid; place-items: center; overflow: hidden; background: #fff; }
.contact-image img { width: 100%; height: 100%; object-fit: cover; }

.site-footer { margin-top: .65rem; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--chestnut); }
.footer-top { min-height: 510px; padding: clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: .55fr 1.9fr .55fr; gap: 3rem; align-items: center; }
.footer-top nav { display: grid; gap: .8rem; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.footer-top nav a, .footer-top nav button { width: max-content; padding: 0; border: 0; background: transparent; color: inherit; text-decoration: none; cursor: pointer; }
.newsletter-copy { text-align: center; }
.newsletter-copy h2 { max-width: 18ch; margin: 0 auto; font: 400 clamp(2.8rem, 4.7vw, 5.7rem)/.95 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.newsletter-form { max-width: 540px; margin: 2.2rem auto 0; text-align: left; }
.newsletter-form label { font-size: .67rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.newsletter-form > div { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(255,255,255,.72); }
.newsletter-form input { min-width: 0; padding: 1rem 0; border: 0; outline: 0; color: #fff; background: transparent; font-size: 1rem; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.58); }
.newsletter-form button { width: 50px; border: 0; color: #fff; background: transparent; font-size: 1.4rem; cursor: pointer; }
.newsletter-form p { min-height: 1.4em; margin: .65rem 0 0; font-size: .74rem; }
.footer-bottom { min-height: 95px; padding: 1rem clamp(1.5rem, 4vw, 4rem); display: grid; grid-template-columns: auto auto 1fr auto auto; gap: 1.3rem; align-items: center; border-top: 1px solid rgba(255,255,255,.35); font-size: .67rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom button { padding: 0; border: 0; background: transparent; color: inherit; text-transform: uppercase; cursor: pointer; }
.footer-bottom img { width: 126px; justify-self: center; filter: brightness(0) invert(1); }

.close-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; font-size: 1.6rem; line-height: 1; cursor: pointer; }
dialog::backdrop { background: rgba(35,18,16,.64); backdrop-filter: blur(6px); }
.mobile-menu { width: calc(100% - 1rem); max-width: none; height: calc(100% - 1rem); max-height: none; margin: .5rem; padding: 1.2rem; border: 0; border-radius: 1.8rem; background: var(--paper); }
.mobile-menu[open] { display: grid; grid-template-rows: auto 1fr auto; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-head img { width: 115px; }
.mobile-menu nav { display: grid; align-content: center; }
.mobile-menu nav a { padding: .65rem 0; display: grid; grid-template-columns: 2.6rem 1fr; align-items: center; border-bottom: 1px solid var(--line); font: 400 clamp(2.6rem, 10vw, 5rem)/1 var(--serif); text-decoration: none; }
.mobile-menu nav span { font: 600 .66rem/1 var(--sans); }
.mobile-menu > .outline-button { justify-self: start; }

.product-dialog { width: min(94vw, 1200px); max-width: none; height: min(88vh, 780px); max-height: none; padding: 0; overflow: visible; border: 0; border-radius: var(--radius); background: var(--paper); }
.product-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; }
.product-dialog-media { min-width: 0; min-height: 0; overflow: hidden; border-radius: var(--radius) 0 0 var(--radius); background: #ece9e2; }
.product-dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.product-dialog-copy { min-width: 0; padding: clamp(2.5rem, 5.5vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.product-dialog-copy h2 { margin: 0 0 1.6rem; font: 400 clamp(3rem, 5.4vw, 6rem)/.88 var(--serif); letter-spacing: -.05em; text-wrap: balance; }
.product-dialog-copy > p:not(.kicker):not(.product-count) { max-width: 42rem; margin: 0 0 2rem; text-wrap: pretty; }
.product-dialog-actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.product-count { margin: 2rem 0 0; font-size: .7rem; font-variant-numeric: tabular-nums; opacity: .65; }
.product-close { position: absolute; z-index: 3; right: 1rem; top: 1rem; background: var(--paper); }
.product-nav { position: absolute; z-index: 3; top: 50%; background: var(--paper); }
.product-prev { left: -22px; }
.product-next { right: -22px; }

.selection-drawer { position: fixed; z-index: 160; top: 0; right: 0; width: min(100%, 510px); height: 100dvh; display: grid; grid-template-rows: auto 1fr auto; color: var(--ink); background: var(--white); transform: translateX(102%); transition: transform .35s cubic-bezier(.22,.8,.22,1); box-shadow: -30px 0 80px rgba(30,12,8,.18); }
.selection-drawer.is-open { transform: none; }
.drawer-backdrop { position: fixed; z-index: 150; inset: 0; background: rgba(35,18,16,.55); }
.drawer-head { min-height: 78px; padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-head > div { display: flex; align-items: center; gap: .8rem; }
.drawer-head h2 { margin: 0; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.bag-mini { font-size: 1.4rem; }
.selection-content { padding: 1.4rem; overflow-y: auto; overscroll-behavior: contain; }
.empty-selection { padding: 4rem 1rem; text-align: center; }
.empty-selection h3 { margin: 0 0 .8rem; font: 400 2.8rem/1 var(--serif); }
.selection-item { padding: 1rem 0; display: grid; grid-template-columns: 86px 1fr auto; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line); }
.selection-item img { width: 86px; height: 105px; object-fit: cover; border-radius: .8rem; }
.selection-item h3 { margin: 0 0 .3rem; font: 400 1.35rem/1 var(--serif); }
.selection-item small { font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.selection-item button { padding: .35rem; border: 0; background: transparent; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.quantity-control { margin-top: .7rem; display: flex; align-items: center; gap: .55rem; }
.quantity-control button { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; }
.quantity-control span { min-width: 1.3rem; text-align: center; font-variant-numeric: tabular-nums; }
.drawer-footer { padding: 1.4rem 1.5rem 1.7rem; border-top: 1px solid var(--line); }
.drawer-footer p { margin: 0 0 1rem; color: var(--ink-soft); font-size: .82rem; }
.drawer-footer .hex-button { width: 100%; }
.clear-selection { width: 100%; margin-top: .8rem; padding: .4rem; border: 0; background: transparent; font-size: .72rem; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

.subscribe-dialog, .policy-dialog { width: min(92vw, 680px); max-width: none; padding: clamp(2.5rem, 6vw, 5rem); border: 0; border-radius: var(--radius); background: var(--paper); }
.subscribe-dialog > .close-button, .policy-dialog > .close-button { position: absolute; top: 1rem; right: 1rem; }
.subscribe-dialog h2, .policy-dialog h2 { margin: 0 0 1.4rem; font: 400 clamp(3rem, 6vw, 5.8rem)/.9 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.subscribe-dialog form { margin-top: 2rem; display: grid; gap: 1rem; }
.subscribe-dialog label { display: grid; gap: .6rem; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.subscribe-dialog input { min-height: 54px; padding: 0 1rem; border: 1px solid var(--ink); border-radius: 999px; background: #fff; }
.subscribe-dialog .hex-button { justify-self: start; }
.subscribe-dialog form p { min-height: 1.4em; margin: 0; font-size: .8rem; }
.policy-dialog { max-height: 84vh; overflow-y: auto; }
.policy-dialog p, .policy-dialog li { text-wrap: pretty; }

.age-gate { position: fixed; z-index: 300; inset: 0; padding: 1rem; display: grid; place-items: center; background: rgba(37,19,16,.84); backdrop-filter: blur(12px); }
.age-panel { width: min(100%, 560px); padding: clamp(2.5rem, 7vw, 5rem); border-radius: var(--radius); background: var(--paper); text-align: center; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.age-panel img { width: 150px; margin: 0 auto 2rem; }
.age-panel h1 { margin: 0 0 1rem; font: 400 clamp(3rem, 7vw, 5rem)/.9 var(--serif); letter-spacing: -.045em; }
.age-panel > p:not(.kicker) { max-width: 38ch; margin: 0 auto; }
.age-actions { margin-top: 2rem; display: flex; justify-content: center; gap: .75rem; flex-wrap: wrap; }
.age-panel small { display: block; margin-top: 1.2rem; opacity: .65; }

.cookie-banner { position: fixed; z-index: 140; left: 1rem; right: 1rem; bottom: 1rem; padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-radius: 1rem; background: var(--paper); box-shadow: 0 18px 60px rgba(53,27,24,.22); }
.cookie-banner p { max-width: 65ch; margin: 0; font-size: .82rem; }
.cookie-banner > div { display: flex; align-items: center; gap: .75rem; }
.cookie-link { padding: .35rem; border: 0; background: transparent; font-size: .7rem; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

@media (max-width: 1240px) {
  .nav-group { gap: .8rem; }
  .nav-group a, .nav-link { font-size: .68rem; }
  .nav-right > a:first-child { display: none; }
  .why-section { grid-template-columns: 1fr; }
}

@media (max-width: 940px) {
  :root { --shell: .7rem; --radius: 1.7rem; }
  .announcement { height: 32px; padding: 0 .8rem; font-size: .62rem; }
  .site-header { height: 66px; grid-template-columns: 1fr auto 1fr; padding: 0 1rem; }
  .nav-group { display: none; }
  .nav-right { display: flex; grid-column: 3; grid-row: 1; justify-self: end; }
  .nav-right > *:not(.bag-button) { display: none; }
  .brand { width: 92px; grid-column: 2; }
  .menu-toggle { display: flex; grid-column: 1; grid-row: 1; justify-self: start; }
  .hero { min-height: 74svh; }
  .hero-image { object-position: 58% center; }
  .hero h1 { font-size: clamp(3.8rem, 13vw, 7rem); }
  .hero-stamp { display: none; }
  .hero-cta { right: 1.2rem; bottom: 1.3rem; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .catalog-actions { justify-items: start; }
  .filters { justify-content: flex-start; }
  .story-section, .recipe-section, .contact-section { grid-template-columns: 1fr; }
  .story-media, .recipe-media, .contact-image { min-height: 58svh; }
  .recipe-copy { min-height: 680px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 210px; padding-left: 0 !important; border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-top { grid-template-columns: 1fr; min-height: 0; }
  .footer-top nav { display: none; }
  .footer-bottom { grid-template-columns: 1fr 1fr; }
  .footer-bottom img { grid-column: 1 / -1; grid-row: 1; }
  .product-dialog { height: min(94vh, 980px); overflow-y: auto; }
  .product-dialog[open] { grid-template-columns: 1fr; }
  .product-dialog-media { min-height: 46vh; border-radius: var(--radius) var(--radius) 0 0; }
  .product-dialog-copy { min-height: 420px; }
  .product-nav { top: 35%; }
  .product-prev { left: 1rem; }
  .product-next { right: 1rem; }
}

@media (max-width: 620px) {
  body { font-size: 1rem; }
  .hero { min-height: 80svh; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(30,12,8,.5), transparent 58%); }
  .hero-copy { padding: 2.7rem 1.2rem; }
  .hero h1 { max-width: 8ch; font-size: clamp(3.7rem, 18vw, 5.8rem); }
  .hero-cta { min-width: 130px; }
  .shop-section { padding-top: 4rem; }
  .section-heading h2, .why-title h2, .craft-section h2, .contact-copy h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .product-card { flex-basis: 82vw; }
  .card-action { opacity: 1; transform: none; }
  .why-section { padding: 4rem 1.2rem; }
  .why-columns { grid-template-columns: 1fr; border-left: 0; border-top: 1px solid var(--line); }
  .why-columns article { min-height: 240px; padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-copy { padding: 4rem 1.2rem; }
  .story-copy h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .recipe-copy { min-height: 720px; padding: 2.4rem 1.15rem; }
  .recipe-meta { grid-template-columns: .6fr 1.6fr .6fr; gap: .5rem; }
  .recipe-name h2 { font-size: clamp(2.6rem, 12vw, 4.2rem); }
  .recipe-body { margin-top: 3rem; }
  .craft-section { padding-top: 4rem; }
  .contact-copy { padding: 4rem 1.2rem; }
  .footer-top { padding: 4rem 1.2rem; }
  .newsletter-copy h2 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .footer-bottom { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-bottom img { grid-column: auto; }
  .product-dialog { width: calc(100vw - 1rem); height: calc(100svh - 1rem); }
  .product-dialog-copy { padding: 2.2rem 1.2rem; }
  .product-dialog-copy h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-banner > div { flex-wrap: wrap; }
}

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