:root {
  --black: #090909;
  --soft-black: #141414;
  --white: #f2f0e9;
  --paper: #dedbd2;
  --gray: #99978f;
  --line: rgba(242, 240, 233, 0.22);
  --red: #ef2b18;
  --display: "Archivo Black", Impact, sans-serif;
  --mono: "Barlow Condensed", "Arial Narrow", sans-serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: var(--sans);
  overflow-x: hidden;
}

body.cart-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

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

button {
  color: inherit;
}

::selection {
  color: var(--white);
  background: var(--red);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: var(--black);
  background: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.noise {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    repeating-radial-gradient(circle at 17% 23%, transparent 0 1px, rgba(255,255,255,.45) 1px 2px, transparent 2px 5px),
    repeating-linear-gradient(91deg, transparent 0 7px, rgba(255,255,255,.25) 7px 8px, transparent 8px 13px);
  background-size: 83px 79px, 107px 101px;
}

.announcement {
  min-height: 36px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--black);
  background: var(--red);
  font: 600 10px/1 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.announcement p {
  margin: 0;
}

.announcement span {
  margin: 0 8px;
}

.site-header {
  position: relative;
  z-index: 20;
  min-height: 100px;
  padding: 0 36px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(9, 9, 9, 0.94);
}

.wordmark {
  width: min-content;
  font: 400 27px/0.75 var(--display);
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.wordmark span {
  display: block;
}

.wordmark span:last-child {
  padding-left: 16px;
}

.desktop-nav {
  display: flex;
  gap: 34px;
  font: 500 11px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a,
.footer-links a {
  position: relative;
}

.desktop-nav a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
}

.desktop-nav a:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.cart-trigger {
  justify-self: end;
  padding: 12px 0 12px 20px;
  border: 0;
  background: none;
  font: 600 11px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.header-shop-link {
  justify-self: end;
  padding: 12px 0 12px 20px;
  font: 600 11px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-shop-link:hover,
.header-shop-link:focus-visible {
  color: var(--red);
}

.cart-count {
  margin-left: 8px;
  color: var(--red);
}

.hero {
  min-height: calc(100svh - 136px);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 58% 42%;
}

.hero-copy {
  min-width: 0;
  padding: 30px 3vw 44px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.eyebrow-row,
.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.eyebrow,
.serial,
.product-meta,
.section-note,
.image-code {
  margin: 0;
  font: 500 10px/1.4 var(--mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.serial,
.product-meta p:last-child {
  color: var(--gray);
}

.hero h1 {
  margin: auto 0;
  font: 400 clamp(78px, 10.9vw, 190px)/0.76 var(--display);
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.outline-type {
  color: transparent;
  -webkit-text-stroke: clamp(1px, 0.12vw, 3px) var(--white);
}

.hero-bottom {
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(230px, 430px) auto;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
}

.hero-description,
.product-copy {
  margin: 0;
  color: #bdbab1;
  font-size: 14px;
  line-height: 1.7;
}

.button {
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font: 600 11px/1 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.button-primary {
  min-width: 205px;
  color: var(--black);
  background: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: var(--white);
  background: var(--red);
}

.hero-product {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(0, 0, 0, 0.15) 50%, transparent 50.2%),
    linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 100%, 100% 40px, auto;
}

.product-index {
  position: absolute;
  top: -0.17em;
  left: -0.05em;
  z-index: -1;
  color: rgba(9, 9, 9, 0.1);
  font: 400 clamp(180px, 25vw, 430px)/1 var(--display);
  letter-spacing: -0.14em;
}

.corner-label {
  position: absolute;
  z-index: 4;
  padding: 8px 10px;
  color: var(--white);
  background: var(--black);
  font: 500 9px/1 var(--mono);
  letter-spacing: 0.12em;
}

.corner-label-top {
  top: 24px;
  right: 22px;
}

.corner-label-bottom {
  bottom: 24px;
  left: 22px;
}

.hero-mockup-stage {
  position: absolute;
  inset: 3% 1%;
  display: grid;
  place-items: center;
}

.hero-mockup {
  position: absolute;
  z-index: 1;
  width: min(96%, 720px);
  max-height: 96%;
  object-fit: contain;
  mix-blend-mode: normal;
  opacity: 0;
  transform: translateY(12px) scale(0.985);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(.2,.8,.2,1);
}

.hero-mockup.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-stamp {
  position: absolute;
  right: 28px;
  bottom: 36px;
  width: 88px;
  height: 88px;
  border: 2px solid var(--red);
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: var(--red);
  font: 600 13px/1.05 var(--mono);
  text-align: center;
  transform: rotate(-11deg);
}

.product-stamp span {
  display: block;
}

.marquee {
  overflow: hidden;
  color: var(--black);
  background: var(--red);
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: marquee-scroll 18s linear infinite;
  font: 400 22px/1 var(--display);
  letter-spacing: -0.04em;
  white-space: nowrap;
  will-change: transform;
}

.marquee-group {
  width: max-content;
  min-width: 100vw;
  padding: 16px 34px 16px 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  gap: 34px;
}

.marquee-group i {
  font-style: normal;
  font-size: 12px;
}

@keyframes marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translateX(-50%); }
}

.shop-section {
  padding: 110px 3vw 120px;
}

.section-heading {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 40px;
}

.section-heading h2,
.spec-content h2,
.newsletter h2 {
  margin: 12px 0 0;
  font: 400 clamp(70px, 10vw, 160px)/0.78 var(--display);
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.section-note {
  padding-bottom: 8px;
  color: var(--gray);
  line-height: 1.7;
}

.featured-product {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 58% 42%;
}

.featured-product + .featured-product {
  margin-top: 72px;
}

.product-gallery {
  padding: 34px 3.5vw 34px 0;
  border-right: 1px solid var(--line);
}

.gallery-main {
  position: relative;
  aspect-ratio: 1;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--black);
  cursor: zoom-in;
}

.gallery-main::before,
.gallery-main::after {
  content: "";
  position: absolute;
  background: rgba(9, 9, 9, 0.16);
}

.gallery-main::before { top: 50%; right: 0; left: 0; height: 1px; }
.gallery-main::after { top: 0; bottom: 0; left: 50%; width: 1px; }

.gallery-main img {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
  transition: opacity 420ms ease, transform 620ms cubic-bezier(.2,.8,.2,1);
}

.product-image-main {
  opacity: 1;
  transform: scale(1);
}

.product-image-detail {
  opacity: 0;
  transform: scale(1.045);
}

.gallery-main:hover .product-image-main,
.gallery-main:focus .product-image-main {
  opacity: 0;
  transform: scale(0.985);
}

.gallery-main:hover .product-image-detail,
.gallery-main:focus .product-image-detail {
  opacity: 1;
  transform: scale(1);
}

.gallery-main:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.image-code {
  position: absolute;
  z-index: 4;
  top: 22px;
  left: 22px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(9, 9, 9, 0.78);
  backdrop-filter: blur(8px);
}

.image-code span {
  display: block;
}

.image-code .detail-label {
  display: none;
}

.gallery-main:hover .mockup-label,
.gallery-main:focus .mockup-label {
  display: none;
}

.gallery-main:hover .detail-label,
.gallery-main:focus .detail-label {
  display: block;
}

.product-info {
  position: sticky;
  top: 0;
  align-self: start;
  padding: 64px 0 40px 4vw;
}

.product-info h3 {
  margin: 0;
  font: 400 clamp(48px, 5.4vw, 92px)/0.86 var(--display);
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.price {
  margin: 24px 0 32px;
  color: var(--red);
  font: 500 17px/1 var(--mono);
}

.price span {
  color: var(--gray);
  font-size: 9px;
}

.quick-shop fieldset {
  margin: 34px 0 20px;
  padding: 0;
  border: 0;
}

.quick-shop legend {
  margin-bottom: 13px;
  font: 500 10px/1 var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.size-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.size-options label {
  position: relative;
}

.size-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.size-options span {
  min-height: 52px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  place-items: center;
  font: 500 11px/1 var(--mono);
  cursor: pointer;
  transition: color 150ms, background 150ms;
}

.size-options input:checked + span,
.size-options input:focus-visible + span {
  color: var(--black);
  background: var(--white);
}

.button-buy {
  width: 100%;
  color: var(--white);
  background: var(--red);
}

.button-buy:hover,
.button-buy:focus-visible {
  color: var(--black);
  background: var(--white);
}

.text-link {
  margin-top: 18px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--gray);
  color: var(--gray);
  background: none;
  font: 500 10px/2 var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}

.text-link span {
  margin-left: 8px;
}

.manifesto {
  padding: 130px 3vw;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 28% 72%;
}

.manifesto-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.manifesto-label span {
  color: var(--red);
  font: 500 10px/1 var(--mono);
}

.manifesto-copy p {
  margin: 0;
  max-width: 1100px;
  font: 500 clamp(42px, 6.3vw, 105px)/0.97 var(--sans);
  letter-spacing: -0.065em;
}

.manifesto-copy .muted {
  margin-top: 40px;
  color: #4e4d49;
}

.specs {
  display: grid;
  grid-template-columns: 50% 50%;
  color: var(--black);
  background: var(--paper);
}

.spec-visual {
  position: relative;
  min-height: 760px;
  border-right: 1px solid rgba(9,9,9,0.25);
  overflow: hidden;
  display: grid;
  place-items: center;
  background-image: linear-gradient(rgba(9,9,9,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(9,9,9,.1) 1px, transparent 1px);
  background-size: 38px 38px;
}

.spec-visual > p {
  position: absolute;
  bottom: 26px;
  left: 28px;
  margin: 0;
  font: 600 10px/1.5 var(--mono);
  letter-spacing: 0.09em;
}

.target-logo {
  width: min(76%, 560px);
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.spec-content {
  padding: 72px 5vw;
}

.spec-content h2 {
  font-size: clamp(60px, 7vw, 112px);
}

.spec-table {
  margin: 64px 0 38px;
  border-top: 1px solid rgba(9,9,9,.3);
}

.spec-table div {
  min-height: 58px;
  border-bottom: 1px solid rgba(9,9,9,.3);
  display: grid;
  grid-template-columns: 34% 66%;
  align-items: center;
  font: 500 10px/1.4 var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.spec-table span {
  color: #66645f;
}

.spec-table strong {
  font-weight: 500;
}

.button-outline {
  width: 100%;
  border-color: var(--black);
  color: var(--black);
  background: transparent;
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--white);
  background: var(--black);
}

.newsletter {
  padding: 110px 3vw;
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: end;
  background: var(--red);
}

.newsletter h2 {
  font-size: clamp(64px, 8vw, 130px);
}

.newsletter-form {
  padding-left: 5vw;
}

.newsletter-form > label {
  display: block;
  margin-bottom: 14px;
  font: 600 10px/1 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter-form > div {
  border-bottom: 2px solid var(--black);
  display: grid;
  grid-template-columns: 1fr auto;
}

.newsletter-form input,
.newsletter-form button {
  height: 62px;
  border: 0;
  color: var(--black);
  background: transparent;
  outline: none;
  font: 500 14px/1 var(--mono);
}

.newsletter-form input::placeholder {
  color: rgba(9,9,9,.55);
}

.newsletter-form button {
  font-weight: 600;
  cursor: pointer;
}

.newsletter-form > p {
  margin: 14px 0 0;
  font: 500 9px/1.4 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer {
  padding: 100px 3vw 28px;
  min-height: 600px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-content: space-between;
}

.footer-mark {
  font: 400 clamp(94px, 15vw, 260px)/0.7 var(--display);
  letter-spacing: -0.09em;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  font: 500 10px/1.5 var(--mono);
  text-transform: uppercase;
}

.footer-links p {
  margin: 0 0 18px;
  color: var(--gray);
}

.footer-bottom {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--gray);
  font: 500 9px/1.4 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.policy-hero {
  min-height: 650px;
  padding: 64px 3vw 72px;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.policy-kicker {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--gray);
  font: 500 10px/1.4 var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-kicker p {
  margin: 0;
}

.policy-hero h1 {
  margin: 72px 0 56px;
  font: 400 clamp(74px, 12.5vw, 210px)/0.75 var(--display);
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.policy-hero h1 span {
  display: block;
}

.policy-lede {
  margin: 0;
  color: var(--red);
  font: 500 clamp(24px, 3.3vw, 54px)/1 var(--sans);
  letter-spacing: -0.04em;
}

.policy-layout {
  padding: 0 3vw 120px;
  display: grid;
  grid-template-columns: 30% 70%;
}

.policy-summary {
  position: sticky;
  top: 0;
  height: max-content;
  padding: 72px 5vw 72px 0;
}

.policy-summary > p:not(.eyebrow) {
  margin: 28px 0 36px;
  color: #c2c0b8;
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.55;
}

.policy-summary a,
.policy-content a {
  border-bottom: 1px solid var(--red);
}

.policy-summary a {
  color: var(--red);
  font: 600 11px/1.4 var(--mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.policy-content {
  border-left: 1px solid var(--line);
}

.policy-content article {
  padding: 68px 0 72px 5vw;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 54px minmax(0, 720px);
  gap: 24px;
}

.policy-number {
  padding-top: 8px;
  color: var(--red);
  font: 600 10px/1 var(--mono);
  letter-spacing: 0.08em;
}

.policy-content h2 {
  margin: 0 0 28px;
  font: 400 clamp(40px, 4.8vw, 78px)/0.9 var(--display);
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.policy-content p {
  margin: 0;
  color: #c2c0b8;
  font-size: 15px;
  line-height: 1.75;
}

.policy-content p + p {
  margin-top: 18px;
}

.policy-content .policy-flag {
  width: max-content;
  margin: 0 0 18px;
  padding: 8px 10px;
  color: var(--black);
  background: var(--red);
  font: 700 10px/1 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.policy-final-sale h2 {
  color: var(--red);
}

.policy-footer {
  border-top: 1px solid var(--line);
}

.drawer-backdrop {
  position: fixed;
  z-index: 199;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0,0,0,.7);
  backdrop-filter: blur(4px);
  transition: opacity 250ms, visibility 250ms;
}

.cart-drawer {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100%, 500px);
  padding: 26px;
  border-left: 1px solid #333;
  display: flex;
  flex-direction: column;
  background: var(--soft-black);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 350ms cubic-bezier(.2,.8,.2,1), visibility 350ms;
}

.cart-open .drawer-backdrop {
  visibility: visible;
  opacity: 1;
}

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

.drawer-header {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-header h2 {
  margin: 0;
  font: 400 32px/1 var(--display);
  text-transform: uppercase;
}

.drawer-header button,
.dialog-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.cart-items {
  flex: 1;
  overflow: auto;
}

.empty-cart {
  height: 100%;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  font-family: var(--mono);
  text-transform: uppercase;
}

.empty-cart span {
  color: #333;
  font: 400 120px/1 var(--display);
}

.empty-cart p {
  margin: 0;
  font-size: 11px;
}

.empty-cart a {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  font-size: 10px;
}

.cart-line {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 18px;
}

.cart-thumb {
  position: relative;
  min-height: 116px;
  overflow: hidden;
  background: var(--paper);
}

.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-line h3 {
  margin: 0 0 8px;
  font: 400 18px/1.05 var(--display);
  text-transform: uppercase;
}

.cart-line p {
  margin: 0;
  color: var(--gray);
  font: 500 10px/1.6 var(--mono);
  text-transform: uppercase;
}

.quantity-control {
  margin-top: 16px;
  width: 90px;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.quantity-control button,
.quantity-control span {
  min-height: 30px;
  border: 0;
  display: grid;
  place-items: center;
  color: var(--white);
  background: none;
  font: 500 10px/1 var(--mono);
}

.quantity-control button {
  cursor: pointer;
}

.remove-item {
  align-self: start;
  padding: 0;
  border: 0;
  color: var(--gray);
  background: none;
  font: 500 9px/1 var(--mono);
  text-decoration: underline;
  cursor: pointer;
}

.cart-footer {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.cart-footer > div {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  font: 500 12px/1 var(--mono);
  text-transform: uppercase;
}

.cart-footer > p {
  margin: 12px 0 0;
  color: var(--gray);
  font: 500 8px/1.4 var(--mono);
  text-align: center;
  text-transform: uppercase;
}

.size-dialog {
  width: min(calc(100% - 32px), 620px);
  padding: 40px;
  border: 1px solid #555;
  color: var(--white);
  background: var(--soft-black);
}

.size-dialog::backdrop {
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(4px);
}

.dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.size-dialog h2 {
  margin: 18px 0;
  font: 400 clamp(44px, 8vw, 74px)/0.9 var(--display);
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.dialog-intro,
.size-tip {
  color: var(--gray);
  font-size: 13px;
  line-height: 1.65;
}

.size-table {
  margin: 30px 0 20px;
  border-top: 1px solid var(--line);
}

.size-table > div {
  min-height: 46px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  font: 500 10px/1 var(--mono);
  text-transform: uppercase;
}

.toast {
  position: fixed;
  z-index: 300;
  right: 24px;
  bottom: 24px;
  max-width: calc(100% - 48px);
  padding: 16px 20px;
  color: var(--black);
  background: var(--white);
  font: 600 10px/1.4 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 180ms, transform 180ms;
}

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

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 640px; border-right: 0; }
  .hero-product { min-height: clamp(560px, 72vw, 700px); }
  .featured-product { grid-template-columns: 1fr; }
  .product-gallery { padding-right: 0; border-right: 0; }
  .product-info { position: relative; padding-left: 0; }
  .manifesto { grid-template-columns: 22% 78%; }
  .specs { grid-template-columns: 1fr; }
  .spec-visual { min-height: 650px; border-right: 0; border-bottom: 1px solid rgba(9,9,9,.25); }
  .newsletter { grid-template-columns: 1fr; gap: 70px; }
  .newsletter-form { padding-left: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 90px; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-summary { position: relative; padding-right: 0; }
  .policy-content { border-top: 1px solid var(--line); border-left: 0; }
  .policy-content article { padding-left: 0; }
}

@media (max-width: 720px) {
  .announcement { min-height: 32px; padding: 0 14px; font-size: 9px; }
  .announcement-code { display: none; }
  .site-header { min-height: 72px; padding: 0 16px; grid-template-columns: 1fr 1fr; }
  .desktop-nav { display: none; }
  .wordmark { font-size: 23px; }
  .header-shop-link { padding-left: 10px; font-size: 10px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 470px; padding: 28px 16px 26px; }
  .serial { display: none; }
  .hero h1 { margin: 54px 0 48px; font-size: clamp(48px, 15.5vw, 62px); line-height: 0.84; }
  .hero-bottom { grid-template-columns: 1fr; gap: 22px; }
  .hero-description { max-width: 100%; font-size: 13px; }
  .button-primary { width: 100%; }
  .hero-product { min-height: 500px; }
  .hero-mockup-stage { inset: 3% 0 1%; }
  .hero-mockup { width: 100%; max-height: 100%; }
  .product-stamp { display: none; }
  .corner-label-top { top: 16px; right: 14px; }
  .corner-label-bottom { bottom: 16px; left: 14px; }
  .marquee-track { font-size: 16px; animation-duration: 14s; }
  .marquee-group { padding: 13px 28px 13px 0; gap: 28px; }
  .shop-section { padding: 64px 16px 72px; }
  .section-heading { margin-bottom: 32px; grid-template-columns: 1fr; }
  .section-heading h2 { font-size: 22vw; }
  .featured-product { display: block; }
  .featured-product + .featured-product { margin-top: 44px; }
  .product-gallery { padding: 18px 0 0; }
  .gallery-main { height: auto; max-height: none; padding: 0; }
  .gallery-main img { width: 100%; }
  .product-info { padding: 40px 0 24px; }
  .product-info h3 { font-size: 13vw; }
  .price { margin: 18px 0 24px; }
  .quick-shop fieldset { margin-top: 28px; }
  .manifesto { padding: 72px 16px; grid-template-columns: 1fr; gap: 40px; }
  .manifesto-label { flex-direction: row; }
  .manifesto-copy p { font-size: 10.5vw; line-height: 1; }
  .manifesto-copy .muted { margin-top: 28px; }
  .spec-visual { min-height: 360px; }
  .target-logo { width: min(78%, 300px); }
  .spec-content { padding: 72px 16px; }
  .spec-content h2 { font-size: 14vw; }
  .spec-table { margin: 44px 0 30px; }
  .spec-table div { min-height: 52px; grid-template-columns: 28% 72%; font-size: 9px; }
  .newsletter { padding: 72px 16px; gap: 46px; }
  .newsletter h2 { font-size: 15vw; }
  .site-footer { min-width: 0; min-height: auto; padding: 72px 16px 24px; gap: 64px; overflow: hidden; }
  .footer-mark { min-width: 0; max-width: 100%; font-size: 22vw; }
  .footer-links { min-width: 0; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); row-gap: 44px; }
  .footer-links div { min-width: 0; }
  .footer-links a { overflow-wrap: anywhere; }
  .footer-links div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .policy-hero { min-height: 500px; padding: 42px 16px 48px; }
  .policy-kicker p:last-child { display: none; }
  .policy-hero h1 { margin: 76px 0 60px; font-size: clamp(54px, 17vw, 78px); line-height: 0.82; }
  .policy-lede { font-size: 24px; line-height: 1.1; }
  .policy-layout { padding: 0 16px 72px; }
  .policy-summary { padding: 54px 0; }
  .policy-summary > p:not(.eyebrow) { font-size: 16px; }
  .policy-content article { padding: 46px 0 50px; grid-template-columns: 32px minmax(0, 1fr); gap: 12px; }
  .policy-content h2 { margin-bottom: 22px; font-size: clamp(36px, 11vw, 54px); }
  .policy-content p { font-size: 14px; line-height: 1.7; }
  .cart-drawer { padding: 18px; }
  .cart-line { grid-template-columns: 72px 1fr auto; gap: 12px; }
  .size-dialog { max-height: 90svh; padding: 30px 20px; overflow: auto; }
}

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