@font-face {
  font-family: "Manrope Variable";
  src: url("/assets/fonts/manrope-latin-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces Variable";
  src: url("/assets/fonts/fraunces-latin-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces Variable";
  src: url("/assets/fonts/fraunces-latin-variable-italic.woff2") format("woff2-variations");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --paper: #fffdf8;
  --cream: #f3efe7;
  --ink: #171513;
  --muted: #67615a;
  --forest: #143f2a;
  --pine: #1d4e35;
  --moss: #788d66;
  --wood: #6c4a2f;
  --clay: #b76535;
  --ember: #a94300;
  --mist: #dbe6e2;
  --sky: #d7e4e8;
  --stone: #e8e4dc;
  --line: rgba(32, 27, 22, 0.13);
  --shadow: 0 18px 50px rgba(32, 27, 22, 0.16);
  --wrap: 1180px;
  --serif: "Fraunces Variable", Georgia, "Times New Roman", serif;
  --sans: "Manrope Variable", "Segoe UI", Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.holiday-hero { position: relative; isolation: isolate; min-height: 530px; height: min(720px, calc(100svh - 190px)); display: flex; align-items: flex-end; color: white; }
.holiday-hero > img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: center 51%; z-index: -2; }
.holiday-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15,25,21,.62), rgba(15,25,21,0) 76%), linear-gradient(0deg, rgba(15,25,21,.55), transparent 60%); }
.holiday-hero-content { padding-top: 44px; padding-bottom: 62px; }
.holiday-hero .eyebrow { color: #fff; letter-spacing: 0; }
.holiday-hero h1 { font-size: 64px; line-height: 1.04; letter-spacing: 0; margin: 14px 0 20px; color: #fff; }
.holiday-hero p { max-width: 425px; font-size: 18px; margin: 0 0 26px; }
.holiday-caption { position: absolute; right: 24px; bottom: 20px; font-size: 12px; }
.holiday-section { padding: 72px 0; background: #fff; }
.holiday-section[id], .holiday-country { scroll-margin-top: 125px; }
.holiday-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 44px; align-items: end; margin-bottom: 34px; }
.holiday-heading h2, .holiday-moment h2 { font-size: 42px; line-height: 1.14; letter-spacing: 0; margin: 12px 0 0; }
.holiday-heading p { margin: 0; max-width: 500px; color: var(--muted); }
.holiday-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.holiday-feature { min-width: 0; border-bottom: 1px solid var(--line); padding-bottom: 28px; }
.holiday-photo { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; }
.holiday-photo img { width: 100%; height: 100%; object-fit: cover; }
.holiday-feature-copy { padding-top: 22px; display: flex; flex-direction: column; align-items: flex-start; }
.holiday-location { display: block; color: #53685d; font-size: 12px; font-weight: 700; letter-spacing: 0; }
.holiday-feature h3 { font-size: 25px; line-height: 1.22; letter-spacing: 0; margin: 10px 0; }
.holiday-feature p { font-size: 15px; margin: 0 0 20px; }
.holiday-feature .holiday-mood { font-weight: 700; margin-bottom: 12px; }
.holiday-moment { background: #e7efee; padding: 60px 0; }
.holiday-moment-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; }
.holiday-moment img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.holiday-moment p { margin: 24px 0; max-width: 400px; }
.holiday-region-nav { display: flex; flex-wrap: wrap; gap: 32px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.holiday-region-nav a { color: var(--forest); font-weight: 750; text-decoration: underline; text-underline-offset: 6px; }
.holiday-country { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 32px; padding-top: 48px; }
.holiday-country > h3 { margin: 0; font-size: 28px; letter-spacing: 0; }
.holiday-destination-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 44px; }
.holiday-destination { border-bottom: 1px solid var(--line); padding-bottom: 26px; }
.holiday-destination h4 { font-family: var(--serif); font-size: 23px; line-height: 1.25; color: var(--forest); margin: 8px 0 12px; letter-spacing: 0; }
.holiday-destination p { font-size: 15px; margin: 0 0 16px; }
.holiday-booking-note { border-top: 1px solid var(--line); padding-top: 28px; margin: 50px 0 0; font-size: 14px; color: var(--muted); max-width: 780px; }
@media (max-width: 1080px) {
  .holiday-heading h2, .holiday-moment h2 { font-size: 34px; }
  .holiday-feature-grid { gap: 20px; }
  .holiday-feature h3 { font-size: 23px; }
  .holiday-country { grid-template-columns: 1fr; gap: 24px; }
  .holiday-moment-inner { gap: 32px; }
}
@media (max-width: 640px) {
  .holiday-hero { min-height: 475px; height: calc(100svh - 180px); max-height: 660px; }
  .holiday-hero > img { object-position: 56% center; }
  .holiday-hero h1 { font-size: 44px; }
  .holiday-hero p { font-size: 16px; max-width: 340px; }
  .holiday-hero-content { padding-bottom: 55px; }
  .holiday-caption { left: 20px; right: auto; bottom: 16px; font-size: 11px; }
  .holiday-section { padding: 44px 0; }
  .holiday-heading { grid-template-columns: 1fr; gap: 20px; }
  .holiday-heading h2, .holiday-moment h2 { font-size: 32px; }
  .holiday-feature-grid, .holiday-destination-grid, .holiday-moment-inner { grid-template-columns: 1fr; }
  .holiday-feature-grid { gap: 32px; }
  .holiday-feature h3 { font-size: 26px; }
  .holiday-photo { aspect-ratio: 4 / 3; }
  .holiday-moment { padding: 40px 0; }
  .holiday-country { padding-top: 36px; }
  .holiday-country > h3 { font-size: 26px; }
  .holiday-region-nav { gap: 25px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.58;
  font-size: 16px;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

[hidden] {
  display: none !important;
}

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

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

.wrap {
  width: min(var(--wrap), calc(100% - 40px));
  margin: 0 auto;
}

.mini-top {
  position: relative;
  z-index: 20;
  background: var(--wood);
  color: #fff5e7;
  font-size: 0.82rem;
  text-align: center;
  padding: 8px 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--paper);
  isolation: isolate;
  border-bottom: 1px solid rgba(32, 27, 22, 0.08);
}

.nav {
  min-height: 113px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  width: 106px;
  min-width: 106px;
  flex: 0 0 auto;
  background: var(--paper);
  isolation: isolate;
}

.brand-logo {
  display: block;
  width: 101px;
  height: 101px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.menu {
  margin-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex: 1 1 auto;
}

.menu a {
  color: #302a24;
  font-weight: 760;
  font-size: 0.9rem;
  white-space: nowrap;
}

.menu a[aria-current="page"] {
  color: var(--ember);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}

.nav-actions .btn {
  min-width: 136px;
}

.burger {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 0;
  background: transparent;
  color: var(--forest);
  padding: 0;
}

.burger span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 6px auto;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  min-width: 148px;
  border: 0;
  border-radius: 999px;
  background: var(--ember);
  color: white;
  font-weight: 820;
  padding: 13px 22px;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(169, 67, 0, 0.24);
  transition: transform 0.22s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.btn:hover,
.btn:focus-visible {
  background: #8f3800;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(143, 56, 0, 0.28);
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: none;
}

.btn.dark {
  background: var(--forest);
  box-shadow: 0 10px 26px rgba(24, 60, 37, 0.26);
}

.btn.light {
  background: var(--paper);
  color: var(--forest);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: clamp(620px, 78svh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  background: #152018;
}

.hero-media {
  position: absolute;
  inset: 0;
  background: center / cover no-repeat;
  transform: scale(1.04);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 28, 18, 0.82), rgba(16, 28, 18, 0.34) 54%, rgba(16, 28, 18, 0.08)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.42), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(70px, 9vw, 122px) 0 clamp(52px, 8vw, 96px);
}

.eyebrow {
  display: block;
  color: #9f4a00;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.hero .eyebrow,
.page-hero .eyebrow,
.section.dark .eyebrow {
  color: #ffbd82;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-variation-settings: "SOFT" 70, "WONK" 1, "opsz" 96;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-size: 5.8rem;
  max-width: 860px;
  line-height: 0.98;
  overflow-wrap: normal;
  hyphens: none;
}

h2 {
  font-size: 3.35rem;
  color: var(--forest);
  max-width: 22ch;
}

h3 {
  font-size: 1.55rem;
  color: var(--forest);
}

.hero p {
  max-width: 660px;
  font-size: 1.28rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 24px 0 28px;
}

.hero-actions,
.cluster-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.page-actions {
  margin-top: 26px;
}

.cluster-actions {
  margin-top: 28px;
}

.equal-actions {
  gap: 16px;
}

.equal-actions .btn {
  min-width: 216px;
}

.section {
  padding: clamp(64px, 9vw, 118px) 0;
}

.section.compact {
  padding: 44px 0;
}

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

.section.dark {
  background: var(--forest);
  color: #fff4e5;
}

.section.dark h2,
.section.dark h3 {
  color: white;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.lead {
  font-size: 1.14rem;
  color: #4f4b45;
  max-width: 68ch;
  text-wrap: pretty;
}

.contact-line a {
  color: var(--forest);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.dark .lead {
  color: rgba(255, 244, 229, 0.78);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.offset-grid {
  margin-top: 34px;
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(32, 27, 22, 0.08);
}

.card.dark-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: white;
}

.card-body {
  padding: 28px;
}

.controlled-title span {
  display: block;
}

.feature-split .controlled-title {
  font-size: 3.05rem;
  max-width: 100%;
}

.feature-split .controlled-title span {
  white-space: nowrap;
}

.image-card {
  min-height: 280px;
  background: center / cover no-repeat;
}

.media-link {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: zoom-in;
  appearance: none;
  overflow: hidden;
}

.media-link-detail {
  cursor: pointer;
}

.media-link.media-link-detail::after {
  content: "\2192";
}

.media-link::after {
  content: "+";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 253, 248, 0.9);
  color: var(--forest);
  font-family: var(--sans);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}

.media-link:hover::after,
.media-link:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(231, 111, 18, 0.12);
  color: #a64d0a;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.dark .tag {
  background: rgba(255, 255, 255, 0.13);
  color: #ffd2aa;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: 1180px;
  overflow: hidden;
}

.stat {
  padding: 34px 18px;
  border-right: 1px solid var(--line);
  text-align: center;
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 164px;
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 2.55rem;
  line-height: 1.02;
  white-space: nowrap;
}

.stat span {
  display: block;
  margin-top: 0;
  color: var(--muted);
  font-weight: 740;
  line-height: 1.5;
}

.stat-line {
  display: block;
  white-space: nowrap;
}

.comparison {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  background: #efe5d6;
  color: var(--forest);
}

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

.feature-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  display: block;
  padding-left: 34px;
  color: #312c27;
  max-width: 64ch;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.55);
}

.feature-list li strong {
  display: inline;
  color: var(--forest);
}

.section-head {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.section-head h2 {
  max-width: 18ch;
}

.section-head .lead {
  max-width: 760px;
}

.section-head.centered,
.centered {
  text-align: center;
}

.section-head.centered h2,
.centered h2,
.section-head.centered .lead,
.centered .lead {
  margin-left: auto;
  margin-right: auto;
}

.airy {
  gap: clamp(48px, 8vw, 108px);
}

.feature-split {
  align-items: center;
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 16px;
  align-items: end;
}

.mosaic-four {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
}

.mosaic-four .image-tile:nth-child(1) {
  grid-column: 1 / span 7;
  grid-row: 1 / span 2;
}

.mosaic-four .image-tile:nth-child(2) {
  grid-column: 8 / span 5;
}

.mosaic-four .image-tile:nth-child(3) {
  grid-column: 8 / span 3;
}

.mosaic-four .image-tile:nth-child(4) {
  grid-column: 11 / span 2;
}

.image-tile {
  min-height: 270px;
  border-radius: 8px;
  background: center / cover no-repeat;
  box-shadow: var(--shadow);
}

.image-tile.large {
  min-height: 520px;
}

.houses-section {
  background:
    linear-gradient(180deg, var(--paper), rgba(255, 253, 248, 0)),
    var(--cream);
}

.cluster-actions.center {
  justify-content: center;
}

.image-band {
  position: relative;
  overflow: hidden;
}

.band-media {
  position: absolute;
  inset: 0;
  background: center / cover no-repeat;
  opacity: 0.34;
  transform: scale(1.04);
  min-height: 100%;
  border-radius: 0;
}

.band-media::after {
  display: none;
}

.band-content {
  position: relative;
  z-index: 1;
}

.proof-card {
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
}

.proof-card h3,
.proof-card p {
  color: white;
}

.proof-card p {
  margin-bottom: 0;
  color: rgba(255, 244, 229, 0.8);
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline.wide {
  max-width: 880px;
}

.timeline.step-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline.step-cards-wide {
  max-width: 1180px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.step-cards .timeline-item {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  align-content: start;
  min-height: 264px;
  padding: 30px 24px;
}

.step-cards .timeline-item p {
  max-width: 31ch;
}

.small-copy {
  font-size: 0.95rem;
  color: #57514a;
}

.timeline-item > span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--forest);
  color: white;
  font-weight: 900;
}

.timeline-item h3 {
  font-size: 1.42rem;
}

.timeline-item p {
  margin: 6px 0 0;
  color: var(--muted);
}

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

.editorial-card {
  display: grid;
  gap: 16px;
}

.editorial-card.wide {
  grid-column: span 2;
}

.editorial-card .image-card {
  min-height: 360px;
  border-radius: 8px;
}

.editorial-card h3 {
  margin-bottom: 6px;
}

.editorial-card p {
  margin: 0;
  color: var(--muted);
}

.faq-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}

.faq-item summary {
  cursor: pointer;
  color: var(--forest);
  font-weight: 880;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--ember);
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 12px 0 0;
  color: var(--muted);
}

.legal-copy {
  max-width: 760px;
}

.legal-copy a {
  color: var(--forest);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.form-submit-row {
  display: grid;
  gap: 10px;
  align-items: start;
}

.model-card .image-card {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.model-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.model-browser[data-active-filter="empfohlen"] [data-model-grid] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.model-card .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.model-card h3 a,
.guide-card h3,
.guide-row strong {
  text-decoration: none;
}

.model-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 740;
  font-size: 0.92rem;
}

.model-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(20, 63, 42, 0.08);
}

.card-actions {
  display: grid;
  grid-template-columns: minmax(178px, max-content) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 22px;
}

.card-actions .btn {
  min-width: 178px;
}

.text-link {
  color: var(--forest);
  font-weight: 860;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  white-space: nowrap;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.chip-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  background: var(--paper);
  color: var(--forest);
  font-weight: 820;
}

.detail-card {
  align-self: stretch;
}

.clean-list {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: #3b352f;
}

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

.gallery-grid .image-card {
  min-height: 280px;
  border-radius: 8px;
}

.gallery-grid .gallery-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 578px;
}

.model-gallery .image-card {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}

.model-videos video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #171b18;
}

.guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.guide-list.compact-list {
  grid-template-columns: 1fr;
}

.guide-card,
.guide-row {
  display: block;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: 0 10px 28px rgba(32, 27, 22, 0.07);
  transition: transform 0.22s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.guide-card {
  overflow: hidden;
  padding: 0;
}

.guide-card-media {
  display: block;
  aspect-ratio: 16 / 8;
  background: center / cover no-repeat;
}

.guide-card-copy {
  display: block;
  padding: clamp(24px, 3vw, 34px);
}

.guide-card:hover,
.guide-card:focus-visible,
.guide-row:hover,
.guide-row:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(20, 63, 42, 0.28);
  box-shadow: 0 16px 42px rgba(32, 27, 22, 0.11);
}

.guide-card p {
  color: var(--muted);
}

.guide-row {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
}

.guide-row > span {
  color: #9f4a00;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-row strong {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.12;
}

.catalog-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.catalog-highlight-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.catalog-highlight-card .card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.catalog-highlight-image {
  aspect-ratio: 4 / 3;
  min-height: 0;
  background: center / cover no-repeat;
}

.catalog-actions {
  align-items: center;
}

.catalog-model-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.catalog-model-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 0;
  min-height: 190px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(32, 27, 22, 0.06);
}

.catalog-model-image {
  min-height: 100%;
  background: center / cover no-repeat;
}

