@font-face {
  font-display: swap;
  font-family: "Portrait";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Portrait-Light-Web.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Portrait";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Portrait-Light-Web.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Portrait";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PortraitText-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "freight-display-pro";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Portrait-Light-Web.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "freight-display-pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Portrait-Light-Web.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "freight-display-pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PortraitText-Regular-Web.woff2") format("woff2");
}
@font-face {
  font-display: optional;
  font-family: "Untitled";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/untitled-sans-regular.woff2") format("woff2");
}
@font-face {
  font-display: optional;
  font-family: "Untitled";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/untitled-sans-bold.woff2") format("woff2");
}
@font-face {
  font-display: optional;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/untitled-sans-regular.woff2") format("woff2");
}
@font-face {
  font-display: optional;
  font-family: "freight-sans-pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/untitled-sans-bold.woff2") format("woff2");
}
/* Basis — Above-the-fold (Reset, Header) in critical-base.css; Hero in critical-home.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-weight: 300;
  color: #1a1a1a;
  background: #fff;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }

/* ── BEWEGUNGS-KURVEN (Emil Kowalski) ──────────────────────────────────────
   Die eingebauten CSS-Kurven (ease) wirken kraftlos. Diese stärkeren
   Varianten geben den Animationen einen klaren, hochwertigen Charakter:
   --ease-reveal = sehr sanfter, langsam auslaufender "Ausklang" für das
                   Hereingleiten von Inhalten beim Scrollen.
   --ease-press  = kurzes, knackiges Feedback beim Klick.                     */
:root {
  --ease-reveal: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-press:  cubic-bezier(0.23, 1, 0.32, 1);
}

/* Header — Ergänzungen (Grundlayout in critical.css) */
.hd-glass {
  transition: background 0.25s ease, backdrop-filter 0.25s ease, border-radius 0.25s ease;
}
.hd-kontakt {
  transition: opacity 0.2s, background 0.25s ease, backdrop-filter 0.25s ease;
}
.hd-kontakt:hover { opacity: 0.85; }
.hd-burger {
  transition: background 0.25s ease, backdrop-filter 0.25s ease;
}

