@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --black: #0b0b0b;
  --ink: #151515;
  --paper: #ede9e1;
  --muted: #9e9b94;
  --line: rgba(237, 233, 225, 0.2);
  --accent: #c8ff38;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.site-header {
  align-items: center; display: flex; justify-content: space-between; left: 0; padding: 1.5rem 3.5rem;
  position: absolute; right: 0; top: 0; z-index: 5;
}
.sound-toggle { align-items: center; background: rgba(11,11,11,.74); border: 1px solid rgba(237,233,225,.35); border-radius: 2rem; bottom: 1.5rem; color: var(--paper); display: flex; font-family: var(--mono); font-size: .6rem; gap: .6rem; letter-spacing: .08em; padding: .7rem .95rem; position: fixed; right: 1.5rem; text-transform: uppercase; transition: border-color .2s, color .2s; z-index: 10; }
.sound-toggle:hover, .sound-toggle[aria-pressed="true"] { border-color: var(--accent); color: var(--accent); }
.sound-dot { background: var(--muted); border-radius: 50%; height: .42rem; width: .42rem; }
.sound-toggle[aria-pressed="true"] .sound-dot { animation: pulse 1.2s ease-in-out infinite; background: var(--accent); }
@keyframes pulse { 50% { box-shadow: 0 0 0 .25rem rgba(200,255,56,.12); } }
.wordmark { font-size: .9rem; font-weight: 700; letter-spacing: -.04em; }
.wordmark span { color: var(--muted); font-weight: 400; }
.site-nav { display: flex; gap: 2.5rem; margin-left: 5rem; }
.site-nav a, .header-cta, .scroll-note, .eyebrow, .section-label, .product-type, .form-note {
  font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase;
}
.site-nav a { color: var(--muted); transition: color .2s; }
.site-nav a:hover, .text-link:hover { color: var(--accent); }
.header-cta { border-bottom: 1px solid var(--paper); padding-bottom: .35rem; }
.header-cta span, .text-link span, .buy-button span { color: var(--accent); margin-left: .55rem; }

.hero { min-height: 100svh; overflow: hidden; position: relative; }
.hero-video, .hero-shade { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-video { filter: saturate(.55) contrast(1.12); }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.65), rgba(0,0,0,.05) 75%), linear-gradient(0deg, rgba(0,0,0,.74), transparent 50%); }
.hero-content { display: flex; flex-direction: column; height: 100svh; justify-content: center; padding: 7rem 9vw 4.5rem; position: relative; z-index: 1; }
.eyebrow { color: var(--accent); margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.07em; }
h1 { font-size: clamp(5rem, 14vw, 13rem); line-height: .8; margin: 1.8rem 0 3rem; max-width: 9ch; }
h1 em, h2 em { color: var(--accent); font-style: italic; }
.hero-bottomline { align-items: end; display: flex; justify-content: space-between; max-width: 39rem; }
.hero-copy, .body-copy, .section-intro { color: var(--muted); font-size: .9rem; line-height: 1.7; }
.hero-copy { margin: 0; }
.circle-link { align-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); display: flex; font-size: 1.4rem; height: 3.7rem; justify-content: center; transition: background .2s, color .2s; width: 3.7rem; }
.circle-link:hover { background: var(--accent); color: var(--black); }
.scroll-note { bottom: 2.5rem; color: var(--muted); left: 3.5rem; position: absolute; z-index: 1; }
.scroll-note span { color: var(--paper); margin-left: .5rem; }

.section { padding: 9rem 9vw; }
.section-label { border-top: 1px solid var(--line); color: var(--muted); display: flex; gap: 1.5rem; padding-top: 1rem; }
.section-label span:first-child { color: var(--accent); }
.manifesto { background: var(--black); clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%); color: var(--paper); display: grid; gap: 4rem; grid-template-columns: 1fr 2fr 1fr; margin-top: -10vh; min-height: 87vh; overflow: hidden; padding-top: calc(9rem + 10vh); position: relative; z-index: 2; }
.manifesto-video, .manifesto-shade { height: 100%; inset: 0; position: absolute; width: 100%; }
.manifesto-video { filter: saturate(.55) contrast(1.1); object-fit: cover; opacity: .32; transform: scale(1.08); transition: opacity 1.2s ease, transform 2s cubic-bezier(.2,.7,.2,1); }
.manifesto-shade { background: linear-gradient(90deg, rgba(11,11,11,.9), rgba(11,11,11,.54) 58%, rgba(11,11,11,.38)), linear-gradient(0deg, rgba(11,11,11,.8), transparent 60%); }
.manifesto > *:not(.manifesto-video):not(.manifesto-shade) { position: relative; z-index: 1; }
.manifesto .section-label { border-color: var(--line); }
.manifesto .section-label span:last-child { color: var(--muted); }
.manifesto-copy { align-self: center; max-width: 42rem; }
h2 { font-size: clamp(3.5rem, 8vw, 8rem); line-height: .86; margin: 1.7rem 0 2.5rem; }
.manifesto h2 em { color: var(--accent); }
.body-copy { max-width: 25rem; }
.manifesto .body-copy { color: var(--muted); }
.text-link { border-bottom: 1px solid currentColor; display: inline-block; font-family: var(--mono); font-size: .7rem; margin-top: 1.7rem; padding-bottom: .5rem; text-transform: uppercase; }
.manifesto-mark { align-self: center; color: rgba(237,233,225,.18); font-family: var(--serif); font-size: clamp(5rem, 15vw, 15rem); letter-spacing: -.15em; text-align: center; }
.manifesto-mark span { color: #c8ff38; font-family: var(--sans); font-size: .3em; vertical-align: top; }

.shop { background: var(--black); clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%); margin-top: -10vh; overflow: hidden; padding-top: calc(9rem + 10vh); position: relative; z-index: 3; }
.shop-video, .shop-shade { height: 100%; inset: 0; position: absolute; width: 100%; }
.shop-video { filter: saturate(.45) contrast(1.08); object-fit: cover; opacity: .28; transform: scale(1.08); transition: opacity 1.2s ease, transform 2s cubic-bezier(.2,.7,.2,1); }
.shop-shade { background: linear-gradient(90deg, rgba(11,11,11,.93), rgba(11,11,11,.7) 55%, rgba(11,11,11,.76)), linear-gradient(0deg, rgba(11,11,11,.8), transparent 65%); }
.shop > *:not(.shop-video):not(.shop-shade) { position: relative; z-index: 1; }
.manifesto::before, .shop::before { background: linear-gradient(90deg, transparent, rgba(200,255,56,.7) 50%, transparent); content: ''; height: 1px; left: 8vw; opacity: .75; position: absolute; right: 8vw; top: 5%; z-index: 2; }
.video-section.video-active .manifesto-video, .video-section.video-active .shop-video { opacity: .58; }
.video-section .section-label, .video-section .manifesto-copy, .video-section .section-heading, .video-section .product-grid { opacity: .72; transform: translateY(1.25rem); transition: opacity .9s ease, transform 1.1s cubic-bezier(.2,.7,.2,1); }
.video-section.video-active .section-label, .video-section.video-active .manifesto-copy, .video-section.video-active .section-heading, .video-section.video-active .product-grid { opacity: 1; transform: translateY(0); }

