:root {
  --black: #050506;
  --near-black: #0a090b;
  --cream: #f7f1e7;
  --paper: #fffaf1;
  --ink: #15151b;
  --muted: #5a5860;
  --pink: #eb5b8f;
  --pink-strong: #f23283;
  --green: #9ec94a;
  --green-dark: #5b7b2e;
  --line: rgba(17, 15, 13, .14);
  --shadow: 0 22px 70px rgba(0,0,0,.24);
  --max: 1600px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 104px;
  background: var(--black);
  color: white;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 42px;
  padding: 14px clamp(22px, 3.8vw, 70px);
  position: sticky;
  top: 0;
  z-index: 50;
  overflow: hidden;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-shrink: 0;
}
.brand-combined-logo {
  display: block;
  width: 217px;
  max-width: 217px;
  height: 90px;
  object-fit: contain;
  flex: 0 0 auto;
}


.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(17px, 2.5vw, 43px);
  font-size: .96rem;
  font-weight: 900;
  text-transform: uppercase;
}
.main-nav a {
  position: relative;
  color: rgba(255,255,255,.92);
}
.main-nav a:hover,
.main-nav .active { color: #fff; }
.main-nav .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 35%;
  bottom: -13px;
  height: 3px;
  background: var(--pink);
}
.nav-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.18);
  background: transparent;
  border-radius: 0;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 22px;
  margin: 5px auto;
  background: white;
}

.hero {
  max-width: var(--max);
  min-height: 610px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: var(--near-black);
  color: white;
  display: grid;
  grid-template-columns: minmax(420px, .78fr) 1.22fr;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 61% 22%, rgba(255,130,193,.38), transparent 19%),
    radial-gradient(circle at 72% 50%, rgba(158,201,74,.13), transparent 21%),
    linear-gradient(100deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.64) 38%, rgba(0,0,0,.18) 73%, rgba(0,0,0,.66) 100%);
  z-index: -1;
}
.hero-art {
  position: absolute;
  inset: 0 0 0 35%;
  z-index: -2;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-copy {
  padding: clamp(54px, 6vw, 92px) 0 clamp(46px, 5vw, 70px) clamp(28px, 4vw, 70px);
  align-self: center;
}
.hero h1 {
  margin: 0;
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.6rem, 7.2vw, 7.65rem);
  line-height: .86;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero h1 em {
  color: var(--pink);
  font-style: italic;
  letter-spacing: -.04em;
}
.hero-kicker {
  margin: 28px 0 2px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
}
.hero-line {
  margin: 0 0 30px;
  color: var(--green);
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 14px 28px;
  border: 0;
  border-radius: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  transition: transform .18s ease, opacity .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-pink { background: var(--pink); color: white; }
.button-green { background: var(--green-dark); color: white; }

.hero-note {
  align-self: center;
  justify-self: end;
  width: min(330px, 86%);
  margin-right: clamp(26px, 4vw, 70px);
  padding: 34px 34px 32px;
  background: rgba(0,0,0,.74);
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: var(--shadow);
  position: relative;
}
.scribble-star {
  position: absolute;
  right: 23px;
  top: 17px;
  color: var(--pink);
  font-size: 2.3rem;
}
.note-label {
  margin: 0 0 4px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .85rem;
  font-weight: 900;
}
.hero-note h2 {
  margin: 0 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  line-height: 1;
}
.note-school {
  margin: 0 0 24px;
  font-weight: 800;
}
.hero-note p:not(.note-label):not(.note-school) {
  color: rgba(255,255,255,.82);
  line-height: 1.6;
  margin: 0 0 28px;
}
.hero-note a {
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-bottom: 2px solid var(--pink);
  padding-bottom: 8px;
}

.feature-cards {
  max-width: var(--max);
  margin: 0 auto;
  padding: 20px clamp(20px, 3.5vw, 58px) 30px;
  background: var(--paper);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  min-height: 300px;
  display: grid;
  grid-template-columns: 1.08fr .95fr;
  align-items: stretch;
  overflow: hidden;
  background: #fffdf7;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(0,0,0,.08);
}
.feature-image {
  position: relative;
  align-self: stretch;
  min-height: 300px;
  min-width: 0;
  height: 100%;
  background: #111;
  overflow: hidden;
  contain: paint;
}
.feature-image > img,
.feature-image > picture,
.feature-image > picture > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.feature-image > img,
.feature-image > picture > img {
  object-fit: cover;
}
.feature-card:nth-child(3) .feature-image img {
  object-position: center 24%;
}
.feature-copy {
  min-width: 0;
  padding: 38px 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.doodle {
  color: var(--pink);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 16px;
}
.feature-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 2.8vw, 3.25rem);
  line-height: .9;
  letter-spacing: -.045em;
}
.feature-copy h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin: 20px 0 0;
  background: var(--pink);
}
.feature-copy p {
  margin: 18px 0 26px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.45;
}
.feature-copy a {
  width: max-content;
  border: 1px solid var(--pink);
  color: var(--pink);
  padding: 12px 22px;
  font-size: .88rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.values {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px clamp(20px, 3.5vw, 58px) 44px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.values article {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 15px;
  border-right: 1px solid rgba(91,123,46,.35);
}
.values article:last-child { border-right: 0; }
.values span {
  color: var(--pink);
  font-size: 2.45rem;
}
.values h3 {
  margin: 0 0 6px;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .98rem;
}
.values p {
  margin: 0;
  color: var(--ink);
  line-height: 1.35;
}

.details {
  background: var(--cream);
}
.details-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px clamp(20px, 3.5vw, 58px) 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.details article {
  background: #fffdf8;
  border: 1px solid var(--line);
  padding: clamp(30px, 4vw, 48px);
}
.section-label {
  margin: 0 0 12px;
  color: var(--pink);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .8rem;
  font-weight: 900;
}
.details h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: .95;
}
.details p:not(.section-label) {
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.6;
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 25px clamp(20px, 3.5vw, 58px);
  background: var(--black);
  color: rgba(255,255,255,.72);
  display: flex;
  justify-content: space-between;
  gap: 22px;
  font-size: .92rem;
}
.site-footer p { margin: 0; }

@media (max-width: 1180px) {
  .site-header {
    height: auto;
    grid-template-columns: auto auto;
  }
  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 14px 0 6px;
  }
  .main-nav.is-open { display: flex; }
  .main-nav .active::after { display: none; }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-note {
    justify-self: start;
    margin: 0 0 54px clamp(28px, 4vw, 70px);
  }
  .feature-cards {
    grid-template-columns: 1fr;
  }
  .feature-card {
    grid-template-columns: minmax(0, 39%) minmax(0, 61%);
  }
  .values {
    grid-template-columns: repeat(2, 1fr);
  }
  .details-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .brand {
    min-width: 0;
  }
  .brand-combined-logo {
    width: 180px;
    max-width: 180px;
    height: auto;
  }
}

