:root {
  --green-950: #004b36;
  --green-900: #004b36;
  --green-800: #004b36;
  --green-100: #dcebe5;
  --gold: #ffcd00;
  --gold-soft: #ffe37a;
  --ink: #14211d;
  --muted: #5f6c67;
  --cream: #f4f1e8;
  --white: #fff;
  --line: rgba(20, 33, 29, .14);
  --shadow: 0 24px 70px rgba(0, 75, 54, .14);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 14px; background: var(--gold); color: var(--green-950); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(0, 75, 54, .96); box-shadow: 0 8px 32px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-lockup { display: flex; align-items: center; gap: 12px; }
.brand-since { flex: 0 0 auto; color: var(--gold); font-size: .62rem; font-weight: 950; letter-spacing: .1em; line-height: 1.18; text-align: left; text-transform: uppercase; }
.brand { width: 242px; height: 58px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 238px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .88rem; font-weight: 800; letter-spacing: .04em; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { padding: 12px 0; border-bottom: 2px solid transparent; }
.site-nav a:not(.nav-cta):hover { border-color: var(--gold); }
.nav-cta { padding: 11px 17px; color: var(--green-950); background: var(--gold); border-radius: 999px; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; color: inherit; background: transparent; border: 1px solid rgba(255,255,255,.36); border-radius: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 790px; display: grid; align-items: end; color: var(--white); background: var(--green-950); overflow: hidden; }
.hero-backdrop { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,75,54,.96) 0%, rgba(0,75,54,.78) 44%, rgba(0,75,54,.25) 78%, rgba(0,75,54,.48) 100%), linear-gradient(0deg, rgba(0,75,54,.7), transparent 46%), url("assets/images/football-stadium.jpg"); background-size: cover; background-position: center; transform: scale(1.015); }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 18% 28%, rgba(255,205,0,.18), transparent 21%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 52px 52px, 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.hero-content { position: relative; z-index: 1; padding-block: 170px 92px; }
.eyebrow { margin: 0 0 14px; color: var(--green-800); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(4.3rem, 9.5vw, 8.2rem); line-height: .83; letter-spacing: -.065em; text-transform: uppercase; }
.hero-copy { max-width: 630px; margin: 30px 0; font-size: clamp(1.08rem, 2vw, 1.34rem); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--green-950); background: var(--gold); }
.button-gold:hover { background: var(--gold-soft); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.58); }
.button-ghost:hover { color: var(--green-950); background: var(--white); }
.button-dark { color: var(--white); background: var(--green-950); }
.button-dark:hover { background: var(--green-800); }
.hero-note { position: absolute; right: 0; bottom: 92px; width: 270px; padding: 24px 28px; display: grid; gap: 4px; background: var(--gold); color: var(--green-950); font-weight: 800; clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 26%); }
.hero-note-year { font-size: 2.8rem; font-weight: 950; line-height: 1; letter-spacing: -.04em; }

.proof-bar { background: var(--gold); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid div { padding: 25px 28px; border-inline-start: 1px solid rgba(0,75,54,.18); }
.proof-grid div:last-child { border-inline-end: 1px solid rgba(0,75,54,.18); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--green-950); font-size: 1rem; }
.proof-grid span { margin-top: 2px; color: rgba(0,75,54,.76); font-size: .83rem; line-height: 1.45; }

