/* Orca presentation — print / PDF export */
@page {
  size: 13.333in 7.5in landscape;
  margin: 0;
}

:root {
  --ink: #02102b;
  --mint: #80ffdb;
  --mint-deep: #34d5ad;
  --paper: #f7f9fc;
  --white: #ffffff;
  --slate: #637087;
  --line: #dce3ec;
  --violet: #8c7cff;
  --radius: 18px;
  --font: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --page-w: 13.333in;
  --page-h: 7.5in;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  color-adjust: exact;
}

body {
  font-family: var(--font);
  color: var(--ink);
  background: #c8d0da;
}

.print-hint {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 12px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: var(--ink);
  font-size: 13px;
}

.print-hint strong { color: var(--mint); }

.print-hint button {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--ink);
  background: var(--mint);
  font-weight: 800;
  cursor: pointer;
}

.deck { width: var(--page-w); margin: 0 auto; }

.slide {
  width: var(--page-w);
  height: var(--page-h);
  overflow: hidden;
  page-break-after: always;
  break-after: page;
  page-break-inside: avoid;
  break-inside: avoid;
}

.slide:last-child { page-break-after: auto; break-after: auto; }

.canvas {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--paper);
}

.inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0.42in 0.52in 0.32in;
  display: flex;
  flex-direction: column;
}

.grid-bg {
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(2,16,43,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2,16,43,.045) 1px, transparent 1px);
  background-size: 36px 36px;
}

.orb { display: none; }

.mast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(2,16,43,.13);
}

.mast img { width: 0.95in; height: auto; }

.mast-note, .kicker {
  font-size: 8pt;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mast-note { color: var(--slate); }
.kicker { color: #13886e; margin-bottom: 10px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.04em; line-height: .98; }
h1 { font-size: 44pt; max-width: 8.8in; margin-bottom: 0.18in; }
h2 { font-size: 32pt; margin-bottom: 0.12in; }
h3 { font-size: 13pt; margin-bottom: 6px; }
p { color: var(--slate); line-height: 1.45; margin-bottom: 0; }
.lead { max-width: 7.8in; font-size: 13pt; line-height: 1.4; }

.dark { color: var(--white); background: var(--ink); }
.dark .mast { border-color: rgba(255,255,255,.18); }
.dark .mast img { filter: invert(1); }
.dark .mast-note { color: rgba(255,255,255,.55); }
.dark p { color: rgba(255,255,255,.68); }
.dark .kicker { color: var(--mint); }

.content { flex: 1; display: flex; flex-direction: column; justify-content: center; }

.folio {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(2,16,43,.12);
  display: flex;
  justify-content: space-between;
  color: var(--slate);
  font-size: 8pt;
  letter-spacing: .05em;
}

.dark .folio { border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.5); }

.cover-copy { position: relative; width: 68%; z-index: 2; }
.cover-copy h1 span { display: block; color: var(--mint); }

.cover-ring {
  position: absolute;
  width: 5.8in;
  height: 5.8in;
  right: -1.6in;
  top: -0.9in;
  border: 1px solid rgba(128,255,219,.25);
  border-radius: 50%;
}

.cover-badge {
  position: absolute;
  right: 0.55in;
  bottom: 1.05in;
  width: 2.1in;
  padding: 0.18in;
  border: 1px solid rgba(128,255,219,.35);
  border-radius: 14px;
  background: rgba(2,16,43,.82);
}

.cover-badge strong { display: block; color: var(--mint); font-size: 24pt; margin-bottom: 4px; }
.cover-badge span { color: rgba(255,255,255,.72); font-size: 10pt; line-height: 1.35; }

.problem-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 0.38in; align-items: center; }
.orbit-map { position: relative; height: 3.35in; }

.owner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.15in;
  height: 1.15in;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border: 6px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  text-align: center;
  font-size: 9pt;
  font-weight: 800;
  line-height: 1.15;
}

.owner::before {
  content: "";
  position: absolute;
  inset: -0.45in;
  border: 1px dashed #b9c4d2;
  border-radius: 50%;
}

