/**
 * Shared public-site primary CTA link styles (root CMS blocks + home sections).
 * Use for normal block CTAs only — not for finalCta / internalLinks.
 * CMS CTA Pills: .public-cta-pill shares the same rules as .public-cta in app/globals.css.
 */

.PublicPrimaryCta_linkPrimary__K4gBr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--public-cta-padding-y) var(--public-cta-padding-x);
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  border: 1px solid var(--public-cta-bg);
  box-sizing: border-box;
  text-decoration: none;
  border-radius: var(--public-cta-radius);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.PublicPrimaryCta_linkPrimary__K4gBr:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  filter: brightness(1.03);
}

.PublicPrimaryCta_linkSecondary__7bkcY {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--public-cta-padding-y) var(--public-cta-padding-x);
  background: var(--public-cta-bordered-bg);
  color: var(--public-cta-bordered-fg);
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  text-decoration: none;
  border: 1px solid var(--public-cta-bordered-border);
  box-sizing: border-box;
  border-radius: var(--public-cta-radius);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.PublicPrimaryCta_linkSecondary__7bkcY:hover {
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  border-color: var(--public-cta-bg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* Dark footer strip (CTA block strip variant) */
.PublicPrimaryCta_linkStrip__ZWVZd {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: var(--public-cta-padding-y) clamp(1rem, 4vw, 28px);
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  border: 1px solid var(--public-cta-bg);
  box-sizing: border-box;
  text-decoration: none;
  border-radius: var(--public-cta-radius);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.PublicPrimaryCta_linkStrip__ZWVZd:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Dark strip — outline / secondary */
.PublicPrimaryCta_linkStripSecondary__OSSdi {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: var(--public-cta-padding-y) clamp(1rem, 4vw, 28px);
  background: transparent;
  color: #fff;
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-sizing: border-box;
  text-decoration: none;
  border-radius: var(--public-cta-radius);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.PublicPrimaryCta_linkStripSecondary__OSSdi:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

/* Card row — solid (on dark card) */
.PublicPrimaryCta_linkCardSolid___pSF0 {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--public-cta-padding-y) var(--public-cta-padding-x);
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  text-decoration: none;
  border-radius: var(--public-cta-radius);
  box-sizing: border-box;
  transition: transform 0.2s ease;
  position: relative;
  overflow: hidden;
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  border: 1px solid var(--public-cta-bg);
}

.PublicPrimaryCta_linkCardSolid___pSF0:hover {
  transform: translateX(4px);
}

/* Card row — bordered / light panel */
.PublicPrimaryCta_linkCardBordered__STyoC {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--public-cta-padding-y) var(--public-cta-padding-x);
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  text-decoration: none;
  border-radius: var(--public-cta-radius);
  box-sizing: border-box;
  transition: transform 0.2s ease;
  position: relative;
  overflow: hidden;
  background: var(--public-cta-bordered-bg);
  color: var(--public-cta-bordered-fg);
  border: 1px solid var(--public-cta-bordered-border);
}

.PublicPrimaryCta_linkCardBordered__STyoC:hover {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .PublicPrimaryCta_linkPrimary__K4gBr,
  .PublicPrimaryCta_linkSecondary__7bkcY,
  .PublicPrimaryCta_linkStrip__ZWVZd,
  .PublicPrimaryCta_linkStripSecondary__OSSdi,
  .PublicPrimaryCta_linkCardSolid___pSF0,
  .PublicPrimaryCta_linkCardBordered__STyoC {
    transition: none;
  }
  .PublicPrimaryCta_linkPrimary__K4gBr:hover,
  .PublicPrimaryCta_linkSecondary__7bkcY:hover,
  .PublicPrimaryCta_linkStrip__ZWVZd:hover,
  .PublicPrimaryCta_linkStripSecondary__OSSdi:hover,
  .PublicPrimaryCta_linkCardSolid___pSF0:hover,
  .PublicPrimaryCta_linkCardBordered__STyoC:hover {
    transform: none;
  }
}

@media (max-width: 768px) {
  .PublicPrimaryCta_linkCardSolid___pSF0,
  .PublicPrimaryCta_linkCardBordered__STyoC {
    width: 100%;
    justify-content: center;
  }
}

/* Reveal / in-view sheen (parity with legacy contentBlocks strip + card CTAs) */
[data-in-view='true'] .PublicPrimaryCta_linkStrip__ZWVZd::before,
[data-in-view='true'] .PublicPrimaryCta_linkStripSecondary__OSSdi::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  animation: PublicPrimaryCta_publicPrimaryCtaSheen__zYNBP 7.5s ease-in-out infinite;
  pointer-events: none;
}

[data-in-view='true'] .PublicPrimaryCta_linkCardSolid___pSF0::before,
[data-in-view='true'] .PublicPrimaryCta_linkCardBordered__STyoC::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--public-cta-radius);
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  animation: PublicPrimaryCta_publicPrimaryCtaSheen__zYNBP 8s ease-in-out 0.5s infinite;
  pointer-events: none;
}

@keyframes PublicPrimaryCta_publicPrimaryCtaSheen__zYNBP {
  from {
    transform: translateX(-60%);
  }
  to {
    transform: translateX(160%);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-in-view='true'] .PublicPrimaryCta_linkStrip__ZWVZd::before,
  [data-in-view='true'] .PublicPrimaryCta_linkStripSecondary__OSSdi::before,
  [data-in-view='true'] .PublicPrimaryCta_linkCardSolid___pSF0::before,
  [data-in-view='true'] .PublicPrimaryCta_linkCardBordered__STyoC::before {
    animation: none;
    display: none;
  }
}

/* Become a Model — text centered, image completely right */

.BecomeAModelSection_section__v69uq {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 24px 48px;
  text-align: center;
}

.BecomeAModelSection_content__v67vp {
  max-width: 520px;
  margin: 0 auto;
}

.BecomeAModelSection_imageWrap__fuqLP {
  margin-top: 32px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.12s ease-out;
}

/* Hide woman image when viewport is small enough that "model werden" and image share the same view */
@media (max-width: 767px) {
  .BecomeAModelSection_imageWrap__fuqLP {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .BecomeAModelSection_section__v69uq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 64px 48px 56px;
    text-align: left;
  }

  .BecomeAModelSection_content__v67vp {
    flex: 1;
    margin: 0;
    max-width: 520px;
  }

  .BecomeAModelSection_imageWrap__fuqLP {
    flex-shrink: 0;
    margin: 0 0 0 auto;
    max-width: 340px;
  }
}

.BecomeAModelSection_image__Y4QCa {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.BecomeAModelSection_heading__oqRT0 {
  font-family: var(--font-inter), ui-sans-serif, system-ui, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--foreground);
  margin: 0 0 16px;
  line-height: 1.15;
}

.BecomeAModelSection_subheading__3UkwR {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--public-text-muted);
  margin: 0 0 24px;
  line-height: 1.6;
}

.BecomeAModelSection_paragraph__s6_Lv {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: var(--public-text-muted);
  margin: 0 0 36px;
}

