@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@400;600;700;800&display=swap");

:root {
  --yellow: #ffd400;
  --ink: #121212;
  --paper: #f5f2e9;
  --muted: #77756f;
  --font-display: "Anton";
  --font-body: "Montserrat";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.hero {
  min-height: 820px;
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 78% 40%, rgba(255,212,0,.13), transparent 28%),
    linear-gradient(115deg, #0b0b0b, #161616 55%, #080808);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2;
  background-image: repeating-linear-gradient(120deg, transparent 0 21px, rgba(255,255,255,.025) 22px 23px);
}
.nav {
  position: relative; z-index: 5; height: 108px; display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 64px; height: 64px; object-fit: contain; }
.brand span, .footerBrand div { display: flex; flex-direction: column; }
.brand strong, .footerBrand strong { font-size: 15px; letter-spacing: .04em; }
.brand small, .footerBrand small { color: var(--yellow); font-size: 9px; letter-spacing: .32em; margin-top: 3px; }
.navLinks { display: flex; gap: 38px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.navLinks a { opacity: .72; transition: .2s; }
.navLinks a:hover { color: var(--yellow); opacity: 1; }
.navCta, .primaryButton {
  background: var(--yellow); color: #111; text-transform: uppercase; font-size: 11px;
  letter-spacing: .08em; font-weight: 800; padding: 17px 23px; transition: .2s;
}
.navCta:hover, .primaryButton:hover { transform: translateY(-2px); background: #ffe252; }
.heroGrid {
  min-height: 610px; position: relative; z-index: 2; display: grid; grid-template-columns: 54% 46%;
  align-items: center;
}
.heroCopy { padding: 55px 0 70px; }
.eyebrow { color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .2em; display: flex; align-items: center; gap: 11px; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--yellow); }
h1, h2 { font-family: var(--font-display), Impact, sans-serif; font-weight: 400; text-transform: uppercase; margin: 0; line-height: .93; }
h1 { font-size: clamp(74px, 8.7vw, 134px); letter-spacing: -.025em; margin: 25px 0 30px; }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.heroCopy > p { max-width: 570px; color: #aaa; font-size: 15px; line-height: 1.8; }
.heroActions { display: flex; gap: 30px; align-items: center; margin-top: 38px; }
.primaryButton { padding: 19px 25px; }
.primaryButton span { margin-left: 22px; font-size: 17px; }
.textButton { font-size: 11px; letter-spacing: .1em; font-weight: 800; text-transform: uppercase; }
.textButton i { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid #555; border-radius: 50%; margin-right: 10px; color: var(--yellow); font-style: normal; font-size: 8px; }
.heroVisual { position: relative; height: 610px; display: grid; place-items: center; }
.heroWord {
  position: absolute; font: 400 260px/.8 var(--font-display); letter-spacing: -.07em;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.05); transform: rotate(-7deg);
}
.crestGlow { width: 390px; height: 390px; position: absolute; border-radius: 50%; background: var(--yellow); filter: blur(120px); opacity: .11; }
.heroLogo { width: min(530px, 44vw); height: auto; position: relative; z-index: 2; filter: drop-shadow(0 28px 35px #000); }
.sinceCard { position: absolute; right: 0; bottom: 82px; z-index: 3; border-left: 3px solid var(--yellow); background: rgba(18,18,18,.88); padding: 13px 19px; display: flex; flex-direction: column; }
.sinceCard small { color: #aaa; font-size: 8px; letter-spacing: .2em; }
.sinceCard strong { font: 400 25px var(--font-display); color: var(--yellow); letter-spacing: .06em; }
.ticker { position: relative; z-index: 3; height: 88px; background: var(--yellow); color: #111; display: flex; align-items: center; transform: rotate(-1.1deg) scale(1.02); transform-origin: center; overflow: hidden; }
.ticker div { white-space: nowrap; font: 400 37px var(--font-display); letter-spacing: .035em; }
.ticker b { margin: 0 24px; }

.sectionLabel { font-size: 9px; font-weight: 800; letter-spacing: .22em; color: #777; margin-bottom: 34px; }
.sectionLabel.light { color: var(--yellow); }
.story { padding: 150px 0; }
.storyGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.story h2, .values h2 { font-size: clamp(58px, 6vw, 88px); }
.goldLine { width: 88px; height: 6px; background: var(--yellow); margin-top: 38px; }
.storyText .lead { font-size: 20px; line-height: 1.65; font-weight: 600; margin-top: 0; }
.storyText > p:not(.lead) { color: var(--muted); font-size: 14px; line-height: 1.9; }
.stats { border-top: 1px solid #d5d1c6; margin-top: 42px; padding-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stats div { display: flex; flex-direction: column; }
.stats strong { font: 400 36px var(--font-display); }
.stats span { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: #8c8982; margin-top: 4px; }

.teamSection { background: #111; color: #fff; padding: 92px 0; }
.teamGrid { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 650px; }
.teamImageWrap { position: relative; min-height: 600px; overflow: hidden; }
.teamImage { object-fit: cover; filter: grayscale(18%) contrast(1.05); }
.teamImageWrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.photoTag { position: absolute; z-index: 2; bottom: 18px; left: 18px; background: var(--yellow); color: #111; padding: 10px 13px; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.teamCopy { padding: 52px 20px 30px 75px; }
.teamCopy h2 { font-size: clamp(62px, 6.4vw, 94px); margin-bottom: 35px; }
.teamCopy > p { color: #999; font-size: 14px; line-height: 1.85; max-width: 410px; }
blockquote { margin: 40px 0; border-left: 3px solid var(--yellow); padding-left: 21px; font-size: 17px; line-height: 1.6; font-weight: 600; }
.outlineButton { border: 1px solid #555; padding: 17px 20px; display: inline-flex; justify-content: space-between; min-width: 220px; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; font-weight: 800; }
.outlineButton span { color: var(--yellow); font-size: 17px; }

.values { padding: 145px 0; }
.valuesHead { display: flex; justify-content: space-between; align-items: end; margin-bottom: 65px; }
.valuesHead > p { color: var(--muted); max-width: 390px; line-height: 1.8; font-size: 14px; }
.valueCards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cdc9bf; border-left: 1px solid #cdc9bf; }
.valueCards article { min-height: 340px; border-right: 1px solid #cdc9bf; border-bottom: 1px solid #cdc9bf; padding: 28px 32px; position: relative; transition: .25s; }
.valueCards article:hover { background: var(--yellow); transform: translateY(-8px); }
.valueCards article > span { color: #999; font-size: 9px; letter-spacing: .15em; }
.valueIcon { font-size: 42px; margin: 50px 0 42px; color: var(--yellow); }
.valueCards article:hover .valueIcon { color: #111; }
.valueCards h3 { font: 400 34px var(--font-display); text-transform: uppercase; margin: 0 0 12px; }
.valueCards p { color: var(--muted); font-size: 12px; line-height: 1.75; }
.valueCards article:hover p, .valueCards article:hover > span { color: #3d3823; }

.join { background: var(--yellow); padding: 82px 0; }
.joinInner { display: grid; grid-template-columns: 180px 1fr 230px; align-items: center; gap: 40px; }
.joinInner > img { width: 165px; height: 145px; object-fit: contain; }
.join .eyebrow { color: #111; }
.join .eyebrow span { background: #111; }
.join h2 { font-size: clamp(63px, 6.6vw, 96px); margin-top: 19px; }
.join h2 em { color: #fff; text-shadow: 2px 2px 0 #111; }
.joinButton { background: #111; color: #fff; padding: 22px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .12em; }
.joinButton b { color: var(--yellow); font-size: 20px; }

footer { background: #0f0f0f; color: #fff; padding: 60px 0 20px; }
.footerInner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 50px; }
.footerBrand { display: flex; align-items: center; gap: 12px; }
.footerBrand img { object-fit: contain; }
.footerInner > p { text-align: center; color: #777; font-size: 11px; }
.footerInner > a { text-align: right; color: var(--yellow); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.footerBottom { border-top: 1px solid #262626; padding-top: 20px; display: flex; justify-content: space-between; color: #5d5d5d; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 900px) {
  .shell { width: min(100% - 34px, 680px); }
  .nav { height: 88px; }
  .navLinks, .navCta { display: none; }
  .hero { min-height: auto; }
  .heroGrid { grid-template-columns: 1fr; padding-top: 25px; }
  .heroCopy { padding-bottom: 0; }
  .heroVisual { height: 450px; }
  .heroLogo { width: min(500px, 88vw); }
  .sinceCard { right: 10px; bottom: 45px; }
  .ticker { height: 70px; }
  .ticker div { font-size: 29px; }
  .story { padding: 95px 0; }
  .storyGrid, .teamGrid { grid-template-columns: 1fr; gap: 55px; }
  .teamCopy { padding: 25px 5px; }
  .teamImageWrap { min-height: 560px; }
  .valuesHead { display: block; }
  .valuesHead > p { margin-top: 30px; }
  .valueCards { grid-template-columns: 1fr; }
  .valueCards article { min-height: 250px; }
  .valueIcon { margin: 30px 0 25px; }
  .joinInner { grid-template-columns: 110px 1fr; }
  .joinInner > img { width: 105px; height: 100px; }
  .joinButton { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .brand img { width: 55px; height: 55px; }
  h1 { font-size: 70px; }
  .heroCopy > p { font-size: 13px; }
  .heroActions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .heroVisual { height: 390px; }
  .heroWord { font-size: 180px; }
  .storyGrid { gap: 45px; }
  .stats { gap: 7px; }
  .stats strong { font-size: 29px; }
  .teamSection { padding: 60px 0; }
  .teamImageWrap { min-height: 430px; }
  .teamCopy h2 { font-size: 59px; }
  .values { padding: 90px 0; }
  .join { padding: 65px 0; }
  .joinInner { grid-template-columns: 1fr; text-align: center; }
  .joinInner > img { margin: auto; }
  .join .eyebrow { justify-content: center; }
  .join h2 { font-size: 60px; }
  .footerInner { grid-template-columns: 1fr; gap: 28px; }
  .footerBrand { justify-content: center; }
  .footerInner > a, .footerInner > p { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

.navCta:hover { color: #111; }
.teamImage { width: 100%; height: 100%; }
.clubMessage {
  border-top: 1px solid #d5d1c6; margin-top: 42px; padding-top: 28px;
  display: grid; grid-template-columns: 140px 1fr; align-items: center;
}
.clubMessage > div { display: flex; flex-direction: column; }
.clubMessage strong { font: 400 44px var(--font-display); }
.clubMessage span { color: #888; font-size: 8px; letter-spacing: .14em; }
.clubMessage p { margin: 0; border-left: 3px solid var(--yellow); padding-left: 24px; font: 400 24px/1.15 var(--font-display); color: #666; }
.clubMessage p b { color: #111; font-weight: 400; }
.socialButtons { display: grid; gap: 10px; }
.socialButtons .joinButton { transition: .2s; }
.socialButtons .joinButton:hover { background: transparent; color: #111; box-shadow: inset 0 0 0 2px #111; transform: translateX(5px); }
.socialButtons .joinButton:hover b { color: #111; }
.footerSocial { display: flex; justify-content: flex-end; gap: 20px; }
.footerSocial a { color: var(--yellow); font-size: 9px; text-transform: uppercase; font-weight: 700; letter-spacing: .08em; }
.footerSocial a:hover { color: white; }
@media (max-width: 900px) {
  .socialButtons { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .clubMessage { grid-template-columns: 105px 1fr; }
  .clubMessage p { font-size: 20px; padding-left: 16px; }
  .socialButtons { grid-template-columns: 1fr; }
  .footerSocial { justify-content: center; }
}