.catalog-model-copy {
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.catalog-model-copy p {
  color: var(--muted);
  margin: 8px 0 16px;
}

.catalog-model-copy .text-link {
  margin-top: auto;
}

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

.external-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(32, 27, 22, 0.08);
}

.external-preview {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  background: center / cover no-repeat;
  overflow: hidden;
}

.external-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 28, 18, 0.16), rgba(12, 28, 18, 0.54));
}

.external-load {
  position: relative;
  z-index: 1;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  background: var(--paper);
  color: var(--forest);
  font-weight: 880;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.external-preview iframe,
.external-preview video {
  width: 100%;
  height: 100%;
  border: 0;
  background: #0f1712;
}

.external-body {
  padding: 24px;
}

.external-body h3,
.legal-copy h2 {
  hyphens: auto;
  overflow-wrap: anywhere;
}

.external-body p {
  color: var(--muted);
}

.reference-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.reference-project-card,
.process-detail-card,
.technical-topic-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(32, 27, 22, 0.06);
}

.reference-project-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
}

.reference-project-card .text-link {
  margin-top: auto;
}

.reference-project-card p,
.process-detail-card p {
  color: var(--muted);
}

.process-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.technical-topic-grid {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.technical-topic-card {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
}

.technical-topic-card strong {
  color: var(--forest);
}

.technical-topic-card span {
  color: var(--muted);
}

.technical-topic-card.has-image {
  grid-template-columns: 76px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
}

.technical-topic-image {
  grid-row: span 2;
  width: 76px;
  height: 84px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  border-radius: 0;
}

.technical-topic-image::after {
  display: none;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.article-copy {
  display: grid;
  gap: 34px;
  max-width: 760px;
}

.article-copy h2 {
  max-width: 18ch;
  font-size: 2.45rem;
}

.article-copy p {
  font-size: 1.08rem;
  color: #3f3933;
}

.article-side {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 102px;
}

.article-side .image-card {
  min-height: 300px;
  border-radius: 8px;
}

.source-box {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 10px 28px rgba(32, 27, 22, 0.07);
}

.source-box h2 {
  max-width: 18ch;
}

.source-list {
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.source-list li {
  display: grid;
  gap: 4px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.source-list a {
  color: var(--forest);
  font-weight: 880;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.source-list span {
  color: var(--muted);
}

.cta-band {
  background: var(--forest);
  color: white;
  padding: clamp(44px, 7vw, 86px);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  overflow: hidden;
}

.centered-band {
  text-align: center;
  grid-template-columns: 1fr;
  justify-items: center;
}

.centered-band h2,
.centered-band p {
  margin-left: auto;
  margin-right: auto;
}

.cta-band h2 {
  color: white;
}

.form-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  display: block;
  font-weight: 820;
  color: var(--forest);
  margin-bottom: 7px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(32, 27, 22, 0.2);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  padding: 12px 13px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.check input {
  width: 22px;
  min-height: 22px;
  flex: 0 0 22px;
  margin-top: 3px;
}

.note,
.turnstile-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.turnstile-note {
  margin: 0;
  padding: 12px 14px;
  background: #f2eadf;
  border: 1px dashed rgba(32, 27, 22, 0.22);
  border-radius: 8px;
}

.footer {
  background: #17130f;
  color: #e9dfd0;
  padding: 52px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 28px;
}

.footer a {
  display: flex;
  align-items: center;
  min-height: 34px;
  color: rgba(233, 223, 208, 0.76);
  margin: 4px 0;
}

.footer strong,
.footer h3 {
  color: white;
}

.subfooter {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(233, 223, 208, 0.62);
  font-size: 0.86rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(9, 18, 12, 0.88);
}

.lightbox.open {
  display: flex;
}

.lightbox-panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(86vh, 820px);
  display: grid;
  gap: 14px;
}

.lightbox img {
  width: 100%;
  max-height: calc(86vh - 58px);
  object-fit: contain;
  border-radius: 8px;
  background: #0b120d;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.lightbox-caption {
  color: white;
  font-weight: 760;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--paper);
  color: var(--forest);
  font-size: 1.4rem;
  font-weight: 900;
  cursor: pointer;
}

.page-hero {
  background: var(--forest);
  color: white;
  padding: clamp(62px, 10vw, 118px) 0;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.24), transparent);
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-hero h1 {
  max-width: 15ch;
  font-size: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.22rem;
  margin-left: auto;
  margin-right: auto;
}

.page-hero .hero-actions {
  justify-content: center;
}

.breadcrumb {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 18px;
  font-size: 0.9rem;
  font-weight: 740;
}

.breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding-right: 10px;
}

.filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 24px;
  justify-content: center;
}

