@font-face {
  font-family: Onest;
  src: url("assets/fonts/onest-variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-variable.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-italic-variable.ttf") format("truetype");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #070204;
  --black-soft: #120407;
  --red: #8d0019;
  --pink: #ff5f75;
  --bone: #f5f0e9;
  --muted: rgba(245, 240, 233, .58);
  --line: rgba(245, 240, 233, .18);
  --ease: cubic-bezier(.19, 1, .22, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--bone);
  background: var(--black);
  font-family: Onest, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

.site-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: var(--black);
  background-image: url("assets/rrk-glow.jpg");
  background-position: 50% 68%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateZ(0) scale(1.012);
  transform-origin: center;
}

.site-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3,0,1,.2), rgba(3,0,1,.06) 46%, rgba(3,0,1,.3)),
    radial-gradient(circle at 70% 35%, transparent 0 24%, rgba(0,0,0,.16) 68%);
}

main, .site-footer { position: relative; z-index: 1; }
.drop, .manifesto, .contact { scroll-margin-top: 92px; }

button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; transition: transform .18s var(--ease), filter .18s ease, background-color .22s ease, color .22s ease; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.tap-animate { animation: buttonTap .32s var(--ease); }
@keyframes buttonTap { 45% { transform: scale(.955); } 100% { transform: scale(1); } }
@keyframes cartBump { 45% { transform: scale(1.28) rotate(-5deg); } 100% { transform: scale(1); } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: .045;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.48'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  width: 320px;
  aspect-ratio: 1;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: rgba(255, 24, 52, .045);
  filter: blur(60px);
  transform: translate3d(-50%, -50%, 0);
  display: none;
  transition: opacity .2s;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  background: #050102;
  transition: opacity .7s var(--ease), visibility .7s;
}

.loader.is-done { opacity: 0; visibility: hidden; }
.loader-mark { width: 96px; overflow: hidden; }
.loader-mark img { width: 100%; animation: loaderWalk .8s ease-in-out infinite alternate; }
.loader p { margin: 0; font-size: 12px; letter-spacing: .2em; color: rgba(245,240,233,.72); }

@keyframes loaderWalk { to { transform: translateY(-8px) rotate(3deg); } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 58;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 14px 3vw;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(90deg, rgba(9,2,4,.94), rgba(22,3,8,.86), rgba(9,2,4,.94));
  box-shadow: 0 14px 42px rgba(0,0,0,.2);
  backdrop-filter: blur(22px) saturate(130%);
}

.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.brand-mark { position: relative; width: 46px; height: 46px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,95,117,.65); background: radial-gradient(circle, rgba(255,95,117,.2), rgba(255,255,255,.025) 62%); clip-path: polygon(12% 0, 88% 0, 100% 20%, 100% 80%, 88% 100%, 12% 100%, 0 80%, 0 20%); }
.brand-mark::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; animation: orbitSpin 12s linear infinite; }
.brand-mark::after { content: ""; position: absolute; width: 4px; height: 4px; top: 5px; right: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 10px var(--pink); }
.brand-mark img { position: relative; z-index: 1; width: 37px; height: 37px; object-fit: contain; transform: rotate(-2deg); }
.brand-lockup { display: grid; line-height: 1; }
.brand-name { font-size: 22px; font-weight: 700; letter-spacing: -.06em; }
.brand-lockup small { margin-top: 5px; color: var(--pink); font-size: 8px; font-weight: 600; letter-spacing: .18em; }
.desktop-nav { display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid rgba(255,255,255,.12); border-radius: 100px; background: rgba(255,255,255,.035); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a { min-height: 38px; padding: 0 18px; display: inline-flex; align-items: center; border-radius: 100px; color: rgba(255,255,255,.74); transition: color .25s, background .25s, transform .25s; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #200107; background: var(--pink); transform: translateY(-1px); }

.cart-button {
  justify-self: end;
  min-height: 46px;
  padding: 6px 7px 6px 13px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 100px;
  background: rgba(10,2,4,.48);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 8px 30px rgba(0,0,0,.14);
  backdrop-filter: blur(12px);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  cursor: pointer;
}

.cart-button-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cart-button-label { line-height: 1; }

.cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  color: #250108;
  background: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
.cart-count.is-bump { animation: cartBump .42s var(--ease); }

.hero {
  position: relative;
  min-height: calc(100svh - 75px);
  min-height: calc(100dvh - 75px);
  padding: 72px 5vw 44px;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.3), rgba(0,0,0,.03) 48%, rgba(0,0,0,.12)),
    linear-gradient(180deg, rgba(0,0,0,.06), transparent 58%, rgba(0,0,0,.12));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 72%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 72%, transparent);
}

.hero-copy { width: 100%; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 3vh; color: rgba(245,240,233,.68); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }

.hero h1 {
  display: flex;
  align-items: baseline;
  gap: .01em;
  margin: 0 0 -2vh -1vw;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(180px, 29vw, 470px);
  font-weight: 600;
  line-height: .56;
  letter-spacing: -.095em;
  color: var(--pink);
  text-shadow: 0 0 80px rgba(255, 30, 55, .22);
}

