/* ========================================================================== 
   RISSIFEST ILLUSTRATED POSTER THEME
   Visual restyle only: the original layout, content and JavaScript behaviour
   remain unchanged.
   ========================================================================== */

:root {
  --ink: #103f2d;
  --ink-soft: #416050;
  --forest-950: #073521;
  --forest-900: #08442a;
  --forest-800: #0c5a36;
  --forest-700: #147344;
  --forest-500: #2c9560;
  --sun: #f6c62d;
  --sun-bright: #ffdc4d;
  --coral: #df442d;
  --sky: #9bd9ee;
  --cream: #f8f2e2;
  --paper: #fffdf6;
  --white: #ffffff;
  --line: rgba(7, 53, 33, .22);
  --line-light: rgba(255, 255, 255, .28);
  --shadow-sm: 4px 5px 0 rgba(7, 53, 33, .14), 0 14px 30px rgba(7, 53, 33, .08);
  --shadow-md: 7px 8px 0 rgba(7, 53, 33, .16), 0 22px 48px rgba(7, 53, 33, .13);
  --shadow-lg: 10px 12px 0 rgba(7, 53, 33, .18), 0 32px 70px rgba(7, 53, 33, .16);
  --radius-sm: 7px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
}

html {
  background: var(--cream);
}

body {
  position: relative;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 14%, rgba(155, 217, 238, .34), transparent 19rem),
    radial-gradient(circle at 96% 34%, rgba(155, 217, 238, .25), transparent 22rem),
    linear-gradient(var(--cream), var(--cream));
}

/* Soft paper grain across the complete page. */
body::before {
  content: "";
  position: fixed;
  z-index: 9998;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 190' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.48' numOctaves='4' seed='8' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.48'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

h1,
h2,
h3,
.brand-year,
.hero-year,
.countdown strong,
.quick-fact strong,
.attraction-badge,
.competition-meta,
.timeline-time,
.music-card span,
.final-cta-art,
.site-footer h2 {
  font-family: "Roboto Slab", Rockwell, "Rockwell Extra Bold", Georgia, serif;
}

h1,
h2,
h3 {
  color: var(--forest-950);
  letter-spacing: -.035em;
  font-weight: 900;
}

h1,
h2 {
  text-shadow: 1px 2px 0 rgba(246, 198, 45, .34);
}

::selection {
  color: var(--forest-950);
  background: var(--sun);
}

:focus-visible {
  outline-color: var(--coral);
}

.scroll-progress span {
  background: linear-gradient(90deg, var(--coral), var(--sun), var(--forest-700));
  box-shadow: 0 0 14px rgba(246, 198, 45, .75);
}

/* --------------------------------------------------------------------------
   Header and navigation
   -------------------------------------------------------------------------- */
.site-header,
.site-header.is-scrolled {
  color: var(--white);
  background:
    linear-gradient(rgba(7, 53, 33, .96), rgba(7, 53, 33, .96)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='40'%3E%3Cpath d='M0 34 Q25 24 50 34 T100 34 T150 34' fill='none' stroke='%23ffffff' stroke-opacity='.055' stroke-width='4'/%3E%3C/svg%3E");
  border-bottom: 4px solid var(--sun);
  box-shadow: 0 5px 0 rgba(7, 53, 33, .22), 0 14px 30px rgba(7, 53, 33, .18);
  backdrop-filter: blur(14px) saturate(115%);
}

.brand {
  filter: drop-shadow(2px 3px 0 rgba(0, 0, 0, .2));
}

.brand-year,
.hero-year {
  color: var(--forest-950);
  background: var(--sun);
  border-color: var(--forest-950);
  border-radius: 8px;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, .2);
}

.desktop-nav a {
  border-radius: 5px;
  letter-spacing: .015em;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--forest-950);
  background: var(--sun);
}

.plan-button,
.menu-toggle,
.icon-button,
.back-to-top {
  border-radius: 8px;
}

