:root {
    color-scheme: light;
    --ink: #171714;
    --ink-soft: #5f5e57;
    --paper: #f5f2ec;
    --paper-deep: #ebe6dd;
    --surface: #fbfaf7;
    --line: rgba(23, 23, 20, .16);
    --line-strong: rgba(23, 23, 20, .45);
    --accent: #793c2f;
    --accent-soft: #c9a794;
    --success: #2f6d4f;
    --warning: #8a5a18;
    --danger: #9b3f38;
    --inverse: #f8f5ef;
    --header-height: 74px;
    --serif: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --sans: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --ease-out: cubic-bezier(.22, 1, .36, 1);
    --shadow: 0 28px 70px rgba(30, 24, 19, .12);
}
/* Account access providers and recovery controls. */
.auth-google-button{width:100%;margin-top:14px}
.auth-verification-help{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.auth-verification-help summary{cursor:pointer;color:var(--ink-soft);font-size:13px;list-style-position:inside}
.auth-verification-help[open] summary{color:var(--ink)}
.auth-verification-help form{margin-top:14px}
.auth-verification-help .button-secondary{width:100%}

/* Guest order clarity: six lifecycle steps and readable payment records. */
.order-progress,.account-order-progress{grid-template-columns:repeat(6,minmax(0,1fr))}
.guest-order-payment-details{display:grid;gap:0;margin:0}
.guest-order-payment-details>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid var(--line)}
.guest-order-payment-details dt{color:var(--ink-soft);font-size:12px}
.guest-order-payment-details dd{margin:0;text-align:right;font-size:12px;font-weight:650;overflow-wrap:anywhere}
.guest-order-payment-proof{display:grid;gap:8px;margin-top:18px;padding:14px;border:1px solid var(--line);background:var(--paper)}
.guest-order-payment-proof small,.guest-order-payment-proof p{margin:0;color:var(--ink-soft);font-size:12px;overflow-wrap:anywhere}
@media(max-width:640px){.guest-order-header-actions{display:grid;width:100%;grid-template-columns:1fr}.guest-order-header-actions>*{width:100%}.order-progress,.account-order-progress{grid-template-columns:repeat(6,92px)}.guest-order-payment-details>div{align-items:flex-start;flex-direction:column;gap:5px}.guest-order-payment-details dd{text-align:left}}