.hero h1 span:nth-child(1) { transform: translateY(3%); }
.hero h1 span:nth-child(2) { font-style: italic; transform: translateY(-1%); }
.hero h1 span:nth-child(3) { transform: translateY(4%); }

.hero-lead {
  margin: 2.5rem 0 1.8rem;
  font-size: clamp(24px, 3vw, 46px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  padding: 16px 20px;
  color: #180106;
  background: var(--bone);
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  transition: transform .3s var(--ease), background .3s;
}
.pill-button:hover { transform: translateY(-3px); background: var(--pink); }

.hero-orbit {
  position: absolute;
  right: 8vw;
  top: 54%;
  width: clamp(200px, 23vw, 340px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  z-index: 3;
}
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; left: 50%; top: 50%; z-index: -1; background: rgba(255,255,255,.16); transform: translate(-50%, -50%); }
.hero-orbit::before { width: 135%; height: 1px; }
.hero-orbit::after { width: 1px; height: 135%; }
.orbit-ring { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: inset 0 0 50px rgba(255,95,117,.045), 0 0 80px rgba(255,0,45,.08); animation: orbitSpin 18s linear infinite; }
.orbit-ring::before, .orbit-ring::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.orbit-ring::before { top: 8%; left: 22%; }
.orbit-ring::after { bottom: 12%; right: 17%; }
.orbit-mark { position: absolute; inset: 19%; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,95,117,.45); background: radial-gradient(circle, rgba(255,95,117,.19), rgba(0,0,0,.32) 70%); clip-path: polygon(50% 0, 92% 18%, 100% 50%, 82% 92%, 50% 100%, 8% 82%, 0 50%, 18% 8%); backdrop-filter: blur(7px); }
.orbit-mark::before { content: "RRK / 001"; position: absolute; left: 50%; bottom: 10px; z-index: 2; color: rgba(255,255,255,.52); font-size: 7px; letter-spacing: .16em; transform: translateX(-50%); white-space: nowrap; }
.orbit-mark img { width: 83%; height: 83%; object-fit: contain; transform: translateY(-3px) rotate(-3deg); }
.orbit-label { position: absolute; right: -32px; top: 51%; font-size: 11px; line-height: 1.4; letter-spacing: .13em; color: rgba(245,240,233,.68); }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

.hero-note { position: absolute; right: 3vw; bottom: 38px; margin: 0; text-align: right; color: rgba(245,240,233,.68); font-size: 11px; line-height: 1.5; letter-spacing: .12em; }
.hero-specs { position: absolute; left: 5vw; bottom: 35px; display: flex; gap: 30px; }
.hero-specs span { min-width: 82px; padding-top: 10px; display: grid; gap: 5px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(245,240,233,.54); font-size: 8px; letter-spacing: .14em; }
.hero-specs b { color: var(--bone); font-size: 13px; font-weight: 500; letter-spacing: 0; }
.scroll-cue { position: absolute; bottom: 38px; left: 50%; display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .12em; color: rgba(245,240,233,.68); transform: translateX(-50%) rotate(90deg); transform-origin: center; }
.scroll-cue i { display: block; width: 36px; height: 1px; background: currentColor; }

.intro {
  position: relative;
  min-height: 82vh;
  padding: 12vh 6vw;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(5,0,2,.1);
}

.section-index { margin: 0; display: inline-flex; align-items: center; gap: 12px; color: rgba(245,240,233,.68); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.section-index::after { content: ""; width: 46px; height: 1px; background: linear-gradient(90deg, var(--pink), transparent); }
.intro-copy { position: relative; z-index: 2; max-width: 1080px; margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(52px, 7.8vw, 128px); font-weight: 500; line-height: .86; letter-spacing: -.055em; }
.intro-copy em { font-weight: 500; font-style: italic; color: var(--pink); }
.intro-signal { position: absolute; right: 5vw; bottom: 8vh; width: min(330px, 34vw); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; color: rgba(245,240,233,.58); font-size: 9px; letter-spacing: .14em; }
.intro-signal i { height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.14), var(--pink)); }
.intro-signal b { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,95,117,.5); border-radius: 50%; color: var(--pink); font-size: 16px; font-weight: 400; }

.drop { padding: 13vh 4vw 16vh; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 4vh; }
.section-heading h2, .manifesto h2, .contact h2, .checkout-modal h2 { margin: 22px 0 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(70px, 9.5vw, 154px); line-height: .76; letter-spacing: -.06em; font-weight: 500; }
.section-heading > p { margin: 0 0 8px; color: rgba(245,240,233,.68); font-size: 11px; line-height: 1.7; letter-spacing: .12em; text-align: right; }