.mobile-menu {
  background:
    linear-gradient(rgba(7, 53, 33, .97), rgba(7, 53, 33, .97)),
    repeating-linear-gradient(-45deg, transparent 0 18px, rgba(255,255,255,.04) 18px 20px);
  border-bottom: 4px solid var(--sun);
}

.mobile-menu nav a {
  border-radius: 6px;
}

/* --------------------------------------------------------------------------
   Buttons and controls — sign-painted rather than glossy/pill shaped
   -------------------------------------------------------------------------- */
.button,
.filter-button,
.hero-facts > span,
.hero-facts > a,
.search-box input,
.plan-button,
.menu-toggle {
  border-radius: 7px;
}

.button {
  position: relative;
  border-width: 2px;
  border-color: var(--forest-950);
  box-shadow: 3px 4px 0 rgba(7, 53, 33, .25);
  text-transform: none;
}

.button:hover {
  transform: translate(-1px, -2px) rotate(-.35deg);
  box-shadow: 5px 7px 0 rgba(7, 53, 33, .22);
}

.button:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 2px 0 rgba(7, 53, 33, .2);
}

.button--sun {
  color: var(--forest-950);
  background: var(--sun);
  border-color: var(--forest-950);
}

.button--sun:hover {
  color: var(--forest-950);
  background: var(--sun-bright);
}

.button--green,
.button--ink {
  color: var(--white);
  background: var(--forest-800);
  border-color: var(--forest-950);
}

.button--green:hover,
.button--ink:hover {
  background: var(--forest-700);
}

.button--glass,
.button--ghost-light {
  color: var(--forest-950);
  background: rgba(255, 253, 246, .93);
  border-color: var(--forest-950);
  backdrop-filter: none;
}

.button--glass:hover,
.button--ghost-light:hover {
  color: var(--forest-950);
  background: var(--sun-bright);
  border-color: var(--forest-950);
}

.button--outline {
  color: var(--forest-950);
  background: var(--paper);
  border: 2px solid var(--forest-950);
}

.button--outline:hover {
  color: var(--white);
  background: var(--forest-800);
}

/* --------------------------------------------------------------------------
   Hero — parchment, watercolour washes, bunting and festival-board cards
   -------------------------------------------------------------------------- */
.hero {
  color: var(--forest-950);
  background:
    radial-gradient(ellipse at 6% 46%, rgba(155, 217, 238, .48), transparent 20rem),
    radial-gradient(ellipse at 92% 38%, rgba(155, 217, 238, .42), transparent 23rem),
    radial-gradient(circle at 5% 95%, rgba(69, 140, 72, .25), transparent 17rem),
    radial-gradient(circle at 97% 94%, rgba(69, 140, 72, .25), transparent 18rem),
    linear-gradient(180deg, #fffefa 0%, #fbf6e8 78%, #f7efdc 100%);
  border-bottom: 5px solid var(--forest-950);
}

.hero::before {
  opacity: .3;
  background:
    linear-gradient(90deg, transparent 0 3%, rgba(155,217,238,.17) 3% 5%, transparent 5% 100%),
    linear-gradient(rgba(7,53,33,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,53,33,.025) 1px, transparent 1px);
  background-size: 100% 100%, 48px 48px, 48px 48px;
  mask-image: none;
}

/* Painted bunting strip. */
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(var(--header-height) + 14px);
  left: 0;
  width: 100%;
  height: 54px;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='54' viewBox='0 0 210 54'%3E%3Cpath d='M0 7 Q105 21 210 7' fill='none' stroke='%23073521' stroke-width='2' opacity='.72'/%3E%3Cpath d='M18 10 L43 13 L29 43 Z' fill='%23f6c62d' stroke='%23073521' stroke-width='1.5'/%3E%3Cpath d='M65 14 L91 15 L78 48 Z' fill='%230c5a36' stroke='%23073521' stroke-width='1.5'/%3E%3Cpath d='M112 15 L138 13 L128 45 Z' fill='%23df442d' stroke='%23073521' stroke-width='1.5'/%3E%3Cpath d='M159 12 L185 9 L176 40 Z' fill='%23fffdf6' stroke='%23073521' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center top;
  opacity: .95;
}