/* ── MOBILE NAV (open & Inhalt — geschlossener Zustand in critical.css) ── */
.mobmenu-backdrop {
  background: transparent;
  transition: opacity 0.5s ease;
}
.mobmenu-backdrop.open {
  opacity: 1;
  pointer-events: all;
}
.mobmenu {
  background: #B4B0AC;
  box-shadow: -25px 0 10px -20px rgba(0,0,0,0.17);
  transition: transform 0.5s ease;
}
.mobmenu.open {
  transform: translateX(0);
  pointer-events: all;
}
@media (min-width: 800px)  { .mobmenu { width: 75%; } }
@media (min-width: 960px)  { .mobmenu { width: 66%; } }
@media (min-width: 1200px) { .mobmenu { width: 50%; } }
.mobmenu-inner {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: clamp(24px, 4vw, 40px) clamp(24px, 5vw, 48px) clamp(28px, 4vw, 40px);
}
.mobmenu-close {
  appearance: none;
  border: 0;
  background: transparent;
  position: absolute;
  top: clamp(24px, 4vw, 40px);
  right: clamp(24px, 5vw, 48px);
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 8px;
  cursor: pointer;
}
.mobmenu-close::before,
.mobmenu-close::after {
  content: '';
  position: absolute;
  top: 50%; left: 0;
  width: 100%; height: 1px;
  background: #3B3A39;
}
.mobmenu-close::before { transform: rotate(45deg); }
.mobmenu-close::after  { transform: rotate(-45deg); }
.mobmenu-main {
  width: 100%;
  padding-top: 0;
}
.mobmenu-main ul {
  text-align: left;
}
.mobmenu-main ul li {
  width: max-content;
  max-width: 100%;
  margin-bottom: clamp(8px, 0.22rem + 0.74vw, 16px);
}
.mobmenu-main ul li a {
  display: inline-block;
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 0.85rem + 2.2vw, 3.125rem);
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3B3A39;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.2s;
}
.mobmenu-main ul li a:hover { opacity: 0.7; }
.mobmenu-main ul li.mobmenu-kontakt-row {
  display: flex;
  align-items: center;
  gap: clamp(16px, 4vw, 32px);
  width: 100%;
  max-width: 100%;
}
.mobmenu-contact-icons {
  display: inline-flex;
  align-items: center;
  gap: clamp(14px, 3.5vw, 24px);
  flex-shrink: 0;
  transform: translateY(clamp(2px, 0.5vw, 6px));
}
.mobmenu-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 12vw, 60px);
  height: clamp(48px, 12vw, 60px);
  color: #3B3A39;
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
  transition: opacity 0.2s;
}
.mobmenu-contact-icon:hover { opacity: 0.7; }
.mobmenu-contact-icon svg {
  display: block;
  width: clamp(30px, 7.5vw, 38px);
  height: clamp(30px, 7.5vw, 38px);
}
.mobmenu-legal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 15px;
  margin-top: auto;
  padding-top: 40px;
}
.mobmenu-legal a {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-size: clamp(0.7rem, 0.6rem + 0.28vw, 0.875rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3B3A39;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.2s;
}
.mobmenu-legal a:hover { opacity: 0.7; }

/* ── STARTSEITE: Text unter dem Hero (Absatz — Überschriften in critical.css) ── */
.starttext-inner p {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-size: clamp(1.2rem, 0.9rem + 0.85vw, 2rem);
  line-height: 1.15;
  font-weight: 100;
  letter-spacing: -0.01em;
  color: #2a2a2a;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── SECTION: EINE STARKE VERBINDUNG ── */
#home-text1 {
  width: 100%;
  background: #0a0a0a;
  padding: 0;
}
.text1-inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.text1-inner picture {
  display: block;
  width: 100%;
}
.text1-inner picture img {
  display: block;
  width: 100%;
  height: auto;
}
.text1-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: clamp(30px, 4vw, 50px) clamp(16px, 2.2vw, 36px);
  color: #eaefef;
  pointer-events: none;
}
.text1-copy a { pointer-events: auto; }
.text1-body { width: 100%; }
.text1-copy h2 {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-weight: 300;
  font-size: clamp(2.25rem, 1.15rem + 3.6vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #eaefef;
  margin-bottom: clamp(24px, 2.5vw, 50px);
}
.text1-copy p {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-size: clamp(1rem, 0.63rem + 0.77vw, 1.5rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #eaefef;
  max-width: 100%;
}
.text1-link {
  padding-top: clamp(24px, 4vw, 60px);
}
#home-text1 .arrow-link {
  display: inline-flex;
  align-items: center;
  gap: clamp(12px, 1.2vw, 20px);
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.65rem + 0.33vw, 1rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #eaefef;
  border-bottom: 1px solid #eaefef;
  padding-bottom: 8px;
  padding-right: clamp(16px, 1.5vw, 28px);
  transition: opacity 0.2s, transform 0.16s var(--ease-press);
}
#home-text1 .arrow-link:active { transform: scale(0.97); }
#home-text1 .arrow-link::after {
  content: '→';
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 400;
}
#home-text1 .arrow-link:hover { opacity: 0.75; }

