/**
 * 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;
  }
}

/* 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;
  }

}

/**
 * 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);
}

/* Person / founder — compact luxury card (unified composition, balanced type) */

.personCardBlock {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1rem 1rem;
}

@media (min-width: 768px) {
  .personCardBlock {
    padding: 1rem 1.25rem 1.25rem;
  }
}

.personCard {
  background: #0b0b0b;
  border-radius: clamp(14px, 1.8vw, 20px);
  box-shadow: 0 12px 40px -18px rgba(0, 0, 0, 0.38);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: clamp(1.1rem, 2.4vw, 1.5rem) clamp(1.1rem, 2.8vw, 1.65rem);
  align-items: stretch;
}

@media (min-width: 768px) {
  .personCard {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 36%);
    gap: 1.15rem;
    padding: clamp(1.2rem, 2.6vw, 1.65rem) clamp(1.2rem, 3vw, 1.85rem);
  }
}

.personCard__text {
  min-width: 0;
  max-width: 26rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Prominent but controlled — not poster scale */
.personCard__name {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.35vw, 1.6rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.personCard__name::after {
  content: '';
  display: block;
  width: 2rem;
  max-width: 20%;
  height: 1px;
  margin-top: 0.4rem;
  background: rgba(255, 255, 255, 0.24);
}

.personCard__role {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .personCard__role {
    font-size: 0.90625rem;
    margin-top: 0.4rem;
  }
}

.personCard__bio {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .personCard__bio {
    font-size: 0.9375rem;
    line-height: 1.52;
    margin-top: 0.55rem;
  }
}

/* Compact card: global .public-rich-text tokens, keep card type scale */
.personCard__bio.public-rich-text {
  --rt-text: rgba(255, 255, 255, 0.88);
  --rt-muted: rgba(255, 255, 255, 0.72);
  --rt-heading: #ffffff;
  --rt-link: rgba(255, 255, 255, 0.95);
  --rt-link-hover: #ffffff;
  --rt-bg-soft: rgba(255, 255, 255, 0.1);
  --rt-border: rgba(255, 255, 255, 0.15);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
}

.personCard__bio p {
  margin: 0 0 0.4rem;
}

.personCard__bio p:last-child {
  margin-bottom: 0;
}

.personCard__bio--clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

@media (min-width: 768px) {
  .personCard__bio--clamp {
    -webkit-line-clamp: 6;
  }
}

.personCard__meta {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.45;
}

/* Portrait: same card language — light mat, tight to grid */
.personCard__figure {
  margin: 0;
  background: #ffffff;
  border-radius: clamp(12px, 1.6vw, 16px);
  padding: 0.4rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.personCard__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: clamp(8px, 1.2vw, 12px);
}

@media (min-width: 768px) {
  .personCard__img {
    max-height: min(320px, 50vh);
  }
}

@media (max-width: 767px) {
  .personCard__figure {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

