/* LOGO — Bild-Lockup, weiß auf transparent */
.logo-wrap {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 32px;
  width: auto;
  display: block;
}

.logo-img-footer {
  height: 36px;
  margin-bottom: 4px;
}

/* Legacy Text-Lockup — bleibt für Kompatibilität in Hero/etc. */
.logo-wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.18em;
  color: var(--sir-white);
  text-transform: uppercase;
  line-height: 1;
}

.logo-sub {
  font-size: 9px;
  letter-spacing: 0.32em;
  color: var(--sir-gold-light);
  text-transform: uppercase;
  line-height: 1;
}

/* HEADER UTILITIES */
.header-right {
  display: flex;
  align-items: center;
  gap: 28px;
}

.logo-wrap, .header-right { text-shadow: 0 1px 8px rgba(0,0,0,0.35); }
header.scrolled .logo-wrap, header.scrolled .header-right,
header.solid .logo-wrap, header.solid .header-right { text-shadow: none; }

.lang-switch {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  display: flex;
  gap: 8px;
}

.lang-switch a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.lang-switch a:hover { color: var(--sir-white); }
.lang-switch .active { color: var(--sir-gold-light); }
.lang-switch .divider { color: rgba(255,255,255,0.4); }

.header-divider {
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.35);
}

.header-phone {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--sir-white);
  text-decoration: none;
}

.back-link {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 0.3s, gap 0.3s;
}

.back-link:hover {
  color: var(--sir-white);
  gap: 18px;
}

/* HERO COMPONENTS (Index) */
.hero-eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.42em;
  color: var(--sir-gold-light);
  text-transform: uppercase;
  margin-bottom: 36px;
  display: block;
  text-shadow:
    0 1px 2px rgba(0,0,0,0.55),
    0 2px 18px rgba(0,0,0,0.65);
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(48px, 7.5vw, 88px);
  line-height: 1.05;
  color: var(--sir-white);
  margin-bottom: 28px;
  letter-spacing: -0.01em;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.4),
    0 2px 32px rgba(0,0,0,0.55);
}

.hero-title em {
  font-style: italic;
  color: var(--sir-gold-light);
}

.hero-subtitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: rgba(255,255,255,1);
  text-transform: uppercase;
  margin-bottom: 56px;
  text-shadow:
    0 1px 2px rgba(0,0,0,0.5),
    0 2px 16px rgba(0,0,0,0.6);
}

.gold-divider {
  width: 56px;
  height: 1px;
  background: var(--sir-gold);
  margin: 0 auto 56px;
}

.hero-launch {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 400;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.95);
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(0,0,0,0.5);
}

.hero-launch strong {
  color: var(--sir-gold-light);
  font-weight: 500;
  font-size: 1.1em;
}

.hero-scroll-text {
  font-size: 9px;
  letter-spacing: 0.35em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--sir-gold-light), transparent);
  animation: scrollPulse 2.5s ease infinite;
}

/* OBJEKT-HERO COMPONENTS */
.obj-hero-eyebrow {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.42em;
  color: var(--sir-gold-light);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
  text-shadow:
    0 1px 2px rgba(0,0,0,0.55),
    0 2px 18px rgba(0,0,0,0.65);
}

.obj-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.4),
    0 2px 32px rgba(0,0,0,0.55);
}

.obj-hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(20px, 2vw, 26px);
  color: rgba(255,255,255,1);
  margin-bottom: 36px;
  max-width: 720px;
  text-shadow:
    0 1px 3px rgba(0,0,0,0.5),
    0 2px 22px rgba(0,0,0,0.6);
}

.obj-hero-meta {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,1);
  flex-wrap: wrap;
  text-shadow:
    0 1px 2px rgba(0,0,0,0.5),
    0 2px 16px rgba(0,0,0,0.6);
}

.obj-hero-meta-divider {
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.4);
}

/* SHARED TEXT ELEMENTS */
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.35em;
  color: var(--sir-gold);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
  font-weight: 400;
}

