/* =================================================================
   IT'S A FAKE WEDDING — styles.css
   Archetype: Editorial Dark Warm · cinematic nightlife-meets-wedding
   ================================================================= */

/* =============================================================
   1. Tokens
   ============================================================= */
:root {
  --bg:        #0E0B09;   /* warm near-black (never pure #000) */
  --bg-2:      #15110E;
  --bg-3:      #1E1813;   /* cards */
  --bg-4:      #271F18;
  --cream:     #F2EBDA;   /* primary text on dark */
  --cream-2:   #DDD2BC;
  --cream-3:   #9A8C73;   /* metadata / muted */
  --accent:    #C5301E;   /* IFW red — red carpet */
  --accent-2:  #9E2114;
  --accent-ink:#FBE7E2;
  --gold:      #C49A5B;   /* candlelight warm */
  --gold-2:    #E3C485;
  --line:      rgba(242,235,218,.12);
  --line-2:    rgba(242,235,218,.20);

  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --serif: "Playfair Display", "Times New Roman", Georgia, serif;

  --maxw: 1280px;
  --gut: clamp(1.1rem, 5vw, 4rem);
  --section-y: clamp(4.5rem, 11vw, 9rem);
  --radius: 4px;

  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

@property --mesh-angle {
  syntax: "<angle>"; inherits: false; initial-value: 0deg;
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  tab-size: 2;
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--cream);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; line-height: 1.04; letter-spacing: -0.015em; font-weight: 400; }
::selection { background: var(--accent); color: var(--cream); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* =============================================================
   3. Utilities
   ============================================================= */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: -120px; left: 1rem; z-index: 9999;
  padding: .7rem 1.1rem; background: var(--cream); color: var(--bg);
  border-radius: 6px; font-weight: 600; transition: top .25s var(--ease-out);
}
.skip-link:focus { top: 1rem; }

.kicker {
  display: inline-flex; align-items: center; gap: .65rem;
  font-size: .72rem; font-weight: 600; letter-spacing: .32em;
  text-transform: uppercase; color: var(--gold);
}
.kicker::before {
  content: ""; width: 1.7rem; height: 1px; background: var(--gold); opacity: .7;
}
.kicker.is-centered { justify-content: center; }
.kicker.is-centered::after {
  content: ""; width: 1.7rem; height: 1px; background: var(--gold); opacity: .7;
}

.section-head { max-width: 46rem; }
.section-head.is-centered { margin-inline: auto; text-align: center; }
.section-title {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 5.6vw, 4rem);
  line-height: 1.02;
  margin-top: 1.1rem;
}
.section-title em { font-style: italic; color: var(--gold-2); }
.section-intro {
  margin-top: 1.4rem; color: var(--cream-2); font-size: clamp(1rem, 1.4vw, 1.16rem);
  max-width: 42rem;
}
.section-head.is-centered .section-intro { margin-inline: auto; }

/* film grain + vignette (page-wide ambience) */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: .045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%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");
}

/* scroll reveal — gated by .has-js so content is ALWAYS visible without JS.
   The 9s safety animation guarantees content un-hides even if JS fails entirely. */
.reveal { will-change: opacity, transform; }
.has-js .reveal { opacity: 0; transform: translateY(34px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); animation: revealSafety .01s linear 9s forwards; }
.has-js .reveal.is-in { opacity: 1; transform: none; }
@keyframes revealSafety { to { opacity: 1; transform: none; } }
.has-js .reveal[data-split] { opacity: 1; transform: none; } /* defensive: never hide split text */
[data-stagger] > * { transition-delay: var(--d, 0ms); }

/* =============================================================
   4. Wordmark (the logo, typeset faithfully)
   ============================================================= */