@media (min-width: 600px) {
  .text1-copy {
    justify-content: center;
    width: 70%;
    height: 50%;
  }
}
@media (min-width: 800px) {
  .text1-inner {
    min-height: clamp(340px, 33vh, 520px);
  }
  .text1-inner picture {
    position: absolute;
    inset: 0;
    height: 100%;
  }
  .text1-inner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .text1-copy {
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .text1-copy p { max-width: 50%; }
}
@media (min-width: 1020px) {
  .text1-inner {
    min-height: 0;
  }
  .text1-inner picture {
    position: relative;
    inset: auto;
    height: auto;
  }
  .text1-inner picture img {
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
  }
  .text1-copy {
    width: 40%;
    max-width: 600px;
    justify-content: space-between;
    padding-top: clamp(30px, 2.5vw, 50px);
    padding-bottom: clamp(20px, 2vw, 36px);
    padding-left: clamp(16px, 2.2vw, 36px);
    padding-right: 0;
  }
  .text1-copy p { max-width: 100%; }
  .text1-link { padding-top: 0; }
}

.eyebrow {
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 18px;
}

/* ── SECTION: MACHEN SIE IHRE PLÄNE ── */
#home-text2 {
  background: #f0efee;
  padding: 0;
  text-align: center;
}
.text2-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(180px, 22vw, 360px) clamp(16px, 2.2vw, 36px) clamp(180px, 21vw, 340px);
}
#home-text2 h2 {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-weight: 100;
  font-size: clamp(2.25rem, 1.15rem + 3.6vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #2a2a2a;
  margin-bottom: clamp(24px, 3vw, 44px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#home-text2 p {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-size: clamp(1.2rem, 0.9rem + 0.85vw, 2rem);
  line-height: 1.15;
  font-weight: 100;
  letter-spacing: -0.01em;
  color: #2a2a2a;
  max-width: 100%;
  width: 100%;
  margin: 0 auto clamp(36px, 5vw, 60px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-dark {
  display: inline-block;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  background: #1a1a1a;
  padding: 14px 30px;
  transition: background 0.25s, transform 0.16s var(--ease-press);
}
.btn-dark:hover { background: #c9a96e; }
/* Schrumpft beim Klick minimal – bestätigt sofort "Klick erkannt". */
.btn-dark:active { transform: scale(0.97); }

/* ── SECTION: KAUFEN / VERKAUFEN ── */
#kaufenverkaufen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f0efee;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
.kv-box {
  position: relative;
  min-height: clamp(420px, 42vw, 560px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(56px, 8vw, 96px) clamp(32px, 5vw, 56px);
  overflow: hidden;
  background: #f0efee;
  transition: background 0.35s ease;
}
.kv-box:nth-child(2) {
  border-left: 1px solid #a8a8a8;
}
.kv-box:hover {
  background: #b8b2ae;
}
.kv-eyebrow {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: clamp(28px, 4vw, 44px);
  position: relative;
  z-index: 1;
}
.kv-box h3 {
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1.18;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: clamp(40px, 6vw, 64px);
  position: relative;
  z-index: 1;
}
.kv-btn {
  display: inline-block;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: #b8b2ae;
  border-radius: 999px;
  padding: 16px 36px;
  position: relative;
  z-index: 1;
  transition: background 0.35s ease, transform 0.16s var(--ease-press);
}
.kv-box:hover .kv-btn {
  background: #f0efee;
}
.kv-btn:active { transform: scale(0.97); }

/* ── SECTION: INSTAGRAM ── */
#home-instagram {
  background: #fff;
  padding: 90px 0 80px;
}
.ig-inner {
  max-width: 2220px;
  margin: 0 auto;
  padding: 0 40px;
}
#home-instagram h2 {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-weight: 300;
  font-size: clamp(28px, 4vw, 56px);
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 52px;
}
.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 437px);
  gap: 6px;
  justify-content: center;
}
.ig-item {
  width: 437px;
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
  background: #f0efee;
}
.ig-item picture,
.ig-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.ig-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, opacity 0.3s;
  opacity: 0.85;
}
.ig-item:hover img { transform: scale(1.05); opacity: 1; }

