
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --paper:#fffdf8;
  --paper2:#f8f4ee;
  --text:#22352a;
  --muted:#586d61;
  --green:#6d8f7b;
  --green-dark:#3f5d4d;
  --gold:#d3a545;
  --rose:#c58da0;
  --earth:#c68459;
  --line:rgba(34,53,42,.12);
  --shadow:0 18px 38px rgba(32,40,32,.14);
  --radius:24px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;min-height:100%}
body{
  color:var(--text);
  font-family:"Inter",ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
  background:url("forest-background.png") center center / cover fixed no-repeat;
}
a{color:inherit}
body::before, body::after{
  content:"";
  position:fixed;
  width:360px;height:360px;
  background:url("leaves.svg") no-repeat center/contain;
  pointer-events:none; z-index:0;
  opacity:.12;
}
body::before{top:-70px; left:-85px; animation: swayA 13s ease-in-out infinite}
body::after{bottom:-95px; right:-110px; transform:rotate(180deg); opacity:.10; animation:swayB 15s ease-in-out infinite}
@keyframes swayA{0%,100%{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(12px) rotate(-4deg)}}
@keyframes swayB{0%,100%{transform:translateY(0) rotate(180deg)}50%{transform:translateY(-10px) rotate(184deg)}}

.leafDrift{position:fixed; inset:0; pointer-events:none; z-index:0; overflow:hidden}
.leafDrift span{
  position:absolute; display:block; width:32px; height:32px;
  background:url("leaves.svg") center/contain no-repeat; opacity:.08; animation:drift linear infinite;
}
.leafDrift span:nth-child(1){left:8%;top:-8%;animation-duration:28s;animation-delay:-3s}
.leafDrift span:nth-child(2){left:26%;top:-12%;animation-duration:32s;animation-delay:-12s;transform:scale(.8) rotate(40deg)}
.leafDrift span:nth-child(3){left:53%;top:-8%;animation-duration:26s;animation-delay:-8s;transform:scale(.9) rotate(90deg)}
.leafDrift span:nth-child(4){left:76%;top:-12%;animation-duration:30s;animation-delay:-15s;transform:scale(1.1) rotate(130deg)}
.leafDrift span:nth-child(5){left:90%;top:-9%;animation-duration:27s;animation-delay:-5s;transform:scale(.75) rotate(210deg)}
@keyframes drift{
  0%{transform:translate3d(0,-2vh,0) rotate(0deg) scale(.85); opacity:0}
  15%{opacity:.08}
  100%{transform:translate3d(20px,108vh,0) rotate(200deg) scale(.95); opacity:0}
}