/* Eyebrow-Variante: stilvolle Italic-Headline (Cormorant) statt Caps-Eyebrow */
.eyebrow-script {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.1;
  color: var(--sir-gold);
  text-transform: none;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
  display: block;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.12;
  color: var(--sir-blue);
  margin-bottom: 28px;
  letter-spacing: -0.005em;
}

.section-title em {
  font-style: italic;
  color: var(--sir-gold);
}

.section-body {
  font-size: 16px;
  line-height: 1.85;
  color: var(--sir-text-gray);
  max-width: 540px;
}

.section-body p + p { margin-top: 20px; }

/* ABOUT */
.about-img-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--sir-blue);
  color: var(--sir-white);
  padding: 24px 32px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.02em;
  max-width: 280px;
  line-height: 1.4;
}

/* STATS */
.stat-cell {
  padding: 0 32px;
  text-align: center;
  position: relative;
}

.stat-cell:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(0,35,73,0.12);
}

.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 52px;
  color: var(--sir-blue);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.stat-label {
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #6F6F6F;
  text-transform: uppercase;
  font-weight: 400;
}

/* PROPERTY GRID — 3-Spalten Side-by-Side auf Desktop */
.property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1440px;
  margin: 0 auto;
}

/* PROPERTY CARD — Magazine-Style: Bild oben, Info darunter */
.property-card {
  display: flex;
  flex-direction: column;
  background: var(--sir-light-gray);
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 35, 73, 0.10);
}

.property-card-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: var(--sir-blue);
  color: var(--sir-gold-light);
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 10px 18px;
  z-index: 2;
  font-weight: 400;
}

.property-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  width: 100%;
  background: var(--sir-blue);
}

.property-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.property-card:hover .property-img img {
  transform: scale(1.04);
}

.property-info {
  padding: 40px 36px 40px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.property-info .btn {
  margin-top: auto;
  align-self: flex-start;
}

.property-location {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--sir-gold);
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 400;
}

.property-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.15;
  color: var(--sir-blue);
  margin-bottom: 10px;
}

.property-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 19px;
  color: var(--sir-accent-gray);
  margin-bottom: 36px;
  line-height: 1.4;
}

.property-line {
  width: 32px;
  height: 1px;
  background: var(--sir-gold);
  margin-bottom: 32px;
}

/* Auf mehrspaltigem Layout: Titel + Subline auf gleiche Mindesthöhe
   bringen, damit Sublines und Trennstriche aller Karten in einer Reihe
   auf gleicher Y-Achse starten — unabhängig von Textlänge. */
@media (min-width: 1025px) {
  .property-title    { min-height: calc(1.15em * 2); }
  .property-subtitle { min-height: calc(1.4em * 4); }
}

.property-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
  margin-bottom: 36px;
}

.property-data-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,35,73,0.1);
  font-size: 13px;
  min-width: 0;
}

.property-data-label {
  color: var(--sir-text-gray);
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* PROPERTY-DATA ICONS — minimale Line-Icons in SIR-Gold via SVG data-URI.
   Werden über das data-icon-Attribut auf der Label-Span gesteuert. */
.property-data-label::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
}

.property-data-label[data-icon="area"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8966E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M4 8V4h4M16 4h4v4M20 16v4h-4M8 20H4v-4'/></svg>");
}
.property-data-label[data-icon="land"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8966E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3l-7 10h4v8h6v-8h4z'/></svg>");
}
.property-data-label[data-icon="rooms"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8966E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='6' y='3' width='12' height='18' rx='0.5'/><circle cx='14' cy='12' r='0.8' fill='%23B8966E'/></svg>");
}
.property-data-label[data-icon="bedrooms"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8966E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M3 18v-7h18v7M3 18v2M21 18v2M3 14h18M7 11V7h10v4'/></svg>");
}
.property-data-label[data-icon="bathrooms"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8966E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M3 12h18v4a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3z'/><path d='M7 12V7a2 2 0 0 1 2-2h2'/></svg>");
}
.property-data-label[data-icon="terrace"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8966E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='3.5'/><path d='M12 4v1.5M12 18.5V20M4 12h1.5M18.5 12H20M6.3 6.3l1 1M16.7 16.7l1 1M6.3 17.7l1-1M16.7 7.3l1-1'/></svg>");
}
.property-data-label[data-icon="year"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8966E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='16' rx='1'/><path d='M3 10h18M8 3v4M16 3v4'/></svg>");
}
.property-data-label[data-icon="energy"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8966E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M13 2L4 14h7l-1 8 9-12h-7z'/></svg>");
}
.property-data-label[data-icon="renovation"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8966E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M14 6l-8 8 4 4 8-8M14 6l3-3 4 4-3 3M3 21l4-4'/></svg>");
}