.filter-button {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--forest);
  min-height: 40px;
  border-radius: 999px;
  padding: 9px 14px;
  font-weight: 820;
  cursor: pointer;
}

.filter-button.active {
  background: var(--forest);
  color: white;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}

@media (max-width: 1080px) {
  h1 {
    font-size: 4.35rem;
  }

  h2 {
    font-size: 2.95rem;
  }

  .page-hero h1 {
    font-size: 4.2rem;
  }

  .feature-split .controlled-title span {
    white-space: normal;
  }

  .burger {
    display: block;
  }

  .menu {
    position: fixed;
    inset: 121px 16px auto 16px;
    display: none;
    margin: 0;
    padding: 18px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .menu.open {
    display: flex;
  }

  .menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .nav-actions {
    margin-left: auto;
  }

  .split,
  .form-shell,
  .cta-band,
  .faq-preview {
    grid-template-columns: 1fr;
  }

  .grid.three,
  .grid.two,
  .stats,
  .footer-grid,
  .editorial-grid,
  .timeline.step-cards,
  .guide-list,
  .gallery-grid,
  .catalog-highlight-grid,
  .catalog-model-list,
  .media-grid,
  .article-layout {
    grid-template-columns: 1fr 1fr;
  }

  .model-browser[data-active-filter="empfohlen"] [data-model-grid] {
    grid-template-columns: 1fr 1fr;
  }

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

  .catalog-model-card {
    grid-template-columns: 1fr;
  }

  .catalog-model-image {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .article-side {
    position: static;
  }

  .editorial-card.wide {
    grid-column: span 2;
  }

  .gallery-grid .gallery-large {
    grid-column: span 2;
    min-height: 420px;
  }

  .image-stack {
    grid-template-columns: 1fr 1fr;
  }

  .mosaic-four {
    grid-template-columns: 1fr 1fr;
  }

  .mosaic-four .image-tile:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .image-tile.large {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .wrap {
    width: min(100% - 28px, var(--wrap));
  }

  .mini-top {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .nav {
    min-height: 84px;
    gap: 10px;
  }

  .brand {
    width: 70px;
    min-width: 70px;
    flex: 1 1 0;
  }

  .brand-logo {
    width: 70px;
    height: 70px;
  }

  .burger {
    margin-left: 0;
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .nav-actions .btn {
    min-width: 112px;
    padding: 11px 16px;
  }

  .menu {
    top: 98px;
    right: 14px;
    left: 14px;
  }

  .hero {
    min-height: 690px;
  }

  .hero-media {
    background-position: 55% center;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(16, 28, 18, 0.22), rgba(16, 28, 18, 0.82) 62%, rgba(16, 28, 18, 0.94)),
      linear-gradient(90deg, rgba(16, 28, 18, 0.52), transparent);
  }

  .hero-content {
    padding: 76px 0 78px;
  }

  h1 {
    font-size: 3.25rem;
    max-width: 100%;
  }

  h2 {
    font-size: 2.45rem;
    max-width: 100%;
  }

  .page-hero h1 {
    font-size: 2.8rem;
  }

  .form-shell h2 {
    font-size: 2.15rem;
    overflow-wrap: break-word;
  }

  .hero p {
    font-size: 1.08rem;
  }

  .hero-actions .btn,
  .cluster-actions .btn,
  .cta-band .btn,
  .form-card .btn,
  .card-actions .btn {
    width: 100%;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .card-actions .text-link {
    text-align: center;
  }

  .grid.three,
  .grid.two,
  .stats,
  .footer-grid,
  .form-grid,
  .editorial-grid,
  .timeline.step-cards,
  .guide-list,
  .gallery-grid,
  .catalog-highlight-grid,
  .catalog-model-list,
  .media-grid,
  .reference-project-grid,
  .process-detail-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .model-browser[data-active-filter="empfohlen"] [data-model-grid] {
    grid-template-columns: 1fr;
  }

  .catalog-model-card {
    grid-template-columns: 1fr;
  }

  .catalog-model-image {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .editorial-card.wide {
    grid-column: auto;
  }

  .gallery-grid .gallery-large {
    grid-column: auto;
    grid-row: auto;
    min-height: 300px;
  }

  .editorial-card .image-card,
  .image-card {
    min-height: 250px;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .image-tile,
  .image-tile.large {
    min-height: 300px;
  }

  .timeline-item,
  .step-cards .timeline-item {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 16px;
    justify-items: start;
    text-align: left;
    min-height: 0;
  }

  .timeline-item > span {
    width: 40px;
    height: 40px;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }

  .faq-item {
    padding: 16px;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .cta-band {
    padding: 28px;
  }

  .footer a,
  .breadcrumb a {
    min-height: 40px;
  }
}