.wordmark {
  font-family: var(--serif); text-transform: uppercase; font-weight: 700;
  line-height: .82; text-align: center; color: var(--cream); letter-spacing: .01em;
  display: inline-block; position: relative;
}
.wordmark__reg { position: absolute; top: .04em; right: -.52em; font-size: .24em; font-weight: 600; line-height: 1; opacity: .55; }
.wordmark .w1 { display: block; font-size: .40em; font-weight: 600; letter-spacing: .42em; padding-left: .42em; }
.wordmark .w2 { display: block; font-size: 1em; }
.wordmark .w3 { display: block; font-size: 1em; position: relative; }
.wordmark .w3::after {
  content: ""; position: absolute; left: -3%; right: -3%; top: 52%;
  height: .055em; background: currentColor; transform: translateY(-50%);
}
.wordmark--accent .w2 { color: var(--accent); }

/* =============================================================
   5. Buttons
   ============================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.7rem; font-size: .82rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; border-radius: 2px;
  transition: transform .5s var(--ease-out), background .4s var(--ease-out), color .4s var(--ease-out), border-color .4s var(--ease-out), box-shadow .5s var(--ease-out);
  white-space: nowrap; cursor: pointer; line-height: 1;
}
.btn svg { width: 1em; height: 1em; }
.btn-primary {
  background: var(--accent); color: var(--cream);
  box-shadow: 0 10px 34px -12px rgba(197,48,30,.7);
}
.btn-primary:hover { background: var(--accent-2); transform: translateY(-2px); box-shadow: 0 16px 44px -12px rgba(197,48,30,.85); }
.btn-ghost {
  background: transparent; color: var(--cream); border: 1px solid var(--line-2);
}
.btn-ghost:hover { border-color: var(--cream); background: rgba(242,235,218,.05); transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: #1a130a; }
.btn-gold:hover { background: var(--gold-2); transform: translateY(-2px); }
.btn-sm { padding: .72rem 1.2rem; font-size: .72rem; }
.btn-block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-2); padding-bottom: .25rem; position: relative;
}
.link-arrow::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--gold-2); transform: scaleX(.0); transform-origin: left; transition: transform .5s var(--ease-out); }
.link-arrow:hover::after { transform: scaleX(1); }
.link-arrow span.ar { transition: transform .4s var(--ease-out); }
.link-arrow:hover span.ar { transform: translateX(5px); }

/* =============================================================
   6. Splash
   ============================================================= */
.splash {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center;
  background: var(--bg);
  animation: splashSafety .01s 4.4s forwards; /* JS-independent fail-safe */
}
.splash__inner { text-align: center; }
.splash .wordmark { font-size: clamp(2.4rem, 9vw, 5rem); opacity: 0; animation: splashIn 1.1s .15s var(--ease-out) forwards; }
.splash__tag { margin-top: 1.4rem; font-size: .7rem; letter-spacing: .42em; text-transform: uppercase; color: var(--cream-3); opacity: 0; animation: splashIn 1s .55s var(--ease-out) forwards; }
.splash.is-out { opacity: 0; pointer-events: none; transform: scale(1.03); transition: opacity .8s var(--ease-out), transform .9s var(--ease-out); }
@keyframes splashIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes splashSafety { to { opacity: 0; pointer-events: none; visibility: hidden; } }

