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

:root {
  --green: #343b34;
  --green-soft: #566056;
  --pistachio: #e6f4d1;
  --cream: #fffcf9;
  --grey: #d1d1d1;
  --rose: #e69eb7;
  --amber: #e0a526;
  --ink: #263027;
  --white: #fffdf9;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --gutter: clamp(1.5rem, 5vw, 6rem);
  --max: 92rem;
  color: var(--green);
  background: var(--cream);
  font-family: Lausanne, "Hanken Grotesk", system-ui, sans-serif;
  font-weight: 300;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-snap-type: y mandatory; }
body { margin: 0; overflow-x: clip; background: var(--green); color: var(--green); }
body, button { font-family: inherit; }
main { width: 100%; overflow-x: clip; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, figure { margin: 0; max-width: 100%; overflow-wrap: break-word; }
h1, h2, h3 { font-weight: 300; text-wrap: balance; }
p { line-height: 1.46; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: 0.8rem 1rem;
  color: var(--cream);
  background: var(--green);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.chrome {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  padding: 1.2rem var(--gutter);
  display: grid;
  grid-template-columns: 6.8rem minmax(8rem, 1fr) 6rem;
  align-items: center;
  gap: 1.5rem;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.brand, .counter { pointer-events: auto; }
.brand img { width: 5.8rem; height: auto; }
.progress { height: 1px; background: rgba(52, 59, 52, 0.25); }
.progress span { display: block; width: 7.69%; height: 2px; background: var(--green); transition: width 300ms ease-out; }
.counter { display: flex; align-items: center; justify-content: flex-end; gap: 0.6rem; font-size: 0.82rem; letter-spacing: 0.08em; }
.counter-rule { width: 1.5rem; height: 1px; background: currentColor; opacity: 0.45; }
body.dark-chrome .chrome { color: var(--cream); mix-blend-mode: normal; }
body.dark-chrome .brand img { filter: invert(1); }
body.dark-chrome .progress { background: rgba(255, 252, 249, 0.35); }
body.dark-chrome .progress span { background: var(--cream); }

.slide {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  isolation: isolate;
}
.slide-inner {
  position: relative;
  z-index: 3;
  width: min(100%, var(--max));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(7rem, 11vh, 9rem) var(--gutter) clamp(4.5rem, 8vh, 7rem);
}
.slide-inner, .slide-inner > *, .slide-inner > * > * { min-width: 0; }
.tone-cream { background: var(--cream); }
.tone-green { background: var(--green); color: var(--cream); }
.tone-pistachio { background: var(--pistachio); }
.tone-rose { background: color-mix(in srgb, var(--rose) 42%, var(--cream)); }
.is-dark { color: var(--cream); }

.eyebrow {
  font-size: clamp(0.76rem, 0.75vw, 0.9rem);
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
h1 { font-size: clamp(3.5rem, 7.3vw, 7.8rem); line-height: 0.92; letter-spacing: -0.045em; }
h2 { font-size: clamp(3rem, 6vw, 6.4rem); line-height: 0.95; letter-spacing: -0.04em; }
h3 { font-size: clamp(1.5rem, 2vw, 2.1rem); line-height: 1.05; letter-spacing: -0.025em; }
.lead, .intro-copy { font-size: clamp(1.25rem, 1.9vw, 1.9rem); max-width: 34ch; }

.cover { background: var(--bg) center 46% / cover no-repeat; }
.cover-wash { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(25, 31, 26, 0.93) 0%, rgba(25, 31, 26, 0.75) 42%, rgba(25, 31, 26, 0.12) 78%); }
.cover-grid { display: grid; grid-template-rows: auto 1fr auto; align-items: end; }
.cover-copy { align-self: center; max-width: 69rem; }
.cover-copy h1 { max-width: 9.7ch; }
.cover-copy .lead { margin-top: 2rem; }
.cover-meta { font-size: 1.05rem; }
.scroll-cue { position: absolute; right: calc(var(--gutter) + 7rem); bottom: 3rem; display: flex; gap: 0.7rem; font-size: 0.9rem; }

.split-heading { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.split-heading h2 { margin-top: 1.8rem; max-width: 8ch; }
.statement-stack { max-width: 34rem; align-self: center; }
.display-line { font-size: clamp(2rem, 3.8vw, 4rem); line-height: 1; letter-spacing: -0.035em; margin-bottom: 2.5rem; }
.statement-stack > p:not(.display-line) { font-size: clamp(1.2rem, 1.55vw, 1.55rem); }
.statement-stack .quiet { margin-top: 2rem; opacity: 0.66; }
.edge-image { position: absolute; z-index: 1; width: 30vw; min-width: 24rem; height: 35vh; bottom: 0; overflow: hidden; }
.edge-image-right { right: 0; }
.edge-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 64%; }

.image-led { background: var(--bg) center / cover no-repeat; }
.image-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(31, 38, 32, 0.94) 0%, rgba(31, 38, 32, 0.74) 43%, rgba(31, 38, 32, 0.05) 76%); }
.image-copy { display: grid; grid-template-rows: auto 1fr auto; }
.image-copy h2 { max-width: 10ch; align-self: center; }
.material-notes { width: min(42rem, 60%); display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.material-notes p { font-size: clamp(1.12rem, 1.35vw, 1.4rem); }

.foundation-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.foundation-grid h2 { margin-top: 2rem; max-width: 8.5ch; }
.evidence-list { border-top: 1px solid rgba(255, 252, 249, 0.35); }
.evidence-list article { display: grid; grid-template-columns: 2.5rem 11rem 1fr; gap: 1.5rem; align-items: baseline; padding: 1.6rem 0; border-bottom: 1px solid rgba(255, 252, 249, 0.35); }
.evidence-list span { color: var(--amber); font-size: 0.86rem; }
.evidence-list h3 { font-size: 1.42rem; }
.evidence-list p { font-size: 1.1rem; color: rgba(255, 252, 249, 0.78); }

.two-jobs { margin-top: clamp(3rem, 7vh, 6rem); display: grid; grid-template-columns: 1fr 1fr; }
.job-card { min-height: 47vh; padding: clamp(2rem, 4vw, 4.5rem); display: grid; grid-template-rows: auto 1fr auto; background: var(--cream); border: 1px solid rgba(52, 59, 52, 0.25); }
.job-card-dark { background: var(--green); color: var(--cream); border-color: var(--green); }
.job-number { font-size: 0.88rem; color: var(--amber); }
.job-card h3 { max-width: 15ch; font-size: clamp(2rem, 3.15vw, 3.6rem); align-self: center; }
.job-card p { font-size: 1.18rem; max-width: 39ch; }

.site-map-grid { display: grid; grid-template-columns: 0.74fr 1.26fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; padding-bottom: 31vh; }
.site-map-grid h2 { margin-top: 1.8rem; max-width: 8ch; }
.site-map-grid .intro-copy { margin-top: 2.2rem; }
.site-map { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--grey); border-left: 1px solid var(--grey); }
.site-map article { min-height: 9rem; padding: 1.25rem 1.4rem; border-right: 1px solid var(--grey); border-bottom: 1px solid var(--grey); }
.site-map span { font-size: 0.78rem; color: var(--green-soft); }
.site-map h3 { margin-top: 1.7rem; font-size: 1.4rem; }
.site-map p { margin-top: 0.7rem; font-size: 1rem; }
.site-map .site-feature { grid-row: span 2; min-height: 18rem; background: var(--pistachio); }
.site-map .site-feature h3 { font-size: 2.4rem; }
.render-strip { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; height: 27vh; display: grid; grid-template-columns: 1.1fr 0.9fr 1.15fr; gap: 0.4rem; }
.render-strip img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(0.86); }