.property-data-value {
  color: var(--sir-blue);
  font-weight: 400;
  white-space: nowrap;
  text-align: right;
}

.property-price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 28px;
  color: var(--sir-blue);
  margin-bottom: 36px;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 32px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--sir-blue);
  background: transparent;
  color: var(--sir-blue);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  width: fit-content;
}

.btn:hover {
  background: var(--sir-blue);
  color: var(--sir-white);
}

.btn .arrow { transition: transform 0.4s ease; }
.btn:hover .arrow { transform: translateX(6px); }

.btn-light {
  border-color: var(--sir-white);
  color: var(--sir-white);
}

.btn-light:hover {
  background: var(--sir-white);
  color: var(--sir-blue);
}

/* UPCOMING CARDS */
.upcoming-card {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: var(--sir-blue);
}

.upcoming-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(10px) brightness(0.5);
  transform: scale(1.15);
}

.upcoming-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,35,73,0.5), rgba(0,35,73,0.85));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.upcoming-label {
  font-size: 10px;
  letter-spacing: 0.35em;
  color: var(--sir-gold-light);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.upcoming-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  color: var(--sir-white);
  line-height: 1.3;
}

.upcoming-cta { text-align: center; }

.upcoming-cta p {
  font-size: 16px;
  color: var(--sir-text-gray);
  margin-bottom: 28px;
}

/* NEWSLETTER */
.newsletter-eyebrow { color: var(--sir-gold-light); }
.newsletter-title { color: var(--sir-white); }

.newsletter-body {
  color: rgba(255,255,255,0.85);
  margin: 0 auto 48px;
}

.newsletter-form {
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(255,255,255,0.45);
  padding-bottom: 4px;
  position: relative;
  transition: border-color 0.3s;
}

.newsletter-form:focus-within { border-bottom-color: var(--sir-gold-light); }

.newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--sir-white);
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  padding: 16px 0;
  outline: none;
}

.newsletter-input::placeholder {
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
}

.newsletter-submit {
  background: transparent;
  border: none;
  color: var(--sir-gold-light);
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 16px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: color 0.3s, gap 0.3s;
}

.newsletter-submit:hover {
  color: var(--sir-white);
  gap: 18px;
}

.newsletter-submit:disabled { opacity: 0.5; cursor: wait; }

.newsletter-disclaimer {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  margin-top: 24px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.newsletter-disclaimer a {
  color: var(--sir-gold-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Form-Status (Newsletter + Inquiry) */
.form-status {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
  min-height: 1.5em;
}

.form-status.error { color: #ff8b8b; }
.form-status.success { color: var(--sir-gold-light); }

.form-success-message {
  text-align: center;
  padding: 40px 0;
  color: var(--sir-white);
}

.form-success-message .gold-divider { margin: 24px auto; }

.form-success-message h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 32px;
  color: var(--sir-white);
  margin-bottom: 16px;
}

.form-success-message p {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto;
}

/* DOI-CONFIRM MODAL */
.confirm-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.confirm-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.confirm-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 35, 73, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.confirm-modal-card {
  position: relative;
  max-width: 560px;
  width: 100%;
  background: var(--sir-white);
  padding: 64px 56px 56px;
  text-align: center;
  transform: translateY(16px);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.confirm-modal.is-open .confirm-modal-card {
  transform: translateY(0);
}

.confirm-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  color: var(--sir-text-gray);
  cursor: pointer;
  transition: color 0.2s ease;
}
.confirm-modal-close:hover { color: var(--sir-blue); }

.confirm-modal-card .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
}

.confirm-modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.15;
  color: var(--sir-blue);
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.confirm-modal-title em {
  font-style: italic;
  color: var(--sir-gold);
}

.confirm-modal .gold-divider {
  margin: 28px auto 28px;
}

.confirm-modal-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--sir-text-gray);
  max-width: 440px;
  margin: 0 auto 36px;
}

