:root { --bg: oklch(0.955 0.012 50); --blush: oklch(0.915 0.028 30); --blush-deep: oklch(0.875 0.040 28); --ivory: oklch(0.985 0.006 60); --ink: oklch(0.275 0.018 40); --ink-soft: oklch(0.455 0.022 42); --line: oklch(0.855 0.020 40); --honey: oklch(0.760 0.130 72); --honey-deep: oklch(0.560 0.110 60); --terra: oklch(0.640 0.150 38); --terra-deep: oklch(0.560 0.150 36); --space-xs: 6px; --space-sm: 12px; --space-md: 20px; --space-lg: 32px; --space-xl: 56px; --space-2xl: 96px; --maxw: 1180px; }
* { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: Manrope, system-ui, -apple-system, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; overflow-x: hidden; }
.serif { font-family: Spectral, Georgia, serif; font-weight: 400; letter-spacing: 0.01em; }
a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--blush-deep); color: var(--ink); }
.shell { max-width: var(--maxw); margin: 0px auto; padding: 0px clamp(18px, 5vw, 40px); }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: clamp(14px, 2vw, 28px); padding: 16px clamp(18px, 5vw, 40px); max-width: var(--maxw); margin: 0px auto; flex-wrap: nowrap; }
.brand { font-family: Spectral, serif; font-weight: 600; font-size: clamp(17px, 1.7vw, 21px); letter-spacing: 0.01em; text-decoration: none; color: var(--ink); white-space: nowrap; line-height: 1; flex: 0 0 auto; }
.brand span { color: var(--honey-deep); }
.topnav { display: flex; gap: clamp(6px, 1.2vw, 18px); flex-wrap: nowrap; justify-content: center; }
.topnav a { text-decoration: none; color: var(--ink-soft); font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; padding: 8px 2px; position: relative; transition: color 0.2s; white-space: nowrap; }
.topnav .nico { width: 14px; height: 14px; vertical-align: -2px; margin-right: 5px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.topnav a::after { content: ""; position: absolute; left: 0px; right: 100%; bottom: 4px; height: 2px; background: var(--terra-deep); transition: right 0.25s; }
.topnav a:hover { color: var(--ink); }
.topnav a:hover::after { right: 0px; }
.topnav a.cur::after { right: 0px; }
.topnav a.cur { color: var(--ink); }
.topnav a:focus-visible, .brand:focus-visible { outline: 2px solid var(--terra-deep); outline-offset: 4px; border-radius: 3px; }
.topcta { display: inline-flex; align-items: center; gap: 7px; background: var(--ink); color: var(--ivory); text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; padding: 11px 18px; border-radius: 40px; white-space: nowrap; min-height: 42px; transition: background 0.2s, transform 0.2s; }
.topcta:hover { background: var(--terra-deep); transform: translateY(-1px); }
.topcta:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.navtog { display: none; }
.m-order { display: none; }
.burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 10px; background: var(--ivory); cursor: pointer; flex: 0 0 auto; padding: 0; }
.burger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 0 auto; transition: transform 0.25s, opacity 0.2s; }
.navtog:checked ~ .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navtog:checked ~ .burger span:nth-child(2) { opacity: 0; }
.navtog:checked ~ .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.burger:focus-visible { outline: 2px solid var(--terra-deep); outline-offset: 3px; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(24px, 5vw, 48px) 0px clamp(40px, 7vw, 80px); }
.hero-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 14px; }
.hero-gallery figure { overflow: hidden; border-radius: 6px; background: var(--blush); }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.hero-gallery figure:hover img { transform: scale(1.05); }
.hero-gallery .g1 { aspect-ratio: 3 / 4; }
.hero-gallery .g2 { aspect-ratio: 3 / 4; }
.hero-gallery .g3 { aspect-ratio: 4 / 3; }
.hero-gallery .g4 { aspect-ratio: 4 / 3; }
.hero-copy .eyebrow { font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.22em; color: var(--terra-deep); margin-bottom: 18px; }
.hero-copy h1 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; line-height: 1.0; letter-spacing: -0.015em; font-size: clamp(42px, 6.6vw, 76px); margin-bottom: 22px; }
.hero-copy h1 em { font-style: italic; font-weight: 500; color: var(--honey-deep); }
.hero-copy .lead { font-size: clamp(15px, 1.6vw, 18px); color: var(--ink-soft); max-width: 46ch; margin-bottom: 28px; }
.hero-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; font-size: 13.5px; color: var(--ink-soft); }
.stars { color: var(--honey-deep); letter-spacing: 2px; font-size: 15px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-weight: 600; font-size: 15px; padding: 15px 26px; border-radius: 46px; min-height: 50px; transition: transform 0.2s, background 0.2s, box-shadow 0.2s, border-color 0.2s; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--terra-deep); color: var(--ivory); box-shadow: oklch(0.56 0.15 36 / 0.28) 0px 8px 24px; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: oklch(0.56 0.15 36 / 0.36) 0px 14px 32px; }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--ivory); transform: translateY(-2px); }
.btn:focus-visible { outline: 2.5px solid var(--ink); outline-offset: 3px; }
.cats { background: var(--blush); padding: clamp(40px, 6vw, 72px) 0px; }
.cats-inner { display: flex; flex-direction: column; align-items: center; gap: clamp(4px, 1.2vw, 12px); text-align: center; }
.cats a { font-family: Spectral, serif; font-size: clamp(30px, 6.5vw, 68px); line-height: 1.04; text-decoration: none; color: transparent; -webkit-text-stroke: 1px oklch(0.62 0.045 35 / 0.55); transition: color 0.3s, -webkit-text-stroke-color 0.3s; letter-spacing: 0.01em; }
.cats a:hover, .cats a.on { color: var(--terra-deep); -webkit-text-stroke-color: transparent; }
.cats a:focus-visible { outline: 2px solid var(--terra-deep); outline-offset: 6px; border-radius: 4px; color: var(--terra-deep); }
section { padding: clamp(48px, 8vw, 110px) 0px; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--space-md); margin-bottom: clamp(28px, 4vw, 52px); flex-wrap: wrap; }
.sec-head .kicker { font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: var(--terra-deep); margin-bottom: 12px; }
.sec-head h2 { font-family: Spectral, serif; font-weight: 400; font-size: clamp(30px, 4.5vw, 52px); line-height: 1.02; letter-spacing: -0.01em; max-width: 14ch; }
.sec-head p { color: var(--ink-soft); max-width: 42ch; font-size: 15px; }
.make-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 3vw, 28px); }
.feature { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border-radius: 8px; text-decoration: none; color: var(--ink); background: var(--ivory); border: 1px solid var(--line); transition: transform 0.3s, box-shadow 0.3s; }
.feature:hover { transform: translateY(-4px); box-shadow: oklch(0.56 0.11 60 / 0.16) 0px 22px 50px; }
.feature:focus-visible { outline: 2.5px solid var(--terra-deep); outline-offset: 3px; }
.feature .ph { aspect-ratio: 16 / 10; overflow: hidden; background: var(--blush); }
.feature .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.feature:hover .ph img { transform: scale(1.05); }
.feature .body { padding: clamp(22px, 3vw, 34px); display: flex; flex-direction: column; gap: 10px; }
.tag { align-self: flex-start; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ivory); background: var(--honey-deep); padding: 5px 12px; border-radius: 30px; }
.feature h3 { font-family: Spectral, serif; font-weight: 400; font-size: clamp(24px, 3vw, 34px); line-height: 1.05; }
.feature .d { color: var(--ink-soft); font-size: 14.5px; }
.feature .go { margin-top: 6px; font-weight: 600; color: var(--terra-deep); font-size: 14px; display: inline-flex; align-items: center; gap: 8px; }
.feature:hover .go svg { transform: translateX(4px); }
.feature .go svg { width: 16px; height: 16px; transition: transform 0.25s; }
.calc { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr; align-items: stretch; border-radius: 8px; overflow: hidden; background: var(--ink); color: var(--ivory); text-decoration: none; transition: transform 0.3s, box-shadow 0.3s; }
.calc:hover { transform: translateY(-4px); box-shadow: oklch(0.275 0.018 40 / 0.3) 0px 24px 56px; }
.calc:focus-visible { outline: 2.5px solid var(--honey); outline-offset: 3px; }
.calc .body { padding: clamp(30px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.calc .kicker { color: var(--honey); font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; }
.calc h3 { font-family: Spectral, serif; font-weight: 400; font-size: clamp(30px, 4vw, 48px); line-height: 1.02; }
.calc p { color: oklch(0.86 0.02 60); font-size: 15px; max-width: 40ch; }
.calc .specs { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 8px; }
.calc .specs b { font-family: Spectral, serif; font-weight: 400; font-size: 26px; display: block; color: var(--honey); }
.calc .specs span { font-size: 12px; color: oklch(0.78 0.02 60); text-transform: uppercase; letter-spacing: 0.08em; }
.calc .open { margin-top: 10px; align-self: flex-start; display: inline-flex; align-items: center; gap: 9px; background: var(--honey); color: var(--ink); font-weight: 700; font-size: 14px; padding: 13px 24px; border-radius: 40px; }
.calc:hover .open svg { transform: translateX(4px); }
.calc .open svg { width: 16px; height: 16px; transition: transform 0.25s; }
.calc .ph { overflow: hidden; background: var(--blush-deep); min-height: 240px; }
.calc .ph img { width: 100%; height: 100%; object-fit: cover; }
.recipes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.5vw, 26px); }
.rcard { display: flex; flex-direction: column; overflow: hidden; border-radius: 8px; text-decoration: none; color: var(--ink); background: var(--ivory); border: 1px solid var(--line); transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }
.rcard:hover { transform: translateY(-5px); box-shadow: oklch(0.56 0.11 60 / 0.18) 0px 22px 48px; border-color: var(--blush-deep); }
.rcard:focus-visible { outline: 2.5px solid var(--terra-deep); outline-offset: 3px; }
.rcard .ph { aspect-ratio: 1 / 1; overflow: hidden; background: var(--blush); position: relative; }
.rcard .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.rcard:hover .ph img { transform: scale(1.06); }
.rcard .num { position: absolute; top: 12px; left: 14px; font-family: Spectral, serif; font-size: 30px; color: var(--ivory); text-shadow: oklch(0.2 0.02 40 / 0.5) 0px 2px 10px; line-height: 1; }
.rcard .body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 7px; flex: 1 1 0%; }
.rcard h3 { font-family: Spectral, serif; font-weight: 400; font-size: 24px; line-height: 1.05; }
.rcard .rtag { align-self: flex-start; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--honey-deep); }
.rcard .d { font-size: 13.5px; color: var(--ink-soft); flex: 1 1 0%; }
.rcard .price { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; padding-top: 12px; border-top: 1px solid var(--line); }
.rcard .price b { font-weight: 600; font-size: 13.5px; color: var(--ink); }
.rcard .price .go { font-size: 13px; font-weight: 600; color: var(--terra-deep); display: inline-flex; align-items: center; gap: 6px; }
.rcard:hover .price .go svg { transform: translateX(3px); }
.rcard .price .go svg { width: 15px; height: 15px; transition: transform 0.25s; }
.methods { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 3vw, 28px); }
.method { position: relative; overflow: hidden; border-radius: 8px; min-height: 300px; display: flex; align-items: flex-end; text-decoration: none; color: var(--ivory); padding: clamp(24px, 3vw, 38px); isolation: isolate; transition: transform 0.3s, box-shadow 0.3s; }
.method:hover { transform: translateY(-4px); box-shadow: oklch(0.4 0.06 40 / 0.3) 0px 24px 54px; }
.method:focus-visible { outline: 2.5px solid var(--ivory); outline-offset: 4px; }
.method::before { content: ""; position: absolute; inset: 0px; z-index: -2; background-size: cover; background-position: center center; transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.method::after { content: ""; position: absolute; inset: 0px; z-index: -1; background: linear-gradient(oklch(0.3 0.03 40 / 0.15), oklch(0.25 0.04 40 / 0.78)); }
.method:hover::before { transform: scale(1.05); }
.method.cold::before { background-image: url("photos/hero.webp"); }
.method.hot::before { background-image: url("photos/process.webp"); }
.method .m-body { display: flex; flex-direction: column; gap: 8px; }
.method .m-badge { align-self: flex-start; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: oklch(0.99 0.005 60 / 0.2); backdrop-filter: blur(6px); border: 1px solid oklch(1 0 0 / 0.3); padding: 5px 12px; border-radius: 30px; }
.method h3 { font-family: Spectral, serif; font-weight: 400; font-size: clamp(28px, 3.5vw, 40px); line-height: 1.02; }
.method .m-d { font-size: 14px; color: oklch(0.95 0.01 60 / 0.92); max-width: 34ch; }
.brandblock { background: var(--blush); }
.bb-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.bb-copy .kicker { font-size: 12.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: var(--terra-deep); margin-bottom: 18px; }
.bb-copy h2 { font-family: Spectral, serif; font-weight: 400; font-size: clamp(48px, 8vw, 104px); line-height: 0.92; letter-spacing: -0.01em; margin-bottom: 8px; }
.bb-copy h2 .l2 { display: block; color: var(--honey-deep); }
.bb-copy p { color: var(--ink-soft); font-size: 15.5px; max-width: 42ch; margin: 22px 0px 28px; }
.bb-props { list-style: none; display: grid; gap: 12px; margin-bottom: 30px; }
.bb-props li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; color: var(--ink); }
.bb-props svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--honey-deep); margin-top: 1px; }
.bb-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bb-gallery figure { overflow: hidden; border-radius: 6px; background: var(--blush-deep); }
.bb-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1); }
.bb-gallery figure:hover img { transform: scale(1.06); }
.bb-gallery .b1 { aspect-ratio: 3 / 4; }
.bb-gallery .b2 { aspect-ratio: 3 / 4; margin-top: 32px; }
.bb-gallery .b3 { aspect-ratio: 3 / 4; margin-top: -32px; }
.bb-gallery .b4 { aspect-ratio: 3 / 4; }
.learn { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.5vw, 24px); }
.lcard { display: flex; gap: 20px; align-items: center; padding: clamp(22px, 3vw, 32px); border-radius: 8px; background: var(--ivory); border: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }
.lcard:hover { transform: translateY(-3px); box-shadow: oklch(0.56 0.11 60 / 0.14) 0px 18px 40px; border-color: var(--blush-deep); }
.lcard:focus-visible { outline: 2.5px solid var(--terra-deep); outline-offset: 3px; }
.lcard .lico { width: 54px; height: 54px; flex: 0 0 auto; border-radius: 50%; background: var(--blush); display: grid; place-items: center; color: var(--honey-deep); }
.lcard .lico svg { width: 26px; height: 26px; }
.lcard h3 { font-family: Spectral, serif; font-weight: 400; font-size: 24px; line-height: 1.04; margin-bottom: 4px; }
.lcard .d { font-size: 13.5px; color: var(--ink-soft); }
footer { background: var(--ink); color: oklch(0.88 0.015 60); padding: clamp(32px, 4vw, 48px) 0px 28px; margin-top: 0px; }
.foot-logo { height: 52px; width: auto; display: block; margin-bottom: 20px; }
.foot-top { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: center; padding-bottom: 24px; border-bottom: 1px solid oklch(1 0 0 / 0.12); }
.foot-top h2 { font-family: Spectral, serif; font-weight: 400; font-size: clamp(22px, 2.6vw, 32px); line-height: 1.15; color: var(--ivory); max-width: 19ch; }
.foot-cta { display: inline-flex; align-items: center; gap: 10px; background: var(--honey); color: var(--ink); text-decoration: none; font-weight: 700; font-size: 15px; padding: 15px 28px; border-radius: 46px; min-height: 50px; justify-self: end; transition: transform 0.2s, filter 0.2s; }
.foot-cta:hover { transform: translateY(-2px); filter: brightness(1.05); }
.foot-cta:focus-visible, footer a:focus-visible { outline: 2px solid var(--honey); outline-offset: 3px; border-radius: 4px; }
.foot-cta svg { width: 19px; height: 19px; }
.foot-bot { display: flex; align-items: center; justify-content: space-between; gap: var(--space-md); flex-wrap: wrap; padding-top: 20px; font-size: 13px; color: oklch(0.76 0.015 60); }
.foot-bot a { color: oklch(0.86 0.015 60); text-decoration: none; transition: color 0.2s; }
.foot-bot a:hover { color: var(--honey); }
.foot-links { display: flex; gap: 20px; flex-wrap: wrap; }
.preloader { position: fixed; inset: 0px; z-index: 9999; background: var(--blush); display: grid; place-items: center; transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1); }
.preloader.done { transform: translateY(-100%); }
.pl-mark { display: flex; flex-direction: column; align-items: center; gap: 26px; text-align: center; }
.pl-logo { width: clamp(180px, 32vw, 260px); height: auto; animation: 3s ease-in-out 0s infinite normal none running plFloat; }
@keyframes plFloat { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }
.pl-bar { width: 160px; height: 2px; background: oklch(0.78 0.04 35 / 0.5); border-radius: 2px; overflow: hidden; opacity: 0; animation: 0.8s ease 0.3s 1 normal forwards running plIn; }
.pl-bar i { display: block; height: 100%; width: 40%; background: var(--terra-deep); border-radius: 2px; animation: 1.3s ease-in-out 0s infinite normal none running plRun; }
@keyframes plIn { 100% { opacity: 1; } }
@keyframes plRun { 0% { transform: translateX(-120%); } 100% { transform: translateX(330%); } }
.hero-gallery figure, .hero-copy > * { opacity: 0; transform: translateY(22px); }
body.ready .hero-gallery figure { animation: 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) 0s 1 normal forwards running reveal; }
body.ready .hero-copy > * { animation: 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) 0s 1 normal forwards running reveal; }
body.ready .hero-gallery .g1 { animation-delay: 0.05s; }
body.ready .hero-gallery .g2 { animation-delay: 0.15s; }
body.ready .hero-gallery .g3 { animation-delay: 0.25s; }
body.ready .hero-gallery .g4 { animation-delay: 0.35s; }
body.ready .hero-copy .eyebrow { animation-delay: 0.3s; }
body.ready .hero-copy h1 { animation-delay: 0.4s; }
body.ready .hero-copy .lead { animation-delay: 0.52s; }
body.ready .hero-copy .hero-rating { animation-delay: 0.62s; }
body.ready .hero-copy .hero-actions { animation-delay: 0.72s; }
@keyframes reveal { 100% { opacity: 1; transform: translateY(0px); } }
.totop { position: fixed; right: max(18px, calc(50% - 685px)); bottom: clamp(16px, 3vw, 30px); z-index: 860; width: 50px; height: 50px; border-radius: 50%; border: none; cursor: pointer; background: var(--ink); color: var(--ivory); display: grid; place-items: center; box-shadow: oklch(0.275 0.018 40 / 0.32) 0px 8px 22px; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity 0.25s, transform 0.25s, background 0.2s; }
.totop.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.totop:hover { background: var(--terra-deep); }
.totop:focus-visible { outline: 2.5px solid var(--ink); outline-offset: 3px; }
.totop svg { width: 22px; height: 22px; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .hero-gallery figure:hover img, .feature:hover .ph img, .rcard:hover .ph img, .method:hover::before, .bb-gallery figure:hover img { transform: none; }
  .preloader { display: none; }
  .hero-gallery figure, .hero-copy > * { opacity: 1; transform: none; }
  .bee { display: none; }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { order: -1; }
  .calc { grid-template-columns: 1fr; }
  .calc .ph { order: -1; min-height: 200px; }
  .bb-inner { grid-template-columns: 1fr; }
  .bb-gallery { order: -1; }
  .foot-top { grid-template-columns: 1fr; align-items: start; gap: 24px; }
}
@media (max-width: 1040px) {
  header { position: relative; }
  .burger { display: flex; }
  .topcta { display: none; }
  .brand img { height: 42px !important; }
  .m-order { display: block !important; background: var(--honey); color: var(--ink); font-weight: 700; text-align: center; margin: 8px clamp(18px, 5vw, 40px) 6px; padding: 14px; border-radius: 40px; border-bottom: none !important; text-transform: none !important; letter-spacing: 0.02em; }
  .topnav { position: absolute; top: 100%; left: 0; right: 0; background: var(--ivory); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 18px 34px rgba(60,40,20,.14); flex-direction: column; align-items: stretch; gap: 0; padding: 6px 0; display: none; z-index: 60; }
  .navtog:checked ~ .topnav { display: flex; }
  .topnav a { padding: 14px clamp(18px, 5vw, 40px); font-size: 14px; border-bottom: 1px solid var(--line); text-align: left; }
  .topnav a:last-child { border-bottom: none; }
  .topnav a::after { display: none; }
}
@media (max-width: 760px) {
  .recipes { grid-template-columns: 1fr 1fr; }
  .make-grid { grid-template-columns: 1fr; }
  .methods { grid-template-columns: 1fr; }
  .learn { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .recipes { grid-template-columns: 1fr; }
  .hero-gallery .g3, .hero-gallery .g4 { aspect-ratio: 1 / 1; }
  .bb-gallery .b2, .bb-gallery .b3 { margin-top: 0px; }
  .lcard { flex-direction: row; }
}
