:root {
    --ink: #201712;
    --muted: #75685f;
    --cream: #fff8ec;
    --paper: #fffdf8;
    --line: #eadfce;
    --orange: #e9652f;
    --berry: #9f244b;
    --green: #197b55;
    --shadow: 0 18px 50px rgba(53, 31, 16, .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, #fffdf8 0%, #fff8ec 54%, #f7ecdc 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(53, 31, 16, .22));
}
.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(234, 223, 206, .92);
    border-radius: 24px;
    background: rgba(255, 253, 248, .9);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 42px rgba(53, 31, 16, .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: 3px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(53, 31, 16, .12);
    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;
}
.nav { display: none; gap: 22px; color: var(--muted); font-weight: 700; }
.top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.language-toggle {
    display: inline-flex;
    padding: 3px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
}
.language-toggle button {
    min-width: 38px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-weight: 900;
}
.language-toggle button.active {
    color: #fff;
    background: var(--orange);
}
.cart-pill, .filters button, .product-foot button, .cart-close, .cart-continue {
    border: 0;
    cursor: pointer;
}
.cart-pill {
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff;
    background: var(--ink);
}
.cart-pill span { color: #ffd36b; font-weight: 900; }

.hero {
    scroll-margin-top: 112px;
    min-height: clamp(520px, 72svh, 660px);
    display: grid;
    max-width: 100%;
    align-items: center;
    gap: 28px;
    padding: 28px clamp(16px, 4vw, 56px) 30px;
    background: linear-gradient(180deg, #fff8ec 0%, #fffdf8 100%);
}
.quick-flow, .section, .builder-band, .trust, .coverage {
    scroll-margin-top: 112px;
}
.hero-copy, .hero-media, .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: var(--muted); font-size: 1.08rem; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.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(3, minmax(0, 1fr)); gap: 10px; max-width: 600px; }
.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 var(--line);
    border-radius: 8px;
    background: #fff;
    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(--orange);
    background: #fff2df;
}
.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;
}
.hero-media { position: relative; min-height: 430px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; }
.slide.active { opacity: 1; }
.slide img { height: 100%; }
.slide-caption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: inline-flex;
    max-width: calc(100% - 36px);
    padding: 16px;
    border-radius: 8px;
    color: #fff;
    background: rgba(32, 23, 18, .78);
}
.slide-caption span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slide-dots { position: absolute; top: 18px; right: 18px; display: flex; gap: 8px; }
.slide-dots button { width: 10px; height: 10px; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); }
.slide-dots button.active { background: #fff; }

.quick-flow, .section, .builder-band, .trust, .coverage, .footer {
    padding: 54px clamp(16px, 4vw, 56px);
}
.quick-flow { display: grid; gap: 14px; background: var(--ink); color: #fff; }
.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); font-weight: 900; }
.quick-flow p { margin: 2px 0 0; color: #e8ded4; }
.quick-flow + .section { padding-top: 38px; }
.section-head { display: flex; flex-direction: column; gap: 18px; margin-bottom: 20px; }
.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: #fff2df;
    color: var(--ink);
    font-weight: 900;
}
.filters button.active { color: #fff; background: var(--ink); }
.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: #b9aea5;
}
.product-grid { display: grid; gap: 18px; }
.product-card[hidden] { display: none; }
.menu-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}
.menu-pager[hidden] { display: none; }
.menu-pager button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--orange);
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 900;
}
.menu-pager button:disabled {
    cursor: not-allowed;
    background: #b9aea5;
}
.menu-pager span, .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(53, 31, 16, .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: 4 / 3;
    background: #f3ede5;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stock-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 8px 10px;
    border-radius: 999px;
    background: #fff;
    font-weight: 900;
    color: var(--green);
}
.stock-badge.sold { color: #fff; background: var(--berry); }
.product-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 260px;
    padding: 18px;
}
.product-body h3 {
    min-height: 3.05em;
    line-height: 1.2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-body p {
    min-height: 4.35em;
    color: var(--muted);
    line-height: 1.45;
    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: 8px;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    font-weight: 900;
}
.product-select input {
    width: 18px;
    height: 18px;
    accent-color: var(--green);
}
.product-select.is-sold-out {
    cursor: not-allowed;
    color: #70665f;
    background: #f4eee6;
}
.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: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
}
.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 {
    padding: 10px 14px;
    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: #b9aea5;
}
.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: #f2f7ef;
}
.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 #cfe0c8;
    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 #edf3e8; }
.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: #f3ede5;
}
.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: #fff0f5;
}
.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); }
.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-logo {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    background: #fff;
    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(32, 23, 18, 0);
    transition: background .25s ease;
}
.cart-drawer.open { pointer-events: auto; background: rgba(32, 23, 18, .45); }
.cart-panel {
    margin-left: auto;
    width: min(420px, 100%);
    min-height: 100%;
    padding: 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: 3px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(53, 31, 16, .1);
    object-fit: contain;
}
.cart-close { float: right; width: 38px; height: 38px; border-radius: 50%; background: #f2ece4; 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: #f2ece4;
    font-weight: 900;
}
.cart-continue:hover {
    background: #eadfD3;
}
.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-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); }
.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-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;
}
.confirmation-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(32, 23, 18, .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 { grid-template-columns: 1.05fr .95fr; align-items: start; padding-top: 42px; }
    .hero-copy, .hero-media { align-self: start; }
    .quick-flow { grid-template-columns: repeat(3, 1fr); }
    .section-head { flex-direction: row; align-items: end; justify-content: space-between; }
    .search { min-width: 310px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .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(4, 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-logo {
        width: 46px;
        height: 46px;
    }
    .brand-mark {
        width: 46px;
        height: 46px;
    }
    .cart-brand span {
        display: none;
    }
    .top-actions { gap: 8px; }
    .cart-pill { padding: 9px 10px; }
    .language-toggle button { min-width: 31px; }
    .hero-stats {
        grid-template-columns: repeat(3, 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;
    }
}