.confirm-modal-cta {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

@media (max-width: 640px) {
  .confirm-modal-card { padding: 56px 28px 40px; }

  /* HERO TYPOGRAPHY — clamp-Minima senken für 320–375px Screens */
  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.38em;
    margin-bottom: 22px;
  }
  .hero-title {
    font-size: clamp(40px, 11vw, 88px);
    margin-bottom: 18px;
  }
  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 0.24em;
    margin-bottom: 32px;
  }
  .gold-divider { margin-bottom: 32px; }
  .hero-scroll-text { font-size: 8px; letter-spacing: 0.3em; }

  /* OBJ-HERO TYPOGRAPHY */
  .obj-hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.38em;
    margin-bottom: 16px;
  }
  .obj-hero-title {
    font-size: clamp(34px, 9vw, 76px);
    margin-bottom: 12px;
  }
  .obj-hero-subtitle { font-size: 16px; margin-bottom: 18px; }

  /* SECTION-TITLES auf Mobile straffer */
  .section-title {
    font-size: clamp(28px, 7.5vw, 38px);
    line-height: 1.1;
  }
  .eyebrow { font-size: 10px; letter-spacing: 0.35em; }

  /* PROPERTY-CARD INNEN auf Mobile straffer */
  .property-title { font-size: 26px; margin-bottom: 12px; }
  .property-subtitle { font-size: 14px; margin-bottom: 20px; }
  .property-price { font-size: 24px; margin-bottom: 24px; }
  .property-data-item { padding: 10px 0; font-size: 12px; }

  /* QUICK-FACTS Werte etwas kleiner */
  .qf-value { font-size: 22px; }
  .qf-label { font-size: 9px; }

  /* CONTACT / FOOTER */
  .contact-info-value { font-size: 19px; }
  .footer-tagline { font-size: 16px; margin-top: 20px; }

  /* ============================================================
     KASKADEN-FIXES — diese Regeln müssen in components.css stehen,
     weil components.css NACH layout.css lädt und die Selektoren
     hier sonst von späteren Base-Regeln überschrieben werden.
     ============================================================ */

  /* HEADER auf Mobile: Back-Link entfernen (Logo führt nach Hause) */
  .back-link { display: none !important; }

  /* HERO vollflächig auf Mobile (kein Peek auf nächste Section) */
  .hero {
    height: 100vh;
    height: 100svh;
    min-height: 480px;
  }

  /* Property-Badge auf Mobile etwas kompakter, sitzt auf Bild */
  .property-card-badge {
    top: 18px;
    left: 18px;
    font-size: 8px;
    padding: 8px 14px;
    letter-spacing: 0.28em;
  }

  /* ============================================================
     PROPERTY-GRID auf Mobile als horizontales Carousel mit Peek
     statt 2-Spalten-Grid → 1 Card voll + nächste angeteasert.
     Wischbar mit Snap-Points, gleicher Pattern wie Galerie/Upcoming.
     ============================================================ */
  .property-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 16px !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 20px 8px;
    scroll-padding-left: 20px;
    max-width: none !important;
    margin: 0 !important;
  }
  .property-grid::-webkit-scrollbar { display: none; }
  .property-card {
    flex: 0 0 88%;
    scroll-snap-align: start;
  }
  /* Subtiler Swipe-Hinweis unter den Cards */
  .property-section::after {
    content: '←  durchwischen  →';
    display: block;
    text-align: center;
    margin-top: 20px;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--sir-accent-gray);
  }

  /* Property-Data auf Mobile: 1-Spalten-Stack (Cascade-Fix — Base-Regel
     hat 1fr 1fr und gewinnt sonst wegen Source-Order, daher hier mit
     höherer Specificity via Eltern-Class). */
  .property-card .property-data {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 20px;
  }
  .property-card .property-data-item {
    padding: 9px 0;
    font-size: 13px;
  }

  /* Card-Innenraum auf iPhone-Screens komprimieren — Ziel: ganze Card
     (Bild + Info) passt auf eine Swipe-Höhe ohne Page-Scroll. */
  .property-card .property-info {
    padding: 24px 22px 28px;
  }
  .property-card .property-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .property-card .property-subtitle {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .property-card .property-line {
    margin-bottom: 18px;
  }
  .property-card .property-price {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .property-card .property-info .btn {
    padding: 12px 22px;
    font-size: 10px;
    letter-spacing: 0.24em;
  }
  .property-card .property-location {
    margin-bottom: 12px;
    font-size: 9px;
  }

  /* Bild-Container-Höhen auf Mobile (Basis stehen in components.css) */
  .contact-img { height: 300px; }
  .location-image { height: 320px; }
  .upcoming-card { height: 280px; }

  /* OBJ-Hero-Meta auf Mobile straffer (Basis in components.css) */
  .obj-hero-meta {
    flex-wrap: wrap;
    gap: 12px;
    row-gap: 6px;
    font-size: 12px;
  }
}

/* CONTACT */
.contact-info { margin-top: 40px; }
.contact-info-block { margin-bottom: 28px; }

.contact-info-label {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--sir-accent-gray);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-info-value {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 22px;
  color: var(--sir-blue);
  text-decoration: none;
}

.contact-img {
  height: 480px;
  overflow: hidden;
}

.contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* FOOTER COMPONENTS */
.footer-logo .logo-wordmark { font-size: 18px; }

.footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin-top: 24px;
  line-height: 1.5;
  max-width: 320px;
}