/* Shared commerce affordances: Buy Now, persistent wishlist and actionable notices. */
.store-action-notice-link { margin-left: 8px; color: inherit; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.store-about-location { display: grid; gap: 28px; margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--line); grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); }
.store-about-copy h2 { margin: 8px 0 16px; }
.store-about-copy p { color: var(--ink-soft); line-height: 1.7; }
.store-location-map { min-height: 360px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.store-location-map iframe { display: block; width: 100%; height: 100%; min-height: 360px; border: 0; }
.store-directions-link { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 12px; padding: 12px 18px; border-radius: 999px; background: var(--accent); color: #fff; font-weight: 800; text-decoration: none; }
@media (max-width: 760px) { .store-about-location { grid-template-columns: 1fr; } .store-location-map, .store-location-map iframe { min-height: 300px; } }

.product-card-wishlist.active, .product-card-wishlist.is-active, .product-wishlist.active, .product-wishlist.is-active { background: var(--ink) !important; color: var(--paper) !important; }
.product-actions { grid-template-columns: 122px minmax(0, 1fr) minmax(0, .8fr) 54px !important; }
.product-actions .buy-now-btn { min-height: 54px; padding-inline: 18px; }
@media (max-width: 700px) {
    .product-purchase-panel .product-actions { display: none !important; }
    .mobile-buybar { gap: 8px; grid-template-columns: minmax(0, 1fr) auto auto !important; }
    .mobile-buybar .button-primary, .mobile-buybar .button-secondary { min-height: 44px; padding-inline: 14px; }
}
@media (max-width: 420px) {
    .mobile-buybar > div { display: none; }
    .mobile-buybar { grid-template-columns: 1fr 1fr !important; }
}


html[data-color-scheme="dark"] {
    color-scheme: dark;
    --ink: #efede7;
    --ink-soft: #aaa79f;
    --paper: #11110f;
    --paper-deep: #1a1916;
    --surface: #181815;
    --line: rgba(239, 237, 231, .16);
    --line-strong: rgba(239, 237, 231, .52);
    --accent: #d39b82;
    --accent-soft: #7b5548;
    --success: #83c5a2;
    --warning: #e2ba72;
    --danger: #e69a93;
    --inverse: #11110f;
    --shadow: 0 32px 80px rgba(0, 0, 0, .34);
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .48; }
[hidden] { display: none !important; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 11px 16px; background: var(--ink); color: var(--paper); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container-wide { width: min(100% - 64px, 1500px); margin-inline: auto; }
.container-narrow { width: min(100% - 40px, 1000px); margin-inline: auto; }
.section-space { padding-block: clamp(72px, 8vw, 120px); }
.eyebrow { margin: 0 0 14px; color: var(--ink-soft); font-size: 12px; font-weight: 700; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
em { font-style: normal; }
.text-link { position: relative; display: inline-flex; min-height: 38px; align-items: center; gap: 34px; padding-bottom: 7px; border-bottom: 1px solid var(--line-strong); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link i { font-size: 18px; transition: transform .3s var(--ease-out); }
.text-link:hover i { transform: translateX(6px); }
.text-link.light { border-color: rgba(255,255,255,.58); color: #fff; }
.empty-state { display: grid; min-height: 220px; place-items: center; border: 1px solid var(--line); color: var(--ink-soft); }
.product-card-wishlist.active { background: var(--ink); color: var(--paper); }
.product-details-jump { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-block: 1px solid var(--line); color: var(--ink-soft); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }

/* Header */
.announcement-bar { display: flex; min-height: 34px; align-items: center; justify-content: center; gap: 36px; padding: 6px 32px; background: var(--ink); color: var(--paper); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.announcement-bar p { margin: 0; }
.announcement-bar a { position: absolute; right: 30px; display: inline-flex; align-items: center; gap: 5px; opacity: .76; }
.site-header { position: relative; z-index: 100; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(16px); }
.home-page .site-header { position: absolute; top: 34px; right: 0; left: 0; border-color: rgba(255,255,255,.25); background: linear-gradient(to bottom, rgba(10,10,9,.3), transparent); color: #fff; backdrop-filter: none; }
.site-header.is-sticky { position: fixed; top: 0; right: 0; left: 0; width: 100%; box-shadow: 0 1px 0 var(--line); animation: header-in .28s var(--ease-out); }
.home-page .site-header.is-sticky { background: color-mix(in srgb, var(--paper) 94%, transparent); color: var(--ink); backdrop-filter: blur(16px); }
@keyframes header-in { from { transform: translateY(-100%); } }
.header-shell { position: relative; display: grid; width: min(100% - 52px, 1580px); min-height: var(--header-height); align-items: center; margin-inline: auto; grid-template-columns: 1fr auto 1fr; }
.desktop-nav, .header-actions { display: flex; align-items: center; }
.desktop-nav { gap: 32px; }
.desktop-nav > a, .nav-popover > button { padding: 10px 0; border: 0; background: none; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.nav-popover { position: relative; }
.nav-popover > button { display: flex; align-items: center; gap: 4px; }
.nav-popover-panel { position: absolute; top: calc(100% + 15px); left: -22px; display: grid; width: 290px; padding: 28px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); color: var(--ink); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s var(--ease-out); }
.nav-popover:hover .nav-popover-panel, .nav-popover:focus-within .nav-popover-panel { opacity: 1; pointer-events: auto; transform: none; }
.nav-popover-panel .eyebrow { margin-bottom: 12px; }
.nav-popover-panel a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 16px; font-weight: 600; }
.nav-popover-panel a i { font-family: var(--sans); font-size: 15px; }
.wordmark { display: grid; place-items: center; text-align: center; }
.wordmark > span { font-family: var(--serif); font-size: clamp(20px, 1.8vw, 26px); font-weight: 700; letter-spacing: -.035em; line-height: 1; }
.wordmark > small { margin-top: 6px; font-size: 9px; font-weight: 600; letter-spacing: .15em; line-height: 1; text-transform: uppercase; }
.header-actions { justify-content: end; gap: 2px; }
.icon-button { position: relative; display: inline-flex; min-width: 44px; height: 44px; align-items: center; justify-content: center; gap: 7px; padding: 0 10px; border: 0; background: transparent; color: inherit; }
.icon-button > i { font-size: 19px; }
.action-label { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.cart-items-count { display: grid; min-width: 17px; height: 17px; place-items: center; padding: 0 4px; border-radius: 20px; background: var(--ink); color: var(--paper); font-size: 8px; font-weight: 600; line-height: 1; }
.home-page .site-header:not(.is-sticky) .cart-items-count { background: #fff; color: #171714; }
.menu-trigger { display: none; justify-self: start; }
.search-drawer { position: absolute; top: 100%; right: 0; left: 0; border-block: 1px solid var(--line); background: var(--surface); color: var(--ink); box-shadow: var(--shadow); }
.search-drawer-inner { width: min(100% - 52px, 1300px); margin: auto; padding: clamp(28px, 4vw, 58px) 0; }
.search-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; font-family: var(--serif); font-size: 28px; }
.search-drawer form { display: grid; align-items: center; border-bottom: 1px solid var(--line-strong); grid-template-columns: auto 1fr auto; }
.search-drawer form > i { font-size: 27px; }
.search-drawer input { height: 78px; padding: 0 20px; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: clamp(28px, 4vw, 54px); }
.search-drawer form button { display: inline-flex; align-items: center; gap: 10px; padding: 13px 18px; border: 0; background: var(--ink); color: var(--paper); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 9px 18px; padding-top: 18px; color: var(--ink-soft); font-size: 11px; }
.search-suggestions a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.menu-drawer { position: fixed; z-index: 1002; top: 0; bottom: 0; left: 0; width: min(430px, 92vw); padding: 26px 28px; overflow-y: auto; background: var(--surface); color: var(--ink); box-shadow: var(--shadow); }
.menu-drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.menu-drawer nav { display: grid; padding: 32px 0; }
.menu-drawer nav a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; font-family: var(--serif); font-size: clamp(30px, 8vw, 46px); line-height: 1.15; }
.menu-drawer nav a i { font-family: var(--sans); font-size: 20px; }
.menu-drawer-secondary { display: grid; gap: 10px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.drawer-backdrop { position: fixed; z-index: 1001; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.52); backdrop-filter: blur(4px); }

/* Home hero */
.fashion-hero { position: relative; min-height: max(760px, 100svh); overflow: hidden; background: #312d28; color: #fff; }
.fashion-hero-media, .fashion-hero-shade { position: absolute; inset: 0; }
.fashion-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transform: scale(1.02); animation: hero-reveal 1.5s var(--ease-out) both; }
.hero-art { width: 100%; height: 100%; background: radial-gradient(circle at 72% 40%, #9c7963 0, transparent 28%), linear-gradient(130deg, #29251f 0 45%, #745a4d 45%); }
.fashion-hero-shade { background: linear-gradient(90deg, rgba(12,12,10,.68), rgba(12,12,10,.12) 62%, rgba(12,12,10,.2)), linear-gradient(0deg, rgba(12,12,10,.42), transparent 45%); }
@keyframes hero-reveal { from { opacity: 0; transform: scale(1.09); } }
.fashion-hero-content { position: relative; z-index: 2; display: grid; min-height: max(760px, 100svh); align-content: center; padding-top: 110px; }
.fashion-hero-content .eyebrow { color: rgba(255,255,255,.75); }
.fashion-hero-content h1 { max-width: 790px; margin: 0; font-family: var(--serif); font-size: clamp(72px, 9vw, 148px); font-weight: 400; letter-spacing: -.055em; line-height: .78; text-wrap: balance; }
.fashion-hero-content > p:not(.eyebrow) { max-width: 470px; margin: 34px 0 32px; color: rgba(255,255,255,.8); font-size: 15px; }
.hero-index { position: absolute; z-index: 2; right: 34px; bottom: 120px; display: grid; justify-items: center; gap: 10px; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-index i { display: block; width: 1px; height: 60px; background: rgba(255,255,255,.5); }
.hero-scroll { position: absolute; z-index: 2; bottom: 34px; left: 50%; display: flex; align-items: center; gap: 13px; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll i { font-size: 17px; animation: scroll-hint 1.8s infinite; }
@keyframes scroll-hint { 50% { transform: translateY(6px); } }

/* Editorial homepage */
.brand-statement { text-align: center; }
.brand-statement h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6.6vw, 104px); font-weight: 400; letter-spacing: -.045em; line-height: .94; text-wrap: balance; }
.brand-statement h2 em { color: var(--accent); font-weight: 400; }
.brand-statement .container-narrow > p:last-child { max-width: 570px; margin: 35px auto 0; color: var(--ink-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: clamp(34px, 5vw, 64px); }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5vw, 78px); font-weight: 400; letter-spacing: -.04em; line-height: .9; }
.collection-editorial { padding-bottom: clamp(92px, 11vw, 180px); }
.collection-grid { display: grid; gap: clamp(16px, 2.3vw, 38px); grid-template-columns: repeat(3, 1fr); }
.collection-card { position: relative; display: block; overflow: hidden; background: var(--paper-deep); }
.collection-card:nth-child(2) { margin-top: 80px; }
.collection-card img { width: 100%; aspect-ratio: 3 / 4.35; object-fit: cover; filter: saturate(.78); transition: transform .9s var(--ease-out), filter .5s; }
.collection-card:hover img { filter: saturate(1); transform: scale(1.025); }
.collection-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,12,10,.68), transparent 48%); content: ""; }
.collection-card > div { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; color: #fff; }
.collection-card h3 { margin: 0 0 4px; font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1; }
.collection-card p { max-width: 320px; margin: 10px 0 18px; color: rgba(255,255,255,.7); font-size: 12px; }
.collection-card > div > span { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.collection-number { position: absolute; z-index: 2; top: 20px; left: 20px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; color: #fff; font-size: 8px; }
.selected-products { border-top: 1px solid var(--line); }
.product-grid { display: grid; gap: 48px 22px; grid-template-columns: repeat(4, 1fr); }
.product-card { position: relative; min-width: 0; }
.product-card-media { position: relative; display: block; overflow: hidden; background: var(--paper-deep); }
.product-card-media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; filter: saturate(.82); transition: filter .45s, transform .75s var(--ease-out); }
.product-card:hover .product-card-media img { filter: saturate(1); transform: scale(1.025); }
.product-card-badges { position: absolute; z-index: 2; top: 14px; left: 14px; display: flex; flex-wrap: wrap; gap: 5px; }
.product-card-badges b { padding: 6px 8px; background: var(--paper); color: var(--ink); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-card-badges .sold-out { background: var(--ink); color: var(--paper); }
.product-card-badges .new { background: var(--accent); color: #fff; }
.product-card-view { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; background: color-mix(in srgb, var(--paper) 94%, transparent); color: var(--ink); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transform: translateY(101%); transition: transform .35s var(--ease-out); backdrop-filter: blur(8px); }
.product-card:hover .product-card-view { transform: none; }
.product-card-wishlist { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: color-mix(in srgb, var(--paper) 90%, transparent); color: var(--ink); font-size: 18px; backdrop-filter: blur(7px); transition: background .2s, color .2s; }
.product-card-wishlist:hover, .product-card-wishlist.is-active { background: var(--ink); color: var(--paper); }
.product-card-content { display: grid; gap: 7px; padding-top: 16px; grid-template-columns: 1fr auto; }
.product-card-content p { margin: 0 0 3px; color: var(--ink-soft); font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.product-card-content h3 { margin: 0; font-family: var(--serif); font-size: clamp(21px, 1.7vw, 28px); font-weight: 400; line-height: 1.05; }
.product-card-price { display: flex; align-items: end; flex-direction: column; gap: 1px; font-size: 11px; white-space: nowrap; }
.product-card-price strong { font-weight: 500; }
.product-card-price del { color: var(--ink-soft); font-size: 9px; }
.product-card-action { grid-column: 1 / -1; }
.product-card-action > a, .product-card-action > button { display: inline-flex; align-items: center; gap: 8px; padding: 2px 0 5px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink-soft); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.fashion-marquee { overflow: hidden; border-block: 1px solid var(--line); }
.fashion-marquee > div { display: flex; width: max-content; align-items: center; gap: 48px; padding: 22px 0; animation: marquee 30s linear infinite; font-family: var(--serif); font-size: clamp(24px, 3vw, 46px); }
.fashion-marquee i { color: var(--accent); font-family: var(--sans); font-size: 14px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }
.editorial-split { display: grid; width: min(100% - 64px, 1350px); align-items: center; gap: clamp(60px, 9vw, 150px); margin-inline: auto; grid-template-columns: 1.15fr .85fr; }
.editorial-image { position: relative; }
.editorial-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.7); }
.editorial-image > span { position: absolute; right: -20px; bottom: 25px; padding: 10px 14px; background: var(--paper); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: bottom right; }
.editorial-copy h2 { max-width: 560px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 100px); font-weight: 400; letter-spacing: -.05em; line-height: .86; }
.editorial-copy > p:not(.eyebrow) { max-width: 480px; margin: 35px 0; color: var(--ink-soft); font-size: 16px; }
.new-arrivals { background: var(--surface); }
.rail-controls { display: flex; gap: 8px; }
.rail-controls button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 19px; }
.product-rail { display: grid; overflow-x: auto; gap: 22px; grid-auto-columns: minmax(270px, 24%); grid-auto-flow: column; scrollbar-width: none; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.product-rail::-webkit-scrollbar { display: none; }
.product-rail .product-card { scroll-snap-align: start; }
.service-promise { border-block: 1px solid var(--line); }
.service-promise > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-promise article { display: flex; min-height: 160px; align-items: center; gap: 18px; padding: 30px; border-right: 1px solid var(--line); }
.service-promise article:last-child { border: 0; }
.service-promise article > i { font-size: 25px; }
.service-promise h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.service-promise p { margin: 0; color: var(--ink-soft); font-size: 10px; }

/* Footer */
.site-footer { background: #151512; color: #efede7; }
html[data-color-scheme="dark"] .site-footer { background: #090908; }
.footer-newsletter { display: grid; align-items: end; gap: 80px; padding-block: clamp(70px, 9vw, 130px); border-bottom: 1px solid rgba(255,255,255,.16); grid-template-columns: 1fr .8fr; }
.site-footer .eyebrow { color: #8b8983; }
.footer-newsletter h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 92px); font-weight: 400; letter-spacing: -.045em; line-height: .87; }
.footer-newsletter h2 em { color: #c69b85; font-weight: 400; }
.footer-newsletter form { display: flex; border-bottom: 1px solid rgba(255,255,255,.48); }
.footer-newsletter input { width: 100%; height: 58px; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 24px; }
.footer-newsletter button { display: inline-flex; align-items: center; gap: 14px; padding: 0; border: 0; background: transparent; color: inherit; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.footer-grid { display: grid; gap: 60px; padding-block: 70px; grid-template-columns: 2fr repeat(3, 1fr); }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 8px; }
.footer-grid h3 { margin: 0 0 14px; color: #8b8983; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid a { color: #c2c0ba; font-size: 11px; }
.footer-grid a:hover { color: #fff; }
.footer-brand .wordmark { display: inline-grid; justify-items: start; }
.footer-brand .wordmark > span { font-size: 39px; }
.footer-brand p { max-width: 410px; margin: 27px 0; color: #8b8983; font-size: 12px; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; font-size: 16px; }
.footer-bottom { display: flex; min-height: 74px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); color: #77756f; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom button { border: 0; background: transparent; color: inherit; font-size: inherit; letter-spacing: inherit; text-transform: inherit; }
.mobile-dock { display: none; }
.toast-stack { position: fixed; z-index: 1200; top: 125px; right: 20px; display: grid; width: min(380px, calc(100vw - 40px)); gap: 8px; }
.toast { display: grid; align-items: center; gap: 10px; padding: 14px 14px 14px 16px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); grid-template-columns: auto 1fr auto; font-size: 12px; }
.toast > i { color: var(--accent); font-size: 18px; }
.toast button { display: grid; width: 32px; height: 32px; place-items: center; border: 0; background: transparent; }
.reveal-on-scroll { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }

/* Catalog and discovery */
.breadcrumbs { display: flex; align-items: center; gap: 7px; margin-bottom: 60px; color: var(--ink-soft); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs i { font-size: 13px; }
.catalog-hero { padding: 48px 0 clamp(70px, 8vw, 120px); border-bottom: 1px solid var(--line); }
.catalog-hero .eyebrow { margin-bottom: 12px; }
.catalog-hero h1, .search-empty-page h1 { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(66px, 9vw, 140px); font-weight: 400; letter-spacing: -.055em; line-height: .83; }
.catalog-hero > div > p:last-child { max-width: 540px; margin: 28px 0 0; color: var(--ink-soft); font-size: 14px; }
.catalog-page { padding-block: 34px 130px; }
.catalog-shell { display: grid; align-items: start; gap: 50px; grid-template-columns: 240px minmax(0, 1fr); }
.catalog-filters { position: sticky; top: 26px; }
.filter-header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line-strong); }
.filter-header .eyebrow { margin-bottom: 3px; }
.filter-header h2 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.filter-header > button { display: none; width: 40px; height: 40px; place-items: center; border: 0; background: transparent; font-size: 21px; }
.filter-group { margin: 0; padding: 25px 0; border: 0; border-bottom: 1px solid var(--line); }
.filter-group legend, .filter-group h3 { width: 100%; margin: 0 0 15px; padding: 0; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.filter-group > label { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 7px 0; color: var(--ink-soft); cursor: pointer; font-size: 12px; }
.filter-group > label input { position: absolute; opacity: 0; }
.filter-group > label i { display: grid; width: 17px; height: 17px; place-items: center; border: 1px solid var(--line); color: transparent; font-size: 11px; }
.filter-group > label input:checked ~ i { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.filter-group > label:has(input:checked) span { color: var(--ink); }
.price-inputs { display: grid; gap: 9px; grid-template-columns: 1fr 1fr; }
.price-inputs label > span { display: block; margin-bottom: 5px; color: var(--ink-soft); font-size: 9px; }
.price-inputs label > div { display: flex; height: 42px; align-items: center; gap: 5px; padding: 0 9px; border: 1px solid var(--line); background: var(--surface); }
.price-inputs input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 11px; }
.price-inputs small, .filter-range { color: var(--ink-soft); font-size: 8px; }
.filter-range { display: block; margin-top: 8px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-cloud a { padding: 5px 8px; border: 1px solid var(--line); color: var(--ink-soft); font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.filter-actions { display: grid; gap: 10px; padding-top: 24px; text-align: center; }
.filter-actions > a { color: var(--ink-soft); font-size: 9px; text-decoration: underline; text-underline-offset: 3px; }
.button-primary { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 12px 22px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; transition: background .25s, color .25s; }
.button-primary:hover { background: transparent; color: var(--ink); }
.catalog-toolbar { display: flex; min-height: 52px; align-items: start; justify-content: space-between; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.catalog-toolbar > div { display: flex; align-items: center; gap: 20px; color: var(--ink-soft); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.catalog-toolbar b { color: var(--ink); font-weight: 500; }
.filter-toggle { display: none; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.catalog-toolbar form { display: flex; align-items: center; gap: 10px; }
.catalog-toolbar label { color: var(--ink-soft); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.catalog-toolbar select { min-width: 150px; padding: 0 22px 10px 0; border: 0; border-bottom: 1px solid var(--line-strong); outline: 0; background: transparent; font-size: 11px; }
.catalog-product-grid { gap: 48px 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalog-empty { display: grid; min-height: 430px; align-content: center; justify-items: center; padding: 30px; border: 1px solid var(--line); text-align: center; grid-column: 1 / -1; }
.catalog-empty > span { color: var(--accent); font-family: var(--serif); font-size: 18px; font-style: normal; font-weight: 650; }
.catalog-empty h2 { margin: 8px 0; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.catalog-empty p { margin: 0 0 24px; color: var(--ink-soft); }
.pagination { display: flex; justify-content: center; gap: 5px; padding-top: 70px; }
.pagination a, .pagination span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); font-size: 10px; }
.pagination span { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.search-empty-page { display: grid; min-height: 70vh; place-items: center; padding: 90px 0; text-align: center; }
.search-empty-page h1 { margin-inline: auto; font-size: clamp(60px, 8vw, 110px); }
.search-empty-page form { display: grid; max-width: 760px; margin: 50px auto 15px; border-bottom: 1px solid var(--line-strong); grid-template-columns: 1fr auto; }
.search-empty-page input { height: 76px; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: clamp(28px, 4vw, 50px); text-align: center; }
.search-empty-page button { width: 60px; border: 0; background: transparent; font-size: 24px; }
.search-empty-page > div > p:last-child { color: var(--ink-soft); font-size: 11px; }

/* Product detail */
.product-breadcrumbs { margin: 35px 0 24px; }
.product-detail { display: grid; align-items: start; gap: clamp(40px, 6vw, 100px); padding-bottom: clamp(100px, 11vw, 170px); grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); }
.product-gallery { display: grid; align-items: start; gap: 12px; grid-template-areas: "thumbs main"; grid-template-columns: 72px minmax(0, 1fr); }
.gallery-main { position: relative; grid-area: main; overflow: hidden; background: var(--paper-deep); }
.gallery-main > img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; }
.gallery-main > button { position: absolute; right: 16px; bottom: 16px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: color-mix(in srgb, var(--surface) 88%, transparent); backdrop-filter: blur(8px); }
.gallery-thumbnails { display: grid; grid-area: thumbs; gap: 8px; }
.gallery-thumbnails button { padding: 0; overflow: hidden; border: 1px solid transparent; background: transparent; opacity: .55; }
.gallery-thumbnails button.is-active { border-color: var(--ink); opacity: 1; }
.gallery-thumbnails img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.product-purchase { position: relative; }
.product-purchase-inner { position: sticky; top: 28px; padding-top: 20px; }
.product-purchase .eyebrow { margin-bottom: 14px; }
.product-purchase h1 { max-width: 650px; margin: 0; font-family: var(--serif); font-size: clamp(56px, 5.6vw, 90px); font-weight: 400; letter-spacing: -.05em; line-height: .86; }
.product-rating { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.product-rating > span { color: var(--accent); font-size: 11px; letter-spacing: 2px; }
.product-rating a { color: var(--ink-soft); font-size: 9px; text-decoration: underline; text-underline-offset: 4px; }
.product-price { display: flex; align-items: baseline; gap: 12px; margin: 28px 0 24px; }
.product-price strong { font-size: 19px; font-weight: 500; }
.product-price del { color: var(--ink-soft); font-size: 11px; }
.product-price > span { padding: 4px 7px; background: var(--accent); color: #fff; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.product-intro { max-width: 580px; color: var(--ink-soft); font-size: 13px; }
.product-intro p { margin: 0; }
.product-availability { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin: 28px 0; padding: 14px 0; border-block: 1px solid var(--line); color: var(--ink-soft); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.product-availability span:first-child { color: #47755d; }
.product-availability .is-out { color: #a14b42 !important; }
.product-availability i { margin-right: 5px; }
.product-option { margin-bottom: 22px; }
.product-option > label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.product-option > label small { color: var(--accent); font-size: 8px; }
.product-option select { width: 100%; height: 56px; padding: 0 45px 0 14px; border: 1px solid var(--line-strong); border-radius: 0; outline: 0; background: var(--surface); font-size: 11px; }
.product-option-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 10px; }
.product-option .product-option-card { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 12px; margin: 0; padding: 16px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--surface); color: var(--ink); text-transform: none; letter-spacing: normal; cursor: pointer; transition: border-color .15s, background-color .15s; }
.product-option-card input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--accent); cursor: inherit; }
.product-option-copy { display: grid; gap: 8px; min-width: 0; overflow-wrap: anywhere; }
.product-option-copy > strong { font-size: 15px; line-height: 1.4; font-weight: 700; }
.product-option-details { color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.product-option-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 14px; line-height: 1.5; }
.product-option .product-option-card:has(input:checked) { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); background: color-mix(in srgb, var(--accent) 10%, var(--surface)); }
.product-option .product-option-card:has(input:focus-visible) { outline: 3px solid var(--accent); outline-offset: 3px; }
.product-option .product-option-card:has(input:disabled) { border-style: dashed; color: var(--ink-soft); background: var(--paper); cursor: not-allowed; }
.product-option-sold-out { padding: 2px 7px; border: 1px solid var(--line-strong); border-radius: 4px; font-size: 11px; font-weight: 600; }
.product-option > [data-variant-note] { margin-top: 12px; font-size: 13px; line-height: 1.5; }
.product-option-cards[aria-invalid="true"] { outline: 2px solid var(--accent); outline-offset: 4px; border-radius: 10px; }
@media (hover: hover) { .product-option .product-option-card:has(input:not(:disabled)):hover { border-color: var(--accent); } }
@media (prefers-reduced-motion: reduce) { .product-option .product-option-card { transition: none; } }
.product-option > p { margin: 7px 0 0; color: var(--ink-soft); font-size: 9px; }
.product-actions { display: grid; gap: 9px; grid-template-columns: 122px 1fr 54px; }
.quantity-control { display: grid; height: 54px; border: 1px solid var(--line-strong); grid-template-columns: 36px 1fr 36px; }
.quantity-control button { border: 0; background: transparent; }
.quantity-control input { width: 100%; border: 0; outline: 0; background: transparent; text-align: center; -moz-appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { display: none; }
.product-add { min-height: 54px; }
.product-wishlist { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--line-strong); background: transparent; font-size: 20px; }
.purchase-assurances { margin-top: 28px; border-top: 1px solid var(--line); }
.purchase-assurances details { border-bottom: 1px solid var(--line); }
.purchase-assurances summary { display: flex; min-height: 52px; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.purchase-assurances summary::-webkit-details-marker { display: none; }
.purchase-assurances summary span { display: inline-flex; align-items: center; gap: 9px; }
.purchase-assurances summary span i { font-size: 17px; }
.purchase-assurances details[open] summary > i { transform: rotate(45deg); }
.purchase-assurances p { max-width: 500px; margin: -2px 0 18px; color: var(--ink-soft); font-size: 10px; }
.product-information { padding-block: clamp(90px, 10vw, 150px); border-block: 1px solid var(--line); background: var(--surface); }
.product-tabs { display: flex; gap: 42px; margin-bottom: 65px; border-bottom: 1px solid var(--line); }
.product-tabs button { position: relative; padding: 0 0 14px; border: 0; background: transparent; color: var(--ink-soft); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.product-tabs button[aria-selected="true"] { color: var(--ink); }
.product-tabs button[aria-selected="true"]::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--ink); content: ""; }
.product-tabs button span { display: inline-grid; min-width: 18px; height: 18px; place-items: center; margin-left: 4px; border-radius: 20px; background: var(--paper-deep); font-size: 7px; }
.product-tab-panel:not(.review-panel) { display: grid; gap: clamp(50px, 10vw, 170px); grid-template-columns: .8fr 1.2fr; }
.product-tab-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(55px, 6vw, 88px); font-weight: 400; letter-spacing: -.045em; line-height: .9; }
.product-tab-panel h2 em { color: var(--accent); font-weight: 400; }
.rich-copy { max-width: 720px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(24px, 2.5vw, 34px); line-height: 1.35; }
.rich-copy p:first-child { margin-top: 0; }
.product-specs { margin: 0; border-top: 1px solid var(--line); }
.product-specs > div { display: grid; padding: 14px 0; border-bottom: 1px solid var(--line); grid-template-columns: 180px 1fr; }
.product-specs dt { color: var(--ink-soft); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.product-specs dd { margin: 0; font-size: 11px; }
.variant-detail-list { grid-column: 1 / -1; margin-top: 40px; border-top: 1px solid var(--line); }
.variant-detail-list article { display: grid; align-items: center; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); grid-template-columns: 1fr 1fr auto; }
.variant-detail-list article > div { display: flex; flex-direction: column; }
.variant-detail-list span, .variant-detail-list small { color: var(--ink-soft); font-size: 9px; }
.review-panel { display: grid; align-items: start; gap: 70px; grid-template-columns: 1.25fr .75fr; }
.review-heading { display: grid; margin-bottom: 40px; grid-template-columns: 1fr auto; }
.review-heading .eyebrow { grid-column: 1 / -1; }
.review-heading h2 { font-size: clamp(54px, 5vw, 78px); }
.review-heading > p:last-child { display: grid; justify-items: end; margin: 0; }
.review-heading > p strong { font-family: var(--serif); font-size: 42px; font-weight: 400; line-height: 1; }
.review-heading > p span { color: var(--accent); font-size: 10px; letter-spacing: 2px; }
.review-heading > p small { color: var(--ink-soft); font-size: 8px; }
.review-card { padding: 30px 0; border-top: 1px solid var(--line); }
.review-card > div, .review-card footer { display: flex; align-items: center; justify-content: space-between; }
.review-card > div span { color: var(--accent); font-size: 10px; letter-spacing: 2px; }
.review-card time { color: var(--ink-soft); font-size: 8px; }
.review-card > p { margin: 20px 0 28px; font-family: var(--serif); font-size: clamp(24px, 2.3vw, 34px); line-height: 1.35; }
.review-card footer small { color: #47755d; font-size: 8px; text-transform: uppercase; }
.review-form-wrap { position: sticky; top: 30px; padding: 32px; border: 1px solid var(--line); background: var(--paper); }
.review-form-wrap h3, .no-reviews h3 { margin: 0 0 24px; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.fashion-form { display: grid; gap: 9px; }
.fashion-form label { margin-top: 8px; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.fashion-form select, .fashion-form textarea, .fashion-form input { width: 100%; padding: 13px; border: 1px solid var(--line); border-radius: 0; background: var(--surface); }
.fashion-form textarea { min-height: 130px; resize: vertical; }
.fashion-form .button-primary { margin-top: 10px; }
.review-gate h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 39px; font-weight: 400; }
.review-gate p { margin: 0 0 24px; color: var(--ink-soft); font-size: 11px; }
.related-products { background: var(--paper); }
.gallery-dialog { width: min(94vw, 1100px); height: 92vh; padding: 0; border: 0; background: var(--surface); box-shadow: var(--shadow); }
.gallery-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.gallery-dialog img { width: 100%; height: 100%; object-fit: contain; }
.gallery-dialog button { position: absolute; z-index: 2; top: 15px; right: 15px; display: grid; width: 46px; height: 46px; place-items: center; border: 0; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 21px; }
.mobile-buybar { display: none; }

/* Shopping bag */
.cart-page { min-height: 70vh; padding: 36px 0 clamp(100px, 10vw, 150px); }
.cart-page .breadcrumbs { margin-bottom: 65px; }
.cart-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.cart-heading .eyebrow { margin-bottom: 10px; }
.cart-heading h1, .cart-empty h1 { margin: 0; font-family: var(--serif); font-size: clamp(65px, 8vw, 118px); font-weight: 400; letter-spacing: -.055em; line-height: .84; }
.cart-heading h1 sup { display: inline-grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: 0; vertical-align: top; }
.cart-heading > div > p:last-child { margin: 20px 0 0; color: var(--ink-soft); font-size: 11px; }
.cart-layout { display: grid; align-items: start; gap: clamp(45px, 8vw, 120px); grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); }
.cart-items-head { display: grid; padding: 0 0 12px 200px; border-bottom: 1px solid var(--line-strong); color: var(--ink-soft); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; grid-template-columns: 1fr 130px 120px; }
.cart-items-head span:nth-child(n+2) { text-align: center; }
.cart-item { display: grid; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); grid-template-columns: 175px 1fr 130px 120px; }
.cart-item-image { overflow: hidden; background: var(--paper-deep); }
.cart-item-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .6s var(--ease-out); }
.cart-item-image:hover img { transform: scale(1.025); }
.cart-item-copy p { margin: 0 0 6px; color: var(--ink-soft); font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.cart-item-copy h2 { margin: 0 0 7px; font-family: var(--serif); font-size: clamp(24px, 2.5vw, 37px); font-weight: 400; line-height: 1; }
.cart-item-copy > span { display: block; color: var(--ink-soft); font-size: 9px; }
.cart-item-copy > strong { display: block; margin-top: 12px; font-size: 10px; font-weight: 500; }
.mobile-remove { display: none; }
.cart-quantity { width: 118px; height: 45px; grid-template-columns: 34px 1fr 34px; }
.cart-line-total { display: flex; align-items: center; justify-content: end; gap: 13px; }
.cart-line-total strong { font-size: 11px; font-weight: 500; white-space: nowrap; }
.cart-line-total button { display: grid; width: 30px; height: 30px; place-items: center; border: 0; background: transparent; color: var(--ink-soft); font-size: 17px; }
.cart-summary { position: sticky; top: 26px; padding: 32px; border: 1px solid var(--line); background: var(--surface); }
.cart-summary-head .eyebrow { margin-bottom: 5px; }
.cart-summary-head h2 { margin: 0 0 25px; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.cart-address { display: grid; align-items: start; gap: 10px; padding: 15px 0; border-block: 1px solid var(--line); grid-template-columns: auto 1fr auto; }
.cart-address > i { margin-top: 2px; font-size: 18px; }
.cart-address div { display: grid; }
.cart-address small { color: var(--ink-soft); font-size: 8px; text-transform: uppercase; }
.cart-address strong { font-size: 9px; font-weight: 500; }
.cart-address a { font-size: 8px; text-decoration: underline; }
.cart-summary dl { margin: 22px 0 0; }
.cart-summary dl > div { display: flex; justify-content: space-between; padding: 6px 0; font-size: 10px; }
.cart-summary dl dd { margin: 0; font-weight: 500; }
.cart-summary dl .discount { color: #47755d; }
.cart-summary dl .total { margin-top: 12px; padding-top: 18px; border-top: 1px solid var(--line-strong); font-family: var(--serif); font-size: 25px; }
.cart-coupon { margin: 23px 0; border-block: 1px solid var(--line); }
.cart-coupon summary { display: flex; min-height: 47px; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.cart-coupon summary::-webkit-details-marker { display: none; }
.cart-coupon[open] summary i { transform: rotate(45deg); }
.cart-coupon form { display: flex; padding-bottom: 15px; }
.cart-coupon input { width: 100%; height: 42px; padding: 0 11px; border: 1px solid var(--line); border-right: 0; background: var(--paper); font-size: 10px; }
.cart-coupon button { min-width: 70px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: 8px; text-transform: uppercase; }
.cart-checkout { width: 100%; }
.secure-line { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 12px 0 22px; color: var(--ink-soft); font-size: 8px; text-align: center; }
.cart-payments { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 8px; text-transform: uppercase; }
.cart-payments div { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 18px; }
.cart-payments strong { font-size: 8px; }
.cart-empty { display: grid; min-height: 570px; place-items: center; align-content: center; text-align: center; }
.cart-empty > i { margin-bottom: 24px; font-size: 38px; }
.cart-empty > p:not(.eyebrow) { margin: 24px 0; color: var(--ink-soft); }

/* Collections, editorial pages and authentication */
.directory-hero, .simple-page, .contact-page, .policy-page { padding: 40px 0 clamp(100px, 11vw, 170px); }
.directory-hero h1, .simple-page-heading h1, .contact-intro h1, .policy-layout h1 { margin: 0; font-family: var(--serif); font-size: clamp(68px, 9vw, 140px); font-weight: 400; letter-spacing: -.055em; line-height: .82; }
.directory-hero > div > p:last-child { max-width: 510px; margin: 28px 0 0; color: var(--ink-soft); }
.directory-grid { display: grid; gap: 90px 28px; padding-top: 0; grid-template-columns: repeat(3, 1fr); }
.directory-card:nth-child(3n+2) { margin-top: 100px; }
.directory-card > div { position: relative; overflow: hidden; background: var(--paper-deep); }
.directory-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; filter: saturate(.78); transition: transform .8s var(--ease-out), filter .4s; }
.directory-card:hover img { filter: saturate(1); transform: scale(1.025); }
.directory-card > div > span { position: absolute; top: 14px; left: 14px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--paper); font-size: 8px; }
.directory-card h2 { margin: 19px 0 5px; font-family: var(--serif); font-size: clamp(38px, 3.5vw, 55px); font-weight: 400; line-height: 1; }
.directory-card > p { max-width: 380px; margin: 0 0 12px; color: var(--ink-soft); font-size: 11px; }
.simple-page .breadcrumbs { margin-bottom: 70px; }
.simple-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 65px; }
.simple-page-heading .eyebrow { margin-bottom: 12px; }
.simple-page-heading > div > p:last-child { margin: 23px 0 0; color: var(--ink-soft); }
.wishlist-grid { gap: 60px 22px; }
.wishlist-item { position: relative; }
.wishlist-remove { margin-top: 13px; padding: 4px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink-soft); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.page-empty { display: grid; min-height: 510px; place-items: center; align-content: center; border-block: 1px solid var(--line); text-align: center; }
.page-empty > i { margin-bottom: 25px; font-size: 38px; }
.page-empty h2 { margin: 0; font-family: var(--serif); font-size: 58px; font-weight: 400; }
.page-empty p { margin: 14px 0 25px; color: var(--ink-soft); }
.contact-layout { display: grid; align-items: start; gap: clamp(70px, 11vw, 180px); grid-template-columns: .9fr 1.1fr; }
.contact-intro h1 em { color: var(--accent); font-weight: 400; }
.contact-intro > p:not(.eyebrow) { max-width: 470px; margin: 30px 0 48px; color: var(--ink-soft); }
.contact-details { border-top: 1px solid var(--line); }
.contact-details > a, .contact-details > div { display: grid; align-items: center; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--line); grid-template-columns: 25px 1fr; font-size: 11px; }
.contact-details > * > i { font-size: 18px; }
.contact-details span { display: grid; }
.contact-details small { color: var(--ink-soft); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { display: grid; padding: 45px; border: 1px solid var(--line); background: var(--surface); grid-template-columns: repeat(2, 1fr); }
.contact-form .eyebrow, .contact-form h2, .contact-form .full, .contact-form .button-primary, .contact-form > p:last-child { grid-column: 1 / -1; }
.contact-form h2 { margin: 0 0 25px; font-family: var(--serif); font-size: 48px; font-weight: 400; }
.contact-form .form-field { padding-right: 12px; }
.contact-form .button-primary { margin-top: 20px; }
.contact-form > p:last-child { margin: 10px 0 0; color: var(--ink-soft); font-size: 8px; text-align: center; }
.form-field { display: grid; align-content: start; gap: 6px; }
.form-field .errorlist { margin: 0; padding: 0; color: #a14b42; font-size: 9px; list-style: none; }
.form-field > small { color: var(--ink-soft); font-size: 8px; line-height: 1.45; }
.form-alert { margin-bottom: 18px; padding: 12px 14px; border-left: 2px solid #a14b42; background: color-mix(in srgb, #a14b42 9%, var(--surface)); font-size: 10px; }
.policy-layout { display: grid; align-items: start; gap: clamp(70px, 12vw, 190px); grid-template-columns: .8fr 1.2fr; }
.policy-layout aside { position: sticky; top: 28px; }
.policy-layout h1 { font-size: clamp(62px, 7vw, 105px); }
.policy-layout aside nav { display: grid; max-width: 280px; margin-top: 45px; border-top: 1px solid var(--line); }
.policy-layout aside nav a { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; }
.policy-copy { color: var(--ink-soft); font-family: var(--serif); font-size: clamp(23px, 2.3vw, 32px); line-height: 1.55; }
.policy-copy p:first-child { margin-top: 0; }
.policy-help { display: flex; align-items: center; gap: 16px; margin-top: 50px; padding: 24px; border: 1px solid var(--line); }
.policy-help > i { font-size: 25px; }
.policy-help div { display: grid; }
.policy-help strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.policy-help a { color: var(--ink-soft); font-size: 10px; text-decoration: underline; }
.not-found-page { display: grid; min-height: 82vh; place-items: center; padding: 90px 20px; text-align: center; }
.not-found-page > div { position: relative; }
.not-found-page > div > span { position: absolute; z-index: 0; top: 50%; left: 50%; color: var(--paper-deep); font-family: var(--serif); font-size: clamp(220px, 38vw, 600px); line-height: .6; transform: translate(-50%, -50%); }
.not-found-page .eyebrow, .not-found-page h1, .not-found-page p, .not-found-page > div > div { position: relative; z-index: 1; }
.not-found-page h1 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 8vw, 115px); font-weight: 400; letter-spacing: -.05em; line-height: .84; }
.not-found-page h1 em { color: var(--accent); font-weight: 400; }
.not-found-page > div > p:not(.eyebrow) { margin: 30px 0; color: var(--ink-soft); }
.not-found-page > div > div { display: flex; align-items: center; justify-content: center; gap: 25px; }

.auth-body .site-footer { display: none; }
.auth-split { display: grid; min-height: calc(100vh - 116px); grid-template-columns: 1fr 1fr; }
.auth-visual { position: relative; min-height: 760px; overflow: hidden; background: var(--paper-deep); }
.auth-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.42), transparent 45%); content: ""; }
.auth-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.auth-visual > span { position: absolute; z-index: 1; bottom: 34px; left: 34px; color: #fff; font-family: var(--serif); font-size: 38px; }
.register-split .auth-visual img { object-position: 68% center; }
.auth-panel { display: grid; place-items: center; padding: clamp(50px, 7vw, 110px); }
.auth-panel-inner { width: min(100%, 520px); }
.auth-panel-inner.wide { width: min(100%, 650px); }
.auth-panel h1, .auth-card h1 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 7vw, 95px); font-weight: 400; letter-spacing: -.055em; line-height: .82; }
.auth-panel h1 em { color: var(--accent); font-weight: 400; }
.auth-panel-inner > p:not(.eyebrow), .auth-card > p:not(.eyebrow) { max-width: 460px; margin: 25px 0 35px; color: var(--ink-soft); font-size: 12px; }
.fashion-form input, .fashion-form select, .fashion-form textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 0; outline: none; background: var(--surface); }
.fashion-form input:focus, .fashion-form select:focus, .fashion-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.form-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.form-between { display: flex; align-items: center; justify-content: space-between; margin: 13px 0; color: var(--ink-soft); font-size: 9px; }
.form-between label { display: flex; align-items: center; gap: 7px; }
.form-between input { width: 14px; min-height: 14px; accent-color: var(--ink); }
.form-between a { text-decoration: underline; text-underline-offset: 3px; }
.auth-panel .button-primary { width: 100%; margin-top: 12px; }
.auth-switch { display: flex; justify-content: center; gap: 6px; margin-top: 25px; color: var(--ink-soft); font-size: 10px; }
.auth-switch a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.auth-page { display: grid; min-height: 74vh; place-items: center; padding: clamp(80px, 10vw, 150px) 20px; }
.auth-card { width: min(100%, 610px); text-align: center; }
.auth-card h1 { font-size: clamp(54px, 6vw, 82px); }
.auth-icon { display: grid; width: 64px; height: 64px; place-items: center; margin: 0 auto 25px; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); font-size: 26px; }
.auth-icon.warning { color: #a14b42; }
.auth-card .fashion-form { text-align: left; }
.auth-card .button-primary { width: 100%; margin-top: 10px; }
.auth-back { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; color: var(--ink-soft); font-size: 9px; text-decoration: underline; }
.auth-security { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 24px; color: var(--ink-soft); font-size: 8px; }
.auth-security i { font-size: 15px; }
.auth-actions { display: flex; align-items: center; justify-content: center; gap: 28px; }
.order-lookup-page .auth-card { padding: 45px; border: 1px solid var(--line); background: var(--surface); }

/* Customer account */
.account-page { min-height: 75vh; padding: 36px 0 clamp(100px, 10vw, 150px); }
.account-page .breadcrumbs { margin-bottom: 50px; }
.account-layout { display: grid; align-items: start; gap: clamp(45px, 7vw, 105px); grid-template-columns: 245px minmax(0, 1fr); }
.account-nav { position: sticky; top: 26px; border-top: 1px solid var(--line-strong); }
.account-user { display: grid; align-items: center; gap: 13px; padding: 24px 0; border-bottom: 1px solid var(--line); grid-template-columns: 52px 1fr; }
.account-user > img, .account-user > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--serif); font-size: 21px; object-fit: cover; }
.account-user div { display: grid; min-width: 0; }
.account-user small { color: var(--ink-soft); font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.account-user strong { overflow: hidden; font-family: var(--serif); font-size: 21px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.account-user p { margin: 1px 0 0; overflow: hidden; color: var(--ink-soft); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.account-nav nav { display: grid; padding: 15px 0; border-bottom: 1px solid var(--line); }
.account-nav nav a, .account-nav form button { position: relative; display: flex; width: 100%; min-height: 44px; align-items: center; gap: 11px; padding: 0 9px; border: 0; background: transparent; color: var(--ink-soft); font-size: 10px; text-align: left; }
.account-nav nav a i, .account-nav form button i { font-size: 17px; }
.account-nav nav a:hover, .account-nav nav a.is-active { color: var(--ink); }
.account-nav nav a.is-active::after { position: absolute; right: 8px; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); content: ""; }
.account-nav form { padding-top: 15px; }
.account-page-head { padding-bottom: 60px; }
.account-page-head .eyebrow { margin-bottom: 12px; }
.account-page-head h1 { margin: 0; font-family: var(--serif); font-size: clamp(65px, 8vw, 115px); font-weight: 400; letter-spacing: -.055em; line-height: .83; }
.account-page-head h1 em { color: var(--accent); font-weight: 400; }
.account-page-head > p:last-child, .account-page-head > div > p:last-child { max-width: 570px; margin: 24px 0 0; color: var(--ink-soft); font-size: 12px; }
.account-page-head.compact h1 { font-size: clamp(58px, 6vw, 88px); }
.account-page-head.with-action { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.account-stats { display: grid; margin-bottom: 70px; border-block: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.account-stats > a { position: relative; display: grid; min-height: 230px; align-content: center; padding: 28px; border-right: 1px solid var(--line); }
.account-stats > a:last-child { border: 0; }
.account-stats > a > span { position: absolute; top: 16px; left: 16px; color: var(--ink-soft); font-size: 7px; }
.account-stats > a > i { position: absolute; top: 17px; right: 17px; color: var(--ink-soft); font-size: 20px; }
.account-stats strong { font-family: var(--serif); font-size: 72px; font-weight: 400; line-height: 1; }
.account-stats p { margin: 0 0 20px; color: var(--ink-soft); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.account-stats b { display: flex; align-items: center; gap: 8px; font-size: 8px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.account-feature { position: relative; display: grid; min-height: 410px; align-items: center; overflow: hidden; padding: clamp(35px, 5vw, 70px); background: var(--paper-deep); }
.account-feature > div { position: relative; z-index: 1; max-width: 570px; }
.account-feature h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 73px); font-weight: 400; letter-spacing: -.045em; line-height: .88; }
.account-feature h2 em { color: var(--accent); font-weight: 400; }
.account-feature > div > p:not(.eyebrow) { max-width: 460px; margin: 25px 0; color: var(--ink-soft); }
.account-feature > div > div { display: flex; align-items: center; gap: 26px; }
.account-feature > i { position: absolute; right: -20px; bottom: -90px; color: color-mix(in srgb, var(--accent) 18%, transparent); font-size: 410px; line-height: 1; }
.account-section { margin-top: 80px; }
.account-section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 24px; }
.account-section-head h2 { margin: 0; font-family: var(--serif); font-size: 45px; font-weight: 400; }
.order-list { border-top: 1px solid var(--line-strong); }
.order-list > a { display: grid; min-height: 82px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); grid-template-columns: 1fr 150px 140px 20px; }
.order-list > a > div { display: grid; }
.order-list small { color: var(--ink-soft); font-size: 8px; }
.order-list strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.order-list > a > b { font-size: 10px; font-weight: 500; }
.status-badge, .order-status-pill { display: inline-flex; width: fit-content; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid var(--line); color: var(--ink-soft); font-size: 7px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.status-badge::before, .order-status-pill::before { width: 5px; height: 5px; border-radius: 50%; background: #938f85; content: ""; }
.status-badge.status-processing::before, .status-badge.status-pending::before, .order-status-pill.status-processing::before, .order-status-pill.status-pending::before { background: #bf8e36; }
.status-badge.status-shipped::before, .order-status-pill.status-shipped::before { background: #587ba3; }
.status-badge.status-delivered::before, .status-badge.status-paid::before, .status-badge.status-completed::before, .status-badge.status-approved::before, .order-status-pill.status-delivered::before, .order-status-pill.status-paid::before, .order-status-pill.status-completed::before, .order-status-pill.status-approved::before { background: #47755d; }
.status-badge.status-cancelled::before, .status-badge.status-failed::before, .status-badge.status-rejected::before, .order-status-pill.status-cancelled::before, .order-status-pill.status-failed::before, .order-status-pill.status-rejected::before { background: #a14b42; }
.order-history { border-top: 1px solid var(--line-strong); }
.order-history-head, .order-history > a { display: grid; align-items: center; gap: 20px; grid-template-columns: 1.2fr 1fr 140px 25px; }
.order-history-head { min-height: 42px; color: var(--ink-soft); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.order-history > a { min-height: 110px; border-top: 1px solid var(--line); }
.order-history > a > div { display: grid; }
.order-history > a small { color: var(--ink-soft); font-size: 8px; }
.order-history > a div:first-child > strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.order-history > a div:first-child > span { color: var(--ink-soft); font-size: 8px; }
.order-history > a > strong { font-size: 11px; font-weight: 500; }
.order-history > a > i { font-size: 18px; }
.profile-form, .address-form { padding: clamp(28px, 5vw, 55px); border: 1px solid var(--line); background: var(--surface); }
.profile-photo { display: grid; align-items: center; gap: 28px; margin-bottom: 45px; padding-bottom: 35px; border-bottom: 1px solid var(--line); grid-template-columns: 120px 1fr; }
.profile-photo > div:first-child > img, .profile-photo > div:first-child > span { display: grid; width: 120px; height: 120px; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--serif); font-size: 42px; object-fit: cover; }
.profile-photo h2 { margin: 0; font-family: var(--serif); font-size: 35px; font-weight: 400; }
.profile-photo > div > p:not(.eyebrow) { margin: 0 0 10px; color: var(--ink-soft); font-size: 9px; }
.profile-photo .text-link { cursor: pointer; }
.profile-form > .button-primary { margin-top: 25px; }
.address-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.address-card { position: relative; min-height: 330px; padding: 28px; border: 1px solid var(--line); background: var(--surface); }
.address-card.is-default { border-color: var(--line-strong); }
.address-card-head { display: flex; align-items: center; justify-content: space-between; }
.address-card-head > span { color: var(--ink-soft); font-size: 8px; }
.address-card-head > b { padding: 5px 8px; background: var(--accent); color: #fff; font-size: 7px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.address-card h2 { margin: 35px 0 17px; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.address-card address { display: grid; color: var(--ink-soft); font-size: 10px; font-style: normal; }
.address-card address strong { color: var(--ink); font-weight: 500; }
.address-card address a { margin-top: 7px; color: var(--ink); }
.address-card address small { margin-top: 10px; color: #47755d; font-size: 8px; }
.address-actions { position: absolute; right: 28px; bottom: 23px; left: 28px; display: flex; flex-wrap: wrap; gap: 14px; padding-top: 15px; border-top: 1px solid var(--line); }
.address-actions a, .address-actions button { display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; background: transparent; color: var(--ink-soft); font-size: 8px; text-decoration: underline; text-underline-offset: 3px; }
.address-actions form { margin-left: auto; }
.address-actions form button { color: #a14b42; }
.form-field.full, .address-form .full { grid-column: 1 / -1; }
.check-field { display: flex; align-items: center; gap: 9px; font-size: 10px; }
.check-field input { width: 16px; min-height: 16px; accent-color: var(--ink); }
.form-actions { display: flex; align-items: center; gap: 25px; margin-top: 28px; }
.address-map-picker { overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.address-map-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; border-bottom: 1px solid var(--line); }
.address-map-heading > div:first-child { display: flex; align-items: center; gap: 12px; }
.address-map-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 18px; }
.address-map-heading > div:first-child > div { display: grid; }
.address-map-heading strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.address-map-heading small { color: var(--ink-soft); font-size: 8px; }
.address-map-actions { display: flex; gap: 7px; }
.address-map-actions button { min-height: 36px; padding: 7px 10px; border: 1px solid var(--line); background: var(--surface); font-size: 8px; }
.address-map-canvas { z-index: 1; width: 100%; height: 410px; background: var(--paper-deep); }
.address-map-status { margin: 0; padding: 10px 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 8px; }
.address-map-coordinates { display: grid; gap: 10px; padding: 0 16px 14px; grid-template-columns: 1fr 1fr; }
.address-map-coordinates label { display: block; font-size: 8px; }
.address-map-coordinates input { width: 100%; min-height: 40px; padding: 8px; border: 1px solid var(--line); background: var(--surface); }
.address-map-privacy { display: flex; gap: 6px; padding: 11px 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 7px; line-height: 1.5; }

@media (max-width: 1100px) {
    .container-wide { width: min(100% - 40px, 1500px); }
    .desktop-nav { gap: 18px; }
    .action-label { display: none; }
    .collection-card:nth-child(2) { margin-top: 50px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .product-rail { grid-auto-columns: 31%; }
    .service-promise > div { grid-template-columns: repeat(2, 1fr); }
    .service-promise article:nth-child(2) { border-right: 0; }
    .service-promise article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .footer-grid { gap: 35px; grid-template-columns: 1.5fr repeat(3, 1fr); }
    .catalog-shell { grid-template-columns: 210px minmax(0, 1fr); gap: 28px; }
    .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-detail { grid-template-columns: 1.1fr .9fr; gap: 40px; }
    .product-gallery { grid-template-columns: 58px minmax(0, 1fr); }
    .product-purchase h1 { font-size: 62px; }
    .product-actions { grid-template-columns: 110px 1fr 52px; }
    .cart-layout { gap: 45px; grid-template-columns: minmax(0, 1fr) 330px; }
    .cart-items-head { padding-left: 150px; grid-template-columns: 1fr 110px 95px; }
    .cart-item { gap: 17px; grid-template-columns: 130px 1fr 110px 95px; }
    .cart-quantity { width: 105px; }
    .contact-layout { gap: 70px; }
    .contact-form { padding: 34px; }
    .account-layout { gap: 45px; grid-template-columns: 215px minmax(0, 1fr); }
    .account-stats > a { padding: 20px; }
    .account-stats strong { font-size: 60px; }
}

@media (max-width: 760px) {
    :root { --header-height: 66px; }
    body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
    .container-wide { width: min(100% - 28px, 1500px); }
    .section-space { padding-block: 86px; }
    .announcement-bar { min-height: 29px; padding: 6px 10px; font-size: 7px; }
    .announcement-bar a { display: none; }
    .home-page .site-header { top: 29px; }
    .header-shell { width: calc(100% - 16px); grid-template-columns: 48px 1fr auto; }
    .desktop-nav { display: none; }
    .menu-trigger { display: inline-flex; }
    .header-actions .account-link, .header-actions .bag-link, .theme-switch { display: none; }
    .header-actions .icon-button { min-width: 42px; padding: 0; }
    .wordmark > span { font-size: 24px; }
    .wordmark > small { margin-top: 6px; font-size: 6px; }
    .search-drawer-inner { width: calc(100% - 30px); padding: 26px 0 35px; }
    .search-heading { font-size: 21px; }
    .search-drawer input { height: 60px; padding: 0 10px; font-size: 27px; }
    .search-drawer form button { width: 42px; height: 42px; justify-content: center; padding: 0; font-size: 0; }
    .search-drawer form button i { font-size: 18px; }
    .fashion-hero { min-height: 86svh; }
    .fashion-hero-content { min-height: 86svh; align-content: end; padding: 130px 0 78px; }
    .fashion-hero-content h1 { font-size: clamp(62px, 20vw, 92px); line-height: .82; }
    .fashion-hero-content > p:not(.eyebrow) { max-width: 330px; margin: 24px 0; font-size: 13px; }
    .hero-index { display: none; }
    .hero-scroll { right: 14px; bottom: 21px; left: auto; transform: none; }
    .hero-scroll span { display: none; }
    .brand-statement h2 { font-size: clamp(47px, 14vw, 68px); }
    .brand-statement .container-narrow > p:last-child { font-size: 13px; }
    .section-heading { align-items: start; margin-bottom: 30px; }
    .section-heading h2 { font-size: 48px; }
    .section-heading > .text-link { display: none; }
    .collection-grid { display: flex; width: 100%; overflow-x: auto; gap: 12px; padding-inline: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .collection-grid::-webkit-scrollbar { display: none; }
    .collection-card { min-width: 82vw; margin: 0 !important; scroll-snap-align: center; }
    .collection-card img { aspect-ratio: 3 / 4.2; }
    .product-grid { gap: 34px 11px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-card-content { gap: 5px; padding-top: 11px; grid-template-columns: 1fr; }
    .product-card-content h3 { font-size: 20px; }
    .product-card-price { align-items: start; flex-direction: row; gap: 6px; }
    .product-card-action { display: none; }
    .product-card-view { display: none; }
    .product-card-wishlist { top: 8px; right: 8px; width: 34px; height: 34px; }
    .product-card-badges { top: 8px; left: 8px; }
    .product-card-badges b { padding: 5px 6px; font-size: 6px; }
    .fashion-marquee > div { gap: 28px; padding: 16px 0; font-size: 27px; }
    .editorial-split { width: 100%; gap: 0; grid-template-columns: 1fr; }
    .editorial-image img { aspect-ratio: 4 / 5.2; }
    .editorial-copy { padding: 52px 20px 0; }
    .editorial-copy h2 { font-size: 60px; }
    .editorial-copy > p:not(.eyebrow) { margin: 25px 0; font-size: 13px; }
    .product-rail { width: 100%; padding-inline: 14px; grid-auto-columns: 72vw; }
    .service-promise > div { width: 100%; grid-template-columns: 1fr; }
    .service-promise article { min-height: 120px; padding: 22px 18px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
    .service-promise article:last-child { border-bottom: 0 !important; }
    .footer-newsletter { gap: 42px; padding-block: 75px; grid-template-columns: 1fr; }
    .footer-newsletter h2 { font-size: 56px; }
    .footer-grid { gap: 44px 20px; grid-template-columns: repeat(2, 1fr); }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { align-items: start; flex-direction: column; justify-content: center; gap: 6px; padding-block: 18px; }
    .footer-bottom > span:nth-child(2) { display: none; }
    .mobile-dock { position: fixed; z-index: 900; right: 0; bottom: 0; left: 0; display: grid; min-height: calc(62px + env(safe-area-inset-bottom)); padding: 7px 8px env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 94%, transparent); box-shadow: 0 -10px 30px rgba(0,0,0,.07); backdrop-filter: blur(18px); grid-template-columns: repeat(5, 1fr); }
    .mobile-dock a { position: relative; display: grid; min-width: 0; place-items: center; gap: 1px; color: var(--ink-soft); font-size: 8px; }
    .mobile-dock i { font-size: 20px; }
    .mobile-dock .cart-items-count { position: absolute; top: -1px; left: calc(50% + 7px); }
    .toast-stack { top: 85px; right: 12px; width: calc(100vw - 24px); }
    .catalog-hero { padding: 28px 0 65px; }
    .breadcrumbs { margin-bottom: 45px; }
    .catalog-hero h1 { font-size: clamp(60px, 19vw, 86px); }
    .catalog-hero > div > p:last-child { margin-top: 20px; font-size: 12px; }
    .catalog-page { padding-block: 18px 90px; }
    .catalog-shell { display: block; }
    .catalog-filters { position: fixed; z-index: 1102; top: 0; bottom: 0; left: 0; width: min(380px, 92vw); padding: 26px 22px; overflow-y: auto; background: var(--surface); box-shadow: var(--shadow); transform: translateX(-105%); transition: transform .35s var(--ease-out); }
    .catalog-filters.is-open { transform: none; }
    .filter-header > button { display: grid; }
    .filter-backdrop { position: fixed; z-index: 1101; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.55); }
    .filter-toggle { display: inline-flex; }
    .catalog-toolbar { min-height: 48px; align-items: start; margin-bottom: 20px; }
    .catalog-toolbar > div > span { display: none; }
    .catalog-toolbar label { display: none; }
    .catalog-toolbar select { min-width: 132px; font-size: 10px; }
    .catalog-product-grid { gap: 34px 11px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .search-empty-page { min-height: 65vh; padding: 70px 0; }
    .search-empty-page h1 { font-size: 58px; }
    .search-empty-page form { margin-top: 35px; }
    .search-empty-page input { height: 60px; font-size: 29px; }
    .product-breadcrumbs { margin: 24px 0 16px; overflow: hidden; white-space: nowrap; }
    .product-detail { display: block; width: 100%; padding-bottom: 90px; }
    .product-gallery { display: flex; overflow-x: auto; gap: 8px; padding-inline: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .gallery-main { min-width: calc(100vw - 28px); scroll-snap-align: center; }
    .gallery-main > img { aspect-ratio: 4 / 5.1; }
    .gallery-thumbnails { display: none; }
    .product-purchase { padding: 34px 18px 0; }
    .product-purchase-inner { position: static; padding: 0; }
    .product-purchase h1 { font-size: 56px; }
    .product-price { margin: 22px 0 18px; }
    .product-intro { font-size: 12px; }
    .product-actions { grid-template-columns: 108px 1fr 50px; }
    .product-tabs { gap: 24px; margin-bottom: 42px; overflow-x: auto; }
    .product-tabs button { white-space: nowrap; }
    .product-tab-panel:not(.review-panel), .review-panel { display: block; }
    .product-tab-panel h2 { font-size: 55px; }
    .rich-copy, .product-specs { margin-top: 38px; }
    .rich-copy { font-size: 25px; }
    .product-specs > div { grid-template-columns: 120px 1fr; }
    .variant-detail-list { margin-top: 35px; }
    .variant-detail-list article { grid-template-columns: 1fr 1fr; }
    .variant-detail-list article > small { grid-column: 1 / -1; }
    .review-heading { margin-bottom: 28px; }
    .review-heading h2 { font-size: 48px; }
    .review-card > p { font-size: 25px; }
    .review-form-wrap { position: static; margin-top: 45px; padding: 24px 18px; }
    .related-products .product-grid > :nth-child(n+3) { display: none; }
    .mobile-buybar { position: fixed; z-index: 880; right: 0; bottom: calc(62px + env(safe-area-inset-bottom)); left: 0; display: grid; align-items: center; gap: 12px; padding: 10px 14px; border-top: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 95%, transparent); box-shadow: 0 -10px 30px rgba(0,0,0,.08); backdrop-filter: blur(18px); grid-template-columns: 1fr auto; }
    .mobile-buybar div { display: grid; }
    .mobile-buybar small { max-width: 180px; overflow: hidden; color: var(--ink-soft); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
    .mobile-buybar strong { font-size: 12px; }
    .mobile-buybar .button-primary { min-height: 44px; padding-inline: 20px; }
    .cart-page { padding: 24px 0 90px; }
    .cart-page .breadcrumbs { margin-bottom: 42px; }
    .cart-heading { display: block; margin-bottom: 38px; }
    .cart-heading h1 { font-size: 61px; }
    .cart-heading .text-link { display: none; }
    .cart-layout { display: block; }
    .cart-items-head { display: none; }
    .cart-item { position: relative; align-items: start; gap: 14px; padding: 18px 0; grid-template-columns: 96px 1fr; }
    .cart-item-image { grid-row: 1 / 3; }
    .cart-item-copy h2 { padding-right: 15px; font-size: 25px; }
    .cart-item-copy > strong { margin-top: 7px; }
    .mobile-remove { display: inline; margin-top: 10px; padding: 0 0 2px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink-soft); font-size: 8px; text-transform: uppercase; }
    .cart-quantity { width: 105px; height: 40px; grid-column: 2; }
    .cart-line-total { position: absolute; right: 0; bottom: 28px; }
    .cart-line-total button { display: none; }
    .cart-summary { position: static; margin-top: 42px; padding: 25px 19px; }
    .cart-summary-head h2 { font-size: 37px; }
    .cart-empty { min-height: 480px; }
    .cart-empty h1 { font-size: 57px; }
    .directory-hero, .simple-page, .contact-page, .policy-page { padding: 25px 0 90px; }
    .directory-hero h1, .simple-page-heading h1, .contact-intro h1, .policy-layout h1 { font-size: 61px; }
    .directory-grid { gap: 50px 12px; grid-template-columns: repeat(2, 1fr); }
    .directory-card:nth-child(3n+2) { margin: 0; }
    .directory-card h2 { margin-top: 12px; font-size: 34px; }
    .directory-card > p { font-size: 9px; }
    .directory-card .text-link { font-size: 8px; }
    .simple-page .breadcrumbs { margin-bottom: 45px; }
    .simple-page-heading { display: block; margin-bottom: 40px; }
    .simple-page-heading > .text-link { display: none; }
    .wishlist-grid { gap: 38px 11px; }
    .page-empty { min-height: 420px; }
    .page-empty h2 { font-size: 48px; }
    .contact-layout, .policy-layout { display: block; }
    .contact-intro > p:not(.eyebrow) { margin: 22px 0 36px; }
    .contact-form { margin-top: 60px; padding: 27px 18px; grid-template-columns: 1fr; }
    .contact-form .form-field { padding-right: 0; grid-column: 1; }
    .contact-form h2 { font-size: 42px; }
    .policy-layout aside { position: static; }
    .policy-layout aside nav { max-width: none; margin: 35px 0 55px; }
    .policy-copy { font-size: 24px; }
    .not-found-page h1 { font-size: 59px; }
    .not-found-page > div > div { flex-direction: column; }
    .auth-split { display: block; min-height: 0; }
    .auth-visual { min-height: 38vh; }
    .auth-visual > span { bottom: 20px; left: 20px; font-size: 30px; }
    .auth-panel { padding: 60px 20px 90px; }
    .auth-panel h1, .auth-card h1 { font-size: 58px; }
    .form-grid { grid-template-columns: 1fr; }
    .order-lookup-page .auth-card { padding: 32px 18px; }
    .auth-actions { flex-direction: column; }
    .account-page { padding: 24px 0 90px; }
    .account-page .breadcrumbs { margin-bottom: 28px; }
    .account-layout { display: block; }
    .account-nav { position: static; display: grid; overflow: hidden; margin-bottom: 42px; border-bottom: 1px solid var(--line); grid-template-columns: minmax(0,1fr) auto; }
    .account-nav::-webkit-scrollbar { display: none; }
    .account-user, .account-nav > form { display: none; }
    .account-nav nav { display: flex; width: auto; min-width: 0; overflow-x: auto; padding: 0; border: 0; scrollbar-width: none; }
    .account-nav nav::-webkit-scrollbar { display: none; }
    .account-nav nav a { min-height: 45px; padding: 0 14px; border-bottom: 1px solid transparent; white-space: nowrap; }
    .account-nav nav a.is-active { border-bottom-color: var(--ink); }
    .account-nav nav a.is-active::after { display: none; }
    .account-nav > form { display: block; flex: 0 0 auto; padding: 0; border-left: 1px solid var(--line); }
    .account-nav > form button { min-height: 45px; padding: 0 14px; white-space: nowrap; }
    .account-page-head { padding-bottom: 42px; }
    .account-page-head h1, .account-page-head.compact h1 { font-size: 58px; }
    .account-page-head.with-action { align-items: start; flex-direction: column; }
    .account-stats { grid-template-columns: 1fr; }
    .account-stats > a { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }
    .account-stats > a:last-child { border-bottom: 0; }
    .account-stats strong { font-size: 55px; }
    .account-feature { min-height: 430px; padding: 35px 22px; }
    .account-feature h2 { font-size: 54px; }
    .account-feature > div > div { align-items: start; flex-direction: column; }
    .account-feature > i { right: -60px; font-size: 330px; }
    .account-section { margin-top: 60px; }
    .account-section-head .text-link { display: none; }
    .order-list > a { gap: 10px; padding: 16px 0; grid-template-columns: 1fr auto 18px; }
    .order-list > a > .status-badge { grid-column: 1; grid-row: 2; }
    .order-list > a > b { grid-column: 2; grid-row: 1 / 3; }
    .order-list > a > i { grid-column: 3; grid-row: 1 / 3; }
    .order-history-head { display: none; }
    .order-history > a { gap: 10px; padding: 18px 0; grid-template-columns: 1fr auto 18px; }
    .order-history > a > div:nth-child(2) { grid-column: 1; grid-row: 2; }
    .order-history > a > strong { grid-column: 2; grid-row: 1 / 3; }
    .order-history > a > i { grid-column: 3; grid-row: 1 / 3; }
    .profile-form, .address-form { padding: 25px 18px; }
    .profile-photo { gap: 18px; grid-template-columns: 82px 1fr; }
    .profile-photo > div:first-child > img, .profile-photo > div:first-child > span { width: 82px; height: 82px; font-size: 30px; }
    .profile-photo h2 { font-size: 28px; }
    .address-grid { grid-template-columns: 1fr; }
    .address-map-heading { align-items: start; flex-direction: column; }
    .address-map-actions { width: 100%; }
    .address-map-actions button { flex: 1; }
    .address-map-canvas { height: 340px; }
    .address-map-coordinates { grid-template-columns: 1fr; }
}

/* Gridline technology storefront ------------------------------------------------ */
:root {
    --paper: #f4f6f8;
    --paper-deep: #e9edf2;
    --surface: #ffffff;
    --surface-raised: #ffffff;
    --ink: #12151c;
    --ink-soft: #606674;
    --line: rgba(18, 21, 28, .12);
    --line-strong: rgba(18, 21, 28, .28);
    --accent: #2855ff;
    --accent-soft: #e7ecff;
    --success: #257652;
    --warning: #9a631c;
    --danger: #b23a40;
    --sans: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --serif: var(--sans);
    --mono: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
    --shadow: 0 18px 60px rgba(22, 29, 45, .09);
    --radius: 12px;
}
html[data-color-scheme="dark"] {
    color-scheme: dark;
    --paper: #0c0f16;
    --paper-deep: #111622;
    --surface: #151a24;
    --surface-raised: #1a202c;
    --ink: #f3f5f8;
    --ink-soft: #9ca5b5;
    --line: rgba(236, 241, 250, .12);
    --line-strong: rgba(236, 241, 250, .27);
    --accent: #7390ff;
    --accent-soft: #1c2858;
    --success: #7ad0a6;
    --warning: #e4b46e;
    --danger: #ef8c91;
    --shadow: 0 20px 70px rgba(0, 0, 0, .34);
}
html { scroll-padding-top: 110px; background: var(--paper); }
.tech-site { overflow-x: clip; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--sans); }
.tech-site *, .tech-site *::before, .tech-site *::after { box-sizing: border-box; }
.tech-site h1, .tech-site h2, .tech-site h3, .tech-site h4, .tech-site p { text-wrap: pretty; }
.tech-site h1, .tech-site h2, .tech-site h3, .tech-site h4, .tech-site strong, .tech-site b { font-family: var(--sans); }
.tech-site em { color: inherit; font-style: normal; }
.container-wide { width: min(100% - 48px, 1480px); }
.container-narrow { width: min(100% - 48px, 980px); }
.section-space { padding-block: clamp(72px, 8vw, 120px); }
.eyebrow { margin: 0 0 12px; color: var(--accent); font: 700 11px/1.2 var(--sans); letter-spacing: .11em; text-transform: uppercase; }
.button-primary, .button-secondary { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid var(--accent); border-radius: 8px; background: var(--accent); color: #fff; font: 700 13px/1 var(--sans); letter-spacing: 0; text-transform: none; transition: transform .18s, background .18s, border-color .18s; }
.button-primary:hover, .button-secondary:hover { transform: translateY(-1px); border-color: #173edc; background: #173edc; color: #fff; }
.button-secondary { border-color: var(--line-strong); background: var(--surface); color: var(--ink); }
.button-secondary:hover { border-color: var(--accent); background: var(--surface); color: var(--accent); }
.text-link { gap: 7px; color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.text-link::after { display: none; }
.text-link:hover { color: var(--accent); }
.section-heading { align-items: end; margin-bottom: 30px; }
.section-heading h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 4vw, 54px); font-weight: 750; letter-spacing: -.045em; line-height: 1.03; }
.section-heading .eyebrow { margin-bottom: 9px; }

/* Header */
.announcement-bar { min-height: 34px; padding: 6px clamp(16px, 3vw, 42px); background: #10131a; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.announcement-bar p { display: flex; align-items: center; gap: 7px; }
.announcement-bar a { color: rgba(255,255,255,.8); font-size: 11px; }
.site-header, .home-page .site-header { position: relative; z-index: 100; right: auto; left: auto; width: 100%; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 94%, transparent); color: var(--ink); backdrop-filter: blur(16px); box-shadow: none; }
.site-header.is-sticky { position: fixed; top: 0; right: 0; left: 0; width: 100%; background: color-mix(in srgb, var(--surface) 94%, transparent); color: var(--ink); box-shadow: 0 12px 40px rgba(15,20,31,.1); }
.header-shell { display: grid; width: min(100% - 48px, 1480px); min-height: 76px; margin-inline: auto; padding: 0; grid-template-columns: auto auto minmax(180px, 1fr) auto; gap: clamp(18px, 2.5vw, 38px); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-align: left; }
.wordmark > img { display: block; width: 38px; height: 38px; flex: 0 0 38px; }
.wordmark > span { display: grid; place-items: initial; }
.wordmark > span > b { color: currentColor; font-size: 17px; font-weight: 800; letter-spacing: -.025em; line-height: 1.1; }
.wordmark > span > small { margin-top: 2px; color: var(--ink-soft); font-size: 10px; font-weight: 600; letter-spacing: .02em; line-height: 1.1; text-transform: none; }
.desktop-nav { gap: clamp(16px, 2vw, 27px); }
.desktop-nav > a, .desktop-nav > .nav-popover > button { min-height: 76px; color: var(--ink); font-size: 12px; font-weight: 650; letter-spacing: 0; text-transform: none; }
.desktop-nav > a:hover, .desktop-nav > .nav-popover > button:hover { color: var(--accent); }
.nav-popover-panel { top: calc(100% - 4px); width: 300px; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: var(--shadow); }
.nav-popover-panel a { color: var(--ink); font-size: 14px; }
.header-search { display: flex; width: 100%; max-width: 440px; min-height: 42px; align-items: center; justify-self: center; gap: 10px; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink-soft); font-size: 13px; text-align: left; }
.header-search span { flex: 1; }
.header-search kbd { padding: 2px 6px; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); color: var(--ink-soft); font: 10px var(--mono); }
.compact-search { display: none; }
.header-actions { gap: 4px; }
.icon-button { min-width: 40px; min-height: 40px; border-radius: 8px; color: var(--ink); }
.icon-button:hover { background: var(--paper-deep); color: var(--accent); }
.header-actions .action-label { font-size: 11px; font-weight: 650; letter-spacing: 0; text-transform: none; }
.cart-items-count { min-width: 18px; height: 18px; border-radius: 9px; background: var(--accent); color: #fff; font-size: 10px; }
.home-page .site-header:not(.is-sticky) .cart-items-count { background: var(--accent); color: #fff; }
.search-drawer { top: 100%; border-top: 1px solid var(--line); background: var(--surface); color: var(--ink); }
.search-drawer-inner { width: min(100% - 48px, 1040px); padding: 30px 0 38px; }
.search-heading span { font-size: 14px; font-weight: 750; }
.search-drawer form { border-bottom: 2px solid var(--ink); }
.search-drawer form input { color: var(--ink); font: 650 clamp(26px, 4vw, 48px) var(--sans); }
.search-drawer form input::placeholder { color: var(--ink-soft); }
.menu-drawer { background: var(--surface); color: var(--ink); }
.menu-drawer nav a { color: var(--ink); font-family: var(--sans); font-size: clamp(25px, 7vw, 36px); font-weight: 700; }

/* Home */
.tech-hero { display: grid; min-height: min(720px, calc(100vh - 110px)); background: #10131a; color: #fff; grid-template-columns: minmax(420px, .78fr) minmax(0, 1.22fr); }
.tech-hero-copy { display: grid; align-content: center; padding: clamp(56px, 7vw, 110px) clamp(32px, 6vw, 100px); }
.tech-hero-copy .eyebrow { color: #91a6ff; }
.tech-hero-copy h1 { max-width: 720px; margin: 0; font-size: clamp(54px, 6vw, 92px); font-weight: 780; letter-spacing: -.06em; line-height: .96; }
.tech-hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 26px 0 0; color: #aeb5c2; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.6; }
.tech-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 34px; }
.tech-hero .text-link { color: #fff; }
.tech-hero-facts { display: grid; margin: clamp(42px, 6vw, 74px) 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); grid-template-columns: repeat(3, 1fr); }
.tech-hero-facts div { display: grid; gap: 8px; padding-right: 18px; }
.tech-hero-facts dt { color: #91a6ff; font: 600 10px var(--mono); }
.tech-hero-facts dd { margin: 0; color: #d6dae2; font-size: 12px; }
.tech-hero-media { position: relative; min-height: 560px; overflow: hidden; }
.tech-hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, #10131a 0, transparent 22%); content: ""; pointer-events: none; }
.tech-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.tech-hero-media > span { position: absolute; z-index: 2; right: 22px; bottom: 20px; padding: 8px 11px; border-radius: 6px; background: rgba(13,16,23,.72); color: #fff; font: 600 10px var(--mono); letter-spacing: .08em; }
.tech-category-section { padding-block: clamp(72px, 8vw, 116px); }
.tech-category-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0,1fr)); }
.tech-category-card { position: relative; display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: var(--ink); grid-template-columns: 112px minmax(0,1fr) auto; align-items: center; transition: border-color .2s, transform .2s, box-shadow .2s; }
.tech-category-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb,var(--accent) 55%,var(--line)); box-shadow: var(--shadow); }
.tech-category-card > div { width: 112px; height: 112px; overflow: hidden; background: #f2f4f7; }
.tech-category-card img { width: 100%; height: 100%; object-fit: contain; }
.tech-category-card > span { display: grid; min-width: 0; gap: 5px; padding: 16px; }
.tech-category-card b { font-size: 15px; }
.tech-category-card small { overflow: hidden; color: var(--ink-soft); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.tech-category-card > i { margin-right: 16px; color: var(--ink-soft); font-size: 18px; }
.tech-featured { border-top: 1px solid var(--line); background: var(--surface); }
.product-grid { gap: 18px; grid-template-columns: repeat(4, minmax(0,1fr)); }
.tech-product-card { position: relative; display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.product-card-topline { display: flex; min-height: 48px; align-items: center; justify-content: space-between; padding: 8px 12px 6px 16px; }
.product-card-topline > span { color: var(--ink-soft); font-size: 11px; font-weight: 650; }
.product-card-wishlist { position: static; display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 7px; background: transparent; color: var(--ink-soft); font-size: 18px; }
.product-card-wishlist:hover, .product-card-wishlist.active { background: var(--accent-soft); color: var(--accent); }
.product-card-media { position: relative; display: block; margin: 0 10px; overflow: hidden; border-radius: 9px; background: #f2f4f7; aspect-ratio: 1; }
html[data-color-scheme="dark"] .product-card-media { background: #e9ecf1; }
.product-card-media img { width: 100%; height: 100%; padding: 5%; object-fit: contain; transition: transform .35s ease; }
.tech-product-card:hover .product-card-media img { transform: scale(1.025); }
.product-card-badges { top: 10px; right: auto; bottom: auto; left: 10px; display: flex; flex-wrap: wrap; gap: 5px; }
.product-card-badges b { padding: 5px 8px; border-radius: 5px; background: var(--accent); color: #fff; font-size: 10px; letter-spacing: 0; text-transform: none; }
.product-card-badges .new { background: #131820; }
.product-card-badges .sold-out { background: #a9373c; }
.product-card-content { display: grid; flex: 1; gap: 12px; padding: 18px 16px 16px; }
.product-card-content h3 { margin: 0; font-size: 16px; font-weight: 720; letter-spacing: -.02em; line-height: 1.35; }
.product-card-content h3 a { color: var(--ink); }
.product-card-tags { display: flex; min-height: 22px; flex-wrap: wrap; gap: 6px; }
.product-card-tags span { padding: 3px 7px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink-soft); font-size: 10px; line-height: 1.3; }
.product-card-price { display: flex; align-items: baseline; gap: 8px; }
.product-card-price strong { color: var(--ink); font-size: 15px; font-weight: 760; }
.product-card-price del { color: var(--ink-soft); font-size: 11px; }
.product-card-action { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.product-card-action a, .product-card-action button { display: flex; width: 100%; min-height: 39px; align-items: center; justify-content: space-between; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; }
.product-card-action a:hover, .product-card-action button:hover { color: var(--accent); }
.tech-workspace { display: grid; overflow: hidden; margin-block: clamp(72px, 8vw, 120px); border-radius: 16px; background: #10131a; color: #fff; grid-template-columns: 1.25fr .75fr; }
.tech-workspace-media { min-height: 560px; }
.tech-workspace-media img { width: 100%; height: 100%; object-fit: cover; }
.tech-workspace-copy { display: grid; align-content: center; padding: clamp(38px, 5vw, 76px); }
.tech-workspace-copy .eyebrow { color: #91a6ff; }
.tech-workspace-copy h2 { margin: 0; font-size: clamp(38px, 4.4vw, 66px); font-weight: 760; letter-spacing: -.05em; line-height: 1.02; }
.tech-workspace-copy > p:not(.eyebrow) { margin: 23px 0; color: #adb4c1; font-size: 15px; line-height: 1.7; }
.tech-workspace-copy ul { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; color: #d8dce3; font-size: 13px; }
.tech-workspace-copy li { display: flex; align-items: center; gap: 9px; }
.tech-workspace-copy li i { color: #91a6ff; }
.tech-workspace-copy .button-secondary { width: max-content; border-color: rgba(255,255,255,.25); background: transparent; color: #fff; }
.product-rail { gap: 18px; }
.product-rail .tech-product-card { width: min(330px, 82vw); min-width: min(330px,82vw); }
.rail-controls button { border-color: var(--line); border-radius: 8px; background: var(--surface); color: var(--ink); }
.service-promise { border-block: 1px solid var(--line); background: var(--surface); }
.service-promise > div { grid-template-columns: repeat(4,1fr); }
.service-promise article { min-height: 130px; padding: 24px; border-color: var(--line); }
.service-promise article > i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 9px; background: var(--accent-soft); color: var(--accent); font-size: 21px; }
.service-promise h3 { font-size: 14px; font-weight: 730; }
.service-promise p { color: var(--ink-soft); font-size: 11px; }

/* Footer */
.site-footer { background: #0e1118; color: #f2f4f8; }
html[data-color-scheme="dark"] .site-footer { background: #080a0f; }
.footer-newsletter { display: grid; gap: 50px; padding-block: 70px; border-bottom: 1px solid rgba(255,255,255,.12); grid-template-columns: 1fr minmax(320px,.8fr); align-items: end; }
.footer-newsletter h2 { margin: 0; font-size: clamp(34px,4vw,56px); font-weight: 740; letter-spacing: -.045em; line-height: 1.05; }
.footer-newsletter p:not(.eyebrow) { margin: 12px 0 0; color: #929aa8; font-size: 13px; }
.footer-newsletter form { display: grid; min-height: 50px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; grid-template-columns: 1fr auto; }
.footer-newsletter input { min-width: 0; padding: 0 15px; border: 0; background: transparent; color: #fff; font-size: 14px; }
.footer-newsletter button { padding: 0 18px; border: 0; border-left: 1px solid rgba(255,255,255,.22); background: transparent; color: #fff; font-size: 12px; font-weight: 700; }
.footer-grid { gap: clamp(28px,5vw,80px); padding-block: 62px; grid-template-columns: 1.6fr repeat(3,1fr); }
.footer-brand .wordmark { color: #fff; }
.footer-brand .wordmark small { color: #8992a2; }
.footer-brand p { margin: 22px 0; color: #929aa8; font-size: 13px; }
.footer-grid h3 { color: #818a99; font-size: 11px; letter-spacing: .08em; }
.footer-grid a { color: #d1d5dc; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.social-links a { border-radius: 7px; }
.footer-bottom { min-height: 68px; color: #7f8794; font-size: 10px; letter-spacing: .02em; text-transform: none; }

@media (hover: none) { .product-card-view { display: none; } }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal-on-scroll { opacity: 1; transform: none; }
}

/* Human-scale refinement: a neutral type system and practical reading sizes. */
.announcement-bar { font-size: 11px; letter-spacing: .08em; }
.desktop-nav > a, .nav-popover > button, .action-label { font-size: 12px; letter-spacing: .06em; }
.search-heading { font-size: 22px; font-weight: 650; }
.search-drawer input { font-size: clamp(24px, 3vw, 38px); font-weight: 600; }
.menu-drawer nav a { font-size: clamp(24px, 6vw, 34px); font-weight: 650; }
.hero-index, .hero-scroll, .collection-number, .editorial-image > span { font-size: 10px; letter-spacing: .1em; }
.fashion-hero-content h1 { max-width: 760px; font-size: clamp(48px, 6vw, 76px); font-weight: 700; letter-spacing: -.045em; line-height: 1.04; }
.fashion-hero-content > p:not(.eyebrow) { font-size: 17px; line-height: 1.6; }
.brand-statement h2 { font-size: clamp(36px, 4.6vw, 64px); font-weight: 650; letter-spacing: -.035em; line-height: 1.08; }
.section-heading h2 { font-size: clamp(34px, 4vw, 52px); font-weight: 650; letter-spacing: -.035em; line-height: 1.08; }
.collection-card h3 { font-size: clamp(28px, 3vw, 40px); font-weight: 650; }
.collection-card p { font-size: 14px; line-height: 1.55; }
.collection-card > div > span, .product-card-view { font-size: 11px; letter-spacing: .08em; }
.product-card-content p { font-size: 11px; letter-spacing: .08em; }
.product-card-content h3 { font-size: clamp(17px, 1.45vw, 21px); font-weight: 650; line-height: 1.25; }
.product-card-price { font-size: 14px; }
.product-card-price del { font-size: 12px; }
.product-card-action > a, .product-card-action > button { font-size: 11px; }
.fashion-marquee > div { font-size: clamp(20px, 2vw, 30px); font-weight: 600; }
.editorial-copy h2 { font-size: clamp(38px, 5vw, 66px); font-weight: 650; letter-spacing: -.04em; line-height: 1.04; }
.service-promise h3 { font-size: 18px; font-weight: 650; }
.service-promise p { font-size: 13px; line-height: 1.5; }
.footer-newsletter h2 { font-size: clamp(36px, 4.5vw, 60px); font-weight: 650; line-height: 1.05; }
.footer-newsletter input { font-size: 18px; }
.catalog-hero h1, .search-empty-page h1 { font-size: clamp(42px, 5vw, 64px); font-weight: 700; letter-spacing: -.045em; line-height: 1.06; }
.catalog-hero > div > p:last-child { font-size: 15px; }
.filter-header h2 { font-size: 22px; font-weight: 650; }
.filter-group h3, .filter-group legend, .catalog-toolbar, .filter-apply, .filter-clear, .filter-toggle { font-size: 12px; }
.filter-group > label { font-size: 13px; }
.price-inputs label > span { font-size: 11px; }
.price-inputs small, .filter-range { font-size: 11px; }
.price-inputs input { font-size: 13px; }
.tag-cloud a { font-size: 11px; }
.filter-actions > a, .catalog-toolbar > div, .catalog-toolbar label { font-size: 12px; }
.button-primary { font-size: 12px; letter-spacing: .07em; }
.product-card-badges b { font-size: 10px; letter-spacing: .07em; }
.breadcrumbs { font-size: 11px; }
.product-purchase h1 { font-size: clamp(38px, 4.2vw, 60px); font-weight: 700; letter-spacing: -.045em; line-height: 1.06; }
.product-intro, .purchase-assurances p { font-size: 14px; }
.product-rating, .product-availability, .product-option label, .product-option p, .product-details-jump { font-size: 11px; }
.product-rating a { font-size: 12px; }
.product-price strong { font-size: 24px; }
.product-price del { font-size: 13px; }
.product-price > span { font-size: 10px; }
.product-option > label small, .product-option > p { font-size: 11px; }
.product-option select { font-size: 14px; }
.product-tabs button { font-size: 13px; }
.product-tabs button span { font-size: 10px; }
.product-tab-panel h2 { font-size: clamp(36px, 4.5vw, 56px); font-weight: 650; line-height: 1.06; }
.rich-copy { font-family: var(--sans); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; }
.product-specs, .variant-detail-list { font-size: 13px; }
.product-specs dt { font-size: 11px; }
.product-specs dd { font-size: 13px; }
.variant-detail-list span, .variant-detail-list small { font-size: 11px; }
.review-heading > p small, .review-card time, .review-card footer small { font-size: 11px; }
.review-card > p { font-family: var(--sans); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; }
.review-form-wrap h3, .no-reviews h3, .review-gate h3 { font-size: 25px; font-weight: 650; }
.cart-heading h1, .cart-empty h1 { font-size: clamp(42px, 5vw, 64px); font-weight: 700; letter-spacing: -.045em; line-height: 1.06; }
.cart-item-copy h2 { font-size: clamp(20px, 2vw, 28px); font-weight: 650; line-height: 1.2; }
.cart-summary-head h2 { font-size: 28px; font-weight: 650; }
.directory-hero h1, .simple-page-heading h1, .contact-intro h1, .policy-layout h1 { font-size: clamp(42px, 5vw, 64px); font-weight: 700; letter-spacing: -.045em; line-height: 1.06; }
.directory-card h2 { font-size: clamp(25px, 2.7vw, 36px); font-weight: 650; }
.directory-card > div > span { font-size: 10px; }
.directory-card > p { font-size: 13px; line-height: 1.55; }
.directory-card .text-link { font-size: 11px; }
.contact-details > a, .contact-details > div { font-size: 14px; }
.contact-details small { font-size: 11px; letter-spacing: .06em; }
.contact-form h2 { font-size: 30px; font-weight: 650; }
.contact-form > p:last-child { font-size: 12px; }
.policy-copy { font-family: var(--sans); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.75; }
.auth-panel h1, .auth-card h1 { font-size: clamp(40px, 4.5vw, 56px); font-weight: 700; letter-spacing: -.045em; line-height: 1.06; }
.auth-form label, .fashion-form label, .contact-form label { font-size: 12px; }
.auth-form input, .fashion-form input, .fashion-form select, .fashion-form textarea, .contact-form input, .contact-form textarea { font-size: 15px; }
.account-user strong { font-size: 17px; font-weight: 650; }
.account-nav nav a { font-size: 13px; }
.account-page-head h1 { font-size: clamp(40px, 4.5vw, 58px); font-weight: 700; letter-spacing: -.045em; line-height: 1.06; }
.account-page-head > p:last-child { font-size: 15px; }
.account-stats strong { font-size: 48px; font-weight: 650; }
.account-stats p, .account-stats b, .order-list, .order-history { font-size: 12px; }
.account-feature h2 { font-size: clamp(34px, 4vw, 50px); font-weight: 650; line-height: 1.08; }
.account-feature > div > p:not(.eyebrow) { font-size: 15px; }
.account-section-head h2, .profile-photo h2, .address-card h2 { font-size: 27px; font-weight: 650; }
.address-card address, .address-actions a, .address-actions button, .check-field { font-size: 12px; }
.address-map-heading strong { font-size: 17px; font-weight: 650; }
.address-map-heading small, .address-map-status, .address-map-coordinates label, .address-map-privacy { font-size: 12px; }
.address-map-actions button { font-size: 11px; font-weight: 650; }
.mobile-buybar small { font-size: 11px; }
.mobile-buybar strong { font-size: 14px; }
.wordmark > small { font-size: 10px; letter-spacing: .1em; }
.cart-items-count { min-width: 18px; height: 18px; font-size: 10px; }
.footer-grid h3 { font-size: 11px; letter-spacing: .12em; }
.footer-bottom { font-size: 11px; letter-spacing: .06em; }

@media (max-width: 760px) {
    body { font-size: 15px; }
    .section-space { padding-block: 64px; }
    .announcement-bar { font-size: 10px; }
    .wordmark > span { font-size: 19px; }
    .wordmark > small { font-size: 10px; letter-spacing: .08em; }
    .fashion-hero-content h1 { font-size: clamp(44px, 13vw, 60px); line-height: 1.04; }
    .fashion-hero-content > p:not(.eyebrow) { font-size: 15px; }
    .brand-statement h2 { font-size: clamp(34px, 10vw, 46px); }
    .section-heading h2 { font-size: 34px; }
    .collection-card h3 { font-size: 30px; }
    .product-card-content h3 { font-size: 17px; }
    .product-card-price { font-size: 13px; }
    .editorial-copy h2 { font-size: 42px; }
    .footer-newsletter h2 { font-size: 38px; }
    .mobile-dock a { font-size: 10px; }
    .catalog-hero h1, .search-empty-page h1 { font-size: 44px; }
    .product-purchase h1 { font-size: 38px; }
    .product-tab-panel h2 { font-size: 38px; }
    .rich-copy, .review-card > p { font-size: 17px; }
    .cart-heading h1, .cart-empty h1, .directory-hero h1, .simple-page-heading h1, .contact-intro h1, .policy-layout h1 { font-size: 43px; }
    .auth-panel h1, .auth-card h1, .account-page-head h1, .account-page-head.compact h1 { font-size: 42px; }
    .account-feature h2 { font-size: 38px; }
    .account-stats strong { font-size: 42px; }
}

/* Catalog, product, checkout-adjacent and account surfaces */
.catalog-hero, .directory-hero, .simple-page, .contact-page, .policy-page, .account-page { background: var(--paper); }
.catalog-hero, .directory-hero { padding: 56px 0 50px; border-bottom: 1px solid var(--line); background: var(--surface); }
.catalog-hero .breadcrumbs, .directory-hero .breadcrumbs { margin-bottom: 44px; }
.catalog-hero h1, .directory-hero h1 { max-width: 920px; margin: 0; color: var(--ink); font-size: clamp(42px,5vw,68px); font-weight: 760; letter-spacing: -.05em; line-height: 1; }
.catalog-hero > div > p:last-child, .directory-hero > div > p:last-child { max-width: 720px; margin: 16px 0 0; color: var(--ink-soft); font-size: 15px; }
.breadcrumbs { color: var(--ink-soft); font-size: 11px; font-weight: 600; }
.breadcrumbs a:hover { color: var(--accent); }
.catalog-page { padding-block: 36px 96px; }
.catalog-shell { gap: 30px; grid-template-columns: 260px minmax(0,1fr); }
.catalog-filters { position: sticky; top: 96px; max-height: calc(100vh - 116px); padding: 0 22px 0 0; border-right: 1px solid var(--line); background: transparent; color: var(--ink); }
.filter-header { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.filter-header h2 { margin: 0; font-size: 20px; font-weight: 750; }
.filter-group { padding: 22px 0; border-bottom: 1px solid var(--line); }
.filter-group legend, .filter-group h3 { color: var(--ink); font-size: 11px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.filter-group > label { color: var(--ink-soft); font-size: 13px; }
.filter-group > label:hover { color: var(--ink); }
.price-inputs > label > div { border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.price-inputs input { color: var(--ink); }
.tag-cloud a { border-radius: 5px; background: var(--surface); }
.filter-actions { gap: 10px; }
.catalog-results { min-width: 0; }
.catalog-toolbar { min-height: 54px; margin-bottom: 18px; padding: 0 2px; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.catalog-toolbar select { min-height: 38px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); color: var(--ink); }
.catalog-product-grid { gap: 16px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.filter-toggle { border-radius: 7px; }
.pagination a, .pagination span { border-radius: 7px; }
.pagination span { background: var(--accent); color: #fff; }
.directory-grid { gap: 18px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.directory-card { padding-bottom: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.directory-card > div { background: #f1f3f6; aspect-ratio: 1; }
.directory-card > div img { padding: 5%; object-fit: contain; }
.directory-card > div > span { top: 12px; left: 12px; border-radius: 5px; background: #11151d; color: #fff; }
.directory-card h2, .directory-card > p, .directory-card > .text-link { margin-right: 17px; margin-left: 17px; }
.directory-card h2 { margin-top: 18px; font-size: 22px; font-weight: 740; }
.directory-card > p { color: var(--ink-soft); font-size: 13px; }

/* Product detail */
.product-breadcrumbs { margin: 28px 0 20px; }
.product-detail { display: grid; align-items: start; gap: clamp(34px,5vw,82px); padding-bottom: 86px; grid-template-columns: minmax(0,1.08fr) minmax(390px,.72fr); }
.product-gallery { display: grid; min-width: 0; gap: 12px; grid-template-areas: "thumbs main"; grid-template-columns: 74px minmax(0,1fr); }
.gallery-main { grid-area: main; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #f1f3f6; }
.gallery-main img { display: block; width: 100%; height: auto; padding: 4%; object-fit: contain; aspect-ratio: 1; }
.gallery-main > button { top: 14px; right: 14px; border: 1px solid rgba(18,21,28,.14); border-radius: 8px; background: rgba(255,255,255,.86); color: #151820; }
.gallery-thumbnails { grid-area: thumbs; gap: 9px; }
.gallery-thumbnails button { overflow: hidden; width: 74px; height: 74px; border: 1px solid var(--line); border-radius: 8px; background: #f1f3f6; }
.gallery-thumbnails button.is-active { border-color: var(--accent); box-shadow: 0 0 0 2px color-mix(in srgb,var(--accent) 18%,transparent); }
.gallery-thumbnails img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.product-purchase { position: sticky; top: 100px; }
.product-purchase-inner { max-width: none; padding: 4px 0; }
.product-purchase .eyebrow { margin-bottom: 13px; }
.product-purchase h1 { margin: 0; color: var(--ink); font-size: clamp(38px,4.3vw,62px); font-weight: 760; letter-spacing: -.055em; line-height: 1.02; }
.product-rating { margin-top: 16px; }
.product-rating span { color: #e58c20; letter-spacing: .06em; }
.product-rating a { color: var(--ink-soft); }
.product-price { align-items: center; margin-top: 23px; }
.product-price strong { color: var(--ink); font-size: 26px; font-weight: 780; }
.product-price > span { padding: 5px 8px; border-radius: 5px; background: var(--accent-soft); color: var(--accent); font-size: 10px; font-weight: 750; }
.product-intro { margin-top: 20px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.product-availability { margin-top: 22px; padding: 13px 0; border-block: 1px solid var(--line); }
.product-availability > span:first-child { color: var(--success); font-size: 12px; font-weight: 650; }
.product-availability > span:last-child { color: var(--ink-soft); font: 10px var(--mono); }
.product-details-jump { margin-top: 0; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 700; }
.product-option { margin-top: 22px; }
.product-option label { font-size: 12px; font-weight: 750; }
.product-option label small { color: var(--accent); }
.product-option select { min-height: 50px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--surface); color: var(--ink); }
.product-option p { color: var(--ink-soft); font-size: 11px; }
.product-actions { gap: 9px; margin-top: 18px; }
.quantity-control { min-height: 48px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.quantity-control button, .quantity-control input { color: var(--ink); }
.product-add { flex: 1; }
.product-wishlist { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--ink); }
.purchase-assurances { margin-top: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; }
.purchase-assurances details { padding: 0 14px; border-bottom: 1px solid var(--line); }
.purchase-assurances details:last-child { border: 0; }
.purchase-assurances summary { min-height: 48px; font-size: 12px; font-weight: 700; }
.purchase-assurances summary span i { color: var(--accent); }
.purchase-assurances p { padding: 0 30px 14px; color: var(--ink-soft); font-size: 12px; }
.product-information { border-top: 1px solid var(--line); background: var(--surface); }
.product-tabs { position: sticky; z-index: 20; top: 76px; background: var(--surface); }
.product-tabs button { min-height: 64px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.product-tabs button[aria-selected="true"] { color: var(--accent); }
.product-tabs button[aria-selected="true"]::after { height: 3px; background: var(--accent); }
.product-tab-panel { gap: clamp(38px,7vw,110px); padding: clamp(55px,7vw,96px) 0; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); }
.product-tab-panel h2 { margin: 0; font-size: clamp(34px,4vw,54px); font-weight: 750; letter-spacing: -.045em; }
.rich-copy { color: var(--ink-soft); font-size: clamp(16px,1.5vw,19px); }
.product-specs > div { padding: 15px 0; border-color: var(--line); }
.product-specs dt { color: var(--ink-soft); font-size: 11px; }
.product-specs dd { color: var(--ink); font-size: 13px; font-weight: 650; }
.variant-detail-list article { border-color: var(--line); border-radius: 8px; background: var(--paper); }
.review-card, .review-form-wrap { border-color: var(--line); border-radius: 10px; background: var(--paper); }
.review-card > p { font-size: 17px; }
.mobile-buybar { border-top: 1px solid var(--line); background: color-mix(in srgb,var(--surface) 94%,transparent); backdrop-filter: blur(14px); }
.gallery-dialog { border-radius: 14px; background: var(--surface); }

/* Cart, account, forms and utility pages */
.cart-page, .simple-page, .contact-page, .policy-page, .account-page { padding-block: 38px 100px; }
.cart-heading h1, .simple-page-heading h1, .contact-intro h1, .policy-layout h1, .account-page-head h1 { color: var(--ink); font-size: clamp(38px,4.8vw,64px); font-weight: 760; letter-spacing: -.05em; line-height: 1.03; }
.cart-layout { gap: 32px; grid-template-columns: minmax(0,1.25fr) minmax(330px,.55fr); }
.cart-items { border-top: 1px solid var(--line); }
.cart-item { padding: 22px 0; border-color: var(--line); grid-template-columns: 120px minmax(0,1fr) auto; }
.cart-item-media { width: 120px; height: 120px; border-radius: 9px; background: #f1f3f6; }
.cart-item-media img { padding: 5%; object-fit: contain; }
.cart-item-copy h2 { font-size: 20px; font-weight: 720; }
.cart-summary { top: 100px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: none; }
.cart-summary-head h2 { font-size: 22px; font-weight: 740; }
.cart-empty, .page-empty, .catalog-empty { border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.account-layout { gap: 32px; grid-template-columns: 220px minmax(0,1fr); }
.account-nav { position: sticky; top: 96px; padding: 20px 0; border: 0; background: transparent; }
.account-user { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.account-user > span { border-radius: 10px; background: var(--accent-soft); color: var(--accent); }
.account-nav nav a { min-height: 44px; padding: 0 11px; border-radius: 7px; color: var(--ink-soft); }
.account-nav nav a:hover, .account-nav nav a.is-active { background: var(--accent-soft); color: var(--accent); }
.account-page-head { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.account-page-head h1 em { color: var(--accent); }
.account-stats { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.account-stats a { min-height: 190px; padding: 24px; border-color: var(--line); }
.account-stats strong { font-size: 42px; font-weight: 760; }
.account-feature { overflow: hidden; min-height: 320px; border-radius: 14px; background: #11151d; color: #fff; }
.account-feature h2 { font-size: clamp(32px,4vw,48px); font-weight: 740; }
.account-feature > i { color: #6f8cff; }
.account-section, .profile-form, .address-card { border-color: var(--line); border-radius: 12px; background: var(--surface); }
.address-card { overflow: hidden; }
.address-card.is-default { border-color: var(--accent); box-shadow: inset 3px 0 var(--accent); }
.fashion-form input, .fashion-form select, .fashion-form textarea, .contact-form input, .contact-form select, .contact-form textarea { min-height: 48px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--ink); font-size: 15px; }
.fashion-form textarea, .contact-form textarea { padding-block: 12px; }
.fashion-form input:focus, .fashion-form select:focus, .fashion-form textarea:focus, .contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); outline: 3px solid color-mix(in srgb,var(--accent) 15%,transparent); }
.auth-split { min-height: calc(100vh - 110px); background: var(--surface); }
.auth-visual { background: #11151d; }
.auth-visual img { filter: saturate(.8); }
.auth-panel { background: var(--surface); }
.auth-panel h1, .auth-card h1 { font-size: clamp(38px,4vw,56px); font-weight: 760; letter-spacing: -.05em; }
.auth-panel h1 em { color: var(--accent); }
.auth-card { border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.auth-icon { border-radius: 10px; background: var(--accent-soft); color: var(--accent); }
.contact-layout { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.contact-intro { background: #11151d; color: #fff; }
.contact-intro h1 { color: #fff; }
.contact-intro .eyebrow { color: #91a6ff; }
.contact-form { background: var(--surface); }
.policy-layout { gap: 50px; }
.policy-layout aside nav a { border-radius: 7px; }
.policy-help { border-radius: 10px; background: var(--accent-soft); }
.address-map-picker { border-radius: 10px; background: var(--surface); }
.address-map-heading { border-color: var(--line); }
.address-map-icon { border-radius: 9px; background: var(--accent-soft); color: var(--accent); }
.address-map-canvas { height: 360px; }
.address-map-actions button { border-radius: 7px; }
.toast, .store-action-notice { border-radius: 9px !important; }

@media (max-width: 1180px) {
    .header-shell { grid-template-columns: auto 1fr auto; }
    .desktop-nav { display: none; }
    .header-search { max-width: 520px; justify-self: stretch; }
    .menu-trigger { display: inline-flex; }
    .tech-hero { grid-template-columns: minmax(370px,.85fr) 1.15fr; }
    .tech-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .catalog-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .directory-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .tech-workspace { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
    .container-wide, .container-narrow { width: min(100% - 32px,1480px); }
    .header-shell { width: min(100% - 32px,1480px); min-height: 68px; grid-template-columns: auto auto 1fr auto; gap: 10px; }
    .header-search { display: none; }
    .compact-search { display: inline-grid; }
    .wordmark > span > small { display: none; }
    .header-actions .action-label { display: none; }
    .tech-hero { min-height: 0; grid-template-columns: 1fr; }
    .tech-hero-copy { padding: 64px 32px; }
    .tech-hero-copy h1 { max-width: 800px; font-size: clamp(50px,10vw,76px); }
    .tech-hero-media { min-height: 460px; }
    .tech-hero-media::after { background: linear-gradient(180deg,#10131a 0,transparent 22%); }
    .product-grid, .catalog-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .tech-workspace { grid-template-columns: 1fr; }
    .tech-workspace-media { min-height: 430px; }
    .catalog-shell { grid-template-columns: 1fr; }
    .catalog-filters { position: fixed; z-index: 220; top: 0; bottom: 0; left: 0; width: min(360px,88vw); max-height: none; padding: 24px; border: 0; background: var(--surface); transform: translateX(-105%); }
    .catalog-filters.is-open { transform: translateX(0); }
    .filter-toggle { display: inline-flex; }
    .product-detail { grid-template-columns: 1fr; }
    .product-purchase { position: static; }
    .product-purchase-inner { max-width: 760px; }
    .account-layout { grid-template-columns: 1fr; }
    .account-nav { position: static; }
    .cart-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
    .footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 640px) {
    .container-wide, .container-narrow { width: min(100% - 24px,1480px); }
    .announcement-bar { min-height: 31px; padding-inline: 12px; font-size: 10px; }
    .announcement-bar a { font-size: 10px; }
    .header-shell { width: min(100% - 24px,1480px); min-height: 62px; }
    .wordmark > img { width: 34px; height: 34px; flex-basis: 34px; }
    .wordmark > span > b { max-width: 122px; overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
    .theme-switch, .account-link { display: none; }
    .icon-button { min-width: 38px; min-height: 38px; }
    .tech-hero-copy { padding: 52px 20px 46px; }
    .tech-hero-copy h1 { font-size: clamp(44px,13vw,62px); line-height: .98; }
    .tech-hero-copy > p:not(.eyebrow) { margin-top: 20px; font-size: 15px; }
    .tech-hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 28px; }
    .tech-hero-actions > * { width: 100%; }
    .tech-hero-facts { gap: 12px; margin-top: 38px; grid-template-columns: 1fr; }
    .tech-hero-facts div { grid-template-columns: 28px 1fr; align-items: center; }
    .tech-hero-media { min-height: 330px; }
    .tech-category-section, .section-space { padding-block: 62px; }
    .section-heading { align-items: start; flex-direction: column; gap: 12px; margin-bottom: 22px; }
    .section-heading h2 { font-size: 34px; }
    .tech-category-grid { gap: 10px; grid-template-columns: 1fr; }
    .tech-category-card { grid-template-columns: 88px minmax(0,1fr) auto; }
    .tech-category-card > div { width: 88px; height: 88px; }
    .tech-category-card > span { padding: 13px; }
    .product-grid, .catalog-product-grid { gap: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .tech-product-card { border-radius: 9px; }
    .product-card-topline { min-height: 40px; padding: 5px 7px 3px 10px; }
    .product-card-topline > span { overflow: hidden; max-width: 95px; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
    .product-card-wishlist { width: 32px; height: 32px; }
    .product-card-media { margin: 0 6px; border-radius: 7px; }
    .product-card-badges { top: 6px; left: 6px; }
    .product-card-badges b { padding: 4px 6px; font-size: 9px; }
    .product-card-content { gap: 9px; padding: 13px 10px 11px; }
    .product-card-content h3 { min-height: 43px; font-size: 15px; }
    .product-card-tags { display: none; }
    .product-card-price { display: grid; gap: 1px; }
    .product-card-price strong { font-size: 13px; }
    .product-card-price del { font-size: 10px; }
    .product-card-action { padding-top: 9px; }
    .product-card-action a, .product-card-action button { min-height: 36px; font-size: 11px; }
    .tech-workspace { width: 100%; margin-block: 62px; border-radius: 0; }
    .tech-workspace-media { min-height: 300px; }
    .tech-workspace-copy { padding: 38px 20px; }
    .tech-workspace-copy h2 { font-size: 38px; }
    .service-promise > div { overflow-x: auto; grid-template-columns: repeat(4,260px); scrollbar-width: none; }
    .service-promise article { min-height: 120px; }
    .catalog-hero, .directory-hero { padding: 34px 0; }
    .catalog-hero .breadcrumbs, .directory-hero .breadcrumbs { margin-bottom: 28px; }
    .catalog-hero h1, .directory-hero h1 { font-size: 42px; }
    .catalog-page { padding-top: 22px; }
    .catalog-toolbar { align-items: flex-start; flex-direction: column; gap: 10px; padding-bottom: 13px; }
    .directory-grid { gap: 12px; grid-template-columns: 1fr; }
    .product-breadcrumbs { overflow: hidden; margin: 18px 0; white-space: nowrap; }
    .product-detail { gap: 28px; padding-bottom: 58px; }
    .product-gallery { grid-template-areas: "main" "thumbs"; grid-template-columns: 1fr; }
    .gallery-main { border-radius: 10px; }
    .gallery-thumbnails { display: flex; overflow-x: auto; flex-direction: row; }
    .gallery-thumbnails button { width: 64px; min-width: 64px; height: 64px; }
    .product-purchase h1 { font-size: 38px; }
    .product-price strong { font-size: 23px; }
    .product-actions { display: grid; grid-template-columns: 112px minmax(0,1fr) 48px; }
    .product-tabs { top: 62px; overflow-x: auto; }
    .product-tabs button { min-width: max-content; min-height: 56px; }
    .product-tab-panel { gap: 28px; grid-template-columns: 1fr; }
    .product-tab-panel h2 { font-size: 34px; }
    .cart-page, .simple-page, .contact-page, .policy-page, .account-page { padding: 22px 0 88px; }
    .cart-item { gap: 12px; grid-template-columns: 82px minmax(0,1fr); }
    .cart-item-media { width: 82px; height: 82px; }
    .cart-item > div:last-child { grid-column: 2; }
    .account-stats { grid-template-columns: 1fr; }
    .account-stats a { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--line); }
    .account-feature { min-height: 280px; padding: 28px 22px; }
    .account-feature h2 { font-size: 34px; }
    .auth-split { grid-template-columns: 1fr; }
    .auth-visual { min-height: 250px; }
    .auth-panel { padding: 36px 20px 80px; }
    .contact-layout { border-radius: 10px; grid-template-columns: 1fr; }
    .footer-newsletter { gap: 28px; padding-block: 52px; grid-template-columns: 1fr; }
    .footer-newsletter h2 { font-size: 36px; }
    .footer-newsletter form { grid-template-columns: 1fr; }
    .footer-newsletter button { min-height: 46px; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
    .footer-grid { gap: 34px 20px; grid-template-columns: repeat(2,1fr); }
    .footer-brand { grid-column: 1/-1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { gap: 8px; align-items: flex-start; padding-block: 20px; }
}
@media (max-width: 370px) {
    .product-grid, .catalog-product-grid { grid-template-columns: 1fr; }
    .product-card-content h3 { min-height: 0; }
}

/* Interaction and responsive QA refinements -------------------------------- */
.site-header,
.home-page .site-header,
.site-header.is-sticky {
    position: sticky;
    top: 0;
}
.store-action-notice {
    --notice-color: #27745a;
    position: fixed;
    z-index: 1600;
    right: 22px;
    bottom: 22px;
    width: min(380px, calc(100vw - 32px));
    padding: 14px 16px;
    border: 1px solid color-mix(in srgb, var(--notice-color) 58%, var(--line));
    border-left: 4px solid var(--notice-color);
    background: var(--surface);
    color: var(--ink);
    box-shadow: 0 18px 50px rgba(7, 12, 24, .2);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .18s ease, transform .18s ease;
}
.store-action-notice.is-visible { opacity: 1; transform: translateY(0); }
.product-action-feedback {
    margin: 10px 0 0;
    padding: 10px 12px;
    border: 1px solid color-mix(in srgb, var(--success) 35%, var(--line));
    border-radius: 7px;
    background: color-mix(in srgb, var(--success) 8%, var(--surface));
    color: var(--success);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
}
.product-action-feedback[data-state="error"] {
    border-color: color-mix(in srgb, #c44444 38%, var(--line));
    background: color-mix(in srgb, #c44444 8%, var(--surface));
    color: #b33b3f;
}
html[data-color-scheme="dark"] .product-action-feedback[data-state="error"] { color: #ef9a9e; }
.product-option select.is-invalid {
    border-color: #c44444;
    outline: 3px solid color-mix(in srgb, #c44444 16%, transparent);
}
.product-card-topline > span {
    overflow: hidden;
    min-width: 0;
    padding: 4px 7px;
    border-radius: 5px;
    background: var(--paper);
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-card-wishlist { border: 1px solid var(--line); background: var(--surface); }
.product-card-content { grid-template-columns: minmax(0, 1fr); }
.product-card-tags { overflow: hidden; flex-wrap: nowrap; }
.product-card-tags span {
    overflow: hidden;
    max-width: calc(50% - 3px);
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-information { padding-block: 0; scroll-margin-top: 86px; }
.product-tabs { position: relative; top: auto; margin-bottom: 0; }
.product-tab-panel { min-height: 0; }
.account-section {
    margin-top: 40px;
    padding: 26px;
    border: 1px solid var(--line);
}
.account-section-head { margin-bottom: 14px; }
.order-list > a { min-height: 72px; }
.account-feature > div { max-width: 58%; }
.account-feature > div > p:not(.eyebrow) { color: rgba(255, 255, 255, .72); }
.account-feature > i { right: 10px; bottom: -48px; font-size: 270px; }
.catalog-filters {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}
.filter-actions {
    position: sticky;
    bottom: 0;
    padding: 14px 0 4px;
    background: var(--paper);
}
.address-map-status[data-state="loading"] { color: var(--accent); }
.address-map-status[data-state="success"] { color: var(--success); }
.address-map-status[data-state="error"] { color: #b33b3f; }

@media (max-width: 1320px) and (min-width: 901px) {
    .header-shell {
        min-height: 76px;
        grid-template-areas: "menu brand search actions";
        grid-template-columns: auto auto minmax(180px, 1fr) auto;
        gap: 14px;
    }
    .menu-trigger { grid-area: menu; }
    .wordmark { grid-area: brand; }
    .desktop-nav { display: none; }
    .header-search { grid-area: search; }
    .header-actions { grid-area: actions; }
    .menu-trigger { display: inline-flex; }
}
@media (max-width: 1100px) and (min-width: 641px) {
    .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .header-shell {
        grid-template-areas: "menu brand spacer actions";
        grid-template-columns: auto auto minmax(0, 1fr) auto;
    }
    .menu-trigger { grid-area: menu; }
    .wordmark { grid-area: brand; }
    .header-actions { grid-area: actions; }
    .catalog-filters { overflow-y: auto; }
    .filter-actions { background: var(--surface); }
}
@media (max-width: 640px) {
    .store-action-notice { right: 12px; bottom: 78px; width: calc(100vw - 24px); }
    .account-section { margin-top: 26px; padding: 18px 14px; }
    .account-section-head { align-items: center; }
    .order-list > a { min-height: 0; }
    .account-feature > div { max-width: 100%; }
    .account-feature > i { right: -45px; bottom: -45px; font-size: 220px; opacity: .52; }
    .product-action-feedback { font-size: 11px; }
    .address-map-actions { display: grid; grid-template-columns: 1fr; }
    .address-map-actions button { width: 100%; min-height: 42px; }
}

/* Final interaction and layout corrections — 2026-08-25 ------------------ */
.desktop-nav {
    align-self: stretch;
    align-items: stretch;
}
.desktop-nav > a,
.desktop-nav > .nav-popover,
.desktop-nav > .nav-popover > button {
    height: 100%;
}
.desktop-nav > a,
.desktop-nav > .nav-popover > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-block: 0;
}
.desktop-nav > .nav-popover { display: flex; align-items: stretch; }

.contact-layout { gap: 0; }
.contact-intro { padding: clamp(34px, 3.2vw, 54px); }
.contact-form { border-left: 1px solid var(--line); }

.product-rail {
    padding-top: 14px;
    padding-bottom: 28px;
}
.product-rail .tech-product-card {
    z-index: 1;
    overflow: hidden;
    transform: translateY(0) scale(1);
    transform-origin: 50% 50%;
    transition: transform .26s cubic-bezier(.2,.8,.2,1), border-color .2s ease, box-shadow .26s ease;
}
.product-rail .tech-product-card:hover,
.product-rail .tech-product-card:focus-within {
    z-index: 30;
    transform: translateY(-10px) scale(1.012);
    border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
    box-shadow: 0 22px 55px rgba(8, 14, 28, .2);
}
.product-rail .product-card-wishlist {
    position: absolute;
    z-index: 4;
    top: 8px;
    right: 50px;
}

.catalog-filters {
    overscroll-behavior-y: auto;
}
.price-filter-group { min-width: 0; }
.price-range-readouts {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.price-range-readout {
    display: grid;
    min-width: 0;
    gap: 8px;
    padding: 11px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}
.price-range-readout > span { color: var(--ink-soft); font-size: 10px; font-weight: 650; }
.price-range-readout strong {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 5px;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.2;
}
.price-range-readout strong small { color: var(--ink-soft); font-size: 9px; font-weight: 700; }
.price-range-readout output { overflow: hidden; text-overflow: ellipsis; }
.price-stepper { display: grid; gap: 5px; grid-template-columns: 1fr 1fr; }
.price-stepper button {
    display: grid;
    min-width: 0;
    height: 28px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--paper);
    color: var(--ink-soft);
    font-size: 17px;
    transition: border-color .16s, background .16s, color .16s;
}
.price-stepper button:hover,
.price-stepper button:focus-visible { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
.price-range-control {
    --price-min: 0%;
    --price-max: 100%;
    position: relative;
    height: 38px;
    margin: 13px 7px 2px;
}
.price-range-base,
.price-range-fill {
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 99px;
    background: var(--line-strong);
}
.price-range-fill { right: calc(100% - var(--price-max)); left: var(--price-min); background: var(--accent); }
.price-range-control input[type="range"] {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    appearance: none;
    background: transparent;
    pointer-events: none;
}
.price-range-control input[type="range"]::-webkit-slider-runnable-track { height: 4px; background: transparent; }
.price-range-control input[type="range"]::-moz-range-track { height: 4px; background: transparent; }
.price-range-control input[type="range"]::-webkit-slider-thumb {
    width: 19px;
    height: 19px;
    margin-top: -8px;
    border: 3px solid var(--surface);
    border-radius: 50%;
    appearance: none;
    background: var(--accent);
    box-shadow: 0 0 0 1px var(--accent), 0 3px 9px rgba(31, 81, 255, .28);
    cursor: grab;
    pointer-events: auto;
}
.price-range-control input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border: 3px solid var(--surface);
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 1px var(--accent), 0 3px 9px rgba(31, 81, 255, .28);
    cursor: grab;
    pointer-events: auto;
}
.price-range-control input[type="range"]:focus-visible::-webkit-slider-thumb { outline: 3px solid color-mix(in srgb, var(--accent) 24%, transparent); outline-offset: 2px; }
.filter-range { display: block; line-height: 1.45; }

.catalog-sort-form { display: flex; align-items: center; gap: 9px; }
.catalog-sort-label { color: var(--ink-soft); font-size: 11px; font-weight: 650; white-space: nowrap; }
.catalog-sort-select {
    display: grid;
    min-width: 190px;
    min-height: 42px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    color: var(--ink);
    grid-template-columns: 34px minmax(0, 1fr) 30px;
    transition: border-color .18s, box-shadow .18s;
}
.catalog-sort-select:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 13%, transparent); }
.catalog-sort-select > i { color: var(--ink-soft); text-align: center; pointer-events: none; }
.catalog-sort-select select {
    width: 100%;
    min-height: 40px;
    padding: 0;
    border: 0;
    outline: 0;
    appearance: none;
    background: transparent;
    color: var(--ink);
    font-size: 12px;
    font-weight: 650;
    cursor: pointer;
}

@media (max-width: 900px) {
    .contact-intro { padding: 32px 24px; }
    .contact-form { border-top: 1px solid var(--line); border-left: 0; }
    .catalog-filters { z-index: 1102; overscroll-behavior-y: contain; }
    .filter-backdrop { z-index: 1101; }
}
@media (max-width: 640px) {
    .product-rail { padding-top: 11px; padding-bottom: 22px; }
    .product-rail .product-card-wishlist { right: 42px; }
    .product-rail .tech-product-card:hover,
    .product-rail .tech-product-card:focus-within { transform: translateY(-6px); }
    .catalog-toolbar { align-items: stretch; gap: 12px; flex-direction: column; }
    .catalog-toolbar > div,
    .catalog-sort-form { width: 100%; justify-content: space-between; }
    .catalog-sort-select { min-width: 0; flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .product-rail .tech-product-card { transition: border-color .01ms; }
    .product-rail .tech-product-card:hover,
    .product-rail .tech-product-card:focus-within { transform: none; }
}

/* Final interaction repair pass — 2026-08-25 ----------------------------- */
.menu-drawer {
    inset: 0 auto 0 0;
    height: 100dvh;
    max-height: 100dvh;
}

.price-stepper button { display: flex; align-items: center; justify-content: center; gap: 3px; }
.price-stepper button b { color: currentColor; font-size: 15px; font-weight: 750; line-height: 1; }
.price-stepper button small { color: currentColor; font-size: 9px; font-weight: 750; line-height: 1; }
.price-range-control {
    cursor: pointer;
    touch-action: none;
    user-select: none;
}
.price-range-control.is-dragging { cursor: grabbing; }
.price-range-control input[type="range"]::-webkit-slider-thumb { pointer-events: none; }
.price-range-control input[type="range"]::-moz-range-thumb { pointer-events: none; }
.filter-range { margin-top: 9px; }
.filter-actions {
    position: static;
    margin-top: 16px;
    padding-top: 17px;
    border-top: 1px solid var(--line);
}

.catalog-sort-select select { color-scheme: light; }
.catalog-sort-select select option {
    padding: 10px;
    background: #fff;
    color: #12151c;
}
html[data-color-scheme="dark"] .catalog-sort-select select { color-scheme: dark; }
html[data-color-scheme="dark"] .catalog-sort-select select option {
    background: #151a24;
    color: #f3f5f8;
}
html[data-color-scheme="dark"] .catalog-sort-select select option:checked {
    background: #27345d;
    color: #fff;
}

.product-tab-panel { padding: clamp(34px, 4vw, 56px) 0 clamp(58px, 6vw, 84px); }
.product-tab-panel.review-panel {
    display: grid;
    gap: clamp(30px, 4vw, 58px);
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
}
.review-heading { margin-bottom: 24px; }
.review-card {
    margin-top: 12px;
    padding: 24px;
    border: 1px solid var(--line);
}
.review-form-wrap { top: 96px; }

.variant-detail-list {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    border-top: 0;
}
.variant-detail-list article {
    gap: 18px;
    padding: 19px 20px;
    border: 1px solid var(--line);
    grid-template-columns: minmax(210px, 1fr) minmax(130px, .42fr) minmax(280px, .9fr);
}
.variant-detail-stock { text-align: left; }
.variant-detail-list article .variant-detail-attributes {
    display: flex;
    flex-direction: row;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
}
.variant-detail-attributes > span {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 5px;
    padding: 6px 8px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--surface);
}
.variant-detail-attributes small { color: var(--ink-soft); font-size: 10px; }
.variant-detail-attributes b { overflow: hidden; color: var(--ink); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 900px) {
    .filter-actions {
        position: sticky;
        bottom: -1px;
        padding-bottom: 8px;
        background: var(--surface);
    }
    .product-tab-panel.review-panel { display: grid; gap: 28px; grid-template-columns: 1fr; }
    .review-form-wrap { margin-top: 0; }
    .variant-detail-list article { grid-template-columns: minmax(0, 1fr) auto; }
    .variant-detail-attributes { grid-column: 1 / -1; justify-content: flex-start; padding-top: 12px; border-top: 1px solid var(--line); }
}

@media (max-width: 640px) {
    .menu-drawer { width: min(390px, 92vw); padding: 22px 20px calc(88px + env(safe-area-inset-bottom)); }
    .menu-drawer-head { padding-bottom: 18px; }
    .menu-drawer nav { padding: 22px 0; }
    .menu-drawer nav a { min-height: 49px; padding: 7px 0; font-size: 25px; }
    .product-tab-panel { padding: 28px 0 54px; }
    .review-card { padding: 19px 16px; }
    .variant-detail-list article { padding: 16px; }
    .variant-detail-attributes > span { max-width: 100%; }
}
