:root {
  --black: #000;
  --white: #fff;
  --paper: #f2f2f2;
  --ink-muted: rgba(0, 0, 0, 0.58);
  --white-muted: rgba(255, 255, 255, 0.66);
  --line-dark: rgba(0, 0, 0, 0.18);
  --line-light: rgba(255, 255, 255, 0.16);
  --accent-green: #bffb73;
  --accent-lilac: #d4a8ff;
  --accent-blue: #adc9ff;
  --accent-peach: #ffc686;
  --font-main: "Neue Montreal", "Helvetica Neue", Arial, sans-serif;
  --slide-w: 1920;
  --slide-h: 1080;
  --gutter: clamp(28px, 5.2vw, 100px);
  --top: clamp(42px, 7.4vw, 142px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #d9d9d9;
  color: var(--black);
  font-family: var(--font-main);
  font-weight: 400;
  letter-spacing: 0;
}

body::selection {
  background: var(--accent-green);
  color: var(--black);
}

a {
  color: inherit;
}

.proposal {
  width: 100%;
}

.slide {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.slide-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1920px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 76px var(--gutter) 78px;
}

.slide-dark {
  background: var(--black);
  color: var(--white);
}

.slide-light {
  background: var(--white);
  color: var(--black);
}

.slide-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 86px;
  border-bottom: 1px solid currentColor;
}

.slide-dark .slide-header {
  border-color: var(--line-light);
}

.slide-light .slide-header {
  border-color: var(--line-dark);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
.slide-header h2 {
  max-width: 760px;
  font-size: clamp(30px, 2.5vw, 52px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.slide-header h2 {
  font-size: clamp(28px, 2.35vw, 48px);
}

.hb-mark {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 28px;
  height: 32px;
  background: currentColor;
  -webkit-mask: url("./assets/figma/heartbeat-logo.png") center / contain no-repeat;
  mask: url("./assets/figma/heartbeat-logo.png") center / contain no-repeat;
}

.hb-mark-dark {
  color: var(--black);
}

.cover-content {
  width: min(532px, 100%);
  margin-top: 218px;
  font-size: clamp(19px, 1.25vw, 24px);
  line-height: 1.54;
}

.cover-content p + p {
  margin-top: 36px;
}

.client-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 22px;
  line-height: 1;
}

.client-line span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.client-line strong {
  font-size: 40px;
  font-weight: 400;
}

.date-label {
  position: absolute;
  left: var(--gutter);
  bottom: 78px;
  font-size: 20px;
  line-height: 1.2;
}

.pattern-art {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  width: min(76vw, 1360px);
  height: auto;
  opacity: 0.42;
}

.pattern-art-cover {
  right: -10%;
  bottom: -58%;
}

.pattern-art-closing {
  right: -12%;
  bottom: -60%;
  opacity: 0.36;
}

.topography {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  background:
    repeating-radial-gradient(
      ellipse at 82% 72%,
      transparent 0 58px,
      currentColor 59px 61px,
      transparent 62px 118px
    );
  transform: rotate(-8deg);
}

.topography-cover {
  right: -24%;
  bottom: -64%;
  width: min(90vw, 1728px);
  height: min(112vw, 2150px);
  color: rgba(255, 255, 255, 0.2);
}

.topography-light {
  right: -28%;
  bottom: -66%;
  width: min(82vw, 1574px);
  height: min(100vw, 1920px);
  color: rgba(0, 0, 0, 0.06);
}

.half-grid {
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: 0;
  width: min(50vw, 960px);
  background:
    linear-gradient(90deg, transparent 0 49.9%, rgba(0, 0, 0, 0.02) 50%),
    var(--paper);
}

.two-col,
.stage-layout,
.integration-grid,
.why-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.9fr);
  gap: clamp(54px, 8vw, 160px);
  align-items: center;
  margin-top: clamp(70px, 10vw, 210px);
}

.copy-stack {
  max-width: 600px;
}

.copy-stack h3,
.stage-copy .stage-kicker,
.stage-copy h3 {
  font-size: clamp(25px, 2.05vw, 40px);
  font-weight: 400;
  line-height: 1.2;
}