.footer-col h4 {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--sir-gold-light);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 400;
}

.footer-col ul { list-style: none; }

.footer-col li {
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

.footer-col a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col a:hover { color: var(--sir-gold-light); }

/* QUICK FACTS */
.qf-cell {
  padding: 0 16px;
  text-align: center;
  position: relative;
}

.qf-cell:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 10%;
  height: 80%; width: 1px;
  background: rgba(0,35,73,0.12);
}

.qf-value {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 26px;
  color: var(--sir-blue);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.005em;
}

.qf-label {
  font-size: 10px;
  letter-spacing: 0.25em;
  color: #6F6F6F;
  text-transform: uppercase;
  font-weight: 400;
}

/* DESCRIPTION */
.description-content .eyebrow {
  font-size: 10px;
  letter-spacing: 0.35em;
  color: var(--sir-gold);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
  font-weight: 400;
}

.description-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
  color: var(--sir-blue);
  margin-bottom: 48px;
}

.description-title em {
  font-style: italic;
  color: var(--sir-gold);
}

.description-text p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--sir-text-gray);
  margin-bottom: 24px;
}

.description-pullquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  color: var(--sir-blue);
  line-height: 1.4;
  padding: 32px 0 32px 32px;
  border-left: 1px solid var(--sir-gold);
  margin: 40px 0;
}

.feature-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(0,35,73,0.1);
}

.feature-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0,35,73,0.1);
  font-size: 14px;
  color: var(--sir-text-gray);
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-item:nth-child(odd) {
  padding-right: 32px;
  border-right: 1px solid rgba(0,35,73,0.1);
}

.feature-item:nth-child(even) {
  padding-left: 32px;
}

.feature-item::before {
  content: '·';
  color: var(--sir-gold);
  font-size: 24px;
  font-weight: 700;
}

/* CTA-BOX & AGENT-CARD (Sidebar) */
.cta-box {
  background: var(--sir-blue);
  color: var(--sir-white);
  padding: 40px 36px;
  margin-bottom: 32px;
}

.cta-box-eyebrow {
  font-size: 9px;
  letter-spacing: 0.3em;
  color: var(--sir-gold-light);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.cta-box-price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
}

.cta-box-price-note {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}

.cta-box-divider {
  width: 32px;
  height: 1px;
  background: var(--sir-gold);
  margin-bottom: 28px;
}

.cta-box-text {
  font-size: 14px;
  color: rgba(255,255,255,0.88);
  line-height: 1.65;
  margin-bottom: 28px;
}

.cta-box .btn {
  width: 100%;
  justify-content: space-between;
}

