:root {
  color-scheme: dark;
  --ink: #f6f0df;
  --muted: #c9bfa9;
  --line: #3d3933;
  --black: #080808;
  --charcoal: #141311;
  --tolex: #1b1916;
  --case: #202020;
  --metal: #b9b1a1;
  --brass: #d6a14c;
  --amber: #f0b449;
  --red: #b94935;
  --cream: #fff3d6;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
  --radius: 8px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(214, 161, 76, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 8%, rgba(185, 73, 53, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035) 25%, transparent 25%) 0 0 / 12px 12px,
    linear-gradient(225deg, rgba(255, 255, 255, 0.025) 25%, transparent 25%) 0 0 / 12px 12px,
    var(--black);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px) 0 0 / 100% 5px,
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 36rem);
  opacity: 0.75;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible,
.button:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 48px);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.96), rgba(18, 17, 15, 0.94)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 7px);
  border-bottom: 1px solid rgba(214, 161, 76, 0.32);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand__logo {
  display: block;
  width: auto;
  max-width: min(34vw, 286px);
  height: clamp(76px, 8vw, 118px);
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.72));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.6vw, 26px);
  flex-wrap: wrap;
  justify-content: flex-end;
  color: rgba(255, 243, 214, 0.84);
  font-size: 0.9rem;
  font-weight: 850;
  text-transform: uppercase;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--white);
  border-color: var(--amber);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100vh - 92px));
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.94), rgba(18, 17, 15, 0.86) 54%, rgba(0, 0, 0, 0.42)),
    var(--black);
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero::before {
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 26% 5%, rgba(240, 180, 73, 0.32), transparent 18rem),
    radial-gradient(circle at 84% 14%, rgba(185, 73, 53, 0.2), transparent 24rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 34px 34px;
  mix-blend-mode: screen;
}

.hero::after {
  right: clamp(16px, 5vw, 82px);
  bottom: -86px;
  z-index: -1;
  width: min(560px, 44vw);
  aspect-ratio: 1.85;
  border: 2px solid rgba(185, 177, 161, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(185, 177, 161, 0.22) 0 8px, transparent 8px calc(100% - 8px), rgba(185, 177, 161, 0.22) calc(100% - 8px)),
    repeating-linear-gradient(90deg, rgba(255, 243, 214, 0.14) 0 2px, rgba(0, 0, 0, 0.14) 2px 5px),
    #161411;
  box-shadow: var(--shadow);
  transform: rotate(-3deg);
}

.hero__image,
.hero__wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center right;
  z-index: -3;
  filter: saturate(0.78) contrast(1.18) brightness(0.52);
}

.hero__wash {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.84) 43%, rgba(8, 8, 8, 0.38) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(8, 8, 8, 0.88) 100%);
}

