@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/Fraunces-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/LeagueSpartan-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #111d10;
  --deep: #091109;
  --cream: #eee8dc;
  --paper: #d8d0c2;
  --burgundy: #4b2028;
  --brass: #a89a73;
  --ink: #030e28;
  --line: rgba(238, 232, 220, 0.22);
  --sans: "League Spartan", Helvetica, Arial, sans-serif;
  --serif: "Fraunces", Georgia, serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--green); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.concept-rail,
.site-header,
.eyebrow,
.button,
.text-link,
.seat-card small,
.seat-number,
.scroll-cue,
.section-index,
.player-number,
.player-meta,
.player-status,
.chapter-list span,
.principal-grid article > span:last-child,
footer > div,
footer small { font-family: var(--sans); }

.concept-rail { min-height: 28px; padding: 7px 24px 5px; background: var(--burgundy); color: var(--cream); display: flex; justify-content: space-between; gap: 24px; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.site-header { height: 88px; padding: 0 clamp(24px, 4.5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--green); color: var(--cream); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-transform: uppercase; }
.brand img { width: 38px; height: 30px; object-fit: contain; }
.brand-wordmark { display: grid; gap: 1px; line-height: 1; }
.brand-wordmark small { color: var(--brass); font-family: var(--sans); font-size: 6px; font-weight: 500; letter-spacing: .28em; }
.brand-wordmark strong { color: var(--cream); font-family: var(--serif); font-size: 16px; font-weight: 300; letter-spacing: .025em; }
nav { display: flex; gap: 38px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
nav a, .header-cta { transition: opacity .2s ease; }
nav a:hover, .header-cta:hover { opacity: .62; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.header-cta { font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.header-cta .arrow-mark { margin-left: 10px; }
.social-link { width: 40px; height: 40px; display: grid; place-items: center; position: relative; overflow: hidden; border: 1px solid rgba(238,232,220,.24); clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); transition: border-color .22s ease, transform .22s ease; }
.social-link::before { content: ""; position: absolute; inset: 0; background: var(--cream); transform: translateY(102%); transition: transform .22s ease; }
.social-link img { width: 17px; height: 17px; position: relative; z-index: 1; transition: filter .22s ease; }
.social-link:hover { border-color: var(--cream); transform: translateY(-2px); }
.social-link:hover::before { transform: translateY(0); }
.social-link:hover img { filter: brightness(0) saturate(100%) invert(9%) sepia(15%) saturate(1309%) hue-rotate(67deg) brightness(89%) contrast(95%); }
.menu-toggle, .mobile-navigation { display: none; }

.hero { position: relative; min-height: calc(100vh - 116px); overflow: hidden; color: var(--cream); background: var(--deep); isolation: isolate; }
.hero-image { position: absolute; inset: 0; background: url("assets/table-hero.avif") center/cover no-repeat; transform: scale(1.01); z-index: -3; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,17,9,.96) 0%, rgba(9,17,9,.82) 43%, rgba(9,17,9,.28) 100%), linear-gradient(0deg, rgba(9,17,9,.7), transparent 55%); z-index: -2; }
.hero-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); z-index: -1; pointer-events: none; }
.hero-grid span { border-left: 1px solid rgba(238,232,220,.1); }
.hero-grid span:last-child { border-right: 1px solid rgba(238,232,220,.1); }
.hero-copy { padding: clamp(90px, 13vh, 150px) clamp(24px, 7vw, 116px) 150px; max-width: 920px; }
.eyebrow { margin: 0 0 26px; color: var(--brass); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--burgundy); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 300; letter-spacing: -.045em; line-height: .9; }
h1 { font-size: clamp(63px, 8.8vw, 145px); }
h1 > span, h1 > em { display: block; }
h1 em, h2 em { font-weight: 300; color: var(--brass); }
.hero-intro { max-width: 560px; margin: 38px 0 34px; color: rgba(238,232,220,.75); font-size: clamp(15px, 1.25vw, 19px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 25px; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--green); }
.text-link { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; border-bottom: 1px solid rgba(238,232,220,.45); padding-bottom: 7px; }
.text-link .arrow-mark { margin-left: 12px; }
.arrow-mark { position: relative; display: inline-block; width: 13px; height: 13px; flex: 0 0 13px; color: var(--brass); vertical-align: -.12em; }
.arrow-mark::before, .arrow-mark::after { content: ""; position: absolute; display: block; }
.arrow-up-right::before, .arrow-down-right::before { width: 7px; height: 7px; right: 1px; border-right: 1px solid currentColor; }
.arrow-up-right::before { top: 1px; border-top: 1px solid currentColor; }
.arrow-down-right::before { bottom: 1px; border-bottom: 1px solid currentColor; }
.arrow-up-right::after, .arrow-down-right::after { width: 12px; height: 1px; right: 1px; background: currentColor; transform-origin: right center; }
.arrow-up-right::after { top: 1px; transform: rotate(-45deg); }
.arrow-down-right::after { bottom: 1px; transform: rotate(45deg); }
.arrow-down::before { left: 6px; top: 0; width: 1px; height: 12px; background: currentColor; }
.arrow-down::after { left: 3px; bottom: 1px; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.seat-card { position: absolute; right: clamp(24px, 6vw, 100px); bottom: 85px; width: 310px; min-height: 220px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(238,232,220,.94); color: var(--green); backdrop-filter: blur(14px); }
.seat-number { position: absolute; right: 24px; top: 20px; color: var(--burgundy); font-size: 10px; }
.seat-card small { font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.seat-card strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: 35px; line-height: .95; font-weight: 300; letter-spacing: -.03em; }
.seat-rule { width: 100%; height: 1px; background: rgba(17,29,16,.23); }
.scroll-cue { position: absolute; left: clamp(24px, 7vw, 116px); bottom: 34px; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: rgba(238,232,220,.55); }
.scroll-cue .arrow-mark { margin-left: 9px; }

.section { padding: clamp(86px, 11vw, 170px) clamp(24px, 7vw, 116px); }
.manifesto { display: grid; grid-template-columns: 1fr 4fr; gap: 40px; }
.section-index { padding-top: 7px; color: var(--burgundy); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.manifesto-copy h2, .section-head h2, .chapters-title h2, .invitation h2 { max-width: 1100px; font-size: clamp(48px, 6.6vw, 110px); }
.manifesto-copy h2 em, .section-head h2 em, .invitation h2 em { color: var(--burgundy); }
.manifesto-detail { max-width: 760px; margin: 58px 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.manifesto-detail > p, .invitation > p { margin: 0; color: rgba(17,29,16,.66); line-height: 1.7; font-size: 15px; }

.direction-callout { position: relative; width: min(100%, 430px); padding: 19px 21px 20px; border-left: 3px solid var(--burgundy); clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%); }
.direction-callout::after { content: ""; position: absolute; inset: 0; border: 1px solid currentColor; opacity: .14; pointer-events: none; }
.direction-callout-label { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 13px; color: var(--brass); font-family: var(--sans); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.direction-callout p { margin: 0; font-family: var(--body); font-size: 12px; line-height: 1.58; }
.direction-callout-light { background: var(--green); color: var(--cream); }
.direction-callout-light p { color: rgba(238,232,220,.76); }
.direction-callout-dark { background: rgba(238,232,220,.075); border-left-color: var(--brass); color: var(--cream); }
.direction-callout-dark p { color: rgba(238,232,220,.68); }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(17,29,16,.2); border-bottom: 1px solid rgba(17,29,16,.2); }
.principles article { min-height: 330px; padding: 38px clamp(25px, 4vw, 66px); border-right: 1px solid rgba(17,29,16,.2); display: flex; flex-direction: column; }
.principles article:last-child { border: 0; }
.principles article > span { color: var(--burgundy); font-size: 9px; }
.principles h3 { margin: auto 0 17px; font-family: var(--serif); font-size: 36px; font-weight: 300; }
.principles p { margin: 0; max-width: 360px; color: rgba(17,29,16,.65); line-height: 1.6; }

.talent { background: var(--deep); color: var(--cream); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 70px; }
.section-head > .direction-callout { flex: 0 1 430px; }
.section-head h2 em { color: var(--brass); }
.roster-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.player-card { min-height: 420px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; display: flex; flex-direction: column; transition: background .3s ease, color .3s ease; }
.player-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(260px circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(168,154,115,.16), transparent 66%); transition: opacity .25s ease; }
.player-card:hover::after { opacity: 1; }
.player-card:hover { background: var(--cream); color: var(--green); }
.player-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; top: -80px; border-radius: 50%; border: 1px solid rgba(168,154,115,.35); }
.player-number { color: var(--brass); font-size: 9px; }
.player-meta { margin-top: 60px; display: flex; justify-content: space-between; gap: 20px; color: rgba(238,232,220,.52); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.player-card:hover .player-meta { color: rgba(17,29,16,.55); }
.player-card h3 { margin: auto 0 26px; font-family: var(--serif); font-size: clamp(42px, 4vw, 68px); line-height: .89; letter-spacing: -.04em; font-weight: 300; }
.player-status { padding-top: 15px; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.player-card:hover .player-status { border-color: rgba(17,29,16,.18); }
.player-featured { background: var(--burgundy); }

.chapters { display: grid; grid-template-columns: 1fr 1.25fr 1.7fr; gap: 56px; background: var(--green); color: var(--cream); }
.section-index.light { color: var(--brass); }
.chapters-title h2 { font-size: clamp(48px, 5.4vw, 86px); }
.chapters-title h2 em { color: var(--brass); }
.chapter-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.chapter-list li { padding: 23px 0; display: grid; grid-template-columns: 45px 1fr 1.8fr; align-items: baseline; gap: 18px; border-bottom: 1px solid var(--line); }
.chapter-list span { color: var(--brass); font-size: 9px; }
.chapter-list strong { font-family: var(--serif); font-size: 24px; font-weight: 300; }
.chapter-list p { margin: 0; color: rgba(238,232,220,.58); font-size: 12px; line-height: 1.5; }

.section-head.compact { color: var(--green); }
.section-head.compact > .direction-callout { align-self: end; }
.principal-grid { border-top: 1px solid rgba(17,29,16,.2); }
.principal-grid article { min-height: 175px; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 30px; border-bottom: 1px solid rgba(17,29,16,.2); }
.initials { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--cream); font-family: var(--serif); font-size: 28px; }
.principal-grid h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 42px; font-weight: 300; }
.principal-grid p { margin: 0; color: rgba(17,29,16,.58); }
.principal-grid article > span:last-child { color: var(--burgundy); font-size: 9px; }