/* ── FOOTER ── */
/* Proportionen am 2000px-Referenzmockup ausgerichtet */
#footer {
  background: #3d3d3b;
  color: #d1d1ca;
  padding: clamp(18px, 1.1vw, 26px) 0 clamp(14px, 0.9vw, 20px);
}
.footer-inner {
  max-width: none;
  margin: 0;
  padding: 0 clamp(16px, 1.8vw, 36px) clamp(22px, 1.4vw, 30px);
  min-height: clamp(210px, 13vw, 265px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 64px);
}
.footer-brand {
  flex-shrink: 0;
}
.footer-brand-top {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.75vw, 36px);
}
.footer-mark {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-shrink: 0;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #d1d1ca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-mark-a,
.footer-mark-co {
  font-size: clamp(7rem, 9vw, 11rem);
}
.footer-mark-amp {
  font-size: clamp(3.5rem, 4.5vw, 5.5rem);
  padding: 0 0.03em;
}
.footer-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(16px, 1.25vw, 24px);
  padding-top: 0;
  margin-top: clamp(-44px, -2.75vw, -64px);
}
.footer-brand-name {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-size: clamp(1.875rem, 1.65vw, 2.4375rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d1d1ca;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-socials {
  display: flex;
  gap: clamp(8px, 0.6vw, 12px);
}
.footer-social {
  width: auto;
  height: auto;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.footer-social:hover {
  opacity: 0.75;
}
.footer-social svg {
  width: clamp(24px, 1.8vw, 31px);
  height: clamp(24px, 1.8vw, 31px);
  fill: #d1d1ca;
}

.footer-contact {
  flex-shrink: 0;
  text-align: left;
  align-self: center;
  margin-left: auto;
  margin-right: clamp(56px, 6.5vw, 130px);
  margin-top: -20px;
  padding-top: 0.35em;
}
.footer-contact-title,
.footer-contact-addr {
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-size: clamp(1.11375rem, 0.9396vw, 1.31625rem);
  font-weight: 300;
  line-height: 1.45;
  color: #d1d1ca;
  margin: 0;
}
.footer-contact-addr {
  margin-top: 0.15em;
}
.footer-contact-sep {
  border: 0;
  border-top: 1px dashed rgba(209,209,202,0.55);
  margin: clamp(14px, 1.1vw, 20px) 0;
  width: 100%;
}
.footer-adr {
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-size: clamp(1.11375rem, 0.9396vw, 1.31625rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1.15;
  color: #d1d1ca;
}
.footer-adr a {
  display: block;
  color: #d1d1ca;
  padding: 0;
  margin: 0;
  min-height: 0;
  line-height: inherit;
  transition: opacity 0.2s;
}
.footer-adr a:hover { opacity: 0.75; }

.footer-bottom {
  max-width: none;
  margin: 0;
  padding: clamp(14px, 1vw, 22px) clamp(16px, 1.8vw, 36px) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(10px, 1vw, 16px) clamp(16px, 1.5vw, 28px);
}
.footer-bottom a {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-size: clamp(0.65rem, 0.6rem + 0.24vw, 0.8rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #d1d1ca;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.2s;
}
.footer-bottom a:hover { opacity: 0.7; }

/* ── SCROLL ANIMATION ──
   Inhalte gleiten beim Scrollen sanft von unten herein. Die opacity läuft
   etwas schneller als die Bewegung – das wirkt aufgeräumter. will-change
   bereitet die GPU vor; nach dem Einblenden geben wir den Speicher wieder
   frei (will-change: auto). */
.ani {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease-reveal), transform 0.85s var(--ease-reveal);
  will-change: opacity, transform;
}
.ani.visible { opacity: 1; transform: none; will-change: auto; }

/* Variante "von oben": Statt von unten herauf gleitet das Element leicht von
   oben herab an seinen Platz. Es startet also etwas oberhalb der Endposition
   (negativer translateY-Wert) und fällt beim Sichtbarwerden sanft nach unten.
   Alles andere (Easing, Dauer, Sichtbar-Zustand) erbt es von .ani. */
.ani-down { transform: translateY(-26px); }

/* Barrierefreiheit: Wer "Bewegung reduzieren" aktiviert hat, sieht nur ein
   sanftes Ein-/Ausblenden – kein Verschieben, kein Skalieren. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ani, .ani-fade {
    transition: opacity 0.3s ease;
    transform: none;
  }
  *:active { transform: none !important; }
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  #home-starttext,
  #home-starttext .starttext-inner {
    background-color: rgb(240, 239, 238);
  }

  #kaufenverkaufen { grid-template-columns: 1fr; }
  .kv-box { min-height: clamp(340px, 65vw, 440px); }
  .kv-box:nth-child(2) {
    border-left: none;
    border-top: 1px solid #a8a8a8;
  }

  .ig-grid {
    grid-template-columns: repeat(2, minmax(0, 437px));
    justify-content: center;
  }
  .ig-item { width: 100%; max-width: 437px; }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(28px, 7vw, 40px);
    min-height: 0;
    padding: clamp(24px, 6vw, 36px) 32px 28px;
  }
  .footer-brand {
    width: 100%;
  }
  .footer-brand-top {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px, 5vw, 28px);
  }
  .footer-mark-a,
  .footer-mark-co {
    font-size: clamp(5rem, 20vw, 7.5rem);
  }
  .footer-mark-amp {
    font-size: clamp(2.5rem, 10vw, 3.75rem);
  }
  .footer-brand-text {
    padding-top: 0;
    margin-top: 0;
    gap: clamp(16px, 4vw, 22px);
    width: 100%;
  }
  .footer-adr a {
    padding: 0 8px;
    margin: 0 -8px;
    min-height: 0;
    line-height: 1.45;
  }
  .footer-contact {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .footer-bottom {
    justify-content: flex-start;
    padding: 18px 32px 0;
    gap: 10px 16px;
  }
  .footer-bottom a { white-space: normal; }
}

@media (max-width: 600px) {
  .hd-inner { padding: 0 20px; }
  .hd-kontakt { left: 20px; }
  .text2-inner { padding: clamp(120px, 18vw, 180px) 24px; }
  .kv-box { padding: 48px 24px; }
  .ig-inner { padding: 0 20px; }
  .ig-grid { gap: 4px; }
}

/* ── WHATSAPP SCHWEBEKNOBF ── */
.whatsapp-cta {
  position: fixed;
  right: clamp(16px, 0.375rem + 2.08vw, 24px);
  bottom: max(clamp(16px, 0.375rem + 2.08vw, 24px), env(safe-area-inset-bottom, 0px));
  z-index: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  border-radius: 999px;
  background: #f0efee;
  color: #3b3a39;
  border: 1px solid rgba(59, 58, 57, 0.12);
  box-shadow: 0 6px 24px rgba(26, 26, 26, 0.12);
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-cta:hover {
  background: #e8e4dc;
  box-shadow: 0 8px 28px rgba(26, 26, 26, 0.16);
}
.whatsapp-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.whatsapp-cta__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}
.whatsapp-cta__label {
  line-height: 1;
  white-space: nowrap;
}

/* Startseite: am Videoanfang ausblenden, wenn Einstellung „über Video“ aus */
body.page-home.wa-over-hero:not(.wa-over-video) .whatsapp-cta,
.whatsapp-cta.is-over-hero {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(10px) translateZ(0);
  transform: translateY(10px) translateZ(0);
}

@media (max-width: 480px) {
  .whatsapp-cta {
    padding: 12px;
    gap: 0;
  }
  .whatsapp-cta__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}
/* Gemeinsame Layout-Klassen für Unterseiten */

body.page-inner {
  background: #f0efee;
}

.outer_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(1rem, 0.375rem + 2.08vw, 2.25rem);
  padding-right: clamp(1rem, 0.375rem + 2.08vw, 2.25rem);
}

.wrapper_hd { max-width: 2560px; margin: 0 auto; }
.wrapper_cont { max-width: 1236px; margin: 0 auto; }

.fullpicSec,
.textinfullpicSec {
  position: relative;
  width: 100%;
  background: #f0efee;
}

.picBox picture,
.picBox img {
  display: block;
  width: 100%;
}

.picBox img {
  height: auto;
  object-fit: cover;
}

.txt_copy {
  color: #3b3a39;
}

.txt_copy p {
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: clamp(0.875rem, 0.725rem + 0.5vw, 1.25rem);
  line-height: 1.25;
  font-weight: 400;
}

.txt_copy h2 {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-size: clamp(1.5rem, 1.1rem + 1.33vw, 2.5rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #3b3a39;
}

.linkBox {
  width: 100%;
}

.linkBox > .link {
  display: inline-block;
  width: max-content;
  padding-right: clamp(1.5rem, 1.25rem + 0.83vw, 2.25rem);
  background: url('../images/icons/ico_arrow_right_dark.svg') right center / clamp(1rem, 0.92rem + 0.28vw, 1.25rem) auto no-repeat;
  transition: opacity 0.2s, transform 0.16s var(--ease-press);
}

.linkBox > .link:hover { opacity: 0.7; }
.linkBox > .link:active { transform: scale(0.97); }

.linkBox > .link > span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #3b3a39;
  color: #3b3a39;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.65rem + 0.33vw, 1rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.textinfullpicSec .picBox {
  position: relative;
}

.textinfullpicSec .picBox .cont_wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(24px, 4vw, 48px);
}

.ani-fade {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease-reveal), transform 0.85s var(--ease-reveal);
  will-change: opacity, transform;
}

.ani-fade.visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}