.site{position:relative; z-index:1}
header{
  position:absolute; top:0; left:0; right:0; z-index:12;
}
.nav{
  max-width:1180px; margin:0 auto; padding:24px;
  display:flex; justify-content:space-between; align-items:center; gap:16px;
}
.brand{
  display:flex; align-items:center; gap:12px; text-decoration:none; color:#fff; text-shadow:0 2px 16px rgba(0,0,0,.35);
}
.logo{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.16);
  backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.22);
  font-family:"Cormorant Garamond", serif; font-size:18px; font-weight:700;
}
.brand span{font-family:"Cormorant Garamond", serif; font-size:1.35rem; font-weight:600}
.tabs{display:flex; gap:10px; flex-wrap:wrap}
.tab{
  text-decoration:none; color:#f7f4ec; font-size:.95rem;
  padding:10px 14px; border-radius:999px;
  background:rgba(63,93,77,.82); backdrop-filter:blur(5px);
  border:1px solid rgba(255,255,255,.18); text-shadow:none;
}
.tab.active,.tab:hover{background:rgba(95,143,122,.98); color:#fff}
@media (max-width:860px){
  .nav{padding:18px 16px; flex-direction:column; align-items:flex-start}
  .tabs{gap:8px}
}

.hero-home{
  min-height:88vh;
  display:flex; align-items:center; justify-content:center; text-align:center;
  padding:120px 24px 36px;
}
.hero-home .hero-inner{max-width:900px}
.kicker{
  color:#fff; letter-spacing:.18em; text-transform:uppercase; font-size:.82rem;
  text-shadow:0 2px 14px rgba(0,0,0,.42);
}
.hero-home h1,.hero-page h1{
  margin:14px 0 8px; color:#fff;
  font-family:"Cormorant Garamond", serif; font-weight:500; line-height:1.02;
  text-shadow:0 3px 24px rgba(0,0,0,.46);
}
.hero-home h1{font-size:clamp(3rem, 7vw, 5.3rem)}
.hero-home .date{
  color:#fff; font-size:1.1rem; letter-spacing:.18em; text-shadow:0 2px 14px rgba(0,0,0,.42)
}

.hero-page{
  min-height:42vh; display:flex; align-items:flex-end; justify-content:center; text-align:center;
  padding:130px 24px 36px;
}
.hero-page h1{font-size:clamp(2.6rem, 5.8vw, 4.4rem)}
.hero-page .subtitle{max-width:700px; margin:10px auto 0; color:#fff; text-shadow:0 2px 14px rgba(0,0,0,.38)}

.countdown-band-wrap{max-width:1180px; margin:-78px auto 0; padding:0 24px; position:relative; z-index:5}
.countdown-band{
  background:rgba(255,253,248,.92);
  border:1px solid rgba(255,255,255,.45);
  box-shadow:var(--shadow); border-radius:24px;
  padding:18px 22px;
}
.band-title{
  display:flex; align-items:center; justify-content:center; gap:10px;
  font-family:"Cormorant Garamond", serif; font-size:1.55rem; margin:0 0 12px;
}
.band-title img{width:34px;height:34px}
.countdown{
  display:flex; gap:12px; flex-wrap:wrap; justify-content:center;
}
.cdBox{
  min-width:110px; padding:14px 18px; text-align:center;
  border-radius:18px; background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(248,244,238,.9));
  border:1px solid var(--line);
}
.cdBox .num{font-size:2rem; font-weight:700; color:var(--green-dark)}
.cdBox .lbl{font-size:.8rem; color:var(--muted); text-transform:uppercase; letter-spacing:.12em}
@media (max-width:650px){.cdBox{min-width:calc(50% - 8px)}}

.container{
  max-width:980px; margin:34px auto 70px; padding:0 24px; position:relative; z-index:2;
}
.paper{
  background:linear-gradient(180deg, rgba(255,253,248,.95), rgba(248,244,238,.96));
  border:1px solid rgba(255,255,255,.5);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:28px;
}
.stack{display:grid; gap:18px}
.two-col{display:grid; gap:18px; grid-template-columns:1.2fr .8fr}
@media (max-width:860px){.two-col{grid-template-columns:1fr}.container{padding:0 16px}}
h2,h3{
  font-family:"Cormorant Garamond", serif; color:#294133;
  margin:0 0 12px;
}
h2{font-size:2rem}
h3{font-size:1.5rem}
.iconTitle{display:flex; align-items:center; gap:12px}
.iconTitle img{width:40px;height:40px}
.small,p,li{line-height:1.7}
.small{color:var(--muted); font-size:.97rem}
.muted{color:var(--muted)}
.sep{border:0; border-top:1px solid var(--line); margin:22px 0}
.notice{
  padding:15px 16px; border-radius:18px;
  background:rgba(255,255,255,.6); border:1px dashed rgba(198,132,89,.35);
}
.notice strong{color:var(--green-dark)}
.link{color:var(--green-dark); text-decoration:underline}

.photo-grid{display:grid; gap:12px; grid-template-columns:repeat(3,1fr)}
.photo-grid.large img{height:290px}
.photo-grid.medium img{height:235px}
.photo-grid img,.timeline-post img,.post-card img{
  width:100%; object-fit:cover; display:block; border-radius:18px;
}
.photo-grid a{display:block}
@media (max-width:760px){.photo-grid{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.photo-grid{grid-template-columns:1fr}}

.timeline-feed{display:grid; gap:18px}
.post-card{
  background:rgba(255,255,255,.58); border:1px solid var(--line); border-radius:22px; padding:16px;
}
.post-head{
  display:flex; gap:12px; align-items:center; margin-bottom:12px;
}
.post-avatar{
  width:42px;height:42px;border-radius:50%; display:grid; place-items:center;
  background:linear-gradient(135deg, #d9eadf, #f0dfd9);
  font-family:"Cormorant Garamond", serif; font-size:1.05rem; color:#294133;
}
.post-name{font-weight:600}
.post-date{font-size:.86rem; color:var(--muted)}
.post-card img{height:340px; margin-bottom:12px}
.post-text b{display:block; margin-bottom:6px; font-family:"Cormorant Garamond", serif; font-size:1.35rem}
@media (max-width:680px){.post-card img{height:240px}}

.address{
  padding:16px 18px; border-radius:18px; background:rgba(255,255,255,.55); border:1px solid var(--line)
}
.map{height:360px; border-radius:18px; overflow:hidden; border:1px solid var(--line)}

.info-list{margin:0; padding-left:18px}
.info-list li{margin:0 0 8px}

.weather-card{
  padding:18px; border-radius:24px; background:rgba(255,255,255,.58); border:1px solid var(--line)
}
.weather{display:grid; gap:10px}
.weatherRow{
  display:flex; justify-content:space-between; gap:10px; padding:10px 12px;
  border-radius:14px; background:rgba(255,255,255,.64); border:1px solid var(--line)
}

.program-paper{
  background:rgba(255,253,248,.96);
  border-radius:18px; padding:28px 24px; border:1px solid var(--line);
}
.program-heading{
  text-align:center; margin-bottom:18px;
}
.program-heading .top{font-size:.92rem; letter-spacing:.18em; text-transform:uppercase}
.program-heading h2{margin:4px 0; font-size:2.1rem}
.day-divider{
  text-align:center; margin:22px 0 16px;
}
.day-divider .line{
  width:220px; max-width:100%; height:1px; background:linear-gradient(90deg, transparent, rgba(41,65,51,.32), transparent);
  margin:0 auto 10px;
}
.day-divider h3{margin:0}
.program-timeline{display:grid; gap:18px}
.program-item{
  display:grid; grid-template-columns:92px 1fr 92px; gap:12px; align-items:center;
}
.program-item.center-illustration{grid-template-columns:92px 1fr 92px}
.program-illustration{
  width:82px;height:82px; border-radius:24px;
  display:grid; place-items:center; justify-self:center;
  background:rgba(255,255,255,.62); border:1px solid var(--line)
}
.program-illustration img{width:58px;height:58px; object-fit:contain}
.program-line{
  display:flex; align-items:center; gap:14px;
}
.program-line::before,.program-line::after{
  content:""; height:1px; background:rgba(41,65,51,.25); flex:1;
}
.program-copy{
  text-align:center; min-width:170px;
}
.program-copy b{
  display:block; font-family:"Cormorant Garamond", serif; font-size:1.35rem;
}
.program-copy .time{letter-spacing:.08em}
.program-note{
  margin-top:18px; text-align:center; font-size:1.05rem;
  padding:16px 18px; border-radius:18px; background:rgba(255,255,255,.6); border:1px solid var(--line);
  font-family:"Cormorant Garamond", serif; font-size:1.35rem;
}
@media (max-width:760px){
  .program-item{grid-template-columns:1fr; gap:8px}
  .program-line::before,.program-line::after{display:none}
  .program-copy{min-width:auto}
}

.crewGrid{display:grid; gap:14px; grid-template-columns:repeat(2,1fr)}
@media (max-width:700px){.crewGrid{grid-template-columns:1fr}}
.person{
  display:flex; gap:14px; align-items:flex-start; padding:14px;
  border-radius:18px; background:rgba(255,255,255,.58); border:1px solid var(--line)
}
.avatar{
  width:74px;height:74px;border-radius:50%; overflow:hidden; flex:0 0 auto; border:1px solid var(--line)
}
.avatar img{width:100%;height:100%;object-fit:cover}
.person .name{font-family:"Cormorant Garamond", serif; font-size:1.55rem}
.person .desc{font-size:.95rem; color:var(--muted); line-height:1.65}
.person.full{grid-column:1/-1}

.footer{
  text-align:center; color:#fff; padding:0 24px 34px; text-shadow:0 2px 14px rgba(0,0,0,.4)
}
.footer a{color:#fff}

.login-page{
  min-height:100vh; display:flex; align-items:center; justify-content:center; padding:24px; position:relative; z-index:2;
}
.login-card{
  width:min(520px, 100%); padding:28px; border-radius:24px;
  background:rgba(255,253,248,.84); backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.48); box-shadow:var(--shadow); text-align:center;
}
.login-card h1{font-family:"Cormorant Garamond", serif; font-size:3rem; margin:8px 0; color:#274233}
.login-card .date{letter-spacing:.16em; color:var(--green-dark)}
.login-card input{
  width:100%; padding:14px 16px; border-radius:16px; border:1px solid var(--line);
  font-size:1rem; margin-top:14px; background:rgba(255,255,255,.84)
}
.login-card button{
  width:100%; margin-top:12px; padding:14px 16px; border:0; border-radius:16px;
  background:linear-gradient(135deg, var(--green), var(--green-dark)); color:#fff; font-weight:600; cursor:pointer
}


/* refinement pass */
.nav{padding-top:28px}
.tab{font-size:.92rem; padding:10px 15px}
.hero-home{min-height:92vh}
.hero-page{min-height:48vh}
.hero-home h1{letter-spacing:.015em}
.hero-page h1{letter-spacing:.015em}
.countdown-band{padding:20px 24px}
.container{margin-top:38px}
.paper{padding:34px}
@media (max-width:860px){.paper{padding:22px}}

.post-card{padding:18px}
.post-card img{height:380px}
@media (max-width:680px){.post-card img{height:260px}}

.photo-grid.medium img{height:255px}
.photo-grid.large img{height:340px}
.map{height:390px}

.program-paper{padding:34px 28px}
.program-heading h2{font-size:2.3rem}
.program-copy b{font-size:1.4rem}
.program-copy .time{font-size:1rem}
.program-note{font-size:1.45rem}

h2{margin-bottom:14px}
h3{margin-top:8px;margin-bottom:10px}

.address,.weather-card,.notice,.post-card,.person,.program-illustration,.cdBox{
  box-shadow: 0 8px 18px rgba(32,40,32,.05);
}

.footer{padding-bottom:42px}

/* subtle scroll animation */
.reveal{opacity:0; transform:translateY(18px); transition:all .7s ease}
.reveal.visible{opacity:1; transform:none}

/* magenta fireflies */
.fireflies{
  position:fixed; inset:0; pointer-events:none; z-index:1; overflow:hidden;
}
.firefly{
  position:absolute; width:8px; height:8px; border-radius:50%;
  background: radial-gradient(circle, rgba(255,186,239,1) 0%, rgba(214,91,171,.98) 45%, rgba(214,91,171,0) 78%);
  box-shadow: 0 0 12px rgba(214,91,171,.9), 0 0 24px rgba(214,91,171,.45);
  opacity:0;
  animation: fireflyFloat linear infinite, fireflyBlink ease-in-out infinite;
}
.firefly.left{ left: clamp(8px, 2vw, 24px); }
.firefly.right{ right: clamp(8px, 2vw, 24px); }
.firefly.f1{ top:12%; animation-duration:15s, 2.4s; animation-delay:-2s, -1s; }
.firefly.f2{ top:28%; animation-duration:18s, 3.1s; animation-delay:-9s, -.6s; width:6px; height:6px; }
.firefly.f3{ top:52%; animation-duration:14s, 2.8s; animation-delay:-4s, -2s; }
.firefly.f4{ top:74%; animation-duration:17s, 3.6s; animation-delay:-11s, -1.4s; width:7px; height:7px; }
.firefly.f5{ top:88%; animation-duration:13s, 2.7s; animation-delay:-6s, -.8s; width:5px; height:5px; }
@keyframes fireflyFloat{
  0%{ transform: translateY(0) translateX(0) scale(.9); opacity:0; }
  15%{ opacity:.85; }
  50%{ transform: translateY(-24px) translateX(8px) scale(1.1); opacity:1; }
  100%{ transform: translateY(-48px) translateX(-6px) scale(.95); opacity:0; }
}
@keyframes fireflyBlink{
  0%,100%{ filter:brightness(.9); }
  50%{ filter:brightness(1.35); }
}

/* home images */
.home-bottom-gallery{
  display:grid; grid-template-columns:1fr 1fr; gap:18px;
}
.home-bottom-gallery img{
  width:100%; display:block; border-radius:24px; border:1px solid var(--line); box-shadow:var(--shadow);
}

/* program stacked cards */
.program-stack{
  display:grid; gap:18px;
}
.program-day-card{
  background:rgba(255,253,248,.96);
  border-radius:18px; padding:28px 24px; border:1px solid var(--line);
}
.program-day-card h3{
  text-align:center; margin-bottom:16px; padding-bottom:12px; border-bottom:1px solid rgba(41,65,51,.12);
}
.program-day-card .program-item{ margin-bottom:16px; }
.program-day-card .program-item:last-child{ margin-bottom:0; }

@media (max-width:760px){
  .home-bottom-gallery{ grid-template-columns:1fr; }
}
@media (max-width:640px){
  .hero-home{ min-height:72vh; padding-top:110px; }
  .hero-home h1{ font-size:3rem; }
  .hero-home .date{ font-size:1rem; }
  .countdown-band-wrap{ padding:0 16px; }
  .countdown-band{ padding:16px; }
  .band-title{ font-size:1.25rem; }
  .paper{ padding:18px; }
  .container{ padding:0 12px; margin-top:14px; }
  .photo-grid.medium img,.photo-grid.large img,.post-card img{ height:auto; }
  .hero-page{ min-height:auto; padding:110px 18px 18px; }
  .program-day-card{ padding:20px 16px; }
  .program-item{ grid-template-columns:58px 1fr 58px; gap:8px; }
  .program-illustration{ width:60px; height:60px; border-radius:14px; }
  .program-illustration img{ width:36px; height:36px; }
  .program-copy b{ font-size:1.12rem; }
  .program-copy .time{ font-size:.95rem; }
}

.home-bottom-item .small{
  margin-top:12px;
}
@media (max-width:640px){
  .countdown-band-wrap{ margin-top:-54px; }
}

html{scroll-behavior:smooth}
.parallax-wrap{
  will-change: transform;
  transition: transform .18s linear;
}
@media (prefers-reduced-motion: reduce){
  .parallax-wrap{transition:none !important}
}


/* iPhone / small-screen final tweaks */
html{
  -webkit-font-smoothing: antialiased;
}
body{
  padding-top: env(safe-area-inset-top);
}

@media (max-width: 700px){
  .home-bottom-gallery{
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 600px){
  .tabs{
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  .tab{
    padding: 8px 12px;
    font-size: 14px;
  }

  .program-illustration{
    width: 50px;
    height: 50px;
  }

  .program-illustration img{
    width: 28px;
    height: 28px;
  }

  .hero-page{
    min-height: 120px !important;
    padding-top: 100px !important;
    padding-bottom: 12px !important;
  }
}


/* Program page without icons */
.program-item{
  display:block !important;
  padding:12px 0;
}
.program-line{
  display:block !important;
}
.program-line::before,
.program-line::after{
  display:none !important;
}
.program-copy{
  text-align:left !important;
  min-width:auto !important;
}
.program-copy b{
  font-size:1.2rem;
}
.program-copy .time{
  color:var(--muted);
  font-size:.98rem;
  letter-spacing:0;
}
@media (max-width:640px){
  .program-copy b{
    font-size:1.08rem;
  }
  .program-copy .time{
    font-size:.94rem;
  }
}


/* Critical mobile fixes */
.sheet-wrap{
  width:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.sheet-wrap iframe{
  display:block;
  width:100%;
  min-height:680px;
  border:0;
  background:#fff;
}
.sheet-actions{
  margin:12px 0 16px;
}
.sheet-button{
  display:inline-block;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(63,93,77,.92);
  color:#fff;
  text-decoration:none;
  font-weight:600;
}

@media (max-width: 900px){
  body{
    background-attachment:scroll !important;
    background-position:center top !important;
  }
}

@media (max-width: 640px){
  html, body{
    min-height:100%;
  }

  body{
    background-attachment:scroll !important;
    background-size:cover !important;
    background-position:center top !important;
  }

  .site{
    position:relative;
    z-index:2;
  }

  .hero-page{
    min-height:0 !important;
    padding:92px 16px 8px !important;
  }

  .hero-page h1{
    font-size:2.3rem !important;
    margin:0;
  }

  .container{
    margin-top:8px !important;
  }

  .paper{
    padding:16px !important;
  }

  .map{
    height:260px !important;
  }

  .sheet-wrap iframe{
    min-height:560px;
  }
}


/* Final nav + hero cleanup */
.brand{
  gap:14px;
  color:#fff;
  text-decoration:none;
  flex-wrap:wrap;
}
.logo{display:none !important;}
.brand-title{
  font-family:"Cormorant Garamond", serif;
  font-size:1.38rem;
  font-weight:600;
  letter-spacing:.02em;
  color:#fff;
}
.brand-date{
  font-size:.95em;
  opacity:.95;
}
.nav-countdown{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(63,93,77,.82);
  border:1px solid rgba(255,255,255,.18);
  color:#f7f4ec;
  font-size:.88rem;
  line-height:1;
}
.hero-home{
  min-height:78vh;
  padding-top:96px;
}
.hero-inner{
  transform:translateY(-28px);
}
.kicker{display:none !important;}
.countdown-band-wrap,
.countdown-band{display:none !important;}

@media (max-width:860px){
  .brand-title{font-size:1.15rem}
  .brand-date{display:none;}
  .nav-countdown{
    font-size:.8rem;
    padding:7px 10px;
  }
  .nav{
    align-items:flex-start;
  }
}
@media (max-width:640px){
  .brand{
    gap:10px;
  }
  .brand-title{
    font-size:1rem;
  }
  .nav-countdown{
    font-size:.76rem;
    padding:6px 8px;
  }
  .hero-home{
    min-height:66vh;
    padding-top:92px;
  }
  .hero-inner{
    transform:translateY(-18px);
  }
}


/* Program page centering improvement */
.program-stack{
  text-align:center;
}

.program-day-card{
  text-align:center;
}

.program-item{
  justify-content:center;
}

.program-copy{
  text-align:center;
}



.program-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:28px;
}

.program-card{
  background:rgba(255,253,248,.97);
  border:1px solid var(--line);
  border-radius:22px;
  padding:30px 26px;
  box-shadow:0 12px 28px rgba(32,40,32,.07);
}

.program-card h3{
  text-align:center;
  margin:0 0 20px 0;
  padding-bottom:12px;
  border-bottom:1px solid rgba(41,65,51,.12);
  font-family:"Cormorant Garamond", serif;
  font-size:2rem;
  font-weight:600;
}

.program-row{
  display:grid;
  grid-template-columns:42px 112px 1fr;
  gap:14px;
  align-items:center;
  padding:10px 0;
}

.prog-icon{
  width:34px;
  height:34px;
  object-fit:contain;
  display:block;
}

.prog-time{
  text-align:center;
  font-weight:600;
  color:var(--green-dark);
  font-size:.98rem;
  line-height:1.25;
}

.prog-text{
  text-align:left;
  color:var(--text);
  font-size:1rem;
  line-height:1.35;
}

@media (max-width:1000px){
  .program-cards{
    grid-template-columns:1fr;
  }
  .program-card{
    max-width:720px;
    margin:0 auto;
  }
}

@media (max-width:640px){
  .program-card{
    padding:22px 18px;
  }
  .program-card h3{
    font-size:1.8rem;
  }
  .program-row{
    grid-template-columns:36px 88px 1fr;
    gap:10px;
    padding:9px 0;
  }
  .prog-icon{
    width:28px;
    height:28px;
  }
  .prog-time{
    font-size:.9rem;
  }
  .prog-text{
    font-size:.96rem;
  }
}


.program-sub{
  text-align:center;
  font-style:italic;
  color:#6c7a6f;
  font-size:.95rem;
  margin-top:-10px;
  margin-bottom:16px;
  letter-spacing:.02em;
}



/* subtle gold divider under day titles */
.program-card h3::after{
  content:"";
  display:block;
  width:60px;
  height:2px;
  margin:10px auto 0 auto;
  background:linear-gradient(90deg,#e6d3a3,#caa45f,#e6d3a3);
  border-radius:2px;
  opacity:.9;
}

/* watercolor blob behind icons */
.prog-icon{
  position:relative;
  z-index:2;
}

.program-row{
  position:relative;
}

.program-row::before{
  content:"";
  position:absolute;
  left:6px;
  width:30px;
  height:30px;
  background:radial-gradient(circle at 30% 30%, rgba(199,210,186,.35), rgba(199,210,186,0));
  border-radius:50%;
  z-index:1;
}



/* ===== Final authoritative overrides ===== */

/* Navbar countdown replaces logo/title */
.logo,
.brand-title,
.brand-date{
  display:none !important;
}
.brand{
  display:flex !important;
  align-items:flex-start !important;
  gap:0 !important;
  color:#fff !important;
  text-decoration:none !important;
  text-shadow:none !important;
  flex-wrap:nowrap !important;
}
.nav-countdown{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  padding:10px 12px !important;
  border-radius:14px !important;
  background:rgba(63,93,77,.88) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:#fff !important;
  line-height:1 !important;
  min-width: 290px;
}
.nav-countdown .cd-title{
  font-family:"Cormorant Garamond", serif !important;
  font-size:.86rem !important;
  font-weight:600 !important;
  color:#fff !important;
  opacity:.98 !important;
}
.nav-countdown .cd-row{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:8px !important;
}
.nav-countdown .cd-box{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.10) !important;
  border-radius:10px !important;
  padding:7px 6px 6px !important;
}
.nav-countdown .cd-value{
  font-size:1rem !important;
  font-weight:700 !important;
  color:#fff !important;
}
.nav-countdown .cd-label{
  margin-top:4px !important;
  font-size:.6rem !important;
  opacity:.82 !important;
  color:#eef4ef !important;
}

@media (max-width: 900px){
  .nav{
    align-items:flex-start !important;
  }
}
@media (max-width: 700px){
  .nav-countdown{
    min-width:0;
    width:100%;
    max-width:360px;
    padding:9px 10px !important;
  }
  .nav-countdown .cd-title{
    font-size:.8rem !important;
  }
  .nav-countdown .cd-value{
    font-size:.9rem !important;
  }
  .nav-countdown .cd-label{
    font-size:.56rem !important;
  }
}
@media (max-width: 520px){
  .nav{
    padding:14px 12px !important;
  }
  .tabs{
    width:100%;
    justify-content:center;
  }
  .nav-countdown{
    width:100%;
  }
}

/* Home hero cleanup */
.kicker{display:none !important;}
.countdown-band-wrap,
.countdown-band{display:none !important;}
.hero-home{
  min-height:72vh !important;
  padding-top:104px !important;
}
.hero-inner{
  transform:translateY(-16px) !important;
}

/* Program cards keep balance */
.program-cards{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
}
.program-card{
  text-align:left !important;
}
.program-card h3,
.program-sub{
  text-align:center !important;
}
.program-row{
  display:grid !important;
  grid-template-columns:42px 116px 1fr !important;
  align-items:center !important;
  gap:14px !important;
}
.prog-time{
  text-align:center !important;
}
.prog-text{
  text-align:left !important;
}
@media (max-width:1000px){
  .program-cards{
    grid-template-columns:1fr !important;
  }
}

/* Compact location hero and faster mobile display */
.hero-page.hero-compact{
  min-height:160px !important;
  padding:92px 24px 8px !important;
  align-items:flex-end !important;
}
.hero-page.hero-compact h1{
  margin:0 !important;
}
@media (max-width: 700px){
  body{
    background-attachment:scroll !important;
    background-position:center top !important;
  }
  .hero-page.hero-compact{
    min-height:78px !important;
    padding:80px 16px 4px !important;
  }
  .hero-page.hero-compact h1{
    font-size:2.05rem !important;
    line-height:1 !important;
  }
  .hero-page.hero-compact + main.container{
    margin-top:4px !important;
  }
}

/* Carpoolsheet button */
.sheet-actions{
  margin:14px 0 6px !important;
}
.sheet-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  padding:12px 16px !important;
  border-radius:999px !important;
  background:rgba(63,93,77,.92) !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:600 !important;
  box-shadow:var(--shadow) !important;
}

/* Program layout: days stacked vertically */
.program-cards{
  display:flex !important;
  flex-direction:column !important;
  gap:28px !important;
  max-width:720px;
  margin:0 auto;
}

.program-card{
  width:100%;
}

/* center titles but keep text readable */
.program-card h3,
.program-sub{
  text-align:center;
}


/* Consistent feature cards for Paklijst and Crew */
.feature-card{
  background:rgba(255,253,248,.97);
  border:1px solid var(--line);
  border-radius:22px;
  padding:28px 26px;
  box-shadow:0 12px 28px rgba(32,40,32,.07);
}
.feature-head{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:center;
  margin-bottom:14px;
}
.feature-icon{
  width:46px;
  height:46px;
  object-fit:contain;
}
.feature-head h2{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-size:2rem;
  font-weight:600;
}
.feature-sub{
  margin-top:2px;
  color:var(--muted);
  font-style:italic;
  font-size:.98rem;
}
.feature-copy p.small:last-child{
  margin-bottom:0;
}
.feature-list{
  margin:10px 0 0;
  padding-left:1.2rem;
}
.feature-list li{
  margin:10px 0;
  line-height:1.5;
}
.weather-feature .weather-card{
  margin-top:14px;
}
.crew-section-card .crewGrid{
  margin-top:12px;
}
.crewGrid.enhanced{
  gap:18px;
}
.crewGrid.enhanced .person{
  background:rgba(255,255,255,.55);
  border:1px solid rgba(34,53,42,.08);
  border-radius:18px;
  padding:16px;
  box-shadow:0 8px 18px rgba(32,40,32,.05);
}
.crewGrid.enhanced .name{
  font-family:"Cormorant Garamond", serif;
  font-size:1.5rem;
  line-height:1.1;
  margin-bottom:4px;
}
.crewGrid.enhanced .desc{
  color:var(--muted);
  line-height:1.5;
}
.intro-card{
  padding-bottom:18px;
}

@media (max-width:640px){
  .feature-card{
    padding:22px 18px;
  }
  .feature-head{
    grid-template-columns:42px 1fr;
    gap:12px;
  }
  .feature-icon{
    width:36px;
    height:36px;
  }
  .feature-head h2{
    font-size:1.8rem;
  }
}


/* ===== Version 88 authoritative overrides ===== */
.logo,.brand-title,.brand-date{display:none !important;}
.brand{
  display:flex !important;
  align-items:flex-start !important;
  gap:0 !important;
  color:#fff !important;
  text-decoration:none !important;
  text-shadow:none !important;
  flex-wrap:nowrap !important;
}
.nav-countdown{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  padding:10px 12px !important;
  border-radius:14px !important;
  background:rgba(63,93,77,.88) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:#fff !important;
  line-height:1 !important;
  min-width:290px !important;
}
.nav-countdown .cd-title{
  font-family:"Cormorant Garamond", serif !important;
  font-size:.86rem !important;
  font-weight:600 !important;
  color:#fff !important;
}
.nav-countdown .cd-row{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:8px !important;
}
.nav-countdown .cd-box{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.10) !important;
  border-radius:10px !important;
  padding:7px 6px 6px !important;
}
.nav-countdown .cd-value{
  font-size:1rem !important;
  font-weight:700 !important;
  color:#fff !important;
}
.nav-countdown .cd-label{
  margin-top:4px !important;
  font-size:.6rem !important;
  opacity:.82 !important;
  color:#eef4ef !important;
}
@media (max-width:700px){
  .nav-countdown{
    min-width:0 !important;
    width:100% !important;
    max-width:360px !important;
    padding:9px 10px !important;
  }
  .nav-countdown .cd-title{font-size:.8rem !important;}
  .nav-countdown .cd-value{font-size:.9rem !important;}
  .nav-countdown .cd-label{font-size:.56rem !important;}
  .nav{padding:14px 12px !important;}
  .tabs{width:100%;justify-content:center;}
}

/* home */
.kicker,.countdown-band-wrap,.countdown-band{display:none !important;}
.hero-home{min-height:72vh !important; padding-top:104px !important;}
.hero-inner{transform:translateY(-16px) !important;}

/* program cards final */
.program-cards{
  display:flex !important;
  flex-direction:column !important;
  gap:28px !important;
  max-width:760px !important;
  margin:28px auto 0 !important;
}
.program-card{
  width:100% !important;
  background:rgba(255,253,248,.97) !important;
  border:1px solid var(--line) !important;
  border-radius:22px !important;
  padding:30px 26px !important;
  box-shadow:0 12px 28px rgba(32,40,32,.07) !important;
}
.program-card h3{
  text-align:center !important;
  margin:0 !important;
  font-family:"Cormorant Garamond", serif !important;
  font-size:2rem !important;
}
.program-card h3::after{
  content:"" !important;
  display:block !important;
  width:60px !important;
  height:2px !important;
  margin:10px auto 0 !important;
  background:linear-gradient(90deg,#e6d3a3,#caa45f,#e6d3a3) !important;
  border-radius:2px !important;
}
.program-sub{
  text-align:center !important;
  font-style:italic !important;
  color:#6c7a6f !important;
  font-size:.95rem !important;
  margin-top:6px !important;
  margin-bottom:18px !important;
}
.program-row{
  display:grid !important;
  grid-template-columns:42px 116px 1fr !important;
  gap:14px !important;
  align-items:center !important;
  padding:10px 0 !important;
  position:relative !important;
}
.program-row::before{
  content:"" !important;
  position:absolute !important;
  left:6px !important;
  width:30px !important;
  height:30px !important;
  background:radial-gradient(circle at 30% 30%, rgba(199,210,186,.35), rgba(199,210,186,0)) !important;
  border-radius:50% !important;
  z-index:1 !important;
}
.prog-icon{width:34px !important;height:34px !important;position:relative !important;z-index:2 !important;}
.prog-time{text-align:center !important;font-weight:600 !important;color:var(--green-dark) !important;font-size:.98rem !important;line-height:1.25 !important;}
.prog-text{text-align:left !important;color:var(--text) !important;font-size:1rem !important;line-height:1.35 !important;}
@media (max-width:640px){
  .program-card{padding:22px 18px !important;}
  .program-card h3{font-size:1.8rem !important;}
  .program-row{grid-template-columns:36px 88px 1fr !important;gap:10px !important;padding:9px 0 !important;}
  .prog-icon{width:28px !important;height:28px !important;}
  .prog-time{font-size:.9rem !important;}
  .prog-text{font-size:.96rem !important;}
}

/* paklijst & crew consistent */
.feature-card{
  background:rgba(255,253,248,.97) !important;
  border:1px solid var(--line) !important;
  border-radius:22px !important;
  padding:28px 26px !important;
  box-shadow:0 12px 28px rgba(32,40,32,.07) !important;
}
.feature-head{
  display:grid !important;
  grid-template-columns:54px 1fr !important;
  gap:16px !important;
  align-items:center !important;
  margin-bottom:14px !important;
}
.feature-icon{width:46px !important;height:46px !important;object-fit:contain !important;}
.feature-head h2{margin:0 !important;font-family:"Cormorant Garamond", serif !important;font-size:2rem !important;font-weight:600 !important;}
.feature-sub{margin-top:2px !important;color:var(--muted) !important;font-style:italic !important;font-size:.98rem !important;}
.feature-list{margin:10px 0 0 !important;padding-left:1.2rem !important;}
.feature-list li{margin:10px 0 !important;line-height:1.5 !important;}
.crewGrid.enhanced{gap:18px !important;}
.crewGrid.enhanced .person{
  background:rgba(255,255,255,.55) !important;
  border:1px solid rgba(34,53,42,.08) !important;
  border-radius:18px !important;
  padding:16px !important;
  box-shadow:0 8px 18px rgba(32,40,32,.05) !important;
}
.crewGrid.enhanced .name{font-family:"Cormorant Garamond", serif !important;font-size:1.5rem !important;line-height:1.1 !important;margin-bottom:4px !important;}
.crewGrid.enhanced .desc{color:var(--muted) !important;line-height:1.5 !important;}

/* compact location hero and mobile fix */
.hero-page.hero-compact{
  min-height:160px !important;
  padding:92px 24px 8px !important;
  align-items:flex-end !important;
}
.hero-page.hero-compact h1{margin:0 !important;}
@media (max-width:700px){
  body{
    background-attachment:scroll !important;
    background-position:center top !important;
  }
  .hero-page.hero-compact{
    min-height:78px !important;
    padding:80px 16px 4px !important;
  }
  .hero-page.hero-compact h1{
    font-size:2.05rem !important;
    line-height:1 !important;
  }
  .hero-page.hero-compact + main.container{
    margin-top:4px !important;
  }
}

/* carpool */
.sheet-actions{margin:14px 0 6px !important;}
.sheet-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  padding:12px 16px !important;
  border-radius:999px !important;
  background:rgba(63,93,77,.92) !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:600 !important;
  box-shadow:var(--shadow) !important;
}


/* Version 90 final tweaks */
.feature-card{
  background:rgba(255,253,248,.97);
  border:1px solid var(--line);
  border-radius:22px;
  padding:28px 26px;
  box-shadow:0 12px 28px rgba(32,40,32,.07);
}
.feature-head{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:center;
  margin-bottom:14px;
}
.feature-icon{
  width:46px;
  height:46px;
  object-fit:contain;
}
.feature-head h2,
.feature-card > h2{
  margin:0;
  font-family:"Cormorant Garamond", serif;
  font-size:2rem;
  font-weight:600;
}
.feature-list{
  margin:10px 0 0;
  padding-left:1.2rem;
}
.feature-list li{
  margin:10px 0;
  line-height:1.5;
}
.crewGrid.enhanced{
  gap:18px;
}
.crewGrid.enhanced .person{
  background:rgba(255,255,255,.55);
  border:1px solid rgba(34,53,42,.08);
  border-radius:18px;
  padding:16px;
  box-shadow:0 8px 18px rgba(32,40,32,.05);
}
.crewGrid.enhanced .name{
  font-family:"Cormorant Garamond", serif;
  font-size:1.5rem;
  line-height:1.1;
  margin-bottom:4px;
}
.crewGrid.enhanced .desc{
  color:var(--muted);
  line-height:1.5;
}
.intro-card{
  padding-bottom:18px;
}

/* Countdown in one line exactly as requested */
.nav-countdown{
  min-width:0 !important;
  background:rgba(63,93,77,.88) !important;
  padding:10px 14px !important;
}
.nav-countdown .cd-title{
  font-family:"Cormorant Garamond", serif !important;
  font-size:1rem !important;
  font-weight:600 !important;
  color:#fff !important;
  line-height:1.25 !important;
}
.nav-countdown .cd-inline{
  font-family:"Inter",sans-serif !important;
  font-size:.9rem !important;
  font-weight:500 !important;
}
.nav-countdown .cd-row,
.nav-countdown .cd-box,
.nav-countdown .cd-value,
.nav-countdown .cd-label{
  display:none !important;
}
@media (max-width:700px){
  .nav-countdown .cd-title{
    font-size:.9rem !important;
  }
  .nav-countdown .cd-inline{
    font-size:.82rem !important;
  }
}

/* Program headings with dash */
.program-card h3{
  text-align:center !important;
}
.program-sub{ display:none !important; }

@media (max-width:640px){
  .feature-card{
    padding:22px 18px;
  }
  .feature-head{
    grid-template-columns:42px 1fr;
    gap:12px;
  }
  .feature-icon{
    width:36px;
    height:36px;
  }
  .feature-head h2,
  .feature-card > h2{
    font-size:1.8rem;
  }
}


/* Version 91 icon consistency */
.list-icon{
  width:24px;
  height:24px;
  object-fit:contain;
  vertical-align:middle;
  margin-right:10px;
  flex:0 0 24px;
}
.feature-list li,
.info-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.feature-list li span,
.info-list li span{
  flex:1 1 auto;
}
.inline-head-icon{
  width:28px;
  height:28px;
  object-fit:contain;
  vertical-align:middle;
  margin-right:8px;
}
.crew-head,
.crew-head-main{
  display:flex;
  align-items:center;
  gap:8px;
  font-family:"Cormorant Garamond", serif;
}
.crew-head-main{
  margin:0 0 10px;
}


/* Version 92 final dresscode emphasis */
.dresscode-emphasis{
  margin-top:6px;
  margin-bottom:14px;
  font-family:"Cormorant Garamond", serif;
  font-style:italic;
  font-size:2rem;
  line-height:1.05;
  color:var(--green-dark);
  letter-spacing:.02em;
}

@media (max-width:640px){
  .dresscode-emphasis{
    font-size:1.7rem;
  }
}


/* versie 95 icon size fix */
.inline-copy-icon{
  width: 1em !important;
  height: 1em !important;
  object-fit: contain;
  vertical-align: -0.12em;
  display: inline-block;
  margin: 0 .14em 0 .08em;
}
.list-icon{
  width: 1.15em !important;
  height: 1.15em !important;
  object-fit: contain;
  vertical-align: -0.14em;
  margin-right: .45em !important;
  flex: 0 0 1.15em !important;
}
.inline-head-icon{
  width: 1.1em !important;
  height: 1.1em !important;
  object-fit: contain;
  vertical-align: -0.08em;
  margin-right: .3em !important;
  flex: 0 0 1.1em !important;
}
.feature-list li,
.info-list li{
  align-items: flex-start;
}


/* version 98 countdown emphasis */
.nav-countdown{
  background: rgba(255, 250, 240, 0.93) !important;
  border: 1px solid rgba(255,255,255,.75) !important;
  box-shadow: 0 10px 24px rgba(32,40,32,.18) !important;
  padding: 12px 16px !important;
  border-radius: 16px !important;
  backdrop-filter: blur(6px);
}
.nav-countdown .cd-title{
  color: var(--green-dark) !important;
  font-size: 1.02rem !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.nav-countdown .cd-inline{
  color: var(--text) !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
@media (max-width:700px){
  .nav-countdown{
    background: rgba(255,250,240,.95) !important;
    padding: 10px 12px !important;
  }
  .nav-countdown .cd-title{
    font-size: .92rem !important;
    line-height: 1.35 !important;
  }
  .nav-countdown .cd-inline{
    font-size: .84rem !important;
  }
}

/* version 98 icon sizing + matching text rhythm */
.inline-copy-icon{
  width: 1.25em !important;
  height: 1.25em !important;
  vertical-align: -0.18em !important;
  margin: 0 .18em 0 .10em !important;
}
.list-icon{
  width: 1.55em !important;
  height: 1.55em !important;
  margin-right: .55em !important;
  flex: 0 0 1.55em !important;
}
.inline-head-icon{
  width: 1.35em !important;
  height: 1.35em !important;
  margin-right: .38em !important;
  flex: 0 0 1.35em !important;
}

/* paklijst + crew typography closer to rest of site */
.feature-copy .small,
.feature-list.small li,
.info-list.small li,
.crewGrid .desc,
.crewGrid .name,
.crew-head,
.crew-head-main{
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial !important;
}
.feature-copy .small,
.feature-list.small li,
.info-list.small li,
.crewGrid .desc{
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: var(--muted) !important;
}
.crewGrid .name{
  font-family:"Cormorant Garamond", serif !important;
  font-size: 1.6rem !important;
  color: var(--green-dark) !important;
}
.crew-head,
.crew-head-main,
.feature-head h2,
.feature-card > h2{
  font-family:"Cormorant Garamond", serif !important;
}

/* v99 tweaks */
.inline-copy-icon{
  width: 1.8em !important;
  height: 1.8em !important;
}
.list-icon{
  width: 2em !important;
  height: 2em !important;
}
.inline-head-icon{
  width: 1.7em !important;
  height: 1.7em !important;
}

.nav-countdown .cd-title{
  text-transform: uppercase !important;
}
.nav-countdown .cd-inline{
  text-transform: uppercase !important;
}


/* v104 centered countdown above centered nav */
header{
  position:absolute;
  top:0; left:0; right:0;
  z-index:20;
}
.nav-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:18px 24px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.brand-centered{
  display:block !important;
  width:100%;
  text-decoration:none;
}
.nav{
  width:100%;
  margin:0 auto;
  padding:0 !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
}
.tabs{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  width:auto;
}
.nav-countdown{
  width:min(760px, 100%);
  margin:0 auto;
  background:rgba(255,250,240,.94) !important;
  border:1px solid rgba(255,255,255,.78) !important;
  box-shadow:0 10px 26px rgba(32,40,32,.16) !important;
  padding:10px 18px !important;
  border-radius:16px !important;
  backdrop-filter:blur(6px);
}
.nav-countdown .cd-title{
  color:var(--green-dark) !important;
  font-family:"Cormorant Garamond", serif !important;
  font-size:1rem !important;
  font-weight:600 !important;
  line-height:1.25 !important;
  text-transform:uppercase !important;
  letter-spacing:.05em;
  text-align:center;
}
.nav-countdown .cd-inline{
  color:var(--green-dark) !important;
  font-family:"Inter", sans-serif !important;
  font-size:.96rem !important;
  font-weight:600 !important;
  text-transform:none !important;
  letter-spacing:normal !important;
}
.hero-home,
.hero-page,
.hero-page.hero-standard,
.hero-page.hero-compact{
  padding-top:170px !important;
}
@media (max-width:900px){
  .nav-wrap{
    padding:16px 16px 0;
  }
  .nav-countdown{
    width:min(700px, 100%);
    padding:9px 14px !important;
  }
  .nav-countdown .cd-title{
    font-size:.92rem !important;
  }
  .nav-countdown .cd-inline{
    font-size:.9rem !important;
  }
  .hero-home,
  .hero-page,
  .hero-page.hero-standard,
  .hero-page.hero-compact{
    padding-top:168px !important;
  }
}
@media (max-width:640px){
  .nav-wrap{
    padding:14px 12px 0;
    gap:10px;
  }
  .nav-countdown{
    width:100%;
    padding:8px 12px !important;
  }
  .nav-countdown .cd-title{
    font-size:.85rem !important;
    line-height:1.35 !important;
  }
  .nav-countdown .cd-inline{
    font-size:.82rem !important;
  }
  .tabs{
    gap:8px;
  }
  .tab{
    padding:9px 13px !important;
  }
  .hero-home,
  .hero-page,
  .hero-page.hero-standard,
  .hero-page.hero-compact{
    padding-top:182px !important;
  }
}

/* v105 full-width ribbon countdown */
.nav-countdown{
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  border-radius:0 !important;
  padding:12px 0 !important;
  background:rgba(255,250,240,.96) !important;
  border:none !important;
  box-shadow:0 6px 18px rgba(32,40,32,.12) !important;
}

.nav-countdown .cd-title{
  max-width:900px;
  margin:0 auto;
  padding:0 20px;
  text-align:center;
}

@media (max-width:640px){
  .nav-countdown .cd-title{
    max-width:100%;
    padding:0 14px;
  }
}

/* v106 ribbon with inline nav */
.nav-ribbon{
  width:100%;
  background:rgba(255,250,240,.96);
  box-shadow:0 6px 18px rgba(32,40,32,.12);
  position:absolute;
  top:0;
  left:0;
  z-index:20;
}

.nav-ribbon-inner{
  max-width:1200px;
  margin:0 auto;
  padding:10px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.nav-countdown-inline{
  font-family:"Cormorant Garamond", serif;
  font-size:.95rem;
  font-weight:600;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:var(--green-dark);
  white-space:nowrap;
}

.nav-inline{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.nav-inline a{
  font-family:"Inter", sans-serif;
  font-size:.9rem;
  color:var(--green-dark);
  text-decoration:none;
  font-weight:500;
  opacity:.85;
  transition:opacity .2s;
}

.nav-inline a:hover{
  opacity:1;
}

/* mobile */
@media (max-width:700px){
  .nav-ribbon-inner{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }
  .nav-countdown-inline{
    font-size:.8rem;
    white-space:normal;
  }
  .nav-inline{
    gap:12px;
  }
}

.hero-home,
.hero-page,
.hero-page.hero-standard,
.hero-page.hero-compact{
  padding-top:120px !important;
}


/* v107 polish: dark ribbon, refined nav, improved mobile background */
.nav-ribbon{
  background: rgba(63, 93, 77, 0.95) !important;
  box-shadow: 0 8px 22px rgba(18, 24, 19, 0.22) !important;
}

.nav-ribbon-inner{
  max-width: 1240px !important;
  padding: 11px 24px !important;
}

.nav-countdown-inline{
  color: #f8f4ea !important;
  font-size: .96rem !important;
  letter-spacing: .04em !important;
}

.nav-inline{
  gap: 22px !important;
}

.nav-inline a{
  color: #f8f4ea !important;
  opacity: .92 !important;
  font-size: .95rem !important;
  position: relative;
  padding-bottom: 2px;
}

.nav-inline a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-2px;
  height:1px;
  background: rgba(248,244,234,.85);
  transform: scaleX(0);
  transform-origin:center;
  transition: transform .18s ease;
}

.nav-inline a:hover::after,
.nav-inline a:focus-visible::after{
  transform: scaleX(1);
}

/* keep active page slightly stronger */
.nav-inline a.active{
  font-weight: 700 !important;
  opacity: 1 !important;
}

.nav-inline a.active::after{
  transform: scaleX(1);
}

/* desktop location hero consistent with other pages */
@media (min-width: 701px){
  .hero-page.hero-compact{
    min-height: 170px !important;
    padding: 130px 24px 18px !important;
    align-items: center !important;
  }
  .hero-page.hero-compact h1{
    font-size: clamp(3.2rem, 6vw, 4.8rem) !important;
    line-height: 1.05 !important;
  }
  .hero-page.hero-compact + main.container{
    margin-top: 0 !important;
  }
}

/* mobile: show more of the forest image and reduce over-zoom/pixelation */
@media (max-width: 700px){
  body{
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: 125% auto !important;
  }
  .nav-ribbon-inner{
    padding: 10px 14px !important;
  }
  .nav-countdown-inline{
    font-size: .83rem !important;
    line-height: 1.35 !important;
  }
  .nav-inline{
    gap: 14px !important;
  }
  .nav-inline a{
    font-size: .88rem !important;
  }
}


/* v108 fixes */
.nav-ribbon{
  background: rgba(36, 60, 49, 0.97) !important;
  box-shadow: 0 8px 22px rgba(12, 18, 14, 0.28) !important;
}
.nav-countdown-inline,
.nav-inline a{
  color: #f6f0e3 !important;
}
.nav-inline a::after{
  background: rgba(246,240,227,.92) !important;
}
@media (max-width:700px){
  body{
    background-size: cover !important;
    background-position: center center !important;
    min-height: 100svh;
  }
  html, body{
    min-height: 100svh;
  }
}


/* v109: make Locatie hero match Programma/Paklijst on desktop */
@media (min-width: 701px){
  .hero-page.hero-locatie{
    min-height: 240px !important;
    padding-top: 150px !important;
    padding-bottom: 30px !important;
    align-items: center !important;
  }
  .hero-page.hero-locatie .hero-inner{
    transform: none !important;
  }
  .hero-page.hero-locatie h1{
    font-size: clamp(3.4rem, 6vw, 4.8rem) !important;
    line-height: 1.05 !important;
    margin: 0 !important;
  }
}

/* keep mobile location compact so content stays visible sooner */
@media (max-width: 700px){
  .hero-page.hero-locatie{
    min-height: 92px !important;
    padding-top: 96px !important;
    padding-bottom: 10px !important;
    align-items: flex-end !important;
  }
  .hero-page.hero-locatie h1{
    font-size: 2.25rem !important;
    line-height: 1.05 !important;
  }
}


/* v110 mobile background + darker ribbon */
.nav-ribbon{
  background: rgba(26,42,35,0.98) !important;
}

@media (max-width:700px){
  body{
    background: url("forest-mobile.jpg") center center / cover no-repeat !important;
  }
}


/* v111 hard cache break for mobile background */
@media (max-width:700px){
  body{
    background-image: url("forest-mobile.jpg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: scroll !important;
  }
}


/* ===== v113 clean final header + mobile background ===== */

/* ribbon/header */
.nav-ribbon{
  background: rgba(36, 60, 49, 0.97) !important;
  box-shadow: 0 8px 22px rgba(18, 24, 19, 0.22) !important;
}

.nav-ribbon-inner{
  max-width: 1240px !important;
  padding: 11px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}

.nav-countdown-inline{
  color: #f8f4ea !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: .96rem !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  white-space: nowrap !important;
}

.nav-inline{
  display: flex !important;
  gap: 22px !important;
  flex-wrap: wrap !important;
}

.nav-inline a{
  color: #f8f4ea !important;
  opacity: .92 !important;
  font-family: "Inter", sans-serif !important;
  font-size: .95rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  position: relative !important;
  padding-bottom: 2px !important;
}

.nav-inline a::after{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -2px !important;
  height: 1px !important;
  background: rgba(248,244,234,.90) !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform .18s ease !important;
}

.nav-inline a:hover::after,
.nav-inline a:focus-visible::after,
.nav-inline a.active::after{
  transform: scaleX(1) !important;
}

.nav-inline a.active{
  opacity: 1 !important;
  font-weight: 700 !important;
}

/* page spacing below ribbon */
.hero-home,
.hero-page,
.hero-page.hero-standard,
.hero-page.hero-compact,
.hero-page.hero-locatie{
  padding-top: 120px !important;
}

/* location page matches the other pages on desktop */
@media (min-width: 701px){
  .hero-page.hero-locatie{
    min-height: 210px !important;
    padding-top: 120px !important;
    padding-bottom: 18px !important;
    align-items: center !important;
  }
  .hero-page.hero-locatie h1{
    font-size: clamp(3rem, 6vw, 4.8rem) !important;
    line-height: 1.05 !important;
    margin: 0 !important;
  }
}

/* mobile */
@media (max-width: 700px){
  html, body{
    min-height: 100svh !important;
  }

  body{
    background-image: url("forest-mobile-v113.png") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: scroll !important;
  }

  body::before,
  body::after,
  .leafDrift,
  .fireflies{
    display: none !important;
  }

  .nav-ribbon-inner{
    padding: 10px 14px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }

  .nav-countdown-inline{
    font-size: .82rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  .nav-inline{
    gap: 14px !important;
  }

  .nav-inline a{
    font-size: .88rem !important;
  }

  .hero-home,
  .hero-page,
  .hero-page.hero-standard,
  .hero-page.hero-compact,
  .hero-page.hero-locatie{
    padding-top: 136px !important;
  }

  .hero-page.hero-locatie{
    min-height: 88px !important;
    padding-bottom: 8px !important;
    align-items: flex-end !important;
  }

  .hero-page.hero-locatie h1{
    font-size: 2.25rem !important;
    line-height: 1.05 !important;
  }
}


/* ===== v114 mobile background fix ===== */
@media (max-width: 700px){
  html,
  body{
    min-height: 100svh !important;
    background: none !important;
  }

  body{
    position: relative !important;
  }

  body::before{
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    pointer-events: none !important;
    background: url("forest-mobile-v113.png") center center / cover no-repeat !important;
    transform: none !important;
    animation: none !important;
    filter: none !important;
  }

  body::after,
  .leafDrift,
  .fireflies{
    display: none !important;
  }
}
