:root {
  --brand-accent: #76505f;
  --brand-accent-deep: #3e2431;
  --brand-accent-soft: #f1e7e9;
  --brand-accent-rgb: 118, 80, 95;
  --ink: #20171c;
  --muted: #756b70;
  --purple: var(--brand-accent);
  --purple-dark: var(--brand-accent-deep);
  --lavender: var(--brand-accent-soft);
  --gold: #b88d4b;
  --gold-soft: #f4ead8;
  --line: rgba(var(--brand-accent-rgb), .15);
  --paper: #fffdf9;
  --serif: "Iowan Old Style", Baskerville, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --signature: "Snell Roundhand", "Segoe Script", "URW Chancery L", cursive;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #f5f0ec; color: var(--ink); font-family: var(--sans); }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 82% 4%, rgba(var(--brand-accent-rgb), .12) 0, transparent 31rem), radial-gradient(circle at 10% 42%, rgba(205, 170, 112, .09), transparent 29rem), linear-gradient(180deg, #fffdfb 0, #f8f4f1 66%, #f3eeea 100%); }
a { color: inherit; }
button, input, select { font: inherit; }
.storefront-header { position: sticky; z-index: 100; top: 0; min-height: 82px; border-bottom: 1px solid rgba(var(--brand-accent-rgb), .1); background: rgba(255, 253, 250, .86); box-shadow: 0 10px 36px rgba(45, 26, 35, .045); backdrop-filter: blur(22px) saturate(1.18); }
.storefront-header::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; opacity: .45; background: linear-gradient(90deg, transparent, rgba(184,141,75,.65), rgba(var(--brand-accent-rgb),.45), transparent); content: ""; }
.storefront-header-inner { display: grid; width: min(1460px, calc(100% - 40px)); min-height: 82px; grid-template-columns: minmax(220px, 1fr) auto auto; align-items: center; gap: clamp(18px, 3vw, 38px); margin: 0 auto; }
.storefront-brand { display: flex; min-width: 0; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.storefront-brand-gem { position: relative; display: grid; width: 48px; height: 48px; flex: 0 0 auto; overflow: hidden; place-items: center; border: 1px solid rgba(177,104,123,.24); border-radius: 14px; color: var(--brand-accent); background: linear-gradient(145deg, #fff9fb, #f4dce2); box-shadow: 0 8px 24px rgba(151,81,99,.12), inset 0 0 0 4px rgba(255,255,255,.64); font-family: var(--serif); font-size: 25px; }
.storefront-brand-gem::after { position: absolute; inset: 3px; border: 1px solid rgba(255,255,255,.66); border-radius: inherit; content: ""; pointer-events: none; }
.storefront-brand-gem img { display: block; width: 100%; height: 100%; border-radius: 12px; object-fit: contain; }
.storefront-brand-copy { display: grid; min-width: 0; gap: 0; }
.storefront-brand-copy strong { overflow: hidden; font-family: var(--signature); font-size: clamp(24px, 2.3vw, 34px); font-weight: 600; letter-spacing: .01em; line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }
.storefront-brand-copy small { color: #8d7c83; font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.storefront-navigation { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); }
.storefront-navigation > a { position: relative; color: #62545b; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-decoration: none; }
.storefront-navigation > a:not(.storefront-cart-link)::after { position: absolute; right: 50%; bottom: -8px; left: 50%; height: 1px; background: var(--brand-accent); content: ""; transition: right .18s ease, left .18s ease; }
.storefront-navigation > a:not(.storefront-cart-link):hover::after { right: 0; left: 0; }
.storefront-powered { display: inline-grid; grid-template-columns: 25px auto 12px; align-items: center; gap: 8px; padding: 7px 9px; border: 1px solid rgba(var(--brand-accent-rgb), .13); border-radius: 999px; color: #65575e; background: rgba(255,255,255,.62); text-decoration: none; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.storefront-powered:hover { border-color: rgba(var(--brand-accent-rgb), .26); background: #fff; transform: translateY(-1px); }
.storefront-powered > img { width: 25px; height: 25px; border-radius: 8px; object-fit: contain; }
.storefront-powered > span { display: grid; }
.storefront-powered small { color: #9a8d93; font-size: 6px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.storefront-powered strong { color: #45353e; font-size: 9px; }
.storefront-powered i { color: var(--brand-accent); font-size: 9px; font-style: normal; }
.storefront-preview-banner { position: relative; z-index: 4; padding: 9px 18px; color: var(--brand-accent-deep); background: var(--brand-accent-soft); font-size: 10px; font-weight: 800; letter-spacing: .03em; text-align: center; }
.storefront-hero { position: relative; display: grid; width: min(1460px, calc(100% - 40px)); min-height: min(520px, calc(100vh - 180px)); grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); margin: 20px auto 28px; overflow: hidden; border: 1px solid rgba(var(--brand-accent-rgb), .15); border-radius: 36px; background: radial-gradient(circle at 14% 12%, rgba(255,255,255,.92), transparent 24%), radial-gradient(circle at 35% 92%, rgba(198,163,105,.13), transparent 30%), linear-gradient(135deg, rgba(255,253,250,.98), rgba(var(--brand-accent-rgb), .08)); box-shadow: 0 28px 76px rgba(53, 29, 42, .1); isolation: isolate; }
.storefront-hero::before { position: absolute; inset: 13px; z-index: 0; border: 1px solid rgba(var(--brand-accent-rgb), .1); border-radius: 29px; content: ""; pointer-events: none; }
.storefront-hero::after { position: absolute; top: 24px; bottom: 24px; left: 55%; width: 1px; opacity: .46; background: linear-gradient(180deg, transparent, rgba(184,141,75,.7), transparent); content: ""; pointer-events: none; }
.storefront-hero-copy { position: relative; z-index: 2; display: grid; align-content: center; justify-items: start; padding: clamp(36px, 4.2vw, 58px); text-align: left; }
.storefront-hero-logo { position: relative; z-index: 1; display: grid; min-height: 100%; grid-template-rows: auto auto; align-content: center; align-items: center; justify-items: center; gap: 18px; overflow: hidden; padding: 34px 42px 28px; background: radial-gradient(circle at 78% 18%, rgba(255,255,255,.9), transparent 32%), linear-gradient(145deg, #fffafb 0%, #fbe9ed 52%, #efc9d2 100%); }
.storefront-hero-logo::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(255,255,255,.46), transparent 44%, rgba(151,81,99,.1)); content: ""; }
.storefront-hero-logo::after { position: absolute; z-index: 3; inset: 26px; border: 1px solid rgba(255,255,255,.48); border-radius: 140px 140px 32px 32px; box-shadow: inset 0 0 0 8px rgba(255,255,255,.06); content: ""; pointer-events: none; }
.storefront-hero-logo-fill { position: absolute; inset: -30px; width: calc(100% + 60px); height: calc(100% + 60px); object-fit: cover; opacity: .11; filter: blur(24px) saturate(.72); mix-blend-mode: normal; transform: scale(1.08); }
.storefront-hero-logo-frame { position: relative; z-index: 2; width: min(100%, 340px); height: auto; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: clamp(24px, 4vw, 44px); background: rgba(255,255,255,.18); box-shadow: 0 24px 58px rgba(37,17,29,.18), inset 0 0 0 7px rgba(255,255,255,.1); backdrop-filter: blur(6px); }
.storefront-hero-logo-focus { display: block; width: 100%; height: 100%; border-radius: inherit; object-fit: contain; object-position: center; filter: saturate(1.04) contrast(1.02); }
.storefront-hero-visual-caption { position: relative; z-index: 4; display: grid; width: 100%; min-width: 0; align-self: end; justify-items: center; gap: 4px; color: white; text-align: center; text-shadow: 0 3px 22px rgba(106,48,68,.38), 0 1px 2px rgba(106,48,68,.3); }
.storefront-hero-visual-caption small { font-size: 9px; font-weight: 850; letter-spacing: .2em; line-height: 1.35; text-transform: uppercase; white-space: nowrap; }
.storefront-hero-visual-caption strong { max-width: 100%; overflow: hidden; font-family: var(--signature); font-size: clamp(25px, 3vw, 40px); font-weight: 600; line-height: 1.12; text-overflow: ellipsis; white-space: nowrap; }
.storefront-hero-monogram { display: grid; place-content: center; justify-items: center; gap: 12px; color: white; background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.2), transparent 20%), linear-gradient(145deg, var(--brand-accent), var(--brand-accent-deep)); }
.storefront-hero-monogram > span { font-family: var(--serif); font-size: clamp(120px, 18vw, 220px); line-height: .7; text-shadow: 0 28px 55px rgba(23,10,18,.24); }
.storefront-hero-monogram > small { font-family: var(--signature); font-size: clamp(24px, 3vw, 42px); }
.storefront-hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(184,141,75,.24); border-radius: 50%; pointer-events: none; }
.storefront-hero-orbit-one { top: -170px; left: -120px; width: 390px; height: 390px; }
.storefront-hero-orbit-two { bottom: -90px; left: 40%; width: 210px; height: 210px; }
.storefront-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--brand-accent); font-size: 10px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.storefront-eyebrow > span { width: 30px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
.storefront-hero h1 { max-width: 690px; margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 72px); font-weight: 400; letter-spacing: -.052em; line-height: .96; text-wrap: balance; }
.storefront-hero-copy > p:nth-of-type(2) { max-width: min(100%, 680px); margin: 22px 0 0; padding: 2px 0 2px 17px; border-left: 1px solid rgba(184,141,75,.52); color: #71636a; font-family: var(--serif); font-size: clamp(17px, 1.35vw, 19px); font-style: italic; font-weight: 400; letter-spacing: .004em; line-height: 1.5; }
.storefront-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 25px; }
.storefront-hero-actions a { min-height: 48px; align-items: center; justify-content: center; font-size: 10px; font-weight: 850; letter-spacing: .06em; text-decoration: none; }
.storefront-hero-actions a:first-child { display: inline-flex; gap: 12px; padding: 0 20px; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--brand-accent-deep), var(--brand-accent)); box-shadow: 0 14px 30px rgba(var(--brand-accent-rgb),.2); }
.storefront-hero-actions a:last-child { display: inline-flex; border-bottom: 1px solid rgba(var(--brand-accent-rgb),.35); color: var(--brand-accent-deep); }
.storefront-hero-note { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: #8a7d83; font-size: 9px; font-weight: 700; }
.storefront-hero-note i { width: 7px; height: 7px; border-radius: 50%; background: #2d8d68; box-shadow: 0 0 0 5px rgba(45,141,104,.1); }
.storefront-showcase { width: min(1460px, calc(100% - 40px)); margin: 0 auto 28px; padding: 20px 0 18px; overflow: hidden; }
.storefront-showcase-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; padding: 0 4px 14px; }
.storefront-showcase-heading-copy { min-width: 0; }
.storefront-showcase-heading .storefront-eyebrow { margin-bottom: 5px; }
.storefront-showcase-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.35vw, 36px); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.storefront-showcase-controls { display: flex; gap: 7px; }
.storefront-showcase-controls button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(var(--brand-accent-rgb),.18); border-radius: 50%; color: var(--brand-accent-deep); background: rgba(255,255,255,.9); box-shadow: 0 7px 20px rgba(53,29,42,.07); font-family: var(--serif); font-size: 25px; line-height: 1; cursor: pointer; transition: border-color .18s ease, transform .18s ease; }
.storefront-showcase-controls button:hover { border-color: rgba(var(--brand-accent-rgb),.38); transform: translateY(-1px); }
.storefront-showcase-controls .storefront-showcase-toggle { font-family: var(--sans); font-size: 10px; font-weight: 900; letter-spacing: -.08em; }
.storefront-showcase-frame { position: relative; }
.storefront-showcase-frame::before, .storefront-showcase-frame::after { position: absolute; z-index: 2; top: 0; bottom: 0; width: clamp(16px, 3vw, 54px); content: ""; pointer-events: none; }
.storefront-showcase-frame::before { left: 0; background: linear-gradient(90deg, #faf7f4, transparent); }
.storefront-showcase-frame::after { right: 0; background: linear-gradient(270deg, #faf7f4, transparent); }
.storefront-showcase-track { --showcase-gap: clamp(12px, 1.45vw, 21px); position: relative; padding: 3px 4px 13px; overflow: hidden; cursor: grab; touch-action: pan-y pinch-zoom; user-select: none; }
.storefront-showcase-track.is-dragging { cursor: grabbing; }
.storefront-showcase-track:focus-visible { outline: 2px solid rgba(var(--brand-accent-rgb),.45); outline-offset: 4px; border-radius: 18px; }
.storefront-showcase-belt { display: flex; width: max-content; transform: translate3d(0,0,0); will-change: transform; }
.storefront-showcase-sequence { display: flex; flex: 0 0 auto; gap: var(--showcase-gap); padding-right: var(--showcase-gap); }
.storefront-showcase-slide { position: relative; width: clamp(180px, 18vw, 260px); height: clamp(225px, 22vw, 320px); flex: 0 0 auto; overflow: hidden; margin: 0; border: 1px solid rgba(var(--brand-accent-rgb),.14); border-radius: 26px; background: var(--brand-accent-soft); box-shadow: 0 15px 36px rgba(45,26,35,.11); }
.storefront-showcase-slide::after { position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.46); border-radius: 18px; content: ""; pointer-events: none; }
.storefront-showcase-slide img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; pointer-events: none; -webkit-user-drag: none; transition: transform .7s cubic-bezier(.2,.65,.2,1); }
.storefront-showcase-slide:hover img { transform: scale(1.035); }
.storefront-catalog-shell { width: min(1460px, calc(100% - 32px)); margin: 0 auto 80px; }
.storefront-discovery { position: relative; padding: clamp(16px, 2.2vw, 26px); border: 1px solid rgba(var(--brand-accent-rgb), .12); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.93), rgba(var(--brand-accent-rgb),.045)); box-shadow: 0 24px 68px rgba(51, 29, 42, .075); backdrop-filter: blur(15px); }
.storefront-search { position: relative; }
.storefront-search > label, .storefront-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.storefront-search-icon { position: absolute; top: 50%; left: 19px; color: var(--brand-accent); font-family: var(--serif); font-size: 29px; transform: translateY(-54%); pointer-events: none; }
.storefront-search input { width: 100%; height: 58px; border: 1px solid rgba(var(--brand-accent-rgb), .16); border-radius: 17px; padding: 0 52px 0 55px; outline: none; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: inset 0 1px 0 white, 0 8px 25px rgba(64, 36, 50, .04); transition: border-color .2s ease, box-shadow .2s ease; }
.storefront-search input:focus { border-color: rgba(var(--brand-accent-rgb), .48); box-shadow: 0 0 0 4px rgba(var(--brand-accent-rgb), .09), 0 10px 30px rgba(64, 36, 50, .07); }
.storefront-search-clear { position: absolute; top: 50%; right: 13px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #705b7c; background: #f1ebf5; font-size: 21px; text-decoration: none; transform: translateY(-50%); }
.storefront-category-picker { margin-top: 20px; }
.storefront-category-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 3px 11px; }
.storefront-category-heading > div { display: flex; align-items: baseline; justify-content: space-between; width: 100%; gap: 12px; }
.storefront-category-heading strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.storefront-category-heading > div span { overflow: hidden; color: var(--muted); font-size: 10px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.storefront-category-navigation { display: grid; grid-template-columns: 40px minmax(0, 1fr) 40px; align-items: center; gap: 9px; }
.storefront-category-chips { display: flex; min-width: 0; gap: 14px; padding: 4px 4px 9px; overflow-x: auto; scroll-behavior: smooth; scroll-padding-inline: 4px; scroll-snap-type: x proximity; scrollbar-width: none; }
.storefront-category-chips::-webkit-scrollbar { display: none; }
.storefront-category-arrow { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(83, 50, 108, .13); border-radius: 50%; color: #5d347e; background: rgba(255,255,255,.94); box-shadow: 0 7px 20px rgba(57, 32, 75, .07); font-family: var(--serif); font-size: 26px; cursor: pointer; transition: opacity .18s ease, transform .18s ease; }
.storefront-category-arrow:hover { transform: translateY(-1px); }
.storefront-category-arrow:disabled { opacity: .28; cursor: default; transform: none; }
.storefront-category-chip { display: grid; width: 86px; min-height: 82px; flex: 0 0 auto; justify-items: center; align-content: start; gap: 7px; padding: 3px; border-radius: 18px; color: #55475f; font-size: 10px; font-weight: 780; text-align: center; text-decoration: none; scroll-snap-align: start; transition: color .18s ease, transform .18s ease; }
.storefront-category-chip:hover { color: var(--brand-accent-deep); transform: translateY(-2px); }
.storefront-category-medallion { position: relative; display: grid; width: 57px; height: 57px; place-items: center; border: 1px solid rgba(var(--brand-accent-rgb),.15); border-radius: 50%; color: var(--brand-accent); background: radial-gradient(circle at 34% 25%, #fff, rgba(var(--brand-accent-rgb),.075)); box-shadow: 0 8px 22px rgba(57,32,75,.08), inset 0 0 0 4px rgba(255,255,255,.56); transition: border-color .18s ease, color .18s ease, background .18s ease, box-shadow .18s ease; }
.storefront-category-medallion::after { position: absolute; inset: 5px; border: 1px solid rgba(184,141,75,.2); border-radius: inherit; content: ""; }
.storefront-category-emblem { width: 31px; height: 31px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.storefront-category-name { max-width: 86px; overflow: hidden; line-height: 1.15; text-overflow: ellipsis; }
.storefront-category-chip.is-active { color: var(--brand-accent-deep); }
.storefront-category-chip.is-active .storefront-category-medallion { border-color: transparent; color: #fff; background: linear-gradient(145deg, var(--brand-accent-deep), var(--brand-accent)); box-shadow: 0 10px 24px rgba(var(--brand-accent-rgb),.24), inset 0 0 0 4px rgba(255,255,255,.12); }
.storefront-category-chip.is-active .storefront-category-medallion::after { border-color: rgba(255,255,255,.34); }
.storefront-reserve-form button { min-height: 48px; border: 0; border-radius: 12px; padding: 0 22px; color: white; background: linear-gradient(135deg, var(--purple-dark), #7550bc); font-weight: 800; cursor: pointer; box-shadow: 0 10px 24px rgba(76, 33, 136, .2); }
.storefront-results-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 38px 4px 20px; color: var(--muted); font-size: 11px; letter-spacing: .03em; }
.storefront-results-heading strong { color: var(--ink); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.storefront-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 2vw, 28px); }
.storefront-card { min-width: 0; overflow: hidden; border: 1px solid rgba(var(--brand-accent-rgb), .13); border-radius: 26px; background: rgba(255, 254, 251, .9); box-shadow: 0 16px 46px rgba(53, 29, 42, .07); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.storefront-card:hover { transform: translateY(-7px); border-color: rgba(var(--brand-accent-rgb), .26); box-shadow: 0 28px 68px rgba(53, 29, 42, .14); }
.storefront-card-link { display: block; text-decoration: none; }
.storefront-card-media { position: relative; aspect-ratio: 1; overflow: hidden; margin: 7px; border-radius: 20px; background: var(--brand-accent-soft); }
.storefront-card-media::after { position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.46); border-radius: 15px; content: ""; pointer-events: none; }
.storefront-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .65s cubic-bezier(.2,.65,.2,1), filter .35s ease; }
.storefront-card:hover img { filter: saturate(1.05); transform: scale(1.045); }
.storefront-placeholder { display: grid; width: 100%; height: 100%; place-content: center; justify-items: center; gap: 7px; color: #81649d; background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.95), transparent 20%), linear-gradient(145deg, #f5effb, #e9def5); }
.storefront-placeholder-emblem { width: clamp(52px, 6vw, 76px); height: auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 9px 14px rgba(89, 49, 122, .14)); }
.storefront-detail-placeholder .storefront-placeholder-emblem { width: clamp(76px, 9vw, 112px); stroke-width: 1.05; }
.storefront-placeholder small { font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.storefront-placeholder em { color: #9484a2; font-size: 11px; font-style: normal; }
.storefront-reserved-badge { position: absolute; top: 14px; right: 14px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: #4d365e; background: rgba(255, 248, 255, .9); backdrop-filter: blur(8px); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.storefront-free-shipping-badge { position: absolute; bottom: 14px; left: 14px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; color: #176947; background: rgba(239,255,247,.93); box-shadow: 0 7px 20px rgba(25,100,69,.12); backdrop-filter: blur(8px); font-size: 10px; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; }
.storefront-card-copy { padding: 13px 19px 21px; }
.storefront-card-copy > span { color: var(--purple); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.storefront-card-copy h2 { min-height: 2.4em; margin: 8px 0 16px; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); font-weight: 500; letter-spacing: -.025em; line-height: 1.14; }
.storefront-card-copy .storefront-card-code { display: block; margin: -9px 0 14px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.storefront-card-copy > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.storefront-card-copy > div strong { font-size: 16px; }
.storefront-card-copy > div span { color: var(--brand-accent); font-size: 11px; font-weight: 800; }
.storefront-empty { padding: 90px 20px; border: 1px dashed #cfbfda; border-radius: 22px; color: var(--muted); text-align: center; }
.storefront-empty > span { color: var(--purple); font-size: 60px; }
.storefront-empty h2 { color: var(--ink); font-family: var(--serif); font-size: 32px; font-weight: 500; }
.storefront-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; margin-top: 32px; }
.storefront-pagination a { justify-self: start; padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--purple-dark); font-size: 13px; font-weight: 800; text-decoration: none; }
.storefront-pagination a:last-child { justify-self: end; }
.storefront-pagination strong { color: var(--muted); font-size: 12px; }
.storefront-detail { width: min(1220px, calc(100% - 36px)); margin: 0 auto; padding: 25px 0 64px; }
.storefront-back { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; margin: 0 0 12px 8px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .02em; text-decoration: none; }
.storefront-detail-grid { position: relative; display: grid; grid-template-columns: minmax(0, .98fr) minmax(390px, .9fr); gap: clamp(24px, 3.8vw, 50px); align-items: center; padding: clamp(14px, 2vw, 22px); overflow: hidden; border: 1px solid rgba(var(--brand-accent-rgb), .13); border-radius: 34px; background: radial-gradient(circle at 96% 0%, rgba(var(--brand-accent-rgb), .1), transparent 30%), rgba(255,253,250,.86); box-shadow: 0 28px 80px rgba(48,27,39,.1); }
.storefront-detail-grid::before { position: absolute; top: -150px; right: -110px; width: 330px; height: 330px; border: 1px solid rgba(184,141,75,.13); border-radius: 50%; content: ""; pointer-events: none; }
.storefront-detail-media { position: relative; width: 100%; max-width: 470px; overflow: hidden; aspect-ratio: 1; justify-self: center; border: 1px solid rgba(var(--brand-accent-rgb), .14); border-radius: 26px; background: linear-gradient(145deg, #f8f2fb, #eee3f5); box-shadow: 0 22px 54px rgba(51, 29, 69, .12); }
.storefront-detail-media::after { position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.56); border-radius: 19px; content: ""; pointer-events: none; }
.storefront-detail-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.storefront-detail-placeholder { position: relative; isolation: isolate; background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.96), transparent 20%), radial-gradient(circle at 18% 14%, rgba(255,255,255,.74), transparent 23%), linear-gradient(145deg, var(--brand-accent-soft), rgba(var(--brand-accent-rgb),.16)); }
.storefront-detail-placeholder::before { position: absolute; z-index: -1; width: 205px; height: 205px; border: 1px solid rgba(var(--brand-accent-rgb),.17); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,255,255,.16), 0 22px 55px rgba(var(--brand-accent-rgb),.1); content: ""; }
.storefront-detail-placeholder > span { font-size: 72px; }
.storefront-detail-availability { position: absolute; z-index: 2; top: 18px; left: 18px; display: inline-flex; align-items: center; padding: 8px 12px; border: 1px solid rgba(255,255,255,.85); border-radius: 999px; color: #176947; background: rgba(239,255,247,.94); box-shadow: 0 7px 20px rgba(25,100,69,.12); backdrop-filter: blur(8px); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.storefront-detail-availability.is-unavailable { color: #65465f; background: rgba(255,247,252,.94); }
.storefront-detail-copy { position: relative; z-index: 1; min-width: 0; padding: 8px clamp(4px, 1vw, 14px) 8px 0; }
.storefront-detail-copy .storefront-eyebrow { margin-bottom: 12px; font-size: 8px; }
.storefront-detail-copy h1 { max-width: 570px; margin: 0; font-family: var(--serif); font-size: clamp(36px, 4vw, 54px); font-weight: 500; letter-spacing: -.042em; line-height: .99; text-wrap: balance; }
.storefront-detail-copy h1.is-medium-title { font-size: clamp(34px, 3.55vw, 48px); line-height: 1.01; text-wrap: pretty; }
.storefront-detail-copy h1.is-long-title { font-size: clamp(31px, 3.1vw, 42px); letter-spacing: -.032em; line-height: 1.04; text-wrap: pretty; }
.storefront-detail-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 11px; margin-top: 17px; }
.storefront-item-code { margin: 0; padding: 6px 9px; border: 1px solid rgba(var(--brand-accent-rgb),.12); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.72); font-size: 9px; font-weight: 750; letter-spacing: .04em; }
.storefront-detail-price { display: block; margin-right: 4px; color: var(--brand-accent-deep); font-family: var(--serif); font-size: 25px; font-weight: 650; }
.storefront-detail-shipping-badge { display: inline-flex; margin: 0; padding: 6px 9px; border-radius: 999px; color: #176947; background: #eaf9f1; font-size: 9px; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; }
.storefront-description { max-width: 570px; margin: 17px 0 0; padding: 14px 0 14px 16px; border-left: 1px solid rgba(184,141,75,.42); color: #776a70; font-family: var(--serif); font-size: 14px; line-height: 1.55; }
.storefront-reserve-form, .storefront-reserved-panel { margin-top: 16px; padding: 17px; border: 1px solid rgba(var(--brand-accent-rgb), .13); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(var(--brand-accent-rgb),.035)); box-shadow: 0 15px 38px rgba(53,29,67,.055); }
.storefront-reserve-form { display: grid; gap: 7px; }
.storefront-reserve-form label { color: var(--ink); font-size: 10px; font-weight: 850; }
.storefront-reserve-form input { width: 100%; height: 46px; min-width: 0; border: 1px solid var(--line); border-radius: 12px; padding: 0 13px; outline: none; background: white; }
.storefront-reserve-form input:focus { border-color: rgba(var(--brand-accent-rgb), .45); box-shadow: 0 0 0 3px rgba(var(--brand-accent-rgb), .08); }
.storefront-reserve-form small { color: var(--muted); font-size: 9px; line-height: 1.4; }
.storefront-buy-box { margin-top: 16px; padding: 18px; border: 1px solid rgba(76,33,136,.15); border-radius: 19px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,244,253,.92)); box-shadow: 0 15px 38px rgba(53,29,67,.07); }
.storefront-buy-box-heading { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.storefront-buy-box-heading h2, .storefront-claim-box h2 { margin: 4px 0 0; font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.05; }
.storefront-purchase-mark { color: rgba(var(--brand-accent-rgb),.5); font-family: var(--serif); font-size: 38px; line-height: .8; }
.storefront-stock-status { display: inline-flex; align-items: center; gap: 7px; color: #247454; font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.storefront-stock-status i { width: 7px; height: 7px; border-radius: 50%; background: #34a46f; box-shadow: 0 0 0 4px rgba(52,164,111,.12); }
.storefront-purchase-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.storefront-purchase-form button { min-height: 50px; border-radius: 13px; padding: 0 15px; font-weight: 850; cursor: pointer; touch-action: manipulation; }
.storefront-purchase-form button:disabled { opacity: .45; cursor: not-allowed; }
.storefront-add-button { border: 1px solid rgba(76,33,136,.3); color: var(--purple-dark); background: white; }
.storefront-buy-button { border: 0; color: white; background: linear-gradient(135deg, var(--purple-dark), #7550bc); box-shadow: 0 10px 24px rgba(76,33,136,.2); }
.storefront-checkout-assurance { display: flex; align-items: start; gap: 10px; margin-top: 16px; color: #5d4d68; }
.storefront-checkout-assurance > span { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #247454; background: #e7f6ef; font-size: 12px; font-weight: 900; }
.storefront-checkout-assurance p { display: grid; gap: 3px; margin: 0; font-size: 11px; line-height: 1.45; }
.storefront-checkout-assurance small { color: var(--muted); }
.storefront-preview-note { margin: 12px 0 0; color: #70527e; font-size: 11px; font-weight: 750; line-height: 1.5; }
.storefront-claim-box > p { margin: 0 0 4px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.storefront-claim-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 4px; }
.storefront-claim-fields label { display: grid; min-width: 0; gap: 5px; }
.storefront-claim-submit { width: 100%; margin-top: 3px; }
.storefront-claim-action { display: grid; grid-template-columns: 1fr; gap: 9px; }
.storefront-claim-action button { width: 100%; min-width: 0; min-height: 48px; }
.storefront-claim-note { display: grid; gap: 3px; padding-top: 2px; }
.storefront-claim-note .storefront-preview-note { margin: 0; }
.storefront-claim-box button:disabled { opacity: .45; cursor: not-allowed; }
.storefront-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.storefront-reserved-panel strong { font-family: var(--serif); font-size: 24px; }
.storefront-reserved-panel p { color: var(--muted); line-height: 1.6; }
.storefront-reserved-panel a { color: var(--purple); font-weight: 800; }
.storefront-product-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid rgba(var(--brand-accent-rgb), .13); border-radius: 22px; background: rgba(var(--brand-accent-rgb), .1); box-shadow: 0 15px 42px rgba(49,28,60,.06); }
.storefront-trust-item { position: relative; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 92px; padding: 15px 18px; color: var(--ink); background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(252,248,252,.96)); text-decoration: none; }
.storefront-trust-item > span:nth-child(2) { display: grid; min-width: 0; gap: 4px; }
.storefront-trust-item strong { font-family: var(--serif); font-size: 15px; font-weight: 650; letter-spacing: -.01em; }
.storefront-trust-item small { color: var(--muted); font-size: 9px; font-weight: 650; line-height: 1.4; }
.storefront-trust-item > i { color: rgba(var(--brand-accent-rgb), .52); font-size: 22px; font-style: normal; transition: transform .18s ease; }
a.storefront-trust-item:hover > i { transform: translateX(2px); }
.storefront-trust-icon { position: relative; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(var(--brand-accent-rgb), .15); border-radius: 50%; color: var(--brand-accent); background: radial-gradient(circle at 34% 25%, #fff, rgba(var(--brand-accent-rgb),.075)); box-shadow: inset 0 0 0 4px rgba(255,255,255,.62); }
.storefront-trust-icon::after { position: absolute; inset: 4px; border: 1px solid rgba(184,141,75,.2); border-radius: inherit; content: ""; }
.storefront-trust-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.storefront-shop-story { position: relative; display: grid; grid-template-columns: 135px minmax(0, 1fr); gap: clamp(24px, 4vw, 54px); align-items: center; min-height: 220px; margin-top: 18px; padding: clamp(24px, 4vw, 42px); overflow: hidden; border: 1px solid rgba(var(--brand-accent-rgb), .13); border-radius: 28px; background: radial-gradient(circle at 0% 100%, rgba(var(--brand-accent-rgb),.13), transparent 31%), linear-gradient(145deg, #fffdfa, rgba(var(--brand-accent-rgb),.045)); box-shadow: 0 20px 56px rgba(49,28,60,.075); }
.storefront-shop-story::after { position: absolute; top: -155px; right: -80px; width: 320px; height: 320px; border: 1px solid rgba(184,141,75,.15); border-radius: 50%; content: ""; pointer-events: none; }
.storefront-story-orbit { position: absolute; right: 36px; bottom: -84px; width: 175px; height: 175px; border: 1px solid rgba(var(--brand-accent-rgb),.1); border-radius: 50%; }
.storefront-story-mark { position: relative; z-index: 1; display: grid; width: 135px; height: 135px; overflow: hidden; place-items: center; border: 1px solid rgba(var(--brand-accent-rgb),.16); border-radius: 36px; color: var(--brand-accent); background: linear-gradient(145deg, rgba(255,255,255,.92), var(--brand-accent-soft)); box-shadow: 0 18px 38px rgba(var(--brand-accent-rgb),.13), inset 0 0 0 7px rgba(255,255,255,.58); font-family: var(--serif); font-size: 66px; }
.storefront-story-mark::after { position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.68); border-radius: 28px; content: ""; pointer-events: none; }
.storefront-story-mark img { width: 100%; height: 100%; object-fit: cover; }
.storefront-story-copy { position: relative; z-index: 1; min-width: 0; }
.storefront-story-copy .storefront-eyebrow { justify-content: flex-start; margin: 0 0 8px; }
.storefront-story-title-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.storefront-story-copy h2, .storefront-recommendations-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(31px, 4vw, 46px); font-weight: 520; letter-spacing: -.035em; line-height: 1; }
.storefront-story-socials { display: flex; flex: 0 0 auto; gap: 9px; align-items: center; }
.storefront-story-social { position: relative; display: grid; width: 48px; height: 48px; place-items: center; overflow: hidden; border: 1px solid rgba(var(--brand-accent-rgb), .18); border-radius: 50%; color: var(--brand-accent-deep); background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(var(--brand-accent-rgb),.09)); box-shadow: 0 10px 26px rgba(var(--brand-accent-rgb),.11), inset 0 0 0 4px rgba(255,255,255,.62); text-decoration: none; transition: transform .2s ease, color .2s ease, box-shadow .2s ease; }
.storefront-story-social::after { position: absolute; inset: 4px; border: 1px solid rgba(184,141,75,.22); border-radius: inherit; content: ""; pointer-events: none; }
.storefront-story-social svg { position: relative; z-index: 1; width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.storefront-story-social-facebook svg { width: 26px; height: 26px; fill: currentColor; stroke: none; }
.storefront-story-social:hover, .storefront-story-social:focus-visible { color: #fff; background: linear-gradient(145deg, var(--brand-accent), var(--brand-accent-deep)); box-shadow: 0 13px 30px rgba(var(--brand-accent-rgb),.24); transform: translateY(-2px); }
.storefront-story-copy > p:last-of-type { max-width: 760px; margin: 14px 0 0; color: #746871; font-family: var(--serif); font-size: 14px; line-height: 1.65; }
.storefront-story-copy > a { display: inline-flex; gap: 9px; align-items: center; margin-top: 17px; color: var(--brand-accent-deep); font-size: 10px; font-weight: 850; letter-spacing: .04em; text-decoration: none; }
.storefront-recommendations { margin-top: 42px; }
.storefront-recommendations-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 0 5px 18px; }
.storefront-recommendations-heading .storefront-eyebrow { justify-content: flex-start; margin: 0 0 8px; }
.storefront-recommendations-heading h2 { font-size: clamp(34px, 4.4vw, 51px); }
.storefront-recommendations-heading p:last-child { margin: 9px 0 0; color: var(--muted); font-size: 10px; }
.storefront-recommendations-heading > a, .storefront-recommendations-mobile-link { display: inline-flex; flex: 0 0 auto; gap: 8px; align-items: center; min-height: 40px; padding: 0 15px; border: 1px solid rgba(var(--brand-accent-rgb),.16); border-radius: 999px; color: var(--brand-accent-deep); background: rgba(255,255,255,.76); font-size: 10px; font-weight: 850; text-decoration: none; }
.storefront-recommendation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 2vw, 22px); }
.storefront-recommendation-card .storefront-card-copy h3 { min-height: 2.4em; margin: 8px 0 16px; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); font-weight: 500; letter-spacing: -.025em; line-height: 1.14; }
.storefront-recommendations-mobile-link { display: none; }
.storefront-flashes { position: fixed; z-index: 40; top: 88px; left: 50%; width: min(560px, calc(100% - 32px)); transform: translateX(-50%); }
.storefront-flash { padding: 14px 18px; border: 1px solid #c9ead9; border-radius: 14px; background: #effcf5; box-shadow: 0 14px 40px rgba(29, 38, 30, .12); font-size: 13px; font-weight: 750; }
.storefront-flash-error { border-color: #efc9d4; background: #fff1f5; }
.storefront-footer { position: relative; overflow: hidden; padding: 76px max(20px, calc((100vw - 1460px) / 2)) 22px; border-top: 1px solid rgba(var(--brand-accent-rgb), .12); color: #d8ccd1; background: radial-gradient(circle at 15% 0%, rgba(var(--brand-accent-rgb),.28), transparent 30rem), linear-gradient(145deg, #251923, #171116 70%); }
.storefront-footer::before { position: absolute; top: -170px; right: -100px; width: 420px; height: 420px; border: 1px solid rgba(208,175,119,.12); border-radius: 50%; content: ""; }
.storefront-footer-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(250px, 1fr) minmax(310px, 1.1fr) minmax(290px, .85fr); gap: clamp(34px, 5vw, 74px); align-items: center; padding-inline: 20px; }
.storefront-footer-brand { display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 16px; }
.storefront-footer-mark { display: grid; width: 58px; height: 58px; overflow: hidden; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #f0d7a8; background: rgba(255,255,255,.07); font-family: var(--serif); font-size: 28px; }
.storefront-footer-mark img { width: 100%; height: 100%; object-fit: contain; }
.storefront-footer-brand strong { display: block; color: white; font-family: var(--signature); font-size: clamp(25px, 3vw, 38px); font-weight: 600; line-height: 1.1; }
.storefront-footer-brand p { max-width: 400px; margin: 8px 0 0; color: #aa9da3; font-family: var(--serif); font-size: 12px; line-height: 1.55; }
.storefront-footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.storefront-footer-links > div { display: grid; align-content: start; gap: 10px; }
.storefront-footer-links strong { margin-bottom: 3px; color: #f0d7a8; font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.storefront-footer-links a, .storefront-footer-links span { color: #c0b3b9; font-size: 10px; font-weight: 650; line-height: 1.45; text-decoration: none; }
.storefront-footer-links a:hover { color: white; }
.storefront-kundan-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 13px; padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; color: white; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); box-shadow: 0 20px 45px rgba(0,0,0,.13); text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.storefront-kundan-card:hover { border-color: rgba(240,215,168,.35); background: rgba(255,255,255,.11); transform: translateY(-3px); }
.storefront-kundan-card > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: rgba(255,255,255,.92); }
.storefront-kundan-card img { width: 40px; height: 40px; object-fit: contain; }
.storefront-kundan-card > div { display: grid; gap: 3px; }
.storefront-kundan-card small { color: #ac9da4; font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.storefront-kundan-card strong { font-family: var(--serif); font-size: 14px; font-weight: 500; line-height: 1.2; }
.storefront-kundan-card em { margin-top: 3px; color: #f0d7a8; font-size: 8px; font-style: normal; font-weight: 800; }
.storefront-kundan-card i { font-style: normal; }
.storefront-footer-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 48px 20px 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: #897d82; font-size: 8px; font-weight: 700; letter-spacing: .05em; }
.storefront-footer-bottom > span:last-child { display: flex; gap: 17px; }
.storefront-footer-bottom a { color: inherit; text-decoration: none; }
.storefront-footer-bottom a:hover { color: white; }
.storefront-policy-page { display: grid; width: min(860px, calc(100% - 32px)); gap: 16px; margin: 44px auto 80px; }
.storefront-policy-page header { padding: clamp(24px, 5vw, 46px); border-radius: 28px; color: white; background: linear-gradient(145deg, #4c2188, #2d174f); }
.storefront-policy-page header h1 { margin: 7px 0 8px; font-size: clamp(2.2rem, 8vw, 4.5rem); letter-spacing: -.06em; }
.storefront-policy-page header p:last-child { margin: 0; color: rgba(255,255,255,.72); }
.storefront-policy-page article { padding: clamp(20px, 4vw, 30px); border: 1px solid rgba(76,33,136,.12); border-radius: 22px; background: white; box-shadow: 0 16px 45px rgba(44,20,70,.07); }
.storefront-policy-page article h2 { margin: 0 0 9px; font-size: 1.05rem; }
.storefront-policy-page article p { margin: 0; color: #696172; line-height: 1.7; white-space: pre-line; }
.storefront-policy-page article a { color: #5d32b6; font-weight: 800; }
.storefront-order-status-refunded { border-color: rgba(89, 73, 120, .18) !important; background: linear-gradient(145deg, #f6f2fb, #fff) !important; }
.storefront-order-status-refunded > span { color: #5d32b6 !important; background: #eee7f9 !important; }
.storefront-order-refund { color: #9a3434; }
.storefront-cart-link { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 5px 5px 5px 10px; border: 1px solid rgba(var(--brand-accent-rgb), .2); border-radius: 999px; color: var(--brand-accent-deep) !important; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(var(--brand-accent-rgb),.08)); box-shadow: 0 8px 22px rgba(var(--brand-accent-rgb),.09); font-size: 11px !important; font-weight: 850; text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.storefront-cart-link:hover, .storefront-cart-link:focus-visible { border-color: rgba(var(--brand-accent-rgb), .36); box-shadow: 0 11px 26px rgba(var(--brand-accent-rgb),.15); transform: translateY(-1px); }
.storefront-cart-icon { display: grid; width: 20px; height: 20px; place-items: center; color: var(--brand-accent-deep); }
.storefront-cart-icon svg { width: 20px; height: 20px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.storefront-cart-label { letter-spacing: .025em; }
.storefront-cart-count { display: grid; min-width: 29px; height: 29px; place-items: center; padding: 0 7px; border-radius: 999px; color: white; background: linear-gradient(145deg, var(--brand-accent), var(--brand-accent-deep)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); font-size: 10px; }
.storefront-cart-page, .storefront-order-page { width: min(1160px, calc(100% - 36px)); margin: 0 auto; padding: 44px 0 96px; }
.storefront-cart-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.storefront-cart-heading-copy { display: grid; gap: 5px; }
.storefront-cart-heading .storefront-eyebrow { margin: 0; font-size: 8px; }
.storefront-cart-heading h1, .storefront-order-status h1 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 66px); font-weight: 500; letter-spacing: -.045em; line-height: .96; }
.storefront-cart-heading-copy > p:last-child { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.storefront-cart-continue { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 15px; border: 1px solid rgba(var(--brand-accent-rgb),.16); border-radius: 999px; color: var(--brand-accent-deep); background: rgba(255,255,255,.76); font-size: 11px; font-weight: 850; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.storefront-cart-continue:hover { transform: translateY(-1px); box-shadow: 0 9px 24px rgba(var(--brand-accent-rgb),.1); }
.storefront-cart-assurances { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 24px; overflow: hidden; border: 1px solid rgba(var(--brand-accent-rgb),.12); border-radius: 18px; background: rgba(var(--brand-accent-rgb),.08); box-shadow: 0 13px 38px rgba(53,29,67,.05); }
.storefront-cart-assurances > div { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; align-items: center; min-height: 70px; padding: 11px 17px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(251,247,251,.96)); }
.storefront-cart-assurances > div + div { border-left: 1px solid rgba(var(--brand-accent-rgb),.1); }
.storefront-cart-assurances > div > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(var(--brand-accent-rgb),.15); border-radius: 50%; color: var(--brand-accent); background: rgba(255,255,255,.86); font-family: var(--serif); font-size: 17px; }
.storefront-cart-assurances p { display: grid; gap: 2px; margin: 0; }
.storefront-cart-assurances strong { font-family: var(--serif); font-size: 14px; font-weight: 650; }
.storefront-cart-assurances small { color: var(--muted); font-size: 8px; font-weight: 700; line-height: 1.35; }
.storefront-cart-layout { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(315px, .7fr); gap: 26px; align-items: start; }
.storefront-cart-items { display: grid; gap: 11px; min-width: 0; }
.storefront-cart-list-heading { display: flex; align-items: baseline; justify-content: space-between; padding: 0 5px 3px; }
.storefront-cart-list-heading h2 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.storefront-cart-list-heading span { color: var(--muted); font-size: 10px; font-weight: 800; }
.storefront-cart-item { position: relative; display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 18px; align-items: center; min-height: 124px; padding: 13px 16px 13px 13px; overflow: hidden; border: 1px solid rgba(var(--brand-accent-rgb),.12); border-radius: 20px; background: radial-gradient(circle at 100% 0%, rgba(var(--brand-accent-rgb),.055), transparent 34%), rgba(255,255,255,.92); box-shadow: 0 12px 32px rgba(52,31,61,.045); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.storefront-cart-item:hover { transform: translateY(-1px); border-color: rgba(var(--brand-accent-rgb),.22); box-shadow: 0 16px 38px rgba(52,31,61,.075); }
.storefront-cart-thumb { display: grid; width: 96px; overflow: hidden; aspect-ratio: 1; place-items: center; border: 1px solid rgba(var(--brand-accent-rgb),.1); border-radius: 15px; color: var(--brand-accent); background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.95), transparent 25%), linear-gradient(145deg, var(--brand-accent-soft), rgba(var(--brand-accent-rgb),.13)); text-decoration: none; }
.storefront-cart-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.storefront-cart-emblem { width: 48px; height: 48px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 7px 11px rgba(var(--brand-accent-rgb),.14)); }
.storefront-cart-item-copy { min-width: 0; }
.storefront-cart-item h2 { margin: 5px 0 8px; font-family: var(--serif); font-size: clamp(20px, 2vw, 25px); font-weight: 550; line-height: 1.05; }
.storefront-cart-item h2 a { color: var(--ink); text-decoration: none; }
.storefront-cart-item .storefront-eyebrow { margin: 0; font-size: 7px; }
.storefront-cart-item-copy > small { color: var(--muted); font-size: 9px; font-weight: 700; }
.storefront-cart-item-actions { display: grid; min-width: 86px; gap: 14px; justify-items: end; }
.storefront-cart-item-actions > strong { color: var(--brand-accent-deep); font-family: var(--serif); font-size: 19px; font-weight: 650; }
.storefront-text-button { display: inline-flex; align-items: center; gap: 4px; border: 0; padding: 6px 0; color: var(--muted); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; text-decoration: none; }
.storefront-text-button > span { font-size: 15px; font-weight: 400; line-height: .8; }
.storefront-text-button:hover { color: #9f4050; }
.storefront-cart-summary, .storefront-order-card { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 20px 55px rgba(53,29,67,.09); }
.storefront-cart-summary { position: sticky; top: 105px; isolation: isolate; overflow: hidden; border-color: rgba(var(--brand-accent-rgb),.16); background: radial-gradient(circle at 100% 0%, rgba(var(--brand-accent-rgb),.13), transparent 31%), linear-gradient(145deg, rgba(255,255,255,.98), rgba(250,246,251,.97)); box-shadow: 0 24px 65px rgba(53,29,67,.11); }
.storefront-cart-summary-orbit { position: absolute; z-index: -1; top: -105px; right: -94px; width: 220px; height: 220px; border: 1px solid rgba(184,141,75,.17); border-radius: 50%; box-shadow: 0 0 0 23px rgba(255,255,255,.15); pointer-events: none; }
.storefront-cart-summary > .storefront-eyebrow { margin: 0 0 7px; font-size: 7px; }
.storefront-cart-summary-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding-bottom: 17px; }
.storefront-cart-summary-heading h2, .storefront-order-card h2 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 550; }
.storefront-cart-summary-heading > span { color: var(--muted); font-size: 9px; font-weight: 800; }
.storefront-cart-summary-lines { border-top: 1px solid rgba(var(--brand-accent-rgb),.12); }
.storefront-cart-summary-lines > div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; color: #5d5260; border-bottom: 1px solid rgba(var(--brand-accent-rgb),.1); font-size: 12px; }
.storefront-cart-summary-lines > div > span { display: inline-flex; align-items: baseline; gap: 5px; }
.storefront-cart-summary-lines > div small { color: var(--muted); font-size: 8px; }
.storefront-cart-summary-lines > .storefront-cart-total { align-items: baseline; padding: 17px 0; color: var(--ink); border-bottom: 0; font-family: var(--serif); font-size: 17px; }
.storefront-cart-summary-lines > .storefront-cart-total strong { color: var(--brand-accent-deep); font-size: 24px; }
.storefront-cart-shipping-note { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 10px; align-items: center; margin-top: 3px; padding: 11px; border: 1px solid rgba(var(--brand-accent-rgb),.1); border-radius: 13px; background: rgba(255,255,255,.6); }
.storefront-cart-shipping-note > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--brand-accent); background: rgba(var(--brand-accent-rgb),.08); font-family: var(--serif); }
.storefront-cart-shipping-note p { display: grid; gap: 2px; margin: 0; }
.storefront-cart-shipping-note strong { font-size: 9px; }
.storefront-cart-shipping-note small { color: var(--muted); font-size: 8px; line-height: 1.4; }
.storefront-cart-summary form { margin: 16px 0 10px; }
.storefront-cart-summary button, .storefront-empty-cart a, .storefront-order-shop-link { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: center; border: 0; border-radius: 13px; padding: 0 20px; color: white; background: linear-gradient(135deg, var(--brand-accent-deep), var(--brand-accent)); box-shadow: 0 12px 27px rgba(var(--brand-accent-rgb),.22); font-weight: 850; text-decoration: none; cursor: pointer; }
.storefront-cart-summary button { justify-content: space-between; letter-spacing: .01em; }
.storefront-cart-summary button i { font-family: var(--serif); font-size: 20px; font-style: normal; transition: transform .18s ease; }
.storefront-cart-summary button:hover i { transform: translateX(3px); }
.storefront-cart-summary button:disabled { opacity: .45; cursor: not-allowed; }
.storefront-cart-payment-note { display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); text-align: center; }
.storefront-cart-payment-note > span { color: #27785a; font-size: 10px; }
.storefront-cart-payment-note small { font-size: 8px; line-height: 1.4; }
.storefront-empty-cart { position: relative; display: grid; min-height: 480px; align-content: center; justify-items: center; padding: 72px 24px; overflow: hidden; border: 1px solid rgba(var(--brand-accent-rgb),.13); border-radius: 30px; background: radial-gradient(circle at 0% 100%, rgba(var(--brand-accent-rgb),.12), transparent 32%), radial-gradient(circle at 100% 0%, rgba(184,141,75,.1), transparent 28%), rgba(255,255,255,.86); box-shadow: 0 24px 70px rgba(48,27,39,.07); text-align: center; }
.storefront-empty-cart::before { position: absolute; top: -130px; right: -95px; width: 300px; height: 300px; border: 1px solid rgba(184,141,75,.16); border-radius: 50%; content: ""; pointer-events: none; }
.storefront-empty-cart-mark { display: grid; width: 92px; height: 92px; margin-bottom: 20px; place-items: center; border: 1px solid rgba(var(--brand-accent-rgb),.15); border-radius: 50%; color: var(--brand-accent); background: radial-gradient(circle at 34% 24%, white, rgba(var(--brand-accent-rgb),.08)); box-shadow: inset 0 0 0 7px rgba(255,255,255,.58), 0 16px 35px rgba(var(--brand-accent-rgb),.11); }
.storefront-empty-cart-emblem { width: 50px; height: 50px; fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.storefront-empty-cart > .storefront-eyebrow { margin: 0 0 8px; font-size: 7px; }
.storefront-empty-cart h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 5vw, 47px); font-weight: 550; letter-spacing: -.035em; }
.storefront-empty-cart > p:not(.storefront-eyebrow) { max-width: 430px; margin: 12px 0 0; color: var(--muted); font-family: var(--serif); font-size: 14px; line-height: 1.55; }
.storefront-empty-cart a { width: auto; min-width: 220px; margin-top: 22px; gap: 12px; }
.storefront-order-page { max-width: 760px; }
.storefront-order-status { margin-bottom: 28px; text-align: center; }
.storefront-order-status > span { display: grid; width: 58px; height: 58px; margin: 0 auto 18px; place-items: center; border-radius: 50%; color: white; background: #2b9264; font-size: 28px; }
.storefront-order-status p:last-child { max-width: 580px; margin: 18px auto 0; color: var(--muted); line-height: 1.65; }
.storefront-order-card-heading, .storefront-order-line, .storefront-order-summary-line, .storefront-order-total { display: flex; justify-content: space-between; gap: 20px; }
.storefront-order-card-heading { align-items: baseline; }
.storefront-order-card-heading > span { color: var(--muted); font-size: 10px; }
.storefront-order-line { padding: 14px 0; border-top: 1px solid var(--line); }
.storefront-order-summary-line { padding: 7px 0; color: var(--muted); font-size: 13px; }
.storefront-order-total { margin-top: 5px; padding: 18px 0 0; border-top: 2px solid var(--line); font-size: 18px; }
.storefront-tracking { display: grid; gap: 5px; margin-top: 24px; padding: 18px; border-radius: 15px; background: #f1ebfa; }
.storefront-tracking .storefront-eyebrow { margin: 0; }
.storefront-order-shop-link { width: max-content; margin: 24px auto 0; }

.storefront-motion-ready .storefront-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1);
}
.storefront-motion-ready .storefront-reveal.is-visible { opacity: 1; transform: translateY(0); }
.storefront-motion-ready .storefront-grid .storefront-card:nth-child(2) { transition-delay: .05s; }
.storefront-motion-ready .storefront-grid .storefront-card:nth-child(3) { transition-delay: .1s; }
.storefront-motion-ready .storefront-grid .storefront-card:nth-child(4) { transition-delay: .15s; }
.storefront-hero-logo-frame { animation: storefrontFloat 7s ease-in-out infinite; }
.storefront-hero-orbit-one { animation: storefrontOrbit 16s linear infinite; }
.storefront-hero-orbit-two { animation: storefrontOrbit 11s linear infinite reverse; }

@keyframes storefrontFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

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

@media (max-width: 1050px) { .storefront-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) {
  html, body { overflow-x: clip; }
  .storefront-powered { display: none; }
  .storefront-header {
    z-index: 100;
    min-height: calc(64px + env(safe-area-inset-top, 0px));
    background: #fff;
    backdrop-filter: none;
    box-shadow: 0 -32px 0 #fff, 0 1px 0 rgba(69, 42, 88, .09);
    isolation: isolate;
  }
  .storefront-header-inner { width: 100%; min-height: calc(64px + env(safe-area-inset-top, 0px)); grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding: calc(9px + env(safe-area-inset-top, 0px)) 14px 9px; }
  .storefront-brand { min-width: 0; gap: 9px; }
  .storefront-brand-copy strong { font-size: clamp(20px, 6.2vw, 27px); }
  .storefront-brand-copy small { display: none; }
  .storefront-brand-gem { width: 42px; height: 42px; flex: 0 0 auto; }
  .storefront-navigation { min-width: max-content; gap: 0; }
  .storefront-navigation > a:not(.storefront-cart-link) { display: none; }
  .storefront-cart-link { min-height: 42px; padding-left: 12px; touch-action: manipulation; }
  .storefront-preview-banner { position: relative; z-index: 30; padding: 10px 16px; line-height: 1.4; }
  .storefront-flashes { z-index: 120; top: 76px; width: calc(100% - 24px); }
  .storefront-hero { width: calc(100% - 20px); min-height: 0; grid-template-columns: 1fr; grid-template-rows: 238px auto; margin: 10px auto 24px; border-radius: 28px; }
  .storefront-hero::before { inset: 7px; border-radius: 22px; }
  .storefront-hero::after { display: none; }
  .storefront-hero-copy { min-width: 0; grid-row: 2; justify-items: center; padding: 38px 22px 42px; text-align: center; }
  .storefront-eyebrow { justify-content: center; font-size: 8px; }
  .storefront-hero h1 { font-size: clamp(40px, 11vw, 54px); line-height: .98; }
  .storefront-hero h1, .storefront-detail-copy h1 { max-width: 100%; overflow-wrap: anywhere; }
  .storefront-hero-copy > p:nth-of-type(2) { max-width: 480px; margin-top: 18px; padding-left: 13px; font-family: var(--serif); font-size: 16px; line-height: 1.5; }
  .storefront-hero-actions { justify-content: center; gap: 13px; margin-top: 23px; }
  .storefront-hero-actions a { min-height: 44px; }
  .storefront-hero-note { justify-content: center; margin-top: 22px; text-align: left; }
  .storefront-hero-logo { min-height: 238px; grid-row: 1; gap: 8px; padding: 14px 18px 12px; border-bottom: 1px solid rgba(var(--brand-accent-rgb), .11); }
  .storefront-hero-logo::after { inset: 12px; border-radius: 76px 76px 20px 20px; }
  .storefront-hero-logo-frame { width: min(100%, 150px); }
  .storefront-hero-visual-caption small { display: none; }
  .storefront-hero-visual-caption strong { font-size: 22px; }
  .storefront-hero-monogram { min-height: 238px; }
  .storefront-hero-monogram > span { font-size: 105px; }
  .storefront-hero-monogram > small { font-size: 24px; }
  .storefront-hero-orbit-one { top: -110px; left: -130px; width: 270px; height: 270px; }
  .storefront-showcase { width: 100%; margin: -4px auto 18px; padding: 10px 0 8px; }
  .storefront-showcase-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 7px 12px; padding: 0 14px 10px; }
  .storefront-showcase-heading-copy { display: contents; }
  .storefront-showcase-heading .storefront-eyebrow { grid-column: 1 / -1; display: flex; width: 100%; min-width: 0; justify-content: flex-start; margin-bottom: 0; font-size: 7px; white-space: nowrap; }
  .storefront-showcase-heading .storefront-eyebrow::after { height: 1px; flex: 1 1 auto; min-width: 18px; background: linear-gradient(90deg, rgba(var(--brand-accent-rgb),.35), transparent); content: ""; }
  .storefront-showcase-heading h2 { min-width: 0; grid-column: 1; grid-row: 2; font-size: 22px; }
  .storefront-showcase-controls { grid-column: 2; grid-row: 2; }
  .storefront-showcase-controls button { width: 34px; height: 34px; font-size: 22px; }
  .storefront-showcase-frame::before, .storefront-showcase-frame::after { width: 15px; }
  .storefront-showcase-track { --showcase-gap: 10px; padding: 2px 14px 10px; }
  .storefront-showcase-slide { width: 134px; height: 168px; border-radius: 18px; }
  .storefront-showcase-slide::after { inset: 5px; border-radius: 12px; }
  .storefront-catalog-shell { width: calc(100% - 24px); margin-bottom: 52px; }
  .storefront-discovery { width: 100%; margin-left: 0; padding: 9px; border-radius: 18px; }
  .storefront-search-icon { left: 15px; font-size: 24px; }
  .storefront-search input { height: 48px; min-width: 0; border-radius: 13px; padding-inline: 45px; font-size: 16px; }
  .storefront-search-clear { right: 8px; width: 32px; height: 32px; }
  .storefront-category-picker { margin-top: 12px; }
  .storefront-category-heading { min-height: 0; margin: 0 4px 6px; padding: 0; border: 0; background: transparent; }
  .storefront-category-heading > div { display: flex; min-width: 0; align-items: baseline; justify-content: space-between; gap: 12px; }
  .storefront-category-heading strong { font-family: var(--serif); font-size: 16px; font-weight: 650; }
  .storefront-category-heading > div span { max-width: 47vw; color: var(--brand-accent); font-size: 8px; }
  .storefront-category-navigation { position: relative; display: block; margin: 0 -9px -4px; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .storefront-category-chips { display: grid; grid-auto-flow: column; grid-auto-columns: 72px; grid-template-rows: repeat(2, 76px); align-items: start; max-height: none; column-gap: 9px; row-gap: 7px; padding: 5px 11px 10px; overflow-x: auto; overflow-y: clip; overscroll-behavior-x: contain; scroll-padding-inline: 11px; scroll-snap-type: x proximity; touch-action: pan-x pan-y pinch-zoom; }
  .storefront-category-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 29px; height: 42px; margin: 0; border: 0; border-radius: 999px; color: var(--brand-accent-deep); background: rgba(255,255,255,.84); box-shadow: 0 5px 16px rgba(53,29,42,.09); backdrop-filter: blur(5px); font-family: var(--sans); font-size: 22px; font-weight: 500; opacity: .9; transform: translateY(-50%); }
  .storefront-category-arrow:first-child { left: 3px; }
  .storefront-category-arrow:last-child { right: 3px; }
  .storefront-category-arrow:hover { transform: translateY(-50%); }
  .storefront-category-arrow:disabled { opacity: 0; pointer-events: none; }
  .storefront-category-chip { width: 72px; min-height: 76px; gap: 6px; padding: 2px; border-radius: 16px; font-size: 9px; touch-action: manipulation; }
  .storefront-category-medallion { width: 54px; height: 54px; }
  .storefront-category-emblem { width: 29px; height: 29px; }
  .storefront-category-name { max-width: 72px; }
  .storefront-results-heading { align-items: end; }
  .storefront-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .storefront-card { border-radius: 18px; }
  .storefront-card-media { margin: 5px; border-radius: 14px; }
  .storefront-card-media::after { inset: 5px; border-radius: 11px; }
  .storefront-card-copy { padding: 13px; }
  .storefront-card-copy h2 { font-size: 20px; }
  .storefront-card-copy > div { align-items: flex-start; flex-direction: column; }
  .storefront-card-copy > div span { display: none; }
  .storefront-detail { width: calc(100% - 24px); padding: 15px 0 50px; }
  .storefront-detail-grid { grid-template-columns: 1fr; gap: 18px; padding: 10px; border-radius: 24px; }
  .storefront-detail-media { position: relative; top: auto; border-radius: 22px; }
  .storefront-detail-copy { min-width: 0; padding: 5px 7px 9px; }
  .storefront-detail-copy h1 { font-size: clamp(34px, 10.2vw, 40px); line-height: 1.01; }
  .storefront-detail-copy h1.is-medium-title { font-size: clamp(30px, 8.6vw, 34px); line-height: 1.04; }
  .storefront-detail-copy h1.is-long-title { font-size: clamp(27px, 7.7vw, 31px); letter-spacing: -.025em; line-height: 1.06; }
  .storefront-back { min-height: 40px; margin: 0 0 7px 4px; padding-top: 5px; touch-action: manipulation; }
  .storefront-description { margin: 15px 0 0; font-size: 14px; line-height: 1.55; }
  .storefront-reserve-form, .storefront-reserved-panel { margin-top: 15px; padding: 16px; border-radius: 17px; }
  .storefront-reserve-form input { min-width: 0; font-size: 16px; }
  .storefront-claim-fields { grid-template-columns: 1fr; }
  .storefront-reserve-form button { width: 100%; min-height: 52px; touch-action: manipulation; }
  .storefront-buy-box { margin-top: 24px; padding: 18px; border-radius: 19px; }
  .storefront-purchase-form { grid-template-columns: 1fr; }
  .storefront-purchase-form button { width: 100%; min-height: 52px; }
  .storefront-product-trust { grid-template-columns: 1fr; margin-top: 12px; border-radius: 20px; }
  .storefront-trust-item { min-height: 72px; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 11px; padding: 11px 13px; }
  .storefront-trust-icon { width: 42px; height: 42px; }
  .storefront-trust-icon svg { width: 23px; height: 23px; }
  .storefront-trust-item strong { font-size: 14px; }
  .storefront-trust-item small { font-size: 9px; }
  .storefront-shop-story { grid-template-columns: 68px minmax(0, 1fr); gap: 15px; min-height: 0; margin-top: 12px; padding: 20px 17px; border-radius: 22px; }
  .storefront-story-mark { width: 68px; height: 68px; border-radius: 21px; font-size: 35px; box-shadow: 0 12px 26px rgba(var(--brand-accent-rgb),.12), inset 0 0 0 5px rgba(255,255,255,.58); }
  .storefront-story-mark::after { inset: 6px; border-radius: 16px; }
  .storefront-story-copy .storefront-eyebrow { font-size: 7px; }
  .storefront-story-title-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .storefront-story-copy h2 { font-size: clamp(27px, 8.5vw, 36px); }
  .storefront-story-socials { gap: 7px; }
  .storefront-story-social { width: 42px; height: 42px; }
  .storefront-story-social svg { width: 20px; height: 20px; }
  .storefront-story-social-facebook svg { width: 23px; height: 23px; }
  .storefront-story-copy > p:last-of-type { margin-top: 10px; font-size: 12px; line-height: 1.55; }
  .storefront-story-copy > a { margin-top: 13px; font-size: 9px; }
  .storefront-recommendations { margin-top: 32px; }
  .storefront-recommendations-heading { align-items: start; margin: 0 4px 14px; }
  .storefront-recommendations-heading h2 { font-size: clamp(34px, 10vw, 43px); }
  .storefront-recommendations-heading > a { display: none; }
  .storefront-recommendation-grid { display: grid; grid-auto-flow: column; grid-auto-columns: min(76vw, 285px); grid-template-columns: none; gap: 12px; margin-inline: -12px; padding: 2px 12px 18px; overflow-x: auto; overflow-y: clip; overscroll-behavior-x: contain; scroll-padding-inline: 12px; scroll-snap-type: x proximity; scrollbar-width: none; touch-action: pan-x pan-y pinch-zoom; }
  .storefront-recommendation-grid::-webkit-scrollbar { display: none; }
  .storefront-recommendation-card { scroll-snap-align: start; }
  .storefront-recommendation-card .storefront-card-copy h3 { font-size: 23px; }
  .storefront-recommendations-mobile-link { display: flex; width: max-content; min-height: 44px; margin: 3px auto 0; }
  .storefront-cart-page, .storefront-order-page { width: calc(100% - 24px); padding: 30px 0 58px; }
  .storefront-cart-heading { align-items: start; flex-direction: column; gap: 16px; margin-bottom: 20px; }
  .storefront-cart-heading h1, .storefront-order-status h1 { font-size: clamp(38px, 12vw, 52px); line-height: 1; }
  .storefront-cart-continue { min-height: 40px; }
  .storefront-cart-assurances { grid-template-columns: 1fr; margin-bottom: 20px; border-radius: 17px; }
  .storefront-cart-assurances > div { min-height: 56px; padding: 9px 13px; }
  .storefront-cart-assurances > div + div { border-top: 1px solid rgba(var(--brand-accent-rgb),.1); border-left: 0; }
  .storefront-cart-layout { grid-template-columns: 1fr; gap: 20px; }
  .storefront-cart-item { grid-template-columns: 82px minmax(0, 1fr); gap: 13px; min-height: 0; padding: 11px; border-radius: 18px; }
  .storefront-cart-thumb { grid-row: 1 / span 2; width: 82px; border-radius: 14px; }
  .storefront-cart-emblem { width: 42px; height: 42px; }
  .storefront-cart-item h2 { margin: 4px 0 6px; font-size: 21px; overflow-wrap: anywhere; }
  .storefront-cart-item-actions { grid-column: 2; grid-row: 2; display: flex; min-width: 0; align-items: center; justify-content: space-between; justify-items: initial; margin-top: -4px; }
  .storefront-cart-item-actions > strong { font-size: 17px; }
  .storefront-cart-summary { position: relative; top: auto; }
  .storefront-cart-summary, .storefront-order-card { min-width: 0; padding: 20px; border-radius: 20px; }
  .storefront-cart-summary-lines > div, .storefront-order-line, .storefront-order-summary-line, .storefront-order-total { min-width: 0; gap: 12px; }
  .storefront-cart-summary-lines > div > :last-child, .storefront-order-line > :last-child, .storefront-order-summary-line > :last-child, .storefront-order-total > :last-child { flex: 0 0 auto; text-align: right; }
  .storefront-cart-summary button { min-height: 52px; touch-action: manipulation; }
  .storefront-empty-cart { min-height: 420px; padding: 54px 20px; border-radius: 24px; }
  .storefront-order-card-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .storefront-order-card-heading > span { overflow-wrap: anywhere; }
  .storefront-order-shop-link { width: 100%; min-height: 52px; }
  .storefront-footer { padding: 54px 20px 20px; }
  .storefront-footer-inner { grid-template-columns: 1fr; gap: 34px; padding-inline: 0; }
  .storefront-footer-brand { grid-template-columns: 52px minmax(0, 1fr); }
  .storefront-footer-mark { width: 52px; height: 52px; }
  .storefront-footer-brand strong { font-size: 30px; }
  .storefront-footer-links { gap: 18px; }
  .storefront-kundan-card { padding: 14px; }
  .storefront-footer-bottom { margin: 34px 0 0; }
}
@media (max-width: 430px) {
  .storefront-header-inner { padding-inline: 11px; }
  .storefront-brand { gap: 8px; }
  .storefront-brand-copy strong { font-size: clamp(18px, 5.8vw, 24px); }
  .storefront-brand-gem { width: 42px; height: 42px; padding: 1px; border-radius: 12px; }
  .storefront-brand-gem img { border-radius: 10px; }
  .storefront-cart-link { gap: 5px; font-size: 12px; }
  .storefront-cart-label { display: none; }
  .storefront-cart-link { padding-left: 9px; }
  .storefront-hero { grid-template-rows: 228px auto; }
  .storefront-hero-logo, .storefront-hero-monogram { min-height: 228px; }
  .storefront-hero-logo-frame { width: min(100%, 148px); }
  .storefront-hero-copy { padding: 31px 17px 36px; }
  .storefront-hero h1 { font-size: clamp(37px, 11.5vw, 49px); }
  .storefront-hero-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .storefront-hero-actions a:first-child { width: 100%; }
  .storefront-hero-actions a:last-child { min-height: 32px; justify-self: center; }
  .storefront-showcase-heading h2 { font-size: 20px; }
  .storefront-showcase-heading .storefront-eyebrow { letter-spacing: .14em; }
  .storefront-showcase-controls { gap: 5px; }
  .storefront-showcase-controls button { width: 32px; height: 32px; }
  .storefront-claim-action { grid-template-columns: 1fr; }
  .storefront-claim-action button { min-width: 0; }
  .storefront-results-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .storefront-grid { gap: 8px; }
  .storefront-card { border-radius: 14px; }
  .storefront-card-copy { padding: 10px; }
  .storefront-card-copy > span { font-size: 8px; letter-spacing: .08em; }
  .storefront-card-copy h2 { min-height: 2.4em; margin: 6px 0 10px; font-size: clamp(15px, 4.6vw, 18px); overflow-wrap: anywhere; }
  .storefront-card-copy .storefront-card-code { margin: -4px 0 9px; font-size: 9px; }
  .storefront-card-copy > div strong { font-size: 14px; }
  .storefront-reserved-badge { top: 8px; right: 8px; padding: 6px 8px; font-size: 8px; }
  .storefront-free-shipping-badge { bottom: 8px; left: 8px; padding: 6px 8px; font-size: 8px; }
  .storefront-placeholder { gap: 5px; padding: 8px; text-align: center; }
  .storefront-placeholder-emblem { width: 44px; }
  .storefront-detail-placeholder .storefront-placeholder-emblem { width: 72px; }
  .storefront-placeholder small { font-size: 9px; overflow-wrap: anywhere; }
  .storefront-placeholder em { font-size: 9px; }
  .storefront-cart-item { grid-template-columns: 72px minmax(0, 1fr); gap: 11px; }
  .storefront-cart-thumb { width: 72px; }
  .storefront-cart-emblem { width: 37px; height: 37px; }
  .storefront-cart-item h2 { font-size: 19px; }
  .storefront-cart-summary-lines > div { font-size: 12px; }
  .storefront-order-line, .storefront-order-summary-line { font-size: 12px; }
  .storefront-footer-links { grid-template-columns: 1fr 1fr; }
  .storefront-footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .storefront-motion-ready .storefront-reveal { opacity: 1 !important; transform: none !important; }
}
