:root {
  --ink: #121a1f;
  --paper: #f4f1e9;
  --white: #fffdf7;
  --cobalt: #4bebfd;
  --navy: #15283f;
  --forest: #1c3a31;
  --line: rgba(18, 26, 31, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 84px;
  padding: 10px max(22px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: rgba(22, 25, 28, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 10px 45px rgba(8, 16, 21, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand-lockup { display: flex; align-items: center; gap: 9px; }
.brand-lockup img { width: 45px; height: 38px; object-fit: contain; }
.brand-lockup span {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 18px;
  letter-spacing: .12em;
  font-weight: 400;
}
.brand-lockup b { color: var(--cobalt); font-weight: inherit; }
.site-header .brand-lockup span { color: white; }
.site-header .brand-lockup b { color: var(--cobalt); }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.nav-cta {
  padding: 17px 21px;
  color: var(--white) !important;
  background: rgba(15, 18, 21, 0.42);
  border: 1px solid rgba(255,255,255,.2);
}
.site-header nav a:hover { opacity: .65; }

.hero {
  position: relative;
  min-height: 1057px;
  padding: 84px 0 70px;
  overflow: hidden;
  background: #171f24;
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 700;
}
.hero-kicker span { width: 34px; height: 2px; background: var(--cobalt); }
.hero-copy {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  width: min(1180px, calc(100% - 48px));
  color: white;
  pointer-events: none;
}
.coming-pill {
  margin: 30px 0 22px;
  width: fit-content;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1, .manifesto h2, .collection h2, .detail-copy h2, .notify h2 {
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: .83;
}
.hero h1 {
  max-width: 900px;
  font-size: clamp(90px, 11vw, 168px);
  white-space: normal;
  text-shadow: 0 4px 40px rgba(0,0,0,.35);
}
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em, .notify h2 em { color: var(--cobalt); font-style: normal; }
.hero-bottom { margin-top: 34px; display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.hero-deck { margin: 0; max-width: 430px; font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.82); }
.hero-link {
  display: flex; justify-content: space-between; align-items: center;
  width: 310px; max-width: 100%; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.75);
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em;
  pointer-events: auto;
}
.hero-link span { font-size: 20px; color: var(--cobalt); transition: transform .25s; }
.hero-link:hover span { transform: translate(4px, 4px); }
.graffiti {
  position: absolute;
  font-family: "Brush Script MT", cursive;
  font-size: clamp(120px, 20vw, 320px);
  font-weight: 900;
  font-style: italic;
  opacity: .045;
  transform: rotate(-7deg);
  pointer-events: none;
  user-select: none;
}
.graffiti-one { z-index: 6; top: 70px; right: -40px; color: white; opacity: .09; }

.hero-slider { position: relative; z-index: 3; width: 100%; height: 903px; overflow: hidden; background: #222b31; }
.slider-track {
  width: max-content;
  display: flex;
  gap: 18px;
  padding: 0 7px;
  animation: sliderMove 52s linear infinite;
  will-change: transform;
}
.hero-slider:hover .slider-track { animation-play-state: paused; }
.slide {
  position: relative;
  flex: 0 0 min(76vw, 1050px);
  height: 903px;
  overflow: hidden;
  background: #252d32;
}
.slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.slide:hover img { transform: scale(1.025); }
.slide-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,12,16,.7) 0%, rgba(7,12,16,.28) 58%, rgba(7,12,16,.12) 100%),
    linear-gradient(180deg, rgba(4,9,12,.15), rgba(4,9,12,.18) 55%, rgba(4,9,12,.75));
}
.slide-meta {
  position: absolute; inset: auto 24px 22px; display: flex; align-items: end; justify-content: space-between;
  color: white; text-transform: uppercase;
}
.slide-meta span { font-size: 10px; letter-spacing: .18em; }
.slide-meta strong { font-family: Impact, sans-serif; font-size: 31px; letter-spacing: .05em; font-weight: 400; }
@keyframes sliderMove { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 9px)); } }
.hero-marquee {
  position: absolute; bottom: 0; left: 0; width: max-content; display: flex;
  color: rgba(255,255,255,.16); font-family: Impact, sans-serif; font-size: 76px; line-height: 1; white-space: nowrap;
  animation: marquee 24s linear infinite;
}
@keyframes marquee { to { transform: translateX(-50%); } }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-number { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.manifesto {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: min(1422px, calc(100% - 48px));
  min-height: 820px;
  padding: 120px 0 130px;
  display: grid;
  grid-template-columns: 624px minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}
.manifesto::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc((100vw - 100%) / -2);
  bottom: 0;
  left: 32%;
  content: "";
  background: linear-gradient(
    90deg,
    var(--paper) 0%,
    rgba(244,241,233,.96) 12%,
    rgba(244,241,233,.72) 36%,
    rgba(244,241,233,.22) 67%,
    rgba(244,241,233,0) 88%
  );
  pointer-events: none;
}
.manifesto-parallax {
  position: absolute;
  z-index: 0;
  top: 0;
  right: calc((100vw - 100%) / -2);
  bottom: 0;
  left: 32%;
  background-image: url("assets/skate-action.jpg");
  background-repeat: no-repeat;
  background-size: auto 820px;
  background-position: right center;
  background-attachment: fixed;
  opacity: .9;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.38) 23%, #000 54%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.38) 23%, #000 54%);
}
.manifesto-figure {
  position: relative;
  z-index: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
  min-height: 590px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.manifesto-figure .section-number { position: absolute; top: 0; left: 0; z-index: 2; }
.manifesto-figure img {
  width: 624px;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 22px rgba(18,26,31,.12));
}
.manifesto-heading { position: relative; z-index: 2; }
.manifesto h2 { position: relative; z-index: 2; font-size: clamp(76px, 8vw, 120px); }
.manifesto h2 i { color: var(--cobalt); font-style: oblique; -webkit-text-stroke: 2px #000000; }
.brush-circle {
  position: absolute; left: 50%; top: 43%; width: 380px; height: 180px;
  border: 15px solid rgba(75,235,253,.18); border-left-width: 5px; border-radius: 50%;
  transform: translate(-50%,-50%) rotate(-8deg); filter: blur(.2px);
}
.manifesto-copy { position: relative; z-index: 2; max-width: 520px; padding-top: 0; }
.manifesto-copy p { margin: 0 0 25px; font-size: 16px; line-height: 1.7; color: #303b42; text-shadow: 0 1px 12px rgba(244,241,233,.8); }

.collection { padding: 120px 0 140px; border-top: 1px solid var(--line); }
.section-topline { display: flex; justify-content: space-between; align-items: center; }
.section-topline > p:last-child { margin: 0; color: #687177; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.collection > h2 { margin: 60px 0 70px; font-size: clamp(80px, 10vw, 150px); }
.collection > h2 span { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.collection-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: start; }
.collection-card { position: relative; }
.navy-card { grid-column: 1 / span 7; }
.green-card { grid-column: 8 / span 5; margin-top: 140px; }
.core-card {
  grid-column: 1 / -1;
  width: 1422px;
  max-width: calc(100vw - 18px);
  margin-top: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.skate-card {
  grid-column: 1 / -1;
  width: 1422px;
  max-width: calc(100vw - 18px);
  margin-top: 30px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.collection-image { position: relative; overflow: hidden; background: #d8d8d1; }
.collection-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.28); pointer-events: none; }
.collection-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.collection-card:hover img { transform: scale(1.025); }
.navy-card .collection-image { aspect-ratio: 16 / 10; }
.green-card .collection-image { aspect-ratio: 4 / 5; }
.core-card .collection-image { aspect-ratio: 16 / 9; }
.skate-card .collection-image { aspect-ratio: 16 / 9; }
.collection-info { padding: 18px 0 38px; display: grid; grid-template-columns: 90px 1fr; gap: 12px 18px; border-top: 3px solid var(--ink); }
.collection-info span { grid-row: span 2; padding-top: 5px; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.collection-info h3 { margin: 0; font-family: Impact, sans-serif; font-size: 36px; font-weight: 400; text-transform: uppercase; letter-spacing: .035em; }
.collection-info p { margin: 0; max-width: 420px; color: #596269; font-size: 13px; line-height: 1.55; }

.detail-band {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: stretch;
  background: #dfe2dc;
  overflow: hidden;
}
.detail-image { position: relative; min-height: 760px; overflow: hidden; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 30%; mix-blend-mode: multiply; }
.detail-copy { padding: 105px clamp(40px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.detail-copy h2 { margin: 45px 0 35px; font-size: clamp(70px, 7vw, 112px); }
.detail-copy > p:not(.section-number) { max-width: 470px; color: #4f5a58; font-size: 15px; line-height: 1.7; }
.detail-tags { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 8px; }
.detail-tags span { padding: 10px 13px; border: 1px solid #73817d; border-radius: 99px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.detail-art { visibility: hidden; position: absolute; z-index: 3; left: 45%; top: 74px; color: var(--cobalt); transform: rotate(-8deg); pointer-events: none; }
.detail-art span { display: block; font-family: Impact, sans-serif; font-size: 132px; line-height: .7; opacity: .9; }
.detail-art b { font-family: "Brush Script MT", cursive; font-size: 34px; white-space: nowrap; }

.notify {
  position: relative;
  min-height: 780px;
  padding: 65px max(24px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-rows: auto auto auto auto;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 28%, rgba(75,235,253,.28), transparent 22%),
    linear-gradient(120deg, #17283f 0%, #193a32 100%);
  overflow: hidden;
}
.brand-lockup-light { position: relative; z-index: 2; width: fit-content; }
.brand-lockup-light img { filter: none; }
.brand-lockup-light b { color: var(--cobalt); }
.notify-copy { position: relative; z-index: 3; align-self: center; margin: 80px 0 60px; padding-right: min(36vw, 520px); }
.notify-copy h2 { margin: 34px 0 25px; max-width: 780px; font-size: clamp(84px, 10vw, 150px); }
.notify-copy > p:not(.section-number) { color: rgba(255,255,255,.66); }
.notify form { margin-top: 40px; width: min(680px, 100%); display: flex; border-bottom: 1px solid rgba(255,255,255,.5); }
.notify input { flex: 1; min-width: 0; padding: 20px 0; color: white; background: transparent; border: 0; outline: 0; font-size: 11px; letter-spacing: .16em; }
.notify input::placeholder { color: rgba(255,255,255,.65); }
.notify button { padding: 15px 0 15px 25px; color: white; background: none; border: 0; cursor: pointer; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.notify button span { color: var(--cobalt); margin-left: 10px; }
.success-message { margin-top: 38px; padding: 20px 0; width: min(680px,100%); border-top: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; }
.notify-cap {
  position: absolute;
  z-index: 2;
  right: max(28px, calc((100% - 1320px) / 2));
  top: 250px;
  width: min(34vw, 490px);
  height: auto;
  transform: rotate(4deg);
  filter: drop-shadow(0 28px 30px rgba(0,0,0,.35));
  pointer-events: none;
}
.spray-word {
  position: absolute; right: -3vw; top: 40px; font-family: "Brush Script MT", cursive; font-weight: 900;
  font-size: clamp(200px, 30vw, 480px); line-height: 1; color: transparent; -webkit-text-stroke: 3px rgba(255,255,255,.055);
  transform: rotate(-9deg); user-select: none;
}
.photo-gallery {
  position: relative;
  z-index: 3;
  margin: 70px 0 90px;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.22);
}
.gallery-heading {
  margin-bottom: 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.gallery-heading h3 {
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.015em;
  text-transform: uppercase;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  align-items: end;
}
.gallery-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  isolation: isolate;
}
.gallery-shot-1 { grid-column: 1 / span 3; aspect-ratio: 4 / 5; }
.gallery-shot-2 { grid-column: 4 / span 4; aspect-ratio: 4 / 5; transform: translateY(-26px); }
.gallery-shot-3 { grid-column: 8 / span 2; aspect-ratio: 3 / 5; }
.gallery-shot-4 { grid-column: 10 / span 3; aspect-ratio: 4 / 5; transform: translateY(-52px); }
.gallery-shot-5 { grid-column: 1 / span 5; aspect-ratio: 16 / 10; margin-top: 18px; }
.gallery-shot-6 { grid-column: 6 / span 7; aspect-ratio: 16 / 9; margin-top: 18px; transform: translateY(-28px); }
.gallery-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .8s ease;
}
.gallery-shot::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(5,11,15,.82));
  pointer-events: none;
}
.gallery-shot:hover img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-shot figcaption {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: white;
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.gallery-shot figcaption span { color: var(--cobalt); font-weight: 800; }
.gallery-shot figcaption b { font-weight: 800; text-align: right; }
.notify footer { position: relative; z-index: 3; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.notify footer a { color: white; }

@media (max-width: 1200px) {
  .manifesto {
    width: min(1180px, calc(100% - 48px));
    grid-template-columns: minmax(390px, .9fr) 1.1fr;
    gap: 48px;
  }
  .manifesto-figure img { width: 100%; max-width: 624px; }
}

@media (max-width: 900px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 914px; }
  .hero-slider, .slide { height: 760px; }
  .hero-copy { transform: translate(-50%, -46%); }
  .hero h1 { font-size: clamp(76px, 17vw, 128px); }
  .hero-bottom { align-items: start; flex-direction: column; gap: 24px; }
  .hero-deck { max-width: 520px; }
  .slide { flex-basis: 88vw; }
  .manifesto { grid-template-columns: minmax(220px,.8fr) 1.2fr; min-height: auto; gap: 38px; }
  .manifesto-figure { grid-row: 1 / span 2; min-height: 560px; }
  .manifesto-figure img { max-height: 560px; }
  .manifesto-copy { padding-top: 0; max-width: 650px; }
  .collection-grid { grid-template-columns: 1fr; }
  .navy-card, .green-card, .core-card, .skate-card { grid-column: auto; margin-top: 0; }
  .core-card, .skate-card { width: 100%; max-width: none; margin-left: 0; transform: none; }
  .green-card .collection-image { aspect-ratio: 16 / 10; }
  .detail-band { grid-template-columns: 1fr; }
  .detail-image { min-height: 560px; }
  .detail-art { left: auto; right: 20px; top: 30px; }
  .notify-copy { padding-right: 250px; }
  .notify-cap { top: 280px; width: 310px; right: 8px; }
  .photo-gallery { margin-top: 50px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .gallery-shot-1, .gallery-shot-2, .gallery-shot-3, .gallery-shot-4, .gallery-shot-5, .gallery-shot-6 {
    grid-column: auto;
    aspect-ratio: 4 / 5;
    transform: none;
  }
}

@media (max-width: 560px) {
  .site-header { min-height: 72px; padding: 8px 12px; }
  .brand-lockup img { width: 37px; height: 32px; }
  .brand-lockup span { font-size: 14px; }
  .nav-cta { padding: 14px 15px; }
  .hero { padding-top: 72px; min-height: 730px; }
  .hero-copy, .section-shell { width: calc(100% - 28px); }
  .hero-copy { top: 48%; transform: translate(-50%, -48%); }
  .hero-kicker { font-size: 9px; }
  .coming-pill { margin: 22px 0 18px; }
  .hero h1 { font-size: 68px; }
  .hero-deck { font-size: 14px; }
  .hero-bottom { margin-top: 25px; }
  .hero-link { width: 260px; }
  .hero-slider, .slide { height: 590px; }
  .slide { flex-basis: 94vw; }
  .slide-meta strong { font-size: 24px; }
  .hero-marquee { font-size: 48px; }
  .manifesto { padding: 90px 0; grid-template-columns: 1fr; }
  .manifesto::after { left: 0; background: rgba(244,241,233,.84); }
  .manifesto-parallax {
    left: 0;
    background-attachment: scroll;
    background-size: auto 100%;
    background-position: right center;
    opacity: .34;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .manifesto-figure { grid-row: auto; min-height: 460px; order: 2; }
  .manifesto-figure .section-number { top: 10px; }
  .manifesto-heading { order: 1; }
  .manifesto-copy { order: 3; }
  .manifesto h2, .collection > h2, .detail-copy h2 { font-size: 66px; }
  .brush-circle { width: 280px; height: 130px; }
  .collection { padding: 90px 0; }
  .section-topline > p:last-child { display: none; }
  .collection > h2 { margin: 45px 0 55px; }
  .collection-info { grid-template-columns: 70px 1fr; }
  .collection-info h3 { font-size: 29px; }
  .detail-image { min-height: 390px; }
  .detail-copy { padding: 75px 24px 90px; }
  .detail-art span { font-size: 80px; }
  .detail-art b { font-size: 24px; }
  .notify { min-height: 790px; padding: 45px 20px; }
  .notify-copy { padding-right: 0; margin-bottom: 210px; }
  .notify-copy h2 { font-size: 72px; }
  .notify-cap { top: 500px; bottom: auto; right: 10px; width: 205px; transform: rotate(4deg); }
  .notify form { display: block; }
  .notify input { width: 100%; }
  .notify button { width: 100%; text-align: left; padding-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .photo-gallery { margin: 20px 0 65px; padding-top: 28px; }
  .gallery-heading { align-items: start; flex-direction: column; margin-bottom: 22px; }
  .gallery-heading h3 { font-size: 52px; }
  .gallery-grid { gap: 8px; }
  .gallery-shot figcaption { right: 9px; bottom: 10px; left: 9px; font-size: 8px; }
  .gallery-shot figcaption span { display: none; }
  .notify footer { gap: 15px; flex-wrap: wrap; }
  .notify footer span:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .slider-track, .hero-marquee { animation: none; }
}
