:root {
  color-scheme: dark;
  --bg: #0a0a0a;
  --panel: #151514;
  --panel-2: #1f1f1c;
  --line: #2d2d2a;
  --text: #f5f0eb;
  --muted: #9a968d;
  --soft: #7d786f;
  --gold: #a09280;
  --gold-2: #c2ff00;
  --lime: #c2ff00;
  --sand: #a09280;
  --warm: #f5f0eb;
  --olive: #5f6c43;
  --black: #050505;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, 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: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 0.5px solid var(--line);
  background: rgba(10, 10, 10, 0.86);
  backdrop-filter: blur(18px);
}

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

.brand {
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border: 0.5px solid #3a3934;
  border-radius: 12px;
  background: #0a0a0a;
  padding: 5px;
}

.brand strong {
  display: block;
  color: var(--warm);
  font-size: 13px;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

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

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0.5px solid var(--lime);
  border-radius: 999px;
  padding: 0 18px;
  color: #101106;
  text-decoration: none;
  font-weight: 850;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--lime);
}

.event-banner {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px clamp(18px, 4vw, 56px);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #10100f;
  border-bottom: 0.5px solid var(--line);
}

.event-banner span,
.event-banner a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 0.5px solid #34342f;
  border-radius: 999px;
  padding: 7px 10px;
  text-decoration: none;
}

.event-banner a {
  color: var(--lime);
}

.urgency-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 9px clamp(18px, 4vw, 56px);
  border-bottom: 0.5px solid rgba(194, 255, 0, 0.28);
  background: linear-gradient(90deg, rgba(194, 255, 0, 0.16), rgba(160, 146, 128, 0.12));
  color: var(--warm);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.missed-strip {
  background: rgba(95, 108, 67, 0.18);
}

.urgency-strip strong {
  color: var(--lime);
}

.urgency-strip span {
  color: #d8d4cd;
}

.urgency-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 0.5px solid var(--lime);
  border-radius: 999px;
  padding: 0 12px;
  color: #101106;
  background: var(--lime);
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  gap: 28px;
  align-items: center;
  max-width: none;
  min-height: calc(100vh - 178px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 56px) clamp(18px, 6vw, 84px) clamp(42px, 7vw, 76px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(194, 255, 0, 0.08), transparent 28%),
    linear-gradient(120deg, rgba(160, 146, 128, 0.16), transparent 42%);
  pointer-events: none;
}

.hero-copy,
.hero-side {
  position: relative;
  z-index: 1;
}

.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: 18ch;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 850;
}

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: 720px;
  margin: 22px 0 0;
  color: #d8d4cd;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0.5px solid #3a3934;
  border-radius: 999px;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.button.primary {
  border-color: var(--lime);
  background: var(--lime);
  color: #101106;
}

.button.secondary {
  color: var(--warm);
  background: transparent;
}

.button.ghost {
  border-color: rgba(160, 146, 128, 0.34);
  color: var(--warm);
  background: transparent;
}

.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;
}

.panel {
  background: rgba(31, 31, 28, 0.92);
  border: 0.5px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
}

.portrait-frame {
  display: grid;
  gap: 16px;
}

.portrait-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 340px;
  border: 0.5px solid #34342f;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  box-shadow: inset 0 0 0 1px rgba(245, 240, 235, 0.04);
}

.portrait-caption strong {
  display: block;
  color: var(--warm);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 0.98;
  letter-spacing: 0;
}

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

.profile-copy {
  margin: 18px 0 0;
  color: #c9c5bd;
  font-size: 14px;
  line-height: 1.75;
}

.metric {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 16px;
  background: var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.metric div {
  background: var(--dark);
  padding: 18px;
  border-left: 0;
}

.metric span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric strong {
  display: block;
  margin-top: 8px;
  color: var(--lime);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

.contact-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: var(--max);
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  padding: 0 1.25rem;
}

.rail-card {
  display: grid;
  gap: 0.2rem;
  min-height: 7.5rem;
  align-content: center;
  padding: 1rem;
  border: 1px solid rgba(160, 146, 128, 0.22);
  border-radius: 8px;
  background: var(--panel-2);
  color: var(--text);
  text-decoration: none;
}

.rail-card.priority {
  border-color: rgba(194, 255, 0, 0.7);
  background: linear-gradient(135deg, rgba(194, 255, 0, 0.95), rgba(160, 146, 128, 0.86));
  color: #101106;
}

.rail-card.revenue {
  border-color: rgba(245, 240, 235, 0.6);
  background: #f5f0eb;
  color: #101106;
}

.rail-card span,
.rail-card small {
  color: inherit;
  opacity: 0.72;
  font-weight: 800;
}

.rail-card strong {
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  line-height: 1.05;
}

.strip {
  border-block: 1px solid rgba(160, 146, 128, 0.22);
  background: #10100e;
}

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

.revenue-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr) 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(194, 255, 0, 0.52);
  background: linear-gradient(135deg, rgba(194, 255, 0, 0.15), rgba(245, 240, 235, 0.08));
}

