/*
 Theme Name: OutThere Canvas v11.1
 Template: outthere-canvas-theme-v8_1
 Version: 11.1
*/

/* OutThere GM v12 visual layer (B4: purple core + high-contrast editorial) */

:root {
  --ot-color-bg: #ffffff;
  --ot-color-bg-soft: #faf7ff;
  --ot-color-bg-alt: #f5f5f8;
  --ot-color-text: #111111;
  --ot-color-muted: #666666;
  --ot-color-border: #e0ddec;
  --ot-color-primary: #5a21b8;
  --ot-color-primary-soft: rgba(90, 33, 184, 0.08);
  --ot-color-accent: #ff2e88;
  --ot-radius-lg: 18px;
  --ot-radius-md: 12px;
  --ot-shadow-soft: 0 14px 40px rgba(15, 5, 30, 0.18);
}

/* Global typography tweaks */
body {
  color: var(--ot-color-text);
}
.section,
.ot-section-title {
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* HERO (home + single) */

.ot-hero {
  position: relative;
  border-radius: var(--ot-radius-lg);
  overflow: hidden;
  margin: 2.5rem auto 2rem;
  max-width: 1200px;
  box-shadow: var(--ot-shadow-soft);
}
.ot-hero > img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: saturate(1.15) contrast(1.05);
}
.ot-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.72), rgba(40,6,90,0.7) 40%, rgba(0,0,0,0.2) 85%);
  mix-blend-mode: multiply;
}
.ot-hero-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 2.5rem 2.75rem;
  color: #fff;
}
.ot-hero-title {
  font-size: clamp(2rem, 3vw, 2.7rem);
  margin: 0 0 0.4rem;
}
.ot-hero-subtitle {
  font-size: 1.05rem;
  max-width: 40rem;
  opacity: 0.9;
}

/* Breadcrumb */

.ot-breadcrumb {
  max-width: 1200px;
  margin: 0.75rem auto 1.5rem;
  font-size: 0.9rem;
  color: var(--ot-color-muted);
}
.ot-breadcrumb a {
  color: var(--ot-color-muted);
  text-decoration: none;
}
.ot-breadcrumb a:hover {
  color: var(--ot-color-primary);
}

/* Venue essentials band */

.ot-single-essentials {
  background: #fff;
  border-radius: var(--ot-radius-lg);
  border: 1px solid var(--ot-color-border);
  box-shadow: 0 10px 30px rgba(14, 4, 40, 0.08);
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 1.5rem 1.75rem;
}
.ot-single-essentials-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  align-items: flex-start;
  justify-content: space-between;
}
.ot-single-essentials-main {
  min-width: 0;
  flex: 2 1 260px;
}
.ot-single-essentials-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--ot-color-muted);
  margin-bottom: 0.35rem;
}
.ot-single-essentials-meta span {
  display: inline-flex;
  align-items: center;
  margin-right: 0.55rem;
  font-weight: 500;
}
.ot-single-essentials-meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ot-color-primary);
  margin-right: 0.35rem;
}
.ot-single-essentials-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 220px;
}
.ot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
  font-size: 0.92rem;
  font-weight: 600;
  border: none;
  background: var(--ot-color-primary);
  color: #fff;
  text-decoration: none;
}
.ot-btn:hover {
  background: #431690;
}
.ot-btn--ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
}
.ot-single-essentials .ot-btn--ghost {
  border-color: var(--ot-color-border);
  color: var(--ot-color-primary);
}
.ot-single-essentials .ot-btn--ghost:hover {
  border-color: var(--ot-color-primary);
}

/* Right-side contact block inside essentials */

.ot-single-essentials-contact {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--ot-color-border);
  display: grid;
  gap: 0.75rem;
}
.ot-single-essentials-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  align-items: center;
}
.ot-single-essentials-contact-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--ot-color-muted);
}
.ot-single-essentials-contact-value {
  font-weight: 500;
  color: var(--ot-color-text);
  text-decoration: none;
}
.ot-single-essentials-contact-value:hover {
  color: var(--ot-color-primary);
}
.ot-single-essentials-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ot-chip-link {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: var(--ot-color-primary-soft);
  color: var(--ot-color-primary);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}
.ot-chip-link:hover {
  background: rgba(90,33,184,0.16);
}

/* Venue map section */

