/* Art Cleaner home: high-performance editorial typography, rich spatial depth and 60 FPS motion. */
.art-home { color: #242424; background: #fff; }

/* 1. Hero Section */
.art-home #hero { min-height: 0; padding: 56px 0 64px; overflow: visible; }
.art-home .hero-asymmetric-wrapper { padding: 0; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.art-home .heading-master-hero { max-width: 12ch; font-size: clamp(38px, 4.3vw, 64px); font-weight: 700; line-height: 1.08; text-wrap: balance; letter-spacing: -0.02em; }
.art-home .hero-lead-text { max-width: 43ch; margin: 24px 0 28px; font-size: 18px; line-height: 1.55; color: #444; }
.art-home .hero-actions-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Hero Documentary Frame with 2.5D elevation & smooth hover zoom */
.art-home .hero-documentary-frame {
  background: #fdfcfb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 54px -12px rgba(18, 19, 22, 0.13), 0 0 0 1px rgba(18, 19, 22, 0.07);
  max-width: 420px;
  margin-left: auto;
  transform: perspective(1000px);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}

/* Photo-motion signature handoff: the scroll story ends with a useful next
   action, not a decorative end card. */
.matter-field__tail {
  grid-column: 2;
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px 24px;
  margin: 0 0 16px;
}
.matter-field__tail .matter-field__status { margin: 0; }
.matter-field__cta {
  color: #f4efe7;
  font: 700 .67rem/1.3 Arial, Helvetica, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 239, 231, .58);
  padding-bottom: 5px;
  transition: color 180ms ease, border-color 180ms ease;
}
.matter-field__cta:hover { color: #f2793d; border-color: #f2793d; }
@media (max-width: 700px), (prefers-reduced-motion: reduce) {
  .matter-field__tail { display: block; margin: 24px 0 0; }
  .matter-field__tail .matter-field__status { margin: 0; }
  .matter-field__cta { display: inline-block; margin-top: 18px; }
}
.art-home .hero-documentary-frame:hover {
  transform: perspective(1000px) translateY(-4px) scale(1.01);
  box-shadow: 0 32px 64px -12px rgba(18, 19, 22, 0.18), 0 0 0 1px rgba(18, 19, 22, 0.09);
}
.art-home .hero-documentary-frame img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.art-home .hero-documentary-frame:hover img {
  transform: scale(1.025);
}
.art-home .hero-editorial-caption {
  padding: 12px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #555;
  font-size: 13px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.art-home .caption-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b94212;
}

/* Primary and Outline Buttons */
.art-home .btn-primary { background: #b94212; color: white; box-shadow: 0 4px 14px rgba(185, 66, 18, 0.25); border-radius: 8px; transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }
.art-home .btn-primary:hover { background: #96350d; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(185, 66, 18, 0.35); }
.art-home .btn-outline { border-radius: 8px; border: 1px solid #d4cfc7; transition: transform 0.2s ease, background 0.2s ease; }
.art-home .btn-outline:hover { background: #f8f6f3; transform: translateY(-2px); }

/* Clients Band */
.art-home #clientes { padding: 32px 0 40px; border-block: 1px solid #e8e5e1; }
.art-home .corporate-label { color: #555; font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; }
.art-home .clients-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 36px; margin-top: 24px; align-items: center; }
.art-home .client-item { flex: 0 0 96px; height: 48px; padding: 0; border: 0; background: transparent; opacity: 0.82; transition: opacity 0.3s ease, transform 0.3s ease; }
.art-home .client-item:hover { opacity: 1; transform: translateY(-2px); }
.art-home .client-item img { max-width: 96px; max-height: 44px; object-fit: contain; }

/* 2. Cinemark Proof Section with Depth Frame */
.art-home #mergulho-material { padding: 80px 0; }
.art-home .cinemark-proof-grid { gap: 64px; align-items: center; }
.art-home .cinemark-proof-visuals { display: block; }
.art-home .proof-sub-macro-frame { display: none; }
.art-home .proof-main-photo-frame {
  border-radius: 16px;
  box-shadow: 0 24px 54px -12px rgba(18, 19, 22, 0.13), 0 0 0 1px rgba(18, 19, 22, 0.07);
  overflow: hidden;
  background: #fdfcfb;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
}
.art-home .proof-main-photo-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 68px -12px rgba(18, 19, 22, 0.18);
}
.art-home .proof-main-photo-frame img {
  max-height: 520px;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.art-home .proof-main-photo-frame:hover img {
  transform: scale(1.025);
}
.art-home .cinemark-proof-headline { font-size: clamp(30px, 3vw, 46px); line-height: 1.15; font-weight: 700; letter-spacing: -0.015em; }
.art-home .cinemark-proof-lead { font-size: 18px; line-height: 1.6; color: #4a4a4a; margin-top: 16px; }
.art-home .cinemark-cta-sub { display: block; font-size: 13px; color: #666; margin-top: 12px; }

/* 3. Before/After Interactive Comparison Section */
.art-home #comparador { background: #f5f3ef; padding: 72px 0; }
.art-home .section-header { margin-bottom: 32px; }
.art-home .section-header h2, .art-home .home-service-intro h2, .art-home .home-process-layout h2 { font-size: clamp(30px, 3.1vw, 44px); line-height: 1.15; font-weight: 700; text-wrap: balance; letter-spacing: -0.015em; }
.art-home .comparison-wrapper {
  max-width: 960px;
  margin-inline: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 28px 64px -14px rgba(18, 19, 22, 0.14), 0 0 0 1px rgba(18, 19, 22, 0.08);
  background: #fdfcfb;
}
.art-home .comparison-stage { max-height: 560px; }
.art-home #comparador .comparison-cases-tabs { margin-bottom: 24px; }
.art-home #comparador .case-tab-btn { padding: 12px 18px; min-height: 48px; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.25s ease; }
.art-home #comparador .case-tab-btn.active { background: #242424; color: #fff; }
.art-home #comparador .case-num { display: inline-block; opacity: 0.6; margin-right: 6px; font-feature-settings: "tnum"; }

/* Signature moment: native scroll reveals the validated before/after proof. */
.comparison-scroll-rail {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 960px;
  margin: 18px auto 0;
  color: #77716a;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.comparison-scroll-rail-track {
  position: relative;
  flex: 1;
  height: 2px;
  overflow: hidden;
  background: #ddd7cf;
}
.comparison-scroll-rail-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: #b94212;
  transform: scaleX(0.5);
  transform-origin: left center;
  transition: transform 0.08s linear;
}

/* Subtle pulse hint on slider handle */
@keyframes subtlePulse {
  0% { box-shadow: 0 0 0 0 rgba(185, 66, 18, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(185, 66, 18, 0); }
  100% { box-shadow: 0 0 0 0 rgba(185, 66, 18, 0); }
}
.comparison-handle.hint-pulse {
  animation: subtlePulse 2.4s infinite cubic-bezier(0.16, 1, 0.3, 1);
}

/* 4. Services Catalog with 2.5D Depth Microinteractions */
.art-home #servicos { padding: 80px 0; }
.art-home .home-service-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.art-home .home-service-intro p { margin-top: 24px; max-width: 34ch; color: #555; font-size: 17px; line-height: 1.55; }
.art-home .home-service-list a {
  display: block;
  position: relative;
  border-bottom: 1px solid #e0dbd3;
  padding: 24px 44px 24px 16px;
  border-radius: 10px;
  margin-bottom: 2px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, box-shadow 0.3s ease;
}
.art-home .home-service-list a:first-child { border-top: 1px solid #e0dbd3; }
.art-home .home-service-list h3 { font-size: 24px; line-height: 1.25; font-weight: 600; color: #242424; transition: color 0.3s ease; }
.art-home .home-service-list p { margin-top: 8px; color: #555; font-size: 15px; }
.art-home .home-service-list span { position: absolute; top: 24px; right: 16px; color: #b94212; font-size: 24px; transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
.art-home .home-service-list a:hover {
  background: rgba(185, 66, 18, 0.04);
  transform: translateX(8px);
  box-shadow: 0 4px 16px rgba(185, 66, 18, 0.06);
}
.art-home .home-service-list a:hover h3 { color: #b94212; }
.art-home .home-service-list a:hover span { transform: translate(4px, -4px); }

/* 5. Sticky Process Section */
.art-home #processo { padding: 72px 0; background: #f5f3ef; }
.art-home .home-process-layout { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 64px; align-items: start; }
.art-home .home-process-layout figure {
  position: sticky;
  top: 112px;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 56px -12px rgba(18, 19, 22, 0.13), 0 0 0 1px rgba(18, 19, 22, 0.07);
  background: #fdfcfb;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.art-home .home-process-layout figure:hover {
  transform: scale(1.01);
  box-shadow: 0 32px 68px -12px rgba(18, 19, 22, 0.18);
}
.art-home .home-process-layout img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 70% 30%;
  display: block;
  border-radius: 16px;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.art-home .home-process-layout figure:hover img {
  transform: scale(1.02);
}
.art-home .home-process-layout figcaption { display: none; }
.art-home .home-process-list { list-style: decimal; padding-left: 24px; margin-top: 40px; }
.art-home .home-process-list li {
  padding-left: 14px;
  margin-bottom: 40px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.art-home .home-process-list li.is-active-step {
  transform: translateX(4px);
}
.art-home .home-process-list li.is-active-step h3 {
  color: #b94212;
}
.art-home .home-process-list h3 { font-size: 24px; margin-bottom: 12px; font-weight: 600; transition: color 0.3s ease; }
.art-home .home-process-list p { color: #555; max-width: 43ch; line-height: 1.55; }

/* 6. Form & FAQ */
.art-home #orcamento, .art-home #faq { padding: 72px 0; }
.art-home a:focus-visible, .art-home button:focus-visible { outline: 3px solid #b94212; outline-offset: 4px; }
.art-home ::selection { background: #ffd8c6; color: #242424; }

/* =====================================================================
   7. COMPOSITOR-ONLY SCROLL REVEAL SYSTEM (60 FPS GUARANTEED)
   ===================================================================== */
.art-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.art-reveal.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}
.art-stagger-1 { transition-delay: 0.08s; }
.art-stagger-2 { transition-delay: 0.16s; }
.art-stagger-3 { transition-delay: 0.24s; }
.art-stagger-4 { transition-delay: 0.32s; }

/* Responsive adjustments */
@media (max-width: 900px) {
  .art-home .hero-asymmetric-wrapper { grid-template-columns: 1fr 1fr; gap: 32px; }
  .art-home .heading-master-hero { font-size: 40px; }
  .art-home .home-service-layout, .art-home .home-process-layout { gap: 32px; }
}
@media (max-width: 600px) {
  .art-home #hero { padding: 36px 0 44px; }
  .art-home .hero-asymmetric-wrapper { display: grid; grid-template-columns: 1fr; gap: 32px; }
  .art-home .heading-master-hero { font-size: 36px; max-width: 15ch; }
  .art-home .hero-lead-text { font-size: 16px; margin: 20px 0 24px; }
  .art-home .hero-documentary-frame { max-width: 320px; margin-inline: auto; }
  .art-home .hero-actions-row { margin-bottom: 0; }
  .art-home .clients-grid { gap: 20px; }
  .art-home .client-item { flex-basis: 80px; }
  .art-home .client-item img { max-width: 80px; }
  .art-home #mergulho-material, .art-home #comparador, .art-home #servicos, .art-home #processo, .art-home #orcamento, .art-home #faq { padding: 48px 0; }
  .art-home .cinemark-proof-grid, .art-home .home-service-layout, .art-home .home-process-layout { grid-template-columns: 1fr; gap: 28px; }
  .art-home .home-process-layout figure { position: static; max-width: 440px; margin: 0 auto; width: 100%; }
  .art-home .home-process-layout img { aspect-ratio: 1 / 1; object-position: 70% 25%; }
  .art-home .home-service-list h3, .art-home .home-process-list h3 { font-size: 22px; }
  .art-home .home-process-list { margin-top: 28px; }
  .comparison-scroll-rail { margin-inline: 4px; }
  .comparison-scroll-rail-label { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .art-home { scroll-behavior: auto; }
  .art-home .home-process-layout figure { position: static; }
  .art-home *, .art-home *::before, .art-home *::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
  .art-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .comparison-scroll-rail-fill { transform: scaleX(0.5) !important; }
}

/* ========================================================================
   ART CLEANER SERVICE WORLD — WHITE PROOF RESET
   Replaces the rejected beige/editorial treatment while preserving the
   validated comparison, browser tooling, and native 2.5D signature scene.
   ======================================================================== */
.art-home {
  --service-paper: #f7f7f5;
  --service-white: #ffffff;
  --service-ink: #171717;
  --service-muted: #5f625f;
  --service-line: #d7d8d3;
  --service-orange: #f05a24;
  --matter-cream: var(--service-paper);
  --matter-ink: var(--service-ink);
  --matter-rust: var(--service-orange);
  --matter-line: var(--service-line);
  background: var(--service-paper);
  color: var(--service-ink);
  font-family: var(--font-body);
}
.art-home .site-header,
.art-home #hero,
.art-home #mergulho-material,
.art-home #servicos,
.art-home #processo,
.art-home #orcamento,
.art-home #faq,
.art-home .site-footer { background: var(--service-paper); color: var(--service-ink); }
.art-home .site-header { border-bottom: 1px solid var(--service-line); }
.art-home .main-nav .nav-link,
.art-home .header-phone-link,
.art-home .header-actions .btn,
.art-home .hero-service-line,
.art-home .hero-editorial-caption,
.art-home .hero-case-link { font-family: var(--font-body); }
.art-home .header-actions .btn-primary,
.art-home .btn-primary { background: var(--service-orange); border: 1px solid var(--service-orange); border-radius: 0; box-shadow: none; }
.art-home .header-actions .btn-primary:hover,
.art-home .btn-primary:hover { background: #d94716; border-color: #d94716; box-shadow: none; transform: translateY(-2px); }
.art-home #hero { padding: clamp(52px, 7vw, 104px) 0 clamp(58px, 8vw, 112px); }
.art-home .hero-asymmetric-wrapper { grid-template-columns: minmax(320px, .82fr) minmax(460px, 1.18fr); gap: clamp(32px, 5vw, 96px); align-items: center; }
.art-home .hero-editorial-column { order: 1; }
.art-home .hero-stage-column { order: 2; }
.art-home .home-kicker { display: none; }
.art-home .heading-master-hero { max-width: 9ch; margin: 0; color: var(--service-ink); font-family: var(--font-display); font-size: clamp(3rem, 5.6vw, 6rem); font-weight: 800; line-height: .93; letter-spacing: -.055em; }
.art-home .hero-lead-text { max-width: 48ch; margin: 28px 0 0; color: var(--service-ink); font-family: var(--font-body); font-size: clamp(1.05rem, 1.4vw, 1.35rem); line-height: 1.45; }
.art-home .hero-service-line { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; margin-top: 28px; color: var(--service-muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.art-home .hero-service-line strong { color: var(--service-orange); }
.art-home .hero-actions-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.art-home .hero-actions-row .btn-primary { min-height: 48px; padding: 0 22px; }
.art-home .hero-case-link { display: inline-flex; min-height: 48px; align-items: center; padding: 0 18px; border: 1px solid var(--service-ink); color: var(--service-ink); font-size: .8rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; text-transform: none; }
.art-home .hero-case-link:hover { color: var(--service-white); background: var(--service-ink); border-color: var(--service-ink); }
.art-home .hero-documentary-frame { max-width: none; margin: 0; }
.art-home .hero-documentary-frame img { aspect-ratio: 1 / 1.08; object-fit: cover; object-position: 54% 50%; }
.art-home .hero-editorial-caption { padding: 12px 0; border-top: 0; border-bottom: 1px solid var(--service-line); background: transparent; color: var(--service-ink); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.art-home .caption-dot { display: none; }
.art-home #mergulho-material { border-top: 1px solid var(--service-line); padding: clamp(56px, 8vw, 112px) 0; }
.art-home .cinemark-proof-grid { grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.art-home .proof-main-photo-frame { border-radius: 0; box-shadow: none; }
.art-home .proof-main-photo-frame img { aspect-ratio: 1 / 1.08; object-fit: cover; }
.art-home .cinemark-proof-headline { max-width: 11ch; margin: 0; color: var(--service-ink); font-family: var(--font-display); font-size: clamp(2.7rem, 5vw, 5.5rem); font-weight: 800; line-height: .94; letter-spacing: -.055em; }
.art-home .cinemark-proof-lead { max-width: 48ch; margin: 24px 0 0; color: var(--service-ink); font-family: var(--font-body); font-size: 1.08rem; line-height: 1.5; }
.art-home .cinemark-proof-cta-row { margin-top: 28px; }
.art-home .cinemark-proof-cta-row .btn-primary { padding: 0 22px; border: 1px solid var(--service-orange); background: var(--service-orange); color: var(--service-white); }
.art-home .cinemark-cta-sub { margin-top: 14px; color: var(--service-muted); font-family: var(--font-body); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.art-home #comparador { background: var(--service-white); color: var(--service-ink); border-top: 1px solid var(--service-line); border-bottom: 1px solid var(--service-line); }
.art-home #comparador .section-header { text-align: left; }
.art-home #comparador .section-header h2 { max-width: 12ch; color: var(--service-ink); font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 800; line-height: .94; letter-spacing: -.055em; }
.art-home #comparador .section-header p { max-width: 48ch; color: var(--service-muted); font-family: var(--font-body); }
.art-home #comparador .comparison-cases-tabs { border-bottom-color: var(--service-line); }
.art-home #comparador .case-tab-btn { color: var(--service-muted); font-family: var(--font-body); }
.art-home #comparador .case-tab-btn.active { color: var(--service-orange); }
.art-home #comparador .comparison-tag-subtle { border-radius: 0; background: var(--service-white); color: var(--service-ink); }
.art-home #comparador .comparison-handle { border-radius: 0; background: var(--service-orange); }
.art-home #servicos { border-top: 0; }
.art-home .home-service-intro h2,
.art-home .home-process-layout h2,
.art-home #orcamento .section-header h2,
.art-home #faq .section-header h2 { color: var(--service-ink); font-family: var(--font-display); font-weight: 800; line-height: .94; letter-spacing: -.055em; }
.art-home .home-service-intro p,
.art-home .home-service-list p,
.art-home .home-process-list p,
.art-home #orcamento .section-header p,
.art-home .faq-content { color: var(--service-muted); font-family: var(--font-body); }
.art-home .home-service-list a { border-color: var(--service-line); }
.art-home .home-service-list h3,
.art-home .home-process-list h3 { color: var(--service-ink); font-family: var(--font-display); font-weight: 700; letter-spacing: -.03em; }
.art-home .home-service-list span { color: var(--service-orange); }
.art-home #processo { border-top: 1px solid var(--service-line); }
.art-home #orcamento .card { border-top-color: var(--service-line); }
.art-home .form-label { color: var(--service-ink); font-family: var(--font-body); }
.art-home .form-input, .art-home .form-select, .art-home .form-textarea { border-bottom-color: var(--service-line); color: var(--service-ink); font-family: var(--font-body); }
.art-home #faq { border-top: 1px solid var(--service-line); }
.art-home .faq-item { border-color: var(--service-line); }
.art-home .faq-button { color: var(--service-ink); font-family: var(--font-body); font-weight: 700; }
.art-home .site-footer { border-top: 1px solid var(--service-line); }

@media (max-width: 700px) {
  .art-home #hero { padding: 40px 0 56px; }
  .art-home .hero-asymmetric-wrapper { grid-template-columns: 1fr; gap: 32px; }
  .art-home .heading-master-hero { max-width: 12ch; font-size: clamp(2.8rem, 14vw, 4.3rem); line-height: .94; }
  .art-home .hero-lead-text { margin-top: 22px; font-size: 1.04rem; }
  .art-home .hero-service-line { margin-top: 20px; }
  .art-home .hero-actions-row { gap: 12px; margin-top: 24px; }
  .art-home .hero-actions-row .btn-primary, .art-home .hero-case-link { width: 100%; justify-content: center; }
  .art-home .hero-documentary-frame img { aspect-ratio: 1 / 1.12; }
  .art-home .cinemark-proof-grid { grid-template-columns: 1fr; gap: 28px; }
  .art-home .cinemark-proof-headline { max-width: 12ch; font-size: clamp(2.7rem, 12vw, 4.2rem); }
}

/* Last cascade: keep the image-first opening intact after all legacy page
   overrides. */
.art-home #hero {
  min-height: calc(100svh - 82px);
  padding: 0;
  overflow: clip;
  background: #171716;
  color: #f7f4ee;
}
.art-home #hero > .container { width: 100%; max-width: none; padding: 0; }
.art-home .hero-asymmetric-wrapper { min-height: calc(100svh - 82px); display: block; gap: 0; }
.art-home .hero-stage-column { position: absolute; inset: 0; z-index: 0; }
.art-home .hero-documentary-frame { position: absolute; inset: 0 clamp(0px, 5vw, 72px); max-width: none; margin: 0; border-radius: 0; box-shadow: none; overflow: hidden; background: #22211f; }
.art-home .hero-documentary-frame::after { position: absolute; z-index: 1; inset: 0; display: block; background: linear-gradient(90deg, rgba(15, 15, 14, .86), rgba(15, 15, 14, .5) 34%, rgba(15, 15, 14, .12) 72%, rgba(15, 15, 14, .2)), linear-gradient(0deg, rgba(15, 15, 14, .76), transparent 34%, rgba(15, 15, 14, .16)); content: ''; pointer-events: none; }
.art-home .hero-documentary-frame img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; border-radius: 0; object-fit: cover; object-position: 62% 46%; filter: saturate(.86) contrast(1.04); transform: scale(1.015); transition: transform 900ms cubic-bezier(.16, 1, .3, 1), filter 900ms ease; }
.art-home .hero-documentary-frame:hover img { filter: saturate(.94) contrast(1.06); transform: scale(1.045); }
.art-home .hero-editorial-column { position: absolute; z-index: 2; inset: 0; width: 100%; max-width: none; padding: 0; pointer-events: none; }
.art-home .home-kicker { position: absolute; top: clamp(12px, 1.7vh, 18px); left: clamp(24px, 7.92vw, 114px); display: block; margin: 0; color: #f2793d; font: 700 12px/1.35 Arial, Helvetica, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.art-home .heading-master-hero { position: absolute; top: clamp(28px, 4.8vh, 44px); left: clamp(30px, 8.2vw, 118px); max-width: min(40.69vw, 586px); margin: 0; color: #f8f4ed; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.7rem, 8.2vw, 7.5rem); font-weight: 400; line-height: .79; letter-spacing: -.075em; text-wrap: balance; }
.art-home .hero-lead-text { position: absolute; top: 49.5%; right: auto; left: 63.47%; width: min(31.94vw, 460px); max-width: none; margin: 0; color: #e3d9d2; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.2rem, 1.84vw, 1.65rem); line-height: 1.2; }
.art-home .hero-service-line { position: absolute; bottom: clamp(28px, 6vh, 58px); left: clamp(24px, 8vw, 120px); max-width: 42rem; margin: 0; color: rgba(248, 244, 237, .72); font-size: .66rem; letter-spacing: .12em; }
.art-home .hero-service-line strong { color: #f2793d; }
.art-home .hero-actions-row { position: absolute; right: clamp(24px, 9vw, 132px); bottom: clamp(44px, 9vh, 86px); display: flex; gap: 12px; margin: 0; pointer-events: auto; }
.art-home .hero-actions-row .btn-primary { min-height: 48px; padding: 0 22px; background: #f05a24; border-color: #f05a24; color: #fff; }
.art-home .hero-case-link { min-height: 48px; border-color: rgba(248, 244, 237, .72); color: #f8f4ed; }
.art-home .hero-case-link:hover { background: #f8f4ed; border-color: #f8f4ed; color: #171716; }
.art-home .hero-editorial-caption { position: absolute; z-index: 2; right: clamp(24px, 3vw, 44px); bottom: clamp(48px, 7vh, 68px); padding: 0; border: 0; background: transparent; color: rgba(248, 244, 237, .66); font: 700 12px/1.35 Arial, Helvetica, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.art-home .hero-editorial-caption .caption-dot { display: none; }
/* ART-CLEANER-EOS-ANCHOR */

/* Final accessibility pass: keep the art-directed orange, but reserve the
   brighter brand swatch for imagery rather than small white-on-orange type. */
.art-home {
  --service-orange: #b94212;
  --matter-rust: #b94212;
}
.art-home .header-actions .btn-primary,
.art-home .btn-primary,
.art-home .hero-actions-row .btn-primary,
.art-home .cinemark-proof-cta-row .btn-primary {
  background: #b94212;
  border-color: #b94212;
}
.art-home .header-actions .btn-primary:hover,
.art-home .btn-primary:hover,
.art-home .hero-actions-row .btn-primary:hover,
.art-home .cinemark-proof-cta-row .btn-primary:hover {
  background: #96350d;
  border-color: #96350d;
}
.art-home .matter-field__eyebrow,
.art-home .matter-field__steps li[data-active] { color: #b94212; border-color: #b94212; }
.art-home .matter-field__media::after { background-color: #b94212; }
.art-home .matter-field__eyebrow { background: transparent; }
.art-home .matter-field__status,
.art-home .matter-field__counter,
.art-home .matter-field__steps li,
.art-home .matter-field__steps li small { font-size: .7rem; }
.art-home .hero-service-line,
.art-home .cinemark-cta-sub,
.art-home .hero-editorial-caption { font-size: .7rem; }
@media (max-width: 700px) {
  .art-home #hero, .art-home .hero-asymmetric-wrapper { min-height: calc(100svh - 72px); }
  .art-home .hero-documentary-frame img { object-position: 62% 48%; transform: scale(1.04); }
  .art-home .home-kicker { top: 34px; left: 16px; font-size: .6rem; letter-spacing: .13em; }
  .art-home .heading-master-hero { top: 70px; left: 16px; max-width: 7.6ch; font-size: clamp(3.35rem, 15vw, 5.4rem); line-height: .88; }
  .art-home .hero-lead-text { right: 16px; bottom: 190px; max-width: 22rem; font-size: 1rem; line-height: 1.38; }
  .art-home .hero-actions-row { right: 16px; bottom: 92px; left: 16px; display: grid; grid-template-columns: 1fr 1fr; }
  .art-home .hero-actions-row .btn-primary, .art-home .hero-case-link { width: 100%; justify-content: center; padding-inline: 10px; }
  .art-home .hero-service-line { right: 16px; bottom: 24px; left: 16px; gap: 6px 12px; font-size: .58rem; }
  .art-home .hero-editorial-caption { display: none; }
}
@media (min-width: 701px) {
  .art-home .hero-actions-row,
  .art-home .hero-service-line {
    visibility: hidden;
    pointer-events: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .art-home .hero-documentary-frame img, .art-home .hero-documentary-frame:hover img { transform: none; transition: none; }
}
/* ART-CLEANER-END-OF-FILE */

/* Final reference lock: this is intentionally the last hero rule in the
   stylesheet so retired direction blocks cannot reopen the desktop bug. */
@media (min-width: 701px) {
  body.art-home { padding-bottom: 0; }
  .art-home .hero-documentary-frame { inset: 0; width: 100%; max-width: none; margin: 0; border: 0; background: #151515; }
  .art-home .hero-documentary-frame > picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: hidden; }
  .art-home .hero-documentary-frame::after { inset: 0; }
  .art-home .hero-documentary-frame > picture img { width: 100%; height: 100%; max-width: none; transform: translate3d(var(--hero-depth-x), var(--hero-depth-y), 0) scale(1); }
  .art-home .home-kicker { top: clamp(48px, 6.2vh, 58px); left: clamp(24px, 7.92vw, 114px); display: block; font: 700 12px/1.35 Arial, Helvetica, sans-serif; letter-spacing: .14em; }
  .art-home .heading-master-hero { top: clamp(78px, 9.8vh, 92px); left: clamp(30px, 8.2vw, 118px); max-width: min(40.69vw, 586px); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.7rem, 8.2vw, 7.5rem); font-weight: 400; line-height: .79; letter-spacing: -.075em; }
  .art-home .hero-lead-text { top: 52%; right: auto; left: 63.47%; width: min(31.94vw, 460px); max-width: none; color: #e3d9d2; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.2rem, 1.84vw, 1.65rem); line-height: 1.2; }
  .art-home .hero-editorial-caption { right: clamp(24px, 3vw, 44px); bottom: clamp(34px, 5vh, 48px); font: 700 12px/1.35 Arial, Helvetica, sans-serif; letter-spacing: .18em; }
  .art-home .hero-actions-row, .art-home .hero-service-line { visibility: hidden; pointer-events: none; }
}
@media (max-width: 700px) {
  .art-home .hero-documentary-frame { inset: 0; }
  .art-home .hero-documentary-frame > picture { inset: 0; }
}

/* LIVE-DESKTOP-FULL-BLEED-20260909
   Keep the reference-led opening edge-to-edge at every desktop width. The
   old 5vw inset and figure border made the 1280/1366 viewport look like a
   framed crop instead of a full-screen scene. */
@media (min-width: 701px) {
  html:has(body.art-home),
  body.art-home {
    padding-bottom: 0;
  }

  body.art-home #hero,
  body.art-home #hero > .container,
  body.art-home .hero-asymmetric-wrapper,
  body.art-home .hero-stage-column,
  body.art-home .hero-documentary-frame {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  body.art-home .hero-documentary-frame {
    inset: 0;
    border: 0;
  }

  body.art-home .hero-documentary-frame > picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  body.art-home .hero-documentary-frame > picture img {
    width: 100%;
    height: 100%;
    max-width: none;
  }
}

/* EOF precedence: the approved sofa reference wins over the historical
   Direction C/D cascades above. Keep this block small and auditable. */
@media (min-width: 701px) {
  .art-home .hero-documentary-frame { inset: 0 clamp(0px, 5vw, 72px); }
  .art-home .home-kicker {
    top: clamp(12px, 1.7vh, 18px);
    left: clamp(24px, 7.92vw, 114px);
    display: block;
    font: 700 12px/1.35 Arial, Helvetica, sans-serif;
    letter-spacing: .14em;
  }
  .art-home .heading-master-hero {
    top: clamp(28px, 4.8vh, 44px);
    left: clamp(30px, 8.2vw, 118px);
    max-width: min(40.69vw, 586px);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(3.7rem, 8.2vw, 7.5rem);
    font-weight: 400;
    line-height: .79;
    letter-spacing: -.075em;
  }
  .art-home .hero-lead-text {
    top: 49.5%;
    right: auto;
    left: 63.47%;
    width: min(31.94vw, 460px);
    max-width: none;
    color: #e3d9d2;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.2rem, 1.84vw, 1.65rem);
    line-height: 1.2;
  }
  .art-home .hero-editorial-caption {
    right: clamp(24px, 3vw, 44px);
    bottom: clamp(48px, 7vh, 68px);
    font: 700 12px/1.35 Arial, Helvetica, sans-serif;
    letter-spacing: .18em;
  }
  .art-home .hero-actions-row,
  .art-home .hero-service-line {
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 700px) {
  .art-home .hero-documentary-frame { inset: 0; }
}

/* Final opening / archive pass: preserve the reference composition while
   keeping every breakpoint on a bounded, intentional media surface. */
.art-home .hero-documentary-frame > picture {
  position: absolute;
  inset: 0;
  display: block;
}
.art-home .hero-documentary-frame > picture img {
  --hero-depth-x: 0px;
  --hero-depth-y: 0px;
  transform: translate3d(var(--hero-depth-x), var(--hero-depth-y), 0) scale(1.015);
  will-change: transform;
}
.art-home .hero-documentary-frame:hover > picture img {
  transform: translate3d(var(--hero-depth-x), var(--hero-depth-y), 0) scale(1.035);
}
.art-home #comparador .comparison-cases-tabs {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  margin: 34px 0 28px;
  padding: 0 0 3px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #f05a24 transparent;
}
.art-home #comparador .case-tab-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}
.art-home .home-proof-archive {
  padding: clamp(72px, 10vw, 150px) 0 clamp(78px, 11vw, 168px);
  background: #f1f0ec;
  color: #171717;
  border-bottom: 1px solid #d7d8d3;
}
.art-home .proof-archive-header {
  display: grid;
  grid-template-columns: minmax(180px, .35fr) minmax(280px, .9fr) minmax(220px, .75fr);
  gap: clamp(24px, 5vw, 84px);
  align-items: end;
  margin-bottom: clamp(36px, 6vw, 80px);
}
.art-home .proof-archive-index {
  margin: 0 0 8px;
  color: #f05a24;
  font: 700 .68rem/1.4 Arial, Helvetica, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.art-home .proof-archive-header h2 {
  grid-column: 2;
  max-width: 9ch;
  margin: 0;
  color: #171717;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.9rem, 5.6vw, 6.4rem);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.065em;
}
.art-home .proof-archive-header > p:last-child {
  max-width: 30ch;
  margin: 0 0 4px;
  color: #5f625f;
  font: 400 clamp(1rem, 1.35vw, 1.25rem)/1.42 Georgia, 'Times New Roman', serif;
}
.art-home .proof-archive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  grid-template-rows: repeat(2, minmax(180px, 1fr));
  gap: clamp(18px, 2.4vw, 36px);
  align-items: stretch;
}
.art-home .proof-archive-figure {
  min-width: 0;
  margin: 0;
}
.art-home .proof-archive-figure--wide {
  grid-row: 1 / -1;
}
.art-home .proof-archive-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 0;
  filter: saturate(.92) contrast(1.02);
}
.art-home .proof-archive-figure--wide img { aspect-ratio: 1.15 / 1; }
.art-home .proof-archive-figure--portrait img { aspect-ratio: 1 / 1.15; }
.art-home .proof-archive-figure--detail img { aspect-ratio: 1 / .78; }
.art-home .proof-archive-figure figcaption {
  display: flex;
  gap: 12px;
  padding-top: 11px;
  color: #5f625f;
  font: 700 .64rem/1.35 Arial, Helvetica, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.art-home .proof-archive-figure figcaption span { color: #f05a24; }
@media (max-width: 700px) {
  .art-home .hero-documentary-frame { inset: 0; }
  .art-home .hero-documentary-frame > picture img,
  .art-home .hero-documentary-frame:hover > picture img {
    transform: scale(1.04);
  }
  .art-home .proof-archive-header {
    display: block;
    margin-bottom: 34px;
  }
  .art-home .proof-archive-header h2 { margin: 16px 0 22px; font-size: clamp(3rem, 16vw, 5rem); }
  .art-home .proof-archive-header > p:last-child { max-width: 34ch; }
  .art-home .proof-archive-grid {
    display: block;
  }
  .art-home .proof-archive-figure { margin-bottom: 28px; }
  .art-home .proof-archive-figure img { height: auto; }
  .art-home .proof-archive-figure img,
  .art-home .proof-archive-figure--wide img,
  .art-home .proof-archive-figure--portrait img,
  .art-home .proof-archive-figure--detail img { aspect-ratio: 1.1 / 1; }
  .art-home .proof-archive-figure--wide img { aspect-ratio: 1 / .82; }
}
@media (prefers-reduced-motion: reduce) {
  .art-home .hero-documentary-frame > picture img,
  .art-home .hero-documentary-frame:hover > picture img { transform: none; }
}

/* Cinemark is one continuous case: context first, then a full-size proof the
   visitor can inspect. The comparison is not presented as a thumbnail card. */
.art-home .cinemark-case-proof {
  display: grid;
  grid-template-columns: minmax(220px, .58fr) minmax(460px, 1fr);
  gap: clamp(40px, 7vw, 104px);
  align-items: start;
  margin-top: clamp(64px, 8vw, 116px);
  padding-top: clamp(30px, 4vw, 56px);
  border-top: 1px solid #c9cac5;
}
.art-home .cinemark-case-proof__intro { position: sticky; top: 112px; }
.art-home .cinemark-case-proof__eyebrow {
  margin: 0 0 18px;
  color: #b94212;
  font: 700 .7rem/1.35 Arial, Helvetica, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.art-home .cinemark-case-proof__intro h3 {
  max-width: 10ch;
  margin: 0;
  color: #171717;
  font: 400 clamp(2.6rem, 4.7vw, 5.25rem)/.94 Georgia, 'Times New Roman', serif;
  letter-spacing: -.055em;
}
.art-home .cinemark-case-proof__intro > p:last-child {
  max-width: 34ch;
  margin: 24px 0 0;
  color: #555751;
  font-size: 1rem;
  line-height: 1.58;
}
.art-home .cinemark-case-comparison {
  max-width: 720px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.art-home .cinemark-case-comparison .comparison-stage { border-radius: 0; }
.art-home .cinemark-case-comparison .comparison-footer {
  padding: 18px 0 0;
  border: 0;
  background: transparent;
}
.art-home .cinemark-case-comparison .comparison-case-title { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.art-home .cinemark-case-comparison .comparison-case-desc { max-width: 52ch; }

@media (max-width: 820px) {
  .art-home .cinemark-case-proof { grid-template-columns: 1fr; gap: 30px; }
  .art-home .cinemark-case-proof__intro { position: static; }
  .art-home .cinemark-case-proof__intro h3 { max-width: 9ch; }
  .art-home .cinemark-case-comparison { width: 100%; max-width: none; }
}

/* P0 CINEMARK DOCUMENTARY FRAME
   The source is portrait (1024x1536). Keep it as a real proof photograph,
   but never let the old generic 1:1 crop amputate the operator's face or the
   Cinemark context on desktop. This is an intentional editorial crop, not a
   full-viewport/raw-image leak. */
.art-home .cinemark-proof-figure {
  width: 100%;
  height: clamp(500px, 43vw, 620px);
  aspect-ratio: auto;
  margin: 0;
  overflow: hidden;
  background: #e9e7e2;
}

.art-home .cinemark-proof-figure .cinemark-clean-img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 30%;
  transform-origin: 50% 30%;
}

/* O caso Cinemark precisa mostrar atendimento e prova no mesmo capítulo.
   O quadro completo fica abaixo da foto contextual; não é um PNG solto no fluxo. */
.art-home .cinemark-proof-board-figure {
  display: grid;
  grid-template-columns: minmax(150px, 28%) 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  padding: 12px 16px 12px 12px;
  border: 1px solid #d7d8d3;
  border-radius: 0;
  background: #f1f0ec;
  box-shadow: none;
}
.art-home .cinemark-proof-board-figure .cinemark-macro-img {
  width: 100%;
  height: clamp(108px, 11vw, 148px);
  object-fit: contain;
  background: #050505;
  border-radius: 0;
}
.art-home .cinemark-proof-board-figure .proof-macro-text strong {
  color: #171717;
  font: 700 .76rem/1.35 Arial, Helvetica, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.art-home .cinemark-proof-board-figure .proof-macro-text small {
  color: #5f625f;
  font: 400 1rem/1.35 Georgia, 'Times New Roman', serif;
}

@media (max-width: 700px) {
  .art-home .cinemark-proof-figure {
    height: min(540px, 140vw);
    aspect-ratio: auto;
  }

  .art-home .cinemark-proof-figure .cinemark-clean-img {
    object-position: 50% 34%;
  }
  .art-home .cinemark-proof-board-figure {
    grid-template-columns: 112px 1fr;
    gap: 12px;
    padding: 10px;
  }
  .art-home .cinemark-proof-board-figure .cinemark-macro-img { height: 112px; }
  .art-home .cinemark-proof-board-figure .proof-macro-text small { font-size: .9rem; }
}

/* Final precedence: the reference-led scene and comparison controls keep
   the accessible orange after the legacy home cascade. */
.art-home .header-actions .btn-primary,
.art-home .btn-primary,
.art-home .hero-actions-row .btn-primary,
.art-home .cinemark-proof-cta-row .btn-primary {
  background: #b94212;
  border-color: #b94212;
}
.art-home .header-actions .btn-primary:hover,
.art-home .btn-primary:hover,
.art-home .hero-actions-row .btn-primary:hover,
.art-home .cinemark-proof-cta-row .btn-primary:hover {
  background: #96350d;
  border-color: #96350d;
}
.art-home #comparador .case-tab-btn:hover,
.art-home #comparador .case-tab-btn.active {
  border-bottom-color: #b94212;
  color: #b94212;
}
.art-home #comparador .comparison-handle {
  color: #b94212;
  border-color: #b94212;
}
.art-home .home-service-list span,
.art-home .matter-field__eyebrow { color: #b94212; }
.art-home .matter-field__media::after { background: #b94212; }
.art-home .matter-field__steps li[data-active] { border-color: #b94212; }
.art-home .hero-service-line,
.art-home .cinemark-cta-sub,
.art-home .hero-editorial-caption { font-size: .7rem; }

/* Final precedence: the reference-led opening must sit directly below the
   header. Keep this last so the inherited service-world cascade cannot turn
   the image-first scene back into a padded split hero. */
.art-home #hero {
  min-height: calc(100svh - 82px);
  padding: 0;
  overflow: clip;
  background: #171716;
  color: #f7f4ee;
}
.art-home #hero > .container { width: 100%; max-width: none; padding: 0; }
.art-home .hero-asymmetric-wrapper { min-height: calc(100svh - 82px); display: block; gap: 0; }
.art-home .hero-stage-column { position: absolute; inset: 0; z-index: 0; }
.art-home .hero-documentary-frame { position: absolute; inset: 0; max-width: none; margin: 0; border-radius: 0; box-shadow: none; overflow: hidden; background: #22211f; }
.art-home .hero-documentary-frame::after { position: absolute; z-index: 1; inset: 0; display: block; background: linear-gradient(90deg, rgba(15, 15, 14, .86), rgba(15, 15, 14, .5) 34%, rgba(15, 15, 14, .12) 72%, rgba(15, 15, 14, .2)), linear-gradient(0deg, rgba(15, 15, 14, .76), transparent 34%, rgba(15, 15, 14, .16)); content: ''; pointer-events: none; }
.art-home .hero-documentary-frame img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; border-radius: 0; object-fit: cover; object-position: 62% 46%; filter: saturate(.86) contrast(1.04); transform: scale(1.015); transition: transform 900ms cubic-bezier(.16, 1, .3, 1), filter 900ms ease; }
.art-home .hero-documentary-frame:hover img { filter: saturate(.94) contrast(1.06); transform: scale(1.045); }
.art-home .hero-editorial-column { position: absolute; z-index: 2; inset: 0; width: 100%; max-width: none; padding: 0; pointer-events: none; }
.art-home .home-kicker { position: absolute; top: clamp(46px, 9vh, 88px); left: clamp(24px, 8vw, 120px); display: block; margin: 0; color: #f2793d; font: 700 .68rem/1.35 Arial, Helvetica, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.art-home .heading-master-hero { position: absolute; top: clamp(84px, 15vh, 142px); left: clamp(24px, 7vw, 104px); max-width: 9ch; margin: 0; color: #f8f4ed; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.7rem, 7.5vw, 8.4rem); font-weight: 400; line-height: .86; letter-spacing: -.075em; text-wrap: balance; }
.art-home .hero-lead-text { position: absolute; right: clamp(24px, 9vw, 132px); bottom: clamp(128px, 19vh, 182px); max-width: 31rem; margin: 0; color: rgba(248, 244, 237, .92); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.4; }
.art-home .hero-service-line { position: absolute; bottom: clamp(28px, 6vh, 58px); left: clamp(24px, 8vw, 120px); max-width: 42rem; margin: 0; color: rgba(248, 244, 237, .72); font-size: .66rem; letter-spacing: .12em; }
.art-home .hero-service-line strong { color: #f2793d; }
.art-home .hero-actions-row { position: absolute; right: clamp(24px, 9vw, 132px); bottom: clamp(44px, 9vh, 86px); display: flex; gap: 12px; margin: 0; pointer-events: auto; }
.art-home .hero-actions-row .btn-primary { min-height: 48px; padding: 0 22px; background: #f05a24; border-color: #f05a24; color: #fff; }
.art-home .hero-case-link { min-height: 48px; border-color: rgba(248, 244, 237, .72); color: #f8f4ed; }
.art-home .hero-case-link:hover { background: #f8f4ed; border-color: #f8f4ed; color: #171716; }
.art-home .hero-editorial-caption { position: absolute; z-index: 2; right: clamp(24px, 8vw, 120px); bottom: clamp(18px, 3vh, 30px); padding: 0; border: 0; background: transparent; color: rgba(248, 244, 237, .66); font: 700 .62rem/1.35 Arial, Helvetica, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.art-home .hero-editorial-caption .caption-dot { display: none; }

@media (max-width: 700px) {
  .art-home #hero, .art-home .hero-asymmetric-wrapper { min-height: calc(100svh - 72px); }
  .art-home .hero-documentary-frame img { object-position: 62% 48%; transform: scale(1.04); }
  .art-home .home-kicker { top: 34px; left: 16px; font-size: .6rem; letter-spacing: .13em; }
  .art-home .heading-master-hero { top: 70px; left: 16px; max-width: 7.6ch; font-size: clamp(3.35rem, 15vw, 5.4rem); line-height: .88; }
  .art-home .hero-lead-text { right: 16px; bottom: 190px; max-width: 22rem; font-size: 1rem; line-height: 1.38; }
  .art-home .hero-actions-row { right: 16px; bottom: 92px; left: 16px; display: grid; grid-template-columns: 1fr 1fr; }
  .art-home .hero-actions-row .btn-primary, .art-home .hero-case-link { width: 100%; justify-content: center; padding-inline: 10px; }
  .art-home .hero-service-line { right: 16px; bottom: 24px; left: 16px; gap: 6px 12px; font-size: .58rem; }
  .art-home .hero-editorial-caption { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .art-home .hero-documentary-frame img, .art-home .hero-documentary-frame:hover img { transform: none; transition: none; }
}

/* ========================================================================
   REFERENCE-LED FIRST VIEWPORT
   The client reference is translated into an original Art Cleaner scene:
   real field photography carries the opening, with editorial type and
   business proof laid over the image instead of a conventional split hero.
   ======================================================================== */
.art-home #hero {
  position: relative;
  min-height: calc(100svh - 82px);
  padding: 0;
  overflow: clip;
  background: #171716;
  color: #f7f4ee;
}

.art-home #hero > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.art-home .hero-asymmetric-wrapper {
  position: relative;
  min-height: calc(100svh - 82px);
  display: block;
  overflow: clip;
}

.art-home .hero-stage-column {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.art-home .hero-documentary-frame {
  position: absolute;
  inset: 0;
  max-width: none;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #22211f;
  box-shadow: none;
}

.art-home .hero-documentary-frame::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(15, 15, 14, .86) 0%, rgba(15, 15, 14, .5) 34%, rgba(15, 15, 14, .12) 72%, rgba(15, 15, 14, .2) 100%),
    linear-gradient(0deg, rgba(15, 15, 14, .76) 0%, transparent 34%, rgba(15, 15, 14, .16) 100%);
  content: '';
  pointer-events: none;
}

.art-home .hero-documentary-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  object-fit: cover;
  object-position: 62% 46%;
  filter: saturate(.86) contrast(1.04);
  transform: scale(1.015);
  transition: transform 900ms cubic-bezier(.16, 1, .3, 1), filter 900ms ease;
}

.art-home .hero-documentary-frame:hover img {
  filter: saturate(.94) contrast(1.06);
  transform: scale(1.045);
}

.art-home .hero-editorial-column {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  max-width: none;
  padding: 0;
  pointer-events: none;
}

.art-home .home-kicker {
  position: absolute;
  top: clamp(46px, 9vh, 88px);
  left: clamp(24px, 8vw, 120px);
  display: block;
  margin: 0;
  color: #f2793d;
  font: 700 .68rem/1.35 Arial, Helvetica, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.art-home .heading-master-hero {
  position: absolute;
  top: clamp(84px, 15vh, 142px);
  left: clamp(24px, 7vw, 104px);
  max-width: 9ch;
  margin: 0;
  color: #f8f4ed;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(4.2rem, 8vw, 9rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.075em;
  text-wrap: balance;
}

.art-home .hero-lead-text {
  position: absolute;
  right: clamp(24px, 9vw, 132px);
  bottom: clamp(164px, 27vh, 250px);
  max-width: 31rem;
  margin: 0;
  color: rgba(248, 244, 237, .9);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.4;
}

.art-home .hero-service-line {
  position: absolute;
  bottom: clamp(28px, 6vh, 58px);
  left: clamp(24px, 8vw, 120px);
  max-width: 42rem;
  margin: 0;
  color: rgba(248, 244, 237, .7);
  font-size: .66rem;
  letter-spacing: .12em;
}

.art-home .hero-service-line strong { color: #f2793d; }

.art-home .hero-actions-row {
  position: absolute;
  right: clamp(24px, 9vw, 132px);
  bottom: clamp(44px, 9vh, 86px);
  display: flex;
  gap: 12px;
  margin: 0;
  pointer-events: auto;
}

.art-home .hero-actions-row .btn-primary {
  min-height: 48px;
  padding: 0 22px;
  background: #f05a24;
  border-color: #f05a24;
  color: #fff;
}

.art-home .hero-case-link {
  min-height: 48px;
  border-color: rgba(248, 244, 237, .72);
  color: #f8f4ed;
}

.art-home .hero-case-link:hover {
  background: #f8f4ed;
  border-color: #f8f4ed;
  color: #171716;
}

.art-home .hero-editorial-caption {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 8vw, 120px);
  bottom: clamp(18px, 3vh, 30px);
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(248, 244, 237, .66);
  font: 700 .62rem/1.35 Arial, Helvetica, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.art-home .hero-editorial-caption .caption-dot { display: none; }

@media (max-width: 700px) {
  .art-home #hero,
  .art-home .hero-asymmetric-wrapper { min-height: calc(100svh - 72px); }

  .art-home .hero-documentary-frame img {
    object-position: 62% 48%;
    transform: scale(1.04);
  }

  .art-home .home-kicker {
    top: 34px;
    left: 16px;
    font-size: .6rem;
    letter-spacing: .13em;
  }

  .art-home .heading-master-hero {
    top: 70px;
    left: 16px;
    max-width: 7.6ch;
    font-size: clamp(3.35rem, 15vw, 5.4rem);
    line-height: .88;
  }

  .art-home .hero-lead-text {
    right: 16px;
    bottom: 190px;
    max-width: 22rem;
    font-size: 1rem;
    line-height: 1.38;
  }

  .art-home .hero-actions-row {
    right: 16px;
    bottom: 92px;
    left: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .art-home .hero-actions-row .btn-primary,
  .art-home .hero-case-link { width: 100%; justify-content: center; padding-inline: 10px; }

  .art-home .hero-service-line {
    right: 16px;
    bottom: 24px;
    left: 16px;
    gap: 6px 12px;
    font-size: .58rem;
  }

  .art-home .hero-editorial-caption { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .art-home .hero-documentary-frame img { transform: none; transition: none; }
  .art-home .hero-documentary-frame:hover img { transform: none; }
}

/* Creative motion pass: the material transformation is a proof interaction,
   not a decorative fade. Keep it transform/clip-path based and local to the
   existing sticky scene so the rest of the service site stays quiet. */
.art-home .matter-field__content {
  transform: translate3d(0, var(--matter-copy-y, 0px), 0);
  will-change: transform;
}
.art-home .matter-field__image--after {
  clip-path: inset(0 0 0 var(--matter-after-left, 100%));
  -webkit-clip-path: inset(0 0 0 var(--matter-after-left, 100%));
}
.art-home .matter-field__media::after {
  position: absolute;
  z-index: 3;
  top: 12%;
  bottom: 12%;
  left: var(--matter-sweep-position, 0%);
  width: 2px;
  background: #e6511e;
  content: '';
  opacity: var(--matter-sweep-opacity, 0);
  pointer-events: none;
  transform: translateX(-1px);
}

@media (max-width: 700px), (prefers-reduced-motion: reduce) {
  .art-home .matter-field__content { transform: none; will-change: auto; }
  .art-home .matter-field__image--after {
    clip-path: none;
    -webkit-clip-path: none;
  }
  .art-home .matter-field__media::after { display: none; }
}

/* Recovery integrity override: this must remain the last matter-field cascade.
   One frame has one photographic state; mobile/reduced motion is a linear story,
   never a decorative image mosaic. */
.art-home .matter-field {
  height: 320vh;
  background: #191918;
}
.art-home .matter-field__media { background: #191918; }
.art-home .matter-field__image--environment { object-position: center 45%; }
.art-home .matter-field__image--macro { object-position: 54% 54%; }
.art-home .matter-field__image--before,
.art-home .matter-field__image--after { object-position: center; }
.art-home .matter-field__image--equipment { object-position: 56% 54%; }
.art-home .matter-field__veil { background: rgba(15, 15, 14, .4); }
.art-home .matter-field__content h2 {
  max-width: 9ch;
  font-family: var(--font-display) !important;
  font-size: clamp(3.4rem, 7vw, 7.5rem);
  font-style: normal;
  font-weight: 800 !important;
  line-height: .9;
  letter-spacing: -.055em;
}
.art-home .matter-field__lead {
  font-family: var(--font-body) !important;
  font-style: normal;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.5;
}

@media (max-width: 700px) {
  .art-home .matter-field { height: auto; min-height: 0; overflow: visible; }
  .art-home .matter-field__track,
  .art-home .matter-field__stage { height: auto; min-height: 0; position: relative; overflow: visible; }
  .art-home .matter-field__stage { display: flex; flex-direction: column; }
  .art-home .matter-field__media { position: relative; inset: auto; display: block !important; height: auto; }
  .art-home .matter-field__image {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    aspect-ratio: 4 / 3;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    object-fit: cover;
  }
  .art-home .matter-field__image--after { display: block !important; }
  .art-home .matter-field__veil { display: none; }
  .art-home .matter-field__content { width: calc(100% - 32px); min-height: 0; padding: 36px 0 46px; display: block; }
  .art-home .matter-field__content h2 { margin: 14px 0 20px; font-size: clamp(2.75rem, 13vw, 4.3rem); }
  .art-home .matter-field__lead { margin: 0 0 28px; font-size: 1.05rem; }
  .art-home .matter-field__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .art-home .matter-field__status { margin: 24px 0 0; }
  .art-home .matter-field__counter { position: static; order: 3; padding: 0 16px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .art-home .matter-field { height: auto; overflow: visible; }
  .art-home .matter-field__track,
  .art-home .matter-field__stage { height: auto; min-height: 0; position: relative; overflow: visible; }
  .art-home .matter-field__media { position: relative; inset: auto; display: block !important; height: auto; }
  .art-home .matter-field__image {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    aspect-ratio: 16 / 10;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    object-fit: cover;
  }
  .art-home .matter-field__veil { display: none; }
  .art-home .matter-field__content { min-height: 0; display: block; padding: 38px 24px 48px; }
}

/* White service world: the reference informs the temporal behavior only.
   It must never turn Art Cleaner into a dark studio/portfolio experience. */
.art-home .matter-field {
  background: #f7f7f5;
  color: #171717;
  border-top: 1px solid #d7d8d3;
  border-bottom: 1px solid #d7d8d3;
}
.art-home .matter-field__stage { background: #f7f7f5; }
.art-home .matter-field__media {
  inset: 0 0 0 47%;
  z-index: 0;
  background: #e9e9e5;
}
.art-home .matter-field__veil {
  z-index: 1;
  background: linear-gradient(90deg, rgba(247, 247, 245, 0) 0%, rgba(247, 247, 245, .06) 100%);
}
.art-home .matter-field__content {
  position: relative;
  z-index: 2;
  display: block;
  width: min(1200px, calc(100% - 48px));
  min-height: 100svh;
  padding: clamp(88px, 12vh, 150px) 0 48px;
}
.art-home .matter-field__eyebrow { margin: 0; color: #e6511e; }
.art-home .matter-field__content h2 {
  max-width: 7ch;
  margin: 22px 0 0;
  color: #171717;
  font-size: clamp(3.1rem, 5.8vw, 6.7rem);
  line-height: .92;
}
.art-home .matter-field__lead {
  max-width: 27rem;
  margin: 28px 0 0;
  color: #4e504e;
}
.art-home .matter-field__steps {
  display: grid;
  width: min(42%, 29rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: clamp(48px, 12vh, 130px) 0 0;
  padding: 0;
  list-style: none;
}
.art-home .matter-field__steps li { border-top-color: #c9cbc7; color: #575957; }
.art-home .matter-field__steps li[data-active] { border-color: #e6511e; color: #171717; }
.art-home .matter-field__status { margin: 18px 0 0; color: #4e504e; }
.art-home .matter-field__counter { right: 24px; bottom: 24px; color: #171717; }

@media (max-width: 700px) {
  .art-home .matter-field { background: #f7f7f5; color: #171717; }
  .art-home .matter-field__media { inset: auto; background: #e9e9e5; }
  .art-home .matter-field__image--macro,
  .art-home .matter-field__image--before,
  .art-home .matter-field__image--after,
  .art-home .matter-field__image--equipment { display: none !important; }
  .art-home .matter-field__content { width: calc(100% - 32px); min-height: 0; padding: 36px 0 46px; }
  .art-home .matter-field__eyebrow { color: #e6511e; }
  .art-home .matter-field__content h2 { max-width: 9ch; color: #171717; }
  .art-home .matter-field__lead,
  .art-home .matter-field__status { color: #4e504e; }
  .art-home .matter-field__steps { width: 100%; margin: 28px 0 0; }
  .art-home .matter-field__steps li { border-top-color: #c9cbc7; color: #575957; }
  .art-home .matter-field__steps li[data-active] { border-color: #e6511e; color: #171717; }
  .art-home .matter-field__counter { color: #171717; }
}

/* The accessible no-motion version is deliberately a calm editorial section,
   not an unfinished stack of scroll-scene assets. */
@media (prefers-reduced-motion: reduce) {
  .art-home .matter-field { height: auto; min-height: 0; overflow: visible; }
  .art-home .matter-field__track,
  .art-home .matter-field__stage { position: static; height: auto; min-height: 0; overflow: visible; }
  .art-home .matter-field__media { position: static !important; inset: auto !important; display: block !important; height: auto; }
  .art-home .matter-field__image--environment {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    object-fit: cover;
  }
  .art-home .matter-field__image--macro,
  .art-home .matter-field__image--before,
  .art-home .matter-field__image--after,
  .art-home .matter-field__image--equipment { display: none !important; }
  .art-home .matter-field__content { position: static; width: min(1200px, calc(100% - 48px)); min-height: 0; padding: 52px 0 56px; }
  .art-home .matter-field__counter { display: none; }
}

/* Recovery P0: a single photographic state per scroll phase. The prior
   mobile/reduced-motion fallback presented five unrelated images as a grid. */
.matter-field { height: 320vh; background: #191918; }
.matter-field__media { background: #191918; }
.matter-field__image--environment { object-position: center 53%; }
.matter-field__image--macro { object-position: center 70%; }
.matter-field__image--before,
.matter-field__image--after { object-position: center; }
.matter-field__image--equipment { object-position: 56% 54%; }
.matter-field__veil { background: rgba(15, 15, 14, .4); }
.matter-field__content h2 { max-width: 9ch; font-family: var(--font-display); font-size: clamp(3.4rem, 7vw, 7.5rem); font-weight: 800; line-height: .9; letter-spacing: -.055em; }
.matter-field__lead { font-family: var(--font-body); font-size: clamp(1rem, 1.3vw, 1.25rem); line-height: 1.5; }

@media (max-width: 700px) {
  .matter-field { height: auto; min-height: 0; overflow: visible; }
  .matter-field__track, .matter-field__stage { height: auto; min-height: 0; position: relative; overflow: visible; }
  .matter-field__stage { display: flex; flex-direction: column; }
  .matter-field__media { position: relative; inset: auto; display: block; height: auto; background: #191918; }
  .matter-field__image { position: relative; inset: auto; display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; opacity: 1 !important; transform: none !important; clip-path: none !important; object-fit: cover; }
  .matter-field__veil { display: none; }
  .matter-field__content { width: calc(100% - 32px); min-height: 0; padding: 36px 0 46px; display: block; }
  .matter-field__content h2 { margin: 14px 0 20px; font-size: clamp(2.75rem, 13vw, 4.3rem); }
  .matter-field__lead { margin: 0 0 28px; font-size: 1.05rem; }
  .matter-field__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .matter-field__status { margin: 24px 0 0; }
  .matter-field__counter { position: static; order: 3; padding: 0 16px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .matter-field { height: auto; overflow: visible; }
  .matter-field__track, .matter-field__stage { height: auto; min-height: 0; position: relative; overflow: visible; }
  .matter-field__media { position: relative; inset: auto; display: block; height: auto; }
  .matter-field__image { position: relative; inset: auto; display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 10; opacity: 1 !important; transform: none !important; clip-path: none !important; object-fit: cover; }
  .matter-field__veil { display: none; }
  .matter-field__content { min-height: 0; display: block; padding: 38px 24px 48px; }
}

/* ========================================================================
   MATTER FIELD — Lusion-inspired behavior, Art Cleaner-specific content
   2.5D DOM scene: sticky camera, crop state, material transition.
   ======================================================================== */
.matter-field {
  --matter-environment-opacity: 1;
  --matter-environment-scale: 1.04;
  --matter-environment-y: 0%;
  --matter-macro-opacity: 0;
  --matter-macro-scale: 1.12;
  --matter-macro-y: 16%;
  --matter-before-opacity: 0;
  --matter-before-pct: 28%;
  --matter-after-opacity: 0;
  --matter-after-scale: 1.08;
  --matter-equipment-opacity: 0;
  --matter-equipment-x: 26%;
  --matter-equipment-y: 13%;
  --matter-equipment-scale: 1.16;
  position: relative;
  height: 340vh;
  background: #171614;
  color: #f4efe7;
  overflow: clip;
}
.matter-field__track { position: relative; height: 100%; }
.matter-field__stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}
.matter-field__media,
.matter-field__veil { position: absolute; inset: 0; }
.matter-field__media { z-index: -2; background: #292621; }
.matter-field__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  will-change: transform, opacity, clip-path;
  transform-origin: center center;
}
.matter-field__image--environment {
  opacity: var(--matter-environment-opacity);
  transform: translate3d(0, var(--matter-environment-y), 0) scale(var(--matter-environment-scale));
  object-position: center 45%;
}
.matter-field__image--macro {
  opacity: var(--matter-macro-opacity);
  transform: translate3d(0, var(--matter-macro-y), 0) scale(var(--matter-macro-scale));
  object-position: 54% 54%;
}
.matter-field__image--before {
  opacity: var(--matter-before-opacity);
  clip-path: inset(0 calc(100% - var(--matter-before-pct)) 0 0);
  transform: scale(1.03);
  object-position: center;
}
.matter-field__image--after {
  opacity: var(--matter-after-opacity);
  transform: scale(var(--matter-after-scale));
  object-position: center;
}
.matter-field__image--equipment {
  opacity: var(--matter-equipment-opacity);
  transform: translate3d(var(--matter-equipment-x), var(--matter-equipment-y), 0) scale(var(--matter-equipment-scale));
  object-position: 66% 50%;
}
.matter-field__veil {
  z-index: -1;
  background: rgba(23, 22, 20, .34);
  pointer-events: none;
}
.matter-field__content {
  width: min(1200px, calc(100% - 48px));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(88px, 12vh, 150px) 0 48px;
  display: grid;
  grid-template-columns: minmax(220px, .76fr) minmax(300px, 1.24fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 5vw;
  align-items: start;
}
.matter-field__eyebrow,
.matter-field__status,
.matter-field__steps,
.matter-field__counter { font: 700 .67rem/1.3 Arial, Helvetica, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.matter-field__eyebrow { grid-column: 1; margin: 0; color: #f2793d; }
.matter-field__content h2 { grid-column: 1; margin: 22px 0 0; max-width: 8ch; color: #f4efe7; font: 400 clamp(3.5rem, 8vw, 9rem)/.82 Georgia, 'Times New Roman', serif; letter-spacing: -.09em; }
.matter-field__lead { grid-column: 2; align-self: end; max-width: 26rem; margin: 0 0 5vh; color: #eee7dc; font: 400 clamp(1.15rem, 1.6vw, 1.5rem)/1.3 Georgia, 'Times New Roman', serif; }
.matter-field__steps { grid-column: 1 / -1; align-self: end; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.matter-field__steps li { display: grid; grid-template-columns: auto 1fr; column-gap: 9px; padding-top: 11px; border-top: 1px solid rgba(244, 239, 231, .42); color: rgba(244, 239, 231, .58); transition: color 220ms ease, border-color 220ms ease; }
.matter-field__steps li span { grid-row: span 2; color: #f2793d; }
.matter-field__steps li b { font-size: .7rem; }
.matter-field__steps li small { grid-column: 2; margin-top: 3px; font-size: .58rem; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.matter-field__steps li[data-active] { border-color: #f2793d; color: #f4efe7; }
.matter-field__status { grid-column: 2; align-self: end; margin: 0 0 16px; color: rgba(244, 239, 231, .78); }
.matter-field__counter { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; color: #f4efe7; }
.matter-field__counter i { display: block; width: clamp(28px, 5vw, 80px); height: 1px; background: #f2793d; }
@media (max-width: 700px) {
  .matter-field { height: auto; min-height: 0; overflow: visible; }
  .matter-field__track { height: auto; }
  .matter-field__stage { position: relative; min-height: 0; overflow: visible; display: flex; flex-direction: column; }
  .matter-field__media { position: relative; inset: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 2px; height: min(130vw, 680px); background: #292621; }
  .matter-field__image { position: relative; inset: auto; width: 100%; height: 100%; min-width: 0; min-height: 0; grid-column: auto; grid-row: auto; opacity: 1 !important; transform: none !important; clip-path: none !important; object-position: center; }
  .matter-field__image--environment { grid-column: span 2; }
  .matter-field__image--after { display: none; }
  .matter-field__veil { display: none; }
  .matter-field__content { width: calc(100% - 32px); min-height: 0; padding: 36px 0 46px; display: block; }
  .matter-field__content h2 { margin: 16px 0 20px; font-size: clamp(3.2rem, 18vw, 5.6rem); }
  .matter-field__lead { margin: 0 0 30px; font-size: 1.2rem; }
  .matter-field__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .matter-field__steps li { color: #f4efe7; }
  .matter-field__status { margin: 24px 0 0; }
  .matter-field__counter { position: static; order: 3; padding: 0 16px 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .matter-field { height: auto; overflow: visible; }
  .matter-field__track { height: auto; }
  .matter-field__stage { position: relative; min-height: 0; }
  .matter-field__media { position: relative; inset: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 2px; height: min(130vw, 680px); }
  .matter-field__image { position: relative; inset: auto; width: 100%; height: 100%; min-width: 0; min-height: 0; opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .matter-field__image--environment { grid-column: span 2; }
  .matter-field__image--after { display: none; }
  .matter-field__veil { display: none; }
  .matter-field__content { min-height: 0; display: block; padding: 38px 24px 48px; }
  .matter-field__content h2 { margin: 18px 0; }
  .matter-field__steps { margin-top: 28px; }
}

/* Final cascade: the service-first white world must win over the retired
   Direction C block above. The dark matter field remains the one deliberate
   charcoal transformation scene. */
.art-home {
  --matter-cream: #f7f7f5;
  --matter-ink: #171717;
  --matter-rust: #f05a24;
  --matter-line: #d7d8d3;
  background: #f7f7f5;
  color: #171717;
  font-family: var(--font-body);
}
.art-home .site-header, .art-home #hero, .art-home #mergulho-material, .art-home #servicos, .art-home #processo, .art-home #orcamento, .art-home #faq, .art-home .site-footer { background: #f7f7f5; color: #171717; }
.art-home .site-header { border-bottom: 1px solid #d7d8d3; }
.art-home .main-nav .nav-link, .art-home .header-phone-link, .art-home .header-actions .btn, .art-home .hero-service-line, .art-home .hero-editorial-caption, .art-home .hero-case-link { font-family: var(--font-body); }
.art-home .header-actions .btn-primary, .art-home .btn-primary { background: #f05a24; border: 1px solid #f05a24; border-radius: 0; box-shadow: none; }
.art-home .header-actions .btn-primary:hover, .art-home .btn-primary:hover { background: #d94716; border-color: #d94716; box-shadow: none; transform: translateY(-2px); }
.art-home #hero { padding: clamp(52px, 7vw, 104px) 0 clamp(58px, 8vw, 112px); }
.art-home .hero-asymmetric-wrapper { grid-template-columns: minmax(320px, .82fr) minmax(460px, 1.18fr); gap: clamp(32px, 5vw, 96px); align-items: center; }
.art-home .home-kicker { display: none; }
.art-home .heading-master-hero { max-width: 9ch; margin: 0; color: #171717; font-family: var(--font-display); font-size: clamp(3rem, 5.6vw, 6rem); font-weight: 800; line-height: .93; letter-spacing: -.055em; }
.art-home .hero-lead-text { max-width: 48ch; margin: 28px 0 0; color: #171717; font-family: var(--font-body); font-size: clamp(1.05rem, 1.4vw, 1.35rem); line-height: 1.45; }
.art-home .hero-service-line { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; margin-top: 28px; color: #5f625f; font-size: .72rem; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.art-home .hero-service-line strong { color: #f05a24; }
.art-home .hero-actions-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.art-home .hero-actions-row .btn-primary { min-height: 48px; padding: 0 22px; }
.art-home .hero-case-link { display: inline-flex; min-height: 48px; align-items: center; padding: 0 18px; border: 1px solid #171717; color: #171717; font-size: .8rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; text-transform: none; }
.art-home .hero-case-link:hover { color: #fff; background: #171717; border-color: #171717; }
.art-home .hero-documentary-frame { max-width: none; margin: 0; }
.art-home .hero-documentary-frame img { aspect-ratio: 1 / 1.08; object-fit: cover; object-position: 54% 50%; }
.art-home .hero-editorial-caption { padding: 12px 0; border-top: 0; border-bottom: 1px solid #d7d8d3; background: transparent; color: #171717; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.art-home .caption-dot { display: none; }
.art-home #mergulho-material { border-top: 1px solid #d7d8d3; padding: clamp(56px, 8vw, 112px) 0; }
.art-home .cinemark-proof-grid { grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.art-home .proof-main-photo-frame { border-radius: 0; box-shadow: none; }
.art-home .proof-main-photo-frame img { aspect-ratio: 1 / 1.08; object-fit: cover; }
.art-home .cinemark-proof-headline { max-width: 11ch; margin: 0; color: #171717; font-family: var(--font-display); font-size: clamp(2.7rem, 5vw, 5.5rem); font-weight: 800; line-height: .94; letter-spacing: -.055em; }
.art-home .cinemark-proof-lead { max-width: 48ch; margin: 24px 0 0; color: #171717; font-family: var(--font-body); font-size: 1.08rem; line-height: 1.5; }
.art-home .cinemark-proof-cta-row .btn-primary { padding: 0 22px; border: 1px solid #f05a24; background: #f05a24; color: #fff; }
.art-home .cinemark-cta-sub { color: #5f625f; font-family: var(--font-body); }
.art-home #comparador { background: #fff; color: #171717; border-top: 1px solid #d7d8d3; border-bottom: 1px solid #d7d8d3; }
.art-home #comparador { scroll-margin-top: 96px; }
.art-home #comparador .section-header { text-align: left; }
.art-home #comparador .section-header h2 { max-width: 12ch; color: #171717; font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 800; line-height: .94; letter-spacing: -.055em; }
.art-home #comparador .section-header p { max-width: 48ch; color: #5f625f; font-family: var(--font-body); }
.art-home #comparador .case-tab-btn { color: #5f625f; font-family: var(--font-body); }
.art-home #comparador .case-tab-btn.active { color: #f05a24; }
.art-home #comparador .comparison-tag-subtle { border-radius: 0; background: #fff; color: #171717; }
.art-home #comparador .case-tab-btn {
  min-height: 44px;
  padding-inline: 4px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.art-home #comparador .case-tab-btn:hover,
.art-home #comparador .case-tab-btn.active {
  border-bottom-color: #f05a24;
  background: transparent;
  color: #f05a24;
  box-shadow: none;
}
.art-home #comparador .comparison-handle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #f05a24;
  border: 1px solid #f05a24;
  box-shadow: 0 6px 16px rgba(23, 23, 23, .18);
}
.art-home .home-service-intro h2, .art-home .home-process-layout h2, .art-home #orcamento .section-header h2, .art-home #faq .section-header h2 { color: #171717; font-family: var(--font-display); font-weight: 800; line-height: .94; letter-spacing: -.055em; }
.art-home .home-service-intro p, .art-home .home-service-list p, .art-home .home-process-list p, .art-home #orcamento .section-header p, .art-home .faq-content { color: #5f625f; font-family: var(--font-body); }
.art-home .home-service-list a, .art-home #processo, .art-home #faq, .art-home .site-footer { border-color: #d7d8d3; }
.art-home .home-service-list h3, .art-home .home-process-list h3 { color: #171717; font-family: var(--font-display); font-weight: 700; letter-spacing: -.03em; }
.art-home .home-service-list span { color: #f05a24; }
.art-home .form-label, .art-home .form-input, .art-home .form-select, .art-home .form-textarea { color: #171717; font-family: var(--font-body); }
.art-home .form-input, .art-home .form-select, .art-home .form-textarea { border-bottom-color: #d7d8d3; }

@media (max-width: 700px) {
  .art-home #hero { padding: 40px 0 56px; }
  .art-home .hero-asymmetric-wrapper { grid-template-columns: 1fr; gap: 32px; }
  .art-home .heading-master-hero { max-width: 12ch; font-size: clamp(2.8rem, 14vw, 4.3rem); line-height: .94; }
  .art-home .hero-lead-text { margin-top: 22px; font-size: 1.04rem; }
  .art-home .hero-service-line { margin-top: 20px; }
  .art-home .hero-actions-row { gap: 12px; margin-top: 24px; }
  .art-home .hero-actions-row .btn-primary, .art-home .hero-case-link { width: 100%; justify-content: center; }
  .art-home .hero-documentary-frame img { aspect-ratio: 1 / 1.12; }
  .art-home .cinemark-proof-grid { grid-template-columns: 1fr; gap: 28px; }
  .art-home .cinemark-proof-headline { max-width: 12ch; font-size: clamp(2.7rem, 12vw, 4.2rem); }
}

/* Final precedence for the reference-led opening. */
/* ART-CLEANER-FINAL-EOF-ANCHOR */
@media (min-width: 701px) {
  .art-home .hero-documentary-frame { inset: 0 clamp(0px, 5vw, 72px); }
  .art-home .home-kicker { top: clamp(12px, 1.7vh, 18px); left: clamp(24px, 7.92vw, 114px); display: block; font: 700 12px/1.35 Arial, Helvetica, sans-serif; letter-spacing: .14em; }
  .art-home .heading-master-hero { top: clamp(28px, 4.8vh, 44px); left: clamp(30px, 8.2vw, 118px); max-width: min(40.69vw, 586px); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.7rem, 8.2vw, 7.5rem); font-weight: 400; line-height: .79; letter-spacing: -.075em; }
  .art-home .hero-lead-text { top: 49.5%; right: auto; left: 63.47%; width: min(31.94vw, 460px); max-width: none; color: #e3d9d2; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.2rem, 1.84vw, 1.65rem); line-height: 1.2; }
  .art-home .hero-editorial-caption { right: clamp(24px, 3vw, 44px); bottom: clamp(48px, 7vh, 68px); font: 700 12px/1.35 Arial, Helvetica, sans-serif; letter-spacing: .18em; }
  .art-home .hero-actions-row, .art-home .hero-service-line { visibility: hidden; pointer-events: none; }
}
@media (max-width: 700px) {
  .art-home .hero-documentary-frame { inset: 0; }
}
.art-home #hero { min-height: calc(100svh - 82px); padding: 0; overflow: clip; background: #171716; color: #f7f4ee; }
.art-home #hero > .container { width: 100%; max-width: none; padding: 0; }
.art-home .hero-asymmetric-wrapper { min-height: calc(100svh - 82px); display: block; gap: 0; }
.art-home .hero-stage-column { position: absolute; inset: 0; z-index: 0; }
.art-home .hero-documentary-frame { position: absolute; inset: 0; max-width: none; margin: 0; border-radius: 0; box-shadow: none; overflow: hidden; background: #22211f; }
.art-home .hero-documentary-frame::after { position: absolute; z-index: 1; inset: 0; display: block; background: linear-gradient(90deg, rgba(15, 15, 14, .86), rgba(15, 15, 14, .5) 34%, rgba(15, 15, 14, .12) 72%, rgba(15, 15, 14, .2)), linear-gradient(0deg, rgba(15, 15, 14, .76), transparent 34%, rgba(15, 15, 14, .16)); content: ''; pointer-events: none; }
.art-home .hero-documentary-frame img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; border-radius: 0; object-fit: cover; object-position: 62% 46%; filter: saturate(.86) contrast(1.04); transform: scale(1.015); transition: transform 900ms cubic-bezier(.16, 1, .3, 1), filter 900ms ease; }
.art-home .hero-documentary-frame:hover img { filter: saturate(.94) contrast(1.06); transform: scale(1.045); }
.art-home .hero-editorial-column { position: absolute; z-index: 2; inset: 0; width: 100%; max-width: none; padding: 0; pointer-events: none; }
.art-home .home-kicker { position: absolute; top: clamp(46px, 9vh, 88px); left: clamp(24px, 8vw, 120px); display: block; margin: 0; color: #f2793d; font: 700 .68rem/1.35 Arial, Helvetica, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.art-home .heading-master-hero { position: absolute; top: clamp(84px, 15vh, 142px); left: clamp(24px, 7vw, 104px); max-width: 9ch; margin: 0; color: #f8f4ed; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.7rem, 7.5vw, 8.4rem); font-weight: 400; line-height: .86; letter-spacing: -.075em; text-wrap: balance; }
.art-home .hero-lead-text { position: absolute; right: clamp(24px, 9vw, 132px); bottom: clamp(128px, 19vh, 182px); max-width: 31rem; margin: 0; color: rgba(248, 244, 237, .92); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.4; }
.art-home .hero-service-line { position: absolute; bottom: clamp(28px, 6vh, 58px); left: clamp(24px, 8vw, 120px); max-width: 42rem; margin: 0; color: rgba(248, 244, 237, .72); font-size: .66rem; letter-spacing: .12em; }
.art-home .hero-service-line strong { color: #f2793d; }
.art-home .hero-actions-row { position: absolute; right: clamp(24px, 9vw, 132px); bottom: clamp(44px, 9vh, 86px); display: flex; gap: 12px; margin: 0; pointer-events: auto; }
.art-home .hero-actions-row .btn-primary { min-height: 48px; padding: 0 22px; background: #f05a24; border-color: #f05a24; color: #fff; }
.art-home .hero-case-link { min-height: 48px; border-color: rgba(248, 244, 237, .72); color: #f8f4ed; }
.art-home .hero-case-link:hover { background: #f8f4ed; border-color: #f8f4ed; color: #171716; }
.art-home .hero-editorial-caption { position: absolute; z-index: 2; right: clamp(24px, 8vw, 120px); bottom: clamp(18px, 3vh, 30px); padding: 0; border: 0; background: transparent; color: rgba(248, 244, 237, .66); font: 700 .62rem/1.35 Arial, Helvetica, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.art-home .hero-editorial-caption .caption-dot { display: none; }
@media (max-width: 700px) {
  .art-home #hero, .art-home .hero-asymmetric-wrapper { min-height: calc(100svh - 72px); }
  .art-home .hero-documentary-frame img { object-position: 62% 48%; transform: scale(1.04); }
  .art-home .home-kicker { top: 34px; left: 16px; font-size: .6rem; letter-spacing: .13em; }
  .art-home .heading-master-hero { top: 70px; left: 16px; max-width: 7.6ch; font-size: clamp(3.35rem, 15vw, 5.4rem); line-height: .88; }
  .art-home .hero-lead-text { right: 16px; bottom: 190px; max-width: 22rem; font-size: 1rem; line-height: 1.38; }
  .art-home .hero-actions-row { right: 16px; bottom: 92px; left: 16px; display: grid; grid-template-columns: 1fr 1fr; }
  .art-home .hero-actions-row .btn-primary, .art-home .hero-case-link { width: 100%; justify-content: center; padding-inline: 10px; }
  .art-home .hero-service-line { right: 16px; bottom: 24px; left: 16px; gap: 6px 12px; font-size: .58rem; }
  .art-home .hero-editorial-caption { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .art-home .hero-documentary-frame img, .art-home .hero-documentary-frame:hover img { transform: none; transition: none; }
}

/* FINAL-EOS-HERO-LOCK-UNIQUE */
@media (min-width: 701px) {
  .art-home .hero-documentary-frame { inset: 0; background: #151515; }
  .art-home .hero-documentary-frame > picture { inset: 0; overflow: hidden; }
  .art-home .hero-documentary-frame::after { inset: 0; }
  .art-home .hero-documentary-frame > picture img { transform: translate3d(var(--hero-depth-x), var(--hero-depth-y), 0) scale(1); }
  .art-home .home-kicker { top: clamp(48px, 6.2vh, 58px); left: clamp(24px, 7.92vw, 114px); display: block; font: 700 12px/1.35 Arial, Helvetica, sans-serif; letter-spacing: .14em; }
  .art-home .heading-master-hero { top: clamp(78px, 9.8vh, 92px); left: clamp(30px, 8.2vw, 118px); max-width: min(40.69vw, 586px); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.7rem, 8.2vw, 7.5rem); font-weight: 400; line-height: .79; letter-spacing: -.075em; }
  .art-home .hero-lead-text { top: 52%; right: auto; left: 63.47%; width: min(31.94vw, 460px); max-width: none; color: #e3d9d2; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.2rem, 1.84vw, 1.65rem); line-height: 1.2; }
  .art-home .hero-editorial-caption { right: clamp(24px, 3vw, 44px); bottom: clamp(34px, 5vh, 48px); font: 700 12px/1.35 Arial, Helvetica, sans-serif; letter-spacing: .18em; }
  .art-home .hero-actions-row, .art-home .hero-service-line { visibility: hidden; pointer-events: none; }
}
@media (max-width: 700px) {
  .art-home .hero-documentary-frame { inset: 0; }
  .art-home .hero-documentary-frame > picture { inset: 0; }
}

/* LIVE-DESKTOP-FULL-BLEED-LATE-20260909 */
@media (min-width: 701px) {
  body.art-home { padding-bottom: 0; }
  body.art-home .hero-documentary-frame {
    inset: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    border: 0;
  }
  body.art-home .hero-documentary-frame > picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  body.art-home .hero-documentary-frame > picture img {
    width: 100%;
    height: 100%;
    max-width: none;
  }
}

/* LIVE-REDUCED-MOTION-MATTER-FALLBACK-20260909
   Reduced motion must remain a composed editorial section. Keep one real
   field photograph beside the explanation instead of stacking a giant image
   above an empty white column. */
@media (min-width: 701px) and (prefers-reduced-motion: reduce) {
  body.art-home .matter-field {
    height: auto;
    min-height: 0;
    overflow: visible;
    background: #f7f7f5;
    color: #171717;
  }

  body.art-home .matter-field__track,
  body.art-home .matter-field__stage {
    position: relative;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  body.art-home .matter-field__stage {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    align-items: stretch;
  }

  body.art-home .matter-field__media {
    position: relative !important;
    inset: auto !important;
    z-index: 0;
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    gap: 0 !important;
    min-height: clamp(460px, 56vw, 720px);
    height: auto;
    background: #e9e9e5;
  }

  body.art-home .matter-field__image {
    position: absolute !important;
    inset: 0 !important;
    display: none;
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    opacity: 0 !important;
    transform: none !important;
    clip-path: none !important;
    object-fit: cover;
  }

  body.art-home .matter-field__image--environment {
    display: block;
    opacity: 1 !important;
    object-position: center 45%;
  }

  body.art-home .matter-field__veil { display: none; }

  body.art-home .matter-field__content {
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: clamp(64px, 8vw, 112px) clamp(24px, 4vw, 64px);
    display: block;
  }

  body.art-home .matter-field__content h2 {
    max-width: 8ch;
    margin: 22px 0 24px;
    color: #171717;
  }

  body.art-home .matter-field__lead,
  body.art-home .matter-field__status { color: #4e504e; }

  body.art-home .matter-field__steps {
    width: 100%;
    margin: clamp(48px, 8vw, 96px) 0 0;
  }

  body.art-home .matter-field__steps li { border-top-color: #c9cbc7; color: #575957; }
  body.art-home .matter-field__steps li[data-active] { border-color: #e6511e; color: #171717; }
  body.art-home .matter-field__counter { display: none; }
}

/* The current Art Cleaner composition places the Matter Field copy on a
   light editorial rail. Keep the handoff readable in that real layout. */
body.art-home .matter-field__cta { color: #171717; border-color: #9c9c98; }
body.art-home .matter-field__cta:hover { color: #e6511e; border-color: #e6511e; }

/* Matéria 4D no desktop: a cena cabe numa tela só (12/09/2026).
   O palco "grudado" tinha a altura do conteúdo (~1.300 px numa tela de 960), porque o
   título ocupava 8 linhas de 97 px: título sob o menu, etapas e contador cortados, foto
   esticada, e o "Solicitar orçamento" (linha com a largura inteira) invadindo a foto.
   Agora o palco tem a altura da tela, o título tem teto pela altura (6,8svh) — em tela
   grande continua como antes, em notebook cabe em 4–5 linhas — e as linhas de texto
   ficam presas na coluna da esquerda. Medido em 9 telas, de 820 a 2560 de largura. */
@media (min-width: 701px) and (prefers-reduced-motion: no-preference) {
  .art-home .matter-field__stage { height: 100svh; }
  .art-home .matter-field__content h2 {
    font-size: min(clamp(3.1rem, 5.8vw, 6.7rem), 6.8svh);
    max-width: min(14ch, 30rem, calc(47vw - 56px));
  }
  .art-home .matter-field__lead { max-width: min(27rem, calc(47vw - 56px)); }
  .art-home .matter-field__steps { margin-top: clamp(24px, 5svh, 64px); }
  .art-home .matter-field__tail { width: min(42%, 29rem); }
}
