.fixture-badge.sold-out {
  background: rgba(214, 69, 69, 0.2);
  color: #ff4d4d;
}

.btn-disabled {
  background: #444;
  color: #999;
  cursor: not-allowed;
}

.about-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: 0 auto 18px;
  display: block;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.about-caption {
  text-align: center;
  color: #888;
  margin: 0 0 25px;
}

.terms-note {
  text-align: center;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: #9f9f9f;
}

.terms-note a {
  color: #f28c00;
  text-decoration: none;
  font-weight: 700;
}

.terms-note a:hover {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

:root {
  --bg: #0b0b0b;
  --panel: #131313;
  --text: #f5f5f5;
  --muted: #bdbdbd;
  --orange: #f28c00;
  --orange-dark: #d97700;
  --border: rgba(255,255,255,0.08);
  --shadow: 0 18px 50px rgba(0,0,0,0.38);
  --radius: 18px;
  --success: #1f9d55;
  --error: #d64545;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(242,140,0,0.16), transparent 28%),
    linear-gradient(180deg, #0b0b0b 0%, #101010 100%);
  color: var(--text);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(11,11,11,0.85);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--text);
}

.logo {
  height: 100px;
  width: auto;
  filter: drop-shadow(0 0 8px rgba(255, 191, 0, 0.7));
  transition: 0.3s ease;
}

.logo:hover {
  filter: drop-shadow(0 0 15px rgba(255, 191, 0, 1));
  transform: scale(1.05);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.brand-title {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.8px;
  color: #FDB913;
  text-transform: uppercase;
}

.brand-tag {
  font-size: 14px;
  color: var(--muted);
}

.brand-motto {
font-family: 'Allura', cursive;
  font-size: 20px;
  margin-top: 4px;
  color: white;
}

.brand-motto .highlight {
  color: #FDB913;
}

.main-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.nav-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  line-height: 1;
}

.nav-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
margin-top: 15px;
}

.main-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.9;
}

.nav-bottom a:hover {
  color: var(--orange);
}

.social-icon {
  color: #FDB913;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}

.social-icon i {
  font-size: 26px;
  line-height: 1;
}

.social-icon:hover {
  color: var(--orange);
  transform: translateY(-1px);
}

.hero {
  padding: 86px 0 68px;
}

.hero-home-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: stretch;
}

.hero-card,
.hero-side-card,
.feature-card,
.split-card,
.quote-card,
.fixture-card,
.text-panel,
.contact-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 24px;
}

.hero-card {
  padding: 56px;
}

.hero-side-card {
  padding: 28px;
  align-self: stretch;
}

.eyebrow,
.mini-label {
  display: inline-block;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero h1,
.page-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero p,
.page-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  max-width: 620px;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.stat-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
}

.stat-box strong {
  display: block;
  font-size: 28px;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-box span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.mini-fixture-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.mini-status,
.fixture-badge {
  background: rgba(242,140,0,0.16);
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
}

.mini-teams,
.teams-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 10px 0 18px;
  flex-wrap: wrap;
}

.mini-team,
.team {
  text-align: center;
  min-width: 90px;
}

.mini-team span,
.team span {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
}

.mini-logo,
.team-logo {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  object-fit: contain;
  background: white;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}

.team-logo {
  width: 82px;
  height: 82px;
  padding: 10px;
}

.mini-vs,
.versus {
  color: var(--orange);
  font-size: 20px;
  font-weight: 900;
}

.versus {
  font-size: 24px;
}

.hero-side-card h3 {
  margin: 0 0 8px;
  font-size: 28px;
  text-align: center;
}

.mini-date {
  text-align: center;
  color: var(--muted);
  margin-bottom: 16px !important;
}

.mini-details,
.detail-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.mini-details li,
.detail-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}

.mini-details li:last-child,
.detail-list li:last-child {
  border-bottom: none;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(180deg, var(--orange), var(--orange-dark));
  color: #111;
}

.btn-secondary {
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-stripe {
  width: 100%;
  background: #635bff;
  color: white;
  border-radius: 14px;
  margin-top: 22px;
}

.btn-full {
  width: 100%;
}

.btn-submit {
  width: 100%;
}

.section {
  padding: 60px 0;
}

.section-tight {
  padding-top: 20px;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.03));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
}

.section-intro {
  margin: 0 auto;
  color: var(--muted);
  max-width: 640px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}

