/* EggCamp / EggJam26 — dark, open layout (no box stacks) */

body.page-egg-camp {
  --eg-camp-text: #f4efe8;
  --eg-camp-muted: rgba(244, 239, 232, 0.72);
  --eg-camp-accent: #9ae6a0;
  --eg-camp-warm: #ffe8a3;
  --eg-camp-warn: #ffb080;
  --eg-camp-rule: rgba(255, 255, 255, 0.1);

  background:
    radial-gradient(1200px 520px at 50% -8%, rgba(126, 200, 120, 0.12), transparent 58%),
    radial-gradient(900px 480px at 100% 12%, rgba(255, 180, 80, 0.08), transparent 52%),
    #0a1410;
  color: var(--eg-camp-text);
}

body.page-egg-camp .landing-main.egg-camp-page {
  padding: clamp(1.25rem, 3vw, 2.5rem) 0 clamp(3rem, 8vw, 5rem);
}

.eg-camp__shell {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  max-width: min(52rem, calc(100vw - 2rem));
}

.eg-camp a {
  color: var(--eg-camp-accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.eg-camp a:hover {
  color: #c8f0a8;
}

/* Hero */

.eg-camp__hero {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}

.eg-camp__hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* Intro */

.eg-camp__intro {
  display: grid;
  gap: 0.75rem;
}

.eg-camp__kicker {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eg-camp-accent);
}

.eg-camp__title {
  margin: 0;
  font-family: Teko, "Bakbak One", sans-serif;
  font-size: clamp(2.4rem, 7vw, 3.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: #fff;
  text-wrap: balance;
}

.eg-camp__lede {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(0.98rem, 2.1vw, 1.06rem);
  line-height: 1.6;
  color: rgba(244, 239, 232, 0.88);
  text-wrap: pretty;
}

.eg-camp__lede strong {
  color: var(--eg-camp-warm);
  font-weight: 700;
}

.eg-camp__highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--eg-camp-warm);
}

.eg-camp__highlights li:not(:last-child)::after {
  content: "·";
  margin: 0 0.5rem;
  color: rgba(255, 232, 163, 0.4);
  font-weight: 400;
}

/* At a glance */

.eg-camp__facts {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin: 0;
  padding: clamp(1.25rem, 3vw, 1.75rem) 0;
  border-block: 1px solid var(--eg-camp-rule);
}

@media (min-width: 640px) {
  .eg-camp__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.eg-camp__facts > div {
  display: grid;
  gap: 0.35rem;
}

.eg-camp__facts dt {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--eg-camp-accent);
}

.eg-camp__facts dd {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(244, 239, 232, 0.86);
}

.eg-camp__facts dd strong {
  color: var(--eg-camp-warm);
}

/* Sections — spacing + rule only, no boxes */

.eg-camp__section {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.35rem);
  padding-top: clamp(0.25rem, 1vw, 0.5rem);
  border-top: 1px solid var(--eg-camp-rule);
}

.eg-camp__section-head {
  display: grid;
  gap: 0.45rem;
}

.eg-camp__section-head p {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(0.95rem, 2vw, 1.02rem);
  line-height: 1.55;
  color: var(--eg-camp-muted);
}

.eg-camp__section-head p strong {
  color: var(--eg-camp-warm);
  font-weight: 700;
}

