:root {
  --bg: #121212;
  --panel: #1d1d1d;
  --text: #f5f4ef;
  --muted: #b8b8b3;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #d1ff18;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.45;
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
}

.shell {
  width: min(1280px, calc(100vw - 32px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 2000;
  background: var(--accent);
  color: #111;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 18px 0;
}

.header-shell {
  width: min(1280px, calc(100vw - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(20, 20, 20, 0.72);
  backdrop-filter: blur(18px);
}

.brand-mark img {
  width: 116px;
  height: auto;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #111;
  padding: 10px 14px;
  cursor: pointer;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.78);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  background: var(--accent);
  color: #111 !important;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: clip;
  background: #0f0f10;
}

.hero-media,
.hero-poster,
.hero-poster img,
.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-poster img,
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.18) 0%, rgba(8, 8, 8, 0.78) 72%, rgba(8, 8, 8, 0.92) 100%),
    linear-gradient(90deg, rgba(8, 8, 8, 0.5) 0%, rgba(8, 8, 8, 0.12) 45%, rgba(8, 8, 8, 0.48) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 180px 0 180px;
}

.eyebrow,
.chip {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
}

.hero h1,
.section h2,
.feature-copy h3,
.showcase-details h3,
.about-copy h2 {
  margin: 0;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(52px, 6.5vw, 92px);
  line-height: 0.94;
}

.hero-copy {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.hero-actions,
.story-actions,
.showcase-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.button-primary {
  background: var(--accent);
  color: #111;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.text-link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.hero-rail {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding-bottom: 24px;
}

.rail-item {
  display: grid;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(18, 18, 18, 0.62);
  backdrop-filter: blur(14px);
}

.rail-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
}

.rail-item span {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.ticker-band {
  background: #171717;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ticker-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section {
  padding: 96px 0;
}

.section-dark {
  background: var(--bg);
}

.section-light {
  background: #f0ede5;
  color: #111;
}

.section-light .eyebrow,
.section-light .chip {
  color: #111;
}

.section-head,
.split-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: end;
}

.section h2 {
  max-width: 760px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.section-copy {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.section-light .section-copy {
  color: rgba(17, 17, 17, 0.72);
}

.feature-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.feature-copy h3 {
  max-width: 460px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
}

.feature-copy p:not(.chip) {
  max-width: 480px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.feature-media {
  position: relative;
  min-height: 720px;
}

.feature-main,
.feature-float {
  position: absolute;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-main {
  inset: 0 90px 0 0;
  width: calc(100% - 90px);
  height: 100%;
}

.feature-float {
  right: 0;
  width: 260px;
  height: 320px;
}

.feature-float-top {
  top: 42px;
}

.feature-float-bottom {
  bottom: 42px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.collection-tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #d9d4ca;
  color: #fff;
}

.collection-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.08) 12%, rgba(17, 17, 17, 0.76) 100%);
}

.collection-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.collection-tile:hover img {
  transform: scale(1.04);
}

.collection-tile span,
.collection-tile strong {
  position: relative;
  z-index: 1;
  margin-left: 18px;
}

.collection-kicker {
  margin-bottom: 42px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.collection-tile strong {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1;
}

.showcase-head {
  align-items: start;
}

.showcase-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 36px;
}

.showcase-stage,
.showcase-details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.showcase-stage {
  min-height: 720px;
  overflow: hidden;
}

.showcase-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-details {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.showcase-details h3 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.96;
}

.showcase-meta {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.showcase-description {
  margin: 18px 0 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.price-tag {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}

.showcase-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: 28px;
}

.showcase-thumb {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #262626;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
  cursor: pointer;
}

.showcase-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
}

.showcase-thumb span {
  font-size: 12px;
  font-weight: 700;
}

.showcase-thumb.is-active {
  border-color: rgba(209, 255, 24, 0.55);
  background: #2b2f1f;
  color: #fff;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.lookbook-grid img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border-radius: 8px;
  object-fit: cover;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: start;
}

.about-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.about-stack {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
}

.about-stack img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.about-stack img:first-child {
  grid-row: span 2;
  min-height: 720px;
}

.site-footer {
  position: relative;
  overflow: clip;
  background: #0e0e0f;
}

.footer-art {
  position: absolute;
  inset: 0;
  opacity: 0.18;
}

.footer-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 96px 0;
}

.footer-logo {
  width: 180px;
  height: auto;
  object-fit: contain;
}

.footer-copy {
  max-width: 520px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.footer-links {
  display: grid;
  gap: 12px;
  justify-items: start;
  align-content: start;
}

@media (max-width: 1100px) {
  .hero-rail,
  .collection-grid,
  .showcase-thumbs,
  .section-head,
  .split-intro,
  .feature-story,
  .showcase-panel,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .feature-media {
    min-height: 560px;
  }

  .feature-main {
    inset: 0 70px 0 0;
    width: calc(100% - 70px);
  }

  .feature-float {
    width: 220px;
    height: 260px;
  }

  .showcase-stage {
    min-height: 560px;
  }

  .about-stack img:first-child {
    min-height: 560px;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding-top: 14px;
  }

  .header-shell {
    position: relative;
    align-items: center;
    min-height: 72px;
  }

  .brand-mark img {
    width: 92px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    grid-auto-flow: row;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(18, 18, 18, 0.96);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
  }

  .hero-content {
    padding: 150px 0 132px;
  }

  .hero h1 {
    max-width: 340px;
    font-size: 54px;
    line-height: 0.96;
  }

  .hero-copy,
  .section-copy,
  .feature-copy p:not(.chip),
  .showcase-description,
  .about-copy p:not(.eyebrow) {
    font-size: 15px;
  }

  .hero-rail,
  .ticker-row,
  .collection-grid,
  .lookbook-grid,
  .showcase-thumbs,
  .footer-content,
  .about-stack {
    grid-template-columns: 1fr;
  }

  .rail-item {
    grid-template-columns: 68px 1fr;
    align-items: center;
  }

  .rail-item img {
    width: 68px;
    aspect-ratio: 1 / 1;
  }

  .ticker-row {
    gap: 8px;
    font-size: 11px;
  }

  .section {
    padding: 72px 0;
  }

  .feature-media {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .feature-main,
  .feature-float {
    position: static;
    width: 100%;
    height: auto;
  }

  .feature-main {
    aspect-ratio: 1 / 1.18;
  }

  .feature-float {
    aspect-ratio: 4 / 5;
  }

  .collection-tile {
    min-height: 280px;
  }

  .showcase-stage {
    min-height: auto;
    aspect-ratio: 1 / 1.14;
  }

  .showcase-details {
    padding: 20px;
  }

  .showcase-thumbs {
    padding-top: 22px;
  }

  .showcase-thumb {
    grid-template-columns: 56px 1fr;
    align-items: center;
  }

  .showcase-thumb img {
    width: 56px;
  }

  .lookbook-grid img {
    min-height: 260px;
  }

  .about-stack img:first-child {
    min-height: 340px;
  }

  .footer-content {
    padding: 72px 0;
  }
}