.agent-card {
  background: var(--sir-white);
  padding: 36px 32px;
  border: 1px solid rgba(0,35,73,0.1);
}

.agent-card-label {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #6F6F6F;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 400;
}

.agent-info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.agent-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--sir-light-gray);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--sir-blue);
  font-style: italic;
}

.agent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.agent-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--sir-blue);
  margin-bottom: 4px;
}

.agent-title {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #6F6F6F;
  text-transform: uppercase;
  font-weight: 400;
}

.agent-contact a {
  display: block;
  font-size: 13px;
  color: var(--sir-text-gray);
  text-decoration: none;
  padding: 10px 0;
  border-top: 1px solid rgba(0,35,73,0.08);
}

.agent-contact a:first-child { border-top: none; }
.agent-contact a:hover { color: var(--sir-blue); }

/* GALERIE */
.gallery-header .eyebrow {
  color: var(--sir-gold-light);
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}

.gallery-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(36px, 4.5vw, 56px);
  color: var(--sir-white);
  line-height: 1.1;
}

.gallery-item {
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
  background: var(--sir-blue);
  display: block;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.05);
  opacity: 0.88;
}

/* Subtiler Gold-Tönungs-Hover damit Items als interaktiv erkennbar sind */
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,17,38,0.15) 100%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.gallery-item:hover::after { opacity: 1; }

/* GLightbox — SIR-Style Override
   Macht Caption zum eleganten Cormorant-Italic über dem Bild,
   tönt das Overlay in Marineblau, dezenteres Close/Nav-Chrome.
   Selektoren ohne Skin-Prefix, weil diese GLightbox-Build keine .glightbox-clean Klasse setzt. */
.glightbox-container .goverlay {
  background: rgba(0, 17, 38, 0.97) !important;
}

.glightbox-container .gslide-description {
  background: transparent !important;
}

.glightbox-container .gdesc-inner {
  background: transparent !important;
  padding: 28px 24px 12px !important;
  text-align: center;
}

.glightbox-container .gslide-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  color: var(--sir-white) !important;
  letter-spacing: 0.01em !important;
  margin: 0 !important;
  text-transform: none !important;
  text-shadow: 0 1px 14px rgba(0,0,0,0.5);
}

.glightbox-container .gslide-desc {
  font-family: 'Jost', sans-serif !important;
  font-weight: 300 !important;
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.55) !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  margin-top: 10px;
}

/* Close + Nav — schmaler, Brand-konform mit Gold-Hover */
.glightbox-container .gclose,
.glightbox-container .gnext,
.glightbox-container .gprev {
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  width: 48px;
  height: 48px;
  transition: background-color 0.3s, border-color 0.3s;
}

.glightbox-container .gclose:hover,
.glightbox-container .gnext:hover,
.glightbox-container .gprev:hover {
  background-color: rgba(255, 255, 255, 0.14);
  border-color: var(--sir-gold);
}

/* Counter (z.B. "3/17") */
.glightbox-container .gcounter {
  font-family: 'Jost', sans-serif !important;
  font-weight: 300 !important;
  font-size: 11px !important;
  letter-spacing: 0.25em !important;
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: uppercase !important;
}

/* LAGE */
.location-content .eyebrow {
  font-size: 10px;
  letter-spacing: 0.35em;
  color: var(--sir-gold);
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
  font-weight: 400;
}

.location-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.15;
  color: var(--sir-blue);
  margin-bottom: 32px;
}

.location-title em { font-style: italic; color: var(--sir-gold); }

.location-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--sir-text-gray);
  margin-bottom: 20px;
}

.location-list {
  list-style: none;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(0,35,73,0.1);
}

.location-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,35,73,0.08);
  font-size: 14px;
  color: var(--sir-text-gray);
  display: flex;
  justify-content: space-between;
}

.location-note {
  margin-top: 20px;
  font-size: 13px;
  color: var(--sir-text-gray);
}

.location-image {
  height: 540px;
  overflow: hidden;
}

.location-image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* INQUIRY */
.inquiry-eyebrow {
  color: var(--sir-gold-light);
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}

