/* ============================================================
   SARAH BAKKER — Editorial Brand Studio
   Look & Feel 1:1 nach Vorlage (thebrandingboutiquela.com):
   Schwarz/Weiß-Luxus, fette Grotesk-Versalien, Serifen-Fließtext,
   Pill-Buttons, Marquees, Vollbild-Slider, vertikale Reels.
   ============================================================ */

/* Ausschließlich Sarahs eigene Fonts: ES Serif (Editorial Society) + Abigail */
@font-face {
  font-family: 'ES Serif';
  src: url('fonts/esserif-light-webfont.woff2') format('woff2');
  font-weight: 300; font-display: swap;
}
@font-face {
  font-family: 'ES Serif';
  src: url('fonts/esserif-regular-webfont.woff2') format('woff2');
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'ES Serif';
  src: url('fonts/esserif-bold-webfont.woff2') format('woff2');
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: 'ES Serif Tall';
  src: url('fonts/esserif-lighttall-webfont.woff2') format('woff2');
  font-weight: 300; font-display: swap;
}
@font-face {
  font-family: 'ES Serif Tall';
  src: url('fonts/esserif-boldtall-webfont.woff2') format('woff2');
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: 'Abigail';
  src: url('fonts/abigail-regular.woff2') format('woff2');
  font-weight: 400; font-display: swap;
}

:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --bone: #f4f1ec;
  --grey: #9a9a9a;
  --grotesk: 'ES Serif', Georgia, serif;           /* Labels & Nav: ES Serif */
  --display: 'ES Serif Tall', 'ES Serif', serif;   /* Große Headlines: Tall-Schnitt */
  --serif: 'ES Serif', Georgia, serif;
  --script: 'Abigail', cursive;
  --pad: clamp(1.2rem, 4vw, 3.5rem);
}
h1, h2, h3 { font-family: var(--display); }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--grotesk);
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-weight: 700; text-transform: uppercase; letter-spacing: 0.01em; line-height: 1.02; }

.reveal { opacity: 0; transform: translateY(36px); }

/* ---------- Pill Buttons ---------- */
.pill {
  display: inline-block;
  font-family: var(--grotesk);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.95rem 2rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}
.pill:hover { transform: translateY(-2px); }
.pill--light { color: var(--white); }
.pill--light:hover { background: var(--white); color: var(--black); }
.pill--dark { color: var(--black); }
.pill--dark:hover { background: var(--black); color: var(--white); }
.pill--ghost { color: var(--white); border-color: rgba(255,255,255,0.4); }
.pill--ghost:hover { border-color: var(--white); }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--black);
  padding: 0.9rem var(--pad);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.logo { display: inline-block; line-height: 1; position: relative; }
.logo_caps {
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  display: block;
}
.logo_sub {
  display: block;
  font-size: 8px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}
.main-nav { display: flex; gap: clamp(1rem, 2.2vw, 2rem); }
.main-nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
  padding: 0.4rem 0;
  opacity: 0.9;
}
.main-nav a::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--white);
  transition: width 0.3s ease;
}
.main-nav a:hover::after { width: 100%; }
.header_right { display: flex; align-items: center; gap: 1rem; }
.header_icon { font-size: 18px; opacity: 0.85; }
.nav-toggle { display: none; background: none; border: none; color: var(--white); font-size: 24px; cursor: pointer; }

/* ---------- Hero Slideshow ---------- */
.hero { position: relative; height: 100vh; min-height: 620px; overflow: hidden; }
.hero_slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero_slide.is-active { opacity: 1; z-index: 1; }
.hero_slide img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.62);
  transform: scale(1.06);
  transition: transform 7s ease;
}
.hero_slide.is-active img { transform: scale(1.0); }
.hero_content {
  /* Text unten links — Gesichter (oberes Bilddrittel) bleiben immer frei */
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: flex-end;
  text-align: left;
  padding: 0 var(--pad) clamp(4rem, 10vh, 6.5rem);
  z-index: 2;
}
.hero_content h1, .hero_content .hero_h {
  font-size: clamp(44px, 7.5vw, 108px);
  font-weight: 700;
  letter-spacing: 0.005em;
}
.hero_content p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 1.6rem 0 2.2rem;
}
.hero_dashes {
  position: absolute;
  right: var(--pad);
  bottom: 2rem;
  display: flex;
  gap: 0.6rem;
  z-index: 5;
}
.hero_dashes button {
  width: 26px; height: 2px;
  background: rgba(255,255,255,0.35);
  border: none; cursor: pointer;
  transition: background 0.3s ease;
}
.hero_dashes button.is-active { background: var(--white); }

/* ---------- Press Marquee ---------- */
.press { background: var(--white); color: var(--black); padding: clamp(3rem, 7vh, 5rem) 0 clamp(2.5rem, 6vh, 4rem); }
.press_head {
  font-size: clamp(28px, 4.5vw, 54px);
  font-weight: 700;
  padding: 0 var(--pad);
  margin-bottom: clamp(2rem, 5vh, 3rem);
}
.marquee { overflow: hidden; }
.marquee_inner {
  display: inline-flex;
  align-items: center;
  gap: clamp(3rem, 7vw, 6.5rem);
  white-space: nowrap;
  animation: marquee 28s linear infinite;
  padding-right: clamp(3rem, 7vw, 6.5rem);
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee_inner span { font-size: clamp(26px, 3.5vw, 44px); }
.m-vogue  { font-family: var(--serif); letter-spacing: 0.14em; font-weight: 400; }
.m-harpers{ font-family: var(--serif); font-style: italic; }
.m-tatler { font-family: var(--grotesk); font-weight: 700; letter-spacing: 0.1em; }
.m-vanity { font-family: var(--serif); letter-spacing: 0.05em; }
.m-moevir { font-family: var(--grotesk); font-weight: 600; letter-spacing: 0.2em; }
.m-moevir i { font-family: var(--script); font-style: normal; font-size: 0.8em; }

/* Original-Logos im Marquee: einheitliche Höhe, gleichmäßiger Rhythmus */
.marquee_logos { align-items: center; }
.marquee_logos img {
  height: clamp(26px, 3vw, 42px);
  width: auto;
}

/* ---------- Features: Text links, Magazin-Stapel rechts ---------- */
.feat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(3.5rem, 8vh, 6rem) var(--pad) clamp(2rem, 5vh, 3rem);
  text-align: left;
}
.feat_kicker {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--grey); margin-bottom: 1.4rem;
}
.feat_head { font-size: clamp(32px, 4.5vw, 62px); margin-bottom: 1.6rem; }
.feat_serif {
  font-family: var(--serif);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 1.2rem;
}
.feat_stack {
  position: relative;
  width: min(440px, 78vw);
  height: clamp(420px, 62vh, 600px);
  margin: 0 auto;
  justify-self: center;
}
.feat_card {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--white);
  padding: 10px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.22);
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.45s cubic-bezier(0.3, 0.7, 0.2, 1), opacity 0.45s ease;
  will-change: transform;
}
.feat_card img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }

/* ---------- Studio / About ---------- */
.studio { position: relative; min-height: 92vh; display: flex; align-items: flex-end; justify-content: flex-start; overflow: hidden; }
.studio--split { min-height: 0; display: block; padding: clamp(4rem, 9vh, 7rem) var(--pad); }
.studio_grid {
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem); align-items: center;
  max-width: 1400px; margin: 0 auto;
}
.studio--split .studio_content { max-width: none; padding: 0; }
.studio_portrait { margin: 0; max-width: 380px; justify-self: end; }
.studio_portrait img { width: 100%; height: auto; display: block; transform: none !important; }
@media (max-width: 900px) {
  .studio_grid { grid-template-columns: 1fr; }
  .studio_portrait { order: -1; max-width: 480px; margin: 0 auto; }
}
.studio_bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.studio_overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.6)); }
.studio_content { position: relative; z-index: 2; text-align: left; max-width: 720px; padding: 6rem var(--pad) clamp(4rem, 10vh, 6rem); }
.studio_content h2 { font-size: clamp(40px, 6.5vw, 92px); font-weight: 700; }
.studio_serif {
  font-family: var(--serif);
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.6;
  margin: 1.8rem 0 2.4rem;
}
.studio_serif em { font-style: italic; }