.copy-stack p,
.copy-stack li,
.stage-copy p,
.stage-copy li,
.integration-copy p,
.tier p,
.tier li,
.deliverable-list li,
.why-grid p,
.why-grid li {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.54;
}

.copy-stack p {
  margin-top: 32px;
}

.plain-list,
.stage-copy ul,
.tier ul,
.deliverable-list,
.why-grid ul {
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.plain-list li,
.stage-copy li,
.tier li,
.deliverable-list li,
.why-grid li {
  position: relative;
  padding-left: 27px;
}

.plain-list li + li,
.stage-copy li + li,
.tier li + li,
.deliverable-list li + li,
.why-grid li + li {
  margin-top: 17px;
}

.plain-list li::before,
.stage-copy li::before,
.tier li::before,
.deliverable-list li::before,
.why-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
}

.orbit-card,
.visual-panel {
  position: relative;
  width: min(100%, 608px);
  aspect-ratio: 1;
  margin-left: auto;
  background: var(--paper);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.figma-panel {
  background: var(--paper);
}

.figma-asset {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.orbit-card svg {
  width: 76%;
  height: 76%;
  fill: none;
  stroke: rgba(0, 0, 0, 0.36);
  stroke-width: 3;
}

.orbit-word {
  position: absolute;
  display: grid;
  place-items: center;
  width: 122px;
  height: 96px;
  border-radius: 45% 55% 50% 50%;
  font-size: 19px;
  line-height: 1;
  transform: rotate(-12deg);
}

.orbit-story {
  left: 120px;
  bottom: 140px;
  background: var(--accent-blue);
}

.orbit-aesthetic {
  left: 165px;
  top: 120px;
  background: var(--accent-peach);
}

.orbit-guides {
  right: 130px;
  top: 135px;
  background: var(--accent-lilac);
}

.orbit-traction {
  right: 126px;
  bottom: 132px;
  background: var(--accent-green);
}

.stage-copy {
  max-width: 720px;
}

.stage-copy .stage-kicker {
  margin-bottom: 54px;
}

.stage-copy h3 {
  margin-top: 42px;
  margin-bottom: 18px;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
}

.stage-copy h3:first-of-type {
  margin-top: 0;
}

.sketch-panel::before,
.sketch-panel::after,
.type-panel::before,
.product-panel::before,
.product-panel::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.25);
}

.stage-one::before {
  width: 168px;
  height: 260px;
  transform: rotate(-22deg);
  border-radius: 18px;
}

.stage-one::after {
  width: 250px;
  height: 170px;
  transform: rotate(18deg) translate(26px, 30px);
  border-radius: 24px 24px 42px 42px;
}

.stage-one span:first-child {
  position: absolute;
  top: 145px;
  right: 170px;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-green);
  transform: rotate(-20deg);
}

.stage-one span:last-child {
  position: absolute;
  right: 80px;
  bottom: 90px;
  writing-mode: vertical-rl;
  font-size: 35px;
  transform: rotate(28deg);
}

.type-panel {
  gap: 4px;
  font-size: clamp(72px, 8vw, 138px);
  color: rgba(0, 0, 0, 0.32);
  letter-spacing: 0;
}

.type-panel span {
  position: absolute;
  font-weight: 400;
  transform: rotate(-12deg);
}

.type-panel span:nth-child(1) {
  left: 125px;
  top: 170px;
  color: var(--accent-peach);
}

.type-panel span:nth-child(2) {
  color: var(--accent-blue);
}

.type-panel span:nth-child(3) {
  right: 118px;
  bottom: 156px;
  color: var(--accent-lilac);
}

.product-panel::before {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  transform: translate(-40px, 20px);
  background: linear-gradient(135deg, transparent 52%, var(--accent-lilac) 53% 68%, transparent 69%);
}

.product-panel::after {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  transform: translate(86px, -54px);
}

.integration-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 608px);
  align-items: center;
}

.integration-copy {
  max-width: 760px;
}

.integration-copy p + p {
  margin-top: 58px;
}

.measure-card {
  display: grid;
  grid-template-rows: 24px 64px 24px;
  align-content: center;
  gap: 54px;
  color: var(--ink-muted);
  font-size: 24px;
}

