:root {
  --green: #0f5132;
  --green-2: #164f34;
  --green-soft: #eaf3ea;
  --gold: #c9a24d;
  --gold-soft: #f6edd5;
  --gold-dust: #f6edd5;
  --gold-dust-rgb: 201, 162, 77;
  --ink: #162018;
  --muted: #667066;
  --cream: #fbf7ed;
  --paper: #ffffff;
  --line: rgba(22, 32, 24, 0.12);
  --shadow: 0 24px 70px rgba(15, 81, 50, 0.14);
  --brand-rgb: 15, 81, 50;
  --brand-gradient-end: #1d6b45;
  --hero-end: #eef7ec;
}

body.theme-blue {
  /* Logo-sourced blue palette from the supplied Think Slim mark. */
  --green: #032181;
  --green-2: #01092a;
  --green-soft: #edf2ff;
  --gold: #c9a24d;
  --gold-soft: #f6edd5;
  --gold-dust: #f6edd5;
  --gold-dust-rgb: 201, 162, 77;
  --surface-blue: #edf4ff;
  --surface-blue-2: #dfeaff;
  --surface-blue-3: #f7faff;
  --ink: #010621;
  --muted: #58627f;
  --cream: #f8fbff;
  --line: rgba(3, 33, 129, 0.14);
  --shadow: 0 24px 70px rgba(1, 9, 42, 0.14);
  --brand-rgb: 3, 33, 129;
  --brand-gradient-end: #0c287c;
  --hero-end: #eef3ff;
}

