.HomeServicesSection_section__Kxm18 {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 48px) clamp(1rem, 4vw, 24px) 64px;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .HomeServicesSection_section__Kxm18 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .HomeServicesSection_servicesGrid__6RdIs {
    width: calc(100% - 2rem);
  }
}

.HomeServicesSection_heading__NZkvN {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: var(--foreground);
  margin: 0 0 20px;
}

.HomeServicesSection_intro__3Yk4Z {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-weight: 600;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.75;
  color: var(--public-text-muted);
  margin: 0 auto 40px;
  max-width: 720px;
}

.HomeServicesSection_servicesGrid__6RdIs {
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-bottom: 0;
}

.HomeServicesSection_serviceCard__0pEtO {
  min-width: 0;
  background: var(--public-feature-panel-bg);
  border: 1px solid var(--public-feature-panel-border);
  border-radius: 16px;
  padding: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  box-shadow: var(--public-feature-card-shadow);
}

.HomeServicesSection_serviceCard__0pEtO:hover {
  filter: brightness(1.06);
}

.HomeServicesSection_cardTitle__oz4yc {
  margin: 0 0 10px;
  font-family: var(--font-inter, "Inter", sans-serif);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--public-feature-panel-head);
}

.HomeServicesSection_cardText__0GHKy {
  margin: 0;
  font-family: var(--font-inter, "Inter", sans-serif);
  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 600;
  color: var(--public-feature-panel-text);
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.HomeServicesSection_servicesCta__NLFr7 {
  width: min(1400px, calc(100% - 48px));
  margin: 26px auto 0;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.HomeServicesSection_btnPrimary__2s81w {
  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);
  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);
  border: 1px solid var(--public-cta-bg);
  box-sizing: border-box;
  text-decoration: none;
  transition: filter 0.2s, transform 0.15s ease;
}

.HomeServicesSection_btnPrimary__2s81w:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.HomeServicesSection_btnSecondary__U8_N7 {
  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);
  background: var(--public-cta-bordered-bg);
  color: var(--public-cta-bordered-fg);
  border: 1px solid var(--public-cta-bordered-border);
  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);
  box-sizing: border-box;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s ease;
}

.HomeServicesSection_btnSecondary__U8_N7:hover {
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  border-color: var(--public-cta-bg);
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .HomeServicesSection_servicesGrid__6RdIs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .HomeServicesSection_servicesGrid__6RdIs {
    grid-template-columns: 1fr;
  }
}

.HomeCategoriesSection_section__2ydSc {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 56px;
  text-align: center;
}

.HomeCategoriesSection_heading__TJr5t {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: var(--foreground);
  margin: 0 0 16px;
}

.HomeCategoriesSection_intro__w7OQp {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-weight: 600;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.75;
  color: var(--public-text-muted);
  margin: 0 auto 28px;
  max-width: 640px;
}

.HomeCategoriesSection_list__jZ_iM {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}

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

@media (max-width: 640px) {
  .HomeCategoriesSection_section__2ydSc {
    padding: 40px 20px 48px;
  }
}

.TestimonialsSection_testimonialsSection__eFqMD {
  background: var(--background);
  padding: 120px 0;
}

.TestimonialsSection_container__8JFp5 {
  max-width: min(1100px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 24px);
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .TestimonialsSection_testimonialsSection__eFqMD {
    padding: 3rem 0;
  }
  .TestimonialsSection_container__8JFp5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.TestimonialsSection_testimonialsSection__eFqMD h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--foreground);
  margin: 0 0 48px;
  text-align: center;
}

.TestimonialsSection_testimonialsGrid__gyQPw {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .TestimonialsSection_testimonialsGrid__gyQPw {
    grid-template-columns: repeat(2, 1fr);
  }
}

.TestimonialsSection_testimonialCard__g3Le5 {
  background: var(--public-ref-card-bg);
  color: var(--public-ref-card-fg);
  border: 1px solid var(--public-ref-card-border);
  border-radius: 18px;
  padding: 32px;
  box-shadow: var(--public-ref-card-shadow);
  transition: transform 0.3s ease;
}

.TestimonialsSection_testimonialCard__g3Le5:hover {
  transform: translateY(-6px);
}

.TestimonialsSection_testimonialHeader__ccAlH {
  display: flex;
  align-items: center;
  gap: 16px;
}

