:root {
  --ink: #11110f;
  --ink-soft: #1b1b18;
  --paper: #f5f3ed;
  --paper-deep: #e9e5dc;
  --white: #fff;
  --muted: #6f6d66;
  --line: rgba(17, 17, 15, .14);
  --red: #d42f24;
  --red-dark: #a91f18;
  --green: #5f7f3f;
  --header-h: 76px;
  --page: min(1180px, calc(100vw - 48px));
  --radius: 6px;
}

@font-face { font-family: 'Rakoedov Sans'; src: url('assets/fonts/rakoedov-sans.woff') format('woff'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Rakoedov Sans'; src: url('assets/fonts/rakoedov-sans-bold.woff') format('woff'); font-style: normal; font-weight: 700 900; font-display: swap; }
@font-face { font-family: 'Rakoedov Serif'; src: url('assets/fonts/rakoedov-serif.woff') format('woff'); font-style: normal; font-weight: 400; font-display: swap; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Rakoedov Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}
body.cart-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  height: var(--header-h);
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.2);
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled, .site-header.inner-header { background: rgba(17,17,15,.94); border-color: rgba(255,255,255,.1); box-shadow: 0 10px 32px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
section[id] { scroll-margin-top: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: .08em; }
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
}
.main-nav { display: flex; justify-content: center; gap: 32px; font-size: 14px; }
.main-nav a { position: relative; padding: 8px 0; }
.main-nav a::after { content: ''; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; transform: scaleX(0); background: currentColor; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { display: grid; text-align: right; font-weight: 700; line-height: 1.25; }
.header-phone small { margin-top: 3px; color: rgba(255,255,255,.64); font-size: 11px; font-weight: 400; }
.icon-button { position: relative; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 50%; cursor: pointer; }
.icon-button svg { width: 20px; height: 20px; }
.cart-count { position: absolute; top: -5px; right: -5px; display: grid; min-width: 19px; height: 19px; padding: 0 5px; place-items: center; color: var(--white); background: var(--red); border-radius: 10px; font-size: 11px; font-weight: 700; }
.menu-button { display: none; }

.hero { position: relative; display: flex; min-height: 760px; height: 100svh; max-height: 960px; align-items: center; overflow: hidden; color: var(--white); background: #171511; }
.hero-image { position: absolute; inset: 0; background: url('assets/images/hero.webp') center center / cover no-repeat; transform: scale(1.04); animation: heroZoom 1.8s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,7,.88) 0%, rgba(8,8,7,.7) 34%, rgba(8,8,7,.08) 72%), linear-gradient(0deg, rgba(8,8,7,.58), transparent 38%); }
.hero-content { position: relative; z-index: 1; width: var(--page); margin: 52px auto 0; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-kicker { color: #ff7a6f; opacity: 0; animation: heroIn .65s .18s ease forwards; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Rakoedov Serif', Georgia, serif; font-weight: 400; line-height: .98; letter-spacing: 0; }
h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(64px, 8.5vw, 126px); opacity: 0; animation: heroIn .8s .28s ease forwards; }
.hero-lead { max-width: 540px; margin-bottom: 32px; color: rgba(255,255,255,.78); font-size: 19px; opacity: 0; animation: heroIn .8s .38s ease forwards; }
.hero-actions { display: flex; gap: 12px; opacity: 0; animation: heroIn .8s .48s ease forwards; }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius); font-size: 14px; font-weight: 800; cursor: pointer; transition: background .2s ease, color .2s ease, border .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .icon-button:focus-visible, .tabs button:focus-visible, .qty button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid #ffb4ad; outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.button-light { color: var(--ink); background: var(--white); }
.button-wide { width: 100%; }
.hero-proof { position: absolute; top: calc(100% + 76px); left: 0; display: flex; margin: 0; padding: 0; gap: 0; list-style: none; opacity: 0; animation: heroIn .8s .58s ease forwards; }
.hero-proof li { display: grid; min-width: 195px; padding-right: 28px; gap: 3px; border-right: 1px solid rgba(255,255,255,.24); }
.hero-proof li + li { padding-left: 28px; }
.hero-proof li:last-child { border-right: 0; }
.hero-proof strong { font-family: Georgia, 'Times New Roman', serif; font-size: 19px; font-weight: 400; }
.hero-proof span { color: rgba(255,255,255,.58); font-size: 12px; }
.hero-scroll { position: absolute; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 34px; z-index: 2; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero-scroll svg { width: 18px; height: 18px; animation: bounce 1.8s ease-in-out infinite; }

.section { width: var(--page); margin: 0 auto; padding: 118px 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); align-items: end; gap: 60px; margin-bottom: 56px; }
.section-head h2, .feature-copy h2, .faq h2, .contact-band h2, .recipe h2 { margin: 0; font-size: clamp(44px, 5.5vw, 76px); }
.section-head > p { margin: 0; color: var(--muted); }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.tabs { display: flex; gap: 28px; }
.tabs button { position: relative; padding: 0 0 15px; color: var(--muted); background: none; border: 0; font-weight: 800; cursor: pointer; }
.tabs button::after { content: ''; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; transform: scaleX(0); background: var(--red); transition: transform .2s ease; }
.tabs button[aria-selected="true"] { color: var(--ink); }
.tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.stock { display: flex; margin: 0 0 14px; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.stock span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(95,127,63,.12); }
.catalog-group + .catalog-group { margin-top: 76px; }
.catalog-group-head { display: flex; margin-bottom: 24px; align-items: end; justify-content: space-between; gap: 24px; }
.catalog-group-head .eyebrow { margin-bottom: 7px; }
.catalog-group-head h3 { margin: 0; font-family: 'Rakoedov Serif', Georgia, serif; font-size: 34px; font-weight: 400; }
.catalog-group-head .stock { margin-bottom: 7px; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; background: transparent; border: 0; }
.product { display: flex; min-width: 0; overflow: hidden; flex-direction: column; background: #fbfaf6; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 8px 28px rgba(17,17,15,.045); animation: productIn .3s ease both; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product:hover { border-color: rgba(17,17,15,.24); box-shadow: 0 16px 38px rgba(17,17,15,.09); transform: translateY(-4px); }
.product:nth-child(2) { animation-delay: .04s; }
.product:nth-child(3) { animation-delay: .08s; }
.product:nth-child(4) { animation-delay: .12s; }
.product:nth-child(5) { animation-delay: .16s; }
.product-visual { position: relative; display: block; aspect-ratio: 1 / 1.08; overflow: hidden; background: #242521; }
.product-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 70%, rgba(8,8,7,.2)); pointer-events: none; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.045) brightness(1.01); transform: scale(1.015); transition: transform .45s ease, filter .45s ease; }
.product:hover .product-visual img { filter: saturate(1) contrast(1.06) brightness(1.02); transform: scale(1.06); }
.product-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; color: var(--white); background: rgba(17,17,15,.76); border-radius: 3px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-body { display: flex; padding: 20px 18px 18px; flex: 1; flex-direction: column; }
.product-category { margin-bottom: 6px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.product h3 { margin-bottom: 4px; font-family: 'Rakoedov Serif', Georgia, serif; font-size: 22px; font-weight: 400; line-height: 1.1; }
.product-size { margin-bottom: 20px; color: var(--muted); font-size: 13px; }
.product-price { margin-top: auto; margin-bottom: 14px; font-size: 18px; font-weight: 800; }
.product-price small { color: var(--muted); font-size: 12px; font-weight: 400; }
.product-controls { display: grid; grid-template-columns: 82px 1fr; gap: 8px; }
.qty { display: grid; grid-template-columns: 26px 1fr 26px; height: 42px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); }
.qty button { width: 100%; height: 100%; padding: 0; color: var(--muted); background: transparent; border: 0; cursor: pointer; }
.qty output { text-align: center; font-size: 13px; font-weight: 700; }
.add-button { min-width: 0; height: 42px; padding: 0 8px; color: var(--white); background: var(--ink); border: 0; border-radius: var(--radius); font-size: 12px; font-weight: 800; cursor: pointer; transition: background .2s ease; }
.add-button:hover { background: var(--red); }
.catalog-note { margin: 22px 0 0; color: var(--muted); font-size: 12px; }