/* =============================================================
   7. Nav
   ============================================================= */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: clamp(1rem,2.2vw,1.6rem) var(--gut);
  transition: background .5s var(--ease-out), padding .5s var(--ease-out), border-color .5s var(--ease-out), backdrop-filter .5s var(--ease-out);
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(14,11,9,.78); backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line); padding-block: clamp(.7rem,1.4vw,1rem);
}
.nav__brand .wordmark { font-size: 1.55rem; }
.nav__links { display: none; align-items: center; gap: clamp(.8rem, 1.5vw, 1.7rem); }
.nav__links a {
  font-size: .76rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
  color: var(--cream-2); position: relative; padding-block: .3rem; transition: color .3s var(--ease-out);
}
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--gold-2); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease-out); }
.nav__links a:hover { color: var(--cream); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__cta { display: none; }
.nav__toggle {
  display: inline-flex; flex-direction: column; gap: 5px; padding: .5rem; width: 42px; align-items: center; justify-content: center;
}
.nav__toggle span { width: 24px; height: 2px; background: var(--cream); transition: transform .4s var(--ease-out), opacity .3s var(--ease-out); }
.nav.is-open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.is-open .nav__toggle span:nth-child(2) { opacity: 0; }
.nav.is-open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile menu */
.menu {
  position: fixed; inset: 0; z-index: 99; background: var(--bg);
  display: grid; place-items: center; opacity: 0; pointer-events: none;
  transform: translateY(-8px); transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.menu.is-open { opacity: 1; pointer-events: auto; transform: none; }
.menu nav { display: flex; flex-direction: column; gap: 1.1rem; text-align: center; }
.menu a { font-family: var(--serif); font-size: clamp(1.7rem, 7vw, 2.4rem); color: var(--cream); }
.menu a em { font-style: italic; color: var(--gold-2); }
.menu .btn { margin-top: 1.4rem; align-self: center; }

/* =============================================================
   8. Hero
   ============================================================= */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: flex-end; overflow: hidden;
  padding-bottom: clamp(3rem, 8vh, 7rem);
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.06); transition: opacity 1.6s var(--ease-out);
}
.hero__slide.is-active { opacity: 1; animation: kenburns 9s linear forwards; } /* no-JS: first slide carries is-active in HTML */
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1.16); } }
.hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(14,11,9,.66) 0%, rgba(14,11,9,.30) 32%, rgba(14,11,9,.55) 70%, rgba(14,11,9,.96) 100%),
    radial-gradient(120% 80% at 50% 0%, transparent 40%, rgba(14,11,9,.5) 100%);
}
.hero__mesh {
  position: absolute; inset: -20%; z-index: 1; pointer-events: none; opacity: .5;
  background:
    radial-gradient(40% 50% at 22% 30%, rgba(197,48,30,.5), transparent 60%),
    radial-gradient(45% 55% at 80% 70%, rgba(196,154,91,.4), transparent 62%);
  filter: blur(70px); mix-blend-mode: screen;
  animation: meshDrift 22s ease-in-out infinite;
}
@keyframes meshDrift {
  0%,100% { transform: translate3d(0,0,0) rotate(0deg); }
  50%     { transform: translate3d(3%, -2%, 0) rotate(8deg); }
}
.hero__inner { position: relative; z-index: 2; width: 100%; }
.hero__eyebrow {
  font-size: .72rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-2); margin-bottom: 1.4rem; display: flex; align-items: center; gap: .8rem; flex-wrap: wrap;
}
.hero__eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(197,48,30,.25); }
.hero__title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2.9rem, 10vw, 7.4rem); line-height: .96; letter-spacing: -0.02em;
  max-width: 16ch;
}
.hero__title em { font-style: italic; color: var(--gold-2); }
.hero__title .strike { position: relative; white-space: nowrap; }
.hero__title .strike::after { content: ""; position: absolute; left: -1%; right: -1%; top: 54%; height: .045em; background: var(--accent); }
.hero__claim { margin-top: 1.2rem; font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 2.1vw, 1.6rem); color: var(--gold-2); letter-spacing: .005em; }
.hero__sub { margin-top: 1.2rem; max-width: 36rem; font-size: clamp(1rem, 1.5vw, 1.2rem); color: var(--cream-2); }
.hero__actions { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: .9rem; }
.hero__scroll {
  position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%); z-index: 2;
  font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: var(--cream-3);
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
}
.hero__scroll i { width: 1px; height: 38px; background: linear-gradient(var(--gold), transparent); animation: scrollPulse 2.4s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(.4); opacity: .4; } 50% { transform: scaleY(1); opacity: 1; } }

/* =============================================================
   9. Section base
   ============================================================= */
.section { position: relative; padding-block: var(--section-y); z-index: 2; }
.section--tint { background: var(--bg-2); }
.section--line { border-top: 1px solid var(--line); }

/* =============================================================
   10. Concept
   ============================================================= */
