:root {
  --cream: #eef7d9;
  --cream-deep: #dfecc6;
  --orange: #fb5b0b;
  --orange-dark: #d8490c;
  --yellow: #ffd126;
  --pink: #ef4fa3;
  --magenta: #a9438d;
  --green: #267331;
  --ink: #203520;
  --muted: #60705e;
  --white: #fffdf4;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  --shadow: 0 22px 60px rgba(45, 66, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-shell { overflow: hidden; }
.section-pad { padding: 5.5rem max(1.25rem, calc((100vw - 1180px) / 2)); }
.topbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem max(1.25rem, calc((100vw - 1180px) / 2)); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-family: var(--serif); font-size: 1.15rem; color: var(--green); }
.brand strong { color: var(--orange); }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--pink); color: var(--white); font: 700 .85rem var(--sans); letter-spacing: -.05em; }
.brand-logo { display: block; position: relative; width: 48px; height: 48px; overflow: hidden; flex: 0 0 48px; border-radius: 10px; background: #fff; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.12); }
.brand-logo::after { content: ''; position: absolute; left: 0; top: 13%; width: 28%; height: 64%; background: #fff; }
.brand-logo-footer { width: 52px; height: 52px; flex-basis: 52px; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; font-size: .86rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover, .text-link:hover, .footer a:hover { color: var(--orange); }
.nav-cta { background: var(--orange); color: white; padding: .75rem 1rem; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--green); font-weight: 700; font-size: 1rem; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 680px; padding-top: 3rem; position: relative; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 20px; background: repeating-linear-gradient(90deg, var(--orange) 0 30px, transparent 30px 48px); opacity: .95; }
.hero-copy { max-width: 620px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1rem; color: var(--magenta); font-size: .77rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); }
h1 { max-width: 610px; margin-bottom: 1.25rem; font-size: clamp(4rem, 8vw, 7.5rem); line-height: .85; letter-spacing: -.065em; color: var(--orange); }
h1 span { display: block; color: var(--green); }
h2 { margin-bottom: 1rem; font-size: clamp(2.4rem, 4.2vw, 4.4rem); line-height: .95; letter-spacing: -.05em; color: var(--green); }
h3 { margin-bottom: .35rem; font-size: 1.45rem; line-height: 1; }
.hero-lede { max-width: 480px; margin-bottom: 1.6rem; color: var(--muted); font-size: 1.2rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.8rem; }
.hero-meta span { padding: .55rem .8rem; background: rgba(255, 255, 255, .6); border-radius: 999px; color: var(--muted); font-size: .82rem; }
.hero-meta b { color: var(--green); margin-right: .35rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; gap: .7rem; border-radius: 999px; padding: .95rem 1.25rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(37, 62, 30, .14); }
.button-primary { background: var(--orange); color: #fff; }
.button-quiet { color: var(--green); background: transparent; }
.button-dark { background: var(--ink); color: var(--cream); }
.countdown { display: flex; gap: .5rem; margin-top: 2.5rem; }
.countdown div { min-width: 66px; padding: .55rem .4rem; border: 1px solid rgba(38, 115, 49, .18); border-radius: 12px; text-align: center; }
.countdown strong, .countdown span { display: block; }
.countdown strong { color: var(--green); font: 700 1.5rem var(--serif); }
.countdown span { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-art { position: relative; min-height: 600px; display: grid; place-items: center; }
.poster-frame { width: min(390px, 78%); position: relative; transform: rotate(3deg); padding: .7rem; background: var(--white); box-shadow: var(--shadow); }
.poster-frame::after { content: ''; position: absolute; inset: 11px; border: 2px solid var(--yellow); pointer-events: none; }
.poster-frame img { width: 100%; aspect-ratio: .74; object-fit: cover; object-position: center; }
.poster-sticker { position: absolute; right: -54px; bottom: 14%; width: 108px; height: 108px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--pink); color: #fff; font: 700 1rem/1 var(--serif); transform: rotate(-10deg); box-shadow: 0 8px 20px rgba(68, 42, 51, .16); }
.poster-sticker span { color: var(--yellow); font-size: 1.1rem; }
.hero-flower { position: absolute; pointer-events: none; opacity: .95; }
.flower-one { width: 150px; left: -1%; top: 9%; transform: rotate(-20deg); }
.flower-two { width: 180px; right: -4%; bottom: 9%; transform: rotate(25deg); }
.festival-intro { background: var(--white); }
.section-heading { max-width: 760px; }
.section-heading h2 { margin-bottom: 2.6rem; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 930px; margin-bottom: 3.5rem; color: var(--muted); }
.intro-lede { color: var(--green); font: 700 clamp(1.25rem, 2vw, 1.65rem)/1.25 var(--serif); }
.media-strip { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1rem; margin: 0 0 3.5rem; }
.media-card { margin: 0; overflow: hidden; border-radius: 20px; background: var(--ink); color: var(--cream); box-shadow: 0 14px 32px rgba(45, 66, 31, .13); }
.media-card video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #111; }
.media-card figcaption { display: flex; flex-direction: column; gap: .2rem; padding: 1rem 1.1rem 1.15rem; }
.media-card figcaption b { color: var(--yellow); font: 700 1.25rem var(--serif); }
.media-card figcaption span { color: rgba(238, 247, 217, .68); font-size: .83rem; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.highlight-card { min-height: 220px; padding: 1.6rem; border-radius: 20px; position: relative; overflow: hidden; }
.highlight-card p { max-width: 250px; color: rgba(32, 53, 32, .7); }
.card-yellow { background: var(--yellow); }
.card-pink { background: #f7a2c8; }
.card-green { background: #b5d0a0; }
.card-icon { display: block; margin-bottom: 2.2rem; color: var(--orange); font: 700 2.5rem var(--serif); }
.program-section { background: var(--cream); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: none; }
.text-link { color: var(--orange); font-weight: 800; text-decoration: none; margin-bottom: 3.2rem; }
.program-layout { display: grid; grid-template-columns: 1fr 310px; gap: 3rem; align-items: start; }
.program-days { display: grid; gap: 1.25rem; }
.day-card { padding: 1.75rem; border-radius: 22px; background: var(--white); box-shadow: 0 12px 34px rgba(45, 66, 31, .07); }
.day-card-orange { background: #fff0d8; }
.day-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(32, 53, 32, .12); }
.day-number { color: var(--orange); font: 700 4.2rem/.8 var(--serif); letter-spacing: -.08em; }
.day-label { margin: 0; color: var(--magenta); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.day-head h3 { margin: .2rem 0 0; font-size: 1.8rem; }
.schedule { display: grid; gap: .75rem; padding: 0; margin: 0; list-style: none; }
.schedule li { display: grid; grid-template-columns: 92px 1fr; gap: .7rem; padding: .65rem 0; border-bottom: 1px dashed rgba(32, 53, 32, .12); color: var(--muted); font-size: .92rem; }
.schedule li:last-child { border-bottom: 0; }
.schedule time { color: var(--green); font-weight: 800; }
.schedule b { color: var(--ink); }
.program-poster { position: sticky; top: 1.5rem; margin: 0; padding: .65rem; background: var(--white); box-shadow: var(--shadow); transform: rotate(2deg); }
.program-poster img { width: 100%; height: auto; }
.acts-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; background: var(--green); color: var(--cream); }
.acts-section h2 { color: var(--yellow); }
.acts-section .eyebrow { color: #ff9bc7; }
.acts-section p { max-width: 540px; color: rgba(238, 247, 217, .78); font-size: 1.08rem; }
.acts-art { padding: .8rem; background: var(--yellow); transform: rotate(-3deg); box-shadow: 0 25px 55px rgba(10, 35, 13, .24); }
.acts-art img { width: 100%; }
.act-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.5rem 0 2rem; }
.act-tags span { padding: .45rem .7rem; border: 1px solid rgba(238, 247, 217, .32); border-radius: 999px; color: var(--cream); font-size: .8rem; }
.gallery-section { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 1rem; }
.gallery-card { min-width: 0; margin: 0; overflow: hidden; border-radius: 20px; background: var(--cream); }
.gallery-card img { width: 100%; aspect-ratio: 1.18; object-fit: cover; }
.gallery-feature img { aspect-ratio: 1.48; }
.gallery-card figcaption { display: flex; flex-direction: column; gap: .15rem; padding: 1rem 1.1rem 1.2rem; }
.gallery-card figcaption span { color: var(--magenta); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gallery-card figcaption b { color: var(--green); font: 700 1.35rem var(--serif); }
.visit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; background: var(--cream-deep); }
.visit-copy p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 1.05rem; }
.visit-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.visit-details > div { padding-top: 1rem; border-top: 2px solid var(--orange); }
.detail-label { display: block; margin-bottom: .35rem; color: var(--magenta); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.visit-details strong, .visit-details a { display: block; font-size: .9rem; text-decoration: none; }
.visit-details a { color: var(--orange-dark); font-weight: 800; }
.map-card { min-height: 310px; position: relative; overflow: hidden; border: 10px solid var(--white); background: #c9d9b1; box-shadow: var(--shadow); }
.map-pattern { position: absolute; inset: 0; opacity: .45; background: repeating-linear-gradient(25deg, transparent 0 40px, rgba(38, 115, 49, .35) 40px 44px), repeating-linear-gradient(130deg, transparent 0 70px, rgba(251, 91, 11, .28) 70px 73px); }
.map-pin { position: absolute; left: 55%; top: 45%; display: grid; place-items: center; width: 48px; height: 48px; border: 9px solid var(--white); border-radius: 50%; background: var(--orange); color: var(--white); box-shadow: 0 7px 15px rgba(50, 72, 32, .2); }
.map-label { position: absolute; left: 12%; bottom: 14%; padding: .9rem 1rem; background: var(--white); box-shadow: 0 8px 20px rgba(50, 72, 32, .12); }
.map-label span { display: block; color: var(--magenta); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.map-label strong { display: block; color: var(--green); font: 700 1.3rem/1 var(--serif); }
.map-link { position: absolute; right: 8%; top: 8%; color: var(--orange-dark); font-size: .78rem; font-weight: 800; text-decoration: none; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--yellow); }
.final-cta h2 { max-width: 700px; margin-bottom: 0; color: var(--green); }
.footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; background: var(--ink); color: var(--cream); padding-top: 2rem; padding-bottom: 2rem; }
.footer-brand { display: flex; align-items: center; gap: .7rem; }
.footer-brand p { margin: 0; font-family: var(--serif); line-height: 1.2; }
.footer-brand p span { color: rgba(238, 247, 217, .55); font: .7rem var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; gap: 1.2rem; font-size: .8rem; font-weight: 700; }
.footer-links a { text-decoration: none; }
.social-links { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: .6rem; color: var(--yellow); }
.social-links a { font-size: .75rem; }
.footer-note { margin: 0; color: rgba(238, 247, 217, .5); font-size: .75rem; }

@media (max-width: 900px) {
  .section-pad { padding-top: 4rem; padding-bottom: 4rem; }
  .site-nav { gap: .8rem; }
  .hero { grid-template-columns: 1fr .8fr; min-height: 620px; }
  .hero-art { min-height: 500px; }
  .poster-sticker { right: -30px; width: 85px; height: 85px; font-size: .8rem; }
  .program-layout { grid-template-columns: 1fr 240px; gap: 1.5rem; }
  .acts-section { gap: 2.5rem; }
}

@media (max-width: 720px) {
  .topbar { min-height: 70px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 68px; left: 1rem; right: 1rem; flex-direction: column; align-items: stretch; padding: 1rem; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .55rem .7rem; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 3.5rem; }
  h1 { font-size: clamp(4rem, 19vw, 6.2rem); }
  .hero-art { min-height: 470px; margin-top: -1rem; }
  .flower-one { left: -15%; top: 9%; }
  .flower-two { right: -18%; bottom: 2%; }
  .intro-grid, .visit-section { grid-template-columns: 1fr; gap: 1rem; }
  .media-strip, .gallery-grid { grid-template-columns: 1fr; }
  .media-card-wide video, .gallery-feature img { aspect-ratio: 16 / 9; }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-card { min-height: 170px; }
  .split-heading { display: block; }
  .text-link { display: inline-block; margin-bottom: 2rem; }
  .program-layout { grid-template-columns: 1fr; }
  .program-poster { position: static; max-width: 310px; margin: 1rem auto 0; }
  .acts-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .acts-art { max-width: 350px; margin: 0 auto; }
  .visit-details { grid-template-columns: 1fr; gap: 1.2rem; }
  .map-card { min-height: 260px; }
  .final-cta { display: block; }
  .final-cta .button { margin-top: 1.4rem; }
  .footer { grid-template-columns: 1fr; gap: 1rem; }
}
