:root {
  --ink: #14242c;
  --ink-2: #1d3038;
  --paper: #f3f0e9;
  --paper-2: #e8e4dc;
  --white: #fffdf8;
  --acid: #dda96f;
  --acid-2: #ca8e50;
  --blue: #86b7c2;
  --orange: #ce7655;
  --sand: #c9b38e;
  --muted: #62717a;
  --line: rgba(20, 36, 44, 0.16);
  --line-light: rgba(255, 255, 255, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow: 0 34px 80px rgba(16, 35, 31, 0.14);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 118px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 200;
  padding: 12px 18px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 700;
  border-radius: 8px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  padding: 22px 0;
  color: var(--white);
}

.nav-shell {
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: var(--acid);
  color: var(--ink);
}

.brand-mark svg {
  width: 34px;
  height: 34px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-roof {
  stroke-width: 3.4;
}

.brand-r {
  stroke-width: 4;
}

.brand-name {
  font-size: 13px;
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand-name strong {
  font-weight: 750;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.7vw, 38px);
}

.main-nav a,
.footer-links a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
}

.main-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav a:hover::after,
.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--acid);
  color: var(--ink);
}

.button-primary:hover {
  background: var(--acid-2);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
  color: var(--white);
}

.button-ghost:hover {
  border-color: var(--acid);
  color: var(--acid);
}