.invitation { text-align: center; background: var(--paper); }
.invitation-mark { width: 78px; height: 78px; margin: 0 auto 46px; display: grid; place-items: center; border: 1px solid rgba(17,29,16,.22); }
.invitation-mark img { width: 51px; height: 51px; object-fit: contain; }
.invitation h2 { margin: 0 auto 35px; }
.invitation > p { max-width: 600px; margin: 0 auto 35px; }
.button-dark { background: var(--green); color: var(--cream); }

footer { min-height: 210px; padding: 45px clamp(24px, 7vw, 116px); background: var(--deep); color: var(--cream); display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 40px; }
footer > div { display: flex; gap: 28px; color: var(--brass); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
footer small { grid-column: 1 / -1; align-self: end; color: rgba(238,232,220,.38); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 900px) {
  .concept-rail span:last-child, .site-header > nav:not(.mobile-navigation) { display: none; }
  .site-header { height: 78px; padding-inline: 24px; grid-template-columns: 1fr auto; }
  .brand-wordmark { display: grid; }
  .header-actions { gap: 12px; }
  .header-cta { display: none; }
  .menu-toggle { width: 40px; height: 40px; padding: 0; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(238,232,220,.24); background: transparent; cursor: pointer; clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%); }
  .menu-toggle span { width: 16px; height: 1px; display: block; background: var(--cream); transition: transform .22s ease; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-navigation { position: absolute; top: 100%; left: 0; right: 0; padding: 22px 24px 28px; display: grid; gap: 0; background: var(--deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-10px); pointer-events: none; transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }
  .menu-open .mobile-navigation { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .mobile-navigation a { min-height: 52px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
  .mobile-navigation a > span { color: var(--brass); font-size: 8px; }
  .mobile-navigation .mobile-navigation-cta { margin-top: 18px; min-height: 48px; padding-inline: 18px; justify-content: space-between; border: 1px solid rgba(238,232,220,.28); }
  .hero { min-height: 850px; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,17,9,.96) 0%, rgba(9,17,9,.75) 72%, rgba(9,17,9,.35) 100%), linear-gradient(0deg, rgba(9,17,9,.88), transparent 62%); }
  .hero-copy { padding: 92px 24px 280px; max-width: 760px; }
  .seat-card { left: 24px; right: auto; bottom: 52px; width: min(310px, calc(100% - 48px)); }
  .scroll-cue { display: none; }
  .manifesto, .chapters { grid-template-columns: 1fr; }
  .manifesto { gap: 34px; }
  .manifesto-detail { margin-top: 42px; grid-template-columns: 1fr; gap: 28px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: 260px; border-right: 0; border-bottom: 1px solid rgba(17,29,16,.2); }
  .roster-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head { align-items: stretch; flex-direction: column; gap: 36px; }
  .section-head > .direction-callout { flex-basis: auto; }
  .chapters { gap: 42px; }
}

@media (max-width: 600px) {
  .concept-rail { min-height: 32px; padding: 9px 16px 7px; justify-content: flex-start; font-size: 7px; letter-spacing: .14em; }
  .site-header { height: 70px; padding-inline: 16px; }
  .brand { gap: 9px; }
  .brand img { width: 32px; height: 26px; }
  .brand-wordmark small { font-size: 5px; }
  .brand-wordmark strong { font-size: 14px; }
  .header-actions { gap: 8px; }
  .social-link, .menu-toggle { width: 38px; height: 38px; }
  .mobile-navigation { padding-inline: 16px; }
  .hero { min-height: 790px; }
  .hero-image { background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(9,17,9,.95) 0%, rgba(9,17,9,.7) 100%), linear-gradient(0deg, rgba(9,17,9,.94) 0%, rgba(9,17,9,.34) 58%, rgba(9,17,9,.46) 100%); }
  .hero-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid span:nth-child(n+3) { display: none; }
  .hero-copy { padding: 66px 20px 252px; }
  .eyebrow { margin-bottom: 20px; font-size: 8px; line-height: 1.5; }
  h1 { font-size: clamp(46px, 14.2vw, 64px); line-height: .92; }
  .hero-intro { max-width: 100%; margin: 27px 0 28px; font-size: 14px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button { min-height: 48px; padding-inline: 21px; }
  .seat-card { left: 20px; bottom: 28px; width: calc(100% - 40px); min-height: 184px; padding: 21px; }
  .seat-card strong { font-size: 30px; }
  .section { padding: 76px 20px; }
  .manifesto { gap: 25px; }
  .manifesto-copy h2, .section-head h2, .chapters-title h2, .invitation h2 { font-size: clamp(43px, 13vw, 59px); line-height: .92; }
  .manifesto-detail { margin-top: 34px; }
  .manifesto-detail > p, .invitation > p { font-size: 14px; line-height: 1.65; }
  .direction-callout { width: 100%; padding: 17px 18px 18px; }
  .direction-callout-label { margin-bottom: 10px; }
  .principles article { min-height: 218px; padding: 28px 20px; }
  .principles h3 { margin-top: auto; font-size: 32px; }
  .section-head { margin-bottom: 42px; gap: 28px; }
  .roster-grid { grid-template-columns: 1fr; }
  .player-card { min-height: 315px; padding: 22px; }
  .player-card::after { display: none; }
  .player-meta { margin-top: 38px; font-size: 7px; }
  .player-card h3 { margin-bottom: 20px; font-size: clamp(44px, 14vw, 60px); }
  .chapters { gap: 32px; }
  .chapter-list li { padding: 20px 0; grid-template-columns: 30px 1fr; gap: 7px 12px; }
  .chapter-list strong { font-size: 23px; }
  .chapter-list p { grid-column: 2; font-size: 12px; }
  .principal-grid article { min-height: 138px; grid-template-columns: 68px 1fr; gap: 18px; padding: 22px 0; }
  .principal-grid article > span:last-child { display: none; }
  .initials { width: 58px; height: 58px; font-size: 21px; }
  .principal-grid h3 { font-size: 31px; }
  .principal-grid p { font-size: 13px; line-height: 1.45; }
  .invitation-mark { margin-bottom: 34px; }
  .invitation h2 br { display: none; }
  footer { min-height: 270px; padding: 38px 20px; grid-template-columns: 1fr; gap: 30px; }
  footer > div { gap: 12px 20px; flex-wrap: wrap; line-height: 1.5; }
  footer small { grid-column: 1; line-height: 1.6; }
}

@media (max-width: 370px) {
  .brand-wordmark { display: none; }
  .hero-copy { padding-top: 54px; }
  h1 { font-size: 45px; }
  .seat-card { min-height: 174px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: reveal .75s both; }
  .hero-copy > *:nth-child(2) { animation-delay: .08s; }
  .hero-copy > *:nth-child(3) { animation-delay: .16s; }
  .hero-copy > *:nth-child(4) { animation-delay: .24s; }
  @keyframes reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
}