.orbit-item {
  position: absolute;
  width: 1.25in;
  padding: 8px 9px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  font-size: 8.5pt;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.orbit-item:nth-child(2) { top: 0; left: 50%; transform: translateX(-50%); }
.orbit-item:nth-child(3) { top: 0.65in; right: 0; }
.orbit-item:nth-child(4) { right: 0.12in; bottom: 0.18in; }
.orbit-item:nth-child(5) { bottom: 0; left: 50%; transform: translateX(-50%); }
.orbit-item:nth-child(6) { left: 0.12in; bottom: 0.18in; }
.orbit-item:nth-child(7) { top: 0.65in; left: 0; }

.statement {
  margin-top: 0.16in;
  padding: 0.14in 0.16in;
  border-left: 4px solid var(--mint-deep);
  border-radius: 0 10px 10px 0;
  background: var(--white);
  font-size: 12pt;
  font-weight: 800;
  line-height: 1.3;
}

.two-col { display: grid; grid-template-columns: .95fr 1.05fr; gap: 0.28in; align-items: center; }

.leak-list { display: grid; gap: 8px; }

.leak {
  display: grid;
  grid-template-columns: 0.38in 1fr;
  gap: 10px;
  align-items: center;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.leak i {
  display: grid;
  place-items: center;
  width: 0.36in;
  height: 0.36in;
  border-radius: 9px;
  background: #fff0ed;
  color: #d95139;
  font-style: normal;
  font-size: 12pt;
  font-weight: 900;
}

.leak strong { display: block; margin-bottom: 2px; font-size: 10pt; }
.leak span { color: var(--slate); font-size: 8.5pt; line-height: 1.25; }

.persona-layout { display: grid; grid-template-columns: 2.55in 1fr; gap: 0.34in; align-items: stretch; }

.persona {
  position: relative;
  height: 4.35in;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 22px;
  color: var(--white);
  background: var(--ink);
}

.persona::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(2,16,43,.3) 55%, rgba(2,16,43,.96) 100%);
}

.persona-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.persona-copy { position: relative; z-index: 2; padding: 0.22in 0.2in; }
.persona .role { color: var(--mint); font-size: 7.5pt; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.persona h2 { margin: 6px 0 8px; font-size: 34pt; }
.persona p { color: rgba(255,255,255,.72); font-size: 10pt; line-height: 1.3; }

.capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }

.capability {
  min-height: 0.95in;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.capability strong { display: block; margin-bottom: 4px; font-size: 9.5pt; line-height: 1.2; }
.capability span { color: var(--slate); font-size: 8pt; line-height: 1.3; }

.martin .persona { background: #15112f; }
.martin .persona::before { background: linear-gradient(180deg, transparent 28%, rgba(21,17,47,.28) 55%, rgba(21,17,47,.97) 100%); }
.martin .persona .role { color: #c4bbff; }
.martin .kicker-purple { color: #6858d9; }
.martin .statement { border-left-color: var(--violet); }

.offer-equation {
  display: grid;
  grid-template-columns: 1fr 0.45in 1fr 0.45in 1fr;
  gap: 8px;
  align-items: center;
}

.offer-block {
  min-height: 2.35in;
  padding: 0.2in;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.offer-block.dark-block { color: var(--white); background: var(--ink); border-color: var(--ink); }
.offer-block.dark-block p { color: rgba(255,255,255,.66); }
.offer-block.mint-block { background: #e9fff9; border-color: #b9f5e6; }

.offer-icon {
  width: 0.42in;
  height: 0.42in;
  margin-bottom: 0.28in;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--ink);
  background: var(--mint);
  font-size: 14pt;
  font-weight: 900;
}

.plus { color: #9aa6b7; font-size: 22pt; font-weight: 300; text-align: center; }

.comparison .inner { padding: 0.28in 0.34in 0.24in; }
.comparison h2 { font-size: 26pt; margin-bottom: 6px; }
.comparison .lead { font-size: 9.5pt; margin-bottom: 10px; }

.table-wrap {
  overflow: hidden;
  border: 1px solid #cfd8e4;
  border-radius: 12px;
  background: var(--white);
}

table { width: 100%; border-collapse: collapse; table-layout: fixed; }

th, td {
  padding: 7px 6px;
  border-right: 1px solid #dfe5ed;
  border-bottom: 1px solid #dfe5ed;
  vertical-align: middle;
  text-align: center;
  font-size: 7.5pt;
  line-height: 1.2;
}

th:first-child, td:first-child { width: 17%; text-align: left; font-weight: 800; }
th { color: var(--white); background: var(--ink); font-size: 8pt; }
th.orca { color: var(--ink); background: var(--mint); }
td.orca { color: var(--ink); background: #eafff9; font-weight: 800; }
tr:last-child td { border-bottom: 0; }
th:last-child, td:last-child { border-right: 0; }

.pill {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 999px;
  color: #59677c;
  background: #edf1f5;
  font-size: 6.5pt;
  font-weight: 800;
}

.pill.good { color: #096b56; background: #d9fff4; }
.source-note { margin-top: 7px; color: #7a8799; font-size: 6.5pt; line-height: 1.3; }

@media screen {
  .deck {
    padding: 24px 0 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .slide {
    box-shadow: 0 18px 50px rgba(2,16,43,.18);
  }
}

@media print {
  body { background: white; }

  .print-hint { display: none !important; }

  .deck {
    width: auto;
    padding: 0;
    gap: 0;
  }

  .slide {
    box-shadow: none;
    margin: 0;
  }
}
