/*
Theme Name: Urbanek Makler
Theme URI: https://www.urbanek-makler.at
Author: Urbanek Makler
Description: Maßgeschneidertes Theme für Urbanek Makler — Immobilien in Wien und Umgebung. Design: Claude Design v2 (August 2026).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietär — nur für urbanek-makler.at
Text Domain: urbanek-makler
*/

/* ===== Fonts (lokal, DSGVO-konform — keine Google-Server) ===== */
@font-face { font-family: 'Marcellus'; font-style: normal; font-weight: 400; font-display: swap; src: url('assets/fonts/marcellus-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 200; font-display: swap; src: url('assets/fonts/jost-latin-200-normal.woff2') format('woff2'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 300; font-display: swap; src: url('assets/fonts/jost-latin-300-normal.woff2') format('woff2'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 400; font-display: swap; src: url('assets/fonts/jost-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 500; font-display: swap; src: url('assets/fonts/jost-latin-500-normal.woff2') format('woff2'); }

/* ===== Design-Tokens ===== */
:root {
  --ink: #16171a;
  --paper: #fdfcf9;
  --beige: #f2efe8;
  --beige-light: #faf8f3;
  --brass: #8f7f5f;
  --brass-light: #a89474;
  --line: #e6e1d5;
  --line-dark: #ddd7c8;
  --line-soft: #ece7da;
  --text: #4c4942;
  --text-strong: #3d3a34;
  --text-mid: #57534a;
  --muted: #6f6b63;
  --cream: #f6f3ec;
  --cream-2: #f2efe8;
  --foot-text: #c3bdb1;
  --serif: 'Marcellus', Georgia, serif;
  --sans: 'Jost', 'Helvetica Neue', sans-serif;
}

/* ===== Basis ===== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a { color: var(--brass); text-decoration: none; }
a:hover { color: #6d6047; }
img { max-width: 100%; height: auto; display: block; }
input, select, textarea, button { font-family: inherit; }
::selection { background: var(--brass); color: var(--paper); }
.site-main { flex: 1; }

.wrap { max-width: 1360px; margin: 0 auto; padding-left: 48px; padding-right: 48px; }
@media (max-width: 700px) { .wrap { padding-left: 22px; padding-right: 22px; } }

.eyebrow { font-size: 11px; font-weight: 300; letter-spacing: 0.3em; text-transform: uppercase; color: var(--brass); }
.serif { font-family: var(--serif); }
.balance { text-wrap: balance; }
.pretty { text-wrap: pretty; }

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

/* Buttons & Links */
.btn { cursor: pointer; display: inline-block; font-size: 12px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; text-align: center; transition: background .2s, border-color .2s, color .2s; border: 0; }
.btn-brass { background: var(--brass); color: var(--paper); padding: 19px 38px; }
.btn-brass:hover { background: var(--brass-light); color: var(--paper); }
.btn-ink { background: var(--ink); color: var(--cream-2); padding: 17px; display: block; width: 100%; font-size: 11.5px; }
.btn-ink:hover { background: var(--brass); color: var(--cream-2); }
.btn-outline { border: 1px solid var(--line-dark); color: var(--ink); padding: 17px; display: block; font-size: 11.5px; }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); }
.link-underline { cursor: pointer; display: inline-block; font-size: 12px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; border-bottom: 1px solid var(--brass); padding-bottom: 5px; color: var(--ink); white-space: nowrap; transition: color .2s; }
.link-underline:hover { color: var(--brass); }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(253,252,249,0.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .wrap { padding-top: 18px; padding-bottom: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 40px; }
.brand { display: flex; align-items: center; gap: 16px; flex-shrink: 0; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-signet { width: 44px; height: 44px; border: 1px solid var(--ink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.brand-signet span { font-family: var(--serif); font-size: 15px; letter-spacing: 0.1em; text-indent: 0.1em; line-height: 1; }
.brand-sep { width: 1px; height: 36px; background: var(--line-dark); }
.brand-word { display: flex; flex-direction: column; gap: 7px; }
.brand-word .b1 { font-family: var(--serif); font-size: 18px; letter-spacing: 0.2em; line-height: 1; }
.brand-word .b2 { font-size: 11.5px; font-weight: 300; letter-spacing: 1.06em; line-height: 1; margin-right: -1.06em; color: #2c2a26; }
.main-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 30px; font-size: 12px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; }
.main-nav a { padding: 6px 0; border-bottom: 1px solid transparent; color: var(--text-strong); white-space: nowrap; transition: color .2s, border-color .2s; }
.main-nav a:hover, .main-nav a.is-active { color: var(--ink); border-bottom: 1px solid var(--brass); }
.main-nav .nav-cta { font-size: 11.5px; letter-spacing: 0.16em; padding: 14px 26px; background: var(--ink); color: var(--cream-2); border-bottom: 0; transition: background .2s; }
.main-nav .nav-cta:hover { background: var(--brass); color: var(--cream-2); border-bottom: 0; }

/* ===== Hero (Startseite) ===== */
.hero { background: var(--ink); color: var(--cream); position: relative; overflow: hidden; }
.hero .wrap { display: flex; flex-wrap: wrap; gap: 0 56px; align-items: stretch; }
.hero-copy { flex: 1 1 560px; min-width: 280px; padding: 88px 0 76px; display: flex; flex-direction: column; gap: 38px; justify-content: center; }
.hero-copy .eyebrow { letter-spacing: 0.32em; }
.hero-title { font-family: var(--serif); font-size: clamp(46px, 6.6vw, 104px); line-height: 1.04; letter-spacing: -0.005em; color: var(--cream); text-wrap: balance; margin: 0; font-weight: 400; }
.hero-since { display: flex; align-items: center; gap: 20px; }
.hero-since .rule { width: 60px; height: 1px; background: #6b6045; }
.hero-since .label { font-size: 12px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: #bfae87; }
.hero-sub { font-size: 18px; font-weight: 300; line-height: 1.75; color: #c9c3b7; max-width: 540px; text-wrap: pretty; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 8px; }
.hero-media { flex: 0 1 420px; min-width: 260px; max-width: 460px; aspect-ratio: 2/3; align-self: center; margin: 0 auto 76px; position: relative; background: #2c2d31; }
@media (max-width: 700px) { .hero-copy { padding-top: 56px; padding-bottom: 48px; } .hero-media { margin-bottom: 48px; } }

/* ===== Versprechen (Startseite) ===== */
.promises { background: var(--beige); }
.promises .wrap { padding-top: 76px; padding-bottom: 76px; display: flex; flex-wrap: wrap; gap: 56px; align-items: flex-start; }
.promises-head { flex: 0 1 300px; min-width: 240px; display: flex; flex-direction: column; gap: 14px; }
.promises-head h2 { font-family: var(--serif); font-size: 32px; line-height: 1.22; margin: 0; font-weight: 400; text-wrap: pretty; }
.promises-list { flex: 1 1 560px; min-width: 300px; display: flex; flex-direction: column; gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); }
.promise { background: var(--beige-light); padding: 30px 34px; display: flex; flex-wrap: wrap; gap: 24px; align-items: baseline; transition: background .25s; }
.promise:hover { background: #fffefb; }
.promise .no { font-family: var(--serif); font-size: 17px; color: var(--brass); flex: 0 0 42px; }
.promise .body { flex: 1 1 320px; display: flex; flex-direction: column; gap: 9px; }
.promise h3 { font-family: var(--serif); font-size: 21px; line-height: 1.3; margin: 0; font-weight: 400; }
.promise p { font-size: 15px; font-weight: 300; line-height: 1.75; color: var(--text-mid); margin: 0; text-wrap: pretty; }

/* ===== Objekt-Karten ===== */
.section-featured { background: var(--beige-light); border-top: 1px solid #eee9dd; }
.section-featured .wrap { padding-top: 88px; padding-bottom: 88px; display: flex; flex-direction: column; gap: 44px; }
.section-head { display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.section-head .titles { display: flex; flex-direction: column; gap: 13px; }
.section-head h2 { font-family: var(--serif); font-size: 36px; line-height: 1.15; margin: 0; font-weight: 400; }
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 32px; }
@media (max-width: 380px) { .cards-grid { grid-template-columns: 1fr; } }
.obj-card { cursor: pointer; background: var(--paper); border: 1px solid #e2dccd; display: flex; flex-direction: column; min-width: 0; transition: border-color .25s, transform .25s; color: var(--ink); }
.obj-card:hover { border-color: var(--brass); transform: translateY(-4px); color: var(--ink); }
.obj-card .media { position: relative; height: 240px; background: var(--line); overflow: hidden; }
.obj-card .media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.obj-card .tag { position: absolute; top: 0; left: 0; background: var(--ink); color: #e6dcc4; font-size: 9.5px; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase; padding: 9px 15px; pointer-events: none; }
.obj-card .body { padding: 26px 26px 28px; display: flex; flex-direction: column; gap: 15px; }
.obj-card .district { font-size: 10.5px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass); }
.obj-card h3 { font-family: var(--serif); font-size: 21px; line-height: 1.3; margin: 8px 0 0; font-weight: 400; text-wrap: pretty; }
.obj-card .meta { display: flex; gap: 16px; font-size: 13px; font-weight: 300; color: var(--text-mid); border-top: 1px solid var(--line-soft); padding-top: 15px; }
.obj-card .meta .dot { color: #cdc6b4; }
.obj-card .price { font-family: var(--serif); font-size: 19px; }

/* ===== Team-Teaser (Startseite) ===== */
.home-team .wrap { padding-top: 96px; padding-bottom: 96px; display: flex; flex-wrap: wrap; gap: 72px; align-items: center; }
.home-team .media { flex: 0 1 400px; min-width: 260px; max-width: 420px; aspect-ratio: 2/3; position: relative; background: #2c2d31; }
.home-team .copy { flex: 1 1 440px; min-width: 300px; display: flex; flex-direction: column; gap: 24px; }
.home-team h2 { font-family: var(--serif); font-size: 38px; line-height: 1.16; margin: 0; font-weight: 400; text-wrap: pretty; }
.home-team p { font-size: 16.5px; font-weight: 300; line-height: 1.8; color: var(--text); margin: 0; text-wrap: pretty; }

/* ===== CTA-Banner ===== */
.cta-banner { background: var(--ink); color: var(--cream-2); }
.cta-banner .wrap { padding-top: 88px; padding-bottom: 88px; display: flex; flex-wrap: wrap; gap: 48px; align-items: center; justify-content: space-between; }
.cta-banner .copy { flex: 1 1 460px; min-width: 300px; display: flex; flex-direction: column; gap: 20px; }
.cta-banner h2 { font-family: var(--serif); font-size: 38px; line-height: 1.18; color: var(--cream); margin: 0; font-weight: 400; text-wrap: pretty; }
.cta-banner p { font-size: 16px; font-weight: 300; line-height: 1.75; color: var(--foot-text); max-width: 520px; margin: 0; text-wrap: pretty; }
.cta-banner .actions { display: flex; flex-direction: column; gap: 14px; }
.cta-banner .actions .btn-brass { padding: 20px 44px; }
.cta-banner .phone { font-size: 12px; letter-spacing: 0.16em; text-align: center; color: var(--foot-text); padding-top: 2px; }
.cta-banner .phone:hover { color: var(--cream-2); }

/* ===== Seiten-Intro (Objekte, Team, Partner, Kontakt) ===== */
.page-intro { display: flex; flex-direction: column; gap: 20px; padding-top: 76px; }
.page-intro h1 { font-family: var(--serif); font-size: 46px; line-height: 1.12; margin: 0; font-weight: 400; max-width: 860px; text-wrap: pretty; }
.page-intro .lead { font-size: 17px; font-weight: 300; line-height: 1.8; color: var(--text); max-width: 660px; text-wrap: pretty; }
.page-intro .lead p { margin: 0 0 1em; } .page-intro .lead p:last-child { margin-bottom: 0; }

/* ===== Objekte-Archiv ===== */
.objekte-head { padding-top: 72px; padding-bottom: 36px; display: flex; flex-direction: column; gap: 32px; }
.objekte-head .intro { display: flex; flex-direction: column; gap: 14px; max-width: 660px; }
.objekte-head h1 { font-family: var(--serif); font-size: 44px; line-height: 1.12; margin: 0; font-weight: 400; }
.objekte-head .lead { font-size: 16px; font-weight: 300; line-height: 1.75; color: var(--text-mid); text-wrap: pretty; }
.filterbar { display: flex; flex-wrap: wrap; gap: 10px; border-top: 1px solid var(--line); padding-top: 24px; }
.filter-btn { cursor: pointer; background: transparent; font-size: 11.5px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; padding: 12px 22px; border: 1px solid var(--line-dark); color: var(--text-strong); white-space: nowrap; transition: all .2s; display: flex; align-items: center; gap: 9px; }
.filter-btn:hover { border-color: var(--ink); }
.filter-btn .dotmark { width: 5px; height: 5px; background: var(--brass); display: none; }
.filter-btn.is-active { color: var(--brass); }
.filter-btn.is-active .dotmark { display: block; }
.objekte-grid-section { padding-top: 20px; padding-bottom: 104px; }

/* ===== Objekt-Detail ===== */
.detail-back { padding-top: 32px; }
.back-link { cursor: pointer; display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); transition: color .2s; }
.back-link:hover { color: var(--ink); }
.back-link .rule { width: 22px; height: 1px; background: #b5ad99; }
.detail-head { padding-top: 34px; display: flex; flex-wrap: wrap; gap: 28px; align-items: flex-end; justify-content: space-between; }
.detail-head .titles { display: flex; flex-direction: column; gap: 13px; max-width: 720px; }
.detail-head .eyebrow { letter-spacing: 0.28em; }
.detail-head h1 { font-family: var(--serif); font-size: 42px; line-height: 1.14; margin: 0; font-weight: 400; text-wrap: pretty; }
.detail-head .address { font-size: 15px; font-weight: 300; color: var(--text-mid); }
.detail-head .price-block { display: flex; flex-direction: column; gap: 6px; align-items: flex-end; }
.detail-head .price { font-family: var(--serif); font-size: 33px; }
.detail-head .price-note { font-size: 12px; font-weight: 300; color: var(--muted); }
.detail-gallery { padding-top: 40px; display: grid; grid-template-columns: minmax(0,2fr) minmax(0,1fr); grid-template-rows: 210px 210px; gap: 12px; }
.detail-gallery .g1 { grid-row: span 2; }
.detail-gallery > div { position: relative; background: var(--line); min-width: 0; overflow: hidden; }
.detail-gallery img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 640px) { .detail-gallery { grid-template-columns: 1fr; grid-template-rows: 240px; } .detail-gallery .g1 { grid-row: auto; } .detail-gallery .g2, .detail-gallery .g3 { height: 180px; } }
.detail-body { padding-top: 64px; padding-bottom: 104px; display: flex; flex-wrap: wrap; gap: 64px; align-items: flex-start; }
.detail-main { flex: 2 1 540px; min-width: 300px; display: flex; flex-direction: column; gap: 48px; }
.facts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); min-width: 0; }
.fact { background: var(--paper); padding: 22px 20px; display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.fact .k { font-size: 10px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); }
.fact .v { font-family: var(--serif); font-size: 19px; line-height: 1.2; }
.detail-section h2 { font-family: var(--serif); font-size: 25px; margin: 0 0 18px; font-weight: 400; }
.detail-section .prose p { font-size: 16px; font-weight: 300; line-height: 1.85; color: var(--text); margin: 0 0 18px; text-wrap: pretty; }
.detail-section .prose p:last-child { margin-bottom: 0; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px 32px; }
.feature { display: flex; align-items: baseline; gap: 13px; font-size: 15px; font-weight: 300; color: var(--text-strong); border-bottom: 1px solid var(--line-soft); padding-bottom: 11px; min-width: 0; }
.feature .dotmark { width: 4px; height: 4px; background: var(--brass); flex-shrink: 0; }
.agent-card { flex: 1 1 300px; min-width: 280px; position: sticky; top: 120px; display: flex; flex-direction: column; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.agent-card .dark { background: var(--ink); padding: 32px 30px; display: flex; flex-direction: column; gap: 20px; }
.agent-card .dark .eyebrow { font-size: 10.5px; letter-spacing: 0.24em; }
.agent-card .who { display: flex; align-items: center; gap: 16px; }
.agent-card .avatar { width: 64px; height: 64px; flex-shrink: 0; position: relative; background: #2c2d31; overflow: hidden; }
.agent-card .avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.agent-card .name { font-family: var(--serif); font-size: 18px; color: var(--cream); }
.agent-card .role { font-size: 10px; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brass); margin-top: 7px; }
.agent-card .contacts { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 300; color: var(--foot-text); border-top: 1px solid #2c2d31; padding-top: 18px; }
.agent-card .light { background: var(--paper); padding: 30px; display: flex; flex-direction: column; gap: 13px; }
.agent-card .light .note { font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--text); text-wrap: pretty; }
@media (max-width: 900px) { .agent-card { position: static; } }

/* ===== Verkaufen ===== */
.verkaufen-hero { background: var(--beige); }
.verkaufen-hero .wrap { padding-top: 80px; padding-bottom: 80px; display: flex; flex-wrap: wrap; gap: 60px; align-items: flex-start; }
.verkaufen-copy { flex: 1 1 460px; min-width: 300px; display: flex; flex-direction: column; gap: 24px; }
.verkaufen-copy h1 { font-family: var(--serif); font-size: 46px; line-height: 1.13; margin: 0; font-weight: 400; text-wrap: pretty; }
.verkaufen-copy .lead { font-size: 17px; font-weight: 300; line-height: 1.8; color: var(--text); max-width: 520px; text-wrap: pretty; }
.verkaufen-copy .lead p { margin: 0 0 1em; } .verkaufen-copy .lead p:last-child { margin-bottom: 0; }
.steps { display: flex; flex-direction: column; gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); margin-top: 10px; }
.step { background: var(--beige-light); padding: 26px 28px; display: flex; gap: 22px; align-items: flex-start; }
.step .no { font-family: var(--serif); font-size: 20px; color: var(--brass); flex-shrink: 0; line-height: 1.25; }
.step h3 { font-family: var(--serif); font-size: 19px; margin: 0 0 8px; font-weight: 400; }
.step p { font-size: 14.5px; font-weight: 300; line-height: 1.7; color: var(--text-mid); margin: 0; text-wrap: pretty; }

.bewertung-form { flex: 1 1 400px; min-width: 310px; background: var(--paper); border: 1px solid #e2dccd; padding: 42px 40px 46px; }
@media (max-width: 480px) { .bewertung-form { padding: 30px 22px 34px; } }
.bewertung-form .form-head { display: flex; flex-direction: column; gap: 10px; border-bottom: 1px solid var(--line-soft); padding-bottom: 20px; margin-bottom: 24px; }
.bewertung-form h2 { font-family: var(--serif); font-size: 27px; margin: 0; font-weight: 400; }
.bewertung-form .form-sub { font-size: 13.5px; font-weight: 300; color: var(--muted); }
.field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.field label, .field .lbl { font-size: 10.5px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.field input { font-size: 15px; font-weight: 300; padding: 14px 16px; border: 1px solid var(--line-dark); background: #fffefb; color: var(--ink); outline: none; border-radius: 0; width: 100%; }
.field input:focus { border-color: var(--brass); }
.field-row { display: flex; gap: 12px; flex-wrap: wrap; }
.field-row .field { flex: 1 1 130px; }
.kinds { display: flex; flex-wrap: wrap; gap: 8px; }
.kind-btn { cursor: pointer; background: transparent; font-size: 12px; font-weight: 300; padding: 11px 18px; border: 1px solid var(--line-dark); white-space: nowrap; transition: all .2s; display: flex; align-items: center; gap: 8px; color: var(--ink); }
.kind-btn:hover { border-color: var(--ink); }
.kind-btn .dotmark { width: 5px; height: 5px; background: var(--brass); display: none; }
.kind-btn.is-active { color: var(--brass); }
.kind-btn.is-active .dotmark { display: block; }
.bewertung-form .submit-btn { cursor: pointer; width: 100%; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; padding: 19px; background: var(--ink); color: var(--cream-2); text-align: center; transition: background .2s; margin-top: 4px; border: 0; }
.bewertung-form .submit-btn:hover { background: var(--brass); }
.form-privacy { font-size: 12px; font-weight: 300; line-height: 1.7; color: #8a857b; text-wrap: pretty; margin-top: 24px; }
.form-success { display: flex; flex-direction: column; gap: 20px; padding: 30px 0; }
.form-success .signet { width: 52px; height: 52px; border: 1px solid var(--brass); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 18px; color: var(--brass); }
.form-success h2 { font-family: var(--serif); font-size: 30px; line-height: 1.25; margin: 0; font-weight: 400; text-wrap: pretty; }
.form-success p { font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--text); margin: 0; text-wrap: pretty; }
.form-success .again { cursor: pointer; align-self: flex-start; font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; border-bottom: 1px solid var(--brass); padding-bottom: 5px; color: var(--ink); }
.screen-reader-text, .hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ===== FAQ ===== */
.faq-section .wrap { padding-top: 84px; padding-bottom: 100px; display: flex; flex-wrap: wrap; gap: 56px; align-items: flex-start; }
.faq-head { flex: 0 1 300px; min-width: 250px; display: flex; flex-direction: column; gap: 14px; }
.faq-head h2 { font-family: var(--serif); font-size: 30px; line-height: 1.2; margin: 0; font-weight: 400; }
.faq-list { flex: 1 1 520px; min-width: 300px; display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--line); padding: 26px 0; display: flex; flex-wrap: wrap; gap: 22px; align-items: baseline; }
.faq-item .q { flex: 0 1 230px; font-family: var(--serif); font-size: 19px; line-height: 1.35; text-wrap: pretty; }
.faq-item .a { flex: 1 1 300px; font-size: 15.5px; font-weight: 300; line-height: 1.8; color: var(--text); text-wrap: pretty; }

/* ===== Team ===== */
.team-list-section { padding-top: 56px; }
.team-list { display: flex; flex-direction: column; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.team-member { background: var(--paper); display: flex; flex-wrap: wrap; align-items: stretch; }
.team-member .media { flex: 0 0 290px; min-width: 230px; min-height: 330px; position: relative; background: #e3e4e2; overflow: hidden; }
.team-member .media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 560px) { .team-member .media { flex-basis: 100%; min-height: 320px; } }
.team-member .body { flex: 1 1 400px; min-width: 290px; padding: 42px 46px; display: flex; flex-direction: column; gap: 16px; justify-content: center; }
@media (max-width: 560px) { .team-member .body { padding: 30px 24px; } }
.team-member h3 { font-family: var(--serif); font-size: 29px; line-height: 1.2; margin: 0; font-weight: 400; }
.team-member .role { font-size: 10.5px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass); margin-top: 10px; }
.team-member .bio { font-size: 15.5px; font-weight: 300; line-height: 1.8; color: var(--text); max-width: 560px; text-wrap: pretty; }
.team-member .bio p { margin: 0 0 1em; } .team-member .bio p:last-child { margin-bottom: 0; }
.team-member .contacts { display: flex; flex-wrap: wrap; gap: 26px; font-size: 14px; font-weight: 300; color: var(--text-strong); border-top: 1px solid var(--line-soft); padding-top: 18px; margin-top: 4px; }
.numbers-section { padding-top: 88px; padding-bottom: 104px; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 40px; }
.number { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--ink); padding-top: 22px; min-width: 0; }
.number .v { font-family: var(--serif); font-size: 42px; line-height: 1; }
.number .k { font-size: 13px; font-weight: 300; line-height: 1.65; color: var(--text-mid); text-wrap: pretty; }

/* ===== Partner ===== */
.partner-list-section { padding-top: 56px; padding-bottom: 104px; }
.partner-list { display: flex; flex-direction: column; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.partner-row { background: var(--paper); padding: 34px 38px; display: flex; flex-wrap: wrap; gap: 20px 40px; justify-content: space-between; align-items: baseline; color: var(--ink); transition: background .25s; }
.partner-row:hover { background: var(--cream); color: var(--ink); }
.partner-row .left { display: flex; flex-wrap: wrap; align-items: baseline; gap: 20px 26px; min-width: 0; }
.partner-row .no { font-family: var(--serif); font-size: 15px; color: var(--brass); flex: 0 0 34px; }
.partner-row .name { font-family: var(--serif); font-size: 25px; line-height: 1.25; text-wrap: pretty; }
.partner-row .right { display: flex; align-items: center; gap: 16px; font-size: 13.5px; font-weight: 300; letter-spacing: 0.06em; color: #6b5f45; white-space: nowrap; }
.partner-row .rule { width: 22px; height: 1px; background: #c4bba4; }

/* ===== Kontakt ===== */
.kontakt-section { padding-top: 76px; padding-bottom: 104px; display: flex; flex-wrap: wrap; gap: 72px; align-items: flex-start; }
.kontakt-copy { flex: 1 1 420px; min-width: 300px; display: flex; flex-direction: column; gap: 28px; }
.kontakt-copy h1 { font-family: var(--serif); font-size: 46px; line-height: 1.13; margin: 0; font-weight: 400; text-wrap: pretty; }
.kontakt-copy .lead { font-size: 17px; font-weight: 300; line-height: 1.8; color: var(--text); max-width: 520px; text-wrap: pretty; }
.kontakt-copy .lead p { margin: 0 0 1em; } .kontakt-copy .lead p:last-child { margin-bottom: 0; }
.kontakt-cards { display: flex; flex-direction: column; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 8px; }
.kontakt-card { background: var(--paper); padding: 26px 28px; display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center; }
.kontakt-card .name { font-family: var(--serif); font-size: 20px; }
.kontakt-card .role { font-size: 10px; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass); margin-top: 8px; }
.kontakt-card .reach { display: flex; flex-direction: column; gap: 7px; font-size: 14px; font-weight: 300; color: var(--text-strong); text-align: right; line-height: 1.7; }
.kontakt-card .reach a { color: var(--text-strong); }
.kontakt-card .reach a:hover { color: var(--brass); }
.kontakt-media { flex: 0 1 380px; min-width: 280px; max-width: 400px; aspect-ratio: 2/3; position: relative; background: #2c2d31; }

/* ===== Standard-Seiten (Impressum etc.) ===== */
.legal-page { padding-top: 72px; padding-bottom: 104px; max-width: 860px; }
.legal-page h1 { font-family: var(--serif); font-size: 44px; line-height: 1.12; margin: 0 0 32px; font-weight: 400; }
.legal-page .content { font-size: 16px; font-weight: 300; line-height: 1.85; color: var(--text); }
.legal-page .content h2 { font-family: var(--serif); font-size: 25px; font-weight: 400; margin: 40px 0 14px; color: var(--ink); }
.legal-page .content h3 { font-family: var(--serif); font-size: 20px; font-weight: 400; margin: 28px 0 10px; color: var(--ink); }

/* ===== Footer ===== */
.site-footer { background: var(--ink); color: var(--foot-text); }
.site-footer .top { padding-top: 76px; padding-bottom: 32px; display: flex; flex-wrap: wrap; gap: 56px; justify-content: space-between; }
.f-brand { display: flex; flex-direction: column; gap: 24px; flex: 1 1 300px; }
.f-brand .mark { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.f-signet { width: 54px; height: 54px; border: 1px solid #6b6045; display: flex; align-items: center; justify-content: center; }
.f-signet span { font-family: var(--serif); font-size: 19px; letter-spacing: 0.1em; text-indent: 0.1em; line-height: 1; color: var(--cream-2); }
.f-word .b1 { font-family: var(--serif); font-size: 23px; letter-spacing: 0.2em; line-height: 1; color: var(--cream-2); }
.f-word .b2 { font-size: 14.5px; font-weight: 300; letter-spacing: 1.06em; line-height: 1; margin-right: -1.06em; color: #ddd8cd; margin-top: 10px; }
.f-slogan { font-size: 15px; font-weight: 300; color: var(--brass); }
.f-col { display: flex; flex-direction: column; gap: 15px; }
.f-col.nav { flex: 0 1 190px; }
.f-col.contact { flex: 0 1 240px; }
.f-col .head { font-size: 10px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }
.f-col a { font-size: 14.5px; font-weight: 300; color: var(--foot-text); transition: color .2s; }
.f-col a:hover { color: var(--cream-2); }
.f-col .txt { font-size: 14.5px; font-weight: 300; line-height: 1.9; }
.site-footer .bottom { padding-top: 22px; padding-bottom: 42px; border-top: 1px solid #2c2d31; display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; font-size: 12px; font-weight: 300; color: var(--muted); }
.site-footer .bottom a { color: var(--muted); transition: color .2s; }
.site-footer .bottom a:hover { color: var(--foot-text); }
.site-footer .bottom .links { display: flex; flex-wrap: wrap; gap: 26px; }

/* WordPress Nötiges */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin: 0 auto; }
.wp-caption { max-width: 100%; }
.sticky, .bypostauthor, .gallery-caption { display: inherit; }
