:root {
    --night: #07131c;
    --navy: #0d2636;
    --navy-soft: #17394b;
    --cream: #f0e8da;
    --paper: #fffaf0;
    --coral: #ef7655;
    --coral-dark: #d95e40;
    --green: #9eb17a;
    --gold: #d9ab55;
    --white: #fffdf8;
    --muted: #71818a;
    --line-dark: rgba(255, 255, 255, .14);
    --line: rgba(7, 19, 28, .15);
    --shadow: 0 24px 72px rgba(2, 11, 17, .24);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }

body {
    margin: 0;
    color: var(--night);
    background: var(--cream);
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.announcement {
    min-height: 36px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--white);
    background: #041019;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 11px;
    letter-spacing: .11em;
    text-align: center;
    text-transform: uppercase;
}

.announcement__dot {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px rgba(158, 177, 122, .14);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    height: 82px;
    padding: 0 clamp(20px, 4.5vw, 72px);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
    color: var(--white);
    background: rgba(7, 19, 28, .9);
    border-bottom: 1px solid var(--line-dark);
    backdrop-filter: blur(18px);
}

.brand {
    width: fit-content;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: var(--white);
    text-decoration: none;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: -.07em;
    line-height: 1;
}

.brand__sevija,
.brand__poke { font-size: 23px; }
.brand__poke { color: var(--coral); }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
    position: relative;
    color: rgba(255, 253, 248, .78);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -6px;
    height: 2px;
    background: var(--coral);
    transition: right .2s ease;
}
.nav a:hover { color: var(--white); }
.nav a:hover::after { right: 0; }

.cart-trigger {
    justify-self: end;
    min-height: 46px;
    padding: 7px 8px 7px 17px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: var(--white);
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease;
}
.cart-trigger:hover { background: rgba(255, 255, 255, .14); transform: translateY(-1px); }
.cart-trigger.is-bumping { animation: cart-bump .6s cubic-bezier(.2, .8, .2, 1); }
.cart-trigger__count {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    display: grid;
    place-items: center;
    color: var(--night);
    background: var(--coral);
    border-radius: 50px;
}

.hero {
    position: relative;
    min-height: 560px;
    padding: 58px clamp(24px, 6vw, 96px) 62px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--white);
    background: var(--night);
}
.hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 14, 21, .97) 0%, rgba(4, 14, 21, .9) 29%, rgba(4, 14, 21, .56) 54%, rgba(4, 14, 21, .12) 78%),
        linear-gradient(0deg, rgba(4, 14, 21, .42), transparent 45%);
    pointer-events: none;
}
.hero__mosaic {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: grid;
    grid-template-columns: 1.45fr .8fr .7fr;
    gap: 5px;
    background: var(--night);
}
.hero__mosaic img { width: 100%; height: 100%; object-fit: cover; opacity: .94; }
.hero__mosaic img:nth-child(1) { object-position: 58% 50%; }
.hero__mosaic img:nth-child(2) { object-position: 50% 48%; }
.hero__mosaic img:nth-child(3) { object-position: 54% 50%; }
.hero__copy {
    position: relative;
    z-index: 2;
    width: min(720px, 56vw);
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--coral);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
}

.hero h1,
.section-heading h2,
.how-section h2,
.story h2,
.contact-section h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: -.065em;
    line-height: 1.04;
}

.hero h1 {
    max-width: 720px;
    font-size: clamp(48px, 5.2vw, 78px);
    letter-spacing: -.052em;
    line-height: 1.09;
}
.hero h1 em { color: var(--coral); font-style: normal; }
.hero__lead {
    max-width: 560px;
    margin: 22px 0 26px;
    color: rgba(255, 253, 248, .7);
    font-size: clamp(17px, 1.4vw, 20px);
}

.hero__actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.button {
    min-height: 52px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--coral-dark); box-shadow: 0 14px 34px rgba(217, 94, 64, .27); }
