:root {
  --ink: #101113;
  --paper: #f1ede5;
  --white: #fffdf8;
  --red: #f0442b;
  --red-dark: #c92e1b;
  --line: rgba(16, 17, 19, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 80px); background: var(--ink); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 7px; font-weight: 900; letter-spacing: -.055em; font-size: 21px; font-style: italic; }
.brand-mark { color: var(--red); }
nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--red); }
.nav-contact { border: 1px solid rgba(255,255,255,.4); padding: 11px 18px; border-radius: 999px; }

.hero { min-height: calc(100vh - 84px); background: var(--ink); color: var(--white); padding: clamp(70px, 10vh, 120px) clamp(24px, 5vw, 80px) 0; position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr); overflow: hidden; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 120px; }
.eyebrow { text-transform: uppercase; font-weight: 800; letter-spacing: .16em; font-size: 12px; margin: 0 0 26px; }
.eyebrow span { color: var(--red); padding: 0 8px; }
h1, h2 { text-transform: uppercase; font-weight: 950; font-style: italic; letter-spacing: -.075em; line-height: .86; margin: 0; }
h1 { font-size: clamp(64px, 8.8vw, 144px); max-width: 980px; }
h1 em, h2 em { color: var(--red); font: inherit; }
.hero-intro { color: rgba(255,255,255,.7); max-width: 610px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.58; margin: 40px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; border-radius: 2px; font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .055em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { border: 1px solid rgba(255,255,255,.35); }
.button-ghost:hover { background: rgba(255,255,255,.08); }

.hero-visual { position: relative; min-height: 520px; }
.hero-visual::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; right: -10%; top: 5%; background: var(--red); border-radius: 50%; filter: blur(90px); opacity: .25; }
.motion-ring { position: absolute; border: 2px solid rgba(240,68,43,.85); border-radius: 50%; aspect-ratio: 1; transform: rotate(-18deg) skewX(-12deg); }
.ring-one { width: 68%; right: 8%; top: 11%; }
.ring-two { width: 50%; right: 20%; top: 23%; border-color: rgba(255,255,255,.3); }
.ring-three { width: 33%; right: 29%; top: 34%; background: var(--red); border: 0; box-shadow: 0 0 0 18px rgba(240,68,43,.12); }
.motion-line { position: absolute; height: 2px; background: rgba(255,255,255,.5); transform: rotate(-40deg); transform-origin: left; }
.line-one { width: 90%; left: 2%; top: 72%; }
.line-two { width: 70%; left: 30%; top: 80%; background: var(--red); }
.visual-word { position: absolute; right: -9%; top: 42%; font-size: clamp(76px, 9vw, 150px); font-weight: 950; font-style: italic; letter-spacing: -.08em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.2); transform: rotate(90deg); }
.visual-number { position: absolute; right: 0; bottom: 11%; color: var(--red); font-weight: 900; }
.hero-note { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.hero-note span { min-height: 76px; display: flex; align-items: center; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 750; border-right: 1px solid rgba(255,255,255,.16); }
.hero-note span:nth-child(2), .hero-note span:nth-child(3) { padding-left: 24px; }
.hero-note span:last-child { border-right: 0; }

.activities, .club-spirit, .contact { padding: clamp(90px, 12vw, 170px) clamp(24px, 5vw, 80px); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 70px; }
.section-heading .eyebrow { margin-top: 10px; }
.section-heading h2 { font-size: clamp(56px, 7vw, 110px); text-align: right; }
.activity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.activity-card { min-height: 520px; padding: clamp(26px, 3vw, 48px); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.activity-card::after { content: ""; position: absolute; width: 360px; aspect-ratio: 1; border-radius: 50%; right: -150px; top: 70px; border: 70px solid currentColor; opacity: .07; }
.card-fitness { background: var(--red); color: white; }
.card-defense { background: var(--ink); color: white; }
.card-index { font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.card-label { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 750; opacity: .7; }
.activity-card h3 { text-transform: uppercase; font-size: clamp(50px, 5vw, 82px); letter-spacing: -.065em; line-height: .9; margin: 14px 0 24px; font-style: italic; }
.activity-card p:last-child { max-width: 480px; color: rgba(255,255,255,.73); line-height: 1.55; font-size: 16px; }
.card-arrow { position: absolute; right: 34px; top: 28px; font-size: 25px; }

.club-spirit { background: var(--white); }
.spirit-statement { border-bottom: 1px solid var(--line); padding-bottom: 60px; }
.statement { font-size: clamp(35px, 5vw, 78px); line-height: 1.04; letter-spacing: -.055em; font-weight: 850; margin: 0; }
.statement.accent { color: var(--red); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles article { padding: 44px 32px 0 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 32px; }
.principles article:last-child { border-right: 0; }
.principles span { color: var(--red); font-size: 12px; font-weight: 850; }
.principles h3 { text-transform: uppercase; font-size: 24px; margin: 54px 0 18px; letter-spacing: -.025em; }
.principles p { line-height: 1.65; color: rgba(16,17,19,.64); margin: 0; max-width: 360px; }

.contact { background: var(--red); color: white; }
.contact-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 70px; }
.contact-heading h2 { font-size: clamp(52px, 7vw, 108px); text-align: right; }
.contact-heading h2 em { color: var(--ink); }
.contact-card { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid rgba(255,255,255,.35); }
.contact-person { min-height: 300px; padding: clamp(28px, 4vw, 54px); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.35); }
.contact-person span, .contact-links a > span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; opacity: .65; }
.contact-person strong { font-size: clamp(28px, 3vw, 46px); line-height: 1; letter-spacing: -.04em; }
.contact-links { display: grid; grid-template-rows: 1fr 1fr; }
.contact-links a { padding: 30px clamp(28px, 4vw, 54px); display: grid; grid-template-columns: 1fr auto; align-items: center; transition: background .2s ease; }
.contact-links a:hover { background: rgba(16,17,19,.12); }
.contact-links a:first-child { border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-links a > span { grid-column: 1 / -1; margin-bottom: 10px; }
.contact-links strong { font-size: clamp(20px, 2.2vw, 34px); letter-spacing: -.04em; overflow-wrap: anywhere; }
.contact-links b { font-size: 24px; }

footer { background: var(--ink); color: white; min-height: 150px; padding: 40px clamp(24px, 5vw, 80px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand { justify-self: start; }
footer p { text-align: center; color: rgba(255,255,255,.5); font-size: 12px; }
footer > div { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font-size: 13px; font-weight: 700; }
footer a:hover { color: var(--red); }

@media (max-width: 900px) {
  nav a:not(.nav-contact) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; }
  .hero-visual { min-height: 400px; }
  .activity-grid, .contact-card { grid-template-columns: 1fr; }
  .contact-person { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }
  .section-heading, .contact-heading { display: block; }
  .section-heading h2, .contact-heading h2 { text-align: left; margin-top: 36px; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; }
  .brand { font-size: 18px; }
  .nav-contact { padding: 9px 14px; }
  .hero { min-height: calc(100vh - 72px); padding-top: 60px; }
  h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { min-height: 310px; }
  .hero-note { margin: 0 -24px; }
  .hero-note span { justify-content: center; text-align: center; padding: 12px 8px !important; min-height: 68px; letter-spacing: .07em; }
  .activity-card { min-height: 410px; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { border-right: 0; border-bottom: 1px solid var(--line); padding: 34px 0; }
  .principles h3 { margin-top: 22px; }
  .contact-links a { display: block; }
  .contact-links b { display: none; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p { text-align: left; }
  footer > div { justify-self: start; align-items: flex-start; }
}

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