.concept__grid { display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.concept__media { position: relative; }
.concept__media .photo-main { border-radius: var(--radius); aspect-ratio: 4/5; object-fit: cover; width: 100%; box-shadow: 0 40px 90px -40px rgba(0,0,0,.8); }
.concept__media .photo-cert {
  position: absolute; right: -6%; bottom: -10%; width: 46%;
  border-radius: var(--radius); border: 4px solid var(--bg); box-shadow: 0 24px 60px -24px rgba(0,0,0,.9);
  aspect-ratio: 3/2; object-fit: cover;
}
.concept__body p { color: var(--cream-2); margin-top: 1.3rem; font-size: 1.05rem; }
.concept__body .lead { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem,2.4vw,1.7rem); color: var(--cream); line-height: 1.35; }
.concept__cert-note { margin-top: 1.5rem; font-size: .92rem; color: var(--cream-3); border-left: 2px solid var(--accent); padding-left: 1rem; }
.concept__og { margin-top: 1.6rem; font-size: .95rem; color: var(--cream-2); background: var(--bg-3); border: 1px solid var(--line); border-left: 2px solid var(--gold); border-radius: var(--radius); padding: 1rem 1.15rem; }
.concept__og .tag { display: inline-block; font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; color: var(--gold); margin-right: .55rem; }
.pillars { display: grid; gap: 1px; margin-top: 2.4rem; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.pillar { background: var(--bg); padding: 1.5rem 1.4rem; }
.pillar .num { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 1.1rem; }
.pillar h3 { font-family: var(--serif); font-size: 1.35rem; margin: .35rem 0 .4rem; }
.pillar p { font-size: .92rem; color: var(--cream-3); }

/* =============================================================
   11. Experience timeline
   ============================================================= */
.timeline { margin-top: clamp(2.6rem, 6vw, 4.5rem); position: relative; }
.timeline::before { content: ""; position: absolute; left: 11px; top: 0; bottom: 0; width: 1px; background: linear-gradient(var(--accent), var(--gold), transparent); opacity: .4; }
.tl-step { position: relative; padding-left: 3rem; padding-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.tl-step:last-child { padding-bottom: 0; }
.tl-step__node { position: absolute; left: 0; top: .2rem; width: 23px; height: 23px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; background: var(--bg); }
.tl-step__node::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.tl-step__media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/10; margin-bottom: 1.1rem; }
.tl-step__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.tl-step:hover .tl-step__media img { transform: scale(1.05); }
.tl-step__idx { font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.tl-step h3 { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 1.9rem); margin: .35rem 0 .5rem; }
.tl-step h3 .es { font-style: italic; color: var(--accent-ink); }
.tl-step p { color: var(--cream-2); max-width: 40rem; }

/* =============================================================
   12. Events
   ============================================================= */
.events__grid { display: grid; gap: 1.4rem; margin-top: clamp(2.4rem, 5vw, 3.6rem); }
.event-card {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius);
  transition: transform .6s var(--ease-out), border-color .5s var(--ease-out), box-shadow .6s var(--ease-out);
}
.event-card:hover { transform: translateY(-6px); border-color: var(--line-2); box-shadow: 0 30px 60px -34px rgba(0,0,0,.85); }
.event-card__media { position: relative; aspect-ratio: 5/4; overflow: hidden; }
.event-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.event-card:hover .event-card__media img { transform: scale(1.07); }
.event-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,11,9,.1), rgba(14,11,9,.7)); }
.event-card__status {
  position: absolute; top: .9rem; left: .9rem; z-index: 2; font-size: .62rem;
  letter-spacing: .18em; text-transform: uppercase; font-weight: 600;
  padding: .4rem .7rem; border-radius: 2px; background: var(--accent); color: var(--cream);
}
.event-card__status.is-tba { background: rgba(242,235,218,.14); color: var(--cream-2); backdrop-filter: blur(4px); }
.event-card__city { position: absolute; left: 1rem; bottom: .9rem; z-index: 2; display: flex; flex-direction: column; gap: .28rem; }
.event-card__city .co { font-size: .62rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-2); }
.event-card__city .c { font-family: var(--serif); font-size: 1.6rem; line-height: 1; }
.event-card__body { padding: 1.3rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: 1rem; flex: 1; }
.event-card__meta { display: flex; flex-direction: column; gap: .55rem; }
.event-card__row { display: flex; align-items: center; gap: .6rem; font-size: .9rem; color: var(--cream-2); }
.event-card__row .lab { color: var(--gold); flex: none; display: inline-flex; }
.event-card__row .lab svg { width: 15px; height: 15px; display: block; }
.event-card__date { font-weight: 600; letter-spacing: .05em; color: var(--cream); }
.event-card .btn { margin-top: auto; }

