@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400&family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&display=swap");

:root {
  --au: #aebaaa;
  --putz: #f6ebe1;
  --sky: #d7e6ef;
  --geranie: #c44569;
  --laden: #2f5854;
  --ink: #1f2c28;
  --soft: #4e5d58;
  --line: rgba(31, 44, 40, 0.16);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  background: var(--au);
  color: var(--ink);
}

body {
  margin: 0;
  font-family: "Atkinson Hyperlegible", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  min-height: 100vh;
}

::selection {
  background: var(--geranie);
  color: #fff;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip {
  position: absolute;
  left: 0.8rem;
  top: -44px;
  background: var(--laden);
  color: var(--putz);
  padding: 0.45rem 0.7rem;
  z-index: 100;
}

.skip:focus {
  top: 0.8rem;
}

.sill {
  background: var(--laden);
  color: var(--putz);
  padding: 0.85rem 1.2rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: end;
}

.bell {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--putz);
  color: var(--laden);
  display: grid;
  place-items: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  text-decoration: none;
  box-shadow: inset 0 -4px 0 rgba(31, 44, 40, 0.12);
}

.mark-txt {
  text-decoration: none;
  line-height: 1.15;
}

.mark-txt strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  display: block;
}

.mark-txt small {
  opacity: 0.75;
  font-size: 0.82rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.nav-links a,
.menu-btn,
.toc-btn {
  text-decoration: none;
  background: #244643;
  color: var(--putz);
  border: 0;
  padding: 0.45rem 0.7rem;
  font-size: 0.82rem;
  cursor: pointer;
}

.nav-links a[aria-current="page"],
.nav-links a:hover,
.toc-btn:hover,
.menu-btn:hover {
  background: var(--geranie);
  color: #fff;
}

.menu-btn {
  display: none;
}

.toc-panel {
  position: fixed;
  inset: 0;
  background: var(--sky);
  color: var(--ink);
  z-index: 70;
  display: none;
  overflow: auto;
  padding: 1.5rem;
}

.toc-panel.open {
  display: block;
}

.toc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 980px;
  margin: 1.5rem auto 0;
}

.toc-grid h3 {
  margin: 0 0 0.6rem;
  font-size: 0.85rem;
  color: var(--laden);
}

.toc-grid a {
  display: block;
  padding: 0.55rem 0;
  text-decoration: none;
  border-bottom: 1px dashed var(--line);
}

.toc-grid a:hover {
  color: var(--geranie);
}

.window {
  background: var(--laden);
  padding: 10px 10px 0;
  box-shadow: 0 18px 0 rgba(31, 44, 40, 0.12);
}

.window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
}

.window figcaption {
  background: var(--putz);
  color: var(--ink);
  padding: 0.7rem 0.85rem 0.85rem;
  font-size: 0.9rem;
}

.hero-house {
  width: min(1120px, calc(100% - 1.6rem));
  margin: 1.4rem auto 0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: stretch;
}

