@font-face {
  font-family: Nunito;
  src: url("fonts/nunito-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}
:root {
  --green: #42712d;
  --lime: #bfd27f;
  --yellow: #f4c75e;
  --pink: #f089b2;
  --lavender: #8d93c8;
  --paper: #fafaf7;
  --white: #fff;
  --ink: #1c1c1c;
  --grey: #6b6b6b;
  --line: rgba(66, 113, 45, 0.22);
  --font: Nunito, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 16px/1.6 var(--font);
}
button,
input,
select {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
button {
  color: inherit;
}
button:disabled {
  cursor: default;
}
p {
  margin: 0 0 1.1em;
}
h1,
h2,
h3 {
  line-height: 1.06;
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.035em;
}
h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.8rem);
}
h3 {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
a {
  text-underline-offset: 5px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 5px;
}
button:focus-visible {
  box-shadow: 0 0 0 7px var(--yellow);
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.section-space {
  padding-block: 100px;
}
.eyebrow {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: var(--green);
  margin: 0 0 22px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-bottom: 42px;
}
.section-intro {
  max-width: 350px;
  margin: 0;
  font-size: 1.05rem;
}
.text-link {
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: none;
  border: 0;
  padding: 4px 0;
  text-decoration: underline;
  font-size: 1rem;
}
.text-link span {
  font-size: 1.3rem;
}
.text-link:hover {
  color: var(--green);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 6px;
  padding: 15px 22px;
  text-decoration: none;
  border: 1px solid var(--green);
  font-weight: 800;
  min-height: 50px;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  transform: translateY(-2px);
}
.button span {
  font-size: 1.3rem;
}
.primary {
  background: var(--green);
  color: white;
}
.primary:hover {
  background: var(--ink);
}
.dark {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.skip-link {
  position: fixed;
  top: -90px;
  left: 20px;
  z-index: 5000;
  background: var(--yellow);
  padding: 15px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1001;
  background: rgba(250, 250, 247, 0.97);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  width: min(1344px, calc(100% - 64px));
  margin: auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: var(--green);
}
.brand > b {
  font-size: 2.85rem;
  line-height: 1;
  letter-spacing: -0.08em;
  position: relative;
}
.brand > b span {
  color: var(--lavender);
  font-size: 3.1rem;
}
.brand > span {
  font-size: 0.88rem;
  line-height: 1.12;
  font-weight: 800;
  border-left: 1px solid var(--line);
  padding-left: 13px;
}
.nav-wrap nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-wrap nav > a {
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 800;
}
.nav-wrap nav > a:not(.nav-cta):hover {
  text-decoration: underline;
}
.nav-cta {
  background: var(--yellow);
  border-radius: 5px;
  padding: 11px 19px;
}
.nav-cta span {
  margin-left: 22px;
}
.menu-toggle {
  display: none;
}
.hero {
  padding-top: 31px;
}
.hero-topline {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: var(--green);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 45px;
  align-items: center;
  min-height: 562px;
  padding: 32px 0 60px;
}
.hero h1 {
  font-size: clamp(4.3rem, 7.8vw, 7.1rem);
  letter-spacing: -0.065em;
  line-height: 0.99;
  color: var(--green);
  margin-bottom: 26px;
}
.hero h1 > span {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.hero h1 > span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  height: 0.25em;
  z-index: -1;
  background: var(--lime);
  transform: rotate(-2deg);
}
.hero-lead {
  font-size: 1.48rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.hero-copy > p:not(.hero-lead) {
  font-size: 1.05rem;
  margin-bottom: 27px;
}
.hero-visual {
  align-self: stretch;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0 55px;
}
.map-preview-wrap {
  width: 100%;
  position: relative;
  margin-left: 20px;
}
.mini-map-link {
  display: block;
  border: 1px solid var(--green);
  border-radius: 180px 180px 12px 12px;
  overflow: hidden;
  position: relative;
  height: 380px;
  background: var(--lime);
  isolation: isolate;
  text-decoration: none;
}
.mini-map-link:hover {
  outline: 3px solid var(--green);
  outline-offset: 5px;
}
#mini-map {
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}
.mini-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--green);
  padding: 17px 23px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-caption small {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  display: block;
}
.mini-caption strong {
  display: block;
  font-size: 1.08rem;
}
.mini-caption > b {
  font-size: 2rem;
  font-weight: 400;
}
.map-sticker {
  position: absolute;
  top: 3px;
  right: -15px;
  border-radius: 50%;
  background: var(--yellow);
  width: 108px;
  height: 108px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  font-size: 1rem;
  transform: rotate(9deg);
  border: 5px solid var(--paper);
}
.duck {
  background-image: url("img/duck-poses.webp");
  background-size: 300% 100%;
  display: block;
  aspect-ratio: 1;
  width: 100%;
  filter: grayscale(1);
  background-repeat: no-repeat;
}
.pose-0 {
  background-position: 0 0;
}
.pose-1 {
  background-position: 50% 0;
}
.pose-2 {
  background-position: 100% 0;
}
.hero-duck {
  width: 205px;
  position: absolute;
  bottom: -4px;
  left: -72px;
  text-decoration: none;
}
.hero-duck .duck {
  transition: transform 0.18s;
}
.hero-duck:hover .duck,
.hero-duck:focus-visible .duck {
  background-position: 100% 0;
  transform: rotate(-4deg);
}
.duck-bubble {
  position: absolute;
  left: 170px;
  bottom: 20px;
  white-space: nowrap;
  background: var(--pink);
  font-size: 0.76rem;
  font-weight: 800;
  padding: 9px 14px;
  border-radius: 18px 18px 18px 0;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.15s;
}
.hero-duck:hover .duck-bubble,
.hero-duck:focus-visible .duck-bubble {
  opacity: 1;
  transform: none;
}
.partner-strip {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 23px 0 29px;
}
.partner-strip > span:first-child {
  font-size: 0.74rem;
  color: var(--grey);
  line-height: 1.3;
}
.gb-lockup {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.gb-lockup > b {
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: -0.08em;
  color: var(--green);
}
.gb-lockup > b span {
  color: var(--green);
}
.gb-lockup > span {
  font-size: 0.79rem;
  line-height: 1.15;
  font-weight: 800;
}
.school-lockup {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
.school-lockup img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.school-lockup > span {
  font-size: 0.77rem;
  line-height: 1.2;
}
.edition-note {
  margin-left: auto;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: right;
  color: var(--grey);
}
.edition-note b {
  color: var(--ink);
}
.overview {
  background: white;
  border-block: 1px solid var(--line);
}
.dataset-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  margin: 0 0 48px;
}
.stat {
  padding: 25px 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid var(--line);
  text-decoration: none;
  transition: background 0.15s;
}
.stat:first-child {
  padding-left: 0;
}
.stat:last-child {
  border: 0;
}
.stat:hover {
  background: rgba(191, 210, 127, 0.18);
}
.stat strong {
  font-size: 2.7rem;
  letter-spacing: -0.06em;
  line-height: 1;
  color: var(--green);
}
.stat span {
  line-height: 1.2;
  font-size: 0.88rem;
  font-weight: 800;
}
.overview-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding-bottom: 15px;
}
.overview-bar > span {
  font-size: 0.82rem;
  color: var(--grey);
}
.icon-group {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.icon-group-label {
  padding-top: 10px;
}
.icon-group-label h4 {
  font-size: 0.95rem;
  margin: 0 0 4px;
  font-weight: 900;
}
.icon-group-label p {
  font-size: 0.8rem;
  color: var(--grey);
  line-height: 1.5;
}
.icon-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 7px;
  min-height: 76px;
}
.place-icon-button {
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  width: var(--icon-size);
  height: 82px;
  min-width: 44px;
  min-height: 44px;
  background: transparent;
  border: 0;
  border-radius: 50%;
  padding: 0;
  transition: transform 0.15s;
}
.place-icon-button .category-icon {
  width: var(--icon-size);
  height: var(--icon-size);
}
.place-icon-button:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 3px 0 var(--yellow));
}
.category-icon {
  display: inline-block;
  background-image: url("img/green-space-icons.webp");
  background-repeat: no-repeat;
  background-size: 400% 200%;
  width: 80px;
  height: 80px;
  flex: none;
}
.icon-park {
  background-position: 0 0;
}
.icon-parklet {
  background-position: 33.333333% 0;
}
.icon-treepit {
  background-position: 66.666667% 0;
}
.icon-garden {
  background-position: 100% 0;
}
.icon-balcony {
  background-position: 0 100%;
}
.icon-courtyard {
  background-position: 33.333333% 100%;
}
.icon-bed {
  background-position: 66.666667% 100%;
}
.icon-other {
  background-position: 100% 100%;
}
.show-more {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 10px 15px;
  margin: 10px 0 4px;
  background: var(--paper);
  font-size: 0.82rem;
  font-weight: 800;
  align-self: center;
}
.show-more:hover {
  background: var(--lime);
}
.size-explainer {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 12px;
  font-size: 0.88rem;
  color: var(--grey);
}
.size-explainer summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--green);
  padding: 8px 0;
}
.size-explainer > div {
  max-width: 790px;
  margin-top: 20px;
}
.size-explainer > div p:last-child {
  margin-bottom: 0;
}
.category-fan {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.category-card {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--line);
  background: white;
  border-radius: 8px;
  transition:
    background-color 0.15s;
  overflow: hidden;
  position: relative;
}
.category-card.active {
  flex: 4.3;
  background: var(--lime);
  border-color: var(--lime);
}
.category-trigger {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: none;
  border: 0;
  padding: 23px 10px 20px;
  min-height: 210px;
}
.category-trigger .category-icon {
  width: 70px;
  height: 70px;
}
.category-trigger .category-name {
  font-size: 1rem;
  writing-mode: vertical-rl;
  min-height: 120px;
}
.category-trigger .plus {
  font-weight: 600;
  color: var(--green);
  font-size: 1.2rem;
  margin-top: auto;
}
.active .category-trigger {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 0;
  padding: 24px 26px 0;
}
.active .category-trigger .category-icon {
  width: 94px;
  height: 94px;
}
.active .category-trigger .category-name {
  writing-mode: horizontal-tb;
  font-size: 1.5rem;
  min-height: 0;
  width: 100%;
  text-align: left;
}
.active .category-trigger .plus {
  position: absolute;
  right: 22px;
  top: 18px;
  margin: 0;
}
.category-description {
  display: none;
  padding: 15px 26px 26px;
  font-size: 0.92rem;
  line-height: 1.55;
}
.active .category-description {
  display: block;
}
.category-description p {
  margin-bottom: 14px;
}
.size-chips {
  font-size: 0.76rem;
  font-weight: 800;
  border-top: 1px solid rgba(66, 113, 45, 0.3);
  padding-top: 12px;
}
.category-description a {
  font-size: 0.84rem;
  font-weight: 900;
}
.category-footnote {
  font-size: 0.84rem;
  color: var(--grey);
  margin: 20px 0 0;
  max-width: 800px;
}
.map-section {
  background: rgba(141, 147, 200, 0.12);
  border-block: 1px solid var(--line);
}
.map-toolbar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.search-field {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 5px;
  flex: 1;
  max-width: 460px;
  padding: 0 16px;
  gap: 12px;
}
.search-field > span {
  font-size: 1.7rem;
  line-height: 1;
}
.search-field input {
  border: 0;
  min-width: 0;
  background: transparent;
  width: 100%;
  padding: 14px 0;
  color: var(--ink);
}
.search-field input:focus {
  outline-offset: 1px;
}
.view-switch {
  margin-left: auto;
  display: flex;
  border: 1px solid var(--green);
  border-radius: 5px;
  padding: 3px;
  background: white;
}
.view-switch button {
  border: 0;
  background: transparent;
  border-radius: 3px;
  padding: 9px 17px;
  font-size: 0.9rem;
  font-weight: 800;
}
.view-switch button[aria-pressed="true"] {
  background: var(--green);
  color: white;
}
.map-reset {
  font-size: 0.88rem;
  padding: 11px 17px;
  min-height: 46px;
  background: transparent;
}
.filter-row {
  display: flex;
  gap: 8px;
  overflow: auto;
  padding: 2px 2px 18px;
  scrollbar-width: thin;
}
.filter-chip {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 30px;
  padding: 8px 15px;
  white-space: nowrap;
  min-height: 42px;
  font-size: 0.83rem;
  font-weight: 800;
}
.filter-chip[aria-pressed="true"] {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.filter-chip small {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-left: 6px;
}
.map-frame {
  height: 590px;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper);
  isolation: isolate;
}
#map {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--paper);
}
.map-frame.expanded {
  height: 80vh;
  min-height: 550px;
}
.map-expand {
  position: absolute;
  right: 14px;
  bottom: 32px;
  width: 44px;
  height: 44px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px;
  z-index: 450;
  font-size: 1.8rem;
  line-height: 1;
}
.map-caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 13px;
  font-size: 0.8rem;
  color: var(--grey);
}
.map-caption .text-link {
  font-size: 0.8rem;
}
.map-help {
  max-width: 900px;
  padding: 24px;
  background: var(--paper);
  margin-top: 15px;
  border-radius: 6px;
  font-size: 0.88rem;
}
.map-help p:last-child {
  margin: 0;
}
.map-error {
  position: absolute;
  top: 15px;
  left: 65px;
  right: 65px;
  z-index: 500;
  background: var(--yellow);
  padding: 12px 16px;
  font-size: 0.83rem;
  border-radius: 4px;
}
.leaflet-container {
  font-family: var(--font);
}
.leaflet-control-attribution {
  font-size: 11px !important;
}
.leaflet-bar {
  border: 1px solid var(--line) !important;
  box-shadow: none !important;
}
.leaflet-bar a {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  color: var(--green) !important;
}
.map-marker {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-marker .category-icon {
  width: var(--marker-size);
  height: var(--marker-size);
  filter: drop-shadow(0 1px 0 white) drop-shadow(0 -1px 1px white);
}
.map-marker:hover .category-icon {
  filter: drop-shadow(0 0 4px var(--yellow));
  transform: scale(1.12);
}
.map-cluster {
  background: white;
  border: 2px solid var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-weight: 900;
  box-shadow: 0 0 0 5px rgba(191, 210, 127, 0.4);
}
.office-marker {
  background: var(--green);
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  font-weight: 900;
  display: grid;
  place-items: center;
  font-size: 14px;
}
.leaflet-tooltip {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 800;
}
.mini-map-link .leaflet-control-attribution {
  font-size: 9px !important;
  bottom: 79px;
  position: relative;
}
#place-list {
  height: 100%;
  overflow: auto;
  padding: 10px 24px;
  background: white;
}
.place-row {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  width: 100%;
  text-align: left;
  background: none;
  border-inline: 0;
  border-top: 0;
}
.place-row .category-icon {
  width: 54px;
  height: 54px;
}
.place-row strong {
  display: block;
  font-weight: 900;
}
.place-row small {
  display: block;
  font-size: 0.8rem;
  color: var(--grey);
}
.place-row:hover {
  background: var(--paper);
}
.place-row > span:last-child {
  font-size: 1.5rem;
  color: var(--green);
}
.empty-state {
  padding: 60px 20px;
  text-align: center;
}
.empty-state .text-link {
  margin-top: 15px;
}
.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
  align-items: center;
}
.project-visual {
  position: relative;
  padding-bottom: 105px;
}
.project-photo {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 120px 8px 8px 8px;
}
.photo-label {
  display: block;
  font-size: 0.7rem;
  color: var(--grey);
  padding: 10px 0;
}
.magazine-note {
  position: absolute;
  bottom: 0;
  right: -25px;
  background: var(--lavender);
  width: 270px;
  padding: 26px;
  transform: rotate(-4deg);
  color: var(--ink);
}
.magazine-note .eyebrow {
  font-size: 0.67rem;
  color: var(--ink);
  margin-bottom: 10px;
  display: block;
}
.magazine-note strong {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 13px;
}
.magazine-note > span:last-child {
  font-size: 0.85rem;
  line-height: 1.3;
  display: block;
}
.project-copy h2 {
  margin-bottom: 26px;
}
.project-copy .intro {
  font-size: 1.13rem;
  font-weight: 700;
}
.project-copy p:not(.eyebrow) {
  font-size: 1rem;
}
.project-copy .text-link {
  margin-top: 10px;
}
.participate {
  background: var(--yellow);
}
.participate .eyebrow {
  color: var(--ink);
}
.participate-top {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 60px;
  align-items: center;
}
.soon-label {
  display: inline-block;
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  border: 1px solid var(--ink);
  border-radius: 25px;
  padding: 5px 12px;
  margin-bottom: 17px;
}
.participate h2 {
  font-size: clamp(2.8rem, 4.8vw, 4.3rem);
  margin-bottom: 24px;
}
.participate-copy {
  max-width: 590px;
  font-size: 1.08rem;
}
.participate-duck {
  position: relative;
  max-width: 420px;
}
.participate-duck .duck {
  width: 100%;
  transform: rotate(-7deg);
}
.speech-label {
  position: absolute;
  right: 0;
  top: -35px;
  background: var(--paper);
  padding: 22px 29px;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 900;
  transform: rotate(8deg);
  z-index: 1;
}
.future-instructions {
  border-top: 1px solid rgba(28, 28, 28, 0.25);
  margin-top: 60px;
  padding-top: 35px;
}
.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.steps li {
  display: flex;
  gap: 20px;
}
.steps li > span {
  font-size: 2rem;
  line-height: 1;
  color: var(--green);
  font-weight: 900;
}
.steps h3 {
  font-size: 1.08rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.steps p {
  font-size: 0.9rem;
  margin: 0;
}
.site-footer {
  background: var(--green);
  color: white;
  padding: 65px 0 24px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 48px;
}
.footer-brand {
  color: white;
  margin-bottom: 25px;
}
.footer-brand > b span {
  color: var(--yellow);
}
.footer-brand > span {
  border-color: rgba(255, 255, 255, 0.3);
}
.footer-main p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.84);
}
.footer-main h2 {
  font-size: 0.94rem;
  letter-spacing: 0;
  margin: 5px 0 22px;
}
.footer-main > div > a:not(.brand) {
  font-size: 0.85rem;
  font-weight: 800;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 22px;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.84);
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
}
.place-dialog {
  padding: 0;
  border: 0;
  max-width: 610px;
  width: calc(100% - 30px);
  max-height: 90dvh;
  border-radius: 12px;
  box-shadow: 0 20px 80px #0005;
  color: var(--ink);
  background: white;
}
.place-dialog::backdrop {
  background: rgba(28, 28, 28, 0.55);
}
.dialog-close {
  position: sticky;
  float: right;
  right: 14px;
  top: 14px;
  margin: 14px 14px -58px 0;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  font-size: 1.7rem;
  line-height: 1;
}
.detail-media {
  position: relative;
  background: var(--paper);
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.detail-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.detail-media .category-icon {
  width: 110px;
  height: 110px;
}
.detail-media > p {
  font-size: 0.8rem;
  text-align: center;
  padding: 0 24px;
  margin: 0;
  color: var(--grey);
}
.gallery-controls {
  position: absolute;
  bottom: 12px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.gallery-controls button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: white;
  font-size: 1.3rem;
}
.gallery-controls span {
  background: white;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 0.8rem;
}
.photo-credit {
  font-size: 0.68rem;
  color: var(--grey);
  padding: 7px 28px;
  margin: 0;
}
.detail-body {
  padding: 30px;
}
.detail-body h2 {
  font-size: 2.1rem;
  margin: 0 0 12px;
}
.detail-body .eyebrow {
  margin-bottom: 12px;
}
.detail-address {
  font-size: 1rem;
  color: var(--grey);
}
.detail-facts {
  margin: 24px 0;
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.detail-facts > div {
  padding: 17px 0;
}
.detail-facts > div + div {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}
.detail-facts dt {
  font-size: 0.76rem;
  color: var(--grey);
}
.detail-facts dd {
  margin: 4px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--green);
}
.detail-body > p:not(.eyebrow) {
  font-size: 0.9rem;
}
.location-note {
  border-left: 3px solid var(--lavender);
  padding-left: 14px;
  color: var(--grey);
}
.detail-source {
  font-size: 0.73rem !important;
  color: var(--grey);
  margin-top: 22px;
}
.noscript-notice {
  position: fixed;
  bottom: 0;
  background: var(--yellow);
  padding: 15px;
  width: 100%;
  z-index: 5000;
}
@media (min-width: 1450px) {
  .hero-grid {
    min-height: 590px;
  }
  .hero-visual {
    padding-inline: 10px;
  }
  .mini-map-link {
    height: 405px;
  }
  .hero-duck {
    width: 230px;
    left: -65px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 56px);
  }
  .nav-wrap {
    width: calc(100% - 40px);
  }
  .nav-wrap nav {
    gap: 20px;
  }
  .hero-grid {
    gap: 20px;
  }
  .hero h1 {
    font-size: 7.5vw;
  }
  .hero-duck {
    width: 170px;
    left: -40px;
  }
  .mini-map-link {
    height: 340px;
  }
  .map-preview-wrap {
    margin-left: 5px;
  }
  .partner-strip {
    gap: 25px;
  }
  .section-space {
    padding-block: 75px;
  }
  .project-grid {
    gap: 50px;
  }
  .category-fan {
    gap: 6px;
  }
  .category-trigger {
    padding-inline: 5px;
  }
  .category-trigger .category-icon {
    width: 50px;
    height: 50px;
  }
  .active .category-trigger {
    padding: 20px 18px 0;
  }
  .category-description {
    padding: 14px 18px 20px;
  }
  .category-card.active {
    flex: 5;
  }
  .stat {
    gap: 12px;
    padding-inline: 15px;
  }
  .stat strong {
    font-size: 2.2rem;
  }
  .stat span {
    font-size: 0.8rem;
  }
  .participate-top {
    gap: 25px;
  }
  .map-frame {
    height: 530px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 86px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .section-space {
    padding-block: 58px;
  }
  .site-header {
    position: sticky;
  }
  .nav-wrap {
    min-height: 76px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand > b {
    font-size: 2.3rem;
  }
  .brand > b span {
    font-size: 2.4rem;
  }
  .brand > span {
    font-size: 0.75rem;
  }
  .menu-toggle {
    display: flex;
    gap: 16px;
    align-items: center;
    background: transparent;
    border: 1px solid var(--line);
    padding: 9px 12px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 0.86rem;
    min-height: 44px;
  }
  .nav-wrap nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 18px;
  }
  .nav-wrap nav.open {
    display: flex;
  }
  .nav-wrap nav > a {
    padding: 13px;
  }
  .nav-cta {
    margin-top: 6px;
  }
  .nav-cta span {
    float: right;
  }
  .hero {
    padding-top: 22px;
  }
  .hero-topline {
    font-size: 0.62rem;
  }
  .hero-topline span:last-child {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 35px 0 25px;
    gap: 5px;
    min-height: 0;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 12.9vw, 6.3rem);
    margin-bottom: 24px;
  }
  .hero-lead {
    font-size: 1.3rem;
  }
  .hero-copy > p:not(.hero-lead) {
    font-size: 1rem;
  }
  .desktop-break {
    display: none;
  }
  .hero-copy {
    max-width: 540px;
  }
  .actions {
    gap: 15px;
    align-items: flex-start;
  }
  .actions .button {
    padding: 13px 17px;
  }
  .actions .text-link {
    font-size: 0.88rem;
    padding: 14px 0;
    gap: 10px;
  }
  .hero-visual {
    padding: 25px 0 46px;
    width: 100%;
    max-width: 520px;
    justify-self: center;
  }
  .map-preview-wrap {
    margin-left: 44px;
    width: calc(100% - 44px);
  }
  .mini-map-link {
    height: 285px;
    border-radius: 120px 120px 8px 8px;
  }
  .mini-caption {
    padding: 14px 18px;
  }
  .mini-caption strong {
    font-size: 0.9rem;
  }
  .mini-caption small {
    font-size: 0.6rem;
  }
  .map-sticker {
    width: 90px;
    height: 90px;
    right: -8px;
    top: -5px;
    font-size: 0.87rem;
  }
  .hero-duck {
    left: -10px;
    bottom: -1px;
    width: 150px;
  }
  .duck-bubble {
    left: 110px;
    bottom: 5px;
    font-size: 0.65rem;
  }
  .partner-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 25px 0;
  }
  .partner-strip > span:first-child {
    grid-column: 1/-1;
  }
  .gb-lockup {
    gap: 9px;
  }
  .gb-lockup > b {
    font-size: 1.7rem;
  }
  .gb-lockup > span {
    font-size: 0.63rem;
  }
  .school-lockup {
    justify-self: end;
  }
  .school-lockup > span {
    font-size: 0.72rem;
  }
  .edition-note {
    grid-column: 1/-1;
    text-align: left;
    margin: 0;
    border-top: 1px solid var(--line);
    padding-top: 15px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 2.45rem;
  }
  .section-intro {
    max-width: none;
    font-size: 0.98rem;
    margin-top: 22px;
  }
  .eyebrow {
    font-size: 0.67rem;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
  }
  .dataset-stats {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 32px;
  }
  .stat,
  .stat:first-child {
    padding: 22px 12px;
    gap: 15px;
  }
  .stat:nth-child(2) {
    border-right: 0;
  }
  .stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .stat strong {
    font-size: 2.3rem;
  }
  .stat span {
    font-size: 0.79rem;
  }
  .overview-bar {
    display: block;
  }
  .overview-bar > span {
    display: block;
    margin-top: 10px;
    font-size: 0.75rem;
  }
  .icon-group {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 20px 0;
  }
  .icon-group-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0;
  }
  .icon-group-label h4 {
    font-size: 0.9rem;
  }
  .icon-group-label p {
    font-size: 0.72rem;
    margin: 0;
  }
  .icon-flow {
    gap: 3px;
  }
  .place-icon-button {
    height: 76px;
  }
  .size-explainer {
    font-size: 0.85rem;
  }
  .category-fan {
    display: block;
  }
  .category-card {
    margin-bottom: 8px;
    border-radius: 6px;
  }
  .category-trigger,
  .active .category-trigger {
    padding: 12px 16px;
    min-height: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
  }
  .category-trigger .category-icon,
  .active .category-trigger .category-icon {
    width: 58px;
    height: 58px;
  }
  .category-trigger .category-name,
  .active .category-trigger .category-name {
    font-size: 1.1rem;
    writing-mode: horizontal-tb;
    min-height: 0;
    width: auto;
    flex: 1;
    text-align: left;
  }
  .category-trigger .plus,
  .active .category-trigger .plus {
    position: static;
    margin: 0;
  }
  .category-description {
    padding: 0 22px 24px;
  }
  .category-description > p {
    font-size: 0.95rem;
  }
  .category-footnote {
    font-size: 0.79rem;
  }
  .map-toolbar {
    flex-wrap: wrap;
    gap: 12px;
  }
  .search-field {
    flex: 1 0 100%;
    max-width: none;
  }
  .view-switch {
    margin: 0;
  }
  .map-reset {
    margin-left: auto;
    font-size: 0.8rem;
    gap: 10px;
  }
  .filter-row {
    margin-inline: -20px;
    padding-inline: 20px;
  }
  .map-frame {
    margin-inline: -20px;
    width: calc(100% + 40px);
    height: 530px;
    border-radius: 0;
    border-inline: 0;
  }
  .map-frame.expanded {
    height: 78dvh;
    min-height: 480px;
  }
  .map-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .map-caption .text-link {
    font-size: 0.78rem;
  }
  .map-help {
    margin-top: 10px;
    padding: 18px;
  }
  .map-error {
    left: 58px;
    right: 10px;
    font-size: 0.78rem;
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .project-visual {
    order: 2;
    padding-bottom: 76px;
  }
  .project-photo {
    height: 300px;
    border-radius: 75px 7px 7px 7px;
  }
  .magazine-note {
    width: 225px;
    right: 5px;
    padding: 22px;
  }
  .magazine-note strong {
    font-size: 1.65rem;
  }
  .photo-label {
    max-width: 180px;
    font-size: 0.66rem;
  }
  .project-copy h2 {
    font-size: 2.5rem;
  }
  .participate-top {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .participate h2 {
    font-size: 2.8rem;
  }
  .participate-copy {
    font-size: 1rem;
  }
  .participate-duck {
    width: 240px;
    justify-self: center;
    max-width: 80%;
    margin-top: 20px;
  }
  .speech-label {
    top: -10px;
    right: -30px;
    font-size: 1.15rem;
    padding: 18px;
  }
  .future-instructions {
    margin-top: 25px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .steps li {
    gap: 22px;
  }
  .steps li > span {
    min-width: 32px;
  }
  .site-footer {
    padding-top: 45px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-main p {
    margin-bottom: 10px;
  }
  .footer-main h2 {
    margin-bottom: 15px;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom > div {
    margin-top: 20px;
    gap: 18px;
    flex-wrap: wrap;
  }
  .place-dialog {
    width: calc(100% - 20px);
    max-height: 94dvh;
  }
  .detail-body {
    padding: 24px;
  }
  .detail-body h2 {
    font-size: 1.9rem;
  }
  .detail-facts dd {
    font-size: 1.1rem;
  }
  #place-list {
    padding-inline: 16px;
  }
  .place-row {
    gap: 12px;
    grid-template-columns: 48px 1fr 20px;
  }
  .place-row .category-icon {
    width: 46px;
    height: 46px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.category-name {
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.gb-lockup > img {
  width: 225px;
  height: auto;
  max-height: 72px;
}
.category-card:focus-within {
  overflow: visible;
}
.detail-facts dd {
  overflow-wrap: anywhere;
}
@media (max-width: 760px) {
  .gb-lockup > img {
    width: 190px;
    max-width: 100%;
  }
  .detail-facts {
    grid-template-columns: 1fr;
  }
  .detail-facts > div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .size-row {
    flex-wrap: wrap;
  }
}

/* Ohne !important -- sonst überschreibt der Enten-Cursor auch den Textcursor
   über Fließtext und in Eingabefeldern. */
a,
button,
select,
.chip,
.toggle-switch,
.leaflet-container,
.leaflet-grab,
.leaflet-dragging .leaflet-grab,
.leaflet-interactive,
.leaflet-marker-icon,
.leaflet-control-zoom a {
  cursor:
    url("./img/EnteHoverCursor.png") 2 2,
    pointer;
}

input:not([type="checkbox"]),
textarea {
  cursor: text;
}

.skip-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2000;
  transform: translateY(-130%);
  background: var(--dark-green);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  padding: 0.7rem 1.2rem;
  border-radius: 0 0 10px 0;
  text-decoration: none;
  transition: transform 0.15s ease;
}

.skip-link:focus-visible {
  transform: translateY(0);
}
