/* Omnificent Crew Management — site styles */
:root {
  --black: #0B0B12;
  --black-2: #14141F;
  --black-3: #1C1C2B;
  --purple: #4B1D7A;
  --purple-2: #3A165F;
  --purple-tint: #B9A1E3;
  --blue: #1E3A9E;
  --blue-hover: #2848B8;
  --blue-link: #7C95E6;
  --white: #F2F2F7;
  --muted: #B4B4C6;
  --line: #2A2A3D;
  --ok: #7FD1A8;
  --warn: #F2B8B8;

  --display: "Big Shoulders Display", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: "Public Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --measure: 68ch;
  --wrap: 1180px;
  --radius-sm: 4px;
  --radius-md: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
}

img, svg { max-width: 100%; }
a { color: var(--blue-link); text-underline-offset: 3px; }
a:hover { color: var(--white); }
:focus-visible { outline: 3px solid var(--blue-link); outline-offset: 3px; border-radius: 2px; }

.skip { position: absolute; left: -999px; top: 0; background: var(--blue); color: #fff; padding: .6rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

.wrap { width: min(var(--wrap), 100% - 2.5rem); margin-inline: auto; }
.prose { max-width: var(--measure); }

/* ---------- Type ---------- */
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: .01em;
  margin: 0 0 .5em;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.8rem, 7.5vw, 6.2rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 4.4vw, 3.3rem); }
h3 { font-size: clamp(1.45rem, 2.4vw, 1.85rem); }
h4 { font-size: 1.25rem; }
p { margin: 0 0 1.1em; }
.lede { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--muted); max-width: 56ch; }
.small { font-size: .9rem; color: var(--muted); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 11, 18, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px; }

.logo { display: inline-flex; flex-direction: column; text-decoration: none; color: var(--white); line-height: 1; }
.logo-main { font-family: var(--display); font-weight: 900; font-size: 1.75rem; letter-spacing: .04em; }
.logo-rule { display: block; height: 3px; background: var(--blue); margin: 4px 0 5px; width: 100%; }
.logo-sub { font-family: var(--display); font-weight: 600; font-size: .78rem; letter-spacing: .34em; color: var(--purple-tint); }
.logo:hover { color: var(--white); }

.nav { display: flex; align-items: center; gap: 1.4rem; }
.nav a { color: var(--white); text-decoration: none; font-weight: 600; font-size: .95rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue-link); }
.nav-ctas { display: flex; gap: .6rem; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--white); border-radius: var(--radius-sm); padding: .5rem .75rem; font: 600 .95rem var(--body); cursor: pointer; }

