@font-face {
  font-family: "Lausanne";
  src: url("assets/Lausanne-300.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

:root {
  --green: #343b34;
  --green-deep: #242a25;
  --pistachio: #e6f4d1;
  --paper: #fffcf9;
  --grey: #d1d1d1;
  --rose: #e69eb7;
  --amber: #e0a526;
  --ink: #2a2e2a;
  --muted: #626862;
  --line: rgba(52, 59, 52, 0.2);
  --sans: "Lausanne", "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --space-8: 8rem;
  --max: 90rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  background-image: radial-gradient(rgba(52, 59, 52, 0.11) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
  content: "";
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  position: fixed;
  z-index: 20;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
summary {
  font: inherit;
}

.skip-link {
  background: var(--amber);
  color: var(--green-deep);
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: -6rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(230, 244, 209, 0.94);
  border-bottom: 1px solid rgba(52, 59, 52, 0.12);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 4.75rem;
  padding: 0.75rem clamp(1.25rem, 4vw, 4rem);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  align-items: center;
  border: 0;
  display: inline-flex;
  justify-self: start;
  min-height: 2.75rem;
}

.brand img {
  height: 2.15rem;
  object-fit: contain;
  width: auto;
}

nav {
  display: flex;
  gap: clamp(1rem, 2vw, 2.25rem);
}

nav a {
  border-bottom: 1px solid transparent;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover,
nav a:focus-visible,
nav a.active {
  border-color: var(--green);
}

.print-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: var(--green);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  justify-content: center;
  justify-self: end;
  letter-spacing: 0.04em;
  min-height: 2.75rem;
  padding: 0.55rem 1.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.print-button:hover,
.print-button:focus-visible {
  background: var(--green);
  color: var(--paper);
}

.hero {
  background: var(--green);
  color: var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(26rem, 0.92fr);
  min-height: calc(100svh - 4.75rem);
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  padding: clamp(4rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem);
  padding-right: 3rem;
}

.eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  margin: 0 0 var(--space-3);
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

h1 {
  color: var(--paper);
  font-size: clamp(3.65rem, 7vw, 7.6rem);
  margin: 0 0 var(--space-5);
  max-width: 11ch;
}

h2 {
  color: var(--green);
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  margin: 0;
  max-width: 13ch;
}

h3 {
  color: inherit;
  font-size: clamp(1.45rem, 2vw, 2rem);
  margin-bottom: 1rem;
}

.hero-lead {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  margin-bottom: var(--space-6);
}

.hero-meta {
  border-top: 1px solid rgba(255, 252, 249, 0.35);
  display: flex;
  font-size: 0.86rem;
  gap: var(--space-4);
  justify-content: space-between;
  max-width: 45rem;
  padding-top: var(--space-2);
}

.parcel-wrap {
  align-items: center;
  background: var(--pistachio);
  color: var(--green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(2rem, 5vw, 5rem);
  position: relative;
}

.parcel-wrap::after {
  border: 1px solid rgba(52, 59, 52, 0.2);
  content: "";
  inset: 1.5rem;
  pointer-events: none;
  position: absolute;
}

.parcel {
  height: auto;
  max-width: 43rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.site {
  fill: rgba(255, 252, 249, 0.45);
  stroke: var(--green);
  stroke-width: 3;
}

.split,
.access {
  fill: none;
  stroke: var(--green);
  stroke-width: 2;
}

.access {
  stroke-width: 9;
}

.contour {
  fill: none;
  opacity: 0.2;
  stroke: var(--green);
  stroke-width: 1.2;
}

.marker {
  fill: var(--amber);
}

.plot-label text {
  fill: var(--green);
  font-family: var(--sans);
  font-size: 58px;
  font-weight: 300;
}

.access-label {
  fill: var(--green);
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-anchor: middle;
  text-transform: uppercase;
}

.parcel-wrap > p {
  font-size: 0.75rem;
  line-height: 1.4;
  margin: var(--space-3) 0 0;
  max-width: 42rem;
  position: relative;
  z-index: 1;
}

.metric-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: var(--max);
}

.metric-strip article {
  border-right: 1px solid var(--line);
  padding: var(--space-4) clamp(1.25rem, 3vw, 3.5rem);
}

.metric-strip article:last-child {
  border-right: 0;
}

.metric-strip strong {
  color: var(--amber);
  display: block;
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.metric-strip span {
  color: var(--muted);
  display: block;
  font-size: 0.8rem;
  line-height: 1.3;
  max-width: 13ch;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(5rem, 10vw, 10rem) clamp(1.5rem, 7vw, 8rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 1fr);
  margin-bottom: clamp(4rem, 8vw, 8rem);
}

.section-heading .eyebrow {
  margin-top: 0.6rem;
}

.section-heading h2 {
  max-width: 14ch;
}

.section-intro {
  color: var(--muted);
  grid-column: 2;
  margin: 2rem 0 0;
  max-width: 44rem;
}

.editorial-grid {
  display: grid;
  gap: clamp(2rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.lead {
  color: var(--green);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.22;
  max-width: 24ch;
}

.body-copy {
  max-width: 39rem;
}

.body-copy p {
  margin-bottom: 1.5rem;
}

blockquote {
  border-left: 3px solid var(--amber);
  color: var(--green);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.12;
  margin: clamp(5rem, 10vw, 10rem) 0 0;
  max-width: 21ch;
  padding-left: clamp(1.5rem, 4vw, 4rem);
}

.why {
  background: var(--pistachio);
  max-width: none;
}

.why > * {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--max) - 16rem);
}

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

.reason-grid article {
  border-top: 1px solid var(--green);
  min-height: 27rem;
  padding: 1.2rem clamp(1rem, 3vw, 3rem) 2rem 0;
}

.reason-grid article + article {
  border-left: 1px solid rgba(52, 59, 52, 0.25);
  padding-left: clamp(1rem, 3vw, 3rem);
}

.number,
.terms-grid article > span {
  color: var(--amber);
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  margin-bottom: clamp(5rem, 8vw, 8rem);
}

.reason-grid p {
  color: var(--green);
  font-size: 1rem;
  max-width: 31ch;
}

.approach {
  background: var(--green);
  color: var(--paper);
  max-width: none;
}

.approach > * {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--max) - 16rem);
}

.section-heading.light h2,
.section-heading.light .eyebrow {
  color: var(--paper);
}

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

.stage-list li {
  border-top: 1px solid rgba(255, 252, 249, 0.28);
  display: grid;
  gap: clamp(1.5rem, 5vw, 5rem);
  grid-template-columns: minmax(4rem, 0.22fr) minmax(0, 1fr);
  padding: clamp(2rem, 4vw, 4rem) 0;
}

.stage-list li:last-child {
  border-bottom: 1px solid rgba(255, 252, 249, 0.28);
}

.stage-no {
  color: var(--amber);
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1;
}

.stage-list h3 {
  color: var(--paper);
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.stage-list p {
  color: rgba(255, 252, 249, 0.78);
  margin: 0;
  max-width: 48rem;
}

.programme-note {
  display: grid;
  gap: clamp(1.5rem, 5vw, 5rem);
  grid-template-columns: minmax(4rem, 0.22fr) minmax(0, 1fr);
  padding: clamp(3rem, 6vw, 6rem) 0 0;
}

.programme-note .eyebrow {
  color: var(--amber);
}

.programme-note > p:last-child {
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  line-height: 1.25;
  max-width: 32ch;
}

.commercials {
  padding-bottom: clamp(6rem, 12vw, 12rem);
}

.waterfall {
  align-items: stretch;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1.15fr;
  margin-bottom: clamp(5rem, 9vw, 9rem);
}

.waterfall article {
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 11rem;
  padding: 1.25rem;
}

.waterfall article span {
  color: var(--muted);
  font-size: 0.82rem;
}

.waterfall article strong {
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.waterfall .positive strong,
.waterfall .result strong {
  color: var(--amber);
}

.waterfall .result {
  background: var(--green);
  border-color: var(--green);
  color: var(--paper);
}

.waterfall .result span {
  color: rgba(255, 252, 249, 0.72);
}

.operator {
  align-self: center;
  color: var(--green);
  font-size: 1.75rem;
}

.cost-layout {
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
}

.cost-layout h3 {
  border-bottom: 1px solid var(--green);
  padding-bottom: 1rem;
}

dl {
  margin: 0;
}

dl > div {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.8rem 0;
}

dt,
dd {
  margin: 0;
}

dt {
  color: var(--muted);
  font-size: 0.88rem;
}

dd {
  color: var(--green);
  font-size: 0.96rem;
  white-space: nowrap;
}

dl > div.total {
  border-bottom-color: var(--green);
  padding: 1rem 0;
}

dl > div.total dt,
dl > div.total dd {
  color: var(--green);
  font-size: 1rem;
}

details {
  border-bottom: 1px solid var(--green);
  border-top: 1px solid var(--green);
  margin-top: var(--space-5);
}

summary {
  cursor: pointer;
  font-size: 0.9rem;
  min-height: 3.5rem;
  padding: 1rem 2rem 1rem 0;
  position: relative;
}

summary::after {
  content: "+";
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 0.65rem;
}

details[open] summary::after {
  content: "−";
}

.detail-body {
  padding: 0.5rem 0 2rem;
}

.detail-body h4 {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 2rem 0 0.5rem;
  text-transform: uppercase;
}

.detail-body h4:first-child {
  margin-top: 0;
}

.terms {
  background: var(--pistachio);
  max-width: none;
}

.terms > * {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--max) - 16rem);
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.terms-grid article {
  border-top: 1px solid rgba(52, 59, 52, 0.3);
  min-height: 25rem;
  padding: 1.2rem clamp(1rem, 5vw, 5rem) 3rem 0;
}

.terms-grid article:nth-child(even) {
  border-left: 1px solid rgba(52, 59, 52, 0.22);
  padding-left: clamp(1rem, 5vw, 5rem);
}

.terms-grid article > span {
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.terms-grid p {
  font-size: 1rem;
  max-width: 38ch;
}

.closing {
  background: var(--green);
  color: var(--paper);
  display: grid;
  gap: clamp(4rem, 10vw, 10rem);
  grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 0.6fr);
  padding: clamp(5rem, 11vw, 11rem) max(clamp(1.5rem, 7vw, 8rem), calc((100vw - var(--max)) / 2 + 8rem));
}

.closing h2 {
  color: var(--paper);
  margin-bottom: 2rem;
}

.closing > div:first-child > p:last-child {
  color: rgba(255, 252, 249, 0.78);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  max-width: 39rem;
}

.contact-card {
  align-self: end;
  background: var(--pistachio);
  color: var(--green);
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 4rem);
}

.contact-card img {
  height: auto;
  margin-bottom: var(--space-5);
  max-width: 10rem;
}

.contact-card p {
  font-size: 1.25rem;
  margin-bottom: var(--space-4);
}

.contact-card a {
  border-top: 1px solid rgba(52, 59, 52, 0.24);
  font-size: 0.88rem;
  padding: 0.75rem 0;
  text-decoration: none;
}

footer {
  background: var(--green-deep);
  color: rgba(255, 252, 249, 0.64);
  display: flex;
  font-size: 0.72rem;
  justify-content: space-between;
  letter-spacing: 0.04em;
  padding: 1.5rem clamp(1.5rem, 7vw, 8rem);
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 70svh;
  }

  .parcel-wrap {
    min-height: 40rem;
  }

  .waterfall {
    grid-template-columns: 1fr 1fr;
  }

  .waterfall .operator {
    display: none;
  }

  .waterfall .result {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 1rem;
  }

  .site-header {
    min-height: 4.25rem;
    padding: 0.65rem 1.25rem;
  }

  .brand img {
    height: 1.75rem;
  }

  .print-button {
    min-height: 2.75rem;
    padding: 0.5rem 0.85rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    min-height: 75svh;
    padding: 5rem 1.5rem 3rem;
  }

  h1 {
    font-size: clamp(3.35rem, 16vw, 5rem);
  }

  .hero-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .parcel-wrap {
    min-height: 31rem;
    padding: 2.5rem 1.4rem;
  }

  .parcel-wrap::after {
    inset: 0.75rem;
  }

  .metric-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-strip article:nth-child(2) {
    border-right: 0;
  }

  .metric-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 5rem 1.5rem;
  }

  .section-heading {
    display: block;
    margin-bottom: 3.5rem;
  }

  .section-heading .eyebrow {
    margin-bottom: 1.25rem;
  }

  .section-intro {
    margin-top: 1.5rem;
  }

  .editorial-grid,
  .cost-layout,
  .closing {
    grid-template-columns: 1fr;
  }

  blockquote {
    font-size: 2.15rem;
    margin-top: 4.5rem;
    padding-left: 1.25rem;
  }

  .reason-grid,
  .terms-grid {
    grid-template-columns: 1fr;
  }

  .reason-grid article,
  .terms-grid article {
    border-left: 0 !important;
    min-height: auto;
    padding: 1.2rem 0 3.5rem !important;
  }

  .reason-grid article + article {
    border-left: 0;
  }

  .number,
  .terms-grid article > span {
    margin-bottom: 3rem;
  }

  .stage-list li {
    gap: 1rem;
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .programme-note {
    display: block;
  }

  .programme-note .eyebrow {
    margin-bottom: 1.25rem;
  }

  .stage-no {
    font-size: 1.35rem;
  }

  .waterfall {
    grid-template-columns: 1fr;
  }

  .waterfall .result {
    grid-column: auto;
  }

  .waterfall article {
    min-height: 8.5rem;
  }

  .closing {
    padding: 5rem 1.5rem;
  }

  footer {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media print {
  @page {
    margin: 15mm;
    size: A4;
  }

  body {
    background: white;
    font-size: 10pt;
  }

  body::before,
  .site-header,
  .print-button {
    display: none;
  }

  .hero,
  .section,
  .closing {
    break-inside: avoid;
    min-height: auto;
    padding: 18mm 12mm;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 46pt;
  }

  h2 {
    font-size: 32pt;
  }

  .parcel-wrap {
    min-height: 150mm;
  }

  .metric-strip,
  .reason-grid,
  .terms-grid,
  .cost-layout {
    break-inside: avoid;
  }

  details {
    display: block;
  }

  details > .detail-body {
    display: block;
  }
}
