:root {
  --paper: #fff9ee;
  --paper-2: #fbeccb;
  --ink: #4b2509;
  --muted: #7a5b43;
  --orange: #f28a00;
  --orange-dark: #c65a00;
  --honey: #ffb82e;
  --honey-soft: #ffe4a3;
  --line: rgba(75, 37, 9, .18);
  --action-solid: #9b4100;
  --action-hover: #813400;
  --action-edge: #6c2900;
  --action-text: #fffaf0;
  --action-muted: rgba(255, 250, 240, .74);
  --control-surface: #fffdf7;
  --control-hover: #fff5df;
  --display: "Nunito", "Arial Rounded MT Bold", sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { min-width: 320px; max-width: 100%; margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body, button, input, textarea { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; text-wrap: balance; font-optical-sizing: auto; }
h1, h2 { margin-bottom: 0; font-weight: 800; letter-spacing: -.045em; line-height: .98; }
p { text-wrap: pretty; }
em { font-style: normal; font-weight: inherit; }
h1 em, h2 em { font-style: italic; font-weight: 800; }

.announcement { height: 30px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--action-text); background: var(--action-solid); font: 500 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.5vw; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(16px); }
.brand { font: 700 29px var(--sans); letter-spacing: -.045em; }
.brand-lockup { width: fit-content; display: inline-flex; align-items: center; gap: 8px; }
.brand-mark { width: 42px; height: 46px; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 3px 6px rgba(134, 65, 0, .1)); }
.brand-word { color: var(--ink); font: 700 clamp(22px, 1.8vw, 27px)/1 var(--sans); letter-spacing: -.045em; }
.brand-word em { color: var(--orange); font-style: normal; }
.site-header nav { display: flex; align-items: center; gap: 38px; font-size: 12px; font-weight: 700; }
.nav-link { position: relative; padding: 27px 2px 25px; transition-property: color; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.nav-link::after { content: ""; position: absolute; right: 0; bottom: 18px; left: 0; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 150ms cubic-bezier(.2,0,0,1); }
.nav-bee { position: absolute; top: 7px; left: 50%; width: 22px; height: 15px; opacity: 0; transform: translate(-85%, 6px) rotate(-8deg) scale(.75); filter: blur(2px); pointer-events: none; transition-property: transform, opacity, filter; transition-duration: 280ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.nav-bee svg { display: block; width: 100%; height: 100%; overflow: visible; fill: var(--honey-soft); stroke: var(--orange-dark); stroke-width: 1.3; stroke-linecap: round; }
.nav-bee .bee-body { fill: var(--honey); }
.site-header nav a:hover, .site-header nav a:focus-visible, footer a:hover { color: var(--orange-dark); }
.nav-link:hover::after, .nav-link:focus-visible::after { transform: scaleX(1); }
.nav-link:hover .nav-bee, .nav-link:focus-visible .nav-bee { opacity: 1; filter: blur(0); transform: translate(-50%, 0) rotate(4deg) scale(1); }
.nav-link:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; border-radius: 6px; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.lang-switch, .cart-button, .menu-btn { border: 0; color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 700; }
.lang-switch { width: 72px; height: 36px; position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 3px; border: 1px solid rgba(75,37,9,.13); border-radius: 999px; background: rgba(255,255,255,.48); box-shadow: inset 0 1px 2px rgba(75,37,9,.05); }
.lang-switch::before { content: ""; position: absolute; top: 3px; left: 3px; width: 32px; height: 28px; border-radius: 999px; background: var(--honey); box-shadow: 0 2px 8px rgba(155,65,0,.14); transition: transform 180ms cubic-bezier(.2,0,0,1); }
.lang-switch.is-ru::before { transform: translateX(34px); }
.lang-switch span { position: relative; z-index: 1; font: 600 9px var(--mono); transition: color 150ms cubic-bezier(.2,0,0,1); }
.lang-switch span[data-lang="ru"], .lang-switch.is-ru span[data-lang="uz"] { color: var(--muted); }
.lang-switch.is-ru span[data-lang="ru"] { color: var(--ink); }
.cart-button { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px 7px 11px; border-radius: 999px; color: var(--action-text); background: var(--action-solid); box-shadow: 0 2px 0 var(--action-edge), 0 7px 16px rgba(75,37,9,.13); transition-property: transform, background-color, box-shadow; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.cart-button .lucide { width: 17px; height: 17px; stroke-width: 2; }
.cart-button b { min-width: 25px; height: 25px; display: grid; place-items: center; padding: 0 5px; border-radius: 999px; color: var(--ink); background: var(--honey); font: 500 9px var(--mono); }
.cart-button:active { transform: translateY(1px) scale(.96); box-shadow: 0 1px 0 var(--action-edge), 0 3px 8px rgba(75,37,9,.12); }
@media (hover: hover) { .cart-button:hover { background: var(--action-hover); transform: translateY(-1px); box-shadow: 0 3px 0 var(--action-edge), 0 9px 20px rgba(75,37,9,.16); } }
.menu-btn { display: none; padding: 8px; background: transparent; font-size: 20px; }
.menu-btn .lucide, .drawer-head .lucide { width: 22px; height: 22px; }

.eyebrow { margin-bottom: 22px; color: var(--orange); font: 500 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.button { min-height: 58px; max-width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 10px 14px 10px 28px; border: 1px solid rgba(255,250,243,.08); border-radius: 999px; color: var(--action-text); background: var(--action-solid); box-shadow: 0 3px 0 var(--action-edge), 0 10px 24px rgba(41,26,21,.14); cursor: pointer; font-size: 13px; font-weight: 700; line-height: 1.25; letter-spacing: .035em; text-align: start; transition-property: transform, background-color, box-shadow; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.button:active { transform: translateY(2px) scale(.96); box-shadow: 0 1px 0 var(--action-edge), 0 4px 12px rgba(41,26,21,.12); }
.button:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
.button.light { color: var(--ink); background: var(--control-surface); border-color: rgba(41,26,21,.09); box-shadow: 0 3px 0 rgba(41,26,21,.16), 0 10px 24px rgba(41,26,21,.1); }
.lucide { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.button > span { font-size: inherit; }
.button > .lucide { width: 34px; height: 34px; flex: 0 0 34px; padding: 8px; border-radius: 50%; color: var(--action-solid); background: var(--action-text); stroke-width: 2; transition-property: transform, color, background-color; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.button.light > .lucide { color: var(--action-text); background: var(--action-solid); }
.hero .button { min-width: min(100%, 330px); justify-content: space-between; }
@media (hover: hover) {
  .button:hover { background: var(--action-hover); box-shadow: 0 4px 0 var(--action-edge), 0 13px 28px rgba(41,26,21,.18); transform: translateY(-1px); }
  .button:hover > .lucide { transform: translateX(2px); }
  .button.light:hover { background: var(--control-hover); box-shadow: 0 4px 0 rgba(41,26,21,.16), 0 13px 28px rgba(41,26,21,.12); }
}
.full { width: 100%; }
.section { padding: 120px 5vw; }

.hero { min-height: calc(100vh - 112px); position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; overflow: hidden; padding: 70px 5vw 78px; }
.hero-copy { min-width: 0; position: relative; z-index: 2; max-width: 580px; }
.hero h1 { max-width: 620px; font-size: clamp(76px, 8.2vw, 132px); }
.hero h1 em { color: var(--orange); }
.hero-lead { max-width: 440px; margin: 30px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.hero-art { min-height: 610px; position: relative; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; z-index: 0; width: min(44vw, 640px); aspect-ratio: 1.08; border-radius: 44% 56% 49% 51% / 52% 42% 58% 48%; background: radial-gradient(circle at 35% 28%, #fff5d7 0 16%, #ffe7ad 45%, #f8cf77 100%); transform: rotate(-5deg); }
.hero-art::after { content: ""; position: absolute; z-index: 1; inset: 7% 4% 8% 8%; background: url("./assets/honeycomb-pattern.svg") center / 150px auto repeat; opacity: .58; -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 72%); mask-image: radial-gradient(ellipse at center, #000 20%, transparent 72%); }
.hero-art img { position: relative; z-index: 2; width: min(49vw, 760px); filter: drop-shadow(0 26px 28px rgba(80, 38, 15, .12)); animation: reveal 700ms cubic-bezier(.2,0,0,1) both; }
.hero-art p { position: absolute; z-index: 3; right: 4%; bottom: 12%; display: flex; align-items: baseline; gap: 7px; margin: 0; padding: 10px 15px; border: 1px solid rgba(75,37,9,.12); border-radius: 999px; color: var(--ink); background: rgba(255,249,238,.9); box-shadow: 0 8px 24px rgba(75,37,9,.12); text-align: center; font: 700 17px var(--sans); backdrop-filter: blur(10px); }
.hero-art p small { display: block; font: 600 8px var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.sun { display: none; }
.hero-foot { position: absolute; left: 5vw; bottom: 30px; margin: 0; color: var(--muted); font: 500 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.intro-strip { position: relative; min-height: 128px; display: flex; align-items: center; overflow: hidden; color: var(--ink); background: var(--honey); border-block: 1px solid rgba(89,45,10,.12); }
.ticker-viewport { width: 100%; overflow: hidden; }
.ticker-track { display: flex; width: max-content; will-change: transform; animation: ticker-scroll 30s linear infinite; }
.ticker-group { display: flex; align-items: center; gap: 22px; padding: 18px 22px 18px 0; }
.ticker-sticker { flex: none; }
.ticker-word { display: inline-flex; align-items: center; min-height: 48px; padding: 0 25px; border: 1.5px solid var(--ink); border-radius: 999px; font: 800 clamp(19px,1.7vw,26px)/1 var(--display); letter-spacing: -.02em; white-space: nowrap; box-shadow: 0 4px 0 rgba(91,45,8,.18); }
.ticker-word-cream { color: var(--ink); background: var(--paper); transform: rotate(-2deg); }
.ticker-word-ink { color: #fffaf0; background: var(--ink); transform: rotate(1.5deg); }
.ticker-word-white { color: #a74b00; background: #fffaf0; transform: rotate(-1deg); }
.ticker-word-outline { color: var(--ink); background: rgba(255,255,255,.26); transform: rotate(2deg); }
.ticker-cake { width: 100px; height: 78px; display: grid; place-items: center; overflow: hidden; background: #fff8e9; border: 1.5px solid rgba(89,45,10,.48); border-radius: 46% 54% 51% 49% / 55% 43% 57% 45%; box-shadow: 0 5px 0 rgba(91,45,8,.16); transform: rotate(3deg); }
.ticker-cake-whole { transform: rotate(-3deg); }
.ticker-cake img { width: 112%; height: 112%; object-fit: contain; }
.ticker-bee { width: 82px; height: 68px; display: grid; place-items: center; transform: rotate(-7deg); }
.ticker-bee svg { width: 76px; overflow: visible; fill: var(--ink); stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.ticker-bee .wing { fill: #fff8e9; }
.ticker-bee .stripe, .ticker-bee .smile { fill: none; stroke: var(--honey); }
.ticker-honey { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #fff8e9; border: 1.5px solid var(--ink); box-shadow: 0 4px 0 rgba(91,45,8,.18); transform: rotate(5deg); }
.ticker-honey svg { width: 48px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.ticker-honey .honey-fill { fill: var(--honey); }
.ticker-toggle { position: absolute; z-index: 2; right: 18px; bottom: 12px; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; color: #fffaf0; background: var(--ink); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; box-shadow: 0 3px 0 rgba(78,37,7,.25); cursor: pointer; }
.ticker-toggle svg { grid-area: 1/1; width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: opacity 160ms ease, transform 160ms ease; }
.ticker-toggle .ticker-play { opacity: 0; transform: scale(.75); }
.intro-strip.is-paused .ticker-track { animation-play-state: paused; }
.intro-strip.is-paused .ticker-pause { opacity: 0; transform: scale(.75); }
.intro-strip.is-paused .ticker-play { opacity: 1; transform: scale(1); }
.ticker-toggle:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@keyframes ticker-scroll { to { transform: translateX(-50%); } }

.section-heading { display: grid; grid-template-columns: 1.6fr .7fr; align-items: end; gap: 40px; margin-bottom: 65px; }
.section-heading h2, .format-copy h2 { max-width: 820px; font-size: clamp(52px, 6.2vw, 92px); }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid rgba(75,37,9,.14); border-radius: 26px; box-shadow: 0 10px 30px rgba(75,37,9,.055); cursor: pointer; outline: none; }
.product-card:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.product-visual { height: clamp(340px, 37vw, 540px); position: relative; display: grid; place-items: center; overflow: hidden; background: var(--paper-2); border-bottom: 1px solid rgba(75,37,9,.14); }
.product-visual::after { content: ""; position: absolute; width: 65%; aspect-ratio: 1; border: 1px solid rgba(233,71,18,.4); border-radius: 50%; }
.product-visual > span { position: absolute; z-index: 3; left: 18px; top: 16px; color: var(--orange); font: 500 10px var(--mono); }
.product-visual img { position: relative; z-index: 2; width: 112%; max-width: none; filter: drop-shadow(0 18px 14px rgba(61,30,10,.11)); transition: transform 350ms cubic-bezier(.2,0,0,1); }
.product-card:nth-child(2) .product-visual img { width: 105%; }
.product-card:nth-child(3) .product-visual img { width: 113%; }
.product-card:hover .product-visual img { transform: scale(1.035) rotate(-1deg); }
.product-copy { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 19px 20px 22px; }
.product-copy p { margin: 0 0 10px; color: var(--orange); font: 500 9px var(--mono); letter-spacing: .08em; }
.product-copy h3 { margin: 0 0 6px; font: 800 23px/1.15 var(--display); letter-spacing: -.025em; }
.product-copy small { color: var(--muted); font-size: 11px; }
.product-copy > b { white-space: nowrap; font: 800 clamp(18px,1.35vw,22px)/1.1 var(--display); letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.product-copy > b small { font: 700 10px/1 var(--sans); letter-spacing: 0; }

.slice-builder { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 7vw; border-top: 1px solid var(--line); background: #fbf7ef; }
.slice-builder-copy h2 { font-size: clamp(56px,6.5vw,96px); }
.slice-builder-copy h2 em { color: var(--orange); }
.slice-builder-lead { max-width: 500px; margin: 28px 0 32px; color: var(--muted); font-size: 14px; line-height: 1.7; text-wrap: pretty; }
.slice-summary { max-width: 500px; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 24px; border-block: 1px solid var(--line); }
.slice-summary > div { display: grid; gap: 7px; padding: 18px 0; }
.slice-summary > div:last-child { padding-left: 24px; border-left: 1px solid var(--line); }
.slice-summary span { color: var(--muted); font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.slice-summary b { font: 650 25px var(--sans); font-variant-numeric: tabular-nums; }
.slice-add { width: min(100%,500px); justify-content: space-between; }
.button:disabled { opacity: .42; box-shadow: none; cursor: not-allowed; transform: none; }
.slice-note { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; }
.cake-studio { overflow: hidden; padding: clamp(24px,4vw,54px); border-radius: 34px; color: var(--ink); background: var(--honey); box-shadow: 0 22px 60px rgba(107,42,14,.15); }
.cake-studio-head, .cake-caption { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cake-studio-head { margin-bottom: 22px; }
.cake-studio-head span, .cake-studio-head p, .cake-caption { margin: 0; font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.cake-studio-head span { display: grid; place-items: center; min-width: 58px; min-height: 32px; padding: 0 12px; border: 1px solid rgba(75,37,9,.34); border-radius: 999px; }
.cake-studio-head p { color: rgba(75,37,9,.7); }
.cake-tray { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; aspect-ratio: 3/2; padding: 10.4% 10.7% 10.7%; overflow: hidden; border: 1px solid rgba(255,250,243,.24); border-radius: 28px; background: radial-gradient(circle at 40% 28%, #493129 0, #321f19 68%); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 14px 30px rgba(65,20,6,.2); perspective: 800px; }
.cake-piece { min-width: 0; position: relative; padding: 0; overflow: visible; border: 0; border-radius: 3px; color: #4a260f; background: #c77a20; cursor: pointer; transition-property: box-shadow, filter, transform; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.cake-piece img { width: 100%; height: 100%; display: block; border-radius: inherit; object-fit: cover; pointer-events: none; }
.cake-piece span { position: absolute; z-index: 1; top: 8px; left: 8px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: rgba(41,26,21,.65); background: rgba(255,250,243,.7); font: 600 9px var(--mono); font-variant-numeric: tabular-nums; transition-property: color, background-color; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.cake-piece.selected { z-index: 2; filter: saturate(1.06) brightness(1.06); box-shadow: 0 18px 24px rgba(15,7,4,.42); transform: translateY(-10px) scale(.98); }
.cake-piece.selected span { color: var(--orange); background: #fffaf3; }
.cake-piece:focus-visible { outline: 3px solid #fffaf3; outline-offset: 3px; }
.cake-piece:active { transform: translateY(-2px) scale(.96); }
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .cake-piece:not(.selected):hover { filter: brightness(1.04); transform: translateY(-3px) scale(.99); }
  .cake-piece.selected:hover { transform: translateY(-12px) scale(.98); }
}
.cake-caption { margin-top: 22px; color: rgba(75,37,9,.7); }
.cake-caption b { color: var(--ink); font-weight: 600; }
.mini-brand { display: inline-flex; align-items: center; gap: 7px; }
.mini-brand img { width: 28px; height: 28px; object-fit: contain; }

.manifesto { padding: 108px 7vw 100px; color: var(--ink); background: var(--honey); text-align: center; }
.manifesto .eyebrow { color: rgba(75,37,9,.68); }
.manifesto h2 { font-size: clamp(58px, 7vw, 104px); }
.manifesto-lead { max-width: 610px; margin: 28px auto 0; color: rgba(75,37,9,.72); font-size: 14px; line-height: 1.75; }
.ingredients { max-width: 1180px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 74px auto 0; border-top: 1px solid rgba(75,37,9,.25); }
.ingredients article { padding: 38px 35px 8px; border-right: 1px solid rgba(75,37,9,.22); }
.ingredients article:last-child { border-right: 0; }
.ingredient-image { width: 150px; height: 150px; display: grid; place-items: center; margin: 0 auto 14px; }
.ingredient-image img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 14px 16px rgba(93, 28, 3, .16)); }
.ingredients h3 { margin: 0 0 9px; font: 800 25px/1.15 var(--display); letter-spacing: -.025em; }
.ingredients p { margin: 0; color: rgba(75,37,9,.72); font-size: 11px; line-height: 1.6; }

.format-guide { display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; gap: 7vw; }
.format-copy { align-self: center; }
.format-copy h2 { margin-bottom: 55px; }
.format-copy h2 em { color: var(--orange); }
.format-row { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.format-row > span { color: var(--orange); font: 500 10px var(--mono); }
.format-row h3 { margin: 0 0 8px; font: 800 25px/1.15 var(--display); letter-spacing: -.025em; }
.format-row p { max-width: 410px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.format-art { min-height: 620px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--paper-2); outline: 1px solid rgba(0,0,0,.08); }
.format-art::before { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border: 1px solid var(--orange); border-radius: 50%; }
.format-art img { position: relative; z-index: 1; width: 120%; max-width: none; filter: drop-shadow(0 22px 20px rgba(60,30,12,.13)); }
.format-art > span { position: absolute; z-index: 2; top: 30px; right: 30px; width: 94px; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; color: #fff; background: var(--orange); text-align: center; font: 700 18px var(--sans); transform: rotate(8deg); }

.how-it-works { padding-top: 80px; border-top: 1px solid var(--line); }
.how-it-works .section-heading { grid-template-columns: 1fr; }
.how-it-works .section-heading h2 { font-size: clamp(52px,6vw,88px); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--orange); }
.steps article { min-height: 465px; position: relative; padding: 30px; border-right: 1px solid var(--orange); }
.steps article:last-child { border-right: 0; }
.steps article > span { color: var(--orange); font: 500 11px var(--mono); }
.step-image { height: 275px; display: grid; place-items: center; margin: 6px 0 8px; padding: 12px; overflow: visible; }
.step-image img { width: auto; max-width: 100%; height: auto; max-height: 250px; object-fit: contain; filter: drop-shadow(0 14px 15px rgba(61,30,10,.1)); transition-property: transform; transition-duration: 220ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.steps article:nth-child(2) .step-image img { max-height: 240px; }
.steps article:nth-child(3) .step-image img { max-height: 235px; }
.steps article:hover .step-image img { transform: translateY(-4px) scale(1.015); }
.steps h3 { margin: 0 0 10px; font: 800 27px/1.15 var(--display); letter-spacing: -.025em; }
.steps p { max-width: 280px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.fresh { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 650px; }
.fresh-photo { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--paper-2); }
.fresh-photo::before { content: ""; position: absolute; width: 58%; aspect-ratio: 1; border-radius: 50%; background: #e7d8c2; }
.fresh-photo img { position: relative; z-index: 1; width: 90%; filter: drop-shadow(0 20px 22px rgba(60,30,12,.12)); }
.fresh-copy { display: flex; flex-direction: column; justify-content: center; padding: 9vw; color: var(--ink); background: var(--honey); }
.fresh-copy .eyebrow { color: rgba(75,37,9,.68); }
.fresh-copy h2 { font-size: clamp(56px,6vw,92px); }
.fresh-copy > p:last-child { max-width: 430px; margin: 30px 0 0; color: rgba(75,37,9,.72); font-size: 13px; line-height: 1.75; }

.quote { text-align: center; }
.quote blockquote { max-width: 1030px; margin: 0 auto 30px; font: 500 clamp(32px,4vw,58px)/1.2 var(--sans); letter-spacing: -.035em; text-wrap: balance; }
.quote > p:last-child { color: var(--muted); font: 500 10px var(--mono); }
.corporate { min-height: 610px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; padding: 80px 7vw; color: var(--ink); background: var(--honey); }
.corporate h2 { font-size: clamp(55px,6vw,90px); }
.corporate > div > p:not(.eyebrow) { max-width: 430px; margin: 28px 0 32px; color: rgba(75,37,9,.72); font-size: 13px; line-height: 1.7; }
.corporate .eyebrow { color: rgba(75,37,9,.68); }
.corporate img { width: 110%; max-width: none; filter: drop-shadow(0 22px 20px rgba(60,20,5,.18)); }
.final-cta { text-align: center; }
.final-brand-mark { width: clamp(82px, 9vw, 124px); height: auto; margin: 0 auto 18px; filter: drop-shadow(0 10px 18px rgba(134,65,0,.12)); }
.final-cta h2 { margin-bottom: 40px; color: var(--orange); font-size: clamp(70px,9vw,140px); }

.utility-page { display: none; min-height: 90vh; border-top: 1px solid var(--line); background: #fbf7ef; }
.utility-page:target { display: grid; }
#product { grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.detail-image { min-height: 650px; display: grid; place-items: center; background: var(--paper-2); outline: 1px solid rgba(0,0,0,.08); }
.detail-image img { width: 108%; max-width: none; }
.detail-info { max-width: 600px; }
.detail-info h1, .simple-page h1, .checkout-page h1 { font-size: clamp(64px,7vw,104px); }
.detail-info > p:not(.eyebrow) { max-width: 470px; margin: 25px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.price { display: block; margin-bottom: 38px; color: var(--orange); font: 650 25px var(--sans); }
.price small { font: 500 10px var(--mono); }
fieldset { margin: 0 0 24px; padding: 0; border: 0; }
legend { margin-bottom: 12px; font-size: 11px; font-weight: 700; }
.pills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.pills button, .toggle button, .payment button { min-height: 56px; padding: 10px 18px; border: 1px solid rgba(41,26,21,.16); border-radius: 999px; color: var(--ink); background: var(--control-surface); box-shadow: 0 1px 2px rgba(41,26,21,.04); cursor: pointer; font-size: 13px; font-weight: 600; line-height: 1.15; transition-property: transform, color, border-color, background-color, box-shadow; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.pills button:active, .toggle button:active, .payment button:active { transform: scale(.96); }
.pills button:focus-visible, .toggle button:focus-visible, .payment button:focus-visible, .quantity button:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.pills button small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 500; line-height: 1; }
.pills button.selected, .toggle button.selected { border-color: var(--action-solid); color: var(--action-text); background: var(--action-solid); box-shadow: 0 3px 0 var(--action-edge), 0 7px 16px rgba(41,26,21,.12); }
.pills button.selected small { color: var(--action-muted); }
@media (hover: hover) {
  .pills button:hover, .toggle button:hover, .payment button:hover { border-color: rgba(41,26,21,.34); background: var(--control-hover); }
  .pills button.selected:hover, .toggle button.selected:hover, .payment button.selected:hover { border-color: var(--action-solid); color: var(--action-text); background: var(--action-hover); }
}
.upsell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 18px 0; border-block: 1px solid var(--line); cursor: pointer; }
.upsell input { width: 18px; height: 18px; accent-color: var(--orange); }
.upsell span { display: grid; gap: 4px; }
.upsell b { font-size: 12px; }
.upsell small { color: var(--muted); font-size: 10px; }
.upsell em { color: var(--orange); font: 500 11px var(--mono); }
.message-field { margin-top: 12px; padding: 16px; border: 1px solid var(--line); background: var(--paper); }
.message-field[hidden] { display: none; }
.message-field-head { display: flex; justify-content: space-between; margin-bottom: 9px; font-size: 11px; font-weight: 700; }
.message-field-head small { color: var(--muted); font: 500 9px var(--mono); }
.message-field textarea { width: 100%; min-height: 94px; padding: 13px; resize: vertical; border: 1px solid var(--line); border-radius: 0; outline: none; background: #fffdf7; font-size: 13px; line-height: 1.5; }
.message-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(233,71,18,.1); }
.message-field > small { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; }
.total-block { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.total-block > span { color: var(--muted); font: 500 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.total-block > div { display: grid; justify-items: end; gap: 4px; }
.total-block small { color: var(--muted); font-size: 10px; }
.total-block b { color: var(--orange); font: 650 28px var(--sans); }
.buy-row { display: grid; grid-template-columns: 120px 1fr; gap: 10px; margin-top: 24px; }
.quantity { display: grid; grid-template-columns: 1fr 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,247,.55); }
.quantity button { display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; cursor: pointer; transition-property: transform, color, background-color; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.quantity button:active { transform: scale(.96); }
.quantity button .lucide { width: 18px; height: 18px; stroke-width: 2; }
.quantity span { display: grid; place-items: center; }

.checkout-page:target { display: block; }
.checkout-page > h1 { margin-bottom: 60px; }
.checkout-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; }
.checkout-grid form { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; font-size: 11px; font-weight: 700; }
.customer-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.customer-fields[hidden], .business-fields[hidden], .payment-options[hidden], .business-payment-options[hidden], .transfer-note[hidden], .invoice-success[hidden], .business-order-note[hidden] { display: none; }
.business-fields { display: grid; gap: 18px; padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.form-section-heading h3 { margin: 0 0 5px; font: 800 26px/1.15 var(--display); letter-spacing: -.025em; }
.form-section-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.business-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); background: #fffdf7; }
.business-flow li { display: flex; align-items: flex-start; gap: 10px; padding: 13px; border-right: 1px solid var(--line); }
.business-flow li:last-child { border-right: 0; }
.business-flow li > span { display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; color: #fffaf3; background: var(--orange); font: 600 9px var(--mono); }
.business-flow p { display: grid; gap: 4px; margin: 1px 0 0; }
.business-flow b { font-size: 10px; }
.business-flow small { color: var(--muted); font-size: 8px; line-height: 1.4; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-wide { grid-column: 1 / -1; }
.checkout-grid input, .track-form input { min-height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 0; outline: none; background: #fffdf7; }
.checkout-grid input:focus, .track-form input:focus { border-color: var(--orange); }
.toggle { display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; padding: 5px; border: 1px solid rgba(41,26,21,.1); border-radius: 999px; background: var(--paper-2); }
.toggle button { min-height: 48px; border-color: transparent; background: transparent; box-shadow: none; }
.toggle button.selected { border-color: var(--action-solid); color: var(--action-text); background: var(--action-solid); box-shadow: 0 2px 0 var(--action-edge), 0 6px 14px rgba(41,26,21,.1); }
@media (hover: hover) {
  .toggle button:hover { border-color: transparent; background: rgba(255,253,247,.72); }
  .toggle button.selected:hover { border-color: var(--action-solid); color: var(--action-text); background: var(--action-hover); }
  .quantity button:hover { color: var(--orange); background: var(--control-surface); }
}
.payment-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.payment > span { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 700; }
.payment-options { grid-template-columns: repeat(4, 1fr); }
.payment-options .payment-choice { min-width: 0; min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 16px; overflow: hidden; }
.payment-logo { width: auto; height: auto; max-width: 100%; object-fit: contain; flex: 0 0 auto; }
.payment-logo-payme { width: 76px; max-height: 27px; }
.click-logo-tile { min-width: 96px; min-height: 36px; display: grid; place-items: center; padding: 8px 12px; border-radius: 999px; background: #111; }
.payment-logo-click { width: 76px; max-height: 20px; }
.card-brand-logos { display: inline-flex; align-items: center; gap: 7px; padding: 5px 8px; border-radius: 999px; background: #fff; }
.card-brand-logos img { width: auto; height: 24px; max-width: 42px; object-fit: contain; }
.payment-choice-label { font-size: 11px; font-weight: 700; white-space: nowrap; }
.payment-choice-cash .lucide { width: 25px; height: 25px; flex: 0 0 25px; stroke-width: 1.7; }
.payment-options button.selected { border-color: var(--action-solid); color: var(--action-text); background: var(--action-solid); box-shadow: 0 3px 0 var(--action-edge), 0 7px 16px rgba(41,26,21,.12); }
.business-payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.business-payment { min-height: 74px !important; display: flex; align-items: center; gap: 13px; padding: 12px 20px !important; text-align: left; }
.business-payment .lucide { width: 23px; height: 23px; flex: 0 0 23px; stroke-width: 1.5; }
.business-payment span { display: grid; gap: 4px; }
.business-payment b { font-size: 11px; }
.business-payment small { color: var(--muted); font-size: 9px; }
.business-payment.selected { border-color: var(--action-solid); color: var(--action-text); background: var(--action-solid); box-shadow: 0 3px 0 var(--action-edge), 0 7px 16px rgba(41,26,21,.12); }
.business-payment.selected small { color: var(--action-muted); }
.transfer-note { display: flex; align-items: flex-start; gap: 11px; margin-top: 10px; padding: 14px; color: var(--ink); background: #f0e6d6; }
.transfer-note .lucide { width: 18px; height: 18px; flex: 0 0 18px; color: var(--orange); }
.transfer-note p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.invoice-success { display: flex; align-items: flex-start; gap: 13px; padding: 17px; border: 1px solid rgba(45,119,75,.35); background: rgba(45,119,75,.08); }
.invoice-success .lucide { width: 21px; height: 21px; flex: 0 0 21px; color: #2d774b; }
.invoice-success b { display: block; margin-bottom: 4px; font-size: 12px; }
.invoice-success p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.checkout-grid aside { height: fit-content; padding: 30px; border: 1px solid var(--line); }
.order-line, .order-total { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); font-size: 12px; }
.order-total { font: 650 20px var(--sans); }
.business-order-note { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px; }
.business-order-note b { color: var(--orange); }
.simple-page:target { display: block; text-align: center; }
.simple-page > p:last-child { max-width: 650px; margin: 35px auto 0; color: var(--muted); line-height: 1.7; }
.track-form { max-width: 520px; display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 40px auto 0; }

footer { min-height: 300px; display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 28px; padding: 60px 5vw; color: var(--ink); background: var(--honey-soft); border-top: 1px solid rgba(75,37,9,.14); }
footer .footer-brand .brand-mark { width: 72px; height: 76px; }
footer .footer-brand .brand-word { font-size: clamp(34px, 4vw, 48px); }
footer > p { align-self: end; justify-self: end; color: rgba(75,37,9,.66); }
footer > div { display: flex; gap: 26px; font-size: 11px; }
footer > small { justify-self: end; color: rgba(75,37,9,.54); font: 500 9px var(--mono); }

.cart-drawer { position: fixed; z-index: 101; inset: 0 0 0 auto; width: min(450px, 100%); height: 100dvh; display: flex; flex-direction: column; padding: max(28px, env(safe-area-inset-top)) max(28px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(28px, env(safe-area-inset-left)); overflow-y: auto; background: #fffaf3; transform: translateX(105%); transition: transform 280ms cubic-bezier(.2,0,0,1); }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 45px; }
.drawer-head button { display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; transition-property: color, background-color, transform; transition-duration: 150ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.drawer-head button:active { transform: scale(.96); }
.drawer-head button:focus-visible, .lang-switch:focus-visible, .cart-button:focus-visible, .menu-btn:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
@media (hover: hover) { .drawer-head button:hover { color: var(--orange); background: var(--paper); } }
.cart-items { flex: 1; padding: 25px 0; }
.empty { color: var(--muted); font-size: 13px; }
.cart-item { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.cart-bottom > div { display: flex; justify-content: space-between; margin-bottom: 18px; }
.scrim { position: fixed; z-index: 100; inset: 0; visibility: hidden; opacity: 0; background: rgba(41,26,21,.35); transition: opacity 200ms cubic-bezier(.2,0,0,1); }
.scrim.open { visibility: visible; opacity: 1; }
.mobile-nav { display: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .button:active, .pills button:active, .toggle button:active, .payment button:active, .quantity button:active, .drawer-head button:active, .cake-piece:active { transform: none; }
  .ticker-track { animation: none !important; transform: none !important; }
  .ticker-group[aria-hidden="true"] { display: none; }
  .ticker-viewport { overflow-x: auto; scrollbar-width: none; }
  .ticker-toggle { display: none; }
}

@media (max-width: 1180px) {
  .site-header { padding-inline: 32px; }
  .site-header nav { gap: 24px; }
  .header-actions { gap: 10px; }
  .hero { grid-template-columns: .92fr 1.08fr; padding-inline: 32px; }
  .hero h1 { font-size: clamp(68px, 8.4vw, 102px); }
  .hero-art { min-height: 520px; }
  .section { padding-inline: 32px; }
  .slice-builder { gap: 42px; }
  .cake-studio { padding: 30px; }
  .checkout-grid { gap: 44px; }
  .payment-options { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; padding-inline: 22px; }
  .site-header nav { display: none; }
  .header-actions { gap: 10px; }
  .menu-btn { display: block; }
  .mobile-nav { position: fixed; z-index: 49; top: 100px; inset-inline: 0; display: grid; gap: 0; max-height: calc(100dvh - 100px); padding: 16px 22px calc(24px + env(safe-area-inset-bottom)); overflow-y: auto; border-bottom: 1px solid var(--line); background: var(--paper); transform: translateY(-150%); transition: transform 220ms cubic-bezier(.2,0,0,1); }
  .mobile-nav.open { transform: translateY(0); }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font: 600 20px/1.25 var(--sans); }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); padding: 70px 22px 46px; }
  .hero-copy { max-width: 680px; }
  .hero h1 { font-size: clamp(64px,15vw,106px); }
  .hero-art { min-height: clamp(380px,58vw,520px); margin-top: -10px; }
  .hero-art::before { width: 78vw; }
  .hero-art img { width: min(108vw,700px); max-width: none; }
  .hero-art p { right: 2%; bottom: 8%; width: 88px; }
  .sun-one { left: 4%; top: 8%; }
  .hero-foot { position: static; }
  .section { padding: 85px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 45px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:first-child { grid-column: auto; }
  .product-card:first-child .product-visual, .product-visual { height: clamp(330px,48vw,440px); }
  .ingredients, .steps { grid-template-columns: 1fr; }
  .slice-builder { grid-template-columns: 1fr; gap: 55px; }
  .slice-builder-copy { max-width: 650px; }
  .ingredients article, .steps article { border-right: 0; border-bottom: 1px solid rgba(75,37,9,.22); }
  .steps article { min-height: 430px; border-bottom-color: var(--orange); }
  .format-guide, .fresh, .corporate, #product { grid-template-columns: 1fr; }
  .format-art, .detail-image { min-height: 500px; }
  .fresh-photo { min-height: 520px; }
  .corporate { padding: 75px 22px 20px; }
  .corporate img { width: min(110%, 760px); justify-self: center; }
  .checkout-grid { grid-template-columns: 1fr; }
  .customer-fields, .field-grid { grid-template-columns: 1fr; }
  .business-flow { grid-template-columns: 1fr; }
  .business-flow li { border-right: 0; border-bottom: 1px solid var(--line); }
  .business-flow li:last-child { border-bottom: 0; }
  .field-wide { grid-column: auto; }
  .checkout-grid aside { order: 2; }
  footer { padding-inline: 22px; }
}

@media (max-width: 680px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-visual, .product-card:first-child .product-visual { height: clamp(330px, 102vw, 460px); }
  .payment-options { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .announcement { min-height: 30px; height: auto; padding: 7px 12px; font-size: 8px; text-align: center; }
  .site-header { padding-inline: 16px; }
  .brand { font-size: 24px; }
  .brand-lockup { gap: 5px; }
  .brand-mark { width: 34px; height: 38px; }
  .brand-word { font-size: 20px; }
  .header-actions { gap: 7px; }
  .lang-switch { width: 66px; min-width: 66px; height: 36px; min-height: 36px; display: grid; padding: 3px; }
  .lang-switch::before { width: 29px; }
  .lang-switch.is-ru::before { transform: translateX(31px); }
  .cart-button, .menu-btn { min-width: 40px; min-height: 40px; justify-content: center; padding: 0; }
  .cart-button { gap: 5px; padding-inline: 8px; }
  .cart-button span { display: none; }
  .cart-button .lucide { width: 18px; height: 18px; }
  .mobile-nav { padding-inline: 16px; }
  .hero { padding-top: 58px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(52px, 17vw, 66px); }
  .hero-lead { font-size: 13px; }
  .hero .button { min-width: 0; width: 100%; }
  .hero .button > span { min-width: 0; overflow-wrap: anywhere; }
  .hero-art { min-height: clamp(300px, 93vw, 390px); }
  .hero-art img { width: min(116vw, 570px); }
  .hero-art p { width: 74px; font-size: 23px; }
  .sun { width: 45px; }
  .intro-strip { min-height: 112px; }
  .ticker-group { gap: 14px; padding-right: 14px; }
  .ticker-word { min-height: 43px; padding-inline: 20px; font-size: 21px; }
  .ticker-cake { width: 86px; height: 68px; }
  .ticker-bee { width: 68px; }
  .ticker-bee svg { width: 64px; }
  .ticker-toggle { right: 10px; bottom: 8px; width: 32px; height: 32px; }
  .section { padding: 72px 16px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .format-copy h2 { font-size: clamp(42px, 13vw, 48px); }
  .product-copy { gap: 12px; padding: 17px 16px 20px; }
  .product-copy > b { font-size: 19px; }
  .slice-builder { padding-inline: 16px; }
  .slice-builder-copy { padding-inline: 6px; }
  .slice-builder-copy h2 { font-size: clamp(43px, 13.5vw, 51px); }
  .slice-summary b { font-size: clamp(20px, 6.2vw, 25px); }
  .cake-studio { padding: 20px 14px; border-radius: 26px; }
  .cake-studio-head { gap: 12px; }
  .cake-studio-head p { max-width: 150px; text-align: end; line-height: 1.45; }
  .cake-tray { border-radius: 21px; }
  .cake-piece span { top: 5px; left: 5px; width: 20px; height: 20px; font-size: 8px; }
  .slice-summary > div:last-child { padding-left: 16px; }
  .manifesto { padding: 78px 16px; }
  .manifesto h2 { font-size: clamp(47px, 14vw, 54px); }
  .ingredients { margin-top: 50px; }
  .ingredients article { padding: 30px 10px; }
  .format-copy h2 { margin-bottom: 38px; }
  .format-art, .detail-image, .fresh-photo { min-height: clamp(330px, 100vw, 390px); }
  .format-art img { width: 135%; }
  .steps article { padding: 25px; }
  .step-image { height: 245px; }
  .step-image img { max-height: 220px; }
  .steps article:nth-child(2) .step-image img,
  .steps article:nth-child(3) .step-image img { max-height: 210px; }
  .fresh-copy { padding: 70px 18px; }
  .fresh-copy h2, .corporate h2 { font-size: clamp(48px, 14vw, 60px); }
  .quote blockquote { font-size: clamp(30px, 9vw, 35px); }
  .corporate { padding-inline: 16px; }
  .corporate img { width: 122%; margin-inline-start: -11%; }
  #product { padding-top: 40px; gap: 45px; }
  .detail-info h1, .simple-page h1, .checkout-page h1 { font-size: clamp(48px, 15vw, 59px); }
  .pills { grid-template-columns: 1fr; }
  .buy-row { grid-template-columns: 1fr; }
  .quantity { min-height: 48px; }
  .quantity button { min-height: 48px; }
  .total-block { align-items: flex-start; }
  .total-block > div { justify-items: end; min-width: 0; }
  .total-block b { font-size: clamp(24px, 7vw, 28px); }
  .upsell { grid-template-columns: auto minmax(0, 1fr); }
  .upsell em { grid-column: 2; }
  .message-field textarea { font-size: 16px; }
  .checkout-page > h1 { margin-bottom: 42px; }
  .toggle button { min-width: 0; padding-inline: 10px; font-size: 11px; }
  .business-fields { padding: 16px; }
  .payment-options { grid-template-columns: 1fr 1fr; }
  .payment-options .payment-choice { min-height: 82px; flex-direction: column; gap: 7px; padding: 10px 8px; }
  .click-logo-tile { min-width: 88px; }
  .card-brand-logos { gap: 5px; }
  .card-brand-logos img { height: 21px; max-width: 37px; }
  .business-payment-options { grid-template-columns: 1fr; }
  .checkout-grid aside { padding: 22px 18px; }
  .track-form { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer > p, footer > small { justify-self: start; }
  footer > div { flex-wrap: wrap; }
  .cart-drawer { padding: max(20px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); }
  .drawer-head h2 { font-size: 38px; }
  .cart-item { gap: 12px; }
}

@media (max-width: 370px) {
  .announcement { font-size: 7px; letter-spacing: .035em; }
  .brand { font-size: 22px; }
  .brand-mark { width: 31px; height: 35px; }
  .brand-word { font-size: 18px; }
  .header-actions { gap: 5px; }
  .lang-switch { width: 60px; min-width: 60px; }
  .lang-switch::before { width: 26px; }
  .lang-switch.is-ru::before { transform: translateX(28px); }
  .cart-button, .menu-btn { min-width: 38px; }
  .hero { padding-inline: 16px; }
  .ticker-word { padding-inline: 17px; font-size: 19px; }
  .button { gap: 10px; padding-inline: 20px 10px; font-size: 12px; }
  .button > .lucide { width: 32px; height: 32px; flex-basis: 32px; }
  .slice-summary { grid-template-columns: 1fr; }
  .slice-summary > div:last-child { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .cake-piece span { top: 3px; left: 3px; width: 18px; height: 18px; font-size: 7px; }
  .cake-caption { gap: 10px; font-size: 7px; }
  .toggle button { font-size: 10px; }
  .payment-logo-payme { width: 66px; }
  .click-logo-tile { min-width: 76px; padding-inline: 9px; }
  .payment-logo-click { width: 65px; }
}
