:root {
  color-scheme: dark;
  --ink: #111111;
  --paper: #f6f0e8;
  --bone: #efe7dc;
  --charcoal: #161616;
  --charcoal-2: #232323;
  --muted: #9d9890;
  --line: rgba(255, 255, 255, 0.18);
  --olive: #7d8b49;
  --olive-dark: #3f5329;
  --accent-red: #df4e45;
  --brand-metal: #ffffff;
  --brand-metal-soft: #ffffff;
  --radius: 8px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --hero-bg-image: url("assets/urban-editorial-bg.png");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--charcoal);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.site {
  min-height: 100vh;
  overflow-x: clip;
  --shirt-main: #090909;
  --shirt-light: #252525;
  --shirt-dark: #000000;
  --shirt-shadow-soft: #303030;
  --shirt-stroke: rgba(255, 255, 255, 0.12);
  --fold-stroke: rgba(255, 255, 255, 0.14);
  --banner-bg: #f7efe2;
  --banner-ink: #0b0b0b;
  --banner-border: rgba(255, 255, 255, 0.35);
  --branch-color: #9bab63;
  --page-accent: #df4e45;
}

.site[data-color="white"] {
  color-scheme: light;
  --shirt-main: #f7f1e7;
  --shirt-light: #ffffff;
  --shirt-dark: #ded5c9;
  --shirt-shadow-soft: #d7cec3;
  --shirt-stroke: rgba(0, 0, 0, 0.12);
  --fold-stroke: rgba(0, 0, 0, 0.13);
  --banner-bg: #0d0d0d;
  --banner-ink: #fbf3e9;
  --banner-border: rgba(0, 0, 0, 0.35);
  --branch-color: #66783e;
  --page-accent: #7d8b49;
}

.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 68px;
  padding: 0 28px;
  background: rgba(16, 16, 16, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.brand-wordmark {
  display: block;
  width: auto;
  height: 32px;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 5px 11px rgba(0, 0, 0, 0.28));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(246, 240, 232, 0.78);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.nav-links a {
  transition: color 160ms var(--ease);
}

.nav-links a:hover {
  color: var(--paper);
}

.topbar-actions,
.checkout-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.topbar-actions {
  justify-self: end;
}

.language-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, 38px);
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.language-switch button {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(246, 240, 232, 0.68);
  font-size: 0.72rem;
  font-weight: 950;
  cursor: pointer;
}

.language-switch button.is-active {
  background: var(--paper);
  color: var(--ink);
}

.icon-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
  cursor: pointer;
}

.icon-button svg,
.add-button svg,
.stepper svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -3px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--accent-red);
  color: #fff9f0;
  font-size: 0.7rem;
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(330px, 1.15fr) minmax(280px, 0.78fr);
  align-items: center;
  gap: 30px;
  min-height: 88svh;
  padding: 86px 6vw 34px;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.9), rgba(7, 7, 7, 0.25) 48%, rgba(7, 7, 7, 0.86)),
    linear-gradient(0deg, rgba(13, 13, 13, 0.2), rgba(13, 13, 13, 0.2)),
    var(--hero-bg-image) center / cover no-repeat;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.98), rgba(18, 18, 18, 0));
}

.hero-noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000, transparent 90%);
}

.hero-copy {
  align-self: end;
  padding-bottom: 18px;
}

.kicker,
.eyebrow,
.micro-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  color: var(--paper);
  font-size: 5.6rem;
  line-height: 0.92;
  font-weight: 950;
}

.lead {
  max-width: 460px;
  margin-bottom: 26px;
  color: rgba(246, 240, 232, 0.8);
  font-size: 1.08rem;
  line-height: 1.55;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-meta span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.32);
  color: rgba(246, 240, 232, 0.72);
  font-size: 0.78rem;
  font-weight: 750;
}

.product-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --glare-x: 50%;
  --glare-y: 20%;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 540px;
  perspective: 1200px;
}

.stage-glare {
  position: absolute;
  inset: -2% 1% -10%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255, 255, 255, 0.23), transparent 23%),
    radial-gradient(circle at 50% 72%, rgba(223, 78, 69, 0.22), transparent 34%),
    radial-gradient(circle at 68% 34%, rgba(125, 139, 73, 0.2), transparent 28%);
  filter: blur(6px);
  opacity: 0.85;
}

.product-shadow {
  position: absolute;
  bottom: -2px;
  width: 64%;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(20px);
  transform: rotateX(70deg);
}

.shirt-figure {
  position: relative;
  width: min(92%, 520px);
  margin: 0;
  transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 500ms var(--ease);
}

.shirt-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 35px 60px rgba(0, 0, 0, 0.42));
}

.product-photo {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 35px 60px rgba(0, 0, 0, 0.42));
}

.shirt-figure.has-product-photo .shirt-svg,
.shirt-figure.has-product-photo .chest-print {
  display: none;
}

.shirt-body {
  fill: url("#clothShade");
  stroke: var(--shirt-stroke);
  stroke-width: 2;
}