.hero-copy {
  background: var(--putz);
  padding: 1.6rem 1.5rem 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-copy h1 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: clamp(2.1rem, 5.2vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-transform: none;
  margin: 0.35rem 0 0;
}

.kicker {
  color: var(--geranie);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
}

.display {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-transform: none;
}

.btn,
.ghost-btn {
  display: inline-block;
  background: var(--geranie);
  color: #fff;
  text-decoration: none;
  border: 0;
  padding: 0.7rem 1rem;
  font-weight: 700;
  cursor: pointer;
}

.btn-line {
  display: inline-block;
  border-bottom: 2px solid var(--laden);
  text-decoration: none;
  padding: 0.55rem 0;
  font-weight: 700;
}

.wrap {
  width: min(1120px, calc(100% - 1.6rem));
  margin-inline: auto;
}

.section {
  padding: 2.8rem 0;
}

.letter {
  background: var(--putz);
  padding: 1.6rem 1.5rem;
}

.letter-cols {
  columns: 1;
}

@media (min-width: 800px) {
  .letter-cols {
    columns: 2;
    column-gap: 2.2rem;
  }
}

.letter-cols p {
  margin: 0 0 1rem;
  break-inside: avoid;
}

.garden {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.garden a {
  background: var(--sky);
  text-decoration: none;
  padding: 0.7rem 0.9rem;
  border-left: 6px solid var(--laden);
}

.garden a:hover {
  background: var(--putz);
  border-left-color: var(--geranie);
}

.garden a b {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.15rem;
}

.garden a span {
  font-size: 0.86rem;
  color: var(--soft);
}

.route-row {
  display: block;
  background: var(--sky);
  padding: 0.85rem 1rem;
  margin: 0 0 0.55rem;
  text-decoration: none;
  border-left: 6px solid var(--laden);
}

.route-row em {
  display: none;
}

.route-row:hover {
  border-left-color: var(--geranie);
  background: var(--putz);
}

.photo-box {
  background: var(--laden);
  padding: 8px 8px 0;
}

.photo-box .photo,
.photo-box img,
.photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transform: none;
}

.photo-box figcaption,
.photo-box + .caption,
.caption {
  background: var(--putz);
  padding: 0.55rem 0.7rem 0.7rem;
  font-size: 0.86rem;
}

.band {
  background: transparent;
}

.band .wrap,
.band.section {
  background: transparent;
}

.prose {
  max-width: 68ch;
}

.prose h2,
.legal h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.7rem;
  margin: 1.8rem 0 0.6rem;
  text-transform: none;
}

.fact {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.4rem 0.8rem;
  padding: 0.65rem 0;
  border-bottom: 1px dashed var(--line);
}

.fact b {
  color: var(--laden);
  font-size: 0.88rem;
  text-transform: none;
  letter-spacing: 0;
}

.faq details {
  background: var(--putz);
  padding: 0.7rem 0.9rem;
  margin-bottom: 0.45rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.hero-full {
  position: relative;
  min-height: 0;
  display: block;
  width: min(1120px, calc(100% - 1.6rem));
  margin: 1.2rem auto 0;
  background: var(--laden);
  padding: 10px 10px 0;
}

.hero-full img {
  position: static;
  width: 100%;
  height: min(52vh, 520px);
  object-fit: cover;
  filter: none;
}

.hero-full .copy {
  position: static;
  padding: 0.9rem 1rem 1rem;
  background: var(--putz);
  max-width: none;
}

.hero-full .copy h1 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.12;
  text-transform: none;
  letter-spacing: -0.02em;
  margin: 0.3rem 0 0;
}

.stats {
  display: none;
}

.chips a {
  display: inline-block;
  background: var(--sky);
  padding: 0.35rem 0.65rem;
  margin: 0 0.3rem 0.3rem 0;
  text-decoration: none;
}

.form {
  background: var(--putz);
}

.form input,
.form textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  padding: 0.7rem 0;
  outline: none;
}

.form button {
  margin-top: 1rem;
  background: var(--geranie);
  color: #fff;
  border: 0;
  padding: 0.75rem 1rem;
  font-weight: 700;
  cursor: pointer;
}

.site-footer {
  background: var(--laden);
  color: var(--putz);
  padding: 2rem 1.2rem;
  margin-top: 2rem;
}

.site-footer a {
  color: inherit;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.2rem;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.cookie {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  width: min(360px, calc(100vw - 2rem));
  z-index: 90;
  display: none;
  background: var(--putz);
  color: var(--ink);
  border: 8px solid var(--laden);
  box-shadow: 10px 10px 0 rgba(31, 44, 40, 0.18);
}

.cookie.open {
  display: block;
}

.cookie-inner {
  padding: 0.9rem;
  display: block;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.7rem;
}

.cookie-actions button {
  border: 0;
  background: var(--laden);
  color: var(--putz);
  padding: 0.5rem 0.65rem;
  cursor: pointer;
  font-size: 0.82rem;
}

.cookie-actions button.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

@media (max-width: 980px) {
  .sill,
  .hero-house,
  .toc-grid,
  .foot-grid {
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: none;
  }

  .menu-btn {
    display: inline-block;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
