/* venues.groupout.app — extends groupout-site/site.css */

/* Hero — short keylined title */
.venue-page .hero-title {
  font-size: clamp(2.6rem, 7vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
  white-space: nowrap;
}

.venue-page .hero-title .line-accent {
  color: var(--green);
}

@media (max-width: 420px) {
  .venue-page .hero-title {
    white-space: normal;
  }
}

.venue-page .hero-sub.venue-lede {
  margin-top: 20px;
  font-size: clamp(1rem, 2.2vw, 1.18rem);
  line-height: 1.58;
  max-width: 34rem;
}

.venue-page .hero-cta {
  margin-top: 28px;
}

.venue-page .hero-dates {
  margin-top: 20px;
  font-size: 12px;
}

.venue-page .venue-hero-badge {
  margin-bottom: 14px;
  font-size: 11px;
}

.section-head-wide h2 .title-accent {
  color: var(--green);
}

.section-head-wide h2 .title-accent-pink {
  color: var(--pink);
}

.venue-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 14px;
}

.venue-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
}

.venue-hero-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(31, 232, 159, 0.55);
}

.hero-sub.venue-lede {
  max-width: 640px;
  margin-inline: auto;
}

.hero-dates {
  margin-top: 28px;
  font-size: 13px;
  color: var(--faint);
  line-height: 1.55;
}

.hero-dates strong {
  color: var(--text);
  font-weight: 500;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 8px;
}

@media (max-width: 720px) {
  .proof-strip { grid-template-columns: 1fr; }
}

.proof-card {
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--surface);
  text-align: center;
}

.proof-card .num {
  font-family: 'Syne', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1.1;
}

.proof-card .label {
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
}

.card-list {
  list-style: none;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

.card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink);
}

.card-list strong { color: var(--text); font-weight: 500; }

.founding-pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  margin: 14px 0 10px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}

.founding-pricing-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 4px;
}

.founding-pricing strong { color: var(--text); font-weight: 500; }

@media (max-width: 520px) {
  .founding-pricing { grid-template-columns: 1fr; }
}

.beats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 720px) {
  .beats { grid-template-columns: 1fr; }
}

.beat {
  padding: 24px 22px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--surface);
}

.beat-num {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 8px;
}

.beat h4 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.beat p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}

.venue-form-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.section-apply {
  position: relative;
  overflow: hidden;
}

.apply-map {
  position: absolute;
  inset: 0;
  background: url("images/city-map.svg") center 40% / cover no-repeat;
  opacity: 0.55;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(
    ellipse 70% 75% at 18% 45%,
    #000 12%,
    rgba(0, 0, 0, 0.45) 42%,
    transparent 72%
  );
  mask-image: radial-gradient(
    ellipse 70% 75% at 18% 45%,
    #000 12%,
    rgba(0, 0, 0, 0.45) 42%,
    transparent 72%
  );
}

.apply-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 10, 10, 0.15) 0%,
    rgba(10, 10, 10, 0.55) 55%,
    rgba(10, 10, 10, 0.92) 100%
  );
  pointer-events: none;
}

@media (max-width: 860px) {
  .apply-map {
    opacity: 0.4;
    -webkit-mask-image: radial-gradient(
      ellipse 90% 60% at 50% 0%,
      #000 10%,
      transparent 70%
    );
    mask-image: radial-gradient(
      ellipse 90% 60% at 50% 0%,
      #000 10%,
      transparent 70%
    );
  }

  .apply-map::after {
    background: linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.2) 0%,
      rgba(10, 10, 10, 0.85) 70%
    );
  }
}

@media (max-width: 860px) {
  .venue-form-grid { grid-template-columns: 1fr; }
}

.venue-form-card {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--surface);
}

.venue-form-card label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 8px;
}

.venue-form-card input,
.venue-form-card select,
.venue-form-card textarea {
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border-strong);
  background: #0a0a0a;
  color: var(--text);
  font: inherit;
}

.venue-form-card textarea {
  min-height: 96px;
  resize: vertical;
}

.form-success {
  display: none;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(31, 232, 159, 0.3);
  background: rgba(31, 232, 159, 0.08);
}

.form-success.on { display: block; }

.form-success h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.form-success p {
  font-size: 14px;
  color: var(--muted);
}

