:root {
  --ink: #0e1418;
  --ink-soft: #1a242c;
  --paper: #f3efe6;
  --muted: #a8b0b6;
  --gold: #c9a45c;
  --gold-deep: #9a7435;
  --teal: #2f5f63;
  --teal-soft: #3d7a7f;
  --line: rgba(243, 239, 230, 0.14);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;
  --max: 1120px;
  --radius: 2px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--paper);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(61, 122, 127, 0.28), transparent 55%),
    radial-gradient(900px 500px at 10% 20%, rgba(201, 164, 92, 0.12), transparent 50%),
    linear-gradient(180deg, #0b1014 0%, var(--ink) 40%, #10181d 100%);
  min-height: 100vh;
}

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

a {
  color: var(--gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #e0c07a;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

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

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--paper);
  text-decoration: none;
  line-height: 1.1;
}

.brand span {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.15rem;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
  padding: 0.55rem 0.8rem;
  font: inherit;
  cursor: pointer;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.1rem;
}

.site-nav a {
  color: var(--paper);
  text-decoration: none;
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  background: transparent;
  color: var(--gold);
  transform: translateY(-1px);
}

.btn--ghost {
  background: transparent;
  color: var(--paper);
  border-color: var(--line);
}

.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  animation: heroZoom 18s ease-out forwards;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 15, 0.35) 0%, rgba(8, 12, 15, 0.2) 40%, rgba(8, 12, 15, 0.88) 100%),
    linear-gradient(90deg, rgba(8, 12, 15, 0.55), transparent 55%);
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 5rem 0 3.5rem;
  max-width: 38rem;
  animation: riseIn 0.9s ease both;
}

.hero__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero h1,
.page-hero h1,
.content-block h1 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
}

.hero p,
.lead {
  margin: 0 0 1.5rem;
  color: rgba(243, 239, 230, 0.88);
  font-size: 1.12rem;
  max-width: 34rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section {
  padding: 4.5rem 0;
}

.section--tight {
  padding: 3rem 0;
}

.section__head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.section__head h2,
.content-block h2,
.faq h2 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 500;
}

.section__head p,
.content-block .lead {
  margin: 0;
  color: var(--muted);
}

.formats-grid,
.media-grid,
.programs-grid {
  display: grid;
  gap: 1.25rem;
}

.formats-grid {
  grid-template-columns: repeat(4, 1fr);
}

.media-grid {
  grid-template-columns: repeat(3, 1fr);
}

.programs-grid {
  grid-template-columns: repeat(2, 1fr);
}

.format-card,
.media-card,
.program-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.format-card:hover,
.media-card:hover {
  transform: translateY(-4px);
}

.format-card img,
.media-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.media-card img {
  aspect-ratio: 4 / 3;
}

.format-card figcaption,
.media-card figcaption {
  margin-top: 0.7rem;
  font-size: 0.98rem;
}

.program-card {
  padding: 1.4rem 1.5rem;
  border: 1px solid var(--line);
  background: rgba(26, 36, 44, 0.55);
}

.program-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
}

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

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

.page-hero {
  padding: 4rem 0 2rem;
  border-bottom: 1px solid var(--line);
}

.page-hero p {
  color: var(--muted);
  max-width: 40rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
  color: var(--muted);
}

.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--gold);
}

.content-block {
  padding: 3rem 0 4rem;
}

.content-block p + p {
  margin-top: 1rem;
}

.content-block ul,
.rider-list {
  padding-left: 1.15rem;
}

.content-block li + li,
.rider-list li + li {
  margin-top: 0.4rem;
}

.booking-form {
  display: grid;
  gap: 0.9rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: rgba(14, 20, 24, 0.72);
  box-shadow: var(--shadow);
}

.booking-form h2,
.booking-form h3 {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.8rem;
}

.booking-form .form-note {
  margin: 0 0 0.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.form-row {
  display: grid;
  gap: 0.35rem;
}

.form-row label {
  font-size: 0.9rem;
  color: var(--muted);
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  color: var(--paper);
  font: inherit;
}

.form-row textarea {
  min-height: 120px;
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 1px solid var(--gold);
  border-color: var(--gold);
}

.form-check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.92rem;
  color: var(--muted);
}

.form-check input {
  margin-top: 0.3rem;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.form-status {
  margin: 0;
  padding: 0.75rem 0.9rem;
  font-size: 0.95rem;
}

.form-status--pending {
  background: rgba(61, 122, 127, 0.2);
}

.form-status--success {
  background: rgba(61, 122, 127, 0.35);
  color: #d8f0f2;
}

.form-status--error {
  background: rgba(160, 60, 60, 0.35);
  color: #ffd7d7;
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.stream-list,
.social-list,
.video-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.stream-list a,
.social-list a,
.video-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--line);
  color: var(--paper);
  text-decoration: none;
  background: rgba(26, 36, 44, 0.45);
}

.stream-list a:hover,
.social-list a:hover,
.video-list a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.social-list img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.site-footer {
  margin-top: 2rem;
  padding: 2.5rem 0 2rem;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.25);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
}

.site-footer p,
.site-footer li,
.site-footer small {
  color: var(--muted);
}

.footer-nav {
  display: grid;
  gap: 0.4rem;
}

.footer-nav a {
  color: var(--muted);
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--gold);
}

.counters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.5rem;
}

.cta-band {
  padding: 3rem 0;
  background:
    linear-gradient(120deg, rgba(47, 95, 99, 0.35), rgba(14, 20, 24, 0.2)),
    var(--ink-soft);
  border-block: 1px solid var(--line);
}

.cta-band .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.cta-band h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 500;
}

.cta-band p {
  margin: 0;
  color: var(--muted);
}

.prose-narrow {
  max-width: 42rem;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline article {
  padding-left: 1rem;
  border-left: 2px solid var(--gold-deep);
}

.timeline h3 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
}

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

@keyframes heroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .formats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .media-grid,
  .programs-grid,
  .split,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

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

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 1rem 1rem;
    background: rgba(14, 20, 24, 0.96);
    border-bottom: 1px solid var(--line);
  }

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

  .site-nav a,
  .site-nav .btn {
    padding: 0.75rem 0;
  }

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

  .hero {
    min-height: 78vh;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}