@media (max-width: 1060px) {
  .nav-toggle { display: inline-block; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 72px;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--black-2); border-bottom: 1px solid var(--line); padding: .5rem 1.25rem 1.25rem;
  }
  .nav.open { display: flex; }
  .nav > a { padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .nav-ctas { flex-direction: column; margin-top: 1rem; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: .75rem 1.35rem;
  border-radius: var(--radius-sm); border: 2px solid transparent;
  font: 700 1rem var(--body); text-decoration: none; cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease;
}
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-hover); color: #fff; }
.btn-ghost { background: transparent; color: var(--white); border-color: var(--purple-tint); }
.btn-ghost:hover { background: var(--purple); color: #fff; border-color: var(--purple); }
.btn-sm { min-height: 40px; padding: .5rem 1rem; font-size: .92rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ---------- Wristband (signature element) ---------- */
.band {
  position: relative; overflow: hidden;
  background:
    repeating-linear-gradient(115deg, var(--purple) 0 38px, var(--purple-2) 38px 44px, var(--blue) 44px 82px, #17307F 82px 88px);
  color: #fff; white-space: nowrap;
  font-family: var(--display); font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
}
.band span { display: inline-block; padding: .55rem 0; text-shadow: 0 1px 0 rgba(0,0,0,.35); }
.band-hero { transform: rotate(-2.5deg); margin: 3.5rem -3vw 0; font-size: clamp(.95rem, 1.6vw, 1.2rem); box-shadow: 0 10px 30px rgba(0,0,0,.45); }
.band-hero::before, .band-hero::after { content: ""; position: absolute; top: 0; bottom: 0; width: 26px; background: repeating-linear-gradient(0deg, rgba(255,255,255,.18) 0 3px, transparent 3px 7px); }
.band-hero::before { left: 12%; }
.band-hero::after { right: 18%; }
.band-thin { font-size: .72rem; }
.band-thin span { padding: .3rem 0; }

/* ---------- Hero ---------- */
.hero { padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(3.5rem, 7vw, 5.5rem); overflow: hidden; }
.hero h1 { max-width: 14ch; margin-bottom: .35em; }
.hero .lede { margin-bottom: 1.8rem; }
.hero-note { margin-top: 1.4rem; color: var(--purple-tint); font-weight: 600; }

.page-head { padding: clamp(2.8rem, 6vw, 4.5rem) 0 2rem; }
.page-head h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); max-width: 16ch; }

/* ---------- Sections ---------- */
.section { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-purple { background: var(--purple); }
.section-purple .lede, .section-purple .small { color: #E4D9F5; }
.section-dark { background: var(--black-2); border-block: 1px solid var(--line); }

.motto {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(1.9rem, 4.6vw, 3.4rem); line-height: 1.05; margin: 0; max-width: 20ch;
}

/* Lanes (services) — styled like numbered gate lanes */
.lanes { list-style: none; margin: 2rem 0 0; padding: 0; border-top: 2px solid var(--line); }
.lane { display: grid; grid-template-columns: 120px 1fr; gap: 1.5rem; padding: 1.6rem 0; border-bottom: 2px solid var(--line); }
.lane-no { font-family: var(--display); font-weight: 900; font-size: 1rem; letter-spacing: .12em; color: var(--purple-tint); padding-top: .35rem; }
.lane-no b { display: block; font-size: 3rem; line-height: 1; color: var(--white); letter-spacing: 0; }
.lane h3 { margin-bottom: .3em; }
.lane p { margin: 0; color: var(--muted); max-width: 62ch; }
@media (max-width: 640px) { .lane { grid-template-columns: 1fr; gap: .4rem; } .lane-no b { display: inline; font-size: 1.8rem; margin-left: .4rem; } }

.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

.points { list-style: none; padding: 0; margin: 0; }
.points li { padding: 1rem 0 1rem 1.4rem; border-bottom: 1px solid rgba(255,255,255,.14); position: relative; }
.points li::before { content: ""; position: absolute; left: 0; top: 1.55rem; width: 8px; height: 8px; background: var(--blue-link); }
.points strong { display: block; font-size: 1.08rem; }

.callout {
  border-left: 5px solid var(--blue); background: var(--black-3);
  padding: 1.25rem 1.4rem; margin: 1.5rem 0; max-width: var(--measure);
}
.callout h3, .callout h4 { margin-bottom: .35em; }
.callout p:last-child { margin-bottom: 0; }
.callout-purple { border-left-color: var(--purple-tint); }

.minimums { display: flex; flex-wrap: wrap; gap: 2.5rem; margin: 1.5rem 0 0; }
.minimums div { font-family: var(--display); font-weight: 900; font-size: 3.6rem; line-height: .9; text-transform: uppercase; }
.minimums span { display: block; font-family: var(--body); font-weight: 600; font-size: 1rem; color: #E4D9F5; margin-top: .45rem; letter-spacing: 0; text-transform: none; }

/* ---------- Long-form documents ---------- */
.doc { max-width: var(--measure); }
.doc h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-top: 2.4rem; }
.doc h3 { margin-top: 1.6rem; }
.doc ul { padding-left: 1.2rem; }
.doc li { margin-bottom: .45rem; }
.doc-meta { color: var(--muted); font-size: .95rem; }

/* ---------- Forms ---------- */
.form { max-width: 780px; }
.form fieldset { border: 0; border-top: 2px solid var(--line); margin: 0 0 1.5rem; padding: 1.5rem 0 0; }
.form legend { font-family: var(--display); font-weight: 800; font-size: 1.55rem; text-transform: uppercase; padding: 0; margin-bottom: .6rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem 1.25rem; }
@media (max-width: 640px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem; }
.field label, .field .label { font-weight: 600; font-size: .98rem; }
.req { color: var(--blue-link); }
.hint { font-size: .88rem; color: var(--muted); }
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], select, textarea {
  width: 100%; min-height: 48px; padding: .7rem .8rem;
  background: var(--black-2); color: var(--white);
  border: 1px solid #3A3A52; border-radius: var(--radius-sm);
  font: 400 1rem var(--body);
}
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-link); outline: 2px solid var(--blue-link); outline-offset: 0; }
input[type="date"] { color-scheme: dark; }
select { color-scheme: dark; }