.inquiry-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(36px, 4.5vw, 52px);
  color: var(--sir-white);
  line-height: 1.15;
  margin-bottom: 16px;
}

.inquiry-title em { font-style: italic; color: var(--sir-gold-light); }

.inquiry-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 56px;
}

.inquiry-form { text-align: left; }

.form-group { margin-bottom: 20px; }

.form-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.form-input, .form-textarea, .form-select {
  width: 100%;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 14px 16px;
  color: var(--sir-white);
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s, background 0.3s;
}

.form-input::placeholder, .form-textarea::placeholder {
  color: rgba(255,255,255,0.4);
}

.form-input:hover, .form-textarea:hover, .form-select:hover {
  border-color: rgba(255,255,255,0.22);
}

.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--sir-gold);
  background: rgba(0,0,0,0.32);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
  font-family: 'Jost', sans-serif;
  line-height: 1.6;
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  color: var(--sir-white);
  cursor: pointer;
  /* Sichtbarer Chevron als Hintergrund-SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23D4B48C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
}

.form-select option {
  color: var(--sir-blue);
  background: var(--sir-white);
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 36px 0;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  line-height: 1.5;
}

.form-checkbox input {
  margin-top: 3px;
  accent-color: var(--sir-gold);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.form-checkbox a {
  color: var(--sir-gold-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-submit {
  background: var(--sir-white);
  color: var(--sir-blue);
  border: none;
  padding: 22px 52px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: background 0.4s ease, color 0.4s ease, gap 0.4s ease;
}

.form-submit:hover {
  background: var(--sir-gold);
  color: var(--sir-white);
  gap: 22px;
}

.form-submit:focus-visible {
  outline: 2px solid var(--sir-gold-light);
  outline-offset: 4px;
}

.form-submit:disabled { opacity: 0.5; cursor: wait; }

/* ENERGIE */
.energy-cell {
  padding: 16px;
  position: relative;
}

.energy-cell:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 10%;
  height: 80%; width: 1px;
  background: rgba(0,35,73,0.1);
}

.energy-label {
  font-size: 10px;
  letter-spacing: 0.25em;
  color: #6F6F6F;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.energy-value {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 22px;
  color: var(--sir-blue);
}

/* ====================================================================
   Klaro Cookie-Consent — SIR-Brand Override
   Übersteuert die Default-Styles von Klaro v0.7
   ==================================================================== */
.klaro .cookie-notice,
.klaro .context-notice,
.klaro .cookie-modal .cm-modal {
  background: var(--sir-blue) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0 !important;
  color: var(--sir-white) !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4) !important;
  font-family: 'Jost', sans-serif !important;
}

.klaro .cookie-notice p,
.klaro .cookie-modal p,
.klaro .cn-body p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  font-family: 'Jost', sans-serif !important;
}

.klaro .cookie-notice a,
.klaro .cookie-modal a,
.klaro .cn-learn-more {
  color: var(--sir-gold-light) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  font-weight: 400 !important;
}

.klaro .cookie-notice a:hover,
.klaro .cookie-modal a:hover {
  color: var(--sir-white) !important;
}

/* Generic Buttons */
.klaro .cm-btn,
.klaro button.cm-btn,
.klaro .cookie-notice button {
  border-radius: 0 !important;
  font-family: 'Jost', sans-serif !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding: 12px 22px !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
  cursor: pointer !important;
}

/* Akzeptieren — solides Weiß, Hover Gold */
.klaro .cm-btn.cm-btn-success,
.klaro .cm-btn.cm-btn-accept,
.klaro .cm-btn.cm-btn-accept-all,
.klaro .cm-btn-success {
  background: var(--sir-white) !important;
  color: var(--sir-blue) !important;
  border: 1px solid var(--sir-white) !important;
}

.klaro .cm-btn.cm-btn-success:hover,
.klaro .cm-btn-success:hover,
.klaro .cm-btn.cm-btn-accept:hover,
.klaro .cm-btn.cm-btn-accept-all:hover {
  background: var(--sir-gold) !important;
  border-color: var(--sir-gold) !important;
  color: var(--sir-white) !important;
}