.hidden { display: none !important; }

.nav-links a.nav-partner {
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  padding: 8px 14px;
}

.nav-links a.nav-partner:hover {
  border-color: var(--pink);
  color: var(--text);
}

.foot-venue-note {
  margin-top: 12px;
  font-size: 12px;
  color: var(--faint);
}

.venue-about-copy {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.venue-about-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 14px;
}

.venue-about-copy strong {
  color: var(--text);
  font-weight: 500;
}

.venue-apply-title {
  font-family: Syne, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
}

.venue-apply-lede {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 20px;
}

.venue-apply-note {
  font-size: 14px;
  color: var(--faint);
}

.venue-apply-note a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.venue-submit {
  width: 100%;
  margin-top: 4px;
}

/* Mobile nav — match groupout.app */
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-right: -8px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-nav.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.site-nav.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-nav.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

body.nav-lock {
  overflow: hidden;
}

@media (max-width: 720px) {
  .nav-toggle {
    display: flex;
    z-index: 2;
  }

  .site-nav-inner {
    position: relative;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: min(100vw - 32px, var(--max));
    padding: 16px 0 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: rgba(10, 10, 10, 0.97);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  }

  .site-nav.nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 14px 18px;
  }

  .nav-links a.nav-cta,
  .nav-links a.nav-partner {
    margin: 8px 12px 4px;
    text-align: center;
  }
}

/* Hero entrance + scroll reveals (venues site.css is an older sync) */
.hero-enter .venue-hero-badge,
.hero-enter .hero-title,
.hero-enter .hero-sub,
.hero-enter .hero-cta,
.hero-enter .hero-dates {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-enter.is-in .venue-hero-badge,
.hero-enter.is-in .hero-title,
.hero-enter.is-in .hero-sub,
.hero-enter.is-in .hero-cta,
.hero-enter.is-in .hero-dates {
  opacity: 1;
  transform: none;
}

.hero-enter.is-in .venue-hero-badge { transition-delay: 0.05s; }
.hero-enter.is-in .hero-title { transition-delay: 0.14s; }
.hero-enter.is-in .hero-sub { transition-delay: 0.28s; }
.hero-enter.is-in .hero-cta { transition-delay: 0.4s; }
.hero-enter.is-in .hero-dates { transition-delay: 0.5s; }

.live-cluster {
  opacity: 0;
  transform: translateY(12px) scale(0.92);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero-live.is-in .live-cluster {
  opacity: 1;
  transform: none;
}

.hero-live.is-in .cluster-a { transition-delay: 0.35s; }
.hero-live.is-in .cluster-b { transition-delay: 0.5s; }
.hero-live.is-in .cluster-c { transition-delay: 0.65s; }
.hero-live.is-in .cluster-d { transition-delay: 0.8s; }

[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

[data-stagger] > * {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.55s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-stagger].is-in > *:nth-child(1) { transition-delay: 0.04s; opacity: 1; transform: none; }
[data-stagger].is-in > *:nth-child(2) { transition-delay: 0.1s; opacity: 1; transform: none; }
[data-stagger].is-in > *:nth-child(3) { transition-delay: 0.16s; opacity: 1; transform: none; }
[data-stagger].is-in > *:nth-child(4) { transition-delay: 0.22s; opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .hero-enter .venue-hero-badge,
  .hero-enter .hero-title,
  .hero-enter .hero-sub,
  .hero-enter .hero-cta,
  .hero-enter .hero-dates,
  .live-cluster,
  [data-reveal],
  [data-stagger] > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ——— Eyebrows & keylined section heads ——— */
.section-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 14px;
}

.venue-page .section-head-wide {
  max-width: 36rem;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.venue-page .section-head-wide h2 {
  white-space: normal;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
}

.venue-page .section-head-wide p {
  max-width: 28rem;
  line-height: 1.55;
}

/* ——— Problem: photo + list ——— */
.section-venue-split {
  padding-top: 96px;
  padding-bottom: 96px;
}

.venue-split {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: stretch;
  max-width: 1180px;
}

.venue-split-photo {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
  min-height: 480px;
  position: relative;
}

.venue-split-photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(10, 10, 10, 0.45));
  pointer-events: none;
}

.venue-split-photo img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  transform: scale(1.03);
  transition: transform 1.2s ease;
}

.venue-split:hover .venue-split-photo img {
  transform: scale(1.07);
}

.venue-split-copy {
  position: relative;
  padding: 12px 0 12px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.venue-split-copy h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.85rem, 3.8vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 28px;
}

.progress-rail {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  border-radius: 2px;
  background: rgba(255, 45, 107, 0.18);
  overflow: hidden;
  pointer-events: none;
}

.progress-rail-fill {
  display: block;
  width: 100%;
  height: 8%;
  border-radius: 2px;
  background: var(--pink);
  box-shadow: 0 0 16px rgba(255, 45, 107, 0.55);
  will-change: height;
}

.venue-problem-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.venue-problem-list li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--border);
}