.choices { display: flex; flex-wrap: wrap; gap: .55rem; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice span {
  display: inline-block; padding: .6rem .95rem; min-height: 44px;
  border: 1px solid #3A3A52; border-radius: 999px; background: var(--black-2);
  cursor: pointer; font-weight: 600; font-size: .95rem; user-select: none;
}
.choice input:checked + span { background: var(--blue); border-color: var(--blue); color: #fff; }
.choice input:focus-visible + span { outline: 3px solid var(--blue-link); outline-offset: 2px; }

.check { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .9rem; cursor: pointer; }
.check input { width: 22px; height: 22px; margin-top: .15rem; accent-color: var(--blue); flex-shrink: 0; }

.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.headcount { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.headcount th { text-align: left; font-size: .88rem; color: var(--muted); font-weight: 600; padding: 0 .5rem .5rem 0; }
.headcount td { padding: .45rem .5rem .45rem 0; border-top: 1px solid var(--line); vertical-align: middle; }
.headcount td:first-child { font-weight: 600; }
.headcount input[type="number"] { max-width: 110px; }
.headcount .other-hours { margin-top: .45rem; max-width: 140px; }
@media (max-width: 640px) {
  .headcount thead { display: none; }
  .headcount tr { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem .8rem; padding: .8rem 0; border-top: 1px solid var(--line); }
  .headcount td { border: 0; padding: 0; }
  .headcount td:first-child { grid-column: 1 / -1; }
}
.total-bar { display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap; padding: 1rem 1.2rem; background: var(--black-3); border-left: 5px solid var(--purple-tint); margin-bottom: 1rem; }
.total-bar strong { font-family: var(--display); font-size: 2.4rem; line-height: 1; }
.total-bar.short { border-left-color: var(--warn); }

.form-status { margin-top: 1rem; padding: 1rem 1.2rem; border-radius: var(--radius-sm); display: none; }
.form-status.error { display: block; background: #3A1620; color: var(--warn); }
.form-status.working { display: block; background: var(--black-3); color: var(--muted); }
.form-success { display: none; padding: 2rem; background: var(--purple); border-radius: var(--radius-md); max-width: 780px; }
.form-success h2 { font-size: 2rem; }
.form-success:focus { outline: none; }

.hidden { display: none !important; }

/* ---------- Camp guide ---------- */
.guide-tools { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.4rem 0 0; }
.toc { columns: 2; column-gap: 2.5rem; padding-left: 1.2rem; margin: 1.5rem 0 0; max-width: 760px; }
.toc li { margin-bottom: .35rem; break-inside: avoid; }
@media (max-width: 640px) { .toc { columns: 1; } }
.guide-section { padding: 2.6rem 0; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.guide-section > h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.checklist { list-style: none; padding: 0; margin: .5rem 0 1.4rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: .15rem 1.5rem; }
.checklist li { break-inside: avoid; }
.checklist label { display: flex; gap: .65rem; align-items: flex-start; padding: .45rem 0; cursor: pointer; }
.checklist input { width: 20px; height: 20px; margin-top: .2rem; accent-color: var(--blue); flex-shrink: 0; }
.checklist input:checked + span { color: var(--muted); text-decoration: line-through; }
.group-title { font-family: var(--body); text-transform: none; font-weight: 700; font-size: 1.1rem; letter-spacing: 0; margin: 1.4rem 0 .2rem; color: var(--purple-tint); }
.warn-list li { margin-bottom: .5rem; }
.faq dt { font-weight: 700; margin-top: 1.2rem; }
.faq dd { margin: .3rem 0 0; color: var(--muted); max-width: var(--measure); }

/* ---------- Contact ---------- */
.contact-card { border-left: 5px solid var(--blue); padding: .4rem 0 .4rem 1.3rem; margin-bottom: 2rem; }
.contact-card .name { font-family: var(--display); font-weight: 800; font-size: 2rem; text-transform: uppercase; line-height: 1; }
.contact-card .role { color: var(--purple-tint); font-weight: 600; margin: .35rem 0 .6rem; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 2.2rem 0 2.6rem; background: var(--black); }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; align-items: center; }
.footer-line { margin: 0; font-weight: 600; }
.footer-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: .93rem; }

/* ---------- Print (camp guide checklist) ---------- */
@media print {
  @page { margin: 14mm; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .site-header, .site-footer, .band, .guide-tools, .no-print, .skip, .toc-wrap { display: none !important; }
  a { color: #000; text-decoration: none; }
  h1, h2, h3 { color: #000; }
  .page-head { padding: 0 0 8pt; }
  .page-head h1 { font-size: 26pt; }
  .lede, .small, .hint, .faq dd { color: #333; }
  .callout { background: #f3f3f3; border-left-color: #000; }
  .guide-section { padding: 10pt 0; border-top: 1px solid #999; }
  .guide-section > h2 { font-size: 16pt; }
  .group-title { color: #000; }
  .checklist { display: block; columns: 2; column-gap: 18pt; }
  .checklist label { padding: 2pt 0; }
  .checklist input { accent-color: #000; }
  .checklist input:checked + span { color: #000; text-decoration: none; }
}

/* Headcount labels: screen-reader only on desktop, visible on mobile */
.hc-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (max-width: 640px) { .hc-label { position: static; width: auto; height: auto; overflow: visible; clip: auto; display: block; margin-bottom: .25rem; } }

/* =========================================================
   VISUAL UPGRADE — stage lights, crew pass, tiles, promise
   ========================================================= */
.btn-lg { min-height: 56px; padding: .95rem 1.7rem; font-size: 1.05rem; }
.btn-light { background: #fff; color: var(--purple); border-color: #fff; }
.btn-light:hover { background: var(--white); color: var(--blue); }
.kicker { font-weight: 700; color: var(--purple-tint); margin: 0 0 .9rem; font-size: 1rem; }

/* Stage-light glow behind heroes */
.hero, .page-head, .section-finale { position: relative; isolation: isolate; }
.hero::before, .page-head::before, .section-finale::before {
  content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(60% 70% at 88% -10%, rgba(30,58,158,.55), transparent 70%),
    radial-gradient(55% 65% at 8% -15%, rgba(75,29,122,.7), transparent 70%),
    radial-gradient(40% 40% at 60% 110%, rgba(75,29,122,.35), transparent 70%);
}
.page-head::before { background:
    radial-gradient(50% 90% at 92% 0%, rgba(30,58,158,.4), transparent 70%),
    radial-gradient(45% 90% at 0% 0%, rgba(75,29,122,.55), transparent 70%); }
.beams { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.beams::before, .beams::after {
  content: ""; position: absolute; top: -20%; width: 34vw; height: 140%;
  background: linear-gradient(180deg, rgba(124,149,230,.22), rgba(124,149,230,0) 75%);
  filter: blur(18px); transform-origin: top center;
}
.beams::before { left: 58%; transform: rotate(24deg); }
.beams::after { left: 10%; transform: rotate(-22deg); background: linear-gradient(180deg, rgba(185,161,227,.22), rgba(185,161,227,0) 75%); }

/* Home hero layout */
.hero-home { padding-bottom: clamp(3rem, 6vw, 4.5rem); }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.trust { list-style: none; padding: 0; margin: 1.8rem 0 0; display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; }
.trust li { display: flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--white); }
.trust .ico { width: 26px; height: 26px; color: var(--blue-link); }

/* Icons */
.ico { display: inline-flex; width: 48px; height: 48px; color: var(--purple-tint); flex-shrink: 0; }
.ico svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* Crew credential pass */
.pass-stage { position: relative; display: flex; flex-direction: column; align-items: center; padding-top: 0; }
.lanyard {
  width: 34px; height: 90px;
  background: repeating-linear-gradient(115deg, var(--purple) 0 10px, var(--blue) 10px 20px);
  border-radius: 2px; margin-bottom: -14px; box-shadow: 0 4px 12px rgba(0,0,0,.4);
}
.pass {
  position: relative; width: min(300px, 80vw);
  background: linear-gradient(160deg, #1B1B2C, #121220 60%);
  border: 1px solid #34345A; border-radius: 16px; padding: 30px 22px 20px;
  transform: rotate(4deg);
  box-shadow: 0 30px 60px rgba(0,0,0,.55), 0 0 0 6px rgba(255,255,255,.04), inset 0 1px 0 rgba(255,255,255,.08);
}
.pass::after { /* laminate sheen */
  content: ""; position: absolute; inset: 0; border-radius: 16px; pointer-events: none;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.07) 45%, transparent 60%);
}
.pass-hole { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 48px; height: 9px; border-radius: 6px; background: var(--black); border: 1px solid #34345A; }
.pass-top { display: flex; flex-direction: column; line-height: 1; border-bottom: 3px solid var(--blue); padding-bottom: 10px; }
.pass-top span { font-family: var(--display); font-weight: 900; font-size: 1.5rem; letter-spacing: .05em; }
.pass-top small { font-family: var(--display); font-weight: 700; font-size: .68rem; letter-spacing: .34em; color: var(--purple-tint); margin-top: 5px; }
.pass-role {
  margin: 16px -22px; padding: 10px 22px;
  background: linear-gradient(90deg, var(--purple), var(--blue));
  font-family: var(--display); font-weight: 900; font-size: 3.4rem; line-height: .9; letter-spacing: .08em;
}
.pass-fields { margin: 0; display: grid; gap: 10px; }
.pass-fields div { display: grid; grid-template-columns: 80px 1fr; gap: 8px; font-size: .88rem; }
.pass-fields dt { color: var(--muted); }
.pass-fields dd { margin: 0; font-weight: 700; }
.pass-ready { color: var(--ok); }
.pass-code { height: 38px; margin-top: 16px; border-radius: 3px;
  background: repeating-linear-gradient(90deg, #F2F2F7 0 2px, transparent 2px 5px, #F2F2F7 5px 6px, transparent 6px 9px, #F2F2F7 9px 12px, transparent 12px 14px); opacity: .85; }
@media (max-width: 900px) { .pass-stage { margin-top: 1rem; } .lanyard { height: 50px; } .pass { transform: rotate(3deg) scale(.85); } }

/* Moving wristband (the one motion moment) */
.band-track { display: flex; width: max-content; }
.band-track span { flex-shrink: 0; }
.band-move .band-track { animation: band-slide 60s linear infinite; }
@keyframes band-slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .band-move .band-track { animation: none; } }

/* Two audiences */
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
@media (max-width: 860px) { .audience { grid-template-columns: 1fr; } }
.aud {
  position: relative; overflow: hidden; display: flex; flex-direction: column; gap: .4rem;
  padding: clamp(1.8rem, 4vw, 2.8rem); border-radius: 18px; text-decoration: none; color: #fff;
  transition: transform .2s ease;
}
.aud:hover { transform: translateY(-4px); color: #fff; }
.aud-crew { background: radial-gradient(120% 90% at 100% 0%, #6A2FA8, var(--purple) 55%, #2E1050); }
.aud-client { background: radial-gradient(120% 90% at 100% 0%, #3558D1, var(--blue) 55%, #12266B); }
.aud::after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 180px; height: 180px; border-radius: 50%; border: 22px solid rgba(255,255,255,.07); }
.aud-tag { font-weight: 700; font-size: .95rem; color: rgba(255,255,255,.8); }
.aud h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: .4em; }
.aud ul { list-style: none; padding: 0; margin: 0 0 1.6rem; }
.aud li { padding: .5rem 0 .5rem 1.8rem; position: relative; border-top: 1px solid rgba(255,255,255,.16); }
.aud li::before { content: ""; position: absolute; left: 0; top: .95rem; width: 12px; height: 7px; border-left: 3px solid #fff; border-bottom: 3px solid #fff; transform: rotate(-45deg); }
.aud .btn { align-self: flex-start; margin-top: auto; }

/* Lane tiles */
.lane-tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-top: 1.8rem; }
@media (max-width: 1060px) { .lane-tiles { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .lane-tiles { grid-template-columns: 1fr 1fr; } }
.tile {
  display: flex; flex-direction: column; gap: .6rem; padding: 1.4rem 1.2rem 1.5rem;
  background: var(--black-3); border-top: 4px solid var(--purple-tint); text-decoration: none; color: var(--white);
  transition: border-color .15s ease, background-color .15s ease;
}
.tile:nth-child(even) { border-top-color: var(--blue-link); }
.tile:hover { background: #24243A; color: var(--white); }
.tile h3 { font-size: 1.35rem; margin: .2rem 0 0; }
.tile p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.45; }

/* Promise */
.promise { background: linear-gradient(180deg, var(--black), #120A20); }
.promise-lines { margin: 1.5rem 0 2rem; }
.promise-lines p {
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(1.7rem, 4.4vw, 3.4rem); line-height: 1.08; margin: 0 0 .2em; color: var(--muted);
}
.promise-lines span { color: var(--white); border-bottom: 5px solid var(--blue); }
.promise-lines p:nth-child(even) span { border-bottom-color: var(--purple-tint); }

/* Steps */
.steps { list-style: none; counter-reset: s; padding: 0; margin: 1.4rem 0 1.8rem; }
.steps li { counter-increment: s; position: relative; padding: 0 0 1.4rem 4rem; color: var(--muted); }
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: 0; width: 2.8rem; height: 2.8rem; border-radius: 50%;
  display: grid; place-items: center; background: var(--purple); color: #fff;
  font-family: var(--display); font-weight: 900; font-size: 1.4rem;
}
.steps li:not(:last-child)::after { content: ""; position: absolute; left: 1.35rem; top: 3rem; bottom: .2rem; width: 2px; background: var(--line); }
.steps-blue li::before { background: var(--blue); }
.steps b { display: block; color: var(--white); font-size: 1.1rem; margin-bottom: .15rem; }

/* Finale */
.section-finale { overflow: hidden; background: linear-gradient(180deg, #120A20, var(--black)); padding: clamp(4rem, 9vw, 7rem) 0; }
.finale .motto { font-size: clamp(2.2rem, 6vw, 4.6rem); max-width: 16ch; }
.finale .lede { color: #DCD3EE; margin: 1.3rem 0 1.8rem; }

/* Perks (join / request) */
.perks-section { padding: 2.5rem 0 1rem; }
.perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1.2rem; }
@media (max-width: 960px) { .perks { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .perks { grid-template-columns: 1fr; } }
.perk { background: var(--black-3); padding: 1.4rem; border-left: 4px solid var(--blue); }
.perk:nth-child(even) { border-left-color: var(--purple-tint); }
.perk h3 { font-size: 1.35rem; margin: .7rem 0 .3rem; }
.perk p { margin: 0; color: var(--muted); font-size: .95rem; }

/* Service lanes with icons */
.lane-body { display: flex; gap: 1.2rem; align-items: flex-start; }
@media (max-width: 640px) { .lane-body .ico { width: 40px; height: 40px; } }

@media print { .beams, .hero::before, .page-head::before { display: none !important; } }
.callout-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 1000px; }
.callout-pair .callout { margin: 0; max-width: none; }
@media (max-width: 800px) { .callout-pair { grid-template-columns: 1fr; } }

/* =========================================================
   PHOTO SLOTS — drop images into / with these names.
   If a photo is missing, the design falls back to the color gradients.
   ========================================================= */
.hero-home {
  background:
    linear-gradient(180deg, rgba(11,11,18,.80) 0%, rgba(11,11,18,.72) 45%, rgba(11,11,18,.96) 100%),
    url("/hero.jpg") center / cover no-repeat, var(--black);
}
.section-finale {
  background:
    linear-gradient(180deg, rgba(18,10,32,.88), rgba(11,11,18,.95)),
    url("/finale.jpg") center / cover no-repeat, #120A20;
}
.aud-crew {
  background:
    linear-gradient(160deg, rgba(106,47,168,.90), rgba(46,16,80,.94)),
    url("/crew.jpg") center / cover no-repeat, var(--purple);
}
.aud-client {
  background:
    linear-gradient(160deg, rgba(53,88,209,.90), rgba(18,38,107,.94)),
    url("/producers.jpg") center / cover no-repeat, var(--blue);
}
.tile-photo { min-height: 250px; justify-content: flex-end; background-color: var(--black-3); background-size: cover; background-position: center; }
.tile-photo .ico { margin-bottom: auto; }
.t-gates       { background-image: linear-gradient(180deg, rgba(28,28,43,.45), rgba(20,20,31,.96) 72%), url("/gates.jpg"); }
.t-ticketing   { background-image: linear-gradient(180deg, rgba(28,28,43,.45), rgba(20,20,31,.96) 72%), url("/ticketing.jpg"); }
.t-parking     { background-image: linear-gradient(180deg, rgba(28,28,43,.45), rgba(20,20,31,.96) 72%), url("/parking.jpg"); }
.t-production  { background-image: linear-gradient(180deg, rgba(28,28,43,.45), rgba(20,20,31,.96) 72%), url("/production.jpg"); }
.t-hospitality { background-image: linear-gradient(180deg, rgba(28,28,43,.45), rgba(20,20,31,.96) 72%), url("/hospitality.jpg"); }
.tile-photo:hover { background-color: #24243A; filter: brightness(1.08); }

.ph-join, .ph-request-staff, .ph-camp-guide, .ph-services, .ph-about, .ph-crew-agreement, .ph-contact { background-size: cover; background-position: center; }
.ph-join           { background-image: linear-gradient(90deg, rgba(11,11,18,.95) 35%, rgba(11,11,18,.70)), url("/crew.jpg"); }
.ph-request-staff  { background-image: linear-gradient(90deg, rgba(11,11,18,.95) 35%, rgba(11,11,18,.70)), url("/producers.jpg"); }
.ph-camp-guide     { background-image: linear-gradient(90deg, rgba(11,11,18,.95) 35%, rgba(11,11,18,.70)), url("/camp.jpg"); }
.ph-services       { background-image: linear-gradient(90deg, rgba(11,11,18,.95) 35%, rgba(11,11,18,.70)), url("/services.jpg"); }
.ph-about          { background-image: linear-gradient(90deg, rgba(11,11,18,.95) 35%, rgba(11,11,18,.70)), url("/about.jpg"); }
.ph-crew-agreement { background-image: linear-gradient(90deg, rgba(11,11,18,.95) 35%, rgba(11,11,18,.70)), url("/crew.jpg"); }
.ph-contact        { background-image: linear-gradient(90deg, rgba(11,11,18,.95) 35%, rgba(11,11,18,.70)), url("/finale.jpg"); }
@media (max-width: 700px) {
  .ph-join, .ph-request-staff, .ph-camp-guide, .ph-services, .ph-about, .ph-crew-agreement, .ph-contact { background-image: none; }
}
@media print { .ph-camp-guide { background: none !important; } }
