:root {
  --ink: #f8fbf4;
  --muted: #bcc8b3;
  --deep: #101610;
  --deep-2: #182018;
  --field: #24341f;
  --moss: #6f8e45;
  --orange: #ff8a1f;
  --blue: #56b8ff;
  --paper: #edf1e5;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--deep);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(16, 22, 16, 0.2), var(--deep) 620px),
    var(--deep);
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(16, 22, 16, 0.72);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--orange), #ffe06a);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #172016;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  letter-spacing: 0;
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: clamp(0.98rem, 1.8vw, 1.1rem);
}

.brand small {
  color: var(--muted);
  font-size: 0.8rem;
  margin-top: 3px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(12px, 3vw, 28px);
}

.site-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
}

.hero {
  align-items: center;
  display: grid;
  isolation: isolate;
  min-height: min(780px, 86svh);
  overflow: hidden;
  padding: 112px clamp(18px, 4vw, 56px) 28px;
  position: relative;
}

.hero-image,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-image {
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  width: 100%;
  z-index: -2;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 12, 8, 0.97) 0%, rgba(8, 12, 8, 0.7) 34%, rgba(8, 12, 8, 0.08) 78%),
    linear-gradient(0deg, rgba(16, 22, 16, 0.86) 0%, rgba(16, 22, 16, 0) 34%),
    radial-gradient(circle at 74% 24%, rgba(255, 138, 31, 0.2), transparent 26%);
  z-index: -1;
}

.hero-content {
  max-width: 740px;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3.4rem, 11vw, 8.4rem);
  line-height: 0.88;
  margin-bottom: 22px;
  max-width: 840px;
}

h2 {
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.96;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.1;
  margin-bottom: 10px;
}

.hero-copy {
  color: #e8efe2;
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1.45;
  max-width: 660px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--orange);
  color: #171d12;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
  color: var(--ink);
}

.button span {
  display: inline-block;
  font-weight: 900;
  line-height: 1;
}

.quick-stats {
  background: var(--deep);
  padding: 0 clamp(18px, 4vw, 56px) clamp(36px, 5vw, 64px);
}

.hero-panel {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}

.hero-panel div {
  background: rgba(16, 22, 16, 0.72);
  min-height: 148px;
  padding: 22px;
}

.hero-panel div + div {
  border-left: 1px solid var(--line);
}