.content-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.content-copy h2 { margin-top: 1.8rem; }
.content-copy > p:not(.eyebrow) { margin-top: 2rem; font-size: 1.3rem; max-width: 39ch; }
.compact-list { margin-top: 3rem; border-top: 1px solid rgba(52, 59, 52, 0.32); }
.compact-list p { display: grid; grid-template-columns: 2.2rem 1fr; gap: 1.2rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(52, 59, 52, 0.32); font-size: 1.1rem; }
.compact-list span { color: var(--green-soft); font-size: 0.8rem; }
.portrait-frame { height: min(72vh, 54rem); overflow: hidden; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }

.programme-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.programme-grid h2 { margin-top: 1.8rem; }
.programme-grid .intro-copy { margin-top: 2rem; }
.timeline { margin: 0; padding: 0; list-style: none; counter-reset: phase; border-top: 1px solid var(--grey); }
.timeline li { display: grid; grid-template-columns: 7rem 1fr 2fr 4rem; gap: 1.2rem; align-items: baseline; padding: 1.45rem 0; border-bottom: 1px solid var(--grey); }
.timeline .week, .timeline b { font-size: 0.83rem; font-weight: 300; color: var(--green-soft); }
.timeline h3 { font-size: 1.3rem; }
.timeline p { font-size: 1.05rem; }
.timeline b { color: var(--green); border: 1px solid var(--grey); border-radius: 5rem; padding: 0.35rem 0.55rem; text-align: center; }

