body.cosloom-concept-minimal-luxury-atelier {
  --page: #f8f5ef;
  --page-soft: #ebe5dc;
  --surface: rgba(248, 245, 239, 0.68);
  --surface-strong: rgba(251, 249, 244, 0.94);
  --ink: #23211f;
  --ink-soft: #4f4944;
  --muted: #83786e;
  --line: rgba(35, 33, 31, 0.11);
  --line-strong: rgba(35, 33, 31, 0.2);
  --accent: #7c5968;
  --accent-2: #968878;
  --dark: #25231f;
  --cream: #f8f5ef;
  --shadow: 0 26px 76px rgba(42, 37, 30, 0.09);
  --soft-shadow: 0 14px 34px rgba(42, 37, 30, 0.055);
  --font-heading: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  background:
    linear-gradient(90deg, rgba(124, 89, 104, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #fbfaf6 0%, #eee8df 54%, #f8f5ef 100%);
  background-size: 112px 100%, auto;
}

/* B Final v3.3: mobile homepage routing and selected display */
body.cosloom-concept-cinematic-costume-house .featured-styles-mobile {
  display: none;
}

@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house {
    overflow-x: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home {
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    overflow-x: clip;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top {
    order: 1;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths {
    order: 2;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #featured-styles {
    order: 3;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #projects {
    order: 4;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #atelier {
    order: 5;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #process {
    order: 6;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #quote {
    order: 7;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top.concept-hero {
    min-height: clamp(610px, 88svh, 760px);
    max-height: none;
  }

  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: 62% 28%;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .concept-hero__media::after {
    background:
      linear-gradient(180deg, rgba(20, 18, 16, 0.42) 0%, transparent 30%, rgba(20, 18, 16, 0.2) 72%, rgba(20, 18, 16, 0.62) 100%),
      linear-gradient(90deg, rgba(20, 18, 16, 0.4), transparent 68%);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .concept-hero__copy {
    right: 14px;
    bottom: max(16px, env(safe-area-inset-bottom));
    left: 14px;
    width: auto;
    max-width: none;
    padding: clamp(17px, 5vw, 24px);
    background: linear-gradient(135deg, rgba(29, 26, 24, 0.64), rgba(29, 26, 24, 0.42));
    border-color: rgba(245, 239, 230, 0.24);
    backdrop-filter: blur(7px);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__kicker {
    font-size: clamp(0.62rem, 2.5vw, 0.78rem);
    letter-spacing: 0.18em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top h1 {
    max-width: 8.3ch;
    margin-top: 14px;
    font-size: clamp(4rem, 17vw, 6.5rem);
    line-height: 0.82;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__subhead {
    max-width: 28ch;
    margin-top: 16px;
    font-size: clamp(0.82rem, 3.3vw, 0.98rem);
    line-height: 1.45;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-top: 16px;
    padding-top: 13px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__trust-line li {
    width: auto;
    min-width: min(100%, 12ch);
    font-size: clamp(0.52rem, 2.25vw, 0.64rem);
    letter-spacing: 0.08em;
    line-height: 1.25;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__trust-line li::after {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 15px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__actions .button {
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
    font-size: clamp(0.62rem, 2.7vw, 0.76rem);
    letter-spacing: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .concept-section {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: max(14px, env(safe-area-inset-right));
    padding-left: max(14px, env(safe-area-inset-left));
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > .concept-section.section-shell {
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: max(14px, env(safe-area-inset-right)) !important;
    padding-left: max(14px, env(safe-area-inset-left)) !important;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > .concept-section.section-shell {
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: max(14px, env(safe-area-inset-right)) !important;
    padding-left: max(14px, env(safe-area-inset-left)) !important;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths {
    display: block !important;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro {
    margin-bottom: 14px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 0.98;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro > p {
    max-width: 33ch;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-paths-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card {
    display: block;
    min-height: 0;
    overflow: hidden;
    background: rgba(251, 249, 244, 0.74);
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card figure {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body {
    padding: 18px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body h3 {
    margin-top: 7px;
    max-width: 100%;
    font-size: clamp(1.58rem, 7.2vw, 2.1rem);
    line-height: 0.96;
    white-space: normal;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body p {
    display: -webkit-box;
    max-width: 33ch;
    margin-top: 9px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0 0;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body li {
    margin: 0;
    padding: 5px 8px;
    border: 1px solid rgba(37, 34, 31, 0.12);
    background: rgba(255, 252, 246, 0.46);
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card .button {
    width: 100%;
    margin-top: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .featured-styles-mobile {
    display: block;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  body.cosloom-concept-cinematic-costume-house .featured-styles-mobile .mobile-section-heading {
    margin-bottom: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .featured-styles-mobile .mobile-section-heading h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: 0.98;
  }

  body.cosloom-concept-cinematic-costume-house .featured-styles-mobile .mobile-section-heading p:not(.section-label) {
    max-width: 32ch;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  body.cosloom-concept-cinematic-costume-house .featured-styles-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 62vw);
    grid-template-columns: none !important;
    gap: 10px;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  body.cosloom-concept-cinematic-costume-house .featured-styles-grid::-webkit-scrollbar {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card {
    display: grid;
    min-width: 0;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(37, 34, 31, 0.12);
    background: rgba(251, 249, 244, 0.64);
    scroll-snap-align: start;
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card figure {
    aspect-ratio: 1;
    overflow: hidden;
    background: rgba(37, 34, 31, 0.08);
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.82) contrast(1.02) brightness(0.96) sepia(0.04);
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card div {
    padding: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card span {
    color: var(--plum);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card h3 {
    margin: 8px 0 0;
    font-size: clamp(1.18rem, 5vw, 1.45rem);
    line-height: 1;
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card p {
    display: -webkit-box;
    margin: 7px 0 0;
    overflow: hidden;
    color: rgba(62, 56, 49, 0.76);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.72rem;
    line-height: 1.34;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected {
    padding-top: 30px;
    padding-bottom: 28px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .section-intro h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .section-intro > p {
    display: block;
    max-width: 32ch;
    font-size: 0.82rem;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(238px, 74vw);
    grid-template-columns: none !important;
    gap: 12px;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected::-webkit-scrollbar {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(3),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(4),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(5),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(6) {
    display: block !important;
    grid-column: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
    scroll-snap-align: start;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(n+7) {
    display: none !important;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-card::after {
    opacity: 0.56;
    background: linear-gradient(180deg, transparent 28%, rgba(24, 21, 19, 0.8) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-card__content {
    justify-content: end;
    padding: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-card__content h3 {
    max-width: 12ch;
    font-size: clamp(1.25rem, 5.8vw, 1.75rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-card__content p {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-tags span {
    padding: 4px 7px;
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-tags span:nth-child(n+3),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-meta-list {
    display: none !important;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .selected-projects-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section {
    padding-top: 30px;
    padding-bottom: 28px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .section-intro--atelier {
    padding-top: 0;
    margin-bottom: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .section-intro--atelier h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .editorial-section-copy {
    max-width: 31ch;
    font-size: 0.82rem;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-layout {
    gap: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-image {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-image-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-image-strip figure:nth-child(n+4) {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-image-strip figure {
    aspect-ratio: 1;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-notes {
    display: grid;
    gap: 8px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-note {
    padding: 14px;
    border: 1px solid rgba(37, 34, 31, 0.1);
    background: rgba(251, 249, 244, 0.62);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-note h3 {
    font-size: clamp(1.25rem, 5.5vw, 1.7rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-note p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.78rem;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #process {
    padding-top: 30px;
    padding-bottom: 28px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process {
    padding-top: 0;
    margin-bottom: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process .editorial-section-copy {
    max-width: 32ch;
    font-size: 0.82rem;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 13px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item h3 {
    font-size: clamp(1.18rem, 5.3vw, 1.55rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.76rem;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote {
    padding-top: 30px;
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-panel__copy h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-panel__copy > p:not(.section-label) {
    max-width: 32ch;
    font-size: 0.84rem;
    line-height: 1.5;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-requirements {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-panel__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-whatsapp-mobile {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .quote-cta-card h3 {
    max-width: 15ch;
    font-size: clamp(1.55rem, 7.2vw, 2.2rem);
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions {
    right: auto !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    left: max(10px, env(safe-area-inset-left)) !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    box-sizing: border-box;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: rgba(29, 26, 24, 0.72);
    backdrop-filter: blur(8px);
  }

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

/* B Final v3.4 final override: restore the approved mobile first screen */
@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top.concept-hero {
    min-height: 100svh;
    max-height: none;
  }

  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: 8.8ch;
    margin-top: clamp(24px, 7vw, 38px);
    font-size: clamp(5.15rem, 22vw, 8.1rem);
    line-height: 0.83;
  }

  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(24px, env(safe-area-inset-left)) !important;
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    min-height: 56px;
    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 {
    font-size: clamp(0.64rem, 2.85vw, 0.78rem);
    letter-spacing: 0.08em;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.cosloom-concept-cinematic-costume-house .reveal,
  body.cosloom-concept-cinematic-costume-house .project-card,
  body.cosloom-concept-cinematic-costume-house .featured-style-card,
  body.cosloom-concept-cinematic-costume-house .service-path-card {
    transition: none !important;
    transform: none !important;
  }
}

/* B Final v3.4: restore the approved mobile first screen */
@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top.concept-hero {
    min-height: 100svh;
    max-height: none;
  }

  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: 8.8ch;
    margin-top: clamp(24px, 7vw, 38px);
    font-size: clamp(5.15rem, 22vw, 8.1rem);
    line-height: 0.83;
  }

  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(24px, env(safe-area-inset-left)) !important;
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    min-height: 56px;
    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 {
    font-size: clamp(0.64rem, 2.85vw, 0.78rem);
    letter-spacing: 0.08em;
  }
}

/* B Final v3.1: atelier story page and client story paths. */
body.cosloom-concept-cinematic-costume-house .about-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(380px, 0.56fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

body.cosloom-concept-cinematic-costume-house .about-story-copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
  color: rgba(37, 34, 31, 0.72);
  font-size: clamp(1.02rem, 1.3vw, 1.22rem);
  line-height: 1.84;
}

body.cosloom-concept-cinematic-costume-house .about-story-media {
  display: grid;
  gap: 14px;
}

body.cosloom-concept-cinematic-costume-house .about-story-media figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 34, 31, 0.12);
  border-radius: 8px;
  background: rgba(251, 249, 244, 0.48);
  box-shadow: 0 24px 58px rgba(37, 34, 31, 0.12);
}

body.cosloom-concept-cinematic-costume-house .about-story-media img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.03) sepia(0.05);
}

body.cosloom-concept-cinematic-costume-house .about-story-media figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 11px 13px;
  border: 1px solid rgba(245, 239, 230, 0.18);
  background: rgba(29, 26, 24, 0.58);
  color: rgba(245, 239, 230, 0.88);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

body.cosloom-concept-cinematic-costume-house .about-network-grid,
body.cosloom-concept-cinematic-costume-house .about-story-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(37, 34, 31, 0.15);
  border-left: 1px solid rgba(37, 34, 31, 0.1);
}

body.cosloom-concept-cinematic-costume-house .about-network-card,
body.cosloom-concept-cinematic-costume-house .about-story-path {
  min-height: 280px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid rgba(37, 34, 31, 0.1);
  border-bottom: 1px solid rgba(37, 34, 31, 0.1);
  background: linear-gradient(135deg, rgba(251, 249, 244, 0.68), rgba(243, 239, 231, 0.44));
}

body.cosloom-concept-cinematic-costume-house .about-network-card > span,
body.cosloom-concept-cinematic-costume-house .about-method-list article > span,
body.cosloom-concept-cinematic-costume-house .about-story-path dt {
  color: var(--b-plum);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 840;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .about-network-card h3,
body.cosloom-concept-cinematic-costume-house .about-method-list h3,
body.cosloom-concept-cinematic-costume-house .about-story-path h3 {
  max-width: 12ch;
  margin: 22px 0 12px;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.92rem, 3vw, 2.9rem);
  font-weight: 520;
  line-height: 0.96;
}

body.cosloom-concept-cinematic-costume-house .about-network-card p,
body.cosloom-concept-cinematic-costume-house .about-method-panel > div > p,
body.cosloom-concept-cinematic-costume-house .about-method-list p,
body.cosloom-concept-cinematic-costume-house .about-story-path dd,
body.cosloom-concept-cinematic-costume-house .about-difference-panel p {
  color: rgba(37, 34, 31, 0.68);
  font-size: 0.94rem;
  line-height: 1.72;
}

body.cosloom-concept-cinematic-costume-house .about-method-panel,
body.cosloom-concept-cinematic-costume-house .about-difference-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid rgba(37, 34, 31, 0.12);
  background:
    linear-gradient(135deg, rgba(37, 34, 31, 0.06), transparent 44%),
    rgba(251, 249, 244, 0.66);
}

body.cosloom-concept-cinematic-costume-house .about-method-panel h2,
body.cosloom-concept-cinematic-costume-house .about-difference-panel h2 {
  max-width: 13ch;
  margin: 0;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
}

body.cosloom-concept-cinematic-costume-house .about-method-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(37, 34, 31, 0.12);
}

body.cosloom-concept-cinematic-costume-house .about-method-list article {
  display: grid;
  grid-template-columns: 72px minmax(0, 0.52fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(37, 34, 31, 0.12);
}

body.cosloom-concept-cinematic-costume-house .about-method-list h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
}

body.cosloom-concept-cinematic-costume-house .about-method-list p {
  margin: 0;
}

body.cosloom-concept-cinematic-costume-house .about-story-path dl {
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
}

body.cosloom-concept-cinematic-costume-house .about-story-path dl div {
  padding-top: 14px;
  border-top: 1px solid rgba(37, 34, 31, 0.12);
}

body.cosloom-concept-cinematic-costume-house .about-story-path dt {
  margin-bottom: 7px;
}

body.cosloom-concept-cinematic-costume-house .about-story-path dd {
  margin: 0;
}

body.cosloom-concept-cinematic-costume-house .about-difference-panel {
  align-items: center;
}

body.cosloom-concept-cinematic-costume-house .about-difference-panel .button {
  justify-self: start;
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .about-story-layout,
  body.cosloom-concept-cinematic-costume-house .about-method-panel,
  body.cosloom-concept-cinematic-costume-house .about-difference-panel {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .about-story-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.cosloom-concept-cinematic-costume-house .about-network-grid,
  body.cosloom-concept-cinematic-costume-house .about-story-path-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .about-story-section,
  body.cosloom-concept-cinematic-costume-house .about-network-section,
  body.cosloom-concept-cinematic-costume-house .about-method-section,
  body.cosloom-concept-cinematic-costume-house .about-client-stories,
  body.cosloom-concept-cinematic-costume-house .about-difference-section {
    padding-top: clamp(34px, 9vw, 54px);
    padding-bottom: clamp(24px, 7vw, 40px);
  }

  body.cosloom-concept-cinematic-costume-house .about-story-copy {
    gap: 12px;
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.68;
  }

  body.cosloom-concept-cinematic-costume-house .about-story-media {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .about-story-media img {
    aspect-ratio: 16 / 11;
  }

  body.cosloom-concept-cinematic-costume-house .about-network-card,
  body.cosloom-concept-cinematic-costume-house .about-story-path {
    min-height: 0;
    padding: 20px 18px;
  }

  body.cosloom-concept-cinematic-costume-house .about-network-card h3,
  body.cosloom-concept-cinematic-costume-house .about-story-path h3 {
    max-width: 100%;
    font-size: clamp(1.6rem, 7vw, 2.22rem);
    line-height: 1;
  }

  body.cosloom-concept-cinematic-costume-house .about-method-panel,
  body.cosloom-concept-cinematic-costume-house .about-difference-panel {
    gap: 22px;
    padding: 22px 18px;
  }

  body.cosloom-concept-cinematic-costume-house .about-method-panel h2,
  body.cosloom-concept-cinematic-costume-house .about-difference-panel h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  body.cosloom-concept-cinematic-costume-house .about-method-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 16px 0;
  }

  body.cosloom-concept-cinematic-costume-house .about-method-list article p {
    grid-column: 2;
    font-size: 0.82rem;
    line-height: 1.54;
  }

  body.cosloom-concept-cinematic-costume-house .about-network-card p,
  body.cosloom-concept-cinematic-costume-house .about-story-path dd,
  body.cosloom-concept-cinematic-costume-house .about-difference-panel p {
    font-size: 0.84rem;
    line-height: 1.56;
  }
}

/* B Final v2.10: make critical home content visible even if reveal JS is delayed or blocked. */
body.cosloom-concept-cinematic-costume-house .concept-home .reveal,
body.cosloom-concept-cinematic-costume-house .concept-home .mobile-hero-card,
body.cosloom-concept-cinematic-costume-house .concept-home .mobile-storefront-section,
body.cosloom-concept-cinematic-costume-house .concept-home .mobile-featured-projects-section {
  opacity: 1;
  transform: none;
}

body.cosloom-concept-cinematic-costume-house .concept-home .concept-hero__media .hero__poster {
  opacity: 1;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav {
  width: min(calc(100% - var(--site-pad) * 2), 1480px);
  min-height: 92px;
  padding: 20px 0 18px;
  border-bottom-color: rgba(124, 89, 104, 0.16);
  background: rgba(248, 245, 239, 0.9);
}

body.cosloom-concept-minimal-luxury-atelier .section-shell {
  width: min(calc(100% - var(--site-pad) * 2), 1480px);
}

body.cosloom-concept-minimal-luxury-atelier .brand {
  gap: 16px;
}

body.cosloom-concept-minimal-luxury-atelier .brand__mark {
  width: 28px;
  height: 46px;
  border-width: 0 1px;
  border-color: rgba(124, 89, 104, 0.32);
  border-radius: 0;
  background: transparent;
  color: #7c5968;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
}

body.cosloom-concept-minimal-luxury-atelier .brand__name {
  font-size: 1.86rem;
  line-height: 0.95;
}

body.cosloom-concept-minimal-luxury-atelier .brand__descriptor {
  color: #7c5968;
}

body.cosloom-concept-minimal-luxury-atelier .nav-links {
  gap: 36px;
  color: #817872;
  font-size: 0.82rem;
}

body.cosloom-concept-minimal-luxury-atelier .nav-quote {
  min-height: 44px;
  padding: 0 20px;
  border-color: rgba(124, 89, 104, 0.22);
  background: rgba(251, 249, 244, 0.52);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 {
  position: sticky;
  isolation: isolate;
  width: min(calc(100% - var(--site-pad) * 2), 1520px);
  border-bottom-color: rgba(124, 89, 104, 0.18);
  background:
    linear-gradient(90deg, rgba(124, 89, 104, 0.08), transparent 19%, transparent 81%, rgba(124, 89, 104, 0.06)),
    rgba(248, 245, 239, 0.94);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1::after,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 89, 104, 0.36) 16%, rgba(124, 89, 104, 0.16) 42%, transparent 78%);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .brand__mark,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark {
  display: none;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .brand__name,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__name {
  color: #24211f;
  font-family: var(--font-heading);
  font-weight: 500;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .brand__descriptor,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor {
  color: #7c5968;
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 {
  grid-template-columns: minmax(230px, 0.62fr) minmax(380px, 1fr) minmax(178px, 0.48fr);
  gap: clamp(28px, 4vw, 76px);
  min-height: 98px;
  padding: 22px 0 20px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .brand {
  justify-self: start;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .brand__text {
  gap: 5px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .brand__name {
  font-size: clamp(2rem, 2vw, 2.34rem);
  line-height: 0.88;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .nav-links {
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 4vw, 54px);
  color: #6f6763;
  font-size: 0.78rem;
  font-weight: 650;
  text-transform: uppercase;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .nav-links a {
  position: relative;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 1px;
  background: rgba(124, 89, 104, 0);
  transform: scaleX(0.4);
  transition: background 240ms ease, transform 240ms ease;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .nav-links a:hover::after,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .nav-links a:focus-visible::after {
  background: rgba(124, 89, 104, 0.46);
  transform: scaleX(1);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .nav-quote {
  justify-self: end;
  min-height: 42px;
  padding: 0 22px;
  border-color: rgba(124, 89, 104, 0.3);
  border-radius: 3px;
  background: rgba(251, 249, 244, 0.28);
  color: #2c2925;
  font-size: 0.82rem;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 {
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  row-gap: 14px;
  min-height: 126px;
  padding: 24px 0 18px;
  background:
    linear-gradient(180deg, rgba(248, 245, 239, 0.98), rgba(241, 236, 228, 0.86)),
    rgba(248, 245, 239, 0.94);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  text-align: center;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__text {
  justify-items: center;
  gap: 3px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__name {
  font-size: clamp(2.18rem, 2.6vw, 2.76rem);
  line-height: 0.84;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor {
  color: #756d69;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links {
  grid-column: 2;
  grid-row: 2;
  justify-content: center;
  gap: clamp(30px, 3.6vw, 50px);
  color: #766d69;
  font-size: 0.8rem;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote {
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-self: end;
  min-height: auto;
  padding: 0 0 3px;
  border-width: 0 0 1px;
  border-color: rgba(124, 89, 104, 0.36);
  border-radius: 0;
  background: transparent;
  color: #7c5968;
  font-size: 0.8rem;
  font-weight: 650;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote:hover,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote:focus-visible {
  transform: none;
  color: #2b2825;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 + .concept-hero {
  padding-top: clamp(38px, 4vw, 62px);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero {
  padding-top: clamp(32px, 3.5vw, 54px);
}

body.cosloom-concept-minimal-luxury-atelier h1 {
  max-width: 560px;
  font-size: clamp(4.25rem, 6vw, 6.65rem);
  line-height: 0.94;
}

body.cosloom-concept-minimal-luxury-atelier h2 {
  font-size: clamp(2.55rem, 4.4vw, 4.35rem);
}

body.cosloom-concept-minimal-luxury-atelier .concept-hero {
  grid-template-columns: minmax(0, 0.58fr) minmax(560px, 1.42fr);
  gap: clamp(54px, 6vw, 104px);
  min-height: calc(78svh - 80px);
  padding-top: clamp(50px, 5vw, 72px);
  padding-bottom: clamp(52px, 5vw, 76px);
}

body.cosloom-concept-minimal-luxury-atelier .concept-hero__media {
  min-height: min(64vh, 680px);
  background: #e7dfd4;
}

body.cosloom-concept-minimal-luxury-atelier .concept-hero__media img,
body.cosloom-concept-minimal-luxury-atelier .atelier-image img,
body.cosloom-concept-minimal-luxury-atelier .project-card img,
body.cosloom-concept-minimal-luxury-atelier .process-card img,
body.cosloom-concept-minimal-luxury-atelier .archive-rail img {
  filter: saturate(0.72) contrast(0.96);
}

body.cosloom-concept-minimal-luxury-atelier .concept-hero__media figcaption {
  max-width: 360px;
  border-color: rgba(248, 245, 239, 0.34);
  background: rgba(35, 33, 31, 0.36);
}

body.cosloom-concept-minimal-luxury-atelier .section-intro {
  margin-bottom: clamp(44px, 6vw, 78px);
}

body.cosloom-concept-minimal-luxury-atelier .atelier-note,
body.cosloom-concept-minimal-luxury-atelier .client-card,
body.cosloom-concept-minimal-luxury-atelier .quote-panel,
body.cosloom-concept-minimal-luxury-atelier .process-card {
  background:
    linear-gradient(145deg, rgba(251, 249, 244, 0.78), rgba(234, 227, 216, 0.42)),
    rgba(248, 245, 239, 0.62);
}

body.cosloom-concept-minimal-luxury-atelier .project-grid {
  gap: 24px;
}

body.cosloom-concept-minimal-luxury-atelier .project-card {
  min-height: 560px;
  border-color: rgba(35, 33, 31, 0.08);
}

body.cosloom-concept-minimal-luxury-atelier .project-card:nth-child(1) {
  grid-column: span 4;
}

body.cosloom-concept-minimal-luxury-atelier .project-card:nth-child(2) {
  grid-column: span 2;
}

body.cosloom-concept-minimal-luxury-atelier .project-card:nth-child(3) {
  grid-column: span 2;
}

body.cosloom-concept-minimal-luxury-atelier .project-card:nth-child(4) {
  grid-column: span 4;
}

body.cosloom-concept-minimal-luxury-atelier .project-card::after {
  background:
    linear-gradient(180deg, rgba(35, 33, 31, 0.02), rgba(35, 33, 31, 0.64)),
    linear-gradient(90deg, rgba(124, 89, 104, 0.12), transparent 44%);
}

body.cosloom-concept-minimal-luxury-atelier .project-card__content {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 700ms ease, transform 700ms ease;
}

body.cosloom-concept-minimal-luxury-atelier .project-card:hover .project-card__content,
body.cosloom-concept-minimal-luxury-atelier .project-card:focus-within .project-card__content {
  opacity: 1;
  transform: translateY(0);
}

body.cosloom-concept-minimal-luxury-atelier .archive-rail {
  display: none;
}

body.cosloom-concept-minimal-luxury-atelier .process-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 18px;
}

body.cosloom-concept-minimal-luxury-atelier .process-card {
  grid-column: span 2;
}

body.cosloom-concept-minimal-luxury-atelier .process-card:nth-child(1),
body.cosloom-concept-minimal-luxury-atelier .process-card:nth-child(5) {
  grid-column: span 3;
}

body.cosloom-concept-minimal-luxury-atelier .process-card img {
  aspect-ratio: 1 / 1.05;
}

body.cosloom-concept-minimal-luxury-atelier .quote-panel {
  border-color: rgba(124, 89, 104, 0.16);
}

body.cosloom-concept-cinematic-costume-house {
  --page: #e4ddd1;
  --page-soft: #d8d0c4;
  --surface: rgba(238, 232, 221, 0.78);
  --surface-strong: rgba(244, 239, 230, 0.9);
  --ink: #24231f;
  --ink-soft: #4b4740;
  --muted: #746d62;
  --line: rgba(36, 35, 31, 0.15);
  --line-strong: rgba(36, 35, 31, 0.28);
  --accent: #8b7454;
  --accent-2: #5f665c;
  --dark: #26241f;
  --cream: #f2ece1;
  --shadow: 0 32px 92px rgba(36, 35, 31, 0.17);
  --soft-shadow: 0 18px 48px rgba(36, 35, 31, 0.1);
  --font-heading: "Fraunces", "Cormorant Garamond", Georgia, serif;
  background:
    linear-gradient(90deg, rgba(36, 35, 31, 0.055) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #e8e1d5 0%, #d8d0c4 48%, #e6ded2 100%);
  background-size: 140px 100%, auto;
}

body.cosloom-concept-cinematic-costume-house .section-shell {
  width: min(calc(100% - var(--site-pad) * 2), 1440px);
}

body.cosloom-concept-cinematic-costume-house .site-nav {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 82px;
  margin: 0;
  padding: 18px clamp(24px, 4vw, 58px);
  border-bottom-color: rgba(242, 236, 225, 0.22);
  background: linear-gradient(180deg, rgba(38, 36, 31, 0.52), rgba(38, 36, 31, 0.08));
  color: var(--cream);
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav {
  border-bottom-color: rgba(36, 35, 31, 0.16);
  background: rgba(228, 221, 209, 0.92);
  color: var(--ink);
  box-shadow: 0 12px 36px rgba(36, 35, 31, 0.08);
}

body.cosloom-concept-cinematic-costume-house.admin-bar .site-nav {
  top: 32px;
}

body.cosloom-concept-cinematic-costume-house .brand__mark {
  width: 42px;
  height: 42px;
  border-color: rgba(242, 236, 225, 0.32);
  border-radius: 0;
  background: rgba(242, 236, 225, 0.08);
  color: currentColor;
  font-family: var(--font-body);
  font-weight: 800;
}

body.cosloom-concept-cinematic-costume-house .brand {
  color: var(--cream);
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .brand {
  color: var(--ink);
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .brand__mark {
  border-color: rgba(36, 35, 31, 0.2);
  background: rgba(244, 239, 230, 0.5);
}

body.cosloom-concept-cinematic-costume-house .brand__name {
  color: currentColor;
  font-size: 1.72rem;
  font-family: var(--font-heading);
}

body.cosloom-concept-cinematic-costume-house .brand__descriptor,
body.cosloom-concept-cinematic-costume-house .nav-links {
  color: rgba(242, 236, 225, 0.72);
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .brand__descriptor,
html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .nav-links {
  color: var(--muted);
}

body.cosloom-concept-cinematic-costume-house .nav-links {
  gap: clamp(26px, 3vw, 44px);
}

body.cosloom-concept-cinematic-costume-house .nav-links a:hover,
body.cosloom-concept-cinematic-costume-house .nav-links a:focus-visible {
  color: currentColor;
}

body.cosloom-concept-cinematic-costume-house .nav-quote {
  border-color: rgba(242, 236, 225, 0.28);
  background: rgba(242, 236, 225, 0.1);
  color: currentColor;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .nav-quote {
  border-color: rgba(36, 35, 31, 0.22);
  background: rgba(244, 239, 230, 0.62);
}

body.cosloom-concept-cinematic-costume-house h1 {
  max-width: 520px;
  font-size: clamp(3.5rem, 5.3vw, 5.7rem);
  line-height: 0.98;
}

body.cosloom-concept-cinematic-costume-house h2 {
  max-width: 900px;
  font-size: clamp(2.35rem, 3.8vw, 3.9rem);
}

body.cosloom-concept-cinematic-costume-house .concept-hero {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  min-height: calc(88svh - 80px);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border-radius: 0;
  border: 1px solid rgba(36, 35, 31, 0.18);
  background: #302c27;
  box-shadow: none;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
  position: absolute;
  left: max(var(--site-pad), calc((100vw - 1440px) / 2 + var(--site-pad)));
  bottom: clamp(38px, 7vh, 86px);
  z-index: 4;
  width: min(560px, calc(100% - var(--site-pad) * 2));
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(242, 236, 225, 0.24);
  border-radius: var(--radius);
  background: rgba(38, 36, 31, 0.66);
  box-shadow: 0 30px 90px rgba(36, 35, 31, 0.28);
  backdrop-filter: blur(18px);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__copy h1,
body.cosloom-concept-cinematic-costume-house .hero__subhead {
  color: var(--cream);
}

body.cosloom-concept-cinematic-costume-house .hero__subhead {
  max-width: 460px;
  margin-top: 24px;
  color: rgba(242, 236, 225, 0.74);
}

body.cosloom-concept-cinematic-costume-house .hero__actions {
  margin-top: 32px;
}

body.cosloom-concept-cinematic-costume-house .button--primary {
  background: var(--cream);
  color: var(--dark);
}

body.cosloom-concept-cinematic-costume-house .button--ghost {
  border-color: rgba(242, 236, 225, 0.32);
  background: rgba(242, 236, 225, 0.08);
  color: var(--cream);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media::after,
body.cosloom-concept-cinematic-costume-house .atelier-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36, 35, 31, 0.24), transparent 44%), linear-gradient(180deg, transparent 44%, rgba(36, 35, 31, 0.38));
  pointer-events: none;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media img,
body.cosloom-concept-cinematic-costume-house .atelier-image img,
body.cosloom-concept-cinematic-costume-house .project-card img,
body.cosloom-concept-cinematic-costume-house .process-card img,
body.cosloom-concept-cinematic-costume-house .archive-rail img {
  filter: saturate(0.72) contrast(1.03) brightness(0.92);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media figcaption {
  display: none;
}

body.cosloom-concept-cinematic-costume-house .atelier-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  align-items: center;
}

body.cosloom-concept-cinematic-costume-house .atelier-image {
  min-height: 720px;
}

body.cosloom-concept-cinematic-costume-house .atelier-notes {
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

body.cosloom-concept-cinematic-costume-house .atelier-note {
  min-height: 0;
  padding: 34px 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.cosloom-concept-cinematic-costume-house .project-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

body.cosloom-concept-cinematic-costume-house .project-card {
  grid-column: span 6;
  min-height: 520px;
}

body.cosloom-concept-cinematic-costume-house .project-card:nth-child(2),
body.cosloom-concept-cinematic-costume-house .project-card:nth-child(3) {
  transform: translateY(42px);
}

body.cosloom-concept-cinematic-costume-house .project-card:nth-child(4) {
  grid-column: span 12;
  min-height: 470px;
  margin-top: 42px;
}

body.cosloom-concept-cinematic-costume-house .archive-rail {
  display: flex;
  gap: 16px;
  margin-top: 72px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, rgba(242, 236, 225, 1) 8%, rgba(242, 236, 225, 1) 92%, transparent);
}

body.cosloom-concept-cinematic-costume-house .archive-rail figure {
  flex: 0 0 clamp(260px, 28vw, 390px);
  min-height: 230px;
  animation: cosloom-rail 42s linear infinite;
}

body.cosloom-concept-cinematic-costume-house .archive-rail:hover figure {
  animation-play-state: paused;
}

body.cosloom-concept-cinematic-costume-house .process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

body.cosloom-concept-cinematic-costume-house .process-card {
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background: rgba(238, 232, 221, 0.4);
  box-shadow: none;
}

body.cosloom-concept-cinematic-costume-house .process-card img {
  aspect-ratio: 4 / 3.15;
}

body.cosloom-concept-cinematic-costume-house .client-card {
  background: rgba(38, 36, 31, 0.88);
}

body.cosloom-concept-cinematic-costume-house .client-card h3,
body.cosloom-concept-cinematic-costume-house .client-card p {
  color: var(--cream);
}

body.cosloom-concept-cinematic-costume-house .client-card p {
  color: rgba(242, 236, 225, 0.68);
}

body.cosloom-concept-cinematic-costume-house .quote-panel {
  background:
    linear-gradient(100deg, rgba(38, 36, 31, 0.92), rgba(38, 36, 31, 0.62)),
    var(--surface);
  border-color: rgba(38, 36, 31, 0.2);
}

body.cosloom-concept-cinematic-costume-house .quote-panel h2,
body.cosloom-concept-cinematic-costume-house .quote-panel__copy p:not(.section-label) {
  color: var(--cream);
}

body.cosloom-concept-cinematic-costume-house .quote-panel__copy p:not(.section-label) {
  color: rgba(242, 236, 225, 0.68);
}

body.cosloom-concept-editorial-craft-portfolio {
  --page: #f1eee8;
  --page-soft: #e4ded4;
  --surface: rgba(242, 238, 232, 0.64);
  --surface-strong: rgba(248, 245, 240, 0.9);
  --ink: #22211f;
  --ink-soft: #4a4741;
  --muted: #777168;
  --line: rgba(34, 33, 31, 0.12);
  --line-strong: rgba(34, 33, 31, 0.22);
  --accent: #6c665d;
  --accent-2: #8d7d68;
  --dark: #22211f;
  --cream: #f1eee8;
  --shadow: 0 24px 72px rgba(34, 33, 31, 0.09);
  --soft-shadow: 0 12px 30px rgba(34, 33, 31, 0.06);
  --font-heading: "Libre Baskerville", "Cormorant Garamond", Georgia, serif;
  background:
    linear-gradient(180deg, rgba(34, 33, 31, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #f3f0eb 0%, #e5dfd5 46%, #f1eee8 100%);
  background-size: 100% 78px, auto;
}

body.cosloom-concept-editorial-craft-portfolio .site-nav {
  width: min(calc(100% - var(--site-pad) * 2), 1500px);
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  gap: 10px 24px;
  min-height: 108px;
  padding: 18px 0 16px;
  border-bottom-color: rgba(34, 33, 31, 0.1);
  background: rgba(241, 238, 232, 0.82);
}

body.cosloom-concept-editorial-craft-portfolio .section-shell {
  width: min(calc(100% - var(--site-pad) * 2), 1500px);
}

body.cosloom-concept-editorial-craft-portfolio .brand {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  display: grid;
  gap: 4px;
  text-align: center;
}

body.cosloom-concept-editorial-craft-portfolio .brand__mark {
  display: none;
}

body.cosloom-concept-editorial-craft-portfolio .brand__name {
  font-size: 1.96rem;
  line-height: 0.95;
}

body.cosloom-concept-editorial-craft-portfolio .brand__descriptor {
  color: var(--muted);
  font-size: 0.64rem;
}

body.cosloom-concept-editorial-craft-portfolio .nav-links {
  grid-column: 1 / -1;
  grid-row: 2;
  justify-content: center;
  gap: 34px;
  color: var(--muted);
  font-size: 0.78rem;
}

body.cosloom-concept-editorial-craft-portfolio h1 {
  max-width: 440px;
  font-size: clamp(3.55rem, 4.8vw, 5.2rem);
  line-height: 0.98;
}

body.cosloom-concept-editorial-craft-portfolio h2 {
  font-size: clamp(2.18rem, 3.7vw, 3.65rem);
  line-height: 1.08;
}

body.cosloom-concept-editorial-craft-portfolio .concept-hero {
  grid-template-columns: minmax(360px, 0.52fr) minmax(620px, 1.48fr);
  gap: clamp(44px, 5vw, 80px);
  min-height: calc(80svh - 74px);
  padding-top: clamp(56px, 6vw, 88px);
  padding-bottom: clamp(56px, 6vw, 88px);
}

body.cosloom-concept-editorial-craft-portfolio .concept-hero__media {
  min-height: min(72vh, 720px);
  box-shadow: none;
}

body.cosloom-concept-editorial-craft-portfolio .hero__subhead {
  max-width: 440px;
}

body.cosloom-concept-editorial-craft-portfolio .concept-hero__media img,
body.cosloom-concept-editorial-craft-portfolio .atelier-image img,
body.cosloom-concept-editorial-craft-portfolio .project-card img,
body.cosloom-concept-editorial-craft-portfolio .process-card img,
body.cosloom-concept-editorial-craft-portfolio .archive-rail img {
  filter: grayscale(0.2) saturate(0.62) contrast(0.95);
}

body.cosloom-concept-editorial-craft-portfolio .concept-hero__media figcaption {
  top: 24px;
  right: 24px;
  bottom: auto;
  left: 24px;
  max-width: 330px;
  background: rgba(241, 238, 232, 0.72);
  border-color: rgba(34, 33, 31, 0.12);
  color: var(--ink);
}

body.cosloom-concept-editorial-craft-portfolio .concept-hero__media figcaption span,
body.cosloom-concept-editorial-craft-portfolio .concept-hero__media figcaption strong {
  color: var(--ink);
}

body.cosloom-concept-editorial-craft-portfolio .section-intro--split {
  align-items: start;
}

body.cosloom-concept-editorial-craft-portfolio .atelier-layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

body.cosloom-concept-editorial-craft-portfolio .atelier-image {
  min-height: 690px;
  box-shadow: none;
}

body.cosloom-concept-editorial-craft-portfolio .atelier-notes {
  align-content: center;
}

body.cosloom-concept-editorial-craft-portfolio .atelier-note,
body.cosloom-concept-editorial-craft-portfolio .client-card,
body.cosloom-concept-editorial-craft-portfolio .quote-panel,
body.cosloom-concept-editorial-craft-portfolio .process-card {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.cosloom-concept-editorial-craft-portfolio .atelier-note {
  border-width: 1px 0 0;
  border-radius: 0;
  padding: 34px 0;
}

body.cosloom-concept-editorial-craft-portfolio .project-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

body.cosloom-concept-editorial-craft-portfolio .project-card {
  grid-column: span 3;
  min-height: 650px;
  border: 0;
  box-shadow: none;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(1) {
  grid-column: span 5;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(2) {
  grid-column: span 4;
  min-height: 520px;
  margin-top: 72px;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(3) {
  grid-column: span 3;
  min-height: 620px;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(4) {
  grid-column: 2 / span 10;
  min-height: 560px;
}

body.cosloom-concept-editorial-craft-portfolio .project-card::after {
  background: linear-gradient(180deg, transparent 28%, rgba(34, 33, 31, 0.68));
  opacity: 0;
  transition: opacity 800ms ease;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:hover::after,
body.cosloom-concept-editorial-craft-portfolio .project-card:focus-within::after {
  opacity: 1;
}

body.cosloom-concept-editorial-craft-portfolio .project-card img {
  transition: transform 1400ms cubic-bezier(0.22, 1, 0.36, 1), filter 800ms ease;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:hover img,
body.cosloom-concept-editorial-craft-portfolio .project-card:focus-within img {
  transform: scale(1.035);
  filter: grayscale(0.08) saturate(0.7) contrast(0.98);
}

body.cosloom-concept-editorial-craft-portfolio .project-card__content {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 800ms ease, transform 800ms ease;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:hover .project-card__content,
body.cosloom-concept-editorial-craft-portfolio .project-card:focus-within .project-card__content {
  opacity: 1;
  transform: translateY(0);
}

body.cosloom-concept-editorial-craft-portfolio .archive-rail {
  display: none;
}

body.cosloom-concept-editorial-craft-portfolio .process-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

body.cosloom-concept-editorial-craft-portfolio .process-card {
  grid-column: span 2;
  border-width: 0 0 1px;
  border-radius: 0;
}

body.cosloom-concept-editorial-craft-portfolio .process-card:nth-child(1),
body.cosloom-concept-editorial-craft-portfolio .process-card:nth-child(2) {
  grid-column: span 3;
}

body.cosloom-concept-editorial-craft-portfolio .process-card img {
  aspect-ratio: 4 / 4.8;
  border-radius: var(--radius);
}

body.cosloom-concept-editorial-craft-portfolio .process-card div {
  padding: 22px 0 28px;
}

body.cosloom-concept-editorial-craft-portfolio .client-grid {
  border-top: 1px solid var(--line-strong);
}

body.cosloom-concept-editorial-craft-portfolio .client-card {
  min-height: 0;
  border-width: 0 0 1px;
  border-radius: 0;
  padding: 28px 0;
}

body.cosloom-concept-editorial-craft-portfolio .quote-panel {
  border-width: 1px 0;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}

@keyframes cosloom-rail {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - 16px));
  }
}

@media (hover: none) {
  body.cosloom-concept-minimal-luxury-atelier .project-card__content,
  body.cosloom-concept-editorial-craft-portfolio .project-card__content,
  body.cosloom-concept-editorial-craft-portfolio .project-card::after {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  body.cosloom-concept-minimal-luxury-atelier .process-grid,
  body.cosloom-concept-cinematic-costume-house .process-grid,
  body.cosloom-concept-editorial-craft-portfolio .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.cosloom-concept-minimal-luxury-atelier .process-card,
  body.cosloom-concept-minimal-luxury-atelier .process-card:nth-child(1),
  body.cosloom-concept-minimal-luxury-atelier .process-card:nth-child(5),
  body.cosloom-concept-editorial-craft-portfolio .process-card,
  body.cosloom-concept-editorial-craft-portfolio .process-card:nth-child(1),
  body.cosloom-concept-editorial-craft-portfolio .process-card:nth-child(2) {
    grid-column: auto;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero {
    display: block;
    width: 100%;
    min-height: calc(86svh - 80px);
    padding: 0;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media {
    min-height: 100%;
  }
}

@media (max-width: 900px) {
  body.cosloom-concept-minimal-luxury-atelier .project-card,
  body.cosloom-concept-minimal-luxury-atelier .project-card:nth-child(1),
  body.cosloom-concept-minimal-luxury-atelier .project-card:nth-child(2),
  body.cosloom-concept-minimal-luxury-atelier .project-card:nth-child(3),
  body.cosloom-concept-minimal-luxury-atelier .project-card:nth-child(4),
  body.cosloom-concept-cinematic-costume-house .project-card,
  body.cosloom-concept-cinematic-costume-house .project-card:nth-child(4),
  body.cosloom-concept-editorial-craft-portfolio .project-card,
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(1),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(2),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(3),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(4) {
    grid-column: auto;
    margin-top: 0;
    transform: none;
  }

  body.cosloom-concept-cinematic-costume-house .project-grid,
  body.cosloom-concept-editorial-craft-portfolio .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-minimal-luxury-atelier .site-nav {
    min-height: 72px;
    padding: 12px 0;
  }

  body.cosloom-concept-minimal-luxury-atelier .brand {
    gap: 11px;
  }

  body.cosloom-concept-minimal-luxury-atelier .brand__mark {
    width: 22px;
    height: 40px;
    font-size: 0.66rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .brand__name {
    font-size: 1.34rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 78px;
    padding: 14px 0;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .brand__name {
    font-size: 1.72rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .brand__descriptor {
    font-size: 0.58rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .nav-quote {
    font-size: 0;
    min-height: 40px;
    min-width: 86px;
    padding: 0 14px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a1 .nav-quote::before {
    content: "Quote";
    font-size: 0.82rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 16px;
    min-height: 122px;
    padding: 18px 0 16px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand {
    grid-column: 1;
    grid-row: 1;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__name {
    font-size: 2rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor {
    font-size: 0.58rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links {
    display: flex;
    grid-column: 1;
    grid-row: 2;
    gap: 26px;
    font-size: 0.78rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav {
    min-height: 72px;
    padding: 14px 16px;
  }

  body.cosloom-concept-cinematic-costume-house.admin-bar .site-nav {
    top: 46px;
  }

  body.cosloom-concept-cinematic-costume-house .brand__mark {
    width: 36px;
    height: 36px;
    font-size: 0.78rem;
  }

  body.cosloom-concept-cinematic-costume-house .brand__name {
    font-size: 1.28rem;
  }

  body.cosloom-concept-cinematic-costume-house .brand__descriptor {
    font-size: 0.56rem;
  }

  body.cosloom-concept-editorial-craft-portfolio .site-nav {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    min-height: 104px;
    padding: 14px 0 12px;
  }

  body.cosloom-concept-editorial-craft-portfolio .brand {
    grid-column: 1;
    grid-row: 1;
  }

  body.cosloom-concept-editorial-craft-portfolio .brand__name {
    font-size: 1.5rem;
  }

  body.cosloom-concept-editorial-craft-portfolio .nav-links {
    display: flex;
    grid-column: 1;
    grid-row: 2;
    gap: 22px;
    font-size: 0.76rem;
  }

  body.cosloom-concept-minimal-luxury-atelier h1,
  body.cosloom-concept-cinematic-costume-house h1,
  body.cosloom-concept-editorial-craft-portfolio h1 {
    font-size: clamp(2.58rem, 12.5vw, 3.4rem);
    line-height: 1.06;
  }

  body.cosloom-concept-minimal-luxury-atelier .concept-hero,
  body.cosloom-concept-editorial-craft-portfolio .concept-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 42px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero {
    display: block;
    min-height: calc(84svh - 68px);
    padding: 0;
  }

  body.cosloom-concept-minimal-luxury-atelier .concept-hero__media,
  body.cosloom-concept-editorial-craft-portfolio .concept-hero__media {
    min-height: 360px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media {
    min-height: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    right: var(--site-pad);
    bottom: 20px;
    left: var(--site-pad);
    width: auto;
    padding: 22px;
  }

  body.cosloom-concept-cinematic-costume-house .hero__subhead {
    margin-top: 18px;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  body.cosloom-concept-cinematic-costume-house .hero__actions {
    margin-top: 24px;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-image,
  body.cosloom-concept-editorial-craft-portfolio .atelier-image {
    min-height: 380px;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-note {
    padding: 26px 0;
  }

  body.cosloom-concept-cinematic-costume-house .project-grid,
  body.cosloom-concept-editorial-craft-portfolio .project-grid,
  body.cosloom-concept-minimal-luxury-atelier .process-grid,
  body.cosloom-concept-cinematic-costume-house .process-grid,
  body.cosloom-concept-editorial-craft-portfolio .process-grid {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-minimal-luxury-atelier .project-card,
  body.cosloom-concept-cinematic-costume-house .project-card,
  body.cosloom-concept-editorial-craft-portfolio .project-card,
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(2),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(3),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(4) {
    min-height: 345px;
  }

  body.cosloom-concept-minimal-luxury-atelier .project-card__content,
  body.cosloom-concept-editorial-craft-portfolio .project-card__content {
    opacity: 1;
    transform: none;
  }

  body.cosloom-concept-editorial-craft-portfolio .project-card::after {
    opacity: 1;
  }

  body.cosloom-concept-cinematic-costume-house .archive-rail {
    margin-top: 30px;
    overflow-x: auto;
    mask-image: none;
  }

  body.cosloom-concept-cinematic-costume-house .archive-rail figure {
    animation: none;
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-cinematic-costume-house .archive-rail figure {
    flex-basis: 240px;
    min-height: 170px;
  }
}

/* C: editorial portfolio refinement */
body.cosloom-concept-editorial-craft-portfolio {
  background:
    linear-gradient(180deg, rgba(34, 33, 31, 0.03) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #f4f1eb 0%, #e8e2d8 52%, #f2eee7 100%);
  background-size: 100% 86px, auto;
}

body.cosloom-concept-editorial-craft-portfolio .site-nav {
  width: 100%;
  min-height: 132px;
  margin: 0;
  padding: 24px var(--site-pad) 18px;
  border-bottom-color: rgba(34, 33, 31, 0.13);
  background: rgba(242, 238, 232, 0.92);
  box-shadow: inset 0 -1px rgba(34, 33, 31, 0.05);
}

body.cosloom-concept-editorial-craft-portfolio .brand {
  gap: 0;
}

body.cosloom-concept-editorial-craft-portfolio .brand__text {
  justify-items: center;
  gap: 5px;
}

body.cosloom-concept-editorial-craft-portfolio .brand__name {
  font-family: var(--font-heading);
  font-size: clamp(2.18rem, 2.5vw, 2.86rem);
  font-weight: 400;
  line-height: 0.86;
}

body.cosloom-concept-editorial-craft-portfolio .brand__descriptor {
  color: #6e6860;
  font-size: 0.68rem;
  font-weight: 760;
  line-height: 1;
  text-transform: uppercase;
}

body.cosloom-concept-editorial-craft-portfolio .nav-links {
  gap: clamp(34px, 4vw, 58px);
  color: #756f67;
  font-size: 0.82rem;
}

body.cosloom-concept-editorial-craft-portfolio .nav-links a {
  position: relative;
  padding-bottom: 3px;
}

body.cosloom-concept-editorial-craft-portfolio .nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 520ms ease, transform 520ms ease;
}

body.cosloom-concept-editorial-craft-portfolio .nav-links a:hover::after,
body.cosloom-concept-editorial-craft-portfolio .nav-links a:focus-visible::after {
  opacity: 0.42;
  transform: scaleX(1);
}

body.cosloom-concept-editorial-craft-portfolio .hero__actions {
  display: none;
}

body.cosloom-concept-editorial-craft-portfolio .concept-hero__copy {
  display: grid;
  justify-items: center;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

body.cosloom-concept-editorial-craft-portfolio h1 {
  max-width: 760px;
  font-size: clamp(3.1rem, 4.1vw, 4.45rem);
  line-height: 1.04;
}

body.cosloom-concept-editorial-craft-portfolio .hero__subhead {
  max-width: 520px;
  margin-top: 22px;
  color: #5f5a53;
  font-size: clamp(0.95rem, 1vw, 1.04rem);
  line-height: 1.7;
}

body.cosloom-concept-editorial-craft-portfolio .concept-hero__media {
  width: 100%;
  min-height: clamp(360px, 34vw, 540px);
  border-radius: 2px;
  background: #ded7ce;
}

body.cosloom-concept-editorial-craft-portfolio .concept-hero__media figcaption {
  display: none;
}

body.cosloom-concept-editorial-craft-portfolio .projects-section {
  padding-top: clamp(48px, 6vw, 92px);
}

body.cosloom-concept-editorial-craft-portfolio .projects-section .section-intro {
  margin-bottom: clamp(28px, 4vw, 48px);
}

body.cosloom-concept-editorial-craft-portfolio .projects-section .section-intro--split {
  grid-template-columns: minmax(0, 0.72fr) minmax(220px, 0.28fr);
}

body.cosloom-concept-editorial-craft-portfolio .projects-section h2 {
  max-width: 860px;
  font-size: clamp(2.05rem, 3.2vw, 3.2rem);
}

body.cosloom-concept-editorial-craft-portfolio .projects-section .section-intro--split > p {
  align-self: end;
  color: #756f67;
  font-size: 0.9rem;
  line-height: 1.62;
}

body.cosloom-concept-editorial-craft-portfolio .project-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

body.cosloom-concept-editorial-craft-portfolio .project-card {
  min-height: clamp(540px, 48vw, 720px);
  border: 0;
  border-radius: 2px;
  background: transparent;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(1) {
  grid-column: span 7;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(2) {
  grid-column: span 5;
  min-height: clamp(540px, 48vw, 720px);
  margin-top: 0;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(3) {
  grid-column: span 5;
  min-height: clamp(470px, 38vw, 590px);
}

body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(4) {
  grid-column: span 7;
  min-height: clamp(470px, 38vw, 590px);
}

body.cosloom-concept-editorial-craft-portfolio .project-card::after {
  background: linear-gradient(180deg, rgba(34, 33, 31, 0) 34%, rgba(34, 33, 31, 0.58));
  opacity: 0;
  transition: opacity 980ms ease;
}

body.cosloom-concept-editorial-craft-portfolio .project-card__content {
  gap: 10px;
  padding: clamp(22px, 3.2vw, 42px);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 980ms ease, transform 980ms ease;
}

body.cosloom-concept-editorial-craft-portfolio .project-card__content h3 {
  max-width: 520px;
  font-size: clamp(1.28rem, 1.7vw, 1.75rem);
  line-height: 1.18;
}

body.cosloom-concept-editorial-craft-portfolio .project-card__content p,
body.cosloom-concept-editorial-craft-portfolio .project-card__content span {
  font-size: 0.72rem;
}

body.cosloom-concept-editorial-craft-portfolio .project-card img {
  filter: grayscale(0.08) saturate(0.72) contrast(0.96);
  transition: transform 1500ms cubic-bezier(0.22, 1, 0.36, 1), filter 980ms ease;
}

body.cosloom-concept-editorial-craft-portfolio .project-card:hover img,
body.cosloom-concept-editorial-craft-portfolio .project-card:focus-within img {
  transform: scale(1.026);
  filter: grayscale(0) saturate(0.82) contrast(0.98);
}

body.cosloom-concept-editorial-craft-portfolio .process-card img {
  filter: grayscale(0.18) saturate(0.58) contrast(0.96);
}

@media (min-width: 761px) {
  body.cosloom-concept-editorial-craft-portfolio .concept-hero {
    grid-template-columns: 1fr;
    gap: clamp(28px, 3.4vw, 46px);
    min-height: auto;
    padding-top: clamp(36px, 4vw, 58px);
    padding-bottom: clamp(22px, 3vw, 42px);
  }
}

@media (max-width: 900px) {
  body.cosloom-concept-editorial-craft-portfolio .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.cosloom-concept-editorial-craft-portfolio .project-card,
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(1),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(2),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(3),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(4) {
    grid-column: auto;
    min-height: 520px;
  }
}

@media (hover: none) {
  body.cosloom-concept-editorial-craft-portfolio .project-card::after,
  body.cosloom-concept-editorial-craft-portfolio .project-card__content {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-editorial-craft-portfolio .site-nav {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 17px;
    min-height: 134px;
    padding: 22px var(--site-pad) 18px;
  }

  body.cosloom-concept-editorial-craft-portfolio .brand__name {
    font-size: 2.24rem;
  }

  body.cosloom-concept-editorial-craft-portfolio .brand__descriptor {
    font-size: 0.62rem;
  }

  body.cosloom-concept-editorial-craft-portfolio .nav-links {
    display: flex;
    grid-column: 1;
    grid-row: 2;
    gap: 28px;
    font-size: 0.78rem;
  }

  body.cosloom-concept-editorial-craft-portfolio .concept-hero {
    gap: 20px;
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 22px;
  }

  body.cosloom-concept-editorial-craft-portfolio h1 {
    font-size: clamp(2.04rem, 9.55vw, 2.72rem);
    line-height: 1.06;
  }

  body.cosloom-concept-editorial-craft-portfolio .hero__subhead {
    max-width: 330px;
    margin-top: 15px;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  body.cosloom-concept-editorial-craft-portfolio .concept-hero__media {
    min-height: 300px;
  }

  body.cosloom-concept-editorial-craft-portfolio .projects-section {
    padding-top: 38px;
  }

  body.cosloom-concept-editorial-craft-portfolio .projects-section .section-intro {
    margin-bottom: 28px;
  }

  body.cosloom-concept-editorial-craft-portfolio .projects-section .section-intro--split {
    display: block;
  }

  body.cosloom-concept-editorial-craft-portfolio .projects-section h2 {
    font-size: clamp(1.76rem, 8.3vw, 2.08rem);
    line-height: 1.06;
  }

  body.cosloom-concept-editorial-craft-portfolio .projects-section .section-intro--split > p {
    margin-top: 12px;
  }

  body.cosloom-concept-editorial-craft-portfolio .project-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.cosloom-concept-editorial-craft-portfolio .project-card,
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(1),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(2),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(3),
  body.cosloom-concept-editorial-craft-portfolio .project-card:nth-child(4) {
    min-height: 470px;
  }

  body.cosloom-concept-editorial-craft-portfolio .project-card::after,
  body.cosloom-concept-editorial-craft-portfolio .project-card__content {
    opacity: 1;
    transform: none;
  }

  body.cosloom-concept-editorial-craft-portfolio .project-card__content {
    padding: 24px;
  }

  body.cosloom-concept-editorial-craft-portfolio .project-card__content h3 {
    font-size: 1.34rem;
  }
}

/* A2: creative refinement for a custom cosplay atelier */
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 {
  width: min(calc(100% - var(--site-pad) * 2), 1560px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1fr) minmax(190px, 0.5fr);
  grid-template-rows: 1fr;
  gap: clamp(24px, 4vw, 68px);
  min-height: 92px;
  padding: 18px 0;
  border-bottom-color: rgba(124, 89, 104, 0.18);
  background:
    linear-gradient(90deg, rgba(124, 89, 104, 0.075), transparent 24%, transparent 74%, rgba(124, 89, 104, 0.045)),
    rgba(248, 245, 239, 0.93);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-items: center;
  text-align: left;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__text {
  justify-items: start;
  gap: 4px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__name {
  font-size: clamp(2rem, 2.1vw, 2.42rem);
  line-height: 0.9;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor {
  color: #7c5968;
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links {
  grid-column: 2;
  grid-row: 1;
  gap: clamp(28px, 3.4vw, 48px);
  color: #6f6763;
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links a {
  position: relative;
  padding-bottom: 5px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: #7c5968;
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 520ms ease, transform 520ms ease;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links a:hover::after,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links a:focus-visible::after {
  opacity: 0.48;
  transform: scaleX(1);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(124, 89, 104, 0.34);
  border-radius: 3px;
  background: rgba(251, 249, 244, 0.56);
  color: #282520;
  font-size: 0.82rem;
  font-weight: 720;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--elegant .brand__mark {
  display: none;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--monogram .brand__mark,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--thread .brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(124, 89, 104, 0.28);
  border-radius: 50%;
  background: rgba(251, 249, 244, 0.42);
  color: #7c5968;
  font-family: var(--font-heading);
  font-size: 0.94rem;
  font-weight: 520;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--thread .brand__mark {
  position: relative;
  border-radius: 0;
  border-width: 0;
  background: transparent;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--thread .brand__mark::before,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--thread .brand__mark::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, transparent, rgba(124, 89, 104, 0.55), transparent);
  transform: translateX(-50%) rotate(18deg);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--thread .brand__mark::after {
  height: 30px;
  opacity: 0.48;
  transform: translateX(-50%) rotate(-18deg);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero {
  width: min(calc(100% - var(--site-pad) * 2), 1560px);
  grid-template-columns: minmax(360px, 0.72fr) minmax(680px, 1.28fr);
  gap: clamp(48px, 6vw, 98px);
  min-height: calc(82svh - 92px);
  padding-top: clamp(42px, 5vw, 74px);
  padding-bottom: clamp(54px, 6vw, 86px);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero .concept-hero__copy {
  align-self: center;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero h1 {
  max-width: 620px;
  font-size: clamp(4.1rem, 5.75vw, 6.85rem);
  line-height: 0.92;
}

body.cosloom-concept-minimal-luxury-atelier .hero__kicker {
  margin-bottom: 22px;
  color: #7c5968;
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero .hero__subhead {
  max-width: 560px;
  margin-top: 28px;
  color: #4d4741;
  font-size: clamp(1rem, 1.08vw, 1.14rem);
  line-height: 1.82;
}

body.cosloom-concept-minimal-luxury-atelier .hero__service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(124, 89, 104, 0.18);
  border-bottom: 1px solid rgba(124, 89, 104, 0.18);
  list-style: none;
}

body.cosloom-concept-minimal-luxury-atelier .hero__service-list li {
  padding: 12px 18px 12px 0;
  margin-right: 18px;
  border-right: 1px solid rgba(124, 89, 104, 0.16);
  color: #70675f;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.cosloom-concept-minimal-luxury-atelier .hero__service-list li:last-child {
  border-right: 0;
  margin-right: 0;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero .hero__actions {
  margin-top: 34px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero .concept-hero__media {
  min-height: min(67vh, 760px);
  border-radius: 4px;
  box-shadow: 0 34px 92px rgba(42, 37, 30, 0.13);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero .concept-hero__media img {
  filter: saturate(0.72) contrast(0.98) brightness(0.96);
  transform: scale(1.012);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero .concept-hero__media figcaption {
  right: 28px;
  bottom: 28px;
  left: auto;
  width: min(390px, calc(100% - 56px));
  background: rgba(35, 33, 31, 0.48);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .concept-section {
  padding-top: clamp(88px, 9vw, 138px);
  padding-bottom: clamp(88px, 9vw, 138px);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .atelier-section .section-intro {
  max-width: 1040px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .atelier-section .section-intro h2 {
  max-width: 980px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .atelier-section .atelier-layout {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: clamp(30px, 5vw, 76px);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .atelier-section .atelier-image {
  min-height: clamp(560px, 48vw, 760px);
  border-radius: 4px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .atelier-section .atelier-note {
  min-height: 174px;
  border-width: 1px 0 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 28px 0;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .section-intro--split {
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 0.22fr);
  align-items: end;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card {
  min-height: clamp(520px, 42vw, 680px);
  border: 0;
  border-radius: 4px;
  background: #ded7ce;
  box-shadow: none;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(1) {
  grid-column: span 7;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(2) {
  grid-column: span 5;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(3) {
  grid-column: span 5;
  min-height: clamp(420px, 34vw, 560px);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(4) {
  grid-column: span 7;
  min-height: clamp(420px, 34vw, 560px);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card::after {
  opacity: 0;
  background: linear-gradient(180deg, rgba(35, 33, 31, 0) 26%, rgba(35, 33, 31, 0.68));
  transition: opacity 820ms ease;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card__content {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 820ms ease, transform 820ms ease;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:hover::after,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:focus-within::after,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:hover .project-card__content,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:focus-within .project-card__content {
  opacity: 1;
  transform: translateY(0);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .process-section .process-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(124, 89, 104, 0.2);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .process-section .process-card {
  grid-column: span 2;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background: rgba(251, 249, 244, 0.34);
  box-shadow: none;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .process-section .process-card img {
  aspect-ratio: 4 / 3.45;
  filter: saturate(0.62) contrast(0.96);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .clients-section .client-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(124, 89, 104, 0.18);
  border-left: 1px solid rgba(124, 89, 104, 0.12);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .clients-section .client-card {
  min-height: 230px;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background: rgba(251, 249, 244, 0.28);
  box-shadow: none;
  backdrop-filter: none;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .quote-section .quote-panel {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  border-color: rgba(124, 89, 104, 0.22);
  background:
    linear-gradient(110deg, rgba(251, 249, 244, 0.84), rgba(231, 224, 214, 0.5)),
    rgba(248, 245, 239, 0.7);
}

@media (max-width: 1180px) {
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .process-section .process-grid,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .clients-section .client-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .process-section .process-card {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    row-gap: 14px;
    min-height: 108px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand {
    grid-column: 1;
    grid-row: 1;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote {
    grid-column: 2;
    grid-row: 1;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: start;
    gap: 26px;
    overflow-x: auto;
    font-size: 0.68rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .atelier-section .atelier-layout,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .quote-section .quote-panel {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(1),
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(2),
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(3),
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(4) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 {
    position: sticky;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 12px 14px;
    min-height: 106px;
    padding: 14px 0 12px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__name {
    font-size: 1.56rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor {
    font-size: 0.5rem;
    letter-spacing: 0.11em;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--monogram .brand__mark,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--thread .brand__mark {
    width: 30px;
    height: 30px;
    font-size: 0.72rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote {
    display: inline-flex;
    min-width: 82px;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote::before {
    content: "Quote";
    font-size: 0.78rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links {
    gap: 22px;
    padding-bottom: 4px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero {
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 66px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero h1 {
    font-size: clamp(2.7rem, 12vw, 3.42rem);
    line-height: 1.02;
  }

  body.cosloom-concept-minimal-luxury-atelier .hero__kicker {
    margin-bottom: 16px;
    font-size: 0.62rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero .hero__subhead {
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.68;
  }

  body.cosloom-concept-minimal-luxury-atelier .hero__service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
  }

  body.cosloom-concept-minimal-luxury-atelier .hero__service-list li {
    margin: 0;
    padding: 10px 10px 10px 0;
    border-right: 0;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero .hero__actions {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero .concept-hero__media {
    min-height: 360px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 + .concept-hero .concept-hero__media figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .concept-section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-grid,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .process-section .process-grid,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .clients-section .client-grid {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(1),
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(2),
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(3),
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card:nth-child(4) {
    min-height: 390px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card::after,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .projects-section .project-card__content {
    opacity: 1;
    transform: none;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .process-section .process-card img {
    aspect-ratio: 4 / 2.85;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 ~ .clients-section .client-card {
    min-height: 0;
  }
}

/* A2 logo reference pass: framed CL mark + atelier wordmark */
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 {
  --logo-charcoal: #25221f;
  --logo-plum: #7a3e5c;
  --logo-brass: #a3835a;
  --logo-ivory: #f3efe7;
  min-height: 106px;
  padding: 18px 0;
  border-bottom-color: rgba(122, 62, 92, 0.18);
  background:
    linear-gradient(90deg, rgba(122, 62, 92, 0.07), transparent 22%, transparent 76%, rgba(163, 131, 90, 0.08)),
    rgba(243, 239, 231, 0.94);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--primary {
  grid-template-columns: minmax(390px, 0.92fr) minmax(420px, 1fr) minmax(180px, 0.4fr);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand {
  gap: 18px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(122, 62, 92, 0.68);
  border-radius: 1px;
  background: rgba(243, 239, 231, 0.54);
  box-shadow:
    inset 0 0 0 7px rgba(243, 239, 231, 0.76),
    inset 0 0 0 8px rgba(122, 62, 92, 0.2);
  color: var(--logo-plum);
  font-family: var(--font-heading);
  font-weight: 430;
  isolation: isolate;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark::before,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(122, 62, 92, 0.7);
  background: var(--logo-ivory);
  transform: translateX(-50%) rotate(45deg);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark::before {
  top: -5px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark::after {
  bottom: -5px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark-letter {
  position: absolute;
  display: block;
  line-height: 0.9;
  letter-spacing: 0;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark-letter--c {
  top: 11px;
  left: 13px;
  font-size: 1.68rem;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark-letter--l {
  right: 12px;
  bottom: 8px;
  font-size: 1.52rem;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__text {
  justify-items: start;
  gap: 6px;
  padding-left: 18px;
  border-left: 1px solid rgba(122, 62, 92, 0.36);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__name {
  color: var(--logo-charcoal);
  font-family: var(--font-heading);
  font-size: clamp(2.22rem, 2.35vw, 2.82rem);
  font-weight: 430;
  line-height: 0.84;
  letter-spacing: 0.01em;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--logo-plum);
  font-size: 0.62rem;
  font-weight: 560;
  line-height: 1;
  letter-spacing: 0.24em;
  white-space: nowrap;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor::before,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor::after {
  content: "";
  width: 26px;
  height: 1px;
  background: rgba(122, 62, 92, 0.78);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links {
  color: #655f58;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-links a::after {
  background: var(--logo-plum);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote {
  border-color: rgba(122, 62, 92, 0.42);
  background: rgba(243, 239, 231, 0.62);
  color: var(--logo-charcoal);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote:hover,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .nav-quote:focus-visible {
  border-color: rgba(122, 62, 92, 0.62);
  color: var(--logo-plum);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial {
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  row-gap: 16px;
  min-height: 146px;
  padding-top: 24px;
  padding-bottom: 18px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  gap: 0;
  text-align: center;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand__mark {
  display: none;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand__text {
  justify-items: center;
  gap: 10px;
  padding-left: 0;
  border-left: 0;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand__name {
  font-size: clamp(3rem, 3.7vw, 4.55rem);
  line-height: 0.78;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand__descriptor {
  gap: 14px;
  color: var(--logo-plum);
  font-size: 0.66rem;
  letter-spacing: 0.34em;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand__descriptor::before,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand__descriptor::after {
  width: clamp(72px, 8vw, 138px);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .nav-links {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .nav-quote {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark {
  grid-template-columns: minmax(300px, 0.6fr) minmax(420px, 1fr) minmax(180px, 0.4fr);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand {
  gap: 15px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__mark {
  width: 54px;
  height: 54px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__text {
  gap: 4px;
  padding-left: 14px;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__name {
  font-size: clamp(1.9rem, 2vw, 2.3rem);
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__descriptor {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
}

body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__descriptor::before,
body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__descriptor::after {
  width: 14px;
}

@media (max-width: 1020px) {
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--primary,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    row-gap: 14px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--primary .brand,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand {
    grid-column: 1;
    grid-row: 1;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--primary .nav-quote,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .nav-quote {
    grid-column: 2;
    grid-row: 1;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--primary .nav-links,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: start;
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 {
    min-height: 116px;
    padding-top: 13px;
    padding-bottom: 12px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand {
    gap: 10px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__mark {
    width: 42px;
    height: 42px;
    box-shadow:
      inset 0 0 0 5px rgba(243, 239, 231, 0.78),
      inset 0 0 0 6px rgba(122, 62, 92, 0.18);
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark::before,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark::after {
    width: 5px;
    height: 5px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark-letter--c {
    top: 8px;
    left: 9px;
    font-size: 1.24rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark-letter--l {
    right: 9px;
    bottom: 6px;
    font-size: 1.12rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__text,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__text {
    gap: 4px;
    padding-left: 10px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__name,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__name {
    font-size: 1.62rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__descriptor {
    gap: 6px;
    font-size: 0.45rem;
    letter-spacing: 0.13em;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor::before,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor::after,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__descriptor::before,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__descriptor::after {
    width: 10px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 166px;
    row-gap: 12px;
    text-align: center;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .nav-links,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .nav-quote {
    grid-column: 1;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand {
    grid-row: 1;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .nav-links {
    grid-row: 2;
    justify-content: center;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .nav-quote {
    grid-row: 3;
    justify-self: center;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand__name {
    font-size: clamp(2.32rem, 13vw, 3rem);
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand__descriptor {
    gap: 8px;
    font-size: 0.5rem;
    letter-spacing: 0.2em;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand__descriptor::before,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--editorial .brand__descriptor::after {
    width: 28px;
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__mark,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__mark {
    width: 38px;
    height: 38px;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__name,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2.logo--mark .brand__name {
    font-size: 1.44rem;
  }

  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor::before,
  body.cosloom-concept-minimal-luxury-atelier .site-nav--a2 .brand__descriptor::after {
    display: none;
  }
}

/* Final B direction: cinematic costume house as the default CosLoom homepage */
body.cosloom-concept-cinematic-costume-house {
  --page: #e3dbcf;
  --page-soft: #d2c8bc;
  --surface: rgba(239, 232, 220, 0.76);
  --surface-strong: rgba(244, 239, 230, 0.92);
  --ink: #25221f;
  --ink-soft: #4b463f;
  --muted: #756d63;
  --line: rgba(37, 34, 31, 0.14);
  --line-strong: rgba(37, 34, 31, 0.26);
  --accent: #7a3e5c;
  --accent-2: #a3835a;
  --dark: #25221f;
  --cream: #f3efe7;
  --shadow: 0 34px 100px rgba(37, 34, 31, 0.2);
  --soft-shadow: 0 20px 54px rgba(37, 34, 31, 0.11);
  --font-heading: "Fraunces", "Cormorant Garamond", Georgia, serif;
  background:
    linear-gradient(90deg, rgba(37, 34, 31, 0.05) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #e7dfd3 0%, #d2c8bc 48%, #e6ded2 100%);
  background-size: 128px 100%, auto;
}

body.cosloom-concept-cinematic-costume-house .section-shell {
  width: min(calc(100% - var(--site-pad) * 2), 1520px);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  grid-template-columns: minmax(380px, 0.92fr) minmax(420px, 1fr) minmax(180px, 0.38fr);
  gap: clamp(22px, 3.8vw, 64px);
  min-height: 94px;
  margin: 0;
  padding: 18px clamp(24px, 4vw, 64px);
  border-bottom: 1px solid rgba(243, 239, 231, 0.18);
  background: linear-gradient(180deg, rgba(37, 34, 31, 0.64), rgba(37, 34, 31, 0.12));
  color: var(--cream);
  backdrop-filter: blur(18px);
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
  border-bottom-color: rgba(37, 34, 31, 0.16);
  background: rgba(243, 239, 231, 0.9);
  color: var(--ink);
  box-shadow: 0 14px 42px rgba(37, 34, 31, 0.1);
}

body.cosloom-concept-cinematic-costume-house.admin-bar .site-nav.logo--primary {
  top: 32px;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand {
  gap: 18px;
  justify-self: start;
  color: currentColor;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(214, 172, 190, 0.78);
  border-radius: 1px;
  background: rgba(243, 239, 231, 0.08);
  box-shadow:
    inset 0 0 0 7px rgba(37, 34, 31, 0.1),
    inset 0 0 0 8px rgba(214, 172, 190, 0.18);
  color: #d6acbe;
  font-family: var(--font-heading);
  font-weight: 430;
  isolation: isolate;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark {
  border-color: rgba(122, 62, 92, 0.62);
  background: rgba(243, 239, 231, 0.58);
  box-shadow:
    inset 0 0 0 7px rgba(243, 239, 231, 0.76),
    inset 0 0 0 8px rgba(122, 62, 92, 0.18);
  color: var(--accent);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark::before,
body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  background: rgba(37, 34, 31, 0.72);
  transform: translateX(-50%) rotate(45deg);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark::before {
  top: -5px;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark::after {
  bottom: -5px;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark::before,
html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark::after {
  background: var(--cream);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark-letter {
  position: absolute;
  display: block;
  line-height: 0.9;
  letter-spacing: 0;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark-letter--c {
  top: 11px;
  left: 13px;
  font-size: 1.64rem;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark-letter--l {
  right: 12px;
  bottom: 8px;
  font-size: 1.5rem;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__text {
  gap: 6px;
  padding-left: 18px;
  border-left: 1px solid rgba(214, 172, 190, 0.34);
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__text {
  border-left-color: rgba(122, 62, 92, 0.34);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__name {
  color: currentColor;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 2.1vw, 2.56rem);
  font-weight: 430;
  line-height: 0.84;
  letter-spacing: 0.01em;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(214, 172, 190, 0.92);
  font-size: 0.58rem;
  font-weight: 560;
  line-height: 1;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor {
  color: var(--accent);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor::before,
body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.76;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links {
  justify-content: center;
  gap: clamp(28px, 3.1vw, 48px);
  color: rgba(243, 239, 231, 0.72);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links {
  color: var(--muted);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links a {
  position: relative;
  padding-bottom: 6px;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.42);
  transition: opacity 520ms ease, transform 520ms ease;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links a:hover::after,
body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links a:focus-visible::after {
  opacity: 0.55;
  transform: scaleX(1);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-quote {
  justify-self: end;
  min-height: 42px;
  padding: 0 20px;
  border-color: rgba(243, 239, 231, 0.28);
  border-radius: 3px;
  background: rgba(243, 239, 231, 0.1);
  color: currentColor;
  font-size: 0.82rem;
  font-weight: 720;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-quote {
  border-color: rgba(122, 62, 92, 0.34);
  background: rgba(243, 239, 231, 0.64);
}

body.cosloom-concept-cinematic-costume-house .concept-hero {
  min-height: 100svh;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media {
  border: 0;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(37, 34, 31, 0.44) 0%, rgba(37, 34, 31, 0.04) 32%, rgba(37, 34, 31, 0.42) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.62), rgba(37, 34, 31, 0.1) 52%, rgba(37, 34, 31, 0.28));
  pointer-events: none;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media::after {
  z-index: 3;
  background: linear-gradient(180deg, transparent 55%, rgba(37, 34, 31, 0.3));
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media img {
  object-position: center 42%;
  filter: saturate(0.7) contrast(1.04) brightness(0.78);
  transform: scale(1.01);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
  left: max(var(--site-pad), calc((100vw - 1520px) / 2 + var(--site-pad)));
  bottom: clamp(42px, 7vh, 90px);
  width: min(640px, calc(100% - var(--site-pad) * 2));
  padding: clamp(28px, 3.4vw, 46px);
  border-color: rgba(243, 239, 231, 0.24);
  border-radius: 4px;
  background: rgba(37, 34, 31, 0.66);
  box-shadow: 0 34px 100px rgba(20, 18, 16, 0.34);
  backdrop-filter: blur(18px);
}

body.cosloom-concept-cinematic-costume-house .hero__kicker {
  margin-bottom: 18px;
  color: rgba(214, 172, 190, 0.96);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house h1 {
  max-width: 560px;
  font-size: clamp(4rem, 6.1vw, 7rem);
  font-weight: 430;
  line-height: 0.9;
}

body.cosloom-concept-cinematic-costume-house .hero__subhead {
  max-width: 540px;
  margin-top: 26px;
  color: rgba(243, 239, 231, 0.8);
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  line-height: 1.78;
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid rgba(243, 239, 231, 0.18);
  border-bottom: 1px solid rgba(243, 239, 231, 0.16);
  list-style: none;
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line li {
  position: relative;
  padding: 12px 16px 12px 0;
  margin-right: 16px;
  color: rgba(243, 239, 231, 0.72);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 18px;
  background: rgba(214, 172, 190, 0.28);
  transform: translateY(-50%);
}

body.cosloom-concept-cinematic-costume-house .hero__actions {
  margin-top: 34px;
}

body.cosloom-concept-cinematic-costume-house .button {
  border-radius: 3px;
}

body.cosloom-concept-cinematic-costume-house .atelier-layout {
  grid-template-columns: minmax(460px, 0.9fr) minmax(180px, 0.32fr) minmax(360px, 0.78fr);
  gap: clamp(22px, 3.8vw, 58px);
  align-items: stretch;
}

body.cosloom-concept-cinematic-costume-house .atelier-image {
  min-height: clamp(620px, 48vw, 780px);
  border-radius: 4px;
}

body.cosloom-concept-cinematic-costume-house .atelier-image-strip {
  display: grid;
  gap: 14px;
}

body.cosloom-concept-cinematic-costume-house .atelier-image-strip figure {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 34, 31, 0.14);
  border-radius: 4px;
  background: #d7cec2;
}

body.cosloom-concept-cinematic-costume-house .atelier-image-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.66) contrast(0.96);
}

body.cosloom-concept-cinematic-costume-house .atelier-notes {
  align-self: center;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card {
  grid-column: span 6;
  min-height: clamp(540px, 43vw, 720px);
  border: 0;
  border-radius: 4px;
  background: #2d2924;
  box-shadow: none;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(2),
body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(3) {
  transform: translateY(46px);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(4) {
  grid-column: span 12;
  min-height: clamp(480px, 35vw, 600px);
  margin-top: 46px;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card::after {
  opacity: 0;
  background:
    linear-gradient(180deg, rgba(37, 34, 31, 0.04) 18%, rgba(37, 34, 31, 0.78)),
    linear-gradient(90deg, rgba(122, 62, 92, 0.18), transparent 48%);
  transition: opacity 820ms ease;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card img {
  filter: saturate(0.74) contrast(1.02) brightness(0.9);
  transition: transform 1400ms cubic-bezier(0.22, 1, 0.36, 1), filter 900ms ease;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:hover img,
body.cosloom-concept-cinematic-costume-house .projects-section .project-card:focus-within img {
  transform: scale(1.035);
  filter: saturate(0.82) contrast(1.04) brightness(0.84);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card__content {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 820ms ease, transform 820ms ease;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:hover::after,
body.cosloom-concept-cinematic-costume-house .projects-section .project-card:focus-within::after,
body.cosloom-concept-cinematic-costume-house .projects-section .project-card:hover .project-card__content,
body.cosloom-concept-cinematic-costume-house .projects-section .project-card:focus-within .project-card__content {
  opacity: 1;
  transform: translateY(0);
}

body.cosloom-concept-cinematic-costume-house .project-meta-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

body.cosloom-concept-cinematic-costume-house .project-meta-list div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(243, 239, 231, 0.18);
}

body.cosloom-concept-cinematic-costume-house .project-meta-list dt,
body.cosloom-concept-cinematic-costume-house .project-meta-list dd {
  margin: 0;
}

body.cosloom-concept-cinematic-costume-house .project-meta-list dt {
  color: rgba(214, 172, 190, 0.82);
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .project-meta-list dd {
  color: rgba(243, 239, 231, 0.78);
  font-size: 0.82rem;
  line-height: 1.5;
}

body.cosloom-concept-cinematic-costume-house .archive-rail {
  margin-top: 88px;
}

body.cosloom-concept-cinematic-costume-house .process-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top-color: rgba(37, 34, 31, 0.28);
}

body.cosloom-concept-cinematic-costume-house .process-card {
  min-height: 100%;
  background: rgba(239, 232, 220, 0.42);
}

body.cosloom-concept-cinematic-costume-house .process-card img {
  aspect-ratio: 4 / 3.6;
}

body.cosloom-concept-cinematic-costume-house .client-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(37, 34, 31, 0.18);
  border-left: 1px solid rgba(37, 34, 31, 0.12);
}

body.cosloom-concept-cinematic-costume-house .client-card {
  min-height: 260px;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background:
    linear-gradient(150deg, rgba(37, 34, 31, 0.94), rgba(37, 34, 31, 0.78)),
    var(--dark);
}

body.cosloom-concept-cinematic-costume-house .client-trust-wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid rgba(37, 34, 31, 0.18);
  border-left: 1px solid rgba(37, 34, 31, 0.1);
}

body.cosloom-concept-cinematic-costume-house .client-trust-wall span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-right: 1px solid rgba(37, 34, 31, 0.1);
  border-bottom: 1px solid rgba(37, 34, 31, 0.1);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .workspace-section {
  scroll-margin-top: 132px;
}

body.cosloom-concept-cinematic-costume-house .section-intro--workspace {
  border-top: 1px solid rgba(122, 62, 92, 0.16);
  padding-top: clamp(24px, 4vw, 54px);
}

body.cosloom-concept-cinematic-costume-house .workspace-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.46fr);
  gap: clamp(22px, 3.4vw, 54px);
  align-items: start;
}

body.cosloom-concept-cinematic-costume-house .workspace-tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(37, 34, 31, 0.16);
  border-left: 1px solid rgba(37, 34, 31, 0.1);
}

body.cosloom-concept-cinematic-costume-house .workspace-tool {
  min-height: 310px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(22px, 2.7vw, 36px);
  border-right: 1px solid rgba(37, 34, 31, 0.1);
  border-bottom: 1px solid rgba(37, 34, 31, 0.1);
  background:
    linear-gradient(135deg, rgba(243, 239, 231, 0.64), rgba(217, 208, 194, 0.34)),
    rgba(243, 239, 231, 0.2);
}

body.cosloom-concept-cinematic-costume-house .workspace-tool span {
  width: max-content;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(122, 62, 92, 0.42);
  color: var(--b-plum);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.18em;
}

body.cosloom-concept-cinematic-costume-house .workspace-tool h3 {
  margin: 0;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 2.55vw, 2.6rem);
  font-weight: 520;
  line-height: 0.98;
}

body.cosloom-concept-cinematic-costume-house .workspace-tool p {
  max-width: 460px;
  margin: 0;
  color: rgba(37, 34, 31, 0.68);
  font-size: 0.92rem;
  line-height: 1.7;
}

body.cosloom-concept-cinematic-costume-house .workspace-tool ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

body.cosloom-concept-cinematic-costume-house .workspace-tool li {
  padding: 8px 10px 7px;
  border: 1px solid rgba(37, 34, 31, 0.12);
  background: rgba(243, 239, 231, 0.46);
  color: rgba(37, 34, 31, 0.68);
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .workspace-preview {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 22px;
  padding: clamp(22px, 2.9vw, 34px);
  border: 1px solid rgba(243, 239, 231, 0.12);
  border-radius: 4px;
  background:
    linear-gradient(145deg, rgba(37, 34, 31, 0.96), rgba(37, 34, 31, 0.82)),
    var(--b-charcoal);
  box-shadow: 0 28px 90px rgba(37, 34, 31, 0.2);
}

body.cosloom-concept-cinematic-costume-house .workspace-preview__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(243, 239, 231, 0.14);
}

body.cosloom-concept-cinematic-costume-house .workspace-preview__header p,
body.cosloom-concept-cinematic-costume-house .workspace-file > p {
  margin: 0;
  color: rgba(214, 172, 190, 0.92);
  font-size: 0.64rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .workspace-preview__header strong {
  color: rgba(243, 239, 231, 0.68);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.cosloom-concept-cinematic-costume-house .workspace-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.cosloom-concept-cinematic-costume-house .workspace-timeline__item {
  position: relative;
  padding: 0 0 18px 28px;
  border-left: 1px solid rgba(243, 239, 231, 0.16);
}

body.cosloom-concept-cinematic-costume-house .workspace-timeline__item:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

body.cosloom-concept-cinematic-costume-house .workspace-timeline__item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -5px;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(214, 172, 190, 0.7);
  border-radius: 999px;
  background: var(--b-charcoal);
}

body.cosloom-concept-cinematic-costume-house .workspace-timeline__item--complete::before {
  background: var(--b-plum-soft);
  border-color: var(--b-plum-soft);
}

body.cosloom-concept-cinematic-costume-house .workspace-timeline__item--current::before {
  width: 11px;
  height: 11px;
  left: -6px;
  background: var(--b-brass);
  border-color: var(--b-brass);
  box-shadow: 0 0 0 5px rgba(163, 131, 90, 0.13);
}

body.cosloom-concept-cinematic-costume-house .workspace-timeline__item span {
  display: block;
  margin-bottom: 5px;
  color: rgba(243, 239, 231, 0.9);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 520;
  line-height: 1.05;
}

body.cosloom-concept-cinematic-costume-house .workspace-timeline__item p {
  margin: 0;
  color: rgba(243, 239, 231, 0.62);
  font-size: 0.82rem;
  line-height: 1.55;
}

body.cosloom-concept-cinematic-costume-house .workspace-file {
  display: grid;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(243, 239, 231, 0.14);
}

body.cosloom-concept-cinematic-costume-house .workspace-file ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.cosloom-concept-cinematic-costume-house .workspace-file li {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid rgba(243, 239, 231, 0.13);
  color: rgba(243, 239, 231, 0.66);
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .quote-panel {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  border-radius: 4px;
  background:
    linear-gradient(110deg, rgba(37, 34, 31, 0.94), rgba(37, 34, 31, 0.66)),
    var(--surface);
}

body.cosloom-concept-cinematic-costume-house .quote-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

body.cosloom-concept-cinematic-costume-house .quote-panel__actions .button--ghost {
  border-color: rgba(243, 239, 231, 0.3);
  background: rgba(243, 239, 231, 0.08);
  color: var(--cream);
}

@media (hover: none) {
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card::after,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card__content {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    row-gap: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand {
    grid-column: 1;
    grid-row: 1;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-quote {
    grid-column: 2;
    grid-row: 1;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: start;
    overflow-x: auto;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  }

  body.cosloom-concept-cinematic-costume-house .atelier-notes {
    grid-column: 1 / -1;
  }

  body.cosloom-concept-cinematic-costume-house .process-grid,
  body.cosloom-concept-cinematic-costume-house .client-grid,
  body.cosloom-concept-cinematic-costume-house .client-trust-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.cosloom-concept-cinematic-costume-house .workspace-layout {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .workspace-preview {
    position: relative;
    top: auto;
  }
}

@media (max-width: 900px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    width: min(620px, calc(100% - var(--site-pad) * 2));
  }

  body.cosloom-concept-cinematic-costume-house .atelier-layout {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-image-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.cosloom-concept-cinematic-costume-house .atelier-image-strip figure {
    min-height: 170px;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(3),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(4) {
    grid-column: auto;
    min-height: 500px;
    margin-top: 0;
    transform: none;
  }

  body.cosloom-concept-cinematic-costume-house .quote-panel {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .workspace-tools {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
    min-height: 118px;
    padding: 13px 16px 12px;
  }

  body.cosloom-concept-cinematic-costume-house.admin-bar .site-nav.logo--primary {
    top: 46px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand {
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark {
    width: 40px;
    height: 40px;
    box-shadow:
      inset 0 0 0 5px rgba(37, 34, 31, 0.1),
      inset 0 0 0 6px rgba(214, 172, 190, 0.16);
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark::before,
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark::after {
    width: 5px;
    height: 5px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark-letter--c {
    top: 8px;
    left: 9px;
    font-size: 1.16rem;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark-letter--l {
    right: 9px;
    bottom: 6px;
    font-size: 1.08rem;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__text {
    gap: 4px;
    padding-left: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__name {
    font-size: 1.48rem;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor {
    gap: 6px;
    font-size: 0.45rem;
    letter-spacing: 0.13em;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor::before,
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor::after {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links {
    gap: 22px;
    padding-bottom: 4px;
    font-size: 0.66rem;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero {
    display: flex;
    min-height: auto;
    padding: 132px var(--site-pad) 34px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media {
    position: absolute;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media img {
    object-position: 58% center;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 28vh;
    padding: 24px 20px;
  }

  body.cosloom-concept-cinematic-costume-house .hero__kicker {
    margin-bottom: 14px;
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  body.cosloom-concept-cinematic-costume-house h1 {
    font-size: clamp(3rem, 15vw, 4.24rem);
    line-height: 0.98;
  }

  body.cosloom-concept-cinematic-costume-house .hero__subhead {
    margin-top: 20px;
    font-size: 0.96rem;
    line-height: 1.64;
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line li {
    margin: 0;
    padding: 9px 0;
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line li:not(:last-child)::after {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-image {
    min-height: 430px;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-image-strip {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .process-grid,
  body.cosloom-concept-cinematic-costume-house .client-grid,
  body.cosloom-concept-cinematic-costume-house .client-trust-wall {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .workspace-section {
    scroll-margin-top: 124px;
  }

  body.cosloom-concept-cinematic-costume-house .workspace-layout {
    gap: 18px;
  }

  body.cosloom-concept-cinematic-costume-house .workspace-tool {
    min-height: 0;
    padding: 22px 18px;
  }

  body.cosloom-concept-cinematic-costume-house .workspace-tool h3 {
    font-size: 2rem;
  }

  body.cosloom-concept-cinematic-costume-house .workspace-tool li {
    width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .workspace-preview {
    padding: 20px 18px;
  }

  body.cosloom-concept-cinematic-costume-house .workspace-preview__header {
    display: grid;
  }

  body.cosloom-concept-cinematic-costume-house .workspace-file ul {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .client-card {
    min-height: 0;
  }

  body.cosloom-concept-cinematic-costume-house .project-meta-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__name {
    font-size: 1.34rem;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor {
    font-size: 0.4rem;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-quote {
    min-width: 82px;
    font-size: 0;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-quote::before {
    content: "Quote";
    font-size: 0.78rem;
  }
}

/* B refinement v0.5.2: finished-costume hero, editable monogram, and wider cinematic rhythm */
body.cosloom-concept-cinematic-costume-house {
  --b-charcoal: #25221f;
  --b-ivory: #f3efe7;
  --b-taupe: #d9d0c2;
  --b-plum: #7a3e5c;
  --b-plum-soft: #d6acbe;
  --b-brass: #a3835a;
}

body.cosloom-concept-cinematic-costume-house #atelier,
body.cosloom-concept-cinematic-costume-house #projects,
body.cosloom-concept-cinematic-costume-house #process,
body.cosloom-concept-cinematic-costume-house #clients,
body.cosloom-concept-cinematic-costume-house #quote {
  scroll-margin-top: 124px;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
  grid-template-columns: minmax(360px, 0.86fr) minmax(380px, 1fr) minmax(168px, 0.34fr);
  min-height: 92px;
  padding: 16px clamp(22px, 3.8vw, 62px);
  background:
    linear-gradient(180deg, rgba(37, 34, 31, 0.72), rgba(37, 34, 31, 0.2)),
    rgba(37, 34, 31, 0.2);
  transition: background 520ms ease, color 520ms ease, box-shadow 520ms ease, border-color 520ms ease;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
  background: rgba(243, 239, 231, 0.92);
  backdrop-filter: blur(18px);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand {
  gap: 16px;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
  width: 58px;
  height: 66px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #dfb8ca;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg::before,
body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg::after {
  content: none;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
  color: var(--b-plum);
  background: transparent;
  box-shadow: none;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

body.cosloom-concept-cinematic-costume-house .monogram__frame,
body.cosloom-concept-cinematic-costume-house .monogram__corner,
body.cosloom-concept-cinematic-costume-house .monogram__diamond {
  fill: none;
  stroke: currentColor;
  vector-effect: non-scaling-stroke;
}

body.cosloom-concept-cinematic-costume-house .monogram__frame {
  stroke-width: 1.52;
}

body.cosloom-concept-cinematic-costume-house .monogram__corner {
  stroke-width: 1.18;
  opacity: 0.84;
}

body.cosloom-concept-cinematic-costume-house .monogram__diamond {
  fill: rgba(37, 34, 31, 0.72);
  stroke-width: 1.18;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .monogram__diamond {
  fill: var(--b-ivory);
}

body.cosloom-concept-cinematic-costume-house .monogram__letter {
  fill: currentColor;
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: 33px;
  font-weight: 520;
  letter-spacing: 0;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__text {
  gap: 5px;
  padding-left: 17px;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__name {
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.08rem, 2.2vw, 2.72rem);
  font-weight: 500;
  line-height: 0.88;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor {
  color: rgba(214, 172, 190, 0.92);
  font-size: 0.6rem;
  font-weight: 650;
  letter-spacing: 0.18em;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links {
  gap: clamp(24px, 2.7vw, 42px);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-quote {
  min-height: 40px;
  padding: 0 18px;
  border-color: rgba(214, 172, 190, 0.34);
  background: rgba(243, 239, 231, 0.08);
}

body.cosloom-concept-cinematic-costume-house .concept-hero {
  width: 100%;
  max-width: none;
  min-height: 100svh;
  margin: 0;
  background: var(--b-charcoal);
  isolation: isolate;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media {
  inset: 0;
  border: 0;
  background: var(--b-charcoal);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media::before {
  background:
    linear-gradient(180deg, rgba(37, 34, 31, 0.5) 0%, rgba(37, 34, 31, 0.08) 34%, rgba(37, 34, 31, 0.48) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.78) 0%, rgba(37, 34, 31, 0.52) 30%, rgba(37, 34, 31, 0.14) 62%, rgba(37, 34, 31, 0.24) 100%);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media::after {
  background:
    linear-gradient(180deg, transparent 68%, rgba(37, 34, 31, 0.42)),
    radial-gradient(circle at 74% 46%, rgba(163, 131, 90, 0.14), transparent 32%);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media img {
  object-position: 62% 47%;
  filter: saturate(0.78) contrast(1.06) brightness(0.74);
  transform: scale(1.015);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
  top: clamp(132px, 16vh, 182px);
  bottom: auto;
  left: max(clamp(22px, 4vw, 64px), calc((100vw - 1560px) / 2 + clamp(22px, 4vw, 64px)));
  width: min(600px, calc(100% - var(--site-pad) * 2));
  padding: clamp(28px, 3.1vw, 44px);
  border-color: rgba(243, 239, 231, 0.22);
  background:
    linear-gradient(135deg, rgba(37, 34, 31, 0.78), rgba(37, 34, 31, 0.58)),
    rgba(37, 34, 31, 0.62);
  box-shadow: 0 38px 110px rgba(20, 18, 16, 0.42);
}

body.cosloom-concept-cinematic-costume-house .hero__kicker {
  color: rgba(214, 172, 190, 0.96);
}

body.cosloom-concept-cinematic-costume-house h1 {
  max-width: 540px;
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(4.45rem, 6.4vw, 7.45rem);
  font-weight: 500;
  line-height: 0.86;
}

body.cosloom-concept-cinematic-costume-house .hero__subhead {
  max-width: 520px;
  margin-top: 24px;
  color: rgba(243, 239, 231, 0.82);
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line {
  border-top-color: rgba(214, 172, 190, 0.18);
  border-bottom-color: rgba(243, 239, 231, 0.12);
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line li {
  color: rgba(243, 239, 231, 0.72);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line li:not(:last-child)::after {
  content: "/";
  right: -3px;
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(214, 172, 190, 0.54);
  font-family: var(--font-body);
  font-weight: 500;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media figcaption {
  right: clamp(22px, 4vw, 64px);
  bottom: clamp(20px, 4vh, 42px);
  left: auto;
  width: min(390px, calc(100% - var(--site-pad) * 2));
  border-radius: 3px;
  background: rgba(37, 34, 31, 0.48);
}

body.cosloom-concept-cinematic-costume-house .atelier-section {
  padding-top: clamp(92px, 10vw, 156px);
}

body.cosloom-concept-cinematic-costume-house .atelier-layout {
  grid-template-columns: minmax(520px, 1.03fr) minmax(180px, 0.34fr) minmax(360px, 0.78fr);
  gap: clamp(22px, 3.2vw, 50px);
}

body.cosloom-concept-cinematic-costume-house .atelier-image {
  min-height: clamp(660px, 52vw, 820px);
  background: var(--b-charcoal);
}

body.cosloom-concept-cinematic-costume-house .atelier-image img {
  object-position: 48% 50%;
}

body.cosloom-concept-cinematic-costume-house .atelier-image::after {
  background: linear-gradient(180deg, rgba(37, 34, 31, 0.04), rgba(37, 34, 31, 0.18));
}

body.cosloom-concept-cinematic-costume-house .atelier-note {
  border-radius: 2px;
  background: rgba(243, 239, 231, 0.42);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card {
  min-height: clamp(560px, 44vw, 760px);
  background: var(--b-charcoal);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card img {
  filter: saturate(0.7) contrast(1.02) brightness(0.88);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(1) img {
  object-position: 50% 44%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(2) img {
  object-position: 58% 50%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(3) img {
  object-position: 50% 44%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(4) img {
  object-position: 52% 38%;
}

body.cosloom-concept-cinematic-costume-house .process-section {
  background: linear-gradient(180deg, transparent, rgba(37, 34, 31, 0.04) 52%, transparent);
}

body.cosloom-concept-cinematic-costume-house .process-grid {
  gap: 0;
  border-top: 1px solid rgba(37, 34, 31, 0.24);
  border-left: 1px solid rgba(37, 34, 31, 0.12);
}

body.cosloom-concept-cinematic-costume-house .process-card {
  border-width: 0 1px 1px 0;
  border-radius: 0;
  background: rgba(239, 232, 220, 0.44);
}

body.cosloom-concept-cinematic-costume-house .process-card img {
  aspect-ratio: 4 / 3.25;
  filter: saturate(0.72) contrast(0.98);
}

body.cosloom-concept-cinematic-costume-house .client-card {
  background:
    linear-gradient(145deg, rgba(37, 34, 31, 0.92), rgba(37, 34, 31, 0.72)),
    var(--b-charcoal);
}

body.cosloom-concept-cinematic-costume-house .quote-panel {
  border-radius: 3px;
  background:
    linear-gradient(112deg, rgba(37, 34, 31, 0.95), rgba(37, 34, 31, 0.74) 48%, rgba(122, 62, 92, 0.28)),
    var(--b-charcoal);
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-layout {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.38fr);
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    top: clamp(138px, 18vh, 168px);
  }
}

@media (max-width: 900px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    width: min(580px, calc(100% - var(--site-pad) * 2));
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media figcaption {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
    min-height: 112px;
    padding: 12px 16px 11px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand {
    gap: 9px;
    min-width: 0;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
    width: 40px;
    height: 48px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__text {
    min-width: 0;
    padding-left: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__name {
    font-size: 1.58rem;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor {
    max-width: 168px;
    overflow: hidden;
    font-size: 0.42rem;
    letter-spacing: 0.11em;
    text-overflow: ellipsis;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links {
    gap: 18px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: 100svh;
    padding: 0;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media img {
    object-position: 61% 42%;
    filter: saturate(0.74) contrast(1.04) brightness(0.68);
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media::before {
    background:
      linear-gradient(180deg, rgba(37, 34, 31, 0.56) 0%, rgba(37, 34, 31, 0.12) 35%, rgba(37, 34, 31, 0.74) 100%),
      linear-gradient(90deg, rgba(37, 34, 31, 0.44), rgba(37, 34, 31, 0.18));
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    position: absolute;
    top: auto;
    bottom: clamp(20px, 4vh, 38px);
    left: var(--site-pad);
    width: calc(100% - var(--site-pad) * 2);
    margin: 0;
    padding: 22px 19px 20px;
    background:
      linear-gradient(135deg, rgba(37, 34, 31, 0.8), rgba(37, 34, 31, 0.66)),
      rgba(37, 34, 31, 0.72);
  }

  body.cosloom-concept-cinematic-costume-house h1 {
    max-width: 360px;
    font-size: clamp(3.15rem, 15.5vw, 4.36rem);
    line-height: 0.94;
  }

  body.cosloom-concept-cinematic-costume-house .hero__subhead {
    margin-top: 18px;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line li:not(:last-child)::after {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-image {
    min-height: 440px;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(3),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(4) {
    min-height: 520px;
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__name {
    font-size: 1.42rem;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor {
    max-width: 146px;
    font-size: 0.38rem;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    padding: 20px 17px;
  }

  body.cosloom-concept-cinematic-costume-house h1 {
    font-size: clamp(2.92rem, 14vw, 3.8rem);
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line li {
    font-size: 0.61rem;
  }
}

/* B Final v1 detail polish: refined marks, commission-specific imagery, quote readiness */
body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
  width: 60px;
  height: 68px;
  color: #dfb8ca;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}

body.cosloom-concept-cinematic-costume-house .monogram__frame,
body.cosloom-concept-cinematic-costume-house .monogram__corner,
body.cosloom-concept-cinematic-costume-house .monogram__diamond,
body.cosloom-concept-cinematic-costume-house .monogram__stitch,
body.cosloom-concept-cinematic-costume-house .monogram__thread,
body.cosloom-concept-cinematic-costume-house .monogram__seam {
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  vector-effect: non-scaling-stroke;
}

body.cosloom-concept-cinematic-costume-house .monogram__frame {
  stroke-width: 1.45;
}

body.cosloom-concept-cinematic-costume-house .monogram__frame--loom {
  stroke-width: 1.34;
}

body.cosloom-concept-cinematic-costume-house .monogram__frame--cut {
  stroke-width: 1.42;
}

body.cosloom-concept-cinematic-costume-house .monogram__corner,
body.cosloom-concept-cinematic-costume-house .monogram__stitch,
body.cosloom-concept-cinematic-costume-house .monogram__seam {
  stroke-width: 1.05;
  opacity: 0.74;
}

body.cosloom-concept-cinematic-costume-house .monogram__diamond {
  fill: rgba(37, 34, 31, 0.68);
  stroke-width: 1.04;
}

body.cosloom-concept-cinematic-costume-house .monogram__thread {
  stroke-width: 1.15;
  opacity: 0.64;
}

body.cosloom-concept-cinematic-costume-house .monogram__letter {
  font-size: 34px;
  font-weight: 500;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--loom .monogram__letter--c {
  font-size: 32px;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--cut .monogram__letter {
  font-size: 33px;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .monogram__diamond {
  fill: var(--b-ivory);
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__text {
  gap: 6px;
  padding-left: 18px;
  border-left: 1px solid rgba(214, 172, 190, 0.36);
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__text {
  border-left-color: rgba(122, 62, 92, 0.24);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media img {
  object-position: 65% 50%;
  filter: saturate(0.72) contrast(1.08) brightness(0.72);
  transform: scale(1.04);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media::before {
  background:
    linear-gradient(180deg, rgba(37, 34, 31, 0.54) 0%, rgba(37, 34, 31, 0.1) 34%, rgba(37, 34, 31, 0.52) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.84) 0%, rgba(37, 34, 31, 0.58) 28%, rgba(37, 34, 31, 0.16) 62%, rgba(37, 34, 31, 0.18) 100%);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
  top: clamp(124px, 15.5vh, 172px);
  width: min(572px, calc(100% - var(--site-pad) * 2));
  border-color: rgba(243, 239, 231, 0.2);
  background:
    linear-gradient(135deg, rgba(37, 34, 31, 0.74), rgba(37, 34, 31, 0.58)),
    rgba(37, 34, 31, 0.56);
  box-shadow: 0 34px 100px rgba(20, 18, 16, 0.38);
  backdrop-filter: blur(16px);
}

body.cosloom-concept-cinematic-costume-house h1 {
  max-width: 510px;
  font-size: clamp(4.28rem, 6.1vw, 7.16rem);
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line {
  gap: 0;
  margin-top: 22px;
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line li {
  color: rgba(243, 239, 231, 0.7);
  font-size: 0.63rem;
  font-weight: 650;
  letter-spacing: 0.14em;
}

body.cosloom-concept-cinematic-costume-house .atelier-image img {
  object-position: 50% 42%;
  filter: saturate(0.64) contrast(1.02) brightness(0.9);
}

body.cosloom-concept-cinematic-costume-house .atelier-image-strip {
  gap: 12px;
}

body.cosloom-concept-cinematic-costume-house .atelier-image-strip figure {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

body.cosloom-concept-cinematic-costume-house .atelier-image-strip figure:nth-child(2) img,
body.cosloom-concept-cinematic-costume-house .atelier-image-strip figure:nth-child(4) img {
  object-position: 52% 40%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card__content {
  gap: 13px;
  padding: clamp(24px, 3.1vw, 40px);
  background: linear-gradient(180deg, transparent 0%, rgba(37, 34, 31, 0.14) 8%, rgba(37, 34, 31, 0.82) 100%);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card__content h3 {
  max-width: 580px;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(1) img {
  object-position: 56% 46%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(2) img {
  object-position: 50% 45%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(3) img {
  object-position: 50% 38%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(4) img {
  object-position: 48% 42%;
}

body.cosloom-concept-cinematic-costume-house .project-meta-list {
  gap: 9px;
  max-width: 650px;
}

body.cosloom-concept-cinematic-costume-house .project-meta-list div {
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 14px;
  border-top-color: rgba(243, 239, 231, 0.2);
}

body.cosloom-concept-cinematic-costume-house .project-meta-list dt {
  color: rgba(214, 172, 190, 0.88);
  font-size: 0.64rem;
  letter-spacing: 0.17em;
}

body.cosloom-concept-cinematic-costume-house .project-meta-list dd {
  color: rgba(243, 239, 231, 0.84);
  font-size: 0.84rem;
}

body.cosloom-concept-cinematic-costume-house .process-card img {
  object-position: 50% 44%;
}

body.cosloom-concept-cinematic-costume-house .quote-requirements {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

body.cosloom-concept-cinematic-costume-house .quote-requirements li {
  min-height: 34px;
  padding: 9px 12px 8px;
  border: 1px solid rgba(214, 172, 190, 0.22);
  border-radius: 2px;
  background: rgba(243, 239, 231, 0.06);
  color: rgba(243, 239, 231, 0.76);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .quote-whatsapp-mobile {
  gap: 12px;
  max-width: 520px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(214, 172, 190, 0.24);
  border-radius: 3px;
  background: rgba(243, 239, 231, 0.06);
}

body.cosloom-concept-cinematic-costume-house .quote-whatsapp-mobile p {
  margin: 0;
  color: rgba(243, 239, 231, 0.72);
  font-size: 0.86rem;
  line-height: 1.56;
}

body.cosloom-concept-cinematic-costume-house .quote-whatsapp-mobile .button {
  width: max-content;
  min-width: 172px;
}

body.cosloom-concept-cinematic-costume-house .quote-form {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(243, 239, 231, 0.16);
  border-radius: 3px;
  background: rgba(243, 239, 231, 0.08);
  box-shadow: 0 24px 70px rgba(20, 18, 16, 0.24);
}

body.cosloom-concept-cinematic-costume-house .quote-form__intro,
body.cosloom-concept-cinematic-costume-house .quote-upload-note,
body.cosloom-concept-cinematic-costume-house .quote-next-steps {
  grid-column: 1 / -1;
}

body.cosloom-concept-cinematic-costume-house .quote-form__intro {
  display: grid;
  gap: 8px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(243, 239, 231, 0.14);
}

body.cosloom-concept-cinematic-costume-house .quote-form__intro p {
  max-width: 680px;
  margin: 0;
  color: rgba(243, 239, 231, 0.68);
  font-size: 0.84rem;
  line-height: 1.62;
}

body.cosloom-concept-cinematic-costume-house .quote-form__intro .quote-form__eyebrow {
  color: rgba(214, 172, 190, 0.92);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .quote-form label {
  color: rgba(243, 239, 231, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .quote-form input,
body.cosloom-concept-cinematic-costume-house .quote-form select,
body.cosloom-concept-cinematic-costume-house .quote-form textarea {
  border-color: rgba(243, 239, 231, 0.16);
  background: rgba(243, 239, 231, 0.9);
  color: var(--b-charcoal);
}

body.cosloom-concept-cinematic-costume-house .quote-form textarea {
  min-height: 112px;
}

body.cosloom-concept-cinematic-costume-house .quote-upload-note {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px dashed rgba(214, 172, 190, 0.34);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(243, 239, 231, 0.075), rgba(243, 239, 231, 0.035)),
    rgba(20, 18, 16, 0.18);
}

body.cosloom-concept-cinematic-costume-house .quote-upload-note__input {
  display: grid;
  gap: 9px;
  margin-top: 4px;
  color: rgba(243, 239, 231, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .quote-upload-note input[type="file"] {
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(243, 239, 231, 0.16);
  border-radius: 2px;
  background: rgba(243, 239, 231, 0.9);
  color: var(--b-charcoal);
  font-size: 0.8rem;
  letter-spacing: 0;
  text-transform: none;
}

body.cosloom-concept-cinematic-costume-house .quote-upload-note__count {
  min-height: 1.2em;
  color: rgba(214, 172, 190, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

body.cosloom-concept-cinematic-costume-house .quote-upload-note span {
  color: rgba(214, 172, 190, 0.9);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .quote-upload-note strong {
  color: rgba(243, 239, 231, 0.9);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.2;
}

body.cosloom-concept-cinematic-costume-house .quote-upload-note p {
  margin: 0;
  color: rgba(243, 239, 231, 0.66);
  font-size: 0.82rem;
  line-height: 1.56;
}

body.cosloom-concept-cinematic-costume-house .quote-next-steps {
  padding: 14px 16px;
  border-left: 1px solid rgba(214, 172, 190, 0.45);
  background: rgba(20, 18, 16, 0.24);
}

body.cosloom-concept-cinematic-costume-house .quote-next-steps p {
  margin: 0;
  color: rgba(243, 239, 231, 0.7);
  font-size: 0.82rem;
  line-height: 1.56;
}

body.cosloom-concept-cinematic-costume-house .quote-form .button {
  margin-top: 4px;
}

body.cosloom-concept-cinematic-costume-house .quote-form .form-status {
  grid-column: 1 / -1;
  min-height: 1.4em;
  color: rgba(214, 172, 190, 0.92);
}

body.cosloom-concept-cinematic-costume-house .quote-form .form-status--success {
  color: rgba(199, 220, 179, 0.94);
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
    width: 52px;
    height: 60px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    top: clamp(134px, 17vh, 162px);
  }

  body.cosloom-concept-cinematic-costume-house .atelier-image-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
    min-height: 108px;
  }

  body.cosloom-concept-cinematic-costume-house .quote-whatsapp-mobile {
    display: grid;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
    width: 38px;
    height: 46px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__text {
    gap: 4px;
    padding-left: 9px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media img {
    object-position: 60% 41%;
    filter: saturate(0.72) contrast(1.06) brightness(0.66);
    transform: scale(1.08);
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    bottom: clamp(18px, 3.4vh, 30px);
    padding: 20px 17px 19px;
    background:
      linear-gradient(135deg, rgba(37, 34, 31, 0.82), rgba(37, 34, 31, 0.7)),
      rgba(37, 34, 31, 0.74);
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line {
    gap: 0;
    margin-top: 18px;
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line li {
    padding: 7px 0;
    font-size: 0.58rem;
    line-height: 1.34;
  }

  body.cosloom-concept-cinematic-costume-house .hero__actions {
    margin-top: 22px;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-image-strip {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-image-strip figure {
    aspect-ratio: 4 / 2.8;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card__content {
    opacity: 1;
    transform: none;
    padding: 22px;
  }

  body.cosloom-concept-cinematic-costume-house .project-meta-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  body.cosloom-concept-cinematic-costume-house .project-meta-list dd {
    font-size: 0.8rem;
  }

  body.cosloom-concept-cinematic-costume-house .quote-requirements {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  body.cosloom-concept-cinematic-costume-house .quote-requirements li {
    min-height: 0;
  }

  body.cosloom-concept-cinematic-costume-house .quote-form {
    padding: 18px;
  }

  body.cosloom-concept-cinematic-costume-house .quote-upload-note,
  body.cosloom-concept-cinematic-costume-house .quote-next-steps {
    padding: 14px;
  }
}

/* B Final v1.1: editorial typography for lower workshop/project/process modules */
body.cosloom-concept-cinematic-costume-house .section-intro--editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(24px, 4.4vw, 72px);
  align-items: end;
  min-height: clamp(168px, 20vw, 270px);
  margin-bottom: clamp(26px, 4.1vw, 62px);
  padding: clamp(18px, 3vw, 40px) 0 clamp(14px, 2.2vw, 28px);
  overflow: hidden;
  border-top: 1px solid rgba(122, 62, 92, 0.16);
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial::before {
  content: attr(data-editorial-letter);
  position: absolute;
  left: clamp(-10px, -0.7vw, 0px);
  bottom: clamp(-26px, -2.3vw, -12px);
  z-index: 0;
  color: rgba(83, 78, 70, 0.12);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(8.4rem, 17vw, 16.6rem);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: 0;
  pointer-events: none;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: clamp(28px, 4vw, 58px);
  width: min(34vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, rgba(122, 62, 92, 0), rgba(122, 62, 92, 0.32), rgba(163, 131, 90, 0.24));
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial > * {
  position: relative;
  z-index: 1;
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial > div {
  grid-column: 2;
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--atelier > .section-label,
body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--process > .section-label,
body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--atelier > h2,
body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--process > h2,
body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--atelier > .editorial-section-copy,
body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--process > .editorial-section-copy {
  grid-column: 2;
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial .section-label {
  margin-bottom: clamp(14px, 1.7vw, 22px);
  color: rgba(122, 62, 92, 0.86);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.25em;
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial h2 {
  max-width: 980px;
  color: rgba(37, 34, 31, 0.94);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(3.72rem, 7.1vw, 7.3rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.82;
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial > p:not(.section-label),
body.cosloom-concept-cinematic-costume-house .section-intro--editorial .editorial-section-copy {
  max-width: 690px;
  color: rgba(60, 55, 48, 0.72);
  font-size: clamp(1.02rem, 1.24vw, 1.22rem);
  line-height: 1.82;
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--split {
  grid-template-columns: minmax(150px, 0.24fr) minmax(460px, 0.72fr) minmax(260px, 0.48fr);
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--split > div {
  grid-column: 2;
}

body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--split > p {
  grid-column: 3;
  align-self: end;
  margin: 0 0 clamp(8px, 1vw, 16px);
}

body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-layout {
  margin-top: clamp(-18px, -1.2vw, 0px);
  padding-top: clamp(12px, 2vw, 26px);
  border-top: 1px solid rgba(122, 62, 92, 0.1);
}

body.cosloom-concept-cinematic-costume-house .section-intro--atelier {
  min-height: 0;
  margin-bottom: clamp(22px, 3.2vw, 46px);
}

body.cosloom-concept-cinematic-costume-house .section-intro--atelier h2 {
  max-width: 760px;
  font-size: clamp(3.35rem, 5.6vw, 6.08rem);
  line-height: 0.86;
}

body.cosloom-concept-cinematic-costume-house .section-intro--atelier .editorial-section-copy {
  max-width: 640px;
  line-height: 1.72;
}

body.cosloom-concept-cinematic-costume-house .atelier-section,
body.cosloom-concept-cinematic-costume-house .projects-section,
body.cosloom-concept-cinematic-costume-house .process-section {
  padding-top: clamp(68px, 7.4vw, 112px);
}

body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-note h3,
body.cosloom-concept-cinematic-costume-house .process-section .process-card h3 {
  letter-spacing: 0.01em;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid {
  margin-top: clamp(-16px, -1vw, 0px);
}

body.cosloom-concept-cinematic-costume-house .process-section .process-grid {
  margin-top: clamp(-14px, -0.9vw, 0px);
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--split {
    grid-template-columns: minmax(108px, 0.2fr) minmax(0, 1fr);
    gap: clamp(18px, 3vw, 34px);
  }

  body.cosloom-concept-cinematic-costume-house .section-intro--editorial > div,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--atelier > .section-label,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--process > .section-label,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--atelier > h2,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--process > h2,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--atelier > .editorial-section-copy,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--process > .editorial-section-copy,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--split > div,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--split > p {
    grid-column: 2;
  }

  body.cosloom-concept-cinematic-costume-house .section-intro--editorial::after {
    width: min(42vw, 360px);
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--split {
    display: block;
    min-height: 0;
    margin-bottom: 30px;
    padding: 62px 0 16px;
    border-top-color: rgba(122, 62, 92, 0.14);
  }

  body.cosloom-concept-cinematic-costume-house .section-intro--editorial::before {
    top: 8px;
    bottom: auto;
    left: -2px;
    color: rgba(83, 78, 70, 0.11);
    font-size: clamp(6.2rem, 31vw, 8.7rem);
    line-height: 0.8;
  }

  body.cosloom-concept-cinematic-costume-house .section-intro--editorial::after {
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.72;
  }

  body.cosloom-concept-cinematic-costume-house .section-intro--editorial .section-label {
    margin-bottom: 13px;
    font-size: 0.62rem;
    letter-spacing: 0.2em;
  }

  body.cosloom-concept-cinematic-costume-house .section-intro--editorial h2 {
    max-width: 100%;
    font-size: clamp(2.48rem, 12.2vw, 3.48rem);
    line-height: 0.92;
  }

  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--process h2 {
    font-size: clamp(2.34rem, 10.8vw, 3.08rem);
  }

  body.cosloom-concept-cinematic-costume-house .section-intro--editorial > p:not(.section-label),
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial .editorial-section-copy,
  body.cosloom-concept-cinematic-costume-house .section-intro--editorial.section-intro--split > p {
    max-width: 100%;
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.74;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-layout {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid,
  body.cosloom-concept-cinematic-costume-house .process-section .process-grid {
    margin-top: 0;
  }
}

/* B Final v1.1: static-first media layer, refined mark, and mobile-safe cinematic motion */
body.cosloom-concept-cinematic-costume-house .concept-hero {
  min-height: max(760px, 92svh);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media {
  background:
    radial-gradient(circle at 72% 42%, rgba(163, 131, 92, 0.22), transparent 35%),
    #25221e;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media img,
body.cosloom-concept-cinematic-costume-house .hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.cosloom-concept-cinematic-costume-house .hero__video {
  z-index: 0;
  opacity: 0;
  transition: opacity 900ms ease;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media.is-video-playing .hero__video {
  opacity: 1;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media.is-video-playing .hero__poster {
  opacity: 0;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media .hero__poster {
  opacity: 1;
  transition: opacity 900ms ease;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media::before {
  z-index: 2;
  background:
    radial-gradient(circle at 72% 36%, rgba(243, 239, 231, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(37, 34, 31, 0.62) 0%, rgba(37, 34, 31, 0.1) 30%, rgba(37, 34, 31, 0.58) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.88) 0%, rgba(37, 34, 31, 0.62) 30%, rgba(37, 34, 31, 0.1) 66%, rgba(37, 34, 31, 0.16) 100%);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media::after {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(37, 34, 31, 0.14), transparent 48%),
    linear-gradient(180deg, transparent 64%, rgba(37, 34, 31, 0.38));
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media .hero__poster {
  object-position: 60% 50%;
  filter: saturate(0.58) contrast(1.09) brightness(0.76);
  transform: scale(1.055);
  transform-origin: 62% 46%;
  animation: cosloom-hero-drift 18s ease-in-out infinite alternate;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
  top: clamp(132px, 15vh, 166px);
  bottom: auto;
  width: min(548px, calc(100% - var(--site-pad) * 2));
  padding: clamp(26px, 2.8vw, 36px);
  border-color: rgba(243, 239, 231, 0.18);
  background:
    linear-gradient(135deg, rgba(37, 34, 31, 0.72), rgba(37, 34, 31, 0.52)),
    rgba(37, 34, 31, 0.58);
}

body.cosloom-concept-cinematic-costume-house .hero__subhead {
  margin-top: 20px;
  line-height: 1.74;
}

body.cosloom-concept-cinematic-costume-house .hero__actions {
  margin-top: 28px;
}

body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
  width: 58px;
  height: 66px;
  color: #d6acbe;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier {
  overflow: visible;
}

body.cosloom-concept-cinematic-costume-house .monogram__inner-frame {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.7;
  opacity: 0.28;
  vector-effect: non-scaling-stroke;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__frame {
  stroke-width: 1.26;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__corner,
body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__seam {
  opacity: 0.64;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__thread {
  opacity: 0.34;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__letter {
  fill: currentColor;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
  paint-order: stroke;
  stroke: rgba(37, 34, 31, 0.08);
  stroke-width: 0.25;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card img {
  filter: saturate(0.62) contrast(1.04) brightness(0.86);
  transition: transform 1600ms cubic-bezier(0.22, 1, 0.36, 1), filter 900ms ease;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:hover img,
body.cosloom-concept-cinematic-costume-house .projects-section .project-card:focus-within img {
  transform: scale(1.035);
  filter: saturate(0.68) contrast(1.07) brightness(0.9);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(1) img {
  object-position: 50% 42%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(2) img {
  object-position: 52% 44%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(3) img {
  object-position: 50% 40%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(4) img {
  object-position: 50% 44%;
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line {
  border-top-color: rgba(243, 239, 231, 0.16);
  border-bottom-color: rgba(243, 239, 231, 0.1);
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line li {
  color: rgba(243, 239, 231, 0.68);
  font-size: 0.62rem;
  font-weight: 660;
  letter-spacing: 0.13em;
}

@keyframes cosloom-hero-drift {
  from {
    transform: scale(1.055) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.085) translate3d(-1.2%, -0.8%, 0);
  }
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: max(700px, 88svh);
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    top: clamp(128px, 15vh, 150px);
    width: min(520px, calc(100% - var(--site-pad) * 2));
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media .hero__poster {
    object-position: 58% 48%;
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: max(720px, 92svh);
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
    min-height: 96px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
    width: 36px;
    height: 42px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media .hero__poster {
    object-position: 58% 35%;
    filter: saturate(0.58) contrast(1.08) brightness(0.58);
    transform: scale(1.05);
    animation: none;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media::before {
    background:
      linear-gradient(180deg, rgba(37, 34, 31, 0.48) 0%, rgba(37, 34, 31, 0.1) 30%, rgba(37, 34, 31, 0.76) 100%),
      linear-gradient(90deg, rgba(37, 34, 31, 0.38), rgba(37, 34, 31, 0.16));
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    top: auto;
    right: 14px;
    bottom: clamp(16px, 2.8vh, 24px);
    left: 14px;
    width: auto;
    padding: 18px 16px;
    background:
      linear-gradient(135deg, rgba(37, 34, 31, 0.84), rgba(37, 34, 31, 0.72)),
      rgba(37, 34, 31, 0.76);
  }

  body.cosloom-concept-cinematic-costume-house .hero__subhead {
    margin-top: 15px;
    line-height: 1.56;
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line {
    margin-top: 15px;
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line li {
    padding: 6px 0;
    font-size: 0.56rem;
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: 740px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    padding: 16px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.cosloom-concept-cinematic-costume-house .concept-hero__media .hero__poster,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card img {
    animation: none;
    transition: none;
  }
}

/* B Final v1.2: localized public imagery and simplified thread-inspired identity */
body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
  width: 46px;
  height: 54px;
  border: 0;
  background: transparent;
  color: #d7a9bd;
  box-shadow: none;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier {
  display: block;
  overflow: visible;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__thread-line,
body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__needle-eye,
body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__stitch {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__thread-line {
  stroke-width: 1.05;
  opacity: 0.82;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__needle-eye {
  stroke-width: 0.82;
  opacity: 0.62;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__stitch--minimal {
  stroke-width: 0.78;
  opacity: 0.5;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__letter {
  fill: currentColor;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0;
  paint-order: stroke;
  stroke: rgba(37, 34, 31, 0.08);
  stroke-width: 0.18;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__letter--c {
  opacity: 0.92;
}

body.cosloom-concept-cinematic-costume-house .brand__monogram--atelier .monogram__letter--l {
  opacity: 0.76;
}

html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
  color: #7a3e5c;
}

body.cosloom-concept-cinematic-costume-house .brand__name {
  font-size: clamp(1.54rem, 1.7vw, 1.86rem);
  font-weight: 500;
  letter-spacing: 0.006em;
}

body.cosloom-concept-cinematic-costume-house .brand__descriptor {
  letter-spacing: 0.22em;
}

body.cosloom-concept-cinematic-costume-house .concept-hero {
  min-height: max(780px, 92svh);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media {
  background:
    radial-gradient(circle at 70% 36%, rgba(204, 168, 104, 0.24), transparent 34%),
    #25231f;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media::before {
  background:
    radial-gradient(circle at 70% 35%, rgba(255, 250, 238, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(37, 34, 31, 0.22) 0%, rgba(37, 34, 31, 0.02) 34%, rgba(37, 34, 31, 0.32) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.9) 0%, rgba(37, 34, 31, 0.54) 29%, rgba(37, 34, 31, 0.02) 61%, rgba(37, 34, 31, 0.03) 100%);
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media::after {
  background:
    linear-gradient(90deg, rgba(37, 34, 31, 0.16), transparent 52%),
    linear-gradient(180deg, rgba(37, 34, 31, 0.02), transparent 42%, rgba(37, 34, 31, 0.18));
}

body.cosloom-concept-cinematic-costume-house .concept-hero__media .hero__poster {
  object-position: 64% 36%;
  filter: saturate(0.98) contrast(1.02) brightness(1.04);
  transform-origin: 64% 36%;
}

body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
  top: clamp(136px, 15vh, 172px);
  width: min(520px, calc(100% - var(--site-pad) * 2));
  border-color: rgba(243, 239, 231, 0.2);
  background:
    linear-gradient(135deg, rgba(37, 34, 31, 0.78), rgba(37, 34, 31, 0.58)),
    rgba(37, 34, 31, 0.62);
  box-shadow: 0 26px 80px rgba(13, 12, 10, 0.26);
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line {
  gap: 0;
  border-top-color: rgba(243, 239, 231, 0.14);
  border-bottom-color: rgba(243, 239, 231, 0.09);
}

body.cosloom-concept-cinematic-costume-house .hero__trust-line li {
  color: rgba(243, 239, 231, 0.66);
  font-size: 0.6rem;
  font-weight: 620;
  letter-spacing: 0.145em;
}

body.cosloom-concept-cinematic-costume-house .atelier-image-strip figure img {
  filter: saturate(0.54) contrast(1.04) brightness(0.88);
}

body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image img {
  object-position: 50% 34%;
  filter: saturate(0.9) contrast(1.02) brightness(0.98);
}

body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image-strip figure img {
  object-position: 50% 36%;
  filter: saturate(0.82) contrast(1.03) brightness(0.96);
}

body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image-strip figure:nth-child(1) img {
  object-position: 60% 33%;
}

body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image-strip figure:nth-child(2) img {
  object-position: 62% 34%;
}

body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image-strip figure:nth-child(3) img {
  object-position: 52% 45%;
  filter: saturate(0.58) contrast(1.02) brightness(0.98);
}

body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image-strip figure:nth-child(4) img {
  object-position: 50% 36%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card img {
  filter: saturate(0.72) contrast(1.06) brightness(0.88);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:hover img,
body.cosloom-concept-cinematic-costume-house .projects-section .project-card:focus-within img {
  filter: saturate(0.8) contrast(1.08) brightness(0.94);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(1) img {
  object-position: 59% 35%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(2) img {
  object-position: 50% 34%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(3) img {
  object-position: 56% 35%;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(4) img {
  object-position: 62% 36%;
}

body.cosloom-concept-cinematic-costume-house .process-card img {
  filter: saturate(0.62) contrast(1.03) brightness(0.94);
}

body.cosloom-concept-cinematic-costume-house .quote-requirements li {
  letter-spacing: 0.055em;
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero__media .hero__poster {
    object-position: 66% 44%;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    width: min(500px, calc(100% - var(--site-pad) * 2));
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house {
    overflow-x: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    gap: 0;
    overflow: hidden;
    padding-right: 16px;
    padding-left: 16px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand {
    min-width: 0;
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
    width: 32px;
    height: 38px;
  }

  body.cosloom-concept-cinematic-costume-house .brand__name {
    font-size: clamp(1.16rem, 6vw, 1.42rem);
  }

  body.cosloom-concept-cinematic-costume-house .brand__descriptor {
    font-size: 0.48rem;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-links,
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .nav-quote {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: max(720px, 92svh);
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media .hero__poster {
    object-position: 58% 25%;
    filter: saturate(0.5) contrast(1.08) brightness(0.54);
    transform: scale(1.04);
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    right: 14px;
    left: 14px;
    width: calc(100vw - 48px);
    max-width: 342px;
    box-sizing: border-box;
    padding: 18px 16px;
    background:
      linear-gradient(135deg, rgba(37, 34, 31, 0.86), rgba(37, 34, 31, 0.74)),
      rgba(37, 34, 31, 0.78);
  }

  body.cosloom-concept-cinematic-costume-house h1 {
    max-width: 100%;
    font-size: clamp(3.34rem, 15.5vw, 4.4rem);
  }

  body.cosloom-concept-cinematic-costume-house .hero__subhead {
    max-width: 100%;
    font-size: 0.88rem;
    line-height: 1.58;
    overflow-wrap: anywhere;
  }

  body.cosloom-concept-cinematic-costume-house .hero__actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .hero__actions .button {
    box-sizing: border-box;
    width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line li {
    font-size: 0.55rem;
    letter-spacing: 0.095em;
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: 724px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__media .hero__poster {
    object-position: 57% 22%;
  }
}

/* B v1.3: Hero background comparison variants */
body.cosloom-concept-cinematic-costume-house .hero-variant--original .concept-hero__media .hero__poster {
  object-position: 62% 48%;
  filter: saturate(0.56) contrast(1.08) brightness(0.7);
  transform-origin: 62% 48%;
}

body.cosloom-concept-cinematic-costume-house .hero-variant--original .concept-hero__media::before {
  background:
    radial-gradient(circle at 68% 40%, rgba(163, 131, 92, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(37, 34, 31, 0.62) 0%, rgba(37, 34, 31, 0.12) 32%, rgba(37, 34, 31, 0.6) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.88) 0%, rgba(37, 34, 31, 0.66) 30%, rgba(37, 34, 31, 0.18) 64%, rgba(37, 34, 31, 0.2) 100%);
}

body.cosloom-concept-cinematic-costume-house .hero-variant--mannequin .concept-hero__media .hero__poster {
  object-position: 68% 42%;
  filter: saturate(0.52) contrast(1.1) brightness(0.66);
  transform-origin: 68% 42%;
}

body.cosloom-concept-cinematic-costume-house .hero-variant--mannequin .concept-hero__media::before {
  background:
    radial-gradient(circle at 72% 38%, rgba(243, 239, 231, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(37, 34, 31, 0.64) 0%, rgba(37, 34, 31, 0.16) 32%, rgba(37, 34, 31, 0.6) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.9) 0%, rgba(37, 34, 31, 0.7) 31%, rgba(37, 34, 31, 0.18) 66%, rgba(37, 34, 31, 0.22) 100%);
}

body.cosloom-concept-cinematic-costume-house .hero-variant--workshop .concept-hero__media .hero__poster {
  object-position: 58% 48%;
  filter: saturate(0.5) contrast(1.08) brightness(0.62);
  transform-origin: 58% 48%;
}

body.cosloom-concept-cinematic-costume-house .hero-variant--workshop .concept-hero__media::before {
  background:
    radial-gradient(circle at 70% 44%, rgba(163, 131, 92, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(37, 34, 31, 0.62) 0%, rgba(37, 34, 31, 0.18) 34%, rgba(37, 34, 31, 0.64) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.92) 0%, rgba(37, 34, 31, 0.72) 32%, rgba(37, 34, 31, 0.2) 68%, rgba(37, 34, 31, 0.24) 100%);
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .hero-variant--original .concept-hero__media .hero__poster {
    object-position: 60% 46%;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--mannequin .concept-hero__media .hero__poster {
    object-position: 66% 42%;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--workshop .concept-hero__media .hero__poster {
    object-position: 56% 48%;
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .hero-variant--original .concept-hero__media .hero__poster {
    object-position: 56% 28%;
    filter: saturate(0.54) contrast(1.08) brightness(0.55);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--mannequin .concept-hero__media .hero__poster {
    object-position: 54% 24%;
    filter: saturate(0.5) contrast(1.08) brightness(0.52);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--workshop .concept-hero__media .hero__poster {
    object-position: 58% 34%;
    filter: saturate(0.48) contrast(1.06) brightness(0.5);
  }
}

/* B v1.3.1: additional hero background candidates in the current/original visual direction. */
body.cosloom-concept-cinematic-costume-house .hero-variant--gold .concept-hero__media .hero__poster {
  object-position: 66% 42%;
  filter: saturate(0.48) contrast(1.12) brightness(0.64);
  transform-origin: 66% 42%;
}

body.cosloom-concept-cinematic-costume-house .hero-variant--gold .concept-hero__media::before {
  background:
    radial-gradient(circle at 70% 42%, rgba(169, 132, 84, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(37, 34, 31, 0.62) 0%, rgba(37, 34, 31, 0.14) 34%, rgba(37, 34, 31, 0.62) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.9) 0%, rgba(37, 34, 31, 0.68) 31%, rgba(37, 34, 31, 0.16) 66%, rgba(37, 34, 31, 0.2) 100%);
}

body.cosloom-concept-cinematic-costume-house .hero-variant--ivory .concept-hero__media .hero__poster {
  object-position: 68% 42%;
  filter: saturate(0.42) contrast(1.1) brightness(0.66);
  transform-origin: 68% 42%;
}

body.cosloom-concept-cinematic-costume-house .hero-variant--ivory .concept-hero__media::before {
  background:
    radial-gradient(circle at 72% 42%, rgba(243, 239, 231, 0.12), transparent 31%),
    linear-gradient(180deg, rgba(37, 34, 31, 0.64) 0%, rgba(37, 34, 31, 0.12) 34%, rgba(37, 34, 31, 0.64) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.9) 0%, rgba(37, 34, 31, 0.68) 30%, rgba(37, 34, 31, 0.17) 65%, rgba(37, 34, 31, 0.2) 100%);
}

body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media .hero__poster {
  object-position: 64% 36%;
  filter: saturate(1) contrast(1.02) brightness(1.04);
  transform-origin: 64% 36%;
}

body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::before {
  background:
    radial-gradient(circle at 69% 35%, rgba(255, 250, 238, 0.2), transparent 31%),
    linear-gradient(180deg, rgba(37, 34, 31, 0.22) 0%, rgba(37, 34, 31, 0.02) 34%, rgba(37, 34, 31, 0.32) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.9) 0%, rgba(37, 34, 31, 0.54) 31%, rgba(37, 34, 31, 0.02) 65%, rgba(37, 34, 31, 0.03) 100%);
}

body.cosloom-concept-cinematic-costume-house .hero-variant--theatre .concept-hero__media .hero__poster {
  object-position: 66% 44%;
  filter: saturate(0.46) contrast(1.16) brightness(0.58);
  transform-origin: 66% 44%;
}

body.cosloom-concept-cinematic-costume-house .hero-variant--theatre .concept-hero__media::before {
  background:
    radial-gradient(circle at 66% 46%, rgba(154, 82, 56, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(37, 34, 31, 0.66) 0%, rgba(37, 34, 31, 0.18) 32%, rgba(37, 34, 31, 0.7) 100%),
    linear-gradient(90deg, rgba(37, 34, 31, 0.93) 0%, rgba(37, 34, 31, 0.73) 32%, rgba(37, 34, 31, 0.22) 68%, rgba(37, 34, 31, 0.28) 100%);
}

body.cosloom-concept-cinematic-costume-house .concept-hero {
  min-height: 100svh;
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .hero-variant--gold .concept-hero__media .hero__poster {
    object-position: 64% 40%;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ivory .concept-hero__media .hero__poster,
  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media .hero__poster {
    object-position: 62% 35%;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--theatre .concept-hero__media .hero__poster {
    object-position: 62% 42%;
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: max(760px, 100svh);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--gold .concept-hero__media .hero__poster {
    object-position: 57% 22%;
    filter: saturate(0.48) contrast(1.08) brightness(0.52);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ivory .concept-hero__media .hero__poster {
    object-position: 58% 24%;
    filter: saturate(0.4) contrast(1.08) brightness(0.54);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media .hero__poster {
    object-position: 58% 24%;
    filter: saturate(0.95) contrast(1.02) brightness(0.9);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--theatre .concept-hero__media .hero__poster {
    object-position: 55% 24%;
    filter: saturate(0.44) contrast(1.08) brightness(0.5);
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: max(724px, 100svh);
  }
}

body.cosloom-concept-cinematic-costume-house .route-page-hero .button--ghost {
  border-color: var(--line-strong);
  background: color-mix(in srgb, var(--surface-strong) 72%, transparent);
  color: var(--ink);
}

body.cosloom-concept-cinematic-costume-house .route-page-hero h1 {
  max-width: min(760px, 100%);
  font-size: clamp(3.35rem, 5.05vw, 6rem);
  line-height: 0.96;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

/* v0.8.60: the Projects archive hero now uses a prepared wide atelier image. */
body.cosloom-concept-cinematic-costume-house .cosloom-route--projects > .route-page-hero .route-page-hero__media {
  background: color-mix(in srgb, var(--surface) 86%, #ffffff);
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--projects > .route-page-hero .route-page-hero__media::after {
  background:
    linear-gradient(90deg, rgba(35, 33, 30, 0.05), transparent 20%, transparent 82%, rgba(35, 33, 30, 0.07)),
    linear-gradient(180deg, rgba(255, 250, 240, 0.04), rgba(35, 33, 30, 0.12));
}

body.cosloom-concept-cinematic-costume-house .cosloom-route--projects > .route-page-hero .route-page-hero__media img[src*="pink-plaid-dress-projects-hero-wide"] {
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.97) contrast(1.01);
}

@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .route-page-hero {
    display: block;
    width: min(calc(100% - var(--site-pad) * 2), 100%);
    padding-top: 76px;
    overflow: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .route-page-hero__content {
    width: 100%;
    max-width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .route-page-hero h1 {
    max-width: 100%;
    font-size: clamp(1.96rem, 7.9vw, 2.24rem);
    line-height: 1.08;
    white-space: normal;
    overflow-wrap: break-word;
    text-wrap: wrap;
  }

  body.cosloom-concept-cinematic-costume-house .route-page-hero__media {
    margin-top: 30px;
  }
}

/* Route-page mobile containment: keep editorial titles readable inside the viewport. */
@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .route-page-hero.section-shell {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: var(--site-pad);
    padding-left: var(--site-pad);
    overflow: visible;
  }

  body.cosloom-concept-cinematic-costume-house .route-page-hero__content,
  body.cosloom-concept-cinematic-costume-house .route-page-hero .hero__actions,
  body.cosloom-concept-cinematic-costume-house .route-page-hero .editorial-section-copy {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .route-page-hero h1 {
    max-width: min(100%, 13.5ch);
    font-size: clamp(1.84rem, 7.35vw, 2.08rem);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  body.cosloom-concept-cinematic-costume-house .route-page-hero .editorial-section-copy {
    max-width: min(100%, 35ch);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page > .concept-section.section-shell {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: var(--site-pad);
    padding-left: var(--site-pad);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page .section-intro--split h2 {
    max-width: min(100%, 13ch);
    font-size: clamp(1.92rem, 8vw, 2.38rem);
    line-height: 1.05;
    text-wrap: balance;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page .section-intro--split > p {
    max-width: min(100%, 34ch);
    overflow-wrap: normal;
  }

  body.cosloom-concept-cinematic-costume-house .showroom-filter,
  body.cosloom-concept-cinematic-costume-house .showroom-grid,
  body.cosloom-concept-cinematic-costume-house .showroom-card,
  body.cosloom-concept-cinematic-costume-house .showroom-card__link {
    max-width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .showroom-filter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: calc(100vw - var(--site-pad) * 2);
  }

  body.cosloom-concept-cinematic-costume-house .showroom-grid {
    width: calc(100vw - var(--site-pad) * 2);
  }

  body.cosloom-concept-cinematic-costume-house .showroom-filter a {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
    white-space: normal;
    text-align: center;
  }

  body.cosloom-concept-cinematic-costume-house .showroom-card__body {
    padding: 20px;
  }

  body.cosloom-concept-cinematic-costume-house .showroom-card__topline,
  body.cosloom-concept-cinematic-costume-house .showroom-card__commerce {
    display: grid;
    justify-content: stretch;
  }

  body.cosloom-concept-cinematic-costume-house .showroom-card p {
    max-width: min(100%, 31ch);
  }
}

/* B Final v2 mobile hero correction: keep the cinematic card compact. */
@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: 760px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    top: 118px !important;
    right: auto !important;
    bottom: auto !important;
    left: 14px !important;
    width: calc(100vw - 32px) !important;
    max-width: 358px !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy h1 {
    font-size: clamp(3.15rem, 14vw, 4.1rem);
  }

  body.cosloom-concept-cinematic-costume-house .hero__trust-line {
    margin-top: 18px;
  }

  body.cosloom-concept-cinematic-costume-house .hero__subhead {
    max-width: 29ch;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > .concept-section.section-shell {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: var(--site-pad);
    padding-left: var(--site-pad);
    overflow: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .section-intro--split,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .section-intro--editorial.section-intro--split {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .section-intro--split > div,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .section-intro--split > p {
    width: 100%;
    max-width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .section-intro--split h2,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .section-intro--editorial h2 {
    max-width: min(100%, 11.8ch);
    font-size: clamp(2rem, 8.4vw, 2.42rem);
    line-height: 1.06;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .section-intro--split > p,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .editorial-section-copy {
    max-width: min(100%, 33ch);
    overflow-wrap: normal;
  }

  body.cosloom-concept-cinematic-costume-house .start-path-card,
  body.cosloom-concept-cinematic-costume-house .starting-card,
  body.cosloom-concept-cinematic-costume-house .studio-standard-card {
    max-width: 100%;
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: 748px;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    top: 108px !important;
  }
}

/* B Final v2.1: network image system, expanded project archive, and clearer service routes. */
body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded {
  gap: clamp(14px, 1.45vw, 22px);
  margin-top: clamp(8px, 1vw, 16px);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card,
body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(2),
body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(3),
body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(4) {
  grid-column: span 3;
  min-height: clamp(370px, 28vw, 520px);
  margin-top: 0;
  transform: none;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(1),
body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(2) {
  grid-column: span 6;
  min-height: clamp(520px, 39vw, 690px);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(7),
body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(12) {
  grid-column: span 6;
  min-height: clamp(430px, 34vw, 610px);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card::after {
  opacity: 0.18;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:hover::after,
body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:focus-within::after {
  opacity: 1;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card img {
  filter: saturate(0.58) contrast(1.05) brightness(0.88);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(1) img,
body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(2) img,
body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(7) img,
body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(12) img {
  filter: saturate(0.64) contrast(1.06) brightness(0.9);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card__content {
  gap: 9px;
  padding: clamp(18px, 2.2vw, 28px);
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card__content h3 {
  max-width: 460px;
  font-size: clamp(1.4rem, 2vw, 2.25rem);
  line-height: 1;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card__content p {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-meta-list {
  gap: 7px;
  margin-top: 8px;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-meta-list div {
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  padding-top: 8px;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-meta-list dt {
  font-size: 0.56rem;
  letter-spacing: 0.13em;
}

body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-meta-list dd {
  font-size: 0.72rem;
  line-height: 1.42;
}

body.cosloom-concept-cinematic-costume-house .service-paths-section {
  position: relative;
  padding-top: clamp(64px, 7vw, 108px);
}

body.cosloom-concept-cinematic-costume-house .service-paths-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}

body.cosloom-concept-cinematic-costume-house .service-path-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  min-height: clamp(520px, 38vw, 680px);
  border: 1px solid rgba(37, 34, 31, 0.16);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(250, 248, 243, 0.94), rgba(224, 215, 202, 0.48)),
    var(--surface);
  box-shadow: 0 26px 80px rgba(37, 34, 31, 0.12);
  overflow: hidden;
}

body.cosloom-concept-cinematic-costume-house .service-path-card figure {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #d8cfc3;
}

body.cosloom-concept-cinematic-costume-house .service-path-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.58) contrast(1.03) brightness(0.92);
  transform: scale(1.01);
}

body.cosloom-concept-cinematic-costume-house .service-path-card--light img {
  object-position: 50% 48%;
}

body.cosloom-concept-cinematic-costume-house .service-path-card--full img {
  object-position: 58% 42%;
}

body.cosloom-concept-cinematic-costume-house .service-path-card__body {
  display: grid;
  align-content: end;
  gap: clamp(16px, 2vw, 22px);
  padding: clamp(28px, 3.4vw, 48px);
}

body.cosloom-concept-cinematic-costume-house .service-path-card__body span {
  color: var(--b-plum);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .service-path-card__body h3 {
  max-width: 520px;
  margin: 0;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(2.7rem, 4.6vw, 4.7rem);
  font-weight: 520;
  line-height: 0.9;
}

body.cosloom-concept-cinematic-costume-house .service-path-card__body p {
  max-width: 520px;
  margin: 0;
  color: rgba(37, 34, 31, 0.68);
  font-size: 0.98rem;
  line-height: 1.68;
}

body.cosloom-concept-cinematic-costume-house .service-path-card__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.cosloom-concept-cinematic-costume-house .service-path-card__body li {
  padding: 8px 10px 7px;
  border: 1px solid rgba(37, 34, 31, 0.13);
  color: rgba(37, 34, 31, 0.62);
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .service-path-card__body .button {
  width: max-content;
}

body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media .hero__poster {
  object-position: 50% 59%;
  transform: translateX(14%) translateY(-7%) scale(1.08);
  transform-origin: 50% 59%;
  animation: none;
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media .hero__poster {
    transform: translateX(12%) translateY(-6%) scale(1.08);
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card figure {
    min-height: 300px;
  }
}

@media (max-width: 900px) {
  body.cosloom-concept-cinematic-costume-house .service-paths-grid {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(7),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(12) {
    grid-column: auto;
    min-height: 500px;
  }
}

@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media .hero__poster {
    object-position: 50% 54%;
    transform: translateX(7%) translateY(-4%) scale(1.07);
    transform-origin: 50% 54%;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(7),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(12) {
    min-height: 440px;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card {
    min-height: 0;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card figure {
    min-height: 260px;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card__body {
    padding: 24px 20px 26px;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card__body h3 {
    font-size: clamp(2.28rem, 12vw, 3.2rem);
  }
}

/* B Final v2.2: image-first project cards for mobile and coarse pointers. */
@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded {
    grid-template-columns: 1fr;
    gap: clamp(22px, 6vw, 34px);
    margin-top: clamp(14px, 4vw, 24px);
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(3),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(4),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(3),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(4),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(7),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(12) {
    grid-column: 1 / -1;
    min-height: clamp(430px, 118vw, 620px);
    aspect-ratio: 4 / 5;
    margin-top: 0;
    transform: none;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(1) {
    min-height: clamp(500px, 128vw, 680px);
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card::after,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card::after {
    opacity: 1;
    background:
      linear-gradient(180deg, rgba(37, 34, 31, 0) 22%, rgba(37, 34, 31, 0.12) 48%, rgba(37, 34, 31, 0.82) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:hover::after,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:focus-within::after,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:hover::after,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:focus-within::after {
    opacity: 1;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card img,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card img,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:hover img,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:focus-within img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.7) contrast(1.04) brightness(0.9);
    transform: none;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card__content,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card__content {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    align-content: end;
    max-height: 58%;
    gap: 10px;
    padding: clamp(20px, 6vw, 30px);
    color: var(--cream);
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card__content p,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card__content p {
    margin: 0;
    color: rgba(245, 239, 230, 0.86);
    font-size: 0.66rem;
    letter-spacing: 0.18em;
    line-height: 1.25;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card__content h3,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card__content h3 {
    max-width: min(100%, 13ch);
    margin: 0;
    font-size: clamp(1.78rem, 7.2vw, 2.48rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-tags span {
    max-width: 100%;
    padding: 7px 9px;
    font-size: 0.56rem;
    letter-spacing: 0.1em;
    line-height: 1.1;
    white-space: normal;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-meta-list,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-meta-list {
    display: none;
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-cinematic-costume-house .projects-section .project-card,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card {
    min-height: clamp(440px, 124vw, 560px);
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card:nth-child(1) {
    min-height: clamp(500px, 132vw, 620px);
  }

  body.cosloom-concept-cinematic-costume-house .projects-section .project-card__content h3,
  body.cosloom-concept-cinematic-costume-house .projects-section .project-grid--expanded .project-card__content h3 {
    max-width: min(100%, 12.5ch);
    font-size: clamp(1.62rem, 7.8vw, 2rem);
  }
}

/* B Final v2.3: shorter mobile purchase path and compact homepage actions. */
body.cosloom-concept-cinematic-costume-house .starting-points-section--mobile,
body.cosloom-concept-cinematic-costume-house .mobile-standards-section,
body.cosloom-concept-cinematic-costume-house .mobile-quick-actions,
body.cosloom-concept-cinematic-costume-house .mobile-projects-cta,
body.cosloom-concept-cinematic-costume-house .mobile-label {
  display: none;
}

@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home {
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    overflow-x: clip;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
    min-height: 104px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
    width: 34px;
    height: 40px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__text {
    gap: 3px;
    padding-left: 9px;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__name {
    font-size: clamp(1.22rem, 5.7vw, 1.5rem);
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor {
    max-width: 170px;
    font-size: 0.46rem;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions {
    position: fixed;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    min-height: 54px;
    padding: 5px;
    border: 1px solid rgba(245, 239, 230, 0.2);
    border-radius: 3px;
    background: rgba(29, 26, 24, 0.9);
    box-shadow: 0 18px 42px rgba(20, 17, 15, 0.28);
    backdrop-filter: blur(18px);
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions a {
    display: grid;
    min-width: 0;
    min-height: 44px;
    place-items: center;
    color: rgba(245, 239, 230, 0.92);
    font-size: 0.68rem;
    font-weight: 820;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions a + a {
    border-left: 1px solid rgba(245, 239, 230, 0.14);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > .site-nav {
    order: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top {
    order: 1;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths {
    order: 2;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #starting-points {
    order: 3;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #projects {
    order: 4;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #mobile-standards {
    order: 5;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #quote {
    order: 6;
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero {
    min-height: clamp(650px, 94svh, 730px);
  }

  body.cosloom-concept-cinematic-costume-house .service-paths-section,
  body.cosloom-concept-cinematic-costume-house .starting-points-section--mobile,
  body.cosloom-concept-cinematic-costume-house .projects-section,
  body.cosloom-concept-cinematic-costume-house .mobile-standards-section,
  body.cosloom-concept-cinematic-costume-house .quote-section {
    padding-top: clamp(34px, 9vw, 52px);
    padding-bottom: clamp(30px, 8vw, 48px);
  }

  body.cosloom-concept-cinematic-costume-house .service-paths-section .section-intro {
    margin-bottom: 16px;
  }

  body.cosloom-concept-cinematic-costume-house .service-paths-section .section-intro h2,
  body.cosloom-concept-cinematic-costume-house .mobile-section-heading h2 {
    max-width: min(100%, 12.5ch);
    margin: 0;
    font-size: clamp(2rem, 9vw, 2.72rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  body.cosloom-concept-cinematic-costume-house .service-paths-section .section-intro > p,
  body.cosloom-concept-cinematic-costume-house .mobile-section-heading > p {
    max-width: min(100%, 34ch);
    margin: 10px 0 0;
    color: rgba(37, 34, 31, 0.68);
    font-size: 0.9rem;
    line-height: 1.58;
  }

  body.cosloom-concept-cinematic-costume-house .service-paths-grid {
    gap: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card {
    display: block;
    min-height: 0;
    border-color: rgba(37, 34, 31, 0.14);
    box-shadow: 0 18px 52px rgba(37, 34, 31, 0.08);
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card figure {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card__body {
    gap: 11px;
    padding: 18px;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card__body h3 {
    font-size: clamp(2rem, 9vw, 2.64rem);
    line-height: 0.96;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card__body p {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card__body ul {
    gap: 6px;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card__body li {
    padding: 7px 8px 6px;
    font-size: 0.55rem;
    letter-spacing: 0.08em;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card__body .button {
    width: 100%;
    margin-top: 2px;
  }

  body.cosloom-concept-cinematic-costume-house .starting-points-section--mobile,
  body.cosloom-concept-cinematic-costume-house .mobile-standards-section {
    display: block;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-section-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
  }

  body.cosloom-concept-cinematic-costume-house .starting-points-rail {
    display: grid;
    grid-auto-columns: minmax(236px, 76vw);
    grid-auto-flow: column;
    gap: 12px;
    margin-right: calc(var(--site-pad) * -1);
    margin-left: calc(var(--site-pad) * -1);
    padding: 0 var(--site-pad) 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: var(--site-pad);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.cosloom-concept-cinematic-costume-house .starting-points-rail::-webkit-scrollbar {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card {
    scroll-snap-align: start;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card a {
    display: grid;
    min-height: 100%;
    border: 1px solid rgba(37, 34, 31, 0.13);
    border-radius: 4px;
    background:
      linear-gradient(140deg, rgba(251, 249, 244, 0.96), rgba(228, 219, 208, 0.5)),
      var(--surface);
    color: var(--b-charcoal);
    text-decoration: none;
    overflow: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card figure {
    aspect-ratio: 4 / 5;
    margin: 0;
    overflow: hidden;
    background: #ddd4c8;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.68) contrast(1.02) brightness(0.93);
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card div {
    display: grid;
    gap: 8px;
    padding: 16px;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card span,
  body.cosloom-concept-cinematic-costume-house .starting-point-card strong {
    color: var(--b-plum);
    font-size: 0.6rem;
    font-weight: 820;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card h3 {
    margin: 0;
    font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
    font-size: 1.72rem;
    font-weight: 520;
    line-height: 1;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card p {
    margin: 0;
    color: rgba(37, 34, 31, 0.64);
    font-size: 0.84rem;
    line-height: 1.45;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-section-button,
  body.cosloom-concept-cinematic-costume-house .mobile-projects-cta {
    display: block;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-section-button {
    width: 100%;
    margin-top: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .section-intro {
    margin-bottom: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .section-intro > p,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .filter-chips,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .archive-rail {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-card:nth-child(n+5) {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-projects-cta {
    margin-top: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-projects-cta .button {
    width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #atelier,
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #process {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standards-list {
    display: grid;
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standard-item {
    padding: 16px;
    border: 1px solid rgba(37, 34, 31, 0.13);
    border-radius: 4px;
    background:
      linear-gradient(140deg, rgba(251, 249, 244, 0.92), rgba(228, 219, 208, 0.44)),
      var(--surface);
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standard-item h3 {
    margin: 0 0 6px;
    color: var(--b-charcoal);
    font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 520;
    line-height: 1;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standard-item p {
    margin: 0;
    color: rgba(37, 34, 31, 0.66);
    font-size: 0.86rem;
    line-height: 1.52;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-panel {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-panel__copy {
    gap: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-panel__copy h2 {
    max-width: min(100%, 11.5ch);
    font-size: clamp(2.22rem, 10vw, 3rem);
    line-height: 0.96;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-panel__copy > p,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-requirements,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-action-reference,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-form {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-panel__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-panel__actions .button {
    width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .desktop-label {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-label {
    display: inline;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-whatsapp-mobile {
    display: block;
    margin-top: 0;
  }

  body.cosloom-concept-cinematic-costume-house .site-footer {
    gap: 14px;
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  }

  body.cosloom-concept-cinematic-costume-house .site-footer p {
    max-width: 32ch;
  }

  body.cosloom-concept-cinematic-costume-house .site-footer__nav {
    max-height: 84px;
    overflow: hidden;
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-cinematic-costume-house .service-path-card__body {
    padding: 16px;
  }

  body.cosloom-concept-cinematic-costume-house .starting-points-rail {
    grid-auto-columns: minmax(232px, 82vw);
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions {
    right: 10px;
    left: 10px;
    box-sizing: border-box;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions a {
    padding: 0 2px;
    overflow: hidden;
    font-size: 0.58rem;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }
}

/* B Final v2.4: desktop full-bleed hero image without the stage frame. */
@media (min-width: 981px) {
  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate {
    min-height: 100svh;
    border: 0;
    background: #1d1a18;
    overflow: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media {
    inset: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::before {
    background:
      linear-gradient(90deg, rgba(20, 18, 16, 0.2) 0%, rgba(20, 18, 16, 0.08) 28%, rgba(20, 18, 16, 0) 58%),
      linear-gradient(180deg, rgba(20, 18, 16, 0.14) 0%, rgba(20, 18, 16, 0) 36%, rgba(20, 18, 16, 0.1) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::after {
    background:
      linear-gradient(90deg, rgba(20, 18, 16, 0.14) 0%, rgba(20, 18, 16, 0.05) 32%, rgba(20, 18, 16, 0) 62%),
      linear-gradient(180deg, rgba(20, 18, 16, 0.08) 0%, rgba(20, 18, 16, 0) 46%, rgba(20, 18, 16, 0.1) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media .hero__poster {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 58% 44%;
    transform: none;
    transform-origin: 50% 50%;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__copy {
    border-color: rgba(245, 239, 230, 0.18);
    background: rgba(29, 26, 24, 0.6);
    box-shadow: 0 30px 90px rgba(20, 17, 15, 0.22);
  }
}

/* B Final v2.5: 0813 hero comparison and lighter mobile glass over the image. */
@media (min-width: 981px) {
  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate.cosloom-preview-0813 {
    min-height: max(780px, 92svh);
    background: #25231f;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate.cosloom-preview-0813 .concept-hero__media {
    border: 1px solid rgba(36, 35, 31, 0.18);
    background:
      radial-gradient(circle at 70% 36%, rgba(204, 168, 104, 0.24), transparent 34%),
      #25231f;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate.cosloom-preview-0813 .concept-hero__media::before {
    background:
      radial-gradient(circle at 69% 35%, rgba(255, 250, 238, 0.2), transparent 31%),
      linear-gradient(180deg, rgba(37, 34, 31, 0.22) 0%, rgba(37, 34, 31, 0.02) 34%, rgba(37, 34, 31, 0.32) 100%),
      linear-gradient(90deg, rgba(37, 34, 31, 0.9) 0%, rgba(37, 34, 31, 0.54) 31%, rgba(37, 34, 31, 0.02) 65%, rgba(37, 34, 31, 0.03) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate.cosloom-preview-0813 .concept-hero__media::after {
    background:
      linear-gradient(90deg, rgba(37, 34, 31, 0.16), transparent 52%),
      linear-gradient(180deg, rgba(37, 34, 31, 0.02), transparent 42%, rgba(37, 34, 31, 0.18));
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate.cosloom-preview-0813 .concept-hero__media .hero__poster {
    object-position: 50% 59%;
    filter: saturate(1) contrast(1.02) brightness(1.04);
    transform: translateX(14%) translateY(-7%) scale(1.08);
    transform-origin: 50% 59%;
  }
}

@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
    border-bottom-color: rgba(245, 239, 230, 0.16);
    background:
      linear-gradient(180deg, rgba(29, 26, 24, 0.58), rgba(29, 26, 24, 0.22));
    color: var(--cream);
    box-shadow: 0 18px 52px rgba(20, 17, 15, 0.18);
    backdrop-filter: blur(14px);
  }

  html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary {
    border-bottom-color: rgba(245, 239, 230, 0.16);
    background: rgba(29, 26, 24, 0.62);
    color: var(--cream);
    box-shadow: 0 16px 42px rgba(20, 17, 15, 0.2);
  }

  html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__descriptor,
  html.cosloom-scrolled body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary .brand__mark--svg {
    color: rgba(214, 172, 190, 0.94);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::before {
    background:
      radial-gradient(circle at 54% 25%, rgba(255, 250, 238, 0.14), transparent 34%),
      linear-gradient(180deg, rgba(20, 18, 16, 0.28) 0%, rgba(20, 18, 16, 0.06) 38%, rgba(20, 18, 16, 0.2) 100%),
      linear-gradient(90deg, rgba(20, 18, 16, 0.36) 0%, rgba(20, 18, 16, 0.14) 50%, rgba(20, 18, 16, 0.02) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::after {
    background:
      linear-gradient(90deg, rgba(20, 18, 16, 0.1), transparent 52%),
      linear-gradient(180deg, rgba(20, 18, 16, 0.04), transparent 46%, rgba(20, 18, 16, 0.16));
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media .hero__poster {
    filter: saturate(1) contrast(1.02) brightness(0.98);
    transform: translateX(4%) translateY(-2%) scale(1.04);
  }

  body.cosloom-concept-cinematic-costume-house .concept-hero__copy {
    border-color: rgba(245, 239, 230, 0.22);
    background:
      linear-gradient(135deg, rgba(29, 26, 24, 0.58), rgba(29, 26, 24, 0.42)),
      rgba(29, 26, 24, 0.42);
    box-shadow: 0 24px 72px rgba(20, 17, 15, 0.2);
    backdrop-filter: blur(12px);
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions {
    border-color: rgba(245, 239, 230, 0.2);
    background: rgba(29, 26, 24, 0.68);
    box-shadow: 0 18px 42px rgba(20, 17, 15, 0.24);
    backdrop-filter: blur(16px);
  }
}

/* B Final v2.6: make the 0813-style hero the default, remove mobile dead CTA bars. */
@media (min-width: 981px) {
  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate {
    min-height: max(780px, 100svh);
    background: #25231f;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate.cosloom-preview-0813 {
    min-height: max(780px, 100svh);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media {
    border: 1px solid rgba(36, 35, 31, 0.18);
    background:
      radial-gradient(circle at 70% 36%, rgba(204, 168, 104, 0.24), transparent 34%),
      #25231f;
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::before {
    background:
      radial-gradient(circle at 69% 35%, rgba(255, 250, 238, 0.2), transparent 31%),
      linear-gradient(180deg, rgba(37, 34, 31, 0.22) 0%, rgba(37, 34, 31, 0.02) 34%, rgba(37, 34, 31, 0.32) 100%),
      linear-gradient(90deg, rgba(37, 34, 31, 0.9) 0%, rgba(37, 34, 31, 0.54) 31%, rgba(37, 34, 31, 0.02) 65%, rgba(37, 34, 31, 0.03) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::after {
    background:
      linear-gradient(90deg, rgba(37, 34, 31, 0.16), transparent 52%),
      linear-gradient(180deg, rgba(37, 34, 31, 0.02), transparent 42%, rgba(37, 34, 31, 0.18));
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media .hero__poster {
    object-position: 50% 59%;
    filter: saturate(1) contrast(1.02) brightness(1.04);
    transform: translateX(14%) translateY(-7%) scale(1.08);
    transform-origin: 50% 59%;
  }
}

@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home .concept-hero .hero__actions {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .concept-hero__copy {
    padding-bottom: clamp(24px, 7vw, 34px);
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions a {
    font-size: clamp(0.58rem, 2.65vw, 0.68rem);
    letter-spacing: 0.055em;
    line-height: 1.08;
    white-space: nowrap;
  }

  body.cosloom-concept-cinematic-costume-house .site-footer {
    align-items: flex-start;
    gap: 18px;
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
  }

  body.cosloom-concept-cinematic-costume-house .site-footer p {
    max-width: min(100%, 34ch);
    font-size: 0.98rem;
    line-height: 1.55;
  }

  body.cosloom-concept-cinematic-costume-house .site-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-height: none;
    overflow: visible;
    gap: 10px 16px;
    justify-content: stretch;
  }

  body.cosloom-concept-cinematic-costume-house .site-footer__nav a,
  body.cosloom-concept-cinematic-costume-house .site-footer > a {
    min-width: 0;
    font-size: 0.9rem;
    line-height: 1.25;
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* B Final v2.7: softer desktop hero edges and mobile showroom-first browsing. */
@media (min-width: 981px) {
  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media {
    box-shadow:
      inset 0 0 96px 42px rgba(20, 17, 15, 0.28),
      inset 0 -120px 150px rgba(20, 17, 15, 0.36);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate.cosloom-preview-0813 .concept-hero__media {
    box-shadow:
      inset 0 0 96px 42px rgba(20, 17, 15, 0.28),
      inset 0 -120px 150px rgba(20, 17, 15, 0.36);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::before {
    background:
      radial-gradient(ellipse at 62% 42%, rgba(255, 250, 238, 0.16), transparent 32%),
      radial-gradient(ellipse at 52% 50%, transparent 44%, rgba(37, 34, 31, 0.18) 70%, rgba(37, 34, 31, 0.42) 100%),
      linear-gradient(180deg, rgba(37, 34, 31, 0.24) 0%, rgba(37, 34, 31, 0.02) 34%, rgba(37, 34, 31, 0.54) 100%),
      linear-gradient(90deg, rgba(37, 34, 31, 0.92) 0%, rgba(37, 34, 31, 0.54) 28%, rgba(37, 34, 31, 0.02) 66%, rgba(37, 34, 31, 0.18) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate.cosloom-preview-0813 .concept-hero__media::before {
    background:
      radial-gradient(ellipse at 62% 42%, rgba(255, 250, 238, 0.16), transparent 32%),
      radial-gradient(ellipse at 52% 50%, transparent 44%, rgba(37, 34, 31, 0.18) 70%, rgba(37, 34, 31, 0.42) 100%),
      linear-gradient(180deg, rgba(37, 34, 31, 0.24) 0%, rgba(37, 34, 31, 0.02) 34%, rgba(37, 34, 31, 0.54) 100%),
      linear-gradient(90deg, rgba(37, 34, 31, 0.92) 0%, rgba(37, 34, 31, 0.54) 28%, rgba(37, 34, 31, 0.02) 66%, rgba(37, 34, 31, 0.18) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::after {
    background:
      linear-gradient(90deg, rgba(20, 17, 15, 0.52) 0%, transparent 16%, transparent 84%, rgba(20, 17, 15, 0.34) 100%),
      linear-gradient(180deg, rgba(20, 17, 15, 0.12) 0%, transparent 42%, rgba(20, 17, 15, 0.4) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate.cosloom-preview-0813 .concept-hero__media::after {
    background:
      linear-gradient(90deg, rgba(20, 17, 15, 0.52) 0%, transparent 16%, transparent 84%, rgba(20, 17, 15, 0.34) 100%),
      linear-gradient(180deg, rgba(20, 17, 15, 0.12) 0%, transparent 42%, rgba(20, 17, 15, 0.4) 100%);
  }
}

@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #starting-points {
    order: 2;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths {
    display: none;
    order: 3;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #projects {
    order: 4;
  }

  body.cosloom-concept-cinematic-costume-house .starting-points-section--mobile {
    padding-top: clamp(26px, 7vw, 40px);
  }

  body.cosloom-concept-cinematic-costume-house .starting-points-section--mobile .mobile-section-heading {
    margin-bottom: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .starting-points-section--mobile .mobile-section-heading h2 {
    max-width: min(100%, 14ch);
    font-size: clamp(1.72rem, 7.2vw, 2.22rem);
  }

  body.cosloom-concept-cinematic-costume-house .starting-points-section--mobile .mobile-section-heading > p {
    max-width: 34ch;
    font-size: 0.82rem;
    line-height: 1.48;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-showroom-shortcuts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-showroom-shortcuts a {
    display: grid;
    min-height: 38px;
    place-items: center;
    padding: 8px 7px;
    border: 1px solid rgba(37, 34, 31, 0.14);
    border-radius: 3px;
    background: rgba(244, 239, 230, 0.66);
    color: var(--b-charcoal);
    font-size: 0.62rem;
    font-weight: 820;
    letter-spacing: 0.055em;
    line-height: 1.12;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  body.cosloom-concept-cinematic-costume-house .starting-points-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: unset;
    grid-auto-flow: row;
    gap: 12px;
    margin: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card {
    min-width: 0;
    scroll-snap-align: none;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card a {
    border-color: rgba(37, 34, 31, 0.12);
    border-radius: 5px;
    background:
      linear-gradient(145deg, rgba(251, 249, 244, 0.96), rgba(228, 219, 208, 0.42)),
      var(--surface);
    box-shadow: 0 14px 34px rgba(37, 34, 31, 0.075);
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card figure {
    aspect-ratio: 3 / 4;
    background: #ddd4c8;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card img {
    filter: saturate(0.74) contrast(1.02) brightness(0.94);
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card div {
    gap: 6px;
    padding: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card span {
    font-size: 0.48rem;
    letter-spacing: 0.08em;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card h3 {
    font-size: clamp(1.02rem, 4.6vw, 1.28rem);
    line-height: 0.98;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card p {
    color: rgba(37, 34, 31, 0.72);
    font-size: 0.68rem;
    line-height: 1.32;
  }

  body.cosloom-concept-cinematic-costume-house .starting-point-card strong {
    width: max-content;
    max-width: 100%;
    padding: 5px 7px;
    border: 1px solid rgba(124, 89, 104, 0.2);
    color: var(--b-plum);
    font-size: 0.48rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-grid,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-grid--expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-card,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-card:nth-child(3),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-card:nth-child(4),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-grid--expanded .project-card,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-grid--expanded .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-grid--expanded .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-grid--expanded .project-card:nth-child(3),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-grid--expanded .project-card:nth-child(4),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-grid--expanded .project-card:nth-child(7),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-grid--expanded .project-card:nth-child(12) {
    display: block;
    grid-column: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
    margin-top: 0;
    transform: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-card:nth-child(n+7) {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-card__content,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-grid--expanded .project-card__content {
    max-height: 76%;
    gap: 6px;
    padding: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-card__content p {
    font-size: 0.46rem;
    letter-spacing: 0.12em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-card__content h3 {
    max-width: 100%;
    font-size: clamp(1rem, 4.7vw, 1.28rem);
    line-height: 1;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-tags {
    gap: 5px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-tags span {
    padding: 4px 5px;
    font-size: 0.43rem;
    letter-spacing: 0.055em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section .project-tags span:nth-child(n+3) {
    display: none;
  }
}

/* B Final v2.8: clear mobile hero image and mobile showroom storefront route. */
@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::before {
    background:
      radial-gradient(circle at 62% 28%, rgba(255, 250, 238, 0.1), transparent 30%),
      linear-gradient(180deg, rgba(20, 18, 16, 0.12) 0%, rgba(20, 18, 16, 0.02) 45%, rgba(20, 18, 16, 0.1) 100%),
      linear-gradient(90deg, rgba(20, 18, 16, 0.22) 0%, rgba(20, 18, 16, 0.06) 42%, rgba(20, 18, 16, 0.01) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media::after {
    background:
      linear-gradient(90deg, rgba(20, 18, 16, 0.1), transparent 58%),
      linear-gradient(180deg, rgba(20, 18, 16, 0.02), transparent 50%, rgba(20, 18, 16, 0.08));
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__media .hero__poster {
    object-position: 63% 30%;
    filter: saturate(1.04) contrast(1.02) brightness(1.06);
    transform: translateX(1%) translateY(-1%) scale(1.015);
  }

  body.cosloom-concept-cinematic-costume-house .hero-variant--ornate .concept-hero__copy {
    background: linear-gradient(135deg, rgba(29, 26, 24, 0.46), rgba(29, 26, 24, 0.28));
    backdrop-filter: none;
  }

  body.cosloom-concept-cinematic-costume-house .site-nav.logo--primary,
  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions {
    backdrop-filter: none;
  }
}

@media (max-width: 760px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom > .route-page-hero {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom > .showroom-section:first-of-type {
    padding-top: clamp(26px, 7vw, 42px);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .section-intro--split {
    gap: 10px;
    margin-bottom: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .section-intro--split h2 {
    max-width: min(100%, 14ch);
    font-size: clamp(1.72rem, 7.2vw, 2.22rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .section-intro--split > p {
    max-width: 34ch;
    font-size: 0.82rem;
    line-height: 1.48;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .filter-chips {
    margin-bottom: 14px;
    padding-bottom: 2px;
    overflow-x: auto;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .filter-chip {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.55rem;
    letter-spacing: 0.055em;
    white-space: nowrap;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card__link {
    grid-template-rows: auto 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card__media {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card__body {
    gap: 6px;
    padding: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card__topline span,
  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card__commerce span {
    font-size: 0.48rem;
    letter-spacing: 0.07em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card h2,
  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card h3 {
    font-size: clamp(1.02rem, 4.6vw, 1.28rem);
    line-height: 0.98;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card p,
  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card__meta,
  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .project-tags {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card__commerce {
    display: grid;
    gap: 5px;
    align-items: start;
    justify-content: start;
    margin-top: 2px;
    padding-top: 8px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card__commerce strong {
    font-size: 1.02rem;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-card__cta {
    width: max-content;
    max-width: 100%;
    padding: 5px 7px;
    border: 1px solid rgba(124, 89, 104, 0.2);
    font-size: 0.48rem;
    letter-spacing: 0.06em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-route--showroom .showroom-section--categories {
    display: none;
  }
}

/* B Final v2.9: compress mobile studio standards into a trust strip. */
@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .mobile-standards-section {
    padding-top: clamp(18px, 5vw, 26px);
    padding-bottom: clamp(18px, 5vw, 26px);
    border-top: 1px solid rgba(37, 34, 31, 0.1);
    border-bottom: 1px solid rgba(37, 34, 31, 0.08);
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standards-section .mobile-section-heading {
    gap: 6px;
    margin-bottom: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standards-section .mobile-section-heading h2 {
    max-width: min(100%, 38ch);
    color: rgba(37, 34, 31, 0.66);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 780;
    letter-spacing: 0.08em;
    line-height: 1.42;
    text-transform: uppercase;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standards-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standard-item {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 9px 10px;
    border-radius: 3px;
    background: rgba(251, 249, 244, 0.72);
    box-shadow: none;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standard-item h3 {
    margin: 0;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.68rem;
    font-weight: 820;
    letter-spacing: 0.035em;
    line-height: 1.18;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standard-item p {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-standards-section .mobile-section-button {
    min-height: 0;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--b-plum);
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

/* B Final v2.11: hard-guard desktop home hero against inherited shell width. */
@media (min-width: 981px) {
  body.cosloom-concept-cinematic-costume-house .concept-home > #top.hero-variant--ornate {
    box-sizing: border-box;
    width: 100vw !important;
    max-width: none !important;
    min-height: max(780px, 100svh);
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    overflow: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .concept-home > #top.hero-variant--ornate .concept-hero__media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  body.cosloom-concept-cinematic-costume-house .concept-home > #top.hero-variant--ornate .hero__poster {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
  }
}

/* B Final v3.0: private atelier process dossier. */
body.cosloom-concept-cinematic-costume-house .process-v2-section {
  padding-top: clamp(74px, 9vw, 132px);
}

body.cosloom-concept-cinematic-costume-house .process-v2-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.38fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
}

body.cosloom-concept-cinematic-costume-house .process-v2-evidence {
  position: sticky;
  top: 118px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: start;
}

body.cosloom-concept-cinematic-costume-house .process-v2-evidence figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 34, 31, 0.14);
  border-radius: 3px;
  background: rgba(37, 34, 31, 0.08);
}

body.cosloom-concept-cinematic-costume-house .process-v2-evidence__lead {
  grid-column: 1 / -1;
}

body.cosloom-concept-cinematic-costume-house .process-v2-evidence img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.02) brightness(0.96);
}

body.cosloom-concept-cinematic-costume-house .process-v2-evidence__lead img {
  aspect-ratio: 5 / 4;
}

body.cosloom-concept-cinematic-costume-house .process-v2-evidence figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(248, 245, 239, 0.32);
  color: rgba(248, 245, 239, 0.92);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .process-v2-flow {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(37, 34, 31, 0.16);
}

body.cosloom-concept-cinematic-costume-house .process-v2-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  padding: clamp(22px, 4vw, 36px) 0;
  border-bottom: 1px solid rgba(37, 34, 31, 0.14);
}

body.cosloom-concept-cinematic-costume-house .process-v2-step__marker {
  position: relative;
  display: flex;
  justify-content: center;
}

body.cosloom-concept-cinematic-costume-house .process-v2-step__marker::before {
  position: absolute;
  top: 34px;
  bottom: calc(-1 * clamp(22px, 4vw, 36px));
  left: 50%;
  width: 1px;
  background: rgba(122, 62, 92, 0.26);
  content: "";
}

body.cosloom-concept-cinematic-costume-house .process-v2-step:last-child .process-v2-step__marker::before {
  display: none;
}

body.cosloom-concept-cinematic-costume-house .process-v2-step__marker span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(122, 62, 92, 0.34);
  border-radius: 50%;
  background: rgba(248, 245, 239, 0.92);
  color: var(--b-plum);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 820;
  letter-spacing: 0.08em;
}

body.cosloom-concept-cinematic-costume-house .process-v2-step__body h3 {
  margin: 0;
  max-width: 17ch;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 0.96;
}

body.cosloom-concept-cinematic-costume-house .process-v2-step__body > p {
  max-width: 58ch;
  margin: 12px 0 0;
  color: rgba(37, 34, 31, 0.68);
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  line-height: 1.75;
}

body.cosloom-concept-cinematic-costume-house .process-v2-step dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}

body.cosloom-concept-cinematic-costume-house .process-v2-step dl div {
  min-height: 148px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(37, 34, 31, 0.1);
  background: rgba(251, 249, 244, 0.58);
}

body.cosloom-concept-cinematic-costume-house .process-v2-step dt {
  margin: 0 0 9px;
  color: var(--b-plum);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .process-v2-step dd {
  margin: 0;
  color: rgba(37, 34, 31, 0.72);
  font-size: 0.84rem;
  line-height: 1.56;
}

body.cosloom-concept-cinematic-costume-house .process-v2-checkpoints,
body.cosloom-concept-cinematic-costume-house .process-v2-communication {
  padding-top: clamp(58px, 7vw, 104px);
}

body.cosloom-concept-cinematic-costume-house .process-v2-checkpoint-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(37, 34, 31, 0.16);
  border-left: 1px solid rgba(37, 34, 31, 0.1);
}

body.cosloom-concept-cinematic-costume-house .process-v2-checkpoint {
  min-height: 230px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid rgba(37, 34, 31, 0.1);
  border-bottom: 1px solid rgba(37, 34, 31, 0.1);
  background: linear-gradient(135deg, rgba(251, 249, 244, 0.62), rgba(243, 239, 231, 0.42));
}

body.cosloom-concept-cinematic-costume-house .process-v2-checkpoint h3,
body.cosloom-concept-cinematic-costume-house .process-v2-channel-list h3 {
  margin: 0;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  font-weight: 520;
  line-height: 0.98;
}

body.cosloom-concept-cinematic-costume-house .process-v2-checkpoint p,
body.cosloom-concept-cinematic-costume-house .process-v2-channel-list p,
body.cosloom-concept-cinematic-costume-house .process-v2-communication__panel > div > p {
  color: rgba(37, 34, 31, 0.68);
  font-size: 0.95rem;
  line-height: 1.7;
}

body.cosloom-concept-cinematic-costume-house .process-v2-communication__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(37, 34, 31, 0.12);
  background:
    linear-gradient(135deg, rgba(37, 34, 31, 0.06), transparent 44%),
    rgba(251, 249, 244, 0.64);
}

body.cosloom-concept-cinematic-costume-house .process-v2-communication__panel h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
}

body.cosloom-concept-cinematic-costume-house .process-v2-channel-list {
  display: grid;
  gap: 12px;
}

body.cosloom-concept-cinematic-costume-house .process-v2-channel-list article {
  padding: 18px 0 20px;
  border-bottom: 1px solid rgba(37, 34, 31, 0.12);
}

body.cosloom-concept-cinematic-costume-house .process-v2-channel-list article:first-child {
  padding-top: 0;
}

body.cosloom-concept-cinematic-costume-house .process-v2-channel-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.cosloom-concept-cinematic-costume-house .process-summary-v2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(20px, 4vw, 40px);
  border-top: 1px solid rgba(37, 34, 31, 0.15);
  border-left: 1px solid rgba(37, 34, 31, 0.1);
}

body.cosloom-concept-cinematic-costume-house .process-summary-v2__item {
  min-height: 260px;
  padding: clamp(20px, 3vw, 34px);
  border-right: 1px solid rgba(37, 34, 31, 0.1);
  border-bottom: 1px solid rgba(37, 34, 31, 0.1);
  background: rgba(251, 249, 244, 0.58);
}

body.cosloom-concept-cinematic-costume-house .process-summary-v2__item span,
body.cosloom-concept-cinematic-costume-house .process-summary-v2__item strong {
  color: var(--b-plum);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .process-summary-v2__item h3 {
  margin: 28px 0 12px;
  color: var(--b-charcoal);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  font-weight: 520;
  line-height: 0.95;
}

body.cosloom-concept-cinematic-costume-house .process-summary-v2__item p {
  color: rgba(37, 34, 31, 0.66);
  font-size: 0.92rem;
  line-height: 1.58;
}

body.cosloom-concept-cinematic-costume-house .process-summary-v2__actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

@media (max-width: 1180px) {
  body.cosloom-concept-cinematic-costume-house .process-v2-layout,
  body.cosloom-concept-cinematic-costume-house .process-v2-communication__panel {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-evidence {
    position: relative;
    top: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-evidence__lead {
    grid-column: span 2;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-evidence img,
  body.cosloom-concept-cinematic-costume-house .process-v2-evidence__lead img {
    aspect-ratio: 4 / 3;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step dl {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step dl div {
    min-height: 0;
  }

  body.cosloom-concept-cinematic-costume-house .process-summary-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .process-v2-section,
  body.cosloom-concept-cinematic-costume-house .process-v2-checkpoints,
  body.cosloom-concept-cinematic-costume-house .process-v2-communication {
    padding-top: clamp(34px, 9vw, 54px);
    padding-bottom: clamp(22px, 7vw, 38px);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #process {
    display: block;
    padding-top: clamp(28px, 8vw, 44px);
    padding-bottom: clamp(24px, 7vw, 38px);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
    overflow: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process h2 {
    max-width: min(100%, 12.5ch);
    font-size: clamp(2.08rem, 10.5vw, 2.86rem);
    line-height: 0.96;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process .editorial-section-copy {
    max-width: 30ch;
    font-size: 0.9rem;
    line-height: 1.6;
    overflow-wrap: break-word;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-evidence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-evidence__lead {
    grid-column: 1 / -1;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-evidence figure:nth-child(n + 4) {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-evidence img,
  body.cosloom-concept-cinematic-costume-house .process-v2-evidence__lead img {
    aspect-ratio: 16 / 10;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-evidence figcaption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    font-size: 0.5rem;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-flow {
    margin-top: 18px;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 0;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step__marker span {
    width: 32px;
    height: 32px;
    font-size: 0.54rem;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step__marker::before {
    top: 28px;
    bottom: -18px;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step__body h3 {
    max-width: 100%;
    font-size: clamp(1.62rem, 7.8vw, 2.3rem);
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step__body > p {
    margin-top: 8px;
    font-size: 0.86rem;
    line-height: 1.56;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step dl {
    gap: 7px;
    margin-top: 13px;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step dl div {
    padding: 11px 12px;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step dt {
    margin-bottom: 5px;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-step dd {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-checkpoint-grid,
  body.cosloom-concept-cinematic-costume-house .process-summary-v2 {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-checkpoint,
  body.cosloom-concept-cinematic-costume-house .process-summary-v2__item {
    min-height: 0;
    padding: 18px 18px 20px;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-checkpoint h3,
  body.cosloom-concept-cinematic-costume-house .process-v2-channel-list h3,
  body.cosloom-concept-cinematic-costume-house .process-summary-v2__item h3 {
    font-size: clamp(1.48rem, 6.5vw, 2.05rem);
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-communication__panel {
    gap: 18px;
    padding: 22px 18px;
  }

  body.cosloom-concept-cinematic-costume-house .process-v2-communication__panel h2 {
    max-width: 100%;
    font-size: clamp(2rem, 9vw, 3rem);
  }

  body.cosloom-concept-cinematic-costume-house .process-summary-v2__item h3 {
    margin-top: 18px;
  }

  body.cosloom-concept-cinematic-costume-house .process-summary-v2__item p {
    max-width: 28ch;
    font-size: 0.82rem;
    line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: auto;
  }

  body.cosloom-concept-cinematic-costume-house .process-summary-v2__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* B Final v3.1.1: restore the mobile homepage rhythm after the process-page update. */
@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #process {
    display: none !important;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions {
    right: 10px;
    left: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions a {
    padding-inline: 2px;
    overflow: hidden;
    font-size: clamp(0.52rem, 2.35vw, 0.62rem);
    letter-spacing: 0.035em;
    text-overflow: clip;
    white-space: nowrap;
  }
}

/* B Final v3.2: slim homepage architecture below the approved hero. */
body.cosloom-concept-cinematic-costume-house .projects-section--selected {
  padding-top: clamp(58px, 6vw, 96px);
}

body.cosloom-concept-cinematic-costume-house .projects-section--selected .filter-empty {
  display: none;
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.35vw, 20px);
  margin-top: clamp(16px, 2vw, 28px);
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card,
body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(1),
body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(2),
body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(3),
body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(4) {
  grid-column: span 3;
  min-height: clamp(330px, 24vw, 470px);
  margin-top: 0;
  transform: none;
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(1) {
  grid-column: span 6;
  min-height: clamp(560px, 42vw, 720px);
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(2),
body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(3) {
  grid-column: span 3;
  min-height: clamp(270px, 20vw, 350px);
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(4),
body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(5),
body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(6) {
  grid-column: span 4;
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(7),
body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(8) {
  grid-column: span 6;
  min-height: clamp(360px, 29vw, 520px);
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card::after {
  opacity: 0.28;
  transition: opacity 220ms ease;
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:hover::after,
body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:focus-within::after {
  opacity: 0.82;
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card img {
  filter: saturate(0.82) contrast(1.04) brightness(0.92) sepia(0.04);
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card__content {
  padding: clamp(18px, 2.2vw, 30px);
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-meta-list {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 260ms ease, margin 260ms ease, opacity 220ms ease;
}

body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:hover .project-meta-list,
body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:focus-within .project-meta-list {
  max-height: 280px;
  margin-top: 8px;
  opacity: 1;
}

body.cosloom-concept-cinematic-costume-house .selected-projects-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 3vw, 38px);
}

body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: stretch;
}

body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image-strip figure {
  aspect-ratio: 4 / 5;
}

body.cosloom-concept-cinematic-costume-house .process-section .section-intro--process h2 {
  max-width: 760px;
  font-size: clamp(2.9rem, 5.2vw, 5.7rem);
}

body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-panel {
  align-items: stretch;
}

body.cosloom-concept-cinematic-costume-house .quote-cta-card {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: clamp(24px, 3.2vw, 42px);
  border: 1px solid rgba(245, 239, 230, 0.14);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(245, 239, 230, 0.1), rgba(245, 239, 230, 0.04)),
    rgba(29, 26, 24, 0.34);
}

body.cosloom-concept-cinematic-costume-house .quote-cta-card span {
  color: rgba(214, 172, 190, 0.94);
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.cosloom-concept-cinematic-costume-house .quote-cta-card h3 {
  max-width: 13ch;
  margin: 0;
  color: var(--cream);
  font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.1rem, 3.5vw, 4rem);
  font-weight: 520;
  line-height: 0.94;
}

body.cosloom-concept-cinematic-costume-house .quote-cta-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(245, 239, 230, 0.68);
  font-size: 0.95rem;
  line-height: 1.7;
}

body.cosloom-concept-cinematic-costume-house .quote-cta-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home {
    display: flex;
    flex-direction: column;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    order: 2;
    height: auto !important;
    min-height: 0;
    overflow: visible;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card .button {
    width: fit-content;
    min-height: 42px;
    color: rgba(34, 29, 25, 0.96);
    background: rgba(255, 252, 244, 0.88);
    border-color: rgba(96, 78, 66, 0.28);
    opacity: 1;
  }

  body.cosloom-concept-cinematic-costume-house .service-path-card--full .button--primary {
    color: var(--cream);
    background: rgba(34, 29, 25, 0.92);
    border-color: rgba(214, 172, 190, 0.32);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #projects {
    order: 3;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #atelier {
    display: block;
    order: 4;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #process {
    display: block !important;
    order: 5;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #quote {
    order: 6;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #starting-points,
  body.cosloom-concept-cinematic-costume-house .mobile-standards-section {
    display: none !important;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section--selected,
  body.cosloom-concept-cinematic-costume-house .atelier-section,
  body.cosloom-concept-cinematic-costume-house .process-section {
    padding-top: clamp(34px, 8vw, 54px);
    padding-bottom: clamp(30px, 8vw, 48px);
  }

  body.cosloom-concept-cinematic-costume-house .projects-section--selected .section-intro {
    margin-bottom: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .projects-section--selected .section-intro > p {
    display: block;
    max-width: 36ch;
    margin-top: 10px;
    font-size: 0.86rem;
    line-height: 1.54;
  }

  body.cosloom-concept-cinematic-costume-house .project-grid--selected {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card,
  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(3),
  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(4),
  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(5),
  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(6),
  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(7),
  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(8) {
    grid-column: span 1;
    min-height: 0;
    aspect-ratio: 4 / 5.35;
  }

  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card:nth-child(n+7) {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card__content {
    padding: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card__content h3 {
    font-size: clamp(1.08rem, 5vw, 1.4rem);
    line-height: 1.02;
  }

  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-card__content p {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-tags,
  body.cosloom-concept-cinematic-costume-house .project-grid--selected .project-meta-list {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .selected-projects-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .selected-projects-actions .button {
    width: 100%;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-section .section-intro--atelier {
    padding-top: 34px;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-layout {
    display: grid;
    gap: 16px;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-section .atelier-image-strip figure {
    aspect-ratio: 1;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-note {
    padding: 16px 0;
  }

  body.cosloom-concept-cinematic-costume-house .atelier-note h3 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
  }

  body.cosloom-concept-cinematic-costume-house .atelier-note p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process {
    padding-top: 34px;
    margin-bottom: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9.6vw, 2.72rem);
    line-height: 0.98;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process .editorial-section-copy {
    max-width: 36ch;
    font-size: 0.86rem;
    line-height: 1.55;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid rgba(37, 34, 31, 0.12);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__rail {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid rgba(37, 34, 31, 0.1);
    background: rgba(251, 249, 244, 0.54);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item:last-child {
    border-bottom: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item span {
    margin: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item h3 {
    margin: 0 0 6px;
    font-size: clamp(1.32rem, 6vw, 1.72rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item p {
    max-width: 100%;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item strong {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions {
    right: 10px !important;
    left: 10px !important;
    width: auto !important;
    max-width: none !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  body.cosloom-concept-cinematic-costume-house .cosloom-home .quote-panel {
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .quote-cta-card {
    padding: 18px;
  }

  body.cosloom-concept-cinematic-costume-house .quote-cta-card h3 {
    max-width: 12ch;
    font-size: clamp(1.9rem, 8.4vw, 2.65rem);
  }

  body.cosloom-concept-cinematic-costume-house .quote-cta-card div {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.cosloom-concept-cinematic-costume-house .quote-cta-card .button {
    width: 100%;
  }
}

/* B Final v3.3 final mobile override: homepage routing and selected display */
body.cosloom-concept-cinematic-costume-house .featured-styles-mobile {
  display: none;
}

@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house {
    overflow-x: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home {
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    overflow-x: clip;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top { order: 1; }
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths { order: 2; }
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #featured-styles { order: 3; }
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #projects { order: 4; }
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #atelier { order: 5; }
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #process { order: 6; }
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #quote { order: 7; }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top.concept-hero {
    min-height: clamp(610px, 88svh, 760px);
    max-height: none;
  }

  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: 62% 28%;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .concept-hero__media::after {
    background:
      linear-gradient(180deg, rgba(20, 18, 16, 0.42) 0%, transparent 30%, rgba(20, 18, 16, 0.2) 72%, rgba(20, 18, 16, 0.62) 100%),
      linear-gradient(90deg, rgba(20, 18, 16, 0.4), transparent 68%);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .concept-hero__copy {
    right: 14px;
    bottom: max(16px, env(safe-area-inset-bottom));
    left: 14px;
    width: auto;
    max-width: none;
    padding: clamp(17px, 5vw, 24px);
    background: linear-gradient(135deg, rgba(29, 26, 24, 0.64), rgba(29, 26, 24, 0.42));
    border-color: rgba(245, 239, 230, 0.24);
    backdrop-filter: blur(7px);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__kicker {
    font-size: clamp(0.62rem, 2.5vw, 0.78rem);
    letter-spacing: 0.18em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top h1 {
    max-width: 8.3ch;
    margin-top: 14px;
    font-size: clamp(4rem, 17vw, 6.5rem);
    line-height: 0.82;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__subhead {
    max-width: 28ch;
    margin-top: 16px;
    font-size: clamp(0.82rem, 3.3vw, 0.98rem);
    line-height: 1.45;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-top: 16px;
    padding-top: 13px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__trust-line li {
    width: auto;
    min-width: min(100%, 12ch);
    font-size: clamp(0.52rem, 2.25vw, 0.64rem);
    letter-spacing: 0.08em;
    line-height: 1.25;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__trust-line li::after {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 15px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #top .hero__actions .button {
    width: 100%;
    min-height: 42px;
    padding: 0 10px;
    font-size: clamp(0.62rem, 2.7vw, 0.76rem);
    letter-spacing: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .concept-section {
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: max(14px, env(safe-area-inset-right));
    padding-left: max(14px, env(safe-area-inset-left));
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > .concept-section.section-shell {
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: max(14px, env(safe-area-inset-right)) !important;
    padding-left: max(14px, env(safe-area-inset-left)) !important;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths,
  body.cosloom-concept-cinematic-costume-house .featured-styles-mobile,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section,
  body.cosloom-concept-cinematic-costume-house .cosloom-home #process {
    padding-top: 30px;
    padding-bottom: 28px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths {
    display: block !important;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro,
  body.cosloom-concept-cinematic-costume-house .featured-styles-mobile .mobile-section-heading,
  body.cosloom-concept-cinematic-costume-house .projects-section--selected .section-intro,
  body.cosloom-concept-cinematic-costume-house .atelier-section .section-intro--atelier,
  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process {
    margin-bottom: 14px;
    padding-top: 0;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro h2,
  body.cosloom-concept-cinematic-costume-house .featured-styles-mobile .mobile-section-heading h2,
  body.cosloom-concept-cinematic-costume-house .projects-section--selected .section-intro h2,
  body.cosloom-concept-cinematic-costume-house .atelier-section .section-intro--atelier h2,
  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 0.98;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro > p,
  body.cosloom-concept-cinematic-costume-house .featured-styles-mobile .mobile-section-heading p:not(.section-label),
  body.cosloom-concept-cinematic-costume-house .projects-section--selected .section-intro > p,
  body.cosloom-concept-cinematic-costume-house .atelier-section .editorial-section-copy,
  body.cosloom-concept-cinematic-costume-house .cosloom-home #process .section-intro--process .editorial-section-copy {
    display: block;
    max-width: 33ch;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-paths-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card {
    display: block;
    min-height: 0;
    overflow: hidden;
    background: rgba(251, 249, 244, 0.74);
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card figure {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body {
    padding: 18px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body h3 {
    max-width: 100%;
    margin-top: 7px;
    font-size: clamp(1.58rem, 7.2vw, 2.1rem);
    line-height: 0.96;
    white-space: normal;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body p {
    display: -webkit-box;
    max-width: 33ch;
    margin-top: 9px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0 0;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body li {
    margin: 0;
    padding: 5px 8px;
    border: 1px solid rgba(37, 34, 31, 0.12);
    background: rgba(255, 252, 246, 0.46);
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card .button {
    width: 100%;
    margin-top: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .featured-styles-mobile {
    display: block;
  }

  body.cosloom-concept-cinematic-costume-house .featured-styles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card {
    display: grid;
    min-width: 0;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(37, 34, 31, 0.12);
    background: rgba(251, 249, 244, 0.64);
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card figure {
    aspect-ratio: 1;
    overflow: hidden;
    background: rgba(37, 34, 31, 0.08);
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.82) contrast(1.02) brightness(0.96) sepia(0.04);
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card div {
    padding: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card span {
    color: var(--plum);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card h3 {
    margin: 8px 0 0;
    font-size: clamp(1.18rem, 5vw, 1.45rem);
    line-height: 1;
  }

  body.cosloom-concept-cinematic-costume-house .featured-style-card p {
    display: -webkit-box;
    margin: 7px 0 0;
    overflow: hidden;
    color: rgba(62, 56, 49, 0.76);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.72rem;
    line-height: 1.34;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(238px, 74vw);
    grid-template-columns: none !important;
    gap: 12px;
    margin-right: -14px;
    padding-right: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected::-webkit-scrollbar {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(1),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(2),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(3),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(4),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(5),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(6) {
    display: block !important;
    grid-column: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
    scroll-snap-align: start;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-grid--selected .project-card:nth-child(n+7) {
    display: none !important;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-card::after {
    opacity: 0.56;
    background: linear-gradient(180deg, transparent 28%, rgba(24, 21, 19, 0.8) 100%);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-card__content {
    justify-content: end;
    padding: 14px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-card__content h3 {
    max-width: 12ch;
    font-size: clamp(1.25rem, 5.8vw, 1.75rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-card__content p {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-tags span {
    padding: 4px 7px;
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-tags span:nth-child(n+3),
  body.cosloom-concept-cinematic-costume-house .cosloom-home .projects-section--selected .project-meta-list {
    display: none !important;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-layout {
    gap: 12px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-image {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-image-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-image-strip figure:nth-child(n+4) {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-image-strip figure {
    aspect-ratio: 1;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-notes {
    display: grid;
    gap: 8px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-note {
    padding: 14px;
    border: 1px solid rgba(37, 34, 31, 0.1);
    background: rgba(251, 249, 244, 0.62);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-note h3 {
    font-size: clamp(1.25rem, 5.5vw, 1.7rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .atelier-section .atelier-note p,
  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 13px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home .process-summary-v2__item h3 {
    font-size: clamp(1.18rem, 5.3vw, 1.55rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote {
    padding-top: 30px;
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-panel__copy h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-panel__copy > p:not(.section-label) {
    max-width: 32ch;
    font-size: 0.84rem;
    line-height: 1.5;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-requirements {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-panel__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-whatsapp-mobile {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house .quote-cta-card h3 {
    max-width: 15ch;
    font-size: clamp(1.55rem, 7.2vw, 2.2rem);
  }

  body.cosloom-concept-cinematic-costume-house .mobile-quick-actions {
    right: max(10px, env(safe-area-inset-right)) !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    left: max(10px, env(safe-area-inset-left)) !important;
    width: auto !important;
    max-width: none !important;
    box-sizing: border-box;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: rgba(29, 26, 24, 0.72);
    backdrop-filter: blur(8px);
  }

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

@media (prefers-reduced-motion: reduce) {
  body.cosloom-concept-cinematic-costume-house .reveal,
  body.cosloom-concept-cinematic-costume-house .project-card,
  body.cosloom-concept-cinematic-costume-house .featured-style-card,
  body.cosloom-concept-cinematic-costume-house .service-path-card {
    transition: none !important;
    transform: none !important;
  }
}

/* CosLoom 0.8.49: compact mobile service path cards only. */
@media (max-width: 700px) {
  body.cosloom-concept-cinematic-costume-house #service-paths .service-paths-grid {
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card {
    display: block;
    min-height: 0;
    border-radius: 5px;
    background: rgba(251, 249, 244, 0.82);
    box-shadow: 0 14px 38px rgba(37, 34, 31, 0.07);
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card figure {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
    padding: 15px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body span {
    display: block;
    grid-column: 1 / -1;
    color: var(--b-plum);
    font-size: 0.68rem;
    font-weight: 820;
    letter-spacing: 0.14em;
    line-height: 1.15;
    text-transform: uppercase;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body h3 {
    grid-column: 1 / -1;
    max-width: 100%;
    margin: 0;
    font-size: clamp(1.72rem, 7.25vw, 1.94rem);
    line-height: 0.98;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body p {
    display: -webkit-box;
    grid-column: 1 / -1;
    max-width: 36ch;
    margin: 0;
    overflow: hidden;
    color: rgba(37, 34, 31, 0.68);
    font-size: clamp(0.9rem, 3.65vw, 0.98rem);
    line-height: 1.24;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body ul {
    display: flex;
    grid-column: 1;
    min-width: 0;
    flex-wrap: nowrap;
    gap: 5px;
    margin: 1px 0 0;
    padding: 0;
    overflow: hidden;
    align-self: center;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body li {
    flex: 0 0 auto;
    margin: 0;
    padding: 5px 7px 4px;
    border: 1px solid rgba(37, 34, 31, 0.13);
    background: rgba(255, 252, 246, 0.48);
    color: rgba(37, 34, 31, 0.64);
    font-size: 0.66rem;
    font-weight: 760;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card .button {
    display: inline-flex;
    grid-column: 2;
    width: auto;
    min-height: 44px;
    margin: 1px 0 0;
    padding: 0 13px;
    align-items: center;
    justify-content: center;
    align-self: center;
    font-size: 0.72rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
}

/* CosLoom 0.8.50: request quote mobile form width guard only. */
@media (max-width: 760px) {
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section {
    max-width: min(100%, calc(100vw - 32px));
    box-sizing: border-box;
    overflow-x: clip;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: clamp(18px, 5vw, 24px);
    overflow: hidden;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-panel__copy,
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-form,
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-form > *,
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-upload-note,
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-next-steps {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-form {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 0;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-form .wide,
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-form .form-status {
    grid-column: 1;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-form input,
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-form select,
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-form__intro p,
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-upload-note p,
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-next-steps p {
    overflow-wrap: anywhere;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-upload-note input[type="file"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 0.78rem;
  }
}

@media (max-width: 430px) {
  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section {
    max-width: min(100%, calc(100vw - 24px));
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-page .quote-section .quote-panel {
    padding: 16px;
  }
}

/* CosLoom 0.8.51: mobile-only route order and compact commission route rows. */
@media (max-width: 980px), (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #featured-styles {
    order: 2;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #projects {
    order: 3;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths {
    order: 4;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #quote {
    order: 5;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #atelier {
    order: 6;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #process {
    order: 7;
  }
}

@media (max-width: 700px) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths {
    padding-top: 24px;
    padding-bottom: 22px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro {
    margin-bottom: 10px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro h2 {
    max-width: 100%;
    margin: 0;
    color: rgba(37, 34, 31, 0.94);
    font-size: 0;
    line-height: 0;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro h2::before {
    content: "Not sure where to start?";
    display: block;
    font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
    font-size: clamp(1.86rem, 8vw, 2.35rem);
    font-weight: 500;
    line-height: 1;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro > p {
    max-width: 34ch;
    margin: 8px 0 0;
    color: rgba(37, 34, 31, 0.62);
    font-size: 0;
    line-height: 0;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro > p::before {
    content: "Browse the styles first. We'll suggest the right route after reviewing your references.";
    display: block;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-paths-grid {
    gap: 10px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card {
    border-radius: 4px;
    background:
      linear-gradient(135deg, rgba(251, 249, 244, 0.88), rgba(238, 232, 222, 0.68)),
      rgba(251, 249, 244, 0.78);
    box-shadow: 0 12px 30px rgba(37, 34, 31, 0.06);
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card figure {
    display: none;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 9px;
    min-height: 106px;
    padding: 14px 15px;
    align-items: center;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body span {
    grid-column: 1 / -1;
    font-size: 0.58rem;
    letter-spacing: 0.13em;
    line-height: 1.05;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body h3 {
    grid-column: 1;
    margin: 0;
    font-size: clamp(1.36rem, 5.8vw, 1.62rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body p {
    display: block;
    grid-column: 1;
    max-width: 30ch;
    margin: 0;
    overflow: visible;
    color: rgba(37, 34, 31, 0.66);
    font-size: 0;
    line-height: 0;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card--light .service-path-card__body p::before {
    content: "Start from an existing style direction.";
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card--full .service-path-card__body p::before {
    content: "Build from character references.";
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body p::before {
    display: block;
    font-size: 0.86rem;
    line-height: 1.22;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body ul {
    display: flex;
    grid-column: 1;
    flex-wrap: wrap;
    gap: 4px;
    margin: 2px 0 0;
    padding: 0;
    overflow: visible;
    align-self: start;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body li {
    flex: 0 0 auto;
    padding: 4px 6px 3px;
    font-size: 0.58rem;
    letter-spacing: 0.05em;
    line-height: 1.05;
    white-space: nowrap;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card--full .service-path-card__body li:nth-child(2),
  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card--full .service-path-card__body li:nth-child(3) {
    font-size: 0;
    letter-spacing: 0;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card--full .service-path-card__body li:nth-child(2)::before {
    content: "Armor & props";
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card--full .service-path-card__body li:nth-child(3)::before {
    content: "Progress review";
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card--full .service-path-card__body li:nth-child(2)::before,
  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card--full .service-path-card__body li:nth-child(3)::before {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
    line-height: 1.05;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card .button {
    display: inline-flex;
    grid-column: 2;
    grid-row: 2 / 5;
    width: auto;
    min-height: 38px;
    margin: 0;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    align-self: center;
    font-size: 0.76rem;
    letter-spacing: 0.01em;
    line-height: 1.05;
    white-space: nowrap;
  }
}

/* CosLoom 0.8.52: mobile route rows paragraph autosize guard only. */
@media (max-width: 700px) {
  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body {
    align-content: start;
    align-items: start;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body p {
    display: none !important;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card__body h3::after {
    display: block;
    max-width: 24ch;
    margin-top: 5px;
    color: rgba(37, 34, 31, 0.66);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card--light .service-path-card__body h3::after {
    content: "Start from an existing style direction.";
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .service-path-card--full .service-path-card__body h3::after {
    content: "Build from character references.";
  }
}

/* CosLoom 0.8.53: remove mobile commission route intro block only. */
@media (max-width: 700px) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #service-paths {
    padding-top: 12px;
  }

  body.cosloom-concept-cinematic-costume-house #service-paths .section-intro {
    display: none !important;
  }
}

/* CosLoom 0.8.54: move mobile homepage quote module to the end only. */
@media (max-width: 700px) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home > #atelier {
    order: 5;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #process {
    order: 6;
  }

  body.cosloom-concept-cinematic-costume-house .cosloom-home > #quote {
    order: 99;
  }
}

/* CosLoom 0.8.55: keep only the compact mobile quote CTA card. */
@media (max-width: 700px) {
  body.cosloom-concept-cinematic-costume-house .cosloom-home #quote .quote-panel__copy {
    display: none !important;
  }
}
