:root {
  --black: #070809;
  --black-2: #0d0f11;
  --black-3: #14171a;
  --ink: #16191d;
  --white: #fff;
  --offwhite: #f2f3f4;
  --muted: #b7bcc2;
  --line: rgba(255,255,255,.11);
  --red: #ed1c24;
  --red-deep: #b70e16;
  --silver: #c9cdd1;
  --wrap: min(1180px, calc(100% - 40px));
  --shadow: 0 28px 70px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--offwhite);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: var(--wrap); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 10px 14px; background: #fff; color: #000; font-weight: 800; border-radius: 6px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(7,8,9,.82);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 132px; display: block; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #fff; font-size: .92rem; font-weight: 700; }
.site-nav a { text-decoration: none; transition: color .18s ease, background .18s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #ff656a; }
.nav-cta { padding: 11px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 4px; }
.nav-cta:hover, .nav-cta:focus-visible { background: #fff; color: #090a0b !important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 150px 0 84px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(237,28,36,.08), transparent 34%),
    radial-gradient(circle at 77% 22%, rgba(255,255,255,.09), transparent 29%),
    linear-gradient(180deg, #050607, #0b0d0f 70%, #111417);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.hero::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: linear-gradient(var(--red), #6d070c); }
.hero-glow { position: absolute; width: 660px; height: 660px; right: -120px; top: 70px; border-radius: 50%; background: rgba(237,28,36,.12); filter: blur(90px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 48px; }
.hero-copy { max-width: 610px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; }
.hero h1 { margin: 0; font-size: clamp(4rem, 7vw, 7.4rem); line-height: .84; letter-spacing: -.065em; text-transform: uppercase; font-weight: 950; }
.hero h1 span { display: block; margin-top: 10px; color: var(--red); font-size: .54em; letter-spacing: -.025em; }
.hero-tagline { margin: 28px 0 8px; font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 800; letter-spacing: -.025em; }
.hero-lede { max-width: 57ch; margin: 0; color: #c8cdd2; font-size: 1.08rem; }
.hero-actions, .apparel-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 19px; border-radius: 4px; text-decoration: none; font-weight: 900; font-size: .93rem; line-height: 1.1; transition: transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 12px 32px rgba(237,28,36,.22); }
.button-primary:hover, .button-primary:focus-visible { background: #ff3139; }
.button-ghost { border: 1px solid rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.035); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); }
.button-dark { background: #111317; color: #fff; }
.button-light { background: #fff; color: #0c0e10; }
.hero-stats { list-style: none; padding: 0; margin: 38px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-stats li { padding: 19px 16px 0 0; }
.hero-stats strong { display: block; font-size: 1.75rem; line-height: 1; color: #fff; }
.hero-stats span { display: block; margin-top: 7px; color: #91979e; font-size: .82rem; }
.hero-art { margin: 0; position: relative; }
.hero-art::after { content: ""; position: absolute; left: 8%; right: 2%; bottom: -22px; height: 25px; border-radius: 50%; background: rgba(0,0,0,.6); filter: blur(18px); }
.hero-art img { width: 100%; filter: drop-shadow(0 28px 35px rgba(0,0,0,.34)); }

.section { padding: 100px 0; }
.section-heading { max-width: 820px; }
.section-heading.centered { text-align: center; margin: 0 auto 54px; }
.section h2, .catalog-band h2, .locations h2, .final-cta h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4.4rem); line-height: .98; letter-spacing: -.045em; }
.section-heading p:last-child { color: #555c63; font-size: 1.08rem; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar { min-height: 300px; padding: 30px; background: #fff; border: 1px solid #dedfe1; box-shadow: 0 20px 48px rgba(20,24,28,.07); position: relative; overflow: hidden; }
.pillar::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--red), transparent 70%); }
.pillar-number { color: #c7cace; font-weight: 950; letter-spacing: .06em; }
.pillar h3 { margin: 50px 0 12px; font-size: 1.45rem; line-height: 1.1; }
.pillar p { margin: 0; color: #61676d; }
.center-actions { margin-top: 36px; text-align: center; }

.catalog-band { padding: 82px 0; color: #fff; background: linear-gradient(120deg, #b60d15, #ed1c24 56%, #ff353d); position: relative; overflow: hidden; }
.catalog-band::after { content: "NPD"; position: absolute; right: -30px; bottom: -70px; font-size: 18rem; font-weight: 950; letter-spacing: -.08em; color: rgba(255,255,255,.08); line-height: 1; }
.catalog-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.catalog-band .eyebrow { color: #fff; opacity: .72; }
.catalog-band p:not(.eyebrow) { color: rgba(255,255,255,.82); max-width: 65ch; }
.catalog-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.text-link { display: inline-flex; gap: 7px; align-items: center; font-weight: 900; text-decoration: none; border-bottom: 1px solid rgba(20,22,24,.28); }
.text-link.light { color: #fff; border-color: rgba(255,255,255,.5); }

.apparel { background: #101214; color: #fff; }
.apparel-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.apparel-art { display: grid; gap: 18px; }
.art-panel { position: relative; min-height: 250px; border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at 50% 30%, #23272a, #090a0b); display: flex; align-items: center; justify-content: center; padding: 42px; box-shadow: var(--shadow); overflow: hidden; }
.art-panel > span { position: absolute; left: 16px; top: 14px; color: #7f868d; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; font-weight: 850; }
.art-front img { max-width: 410px; }
.art-back img { max-width: 680px; }
.apparel-copy h2 { max-width: 10ch; }
.apparel-copy > p:not(.eyebrow) { color: #b4bac0; max-width: 55ch; font-size: 1.06rem; }
.product-callout { margin-top: 25px; padding: 19px 0; border-block: 1px solid rgba(255,255,255,.12); }
.product-callout strong, .product-callout span { display: block; }
.product-callout span { margin-top: 3px; color: #888f96; }
.apparel .text-link { color: #fff; border-color: rgba(255,255,255,.32); }

.locations { padding: 92px 0; background: #e7e8ea; }
.location-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.location-heading > p { margin: 0; color: #596067; }
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #cacdd0; background: #f5f5f6; }
.location-grid a { padding: 28px; text-decoration: none; border-right: 1px solid #cacdd0; transition: background .16s ease, color .16s ease; }
.location-grid a:last-child { border-right: 0; }
.location-grid strong, .location-grid span { display: block; }
.location-grid strong { font-size: 1.05rem; }
.location-grid span { margin-top: 4px; color: #666d74; }
.location-grid a:hover, .location-grid a:focus-visible { background: #111317; color: #fff; }
.location-grid a:hover span, .location-grid a:focus-visible span { color: #b7bcc2; }

.final-cta { padding: 85px 0; background: #08090a; color: #fff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.final-cta h2 { font-size: clamp(2.5rem, 4.5vw, 5rem); }
.final-cta p:not(.eyebrow) { margin-bottom: 0; color: #aab0b6; max-width: 65ch; }

.site-footer { padding: 55px 0 45px; background: #050607; color: #a7adb3; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: .8fr .65fr 1.55fr; gap: 55px; align-items: start; }
.footer-brand img { width: 180px; }
.footer-brand p { font-size: .85rem; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { color: #fff; margin-bottom: 5px; }
.footer-links a { color: #c6cbd0; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: #fff; }
.footer-legal { font-size: .78rem; line-height: 1.5; }

:focus-visible { outline: 3px solid #ff5c63; outline-offset: 3px; }

@media (max-width: 980px) {
  .hero { min-height: 0; }
  .hero-grid, .apparel-grid, .catalog-grid, .location-heading { grid-template-columns: 1fr; }
  .hero-grid { gap: 26px; }
  .hero-copy { max-width: 760px; }
  .hero-art { max-width: 780px; margin-inline: auto; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar { min-height: 0; }
  .pillar h3 { margin-top: 30px; }
  .catalog-grid, .apparel-grid { gap: 42px; }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .location-grid a:nth-child(2) { border-right: 0; }
  .location-grid a:nth-child(-n+2) { border-bottom: 1px solid #cacdd0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .site-header { backdrop-filter: blur(18px); }
  .header-inner { min-height: 68px; }
  .brand { width: 105px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 72px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid rgba(255,255,255,.12); background: #0c0e10; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px; }
  .nav-cta { margin-top: 5px; }
  .hero { padding: 118px 0 58px; }
  .hero h1 { font-size: clamp(3.55rem, 18vw, 5.8rem); }
  .hero h1 span { font-size: .48em; }
  .hero-tagline { margin-top: 22px; font-size: 1.2rem; }
  .hero-lede { font-size: .98rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-stats { margin-top: 28px; }
  .hero-stats li { padding-right: 8px; }
  .hero-stats strong { font-size: 1.4rem; }
  .hero-stats span { font-size: .72rem; line-height: 1.25; }
  .section { padding: 72px 0; }
  .section-heading.centered { text-align: left; margin-bottom: 32px; }
  .catalog-band { padding: 66px 0; }
  .catalog-band::after { font-size: 11rem; }
  .art-panel { min-height: 190px; padding: 36px 22px 24px; }
  .apparel-copy h2 { max-width: none; }
  .apparel-actions { align-items: stretch; }
  .apparel-actions .button { width: 100%; }
  .locations { padding: 70px 0; }
  .location-heading { gap: 18px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-grid a { border-right: 0; border-bottom: 1px solid #cacdd0 !important; }
  .location-grid a:last-child { border-bottom: 0 !important; }
  .final-cta-inner { display: grid; gap: 28px; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-legal { grid-column: auto; }
}

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