/* Ablehnen — Ghost-Outline */
.klaro .cm-btn.cm-btn-danger,
.klaro .cm-btn.cm-btn-decline,
.klaro .cm-btn-danger {
  background: transparent !important;
  color: var(--sir-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.klaro .cm-btn.cm-btn-danger:hover,
.klaro .cm-btn.cm-btn-decline:hover,
.klaro .cm-btn-danger:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: var(--sir-white) !important;
}

/* Info / Sekundär (Einstellungen-Button im Modal) */
.klaro .cm-btn.cm-btn-info,
.klaro .cm-btn-info {
  background: transparent !important;
  color: var(--sir-gold-light) !important;
  border: 1px solid rgba(184, 150, 110, 0.4) !important;
}

.klaro .cm-btn.cm-btn-info:hover,
.klaro .cm-btn-info:hover {
  background: rgba(184, 150, 110, 0.12) !important;
  border-color: var(--sir-gold) !important;
  color: var(--sir-white) !important;
}

/* Modal-spezifisch */
.klaro .cookie-modal .cm-header h1,
.klaro .cookie-modal .cm-header .title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  font-style: italic !important;
  font-size: 28px !important;
  color: var(--sir-white) !important;
  margin: 0 !important;
}

.klaro .cookie-modal .cm-services,
.klaro .cookie-modal .cm-purposes {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.klaro .cookie-modal .cm-service,
.klaro .cookie-modal .cm-purpose {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.klaro .cm-list-title,
.klaro .cookie-modal .cm-service .title {
  color: var(--sir-white) !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
}

.klaro .cm-list-description,
.klaro .cookie-modal .cm-service .description,
.klaro .cookie-modal .purposes {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 13px !important;
}

/* Toggle-Switch — Gold-Akzent für aktiv (Pille bleibt rund, ist UI-Primitive) */
.klaro .cm-list-input + .cm-list-label .slider {
  background: rgba(255, 255, 255, 0.18) !important;
}

.klaro .cm-list-input:checked + .cm-list-label .slider {
  background: var(--sir-gold) !important;
}

.klaro .cm-list-input.required + .cm-list-label .slider {
  background: rgba(184, 150, 110, 0.35) !important;
}

/* Modal-Backdrop — Marineblau-getönt statt schwarz */
.klaro .cookie-modal::before,
.klaro .cookie-modal-backdrop {
  background: rgba(0, 17, 38, 0.75) !important;
}

/* LEGAL PAGES (Impressum, Datenschutz) */
.legal-section {
  background: var(--sir-white);
  padding: 160px 60px 100px;
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
}

.legal-content h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(40px, 5vw, 56px);
  color: var(--sir-blue);
  margin-bottom: 16px;
  letter-spacing: -0.005em;
}

.legal-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 26px;
  color: var(--sir-blue);
  margin: 56px 0 16px;
}

.legal-content h3 {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: var(--sir-blue);
  margin: 28px 0 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-content p,
.legal-content li {
  font-size: 15px;
  line-height: 1.85;
  color: var(--sir-text-gray);
  margin-bottom: 14px;
}

.legal-content ul {
  margin: 0 0 20px 24px;
  padding: 0;
}

.legal-content li { margin-bottom: 6px; }

.legal-content a {
  color: var(--sir-blue);
  text-decoration: underline;
}

.legal-content strong { color: var(--sir-blue); font-weight: 400; }

.legal-content .legal-meta {
  font-size: 12px;
  color: var(--sir-accent-gray);
  margin-bottom: 56px;
  letter-spacing: 0.05em;
}

/* Property-Grid auf engerem Desktop (≤1280px): 2 Spalten statt 3 */
@media (min-width: 1025px) and (max-width: 1280px) {
  .property-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1024px;
  }
}

@media (max-width: 1024px) {
  .legal-section { padding: 120px 32px 80px; }

  /* Property-Grid auf Tablet: 1-Spalte gestackt (Cascade-Fix:
     components.css lädt nach layout.css, daher müssen Mobile-/Tablet-
     Overrides hier stehen damit sie die Base-Regel beats). */
  .property-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 640px) {
  .legal-section { padding: 100px 20px 64px; }
}
