/* burnmanager.com - playa night + fire
   Family DNA: festival.productions (Anton/Archivo/IBM Plex Mono, dark, living tiles)
   Own identity: dust + fire (#F1582F) instead of amber */

:root {
  --night: #17110B;
  --bin: #211912;
  --bin-hi: #291F15;
  --edge: #382B1C;
  --hover-edge: #4E3B25;
  --text: #F3EADA;
  --dim: #B5A78F;
  --faint: #7C6F5B;
  --fire: #F1582F;
  --fire-ink: #2A0D02;
  --dawn: #93A9BA;
  --good: #83BD8F;
  --overlay: rgba(23,17,11,.97);
  --dustline: #C8B69A;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--night);
  color: var(--text);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
.mono { font-family: "IBM Plex Mono", monospace; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--fire); outline-offset: 2px; border-radius: 4px; }

/* ---------- header ---------- */
.top {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  position: sticky; top: 0; z-index: 40;
  padding: 12px max(22px, calc(50vw - 560px));
  background: rgba(23,17,11,.74);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--edge);
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.mark {
  font-size: 26px; line-height: 1; font-weight: 700; user-select: none;
  background: linear-gradient(135deg, #FFFFFF 40%, var(--fire));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.wordmark { font-weight: 700; font-size: 18px; letter-spacing: -0.01em; white-space: nowrap; }
.wordmark .dot { color: var(--fire); }
.topnav { display: flex; align-items: center; gap: 24px; }
.navlink {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--dim); text-decoration: none;
  transition: color .15s ease;
}
.navlink:hover { color: var(--text); }
.cta-chip {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  text-decoration: none;
  color: var(--fire);
  border: 1px solid rgba(241,88,47,.45);
  padding: 7px 14px; border-radius: 999px;
  white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}
.cta-chip:hover { background: var(--fire); color: var(--fire-ink); }
.icon-btn {
  display: grid; place-items: center;
  width: 42px; height: 42px; flex-shrink: 0;
  background: transparent; border: 1px solid var(--edge); border-radius: 12px;
  color: var(--text); cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.icon-btn:hover { border-color: var(--hover-edge); background: var(--bin); }
.menu-toggle { display: none; }

/* fullscreen menu */
.fsmenu {
  position: fixed; inset: 0; z-index: 60;
  background: var(--overlay);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex; flex-direction: column;
  padding: 14px max(22px, calc(50vw - 560px)) 34px;
  opacity: 0;
  transition: opacity .22s ease;
  overflow-y: auto;
}
.fsmenu.show { opacity: 1; }
.fsmenu[hidden] { display: none; }
.fsmenu-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 30%;
}
.fsmenu-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(23,17,11,.72) 0%, rgba(23,17,11,.30) 34%, rgba(23,17,11,.38) 70%, rgba(23,17,11,.88) 100%),
    linear-gradient(90deg, rgba(23,17,11,.45) 0%, rgba(23,17,11,.05) 55%);
}
.fsmenu-top, .fsmenu-links, .fsmenu-mods { position: relative; z-index: 1; }
.fsmenu-top { display: flex; align-items: center; justify-content: space-between; }
.fsmenu-links { display: grid; gap: 6px; margin: auto 0 26px; }
.fsmenu-links a {
  font-family: "Anton", "Archivo", sans-serif;
  text-transform: uppercase; letter-spacing: .012em;
  font-size: clamp(34px, 8.5vw, 54px); line-height: 1.12;
  color: var(--text); text-decoration: none;
}
.fsmenu-links a:hover, .fsmenu-links a.fire { color: var(--fire); }
.fsmenu-mods {
  display: grid; grid-template-columns: repeat(2, minmax(0, 260px)); gap: 8px 24px;
  border-top: 1px solid var(--edge); padding-top: 22px;
}
.fsmenu-mods a {
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--dim); text-decoration: none; padding: 3px 0;
}
.fsmenu-mods a:hover, .fsmenu-mods a.here { color: var(--fire); }

/* ---------- shared type ---------- */
.eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--fire);
  margin: 0 0 18px;
}
.display {
  font-family: "Anton", "Archivo", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .012em;
  line-height: .98;
  margin: 0;
}
h1.display { font-size: clamp(46px, 8.4vw, 100px); }
.h2 { font-size: clamp(34px, 5.2vw, 62px); margin-bottom: 22px; }
.fire { color: var(--fire); }

section { position: relative; padding: 110px max(22px, calc(50vw - 560px)); }

