:root {
  --ink: #131114;
  --paper: #f4eee5;
  --paper-hi: #fffaf2;
  --green: #73fe62;
  --blue: #1646dc;
  --gold: #fbb10d;
  --coral: #f05d43;
  --violet: #b48cff;
  --muted: #706a67;
  --rule: rgba(19, 17, 20, 0.22);
  --screen-scale: 1;
}

* {
  box-sizing: border-box;
}

html {
  background: #28242a;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #28242a;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.36;
  font-variant-numeric: tabular-nums;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
blockquote,
figure,
ul,
ol {
  margin-top: 0;
}

h1,
h2,
h3,
.display,
.metric {
  font-family: Montserrat, "Avenir Next", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

h1 {
  font-size: 56px;
}

h2 {
  margin-bottom: 18px;
  font-size: 39px;
  max-width: 870px;
}

h3 {
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 1.02;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: 750;
}

.serif {
  font-family: Baskerville, Georgia, serif;
  font-style: italic;
  letter-spacing: -0.02em;
}

.mono,
.eyebrow,
.running,
.tag,
.phase-no,
.chart-label,
.page-no,
.micro {
  font-family: "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.controls {
  position: fixed;
  z-index: 100;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.controls button,
.controls a {
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 10px 14px;
  color: #fff;
  background: rgba(19, 17, 20, 0.9);
  font: 700 11px/1 "SFMono-Regular", Consolas, monospace;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.proposal {
  display: grid;
  gap: 28px;
  width: max-content;
  margin: 28px auto 72px;
}

.page {
  position: relative;
  width: 1056px;
  height: 816px;
  overflow: hidden;
  padding: 42px 48px 44px;
  background: var(--paper);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  page-break-after: always;
  break-after: page;
  isolation: isolate;
}

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

.page--paper {
  background: var(--paper);
  color: var(--ink);
}

.page--ink {
  background: var(--ink);
  color: var(--paper-hi);
}

.page--green {
  background: var(--green);
  color: var(--ink);
}

.page--blue {
  background: var(--blue);
  color: #fff;
}

.page--gold {
  background: var(--gold);
  color: var(--ink);
}

.page--coral {
  background: var(--coral);
  color: var(--ink);
}

.page-header,
.page-footer {
  position: absolute;
  right: 48px;
  left: 48px;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  line-height: 1;
}

.page-header {
  top: 22px;
}

.page-footer {
  bottom: 19px;
}

.page-header::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.22;
}

.page-footer::before {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.18;
}

.running,
.page-no {
  font-weight: 700;
}

.draft-note {
  opacity: 0.62;
}

.page-body {
  position: relative;
  z-index: 5;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 7px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 800;
}

.eyebrow::before {
  width: 26px;
  height: 7px;
  background: currentColor;
  content: "";
}

.tag {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 5px 7px 4px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.tag--solid {
  border-color: var(--ink);
  color: var(--paper-hi);
  background: var(--ink);
}

.tag--green {
  border-color: var(--green);
  color: var(--ink);
  background: var(--green);
}

.tag--paper {
  border-color: var(--paper-hi);
  color: var(--ink);
  background: var(--paper-hi);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.rule-top {
  border-top: 1px solid currentColor;
  padding-top: 12px;
}

.lede {
  max-width: 860px;
  font-size: 17px;
  line-height: 1.32;
}

.small {
  font-size: 11px;
  line-height: 1.35;
}

.micro {
  font-size: 7.5px;
  line-height: 1.35;
}

.muted {
  color: var(--muted);
}

.callout {
  border-left: 9px solid currentColor;
  padding-left: 17px;
}

.callout p {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.metric {
  display: block;
  font-size: 48px;
}

.metric-label {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.signal-bar {
  position: absolute;
  z-index: 2;
  width: 12px;
  background: var(--signal, var(--green));
}

.signal-bar.a {
  top: 0;
  right: 82px;
  height: 126px;
}

.signal-bar.b {
  right: 100px;
  bottom: 0;
  height: 74px;
}

.coord {
  position: absolute;
  z-index: 3;
  right: 17px;
  bottom: 122px;
  font-size: 7px;
  letter-spacing: 0.13em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  opacity: 0.55;
}

.handoff {
  display: flex;
  gap: 4px;
  align-items: flex-end;
}

.handoff i {
  display: block;
  width: 7px;
  background: currentColor;
}

.handoff i:nth-child(1) { height: 7px; }
.handoff i:nth-child(2) { height: 13px; }
.handoff i:nth-child(3) { height: 20px; }
.handoff i:nth-child(4) { height: 28px; }

/* Cover */
.cover {
  padding: 0;
  background: var(--ink);
}

.cover .page-header,
.cover .page-footer {
  right: 42px;
  left: 42px;
  color: var(--paper-hi);
}

.cover-grid {
  display: grid;
  grid-template-columns: 59% 41%;
  width: 100%;
  height: 100%;
}

.cover-copy {
  position: relative;
  z-index: 3;
  padding: 68px 46px 52px 48px;
  color: var(--ink);
  background: var(--green);
}

.cover-copy h1 {
  max-width: 590px;
  margin: 14px 0 17px;
  font-size: 57px;
}

.cover-copy .subhead {
  width: 90%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.cover-photo {
  position: relative;
  overflow: hidden;
  background: #29252a;
}

.cover-photo > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: grayscale(100%) contrast(1.05);
}

.cover-photo::after {
  position: absolute;
  inset: 0;
  background: rgba(19, 17, 20, 0.14);
  content: "";
}

.cover-letter {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(19, 17, 20, 0.42);
  padding-top: 13px;
  font-size: 10.2px;
  line-height: 1.34;
}

.cover-logo {
  position: absolute;
  z-index: 4;
  right: 36px;
  bottom: 44px;
  width: 260px;
  height: auto;
  object-fit: contain;
  filter: none;
}

.cover-date {
  font-weight: 750;
  line-height: 1.32;
}

/* Thesis */
.thesis-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  height: 535px;
}

.identity-stack {
  position: relative;
  min-height: 100%;
  border-left: 1px solid var(--ink);
}

.identity-step {
  position: absolute;
  right: 0;
  left: 0;
  border-top: 1px solid var(--ink);
  padding: 13px 0 0 20px;
}

.identity-step:nth-child(1) { top: 0; }
.identity-step:nth-child(2) { top: 31%; left: 10%; }
.identity-step:nth-child(3) { top: 62%; left: 20%; }
.identity-step:nth-child(4) { top: 82%; left: 30%; }

.identity-step strong {
  display: block;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 1;
}

.identity-step span {
  display: block;
  max-width: 340px;
  font-size: 11px;
}

.promise {
  margin-top: 23px;
  padding: 18px 20px;
  color: var(--paper-hi);
  background: var(--blue);
}

.promise p {
  margin: 0;
  font-size: 19px;
  line-height: 1.18;
}

/* Evidence */
.evidence-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 26px;
  height: 590px;
}

.corridor-chart {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 11px;
  margin: 19px 0 14px;
}

.corridor-row {
  display: grid;
  grid-template-columns: 112px 1fr 42px;
  gap: 9px;
  align-items: center;
}

.corridor-row small {
  display: block;
  margin-top: 2px;
  font-size: 6.8px;
  line-height: 1.1;
  text-transform: uppercase;
  opacity: 0.72;
}

.corridor-row strong {
  font-size: 11px;
  text-transform: uppercase;
}

.bar-track {
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.bar-fill {
  height: 100%;
  width: var(--w);
  background: var(--paper-hi);
}

.dayparts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.daypart {
  min-height: 164px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  padding: 13px 12px 0 0;
}

.daypart + .daypart {
  padding-left: 12px;
}

.daypart:last-child {
  border-right: 0;
}

.daypart h3 {
  color: var(--green);
  font-size: 15px;
}

.daypart p {
  font-size: 10.5px;
}

.portrait-box {
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 15px;
}

.portrait-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 14px;
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
}

.portrait-box li::before {
  margin-right: 7px;
  color: var(--green);
  content: "+";
}

/* Process */
.phase-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 16px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.phase-card {
  position: relative;
  min-height: 407px;
  border-right: 1px solid var(--ink);
  padding: 16px 13px 13px;
}

.phase-card:last-child {
  border-right: 0;
}

.phase-card:nth-child(2),
.phase-card:nth-child(4) {
  background: rgba(19, 17, 20, 0.055);
}

.phase-no {
  display: block;
  margin-bottom: 26px;
  font-size: 10px;
  font-weight: 800;
}

.phase-card h3 {
  min-height: 42px;
  font-size: 18px;
}

.phase-question {
  min-height: 52px;
  font-family: Baskerville, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.18;
}

.phase-card p,
.phase-card li {
  font-size: 9.2px;
  line-height: 1.32;
}

.phase-card ul {
  margin: 10px 0 0;
  padding-left: 14px;
}

.phase-lead {
  position: absolute;
  right: 13px;
  bottom: 14px;
  left: 13px;
  border-top: 1px solid var(--ink);
  padding-top: 7px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.flow-rail {
  display: grid;
  grid-template-columns: repeat(9, auto);
  align-items: center;
  margin-top: 17px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flow-rail .arrow {
  height: 1px;
  margin: 0 9px;
  background: currentColor;
}

/* Engagement */
.engage-grid {
  display: grid;
  grid-template-columns: 0.93fr 1.07fr;
  gap: 22px;
  height: 515px;
}

.engage-stack {
  display: grid;
  grid-template-rows: 168px 168px 159px;
  gap: 10px;
}

.engage-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ink);
  padding: 16px;
}

.engage-card h3 {
  max-width: 310px;
  font-size: 22px;
}

.engage-card p {
  max-width: 380px;
  font-size: 10px;
}

.engage-card--photo {
  min-height: 145px;
  padding: 0;
}

.engage-card--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.engage-card--photo figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 8px 9px;
  color: var(--paper-hi);
  background: var(--ink);
  font-size: 8px;
}

.ladder {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 13px;
}

.ladder span {
  border-top: 5px solid var(--ink);
  padding: 7px 4px 0;
  font-size: 7.4px;
  font-weight: 750;
  text-align: center;
  text-transform: uppercase;
}

.ladder span:nth-child(2) { border-color: #2e292f; }
.ladder span:nth-child(3) { border-color: #493e45; }
.ladder span:nth-child(4) { border-color: #6a4a48; }
.ladder span:nth-child(5) { border-color: #8b514b; }
.ladder span:nth-child(6) { border-color: #ae554d; }
.ladder span:nth-child(7) { border-color: var(--paper-hi); }

.scope-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 11px;
  border-top: 1px solid var(--ink);
  padding-top: 9px;
  font-size: 8.4px;
}

/* Schedule */
.schedule {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.schedule > div {
  min-height: 37px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 8px;
  font-size: 8.5px;
}

.schedule .head {
  min-height: 28px;
  background: var(--ink);
  color: var(--paper-hi);
  font-weight: 750;
  text-transform: uppercase;
}

.schedule .task {
  font-weight: 750;
}

.schedule .active {
  position: relative;
  background: var(--blue);
}

.schedule .active::after {
  position: absolute;
  top: 50%;
  right: -1px;
  left: -1px;
  height: 3px;
  background: var(--green);
  content: "";
}

.decision-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-top: 12px;
}

.decision {
  border-top: 8px solid var(--blue);
  padding-top: 7px;
  font-size: 8px;
}

.governance {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  margin-top: 18px;
}

.role-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 9px;
  border-top: 1px solid var(--rule);
  padding: 7px 0;
  font-size: 9px;
}

.role-row strong {
  text-transform: uppercase;
}

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

.risk-list li {
  border-top: 1px solid var(--rule);
  padding: 6px 0;
  font-size: 8.5px;
}

/* Deliverables */
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 17px;
}

.deliverable {
  min-height: 213px;
  border-top: 10px solid var(--coral);
  padding: 11px 10px 0 0;
}

.deliverable h3 {
  font-size: 17px;
}

.deliverable ul {
  margin: 9px 0 0;
  padding-left: 14px;
  font-size: 9px;
  line-height: 1.3;
}

.adoption-block {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 23px;
  margin-top: 20px;
  background: var(--ink);
  color: var(--paper-hi);
  padding: 16px 18px;
}

.adoption-block h3 {
  margin: 0 0 7px;
  color: var(--green);
  font-size: 20px;
}

.adoption-block p,
.adoption-block li {
  font-size: 9px;
}

.adoption-block ul {
  columns: 2;
  margin: 0;
  padding-left: 15px;
}

/* Team */
.team-layout {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 20px;
  height: 500px;
}

.team-portraits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 246px;
}

.portrait {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  filter: grayscale(100%);
}

.portrait figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 10px;
  color: var(--ink);
  background: var(--green);
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
}

.team-lead-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 12px;
}

.team-lead-copy p {
  font-size: 9.6px;
}

.team-cards {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 9px;
}

.team-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 12px;
  border-top: 1px solid var(--ink);
  padding-top: 10px;
}

.initials {
  display: grid;
  place-items: center;
  height: 62px;
  color: var(--paper-hi);
  background: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 800;
}

.team-card h3 {
  margin-bottom: 4px;
  font-size: 15px;
}

.team-card p {
  font-size: 9px;
}

.team-ribbon {
  margin-top: 15px;
  border-top: 1px solid var(--ink);
  padding-top: 9px;
  font-size: 9px;
}

/* Experience */
.experience-layout {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 23px;
  height: 575px;
}

.experience-photo {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.experience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-photo::after {
  position: absolute;
  inset: 0;
  background: rgba(19, 17, 20, 0.12);
  content: "";
}

.photo-label {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px;
  color: var(--ink);
  background: var(--gold);
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
}

.timeline-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  border-top: 1px solid var(--ink);
  padding: 10px 0;
}

.timeline-item .year {
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.timeline-item p {
  font-size: 10px;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 13px;
}

.proof {
  border-top: 7px solid var(--ink);
  padding-top: 6px;
  font-size: 8.5px;
}

/* Fee */
.fee-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 27px;
  height: 576px;
}

.fee-total {
  margin: 2px 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}

.fee-table td {
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  padding: 7px 0;
}

.fee-table td:last-child {
  text-align: right;
  font-weight: 750;
}

.fee-table tr:last-child td {
  border-top: 2px solid #fff;
  font-size: 13px;
}

.terms-block {
  border-top: 1px solid rgba(255, 255, 255, 0.52);
  padding-top: 12px;
}

.terms-block h3 {
  color: var(--green);
  font-size: 16px;
}

.terms-block p,
.terms-block li {
  font-size: 8.7px;
}

.terms-block ul {
  margin: 6px 0 13px;
  padding-left: 15px;
}

.close-quote {
  margin-top: 14px;
  border-left: 9px solid var(--green);
  padding: 4px 0 4px 15px;
  font-family: Baskerville, serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.18;
}

/* Portfolio */
.portfolio .page-body {
  padding-top: 20px;
}

.portfolio-head {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 17px;
}

.portfolio-index {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.82;
}

.portfolio h2 {
  margin: 0;
  font-size: 36px;
}

.portfolio-meta {
  max-width: 280px;
  font-size: 8px;
  text-align: right;
  text-transform: uppercase;
}

.case-grid {
  display: grid;
  grid-template-columns: 1.36fr 0.64fr;
  gap: 18px;
  height: 512px;
}

.case-grid--reverse {
  grid-template-columns: 0.72fr 1.28fr;
}

.case-visual {
  position: relative;
  overflow: hidden;
  background: #29252a;
}

.case-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-visual .fit {
  object-fit: contain;
}

.case-caption {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 8px 10px;
  color: var(--paper-hi);
  background: rgba(19, 17, 20, 0.92);
  font-size: 8px;
}

.case-copy {
  display: flex;
  flex-direction: column;
}

.case-copy h3 {
  font-size: 21px;
}

.case-copy p {
  font-size: 10.3px;
}

.case-copy .relevance {
  margin-top: auto;
  border-top: 8px solid currentColor;
  padding-top: 10px;
  font-family: Baskerville, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.18;
}

.case-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin: 11px 0;
}

.case-fact {
  border-top: 1px solid currentColor;
  padding-top: 6px;
  font-size: 8px;
}

.image-mosaic {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  height: 100%;
}

.image-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-mosaic img:first-child {
  grid-row: 1 / 3;
}

.counterpulse-visual {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  height: 100%;
  color: var(--paper-hi);
  background: var(--ink);
}

.cp-word {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.cp-word span {
  transform: rotate(-90deg);
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.cp-events {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
}

.cp-events div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.cp-events div:nth-child(2),
.cp-events div:nth-child(5) {
  color: var(--ink);
  background: var(--coral);
}

.cp-events small {
  font-family: "SFMono-Regular", monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jabaf-visual {
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: 6px;
  height: 100%;
  padding: 11px;
  background: #f5f4ef;
}

.jabaf-visual > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jabaf-visual > img:first-child.photo-cover {
  object-fit: cover;
}

.jabaf-side {
  display: grid;
  grid-template-rows: 1fr 0.9fr;
  gap: 6px;
}

.jabaf-side img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.allgire-visual {
  display: grid;
  grid-template-rows: 1fr 0.52fr;
  gap: 6px;
  height: 100%;
}

.allgire-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.allgire-visual .fit {
  object-fit: contain;
  background: #f7f5ee;
}

.allgire-visual .photo-cover {
  object-fit: cover;
}

.westpak-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.15fr 0.85fr;
  gap: 6px;
  height: 100%;
  background: #efe9dc;
}

.westpak-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.westpak-visual img:first-child {
  grid-column: 1 / 3;
}

@page {
  size: 11in 8.5in;
  margin: 0;
}

@media screen and (max-width: 1120px) {
  .proposal {
    zoom: var(--screen-scale);
  }

  .controls {
    right: 10px;
    bottom: 10px;
  }
}

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

  body {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .controls {
    display: none !important;
  }

  .proposal {
    display: block;
    width: auto;
    margin: 0;
  }

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