.ot-venue-map {
  margin-top: 2rem;
  border-radius: var(--ot-radius-lg);
  overflow: hidden;
  border: 1px solid var(--ot-color-border);
  background: #fff;
}
.ot-venue-map__title {
  padding: 1rem 1.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.ot-venue-map__frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.ot-venue-map__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* LGBTQ snapshot */

.ot-section--snapshot {
  margin-top: 2rem;
  padding: 1.75rem 1.5rem;
  border-radius: var(--ot-radius-lg);
  background: var(--ot-color-bg-soft);
  border: 1px solid rgba(153, 115, 255, 0.3);
}
.ot-section--snapshot .ot-section-title {
  margin-bottom: 1rem;
}
.ot-snapshot {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem 1.5rem;
}
.ot-snapshot__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ot-snapshot__label {
  font-size: 0.9rem;
}
.ot-snapshot__value {
  font-size: 1rem;
}
.ot-snapshot__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 700;
}
.ot-snapshot__icon::after {
  content: "";
}
.ot-snapshot__icon {
  background: #ddd;
  color: #444;
}
.ot-snapshot__icon:contains("✔") {
  background: #0f9d58;
  color: #fff;
}
.ot-snapshot__icon:contains("✖") {
  background: #d93025;
  color: #fff;
}

/* Events at this venue, event cards */

.ot-section--venue-events {
  margin-top: 2.5rem;
}
.ot-events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
}
.ot-event-card {
  border-radius: var(--ot-radius-md);
  background: #fff;
  border: 1px solid var(--ot-color-border);
  padding: 1.1rem 1rem;
  box-shadow: 0 8px 24px rgba(17, 7, 40, 0.06);
}
.ot-event-card-title {
  font-size: 1.02rem;
  margin: 0 0 0.4rem;
}
.ot-event-card-meta {
  font-size: 0.85rem;
  color: var(--ot-color-muted);
  display: flex;
  gap: 0.5rem;
}

/* Event essentials band */

.event-essentials {
  max-width: 1200px;
  margin: 2.5rem auto 1.5rem;
}
.event-essentials__title {
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ot-color-muted);
  margin-bottom: 0.35rem;
}
.event-essentials__band {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  padding: 1.1rem 1.4rem;
  border-radius: var(--ot-radius-lg);
  background: linear-gradient(135deg, #14052b, #4b1ba3);
  color: #fff;
}
.event-essentials__item {
  min-width: 150px;
}
.event-essentials__label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.8;
}
.event-essentials__value {
  font-size: 0.98rem;
  font-weight: 600;
}

/* Home "What's on this week" */

.ot-home-week {
  max-width: 1200px;
}
.ot-home-week .section {
  margin-bottom: 1.25rem;
}

/* V3 hero static pages */

.site-main--v3-hero {
  padding: 2.5rem 0 3rem;
}
.hero--v3 {
  max-width: 1200px;
  margin: 0 auto 2rem;
}
.hero-v3__media-wrapper {
  position: relative;
  border-radius: var(--ot-radius-lg);
  overflow: hidden;
  box-shadow: var(--ot-shadow-soft);
}
.hero-v3__image {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
}
.hero-v3__image--fallback {
  background: radial-gradient(circle at 0 0, #ff2e88, #5a21b8);
}
.hero-v3__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(0,0,0,0.7), rgba(0,0,0,0.25));
}
.hero-v3__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 2rem 2.5rem;
  color: #fff;
}
.hero-v3__title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0;
}
.hero-v3__excerpt {
  margin-top: 0.3rem;
  max-width: 34rem;
  font-size: 0.98rem;
}
.page-v3-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
.page-v3-content__card {
  background: #fff;
  border-radius: var(--ot-radius-lg);
  padding: 2rem 2.25rem;
  border: 1px solid var(--ot-color-border);
  box-shadow: 0 12px 32px rgba(15, 5, 30, 0.08);
}

/* Archive filter chips */

.filter-chips,
.ot-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 1rem 0 1.5rem;
}
.filter-chips a,
.ot-filter-chips a {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--ot-color-border);
  font-size: 0.8rem;
  text-decoration: none;
  color: var(--ot-color-text);
}
.filter-chips a:hover,
.ot-filter-chips a:hover {
  border-color: var(--ot-color-primary);
  color: var(--ot-color-primary);
}
.filter-chips a.is-active,
.ot-filter-chips a.is-active {
  background: var(--ot-color-primary);
  color: #fff;
  border-color: transparent;
}

/* Responsive tweaks */

@media (max-width: 768px) {
  .ot-hero > img {
    height: 260px;
  }
  .ot-hero-inner {
    padding: 1.75rem 1.5rem;
  }
  .ot-single-essentials-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .event-essentials__band {
    padding: 1rem 1.1rem;
  }
}
