:root {
  --gold: #d99a24;
  --gold-dark: #a66a10;
  --ink: #050505;
  --paper: #f4f2ed;
  --line: rgba(8, 8, 8, 0.12);
  --max: 1420px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 3vw, 56px);
  min-height: 78px;
  padding: 18px clamp(22px, 4vw, 58px);
  background: rgba(248, 247, 243, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  color: #070707;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.social-nav,
.primary-nav {
  display: flex;
  align-items: center;
}

.primary-nav {
  justify-content: center;
  gap: clamp(20px, 3vw, 58px);
  min-width: 0;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.primary-nav a {
  padding: 10px 0;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--gold-dark);
}

.social-nav {
  justify-content: flex-end;
  gap: 15px;
  min-width: 0;
  font-size: 18px;
  font-weight: 800;
}

.home-hero {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 818 / 375;
  padding: 0;
  overflow: hidden;
  background: #f6f4ef url("assets/hero-benny-approved-full.png") center top / 100% 100% no-repeat;
}

.home-hero-copy {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.home-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-hero h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(112px, 13vw, 228px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.83;
  text-transform: uppercase;
}

.home-line {
  position: relative;
  margin: 42px 0 0;
  padding-top: 25px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 950;
  letter-spacing: 0.15em;
}

.home-line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 2px;
  content: "";
  background: var(--gold-dark);
}

.home-text {
  max-width: 460px;
  margin: 52px 0 0;
  color: #201f1d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 54px;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 38px;
  border: 1px solid var(--gold-dark);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background-color 190ms ease, border-color 190ms ease, color 190ms ease, transform 190ms ease;
}

.home-button:hover,
.home-button:focus-visible {
  transform: translateY(-1px);
}

.home-button-light {
  color: var(--gold-dark);
  background: rgba(255, 255, 255, 0.62);
}

.home-button-light span {
  margin-right: 12px;
  font-size: 12px;
}

.home-button-dark {
  color: #fff;
  background: #050505;
  border-color: #050505;
}

.home-hero-portrait {
  display: none;
}

.home-hero-hotspots {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.hero-hotspot {
  position: absolute;
  display: block;
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
}

.hero-hotspot:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.hero-hotspot-start {
  left: 4.4%;
  top: 90.3%;
  width: 13.4%;
  height: 7.4%;
}

.hero-hotspot-world {
  left: 20.6%;
  top: 90.3%;
  width: 16.2%;
  height: 7.4%;
}

.vault-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.57fr) minmax(390px, 0.43fr);
  min-height: clamp(315px, 30vw, 405px);
  max-width: var(--max);
  margin: 0 auto;
  overflow: hidden;
  color: #f7f4ed;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 49%, rgba(0, 0, 0, 0.74) 60%, #030303 100%),
    url("assets/vault-hero-approved-art-clean.jpg") left center / auto 100% no-repeat,
    #030303;
}

.vault-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 31% 38%, rgba(216, 153, 37, 0.13), transparent 24rem);
}

.vault-hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(24px, 3.2vw, 46px) clamp(28px, 4vw, 66px);
}

.vault-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: clamp(14px, 1.25vw, 19px);
  font-weight: 950;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.vault-hero h1 {
  position: relative;
  margin: 0;
  padding-bottom: 13px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(68px, 7.45vw, 126px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.82;
  text-transform: uppercase;
}

.vault-hero h1 span {
  color: var(--gold);
}

.vault-hero h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78px;
  height: 3px;
  content: "";
  background: var(--gold);
}

.vault-hero-copy p:not(.vault-kicker) {
  margin: 18px 0 0;
  color: #f0e8d8;
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.52;
}

.vault-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 52px;
  margin-top: 26px;
  color: #f7bb42;
  background: rgba(0, 0, 0, 0.22);
  border: 2px solid var(--gold);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.vault-button:hover,
.vault-button:focus-visible {
  color: #080604;
  background: var(--gold);
  transform: translateY(-1px);
}