.investment { background: var(--bg) center / cover no-repeat; }
.investment-wash { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(39, 47, 40, 0.95), rgba(39, 47, 40, 0.76) 60%, rgba(39, 47, 40, 0.35)); }
.investment-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 6rem; align-items: center; }
.investment h2 { margin-top: 2rem; font-size: clamp(5rem, 10vw, 11rem); line-height: 0.8; color: var(--amber); white-space: nowrap; }
.price-note { margin-top: 2rem; font-size: 1.15rem; }
.payment-card { border-top: 1px solid rgba(255, 252, 249, 0.5); }
.payment-card > div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid rgba(255, 252, 249, 0.5); }
.payment-card span { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.1em; }
.payment-card strong { font-size: 2.5rem; font-weight: 300; }
.payment-card p { grid-column: 1 / -1; color: rgba(255, 252, 249, 0.72); }

.included-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.included-grid h2 { margin-top: 2rem; max-width: 9ch; }
.inclusions { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255, 252, 249, 0.35); }
.inclusions p { min-height: 4.2rem; display: flex; align-items: center; padding: 0.8rem 0.8rem 0.8rem 0; border-bottom: 1px solid rgba(255, 252, 249, 0.35); font-size: 1.05rem; }
.inclusions p:nth-child(odd) { border-right: 1px solid rgba(255, 252, 249, 0.35); }
.inclusions p:nth-child(even) { padding-left: 1.2rem; }

.boundaries-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.boundaries-grid { padding-top: 6.5rem; padding-bottom: 3rem; }
.boundary-column h2 { margin-top: 1.2rem; max-width: 9ch; font-size: clamp(3rem, 5vw, 5.2rem); }
.boundary-list { max-width: 39rem; }
.boundary-list p { grid-template-columns: 1fr; padding: 0.72rem 0; }
.needs-panel { padding: clamp(1.5rem, 3vw, 3rem); background: var(--pistachio); }
.needs-panel h3 { margin: 0.9rem 0 1.25rem; font-size: clamp(2rem, 2.6vw, 2.8rem); }
.needs-panel > p { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 0.72rem 0; border-top: 1px solid rgba(52, 59, 52, 0.25); font-size: 1rem; }
.needs-panel > p.eyebrow { display: block; padding: 0; border-top: 0; font-size: clamp(0.76rem, 0.75vw, 0.9rem); }
.needs-panel > p span { color: var(--green-soft); font-size: 0.78rem; }
.needs-panel small { display: block; margin-top: 0.9rem; font-size: 0.88rem; line-height: 1.4; }

.future-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding-bottom: 33vh; }
.future-grid h2 { margin-top: 1.8rem; max-width: 9ch; }
.future-grid .intro-copy { margin-top: 2rem; }
.future-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(52, 59, 52, 0.25); border: 1px solid rgba(52, 59, 52, 0.25); }
.future-list article { min-height: 11rem; padding: 1.5rem; background: var(--pistachio); }
.future-list span { font-size: 0.78rem; }
.future-list h3 { margin-top: 2.2rem; font-size: 1.65rem; }
.future-image { position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; height: 29vh; overflow: hidden; }
.future-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: grayscale(1) contrast(0.9); }

