@font-face {
  font-family: Manrope;
  src: url("./assets/manrope-regular.ttf") format("truetype");
  font-weight: 400 500;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("./assets/manrope-bold.ttf") format("truetype");
  font-weight: 600 800;
  font-display: swap;
}
:root {
  --paper: #f6f8fa;
  --white: #ffffff;
  --ink: #1e303c;
  --green: #17666c;
  --sage: #e8eff0;
  --muted: #5d707b;
  --line: #d9e2e6;
  --coral: #17666c;
  --ease: cubic-bezier(0.22, 0.68, 0, 1.04);
  --font: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #d3e3be;
  color: #243d30;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
button {
  cursor: pointer;
  background: none;
  color: inherit;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.25s,
    border-color 0.2s;
}
a:hover,
button:hover {
  color: var(--coral);
}
:focus-visible {
  outline: 3px solid #bd7559;
  outline-offset: 5px;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
svg {
  display: block;
}
[hidden] {
  display: none !important;
}
em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--green);
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(46px, 4.7vw, 73px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -3.8px;
}
h2 {
  font-size: clamp(35px, 3.65vw, 52px);
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: -2.1px;
}
h3 {
  font-weight: 600;
}
.wrap {
  max-width: 1376px;
  width: calc(100% - 112px);
  margin: 0 auto;
}
.section-space {
  padding: 108px 0;
}
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #697665;
}
.mini-label {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 600;
  color: #6e7c6b;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
  font-weight: 600;
  padding: 17px 22px;
  border-radius: 30px;
  border: 1px solid transparent;
  line-height: 1.3;
  white-space: nowrap;
}
.button-dark {
  background: var(--green);
  color: white;
}
.button-dark:hover {
  background: #244b3b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px #244b3b15;
}
.button > span {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}
.quiet-link {
  font-size: 11px;
  font-weight: 600;
  border-bottom: 1px solid #b7c0b0;
  padding: 7px 0;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 0;
}
.text-link > span {
  font-size: 20px;
}
.skip-link {
  position: fixed;
  top: -90px;
  left: 20px;
  background: var(--green);
  color: white;
  padding: 15px;
  z-index: 100;
}
.skip-link:focus {
  top: 15px;
}
.small-flower {
  font-size: 21px;
  color: #8a9f70;
  line-height: 1;
}
.site-header {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.4px;
  line-height: 1;
}
.brand > span > span {
  font-weight: 400;
  color: #6c7d6c;
}
.brand-symbol {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  width: 28px;
  height: 26px;
  transform: skewY(-12deg);
}
.brand-symbol i {
  height: 17px;
  width: 6px;
  background: var(--green);
  border-radius: 1px;
}
.brand-symbol i:nth-child(2) {
  height: 25px;
}
.brand-symbol i:nth-child(3) {
  height: 21px;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  margin-right: 22px;
}
.desktop-nav a {
  font-size: 11px;
  color: #5c6d60;
}
.header-cta {
  font-size: 11px;
  padding: 12px 18px;
}
.menu-button,
.mobile-nav {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  min-height: 651px;
  padding-top: 68px;
  padding-bottom: 81px;
  position: relative;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero .eyebrow {
  margin-bottom: 30px;
}
.hero h1 {
  white-space: nowrap;
}
.hero-intro {
  font-size: 14px;
  line-height: 1.95;
  color: #677166;
  max-width: 405px;
  margin-top: 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 31px;
}
.hero-actions .button {
  font-size: 11px;
  padding: 16px 20px;
}
.hero-note {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 38px;
  font-size: 10px;
  line-height: 1.7;
  color: #77806f;
}
.hero-note strong {
  font-weight: 400;
  color: #687664;
}
.note-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #d6decf;
  border-radius: 50%;
  font-size: 24px;
  color: #6b8260;
}
.hero-visual {
  position: relative;
  min-width: 0;
  transform: translateY(var(--parallax, 0px));
  will-change: transform;
}
.visual-halo {
  position: absolute;
  inset: -47px -9px -22px -30px;
  border-radius: 50% 43% 47% 42%;
  background: #e7eddf;
  transform: rotate(-12deg);
}
.map-card {
  position: relative;
  background: #fffef9;
  border: 1px solid #e0e5d7;
  border-radius: 15px;
  box-shadow: 0 20px 50px #52633c0a;
  transform: rotate(1.4deg);
  overflow: hidden;
  z-index: 1;
}
.map-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 23px 25px 0;
}
.map-card-heading h2 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin-top: 6px;
  line-height: 1.4;
}
.example-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  padding: 6px 9px;
  border: 1px solid #dbe1d3;
  border-radius: 5px;
  background: #f8f8f1;
  color: #727e6c;
  white-space: nowrap;
}
.map-card-heading .example-badge {
  margin-top: 5px;
}
#vienna-map {
  height: 348px;
  width: 100%;
  position: relative;
}
.map-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: #f8f9f3;
  border-top: 1px solid #e5e8dc;
  font-size: 8px;
  color: #7b846f;
}
.map-caption > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.legend-swatch {
  display: inline-block;
  background: #b7cca9;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.map-caption button {
  font-size: 8px;
  padding: 5px 0;
  color: #506845;
}
.map-caption button > span {
  margin-left: 5px;
}
.floating-note {
  display: flex;
  align-items: center;
  gap: 13px;
  position: absolute;
  bottom: -24px;
  left: -27px;
  z-index: 2;
  background: #fffefb;
  border: 1px solid #e3e3d8;
  border-radius: 11px;
  padding: 18px 25px;
  box-shadow: 0 12px 24px #4d5d320a;
  transform: rotate(-3deg);
}
.floating-note-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eaf0e0;
  color: #57734b;
  font-size: 25px;
}
.floating-note strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.floating-note div > span {
  display: block;
  font-size: 10px;
  color: #8a907f;
  margin-top: 4px;
}
.visual-spark {
  position: absolute;
  z-index: 2;
  color: #bc805e;
  line-height: 1;
}
.spark-one {
  font-size: 59px;
  right: -14px;
  top: -36px;
  transform: rotate(12deg);
}
.spark-two {
  font-family: Georgia, serif;
  font-size: 42px;
  right: 2px;
  bottom: -37px;
  color: #aabd95;
}
.audience-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  color: #5a6b59;
}
.audience-strip > span:first-child {
  color: #8b9181;
  font-size: 10px;
}
.strip-dot {
  color: #acb69e;
  font-size: 20px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 37px;
}
.section-heading h2 {
  margin-top: 21px;
}
.section-heading > p {
  width: 318px;
  max-width: 40%;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.95;
  padding-bottom: 6px;
}
.story-card {
  background: var(--white);
  border: 1px solid #dce2d4;
  border-radius: 16px;
  box-shadow: 0 8px 30px #364c2b04;
  overflow: hidden;
}
.story-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 22px 32px;
  border-bottom: 1px solid #e5e9de;
}
.story-tabs {
  display: flex;
  padding: 4px;
  background: #f1f3ea;
  border-radius: 30px;
  gap: 3px;
}
.story-tabs button {
  font-size: 11px;
  border-radius: 25px;
  padding: 10px 18px;
  color: #6b7962;
}
.story-tabs button.active {
  background: #fffefa;
  color: #365340;
  box-shadow: 0 2px 5px #3456270d;
}
.story-body {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 65px;
  padding: 37px 40px 33px;
}
.story-narrative {
  padding: 5px 0 0 1px;
}
.story-narrative h3 {
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -0.7px;
  font-weight: 500;
  margin: 12px 0 15px;
  max-width: 335px;
}
.story-narrative > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 356px;
}
.district-field {
  margin-top: 23px;
  display: block;
  font-size: 10px;
  color: #6f7c67;
  max-width: 225px;
}
.district-field select {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d5decc;
  color: #3e5a40;
  background: #f9faf5;
  border-radius: 7px;
  padding: 12px 13px;
  font-size: 12px;
  cursor: pointer;
}
.story-insight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 26px;
  max-width: 365px;
  padding-top: 21px;
  border-top: 1px solid #e5e8dc;
}
.story-insight > span {
  color: #b57c5e;
  font-size: 22px;
}
.story-insight p {
  font-size: 11px;
  line-height: 1.9;
  color: #6a7662;
}
.comparison {
  background: #f3f5ed;
  border: 1px solid #e4e9db;
  border-radius: 12px;
  padding: 24px 26px 22px;
  align-self: center;
}
.comparison-heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.comparison-heading strong {
  font-size: 13px;
  font-weight: 600;
}
.comparison-heading > span {
  font-size: 10px;
  color: #859078;
}
.comparison-chart {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 50px;
  height: 223px;
  position: relative;
  padding: 23px 28px 0;
  margin-top: 9px;
}
.chart-grid {
  position: absolute;
  inset: 0 0 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.chart-grid span {
  width: 100%;
  border-bottom: 1px solid #e1e6d6;
  position: relative;
}
.chart-grid span:last-child:before {
  content: "0";
  font-size: 9px;
  color: #8f9984;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.comparison-column {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-width: 87px;
  height: 100%;
  gap: 10px;
  position: relative;
}
.comparison-column > strong {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.comparison-column > span {
  height: 19px;
  font-size: 10px;
  color: #7a896c;
  padding-top: 2px;
}
.comparison-bar {
  height: var(--bar-height, 130px);
  width: 85px;
  border-radius: 7px 7px 0 0;
  transition:
    height 0.8s var(--ease),
    transform 1s var(--ease);
  flex-shrink: 0;
  transform-origin: bottom;
}
.bar-before {
  background: #c6d4b7;
}
.bar-after {
  background: #75986a;
}
.comparison-bottom {
  display: flex;
  align-items: center;
  gap: 22px;
  border-top: 1px solid #dce4d2;
  margin-top: 16px;
  padding-top: 18px;
}
.comparison-bottom > div {
  min-width: 120px;
}
.delta-number {
  display: block;
  color: #476b3c;
  font-size: 21px;
  letter-spacing: -0.7px;
}
.comparison-bottom > div > span:last-child {
  font-size: 8px;
  color: #859275;
  display: block;
  margin-top: 5px;
}
.comparison-bottom > p {
  font-size: 10px;
  line-height: 1.8;
  color: #738266;
  max-width: 260px;
}
.story-footnote {
  padding: 17px 31px;
  border-top: 1px solid #e5e9dc;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: #fafbf5;
  color: #7e8873;
}
.story-footnote p {
  font-size: 10px;
  line-height: 1.8;
}
.info-circle {
  border: 1px solid #abb79d;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 10px;
  margin-top: 2px;
}
.example-after {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-top: 25px;
  font-size: 11px;
  color: #7b8571;
}
.example-after .text-link {
  font-size: 11px;
  color: #49663d;
  gap: 17px;
}
.possibilities {
  background: #ecefe5;
  border-top: 1px solid #e5e9db;
  border-bottom: 1px solid #e5e9db;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  background: #fdfcf7;
  border: 1px solid #e1e5d7;
  border-radius: 13px;
  padding: 0 28px 21px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 24px #485d3410;
}
.feature-card h3 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin: 11px 0 14px;
}
.feature-card > p {
  font-size: 12px;
  color: #6b7762;
  line-height: 1.9;
  margin-bottom: 24px;
}
.feature-card .text-link {
  margin-top: auto;
  justify-content: space-between;
  border-top: 1px solid #e4e8dc;
  padding-top: 18px;
  font-size: 11px;
}
.feature-illustration {
  height: 184px;
  margin: 0 -28px 25px;
  position: relative;
  overflow: hidden;
  background: #f7f6ee;
}
.scene-ground {
  position: absolute;
  bottom: 30px;
  left: 18%;
  right: 18%;
  height: 1px;
  background: #d7dacb;
}
.building {
  position: absolute;
  bottom: 31px;
  background: #b5c8a7;
  border: 1px solid #afc19f;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 17px 10px 30px;
  border-radius: 3px 3px 0 0;
  transition: transform 0.7s var(--ease);
}
.building i {
  background: #edf1e5;
  width: 11px;
  height: 16px;
  border-radius: 1px;
}
.b1 {
  left: 23%;
  height: 72px;
  width: 53px;
  background: #d5decb;
  border-color: #cdd6c1;
}
.b2 {
  left: calc(23% + 57px);
  height: 105px;
  width: 62px;
}
.b3 {
  left: calc(23% + 123px);
  height: 82px;
  width: 54px;
  background: #e1c6a6;
  border-color: #d8be9f;
}
.building > span {
  position: absolute;
  bottom: 0;
  left: 23px;
  height: 23px;
  width: 16px;
  background: #567b50;
  border-radius: 7px 7px 0 0;
}
.tree {
  position: absolute;
  width: 2px;
  height: 40px;
  background: #9b9672;
  bottom: 31px;
  left: 19%;
}
.tree i {
  width: 28px;
  height: 39px;
  border-radius: 60%;
  background: #c6d4b6;
  position: absolute;
  left: -13px;
  top: -15px;
}
.shop {
  position: absolute;
  bottom: 31px;
  left: calc(50% - 67px);
  height: 102px;
  width: 137px;
  background: #e6d7c3;
  border: 1px solid #dbc9b1;
  border-radius: 4px 4px 0 0;
}
.awning {
  position: absolute;
  height: 25px;
  left: -7px;
  right: -7px;
  top: 17px;
  display: flex;
  transform: skewX(-5deg);
}
.awning i {
  width: 20%;
  height: 100%;
  background: #bf8c70;
  border-radius: 0 0 6px 6px;
}
.awning i:nth-child(2n) {
  background: #f3e9d9;
}
.shop-window {
  position: absolute;
  bottom: 10px;
  left: 12px;
  width: 58px;
  height: 41px;
  background: #cbd7c2;
  border: 3px solid #f7f2e7;
  border-radius: 1px;
}
.shop-door {
  position: absolute;
  bottom: 0;
  right: 12px;
  width: 34px;
  height: 51px;
  background: #789276;
  border: 3px solid #f7f2e7;
  border-bottom: 0;
}
.shop > span {
  font:
    italic 16px Georgia,
    serif;
  color: #795f43;
  position: absolute;
  top: -26px;
  left: 54px;
  transform: rotate(-4deg);
}
.shop-sun {
  position: absolute;
  top: 31px;
  right: 18%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e9dba7;
}
.supply-scene {
  background: #f4f4eb;
}
.supply-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed #aebf99;
  background: #dbe4cd66;
}
.sc1 {
  width: 120px;
  height: 120px;
  left: 18%;
  top: 33px;
}
.sc2 {
  width: 112px;
  height: 112px;
  right: 16%;
  top: 25px;
  background: #edddc133;
  border-color: #d8c6a6;
}
.supply-path {
  position: absolute;
  left: 25%;
  right: 23%;
  top: 82px;
  height: 35px;
  border: 2px dashed #a9b79b;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  transform: rotate(-15deg);
}
.supply-pin {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  background: #fffef7;
  box-shadow: 0 3px 9px #53633c10;
  color: #6f8a61;
}
.sp1 {
  left: 22%;
  top: 56px;
}
.sp2 {
  right: 25%;
  top: 73px;
  background: #e2c7a9;
  color: #8b7053;
}
.sp3 {
  left: 46%;
  top: 114px;
  width: 23px;
  height: 23px;
  font-size: 18px;
  background: #b3c69f;
}
.supply-label {
  position: absolute;
  top: 30px;
  right: 20%;
  font:
    italic 12px Georgia,
    serif;
  color: #8a977d;
  transform: rotate(7deg);
}
.collaboration-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.collaboration-intro h2 {
  margin-top: 22px;
}
.collaboration-intro > p {
  font-size: 13px;
  line-height: 2;
  color: var(--muted);
  margin: 25px 0 29px;
  max-width: 399px;
}
.project-note {
  display: block;
  font-size: 9px;
  color: #8a9480;
  margin-top: 14px;
}
.steps {
  position: relative;
}
.step {
  display: flex;
  gap: 23px;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
}
.step:first-child {
  padding-top: 0;
}
.step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.step-number {
  flex-shrink: 0;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  background: #e8eddf;
  color: #6c855b;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.step h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0 11px;
  letter-spacing: -0.4px;
}
.step p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
}
.trust-section {
  background: #eaf0e3;
  border-top: 1px solid #e3e9da;
  border-bottom: 1px solid #e3e9da;
}
.trust-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 90px;
  align-items: center;
}
.trust-copy h2 {
  margin-top: 23px;
}
.trust-copy > p {
  font-size: 13px;
  line-height: 1.95;
  color: #6d7c61;
  margin-top: 25px;
  max-width: 490px;
}
.trust-points {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-top: 31px;
}
.trust-points > div {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.check-mark {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  border: 1px solid #b5c7a1;
  display: grid;
  place-items: center;
  color: #6d895a;
  font-size: 12px;
  flex-shrink: 0;
}
.trust-points h3 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 8px;
}
.trust-points p {
  font-size: 11px;
  line-height: 1.85;
  color: #7a886b;
  max-width: 421px;
}
.trust-visual {
  text-align: center;
  position: relative;
  transform: translateY(var(--parallax, 0px));
}
.trust-visual-label {
  font-size: 11px;
  color: #7d8c6e;
}
.trust-ring {
  height: 335px;
  width: 335px;
  max-width: 90%;
  margin: 36px auto 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #b2c49b;
  border-radius: 50%;
  background: #eff4e7;
}
.trust-ring:before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid #dee8d1;
  border-radius: 50%;
}
.trust-house {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trust-house svg {
  height: 97px;
  width: 97px;
  color: #729464;
  margin-bottom: 20px;
}
.trust-house strong {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.trust-house > span {
  font-size: 12px;
  color: #839675;
  margin-top: 5px;
}
.trust-tag {
  position: absolute;
  background: #fffef8;
  border: 1px solid #dce5d1;
  border-radius: 30px;
  padding: 11px 18px;
  font-size: 10px;
  color: #718560;
  box-shadow: 0 3px 8px #64794605;
  z-index: 2;
  white-space: nowrap;
}
.tag-one {
  top: 10px;
  left: -35px;
  transform: rotate(-5deg);
}
.tag-two {
  top: 126px;
  right: -48px;
  transform: rotate(5deg);
}
.tag-three {
  bottom: 4px;
  left: 42px;
  transform: rotate(-4deg);
}
.trust-leaf {
  position: absolute;
  width: 41px;
  height: 68px;
  border-radius: 80% 0 80% 0;
  background: #c2d3ac;
}
.leaf-a {
  top: 7px;
  right: 16px;
  transform: rotate(25deg);
}
.leaf-b {
  bottom: 19px;
  left: -7px;
  transform: rotate(-80deg);
  background: #d2dcbc;
}
.trust-visual > p {
  font-size: 10px;
  line-height: 1.8;
  color: #8b997b;
  max-width: 300px;
  margin: 0 auto;
}
.closing {
  text-align: center;
  padding-top: 96px;
  padding-bottom: 106px;
  position: relative;
}
.closing-flower {
  display: inline-block;
  font-size: 49px;
  line-height: 1;
  color: #b8c9a4;
  margin-bottom: 25px;
}
.closing > .eyebrow {
  justify-content: center;
  font-size: 10px;
}
.closing h2 {
  font-size: clamp(40px, 4.7vw, 65px);
  margin-top: 23px;
  letter-spacing: -2.5px;
}
.closing > p {
  font-size: 13px;
  color: #78826e;
  line-height: 1.9;
  margin: 23px 0 27px;
}
.closing .button {
  min-width: 205px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 32px;
  padding-bottom: 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-top > .brand {
  font-size: 25px;
}
.footer-top > span {
  font-size: 11px;
  color: #8b957e;
}
.back-top {
  font-size: 10px;
  color: #728065;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #e4e8da;
  margin-top: 30px;
  padding-top: 21px;
  color: #98a18c;
  font-size: 9px;
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}
.footer-bottom button {
  font-size: 9px;
  color: #768368;
  padding: 0;
}
.modal {
  width: min(560px, calc(100% - 32px));
  max-height: calc(100dvh - 48px);
  border: 1px solid #d1ddc8;
  border-radius: 16px;
  background: #fffef8;
  color: var(--ink);
  padding: 37px;
  box-shadow: 0 30px 100px #26382325;
  overscroll-behavior: contain;
}
.modal::backdrop {
  background: #34472d66;
  backdrop-filter: blur(8px);
}
.modal[open] {
  animation: enter 0.3s both;
}
.modal-close {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #839071;
}
.modal h2 {
  font-size: 33px;
  letter-spacing: -1.1px;
  margin-top: 20px;
  margin-bottom: 19px;
}
.modal p {
  font-size: 12px;
  color: #758369;
  line-height: 1.9;
}
.modal p + p {
  margin-top: 15px;
}
.modal a {
  color: #375e42;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.modal form {
  margin-top: 24px;
}
.modal label {
  display: block;
  font-size: 11px;
  color: #687a5a;
  margin-bottom: 17px;
}
.modal input,
.modal select,
.modal textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d4deca;
  background: #f8faf3;
  border-radius: 7px;
  color: #354d2e;
  padding: 12px;
  font-size: 13px;
}
.modal textarea {
  resize: vertical;
}
.modal form .button {
  width: 100%;
  margin-top: 3px;
}
.modal .form-note {
  font-size: 10px;
  margin-top: 15px;
  line-height: 1.8;
}
.success-symbol {
  display: block;
  font-size: 45px;
  color: #688559;
  margin-top: 20px;
}
.modal h3 {
  font-size: 18px;
  margin: 16px 0 12px;
  font-weight: 500;
}
.modal #project-again {
  margin-top: 20px;
}
.reveal {
  opacity: 1;
  transform: none;
}
.has-motion .reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.75s ease,
    transform 0.85s var(--ease);
}
.has-motion .reveal.is-visible {
  opacity: 1;
  transform: none;
}
.feature-card:nth-child(2) {
  transition-delay: 0.07s;
}
.feature-card:nth-child(3) {
  transition-delay: 0.14s;
}
.has-motion .story-card:not(.is-visible) .comparison-bar {
  transform: scaleY(0.65);
}
.has-motion .feature-card:not(.is-visible) .building {
  transform: translateY(18px);
}
.has-motion .hero-copy {
  animation: enter 0.85s both;
}
.has-motion .hero-visual {
  animation: enter 1s 0.1s both;
}
.has-motion .spark-one {
  animation: gentleTurn 10s ease-in-out infinite;
}
.has-motion .closing.is-visible .closing-flower {
  animation: flowerTurn 1.4s var(--ease) both;
}
@keyframes enter {
  from {
    opacity: 0;
    translate: 0 18px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes gentleTurn {
  0%,
  100% {
    rotate: 0deg;
  }
  50% {
    rotate: 13deg;
  }
}
@keyframes flowerTurn {
  from {
    transform: rotate(-60deg);
    opacity: 0.3;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .desktop-nav {
    gap: 18px;
    margin-right: 5px;
  }
  .desktop-nav a {
    font-size: 10px;
  }
  .hero {
    gap: 30px;
    padding-top: 61px;
    min-height: 590px;
  }
  .hero h1 {
    font-size: 52px;
    letter-spacing: -2.8px;
  }
  .hero-intro {
    font-size: 12px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 16px;
  }
  .hero-actions .button {
    font-size: 10px;
    padding: 15px 18px;
  }
  .hero-note {
    margin-top: 29px;
  }
  .map-card-heading {
    padding: 21px 19px 0;
  }
  .map-card-heading h2 {
    font-size: 16px;
  }
  .map-caption {
    padding: 11px 15px;
    gap: 6px;
  }
  .map-caption > span,
  .map-caption button {
    font-size: 7px;
  }
  #vienna-map {
    height: 320px;
  }
  .floating-note {
    left: -15px;
    padding: 15px 18px;
  }
  .floating-note strong {
    font-size: 11px;
  }
  .floating-note div > span {
    font-size: 9px;
  }
  .section-space {
    padding: 85px 0;
  }
  .story-body {
    gap: 35px;
    padding: 31px;
  }
  .comparison {
    padding: 22px;
  }
  .story-narrative h3 {
    font-size: 23px;
  }
  .comparison-chart {
    gap: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .comparison-bottom {
    gap: 16px;
    align-items: flex-start;
  }
  .comparison-bottom > div {
    min-width: 104px;
  }
  .delta-number {
    font-size: 19px;
  }
  .feature-grid {
    gap: 17px;
  }
  .feature-card {
    padding-left: 22px;
    padding-right: 22px;
  }
  .feature-illustration {
    margin-left: -22px;
    margin-right: -22px;
  }
  .feature-card h3 {
    font-size: 19px;
  }
  .collaboration-section {
    gap: 65px;
  }
  .trust-layout {
    gap: 60px;
  }
  .trust-ring {
    height: 280px;
    width: 280px;
  }
  .tag-one {
    left: -15px;
  }
  .tag-two {
    right: -25px;
  }
  .tag-three {
    left: 25px;
    bottom: -6px;
  }
  .trust-tag {
    font-size: 9px;
    padding: 10px 14px;
  }
  .audience-strip {
    font-size: 10px;
  }
  .audience-strip > span:first-child {
    font-size: 9px;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .hero {
    gap: 20px;
    padding-top: 51px;
    padding-bottom: 64px;
    min-height: 0;
  }
  .hero h1 {
    font-size: 44px;
    letter-spacing: -2.3px;
  }
  .hero .eyebrow {
    font-size: 9px;
    margin-bottom: 25px;
  }
  .hero-intro {
    font-size: 11px;
    line-height: 1.9;
  }
  .hero-note {
    font-size: 8px;
    margin-top: 25px;
  }
  .map-card-heading {
    padding: 18px 16px 0;
  }
  .map-card-heading h2 {
    font-size: 14px;
  }
  .map-card-heading .mini-label {
    font-size: 8px;
  }
  .map-card-heading .example-badge {
    font-size: 7px;
    padding: 4px 6px;
  }
  .map-caption {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
    gap: 6px;
  }
  #vienna-map {
    height: 270px;
  }
  .floating-note {
    padding: 13px;
    gap: 9px;
    left: -5px;
    bottom: -21px;
  }
  .floating-note-icon {
    height: 29px;
    width: 29px;
    font-size: 21px;
  }
  .floating-note strong {
    font-size: 10px;
  }
  .floating-note div > span {
    font-size: 8px;
  }
  .visual-halo {
    inset: -22px -8px -10px -18px;
  }
  .spark-one {
    font-size: 42px;
    right: -9px;
    top: -27px;
  }
  .spark-two {
    font-size: 35px;
    bottom: -32px;
  }
  .audience-strip {
    flex-wrap: wrap;
    gap: 10px 15px;
    justify-content: flex-start;
    padding: 22px 0;
  }
  .audience-strip > span:first-child {
    width: 100%;
    margin-bottom: 3px;
  }
  .section-heading {
    gap: 25px;
  }
  .section-heading h2 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
  .section-heading > p {
    font-size: 11px;
    width: 250px;
  }
  .story-top {
    padding: 19px 25px;
  }
  .story-tabs button {
    font-size: 10px;
    padding: 9px 14px;
  }
  .story-body {
    gap: 27px;
    padding: 27px;
  }
  .story-narrative h3 {
    font-size: 21px;
  }
  .story-narrative > p {
    font-size: 11px;
  }
  .story-insight p {
    font-size: 10px;
  }
  .comparison {
    padding: 20px 17px;
  }
  .comparison-column {
    min-width: 62px;
  }
  .comparison-bar {
    width: 64px;
  }
  .comparison-column strong {
    font-size: 20px;
  }
  .comparison-bottom {
    flex-direction: column;
    gap: 11px;
  }
  .comparison-bottom > div {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .comparison-bottom > div > span:last-child {
    max-width: 75px;
    margin: 0;
    font-size: 8px;
  }
  .comparison-chart {
    height: 210px;
    gap: 25px;
  }
  .story-footnote {
    padding: 15px 25px;
  }
  .story-footnote p {
    font-size: 9px;
  }
  .example-after,
  .example-after .text-link {
    font-size: 10px;
  }
  .feature-grid {
    gap: 13px;
  }
  .feature-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .feature-card h3 {
    font-size: 17px;
  }
  .feature-card > p {
    font-size: 11px;
  }
  .feature-illustration {
    margin-left: -18px;
    margin-right: -18px;
    height: 168px;
  }
  .feature-illustration .building {
    scale: 0.88;
    transform-origin: bottom left;
  }
  .b1 {
    left: 15%;
  }
  .b2 {
    left: calc(15% + 50px);
  }
  .b3 {
    left: calc(15% + 107px);
  }
  .tree {
    left: 11%;
  }
  .feature-card .mini-label {
    font-size: 8px;
  }
  .feature-card .text-link {
    font-size: 10px;
  }
  .feature-illustration .shop {
    scale: 0.88;
    transform-origin: bottom center;
  }
  .trust-layout {
    gap: 34px;
  }
  .trust-copy h2,
  .collaboration-intro h2 {
    font-size: 36px;
  }
  .collaboration-section {
    gap: 40px;
  }
  .collaboration-intro > p {
    font-size: 12px;
  }
  .step {
    gap: 15px;
  }
  .step h3 {
    font-size: 16px;
  }
  .step p {
    font-size: 11px;
  }
  .step-number {
    height: 35px;
    width: 35px;
    font-size: 10px;
  }
  .trust-ring {
    width: 230px;
    height: 230px;
  }
  .trust-house svg {
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
  }
  .trust-house strong {
    font-size: 13px;
  }
  .trust-house > span {
    font-size: 10px;
  }
  .trust-tag {
    font-size: 8px;
    padding: 8px 11px;
  }
  .tag-two {
    right: -23px;
    top: 95px;
  }
  .tag-three {
    bottom: -5px;
    left: 20px;
  }
  .trust-visual-label {
    font-size: 9px;
  }
  .closing h2 {
    font-size: 49px;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
}
@media (max-width: 650px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 76px;
  }
  .brand {
    font-size: 26px;
  }
  .header-cta {
    display: none;
  }
  .menu-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
  }
  .menu-button span {
    height: 1px;
    width: 21px;
    background: #465e3e;
    transition: transform 0.2s;
  }
  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }
  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }
  .mobile-nav {
    display: flex;
    position: absolute;
    top: 75px;
    left: 20px;
    right: 20px;
    z-index: 20;
    background: #fffef9;
    border: 1px solid #dce3d4;
    border-radius: 0 0 12px 12px;
    padding: 12px;
    flex-direction: column;
    box-shadow: 0 12px 24px #52633c12;
  }
  .mobile-nav a,
  .mobile-nav button {
    padding: 14px 10px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #e8ecdf;
  }
  .mobile-nav button {
    border-bottom: 0;
    color: var(--green);
    font-weight: 600;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 38px;
    padding-bottom: 60px;
  }
  .hero h1 {
    font-size: clamp(38px, 9.7vw, 58px);
    letter-spacing: -2.6px;
    line-height: 1.14;
    white-space: normal;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 24px;
  }
  .hero-intro {
    font-size: 13px;
    margin-top: 22px;
    line-height: 1.85;
    max-width: 400px;
  }
  .hero-actions {
    gap: 18px;
    margin-top: 25px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 15px 18px;
  }
  .quiet-link {
    font-size: 10px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 24px;
    gap: 10px;
  }
  .note-icon {
    height: 31px;
    width: 31px;
    font-size: 21px;
  }
  .hero-visual {
    margin: 0 4px;
  }
  .map-card {
    transform: rotate(1deg);
  }
  .visual-halo {
    inset: -18px -9px -14px -15px;
  }
  .map-card-heading {
    padding: 21px 19px 0;
  }
  .map-card-heading h2 {
    font-size: 17px;
  }
  .map-card-heading .mini-label {
    font-size: 9px;
  }
  .map-card-heading .example-badge {
    font-size: 8px;
    padding: 5px 7px;
  }
  #vienna-map {
    height: 302px;
  }
  .map-caption {
    padding: 12px 18px;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .map-caption > span {
    font-size: 7px;
    max-width: 123px;
    line-height: 1.6;
    gap: 5px;
  }
  .map-caption button {
    font-size: 7px;
    max-width: 138px;
    text-align: right;
  }
  .floating-note {
    bottom: -22px;
    left: 4px;
    gap: 9px;
    padding: 13px 16px;
  }
  .floating-note strong {
    font-size: 11px;
  }
  .floating-note div > span {
    font-size: 8px;
  }
  .spark-one {
    font-size: 40px;
    right: -7px;
    top: -25px;
  }
  .spark-two {
    right: 5px;
    bottom: -34px;
    font-size: 35px;
  }
  .audience-strip {
    gap: 11px 10px;
    padding: 23px 0;
  }
  .audience-strip > div {
    font-size: 9px;
  }
  .strip-dot {
    font-size: 13px;
  }
  .section-space {
    padding: 63px 0;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 0.1px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading h2 {
    font-size: 34px;
    letter-spacing: -1.45px;
    margin-top: 19px;
  }
  .section-heading > p {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.9;
    margin-top: 21px;
    padding: 0;
  }
  .section-heading > p br {
    display: none;
  }
  .story-card {
    border-radius: 12px;
  }
  .story-top {
    padding: 17px 18px;
    flex-wrap: wrap;
    gap: 13px;
  }
  .story-tabs {
    padding: 3px;
    gap: 0;
  }
  .story-tabs button {
    font-size: 10px;
    padding: 9px 15px;
  }
  .story-top .example-badge {
    font-size: 8px;
    padding: 4px 7px;
  }
  .story-body {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }
  .story-narrative h3 {
    font-size: 24px;
    margin: 10px 0 12px;
    max-width: 300px;
  }
  .story-narrative > p {
    font-size: 12px;
    max-width: 100%;
  }
  .district-field {
    margin-top: 20px;
    font-size: 10px;
    max-width: 100%;
  }
  .district-field select {
    padding: 12px 13px;
    font-size: 13px;
  }
  .story-insight {
    margin-top: 19px;
    padding-top: 16px;
    max-width: 100%;
    gap: 9px;
  }
  .story-insight p {
    font-size: 11px;
  }
  .comparison {
    padding: 21px 19px;
  }
  .comparison-heading strong {
    font-size: 12px;
  }
  .comparison-heading > span {
    font-size: 10px;
  }
  .comparison-chart {
    height: 223px;
    gap: 38px;
    padding-top: 24px;
  }
  .comparison-column {
    min-width: 75px;
  }
  .comparison-bar {
    width: 75px;
  }
  .comparison-column strong {
    font-size: 23px;
  }
  .comparison-bottom {
    gap: 12px;
  }
  .comparison-bottom > div {
    gap: 14px;
  }
  .delta-number {
    font-size: 21px;
  }
  .comparison-bottom > div > span:last-child {
    max-width: none;
    font-size: 8px;
  }
  .comparison-bottom > p {
    font-size: 10px;
    line-height: 1.8;
    max-width: 100%;
  }
  .story-footnote {
    padding: 15px 19px;
    gap: 10px;
  }
  .story-footnote p {
    font-size: 9px;
    line-height: 1.8;
  }
  .example-after {
    display: block;
    font-size: 11px;
    line-height: 1.8;
    padding-top: 21px;
  }
  .example-after .text-link {
    display: flex;
    width: fit-content;
    font-size: 11px;
    margin-top: 10px;
    gap: 25px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-card {
    padding: 0 25px 20px;
  }
  .feature-illustration {
    height: 190px;
    margin: 0 -25px 24px;
  }
  .feature-card .mini-label {
    font-size: 9px;
  }
  .feature-card h3 {
    font-size: 22px;
    margin-top: 11px;
  }
  .feature-card > p {
    font-size: 12px;
    line-height: 1.9;
    margin-bottom: 20px;
  }
  .feature-card .text-link {
    font-size: 11px;
  }
  .feature-illustration .building {
    scale: 1;
  }
  .b1 {
    left: 24%;
  }
  .b2 {
    left: calc(24% + 57px);
  }
  .b3 {
    left: calc(24% + 123px);
  }
  .tree {
    left: 20%;
  }
  .feature-illustration .shop {
    scale: 1;
  }
  .collaboration-section {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .collaboration-intro h2 {
    font-size: 35px;
  }
  .collaboration-intro > p {
    font-size: 13px;
    line-height: 1.95;
    margin-top: 23px;
    max-width: 100%;
  }
  .collaboration-intro > .button {
    font-size: 12px;
  }
  .project-note {
    font-size: 9px;
    line-height: 1.7;
  }
  .step {
    gap: 18px;
    padding: 24px 0;
  }
  .step-number {
    height: 38px;
    width: 38px;
    font-size: 11px;
  }
  .step h3 {
    font-size: 17px;
  }
  .step p {
    font-size: 12px;
  }
  .trust-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .trust-copy h2 {
    font-size: 35px;
  }
  .trust-copy > p {
    font-size: 12px;
  }
  .trust-points {
    gap: 23px;
  }
  .trust-points h3 {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 1px;
  }
  .trust-points p {
    font-size: 11px;
  }
  .trust-visual {
    padding: 0 12px;
  }
  .trust-visual-label {
    font-size: 10px;
  }
  .trust-ring {
    height: 270px;
    width: 270px;
    max-width: 95%;
    margin-top: 31px;
  }
  .trust-house svg {
    height: 82px;
    width: 82px;
  }
  .trust-house strong {
    font-size: 15px;
  }
  .trust-house > span {
    font-size: 11px;
  }
  .trust-tag {
    font-size: 9px;
    padding: 10px 13px;
  }
  .tag-one {
    left: -9px;
    top: 12px;
  }
  .tag-two {
    right: -19px;
    top: 109px;
  }
  .tag-three {
    left: 29px;
    bottom: -3px;
  }
  .trust-visual > p {
    font-size: 10px;
    max-width: 275px;
    line-height: 1.9;
  }
  .closing {
    padding-top: 66px;
    padding-bottom: 68px;
  }
  .closing-flower {
    font-size: 41px;
    margin-bottom: 23px;
  }
  .closing > .eyebrow {
    font-size: 8px;
  }
  .closing h2 {
    font-size: 37px;
    letter-spacing: -1.7px;
    margin-top: 21px;
  }
  .closing > p {
    font-size: 12px;
    margin-top: 23px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 21px;
  }
  .footer-top > .brand {
    font-size: 25px;
  }
  .footer-top > span {
    font-size: 9px;
    max-width: 145px;
    text-align: right;
    margin-left: auto;
    line-height: 1.7;
  }
  .back-top {
    font-size: 10px;
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    margin-top: 24px;
    font-size: 8px;
  }
  .footer-bottom button {
    font-size: 8px;
  }
  .footer-bottom > div {
    gap: 20px;
  }
  .modal {
    padding: 31px 25px;
  }
  .modal h2 {
    font-size: 30px;
  }
  .modal p {
    font-size: 12px;
  }
  .modal input,
  .modal select,
  .modal textarea {
    font-size: 16px;
  }
  .modal .button {
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 37px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions .button {
    font-size: 10px;
    padding: 14px 16px;
  }
  .quiet-link {
    font-size: 9px;
  }
  .audience-strip > div {
    font-size: 8px;
  }
  .map-card-heading h2 {
    font-size: 15px;
  }
  .map-card-heading .example-badge {
    font-size: 7px;
  }
  #vienna-map {
    height: 267px;
  }
  .map-caption > span,
  .map-caption button {
    font-size: 6px;
  }
  .floating-note strong {
    font-size: 10px;
  }
  .story-tabs button {
    padding: 9px 13px;
  }
  .comparison-chart {
    gap: 25px;
  }
  .comparison-bar {
    width: 64px;
  }
  .comparison-column {
    min-width: 64px;
  }
  .comparison-column strong {
    font-size: 21px;
  }
  .trust-tag {
    font-size: 8px;
  }
  .trust-ring {
    width: 240px;
    height: 240px;
  }
  .tag-two {
    right: -16px;
  }
  .closing h2 {
    font-size: 33px;
  }
  .feature-illustration .building {
    scale: 0.9;
  }
  .b1 {
    left: 19%;
  }
  .b2 {
    left: calc(19% + 52px);
  }
  .b3 {
    left: calc(19% + 112px);
  }
  .tree {
    left: 15%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .has-motion .reveal {
    opacity: 1;
    transform: none;
  }
  .hero-visual,
  .trust-visual {
    transform: none !important;
  }
}
/* Contain the decorative backdrop; controls and content retain their full width. */
main {
  overflow-x: clip;
}
.floating-note {
  bottom: -59px;
  padding: 13px 20px;
}
.floating-note-icon {
  height: 34px;
  width: 34px;
}
.hero {
  padding-bottom: 105px;
}
.has-motion .trust-visual.is-visible {
  transform: translateY(var(--parallax, 0px));
}
.chart-grid {
  top: 50px;
}
.chart-grid > span:first-child:before {
  content: attr(data-scale);
  font-size: 9px;
  color: #86917b;
  position: absolute;
  left: 0;
  bottom: 5px;
}
@media (min-width: 901px) {
  .desktop-nav a {
    font-size: 12px;
  }
  .section-heading > p,
  .story-narrative > p,
  .feature-card > p,
  .step p,
  .trust-copy > p {
    font-size: 13px;
  }
  .story-insight p {
    font-size: 12px;
  }
  .comparison-bottom > p,
  .story-footnote p {
    font-size: 11px;
  }
  .comparison-bottom > div > span:last-child {
    font-size: 9px;
  }
  .feature-card h3 {
    font-size: 23px;
  }
  .trust-points p {
    font-size: 12px;
  }
  .trust-points h3 {
    font-size: 13px;
  }
  .map-caption {
    font-size: 9px;
  }
  .map-caption button {
    font-size: 9px;
  }
  .example-badge {
    font-size: 10px;
  }
}
@media (max-width: 650px) {
  .hero {
    padding-bottom: 89px;
  }
  .floating-note {
    bottom: -54px;
    padding: 12px 16px;
  }
  .floating-note-icon {
    height: 30px;
    width: 30px;
  }
}

/* Analytics edition: precise typography, restrained motion, explicit data scope. */
.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}
em {font-family:var(--font);font-style:normal;font-weight:inherit;letter-spacing:inherit}
.small-flower,.visual-spark,.closing-flower,.trust-leaf {display:none}
.hero h1 {font-size:clamp(38px,4.1vw,62px);line-height:1.1;letter-spacing:-.055em;white-space:normal}
.hero-intro {max-width:510px}
.button {border-radius:6px}
.map-card {transform:none;border-radius:12px;border-color:var(--line);box-shadow:0 22px 55px #203b4810}
.visual-halo {border-radius:16px;background:linear-gradient(90deg,#24646c08 1px,transparent 1px),linear-gradient(#24646c08 1px,transparent 1px);background-size:24px 24px;transform:none}
.floating-note {border-radius:8px;transform:none}
.floating-note-icon {border-radius:6px}
.trust-section {background:#eaf0f2}
.trust-ring {border-radius:16px;border-color:#b7cbd0}
.trust-tag,.trust-house,.story-card,.scope-note {border-radius:8px}
.closing {padding-top:95px}
.footer-bottom a {font-size:12px}
.analytics-modules {background:#eef2f5;border-block:1px solid var(--line)}
.module-grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.module-card {background:#fff;border:1px solid var(--line);padding:25px 22px 0;display:flex;flex-direction:column;border-radius:8px;transition:border-color .25s,box-shadow .25s,transform .6s,opacity .6s}
.module-card:hover {border-color:#8ab1b5;box-shadow:0 8px 24px #19374308}
.module-card.selected {border-color:var(--green);background:#f7fbfb}
.module-card-top {display:flex;justify-content:space-between;align-items:center;margin-bottom:27px;color:var(--green)}
.module-number {font-variant-numeric:tabular-nums;font-size:12px;letter-spacing:.1em;border-bottom:2px solid #adc9ce;padding-bottom:8px}
.module-card h3 {font-size:18px;line-height:1.35;min-height:49px;letter-spacing:-.025em;margin-bottom:14px}
.module-card>p {font-size:13px;line-height:1.85;color:var(--muted);flex:1;margin-bottom:22px}
.module-tags {font-size:10px;font-weight:700;line-height:1.8;letter-spacing:.015em;color:var(--green);min-height:36px}
.module-toggle {display:flex;justify-content:space-between;align-items:center;width:calc(100% + 44px);margin:12px -22px 0;padding:17px 22px;border-top:1px solid var(--line);font-size:12px;text-align:left}
.module-toggle span {font-size:20px;line-height:1}
.module-toggle:hover {background:#e8f2f3}
.module-selection {display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:28px}
.module-selection p {display:grid;gap:6px;font-size:13px}
.module-selection p span,.module-scope {color:var(--muted);font-size:12px;line-height:1.8}
.module-scope {margin-top:24px;max-width:870px}
.platform-section {display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.platform-copy h2 {font-size:clamp(30px,3.2vw,46px);margin:20px 0 23px}
.platform-copy>p {color:var(--muted);line-height:1.9}
.platform-features {display:grid;gap:24px;margin-top:30px}
.platform-features article {display:flex;gap:18px}
.platform-features article>span {font-size:11px;color:var(--green);padding-top:3px;font-weight:700}
.platform-features h3 {font-size:15px;margin-bottom:8px}
.platform-features p {font-size:13px;line-height:1.85;color:var(--muted)}
.format-tags {display:flex;flex-wrap:wrap;gap:7px;margin-top:28px}
.format-tags span {font-size:10px;padding:7px 10px;border:1px solid var(--line);border-radius:4px;background:white}
.workspace-preview {border:1px solid #cddade;border-radius:10px;background:white;box-shadow:0 24px 70px #1d394b0c;overflow:hidden}
.workspace-header {display:flex;gap:10px;align-items:center;padding:20px;background:#f0f4f6;border-bottom:1px solid var(--line)}
.workspace-mark {display:grid;place-items:center;width:29px;height:29px;background:var(--ink);color:white;border-radius:5px;font-weight:700}
.workspace-header strong {font-size:13px}
.workspace-header .example-badge {margin-left:auto;font-size:9px;background:#e3edef;border-radius:4px;padding:5px 7px}
.workspace-tabs {display:flex;gap:8px;padding:17px 20px 0;border-bottom:1px solid var(--line)}
.workspace-tabs button {font-size:11px;padding:10px 6px 15px;border-bottom:2px solid transparent}
.workspace-tabs button.active {color:var(--green);border-color:var(--green);font-weight:700}
.workspace-content {padding:30px;min-height:364px}
.workspace-kicker {font-size:9px;letter-spacing:.14em;color:var(--green);font-weight:700}
.workspace-content h3 {font-size:22px;letter-spacing:-.04em;line-height:1.4;margin:12px 0 20px}
.workspace-content p {font-size:12px;line-height:1.8;color:var(--muted);margin-top:20px}
.workspace-scope {display:flex;gap:8px}
.workspace-scope span {font-size:10px;background:#f1f5f6;padding:7px 12px;border:1px solid var(--line);border-radius:3px}
.workspace-mini-chart {height:128px;display:flex;gap:12px;align-items:end;padding:0 12px;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to top,transparent 0,transparent 31px,#e6ecee 31px,#e6ecee 32px);margin-top:22px}
.workspace-mini-chart i {display:block;flex:1;height:var(--h);background:#a9c9ce;border-radius:3px 3px 0 0;animation:chart-enter .65s ease both;transform-origin:bottom}
.workspace-mini-chart i:nth-child(even) {background:var(--green)}
@keyframes chart-enter {from{transform:scaleY(.1);opacity:.3}to{transform:scaleY(1);opacity:1}}
.workspace-footer {padding:15px 20px;border-top:1px solid var(--line);display:flex;gap:8px;align-items:center;font-size:10px;color:var(--muted)}
.status-square {width:6px;height:6px;background:var(--green)}
.source-row {display:flex;justify-content:space-between;gap:12px;padding:15px 0;border-bottom:1px solid var(--line);font-size:11px}
.source-row b {font-size:9px;color:var(--green);white-space:nowrap}
.report-process {display:grid;gap:10px}
.report-process span {padding:12px;background:#eef4f5;font-size:11px;border-left:2px solid #8db3b9}
.reports-section {background:#fff;border-block:1px solid var(--line)}
.report-layout {display:grid;grid-template-columns:.75fr 1.25fr;gap:62px;align-items:start}
.report-benefits h3 {font-size:26px;letter-spacing:-.035em;line-height:1.4;margin-bottom:20px}
.report-benefits p {font-size:13px;line-height:1.9;color:var(--muted)}
.report-benefits ul {padding-left:18px;margin:22px 0;display:grid;gap:13px;font-size:12px;line-height:1.6}
.report-benefits li::marker {color:var(--green)}
.report-benefits .report-caution {font-size:11px;border-left:2px solid #bdd0d5;padding-left:16px}
.report-benefits .text-link {margin-top:24px;font-size:12px}
.report-preview {background:#fafcfd;border:1px solid #d2dfe4;border-radius:10px;padding:28px;box-shadow:0 18px 55px #263d4908;min-width:0}
.report-preview-top {display:flex;justify-content:space-between;gap:14px;align-items:center}
.report-preview-top .mini-label {font-size:9px}
.report-switch {display:flex;background:#e8eef1;border-radius:5px;padding:3px;gap:3px}
.report-switch button {font-size:10px;padding:8px 12px;border-radius:3px}
.report-switch button.active {background:white;color:var(--green);box-shadow:0 1px 4px #20394615;font-weight:700}
.report-title-row {display:flex;justify-content:space-between;align-items:center;margin:31px 0 26px;gap:12px}
.report-title-row h3 {font-size:22px;letter-spacing:-.035em}
.report-title-row p {font-size:11px;color:var(--muted);margin-top:8px}
.report-document {font-size:36px;color:#8eacb5}
.report-table-wrap {overflow-x:auto}
.report-table {width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums;font-size:11px;text-align:right;white-space:nowrap}
.report-table th,.report-table td {padding:16px 8px;border-bottom:1px solid var(--line)}
.report-table thead th {font-size:9px;font-weight:400;color:var(--muted);padding-top:0}
.report-table th:first-child {text-align:left;padding-left:0}
.report-table tbody th {font-size:11px;font-weight:500}
.report-table td:last-child {font-weight:700;color:var(--green);padding-right:0}
.report-finding {background:#eaf2f3;border-left:2px solid #4d8b93;padding:17px 18px;margin-top:24px}
.report-finding .mini-label {font-size:9px}
.report-finding p {font-size:12px;line-height:1.85;margin-top:8px}
.report-source-note {font-size:10px;color:var(--muted);line-height:1.8;margin-top:19px}
.brief-modules {padding:12px 14px;background:#edf3f5;border-radius:4px;font-size:12px!important;color:var(--green)!important}
.legal-page {max-width:840px;padding-top:65px;padding-bottom:90px}
.legal-page h1 {font-size:48px;margin:20px 0 50px;overflow-wrap:anywhere}
.legal-page h2 {font-size:23px;margin:34px 0 15px;letter-spacing:-.02em}
.legal-page p {font-size:15px;line-height:1.9;margin-bottom:18px;color:var(--muted)}
.legal-page p a {color:var(--green);text-decoration:underline;text-underline-offset:4px}
@media(min-width:1100px){.hero {grid-template-columns:1.07fr 1fr;gap:40px}.hero h1 {font-size:clamp(46px,4vw,60px)}}
@media(max-width:1100px){.module-grid {grid-template-columns:repeat(2,minmax(0,1fr))}.platform-section{gap:35px}.report-layout{gap:30px;grid-template-columns:.8fr 1.2fr}.report-preview{padding:22px}.report-preview-top{align-items:start;flex-direction:column}.hero h1{font-size:clamp(34px,4.4vw,52px)}}
@media(max-width:800px){.platform-section,.report-layout{grid-template-columns:1fr;gap:40px}.workspace-preview{max-width:600px;width:100%;justify-self:center}.report-benefits{max-width:560px}.module-selection{align-items:start;flex-direction:column}.report-preview-top{flex-direction:row;align-items:center}}
@media(max-width:650px){.hero h1{font-size:clamp(33px,8vw,49px)}.module-grid{grid-template-columns:1fr}.module-card h3{min-height:0}.module-card-top{margin-bottom:18px}.module-card>p{margin-bottom:14px}.module-card{padding-top:20px}.module-tags{min-height:0}.module-selection .button{font-size:12px;width:100%}.workspace-content{padding:22px;min-height:370px}.workspace-tabs{gap:10px;padding-inline:15px}.workspace-header{padding:16px 14px;gap:7px}.workspace-header strong{font-size:12px}.workspace-footer{font-size:9px}.report-preview{padding:18px 14px}.report-preview-top{gap:10px;align-items:start;flex-direction:column}.report-table{font-size:10px}.report-table th,.report-table td{padding:15px 5px}.report-table tbody th{font-size:10px}.report-title-row h3{font-size:21px}.report-document{display:none}.report-table{min-width:320px}.report-source-note{font-size:10px}.closing{padding-top:65px}.footer-bottom>div{flex-wrap:wrap;gap:16px}.legal-page{padding-top:35px}.legal-page h1{font-size:38px}.trust-ring{border-radius:12px}}
@media(prefers-reduced-motion:reduce){.workspace-mini-chart i{animation:none}.module-card{transition:none}}