.catalog-toolbar {
  margin-bottom: 22px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.catalog-toolbar > p { margin: 0; color: rgba(245,240,233,.76); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.catalog-guide { display: none; }
.catalog-filters { display: flex; align-items: center; gap: 8px; }
.catalog-filters button {
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 100px;
  color: var(--bone);
  background: rgba(5,0,2,.42);
  cursor: pointer;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s, background .2s, border-color .2s;
}
.catalog-filters button span { margin-left: 8px; color: var(--muted); }
.catalog-filters button.active { color: #180106; background: var(--bone); border-color: var(--bone); }
.catalog-filters button.active span { color: rgba(24,1,6,.55); }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { position: relative; min-width: 0; transition: opacity .25s, transform .25s; }
.product-card[hidden] { display: none; }

.product-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--bone);
  background: rgba(6,1,3,.62);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 3px 3px 0 0;
  box-shadow: inset 0 0 70px rgba(255,0,45,.035), 0 18px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.product-visual::before {
  content: "";
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  transition: transform .9s var(--ease), background .6s;
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0 48%, rgba(255,95,117,.09) 49%, transparent 51%), radial-gradient(circle at 48% 55%, rgba(214,0,32,.17), transparent 54%);
  background-size: 100% 180%, 100% 100%;
  opacity: .3;
  transition: opacity .4s;
  animation: visualScan 8s linear infinite;
}

@keyframes visualScan { to { background-position: 0 180%, 0 0; } }

.product-card:nth-child(even) .product-visual::before { border-radius: 47% 53% 38% 62% / 58% 33% 67% 42%; }
.product-card:nth-child(3) .product-visual::before { transform: rotate(24deg); }
.product-visual:hover::before { transform: scale(1.18) rotate(24deg); background: rgba(150,0,20,.12); }
.product-visual:hover::after { opacity: 1; }

.garment {
  position: relative;
  z-index: 2;
  width: 62%;
  max-height: 68%;
  overflow: visible;
  fill: rgba(7,2,4,.62);
  stroke: rgba(255,255,255,.96);
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 28px 60px rgba(0,0,0,.52));
  transition: transform .8s var(--ease), stroke .4s;
}