.measure-card span {
  position: relative;
}

.measure-card span::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  width: 50px;
  border-top: 1px solid var(--line-dark);
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(32px, 4.8vw, 92px);
  margin-top: clamp(100px, 14vw, 250px);
}

.tier {
  min-height: 520px;
  display: flex;
  flex-direction: column;
}

.tier h3 {
  font-size: clamp(25px, 1.85vw, 36px);
  font-weight: 400;
  line-height: 1.18;
}

.tier h3 span {
  display: block;
  font-size: 0.72em;
  color: var(--ink-muted);
}

.tier p {
  margin-top: 28px;
  color: var(--ink-muted);
}

.tier footer {
  margin-top: auto;
  font-size: 22px;
  line-height: 1.45;
}

.tier footer span {
  display: block;
  margin-top: 14px;
  color: var(--ink-muted);
}

.deliverable-list {
  max-width: 940px;
  margin-top: clamp(120px, 15vw, 275px);
}

.deliverable-list li {
  font-size: clamp(24px, 2.08vw, 40px);
  line-height: 1.28;
}

.deliverable-list li + li {
  margin-top: 29px;
}

.deliverable-list li::before {
  top: 0.58em;
  width: 7px;
  height: 7px;
}

.why-grid {
  grid-template-columns: minmax(0, 520px) minmax(0, 620px);
  align-items: end;
}

.avatar-cloud {
  display: grid;
  grid-template-columns: repeat(3, 42px);
  gap: 11px;
  margin-bottom: 64px;
}

.avatar-cloud span {
  width: 42px;
  height: 42px;
  background: var(--paper);
  border: 1px solid var(--line-dark);
}