.shirt-fabric {
  fill: var(--shirt-main);
  opacity: 0.42;
}

.shirt-collar {
  fill: none;
  stroke: var(--shirt-stroke);
  stroke-width: 16;
  stroke-linecap: round;
}

.collar-hole {
  fill: url("#collarShade");
  opacity: 0.95;
}

.seam,
.fold,
.hem {
  fill: none;
  stroke: var(--fold-stroke);
  stroke-linecap: round;
}

.seam {
  stroke-width: 3;
}

.fold {
  stroke-width: 2;
  opacity: 0.55;
}

.fold-soft {
  opacity: 0.35;
}

.hem {
  stroke-width: 3;
  opacity: 0.4;
}

.chest-print {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 40%;
  transform: translateX(-50%) translateZ(60px);
  color: var(--banner-ink);
  text-align: center;
}

.word-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08em;
  min-height: 48px;
  padding: 7px 12px 6px;
  border: 1px solid var(--banner-border);
  border-radius: 4px;
  background: var(--banner-bg);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.signature-d {
  width: 1.35em;
  height: 1.35em;
  margin: -0.14em -0.08em -0.2em;
}

.signature-rind {
  fill: #244d2a;
}

.signature-light {
  fill: #8cac55;
}

.signature-accent {
  fill: var(--accent-red);
}

.signature-seed {
  fill: #151515;
  transform-origin: center;
  transform: rotate(-24deg);
}

.olive-branch {
  width: 86%;
  margin-top: 8px;
  overflow: visible;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.22));
}

.branch-stem {
  fill: none;
  stroke: var(--branch-color);
  stroke-width: 3;
  stroke-linecap: round;
}

.leaf,
.leaf-right,
.olive-dot {
  fill: var(--branch-color);
}

.stage-caption {
  position: absolute;
  right: 6%;
  bottom: 4.5%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(246, 240, 232, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stage-caption span:first-child {
  color: var(--paper);
}

.stage-caption span + span::before {
  content: "/";
  margin-right: 10px;
  color: var(--accent-red);
}

.buy-panel {
  align-self: end;
  margin-bottom: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(12, 12, 12, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(22px);
}

.panel-topline,
.option-heading,
.quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.price {
  margin: 0;
  color: var(--paper);
  font-size: 1.85rem;
  font-weight: 950;
}

.option-group {
  margin-top: 24px;
}

.option-heading {
  margin-bottom: 12px;
  color: rgba(246, 240, 232, 0.7);
  font-size: 0.84rem;
  text-transform: uppercase;
}

.option-heading strong {
  color: var(--paper);
}

.swatches,
.sizes {
  display: grid;
  gap: 8px;
}

.swatches {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.swatch,
.sizes button,
.colorway-tile,
.stepper button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(246, 240, 232, 0.78);
  cursor: pointer;
  transition:
    border-color 170ms var(--ease),
    background 170ms var(--ease),
    color 170ms var(--ease),
    transform 170ms var(--ease);
}

.swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 10px;
  font-weight: 850;
}

.swatch:hover,
.sizes button:hover,
.colorway-tile:hover,
.stepper button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--paper);
}

.swatch:disabled,
.sizes button:disabled,
.colorway-tile:disabled {
  cursor: not-allowed;
  opacity: 0.36;
  transform: none;
}

.swatch.is-active,
.sizes button.is-active,
.colorway-tile.is-active {
  border-color: var(--accent-red);
  background: rgba(223, 78, 69, 0.18);
  color: var(--paper);
}

.swatch-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.swatch-black {
  background: #050505;
}

.swatch-white {
  background: #f4ede3;
}

.sizes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sizes button {
  min-height: 46px;
  font-weight: 900;
}

.quantity-row {
  margin: 24px 0;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.quantity-row strong {
  display: block;
  margin-top: 3px;
  font-size: 1.4rem;
}

.stock-status {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  margin: -8px 0 18px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(246, 240, 232, 0.78);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.stock-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #79d98d;
  box-shadow: 0 0 0 4px rgba(121, 217, 141, 0.12);
}

.stock-status.is-low .stock-dot {
  background: #ffd36f;
  box-shadow: 0 0 0 4px rgba(255, 211, 111, 0.13);
}

.stock-status.is-sold-out .stock-dot,
.stock-status.is-bagged .stock-dot {
  background: #ff7e7e;
  box-shadow: 0 0 0 4px rgba(255, 126, 126, 0.12);
}

.stepper {
  display: grid;
  grid-template-columns: repeat(2, 42px);
  gap: 8px;
}

.stepper button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
}

.add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: var(--radius);
  background: var(--paper);
  color: #111;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms var(--ease),
    background 180ms var(--ease);
}

.add-button:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.add-button:disabled,
.mobile-sticky-buy button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d0d0d;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 34px;
  color: rgba(246, 240, 232, 0.82);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ticker span::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 34px;
  border-radius: 50%;
  background: var(--page-accent);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.story-grid,
