:root {
  --ink: #0a0a0a;
  --paper: #f7f4ed;
  --paper-shade: #efeadf;
  --paper-dark: #e8e0cf;
  --rule: #1a1a1a;
  --accent: #1F5C45;
  --accent-warm: #b8876c;
  --accent-deep: #163C2D;
  --muted: #595959;
  --muted-soft: #888;
  --grid-line: rgba(10, 10, 10, 0.08);
  --soft-green: rgba(31, 92, 69, 0.06);
  --soft-warm: rgba(184, 135, 108, 0.08);
}

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

html {
  scroll-behavior: smooth;
}

html, body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Fraunces', Georgia, serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "liga", "kern";
  line-height: 1.5;
}

body {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(10,10,10,0.018) 28px, rgba(10,10,10,0.018) 29px);
  min-height: 100vh;
  padding: 48px 32px;
}

body.home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
}

.home-proverb {
  width: 100%;
  max-width: 840px;
  text-align: center;
}

.home-proverb .title {
  margin-bottom: 0;
  max-width: 12em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.05;
}

.page {
  max-width: 840px;
  margin: 0 auto 28px;
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 40px 48px 36px;
  position: relative;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04), 0 20px 50px -30px rgba(0,0,0,0.3);
}

.page::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  opacity: 0.08;
  mix-blend-mode: multiply;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 32px;
}

.topbar .lhs { display: flex; gap: 18px; align-items: baseline; }
.topbar .doc-version { text-transform: none; }
.topbar .classification { color: var(--accent); font-weight: 600; letter-spacing: 0.22em; }
.topbar .dot {
  display: inline-block; width: 5px; height: 5px;
  background: var(--accent); vertical-align: middle;
  margin-right: 8px;
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }

.masthead { padding-bottom: 28px; margin-bottom: 36px; border-bottom: 2px solid var(--accent); }

h1.title {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 0.98;
  letter-spacing: -0.028em;
  font-variation-settings: "opsz" 144;
  color: var(--ink);
  margin-bottom: 18px;
}

h1.title em { font-style: italic; font-weight: 400; color: var(--accent); }

.deck {
  font-family: 'Fraunces', serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  color: var(--muted);
  max-width: 64ch;
}

.deck strong { color: var(--ink); font-weight: 600; font-style: normal; }

.sec { margin-bottom: 32px; }

.sec-sub {
  margin-top: 26px;
}

.sec-sub .sec-marker {
  margin-bottom: 12px;
}

.sec-marker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 14px;
}

.sec-marker::before {
  content: ''; display: inline-block;
  width: 14px; height: 1px;
  background: var(--accent);
  vertical-align: middle;
  margin-right: 8px; margin-bottom: 3px;
}

h2.sec-title {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 18px;
}

h2.sec-title em { font-style: italic; color: var(--accent); font-weight: 400; }

p {
  font-family: 'Fraunces', serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 12px;
}

p.lead { font-size: 16px; line-height: 1.55; color: var(--ink); }
p strong { font-weight: 600; }
p em { font-style: italic; color: var(--accent); }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin: 24px 0;
}

.stat {
  padding: 18px 14px;
  border-right: 1px solid rgba(10,10,10,0.12);
  text-align: center;
}

.stat:last-child { border-right: none; }

.stat-figure {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  text-align: center;
}

.stat-figure .unit { font-size: 18px; color: var(--accent); font-weight: 400; margin-left: 1px; }

.stat-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.35;
  margin-top: 4px;
}

.stat-sub {
  font-family: 'Fraunces', serif;
  font-size: 11px;
  font-style: italic;
  color: var(--muted-soft);
  margin-top: 2px;
}

.inline-num {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.pull {
  padding: 18px 22px;
  border-left: 3px solid var(--accent);
  margin: 18px 0;
  background: var(--soft-green);
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  color: var(--ink);
}

.pull strong { font-style: normal; font-weight: 600; color: var(--accent); }

.driver { margin-bottom: 16px; padding-left: 0; }

.driver-no {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}

.driver-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--ink);
  display: inline;
}

.driver-text {
  font-family: 'Fraunces', serif;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 2px;
}

.lever-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin: 16px 0;
}

.lever-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--accent);
  margin-bottom: 3px;
}

.lever-text {
  font-family: 'Fraunces', serif;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}

.phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin: 18px 0;
}

.phase {
  padding: 16px 14px;
  border-right: 1px solid rgba(10,10,10,0.12);
}

.phase:last-child { border-right: none; }

.phase-base {
  background: var(--soft-green);
  border-left: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
  padding: 18px 16px;
}

.phase-base .phase-mark {
  color: var(--accent-deep);
  letter-spacing: 0.2em;
}

.phase-base .phase-title {
  font-size: 16px;
  color: var(--accent-deep);
}

.phase-base .phase-detail {
  color: var(--ink);
}

.phase-mark {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 4px;
}

.phase-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 8px;
}

.phase-detail {
  font-family: 'Fraunces', serif;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 3px;
}

.scenario-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 20px;
  font-family: 'Fraunces', serif;
}