/* ---------- hero ---------- */
.hero {
  min-height: min(92vh, 980px);
  display: flex; align-items: flex-end;
  padding-top: 70px; padding-bottom: 84px;
  overflow: hidden;
}
.city-wrap { position: absolute; inset: 0; pointer-events: none; }
.hero-video { position: absolute; inset: 0; overflow: hidden; }
.hero-video video {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 62% 50%;
  opacity: .62;
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(23,17,11,.92) 0%, rgba(23,17,11,.62) 32%, rgba(23,17,11,.14) 58%, rgba(23,17,11,.32) 100%),
    linear-gradient(180deg, rgba(23,17,11,.55) 0%, rgba(23,17,11,0) 22%, rgba(23,17,11,0) 70%, var(--night) 100%);
}
.city {
  position: absolute; top: -40px; right: -8vw;
  width: min(78vw, 1150px); height: auto; aspect-ratio: 1200 / 800;
  -webkit-mask-image: linear-gradient(200deg, #000 55%, transparent 92%);
  mask-image: linear-gradient(200deg, #000 55%, transparent 92%);
}
.citylines path { stroke: var(--dustline); stroke-width: 1.4; }
/* NB: geen pathLength+dash op de arcs; Chromium rendert dashed arcs in een masked layer op de verkeerde plek */
.citylines path.ring { opacity: 0; animation: ringfade 1.7s ease .2s forwards; }
@keyframes ringfade { to { opacity: 1; } }
.citylines path.spoke { stroke-dasharray: 1; stroke-dashoffset: 1; animation: draw 1.4s cubic-bezier(.6,0,.2,1) .9s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.camp-dot { fill: var(--fire); }
.camp-halo {
  fill: none; stroke: var(--fire); stroke-width: 1.5;
  transform-box: fill-box; transform-origin: center;
  animation: halo 2.6s ease-out infinite;
}
@keyframes halo {
  0% { transform: scale(.25); opacity: .9; }
  70% { transform: scale(1); opacity: 0; }
  100% { transform: scale(1); opacity: 0; }
}
.camp-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px; letter-spacing: .12em;
  fill: var(--text);
  stroke: var(--night); stroke-width: 3px; paint-order: stroke;
}
.dust {
  position: absolute; inset: 0;
  background:
    radial-gradient(52vmax 30vmax at 82% 8%, rgba(241,88,47,.10), transparent 65%),
    radial-gradient(40vmax 26vmax at 12% 96%, rgba(200,182,154,.07), transparent 60%);
  animation: dustdrift 26s ease-in-out infinite alternate;
}
@keyframes dustdrift { to { transform: translate(-2.5vmax, 1.6vmax); } }

.hero-inner { position: relative; z-index: 2; max-width: 780px; }
.sub { font-size: clamp(16px, 2vw, 19px); color: var(--dim); max-width: 560px; margin: 24px 0 30px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }
.btn {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: "Archivo", sans-serif; font-weight: 700; font-size: 15px;
  padding: 14px 26px; border-radius: 12px;
  border: 1px solid transparent;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn.primary {
  background: linear-gradient(160deg, #FF7A4E, var(--fire) 55%, #D8431C);
  color: var(--fire-ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 5px 14px rgba(0,0,0,.4);
}
.btn.primary:hover { transform: translateY(-2px); }
.btn.primary:active { transform: translateY(0); }
.link-cta {
  align-self: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--dim); text-decoration: underline;
  text-underline-offset: 4px; text-decoration-color: var(--edge);
  transition: color .15s ease;
}
.link-cta:hover { color: var(--text); text-decoration-color: var(--fire); }

.livebar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 14px;
  font-size: 12px; font-weight: 500;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--dim);
}
.live-sep { color: var(--faint); }
.livebar .pulse {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--fire); margin-right: 8px; vertical-align: 1px;
  animation: pulse 2.2s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(241,88,47,.5); }
  50% { opacity: .55; box-shadow: 0 0 0 5px rgba(241,88,47,0); }
}

/* ---------- duct tape strip ---------- */
.strip { padding-top: 90px; padding-bottom: 40px; }
.tape { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 26px; max-width: 860px; }
.tape-chip {
  font-size: 12px; letter-spacing: .06em;
  color: var(--dim);
  border: 1px dashed var(--hover-edge);
  padding: 8px 14px; border-radius: 8px;
  background: rgba(33,25,18,.5);
  transform: rotate(var(--tilt, 0deg));
}
.tape-chip:nth-child(odd) { --tilt: -.7deg; }
.tape-chip:nth-child(3n) { --tilt: .8deg; }
.tape-chip.burn { color: var(--fire); border-color: rgba(241,88,47,.5); }
.strip-note { color: var(--dim); max-width: 560px; margin: 0; }

