:root {
  --red: #971b2b;
  --red-dark: #64101c;
  --gold: #c6a15b;
  --gold-light: #e2c98f;
  --paper: #fffdf8;
  --cream: #f5efe4;
  --ink: #241b1c;
  --muted: #6f6263;
  --line: rgba(100, 16, 28, .16);
  --serif: "Cormorant Garamond", "Cormorant Garamond Fallback", Georgia, serif;
  --sans: "Manrope", "Manrope Fallback", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 125px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
figure { margin: 0; }
p { margin: 0 0 20px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
h2 { margin: 0 0 30px; font-size: clamp(2.5rem, 4.5vw, 3.8rem); line-height: 1.04; letter-spacing: -.025em; }
h2 em { color: var(--red); font-weight: 500; }
sup { font-size: .6em; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--red); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { display: block; margin: 0 0 22px; color: var(--red); font-size: .67rem; font-weight: 700; line-height: 1.6; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 52px; padding: 14px 24px; align-items: center; justify-content: center; gap: 30px; color: #fff; background: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: background .2s; }
.button:hover { background: var(--red-dark); }
.text-link { display: inline-flex; align-items: baseline; gap: 20px; padding-block: 5px; border-bottom: 1px solid var(--gold); color: var(--red); font-size: .78rem; font-weight: 700; }
.text-link:hover { color: var(--ink); border-color: currentColor; }
.text-link span { flex-shrink: 0; }
.section { padding: 96px 0; }
.section-lead { font-size: 1.08rem; }
.section-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 90px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); font-size: .91rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; color: var(--muted); font-size: .68rem; }
.breadcrumbs a:hover { color: var(--red); }
.history-hero { padding: 132px 0 58px; background: var(--cream); }
.history-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; }
.history-hero__copy { padding: 14px 0 22px; }
.history-hero h1 { margin: 0 0 22px; font-size: clamp(4rem, 7.3vw, 6.7rem); letter-spacing: -.045em; line-height: .87; }
.history-hero h1 em { color: var(--red); font-weight: 500; }
.history-hero__subtitle { margin: 28px 0 16px; font-family: var(--serif); font-size: 1.8rem; line-height: 1.2; }
.history-hero__lead { max-width: 430px; margin-bottom: 28px; color: var(--muted); font-size: .9rem; }
.history-hero__photo { position: relative; align-self: stretch; min-height: 465px; }
.history-hero__photo > img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 52% center; }
.history-hero__photo figcaption { position: absolute; bottom: 0; right: 0; left: 0; padding: 54px 28px 22px; color: #fff; background: linear-gradient(transparent, rgba(36, 8, 13, .85)); font-family: var(--serif); font-size: 1.3rem; line-height: 1.4; }
.history-hero__photo figcaption span { display: block; margin-bottom: 8px; color: var(--gold-light); font-family: var(--sans); font-size: .6rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.history-contents { border-bottom: 1px solid var(--line); }
.history-contents .container { display: flex; justify-content: space-between; gap: 22px; }
.history-contents a { padding: 24px 0; color: var(--muted); font-size: .72rem; font-weight: 700; }
.history-contents a:hover { color: var(--red); }
.history-definition { display: grid; grid-template-columns: 1.3fr .7fr; gap: 110px; align-items: center; }
.history-definition > div > p:not(.eyebrow):not(.section-lead) { color: var(--muted); font-size: .9rem; }
.history-source { padding: 32px; background: var(--cream); }
.history-source img { width: 200px; margin: 0 auto 28px; box-shadow: 0 12px 24px rgba(58, 34, 18, .12); }
.history-source .eyebrow { margin-bottom: 8px; }
.history-source strong { display: block; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1.2; }
.history-source p { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.history-eras { background: var(--cream); }
.era-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 48px; margin: 0; padding: 0; list-style: none; }
.era-list li { border-top: 1px solid var(--gold); padding-top: 22px; }
.era-list h3 { margin: 0 0 12px; color: var(--red-dark); font-size: 1.75rem; line-height: 1.1; }
.era-list p { margin: 0; color: var(--muted); font-size: .82rem; }
.history-eras__links { display: flex; flex-wrap: wrap; gap: 20px 46px; margin-top: 44px; }
.history-federation__intro { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; margin-bottom: 40px; align-items: start; }
.history-federation__intro > div > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.history-balance { display: grid; grid-template-columns: .85fr 1.15fr; }
.history-balance__heart { display: flex; flex-direction: column; justify-content: center; padding: 56px; color: var(--paper); background: var(--red-dark); }
.history-balance__label { color: var(--gold-light); font-size: .64rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.history-balance__heart h3 { margin: 26px 0; font-size: clamp(2.5rem, 4vw, 3.5rem); line-height: 1.06; letter-spacing: -.02em; }
.history-balance__heart h3 em { color: var(--gold-light); }
.history-balance__heart p { max-width: 320px; margin: 0; color: rgba(255, 253, 248, .8); font-size: .87rem; }
.history-balance__sport { padding: 44px 50px; background: var(--cream); }
.history-balance__sport .eyebrow { margin-bottom: 12px; }
.history-balance__sport h3 { margin: 0 0 20px; font-size: 2.4rem; line-height: 1.07; }
.history-balance__sport > p:not(.eyebrow) { color: var(--muted); font-size: .86rem; }
.history-balance__sport ul { margin: 24px 0 0; padding: 0; list-style: none; }
.history-balance__sport li { padding: 10px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.history-balance__sport li strong { display: inline-block; min-width: 108px; margin-right: 10px; color: var(--red-dark); }
.history-reading { display: flex; align-items: center; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.history-reading__label { flex-shrink: 0; color: var(--red); font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.history-reading h3 { margin: 0 0 6px; font-size: 1.45rem; line-height: 1.2; }
.history-reading p { margin: 0; color: var(--muted); font-size: .72rem; }
.history-reading > a { flex-shrink: 0; margin-left: auto; }
.history-practice { border-top: 1px solid var(--line); }
.practice-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); }
.practice-links > a { position: relative; padding: 32px 32px 72px; transition: background .2s; }
.practice-links > a + a { border-left: 1px solid var(--line); }
.practice-links > a:hover { background: var(--cream); }
.practice-links .eyebrow { margin-bottom: 16px; }
.practice-links h3 { margin: 0 0 14px; font-size: 2rem; line-height: 1.1; }
.practice-links p { margin: 0; color: var(--muted); font-size: .82rem; }
.practice-links__arrow { position: absolute; left: 32px; bottom: 22px; color: var(--red); font-size: 1.5rem; }

@media (max-width: 1050px) {
  .history-hero__grid { gap: 36px; }
  .history-definition, .section-heading, .history-federation__intro { gap: 44px; }
  .history-balance__heart, .history-balance__sport { padding: 36px; }
  .history-balance__sport li strong { display: block; }
  .history-reading { flex-wrap: wrap; gap: 14px 28px; }
  .history-reading__label { width: 100%; }
}

@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .section { padding: 64px 0; }
  .history-hero { padding-top: 125px; padding-bottom: 32px; }
  .history-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .history-hero h1 { font-size: clamp(4.5rem, 13vw, 6rem); }
  .history-hero__lead { max-width: 560px; }
  .history-hero__photo { min-height: 0; aspect-ratio: 1.65; }
  .history-contents .container { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .history-contents a { padding: 14px 0; font-size: .68rem; }
  .history-definition { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .history-source { display: grid; grid-template-columns: 150px 1fr; gap: 28px; align-items: center; padding: 24px; }
  .history-source img { width: 150px; margin: 0; }
  .section-heading, .history-federation__intro { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 600px; }
  .history-federation__intro h2 { margin: 0; }
  .era-list { grid-template-columns: 1fr 1fr; gap: 28px; }
  .history-balance { grid-template-columns: minmax(0, 1fr); }
  .history-balance__heart h3 { font-size: clamp(2rem, 9vw, 3rem); }
  .history-balance__heart p { max-width: 100%; }
  .history-balance__sport li strong { display: inline-block; }
  .practice-links { grid-template-columns: 1fr; }
  .practice-links > a { padding: 28px 65px 28px 26px; }
  .practice-links > a + a { border-left: 0; border-top: 1px solid var(--line); }
  .practice-links__arrow { left: auto; right: 26px; bottom: 26px; }
}

@media (max-width: 480px) {
  html { scroll-padding-top: 102px; }
  .history-hero { padding-top: 108px; }
  .breadcrumbs { margin-bottom: 24px; font-size: .62rem; }
  .history-hero__copy { padding: 0; }
  .history-hero h1 { font-size: clamp(3.9rem, 17vw, 5.2rem); }
  .history-hero__subtitle { font-size: 1.6rem; }
  .history-hero__photo { aspect-ratio: 1.2; }
  .history-hero__photo figcaption { padding: 40px 18px 18px; font-size: 1.15rem; }
  .history-source { grid-template-columns: 80px minmax(0, 1fr); gap: 16px; padding: 16px; }
  .history-source img { width: 80px; }
  .history-source strong { font-size: 1.45rem; }
  .history-source p { font-size: .72rem; }
  .history-source .eyebrow { font-size: .55rem; }
  .era-list { grid-template-columns: 1fr; }
  .history-balance__heart, .history-balance__sport { padding: 30px 24px; }
  .history-balance__sport li strong { display: block; }
  .history-reading > a { margin-left: 0; }
}

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