.elementor-1033 .elementor-element.elementor-element-c8061c8{--display:flex;}.elementor-1033 .elementor-element.elementor-element-3135cee{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-3135cee */:root {
  --ink: #0e0d0b;
  --paper: #f4f1ea;
  --cream: #ece8de;
  --gold: #b8881e;
  --gold-2: #d4a832;
  --gold-pale: #f5e9cc;
  --muted: #7a7265;
  --rule: #d6d0c4;
  --dark: #17140f;
  --dark-2: #221e17;
  --white: #fff;
  --green: #2d6a4f;
  --green-bg: #e8f5ee;
  --red: #8b2d2d;
  --red-bg: #f5e8e8;
  --blue: #1a4a7a;
  --blue-bg: #e8eef8;
  --amber: #7a4f10;
  --amber-bg: #fef3e2;
}

* { margin:0; padding:0; box-sizing:border-box; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.75;
}

/* ── COVER ─────────────────────────────────────── */
.cover {
  background: var(--dark);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px 72px;
  position: relative;
  overflow: hidden;
  page-break-after: always;
}

.cover-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(184,136,30,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,136,30,0.06) 1px, transparent 1px);
  background-size: 48px 48px;
}

.cover-accent {
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--gold), transparent);
}

.cover-meta {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(212,168,50,0.6);
  margin-bottom: 48px;
}

.cover-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 24px;
  max-width: 720px;
}

.cover-title em {
  color: var(--gold-2);
  font-style: italic;
}

.cover-sub {
  color: rgba(255,255,255,0.45);
  font-size: 15px;
  font-weight: 300;
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 56px;
}

.cover-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 64px;
}

.cover-tag {
  border: 1px solid rgba(212,168,50,0.35);
  color: var(--gold-2);
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 2px;
}

.cover-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
}

.cover-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--gold-2);
  letter-spacing: 0.04em;
}

.cover-date {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: rgba(255,255,255,0.25);
}

/* ── NAV ─────────────────────────────────────── */
nav {
  background: var(--dark);
  padding: 0 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(212,168,50,0.15);
}

.nav-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: var(--gold-2);
}

.nav-links {
  display: flex;
  gap: 2px;
  overflow-x: auto;
}

.nav-link {
  padding: 6px 14px;
  font-size: 12px;
  font-family: 'DM Mono', monospace;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  border-radius: 3px;
  border: none;
  background: transparent;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
}

.nav-link:hover { color: var(--gold-2); background: rgba(212,168,50,0.1); }

/* ── LAYOUT ─────────────────────────────────── */
.page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 72px 72px 100px;
}

.section {
  margin-bottom: 96px;
  scroll-margin-top: 72px;
}

/* ── SECTION HEADERS ─────────────────────────── */
.section-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
}

.section-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 700;
  color: var(--gold-pale);
  line-height: 0.85;
  flex-shrink: 0;
  margin-top: 4px;
}

.section-label-group { flex: 1; }

.section-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 10px;
}

.section-lead {
  color: var(--muted);
  font-size: 15px;
  font-weight: 300;
  max-width: 680px;
  line-height: 1.7;
}

/* ── EXECUTIVE SUMMARY ─────────────────────────── */
.exec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.exec-card {
  background: var(--dark);
  border-radius: 6px;
  padding: 24px 20px;
  text-align: center;
}

.exec-score {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--gold-2);
  line-height: 1;
  margin-bottom: 6px;
}

.exec-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

.verdict-box {
  background: var(--dark-2);
  border-left: 3px solid var(--gold-2);
  border-radius: 0 6px 6px 0;
  padding: 24px 28px;
  margin-bottom: 32px;
}

.verdict-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.verdict-text {
  color: rgba(255,255,255,0.65);
  font-size: 14.5px;
  line-height: 1.75;
}

.verdict-text strong { color: var(--gold-2); font-weight: 500; }

/* ── CARDS ─────────────────────────────────────── */
.card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 28px 32px;
  margin-bottom: 20px;
}

.card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--ink);
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.card-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

h3 {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 24px 0 10px;
}

p { color: #2e2b26; margin-bottom: 14px; }
p:last-child { margin-bottom: 0; }

/* ── LISTS ─────────────────────────────────────── */
.check-list { list-style: none; margin-bottom: 14px; }
.check-list li {
  padding: 7px 0 7px 24px;
  position: relative;
  color: #2e2b26;
  font-size: 14px;
  border-bottom: 1px solid var(--cream);
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--gold);
}

.danger-list li::before { color: var(--red); content: '✕'; }
.ok-list li::before { color: var(--green); content: '✓'; }