.feature-band { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: var(--ink); color: var(--white); }
.feature-photo { min-height: 620px; background: url('assets/images/live-fallback.webp') center / cover no-repeat; }
.feature-copy { display: flex; max-width: 590px; padding: 88px clamp(36px, 6vw, 96px); justify-content: center; flex-direction: column; }
.feature-copy > p:not(.eyebrow) { margin: 28px 0 46px; color: rgba(255,255,255,.62); }
.feature-list { margin: 0; }
.feature-list > div { display: grid; grid-template-columns: 46px 1fr; padding: 18px 0; gap: 18px; border-top: 1px solid rgba(255,255,255,.13); }
.feature-list dt { color: var(--red); font-size: 11px; font-weight: 800; }
.feature-list dd { display: grid; margin: 0; gap: 3px; }
.feature-list dd strong { font-family: Georgia, 'Times New Roman', serif; font-size: 19px; font-weight: 400; }
.feature-list dd span { color: rgba(255,255,255,.5); font-size: 12px; }

.delivery-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; padding: 25px 0; gap: 18px; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--red); font-size: 11px; font-weight: 800; }
.steps h3 { margin-bottom: 5px; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 400; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }
.delivery-facts { align-self: start; padding: 38px; color: var(--white); background: var(--ink-soft); border-radius: var(--radius); }
.delivery-facts > div { display: grid; padding: 18px 0; gap: 4px; border-bottom: 1px solid rgba(255,255,255,.12); }
.delivery-facts > div:first-child { padding-top: 0; }
.delivery-facts span { color: #ff7a6f; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.delivery-facts strong { font-family: Georgia, 'Times New Roman', serif; font-size: 21px; font-weight: 400; }
.delivery-facts small { color: rgba(255,255,255,.52); }
.text-link { display: inline-flex; margin-top: 22px; gap: 6px; color: var(--red); font-size: 14px; font-weight: 800; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.delivery-facts .text-link { color: var(--white); }

.recipe { position: relative; display: grid; min-height: 600px; place-items: center; color: var(--white); background: linear-gradient(90deg, rgba(12,11,9,.78), rgba(12,11,9,.35)), url('assets/images/hero.webp') center 54% / cover fixed; }
.recipe-inner { width: min(760px, calc(100vw - 48px)); text-align: center; }
.recipe-inner .eyebrow { color: #ff7a6f; }
.recipe h2 { max-width: 720px; margin: 0 auto 24px; }
.recipe p:not(.eyebrow) { max-width: 610px; margin: 0 auto 30px; color: rgba(255,255,255,.76); }

.faq { display: grid; grid-template-columns: .68fr 1fr; gap: 90px; }
.faq-intro > p:not(.eyebrow) { max-width: 360px; margin: 24px 0 0; color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; top: 20px; right: 4px; color: var(--red); font-family: Arial, sans-serif; font-size: 25px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 660px; margin: -7px 42px 24px 0; color: var(--muted); font-size: 14px; }

.contact-band { display: grid; grid-template-columns: 1fr auto; padding: 92px max(24px, calc((100vw - 1180px) / 2)); align-items: end; gap: 50px; color: var(--white); background: var(--red); }
.contact-band .eyebrow { color: rgba(255,255,255,.62); }
.contact-band h2 { max-width: 680px; }
.contact-copy > p:last-child { margin: 22px 0 0; color: rgba(255,255,255,.72); }
.contact-actions { display: grid; justify-items: end; gap: 18px; }
.contact-phone { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 3vw, 38px); white-space: nowrap; }
.contact-band .button-primary { color: var(--ink); background: var(--white); }

.site-footer { padding: 76px max(24px, calc((100vw - 1180px) / 2)) 26px; color: rgba(255,255,255,.68); background: #0b0b0a; }
.footer-top { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 64px; padding-bottom: 58px; }
.footer-brand { color: var(--white); }
.footer-top > div:first-child p { max-width: 280px; margin-top: 22px; }
.footer-top h2 { margin: 0 0 18px; color: var(--white); font-family: Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-top a:not(.brand), .footer-top p { display: block; margin: 0 0 9px; font-size: 13px; }
.footer-top a:not(.brand):hover { color: var(--white); }
.footer-bottom { display: flex; padding-top: 22px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.cart-dialog { position: fixed; inset: 0 0 0 auto; width: min(480px, 100vw); max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; color: var(--ink); background: var(--paper); border: 0; transform: translateX(100%); transition: transform .32s cubic-bezier(.22,.72,.24,1), display .32s allow-discrete, overlay .32s allow-discrete; }
.cart-dialog[open] { display: flex; transform: translateX(0); flex-direction: column; }
@starting-style { .cart-dialog[open] { transform: translateX(100%); } }
.cart-dialog::backdrop { background: rgba(0,0,0,.62); opacity: 0; transition: opacity .32s ease, display .32s allow-discrete, overlay .32s allow-discrete; }
.cart-dialog[open]::backdrop { opacity: 1; }
@starting-style { .cart-dialog[open]::backdrop { opacity: 0; } }
.cart-head { display: flex; padding: 28px 28px 24px; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-head .eyebrow { margin-bottom: 5px; }
.cart-head h2 { margin: 0; font-size: 38px; }
.close-button { color: var(--ink); }
.cart-items { overflow: auto; flex: 1; }
.cart-item { display: grid; grid-template-columns: 72px 1fr auto; padding: 20px 28px; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 72px; height: 72px; background-position: center; background-size: cover; border-radius: 4px; }
.cart-item h3 { margin: 0 0 3px; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 400; }
.cart-item p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-item-actions { display: grid; justify-items: end; gap: 8px; }
.cart-item-actions strong { font-size: 14px; }
.cart-item-actions button { padding: 0; color: var(--muted); background: none; border: 0; font-size: 11px; text-decoration: underline; cursor: pointer; }
.cart-empty { display: grid; margin: auto; padding: 40px; place-items: center; text-align: center; }
.cart-empty p { margin-bottom: 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 27px; }
.cart-empty span { max-width: 280px; color: var(--muted); font-size: 13px; }
.order-success { margin: auto; padding: 54px 36px; text-align: center; }
.order-success[hidden] { display: none; }
.order-success-icon { display: grid; width: 72px; height: 72px; margin: 0 auto 24px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 36px; font-weight: 700; }
.order-success h3 { margin: 0 0 14px; font-family: 'Rakoedov Serif', Georgia, serif; font-size: clamp(42px, 9vw, 58px); font-weight: 400; line-height: 1; }
.order-success p { max-width: 340px; margin: 0 auto 28px; color: var(--muted); font-size: 17px; }
.cart-footer { max-height: 72dvh; overflow-y: auto; padding: 24px 28px 30px; border-top: 1px solid var(--line); }
.cart-total { display: flex; margin-bottom: 4px; justify-content: space-between; align-items: baseline; }
.cart-total strong { font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 400; }
.cart-footer > p { margin-bottom: 18px; color: var(--muted); font-size: 12px; }
.copy-status { display: block; min-height: 18px; margin-top: 8px; color: var(--green); text-align: center; font-size: 12px; }
.order-form { display: grid; margin-top: 18px; gap: 12px; }
.order-form > label:not(.order-consent):not(.honeypot) { display: grid; gap: 5px; }
.order-form label > span { color: var(--muted); font-size: 11px; }
.order-form input:not([type="checkbox"]), .order-form textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); outline: 0; resize: vertical; }
.order-form input:focus, .order-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(212,47,36,.1); }
.order-consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 8px; cursor: pointer; }
.order-consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--red); }
.honeypot { position: absolute; left: -10000px; }
.order-form button:disabled { cursor: wait; opacity: .62; transform: none; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: min(340px, calc(100vw - 48px)); padding: 13px 18px; color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: 0 15px 40px rgba(0,0,0,.22); font-size: 13px; opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.72,.24,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes heroIn { to { opacity: 1; transform: none; } from { opacity: 0; transform: translateY(20px); } }
@keyframes heroZoom { to { transform: scale(1); } }
@keyframes bounce { 50% { transform: translateY(5px); } }
@keyframes productIn { from { opacity: 0; transform: translateY(8px); } }

@media (max-width: 1050px) {
  .main-nav { gap: 19px; }
  .header-phone span { display: none; }
  .header-phone small { margin: 0; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product:last-child { grid-column: auto; }
  .feature-band { grid-template-columns: 1fr 1fr; }
  .feature-copy { padding: 70px 45px; }
}

@media (max-width: 760px) {
  :root { --header-h: 66px; --page: calc(100vw - 32px); }
  .site-header { padding: 0 16px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 34px; height: 34px; font-size: 18px; }
  .header-phone { display: none; }
  .main-nav { position: absolute; top: var(--header-h); right: 0; left: 0; display: grid; padding: 24px 16px 30px; gap: 0; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .main-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .menu-button { display: grid; }
  .header-actions { gap: 9px; }
  .icon-button { width: 38px; height: 38px; }

  .hero { min-height: 720px; height: 100svh; max-height: 860px; align-items: flex-start; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,8,7,.88), rgba(8,8,7,.22)), linear-gradient(0deg, rgba(8,8,7,.78) 0%, rgba(8,8,7,.15) 62%, rgba(8,8,7,.45)); }
  .hero-content { margin-top: 0; padding-top: max(150px, 19svh); }
  h1 { max-width: 360px; margin-bottom: 20px; font-size: clamp(58px, 19vw, 78px); }
  .hero-lead { max-width: 340px; margin-bottom: 25px; font-size: 16px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-proof { top: calc(100% + 62px); right: 0; display: grid; grid-template-columns: 1fr 1fr; }
  .hero-proof li { min-width: 0; padding-right: 15px; }
  .hero-proof li + li { padding-left: 15px; }
  .hero-proof li:nth-child(2) { border-right: 0; }
  .hero-proof li:last-child { display: none; }
  .hero-scroll { display: none; }

  .section { padding: 82px 0; }
  .section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .section-head h2, .feature-copy h2, .faq h2, .contact-band h2, .recipe h2 { font-size: clamp(40px, 13vw, 58px); }
  .catalog-toolbar { align-items: flex-end; }
  .stock { max-width: 112px; justify-content: flex-end; text-align: right; font-size: 11px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-body { padding: 15px 13px 14px; }
  .product h3 { font-size: 19px; }
  .product-controls { grid-template-columns: 1fr; }
  .qty { height: 38px; }
  .add-button { height: 40px; }

  .feature-band { grid-template-columns: 1fr; }
  .feature-photo { min-height: 430px; }
  .feature-copy { max-width: none; padding: 70px 24px; }
  .delivery-layout { grid-template-columns: 1fr; gap: 40px; }
  .delivery-facts { padding: 28px 24px; }
  .recipe { min-height: 560px; background-attachment: scroll; }
  .faq { grid-template-columns: 1fr; gap: 44px; }
  .contact-band { grid-template-columns: 1fr; padding: 72px 24px; }
  .contact-actions { justify-items: start; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}

@media (max-width: 420px) {
  .hero-actions .button { padding: 0 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { aspect-ratio: 1.45 / 1; }
  .product-controls { grid-template-columns: 92px 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div:first-child { grid-column: auto; }
  .cart-item { grid-template-columns: 58px 1fr auto; padding: 18px 16px; gap: 11px; }
  .cart-thumb { width: 58px; height: 58px; }
}

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

/* Product pages */
.product-page { padding-top: var(--header-h); }
.inner-header { position: fixed; padding-right: max(24px, calc((100vw - 1180px) / 2)); padding-left: max(24px, calc((100vw - 1180px) / 2)); color: var(--white); background: var(--ink); }
.breadcrumbs { display: flex; width: var(--page); margin: 0 auto; padding: 30px 0 22px; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--red); }
.product-detail { display: grid; width: var(--page); margin: 0 auto; padding: 18px 0 104px; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: clamp(46px, 7vw, 104px); }
.product-detail-media { margin: 0; }
.source-photo { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #242521; border-radius: var(--radius); }
.source-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(8,8,7,.1)); pointer-events: none; }
.source-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.045) brightness(1.01); transform: scale(1.012); }
.product-detail-media figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; }
.product-detail-copy h1 { margin: 0 0 12px; font-family: 'Rakoedov Serif', Georgia, serif; font-size: clamp(48px, 5.8vw, 78px); font-weight: 400; line-height: .98; }
.product-detail-count { margin-bottom: 28px; color: var(--muted); font-size: 15px; }
.product-detail-lead { max-width: 520px; margin-bottom: 34px; color: var(--muted); font-size: 17px; }
.product-detail-price { display: flex; margin-bottom: 25px; align-items: baseline; gap: 12px; }
.product-detail-price strong { font-family: 'Rakoedov Serif', Georgia, serif; font-size: 38px; font-weight: 400; }
.product-detail-price span { color: var(--muted); font-size: 12px; }
.product-buy { display: grid; grid-template-columns: 110px 1fr; gap: 10px; }
.product-buy .qty { height: 52px; grid-template-columns: 32px 1fr 32px; }
.product-promises { margin: 28px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-promises li { position: relative; padding: 12px 0 12px 18px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 12px; }
.product-promises li::before { content: ''; position: absolute; top: 18px; left: 0; width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.variant-link { display: inline-flex; gap: 8px; color: var(--red); font-size: 13px; font-weight: 800; }
.variant-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-info { display: grid; grid-template-columns: .8fr 1fr; gap: 90px; border-top: 1px solid var(--line); }
.product-info h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); }
.product-info-copy h3 { margin: 0 0 7px; font-family: 'Rakoedov Serif', Georgia, serif; font-size: 22px; font-weight: 400; }
.product-info-copy p { margin: 0 0 30px; color: var(--muted); font-size: 14px; }
.cart-thumb { object-fit: cover; filter: saturate(.94) contrast(1.04); }

@media (max-width: 760px) {
  .inner-header { padding: 0 16px; }
  .product-detail { padding-bottom: 72px; grid-template-columns: 1fr; gap: 34px; }
  .product-detail-copy h1 { font-size: clamp(46px, 14vw, 64px); }
  .product-info { grid-template-columns: 1fr; gap: 36px; }
  .breadcrumbs { overflow: hidden; white-space: nowrap; }
}

@media (max-width: 420px) {
  .product-buy { grid-template-columns: 96px 1fr; }
  .product-detail { padding-top: 6px; }
}
