:root {
  --ivory: #fffaf0; --paper: #fffdf8; --emerald: #075c45; --deep: #043b2e;
  --crimson: #a82031; --saffron: #eba72c; --ink: #17211d; --muted: #5e6c66; --line: #ddd9cc;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: sticky; top: 0; z-index: 40; height: 76px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px;
  background: rgba(255,253,248,.96); border-bottom: 1px solid rgba(7,92,69,.14); backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 240px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--crimson); color: white; font: 700 20px Georgia, serif; }
.brand strong, .brand small, .hero-facts small, .hero-facts strong, .map-label strong, .map-label small { display: block; }
.brand strong { font-size: 15px; color: var(--deep); }
.brand small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; color: #34433d; }
.site-header nav a:hover { color: var(--crimson); }
.header-cta { justify-self: end; padding: 10px 18px; border: 1px solid var(--emerald); border-radius: 6px; color: var(--emerald); font-weight: 700; font-size: 14px; }
.header-cta:hover { background: var(--emerald); color: white; }
.mobile-nav { display: none; position: relative; justify-self: end; }
.mobile-nav > summary { cursor: pointer; list-style: none; color: var(--emerald); }
.mobile-nav > summary::-webkit-details-marker { display: none; }
.mobile-nav > div { position: absolute; top: 38px; right: 0; width: 190px; display: grid; padding: 10px; background: white; border: 1px solid var(--line); box-shadow: 0 16px 36px rgba(0,0,0,.13); }
.mobile-nav a { padding: 11px 12px; font-size: 14px; font-weight: 700; }

