@font-face {
  font-family: "Corbel Local";
  src: url("assets/fonts/Corbel-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Corbel Local";
  src: url("assets/fonts/Corbel-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Corbel Local";
  src: url("assets/fonts/Corbel-Italic.ttf") format("truetype");
  font-style: italic;
}

@font-face {
  font-family: "Minion Local";
  src: url("assets/fonts/MinionPro-Regular.otf") format("opentype");
  font-weight: 400;
}

:root {
  --paper: #fbfbf8;
  --ink: #131b24;
  --muted: #5d6670;
  --blue: #26408f;
  --blue-soft: #e8edf8;
  --navy: #111d2c;
  --navy-2: #18283d;
  --rule: rgba(38, 64, 143, 0.26);
  --hairline: rgba(19, 27, 36, 0.18);
  --red: #c53a32;
  --shadow: rgba(17, 29, 44, 0.17);
}

@page {
  size: Letter portrait;
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  background: #cdd5dd;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: start center;
  padding: 24px;
  color: var(--ink);
  font-family: "Corbel Local", Corbel, Arial, sans-serif;
}

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

.sheet {
  position: relative;
  width: 8.5in;
  height: 11in;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--paper) 58%, #f3f5f6 100%);
  box-shadow: 0 18px 60px var(--shadow);
}

.masthead {
  position: relative;
  margin: 0 0.50in;
  padding: 0.27in 0 0.16in;
  border-top: 0.055in solid var(--blue);
}

.masthead__topline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.26in;
}

.brand-lockup {
  display: grid;
  grid-template-columns: 0.19in auto;
  gap: 0.06in;
  align-items: center;
}

.brand-mark {
  position: relative;
  display: block;
  width: 0.17in;
  height: 0.24in;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: var(--blue);
}

.brand-mark::before {
  left: 0.02in;
  top: 0;
  width: 0.09in;
  height: 0.24in;
  transform: skewY(-30deg);
}

.brand-mark::after {
  left: 0.09in;
  top: 0.03in;
  width: 0.07in;
  height: 0.20in;
  transform: skewY(28deg);
  opacity: 0.78;
}

.brand-text {
  display: grid;
  gap: 0.005in;
  color: var(--navy);
  font-size: 8.8pt;
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-text__secondary {
  font-weight: 400;
  letter-spacing: 0.08em;
}

.masthead__eyebrow {
  justify-self: end;
  color: var(--muted);
}

.masthead-story {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 4.94in) 2.28in;
  gap: 0.28in;
  align-items: end;
  margin-top: 0.15in;
}

.masthead__kicker {
  color: var(--blue);
}

.sheet-title {
  margin-top: 0.08in;
  color: var(--ink);
  font-family: "Minion Local", Georgia, serif;
  font-size: 38.5pt;
  line-height: 0.89;
  font-weight: 400;
  letter-spacing: 0;
}

.storyline {
  padding: 0.08in 0 0.03in 0.16in;
  border-left: 0.040in solid var(--blue);
}

.storyline .lead-body {
  margin-top: 0.075in;
  color: #2f3b47;
  font-size: 10.0pt;
  line-height: 1.26;
}

.visual-hero {
  position: relative;
  margin: 0.13in 0.50in 0;
  height: 3.72in;
  overflow: hidden;
  border-top: 0.045in solid var(--blue);
  border-bottom: 1px solid rgba(19, 27, 36, 0.16);
  background: var(--navy-2);
}

.hero-image {
  position: relative;
  height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(0.88) contrast(1.06);
  display: block;
}

.visual-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1.40in;
  background: linear-gradient(180deg, rgba(17, 29, 44, 0) 0%, rgba(17, 29, 44, 0.84) 42%, #111d2c 100%);
}