.vault-button span {
  margin-left: 18px;
  font-size: 34px;
  line-height: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 8px 18px 7px;
  background: #f8f7f3;
}

.feature-card {
  display: grid;
  grid-template-rows: 94px 1fr;
  min-height: 176px;
  background: #fff;
  border: 1px solid rgba(8, 8, 8, 0.14);
  box-shadow: 0 7px 18px rgba(20, 18, 14, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover,
.feature-card:focus-visible {
  border-color: rgba(217, 154, 36, 0.5);
  box-shadow: 0 11px 26px rgba(20, 18, 14, 0.09);
  transform: translateY(-1px);
}

.feature-card img {
  width: 100%;
  height: 94px;
  object-fit: cover;
}

.feature-card div {
  position: relative;
  min-height: 82px;
  padding: 12px 30px 12px 13px;
}

.feature-card h2 {
  margin: 0 0 7px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.feature-card p {
  margin: 0;
  color: #272521;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.feature-card span {
  position: absolute;
  right: 15px;
  top: 50%;
  color: #0f0e0d;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.motto {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  align-items: center;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 34px 18px;
  color: #0a0907;
  background: #f8f7f3;
}

.motto span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 154, 36, 0.74));
}

.motto span:last-child {
  background: linear-gradient(90deg, rgba(217, 154, 36, 0.74), transparent);
}

.motto p {
  margin: 0;
  font-size: clamp(12px, 1.2vw, 17px);
  font-weight: 800;
  letter-spacing: 0.32em;
  text-align: center;
  text-transform: uppercase;
}

.motto p::first-letter {
  color: var(--gold-dark);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .primary-nav {
    flex-wrap: wrap;
    row-gap: 2px;
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 900px) {
  .home-hero {
    grid-template-columns: 1fr;
    min-height: 760px;
    padding-top: 38px;
  }

  .home-hero-portrait {
    width: 100%;
    opacity: 0.38;
    background-position: 62% center;
  }

  .vault-hero {
    grid-template-columns: 1fr;
    min-height: 720px;
    background-position: 28% top;
  }

  .vault-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.76) 100%);
  }

  .vault-hero-copy {
    grid-column: 1;
    align-content: end;
    padding-top: 36px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .home-hero {
    align-items: start;
    min-height: min(720px, 100svh);
    max-width: 100%;
    padding: 24px 20px 34px;
  }

  .home-hero::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    content: "";
    background:
      linear-gradient(90deg, rgba(248, 247, 243, 0.84) 0%, rgba(248, 247, 243, 0.62) 52%, rgba(248, 247, 243, 0.18) 100%),
      linear-gradient(180deg, rgba(248, 247, 243, 0.1) 0%, rgba(248, 247, 243, 0.34) 100%);
  }

  .home-hero-copy {
    max-width: min(100%, 24rem);
  }

  .home-hero h1 {
    font-size: clamp(4rem, 18vw, 7rem);
    line-height: 0.86;
  }

  .home-eyebrow {
    flex-wrap: wrap;
    gap: 10px;
    max-width: 19rem;
    margin-bottom: 14px;
    font-size: clamp(0.72rem, 2.8vw, 0.9rem);
    letter-spacing: 0.1em;
    line-height: 1.35;
  }

  .home-line {
    margin-top: 28px;
    padding-top: 18px;
    font-size: clamp(1rem, 4.8vw, 1.28rem);
    letter-spacing: 0.08em;
    line-height: 1.2;
  }

  .home-text {
    max-width: 19rem;
    margin-top: 26px;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .home-actions {
    gap: 12px;
    margin-top: 30px;
  }

  .home-button {
    min-height: 48px;
    padding: 0 22px;
    font-size: 0.75rem;
  }

  .home-hero-portrait {
    width: 100%;
    opacity: 0.52;
    background-size: cover;
    background-position: center top;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: relative;
    padding: 18px;
  }

  .brand {
    font-size: 34px;
  }

  .primary-nav {
    gap: 16px;
    font-size: 10px;
  }

  .home-hero {
    min-height: min(690px, 100svh);
    padding: 22px 20px 32px;
  }

  .home-hero h1 {
    font-size: clamp(4rem, 18vw, 7rem);
  }

  .home-eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  .home-line {
    font-size: 18px;
    letter-spacing: 0.08em;
  }

  .home-text {
    font-size: 16px;
  }

  .home-actions {
    gap: 12px;
  }

  .home-button {
    width: 100%;
  }

  .vault-hero-copy {
    padding: 34px 22px 42px;
  }

  .vault-hero h1 {
    font-size: clamp(76px, 23vw, 118px);
  }

  .vault-button {
    width: 100%;
    min-width: 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    padding-inline: 16px;
  }

  .motto {
    grid-template-columns: 1fr;
    gap: 14px;
  }

}