.eg-camp__heading {
  margin: 0;
  font-family: Teko, "Bakbak One", sans-serif;
  font-size: clamp(1.55rem, 3.8vw, 1.95rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
}

.eg-camp__subheading {
  margin: 0;
  font-size: clamp(1.02rem, 2.2vw, 1.12rem);
  font-weight: 700;
  color: #fff;
}

.eg-camp__muted,
.eg-camp__note {
  color: var(--eg-camp-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.eg-camp__note {
  margin: 0;
  max-width: 58ch;
}

.eg-camp__prose {
  display: grid;
  gap: 0.65rem;
}

.eg-camp__prose p {
  margin: 0;
  max-width: 62ch;
  font-size: clamp(0.95rem, 2.1vw, 1.02rem);
  line-height: 1.6;
  color: rgba(244, 239, 232, 0.88);
}

.eg-camp__prose p strong {
  color: var(--eg-camp-warm);
  font-weight: 700;
}

.eg-camp__prose--stack {
  gap: 0.85rem;
}

.eg-camp__coming-soon {
  color: var(--eg-camp-muted);
  font-style: italic;
}

/* Videos */

.eg-camp__videos {
  gap: clamp(0.85rem, 2vw, 1.1rem);
}

.eg-camp__heading--soft {
  font-family: inherit;
  font-size: clamp(1.15rem, 2.8vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.eg-camp__videos-grid {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.25rem);
  max-width: 38rem;
}

@media (min-width: 640px) {
  .eg-camp__videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

.eg-camp__video-block {
  display: grid;
  gap: 0.45rem;
}

.eg-camp__video-block-head {
  display: grid;
  gap: 0.15rem;
}

.eg-camp__video-label {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(244, 239, 232, 0.92);
}

.eg-camp__video-block-head p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--eg-camp-muted);
}

.eg-camp__videos .eg-camp__video-shell {
  border-radius: 0.5rem;
}

.eg-camp__videos .eg-camp__video-poster::before {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.92;
}

.eg-camp__videos .eg-camp__video-poster::after {
  background: rgba(6, 12, 10, 0.22);
}

.eg-camp__video-poster.is-hiding {
  opacity: 0;
  pointer-events: none;
}

.eg-camp__video-poster.is-loading {
  cursor: wait;
}

/* Video shell */

.eg-camp__video {
  margin: 0;
}

.eg-camp__video-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #060c0a;
}

.eg-camp__video-shell iframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
}

.eg-camp__video-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #060c0a;
  cursor: pointer;
}

.eg-camp__video-poster[hidden] {
  display: none;
}

.eg-camp__video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eg-camp__video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 12, 10, 0.3);
  pointer-events: none;
}

.eg-camp__video-poster::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  pointer-events: none;
}

/* Photo gallery */

.eg-camp__gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.5rem, 1.5vw, 0.75rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .eg-camp__gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eg-camp__gallery-item--tall {
    grid-row: span 2;
  }
}

.eg-camp__gallery-item figure {
  margin: 0;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}

.eg-camp__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eg-camp__gallery-item:not(.eg-camp__gallery-item--tall) figure {
  aspect-ratio: 4 / 3;
}

.eg-camp__gallery-item--tall figure {
  min-height: 100%;
}

@media (min-width: 640px) {
  .eg-camp__gallery-item--tall figure {
    aspect-ratio: auto;
    height: 100%;
  }
}

/* Team carousel */

.eg-camp-team__carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
}

.eg-camp-team__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(154, 230, 160, 0.3) transparent;
  outline: none;
}

.eg-camp-team__viewport:focus-visible {
  outline: 2px solid var(--eg-camp-accent);
  outline-offset: 4px;
  border-radius: 4px;
}

.eg-camp-team__track {
  display: flex;
  gap: clamp(1.25rem, 3vw, 2rem);
  margin: 0;
  padding: 0.25rem 0.5rem 0.5rem;
  list-style: none;
}

.eg-camp-team__card {
  flex: 0 0 min(9.5rem, 62vw);
  scroll-snap-align: start;
  display: grid;
  gap: 0.4rem;
  justify-items: center;
  text-align: center;
}

.eg-camp-team__photo {
  margin: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}

.eg-camp-team__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eg-camp-team__photo img[data-eggsite-facilitator-headshot="kane"] {
  object-position: center 15%;
}

.eg-camp-team__initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(126, 200, 120, 0.15);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--eg-camp-accent);
}

.eg-camp-team__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.eg-camp-team__role {
  margin: 0;
  max-width: 12rem;
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--eg-camp-muted);
}

.eg-camp-team__nav {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--eg-camp-accent);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
}

.eg-camp-team__nav:hover:not(:disabled) {
  opacity: 1;
}

.eg-camp-team__nav:focus-visible {
  outline: 2px solid var(--eg-camp-accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.eg-camp-team__nav:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

@media (min-width: 640px) {
  .eg-camp-team__card {
    flex-basis: 10.5rem;
  }
}

/* Practical info */

.eg-camp__info {
  display: grid;
  gap: clamp(1.35rem, 3vw, 1.75rem);
}

@media (min-width: 640px) {
  .eg-camp__info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.5rem, 4vw, 2.5rem);
  }
}