.avatar-cloud span:nth-child(1) { background: #e3c7b5; }
.avatar-cloud span:nth-child(2) { background: #b6c4e3; }
.avatar-cloud span:nth-child(3) { background: #dfd2ff; }
.avatar-cloud span:nth-child(4) { background: #f4db9a; }
.avatar-cloud span:nth-child(5) { background: #bddfc8; }
.avatar-cloud span:nth-child(6) { background: #e7b9c3; }

.closing-line {
  position: absolute;
  left: var(--gutter);
  top: 52.8%;
  max-width: 720px;
  font-size: clamp(44px, 3.54vw, 68px);
  line-height: 1.2;
}

.deck-nav {
  position: fixed;
  z-index: 20;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
}

.deck-nav a {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, background 160ms ease;
}

.deck-nav a.is-active {
  transform: scale(1.65);
  background: #000;
}

body.on-dark .deck-nav a {
  background: rgba(255, 255, 255, 0.32);
}

body.on-dark .deck-nav a.is-active {
  background: #fff;
}

.proposal-gf .slide-header h2 {
  max-width: 860px;
  font-size: clamp(23px, 1.88vw, 38px);
}

.proposal-gf .slide-header {
  padding-bottom: 66px;
}

.proposal-gf .stage-layout {
  margin-top: clamp(44px, 6vw, 110px);
}

.proposal-gf .stage-layout-copy-only {
  grid-template-columns: minmax(0, 760px);
}

.proposal-gf .stage-copy .stage-kicker {
  margin-bottom: 38px;
}

.proposal-gf .stage-copy h3 {
  margin-top: 30px;
  margin-bottom: 12px;
}

.gf-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.82fr);
  gap: clamp(54px, 7vw, 132px);
  align-items: center;
  margin-top: clamp(70px, 9vw, 170px);
}

.gf-diagnosis-copy {
  margin-top: clamp(92px, 11vw, 190px);
}

.wide-copy {
  max-width: 760px;
}

.wide-copy h3,
.scope-intro h3,
.investment-copy h3,
.total-deliverables-intro h3,
.assumptions h3 {
  font-size: clamp(32px, 2.7vw, 52px);
  font-weight: 400;
  line-height: 1.16;
}

.direction-board {
  width: min(100%, 608px);
  aspect-ratio: 1;
  margin-left: auto;
  background: var(--paper);
  overflow: hidden;
}

.direction-board {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  aspect-ratio: auto;
  min-height: 520px;
  background: #0f0f0f;
  color: #fff;
}

.direction-board article {
  padding: clamp(22px, 2.35vw, 38px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.direction-board article:last-child {
  border-bottom: 0;
}

.direction-board span,
.scope-grid span,
.timeline-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--ink-muted);
  font-size: clamp(14px, 0.95vw, 18px);
  line-height: 1;
}

.direction-board span {
  color: rgba(255, 255, 255, 0.56);
}

.direction-board strong,
.scope-grid h4,
.timeline-grid h3 {
  display: block;
  margin: 0;
  font-size: clamp(23px, 1.75vw, 34px);
  font-weight: 400;
  line-height: 1.2;
}

.direction-board p,
.scope-grid p,
.timeline-grid p,
.investment-copy p,
.assumptions p,
.investment-phases p,
.assumption-grid p,
.offline-note p {
  margin-top: 16px;
  font-size: clamp(17px, 1.14vw, 22px);
  line-height: 1.48;
}

.direction-board p {
  font-size: clamp(16px, 1vw, 19px);
}

.scope-intro {
  max-width: 940px;
  margin-top: clamp(70px, 8vw, 145px);
}

.scope-intro .stage-kicker,
.stage-copy .stage-kicker {
  color: var(--ink-muted);
}

.gf-website .stage-copy .stage-kicker {
  color: var(--black);
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(50px, 5.8vw, 92px);
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.scope-grid article {
  min-height: 214px;
  padding: clamp(20px, 2vw, 36px);
  background: #fff;
}

.scope-grid article:last-child {
  grid-column: 1 / -1;
  min-height: 184px;
}

.offline-note {
  display: grid;
  width: min(100%, 560px);
  min-height: 484px;
  margin-left: auto;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  gap: 1px;
}

.offline-note article {
  display: grid;
  align-content: center;
  min-height: 150px;
  padding: clamp(24px, 3vw, 46px);
  background: var(--paper);
}

.offline-note span,
.investment-phases span,
.assumption-grid span {
  display: block;
  color: var(--ink-muted);
  font-size: clamp(14px, 0.95vw, 18px);
  line-height: 1;
}

.investment-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.62fr) minmax(0, 1.15fr);
  gap: clamp(44px, 6vw, 104px);
  align-items: center;
  margin-top: clamp(62px, 8vw, 138px);
}

.investment-card {
  display: grid;
  align-content: space-between;
  min-height: 392px;
  padding: clamp(28px, 3.4vw, 54px);
  background: #0f0f0f;
  color: #fff;
}

.investment-card p,
.investment-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(9px, 0.6vw, 12px);
  line-height: 1.35;
}

.investment-card strong {
  display: block;
  color: #fff;
  font-size: clamp(36px, 3.9vw, 66px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
}

.investment-copy {
  max-width: 820px;
}

.investment-phases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.investment-phases article {
  min-height: 142px;
  padding: clamp(18px, 1.65vw, 28px);
  background: #fff;
}

.total-deliverables-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: clamp(42px, 6vw, 108px);
  align-items: end;
  margin-top: clamp(40px, 5vw, 82px);
}

.total-deliverables-intro p {
  color: var(--ink-muted);
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.48;
}

.total-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(36px, 4.6vw, 72px);
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.total-deliverables-grid article {
  min-height: 214px;
  padding: clamp(18px, 1.72vw, 30px);
  background: #fff;
}

.total-deliverables-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--ink-muted);
  font-size: clamp(13px, 0.88vw, 17px);
  line-height: 1;
}

.total-deliverables-grid h4 {
  margin: 0 0 18px;
  font-size: clamp(21px, 1.52vw, 30px);
  font-weight: 400;
  line-height: 1.16;
}

.total-deliverables-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-muted);
  font-size: clamp(14px, 0.98vw, 18px);
  line-height: 1.46;
}