/* ---------- Signature Experiences Liste ---------- */
.services { background: var(--black); text-align: center; padding: clamp(5rem, 12vh, 9rem) var(--pad); }
.services_kicker {
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase;
  margin-bottom: clamp(2.5rem, 6vh, 4rem);
}
.services_row {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.18);
  padding: clamp(1.6rem, 4vh, 2.6rem) 0;
  max-width: 1100px;
  margin: 0 auto;
}
.services_row h3 {
  font-size: clamp(30px, 5vw, 64px);
  font-weight: 700;
  color: #d9d9d9;
  transition: color 0.4s ease, letter-spacing 0.4s ease;
}
.services_row:hover h3 { color: var(--white); letter-spacing: 0.03em; }
.services_num {
  position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-size: clamp(16px, 2vw, 22px);
  color: var(--grey);
}

/* ---------- Experience Slider ---------- */
.xp { position: relative; height: 100vh; min-height: 640px; overflow: hidden; background: var(--black); }
.xp_slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.xp_slide.is-active { opacity: 1; z-index: 1; }
.xp_media { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; }
.xp_media > div { overflow: hidden; }
.xp_media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7); }
.xp_label {
  position: absolute;
  left: var(--pad); bottom: clamp(2rem, 6vh, 4rem);
  z-index: 3;
  max-width: 560px;
}
.xp_label h3 { font-size: clamp(34px, 4.5vw, 60px); font-weight: 700; text-shadow: 0 2px 24px rgba(0,0,0,0.5); }
.xp_label p { font-family: var(--serif); font-size: clamp(16px, 1.8vw, 19px); line-height: 1.55; margin: 1rem 0 1.4rem; text-shadow: 0 1px 12px rgba(0,0,0,0.6); }
.xp_dashes { bottom: 2rem; }

/* ---------- Editorials / Case Studies ---------- */
.cases { position: relative; display: flex; min-height: 88vh; background: var(--black); }
.cases_rail {
  display: flex; flex-direction: column; justify-content: center; gap: 0.6rem;
  padding: 0 0.6rem;
  border-right: 1px solid rgba(255,255,255,0.12);
  z-index: 5;
}
.cases_rail button {
  background: none; border: none;
  color: rgba(255,255,255,0.4);
  font-family: var(--grotesk);
  font-size: 12px; letter-spacing: 0.18em;
  padding: 0.7rem 0.5rem;
  cursor: pointer;
  writing-mode: vertical-rl;
  transition: color 0.3s ease;
}
.cases_rail button.is-active, .cases_rail button:hover { color: var(--white); }
.cases_slides { position: relative; flex: 1; }
.case { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1.1fr; opacity: 0; pointer-events: none; transition: opacity 0.8s ease; }
.case.is-active { opacity: 1; pointer-events: auto; }
.case_text { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 5rem); }
.case_kicker { font-size: 12px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--grey); margin-bottom: 1.2rem; }
.case_text h3 { font-size: clamp(40px, 5.5vw, 84px); font-weight: 700; }
.case_quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(16px, 1.9vw, 21px);
  line-height: 1.5;
  margin-top: 1.4rem;
  max-width: 420px;
  opacity: 0.9;
}
.case_quote span {
  display: block;
  font-family: var(--grotesk);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 0.5rem;
}
.case_link {
  margin-top: 1.6rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(16px, 1.8vw, 20px);
  text-decoration: underline;
  text-underline-offset: 5px;
  opacity: 0.85;
}
.case_link:hover { opacity: 1; }
.case_media { overflow: hidden; }
.case_media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Reels ---------- */
.reels { background: var(--white); color: var(--black); padding: clamp(4rem, 9vh, 7rem) 0; text-align: center; }
.reels_head { font-size: clamp(30px, 4.5vw, 56px); font-weight: 700; }
.reels_sub { font-family: var(--serif); font-size: clamp(16px, 1.9vw, 20px); margin: 0.8rem 0 2.5rem; }
.reels_row {
  display: flex; gap: clamp(0.8rem, 1.6vw, 1.4rem);
  overflow-x: auto;
  padding: 0 var(--pad) 1rem;
  scroll-snap-type: x mandatory;
}
.reels_row video {
  flex: 0 0 auto;
  width: clamp(180px, 17vw, 250px);
  aspect-ratio: 9 / 16;
  object-fit: cover;
  scroll-snap-align: center;
  background: #111;
}
.reels_row::-webkit-scrollbar { height: 4px; }
.reels_row::-webkit-scrollbar-thumb { background: #ccc; }

/* ---------- Lookbooks ---------- */
.lookbooks {
  background: var(--white); color: var(--black);
  display: grid; grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(4rem, 9vh, 7rem) var(--pad);
}
.lookbooks_text h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 700; }
.lookbooks_text p { font-family: var(--serif); font-size: clamp(16px, 1.9vw, 20px); line-height: 1.6; margin-top: 1.2rem; max-width: 420px; }
.lookbooks_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.8rem, 1.6vw, 1.4rem); }
.lb_card { background: var(--bone); padding: clamp(0.8rem, 1.6vw, 1.4rem); }
.lb_card img { width: 100%; height: auto; box-shadow: 0 14px 34px rgba(0,0,0,0.18); }
.lb_card span {
  display: block;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-top: 0.9rem; text-align: center;
}
.lb_card { transition: transform 0.4s ease; }
.lb_card:hover { transform: translateY(-6px); }

/* ---------- Hospitality / Hotel-Ambiente ---------- */
.hosp { background: var(--black); padding: clamp(4rem, 9vh, 7rem) 0; }
.hosp_text { padding: 0 var(--pad); max-width: 820px; margin-bottom: clamp(2.5rem, 6vh, 4rem); }
.hosp_kicker {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--grey); margin-bottom: 1.2rem;
}
.hosp_text h2 { font-size: clamp(36px, 5.5vw, 76px); }
.hosp_serif { font-family: var(--serif); font-size: clamp(16px, 2vw, 21px); line-height: 1.6; margin: 1.4rem 0 2rem; opacity: 0.92; }
.hosp_marquee { overflow: hidden; }
.hosp_inner {
  display: inline-flex;
  gap: clamp(0.8rem, 1.5vw, 1.4rem);
  animation: marquee 60s linear infinite;
  padding-right: clamp(0.8rem, 1.5vw, 1.4rem);
}
.hosp_inner img {
  height: clamp(240px, 38vh, 380px);
  width: auto;
}
.hosp_marquee:hover .hosp_inner { animation-play-state: paused; }

/* Lookbook-Insights: Seiten als Karten, horizontal scrollbar */
.lb_insights {
  display: flex;
  gap: clamp(0.9rem, 2vw, 1.6rem);
  overflow-x: auto;
  padding: 0 var(--pad) 1.5rem;
  margin-bottom: clamp(2rem, 5vh, 3rem);
  scroll-snap-type: x mandatory;
}
.lb_insights::-webkit-scrollbar { height: 4px; }
.lb_insights::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.25); }
.lb_page {
  flex: 0 0 auto;
  margin: 0;
  width: clamp(210px, 22vw, 300px);
  background: var(--white);
  padding: 8px;
  scroll-snap-align: center;
  box-shadow: 0 16px 38px rgba(0,0,0,0.35);
  transition: transform 0.4s ease;
}
.lb_page:hover { transform: translateY(-6px) rotate(-0.5deg); }
.lb_page img { width: 100%; height: auto; }

/* ---------- Community Experiences für Unternehmerinnen ---------- */
.comm { background: var(--black); padding: clamp(4rem, 9vh, 7rem) var(--pad); }
.comm_text { max-width: 860px; margin-bottom: clamp(2.5rem, 6vh, 4rem); }
.comm_text h2 { font-size: clamp(34px, 5vw, 70px); }
.comm_label {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--grey);
  margin: clamp(2rem, 5vh, 3rem) 0 1.2rem;
}
.comm_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.7rem, 1.4vw, 1.2rem);
}
.comm_grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.comm_women {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.7rem, 1.4vw, 1.2rem);
}
.comm_women img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.comm_grid img, .comm_women img { transition: transform 0.5s ease; }
.comm_grid img:hover, .comm_women img:hover { transform: scale(1.02); }
.comm_cta { margin-top: clamp(2rem, 5vh, 3rem); text-align: center; }

