/* Nashville Days — static-site enhancement styles.
   Small, additive rules to support the vanilla interactions in site.js.
   The main look comes from /assets/index-Bj0E8r2x.css (the original build). */

/* Smooth anchor scrolling for the nav */
html { scroll-behavior: smooth; }

/* Mobile nav: the hamburger builds a .nd-mobile-links panel (see site.js)
   and toggles .nd-open on the <nav>. Panel is hidden until opened. */
.nd-mobile-links { display: none; }
nav[data-nd-nav].nd-open .nd-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 1.25rem 1.5rem 1.5rem;
  background: rgba(20, 20, 14, 0.98);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 50;
}
.nd-mobile-links a {
  padding: 0.5rem 0;
  font-size: 1.05rem;
}
/* Only relevant on mobile; the hamburger itself is hidden on desktop by the
   original Tailwind classes, so the panel never appears there. */

/* Accordion: collapse panels only once JS has taken over (progressive
   enhancement). Without JS the panels stay open and readable. */
/* The original Radix accordion animated height from 0 to a runtime CSS var
   (--radix-accordion-content-height) that is no longer set, which pinned open
   panels to height:0. Neutralise the animation and let content size naturally;
   our JS shows/hides via .nd-collapsed. */
[data-nd-acc-panel] { animation: none !important; height: auto !important; overflow: visible !important; }
[data-nd-acc-panel].nd-collapsed { display: none !important; }
[data-nd-acc-trigger] { cursor: pointer; }

/* ============================================================
   LINEUP — boutique-editorial artist cards
   Immersive full-image cards. Mismatched press photos are unified
   by a monochrome-at-rest grade that blooms to colour on hover.
   ============================================================ */
.nd-artist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1023px) { .nd-artist-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 639px)  { .nd-artist-grid { grid-template-columns: 1fr; } }

