:root {
  --ink: #f7f3ed;
  --muted: #aaa7a2;
  --paper: #080a0b;
  --panel: #101315;
  --cream: #eee9e1;
  --dark: #111315;
  --red: #ef4d3f;
  --red-deep: #b72d24;
  --aqua: #81d5d0;
  --line: rgba(255,255,255,.17);
  --dark-line: rgba(17,19,21,.18);
  --shadow: 0 30px 90px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
body::before { position: fixed; inset: 0; z-index: 100; pointer-events: none; content: ""; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button,input,textarea { font: inherit; }
p { margin: 0; color: var(--muted); }
h1,h2,h3 { margin: 0; overflow-wrap: anywhere; }
h1,h2 { font-weight: 900; letter-spacing: -.075em; line-height: .9; }
h1 { max-width: 1050px; font-size: clamp(4.3rem, 9.8vw, 10.5rem); }
h2 { font-size: clamp(3.3rem, 7.1vw, 7.8rem); }
h1 em,h2 em { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.container { width: min(1360px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: clamp(90px, 11vw, 170px) 0; }
.eyebrow,.section-number { color: var(--red); font-size: .65rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { margin-bottom: 20px; }
.section-number { display: block; color: #85827d; }
.lead { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.35vw, 2.15rem); line-height: 1.36; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid var(--line); background: linear-gradient(to bottom,rgba(3,5,6,.82),transparent); }
.nav-wrap { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 156px; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: rgba(255,255,255,.72); font-size: .65rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.site-nav a:hover,.site-nav a:focus { color: #fff; }
.site-nav .nav-contact { padding: 10px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: rgba(0,0,0,.25); }
.nav-toggle span { display: block; height: 1px; margin: 5px 0; background: #fff; }

.hero { position: relative; display: flex; min-height: 100svh; align-items: flex-end; overflow: hidden; }
.hero__media { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,4,5,.91),rgba(2,4,5,.34) 58%,rgba(2,4,5,.08)),linear-gradient(0deg,rgba(2,4,5,.96),transparent 58%),url("../images/tournament/score8-tournament-room.jpg") center/cover no-repeat; transform: scale(1.01); }
.hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) 230px; gap: 60px; align-items: end; padding-top: 180px; padding-bottom: 70px; }
.hero__copy { max-width: 1000px; }
.hero__lede { max-width: 660px; margin-top: 30px; color: rgba(255,255,255,.76); font-size: clamp(1rem,1.5vw,1.23rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__scorecard { padding: 24px 0 24px 25px; border-left: 1px solid rgba(255,255,255,.35); }
.hero__scorecard strong { display: block; margin: 28px 0 12px; color: var(--red); font-size: 5rem; letter-spacing: -.08em; line-height: .8; }
.hero__scorecard p { color: rgba(255,255,255,.68); font-family: Georgia,serif; font-size: 1.15rem; font-style: italic; line-height: 1.3; }
.live-dot { color: var(--aqua); font-size: .58rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.live-dot::before { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--aqua); content: ""; box-shadow: 0 0 0 5px rgba(129,213,208,.12); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 12px 23px; border: 1px solid transparent; border-radius: 999px; font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: 180ms ease; }
.button:hover,.button:focus { transform: translateY(-2px); }
.button--primary { color: #fff; border-color: var(--red); background: var(--red); }
.button--primary:hover,.button--primary:focus { background: #ff6659; }
.button--line { color: #fff; border-color: rgba(255,255,255,.4); background: rgba(0,0,0,.12); }
.button--dark { color: #fff; background: var(--dark); }
.text-link { display: inline-flex; gap: 16px; align-items: center; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: .65rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.text-link--light { color: #fff; }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--red); color: #fff; }
.ticker div { display: flex; width: max-content; animation: ticker 30s linear infinite; }
.ticker span,.ticker b { padding: 14px 28px; font-size: .62rem; letter-spacing: .17em; text-transform: uppercase; white-space: nowrap; }
.ticker b { color: #260b09; font-family: Georgia,serif; font-style: italic; font-weight: 700; }
@keyframes ticker { to { transform: translateX(-50%); } }

.story { background: #0d1011; }
.story__intro { display: grid; grid-template-columns: 180px minmax(0,1.15fr) minmax(300px,.55fr); gap: clamp(30px,5vw,80px); align-items: end; }
.story__intro .lead { padding-bottom: 5px; }
.photo-ledger { display: grid; grid-template-columns: 1.3fr .7fr; gap: 22px; margin-top: 95px; }
.ledger-card { position: relative; min-height: 380px; margin: 0; overflow: hidden; background: #111; box-shadow: var(--shadow); }
.ledger-card--room { grid-row: span 2; min-height: 780px; }
.ledger-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.ledger-card:hover img,.moment-card:hover img { transform: scale(1.025); }
.ledger-card::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,5,6,.88),transparent 52%); content: ""; }
.ledger-card figcaption { position: absolute; right: 26px; bottom: 24px; left: 26px; z-index: 2; }
.ledger-card figcaption span { display: block; color: var(--red); font-size: .58rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.ledger-card figcaption strong { display: block; max-width: 560px; margin-top: 7px; font-family: Georgia,serif; font-size: clamp(1.5rem,2.8vw,3rem); font-style: italic; font-weight: 400; line-height: 1.05; }
.ledger-card--focus img { object-position: center 30%; }

.signal { position: relative; min-height: 92svh; overflow: hidden; }
.signal__media { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,5,6,.93),rgba(2,5,6,.32) 60%,rgba(2,5,6,.05)),url("../images/tournament/score8-venue-arrival.jpg") center/cover no-repeat; }
.signal__content { position: relative; z-index: 2; display: flex; min-height: 92svh; flex-direction: column; justify-content: flex-end; padding-top: 120px; padding-bottom: 90px; }
.signal__content h2 { max-width: 850px; }
.signal__content > p:last-of-type { max-width: 570px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: 1.08rem; }

.moments { color: var(--dark); background: var(--cream); }
.moments .section-number { color: #706d68; }
.moments__head { display: grid; grid-template-columns: 180px minmax(0,1fr) auto; gap: 40px; align-items: end; }
.moments__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 85px; }
.moment-card { margin: 0; overflow: hidden; }
.moment-card img { width: 100%; aspect-ratio: .78/1; object-fit: cover; transition: transform 700ms ease; }
.moment-card--offset { margin-top: 90px; }
.moment-card figcaption { padding-top: 12px; color: #65625e; font-size: .58rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.page-hero { position: relative; display: flex; min-height: 82svh; align-items: flex-end; overflow: hidden; background-position: center; background-size: cover; }
.page-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,5,6,.95),rgba(3,5,6,.35) 68%,rgba(3,5,6,.08)),linear-gradient(0deg,rgba(3,5,6,.86),transparent 60%); content: ""; }
.page-hero--about { background-image: url("../images/tournament/score8-top-four-challenge.jpg"); }
.page-hero--contact { background-image: url("../images/tournament/score8-brand-details.jpg"); }
.page-hero--privacy { background-image: url("../images/tournament/score8-player-focus.jpg"); }
.page-hero__content { position: relative; z-index: 2; padding-top: 190px; padding-bottom: 75px; }
.page-hero__content h1 { max-width: 1080px; font-size: clamp(3.9rem,8.5vw,9rem); }
.page-hero__content > p:last-child { max-width: 680px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.page-hero__label { position: absolute; right: 25px; bottom: 50px; z-index: 2; color: rgba(255,255,255,.5); font-size: .58rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }

.belief { background: var(--red); }
.belief .section-number,.belief .eyebrow { color: #3c0f0b; }
.belief h2 em { color: #fff; }
.belief .lead { color: #35100d; }
.belief__layout { display: grid; grid-template-columns: 180px minmax(0,1.1fr) minmax(300px,.55fr); gap: clamp(30px,5vw,80px); align-items: end; }
.principles { background: #0d1011; }
.principles__head { display: grid; grid-template-columns: 180px 1fr; gap: 40px; align-items: end; }
.principles__list { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 90px; border-top: 1px solid var(--line); }
.principles__list article { padding: 30px 34px 10px 0; border-right: 1px solid var(--line); }
.principles__list article + article { padding-left: 34px; }
.principles__list article:last-child { border-right: 0; }
.principles__list span,.policy article > span { color: var(--red); font-family: Georgia,serif; font-size: .85rem; font-style: italic; }
.principles__list h3 { margin: 40px 0 14px; font-size: 1.3rem; letter-spacing: -.04em; }
.split-feature { display: grid; min-height: 82svh; grid-template-columns: 1.08fr .92fr; background: var(--cream); color: var(--dark); }
.split-feature__image { min-height: 650px; background: url("../images/tournament/score8-final-table.jpg") center/cover no-repeat; }
.split-feature__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px,8vw,130px); }
.split-feature__copy h2 { font-size: clamp(3rem,5.5vw,6rem); }
.split-feature__copy > p:last-of-type { max-width: 530px; margin: 28px 0 32px; color: #5b5955; }

.contact-section,.policy-section { color: var(--dark); background: var(--cream); }
.contact-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.15fr); gap: clamp(60px,10vw,160px); }
.contact-intro h2 { margin-top: 24px; font-size: clamp(3rem,5vw,5.7rem); }
.contact-intro > p:not(.section-number) { max-width: 430px; margin-top: 28px; color: #5a5854; }
.contact-email { display: inline-flex; gap: 14px; margin-top: 35px; padding-bottom: 4px; border-bottom: 1px solid var(--dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; padding-top: 8px; }
.field { grid-column: 1/-1; }
.field--half { grid-column: auto; }
.field label { display: block; margin-bottom: 8px; font-size: .62rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.field input,.field textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--dark-line); border-radius: 0; color: var(--dark); outline: 0; background: transparent; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus,.field textarea:focus { border-color: var(--red-deep); }
.contact-form .button { width: fit-content; margin-top: 10px; }
.form-note { align-self: center; color: #6a6762; font-size: .72rem; }
.policy-layout { display: grid; grid-template-columns: minmax(230px,.42fr) minmax(0,1fr); gap: clamp(60px,10vw,160px); align-items: start; }
.policy-aside { position: sticky; top: 40px; }
.policy-aside > p:not(.section-number) { margin-top: 24px; color: #55524e; font-family: Georgia,serif; font-size: 1.35rem; line-height: 1.4; }
.policy-aside span { display: block; margin-top: 28px; color: #73706a; font-size: .6rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.policy article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 0 0 42px; border-bottom: 1px solid var(--dark-line); }
.policy article + article { padding-top: 42px; }
.policy h2 { margin-bottom: 14px; font-size: clamp(1.8rem,3vw,3rem); line-height: 1; }
.policy p { color: #57544f; }
.inline-link { color: var(--dark); text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 4px; }

.site-footer { padding: 60px 0 24px; border-top: 1px solid var(--line); background: #070809; }
.footer-wrap { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: center; }
.footer-brand img { width: 145px; }
.footer-wrap > p { color: rgba(255,255,255,.65); font-family: Georgia,serif; font-style: italic; text-align: center; }
.footer-wrap nav { display: flex; justify-content: flex-end; gap: 20px; color: rgba(255,255,255,.55); font-size: .6rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 20px; border-top: 1px solid var(--line); }
.footer-legal p { font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ticker div { animation: none; } }
@media (max-width: 1050px) {
  .hero__layout,.story__intro,.belief__layout,.contact-layout,.policy-layout { grid-template-columns: 1fr; }
  .hero__scorecard { display: none; }
  .story__intro,.belief__layout { gap: 28px; }
  .story__intro .lead,.belief .lead { max-width: 680px; }
  .moments__head { grid-template-columns: 1fr; }
  .moments__head .button { width: fit-content; }
  .policy-aside { position: static; max-width: 620px; }
  .split-feature__copy { padding: 60px 40px; }
}
@media (max-width: 820px) {
  .container { width: min(100% - 36px,1360px); }
  .nav-wrap { min-height: 78px; }
  .brand img { width: 140px; }
  .nav-toggle { display: inline-block; }
  .site-nav { position: absolute; top: 76px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); background: #0b0d0e; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 10px; }
  .site-nav .nav-contact { border: 0; border-radius: 0; }
  .hero__layout { padding-top: 150px; padding-bottom: 55px; }
  .hero__media { background-position: 60% center; }
  .photo-ledger { grid-template-columns: 1fr; margin-top: 65px; }
  .ledger-card,.ledger-card--room { min-height: 0; aspect-ratio: 1/1; grid-row: auto; }
  .moments__grid { grid-template-columns: 1fr; margin-top: 60px; }
  .moment-card--offset { margin-top: 0; }
  .moment-card img { aspect-ratio: 1.2/1; }
  .page-hero__label { display: none; }
  .principles__head { grid-template-columns: 1fr; }
  .principles__list { grid-template-columns: 1fr; margin-top: 65px; }
  .principles__list article,.principles__list article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles__list h3 { margin-top: 18px; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature__image { min-height: 62svh; }
  .field--half { grid-column: 1/-1; }
  .footer-wrap { grid-template-columns: 1fr; }
  .footer-wrap > p { text-align: left; }
  .footer-wrap nav { justify-content: flex-start; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(3.65rem,18vw,5.3rem); }
  h2 { font-size: clamp(3rem,15vw,4.6rem); }
  .section { padding: 80px 0; }
  .hero { min-height: 94svh; }
  .hero__actions,.hero__actions .button { width: 100%; }
  .signal,.signal__content { min-height: 80svh; }
  .signal__media { background-position: 58% center; }
  .signal__content { padding-bottom: 52px; }
  .ledger-card figcaption { right: 20px; bottom: 20px; left: 20px; }
  .page-hero { min-height: 72svh; }
  .page-hero__content { padding-top: 145px; padding-bottom: 54px; }
  .page-hero--contact { background-position: 58% center; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; }
  .policy article { grid-template-columns: 1fr; gap: 12px; }
  .footer-legal { flex-direction: column; gap: 8px; }
}