/* ---------- For Visionaries / Produkte ---------- */
.vis { background: var(--bone); color: var(--black); padding: clamp(4.5rem, 10vh, 8rem) var(--pad); }
.vis_text { max-width: 720px; margin-bottom: clamp(2.5rem, 6vh, 4rem); }
.vis_kicker {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: #8a8378; margin-bottom: 1.2rem;
}
.vis_text h2 { font-size: clamp(36px, 5.5vw, 76px); }
.vis_serif { font-family: var(--serif); font-size: clamp(16px, 2vw, 21px); line-height: 1.6; margin-top: 1.4rem; }
.vis_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.5vw, 2.2rem); }
.vis_card { background: var(--white); padding: clamp(1rem, 2vw, 1.6rem); display: flex; flex-direction: column; transition: transform 0.4s ease, box-shadow 0.4s ease; }
.vis_card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.12); }
.vis_card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.vis_num {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: #8a8378; margin: 1.2rem 0 0.4rem;
}
.vis_card h3 { font-size: clamp(20px, 2.2vw, 28px); }
.vis_card p:not(.vis_num) { font-family: var(--serif); font-size: 16px; line-height: 1.55; margin: 0.7rem 0 1.2rem; flex: 1; }
.vis_card .pill { align-self: flex-start; }

/* ---------- Quote ---------- */
.quote { position: relative; min-height: 88vh; display: flex; align-items: flex-end; justify-content: flex-start; overflow: hidden; }
.quote_bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.quote_overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.65)); }
.quote_content { position: relative; z-index: 2; text-align: left; max-width: 980px; padding: 6rem var(--pad) clamp(4rem, 10vh, 6rem); }
.quote_content h2 { font-size: clamp(28px, 4.4vw, 60px); font-weight: 700; margin-bottom: 1.2rem; }
.quote_serif {
  font-family: var(--serif);
  font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.55;
  margin-bottom: 2rem;
  max-width: 560px;
}

/* ---------- Feedback: Original-Screenshots + Zitat-Carousel ---------- */
.feedback {
  background: var(--white); color: var(--black);
  padding: clamp(4rem, 9vh, 7rem) var(--pad);
}
.fb_shots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  max-width: 980px;
  margin: 0 auto;
  align-items: start;
}
.fb_shot { margin: 0; }
.fb_shot img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.22);
  border: 1px solid rgba(0,0,0,0.08);
}
.fb_chat { display: flex; justify-content: center; }
.fb_phone {
  width: min(320px, 82vw);
  background: var(--bone);
  border-radius: 26px;
  padding: 1.1rem;
  box-shadow: 0 22px 50px rgba(0,0,0,0.16);
  display: flex; flex-direction: column; gap: 0.55rem;
}
.fb_header {
  text-align: center;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 0.3rem;
}
.fb_bubble {
  background: var(--white);
  border-radius: 14px 14px 14px 4px;
  padding: 0.65rem 0.9rem;
  font-size: 14.5px;
  line-height: 1.4;
  max-width: 88%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.fb_bubble--me {
  align-self: flex-end;
  background: #efe6da;
  border-radius: 14px 14px 4px 14px;
  font-family: var(--serif);
}
.fb_bubble--img { padding: 0.35rem; max-width: 70%; }
.fb_bubble--img img { border-radius: 10px; width: 100%; }

/* ---------- Testimonials ---------- */
.quotes_carousel { position: relative; text-align: center; padding: clamp(3rem, 7vh, 5rem) 0 clamp(4rem, 9vh, 6rem); min-height: 320px; }
.tq { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 var(--pad); opacity: 0; transition: opacity 0.8s ease; pointer-events: none; }
.tq.is-active { opacity: 1; pointer-events: auto; }
.tq_text { font-family: var(--serif); font-size: clamp(18px, 2.4vw, 26px); line-height: 1.6; max-width: 900px; }
.tq_name { font-size: 12px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; margin-top: 1.4rem; }
.tq_dashes { position: absolute; left: 50%; transform: translateX(-50%); bottom: 2rem; right: auto; }
.tq_dashes button { background: rgba(0,0,0,0.25); }
.tq_dashes button.is-active { background: var(--black); }

/* ---------- Journal ---------- */
.journal { background: var(--white); color: var(--black); padding: clamp(4rem, 9vh, 7rem) var(--pad); }
.journal_head { display: flex; align-items: center; justify-content: space-between; margin-bottom: clamp(2rem, 5vh, 3rem); }
.journal_head h2 { font-size: clamp(30px, 4.5vw, 56px); font-weight: 700; }
.journal_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 2rem); }
.j_card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 0.9s cubic-bezier(0.2,0.6,0.2,1); }
.j_card:hover img { transform: scale(1.06); }
.j_date { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: #777; margin: 1rem 0 0.4rem; }
.j_card h3 { font-family: var(--serif); font-size: clamp(17px, 1.9vw, 21px); font-weight: 400; text-transform: none; line-height: 1.4; }

/* ---------- Signup / Kontakt ---------- */
.signup { background: var(--black); text-align: center; padding: clamp(5rem, 12vh, 8rem) var(--pad); }
.signup_script {
  font-family: var(--script);
  font-size: clamp(30px, 4.5vw, 52px);
  margin-bottom: 1rem;
}
.signup h2 { font-family: var(--serif); font-size: clamp(24px, 3.4vw, 40px); font-weight: 300; text-transform: none; margin-bottom: 2rem; }
.signup_row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--black); padding: clamp(3rem, 7vh, 5rem) var(--pad) 2rem; }
.footer_cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }
.site-footer a { display: block; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.4rem 0; opacity: 0.7; transition: opacity 0.3s ease; }
.site-footer a:hover { opacity: 1; }
.footer_bottom { font-size: 11px; letter-spacing: 0.08em; opacity: 0.5; text-align: center; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.4rem; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .main-nav {
    display: none;
    position: fixed; inset: 0;
    background: var(--black);
    flex-direction: column;
    align-items: center; justify-content: center;
    gap: 1.6rem;
    z-index: 90;
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; position: relative; z-index: 95; }
  .xp_media { grid-template-columns: 1fr; }
  .xp_media > div:nth-child(2) { display: none; }
  .case { grid-template-columns: 1fr; }
  .case_media { min-height: 44vh; order: -1; }
  .lookbooks { grid-template-columns: 1fr; }
  .journal_grid { grid-template-columns: 1fr; }
  .footer_cols { grid-template-columns: 1fr 1fr; }
  .feat { grid-template-columns: 1fr; text-align: left; }
  .feat_stack { margin-top: 1.5rem; }
  .fb_shots { grid-template-columns: 1fr; }
  .comm_grid { grid-template-columns: 1fr 1fr; }
  .comm_women { grid-template-columns: repeat(2, 1fr); }
  .cases_rail button { writing-mode: horizontal-tb; }
  .cases { flex-direction: column; }
  .cases_rail { flex-direction: row; justify-content: center; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 0.8rem 0; }
  .cases_slides { min-height: 90vh; }
}

/* ============================================================
   ERWEITERUNG: Team, Paket-Teaser, Masonry, Kontaktformular,
   Unterseiten (Experiences + Journal)
   ============================================================ */

/* ---------- Team ---------- */
.team { background: var(--black); padding: clamp(4rem, 9vh, 7rem) var(--pad); }
.team_head { font-size: clamp(32px, 4.8vw, 64px); max-width: 900px; }
.team_serif { max-width: 720px; margin-top: 1.2rem; }
.team_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 3vw, 2.5rem);
  margin-top: clamp(2.5rem, 6vh, 4rem);
}
.team_role { border-top: 1px solid rgba(255,255,255,0.2); padding-top: 1.2rem; }
.team_role span {
  font-family: var(--serif);
  font-size: 14px;
  color: var(--grey);
  letter-spacing: 0.2em;
}
.team_role h3 { font-size: clamp(19px, 2vw, 26px); margin: 0.5rem 0 0.6rem; }
.team_role p { font-family: var(--serif); font-size: 16px; line-height: 1.5; opacity: 0.85; }

/* ---------- Paket-Teaser ---------- */
.pk { background: var(--black); padding: clamp(4rem, 9vh, 7rem) var(--pad); }
.pk_head { margin-bottom: clamp(2.5rem, 6vh, 4rem); }
.pk_head h2 { font-size: clamp(34px, 5vw, 70px); }
.pk_row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(2.5rem, 6vh, 4rem) 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.pk_row--flip .pk_media { order: 2; }
.pk_media { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(0.7rem, 1.4vw, 1.2rem); }
.pk_media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 0.6s ease; }
.pk_row:hover .pk_media img { transform: scale(1.02); }
.pk_num {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--grey); margin-bottom: 0.8rem;
}
.pk_text h3 { font-size: clamp(30px, 4vw, 54px); margin-bottom: 1rem; }
.pk_text .page_serif { margin-bottom: 1.6rem; }