body.theme-blue .brand img,
body.theme-blue .footer img {
  filter: drop-shadow(0 14px 30px rgba(1,9,42,.16));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: linear-gradient(180deg, var(--cream), #fff 42%, var(--green-soft)); }
a { color: inherit; }
img, video { max-width: 100%; }
img[data-lightbox-ready="true"] { cursor: zoom-in; }
.hero { min-height: 92vh; padding: 18px clamp(18px, 4vw, 64px) 58px; background: radial-gradient(circle at 18% 12%, rgba(12,40,124,.16), transparent 28%), radial-gradient(circle at 88% 16%, rgba(var(--brand-rgb),.14), transparent 32%), linear-gradient(135deg, #fbfdff, var(--hero-end) 68%, #fff); }
.nav { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: min(680px, 62vw); max-height: 168px; object-fit: contain; object-position: left center; filter: drop-shadow(0 10px 24px rgba(var(--brand-rgb),.10)); }
.nav-links { display: flex; align-items: center; gap: 18px; font-weight: 800; color: var(--green); }
.nav-links a { text-decoration: none; white-space: nowrap; }
.nav-cta { border: 1px solid rgba(var(--brand-rgb),.22); padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.70); backdrop-filter: blur(10px); }
.hero-grid { max-width: 1180px; margin: 46px auto 0; display: grid; grid-template-columns: minmax(0, 1.08fr) 430px; gap: clamp(28px, 5vw, 68px); align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 850; }
h1, h2 { margin: 0; line-height: 1.03; letter-spacing: -.04em; color: var(--green-2); }
h1 { font-size: clamp(3rem, 7.1vw, 6.2rem); max-width: 980px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
.lead { max-width: 780px; margin: 26px 0 0; font-size: clamp(1.14rem, 2vw, 1.45rem); line-height: 1.62; color: #37463b; }
.lead.compact { margin-top: 14px; font-size: clamp(1.06rem, 1.6vw, 1.2rem); color: #465448; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 64px; padding: 18px 30px; border-radius: 999px; font-weight: 900; text-decoration: none; border: 0; cursor: pointer; font-size: clamp(1.22rem, 2.15vw, 1.62rem); line-height: 1.18; text-align: center; white-space: normal; }
.button.primary { background: linear-gradient(135deg, var(--green), var(--brand-gradient-end)); color: white; box-shadow: 0 16px 38px rgba(var(--brand-rgb),.24); }
.button.secondary { color: var(--green); background: white; border: 1px solid var(--line); }
.button.full { width: 100%; }
.section-link-row { width: 100%; margin-top: 26px; display: flex; justify-content: flex-start; }
.section-link-row .story-link { min-width: min(100%, 430px); max-width: 760px; border-color: rgba(var(--brand-rgb), .18); box-shadow: 0 12px 30px rgba(var(--brand-rgb), .10); }
.section > .section-link-row { grid-column: 1 / -1; justify-content: center; margin-top: 8px; }
.video-section > .section-link-row, .photo-story > .section-link-row { margin-top: 28px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 28px 0 0; list-style: none; }
.trust-list li { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.75); color: var(--green); font-weight: 750; border: 1px solid rgba(var(--brand-rgb),.12); }
.hero-card, .quote-box, .lead-form, .photo-card, .photo-mosaic figure { background: linear-gradient(145deg, rgba(247,250,255,.96), rgba(223,234,255,.78)); border: 1px solid rgba(var(--brand-rgb),.12); border-radius: 32px; box-shadow: var(--shadow); }
.hero-card { padding: 16px; display: grid; gap: 22px; overflow: hidden; }
.hero-card > img { width: 100%; height: 285px; object-fit: contain; object-position: center; border-radius: 24px; background: linear-gradient(145deg, var(--surface-blue-3), var(--surface-blue)); }
.hero-card > div { padding: 0 18px 18px; }
.card-kicker { display: inline-block; color: #8a6c25; font-weight: 900; margin-bottom: 18px; }
.hero-card p, .section-copy p, .section-heading p, .cta-copy p { color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.section { max-width: 1180px; margin: 0 auto; padding: 78px clamp(18px, 4vw, 64px); }
.intro-section, .subconscious-section, .cta-section { display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 44px; align-items: center; }
.quote-box { padding: 18px; border-left: 6px solid var(--gold); }
.quote-box img { width: 100%; height: 320px; object-fit: contain; object-position: center; border-radius: 24px; margin-bottom: 18px; background: linear-gradient(145deg, var(--surface-blue-3), var(--surface-blue)); }
.quote-box strong { color: var(--green); display: block; margin-bottom: 10px; }
.video-section { max-width: 1280px; padding-top: 72px; }
.first-video { margin-top: -16px; }
.section-heading { max-width: 850px; margin-bottom: 30px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.media-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: stretch; }
.refined-heading { max-width: 940px; }
.story-showcase { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: start; max-width: 1040px; margin: 0 auto; }
.video-frame { background: linear-gradient(145deg, #06120b, #12291b); border-radius: 34px; padding: 12px; box-shadow: var(--shadow); border: 1px solid rgba(201,162,77,.22); }
.video-frame video { display: block; width: 100%; max-height: 76vh; border-radius: 24px; background: #07120c; }
.highlight-video { align-self: start; display: block; width: 100%; }
.highlight-video video { aspect-ratio: 16 / 9; object-fit: contain; }
.secondary-video video { max-height: 640px; object-fit: contain; }
.proof-panel { border-radius: 34px; border: 1px solid rgba(var(--brand-rgb),.13); background: linear-gradient(145deg, rgba(247,250,255,.96), rgba(223,234,255,.82)); box-shadow: 0 18px 54px rgba(var(--brand-rgb),.10); padding: 20px; display: grid; gap: 14px; }
.proof-kicker { margin: 0; color: #8a6c25; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.proof-panel h3 { margin: 0; color: var(--green-2); font-size: clamp(1.25rem, 1.8vw, 1.7rem); line-height: 1.15; letter-spacing: -.03em; }
.before-after { display: grid; gap: 14px; }
.refined-photos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.refined-photos .wide { grid-column: auto; }
.photo-card { margin: 0; padding: 9px; overflow: hidden; background: linear-gradient(145deg, rgba(247,250,255,.96), rgba(223,234,255,.78)); border: 1px solid rgba(var(--brand-rgb),.12); border-radius: 26px; box-shadow: 0 12px 30px rgba(var(--brand-rgb),.08); }
.photo-card.gold { background: linear-gradient(145deg, rgba(247,250,255,.96), rgba(223,234,255,.78)); }
.photo-card img { width: 100%; height: 230px; object-fit: contain; object-position: center; border-radius: 20px; display: block; background: linear-gradient(145deg, var(--surface-blue-3), var(--surface-blue)); }
.photo-card.tall img, .photo-card.wide img { height: 230px; }
.photo-card figcaption { color: var(--green); font-size: 1rem; font-weight: 900; padding: 9px 6px 3px; text-align: center; }
.photo-story { max-width: 1280px; }
.photo-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 16px; }
.photo-mosaic figure { margin: 0; overflow: hidden; padding: 8px; }
.photo-mosaic figure.large { grid-row: span 2; }
.photo-mosaic figure.wide { grid-column: span 2; }
.photo-mosaic img { width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: 24px; display: block; background: linear-gradient(145deg, var(--surface-blue-3), var(--surface-blue)); }
.cta-section { align-items: start; }
.lead-form { padding: clamp(24px, 4vw, 40px); display: grid; gap: 18px; background: linear-gradient(145deg, rgba(247,250,255,.98), rgba(223,234,255,.88)); border-color: rgba(var(--brand-rgb), .16); }
.form-intro { text-align: center; margin-bottom: 6px; }
.form-intro h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); margin-bottom: 10px; }
.form-intro p { margin: 0 auto; max-width: 520px; color: var(--muted); font-size: 1.05rem; line-height: 1.55; }
.lead-form label { display: grid; gap: 8px; font-weight: 850; color: var(--green-2); }
.field-label { display: block; font-size: .98rem; letter-spacing: .01em; }
.lead-form input[type="text"], .lead-form input[type="email"], .lead-form input[type="tel"] { width: 100%; height: 58px; border-radius: 18px; border: 1px solid rgba(var(--brand-rgb), .24); padding: 0 17px; font-size: 1.04rem; background: rgba(255,255,255,.92); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 22px rgba(var(--brand-rgb), .06); outline: none; }
.lead-form input[type="text"]:focus, .lead-form input[type="email"]:focus, .lead-form input[type="tel"]:focus { border-color: rgba(var(--brand-rgb), .58); box-shadow: 0 0 0 4px rgba(var(--brand-rgb), .10); }
.consent { grid-template-columns: 20px 1fr; align-items: start; color: var(--ink) !important; font-weight: 600 !important; line-height: 1.45; }
.consent input { margin-top: 4px; accent-color: var(--green); }
.form-status { min-height: 22px; margin: 0; color: var(--green); font-weight: 800; }
.required-field .field-label::after,
.consent.required-field span::after {
  content: " *";
  color: #b42318;
  font-weight: 950;
}
.lead-form.was-validated input:invalid {
  border-color: #d92d20;
  background: #fff6f5;
  box-shadow: 0 0 0 4px rgba(217, 45, 32, .13), inset 0 1px 0 rgba(255,255,255,.9);
}
.lead-form.was-validated .consent:has(input:invalid) {
  color: #b42318 !important;
  border-radius: 18px;
  background: rgba(255, 246, 245, .9);
  outline: 2px solid rgba(217, 45, 32, .32);
  outline-offset: 8px;
}
.form-status.form-error {
  color: #b42318;
}

.footer { padding: 44px 20px; text-align: center; color: var(--muted); }
.footer img { width: min(150px, 46vw); height: auto; display: block; margin: 0 auto 12px; border-radius: 24px; }

body.theme-blue .video-frame {
  background: linear-gradient(145deg, #010621, #032181);
  border-color: rgba(12, 40, 124, .32);
}

body.theme-blue .video-frame video {
  background: #010621;
}

.theme-toggle {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(var(--brand-rgb), .22);
  border-radius: 999px;
  padding: 10px 14px 10px 10px;
  background: rgba(255,255,255,.88);
  color: var(--green-2);
  box-shadow: 0 16px 40px rgba(var(--brand-rgb), .18);
  backdrop-filter: blur(12px);
  font-weight: 900;
  cursor: pointer;
}
.theme-toggle__track {
  width: 58px;
  height: 32px;
  border-radius: 999px;
  padding: 4px;
  background: linear-gradient(135deg, var(--green), var(--brand-gradient-end));
  display: inline-flex;
  align-items: center;
}
.theme-toggle__knob {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.20);
  transform: translateX(26px);
  transition: transform .2s ease;
}
body.theme-green .theme-toggle__knob { transform: translateX(0); }
.theme-toggle__label { font-size: .9rem; white-space: nowrap; }

.image-lightbox,
.lead-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
}

.lead-popup {
  z-index: 110;
}

.image-lightbox[hidden],
.lead-popup[hidden] { display: none; }

.lightbox-backdrop,
.lead-popup-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 13, 25, .82);
  backdrop-filter: blur(10px);
  cursor: zoom-out;
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(1080px, 94vw);
  max-height: 92vh;
  display: grid;
  gap: 12px;
  padding: clamp(10px, 2vw, 18px);
  border-radius: 30px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
  border: 1px solid rgba(255,255,255,.35);
}

.lightbox-panel img {
  display: block;
  width: auto;
  max-width: calc(94vw - 36px);
  max-height: calc(92vh - 92px);
  object-fit: contain;
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, var(--green-soft));
}

.lightbox-panel figcaption {
  color: var(--green-2);
  font-weight: 900;
  text-align: center;
  font-size: 1rem;
}

.lightbox-close,
.lead-popup-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--green), var(--brand-gradient-end));
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0,0,0,.26);
}

