:root {
  --green: #0b3d2e;
  --green-2: #276c3f;
  --light-green: #6ea83f;
  --red: #df2f2f;
  --cream: #fff4df;
  --paper: #fff9ed;
  --ink: #12261b;
  --muted: #536156;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: linear-gradient(180deg, #fff7e7, #f8efd9); }
a { color: inherit; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 18px clamp(18px, 5vw, 58px); background: rgba(255, 248, 236, .96); border-bottom: 3px solid rgba(11, 61, 46, .9); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: .88; text-transform: uppercase; font-weight: 950; }
.mascot-mini { font-size: 2.6rem; }
.script { display: block; color: var(--green); font-family: Georgia, serif; font-style: italic; text-transform: none; font-size: 1.2rem; }
.brand-main { display: block; color: var(--red); font-size: clamp(1.4rem, 3vw, 2.6rem); letter-spacing: -.03em; }
.brand-sub { display: block; color: var(--light-green); font-size: clamp(1.4rem, 3vw, 2.6rem); letter-spacing: -.03em; }
.tagline { display: block; margin-top: 8px; color: var(--green); font-size: .72rem; letter-spacing: .14em; }
.nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(12px, 2.5vw, 30px); font-weight: 900; color: var(--green); text-transform: uppercase; }
.nav a { text-decoration: none; padding-bottom: 6px; border-bottom: 3px solid transparent; }
.nav a:hover, .nav a.active { border-color: var(--red); }
.hero-about { display: grid; grid-template-columns: .95fr 1.25fr; align-items: stretch; gap: 30px; padding: clamp(28px, 5vw, 70px); }
.hero-copy { padding: 20px 0; }
h1 { margin: 0; color: var(--green); text-transform: uppercase; font-size: clamp(3.2rem, 8vw, 7rem); line-height: .9; letter-spacing: -.035em; }
.melon-rule { width: 190px; max-width: 60%; margin: 24px 0; text-align: center; color: var(--red); border-top: 3px solid rgba(11,61,46,.75); border-bottom: 3px solid rgba(11,61,46,.75); padding: 8px 0; }
.lead { margin: 0 0 26px; font-family: Georgia, serif; font-style: italic; font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.15; }
.lead span { display: block; }
.lead span:first-child { color: var(--green); }
.lead span:last-child { color: var(--red); }
.hero-copy p { max-width: 560px; font-size: 1.1rem; line-height: 1.6; font-weight: 650; }
.booth-preview { position: relative; min-height: 520px; border-radius: 28px; overflow: hidden; background: linear-gradient(90deg, rgba(255,244,223,.1), rgba(255,244,223,.75)), url("../images/fair-bg.svg"); background-size: cover; background-position: center; box-shadow: 0 18px 40px rgba(0,0,0,.13); }
.fair-wheel { position: absolute; width: 220px; height: 220px; left: 40px; top: 35px; border: 10px solid rgba(141,199,217,.7); border-radius: 50%; opacity: .75; }
.fair-wheel::before, .fair-wheel::after { content: ""; position: absolute; inset: 50%; width: 220px; height: 4px; background: rgba(141,199,217,.7); transform-origin: left center; }
.fair-wheel::before { transform: translate(-50%, -50%) rotate(45deg); }
.fair-wheel::after { transform: translate(-50%, -50%) rotate(-45deg); }
.booth { position: absolute; right: 28px; bottom: 24px; width: min(620px, 82%); min-height: 390px; background: #173b2b; border: 8px solid #6b4b2e; box-shadow: 0 14px 38px rgba(0,0,0,.25); }
.booth-sign { margin: 18px auto 0; width: 82%; padding: 18px; background: var(--paper); border: 5px solid #7b5b35; text-align: center; text-transform: uppercase; color: var(--green); transform: rotate(-1deg); }
.booth-sign small { display: block; font-family: Georgia, serif; font-style: italic; text-transform: none; color: var(--green); font-size: 1.1rem; }
.booth-sign strong { display: block; color: var(--red); font-size: clamp(1.6rem, 4vw, 3rem); line-height: .95; }
.booth-awning { margin-top: 10px; padding: 10px; color: white; background: var(--green-2); text-align: center; text-transform: uppercase; font-weight: 950; letter-spacing: .08em; }
.fridge-row { display: flex; justify-content: center; gap: 18px; margin: 20px auto; }
.fridge { width: 135px; height: 165px; background: repeating-linear-gradient(0deg, transparent 0 28px, rgba(255,255,255,.9) 29px 31px), repeating-linear-gradient(90deg, #f04a3a 0 18px, #fff 18px 20px, #f04a3a 20px 38px); border: 8px solid #111; box-shadow: inset 0 0 0 5px rgba(255,255,255,.7); }
.booth-front { position: absolute; inset: auto 0 0; padding: 20px 110px 20px 24px; color: #fff; background: linear-gradient(90deg, #11442c, #1c6a3e); text-transform: uppercase; font-weight: 950; font-size: clamp(1.2rem, 2.5vw, 2rem); }
.walker { position: absolute; right: 24px; bottom: 12px; font-size: 4.2rem; transform: rotate(-8deg); }
.content-grid { display: grid; grid-template-columns: 1fr 1.65fr; gap: 20px; padding: 0 clamp(18px, 5vw, 70px) 70px; }
.card { background: rgba(255, 249, 237, .92); border: 1px solid rgba(11,61,46,.14); border-radius: 20px; padding: clamp(20px, 3vw, 34px); box-shadow: 0 10px 24px rgba(0,0,0,.05); }
.card h2 { margin: 0 0 18px; color: var(--green); text-transform: uppercase; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: .95; }
.card p { font-size: 1rem; line-height: 1.55; }
.script-note { color: var(--red); font-family: Georgia, serif; font-style: italic; font-size: 1.25rem !important; }
.icon-grid, .promise-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; text-align: center; }
.icon-grid div, .promise-grid div { padding: 14px 8px; border-right: 1px dashed rgba(11,61,46,.35); }
.icon-grid div:last-child, .promise-grid div:last-child { border-right: 0; }
.icon-grid span, .promise-grid span { display: block; font-size: 2.2rem; }
.icon-grid strong, .promise-grid strong { display: block; color: var(--green); text-transform: uppercase; font-weight: 950; }
.icon-grid small { display: block; margin-top: 4px; color: var(--muted); text-transform: uppercase; font-weight: 800; }
.walker-card { display: grid; grid-template-columns: 1fr auto; align-items: center; background: #fff4dc; }
.walker-large { font-size: clamp(5rem, 10vw, 9rem); }
.promise { grid-column: 1 / span 2; background: #f3f6e8; }
.visit { background: #f3f6e8; }
.started { display: grid; grid-template-columns: 190px 1fr; gap: 18px; align-items: center; }
.photo-placeholder { aspect-ratio: 4 / 3; display: grid; place-items: center; background: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3)), url("../images/fair-bg.svg"); background-size: cover; border: 10px solid white; transform: rotate(-4deg); box-shadow: 0 12px 20px rgba(0,0,0,.15); color: var(--green); font-weight: 900; text-transform: uppercase; text-align: center; }
.opening-day { background: var(--green); color: white; text-align: center; border: 5px dashed rgba(255,255,255,.5); }
.opening-day h2 { color: white; }
.opening-day strong { display: inline-block; margin: 10px 0; padding: 12px 18px; background: var(--red); text-transform: uppercase; }
.camera { font-size: 3rem; }
.site-footer { display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; justify-content: center; padding: 30px 20px; background: var(--green); color: white; border-top: 8px solid var(--red); }
.site-footer strong { text-transform: uppercase; letter-spacing: .05em; font-size: 1.2rem; }
.site-footer a { text-decoration: none; }
@media (max-width: 900px) {
  .site-header, .hero-about, .content-grid, .walker-card, .started { grid-template-columns: 1fr; }
  .site-header { align-items: flex-start; }
  .nav { justify-content: flex-start; }
  .booth-preview { min-height: 430px; }
  .booth { left: 18px; right: 18px; width: auto; }
  .promise { grid-column: auto; }
  .icon-grid, .promise-grid { grid-template-columns: repeat(2, 1fr); }
  .icon-grid div, .promise-grid div { border-right: 0; border-bottom: 1px dashed rgba(11,61,46,.25); }
}
@media (max-width: 560px) {
  .fridge { width: 95px; }
  .booth-front { padding-right: 24px; }
  .walker { display: none; }
}
