:root {
  --ink: #f3f7f8;
  --muted: #b7c6d1;
  --page: #334b5d;
  --page-deep: #263b4b;
  --card: #b8ccda;
  --card2: #a8bdcb;
  --line: rgba(240, 247, 250, .25);
  --dark: #0f202e;
  --ease: cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #1f3443; }
body { margin: 0; color: var(--ink); background: #263e50; font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .12;
  background-image: radial-gradient(rgba(255,255,255,.4) .45px, transparent .55px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
}

.page-shell { width: min(1180px, calc(100% - 44px)); margin: 44px auto; box-shadow: 0 18px 70px rgba(5,15,22,.24); border: 1px solid rgba(255,255,255,.14); }

.hero { position: relative; min-height: 720px; overflow: hidden; background: #223748; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; transform: scale(1.06); z-index: -4; }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(15,31,44,.82) 0%, rgba(20,39,53,.47) 45%, rgba(18,34,46,.57) 100%), linear-gradient(0deg, rgba(18,32,43,.82), transparent 58%); }
.hero-graffiti { position: absolute; width: 72%; left: 24%; top: 7%; z-index: -2; opacity: .28; filter: blur(1px); transform: rotate(-2deg); }

.site-header { position: relative; z-index: 20; height: 92px; display: grid; grid-template-columns: 180px 1fr 180px; align-items: center; padding: 0 48px; border-bottom: 1px solid rgba(255,255,255,.09); }
.brand { width: 76px; height: 48px; display: flex; align-items: center; }
.brand img { width: 100%; filter: brightness(1.7); }
.desktop-nav { display: flex; justify-content: center; gap: 38px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .1em; color: rgba(244,248,250,.76); }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-8px; height:1px; background:#fff; transition:right .3s var(--ease); }
.desktop-nav a:hover::after { right:0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.icon-btn, .menu-btn { width: 36px; height: 36px; display: grid; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; position: relative; }
.icon-btn svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.cart-count { position: absolute; right: 0; top: 1px; min-width: 14px; height: 14px; padding: 0 3px; border-radius: 20px; background: #e8eef1; color: #1c3040; font: 700 8px/14px ui-monospace, monospace; text-align: center; }
.menu-btn { display: none; }
.menu-btn span { width: 17px; height: 1px; background: currentColor; display: block; position:absolute; transition:.3s var(--ease); }
.menu-btn span:first-child{ transform: translateY(-3px); }
.menu-btn span:last-child{ transform: translateY(3px); }
.menu-btn.open span:first-child{ transform: rotate(45deg); }
.menu-btn.open span:last-child{ transform: rotate(-45deg); }
.mobile-menu { display:none; }

.hero-content { min-height: 566px; position: relative; display: grid; grid-template-columns: 45% 55%; align-items: end; padding: 52px 48px 38px; }
.hero-copy { position: relative; z-index: 5; align-self: center; padding-top: 10px; }
.eyebrow { margin: 0 0 20px; font: 9px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .17em; color: rgba(239,246,249,.5); }
.eyebrow.dark { color: rgba(231,240,246,.52); }
.hero h1 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(64px, 7vw, 94px); line-height: .82; letter-spacing: -.02em; font-weight: 900; text-transform: uppercase; text-shadow: 0 2px 24px rgba(2,9,14,.16); }
.hero h1 sup { font-family: Arial, sans-serif; font-size: .23em; vertical-align: top; margin-left: 6px; letter-spacing: 0; }
.selector-line { margin-top: 28px; display: grid; grid-template-columns: 70px 1fr; align-items: center; max-width: 350px; font: 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.selector-label { color: rgba(255,255,255,.55); }
.size-options, .color-options { display:flex; gap:20px; align-items:center; }
.size-options button, .color-options button { color: rgba(255,255,255,.62); background: none; border: 0; cursor: pointer; padding: 8px 0; font: inherit; position: relative; }
.size-options button::after, .color-options button::after { content:""; position:absolute; left:0; right:100%; bottom:0; height:1px; background:#fff; transition:right .2s; }
.size-options button.active, .color-options button.active { color:#fff; }
.size-options button.active::after, .color-options button.active::after { right:0; }
.hero-buy-row { display:flex; align-items:center; gap:22px; margin-top: 30px; }
.buy-button { height: 52px; padding: 0 22px 0 10px; display:flex; align-items:center; gap:14px; border: 1px solid rgba(255,255,255,.55); background: rgba(17,31,42,.2); color:#fff; cursor:pointer; font: 10px/1 ui-monospace, monospace; letter-spacing:.05em; transition:.3s var(--ease); }
.buy-button:hover { background:#eff4f6; color:#172b3a; transform:translateY(-2px); }
.buy-mark { display:grid; place-items:center; width:33px; height:33px; border:1px solid currentColor; clip-path: polygon(25% 0,75% 0,100% 25%,100% 75%,75% 100%,25% 100%,0 75%,0 25%); }
.hero-price { font: 22px/1 ui-monospace, monospace; letter-spacing:-.04em; }
.hero-model-wrap { position:absolute; right:7%; bottom:-1%; width:54%; height:92%; pointer-events:none; display:flex; align-items:flex-end; justify-content:center; z-index: 2; }
.hero-model { width: 100%; max-height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 20px 25px rgba(5,12,18,.35)); transform: scale(1.03); }
.hero-meta { position: absolute; right: 38px; bottom: 28px; z-index: 6; text-align:right; font: 8px/1.45 ui-monospace, monospace; color:rgba(255,255,255,.56); }
.hero-meta div { display:flex; justify-content:flex-end; gap:9px; margin-bottom:7px; color:rgba(255,255,255,.85); }
.hero-meta p{ margin:0; }
.hero-bottomline { min-height:62px; border-top:1px solid rgba(255,255,255,.11); display:flex; align-items:center; justify-content:space-between; padding:0 48px; font:8px/1 ui-monospace,monospace; letter-spacing:.12em; color:rgba(255,255,255,.45); }

.collection { background: #526d81; padding: 58px 48px 64px; }
.section-heading { display:grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items:end; margin-bottom:34px; }
.section-heading h2 { margin:0; font-family:Impact, Haettenschweiler, "Arial Narrow Bold",sans-serif; font-size:44px; line-height:.92; letter-spacing:-.01em; }
.collection-note { display:grid; grid-template-columns:1fr; gap:5px; padding-bottom:5px; font:8px/1.2 ui-monospace,monospace; color:rgba(255,255,255,.6); justify-self:center; }
.filter-btn { border:1px solid rgba(255,255,255,.42); color:#eff5f7; background:rgba(255,255,255,.04); height:34px; padding:0 13px; cursor:pointer; font:9px ui-monospace,monospace; letter-spacing:.06em; transition:.2s; }
.filter-btn:hover { background:#e9f0f3; color:#2a4052; }
.filter-panel { max-height:0; overflow:hidden; opacity:0; display:flex; gap:7px; transition:.35s var(--ease); }
.filter-panel.open { max-height:60px; opacity:1; margin:-14px 0 28px; }
.filter-panel button { border:1px solid rgba(255,255,255,.28); background:transparent; color:rgba(255,255,255,.72); padding:8px 13px; font:8px ui-monospace,monospace; cursor:pointer; }
.filter-panel button.active { background:#eaf0f3; color:#253b4c; }
.product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap: 30px 18px; }
.product-card { position:relative; min-width:0; transition: transform .42s var(--ease), opacity .35s; outline:none; }
.product-card.hidden { display:none; }
.product-image { position:relative; aspect-ratio: .78; background:linear-gradient(160deg,#c6d6df,#a9bfcc); clip-path:polygon(8% 0,100% 0,100% 92%,92% 100%,0 100%,0 8%); overflow:hidden; border:1px solid rgba(255,255,255,.14); }
.product-image::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.44),transparent 52%); }
.product-image img { position:absolute; width:86%; height:94%; left:7%; bottom:0; object-fit:contain; filter:drop-shadow(0 14px 10px rgba(18,38,51,.15)); transition:transform .5s var(--ease), filter .5s var(--ease); }
.product-card:hover { transform:translateY(-6px); }
.product-card:hover .product-image img, .product-card:focus .product-image img { transform:scale(1.045); filter:drop-shadow(0 20px 16px rgba(18,38,51,.2)); }
.product-info { margin-top:10px; display:flex; align-items:flex-end; justify-content:space-between; gap:10px; font:8px/1.35 ui-monospace,monospace; color:rgba(255,255,255,.78); }
.product-info h3 { margin:0 0 3px; font-size:9px; color:#fff; font-weight:500; letter-spacing:.04em; }
.product-info p { margin:0; max-width:150px; }
.product-info > span { white-space:nowrap; color:rgba(255,255,255,.62); }
.quick-add { position:absolute; right:10px; top:10px; z-index:2; opacity:0; transform:translateY(-5px); background:#eaf1f4; color:#273f51; border:0; padding:8px 10px; font:8px ui-monospace,monospace; cursor:pointer; transition:.25s var(--ease); }
.product-card:hover .quick-add, .product-card:focus .quick-add { opacity:1; transform:none; }

.banner { position:relative; background:#203646; overflow:hidden; min-height: 500px; }
.banner img { width:100%; height:100%; min-height:500px; object-fit:cover; object-position:center; }
.banner::after { content:""; position:absolute; inset:0; box-shadow:inset 0 0 90px rgba(7,20,28,.22); pointer-events:none; }

.footer { background:#203746; border-top:1px solid rgba(255,255,255,.16); padding:32px 48px 20px; }
.footer-top { display:flex; justify-content:space-between; align-items:center; gap:30px; padding-bottom:28px; border-bottom:1px solid rgba(255,255,255,.16); }
.footer-top img { width:90px; filter:brightness(1.7); }
.footer-top p { margin:0; text-align:right; font:8px/1.7 ui-monospace,monospace; color:rgba(255,255,255,.6); letter-spacing:.06em; }
.footer-bottom { min-height:52px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; gap:20px; font:7px/1.2 ui-monospace,monospace; color:rgba(255,255,255,.55); letter-spacing:.07em; }
.footer-bottom a { text-align:right; color:#fff; }

.toast { position:fixed; left:50%; bottom:28px; transform:translate(-50%,20px); z-index:200; background:#edf3f5; color:#22394a; padding:13px 18px; font:9px ui-monospace,monospace; letter-spacing:.07em; opacity:0; pointer-events:none; transition:.3s var(--ease); box-shadow:0 12px 30px rgba(0,0,0,.2); }
.toast.show { opacity:1; transform:translate(-50%,0); }
.search-overlay { position:fixed; inset:0; z-index:300; background:rgba(20,39,53,.96); display:grid; place-items:center; opacity:0; visibility:hidden; transition:.3s var(--ease); backdrop-filter:blur(12px); }
.search-overlay.open { opacity:1; visibility:visible; }
.search-inner { width:min(720px,80vw); }
.search-inner span { display:block; margin-bottom:16px; font:9px ui-monospace,monospace; letter-spacing:.14em; color:rgba(255,255,255,.55); }
.search-inner input { width:100%; background:transparent; border:0; border-bottom:1px solid rgba(255,255,255,.55); color:#fff; font:700 clamp(30px,6vw,70px)/1 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; outline:0; padding:10px 0 18px; text-transform:uppercase; }
.search-inner input::placeholder { color:rgba(255,255,255,.22); }
.search-close { position:absolute; top:30px; right:36px; width:42px; height:42px; border:0; background:transparent; color:#fff; font-size:34px; cursor:pointer; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 920px) {
  .page-shell { width:100%; margin:0; border-left:0; border-right:0; }
  .site-header { grid-template-columns:1fr auto; padding:0 24px; height:76px; }
  .desktop-nav { display:none; }
  .menu-btn { display:grid; }
  .mobile-menu { display:grid; position:absolute; z-index:19; top:76px; left:0; right:0; background:rgba(27,47,61,.96); backdrop-filter:blur(14px); padding:16px 24px 24px; gap:0; opacity:0; visibility:hidden; transform:translateY(-8px); transition:.25s var(--ease); border-bottom:1px solid rgba(255,255,255,.12); }
  .mobile-menu.open { opacity:1; visibility:visible; transform:none; }
  .mobile-menu a { padding:13px 0; border-bottom:1px solid rgba(255,255,255,.1); font:10px ui-monospace,monospace; letter-spacing:.1em; }
  .hero { min-height:760px; }
  .hero-content { min-height:622px; grid-template-columns:1fr; align-items:start; padding:58px 24px 24px; }
  .hero-copy { width:60%; z-index:7; }
  .hero h1 { font-size:clamp(52px,10vw,78px); }
  .hero-model-wrap { width:63%; right:-4%; bottom:0; height:85%; opacity:.95; }
  .hero-meta { display:none; }
  .hero-bottomline { padding:0 24px; }
  .collection { padding:46px 24px 52px; }
  .section-heading { grid-template-columns:1fr auto; }
  .collection-note { display:none; }
  .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px 14px; }
  .banner, .banner img { min-height:420px; }
  .footer { padding:28px 24px 18px; }
  .footer-bottom { grid-template-columns:1fr 1fr; row-gap:15px; }
  .footer-bottom a { text-align:left; }
}

@media (max-width: 620px) {
  .hero { min-height:820px; }
  .hero-bg { object-position:55% 50%; }
  .hero-graffiti { width:120%; left:5%; top:16%; opacity:.23; }
  .hero-content { min-height:680px; padding-top:38px; }
  .hero-copy { width:100%; }
  .eyebrow { margin-bottom:15px; }
  .hero h1 { font-size:clamp(48px,16vw,70px); max-width:330px; }
  .selector-line { max-width:270px; margin-top:20px; grid-template-columns:64px 1fr; }
  .size-options, .color-options { gap:14px; }
  .color-options button { font-size:8px; }
  .hero-buy-row { margin-top:22px; }
  .buy-button { height:48px; padding-right:16px; }
  .hero-price { font-size:18px; }
  .hero-model-wrap { width:95%; height:60%; right:-25%; bottom:0; opacity:.88; }
  .hero-shade { background:linear-gradient(90deg, rgba(15,31,44,.9) 0%, rgba(15,31,44,.62) 54%, rgba(15,31,44,.22) 100%),linear-gradient(0deg,rgba(18,32,43,.85),transparent 60%); }
  .hero-bottomline { min-height:54px; font-size:6px; }
  .section-heading h2 { font-size:38px; }
  .section-heading { gap:14px; }
  .filter-btn { font-size:8px; }
  .product-grid { grid-template-columns:1fr 1fr; gap:24px 10px; }
  .product-info { display:block; font-size:6.5px; }
  .product-info h3 { font-size:7.5px; }
  .product-info > span { display:block; margin-top:5px; }
  .quick-add { opacity:1; transform:none; top:7px; right:7px; padding:6px 7px; font-size:6px; }
  .banner, .banner img { min-height:360px; }
  .banner img { object-position:center; }
  .footer-top { align-items:flex-end; }
  .footer-top img { width:74px; }
  .footer-top p { font-size:6.5px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; }
  .reveal { opacity:1; transform:none; }
}

/* Clickable collection cards */
.product-link { display:block; position:relative; color:inherit; }
.product-link:focus-visible { outline:1px solid rgba(255,255,255,.8); outline-offset:4px; }
.card-arrow { position:absolute; right:10px; bottom:48px; z-index:2; width:27px; height:27px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.4); color:#fff; background:rgba(28,48,62,.2); font:10px ui-monospace,monospace; opacity:.75; transition:.25s var(--ease); }
.product-card:hover .card-arrow, .product-link:focus-visible .card-arrow { opacity:1; transform:translate(2px,-2px); background:#edf3f5; color:#243a4a; }

/* Product page */
.product-page { background:#263e50; }
.product-shell { width:min(1180px,calc(100% - 44px)); margin:44px auto; border:1px solid rgba(255,255,255,.14); box-shadow:0 18px 70px rgba(5,15,22,.24); background:#203746; }
.product-header { height:82px; padding:0 42px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; border-bottom:1px solid rgba(255,255,255,.12); }
.product-header .brand { justify-self:center; }
.product-back { justify-self:start; font:9px ui-monospace,monospace; letter-spacing:.08em; color:rgba(255,255,255,.72); }
.product-header-actions { justify-self:end; display:flex; align-items:center; gap:8px; }
.product-detail { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr); min-height:720px; }
.product-visual { position:relative; min-height:720px; display:grid; place-items:center; overflow:hidden; background:radial-gradient(circle at 50% 38%,#dce8ef 0%,#b9cbd6 46%,#98adbb 100%); border-right:1px solid rgba(255,255,255,.14); }
.product-visual::after { content:"01 / KRYO"; position:absolute; left:24px; bottom:22px; color:rgba(29,51,66,.6); font:8px ui-monospace,monospace; letter-spacing:.12em; }
.product-visual img { width:min(82%,620px); max-height:680px; object-fit:contain; filter:drop-shadow(0 24px 20px rgba(17,36,49,.18)); }
.product-panel { padding:58px 50px 46px; align-self:center; }
.product-panel .eyebrow { margin-bottom:12px; }
.product-title-row { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; }
.product-title-row h1 { margin:0; font:900 clamp(44px,5vw,72px)/.88 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; letter-spacing:-.02em; }
.product-title-row strong { white-space:nowrap; font:20px ui-monospace,monospace; font-weight:500; }
.product-subtitle { margin:12px 0 22px; font:10px ui-monospace,monospace; letter-spacing:.09em; color:rgba(255,255,255,.55); }
.product-description { margin:0 0 26px; max-width:520px; color:rgba(239,246,249,.73); font-size:14px; line-height:1.65; }
.product-controls { display:grid; gap:21px; padding:22px 0 26px; border-top:1px solid rgba(255,255,255,.13); border-bottom:1px solid rgba(255,255,255,.13); }
.product-control { display:grid; grid-template-columns:72px 1fr; align-items:center; gap:12px; }
.product-control > span { font:8px ui-monospace,monospace; letter-spacing:.1em; color:rgba(255,255,255,.5); }
.product-swatches { display:flex; gap:10px; }
.product-swatch { width:28px; height:28px; border-radius:50%; border:1px solid rgba(255,255,255,.55); box-shadow:inset 0 0 0 4px #203746; cursor:pointer; }
.product-swatch.active { outline:1px solid #fff; outline-offset:3px; }
.product-size-options { display:flex; gap:8px; }
.product-size-options button { width:42px; height:36px; border:1px solid rgba(255,255,255,.26); background:transparent; color:rgba(255,255,255,.72); cursor:pointer; font:9px ui-monospace,monospace; }
.product-size-options button.active { background:#dce7ed; color:#233a4b; border-color:#dce7ed; }
.product-add-row { display:grid; grid-template-columns:1fr 48px; gap:10px; margin-top:26px; }
.product-add { height:52px; border:0; background:#dbe6ec; color:#22394a; cursor:pointer; font:10px ui-monospace,monospace; letter-spacing:.08em; transition:.25s var(--ease); }
.product-add:hover { transform:translateY(-2px); background:#fff; }
.product-fav { border:1px solid rgba(255,255,255,.32); background:transparent; color:#fff; font-size:20px; cursor:pointer; }
.product-features { display:grid; grid-template-columns:1fr 1fr; gap:10px 18px; margin-top:28px; color:rgba(255,255,255,.66); font:8px/1.4 ui-monospace,monospace; letter-spacing:.05em; }
.product-features span::before { content:"✣"; margin-right:8px; color:#fff; }
.product-story { display:grid; grid-template-columns:1fr 1fr; gap:50px; padding:54px 50px 62px; background:#2d4658; border-top:1px solid rgba(255,255,255,.12); }
.product-story h2 { margin:0; font:900 42px/.92 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; }
.product-story p { margin:0; color:rgba(255,255,255,.67); line-height:1.7; max-width:520px; }
.product-banner { line-height:0; overflow:hidden; }
.product-banner picture, .product-banner img { display:block; width:100%; }
.product-banner img { height:auto; }
.product-footer { padding:20px 38px; display:flex; justify-content:space-between; gap:24px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.5); font:7px ui-monospace,monospace; letter-spacing:.08em; }

@media (max-width: 920px) {
  .product-shell { width:100%; margin:0; border-left:0; border-right:0; }
  .product-header { height:70px; padding:0 22px; }
  .product-detail { grid-template-columns:1fr; min-height:0; }
  .product-visual { min-height:580px; border-right:0; border-bottom:1px solid rgba(255,255,255,.13); }
  .product-visual img { max-height:540px; width:min(76%,520px); }
  .product-panel { padding:38px 28px 42px; }
  .product-story { padding:42px 28px 48px; gap:28px; }
}

@media (max-width: 620px) {
  /* Phone hero: keep the purchase controls readable and away from the model. */
  .site-header { height:68px; padding:0 18px; }
  .brand { width:68px; }
  .mobile-menu { top:68px; padding-left:18px; padding-right:18px; }
  .hero { min-height:900px; }
  .hero-content { min-height:778px; padding:34px 18px 20px; display:block; }
  .hero-copy { width:100%; max-width:340px; padding-top:0; }
  .hero h1 { font-size:clamp(48px,15.5vw,64px); line-height:.84; max-width:310px; }
  .eyebrow { font-size:7px; margin-bottom:13px; }
  .selector-line { max-width:300px; margin-top:17px; grid-template-columns:60px 1fr; font-size:8px; }
  .size-options, .color-options { gap:12px; }
  .hero-buy-row { margin-top:18px; width:min(100%,320px); display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; align-items:center; padding:9px; background:rgba(11,26,37,.78); border:1px solid rgba(255,255,255,.18); backdrop-filter:blur(10px); }
  .buy-button { width:100%; height:46px; padding:0 12px 0 8px; gap:10px; font-size:8px; background:rgba(255,255,255,.03); }
  .buy-mark { width:29px; height:29px; }
  .hero-price { font-size:15px; padding-right:3px; text-shadow:0 2px 12px rgba(0,0,0,.45); }
  .hero-model-wrap { width:116%; height:55%; right:-35%; bottom:4px; opacity:.84; }
  .hero-model { transform:scale(1); }
  .hero-bg { object-position:54% 48%; }
  .hero-shade { background:linear-gradient(180deg,rgba(13,28,39,.82) 0%,rgba(13,28,39,.66) 42%,rgba(13,28,39,.28) 68%,rgba(13,28,39,.88) 100%),linear-gradient(90deg,rgba(12,28,40,.82),rgba(12,28,40,.14)); }
  .hero-graffiti { width:135%; left:-4%; top:13%; opacity:.18; }
  .hero-bottomline { min-height:54px; padding:0 18px; font-size:5.5px; }

  .collection { padding:38px 18px 46px; }
  .section-heading { grid-template-columns:1fr auto; margin-bottom:25px; }
  .section-heading h2 { font-size:34px; }
  .filter-panel.open { margin:-10px 0 22px; max-height:100px; flex-wrap:wrap; }
  .product-grid { grid-template-columns:1fr 1fr; gap:22px 9px; }
  .product-info { margin-top:8px; font-size:6px; }
  .product-info h3 { font-size:7px; }
  .card-arrow { width:23px; height:23px; right:6px; bottom:43px; font-size:8px; }
  .quick-add { top:6px; right:6px; padding:5px 6px; font-size:5.5px; }

  /* The generated phone-specific artwork is shown at its natural ratio, so it never spills outside the frame. */
  .banner { min-height:0; line-height:0; }
  .banner picture { display:block; width:100%; }
  .banner img { width:100%; height:auto; min-height:0; object-fit:contain; object-position:center; }
  .banner::after { box-shadow:inset 0 0 32px rgba(7,20,28,.16); }

  .footer { padding:24px 18px 16px; }
  .footer-top { align-items:flex-end; gap:16px; }
  .footer-top img { width:66px; }
  .footer-top p { font-size:6px; }
  .footer-bottom { grid-template-columns:1fr 1fr; gap:13px 10px; font-size:6px; }

  .product-header { padding:0 16px; grid-template-columns:1fr auto 1fr; }
  .product-back { font-size:7px; }
  .product-header .brand { width:62px; }
  .product-visual { min-height:500px; padding:20px 10px 0; }
  .product-visual img { width:88%; max-height:480px; }
  .product-visual::after { left:16px; bottom:14px; font-size:6px; }
  .product-panel { padding:31px 18px 38px; }
  .product-title-row { align-items:flex-start; }
  .product-title-row h1 { font-size:44px; }
  .product-title-row strong { font-size:15px; margin-top:7px; }
  .product-subtitle { font-size:8px; margin-top:9px; }
  .product-description { font-size:12px; line-height:1.6; }
  .product-control { grid-template-columns:60px 1fr; }
  .product-add-row { grid-template-columns:1fr 46px; }
  .product-features { grid-template-columns:1fr; font-size:7px; }
  .product-story { grid-template-columns:1fr; padding:34px 18px 40px; gap:18px; }
  .product-story h2 { font-size:34px; }
  .product-story p { font-size:12px; }
  .product-footer { padding:17px 18px; flex-direction:column; gap:8px; font-size:6px; }
}

/* =========================================================
   2026-08 mobile/product refinement
   - removes the hard horizontal crop from the hero model
   - keeps price and CTA readable on phones
   - uses the dedicated portrait expedition artwork on phones
   - supports full product detail pages
   ========================================================= */

/* The source hero render ends mid-leg. Fade that edge into atmospheric fog instead of showing a hard crop. */
.hero-model {
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, rgba(0,0,0,.98) 78%, rgba(0,0,0,.6) 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, rgba(0,0,0,.98) 78%, rgba(0,0,0,.6) 90%, transparent 100%);
}
.hero-model-wrap::after {
  content:"";
  position:absolute;
  z-index:3;
  pointer-events:none;
  left:-12%; right:-12%; bottom:-2%; height:25%;
  background:
    radial-gradient(ellipse at 52% 100%, rgba(205,221,231,.20) 0%, rgba(117,145,164,.10) 34%, transparent 70%),
    linear-gradient(to top, rgba(18,34,46,.42), transparent 76%);
  filter: blur(5px);
}

.product-fav.active { background:#dbe6ec; color:#22394a; }
.product-index { position:absolute; right:22px; bottom:20px; display:flex; gap:7px; color:rgba(29,51,66,.62); font:8px ui-monospace,monospace; letter-spacing:.1em; }
.product-visual-halo { position:absolute; width:72%; aspect-ratio:1; border-radius:50%; background:rgba(255,255,255,.25); filter:blur(70px); top:12%; }
.product-story-copy { display:grid; gap:30px; }
.product-specs { display:grid; grid-template-columns:1fr 1fr; gap:1px; margin:0; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.12); }
.product-specs > div { background:#2d4658; padding:13px 15px; }
.product-specs dt { margin:0 0 6px; color:rgba(255,255,255,.42); font:7px ui-monospace,monospace; letter-spacing:.1em; }
.product-specs dd { margin:0; color:rgba(255,255,255,.82); font:8px ui-monospace,monospace; letter-spacing:.06em; }
.product-header .icon-btn svg path { fill:none; }
.product-header .icon-btn:first-child svg path { fill:currentColor; stroke:none; }

@media (max-width: 620px) {
  /* Hero now reads as a deliberate editorial composition, not a desktop crop squeezed onto a phone. */
  .hero { min-height: 860px; }
  .hero-content { min-height: 738px; padding: 30px 18px 18px; }
  .hero-copy { position:relative; z-index:8; max-width:100%; }
  .hero h1 { max-width:300px; font-size:clamp(46px,14.6vw,61px); }
  .selector-line { max-width:286px; }
  .hero-buy-row {
    position:relative;
    z-index:10;
    margin-top:16px;
    width:min(100%,300px);
    grid-template-columns:minmax(0,1fr) 78px;
    gap:0;
    padding:0;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.26);
    background:rgba(9,24,35,.88);
    box-shadow:0 12px 32px rgba(5,13,20,.22);
    backdrop-filter:blur(14px);
  }
  .buy-button { height:48px; border:0; border-right:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.035); }
  .hero-price { height:48px; display:grid; place-items:center; padding:0; font-size:12.5px; white-space:nowrap; background:rgba(7,21,31,.52); text-shadow:none; }

  /* Put the model behind the copy and dissolve its lower edge. */
  .hero-model-wrap { width:101%; height:58%; right:-24%; bottom:2px; opacity:.92; }
  .hero-model { object-position:center bottom; transform:scale(.98); -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 64%,rgba(0,0,0,.96) 74%,rgba(0,0,0,.38) 90%,transparent 100%); mask-image:linear-gradient(to bottom,#000 0%,#000 64%,rgba(0,0,0,.96) 74%,rgba(0,0,0,.38) 90%,transparent 100%); }
  .hero-model-wrap::after { height:31%; left:-24%; right:-12%; bottom:-3%; background:radial-gradient(ellipse at 58% 94%,rgba(188,208,220,.29),rgba(70,101,122,.16) 38%,transparent 70%),linear-gradient(to top,rgba(17,34,46,.68),transparent 82%); }
  .hero-shade { background:linear-gradient(180deg,rgba(13,28,39,.84) 0%,rgba(13,28,39,.70) 35%,rgba(13,28,39,.38) 62%,rgba(13,28,39,.82) 100%),linear-gradient(90deg,rgba(12,28,40,.86) 0%,rgba(12,28,40,.30) 78%,rgba(12,28,40,.12) 100%); }

  /* Dedicated 9:16 artwork supplied for the last block. It keeps its full composition. */
  .banner { min-height:0; height:auto; overflow:hidden; background:#182b3a; }
  .banner picture { display:block; width:100%; }
  .banner img { display:block; width:100%; height:auto; min-height:0; max-height:none; object-fit:contain; object-position:center; }
  .banner-overlay { display:none; }

  /* Product page: image is large, then the complete card/content follows underneath. */
  .product-shell { width:100%; margin:0; }
  .product-header { position:sticky; top:0; z-index:30; height:64px; background:rgba(21,40,54,.88); backdrop-filter:blur(14px); }
  .product-detail { display:block; }
  .product-visual { min-height:0; height:64svh; max-height:620px; padding:18px 8px 0; }
  .product-visual img { width:94%; height:96%; max-height:none; object-fit:contain; object-position:center bottom; }
  .product-visual::after { display:none; }
  .product-index { right:16px; bottom:15px; font-size:6px; }
  .product-panel { padding:28px 18px 36px; }
  .product-title-row { display:grid; grid-template-columns:1fr auto; align-items:end; gap:12px; }
  .product-title-row h1 { font-size:clamp(38px,12vw,52px); line-height:.9; }
  .product-title-row strong { font-size:14px; padding-bottom:4px; }
  .product-controls { gap:18px; }
  .product-add { font-size:9px; }
  .product-story { padding:34px 18px 42px; }
  .product-specs { grid-template-columns:1fr 1fr; }
  .product-banner img { width:100%; height:auto; object-fit:contain; }
}

@media (max-width: 390px) {
  .hero { min-height: 830px; }
  .hero-content { min-height: 708px; }
  .hero h1 { font-size:44px; }
  .selector-line { margin-top:14px; }
  .hero-buy-row { width:282px; }
  .hero-model-wrap { width:106%; right:-31%; height:56%; }
  .product-title-row { grid-template-columns:1fr; }
  .product-title-row strong { padding:0; }
}

/* =========================================================
   Mobile rebuild + cart page (final overrides)
   ========================================================= */

.hero-model-picture {
  display:flex;
  width:100%;
  height:100%;
  align-items:flex-end;
  justify-content:center;
}

/* Cart page */
.cart-page { background:#263e50; }
.cart-shell {
  width:min(1180px,calc(100% - 44px));
  margin:44px auto;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 70px rgba(5,15,22,.24);
  background:#203746;
}
.cart-header {
  height:82px;
  padding:0 42px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.cart-header .brand { justify-self:center; }
.cart-back {
  justify-self:start;
  font:9px ui-monospace,monospace;
  letter-spacing:.08em;
  color:rgba(255,255,255,.72);
}
.cart-header-count {
  justify-self:end;
  display:flex;
  align-items:center;
  gap:10px;
  font:8px ui-monospace,monospace;
  letter-spacing:.08em;
  color:rgba(255,255,255,.55);
}
.cart-header-count b {
  min-width:22px;
  height:22px;
  padding:0 6px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#dce7ed;
  color:#22394a;
  font-size:9px;
}
.cart-layout {
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);
  min-height:620px;
}
.cart-items-column { padding:54px 44px 58px; background:#2b4659; }
.cart-title-row { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:30px; }
.cart-title-row .eyebrow { margin-bottom:10px; }
.cart-title-row h1 {
  margin:0;
  font:900 clamp(48px,5vw,72px)/.86 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  letter-spacing:-.02em;
}
.cart-clear {
  border:1px solid rgba(255,255,255,.25);
  background:transparent;
  color:rgba(255,255,255,.7);
  padding:9px 12px;
  cursor:pointer;
  font:8px ui-monospace,monospace;
  letter-spacing:.08em;
}
.cart-items { display:grid; gap:1px; background:rgba(255,255,255,.13); border:1px solid rgba(255,255,255,.13); }
.cart-item {
  display:grid;
  grid-template-columns:150px 1fr;
  min-height:190px;
  background:#2b4659;
}
.cart-item-image {
  position:relative;
  overflow:hidden;
  background:linear-gradient(160deg,#c6d6df,#a9bfcc);
  border-right:1px solid rgba(255,255,255,.12);
}
.cart-item-image::after {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.35),transparent 55%);
}
.cart-item-image img {
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  padding:9px;
}
.cart-item-main {
  padding:22px 22px 18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:1fr auto;
  gap:12px 20px;
}
.cart-item-copy h2 {
  margin:0 0 5px;
  font:900 27px/.92 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  letter-spacing:-.01em;
}
.cart-item-copy p { margin:0; color:rgba(255,255,255,.5); font:8px ui-monospace,monospace; letter-spacing:.07em; }
.cart-item-meta { display:flex; gap:8px; flex-wrap:wrap; margin-top:15px; }
.cart-item-meta span { border:1px solid rgba(255,255,255,.17); padding:6px 8px; color:rgba(255,255,255,.67); font:7px ui-monospace,monospace; }
.cart-item-main > strong { font:14px ui-monospace,monospace; font-weight:500; white-space:nowrap; }
.cart-item-actions { grid-column:1 / -1; display:flex; align-items:center; justify-content:space-between; gap:15px; }
.qty-control { height:34px; display:flex; align-items:center; border:1px solid rgba(255,255,255,.2); }
.qty-control button { width:34px; height:32px; border:0; background:transparent; color:#fff; cursor:pointer; font-size:15px; }
.qty-control span { min-width:30px; text-align:center; font:8px ui-monospace,monospace; }
.cart-remove { border:0; background:transparent; color:rgba(255,255,255,.5); cursor:pointer; font:7px ui-monospace,monospace; letter-spacing:.08em; }
.cart-summary {
  align-self:start;
  position:sticky;
  top:20px;
  padding:54px 38px 46px;
  background:#203746;
}
.cart-summary .eyebrow { margin-bottom:28px; }
.summary-row { display:flex; justify-content:space-between; gap:20px; padding:13px 0; border-bottom:1px solid rgba(255,255,255,.11); font:8px ui-monospace,monospace; letter-spacing:.06em; }
.summary-row strong { font-size:10px; }
.summary-row.muted { color:rgba(255,255,255,.45); font-size:7px; }
.summary-total { display:flex; justify-content:space-between; align-items:end; gap:20px; padding:25px 0 22px; }
.summary-total span { font:900 27px/.9 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; }
.summary-total strong { font:20px ui-monospace,monospace; font-weight:500; }
.checkout-btn {
  width:100%;
  min-height:56px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:0;
  background:#dce7ed;
  color:#203746;
  cursor:pointer;
  font:700 10px ui-monospace,monospace;
  letter-spacing:.06em;
  transition:.25s var(--ease);
}
.checkout-btn:hover:not(:disabled) { transform:translateY(-2px); background:#fff; }
.checkout-btn:disabled { opacity:.35; cursor:not-allowed; }
.checkout-note { margin:11px 0 30px; text-align:center; color:rgba(255,255,255,.32); font:6px ui-monospace,monospace; letter-spacing:.08em; }
.summary-benefits { display:grid; gap:10px; color:rgba(255,255,255,.45); font:7px ui-monospace,monospace; letter-spacing:.06em; }
.cart-empty { min-height:380px; padding:60px 20px; text-align:center; border:1px solid rgba(255,255,255,.12); display:grid; place-items:center; align-content:center; }
.cart-empty[hidden] { display:none; }
.cart-empty img { width:100px; opacity:.48; margin-bottom:15px; }
.cart-empty h2 { margin:0; font:900 40px/.9 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; }
.cart-empty p { max-width:360px; color:rgba(255,255,255,.55); line-height:1.6; }
.cart-empty a { margin-top:14px; border:1px solid rgba(255,255,255,.3); padding:12px 16px; font:8px ui-monospace,monospace; letter-spacing:.08em; }
.cart-banner { line-height:0; overflow:hidden; border-top:1px solid rgba(255,255,255,.12); }
.cart-banner picture, .cart-banner img { display:block; width:100%; }
.cart-banner img { height:auto; }

.checkout-modal {
  position:fixed;
  inset:0;
  z-index:500;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(7,19,27,.82);
  backdrop-filter:blur(14px);
  opacity:0;
  visibility:hidden;
  transition:.25s var(--ease);
}
.checkout-modal.open { opacity:1; visibility:visible; }
.checkout-card {
  position:relative;
  width:min(520px,100%);
  padding:48px 42px 42px;
  border:1px solid rgba(255,255,255,.18);
  background:#29465a;
  box-shadow:0 30px 100px rgba(0,0,0,.34);
}
.checkout-card > img { width:92px; opacity:.8; margin-bottom:28px; }
.checkout-card .eyebrow { margin-bottom:10px; }
.checkout-card h2 { margin:0 0 18px; font:900 44px/.9 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; }
.checkout-card p:not(.eyebrow) { margin:0 0 28px; color:rgba(255,255,255,.63); line-height:1.65; }
.checkout-card a { display:inline-block; border:1px solid rgba(255,255,255,.32); padding:12px 15px; font:8px ui-monospace,monospace; letter-spacing:.08em; }
.checkout-close { position:absolute; right:15px; top:12px; width:38px; height:38px; border:0; background:transparent; color:#fff; cursor:pointer; font-size:26px; }

@media (max-width:920px) {
  .cart-shell { width:100%; margin:0; border-left:0; border-right:0; }
  .cart-header { height:70px; padding:0 22px; }
  .cart-layout { grid-template-columns:1fr; }
  .cart-summary { position:relative; top:auto; padding:38px 28px 44px; }
}

@media (max-width:620px) {
  /* True mobile hero. Desktop remains unchanged. */
  .page-shell { width:100%; margin:0; border:0; box-shadow:none; }
  .site-header { height:64px; padding:0 16px; grid-template-columns:1fr auto; }
  .site-header .brand { width:72px; }
  .header-actions { gap:2px; }
  .icon-btn, .menu-btn { width:34px; height:34px; }
  .mobile-menu { top:64px; padding:13px 16px 18px; }

  .hero { min-height:760px; }
  .hero-content { min-height:652px; padding:25px 16px 12px; display:block; }
  .hero-copy { width:100%; max-width:340px; padding:0; }
  .hero-copy .eyebrow { margin-bottom:12px; font-size:6.5px; }
  .hero h1 { max-width:300px; font-size:clamp(43px,12.3vw,52px); line-height:.86; }
  .selector-line { max-width:292px; margin-top:14px; grid-template-columns:58px 1fr; font-size:7.5px; }
  .size-options, .color-options { gap:13px; }
  .size-options button, .color-options button { padding:6px 0; }
  .color-options button { font-size:7.5px; }
  .hero-buy-row {
    width:min(100%,318px);
    margin-top:15px;
    padding:0;
    display:grid;
    grid-template-columns:minmax(0,1fr) 88px;
    gap:0;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.26);
    background:rgba(8,23,34,.87);
    box-shadow:0 14px 35px rgba(4,13,20,.25);
    backdrop-filter:blur(14px);
  }
  .buy-button { height:48px; border:0; border-right:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.025); font-size:7.5px; padding:0 9px 0 7px; gap:8px; }
  .buy-mark { width:30px; height:30px; flex:0 0 auto; }
  .hero-price { height:48px; padding:0; display:grid; place-items:center; font-size:12px; background:rgba(3,16,25,.48); text-shadow:none; white-space:nowrap; }

  /* On phones we swap the cropped hero render for the full-body catalogue render. */
  .hero-model-wrap {
    width:62%;
    height:44%;
    right:-3%;
    bottom:47px;
    opacity:.98;
    z-index:4;
    align-items:flex-end;
  }
  .hero-model-picture { width:100%; height:100%; }
  .hero-model {
    width:100%;
    height:100%;
    max-height:none;
    object-fit:contain;
    object-position:center bottom;
    transform:none;
    filter:drop-shadow(0 18px 18px rgba(4,13,20,.28));
    -webkit-mask-image:none !important;
    mask-image:none !important;
  }
  .hero-model-wrap::after { display:none; }
  .hero-bg { object-position:50% 50%; }
  .hero-graffiti { width:125%; left:-7%; top:18%; opacity:.15; }
  .hero-shade {
    background:
      linear-gradient(180deg,rgba(12,28,39,.84) 0%,rgba(12,28,39,.68) 35%,rgba(12,28,39,.35) 64%,rgba(12,28,39,.85) 100%),
      linear-gradient(90deg,rgba(10,26,38,.88) 0%,rgba(10,26,38,.45) 60%,rgba(10,26,38,.13) 100%);
  }
  .hero-bottomline { min-height:44px; padding:0 16px; font-size:5.5px; }
  .hero-bottomline span:last-child { text-align:right; }

  .collection { padding:34px 14px 42px; }
  .section-heading { grid-template-columns:minmax(0,1fr) auto; align-items:end; gap:10px; margin-bottom:22px; }
  .section-heading .eyebrow { margin-bottom:8px; font-size:6px; }
  .section-heading h2 { font-size:31px; }
  .filter-btn { height:31px; padding:0 9px; font-size:7px; }
  .filter-panel.open { margin:-7px 0 18px; max-height:100px; flex-wrap:wrap; }
  .filter-panel button { padding:7px 9px; font-size:6.5px; }
  .product-grid { grid-template-columns:1fr 1fr; gap:22px 8px; }
  .product-info { margin-top:8px; display:block; font-size:6.5px; line-height:1.35; }
  .product-info h3 { font-size:7.8px; }
  .product-info p { min-height:18px; }
  .product-info > span { display:block; margin-top:5px; font-size:7px; }
  .quick-add { opacity:1; transform:none; top:6px; right:6px; padding:5px 6px; font-size:5.5px; }
  .card-arrow { right:6px; bottom:45px; width:23px; height:23px; }

  .banner { min-height:0; height:auto; line-height:0; overflow:hidden; }
  .banner picture { display:block; width:100%; }
  .banner img { display:block; width:100%; height:auto; min-height:0; max-height:none; object-fit:contain; object-position:center; }
  .banner-overlay { display:none; }

  .footer { padding:22px 16px 15px; }
  .footer-top { gap:13px; }
  .footer-top img { width:64px; }
  .footer-top p { font-size:5.8px; }
  .footer-bottom { grid-template-columns:1fr 1fr; gap:12px 8px; font-size:5.5px; }

  /* Cart phone layout */
  .cart-shell { width:100%; margin:0; border:0; box-shadow:none; }
  .cart-header { position:sticky; top:0; z-index:30; height:64px; padding:0 16px; background:rgba(20,39,53,.92); backdrop-filter:blur(14px); }
  .cart-header .brand { width:64px; }
  .cart-back { font-size:6.5px; }
  .cart-header-count span { display:none; }
  .cart-header-count b { min-width:20px; height:20px; font-size:8px; }
  .cart-items-column { padding:29px 14px 34px; }
  .cart-title-row { margin-bottom:21px; align-items:center; }
  .cart-title-row .eyebrow { font-size:6px; margin-bottom:7px; }
  .cart-title-row h1 { font-size:43px; }
  .cart-clear { padding:7px 9px; font-size:6px; }
  .cart-item { grid-template-columns:105px minmax(0,1fr); min-height:150px; }
  .cart-item-image img { padding:6px; }
  .cart-item-main { padding:15px 12px 12px; grid-template-columns:minmax(0,1fr); grid-template-rows:auto; gap:9px; }
  .cart-item-copy h2 { font-size:21px; }
  .cart-item-copy p { font-size:6.2px; }
  .cart-item-meta { margin-top:9px; gap:5px; }
  .cart-item-meta span { padding:4px 5px; font-size:5.5px; }
  .cart-item-main > strong { grid-row:2; font-size:10px; }
  .cart-item-actions { grid-column:1; grid-row:3; }
  .qty-control { height:29px; }
  .qty-control button { width:29px; height:27px; }
  .qty-control span { min-width:25px; font-size:7px; }
  .cart-remove { font-size:5.5px; }
  .cart-summary { padding:31px 16px 38px; border-top:1px solid rgba(255,255,255,.12); }
  .cart-summary .eyebrow { font-size:6px; margin-bottom:19px; }
  .summary-row { font-size:7px; }
  .summary-total span { font-size:25px; }
  .summary-total strong { font-size:16px; }
  .checkout-btn { min-height:52px; font-size:8.5px; }
  .summary-benefits { font-size:6px; }
  .cart-empty { min-height:330px; padding:45px 18px; }
  .cart-empty h2 { font-size:34px; }
  .cart-empty p { font-size:12px; }
  .cart-banner picture, .cart-banner img { width:100%; height:auto; }
  .checkout-card { padding:42px 25px 32px; }
  .checkout-card h2 { font-size:38px; }
  .checkout-card p:not(.eyebrow) { font-size:12px; }
}

@media (max-width:390px) {
  .hero { min-height:740px; }
  .hero-content { min-height:632px; padding-top:22px; }
  .hero h1 { font-size:42px; }
  .selector-line { margin-top:12px; }
  .hero-buy-row { width:304px; max-width:100%; }
  .hero-model-wrap { width:64%; height:43%; right:-5%; bottom:46px; }
}

/* =========================================================
   2026-08-17 mobile hero cleanup
   - hide graffiti on phone hero
   - move the hero model left and make it much larger
   ========================================================= */
@media (max-width: 620px) {
  .hero-graffiti {
    display: none !important;
  }

  .hero-content {
    min-height: 660px;
  }

  .hero-model-wrap {
    width: 88%;
    height: 48%;
    left: 54%;
    right: auto;
    bottom: 42px;
    transform: translateX(-50%);
    opacity: 1;
  }

  .hero-model {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 18px 24px rgba(4,13,20,.3));
  }
}

@media (max-width: 390px) {
  .hero-content {
    min-height: 646px;
  }

  .hero-model-wrap {
    width: 92%;
    height: 47%;
    left: 54%;
    right: auto;
    bottom: 42px;
    transform: translateX(-50%);
  }
}

/* =========================================================
   MOBILE HERO V3 — explicit phone override, kept out of desktop
   ========================================================= */
@media (max-width: 700px) {
  .hero {
    min-height: 880px;
  }

  .hero-content {
    min-height: 770px;
  }

  /* The mobile hero is intentionally cleaner than desktop. */
  .hero-graffiti {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  /* Full-body model: much larger and shifted left, below the purchase controls. */
  .hero-model-wrap {
    width: 92%;
    height: 55%;
    left: 44%;
    right: auto;
    bottom: 28px;
    transform: translateX(-50%);
    opacity: 1;
    z-index: 4;
  }

  .hero-model-picture,
  .hero-model {
    width: 100%;
    height: 100%;
  }

  .hero-model {
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
    transform: none;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    filter: drop-shadow(0 18px 24px rgba(4,13,20,.32));
  }

  .hero-model-wrap::after {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .hero {
    min-height: 850px;
  }

  .hero-content {
    min-height: 740px;
  }

  .hero-model-wrap {
    width: 96%;
    height: 54%;
    left: 43%;
    right: auto;
    bottom: 26px;
    transform: translateX(-50%);
  }
}