.button-small {
  justify-self: end;
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

.button-wide {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  position: absolute;
  width: 18px;
  height: 1px;
  background: var(--white);
  transition: transform 0.2s ease;
}

.menu-toggle span:first-child {
  transform: translateY(-4px);
}

.menu-toggle span:nth-child(2) {
  transform: translateY(4px);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  padding: 165px 0 102px;
  background:
    radial-gradient(circle at 74% 22%, rgba(221, 169, 111, 0.12), transparent 28%),
    linear-gradient(125deg, #14242c 0%, #14242c 62%, #233943 100%);
  color: var(--white);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  mask-image: linear-gradient(to right, #000, transparent 80%);
}

.hero::after {
  position: absolute;
  right: -100px;
  bottom: -250px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(221, 169, 111, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(221, 169, 111, .03), 0 0 0 200px rgba(221, 169, 111, .02);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(48px, 6vw, 86px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: #cad7d1;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 1px;
  background: var(--acid);
}

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

.eyebrow-light {
  color: #acbeb6;
}

.eyebrow-acid {
  color: var(--acid);
}

.hero h1,
.section h2,
.contact-section h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(52px, 5.2vw, 78px);
  line-height: 0.98;
}

.hero h1 em {
  color: var(--acid);
  font-style: italic;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: #c3d0ca;
  font-size: 18px;
  line-height: 1.68;
}

.analysis-form {
  max-width: 670px;
}

.input-mode {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 10px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.mode-button {
  padding: 8px 15px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #9eb1aa;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.mode-button.is-active {
  background: var(--white);
  color: var(--ink);
}

.search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 7px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 8px 0 12px;
}

.search-field svg {
  flex: 0 0 auto;
  width: 21px;
  fill: none;
  stroke: var(--muted);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.search-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.search-field input::placeholder {
  color: #89958f;
}

.search-field:has(input[aria-invalid="true"]) {
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px var(--orange);
}

.search-row .button {
  min-height: 54px;
  padding: 0 22px;
  white-space: nowrap;
}

.form-note,
.form-message {
  min-height: 20px;
  margin: 10px 0 0;
  color: #93a9a0;
  font-size: 11px;
}

.form-note span {
  margin-right: 5px;
  color: var(--acid);
  font-size: 7px;
  vertical-align: 2px;
}

.form-message {
  margin-top: 2px;
  color: var(--acid);
  font-size: 12px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin-top: 28px;
  color: #aabbb4;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .03em;
}

.hero-proof span::before {
  margin-right: 8px;
  color: var(--acid);
  content: "✓";
}

.hero-visual {
  min-width: 0;
}

.map-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 13px;
  background: #f7f5ee;
  color: var(--ink);
  box-shadow: 0 45px 100px rgba(0,0,0,.28);
  transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
}

.map-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.map-topbar > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.map-label {
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.map-topbar strong {
  font-size: 13px;
}

.live-pill,
.prototype-pill,
.model-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border-radius: 99px;
  background: #e7ece7;
  color: #53665e;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.live-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5ca36f;
}

.map-canvas {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.28;
}

.map-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-score {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 10px;
  background: rgba(255, 253, 247, .91);
  box-shadow: 0 12px 30px rgba(16,35,31,.13);
  backdrop-filter: blur(12px);
}

.score-ring {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--ink) calc(var(--score) * 1%), #dce3dd 0);
}

.score-ring::before {
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: var(--white);
  content: "";
}

.score-ring span,
.score-ring small {
  position: relative;
  z-index: 1;
}

.score-ring span {
  margin-left: -8px;
  font-size: 16px;
  font-weight: 800;
}

.score-ring small {
  position: absolute;
  right: 7px;
  bottom: 17px;
  color: var(--muted);
  font-size: 7px;
}

.map-score > div:last-child {
  display: grid;
}

.map-score > div:last-child span {
  color: var(--muted);
  font-size: 9px;
}

.map-score > div:last-child strong {
  font-size: 12px;
}

.map-legend {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 7px;
  background: rgba(255, 253, 247, .88);
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.map-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.map-legend i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.legend-parcel { background: var(--acid); border: 1px solid var(--ink); }
.legend-water { background: var(--blue); }
.legend-building { background: var(--ink); }

.risk-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.risk-strip > div {
  display: grid;
  gap: 2px;
  padding: 13px 14px;
  border-right: 1px solid var(--line);
}

.risk-strip > div:last-child {
  border-right: 0;
}

.risk-strip span {
  color: var(--muted);
  font-size: 8px;
  text-transform: uppercase;
}

.risk-strip strong {
  font-size: 11px;
}

.risk-strip .low { color: #267047; }
.risk-strip .medium { color: #9a6817; }
.risk-strip .high { color: #b84b2f; }

.visual-caption {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 16px;
  color: #93a79e;
  font-family: var(--serif);
  font-size: 12px;
  font-style: italic;
}

.visual-caption span {
  color: var(--acid);
  font-family: var(--sans);
  font-size: 9px;
  font-style: normal;
}

.signal-band {
  border-bottom: 1px solid var(--line);
  background: var(--acid);
}

.signal-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
}

.signal-grid p {
  margin: 0;
  text-align: center;
  font-family: var(--serif);
  font-size: 17px;
}

.signal-grid p span {
  margin-right: 12px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
}

.signal-grid > i {
  color: rgba(16, 35, 31, .45);
  font-style: normal;
}

.two-col-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr);
  align-items: end;
  gap: 8vw;
  margin-bottom: 58px;
}

.section h2,
.contact-section h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
}

.two-col-heading > p,
.report-intro > p,
.use-case-copy > p,
.climate-copy > p,
.method-copy > p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.question-card {
  position: relative;
  min-height: 370px;
  padding: 38px 36px 34px;
  border-right: 1px solid var(--line);
}

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

.question-card.is-featured {
  background: #e7eadf;
}

.card-number {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.question-icon {
  display: grid;
  width: 70px;
  height: 70px;
  margin: 48px 0 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.question-icon svg {
  width: 34px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.question-card h3,
.knowledge-card h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
}

.question-card p,
.knowledge-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.report-section {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.report-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.report-intro h2 {
  margin-bottom: 25px;
}

.report-intro > p {
  color: #9db0a8;
}

.demo-notice {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 28px 0;
  padding: 13px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
}

.demo-notice > span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid var(--acid);
  border-radius: 50%;
  color: var(--acid);
  font-family: var(--serif);
  font-size: 12px;
}

.demo-notice p {
  margin: 0;
  color: #9db0a8;
  font-size: 11px;
  line-height: 1.5;
}

.demo-notice strong {
  color: var(--white);
}

.overall-card {
  padding: 20px;
  border: 1px solid var(--line-light);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
}

.overall-top {
  display: flex;
  justify-content: space-between;
  color: #9db0a8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.info-button {
  display: grid;
  width: 20px;
  height: 20px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: transparent;
  color: #9db0a8;
  cursor: help;
  font-family: var(--serif);
  font-size: 11px;
}

.overall-score {
  display: flex;
  align-items: baseline;
  margin: 12px 0 13px;
}

.overall-score strong {
  color: var(--acid);
  font-family: var(--serif);
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
}

.overall-score span {
  color: #9db0a8;
  font-size: 15px;
}

.overall-score i {
  margin-left: auto;
  color: var(--white);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.score-scale {
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255,255,255,.12);
}

.score-scale span {
  display: block;
  width: var(--width);
  height: 100%;
  background: var(--acid);
}

.score-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: #81958d;
  font-size: 8px;
}

.report-panel {
  overflow: hidden;
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 45px 90px rgba(0,0,0,.24);
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.panel-header > div {
  display: grid;
}

.panel-header span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.panel-header strong {
  margin-top: 3px;
  font-size: 14px;
}

.panel-header .updated {
  padding: 6px 9px;
  border-radius: 5px;
  background: var(--paper-2);
  font-size: 8px;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.risk-item {
  position: relative;
  display: grid;
  grid-template-columns: 33px 1fr auto;
  align-items: center;
  gap: 9px;
  min-height: 76px;
  padding: 13px 14px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: background .2s ease;
}

.risk-item:nth-child(3n) { border-right: 0; }
.risk-item:nth-child(n+4) { border-bottom: 0; }
.risk-item:hover { background: #f0f2e9; }
.risk-item.is-selected { background: var(--acid); }

.risk-icon {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 50%;
  background: #e8ece6;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}

.risk-item.is-selected .risk-icon {
  background: var(--ink);
  color: var(--acid);
}

.risk-item > span:nth-child(2) {
  font-size: 10px;
  font-weight: 650;
}

.risk-item > strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.risk-item > i {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.low-dot { background: #61a777; }
.medium-dot { background: #d2a13a; }
.high-dot { background: var(--orange); }

.explanation {
  padding: 24px;
}

.explanation-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}

.explanation-title > div {
  display: grid;
}

.explanation-title > div span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.explanation-title > div strong {
  margin-top: 2px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.confidence {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 99px;
  background: var(--ink);
  color: var(--white);
  font-size: 8px;
  font-weight: 700;
  white-space: nowrap;
}

.explanation ul,
.persona-content ul {
  display: grid;
  gap: 7px;
  margin: 19px 0;
  padding: 0;
  list-style: none;
}

.explanation li {
  display: flex;
  gap: 9px;
  padding: 7px 10px;
  border-radius: 5px;
  background: #f1f0eb;
  color: #43534d;
  font-size: 10px;
}

.explanation li span {
  font-weight: 900;
}

.explanation li.negative span { color: var(--orange); }
.explanation li.positive span { color: #388159; }

.source-line {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
}

.source-line span {
  font-weight: 750;
}

.adaptation-section {
  background: var(--paper-2);
}

.adaptation-board {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.adaptation-summary {
  display: flex;
  flex-direction: column;
  padding: 42px;
  background: var(--acid);
}

.adaptation-summary > span,
.capex span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.adaptation-summary h3 {
  margin: 14px 0 8px;
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 400;
  line-height: 1.05;
}

.adaptation-summary > p {
  color: #53623a;
  font-size: 12px;
}

.capex {
  display: grid;
  margin-top: auto;
  padding-top: 50px;
}

.capex strong {
  margin: 7px 0 2px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
}

.capex small {
  color: #63744d;
  font-size: 9px;
}

.impact-chip {
  margin-top: 22px;
  padding: 12px 13px;
  border: 1px solid rgba(16,35,31,.18);
  border-radius: 7px;
  font-size: 10px;
}

.impact-chip strong {
  float: right;
  font-size: 13px;
}

.adaptation-list article {
  display: grid;
  grid-template-columns: 26px minmax(170px, 1fr) 110px 100px auto;
  align-items: center;
  gap: 17px;
  min-height: 128px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.adaptation-list article:last-child {
  border-bottom: 0;
}

.action-index {
  align-self: start;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}

.adaptation-list h3 {
  margin: 0 0 5px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.adaptation-list p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.action-metric {
  display: grid;
  gap: 3px;
}

.action-metric span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.action-metric strong {
  font-size: 10px;
}

.confidence-dark {
  background: #e8ece5;
  color: var(--ink);
}

.use-cases {
  background: var(--ink);
  color: var(--white);
}

.use-case-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: clamp(60px, 10vw, 140px);
}

.use-case-copy h2 {
  margin-bottom: 24px;
}

.use-case-copy > p {
  color: #a5b8b0;
}

.persona-tabs {
  display: flex;
  gap: 5px;
  margin: 34px 0 23px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-light);
}

.persona-tabs button {
  padding: 9px 13px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #839990;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.persona-tabs button[aria-selected="true"] {
  background: var(--acid);
  color: var(--ink);
}

.persona-content h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
}

.persona-content ul {
  gap: 10px;
}

.persona-content li {
  position: relative;
  padding-left: 21px;
  color: #a5b8b0;
  font-size: 12px;
}

.persona-content li::before {
  position: absolute;
  left: 0;
  color: var(--acid);
  content: "↗";
}

.portfolio-card {
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #f8f6ef;
  color: var(--ink);
  box-shadow: 0 45px 100px rgba(0,0,0,.25);
}

.portfolio-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  border-bottom: 1px solid var(--line);
}

.portfolio-head > div {
  display: grid;
}

.portfolio-head > div span {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}

.portfolio-head > div strong {
  font-size: 15px;
}

.prototype-pill {
  background: #edf6d4;
  color: #58731c;
}

.portfolio-bars {
  display: grid;
  gap: 12px;
  padding: 23px 25px;
  border-bottom: 1px solid var(--line);
}

.portfolio-bars > div {
  display: grid;
  grid-template-columns: 110px 1fr 22px;
  align-items: center;
  gap: 12px;
  font-size: 9px;
}

.portfolio-bars > div > span {
  color: var(--muted);
}

.portfolio-bars i {
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: #dde2dd;
}

.portfolio-bars b {
  display: block;
  width: var(--bar);
  height: 100%;
  background: var(--ink);
}

.portfolio-bars > div:nth-child(2) b { background: #d4a33f; }
.portfolio-bars > div:nth-child(3) b { background: var(--orange); }

.portfolio-table {
  display: grid;
  padding: 0 25px;
}

.portfolio-table > div {
  display: grid;
  grid-template-columns: 1fr 70px 70px 90px;
  align-items: center;
  min-height: 53px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}

.portfolio-table > div:last-child {
  border-bottom: 0;
}

.portfolio-table .table-head {
  min-height: 40px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.portfolio-table em {
  width: max-content;
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.tag-good { background: #dcecdf; color: #296341; }
.tag-watch { background: #f4e7c7; color: #7d5a18; }
.tag-risk { background: #f2d6cb; color: #9c4029; }

.table-note {
  margin: 0;
  padding: 12px 25px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 8px;
}

.climate-section {
  background: #dde5db;
}

.climate-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: clamp(60px, 10vw, 140px);
}

.climate-chart {
  padding: 30px;
  border: 1px solid rgba(16,35,31,.1);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chart-head > div {
  display: grid;
}

.chart-head > div span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.chart-head > div strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.model-pill {
  background: #f2dfd5;
  color: #a24e32;
}

.chart-area {
  position: relative;
  height: 260px;
  margin-top: 28px;
}

.chart-area > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100% - 28px);
}

.chart-grid {
  position: absolute;
  inset: 0 0 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chart-grid i {
  width: 100%;
  height: 1px;
  background: var(--line);
}

.chart-values {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 700;
}

.chart-values span {
  display: grid;
  color: var(--muted);
}

.chart-values i {
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
}

.climate-chart > p {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
}

.climate-copy h2,
.method-copy h2 {
  margin-bottom: 24px;
}

.time-points {
  display: flex;
  align-items: center;
  margin-top: 36px;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
}

.time-points i {
  flex: 1;
  height: 1px;
  margin: 0 8px;
  background: rgba(16,35,31,.25);
}

.methodology-section {
  background: var(--paper);
}

.methodology-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: clamp(60px, 10vw, 135px);
}

.method-copy {
  position: sticky;
  top: 110px;
}

.text-link {
  display: inline-flex;
  gap: 18px;
  margin-top: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 750;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.source-grid article {
  min-height: 150px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.source-grid article span {
  display: block;
  margin-bottom: 27px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}

.source-grid article strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.source-grid article p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.source-disclaimer {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
}

.seo-section {
  padding-top: 0;
}

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

.knowledge-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #eeeae0;
  transition: transform .25s ease, box-shadow .25s ease;
}

.knowledge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(16,35,31,.11);
}

.knowledge-card > span {
  margin-bottom: 52px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.knowledge-card > a {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 750;
}

.faq-section {
  border-top: 1px solid var(--line);
  background: #e8e9e1;
}

.faq-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(60px, 10vw, 140px);
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 19px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 300;
  transition: transform .2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 650px;
  margin: -5px 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: var(--ink-2);
  color: var(--white);
}

.contact-section::before {
  position: absolute;
  top: -180px;
  left: -110px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(221,169,111,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(221,169,111,.025), 0 0 0 140px rgba(221,169,111,.018);
  content: "";
}

.contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: clamp(70px, 11vw, 150px);
}

.contact-copy h2 {
  margin-bottom: 25px;
}

.contact-copy > p {
  color: #a9bab3;
  font-size: 16px;
}

.pilot-details {
  display: grid;
  gap: 8px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
}

.pilot-details span {
  margin-bottom: 3px;
  color: #82978e;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pilot-details strong {
  font-size: 11px;
  font-weight: 600;
}

.pilot-details strong::before {
  margin-right: 9px;
  color: var(--acid);
  content: "✓";
}

.pilot-form {
  padding: 30px;
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 35px 80px rgba(0,0,0,.22);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.pilot-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pilot-form input,
.pilot-form select,
.pilot-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
  background: #f5f3ed;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pilot-form input,
.pilot-form select {
  height: 46px;
  padding: 0 12px;
}

.pilot-form textarea {
  min-height: 84px;
  padding: 12px;
  resize: vertical;
}

.pilot-form input:focus,
.pilot-form select:focus,
.pilot-form textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(16,35,31,.08);
}

.pilot-form [aria-invalid="true"] {
  border-color: var(--orange);
}

.privacy-note {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 9px;
  text-align: center;
}

.form-message-light {
  color: #9f4a31;
  text-align: center;
}

.site-footer {
  padding: 45px 0 24px;
  background: #0a1916;
  color: var(--white);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding-bottom: 38px;
}

.brand-footer .brand-mark {
  width: 37px;
  height: 37px;
}

.footer-top > p {
  margin: 0;
  color: #7e938a;
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.footer-links a {
  color: #a9bab3;
  font-size: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.09);
  color: #687e75;
  font-size: 9px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .nav-shell {
    grid-template-columns: 170px 1fr 160px;
  }

  .hero-grid {
    grid-template-columns: .88fr 1.12fr;
    gap: 38px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .search-row {
    grid-template-columns: 1fr;
  }

  .search-row .button {
    width: 100%;
  }

  .adaptation-list article {
    grid-template-columns: 22px minmax(160px,1fr) 95px 85px;
  }

  .adaptation-list .confidence {
    display: none;
  }
}

@media (max-width: 900px) {
  .shell {
    width: min(100% - 36px, 720px);
  }

  .section {
    padding: 88px 0;
  }

  .site-header {
    padding: 18px 0;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: flex;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 90px 32px 40px;
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .main-nav a {
    font-family: var(--serif);
    font-size: 34px;
    font-weight: 400;
  }

  .menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 142px 0 80px;
  }

  .hero-grid,
  .report-layout,
  .use-case-layout,
  .climate-layout,
  .methodology-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 60px;
  }

  .hero-copy {
    max-width: 650px;
  }

  .search-row {
    grid-template-columns: 1fr auto;
  }

  .map-card {
    transform: none;
  }

  .two-col-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .two-col-heading > p {
    max-width: 620px;
  }

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

  .question-card {
    display: grid;
    grid-template-columns: 45px 78px 1fr;
    min-height: 0;
    align-items: center;
    column-gap: 18px;
    padding: 27px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .question-card:last-child {
    border-bottom: 0;
  }

  .question-card.is-featured {
    margin: 0 -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .question-icon {
    grid-row: 1 / 3;
    grid-column: 2;
    width: 64px;
    height: 64px;
    margin: 0;
  }

  .question-card h3 {
    grid-column: 3;
    margin-bottom: 6px;
  }

  .question-card p {
    grid-column: 3;
  }

  .report-layout,
  .use-case-layout,
  .climate-layout,
  .methodology-layout,
  .faq-layout,
  .contact-layout {
    gap: 55px;
  }

  .report-intro {
    max-width: 610px;
  }

  .adaptation-board {
    grid-template-columns: 1fr;
  }

  .adaptation-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }

  .adaptation-summary > span,
  .adaptation-summary > h3,
  .adaptation-summary > p {
    grid-column: 1;
  }

  .capex {
    grid-row: 1 / 4;
    grid-column: 2;
    margin-top: 0;
    padding-top: 0;
    align-content: center;
  }

  .impact-chip {
    grid-column: 1 / -1;
  }

  .method-copy {
    position: static;
  }

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

  .knowledge-card {
    min-height: 260px;
  }

  .knowledge-card > span {
    margin-bottom: 35px;
  }
}

@media (max-width: 620px) {
  .shell {
    width: calc(100% - 28px);
  }

  .section {
    padding: 72px 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: auto;
    padding-top: 124px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .search-row {
    grid-template-columns: 1fr;
  }

  .search-field {
    min-height: 47px;
  }

  .hero-proof {
    display: grid;
    gap: 7px;
  }

  .map-topbar > div {
    display: grid;
    gap: 1px;
  }

  .map-canvas {
    aspect-ratio: .94;
  }

  .map-art {
    width: auto;
    max-width: none;
    height: 100%;
    transform: translateX(-16%);
  }

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

  .risk-strip > div:nth-child(2) {
    border-right: 0;
  }

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

  .signal-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 20px 0;
  }

  .signal-grid p {
    padding: 7px 0;
    text-align: left;
  }

  .signal-grid > i {
    display: none;
  }

  .section h2,
  .contact-section h2 {
    font-size: 42px;
  }

  .question-card {
    grid-template-columns: 1fr;
    padding: 30px 18px;
  }

  .question-card.is-featured {
    margin: 0;
  }

  .question-icon {
    grid-row: auto;
    grid-column: 1;
    margin: 25px 0;
  }

  .question-card h3,
  .question-card p {
    grid-column: 1;
  }

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

  .risk-item:nth-child(3n) { border-right: 1px solid var(--line); }
  .risk-item:nth-child(2n) { border-right: 0; }
  .risk-item:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .risk-item:nth-child(n+5) { border-bottom: 0; }

  .explanation-title {
    display: grid;
  }

  .confidence {
    width: max-content;
  }

  .adaptation-summary {
    display: block;
    padding: 30px 24px;
  }

  .capex {
    margin-top: 36px;
  }

  .adaptation-list article {
    grid-template-columns: 22px 1fr;
    gap: 12px;
    padding: 24px 20px;
  }

  .adaptation-list article > div:nth-child(2) {
    grid-column: 2;
  }

  .adaptation-list .action-metric {
    grid-column: 2;
    display: inline-grid;
  }

  .persona-tabs {
    overflow-x: auto;
  }

  .portfolio-table {
    padding: 0 15px;
  }

  .portfolio-table > div {
    grid-template-columns: 1fr 46px 46px 70px;
  }

  .portfolio-bars {
    padding-inline: 15px;
  }

  .portfolio-bars > div {
    grid-template-columns: 88px 1fr 20px;
  }

  .climate-chart {
    padding: 22px 16px;
  }

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

  .source-disclaimer {
    grid-column: auto;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pilot-form {
    padding: 22px 18px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-top > p {
    text-align: left;
  }

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
