:root {
  --teal: #00b390;
  --teal-dk: #00997b;
  --teal-lt: #93e0d1;
  --teal-bg: #e9f8f4;
  --ink: #111111;
  --black: #000000;
  --grey: #5a5a5a;
  --line: #e3e3e3;
  --paper: #ffffff;
  --feed: #cfe9e1;
  --add: #00b390;
  --trans: #f0b75a;
  --elec: #3f7d8c;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

.wrap {
  max-width: 920px;
  margin: 0 auto;
}

.eyebrow {
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 16px;
}

h1 {
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.1rem,6vw,3.6rem);
  line-height: 1.02;
  color: var(--black);
  margin-bottom: 22px;
}

h1 .accent {
  color: var(--teal);
}

.lead {
  font-size: clamp(1.02rem,2.3vw,1.18rem);
  color: var(--grey);
  max-width: 64ch;
  margin-bottom: 22px;
}

.status {
  background: var(--teal-bg);
  border-left: 4px solid var(--teal);
  padding: 16px 20px;
  margin: 26px 0 10px;
  font-size: .92rem;
  color: var(--grey);
  max-width: none;
}

.status strong {
  color: var(--ink);
  font-weight: 700;
}

h2 {
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: clamp(1.4rem,3.2vw,1.9rem);
  font-weight: 700;
  color: var(--ink);
  margin: 64px 0 6px;
  padding-top: 26px;
  border-top: 3px solid var(--ink);
}

h2 .num {
  color: var(--teal);
  margin-right: 10px;
}

.h2sub {
  font-size: .98rem;
  color: var(--grey);
  margin-bottom: 26px;
  max-width: 62ch;
}

h3 {
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--ink);
  margin: 26px 0 10px;
}

p {
  margin-bottom: 14px;
  color: var(--grey);
}

p.tight {
  margin-bottom: 6px;
}

strong.ink {
  color: var(--ink);
  font-weight: 700;
}

/* headline figures */

.figs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 30px 0;
}

.fig {
  background: #fafafa;
  border: 1px solid var(--line);
  padding: 26px 24px;
}

.fig.lead {
  border: 2px solid var(--teal);
  background: var(--teal-bg);
}

.fig .n {
  font-family: "Antonio",sans-serif;
  font-weight: 700;
  font-size: clamp(2.6rem,7vw,3.8rem);
  line-height: .95;
  color: var(--ink);
}

.fig .n small {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: .9rem;
  color: var(--grey);
  display: block;
  margin-top: 6px;
}

.fig .lab {
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: .82rem;
  color: var(--teal-dk);
  margin-bottom: 12px;
}

/* build-up stacked bar */

.stack-wrap {
  margin: 22px 0 8px;
}

.stack {
  display: flex;
  height: 54px;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
}

.seg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: .82rem;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  transition: width 1.1s cubic-bezier(.22,1,.36,1);
}

.seg.add {
  background: var(--add);
}

.seg.trans {
  background: var(--trans);
  color: #5a3d0a;
}

.seg.elec {
  background: var(--elec);
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
  font-size: .86rem;
  color: var(--grey);
}

.legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.sw {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 2px;
}

.sw.feed {
  background: var(--feed);
  border: 1px solid #b8d8cf;
}

.sw.add {
  background: var(--add);
}

.sw.trans {
  background: var(--trans);
}

.sw.elec {
  background: var(--elec);
}

.eq {
  font-family: "Antonio",sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--ink);
  text-align: right;
  margin-top: 14px;
}

.eq b {
  color: var(--teal-dk);
}

/* data cards */

.data {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
  margin: 24px 0;
}

.dc {
  background: #fafafa;
  border: 1px solid var(--line);
  padding: 18px 16px;
}

.dc .v {
  font-family: "Antonio",sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--teal-dk);
}

.dc .v small {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: .72rem;
  color: var(--grey);
}

.dc .k {
  font-size: .78rem;
  color: var(--grey);
  margin-top: 7px;
  line-height: 1.35;
}

/* module blocks */

.mod {
  background: #fafafa;
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  padding: 22px 24px;
  margin: 16px 0;
}

.mod .tag {
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: .76rem;
  color: var(--teal-dk);
}

.mod h3 {
  margin-top: 4px;
  margin-bottom: 8px;
}

.calc {
  font-family: 'Roboto';
  font-size: 1.05rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  padding: 12px 14px;
  margin-top: 12px;
  display: inline-block;
}

.calc b {
  color: var(--teal-dk);
}

/* tables */

table {
  width: 100%;
  border-collapse: collapse;
  font-size: .92rem;
  margin: 14px 0;
}