/* Shared primary CTA (PublicPrimaryCta) + section typography */
.BecomeAModelSection_ctaRoot__T6ALm {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

@media (min-width: 768px) {
  .BecomeAModelSection_section__v69uq {
    padding: 64px 32px 56px;
  }

  .BecomeAModelSection_imageWrap__fuqLP {
    max-width: 340px;
  }

  .BecomeAModelSection_heading__oqRT0 {
    font-size: 3.25rem;
  }

  .BecomeAModelSection_subheading__3UkwR {
    font-size: 0.95rem;
  }

  .BecomeAModelSection_paragraph__s6_Lv {
    font-size: 1.0625rem;
  }

  .BecomeAModelSection_ctaRoot__T6ALm {
    font-size: 13px;
  }
}

/* Scroll-triggered model images: one by one with each scroll, all in one row.
   Row is sticky – stays visible while scrolling. Each trigger adds next image. */

.ModelsScrollReveal_wrapper___jFgG {
  position: relative;
  width: 100%;
  background: var(--background);
}

.ModelsScrollReveal_row__ccc4n {
  position: sticky;
  top: 15vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 48px 24px;
  z-index: 1;
}

.ModelsScrollReveal_trigger__PjPew {
  height: 50vh;
  min-height: 280px;
  pointer-events: none;
}

.ModelsScrollReveal_slot__VfuXY {
  flex: 0 0 0;
  min-width: 0;
  max-width: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-120px);
  transition:
    opacity 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
    flex 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
    min-width 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* from left (default) */
.ModelsScrollReveal_slot__VfuXY.ModelsScrollReveal_fromLeft__mK7kz {
  transform: translateX(-120px);
}

.ModelsScrollReveal_slot__VfuXY.ModelsScrollReveal_fromLeft__mK7kz.ModelsScrollReveal_visible__jzV_q {
  flex: 1 1 200px;
  min-width: 180px;
  opacity: 1;
  transform: translateX(0);
}

/* from right */
.ModelsScrollReveal_slot__VfuXY.ModelsScrollReveal_fromRight__FBvuf {
  transform: translateX(120px);
}

.ModelsScrollReveal_slot__VfuXY.ModelsScrollReveal_fromRight__FBvuf.ModelsScrollReveal_visible__jzV_q {
  flex: 1 1 200px;
  min-width: 180px;
  opacity: 1;
  transform: translateX(0);
}

/* from bottom */
.ModelsScrollReveal_slot__VfuXY.ModelsScrollReveal_fromBottom__rCO4O {
  transform: translateY(80px);
}

.ModelsScrollReveal_slot__VfuXY.ModelsScrollReveal_fromBottom__rCO4O.ModelsScrollReveal_visible__jzV_q {
  flex: 1 1 200px;
  min-width: 180px;
  opacity: 1;
  transform: translateY(0);
}

.ModelsScrollReveal_card__zQcgu {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ModelsScrollReveal_card__zQcgu:hover {
  transform: scale(1.02);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

.ModelsScrollReveal_cardImg__tixMG {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  display: block;
}

@media (max-width: 640px) {
  .ModelsScrollReveal_row__ccc4n {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: visible;
  }

  .ModelsScrollReveal_slot__VfuXY.ModelsScrollReveal_visible__jzV_q {
    flex: 1 1 calc(50% - 12px);
    min-width: min(160px, calc(50vw - 24px));
    max-width: 200px;
  }

  .ModelsScrollReveal_trigger__PjPew {
    height: 45vh;
    min-height: 240px;
  }

  .ModelsScrollReveal_row__ccc4n {
    top: 12vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ModelsScrollReveal_slot__VfuXY,
  .ModelsScrollReveal_slot__VfuXY.ModelsScrollReveal_visible__jzV_q {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Booking in 5 Schritten – luxury 2-column layout, CSS module only */

.BookingStepsSection_section__KoR1r {
  padding: clamp(1.5rem, 4vw, 48px) clamp(1rem, 4vw, 24px) clamp(2rem, 6vw, 64px);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  box-sizing: border-box;
}

.BookingStepsSection_section__KoR1r.BookingStepsSection_inView__4T1kx {
  opacity: 1;
  transform: translateY(0);
}

.BookingStepsSection_wrapper__QZmzu {
  max-width: min(1200px, calc(100vw - 2rem));
  margin: 0 auto;
}

.BookingStepsSection_grid__o6v1z {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 24px;
  align-items: start;
}

/* —— Left column: day = dark card, night = white card —— */
.BookingStepsSection_leftCol__iAP2S {
  background: #0c1018;
  border: none;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
}

html[data-public-theme="dark"] .BookingStepsSection_leftCol__iAP2S {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.BookingStepsSection_imageWrap___EGT8 {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #111;
}

html[data-public-theme="dark"] .BookingStepsSection_imageWrap___EGT8 {
  background: #e5e7eb;
}

.BookingStepsSection_image__2GIpQ {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.BookingStepsSection_imageOverlay__Fbcyg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(12, 16, 24, 0.5) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.BookingStepsSection_badges__JJnih {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.BookingStepsSection_badge__P3w7F {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 8px;
}

html[data-public-theme="dark"] .BookingStepsSection_badge__P3w7F {
  color: #0f172a;
  background: rgba(0, 0, 0, 0.06);
}

.BookingStepsSection_copy__dHMXb {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

html[data-public-theme="dark"] .BookingStepsSection_copy__dHMXb {
  color: #475569;
}

/* —— Right column: day = light, night = dark —— */
.BookingStepsSection_rightCol__BGOWR {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  box-sizing: border-box;
}

html[data-public-theme="dark"] .BookingStepsSection_rightCol__BGOWR {
  background: #141a22;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.BookingStepsSection_title__VLqDy {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  font-weight: 700;
  color: #0c1018;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
}

html[data-public-theme="dark"] .BookingStepsSection_title__VLqDy {
  color: #f1f5f9;
}

/* Progress bar */
.BookingStepsSection_progressWrap__XUOv3 {
  margin-bottom: 24px;
}

.BookingStepsSection_progressBg__Ft2Tz {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
}

html[data-public-theme="dark"] .BookingStepsSection_progressBg__Ft2Tz {
  background: rgba(255, 255, 255, 0.12);
}

.BookingStepsSection_progressFill__JLt7N {
  height: 100%;
  background: #1480e0;
  border-radius: 3px;
  transition: width 300ms ease;
}

/* Accordion */
.BookingStepsSection_accordion__JUV43 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.BookingStepsSection_accordionItem__Wc2xk {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 4px;
}

.BookingStepsSection_accordionItem__Wc2xk:last-of-type {
  margin-bottom: 0;
}

.BookingStepsSection_accordionItemOpen__ft0MN .BookingStepsSection_accordionTrigger__i3275 {
  background: #eaf4ff;
}

html[data-public-theme="dark"] .BookingStepsSection_accordionItemOpen__ft0MN .BookingStepsSection_accordionTrigger__i3275 {
  background: rgba(20, 128, 224, 0.18);
}

.BookingStepsSection_accordionTrigger__i3275 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: none;
  background: #f8fafc;
  border-radius: 12px;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: background 300ms ease;
}

html[data-public-theme="dark"] .BookingStepsSection_accordionTrigger__i3275 {
  background: rgba(255, 255, 255, 0.06);
}

.BookingStepsSection_accordionTrigger__i3275:hover {
  background: #f1f5f9;
}

html[data-public-theme="dark"] .BookingStepsSection_accordionTrigger__i3275:hover {
  background: rgba(255, 255, 255, 0.1);
}

.BookingStepsSection_accordionItemOpen__ft0MN .BookingStepsSection_accordionTrigger__i3275:hover {
  background: #e0edff;
}

html[data-public-theme="dark"] .BookingStepsSection_accordionItemOpen__ft0MN .BookingStepsSection_accordionTrigger__i3275:hover {
  background: rgba(20, 128, 224, 0.22);
}

/* Day: light circle + dark number | Night: dark circle + light number */
.BookingStepsSection_accordionNum__807sV {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0c1018;
  border: 1px solid #cbd5e1;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 50%;
  box-sizing: border-box;
}

html[data-public-theme="dark"] .BookingStepsSection_accordionNum__807sV {
  background: #0c1018;
  color: #fff;
  border-color: transparent;
}

.BookingStepsSection_accordionTitle__9fWuQ {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  color: #0c1018;
}

html[data-public-theme="dark"] .BookingStepsSection_accordionTitle__9fWuQ {
  color: #e2e8f0;
}

.BookingStepsSection_accordionChevron__y3m7H {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  color: #64748b;
  transition: transform 300ms ease;
}

.BookingStepsSection_accordionItemOpen__ft0MN .BookingStepsSection_accordionChevron__y3m7H {
  transform: rotate(180deg);
  color: #1480e0;
}

.BookingStepsSection_accordionPanel__1LyHF {
  overflow: hidden;
  max-height: 0;
  transition: max-height 300ms ease;
}

.BookingStepsSection_accordionItemOpen__ft0MN .BookingStepsSection_accordionPanel__1LyHF {
  max-height: 280px;
}

.BookingStepsSection_accordionBody__r_ukY {
  padding: 0 20px 16px 56px;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #475569;
}

html[data-public-theme="dark"] .BookingStepsSection_accordionBody__r_ukY {
  color: #94a3b8;
}

@media (max-width: 768px) {
  .BookingStepsSection_accordionBody__r_ukY {
    padding-left: 20px;
    padding-top: 0;
  }
}

/* Sticky CTA bar */
/* Day: dark strip → white inset → black pill. Night: exact inverse (light strip → dark inset → white pill). */
.BookingStepsSection_ctaBar__gof34 {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #0c1018;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
  padding: 20px 24px 24px;
  border-radius: 0 0 28px 28px;
  position: sticky;
  bottom: 0;
}

html[data-public-theme="dark"] .BookingStepsSection_ctaBar__gof34 {
  background: #ffffff;
  border-top-color: rgba(0, 0, 0, 0.08);
}

.BookingStepsSection_ctaBarInner__iif9f {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-sizing: border-box;
}

html[data-public-theme="dark"] .BookingStepsSection_ctaBarInner__iif9f {
  background: #0c1018;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.BookingStepsSection_ctaBarLink__xlxPW {
  width: 100%;
  justify-content: center;
}

/* Night: force pure white pill + dark type/border (inverse of day primary CTA tokens) */
html[data-public-theme="dark"] .BookingStepsSection_ctaBarLink__xlxPW {
  background: #ffffff;
  color: #0b0b0b;
  border: 2px solid #0b0b0b;
}

.BookingStepsSection_ctaBtn__DIIx0 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  background: #1480e0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.BookingStepsSection_ctaBtn__DIIx0:hover {
  background: #0d6bc2;
}

@media (max-width: 480px) {
  .BookingStepsSection_section__KoR1r {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .BookingStepsSection_leftCol__iAP2S,
  .BookingStepsSection_rightCol__BGOWR {
    padding: 1rem;
  }
  .BookingStepsSection_accordionTrigger__i3275 {
    padding: 12px 16px;
  }
  .BookingStepsSection_accordionBody__r_ukY {
    padding-left: 16px;
    padding-right: 16px;
  }
  .BookingStepsSection_ctaBar__gof34 {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Mobile: stack, steps first, image below, CTA full width */
@media (max-width: 900px) {
  .BookingStepsSection_section__KoR1r {
    padding: clamp(1.5rem, 4vw, 32px) clamp(1rem, 4vw, 20px) 48px;
  }

  .BookingStepsSection_grid__o6v1z {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .BookingStepsSection_leftCol__iAP2S {
    order: 1;
  }

  .BookingStepsSection_rightCol__BGOWR {
    order: 2;
    min-height: 0;
  }

  .BookingStepsSection_ctaBar__gof34 {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    padding: 20px 20px 24px;
    border-radius: 0 0 20px 20px;
  }

  .BookingStepsSection_rightCol__BGOWR {
    padding: 20px;
  }

  .BookingStepsSection_title__VLqDy {
    margin-bottom: 20px;
  }

  .BookingStepsSection_progressWrap__XUOv3 {
    margin-bottom: 20px;
  }
}

/**
 * Application photo guide (model-werden).
 * Default: desktop (≥1024px) = static CSS grid; &lt;1024 = mobile carousel (see ApplicationPhotoGuideMobileCarousel.client.tsx).
 * Sidebar variant: horizontal scroll strip + edge fades.
 */

/* ---- Viewport: edge fades + hint placement ---- */
.ApplicationPhotoGuide_galleryViewport__STOmb {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ApplicationPhotoGuide_galleryViewport__STOmb::before,
.ApplicationPhotoGuide_galleryViewport__STOmb::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0.5rem;
  width: clamp(28px, 5vw, 48px);
  pointer-events: none;
  z-index: 2;
  opacity: 0.92;
}

.ApplicationPhotoGuide_galleryViewport__STOmb::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(247, 244, 239, 0.97) 0%,
    rgba(247, 244, 239, 0) 100%
  );
}

.ApplicationPhotoGuide_galleryViewport__STOmb::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(247, 244, 239, 0.97) 0%,
    rgba(247, 244, 239, 0) 100%
  );
}

.ApplicationPhotoGuide_galleryViewportOnLight__T1jxC::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 100%);
}

.ApplicationPhotoGuide_galleryViewportOnLight__T1jxC::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0) 100%);
}

/* ---- Scroll track ---- */
.ApplicationPhotoGuide_galleryTrack__uoqDD {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  padding: 0.15rem 0 0.65rem;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(28, 25, 22, 0.2) transparent;
}

.ApplicationPhotoGuide_galleryTrack__uoqDD::-webkit-scrollbar {
  height: 5px;
}

.ApplicationPhotoGuide_galleryTrack__uoqDD::-webkit-scrollbar-thumb {
  background: rgba(28, 25, 22, 0.18);
  border-radius: 999px;
}

.ApplicationPhotoGuide_galleryTrack__uoqDD::-webkit-scrollbar-track {
  background: transparent;
}

@media (max-width: 767px) {
  .ApplicationPhotoGuide_galleryTrack__uoqDD {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ApplicationPhotoGuide_galleryTrack__uoqDD::-webkit-scrollbar {
    display: none;
    height: 0;
  }
}

/* ---- Snap items ---- */
.ApplicationPhotoGuide_galleryItem__py2ga {
  flex: 0 0 auto;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  box-sizing: border-box;
  min-width: 0;
}

/* 3-up */
.ApplicationPhotoGuide_galleryItemThreeUp__XIsuC {
  width: clamp(228px, 76vw, 300px);
  min-width: clamp(228px, 76vw, 300px);
  max-width: 380px;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .ApplicationPhotoGuide_galleryItemThreeUp__XIsuC {
    width: clamp(252px, calc((100% - 3rem) / 3.08), 340px);
    min-width: clamp(252px, calc((100% - 3rem) / 3.08), 340px);
    max-width: 360px;
  }
}

/* Full-width gallery row (section ~1040px): ~3 large cards + peek */
@media (min-width: 1024px) {
  .ApplicationPhotoGuide_galleryItemThreeUp__XIsuC {
    width: clamp(288px, calc((100% - 4rem) / 3.12), 340px);
    min-width: clamp(288px, calc((100% - 4rem) / 3.12), 340px);
    max-width: 360px;
  }
}

/* 2-up: wider cards */
.ApplicationPhotoGuide_galleryItemTwoUp__m6xoY {
  width: clamp(240px, 78vw, 320px);
  min-width: clamp(240px, 78vw, 320px);
  max-width: 420px;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .ApplicationPhotoGuide_galleryItemTwoUp__m6xoY {
    width: clamp(280px, calc((100% - 2rem) / 2.35), 400px);
    min-width: clamp(280px, calc((100% - 2rem) / 2.35), 400px);
    max-width: 440px;
  }
}

@media (min-width: 1024px) {
  .ApplicationPhotoGuide_galleryItemTwoUp__m6xoY {
    width: clamp(320px, calc((100% - 2rem) / 2.28), 480px);
    min-width: clamp(320px, calc((100% - 2rem) / 2.28), 480px);
    max-width: 520px;
  }
}

.ApplicationPhotoGuide_galleryItemSidebar__T_oTD {
  width: clamp(200px, 68vw, 260px);
  min-width: clamp(200px, 68vw, 260px);
  max-width: 280px;
}

@media (min-width: 640px) {
  .ApplicationPhotoGuide_galleryItemSidebar__T_oTD {
    width: clamp(220px, 55%, 300px);
    min-width: clamp(220px, 55%, 300px);
    max-width: 320px;
  }
}

.ApplicationPhotoGuide_galleryItem__py2ga > * {
  width: 100%;
  max-width: 100%;
}

/* ---- Main variant card ---- */
.ApplicationPhotoGuide_galleryCard__CZy_0 {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(28, 25, 22, 0.09);
  box-shadow: 0 6px 28px rgba(28, 25, 22, 0.07);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  width: 100%;
  transition:
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.ApplicationPhotoGuide_galleryCard__CZy_0:hover {
  box-shadow: 0 12px 40px rgba(28, 25, 22, 0.11);
  border-color: rgba(28, 25, 22, 0.12);
}

.ApplicationPhotoGuide_galleryCardMedia__0dEm9 {
  aspect-ratio: 3 / 4;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f3f2ef 0%, #ebe8e3 100%);
}

/* Full subject visible; consistent framing across all example cards */
.ApplicationPhotoGuide_galleryCardMedia__0dEm9 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
}

.ApplicationPhotoGuide_galleryCardPlaceholder__CfK_X {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(28, 25, 22, 0.35);
  padding: 1rem;
  text-align: center;
}

.ApplicationPhotoGuide_galleryCardBody__EZ5pK {
  padding: 1rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.ApplicationPhotoGuide_galleryCardTitle__cldDr {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #141210;
}

.ApplicationPhotoGuide_galleryCardCaption__9V8f6 {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(28, 25, 22, 0.52);
}

.ApplicationPhotoGuide_gallerySidebarThumb__eOGCN {
  border-radius: 0.65rem;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
}

.ApplicationPhotoGuide_gallerySidebarThumbMedia__wHytu {
  aspect-ratio: 3 / 4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ApplicationPhotoGuide_gallerySidebarThumbMedia__wHytu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
}

.ApplicationPhotoGuide_gallerySidebarPlaceholder__cvNaT {
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(28, 25, 22, 0.4);
  padding: 0.5rem;
  text-align: center;
}

/* ---- Scroll affordance: one short cycle, then invisible ---- */
.ApplicationPhotoGuide_galleryHint__I_8kk {
  position: absolute;
  right: clamp(0.25rem, 2vw, 0.75rem);
  bottom: 0.15rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  pointer-events: none;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(28, 25, 22, 0.38);
  opacity: 0;
  animation: ApplicationPhotoGuide_galleryHintReveal__nnAUL 2.4s ease-in-out 0.35s 1 forwards;
}

.ApplicationPhotoGuide_galleryHintChevron__322ew {
  display: inline-block;
  animation: ApplicationPhotoGuide_galleryHintNudge__pnSiw 1.6s cubic-bezier(0.45, 0, 0.2, 1) 0.5s 1 both;
}

@keyframes ApplicationPhotoGuide_galleryHintReveal__nnAUL {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  55% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ApplicationPhotoGuide_galleryHintNudge__pnSiw {
  0% {
    transform: translateX(0);
  }
  22% {
    transform: translateX(7px);
  }
  45% {
    transform: translateX(3px);
  }
  70%,
  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ApplicationPhotoGuide_galleryHint__I_8kk {
    animation: none;
    opacity: 0;
    display: none;
  }

  .ApplicationPhotoGuide_galleryHintChevron__322ew {
    animation: none;
  }
}

/* ========== Mobile / tablet: carousel (< lg) ========== */
.ApplicationPhotoGuide_mobileCarousel__ZsEC6 {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .ApplicationPhotoGuide_mobileCarousel__ZsEC6 {
    display: none !important;
  }
}

.ApplicationPhotoGuide_carouselViewport__XQiz9 {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 1rem;
  touch-action: pan-x pinch-zoom;
  cursor: grab;
}

.ApplicationPhotoGuide_carouselViewport__XQiz9:active {
  cursor: grabbing;
}

.ApplicationPhotoGuide_carouselTrack__4EaIV {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  will-change: transform;
}

.ApplicationPhotoGuide_carouselSlide__u5xZ6 {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 2px;
}

.ApplicationPhotoGuide_carouselChrome__ixDd4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0 0.25rem;
}

.ApplicationPhotoGuide_carouselBtn__a3q9u {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(28, 25, 22, 0.12);
  background: rgba(255, 255, 255, 0.85);
  color: rgba(28, 25, 22, 0.75);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.ApplicationPhotoGuide_carouselBtn__a3q9u:hover {
  background: #fff;
  border-color: rgba(28, 25, 22, 0.2);
  color: #141210;
}

.ApplicationPhotoGuide_carouselBtn__a3q9u:focus-visible {
  outline: 2px solid rgba(28, 25, 22, 0.35);
  outline-offset: 2px;
}

.ApplicationPhotoGuide_carouselDots__PUBRR {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  min-height: 0.5rem;
}

.ApplicationPhotoGuide_carouselDot__z_oZ4,
.ApplicationPhotoGuide_carouselDotActive__nesdO {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(28, 25, 22, 0.18);
  flex-shrink: 0;
}

.ApplicationPhotoGuide_carouselDotActive__nesdO {
  width: 7px;
  height: 7px;
  background: rgba(28, 25, 22, 0.45);
}

/* Equal-height cells in desktop static grids */
.ApplicationPhotoGuide_photoGuideGridCell__7T_nb {
  display: flex;
  min-width: 0;
  min-height: 0;
}

.ApplicationPhotoGuide_photoGuideGridCell__7T_nb .ApplicationPhotoGuide_galleryCard__CZy_0 {
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}

/* Fills viewport; follows site --background (day = white, night = black) */
.ModelProfileBody_profileRoot__bl0SM {
  min-height: 100vh;
  background: var(--background);
}

/* Model profile header – editorial name styling for Glanz & Gloria */
.ModelProfileBody_header__K5pgy {
  text-align: center;
  margin-bottom: 1.125rem;
}

@media (min-width: 1024px) {
  .ModelProfileBody_header__K5pgy {
    margin-bottom: 1.25rem;
  }
}

.ModelProfileBody_modelName__eHm1N {
  font-family: var(--font-inter), ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
  position: relative;
  display: inline-block;
}

@media (min-width: 1024px) {
  .ModelProfileBody_modelName__eHm1N {
    font-size: clamp(2.75rem, 4vw, 4rem);
    letter-spacing: 0.15em;
  }
}

/* Optional subtle line under the name for editorial feel */
.ModelProfileBody_modelName__eHm1N::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #1a1a1a;
  margin: 0.75rem auto 0;
  opacity: 0.4;
}

html[data-public-theme="dark"] .ModelProfileBody_modelName__eHm1N {
  color: var(--foreground);
}

html[data-public-theme="dark"] .ModelProfileBody_modelName__eHm1N::after {
  background: var(--foreground);
}

/* Scroll offset so Details anchor lands higher (pill uses manual offset in client) */
.ModelProfileBody_detailsAnchor__4mvhJ {
  scroll-margin-top: 110px;
}

/* Specs grid: stays a white panel in night mode; copy must stay dark for contrast */
.ModelProfileBody_modelProfileSpecsLight__f9Aoh {
  background: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.ModelProfileBody_modelProfileSpecsMuted__DepLy {
  color: rgba(0, 0, 0, 0.52);
}

.ModelProfileBody_modelProfileSpecsValue__7bjR2 {
  color: #0a0a0a;
}

html[data-public-theme="dark"] .ModelProfileBody_modelProfileSpecsLight__f9Aoh .ModelProfileBody_modelProfileSpecsMuted__DepLy {
  color: rgba(0, 0, 0, 0.52) !important;
}

html[data-public-theme="dark"] .ModelProfileBody_modelProfileSpecsLight__f9Aoh .ModelProfileBody_modelProfileSpecsValue__7bjR2 {
  color: #0a0a0a !important;
}

.ModelProfileBody_detailsAnchor__4mvhJ {
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .ModelProfileBody_detailsAnchor__4mvhJ {
    margin-bottom: 4rem;
  }
}

/* Marquee divider between Booking and Details – full-bleed, seamless loop */
.ModelProfileBody_marqueeFullBleed__TjxWj {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 48px;
  margin-bottom: 28px;
  background: #111;
  display: flex;
  align-items: center;
}

.ModelProfileBody_marqueeViewport__L7h_g {
  width: 100%;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
}

.ModelProfileBody_marqueeTrack__CJPAd {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  will-change: transform;
  animation: ModelProfileBody_marqueeScroll__eF5Lk 22s linear infinite;
}

.ModelProfileBody_marqueeText__R3Qsh {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  padding-right: 3rem;
}

/* Night mode: invert strip — white bar, dark copy */
html[data-public-theme="dark"] .ModelProfileBody_marqueeFullBleed__TjxWj {
  background: #ffffff;
}

html[data-public-theme="dark"] .ModelProfileBody_marqueeText__R3Qsh {
  color: #0a0a0a;
}

@keyframes ModelProfileBody_marqueeScroll__eF5Lk {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ModelProfileBody_marqueeViewport__L7h_g {
    justify-content: center;
  }

  .ModelProfileBody_marqueeTrack__CJPAd {
    animation: none;
    transform: none;
    will-change: auto;
  }

  .ModelProfileBody_marqueeTrack__CJPAd span:last-of-type {
    display: none;
  }
}

/* Wrapper: pill link + decorative label, centered. Padding ensures spacing to carousel (no margin collapse). */
.ModelProfileBody_ctaDiscoverWrap__Ybtm9 {
  text-align: center;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .ModelProfileBody_ctaDiscoverWrap__Ybtm9 {
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .ModelProfileBody_ctaDiscoverWrap__Ybtm9 {
    padding-bottom: 2.25rem;
  }
}

.ModelProfileBody_bookingPill__cjddi {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #2563eb;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
  text-decoration: none;
  margin-bottom: 20px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ModelProfileBody_bookingPill__cjddi:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.ModelProfileBody_bookingPill__cjddi:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* Decorative label between gallery and carousel: not clickable. One line everywhere; scale with viewport. */
.ModelProfileBody_ctaDiscover__1mYhy {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(1.25rem, 5vw + 1rem, 2.8125rem); /* ~20px narrow → ~45px wide */
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111;
  margin: 1.75rem 0;
  cursor: default;
}

/* Narrow viewports: smaller font so "Weitere Models entdecken" stays on one line */
@media (max-width: 480px) {
  .ModelProfileBody_ctaDiscover__1mYhy {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .ModelProfileBody_ctaDiscover__1mYhy {
    font-size: clamp(0.875rem, 2.5vw + 0.75rem, 1.25rem);
  }
}

.ModelProfileBody_ctaDiscover__1mYhy::before,
.ModelProfileBody_ctaDiscover__1mYhy::after {
  content: " • ";
  margin: 0 0.35em;
  color: #111;
}

html[data-public-theme="dark"] .ModelProfileBody_ctaDiscover__1mYhy {
  color: rgba(237, 237, 237, 0.92);
}

html[data-public-theme="dark"] .ModelProfileBody_ctaDiscover__1mYhy::before,
html[data-public-theme="dark"] .ModelProfileBody_ctaDiscover__1mYhy::after {
  color: rgba(237, 237, 237, 0.92);
}

@media (min-width: 1024px) {
  .ModelProfileBody_ctaDiscover__1mYhy {
    margin: 2rem 0;
  }
}

/* Carousel + back link block: clear spacing from "Weitere Models entdecken", back link under carousel */
.ModelProfileBody_carouselWrap__Kzeux {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .ModelProfileBody_carouselWrap__Kzeux {
    margin-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .ModelProfileBody_carouselWrap__Kzeux {
    margin-top: 5rem;
  }
}

/* Same size as "Zur Buchungsanfrage" pill (bookingPill) */
.ModelProfileBody_backUnder__AgoM0 {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #111;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.ModelProfileBody_backUnder__AgoM0:hover {
  background: #333;
  color: #fff;
}

/* Night theme: inverse pill — white field, black type (matches header / dark page) */
html[data-public-theme="dark"] .ModelProfileBody_backUnder__AgoM0 {
  background: #ffffff;
  color: #0a0a0a;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

html[data-public-theme="dark"] .ModelProfileBody_backUnder__AgoM0:hover {
  background: #f3f4f6;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.14);
}

/* Kontakt page – white/black minimal, aligned with rest of site */
.ContactPage_section__ILXiF {
  max-width: min(960px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 48px) clamp(1rem, 4vw, 24px) 64px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .ContactPage_section__ILXiF {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ContactPage_contactCard__VlB9N,
  .ContactPage_formWrap__76W6j {
    padding: 1.25rem;
  }
}

.ContactPage_title__W8d7E {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 clamp(1.5rem, 4vw, 40px) 0;
  text-align: center;
}

.ContactPage_twoCol__U8ftx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 48px;
  align-items: stretch;
}

/* Panel block title (e.g. "Für Kunden & Talente") – single line on mobile, no ellipsis */
.ContactPage_panelBlockTitle__16NVi {
  font-size: clamp(0.8rem, 2vw, 1.25rem);
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
  .ContactPage_twoCol__U8ftx {
    grid-template-columns: 1fr;
  }
  .ContactPage_contactCard__VlB9N,
  .ContactPage_formWrap__76W6j {
    height: auto;
  }
}

.ContactPage_contactCard__VlB9N {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ContactPage_contactCard__VlB9N h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px 0;
}

.ContactPage_contactCard__VlB9N p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
  margin: 0 0 12px 0;
}

.ContactPage_contactCard__VlB9N p:last-child {
  margin-bottom: 0;
}

.ContactPage_contactCard__VlB9N a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ContactPage_contactCard__VlB9N a:hover {
  color: #333;
}

.ContactPage_socialLinks__DS2j4 {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.ContactPage_socialLinks__DS2j4 a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #1a1a1a;
}

.ContactPage_socialLinks__DS2j4 a:hover {
  opacity: 0.8;
}

.ContactPage_socialLinks__DS2j4 svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ContactPage_formWrap__76W6j {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ContactPage_formWrap__76W6j input,
.ContactPage_formWrap__76W6j select,
.ContactPage_formWrap__76W6j textarea {
  border-color: #d1d5db;
}

.ContactPage_formWrap__76W6j input:focus,
.ContactPage_formWrap__76W6j select:focus,
.ContactPage_formWrap__76W6j textarea:focus {
  border-color: #6b7280;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.ContactPage_formWrap__76W6j button[type='submit'] {
  background: #1a1a1a !important;
  color: #fff !important;
}

.ContactPage_formWrap__76W6j button[type='submit']:hover {
  background: #333 !important;
}

.ContactPage_mapSection__BoI0e {
  margin-top: 48px;
}

.ContactPage_mapWrap__yvE9I {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ContactPage_mapWrap__yvE9I iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: none;
}

.ContactPage_routeLink__soZjP {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.95rem;
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ContactPage_routeLink__soZjP:hover {
  color: #333;
}

.ContactPage_privacyNote__1rCl_ {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 16px;
  line-height: 1.5;
}

/* Content blocks – luxury editorial layout */

.contentBlocks_reveal__OA6Fh {
  transition: opacity 0.75s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.contentBlocks_reveal__OA6Fh:not([data-revealed="true"]) {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
}
.contentBlocks_reveal__OA6Fh[data-revealed="true"] {
  opacity: 1;
  transform: none;
  filter: none;
}
@media (prefers-reduced-motion: reduce) {
  .contentBlocks_reveal__OA6Fh { transition: none; }
}

.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1 {
  transition: opacity 0.75s, transform 0.75s, filter 0.75s;
}
.contentBlocks_faqReveal___aZWe:not([data-revealed="true"]) .contentBlocks_faqItem__bChD1 {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
}
.contentBlocks_faqReveal___aZWe[data-revealed="true"] .contentBlocks_faqItem__bChD1 {
  opacity: 1;
  transform: none;
  filter: none;
}
.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1:nth-child(1) { transition-delay: 0ms; }
.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1:nth-child(2) { transition-delay: 60ms; }
.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1:nth-child(3) { transition-delay: 120ms; }
.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1:nth-child(4) { transition-delay: 180ms; }
.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1:nth-child(5) { transition-delay: 240ms; }
.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1:nth-child(6) { transition-delay: 300ms; }
.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1:nth-child(7) { transition-delay: 360ms; }
.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1:nth-child(8) { transition-delay: 420ms; }
.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1:nth-child(9) { transition-delay: 480ms; }
.contentBlocks_faqReveal___aZWe .contentBlocks_faqItem__bChD1:nth-child(10) { transition-delay: 540ms; }

.contentBlocks_stripWrap__51ia1 {
  width: 100%;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--public-footer-bg);
  color: var(--public-footer-fg);
  padding: clamp(1.5rem, 4vw, 40px) clamp(1rem, 4vw, 24px);
  box-sizing: border-box;
}
.contentBlocks_stripInner__UX9Q6 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 24px);
}
@media (max-width: 767px) {
  .contentBlocks_stripInner__UX9Q6 {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .contentBlocks_stripBtn__HhWjB {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .contentBlocks_stripWrap__51ia1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.contentBlocks_stripText__9_Ua7 { flex: 1; min-width: 0; }
.contentBlocks_stripTitle__gUfrH {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--public-footer-fg);
}
.contentBlocks_stripDesc__i2gg_ {
  font-size: clamp(0.9375rem, 2vw, 1rem);
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
  color: var(--public-footer-fg);
}
.contentBlocks_stripBtn__HhWjB {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: var(--public-cta-padding-y) clamp(1rem, 4vw, 28px);
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  border: 1px solid var(--public-cta-bg);
  box-sizing: border-box;
  text-decoration: none;
  border-radius: var(--public-cta-radius);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contentBlocks_stripBtn__HhWjB:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

[data-in-view="true"] .contentBlocks_stripBtn__HhWjB::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.18), transparent);
  animation: contentBlocks_sheen__cBXUG 7.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes contentBlocks_sheen__cBXUG {
  from { transform: translateX(-60%); }
  to { transform: translateX(160%); }
}
@media (prefers-reduced-motion: reduce) {
  [data-in-view="true"] .contentBlocks_stripBtn__HhWjB::before {
    animation: none;
    display: none;
  }
}

.contentBlocks_page__xKV2B {
  background: var(--background);
  min-height: 100vh;
  scroll-margin-top: var(--header-h);
}
.contentBlocks_pageModelagenturFuerKunden__7O8h2 .contentBlocks_sectionAlt__KVzwM { background: var(--background); }

.contentBlocks_inner__ajjpL {
  max-width: min(1120px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 64px) clamp(1rem, 4vw, 24px) clamp(3rem, 8vw, 96px);
  box-sizing: border-box;
}

/* Match homepage SeoTextSection hero title (Cormorant, ~820px measure) — CMS SEO titles wrap */
.contentBlocks_pageTitle__G_B_k {
  font-family: var(--font-hero-serif), "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: min(3.35rem, max(1.15rem, 6.75vw));
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-feature-settings: "lnum" 1;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--foreground);
  text-wrap: balance;
}
@media (max-width: 359px) {
  .contentBlocks_pageTitle__G_B_k {
    font-size: clamp(1.15rem, 6.5vw, 1.6rem);
  }
}
@media (max-width: 480px) {
  .contentBlocks_inner__ajjpL {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.contentBlocks_innerHeroFirst__kvhiL { padding-top: 0; }

/* Hero – theme-aware (CMS hero block) */
.contentBlocks_hero__vakUd {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 56vh;
  height: 72vh;
  max-height: 720px;
  background: var(--public-hero-bg);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--public-border);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}
.contentBlocks_heroVideo__VG_Hb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentBlocks_heroBg__xVMlc {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.contentBlocks_heroOverlay__FFXyy {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.contentBlocks_hero__vakUd::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}
.contentBlocks_heroInner__FWSIn {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(1120px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 24px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 48px);
  align-items: center;
  box-sizing: border-box;
}
@keyframes contentBlocks_heroTitleReveal__Cnx6c {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contentBlocks_heroTitle__eU4AX {
  font-size: clamp(0.875rem, 2.8vw, 5.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--public-hero-card-fg);
  margin: 0;
  grid-column: 1 / -1;
  text-align: center;
  opacity: 0;
  animation: contentBlocks_heroTitleReveal__Cnx6c 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.contentBlocks_heroCopy__a_xP1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: 1 / -1;
  align-items: center;
}
.contentBlocks_heroSubtitle__X6047 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--public-hero-muted);
  margin: 0;
  text-align: center;
}
.contentBlocks_heroButtons__NyBrt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.contentBlocks_btnPrimary__zedCe {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--public-cta-padding-y) var(--public-cta-padding-x);
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  border: 1px solid var(--public-cta-bg);
  box-sizing: border-box;
  text-decoration: none;
  border-radius: var(--public-cta-radius);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contentBlocks_btnPrimary__zedCe:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.contentBlocks_btnPrimary__zedCe::after { content: "→"; transition: transform 0.2s ease; }
.contentBlocks_btnPrimary__zedCe:hover::after { transform: translateX(4px); }
.contentBlocks_btnSecondary__VB6qG {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--public-cta-padding-y) var(--public-cta-padding-x);
  background: var(--public-cta-bordered-bg);
  color: var(--public-cta-bordered-fg);
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  text-decoration: none;
  border: 1px solid var(--public-cta-bordered-border);
  box-sizing: border-box;
  border-radius: var(--public-cta-radius);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.contentBlocks_btnSecondary__VB6qG:hover {
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  border-color: var(--public-cta-bg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.contentBlocks_btnSecondary__VB6qG::after { content: "→"; opacity: 0.8; transition: transform 0.2s ease; }
.contentBlocks_btnSecondary__VB6qG:hover::after { transform: translateX(4px); }

@media (prefers-reduced-motion: reduce) {
  .contentBlocks_heroTitle__eU4AX {
    animation: none;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .contentBlocks_hero__vakUd { min-height: 56vh; height: 56vh; }
  .contentBlocks_heroInner__FWSIn {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }
  .contentBlocks_heroCopy__a_xP1 { align-items: center; }
  .contentBlocks_heroButtons__NyBrt { justify-content: center; }
}

.contentBlocks_section__jmBpe {
  padding: clamp(1.25rem, 3vw, 40px) 0;
  border-bottom: 1px solid var(--public-border);
}
.contentBlocks_sectionAlt__KVzwM { background: var(--public-section-alt-bg); }

/* LEISTUNGEN / BRANCHEN section – theme-aware dark bar */
.contentBlocks_sectionLeistungen__bkJvm {
  background: var(--public-footer-bg);
  color: var(--public-footer-fg);
  border-bottom-color: var(--public-footer-border);
  border-radius: 12px;
}
.contentBlocks_sectionLeistungen__bkJvm .contentBlocks_sectionEyebrow__H_R7R {
  color: var(--public-footer-muted);
  font-weight: 800;
}
/* Dark band: remap global rich-text tokens only (no per-tag overrides) */
.contentBlocks_sectionLeistungen__bkJvm .public-rich-text {
  --rt-text: var(--public-footer-fg);
  --rt-muted: var(--public-footer-muted);
  --rt-heading: var(--public-footer-fg);
  --rt-link: var(--public-footer-fg);
  --rt-link-hover: #ffffff;
  --rt-bg-soft: rgba(255, 255, 255, 0.08);
  --rt-border: var(--public-footer-border);
}
.contentBlocks_sectionInner__qp3Qf {
  max-width: min(720px, calc(100vw - 2rem));
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

/* Rich text with admin design (no legacy alternating section) */
.contentBlocks_richTextDesignOuter__amK4M {
  width: 100%;
  max-width: min(1120px, calc(100vw - 2rem));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media (max-width: 420px) {
  .contentBlocks_richTextDesignOuter__amK4M {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 420px) {
  .contentBlocks_sectionInner__qp3Qf {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 769px) {
  .contentBlocks_sectionInner__qp3Qf .contentBlocks_sectionEyebrow__H_R7R,
  .contentBlocks_sectionInner__qp3Qf .contentBlocks_sectionTitle___yNk8 {
    text-align: center;
  }
}
.contentBlocks_sectionEyebrow__H_R7R {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--public-text-muted);
  margin-bottom: 12px;
}
.contentBlocks_sectionTitle___yNk8 {
  font-size: clamp(1rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--foreground);
  margin: 0 0 24px 0;
}
@media (max-width: 420px) {
  .contentBlocks_sectionTitle___yNk8 {
    font-size: 0.875rem;
  }
}
.contentBlocks_ctaCard__hPVHF {
  padding: clamp(1.5rem, 4vw, 40px) clamp(1.25rem, 4vw, 48px);
  background: var(--public-footer-bg);
  color: var(--public-footer-fg);
  border-radius: 4px;
  margin: clamp(1.5rem, 4vw, 48px) 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.contentBlocks_ctaCardBordered__3XPIh {
  background: var(--background);
  color: var(--foreground);
  border: 1px solid var(--public-border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.contentBlocks_ctaCardBordered__3XPIh:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.contentBlocks_ctaRow__3UV3v {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.contentBlocks_ctaTextWrap__zuff_ { flex: 1; min-width: 200px; }
.contentBlocks_ctaTitle___9BlT {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 0 8px 0;
}
.contentBlocks_ctaCardBordered__3XPIh .contentBlocks_ctaTitle___9BlT { color: var(--foreground); }
.contentBlocks_ctaText__p0ftS {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}
.contentBlocks_ctaCardBordered__3XPIh .contentBlocks_ctaText__p0ftS { color: var(--public-text-muted); opacity: 1; }
.contentBlocks_ctaButton__odyiM {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--public-cta-padding-y) var(--public-cta-padding-x);
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  text-decoration: none;
  border-radius: var(--public-cta-radius);
  box-sizing: border-box;
  transition: transform 0.2s ease;
}
.contentBlocks_ctaCard__hPVHF .contentBlocks_ctaButton__odyiM { background: var(--public-cta-bg); color: var(--public-cta-fg); border: 1px solid var(--public-cta-bg); }
.contentBlocks_ctaCardBordered__3XPIh .contentBlocks_ctaButton__odyiM { background: var(--public-cta-bordered-bg); color: var(--public-cta-bordered-fg); border: 1px solid var(--public-cta-bordered-border); }
.contentBlocks_ctaButton__odyiM:hover { transform: translateX(4px); }
.contentBlocks_ctaButton__odyiM::after { content: "→"; }

@media (max-width: 768px) {
  .contentBlocks_ctaCard__hPVHF { padding: 32px clamp(1rem, 4vw, 24px); }
  .contentBlocks_ctaRow__3UV3v { flex-direction: column; align-items: stretch; }
  .contentBlocks_ctaButton__odyiM { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .contentBlocks_ctaCard__hPVHF { padding: 1.5rem 1rem; }
}

.contentBlocks_faq__8CdEB {
  padding: clamp(1.25rem, 3vw, 40px) 0;
  border-bottom: 1px solid var(--public-border);
}
.contentBlocks_faqAlt__5tsMZ { background: var(--public-section-alt-bg); }
.contentBlocks_faqTitle__qKhCZ {
  font-size: clamp(1rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--foreground);
  margin: 0 auto 32px auto;
  max-width: 720px;
}
.contentBlocks_faqList__TV5yu {
  max-width: min(720px, calc(100vw - 2rem));
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contentBlocks_faqItem__bChD1 {
  border: 1px solid var(--public-faq-card-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--public-faq-answer-bg);
}
.contentBlocks_faqSummary__k5plk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 20px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--public-faq-question-fg);
  text-align: left;
  background: var(--public-faq-question-bg);
  border: none;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
  box-sizing: border-box;
}
.contentBlocks_faqSummary__k5plk::-webkit-details-marker { display: none; }
.contentBlocks_faqSummary__k5plk::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--public-faq-question-fg);
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.2s ease;
}
details[open] .contentBlocks_faqSummary__k5plk::after { transform: rotate(45deg); }
.contentBlocks_faqSummary__k5plk:hover {
  background: var(--public-faq-question-hover);
  color: var(--public-faq-question-fg);
}
.contentBlocks_faqAnswer__Dk7fA {
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--public-faq-answer-fg);
  background: var(--public-faq-answer-bg);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 240ms ease-out, opacity 240ms ease-out, padding 240ms ease-out;
  border-top: 1px solid transparent;
  box-sizing: border-box;
}
details[open] .contentBlocks_faqAnswer__Dk7fA {
  max-height: 1000px;
  opacity: 1;
  padding: 20px 24px 24px;
  border-top-color: var(--public-faq-divider);
}
.contentBlocks_faqAnswer__Dk7fA p { margin: 0; }

@media (max-width: 768px) {
  .contentBlocks_stripWrap__51ia1 { padding: 32px 0; }
  .contentBlocks_stripInner__UX9Q6 { flex-direction: column; align-items: flex-start; gap: 20px; }
  .contentBlocks_stripBtn__HhWjB { width: 100%; justify-content: center; }
}

/* Model werden page – "Model werden" uses Home hero marquee typography */
.contentBlocks_modelWerdenTitle___yQrK {
  margin: 0 0 32px 0;
  text-align: center;
}
.contentBlocks_modelWerden__I4apz {
  /* Home hero marquee typography – font-size capped so "Model werden" fits on one line */
  display: block;
  font-weight: 800;
  font-size: clamp(44px, 10vw, 96px);
  letter-spacing: -0.02em;
  line-height: 0.85;
  color: var(--foreground);
  margin: 0 0 8px 0;
  white-space: nowrap;
}
.contentBlocks_brandLine__d2rfi {
  /* Glanz & Gloria – unchanged from previous (text-7xl md:text-8xl font-bold tracking-wider) */
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--foreground);
  margin: 0;
}
@media (min-width: 768px) {
  .contentBlocks_brandLine__d2rfi { font-size: 6rem; }
}

.ModelApplicationForm_page__iWLGT {
  --application-shell-max: min(1200px, 100%);
  max-width: var(--application-shell-max);
  margin: 0 auto;
  padding: clamp(1.75rem, 4.5vw, 3.25rem) clamp(1rem, 3.5vw, 1.75rem) clamp(3rem, 7vw, 4.75rem);
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  background: linear-gradient(165deg, #f7f4ef 0%, #ebe6df 42%, #e3ddd4 100%);
  border-radius: 0;
  overflow-x: clip;
}

.ModelApplicationForm_hero___4Ogh {
  max-width: 42rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.ModelApplicationForm_kicker__oBjOS {
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(28, 25, 22, 0.42);
}

.ModelApplicationForm_title__dDYC_ {
  margin: 0 0 0.85rem;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #141210;
}

.ModelApplicationForm_subtitle__qwkRn {
  margin: 0 0 1.75rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(28, 25, 22, 0.55);
  font-weight: 400;
}

.ModelApplicationForm_processList__tL6wU {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ModelApplicationForm_processItem__0HHmz {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(28, 25, 22, 0.07);
}

.ModelApplicationForm_processIndex__EiPIr {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(28, 25, 22, 0.55);
  background: rgba(28, 25, 22, 0.05);
}

.ModelApplicationForm_processText__i1Bi3 {
  font-size: 0.9375rem;
  line-height: 1.45;
  color: rgba(28, 25, 22, 0.78);
  padding-top: 0.1rem;
}

.ModelApplicationForm_split__JJ5Zy {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3.5vw, 2.25rem);
  align-items: start;
}

/* Desktop: main + fluid sidebar column (grid ratio, no fixed px width). */
@media (min-width: 1024px) {
  .ModelApplicationForm_split__JJ5Zy {
    grid-template-columns: minmax(0, 1fr) minmax(min(100%, 17.5rem), 0.36fr);
    gap: clamp(1.75rem, 3vw, 2.5rem) clamp(1.5rem, 2.5vw, 2.25rem);
  }
}

.ModelApplicationForm_formColumn__tlccz {
  min-width: 0;
}

.ModelApplicationForm_formCard__rB4OO {
  width: 100%;
  max-width: none;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(28, 25, 22, 0.08);
  border-radius: 24px;
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.15rem, 3vw, 1.75rem) clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 24px 60px rgba(28, 25, 22, 0.06);
  box-sizing: border-box;
}

.ModelApplicationForm_aside__04MGb {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
  align-self: start;
}

.ModelApplicationForm_guideJump__LdKzP {
  width: 100%;
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid rgba(28, 25, 22, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: #141210;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.68rem 1rem;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ModelApplicationForm_guideJump__LdKzP:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(28, 25, 22, 0.28);
  transform: translateY(-1px);
}

.ModelApplicationForm_guideJump__LdKzP:focus-visible {
  outline: 2px solid rgba(20, 18, 16, 0.4);
  outline-offset: 2px;
}

.ModelApplicationForm_asideCard__NFwq_ {
  padding: 1.5rem 1.35rem 1.6rem;
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(36, 34, 32, 0.97) 0%, #141210 100%);
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.ModelApplicationForm_asideHeading__BmzFJ {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.ModelApplicationForm_asideLead__gvmrZ {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

.ModelApplicationForm_asideList__3cGbT {
  margin: 0 0 1.15rem;
  padding: 0 0 0 1.1rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.ModelApplicationForm_asideList__3cGbT li {
  margin-bottom: 0.45rem;
}

.ModelApplicationForm_asideList__3cGbT li:last-child {
  margin-bottom: 0;
}

.ModelApplicationForm_privacyLink__rnCsR {
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}

.ModelApplicationForm_privacyLink__rnCsR:hover {
  text-decoration-color: rgba(255, 255, 255, 0.65);
}

.ModelApplicationForm_samplesCard__oerZj {
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(28, 25, 22, 0.08);
}

.ModelApplicationForm_samplesTitle__gohJB {
  margin: 0 0 0.85rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(28, 25, 22, 0.45);
  text-align: center;
}

.ModelApplicationForm_samplesGrid__kgddg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.ModelApplicationForm_sampleImg__tqHL2 {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(28, 25, 22, 0.08);
}

@media (max-width: 480px) {
  .ModelApplicationForm_page__iWLGT {
    width: 100%;
    max-width: 100%;
    padding: 1rem 0.75rem 2rem;
  }

  .ModelApplicationForm_formColumn__tlccz {
    width: 100%;
    max-width: 100%;
  }

  .ModelApplicationForm_formCard__rB4OO {
    width: 100%;
    max-width: none;
    border-radius: 18px;
    padding: 1rem 0.85rem 1.25rem;
  }
}

/* Global FAQ tokens: --public-faq-* in globals.css */

.FAQSection_section__7qeFn {
  max-width: 640px;
  margin: 0 auto;
  padding: 64px 24px 80px;
}

.FAQSection_title__YaQLv {
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--foreground);
  margin: 0 0 32px;
  text-align: center;
}

.FAQSection_stack__vxI6F {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.FAQSection_card__NilN_ {
  border: 1px solid var(--public-faq-card-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--public-faq-answer-bg);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, border-color 0.2s ease;
}

.FAQSection_card__NilN_:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.FAQSection_cardOpen__OGDb2 {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.FAQSection_cardHeader__VUSUA {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 20px 20px 24px;
  text-align: left;
  background: var(--public-faq-question-bg);
  border: none;
  cursor: pointer;
  font: inherit;
  color: var(--public-faq-question-fg);
  transition: background 0.2s ease;
}

.FAQSection_cardHeader__VUSUA:hover {
  background: var(--public-faq-question-hover);
}

.FAQSection_cardHeader__VUSUA:focus-visible {
  outline: 2px solid var(--public-faq-question-fg);
  outline-offset: 2px;
}

.FAQSection_questionText__7WFQJ {
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--public-faq-question-fg);
  line-height: 1.4;
  flex: 1;
}

.FAQSection_iconWrap__u2YQ9 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--public-faq-icon-bg);
  transition: background 0.2s ease;
}

.FAQSection_cardHeader__VUSUA:hover .FAQSection_iconWrap__u2YQ9 {
  opacity: 0.95;
}

.FAQSection_icon__PKHdm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--public-faq-icon-fg);
  transition: transform 0.3s ease;
}

.FAQSection_iconOpen__VEV4d {
  transform: rotate(45deg);
}

.FAQSection_cardBody__qoN2p {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.FAQSection_cardBody__qoN2p[data-open="true"] {
  grid-template-rows: 1fr;
}

.FAQSection_cardBodyInner__MwMSx {
  overflow: hidden;
  min-height: 0;
  padding: 20px 24px 24px;
  background: var(--public-faq-answer-bg);
  border-top: 1px solid var(--public-faq-divider);
}

.FAQSection_cardBody__qoN2p[data-open="true"] .FAQSection_cardBodyInner__MwMSx {
  border-top: 1px solid var(--public-faq-divider);
}

.FAQSection_answerText__SR1_l {
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--public-faq-answer-fg);
  margin: 0;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}

.FAQSection_cardBody__qoN2p[data-open="true"] .FAQSection_answerText__SR1_l {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .FAQSection_section__7qeFn {
    padding: 80px 32px 96px;
  }

  .FAQSection_title__YaQLv {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .FAQSection_stack__vxI6F {
    gap: 20px;
  }

  .FAQSection_cardHeader__VUSUA {
    padding: 24px 24px 24px 28px;
  }

  .FAQSection_questionText__7WFQJ {
    font-size: 1.125rem;
  }

  .FAQSection_iconWrap__u2YQ9 {
    width: 40px;
    height: 40px;
  }

  .FAQSection_cardBodyInner__MwMSx {
    padding: 24px 28px 28px;
  }

  .FAQSection_answerText__SR1_l {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .FAQSection_card__NilN_,
  .FAQSection_cardHeader__VUSUA,
  .FAQSection_iconWrap__u2YQ9,
  .FAQSection_icon__PKHdm,
  .FAQSection_cardBody__qoN2p,
  .FAQSection_answerText__SR1_l {
    transition: none;
  }
}

/* Scroll-pinned word reveal: tall outer wrapper, sticky inner.
   Sticky requires no overflow:hidden/auto/scroll, transform, filter, perspective, or contain on ancestors. */

.HomeBigWordmarkBlock_root__nNLNZ {
  position: relative;
  width: 100%;
}

.HomeBigWordmarkBlock_outerWrap__cr4YK {
  position: relative;
  width: 100%;
  min-height: 200vh;
  /* Height drives scroll length; 250vh gives enough scroll for ~5–10 words */
}

.HomeBigWordmarkBlock_stickyInner__AzR8g {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
  box-sizing: border-box;
}

.HomeBigWordmarkBlock_line__l7MFB {
  text-align: center;
  margin: 0;
  font-size: clamp(2.5rem, 12vw, 8rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  color: #0b0b0c;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.15em 0.35em;
}

.HomeBigWordmarkBlock_word__aQEdk {
  display: inline-block;
  transition: opacity 0.25s ease-out;
}

.HomeBigWordmarkBlock_word__aQEdk[data-visible="false"] {
  opacity: 0;
}

.HomeBigWordmarkBlock_word__aQEdk[data-visible="true"] {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .HomeBigWordmarkBlock_word__aQEdk {
    transition: none;
  }
}

@media (max-width: 600px) {
  .HomeBigWordmarkBlock_line__l7MFB {
    font-size: clamp(2rem, 10vw, 5rem);
  }
}

/* Hero 3D Orbit — full-bleed, 5 visible, minimal-luxury, no ghosting */

.Hero3DCarousel_root__SFTBZ {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  min-height: 720px;
  height: 98vh;
  max-height: 1300px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: var(--header-h);
  box-sizing: border-box;
  overflow: visible; /* allow 3D cards to show without being cut off */
  cursor: default;
  user-select: none;
  background: var(--public-home-hero3d-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.Hero3DCarousel_spotlight__D3yd3 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92%, 72vw);
  max-width: min(900px, 88vw);
  height: min(70%, 62vmin);
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: var(--public-home-hero3d-spotlight);
  z-index: 0;
}

.Hero3DCarousel_loading__xK_G0 {
  color: var(--public-home-hero3d-muted);
  font-size: 0.95rem;
  font-weight: 300;
}

.Hero3DCarousel_scene__LR6Om {
  position: relative;
  z-index: 1;
  perspective: 2000px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible; /* 3D cards must not be clipped */
}

.Hero3DCarousel_track__LpJbH {
  position: relative;
  width: 100%;
  max-width: 1800px;
  /* Share of the scene; raised on tablet so orbit sits in a taller band without growing the section */
  height: 88%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  perspective: 2000px;
}

.Hero3DCarousel_card__ap7ae {
  position: absolute;
  /*
   * --hero3d-card-w / --hero3d-card-max-h set from Hero3DCarousel (synced with orbit radii).
   * Fluid fallbacks approximate the same scale before first JS frame (SSR / paint).
   */
  /* Pre-JS fallbacks: cap at desktop hero card size so first paint matches hydrated >900px layout (no 368px→280px jump). */
  width: var(--hero3d-card-w, clamp(168px, 47.5vw, 280px));
  height: 100%;
  max-height: var(--hero3d-card-max-h, clamp(200px, 58vmin, 400px));
  left: 50%;
  top: 50%;
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
  contain: paint;
  isolation: isolate;
  pointer-events: none;
  cursor: default;
  transition: none;
}

@media (min-width: 901px) {
  .Hero3DCarousel_card__ap7ae {
    transition: opacity 120ms linear;
  }
}

.Hero3DCarousel_cardInner__5AmiK {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden; /* clip image to rounded corners only; root/scene stay visible */
  box-shadow: var(--public-home-hero3d-card-shadow);
  backface-visibility: hidden;
  transform-style: preserve-3d;

  /* ✅ per-card lighting (vars set from TSX) */
  filter: brightness(var(--card-brightness, 1)) contrast(var(--card-contrast, 1))
    saturate(var(--card-saturate, 1));

  /* ✅ Fix: Chrome 3D + border-radius hairline seam */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  outline: 1px solid transparent;
  will-change: transform, filter;
}

.Hero3DCarousel_cardInner__5AmiK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  image-rendering: auto;

  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
}

/*
 * Tablet / large mobile (601–900px): these widths used to inherit desktop 98vh + 720px min-height,
 * so the section towered above the capped card height. Tighten section + spotlight only; card sizes
 * stay driven by Hero3DCarousel.tsx (unchanged ratio).
 */
@media (max-width: 900px) and (min-width: 601px) {
  .Hero3DCarousel_root__SFTBZ {
    min-height: clamp(420px, 48vh, 580px);
    height: min(72vh, 820px);
    max-height: min(88vh, 900px);
  }

  .Hero3DCarousel_track__LpJbH {
    height: 92%;
  }

  .Hero3DCarousel_spotlight__D3yd3 {
    width: min(88%, 70vw);
    max-width: min(820px, 86vw);
    height: min(56%, 48vmin);
  }
}

@media (max-width: 600px) {
  .Hero3DCarousel_root__SFTBZ {
    /*
     * Use stable viewport units on mobile so the hero doesn't "breathe" as the browser UI changes.
     * Keep the same visual design, just reduce the width→height swings across 320–430px.
     */
    min-height: 420px;
    min-height: clamp(420px, 64vh, 560px);
    min-height: clamp(420px, 64svh, 560px);
    height: 64vh;
    height: 64svh;
    max-height: min(820px, 78vh);
    max-height: min(820px, 78svh);
  }

  .Hero3DCarousel_track__LpJbH {
    height: 86%;
  }

  .Hero3DCarousel_spotlight__D3yd3 {
    height: min(52%, 46vmin);
    width: min(90%, 76vw);
  }

  .Hero3DCarousel_cardInner__5AmiK {
    box-shadow: var(--public-home-hero3d-card-shadow);
  }
}
/* Home Models Conveyor – two-column layout (Women left, Men right) with vertical focus conveyors */

.HomeModelsConveyor_section__JvGBQ {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 32px 48px;
  text-align: center;
  overflow-x: hidden;
}

.HomeModelsConveyor_title__QCs3X {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  padding: 0 32px;
}

.HomeModelsConveyor_loading__vJvRc {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
}

/* Two-column layout: Women left, Men right */
.HomeModelsConveyor_columns__6jH6i {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1180px;
  margin: 0 auto;
}

.HomeModelsConveyor_row__anRtP {
  margin-bottom: 40px;
  min-width: 0;
  text-align: center;
}

.HomeModelsConveyor_columns__6jH6i .HomeModelsConveyor_row__anRtP {
  margin-bottom: 0;
}

/* Viewport: fixed height, overflow hidden – vertical conveyor per column */
.HomeModelsConveyor_viewport__5Jv7m {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  isolation: isolate;
}

.HomeModelsConveyor_track__S3CbG {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  will-change: transform;
  width: max-content;
  margin: 0 auto;
  padding: 24px 32px;
}

.HomeModelsConveyor_trackNoMotion__qVhkG {
  /* No animation – used when prefers-reduced-motion */
}

/* Top and bottom fade masks – soft gradient, no hard edge */
.HomeModelsConveyor_fadeTop__JjS48,
.HomeModelsConveyor_fadeBottom__s7hJ1 {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  pointer-events: none;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.HomeModelsConveyor_fadeTop__JjS48 {
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(var(--public-fade-rgb), 1) 0%,
    rgba(var(--public-fade-rgb), 0.85) 25%,
    rgba(var(--public-fade-rgb), 0.4) 55%,
    rgba(var(--public-fade-rgb), 0) 100%
  );
}

.HomeModelsConveyor_fadeBottom__s7hJ1 {
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(var(--public-fade-rgb), 1) 0%,
    rgba(var(--public-fade-rgb), 0.85) 25%,
    rgba(var(--public-fade-rgb), 0.4) 55%,
    rgba(var(--public-fade-rgb), 0) 100%
  );
}

/* Card wrapper – receives focus scale from JS */
.HomeModelsConveyor_cardWrapper__ohEvK {
  flex: 0 0 auto;
  width: 280px;
  will-change: transform;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  min-height: 0;
  line-height: 0;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  outline: none;
  border: none !important;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Card – image-only, not clickable */
.HomeModelsConveyor_card__HBBr0 {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  min-height: 0;
  line-height: 0;
  display: block;
  background: var(--background);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  outline: none;
  border: none !important;
  cursor: default;
  pointer-events: none;
  backface-visibility: hidden;
}

.HomeModelsConveyor_cardImgWrap__n7V46 {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f3f3f3;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  min-height: 0;
  line-height: 0;
  display: block;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  outline: none;
  border: none !important;
}

.HomeModelsConveyor_cardImg__ZG_6b {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  vertical-align: bottom;
}

.HomeModelsConveyor_cardNoImage__A9gM4 {
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #e5e5e5;
  box-shadow: none !important;
  filter: none !important;
  outline: none;
}

.HomeModelsConveyor_empty___r6VK {
  min-width: 200px;
  color: #888;
  font-size: 14px;
}

/* CTA pill under each column */
.HomeModelsConveyor_ctaWrap__8O_X3 {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.HomeModelsConveyor_cta__WcpuR {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 46px;
  padding: 0 18px;
  border-radius: 9999px;
  border: none;
  background: var(--public-cta-bg);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--public-cta-fg);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 120ms ease, opacity 120ms ease, background 120ms ease;
}

.HomeModelsConveyor_cta__WcpuR:hover {
  opacity: 0.92;
}

.HomeModelsConveyor_cta__WcpuR:active {
  transform: translateY(1px) scale(0.98);
  opacity: 1;
}

.HomeModelsConveyor_cta__WcpuR:active::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.HomeModelsConveyor_cta__WcpuR:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .HomeModelsConveyor_cta__WcpuR {
    transition: none;
  }
}

/* Viewport scroll only when JS adds .viewportReducedMotion (single source of truth for production parity) */
.HomeModelsConveyor_viewportReducedMotion__N9GA_ {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Tablet: 2 columns, tighter gap */
@media (max-width: 979px) {
  .HomeModelsConveyor_columns__6jH6i {
    gap: 24px;
  }

  .HomeModelsConveyor_section__JvGBQ {
    padding: 40px 24px 44px;
  }

  .HomeModelsConveyor_title__QCs3X {
    margin-bottom: 24px;
    padding: 0 24px;
  }

  .HomeModelsConveyor_viewport__5Jv7m {
    height: 520px;
  }
}

/* Mobile: stack vertically (Women first, Men second) */
@media (max-width: 599px) {
  .HomeModelsConveyor_columns__6jH6i {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .HomeModelsConveyor_columns__6jH6i .HomeModelsConveyor_row__anRtP {
    margin-bottom: 28px;
  }

  .HomeModelsConveyor_columns__6jH6i .HomeModelsConveyor_row__anRtP:last-child {
    margin-bottom: 0;
  }

  .HomeModelsConveyor_section__JvGBQ {
    padding: 36px 20px 40px;
  }

  .HomeModelsConveyor_title__QCs3X {
    font-size: 36px;
    margin-bottom: 22px;
    padding: 0 20px;
  }

  .HomeModelsConveyor_viewport__5Jv7m {
    height: 640px;
  }

  .HomeModelsConveyor_track__S3CbG {
    padding: 16px 20px;
    gap: 0;
  }

  .HomeModelsConveyor_cardWrapper__ohEvK {
    width: 158px;
  }

  .HomeModelsConveyor_fadeTop__JjS48,
  .HomeModelsConveyor_fadeBottom__s7hJ1 {
    height: 80px;
  }

}

.SeoTextSection_section__23sE1 {
  max-width: 820px;
  margin: 0 auto;
  padding: 56px 24px 72px;
  text-align: center;
}

.SeoTextSection_h1__mmytm {
  font-family: var(--font-hero-serif), "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  /* Fluid cap so long German line stays single-line from ~360px content width up */
  font-size: min(3.35rem, max(1.15rem, 6.75vw));
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-feature-settings: "lnum" 1;
  max-width: none;
  margin: 0 auto 1.25rem;
  color: var(--foreground);
  white-space: nowrap;
}

.SeoTextSection_h1__mmytm br {
  display: none;
}

.SeoTextSection_h2__Bt476 {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-weight: 700;
  font-size: clamp(1rem, 2.5vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.2px;
  max-width: 720px;
  margin: 32px auto 16px auto;
  color: var(--foreground);
}

.SeoTextSection_tagline__7xmzJ {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-weight: 500;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: var(--public-text-muted);
  margin: 0 0 32px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
}

.SeoTextSection_taglineLine__HDLhz {
  display: block;
}

/* A) Short intro */
.SeoTextSection_intro__MmRNf {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
  color: var(--public-text-muted);
  margin: 0 auto 32px;
  max-width: 720px;
  text-wrap: pretty;
  hyphens: auto;
}

/* Keep “…Fashion, Commercial und E-Commerce.” on one line on desktop (no widow after hyphen) */
.SeoTextSection_introPartnerTail__177FM {
  white-space: normal;
}

@media (min-width: 640px) {
  .SeoTextSection_introPartnerTail__177FM {
    white-space: nowrap;
  }
}

/* B) Trust/benefits bullets */
.SeoTextSection_bullets__3YKGG {
  list-style: none;
  margin: 0 auto 36px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  max-width: 720px;
}

.SeoTextSection_bullet__3Kkjv {
  font-family: var(--font-inter, "Inter", sans-serif);
}

/* CTAs – right after bullets */
.SeoTextSection_ctaWrap__w4doB {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: center;
  margin-bottom: 40px;
}

/* Lighter, more editorial weight than site-wide .public-cta defaults */
.SeoTextSection_ctaWrap__w4doB .SeoTextSection_seoHeroCta__z0YrY {
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-radius: 10px;
}

.SeoTextSection_ctaWrap__w4doB .SeoTextSection_seoHeroCta__z0YrY:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

/* Home SEO block / dynamic ctas[] — same as global primary CTA (black pill day, theme inverse night) */
.SeoTextSection_ctaPrimary__ep1bs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--public-cta-padding-y) var(--public-cta-padding-x);
  border-radius: var(--public-cta-radius);
  border: 1px solid var(--public-cta-bg);
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  font-family: var(--font-inter, "Inter", sans-serif);
  font-weight: var(--public-cta-font-weight);
  font-size: var(--public-cta-font-size);
  letter-spacing: var(--public-cta-letter-spacing);
  text-decoration: none;
  box-sizing: border-box;
  transition: filter 0.2s, transform 0.15s ease, background 0.2s, color 0.2s, border-color 0.2s;
}

.SeoTextSection_ctaPrimary__ep1bs:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

/* CTAs: global .public-cta in globals.css (SeoTextSection default pair) */

/* C) Supporting paragraph */
.SeoTextSection_text__AiMDS {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-weight: 400;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.75;
  color: var(--public-text-muted);
  margin: 0 auto 24px;
  max-width: 720px;
}

.SeoTextSection_text__AiMDS:last-of-type {
  margin-bottom: 0;
}

/* Collapsible "Mehr erfahren" */
.SeoTextSection_moreBlock__814a1 {
  margin-top: 32px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.SeoTextSection_moreToggle__padeZ {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--foreground);
  background: none;
  border: none;
  padding: 8px 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  align-self: center;
  text-align: center;
}

.SeoTextSection_moreToggle__padeZ:hover {
  opacity: 0.85;
}

.SeoTextSection_moreContent__VEG8g {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  align-self: stretch;
}

.SeoTextSection_moreContent__VEG8g[hidden] {
  display: none;
}

.SeoTextSection_moreContent__VEG8g .SeoTextSection_text__AiMDS {
  margin-bottom: 1.25em;
}

.SeoTextSection_moreContent__VEG8g .SeoTextSection_text__AiMDS:last-child {
  margin-bottom: 0;
}

.SeoTextSection_noWrap__whMSX {
  white-space: nowrap;
  /* Prefer keeping hyphenated terms like E-Commerce on one line */
  hyphens: manual;
}

.SeoTextSection_text__AiMDS strong {
  font-weight: 600;
}

.SeoTextSection_inlineLink__yifM1 {
  color: var(--foreground);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.SeoTextSection_inlineLink__yifM1:hover {
  opacity: 0.85;
}

.SeoTextSection_credibility__eoFwE {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--public-text-muted);
  margin: 24px 0 0;
}

@media (min-width: 1160px) {
  .SeoTextSection_tagline__7xmzJ {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
    white-space: nowrap;
  }

  .SeoTextSection_taglineLine__HDLhz {
    display: inline;
  }

  .SeoTextSection_taglineLine__HDLhz:first-child::after {
    content: " \2013 ";
  }
}

@media (max-width: 359px) {
  .SeoTextSection_h1__mmytm {
    white-space: normal;
    text-wrap: balance;
    font-size: clamp(1.15rem, 6.5vw, 1.6rem);
  }
}

@media (min-width: 768px) {
  .SeoTextSection_section__23sE1 {
    padding: 64px 32px 88px;
  }
  .SeoTextSection_h1__mmytm {
    margin-bottom: 1.5rem;
  }
  .SeoTextSection_tagline__7xmzJ {
    margin-bottom: 36px;
  }
  .SeoTextSection_intro__MmRNf {
    margin-bottom: 36px;
  }
  .SeoTextSection_bullets__3YKGG {
    margin-bottom: 40px;
    gap: 16px 32px;
  }
  .SeoTextSection_ctaWrap__w4doB {
    margin-bottom: 48px;
  }
  .SeoTextSection_moreBlock__814a1 {
    margin-top: 40px;
  }
}

.HomeCubeBlock_wrap__LvmeL {
  width: 100%;
  padding: 56px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--background);
}

.HomeCubeBlock_cubeWrap__LaU2m {
  width: 234px;
  height: 234px;
  perspective: 936px;
}

.HomeCubeBlock_cube__T9j4a {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: HomeCubeBlock_cubeRotate__1t7tn 14s linear infinite;
}

.HomeCubeBlock_face__Z6_GU {
  position: absolute;
  width: 234px;
  height: 234px;
  border: 2px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.08));
  backface-visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.HomeCubeBlock_faceImg__c9eyq {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.HomeCubeBlock_face__Z6_GU[data-face="front"]  { transform: translateZ(117px); }
.HomeCubeBlock_face__Z6_GU[data-face="back"]   { transform: rotateY(180deg) translateZ(117px); }
.HomeCubeBlock_face__Z6_GU[data-face="right"]  { transform: rotateY(90deg) translateZ(117px); }
.HomeCubeBlock_face__Z6_GU[data-face="left"]   { transform: rotateY(-90deg) translateZ(117px); }
.HomeCubeBlock_face__Z6_GU[data-face="top"]    { transform: rotateX(90deg) translateZ(117px); }
.HomeCubeBlock_face__Z6_GU[data-face="bottom"] { transform: rotateX(-90deg) translateZ(117px); }

@keyframes HomeCubeBlock_cubeRotate__1t7tn {
  0%   { transform: rotateX(0deg) rotateY(0deg); }
  25%  { transform: rotateX(90deg) rotateY(90deg); }
  50%  { transform: rotateX(180deg) rotateY(180deg); }
  75%  { transform: rotateX(270deg) rotateY(270deg); }
  100% { transform: rotateX(360deg) rotateY(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .HomeCubeBlock_cube__T9j4a {
    animation: none;
    transform: rotateX(-12deg) rotateY(20deg);
  }
}