.nd-artist {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 1px 3px rgba(20, 20, 14, 0.10);
  transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s;
}
.nd-artist:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px -18px rgba(20, 20, 14, 0.50);
}
.nd-artist__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 18%;
  /* unify wildly different press photos: mono + warm at rest */
  filter: grayscale(1) sepia(.14) brightness(.96) contrast(1.04);
  transition: filter .6s ease, transform .9s cubic-bezier(.2,.7,.2,1);
}
.nd-artist:hover .nd-artist__img { filter: none; transform: scale(1.06); }
.nd-artist__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top,
    rgba(18,18,12,.94) 0%, rgba(18,18,12,.62) 30%,
    rgba(18,18,12,.10) 58%, rgba(18,18,12,.18) 100%);
}
.nd-artist__body { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 1.3rem 1.3rem 1.2rem; }
.nd-artist__role {
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase;
  color: #ecc05e; margin-bottom: .45rem;
}
.nd-artist__name {
  font-family: "DM Serif Display", serif; color: #fff;
  font-size: 1.45rem; line-height: 1.08; margin-bottom: .35rem;
}
.nd-artist__desc { color: rgba(255,255,255,.80); font-size: .82rem; line-height: 1.5; font-weight: 300; max-width: 32ch; }
.nd-artist__socials { display: flex; gap: .5rem; margin-top: .8rem; }
.nd-artist__socials a {
  width: 30px; height: 30px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.28);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.72); transition: all .3s ease;
}
.nd-artist__socials a:hover { color: #16160f; background: #ecc05e; border-color: transparent; }

/* ============================================================
   VENDOR / TRADER CARDS  (boutique, centred, social links)
   ============================================================ */
.nd-vendors { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.4rem; }
.nd-vendor {
  flex: 0 1 330px; max-width: 360px;
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid hsl(var(--border));
  border-radius: 16px; overflow: hidden;
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease, border-color .45s ease;
}
.nd-vendor:hover { transform: translateY(-5px); box-shadow: 0 22px 44px -22px rgba(20,20,14,.32); border-color: rgba(189,140,40,.4); }
.nd-vendor__img { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #f3efe6; }
.nd-vendor__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.nd-vendor:hover .nd-vendor__img img { transform: scale(1.05); }
.nd-vendor__img--fallback {
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(130% 120% at 30% 18%, #2c2c1d 0%, #16160f 70%);
}
.nd-vendor__img--fallback svg { width: 52px; height: 52px; color: #ecc05e; opacity: .92; }
.nd-vendor__body { padding: 1.25rem 1.3rem 1.3rem; display: flex; flex-direction: column; flex: 1; }
.nd-vendor__cat { font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: hsl(var(--primary)); margin-bottom: .5rem; }
.nd-vendor__name { font-family: "DM Serif Display", serif; font-size: 1.2rem; line-height: 1.15; margin-bottom: .45rem; }
.nd-vendor__name a { color: hsl(var(--foreground)); transition: color .3s ease; }
.nd-vendor__name a:hover { color: #bd8c28; }
.nd-vendor__desc { font-size: .85rem; line-height: 1.55; color: hsl(var(--foreground) / .65); font-weight: 300; flex: 1; }
.nd-vendor__foot { display: flex; align-items: center; gap: .6rem; margin-top: 1.1rem; }
.nd-vendor__link { display: inline-flex; align-items: center; gap: .35rem; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: #bd8c28; font-weight: 500; }
.nd-vendor__link svg { width: 13px; height: 13px; transition: transform .3s ease; }
.nd-vendor__link:hover svg { transform: translate(2px, -2px); }
.nd-vendor__socials { margin-left: auto; display: flex; gap: .4rem; }
.nd-vendor__socials a {
  width: 30px; height: 30px; border-radius: 999px; border: 1px solid hsl(var(--border));
  display: flex; align-items: center; justify-content: center;
  color: hsl(var(--foreground) / .5); transition: all .3s ease;
}
.nd-vendor__socials a svg { width: 14px; height: 14px; }
.nd-vendor__socials a:hover { color: #fff; background: hsl(var(--primary)); border-color: transparent; }

/* line-up "more to be announced" line under the grid */
.nd-lineup-more {
  margin-top: 2.25rem; text-align: center;
  font-family: "DM Serif Display", serif; font-style: italic;
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
  color: hsl(var(--foreground) / 0.62);
}
.nd-lineup-more a {
  font-style: normal; color: #bd8c28;
  border-bottom: 1px solid rgba(189,140,40,.4);
  transition: border-color .3s ease, color .3s ease;
}
.nd-lineup-more a:hover { color: #a5781f; border-color: #a5781f; }

/* "more to be announced" tile */
.nd-artist--tba {
  background: #16160f;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 2rem;
  border: 1px solid rgba(236,192,94,.18);
}
.nd-artist--tba .nd-artist__role { margin-bottom: .9rem; border: 1px solid rgba(236,192,94,.4); padding: .35rem .8rem; border-radius: 999px; }
.nd-artist--tba .nd-artist__name { font-size: 1.5rem; margin-bottom: .5rem; }
.nd-artist--tba .nd-artist__desc { color: rgba(255,255,255,.6); max-width: 22ch; margin: 0 auto; }

/* ============================================================
   HERO WEATHER WIDGET  (real 4th-July forecast, Open-Meteo)
   ============================================================ */
.nd-weather {
  display: inline-flex; align-items: center; gap: .7rem;
  padding: .6rem 1.1rem .6rem .9rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(15,15,10,.34);
  backdrop-filter: blur(10px);
  color: #fff; min-height: 44px;
  transition: opacity .5s ease;
}
.nd-weather__load { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.nd-weather__dot {
  width: 7px; height: 7px; border-radius: 999px; background: #ecc05e;
  box-shadow: 0 0 0 0 rgba(236,192,94,.6); animation: ndPulse 1.6s ease-out infinite;
}
@keyframes ndPulse { 0%{box-shadow:0 0 0 0 rgba(236,192,94,.55)} 100%{box-shadow:0 0 0 9px rgba(236,192,94,0)} }
.nd-weather__icon { width: 30px; height: 30px; color: #ecc05e; flex: none; }
.nd-weather__icon--sun  { animation: ndSpin 30s linear infinite; transform-origin: 12px 12px; }
.nd-weather__icon--cloud{ animation: ndBob 4s ease-in-out infinite; }
.nd-weather__icon--rain { animation: ndBob 3s ease-in-out infinite; }
@keyframes ndSpin { to { transform: rotate(360deg); } }
@keyframes ndBob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-2px)} }
.nd-weather__temps { font-family: "DM Serif Display", serif; line-height: 1; display: flex; align-items: baseline; gap: .25rem; }
.nd-weather__temps strong { font-size: 1.5rem; font-weight: 400; }
.nd-weather__temps span { font-size: .85rem; color: rgba(255,255,255,.6); }
.nd-weather__sep { width: 1px; height: 26px; background: rgba(255,255,255,.2); }
.nd-weather__meta { display: flex; flex-direction: column; text-align: left; line-height: 1.25; }
.nd-weather__cond { font-size: .82rem; color: #fff; }
.nd-weather__note { font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); }
@media (prefers-reduced-motion: reduce) {
  .nd-weather__icon, .nd-weather__dot { animation: none; }
}

/* ============================================================
   CINEMATIC PHOTO BANDS  (the full-width strips between sections)
   Vivid imagery + continuous Ken-Burns drift + scroll parallax +
   drifting light sheen + editorial quote reveal. Pure HTML5/CSS/JS.
   ============================================================ */
.nd-band {
  position: relative;
  height: clamp(360px, 54vh, 600px);
  overflow: hidden;
  isolation: isolate;
  background: #14140e;
}
/* parallax layer (JS nudges translateY); overscan hides the edges */
.nd-band__media { position: absolute; inset: -14% 0; z-index: 0; will-change: transform; }
/* the image itself — slow infinite Ken-Burns drift */
.nd-band__img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.06);
  animation: ndKenburns 28s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes ndKenburns {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.18) translate3d(-2.5%, -2%, 0); }
}
/* darkening veil — directional so the quote side is legible */
.nd-band__veil {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(100deg, rgba(15,15,10,.82) 0%, rgba(15,15,10,.45) 40%, rgba(15,15,10,.18) 66%, rgba(15,15,10,.5) 100%),
    linear-gradient(to top, rgba(15,15,10,.55), transparent 40%);
}
.nd-band--plain .nd-band__veil {
  background:
    linear-gradient(to top, rgba(15,15,10,.5), rgba(15,15,10,.12) 45%, rgba(15,15,10,.32)),
    radial-gradient(120% 80% at 50% 50%, transparent 55%, rgba(15,15,10,.4));
}
/* drifting warm light sheen for extra life */
.nd-band__sheen {
  position: absolute; inset: -20%; z-index: 2; pointer-events: none;
  background: radial-gradient(40% 50% at 25% 15%, rgba(255,214,140,.16), transparent 60%);
  mix-blend-mode: screen;
  animation: ndDrift 15s ease-in-out infinite alternate;
}
@keyframes ndDrift {
  from { transform: translate3d(-4%, -2%, 0); }
  to   { transform: translate3d(5%, 4%, 0); }
}
/* content */
.nd-band__inner {
  position: absolute; inset: 0; z-index: 3;
  display: flex; align-items: center;
  padding: 0 clamp(1.5rem, 7vw, 7rem);
}
.nd-band__quote { max-width: min(720px, 82%); }
.nd-band__mark {
  display: block; font-family: "DM Serif Display", serif;
  font-size: clamp(3rem, 7vw, 5.5rem); line-height: .5; color: #ecc05e;
  opacity: 0; transform: translateY(18px) rotate(-4deg);
  transition: opacity .7s ease, transform .9s cubic-bezier(.2,.7,.2,1);
}
.nd-band__quote p {
  font-family: "DM Serif Display", serif; font-style: italic; color: #fff;
  font-size: clamp(1.5rem, 3.6vw, 3rem); line-height: 1.16; margin: .3rem 0 0;
  text-shadow: 0 2px 24px rgba(0,0,0,.4);
  opacity: 0; transform: translateY(26px);
  transition: opacity 1s ease .12s, transform 1.1s cubic-bezier(.2,.7,.2,1) .12s;
}
.nd-band__rule {
  display: block; height: 2px; width: 0; margin-top: 1.5rem;
  background: linear-gradient(90deg, #ecc05e, rgba(236,192,94,0));
  transition: width 1.1s cubic-bezier(.2,.7,.2,1) .35s;
}
.nd-band.is-in .nd-band__mark  { opacity: .9; transform: none; }
.nd-band.is-in .nd-band__quote p { opacity: 1; transform: none; }
.nd-band.is-in .nd-band__rule  { width: clamp(90px, 14vw, 160px); }

@media (prefers-reduced-motion: reduce) {
  .nd-band__img, .nd-band__sheen { animation: none; }
  .nd-band__media { transform: none !important; }
  .nd-band__mark, .nd-band__quote p, .nd-band__rule { transition: none; }
}

/* Footer social icons */
.nd-foot-social { display: flex; gap: .6rem; }
.nd-foot-social a {
  width: 38px; height: 38px; border-radius: 999px;
  border: 1px solid hsl(var(--border));
  display: flex; align-items: center; justify-content: center;
  color: hsl(var(--foreground) / .55); transition: all .3s ease;
}
.nd-foot-social a svg { width: 17px; height: 17px; }
.nd-foot-social a:hover { color: #fff; background: hsl(var(--primary)); border-color: transparent; transform: translateY(-2px); }

/* Contact form status line injected by site.js */
.nd-form-status { margin-top: 0.75rem; font-size: 0.9rem; }
.nd-form-status[data-state="ok"]   { color: #6fcf6f; }
.nd-form-status[data-state="err"]  { color: #e06666; }
.nd-form-status[data-state="busy"] { color: rgba(255,255,255,0.6); }

/* Cookie notice dismiss animation */
[data-cookie] { transition: opacity .3s ease, transform .3s ease; }
[data-cookie].nd-cookie-out { opacity: 0; transform: translateY(12px); pointer-events: none; }

/* Gallery lightbox */
html.nd-lb-lock { overflow: hidden; }
.nd-lb {
  position: fixed; inset: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(12, 14, 13, 0); backdrop-filter: blur(0px);
  opacity: 0; visibility: hidden;
  transition: opacity .32s ease, background .32s ease, backdrop-filter .32s ease, visibility 0s linear .32s;
}
.nd-lb.is-open {
  opacity: 1; visibility: visible;
  background: rgba(12, 14, 13, .88); backdrop-filter: blur(6px);
  transition: opacity .32s ease, background .32s ease, backdrop-filter .32s ease;
}
.nd-lb__fig { margin: 0; max-width: min(1100px, 100%); max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: .9rem; }
.nd-lb__img {
  max-width: 100%; max-height: 82vh; width: auto; height: auto;
  object-fit: contain; border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  transform: scale(.96); transition: transform .32s cubic-bezier(.16,.84,.44,1);
}
.nd-lb.is-open .nd-lb__img { transform: scale(1); }
.nd-lb__count { font-size: 12px; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.6); font-variant-numeric: tabular-nums; }
.nd-lb__close, .nd-lb__nav {
  position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center;
  border-radius: 999px; color: #fff; cursor: pointer;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(4px); transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.nd-lb__close:hover, .nd-lb__nav:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.4); }
.nd-lb__close { top: clamp(1rem, 3vw, 1.6rem); right: clamp(1rem, 3vw, 1.6rem); width: 44px; height: 44px; }
.nd-lb__close svg { width: 20px; height: 20px; }
.nd-lb__nav { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; }
.nd-lb__nav:hover { transform: translateY(-50%) scale(1.06); }
.nd-lb__nav svg { width: 24px; height: 24px; }
.nd-lb__nav--prev { left: clamp(.6rem, 2.5vw, 1.6rem); }
.nd-lb__nav--next { right: clamp(.6rem, 2.5vw, 1.6rem); }
@media (max-width: 640px) {
  .nd-lb__nav { width: 42px; height: 42px; }
  .nd-lb__img { max-height: 74vh; }
}
@media (prefers-reduced-motion: reduce) {
  .nd-lb, .nd-lb.is-open, .nd-lb__img { transition: opacity .2s ease; }
  .nd-lb__img { transform: none; }
}

/* =========================================================
   NAVIGATION  —  boutique. Transparent over the hero,
   frosted cream glass once you scroll. Drawing gold underline.
   ========================================================= */
.nd-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(8,10,9,.42) 0%, rgba(8,10,9,0) 100%);
  transition: background .5s ease, border-color .5s ease, box-shadow .5s ease, backdrop-filter .5s ease;
}
.nd-nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 86px; transition: height .4s ease;
}
.nd-nav__brand { display: inline-flex; align-items: center; }
.nd-nav__logo {
  height: 30px; width: auto; display: block;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,.5));
  transition: height .4s ease, filter .5s ease;
}
.nd-nav__desktop { display: flex; align-items: center; gap: 2.6rem; }
.nd-nav__links { display: flex; align-items: center; gap: 2.3rem; }
.nd-nav__links a {
  position: relative; font-family: Inter, sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.82);
  text-shadow: 0 1px 8px rgba(0,0,0,.45); padding: .5rem 0; transition: color .3s ease;
}
.nd-nav__links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 1px;
  background: #e9c372; transition: right .4s cubic-bezier(.16,.84,.44,1);
}
.nd-nav__links a:hover { color: #fff; }
.nd-nav__links a:hover::after { right: 0; }
.nd-nav__cta {
  font-family: Inter, sans-serif; font-size: 11.5px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: #fff; white-space: nowrap;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .72rem 1.5rem; border: 1px solid rgba(255,255,255,.55); border-radius: 999px;
  background: rgba(255,255,255,.05); backdrop-filter: blur(6px);
  text-shadow: 0 1px 6px rgba(0,0,0,.4); transition: all .35s ease;
}
.nd-nav__cta::after { content: "\2192"; font-size: 1.05em; transition: transform .35s ease; }
.nd-nav__cta:hover { background: #fff; color: hsl(var(--foreground)); border-color: #fff; text-shadow: none; }
.nd-nav__cta:hover::after { transform: translateX(4px); }
.nd-nav__burger { display: none; color: #fff; padding: .3rem; filter: drop-shadow(0 1px 5px rgba(0,0,0,.5)); transition: color .4s ease, filter .4s ease; }

/* scrolled */
.nd-nav.is-scrolled {
  background: hsl(var(--background) / .85); backdrop-filter: blur(16px) saturate(1.15);
  border-bottom-color: hsl(var(--border) / .7);
  box-shadow: 0 10px 34px -20px rgba(20,30,28,.5);
}
.nd-nav.is-scrolled .nd-nav__inner { height: 64px; }
.nd-nav.is-scrolled .nd-nav__logo { height: 26px; filter: none; }
.nd-nav.is-scrolled .nd-nav__links a { color: hsl(var(--foreground) / .68); text-shadow: none; }
.nd-nav.is-scrolled .nd-nav__links a:hover { color: hsl(var(--foreground)); }
.nd-nav.is-scrolled .nd-nav__cta {
  color: hsl(var(--primary)); border-color: hsl(var(--primary) / .4);
  background: hsl(var(--primary) / .07); text-shadow: none; backdrop-filter: none;
}
.nd-nav.is-scrolled .nd-nav__cta:hover { background: hsl(var(--primary)); color: #fff; border-color: hsl(var(--primary)); }
.nd-nav.is-scrolled .nd-nav__burger { color: hsl(var(--foreground)); filter: none; }

@media (max-width: 880px) {
  .nd-nav__desktop { display: none; }
  .nd-nav__burger { display: inline-flex; }
  .nd-nav__inner { height: 70px; }
}
/* the cloned mobile panel CTA (see site.js) should still read as a button */
.nd-mobile-links .nd-nav__cta { display: inline-flex; align-self: flex-start; margin-top: .4rem; color: #fff; border-color: rgba(255,255,255,.4); }

/* =========================================================
   HERO  —  "The Field at Golden Hour". Cinematic video,
   film grain + vignette, editorial masthead, slow reveal.
   ========================================================= */
.nd-hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; overflow: hidden; isolation: isolate;
}
.nd-hero__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.nd-hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.04); animation: ndKen 26s ease-in-out infinite alternate;
}
@keyframes ndKen { from { transform: scale(1.04); } to { transform: scale(1.12); } }
.nd-hero__grain {
  position: absolute; inset: -20%; pointer-events: none; opacity: .07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}
.nd-hero__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(118% 78% at 50% 46%, rgba(0,0,0,.6) 0%, rgba(0,0,0,.3) 46%, rgba(0,0,0,0) 78%),
    linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.05) 20%, rgba(0,0,0,0) 52%, rgba(0,0,0,.5) 86%, rgb(249,247,241) 100%);
}
.nd-hero__vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(135% 130% at 50% 48%, rgba(0,0,0,0) 52%, rgba(0,0,0,.42) 100%);
}
.nd-hero__inner {
  position: relative; z-index: 1; width: 100%; padding-top: 84px; padding-bottom: 64px;
  display: flex; flex-direction: column; align-items: center;
}