th, td {
  text-align: right;
  padding: 12px 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th:first-child, td:first-child {
  text-align: left;
}

thead th {
  font-family: 'Roboto';
  font-weight: 700;
  color: #fff;
  background: var(--ink);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .78rem;
}

tbody td:first-child {
  color: var(--ink);
  font-weight: 500;
}

tbody td {
  color: var(--grey);
}

.src {
  font-size: .8rem;
  color: #8a8a8a;
}

.tot td {
  font-weight: 700;
  color: #fff;
  background: var(--teal);
  font-family: 'Roboto';
  font-size: 1rem;
  border-bottom: none;
}

.tot td:first-child {
  color: #fff;
}

/* scenario grid */

.scen {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin: 20px 0;
}

.sc {
  border: 1px solid var(--line);
  padding: 18px 20px;
}

.sc.hl {
  border: 2px solid var(--teal);
  background: var(--teal-bg);
}

.sc .n {
  font-family: "Antonio",sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  color: var(--ink);
  line-height: 1;
}

.sc .lab {
  font-size: .84rem;
  color: var(--grey);
  margin-top: 6px;
}

.sc .pill {
  display: inline-block;
  font-family: 'Roboto';
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding: 3px 9px;
  background: var(--teal);
  color: #fff;
  margin-bottom: 10px;
}

/* context bars vs virgin */

.ctx {
  margin: 22px 0;
}

.ctx .row {
  margin-bottom: 16px;
}

.ctx .top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7px;
}

.ctx .name {
  font-family: 'Roboto';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
}

.ctx .num {
  font-family: "Antonio",sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--ink);
}

.ctx .bar {
  height: 26px;
  background: #f0f0f0;
  overflow: hidden;
}

.ctx .fill {
  height: 100%;
  width: 0;
  transition: width 1.2s cubic-bezier(.22,1,.36,1);
}

.ctx .fill.ours {
  background: var(--teal);
}

.ctx .fill.virg {
  background: #b8484a;
}

.note {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: .8rem;
  color: var(--grey);
  line-height: 1.7;
}

.note p {
  margin-bottom: 10px;
}

.note strong {
  color: var(--ink);
  font-weight: 700;
}

/* improvement levers */

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

.lever {
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  padding: 22px 22px 18px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
}

.lever.delivery {
  border-top-color: var(--elec);
}

.lv-type {
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: .7rem;
  color: var(--teal-dk);
}

.lever.delivery .lv-type {
  color: var(--elec);
}

.lever h3 {
  margin: 6px 0 14px;
}

.lever-impact {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.lever-impact .from {
  font-family: "Antonio",sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #b3b3b3;
  text-decoration: line-through;
}

.lever-impact .arrow {
  color: var(--grey);
  font-size: 1rem;
}

.lever-impact .to {
  font-family: "Antonio",sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--teal-dk);
  line-height: 1;
}

.lever.delivery .lever-impact .to {
  color: var(--elec);
}

.lever-impact .unit {
  font-size: .7rem;
  color: var(--grey);
}

.lever-impact .save {
  margin-left: auto;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: .8rem;
  background: var(--teal);
  color: #fff;
  padding: 3px 10px;
}

.lever.delivery .lever-impact .save {
  background: var(--elec);
}

.lever-why {
  font-size: .87rem;
  color: var(--grey);
  margin-bottom: 16px;
}

.steps-label {
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: .72rem;
  color: var(--ink);
  display: block;
  margin-bottom: 9px;
  margin-top: auto;
}

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

.steps li {
  position: relative;
  padding-left: 24px;
  font-size: .85rem;
  color: var(--grey);
  margin-bottom: 8px;
  line-height: 1.4;
}

.steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--teal);
  border-radius: 50%;
}

.lever.delivery .steps li::before {
  border-color: var(--elec);
}

/* step-down ladder */

.ladder {
  margin: 26px 0 8px;
}

.lad {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 11px;
}

.lad .lbl {
  flex: 0 0 44%;
  font-size: .88rem;
  color: var(--grey);
  line-height: 1.3;
}

.lad .lbl b {
  display: block;
  color: var(--ink);
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .03em;
}

.lad .track {
  flex: 1;
  height: 22px;
  background: #f0f0f0;
}

.lad .fill {
  height: 100%;
  width: 0;
  background: var(--teal);
  transition: width 1s cubic-bezier(.22,1,.36,1);
}

.lad.best .fill {
  background: var(--teal-dk);
}

.lad .v {
  flex: 0 0 56px;
  text-align: right;
  font-family: "Antonio",sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--teal-dk);
}

@media (max-width:680px) {
  .figs {
    grid-template-columns: 1fr;
  }
}

@media (max-width:680px) {
  .data {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:680px) {
  .scen {
    grid-template-columns: 1fr;
  }
}

@media (max-width:680px) {
  .seg {
    font-size: .68rem;
  }
}

@media (max-width:680px) {
  .levers {
    grid-template-columns: 1fr;
  }
}

@media (max-width:680px) {
  .lad .lbl {
    flex-basis: 40%;
  }
}

@media (prefers-reduced-motion:reduce) {
  .seg, .ctx .fill {
    transition: none;
  }
}