.hero { position: relative; min-height: 680px; overflow: hidden; color: white; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,33,25,.96) 0%, rgba(4,43,32,.83) 37%, rgba(4,43,32,.14) 70%, rgba(4,43,32,.04) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 108px 24px 170px; }
.eyebrow, .section-label { margin: 0 0 14px; color: var(--saffron); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero h1 { max-width: 660px; margin: 0; font: 700 clamp(46px, 6vw, 78px)/1.03 Georgia, 'Times New Roman', serif; }
.hero h1 span { color: var(--saffron); }
.hero-kicker { margin: 20px 0 0; font-size: 20px; font-weight: 700; }
.hero-copy { max-width: 580px; margin: 14px 0 0; color: #f1eee6; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 6px; font-weight: 800; font-size: 14px; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--saffron); color: #322106; }
.button-primary:hover { background: #f6b83e; }
.button-ghost { border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); color: white; }
.button-dark { background: var(--emerald); color: white; }
.hero-facts {
  position: absolute; z-index: 3; left: 50%; bottom: 0; width: min(1132px, calc(100% - 48px));
  transform: translateX(-50%); display: grid; grid-template-columns: 1fr 1fr 1.35fr;
  background: var(--paper); color: var(--ink); border-radius: 8px 8px 0 0; box-shadow: 0 -10px 42px rgba(0,0,0,.12);
}
.hero-facts > div { min-height: 104px; display: flex; align-items: center; gap: 15px; padding: 22px 26px; border-right: 1px solid var(--line); }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts svg { color: var(--crimson); flex: 0 0 auto; }
.fact-symbol { min-width: 38px; color: var(--crimson); font: 800 15px Georgia, serif; text-align: center; }
.hero-facts small { margin-bottom: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; font-weight: 800; }
.hero-facts strong { font-size: 14px; }

.section-inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 92px 0; }
.section-ivory { background: var(--ivory); }
.intro-band { padding: 88px 0; border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
h2 { margin: 0; font: 700 clamp(34px, 4vw, 52px)/1.12 Georgia, 'Times New Roman', serif; color: var(--deep); }
.intro-copy > p { margin: 0; color: #3f4d47; font-size: 18px; line-height: 1.8; }
.principles { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.principles span { display: inline-flex; align-items: center; gap: 8px; color: var(--emerald); font-weight: 800; }
.principles svg { width: 18px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { position: relative; min-height: 176px; padding: 32px 28px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-number { position: absolute; top: 25px; right: 25px; color: #d5cdbd; font: 700 28px Georgia, serif; }
.category-group { color: var(--crimson); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.category-card h3 { max-width: 78%; margin: 20px 0 7px; font-size: 19px; }
.category-card p { margin: 0; color: var(--emerald); font-weight: 700; }
.rules-callout { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 28px; padding: 24px; border-left: 4px solid var(--saffron); background: #f3eee1; }
.rules-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--emerald); color: white; }
.rules-callout p { margin: 5px 0 0; color: var(--muted); line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--emerald); font-size: 14px; font-weight: 800; white-space: nowrap; }

.programme { background: var(--deep); color: white; }
.section-heading.light h2 { color: white; }
.section-heading.light > p { color: #bfcec8; }
.programme-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.programme-card { display: grid; grid-template-columns: 96px 1fr; gap: 26px; align-items: center; min-height: 220px; padding: 34px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); border-radius: 8px; }
.programme-card.featured { border-color: var(--saffron); }
.date-tile { width: 90px; height: 104px; display: grid; place-content: center; text-align: center; background: var(--saffron); color: #392505; border-radius: 6px; }
.date-tile strong { font: 700 46px/1 Georgia, serif; }
.date-tile small { margin-top: 7px; font-weight: 900; letter-spacing: .1em; }
.programme-type { color: var(--saffron); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.programme-card h3 { margin: 8px 0; font: 700 28px Georgia, serif; }
.programme-card p { margin: 0 0 20px; color: #dbe5e1; }
.programme-card div > span { display: flex; align-items: center; gap: 8px; color: #bacac4; font-size: 13px; }
.deadline { display: flex; justify-content: center; align-items: center; gap: 9px; margin: 28px 0 0; color: #dfeae6; font-size: 14px; }
.deadline svg { color: var(--saffron); }

.progress-section { background: #f5f1e7; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stats-grid article { min-height: 150px; display: grid; place-content: center; text-align: center; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid strong { color: var(--crimson); font: 700 46px/1 Georgia, serif; }
.stats-grid span { margin-top: 10px; color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.progress-bar { height: 10px; margin-top: 28px; overflow: hidden; background: #ddd7c9; border-radius: 5px; }
.progress-bar span { display: block; height: 100%; background: var(--emerald); }
.updated-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: right; }

.venue-section { background: white; }
.venue-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 74px; align-items: center; }
.venue-copy .address { margin: 25px 0 18px; color: var(--crimson); font-size: 20px; font-weight: 800; line-height: 1.5; }
.venue-copy > p:not(.section-label):not(.address), .faq-title > p:not(.section-label) { color: var(--muted); line-height: 1.7; }
.venue-copy .button { margin-top: 14px; }
.map-panel { position: relative; min-height: 390px; overflow: hidden; background: #e9e7dd; border: 1px solid var(--line); border-radius: 8px; }
.map-lines { position: absolute; inset: -30%; background-image: linear-gradient(25deg, transparent 47%, rgba(7,92,69,.17) 48%, rgba(7,92,69,.17) 51%, transparent 52%), linear-gradient(115deg, transparent 45%, rgba(168,32,49,.12) 46%, rgba(168,32,49,.12) 49%, transparent 50%); background-size: 120px 90px, 150px 130px; transform: rotate(-8deg); }
.map-pin { position: absolute; top: 42%; left: 53%; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; background: var(--crimson); color: white; transform: rotate(-45deg); box-shadow: 0 15px 30px rgba(93,22,31,.25); }
.map-pin svg { transform: rotate(45deg); }
.map-label { position: absolute; left: calc(53% + 55px); top: 43%; padding: 11px 15px; background: white; box-shadow: 0 8px 25px rgba(0,0,0,.1); }
.map-label small { color: var(--muted); }

.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--crimson); font-size: 22px; line-height: .8; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 38px 22px 0; color: var(--muted); line-height: 1.7; }

.contact-band { padding: 70px 0; background: var(--crimson); color: white; }
.contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 42px; }
.contact-inner h2 { color: white; }
.contact-inner p:not(.section-label) { margin-bottom: 0; color: #f6dce0; }
.contact-inner .section-label { color: #ffd27e; }
footer { padding: 34px 0; background: #10241d; color: #bfcbc6; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; font-size: 12px; }
.footer-brand strong { color: white; }
.footer-brand small { color: #adbbb5; }
.footer-inner > p { margin: 0; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav, .header-cta { display: none; }
  .mobile-nav { display: block; }
  .hero { min-height: 760px; }
  .hero > img { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,33,25,.94), rgba(4,43,32,.62)); }
  .hero-content { padding-top: 90px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts > div { min-height: auto; padding: 15px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-facts > div:last-child { border-bottom: 0; }
  .intro-grid, .section-heading, .venue-grid, .faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .rules-callout { grid-template-columns: auto 1fr; }
  .rules-callout .text-link { grid-column: 2; }
  .programme-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .hero { min-height: 830px; }
  .hero > img { object-position: 71% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,33,25,.96), rgba(4,43,32,.67)); }
  .hero-content { padding: 80px 22px 280px; }
  .hero h1 { font-size: 47px; }
  .hero-kicker { font-size: 17px; }
  .hero-copy { font-size: 15px; }
  .hero-facts { width: calc(100% - 28px); }
  .hero-facts strong { font-size: 13px; }
  .section-inner { width: calc(100% - 36px); }
  .section, .intro-band { padding: 68px 0; }
  .category-grid { grid-template-columns: 1fr; }
  .rules-callout { grid-template-columns: 1fr; }
  .rules-callout .text-link { grid-column: 1; white-space: normal; }
  .programme-card { grid-template-columns: 72px 1fr; gap: 18px; padding: 24px 18px; }
  .date-tile { width: 70px; height: 84px; }
  .date-tile strong { font-size: 36px; }
  .programme-card h3 { font-size: 23px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .deadline { align-items: flex-start; text-align: left; }
  .map-panel { min-height: 300px; }
  .contact-inner .button { width: 100%; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