@supports (animation-timeline: view()) {
  .video-section .manifesto-video, .video-section .shop-video { animation: film-drift linear both; animation-range: entry 0% exit 100%; animation-timeline: view(); }
  @keyframes film-drift {
    from { transform: scale(1.16) translate3d(0, -2%, 0); }
    to { transform: scale(1) translate3d(0, 3%, 0); }
  }
}
.section-heading { align-items: end; display: flex; gap: 3rem; justify-content: space-between; margin-bottom: 4.5rem; }
.section-heading h2 { margin-bottom: 0; }
.section-intro { margin-bottom: .6rem; max-width: 19rem; }
.product-grid { display: grid; gap: 1.2rem; grid-template-columns: 1.45fr 1fr 1fr; }
.product-card { min-width: 0; }
.product-art { align-items: center; aspect-ratio: 1 / 1.15; display: flex; justify-content: center; overflow: hidden; position: relative; }
.product-art::after { border: 1px solid rgba(237,233,225,.35); content: ''; inset: 1rem; position: absolute; }
.product-art--tee { background: #45483b; }
.product-art--tee span { color: var(--paper); font-family: var(--mono); font-size: clamp(.7rem, 1.2vw, 1rem); letter-spacing: .2em; line-height: 1.5; text-align: center; }
.product-art--hoodie { background: #202224; }
.product-art--hoodie span, .product-art--cap span { color: var(--accent); font-family: var(--serif); font-size: clamp(7rem, 15vw, 13rem); font-style: italic; line-height: 1; }
.product-art--cap { background: #735e49; }
.product-meta { align-items: start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 1.2rem 0 1rem; }
.product-type { color: var(--accent); margin-bottom: .5rem; }
h3 { font-size: 1rem; font-weight: 500; margin: 0; }
.product-price { color: var(--muted); font-family: var(--mono); font-size: .8rem; }
.buy-button { background: transparent; border: 0; color: var(--paper); font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; padding: 1.1rem 0; text-align: left; text-transform: uppercase; width: 100%; }
.buy-button:hover { color: var(--accent); }
.shop-status { color: var(--accent); font-family: var(--mono); font-size: .65rem; min-height: 1rem; padding-top: 1.7rem; text-transform: uppercase; }

.site-footer { align-items: center; color: var(--muted); display: flex; font-family: var(--mono); font-size: .6rem; justify-content: space-between; padding: 2rem 3.5rem; text-transform: uppercase; }
.site-footer .wordmark { color: var(--paper); font-family: var(--sans); font-size: .9rem; text-transform: none; }
.footer-email { color: var(--paper); text-transform: none; transition: color .2s; }
.footer-email:hover { color: var(--accent); }
.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0,0,0,0); }

@media (max-width: 800px) {
  .site-header { padding: 1.3rem 1.3rem; }
  .site-nav { display: none; }
  .header-cta { font-size: .55rem; }
  .hero-content { padding: 7rem 1.3rem 4rem; }
  h1 { font-size: clamp(5rem, 22vw, 9rem); }
  .scroll-note { bottom: 1.5rem; left: 1.3rem; }
  .section { padding: 6rem 1.3rem; }
  .manifesto { clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%); display: block; margin-top: -5vh; min-height: 88vh; padding-top: calc(6rem + 5vh); }
  .manifesto-copy { margin: 5rem 0 3rem; }
  .manifesto-mark { display: none; }
  .section-heading { align-items: start; display: block; }
  .section-intro { margin-top: 2.5rem; }
  .shop { clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%); margin-top: -5vh; padding-top: calc(6rem + 5vh); }
  .manifesto::before, .shop::before { left: 1.3rem; right: 1.3rem; top: 2.5%; }
  .video-section .section-label, .video-section .manifesto-copy, .video-section .section-heading, .video-section .product-grid { transform: translateY(.75rem); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card--wide { grid-column: 1 / -1; }
  .site-footer { align-items: start; flex-direction: column; gap: 1rem; padding: 2rem 1.3rem; }
  .sound-toggle { bottom: 1rem; right: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video, .manifesto-video, .shop-video { display: none; }
  .manifesto, .shop { clip-path: none; }
}