.section { padding-block: 64px; }
.section h2 { margin: 0 0 28px; color: var(--green-950); font-size: clamp(2.55rem, 5vw, 5rem); line-height: .97; letter-spacing: -.055em; }
.section h3 { color: var(--green-950); line-height: 1.15; }
.lead { font-size: 1.25rem; line-height: 1.55; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.section-copy p:not(.eyebrow) { max-width: 760px; }
.founder-card { position: relative; padding: 46px 40px 40px; color: var(--white); background: var(--green-900); border-radius: var(--radius); box-shadow: var(--shadow); }
.founder-card::after { content: ""; position: absolute; width: 92px; height: 92px; right: -16px; bottom: -18px; background: var(--gold); border-radius: 50%; opacity: .95; z-index: 0; }
.founder-card > * { position: relative; z-index: 1; }
.quote-mark { display: block; height: 54px; color: var(--gold); font: 800 6rem/1 Georgia, serif; }
.founder-card blockquote { margin: 12px 0 28px; font-size: 1.38rem; line-height: 1.48; }
.founder-card p { color: rgba(255,255,255,.78); }
.founder-card a { font-size: .87rem; font-weight: 800; text-underline-offset: 4px; overflow-wrap: anywhere; }

.tours-section { background: var(--white); }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 340px; margin: 0 0 8px; color: var(--muted); }
.tour-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.tour-card { display: grid; grid-template-columns: 42% 58%; min-height: 340px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.tour-card-featured { grid-column: 1 / -1; grid-template-columns: 54% 46%; min-height: 520px; color: var(--white); background: var(--green-900); border: 0; }
.tour-card img { width: 100%; height: 100%; object-fit: cover; }
.tour-card-content { padding: 34px; }
.tour-card-featured .tour-card-content { padding: clamp(38px, 5vw, 66px); align-self: center; }
.tour-meta { margin: 0 0 12px; color: var(--green-800); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.tour-meta span { display: inline-block; margin-right: 8px; padding: 4px 8px; color: var(--green-950); background: var(--gold); border-radius: 6px; }
.tour-card h3 { margin: 0 0 14px; font-size: clamp(1.35rem, 2vw, 2rem); }
.tour-card p { margin-bottom: 0; color: var(--muted); }
.tour-card-featured h3 { color: var(--white); font-size: clamp(2rem, 4vw, 3.45rem); }
.tour-card-featured p, .tour-card-featured li { color: rgba(255,255,255,.78); }
.tour-card ul { padding-left: 18px; }
.tour-history-note { margin-top: 24px; padding: 18px 24px; display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--white); background: var(--green-950); border-radius: 14px; }
.tour-history-note::before, .tour-history-note::after { content: ""; width: 44px; height: 2px; flex: 0 0 44px; background: var(--gold); }
.tour-history-note p { margin: 0; font-size: 1.02rem; font-weight: 800; line-height: 1.4; }
.tours-section { padding-bottom: 42px; }

.cup-section { color: var(--white); background: var(--green-950); overflow: hidden; }
.cup-section .shell { position: relative; }
.cup-section .shell::before { content: "2030"; position: absolute; right: -70px; top: -116px; color: rgba(255,255,255,.035); font-size: 22rem; font-weight: 950; line-height: 1; letter-spacing: -.09em; }
.cup-section h2, .cup-section h3 { color: var(--white); }
.cup-intro { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.cup-intro h2 { margin-bottom: 14px; }
.cup-subtitle { max-width: 680px; margin: 0; color: rgba(255,255,255,.74); font-size: 1.28rem; }
.country-stack { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.country-stack span { padding: 8px 14px; color: var(--green-950); background: var(--gold); font-size: .78rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; transform: rotate(-2deg); }
.country-stack span:nth-child(2) { transform: translateX(-26px) rotate(1deg); }
.country-stack span:nth-child(3) { transform: translateX(8px) rotate(-1deg); }
.fact-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-block: 66px; border-block: 1px solid rgba(255,255,255,.18); }
.fact-grid article { padding: 30px; border-inline-start: 1px solid rgba(255,255,255,.18); }
.fact-grid article:last-child { border-inline-end: 1px solid rgba(255,255,255,.18); }
.fact-grid strong, .fact-grid span { display: block; }
.fact-grid strong { color: var(--gold); font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.1; }
.fact-grid span { margin-top: 8px; color: rgba(255,255,255,.66); font-size: .84rem; line-height: 1.45; }
.cup-detail-grid { position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.cup-detail-grid h3 { margin-top: 0; font-size: 2rem; }
.cup-detail-grid p { color: rgba(255,255,255,.73); }
.text-link { display: inline-block; margin-top: 10px; color: var(--gold); font-weight: 850; text-underline-offset: 5px; }
.concept-card { padding: 42px; color: var(--ink); background: var(--white); border-radius: var(--radius); transform: rotate(1deg); box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.concept-card h3 { color: var(--green-950); }
.concept-card p { color: var(--muted); }
.concept-label { display: inline-block; padding: 6px 10px; color: var(--green-950); background: var(--gold); font-size: .72rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-800); font-weight: 950; }
.small-print { font-size: .8rem; }

.register-section { background: var(--gold); }
.register-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.register-copy { position: sticky; top: 120px; }
.register-copy h2 { margin-bottom: 24px; }
.register-copy > p:not(.eyebrow) { font-size: 1.15rem; }
.contact-card { margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(0,75,54,.28); }
.contact-card span, .contact-card a { display: block; }
.contact-card span { margin-bottom: 8px; color: rgba(0,75,54,.68); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-card a { margin: 4px 0; color: var(--green-950); font-weight: 850; overflow-wrap: anywhere; }
.interest-form { padding: clamp(28px, 5vw, 54px); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { margin-bottom: 20px; }
.field label, fieldset legend { display: block; margin-bottom: 7px; color: var(--green-950); font-size: .84rem; font-weight: 850; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfbf8; border: 1px solid #bdc9c3; border-radius: 9px; outline: none; }
textarea { resize: vertical; min-height: 120px; }
input:focus, select:focus, textarea:focus { border-color: var(--green-800); box-shadow: 0 0 0 3px rgba(8,98,71,.15); }
fieldset { padding: 0; margin: 2px 0 22px; border: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice-grid label { display: flex; align-items: center; gap: 10px; padding: 11px 12px; background: #f1f5f2; border: 1px solid transparent; border-radius: 8px; cursor: pointer; }
.choice-grid label:has(input:checked) { background: var(--green-100); border-color: var(--green-800); }
.choice-grid input, .consent input { flex: 0 0 auto; width: 18px; height: 18px; accent-color: var(--green-900); }
.choice-grid span { font-size: .85rem; font-weight: 700; line-height: 1.25; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 6px 0 24px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.consent input { margin-top: 3px; }
.form-submit { width: 100%; border: 0; }
.form-footnote { margin: 12px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-alert { margin-bottom: 22px; padding: 13px 15px; color: #77251e; background: #ffe7e4; border: 1px solid #efaaa3; border-radius: 8px; font-weight: 750; }

.site-footer { padding-block: 70px 28px; color: rgba(255,255,255,.72); background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 70px; }
.footer-brand img { width: 300px; height: auto; }
.footer-grid h2 { margin: 0 0 14px; color: var(--gold); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 8px 0; text-decoration: none; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid > div:last-child a { overflow-wrap: anywhere; }
.footer-bottom { display: grid; grid-template-columns: .6fr 1.4fr; gap: 60px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .72rem; }
.footer-bottom p { margin: 0; }

.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { background: var(--green-950); }
.legal-header .header-inner { min-height: 86px; }
.legal-main { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 150px 0 100px; }
.legal-main h1 { color: var(--green-950); font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .95; letter-spacing: -.05em; }
.legal-main h2 { margin-top: 38px; color: var(--green-950); }
.legal-main .updated { color: var(--muted); }
.success-main { display: grid; min-height: 75vh; place-items: center; text-align: center; }
.success-card { width: min(680px, calc(100% - 40px)); padding: 60px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.success-icon { display: grid; width: 76px; height: 76px; margin: 0 auto 26px; place-items: center; color: var(--green-950); background: var(--gold); border-radius: 50%; font-size: 2rem; font-weight: 950; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 940px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 84px 20px auto; display: none; padding: 22px; flex-direction: column; align-items: stretch; gap: 6px; color: var(--white); background: var(--green-950); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 10px !important; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-note { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-inline: 0; border-bottom: 1px solid rgba(0,75,54,.18); }
  .story-grid, .cup-detail-grid, .register-grid { grid-template-columns: 1fr; }
  .register-copy { position: static; }
  .tour-card, .tour-card-featured { grid-template-columns: 1fr; }
  .tour-card img { height: 280px; }
  .tour-card-featured img { height: 420px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-grid article:nth-child(2) { border-inline-end: 1px solid rgba(255,255,255,.18); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 72px; gap: 10px; }
  .brand-lockup { gap: 8px; }
  .brand-since { font-size: .48rem; }
  .brand { width: 180px; height: 50px; }
  .brand img { width: 178px; }
  .site-nav { inset: 72px 14px auto; }
  .hero { min-height: 690px; }
  .hero-content { padding-block: 140px 62px; }
  .hero h1 { font-size: clamp(3.65rem, 19vw, 5.7rem); }
  .hero-copy { margin: 24px 0; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .section { padding-block: 48px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-card-featured { grid-column: auto; }
  .tour-card img, .tour-card-featured img { height: 250px; }
  .tour-card-content, .tour-card-featured .tour-card-content { padding: 28px; }
  .tour-history-note { padding: 16px 18px; text-align: center; }
  .tour-history-note::before, .tour-history-note::after { display: none; }
  .tours-section { padding-bottom: 36px; }
  .cup-intro { grid-template-columns: 1fr; }
  .country-stack { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
  .country-stack span:nth-child(n) { transform: none; }
  .fact-grid { grid-template-columns: 1fr; margin-block: 46px; }
  .fact-grid article, .fact-grid article:nth-child(2), .fact-grid article:last-child { border-inline: 1px solid rgba(255,255,255,.18); }
  .concept-card { padding: 28px; transform: none; }
  .form-row, .choice-grid { grid-template-columns: 1fr; }
  .interest-form { padding: 24px 18px; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
  .success-card { padding: 42px 24px; }
}

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