.page-hero {
  max-width: var(--max);
  min-height: 430px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 80px) clamp(22px, 4vw, 70px);
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  align-items: center;
  gap: clamp(30px, 5vw, 80px);
  overflow: hidden;
}

.page-hero h1 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: .88;
  letter-spacing: -.055em;
}

.page-hero p:not(.section-label) {
  max-width: 650px;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  line-height: 1.58;
}

.page-hero img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  box-shadow: var(--shadow);
  border: 10px solid rgba(255,255,255,.92);
}

.page-hero-dark {
  background:
    radial-gradient(circle at 72% 30%, rgba(232,91,143,.25), transparent 28%),
    linear-gradient(100deg, #050506, #171016 62%, #070709);
  color: white;
}

.page-hero-blue {
  background:
    radial-gradient(circle at 68% 30%, rgba(126,201,255,.23), transparent 28%),
    linear-gradient(100deg, #050506, #121e29 62%, #070709);
  color: white;
}

.page-hero-light {
  background: #fffaf1;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.page-hero-light .section-label,
.page-hero-dark .section-label,
.page-hero-blue .section-label {
  color: var(--green);
}

.page-content {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) clamp(22px, 4vw, 70px);
  background: var(--cream);
  display: grid;
  gap: 22px;
}

.two-up { grid-template-columns: repeat(2, 1fr); }
.three-up { grid-template-columns: repeat(3, 1fr); }

.content-card {
  background: #fffdf8;
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 46px);
  box-shadow: 0 18px 50px rgba(0,0,0,.06);
}

.content-card h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: .96;
  letter-spacing: -.035em;
}

.content-card p,
.content-card li,
.content-card dd {
  color: var(--muted);
  line-height: 1.6;
}

.content-card ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.accent-card {
  background: linear-gradient(180deg, #fffdf8, #f3eadc);
}

.info-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.info-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 13px;
}

.info-list dt {
  font-weight: 900;
  color: var(--ink);
}

.info-list dd {
  margin: 0;
  text-align: right;
}

.page-band {
  max-width: var(--max);
  margin: 0 auto 46px;
  padding: clamp(34px, 5vw, 58px) clamp(22px, 4vw, 70px);
  background: var(--black);
  color: white;
  text-align: center;
}

.page-band h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.page-band p {
  max-width: 720px;
  margin: 0 auto 25px;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
}

.gallery-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) clamp(22px, 4vw, 70px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  background: var(--cream);
}

.gallery-grid article {
  min-height: 280px;
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(0,0,0,.06);
  overflow: hidden;
}

.gallery-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.gallery-grid h2 {
  margin: 18px 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
}