.closing { background: var(--bg) center / cover no-repeat; }
.closing-wash { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(35, 42, 35, 0.97), rgba(35, 42, 35, 0.78) 60%, rgba(35, 42, 35, 0.38)); }
.closing-grid { display: grid; grid-template-rows: auto 1fr auto; }
.closing-grid > div:nth-child(2) { align-self: center; max-width: 67rem; }
.closing h2 { max-width: 10ch; }
.closing-grid > div:nth-child(2) p { margin-top: 2.5rem; font-size: 1.45rem; max-width: 46ch; }
.closing-signoff { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.closing-signoff > p:first-child { font-size: 1.05rem; }
.proposal-total { font-size: clamp(2.5rem, 4vw, 4.5rem); color: var(--amber); }
.proposal-total span { display: block; margin-top: 0.3rem; color: var(--cream); font-size: 0.9rem; text-align: right; }

.slide-nav { position: fixed; z-index: 60; right: var(--gutter); bottom: 2rem; display: flex; gap: 0.5rem; }
.slide-nav button { width: 2.8rem; height: 2.8rem; border: 1px solid rgba(52, 59, 52, 0.35); border-radius: 50%; color: var(--green); background: rgba(255, 252, 249, 0.76); backdrop-filter: blur(10px); cursor: pointer; font-size: 1.2rem; transition: transform 180ms ease-out, background 180ms ease-out; }
.slide-nav button:hover { transform: translateY(-2px); background: var(--cream); }
.slide-nav button:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }
.noscript { position: fixed; z-index: 99; bottom: 0; left: 0; right: 0; padding: 0.7rem; background: var(--amber); color: var(--green); text-align: center; }

@media (max-width: 960px) {
  html { scroll-snap-type: none; }
  .chrome { height: 4rem; grid-template-columns: 5.5rem 1fr 4.5rem; padding-top: 0.8rem; padding-bottom: 0.8rem; }
  .brand img { width: 4.8rem; }
  .slide { min-height: auto; overflow: clip; }
  .slide-inner { min-height: auto; padding-top: 7rem; padding-bottom: 5rem; }
  .cover .slide-inner, .image-led .slide-inner, .investment .slide-inner, .closing .slide-inner { min-height: 100svh; }
  .split-heading, .foundation-grid, .site-map-grid, .content-grid, .programme-grid, .investment-grid, .included-grid, .boundaries-grid, .future-grid { grid-template-columns: 1fr; align-items: start; }
  .split-heading, .foundation-grid, .site-map-grid, .content-grid, .programme-grid, .included-grid, .boundaries-grid, .future-grid { gap: 3.5rem; }
  .edge-image { position: relative; width: calc(100% - var(--gutter)); min-width: 0; height: 42vh; margin-left: auto; }
  .material-notes { width: 100%; }
  .evidence-list article { grid-template-columns: 2.2rem 8.5rem 1fr; }
  .two-jobs { grid-template-columns: 1fr; }
  .job-card { min-height: 34rem; }
  .site-map-grid, .future-grid { padding-bottom: 33vh; }
  .portrait-frame { height: 60vh; }
  .timeline li { grid-template-columns: 6rem 1fr 3.5rem; }
  .timeline li p { grid-column: 2 / -1; }
  .investment-grid { gap: 4rem; }
  .investment h2 { font-size: clamp(5rem, 19vw, 9rem); }
  .future-list article { min-height: 9rem; }
}

