:root {
  --paper: #f7f7f5;
  --ink: #110e08;
  --buy: #ccff00;
  --muted: #66665f;
  --halt: #c92e29;
  --sans: "Hanken Grotesk", Arial, sans-serif;
  --mono: "Spline Sans Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { background: var(--paper); color: var(--ink); }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.5 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: var(--buy); color: var(--ink); }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--halt); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 11px 14px;
  border: 1px solid var(--ink);
  background: var(--buy);
  font: 750 10px/1 var(--mono);
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

main,
.shop-footer { width: min(1488px, 100%); margin-inline: auto; }

.shop-label { margin: 0; font: 750 11px/1.3 var(--mono); letter-spacing: .06em; text-transform: uppercase; }

.shop-status {
  min-height: 40px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-inline: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--buy);
  font: 750 9px/1.25 var(--mono);
  text-transform: uppercase;
}

.shop-hero {
  min-height: min(820px, calc(100svh - 110px));
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  border-inline: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.shop-copy {
  min-width: 0;
  padding: clamp(46px, 6vw, 92px) clamp(32px, 4.4vw, 66px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop-copy h1 {
  margin: 24px 0 28px;
  font-size: clamp(78px, 8vw, 126px);
  font-weight: 900;
  letter-spacing: -.078em;
  line-height: .76;
  text-transform: uppercase;
}
.shop-copy h2 { margin: 0; font: 700 clamp(18px, 1.8vw, 28px)/1.2 var(--mono); letter-spacing: .03em; text-transform: uppercase; }
.shop-copy > p:not(.shop-label) { margin: 18px 0 28px; font: 500 clamp(16px, 1.45vw, 22px)/1.4 var(--mono); }

.shop-coming {
  width: min(100%, 420px);
  min-height: 80px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid var(--ink);
  background: var(--buy);
  box-shadow: 5px 5px 0 var(--ink);
}
.shop-coming strong { font-size: 22px; font-weight: 900; letter-spacing: -.025em; }
.shop-coming span { margin-top: 5px; font: 700 8px/1.3 var(--mono); }
.shop-story { width: fit-content; margin-top: 30px; display: inline-flex; gap: 22px; border-bottom: 1px solid currentColor; font: 700 9px/1.5 var(--mono); text-decoration: none; }

.shop-product {
  position: relative;
  min-width: 0;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-left: 1px solid var(--ink);
  background: #030303;
}
.shop-product img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.shop-product figcaption { position: absolute; right: 18px; bottom: 15px; padding: 7px 9px; border: 1px solid rgb(204 255 0 / 50%); background: rgb(0 0 0 / 72%); color: var(--buy); font: 650 8px/1.3 var(--mono); text-transform: uppercase; }

.shop-strip { min-height: 132px; display: grid; grid-template-columns: repeat(3, 1fr); border-inline: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.shop-strip span { display: grid; place-items: center; font: 600 clamp(16px, 1.7vw, 24px)/1 var(--mono); text-align: center; }
.shop-strip span + span { border-left: 1px solid var(--ink); }

.shop-details { padding: clamp(72px, 9vw, 128px) clamp(24px, 5vw, 72px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(54px, 8vw, 120px); border-inline: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.shop-details h2,
.shop-final h2 { max-width: 12ch; margin: 14px 0 0; font-size: clamp(54px, 6.4vw, 96px); font-weight: 900; letter-spacing: -.07em; line-height: .84; text-transform: uppercase; }
.shop-details > div:last-child { align-self: end; }
.shop-details p:not(.shop-label) { max-width: 620px; margin: 0 0 22px; font-size: clamp(18px, 1.8vw, 26px); line-height: 1.3; }

.shop-final { padding: clamp(84px, 10vw, 150px) clamp(24px, 5vw, 72px); border-inline: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.shop-final h2 em { color: var(--buy); font-style: normal; }
.shop-final > p:not(.shop-label) { max-width: 600px; margin: 26px 0; color: #b9b8b1; font-size: 18px; }
.shop-final > a { width: fit-content; min-height: 54px; padding: 0 18px; display: inline-flex; align-items: center; gap: 30px; border: 1px solid var(--buy); background: var(--buy); color: var(--ink); font: 800 10px/1 var(--mono); text-decoration: none; }

.shop-footer { min-height: 92px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-inline: 1px solid var(--ink); font: 700 9px/1.5 var(--mono); text-transform: uppercase; }
.shop-footer p { margin: 0; color: var(--muted); }

@media (max-width: 960px) {
  .shop-hero { min-height: 0; grid-template-columns: 1fr; }
  .shop-copy { min-height: 560px; }
  .shop-product { min-height: 620px; border-top: 1px solid var(--ink); border-left: 0; }
}

@media (max-width: 640px) {
  .shop-status { padding: 10px 15px; align-items: flex-start; flex-direction: column; gap: 4px; border-inline: 0; }
  .shop-status span:last-child { color: rgb(17 14 8 / 62%); }
  .shop-hero { display: flex; flex-direction: column; border-inline: 0; }
  .shop-product { order: -1; min-height: 43svh; }
  .shop-product img { height: 43svh; min-height: 0; object-fit: contain; object-position: center; }
  .shop-product figcaption { right: 10px; bottom: 9px; font-size: 7px; }
  .shop-copy { min-height: 0; padding: 42px 20px 48px; }
  .shop-copy h1 { margin-block: 18px 24px; font-size: clamp(68px, 21vw, 92px); }
  .shop-copy h2 { font-size: 16px; }
  .shop-coming { width: 100%; }
  .shop-strip { min-height: 84px; border-inline: 0; }
  .shop-strip span { padding: 10px 6px; font-size: 11px; }
  .shop-details { padding: 72px 20px; grid-template-columns: 1fr; gap: 38px; border-inline: 0; }
  .shop-details h2,
  .shop-final h2 { font-size: clamp(52px, 16vw, 70px); }
  .shop-final { padding: 82px 20px; border-inline: 0; }
  .shop-final > a { width: 100%; justify-content: space-between; }
  .shop-footer { padding: 24px 16px; align-items: flex-start; flex-direction: column; border-inline: 0; }
}