.placeholder-tile {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(232,91,143,.45) !important;
  background:
    linear-gradient(135deg, rgba(232,91,143,.06), rgba(158,201,74,.07)),
    #fffdf8 !important;
}

.placeholder-tile span {
  color: var(--pink);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

@media (max-width: 980px) {
  .page-hero,
  .two-up,
  .three-up,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
/* July content and gallery updates */
.brand-logo-backdrop {
  width: 86px;
  height: 76px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000;
}
.brand-logo-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.hero-no-note {
  grid-template-columns: minmax(420px, .82fr) 1.18fr;
}
.hero-no-note .hero-art {
  inset: 0;
}
.hero-no-note::before {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, .94) 0%,
    rgba(0, 0, 0, .88) 30%,
    rgba(0, 0, 0, .58) 48%,
    rgba(0, 0, 0, .18) 72%,
    rgba(0, 0, 0, .24) 100%
  );
}
.page-hero-no-summary {
  min-height: 390px;
}
.page-hero-no-summary > div {
  align-self: center;
}
.page-hero-no-summary h1 {
  margin-bottom: 0;
}
.free-badge {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 17px;
  color: #10110d;
  background: var(--green);
  font-weight: 1000;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 7px 7px 0 var(--pink);
}
.camp-grid {
  grid-template-columns: repeat(2, 1fr);
}
.camp-details-card {
  grid-column: 1 / -1;
}
.single-up {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}
.contact-page {
  text-align: center;
}
.contact-email {
  display: inline-block;
  color: var(--pink);
  font-size: clamp(.95rem, 1.55vw, 1.1rem);
  font-weight: 900;
  overflow-wrap: normal;
  white-space: nowrap;
}
.gallery-photo-grid {
  grid-auto-flow: dense;
  grid-auto-rows: 220px;
}
.gallery-photo {
  min-height: 0 !important;
  padding: 0;
  appearance: none;
  border: 0 !important;
  cursor: zoom-in;
  background: #111 !important;
  overflow: hidden;
}
.gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease, opacity .3s ease;
}
.gallery-photo:hover img {
  transform: scale(1.025);
  opacity: .92;
}
.gallery-wide {
  grid-column: span 2;
}
.gallery-tall {
  grid-row: span 2;
}
.lightbox {
  width: min(94vw, 1400px);
  max-width: none;
  padding: 0;
  border: 0;
  background: #050506;
  box-shadow: 0 30px 100px rgba(0,0,0,.65);
}
.lightbox::backdrop {
  background: rgba(0,0,0,.88);
}
.lightbox img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.7);
  color: white;
  font-size: 2rem;
  cursor: pointer;
}
@media (max-width: 980px) {
  .camp-grid {
    grid-template-columns: 1fr;
  }
  .camp-details-card {
    grid-column: auto;
  }
  .gallery-photo-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 190px;
  }
  .gallery-wide {
    grid-column: span 2;
  }
}
@media (max-width: 620px) {
  .brand-logo-backdrop {
    width: 58px;
    height: 54px;
  }
  .hero-no-note {
    grid-template-columns: 1fr;
  }
  .hero-no-note .hero-art {
    inset: 0;
  }
  .hero-no-note::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, .74) 0%,
      rgba(0, 0, 0, .40) 42%,
      rgba(0, 0, 0, .52) 100%
    );
  }
  .hero-no-note .hero-art img {
    object-position: center top;
  }
  .gallery-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }
  .gallery-wide,
  .gallery-tall {
    grid-column: auto;
    grid-row: auto;
  }
}


/* Primary page images supplied by the site owner */
.hero-no-note .hero-art img {
  object-position: center 48%;
}
.page-hero img.page-image-contain {
  object-fit: contain;
}
.page-hero img.page-image-transparent {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.page-hero-single-column {
  grid-template-columns: 1fr;
}
.page-hero-single-column > div {
  max-width: 900px;
}
.page-hero img.page-image-dark {
  background: #07152b;
}
.page-hero img.page-image-portrait {
  object-position: center 34%;
}
.poster-image {
  background: #111;
}
.poster-image img {
  object-fit: cover;
  object-position: center 52%;
}
.performer-card-image img {
  object-position: center 30% !important;
}



.contact-inline-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin: 0 0 18px;
}
.contact-inline-label {
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 900;
  white-space: nowrap;
}
@media (max-width: 620px) {
  .contact-inline-row {
    gap: 8px;
  }
  .contact-inline-label {
    font-size: 1rem;
  }
  .contact-email {
    font-size: .88rem;
  }
}

@media (max-width: 980px) {
  .poster-image img {
    object-position: center 52%;
  }
}

@media (max-width: 620px) {
  .hero-no-note .hero-art img {
    object-position: center top;
  }
}
