/* =========================================================
   Angle Entertainment — Editorial photo-led theme
   Mobile-first, layered on Bootstrap 5.

   Design direction: clean white with a single deep-teal accent.
   Photos of the venue do the visual heavy lifting; UI chrome stays
   out of the way. Sans-serif throughout (Plus Jakarta Sans + Inter).
   Modern, confident, photography-first — neither dark/nightclub
   nor bright/multi-coloured. Reads as a destination, not a club.
   ========================================================= */

/* ---------- Theme tokens ---------- */
:root {
  /* Surfaces */
  --bg-0: #ffffff;            /* page */
  --bg-1: #ffffff;            /* cards */
  --bg-2: #f6f3ee;            /* warm-grey panel */
  --bg-3: #ece6db;            /* deeper warm panel */
  --line: #e3ddd0;            /* hairlines */
  --line-strong: #cabea6;

  /* Text */
  --ink: #15151a;             /* near-black, very slight warmth */
  --ink-dim: #44454d;
  --ink-mute: #76777f;

  /* Single confident accent — calm deep teal, gaming-adjacent */
  --gold: #0e6e7e;            /* class names kept for back-compat; colour is now teal */
  --gold-soft: #0a5763;
  --gold-glow: rgba(14, 110, 126, .18);

  /* Tiny supporting accent for occasional highlights only — used VERY sparingly */
  --ember: #c1502a;

  /* Legacy aliases — keep so old class refs don't break */
  --teal: var(--gold);
  --sun:  var(--ember);
  --grass:var(--gold);
  --berry:var(--ember);
  --sky:  var(--gold);
  --crimson: var(--ember);

  /* Type — single sans-serif family for confidence */
  --font-serif: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sans:  'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  /* Motion */
  --ease: cubic-bezier(.2,.7,.2,1);

  /* Layout */
  --max-text: 68ch;
  --radius-sm: 6px;
  --radius:    10px;
  --radius-lg: 14px;

  /* Bootstrap overrides */
  --bs-body-bg: var(--bg-0);
  --bs-body-color: var(--ink-dim);
  --bs-link-color: var(--gold);
  --bs-link-hover-color: var(--gold-soft);
  --bs-border-color: var(--line);
  --bs-emphasis-color: var(--ink);
}

/* ---------- Reset / base ---------- */
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--bg-0);
  color: var(--ink-dim);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--gold); color: #fff; }

h1, h2, h3, h4, .display-1, .display-2, .display-3, .display-4 {
  font-family: var(--font-serif);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.1;
}
h1 { font-size: clamp(2.4rem, 5vw + 1rem, 4.4rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(1.8rem, 3vw + 1rem, 2.8rem); margin-bottom: 1rem; }
h3 { font-size: clamp(1.25rem, 1vw + 1rem, 1.7rem); }
.lead { font-size: clamp(1.05rem, .5vw + .9rem, 1.2rem); color: var(--ink-dim); max-width: var(--max-text); }
p { color: var(--ink-dim); max-width: var(--max-text); }

a { text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--gold-soft); }

/* ---------- Utility ---------- */
.eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.text-gold   { color: var(--gold) !important; }
.text-teal   { color: var(--gold) !important; }
.text-sun    { color: var(--ember) !important; }
.text-grass  { color: var(--gold) !important; }
.text-berry  { color: var(--ember) !important; }
.text-sky    { color: var(--gold) !important; }
.text-ink    { color: var(--ink) !important; }
.bg-deep     { background: var(--bg-2); }
.bg-panel    { background: var(--bg-2); }
.bg-cream    { background: var(--bg-0); }
.bg-warm     { background: var(--bg-3); }
.hairline    { border-top: 1px solid var(--line); }
.text-balance { text-wrap: balance; }
.text-pretty  { text-wrap: pretty; }