/* =============================================================
   12b. Notify / Save the Date (email capture for TBA cities)
   ============================================================= */
.notify { text-align: center; position: relative; overflow: hidden; }
.notify__glow { position: absolute; inset: 0; z-index: 0; background: radial-gradient(55% 70% at 50% 0%, rgba(197,48,30,.14), transparent 70%); pointer-events: none; }
.notify__inner { position: relative; z-index: 1; max-width: 46rem; margin-inline: auto; }
.notify__inner .section-intro { margin-inline: auto; }
.notify__form { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; max-width: 30rem; margin: 1.9rem auto 0; text-align: left; }
.notify__form input, .notify__form select { font: inherit; color: var(--cream); background: var(--bg); border: 1px solid var(--line-2); border-radius: 2px; padding: .9rem 1rem; width: 100%; transition: border-color .3s var(--ease-out), background .3s var(--ease-out); }
.notify__form input[type="email"], .notify__form select, .notify__form .btn { grid-column: 1 / -1; }
.notify__form input::placeholder { color: var(--cream-3); }
.notify__form select { color: var(--cream-3); }
.notify__form input:focus, .notify__form select:focus { outline: none; border-color: var(--gold); background: var(--bg-2); }
.notify__note { margin-top: 1.1rem; font-size: .82rem; color: var(--cream-3); }
.notify__note a { color: var(--gold-2); }
.notify__ok { display: none; margin-top: 1.8rem; font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem,2.4vw,1.7rem); color: var(--gold-2); }
.notify.is-done .notify__form, .notify.is-done .notify__note { display: none; }
.notify.is-done .notify__ok { display: block; }

/* =============================================================
   13. Global presence
   ============================================================= */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); margin-top: clamp(2.4rem,5vw,3.4rem); }
.stat { background: var(--bg); padding: clamp(1.4rem,3vw,2.2rem) 1rem; text-align: center; }
.stat .n { font-family: var(--serif); font-size: clamp(2.4rem, 6vw, 3.8rem); color: var(--cream); line-height: 1; }
.stat .n em { color: var(--accent); font-style: normal; }
.stat .l { margin-top: .6rem; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--cream-3); }