/* ---------- Lookbook-Masonry (Hotels) ---------- */
.lb_masonry {
  columns: 3;
  column-gap: clamp(0.9rem, 2vw, 1.6rem);
  padding: clamp(2rem, 5vh, 3rem) var(--pad) 0;
}
.lbm {
  margin: 0 0 clamp(0.9rem, 2vw, 1.6rem);
  break-inside: avoid;
  background: var(--white);
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(0,0,0,0.35);
}
.lbm img { width: 100%; height: auto; display: block; transition: transform 0.8s cubic-bezier(0.2,0.6,0.2,1); }
.lbm:hover img { transform: scale(1.05); }
.lbm--tall img { transform-origin: center 30%; }
.lbm--wide { column-span: none; }

/* ---------- Collage-Größenspiel (Unternehmerinnen) ---------- */
.comm_women--play { align-items: end; }
.comm_women--play img { transition: transform 0.6s ease; }
.comm_women--play .cw--tall { aspect-ratio: 3 / 4.4; }
.comm_women--play img:not(.cw--tall) { aspect-ratio: 4 / 5; margin-bottom: clamp(1rem, 3vh, 2rem); }

/* ---------- Loveletter / Quote ---------- */
.quote_kicker {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--white); opacity: 0.85;
  margin-bottom: 1rem;
}

/* ---------- Kontaktformular ---------- */
.contact_form {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  display: flex; flex-direction: column; gap: 1.2rem;
}
.contact_form label {
  display: flex; flex-direction: column; gap: 0.45rem;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}
.cf_row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.contact_form input, .contact_form select, .contact_form textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 14px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 17px;
  padding: 0.9rem 1.1rem;
  outline: none;
  transition: border-color 0.3s ease;
}
.contact_form input:focus, .contact_form select:focus, .contact_form textarea:focus { border-color: var(--white); }
.contact_form select option { color: var(--black); }
.contact_form button { align-self: center; margin-top: 0.5rem; cursor: pointer; background: transparent; }
.hidden-field { display: none; }

/* ---------- Unterseiten ---------- */
.page_hero { position: relative; height: 62vh; min-height: 420px; overflow: hidden; }
.page_hero img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55); }
.page_hero_content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end; align-items: flex-start;
  padding: 0 var(--pad) clamp(2.5rem, 7vh, 4rem);
}
.page_hero h1 { font-size: clamp(44px, 7vw, 96px); }
.page_kicker {
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--grey); margin-bottom: 0.9rem;
}
.page_hero .page_kicker { color: rgba(255,255,255,0.85); }
.page_block { padding: clamp(3rem, 7vh, 5rem) var(--pad) 0; }
.page_block > .page_serif, .page_block > .page_claim { max-width: 880px; }
.page_block h2 { font-size: clamp(28px, 4vw, 52px); margin-bottom: 1.4rem; }
.page_serif {
  font-family: var(--serif);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
  margin-bottom: 1.2rem;
  max-width: 760px;
}
.page_claim {
  font-family: var(--script);
  font-size: clamp(28px, 4vw, 46px);
  margin-top: 1.4rem;
}
.page_imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.8rem, 1.6vw, 1.4rem);
  padding: clamp(2.5rem, 6vh, 4rem) var(--pad) 0;
}
.page_imgs img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.page_cta { text-align: center; padding: clamp(4rem, 10vh, 7rem) var(--pad); }
.page_cta h2 { font-family: var(--serif); font-size: clamp(24px, 3.4vw, 40px); font-weight: 300; text-transform: none; margin: 0.6rem 0 2rem; }

@media (max-width: 960px) {
  .team_grid { grid-template-columns: 1fr; }
  .pk_row { grid-template-columns: 1fr; }
  .pk_row--flip .pk_media { order: 0; }
  .lb_masonry { columns: 2; }
  .cf_row { grid-template-columns: 1fr; }
  .page_imgs { grid-template-columns: 1fr; }
}
@media (max-width: 560px) { .lb_masonry { columns: 1; } }

/* ---------- Team-Fotos ---------- */
.team_photos {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  gap: clamp(0.7rem, 1.4vw, 1.2rem);
  margin-top: clamp(2rem, 5vh, 3rem);
  align-items: end;
}
.team_photos img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform 0.6s ease; }
.team_photos img:nth-child(2) { aspect-ratio: 3 / 3.4; }
.team_photos img:nth-child(3) { aspect-ratio: 3 / 3.7; }
.team_photos img:hover { transform: scale(1.02); }

/* ---------- Masonry auf Unterseiten ---------- */
.lb_masonry--page { padding: clamp(2.5rem, 6vh, 4rem) var(--pad) 0; }

@media (max-width: 960px) {
  .team_photos { grid-template-columns: 1fr 1fr; }
}

/* ---------- Team: Mixed-Media-Strip mit Videos ---------- */
.team_media {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr 0.85fr;
  gap: clamp(0.7rem, 1.4vw, 1.2rem);
  margin-top: clamp(2rem, 5vh, 3rem);
  align-items: center;
}
.tm { margin: 0; overflow: hidden; position: relative; }
.tm img, .tm video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.8s cubic-bezier(0.2,0.6,0.2,1); }
.tm { aspect-ratio: 3 / 4; }
.tm:nth-child(2) { aspect-ratio: 9 / 14; margin-top: clamp(1.5rem, 4vh, 2.5rem); }
.tm:nth-child(3) { aspect-ratio: 3 / 3.6; margin-top: clamp(-2rem, -3vh, -1rem); }
.tm:nth-child(4) { aspect-ratio: 9 / 14; margin-top: clamp(2rem, 5vh, 3.5rem); }
.tm:hover img, .tm:hover video { transform: scale(1.05); }
.tm::after {
  content: '';
  position: absolute; inset: 10px;
  border: 1px solid rgba(255,255,255,0.35);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.tm:hover::after { opacity: 1; }

/* ---------- Tagesablauf-Skizze ---------- */
.day_flow { margin-top: clamp(2rem, 5vh, 3rem); border-top: 1px solid rgba(255,255,255,0.2); padding-top: 1.6rem; max-width: 680px; }
.day_flow ol { list-style: none; margin-top: 1rem; }
.day_flow li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 1.2rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-family: var(--serif);
  font-size: clamp(16px, 1.9vw, 19px);
}
.day_flow li span {
  font-family: var(--grotesk);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--grey);
  padding-top: 4px;
}

/* ---------- Feedback & Formular auf Unterseiten ---------- */
.page_block--wide { }
.fb_shots--page { margin-top: clamp(1.5rem, 4vh, 2.5rem); }
.page_block--form { max-width: 860px; margin-left: auto; margin-right: auto; }

@media (max-width: 960px) {
  .team_media { grid-template-columns: 1fr 1fr; }
  .tm:nth-child(3) { margin-top: 0; }
}

/* ---------- Zwischenbilder & Inline-CTAs auf Unterseiten ---------- */
.page_wide { padding: clamp(2.5rem, 6vh, 4rem) var(--pad) 0; }
.page_wide img { width: 100%; height: auto; }
.page_pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.9rem, 2vw, 1.6rem);
  padding: clamp(2.5rem, 6vh, 4rem) var(--pad) 0;
  align-items: start;
}
.page_pair figure { margin: 0; overflow: hidden; }
.page_pair img { width: 100%; height: auto; transition: transform 0.8s cubic-bezier(0.2,0.6,0.2,1); }
.page_pair figure:hover img { transform: scale(1.04); }
.page_caption {
  font-family: var(--script);
  font-size: clamp(26px, 3.6vw, 42px);
  margin: 1.2rem var(--pad) 0;
}
.page_caption--center { text-align: center; margin-left: auto; margin-right: auto; }
.page_inlinecta { text-align: center; padding: clamp(1.8rem, 4vh, 2.8rem) var(--pad) 0; }
@media (max-width: 720px) { .page_pair { grid-template-columns: 1fr; } }

