:root {
  --black: #050505;
  --black-soft: #0b0b0b;
  --line: #242424;
  --line-soft: #191919;
  --white: #f1f1ed;
  --grey: #a1a19d;
  --grey-soft: #656560;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
button, input, select { font: inherit; }
button, a, select, input { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; top: -50px; left: 16px; z-index: 100; background: var(--white); color: var(--black); padding: 10px 14px; text-decoration: none; }
.skip-link:focus { top: 16px; }
.site-header { align-items: center; display: flex; justify-content: space-between; padding: 28px clamp(20px, 4vw, 56px); position: absolute; width: 100%; z-index: 2; }
.brand-mark { color: var(--white); font-size: 20px; font-weight: 400; letter-spacing: -.04em; text-decoration: none; }
nav { align-items: center; display: flex; gap: clamp(17px, 3.2vw, 40px); }
nav a, .cart-trigger, .eyebrow, .product-type, .collection-note, .fine-print, .site-footer p, .site-footer a, label > span, .color-field > span, fieldset legend { color: var(--grey-soft); font-size: 10px; letter-spacing: .23em; text-decoration: none; text-transform: lowercase; }
.cart-trigger { border: 0; background: transparent; padding: 0; }
nav a:hover, .cart-trigger:hover, .site-footer a:hover { color: var(--white); }
.hero { align-items: center; display: flex; justify-content: center; min-height: 100svh; padding: 132px 24px 88px; position: relative; text-align: center; }
.hero::after { background: radial-gradient(ellipse at center, #121212 0%, #050505 62%); content: ""; inset: 0; opacity: .65; position: absolute; }
.hero-copy { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(80px, 18vw, 278px); font-weight: 400; letter-spacing: -.07em; line-height: .72; margin: 28px 0 54px; }
.hero-statement { color: var(--grey); font-size: 10px; letter-spacing: .25em; margin: 0 0 44px; text-transform: lowercase; }
.button { align-items: center; border: 1px solid var(--grey-soft); border-radius: 0; display: inline-flex; font-size: 10px; justify-content: center; letter-spacing: .22em; min-height: 46px; padding: 0 22px; text-decoration: none; text-transform: lowercase; transition: background .2s ease, color .2s ease, border .2s ease; }
.button-primary { background: var(--white); border-color: var(--white); color: var(--black); }
.button-primary:hover { background: transparent; color: var(--white); }
.scroll-cue { bottom: 32px; height: 44px; left: 50%; position: absolute; transform: translateX(-50%); width: 1px; z-index: 1; }
.scroll-cue span { animation: descend 2s ease-in-out infinite; background: var(--grey-soft); display: block; height: 100%; width: 1px; }
@keyframes descend { 0%, 100% { transform: scaleY(.25); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }
.section-shell { margin: 0 auto; max-width: var(--max); padding: clamp(96px, 14vw, 180px) clamp(20px, 4vw, 56px); }
.intro { border-top: 1px solid var(--line-soft); max-width: 980px; }
.manifesto { color: var(--white); font-size: clamp(25px, 3.7vw, 52px); font-weight: 300; letter-spacing: -.035em; line-height: 1.18; margin: 0; text-align: center; }
.manifesto strong { font-weight: 400; }
.collection { border-top: 1px solid var(--line-soft); }
.section-heading { margin-bottom: clamp(50px, 8vw, 100px); }
.section-heading h2, .editorial h2 { font-size: clamp(37px, 6vw, 84px); font-weight: 300; letter-spacing: -.055em; line-height: .98; margin: 20px 0 0; }
.product-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card { display: flex; flex-direction: column; }
.product-art { aspect-ratio: 3 / 4; background: #111; overflow: hidden; position: relative; }
.product-art::after { background: linear-gradient(0deg, rgba(0,0,0,.6), transparent 35%); content: ""; inset: 0; position: absolute; }
.product-art img { height: 100%; object-fit: cover; opacity: .79; transition: transform .7s cubic-bezier(.23,1,.32,1), opacity .7s ease; width: 100%; }
.product-art-shirt img { filter: contrast(1.1) grayscale(1); transform: scale(1.22) rotate(7deg); }
.product-art-sweatshirt { background: #161616; }
.product-art-sweatshirt img { filter: contrast(1.5) grayscale(1) brightness(.75); transform: scale(1.32) rotate(-7deg); }
.product-card:hover .product-art img { opacity: 1; transform: scale(1.36) rotate(0); }
.piece-label { bottom: 18px; color: var(--white); font-size: 9px; letter-spacing: .18em; left: 18px; position: absolute; text-transform: lowercase; z-index: 1; }
.product-details { align-items: flex-start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 18px 0 17px; }
.product-name { color: var(--white); font-size: 18px; letter-spacing: -.03em; margin: 0; }
.product-type { margin: 3px 0 0; }
.price { color: var(--white); font-size: 13px; letter-spacing: .02em; margin: 0; }
.text-action { align-self: flex-start; background: transparent; border: 0; border-bottom: 1px solid var(--grey-soft); color: var(--white); font-size: 10px; letter-spacing: .18em; margin: 18px 0 0; padding: 0 0 5px; text-transform: lowercase; }
.text-action:hover { border-color: var(--white); }
.collection-note { border-top: 1px solid var(--line); line-height: 1.7; margin: clamp(70px, 10vw, 120px) 0 0 auto; max-width: 375px; padding-top: 16px; }
.editorial { align-items: center; border-top: 1px solid var(--line-soft); display: grid; gap: clamp(44px, 9vw, 130px); grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); }
.editorial-art { aspect-ratio: 4 / 5; overflow: hidden; }
.editorial-art img { filter: contrast(1.28) grayscale(1); height: 100%; object-fit: cover; width: 100%; }
.editorial-copy p:not(.eyebrow) { color: var(--grey); font-size: 15px; line-height: 1.7; max-width: 480px; }
.editorial-copy p:nth-last-child(1) { color: var(--grey-soft); font-size: 11px; letter-spacing: .08em; }
.about { border-top: 1px solid var(--line-soft); }
.about-grid { display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-grid article { border-left: 1px solid var(--line); min-height: 270px; padding: 0 clamp(18px, 3vw, 40px); }
.about-grid article:first-child { border-left: 0; padding-left: 0; }
.about-grid h3 { color: var(--white); font-size: 13px; font-weight: 400; letter-spacing: -.02em; line-height: 1.2; margin: 0 0 22px; max-width: 170px; }
.about-grid p { color: var(--grey); font-size: 13px; line-height: 1.6; margin: 0; max-width: 250px; }
.closing { align-items: center; border-top: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 32px; min-height: 64vh; justify-content: center; text-align: center; }
.closing-mark { color: var(--white); font-size: 20px; font-weight: 400; letter-spacing: -.04em; margin: 0; opacity: .9; }
.closing p { color: var(--grey); font-size: 11px; letter-spacing: .24em; margin: 0; text-transform: lowercase; }
.site-footer { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 16px 30px; justify-content: space-between; padding: 28px clamp(20px, 4vw, 56px); }
.site-footer p { margin: 0; }
.site-footer .brand-mark { margin-right: auto; }

.cart-panel { background: var(--black-soft); border: 1px solid var(--line); color: var(--white); max-width: 520px; padding: clamp(22px, 4vw, 40px); width: min(100% - 28px, 520px); }
.cart-panel::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(6px); }
.cart-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 16px; }
.cart-header .eyebrow { margin: 0; }
.icon-button { background: transparent; border: 0; color: var(--white); font-size: 24px; line-height: 1; padding: 0 2px; }
.cart-item { align-items: flex-start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 25px 0; }
.cart-item > p { color: var(--grey); font-size: 13px; margin: 0; }
.cart-item .text-action { margin: 0; }
.is-hidden { display: none !important; }
fieldset { border: 0; margin: 0; padding: 26px 0 0; }
fieldset legend { margin-bottom: 24px; padding: 0; }
label, .color-field { display: block; margin-bottom: 22px; }
label > span, .color-field > span { display: block; margin-bottom: 9px; }
input, select { background: transparent; border: 1px solid var(--grey-soft); border-radius: 0; color: var(--white); min-height: 44px; padding: 0 12px; width: 100%; }
select option { background: var(--black); }
input:focus, select:focus, button:focus-visible, a:focus-visible { outline: 1px solid var(--white); outline-offset: 4px; }
.color-options { display: flex; gap: 18px; }
.color-options label { align-items: center; color: var(--grey); display: flex; font-size: 11px; gap: 7px; margin: 0; }
.color-options input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.swatch { border: 1px solid var(--grey-soft); border-radius: 50%; display: inline-block; height: 17px; width: 17px; }
.swatch.void { background: #050505; }
.swatch.ash { background: #e9e7e0; }
.swatch.fog { background: #929292; }
.color-options input:checked + .swatch { box-shadow: 0 0 0 3px var(--black-soft), 0 0 0 4px var(--white); }
.form-message { color: #e6c6c6; font-size: 11px; line-height: 1.5; min-height: 16px; margin: 0 0 16px; }
.cart-panel .button { width: 100%; }
.fine-print { line-height: 1.55; margin: 17px 0 0; }

@media (max-width: 700px) {
  .site-header { padding-top: 20px; }
  nav { gap: 15px; }
  nav a, .cart-trigger { font-size: 9px; letter-spacing: .16em; }
  .product-grid, .editorial, .about-grid { grid-template-columns: 1fr; }
  .product-grid { gap: 48px; }
  .editorial { gap: 42px; }
  .editorial-art { max-height: 570px; }
  .about-grid article, .about-grid article:first-child { border-left: 0; border-top: 1px solid var(--line); min-height: auto; padding: 30px 0; }
  .about-grid article:first-child { border-top: 0; padding-top: 0; }
  .site-footer { align-items: flex-start; flex-direction: column; padding-bottom: 38px; }
  .site-footer .brand-mark { margin: 0; }
}

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