.cities-ticker { margin-top: clamp(2.6rem,5vw,3.6rem); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.cities-ticker__track { display: flex; gap: 0; width: max-content; animation: marquee 40s linear infinite; }
.cities-ticker:hover .cities-ticker__track { animation-play-state: paused; }
.cities-ticker__track span { font-family: var(--serif); font-size: clamp(1.6rem, 4vw, 2.6rem); color: var(--cream-2); padding-inline: 1.2rem; display: inline-flex; align-items: center; }
.cities-ticker__track span::after { content: "✦"; color: var(--accent); font-size: .5em; margin-left: 2.4rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.flyers { margin-top: clamp(2.4rem,4vw,3rem); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.flyers__track { display: flex; gap: 1rem; width: max-content; animation: marquee 56s linear infinite; }
.flyers:hover .flyers__track { animation-play-state: paused; }
.flyers__track img { height: clamp(130px, 22vw, 200px); width: auto; border-radius: var(--radius); border: 1px solid var(--line); }

/* =============================================================
   14. Gallery
   ============================================================= */
.gallery { margin-top: clamp(2.4rem,5vw,3.4rem); }
.gal-tabs { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 1.8rem; }
.gal-tab { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cream-3); padding: .5rem .9rem; border: 1px solid var(--line); border-radius: 2px; transition: color .3s var(--ease-out), background .3s var(--ease-out), border-color .3s var(--ease-out); }
.gal-tab:hover { color: var(--cream); border-color: var(--line-2); }
.gal-tab.is-active { background: var(--accent); border-color: var(--accent); color: var(--cream); }
.gallery__grid { columns: 2; column-gap: 12px; }
.gallery__grid figure { break-inside: avoid; margin: 0 0 12px; overflow: hidden; border-radius: var(--radius); position: relative; cursor: zoom-in; }
.gallery__grid img { width: 100%; transition: transform 1s var(--ease-out), filter .6s var(--ease-out); filter: saturate(1.02); }
.gallery__grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(14,11,9,.4)); opacity: 0; transition: opacity .5s var(--ease-out); }
.gallery__grid figure:hover img { transform: scale(1.06); }
.gallery__grid figure:hover::after { opacity: 1; }
.gallery__cta { text-align: center; margin-top: clamp(1.8rem,4vw,2.6rem); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 1200; display: none; place-items: center; background: rgba(8,6,5,.94); padding: clamp(1rem,4vw,3rem); }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: 100%; max-height: 86vh; border-radius: var(--radius); box-shadow: 0 40px 100px -30px rgba(0,0,0,.9); }
.lightbox__btn { position: absolute; background: rgba(242,235,218,.08); border: 1px solid var(--line-2); width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; font-size: 1.4rem; color: var(--cream); transition: background .3s var(--ease-out); }
.lightbox__btn:hover { background: rgba(242,235,218,.18); }
.lightbox__close { top: clamp(1rem,3vw,2rem); right: clamp(1rem,3vw,2rem); }
.lightbox__prev { left: clamp(.6rem,2vw,2rem); top: 50%; transform: translateY(-50%); }
.lightbox__next { right: clamp(.6rem,2vw,2rem); top: 50%; transform: translateY(-50%); }

/* =============================================================
   14b. Albums / Recaps (post-event photo albums per edition)
   ============================================================= */
.albums { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.1rem; margin-top: clamp(2.4rem,5vw,3.4rem); }
.album-card {
  position: relative; display: block; overflow: hidden; aspect-ratio: 4/5;
  border-radius: var(--radius); border: 1px solid var(--line);
  transition: transform .6s var(--ease-out), border-color .5s var(--ease-out), box-shadow .6s var(--ease-out);
}
.album-card:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: 0 30px 60px -34px rgba(0,0,0,.85); }
.album-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.02) brightness(.9); transition: transform 1.1s var(--ease-out), filter .6s var(--ease-out); }
.album-card:hover img { transform: scale(1.07); filter: saturate(1.08) brightness(1); }
.album-card__grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,11,9,.05) 28%, rgba(14,11,9,.55) 64%, rgba(14,11,9,.9) 100%); }
.album-card__badge {
  position: absolute; top: .8rem; right: .8rem; z-index: 2; font-size: .58rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--cream);
  background: rgba(242,235,218,.14); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  padding: .38rem .6rem; border-radius: 2px;
}
.album-card__info { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.2rem; }
.album-card__city { display: block; font-family: var(--serif); font-size: clamp(1.5rem,3.2vw,2rem); line-height: 1; }
.album-card__date { display: block; margin-top: .4rem; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--cream-3); }
.album-card__cta { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1rem; font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); }
.album-card__cta i { font-style: normal; transition: transform .4s var(--ease-out); }
.album-card:hover .album-card__cta i { transform: translateX(5px); }

/* =============================================================
   15. Partners
   ============================================================= */
.partners__logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1.6rem,3.5vw,2.8rem) clamp(2rem,5vw,3.8rem); margin-top: clamp(2.2rem,5vw,3.2rem); max-width: 60rem; margin-inline: auto; }
.partners__logos img { height: clamp(38px, 4.6vw, 52px); width: auto; max-width: 175px; object-fit: contain; opacity: .8; transition: opacity .4s var(--ease-out); }
.partners__logos img:hover { opacity: 1; }
.partners__shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: clamp(2rem,4vw,2.8rem); }
.partners__shots img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); }
.partners__cta { text-align: center; margin-top: clamp(2rem,4vw,2.6rem); }

/* =============================================================
   15b. Share the Love (giving-back teaser)
   ============================================================= */