.colorways,
.product-proof,
.drop-section {
  padding: 84px 6vw;
  background: #151515;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  gap: 1px;
  background:
    linear-gradient(#151515, #151515) padding-box,
    linear-gradient(90deg, rgba(223, 78, 69, 0.42), rgba(125, 139, 73, 0.35)) border-box;
}

.section-intro h2,
.drop-section h2 {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--paper);
  font-size: 2.35rem;
  line-height: 1.02;
}

.story-item {
  min-height: 260px;
  padding: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.story-number {
  display: inline-block;
  margin-bottom: 52px;
  color: var(--accent-red);
  font-size: 0.78rem;
  font-weight: 950;
}

.story-item h3 {
  margin-bottom: 12px;
  font-size: 1.15rem;
}

.story-item p,
.drop-section p {
  margin-bottom: 0;
  color: rgba(246, 240, 232, 0.68);
  line-height: 1.6;
}

.colorways {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr);
  align-items: start;
  gap: 42px;
  background:
    linear-gradient(180deg, #151515, #101010),
    #111;
}

.colorway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.colorway-tile {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 20px;
  min-height: 330px;
  padding: 22px;
  color: var(--paper);
  text-align: left;
}

.colorway-tile > span:last-child {
  font-size: 1.1rem;
  font-weight: 950;
  text-transform: uppercase;
}

.colorway-product-image {
  align-self: center;
  justify-self: center;
  width: min(88%, 250px);
  max-height: 248px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.34));
}

.product-proof {
  display: grid;
  grid-template-columns: minmax(300px, 1.18fr) repeat(3, minmax(0, 1fr));
  gap: 1px;
  background:
    linear-gradient(180deg, #101010, #151515),
    #111;
}

.product-proof .section-intro {
  padding-right: 26px;
}

.proof-card {
  min-height: 330px;
  padding: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.028);
}

.proof-card h3 {
  margin-bottom: 18px;
  font-size: 1.08rem;
}

.proof-card p:not(.proof-label) {
  margin: 18px 0 0;
  color: rgba(246, 240, 232, 0.66);
  line-height: 1.56;
}

.proof-label {
  margin-bottom: 34px;
  color: var(--accent-red);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.print-card {
  background:
    radial-gradient(circle at 50% 34%, rgba(223, 78, 69, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.print-sample {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 172px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.24);
}

.print-sample .word-banner {
  width: min(100%, 220px);
  font-size: 1.65rem;
}

.print-sample .olive-branch {
  width: min(82%, 184px);
}

.size-table {
  display: grid;
  grid-template-columns: 0.65fr 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.size-table span,
.size-table strong {
  display: grid;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(246, 240, 232, 0.68);
  font-size: 0.82rem;
}

.size-table span:nth-child(-n + 3) {
  color: var(--paper);
  font-weight: 950;
  text-transform: uppercase;
}

.size-table strong {
  color: var(--paper);
}

.size-table span:nth-last-child(-n + 2),
.size-table strong:last-of-type {
  border-bottom: 0;
}

.proof-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.proof-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(246, 240, 232, 0.68);
  line-height: 1.45;
}

.proof-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--page-accent);
}

.drop-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.drop-section p {
  max-width: 520px;
  font-size: 1.02rem;
}

body.cart-open {
  overflow: hidden;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.54);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms var(--ease);
  backdrop-filter: blur(5px);
}

.cart-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  z-index: 35;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(440px, 100vw);
  height: 100svh;
  padding: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 34%),
    #101010;
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.44);
  overflow-y: auto;
  transform: translateX(104%);
  transition: transform 260ms var(--ease);
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-drawer-header,
.cart-item-main,
.cart-item-actions,
.summary-row {
  display: flex;
  align-items: center;
}

.cart-drawer-header {
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cart-drawer h2 {
  margin: 6px 0 0;
  font-size: 2.1rem;
  line-height: 1;
}

.drawer-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: var(--paper);
  cursor: pointer;
}

.drawer-close svg,
.cart-line-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-empty {
  margin: 24px 0;
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: rgba(246, 240, 232, 0.72);
}

.cart-empty p {
  margin-bottom: 6px;
  color: var(--paper);
  font-weight: 900;
}

.cart-empty span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
}

.cart-empty[hidden] {
  display: none;
}

.cart-items {
  display: grid;
  gap: 12px;
  padding: 22px 0;
}

.cart-perks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.cart-perks div {
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(223, 78, 69, 0.1), transparent 58%),
    rgba(255, 255, 255, 0.04);
}

.cart-perks span {
  display: block;
  margin-bottom: 9px;
  color: rgba(246, 240, 232, 0.52);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cart-perks strong {
  display: block;
  color: var(--paper);
  font-size: 0.9rem;
  line-height: 1.25;
}

.cart-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.cart-thumb {
  position: relative;
  align-self: start;
  width: 68px;
  aspect-ratio: 0.82;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025) 55%, rgba(0, 0, 0, 0.24));
}

