@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --bg: #f6f2e8;
  --bg-soft: #f0eadf;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.88);
  --line: rgba(35, 44, 39, 0.17);
  --line-soft: rgba(35, 44, 39, 0.1);
  --ink: #18201d;
  --ink-soft: #48524d;
  --sage: #6f876f;
  --sage-deep: #3e5a4c;
  --champagne: #c6a171;
  --shadow: 0 22px 55px rgba(25, 31, 27, 0.14);
  --radius-lg: 1.2rem;
  --radius-md: 0.9rem;
  --font-serif: "DM Serif Display", Georgia, serif;
  --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.5;
  background:
    radial-gradient(circle at 8% 12%, rgba(198, 161, 113, 0.16), transparent 38%),
    radial-gradient(circle at 92% 5%, rgba(111, 135, 111, 0.2), transparent 40%),
    var(--bg);
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: radial-gradient(rgba(27, 35, 31, 0.2) 0.6px, transparent 0.6px);
  background-size: 3px 3px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 70%);
  z-index: -1;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.05;
}

body,
p,
nav,
button,
input,
textarea,
select,
small,
label,
.facts,
.meta,
.eyebrow,
.kicker,
.footer,
.card-text {
  font-family: var(--font-sans);
}

h1,
h2,
h3,
h4,
.hero-title,
.section-title,
.quote,
.brand,
.logo-text,
.claim,
.display-title {
  font-family: var(--font-serif);
  font-weight: 400;
}

p,
li,
a,
button,
input,
select,
textarea,
label,
th,
td,
dt,
dd {
  font-size: 0.99rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 3vw, 2rem);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(247, 242, 232, 0.78);
  backdrop-filter: blur(14px);
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-copy {
  display: inline-grid;
  gap: 0.08rem;
  width: max-content;
  justify-items: start;
  margin-left: 0.2rem;
}

.brand-logo-mini {
  width: clamp(5.23rem, 9.5vw, 6.97rem);
  height: auto;
  display: block;
  opacity: 1;
  filter: contrast(1.1) brightness(0.9);
}

.brand-mark {
  font-size: 0.95rem;
  letter-spacing: 0.19em;
  font-weight: 700;
}

.brand-sub {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  justify-self: start;
}

.brand-sub-secondary {
  font-size: 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--ink-soft);
  opacity: 0.92;
  white-space: nowrap;
  justify-self: start;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.88rem;
  flex-wrap: nowrap;
}

.main-nav a {
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #263129;
  transition: color 220ms ease, opacity 220ms ease;
  opacity: 0.96;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--ink);
  opacity: 1;
}

.main-nav a[href="#investment"] {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border: 1px solid rgba(47, 58, 45, 0.24);
  border-radius: 999px;
  padding: 0.28rem 0.72rem;
  background: rgba(232, 220, 196, 0.56);
  box-shadow: 0 6px 14px rgba(32, 40, 31, 0.08);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #263129;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lang-switch select {
  border: 1px solid rgba(47, 58, 45, 0.24);
  border-radius: 999px;
  background: rgba(246, 242, 232, 0.82);
  color: #263129;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.26rem 0.62rem;
}

.lang-switch-floating {
  position: absolute;
  right: clamp(1rem, 3vw, 2rem);
  top: 0.28rem;
  z-index: 130;
  background: rgba(247, 242, 232, 0.88);
  border: 1px solid rgba(47, 58, 45, 0.14);
  border-radius: 999px;
  padding: 0.16rem 0.32rem;
}

.lang-switch-floating span {
  font-size: 0.64rem;
}

.lang-switch-floating select {
  border: none;
  background: transparent;
  padding: 0.2rem 0.36rem;
}

.notranslate {
  unicode-bidi: isolate;
}