/* ── STATUS TAGS ─────────────────────────────── */
.tag {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  padding: 3px 10px;
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: middle;
}

.tag-high { background: var(--green-bg); color: var(--green); }
.tag-med  { background: var(--amber-bg); color: var(--amber); }
.tag-low  { background: var(--red-bg);   color: var(--red);   }
.tag-info { background: var(--blue-bg);  color: var(--blue);  }

/* ── HIGHLIGHT ─────────────────────────────── */
.highlight {
  background: var(--dark);
  color: var(--gold-2);
  border-radius: 6px;
  padding: 20px 24px;
  margin: 20px 0;
  font-size: 14.5px;
  line-height: 1.7;
}

.highlight strong { color: var(--white); font-weight: 500; }

.callout {
  border-left: 3px solid var(--gold);
  padding: 14px 20px;
  margin: 20px 0;
  background: var(--gold-pale);
  border-radius: 0 6px 6px 0;
  font-size: 14px;
  color: var(--amber);
}

.callout-danger {
  border-left: 3px solid var(--red);
  background: var(--red-bg);
  color: var(--red);
}

/* ── GE MATRIX ─────────────────────────────── */
.matrix-grid {
  display: grid;
  grid-template-columns: 32px 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 32px;
  gap: 6px;
  height: 480px;
  margin: 24px 0;
}

.matrix-cell {
  border-radius: 6px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.mc-invest { background: var(--green-bg); border: 1px solid #c8e6d4; }
.mc-selective { background: var(--amber-bg); border: 1px solid #f5d89a; }
.mc-harvest { background: var(--red-bg); border: 1px solid #f5c0c0; }

.matrix-label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.matrix-axis-y {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  grid-row: 1 / span 3;
  grid-column: 1;
}

.matrix-axis-x {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  grid-row: 4;
  grid-column: 2 / span 3;
}

.matrix-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid var(--dark);
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.matrix-dot.future {
  background: transparent;
  border: 2px dashed var(--gold);
}

.mc-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}

.mc-items {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
}

/* ── THREE HORIZONS ─────────────────────────── */
.horizons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 1px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
  margin: 24px 0;
}

.horizon {
  padding: 28px 24px;
  position: relative;
}

.h1 { background: var(--white); border-right: 1px solid var(--rule); }
.h2 { background: var(--cream); border-right: 1px solid var(--rule); }
.h3-block { background: var(--dark); }

.horizon-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 8px;
}

.h1 .horizon-num { color: var(--gold-pale); }
.h2 .horizon-num { color: var(--gold-pale); }
.h3-block .horizon-num { color: rgba(212,168,50,0.25); }

.horizon-period {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.h1 .horizon-period, .h2 .horizon-period { color: var(--gold); }
.h3-block .horizon-period { color: var(--gold-2); }

.horizon-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.h3-block .horizon-title { color: var(--white); }

.horizon-items { list-style: none; }
.horizon-items li {
  font-size: 13px;
  padding: 6px 0 6px 16px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  color: #3a3730;
}

.h3-block .horizon-items li {
  color: rgba(255,255,255,0.65);
  border-color: rgba(255,255,255,0.06);
}

.horizon-items li::before {
  content: '–';
  position: absolute;
  left: 0;
}

.h1 .horizon-items li::before { color: var(--gold); }
.h2 .horizon-items li::before { color: var(--gold); }
.h3-block .horizon-items li::before { color: var(--gold-2); }

.horizon-kpi {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.h3-block .horizon-kpi { border-color: rgba(255,255,255,0.1); }

.kpi-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold-2);
  line-height: 1;
}

.kpi-desc {
  font-size: 11px;
  color: var(--muted);
}

.h3-block .kpi-desc { color: rgba(255,255,255,0.4); }

/* ── JTBD TABLE ─────────────────────────────── */
.jtbd-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 13.5px; }
.jtbd-table thead th {
  background: var(--dark);
  color: rgba(212,168,50,0.85);
  padding: 10px 14px;
  text-align: left;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.jtbd-table tbody tr { border-bottom: 1px solid var(--rule); }
.jtbd-table tbody tr:nth-child(even) td { background: var(--cream); }
.jtbd-table tbody td { padding: 11px 14px; color: #2e2b26; vertical-align: top; }
.jtbd-table tbody td:first-child { font-weight: 500; min-width: 180px; }

/* ── SWOT / FORESIGHT TABLE ─────────────────── */
.four-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}

.four-cell {
  border-radius: 6px;
  padding: 22px 24px;
}

.fc-s { background: var(--green-bg); border: 1px solid #c0dfc8; }
.fc-w { background: var(--red-bg); border: 1px solid #f0c0c0; }
.fc-o { background: var(--blue-bg); border: 1px solid #b0c8e8; }
.fc-t { background: var(--amber-bg); border: 1px solid #f0d090; }

.four-cell-title {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
}

.fc-s .four-cell-title { color: var(--green); }
.fc-w .four-cell-title { color: var(--red); }
.fc-o .four-cell-title { color: var(--blue); }
.fc-t .four-cell-title { color: var(--amber); }

.four-cell ul { list-style: none; }
.four-cell ul li {
  font-size: 13px;
  color: #2e2b26;
  padding: 5px 0 5px 16px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  line-height: 1.5;
}
.four-cell ul li:last-child { border-bottom: none; }
.four-cell ul li::before { content: '–'; position: absolute; left: 0; }

/* ── ARENA DIAGRAM ─────────────────────────── */
.arena-wrap {
  background: var(--dark);
  border-radius: 8px;
  padding: 36px;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
}

.arena-bg {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background: radial-gradient(circle at 50% 50%, var(--gold-2) 0%, transparent 70%);
}

.arena-center {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}

.arena-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold-2);
  margin-bottom: 6px;
}

.arena-tagline {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
}

.arena-forces {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  position: relative;
}

.arena-force {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,168,50,0.18);
  border-radius: 6px;
  padding: 16px;
}

.af-icon {
  font-size: 20px;
  margin-bottom: 8px;
}

.af-title {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--gold-2);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.af-text {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  line-height: 1.55;
}

/* ── RISK RADAR ─────────────────────────────── */
.risk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
}

.risk-item {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 18px 20px;
  display: flex;
  gap: 14px;
}

.risk-severity {
  flex-shrink: 0;
  width: 36px;
  text-align: center;
}

.severity-bar {
  width: 8px;
  border-radius: 4px;
  margin: 0 auto;
}

.risk-body { flex: 1; }

.risk-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}

