:root {
  --ink: #080808;
  --paper: #f1f1ec;
  --acid: #c6ff00;
  --line: rgba(8, 8, 8, .2);
  --display: "Syne", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body { margin: 0; width: 100%; max-width: 100%; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.grain { position: fixed; inset: 0; opacity: .045; pointer-events: none; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3.2vw; position: absolute; inset: 0 0 auto; z-index: 10; color: white; border-bottom: 1px solid rgba(255,255,255,.3); }
.brand { font-family: var(--display); font-size: 1.1rem; font-weight: 800; letter-spacing: -.05em; }
.brand span { color: var(--acid); }
.site-header nav { display: flex; gap: 2.2rem; font-size: .84rem; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--acid); transition: right .25s; }
.site-header nav a:hover::after { right: 0; }
.header-cta { justify-self: end; font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.header-cta span { color: var(--acid); margin-left: .5rem; }
.menu-button { display: none; background: none; border: 0; padding: 10px 0 10px 15px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: 780px; height: 100svh; position: relative; color: white; overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center center; animation: heroIn 1.25s cubic-bezier(.22,.75,.26,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.28) 45%, rgba(0,0,0,.04) 75%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 38%); }
.hero-copy { position: absolute; z-index: 2; left: 6.2vw; top: 19%; width: min(700px, 66vw); }
.eyebrow { margin: 0 0 2rem; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.eyebrow span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: .7rem; border: 1px solid currentColor; border-radius: 50%; }
.eyebrow.dark { color: var(--ink); }
.hero h1, .section-heading h2, .radar h2, .newsletter h2 { font-family: var(--display); font-weight: 800; margin: 0; line-height: .78; letter-spacing: -.075em; }
.hero h1 { font-size: clamp(5.3rem, 12vw, 11rem); }
.hero h1 span { color: var(--acid); }
.hero-bottom { margin-top: 3.6rem; padding-top: 1rem; width: min(480px, 80%); border-top: 1px solid rgba(255,255,255,.6); display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.hero-bottom p { margin: 0; max-width: 330px; line-height: 1.5; font-size: 1.05rem; }
.round-link { width: 54px; height: 54px; border: 1px solid white; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; transition: .25s; }
.round-link:hover { background: var(--acid); color: var(--ink); border-color: var(--acid); transform: rotate(-35deg); }
.vertical-label { position: absolute; z-index: 2; right: 2.1vw; top: 50%; margin: 0; writing-mode: vertical-rl; font-size: .62rem; letter-spacing: .18em; }
@keyframes heroIn { from { transform: scale(1.06); filter: brightness(.6); } to { transform: scale(1); filter: brightness(1); } }

.ticker { overflow: hidden; border-bottom: 1px solid var(--ink); background: var(--acid); padding: 17px 0; }
.ticker-track { display: flex; gap: 2.2rem; align-items: center; width: max-content; animation: tick 25s linear infinite; font-family: var(--display); font-weight: 800; font-size: 1rem; }
.ticker i { font-style: normal; }
@keyframes tick { to { transform: translateX(-50%); } }

.trends-section { padding: 9rem 4vw 5rem; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 360px); align-items: end; gap: 3rem; padding-bottom: 4.5rem; }
.section-heading h2, .radar h2, .newsletter h2 { font-size: clamp(4.5rem, 9vw, 9rem); }
.section-intro { margin: 0 0 .5rem; line-height: 1.6; font-size: 1.05rem; }
.trend-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.trend-card { min-height: 630px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 1rem; display: flex; flex-direction: column; overflow: hidden; }
.card-art { height: 310px; position: relative; overflow: hidden; margin-bottom: 1.2rem; background: #d7d7d0; }
.card-meta { display: flex; justify-content: space-between; gap: 1rem; font-size: .62rem; font-weight: 700; letter-spacing: .08em; }
.trend-card h3 { font-family: var(--display); font-size: clamp(2rem, 3vw, 3.2rem); line-height: .94; letter-spacing: -.05em; margin: auto 0 1.3rem; }
.trend-card p { font-size: .86rem; line-height: 1.55; margin: 0; max-width: 90%; }
.card-tailoring .card-art { background: #b8b8b1; }
.shape { position: absolute; background: #181818; }
.shape-a { width: 46%; height: 76%; top: 9%; left: 27%; clip-path: polygon(17% 0, 83% 0, 100% 20%, 76% 35%, 68% 100%, 32% 100%, 24% 35%, 0 20%); }
.shape-b { width: 90%; height: 22%; top: 16%; left: 5%; clip-path: polygon(0 22%, 46% 0, 54% 0, 100% 22%, 86% 100%, 14% 100%); background: #444; }
.card-tech .card-art { background: #202327; }
.orb { position: absolute; width: 220px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #fff, #68717c 23%, #050505 62%); top: 40px; left: calc(50% - 110px); }
.seam { position: absolute; height: 1px; background: rgba(255,255,255,.6); width: 130%; left: -15%; transform-origin: left; }
.seam-a { top: 25%; transform: rotate(26deg); }.seam-b { bottom: 25%; transform: rotate(-26deg); }
.card-knit .card-art { background: #e9e8e0; }
.knit-lines { position: absolute; inset: 0; background: repeating-linear-gradient(100deg, transparent 0 8px, rgba(0,0,0,.22) 8px 10px), repeating-linear-gradient(10deg, #ccc9bf 0 8px, #f1efe7 8px 17px); transform: scale(1.2) rotate(8deg); }
.card-acid .card-art { background: var(--acid); }
.acid-ring { position: absolute; width: 220px; height: 220px; border: 40px solid var(--ink); border-radius: 50%; top: 45px; left: calc(50% - 110px); }
.acid-line { position: absolute; width: 140%; height: 25px; background: var(--ink); transform: rotate(-28deg); top: 48%; left: -20%; }

.radar { background: var(--ink); color: white; padding: 8rem 5vw; }
.radar-heading { display: grid; grid-template-columns: 220px 1fr; align-items: start; }
.radar h2 { text-align: right; color: var(--acid); }
.radar-controls { display: flex; gap: .7rem; flex-wrap: wrap; margin: 5rem 0 2.5rem; }
.filter { color: white; border: 1px solid #555; background: transparent; border-radius: 999px; padding: .75rem 1.25rem; cursor: pointer; transition: .2s; }
.filter:hover, .filter.active { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.radar-list { border-top: 1px solid #555; }
.radar-list article { display: grid; grid-template-columns: 80px 1.2fr 1fr 40px; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid #555; transition: opacity .25s, transform .25s; }
.radar-list article.hidden { display: none; }
.look-number { color: var(--acid); font-size: .75rem; }
.radar-list h3 { font-family: var(--display); font-size: clamp(1.3rem, 2.1vw, 2.2rem); letter-spacing: -.04em; margin: 0; }
.radar-list p { color: #aaa; margin: 0; max-width: 440px; line-height: 1.5; }
.look-arrow { font-size: 1.6rem; transition: .2s; }
.radar-list article:hover .look-arrow { color: var(--acid); transform: translate(4px,-4px); }

.manifest { position: relative; padding: 9rem 5vw; min-height: 650px; background: #b8b8b1; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.manifest::after { content: "N/U"; position: absolute; font-family: var(--display); font-weight: 800; font-size: 33vw; line-height: .7; letter-spacing: -.12em; right: -2vw; bottom: -4vw; color: rgba(255,255,255,.22); pointer-events: none; }
.manifest-index { font-size: .7rem; letter-spacing: .14em; z-index: 1; }
.manifest-copy { font-family: var(--display); font-size: clamp(3.2rem, 6.6vw, 7.6rem); font-weight: 800; line-height: .93; letter-spacing: -.06em; z-index: 1; margin: 5rem 0; }
.manifest-copy em { color: var(--acid); font-style: normal; -webkit-text-stroke: 2px var(--ink); }
.manifest-note { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; z-index: 1; }
.manifest-note p { max-width: 420px; line-height: 1.5; margin: 0; }
.manifest-note span { font-size: .68rem; letter-spacing: .12em; }

.newsletter { padding: 8rem 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.newsletter form label { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1rem; }
.input-row { display: flex; border-bottom: 2px solid var(--ink); }
.input-row input { border: 0; background: transparent; padding: 1rem 0; min-width: 0; flex: 1; font-size: 1.2rem; outline: none; }
.input-row input::placeholder { color: #777; }
.input-row button { border: 0; background: transparent; font-weight: 700; padding: 1rem .2rem 1rem 1rem; cursor: pointer; white-space: nowrap; }
.input-row button:hover span { color: #5a7500; }
.form-status { font-size: .75rem; color: #666; min-height: 1.4em; }
.form-status.success { color: #435800; font-weight: 700; }

footer { min-height: 100px; background: var(--ink); color: white; padding: 2rem 4vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: .75rem; }
footer p { text-transform: uppercase; letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .trend-grid { grid-template-columns: repeat(2, 1fr); }
  .trend-card { min-height: 560px; }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .site-header.open { position: fixed; background: var(--ink); height: auto; min-height: 250px; align-items: start; padding-top: 28px; }
  .site-header.open nav { display: flex; flex-direction: column; grid-column: 1 / -1; padding: 2rem 0; font-size: 1.35rem; }
  .radar-heading { grid-template-columns: 1fr; }
  .radar-heading { grid-template-columns: minmax(0, 1fr); }
  .radar-heading > *, .section-heading > *, .newsletter > * { min-width: 0; }
  .radar h2 { text-align: left; }
  .newsletter { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { padding-left: max(6vw, env(safe-area-inset-left)); padding-right: max(6vw, env(safe-area-inset-right)); }
  .hero { min-height: 680px; height: 100svh; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.08)), linear-gradient(0deg, rgba(0,0,0,.7), transparent 58%); }
  .hero-copy { left: max(6vw, env(safe-area-inset-left)); top: 20%; width: calc(100% - 12vw); max-width: none; }
  .hero h1 { max-width: 100%; font-size: clamp(1.8rem, 9vw, 4.4rem); line-height: .88; letter-spacing: -.055em; }
  .hero-bottom { margin-top: 2.5rem; width: 100%; gap: 1rem; }
  .hero-bottom p { font-size: .95rem; }
  .vertical-label { display: none; }
  .trends-section { padding: 6rem 4vw 4rem; }
  .section-heading { grid-template-columns: 1fr; padding-bottom: 3rem; }
  .section-heading h2 { max-width: 100%; font-size: clamp(3rem, 14vw, 5.2rem); line-height: .84; }
  .newsletter h2 { max-width: 100%; font-size: clamp(2.8rem, 12vw, 5rem); line-height: .86; }
  .radar h2 { max-width: 100%; font-size: clamp(2rem, 10.2vw, 4rem); line-height: .88; }
  .trend-grid { grid-template-columns: 1fr; }
  .trend-card { min-height: 560px; }
  .card-art { height: 320px; }
  .radar { padding: 6rem max(5vw, env(safe-area-inset-right)) 6rem max(5vw, env(safe-area-inset-left)); }
  .radar-heading, .radar-heading > * { width: 100%; max-width: 100%; }
  .radar-list article { grid-template-columns: 35px 1fr 25px; gap: 1rem; }
  .radar-list p { grid-column: 2 / 4; }
  .radar-list h3 { overflow-wrap: anywhere; }
  .manifest { min-height: 590px; padding: 6rem 5vw; }
  .manifest-copy { font-size: clamp(1.7rem, 8.5vw, 3.9rem); line-height: 1; }
  .manifest-note { flex-direction: column; align-items: flex-start; }
  .newsletter { padding: 6rem 5vw; }
  .input-row { flex-direction: column; }
  .input-row button { align-self: flex-start; padding-left: 0; }
  footer { flex-direction: column; align-items: flex-start; }
}

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