.lead-popup-close {
  top: 14px;
  right: 14px;
  z-index: 3;
  border: 2px solid rgba(255,255,255,.88);
}

.lead-popup-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 94vw);
  height: min(720px, 88vh);
  border-radius: 32px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 30px 90px rgba(0,0,0,.38);
  border: 1px solid rgba(255,255,255,.35);
  overflow: hidden;
}

.lead-popup-panel iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f8fbff;
}

.lead-popup-page {
  min-height: 100vh;
  background: linear-gradient(180deg, rgba(248,251,255,.98), rgba(223,234,255,.92));
}

.lead-popup-page-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 34px);
}

.popup-lead-form {
  width: min(640px, 100%);
  box-shadow: none;
}

body.lightbox-open,
body.lead-popup-open { overflow: hidden; }


.exact-hero-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.78fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: stretch;
}
.exact-hero-text-card,
.exact-hero-portrait {
  margin: 0;
  border-radius: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(var(--brand-rgb), .12);
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,250,239,.78));
  box-shadow: 0 28px 86px rgba(var(--brand-rgb), .14);
}
.exact-hero-text-card {
  display: grid;
  align-items: center;
  padding: clamp(24px, 3.2vw, 44px);
}
.exact-hero-portrait {
  overflow: hidden;
  padding: 10px;
  min-height: 520px;
}
.exact-hero-portrait img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: clamp(22px, 3vw, 36px);
  display: block;
  background: linear-gradient(145deg, #fff, var(--green-soft));
}
.exact-copy-page .exact-hero-media-grid h1 {
  text-align: left;
  font-size: clamp(1.68rem, 2.72vw, 3.05rem);
  line-height: 1.13;
  max-width: none;
}
body.theme-blue .exact-hero-text-card,
body.theme-blue .exact-hero-portrait {
  background: linear-gradient(145deg, rgba(247,250,255,.96), rgba(223,234,255,.80));
}