/* ---------- Über mich auf Unterseiten (weißer Break) ---------- */
.page_about {
  background: var(--white);
  color: var(--black);
  margin-top: clamp(3rem, 7vh, 5rem);
  padding: clamp(3.5rem, 8vh, 6rem) 0 clamp(2.5rem, 6vh, 4rem);
}
.pa_grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: 0 var(--pad);
  max-width: 1200px;
  margin: 0 auto clamp(2.5rem, 6vh, 4rem);
}
.pa_media { margin: 0; overflow: hidden; }
.pa_media img { width: 100%; height: auto; transition: transform 0.8s cubic-bezier(0.2,0.6,0.2,1); }
.pa_media:hover img { transform: scale(1.03); }
.pa_text h2 { font-size: clamp(32px, 4.5vw, 60px); margin-bottom: 1.2rem; }
.pa_text .page_serif { max-width: 560px; }
@media (max-width: 720px) { .pa_grid { grid-template-columns: 1fr; } }

/* ---------- Editorial-Feature: vertikale Script-Zeile halb im Bild ---------- */
.page_feature {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: center;
  padding: clamp(3rem, 7vh, 5rem) var(--pad) 0 calc(var(--pad) + clamp(24px, 3.5vw, 48px));
}
.pf_main { position: relative; margin: 0; }
.pf_main img { width: 100%; height: auto; }
.pf_vertical {
  position: absolute;
  left: 0; top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: var(--script);
  max-height: 96%;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
  color: var(--white);
  white-space: nowrap;
  z-index: 2;
  text-shadow: 0 2px 22px rgba(0,0,0,0.45);
  pointer-events: none;
}
.pf_side { margin: 0; overflow: hidden; }
.pf_side img { width: 100%; height: auto; transition: transform 0.8s cubic-bezier(0.2,0.6,0.2,1); margin-top: clamp(2rem, 5vh, 3.5rem); }
.pf_side:hover img { transform: scale(1.04); }
@media (max-width: 720px) {
  .page_feature { grid-template-columns: 1fr; }
  .pf_vertical { font-size: clamp(28px, 8vw, 40px); }
  .pf_side img { margin-top: 0; }
}

/* ---------- Solo-Feature & hohe Zwischenbilder ---------- */
.page_feature--solo { grid-template-columns: 1fr; justify-items: center; }
.page_feature--solo .pf_main { max-width: min(560px, 86vw); }
.page_wide .pw_tall { max-width: min(680px, 90vw); margin: 0 auto; }

/* ---------- Zitat im Journal ---------- */
.page_quote {
  font-style: italic;
  font-size: clamp(19px, 2.4vw, 25px) !important;
  border-left: 2px solid rgba(255,255,255,0.4);
  padding-left: 1.4rem;
}

/* ---------- Blog-Struktur: Meta-Zeile + Vergleich ---------- */
.post_meta {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(0.8rem, 2vw, 1.6rem);
  padding: 1.1rem var(--pad);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--grey);
}
.post_back { color: var(--white); opacity: 0.85; }
.post_back:hover { opacity: 1; }
.vs {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  margin-top: clamp(1.5rem, 4vh, 2.5rem);
}
.vs_col { border: 1px solid rgba(255,255,255,0.18); padding: clamp(1.4rem, 3vw, 2.2rem); }
.vs_col--sb { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.04); }
.vs_col h3 { font-size: clamp(17px, 1.9vw, 23px); margin-bottom: 1.1rem; }
.vs_col ul { list-style: none; }
.vs_col li {
  font-family: var(--serif);
  font-size: clamp(15.5px, 1.8vw, 18px);
  line-height: 1.5;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 760px) { .vs { grid-template-columns: 1fr; } }

/* ---------- Lookbook-Blättern im Journal ---------- */
.page_block .feat_stack { margin-top: clamp(1.8rem, 4vh, 2.8rem); cursor: pointer; }
.fs_hint { font-size: 14px !important; color: var(--grey); text-align: center; margin-top: 1.2rem; }

/* ---------- Lookbook-Slider ---------- */
.lbslider {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(0.6rem, 1.6vw, 1.4rem);
  margin-top: clamp(1.8rem, 4vh, 2.8rem);
  position: relative;
  perspective: 1200px;
}
.lbs_frame { overflow: hidden; }
.lbs_track { display: flex; }
.lbs_track img {
  flex: 0 0 100%;
  width: 100%; height: auto;
  max-height: 78vh;
  object-fit: contain;
  background: var(--white);
  padding: 8px;
}
.lbs_arrow {
  background: none;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 999px;
  color: var(--white);
  width: 46px; height: 46px;
  font-size: 26px; line-height: 1;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.lbs_arrow:hover { background: var(--white); color: var(--black); }
.lbs_dashes {
  position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: -1.8rem; right: auto;
}
/* Übergangs-Crop beim Scroll-Zoom sauber halten */
.page_wide, .pf_main, .pf_side { overflow: hidden; }
.reels_row--dark { padding-left: 0; padding-right: 0; }
.reels_row--dark video { background: #111; }

/* ---------- Header auf volle Höhe + Set-Strecken ---------- */
.page_hero { height: 100vh; min-height: 620px; }
.set_head {
  font-size: clamp(20px, 2.4vw, 30px);
  margin: clamp(3rem, 7vh, 4.5rem) 0 1.4rem;
}
.set_row { margin: 0; overflow: hidden; background: var(--white); padding: 8px; }
.set_row--wide { width: 100%; margin-top: clamp(1.2rem, 3vh, 2rem); }
.set_row--wide img { width: 100%; height: auto; }

/* Text links, Insight-Bild rechts (Desktop) */
.tsplit {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
}
.txt2col {
  column-count: 2;
  column-gap: clamp(3rem, 6vw, 6rem);
  margin-bottom: 0.5rem;
}
.txt2col .page_serif { break-inside: avoid; }
@media (max-width: 900px) { .txt2col { column-count: 1; } }
.tsplit_aside {
  margin: 0; position: relative;
  background: var(--white); padding: 8px;
  justify-self: center;
}
.tsplit_aside img { max-width: 100%; width: auto; max-height: 80vh; height: auto; display: block; margin: 0 auto; }
.tsplit_aside--photo { width: 100%; }
.tsplit_aside--photo img { width: 100%; max-height: none; }

/* Lookbook-Slider und angrenzende Ergebnis-Insights */
.lb_flow {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 380px);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: center;
}
.lb_caption {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--black);
  padding: 10px 4px 4px;
  text-align: center;
}
.fb_shot {
  margin: 0;
  justify-self: center;
  background: var(--white); padding: 8px;
  max-width: min(420px, 90%);
}
.fb_shot img { width: 100%; height: auto; display: block; }
@media (max-width: 900px) {
  .tsplit, .lb_flow { grid-template-columns: 1fr; }
  .tsplit_aside, .fb_shot { justify-self: center; }
}
.lbslider { will-change: transform; }

/* ---------- Cine-Rahmen: Zoom bleibt im weißen Rahmen, Captions frei ---------- */
.cine_frame { overflow: hidden; }
.cine_frame img { display: block; width: 100%; height: auto; }
.tsplit_aside .cine_frame img { max-height: 80vh; width: auto; max-width: 100%; margin: 0 auto; }
.tsplit_aside--photo .cine_frame img { width: 100%; max-height: none; }

/* ---------- Formular: Ja/Nein-Auswahl ---------- */
.cf_group_label {
  display: block;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 0.6rem;
}
.cf_choice { display: flex; gap: 2rem; }
.cf_radio {
  flex-direction: row !important;
  align-items: center;
  gap: 0.55rem !important;
  font-size: 14px !important;
  letter-spacing: 0.08em !important;
  cursor: pointer;
}
.cf_radio input {
  width: 18px; height: 18px;
  accent-color: var(--white);
  margin: 0;
}

/* ---------- Instagram-Karte: reale Person, echter Feed ---------- */
.ig_card {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.5vw, 2rem);
  border: 1px solid rgba(255,255,255,0.25);
  padding: clamp(0.9rem, 2vw, 1.4rem);
  margin-top: clamp(1.6rem, 3.5vh, 2.4rem);
  transition: border-color 0.3s ease, background 0.3s ease;
}
.ig_card:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.04); }
.ig_card img {
  width: clamp(240px, 24vw, 360px);
  height: auto;
  flex: 0 0 auto;
  background: var(--white);
  padding: 5px;
}
.ig_card { align-items: flex-start; }
.ig_card_text { position: sticky; top: 110px; }
.ig_card_text { display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-start; }
.ig_card_name {
  font-family: var(--display);
  font-size: clamp(18px, 2vw, 24px);
  text-transform: uppercase;
  font-weight: 700;
}
.ig_card_sub {
  font-family: var(--serif);
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}
.ig_card_pill { margin-top: 0.4rem; font-size: 11px; padding: 0.7rem 1.5rem; }
@media (max-width: 560px) { .ig_card { flex-direction: column; align-items: flex-start; } }