.scenario-table th, .scenario-table td {
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(10,10,10,0.08);
  font-size: 13px;
}

.scenario-table thead th {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
  padding: 8px 14px;
}

#page-4 .scenario-table thead th:last-child,
#page-4 .scenario-table tbody td:last-child {
  background: var(--soft-green);
  color: var(--accent);
  font-weight: 600;
}

#page-4 .scenario-table tbody td:nth-child(2) {
  font-weight: 400;
  color: var(--muted);
}

.terms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin: 16px 0;
}

.term {
  border-bottom: 1px dashed rgba(10,10,10,0.15);
  padding-bottom: 8px;
}

.term-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 3px;
}

.term-val {
  font-family: 'Fraunces', serif;
  font-size: 14.5px;
  color: var(--ink);
  font-weight: 500;
}

.stack {
  border: 1px solid var(--rule);
  background: var(--soft-green);
  padding: 22px 26px;
  margin: 20px 0 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--ink);
}

.stack-header,
.stack-row {
  display: grid;
  grid-template-columns: minmax(88px, 118px) 1fr minmax(148px, 1.05fr);
  gap: 14px 18px;
  align-items: start;
}

.stack-header {
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 10px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.12);
}

.stack-header div:last-child,
.stack-exposure {
  text-align: right;
}

.stack-row {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(10,10,10,0.12);
}

.stack-row:last-child { border-bottom: none; }

.stack-label {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}

.stack-exposure {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}

.stack-note {
  margin: 0 0 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.06em;
  color: var(--muted-soft);
  font-style: italic;
}

.structure-flow {
  border: 1px solid var(--rule);
  background: var(--soft-warm);
  padding: 22px 26px;
  margin: 20px 0;
  text-align: center;
}

.structure-step {
  font-family: 'Fraunces', serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 8px 0;
}

.structure-arrow {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  color: var(--accent-warm);
  line-height: 1;
}

.lead-block {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px dashed rgba(10,10,10,0.2);
}

.lead-text {
  font-family: 'Fraunces', serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  margin-bottom: 14px;
  max-width: 72ch;
}

.lead-text:last-child { margin-bottom: 0; }
.lead-text strong { color: var(--ink); font-weight: 600; }
.lead-opener { font-size: 17px; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.role-split {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  border: 1px solid var(--rule);
  margin: 20px 0;
}

.role-panel {
  padding: 22px 24px 20px;
}

.role-panel-human {
  background: var(--soft-warm);
  border-right: 1px dashed rgba(10, 10, 10, 0.12);
}

.role-panel-auto {
  background: var(--soft-green);
  border-left: 1px dashed rgba(10, 10, 10, 0.12);
}

.role-mark {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}

.role-panel-human .role-mark { color: var(--accent-warm); }
.role-panel-auto .role-mark { color: var(--accent); }

.role-verb {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.role-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.role-list li {
  font-family: 'Fraunces', serif;
  font-size: 13px;
  color: var(--ink);
  padding: 9px 0 9px 14px;
  border-left: 2px solid rgba(10, 10, 10, 0.14);
  margin-bottom: 6px;
  line-height: 1.35;
}

.role-panel-human .role-list li { border-left-color: rgba(184, 135, 108, 0.55); }
.role-panel-auto .role-list li { border-left-color: rgba(31, 92, 69, 0.45); }

.role-list li:last-child { margin-bottom: 0; }

.role-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  background: var(--paper);
  border-left: 1px solid rgba(10, 10, 10, 0.08);
  border-right: 1px solid rgba(10, 10, 10, 0.08);
}

.role-bridge-arrow {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  line-height: 1;
  color: var(--muted);
}

.colophon {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-soft);
}

.confidentiality-footer {
  max-width: 840px;
  margin: 32px auto 48px;
  padding: 18px 24px 0;
  border-top: 1px solid var(--rule);
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--muted-soft);
  text-align: justify;
}

.eoi-submit {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--paper);
  background: var(--accent);
  border: 1px solid var(--accent-deep);
  padding: 14px 28px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.eoi-submit:hover { background: var(--accent-deep); }
.eoi-submit:disabled { opacity: 0.5; cursor: not-allowed; }

.callout,
.eoi-callout {
  padding: 18px 22px;
  margin: 18px 0;
  background: var(--soft-green);
  border-left: 3px solid var(--accent);
  font-family: 'Fraunces', serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
}

.eoi-callout {
  margin: 22px 0 8px;
}

.callout strong,
.eoi-callout strong {
  font-weight: 600;
  color: var(--accent);
}

.interest-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 28px 0 8px;
  text-align: center;
  min-height: 46px;
}

.interest-status {
  display: none;
}

.interest-status.success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  padding: 14px 28px;
  margin: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1;
  background: var(--soft-green);
  color: var(--accent);
  border: 1px solid rgba(31, 92, 69, 0.35);
}

.interest-status.error {
  display: block;
  margin-top: 14px;
  padding: 12px 16px;
  max-width: 52ch;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  background: rgba(184, 80, 80, 0.08);
  color: #8b3030;
  border-left: 3px solid #8b3030;
}