.cart-thumb-black {
  background:
    radial-gradient(circle at 50% 42%, rgba(88, 34, 30, 0.4), transparent 58%),
    linear-gradient(145deg, rgba(42, 42, 42, 0.95), rgba(8, 8, 8, 0.98));
}

.cart-thumb-white {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.16), transparent 56%),
    linear-gradient(145deg, rgba(45, 45, 45, 0.96), rgba(12, 12, 12, 0.98));
}

.cart-thumb-image {
  width: 112%;
  height: 112%;
  object-fit: contain;
  object-position: 50% 48%;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.38));
}

.cart-thumb:empty {
  clip-path: polygon(30% 0, 40% 10%, 60% 10%, 70% 0, 100% 16%, 84% 40%, 76% 36%, 76% 100%, 24% 100%, 24% 36%, 16% 40%, 0 16%);
  overflow: visible;
  border: 0;
  border-radius: 2px;
}

.cart-thumb-black:empty {
  background: linear-gradient(135deg, #050505, #2a2a2a 58%, #020202);
}

.cart-thumb-white:empty {
  background: linear-gradient(135deg, #ffffff, #ded5ca 58%, #f7efe4);
}

.cart-thumb:empty::after {
  content: "PROUD.";
  position: absolute;
  top: 35%;
  left: 50%;
  min-width: 42px;
  padding: 3px 4px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: var(--paper);
  color: #111;
  font-size: 0.47rem;
  font-weight: 950;
  text-align: center;
}

.cart-thumb-white:empty::after {
  background: #111;
  color: var(--paper);
}

.cart-item-main {
  justify-content: space-between;
  gap: 12px;
}

.cart-item-title {
  margin: 0 0 5px;
  font-weight: 950;
}

.cart-item-meta {
  display: block;
  color: rgba(246, 240, 232, 0.62);
  font-size: 0.82rem;
}

.cart-item-price {
  white-space: nowrap;
  font-weight: 950;
}

.cart-item-actions {
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.cart-line-controls {
  display: inline-grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  overflow: hidden;
}

.cart-line-controls span {
  display: grid;
  place-items: center;
  min-height: 34px;
  font-weight: 900;
}

.cart-line-button,
.remove-line {
  border: 0;
  color: var(--paper);
  cursor: pointer;
}

.cart-line-button {
  display: grid;
  place-items: center;
  min-height: 34px;
  background: rgba(255, 255, 255, 0.07);
}

.remove-line {
  background: transparent;
  color: rgba(246, 240, 232, 0.58);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-summary {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.summary-row {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 11px;
  color: rgba(246, 240, 232, 0.76);
  font-size: 0.9rem;
}

.summary-row strong {
  color: var(--paper);
}

.muted-row {
  color: rgba(246, 240, 232, 0.5);
}

.total-row {
  margin: 18px 0;
  color: var(--paper);
  font-size: 1.05rem;
}

.checkout-toggle {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: var(--radius);
  background: var(--paper);
  color: #111;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.checkout-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.mobile-sticky-buy {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 25;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 64px;
  padding: 10px 10px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: rgba(14, 14, 14, 0.86);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.mobile-sticky-buy span {
  display: block;
  margin-bottom: 3px;
  color: rgba(246, 240, 232, 0.62);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.mobile-sticky-buy strong {
  color: var(--paper);
  font-size: 1.12rem;
}

.mobile-sticky-buy button {
  min-width: 116px;
  min-height: 44px;
  border: 0;
  border-radius: var(--radius);
  background: var(--paper);
  color: #111;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) minmax(180px, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 42px 6vw;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d0d0d;
}

.footer-brand img {
  display: block;
  width: 132px;
  height: auto;
}

.footer-drop span,
.footer-note {
  color: rgba(246, 240, 232, 0.5);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-drop strong {
  display: block;
  margin-top: 5px;
  color: var(--paper);
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: rgba(246, 240, 232, 0.68);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-links a {
  transition: color 160ms var(--ease);
}

.footer-links a:hover {
  color: var(--paper);
}

.footer-note {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  line-height: 1.5;
}

.legal-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.94), rgba(13, 13, 13, 0.8)),
    url("assets/urban-editorial-bg.png") center / cover fixed no-repeat;
}

.legal-header,
.legal-document {
  width: min(920px, calc(100% - 36px));
  margin: 0 auto;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}

.legal-header img {
  width: 132px;
  height: auto;
}

.legal-header a:last-child {
  color: rgba(246, 240, 232, 0.68);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-document {
  padding: 54px 0 84px;
}

.legal-document h1 {
  margin-bottom: 18px;
  font-size: 3.4rem;
}

.legal-updated {
  margin-bottom: 34px;
  color: rgba(246, 240, 232, 0.58);
  font-size: 0.88rem;
  font-weight: 850;
  text-transform: uppercase;
}

.legal-card {
  display: grid;
  gap: 28px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(13, 13, 13, 0.72);
  backdrop-filter: blur(18px);
}

.legal-card section {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-card section:first-child {
  padding-top: 0;
  border-top: 0;
}

.legal-card h2 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.legal-card p,
.legal-card li {
  color: rgba(246, 240, 232, 0.68);
  line-height: 1.6;
}

.legal-card ul {
  margin: 0;
  padding-left: 20px;
}

.checkout-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.96), rgba(13, 13, 13, 0.82)),
    url("assets/urban-editorial-bg.png") center / cover fixed no-repeat;
}

.checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.checkout-header img {
  display: block;
  width: 132px;
  height: auto;
}

.checkout-back {
  color: rgba(246, 240, 232, 0.68);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 28px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 46px 0 88px;
}

.checkout-main h1 {
  margin-bottom: 16px;
  font-size: 4.3rem;
}

.checkout-lead {
  max-width: 660px;
  margin-bottom: 26px;
  color: rgba(246, 240, 232, 0.72);
  font-size: 1.04rem;
  line-height: 1.55;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.checkout-steps span {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(246, 240, 232, 0.54);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-steps span.is-active {
  border-color: rgba(246, 240, 232, 0.6);
  background: rgba(246, 240, 232, 0.12);
  color: var(--paper);
}

.full-checkout-form {
  display: grid;
  gap: 14px;
}

.full-checkout-form.is-disabled {
  opacity: 0.48;
}

.checkout-block,
.checkout-summary .summary-sticky {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(13, 13, 13, 0.7);
  backdrop-filter: blur(18px);
}

.checkout-block {
  padding: 22px;
}

.checkout-block-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.checkout-block-heading span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--paper);
  color: #111;
  font-size: 0.78rem;
  font-weight: 950;
}

.checkout-block-heading h2 {
  margin: 0;
  font-size: 1.2rem;
}

.checkout-fields {
  display: grid;
  gap: 12px;
}

.checkout-fields.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.checkout-fields label,
.full-checkout-form label {
  display: grid;
  align-content: start;
  gap: 7px;
  color: rgba(246, 240, 232, 0.6);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-fields input,
.checkout-fields select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: var(--paper);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 750;
  padding: 0 13px;
  outline: none;
}

.checkout-fields select {
  appearance: none;
  cursor: pointer;
  padding-right: 46px;
}

.checkout-fields select option {
  background: #161616;
  color: var(--paper);
}

.select-shell {
  position: relative;
  display: block;
}

.select-shell::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(246, 240, 232, 0.7);
  border-bottom: 2px solid rgba(246, 240, 232, 0.7);
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
  transition:
    border-color 160ms var(--ease),
    transform 160ms var(--ease);
}

.select-shell:focus-within::after {
  border-color: var(--paper);
  transform: translateY(-45%) rotate(45deg);
}

.checkout-fields input:focus,
.checkout-fields select:focus {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.095);
}

.checkout-fields input:disabled,
.checkout-fields select:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.checkout-fields input.is-invalid,
.checkout-fields select.is-invalid,
.checkout-consent input.is-invalid {
  border-color: rgba(223, 78, 69, 0.8);
  box-shadow: 0 0 0 3px rgba(223, 78, 69, 0.12);
}

.field-error {
  min-height: 14px;
  color: rgba(255, 144, 136, 0.92);
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: none;
}

.wide-field {
  grid-column: 1 / -1;
}

.shipping-methods {
  display: grid;
  gap: 10px;
}

.shipping-method {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
}

.shipping-method.is-active {
  border-color: rgba(246, 240, 232, 0.5);
  background: rgba(246, 240, 232, 0.1);
}

.shipping-method.is-disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.shipping-method input {
  accent-color: var(--accent-red);
}

.shipping-method strong,
.shipping-method b {
  color: var(--paper);
}

.shipping-method small {
  display: block;
  margin-top: 3px;
  color: rgba(246, 240, 232, 0.54);
}

.payment-handoff {
  padding: 16px;
  border: 1px dashed rgba(223, 78, 69, 0.42);
  border-radius: var(--radius);
  background: rgba(223, 78, 69, 0.08);
}

.payment-handoff span {
  display: block;
  margin-bottom: 8px;
  color: var(--paper);
  font-weight: 950;
  text-transform: uppercase;
}

.payment-handoff p {
  margin: 0;
  color: rgba(246, 240, 232, 0.68);
  line-height: 1.5;
}

.coop-checkout-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 124px;
  align-items: start;
  gap: 16px 18px;
}

.coop-copy {
  display: grid;
  gap: 10px;
  align-self: center;
}

.coop-copy strong {
  color: var(--paper);
  font-size: 1.05rem;
  line-height: 1.25;
}

.coop-copy p {
  max-width: 58ch;
  margin: 0;
  color: rgba(246, 240, 232, 0.68);
  font-size: 0.9rem;
  line-height: 1.5;
}

.coop-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(246, 240, 232, 0.78);
  font-size: 0.68rem;
  font-weight: 950;
  padding: 8px 10px;
  text-transform: uppercase;
}

.coop-status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-red);
  box-shadow: 0 0 0 4px rgba(223, 78, 69, 0.12);
}