.feature-card {
  padding: 28px;
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(242,140,0,0.14);
  color: var(--orange);
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 18px;
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.split-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.split-card {
  padding: 34px;
}

.dark-card {
  background: linear-gradient(180deg, rgba(242,140,0,0.08), rgba(255,255,255,0.02));
}

.fixture-meta,
.fixture-price,
.fixture-seats {
  margin: 8px 0;
}

.fixture-price {
  font-size: 28px;
  font-weight: 800;
  color: var(--orange);
}

.fixture-seats {
  color: var(--orange);
  font-weight: 700;
}

.page-hero {
  padding: 90px 0 20px;
  text-align: center;
}

.page-hero.compact h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.premium-card {
  position: relative;
  padding: 32px;
}

.fixture-badge {
  position: absolute;
  top: 18px;
  right: 18px;
}

.fixture-card h2 {
  text-align: center;
  margin: 10px 0 22px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.info-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
}

.info-box-highlight {
  background: rgba(242,140,0,0.1);
}

.label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.departure-box {
  margin-top: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.departure-box h3 {
  margin: 0 0 10px;
}

.departure-box p {
  margin: 8px 0;
  color: var(--muted);
}

.small-note {
  text-align: center;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.quote-card,
.text-panel,
.contact-card {
  padding: 32px;
}

.quote-card {
  text-align: center;
}

.quote-card p {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.3;
}

.quote-card span {
  color: var(--orange);
  font-weight: 700;
}

.text-panel p {
  margin: 0 0 16px;
  color: var(--muted);
}

.text-panel p:last-child {
  margin-bottom: 0;
}

.contact-form {
  width: 100%;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  color: var(--text);
  padding: 14px 16px;
  font: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: 1px solid rgba(242,140,0,0.5);
  border-color: rgba(242,140,0,0.4);
}

.alert {
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 600;
}

.alert.success {
  background: rgba(31,157,85,0.15);
  border: 1px solid rgba(31,157,85,0.35);
  color: #8de1b4;
}

.alert.error {
  background: rgba(214,69,69,0.15);
  border: 1px solid rgba(214,69,69,0.35);
  color: #ffb1b1;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 28px 0 36px;
  margin-top: 30px;
}

.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
}

.footer-inner strong {
  color: var(--text);
}

@media (max-width: 980px) {
  .hero-home-grid,
  .feature-grid,
  .split-layout {
    grid-template-columns: 1fr;
  }

  .hero-card {
    padding: 40px 30px;
  }

  .hero-side-card {
    padding: 24px;
  }
}

@media (max-width: 900px) {
  .header-inner {
    flex-direction: column;
  }

  .main-nav {
    align-items: center;
  }

  .nav-top,
  .nav-bottom {
    justify-content: center;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .fixture-badge {
    position: static;
    margin: 0 auto 16px;
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 70px 0 50px;
  }

  .hero-card,
  .feature-card,
  .split-card,
  .quote-card,
  .text-panel,
  .contact-card,
  .premium-card {
    padding: 24px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
  }
}
.gallery-trip {
  margin-bottom: 50px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.gallery-item img:hover {
  transform: scale(1.03);
  opacity: 0.95;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 30px;
}

.lightbox.hidden {
  display: none;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.lightbox-content p {
  margin-top: 14px;
  color: #fff;
  font-size: 15px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: none;
  color: #fff;
  font-size: 34px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.lightbox-nav:hover,
.lightbox-close:hover {
  color: #f28c00;
}

@media (max-width: 700px) {
  .gallery-item img {
    height: 140px;
  }

  .lightbox-nav {
    width: 46px;
    height: 46px;
    font-size: 28px;
  }
}
.transport-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 30px 0;
}

.transport-card {
  background: rgba(255,255,255,0.03);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.transport-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.transport-card-content {
  padding: 20px;
}

.transport-card-content h2 {
  margin-bottom: 10px;
}

.transport-card-content ul {
  padding-left: 18px;
}

.transport-card-content li {
  margin-bottom: 6px;
}

@media (max-width: 800px) {
  .transport-grid {
    grid-template-columns: 1fr;
  }
}
.tns-logo {
  float: right; /* change to left if you prefer */
  width: 180px;
  margin: 0 0 15px 20px;
}

.transport-intro-wrap p {
  line-height: 1.6;
  margin-bottom: 12px;
}

/* Mobile fix */
@media (max-width: 700px) {
  .tns-logo {
    float: none;
    display: block;
    margin: 0 auto 15px;
    width: 140px;
  }
}

.pickup-block {
  margin-bottom: 50px;
}

.pickup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 15px 0;
}

.pickup-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

.pickup-note {
  margin-top: 10px;
  color: #f28c00;
  font-weight: 500;
}

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

  .pickup-grid img {
    height: 200px;
  }
}
.fixture-arrow {
  border: 0;
  background: #f5a400;
  color: #111;
  font-size: 28px;
  font-weight: 900;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
}

.fixture-arrow:hover {
  background: #fff;
}

.mini-fixture-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mini-trip-image {
  width: 100%;
  border-radius: 14px;
  margin: 18px 0;
}