.hero__content {
  width: min(790px, 100%);
  align-self: center;
  padding: clamp(58px, 8vw, 116px) clamp(20px, 7vw, 86px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  overflow-wrap: normal;
}

h2,
h3 {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 13ch;
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(3.15rem, 7.8vw, 7rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.8),
    0 0 34px rgba(240, 180, 73, 0.18);
}

h2 {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(2rem, 4.4vw, 3.7rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.intro {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero__actions,
.site-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero__actions {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid rgba(255, 243, 214, 0.16);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 28px rgba(0, 0, 0, 0.32);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button--primary {
  color: #100d08;
  background:
    linear-gradient(180deg, #f3c36a, var(--brass));
  border-color: rgba(255, 243, 214, 0.28);
}

.button--primary:hover {
  background:
    linear-gradient(180deg, #ffd47d, #c88d31);
}

.hero__actions .button + .button {
  color: var(--cream);
  background:
    linear-gradient(180deg, #24211d, #11100e),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 8px);
  border-color: rgba(214, 161, 76, 0.38);
}

.hero__actions .button + .button:hover {
  color: var(--white);
  border-color: var(--amber);
}

.event-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--max-width), calc(100% - 40px));
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(185, 177, 161, 0.46);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(185, 177, 161, 0.2) 0 10px, transparent 10px calc(100% - 10px), rgba(185, 177, 161, 0.2) calc(100% - 10px)),
    linear-gradient(180deg, #272522, #151412);
  box-shadow: var(--shadow);
}

.event-strip::before,
.event-strip::after {
  position: absolute;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--metal);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.45), 0 76px 0 var(--metal);
  content: "";
}

.event-strip::before {
  left: 14px;
}

.event-strip::after {
  right: 14px;
}

.event-strip div {
  padding: clamp(20px, 3vw, 30px) clamp(24px, 3vw, 36px);
}

.event-strip div + div {
  border-left: 1px solid rgba(185, 177, 161, 0.24);
}

.event-strip span,
.status-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-strip strong,
.status-panel strong {
  display: block;
  color: var(--cream);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.2;
}

.section,
.site-footer {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 94px) 0;
}

.section--intro,
.section--split,
.section--cards {
  display: grid;
  gap: clamp(26px, 5vw, 58px);
}

.section--intro > *,
.section--split > *,
.section--cards > *,
.cards > * {
  min-width: 0;
}

.section--intro {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  align-items: end;
}

.section--intro > p,
.section__copy p,
.feature-list {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section__copy p:not(.eyebrow) {
  margin-top: 20px;
}

.section--split {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  align-items: center;
  border-top: 1px solid rgba(185, 177, 161, 0.22);
}

.section--alt {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 0.9fr);
}

.section--alt .section__copy {
  order: 2;
}

.status-panel,
.feature-list,
.card {
  border: 1px solid rgba(185, 177, 161, 0.28);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(90deg, rgba(255, 243, 214, 0.07) 0 1px, transparent 1px 4px),
    linear-gradient(180deg, #1d1b18, #11100f);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 18px 48px rgba(0, 0, 0, 0.34);
}

.status-panel {
  display: grid;
}

.status-panel div {
  padding: 24px;
}

.status-panel div + div {
  border-top: 1px solid rgba(185, 177, 161, 0.22);
}

.text-link {
  display: inline-block;
  max-width: 100%;
  margin-top: 22px;
  color: var(--amber);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.feature-list {
  display: grid;
  gap: 16px;
  padding: 26px 26px 26px 46px;
}

.feature-list li::marker {
  color: var(--red);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  position: relative;
}

.card::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(185, 177, 161, 0.16);
  border-radius: 4px;
  pointer-events: none;
  content: "";
}

.card p {
  margin: 0;
  color: var(--muted);
}

.status {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 7px 10px;
  color: var(--cream);
  background: rgba(185, 73, 53, 0.28);
  border: 1px solid rgba(214, 161, 76, 0.4);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status--link {
  color: #100d08;
  background: linear-gradient(180deg, #f3c36a, var(--brass));
  text-decoration: none;
}

.status--link:hover {
  background: linear-gradient(180deg, #ffd47d, #c88d31);
}

.site-footer {
  justify-content: space-between;
  border-top: 1px solid rgba(185, 177, 161, 0.24);
}

.site-footer h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

@media (max-width: 860px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .brand__logo {
    width: auto;
    max-width: 72vw;
    height: 118px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
  }

  .hero::after {
    width: min(430px, 78vw);
    right: -42px;
    bottom: -62px;
    opacity: 0.68;
  }

  .hero__content {
    align-self: start;
    padding: 46px 20px 190px;
  }

  .hero__wash {
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.86) 58%, rgba(8, 8, 8, 0.56) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.08));
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .event-strip,
  .section--intro,
  .section--split,
  .section--alt,
  .cards {
    grid-template-columns: 1fr;
  }

  .event-strip div + div {
    border-left: 0;
    border-top: 1px solid rgba(185, 177, 161, 0.22);
  }

  .section--alt .section__copy {
    order: 0;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 12px 18px;
  }

  .site-nav {
    gap: 12px;
    font-size: 0.84rem;
  }

  .hero__content {
    padding: 38px 18px 150px;
  }

  .hero__actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .event-strip,
  .section,
  .site-footer {
    width: min(100% - 44px, var(--max-width));
  }

  .event-strip {
    margin-top: -26px;
  }
}
