:root {
    --ember: #b92732;
    --ember-dark: #8f1923;
    --ember-soft: #f8e9e7;
    --ink: #171719;
    --charcoal: #202023;
    --smoke: #57575d;
    --sand: #f4efe9;
    --paper: #fffdfb;
    --white: #fff;
    --line: #ded8d1;
    --green: #325b46;
    --radius: 24px;
    --radius-sm: 14px;
    --shadow: 0 24px 65px rgba(34, 25, 24, .12);
    --container: 1220px;
    --header-height: 88px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    min-width: 320px;
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.68;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 25px; font-size: clamp(3rem, 6.4vw, 6.5rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 4.2vw, 4.25rem); }
h3 { margin-bottom: 13px; font-size: clamp(1.22rem, 2vw, 1.65rem); }
p { color: var(--smoke); }
main { overflow: hidden; }

.container { width: min(calc(100% - 42px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 42px), 860px); margin-inline: auto; }
.section { position: relative; padding: clamp(76px, 9vw, 132px) 0; }
.section--sand { background: var(--sand); }
.section--dark { color: var(--white); background: var(--charcoal); }
.section--dark p { color: #c9c7c7; }
.section--ember { color: var(--white); background: var(--ember); }
.section--ember p { color: #ffe9e8; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 11px 17px; transform: translateY(-150%); border-radius: 10px; color: var(--white); background: var(--ink); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ee7b84; outline-offset: 4px; }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 21px; color: var(--ember); font-size: .73rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 38px; height: 2px; content: ""; background: currentColor; }
.section--dark .eyebrow, .section--ember .eyebrow { color: #ff9098; }
.lead { max-width: 760px; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.section-head > div:first-child { max-width: 820px; }
.section-head p { max-width: 670px; margin-bottom: 0; }
.section-head h2 { margin-bottom: 16px; }
.section-head--center { display: block; max-width: 790px; margin-right: auto; margin-left: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

.button { display: inline-flex; min-height: 53px; align-items: center; justify-content: center; padding: 13px 23px; border: 1px solid var(--ember); border-radius: 999px; color: var(--white); background: var(--ember); box-shadow: 0 12px 30px rgba(185, 39, 50, .22); font-size: .86rem; font-weight: 820; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--ember-dark); background: var(--ember-dark); }
.button--small { min-height: 43px; padding: 9px 17px; }
.button--ghost { color: var(--ink); border-color: #cfc7bf; background: transparent; box-shadow: none; }
.button--ghost:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }
.button--light { color: var(--ember); border-color: var(--white); background: var(--white); box-shadow: none; }
.button--outline-light { color: var(--white); border-color: #69696e; background: transparent; box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.arrow-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ember); font-size: .88rem; font-weight: 820; text-decoration: none; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translate(3px, -2px); }
.pill { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 7px 11px; border-radius: 999px; color: var(--white); background: rgba(23, 23, 25, .87); font-size: .68rem; font-weight: 820; letter-spacing: .045em; }

.topline { color: #d4d2d2; background: #121214; font-size: .73rem; }
.topline__inner { display: flex; min-height: 35px; align-items: center; justify-content: space-between; gap: 20px; }
.topline a { color: var(--white); font-weight: 750; text-decoration: none; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(222, 216, 209, .9); background: rgba(255, 253, 251, .94); backdrop-filter: blur(15px); }
.site-header__inner { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand img { width: 70px; height: 48px; object-fit: contain; mix-blend-mode: multiply; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-size: .82rem; letter-spacing: .08em; }
.brand small { margin-top: 5px; color: var(--ember); font-size: .63rem; font-weight: 800; letter-spacing: .07em; }
.main-nav { display: flex; align-items: center; gap: clamp(11px, 1.6vw, 23px); }
.main-nav > a:not(.button) { position: relative; padding: 31px 0 27px; font-size: .79rem; font-weight: 780; text-decoration: none; }
.main-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 22px; left: 0; height: 2px; transform: scaleX(0); content: ""; background: var(--ember); transition: transform .2s ease; }
.main-nav > a:not(.button):hover, .main-nav > a.is-active { color: var(--ember); }
.main-nav > a:not(.button):hover::after, .main-nav > a.is-active::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 47px; height: 43px; padding: 10px; border: 0; border-radius: 50%; background: var(--sand); }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero-editorial { position: relative; overflow: hidden; background: var(--sand); }
.hero-editorial::before { position: absolute; top: -170px; left: -120px; width: 420px; height: 420px; border: 1px solid rgba(185, 39, 50, .18); border-radius: 50%; content: ""; }
.hero-editorial__grid { display: grid; min-height: min(760px, calc(100vh - 123px)); grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr); align-items: center; gap: clamp(45px, 6vw, 90px); padding-top: 76px; padding-bottom: 76px; }
.hero-editorial__copy { position: relative; z-index: 2; }
.hero-editorial h1 { max-width: 720px; font-size: clamp(3.4rem, 6.6vw, 6.6rem); }
.hero-editorial h1 em { color: var(--ember); font-family: Georgia, serif; font-weight: 500; }
.hero-editorial__visual { position: relative; min-height: 580px; overflow: hidden; border-radius: 220px 34px 34px 34px; box-shadow: var(--shadow); }
.hero-editorial__visual img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.hero-editorial__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(115deg, rgba(0,0,0,.12), transparent 45%); }
.hero-note { position: absolute; z-index: 2; right: 24px; bottom: 24px; max-width: 250px; padding: 17px 20px; border-radius: 18px; color: var(--white); background: rgba(23, 23, 25, .88); backdrop-filter: blur(12px); font-size: .78rem; }
.hero-note strong { display: block; margin-bottom: 3px; font-size: .93rem; }
.hero-note span { color: #d8d5d5; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 18px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--smoke); font-size: .8rem; font-weight: 720; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points li::before { width: 7px; height: 7px; border-radius: 50%; content: ""; background: var(--ember); }

.needle-divider { position: relative; height: 1px; margin: 0; border: 0; background: linear-gradient(90deg, transparent, #b6aea7 8%, #b6aea7 92%, transparent); }
.needle-divider::before, .needle-divider::after { position: absolute; top: 50%; width: 9px; height: 9px; transform: translateY(-50%) rotate(45deg); content: ""; border: 2px solid var(--ember); background: var(--paper); }
.needle-divider::before { left: 8%; }
.needle-divider::after { right: 8%; }

.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.path-card { position: relative; min-height: 350px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: var(--white); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.path-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.path-card__number { position: absolute; top: 20px; right: 22px; color: #e4ddd6; font-family: Georgia, serif; font-size: 3.6rem; line-height: 1; }
.path-card__body { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: end; padding: 32px; }
.path-card__icon { display: grid; width: 58px; height: 58px; margin-bottom: auto; place-items: center; border-radius: 50%; color: var(--ember); background: var(--ember-soft); }
.path-card h3 { max-width: 260px; font-size: 1.8rem; }
.path-card p { margin-bottom: 20px; font-size: .9rem; }

.product-carousel { position: relative; overflow: hidden; }
.product-carousel__viewport { overflow: hidden; }
.product-carousel__track { display: flex; gap: 20px; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.product-tile { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 34px rgba(33, 26, 25, .06); }
.product-tile--slide { flex: 0 0 calc((100% - 40px) / 3); }
.product-tile__media { position: relative; display: block; height: 260px; overflow: hidden; background: linear-gradient(145deg, #fff, #f0eeeb); }
.product-tile__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.product-tile:hover .product-tile__media img { transform: scale(1.035); }
.product-tile__body { padding: 24px 24px 27px; }
.product-tile__meta { display: block; margin-bottom: 9px; color: var(--ember); font-size: .72rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.product-tile h3 { font-size: 1.38rem; }
.product-tile p { min-height: 76px; margin-bottom: 18px; font-size: .84rem; }
.section--dark .product-tile { color: var(--ink); }
.section--dark .product-tile p { color: var(--smoke); }
.carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 30px; }
.carousel-buttons { display: flex; gap: 9px; }
.carousel-button { display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid #5c5c61; border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; }
.carousel-button:hover { border-color: var(--ember); background: var(--ember); }
.carousel-status { color: #b5b2b2; font-size: .78rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }

.recipe-feature { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: 32px; color: var(--white); background: var(--green); box-shadow: var(--shadow); }
.recipe-feature__image { min-height: 520px; }
.recipe-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.recipe-feature__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(36px, 6vw, 80px); }
.recipe-feature__copy p { color: #d9e4dd; }
.recipe-meta { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0 0 22px; list-style: none; }
.recipe-meta li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #eef5f0; font-size: .72rem; font-weight: 740; }
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.recipe-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.recipe-card__image { display: block; height: 260px; overflow: hidden; }
.recipe-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.recipe-card:hover img { transform: scale(1.04); }
.recipe-card__body { padding: 25px; }
.recipe-card__body p { min-height: 76px; font-size: .88rem; }

.page-hero { position: relative; overflow: hidden; padding: clamp(75px, 9vw, 132px) 0; background: var(--sand); }
.page-hero::after { position: absolute; top: -230px; right: -120px; width: 520px; height: 520px; border: 95px solid rgba(185, 39, 50, .045); border-radius: 50%; content: ""; }
.page-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.page-hero h1 { font-size: clamp(3rem, 5.8vw, 5.4rem); }
.page-hero__image { position: relative; min-height: 460px; overflow: hidden; border-radius: 30px 150px 30px 30px; background: var(--white); box-shadow: var(--shadow); }
.page-hero__image img { width: 100%; height: 100%; min-height: 460px; object-fit: contain; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; color: #777178; font-size: .75rem; }
.breadcrumbs a { color: var(--ember); font-weight: 780; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.compare-table { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.compare-row { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.compare-row:last-child { border-bottom: 0; }
.compare-row > * { padding: 18px 20px; border-right: 1px solid var(--line); }
.compare-row > *:last-child { border-right: 0; }
.compare-row--head { color: var(--white); background: var(--ink); font-size: .76rem; font-weight: 800; }
.compare-row span, .compare-row strong { font-size: .86rem; }
.compare-row a { color: var(--ember); font-weight: 800; }

.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(48px, 8vw, 105px); }
.split--reverse > :first-child { order: 2; }
.split__image { overflow: hidden; border-radius: 34px 34px 160px 34px; background: var(--white); box-shadow: var(--shadow); }
.split__image img { width: 100%; min-height: 470px; object-fit: cover; }
.check-list { display: grid; gap: 14px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: var(--smoke); }
.check-list li::before { position: absolute; top: .38em; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; content: "✓"; color: var(--white); background: var(--ember); font-size: .67rem; font-weight: 900; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step { position: relative; padding: 28px; border: 1px solid #45454a; border-radius: 20px; counter-increment: step; }
.step::before { display: block; margin-bottom: 45px; content: "0" counter(step); color: #ff8e96; font-family: Georgia, serif; font-size: 2.1rem; }
.step p { margin-bottom: 0; font-size: .84rem; }

.builder { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(420px, 1.2fr); overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: var(--white); box-shadow: var(--shadow); }
.builder__form { padding: clamp(30px, 5vw, 60px); background: var(--sand); }
.builder__form fieldset { padding: 0; border: 0; margin: 0 0 24px; }
.builder__form legend { margin-bottom: 11px; font-weight: 830; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice-chip { display: grid; min-height: 58px; place-items: center; padding: 9px; border: 1px solid #d3cbc3; border-radius: 14px; color: var(--smoke); background: var(--paper); font-size: .78rem; font-weight: 750; text-align: center; cursor: pointer; }
.choice-chip:has(input:checked) { color: var(--ember); border-color: var(--ember); background: var(--ember-soft); }
.choice-chip input { position: absolute; opacity: 0; }
.builder__form input[type="range"] { width: 100%; accent-color: var(--ember); }
.range-head { display: flex; justify-content: space-between; gap: 20px; }
.range-head output { color: var(--ember); font-weight: 850; }
.builder__result { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 6vw, 76px); color: var(--white); background: var(--charcoal); }
.builder__result p { color: #cbc9c9; }
.skewer-visual { position: relative; display: flex; min-height: 92px; align-items: center; gap: 8px; padding: 20px 35px 20px 10px; margin: 26px 0; }
.skewer-visual::after { position: absolute; z-index: 0; right: 0; left: 0; height: 5px; border-radius: 999px; content: ""; background: linear-gradient(#f7f7f7, #8b8d91); }
.skewer-piece { position: relative; z-index: 1; display: block; width: 45px; height: 55px; border: 3px solid rgba(255,255,255,.2); border-radius: 14px; box-shadow: inset 0 0 13px rgba(0,0,0,.18); }
.skewer-piece--protein { background: #b96a4d; }
.skewer-piece--pepper { background: #d63e37; }
.skewer-piece--onion { background: #8f4c7a; }
.skewer-piece--zucchini { background: #4c784d; }
.builder-list { padding-left: 18px; color: #eee; font-size: .9rem; }
.builder-list li + li { margin-top: 6px; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .55fr); align-items: start; gap: clamp(45px, 7vw, 90px); }
.article-content h2 { margin-top: 55px; font-size: clamp(1.9rem, 3.2vw, 3rem); }
.article-content h3 { margin-top: 32px; }
.article-content p, .article-content li { font-size: 1.02rem; }
.article-content img { width: 100%; margin: 34px 0; border-radius: var(--radius); }
.article-aside { position: sticky; top: 120px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--sand); }
.article-aside ul { padding-left: 18px; margin: 0; }
.article-aside li + li { margin-top: 8px; }
.ingredient-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 30px; padding: 0; list-style: none; }
.ingredient-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.method-list { display: grid; gap: 18px; padding: 0; counter-reset: method; list-style: none; }
.method-list li { position: relative; min-height: 54px; padding-left: 70px; counter-increment: method; }
.method-list li::before { position: absolute; top: 0; left: 0; display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; content: counter(method); color: var(--white); background: var(--ember); font-weight: 850; }
.tip-box { padding: 25px 28px; border-left: 4px solid var(--ember); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin: 28px 0; background: var(--ember-soft); }
.tip-box p:last-child { margin-bottom: 0; }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; border: 0; color: var(--ink); background: transparent; font-weight: 820; text-align: left; cursor: pointer; }
.faq-item button span { color: var(--ember); font-size: 1.4rem; }
.faq-answer { padding: 0 50px 22px 0; }
.faq-answer p { margin: 0; }

.cta-band { padding: clamp(50px, 7vw, 82px) 0; color: var(--white); background: var(--ember); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta-band h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2rem, 3.8vw, 3.65rem); }
.cta-band p { color: #ffe4e5; }

.site-footer { padding-top: 66px; color: #e6e3e3; background: #111113; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .8fr); gap: 55px; padding-bottom: 50px; }
.footer-grid h2 { margin-bottom: 17px; font-size: .94rem; letter-spacing: 0; }
.footer-grid ul { padding: 0; margin: 0; list-style: none; }
.footer-grid li + li { margin-top: 8px; }
.footer-grid a { color: #aaa7a7; font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-brand img { width: 98px; padding: 7px; border-radius: 12px; background: var(--white); }
.footer-brand p { max-width: 290px; margin-top: 17px; color: #9d9999; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 28px; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid #303034; }
.footer-bottom p { margin: 0; color: #777477; font-size: .72rem; }
.footer-bottom a { color: #d9d6d6; }

@media (max-width: 1100px) {
    :root { --header-height: 78px; }
    .topline__inner > span { display: none; }
    .topline__inner { justify-content: center; }
    .nav-toggle { display: block; }
    .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; max-height: calc(100vh - var(--header-height)); align-items: stretch; padding: 16px 20px 28px; border-top: 1px solid var(--line); background: var(--paper); box-shadow: 0 22px 40px rgba(23, 23, 25, .16); overflow-y: auto; }
    .main-nav.is-open { display: flex; flex-direction: column; }
    .main-nav > a:not(.button) { padding: 13px 8px; border-bottom: 1px solid var(--line); font-size: 1rem; }
    .main-nav > a:not(.button)::after { display: none; }
    .nav-open .nav-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
    .nav-open .nav-toggle span:nth-child(3) { opacity: 0; }
    .nav-open .nav-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
    .hero-editorial__grid, .page-hero__grid { grid-template-columns: 1fr; }
    .hero-editorial__visual { min-height: 480px; }
    .hero-editorial__visual img { min-height: 480px; }
    .product-tile--slide { flex-basis: calc((100% - 20px) / 2); }
    .product-grid, .recipe-grid { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.2fr repeat(2, .8fr); }
}

@media (max-width: 780px) {
    body { font-size: 16px; }
    .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 72px 0; }
    .brand span { display: none; }
    .brand img { width: 76px; }
    h1 { font-size: clamp(2.7rem, 14vw, 4.6rem); }
    h2 { font-size: clamp(2rem, 10vw, 3.15rem); }
    .section-head, .cta-band__inner { align-items: flex-start; flex-direction: column; }
    .hero-editorial__grid { min-height: auto; padding-top: 55px; padding-bottom: 65px; }
    .hero-editorial__visual { min-height: 390px; border-radius: 110px 24px 24px 24px; }
    .hero-editorial__visual img { min-height: 390px; }
    .hero-note { right: 14px; bottom: 14px; left: 14px; max-width: none; }
    .path-grid, .product-grid, .recipe-grid { grid-template-columns: 1fr; }
    .path-card { min-height: 315px; }
    .product-tile--slide { flex-basis: 86%; }
    .product-tile__media { height: 235px; }
    .recipe-feature, .split, .builder, .article-layout { grid-template-columns: 1fr; }
    .recipe-feature__image { min-height: 330px; }
    .split--reverse > :first-child { order: initial; }
    .page-hero { padding: 60px 0 75px; }
    .page-hero__grid { gap: 42px; }
    .page-hero__image { min-height: 350px; border-radius: 24px 95px 24px 24px; }
    .page-hero__image img { min-height: 350px; }
    .compare-table { overflow: visible; border: 0; }
    .compare-row { display: grid; grid-template-columns: 1fr; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 10px; }
    .compare-row--head { display: none; }
    .compare-row > * { padding: 7px 0; border: 0; }
    .steps { grid-template-columns: 1fr; }
    .step::before { margin-bottom: 25px; }
    .choice-row { grid-template-columns: 1fr; }
    .builder__result { min-height: 450px; }
    .skewer-piece { width: 35px; height: 48px; }
    .article-aside { position: static; }
    .ingredient-list { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
    .topline { display: none; }
    .button-row .button { width: 100%; }
    .hero-editorial h1 { font-size: 3.15rem; }
    .hero-editorial__visual, .hero-editorial__visual img { min-height: 330px; }
    .product-tile--slide { flex-basis: 92%; }
    .recipe-feature__copy { padding: 29px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
}

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