/*
Theme Name:  Dienersdorf 122
Theme URI:   https://www.dienersdorf122.at
Author:      DI Harald Zisser, BSc & Dana Hauer-Zisser, BA
Author URI:  https://www.dienersdorf122.at
Description: WordPress-Theme für Dienersdorf 122 – Immobilienvermietung. Garagen & Gewerbeobjekte mieten in Kaindorf, Steiermark. Raleway-Schrift, klassisches Layout.
Version:     2.0.0
License:     Private
Text Domain: dienersdorf122
*/

/* ── RESET & BASE ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Raleway', sans-serif;
  background: #fff;
  color: #1C1C1A;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
ul, ol { list-style: none; }

/* ── NAVIGATION ───────────────────────────────────────────── */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  height: 70px;
  transition: box-shadow 0.2s;
}
.site-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }

.site-logo { display: flex; flex-direction: column; gap: 1px; line-height: 1; }
.logo-name  { font-size: 13px; font-weight: 700; color: #1C1C1A; letter-spacing: 0.5px; }
.logo-sub   { font-size: 7px; font-weight: 700; letter-spacing: 3px; color: #6B6B65; }

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 2px;
}
.primary-nav ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #6B6B65;
  padding: 6px 14px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  transition: color 0.15s, background 0.15s;
}
.primary-nav ul li a:hover,
.primary-nav ul li.current-menu-item a,
.primary-nav ul li.current_page_item a { color: #1C1C1A; background: #F4F4F2; }

.header-cta a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  background: #1C1C1A;
  padding: 10px 20px;
  border-radius: 4px;
  transition: background 0.15s;
}
.header-cta a:hover { background: #333; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.hamburger span { display: block; width: 24px; height: 2px; background: #1C1C1A; transition: 0.2s; }

/* ── HERO ─────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 70px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: #1C1C1A;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(28,28,26,0.55) 0%, rgba(28,28,26,0.3) 50%, rgba(28,28,26,0.7) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 2rem 1.5rem;
}
.hero-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.hero-title {
  font-size: clamp(36px, 6vw, 68px);
  font-weight: 700;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}
.hero-subtitle {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  margin-bottom: 2.5rem;
  line-height: 1.7;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 14px 28px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  transition: all 0.15s;
}
.btn-white { background: #fff; color: #1C1C1A; }
.btn-white:hover { background: #E8E8E4; color: #1C1C1A; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.4); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn-dark { background: #1C1C1A; color: #fff; }
.btn-dark:hover { background: #333; color: #fff; }
.btn-outline-dark { background: transparent; color: #1C1C1A; border: 1.5px solid #1C1C1A; }
.btn-outline-dark:hover { background: #1C1C1A; color: #fff; }

/* ── FEATURES STRIP (dark) ────────────────────────────────── */
.features-strip {
  background: #1C1C1A;
  padding: 3rem;
}
.features-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.feature-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.feature-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.feature-icon svg { stroke: rgba(255,255,255,0.5); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.feature-title { font-size: 15px; font-weight: 700; color: #fff; }
.feature-desc  { font-size: 12px; font-weight: 300; color: #6B6B65; line-height: 1.65; }

/* ── SECTION HELPERS ──────────────────────────────────────── */
.section-light { background: #fff; }
.section-cream  { background: #F4F4F2; }
.section-dark  { background: #1C1C1A; }

.section-wrap  { max-width: 1100px; margin: 0 auto; padding: 5rem 2rem; }
.section-wrap-wide { max-width: 1280px; margin: 0 auto; padding: 5rem 2rem; }

.section-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3.5px;
  color: #6B6B65;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.section-eyebrow.light { color: rgba(255,255,255,0.4); }

.section-title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  color: #1C1C1A;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.section-title.light { color: #fff; }

.section-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: #6B6B65;
  line-height: 1.75;
  max-width: 560px;
}
.section-subtitle.light { color: rgba(255,255,255,0.5); }

/* ── INTRO SPLIT (text + image) ───────────────────────────── */
.intro-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.intro-image { border-radius: 8px; overflow: hidden; }
.intro-image img { width: 100%; height: 420px; object-fit: cover; }
.intro-text {}
.intro-text .section-title { margin-bottom: 1.25rem; }
.intro-text p {
  font-size: 14px;
  font-weight: 300;
  color: #6B6B65;
  line-height: 1.85;
  margin-bottom: 1.5rem;
}
.intro-checks { margin: 1.5rem 0 2rem; }
.intro-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 400;
  color: #1C1C1A;
  border-bottom: 1px solid #F4F4F2;
}
.intro-check:last-child { border-bottom: none; }
.check-icon { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; stroke: #1C1C1A; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ── SPECS BAR ────────────────────────────────────────────── */
.specs-bar {
  background: #F4F4F2;
  border-top: 1px solid #E8E8E4;
  border-bottom: 1px solid #E8E8E4;
}
.specs-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 0;
}
.spec-item {
  flex: 1;
  text-align: center;
  padding: 0.75rem 1.5rem;
  border-right: 1px solid #E8E8E4;
}
.spec-item:last-child { border-right: none; }
.spec-value { font-size: 26px; font-weight: 700; color: #1C1C1A; line-height: 1; }
.spec-label { font-size: 9px; font-weight: 700; letter-spacing: 2px; color: #6B6B65; margin-top: 6px; }
.spec-sub   { font-size: 11px; font-weight: 300; color: #B4B2A9; margin-top: 3px; }

/* ── OBJECT CARDS (dark section) ──────────────────────────── */
.projects-section { background: #1C1C1A; }
.projects-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.project-card {
  background: #242422;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.project-card:hover { border-color: rgba(255,255,255,0.18); transform: translateY(-2px); }
.project-card-img {
  position: relative;
  overflow: hidden;
  height: 180px;
  background: #2a2a28;
}
.project-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.project-card:hover .project-card-img img { transform: scale(1.04); }
.project-card-badge {
  position: absolute;
  top: 12px; left: 12px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  background: rgba(28,28,26,0.75);
  border: 0.5px solid rgba(255,255,255,0.15);
  padding: 4px 10px;
  border-radius: 3px;
  backdrop-filter: blur(4px);
}
.project-card-body { padding: 1.25rem 1.25rem 1.5rem; }
.project-card-num {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #6B6B65;
  margin-bottom: 6px;
}
.project-card-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.project-card-desc  { font-size: 12px; font-weight: 300; color: #6B6B65; line-height: 1.6; margin-bottom: 1.25rem; }
.project-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-price { font-size: 16px; font-weight: 700; color: #fff; }
.project-price span { font-size: 10px; font-weight: 300; color: #6B6B65; margin-left: 3px; }
.project-link {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #6B6B65;
  border: 0.5px solid rgba(255,255,255,0.12);
  padding: 5px 12px;
  border-radius: 3px;
  transition: all 0.15s;
}
.project-link:hover { color: #fff; border-color: rgba(255,255,255,0.35); }

.projects-more { text-align: center; margin-top: 3rem; }

/* ── TAGS STRIP (ideal für...) ────────────────────────────── */
.tags-strip {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.tags-label { font-size: 9px; font-weight: 700; letter-spacing: 2px; color: #6B6B65; flex-shrink: 0; }
.tags-list  { display: flex; gap: 8px; flex-wrap: wrap; }
.tag {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.06);
  border: 0.5px solid rgba(255,255,255,0.1);
  padding: 4px 12px;
  border-radius: 3px;
}

/* ── CTA SECTION ──────────────────────────────────────────── */
.cta-section { background: #F4F4F2; }
.cta-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 5rem;
  align-items: center;
}
.cta-text .section-title { margin-bottom: 1rem; }
.cta-text p {
  font-size: 14px;
  font-weight: 300;
  color: #6B6B65;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 420px;
}
.cta-bullets { margin-bottom: 2.5rem; }
.cta-bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  color: #1C1C1A;
  font-weight: 500;
  border-bottom: 1px solid #E8E8E4;
}
.cta-bullet:last-child { border-bottom: none; }
.cta-bullet svg { stroke: #1C1C1A; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.cta-images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cta-img-tall { grid-row: 1 / 3; }
.cta-img-tall img  { width: 100%; height: 360px; object-fit: cover; border-radius: 8px; }
.cta-img-short img { width: 100%; height: 170px; object-fit: cover; border-radius: 8px; }

/* ── CONTACT SECTION ──────────────────────────────────────── */
.contact-section { background: #fff; }
.contact-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.form-card {
  background: #F4F4F2;
  border-radius: 8px;
  padding: 2.5rem;
}
.form-card h2 { font-size: 20px; font-weight: 700; color: #1C1C1A; margin-bottom: 6px; }
.form-card > p { font-size: 13px; font-weight: 300; color: #6B6B65; margin-bottom: 2rem; line-height: 1.65; }
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #6B6B65;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #E8E8E4;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  background: #fff;
  color: #1C1C1A;
  outline: none;
  transition: border 0.15s;
  -webkit-appearance: none;
  appearance: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: #1C1C1A; }
.field textarea { resize: vertical; min-height: 100px; line-height: 1.6; }
.form-submit {
  width: 100%;
  background: #1C1C1A;
  color: #fff;
  border: none;
  padding: 14px;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.15s;
}
.form-submit:hover { background: #333; }
.form-note { font-size: 11px; color: #B4B2A9; margin-top: 12px; line-height: 1.6; }
.form-note a { color: #6B6B65; text-decoration: underline; }
.form-notice { padding: 12px 16px; border-radius: 4px; font-size: 12px; font-weight: 700; margin-bottom: 16px; }
.form-notice.success { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.form-notice.error   { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

.contact-info {}
.contact-info h2 { font-size: 20px; font-weight: 700; color: #1C1C1A; margin-bottom: 6px; }
.contact-info > p { font-size: 13px; font-weight: 300; color: #6B6B65; margin-bottom: 2rem; line-height: 1.65; }
.info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #F4F4F2;
}
.info-row:last-child { border-bottom: none; }
.info-icon {
  width: 36px; height: 36px;
  background: #F4F4F2;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.info-icon svg { stroke: #1C1C1A; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.info-label { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; color: #B4B2A9; margin-bottom: 4px; text-transform: uppercase; }
.info-val { font-size: 13px; color: #1C1C1A; font-weight: 400; line-height: 1.65; }
.info-val a { color: #1C1C1A; }

/* ── GARAGE DETAIL PAGE ───────────────────────────────────── */
.detail-hero-section {
  background: #1C1C1A;
  padding: 8rem 2rem 4rem;
  position: relative;
}
.detail-hero-section .hero-bg img { opacity: 0.25; }
.detail-hero-content { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #6B6B65;
  margin-bottom: 2rem;
}
.breadcrumb a { color: #6B6B65; transition: color 0.15s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: #6B6B65; }
.detail-obj-num { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; color: #6B6B65; margin-bottom: 0.5rem; }
.detail-obj-title { font-size: clamp(24px, 4vw, 42px); font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.detail-obj-sub { font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #6B6B65; margin-bottom: 2.5rem; }
.detail-specs-row { display: flex; gap: 3rem; flex-wrap: wrap; }
.detail-spec { display: flex; flex-direction: column; gap: 5px; }
.detail-spec-label { font-size: 9px; font-weight: 700; letter-spacing: 2px; color: #6B6B65; }
.detail-spec-val { font-size: 15px; font-weight: 700; color: #fff; }
.detail-spec-val.muted { color: #6B6B65; }

.detail-body { max-width: 1100px; margin: 0 auto; padding: 3rem 2rem 5rem; display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem; align-items: start; }
.detail-main {}
.feats-card { background: #fff; border: 1px solid #E8E8E4; border-radius: 8px; padding: 2rem; margin-bottom: 1.5rem; }
.feats-card h3 { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; color: #6B6B65; margin-bottom: 1.25rem; text-transform: uppercase; }
.feat-row { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid #F4F4F2; font-size: 13px; color: #1C1C1A; line-height: 1.5; }
.feat-row:last-child { border-bottom: none; padding-bottom: 0; }
.feat-icon { width: 16px; height: 16px; stroke: #1C1C1A; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 2px; }
.desc-block { padding-top: 1.5rem; margin-top: 1.5rem; border-top: 1px solid #F4F4F2; }
.desc-block h3 { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; color: #6B6B65; margin-bottom: 0.75rem; text-transform: uppercase; }
.desc-block p { font-size: 13px; color: #1C1C1A; line-height: 1.85; font-weight: 300; }
.torblock { background: #F4F4F2; border-radius: 6px; padding: 1.25rem 1.5rem; margin-top: 1.5rem; display: flex; gap: 2rem; flex-wrap: wrap; }
.torblock-item { display: flex; flex-direction: column; gap: 4px; }
.torblock-label { font-size: 9px; letter-spacing: 1.5px; color: #6B6B65; font-weight: 700; }
.torblock-val { font-size: 18px; font-weight: 700; color: #1C1C1A; }
.torblock-sub { font-size: 11px; color: #B4B2A9; font-weight: 300; }
.detail-fotos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border-radius: 8px; overflow: hidden; }
.detail-fotos img { width: 100%; height: 160px; object-fit: cover; }
.detail-fotos .full { grid-column: 1 / -1; height: 220px; }

.detail-sidebar {}
.sidebar-card { background: #1C1C1A; border-radius: 8px; padding: 1.75rem; position: sticky; top: 90px; }
.sidebar-logo { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 1.5rem; }
.sidebar-logo-mark { width: 44px; height: 44px; background: #fff; border-radius: 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 0.75rem; }
.sidebar-logo-d { font-size: 18px; font-weight: 700; color: #1C1C1A; line-height: 1; }
.sidebar-logo-n { font-size: 7px; color: #6B6B65; letter-spacing: 1.5px; font-weight: 700; }
.sidebar-label { font-size: 9px; letter-spacing: 2px; color: #6B6B65; font-weight: 700; margin-bottom: 1.25rem; }
.sidebar-row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 12px; color: #B4B2A9; }
.sidebar-row:last-of-type { border-bottom: none; }
.sidebar-row svg { stroke: #6B6B65; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.sidebar-row a { color: #B4B2A9; }
.sidebar-owner { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.05); }
.sidebar-owner-label { font-size: 9px; letter-spacing: 2px; color: #6B6B65; font-weight: 700; margin-bottom: 8px; }
.sidebar-owner-text { font-size: 12px; color: #B4B2A9; font-weight: 300; line-height: 1.75; }
.avail-badge { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; padding: 9px 12px; margin-top: 1.25rem; font-size: 11px; color: #E8E8E4; font-weight: 700; text-align: center; letter-spacing: 0.5px; }
.sidebar-anfrage { display: block; width: 100%; background: #fff; color: #1C1C1A; font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-align: center; padding: 13px; border-radius: 4px; margin-top: 1rem; border: none; cursor: pointer; transition: background 0.15s; }
.sidebar-anfrage:hover { background: #E8E8E4; color: #1C1C1A; }
.kein-makler { font-size: 10px; color: #6B6B65; text-align: center; margin-top: 10px; line-height: 1.6; }
.price-card { background: #F4F4F2; border-radius: 8px; padding: 1.25rem; margin-top: 1rem; }
.price-card-label { font-size: 9px; letter-spacing: 2px; color: #6B6B65; font-weight: 700; margin-bottom: 8px; }
.price-main { font-size: 30px; font-weight: 700; color: #1C1C1A; line-height: 1; }
.price-unit { font-size: 12px; color: #6B6B65; font-weight: 300; margin-top: 5px; }
.price-note { font-size: 11px; color: #B4B2A9; line-height: 1.5; margin-top: 8px; padding-top: 10px; border-top: 1px solid #E8E8E4; }

/* ── PAGE HERO ────────────────────────────────────────────── */
.page-hero { background: #1C1C1A; padding: 9rem 2rem 4rem; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.page-hero-eyebrow { font-size: 9px; font-weight: 700; letter-spacing: 3.5px; color: #6B6B65; margin-bottom: 0.75rem; }
.page-hero-title { font-size: clamp(28px, 4vw, 48px); font-weight: 700; color: #fff; margin-bottom: 1rem; }
.page-hero-desc { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.75; max-width: 540px; }

/* ── OBJEKTE PAGE ─────────────────────────────────────────── */
.objekte-grid-section { max-width: 1100px; margin: 0 auto; padding: 3.5rem 2rem 5rem; }

/* ── LEGAL ────────────────────────────────────────────────── */
.legal-section { max-width: 720px; margin: 0 auto; padding: 4rem 2rem 5rem; }
.legal-card { background: #fff; border: 1px solid #E8E8E4; border-radius: 8px; padding: 2.5rem; }
.legal-heading { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; color: #6B6B65; margin-bottom: 0.75rem; margin-top: 2rem; text-transform: uppercase; }
.legal-heading:first-child { margin-top: 0; }
.legal-text { font-size: 13px; color: #1C1C1A; line-height: 1.9; font-weight: 300; }
.legal-text a { color: #1C1C1A; text-decoration: underline; }

/* ── FOOTER ───────────────────────────────────────────────── */
.site-footer { background: #1C1C1A; }
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem 2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
}
.footer-brand {}
.footer-logo { display: flex; flex-direction: column; gap: 3px; margin-bottom: 1rem; }
.footer-logo-name { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 0.5px; }
.footer-logo-sub  { font-size: 7px; font-weight: 700; letter-spacing: 3px; color: #6B6B65; }
.footer-addr { font-size: 12px; font-weight: 300; color: #6B6B65; line-height: 1.75; }
.footer-addr a { color: #6B6B65; transition: color 0.15s; }
.footer-addr a:hover { color: #fff; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem; }
.footer-links a { font-size: 11px; font-weight: 700; color: #6B6B65; letter-spacing: 0.5px; transition: color 0.15s; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-copy { font-size: 10px; color: #6B6B65; font-weight: 400; letter-spacing: 0.5px; }

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .intro-split  { grid-template-columns: 1fr; gap: 2.5rem; }
  .intro-image  { order: -1; }
  .intro-image img { height: 300px; }
  .cta-split    { grid-template-columns: 1fr; gap: 2.5rem; }
  .cta-img-tall img { height: 250px; }
  .cta-img-short img { height: 120px; }
  .detail-body  { grid-template-columns: 1fr; }
  .contact-split { grid-template-columns: 1fr; }
  .footer-inner  { grid-template-columns: 1fr; }
  .footer-links  { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 768px) {
  .site-header { padding: 0 1.25rem; }
  .primary-nav, .header-cta { display: none; }
  .primary-nav.is-open { display: block; position: absolute; top: 70px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #E8E8E4; padding: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .primary-nav.is-open ul { flex-direction: column; gap: 2px; }
  .primary-nav.is-open ul li a { padding: 10px 16px; }
  .hamburger { display: flex; }

  .hero { min-height: 80vh; }
  .hero-title { font-size: 32px; }
  .features-strip { padding: 2rem 1.25rem; }
  .features-strip-inner { grid-template-columns: 1fr; gap: 2rem; }
  .section-wrap, .section-wrap-wide { padding: 3.5rem 1.25rem; }
  .specs-bar-inner { flex-direction: column; gap: 1rem; }
  .spec-item { border-right: none; border-bottom: 1px solid #E8E8E4; padding: 0.75rem 0; text-align: left; }
  .spec-item:last-child { border-bottom: none; }
  .projects-grid { grid-template-columns: 1fr; }
  .cta-images { grid-template-columns: 1fr; }
  .cta-img-tall { grid-row: auto; }
  .cta-img-tall img, .cta-img-short img { height: 220px; }
  .page-hero { padding: 8rem 1.25rem 3rem; }
  .objekte-grid-section { padding: 2rem 1.25rem 3.5rem; }
  .legal-section { padding: 2rem 1.25rem 3rem; }
  .detail-hero-section { padding: 8rem 1.25rem 3rem; }
  .detail-body { padding: 2rem 1.25rem 3rem; }
  .footer-inner { padding: 2rem 1.25rem 1.5rem; }
  .footer-bottom { padding: 1rem 1.25rem; }
}
@media (max-width: 500px) {
  .projects-grid { grid-template-columns: 1fr; }
}
