:root {
  --navy: #061d2e;
  --deep: #03131f;
  --blue: #0a6fa8;
  --sky: #52c7e8;
  --foam: #dff8ff;
  --orange: #ff7a1a;
  --white: #f7fbfd;
  --ink: #10222c;
  --muted: #657680;
  --line: #d7e1e6;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .7rem 1rem; border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 120px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); background: rgba(3,19,31,.92); color: white; display: flex; align-items: center; gap: 2.4rem; position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(10px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-logo { width: 112px; height: 112px; object-fit: contain; flex: 0 0 auto; }
.brand-mark { border: 2px solid var(--sky); color: var(--sky); font: 900 1.45rem/1 var(--display); letter-spacing: .07em; padding: .48rem .42rem; transform: skew(-5deg); }
.brand-copy { font: 600 .85rem/1.04 var(--display); letter-spacing: .08em; text-transform: uppercase; color: #c4d7e2; }
.brand-copy b { color: white; font-size: 1.05rem; }
nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
nav a { font: 600 .85rem/1 var(--body); text-decoration: none; color: #d7e5eb; }
nav a:hover, nav a:focus-visible { color: var(--sky); }
.header-cta { text-decoration: none; padding: .72rem 1.1rem; background: var(--orange); color: #111; font-weight: 800; font-size: .88rem; }
.menu-button { display: none; }
.hero { min-height: 760px; height: 94vh; max-height: 940px; color: white; position: relative; overflow: hidden; display: grid; align-items: center; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(2,15,25,.98) 0%, rgba(2,15,25,.86) 35%, rgba(2,15,25,.27) 68%, rgba(2,15,25,.1) 100%), linear-gradient(0deg, rgba(2,15,25,.72) 0%, transparent 38%); }
.hero-content { width: min(1260px, calc(100% - 2.5rem)); margin: 4rem auto 0; position: relative; z-index: 2; }
.eyebrow, .section-kicker { font: 800 .8rem/1 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--blue); }
.eyebrow { color: var(--sky); }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; margin: 0; line-height: .9; }
h1 { font-size: clamp(4.4rem, 10vw, 9rem); max-width: 820px; letter-spacing: -.03em; }
h1 span { display: block; font-weight: 600; color: var(--sky); font-style: italic; font-size: .58em; letter-spacing: .02em; }
.hero-meta { display: flex; gap: clamp(2rem, 5vw, 5rem); margin: 2.7rem 0 2rem; }
.hero-meta div { display: grid; gap: .3rem; border-left: 3px solid var(--orange); padding-left: .8rem; }
.hero-meta small { color: #9fb4c0; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.hero-meta strong { font-family: var(--display); letter-spacing: .04em; font-size: 1.25rem; }
.hero-actions { display: flex; gap: .8rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.35rem; font-weight: 800; text-decoration: none; border: 0; font-family: var(--body); font-size: .9rem; cursor: pointer; }
.button-primary { background: var(--orange); color: #131313; }
.button-primary:hover { background: #ff974e; }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: white; background: rgba(2,18,29,.35); }
.hero-number { position: absolute; z-index: 1; right: -1.5rem; bottom: -4rem; font: 900 clamp(15rem, 35vw, 34rem)/.7 var(--display); color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.13); }
.ticker { display: flex; gap: 1.5rem; align-items: center; justify-content: center; flex-wrap: wrap; background: var(--orange); color: #141414; padding: .85rem 1rem; font: 800 .86rem/1 var(--body); text-transform: uppercase; letter-spacing: .06em; }
.ticker i { width: 5px; height: 5px; background: var(--navy); transform: rotate(45deg); }
.section { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.intro { padding-block: clamp(5rem, 10vw, 9rem); }
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(3rem, 8vw, 8rem); margin-top: 1.5rem; }
.intro h2, .history h2, .sponsors h2 { font-size: clamp(3.5rem, 7vw, 6.4rem); letter-spacing: -.025em; }
.intro h2 em { color: var(--blue); font-style: normal; }
.intro-copy .lead { font-size: clamp(1.25rem, 2vw, 1.6rem); font-weight: 600; line-height: 1.45; margin-top: 0; }
.intro-copy > p:not(.lead) { color: var(--muted); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 1.5rem; }
.stat-row div { display: grid; }
.stat-row strong { font: 800 2.4rem/1 var(--display); color: var(--blue); }
.stat-row span { font-size: .76rem; color: var(--muted); margin-top: .35rem; }
.format-section { background: var(--navy); color: white; padding-block: clamp(5rem, 9vw, 8rem); position: relative; overflow: hidden; }
.format-section::before { content: "WDFC"; position: absolute; right: -2rem; top: -1rem; font: 900 15rem/1 var(--display); color: rgba(255,255,255,.025); }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 9vw, 9rem); position: relative; }
.section-kicker.light { color: var(--sky); }
.format-copy h2 { font-size: clamp(3.7rem, 7vw, 6rem); margin: 1.3rem 0 2rem; }
.format-copy > p { color: #c0d0d9; max-width: 560px; }
.format-copy .fine-print { color: #7f99a7; font-size: .85rem; border-left: 2px solid var(--blue); padding-left: 1rem; margin-top: 2rem; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 4.5rem 1fr; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li > span { color: var(--sky); font: 700 1rem/1 var(--display); }
.steps strong { font: 700 2rem/1 var(--display); text-transform: uppercase; }
.steps p { color: #8fa5b1; margin: .35rem 0 0; font-size: .9rem; }
.history { padding-block: clamp(5rem, 10vw, 9rem); }
.history-heading { max-width: 670px; }
.history-heading h2 { margin: 1.25rem 0 1.5rem; }
.history-heading > p { color: var(--muted); font-size: 1.08rem; }
.year-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; margin-top: 3rem; }
.year-banner { min-height: 108px; border: 0; border-left: 7px solid var(--orange); padding: 1rem 1.35rem; background: var(--navy); color: white; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.year-banner span { font: 900 clamp(2.8rem, 6vw, 5rem)/.8 var(--display); letter-spacing: -.02em; }
.year-banner small { color: #a9c0cc; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.year-banner:hover, .year-banner:focus-visible { background: #0b3853; transform: translateY(-2px); }
.year-banner.active { background: var(--blue); box-shadow: inset 0 -6px 0 var(--sky); }
.year-banner.active small { color: white; }
.podium-panel { margin-top: 1.5rem; }
.podium-summary { color: var(--muted); margin: 0 0 1.5rem; }
.podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: end; }
.history-winner { min-height: 310px; background: var(--blue); color: white; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.history-winner.has-photo { min-height: clamp(360px, 38vw, 500px); }
.champion-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.champion-photo.focus-left-person { width: 145%; height: 145%; top: -20%; right: auto; bottom: auto; left: -2%; object-position: left 44%; }
.champion-photo.portrait-photo { object-position: center 40%; transform: scale(1.12) translate(6%, -5%); }
.history-winner.has-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,19,31,.9) 0%, rgba(3,19,31,.58) 40%, rgba(3,19,31,.08) 72%), linear-gradient(0deg, rgba(3,19,31,.92) 0%, transparent 58%); }
.history-winner.winner-left-focus::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at 29% 38%, rgba(255,255,255,.36) 0%, rgba(255,255,255,.18) 17%, transparent 37%); mix-blend-mode: screen; }
.history-winner.winner-left-focus::after { z-index: 1; background: linear-gradient(90deg, rgba(3,19,31,.04) 0%, rgba(3,19,31,.06) 34%, rgba(3,19,31,.46) 64%, rgba(3,19,31,.82) 100%), linear-gradient(0deg, rgba(3,19,31,.9) 0%, transparent 44%); }
.history-winner.michael-focus::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at 24% 42%, rgba(255,255,255,.42) 0%, rgba(255,255,255,.2) 20%, transparent 42%); mix-blend-mode: screen; }
.history-winner.michael-focus::after { z-index: 1; background: linear-gradient(90deg, rgba(3,19,31,.02) 0%, rgba(3,19,31,.08) 37%, rgba(3,19,31,.6) 68%, rgba(3,19,31,.88) 100%), linear-gradient(0deg, rgba(3,19,31,.9) 0%, transparent 48%); }
.history-winner > :not(.champion-photo) { z-index: 2; }
.history-winner .place { color: rgba(255,255,255,.16); }
.history-winner p { color: #c7eefa; font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 .4rem; }
.history-winner h3 { font-size: clamp(2.8rem, 7vw, 5rem); }
.podium-card { min-height: 310px; background: #edf3f6; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.podium-card::after { content: attr(data-place); }
.podium-card.first { background: var(--blue); color: white; min-height: 365px; }
.podium-card.first.has-photo { min-height: 430px; }
.podium-champion-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 34%; filter: brightness(1.05) contrast(1.03); }
.podium-card.first.has-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(0deg, rgba(3,19,31,.94) 0%, rgba(3,19,31,.5) 31%, transparent 58%), linear-gradient(90deg, rgba(3,19,31,.18), transparent 25%, transparent 75%, rgba(3,19,31,.28)); }
.podium-card.first.has-photo::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at 50% 28%, rgba(255,255,255,.32) 0%, rgba(255,255,255,.14) 17%, transparent 36%); mix-blend-mode: screen; }
.podium-card.first.has-photo > * { z-index: 2; }
.podium-card.first.has-photo > .podium-champion-photo { z-index: 0; }
.podium-card.first.has-photo h3, .podium-card.first.has-photo > strong { text-shadow: 0 2px 12px rgba(0,0,0,.7); }
.place { position: absolute; top: 1.3rem; right: 1.5rem; font: 900 5rem/1 var(--display); color: rgba(6,29,46,.1); }
.first .place { color: rgba(255,255,255,.16); }
.winner-label { position: absolute; top: 1.4rem; left: 1.5rem; background: var(--orange); color: #111; padding: .35rem .55rem; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.podium-card p { font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); margin: 0 0 .4rem; }
.first p { color: #c7eefa; }
.podium-card h3 { font-size: clamp(2rem, 4vw, 3rem); }
.podium-card > strong { font: 800 3rem/1 var(--display); color: var(--blue); margin-top: 1rem; }
.first > strong { color: white; }
.podium-card > strong span { font-size: 1rem; margin-left: .2rem; }
.tickets { background: linear-gradient(135deg, #051b2a, #073752); color: white; padding-block: clamp(5rem, 10vw, 8rem); }
.ticket-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.ticket-heading h2 { font-size: clamp(4rem, 8vw, 7rem); margin: 1.2rem 0 1.5rem; }
.ticket-heading p { color: #aec2cd; max-width: 500px; }
.ticket-card { background: var(--foam); color: var(--ink); padding: 1.3rem; box-shadow: 16px 16px 0 rgba(0,0,0,.18); transform: rotate(1deg); }
.ticket-top { display: flex; justify-content: space-between; background: var(--orange); padding: .65rem .8rem; font: 800 .76rem/1 var(--body); letter-spacing: .11em; }
.ticket-main { padding: 1.8rem .7rem 1.4rem; }
.ticket-main > p { margin: 0; color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .07em; font-size: .75rem; }
.ticket-main h3 { font-size: clamp(4rem, 9vw, 7rem); border-bottom: 2px dashed #8ba2ae; padding-bottom: 1.2rem; margin-bottom: 1rem; }
.ticket-main dl { margin: 0; }
.ticket-main dl div { display: flex; justify-content: space-between; gap: 2rem; padding: .5rem 0; }
.ticket-main dt { color: var(--muted); font-size: .8rem; }
.ticket-main dd { margin: 0; font-weight: 700; text-align: right; font-size: .88rem; }
.button-ticket { width: 100%; background: var(--navy); color: white; }
.button-ticket:hover, .button-ticket:focus-visible { background: var(--blue); }
.accommodation-box { margin-top: 1rem; padding: 1.15rem; background: white; border: 2px solid var(--navy); }
.accommodation-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font: 800 .78rem/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }
.accommodation-top strong { padding: .45rem .6rem; background: var(--orange); color: #111; white-space: nowrap; }
.accommodation-box p { margin: 1rem 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.accommodation-actions { display: grid; grid-template-columns: 1fr auto; gap: .7rem; align-items: stretch; }
.button-accommodation { background: var(--blue); color: white; }
.button-accommodation:hover, .button-accommodation:focus-visible { background: var(--navy); }
.accommodation-phone { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1rem; border: 1px solid var(--navy); color: var(--navy); font-weight: 800; font-size: .86rem; text-decoration: none; white-space: nowrap; }
.accommodation-phone:hover, .accommodation-phone:focus-visible { background: var(--foam); }
.sponsors { padding-block: clamp(5rem, 10vw, 9rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 8rem); align-items: start; }
.sponsor-copy h2 { margin: 1.2rem 0 1.5rem; }
.sponsor-copy p { color: var(--muted); }
.sponsor-list { display: grid; gap: .85rem; }
.sponsor-logo { min-height: 145px; padding: 1.25rem 1.75rem; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); }
.sponsor-logo img { width: auto; height: auto; max-width: min(100%, 360px); max-height: 110px; object-fit: contain; }
.sponsor-logo-square img { max-height: 125px; }
.sponsor-logo-wide img { max-width: min(100%, 470px); }
.final-cta { text-align: center; padding: clamp(5rem, 11vw, 10rem) 1.25rem; background: var(--sky); color: var(--navy); }
.final-cta p { text-transform: uppercase; font-weight: 800; letter-spacing: .15em; font-size: .75rem; }
.final-cta h2 { font-size: clamp(4.3rem, 10vw, 9rem); margin: 1rem 0 2rem; }
footer { padding: 2.2rem clamp(1.25rem, 4vw, 4.5rem); background: var(--deep); color: #94aab6; display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: .76rem; }
.footer-brand { color: white; }
@media (max-width: 860px) {
  .site-header { height: 120px; }
  .header-cta { display: none; }
  .menu-button { display: block; margin-left: auto; border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; padding: .55rem .75rem; font-weight: 700; }
  nav { display: none; position: absolute; top: 120px; left: 0; right: 0; margin: 0; padding: 1.5rem; background: var(--deep); flex-direction: column; align-items: stretch; gap: 0; }
  nav.open { display: flex; }
  nav a { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero { min-height: 700px; height: 88vh; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,15,25,.94), rgba(2,15,25,.37)), linear-gradient(0deg, rgba(2,15,25,.75), transparent 50%); }
  .intro-grid, .format-grid, .ticket-wrap, .sponsors { grid-template-columns: 1fr; }
  .intro-grid, .format-grid { gap: 3rem; }
  .year-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .podium { grid-template-columns: 1fr; align-items: stretch; }
  .podium-card, .podium-card.first { min-height: 245px; }
  .podium-card.first.has-photo { min-height: 420px; }
  .podium-card.first { order: -1; }
  .ticket-card { max-width: 610px; }
  footer { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .brand-copy { display: none; }
  .site-header { height: 104px; }
  nav { top: 104px; }
  .brand-logo { width: 96px; height: 96px; }
  .hero { min-height: 680px; }
  .hero-image { object-position: 62% center; }
  .hero-content { margin-top: 2rem; }
  h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .hero-meta { flex-direction: column; gap: 1.1rem; margin-block: 2rem 1.6rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1; padding-inline: .7rem; }
  .ticker { justify-content: flex-start; overflow: hidden; flex-wrap: nowrap; white-space: nowrap; }
  .year-bar { grid-template-columns: 1fr; }
  .year-banner { min-height: 86px; }
  .ticker span:nth-of-type(n+3), .ticker i:nth-of-type(n+3) { display: none; }
  .podium-card.first.has-photo { min-height: 390px; }
  .stat-row { gap: .4rem; }
  .stat-row strong { font-size: 2rem; }
  .ticket-card { transform: none; box-shadow: 8px 8px 0 rgba(0,0,0,.18); }
  .ticket-main dl div { display: grid; gap: .1rem; }
  .ticket-main dd { text-align: left; }
  .accommodation-actions { grid-template-columns: 1fr; }
  .sponsor-logo { min-height: 120px; padding: 1rem; }
  .sponsor-logo img { max-height: 90px; }
  .sponsor-logo-square img { max-height: 100px; }
  footer { display: grid; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