.home-hero {
  display: block;
  min-height: 0;
  aspect-ratio: 818 / 375;
  padding: 0;
  background: #f6f4ef url("assets/hero-benny-approved-full.png") center top / 100% 100% no-repeat;
}

.home-hero::after,
.home-hero-portrait {
  display: none;
}

.home-hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 45.6%;
  content: "";
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 78%,
    rgba(255, 255, 255, 0.96) 86%,
    rgba(255, 255, 255, 0) 100%
  );
}

.home-hero .home-hero-copy {
  position: absolute;
  top: 8.7%;
  left: 4.45%;
  z-index: 4;
  width: 35.5%;
  height: auto;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

.home-hero .home-eyebrow {
  gap: clamp(4px, 1.35vw, 18px);
  margin: 0 0 clamp(7px, 1.35vw, 18px);
  font-size: clamp(5px, 1.16vw, 15px);
  line-height: 1.1;
  white-space: nowrap;
}

.home-hero .home-hero-copy h1 {
  font-size: clamp(46px, 13vw, 228px);
  line-height: 0.83;
}

.home-hero .home-line {
  margin-top: clamp(13px, 3.25vw, 42px);
  padding-top: clamp(7px, 1.92vw, 25px);
  font-size: clamp(8px, 2vw, 28px);
  line-height: 1.08;
  white-space: nowrap;
}

.home-hero .home-line::before {
  width: clamp(22px, 5.5vw, 70px);
}

.home-hero .home-text {
  margin-top: clamp(8px, 1.72vw, 22px);
  font-size: clamp(6px, 1.08vw, 16px);
  line-height: 1.45;
}

.home-hero .home-actions {
  flex-wrap: nowrap;
  gap: clamp(8px, 2.75vw, 34px);
  margin-top: clamp(8px, 1.25vw, 18px);
}

.home-hero .home-button {
  min-height: clamp(17px, 3.45vw, 58px);
  padding: 0 clamp(10px, 2.95vw, 38px);
  font-size: clamp(5px, 0.96vw, 13px);
  line-height: 1;
  white-space: nowrap;
}

.home-hero .home-button-light {
  width: clamp(52px, 13.45vw, 170px);
}

.home-hero .home-button-dark {
  width: clamp(63px, 16.2vw, 205px);
}

.home-hero .home-button-light span {
  margin-right: clamp(4px, 0.94vw, 12px);
  font-size: clamp(5px, 0.9vw, 12px);
}

.home-hero-hotspots {
  display: none;
}

@media (max-width: 640px) {
  .home-hero .home-hero-copy {
    top: 6.2%;
  }

  .home-hero .home-eyebrow {
    gap: 1.1vw;
    margin-bottom: 1.1vw;
    font-size: 1vw;
  }

  .home-hero .home-hero-copy h1 {
    font-size: 11.6vw;
  }

  .home-hero .home-line {
    margin-top: 2.1vw;
    padding-top: 1.2vw;
    font-size: 1.55vw;
  }

  .home-hero .home-text {
    margin-top: 1.15vw;
    font-size: 0.9vw;
    line-height: 1.35;
  }

  .home-hero .home-actions {
    gap: 2.35vw;
    margin-top: 0.95vw;
  }

  .home-hero .home-button {
    min-height: 3.1vw;
    font-size: 0.78vw;
  }
}
