:root {
    --ink: #0B1F33;
    --muted: #557084;
    --cream: #EAF8FF;
    --paper: #F8FDFF;
    --line: #CFE8F6;
    --orange: #0EA5E9;
    --berry: #0369A1;
    --green: #0E7490;
    --yellow: #7DD3FC;
    --shadow: 0 18px 50px rgba(11, 31, 51, .14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-top: 94px;
    font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
}
img { width: 100%; display: block; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.splash-screen {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 28px;
    background: radial-gradient(circle at center, #ffffff 0%, #EAF8FF 56%, #7DD3FC 100%);
    opacity: 1;
    visibility: visible;
    transition: opacity .38s ease, visibility .38s ease;
    animation: splashAutoHide .4s ease 1.8s forwards;
}
.splash-screen.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.splash-card {
    display: grid;
    justify-items: center;
    gap: 16px;
    transform: translateY(8px) scale(.96);
    animation: splashPop .72s ease forwards;
}
.splash-logo {
    display: grid;
    place-items: center;
    width: min(76vw, 360px);
    max-height: 280px;
    object-fit: contain;
    filter: drop-shadow(0 20px 35px rgba(14, 165, 233, .24));
}
.splash-wordmark {
    display: block;
    width: min(74vw, 440px);
    max-height: 132px;
    border-radius: 10px;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(11, 31, 51, .18));
}
.splash-brand {
    color: var(--ink);
    font-size: clamp(2rem, 8vw, 4rem);
    line-height: 1;
    text-align: center;
}
@keyframes splashPop {
    to { transform: translateY(0) scale(1); }
}
@keyframes splashAutoHide {
    to {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

.topbar {
    position: fixed;
    top: 10px;
    left: clamp(10px, 2.2vw, 28px);
    right: clamp(10px, 2.2vw, 28px);
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px clamp(12px, 3vw, 28px);
    border: 1px solid rgba(224, 247, 255, .22);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(7, 89, 133, .96), rgba(11, 31, 51, .96));
    border-bottom: 1px solid rgba(224, 247, 255, .18);
    box-shadow: 0 16px 42px rgba(11, 31, 51, .12);
    backdrop-filter: blur(14px);
}
.brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    font-weight: 900;
}
.brand-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background: var(--orange);
}
.brand-logo {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
}
.logo-fallback {
    color: #fff;
    background: var(--orange);
    font-weight: 950;
}
.brand-name {
    font-family: "Pacifico", "Brush Script MT", cursive;
    font-weight: 400;
    letter-spacing: 0;
}
.brand-label {
    color: var(--ink);
    font-size: 1.45rem;
    line-height: 1;
    white-space: nowrap;
}
.brand-wordmark {
    display: block;
    width: clamp(118px, 15vw, 178px);
    height: 46px;
    border-radius: 8px;
    object-fit: contain;
    object-position: left center;
}
.nav { display: none; gap: 22px; color: #E0F7FF; font-weight: 700; }
.nav a:hover { color: #fff; }
.top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.language-toggle {
    display: inline-flex;
    padding: 3px;
    border: 1px solid rgba(224, 247, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
}
.language-toggle button {
    min-width: 38px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #E0F7FF;
    cursor: pointer;
    font-weight: 900;
}
.language-toggle button.active {
    color: #0B1F33;
    background: #fff;
}
.cart-pill, .filters button, .product-foot button, .cart-close, .cart-continue {
    border: 0;
    cursor: pointer;
}
.cart-pill {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding: 0;
    border: 2px solid #0B1F33;
    border-radius: 50%;
    color: #0B1F33;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}
.cart-pill-image {
    position: absolute;
    inset: -2px;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: contain;
    object-position: center;
}
.cart-pill [data-i18n="cart.button"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.cart-pill span {
    position: relative;
    z-index: 1;
    color: #0B1F33;
    font-weight: 950;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .88);
}
.cart-pill [data-cart-count] {
    display: inline-grid;
    position: absolute;
    right: -4px;
    bottom: -4px;
    min-width: 26px;
    height: 26px;
    place-items: center;
    padding: 0 8px;
    border-radius: 999px;
    border: 2px solid #fff;
    color: #fff;
    background: #0B1F33;
    text-shadow: none;
}
.cart-flyer {
    position: fixed;
    z-index: 120;
    border: 2px solid #fff;
    border-radius: 18px;
    background: var(--yellow);
    box-shadow: 0 18px 40px rgba(21, 21, 21, .25);
    color: var(--ink);
    display: grid;
    place-items: center;
    font-weight: 950;
    object-fit: cover;
    pointer-events: none;
    animation: flyToCart 1.25s cubic-bezier(.2, .78, .18, 1) forwards;
}
@keyframes flyToCart {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(.72) rotate(-8deg);
    }
    15% {
        opacity: 1;
        transform: translate3d(0, -10px, 0) scale(1) rotate(-5deg);
    }
    78% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(var(--cart-fly-x), var(--cart-fly-y), 0) scale(.25) rotate(10deg);
    }
}

.hero {
    position: relative;
    scroll-margin-top: 112px;
    overflow: hidden;
    display: grid;
    max-width: 100%;
    align-items: center;
    gap: 28px;
    padding: 34px clamp(16px, 4vw, 56px) 12px;
    color: #fff;
    color: var(--ink);
    background:
        radial-gradient(circle at 82% 22%, rgba(125, 211, 252, .45) 0 15%, transparent 28%),
        linear-gradient(135deg, #E0F7FF 0%, #F8FDFF 54%, #BEEBFF 100%);
}
.hero-copy {
    position: relative;
    z-index: 1;
}
.world-decor {
    pointer-events: none;
}
.soccer-ball {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    font-size: 38px;
    line-height: 1;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .28));
}
.hero-world {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.world-ball-large {
    position: absolute;
    right: clamp(24px, 8vw, 120px);
    top: 38px;
    width: clamp(82px, 12vw, 150px);
    height: clamp(82px, 12vw, 150px);
    font-size: clamp(62px, 9vw, 112px);
    opacity: .28;
    transform: rotate(-18deg);
}
.world-ball-small {
    position: absolute;
    right: clamp(170px, 22vw, 320px);
    bottom: 22px;
    width: clamp(42px, 6vw, 72px);
    height: clamp(42px, 6vw, 72px);
    font-size: clamp(30px, 4.4vw, 52px);
    opacity: .42;
    transform: rotate(16deg);
}
.field-line {
    position: absolute;
    display: block;
    border: 2px solid rgba(3, 105, 161, .16);
}
.field-line-one {
    right: -80px;
    top: 34px;
    width: 280px;
    height: 160px;
    border-radius: 24px;
}
.field-line-two {
    right: 18%;
    bottom: -80px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
}
.quick-flow, .section, .builder-band, .responsible-band, .trust, .coverage {
    scroll-margin-top: 112px;
}
.hero-copy, .section-head, .search, .product-grid, .product-card, .product-body {
    min-width: 0;
}
.eyebrow {
    margin: 0 0 10px;
    color: var(--berry);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .76rem;
    letter-spacing: .08em;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 16px; font-size: clamp(2.45rem, 7.1vw, 5.35rem); line-height: .98; letter-spacing: 0; }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1; margin-bottom: 10px; }
h3 { font-size: 1.1rem; margin-bottom: 8px; }
.hero-text { max-width: 620px; color: #39566B; font-size: 1.08rem; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 18px; }
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid var(--ink);
    font-weight: 900;
    cursor: pointer;
}
.btn.primary { color: #fff; background: var(--orange); border-color: var(--orange); }
.btn.ghost { background: #fff; }
.hero-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-width: 420px; }
.hero-stats > span {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 6px;
    align-items: center;
    min-width: 0;
    padding: 9px 8px 9px 6px;
    border: 1px solid rgba(3, 105, 161, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    color: var(--muted);
    font-size: .94rem;
    line-height: 1.15;
}
.hero-stats > span span { min-width: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--muted); overflow-wrap: anywhere; }
.hero-stats strong { display: block; min-width: 0; color: var(--ink); }
.stat-icon, .promo-icon, .trust-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--berry);
    background: #E0F7FF;
}
.stat-icon {
    grid-row: span 2;
    justify-self: start;
    width: 30px;
    height: 30px;
}
.stat-icon svg, .promo-icon svg, .trust-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.quick-flow, .section, .builder-band, .responsible-band, .trust, .coverage, .footer {
    padding: 54px clamp(16px, 4vw, 56px);
}
.quick-flow { 
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 14px;
    padding-top: 34px;
    padding-bottom: 34px;
    background: linear-gradient(135deg, #083B5A 0%, #0B1F33 100%);
    color: #fff;
}
.quick-flow article {
    position: relative;
    z-index: 1;
}
.quick-world {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.world-ball-tiny {
    position: absolute;
    right: clamp(18px, 5vw, 72px);
    top: 18px;
    width: 42px;
    height: 42px;
    font-size: 30px;
    opacity: .38;
}
.field-line-three {
    right: 7%;
    top: 50%;
    width: 180px;
    height: 78px;
    border-color: rgba(255, 255, 255, .18);
    border-radius: 18px;
    transform: translateY(-50%);
}
.quick-flow article { display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; align-items: center; }
.quick-flow span { grid-row: span 2; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 900; }
.quick-flow p { margin: 2px 0 0; color: #D9F3FF; }
.quick-flow + .section { padding-top: 38px; }
.section-head { display: flex; flex-direction: column; gap: 18px; margin-bottom: 20px; }
.world-match-strip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 58px;
    width: min(360px, 100%);
    min-height: 86px;
    padding: 18px 34px;
    border: 2px solid rgba(255, 255, 255, .82);
    border-radius: 18px;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 34px, rgba(255, 255, 255, .14) 34px 68px),
        #0EA5E9;
    box-shadow: 0 12px 28px rgba(14, 165, 233, .2);
}
.world-match-strip .soccer-ball {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    font-size: 32px;
    background: transparent;
    filter: none;
}
.world-match-strip .pitch-midline {
    position: absolute;
    left: 50%;
    top: 8px;
    bottom: 8px;
    width: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    transform: translateX(-50%);
}
.world-match-strip .pitch-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    border: 4px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.world-match-strip .pitch-box {
    position: absolute;
    top: 22px;
    width: 42px;
    height: 42px;
    border: 3px solid rgba(255, 255, 255, .7);
}
.world-match-strip .pitch-box-left {
    left: -2px;
    border-left: 0;
    border-radius: 0 8px 8px 0;
}
.world-match-strip .pitch-box-right {
    right: -2px;
    border-right: 0;
    border-radius: 8px 0 0 8px;
}
.search { display: grid; gap: 8px; color: var(--muted); font-weight: 800; }
.search input, .order-form input, .order-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 13px 14px;
    background: #fff;
}
.filters { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 22px; }
.filters button {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: #E0F7FF;
    color: var(--ink);
    font-weight: 900;
}
.filters button.active { color: #fff; background: var(--berry); }
.menu-bulk {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 38;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: min(420px, calc(100% - 32px));
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 248, 236, .96);
    box-shadow: var(--shadow);
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}
.menu-bulk[hidden] {
    display: none;
}
.menu-bulk span {
    color: var(--muted);
    font-weight: 900;
    white-space: nowrap;
}
.menu-bulk button {
    border-radius: 999px;
    padding: 10px 12px;
    color: #fff;
    background: var(--ink);
    font-weight: 900;
}
.menu-bulk button:disabled {
    cursor: not-allowed;
    background: #9BB9C9;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 14px;
}
.product-card[hidden] { display: none; }
.menu-empty {
    color: var(--muted);
    font-weight: 900;
}
.menu-empty {
    margin: 20px 0 0;
    text-align: center;
}
.product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(11, 31, 51, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #EAF8FF;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stock-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 6px 8px;
    border-radius: 999px;
    background: #fff;
    font-size: .78rem;
    font-weight: 900;
    color: var(--green);
}
.stock-badge.sold { color: #fff; background: var(--berry); }
.product-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 226px;
    padding: 12px;
}
.product-body h3 {
    min-height: 2.8em;
    margin-bottom: 2px;
    font-size: .98rem;
    line-height: 1.18;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-body p {
    min-height: 3.9em;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product-select {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 6px;
    padding: 6px 8px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    font-weight: 900;
}
.product-select input {
    width: 16px;
    height: 16px;
    accent-color: var(--green);
}
.product-select.is-sold-out {
    cursor: not-allowed;
    color: #607D92;
    background: #EAF8FF;
}
.product-addon {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff8ec;
    font-weight: 900;
}
.product-addon input {
    width: 18px;
    height: 18px;
    accent-color: var(--orange);
}
.product-addon small {
    margin-left: auto;
    color: var(--muted);
    font-weight: 900;
    text-align: right;
}
.product-foot {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    justify-content: space-between;
    gap: 8px 6px;
    margin-top: auto;
}
.product-foot > strong {
    font-size: 1.1rem;
}
.quantity-control {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    color: var(--muted);
    font-size: .8rem;
    font-weight: 900;
}
.quantity-control input,
.quantity-control select {
    width: 52px;
    min-height: 34px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 6px 7px;
    color: var(--ink);
    background: #fff;
    font: inherit;
    text-align: center;
}
.quantity-control select {
    cursor: pointer;
    appearance: none;
}
.quantity-control input:disabled,
.quantity-control select:disabled {
    color: #9d9289;
    background: #eee8df;
}
.product-foot button {
    grid-column: 1 / -1;
    width: 100%;
    padding: 9px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--orange);
    font-weight: 900;
}
.product-foot button:disabled,
.product-foot button.is-sold-out,
.product-foot button[data-sold-out="true"] {
    cursor: not-allowed;
    background: #9BB9C9;
}
.promo-grid, .trust { display: grid; gap: 14px; }
.promo-grid article, .trust article, .coverage-panel {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
}
.builder-band {
    display: grid;
    gap: 24px;
    background: #EAF8FF;
}
.responsible-band {
    display: grid;
    gap: 12px;
    color: #fff;
    background: linear-gradient(135deg, #075985 0%, #0EA5E9 100%);
}
.responsible-band .eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 7px 10px;
    border-radius: 8px;
    color: #121212;
    background: rgba(255, 255, 255, .9);
}
.responsible-band h2 {
    max-width: 720px;
}
.responsible-band p:not(.eyebrow) {
    max-width: 720px;
    margin-bottom: 0;
    color: #E0F7FF;
    line-height: 1.6;
}
.builder-copy p { color: var(--muted); max-width: 520px; line-height: 1.55; }
.builder-copy .builder-rule {
    color: var(--green);
    font-weight: 900;
}
.builder-total { display: block; margin: 18px 0; font-size: 2.5rem; }
.builder { display: grid; gap: 14px; }
.builder fieldset {
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px;
    background: #fff;
}
.builder legend { font-weight: 900; padding: 0 8px; }
.builder label { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 0; }
.builder label + label { border-top: 1px solid #E0F2FE; }
.builder-choice[hidden] { display: none; }
.builder-choice input { width: 18px; height: 18px; accent-color: var(--orange); }
.builder-choice span { flex: 1; font-weight: 850; }
.builder-choice small {
    color: var(--muted);
    text-align: right;
}
.topic-thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    flex: 0 0 44px;
    background: #EAF8FF;
}
.builder-summary {
    margin: 0 0 10px;
    color: var(--green);
    font-weight: 900;
}
.topping-fieldset { grid-column: 1 / -1; }
.topping-list {
    display: grid;
    gap: 0;
}
.promo-grid article { position: relative; min-height: 150px; padding-right: 76px; }
.promo-icon, .trust-icon {
    margin-bottom: 12px;
}
.promo-icon {
    color: var(--berry);
    background: #E0F7FF;
}
.promo-grid strong { font-size: 1.25rem; }
.promo-grid p, .trust p, .coverage p, .footer p { color: var(--muted); line-height: 1.5; }
.promo-grid .promo-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 8px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--berry);
    font-weight: 900;
}
.trust article {
    min-height: 154px;
}
.trust-icon {
    color: var(--green);
    background: #eef7ed;
}
.coverage { display: grid; gap: 20px; background: var(--cream); }
.coverage-panel {
    position: relative;
    overflow: hidden;
}
.coverage-panel > strong,
.coverage-panel > p {
    position: relative;
    z-index: 1;
}
.coverage-world {
    position: absolute;
    right: 16px;
    top: 14px;
    opacity: .22;
}
.coverage-world .soccer-ball {
    width: 86px;
    height: 86px;
    font-size: 64px;
}
.footer { display: grid; gap: 18px; background: var(--ink); color: #fff; }
.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.footer-brand .brand-name {
    display: block;
    margin-bottom: 4px;
    font-size: 1.55rem;
    line-height: 1.1;
}
.footer-wordmark {
    display: block;
    width: min(210px, 100%);
    height: auto;
    max-height: 72px;
    margin-bottom: 8px;
    border-radius: 8px;
    object-fit: contain;
    object-position: left center;
}
.footer-logo {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: transparent;
    object-fit: contain;
}
.footer p { color: #d9cec4; }
.whatsapp {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 25;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    background: #22c55e;
    box-shadow: var(--shadow);
    font-weight: 950;
}
.toast {
    position: fixed;
    left: 50%;
    bottom: 88px;
    z-index: 50;
    width: min(440px, calc(100% - 32px));
    padding: 14px 16px;
    border-radius: 8px;
    color: #fff;
    background: var(--green);
    box-shadow: var(--shadow);
    font-weight: 900;
    text-align: center;
    transform: translate(-50%, 18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
}
.toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}
.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 40;
    overflow: hidden;
    pointer-events: none;
    background: rgba(11, 31, 51, 0);
    transition: background .25s ease;
}
.cart-drawer.open { pointer-events: auto; background: rgba(11, 31, 51, .45); }
.cart-panel {
    margin-left: auto;
    width: min(420px, 100%);
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    padding: 112px 24px 24px;
    background: #fff;
    transform: translateX(100%);
    transition: transform .25s ease;
}
.cart-drawer.open .cart-panel { transform: translateX(0); }
.cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.cart-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-weight: 950;
}
.cart-brand .brand-name {
    font-size: 1.35rem;
    line-height: 1.1;
}
.cart-brand-logo {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
}
.cart-close { float: right; width: 38px; height: 38px; border-radius: 50%; background: #EAF8FF; font-size: 1.5rem; }
.cart-continue {
    flex: 0 0 auto;
    margin-bottom: 0;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    background: #EAF8FF;
    font-weight: 900;
}
.cart-continue:hover {
    background: #D7F1FF;
}
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-line button { border: 0; background: transparent; color: var(--berry); cursor: pointer; font-weight: 900; }
.cart-summary {
    display: grid;
    gap: 8px;
    margin: 14px 0 6px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff8ec;
}
.cart-summary div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.cart-summary span {
    color: var(--muted);
    font-weight: 800;
}
.cart-summary p {
    margin: 4px 0 0;
    color: var(--green);
    font-size: .92rem;
    font-weight: 900;
}
.cart-summary p.is-warning {
    color: var(--berry);
}
.cart-total { display: block; margin: 18px 0; font-size: 1.6rem; }
.order-form { display: grid; gap: 10px; }
.order-form p { min-height: 28px; margin: 4px 0 0; color: var(--muted); }
.address-extra {
    display: grid;
    grid-template-columns: minmax(150px, 1.6fr) minmax(72px, .7fr) minmax(82px, .7fr);
    gap: 8px;
}
.payment-box {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff8ec;
}
.payment-box label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}
.payment-box input { width: 18px; height: 18px; accent-color: var(--orange); }
.payment-card-logos {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}
.card-logo {
    display: inline-grid;
    place-items: center;
    height: 20px;
    min-width: 34px;
    padding: 0 5px;
    border: 1px solid #d9d3c8;
    border-radius: 4px;
    background: #fff;
    font-size: .58rem;
    font-weight: 950;
    line-height: 1;
}
.card-logo.visa {
    color: #1a1f71;
    font-style: italic;
    letter-spacing: .03em;
}
.card-logo.mastercard {
    position: relative;
    grid-template-columns: 14px 14px;
    min-width: 38px;
    padding-inline: 6px;
}
.card-logo.mastercard i {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.card-logo.mastercard i:first-child {
    background: #eb001b;
}
.card-logo.mastercard i:last-child {
    margin-left: -5px;
    background: rgba(247, 158, 27, .88);
}
.card-logo.codensa {
    min-width: 54px;
    color: #0a4a8a;
    background: linear-gradient(90deg, #fff 0 72%, #f5c400 72% 100%);
}
.payment-card-note {
    min-height: 0;
    margin: 0;
    padding: 9px 10px;
    border-radius: 8px;
    color: var(--berry);
    background: #fff;
    font-size: .88rem;
    font-weight: 900;
    line-height: 1.35;
}
.payment-qr {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 4px;
    padding: 12px;
    border: 1px dashed var(--orange);
    border-radius: 8px;
    background: #fff;
}
.payment-qr[hidden] { display: none; }
.payment-qr svg {
    width: 92px;
    height: 92px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px var(--line);
}
.payment-qr small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    line-height: 1.35;
}
.delivery-animation {
    display: grid;
    gap: 8px;
    margin: 18px 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff8ec;
}
.delivery-track {
    position: relative;
    height: 92px;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(225, 29, 46, .14), rgba(16, 138, 85, .13)),
        repeating-linear-gradient(90deg, transparent 0 28px, rgba(21, 21, 21, .06) 28px 30px);
}
.delivery-track::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 94px;
    bottom: 23px;
    height: 3px;
    border-radius: 999px;
    background: rgba(21, 21, 21, .22);
}
.delivery-beer,
.delivery-house {
    position: absolute;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 24px rgba(21, 21, 21, .16);
    font-size: 2rem;
}
.delivery-beer {
    left: 16px;
    bottom: 34px;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: beerToHome 2.8s cubic-bezier(.24, .78, .24, 1) infinite;
}
.delivery-house {
    right: 18px;
    bottom: 31px;
    color: #fff;
    background: var(--green);
    width: 66px;
    height: 66px;
    font-size: 2.35rem;
    box-shadow: 0 16px 30px rgba(16, 138, 85, .28);
}
.delivery-status {
    color: var(--green);
    font-weight: 950;
    text-align: center;
}
@keyframes beerToHome {
    0% {
        left: 16px;
        transform: translate3d(0, 0, 0) scale(.82) rotate(-8deg);
        opacity: 0;
    }
    12% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
    }
    68% {
        left: calc(100% - 122px);
        transform: translate3d(0, 0, 0) scale(1) rotate(5deg);
    }
    72% {
        opacity: 1;
    }
    84%, 100% {
        left: calc(100% - 112px);
        transform: translate3d(0, 0, 0) scale(.46) rotate(8deg);
        opacity: 0;
    }
}
.confirmation-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(11, 31, 51, .54);
}
.confirmation-card {
    position: relative;
    width: min(560px, 100%);
    max-height: calc(100svh - 36px);
    overflow: auto;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: var(--shadow);
}
.confirmation-card .cart-close {
    float: right;
}
.confirmation-card h2 {
    margin-right: 46px;
}
.confirmation-lines {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}
.confirmation-lines div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
}
.confirmation-lines span {
    color: var(--muted);
}
.confirmation-total {
    display: block;
    margin-bottom: 16px;
    font-size: 1.4rem;
}

