:root {
  --ink: #0d1d1a;
  --muted: #52645f;
  --green-950: #032d23;
  --green-900: #064533;
  --green-700: #0b7451;
  --green-500: #21a66f;
  --gold: #f7c01e;
  --cream: #f7f7f1;
  --white: #fff;
  --line: rgba(13, 29, 26, .12);
  --shadow: 0 20px 55px rgba(2, 39, 29, .12);
  --radius: 24px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(3,45,35,.94); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 48px; height: 48px; }
.brand-title { font-size: 1.55rem; line-height: 1; }
.brand-title span { color: var(--gold); }
.brand small { display: block; margin-top: 6px; color: rgba(255,255,255,.65); font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
nav { display: flex; gap: 27px; }
nav a { color: rgba(255,255,255,.82); text-decoration: none; font-weight: 700; font-size: .93rem; }
nav a:hover, nav a:focus-visible { color: var(--gold); }
.hero {
  min-height: 650px; display: grid; align-items: center; color: #fff;
  background:
    linear-gradient(90deg, rgba(2,20,16,.96) 0%, rgba(2,20,16,.83) 37%, rgba(2,20,16,.18) 72%, rgba(2,20,16,.42) 100%),
    url('../images/hero-afl.jpg') center/cover no-repeat;
  position: relative; overflow: hidden;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(3,45,35,.38)); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 660px; padding: 98px 0 114px; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; }
h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .96; letter-spacing: -.065em; }
h1 span { color: var(--gold); }
.hero-lead { max-width: 610px; margin: 28px 0 32px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button { display: inline-flex; align-items: center; gap: 11px; padding: 14px 22px; border-radius: 999px; background: var(--gold); color: #14231d; text-decoration: none; font-weight: 900; box-shadow: 0 12px 30px rgba(247,192,30,.25); }
.button:hover { transform: translateY(-2px); }
.quick-facts { background: var(--green-950); color: #fff; }
.fact-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.fact { padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; margin-bottom: 5px; color: var(--gold); font-size: 1.45rem; }
.fact span { color: rgba(255,255,255,.7); font-size: .92rem; }
.section { padding: 94px 0; }
.section-soft { background: var(--cream); }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head.center { text-align: center; margin-inline: auto; }
.section h2 { margin: 0 0 14px; color: var(--green-950); font-size: clamp(2rem, 4.2vw, 3.7rem); line-height: 1.05; letter-spacing: -.045em; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.card-media { aspect-ratio: 16/9; object-fit: cover; }
.card-body { padding: 26px; }
.card-kicker { color: var(--green-700); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 900; }
.card h3 { margin: 8px 0 10px; color: var(--green-950); font-size: 1.55rem; }
.card p { margin: 0; color: var(--muted); }
.afl-art { aspect-ratio: 16/9; position: relative; overflow: hidden; background: radial-gradient(circle at 70% 25%, #f9cf49, #d98b16 32%, #073c31 72%); }
.afl-art::before { content: ""; position: absolute; width: 180px; height: 280px; left: 45%; top: 3%; border-radius: 48% 48% 42% 42%; background: linear-gradient(135deg,#10231e,#062f26); transform: rotate(18deg); box-shadow: -105px 72px 0 -45px #f7c01e, 85px 58px 0 -52px #f7c01e; }
.afl-art::after { content: "AFL"; position: absolute; inset: auto 20px 17px auto; color: rgba(255,255,255,.8); font-size: 4.6rem; font-weight: 950; letter-spacing: -.08em; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.split-copy p { color: var(--muted); font-size: 1.06rem; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pill { border-radius: 999px; padding: 9px 14px; background: #e5f2eb; color: var(--green-900); font-weight: 800; font-size: .88rem; }
.mosaic { min-height: 460px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.mosaic figure { margin: 0; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.mosaic figure:first-child { grid-row: 1 / 3; }
.mosaic img { height: 100%; object-fit: cover; }
.stat-panel { background: var(--green-950); color: #fff; padding: 30px; display: flex; flex-direction: column; justify-content: center; border-radius: 22px; }
.stat-panel strong { color: var(--gold); font-size: 3rem; line-height: 1; }
.stat-panel span { margin-top: 10px; color: rgba(255,255,255,.72); }
.links-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 15px; margin-top: 38px; }
.link-card { min-height: 205px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-decoration: none; transition: .2s ease; }
.link-card:hover { transform: translateY(-5px); border-color: rgba(11,116,81,.45); box-shadow: 0 18px 40px rgba(3,45,35,.1); }
.link-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: #e7f2ec; color: var(--green-700); font-size: 1.4rem; font-weight: 900; }
.link-card h3 { margin: 18px 0 8px; font-size: 1rem; color: var(--green-950); }
.link-card p { margin: 0 0 16px; color: var(--muted); font-size: .87rem; }
.link-card span { margin-top: auto; color: var(--green-700); font-weight: 900; font-size: .88rem; }
.site-footer { background: linear-gradient(135deg, #02271e, #06523b); color: #fff; padding: 58px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-sale strong { display: block; font-size: clamp(1.45rem,3vw,2.2rem); }
.footer-sale p { margin: 8px 0 0; color: rgba(255,255,255,.7); }
.footer-sale a { color: var(--gold); font-weight: 900; }
.footer-badge { width: 90px; height: 90px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 950; font-size: 1.55rem; }
@media (max-width: 980px) {
  nav { display: none; }
  .fact-grid { grid-template-columns: repeat(2,1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .cards { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 45px; }
  .links-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 68px; }
  .brand-title { font-size: 1.25rem; }
  .brand small { display: none; }
  .brand img { width: 42px; height: 42px; }
  .hero { min-height: 610px; background-position: 61% center; }
  .hero-content { padding: 78px 0 90px; }
  .hero-lead { font-size: 1rem; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 70px 0; }
  .mosaic { min-height: 600px; grid-template-columns: 1fr; grid-template-rows: 280px 210px 170px; }
  .mosaic figure:first-child { grid-row: auto; }
  .links-grid { grid-template-columns: 1fr; }
  .link-card { min-height: 0; }
  .footer-inner { align-items: flex-start; }
  .footer-badge { width: 70px; height: 70px; font-size: 1.2rem; flex: 0 0 auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