/* legacy form styles kept for print hide */
.eoi-form { display: none; }

/* Fonds Structure document */
.page-funds .sec-title-compact {
  font-size: 24px;
  margin-bottom: 14px;
}

.fund-notice {
  font-family: 'Fraunces', serif;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
  font-style: italic;
  padding: 14px 18px;
  margin-bottom: 28px;
  background: var(--soft-warm);
  border-left: 3px solid var(--accent-warm);
}

.fund-assumption {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 12px;
}

.fund-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 18px;
  font-family: 'Fraunces', serif;
}

.fund-table th,
.fund-table td {
  padding: 7px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
  font-size: 12px;
  line-height: 1.45;
  vertical-align: top;
}

.fund-table thead th {
  font-family: 'JetBrains Mono', monospace;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
  padding: 6px 12px;
}

.fund-table tbody td:first-child {
  font-weight: 600;
  color: var(--ink);
  width: 34%;
}

.fund-table tbody td:last-child {
  color: var(--muted);
}

.fund-quote {
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  color: var(--accent-deep);
  padding: 14px 18px;
  margin: 0 0 14px;
  background: var(--soft-green);
  border-left: 3px solid var(--accent);
}

.fund-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
  margin-top: 8px;
}

.fund-subhead {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}

.fund-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fund-item-list li {
  font-family: 'Fraunces', serif;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink);
  padding: 3px 0 3px 14px;
  position: relative;
}

.fund-item-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
}

.fund-item-list--neg li {
  color: var(--muted);
}

.fund-item-list--neg li::before {
  background: var(--muted-soft);
}

.fund-footnote {
  font-size: 11px;
  font-style: italic;
  color: var(--muted-soft);
  margin-top: 6px;
}

.fund-summary-list {
  columns: 2;
  column-gap: 28px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.fund-summary-list li {
  font-family: 'Fraunces', serif;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink);
  padding: 3px 0 3px 14px;
  position: relative;
  break-inside: avoid;
}

.fund-summary-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
}

.fund-kern-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.fund-kern {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}

@media screen and (max-width: 720px) {
  body { padding: 0; background: var(--paper); }
  .page {
    max-width: 100%;
    padding: 24px 20px 12px;
    margin: 0;
    border: none;
    box-shadow: none;
  }
  .page:first-of-type { padding-top: 28px; }
  .page + .page { padding-top: 16px; }
  .page:last-of-type { padding-bottom: 28px; }
  .page::before { display: none; }
  .topbar { flex-wrap: wrap; gap: 6px 12px; }
  .topbar .rhs { width: 100%; text-align: left; }
  .sec { margin-bottom: 22px; }
  .sec:last-of-type { margin-bottom: 0; }
  .pull { margin: 14px 0 0; }
  h1.title { font-size: 40px; line-height: 0.95; }
  .home-proverb .title { max-width: none; font-size: 36px; line-height: 1.08; }
  .deck { font-size: 15px; }
  h2.sec-title { font-size: 22px; line-height: 1.25; }
  .lead-text { font-size: 15px; max-width: 100%; }
  .stats-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .stat {
    padding: 14px 10px;
    border-right: 1px solid rgba(10,10,10,0.10);
    border-bottom: 1px solid rgba(10,10,10,0.10);
  }
  .stat:nth-child(2n) { border-right: none; }
  .stat:nth-last-child(-n+2) { border-bottom: none; }
  .stat-figure { font-size: 28px; }
  .lever-list, .two-col, .form-grid, .terms-grid { grid-template-columns: 1fr; }
  .fund-cols { grid-template-columns: 1fr; }
  .fund-summary-list { columns: 1; }
  .role-split {
    grid-template-columns: 1fr;
    border-left: none;
    border-right: none;
  }
  .role-panel-human,
  .role-panel-auto {
    border-left: none;
    border-right: none;
  }
  .role-panel-human { border-bottom: 1px dashed rgba(10, 10, 10, 0.12); }
  .role-bridge {
    padding: 10px 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(10, 10, 10, 0.08);
    border-bottom: 1px solid rgba(10, 10, 10, 0.08);
  }
  .role-bridge-arrow { transform: rotate(90deg); }
  .role-verb { font-size: 24px; }
  .phases { grid-template-columns: 1fr; }
  .phase { border-right: none; border-bottom: 1px solid rgba(10,10,10,0.12); }
  .phase-base {
    border-left: none;
    border-right: none;
    border-top: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
  }
  .phase:last-child { border-bottom: none; }
  .colophon,
  .confidentiality-footer { display: none !important; }
  .page:not(:first-of-type) .topbar { display: none !important; }
}

@media print {
  body { padding: 0; background: white; }
  .page {
    border: none; box-shadow: none; max-width: 100%;
    padding: 0; margin: 0;
  }
  .page::before { display: none; }
  .eoi-form,
  .interest-actions { display: none; }
  .colophon,
  .confidentiality-footer { display: none !important; }
  .page:not(:first-of-type) .topbar { display: none !important; }
}