/* ---------- bento ---------- */
.bento-sec { padding-top: 40px; }
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.tile {
  grid-column: span 2;
  background: linear-gradient(175deg, var(--bin-hi), var(--bin) 45%);
  border: 1px solid var(--edge);
  border-radius: 18px;
  padding: 24px 24px 22px;
  transition: border-color .2s ease;
}
.tile:hover { border-color: var(--hover-edge); }
.tile.wide { grid-column: span 4; }
.tile.offline { grid-column: span 6; text-align: center; padding: 44px 24px; }
.tile.offline h3 {
  font-family: "Anton", "Archivo", sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: clamp(26px, 4vw, 44px);
  margin: 6px auto 12px; max-width: 700px; line-height: 1.05;
}
.tile.offline .tile-copy { margin: 0 auto; max-width: 520px; }
.tile-tag {
  font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--fire); margin: 0 0 10px;
}
.tile h3 { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 14px; }
.tile-copy { font-size: 14px; color: var(--dim); margin: 14px 0 0; }
.tile-num { font-size: 13px; color: var(--text); margin: 0; letter-spacing: .04em; }

.mini { border: 1px solid var(--edge); border-radius: 12px; padding: 6px 14px; background: rgba(23,17,11,.45); }
.mini-row {
  display: flex; align-items: center; gap: 12px;
  padding: 9px 0; border-bottom: 1px solid var(--edge);
}
.mini-row:last-child { border-bottom: none; }
.who { font-weight: 700; font-size: 14px; min-width: 92px; }
.meta { font-size: 11px; color: var(--dim); flex: 1; letter-spacing: .03em; }
.ok { color: var(--good); font-size: 13px; }
.warn { color: var(--fire); font-size: 13px; }

.ring-row { display: flex; align-items: center; gap: 16px; padding: 12px 14px; }
.dues-ring { width: 72px; height: 72px; transform: rotate(-90deg); flex-shrink: 0; }
.ring-bg { fill: none; stroke: var(--edge); stroke-width: 8; }
.ring-fg {
  fill: none; stroke: var(--fire); stroke-width: 8; stroke-linecap: round;
  stroke-dasharray: 226.2; stroke-dashoffset: 34;
}
.ring-text strong { display: block; font-size: 17px; }
.ring-text .mono { font-size: 11px; color: var(--dim); letter-spacing: .1em; text-transform: uppercase; }

.shifts { padding: 4px 14px; }
.shift-row {
  display: flex; justify-content: space-between; gap: 10px;
  font-size: 12px; letter-spacing: .03em;
  padding: 8px 0; border-bottom: 1px solid var(--edge);
}
.shift-row:last-child { border-bottom: none; }

.yearline {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; font-size: 12px; letter-spacing: .06em;
  text-align: center; text-transform: uppercase;
}
.yearline em { font-style: normal; color: var(--faint); font-size: 10px; }
.yl { flex: 1; height: 1px; background: var(--edge); }

/* ---------- year timeline ---------- */
.year-sec { padding-bottom: 90px; }
.timeline {
  display: grid; grid-template-columns: repeat(9, minmax(108px, 1fr));
  margin: 40px 0 26px;
  border-top: 1px solid var(--edge);
  overflow-x: auto;
  scrollbar-width: thin;
}
.tl-item { padding: 18px 14px 6px; border-left: 1px solid var(--edge); }
.tl-item:first-child { border-left: none; padding-left: 0; }
.tl-m {
  display: block; font-size: 13px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--text);
  margin-bottom: 8px;
}
.tl-t { display: block; font-size: 11px; line-height: 1.5; color: var(--faint); letter-spacing: .02em; }
.fire-item .tl-m { color: var(--fire); }
.fire-item { border-left-color: rgba(241,88,47,.5); }

/* ---------- why free ---------- */
.free-sec { background: linear-gradient(180deg, transparent, rgba(33,25,18,.55) 30%, transparent); }
.free-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 940px; }
.free-cols p { margin: 0; color: var(--dim); font-size: 16.5px; }
.free-cols a { color: var(--text); text-decoration-color: var(--fire); text-underline-offset: 3px; }
.free-cols a:hover { color: var(--fire); }