/* Vertical rhythm sections */
.section        { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section--tight { padding: clamp(2rem, 5vw, 3.5rem) 0; }
.section--hero  { padding: clamp(5rem, 12vw, 9rem) 0 clamp(3rem, 6vw, 5rem); }

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0;
  border-radius: var(--radius-sm);
  padding: .8rem 1.4rem;
  font-size: .95rem;
  transition: transform .15s var(--ease), background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn-gold {
  background: var(--gold);
  color: #fff;
  border: 1px solid var(--gold);
}
.btn-gold:hover {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  color: #fff;
}
/* Ghost button — solid black by default so it's readable over any background
   (the hero photo, light panels). Inverts to white-on-black on hover. */
.btn-ghost {
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
}
.btn-ghost:hover {
  background: #fff;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}
.btn-outline-gold:hover {
  background: var(--gold);
  color: #fff;
}
.btn-lg { padding: 1rem 1.8rem; font-size: 1rem; }

/* Underline link style */
.link-quiet {
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 1px;
  font-weight: 600;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.link-quiet:hover { color: var(--gold); border-color: var(--gold); }

/* ---------- Navbar ---------- */
.site-nav {
  position: sticky;
  top: 0; z-index: 100;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-nav .navbar-brand {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
.site-nav .navbar-brand .brand-mark {
  width: 30px; height: 30px;
  display: inline-grid; place-items: center;
  background: var(--ink);
  color: #fff;
  border-radius: 6px;
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: .95rem;
}
.site-nav .nav-link {
  color: var(--ink-dim) !important;
  font-weight: 500;
  font-size: .92rem;
  padding: .55rem .9rem !important;
}
.site-nav .nav-link:hover, .site-nav .nav-link.active {
  color: var(--ink) !important;
}
.site-nav .nav-link.active {
  font-weight: 600;
}
.site-nav .dropdown-menu {
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .4rem;
  margin-top: .4rem;
  min-width: 240px;
  box-shadow: 0 14px 36px -16px rgba(21,21,26,.16);
}
.site-nav .dropdown-item {
  color: var(--ink-dim);
  border-radius: var(--radius-sm);
  padding: .55rem .8rem;
  font-size: .9rem;
  font-weight: 500;
}
.site-nav .dropdown-item:hover, .site-nav .dropdown-item:focus {
  background: var(--bg-2);
  color: var(--ink);
}
.site-nav .navbar-toggler {
  border: 1px solid var(--line);
  padding: .35rem .55rem;
  background: var(--bg-1);
}
.site-nav .navbar-toggler:focus { box-shadow: 0 0 0 .2rem var(--gold-glow); }
.site-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2315151a' stroke-width='2.4' stroke-linecap='round' d='M4 8h22M4 15h22M4 22h22'/%3E%3C/svg%3E");
}

/* ---------- Hero — photo-led, minimal chrome ----------
   The photo carries the page. We add only a soft bottom-fade so
   the title and CTA stay legible on busy photos. */
.hero {
  position: relative;
  min-height: clamp(440px, 65vh, 680px);
  display: grid; place-items: end start;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg-3);
}
.hero__bg {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover; background-position: center;
}
.hero__veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg,
      rgba(21,21,26,0) 30%,
      rgba(21,21,26,.55) 80%,
      rgba(21,21,26,.78) 100%);
}
.hero__content {
  padding: clamp(2rem, 6vw, 4rem) 0 clamp(2rem, 6vw, 3.5rem);
  max-width: 880px;
  color: #fff;
}
.hero__title {
  font-size: clamp(2.4rem, 5vw + .5rem, 4.4rem);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 1rem;
  color: #fff;
}
.hero__title em {
  font-style: normal;
  color: var(--gold);
  font-weight: 700;
}
.hero__title em::before { content: ""; }
.hero__sub {
  font-size: clamp(1.05rem, 1vw + .8rem, 1.3rem);
  color: rgba(255,255,255,.92);
  max-width: 56ch;
  margin-bottom: 1.4rem;
  font-weight: 400;
}
.hero__meta {
  display: flex; flex-wrap: wrap; gap: .6rem .8rem;
  font-size: .8rem;
  color: rgba(255,255,255,.92);
  margin-bottom: 1.6rem;
  font-weight: 500;
}
.hero__meta span {
  display: inline-flex; align-items: center; gap: .35rem;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.2);
  padding: .35rem .7rem;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
.hero__meta i { color: #fff; opacity: .9; }

/* ---------- Cards / Tiles ---------- */
.tile {
  position: relative;
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-1);
  border: 1px solid var(--line);
  isolation: isolate;
  height: 100%;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .2s var(--ease);
}
.tile:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  box-shadow: 0 22px 44px -28px rgba(21,21,26,.25);
}
.tile__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--bg-3) center/cover no-repeat;
}
.tile__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(21,21,26,0) 60%, rgba(21,21,26,.18) 100%);
}
.tile__body { padding: 1.2rem 1.3rem 1.4rem; }
.tile__kicker {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .35rem;
}
.tile__title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: .35rem;
  color: var(--ink);
}
.tile__desc {
  color: var(--ink-dim);
  font-size: .92rem;
  margin: 0;
}
.tile a, .tile { color: inherit; }

/* All activity tile colour-modifiers collapse to the single accent —
   keeps the existing class hooks but uses one confident colour. */
.tile--escape .tile__kicker,
.tile--axe    .tile__kicker,
.tile--climb  .tile__kicker,
.tile--gaming .tile__kicker,
.tile--cafe   .tile__kicker { color: var(--gold); }

/* Feature row */
.feature-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) { .feature-row { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .feature-row { grid-template-columns: repeat(4, 1fr); } }

.feature {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-1);
  transition: border-color .25s var(--ease);
}
.feature:hover { border-color: var(--ink); }
.feature i {
  font-size: 1.6rem; color: var(--gold);
  margin-bottom: .7rem; display: block;
}
.feature h4 { font-size: 1.05rem; margin-bottom: .35rem; font-family: var(--font-sans); font-weight: 700; color: var(--ink); }
.feature p  { font-size: .9rem; margin: 0; color: var(--ink-dim); }