.hero-noise {
  opacity: .12;
  mix-blend-mode: multiply;
}

.hero-orb {
  border: 3px solid rgba(7, 53, 33, .08);
  filter: blur(9px);
  opacity: .16;
}

.hero-orb--one {
  background: var(--sky);
}

.hero-orb--two {
  background: var(--forest-500);
}

.hero-grid {
  padding-top: 32px;
}

.hero-logo {
  filter: drop-shadow(5px 8px 0 rgba(7, 53, 33, .15));
}

.hero h1 {
  max-width: 780px;
  color: var(--forest-950);
  font-size: clamp(2.7rem, 8.8vw, 5.7rem);
  line-height: .98;
}

.hero-intro {
  color: var(--ink-soft);
  font-weight: 600;
}

.hero .eyebrow,
.hero-utility,
.countdown-label {
  color: var(--forest-800);
}

.eyebrow {
  font-weight: 800;
}

.eyebrow span {
  height: 4px;
  background: var(--sun);
  border: 1px solid var(--forest-950);
  border-radius: 1px;
}

.hero-facts > span,
.hero-facts > a {
  color: var(--forest-950);
  background: rgba(255, 253, 246, .86);
  border: 2px solid rgba(7, 53, 33, .55);
  box-shadow: 2px 3px 0 rgba(7, 53, 33, .12);
  backdrop-filter: blur(4px);
}

.hero-facts svg {
  color: var(--coral);
}

.hero-utility .text-button {
  color: var(--forest-800);
}

.hero-visual {
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 6% -5% 2%;
  background:
    repeating-linear-gradient(105deg, var(--coral) 0 20px, var(--paper) 20px 40px);
  border: 4px solid var(--forest-950);
  border-radius: 50% 50% 12px 12px / 20% 20% 12px 12px;
  box-shadow: 9px 12px 0 rgba(7, 53, 33, .14);
  opacity: .92;
  clip-path: polygon(50% 0, 96% 42%, 100% 100%, 0 100%, 4% 42%);
}

.hero-card {
  background: var(--paper);
  border: 5px solid var(--paper);
  outline: 3px solid var(--forest-950);
  border-radius: 8px;
  box-shadow: 7px 9px 0 rgba(7, 53, 33, .22), 0 22px 40px rgba(7, 53, 33, .17);
}

.hero-card::after {
  inset: 52% 0 0;
  background: linear-gradient(transparent, rgba(7, 53, 33, .86));
}

.hero-card span {
  right: 12px;
  bottom: 12px;
  left: 12px;
  width: fit-content;
  padding: 7px 12px;
  color: var(--forest-950);
  background: var(--sun);
  border: 2px solid var(--forest-950);
  box-shadow: 2px 3px 0 rgba(0,0,0,.18);
  font-family: "Roboto Slab", Rockwell, Georgia, serif;
  font-size: .84rem;
}

.hero-sticker--price {
  color: var(--forest-950);
  background: var(--sun);
  border-color: var(--forest-950);
  border-radius: 50%;
  box-shadow: 5px 6px 0 rgba(7, 53, 33, .28);
}

.hero-sticker--kids {
  color: var(--white);
  background: var(--coral);
  border: 4px solid var(--paper);
  outline: 3px solid var(--forest-950);
  border-radius: 9px;
  box-shadow: 5px 6px 0 rgba(7, 53, 33, .24);
}