.share { position: relative; overflow: hidden; text-align: center; }
.share__bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; transform: scale(1.06); filter: saturate(1.02); }
.share__overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(60% 70% at 50% 38%, rgba(109,160,232,.16), transparent 68%),
    linear-gradient(180deg, rgba(14,11,9,.9) 0%, rgba(14,11,9,.8) 45%, rgba(14,11,9,.92) 100%);
}
.share__inner { position: relative; z-index: 2; max-width: 52rem; margin-inline: auto; }
.share__title em { color: var(--gold-2); }
.share__lead { margin-top: 1.7rem; font-size: clamp(1.04rem, 1.6vw, 1.2rem); color: var(--cream); }
.share__thanks { margin-top: 1.5rem; font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 2.4vw, 1.6rem); color: var(--gold-2); }
.share__rule { width: 60px; height: 1px; background: var(--line-2); margin: 2.2rem auto; }
.share__es { color: var(--cream-3); font-size: clamp(.98rem, 1.4vw, 1.1rem); }
.share__es-thanks { display: block; margin-top: 1rem; font-family: var(--serif); font-style: italic; color: var(--cream-2); }
.share__heart { color: #7fb2f5; font-style: normal; }
.share .btn { margin-top: 2.2rem; }

/* =============================================================
   16. FAQ
   ============================================================= */
.faq { max-width: 52rem; margin: clamp(2.2rem,5vw,3.2rem) auto 0; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 1.35rem 2.4rem 1.35rem 0; position: relative;
  font-family: var(--serif); font-size: clamp(1.15rem, 2.2vw, 1.45rem); color: var(--cream);
  transition: color .3s var(--ease-out);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--gold-2); }
.faq summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--gold); transition: transform .4s var(--ease-out); font-family: var(--sans); line-height: 1;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq .faq__a { padding: 0 2.4rem 1.5rem 0; color: var(--cream-2); animation: faqIn .5s var(--ease-out); }
.faq .faq__a a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 3px; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* =============================================================
   17. Contact
   ============================================================= */
.contact__grid { display: grid; gap: clamp(2.4rem, 5vw, 4rem); margin-top: clamp(2.4rem,5vw,3.4rem); }
.collab { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-bottom: 2rem; }
.collab > div { background: var(--bg); padding: 1.2rem 1.3rem; }
.collab h4 { font-family: var(--serif); font-size: 1.15rem; margin-bottom: .3rem; }
.collab p { font-size: .9rem; color: var(--cream-3); }
.contact__direct { display: flex; flex-direction: column; gap: .8rem; }
.contact__direct a { display: inline-flex; align-items: center; gap: .7rem; color: var(--cream); font-size: 1.05rem; }
.contact__direct a .ic { color: var(--gold); display: inline-flex; }
.contact__direct a .ic svg { width: 19px; height: 19px; display: block; }
.contact__direct a:hover { color: var(--gold-2); }

.form { display: grid; gap: 1.1rem; background: var(--bg-3); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.2rem); }
.form label { display: grid; gap: .45rem; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.form input, .form select, .form textarea {
  font: inherit; color: var(--cream); background: var(--bg); border: 1px solid var(--line-2);
  border-radius: 2px; padding: .85rem .9rem; transition: border-color .3s var(--ease-out), background .3s var(--ease-out);
}
.form input::placeholder, .form textarea::placeholder { color: var(--cream-3); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--gold); background: var(--bg-2); }
.form textarea { resize: vertical; min-height: 120px; }
.form .form__note { font-size: .8rem; color: var(--cream-3); letter-spacing: 0; text-transform: none; }

/* =============================================================
   18. Final CTA
   ============================================================= */
