:root {
  color-scheme: dark;
  --bg: #080907;
  --panel: #11130f;
  --panel-2: #171a13;
  --line: #343827;
  --text: #f2f0e7;
  --muted: #bab6a5;
  --soft: #817c69;
  --gold: #c5a34a;
  --gold-2: #e3c76a;
  --olive: #5f6c43;
  --black: #030403;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 7, 0.88), rgba(8, 9, 7, 1) 620px),
    radial-gradient(circle at 78% 8%, rgba(197, 163, 74, 0.18), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem max(1.25rem, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(197, 163, 74, 0.18);
  background: rgba(8, 9, 7, 0.88);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.hero-actions,
.hero-meta,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--gold);
  color: var(--gold-2);
  background: var(--black);
  font-size: 0.75rem;
}

.nav {
  gap: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav a,
.site-footer a {
  text-decoration: none;
}

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

.header-cta {
  border: 1px solid rgba(197, 163, 74, 0.55);
  padding: 0.65rem 0.9rem;
  color: var(--gold-2);
  text-decoration: none;
  font-size: 0.9rem;
  background: rgba(197, 163, 74, 0.08);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  max-width: var(--max);
  min-height: min(760px, calc(100vh - 74px));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6.5rem) 1.25rem 3rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2.65rem, 5.2vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(1.85rem, 3vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0.6rem 0 0.7rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

.subheadline {
  max-width: 690px;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  font-weight: 750;
}

.button.primary {
  border-color: var(--gold);
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #151308;
}

.button.secondary {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.hero-meta {
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0 0;
}

.hero-meta div {
  min-width: 150px;
  border-left: 2px solid var(--gold);
  padding-left: 0.75rem;
}

.hero-meta dt {
  color: var(--soft);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.hero-meta dd {
  margin: 0.15rem 0 0;
  color: var(--text);
  font-weight: 700;
}

.hero-visual {
  border: 1px solid rgba(197, 163, 74, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(95, 108, 67, 0.12));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.strip {
  border-block: 1px solid rgba(197, 163, 74, 0.22);
  background: #0e100c;
}

.strip p {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1rem 1.25rem;
  color: var(--muted);
  font-weight: 700;
}

.meeting-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr) auto;
  gap: 1.2rem;
  align-items: center;
  max-width: var(--max);
  margin: clamp(2rem, 5vw, 3.5rem) auto 0;
  padding: 1.25rem;
  border: 1px solid rgba(197, 163, 74, 0.3);
  background: linear-gradient(135deg, rgba(197, 163, 74, 0.13), rgba(95, 108, 67, 0.13));
}

.meeting-band h2 {
  font-size: clamp(1.55rem, 2.3vw, 2.4rem);
}

.meeting-band p {
  max-width: 740px;
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.meeting-slots {
  display: grid;
  gap: 0.42rem;
}

.meeting-slots span {
  border-left: 2px solid var(--gold);
  padding-left: 0.65rem;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 800;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6.5rem) 1.25rem 0;
}

.section-heading {
  margin-bottom: 1.5rem;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.focus-grid article,
.system-card,
.faq details,
.booking-panel {
  border: 1px solid rgba(197, 163, 74, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
}

.focus-grid article {
  min-height: 6rem;
  display: flex;
  align-items: end;
  padding: 1rem;
  color: var(--text);
  font-weight: 800;
}

.system-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.system-card {
  min-height: 260px;
  padding: 1.2rem;
}

.system-card.wide {
  grid-column: 1 / -1;
  min-height: 190px;
}

.system-card p,
.materials p,
.faq p,
.booking p,
.confidentiality p {
  color: var(--muted);
}

.system-code {
  display: inline-block;
  border: 1px solid rgba(197, 163, 74, 0.55);
  padding: 0.25rem 0.42rem;
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
}

.media-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.78fr);
  gap: 1.1rem;
  align-items: center;
}

.media-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border: 1px solid rgba(197, 163, 74, 0.2);
}

.inline-cta {
  display: inline-flex;
  margin-top: 0.3rem;
  color: var(--gold-2);
  font-weight: 850;
  text-decoration-color: rgba(197, 163, 74, 0.55);
}

.audience {
  padding-bottom: 0;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-list li {
  border-top: 1px solid var(--line);
  padding: 0.75rem 0;
  color: var(--muted);
  font-weight: 700;
}

.material-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.material-list article {
  min-height: 180px;
  border-top: 1px solid var(--gold);
  padding: 0.95rem 0 0;
}

.material-list h3 {
  min-height: 2.9rem;
  margin-top: 0;
}

.materials-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(197, 163, 74, 0.2);
  background: #0d0f0b;
}

.materials-cta p {
  margin: 0;
  max-width: 680px;
  font-weight: 800;
}

.confidentiality,
.booking {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 2rem;
  max-width: var(--max);
  margin: clamp(3.5rem, 8vw, 6.5rem) auto 0;
  padding: clamp(2rem, 4vw, 3rem) 1.25rem;
  border-block: 1px solid rgba(197, 163, 74, 0.2);
  background: #0d0f0b;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq details {
  padding: 1rem 1.1rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.booking {
  margin-top: clamp(3.5rem, 8vw, 6.5rem);
  background: linear-gradient(135deg, #11130f, #171a13);
}

address {
  color: var(--muted);
  font-style: normal;
}

address a {
  color: var(--text);
  text-decoration-color: rgba(197, 163, 74, 0.55);
}

.booking-panel {
  align-self: start;
  padding: 1.2rem;
}

.small {
  margin-bottom: 0;
  color: var(--soft);
  font-size: 0.88rem;
}

code {
  color: var(--gold-2);
}

.site-footer {
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.25rem;
  color: var(--soft);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .meeting-band,
  .confidentiality,
  .booking {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 12ch;
  }

  .focus-grid,
  .media-card,
  .system-list {
    grid-template-columns: 1fr;
  }

  .system-card.wide {
    grid-column: auto;
  }

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

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

  .materials-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 2.2rem;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 3.25rem);
  }

  .button {
    width: 100%;
  }

  .audience-list {
    grid-template-columns: 1fr;
  }

  .material-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