.coop-status-pill.is-active,
.coop-status-pill.is-ready {
  border-color: rgba(94, 211, 139, 0.46);
  background: rgba(94, 211, 139, 0.08);
  color: #a7efbf;
}

.coop-status-pill.is-active::before,
.coop-status-pill.is-ready::before {
  background: #5ed38b;
  box-shadow: 0 0 0 4px rgba(94, 211, 139, 0.13);
}

.coop-status-pill.is-warning {
  border-color: rgba(245, 188, 92, 0.58);
  background: rgba(245, 188, 92, 0.08);
  color: #f5c675;
}

.coop-status-pill.is-warning::before {
  background: #f5bc5c;
  box-shadow: 0 0 0 4px rgba(245, 188, 92, 0.13);
}

.coop-status-pill.is-closed {
  border-color: rgba(223, 78, 69, 0.52);
  background: rgba(223, 78, 69, 0.08);
  color: #ffaaa3;
}

.coop-qr-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 124px;
  min-height: 124px;
  padding: 8px;
  place-items: center;
  border: 1px solid rgba(246, 240, 232, 0.24);
  border-radius: 8px;
  background: rgba(246, 240, 232, 0.94);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.coop-qr-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 0;
}

.coop-qr-card img:not([src]),
.coop-qr-card img[src=""] {
  display: none;
}

