/* Three brand stories share the original face geometry and source palette. */
.art-passage{--mural-ink:#a1252c;--mosaic-blue:#3f87c7;--mosaic-green:#5bb94c;--mosaic-yellow:#ffcc2e;position:relative;isolation:isolate;background:#fff;color:var(--ink);scroll-margin-top:-96px}
.art-viewport{height:100svh;min-height:560px;position:relative;overflow:hidden;isolation:isolate}
.art-passage[data-art-motion]{height:260svh}
.art-passage[data-art-motion] .art-viewport{position:sticky;top:0}
.art-stack{position:absolute;inset:0;display:grid;grid-template-rows:repeat(3,minmax(0,1fr))}
.art-row{--face-position:50% center;--copy-color:#fff;position:relative;min-height:0;overflow:hidden;isolation:isolate}
.art-row:nth-child(2){--face-position:35% center;--copy-color:var(--mosaic-yellow)}
.art-row:nth-child(3){--face-position:65% center;--copy-color:var(--mosaic-green)}
.art-row+.art-row{border-top:4px solid var(--mural-ink)}
.art-color,.art-drawing,.art-image-window,.art-hover{position:absolute;inset:0;pointer-events:none}
.art-color{background:#fff url('../assets/desaga-art/faces-mosaic-full.svg') var(--face-position)/auto 120% repeat-x}
.art-drawing{z-index:2;background:var(--mural-ink);-webkit-mask:url('../assets/desaga-art/faces-stencil.svg') var(--face-position)/auto 120% repeat-x;mask:url('../assets/desaga-art/faces-stencil.svg') var(--face-position)/auto 120% repeat-x}
.art-image-window{z-index:1;overflow:hidden;opacity:.48;mix-blend-mode:multiply}
.art-image{display:block;width:170%;max-width:none;height:100%;object-fit:cover;object-position:center 52%;filter:grayscale(1) contrast(1.05) brightness(1.2);transition:scale 280ms var(--ease);transform-origin:center}
.art-row:nth-child(2) .art-image{object-position:center 57%}
.art-copy{position:absolute;inset:0 auto 0 0;width:54%;z-index:3;display:flex;flex-direction:column;justify-content:center;align-items:start;padding:20px 4vw;background:var(--copy-color);color:var(--ink);pointer-events:none;transition:opacity 180ms var(--ease)}
.art-row:first-child .art-copy{padding-top:82px}
.art-row:first-child .art-copy-index,.art-copy-cue{display:none}
.art-row:nth-child(3) .art-copy{padding-bottom:62px}
.art-copy>*{flex-shrink:0}
.art-row[data-row-direction=right] .art-copy{inset:0 0 0 auto}
.art-copy-index{font-size:9px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:7px}
.art-copy h3{font-size:clamp(28px,3.2vw,42px);line-height:.96;color:var(--mural-ink);max-width:16ch}
.art-copy-description{font-size:13px;line-height:1.45;max-width:40ch;margin-top:11px}
.art-copy-cue{display:none;margin-top:12px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.art-hover{display:grid;place-items:center;z-index:5;opacity:0;background:rgb(83 18 24 / .84);color:#fff;transition:opacity 220ms var(--ease)}
.art-hover span{font-family:'Bricolage',sans-serif;font-weight:800;font-variation-settings:'opsz' 96,'wdth' 95;font-size:clamp(62px,12vw,180px);line-height:.95;letter-spacing:-.045em;text-transform:lowercase;transform:translateY(16px);transition:transform 240ms var(--ease)}
.art-row:nth-child(2) .art-hover{color:var(--mosaic-yellow)}
.art-row-link{position:absolute;inset:0;z-index:6;cursor:pointer}
.art-row-link:focus-visible{outline:3px solid #fff;outline-offset:-8px}
/* Focus gets the same word immediately; touch keeps the story and follows its link. */
.art-row:focus-within .art-copy{opacity:0;transition:none}
.art-row:focus-within .art-hover{opacity:1;transition:none}
.art-row:focus-within .art-hover span{transform:none;transition:none}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
  html[data-motion=on] .art-row:hover .art-copy{opacity:0}
  html[data-motion=on] .art-row:hover .art-hover{opacity:1}
  html[data-motion=on] .art-row:hover .art-hover span{transform:none}
  html[data-motion=on] .art-row:hover .art-image{scale:1.025}
}
.art-bottom{position:absolute;left:4vw;right:4vw;bottom:17px;z-index:8;display:flex;justify-content:space-between;align-items:end;gap:20px;pointer-events:none}
.art-scroll-note,.art-continue{background:var(--mural-ink);color:#fff}
.art-scroll-note{display:none;padding:10px 14px;font-size:9px;letter-spacing:.08em;text-transform:uppercase;line-height:1.4}
.art-passage[data-art-motion] .art-scroll-note{display:block}
.art-continue{display:inline-flex;margin-left:auto;font-size:12px;white-space:nowrap;gap:22px;min-height:44px;padding:8px 15px;text-decoration:none;border:1px solid #ffffff70;pointer-events:auto}
.art-continue::before,.art-continue::after{display:none}
.art-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:transparent;overflow:hidden;display:none;z-index:8;pointer-events:none}
.art-progress span{display:block;width:100%;height:100%;background:var(--mural-ink);transform:scaleX(0);transform-origin:left}
.art-passage[data-art-motion] .art-progress{display:block}
@media(max-width:760px){
  .art-passage[data-art-motion]{height:215svh}
  .art-row{--face-position:46% center}
  .art-row:nth-child(2){--face-position:30% center}
  .art-row:nth-child(3){--face-position:60% center}
  .art-copy{width:82%;padding:17px 24px}
  .art-row:first-child .art-copy{padding-top:75px}
  .art-copy h3{font-size:clamp(24px,4.8vw,36px);max-width:16ch}
  .art-copy-index{font-size:8px;margin-bottom:7px}
  .art-copy-description{font-size:12px;line-height:1.4;max-width:33ch;margin-top:8px}
  .art-copy-cue{font-size:8px;margin-top:9px}
  .art-image{width:190%}
  .art-hover span{font-size:clamp(54px,12vw,88px)}
  .art-bottom{left:14px;right:14px;bottom:12px;gap:10px}
  .art-scroll-note{font-size:8px;padding:11px 10px;white-space:nowrap}
  .art-continue{font-size:11px;gap:12px;padding:8px 12px;min-height:42px}
  .art-row:nth-child(3) .art-copy{padding-bottom:62px}
}
@media(max-height:700px){
  .art-copy-index,.art-copy-cue{display:none}
  .art-row:first-child .art-copy{padding-top:70px}
  .art-copy h3{font-size:clamp(23px,3.5vw,36px)}
  .art-copy-description{font-size:12px;margin-top:7px}
}
@media(max-height:630px){.art-copy h3{font-size:clamp(23px,2.8vw,30px)}.art-row:first-child .art-copy{padding-bottom:12px}}
@media(max-height:560px){
  .art-viewport{height:690px;min-height:0}
  .art-bottom{bottom:12px}
  .art-hover span{font-size:clamp(54px,10vw,110px)}
  .art-scroll-note{display:none!important}
  .art-row:nth-child(3) .art-copy{padding-bottom:60px}
}
html[data-motion=off] .art-copy,html[data-motion=off] .art-hover,html[data-motion=off] .art-hover span{transition:none}
@media(prefers-reduced-motion:reduce){
  .art-passage[data-art-motion]{height:auto}
  .art-passage[data-art-motion] .art-viewport{position:relative}
  .art-progress,.art-scroll-note{display:none!important}
  .art-image,.art-copy,.art-hover,.art-hover span{transition:none}
}
