.utility-bar { background: var(--brand-navy); color: white; font-size: .78rem; }
.utility-inner { min-height: 38px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 20px; }
.utility-item { display: flex; align-items: center; justify-content: center; gap: 8px; opacity: .96; }
.utility-item .icon { color: #ffc928; }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.header-main { min-height: 82px; display: grid; grid-template-columns: auto minmax(340px, 1fr) auto; gap: 32px; align-items: center; }
.brand { display: inline-flex; align-items: baseline; font-weight: 850; letter-spacing: -.035em; font-size: 1.9rem; white-space: nowrap; }
.brand-name { color: var(--brand-primary); }
.brand-domain { color: #344054; font-size: .9em; }
.search-box { height: 46px; display: grid; grid-template-columns: 1fr auto 48px; align-items: center; border: 1px solid var(--border); border-radius: var(--radius-sm); background: white; overflow: hidden; }
.search-box input { min-width: 0; height: 100%; padding: 0 16px; border: 0; outline: 0; color: var(--text); }
.category-select { height: 100%; border: 0; border-left: 1px solid var(--border); background: #fff; padding: 0 14px; color: #475467; }
.search-submit { height: 100%; border: 0; border-left: 1px solid var(--border); background: #fff; color: var(--text); }
.search-submit:hover { color: var(--brand-primary); }
.header-actions { display: flex; gap: 22px; }
.header-action { min-width: 48px; display: grid; justify-items: center; gap: 2px; font-size: .72rem; position: relative; }
.header-action:hover { color: var(--brand-primary); }
.cart-badge { position: absolute; top: -7px; right: 3px; min-width: 18px; height: 18px; border-radius: 50%; background: var(--brand-primary); color: #fff; display: grid; place-items: center; font-size: .65rem; border: 2px solid #fff; }
.mobile-menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.nav-row { border-top: 1px solid var(--border); }
.nav-inner { min-height: 48px; display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 30px; }
.shop-category { display: flex; align-items: center; gap: 9px; }
.primary-nav { height: 100%; display: flex; align-items: stretch; gap: 34px; overflow-x: auto; scrollbar-width: none; }
.primary-nav a { display: flex; align-items: center; position: relative; white-space: nowrap; font-size: .9rem; color: #344054; }
.primary-nav a:hover, .primary-nav a.active { color: var(--brand-primary); }
.primary-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--brand-primary); }

.hero { background: linear-gradient(180deg, #fff 0%, #fbfdff 100%); padding-top: 34px; }
.hero-grid { min-height: 400px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(560px, 1.05fr); align-items: center; gap: 50px; }
.hero-copy { padding: 28px 0; max-width: 650px; }
.hero h1 { margin: 0; font-size: clamp(2.5rem, 4.4vw, 4.5rem); line-height: 1.04; letter-spacing: -.05em; }
.hero h1 span { color: var(--brand-primary); }
.hero-description { max-width: 520px; color: var(--text-muted); font-size: 1.05rem; margin: 20px 0 26px; }
.hero-actions { display: flex; gap: 12px; }
.hero-visual { position: relative; min-height: 390px; }
.hero-blob { position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #d9e9ff, #b7d3ff 58%, #edf5ff 59%); right: 7%; top: 0; }
.hero-visual img { position: absolute; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(16,24,40,.15)); }
.hero-sofa { width: 56%; right: 16%; top: 18%; }
.hero-headphones { width: 23%; left: 9%; top: 32%; transform: rotate(-4deg); }
.hero-watch { width: 18%; left: 34%; bottom: 6%; }
.hero-phone { width: 19%; left: 12%; bottom: 6%; }
.hero-bag { width: 26%; right: 22%; bottom: 1%; }
.hero-plant { width: 23%; right: 1%; bottom: 2%; }

.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.service-card { min-height: 92px; display: flex; gap: 14px; align-items: center; padding: 20px 22px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-card); }
.service-icon, .trust-icon { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #eef5ff; color: var(--brand-primary); }
.service-card h3 { margin: 0 0 2px; font-size: .96rem; }
.service-card p { margin: 0; color: var(--text-muted); font-size: .8rem; }

.section-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.section-heading h2 { margin: 0; font-size: 1.28rem; letter-spacing: -.02em; }
.section-heading a { color: var(--brand-primary); font-size: .82rem; font-weight: 700; }
.category-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 14px; }
.category-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; text-align: center; transition: .2s ease; box-shadow: 0 2px 8px rgba(16,24,40,.03); }
.category-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); border-color: #cad7eb; }
.category-image-wrap { aspect-ratio: 1.25; background: linear-gradient(180deg, #f9fbff, #f3f6fb); display: grid; place-items: center; padding: 10px; }
.category-image-wrap img { max-height: 90%; }
.category-card span { display: block; padding: 10px 8px 12px; font-size: .78rem; font-weight: 650; }

.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.product-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 2px 8px rgba(16,24,40,.03); transition: .2s ease; }
.product-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); }
.product-image-wrap { aspect-ratio: 1.14; background: linear-gradient(180deg, #fbfcfe, #f6f8fb); position: relative; display: grid; place-items: center; padding: 18px; }
.product-image-wrap img { width: 88%; height: 88%; object-fit: contain; }
.product-badge { position: absolute; top: 10px; left: 10px; color: white; border-radius: 999px; padding: 4px 8px; font-size: .66rem; font-weight: 800; z-index: 1; }
.product-badge.green { background: var(--success); }.product-badge.red { background: var(--danger); }.product-badge.amber { background: var(--warning); }
.wish-button { position: absolute; top: 8px; right: 8px; width: 32px; height: 32px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); color: #667085; font-size: 1.1rem; }
.product-body { padding: 13px 14px 16px; }
.product-body h3 { font-size: .86rem; margin: 0 0 3px; line-height: 1.25; }
.product-body p { color: var(--text-muted); margin: 0 0 8px; font-size: .74rem; min-height: 1.1em; }
.price-row { display: flex; gap: 8px; align-items: baseline; }
.price-row strong { color: #0c2d66; font-size: .92rem; }
.price-row del { color: #98a2b3; font-size: .72rem; }
.carousel-dots { display: flex; justify-content: center; gap: 6px; padding-top: 14px; }
.carousel-dots span { width: 7px; height: 7px; border-radius: 50%; background: #cfd6e4; }.carousel-dots span.active { background: var(--brand-primary); }

.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promo-card { min-height: 168px; border-radius: var(--radius-md); padding: 24px; display: grid; grid-template-columns: 1fr 42%; align-items: center; overflow: hidden; }
.promo-card.warm { background: linear-gradient(135deg, #fff1e8, #f7dccb); }.promo-card.cool { background: linear-gradient(135deg, #edf5ff, #d6e6ff); }.promo-card.neutral { background: linear-gradient(135deg, #f4f1ee, #e9e6e1); }
.promo-card h2 { margin: 0; font-size: 1.25rem; }.promo-card p { margin: 2px 0 16px; font-size: 1rem; }.promo-card a { font-size: .8rem; font-weight: 800; color: #0c4ca8; }
.promo-card img { width: 100%; height: 125px; object-fit: contain; align-self: end; }

.trust-strip { margin-top: 18px; background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-grid { min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 12px; justify-content: center; }
.trust-item strong, .trust-item span { display: block; }.trust-item strong { font-size: .84rem; }.trust-item span { font-size: .73rem; color: var(--text-muted); }

.about-slice { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 60px; padding-bottom: 60px; align-items: center; }
.about-slice h2 { margin: 0; font-size: 2rem; letter-spacing: -.035em; }.about-slice p { margin: 0; color: var(--text-muted); }
.footer { background: #081b36; color: #e7eef9; padding-top: 52px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 54px; }
.footer-brand .brand-domain { color: #dce8ff; }.footer p { max-width: 460px; color: #b8c5d9; }.footer h3 { margin-top: 0; font-size: .9rem; color: white; }.footer a { display: block; margin: 10px 0; color: #b8c5d9; font-size: .82rem; }.footer a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-block: 18px; color: #91a2ba; font-size: .78rem; }


/* Batch 2 — frozen design extensions */
.action-as-button { appearance: none; border: 0; background: transparent; color: inherit; padding: 0; }
.secondary-badge { background: #344054; }
.rating-row { margin: 5px 0 8px; color: var(--warning); font-size: .72rem; }
.rating-row small { color: var(--text-muted); }
.wish-button.active, .detail-wishlist.active { color: var(--danger); }
.categories-page-grid .category-card small { display:block; color: var(--text-muted); font-size:.7rem; padding: 0 8px 12px; margin-top:-7px; }
.content-main, .catalog-page, .product-page { padding: 24px 0 58px; min-height: 62vh; }
.breadcrumbs { display:flex; gap:8px; align-items:center; flex-wrap:wrap; color:var(--text-muted); font-size:.76rem; padding: 4px 0 20px; }
.breadcrumbs a:hover { color:var(--brand-primary); }
.page-heading, .catalog-title-row { margin-bottom:24px; }
.page-heading h1, .catalog-title-row h1 { margin:0; font-size:clamp(2rem,3vw,3rem); letter-spacing:-.04em; }
.page-heading > p:not(.eyebrow), .catalog-title-row p { color:var(--text-muted); max-width:720px; }
.compact-heading { margin-bottom:18px; }
.catalog-title-row { display:flex; justify-content:space-between; gap:24px; align-items:end; }
.catalog-shell { display:grid; grid-template-columns:220px minmax(0,1fr); gap:28px; align-items:start; }
.catalog-sidebar { position:sticky; top:184px; background:#fff; border:1px solid var(--border); border-radius:var(--radius-md); overflow:hidden; }
.filter-head { display:flex; justify-content:space-between; padding:16px; border-bottom:1px solid var(--border); }
.text-button { border:0; background:transparent; color:var(--brand-primary); font-size:.76rem; padding:0; }
.filter-group { margin:0; border:0; border-bottom:1px solid var(--border); padding:16px; }
.filter-group:last-child { border-bottom:0; }
.filter-group legend { font-weight:750; font-size:.84rem; padding:0 0 9px; }
.filter-group label { display:flex; align-items:center; gap:8px; min-height:30px; color:#475467; font-size:.78rem; }
.filter-group label span { flex:1; }.filter-group label small { color:#98a2b3; }
.range-label { display:block !important; }.range-label > span { display:block; margin-bottom:10px; }.range-label input { width:100%; accent-color:var(--brand-primary); }
.catalog-toolbar { min-height:48px; display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:14px; }
.catalog-toolbar p { margin:0; color:var(--text-muted); font-size:.82rem; }.catalog-toolbar label { display:flex; align-items:center; gap:8px; font-size:.78rem; }
.catalog-toolbar select { border:1px solid var(--border); border-radius:var(--radius-sm); background:#fff; padding:9px 32px 9px 10px; }
.catalog-product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.filter-mobile-button { display:none; }
.pagination { display:flex; justify-content:center; gap:6px; margin-top:24px; }
.pagination button { width:38px; height:38px; border:1px solid var(--border); background:#fff; border-radius:8px; }
.pagination button.active { background:var(--brand-primary); color:#fff; border-color:var(--brand-primary); }
.empty-state { padding:64px 24px; text-align:center; background:#fff; border:1px dashed #ccd4e0; border-radius:var(--radius-md); }
.empty-state h2 { margin:0 0 8px; }.empty-state p { margin:0 0 20px; color:var(--text-muted); }

.product-detail-grid { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(390px,.9fr); gap:52px; background:#fff; border:1px solid var(--border); border-radius:var(--radius-lg); padding:24px; box-shadow:var(--shadow-card); }
.product-gallery { display:grid; grid-template-columns:74px 1fr; gap:14px; min-width:0; }
.gallery-thumbs { display:grid; gap:10px; align-content:start; }.gallery-thumb { border:1px solid var(--border); background:#f8fafc; border-radius:10px; padding:6px; aspect-ratio:1; }.gallery-thumb.active { border-color:var(--brand-primary); }.gallery-thumb img { width:100%; height:100%; object-fit:contain; }
.gallery-main { min-height:520px; border-radius:var(--radius-md); background:linear-gradient(180deg,#fafcff,#f3f6fb); display:grid; place-items:center; padding:42px; }.gallery-main img { width:78%; height:78%; object-fit:contain; filter:drop-shadow(0 18px 26px rgba(16,24,40,.12)); }
.product-info { padding:12px 10px 12px 0; }.product-brand { color:var(--brand-primary); font-weight:750; font-size:.78rem; margin:0 0 5px; }.product-info h1 { margin:0; font-size:clamp(1.8rem,3vw,2.8rem); letter-spacing:-.04em; }.product-subtitle { color:var(--text-muted); margin:4px 0 12px; }
.detail-rating { display:flex; gap:8px; align-items:center; flex-wrap:wrap; font-size:.78rem; }.detail-rating > span { color:var(--warning); letter-spacing:1px; }.detail-rating small { color:var(--text-muted); }.detail-rating b { color:var(--success); margin-left:auto; }
.detail-price { display:flex; align-items:center; gap:10px; margin:18px 0; }.detail-price strong { font-size:1.45rem; color:#0c2d66; }.detail-price del { color:#98a2b3; }.detail-price span { background:#e8f8f0; color:#087a47; border-radius:6px; font-size:.72rem; font-weight:800; padding:4px 7px; }
.product-description { color:var(--text-muted); font-size:.9rem; }
.option-group { margin-top:18px; }.option-group > span, .quantity-row > span { display:block; font-weight:700; font-size:.8rem; margin-bottom:8px; }.choice-row { display:flex; gap:8px; flex-wrap:wrap; }.choice { border:1px solid var(--border); border-radius:8px; background:#fff; padding:8px 11px; font-size:.76rem; }.choice.selected { border-color:var(--brand-primary); box-shadow:0 0 0 1px var(--brand-primary); color:var(--brand-primary); }
.quantity-row { margin-top:18px; }.qty-control { display:inline-grid; grid-template-columns:36px 48px 36px; border:1px solid var(--border); border-radius:8px; overflow:hidden; }.qty-control button { border:0; background:#f8fafc; }.qty-control input { width:100%; border:0; text-align:center; outline:0; }
.detail-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:22px; }.detail-wishlist { margin-top:10px; border:0; background:transparent; padding:8px 0; font-weight:650; color:#475467; }.delivery-strip { display:flex; gap:18px; flex-wrap:wrap; border-top:1px solid var(--border); margin-top:18px; padding-top:16px; color:var(--text-muted); font-size:.74rem; }
.product-specs { background:#fff; border:1px solid var(--border); border-radius:var(--radius-md); padding:24px; margin-top:22px; }.product-specs h2 { margin:0 0 16px; }.spec-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }.spec-grid > div { background:var(--surface-muted); border-radius:9px; padding:12px; }.spec-grid span,.spec-grid strong { display:block; }.spec-grid span { color:var(--text-muted); font-size:.72rem; }.spec-grid strong { font-size:.84rem; margin-top:2px; }
.related-products .product-grid { grid-template-columns:repeat(4,1fr); }

.cart-layout, .checkout-layout { display:grid; grid-template-columns:minmax(0,1fr) 360px; gap:28px; align-items:start; }
.cart-lines, .checkout-form, .order-summary { background:#fff; border:1px solid var(--border); border-radius:var(--radius-md); box-shadow:0 2px 8px rgba(16,24,40,.03); }
.cart-line { display:grid; grid-template-columns:92px minmax(0,1fr) auto auto; gap:16px; align-items:center; padding:18px; border-bottom:1px solid var(--border); }.cart-line:last-child { border-bottom:0; }.cart-line-image { width:92px; height:92px; background:#f6f8fb; border-radius:10px; display:grid; place-items:center; padding:10px; }.cart-line-image img { max-height:82px; }.cart-line h3 { margin:0 0 4px; font-size:.9rem; }.cart-line p { margin:0; color:var(--text-muted); font-size:.74rem; }.cart-line-price { text-align:right; }.remove-line { border:0; background:transparent; color:var(--danger); font-size:.72rem; margin-top:6px; }
.order-summary { padding:20px; position:sticky; top:184px; }.order-summary h2 { margin:0 0 18px; font-size:1.05rem; }.summary-row { display:flex; justify-content:space-between; gap:14px; padding:8px 0; font-size:.82rem; }.summary-row.muted { color:var(--text-muted); }.summary-total { border-top:1px solid var(--border); margin-top:6px; padding-top:14px; font-size:1rem; }.checkout-button { width:100%; margin-top:14px; }.summary-note { color:var(--text-muted); font-size:.68rem; line-height:1.5; }
.checkout-form { padding:24px; }.checkout-form h2 { margin-top:0; }.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:20px; }.form-grid label, .contact-form label { display:grid; gap:6px; font-size:.78rem; font-weight:650; }.form-grid .full { grid-column:1/-1; }.form-grid input,.form-grid select,.form-grid textarea,.contact-form input,.contact-form textarea { width:100%; border:1px solid var(--border); border-radius:8px; padding:11px 12px; background:#fff; }.notice-box { background:#f2f7ff; border:1px solid #dce9ff; border-radius:10px; padding:14px; margin:0 0 18px; }.notice-box p { color:var(--text-muted); font-size:.78rem; margin:4px 0 0; }.checkout-mini-item { display:grid; grid-template-columns:46px 1fr auto; gap:10px; align-items:center; padding:9px 0; border-bottom:1px solid var(--border); }.checkout-mini-item img { width:46px;height:46px;object-fit:contain;background:#f6f8fb;border-radius:7px;padding:5px; }.checkout-mini-item span { font-size:.75rem; }.checkout-mini-item strong { font-size:.76rem; }
.narrow-content { max-width:980px; }.prose-card { background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:30px; }.prose-card p { color:var(--text-muted);font-size:1rem;line-height:1.8; }.highlight-grid { display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px; }.highlight-grid div { background:var(--surface-muted);padding:14px;border-radius:9px;font-weight:650; }
.contact-layout { display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px; }.contact-cards { display:grid;gap:12px;align-content:start; }.contact-cards article { background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:18px; }.contact-cards strong,.contact-cards span { display:block; }.contact-cards span { color:var(--text-muted);font-size:.82rem;margin-top:3px; }.contact-form { background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:24px;display:grid;gap:14px; }
.error-state { margin:40px auto;max-width:720px; }.error-code { font-size:5rem;font-weight:900;color:#dbe8fb;line-height:1; }
.toast-region { position:fixed;right:20px;bottom:20px;z-index:100;display:grid;gap:8px;max-width:min(360px,calc(100vw - 40px)); }.toast { background:#101828;color:#fff;padding:12px 16px;border-radius:10px;box-shadow:0 12px 32px rgba(16,24,40,.22);font-size:.8rem;animation:toast-in .2s ease; }.toast.success { background:#087a47; }.toast.warn { background:#8b4b00; } @keyframes toast-in { from { transform:translateY(8px);opacity:0; } }

.mini-cart-button { width:100%; margin-top:10px; border:1px solid var(--border); background:#fff; color:var(--brand-primary); border-radius:7px; min-height:34px; font-size:.72rem; font-weight:700; }
.mini-cart-button:hover { border-color:var(--brand-primary); background:#f5f9ff; }

/* Secure checkout status keeps backend feedback within the frozen checkout layout. */
.checkout-submit-status{min-height:20px;margin:10px 0;color:var(--text-muted);font-size:13px}.checkout-form button:disabled{opacity:.65;cursor:wait}

/* Production v3.2 checkout allocation controls */
.payment-allocation-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(120px, .8fr) minmax(0, 1fr) auto;
  gap: var(--space-3);
  align-items: end;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--border-soft);
}
.payment-allocation-row > label { margin: 0; }
.payment-allocation-row [data-voucher-code-wrap][hidden] { display: none; }
@media (max-width: 760px) {
  .payment-allocation-row { grid-template-columns: 1fr; }
}

/* Production Batch B — internal review visibility/control */
.internal-review-bar { position: relative; z-index: 80; background: #fff7d6; border-bottom: 1px solid #f1d57a; color: #4b3b00; }
.internal-review-inner { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.internal-review-inner > div { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.internal-review-inner strong { font-size: .8rem; letter-spacing: .02em; }
.internal-review-inner span { font-size: .75rem; color: #6c590d; }
.internal-review-inner form { margin: 0; }
.internal-review-exit { border: 1px solid #c8a83b; border-radius: 8px; background: #fff; color: #4b3b00; min-height: 32px; padding: 0 12px; font-size: .74rem; font-weight: 800; }
.internal-review-exit:hover { background: #fffdf4; border-color: #9c7f22; }
@media(max-width:640px){.internal-review-inner{align-items:flex-start;flex-direction:column;padding-block:9px;gap:8px}.internal-review-inner>div{display:grid;gap:1px}.internal-review-exit{width:100%}}