.coop-qr-card img[src]:not([src=""]) + span {
  display: none;
}

.coop-qr-card span {
  color: #111;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.coop-link-row,
.coop-actions {
  display: grid;
  grid-column: 1 / -1;
  gap: 10px;
}

.coop-link-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.coop-link-row input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(246, 240, 232, 0.76);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  padding: 0 12px;
  outline: none;
}

.coop-link-row input:focus {
  border-color: rgba(246, 240, 232, 0.42);
}

.coop-link-row button,
.coop-actions button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.coop-link-row button {
  padding: 0 14px;
  background: var(--paper);
  color: #111;
  white-space: nowrap;
}

.coop-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coop-actions button {
  background: rgba(255, 255, 255, 0.045);
  color: rgba(246, 240, 232, 0.74);
}

.coop-link-row button:disabled,
.coop-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.coop-actions button:not(:disabled):hover,
.coop-link-row button:not(:disabled):hover {
  border-color: rgba(246, 240, 232, 0.36);
}

.checkout-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(246, 240, 232, 0.68);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.5;
  text-transform: none;
}

.checkout-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--accent-red);
}

.checkout-consent a {
  color: var(--paper);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.checkout-error-summary {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(223, 78, 69, 0.42);
  border-radius: var(--radius);
  background: rgba(223, 78, 69, 0.1);
  color: rgba(246, 240, 232, 0.72);
}

.checkout-error-summary[hidden] {
  display: none;
}

.checkout-error-summary strong {
  color: var(--paper);
}

.checkout-error-summary span {
  font-size: 0.86rem;
}

.place-order-button {
  min-height: 54px;
  border: 0;
  border-radius: var(--radius);
  background: var(--paper);
  color: #111;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.place-order-button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.checkout-status {
  margin: 0;
  color: rgba(246, 240, 232, 0.58);
  font-size: 0.84rem;
  line-height: 1.45;
}

.summary-sticky {
  position: sticky;
  top: 24px;
  padding: 22px;
}

.checkout-summary {
  padding-top: 202px;
}

.checkout-summary-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.checkout-summary-heading h2 {
  margin: 6px 0 0;
  font-size: 1.8rem;
}

.checkout-empty {
  padding: 22px 0;
  color: rgba(246, 240, 232, 0.68);
}

.checkout-empty[hidden] {
  display: none;
}

.checkout-empty p {
  color: var(--paper);
  font-weight: 950;
}

.checkout-empty a {
  color: var(--accent-red);
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-items {
  display: grid;
  gap: 12px;
  padding: 18px 0;
}

.checkout-line {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.checkout-line .cart-thumb {
  width: 62px;
}

.checkout-line-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.checkout-line-top p {
  margin-bottom: 4px;
  color: var(--paper);
  font-weight: 950;
}

.checkout-line-top span {
  color: rgba(246, 240, 232, 0.58);
  font-size: 0.82rem;
}

.checkout-line-top strong {
  white-space: nowrap;
}

.checkout-line-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.checkout-line-actions button,
.checkout-line-actions span {
  display: grid;
  place-items: center;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--paper);
  font: inherit;
  font-weight: 900;
}

.checkout-line-actions button {
  cursor: pointer;
}

.checkout-line-actions button:last-child {
  padding: 0 10px;
  color: rgba(246, 240, 232, 0.62);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.checkout-total-box {
  display: grid;
  gap: 11px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.checkout-total-box div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(246, 240, 232, 0.68);
}

.checkout-total-box strong {
  color: var(--paper);
}

.checkout-total-box .checkout-total-line {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--paper);
  font-size: 1.08rem;
  font-weight: 950;
}

.checkout-coop-line {
  color: #a7efbf;
}

.checkout-coop-line strong {
  max-width: 190px;
  text-align: right;
}

.checkout-review {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(125, 139, 73, 0.42);
  border-radius: var(--radius);
  background: rgba(125, 139, 73, 0.12);
  color: rgba(246, 240, 232, 0.72);
  line-height: 1.5;
}

.checkout-review[hidden] {
  display: none;
}

.checkout-review p {
  margin-bottom: 12px;
}

.checkout-review p:last-child {
  margin-bottom: 0;
}

.checkout-review strong {
  color: var(--paper);
}

.success-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 28px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 58px 0 96px;
}

.success-hero,
.success-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(13, 13, 13, 0.72);
  backdrop-filter: blur(18px);
}