/* ---------- waitlist ---------- */
.wait-sec { padding-bottom: 130px; }
.wait-copy { color: var(--dim); max-width: 520px; margin: 0 0 30px; }
.waitform { max-width: 780px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.field-row { display: flex; flex-wrap: wrap; gap: 10px; }
.field-row input {
  flex: 1 1 220px;
  background: var(--bin); color: var(--text);
  border: 1px solid var(--edge); border-radius: 12px;
  font: inherit; font-size: 15px;
  padding: 13px 16px;
  transition: border-color .15s ease;
}
.field-row input::placeholder { color: var(--faint); }
.field-row input:focus { outline: none; border-color: var(--fire); }
.form-note { font-size: 11.5px; color: var(--faint); letter-spacing: .05em; margin: 14px 0 0; }
.form-note.good { color: var(--good); }
.form-note.bad { color: var(--fire); }

/* ---------- footer ---------- */
.foot {
  border-top: 1px solid var(--edge);
  padding: 44px max(22px, calc(50vw - 560px)) 60px;
  text-align: center;
}
.foot-brand { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 14px; }
.foot-line { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); margin: 0 0 10px; }
.foot-line a { color: var(--text); text-decoration-color: var(--fire); text-underline-offset: 3px; }
.foot-legal { font-size: 12px; color: var(--faint); max-width: 520px; margin: 0 auto; }

/* ---------- more-links & subpages ---------- */
.more {
  display: inline-block; margin-top: 14px;
  font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  color: var(--fire); text-decoration: none;
}
.more:hover { text-decoration: underline; text-underline-offset: 3px; }

.page-hero { padding-top: 84px; padding-bottom: 30px; }
.page-hero .sub { max-width: 640px; }
.page-hero .eyebrow a { color: inherit; text-decoration: none; }
.page-hero .eyebrow a:hover { text-decoration: underline; text-underline-offset: 3px; }

.feat-sec { padding-top: 20px; padding-bottom: 30px; }
.bento.three { grid-template-columns: repeat(3, 1fr); }
.bento.three .tile { grid-column: auto; }
.modcard { text-decoration: none; color: inherit; display: block; }
.modcard .more { margin-top: 10px; }

.prose-sec { padding-top: 30px; padding-bottom: 30px; }
.prose-sec p { color: var(--dim); max-width: 700px; font-size: 16.5px; margin: 0 0 16px; }

.faq-sec { padding-top: 30px; padding-bottom: 40px; }
.faq-sec details {
  max-width: 700px;
  border: 1px solid var(--edge); border-radius: 14px;
  background: var(--bin);
  margin-bottom: 10px;
  transition: border-color .15s ease;
}
.faq-sec details:hover { border-color: var(--hover-edge); }
.faq-sec summary {
  cursor: pointer; list-style: none;
  font-weight: 700; font-size: 15.5px;
  padding: 16px 20px;
  position: relative;
}
.faq-sec summary::-webkit-details-marker { display: none; }
.faq-sec summary::after {
  content: "+"; position: absolute; right: 18px; top: 12px;
  font-family: "IBM Plex Mono", monospace; font-size: 20px; color: var(--fire);
}
.faq-sec details[open] summary::after { content: "\2212"; }
.faq-sec details p { color: var(--dim); font-size: 14.5px; margin: 0; padding: 0 20px 18px; }

.rel-sec { padding-top: 0; padding-bottom: 30px; }
.rel-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.rel-card {
  display: flex; flex-direction: column; gap: 6px;
  border: 1px solid var(--edge); border-radius: 14px;
  background: var(--bin); padding: 18px 20px;
  text-decoration: none; color: inherit;
  transition: border-color .15s ease;
}
.rel-card:hover { border-color: var(--hover-edge); }
.rel-card strong { font-size: 15.5px; }
.rel-one { font-size: 13px; color: var(--dim); }

.cta-strip { text-align: center; padding-top: 60px; padding-bottom: 110px; }
.cta-strip .btn { margin-top: 26px; }

.foot-nav {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px;
  margin: 0 auto 20px; max-width: 720px;
}
.foot-nav a {
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--faint); text-decoration: none;
}
.foot-nav a:hover, .foot-nav a.here { color: var(--fire); }


/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .navlink { display: none; }
  .menu-toggle { display: grid; }
  .bento.three { grid-template-columns: 1fr; }
  .rel-row { grid-template-columns: 1fr; }
  .hero-video video { object-position: 50% 50%; }
  section { padding-top: 80px; padding-bottom: 80px; }
  .hero { align-items: flex-end; min-height: 88vh; }
  .city { top: -20px; right: -34vw; width: 125vw; opacity: .6; }
  .camp-label { display: none; }
  .tile, .tile.wide { grid-column: span 6; }
  .free-cols { grid-template-columns: 1fr; gap: 22px; }
  .timeline { grid-template-columns: repeat(9, minmax(120px, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .citylines path.ring { animation: none; opacity: 1; }
  .citylines path.spoke { animation: none; stroke-dashoffset: 0; }
  .camp-halo { animation: none; opacity: 0; }
  .dust, .livebar .pulse { animation: none; }
}