/* ---------- Instagram-Mini über dem Portrait ---------- */
.ig_mini {
  position: absolute;
  left: -9%;
  bottom: 5%;
  width: clamp(130px, 13vw, 185px);
  background: var(--white);
  padding: 5px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.5);
  transform: rotate(-3.5deg);
  transition: transform 0.35s ease;
}
.ig_mini:hover { transform: rotate(0deg) scale(1.04); }
.ig_mini img { width: 100%; height: auto; display: block; }
.ig_link { text-decoration: underline; text-underline-offset: 4px; }
.ig_link:hover { opacity: 0.75; }

/* ============================================================
   MOBILE-PASS Journal (UX)
   ============================================================ */

/* Stabile Vollhöhe auf iOS/Android (Adressleiste) */
.page_hero { height: 100svh; }

@media (max-width: 900px) {
  /* Bild vor Text: mobil zieht das Visual rein, dann kommt die Story */
  .tsplit { gap: 1.8rem; }
  .tsplit .tsplit_aside { order: -1; }
  .tsplit_aside { max-width: min(480px, 100%); }
  .lb_flow .lb_aside { order: 0; max-width: min(420px, 100%); margin: 0 auto; }
}

@media (max-width: 720px) {
  .page_hero { min-height: 480px; }
  .post_meta { flex-wrap: wrap; row-gap: 0.4rem; }

  /* Lookbook-Slider: Pfeile aufs Bild legen, volle Breite fürs Magazin */
  .lbslider {
    grid-template-columns: 1fr;
    position: relative;
  }
  .lbs_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 40px; height: 40px; font-size: 22px;
    background: rgba(10,10,10,0.45);
    border-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(4px);
  }
  .lbs_arrow--prev { left: 10px; }
  .lbs_arrow--next { right: 10px; }
  .lbs_track img { max-height: 66vh; }
  .lbs_dashes { bottom: -1.4rem; }
  .fs_hint { margin-top: 2rem; }

  /* Insight-Streifen und Screenshots: angenehme Maximalgrößen */
  .set_row--wide { padding: 6px; }
  .fb_shot { max-width: min(340px, 92%); }

  /* IG-Mini bleibt im Bild, nicht über dem Displayrand */
  .ig_mini { left: 0.6rem; bottom: 0.6rem; width: clamp(104px, 30vw, 140px); }

  /* Formular: Ja/Nein bleibt gut tippbar */
  .cf_choice { gap: 1.4rem; }
  .cf_radio input { width: 22px; height: 22px; }
  .pill { padding: 0.95rem 1.7rem; }

  /* Vergleich: markierte Spalte zuerst zeigen */
  .vs { gap: 1rem; }
  .vs_col--sb { order: -1; }

  /* Vertikale Caption mobil kleiner, sonst dominiert sie das Bild */
  .pf_vertical { font-size: clamp(18px, 5vw, 24px); }
}

@media (max-width: 480px) {
  .page_hero h1 { font-size: clamp(34px, 11vw, 44px); }
  .page_block h2 { font-size: clamp(24px, 7.2vw, 30px); }
  .lbs_track img { padding: 5px; }
  .tsplit_aside { padding: 6px; }
}

/* ---------- Feedback-Notiz über den Strand-Insights ---------- */
.fb_mini {
  position: absolute;
  bottom: 5%;
  left: -18%;
  width: 82%;
  max-width: 300px;
  background: var(--white);
  padding: 5px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.5);
  transform: rotate(2.5deg);
  display: block;
}
.fb_mini img { width: 100%; height: auto; display: block; }
@media (max-width: 720px) {
  .fb_mini { left: 2%; width: 96%; max-width: 330px; bottom: 4%; }
}

/* ---------- Feedback und Insight-Streifen nebeneinander ---------- */
.tsplit_duo {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: center;
  justify-self: end;
  width: 100%;
}
.duo_item {
  margin: 0;
  background: var(--white);
  padding: 8px;
}
.duo_item img { width: 100%; height: auto; display: block; }
.duo_item:last-child { justify-self: end; }
@media (max-width: 900px) {
  .tsplit_duo { max-width: min(520px, 100%); margin: 0 auto; justify-self: center; }
}
@media (max-width: 600px) {
  .tsplit_duo { grid-template-columns: 1fr; }
  .duo_item { max-width: min(360px, 100%); margin: 0 auto; }
}

/* ---------- Bildreihe mit betonter Mitte (Tower) ---------- */
.page_imgs--focus { grid-template-columns: 1fr 1.35fr 1fr; align-items: center; }
.pi_focus { overflow: hidden; }
.pi_focus img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
@media (max-width: 960px) { .page_imgs--focus { grid-template-columns: 1fr; } }

/* ---------- Vertikale Caption immer lesbar + Solo-Vergleich ---------- */
.pf_vertical {
  color: var(--white);
  background: var(--black);
  padding: 1.1em 0.5em;
  mix-blend-mode: normal;
  font-family: var(--serif) !important;
  font-weight: 300;
  font-size: clamp(15px, 1.5vw, 21px) !important;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
.vs--solo { grid-template-columns: 1fr; max-width: 880px; }

/* ---------- BTS-Reihe: Video, Still, Video ---------- */
.bts_row {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: center;
  margin-top: clamp(1.5rem, 4vh, 2.5rem);
}
.bts_row video { width: 100%; height: auto; background: #111; }
.bts_still { margin: 0; overflow: hidden; background: var(--white); padding: 6px; }
.bts_still img { width: 100%; height: auto; display: block; }
@media (max-width: 820px) { .bts_row { grid-template-columns: 1fr; } .bts_row video, .bts_still { max-width: min(440px, 100%); margin: 0 auto; } }

/* ---------- Feedback-Trio ---------- */
.fb_trio {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: start;
  margin-top: clamp(1.5rem, 4vh, 2.5rem);
}
.fb_item { margin: 0; background: var(--white); padding: 6px; }
.fb_item img { width: 100%; height: auto; display: block; }
@media (max-width: 820px) { .fb_trio { grid-template-columns: 1fr; max-width: min(440px, 100%); margin-left: auto; margin-right: auto; } }

.duo_item--wide { grid-column: 1 / -1; }

/* Textspalte im tsplit oben beginnen lassen, Bild bleibt mittig */
.tsplit > div:first-child { align-self: start; }

/* Vertikale Bild-Caption entfernt (unleserlich in der vertikalen Laufrichtung) */
.pf_vertical { display: none !important; }

/* ---------- Formular mit Bild im Hintergrund ---------- */
.form_bg { position: relative; overflow: hidden; max-width: none; padding-top: clamp(5rem, 12vh, 8rem); padding-bottom: clamp(4rem, 9vh, 6rem); }
.form_bgimg { position: absolute; inset: 0; z-index: 0; }
.form_bgimg img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: brightness(0.6);
}
.form_bgimg::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, var(--black) 0%, rgba(10,10,10,0.25) 30%, rgba(10,10,10,0.45) 70%, var(--black) 100%);
  z-index: 1;
}
.form_bg > *:not(.form_bgimg) { position: relative; z-index: 2; }
.form_bg .contact_form, .form_bg .signup_script, .form_bg h2 { max-width: 860px; margin-left: auto; margin-right: auto; }
.form_bg h2 { text-align: center; }

.bts_row--trio { grid-template-columns: 1fr 1fr 1fr; }

/* Hover-Zoom auf dem betonten Mittelbild */
.pi_focus img { transition: transform 0.9s cubic-bezier(0.2,0.6,0.2,1); }
.pi_focus:hover img { transform: scale(1.07) !important; }