.countdown-wrap {
  color: var(--white);
  padding-inline: 48px;
  background:
    linear-gradient(rgba(12, 90, 54, .97), rgba(8, 68, 42, .98)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M-5 20 Q20 5 45 20 T95 20' fill='none' stroke='%23ffffff' stroke-opacity='.06' stroke-width='5'/%3E%3C/svg%3E");
  border: 4px solid var(--forest-950);
  border-radius: 6px;
  box-shadow: 7px 9px 0 rgba(7, 53, 33, .18);
  backdrop-filter: none;
  clip-path: polygon(1% 0, 99% 0, 98% 50%, 99% 100%, 1% 100%, 2% 50%);
}

.countdown-label {
  margin: 0;
  padding: 0 8px;
  color: rgba(255,255,255,.86);
  line-height: 1.45;
  text-align: center;
}

.countdown strong {
  color: var(--sun);
  text-shadow: 2px 2px 0 var(--forest-950);
}

.countdown span {
  color: rgba(255,255,255,.8);
}

.hero-ticker {
  color: var(--forest-950);
  background: var(--sun);
  border-block: 3px solid var(--forest-950);
  box-shadow: inset 0 3px 0 rgba(255,255,255,.28);
}

.ticker-track i {
  color: var(--coral);
  font-size: 1.05rem;
}

/* --------------------------------------------------------------------------
   Essentials and shared section treatments
   -------------------------------------------------------------------------- */
.essentials {
  background: var(--paper);
  border-bottom: 4px solid var(--forest-950);
  box-shadow: 0 6px 0 rgba(246, 198, 45, .55);
}

.quick-fact-icon {
  color: var(--forest-950);
  background: var(--sun);
  border: 2px solid var(--forest-950);
  border-radius: 7px;
  box-shadow: 2px 3px 0 rgba(7, 53, 33, .18);
}

.section {
  isolation: isolate;
}

.section--cream {
  background:
    radial-gradient(circle at 3% 9%, rgba(155,217,238,.22), transparent 16rem),
    radial-gradient(circle at 98% 88%, rgba(79,145,72,.14), transparent 17rem),
    var(--cream);
}

.section--sun {
  background:
    linear-gradient(rgba(246,198,45,.96), rgba(246,198,45,.96)),
    repeating-linear-gradient(45deg, transparent 0 24px, rgba(255,255,255,.12) 24px 27px);
  border-block: 4px solid var(--forest-950);
}

.section-heading h2,
.music-heading h2,
.faq-heading h2,
.split-copy h2,
.help-card h2,
.programme-copy h2 {
  color: inherit;
}

.section-heading > p,
.music-heading > p,
.faq-heading > p,
.split-copy > p,
.help-card > p,
.programme-copy > p {
  color: var(--ink-soft);
  font-weight: 600;
}

/* Small decorative star after major headings. */
.section-heading h2::after,
.music-heading h2::after,
.faq-heading h2::after {
  content: "★";
  display: inline-block;
  margin-left: .22em;
  color: var(--coral);
  font-size: .38em;
  vertical-align: top;
  transform: rotate(8deg);
  text-shadow: none;
}

/* --------------------------------------------------------------------------
   Explore and attraction cards
   -------------------------------------------------------------------------- */
.attractions-section::before {
  width: 420px;
  background: radial-gradient(circle, rgba(155,217,238,.55), transparent 68%);
  border-radius: 43% 57% 52% 48% / 38% 45% 55% 62%;
  opacity: .65;
  filter: blur(4px);
}

.explore-toolbar {
  background: rgba(255,253,246,.96);
  border: 3px solid var(--forest-950);
  border-radius: 9px;
  box-shadow: 5px 7px 0 rgba(7, 53, 33, .14);
}

.search-box input {
  color: var(--ink);
  background: var(--cream);
  border: 2px solid rgba(7,53,33,.3);
}

.search-box input:focus {
  background: var(--paper);
  border-color: var(--forest-700);
  box-shadow: 0 0 0 4px rgba(246,198,45,.42);
}

.filter-button {
  color: var(--forest-950);
  background: var(--paper);
  border: 2px solid rgba(7,53,33,.42);
  box-shadow: 1px 2px 0 rgba(7,53,33,.12);
}

.filter-button:hover {
  border-color: var(--forest-950);
  background: #fff6bf;
}

.filter-button.is-active {
  color: var(--white);
  background: var(--forest-800);
  border-color: var(--forest-950);
  box-shadow: 2px 3px 0 rgba(7,53,33,.22);
}

.attraction-grid {
  gap: 24px;
}

.attraction-card {
  background: var(--paper);
  border: 3px solid var(--forest-950);
  border-radius: 9px;
  box-shadow: 5px 7px 0 rgba(7,53,33,.14), 0 15px 28px rgba(7,53,33,.08);
}

.attraction-card:nth-child(6n + 2),
.attraction-card:nth-child(6n + 5) {
  transform: rotate(.35deg);
}

.attraction-card:nth-child(6n + 3),
.attraction-card:nth-child(6n + 6) {
  transform: rotate(-.35deg);
}

.attraction-card:hover {
  border-color: var(--forest-950);
  box-shadow: 8px 10px 0 rgba(7,53,33,.18), 0 22px 44px rgba(7,53,33,.13);
  transform: translateY(-6px) rotate(-.35deg);
}

.attraction-media {
  background: var(--forest-900);
  border-bottom: 3px solid var(--forest-950);
}

.attraction-badge {
  color: var(--forest-950);
  background: var(--sun);
  border: 2px solid var(--forest-950);
  border-radius: 5px;
  box-shadow: 2px 3px 0 rgba(0,0,0,.22);
}

.card-save-mini {
  color: var(--white);
  background: rgba(7,53,33,.9);
  border: 2px solid var(--paper);
  border-radius: 6px;
}

.card-save-mini.is-saved {
  color: var(--forest-950);
  background: var(--sun);
  border-color: var(--forest-950);
}

.attraction-kicker,
.detail-button,
.link-button {
  color: var(--forest-700);
}

.attraction-body h3 {
  color: var(--forest-950);
}

.attraction-footer {
  border-color: rgba(7,53,33,.24);
}

.empty-state {
  background: var(--paper);
  border: 3px dashed var(--forest-700);
  border-radius: 9px;
}

/* --------------------------------------------------------------------------
   Programme — green painted banner
   -------------------------------------------------------------------------- */
.programme-section {
  color: var(--white);
  background:
    radial-gradient(circle at 0 100%, rgba(223,68,45,.27), transparent 27%),
    radial-gradient(circle at 100% 0, rgba(246,198,45,.16), transparent 24%),
    linear-gradient(145deg, #073521, #0c5a36 58%, #073521);
  border-block: 5px solid var(--sun);
}

.programme-section h2,
.programme-section h3 {
  color: var(--white);
  text-shadow: 2px 3px 0 rgba(0,0,0,.24);
}

.programme-section::after {
  content: "★";
  right: 1vw;
  bottom: -7vw;
  color: rgba(246,198,45,.09);
  font-size: min(42vw, 560px);
  transform: rotate(11deg);
}

.programme-copy > p {
  color: rgba(255,255,255,.8);
}

.timeline::before {
  width: 4px;
  background: repeating-linear-gradient(to bottom, var(--sun) 0 13px, transparent 13px 22px);
}

.timeline-time {
  color: var(--sun);
  text-shadow: 1px 2px 0 rgba(0,0,0,.35);
}

.timeline-content {
  background: rgba(255,253,246,.1);
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 7px;
  box-shadow: 3px 4px 0 rgba(0,0,0,.16);
  backdrop-filter: none;
}

.timeline-content::before {
  background: var(--sun);
  border-color: var(--forest-950);
  box-shadow: 0 0 0 4px rgba(246,198,45,.22);
}

.timeline-save {
  color: var(--sun);
}

/* --------------------------------------------------------------------------
   Competitions
   -------------------------------------------------------------------------- */
.competitions-section::before,
.competitions-section::after {
  border: 6px dotted rgba(7,53,33,.22);
}

.competition-grid {
  gap: 20px;
}

.competition-card {
  color: var(--white);
  background: var(--forest-900);
  border: 3px solid var(--forest-950);
  border-radius: 8px;
  box-shadow: 5px 7px 0 rgba(7,53,33,.22);
}

.competition-card:nth-child(2n) {
  color: var(--forest-950);
  background: var(--paper);
}

.competition-card:nth-child(3n) {
  color: var(--white);
  background: var(--coral);
}

.competition-card:hover {
  box-shadow: 8px 10px 0 rgba(7,53,33,.25), 0 22px 42px rgba(7,53,33,.15);
  transform: translateY(-6px) rotate(-.7deg);
}

.competition-icon {
  color: var(--forest-950);
  background: var(--sun);
  border: 2px solid var(--forest-950);
  border-radius: 6px;
  box-shadow: 2px 3px 0 rgba(0,0,0,.2);
}

/* --------------------------------------------------------------------------
   High Street feature
   -------------------------------------------------------------------------- */
.split-media {
  border: 5px solid var(--paper);
  outline: 3px solid var(--forest-950);
  border-radius: 8px;
  box-shadow: 8px 10px 0 rgba(7,53,33,.17), 0 25px 50px rgba(7,53,33,.12);
  transform: rotate(-.6deg);
}

.split-media-label {
  color: var(--forest-950);
  background: var(--sun);
  border: 2px solid var(--forest-950);
  border-radius: 5px;
  box-shadow: 2px 3px 0 rgba(0,0,0,.18);
}

.feature-points {
  border-block: 3px solid var(--forest-950);
}

.feature-points > div {
  border-color: rgba(7,53,33,.22);
}

.feature-points strong {
  color: var(--coral);
  font-family: "Roboto Slab", Rockwell, Georgia, serif;
}

/* --------------------------------------------------------------------------
   Music — red and white big-top stripe
   -------------------------------------------------------------------------- */
.music-section {
  color: var(--white);
  background:
    linear-gradient(rgba(7,53,33,.82), rgba(7,53,33,.9)),
    repeating-linear-gradient(102deg, var(--coral) 0 66px, #fff6e6 66px 132px);
  border-block: 5px solid var(--forest-950);
}

.music-section::before {
  opacity: .22;
  background: radial-gradient(circle, var(--sky), transparent 65%);
}

.music-heading h2,
.music-heading h3 {
  color: var(--white);
  text-shadow: 2px 3px 0 var(--forest-950);
}

.music-heading > p,
.music-heading .eyebrow {
  color: rgba(255,255,255,.88);
}

html body #music .music-card {
  background: var(--forest-950) !important;
  border: 4px solid var(--paper);
  outline: 3px solid var(--forest-950);
  border-radius: 8px;
  box-shadow: 8px 10px 0 rgba(0,0,0,.25);
}

html body #music .music-card img,
html body #music .music-card--live img,
html body #music .music-card--dj img {
  background: var(--forest-950) !important;
}

.music-card::after {
  background: linear-gradient(transparent, rgba(7,53,33,.96));
}

.music-card span {
  color: var(--forest-950);
  background: var(--sun);
  border: 2px solid var(--forest-950);
  border-radius: 4px;
  box-shadow: 2px 3px 0 rgba(0,0,0,.18);
}

.music-card h3 {
  color: var(--white);
  text-shadow: 1px 2px 0 rgba(0,0,0,.35);
}

/* --------------------------------------------------------------------------
   Help, supporters and FAQ
   -------------------------------------------------------------------------- */
.help-card {
  border: 3px solid var(--forest-950);
  border-radius: 9px;
  box-shadow: 6px 8px 0 rgba(7,53,33,.16);
}

.help-card--main {
  background: var(--paper);
}

.help-card--interest {
  color: var(--white);
  background:
    linear-gradient(rgba(7,53,33,.97), rgba(7,53,33,.97)),
    repeating-linear-gradient(-35deg, transparent 0 22px, rgba(255,255,255,.06) 22px 25px);
}

.help-card--interest h3 {
  color: var(--white);
}

.help-icon {
  color: var(--forest-950);
  background: var(--sun);
  border: 2px solid var(--forest-950);
  border-radius: 7px;
  box-shadow: 2px 3px 0 rgba(7,53,33,.18);
}

.supporters-section {
  color: var(--white);
  background: var(--forest-950);
  border-block: 5px solid var(--sun);
}

.supporters-heading h2 {
  color: var(--white);
  text-shadow: 2px 3px 0 rgba(0,0,0,.25);
}

.supporters-heading > p {
  color: rgba(255,255,255,.78);
}

.supporters-marquee {
  border-block: 2px solid rgba(255,255,255,.22);
}

.faq-item {
  background: var(--paper);
  border: 2px solid var(--forest-950);
  border-radius: 7px;
  box-shadow: 3px 4px 0 rgba(7,53,33,.11);
}

.faq-item[open] {
  border-color: var(--forest-950);
  box-shadow: 5px 6px 0 rgba(7,53,33,.16);
}

.faq-item summary svg {
  color: var(--coral);
}

/* --------------------------------------------------------------------------
   Final call-to-action and footer
   -------------------------------------------------------------------------- */
.final-cta {
  color: var(--forest-950);
  background: linear-gradient(180deg, #fffef9 0%, #f8f2e6 100%);
  border-top: 5px solid var(--forest-950);
}

.final-cta::before {
  display: none;
}

.final-cta-art {
  display: none;
}

.final-cta-art span:nth-child(even) {
  color: inherit;
}

.final-cta-inner img {
  filter: drop-shadow(5px 7px 0 rgba(7,53,33,.16));
}

.final-cta-inner h2 {
  color: var(--forest-950);
}

.site-footer {
  color: var(--white);
  background:
    linear-gradient(rgba(7,53,33,.98), rgba(7,53,33,.98)),
    repeating-linear-gradient(45deg, transparent 0 26px, rgba(255,255,255,.04) 26px 28px);
  border-top: 5px solid var(--sun);
}

.site-footer h2 {
  color: var(--sun);
}

.site-footer a:hover {
  color: var(--sun);
}

.footer-brand img {
  filter: drop-shadow(3px 5px 0 rgba(0,0,0,.28));
}

.footer-bottom {
  border-color: rgba(255,255,255,.2);
}

.mobile-action-bar {
  color: var(--white);
  background: rgba(7,53,33,.97);
  border-top: 4px solid var(--sun);
  box-shadow: 0 -8px 22px rgba(7,53,33,.22);
}

.mobile-action-bar a,
.mobile-action-bar button {
  color: var(--white);
}

.back-to-top {
  color: var(--forest-950);
  background: var(--sun);
  border: 2px solid var(--forest-950);
  box-shadow: 3px 4px 0 rgba(7,53,33,.22);
}

/* --------------------------------------------------------------------------
   Drawer, dialog and notifications
   -------------------------------------------------------------------------- */
.drawer-backdrop {
  background: rgba(7,53,33,.55);
}

.plan-drawer {
  background: var(--cream);
  border-left: 4px solid var(--forest-950);
  box-shadow: -14px 0 0 rgba(246,198,45,.42), -28px 0 70px rgba(7,53,33,.28);
}

.drawer-header,
.drawer-footer {
  background: var(--paper);
  border-color: rgba(7,53,33,.25);
}

.plan-empty-icon {
  color: var(--forest-950);
  background: var(--sun);
  border: 2px solid var(--forest-950);
  border-radius: 7px;
}

.plan-item {
  background: var(--paper);
  border: 2px solid var(--forest-950);
  border-radius: 7px;
  box-shadow: 3px 4px 0 rgba(7,53,33,.11);
}

.attraction-dialog {
  background: var(--paper);
  border: 4px solid var(--forest-950);
  border-radius: 10px;
  box-shadow: 10px 12px 0 rgba(246,198,45,.36), 0 35px 90px rgba(7,53,33,.36);
}

.attraction-dialog::backdrop {
  background: rgba(7,53,33,.68);
}

.dialog-close {
  color: var(--forest-950);
  background: var(--sun);
  border: 2px solid var(--forest-950);
  border-radius: 7px;
}

.dialog-media {
  background: var(--forest-950);
}

.dialog-meta span {
  background: var(--cream);
  border: 1px solid rgba(7,53,33,.26);
  border-radius: 5px;
}

.toast {
  color: var(--white);
  background: var(--forest-950);
  border: 3px solid var(--sun);
  border-radius: 7px;
  box-shadow: 5px 7px 0 rgba(7,53,33,.25);
}

/* Keep the hand-made card rotations subtle and safe on smaller screens. */
@media (min-width: 760px) {
  .countdown-wrap {
    grid-template-columns: minmax(250px, .85fr) minmax(0, 2fr);
    column-gap: 30px;
  }
}

@media (max-width: 759px) {
  .hero::after {
    top: calc(var(--header-height) + 7px);
    height: 44px;
    background-size: 172px 44px;
  }

  .hero-grid {
    padding-top: 22px;
  }

  .hero-visual::before {
    inset: 9% -2% 1%;
  }

  .countdown-wrap {
    padding-inline: 16px;
    clip-path: none;
  }

  .attraction-card,
  .attraction-card:nth-child(n),
  .attraction-card:hover,
  .split-media {
    transform: none;
  }

  .explore-toolbar {
    border-width: 2px;
  }

  .filter-button {
    min-height: 48px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .hero-logo-wrap {
    width: 94%;
  }

  .hero-year {
    right: -3px;
  }

  .hero-card {
    outline-width: 2px;
  }
}

@media print {
  body::before {
    display: none;
  }
}

/* Final small consistency details. */
.competition-card h3 {
  color: currentColor;
}

.plan-button {
  color: var(--white);
  background: rgba(255,255,255,.09);
  border: 2px solid rgba(246,198,45,.72);
  box-shadow: 2px 3px 0 rgba(0,0,0,.18);
}

.menu-toggle {
  border: 2px solid rgba(246,198,45,.72);
  box-shadow: 2px 3px 0 rgba(0,0,0,.18);
}

.mobile-menu nav a::after {
  content: "★";
  color: var(--sun);
}

.mobile-action-bar {
  border: 2px solid var(--forest-950);
  border-top: 4px solid var(--sun);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.plan-remove {
  border: 1px solid rgba(7,53,33,.22);
  border-radius: 6px;
}


/* Hero poster replacement: one complete event image in place of the three-card collage. */
.hero-visual--poster {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  isolation: isolate;
}

.hero-visual--poster::before {
  display: none;
}

.hero-poster {
  width: min(100%, 560px);
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  border: 6px solid var(--paper);
  outline: 3px solid var(--forest-950);
  border-radius: 10px;
  box-shadow: 9px 12px 0 rgba(7, 53, 33, .18), 0 24px 46px rgba(7, 53, 33, .22);
  transform: rotate(.35deg);
}

.hero-poster img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  background: var(--paper);
}

@media (min-width: 980px) {
  .hero-visual--poster {
    min-height: 600px;
  }
}

@media (max-width: 979px) {
  .hero-visual--poster {
    width: min(100%, 620px);
    margin-inline: auto;
  }
}

@media (max-width: 420px) {
  .hero-visual--poster {
    min-height: 0;
  }

  .hero-poster {
    width: calc(100% - 8px);
    border-width: 4px;
    outline-width: 2px;
    box-shadow: 5px 7px 0 rgba(7, 53, 33, .16), 0 16px 28px rgba(7, 53, 33, .18);
    transform: none;
  }
}