.TestimonialsSection_avatarWrap__BsGLe {
  flex-shrink: 0;
  padding: 3px;
  border-radius: 50%;
  background: var(--public-ref-avatar-halo);
  line-height: 0;
}

.TestimonialsSection_testimonialAvatar__1oF1d {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid var(--public-ref-avatar-border);
  box-sizing: border-box;
}

.TestimonialsSection_testimonialName__B_Wpk {
  font-weight: 600;
  font-size: 18px;
  color: var(--public-ref-card-fg);
  margin: 0 0 4px;
}

.TestimonialsSection_testimonialRole__ryBQF {
  font-size: 14px;
  color: var(--public-ref-card-muted);
  margin: 0;
}

.TestimonialsSection_testimonialRating__h7udS {
  margin-top: 16px;
  font-weight: 500;
  font-size: 15px;
  color: var(--public-ref-card-fg);
}

.TestimonialsSection_testimonialText__rv9eB {
  font-size: 16px;
  line-height: 1.7;
  color: var(--public-ref-card-fg);
  margin: 12px 0 0;
}

.TestimonialsSection_testimonialText__rv9eB:first-of-type {
  margin-top: 12px;
}

/* Last CTA – red pills; label text always white (day + night) for contrast on brand */
.HomeInternalLinksSection_section__V8ZqS {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 24px 28px;
  margin-top: calc(2rem - 8px);
  border-top: 1px solid var(--public-border);
}

.HomeInternalLinksSection_list__h0_hP {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.HomeInternalLinksSection_pill__uX7uU {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--color-brand);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all 0.28s ease;
  font-family: var(--font-inter, "Inter", sans-serif);
  color: #ffffff;
  background: var(--color-brand);
  text-decoration: none;
  position: relative;
}

.HomeInternalLinksSection_pill__uX7uU::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 1px;
  background: currentColor;
  transition: transform 0.28s ease;
}

.HomeInternalLinksSection_pill__uX7uU:hover {
  background: #a01830;
  color: #ffffff;
  border-color: #a01830;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--color-brand) 40%, transparent);
}

.HomeInternalLinksSection_pill__uX7uU:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.HomeInternalLinksSection_pill__uX7uU:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.HomeInternalLinksSection_pill__uX7uU:active {
  background: #8a1428;
  color: #ffffff;
  border-color: #8a1428;
}

.HomeInternalLinksSection_pillOutline__izUoc {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid var(--color-brand);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all 0.28s ease;
  font-family: var(--font-inter, "Inter", sans-serif);
  color: var(--color-brand);
  background: transparent;
  text-decoration: none;
  position: relative;
}

.HomeInternalLinksSection_pillOutline__izUoc::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 1px;
  background: currentColor;
  transition: transform 0.28s ease;
}

.HomeInternalLinksSection_pillOutline__izUoc:hover {
  background: color-mix(in srgb, var(--color-brand) 8%, transparent);
  color: var(--color-brand);
  border-color: var(--color-brand);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--color-brand) 22%, transparent);
}

.HomeInternalLinksSection_pillOutline__izUoc:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.HomeInternalLinksSection_pillOutline__izUoc:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}

.HomeInternalLinksSection_pillOutline__izUoc:active {
  background: color-mix(in srgb, var(--color-brand) 14%, transparent);
}

@media (max-width: 768px) {
  .HomeInternalLinksSection_list__h0_hP {
    gap: 10px;
  }

  .HomeInternalLinksSection_pill__uX7uU,
  .HomeInternalLinksSection_pillOutline__izUoc {
    font-size: 13px;
    padding: 8px 16px;
  }
}

/* Circular model strip – loop right → left (content enters from right) */

.ModelCircleStrip_viewport__uw_rZ {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 48px 0;
  background: var(--public-circle-strip-bg);
}

.ModelCircleStrip_track__jMHAk {
  display: flex;
  gap: 24px;
  width: max-content;
  flex-shrink: 0;
  padding: 0 24px;
  will-change: transform;
  /* Duration controlled via --circle-strip-duration from CMS (default 80s) */
  animation: ModelCircleStrip_marqueeR2L__j8_Dq var(--circle-strip-duration, 80s) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .ModelCircleStrip_track__jMHAk {
    animation: none;
  }
}