.success-hero {
  align-self: start;
  min-height: 560px;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(223, 78, 69, 0.13), transparent 42%),
    linear-gradient(315deg, rgba(125, 139, 73, 0.16), transparent 48%),
    rgba(13, 13, 13, 0.74);
}

.success-mark {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 68px;
  border: 1px solid rgba(246, 240, 232, 0.32);
  border-radius: 50%;
  color: var(--paper);
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0;
}

.success-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 4.55rem;
  line-height: 0.92;
}

.success-hero > p:not(.kicker) {
  max-width: 600px;
  margin: 0 0 28px;
  color: rgba(246, 240, 232, 0.72);
  font-size: 1.05rem;
  line-height: 1.55;
}

.success-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0;
}

.success-meta div,
.success-detail-grid section {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.success-meta span,
.success-detail-grid span {
  display: block;
  margin-bottom: 8px;
  color: rgba(246, 240, 232, 0.5);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.success-meta strong {
  color: var(--paper);
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.success-primary,
.success-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: var(--radius);
  font-weight: 950;
  text-transform: uppercase;
}

.success-primary {
  background: var(--paper);
  color: #111;
}

.success-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(246, 240, 232, 0.72);
}

.success-card {
  padding: 24px;
}

.success-card-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.success-card-head h2 {
  margin: 6px 0 0;
  font-size: 2rem;
}

.success-card-head > span {
  color: rgba(246, 240, 232, 0.54);
  font-size: 0.8rem;
  font-weight: 850;
  text-align: right;
}

.success-empty {
  padding: 22px 0;
  color: rgba(246, 240, 232, 0.68);
}

.success-empty[hidden] {
  display: none;
}

.success-empty p {
  margin-bottom: 10px;
  color: var(--paper);
  font-weight: 950;
}

.success-empty a {
  color: var(--accent-red);
  font-weight: 950;
  text-transform: uppercase;
}

.success-items {
  display: grid;
  gap: 12px;
  padding: 18px 0;
}

.success-line {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.success-line .cart-thumb {
  width: 62px;
}

.success-totals {
  margin-bottom: 18px;
}

.success-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.success-detail-grid p {
  margin: 0;
  color: rgba(246, 240, 232, 0.72);
  font-size: 0.88rem;
  line-height: 1.5;
}

.success-detail-grid a {
  color: var(--paper);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.success-handoff {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(125, 139, 73, 0.42);
  border-radius: var(--radius);
  background: rgba(125, 139, 73, 0.12);
}

.success-handoff span {
  display: block;
  margin-bottom: 7px;
  color: rgba(246, 240, 232, 0.5);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.success-handoff strong {
  color: var(--paper);
}

.success-handoff-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.success-handoff-actions button,
.success-handoff-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.success-handoff-actions button {
  border: 0;
  background: var(--paper);
  color: #111;
  cursor: pointer;
}

.success-handoff-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.success-handoff-actions a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(246, 240, 232, 0.72);
}

.success-handoff-actions a.is-disabled {
  pointer-events: none;
  opacity: 0.48;
}

.success-handoff p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(246, 240, 232, 0.6);
  font-size: 0.82rem;
}

.order-copy-box {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.24);
  color: rgba(246, 240, 232, 0.82);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.45;
  resize: vertical;
  padding: 12px;
  outline: none;
}

.order-copy-box[hidden] {
  display: none;
}

.order-copy-box:focus {
  border-color: rgba(246, 240, 232, 0.46);
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  max-width: min(360px, calc(100vw - 48px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(12, 12, 12, 0.86);
  color: var(--paper);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 180ms var(--ease),
    transform 180ms var(--ease);
  backdrop-filter: blur(18px);
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 0.95fr 1.1fr;
  }

  .buy-panel {
    grid-column: 1 / -1;
    align-self: stretch;
    margin: 0;
  }

  .buy-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    gap: 16px;
  }

  .panel-topline,
  .option-group,
  .quantity-row,
  .add-button {
    margin: 0;
  }

  .quantity-row {
    padding: 0;
    border: 0;
  }

  .add-button {
    min-height: 46px;
  }

  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-proof .section-intro {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .section-intro {
    padding-bottom: 26px;
  }
}

@media (max-width: 860px) {
  .topbar {
    grid-template-columns: 1fr auto;
    min-height: 62px;
    padding: 0 18px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
    padding: 82px 18px 30px;
    background-position: center;
  }

  .hero-copy {
    align-self: start;
    padding-bottom: 0;
  }

  h1 {
    font-size: 4rem;
  }

  .lead {
    font-size: 1rem;
  }

  .product-stage {
    min-height: 430px;
  }

  .shirt-figure {
    width: min(94%, 420px);
  }

  .buy-panel {
    display: block;
    padding: 20px;
  }

  .option-group {
    margin-top: 20px;
  }

  .quantity-row {
    margin: 20px 0;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .story-grid,
  .colorways,
  .product-proof,
  .drop-section {
    grid-template-columns: 1fr;
    padding: 58px 18px;
  }

  .story-item {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-card {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-label {
    margin-bottom: 22px;
  }

  .colorway-grid {
    grid-template-columns: 1fr;
  }

  .colorway-tile {
    min-height: 280px;
  }

  .site {
    padding-bottom: 88px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 36px 18px 118px;
  }

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .mobile-sticky-buy {
    display: flex;
  }

  body.cart-open .mobile-sticky-buy {
    display: none;
  }
}

@media (max-width: 520px) {
  .brand-wordmark {
    height: 29px;
  }

  .topbar-actions,
  .checkout-actions {
    gap: 8px;
  }

  .language-switch {
    grid-template-columns: repeat(2, 32px);
  }

  .language-switch button {
    height: 28px;
    font-size: 0.68rem;
  }

  .cart-drawer {
    padding: 18px;
  }

  .cart-drawer h2 {
    font-size: 1.75rem;
  }

  .cart-perks {
    grid-template-columns: 1fr;
  }

  .print-sample .word-banner {
    font-size: 1.28rem;
  }

  .mobile-sticky-buy {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .legal-header {
    min-height: 68px;
  }

  .legal-header img {
    width: 112px;
  }

  .legal-document {
    padding: 32px 0 58px;
  }

  .legal-document h1 {
    font-size: 2.45rem;
  }

  .legal-card {
    padding: 22px;
  }

  .checkout-header {
    min-height: 68px;
  }

  .checkout-header img {
    width: 112px;
  }

  .checkout-shell {
    grid-template-columns: 1fr;
    width: min(100%, calc(100dvw - 24px));
    padding: 28px 0 54px;
  }

  .checkout-main h1 {
    font-size: 2.8rem;
  }

  .checkout-steps {
    gap: 6px;
  }

  .checkout-steps span {
    min-height: 34px;
    font-size: 0.66rem;
  }

  .checkout-fields.two-col {
    grid-template-columns: 1fr;
  }

  .coop-checkout-panel,
  .coop-link-row,
  .coop-actions {
    grid-template-columns: 1fr;
  }

  .coop-qr-card {
    width: min(100%, 180px);
    min-height: 180px;
    justify-self: start;
  }

  .checkout-consent {
    grid-template-columns: 1fr;
  }

  .summary-sticky {
    position: static;
  }

  .checkout-summary {
    padding-top: 0;
  }

  .success-shell {
    grid-template-columns: 1fr;
    width: min(100%, calc(100dvw - 24px));
    padding: 28px 0 58px;
  }

  .success-hero,
  .success-card {
    padding: 22px;
  }

  .success-hero {
    min-height: auto;
  }

  .success-mark {
    width: 62px;
    height: 62px;
    margin-bottom: 46px;
  }

  .success-hero h1 {
    font-size: 2.9rem;
  }

  .success-meta,
  .success-detail-grid {
    grid-template-columns: 1fr;
  }

  .success-actions {
    display: grid;
  }

  .success-card-head {
    align-items: start;
    flex-direction: column;
  }

  .success-card-head > span {
    text-align: left;
  }

  .success-handoff {
    grid-template-columns: 1fr;
  }

  .success-handoff-actions {
    display: grid;
    justify-content: stretch;
  }

  .checkout-line {
    grid-template-columns: 58px 1fr;
  }

  .checkout-line .cart-thumb {
    width: 56px;
  }

  .success-line {
    grid-template-columns: 58px 1fr;
  }

  .success-line .cart-thumb {
    width: 56px;
  }

  .cart-item {
    grid-template-columns: 58px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .cart-thumb {
    width: 58px;
  }

  .cart-item-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: 3.25rem;
  }

  .hero-meta span {
    width: 100%;
  }

  .product-stage {
    min-height: 360px;
  }

  .chest-print {
    width: 45%;
  }

  .word-banner {
    min-height: 38px;
    padding: 6px 8px;
    font-size: 1.12rem;
  }

  .stage-caption {
    right: 0;
    left: 0;
    bottom: 0.5%;
    justify-content: center;
  }

  .swatches {
    grid-template-columns: 1fr;
  }

  .toast {
    right: 16px;
    bottom: 16px;
    max-width: calc(100vw - 32px);
  }
}

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