:root {
    --ink: #1d2522;
    --muted: #68716d;
    --paper: #ffffff;
    --canvas: #f4f6f3;
    --line: #dde2dd;
    --green: #3f6656;
    --green-dark: #27483b;
    --berry: #9e3f56;
    --amber: #c88b3a;
    --danger: #b63f46;
    --shadow: 0 12px 34px rgba(25, 37, 32, .14);
    --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: Manrope, Arial, sans-serif; letter-spacing: 0; }
body.no-scroll { overflow: hidden; }
button, input, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.app-shell { min-height: 100vh; background: var(--paper); }
.topbar { position: sticky; top: 0; z-index: 30; height: 68px; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 8px; padding: 0 16px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 9px; justify-self: start; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--ink); background: var(--ink); color: #fff; font: 18px Prata, serif; }
.brand-copy { display: grid; line-height: 1; gap: 3px; }
.brand-copy strong { font-size: 14px; }
.brand-copy small { font-size: 8px; color: var(--green); font-weight: 700; letter-spacing: 2px; }
.icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; position: relative; }
.icon-button:hover { background: var(--canvas); }
.icon-button svg { width: 21px; height: 21px; stroke-width: 1.8; }
.top-actions { display: flex; }
.counter, .nav-dot { position: absolute; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 9px; background: var(--berry); color: #fff; font-size: 10px; font-weight: 700; }
.counter { top: 2px; right: 1px; }
.desktop-nav { display: none; }

.hero-band { position: relative; min-height: 395px; height: calc(100svh - 135px); max-height: 540px; overflow: hidden; background: #e8ebe6; }
.hero-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.hero-shade { position: absolute; inset: 0; background: rgba(247,248,245,.3); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(620px, 100%); height: 100%; padding: 28px 20px; }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.hero-content h1 { max-width: 510px; margin: 0; font: 38px/1.14 Prata, Georgia, serif; }
.hero-content > p:not(.eyebrow) { max-width: 360px; margin: 16px 0 22px; color: #4a5550; font-size: 14px; line-height: 1.65; }
.primary-button, .secondary-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 4px; font-weight: 700; cursor: pointer; }
.primary-button { background: var(--ink); color: #fff; }
.primary-button:hover { background: var(--green-dark); border-color: var(--green-dark); }
.primary-button svg, .secondary-button svg { width: 18px; }
.secondary-button { background: #fff; color: var(--ink); }

.benefits-band { display: grid; gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.benefits-band > div { min-height: 74px; display: flex; align-items: center; gap: 14px; padding: 14px 20px; background: #fff; }
.benefits-band svg { width: 24px; color: var(--green); stroke-width: 1.6; }
.benefits-band span { display: grid; gap: 3px; }
.benefits-band strong { font-size: 13px; }
.benefits-band small { color: var(--muted); font-size: 11px; }

.catalog-section { max-width: 1540px; margin: 0 auto; padding: 48px 16px 70px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading h2, .story-copy h2 { margin: 0; font: 29px/1.2 Prata, Georgia, serif; }
.text-button { display: none; align-items: center; gap: 6px; border: 0; background: none; color: var(--green); font-weight: 700; cursor: pointer; }
.text-button svg { width: 17px; }
.catalog-tools { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 24px; }
.search-field { height: 48px; display: grid; grid-template-columns: 22px 1fr 36px; align-items: center; gap: 8px; padding: 0 10px 0 14px; background: var(--canvas); border: 1px solid transparent; }
.search-field:focus-within { border-color: var(--green); background: #fff; }
.search-field svg { width: 19px; color: var(--muted); }
.search-field input { min-width: 0; height: 100%; padding: 0; border: 0; outline: 0; background: transparent; }
.clear-search { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.filter-button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.filter-button svg { width: 19px; }
.filter-button span { display: none; }
.category-scroll { display: flex; gap: 8px; margin: 16px -16px 0; padding: 0 16px 8px; overflow-x: auto; scrollbar-width: none; }
.category-scroll::-webkit-scrollbar { display: none; }
.category-chip { flex: 0 0 auto; min-height: 40px; display: inline-flex; align-items: center; gap: 7px; padding: 0 13px; border: 1px solid var(--line); border-radius: 20px; background: #fff; font-size: 12px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.category-chip svg { width: 16px; }
.category-chip.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.catalog-meta { margin: 15px 0 14px; color: var(--muted); font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 10px; }
.product-card { position: relative; min-width: 0; display:flex; flex-direction:column; background: #fff; }
.product-image { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #f0f2ef; cursor: pointer; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--green); background: #e7ede9; }
.image-placeholder svg { width: 40px; height: 40px; stroke-width: 1.2; }
.product-badges { position:absolute; z-index:2; top:7px; left:7px; right:46px; display:flex; flex-wrap:wrap; gap:4px; }
.product-detail-body>.product-badges { position:static; margin-bottom:12px; }
.product-badge { padding:4px 6px; background:var(--berry); color:#fff; font-size:8px; font-weight:700; line-height:1; text-transform:uppercase; }
.product-badge.green { background:var(--green); }.product-badge.amber { background:var(--amber); color:var(--ink); }.product-badge.sale { background:#b52d45; }.product-badge.ink { background:var(--ink); }.product-badge.neutral { background:#747c78; }
.product-trust { position:absolute; z-index:3; left:7px; bottom:7px; display:flex; gap:4px; }
.product-trust>a,.product-trust>span { width:28px; height:28px; display:grid; place-items:center; background:rgba(255,255,255,.94); color:var(--green-dark); border:1px solid rgba(39,72,59,.2); }
.product-trust svg { width:16px; height:16px; }
.product-trust.detailed { position:static; display:grid; gap:7px; margin:0 0 18px; }
.product-trust.detailed>a,.product-trust.detailed>span { width:auto; height:auto; min-height:42px; display:flex; justify-content:flex-start; gap:9px; padding:9px 11px; background:#eef5f1; border-color:#cfe0d7; font-size:11px; }
.favorite-button { position: absolute; z-index: 3; top: 5px; right: 5px; width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; background: rgba(255,255,255,.9); cursor: pointer; }
.favorite-button svg { width: 17px; }
.favorite-button.active { color: var(--berry); }
.favorite-button.active svg { fill: currentColor; }
.product-info { flex:1; display:flex; flex-direction:column; padding-top: 10px; }
.product-category { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-info h3 { min-height: 42px; margin: 5px 0 7px; font-size: 13px; line-height: 1.45; font-weight: 600; overflow-wrap:anywhere; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; cursor: pointer; }
.product-volume { min-height:15px; margin: 0 0 8px; color: var(--muted); font-size: 10px; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 5px; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; font-size: 15px; font-weight: 700; }
.old-price { color: #929894; font-size: 10px; font-weight: 500; text-decoration: line-through; }
.add-button { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; padding: 0; border: 1px solid var(--ink); background: var(--ink); color: #fff; cursor: pointer; }
.add-button svg { width: 17px; }
.add-button.added { border-color: var(--green); background: var(--green); }
.stock-label { display: block; margin-top: 7px; color: var(--green); font-size: 9px; }
.stock-label.preorder { color: var(--amber); }
.empty-state { padding: 65px 20px; text-align: center; }
.empty-state svg { width: 44px; height: 44px; color: var(--green); }
.empty-state h3 { margin: 16px 0 6px; }
.empty-state p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }

.story-band { display: grid; gap: 34px; padding: 54px 20px; background: #1f2925; color: #fff; }
.story-copy .eyebrow { color: #9fc2b3; }
.story-copy p:last-child { margin: 18px 0 0; color: #c7d0cc; line-height: 1.7; font-size: 13px; }
.story-facts { display: grid; gap: 1px; background: #52605a; }
.story-facts > div { display: grid; grid-template-columns: 44px 1fr; align-items: center; min-height: 66px; padding: 10px 14px; background: #26332e; }
.story-facts strong { color: #9fc2b3; font: 17px Prata, serif; }
.story-facts span { font-size: 12px; }
.footer { display: grid; gap: 18px; padding: 36px 20px 110px; background: #fff; border-top: 1px solid var(--line); }
.footer p { margin: 0; color: var(--muted); font-size: 12px; }
.footer > div:last-child { display: grid; gap: 4px; font-size: 13px; }
.footer > div:last-child span { color: var(--muted); font-size: 11px; }
.footer-info { display:grid; gap:8px; }
.legal-links { display:flex; flex-wrap:wrap; gap:7px 14px; font-size:11px; }
.legal-links a { color:var(--green-dark); text-decoration:underline; text-underline-offset:3px; }

.bottom-nav { position: fixed; z-index: 35; bottom: 0; left: 0; right: 0; height: calc(64px + var(--safe-bottom)); display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: var(--safe-bottom); background: rgba(255,255,255,.98); border-top: 1px solid var(--line); }
.bottom-nav a, .bottom-nav button { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 5px 2px; border: 0; background: none; color: var(--muted); font-size: 9px; cursor: pointer; }
.bottom-nav svg { width: 20px; height: 20px; stroke-width: 1.7; }
.bottom-nav .active { color: var(--green-dark); }
.bottom-nav .nav-dot { top: 5px; left: calc(50% + 7px); }

.overlay { position: fixed; z-index: 60; inset: 0; background: rgba(20,28,24,.48); backdrop-filter: blur(2px); }
.sheet { position: fixed; z-index: 70; right: 0; bottom: 0; width: min(100%, 520px); height: min(92svh, 860px); overflow: auto; background: #fff; box-shadow: var(--shadow); transform: translateY(105%); transition: transform .24s ease; }
.sheet.open { transform: translateY(0); }
.sheet-close { position: absolute; z-index: 3; top: 8px; right: 8px; background: rgba(255,255,255,.92); }
.sheet-header { position: sticky; z-index: 4; top: 0; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.sheet-header h2, .sheet-header h3 { margin: 0; font: 24px Prata, serif; }
.sheet-header .eyebrow { margin-bottom: 2px; }
.product-page { min-height:calc(100vh - 76px); padding:0 16px 70px; background:#fff; }
.product-page-head { max-width:1320px; min-height:66px; display:flex; align-items:center; gap:8px; margin:0 auto; border-bottom:1px solid var(--line); color:var(--muted); font-size:12px; }
.product-page-content { max-width:1320px; display:grid; gap:24px; margin:28px auto 0; }
.product-detail-image { width: 100%; aspect-ratio: 1 / 1; overflow:hidden; background: #eef0ed; }
.product-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-body { padding: 22px 18px 34px; }
.product-detail-body h2 { margin: 3px 0 10px; font: 28px/1.25 Prata, serif; }
.product-detail-body .detail-subtitle { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.detail-price { display: flex; align-items: baseline; gap: 9px; margin-bottom: 18px; font-size: 22px; font-weight: 700; }
.detail-price .old-price { font-size: 13px; }
.detail-description { padding: 18px 0; border-top: 1px solid var(--line); color: #4f5a55; font-size: 13px; line-height: 1.7; }
.detail-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-bottom: 18px; background: var(--line); border: 1px solid var(--line); }
.detail-facts div { display: grid; gap: 4px; padding: 12px; background: #fff; }
.detail-facts small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.detail-facts strong { font-size: 12px; }
.detail-actions { display: grid; grid-template-columns: 46px 1fr; gap: 8px; }
.detail-actions .favorite-button { position: static; width: 46px; height: 48px; border: 1px solid var(--line); }
.variant-picker { display:grid; gap:7px; margin:0 0 16px; color:var(--muted); font-size:10px; font-weight:700; text-transform:uppercase; }
.variant-picker select { min-height:46px; padding:0 12px; border:1px solid var(--line); background:#fff; color:var(--ink); text-transform:none; }

.cart-content { padding: 0 16px 120px; }
.cart-empty { padding: 70px 20px; text-align: center; }
.cart-empty svg { width: 48px; height: 48px; color: var(--green); }
.cart-empty h3 { margin: 16px 0 6px; }
.cart-empty p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.cart-item { display: grid; grid-template-columns: 76px 1fr 32px; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item-image { width: 76px; height: 90px; overflow: hidden; background: #eef1ee; }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-copy h3 { margin: 0 0 5px; font-size: 12px; line-height: 1.4; }
.cart-item-copy > span { color: var(--muted); font-size: 10px; }
.cart-item-copy strong { display: block; margin-top: 8px; font-size: 13px; }
.quantity-control { width: 92px; height: 32px; display: grid; grid-template-columns: 30px 32px 30px; margin-top: 9px; border: 1px solid var(--line); }
.quantity-control button { display: grid; place-items: center; padding: 0; border: 0; background: #fff; cursor: pointer; }
.quantity-control svg { width: 13px; }
.quantity-control span { display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.remove-button { width: 32px; height: 32px; display: grid; place-items: center; padding: 0; border: 0; background: none; color: var(--muted); cursor: pointer; }
.remove-button svg { width: 17px; }
.cart-summary { position: fixed; right: 0; bottom: 0; z-index: 3; width: min(100%, 520px); padding: 14px 16px calc(14px + var(--safe-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(23,35,29,.06); }
.summary-row { display: flex; justify-content: space-between; margin-bottom: 12px; }
.summary-row span { color: var(--muted); font-size: 12px; }
.summary-row strong { font-size: 18px; }
.cart-summary .primary-button { width: 100%; }

.checkout-sheet { height: 96svh; }
.checkout-form { padding: 18px 16px 40px; }
.checkout-form fieldset { display: grid; gap: 13px; margin: 0 0 28px; padding: 0; border: 0; }
.checkout-form legend { width: 100%; margin-bottom: 13px; font: 19px Prata, serif; }
.checkout-form label:not(.choice) { display: grid; gap: 7px; color: #49534f; font-size: 11px; font-weight: 600; }
.checkout-form input, .checkout-form textarea { width: 100%; min-height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 2px; outline: none; background: #fff; font-size: 13px; resize: vertical; }
.checkout-form input:focus, .checkout-form textarea:focus { border-color: var(--green); }
.choice { position: relative; cursor: pointer; }
.choice > input { position: absolute; opacity: 0; pointer-events: none; }
.choice > span { min-height: 68px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; align-items: center; padding: 12px; border: 1px solid var(--line); }
.choice svg { grid-row: 1 / 3; width: 21px; color: var(--green); }
.choice b { font-size: 12px; }
.choice small { color: var(--muted); font-size: 10px; }
.choice input:checked + span { border-color: var(--green); background: #f0f5f2; box-shadow: inset 3px 0 var(--green); }
.checkout-form [data-delivery-methods], .checkout-form [data-payment-methods] { display:grid; gap:10px; }
.method-warning { margin:0; padding:14px; border:1px solid var(--line); color:var(--danger); font-size:12px; }
.checkout-total { display: grid; gap: 7px; padding: 16px 0; border-top: 1px solid var(--line); }
.checkout-total div { display: flex; justify-content: space-between; font-size: 12px; }
.checkout-total div:last-child { font-size: 17px; font-weight: 700; }
.submit-order { width: 100%; }
.form-consent { margin: 10px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: center; }
.account-content { padding:20px 16px 40px; }
.account-switch { display:grid; grid-template-columns:1fr 1fr; margin-bottom:22px; border-bottom:1px solid var(--line); }
.account-switch button { min-height:44px; border:0; border-bottom:2px solid transparent; background:#fff; color:var(--muted); cursor:pointer; }
.account-switch button.active { border-bottom-color:var(--green); color:var(--ink); font-weight:700; }
.account-auth form { display:grid; gap:13px; }
.account-auth label { display:grid; gap:7px; color:var(--muted); font-size:11px; font-weight:600; }
.account-auth input { min-height:48px; padding:10px 12px; border:1px solid var(--line); outline:0; }
.account-auth input:focus { border-color:var(--green); }
.account-auth form .primary-button { margin-top:6px; }
.legal-check { grid-template-columns:20px 1fr !important; align-items:start; gap:9px !important; font-size:11px !important; line-height:1.45; }
.legal-check input { width:18px !important; min-height:18px !important; height:18px; margin:1px 0 0; accent-color:var(--green-dark); }
.legal-check a { color:var(--green-dark); text-decoration:underline; }
.account-auth>p { margin:18px 0 0; color:var(--muted); font-size:11px; line-height:1.6; text-align:center; }
.account-person { display:flex; align-items:center; gap:13px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.account-person>span { width:52px; height:52px; display:grid; place-items:center; border-radius:50%; background:var(--ink); color:#fff; font:21px Prata,serif; }
.account-person h3,.account-person p { margin:0; }
.account-person p,.account-person small { color:var(--muted); font-size:11px; }
.account-profile>.secondary-button { width:100%; margin-top:14px; }
.account-orders-title { margin:28px 0 12px; font:20px Prata,serif; }
.account-orders { display:grid; gap:1px; background:var(--line); border:1px solid var(--line); }
.account-orders details { background:#fff; }
.account-orders summary { display:flex; justify-content:space-between; gap:12px; padding:13px; cursor:pointer; list-style:none; }
.account-orders summary::-webkit-details-marker { display:none; }
.account-orders summary>div { display:grid; gap:3px; }
.account-orders summary>div:last-child { text-align:right; }
.account-order-detail { display:grid; gap:8px; padding:12px 13px; border-top:1px solid var(--line); background:var(--canvas); }
.account-order-detail p { margin:0; font-size:11px; }
.account-order-detail>div { display:grid; gap:5px; }
.account-order-detail span { display:flex; justify-content:space-between; gap:10px; font-size:10px; }
.account-orders small,.account-empty { color:var(--muted); font-size:10px; }
.order-success { padding: 70px 22px; text-align: center; }
.order-success .success-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: #e6f1eb; color: var(--green); }
.order-success .success-icon svg { width: 30px; height: 30px; }
.order-success h2 { margin: 0 0 8px; font: 27px Prata, serif; }
.order-success p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.sort-dialog { position: fixed; z-index: 80; left: 12px; right: 12px; bottom: calc(12px + var(--safe-bottom)); padding: 0 16px 14px; background: #fff; box-shadow: var(--shadow); }
.sort-dialog .sheet-header { margin: 0 -16px 10px; }
.sort-dialog label { min-height: 46px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); font-size: 13px; cursor: pointer; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: calc(80px + var(--safe-bottom)); width: max-content; max-width: calc(100% - 32px); transform: translateX(-50%); padding: 11px 14px; border-radius: 4px; background: var(--ink); color: #fff; box-shadow: var(--shadow); font-size: 12px; text-align: center; }
.support-fab { position:fixed; z-index:45; right:16px; bottom:calc(76px + var(--safe-bottom)); min-height:44px; display:flex; align-items:center; gap:7px; padding:0 13px; border:0; border-radius:22px; background:var(--green-dark); color:#fff; box-shadow:var(--shadow); cursor:pointer; }
.support-fab svg { width:18px; }.support-fab span { font-size:11px; font-weight:700; }
.support-form { display:grid; gap:13px; padding:20px 16px 40px; }
.support-form>p { margin:0 0 5px; color:var(--muted); font-size:12px; line-height:1.6; }
.support-form label { display:grid; gap:6px; color:var(--muted); font-size:11px; font-weight:600; }
.support-form input,.support-form textarea { width:100%; padding:11px 12px; border:1px solid var(--line); outline:0; resize:vertical; }
.support-form input:focus,.support-form textarea:focus { border-color:var(--green); }

@media (min-width: 700px) {
    .app-shell { max-width: none; }
    .topbar { height: 76px; grid-template-columns: auto 1fr auto; padding: 0 28px; }
    .mobile-menu { display: none; }
    .desktop-nav { justify-self: center; display: flex; gap: 30px; font-size: 12px; font-weight: 600; }
    .desktop-favorites { display:grid; }
    .desktop-nav a:hover { color: var(--green); }
    .hero-band { min-height: 500px; height: calc(100svh - 150px); max-height: 690px; }
    .hero-band > img { object-position: center; }
    .hero-content { padding-left: max(7vw, 42px); }
    .hero-content h1 { font-size: 56px; }
    .hero-content > p:not(.eyebrow) { font-size: 15px; }
    .benefits-band { grid-template-columns: repeat(3, 1fr); }
    .benefits-band > div { justify-content: center; }
    .catalog-section { padding: 72px 28px 95px; }
    .section-heading h2, .story-copy h2 { font-size: 38px; }
    .text-button { display: inline-flex; }
    .catalog-tools { grid-template-columns: minmax(300px, 500px) auto; }
    .filter-button { width: auto; padding: 0 16px; display: flex; gap: 8px; }
    .filter-button span { display: inline; font-size: 12px; font-weight: 600; }
    .category-scroll { margin-inline: 0; padding-inline: 0; }
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 18px; }
    .product-info h3 { font-size: 14px; }
    .story-band { grid-template-columns: minmax(0, 1fr) minmax(360px, 520px); align-items: center; padding: 80px max(7vw, 40px); }
    .footer { grid-template-columns: auto 1fr auto; align-items: center; padding: 40px max(5vw, 30px); }
    .bottom-nav { display: none; }
    .support-fab { bottom:24px; }
    .product-page { padding-inline:28px; }
    .product-page-content { grid-template-columns:minmax(0,1fr) minmax(360px,.82fr); gap:50px; align-items:start; }
    .product-detail-body { padding:10px 0 40px; }
    .sheet { top: 0; bottom: 0; height: 100vh; transform: translateX(105%); }
    .sheet.open { transform: translateX(0); }
    .sort-dialog { left: auto; right: 28px; bottom: auto; top: 170px; width: 330px; }
    .toast { bottom: 28px; }
}

@media (min-width: 1080px) {
    .topbar { padding-inline: max(4vw, 48px); }
    .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 42px 22px; }
    .hero-content h1 { font-size: 64px; }
}

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

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

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