.google-translate-element {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-text-highlight {
  display: none !important;
  visibility: hidden !important;
}

body {
  top: 0 !important;
}

.btn {
  appearance: none;
  border: 1px solid transparent;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.62rem 1.2rem;
  text-decoration: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.79rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn:disabled,
.btn[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
  box-shadow: none;
}

.btn-header {
  color: #f5f8f2;
  background: linear-gradient(125deg, var(--sage-deep), var(--sage));
  box-shadow: 0 10px 28px rgba(49, 73, 61, 0.32);
  white-space: nowrap;
  line-height: 1.05;
}

.btn-solid {
  color: #1b221f;
  background: linear-gradient(130deg, #d3b180, var(--champagne));
  box-shadow: 0 10px 25px rgba(126, 93, 48, 0.3);
}

.btn-outline {
  color: #eff3ee;
  background: rgba(22, 33, 27, 0.34);
  border-color: rgba(241, 245, 239, 0.42);
}

.btn-ghost {
  color: #e5eee4;
  border-color: rgba(231, 240, 229, 0.48);
  background: rgba(14, 23, 18, 0.17);
}

.hero {
  position: relative;
  min-height: calc(100svh - 4.5rem);
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(102deg, rgba(8, 15, 12, 0.82) 6%, rgba(8, 15, 12, 0.48) 38%, rgba(8, 15, 12, 0.22) 66%, rgba(8, 15, 12, 0.34) 100%),
    linear-gradient(0deg, rgba(8, 15, 12, 0.34), rgba(8, 15, 12, 0.08));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(5.6rem, 10vh, 7.4rem) clamp(1rem, 4vw, 3.1rem) clamp(2.2rem, 6vw, 3.4rem);
  max-width: 52rem;
  color: #eff5ed;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.69rem;
  color: inherit;
  opacity: 0.84;
}

.hero-title {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.08rem;
  line-height: 0.95;
}

.hero-title-place {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-title-roof {
  font-size: clamp(3.2rem, 8.8vw, 6.7rem);
  letter-spacing: 0.035em;
  font-weight: 600;
  color: #eff5ed;
}

.hero-title-velden {
  font-size: clamp(2.45rem, 6.8vw, 5rem);
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #eff5ed;
}

.hero-title-lake {
  font-family: var(--font-sans);
  font-size: clamp(1.02rem, 2.35vw, 1.52rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #eff5ed;
  opacity: 0.92;
}

.hero-kicker {
  margin: 0.78rem 0 0;
  font-size: clamp(1.1rem, 2.35vw, 1.36rem);
  font-weight: 600;
  color: #eef6ec;
}

.hero-copy {
  margin: 1.05rem 0 0;
  max-width: 62ch;
  font-size: 1.04rem;
  line-height: 1.74;
  color: #e6efe4;
}

.hero-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.hero-trust {
  margin-top: 1.5rem;
  padding-top: 1rem;
  max-width: 70ch;
  border-top: 1px solid rgba(236, 245, 234, 0.28);
  color: #dae5d9;
  font-size: 0.9rem;
}

.section {
  position: relative;
  padding: clamp(4.6rem, 8vw, 6.5rem) clamp(1rem, 4vw, 3rem);
}

.section:nth-of-type(even):not(.hero) {
  background: linear-gradient(180deg, rgba(236, 231, 221, 0.58), rgba(246, 242, 232, 0.82));
}

.section-head {
  max-width: 67rem;
  margin-bottom: 1.45rem;
}

.section-head h2 {
  margin-top: 0.5rem;
  font-size: clamp(2rem, 4.6vw, 3.25rem);
  text-wrap: balance;
}

.section-head p {
  margin: 0.9rem 0 0;
  max-width: 72ch;
  color: var(--ink-soft);
}

.chapter-signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0.2rem clamp(1rem, 4vw, 3rem) 0.95rem;
}

.chapter-signature img {
  width: clamp(9.19rem, 15.84vw, 11.24rem);
  height: auto;
  display: block;
  opacity: 1;
  filter: contrast(1.1) brightness(0.9);
}

.chapter-signature-quote {
  margin: 0;
  text-align: center;
  color: var(--ink);
  font-size: 1.29rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.section-intro {
  max-width: 65rem;
}

.section-intro h2 {
  margin-top: 0.6rem;
  font-size: clamp(2rem, 4.6vw, 3.15rem);
  text-wrap: balance;
}

.section-intro p:last-child {
  margin: 1rem 0 0;
  max-width: 72ch;
  color: var(--ink-soft);
}

.section-intro p + p {
  margin-top: 0.7rem;
}

.concept-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.concept-grid.four-col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.concept-grid article,
.service-grid article {
  border-top: 1px solid var(--line);
  padding-top: 0.8rem;
}

.concept-grid article,
.service-grid article,
.stat-card,
.doc-card,
.lead-form,
.contact-card,
.wohnungen-table-wrap,
.mini-chart-panel,
.lobby-copy,
.location-card,
.image-story figure,
.section-rooftop figure {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (hover: hover) {
  .concept-grid article:hover,
  .service-grid article:hover,
  .stat-card:hover,
  .doc-card:hover,
  .lead-form:hover,
  .contact-card:hover,
  .wohnungen-table-wrap:hover,
  .mini-chart-panel:hover,
  .lobby-copy:hover,
  .location-card:hover,
  .image-story figure:hover,
  .section-rooftop figure:hover {
    transform: translateY(-3px);
    border-color: rgba(62, 90, 76, 0.28);
    box-shadow: 0 26px 62px rgba(21, 29, 25, 0.16);
  }
}

.concept-grid h3,
.service-grid h3,
.docs-actions h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.concept-grid p,
.service-grid p {
  margin: 0.44rem 0 0;
  color: var(--ink-soft);
}

.section-service {
  background:
    linear-gradient(180deg, rgba(241, 236, 226, 0.88), rgba(245, 241, 232, 0.92)),
    linear-gradient(90deg, rgba(111, 135, 111, 0.12), transparent 55%);
}

.service-partner {
  margin: 1rem 0 1.35rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.72rem;
}

.service-partner p {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.service-partner img {
  width: min(126px, 34vw);
  height: auto;
  display: block;
  max-width: 100%;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.service-assist {
  margin-top: 1rem;
  border-top: 1px solid rgba(75, 96, 85, 0.24);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(0.95rem, 2.2vw, 1.2rem) 0 0;
}

.service-assist h3 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.service-assist p {
  margin: 0.62rem 0 0;
  color: var(--ink-soft);
  max-width: 80ch;
}

.service-assist-lead {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ink);
}

.service-assist-media {
  margin: 0.95rem 0 0.35rem;
  max-width: min(980px, 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(150deg, rgba(248, 244, 236, 0.96), rgba(236, 230, 218, 0.86));
  box-shadow: var(--shadow);
}

.service-assist-media img {
  display: block;
  width: 100%;
  height: auto;
}

.service-assist-close {
  font-weight: 600;
  color: var(--sage-deep);
}

.disclaimer {
  margin-top: 1.15rem;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.disclaimer span {
  display: block;
  margin-top: 0.2rem;
  opacity: 0.86;
}

.service-legal-note {
  margin-top: 0.72rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(35, 44, 39, 0.14);
  color: var(--ink-soft);
  font-size: 0.83rem;
}

.section-lobby {
  padding-top: clamp(4rem, 7vw, 5.8rem);
}

.lobby-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 1rem;
  align-items: stretch;
}

.lobby-layout figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.lobby-layout figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lobby-copy {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: clamp(1rem, 3vw, 1.5rem);
}

.lobby-copy h2 {
  margin-top: 0.56rem;
  font-size: clamp(1.95rem, 4.2vw, 3rem);
}

.lobby-copy p {
  margin: 0.9rem 0 0;
  color: var(--ink-soft);
}

.lobby-copy ul {
  margin: 0.9rem 0 0;
  padding-left: 1.05rem;
  color: var(--ink-soft);
  display: grid;
  gap: 0.3rem;
}

.image-story {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.image-story.architecture-story figure {
  background: linear-gradient(160deg, rgba(247, 244, 238, 0.98), rgba(236, 231, 220, 0.9));
}

.image-story.architecture-story img {
  aspect-ratio: auto;
  object-fit: contain;
  max-height: 22rem;
  padding: 0.22rem;
}

.image-story.architecture-story .image-large img {
  max-height: 28rem;
}

.wohnen-points {
  margin: 1rem 0 0;
  padding-left: 1rem;
  color: var(--ink-soft);
  columns: 2;
  gap: 1.1rem;
}

.wohnen-points li {
  break-inside: avoid;
  margin-bottom: 0.35rem;
}

.image-story figure,
.section-rooftop figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--surface);
}

.image-story .image-large {
  grid-column: span 2;
}

.image-story img,
.section-rooftop img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-story figcaption,
.section-rooftop figcaption {
  padding: 0.78rem 0.88rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.section-rooftop {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.rooftop-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  align-items: start;
}

.rooftop-gallery figure {
  position: relative;
  background: linear-gradient(160deg, rgba(247, 244, 238, 0.98), rgba(236, 231, 220, 0.9));
}

.rooftop-gallery .rooftop-wide {
  grid-column: 1 / -1;
}

.rooftop-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 0.32rem;
  max-height: 14.2rem;
}

.rooftop-gallery .rooftop-wide img {
  max-height: 20rem;
}

.rooftop-gallery figcaption {
  position: static;
  margin: 0;
  padding: 0.68rem 0.82rem;
  border-radius: 0;
  font-size: 0.78rem;
  line-height: 1.3;
  color: var(--ink-soft);
  background: transparent;
  backdrop-filter: none;
}

.location-plan figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.location-plan figcaption span {
  display: block;
}

.location-plan figcaption a {
  color: var(--sage-deep);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.location-plan figcaption a:hover {
  text-decoration: underline;
}

.rooftop-content h2 {
  margin-top: 0.56rem;
  font-size: clamp(2rem, 4.7vw, 3.2rem);
}

.rooftop-content p {
  margin: 0.9rem 0 0;
  color: var(--ink-soft);
}

.rooftop-content ul {
  margin: 1rem 0 0;
  padding-left: 1rem;
  color: var(--ink-soft);
  columns: 2;
}

.rooftop-content li {
  break-inside: avoid;
  margin-bottom: 0.3rem;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1rem;
  align-items: start;
}

.location-highlights {
  margin: 0;
  padding-left: 1rem;
  color: var(--ink-soft);
  display: grid;
  gap: 0.42rem;
}

.location-card {
  min-height: 18rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(80, 106, 89, 0.18), rgba(255, 255, 255, 0.56));
  box-shadow: var(--shadow);
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.location-plan {
  min-height: auto;
  padding: 0;
  background: var(--surface-strong);
}

.location-plan iframe {
  width: 100%;
  height: 20.5rem;
  display: block;
  border: 0;
}

.location-plan figcaption {
  margin: 0;
  padding: 0.72rem 0.88rem 0.84rem;
  color: var(--ink-soft);
  font-size: 0.79rem;
  letter-spacing: 0.04em;
}

.section-poi-timeline {
  margin-top: 1.35rem;
  padding: clamp(1rem, 2.2vw, 1.45rem);
  border: 1px solid rgba(31, 39, 41, 0.16);
  border-radius: 24px;
  background: rgba(244, 241, 232, 0.9);
}

.poi-intro h3 {
  margin-top: 0.45rem;
  font-size: clamp(1.7rem, 3.5vw, 2.3rem);
}

.poi-intro p {
  margin: 0.68rem 0 0;
  max-width: 72ch;
  color: #1f2729;
}

.poi-assist-box {
  margin-top: 0.95rem;
  padding: 0.82rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(31, 39, 41, 0.16);
  border-left: 3px solid rgba(111, 135, 111, 0.52);
  background: rgba(250, 248, 242, 0.92);
}

.poi-assist-box h4 {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.poi-assist-box p {
  margin: 0.52rem 0 0;
  color: #1f2729;
}

.poi-timeline {
  margin-top: 1.05rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.7rem;
  position: relative;
}

.poi-timeline::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: 2rem;
  border-top: 1px solid rgba(31, 39, 41, 0.16);
  pointer-events: none;
}

.poi-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(31, 39, 41, 0.16);
  border-radius: 24px;
  background: rgba(249, 247, 241, 0.96);
  padding: 0.78rem 0.78rem 0.82rem;
}

.poi-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 39, 41, 0.16);
  background: rgba(246, 242, 232, 0.95);
  display: grid;
  place-items: center;
}

.poi-icon svg {
  width: 1.14rem;
  height: 1.14rem;
  stroke: #1f2729;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.poi-label {
  margin: 0.52rem 0 0;
  font-size: 0.69rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(31, 39, 41, 0.8);
}

.poi-card h4 {
  margin-top: 0.3rem;
  font-size: clamp(1.12rem, 1.5vw, 1.25rem);
  line-height: 1.12;
}

.poi-address {
  margin: 0.3rem 0 0;
  color: rgba(31, 39, 41, 0.78);
  font-size: 0.84rem;
}

.poi-distance {
  margin: 0.46rem 0 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--sage-deep);
}

.poi-note {
  margin: 0.34rem 0 0;
  color: rgba(31, 39, 41, 0.76);
  font-size: 0.8rem;
}

.poi-disclaimer {
  margin: 0.78rem 0 0;
  color: rgba(31, 39, 41, 0.72);
  font-size: 0.76rem;
}

.location-closing-claim {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(31, 39, 41, 0.16);
  text-align: center;
}

.location-claim-logo {
  width: clamp(9.19rem, 15.84vw, 11.24rem);
  margin: 0 auto 0.52rem;
  opacity: 1;
  filter: contrast(1.1) brightness(0.9);
}

.location-closing-claim p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.5vw, 1.82rem);
  color: #1f2729;
  line-height: 1.2;
}

.map-badge {
  display: inline-flex;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(50, 65, 56, 0.22);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.map-dot {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--champagne);
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  top: 42%;
  left: 58%;
  box-shadow: 0 0 0 0 rgba(198, 161, 113, 0.65);
  animation: pulse 2.2s ease-out infinite;
}

.map-line {
  position: absolute;
  border-radius: 999px;
  background: rgba(52, 68, 58, 0.26);
}

.line-a {
  left: 14%;
  top: 35%;
  width: 74%;
  height: 2px;
  transform: rotate(-8deg);
}

.line-b {
  left: 20%;
  top: 57%;
  width: 62%;
  height: 2px;
  transform: rotate(8deg);
}

.line-c {
  left: 44%;
  top: 16%;
  width: 2px;
  height: 68%;
  transform: rotate(-14deg);
}

.location-card p {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  margin: 0;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.82rem;
}

.stat-card {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 0.9rem;
  box-shadow: var(--shadow);
}

.stat-card strong {
  font-family: var(--font-serif);
  display: block;
  font-size: clamp(1.95rem, 3vw, 2.65rem);
  color: var(--sage-deep);
}

.stat-card p {
  margin: 0.5rem 0 0;
  color: var(--ink-soft);
}

.mini-chart-panel {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.mini-chart-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
}

.mini-chart-head h3 {
  font-size: clamp(1.4rem, 2.7vw, 1.8rem);
}

.chart-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
}

.chart-tab {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.chart-tab.is-active {
  color: #eef4ec;
  border-color: transparent;
  background: linear-gradient(120deg, var(--sage-deep), var(--sage));
}

.mini-chart {
  margin-top: 0.85rem;
  min-height: 18.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  gap: 0.58rem;
  align-items: end;
}

.chart-col {
  min-height: 17rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.chart-bar-wrap {
  height: 13.3rem;
  display: flex;
  align-items: end;
}

.chart-bar {
  width: 100%;
  border-radius: 0.7rem 0.7rem 0.26rem 0.26rem;
  border: 1px solid rgba(77, 67, 46, 0.24);
  background: linear-gradient(180deg, rgba(198, 161, 113, 0.95), rgba(198, 161, 113, 0.72));
  transition: height 320ms ease;
}

.chart-bar.alt {
  border-color: rgba(44, 72, 58, 0.26);
  background: linear-gradient(180deg, rgba(111, 135, 111, 0.98), rgba(111, 135, 111, 0.73));
}

.chart-bar.subtle {
  border-color: rgba(84, 95, 87, 0.22);
  background: linear-gradient(180deg, rgba(146, 161, 152, 0.96), rgba(146, 161, 152, 0.7));
}

.chart-value {
  margin-top: 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.chart-label {
  margin-top: 0.16rem;
  font-size: 0.74rem;
  color: var(--ink-soft);
}

.chart-note {
  margin: 0.8rem 0 0;
  font-size: 0.78rem;
  color: var(--ink-soft);
}

.wohnungen-meta {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

#wohnungen-count {
  margin: 0;
  font-weight: 600;
  color: var(--ink-soft);
}

.legend {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: var(--ink-soft);
  font-size: 0.83rem;
}

.dot {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  margin-right: 0.35rem;
}

.dot.available {
  background: #6f876f;
}

.dot.reserved {
  background: #c6a171;
}

.dot.sold {
  background: #9d9080;
}

.wohnungen-table-wrap {
  margin-top: 0.65rem;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.wohnungen-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 60rem;
}

.wohnungen-table th,
.wohnungen-table td {
  padding: 0.68rem 0.56rem;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
}

.wohnungen-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(243, 237, 226, 0.95);
  color: var(--ink-soft);
}

.wohnungen-table tr:last-child td {
  border-bottom: 0;
}

.status-chip {
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  font-size: 0.71rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.status-available {
  color: #335342;
  border-color: rgba(52, 84, 67, 0.26);
  background: rgba(104, 136, 110, 0.18);
}

.status-reserved {
  color: #6a5028;
  border-color: rgba(116, 93, 54, 0.26);
  background: rgba(198, 161, 113, 0.2);
}

.status-sold {
  color: #594d3f;
  border-color: rgba(87, 76, 62, 0.26);
  background: rgba(164, 150, 128, 0.24);
}

.table-actions {
  display: flex;
  gap: 0.42rem;
  flex-wrap: wrap;
}

.action-link {
  display: inline-flex;
  padding: 0.35rem 0.52rem;
  border-radius: 0.6rem;
  font-size: 0.72rem;
  text-decoration: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.action-link.primary {
  border-color: transparent;
  color: #edf3ed;
  background: linear-gradient(120deg, var(--sage-deep), var(--sage));
}

.table-note {
  margin: 0.75rem 0 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.investment-panel {
  position: fixed;
  inset: 0;
  z-index: 280;
  display: block;
  opacity: 0;
  pointer-events: none;
  background: var(--bg);
  transition: opacity 160ms ease;
}

.investment-panel.is-open {
  opacity: 1;
  pointer-events: auto;
}

.investment-panel-dialog {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: var(--bg);
  overflow: auto;
}

.investment-panel-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}

.investment-panel-header p {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.investment-panel-close {
  appearance: none;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--ink);
  border-radius: 999px;
  padding: 0.42rem 0.76rem;
  font: inherit;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.investment-panel-content {
  width: 100%;
}

.investment-panel-content .section {
  padding-top: clamp(4rem, 6vw, 5rem);
  padding-bottom: clamp(3.6rem, 5.8vw, 4.8rem);
}

body.investment-panel-open {
  overflow: hidden;
}

.invest-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  margin-top: 1rem;
  align-items: start;
}

.investment-trust-layout {
  margin-top: 1.05rem;
}

.investment-trust-figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.investment-trust-figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.investment-trust-figure figcaption {
  padding: 0.88rem 1rem 1rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.58;
  background: linear-gradient(180deg, rgba(251, 248, 241, 0.95), rgba(241, 234, 220, 0.92));
}

.invest-text {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  padding: clamp(0.95rem, 2.3vw, 1.25rem);
}

.invest-text h3 {
  font-size: clamp(1.6rem, 2.9vw, 2.15rem);
}

.invest-text p {
  margin: 0.65rem 0 0;
  color: var(--ink-soft);
  line-height: 1.62;
}

.investment-arguments-wrap {
  margin-top: 1.05rem;
}

.investment-arguments-wrap h3 {
  font-size: clamp(1.62rem, 3vw, 2.24rem);
}

.investment-arguments {
  margin-top: 0.72rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.investment-argument-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.78), rgba(241, 234, 220, 0.72));
  box-shadow: var(--shadow);
  padding: 0.95rem;
}

.investment-argument-card h4 {
  margin: 0;
  font-size: clamp(1.25rem, 2.1vw, 1.58rem);
  font-family: var(--font-serif);
  line-height: 1.18;
  color: var(--ink);
}

.investment-argument-card p {
  margin: 0.5rem 0 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.investment-claim {
  margin: 1.1rem 0 0;
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.2;
  color: var(--ink);
}

.investment-cta-row {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.calculator {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  padding: 1rem;
  display: grid;
  gap: 0.8rem;
}

.calculator label {
  display: grid;
  gap: 0.33rem;
  font-size: 0.86rem;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 0.62rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  padding: 0.64rem 0.68rem;
  font: inherit;
}

textarea {
  resize: vertical;
}

.calc-results {
  margin: 0;
  border-top: 1px solid var(--line);
  padding-top: 0.6rem;
  display: grid;
  gap: 0.48rem;
}

.calc-results div {
  border-bottom: 1px dashed var(--line);
  padding-bottom: 0.38rem;
}

.calc-results dt {
  color: var(--ink-soft);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.calc-results dd {
  margin: 0.18rem 0 0;
  font-family: var(--font-serif);
  font-size: clamp(1.42rem, 2.4vw, 1.95rem);
}

.docs-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.doc-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  padding: 0.95rem;
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.doc-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.doc-card .doc-actions {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1rem;
}

.lead-form,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.68rem;
}

.lead-form label {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 0.72rem;
  font-size: 0.86rem;
}

.check {
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 0.68rem;
}

.check input {
  width: 1.24rem;
  height: 1.24rem;
  margin-top: 0.12rem;
}

.consent-panel {
  margin-bottom: 0.8rem;
  padding: 0.78rem 0.84rem;
  border: 1px solid rgba(31, 39, 41, 0.15);
  border-radius: 0.85rem;
  background: rgba(244, 241, 232, 0.88);
}

.consent-check {
  margin: 0;
}

.consent-check input {
  appearance: none;
  border: 1px solid rgba(31, 39, 41, 0.38);
  border-radius: 0.28rem;
  background: rgba(255, 255, 255, 0.95);
  display: inline-grid;
  place-content: center;
}

.consent-check input::after {
  content: "";
  width: 0.68rem;
  height: 0.68rem;
  transform: scale(0);
  transition: transform 160ms ease;
  border-radius: 0.14rem;
  background: linear-gradient(135deg, var(--sage-deep), var(--sage));
}

.consent-check input:checked::after {
  transform: scale(1);
}

.consent-check input:focus-visible {
  outline: 2px solid rgba(62, 90, 76, 0.44);
  outline-offset: 2px;
}

.consent-check a {
  color: #1f2729;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
}

.consent-check a:focus-visible {
  outline: 2px solid rgba(62, 90, 76, 0.44);
  outline-offset: 2px;
  border-radius: 0.2rem;
}

.consent-error {
  margin: 0.44rem 0 0;
  min-height: 1.15em;
  color: #47524c;
  font-size: 0.83rem;
}

.consent-panel.is-invalid .consent-error {
  color: #355143;
}

.privacy-note {
  margin-top: 0.5rem;
  padding-top: 0.56rem;
  border-top: 1px solid rgba(31, 39, 41, 0.15);
}

.privacy-note summary {
  cursor: pointer;
  color: #1f2729;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.privacy-note p {
  margin: 0.46rem 0 0;
  color: #1f2729;
  font-size: 0.82rem;
  line-height: 1.55;
}

.form-note {
  margin: 0.8rem 0 0;
  font-size: 0.84rem;
  color: var(--ink-soft);
}

.contact-card h3 {
  margin-top: 0.45rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.contact-brand-row {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.contact-brand-row h3 {
  margin-top: 0;
}

.contact-brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(5.4rem, 11vw, 7.2rem);
  min-height: 2.1rem;
  border-radius: 50%;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-brand-link img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 1px solid rgba(31, 39, 41, 0.16);
}

.contact-brand-link:hover,
.contact-brand-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(23, 30, 26, 0.15);
}

.contact-brand-link:focus-visible {
  outline: 2px solid rgba(62, 90, 76, 0.44);
  outline-offset: 2px;
}

.contact-service-brand-row {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.contact-service-brand-row h3 {
  margin-top: 0;
}

.contact-service-brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(5.4rem, 11vw, 7.2rem);
  min-height: 2.1rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-service-brand-link img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-service-brand-link:hover,
.contact-service-brand-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 30, 26, 0.11);
}

.contact-service-brand-link:focus-visible {
  outline: 2px solid rgba(62, 90, 76, 0.44);
  outline-offset: 2px;
  border-radius: 0.32rem;
}

.contact-person {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
}

.contact-card ul {
  margin: 0.85rem 0;
  padding-left: 1rem;
}

.contact-card p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.contact-service-block {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.section-final-cta {
  position: relative;
  overflow: hidden;
  min-height: clamp(22rem, 45vw, 29rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid var(--line-soft);
}

.final-cta-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.final-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 22, 18, 0.38), rgba(15, 22, 18, 0.26)),
    linear-gradient(112deg, rgba(9, 15, 12, 0.34), rgba(9, 15, 12, 0.08) 65%);
}

.final-cta-content {
  position: relative;
  z-index: 2;
  width: min(74rem, 100%);
  margin-inline: auto;
}

.section-final-cta h2 {
  font-size: clamp(2rem, 4.7vw, 3.4rem);
  text-wrap: balance;
  color: #eef4eb;
}

.section-final-cta p {
  margin: 0.7rem auto 0;
  max-width: 44rem;
  color: #e0ebe0;
}

.section-final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1rem clamp(1rem, 4vw, 3rem) 1.45rem;
}

.footer-nav {
  margin-bottom: 0.62rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.footer-nav a {
  text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.site-footer p + p {
  margin-top: 0.35rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(198, 161, 113, 0.65);
  }
  70% {
    box-shadow: 0 0 0 13px rgba(198, 161, 113, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(198, 161, 113, 0);
  }
}

@media (max-width: 1180px) {
  .concept-grid.four-col,
  .service-grid,
  .stats-grid,
  .docs-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-rooftop,
  .lobby-layout,
  .location-layout,
  .invest-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .investment-arguments {
    grid-template-columns: 1fr;
  }

  .rooftop-content ul {
    columns: 1;
  }

  .rooftop-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rooftop-gallery img {
    max-height: 12.8rem;
  }

  .location-plan figcaption {
    flex-direction: column;
    align-items: flex-start;
  }

  .wohnen-points {
    columns: 1;
  }

  .poi-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .poi-timeline::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 0.6rem;
  }

  .brand-logo-mini {
    width: 4.91rem;
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 0.1rem;
  }

  .main-nav::-webkit-scrollbar {
    height: 0.34rem;
  }

  .main-nav::-webkit-scrollbar-thumb {
    background: rgba(88, 104, 93, 0.3);
    border-radius: 999px;
  }

  .lang-switch {
    margin-top: 0.2rem;
  }

  .lang-switch-floating {
    position: static;
    background: transparent;
    border: none;
    padding: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 6.6rem;
  }

  .concept-grid,
  .concept-grid.four-col,
  .service-grid,
  .stats-grid,
  .docs-actions,
  .image-story,
  .image-story .image-large,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .service-partner img {
    width: min(114px, 42vw);
  }

  .location-plan iframe {
    height: 16.8rem;
  }

  .rooftop-gallery {
    grid-template-columns: 1fr;
  }

  .poi-timeline {
    grid-template-columns: 1fr;
  }

  .image-story .image-large {
    grid-column: auto;
  }

  .mini-chart {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .investment-panel-dialog {
    width: 100%;
    height: 100%;
  }

  .investment-panel-header {
    padding: 0.72rem 1rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .btn,
  .btn-header {
    width: 100%;
  }

  .investment-cta-row {
    flex-direction: column;
  }

  .consent-panel {
    padding: 0.76rem 0.72rem;
  }

  .consent-check input {
    width: 1.3rem;
    height: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
