:root {
  --red: #da0000;
  --ink: #050505;
  --charcoal: #242424;
  --paper: #ffffff;
  --mist: #d7d7d7;
  --muted: #747474;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-stretch: condensed;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: relative;
  z-index: 20;
  min-height: 210px;
  border-bottom: 18px solid var(--red);
  color: #fff;
  background: #000;
}
.header-inner {
  width: min(1100px, calc(100% - 56px));
  min-height: 192px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr 76px;
  align-items: center;
  gap: 40px;
}
.brand img { width: 350px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.main-nav a {
  position: relative;
  padding: 18px 0;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .02em;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 9px;
  height: 2px;
  background: var(--red);
  transition: right .18s ease;
}
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after { right: 0; }
.socials { display: flex; flex-direction: column; gap: 13px; align-items: center; }
.socials a {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.nav-toggle { display: none; color: #fff; background: none; border: 0; font-size: 28px; }

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 210px));
  overflow: hidden;
  background: #060606;
}
.hero video,
.hero .hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.46), transparent 40%, rgba(0,0,0,.14));
  pointer-events: none;
}
.hero-socials {
  position: absolute;
  z-index: 2;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.scroll-note {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 50%;
  color: #fff;
  text-decoration: none;
  writing-mode: vertical-rl;
  font-size: 13px;
  letter-spacing: .25em;
}
.scroll-note span { margin-top: 18px; font-size: 26px; letter-spacing: 0; }

.home-about {
  position: relative;
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 770px;
  border-top: 18px solid var(--red);
  border-bottom: 18px solid var(--red);
  background: #fff;
}
.home-about-photo { overflow: hidden; background: #7e7e7e; }
.home-about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.home-about-copy {
  position: relative;
  padding: 92px 11% 78px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-about-copy > * { position: relative; z-index: 1; }
.home-about-copy .vertical-accent {
  position: absolute;
  z-index: 0;
  right: 3%;
  top: 7%;
  height: 86%;
  width: auto;
  opacity: .055;
}
.eyebrow,
.section-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .18em;
}
.eyebrow { font-size: clamp(34px, 4vw, 52px); }
.section-title { font-size: clamp(28px, 3.2vw, 44px); }
.sub-title {
  margin: 10px 0 28px;
  font-size: clamp(25px, 3.1vw, 42px);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.title-rule { width: 290px; max-width: 70%; height: 3px; margin: 0 auto 22px; background: #111; }
.achievement-list { margin: 0; padding: 0; list-style: none; }
.achievement-list li {
  max-width: 600px;
  margin: 0 auto;
  color: #858585;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.achievement-list li + li::before {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin: 25px auto;
  background: #333;
}
.outline-button {
  display: inline-block;
  margin-top: 40px;
  border: 3px solid currentColor;
  padding: 14px 28px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .04em;
}
.outline-button:hover { color: #fff; background: #111; }

.partner-rule {
  height: 92px;
  background: var(--red);
  position: relative;
}
.partner-rule::before,
.partner-rule::after { content: ""; position: absolute; top: 31px; height: 6px; background: #fff; }
.partner-rule::before { left: 14%; width: 23%; }
.partner-rule::after { left: 39%; right: 14%; height: 2px; top: 33px; }
.partner-band {
  width: min(1260px, 88%);
  margin: 0 auto;
  min-height: 330px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap: 70px;
  padding: 65px 10%;
  background: var(--charcoal);
}
.partner-band img { max-height: 145px; width: auto; }
.photo-pair { display: grid; grid-template-columns: 1fr 1fr; }
.photo-pair img { width: 100%; height: 430px; object-fit: cover; }

.events-callout {
  width: min(1260px, 88%);
  margin: 0 auto;
  padding: 52px 7%;
  color: #fff;
  background: #030303;
}
.events-callout .heading-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.events-callout h2 { margin: 0; font-size: 46px; font-weight: 300; letter-spacing: .02em; }
.red-track { position: relative; height: 8px; margin: 28px 0 8px; background: linear-gradient(90deg,var(--red) 32%,#792020 32%,#792020 100%); }
.events-callout .outline-button { margin: 0; border-width: 2px; }

.shop-panel {
  border-top: 18px solid var(--red);
  border-bottom: 18px solid var(--red);
  background: #ccc;
}
.shop-image { height: 560px; overflow: hidden; }
.shop-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.shop-action { min-height: 130px; display: flex; justify-content: flex-end; align-items: center; width: min(1040px, 86%); margin: 0 auto; }
.shop-action .outline-button { margin: 0; color: #555; border-color: #111; }

.page-hero {
  position: relative;
  min-height: 310px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 18px solid var(--red);
  color: #fff;
  background: #191919;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg,rgba(0,0,0,.9),rgba(0,0,0,.25)), var(--hero-image) center/cover;
}
.page-hero h1 {
  position: relative;
  margin: 0;
  font-size: clamp(58px, 8vw, 102px);
  font-weight: 300;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-page {
  display: grid;
  grid-template-columns: minmax(360px, 46%) 1fr;
  min-height: 1060px;
  background: #050505;
  color: #fff;
}
.about-portrait { position: relative; min-height: 900px; overflow: hidden; }
.about-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.about-copy { padding: 85px clamp(38px, 7vw, 110px) 70px; }
.fast-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 42px;
  margin: 38px 0 45px;
  padding: 28px 0;
  border-top: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
}
.fact strong { display: block; color: var(--red); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.fact span { display: block; margin-top: 8px; font-size: 16px; line-height: 1.45; letter-spacing: .06em; text-transform: uppercase; }
.body-copy p { color: #d2d2d2; font-size: 16px; line-height: 1.8; }
.follow-row { margin-top: 36px; display: flex; align-items: center; gap: 20px; }
.follow-row h2 { margin: 0; color: var(--red); font-size: 17px; letter-spacing: .18em; text-transform: uppercase; }
.follow-row .socials { flex-direction: row; }

.events-page {
  background: #efefef;
  padding: 80px 5% 100px;
}
.events-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 720px;
  box-shadow: 0 18px 55px rgba(0,0,0,.14);
}
.events-image img { width: 100%; height: 100%; object-fit: cover; }
.schedule { padding: 58px 58px 48px; color: #fff; background: #080808; }
.schedule h2 { margin: 0; font-size: 42px; font-weight: 300; text-transform: uppercase; letter-spacing: .08em; }
.schedule h3 { margin: 9px 0 32px; color: var(--red); font-size: 14px; text-transform: uppercase; letter-spacing: .18em; }
.schedule ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #3f3f3f; }
.schedule li { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid #343434; font-size: 14px; letter-spacing: .07em; }
.schedule time { color: var(--red); font-weight: 700; }

.contact-page {
  position: relative;
  min-height: 890px;
  padding: 90px 6%;
  overflow: hidden;
  background: #ededed;
}
.contact-page::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -6%;
  width: 48%;
  height: 70%;
  background: url('/assets/contact-art.png') right bottom/contain no-repeat;
  opacity: .12;
}
.contact-card {
  position: relative;
  z-index: 1;
  width: min(930px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 310px 1fr;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.14);
}
.contact-aside { padding: 62px 44px; color: #fff; background: #050505; }
.contact-aside img { width: 240px; margin-bottom: 54px; }
.contact-aside h2,
.request-copy h1 { text-transform: uppercase; letter-spacing: .12em; }
.contact-aside h2 { color: var(--red); font-size: 18px; }
.contact-aside address { font-style: normal; line-height: 1.8; }
.request-copy { padding: 62px 60px 64px; }
.request-copy h1 { margin: 0 0 24px; font-size: 38px; font-weight: 300; }
.request-copy .lead { line-height: 1.7; }
.guidelines { counter-reset: rule; margin: 34px 0 0; padding: 0; list-style: none; }
.guidelines li { position: relative; counter-increment: rule; padding: 0 0 25px 52px; line-height: 1.7; color: #4f4f4f; }
.guidelines li::before { content: counter(rule, decimal-leading-zero); position: absolute; left: 0; top: 0; color: var(--red); font-size: 20px; font-weight: 700; }

.site-footer {
  border-top: 14px solid var(--red);
  border-bottom: 10px solid var(--red);
  color: #fff;
  background: #020202;
}
.footer-inner {
  width: min(980px, calc(100% - 48px));
  min-height: 245px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  gap: 90px;
}
.footer-mark { width: 88px; margin-bottom: 24px; }
.footer-copy { color: #dedede; font-size: 14px; line-height: 1.9; }
.footer-copy a { text-underline-offset: 3px; }
.footer-contact h2 { font-size: 16px; text-transform: uppercase; letter-spacing: .18em; }
.footer-contact address { font-style: normal; line-height: 1.75; color: #e4e4e4; }

@media (max-width: 900px) {
  .site-header { min-height: 130px; border-bottom-width: 10px; }
  .header-inner { min-height: 120px; width: calc(100% - 30px); grid-template-columns: 220px 1fr 44px; gap: 18px; }
  .brand img { width: 210px; }
  .nav-toggle { display: block; justify-self: end; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 25px 24px;
    background: #000;
    border-bottom: 10px solid var(--red);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 0; }
  .header-inner > .socials { display: none; }
  .hero { min-height: 70vh; }
  .home-about { grid-template-columns: 1fr; }
  .home-about-photo { min-height: 620px; }
  .home-about-copy { padding: 70px 8%; }
  .partner-band { grid-template-columns: 1fr; min-height: 380px; gap: 35px; }
  .photo-pair { grid-template-columns: 1fr; }
  .photo-pair img { height: 360px; }
  .about-page { grid-template-columns: 1fr; }
  .about-portrait { min-height: 760px; }
  .events-shell { grid-template-columns: 1fr; }
  .events-image { height: 430px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-aside img { width: 220px; }
}

@media (max-width: 600px) {
  .header-inner { grid-template-columns: 170px 1fr; }
  .brand img { width: 165px; }
  .hero { min-height: 62vh; }
  .hero-socials { left: 12px; }
  .scroll-note { right: 12px; }
  .home-about-photo { min-height: 470px; }
  .home-about-copy { padding: 54px 24px; }
  .partner-band { width: 100%; padding: 55px 12%; }
  .events-callout { width: 100%; }
  .events-callout .heading-row { align-items: flex-start; flex-direction: column; }
  .shop-image { height: 330px; }
  .shop-action { justify-content: center; }
  .page-hero { min-height: 220px; }
  .about-portrait { min-height: 590px; }
  .about-copy { padding: 55px 24px; }
  .fast-facts { grid-template-columns: 1fr; }
  .events-page { padding: 48px 0 70px; }
  .events-image { height: 300px; }
  .schedule { padding: 42px 24px; }
  .schedule li { grid-template-columns: 76px 1fr; }
  .contact-page { padding: 50px 0; }
  .contact-aside, .request-copy { padding: 42px 25px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; padding: 45px 0; }
}