.pf_side video { width: 100%; height: auto; display: block; margin-top: clamp(2rem, 5vh, 3.5rem); background: #111; }
@media (max-width: 720px) { .pf_side video { margin-top: 0; } }

/* ---------- Journal-Dropdown im Menü ---------- */
.nav_drop { position: relative; display: inline-block; }
.nav_sub {
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%);
  background: var(--black);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 0.9rem 1.4rem;
  display: none;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 260px;
  z-index: 300;
}
.nav_drop:hover .nav_sub, .nav_drop:focus-within .nav_sub { display: flex; }
.nav_sub a {
  font-size: 12px;
  letter-spacing: 0.12em;
  white-space: nowrap;
  padding: 0.45rem 0;
}
@media (max-width: 960px) {
  .nav_drop { display: block; text-align: center; }
  .nav_sub {
    position: static;
    transform: none;
    display: flex;
    border: none;
    padding: 0.2rem 0 0.6rem;
    min-width: 0;
  }
  .nav_sub a { opacity: 0.7; font-size: 13px; }
}

/* ---------- Rechtsseiten ---------- */
.legal .legal_h2 {
  font-size: clamp(18px, 2vw, 24px);
  margin: 2.4rem 0 0.8rem;
}
.legal .page_serif { max-width: 820px; }

/* ---------- Journal-Kacheln mit Overlay ---------- */
.j_card { position: relative; overflow: hidden; display: block; }
.j_overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(1.1rem, 2.2vw, 1.8rem);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 42%, rgba(0,0,0,0.72) 100%);
  color: var(--white);
}
.j_overlay .j_date { color: rgba(255,255,255,0.75); margin: 0 0 0.5rem; }
.j_overlay h3 { color: var(--white); font-family: var(--display); text-transform: uppercase; font-weight: 700; font-size: clamp(16px, 1.5vw, 22px); line-height: 1.15; }

/* ---------- Navigation: Journal auf gleicher Höhe ---------- */
.main-nav { align-items: center; }
.nav_drop { display: inline-flex; align-items: center; }

/* ---------- Footer: Spaltenköpfe + kleine Journal-Links ---------- */
.f_head {
  display: block;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.6rem;
}
.site-footer a.f_small { font-size: 11px; padding: 0.28rem 0; opacity: 0.6; }
.site-footer a.f_small:hover { opacity: 1; }

/* ---------- Case-Teaser ---------- */
.case_teaser {
  font-family: var(--serif);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  max-width: 460px;
  margin-bottom: 1.6rem;
}

/* ---------- Journal-Spotlight-Carousel ---------- */
.j_carousel { overflow: hidden; }
.j_track {
  display: flex;
  gap: clamp(1rem, 2vw, 1.8rem);
  transition: transform 1s cubic-bezier(0.3,0.6,0.2,1);
  align-items: center;
}
.j_track .j_card {
  flex: 0 0 30%;
  transform: scale(0.86);
  opacity: 0.55;
  transition: transform 1s cubic-bezier(0.3,0.6,0.2,1), opacity 1s ease;
}
.j_track .j_card.is-center { transform: scale(1); opacity: 1; }
.j_cta {
  margin-top: 1rem;
  align-self: flex-start;
  font-size: 11px;
  padding: 0.65rem 1.4rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.j_card.is-center .j_cta, .j_card:hover .j_cta { opacity: 1; transform: translateY(0); }
@media (max-width: 760px) { .j_track .j_card { flex: 0 0 78%; } }

.journal_sub {
  font-family: var(--serif);
  font-size: clamp(16px, 1.8vw, 20px);
  color: #555;
  margin: -1.2rem 0 clamp(1.8rem, 4vh, 2.6rem);
  max-width: 720px;
}
.comm_women--play { grid-template-columns: repeat(5, 1fr) !important; align-items: stretch; }
.comm_belmont { grid-template-columns: repeat(5, 1fr) !important; align-items: stretch; }
.comm_belmont img { aspect-ratio: 4 / 5; object-fit: cover; }
.comm_women--play img { aspect-ratio: 4 / 5; object-fit: cover; height: auto !important; }

/* ============================================================
   MOBILE-FIRST-PASS (Juli 2026): UX-Feinschliff für Telefone
   ============================================================ */

/* Kein versehentliches Horizontal-Scrollen durch Parallax/Marquee */
body { overflow-x: clip; }

@media (max-width: 900px) {
  /* Belmont- und Frauen-Grids: 2 Spalten statt 5 Mini-Spalten */
  .comm_women--play { grid-template-columns: repeat(2, 1fr) !important; }
  .comm_belmont { grid-template-columns: repeat(2, 1fr) !important; }

  /* Sarah-Portrait mittig, nicht rechtsbündig */
  .studio_portrait { justify-self: center; max-width: min(420px, 88vw); }

  /* Hero: svh statt vh (Adressleisten-Springen), Text mit Luft zum Rand */
  .hero { height: 100svh; min-height: 560px; }
  .hero_content { padding-bottom: clamp(4.5rem, 12svh, 7rem); }
  .hero_content h1, .hero_content .hero_h { font-size: clamp(36px, 10vw, 64px); }

  /* Slide-Punkte: 44px-Tap-Target, Linie bleibt filigran */
  .hero_dashes { bottom: 1.2rem; gap: 0.2rem; }
  .hero_dashes button {
    width: 44px; height: 30px;
    background: linear-gradient(rgba(255,255,255,0.35), rgba(255,255,255,0.35)) center / 26px 2px no-repeat;
  }
  .hero_dashes button.is-active {
    background: linear-gradient(var(--white), var(--white)) center / 26px 2px no-repeat;
  }
}

@media (max-width: 600px) {
  /* Quote-Sektion kompakter, Text bleibt gut lesbar */
  .quote { min-height: 74svh; }
  .studio--split { padding-top: clamp(3rem, 8vh, 4.5rem); }

  /* Footer: eine Spalte, großzügige Tap-Abstände */
  .footer_cols { grid-template-columns: 1fr; row-gap: 2rem; }
  .site-footer a { padding: 0.45rem 0; display: inline-block; }

  /* Formulare: volle Breite, gut tippbar */
  .cf_row { grid-template-columns: 1fr; }
  .contact_form input, .contact_form select, .contact_form textarea { font-size: 16px; padding: 1rem 1.1rem; }
  .contact_form button, .signup .pill { width: 100%; text-align: center; }

  /* Journal-Carousel: Karte fast vollbreit, CTA immer sichtbar */
  .j_track .j_card { flex: 0 0 86%; }
  .j_cta { opacity: 1; transform: none; }

  /* Cases: Bild nicht zu hoch, Text sofort erreichbar */
  .case_media { min-height: 34vh; }
  .cases_slides { min-height: 0; }

  /* Team- und Event-Grids atmen lassen */
  .comm_grid { gap: 0.6rem; }
  .comm_women, .comm_belmont, .comm_women--play { gap: 0.6rem !important; }

  /* Reels: Karten größer, sauberes Snapping */
  .reels_row video { width: min(62vw, 240px); }

  /* Buttons überall bequem tippbar */
  .pill { padding: 1rem 1.8rem; }
}

/* ---------- Cookie-/Datenschutz-Banner (dezent, ganz unten) ---------- */
.cookiebar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 200;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.8);
  padding: 0.55rem var(--pad);
  display: flex; align-items: center; justify-content: center; gap: 1rem;
}
.cookiebar p {
  font-family: var(--serif);
  font-size: 11.5px; line-height: 1.45;
  margin: 0;
}
.cookiebar p strong { font-weight: 600; }
.cookiebar p a { display: inline; text-decoration: underline; text-underline-offset: 2px; color: rgba(255,255,255,0.8); }
.cookiebar_btns { display: flex; gap: 0.45rem; flex-shrink: 0; }
.cookiebar .pill {
  white-space: nowrap; cursor: pointer; background: transparent;
  font-size: 9.5px; padding: 0.4rem 0.9rem; letter-spacing: 0.12em;
}
@media (max-width: 700px) {
  .cookiebar { flex-direction: column; align-items: stretch; text-align: left; gap: 0.55rem; padding: 0.7rem var(--pad) 0.8rem; }
  .cookiebar_btns { width: 100%; }
  .cookiebar .pill { flex: 1; text-align: center; padding: 0.55rem 0.6rem; }
}

/* ============================================================
   MOBILE-FIRST-PASS (Juli 2026): UX-Feinschliff für Telefone
   ============================================================ */

/* Kein versehentliches Horizontal-Scrollen durch Parallax/Marquee */
body { overflow-x: clip; }