/* ---------- Stat strip ---------- */
.stats {
  display: grid; gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat {
  text-align: left;
  padding: 1.5rem 1.5rem;
  border-left: 1px solid var(--line);
}
.stat:first-child { border-left: none; padding-left: 0; }
@media (max-width: 767px) {
  .stat { border-left: none; border-top: 1px solid var(--line); padding-left: 0; }
  .stat:first-child { border-top: none; padding-top: 0; }
}
.stat__num {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  display: block;
  line-height: 1;
}
.stats > .stat:nth-child(n) .stat__num { color: var(--ink); }
.stat__label {
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--ink-mute);
  margin-top: .5rem;
  display: block;
}

/* ---------- Split feature ---------- */
.split {
  display: grid;
  gap: 2rem;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) { .split { grid-template-columns: 1fr 1fr; gap: 3.5rem; } }
.split--reverse > :first-child { order: 2; }
@media (max-width: 991px) { .split--reverse > :first-child { order: initial; } }
.split__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--bg-3) center/cover no-repeat;
}

/* ---------- Quote / testimonial ---------- */
.quote {
  font-family: var(--font-serif);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.15rem, 1vw + .8rem, 1.5rem);
  line-height: 1.45;
  color: var(--ink);
  position: relative;
  padding: 0 0 0 1.4rem;
  border-left: 3px solid var(--gold);
  max-width: 70ch;
  letter-spacing: -0.01em;
}
.quote__attr {
  display: block;
  margin-top: .9rem;
  font-style: normal;
  font-family: var(--font-sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--ink-mute);
}

/* ---------- Difficulty meter ---------- */
.diff {
  display: inline-flex; gap: 4px; align-items: center;
  vertical-align: middle;
}
.diff__pip {
  width: 8px; height: 8px; border-radius: 50%;
  border: 1.5px solid var(--gold);
  background: transparent;
}
.diff__pip--on { background: var(--gold); }

/* ---------- CTA banner ---------- */
.cta-banner {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--ink);
  color: #fff;
}
.cta-banner h2 { color: #fff; letter-spacing: -0.02em; }
.cta-banner .lead, .cta-banner p  { color: rgba(255,255,255,.85); }
.cta-banner .btn-gold { background: #fff; color: var(--ink); border-color: #fff; }
.cta-banner .btn-gold:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.cta-banner .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }
.cta-banner .btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.cta-banner .eyebrow { color: rgba(255,255,255,.7); }

/* ---------- Footer ---------- */
.site-foot {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  padding: clamp(3rem, 6vw, 4.5rem) 0 1.5rem;
  margin-top: 4rem;
  color: var(--ink-dim);
}
.site-foot h5 {
  font-family: var(--font-sans);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 1rem;
}
.site-foot a {
  color: var(--ink-dim);
  display: block;
  padding: .2rem 0;
  font-size: .92rem;
}
.site-foot a:hover { color: var(--ink); }
.site-foot__base {
  border-top: 1px solid var(--line);
  margin-top: 2.5rem;
  padding-top: 1.4rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: .8rem; color: var(--ink-mute);
}
.site-foot__social {
  display: inline-flex; gap: .5rem; margin-top: .5rem;
}
.site-foot__social a {
  width: 36px; height: 36px;
  display: inline-grid; place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%; padding: 0;
  background: var(--bg-1);
  color: var(--ink-dim);
}
.site-foot__social a:hover {
  border-color: var(--ink);
  color: var(--ink);
}

/* ---------- Image helpers ---------- */
img { max-width: 100%; height: auto; }
.img-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-3);
  border: 1px solid var(--line);
}

/* ---------- Accordions (FAQs) ---------- */
.accordion-button {
  font-weight: 600;
  color: var(--ink) !important;
  background: var(--bg-1) !important;
  border-radius: var(--radius-sm) !important;
}
.accordion-button:not(.collapsed) {
  background: var(--bg-2) !important;
  color: var(--ink) !important;
  box-shadow: none;
}
.accordion-body {
  background: var(--bg-1) !important;
  color: var(--ink-dim) !important;
}

/* ---------- Tables ---------- */
.table {
  --bs-table-color: var(--ink);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--line);
  color: var(--ink) !important;
}
.table thead { color: var(--ink-mute); }

/* ---------- Photo gallery ---------- */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 768px) { .photo-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; } }
.photo-grid > * {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-3);
  border-radius: var(--radius);
  transition: transform .25s var(--ease), filter .2s var(--ease);
}
.photo-grid > *:hover { transform: scale(1.02); filter: brightness(1.04); }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Print ---------- */
@media print {
  .site-nav, .site-foot, .cta-banner { display: none !important; }
  body { background: #fff; color: #000; }
}