@media (min-width: 760px) {
    .nav { display: flex; }
    .hero { align-items: start; padding-top: 34px; }
    .hero-copy { align-self: start; }
    .quick-flow { grid-template-columns: repeat(4, 1fr); }
    .section-head { flex-direction: row; align-items: end; justify-content: space-between; }
    .search { min-width: 310px; }
    .promo-grid, .trust { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .builder-band { grid-template-columns: .8fr 1.2fr; align-items: start; }
    .builder { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .coverage { grid-template-columns: 1fr 420px; align-items: center; }
    .footer { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1120px) {
    .product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
    .topbar {
        gap: 8px;
        padding-inline: 12px;
    }
    .brand {
        gap: 8px;
        min-width: 0;
    }
    .brand-label {
        max-width: 112px;
        overflow: hidden;
        font-size: 1.12rem;
        text-overflow: ellipsis;
    }
    .brand-wordmark {
        width: 104px;
        height: 36px;
    }
    .brand-logo {
        width: 46px;
        height: 46px;
    }
    .brand-mark {
        width: 46px;
        height: 46px;
    }
    .cart-brand span {
        display: none;
    }
    .top-actions { gap: 8px; }
    .cart-pill {
        width: 54px;
        height: 54px;
        padding: 0;
    }
    .language-toggle button { min-width: 31px; }
    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-stats > span {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 6px;
        padding: 8px 6px;
        font-size: .8rem;
    }
    .stat-icon {
        width: 28px;
        height: 28px;
    }
    .stat-icon svg {
        width: 16px;
        height: 16px;
    }
    .section {
        padding-inline: 12px;
    }
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .product-body {
        min-height: 214px;
        padding: 10px;
    }
    .product-body h3 {
        font-size: .82rem;
    }
    .product-body p {
        font-size: .78rem;
    }
    .stock-badge {
        max-width: calc(100% - 16px);
        font-size: .68rem;
    }
    .product-foot > strong {
        font-size: .98rem;
    }
    .quantity-control {
        font-size: .7rem;
    }
    .quantity-control select {
        width: 42px;
        min-height: 30px;
    }
    .product-foot button {
        padding: 8px;
        font-size: .84rem;
    }
}
