/* ============================================================
   Standortwelten — Immobilienservice Patrick Atzor
   Gemeinsame Bausteine für Standortauswahl, Standort-Menü und die
   Standortseiten /fulda/ und /travemuende/. Baut auf dem bestehenden
   Design auf (Playfair Display, Inter, dunkle Grundflächen) und hat
   für den hellen Modus eigene Regeln (theme.css lädt nur im hellen Modus).
   ============================================================ */

/* ---------- Sanfter Seitenwechsel (nur wo der Browser es kann) ---------- */
@media (prefers-reduced-motion: no-preference) {
  @view-transition { navigation: auto; }
  ::view-transition-old(root), ::view-transition-new(root) { animation-duration: .28s; }
}

/* ---------- Standort-Menü in der Navigation ---------- */
.st-dd { position: relative; }
.st-dd__btn { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; cursor: pointer; font-family: inherit; line-height: inherit; }
.st-dd__btn svg { width: 10px; height: 10px; transition: transform .3s ease; }
.st-dd.is-open .st-dd__btn svg { transform: rotate(180deg); }
.st-dd__menu { position: absolute; top: calc(100% + 18px); left: 50%; transform: translate(-50%, 6px); width: 400px; padding: 8px; border-radius: 18px; background: rgba(20,20,24,.97); border: 1px solid rgba(255,255,255,.09); box-shadow: 0 20px 60px rgba(0,0,0,.45); opacity: 0; visibility: hidden; transition: opacity .25s ease, transform .3s cubic-bezier(.16,1,.3,1), visibility 0s .3s; z-index: 60; }
.st-dd__menu::before { content: ""; position: absolute; top: -18px; left: 0; right: 0; height: 18px; }
.st-dd.is-open .st-dd__menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); transition: opacity .25s ease, transform .3s cubic-bezier(.16,1,.3,1); }
@media (hover: hover) { .st-dd:hover .st-dd__menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); transition: opacity .25s ease, transform .3s cubic-bezier(.16,1,.3,1); } }
.st-dd__item { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 12px; color: rgba(255,255,255,.85); text-decoration: none; transition: background .2s; }
.st-dd__item:hover, .st-dd__item:focus-visible { background: rgba(255,255,255,.06); outline: none; }
.st-dd__item img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; flex: none; }
.st-dd__item b { display: block; font-size: 13px; font-weight: 600; letter-spacing: 0; text-transform: none; color: #fff; }
.st-dd__item span { display: block; font-size: 12px; letter-spacing: 0; text-transform: none; color: rgba(255,255,255,.5); margin-top: 2px; }
.st-dd__item > span:not(.st-dd__mark) { white-space: nowrap; }
.st-dd__item[aria-current="page"] { background: rgba(0,20,137,.25); }
.st-dd__item .st-dd__mark { margin-left: auto; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #94a8cc; white-space: nowrap; }
@media (min-width: 1024px) and (max-width: 1279px) { .nav-wrap .lg\:flex.gap-8 { gap: 1.35rem; } .nav-wrap .nav-link { letter-spacing: .14em; } }

/* Mobiles Menü: Standortzeile */
.st-mobile { display: flex; gap: 10px; }
.st-mobile a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 100px; border: 1px solid rgba(255,255,255,.12); font-size: 13px; color: rgba(255,255,255,.75); letter-spacing: .02em; }
.st-mobile a[aria-current="page"] { background: rgba(0,20,137,.35); border-color: rgba(0,20,137,.5); color: #fff; }
.st-mobile-wrap { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.st-mobile-label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.35); }

/* ---------- Standortauswahl auf der Startseite ---------- */
.st-choose { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .st-choose { grid-template-columns: 1fr 1fr; gap: 20px; } }
.st-panel { position: relative; display: flex; align-items: flex-end; min-height: 340px; border-radius: 24px; overflow: hidden; isolation: isolate; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.08); transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s ease, filter .5s ease; }
@media (min-width: 768px) { .st-panel { min-height: 480px; } }
@media (min-width: 1100px) { .st-panel { min-height: 540px; } }
.st-panel__img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.st-panel::before { content: ""; position: absolute; inset: 0; z-index: -1; transition: opacity .5s ease; }
.st-panel--fulda::before { background: linear-gradient(0deg, rgba(10,10,16,.94) 0%, rgba(10,10,16,.55) 45%, rgba(10,10,16,.15) 100%); }
.st-panel--trave::before { background: linear-gradient(0deg, rgba(10,24,34,.9) 0%, rgba(10,24,34,.45) 45%, rgba(10,24,34,.05) 100%); }
.st-panel__body { width: 100%; padding: 28px; }
@media (min-width: 1024px) { .st-panel__body { padding: 40px; } }
.st-panel__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.st-panel__eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: #4d6fff; box-shadow: 0 0 8px rgba(77,111,255,.8); }
.st-panel--trave .st-panel__eyebrow i { background: #8fc1d4; box-shadow: 0 0 8px rgba(143,193,212,.8); }
.st-panel__title { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.02; margin: 12px 0 10px; }
.st-panel__sub { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.55; max-width: 26rem; }
.st-panel__places { margin-top: 14px; font-size: 12px; letter-spacing: .04em; color: rgba(255,255,255,.5); }
.st-panel__cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 12px 22px; border-radius: 100px; background: rgba(255,255,255,.95); color: #15151c; font-size: 13px; font-weight: 600; transition: background .3s, gap .4s cubic-bezier(.16,1,.3,1); }
.st-panel__cta svg { width: 16px; height: 16px; transition: transform .4s cubic-bezier(.16,1,.3,1); }
.st-panel__badge { position: absolute; top: 18px; right: 18px; padding: 6px 12px; border-radius: 100px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); font-size: 11px; letter-spacing: .04em; color: #fff; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
@media (hover: hover) {
  .st-panel:hover { transform: translateY(-4px); box-shadow: 0 30px 70px rgba(0,0,0,.35); }
  .st-panel:hover .st-panel__img { transform: scale(1.07); }
  .st-panel:hover .st-panel__cta svg { transform: translateX(4px); }
  .st-choose:hover .st-panel:not(:hover) { filter: saturate(.7) brightness(.85); }
}
.st-panel:focus-visible { outline: 2px solid #94a8cc; outline-offset: 4px; }

/* ---------- Gemeinsame Bausteine der Standortseiten ---------- */
.st-page .st-sec { position: relative; padding: 88px 0; }
@media (min-width: 1024px) { .st-page .st-sec { padding: 120px 0; } }
.st-wrap { max-width: 80rem; margin: 0 auto; padding: 0 24px; }
@media (min-width: 1024px) { .st-wrap { padding: 0 32px; } }
.st-head { max-width: 46rem; margin-bottom: 44px; }
.st-h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; color: #fff; margin-top: 14px; }
.st-lead { color: rgba(255,255,255,.55); font-size: 1.0625rem; line-height: 1.7; margin-top: 16px; font-weight: 300; }
.st-switch { display: inline-flex; align-items: center; gap: 10px; padding: 8px 8px 8px 14px; border-radius: 100px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); color: rgba(255,255,255,.7); font-size: 12px; text-decoration: none; transition: border-color .3s, color .3s; }
.st-switch img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.st-switch:hover { color: #fff; border-color: rgba(255,255,255,.28); }
.st-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 26px; }
.st-crumbs a:hover { color: #fff; }

/* Hero Fulda: vollflächiges Bild, kräftig */
.st-hero--fulda { position: relative; min-height: 88vh; display: flex; align-items: flex-end; overflow: hidden; background: #111116; }
.st-hero--fulda .st-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 40% 40%; animation: stKen 16s ease-out both; }
.st-hero--fulda .st-hero__shade { position: absolute; inset: 0; background: linear-gradient(0deg, #1a1a1f 0%, rgba(17,17,22,.82) 32%, rgba(17,17,22,.35) 65%, rgba(17,17,22,.55) 100%), linear-gradient(90deg, rgba(17,17,22,.7) 0%, rgba(17,17,22,0) 65%); }
.st-hero__in { position: relative; width: 100%; padding: 160px 0 72px; }
@media (min-width: 1024px) { .st-hero__in { padding-bottom: 96px; } }
.st-hero__h1 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 1.02; color: #fff; margin: 18px 0 20px; max-width: 15ch; }
.st-hero__lead { color: rgba(255,255,255,.62); font-size: 1.125rem; line-height: 1.65; max-width: 38rem; font-weight: 300; }
.st-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.st-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.st-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,.55); }
.st-tag svg { width: 16px; height: 16px; color: #7089b8; flex: none; }
@keyframes stKen { from { transform: scale(1.1); } to { transform: scale(1.0); } }
@media (prefers-reduced-motion: reduce) { .st-hero__img { animation: none !important; } }

/* Hero Travemünde: geteilt, hell und luftig */
.st-hero--trave { position: relative; overflow: hidden; padding: 150px 0 90px; }
.st-hero--trave .st-hero__grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 1024px) { .st-hero--trave .st-hero__grid { grid-template-columns: 1.05fr .95fr; gap: 64px; } .st-hero--trave { padding: 180px 0 120px; } }
.st-hero__frame { position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 4 / 3; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.st-hero__frame img { width: 100%; height: 100%; object-fit: cover; animation: stKen 16s ease-out both; }
.st-hero__frame figcaption { position: absolute; left: 14px; bottom: 14px; padding: 5px 10px; border-radius: 8px; background: rgba(10,24,34,.55); color: #fff; font-size: 11px; }
.st-hero--trave .st-hero__h1 { max-width: 16ch; }

/* Kacheln für Leistungen und Themen */
.st-tiles { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .st-tiles { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .st-tiles--3 { grid-template-columns: repeat(3, 1fr); } }
.st-tile { display: flex; flex-direction: column; gap: 10px; padding: 26px; border-radius: 20px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); color: inherit; text-decoration: none; transition: transform .45s cubic-bezier(.16,1,.3,1), border-color .3s, background .3s; }
a.st-tile:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.05); }
.st-tile__icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(0,20,137,.22); border: 1px solid rgba(0,20,137,.35); color: #94a8cc; }
.st-tile__icon svg { width: 20px; height: 20px; }
.st-tile h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.3rem; font-weight: 600; color: #fff; }
.st-tile p { color: rgba(255,255,255,.5); font-size: .9375rem; line-height: 1.6; }
.st-tile__more { margin-top: auto; padding-top: 6px; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #94a8cc; }
.st-tile__more svg { width: 14px; height: 14px; transition: transform .3s; }
a.st-tile:hover .st-tile__more svg { transform: translateX(4px); }

/* Orte in der Region */
.st-places { display: flex; flex-wrap: wrap; gap: 10px; }
.st-place { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 100px; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.8); font-size: 14px; text-decoration: none; transition: background .25s, border-color .25s, color .25s; }
a.st-place:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.25); color: #fff; }
span.st-place { color: rgba(255,255,255,.5); border-style: dashed; }
.st-place svg { width: 14px; height: 14px; opacity: .6; }

/* Ablauf */
.st-steps { display: grid; grid-template-columns: 1fr; gap: 14px; counter-reset: st; }
@media (min-width: 768px) { .st-steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .st-steps { grid-template-columns: repeat(4, 1fr); } }
.st-step { padding: 24px; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.025); }
.st-step__no { font-family: 'Playfair Display', Georgia, serif; font-size: 2rem; color: #7089b8; line-height: 1; }
.st-step h3 { color: #fff; font-weight: 600; margin: 12px 0 6px; }
.st-step p { color: rgba(255,255,255,.5); font-size: .9375rem; line-height: 1.6; }

/* Büro und Ansprechpartner */
.st-office { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
@media (min-width: 1024px) { .st-office { grid-template-columns: .8fr 1.2fr; gap: 56px; } }
.st-office__img { border-radius: 24px; overflow: hidden; aspect-ratio: 4 / 5; max-width: 420px; }
.st-office__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.st-facts { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
@media (min-width: 640px) { .st-facts { grid-template-columns: 1fr 1fr; } }
.st-fact { padding: 18px 20px; border-radius: 14px; background: #212127; border: 1px solid rgba(255,255,255,.08); }
.st-fact small { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #7089b8; margin-bottom: 6px; }
.st-fact b, .st-fact a { color: #fff; font-weight: 500; font-size: .95rem; line-height: 1.5; }

/* Stimmen */
.st-quotes { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 900px) { .st-quotes { grid-template-columns: repeat(3, 1fr); } }
.st-quote { padding: 26px; border-radius: 20px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; gap: 16px; }
.st-quote blockquote { color: rgba(255,255,255,.75); font-size: .95rem; line-height: 1.7; margin: 0; }
.st-quote figcaption { margin-top: auto; font-size: 13px; color: rgba(255,255,255,.45); }
.st-quote figcaption b { color: #fff; font-weight: 600; }
.st-stars { color: #fbbf24; letter-spacing: 2px; font-size: 14px; }

/* Objektkarten (Aufbau wie auf der Angebotsseite) */
.st-listings { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 768px) { .st-listings { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .st-listings { grid-template-columns: repeat(3, 1fr); } }
.st-page .property-card { display: block; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; overflow: hidden; transition: all .5s cubic-bezier(.16,1,.3,1); text-decoration: none; color: inherit; }
.st-page .property-card:hover { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); transform: translateY(-6px); box-shadow: 0 25px 60px rgba(0,0,0,.4); }
.st-page .prop-img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.st-page .property-card:hover .prop-img { transform: scale(1.06); }
.st-page .prop-badge { background: linear-gradient(135deg,#001489,#1a2fa3); color: #fff; font-size: .65rem; font-weight: 700; padding: 5px 12px; border-radius: 8px; text-transform: uppercase; letter-spacing: .1em; }
.st-page .prop-badge--amber { background: linear-gradient(135deg,#d97706,#f59e0b); }
.st-page .prop-price-tag { background: rgba(17,17,20,.75); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.08); padding: 6px 14px; border-radius: 10px; font-size: .85rem; font-weight: 600; color: #fff; font-family: 'Playfair Display', serif; }
.st-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #212127; }
.st-card__body { padding: 22px; }
.st-card__loc { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 8px; }
.st-card__title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 600; color: #fff; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.st-card__facts { display: flex; gap: 16px; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.06); font-size: 12px; color: rgba(255,255,255,.5); }
.st-hint { justify-content: center; padding: 34px; }
.st-hint h3 { font-size: 1.6rem; }
@media (min-width: 1100px) { .st-hint--wide { grid-column: span 2; padding: 48px; } .st-hint--wide p { max-width: 30rem; } }
.st-empty { padding: 28px; border-radius: 20px; border: 1px dashed rgba(255,255,255,.18); color: rgba(255,255,255,.6); }
.st-empty b { color: #fff; }
.st-sk { border-radius: 16px; background: linear-gradient(100deg, rgba(255,255,255,.04) 30%, rgba(255,255,255,.08) 50%, rgba(255,255,255,.04) 70%) 0 0 / 300% 100%; animation: stSk 1.4s linear infinite; aspect-ratio: 4 / 4.2; }
@keyframes stSk { to { background-position: -150% 0; } }

/* Bewertungs-Aufruf */
.st-cta { position: relative; overflow: hidden; border-radius: 28px; padding: 44px 28px; text-align: center; background: linear-gradient(135deg, rgba(0,20,137,.35), rgba(17,17,22,.2)); border: 1px solid rgba(255,255,255,.1); }
@media (min-width: 1024px) { .st-cta { padding: 72px 56px; } }
.st-cta h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: clamp(1.9rem, 3.6vw, 2.8rem); color: #fff; line-height: 1.1; }
.st-cta p { color: rgba(255,255,255,.6); max-width: 36rem; margin: 14px auto 28px; line-height: 1.65; }

/* ---------- Fulda: Grundflächen (Original-Anthrazit) ---------- */
.st-fulda { background: #1a1a1f; }
.st-fulda .st-sec--a { background: #1a1a1f; }
.st-fulda .st-sec--b { background: #212127; }

/* ---------- Travemünde: heller, luftiger, maritimer ---------- */
.st-trave { background: #16212b; }
.st-trave .st-sec--a { background: #16212b; }
.st-trave .st-sec--b { background: #1c2934; }
.st-trave .section-label { color: #8fc1d4; }
.st-trave .gradient-text { background: linear-gradient(135deg, rgba(255,255,255,.7) 0%, #fff 40%, #a9d4e3 85%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.st-trave .st-tile__icon { background: rgba(143,193,212,.12); border-color: rgba(143,193,212,.28); color: #a9d4e3; }
.st-trave .st-tile__more, .st-trave .st-step__no, .st-trave .st-fact small { color: #8fc1d4; }
.st-trave .st-tag svg { color: #8fc1d4; }
.st-trave .st-fact { background: #1f2d39; }
.st-trave .st-hero--trave { background: radial-gradient(ellipse 80% 70% at 85% 30%, rgba(143,193,212,.14) 0%, transparent 60%), #16212b; }
.st-trave .st-cta { background: linear-gradient(135deg, rgba(143,193,212,.16), rgba(0,20,137,.22)); }
.st-trave .st-sec { padding-top: 104px; padding-bottom: 104px; }
@media (min-width: 1024px) { .st-trave .st-sec { padding-top: 140px; padding-bottom: 140px; } }

/* ============================================================
   Heller Modus (theme.js setzt data-theme="light" auf <html>)
   ============================================================ */
html[data-theme="light"] .st-dd__menu { background: rgba(255,255,255,.98); border-color: rgba(0,0,0,.08); box-shadow: 0 20px 60px rgba(0,0,0,.12); }
html[data-theme="light"] .st-dd__item { color: #1a1a2e; }
html[data-theme="light"] .st-dd__item b { color: #1a1a2e; }
html[data-theme="light"] .st-dd__item span { color: rgba(26,26,46,.55); }
html[data-theme="light"] .st-dd__item:hover { background: rgba(0,20,137,.05); }
html[data-theme="light"] .st-dd__item[aria-current="page"] { background: rgba(0,20,137,.08); }
html[data-theme="light"] .st-dd__item .st-dd__mark { color: #1a3adc; }
html[data-theme="light"] .st-mobile a { color: rgba(26,26,46,.75) !important; border-color: rgba(0,0,0,.12); }
html[data-theme="light"] .st-mobile a[aria-current="page"] { background: #001489; color: #fff !important; }
html[data-theme="light"] .st-mobile-label { color: rgba(26,26,46,.5); }

/* Standortauswahl: helle Bildverläufe, dunkle Schrift */
/* Standortwahl der Startseite: heller Grund wie der frühere Standortabschnitt (theme.css kennt #161619 nicht) */
html[data-theme="light"]:not(#_z):not(#_z):not(#_z) section#standortwahl { background: #f2f2f6 !important; }
html[data-theme="light"] .st-panel { border-color: rgba(0,0,0,.06); color: #1a1a2e; }
html[data-theme="light"] .st-panel--fulda::before { background: linear-gradient(0deg, rgba(248,248,250,.97) 0%, rgba(248,248,250,.88) 46%, rgba(248,248,250,.1) 78%); }
html[data-theme="light"] .st-panel--trave::before { background: linear-gradient(0deg, rgba(244,249,251,.97) 0%, rgba(244,249,251,.88) 46%, rgba(244,249,251,.08) 78%); }
html[data-theme="light"] .st-panel__eyebrow { color: rgba(26,26,46,.6); }
html[data-theme="light"] .st-panel__title { color: #1a1a2e !important; }
html[data-theme="light"] .st-panel__sub { color: rgba(26,26,46,.7) !important; }
html[data-theme="light"] .st-panel__places { color: rgba(26,26,46,.55); }
html[data-theme="light"] .st-panel__cta { background: #001489; color: #fff; }
html[data-theme="light"] .st-panel__badge { background: rgba(255,255,255,.9); color: #1a1a2e; border-color: rgba(0,0,0,.08); }
@media (hover: hover) { html[data-theme="light"] .st-panel:hover { box-shadow: 0 30px 70px rgba(0,0,0,.12); } }

/* Standortseiten: gemeinsame Bausteine */
html[data-theme="light"] .st-page .st-h2, html[data-theme="light"] .st-page .st-hero__h1, html[data-theme="light"] .st-page .st-tile h3,
html[data-theme="light"] .st-page .st-step h3, html[data-theme="light"] .st-page .st-card__title, html[data-theme="light"] .st-page .st-cta h2,
html[data-theme="light"] .st-page .st-quote figcaption b, html[data-theme="light"] .st-page .st-empty b { color: #1a1a2e !important; }
html[data-theme="light"] .st-page .st-lead, html[data-theme="light"] .st-page .st-hero__lead, html[data-theme="light"] .st-page .st-tile p,
html[data-theme="light"] .st-page .st-step p, html[data-theme="light"] .st-page .st-cta p, html[data-theme="light"] .st-page .st-quote blockquote,
html[data-theme="light"] .st-page .st-empty { color: rgba(26,26,46,.68) !important; }
html[data-theme="light"] .st-page .st-tag, html[data-theme="light"] .st-page .st-card__loc, html[data-theme="light"] .st-page .st-card__facts,
html[data-theme="light"] .st-page .st-quote figcaption, html[data-theme="light"] .st-page .st-crumbs { color: rgba(26,26,46,.58) !important; }
html[data-theme="light"] .st-page .st-crumbs a { color: rgba(26,26,46,.7) !important; }
html[data-theme="light"] .st-page .st-tile, html[data-theme="light"] .st-page .st-step, html[data-theme="light"] .st-page .st-quote,
html[data-theme="light"] .st-page .property-card { background: #fff !important; border-color: rgba(0,0,0,.07) !important; box-shadow: 0 4px 20px rgba(0,0,0,.04); }
html[data-theme="light"] .st-page a.st-tile:hover, html[data-theme="light"] .st-page .property-card:hover { box-shadow: 0 18px 44px rgba(0,0,0,.09) !important; }
html[data-theme="light"] .st-page .st-tile__icon { background: rgba(0,20,137,.06); border-color: rgba(0,20,137,.14); color: #001489; }
html[data-theme="light"] .st-page .st-tile__more { color: #1a3adc; }
html[data-theme="light"] .st-page .st-step__no, html[data-theme="light"] .st-page .st-tag svg { color: #1a3adc; }
html[data-theme="light"] .st-page .st-place { color: rgba(26,26,46,.8) !important; border-color: rgba(0,0,0,.14); }
html[data-theme="light"] .st-page a.st-place:hover { background: rgba(0,20,137,.05); border-color: rgba(0,20,137,.3); color: #001489 !important; }
html[data-theme="light"] .st-page span.st-place { color: rgba(26,26,46,.55) !important; }
html[data-theme="light"] .st-page .st-fact { background: #fff; border-color: rgba(0,0,0,.07); }
html[data-theme="light"] .st-page .st-fact small { color: #1a3adc; }
html[data-theme="light"] .st-page .st-fact b, html[data-theme="light"] .st-page .st-fact a { color: #1a1a2e !important; }
html[data-theme="light"] .st-page .st-switch { color: rgba(26,26,46,.75) !important; border-color: rgba(0,0,0,.12); background: rgba(255,255,255,.7); }
html[data-theme="light"] .st-page .st-switch:hover { color: #001489 !important; border-color: rgba(0,20,137,.3); }
html[data-theme="light"] .st-page .st-hero__meta { border-color: rgba(0,0,0,.08); }
html[data-theme="light"] .st-page .st-card__media { background: #eceef3; }
html[data-theme="light"] .st-page .st-card__facts { border-color: rgba(0,0,0,.07); }
html[data-theme="light"] .st-page .prop-price-tag { background: rgba(255,255,255,.92); color: #1a1a2e; border-color: rgba(0,0,0,.06); }
html[data-theme="light"] .st-page .st-empty { border-color: rgba(0,0,0,.16); }
html[data-theme="light"] .st-page .st-sk { background: linear-gradient(100deg, #eceef3 30%, #f6f7fa 50%, #eceef3 70%) 0 0 / 300% 100%; }
html[data-theme="light"] .st-page .st-hero__frame figcaption { background: rgba(255,255,255,.88); color: #1a1a2e; }

/* Fulda hell: kräftiges Weiß-Grau, Bild mit hellem Schleier */
html[data-theme="light"] body.st-fulda, html[data-theme="light"] .st-fulda .st-sec--a { background: #f8f8fa !important; }
html[data-theme="light"] .st-fulda .st-sec--b { background: #eef0f5 !important; }
html[data-theme="light"] .st-hero--fulda { background: #f3f4f8 !important; }
html[data-theme="light"] .st-hero--fulda .st-hero__shade { background: linear-gradient(0deg, #f8f8fa 0%, rgba(248,248,250,.9) 34%, rgba(248,248,250,.55) 66%, rgba(248,248,250,.75) 100%), linear-gradient(90deg, rgba(248,248,250,.85) 0%, rgba(248,248,250,0) 70%) !important; }
html[data-theme="light"] .st-fulda .st-cta { background: linear-gradient(135deg, rgba(0,20,137,.08), rgba(0,20,137,.02)) !important; border-color: rgba(0,20,137,.12) !important; }

/* Travemünde hell: luftiges Blau-Weiß */
html[data-theme="light"] body.st-trave, html[data-theme="light"] .st-trave .st-sec--a { background: #f6fafc !important; }
html[data-theme="light"] .st-trave .st-sec--b { background: #ebf3f7 !important; }
html[data-theme="light"] .st-trave .st-hero--trave { background: radial-gradient(ellipse 80% 70% at 85% 30%, rgba(143,193,212,.28) 0%, transparent 60%), #f6fafc !important; }
html[data-theme="light"] .st-trave .section-label { color: #2b6f8f !important; }
html[data-theme="light"] .st-trave .gradient-text { background: linear-gradient(135deg, #0b3a5a 0%, #2b6f8f 55%, #3f8fb0 100%) !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; }
html[data-theme="light"] .st-trave .st-tile__icon { background: rgba(43,111,143,.08); border-color: rgba(43,111,143,.2); color: #2b6f8f; }
html[data-theme="light"] .st-trave .st-tile__more, html[data-theme="light"] .st-trave .st-step__no, html[data-theme="light"] .st-trave .st-fact small, html[data-theme="light"] .st-trave .st-tag svg { color: #2b6f8f !important; }
html[data-theme="light"] .st-trave .st-cta { background: linear-gradient(135deg, rgba(143,193,212,.28), rgba(255,255,255,.6)) !important; border-color: rgba(43,111,143,.16) !important; }
html[data-theme="light"] .st-trave .st-hero__frame { box-shadow: 0 30px 80px rgba(11,58,90,.16); }
html[data-theme="light"] .st-page .st-stars { color: #c98a00; }
.st-panel--trave .st-panel__img { object-position: 72% 60%; }
