/* Generated bundle: core */

@font-face {
font-family: "Dana";
    src: url("../fonts/dana/DanaFaNum-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
font-family: "Dana";
    src: url("../fonts/dana/DanaFaNum-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
--bg-main: #f5f5f7;
    --bg-soft: #fafafb;
    --surface: #ffffff;
    --surface-soft: rgba(255, 255, 255, 0.8);
    --text-primary: #111111;
    --text-secondary: #6b7280;
    --text-muted: #9ca3af;
    --border-light: #e5e7eb;
    --border-soft: #eceef2;
    --gold-primary: #c9a227;
    --gold-light: #e5c76b;
    --gold-deep: #a8831f;
    --action-primary: #0f172a;
    --action-primary-hover: #111827;
    --success: #22c55e;
    --warning: #f59e0b;
    --error: #ef4444;
    --info: #3b82f6;
    --coffee-soft: #efe7de;
    --coffee-deep: #6c4a35;
    --radius-input: 16px;
    --radius-button: 18px;
    --radius-card: 24px;
    --radius-panel: 24px;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.06);
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 32px;
    --space-8: 40px;
    --space-9: 48px;
    --max-content: 1320px;
    --mobile-bottom-nav-clearance: calc(72px + env(safe-area-inset-bottom));
}

*,
*::before,
*::after {
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
font-family: "Dana", system-ui, sans-serif;
    background:
        radial-gradient(circle at top right, rgba(201, 162, 39, 0.08), transparent 28%),
        linear-gradient(180deg, #fafafb 0%, #f5f5f7 42%, #f4f4f6 100%);
    color: var(--text-primary);
    line-height: 1.75;
    padding-bottom: calc(var(--mobile-bottom-nav-clearance) + 14px);
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
color: inherit;
    text-decoration: none;
}

img {
display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
font: inherit;
}

button {
cursor: pointer;
    border: 0;
    background: none;
}

p,
h1,
h2,
h3,
h4 {
margin: 0;
}

.site-shell {
margin-inline: auto;
}

.page-main {
display: grid;
    gap: var(--space-7);
}

.page-main [id] {
    scroll-margin-top: 96px;
}

.site-header {
position: sticky;
    top: 0;
    z-index: 20;
    padding-top: env(safe-area-inset-top);
    backdrop-filter: blur(18px);
    isolation: isolate;
}

.app-shell-bar {
position: fixed;
    inset-inline: 0;
    inset-block-start: 0;
    z-index: 130;
    display: none;
    padding: calc(env(safe-area-inset-top) + 8px) 12px 0;
    pointer-events: none;
}

.app-shell-bar__inner,
.app-shell-bar__button,
.app-shell-bar__actions {
display: flex;
    align-items: center;
}

.app-shell-bar__inner {
gap: 10px;
    min-height: 52px;
    padding: 8px 10px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(229, 231, 235, 0.88);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
    pointer-events: auto;
}

.app-shell-bar__button {
justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    background: rgba(245, 245, 247, 0.98);
    border: 1px solid rgba(229, 231, 235, 0.88);
    color: var(--action-primary);
}

.app-shell-bar__button[disabled] {
opacity: 0.45;
}

.app-shell-bar__title {
min-width: 0;
    flex: 1;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-shell-bar__actions {
gap: 8px;
}

.app-shell-bar__status {
margin: 8px auto 0;
    width: fit-content;
    max-width: min(100%, 420px);
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
    pointer-events: auto;
}

.topbar-card,
.header-strip,
.hero-card,
.premium-banner,
.info-card,
.testimonial-card,
.summary-card,
.form-card,
.empty-card,
.success-card,
.wallet-card,
.product-card,
.cart-item,
.product-panel,
.product-gallery__frame,
.faq-card,
.payment-card {
background: var(--surface);
    border: 1px solid rgba(236, 238, 242, 0.85);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-md);
}

.topbar-card {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    padding: 14px 18px;
    margin-bottom: var(--space-3);
    background: rgba(255, 255, 255, 0.85);
}

.brand-link {
display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand-link strong {
display: block;
    font-size: 18px;
    font-weight: 700;
}

.brand-link small {
display: block;
    max-width: 220px;
    color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.6;
}

.brand-mark {
display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: linear-gradient(140deg, var(--gold-light), var(--gold-primary));
    color: var(--action-primary);
    font-size: 22px;
    font-weight: 700;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.visually-hidden {
position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header-actions,
.hero-actions,
.banner-actions,
.wallet-card__actions {
display: flex;
    flex-wrap: wrap;
    gap: var(--space-3);
}

.chip-link,
.pill-link,
.profile-link,
.section-badge {
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--bg-soft);
    color: var(--action-primary);
    font-size: 13px;
    font-weight: 700;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.chip-link:hover,
.pill-link:hover,
.profile-link:hover,
.chip-link:focus-visible,
.pill-link:focus-visible,
.profile-link:focus-visible {
background: #eef1f5;
}

.chip-link--cart {
background: var(--action-primary);
    color: #fff;
}

.chip-link--cart:hover,
.chip-link--cart:focus-visible {
background: var(--action-primary-hover);
    color: #fff;
}

.chip-count {
display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    padding-inline: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 12px;
}

.chip-link--cart:hover .chip-count,
.chip-link--cart:focus-visible .chip-count {
background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.header-strip {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    padding: 12px 14px;
    margin-bottom: var(--space-6);
    background: rgba(255, 255, 255, 0.72);
}

.quick-nav {
display: flex;
    gap: var(--space-2);
    overflow-x: auto;
    scrollbar-width: none;
}

.quick-nav::-webkit-scrollbar,
.category-rail::-webkit-scrollbar,
.product-gallery__thumbs::-webkit-scrollbar {
display: none;
}

.pill-link.is-active {
background: rgba(15, 23, 42, 0.12);
    color: var(--action-primary);
}

.profile-link {
flex-shrink: 0;
    background: rgba(201, 162, 39, 0.12);
    color: var(--gold-deep);
}

.flash-banner {
padding: 14px 18px;
    border-radius: 18px;
    margin-bottom: var(--space-4);
    font-size: 14px;
    font-weight: 700;
}

.flash-banner--success {
background: rgba(34, 197, 94, 0.12);
    color: #137b35;
}

.flash-banner--error {
background: rgba(239, 68, 68, 0.1);
    color: #b42318;
}

.section-stack {
display: grid;
    gap: var(--space-6);
}

.section-stack--tight {
gap: var(--space-5);
}

.section-head {
display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px 24px;
}

.section-head h1,
.section-head h2,
.hero-copy h1,
.empty-card h1 {
font-size: clamp(28px, 4.8vw, 42px);
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.eyebrow {
display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: var(--space-2);
    color: var(--gold-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.eyebrow::after {
content: "";
    display: inline-block;
    width: 18px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-light));
    flex-shrink: 0;
}

.text-link {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding-inline: 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(229, 231, 235, 0.92);
    box-shadow: var(--shadow-sm);
    color: var(--action-primary);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.text-link:hover,
.text-link:focus-visible {
transform: translateY(-1px);
    box-shadow: var(--shadow-md);
    background: rgba(255, 255, 255, 1);
}

.hero-grid,
.product-page {
display: grid;
    gap: var(--space-6);
}

.hero-card {
display: grid;
    gap: var(--space-6);
    padding: clamp(20px, 3vw, 32px);
    overflow: hidden;
    position: relative;
}

.hero-card::after {
content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(201, 162, 39, 0.14), transparent 24%),
        radial-gradient(circle at bottom right, rgba(108, 74, 53, 0.08), transparent 25%);
    pointer-events: none;
}

.hero-copy,
.hero-visual,
.pwa-preview {
position: relative;
    z-index: 1;
}

.hero-copy {
display: grid;
    align-content: center;
    gap: var(--space-4);
}

.hero-copy > p,
.premium-banner p,
.info-card p,
.testimonial-card p,
.product-panel__head p,
.product-summary,
.empty-card p,
.success-card p,
.wallet-card p,
.payment-card p,
.install-hint,
.form-hint {
color: var(--text-secondary);
    font-size: 15px;
}

.button {
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 26px;
    border-radius: 999px;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.button:hover,
.button:focus-visible {
transform: translateY(-1px);
}

.button:disabled,
.button.is-disabled {
opacity: 0.48;
    pointer-events: none;
    transform: none;
    box-shadow: none;
    filter: saturate(0.7);
}

.button__spinner {
display: none;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border: 2px solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    animation: buttonSpinnerRotate 700ms linear infinite;
}

.button[data-loading="true"] .button__spinner {
display: inline-block;
}

@keyframes buttonSpinnerRotate {
    to {
        transform: rotate(360deg);
    }
}

.button--primary {
background: var(--action-primary);
    color: #fff;
    box-shadow: 0 12px 20px rgba(15, 23, 42, 0.12);
}

.button--primary:hover,
.button--primary:focus-visible {
background: var(--action-primary-hover);
}

.button--secondary {
background: rgba(255, 255, 255, 0.96);
    color: var(--action-primary);
    border: 1px solid rgba(229, 231, 235, 0.92);
}

.button--ghost {
background: rgba(250, 250, 251, 0.96);
    color: var(--action-primary);
    border: 1px solid rgba(229, 231, 235, 0.92);
}

.button--wide {
width: 100%;
}

.hero-metrics,
.stat-row,
.spec-grid,
.mini-grid,
.testimonial-grid,
.field-grid,
.product-grid,
.checkout-layout,
.account-shell {
display: grid;
    gap: var(--space-4);
}

.hero-metrics,
.stat-row {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-metrics div,
.stat-row div {
padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(229, 231, 235, 0.85);
}

.hero-metrics strong,
.stat-row strong,
.price-panel strong,
.wallet-card strong,
.floating-card strong,
.summary-row strong,
.cart-item__price,
.product-card__price strong {
display: block;
    font-size: clamp(18px, 3.6vw, 32px);
    line-height: 1.2;
    font-weight: 700;
}

.hero-metrics span,
.stat-row span,
.summary-row span,
.product-card__meta,
.product-card__copy,
.product-card__price small,
.floating-card p,
.floating-card small {
color: var(--text-secondary);
    font-size: 12px;
}

.stock-chip {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding-inline: 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.stock-chip--success {
background: rgba(34, 197, 94, 0.12);
    color: #166534;
}

.stock-chip--warning {
background: rgba(245, 158, 11, 0.14);
    color: #b45309;
}

.stock-chip--muted {
background: rgba(15, 23, 42, 0.08);
    color: var(--text-secondary);
}

.hero-visual {
display: grid;
    align-items: end;
}

.hero-visual img,
.hero-visual--category img,
.pwa-preview img,
.category-card img,
.product-card__media img,
.product-gallery__frame img,
.gallery-thumb img,
.cart-item__media img {
width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 22px;
}

.floating-card {
position: absolute;
    inset-inline-start: 20px;
    inset-block-end: 20px;
    max-width: 280px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(229, 231, 235, 0.9);
    box-shadow: var(--shadow-lg);
}

.category-rail,
.product-gallery__thumbs {
display: flex;
    gap: var(--space-4);
    overflow-x: auto;
    padding-bottom: 2px;
}

.category-card strong,
.product-card__title,
.info-card h3,
.testimonial-card strong,
.wallet-card strong,
.summary-card h2,
.form-card h2,
.success-card h2,
.empty-card h2 {
font-size: 18px;
    line-height: 1.45;
}

.product-grid {
grid-template-columns: repeat(1, minmax(0, 1fr));
}

.product-grid--compact {
gap: var(--space-5);
}

.product-card {
display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 16px;
    border-color: rgba(229, 231, 235, 0.88);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

@media (hover: hover) {
.product-card:hover {
transform: translateY(-3px);
        border-color: rgba(201, 162, 39, 0.22);
        box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}
}

.product-card__media {
display: block;
    position: relative;
    margin-bottom: 16px;
}

.product-media-badge {
display: inline-flex;
    position: absolute;
    inset-block-start: 12px;
    inset-inline-start: 12px;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding-inline: 11px;
    border-radius: 999px;
    background: rgba(201, 162, 39, 0.96);
    color: #fff;
    box-shadow: 0 10px 24px rgba(168, 131, 31, 0.16);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.product-card__body {
display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}

.product-card__topline {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.product-card__inventory {
display: flex;
    align-items: center;
}

.product-card__status {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(201, 162, 39, 0.14);
    color: var(--gold-deep);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.product-card__meta {
display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 600;
}

.product-card__meta-divider {
color: var(--text-muted);
}

.product-card__title a {
color: var(--text-primary);
    text-decoration: none;
}

.product-card__title {
margin: 0;
    font-size: clamp(18px, 1.3vw, 22px);
    line-height: 1.5;
}

.product-card__notes,
.note-chip-row {
display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}

.product-card__notes span,
.note-chip-row span {
padding: 7px 12px;
    border-radius: 999px;
    background: rgba(245, 245, 247, 0.92);
    border: 1px solid rgba(229, 231, 235, 0.88);
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.product-card__tags {
display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.product-tag-chip {
padding: 4px 10px;
    border-radius: 999px;
    background: rgba(212, 168, 83, 0.10);
    border: 1px solid rgba(212, 168, 83, 0.28);
    color: var(--primary, #d4a853);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.18s, color 0.18s;
}

.product-tag-chip:hover {
background: var(--primary, #d4a853);
    color: #fff;
}

.product-card__footer {
display: grid;
    gap: 14px;
    margin-top: auto;
    padding-top: 2px;
}

.product-card__copy {
margin: 0;
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.9;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.product-card__price {
display: grid;
    gap: 6px;
}

.product-card__price strong {
font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1.14;
}

.product-card__price small {
font-size: 13px;
    color: var(--text-muted);
    text-decoration: line-through;
}

.product-card__action {
width: 100%;
}

.product-card__button {
width: 100%;
    min-height: 54px;
    justify-content: center;
}

.premium-banner,
.success-card,
.empty-card,
.wallet-card,
.form-card,
.summary-card,
.info-card,
.testimonial-card {
padding: 20px;
}

.mini-grid,
.testimonial-grid {
grid-template-columns: repeat(1, minmax(0, 1fr));
}

.breadcrumb-row {
display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    color: var(--text-secondary);
    font-size: 13px;
}

.spec-grid span,
.summary-hint {
color: var(--text-secondary);
    font-size: 13px;
}

.spec-grid strong,
.summary-row--total strong {
font-size: 16px;
    line-height: 1.5;
}

.purchase-card,
.coupon-box {
display: grid;
    gap: var(--space-3);
}

.purchase-card {
padding: 20px;
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.04);
}

.sticky-checkout {
position: fixed;
    inset-inline: 16px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    z-index: 46;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    padding: 14px 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(229, 231, 235, 0.9);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(20px);
}

.sticky-checkout span {
color: var(--text-secondary);
    font-size: 12px;
}

.checkout-layout,
.auth-layout,
.account-shell {
grid-template-columns: repeat(1, minmax(0, 1fr));
}

.cart-list {
display: grid;
    gap: var(--space-4);
}

.cart-item__body,
.cart-item__actions,
.summary-card,
.form-card,
.form-card__section,
.payment-card {
display: grid;
    gap: var(--space-4);
}

.inline-form {
display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: var(--space-3);
}

.field-grid {
grid-template-columns: repeat(1, minmax(0, 1fr));
}

label {
display: grid;
    gap: var(--space-2);
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 700;
}

.field {
width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-input);
    background: #fff;
    color: var(--text-primary);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field:focus,
.field:focus-visible,
.quantity-box__input:focus,
.quantity-box__input:focus-visible {
outline: none;
    border-color: rgba(15, 23, 42, 0.22);
    box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.06);
}

.field--textarea {
padding-top: 16px;
    min-height: 140px;
    resize: vertical;
}

.field--small {
max-width: 88px;
}

.field--otp {
letter-spacing: 0.25em;
    text-align: center;
}

.quantity-select-field {
display: grid;
    gap: 8px;
    min-width: 0;
}

.quantity-select-field > span {
color: var(--text-secondary);
    font-size: 13px;
    font-weight: 700;
}

.iran-location-fields {
display: contents;
}

.ui-select {
position: relative;
    display: grid;
    min-width: 0;
}

.ui-select__native {
position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.ui-select__button {
display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid rgba(223, 213, 189, 0.92);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 251, 0.96));
    box-shadow: 0 10px 24px rgba(108, 74, 53, 0.08);
    color: var(--action-primary);
    font-size: 14px;
    font-weight: 700;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.ui-select__button:hover,
.ui-select__button:focus-visible,
.ui-select.is-open .ui-select__button {
outline: none;
    border-color: rgba(201, 162, 39, 0.42);
    box-shadow:
        0 14px 28px rgba(108, 74, 53, 0.12),
        0 0 0 4px rgba(201, 162, 39, 0.1);
}

.ui-select__button:hover {
transform: translateY(-1px);
}

.ui-select__button:disabled {
opacity: 0.62;
    cursor: not-allowed;
    transform: none;
}

.ui-select__label {
display: block;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}

.ui-select__caret {
display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(201, 162, 39, 0.1);
    color: var(--gold-deep);
    font-size: 13px;
    transition: transform 220ms ease, background-color 220ms ease;
}

.ui-select.is-open .ui-select__caret {
transform: rotate(-180deg);
    background: rgba(201, 162, 39, 0.16);
}

.ui-select__menu {
position: absolute;
    inset-inline: 0;
    top: calc(100% + 10px);
    z-index: 70;
    display: grid;
    gap: 6px;
    max-height: min(320px, calc(100dvh - 96px));
    padding: 10px;
    overflow: auto;
    border: 1px solid rgba(223, 213, 189, 0.92);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 250, 244, 0.99), rgba(255, 255, 255, 0.99));
    box-shadow: 0 24px 48px rgba(108, 74, 53, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
    scrollbar-width: thin;
}

.ui-select__search {
display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid rgba(223, 213, 189, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
}

.ui-select__search-icon {
display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: rgba(201, 162, 39, 0.1);
    color: var(--gold-deep);
    font-size: 12px;
}

.ui-select__search-input {
width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--action-primary);
    font-size: 13px;
    font-weight: 700;
}

.ui-select__search-input::placeholder {
color: var(--text-secondary);
}

.ui-select__search-input:focus {
outline: none;
}

.ui-select__options {
display: grid;
    gap: 6px;
    min-width: 0;
}

.ui-select.is-open .ui-select__menu {
opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.ui-select.is-upward .ui-select__menu {
top: auto;
    bottom: calc(100% + 10px);
}

.ui-select--location .ui-select__menu {
position: fixed;
    inset: auto;
    z-index: 9999;
}

.ui-select__group {
display: grid;
    gap: 6px;
}

.ui-select__group-label {
padding: 4px 8px 0;
    color: var(--text-secondary);
    font-size: 11px;
    font-weight: 800;
}

.ui-select__empty {
margin: 0;
    padding: 10px 8px 4px;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.ui-select__option[hidden],
.ui-select__group[hidden],
.ui-select__empty[hidden] {
display: none;
}

.ui-select__option {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 18px;
    background: transparent;
    color: var(--action-primary);
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ui-select__option:hover,
.ui-select__option:focus-visible {
outline: none;
    background: rgba(201, 162, 39, 0.12);
    transform: translateY(-1px);
}

.ui-select__option.is-selected {
background:
        linear-gradient(135deg, rgba(255, 244, 220, 0.96), rgba(255, 255, 255, 0.98));
    color: var(--coffee-deep);
}

.ui-select__option:disabled,
.ui-select__option.is-disabled {
opacity: 0.42;
    cursor: not-allowed;
    transform: none;
}

.ui-select__option-check {
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: rgba(201, 162, 39, 0.14);
    color: var(--gold-deep);
    opacity: 0;
    transform: scale(0.88);
    transition: opacity 180ms ease, transform 180ms ease;
    flex: 0 0 auto;
}

.ui-select__option.is-selected .ui-select__option-check {
opacity: 1;
    transform: scale(1);
}

.ui-select--quantity .ui-select__button {
min-height: 58px;
    padding-inline: 18px 12px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 245, 238, 0.98));
    box-shadow:
        0 16px 32px rgba(108, 74, 53, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.ui-select--quantity .ui-select__label {
font-size: 15px;
    color: var(--action-primary);
}

.ui-select--quantity .ui-select__caret {
width: 36px;
    height: 36px;
    border-radius: 14px;
    background: rgba(201, 162, 39, 0.14);
}

.ui-select--quantity .ui-select__menu {
padding: 12px;
    border-radius: 28px;
}

.ui-select--quantity .ui-select__option {
min-height: 52px;
    border-radius: 20px;
    font-size: 14px;
}

.ui-select--quantity .ui-select__option.is-selected {
background:
        linear-gradient(135deg, rgba(255, 244, 220, 0.98), rgba(255, 255, 255, 0.98));
}

.empty-card,
.success-card {
text-align: center;
}

.empty-card--offline {
min-height: 320px;
    align-content: center;
}

.bottom-nav {
position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 2px;
    min-height: 64px;
    padding: 6px 10px calc(6px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 251, 0.96));
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-bottom: 0;
    box-shadow: 0 -10px 22px rgba(15, 23, 42, 0.09);
    backdrop-filter: blur(20px);
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.bottom-nav__item {
display: grid;
    justify-items: center;
    gap: 3px;
    padding: 4px 3px 2px;
    border-radius: 14px;
    color: var(--text-secondary);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    transition: background-color 180ms ease, color 180ms ease;
}

.bottom-nav__item.is-active,
.bottom-nav__item.is-open {
background: transparent;
    color: var(--action-primary);
}

.bottom-nav__item.is-active .nav-icon,
.bottom-nav__item.is-open .nav-icon {
    background: rgba(15, 23, 42, 0.1);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.bottom-nav__label {
    white-space: nowrap;
}

.nav-icon {
display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: rgba(15, 23, 42, 0.05);
    color: currentColor;
    position: relative;
}

.nav-icon--count em {
position: absolute;
    top: -4px;
    inset-inline-end: -4px;
    display: inline-grid;
    place-items: center;
    min-width: 15px;
    height: 15px;
    padding-inline: 4px;
    border-radius: 999px;
    background: var(--gold-primary);
    color: var(--action-primary);
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
}

.bi {
display: inline-block;
    font-size: 1rem;
    line-height: 1;
}

.header-actions .bi,
.quick-nav .bi,
.profile-link .bi,
.chip-link .bi {
font-size: 0.95rem;
}

.bottom-nav .bi {
font-size: 0.98rem;
}

.stat-row strong .bi {
font-size: 0.95rem;
    vertical-align: 0;
}

.empty-card__icon {
margin-bottom: var(--space-4);
    font-size: 46px;
    color: var(--gold-deep);
}

@media (min-width: 720px) {
body {
padding-bottom: 32px;
}

.hero-grid,
    .hero-card,
    .product-hero,
    .checkout-layout,
    .auth-layout,
    .account-shell {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-card--category,
    .hero-card--pwa {
grid-template-columns: 1.1fr 0.9fr;
}

.mini-grid,
    .testimonial-grid,
    .field-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (min-width: 1024px) {
.topbar-card {
padding: 18px 22px;
}

.site-footer {
margin-bottom: 0;
}

.hero-card,
    .product-hero {
grid-template-columns: 1.1fr 0.9fr;
}

.hero-copy h1,
    .section-head h1,
    .section-head h2 {
max-width: 12ch;
}

.product-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-grid--pwa,
    .testimonial-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.summary-card {
position: sticky;
        top: 152px;
}

.bottom-nav {
display: none;
}

.sticky-checkout {
display: none;
}

.footer-trust__copy {
display: none;
}

.footer-bottom {
justify-items: center;
    text-align: center;
}
}

@media (max-width: 719px) {
.header-strip {
align-items: start;
        flex-direction: column;
}

.hero-metrics,
    .hero-metrics--short,
    .stat-row {
grid-template-columns: repeat(1, minmax(0, 1fr));
}

.topbar-card {
flex-direction: column;
        align-items: stretch;
}

.header-actions {
justify-content: space-between;
}

.button {
width: 100%;
}

.product-card__footer,
    .section-head,
    .cart-item__actions {
align-items: stretch;
        flex-direction: column;
}

.section-head {
display: grid;
}

.coupon-box__row,
    .hero-actions,
    .banner-actions {
grid-template-columns: repeat(1, minmax(0, 1fr));
}

.hero-actions,
    .banner-actions {
display: grid;
}
}

:focus-visible {
outline: 2px solid rgba(15, 23, 42, 0.18);
    outline-offset: 3px;
}

body.is-locked {
overflow: hidden;
}

.site-shell {
display: grid;
    gap: var(--space-6);
}

body.is-standalone-app .app-shell-bar {
display: block;
}

body.is-standalone-app .site-shell {
padding-top: 74px;
}

body.is-standalone-app .site-header {
top: calc(66px + env(safe-area-inset-top));
}

.site-header {
top: 0;
    z-index: 40;
    margin-bottom: 0;
}

.page-main {
gap: var(--space-8);
}

.topbar-card {
min-height: 76px;
    margin-bottom: 0;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
}

.header-leading {
display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
}

.header-actions {
align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.header-actions > * {
flex-shrink: 0;
}

.header-icon-button {
display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: var(--bg-soft);
    color: var(--action-primary);
    transition: background-color 180ms ease, transform 180ms ease, color 180ms ease;
}

.header-icon-button:hover,
.header-icon-button:focus-visible {
background: rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.mobile-only {
display: inline-flex !important;
}

.desktop-only {
display: none !important;
}

.brand-link {
min-width: 0;
}

.brand-copy {
display: grid;
    gap: 3px;
    min-width: 0;
}

.brand-link strong {
font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-link small {
max-width: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-mark {
width: 42px;
    height: 42px;
    border-radius: 16px;
    font-size: 20px;
}

.chip-link,
.profile-link {
min-height: 44px;
}

.chip-link--cart {
gap: 10px;
}

.profile-link {
width: 44px;
    padding: 0;
}

.header-strip {
display: none;
}

.desktop-nav {
display: none;
}

.header-actions .bi,
.profile-link .bi,
.chip-link .bi {
font-size: 0.9rem;
}

.chip-count {
min-width: 24px;
    height: 24px;
    font-size: 11px;
}

.profile-link {
width: 40px;
}

.header-search-panel[hidden] {
display: none !important;
}

.header-search-panel {
--search-viewport-height: 100vh;
    --search-viewport-offset-top: 0px;
    --search-keyboard-offset: 0px;
    --search-top-gap: max(20px, calc(env(safe-area-inset-top) + 18px));
    --search-bottom-gap: 20px;
position: fixed;
    inset: 0;
    z-index: 168;
    display: grid;
    align-items: start;
    justify-items: center;
    padding: calc(var(--search-top-gap) + var(--search-viewport-offset-top)) 16px var(--search-bottom-gap);
    pointer-events: none;
    visibility: hidden;
}

.header-search-panel.is-open {
pointer-events: auto;
    visibility: visible;
}

.header-search-backdrop {
position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.38);
    opacity: 0;
    transition: opacity 220ms ease, backdrop-filter 220ms ease;
    backdrop-filter: blur(0);
}

.header-search-dialog {
position: relative;
    width: min(100%, 880px);
    max-height: min(calc(var(--search-viewport-height) - var(--search-top-gap) - var(--search-bottom-gap)), 760px);
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header-search-panel.is-open .header-search-backdrop {
opacity: 1;
    backdrop-filter: blur(10px);
}

.header-search-panel.is-open .header-search-dialog {
opacity: 1;
    transform: translateY(0) scale(1);
}

.header-search-shell {
display: grid;
    gap: 12px;
    padding: 18px;
    max-height: inherit;
    min-height: 0;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(229, 231, 235, 0.88);
    border-radius: 30px;
    box-shadow: 0 28px 72px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(22px);
}

.header-search-shell__top {
display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.header-search-dismiss {
flex-shrink: 0;
}

.header-search-form {
display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 16px;
    border-radius: 20px;
    background: rgba(250, 250, 251, 0.96);
    border: 1px solid rgba(229, 231, 235, 0.92);
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.header-search-form:focus-within {
background: #fff;
    border-color: rgba(201, 162, 39, 0.48);
    box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.12);
}

.header-search-form__icon {
color: var(--text-secondary);
    font-size: 1rem;
}

.header-search-input {
width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text-primary);
    font-size: 14px;
}

.header-search-input::placeholder {
color: var(--text-muted);
}

.header-search-clear {
display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    color: var(--text-secondary);
    transition: background-color 180ms ease, color 180ms ease;
}

.header-search-clear:hover,
.header-search-clear:focus-visible {
background: rgba(15, 23, 42, 0.08);
    color: var(--action-primary);
}

.header-search-body {
display: grid;
    align-content: start;
    gap: 12px;
    min-height: 0;
    overflow: hidden;
}

.header-search-idle,
.header-search-copy {
display: grid;
}

.header-search-idle {
gap: 12px;
}

.header-search-copy {
gap: 4px;
}

.header-search-copy strong {
font-size: 14px;
}

.header-search-copy p {
color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.85;
}

.header-search-shortcuts {
display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.header-search-feedback {
padding-inline: 2px;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 700;
}

.header-search-feedback[data-state="success"] {
color: var(--gold-deep);
}

.header-search-feedback[data-state="error"] {
color: #b42318;
}

.header-search-results {
max-height: min(58vh, 470px);
    overflow-y: auto;
    min-height: 0;
    padding-inline-end: 2px;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.header-search-list {
display: grid;
    gap: 10px;
}

.header-search-item {
display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(229, 231, 235, 0.92);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

@media (hover: hover) {
.header-search-item:hover {
transform: translateY(-1px);
        border-color: rgba(201, 162, 39, 0.34);
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}
}

.header-search-item.is-active,
.header-search-item:focus-visible {
outline: none;
    border-color: rgba(201, 162, 39, 0.5);
    background: rgba(255, 252, 247, 0.98);
    box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.1);
}

.header-search-item__media img {
width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 18px;
}

.header-search-item__body {
display: grid;
    gap: 6px;
    min-width: 0;
}

.header-search-item__topline,
.header-search-item__meta {
display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-search-item__topline {
gap: 8px;
}

.header-search-item__category,
.header-search-item__badge {
display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding-inline: 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.header-search-item__category {
background: rgba(15, 23, 42, 0.08);
    color: var(--action-primary);
}

.header-search-item__badge {
background: rgba(201, 162, 39, 0.14);
    color: var(--gold-deep);
}

.header-search-item__title {
font-size: 14px;
    line-height: 1.6;
}

.header-search-item__subtitle {
display: -webkit-box;
    overflow: hidden;
    color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.header-search-item__meta {
gap: 6px;
    color: var(--text-secondary);
    font-size: 11px;
}

.header-search-item__price {
display: grid;
    gap: 4px;
    justify-items: end;
    text-align: left;
    white-space: nowrap;
}

.header-search-item__price strong {
font-size: 13px;
    font-weight: 800;
}

.header-search-item__price small {
color: var(--text-muted);
    font-size: 11px;
    text-decoration: line-through;
}

.desktop-menu {
display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.desktop-menu__item {
position: relative;
}

.desktop-menu__link,
.desktop-menu__summary {
display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 18px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.desktop-menu__summary::-webkit-details-marker {
display: none;
}

.desktop-menu__summary-label {
display: inline-flex;
    align-items: center;
    gap: 8px;
}

.desktop-menu__summary-caret {
color: var(--text-muted);
    transition: transform 220ms ease;
}

.desktop-menu__link:hover,
.desktop-menu__link.is-active,
.desktop-menu__link:focus-visible,
.desktop-menu__details[open] > .desktop-menu__summary,
.desktop-menu__summary:hover,
.desktop-menu__summary:focus-visible {
background: rgba(15, 23, 42, 0.06);
    color: var(--action-primary);
}

.desktop-menu__details[open] > .desktop-menu__summary .desktop-menu__summary-caret {
transform: rotate(-180deg);
}

.desktop-menu__panel {
position: absolute;
    top: calc(100% + 14px);
    inset-inline-start: 0;
    inset-inline-end: auto;
    width: min(680px, calc(100vw - 72px));
    max-width: 100vw;
    padding: 20px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 16px;
    overflow: hidden;
}

.desktop-menu__panel-head {
display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-soft);
}

.desktop-menu__panel-head strong {
display: block;
    margin-bottom: 4px;
    font-size: 17px;
}

.desktop-menu__panel-title-link {
display: inline-block;
    margin-bottom: 4px;
    color: var(--text-primary);
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
}

.desktop-menu__panel-title-link:hover,
.desktop-menu__panel-title-link:focus-visible {
    color: var(--gold-deep);
}

.desktop-menu__panel-head p {
color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.8;
}

.desktop-menu__jump {
display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 16px;
    background: var(--bg-soft);
    color: var(--action-primary);
    font-size: 13px;
    font-weight: 700;
}

.desktop-menu__columns {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 200px));
    justify-content: start;
    gap: 16px 18px;
}

.menu-branch {
display: grid;
    gap: 12px;
}

.menu-branch__head {
display: grid;
    gap: 6px;
}

.menu-branch__title {
display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--action-primary);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
    white-space: normal;
}

.menu-branch__copy {
color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.9;
}

.menu-branch__children {
display: grid;
    gap: 10px;
    padding-inline-start: 14px;
    border-inline-start: 1px solid var(--border-soft);
}

.menu-branch--level-3 .menu-branch__title {
font-size: 13px;
    color: var(--text-secondary);
}

.menu-branch--level-4 .menu-branch__title,
.menu-branch--level-5 .menu-branch__title {
font-size: 12px;
    color: var(--text-muted);
}

.shortcut-rail {
display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.header-meta {
display: flex;
    align-items: center;
    gap: 18px;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 700;
}

.header-meta span {
display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mobile-menu-backdrop {
position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(201, 162, 39, 0.12), transparent 26%),
        rgba(15, 23, 42, 0.34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 140;
    backdrop-filter: blur(2px);
    transition: opacity 320ms ease, visibility 320ms ease, backdrop-filter 320ms ease;
}

.mobile-menu-drawer {
position: fixed;
    inset:
        max(10px, calc(env(safe-area-inset-top) + 6px))
        10px
        max(14px, calc(env(safe-area-inset-bottom) + 10px))
        10px;
    min-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    background:
        radial-gradient(circle at top right, rgba(229, 199, 107, 0.28), transparent 28%),
        radial-gradient(circle at bottom left, rgba(15, 23, 42, 0.07), transparent 40%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 245, 241, 0.88));
    backdrop-filter: blur(28px) saturate(160%);
    box-shadow:
        0 18px 60px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
    transform: translateY(-24px) scale(0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 150;
    transition:
        transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 320ms ease,
        visibility 320ms ease,
        box-shadow 320ms ease;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 12px;
    overflow: hidden;
    overscroll-behavior: contain;
    will-change: transform, opacity;
    border-radius: 32px;
}

body.has-mobile-menu-open .mobile-menu-backdrop {
opacity: 1;
    visibility: visible;
    pointer-events: auto;
    backdrop-filter: blur(14px);
}

body.has-mobile-menu-open .mobile-menu-drawer {
transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow:
        0 24px 80px rgba(15, 23, 42, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.mobile-menu-drawer__chrome {
display: grid;
    gap: 10px;
    padding: 4px;
}

.mobile-menu-drawer__header {
display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    padding: 6px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.brand-link--menu {
flex: 1 1 auto;
    align-items: flex-start;
    padding: 6px;
    gap: 14px;
}

.brand-link--menu .brand-mark {
width: 48px;
    height: 48px;
    border-radius: 18px;
}

.brand-link--menu .brand-copy {
display: grid;
    gap: 5px;
}

.brand-link--menu .brand-copy strong {
font-size: 18px;
}

.brand-link--menu .brand-copy small {
display: block;
    max-width: none;
    white-space: normal;
    line-height: 1.8;
}

.mobile-menu-drawer__dismiss {
flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.mobile-menu-drawer__strip {
display: grid;
    gap: 10px;
    padding: 8px 6px 2px;
}

.mobile-menu-rail {
display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.mobile-menu-rail .pill-link {
white-space: nowrap;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.mobile-menu-rail::-webkit-scrollbar {
display: none;
}

.mobile-menu-meta {
display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mobile-menu-meta span {
display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.42);
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
}

.mobile-menu-drawer__body {
overflow: auto;
    display: grid;
    gap: 14px;
    padding: 4px;
    min-height: 0;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.mobile-menu-shortcuts {
display: grid;
    gap: 10px;
}

.mobile-shortcut {
display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.52);
    box-shadow:
        0 12px 30px rgba(15, 23, 42, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: var(--action-primary);
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.mobile-shortcut--primary {
background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(23, 34, 56, 0.88));
    border-color: rgba(15, 23, 42, 0.24);
    color: #fff;
}

.mobile-shortcut__icon {
display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.08);
    color: var(--gold-deep);
    flex-shrink: 0;
}

.mobile-shortcut--primary .mobile-shortcut__icon {
background: rgba(255, 255, 255, 0.12);
    color: var(--gold-light);
}

.mobile-shortcut__copy {
display: grid;
    gap: 2px;
    min-width: 0;
}

.mobile-shortcut__copy strong {
font-size: 14px;
}

.mobile-shortcut__copy small {
color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.7;
}

.mobile-shortcut--primary .mobile-shortcut__copy small {
color: rgba(255, 255, 255, 0.74);
}

.mobile-shortcut em {
margin-inline-start: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding-inline: 8px;
    border-radius: 999px;
    background: rgba(201, 162, 39, 0.16);
    color: var(--gold-deep);
    font-size: 11px;
    font-weight: 800;
    font-style: normal;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.mobile-shortcut--primary em {
background: rgba(229, 199, 107, 0.18);
    color: #fff;
}

.mobile-shortcut:hover,
.mobile-shortcut:focus-visible {
transform: translateY(-2px);
    box-shadow:
        0 16px 32px rgba(15, 23, 42, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.mobile-menu-drawer__intro {
display: grid;
    gap: 4px;
    padding: 4px 6px 0;
}

.mobile-menu-drawer__intro strong {
font-size: 18px;
}

.mobile-menu-drawer__intro p {
color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.85;
}

.drawer-menu {
display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.drawer-branch {
display: grid;
    gap: 8px;
}

.drawer-branch__summary::-webkit-details-marker {
display: none;
}

.drawer-branch__summary--root,
.drawer-card-link {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 16px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.58));
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow:
        0 12px 26px rgba(15, 23, 42, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: var(--action-primary);
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.drawer-branch__summary--root:hover,
.drawer-branch__summary--root:focus-visible,
.drawer-card-link:hover,
.drawer-card-link:focus-visible {
transform: translateY(-2px);
    box-shadow:
        0 16px 34px rgba(15, 23, 42, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.drawer-branch__summary-main,
.drawer-card-link__main {
display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
}

.drawer-branch__icon {
display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 17px;
    background: linear-gradient(140deg, rgba(229, 199, 107, 0.34), rgba(255, 255, 255, 0.66));
    border: 1px solid rgba(201, 162, 39, 0.18);
    color: var(--gold-deep);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
    flex-shrink: 0;
}

.drawer-branch__summary-copy {
display: grid;
    gap: 4px;
    min-width: 0;
}

.drawer-branch__summary-copy strong {
font-size: 15px;
    line-height: 1.4;
}

.drawer-branch__summary-copy small {
display: block;
    color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.75;
}

.drawer-branch__summary-side {
display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.drawer-branch__badge {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--text-secondary);
    font-size: 11px;
    font-weight: 700;
}

.drawer-branch__caret {
color: var(--text-secondary);
    transition: transform 260ms ease, color 220ms ease;
}

.drawer-branch[open] > .drawer-branch__summary--root {
background:
        linear-gradient(180deg, rgba(255, 248, 234, 0.88), rgba(255, 255, 255, 0.7));
    border-color: rgba(201, 162, 39, 0.28);
}

.drawer-branch[open] > .drawer-branch__summary--root .drawer-branch__caret {
transform: rotate(-180deg);
    color: var(--gold-deep);
}

.drawer-branch__panel--root {
display: grid;
    gap: 14px;
    padding: 6px 4px 2px;
    overflow: hidden;
}

.drawer-branch[open] > .drawer-branch__panel--root {
animation: mobile-menu-panel-enter 320ms cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
}

.drawer-branch__panel-head {
display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding: 4px 4px 0;
}

.drawer-branch__panel-head strong {
display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

.drawer-branch__panel-head p {
color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.8;
}

.drawer-branch__jump {
display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--action-primary);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.drawer-card-link .bi-arrow-left-short {
font-size: 1.3rem;
    color: var(--text-muted);
}

.menu-branch--mobile {
display: grid;
    gap: 12px;
}

.menu-branch--mobile .menu-branch__head {
display: grid;
    gap: 6px;
}

.menu-branch--mobile .menu-branch__children {
padding: 0;
    border: 0;
}

.menu-branch--mobile.menu-branch--level-2 {
padding: 16px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.64));
    border: 1px solid rgba(255, 255, 255, 0.54);
    box-shadow:
        0 12px 28px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.menu-branch--mobile.menu-branch--level-2 > .menu-branch__head .menu-branch__title {
font-size: 15px;
    color: var(--action-primary);
}

.menu-branch--mobile.menu-branch--level-2 > .menu-branch__head .menu-branch__copy {
color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.8;
}

.menu-branch--mobile.menu-branch--level-2 > .menu-branch__children {
display: grid;
    gap: 12px;
}

.menu-branch--mobile.menu-branch--level-3 {
padding: 14px;
    border-radius: 20px;
    background: rgba(248, 246, 242, 0.92);
    border: 1px solid rgba(236, 238, 242, 0.92);
}

.menu-branch--mobile.menu-branch--level-3 > .menu-branch__head .menu-branch__title {
font-size: 13px;
    color: var(--action-primary);
}

.menu-branch--mobile.menu-branch--level-3 > .menu-branch__children {
display: grid;
    gap: 10px;
}

.menu-branch--mobile.menu-branch--level-4 {
padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(236, 238, 242, 0.9);
}

.menu-branch--mobile.menu-branch--level-4 > .menu-branch__head .menu-branch__title {
font-size: 12px;
    color: var(--action-primary);
}

.menu-branch--mobile.menu-branch--level-4 > .menu-branch__children,
.menu-branch--mobile.menu-branch--level-5 > .menu-branch__children {
display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.menu-branch--mobile.menu-branch--level-5 {
display: block;
}

.menu-branch--mobile.menu-branch--level-5 > .menu-branch__head {
display: inline-flex;
}

.menu-branch--mobile.menu-branch--level-5 > .menu-branch__head .menu-branch__title {
display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--action-primary);
    font-size: 12px;
}

.mobile-menu-drawer__footer {
padding: 8px 4px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.26));
}

.mobile-menu-drawer__chrome,
.mobile-menu-shortcuts,
.mobile-menu-drawer__intro,
.drawer-menu__item--root,
.mobile-menu-drawer__footer {
opacity: 0;
    transform: translateY(20px);
    transition: opacity 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-menu-shortcuts {
transition-delay: 60ms;
}

.mobile-menu-drawer__intro {
transition-delay: 110ms;
}

.drawer-menu__item--root:nth-child(1) {
transition-delay: 140ms;
}

.drawer-menu__item--root:nth-child(2) {
transition-delay: 170ms;
}

.drawer-menu__item--root:nth-child(3) {
transition-delay: 200ms;
}

.drawer-menu__item--root:nth-child(4) {
transition-delay: 230ms;
}

.mobile-menu-drawer__footer {
transition-delay: 260ms;
}

body.has-mobile-menu-open .mobile-menu-drawer__chrome,
body.has-mobile-menu-open .mobile-menu-shortcuts,
body.has-mobile-menu-open .mobile-menu-drawer__intro,
body.has-mobile-menu-open .drawer-menu__item--root,
body.has-mobile-menu-open .mobile-menu-drawer__footer {
opacity: 1;
    transform: translateY(0);
}

body.has-mobile-menu-open .bottom-nav {
opacity: 0;
    transform: translateY(24px);
    pointer-events: none;
}

.shop-sheet-backdrop,
.shop-sheet {
display: none;
}

@media (max-width: 1023px) {
.shop-sheet-backdrop {
display: block;
position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.42);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 145;
        backdrop-filter: blur(2px);
        transition: opacity 240ms ease, visibility 240ms ease, backdrop-filter 240ms ease;
}

.shop-sheet {
position: fixed;
        inset: 0;
        z-index: 150;
        display: grid;
        align-items: end;
        padding:
            max(12px, calc(env(safe-area-inset-top) + 6px))
            12px
            calc(92px + env(safe-area-inset-bottom))
            12px;
        visibility: hidden;
        pointer-events: none;
}

.shop-sheet__panel {
width: min(100%, 760px);
        max-height: min(72dvh, 680px);
        margin-inline: auto;
        display: grid;
        gap: 14px;
        overflow: auto;
        padding: 14px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        background:
            radial-gradient(circle at top right, rgba(229, 199, 107, 0.24), transparent 26%),
            radial-gradient(circle at bottom left, rgba(15, 23, 42, 0.05), transparent 38%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 241, 0.98));
        box-shadow:
            0 22px 60px rgba(15, 23, 42, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.45);
        transform: translateY(28px) scale(0.98);
        opacity: 0;
        transition:
            transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 240ms ease;
        pointer-events: auto;
}

.shop-sheet__handle {
display: block;
        width: 54px;
        height: 5px;
        margin: 2px auto 0;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.14);
}

.shop-sheet__header {
display: flex;
        align-items: start;
        justify-content: space-between;
        gap: 12px;
}

.shop-sheet__title {
display: grid;
        gap: 4px;
}

.shop-sheet__title h2 {
margin: 0;
        font-size: clamp(20px, 5vw, 26px);
        line-height: 1.35;
}

.shop-sheet__title p {
margin: 0;
        color: var(--text-secondary);
        font-size: 13px;
        line-height: 1.9;
}

.shop-sheet__close {
display: inline-grid;
        place-items: center;
        width: 42px;
        height: 42px;
        flex-shrink: 0;
        border: 0;
        border-radius: 16px;
        background: rgba(15, 23, 42, 0.06);
        color: var(--action-primary);
        cursor: pointer;
        transition: background-color 180ms ease, transform 180ms ease;
}

.shop-sheet__close:hover,
.shop-sheet__close:focus-visible {
background: rgba(15, 23, 42, 0.1);
        transform: translateY(-1px);
}

.shop-category-grid {
display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
}

.shop-category-card {
display: grid;
        gap: 6px;
        min-height: 96px;
        padding: 16px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.82);
        border: 1px solid rgba(229, 231, 235, 0.92);
        box-shadow:
            0 10px 28px rgba(15, 23, 42, 0.06),
            inset 0 1px 0 rgba(255, 255, 255, 0.42);
        color: var(--action-primary);
        transition:
            transform 200ms ease,
            box-shadow 200ms ease,
            border-color 200ms ease,
            background-color 200ms ease;
}

.shop-category-card strong {
font-size: 15px;
        line-height: 1.5;
}

.shop-category-card span {
color: var(--text-secondary);
        font-size: 12px;
        line-height: 1.8;
}

.shop-category-card.is-active,
.shop-category-card:hover,
.shop-category-card:focus-visible {
transform: translateY(-2px);
        border-color: rgba(201, 162, 39, 0.35);
        box-shadow:
            0 16px 36px rgba(15, 23, 42, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

body.has-shop-sheet-open .shop-sheet-backdrop {
opacity: 1;
        visibility: visible;
        pointer-events: auto;
        backdrop-filter: blur(12px);
}

body.has-shop-sheet-open .shop-sheet {
visibility: visible;
        pointer-events: none;
}

body.has-shop-sheet-open .shop-sheet__panel {
transform: translateY(0) scale(1);
        opacity: 1;
}

body.has-shop-sheet-open .bottom-nav {
opacity: 0;
        transform: translateY(24px);
        pointer-events: none;
}
}

@media (max-width: 639px) {
.shop-category-grid {
grid-template-columns: minmax(0, 1fr);
}

.shop-sheet__panel {
padding: 14px 12px;
        border-radius: 28px;
}
}

@media (min-width: 1024px) {
.shop-sheet-backdrop,
.shop-sheet {
display: none !important;
}
}

@keyframes mobile-menu-panel-enter {
from {
opacity: 0;
        transform: translateY(-8px) scaleY(0.96);
}
to {
opacity: 1;
        transform: translateY(0) scaleY(1);
}
}

@media (max-width: 480px) {
.mobile-menu-drawer {
inset:
        max(8px, calc(env(safe-area-inset-top) + 4px))
        8px
        max(10px, calc(env(safe-area-inset-bottom) + 8px))
        8px;
        padding: 10px;
        border-radius: 28px;
}

.mobile-menu-drawer__header,
    .drawer-branch__summary--root,
    .drawer-card-link,
    .mobile-shortcut {
padding: 14px;
}

.mobile-menu-meta {
gap: 6px;
}

.mobile-menu-meta span,
    .mobile-menu-rail .pill-link,
    .drawer-branch__jump {
font-size: 11px;
}

.drawer-branch__badge {
display: none;
}
}

.site-footer {
display: grid;
    gap: 24px;
    margin-bottom: calc(88px + env(safe-area-inset-bottom));
    padding: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(229, 231, 235, 0.88);
    border-radius: 32px;
    box-shadow: var(--shadow-md);
}

.footer-grid {
display: grid;
    gap: 20px;
}

.footer-brand {
display: grid;
    gap: 16px;
}

.brand-link--footer .brand-mark {
width: 46px;
    height: 46px;
}

.footer-brand p {
max-width: 46ch;
    color: var(--text-secondary);
    font-size: 14px;
}

.footer-contact {
display: grid;
    gap: 10px;
    color: var(--text-secondary);
    font-size: 13px;
}

.footer-contact span {
display: inline-flex;
    align-items: start;
    gap: 8px;
}

.footer-links {
display: grid;
    gap: 12px;
}

.footer-trust {
display: grid;
    align-content: start;
    justify-items: center;
    gap: 12px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(250, 250, 251, 0.9);
    border: 1px solid rgba(229, 231, 235, 0.88);
    text-align: center;
}

.footer-trust__label {
color: var(--gold-deep);
    font-size: 12px;
    font-weight: 700;
}

.footer-trust__badge {
display: grid;
    place-items: center;
    width: 100%;
    min-height: 142px;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.footer-trust__badge img {
width: 96px;
    height: auto;
}

.footer-trust p {
color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.9;
}

.footer-links h2 {
font-size: 16px;
}

.footer-links ul {
display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a {
color: var(--text-secondary);
    font-size: 14px;
    transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
color: var(--action-primary);
}

.footer-bottom {
display: grid;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid var(--border-soft);
    color: var(--text-secondary);
    font-size: 13px;
}

.footer-bottom__line {
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-bottom__divider {
color: var(--text-muted);
}

.footer-bottom a {
display: inline-flex;
    align-items: center;
    width: max-content;
    color: var(--action-primary);
    font-weight: 700;
}

.section-head {
align-items: start;
    flex-wrap: wrap;
}

.section-head > div:first-child {
display: grid;
    gap: 8px;
}

.section-head h1,
.section-head h2 {
max-width: 18ch;
    font-size: clamp(24px, 4.4vw, 34px);
    line-height: 1.35;
}

.section-title--compact {
font-size: clamp(22px, 4vw, 30px);
}

.hero-copy h1 {
max-width: 13ch;
}

.floating-card {
position: static;
    margin: 0;
    max-width: 100%;
}

.product-page,
.checkout-layout,
.account-shell,
.auth-layout {
align-items: start;
}

.product-summary {
line-height: 2;
}

.page-anchor-group {
position: relative;
}

.anchor-target {
display: block;
    position: relative;
    top: -148px;
    visibility: hidden;
}

.cart-item__body > div:first-child,
.summary-card h2,
.form-card h2 {
display: grid;
    gap: 8px;
}

.summary-card,
.form-card {
height: fit-content;
}

@media (min-width: 720px) {
.hero-grid {
grid-template-columns: minmax(0, 1fr);
}

.site-footer {
margin-bottom: 24px;
}

.floating-card {
position: absolute;
        inset-inline-start: 24px;
        inset-block-end: 24px;
        margin: 0;
        max-width: 280px;
}

.footer-grid {
grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 1fr)) 180px;
        align-items: start;
}

.footer-contact {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-head h1,
    .section-head h2 {
max-width: 20ch;
}
}

@media (min-width: 1024px) {
.desktop-only {
display: revert !important;
}

.mobile-only {
display: none !important;
}

body.is-locked:not(.has-search-modal-open) {
overflow: auto;
}

.desktop-nav.desktop-only,
    .header-strip.desktop-only {
display: flex !important;
}

.chip-link.desktop-only,
    .pill-link.desktop-only {
display: inline-flex !important;
}

.header-actions span.desktop-only {
display: inline !important;
}

.site-header {
top: 16px;
}

.topbar-card {
display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        min-height: 88px;
        padding: 16px 20px;
}

.brand-mark {
width: 48px;
        height: 48px;
        border-radius: 18px;
        font-size: 22px;
}

.brand-link strong {
font-size: 18px;
}

.profile-link {
width: auto;
        padding-inline: 16px;
}

.header-icon-button {
width: 42px;
        height: 42px;
        border-radius: 15px;
}

.desktop-nav {
display: flex;
        justify-content: center;
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
}

.desktop-menu {
width: 100%;
        justify-content: center;
}

.header-leading {
min-width: 260px;
}

.brand-copy {
max-width: 320px;
}

.header-actions {
gap: 8px;
        min-width: 296px;
        justify-content: flex-end;
}

.chip-link,
    .profile-link {
min-height: 42px;
}

.chip-link--cart {
padding-inline: 14px;
}

.chip-count {
min-width: 26px;
        height: 26px;
}

.header-search-shell {
padding: 20px;
}

.header-search-panel {
padding-top: max(36px, calc(env(safe-area-inset-top) + 24px));
}

.header-search-form {
min-height: 60px;
}

.header-strip {
display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 16px;
        padding: 12px 16px;
        margin-top: 12px;
        margin-bottom: 4px;
        background: rgba(255, 255, 255, 0.76);
        backdrop-filter: blur(18px);
}

.hero-copy h1 {
max-width: 13ch;
}

.section-head h1,
    .section-head h2 {
max-width: 18ch;
}

.section-title--compact {
max-width: 18ch;
        font-size: clamp(24px, 2.1vw, 32px);
}

.summary-card {
top: 132px;
}

.site-footer {
padding: 30px 32px;
}

.mobile-menu-backdrop,
    .mobile-menu-drawer {
display: none !important;
}
}

@media (max-width: 719px) {
.preload-shell {
padding: 10px 12px 96px;
}

.site-shell {
overflow-x: clip;
}

.topbar-card {
display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        flex-direction: row;
        align-items: center;
        padding: 10px 11px;
        border-radius: 20px;
}

.header-leading {
overflow: hidden;
}

.brand-link {
flex: 1 1 auto;
}

.brand-copy {
min-width: 0;
}

.brand-link small {
display: none;
}

.brand-link strong {
font-size: 14px;
}

.header-actions {
gap: 5px;
        justify-content: flex-start;
}

.header-icon-button,
    .profile-link {
width: 36px;
        height: 36px;
        border-radius: 12px;
}

.chip-link,
    .profile-link {
min-height: 36px;
}

.chip-link--cart {
min-width: 46px;
}

.chip-count {
min-width: 17px;
        height: 17px;
        font-size: 8px;
}

.header-actions .bi,
    .profile-link .bi,
    .chip-link .bi {
font-size: 0.86rem;
}

.header-search-shell {
padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
        border-radius: 28px 28px 0 0;
        max-height: inherit;
        overflow: hidden;
        display: grid;
        grid-template-rows: auto minmax(0, 1fr);
}

.header-search-panel {
        --search-top-gap: max(12px, calc(env(safe-area-inset-top) + 12px));
        --search-bottom-gap: calc(env(safe-area-inset-bottom) + 10px + var(--search-keyboard-offset));
padding: calc(var(--search-top-gap) + var(--search-viewport-offset-top)) 0 var(--search-bottom-gap);
        align-items: end;
}

.header-search-dialog {
--kb-height: 0px;
        width: 100%;
        max-width: none;
        max-height: calc(var(--search-viewport-height) - var(--search-top-gap));
        transform: translateY(100%);
        transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1), max-height 120ms ease;
}

.header-search-form {
min-height: 52px;
        padding-inline: 14px;
}

.header-search-input {
font-size: 16px;
}

.header-search-shell__top {
grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
}

.header-search-dismiss {
width: 40px;
        height: 40px;
        border-radius: 14px;
}

.header-search-results {
        max-height: none;
        height: 100%;
        -webkit-overflow-scrolling: touch;
}

.header-search-item {
grid-template-columns: 60px minmax(0, 1fr);
        align-items: start;
}

.header-search-item__media img {
width: 60px;
        height: 60px;
        border-radius: 16px;
}

.header-search-item__title {
font-size: 13px;
}

.header-search-item__price {
grid-column: 2;
        justify-items: start;
        text-align: right;
}

.section-head h1,
    .section-head h2 {
max-width: 15ch;
}

.hero-card {
gap: 18px;
        padding: 18px;
}

.hero-copy h1 {
font-size: clamp(30px, 9vw, 42px);
}

.floating-card {
width: 100%;
        max-width: none;
}

.sticky-checkout {
inset-inline: 12px;
        bottom: calc(var(--sticky-buy-offset, 96px) + env(safe-area-inset-bottom));
}

.site-footer {
margin-bottom: calc(92px + env(safe-area-inset-bottom));
        padding: 20px;
        border-radius: 28px;
}

.footer-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
}

.footer-brand,
    .footer-trust {
grid-column: 1 / -1;
}

.footer-brand {
order: 1;
}

.footer-trust {
order: 3;
}

.footer-links {
order: 2;
        width: auto;
}

.footer-brand {
padding-bottom: 8px;
        border-bottom: 1px solid var(--border-soft);
}

.footer-brand p {
font-size: 13px;
        line-height: 1.9;
}

.footer-contact {
gap: 8px;
}

.footer-links {
padding: 14px 14px 16px;
        border-radius: 22px;
        background: rgba(250, 250, 251, 0.92);
        border: 1px solid rgba(229, 231, 235, 0.88);
        align-content: start;
}

.footer-links h2 {
font-size: 14px;
}

.footer-links ul {
gap: 8px;
}

.footer-links a {
font-size: 13px;
}

.footer-trust {
grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        justify-items: start;
        text-align: start;
        padding: 16px;
}

.footer-trust__label,
    .footer-trust p {
grid-column: 2;
}

.footer-trust__badge {
grid-row: 1 / span 2;
        min-height: 0;
        width: 88px;
        height: 88px;
        border-radius: 20px;
}

.footer-trust__badge img {
width: 62px;
}

.footer-bottom {
display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        font-size: 12px;
}
}

@media (max-width: 420px) {
.brand-copy {
display: none;
}
}

body.has-modal-open {
overflow: hidden;
}

.desktop-menu__item,
.desktop-menu__details {
position: relative;
}

.desktop-menu__details[open] {
z-index: 120;
}

.desktop-menu__summary,
.desktop-menu__link,
.desktop-menu__summary-label,
.desktop-menu__jump {
white-space: nowrap;
}

.topbar-card {
position: relative;
    z-index: 8;
    overflow: visible;
}

.header-strip {
position: relative;
    z-index: 4;
}

.site-header {
z-index: 80;
}

.site-header.is-menu-open {
z-index: 90;
}

.page-main,
.site-footer {
position: relative;
}

.desktop-menu {
gap: 4px;
}

.desktop-menu__link,
.desktop-menu__summary {
min-height: 42px;
    padding-inline: 12px;
    font-size: 13px;
}

.desktop-menu__summary-label {
gap: 6px;
}

.desktop-menu__panel {
z-index: 140;
}

.desktop-menu__item:nth-last-child(-n + 2) .desktop-menu__panel {
inset-inline-start: auto;
    inset-inline-end: 0;
}

.hero-copy h1,
.section-head h1,
.section-head h2,
.product-panel__head h1 {
text-wrap: balance;
}

.section-head h1,
.section-head h2 {
font-size: clamp(20px, 2vw, 28px);
    line-height: 1.45;
}

.section-title--compact {
font-size: clamp(20px, 1.8vw, 26px);
}

.hero-copy h1 {
font-size: clamp(28px, 3vw, 42px);
    line-height: 1.24;
}

.product-card__title {
line-height: 1.55;
}

.product-card__copy {
min-height: 0;
}

.product-card__footer {
align-items: stretch;
}

.product-card__price {
display: grid;
    gap: 6px;
}

.product-card__price strong {
font-size: clamp(24px, 2vw, 32px);
}

.note-chip-row {
margin-top: 2px;
}

.purchase-card {
gap: 16px;
    padding: 22px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.03), rgba(15, 23, 42, 0.06));
}

.purchase-card__head {
display: grid;
    gap: 6px;
}

.purchase-card__head strong {
font-size: 17px;
}

.purchase-card__head p,
.purchase-card__meta {
color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.85;
}

.purchase-card__controls {
display: grid;
    grid-template-columns: auto minmax(220px, 1fr);
    align-items: center;
    gap: 14px;
}

.purchase-card__controls--single {
grid-template-columns: minmax(0, 1fr);
}

.purchase-card__submit {
width: 100%;
}

.purchase-modal {
position: fixed;
    inset: 0;
    z-index: 160;
    display: grid;
    align-items: end;
    justify-items: stretch;
    padding: 16px;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
}

.purchase-modal.is-open {
pointer-events: auto;
    visibility: visible;
}

.purchase-modal__backdrop {
position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.34);
    opacity: 0;
    transition: opacity 220ms ease;
}

.purchase-modal__dialog {
position: relative;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    gap: 14px;
    width: min(100%, 560px);
    max-height: min(calc(100dvh - 32px), 860px);
    margin-inline: auto;
    padding: 18px;
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px) scale(0.96);
    transition: opacity 240ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.purchase-modal.is-open .purchase-modal__backdrop {
opacity: 1;
}

.purchase-modal.is-open .purchase-modal__dialog {
opacity: 1;
    transform: translateY(0) scale(1);
}

.purchase-modal__header {
display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
}

.purchase-modal__copy {
display: grid;
    gap: 8px;
}

.purchase-modal__copy--compact {
display: block;
}

.purchase-modal__copy h2 {
font-size: clamp(20px, 2vw, 26px);
    line-height: 1.35;
    margin: 0;
}

.purchase-modal__copy p {
color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.85;
}

.purchase-modal [hidden] {
display: none !important;
}

.purchase-modal__meta {
display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.1), rgba(245, 245, 247, 0.9));
    color: var(--action-primary);
}

.purchase-modal__meta-copy,
.purchase-modal__meta-price,
.purchase-modal__variant-copy,
.purchase-modal__variant-meta {
display: grid;
    gap: 4px;
}

.purchase-modal__meta strong,
.purchase-modal__variant-price {
font-size: 15px;
    line-height: 1.4;
}

.purchase-modal__meta span,
.purchase-modal__meta small,
.purchase-modal__variant-copy span,
.purchase-modal__variant-compare,
.purchase-modal__variant-note,
.purchase-modal__variant-head span {
color: var(--text-secondary);
    font-size: 13px;
    font-weight: 700;
}

.purchase-modal__meta-price {
justify-items: end;
    align-content: center;
    text-align: end;
}

.purchase-modal__body {
display: grid;
    gap: 12px;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-inline-end: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(201, 162, 39, 0.4) transparent;
}

.purchase-modal__body::-webkit-scrollbar {
width: 5px;
}

.purchase-modal__body::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.purchase-modal__body::-webkit-scrollbar-thumb {
background: rgba(201, 162, 39, 0.45);
    border-radius: 10px;
}

.purchase-modal__section {
display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: 24px;
    background: rgba(250, 250, 251, 0.92);
}

.purchase-modal__section-head {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.purchase-modal__section-head strong {
font-size: 14px;
}

.purchase-modal__section-head span {
color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
}

.purchase-modal__variant-shell {
display: grid;
    gap: 10px;
}

.purchase-modal__variant-head {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.purchase-modal__variant-head strong {
font-size: 14px;
}

.purchase-modal__variant-list {
display: grid;
    gap: 10px;
    max-height: min(42vh, 320px);
    overflow-y: auto;
    padding-inline-end: 2px;
}

.purchase-modal__variant {
display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 22px;
    border: 1px solid rgba(229, 231, 235, 0.92);
    background: rgba(255, 255, 255, 0.98);
    color: var(--action-primary);
    text-align: start;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.purchase-modal__variant:hover,
.purchase-modal__variant:focus-visible {
transform: translateY(-1px);
    border-color: rgba(201, 162, 39, 0.3);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.purchase-modal__variant.is-active {
border-color: rgba(201, 162, 39, 0.44);
    background: linear-gradient(180deg, rgba(255, 250, 238, 0.96), rgba(255, 255, 255, 0.99));
    box-shadow:
        0 16px 30px rgba(15, 23, 42, 0.08),
        0 0 0 4px rgba(201, 162, 39, 0.08);
}

.purchase-modal__variant:disabled {
opacity: 0.58;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.purchase-modal__variant-meta {
justify-items: end;
    text-align: end;
}

.purchase-modal__variant-price {
font-size: 15px;
}

.purchase-modal__variant-compare {
text-decoration: line-through;
}

.purchase-modal__variant-note {
margin: 0;
    line-height: 1.8;
}

.purchase-modal__color-list {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
    gap: 12px;
}

.purchase-modal__color {
display: grid;
    justify-items: center;
    gap: 8px;
    width: 100%;
    padding: 14px 12px;
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--action-primary);
    text-align: center;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.purchase-modal__color:hover,
.purchase-modal__color:focus-visible {
transform: translateY(-1px);
    border-color: rgba(201, 162, 39, 0.3);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.purchase-modal__color.is-active {
border-color: rgba(201, 162, 39, 0.44);
    background: linear-gradient(180deg, rgba(255, 250, 238, 0.96), rgba(255, 255, 255, 0.99));
    box-shadow:
        0 16px 30px rgba(15, 23, 42, 0.08),
        0 0 0 4px rgba(201, 162, 39, 0.08);
}

.purchase-modal__color:disabled {
opacity: 0.58;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.purchase-modal__color-swatch,
.purchase-modal__summary-swatch {
display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: var(--purchase-color, #A1A1AA);
    box-shadow:
        inset 0 0 0 1px rgba(15, 23, 42, 0.08),
        0 10px 18px rgba(15, 23, 42, 0.08);
}

.purchase-modal__color strong {
font-size: 13px;
}

.purchase-modal__color small {
color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.7;
}

.purchase-modal__weight-summary {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(229, 231, 235, 0.92);
}

.purchase-modal__weight-summary strong {
font-size: 18px;
}

.purchase-modal__weight-summary span {
color: var(--gold-deep);
    font-size: 14px;
    font-weight: 800;
}

.purchase-modal__weight-range {
width: 100%;
    margin: 0;
    accent-color: var(--gold-deep);
}

.purchase-modal__weight-markers {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 10px;
}

.purchase-modal__weight-chip {
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--action-primary);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.purchase-modal__weight-chip:hover,
.purchase-modal__weight-chip:focus-visible {
transform: translateY(-1px);
    border-color: rgba(201, 162, 39, 0.3);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.purchase-modal__weight-chip.is-active {
border-color: rgba(201, 162, 39, 0.44);
    background: linear-gradient(180deg, rgba(255, 250, 238, 0.96), rgba(255, 255, 255, 0.99));
    box-shadow:
        0 16px 30px rgba(15, 23, 42, 0.08),
        0 0 0 4px rgba(201, 162, 39, 0.08);
}

.purchase-modal__weight-chip:disabled {
opacity: 0.58;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.purchase-modal__grind-list {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.purchase-modal__grind {
display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 56px;
    padding: 14px 16px;
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--action-primary);
    text-align: start;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.purchase-modal__grind:hover,
.purchase-modal__grind:focus-visible {
transform: translateY(-1px);
    border-color: rgba(201, 162, 39, 0.3);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.purchase-modal__grind.is-active {
border-color: rgba(201, 162, 39, 0.44);
    background: linear-gradient(180deg, rgba(255, 250, 238, 0.96), rgba(255, 255, 255, 0.99));
    box-shadow:
        0 16px 30px rgba(15, 23, 42, 0.08),
        0 0 0 4px rgba(201, 162, 39, 0.08);
}

.purchase-modal__grind-copy {
display: grid;
    gap: 4px;
}

.purchase-modal__grind-copy strong {
font-size: 13px;
    line-height: 1.9;
}

@keyframes purchase-grind-shake {
0%, 100% { transform: translateX(0); }
    20%   { transform: translateX(-5px); }
    40%   { transform: translateX(5px); }
    60%   { transform: translateX(-3px); }
    80%   { transform: translateX(3px); }
}

@keyframes purchase-scroll-bounce {
0%, 100% { transform: translateY(0);   opacity: 0.7; }
    50%   { transform: translateY(5px); opacity: 1;   }
}

.purchase-modal__section.is-grind-invalid {
border-color: rgba(220, 38, 38, 0.55) !important;
    background: linear-gradient(180deg, rgba(254, 242, 242, 0.96), rgba(255, 255, 255, 0.98));
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.08);
    animation: purchase-grind-shake 0.45s ease;
}

.purchase-modal__scroll-hint {
grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 4px 0 0;
    color: var(--gold-deep, #c9a227);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
    text-align: center;
}

.purchase-modal__scroll-hint span {
max-width: 100%;
}

.purchase-modal__scroll-hint i {
animation: purchase-scroll-bounce 1.1s ease-in-out infinite;
    font-size: 18px;
}

.purchase-modal__scroll-hint[hidden] {
display: none;
}

.purchase-modal__quantity-stepper {
display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 22px;
    border: 1px solid rgba(229, 231, 235, 0.92);
    background: rgba(255, 255, 255, 0.98);
}

.purchase-modal__quantity-button {
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--action-primary);
}

.purchase-modal__quantity-button:disabled {
opacity: 0.42;
    cursor: not-allowed;
}

.purchase-modal__quantity-value {
display: grid;
    justify-items: center;
    gap: 2px;
}

.purchase-modal__quantity-value strong {
font-size: 24px;
}

.purchase-modal__quantity-value span {
color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
}

.purchase-modal__summary {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
    gap: 10px;
    padding: 14px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.04), rgba(201, 162, 39, 0.12));
}

.purchase-modal__summary-item {
display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
}

.purchase-modal__summary-item span {
color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
}

.purchase-modal__summary-item strong {
display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.7;
}

.purchase-modal__summary-swatch {
width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.purchase-modal__actions {
display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(229, 231, 235, 0.92);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.98));
    box-shadow: 0 -14px 28px rgba(15, 23, 42, 0.04);
}

.purchase-choice {
display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.purchase-choice strong {
font-size: 16px;
}

.purchase-choice p {
color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.8;
}

.purchase-modal__actions .button.is-guided-disabled {
opacity: 0.62;
    pointer-events: auto;
    cursor: pointer;
    transform: none;
    box-shadow: none;
    filter: saturate(0.72);
}

.purchase-modal__actions .button.is-guided-disabled:hover,
.purchase-modal__actions .button.is-guided-disabled:focus-visible {
transform: none;
}

.purchase-choice--express {
background: transparent;
}

.auth-modal {
position: fixed;
    inset: 0;
    z-index: 170;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 20px;
    pointer-events: none;
    visibility: hidden;
}

.auth-modal.is-open {
pointer-events: auto;
    visibility: visible;
}

.auth-modal__backdrop {
position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.34);
    opacity: 0;
    transition: opacity 220ms ease;
}

.auth-modal__dialog {
position: relative;
    display: grid;
    gap: 18px;
    width: min(100%, 520px);
    padding: 24px;
    border: 1px solid rgba(229, 231, 235, 0.92);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
    opacity: 0;
    transform: translateY(24px) scale(0.98);
    transition: opacity 240ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.auth-modal.is-open .auth-modal__backdrop {
opacity: 1;
}

.auth-modal.is-open .auth-modal__dialog {
opacity: 1;
    transform: translateY(0) scale(1);
}

.auth-modal__header,
.auth-card__section,
.checkout-user-card__head,
.saved-address__head,
.activity-row {
display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
}

.auth-modal__header {
padding-bottom: 14px;
    border-bottom: 1px solid var(--border-soft);
}

.auth-modal__header h2 {
font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.35;
}

.auth-modal__header p,
.activity-row p,
.saved-address p,
.checkout-login-prompt p,
.checkout-user-card p {
color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.85;
}

.auth-modal__status {
padding: 12px 14px;
    border-radius: 18px;
    font-size: 13px;
    font-weight: 700;
}

.auth-modal__status[data-state="success"] {
background: rgba(34, 197, 94, 0.12);
    color: #137b35;
}

.auth-modal__status[data-state="error"] {
background: rgba(239, 68, 68, 0.1);
    color: #b42318;
}

.auth-step {
display: none;
}

.auth-step.is-active {
display: block;
}

.auth-card,
.account-overview,
.activity-list,
.saved-addresses,
.checkout-login-prompt,
.checkout-user-card {
display: grid;
    gap: 14px;
}

.auth-card {
padding: 4px 0 0;
}

.auth-card__section strong {
display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

.auth-card__index {
display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(201, 162, 39, 0.14);
    color: var(--gold-deep);
    font-size: 13px;
    font-weight: 700;
}

.auth-card__actions {
display: grid;
    gap: 12px;
}

.account-panel {
height: fit-content;
}

.activity-row__meta span,
.saved-address span {
color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.8;
}

.text-success {
color: #137b35;
}

.text-danger {
color: #b42318;
}

.account-login-inline {
display: grid;
    gap: 14px;
    width: min(100%, 360px);
    padding: 18px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(229, 231, 235, 0.96);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(20px);
}

.account-login-inline .field {
min-height: 56px;
    text-align: center;
}

.account-login-inline .button {
min-height: 56px;
}

body.review-reminder-open {
overflow: hidden;
}

.review-reminder-modal {
position: fixed;
    inset: 0;
    z-index: 175;
    display: grid;
    place-items: center;
    padding: 20px;
    pointer-events: none;
    visibility: hidden;
}

.review-reminder-modal.is-open {
pointer-events: auto;
    visibility: visible;
}

.review-reminder-modal__backdrop {
position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    opacity: 0;
    transition: opacity 220ms ease;
}

.review-reminder-modal__dialog {
position: relative;
    display: grid;
    gap: 18px;
    width: min(100%, 560px);
    padding: 24px;
    border-radius: 32px;
    border: 1px solid rgba(229, 231, 235, 0.94);
    background:
        radial-gradient(circle at top left, rgba(201, 162, 39, 0.12), transparent 40%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 250, 252, 0.97));
    box-shadow: 0 30px 76px rgba(15, 23, 42, 0.2);
    opacity: 0;
    transform: translateY(22px) scale(0.98);
    transition: opacity 240ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.review-reminder-modal.is-open .review-reminder-modal__backdrop {
opacity: 1;
}

.review-reminder-modal.is-open .review-reminder-modal__dialog {
opacity: 1;
    transform: translateY(0) scale(1);
}

.review-reminder-modal__close {
position: absolute;
    inset-inline-start: 18px;
    inset-block-start: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    border: 1px solid rgba(229, 231, 235, 0.88);
    background: rgba(255, 255, 255, 0.88);
    color: var(--text-secondary);
}

.review-reminder-modal__eyebrow,
.review-reminder-modal__actions {
display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.review-reminder-modal__eyebrow {
justify-content: space-between;
    padding-inline-end: 54px;
}

.review-reminder-modal__eyebrow span {
display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(201, 162, 39, 0.12);
    color: var(--gold-deep);
    font-size: 12px;
    font-weight: 800;
}

.review-reminder-modal__eyebrow strong {
display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 800;
}

.review-reminder-modal__dialog h2 {
font-size: clamp(24px, 3vw, 34px);
    line-height: 1.55;
}

.review-reminder-modal__dialog p {
color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.95;
}

.review-reminder-modal__actions {
margin-top: 4px;
}

.app-update-modal {
position: fixed;
    inset: 0;
    z-index: 176;
    display: grid;
    place-items: center;
    padding: 20px;
    pointer-events: none;
    visibility: hidden;
}

.app-update-modal.is-open {
pointer-events: auto;
    visibility: visible;
}

.app-update-modal__backdrop {
position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.48);
    opacity: 0;
    transition: opacity 220ms ease;
}

.app-update-modal__dialog {
position: relative;
    display: grid;
    gap: 18px;
    width: min(100%, 520px);
    padding: 24px;
    border-radius: 32px;
    border: 1px solid rgba(229, 231, 235, 0.94);
    background:
        radial-gradient(circle at top right, rgba(201, 162, 39, 0.16), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 248, 250, 0.98));
    box-shadow: 0 30px 76px rgba(15, 23, 42, 0.22);
    opacity: 0;
    transform: translateY(22px) scale(0.98);
    transition: opacity 240ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.app-update-modal.is-open .app-update-modal__backdrop {
opacity: 1;
}

.app-update-modal.is-open .app-update-modal__dialog {
opacity: 1;
    transform: translateY(0) scale(1);
}

.app-update-modal__eyebrow,
.app-update-modal__actions {
display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.app-update-modal__eyebrow {
justify-content: space-between;
}

.app-update-modal__eyebrow span,
.app-update-modal__eyebrow strong {
display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.app-update-modal__eyebrow span {
background: rgba(201, 162, 39, 0.12);
    color: var(--gold-deep);
}

.app-update-modal__eyebrow strong {
background: rgba(15, 23, 42, 0.08);
    color: var(--text-primary);
}

.app-update-modal__hero {
display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.app-update-modal__icon {
display: inline-grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(201, 162, 39, 0.16));
    color: var(--gold-deep);
    font-size: 28px;
}

.app-update-modal__copy {
display: grid;
    gap: 8px;
}

.app-update-modal__copy h2 {
margin: 0;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.5;
}

.app-update-modal__copy p {
margin: 0;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.95;
}

.app-update-modal__status {
margin: 0;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 700;
}

.app-update-modal__status[data-state="loading"] {
background: rgba(201, 162, 39, 0.12);
    color: var(--gold-deep);
}

.app-update-modal__actions {
justify-content: space-between;
}

.app-update-modal__actions .button {
min-height: 54px;
}

.app-update-modal__later {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 700;
}

@media (min-width: 1024px) {
.site-header .brand-link small {
display: none;
}

.header-leading {
min-width: 120px;
}

.header-actions {
min-width: 208px;
}

.desktop-nav {
padding-inline: 12px;
}

.desktop-menu__panel {
width: min(700px, calc(100vw - 88px));
}

.purchase-modal {
align-items: center;
        padding: 32px;
}

.purchase-modal__dialog {
padding: 26px;
        max-height: min(calc(100dvh - 64px), 880px);
}

.purchase-modal__actions {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-card__actions {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 1023px) {
.purchase-modal {
padding: 0;
}

.purchase-modal__dialog {
width: 100%;
        max-width: none;
        border-radius: 28px 28px 0 0;
        gap: 10px;
        padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
        max-height: min(94dvh, 860px);
        transform: translateY(100%);
}

.purchase-modal__header {
gap: 10px;
}

.purchase-modal__copy h2 {
font-size: 18px;
}

.purchase-modal__meta {
grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 10px 12px;
        border-radius: 18px;
}

.purchase-modal__body {
gap: 10px;
        padding-inline-end: 4px;
}

.purchase-modal__actions {
gap: 8px;
        padding-top: 10px;
}

.purchase-modal__actions .button {
min-height: 48px;
        padding-inline: 14px;
        font-size: 13px;
}

.auth-modal {
padding: 0;
        align-items: end;
}

.auth-modal__dialog {
width: 100%;
        max-width: none;
        border-radius: 28px 28px 0 0;
        padding: 22px 18px calc(22px + env(safe-area-inset-bottom));
        transform: translateY(100%);
}

.account-login-inline {
width: min(100%, 420px);
}

.review-reminder-modal {
padding: 0;
        align-items: end;
}

.review-reminder-modal__dialog {
width: 100%;
        max-width: none;
        border-radius: 28px 28px 0 0;
        padding: 24px 18px calc(24px + env(safe-area-inset-bottom));
        transform: translateY(100%);
}

.app-update-modal {
padding: 0;
        align-items: end;
}

.app-update-modal__dialog {
width: 100%;
        max-width: none;
        border-radius: 30px 30px 0 0;
        padding: 22px 18px calc(22px + env(safe-area-inset-bottom));
        transform: translateY(100%);
}
}

@media (max-width: 719px) {
.purchase-card__controls {
grid-template-columns: minmax(0, 1fr);
}

.purchase-modal__meta strong,
    .purchase-modal__variant-price {
font-size: 15px;
}

.purchase-modal__meta span,
    .purchase-modal__meta small,
    .purchase-modal__variant-copy span,
    .purchase-modal__variant-compare,
    .purchase-modal__variant-note,
    .purchase-modal__variant-head span {
font-size: 12px;
}

.purchase-modal__variant {
padding: 13px 14px;
        border-radius: 20px;
}

    .purchase-modal__variant-list {
max-height: min(30vh, 220px);
    }

    .purchase-modal__section {
padding: 11px 12px;
        gap: 10px;
        border-radius: 20px;
    }

    .purchase-modal__section-head {
align-items: flex-start;
    }

    .purchase-modal__section-head strong {
font-size: 13px;
        line-height: 1.7;
    }

    .purchase-modal__section-head span {
font-size: 11px;
        line-height: 1.7;
    }

    .purchase-modal__color-list,
    .purchase-modal__grind-list,
    .purchase-modal__weight-markers,
    .purchase-modal__summary {
grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .purchase-modal__weight-summary strong {
font-size: 15px;
    }

    .purchase-modal__quantity-value strong {
font-size: 22px;
    }

    .purchase-modal__weight-summary {
padding: 10px 12px;
        border-radius: 18px;
    }

    .purchase-modal__weight-chip,
    .purchase-modal__grind {
min-height: 46px;
        padding: 11px 12px;
        border-radius: 16px;
    }

    .purchase-modal__grind-copy strong {
font-size: 12px;
        line-height: 1.75;
    }

    .purchase-modal__summary {
padding: 12px;
    }

    .purchase-modal__summary-item {
padding: 10px;
    }

    .purchase-modal__scroll-hint {
gap: 6px;
        padding-top: 0;
        font-size: 12px;
    }

    .purchase-modal__scroll-hint i {
font-size: 16px;
    }

.purchase-card__head strong {
font-size: 16px;
}

.auth-modal__header,
    .checkout-user-card__head,
    .activity-row {
flex-direction: column;
        align-items: stretch;
}

.review-reminder-modal__eyebrow,
    .review-reminder-modal__actions {
flex-direction: column;
        align-items: stretch;
}

.review-reminder-modal__dialog h2 {
font-size: 23px;
}

.review-reminder-modal__actions .button {
width: 100%;
        justify-content: center;
}

.app-update-modal__hero {
grid-template-columns: minmax(0, 1fr);
}

.app-update-modal__icon {
width: 58px;
        height: 58px;
        border-radius: 20px;
}

.app-update-modal__actions {
flex-direction: column;
        align-items: stretch;
}

.app-update-modal__actions .button {
width: 100%;
        justify-content: center;
}

.app-update-modal__later {
width: 100%;
}
}

.eyebrow {
gap: 8px;
    margin-bottom: 0;
    width: max-content;
    min-height: 24px;
    color: var(--gold-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.eyebrow::after {
width: 14px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-deep), var(--gold-light));
    box-shadow: 0 0 0 6px rgba(201, 162, 39, 0.08);
}

.hero-copy > .eyebrow,
.premium-banner .eyebrow,
.purchase-modal__copy .eyebrow,
.auth-modal__header .eyebrow,
.empty-card .eyebrow,
.wallet-card .eyebrow {
min-height: 36px;
    padding-inline: 14px;
    border-radius: 999px;
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.18);
}

.section-head {
align-items: flex-start;
    gap: 14px 22px;
}

.section-head > div:first-child {
gap: 10px;
    max-width: min(100%, 720px);
}

.section-head h1,
.section-head h2 {
max-width: 26ch;
    font-size: clamp(21px, 1.9vw, 30px);
    line-height: 1.6;
    letter-spacing: -0.025em;
    text-wrap: pretty;
}

.section-title--compact {
max-width: 28ch;
    font-size: clamp(21px, 1.8vw, 28px);
    line-height: 1.62;
}

.section-head .text-link,
.section-head .section-badge {
align-self: flex-start;
}

.text-link {
gap: 10px;
    min-height: 46px;
    padding-inline: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 251, 0.95));
    border-color: rgba(229, 231, 235, 0.96);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.text-link::after {
content: "";
    display: inline-block;
    width: 14px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gold-primary), var(--gold-light));
    flex-shrink: 0;
}

.text-link:hover,
.text-link:focus-visible {
background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(252, 252, 253, 0.98));
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.07);
}

.button {
min-height: 54px;
    padding-inline: 24px;
    border: 1px solid transparent;
}

.button--primary {
background: linear-gradient(180deg, #172238 0%, var(--action-primary) 100%);
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.14);
}

.button--secondary {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 247, 249, 0.96));
    border-color: rgba(229, 231, 235, 0.96);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.button--ghost {
background: rgba(250, 250, 251, 0.88);
    border-color: rgba(229, 231, 235, 0.82);
}

@media (min-width: 1024px) {
.section-head h1,
    .section-head h2 {
max-width: 26ch;
}

.section-title--compact {
max-width: 28ch;
}

.product-card__button {
min-height: 50px;
    padding-inline: 18px;
    border-radius: 18px;
    font-size: 14px;
}
}

@media (max-width: 719px) {
.section-head {
flex-direction: column;
        align-items: stretch;
        gap: 14px;
}

.section-head > div:first-child,
    .section-head h1,
    .section-head h2,
    .section-title--compact {
max-width: none;
}

.section-head h1,
    .section-head h2,
    .section-title--compact {
font-size: clamp(20px, 6vw, 28px);
        line-height: 1.55;
}

.text-link {
width: max-content;
}
}

.hero-card--home .hero-visual img,
.hero-visual--category img,
.category-card img,
.product-card__media img,
.product-gallery__frame img,
.gallery-thumb img,
.today-slide__media img,
.cart-item__media img {
aspect-ratio: 1 / 1;
    object-fit: contain;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 239, 0.96));
    box-shadow: inset 0 0 0 1px rgba(229, 231, 235, 0.78);
}

.hero-visual--category img,
.category-card img,
.product-card__media img,
.product-gallery__frame img,
.gallery-thumb img,
.today-slide__media img,
.cart-item__media img {
padding: 12px;
}

.hero-visual--category img,
.category-card img {
border-radius: 24px;
}

.product-card__media img,
.product-gallery__frame img {
border-radius: 26px;
}

.product-card__media img {
padding: 18px 16px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 245, 240, 0.98));
    box-shadow: inset 0 0 0 1px rgba(229, 231, 235, 0.82), 0 10px 24px rgba(15, 23, 42, 0.04);
}

.today-slide__media img,
.gallery-thumb img,
.cart-item__media img {
border-radius: 18px;
}

.brand-mark {
width: 38px;
    height: 46px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    flex: 0 0 auto;
}

.brand-mark__image {
display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-link--footer .brand-mark {
width: 42px;
    height: 52px;
}

@media (min-width: 1024px) {
.brand-mark {
width: 42px;
        height: 52px;
}

.brand-link--footer .brand-mark {
width: 46px;
        height: 58px;
}
}

.site-noty-stack {
    position: fixed;
    inset-inline-start: 20px;
    top: calc(18px + env(safe-area-inset-top, 0px));
    z-index: 4600;
    display: grid;
    gap: 10px;
    width: min(390px, calc(100vw - 28px));
    pointer-events: none;
}

.site-noty {
    --noty-accent: var(--gold-primary);
    --noty-accent-strong: var(--gold-deep);
    --noty-soft: rgba(201, 162, 39, 0.18);
    margin: 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    pointer-events: auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow:
        0 22px 54px rgba(15, 23, 42, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(22px) saturate(1.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
    transform-origin: top left;
    will-change: transform, opacity, filter;
    animation: siteNotyEnter 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: calc(var(--noty-index, 0) * 65ms);
}

.site-noty::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at top right, var(--noty-soft), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 246, 243, 0.84));
}

.site-noty::after {
    content: "";
    position: absolute;
    inset-inline: 18px;
    bottom: 10px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), var(--noty-accent));
    opacity: 0.94;
    transform-origin: right center;
    animation: siteNotyProgress var(--noty-progress-duration, 4600ms) linear forwards;
}

.site-noty.is-closing {
    animation: siteNotyExit 380ms cubic-bezier(0.4, 0, 1, 1) both;
}

.site-noty.is-closing::after,
.site-noty[data-noty-persistent="true"]::after {
    animation: none;
}

.site-noty:hover::after,
.site-noty:focus-within::after {
    animation-play-state: paused;
}

.site-noty__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.74), transparent 36%),
        linear-gradient(135deg, var(--noty-soft), rgba(255, 255, 255, 0.08));
    color: var(--noty-accent-strong);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    font-size: 21px;
}

.site-noty__body {
    display: grid;
    gap: 6px;
}

.site-noty__body strong {
    display: block;
    font-size: 15px;
    line-height: 1.5;
}

.site-noty__body p {
    margin: 0;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.85;
}

.site-noty__meta {
    display: grid;
    justify-items: end;
    gap: 10px;
}

.site-noty__pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding-inline: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    color: var(--noty-accent-strong);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.site-noty__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.44);
    color: rgba(15, 23, 42, 0.76);
    cursor: pointer;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.site-noty__close:hover,
.site-noty__close:focus-visible {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.68);
    color: var(--noty-accent-strong);
}

.site-noty--success {
    --noty-accent: #36b37e;
    --noty-accent-strong: #157347;
    --noty-soft: rgba(54, 179, 126, 0.22);
}

.site-noty--error {
    --noty-accent: #e05a5a;
    --noty-accent-strong: #b42318;
    --noty-soft: rgba(224, 90, 90, 0.22);
}

.site-noty--warning {
    --noty-accent: #d19a22;
    --noty-accent-strong: #9a6700;
    --noty-soft: rgba(209, 154, 34, 0.22);
}

.site-noty--info {
    --noty-accent: #60789b;
    --noty-accent-strong: #22324d;
    --noty-soft: rgba(96, 120, 155, 0.2);
}

.site-noty--loyalty {
    --noty-accent: var(--gold-primary);
    --noty-accent-strong: var(--gold-deep);
    --noty-soft: rgba(201, 162, 39, 0.2);
}

@keyframes siteNotyEnter {
    from {
        opacity: 0;
        transform: translate3d(20px, -18px, 0) scale(0.94) rotateX(10deg);
        filter: blur(12px) saturate(0.92);
    }
    62% {
        opacity: 1;
        transform: translate3d(-2px, 2px, 0) scale(1.01);
        filter: blur(0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes siteNotyExit {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
    to {
        opacity: 0;
        transform: translate3d(18px, -14px, 0) scale(0.95);
        filter: blur(10px) saturate(0.9);
    }
}

@keyframes siteNotyProgress {
    from {
        transform: scaleX(1);
        opacity: 0.92;
    }
    80% {
        opacity: 0.86;
    }
    to {
        transform: scaleX(0);
        opacity: 0.18;
    }
}

@media (max-width: 719px) {
    .site-noty-stack {
        inset-inline: 10px;
        top: calc(10px + env(safe-area-inset-top, 0px));
        width: auto;
        gap: 8px;
    }

    .site-noty {
        grid-template-columns: 38px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 11px;
        border-radius: 20px;
        box-shadow:
            0 16px 38px rgba(15, 23, 42, 0.14),
            inset 0 1px 0 rgba(255, 255, 255, 0.62);
        backdrop-filter: blur(18px) saturate(1.14);
        -webkit-backdrop-filter: blur(18px) saturate(1.14);
    }

    .site-noty::after {
        inset-inline: 12px;
        bottom: 8px;
        height: 2.5px;
    }

    .site-noty__icon {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        font-size: 17px;
    }

    .site-noty__body {
        gap: 4px;
        padding-top: 1px;
    }

    .site-noty__body strong {
        font-size: 13px;
        line-height: 1.45;
    }

    .site-noty__body p {
        font-size: 11px;
        line-height: 1.7;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .site-noty__meta {
        gap: 6px;
        align-self: start;
        justify-items: end;
    }

    .site-noty__pill {
        min-height: 24px;
        padding-inline: 8px;
        font-size: 10px;
        width: fit-content;
    }

    .site-noty__close {
        width: 28px;
        height: 28px;
        border-radius: 10px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-noty,
    .site-noty.is-closing,
    .site-noty::after {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 1023.98px) {
    body {
        --mobile-bottom-nav-clearance: calc(68px + env(safe-area-inset-bottom));
    }

    html {
        scroll-padding-top: 88px;
    }

    .page-main [id] {
        scroll-margin-top: 88px;
    }

    body.is-standalone-app {
        --mobile-bottom-nav-clearance: calc(74px + env(safe-area-inset-bottom));
    }

    body.is-standalone-app .site-shell {
        padding-top: 70px;
    }

    body.is-standalone-app .site-header {
        top: calc(62px + env(safe-area-inset-top));
    }

    body.is-standalone-app .page-main [id] {
        scroll-margin-top: 138px;
    }

    .site-header {
        background: linear-gradient(180deg, rgba(245, 245, 247, 0.94), rgba(245, 245, 247, 0.62));
    }

    .topbar-card {
        min-height: 70px;
        padding: 10px 12px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    }

    .header-leading {
        gap: 10px;
    }

    .header-icon-button {
        width: 38px;
        height: 38px;
        border-radius: 13px;
    }

    .brand-link strong {
        font-size: 15px;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        font-size: 18px;
    }

    .chip-link,
    .profile-link {
        min-height: 38px;
    }

    .chip-link--cart {
        position: relative;
        min-width: 48px;
        padding-inline: 10px;
        gap: 0;
        background: rgba(15, 23, 42, 0.06);
        color: var(--action-primary);
        border: 1px solid rgba(229, 231, 235, 0.88);
        box-shadow: none;
    }

    .profile-link {
        width: 38px;
    }

    .header-actions .bi,
    .profile-link .bi,
    .chip-link .bi {
        font-size: 0.86rem;
    }

    .chip-count {
        position: absolute;
        inset-inline-end: -4px;
        inset-block-start: -4px;
        min-width: 18px;
        height: 18px;
        font-size: 8.5px;
        background: rgba(201, 162, 39, 0.98);
        color: var(--action-primary);
        box-shadow: 0 4px 10px rgba(168, 131, 31, 0.18);
    }
}