.button--primary:hover { background: #c95034; box-shadow: 0 18px 42px rgba(217, 94, 64, .34); }
.button--secondary { color: var(--night); background: transparent; border-color: var(--line); }
.button--light { color: var(--night); background: var(--cream); }
.button--full { width: 100%; }

.open-pill { display: flex; align-items: center; gap: 10px; color: rgba(255, 253, 248, .68); font-size: 13px; font-weight: 700; }
.open-pill span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(158, 177, 122, .12); }
.open-pill--closed span { background: var(--coral); box-shadow: 0 0 0 5px rgba(239, 118, 85, .13); }

.hero__prep {
    width: fit-content;
    margin-top: 24px;
    padding: 12px 16px;
    display: grid;
    grid-template-columns: 34px auto auto;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    background: rgba(5, 16, 24, .66);
    backdrop-filter: blur(12px);
}
.hero__prep-icon { font-size: 23px; }
.hero__prep > span:not(.hero__prep-icon) { min-width: 132px; display: grid; }
.hero__prep > span + span { padding-left: 14px; border-left: 1px solid rgba(255, 255, 255, .17); }
.hero__prep small { color: rgba(255, 253, 248, .58); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero__prep strong { font-family: "Manrope", sans-serif; font-size: 14px; }

.trust-strip {
    padding: 0 clamp(24px, 6vw, 96px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: var(--night);
    background: var(--cream);
    border-bottom: 1px solid var(--line);
}
.trust-strip > div {
    min-height: 130px;
    padding: 28px clamp(18px, 3vw, 42px);
    display: grid;
    grid-template-columns: 54px 1fr;
    align-content: center;
    border-right: 1px solid var(--line);
}
.trust-strip > div:last-child { border-right: 0; }
.trust-strip .usp-icon {
    width: 38px;
    height: 38px;
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    align-self: center;
    color: var(--cream);
    background: var(--navy);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}
.trust-strip strong { font-family: "Manrope", sans-serif; font-size: 16px; }
.trust-strip small { color: #66747a; font-size: 11px; }

.menu-section {
    padding: 112px clamp(24px, 6vw, 96px) 126px;
    color: var(--white);
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        var(--navy);
    background-size: 48px 48px;
}
.section-heading {
    max-width: 1380px;
    margin: 0 auto 56px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}
.section-heading h2 { font-size: clamp(45px, 5vw, 72px); }
.section-heading > p { max-width: 480px; margin: 0; color: rgba(255, 253, 248, .66); }

.product-grid {
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}
.product-card {
    min-width: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(270px, .96fr);
    color: var(--night);
    background: var(--paper);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius);
    box-shadow: 0 24px 58px rgba(0, 0, 0, .17);
}
.product-card__gallery {
    position: relative;
    min-width: 0;
    min-height: 470px;
    padding-bottom: 78px;
    background: #08141c;
}
.product-card__image {
    position: absolute;
    inset: 0 0 78px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #08141c;
    cursor: zoom-in;
}
.product-card__image > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .16s ease, transform .45s ease; }
.product-card__image:hover > img { transform: scale(1.025); }
.product-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--white);
    background: rgba(7, 19, 28, .76);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.product-card__zoom {
    position: absolute;
    right: 15px;
    bottom: 14px;
    padding: 6px 10px;
    color: var(--white);
    background: rgba(7, 19, 28, .74);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    opacity: 0;
    transition: opacity .2s ease;
}
.product-card__image:hover .product-card__zoom { opacity: 1; }
.product-card__thumbs {
    position: absolute;
    inset: auto 14px 12px;
    height: 54px;
    display: grid;
    grid-template-columns: repeat(3, 72px);
    gap: 8px;
}
.product-card__thumb {
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 9px;
    background: var(--night);
    cursor: pointer;
    opacity: .62;
    transition: opacity .2s ease, border-color .2s ease, transform .2s ease;
}
.product-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-card__thumb:hover { opacity: .9; transform: translateY(-1px); }
.product-card__thumb.is-active { border-color: var(--coral); opacity: 1; }