/* overline kicker with a gold tick */
.nd-hero__kicker {
  display: inline-flex; align-items: center; gap: 1rem; margin-bottom: 1.6rem;
  font-family: Inter, sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .42em;
  text-transform: uppercase; color: rgba(255,255,255,.8); text-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.nd-hero__tick { width: 30px; height: 1px; background: rgba(233,195,114,.85); }

/* masthead */
.nd-hero__title {
  font-family: "DM Serif Display", Georgia, serif; font-weight: 400;
  font-size: clamp(3.1rem, 9.2vw, 7.2rem); line-height: .94; letter-spacing: -.012em;
  color: #fff; margin: 0; text-shadow: 0 4px 40px rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
}

/* framed date line with hairlines */
.nd-hero__meta {
  display: flex; align-items: center; justify-content: center; gap: 1.1rem;
  width: 100%; max-width: 33rem; margin: 1.5rem auto 0;
  font-family: Inter, sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .26em;
  text-transform: uppercase; color: rgba(255,255,255,.85); text-shadow: 0 1px 8px rgba(0,0,0,.5);
}
.nd-hero__meta i { flex: 1; height: 1px; background: rgba(255,255,255,.35); }
.nd-hero__meta span { flex: none; }

.nd-hero__lead {
  max-width: 36rem; margin: 1.6rem auto 0; font-family: Inter, sans-serif; font-weight: 300;
  font-size: 1.02rem; line-height: 1.65; color: rgba(255,255,255,.84);
  text-shadow: 0 1px 10px rgba(0,0,0,.5);
}

/* countdown — hairline dividers, serif numerals */
.nd-hero__count { display: inline-flex; align-items: center; gap: 1.4rem; margin-top: 2.2rem; }
.nd-count { display: flex; flex-direction: column; align-items: center; min-width: 3.2rem; }
.nd-count__n {
  font-family: "DM Serif Display", Georgia, serif; font-size: 2.3rem; line-height: 1;
  color: #ecd6a0; font-variant-numeric: tabular-nums; text-shadow: 0 2px 16px rgba(0,0,0,.5);
}
.nd-count__l {
  margin-top: .5rem; font-family: Inter, sans-serif; font-size: 9.5px; font-weight: 500;
  letter-spacing: .26em; text-transform: uppercase; color: rgba(255,255,255,.62);
}
.nd-count__sep { width: 1px; height: 34px; background: rgba(255,255,255,.2); }

.nd-hero__weather { margin-top: 1.7rem; display: flex; justify-content: center; }

/* actions */
.nd-hero__actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.4rem; flex-wrap: wrap; justify-content: center; }
.nd-hero__book {
  font-family: Inter, sans-serif; font-size: 12.5px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: #2a2014;
  padding: 1rem 2.2rem; border-radius: 999px;
  background: linear-gradient(135deg, #f0cd83 0%, #e3ad48 100%);
  box-shadow: 0 14px 38px -14px rgba(227,173,72,.7), inset 0 1px 0 rgba(255,255,255,.4);
  transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
}
.nd-hero__book:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 20px 46px -14px rgba(227,173,72,.8), inset 0 1px 0 rgba(255,255,255,.5); }
.nd-hero__see {
  position: relative; font-family: Inter, sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: #fff;
  padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45);
  text-shadow: 0 1px 8px rgba(0,0,0,.5); transition: color .3s ease, border-color .3s ease;
}
.nd-hero__see::after { content: " \2197"; }
.nd-hero__see:hover { color: #ecd6a0; border-color: #ecd6a0; }

/* scroll cue */
.nd-hero__scroll {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: .7rem;
  font-family: Inter, sans-serif; font-size: 9.5px; font-weight: 500; letter-spacing: .3em;
  text-transform: uppercase; color: rgba(255,255,255,.6);
}
.nd-hero__scrollline { width: 1px; height: 46px; background: rgba(255,255,255,.25); position: relative; overflow: hidden; }
.nd-hero__scrollline::after {
  content: ""; position: absolute; left: 0; top: -50%; width: 100%; height: 50%;
  background: linear-gradient(180deg, rgba(236,214,160,0), #ecd6a0); animation: ndScroll 2.4s ease-in-out infinite;
}
@keyframes ndScroll { 0% { top: -50%; } 60%, 100% { top: 100%; } }

/* slow staggered reveal */
.nd-hero [data-reveal] { opacity: 0; transform: translateY(24px); }
.nd-hero.is-ready [data-reveal] {
  opacity: 1; transform: none;
  transition: opacity 1.1s cubic-bezier(.16,.84,.44,1), transform 1.1s cubic-bezier(.16,.84,.44,1);
}
.nd-hero.is-ready .nd-hero__kicker  { transition-delay: .05s; }
.nd-hero.is-ready .nd-hero__title   { transition-delay: .2s; }
.nd-hero.is-ready .nd-hero__meta    { transition-delay: .38s; }
.nd-hero.is-ready .nd-hero__lead    { transition-delay: .54s; }
.nd-hero.is-ready .nd-hero__count   { transition-delay: .7s; }
.nd-hero.is-ready .nd-hero__weather { transition-delay: .86s; }
.nd-hero.is-ready .nd-hero__actions { transition-delay: 1s; }

@media (max-width: 600px) {
  .nd-hero__kicker { gap: .7rem; letter-spacing: .3em; font-size: 10px; flex-wrap: wrap; justify-content: center; }
  .nd-hero__meta { flex-wrap: wrap; gap: .55rem; font-size: 10.5px; letter-spacing: .16em; max-width: 88vw; }
  .nd-hero__meta i { display: none; }
  .nd-hero__meta span { white-space: normal; line-height: 1.5; }
  .nd-hero__count { gap: .9rem; }
  .nd-count { min-width: 2.6rem; }
  .nd-count__n { font-size: 1.8rem; }
  .nd-count__sep { height: 28px; }
  .nd-hero__lead { font-size: .96rem; }
  .nd-hero__actions { gap: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .nd-hero__video { animation: none; }
  .nd-hero__scrollline::after { animation: none; }
  .nd-hero [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* =========================================================
   SCROLL REVEALS — site-wide "beautiful movement". The .reveal
   class is added by site.js (module 13) so content is never
   hidden without JS. Elements rise + fade as they enter view.
   ========================================================= */
.reveal { opacity: 0; transform: translateY(26px); }
.reveal.in {
  opacity: 1; transform: none;
  transition: opacity .9s cubic-bezier(.16,.84,.44,1), transform .9s cubic-bezier(.16,.84,.44,1);
  transition-delay: var(--rd, 0s);
}
.reveal-zoom { opacity: 0; transform: scale(1.04); }
.reveal-zoom.in { opacity: 1; transform: none; transition: opacity 1.1s ease, transform 1.4s cubic-bezier(.16,.84,.44,1); transition-delay: var(--rd, 0s); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.in, .reveal-zoom, .reveal-zoom.in { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* =========================================================
   THE FESTIVAL JOURNAL — numbered editorial section headers.
   Kicker: serif No. + drawing gold hairline + small-caps eyebrow.
   Title: DM Serif masthead that rises from behind its baseline.
   Animations only engage once JS adds .nd-anim (no-JS safe).
   ========================================================= */
.nd-sec__kick {
  display: flex; align-items: center; gap: .9rem; margin-bottom: 1.3rem;
}
.nd-sec__kick--center { justify-content: center; }
.nd-sec__no {
  font-family: "DM Serif Display", Georgia, serif; font-style: italic;
  font-size: 1rem; line-height: 1; color: #c89b3c; letter-spacing: .06em;
}
.nd-sec__line { width: 46px; height: 1px; background: #c89b3c; opacity: .55; }
.nd-sec__eyebrow {
  font-family: Inter, sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: .34em; text-transform: uppercase; color: hsl(var(--sage));
}
.nd-sec__title {
  font-family: "DM Serif Display", Georgia, serif; font-weight: 400;
  font-size: clamp(2.5rem, 5.4vw, 4.1rem); line-height: 1.04; letter-spacing: -.01em;
  color: hsl(var(--foreground)); margin: 0 0 .65rem; overflow: hidden;
}
.nd-sec__titleinner { display: block; padding-bottom: .08em; margin-bottom: -.08em; }
.nd-sec__title em {
  font-style: italic;
  background: linear-gradient(135deg, #c0860f 0%, #e3ad48 45%, #caa24f 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
/* animation states (JS adds .nd-anim, then .in on intersect) */
.nd-sec__kick.nd-anim { opacity: 0; }
.nd-sec__kick.nd-anim .nd-sec__line { transform: scaleX(0); transform-origin: left center; }
.nd-sec__kick.nd-anim.in { opacity: 1; transition: opacity .7s ease; }
.nd-sec__kick.nd-anim.in .nd-sec__line { transform: scaleX(1); transition: transform .95s cubic-bezier(.16,.84,.44,1) .25s; }
.nd-sec__title.nd-anim .nd-sec__titleinner { transform: translateY(115%); }
.nd-sec__title.nd-anim.in .nd-sec__titleinner { transform: none; transition: transform 1.05s cubic-bezier(.16,.84,.44,1) .12s; }
@media (prefers-reduced-motion: reduce) {
  .nd-sec__kick.nd-anim, .nd-sec__kick.nd-anim .nd-sec__line, .nd-sec__title.nd-anim .nd-sec__titleinner {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
}

/* Editorial drop cap on the opening of the story */
.nd-dropcap::first-letter {
  font-family: "DM Serif Display", Georgia, serif;
  float: left; font-size: 3.55em; line-height: .82;
  padding: .04em .12em 0 0; color: #c0860f;
}

/* Slow golden sheen across the hero CTA (every ~6s) */
.nd-hero__book { position: relative; overflow: hidden; }
.nd-hero__book::before {
  content: ""; position: absolute; top: -10%; bottom: -10%; left: -65%; width: 38%;
  background: linear-gradient(105deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-18deg); animation: ndSheen 6.5s ease-in-out infinite;
}
@keyframes ndSheen { 0%, 70% { left: -65%; } 88%, 100% { left: 135%; } }
@media (prefers-reduced-motion: reduce) { .nd-hero__book::before { animation: none; } }

/* Newsletter inline status (module 14) */
.nd-nl-status { margin-top: .9rem; font-size: .9rem; font-weight: 300; }
.nd-nl-status[data-state="ok"]   { color: hsl(var(--primary)); }
.nd-nl-status[data-state="err"]  { color: #b3504f; }
.nd-nl-status[data-state="busy"] { color: hsl(var(--foreground) / .55); }

/* =========================================================
   PREMIUM POLISH — boutique details across the whole page.
   Boxed tiles become hairline-ruled editorial lists, chips
   lose the pill, the ticker reads like a magazine fore-edge.
   ========================================================= */

/* Brand text selection + refined keyboard focus */
::selection { background: rgba(227, 173, 72, .32); }
:where(a, button, input, textarea, select):focus-visible {
  outline: 1.5px solid rgba(192, 134, 15, .75); outline-offset: 3px; border-radius: 2px;
}

/* Ticker: alternating small-caps / serif italic, gold star separators */
.nd-tick { margin: 0 1.9rem; white-space: nowrap; }
.nd-tick--caps {
  font-family: Inter, sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: .26em; color: hsl(var(--foreground) / .55);
}
.nd-tick--serif {
  font-family: "DM Serif Display", Georgia, serif; font-style: italic;
  font-size: 15.5px; letter-spacing: .02em; color: hsl(var(--foreground) / .72);
}
.nd-tick-sep { font-size: 9px; color: rgba(192, 134, 15, .55); vertical-align: 1px; }

/* Chips: squared, kerned, hairline. No more pills. */
.nd-chip {
  display: inline-block; padding: .42rem .85rem; border-radius: 2px;
  font-family: Inter, sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase; margin-bottom: .9rem;
}
.nd-chip--dark { color: #ecd6a0; border: 1px solid rgba(236, 214, 160, .38); background: rgba(8, 10, 9, .45); backdrop-filter: blur(6px); }
.nd-chip--day  { color: #a3741c; border: 1px solid rgba(192, 134, 15, .35); background: rgba(227, 173, 72, .07); }
.nd-credit { font-family: "DM Serif Display", Georgia, serif; font-style: italic; font-size: 1rem; color: #ecd6a0; margin-bottom: .35rem; }

/* Editorial hairline feature list (tickets + about values) */
.nd-feats, .nd-vals { list-style: none; margin: 0; padding: 0; }
.nd-feat {
  display: flex; gap: 1.05rem; align-items: flex-start;
  padding: 1.05rem 0; border-top: 1px solid hsl(var(--border) / .65);
}
.nd-feats .nd-feat:last-child, .nd-vals .nd-feat:last-child { border-bottom: 1px solid hsl(var(--border) / .65); }
.nd-feat__ic { flex: none; width: 24px; padding-top: .15rem; color: #c0860f; }
.nd-feat__ic svg { width: 21px; height: 21px; display: block; }
.nd-feat__name {
  font-family: "DM Serif Display", Georgia, serif; font-weight: 400;
  font-size: 1.06rem; color: hsl(var(--foreground)); margin: 0 0 .2rem;
  transition: color .3s ease;
}
.nd-feat:hover .nd-feat__name { color: hsl(var(--primary)); }
.nd-feat__desc { font-size: .85rem; font-weight: 300; line-height: 1.55; color: hsl(var(--foreground) / .62); margin: 0; }

/* About aside: unboxed pull-quote + values + closing line */
.nd-pull { margin: 0 0 2.1rem; padding: 1.45rem 0; border-top: 1px solid rgba(192, 134, 15, .4); border-bottom: 1px solid hsl(var(--border) / .65); }
.nd-pull p {
  font-family: "DM Serif Display", Georgia, serif; font-style: italic;
  font-size: 1.42rem; line-height: 1.35; color: hsl(var(--foreground) / .88); margin: 0 0 .8rem;
}
.nd-pull cite {
  display: inline-flex; align-items: center; gap: .6rem; font-style: normal;
  font-family: Inter, sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase; color: hsl(var(--sage));
}
.nd-pull cite::before { content: ""; width: 22px; height: 1px; background: rgba(192, 134, 15, .6); }
.nd-vals .nd-feat:first-child { border-top: 0; }
.nd-aside__close {
  margin: 2rem 0 0; text-align: center;
  font-family: "DM Serif Display", Georgia, serif; font-style: italic;
  font-size: 1.05rem; line-height: 1.6; color: hsl(var(--foreground) / .68);
}
.nd-aside__close::before { content: ""; display: block; width: 30px; height: 1px; background: rgba(192, 134, 15, .55); margin: 0 auto 1.1rem; }

/* FAQ: boxes become a hairline-ruled list */
.nd-faq-item { border-top: 1px solid hsl(var(--border) / .7); margin: 0 !important; }
.nd-faq-item:last-child { border-bottom: 1px solid hsl(var(--border) / .7); }
.nd-faq-item h3 button { font-size: 1.13rem; padding-top: 1.35rem; padding-bottom: 1.35rem; }
.nd-faq-item h3 button[data-state="open"] { color: hsl(var(--primary)); }
.nd-faq-item h3 button svg { color: #c0860f; opacity: .7; }
.nd-faq-item [data-nd-acc-panel] > div { padding-bottom: 1.4rem; max-width: 58ch; }

/* First-release notice: hairline strip with a live gold dot */
.nd-notice {
  display: flex; align-items: center; justify-content: center; gap: .65rem;
  margin: 0 0 1.1rem; padding: .85rem 0;
  border-top: 1px solid hsl(var(--border) / .7); border-bottom: 1px solid hsl(var(--border) / .7);
  font-family: Inter, sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase; color: hsl(var(--sage));
}
.nd-notice__dot { width: 6px; height: 6px; border-radius: 999px; background: #e3ad48; animation: ndPulse 2.2s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .nd-notice__dot { animation: none; } }

/* Skiddle frame: finer, calmer */
.nd-skiddle {
  overflow: hidden; border-radius: 10px; padding: 1rem; min-height: 550px;
  border: 1px solid hsl(var(--border) / .8); background: rgba(255, 255, 255, .55);
  box-shadow: 0 24px 60px -42px rgba(20, 30, 28, .55);
}

/* Footer sign-off */
.nd-foot-sign { display: flex; align-items: center; gap: 1.4rem; margin-bottom: 2.8rem; }
.nd-foot-sign i { flex: 1; height: 1px; background: hsl(var(--border) / .8); }
.nd-foot-sign p {
  flex: none; margin: 0; font-family: "DM Serif Display", Georgia, serif; font-style: italic;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem); color: hsl(var(--foreground) / .85);
}

/* =========================================================
   UX QUALITY CONTROL — WCAG contrast, 44px touch targets,
   skip link, nav scrollspy state. Invisible until needed,
   which is exactly how premium accessibility should feel.
   ========================================================= */

/* Skip link: hidden until focused, then a clear gold-trimmed card */
.nd-skip {
  position: fixed; top: 12px; left: 12px; z-index: 200;
  padding: .9rem 1.4rem; border-radius: 6px;
  background: hsl(var(--foreground)); color: #fff;
  font-family: Inter, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .08em;
  border: 1px solid #e3ad48; box-shadow: 0 12px 34px rgba(0,0,0,.3);
  transform: translateY(-200%); transition: transform .2s ease;
}
.nd-skip:focus { transform: none; }

/* Contrast corrections (WCAG AA for small text) */
.nd-sec__eyebrow { color: hsl(160 32% 32%); }
.nd-sec__no { color: #8a5c0a; }
.nd-pull cite { color: hsl(160 32% 32%); }
.nd-notice { color: hsl(160 32% 32%); }
.nd-faq-item h3 button[data-state="open"] { color: hsl(160 35% 30%); }
.nd-tick--caps { color: hsl(var(--foreground) / .72); }
.nd-feat__desc { color: hsl(var(--foreground) / .74); }
.nd-count__l { color: rgba(255,255,255,.78); }
/* site-wide nudge: faded utility text up to readable */
.text-foreground\/60 { color: hsl(var(--foreground) / .72) !important; }
.text-foreground\/55 { color: hsl(var(--foreground) / .7) !important; }

/* Touch targets: 44px minimum everywhere */
a, button, [role="button"] { touch-action: manipulation; }
.nd-nav__links a { padding-top: .95rem; padding-bottom: .95rem; }
.nd-nav__burger { width: 44px; height: 44px; align-items: center; justify-content: center; }
.nd-foot-social a { width: 44px; height: 44px; }
.nd-hero__see { display: inline-flex; align-items: center; min-height: 44px; margin: -10px 0; }
.nd-mobile-links a { padding: .8rem 0; }
[data-cookie] button { min-height: 44px; }
[data-cookie] button[aria-label] { min-height: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.nd-lb__close, .nd-lb__nav { min-width: 44px; min-height: 44px; }

/* Nav scrollspy: the current section's link holds its gold underline */
.nd-nav__links a.is-active { color: #fff; }
.nd-nav__links a.is-active::after { right: 0; }
.nd-nav.is-scrolled .nd-nav__links a.is-active { color: hsl(var(--foreground)); }