.venue-problem-list li:last-child {
  border-bottom: 1px solid var(--border);
}

.venue-problem-list .vp-num {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--pink);
  padding-top: 4px;
}

.venue-problem-list h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.venue-problem-list p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 28rem;
}

@media (max-width: 860px) {
  .venue-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .venue-split-photo,
  .venue-split-photo img {
    min-height: 280px;
  }

  .venue-split-copy {
    padding-left: 28px;
  }
}

/* ——— Solution: visual panels ——— */
.section-solution {
  position: relative;
  overflow: hidden;
}

.section-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
}

.section-glow-pink {
  top: -14%;
  right: -6%;
  width: min(58vw, 640px);
  height: min(48vw, 480px);
  background: radial-gradient(
    ellipse at center,
    rgba(255, 45, 107, 0.42) 0%,
    rgba(255, 45, 107, 0.22) 38%,
    rgba(255, 45, 107, 0.08) 58%,
    transparent 74%
  );
}

@media (max-width: 760px) {
  .section-glow-pink {
    top: -8%;
    right: -16%;
    width: 78vw;
    height: 46vw;
    opacity: 1;
  }
}

.section-solution > .wrap {
  position: relative;
  z-index: 1;
}

.venue-solve {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 72px);
  margin-top: 8px;
}

.venue-solve-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.venue-solve-card-flip {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.venue-solve-card-flip .venue-solve-media {
  order: 2;
}

.venue-solve-card-flip .venue-solve-copy {
  order: 1;
}

.venue-solve-media {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.venue-solve-media img {
  display: block;
  width: min(100%, 260px);
  height: auto;
  border-radius: 28px;
  border: 1px solid var(--border-strong);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.venue-solve-media-photo {
  justify-content: stretch;
}

.venue-solve-media-photo img {
  width: 100%;
  max-width: none;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
}

.venue-solve-copy {
  max-width: 26rem;
}

.venue-solve-copy h3 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 14px;
}

.venue-solve-copy > p:last-child {
  font-size: 1.02rem;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 760px) {
  .venue-solve-card,
  .venue-solve-card-flip {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .venue-solve-card-flip .venue-solve-media,
  .venue-solve-card-flip .venue-solve-copy {
    order: unset;
  }

  .venue-solve-media img {
    width: min(100%, 220px);
  }

  .venue-solve-media-photo img {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .venue-solve-copy {
    max-width: none;
  }
}

/* ——— Founding fit band ——— */
.section-venue-fit {
  padding-top: 88px;
  padding-bottom: 88px;
  border-top: 1px solid var(--border);
}

.venue-fit-split {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.venue-fit-photo {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
  min-height: 360px;
}

.venue-fit-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.venue-fit-copy {
  max-width: 28rem;
}

.venue-fit-copy h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.1rem, 4.6vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 0 0 16px;
}

.fit-accent {
  color: var(--green);
}

.venue-fit-lede {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 24px;
}

.fit-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #111;
  background: var(--green);
  box-shadow: 0 0 24px rgba(31, 232, 159, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.fit-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 32px rgba(31, 232, 159, 0.35);
}

@media (max-width: 860px) {
  .venue-fit-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .venue-fit-photo,
  .venue-fit-photo img {
    min-height: 260px;
  }

  .venue-fit-copy {
    max-width: none;
  }
}

.venue-page .venue-apply-title {
  font-size: clamp(2.2rem, 5vw, 3.25rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}