.product-card__body { padding: 28px; display: flex; flex-direction: column; }
.product-card__title-row { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.product-card__title-row h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(23px, 2vw, 29px); letter-spacing: -.04em; line-height: 1.1; }
.product-card__title-row p { margin: 6px 0 0; color: #6a777d; font-size: 11px; }
.product-card__title-row > strong { color: var(--coral-dark); font-family: "Manrope", sans-serif; font-size: 18px; white-space: nowrap; }
.product-card__ingredients { margin: 24px 0; color: #56646a; font-size: 12px; line-height: 1.7; }
.gf-check {
    margin: auto 0 17px;
    padding: 11px 12px;
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(7, 19, 28, .12);
    border-radius: 12px;
    background: #f4eee3;
    cursor: pointer;
}
.gf-check input { position: absolute; opacity: 0; }
.gf-check__box { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #99a39e; border-radius: 6px; background: #fff; }
.gf-check input:checked + .gf-check__box { border-color: var(--navy); background: var(--navy); }
.gf-check input:checked + .gf-check__box::after { content: "✓"; color: #fff; font-size: 12px; }
.gf-check__copy { min-width: 0; display: grid; line-height: 1.28; }
.gf-check__copy strong { font-size: 11px; }
.gf-check__copy small { margin-top: 2px; color: #69767a; font-size: 9px; font-weight: 500; }
.add-button {
    width: 100%;
    min-height: 48px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 13px;
    color: var(--white);
    background: var(--night);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
}
.add-button:hover { background: var(--navy-soft); transform: translateY(-1px); }
.add-button span:last-child { font-size: 20px; font-weight: 400; }

.how-section {
    padding: 112px clamp(24px, 6vw, 96px);
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: clamp(55px, 9vw, 140px);
    background: var(--cream);
}
.how-section__intro { position: sticky; top: 130px; align-self: start; }
.how-section h2 { font-size: clamp(45px, 5vw, 72px); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { padding: 29px 0; display: grid; grid-template-columns: 62px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.steps li:first-child { border-top: 1px solid var(--line); }
.steps > li > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-family: "Manrope", sans-serif; font-weight: 800; }
.steps strong { font-family: "Manrope", sans-serif; font-size: 19px; }
.steps p { margin: 3px 0 0; color: #65737a; font-size: 13px; }

.story {
    padding: 105px clamp(24px, 6vw, 96px);
    display: grid;
    grid-template-columns: minmax(180px, .5fr) minmax(300px, 1fr) minmax(260px, .8fr);
    align-items: center;
    gap: clamp(35px, 6vw, 90px);
    color: var(--white);
    background:
        radial-gradient(circle at 14% 70%, rgba(239, 118, 85, .16), transparent 30%),
        var(--night);
}
.story__mark {
    width: min(19vw, 220px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: var(--coral);
    font-size: clamp(60px, 8vw, 116px);
    font-family: serif;
}
.story h2 { font-size: clamp(38px, 4vw, 60px); }
.story__copy > p:last-child { max-width: 670px; margin: 24px 0 0; color: rgba(255, 253, 248, .64); }
.story__facts { display: grid; gap: 0; border-top: 1px solid var(--line-dark); }
.story__facts div { padding: 18px 0; display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--line-dark); }
.story__facts strong { color: var(--coral); font-family: "Manrope", sans-serif; font-size: 27px; }
.story__facts span { color: rgba(255, 253, 248, .62); font-size: 11px; }

.contact-section {
    padding: 108px clamp(24px, 6vw, 96px);
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr);
    gap: clamp(50px, 9vw, 140px);
    color: var(--white);
    background: var(--navy-soft);
}
.contact-section h2 { font-size: clamp(48px, 5.2vw, 76px); }
.contact-section__intro > p:last-child { max-width: 450px; margin: 25px 0 0; color: rgba(255, 253, 248, .66); }
.contact-card { padding: clamp(27px, 4vw, 48px); display: grid; grid-template-columns: 1fr 1fr; gap: 34px 44px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(7, 19, 28, .32); }
.contact-card > div { display: grid; align-content: start; gap: 7px; }
.contact-card span { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { font-size: 17px; line-height: 1.55; }
.contact-card strong a { text-decoration: none; }
.contact-card strong a:hover { color: var(--coral); }
.contact-card .button { justify-self: start; }

.site-footer {
    padding: 42px clamp(24px, 6vw, 96px);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    color: rgba(255, 253, 248, .64);
    background: #041019;
    border-top: 1px solid var(--line-dark);
    font-size: 12px;
}
.site-footer > div:nth-child(2) { text-align: center; }
.site-footer strong { color: var(--white); }
.site-footer__links { justify-self: end; display: grid; justify-items: end; gap: 3px; }
.site-footer__links a { color: var(--white); text-decoration: none; }
.site-footer__links a:hover { color: var(--coral); }

.cart-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(2, 10, 16, .7); backdrop-filter: blur(5px); }
.cart-panel {
    position: fixed;
    z-index: 90;
    inset: 0 0 0 auto;
    width: min(520px, 100%);
    display: flex;
    flex-direction: column;
    color: var(--night);
    background: var(--paper);
    box-shadow: -24px 0 70px rgba(0, 0, 0, .28);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform .32s cubic-bezier(.2, .8, .2, 1), visibility .32s;
}
.cart-panel.is-open { transform: translateX(0); visibility: visible; }
.cart-panel__header { padding: 26px 28px 21px; display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-panel__header h2, .checkout-dialog h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 29px; letter-spacing: -.04em; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; line-height: 1; }
.cart-panel__content { padding: 22px 28px; overflow-y: auto; flex: 1; }
.fulfilment-switch { margin-bottom: 22px; padding: 5px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; border-radius: 17px; background: #e8e1d4; }
.fulfilment-switch button { min-height: 88px; padding: 14px 15px; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 3px 9px; border: 2px solid transparent; border-radius: 13px; color: #536267; background: transparent; cursor: pointer; text-align: left; }
.fulfilment-switch button > span { grid-row: 1 / 3; align-self: center; font-size: 18px; }
.fulfilment-switch button.is-active { border-color: var(--navy); color: var(--night); background: #fff; box-shadow: 0 6px 18px rgba(7, 19, 28, .1); }
.fulfilment-switch strong { font-size: 15px; line-height: 1.2; }
.fulfilment-switch small { font-size: 11px; line-height: 1.35; }
.cart-items { display: grid; gap: 12px; }
.cart-item { padding: 17px; display: grid; grid-template-columns: 1fr auto; gap: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.cart-item h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 16px; }
.cart-item p { margin: 5px 0 14px; color: #536267; font-size: 11px; line-height: 1.45; }
.cart-item__qty { display: flex; align-items: center; gap: 11px; }
.cart-item__qty button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.cart-item__qty strong { min-width: 14px; text-align: center; font-size: 14px; }
.cart-item__price { display: grid; justify-items: end; align-content: space-between; }
.cart-item__price > strong { font-size: 14px; }
.cart-item__remove { min-height: 34px; padding: 0; border: 0; color: #7c463d; background: transparent; cursor: pointer; font-size: 12px; text-decoration: underline; }
.cart-empty { min-height: 350px; display: grid; place-content: center; justify-items: center; text-align: center; }
.cart-empty > span { font-size: 42px; }
.cart-empty h3 { margin: 12px 0 4px; font-family: "Manrope", sans-serif; font-size: 22px; }
.cart-empty p { margin: 0 0 22px; color: #6b777b; font-size: 13px; }
.cart-panel__footer { padding: 22px 28px 28px; border-top: 1px solid var(--line); background: #fff; }
.cart-fulfilment-summary, .checkout-fulfilment { margin-bottom: 18px; padding: 14px 16px; display: grid; gap: 2px; border: 2px solid #b7d9d2; border-radius: 13px; color: #153a32; background: #e8f5f1; }
.cart-fulfilment-summary[data-fulfilment-summary="takeaway"], .checkout-fulfilment[data-fulfilment-summary="takeaway"] { border-color: #efb579; color: #633817; background: #fff0df; }
.cart-fulfilment-summary > span, .checkout-fulfilment > span { font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cart-fulfilment-summary strong, .checkout-fulfilment strong { font-family: "Manrope", sans-serif; font-size: 18px; line-height: 1.2; }
.cart-fulfilment-summary small, .checkout-fulfilment small { font-size: 11px; line-height: 1.4; }
.price-line { margin-bottom: 8px; display: flex; justify-content: space-between; color: #59696e; font-size: 13px; }
.price-line--total { margin: 15px 0 19px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--night); font-size: 18px; }
.price-line--total strong { font-family: "Manrope", sans-serif; font-size: 24px; }

.checkout-dialog {
    width: min(700px, calc(100% - 28px));
    max-height: calc(100dvh - 28px);
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 26px;
    color: var(--night);
    background: var(--paper);
    box-shadow: 0 32px 100px rgba(2, 10, 16, .44);
}
.checkout-dialog::backdrop, .lightbox::backdrop { background: rgba(2, 10, 16, .86); backdrop-filter: blur(7px); }
.checkout-dialog__shell { max-height: calc(100dvh - 28px); display: flex; flex-direction: column; }
.checkout-dialog__header { padding: 25px 28px 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.checkout-dialog__body { padding: 24px 28px; overflow-y: auto; }
.checkout-fulfilment { margin-top: 0; }
.payment-test-banner { margin-bottom:18px; padding:13px 15px; display:grid; gap:2px; border:2px solid #c88420; border-radius:12px; color:#5f3a11; background:#fff0c9; }
.payment-test-banner strong { font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.payment-test-banner span { font-size:11px; }
.payment-test-mode .announcement { color:#3f2a0b; background:#ffd781; }
.payment-test-mode .announcement__dot { background:#b46514; box-shadow:0 0 0 4px rgba(180,101,20,.14); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { font-size: 11px; font-weight: 800; }
.form-grid__wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--night); background: #fff; outline: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(239, 118, 85, .15); }
.form-grid textarea { resize: vertical; }
.terms-check { margin-top: 18px; display: flex; align-items: start; gap: 10px; color: #5b686d; font-size: 11px; }
.terms-check input { margin-top: 2px; accent-color: var(--navy); }
.terms-check a { color: var(--night); font-weight: 700; }
.checkout-notice { margin-top: 16px; padding: 12px 14px; border-radius: 12px; color: #7f2d23; background: #ffe1dc; font-size: 12px; }
.checkout-dialog__footer { padding: 18px 28px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); background: #fff; }
.checkout-dialog__footer > div { display: grid; }
.checkout-dialog__footer small { color: #66747a; font-size: 10px; text-transform: uppercase; }
.checkout-dialog__footer strong { font-family: "Manrope", sans-serif; font-size: 24px; }

.lightbox {
    width: min(1180px, calc(100% - 32px));
    max-width: none;
    max-height: calc(100dvh - 32px);
    padding: 0;
    overflow: visible;
    border: 0;
    color: var(--white);
    background: transparent;
}
.lightbox img { width: 100%; max-height: calc(100dvh - 90px); object-fit: contain; border-radius: 18px; box-shadow: 0 30px 90px rgba(0, 0, 0, .5); }
.lightbox p { margin: 10px 48px 0 0; color: rgba(255, 253, 248, .75); font-size: 12px; }
.lightbox__close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; color: var(--white); background: rgba(7, 19, 28, .72); cursor: pointer; font-size: 25px; }

.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; padding: 12px 18px; border-radius: 999px; color: var(--white); background: var(--night); box-shadow: var(--shadow); font-size: 12px; font-weight: 700; opacity: 0; transform: translate(-50%, 14px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.cart-flyer {
    position: fixed;
    z-index: 140;
    margin: 0;
    object-fit: cover;
    pointer-events: none;
    box-shadow: 0 18px 50px rgba(2, 10, 16, .36);
    will-change: transform, opacity;
}

@keyframes cart-bump {
    0%, 100% { transform: scale(1); box-shadow: none; }
    42% { transform: scale(1.14); box-shadow: 0 0 0 8px rgba(239, 118, 85, .2); background: var(--coral-dark); }
}

:focus-visible { outline: 3px solid rgba(239, 118, 85, .64); outline-offset: 3px; }

@media (max-width: 1260px) {
    .product-grid { grid-template-columns: 1fr; max-width: 920px; }
    .product-card { grid-template-columns: minmax(320px, 1fr) minmax(330px, .9fr); }
    .product-card__gallery { min-height: 430px; }
}

@media (max-width: 960px) {
    .site-header { grid-template-columns: 1fr auto; }
    .nav { display: none; }
    .hero { min-height: 570px; }
    .hero::after { background: linear-gradient(90deg, rgba(4, 14, 21, .96) 0%, rgba(4, 14, 21, .82) 58%, rgba(4, 14, 21, .24) 100%); }
    .hero__mosaic { grid-template-columns: 1.4fr .8fr; }
    .hero__mosaic img:nth-child(3) { display: none; }
    .hero__copy { width: min(680px, 82vw); }
    .trust-strip { grid-template-columns: 1fr; }
    .trust-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-strip > div:last-child { border-bottom: 0; }
    .section-heading { align-items: start; flex-direction: column; }
    .how-section, .contact-section { grid-template-columns: 1fr; }
    .how-section__intro { position: static; }
    .story { grid-template-columns: .55fr 1.45fr; }
    .story__facts { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
    .story__facts div { padding: 18px; display: grid; justify-content: start; border-right: 1px solid var(--line-dark); }
    .site-footer { grid-template-columns: 1fr 1fr; }
    .site-footer > div:nth-child(2) { order: 3; grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 700px) {
    .announcement { font-size: 9px; }
    .site-header { height: 70px; padding-inline: 16px; }
    .brand__sevija, .brand__poke { font-size: 20px; }
    .cart-trigger { padding-left: 12px; }
    .cart-trigger > span:first-child { display: none; }
    .hero { min-height: 590px; padding: 46px 18px 48px; }
    .hero::after { background: linear-gradient(90deg, rgba(4, 14, 21, .97), rgba(4, 14, 21, .69)); }
    .hero__mosaic { grid-template-columns: 1fr; }
    .hero__mosaic img:nth-child(n+2) { display: none; }
    .hero__mosaic img:first-child { object-position: 58% 50%; opacity: .76; }
    .hero__copy { width: 100%; }
    .hero h1 { font-size: clamp(41px, 12.2vw, 58px); line-height: 1.1; }
    .hero__lead { max-width: 520px; margin-block: 18px 22px; font-size: 15px; }
    .hero__prep { width: 100%; grid-template-columns: 30px 1fr 1fr; gap: 9px; }
    .hero__prep > span:not(.hero__prep-icon) { min-width: 0; }
    .hero__prep > span + span { padding-left: 9px; }
    .trust-strip { padding: 0 18px; }
    .trust-strip > div { min-height: 112px; padding-inline: 10px; }
    .menu-section { padding: 86px 14px 94px; }
    .section-heading { margin-bottom: 36px; padding-inline: 4px; }
    .section-heading h2 { font-size: 43px; }
    .product-grid { gap: 18px; }
    .product-card { grid-template-columns: 1fr; }
    .product-card__gallery { min-height: 390px; }
    .product-card__body { padding: 23px; }
    .product-card__ingredients { font-size: 12px; }
    .how-section { padding: 84px 20px; }
    .story { padding: 84px 20px; grid-template-columns: 1fr; }
    .story__mark { width: 148px; }
    .story__facts { grid-column: auto; grid-template-columns: 1fr; }
    .story__facts div { padding-inline: 0; display: flex; border-right: 0; }
    .contact-section { padding: 84px 20px; }
    .contact-card { grid-template-columns: 1fr; }
    .site-footer { grid-template-columns: 1fr; }
    .site-footer > div:nth-child(2) { order: initial; grid-column: auto; }
    .site-footer__links { justify-self: start; justify-items: start; }
    .cart-panel__header, .cart-panel__content, .cart-panel__footer { padding-left: 20px; padding-right: 20px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid__wide { grid-column: auto; }
    .checkout-dialog__header, .checkout-dialog__body, .checkout-dialog__footer { padding-left: 20px; padding-right: 20px; }
    .checkout-dialog__footer { align-items: stretch; flex-direction: column; }
    .checkout-dialog__footer .button { width: 100%; }
    .lightbox { width: calc(100% - 16px); }
    .lightbox img { border-radius: 12px; }
}

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