:root {
  --merch-ink: #21150f;
  --merch-cream: #f7f1e7;
  --merch-card: #fffaf3;
  --merch-orange: #c86632;
  --merch-rust: #8f3f22;
  --merch-olive: #66705a;
  --merch-muted: #71645b;
  --merch-line: rgba(33, 21, 15, .14);
  --merch-shadow: 0 24px 70px rgba(72, 43, 25, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--merch-cream);
  color: var(--merch-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
.merch-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.merch-kicker {
  color: var(--merch-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.merch-button {
  align-items: center;
  background: var(--merch-ink);
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  transition: background .2s, transform .2s;
}
.merch-button:hover { background: var(--merch-rust); transform: translateY(-2px); }
.merch-button--light { background: #fff; color: var(--merch-ink); }
.merch-text-link { border-bottom: 1px solid currentColor; font-weight: 850; }
.merch-button:focus-visible,
.merch-text-link:focus-visible,
.merch-product-card:focus-visible,
.merch-thumb:focus-visible {
  outline: 3px solid #f2a171;
  outline-offset: 4px;
}

.merch-header {
  backdrop-filter: blur(16px);
  background: rgba(247, 241, 231, .92);
  border-bottom: 1px solid var(--merch-line);
  position: sticky;
  top: 0;
  z-index: 30;
}
.merch-nav {
  align-items: center;
  display: flex;
  gap: 24px;
  height: 74px;
  justify-content: space-between;
}
.merch-brand { font-size: 25px; font-weight: 950; letter-spacing: -.055em; }
.merch-brand span { color: var(--merch-orange); }
.merch-nav-links { align-items: center; display: flex; font-size: 14px; font-weight: 800; gap: 26px; }
.merch-nav-links [aria-current="page"] { border-bottom: 2px solid currentColor; padding-bottom: 4px; }

.merch-hero { padding: 34px 0 64px; }
.merch-hero-shell {
  background: #201814;
  border-radius: 36px;
  box-shadow: var(--merch-shadow);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: clamp(520px, 55vw, 650px);
  overflow: hidden;
}
.merch-hero-copy {
  color: #fff8ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 78px);
}
.merch-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(54px, 6.5vw, 92px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .9;
  margin: 18px 0 24px;
}
.merch-hero p { color: #eaded4; font-size: clamp(18px, 1.7vw, 22px); margin: 0; max-width: 590px; }
.merch-hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.merch-hero-actions .merch-text-link { align-self: center; color: #fff8ef; }
.merch-hero-art { background: #e6d7c7; min-height: clamp(520px, 55vw, 650px); position: relative; }
.merch-hero-art img { height: 100%; object-fit: cover; object-position: center 44%; width: 100%; }
.merch-hero-badge {
  background: rgba(255, 250, 243, .94);
  border-radius: 999px;
  bottom: 20px;
  font-size: 12px;
  font-weight: 900;
  left: 20px;
  letter-spacing: .04em;
  padding: 12px 15px;
  position: absolute;
}

.merch-benefits { padding-bottom: 24px; }
.merch-benefit-row {
  background: #efe5d9;
  border: 1px solid var(--merch-line);
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.merch-benefit { border-right: 1px solid var(--merch-line); padding: 20px 22px; }
.merch-benefit:last-child { border-right: 0; }
.merch-benefit strong { display: block; font-size: 14px; }
.merch-benefit span { color: var(--merch-muted); font-size: 12px; }

.merch-section { padding: 80px 0; }
.merch-section-top { align-items: end; display: flex; gap: 36px; justify-content: space-between; margin-bottom: 30px; }
.merch-section-top h2,
.merch-look-copy h2,
.merch-readiness h2 {
  font-family: Georgia, serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
  margin: 8px 0 0;
}
.merch-section-top p { color: var(--merch-muted); font-size: 18px; margin: 0; max-width: 520px; }
.merch-drop-note {
  align-items: center;
  background: #ede2d5;
  border: 1px solid var(--merch-line);
  border-radius: 18px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 26px;
  padding: 18px 20px;
}
.merch-drop-note strong { color: var(--merch-rust); }
.merch-note-label { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }

.merch-products { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.merch-product-card {
  background: var(--merch-card);
  border: 1px solid var(--merch-line);
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}
.merch-product-card:hover { box-shadow: 0 18px 45px rgba(72, 43, 25, .13); transform: translateY(-4px); }
.merch-product-media { aspect-ratio: 4 / 5; background: #f7f4ee; overflow: hidden; position: relative; }
.merch-product-media img { height: 100%; object-fit: cover; transition: transform .35s; width: 100%; }
.merch-product-card:hover .merch-product-media img { transform: scale(1.018); }
.merch-status {
  background: rgba(33, 21, 15, .9);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  padding: 7px 10px;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
  top: 14px;
}
.merch-product-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.merch-product-label { color: var(--merch-orange); font-size: 11px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.merch-product-card h3 { font-family: Georgia, serif; font-size: 30px; font-weight: 500; line-height: 1.05; margin: 8px 0 9px; }
.merch-product-card p { color: var(--merch-muted); margin: 0 0 20px; }
.merch-card-link { align-items: center; display: flex; font-size: 13px; font-weight: 900; justify-content: space-between; margin-top: auto; }
.merch-card-link span:last-child { font-size: 18px; transition: transform .2s; }
.merch-product-card:hover .merch-card-link span:last-child { transform: translateX(4px); }

.merch-lookbook { background: #e9ddcf; }
.merch-look-grid { display: grid; gap: 18px; grid-template-columns: 1.05fr .95fr; }
.merch-look-photo { background: #ddd; border-radius: 28px; min-height: 620px; overflow: hidden; }
.merch-look-photo img { height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.merch-look-copy {
  background: #283022;
  border-radius: 28px;
  color: #f9f2e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 58px);
}
.merch-look-copy p { color: #dfe5d8; font-size: 18px; }
.merch-quote-grid { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin-top: 22px; }
.merch-quote {
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 16px;
  padding: 14px;
}
.merch-quote strong { display: block; font-family: Georgia, serif; font-size: 19px; font-weight: 500; }
.merch-quote span { color: #cbd4c4; display: block; font-size: 11px; margin-top: 3px; }

.merch-readiness {
  background: #2a1b14;
  border-radius: 30px;
  color: #fff7ed;
  display: grid;
  gap: 40px;
  grid-template-columns: .85fr 1.15fr;
  padding: clamp(34px, 5vw, 60px);
}
.merch-readiness p { color: #ead9cc; }
.merch-checks { display: grid; gap: 14px; }
.merch-check {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  padding: 18px 20px;
}
.merch-check strong { display: block; margin-bottom: 3px; }
.merch-image-note { color: #d9c9bd; font-size: 13px; margin-top: 20px; }

.merch-breadcrumbs { color: var(--merch-muted); font-size: 13px; padding: 28px 0 18px; }
.merch-breadcrumbs a { border-bottom: 1px solid transparent; }
.merch-breadcrumbs a:hover { border-color: currentColor; }
.merch-product-page { padding-bottom: 84px; }
.merch-pdp {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 68px);
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
}
.merch-gallery { display: grid; gap: 14px; grid-template-columns: 82px minmax(0, 1fr); }
.merch-thumbs { display: flex; flex-direction: column; gap: 10px; }
.merch-thumb {
  aspect-ratio: 4 / 5;
  background: #efe5d9;
  border: 2px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  min-height: 82px;
  overflow: hidden;
  padding: 0;
}
.merch-thumb[aria-pressed="true"] { border-color: var(--merch-ink); }
.merch-thumb img { height: 100%; object-fit: cover; width: 100%; }
.merch-gallery-main { aspect-ratio: 4 / 5; background: #eee5dc; border-radius: 28px; overflow: hidden; }
.merch-gallery-main img { height: 100%; object-fit: cover; width: 100%; }
.merch-gallery--single { display: block; }
.merch-pdp-info { padding-top: clamp(8px, 3vw, 34px); position: sticky; top: 100px; }
.merch-pdp-info h1 {
  font-family: Georgia, serif;
  font-size: clamp(45px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .95;
  margin: 12px 0 16px;
}
.merch-pdp-tagline { font-size: 20px; font-weight: 750; margin: 0 0 14px; }
.merch-pdp-description { color: var(--merch-muted); font-size: 17px; margin-bottom: 24px; }
.merch-facts { border-bottom: 1px solid var(--merch-line); border-top: 1px solid var(--merch-line); margin: 0 0 24px; padding: 8px 0; }
.merch-fact { display: grid; font-size: 14px; gap: 16px; grid-template-columns: 115px 1fr; padding: 9px 0; }
.merch-fact dt { color: var(--merch-muted); }
.merch-fact dd { font-weight: 750; margin: 0; }
.merch-detail-list { margin: 0 0 26px; padding-left: 20px; }
.merch-detail-list li { margin-bottom: 7px; }
.merch-availability {
  background: #ede2d5;
  border: 1px solid var(--merch-line);
  border-radius: 18px;
  padding: 18px 20px;
}
.merch-availability strong { color: var(--merch-rust); display: block; font-size: 18px; }
.merch-availability span { color: var(--merch-muted); display: block; font-size: 13px; margin-top: 4px; }
.merch-pdp-note { color: #554941; font-size: 14px; line-height: 1.6; margin-top: 18px; }
.merch-related { border-top: 1px solid var(--merch-line); margin-top: 76px; padding-top: 60px; }
.merch-related-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 24px; }
.merch-related h2 { font-family: Georgia, serif; font-size: 40px; font-weight: 500; margin: 0; }
.merch-related-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }

.merch-footer { border-top: 1px solid var(--merch-line); color: var(--merch-muted); padding: 42px 0 54px; }
.merch-footer-row { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; }
.merch-footer-links { display: flex; flex-wrap: wrap; gap: 20px; }

@media (max-width: 900px) {
  .merch-nav-links { display: none; }
  .merch-hero-shell,
  .merch-look-grid,
  .merch-readiness,
  .merch-pdp { grid-template-columns: 1fr; }
  .merch-hero-art { aspect-ratio: 4 / 5; min-height: 0; order: -1; }
  .merch-products { grid-template-columns: 1fr 1fr; }
  .merch-section-top { align-items: start; flex-direction: column; }
  .merch-benefit-row { grid-template-columns: 1fr 1fr; }
  .merch-benefit:nth-child(2) { border-right: 0; }
  .merch-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--merch-line); }
  .merch-look-photo { min-height: 520px; }
  .merch-pdp-info { position: static; }
  .merch-related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .merch-wrap { width: min(100% - 24px, 1180px); }
  .merch-nav > .merch-button { font-size: 12px; min-height: 42px; padding: 10px 14px; }
  .merch-hero { padding-top: 12px; }
  .merch-hero-shell { border-radius: 24px; }
  .merch-hero h1 { font-size: 52px; }
  .merch-products,
  .merch-benefit-row,
  .merch-related-grid,
  .merch-quote-grid { grid-template-columns: 1fr; }
  .merch-benefit { border-bottom: 1px solid var(--merch-line); border-right: 0; }
  .merch-benefit:last-child { border-bottom: 0; }
  .merch-drop-note { align-items: start; flex-direction: column; }
  .merch-look-photo { min-height: 420px; }
  .merch-section { padding: 62px 0; }
  .merch-gallery { display: flex; flex-direction: column-reverse; }
  .merch-thumbs { flex-direction: row; overflow-x: auto; padding: 4px 4px 8px; scroll-snap-type: x mandatory; }
  .merch-thumb { flex: 0 0 70px; min-height: 88px; scroll-snap-align: start; }
  .merch-gallery-main { border-radius: 22px; }
  .merch-pdp-info h1 { font-size: 48px; }
  .merch-related { margin-top: 58px; padding-top: 48px; }
  .merch-related-head { align-items: start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