.hero-panel span,
.mode-grid span {
  color: var(--blue);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.hero-panel strong {
  display: block;
  font-size: 1.03rem;
  margin-bottom: 9px;
}

.hero-panel p,
.mode-grid p,
.event-grid p,
.feature-list p,
.booking-copy p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.section-band {
  padding: clamp(68px, 10vw, 128px) clamp(18px, 4vw, 56px);
}

.section-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.intro {
  background: var(--paper);
  color: #172016;
}

.intro-grid {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
}

.intro .eyebrow {
  color: #9d4f00;
}

.intro h2 {
  margin-bottom: 0;
}

.intro p:last-child {
  color: #39462e;
  font-size: 1.12rem;
  line-height: 1.65;
}

.feature-band {
  background:
    linear-gradient(135deg, rgba(86, 184, 255, 0.08), transparent 38%),
    linear-gradient(180deg, var(--deep), var(--deep-2));
}

.feature-layout {
  align-items: center;
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
}

.system-console {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    #11190f;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.console-top {
  align-items: center;
  background: #090d09;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 8px;
  height: 42px;
  padding: 0 16px;
}

.console-top span {
  background: var(--moss);
  border-radius: 999px;
  height: 9px;
  width: 9px;
}

.console-top span:nth-child(2) {
  background: var(--orange);
}

.console-top span:nth-child(3) {
  background: var(--blue);
}

.console-readout {
  padding: clamp(24px, 5vw, 42px);
}

.console-readout p {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.console-readout strong {
  color: var(--ink);
  display: block;
  font-size: clamp(2rem, 6vw, 4.6rem);
  line-height: 0.88;
  margin-bottom: 34px;
}

.console-readout dl {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.console-readout dl div {
  border: 1px solid var(--line);
  padding: 14px;
}

.console-readout dt {
  color: var(--muted);
  font-size: 0.72rem;
  margin-bottom: 6px;
}

.console-readout dd {
  font-weight: 900;
  margin: 0;
}

.feature-copy h2 {
  max-width: 720px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-list article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.missions {
  background: #f4f6ef;
  color: #172016;
}

.section-heading {
  margin-bottom: clamp(28px, 5vw, 54px);
  max-width: 900px;
}

.missions .eyebrow,
.events .eyebrow {
  color: #9d4f00;
}

.mission-shell {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: 280px minmax(0, 1fr);
  margin-bottom: 22px;
}

.mission-tabs {
  display: grid;
  gap: 10px;
}

.mission-tab {
  align-items: center;
  background: #e2e7da;
  border: 1px solid rgba(23, 32, 22, 0.12);
  border-radius: 8px;
  color: #172016;
  cursor: pointer;
  display: flex;
  gap: 10px;
  min-height: 62px;
  padding: 16px;
  text-align: left;
}

.mission-tab.is-active {
  background: #172016;
  color: var(--ink);
}

.mission-tab span {
  color: var(--orange);
  width: 18px;
}

.mission-panel {
  background:
    linear-gradient(135deg, rgba(255, 138, 31, 0.13), transparent 46%),
    #172016;
  border-radius: 8px;
  color: var(--ink);
  min-height: 238px;
  padding: clamp(24px, 4vw, 42px);
}

.mission-kicker {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mission-panel h3 {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
}

.mission-panel p {
  color: #d8e1d1;
  line-height: 1.55;
  max-width: 700px;
}

.mission-panel ul {
  color: var(--muted);
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding-left: 20px;
}

.mode-grid,
.event-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mode-grid article,
.event-grid article {
  border: 1px solid rgba(23, 32, 22, 0.12);
  border-radius: 8px;
  min-height: 180px;
  padding: 22px;
}

.mode-grid article {
  background: #ffffff;
}

.mode-grid p,
.event-grid p {
  color: #4c5845;
}

.events {
  background:
    linear-gradient(180deg, #f4f6ef, #e5eadc);
  color: #172016;
}

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

.event-grid article {
  background: rgba(255, 255, 255, 0.72);
}

.booking {
  background:
    linear-gradient(135deg, rgba(255, 138, 31, 0.1), transparent 32%),
    linear-gradient(180deg, var(--deep-2), var(--deep));
}

.booking-layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
}

.booking-copy {
  position: sticky;
  top: 106px;
}

.contact-strip {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 30px;
  padding-top: 22px;
}

.contact-strip a,
.contact-strip span {
  color: var(--muted);
  font-weight: 800;
}

.contact-strip a {
  color: var(--blue);
}

.booking-form {
  background: #f4f6ef;
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: #172016;
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
}

.booking-form label {
  color: #314029;
  display: grid;
  font-size: 0.86rem;
  font-weight: 900;
  gap: 8px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  background: #ffffff;
  border: 1px solid rgba(23, 32, 22, 0.16);
  border-radius: 8px;
  color: #172016;
  min-height: 48px;
  padding: 12px 13px;
  width: 100%;
}

.booking-form textarea {
  line-height: 1.45;
  min-height: 128px;
  resize: vertical;
}

.form-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-form .button {
  border: 0;
  margin-top: 4px;
  width: fit-content;
}

.form-status {
  color: #59654f;
  font-size: 0.88rem;
  min-height: 1.4em;
}

.site-footer {
  background: #080d08;
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 28px clamp(18px, 4vw, 56px);
}

.footer-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer-inner p {
  margin-bottom: 0;
}

.footer-inner a {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header {
    align-items: start;
    flex-direction: column;
    min-height: 96px;
    padding-block: 12px;
  }

  .site-nav {
    width: 100%;
  }

  .hero {
    min-height: 84svh;
    padding-top: 132px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 12, 8, 0.94) 0%, rgba(8, 12, 8, 0.64) 58%, rgba(8, 12, 8, 0.12) 100%),
      linear-gradient(0deg, rgba(16, 22, 16, 0.88) 0%, rgba(16, 22, 16, 0) 42%);
  }

  .hero-panel,
  .intro-grid,
  .feature-layout,
  .mission-shell,
  .booking-layout {
    grid-template-columns: 1fr;
  }

  .hero-panel div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .mode-grid,
  .event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: absolute;
  }

  .brand {
    align-items: start;
  }

  .site-nav {
    justify-content: space-between;
  }

  .hero {
    min-height: auto;
    padding-bottom: 18px;
  }

  .hero-image {
    object-position: 70% center;
  }

  .hero-content {
    padding-bottom: 44px;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.9rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .hero-actions,
  .button,
  .booking-form .button {
    width: 100%;
  }

  .quick-stats {
    display: none;
  }

  .section-band {
    padding-block: 60px;
  }

  .console-readout dl,
  .mode-grid,
  .event-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .mission-tab {
    min-height: 54px;
  }

  .footer-inner {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
}

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