:root {
  --paper: #fafaf7;
  --ink: #171717;
  --muted: #66665f;
  --line: #d8d8d0;
  --lime: #ddfb68;
  --lavender: #e7e2ff;
  --green: #e5edde;
  --peach: #f4dfd6;
  --blue: #dceaf0;
  --sand: #f1e9cf;
  --fog: #e4e2ea;
  --white: #fff;
  --danger: #a52b23;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #6d52d8; outline-offset: 3px; }
.shell { width: min(calc(100% - 96px), 1440px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 12px 18px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }

.announcement { min-height: 38px; display: grid; place-items: center; padding: 8px 20px; background: var(--lime); text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(250,250,247,.97); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; text-decoration: none; line-height: 1; }
.wordmark strong { font-size: 28px; font-weight: 900; letter-spacing: -.075em; }
.wordmark strong span { color: #7a5cff; }
.wordmark small { margin-top: 5px; font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.desktop-nav { display: flex; justify-content: center; gap: 30px; }
.desktop-nav a { text-decoration: none; font-size: 13px; font-weight: 800; }
.desktop-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 50%; background: transparent; text-decoration: none; }
.icon-button:hover { border-color: var(--ink); }
.icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cart-count { position: absolute; right: -1px; top: 0; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 20px; background: var(--ink); color: white; font-size: 10px; font-weight: 800; line-height: 18px; text-align: center; }
.menu-button { display: none; }
.mobile-panel { display: none; }

.hero { display: grid; grid-template-columns: 43% 57%; min-height: 650px; border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px max(48px, calc((100vw - 1440px) / 2)); padding-right: 60px; background: var(--paper); }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 630px; margin: 0; font-size: clamp(52px, 5.4vw, 78px); font-weight: 900; letter-spacing: -.065em; line-height: .96; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; margin: 26px 0 0; color: var(--muted); font-size: 17px; }
.button { display: inline-flex; width: fit-content; min-height: 52px; align-items: center; justify-content: center; gap: 22px; margin-top: 30px; padding: 0 24px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-weight: 800; text-decoration: none; }
.button:hover { background: var(--lime); color: var(--ink); }
.button.light { background: white; color: var(--ink); }
.button.light:hover { background: var(--lime); }
.button[disabled] { cursor: not-allowed; opacity: .45; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 34px; font-size: 12px; font-weight: 700; }
.hero-note:before { content: ""; width: 34px; height: 20px; background: repeating-linear-gradient(90deg,var(--ink) 0 2px,transparent 2px 6px); clip-path: polygon(0 40%,12% 20%,24% 50%,36% 5%,48% 70%,60% 25%,72% 80%,84% 30%,100% 50%,100% 60%,84% 40%,72% 90%,60% 35%,48% 80%,36% 15%,24% 60%,12% 30%,0 50%); }
.hero-stage { position: relative; min-width: 0; overflow: hidden; background: var(--lavender); isolation: isolate; }
.stage-meta { position: absolute; z-index: 3; top: 30px; right: 34px; left: 34px; display: flex; justify-content: space-between; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-orbit { position: absolute; width: 520px; height: 520px; left: 50%; top: 50%; border: 1px solid rgba(23,23,23,.26); border-radius: 50%; transform: translate(-50%,-50%); }
.hero-orbit:after { content: ""; position: absolute; inset: 70px; border: 1px solid rgba(23,23,23,.18); border-radius: 50%; }
.stage-word { position: absolute; left: 50%; top: 47%; z-index: -1; transform: translate(-50%,-50%); color: rgba(23,23,23,.07); font-size: 14vw; font-weight: 900; letter-spacing: -.08em; }
.hero-product { position: absolute; inset: 80px 50px 92px; display: grid; place-items: center; }
.hero-product img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 25px 22px rgba(23,23,23,.16)); }
.hero-caption { position: absolute; z-index: 3; right: 32px; bottom: 28px; left: 32px; display: flex; justify-content: space-between; gap: 18px; align-items: end; padding-top: 18px; border-top: 1px solid rgba(23,23,23,.35); text-decoration: none; }
.hero-caption small, .card-vendor { display: block; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-caption strong { display: block; max-width: 440px; margin-top: 3px; font-size: 15px; }
.hero-caption > span:last-child { white-space: nowrap; font-weight: 900; }

.section { padding-block: 96px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.section-heading h2, .page-hero h1 { margin: 0; font-size: clamp(36px,4vw,58px); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.text-link { font-size: 13px; font-weight: 800; text-underline-offset: 5px; }
.category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.category-card { overflow: hidden; border: 1px solid rgba(23,23,23,.2); border-radius: var(--radius); background: var(--tile, var(--lavender)); text-decoration: none; }
.category-card:hover .category-image img { transform: scale(1.04) rotate(-1deg); }
.category-image { aspect-ratio: 1/1.08; padding: 18px; display: grid; place-items: center; }
.category-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.category-label { display: flex; justify-content: space-between; gap: 10px; padding: 14px 16px 16px; border-top: 1px solid rgba(23,23,23,.2); font-size: 13px; font-weight: 900; }
.product-strip { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.product-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; text-decoration: none; }
.product-card:hover { border-color: var(--ink); }
.product-image { aspect-ratio: 1/1; display: grid; place-items: center; overflow: hidden; padding: 20px; background: var(--stage, var(--paper)); }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.availability { position: absolute; top: 14px; left: 14px; padding: 5px 9px; border-radius: 99px; background: rgba(255,255,255,.88); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-info { display: flex; flex: 1; flex-direction: column; padding: 17px; }
.product-title { min-height: 44px; margin: 7px 0 18px; font-size: 15px; font-weight: 800; line-height: 1.35; }
.product-price { display: flex; align-items: baseline; gap: 8px; margin-top: auto; font-size: 17px; font-weight: 900; }
.product-price s { color: var(--muted); font-size: 12px; font-weight: 500; }
.feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; background: var(--green); }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px max(48px,calc((100vw - 1440px)/2)); padding-right: 80px; }
.feature-copy h2 { max-width: 620px; margin: 0; font-size: clamp(45px,5vw,70px); font-weight: 900; letter-spacing: -.06em; line-height: .95; }
.feature-copy p { max-width: 540px; color: var(--muted); }
.feature-media { min-height: 520px; display: grid; place-items: center; padding: 70px; overflow: hidden; }
.feature-media img { width: 100%; height: 100%; max-height: 470px; object-fit: contain; mix-blend-mode: multiply; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-grid h2 { margin: 0; font-size: clamp(42px,5vw,68px); font-weight: 900; letter-spacing: -.06em; line-height: .96; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary:after { content: "+"; font-size: 20px; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list p { margin: -6px 0 22px; color: var(--muted); }

.page-hero { padding: 70px 0 46px; }
.page-hero p { max-width: 720px; margin: 18px 0 0; color: var(--muted); }
.shop-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 40px; padding-bottom: 90px; }
.filters { align-self: start; position: sticky; top: 20px; }
.filter-title { margin: 0 0 14px; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.filter-list { display: grid; gap: 2px; margin-bottom: 30px; }
.filter-list a { padding: 7px 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.filter-list a.active, .filter-list a:hover { color: var(--ink); font-weight: 800; }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 22px; }
.shop-toolbar p { margin: 0; color: var(--muted); font-size: 13px; }
.select { min-height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 36px; }
.pagination button { min-width: 42px; min-height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; }
.pagination button.active { background: var(--ink); color: white; }
.empty-state { grid-column: 1/-1; padding: 70px 20px; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; }

.product-page { padding: 54px 0 96px; }
.breadcrumbs { margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-underline-offset: 3px; }
.product-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); gap: 70px; align-items: start; }
.gallery { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 14px; }
.thumbnails { display: grid; align-content: start; gap: 10px; }
.thumb { aspect-ratio: 1; padding: 8px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.thumb.active { border-color: var(--ink); }
.thumb img { width: 100%; height: 100%; object-fit: contain; }
.main-image { aspect-ratio: 1; display: grid; place-items: center; padding: 42px; border-radius: var(--radius); background: var(--lavender); overflow: hidden; }
.main-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-details { padding-top: 12px; }
.product-details h1 { margin: 12px 0 18px; font-size: clamp(36px,4vw,58px); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.product-details .product-price { margin: 0 0 22px; font-size: 25px; }
.product-description { color: var(--muted); }
.buy-row { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 12px; margin-top: 28px; }
.quantity-input { display: grid; grid-template-columns: 34px 1fr 34px; min-height: 54px; border: 1px solid var(--ink); border-radius: 999px; overflow: hidden; background: white; }
.quantity-input button, .quantity-input input { min-width: 0; border: 0; background: transparent; text-align: center; }
.buy-row .button { width: 100%; margin: 0; }
.buying-info { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.info-row { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.info-row span:first-child { color: var(--muted); }
.fitment-note { margin-top: 22px; padding: 16px 18px; border-radius: 16px; background: var(--sand); font-size: 13px; }

.content-card { max-width: 900px; margin: 0 auto 90px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.field textarea { min-height: 130px; resize: vertical; }

.cart-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 48px; padding-bottom: 90px; }
.cart-list { border-top: 1px solid var(--line); }
.cart-item { display: grid; grid-template-columns: 110px minmax(0,1fr) 110px 100px 40px; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 110px; height: 110px; object-fit: contain; padding: 8px; border-radius: 14px; background: white; }
.cart-item a { font-weight: 800; text-decoration: none; }
.cart-item small { color: var(--muted); }
.cart-summary { position: sticky; top: 24px; align-self: start; padding: 26px; border-radius: var(--radius); background: var(--lavender); }
.cart-summary h2 { margin-top: 0; }
.summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgba(23,23,23,.18); }
.remove-button { width: 38px; height: 38px; border: 0; background: transparent; color: var(--danger); font-size: 20px; }

.checkout-page { padding-bottom: 90px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 48px; align-items: start; }
.checkout-form { min-width: 0; }
.checkout-card { max-width: none; margin: 0 0 20px; }
.checkout-card h2 { margin: 0 0 24px; font-size: 28px; }
.checkout-card textarea { min-height: 100px; }
.checkout-summary { top: 24px; }
.checkout-summary > p { color: var(--muted); font-size: 13px; }
.checkout-line { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(23,23,23,.16); font-size: 13px; }
.checkout-line img { width: 58px; height: 58px; padding: 5px; border-radius: 10px; background: white; object-fit: contain; }
.checkout-line span { min-width: 0; }
.checkout-line span strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.checkout-line small { display: block; margin-top: 3px; color: var(--muted); }
.payment-option { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 2px solid var(--ink); border-radius: 16px; background: var(--green); }
.payment-option input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--ink); }
.payment-option span { display: grid; gap: 5px; }
.payment-option small { color: var(--muted); }
.order-confirm { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; }
.order-confirm input { width: 18px; height: 18px; accent-color: var(--ink); }
.place-order-button { width: 100%; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.success-card { max-width: 760px; margin: 80px auto; padding: 56px; border-radius: var(--radius); background: var(--lavender); text-align: center; }
.success-card h1 { margin: 0 0 20px; font-size: clamp(42px,6vw,70px); letter-spacing: -.06em; line-height: .95; }
.success-card > p { color: var(--muted); }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 26px; border-radius: 50%; background: var(--lime); font-size: 32px; font-weight: 900; }
.success-summary { max-width: 480px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 30px auto 0; border-top: 1px solid rgba(23,23,23,.18); text-align: left; }
.success-summary span, .success-summary strong { padding: 12px 0; border-bottom: 1px solid rgba(23,23,23,.18); }
.success-summary span { color: var(--muted); }
.success-summary strong { text-align: right; }
.form-error, .admin-notice { margin: 0 0 20px; padding: 13px 15px; border-radius: 12px; background: #fde7e4; color: var(--danger); font-size: 14px; }
.empty-state.compact { padding: 24px 12px; }

.admin-body { min-height: 100vh; background: #efeee8; }
.admin-login { width: min(calc(100% - 40px),460px); margin: 8vh auto; }
.admin-login > .wordmark { margin: 0 auto 28px; align-items: center; }
.admin-login-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 24px 60px rgba(23,23,23,.08); }
.admin-login-card h1 { margin: 0 0 28px; font-size: 48px; letter-spacing: -.055em; }
.admin-login-card .field { margin-bottom: 16px; }
.admin-login-card .button { width: 100%; }
.admin-header { min-height: 76px; display: flex; justify-content: space-between; align-items: center; padding: 14px max(24px,calc((100vw - 1320px)/2)); border-bottom: 1px solid var(--line); background: white; }
.admin-link { border: 0; background: transparent; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.admin-nav { display: flex; align-items: center; gap: 6px; padding: 4px; border-radius: 999px; background: var(--paper); }
.admin-nav a { padding: 9px 14px; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 800; text-decoration: none; }
.admin-nav a:hover, .admin-nav a.active { background: var(--ink); color: white; }
.admin-shell { width: min(calc(100% - 48px),1320px); margin: 0 auto; padding: 56px 0 90px; }
.admin-title { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 32px; }
.admin-title h1 { margin: 0; font-size: 62px; letter-spacing: -.06em; line-height: 1; }
.admin-title p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.admin-search { display: flex; gap: 10px; align-items: end; }
.admin-search .field { min-width: 290px; }
.admin-search .field span { font-size: 12px; font-weight: 900; text-transform: uppercase; }
.admin-search .button { min-height: 50px; margin: 0; }
.admin-notice { background: var(--green); color: var(--ink); }
.orders-list { display: grid; gap: 18px; }
.order-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.order-card-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.order-card-head h2 { margin: 8px 0 2px; font-size: 24px; }
.order-card-head p { margin: 0; color: var(--muted); font-size: 12px; }
.order-card-head > strong { font-size: 24px; }
.status-pill { display: inline-flex; padding: 5px 9px; border-radius: 99px; background: var(--sand); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.status-delivered { background: var(--green); }
.status-cancelled { background: #fde7e4; }
.status-shipped { background: var(--blue); }
.order-columns { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; padding-top: 20px; }
.order-columns h3 { margin-top: 0; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.order-columns p { color: var(--muted); font-size: 14px; }
.admin-items { margin: 0; padding: 0; list-style: none; }
.admin-items li { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.status-form { display: flex; gap: 10px; margin-top: 20px; }
.status-form select { flex: 1; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.status-form button { min-height: 44px; padding: 0 16px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-weight: 800; }
.admin-title-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px; }
.admin-title-actions .button, .admin-title-actions .text-link { margin: 0; }
.button-secondary { background: white; color: var(--ink); }
.button-small { min-height: 42px; margin: 0; padding-inline: 18px; }
.product-search { justify-content: flex-end; margin: -14px 0 22px; }
.product-admin-list { display: grid; gap: 10px; }
.product-admin-row { display: grid; grid-template-columns: 82px minmax(0,1fr) 150px auto; gap: 18px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.product-admin-thumb { width: 82px; height: 82px; display: grid; place-items: center; overflow: hidden; border-radius: 13px; background: var(--lavender); color: var(--muted); font-size: 10px; text-align: center; }
.product-admin-thumb img { width: 100%; height: 100%; padding: 7px; object-fit: contain; mix-blend-mode: multiply; }
.product-admin-main { min-width: 0; }
.product-admin-main h2 { margin: 7px 0 4px; overflow: hidden; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.product-admin-main p { margin: 0; overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.product-admin-price { display: grid; gap: 4px; text-align: right; }
.product-admin-price strong { font-size: 18px; }
.product-admin-price span { color: var(--muted); font-size: 12px; }
.admin-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 28px; }
.admin-pagination a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 12px; font-weight: 800; text-decoration: none; }
.admin-pagination a.active { border-color: var(--ink); background: var(--ink); color: white; }
.product-editor { max-width: 1040px; }
.product-form { display: grid; gap: 18px; }
.product-form-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.product-form-card h2 { margin: 0 0 22px; font-size: 24px; }
.product-form .field > span { font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.product-form .field small { color: var(--muted); font-size: 11px; }
.product-form .file-input { padding-block: 9px; background: var(--paper); }
.availability-toggle { display: flex; align-items: center; gap: 13px; align-self: end; min-height: 76px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--green); cursor: pointer; }
.availability-toggle input { width: 20px; height: 20px; flex: 0 0 auto; accent-color: var(--ink); }
.availability-toggle span { display: grid; gap: 3px; }
.availability-toggle small { color: var(--muted); }
.product-image-preview { grid-column: 1/-1; display: flex; align-items: center; gap: 14px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--muted); font-size: 12px; }
.product-image-preview img { width: 88px; height: 88px; padding: 7px; border-radius: 10px; background: white; object-fit: contain; }
.product-form-actions { position: sticky; bottom: 12px; z-index: 5; display: flex; justify-content: flex-end; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 12px 34px rgba(23,23,23,.12); backdrop-filter: blur(12px); }
.product-form-actions .button { margin: 0; }

.site-footer { padding: 64px 0 30px; border-top: 1px solid var(--line); background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; }
.footer-grid .wordmark { margin-bottom: 20px; }
.footer-grid p { max-width: 380px; color: #b7b7b0; font-size: 13px; }
.footer-grid h3 { margin: 0 0 14px; font-size: 13px; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 9px 0; }
.footer-grid li a { color: #b7b7b0; font-size: 13px; text-decoration: none; }
.footer-grid li a:hover { color: white; text-decoration: underline; }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid #3c3c38; color: #9b9b94; font-size: 11px; }

@media (max-width: 1100px) {
  .shell { width: min(calc(100% - 48px),1440px); }
  .desktop-nav { gap: 16px; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 24px; padding-right: 34px; }
  .category-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .announcement { min-height: 34px; font-size: 10px; }
  .header-inner { min-height: 66px; grid-template-columns: 44px 1fr auto; gap: 8px; }
  .wordmark { justify-self: center; }
  .wordmark strong { font-size: 23px; }
  .wordmark small { font-size: 7px; }
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .header-actions .search-link { display: none; }
  .mobile-panel { position: fixed; inset: 100px 0 0; z-index: 25; display: none; padding: 24px 20px; background: var(--paper); }
  .mobile-panel.open { display: block; }
  .mobile-panel nav { display: grid; }
  .mobile-panel a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 22px; font-weight: 900; text-decoration: none; }
  .hero { display: flex; flex-direction: column-reverse; min-height: 0; }
  .hero-stage { min-height: 455px; }
  .hero-product { inset: 66px 22px 80px; }
  .stage-meta { top: 20px; right: 20px; left: 20px; }
  .stage-word { font-size: 28vw; }
  .hero-caption { right: 20px; bottom: 20px; left: 20px; }
  .hero-caption strong { font-size: 12px; }
  .hero-copy { padding: 44px 20px 52px; }
  .hero h1 { font-size: 46px; }
  .hero-copy > p:not(.eyebrow) { margin-top: 18px; font-size: 15px; }
  .section { padding-block: 58px; }
  .section-heading { align-items: start; }
  .section-heading h2, .page-hero h1 { font-size: 39px; }
  .text-link { display: none; }
  .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .category-label { padding: 11px 12px 13px; font-size: 11px; }
  .product-strip, .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .product-image { padding: 12px; }
  .product-info { padding: 12px; }
  .product-title { min-height: 49px; margin-bottom: 12px; font-size: 12px; }
  .product-price { display: block; font-size: 15px; }
  .product-price s { display: block; }
  .feature { grid-template-columns: 1fr; }
  .feature-media { grid-row: 1; min-height: 390px; padding: 38px; }
  .feature-copy { padding: 48px 20px 58px; }
  .feature-copy h2 { font-size: 46px; }
  .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .page-hero { padding: 44px 0 30px; }
  .shop-layout { grid-template-columns: 1fr; gap: 16px; padding-bottom: 60px; }
  .filters { position: static; overflow-x: auto; margin-inline: -20px; padding: 0 20px 8px; }
  .filters .filter-title, .filters .brand-filter { display: none; }
  .filter-list { display: flex; width: max-content; gap: 8px; margin: 0; }
  .filter-list a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; white-space: nowrap; }
  .shop-toolbar { margin-top: 6px; }
  .product-layout { grid-template-columns: 1fr; gap: 34px; }
  .gallery { grid-template-columns: 1fr; }
  .main-image { grid-row: 1; padding: 26px; }
  .thumbnails { grid-template-columns: repeat(5,1fr); grid-row: 2; }
  .product-details h1 { font-size: 38px; }
  .buy-row { grid-template-columns: 100px minmax(0,1fr); }
  .cart-layout { grid-template-columns: 1fr; gap: 28px; }
  .cart-item { grid-template-columns: 76px minmax(0,1fr) 88px 34px; gap: 10px; }
  .cart-item img { width: 76px; height: 76px; }
  .cart-item .line-total { display: none; }
  .cart-summary { position: static; }
  .checkout-layout { grid-template-columns: 1fr; gap: 24px; }
  .checkout-summary { grid-row: 1; }
  .success-card { margin: 36px auto; padding: 34px 22px; }
  .admin-shell { width: calc(100% - 32px); padding-top: 34px; }
  .admin-header { flex-wrap: wrap; gap: 10px; padding-inline: 16px; }
  .admin-header .wordmark { order: 1; justify-self: auto; }
  .admin-header form { order: 2; }
  .admin-nav { order: 3; width: 100%; overflow-x: auto; border-radius: 12px; }
  .admin-nav a { flex: 1 0 auto; text-align: center; }
  .admin-title { display: grid; align-items: stretch; }
  .admin-title h1 { font-size: 48px; }
  .admin-title-actions { justify-content: flex-start; }
  .admin-search { display: grid; }
  .admin-search .field { min-width: 0; }
  .product-search { margin-top: 0; }
  .order-card { padding: 20px; }
  .order-card-head > strong { font-size: 18px; }
  .order-columns { grid-template-columns: 1fr; gap: 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .content-card { padding: 22px; }
  .product-admin-row { grid-template-columns: 68px minmax(0,1fr) auto; gap: 12px; }
  .product-admin-thumb { width: 68px; height: 68px; }
  .product-admin-price { grid-column: 2; text-align: left; }
  .product-admin-row .button-small { grid-column: 3; grid-row: 1/3; }
  .product-form-card { padding: 20px; }
  .product-image-preview { grid-column: auto; }
  .product-form-actions { border-radius: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-brand { grid-column: 1/-1; }
}

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

/* Agrawal Hub apparel adaptation */
.wordmark strong span { margin-left: .08em; color: #7457ea; }
.hero-stage { background: linear-gradient(145deg, #eee9ff 0%, #ded8ff 100%); }
.hero-product img, .category-image img, .product-image img, .feature-media img, .main-image img { mix-blend-mode: multiply; }
.hero-product img { max-width: 84%; max-height: 96%; }
.category-image { aspect-ratio: .84 / 1; }
.category-image img { object-position: center top; }
.product-image { aspect-ratio: .84 / 1; }
.product-image img { object-position: center top; }
.feature-media img { max-height: 560px; object-position: center top; }
.main-image { background: #f3efe8; }
.main-image img { object-position: center top; }
.variant-picker { margin: 24px 0 4px; }
.variant-picker label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.variant-picker .select { width: 100%; min-height: 50px; border-radius: 14px; }
.page-gap { min-width: 28px; display: grid; place-items: center; color: var(--muted); }
.product-description { white-space: pre-line; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.search-suggestions a { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 13px; font-weight: 800; text-decoration: none; }
.search-suggestions a:hover { border-color: var(--ink); background: var(--lime); }
.product-card, .category-card { transform: translateY(0); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.product-card:hover, .category-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(23,23,23,.09); }
.hero-stage:after { content: ""; position: absolute; right: -120px; bottom: -160px; width: 410px; height: 410px; border: 1px solid rgba(23,23,23,.13); border-radius: 50%; }

@media (max-width: 760px) {
  .hero-product img { max-width: 90%; }
  .category-image, .product-image { aspect-ratio: .82 / 1; }
  .pagination { flex-wrap: wrap; }
  .product-card:hover, .category-card:hover { transform: none; box-shadow: none; }
}