@media (max-width: 900px) {
  /* Belmont- und Frauen-Grids: 2 Spalten statt 5 Mini-Spalten */
  .comm_women--play { grid-template-columns: repeat(2, 1fr) !important; }
  .comm_belmont { grid-template-columns: repeat(2, 1fr) !important; }

  /* Sarah-Portrait mittig, nicht rechtsbündig */
  .studio_portrait { justify-self: center; max-width: min(420px, 88vw); }

  /* Hero: svh statt vh (Adressleisten-Springen), Text mit Luft zum Rand */
  .hero { height: 100svh; min-height: 560px; }
  .hero_content { padding-bottom: clamp(4.5rem, 12svh, 7rem); }
  .hero_content h1, .hero_content .hero_h { font-size: clamp(36px, 10vw, 64px); }

  /* Slide-Punkte: 44px-Tap-Target, Linie bleibt filigran */
  .hero_dashes { bottom: 1.2rem; gap: 0.2rem; }
  .hero_dashes button {
    width: 44px; height: 30px;
    background: linear-gradient(rgba(255,255,255,0.35), rgba(255,255,255,0.35)) center / 26px 2px no-repeat;
  }
  .hero_dashes button.is-active {
    background: linear-gradient(var(--white), var(--white)) center / 26px 2px no-repeat;
  }
}

@media (max-width: 600px) {
  /* Quote-Sektion kompakter, Text bleibt gut lesbar */
  .quote { min-height: 74svh; }
  .studio--split { padding-top: clamp(3rem, 8vh, 4.5rem); }

  /* Footer: eine Spalte, großzügige Tap-Abstände */
  .footer_cols { grid-template-columns: 1fr; row-gap: 2rem; }
  .site-footer a { padding: 0.45rem 0; display: inline-block; }

  /* Formulare: volle Breite, gut tippbar */
  .cf_row { grid-template-columns: 1fr; }
  .contact_form input, .contact_form select, .contact_form textarea { font-size: 16px; padding: 1rem 1.1rem; }
  .contact_form button, .signup .pill { width: 100%; text-align: center; }

  /* Journal-Carousel: Karte fast vollbreit, CTA immer sichtbar */
  .j_track .j_card { flex: 0 0 86%; }
  .j_cta { opacity: 1; transform: none; }

  /* Cases: Bild nicht zu hoch, Text sofort erreichbar */
  .case_media { min-height: 34vh; }
  .cases_slides { min-height: 0; }

  /* Team- und Event-Grids atmen lassen */
  .comm_grid { gap: 0.6rem; }
  .comm_women, .comm_belmont, .comm_women--play { gap: 0.6rem !important; }

  /* Reels: Karten größer, sauberes Snapping */
  .reels_row video { width: min(62vw, 240px); }

  /* Buttons überall bequem tippbar */
  .pill { padding: 1rem 1.8rem; }
}

/* ---------- Cookie-/Datenschutz-Banner ---------- */
.cookiebar {
  position: fixed;
  left: 50%; transform: translateX(-50%);
  bottom: clamp(0.8rem, 3vh, 1.6rem);
  z-index: 200;
  width: min(680px, calc(100% - 2rem));
  background: var(--black);
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--white);
  padding: 1.1rem 1.3rem;
  display: flex; align-items: center; gap: 1.2rem;
  box-shadow: 0 18px 50px rgba(0,0,0,0.55);
}
.cookiebar p {
  font-family: var(--serif);
  font-size: 14px; line-height: 1.5;
  margin: 0; flex: 1;
}
.cookiebar p a { display: inline; text-decoration: underline; text-underline-offset: 3px; color: var(--white); }
.cookiebar .pill { white-space: nowrap; cursor: pointer; background: transparent; font-size: 11px; padding: 0.7rem 1.3rem; }
.cookiebar_btns { display: flex; gap: 0.6rem; flex-shrink: 0; }
@media (max-width: 600px) {
  .cookiebar { flex-direction: column; align-items: stretch; text-align: left; gap: 0.9rem; }
  .cookiebar_btns { flex-direction: column; }
  .cookiebar .pill { width: 100%; text-align: center; }
}

/* ---------- Mobile Feinschliff (Sarahs Handy-Review 21.7.) ---------- */
@media (max-width: 900px) {
  /* 5 Frauen: das fünfte Bild läuft über die volle Breite */
  .comm_women--play img:last-child { grid-column: 1 / -1; }

  /* Blätter-Hinweis unterm Lookbook-Slider mobil ausblenden */
  .fs_hint { display: none; }

  /* Instagram-Polaroids größer und besser antippbar */
  .ig_mini { width: clamp(140px, 42vw, 190px); left: 0.7rem; bottom: 0.7rem; }
}

/* ---------- Mobiles Menü: größere Punkte, Journal-Liste gestapelt ---------- */
@media (max-width: 960px) {
  .main-nav a { font-size: 19px; padding: 0.55rem 0; letter-spacing: 0.16em; }
  .nav_drop { display: flex; flex-direction: column; align-items: center; }
  .nav_drop > a { font-size: 19px; }
  .nav_sub {
    position: static; transform: none;
    display: flex; flex-direction: column; align-items: center;
    gap: 0.1rem;
    border: none; padding: 0.3rem 0 0.5rem; min-width: 0;
  }
  .nav_sub a { font-size: 12px !important; padding: 0.3rem 0; opacity: 0.65; letter-spacing: 0.1em; }
}

/* ---------- Mobil: IG-Polaroid ins untere Bilddrittel, läuft unten aus ---------- */
@media (max-width: 900px) {
  .ig_mini {
    bottom: 0; left: 0.8rem;
    transform: rotate(-3.5deg) translateY(42%);
  }
  .tsplit_aside:has(.ig_mini) { margin-bottom: clamp(8rem, 38vw, 11rem); }
}

/* ---------- Editorial-Headlines: Team + Hospitality-Vision ---------- */
.team_sub {
  font-family: var(--display);
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: 0.04em;
  margin: clamp(2.5rem, 6vh, 4rem) 0 -1rem;
}
.hosp_visionhead {
  font-family: var(--display);
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 54px);
  letter-spacing: 0.03em;
  text-align: center;
  margin: clamp(3rem, 7vh, 5rem) var(--pad) 0;
}
.hosp_scripthead {
  font-family: var(--script);
  font-size: clamp(30px, 4.5vw, 52px);
  text-align: center;
  margin: clamp(1.5rem, 4vh, 2.5rem) var(--pad) 0;
}

/* ---------- Luxury Hospitality nur im Desktop-Menü ---------- */
@media (max-width: 960px) {
  .main-nav a.nav_desktop-only { display: none; }
}

/* ---------- Footer-Unterzeile: Links mobil in eigener Zeile ---------- */
.footer_bottom .fb_links { display: block; margin-top: 0.5rem; }

/* ---------- Magazin-Hero mobil: Bild nach unten ziehen, Kopf komplett ---------- */
@media (max-width: 900px) {
  .hero_mag_img { object-position: 50% 0% !important; }
}

/* ---------- Sprachumschalter (Flaggen) ---------- */
.lang_sw { display: flex; gap: 0.5rem; align-items: center; margin-right: 0.9rem; }
.lang_sw a { display: block; line-height: 0; }
.lang_sw svg { width: 21px; height: 13px; border-radius: 2px; opacity: 0.45; transition: opacity 0.3s ease; box-shadow: 0 0 0 1px rgba(255,255,255,0.18); }
.lang_sw a.is-active svg, .lang_sw a:hover svg { opacity: 1; }
@media (max-width: 960px) { .lang_sw { margin-right: 0.5rem; } .lang_sw svg { width: 24px; height: 15px; } }

/* ---------- Sprach-Dropdown mobil ---------- */
.lang_toggle { display: none; background: none; border: none; color: rgba(255,255,255,0.75); cursor: pointer; font-size: 13px; line-height: 1; padding: 0 2px; }
.lang_menu { display: contents; }
@media (max-width: 960px) {
  .lang_sw { position: relative; }
  .lang_toggle { display: block; }
  .lang_menu {
    display: none;
    position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%);
    background: #0a0a0a; border: 1px solid rgba(255,255,255,0.25);
    padding: 0.6rem; z-index: 120;
    flex-direction: column; gap: 0.6rem;
  }
  .lang_sw.open .lang_menu { display: flex; }
  .lang_menu svg { opacity: 0.85; }
}