@media (max-width: 600px) {
  :root { --gutter: 1.25rem; }
  .chrome, body.dark-chrome .chrome { grid-template-columns: 4.5rem 1fr 3.8rem; gap: 0.8rem; color: var(--green); mix-blend-mode: normal; background: rgba(255, 252, 249, 0.86); backdrop-filter: blur(12px); }
  body.dark-chrome .brand img { filter: none; }
  body.dark-chrome .progress { background: rgba(52, 59, 52, 0.25); }
  body.dark-chrome .progress span { background: var(--green); }
  .brand img { width: 4rem; }
  .counter { font-size: 0.7rem; }
  .counter-rule { width: 0.7rem; }
  .slide-inner { width: 100%; max-width: 100vw; padding-top: 6.5rem; padding-bottom: 4.5rem; }
  .slide-inner > *, .slide-inner > * > * { width: 100%; max-width: 100%; min-width: 0; }
  h1, h2, h3, p { text-wrap: wrap; }
  h1 { font-size: clamp(3.2rem, 15.5vw, 5rem); }
  h2 { font-size: clamp(2.65rem, 12.5vw, 4.1rem); }
  .cover { background-position: 58% center; }
  .cover-wash { background: linear-gradient(180deg, rgba(25, 31, 26, 0.78), rgba(25, 31, 26, 0.96) 76%); }
  .cover-grid { align-items: center; }
  .cover-copy { align-self: end; padding-bottom: 3rem; }
  .cover-copy .lead { font-size: 1.15rem; }
  .scroll-cue { display: none; }
  .split-heading h2 { max-width: 10ch; }
  .statement-stack > p:not(.display-line) { font-size: 1.1rem; }
  .statement-stack { width: 100%; }
  .edge-image { height: 21rem; }
  .image-shade { background: linear-gradient(180deg, rgba(31, 38, 32, 0.72), rgba(31, 38, 32, 0.96) 67%); }
  .image-copy { min-height: 100svh !important; }
  .image-copy h2 { align-self: end; padding-bottom: 3rem; }
  .material-notes { grid-template-columns: 1fr; gap: 1rem; }
  .material-notes p { font-size: 1.05rem; }
  .evidence-list article { grid-template-columns: 2rem 1fr; padding: 1.25rem 0; }
  .evidence-list p { grid-column: 2; font-size: 1rem; }
  .job-card { min-height: 30rem; padding: 1.7rem; }
  .job-card h3 { font-size: 2.25rem; }
  .job-card p { font-size: 1.05rem; }
  .site-map { grid-template-columns: 1fr; }
  .site-map .site-feature { grid-row: auto; min-height: 12rem; }
  .site-map article { min-height: 7rem; }
  .site-map-grid { padding-bottom: 31rem; }
  .render-strip { height: 27rem; grid-template-columns: 1fr 1fr; }
  .render-strip img:first-child { grid-column: 1 / -1; }
  .content-copy > p:not(.eyebrow) { font-size: 1.12rem; }
  .portrait-frame { height: 34rem; }
  .timeline li { grid-template-columns: 1fr auto; gap: 0.7rem; padding: 1.4rem 0; }
  .timeline { width: 100%; min-width: 0; }
  .timeline .week { grid-column: 1; }
  .timeline h3 { grid-column: 1; }
  .timeline b { grid-column: 2; grid-row: 1 / span 2; }
  .timeline li p { grid-column: 1 / -1; font-size: 1rem; }
  .investment-wash { background: rgba(39, 47, 40, 0.91); }
  .payment-card strong { font-size: 2rem; }
  .inclusions { grid-template-columns: 1fr; }
  .inclusions p, .inclusions p:nth-child(odd) { border-right: 0; }
  .inclusions p:nth-child(even) { padding-left: 0; }
  .needs-panel { padding: 1.5rem; }
  .future-grid { padding-bottom: 24rem; }
  .future-list { grid-template-columns: 1fr; }
  .future-list article { min-height: 8rem; }
  .future-image { height: 21rem; }
  .closing-wash { background: linear-gradient(180deg, rgba(35, 42, 35, 0.84), rgba(35, 42, 35, 0.97)); }
  .closing-signoff { align-items: start; }
  .proposal-total { font-size: 2rem; }
  .slide-nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  @page { size: 16in 9in; margin: 0; }
  html { scroll-snap-type: none; }
  body { background: white; }
  .chrome, .slide-nav, .scroll-cue, .skip-link { display: none !important; }
  .slide, .slide-inner { width: 16in; height: 9in; min-height: 9in; break-after: page; }
  .slide { overflow: hidden; }
}