.finale { position: relative; text-align: center; padding-block: clamp(5rem, 14vw, 11rem); overflow: hidden; }
.finale__bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(60% 80% at 50% 30%, rgba(197,48,30,.22), transparent 70%); }
.finale__inner { position: relative; z-index: 2; }
.finale h2 { font-family: var(--serif); font-size: clamp(2.2rem, 6.5vw, 5rem); line-height: 1.02; max-width: 18ch; margin-inline: auto; }
.finale h2 em { font-style: italic; color: var(--gold-2); }
.finale p { margin-top: 1.4rem; color: var(--cream-2); font-size: clamp(1rem,1.6vw,1.2rem); }
.finale .btn { margin-top: 2.4rem; }
.finale__next { margin-top: 2rem; font-family: var(--serif); font-style: italic; color: var(--cream-3); font-size: 1.05rem; }

/* =============================================================
   19. Footer
   ============================================================= */
.footer { border-top: 1px solid var(--line); padding-block: clamp(3rem,7vw,5rem) 2rem; background: var(--bg-2); position: relative; z-index: 2; }
.footer__top { display: grid; gap: 2.4rem; }
.footer__brand .wordmark { font-size: 2.4rem; }
.footer__brand p { margin-top: 1.2rem; color: var(--cream-3); max-width: 22rem; font-style: italic; font-family: var(--serif); }
.footer__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.footer__col h5 { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer__col a { display: block; color: var(--cream-2); font-size: .92rem; padding-block: .35rem; transition: color .3s var(--ease-out); }
.footer__col a:hover { color: var(--cream); }
.footer__social { display: flex; gap: .7rem; flex-wrap: wrap; }
.footer__social a { width: 40px; height: 40px; border: 1px solid var(--line-2); border-radius: 50%; display: grid; place-items: center; transition: background .3s var(--ease-out), border-color .3s var(--ease-out), transform .3s var(--ease-out); }
.footer__social a:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.footer__social svg { width: 18px; height: 18px; }
.footer__bottom { margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; font-size: .8rem; color: var(--cream-3); }
.footer__bottom a { color: var(--cream-3); }
.footer__bottom a:hover { color: var(--cream-2); }

/* =============================================================
   20. Tilt
   ============================================================= */
[data-tilt] { transform: perspective(900px) rotateX(var(--rx,0)) rotateY(var(--ry,0)); transition: transform .5s var(--ease-out); transform-style: preserve-3d; }

/* =============================================================
   21. Responsive
   ============================================================= */
@media (min-width: 540px) {
  .events__grid { grid-template-columns: repeat(2, 1fr); }
  .albums { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .gallery__grid { columns: 3; }
}
@media (min-width: 720px) {
  .pillars { grid-template-columns: repeat(3, 1fr); }
  .collab { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1.4fr 1fr; }
}
@media (min-width: 960px) {
  .nav__links, .nav__cta { display: flex; }
  .nav__toggle { display: none; }
  .concept__grid { grid-template-columns: 1fr 1.1fr; }
  .timeline { display: grid; grid-template-columns: 1fr 1fr; column-gap: 0; }
  .timeline::before { left: 50%; }
  .tl-step { padding-left: 0; }
  .tl-step--l { grid-column: 1; text-align: right; padding-right: 3rem; }
  .tl-step--r { grid-column: 2; padding-left: 3rem; margin-top: 6rem; }
  .tl-step--l .tl-step__node { left: auto; right: -12px; }
  .tl-step--r .tl-step__node { left: -12px; }
  .tl-step--l p, .tl-step--l .section-intro { margin-left: auto; }
  .events__grid { grid-template-columns: repeat(3, 1fr); }
  .albums { grid-template-columns: repeat(3, 1fr); }
  .gallery__grid { columns: 4; }
  .contact__grid { grid-template-columns: 1fr 1.1fr; align-items: start; }
  .footer__cols { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1280px) {
  .gallery__grid { columns: 4; }
}

/* desktop hover tilt only on fine pointers handled in JS; node alignment */
@media (min-width: 960px) {
  .tl-step--l .tl-step__idx, .tl-step--l h3 { justify-content: flex-end; }
}

/* =============================================================
   22. Reduced motion (only intrusive effects)
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  .hero__slide.is-active { animation: none; transform: scale(1.04); }
  .hero__mesh { animation: none; }
  .hero__scroll i { animation: none; }
  .cities-ticker__track, .flyers__track { animation: none; }
  .stat .n { transition: none; }
}
