/* Restores the approved mobile first screen while leaving below-scroll modules intact. */
@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top.concept-hero {
    min-height: 100svh;
    min-height: 100dvh;
    min-height: max(100svh, 820px);
    min-height: max(100dvh, 820px);
    max-height: none;
    overflow: visible;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .concept-hero__media {
    position: absolute !important;
    inset: 0 !important;
    min-height: 100% !important;
    aspect-ratio: auto;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .concept-hero__media .hero__poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 56% 42%;
    filter: saturate(1.04) contrast(1.02) brightness(1.04);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .concept-hero__media::before {
    background:
      radial-gradient(circle at 60% 28%, rgba(255, 250, 238, 0.08), transparent 32%),
      linear-gradient(180deg, rgba(20, 18, 16, 0.3), transparent 30%, rgba(20, 18, 16, 0.18) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .concept-hero__media::after {
    background:
      linear-gradient(90deg, rgba(20, 18, 16, 0.16), transparent 58%),
      linear-gradient(180deg, transparent 62%, rgba(20, 18, 16, 0.24) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .concept-hero__copy {
    top: auto;
    right: max(24px, env(safe-area-inset-right));
    bottom: calc(92px + env(safe-area-inset-bottom));
    left: max(24px, env(safe-area-inset-left));
    width: auto;
    max-width: none;
    padding: clamp(26px, 7vw, 38px);
    background: linear-gradient(135deg, rgba(29, 26, 24, 0.16), rgba(29, 26, 24, 0.06));
    border-color: rgba(245, 239, 230, 0.24);
    box-shadow: none;
    backdrop-filter: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__kicker {
    font-size: clamp(0.72rem, 3.3vw, 0.9rem);
    letter-spacing: 0.2em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top h1 {
    max-width: none;
    margin-top: clamp(24px, 7vw, 38px);
    font-size: clamp(4.15rem, 16.4vw, 6.7rem);
    line-height: 0.88;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__subhead {
    max-width: 27ch;
    margin-top: clamp(22px, 6vw, 32px);
    font-size: clamp(1rem, 4.4vw, 1.28rem);
    line-height: 1.55;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__trust-line {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: clamp(18px, 5vw, 28px);
    padding-top: clamp(14px, 4vw, 22px);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__trust-line li {
    width: auto;
    font-size: clamp(0.68rem, 3vw, 0.82rem);
    letter-spacing: 0.1em;
    line-height: 1.25;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__actions {
    display: none !important;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions {
    right: auto !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    left: max(12px, env(safe-area-inset-left)) !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 56px;
    box-sizing: border-box;
    background: rgba(29, 26, 24, 0.62);
    border-color: rgba(245, 239, 230, 0.18);
    backdrop-filter: blur(6px);
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions a {
    min-width: 0;
    padding-inline: 2px;
    overflow: hidden;
    font-size: clamp(0.46rem, 2vw, 0.62rem);
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }
}