.exact-copy-page .hero { min-height: auto; padding-bottom: 64px; }
.exact-copy-page .brand img,
.exact-copy-page.theme-blue .brand img,
.exact-copy-page.theme-blue .footer img { filter: drop-shadow(0 14px 30px rgba(1,9,42,.16)); }
.exact-copy-page .hero { padding-top: 0; overflow-x: hidden; }
.exact-nav { justify-content: center; align-items: center; max-width: none; width: 100vw; margin-left: 50%; transform: translateX(-50%); gap: 22px; padding: 16px clamp(18px, 4vw, 64px) 10px; background: transparent; box-shadow: none; }
.exact-nav .brand img { width: min(190px, 28vw); height: auto; max-height: none; object-position: center; border-radius: 18px; }
.exact-nav-links { margin-left: auto; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }
.exact-nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(var(--brand-rgb), .18);
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 26px rgba(var(--brand-rgb), .08);
  backdrop-filter: blur(10px);
  color: var(--green-2);
  font-size: .94rem;
}
body.theme-blue .exact-nav .brand img { filter: drop-shadow(0 14px 28px rgba(1,9,42,.12)); }
.exact-nav-links .nav-cta {
  background: linear-gradient(135deg, var(--green), var(--brand-gradient-end));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(var(--brand-rgb), .22);
}
.exact-copy-wrap { max-width: 1040px; margin-left: auto; margin-right: auto; }
.exact-hero-copy { margin-top: 34px; }
.exact-hero-media-grid { grid-template-columns: 1fr; max-width: 1040px; margin-left: auto; margin-right: auto; }
.exact-copy-page .exact-hero-media-grid h1 { text-align: center; }
.exact-hero-copy h1 { font-size: clamp(2.25rem, 5vw, 4.9rem); line-height: 1.08; text-align: center; margin-left: auto; margin-right: auto; }
.exact-video { margin: 42px auto 0; max-width: 960px; }
.exact-cta-row { justify-content: center; margin-top: 32px; }
.exact-cta-row .button {
  min-width: min(100%, 470px);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
}