.garment path:not(:first-child) { fill: none; stroke: rgba(255,255,255,.48); stroke-dasharray: 3 4; }
.product-visual:hover .garment { transform: scale(1.05) rotate(-2deg); stroke: var(--pink); }
.product-number { position: absolute; z-index: 4; left: 18px; top: 16px; color: rgba(245,240,233,.68); font-size: 11px; letter-spacing: .13em; }
.product-status { position: absolute; z-index: 4; right: 16px; top: 14px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.34); border-radius: 100px; color: rgba(255,255,255,.88); background: rgba(0,0,0,.3); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.product-status::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 9px var(--pink); }
.card-action { position: absolute; z-index: 4; right: 18px; bottom: 16px; padding: 12px 15px; color: #190106; background: var(--pink); border-radius: 50px; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .09em; opacity: 1; transform: none; transition: .35s var(--ease); }
.product-visual:hover .card-action { opacity: 1; transform: none; }
.product-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; min-height: 94px; padding: 18px; background: rgba(5,0,2,.78); border: 1px solid rgba(255,255,255,.28); border-top: 0; }
.product-meta > div:last-child { display: grid; justify-items: end; gap: 12px; text-align: right; }
.product-meta h3, .product-meta p { margin: 0; font-size: 15px; font-weight: 600; }
.product-meta span { display: block; margin-top: 8px; color: rgba(245,240,233,.65); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.product-meta p { color: var(--bone); white-space: nowrap; }
.product-meta button { padding: 4px 0; border: 0; color: var(--pink); background: none; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.manifesto {
  min-height: 100vh;
  padding: 15vh 5vw;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 7vw;
  border-top: 1px solid var(--line);
  background: rgba(5,0,2,.16);
}
.manifesto-sticky { align-self: start; position: sticky; top: 100px; }
.manifesto h2 span { color: var(--pink); font-style: italic; font-weight: 500; }
.manifesto-lines { align-self: center; }
.manifesto-lines p { margin: 0; padding: 34px 0; display: grid; grid-template-columns: 52px 1fr; gap: 12px; border-top: 1px solid var(--line); font-size: clamp(18px, 2.1vw, 34px); line-height: 1.15; letter-spacing: -.03em; }
.manifesto-lines p:last-child { border-bottom: 1px solid var(--line); }
.manifesto-lines span { color: var(--pink); font-size: 11px; letter-spacing: .12em; padding-top: 7px; }

.contact { position: relative; min-height: 90vh; padding: 13vh 6vw; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 70vw; aspect-ratio: 1; right: -15vw; top: -25vw; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(255,255,255,.018), 0 0 0 16vw rgba(255,255,255,.012); }
.contact::after { content: "SIGNAL / NEXT DROP"; position: absolute; right: 7vw; bottom: 9vh; width: min(420px, 38vw); padding: 18px 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); color: rgba(245,240,233,.48); font-size: 10px; letter-spacing: .18em; text-align: right; }
.contact h2 { position: relative; z-index: 2; max-width: 950px; }
.subscribe-form { position: relative; z-index: 2; width: min(650px, 80%); margin-top: 7vh; display: flex; border-bottom: 1px solid rgba(255,255,255,.6); }
.subscribe-form input { flex: 1; min-width: 0; padding: 18px 0; color: white; background: transparent; border: 0; outline: 0; font-size: clamp(17px, 2vw, 24px); }
.subscribe-form input::placeholder { color: rgba(255,255,255,.43); }
.subscribe-form button { border: 0; background: none; cursor: pointer; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .1em; }
.form-note { position: relative; z-index: 2; margin: 13px 0 0; color: rgba(245,240,233,.68); font-size: 11px; letter-spacing: .06em; }

.site-footer { padding: 9vh 4vw 3vh; color: #160105; background: var(--pink); }
.footer-logo { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(170px, 31vw, 520px); font-weight: 600; line-height: .58; letter-spacing: -.1em; }
.footer-links { margin: 8vh 0; display: flex; flex-wrap: wrap; gap: 18px 44px; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(22,1,5,.32); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: none; cursor: pointer; text-transform: uppercase; font-size: inherit; font-weight: inherit; letter-spacing: inherit; }

.overlay { position: fixed; inset: 0; z-index: 59; background: rgba(0,0,0,.64); backdrop-filter: blur(9px); opacity: 0; visibility: hidden; transition: .35s; }
.overlay.is-open { opacity: 1; visibility: visible; }
.drawer { position: fixed; z-index: 60; top: 0; right: 0; width: min(540px, 100%); height: 100%; background: #0a0204; border-left: 1px solid var(--line); transform: translateX(101%); transition: transform .55s var(--ease); overflow-y: auto; }
.drawer.is-open { transform: none; }
.drawer-close { width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.07); font-size: 25px; font-weight: 300; cursor: pointer; }
.product-drawer > .drawer-close { position: absolute; z-index: 3; top: 18px; right: 18px; }
.drawer-product-visual { min-height: 48%; display: grid; place-items: center; background: radial-gradient(circle, rgba(143,0,21,.38), transparent 58%); border-bottom: 1px solid var(--line); }
.drawer-product-visual svg { width: 46%; max-height: 390px; fill: rgba(7,2,4,.68); stroke: white; stroke-width: 1.3; }
.drawer-product-visual svg path:not(:first-child) { fill: none; opacity: .35; stroke-dasharray: 3 4; }
.drawer-product-info { padding: 34px; }
.drawer-kicker { margin: 0 0 20px; color: var(--pink); font-size: 11px; letter-spacing: .14em; }
.drawer-product-info h2 { margin: 0; font-size: clamp(32px, 5vw, 54px); line-height: .95; letter-spacing: -.05em; }
.drawer-price { margin: 14px 0 28px; font-size: 17px; }
.drawer-description { color: rgba(245,240,233,.68); font-size: 15px; line-height: 1.65; }
.drawer-size-heading { margin-top: 27px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(245,240,233,.78); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.drawer-size-heading strong { min-width: 34px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,95,117,.42); border-radius: 99px; color: var(--pink); font-size: 11px; font-weight: 600; }
.size-row { margin: 27px 0 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.size-row button { height: 50px; border: 1px solid var(--line); background: none; cursor: pointer; font-size: 13px; }
.size-row button.active { color: #190106; background: var(--pink); border-color: var(--pink); }
.drawer-add, .cart-summary button, .checkout-modal form > button { width: 100%; min-height: 56px; border: 0; color: #190106; background: var(--bone); cursor: pointer; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .1em; transition: background .25s; }
.drawer-add { padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.drawer-add:hover, .cart-summary button:hover, .checkout-modal form > button:hover { background: var(--pink); }
.drawer-notes { margin-top: 27px; display: grid; grid-template-columns: 1fr; gap: 11px; color: rgba(245,240,233,.64); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.drawer-notes span::before { content: "＋"; color: var(--pink); margin-right: 8px; }

.cart-drawer {
  top: 7px;
  right: 7px;
  width: min(500px, calc(100% - 14px));
  height: calc(100% - 14px);
  padding: 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 2%, rgba(255,95,117,.14), transparent 34%),
    linear-gradient(160deg, rgba(25,4,9,.98), rgba(7,2,4,.995) 48%);
  box-shadow: -28px 0 80px rgba(0,0,0,.48);
}
.cart-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-head > div { display: grid; gap: 7px; }
.cart-head p { margin: 0; font-size: 28px; line-height: 1; letter-spacing: -.045em; }
.cart-head p span { color: var(--pink); font-size: 13px; letter-spacing: 0; vertical-align: top; }
.cart-head > div > span { color: rgba(245,240,233,.62); font-size: 11px; letter-spacing: .11em; }
.cart-head .drawer-close { background: rgba(255,255,255,.055); border: 1px solid var(--line); }

.shipping-progress { margin: 18px 0 4px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.035); }
.shipping-progress[hidden] { display: none; }
.shipping-progress-copy { display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.76); font-size: 11px; letter-spacing: .035em; }
.shipping-progress-copy strong { color: var(--pink); font-weight: 600; }
.shipping-track { height: 3px; margin-top: 12px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }
.shipping-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #bc0828, var(--pink)); box-shadow: 0 0 14px rgba(255,95,117,.5); transition: width .6s var(--ease); }

.cart-items { flex: 1; min-height: 0; padding: 8px 3px 8px 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.2) transparent; }
.cart-item { display: grid; grid-template-columns: 92px 1fr 34px; gap: 15px; margin: 10px 0; padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.035); animation: cartItemIn .48s var(--ease) both; }
.cart-item:nth-child(2) { animation-delay: .04s; }
.cart-item:nth-child(3) { animation-delay: .08s; }
@keyframes cartItemIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.cart-item-icon { min-height: 104px; display: grid; place-items: center; border-radius: 11px; background: radial-gradient(circle, rgba(153,4,28,.28), rgba(255,255,255,.025)); }
.cart-item-icon svg { width: 67px; height: 88px; fill: rgba(6,1,3,.38); stroke: rgba(255,255,255,.78); stroke-width: 1.8; }
.cart-item-icon svg path:not(:first-child) { fill: none; opacity: .42; stroke-dasharray: 3 4; }
.cart-item-info { min-width: 0; align-self: center; }
.cart-item-info h3, .cart-item-info p { margin: 0; }
.cart-item-info h3 { overflow: hidden; font-size: 14px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.cart-item-info .cart-item-variant { margin-top: 9px; color: rgba(245,240,233,.64); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.cart-item-info .cart-item-price { margin-top: 15px; color: var(--bone); font-size: 14px; }
.cart-item-remove { align-self: start; width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: var(--muted); background: rgba(255,255,255,.025); cursor: pointer; font-size: 16px; }
.cart-item-remove:hover { color: white; border-color: rgba(255,255,255,.28); }

.cart-empty { margin: auto; padding: 30px 0; text-align: center; }
.cart-empty[hidden] { display: none; }
.cart-empty-mark { width: 124px; aspect-ratio: 1; margin: 0 auto 27px; display: grid; place-items: center; border: 1px solid rgba(255,95,117,.32); background: radial-gradient(circle, rgba(155,0,25,.25), transparent 70%); clip-path: polygon(50% 0, 92% 16%, 100% 50%, 84% 92%, 50% 100%, 8% 84%, 0 50%, 16% 8%); }
.cart-empty-mark svg { width: 52px; fill: none; stroke: var(--pink); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.cart-empty h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 35px; font-weight: 500; letter-spacing: -.04em; }
.cart-empty p { margin: 13px 0 24px; color: rgba(245,240,233,.68); font-size: 13px; line-height: 1.6; }
.cart-empty button { min-height: 48px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 100px; background: rgba(255,255,255,.055); cursor: pointer; text-transform: uppercase; font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.cart-empty button span { margin-left: 18px; color: var(--pink); }

.cart-summary { margin-top: 10px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; background: rgba(255,255,255,.045); }
.cart-summary-row { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; font-size: 19px; }
.cart-summary-row strong { font-size: 22px; letter-spacing: -.04em; }
.cart-summary-row.is-muted { margin-top: 9px; color: rgba(245,240,233,.62); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.cart-summary button { min-height: 56px; margin-top: 18px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border-radius: 12px; color: #210108; background: var(--pink); }
.cart-summary button:hover { background: #ff7889; }
.cart-summary > small { display: block; margin-top: 10px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.45; text-align: center; }

.checkout-modal { position: fixed; z-index: 61; inset: 4vh auto auto 50%; width: min(620px, calc(100% - 24px)); max-height: 92vh; overflow-y: auto; padding: clamp(28px, 5vw, 60px); background: #0b0204; border: 1px solid var(--line); transform: translate(-50%, 24px); opacity: 0; visibility: hidden; transition: .45s var(--ease); }
.checkout-modal.is-open { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.checkout-modal > .drawer-close { position: absolute; top: 18px; right: 18px; }
.checkout-modal h2 { font-size: clamp(46px, 8vw, 86px); }
.checkout-modal > p:not(.drawer-kicker) { max-width: 440px; color: rgba(245,240,233,.68); font-size: 14px; line-height: 1.6; }
.checkout-modal form { display: grid; gap: 19px; margin-top: 30px; }
.checkout-modal label { display: grid; gap: 8px; color: rgba(245,240,233,.66); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.checkout-modal input, .checkout-modal textarea { width: 100%; padding: 12px 0; color: white; background: transparent; border: 0; border-bottom: 1px solid var(--line); outline: 0; resize: vertical; font-size: 16px; text-transform: none; letter-spacing: 0; }
.checkout-modal input:focus, .checkout-modal textarea:focus { border-color: var(--pink); }
.checkout-modal small { color: rgba(245,240,233,.56); font-size: 11px; line-height: 1.5; text-align: center; }
.checkout-success { text-align: center; padding: 30px 0 10px; }
.success-mark { width: 96px; height: 96px; margin: 0 auto 22px; display: grid; place-items: center; border: 1px solid rgba(255,95,117,.45); color: var(--pink); background: radial-gradient(circle, rgba(255,95,117,.16), transparent 68%); clip-path: polygon(50% 0, 92% 18%, 100% 50%, 82% 92%, 50% 100%, 8% 82%, 0 50%, 18% 8%); font-size: 34px; }
.checkout-success h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 52px; font-weight: 500; }
.checkout-success p { color: var(--muted); line-height: 1.6; }
.checkout-success button { padding: 13px 20px; border: 1px solid var(--line); background: none; cursor: pointer; }

.policy-dialog { width: min(580px, calc(100% - 24px)); padding: 36px; color: var(--bone); background: #0b0204; border: 1px solid var(--line); }
.policy-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(8px); }
.policy-dialog button { position: absolute; right: 17px; top: 14px; border: 0; background: none; cursor: pointer; font-size: 25px; }
.policy-dialog h2 { margin: 0 0 24px; font-size: 35px; }
.policy-dialog p { color: rgba(245,240,233,.68); line-height: 1.7; font-size: 14px; }

body.locked { overflow: hidden; }

button:not(.product-visual):active, .pill-button:active { transform: scale(.965); }
.product-visual:active .garment { transform: scale(.965); transition-duration: .14s; }
.drawer-close:active { transform: scale(.9) rotate(6deg); }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }

@media (hover: hover) {
  .cart-button:hover { color: #210108; background: var(--pink); border-color: var(--pink); transform: translateY(-2px); }
  .cart-button:hover .cart-count { color: var(--bone); background: #230108; border-color: #230108; }
  .cart-empty button:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); }
  .product-meta button:hover, .subscribe-form button:hover { color: #ff8e9c; }
}

@media (max-width: 800px) {
  .site-background { height: 100svh; height: 100dvh; background-position: 50% 58%; transform: translateZ(0) scale(1.018); }
  .site-background::after { background: linear-gradient(180deg, rgba(4,0,1,.28), rgba(4,0,1,.04) 42%, rgba(4,0,1,.24)); }
  .cursor-glow { display: none; }
  .drop, .manifesto, .contact { scroll-margin-top: 101px; }
  .site-header { grid-template-areas: "brand cart" "nav nav"; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 8px; padding: max(8px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) 0 max(12px, env(safe-area-inset-left)); background: rgba(8,1,3,.94); backdrop-filter: blur(18px) saturate(120%); }
  .brand { grid-area: brand; gap: 8px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-mark img { width: 29px; height: 29px; }
  .brand-name { font-size: 19px; }
  .brand-lockup small { margin-top: 4px; font-size: 6px; }
  .desktop-nav { grid-area: nav; width: calc(100% + 24px); margin-left: -12px; padding: 0 12px; display: flex; justify-content: stretch; gap: 0; border: 0; border-top: 1px solid rgba(255,255,255,.1); border-radius: 0; background: rgba(255,255,255,.018); font-size: 10px; }
  .desktop-nav a { flex: 1; min-height: 38px; padding: 0 4px; justify-content: center; border-radius: 0; }
  .cart-button { min-height: 38px; padding: 4px 5px 4px 9px; gap: 7px; font-size: 10px; letter-spacing: .055em; }
  .cart-button-icon { width: 16px; height: 16px; }
  .cart-count { min-width: 28px; height: 28px; font-size: 10px; }
  .hero { min-height: calc(100svh - 90px); min-height: calc(100dvh - 90px); padding: clamp(36px, 7svh, 58px) 18px 108px; align-items: flex-start; }
  .hero::after { background-size: 48px 48px; }
  .hero-copy { padding-top: 0; }
  .eyebrow { margin-bottom: 21px; font-size: 10px; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(126px, 42vw, 174px); margin-left: -5px; }
  .hero-lead { margin: 27px 0 22px; max-width: 350px; font-size: clamp(26px, 7.5vw, 33px); line-height: 1.06; }
  .pill-button { width: min(100%, 340px); min-height: 54px; padding: 15px 18px; justify-content: space-between; gap: 22px; font-size: 11px; letter-spacing: .09em; }
  .hero-orbit { display: none; }
  .hero-note { display: none; }
  .hero-specs { left: 18px; right: 18px; bottom: 24px; gap: 9px; }
  .hero-specs span { flex: 1; min-width: 0; font-size: 7px; }
  .hero-specs b { font-size: 11px; }
  .scroll-cue { display: none; }
  .intro { min-height: 0; padding: 62px 18px 66px; display: block; }
  .intro-copy { margin-top: 42px; font-size: clamp(44px, 12.5vw, 58px); line-height: .96; }
  .intro-signal { position: static; width: 100%; margin-top: 42px; font-size: 8px; }
  .drop { padding: 72px 12px 96px; }
  .section-heading { align-items: flex-start; padding: 0 5px; margin-bottom: 26px; }
  .section-heading h2 { font-size: clamp(66px, 18vw, 84px); }
  .section-heading > p { display: none; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; margin-bottom: 18px; padding: 15px 0; }
  .catalog-toolbar > p { font-size: 11px; line-height: 1.5; }
  .catalog-filters { width: 100%; }
  .catalog-filters button { flex: 1; min-height: 46px; padding: 10px 7px; font-size: 11px; }
  .catalog-guide { margin: 0 0 18px; padding: 13px 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(5,0,2,.54); color: rgba(245,240,233,.72); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
  .catalog-guide span { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
  .catalog-guide b { color: var(--pink); font-size: 9px; font-weight: 600; }
  .catalog-guide i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,95,117,.45)); }
  .product-grid { grid-template-columns: 1fr; gap: 30px; }
  .product-card { margin: 0 !important; }
  .product-visual { min-height: 0; aspect-ratio: 1.08; border-radius: 12px 12px 0 0; }
  .product-number { left: 14px; top: 14px; font-size: 11px; }
  .product-status { right: 13px; top: 12px; padding: 8px 10px; font-size: 11px; }
  .card-action { display: none; }
  .product-meta { min-height: 142px; padding: 16px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; border-radius: 0 0 12px 12px; }
  .product-meta > div:last-child { display: contents; }
  .product-meta > div:last-child p { grid-column: 2; grid-row: 1; padding-top: 1px; }
  .product-meta > div:last-child button { grid-column: 1 / -1; width: 100%; min-height: 50px; margin-top: 4px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.7); border-radius: 9px; color: #190106; background: var(--bone); font-size: 11px; }
  .product-meta h3, .product-meta p { font-size: 14px; }
  .product-meta span, .product-meta button { font-size: 10.5px; }
  .manifesto { min-height: 0; padding: 90px 18px; display: block; }
  .manifesto-sticky { position: static; }
  .manifesto h2 { font-size: clamp(68px, 19vw, 88px); }
  .manifesto-lines { margin-top: 78px; }
  .manifesto-lines p { padding: 25px 0; grid-template-columns: 38px 1fr; gap: 8px; font-size: 20px; line-height: 1.2; }
  .manifesto-lines span { font-size: 11px; }
  .contact { min-height: 78vh; padding: 88px 18px; justify-content: flex-start; }
  .contact h2 { margin-top: 30px; font-size: clamp(68px, 19vw, 88px); }
  .contact::after { right: 18px; bottom: 34px; width: calc(100% - 36px); font-size: 8px; }
  .subscribe-form { width: 100%; margin-top: 70px; }
  .subscribe-form input { font-size: 18px; }
  .subscribe-form button { min-width: 122px; font-size: 11px; }
  .form-note { font-size: 11px; line-height: 1.5; }
  .site-footer { padding: 72px 18px 24px; }
  .footer-logo { font-size: 47vw; }
  .footer-links { flex-direction: column; margin: 54px 0; font-size: 12px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; font-size: 11px; line-height: 1.6; }
  .footer-bottom a { grid-column: 2; grid-row: 1; justify-self: end; }
  .footer-bottom button { text-align: left; }
  .product-drawer { width: 100%; height: 100dvh; }
  .drawer-product-visual { height: min(38svh, 320px); min-height: 230px; }
  .drawer-product-visual svg { width: 42%; }
  .drawer-product-info { padding: 27px 18px 42px; }
  .drawer-product-info h2 { font-size: clamp(36px, 11vw, 48px); }
  .drawer-description { font-size: 15px; }
  .drawer-size-heading { margin-top: 22px; }
  .size-row { margin-top: 10px; }
  .size-row button { min-height: 50px; }
  .cart-drawer { top: 0; right: 0; width: 100%; height: 100dvh; padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)); border-radius: 0; border-top: 0; border-right: 0; border-bottom: 0; }
  .cart-head { padding-bottom: 18px; }
  .cart-head p { font-size: 27px; }
  .cart-head > div > span { font-size: 11px; }
  .shipping-progress { margin-top: 14px; padding: 14px; }
  .shipping-progress-copy { font-size: 11px; }
  .cart-item { grid-template-columns: 76px minmax(0, 1fr) 32px; gap: 11px; padding: 9px; }
  .cart-item-icon { min-height: 92px; }
  .cart-item-icon svg { width: 58px; height: 76px; }
  .cart-item-info h3 { font-size: 13px; }
  .cart-item-info .cart-item-variant { font-size: 11px; }
  .cart-item-info .cart-item-price { font-size: 14px; }
  .cart-empty-mark { width: 120px; }
  .cart-empty h3 { font-size: 36px; }
  .cart-empty p { font-size: 13px; }
  .cart-summary { padding: 15px; }
  .cart-summary-row { font-size: 18px; }
  .cart-summary-row strong { font-size: 22px; }
  .checkout-modal { inset: 0 auto auto 50%; width: 100%; height: 100dvh; max-height: none; padding: 72px 18px 36px; border: 0; }
  .checkout-modal.is-open { transform: translate(-50%, 0); }
  .checkout-modal h2 { font-size: clamp(62px, 19vw, 82px); }
  .checkout-modal form { gap: 18px; margin-top: 25px; }
  .policy-dialog { width: calc(100% - 20px); padding: 42px 20px 28px; }
  .policy-dialog h2 { font-size: 30px; }
  .policy-dialog p { font-size: 14px; }
}

@media (max-width: 360px) {
  .site-header { padding-left: 12px; padding-right: 12px; }
  .brand-name { font-size: 18px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-mark img { width: 29px; height: 29px; }
  .desktop-nav { width: calc(100% + 24px); margin-left: -12px; padding-left: 12px; padding-right: 12px; font-size: 9px; }
  .cart-button { padding-left: 8px; gap: 6px; font-size: 11px; }
  .cart-button-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .cart-button-icon { width: 16px; }
  .cart-count { min-width: 29px; height: 29px; }
  .hero { padding-left: 14px; padding-right: 14px; }
  .hero h1 { font-size: 42vw; }
  .hero-lead { font-size: 26px; }
  .contact { min-height: calc(100svh - 90px); padding: 70px 14px; }
  .contact h2 { margin-top: 20px; font-size: 60px; }
  .subscribe-form { margin-top: 45px; }
  .subscribe-form input { font-size: 16px; }
  .subscribe-form button { min-width: 114px; font-size: 10px; }
  .contact::after { right: 14px; bottom: 20px; width: calc(100% - 28px); }
  .catalog-filters button { font-size: 11px; }
  .product-meta { padding: 14px; gap: 8px; }
  .product-meta h3, .product-meta p { font-size: 13px; }
  .cart-drawer { padding-left: 14px; padding-right: 14px; }
  .cart-item { grid-template-columns: 66px minmax(0, 1fr) 30px; gap: 9px; }
  .cart-item-icon { min-height: 84px; }
  .cart-item-icon svg { width: 50px; height: 68px; }
  .cart-item-info h3 { font-size: 12px; }
  .cart-item-info .cart-item-variant { font-size: 10px; }
}

@media (max-width: 800px) and (max-height: 700px) {
  .hero { padding-top: 35px; }
  .drawer-product-visual { height: 178px; min-height: 178px; }
  .drawer-product-info { padding: 15px 14px 28px; }
  .drawer-kicker { margin-bottom: 8px; }
  .drawer-product-info h2 { font-size: 32px; }
  .drawer-price { margin: 8px 0 12px; font-size: 15px; }
  .drawer-description { font-size: 13.5px; line-height: 1.42; }
  .drawer-size-heading { margin-top: 15px; }
  .size-row { margin: 8px 0 10px; }
  .size-row button { height: 46px; min-height: 46px; }
  .drawer-add { min-height: 50px; }
  .drawer-notes { margin-top: 18px; }
  .cart-head { padding-bottom: 12px; }
  .shipping-progress { margin-top: 10px; padding: 11px 13px; }
  .shipping-track { margin-top: 9px; }
  .cart-item { margin: 7px 0; }
  .cart-summary { margin-top: 6px; padding: 12px; }
  .cart-summary button { min-height: 50px; margin-top: 12px; }
  .cart-summary > small { margin-top: 7px; }
  .cart-empty-mark { width: 112px; margin-bottom: 18px; }
  .cart-empty-mark svg { width: 46px; }
  .cart-empty p { margin-bottom: 18px; }
}

@media (orientation: landscape) and (min-width: 560px) and (max-width: 950px) and (max-height: 520px) {
  .site-header {
    grid-template-areas: "brand nav cart";
    grid-template-columns: auto minmax(220px, 1fr) auto;
    gap: 12px;
    padding: 6px max(14px, env(safe-area-inset-right)) 6px max(14px, env(safe-area-inset-left));
  }
  .brand { grid-area: brand; gap: 7px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-mark img { width: 27px; height: 27px; }
  .brand-name { font-size: 18px; }
  .brand-lockup small { display: none; }
  .desktop-nav {
    grid-area: nav;
    width: auto;
    margin: 0;
    padding: 3px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 100px;
    background: rgba(255,255,255,.03);
    font-size: 9px;
  }
  .desktop-nav a { min-height: 32px; padding: 0 10px; border-radius: 100px; }
  .cart-button { grid-area: cart; min-height: 38px; padding: 4px 5px 4px 9px; font-size: 10px; }
  .cart-count { min-width: 28px; height: 28px; }
  .hero {
    min-height: calc(100svh - 51px);
    min-height: calc(100dvh - 51px);
    padding: 22px max(28px, env(safe-area-inset-left)) 22px;
    align-items: center;
  }
  .hero-copy { width: 58%; }
  .eyebrow { margin-bottom: 10px; font-size: 9px; }
  .hero h1 { margin: 0 0 -5px -5px; font-size: clamp(112px, 22vw, 186px); }
  .hero-lead { margin: 12px 0 14px; font-size: clamp(21px, 3vw, 27px); line-height: 1.02; }
  .pill-button { width: min(100%, 280px); min-height: 43px; padding: 11px 15px; justify-content: space-between; font-size: 9px; }
  .hero-orbit, .hero-note, .scroll-cue { display: none; }
  .hero-specs {
    left: auto;
    right: max(28px, env(safe-area-inset-right));
    top: 50%;
    bottom: auto;
    width: 29%;
    display: grid;
    gap: 10px;
    transform: translateY(-50%);
  }
  .hero-specs span { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