.risk-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 8px;
}

.risk-action {
  font-size: 11.5px;
  color: var(--green);
  background: var(--green-bg);
  border-radius: 3px;
  padding: 3px 8px;
  display: inline-block;
}

/* ── ROADMAP ─────────────────────────────────── */
.roadmap {
  position: relative;
  padding-left: 40px;
  margin: 24px 0;
}

.roadmap::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--rule));
}

.rm-item {
  position: relative;
  margin-bottom: 32px;
}

.rm-dot {
  position: absolute;
  left: -28px;
  top: 5px;
  width: 16px; height: 16px;
  background: var(--white);
  border: 2.5px solid var(--gold);
  border-radius: 50%;
}

.rm-item.future .rm-dot {
  border-color: var(--rule);
}

.rm-period {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.rm-item.future .rm-period { color: var(--muted); }

.rm-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 18px 22px;
}

.rm-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 8px;
}

.rm-items { list-style: none; }
.rm-items li {
  font-size: 13px;
  padding: 4px 0 4px 14px;
  position: relative;
  color: #3a3730;
}
.rm-items li::before { content: '–'; position: absolute; left: 0; color: var(--rule); }

/* ── OPPORTUNITIES ─────────────────────────── */
.opp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin: 20px 0;
}

.opp-card {
  background: var(--dark);
  border-radius: 6px;
  padding: 24px 20px;
  border-top: 3px solid var(--gold);
}

.opp-icon { font-size: 28px; margin-bottom: 12px; }

.opp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.opp-text {
  font-size: 12.5px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin-bottom: 12px;
}

.opp-potential {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: var(--gold-2);
  letter-spacing: 0.1em;
}

/* ── FOOTER ─────────────────────────────────── */
.doc-footer {
  margin-top: 80px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
}

.doc-footer .brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  color: var(--gold);
}

/* ── PRINT ─────────────────────────────────── */
@media print {
  nav { display: none !important; }
  .cover { min-height: auto; padding: 60px; }
}

@media (max-width: 768px) {
  .cover { padding: 40px 24px; }
  .cover-title { font-size: 40px; }
  .page { padding: 40px 24px 80px; }
  nav { padding: 0 24px; }
  .exec-grid { grid-template-columns: 1fr 1fr; }
  .card-grid, .four-grid, .opp-grid, .card-grid-3, .arena-forces { grid-template-columns: 1fr; }
  .horizons { grid-template-columns: 1fr; }
  .section-header { gap: 12px; }
  .section-num { font-size: 48px; }
  .matrix-grid { height: auto; grid-template-columns: 1fr 1fr; }
  .risk-grid { grid-template-columns: 1fr; }
}/* End custom CSS */