:root {
  --ink: #151515;
  --muted: #69645d;
  --paper: #f4f1eb;
  --panel: #fffaf1;
  --bone: #e4dccd;
  --clay: #b55336;
  --moss: #31483a;
  --blue: #1d4354;
  --line: rgba(21, 21, 21, 0.12);
  --shadow: 0 24px 70px rgba(31, 27, 21, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(244, 241, 235, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: flex;
  align-items: center;
  width: fit-content;
}

.brand-logo {
  display: block;
  width: 112px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.site-nav a,
.header-action {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-nav a:hover,
.header-action:hover {
  color: var(--ink);
}

.header-action {
  justify-self: end;
  padding: 11px 18px;
  color: var(--paper);
  background: var(--ink);
}

.hero {
  min-height: calc(100vh - 79px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  align-items: center;
  gap: clamp(28px, 5vw, 82px);
  padding: clamp(34px, 6vw, 78px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Archivo", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 4.7rem);
  line-height: 0.95;
}

h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.hero-text {
  max-width: 650px;
  color: #3b3834;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.primary-button,
.secondary-button,
.reserve-form button,
.stock-row button {
  border: 1px solid var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.primary-button,
.secondary-button {
  padding: 14px 18px;
}

.primary-button {
  background: var(--ink);
  color: var(--paper);
}

.secondary-button {
  background: transparent;
}

.hero-product {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.88), rgba(228, 220, 205, 0.76)),
    repeating-linear-gradient(90deg, rgba(21, 21, 21, 0.05) 0 1px, transparent 1px 70px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.availability-strip {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.86rem;
  font-weight: 800;
}

.mockup {
  position: relative;
  width: min(72vw, 380px);
  height: 430px;
}

.hood {
  position: absolute;
  top: 24px;
  left: 113px;
  width: 154px;
  height: 118px;
  background: #2e302c;
  border-radius: 76px 76px 20px 20px;
}

.shoulders {
  position: absolute;
  top: 98px;
  left: 54px;
  width: 272px;
  height: 88px;
  background: #30332f;
  border-radius: 100px 100px 16px 16px;
}

.sleeve {
  position: absolute;
  top: 142px;
  width: 92px;
  height: 230px;
  background: #292c28;
}

.sleeve-left {
  left: 18px;
  transform: rotate(11deg);
}

.sleeve-right {
  right: 18px;
  transform: rotate(-11deg);
}

.body-panel {
  position: absolute;
  top: 130px;
  left: 83px;
  display: grid;
  width: 214px;
  height: 268px;
  place-items: center;
  background: #343831;
  border-radius: 20px 20px 36px 36px;
}

.hero-print {
  width: 128px;
  max-height: 190px;
  object-fit: contain;
}

.pocket {
  position: absolute;
  bottom: 52px;
  left: 131px;
  width: 118px;
  height: 45px;
  border: 2px solid rgba(244, 241, 235, 0.28);
  border-top: 0;
  border-radius: 0 0 28px 28px;
}

.drop-status,
.pieces-section,
.reserve-section {
  padding: clamp(44px, 7vw, 86px) clamp(18px, 5vw, 72px);
}

.drop-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: 28px;
  align-items: end;
  background: var(--ink);
  color: var(--paper);
}

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

.size-grid article {
  min-height: 156px;
  padding: 18px;
  background: rgba(244, 241, 235, 0.09);
  border: 1px solid rgba(244, 241, 235, 0.18);
}

.size-grid span {
  color: #c9bca6;
  font-weight: 900;
}

.size-grid strong {
  display: block;
  margin: 16px 0 8px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 4rem;
  line-height: 0.8;
}

.size-grid p {
  margin-bottom: 0;
  color: #cfc6b9;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.product-card {
  display: grid;
  gap: 18px;
  padding: 12px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.product-visual {
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hoodie-preview {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, transparent 0 15%, rgba(21, 21, 21, 0.08) 15% 16%, transparent 16% 84%, rgba(21, 21, 21, 0.08) 84% 85%, transparent 85%),
    #e8dfcf;
}

.hoodie-preview::before {
  position: absolute;
  inset: 32px 28px 34px;
  z-index: -1;
  background: var(--hoodie-color, #e7ddcd);
  border-radius: 94px 94px 38px 38px;
  box-shadow:
    inset 0 28px 60px rgba(255, 255, 255, 0.22),
    inset 0 -28px 70px rgba(21, 21, 21, 0.16);
  content: "";
}

.hoodie-preview::after {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 118px;
  height: 80px;
  z-index: -1;
  background: color-mix(in srgb, var(--hoodie-color, #e7ddcd) 82%, #151515);
  border-radius: 58px 58px 18px 18px;
  transform: translateX(-50%);
  content: "";
}

.hoodie-preview img {
  width: min(74%, 260px);
  max-height: 260px;
  object-fit: contain;
}

.hoodie-preview:nth-child(1) img,
.product-card:first-child .hoodie-preview img {
  width: min(55%, 178px);
  max-height: 275px;
}

.hoodie-black {
  --hoodie-color: #171717;
  background:
    linear-gradient(90deg, transparent 0 15%, rgba(244, 241, 235, 0.08) 15% 16%, transparent 16% 84%, rgba(244, 241, 235, 0.08) 84% 85%, transparent 85%),
    #302f2b;
}

.hoodie-light {
  --hoodie-color: #eee6d6;
}

.hoodie-stone {
  --hoodie-color: #c8c0b2;
}

.hoodie-stone img {
  width: min(46%, 170px);
}

.product-info,
.stock-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.product-info p,
.stock-row span,
.reserve-section p {
  color: var(--muted);
}

.product-info strong {
  font-weight: 900;
}

.stock-row {
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.stock-row button {
  padding: 9px 12px;
  background: transparent;
}

.reserve-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 28px;
  align-items: start;
  background: var(--panel);
}

.reserve-section p {
  max-width: 620px;
  line-height: 1.65;
}

.reserve-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.reserve-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.reserve-form input,
.reserve-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  color: var(--ink);
  background: #fffdf8;
  border: 1px solid var(--line);
}

.reserve-form button {
  min-height: 50px;
  background: var(--ink);
  color: var(--paper);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 5vw, 72px);
  color: var(--paper);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #d7c8ad;
  font-weight: 800;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .drop-status,
  .reserve-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-product {
    min-height: 470px;
  }

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

@media (max-width: 620px) {
  .site-header {
    padding: 14px;
  }

  .header-action {
    padding: 10px 12px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 5.5rem);
  }

  .hero-product {
    min-height: 390px;
  }

  .mockup {
    transform: scale(0.78);
  }

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

  .section-heading,
  .product-info,
  .stock-row,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-visual {
    min-height: 340px;
  }
}