.revenue-band h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
}

.revenue-band p {
  margin: 0.85rem 0 0;
  color: #d8d4cd;
}

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

.revenue-steps article {
  min-height: 126px;
  padding: 0.9rem;
  border: 1px solid rgba(245, 240, 235, 0.18);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.46);
}

.revenue-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--lime);
  color: #101106;
  font-weight: 900;
}

.revenue-steps strong,
.revenue-steps small {
  display: block;
}

.revenue-steps strong {
  margin-top: 0.7rem;
  color: var(--warm);
  font-size: 1.1rem;
}

.revenue-steps small {
  margin-top: 0.35rem;
  color: var(--muted);
}

.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,
.partnerships-grid article,
.faq details,
.booking-panel {
  border: 1px solid rgba(160, 146, 128, 0.18);
  border-radius: 8px;
  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;
}

.partnerships-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.partnerships-grid article {
  min-height: 260px;
  padding: 1rem;
  background: var(--panel-2);
}

.partnerships-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(194, 255, 0, 0.48);
  border-radius: 50%;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
}

.partnerships-grid p {
  color: var(--muted);
}

.system-intake {
  max-width: none;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(3rem, 7vw, 5.5rem) max(1.25rem, calc((100vw - var(--max)) / 2));
  border-block: 1px solid rgba(160, 146, 128, 0.22);
  background: #11110f;
}

.system-intake .section-heading {
  max-width: var(--max);
}

.system-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: var(--max);
}

.system-flow article {
  min-height: 245px;
  padding: 1rem;
  border: 1px solid rgba(160, 146, 128, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.system-flow article.emphasis {
  border-color: rgba(194, 255, 0, 0.58);
  background: linear-gradient(135deg, rgba(194, 255, 0, 0.11), rgba(255, 255, 255, 0.035));
}

.system-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(194, 255, 0, 0.46);
  border-radius: 50%;
  color: var(--lime);
  font-size: 0.82rem;
  font-weight: 900;
}

.system-flow p {
  color: var(--muted);
}

.outbound-workbench {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.outbound-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 0.95rem;
  align-items: start;
}

.outbound-table,
.message-card {
  border: 1px solid rgba(160, 146, 128, 0.2);
  border-radius: 8px;
  background: #11110f;
}

.outbound-table {
  overflow: hidden;
}

.outbound-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 1px;
  border-bottom: 1px solid rgba(160, 146, 128, 0.14);
}

.outbound-row:last-child {
  border-bottom: 0;
}

.outbound-row strong,
.outbound-row span {
  min-height: 58px;
  padding: 0.85rem;
}

.outbound-row strong {
  color: #101106;
  background: var(--lime);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.outbound-row span {
  color: var(--muted);
  font-weight: 750;
}

.message-stack {
  display: grid;
  gap: 0.75rem;
}

.message-card {
  padding: 1rem;
}

.message-card p {
  margin: 0.8rem 0 1rem;
  color: #d8d4cd;
}

.outbound-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.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(160, 146, 128, 0.55);
  border-radius: 999px;
  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(160, 146, 128, 0.2);
  border-radius: 8px;
}

.inline-cta {
  display: inline-flex;
  margin-top: 0.3rem;
  color: var(--gold-2);
  font-weight: 850;
  text-decoration-color: rgba(194, 255, 0, 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(160, 146, 128, 0.2);
  border-radius: 8px;
  background: #11110f;
}

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

.cta-pair {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

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

.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: #11110f;
}

.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, #151514, #1f1f1c);
}

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;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1.2rem;
  border: 1px solid rgba(194, 255, 0, 0.34);
  border-radius: 8px;
  background: #11110f;
}

.lead-form label {
  display: grid;
  gap: 0.42rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.lead-form .wide,
.form-actions {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(160, 146, 128, 0.42);
  border-radius: 8px;
  padding: 0.75rem 0.85rem;
  background: #050505;
  color: var(--text);
  font: inherit;
}

.lead-form textarea {
  min-height: 132px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--lime);
  outline: 2px solid rgba(194, 255, 0, 0.18);
}

.mini-button {
  min-height: 36px;
  border: 1px solid rgba(194, 255, 0, 0.55);
  border-radius: 999px;
  padding: 0 0.85rem;
  background: transparent;
  color: var(--lime);
  cursor: pointer;
  font-weight: 850;
}

.mini-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.check-row {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.check-row input {
  width: 1.1rem;
  min-height: 1.1rem;
  margin-top: 0.2rem;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.form-status.success {
  color: var(--lime);
}

.form-status.error {
  color: #ffb199;
}

.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,
  .contact-rail,
  .revenue-band,
  .meeting-band,
  .confidentiality,
  .booking {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 14ch;
  }

  .focus-grid,
  .revenue-steps,
  .system-flow,
  .outbound-grid,
  .partnerships-grid,
  .media-card,
  .system-list,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .outbound-row {
    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.25rem, 11vw, 3rem);
  }

  .button {
    width: 100%;
  }

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

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

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