.ModelCircleStrip_circle__bh4cV {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ModelCircleStrip_circle__bh4cV:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.ModelCircleStrip_circleImg__332Hz {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  display: block;
}

@keyframes ModelCircleStrip_marqueeR2L__j8_Dq {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 768px) {
  .ModelCircleStrip_circle__bh4cV {
    width: 120px;
    height: 120px;
  }

  .ModelCircleStrip_track__jMHAk {
    gap: 28px;
  }
}

/* Model strip: canonical seamless infinite marquee (LEFT→RIGHT).
   - stripViewport: overflow hidden; stripTrack contains exactly TWO copies (loopItems = [...items, ...items]).
   - translateX percentage is of the TRACK width: -50% = one full sequence, so from -50% to 0% = seamless loop.
   - No viewport-based translate; no JS that stops or runs-once. Fixed thumb size so layout is stable. */

.ModelStrip_stripViewport__J82IO {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  height: 72px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}

.ModelStrip_stripViewportFooter__EpDmF {
  background: #0a0a0a;
}

/* Softer than pure black while waiting for content (footer / lower strip). */
.ModelStrip_stripViewportFooter__EpDmF.ModelStrip_stripViewportAwaiting__DXGkm {
  background: #141414;
}

.ModelStrip_stripViewportPage__vNAua {
  background: var(--public-home-model-strip-bg);
}

/* Slight lift so the row reads as tiles, not a void (page theme). */
.ModelStrip_stripViewportPage__vNAua.ModelStrip_stripViewportAwaiting__DXGkm {
  background: color-mix(in srgb, var(--public-home-model-strip-bg) 88%, #ffffff 12%);
}

@supports not (background: color-mix(in srgb, black, white)) {
  .ModelStrip_stripViewportPage__vNAua.ModelStrip_stripViewportAwaiting__DXGkm {
    background: var(--public-home-model-strip-bg);
  }
}

/* Shared flex row; marquee only when .stripTrackMarquee is applied (after reveal delay). */
.ModelStrip_stripTrack__ryy4u {
  display: flex;
  gap: 12px;
  width: max-content;
  flex-shrink: 0;
  padding: 0 0.5rem;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ModelStrip_stripTrackMarquee__XmbhR {
  will-change: transform;
  animation: ModelStrip_marqueeL2R__hS8D8 var(--speed, 110s) linear infinite;
  animation-direction: var(--dir, normal);
}

.ModelStrip_stripTrackSlow__K4VUe.ModelStrip_stripTrackMarquee__XmbhR {
  animation-duration: calc(var(--speed, 110s) * 2);
}

.ModelStrip_skeletonTrack__rXTm9 {
  animation: none;
  will-change: auto;
}

/* Placeholder tiles: visible shape, not a dark hole (opacity alone was too faint on #0a0a0a). */
.ModelStrip_thumbPlaceholder__2nVsk.ModelStrip_thumbFooter__lou4d {
  background: #2a2a2a;
  border: 1px solid #3d3d3d;
  opacity: 1;
}

.ModelStrip_thumbPlaceholder__2nVsk.ModelStrip_thumbPage__VL0qD {
  opacity: 1;
  background: color-mix(in srgb, var(--public-home-model-strip-thumb-bg) 75%, #ffffff 25%);
  border: 1px solid var(--public-home-model-strip-thumb-border);
}

@supports not (background: color-mix(in srgb, black, white)) {
  .ModelStrip_thumbPlaceholder__2nVsk.ModelStrip_thumbPage__VL0qD {
    background: var(--public-home-model-strip-thumb-bg);
    opacity: 0.85;
  }
}

.ModelStrip_pauseOnHover__6Ar_Q:hover .ModelStrip_stripTrackMarquee__XmbhR {
  animation-play-state: paused;
}

.ModelStrip_thumb__LSrWu {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}

.ModelStrip_thumbFooter__lou4d {
  background: #111;
}

.ModelStrip_thumbPage__VL0qD {
  background: var(--public-home-model-strip-thumb-bg);
  border: 1px solid var(--public-home-model-strip-thumb-border);
}

.ModelStrip_thumbImg__HlwwU {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 200ms ease-out;
}

.ModelStrip_thumbImgRevealed__h5q4_ {
  opacity: 1;
}

@keyframes ModelStrip_marqueeL2R__hS8D8 {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ModelStrip_stripTrackMarquee__XmbhR {
    animation: none;
  }

  .ModelStrip_thumbImg__HlwwU {
    transition: none;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .ModelStrip_stripViewport__J82IO {
    height: 88px;
  }

  .ModelStrip_thumb__LSrWu {
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }

  .ModelStrip_stripTrack__ryy4u {
    gap: 14px;
  }
}

.ReferenceSection_testimonialsSection__v7FMY {
  background: var(--background);
  padding: 120px 0;
}

.ReferenceSection_container__EFcat {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.ReferenceSection_testimonialsSection__v7FMY h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--foreground);
  margin: 0 0 48px;
  text-align: center;
}

.ReferenceSection_testimonialsGrid__etMNV {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .ReferenceSection_testimonialsGrid__etMNV {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ReferenceSection_testimonialCard__47FAy {
  background: var(--public-ref-card-bg);
  color: var(--public-ref-card-fg);
  border: 1px solid var(--public-ref-card-border);
  border-radius: 18px;
  padding: 32px;
  box-shadow: var(--public-ref-card-shadow);
  transition: transform 0.3s ease;
}

.ReferenceSection_testimonialCard__47FAy:hover {
  transform: translateY(-6px);
}

.ReferenceSection_testimonialHeader__5ezB0 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ReferenceSection_avatarWrap___juRZ {
  flex-shrink: 0;
  padding: 3px;
  border-radius: 50%;
  background: var(--public-ref-avatar-halo);
  line-height: 0;
}

.ReferenceSection_testimonialAvatar__ZZGcQ {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 2px solid var(--public-ref-avatar-border);
  box-sizing: border-box;
}

.ReferenceSection_testimonialName__C_stL {
  font-weight: 600;
  font-size: 18px;
  color: var(--public-ref-card-fg);
  margin: 0 0 4px;
}

.ReferenceSection_testimonialRole__3186o {
  font-size: 14px;
  color: var(--public-ref-card-muted);
  margin: 0;
}

.ReferenceSection_testimonialRating__mbmhM {
  margin-top: 16px;
  font-weight: 500;
  font-size: 15px;
  color: var(--public-ref-card-fg);
}

.ReferenceSection_testimonialText__jxq6U {
  font-size: 16px;
  line-height: 1.7;
  color: var(--public-ref-card-fg);
  margin: 12px 0 0;
}

.ReferenceSection_testimonialText__jxq6U:first-of-type {
  margin-top: 12px;
}

/* Scroll-driven stack reveal hero – sticky stage, 4 layers */

.ScrollStackHero_wrap__Wh4_H {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -3rem;
  margin-bottom: -1.5rem;
  box-sizing: border-box;
}

.ScrollStackHero_stage__XPlgZ {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--background);
  overflow: hidden;
  will-change: transform;
}

.ScrollStackHero_heroLine__5_aL_ {
  display: none;
}

.ScrollStackHero_layerBack__bbyFE {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 12vh;
  pointer-events: none;
}

/* Desktop: original sizes */
.ScrollStackHero_glanz__71aGO {
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: clamp(6rem, 22vw, 14rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: var(--public-hero-stack-word-fg);
  margin: 0;
  will-change: transform;
}

.ScrollStackHero_andWrap__Qeq2f {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Desktop: "and" position between GLANZ and GLORIA (moved up 5% from 65% → 60%) */
@media (min-width: 901px) {
  .ScrollStackHero_andWrap__Qeq2f {
    top: 60%;
    transform: translate(-50%, -50%);
  }
}

/* Desktop: "and" readable size, slightly below center (between GLANZ and GLORIA) */
.ScrollStackHero_and__w7FYY {
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: clamp(2.5rem, 8vw, 5.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--public-hero-stack-word-fg);
  margin: 0;
  will-change: transform, opacity;
}

.ScrollStackHero_gloria__EoYlE {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0;
  pointer-events: none;
  will-change: transform;
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: clamp(6rem, 22vw, 14rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: var(--color-brand);
}

.ScrollStackHero_boyWrap__UmWXE {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0;
  pointer-events: none;
  will-change: transform;
}

.ScrollStackHero_boyImg__lK5lw {
  width: clamp(264px, 55vw, 502px);
  height: auto;
  max-height: 95vh;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  vertical-align: bottom;
}

/* Tablet + responsive: larger GLANZ, and, GLORIA, boy */
@media (max-width: 900px) {
  .ScrollStackHero_glanz__71aGO {
    font-size: clamp(7.5rem, 26vw, 17rem);
  }

  .ScrollStackHero_and__w7FYY {
    font-size: clamp(7.5rem, 28vw, 20rem);
  }

  .ScrollStackHero_gloria__EoYlE {
    font-size: clamp(7.5rem, 26vw, 17rem);
  }

  .ScrollStackHero_boyImg__lK5lw {
    width: clamp(528px, 80vw, 1004px);
  }
}

@media (max-width: 600px) {
  .ScrollStackHero_glanz__71aGO {
    font-size: clamp(5.5rem, 24vw, 10rem);
  }

  .ScrollStackHero_and__w7FYY {
    font-size: clamp(5.5rem, 32vw, 12rem);
  }

  .ScrollStackHero_gloria__EoYlE {
    font-size: clamp(5.5rem, 24vw, 10rem);
  }

  .ScrollStackHero_boyImg__lK5lw {
    width: clamp(422px, 90vw, 686px);
  }
}

.WhySection_whySection___f5rd {
  width: 100%;
  padding: 96px 24px;
  background: var(--background);
}

.WhySection_whyContainer__wA72B {
  width: min(1320px, 100%);
  margin: 0 auto;
  text-align: center;
}

.WhySection_whyTitle__i_mw7 {
  font-family: var(--font-inter, "Inter", sans-serif);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--foreground);
}

.WhySection_whyIntro__xtyvA {
  font-family: var(--font-inter, "Inter", sans-serif);
  max-width: 860px;
  margin: 0 auto 44px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
  color: var(--public-text-muted);
}

.WhySection_whyPanel__tGc0b {
  max-width: 1120px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid var(--public-feature-panel-border);
  background: var(--public-feature-panel-bg);
  box-shadow: var(--public-feature-panel-shadow);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.WhySection_whyItem__tdKBt {
  font-family: var(--font-inter, "Inter", sans-serif);
  padding: 22px 18px 20px;
  text-align: left;
  position: relative;
}

.WhySection_whyItem__tdKBt:not(:last-child) {
  border-right: 1px solid var(--public-feature-panel-border);
}

.WhySection_whyKicker__xKzvw {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--public-feature-panel-kicker);
  margin-bottom: 10px;
}

.WhySection_whyHead___nJKi {
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  color: var(--public-feature-panel-head);
}

.WhySection_whyText__Jcm1h {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 520;
  color: var(--public-feature-panel-text);
}

.WhySection_whyItem__tdKBt:hover {
  background: var(--public-feature-panel-item-hover);
}

.WhySection_whyCTA__i_eEL {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.WhySection_primaryBtn__Rgx47 {
  font-family: var(--font-inter, "Inter", sans-serif);
  text-decoration: none;
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  padding: var(--public-cta-padding-y) var(--public-cta-padding-x);
  border-radius: var(--public-cta-radius);
  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;
  transition: filter 0.2s, transform 0.15s ease;
}

.WhySection_primaryBtn__Rgx47:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.WhySection_secondaryBtn__zHLot {
  font-family: var(--font-inter, "Inter", sans-serif);
  text-decoration: none;
  background: var(--public-cta-bordered-bg);
  color: var(--public-cta-bordered-fg);
  padding: var(--public-cta-padding-y) var(--public-cta-padding-x);
  border-radius: var(--public-cta-radius);
  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-bordered-border);
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s ease;
}

.WhySection_secondaryBtn__zHLot:hover {
  background: var(--public-cta-bg);
  color: var(--public-cta-fg);
  border-color: var(--public-cta-bg);
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .WhySection_whyPanel__tGc0b {
    grid-template-columns: repeat(2, 1fr);
  }

  .WhySection_whyItem__tdKBt:nth-child(2) {
    border-right: none;
  }

  .WhySection_whyItem__tdKBt {
    border-right: 1px solid var(--public-feature-panel-border);
  }

  .WhySection_whyItem__tdKBt:nth-child(2),
  .WhySection_whyItem__tdKBt:nth-child(4) {
    border-right: none;
  }
}

@media (max-width: 640px) {
  .WhySection_whyTitle__i_mw7 {
    font-size: 30px;
  }

  .WhySection_whyIntro__xtyvA {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .WhySection_whyPanel__tGc0b {
    grid-template-columns: 1fr;
  }

  .WhySection_whyItem__tdKBt {
    border-right: none;
    border-top: 1px solid var(--public-feature-panel-border);
  }

  .WhySection_whyItem__tdKBt:first-child {
    border-top: none;
  }
}