.hero-video-cta .story-link .cta-line,
.story-video-cta .story-link .cta-line,
.final-video-cta .story-link .cta-line,
.final-stimmen-cta .story-link .cta-line {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.hero-video-cta .story-link .cta-line-spaced,
.story-video-cta .story-link .cta-line-spaced,
.final-video-cta .story-link .cta-line-spaced,
.final-stimmen-cta .story-link .cta-line-spaced {
  font-size: 1.12em;
}
.hero-video-cta .story-link,
.story-video-cta .story-link,
.final-video-cta .story-link,
.final-stimmen-cta .story-link {
  width: min(450px, calc(100% - 28px));
  min-width: 0;
  max-width: calc(100% - 28px);
  padding-left: clamp(18px, 3vw, 30px);
  padding-right: clamp(18px, 3vw, 30px);
  letter-spacing: -0.01em;
  flex-direction: column;
  gap: 0;
}
.exact-request-section { padding-top: 36px; padding-bottom: 88px; }
.exact-lead-form { max-width: 680px; margin: 0 auto; }
.exact-lead-form .button { font-size: clamp(1.22rem, 2.15vw, 1.62rem); text-align: center; }
.exact-main { background: linear-gradient(180deg, rgba(248,251,255,.98), rgba(237,244,255,.95) 48%, rgba(223,234,255,.86)); }
.exact-text-section { display: block; padding-top: 76px; padding-bottom: 36px; background: radial-gradient(circle at 10% 6%, rgba(var(--brand-rgb), .10), transparent 34%), linear-gradient(180deg, rgba(247,250,255,.96), rgba(223,234,255,.84)); border: 1px solid rgba(var(--brand-rgb), .10); border-radius: 38px; box-shadow: 0 22px 62px rgba(var(--brand-rgb), .12); }
.exact-text-section h2 { margin: 0 0 28px; font-size: clamp(2rem, 4vw, 3.7rem); }
.exact-text-section h2:not(:first-child) { margin-top: 54px; }
.exact-text-section h3 { margin: 24px 0 14px; color: var(--green-2); font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.2; }
.exact-text-section p { margin: 0 0 20px; color: #334139; font-size: clamp(1.12rem, 1.85vw, 1.34rem); line-height: 1.78; }
.exact-text-section ul { margin: 0 0 28px; padding-left: 1.35rem; color: #334139; font-size: clamp(1.08rem, 1.6vw, 1.24rem); line-height: 1.72; }
.exact-text-section li { margin: 8px 0; }
.exact-photo-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 34px 0 38px; }
.exact-photo-row.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.exact-photo-row.single { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.exact-photo-row.single figure { width: calc((100% - 16px) / 2); grid-column: 1 / -1; justify-self: center; }
.exact-photo-row figure { margin: 0; overflow: hidden; padding: 8px; background: linear-gradient(145deg, rgba(247,250,255,.96), rgba(223,234,255,.78)); border: 1px solid rgba(var(--brand-rgb),.12); border-radius: 28px; box-shadow: var(--shadow); }
.exact-photo-row img { width: 100%; height: 310px; object-fit: cover; object-position: center; border-radius: 22px; display: block; background: linear-gradient(145deg, var(--surface-blue-3), var(--surface-blue)); }
.exact-photo-row.single img.portrait-safe { height: 310px; object-fit: cover; object-position: center top; }
.stimmen-section { margin-top: 42px; }
.stimmen-section > p { margin-bottom: 38px; }
.stimmen-story { padding-top: 28px; margin-top: 34px; border-top: 1px solid rgba(var(--brand-rgb), .14); }
.stimmen-story:first-of-type { border-top: 0; margin-top: 0; padding-top: 0; }
.stimmen-story h3 { margin-top: 20px; }
.stimmen-photo-row { margin-top: 0; margin-bottom: 26px; }
.photo-placeholder {
  min-height: 310px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--green-2);
  background: linear-gradient(145deg, rgba(247,250,255,.98), rgba(223,234,255,.88));
}
.photo-placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 294px;
  border-radius: 22px;
  border: 2px dashed rgba(var(--brand-rgb), .28);
  background: rgba(255,255,255,.44);
  font-weight: 900;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.35;
}
.exact-photo-mosaic { margin: 38px 0 0; }
.exact-footer {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 34px clamp(18px, 4vw, 64px) 34px;
  background: transparent;
  box-shadow: none;
}

.exact-footer img {
  width: min(170px, 32vw);
  margin: 0 auto;
  border-radius: 18px;
  filter: drop-shadow(0 14px 28px rgba(1,9,42,.12));
}

@media (max-width: 980px) {
  .exact-hero-media-grid { grid-template-columns: 1fr; }
  .exact-copy-page .exact-hero-media-grid h1 { text-align: center; }
  .exact-hero-portrait, .exact-hero-portrait img { min-height: 320px; }
  .nav { align-items: center; }
  .exact-nav { flex-direction: column; align-items: center; }
  .exact-nav-links { justify-content: center; margin-left: 0; }
  .exact-nav-links a { min-height: 42px; padding: 10px 13px; font-size: .88rem; }
  .brand img { width: min(720px, 92vw); max-height: 190px; }
  .hero-grid, .intro-section, .subconscious-section, .cta-section, .media-layout, .story-showcase { grid-template-columns: 1fr; }
  .hero-grid { margin-top: 36px; }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .before-after { grid-template-columns: repeat(3, 1fr); }
  .refined-photos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .refined-photos .wide { grid-column: auto; }
  .photo-mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
}
@media (max-width: 620px) {
  .exact-hero-text-card { padding: 22px; border-radius: 28px; }
  .exact-hero-portrait, .exact-hero-portrait img { min-height: 280px; }
  .hero { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 2.6rem; }
  .exact-copy-page .exact-hero-media-grid h1 {
    text-align: center;
    font-size: clamp(1.6rem, 8vw, 2.35rem);
    line-height: 1.18;
    letter-spacing: -0.035em;
  }
  .exact-text-section {
    padding-left: clamp(18px, 5.4vw, 26px);
    padding-right: clamp(18px, 5.4vw, 26px);
  }
  .exact-text-section h2,
  .exact-text-section h3,
  .form-intro h2 {
    text-align: center;
    text-wrap: balance;
  }
  .before-after, .photo-mosaic, .exact-photo-row { grid-template-columns: 1fr; }
  .exact-photo-row.two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .exact-photo-row.single { grid-template-columns: 1fr; }
  .exact-photo-row.two img { height: clamp(150px, 54vw, 260px); }
  .photo-mosaic figure.large, .photo-mosaic figure.wide { grid-row: auto; grid-column: auto; }
  .button { width: 100%; }
  .hero-video-cta .story-link {
    width: min(260px, calc(100% - 28px));
    max-width: calc(100% - 28px);
    min-width: 0;
    min-height: 58px;
    padding: 14px 18px;
    font-size: clamp(.98rem, 4.2vw, 1.12rem);
    line-height: 1.18;
    text-align: center;
    justify-content: center;
    letter-spacing: -0.02em;
  }
  .hero-video-cta .story-link .cta-line {
    display: block;
    width: 100%;
    text-align: center;
  }
  .exact-nav .brand img { width: min(170px, 48vw); height: auto; max-height: none; object-position: center; }
  .exact-nav-links { width: 100%; }
  .exact-nav-links a { width: 100%; }
  .theme-toggle { bottom: 12px; padding: 8px 12px 8px 8px; }
  .theme-toggle__label { font-size: .82rem; }
  .lightbox-panel { border-radius: 22px; }
  .lightbox-close { top: 8px; right: 8px; }
}

.form-submit-button { min-height: 58px; font-size: 1.08rem; border-radius: 18px; }