.eg-camp__info-item {
  display: grid;
  gap: 0.4rem;
}

.eg-camp__info-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(244, 239, 232, 0.86);
}

.eg-camp__info-item p strong {
  color: var(--eg-camp-warm);
}

/* Goodie bag */

.eg-camp__goodie-layout {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}

@media (min-width: 768px) {
  .eg-camp__goodie-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: clamp(1.5rem, 4vw, 2.5rem);
  }
}

.eg-camp__goodie-copy {
  display: grid;
  gap: 0.75rem;
}

.eg-camp__goodie-list {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(244, 239, 232, 0.88);
}

.eg-camp__goodie-list li {
  padding-left: 1.15rem;
  position: relative;
}

.eg-camp__goodie-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--eg-camp-accent);
  font-weight: 600;
}

.eg-camp__goodie-art {
  margin: 0;
}

.eg-camp__goodie-art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

/* Pack list */

.eg-camp__pack-group {
  border-bottom: 1px solid var(--eg-camp-rule);
}

.eg-camp__pack-group summary {
  padding: 0.85rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  list-style: none;
}

.eg-camp__pack-group summary::-webkit-details-marker {
  display: none;
}

.eg-camp__pack-group summary::after {
  content: "+";
  float: right;
  font-weight: 400;
  color: var(--eg-camp-muted);
}

.eg-camp__pack-group[open] summary::after {
  content: "−";
}

.eg-camp__pack-group ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(244, 239, 232, 0.84);
}

.eg-camp__pack-group--warn summary {
  color: var(--eg-camp-warn);
}

.eg-camp__pack-group--warn ul {
  color: rgba(255, 176, 128, 0.88);
}

/* Location */

.eg-camp__place {
  gap: clamp(1.25rem, 3vw, 2rem);
}

@media (min-width: 768px) {
  .eg-camp__place {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }
}

.eg-camp__place-copy {
  display: grid;
  gap: 0.65rem;
}

.eg-camp__place-copy p {
  margin: 0;
  max-width: 42ch;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(244, 239, 232, 0.86);
}

.eg-camp__address {
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(244, 239, 232, 0.84);
}

.eg-camp__place-map {
  display: grid;
  gap: 0.75rem;
}

.eg-camp__locator {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}

.eg-camp__locator img {
  display: block;
  width: 100%;
  height: auto;
}

.eg-camp__map {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #060c0a;
}

.eg-camp__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Tickets */

.eg-camp-ticket__pricing {
  display: grid;
  gap: 0.3rem;
}

.eg-camp-ticket__label {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--eg-camp-accent);
}

.eg-camp-ticket__price {
  margin: 0;
  font-family: Teko, "Bakbak One", sans-serif;
  font-size: clamp(2.8rem, 8vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--eg-camp-warm);
}

.eg-camp-ticket__detail {
  margin: 0;
  max-width: 42ch;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(244, 239, 232, 0.84);
}

.eg-camp-ticket__compare {
  margin: 0.15rem 0 0;
  font-size: 0.92rem;
  color: var(--eg-camp-muted);
}

.eg-camp-ticket__compare s {
  color: rgba(244, 239, 232, 0.5);
}

.eg-camp-ticket__deadline {
  margin: 0.25rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--eg-camp-warn);
}

.eg-camp-ticket__countdown {
  display: block;
  margin-top: 0.15rem;
  font-weight: 500;
  color: rgba(255, 176, 128, 0.9);
}

.eg-camp-ticket__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

body.page-egg-camp .eg-camp-ticket__actions .btn-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: var(--eg-camp-text);
}

body.page-egg-camp .eg-camp-ticket__actions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.eg-camp-ticket__includes {
  display: grid;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
  color: rgba(244, 239, 232, 0.84);
}

.eg-camp-ticket__includes li::before {
  content: "✓ ";
  color: var(--eg-camp-accent);
  font-weight: 700;
}

.eg-camp-ticket__terms {
  max-width: 58ch;
  font-size: 0.85rem;
}

.eg-camp-ticket__terms a {
  font-weight: 600;
}