.hero-proof {
  position: absolute;
  z-index: 2;
  left: 0.16in;
  right: 0.16in;
  bottom: 0.14in;
  display: grid;
  grid-template-columns: 1.24in 1.42in 1.42in 1.34in 1.76in;
  min-height: 0.74in;
  color: white;
  background: rgba(24, 40, 61, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-proof__label {
  display: grid;
  align-content: center;
  padding: 0.10in 0.09in;
  color: rgba(255, 255, 255, 0.94);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 7.0pt;
  line-height: 1.12;
  letter-spacing: 0.09em;
}

.metric {
  display: grid;
  align-content: start;
  padding: 0.080in 0.105in 0.064in;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.metric-number {
  color: inherit;
  font-family: "Minion Local", Georgia, serif;
  font-size: 21pt;
  line-height: 0.90;
  font-weight: 400;
  letter-spacing: 0;
}

.metric--support .metric-number {
  font-family: "Corbel Local", Corbel, Arial, sans-serif;
  font-size: 11.6pt;
  font-weight: 700;
  line-height: 1.02;
}

.metric-label {
  margin-top: 0.036in;
  color: rgba(255, 255, 255, 0.78);
  font-size: 5.75pt;
  line-height: 1.08;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.section-header {
  color: var(--muted);
  font-size: 7.0pt;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.hero-proof .hero-proof__label {
  color: rgba(255, 255, 255, 0.94);
  font-size: 7.5pt;
  line-height: 1.12;
  letter-spacing: 0.09em;
}

.lead-body {
  color: var(--ink);
  font-size: 10.65pt;
  line-height: 1.30;
}

.lead-body span {
  color: var(--blue);
}

.body-text {
  color: var(--ink);
  font-size: 8.35pt;
  line-height: 1.34;
}

.caption {
  color: var(--muted);
  font-size: 6.35pt;
  line-height: 1.16;
  font-style: italic;
}

.insight-band {
  display: grid;
  grid-template-columns: minmax(0, 5.02in) 2.20in;
  gap: 0.28in;
  align-items: stretch;
  margin: 0.23in 0.50in 0;
  padding-bottom: 0.19in;
  border-bottom: 1px solid rgba(19, 27, 36, 0.16);
}

.judgment-block {
  padding-top: 0.015in;
}

.judgment-block h2,
.execution-heading h2 {
  color: var(--ink);
  font-family: "Minion Local", Georgia, serif;
  font-size: 23pt;
  line-height: 0.94;
  font-weight: 400;
  letter-spacing: 0;
}

.judgment-block h2 {
  margin-top: 0.065in;
}

.judgment-block .lead-body {
  margin-top: 0.095in;
}

.judgment-block .body-text {
  margin-top: 0.085in;
  max-width: 4.50in;
}

.outcome-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.10in;
  max-width: 4.82in;
  margin-top: 0.18in;
  padding-top: 0.12in;
  border-top: 1px solid rgba(38, 64, 143, 0.20);
}

.outcome-row article {
  display: flex;
  gap: 0.048in;
  align-items: baseline;
  min-width: 0;
}

.outcome-row span {
  color: rgba(38, 64, 143, 0.62);
  font-family: "Corbel Local", Corbel, Arial, sans-serif;
  font-size: 8.2pt;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.outcome-row p {
  color: var(--blue);
  font-size: 6.65pt;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.085em;
  white-space: nowrap;
}

.conditions-block {
  padding: 0.105in 0.15in 0.080in;
  border-top: 0.035in solid var(--blue);
  background: #ffffff;
}

.conditions-block .section-header {
  color: var(--ink);
}

.condition-row {
  display: grid;
  grid-template-columns: 0.24in 1fr;
  gap: 0.08in;
  align-items: start;
  padding: 0.045in 0 0.038in;
  border-top: 1px solid rgba(38, 64, 143, 0.14);
}

.condition-row:first-of-type {
  margin-top: 0.075in;
}

.condition-index {
  margin-top: 0;
  color: var(--blue);
}

.condition-item {
  color: #3d4751;
}

.execution-band {
  display: grid;
  grid-template-columns: minmax(0, 5.02in) 2.20in;
  grid-template-rows: auto 1fr;
  gap: 0.11in 0.24in;
  align-items: start;
  margin: 0.13in 0.50in 0;
  padding: 0.14in 0.18in 0.11in;
  color: white;
  background: var(--navy-2);
}

.execution-heading {
  grid-column: 1 / 2;
}

.execution-heading .section-header {
  color: rgba(255, 255, 255, 0.62);
}

.execution-heading h2 {
  margin-top: 0.045in;
  color: white;
  font-size: 19.6pt;
}

.execution-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.11in;
  grid-column: 1 / 2;
}

.step-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.060in;
  padding-top: 0.070in;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.step-number {
  color: #9eb1e2;
  font-family: "Minion Local", Georgia, serif;
  font-size: 17pt;
  line-height: 0.9;
}

.step-card h3 {
  color: white;
  font-size: 6.9pt;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.step-card p {
  margin-top: 0.036in;
  color: rgba(255, 255, 255, 0.78);
  font-size: 6.9pt;
  line-height: 1.24;
}

.execution-proof {
  display: grid;
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  grid-template-rows: auto auto 1fr;
  gap: 0.075in;
  align-self: stretch;
  align-content: start;
  padding-left: 0.14in;
  padding-top: 0.02in;
  border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.execution-proof__label {
  color: rgba(255, 255, 255, 0.62);
}

.proof-note {
  color: rgba(255, 255, 255, 0.80);
  font-size: 7.35pt;
  line-height: 1.30;
}

.execution-proof__outcome {
  align-self: end;
  padding-top: 0.070in;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.execution-proof__outcome .section-header {
  color: rgba(255, 255, 255, 0.54);
  font-size: 6.15pt;
  letter-spacing: 0.095em;
}

.execution-proof__outcome p:last-child {
  margin-top: 0.038in;
  color: rgba(255, 255, 255, 0.82);
  font-size: 6.85pt;
  line-height: 1.22;
}

.footer {
  position: absolute;
  left: 0.54in;
  right: 0.54in;
  bottom: 0.14in;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.16in;
  align-items: center;
  color: var(--muted);
  font-size: 6.7pt;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer span {
  height: 1px;
  background: rgba(38, 64, 143, 0.24);
}

.footer p:last-child {
  color: var(--red);
}

@media print {
  html,
  body {
    background: white;
    padding: 0;
  }

  .sheet {
    box-shadow: none;
  }
}