.total-deliverables-grid li + li {
  margin-top: 6px;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(88px, 12vw, 210px);
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.timeline-grid article {
  min-height: 326px;
  padding: clamp(22px, 2.3vw, 42px);
  background: #fff;
}

.assumptions {
  max-width: 980px;
  margin-top: clamp(46px, 5vw, 86px);
}

.assumption-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(86px, 11vw, 200px);
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.assumption-grid article {
  min-height: 230px;
  padding: clamp(22px, 2.2vw, 42px);
  background: #fff;
}

.gf-closing .closing-content {
  position: absolute;
  left: var(--gutter);
  top: 45%;
  width: min(930px, calc(100% - var(--gutter) * 2));
}

.gf-closing .closing-line {
  position: static;
  max-width: 900px;
  font-size: clamp(40px, 3.54vw, 68px);
  line-height: 1.14;
}

.gf-closing .closing-content p:not(.closing-line) {
  max-width: 680px;
  margin-top: 44px;
  color: var(--white-muted);
  font-size: clamp(19px, 1.25vw, 24px);
  line-height: 1.5;
}

.closing-link {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  margin-top: 38px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .slide-inner {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .slide-header {
    padding-bottom: 48px;
  }

  .cover-content,
  .two-col,
  .stage-layout,
  .integration-grid,
  .tier-grid,
  .why-grid,
  .deliverable-list {
    margin-top: 72px;
  }

  .two-col,
  .stage-layout,
  .integration-grid,
  .why-grid,
  .gf-split,
  .investment-layout,
  .total-deliverables-intro {
    grid-template-columns: 1fr;
  }

  .orbit-card,
  .visual-panel,
  .direction-board,
  .offline-note {
    width: min(560px, 100%);
    margin: 0;
  }

  .tier-grid,
  .scope-grid,
  .timeline-grid,
  .investment-phases,
  .assumption-grid,
  .total-deliverables-grid {
    grid-template-columns: 1fr;
  }

  .scope-grid article,
  .timeline-grid article,
  .investment-phases article,
  .assumption-grid article,
  .total-deliverables-grid article {
    min-height: auto;
  }

  .tier {
    min-height: auto;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--line-dark);
  }

  .measure-card {
    display: none;
  }
}

@media (max-width: 680px) {
  .deck-nav {
    display: none;
  }

  .slide,
  .slide-inner {
    min-height: auto;
  }

  .slide-inner {
    padding: 34px 22px 52px;
  }

  .slide-header {
    align-items: center;
    padding-bottom: 32px;
  }

  .cover-content {
    margin-top: 82px;
  }

  .client-line {
    display: block;
  }

  .client-line strong {
    display: block;
    margin-top: 6px;
  }

  .date-label {
    position: static;
    margin-top: 84px;
  }

  .topography-cover,
  .topography-light {
    right: -85%;
    bottom: -45%;
    width: 170vw;
    height: 210vw;
  }

  .pattern-art {
    width: 190vw;
  }

  .pattern-art-cover,
  .pattern-art-closing {
    right: -112%;
    bottom: -38%;
  }

  .half-grid {
    display: none;
  }

  .orbit-card,
  .visual-panel,
  .direction-board,
  .offline-note {
    aspect-ratio: 1;
  }

  .direction-board,
  .offline-note {
    aspect-ratio: auto;
    min-height: auto;
  }

  .orbit-word {
    width: 92px;
    height: 74px;
    font-size: 15px;
  }

  .orbit-story { left: 70px; bottom: 98px; }
  .orbit-aesthetic { left: 92px; top: 96px; }
  .orbit-guides { right: 76px; top: 102px; }
  .orbit-traction { right: 78px; bottom: 94px; }

  .closing-line {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 120px;
  }

  .gf-closing .closing-content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 120px;
  }

  .gf-closing .closing-line {
    margin-top: 0;
  }

  .scope-grid,
  .timeline-grid,
  .investment-phases,
  .assumption-grid,
  .total-deliverables-grid {
    margin-top: 42px;
  }

  .investment-card {
    min-height: 280px;
  }

}

@media print {
  body {
    background: #fff;
  }

  .deck-nav {
    display: none;
  }

  .slide {
    min-height: auto;
    aspect-ratio: 16 / 9;
    page-break-after: always;
  }

  .slide-inner {
    min-height: auto;
    height: 100%;
  }
}
