/* ── self hosted type ── */
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:300;font-display:block;
  src:url(../assets/fonts/cormorant-300.woff2) format("woff2")}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:400;font-display:block;
  src:url(../assets/fonts/cormorant-400.woff2) format("woff2")}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:500;font-display:block;
  src:url(../assets/fonts/cormorant-500.woff2) format("woff2")}
@font-face{font-family:"Cormorant Garamond";font-style:italic;font-weight:300;font-display:block;
  src:url(../assets/fonts/cormorant-300-italic.woff2) format("woff2")}
@font-face{font-family:"Cormorant Garamond";font-style:italic;font-weight:400;font-display:block;
  src:url(../assets/fonts/cormorant-400-italic.woff2) format("woff2")}
@font-face{font-family:"Manrope";font-style:normal;font-weight:200 700;font-display:block;
  src:url(../assets/fonts/manrope-var.woff2) format("woff2-variations")}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:600 700;font-display:block;
  src:url(../assets/fonts/cormorant-bold.woff2) format("woff2")}
@font-face{font-family:"Kaushan Script";font-style:normal;font-weight:400;font-display:block;
  src:url(../assets/fonts/kaushan-400.woff2) format("woff2")}

/* ============================================================================
   Dana Habayeb — redesign
   Hero, then the turntable: the works ride a circle, one arrives flat-on,
   and clicking it opens the painting in full.
   PERFORMANCE RULE: the rAF loop only ever writes transform and opacity.
   No filter, no box-shadow, no clip-path, no width/height per frame.
   ========================================================================== */
:root{
  --cream:#F1E9E4;
  --cream-2:#E7DCD4;
  --ink:#211F1D;
  --ink-soft:#6E625C;
  --dark:#0C0B0A;
  --hall:#F4F3F1;      /* the gallery: lightest greyish white */
  --red:#9B1B1E;
  --red-deep:#6E0F14;
  --rust:#C7502B;
  --green:#02614E;      /* from danahabayeb.art */
  --terra:#EA9A81;      /* from danahabayeb.art */
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Manrope",system-ui,-apple-system,sans-serif;
  --script:"Kaushan Script",cursive;
  --stage-h:100vh;
  --pad:clamp(20px,4vw,52px);
}
@supports (height:100svh){ :root{ --stage-h:100svh; } }

*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{background:var(--cream);color:var(--ink);font-family:var(--sans);font-weight:300;
  letter-spacing:.01em;overflow-x:hidden;-webkit-font-smoothing:antialiased}
body.pre{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
::selection{background:var(--rust);color:var(--cream)}
::-webkit-scrollbar{width:9px}
::-webkit-scrollbar-track{background:#e3d9d3}
::-webkit-scrollbar-thumb{background:#c3b3ab}
::-webkit-scrollbar-thumb:hover{background:var(--rust)}

.eyebrow{font-size:10px;letter-spacing:.44em;text-transform:uppercase;color:var(--ink-soft)}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ── the thread of fate ──
   One red string, drawn through the whole site as you scroll. It is anchored
   to the document and lags very slightly, so it reads as following you. */
/* the room: the whole site's ground, so the hero can dim straight into the
   gallery instead of the gallery painting its own black box */
.room{position:fixed;inset:0;z-index:1;background:var(--hall);opacity:0;
  pointer-events:none;will-change:opacity}

.thread{position:fixed;inset:0;width:100%;height:100%;z-index:2;
  pointer-events:none;overflow:visible}
.thread path{fill:none;stroke-linecap:round;stroke-linejoin:round;
  transition:stroke .7s ease}
/* a soft halo under a fine core — a thread has body, a plotted line does not */
.t-soft{stroke:var(--rust);stroke-width:5;opacity:.13}
.t-core{stroke:var(--rust);stroke-width:1.5}
body.on-red-thread .t-soft{stroke:var(--cream);opacity:.18}
body.on-red-thread .t-core{stroke:var(--cream)}

.grain{position:fixed;inset:-30%;pointer-events:none;z-index:70;opacity:.05;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)'/%3E%3C/svg%3E");
  transform:translate3d(0,0,0);backface-visibility:hidden}

/* ─────────────────────────────  LOADER  ───────────────────────────── */
#loader{position:fixed;inset:0;z-index:120;background:var(--cream);
  display:flex;align-items:center;justify-content:center;padding:0 8vw}
#loader.out{opacity:0;transition:opacity .8s cubic-bezier(.4,0,.2,1);pointer-events:none}
#loader.gone{display:none}
.ld-inner{width:min(560px,100%);text-align:left}
.ld-mark{font-family:var(--script);color:var(--ink);line-height:1.25;margin-bottom:clamp(28px,5vh,48px)}
.ld-mark .ld-line{display:block;min-height:1.25em}
.ld-by{font-size:clamp(19px,2.9vw,29px);color:var(--ink-soft);letter-spacing:.06em;
  margin-bottom:clamp(6px,1.4vh,14px)}
.ld-name{font-size:clamp(34px,6vw,58px)}
.ld-caret{display:inline-block;width:2px;height:.78em;background:var(--rust);margin-left:6px;
  vertical-align:-.06em;animation:blink .8s steps(1) infinite}
.ld-caret.off{opacity:0;animation:none}
@keyframes blink{50%{opacity:0}}
.ld-bar{position:relative;height:1px;background:rgba(33,31,29,.16);overflow:hidden}
.ld-bar span{position:absolute;inset:0 auto 0 0;width:0;background:var(--ink)}
.ld-foot{display:flex;justify-content:space-between;align-items:baseline;margin-top:14px}
.ld-note{font-size:10px;letter-spacing:.34em;text-transform:uppercase;color:var(--ink-soft)}
.ld-pct{font-family:var(--serif);font-size:clamp(28px,4vw,40px);line-height:1;
  font-variant-numeric:tabular-nums}
.ld-pct b{font-weight:400}

/* ─────────────────────────────  NAV  ───────────────────────────── */
#nav{position:fixed;top:0;left:0;right:0;z-index:80;display:flex;justify-content:space-between;
  align-items:center;padding:26px var(--pad);color:var(--ink);
  transition:padding .5s cubic-bezier(.19,1,.22,1),color .6s ease}

#nav.tight{padding:16px var(--pad)}
#nav.on-dark{color:var(--cream)}
.brand{display:block}
.mark{display:block;width:var(--mark-w,150px);height:var(--mark-h,56px);
  background:currentColor;
  -webkit-mask:url(../assets/brand/logo.png) left center/contain no-repeat;
  mask:url(../assets/brand/logo.png) left center/contain no-repeat}
.links{display:flex;gap:clamp(18px,2.4vw,34px);align-items:center;
  font-size:10px;letter-spacing:.26em;text-transform:uppercase}
.links a{position:relative;opacity:.62;transition:opacity .35s}
.links a:hover{opacity:1}
.links a::after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;
  background:currentColor;transition:width .4s cubic-bezier(.19,1,.22,1)}
.links a:hover::after{width:100%}
.links a.shop{opacity:1;border:1px solid currentColor;padding:8px 14px}
.links a.shop::after{display:none}
.links a.shop:hover{background:currentColor}
#nav.on-dark .links a.shop:hover{color:var(--dark)}
#nav:not(.on-dark) .links a.shop:hover{color:var(--cream)}

/* ─────────────────────────────  ACT I — HERO  ───────────────────── */
.hero{position:relative;height:var(--stage-h);min-height:560px;overflow:hidden;
  display:flex;align-items:center;justify-content:center}
.scatter{position:absolute;inset:0;z-index:3;perspective:900px}
.scatter figure{position:absolute;left:var(--x);top:var(--y);width:var(--w);
  opacity:0;transform:translate(-50%,-50%);
  will-change:transform,opacity;transform-style:preserve-3d}
.scatter figure{cursor:pointer}
.scatter figure img{width:100%;aspect-ratio:1;object-fit:cover;
  box-shadow:0 14px 30px rgba(33,31,29,.22), 0 3px 8px rgba(33,31,29,.12)}
.scatter figure img.g{position:absolute;inset:0;width:100%;
  filter:grayscale(1) contrast(1.04);transition:opacity .55s cubic-bezier(.4,0,.2,1)}
.scatter figure:hover img.g,.scatter figure.lit img.g{opacity:0}

/* the piece that leaves the collage and drops into the gallery, taking on
   its colour as it goes */
.lead{position:fixed;left:0;top:0;margin:0;z-index:45;pointer-events:none;
  box-shadow:0 22px 44px rgba(33,31,29,.28);
  opacity:0;visibility:hidden;transform-origin:50% 50%;
  will-change:transform,width,height,opacity}
.lead img{width:100%;height:100%;object-fit:cover;display:block}
.lead img.g{position:absolute;inset:0;width:100%;height:100%;
  filter:grayscale(1) contrast(1.04)}
.hero-center{position:relative;z-index:5;text-align:center;padding:0 6vw;pointer-events:none;
  will-change:transform,opacity}
.hero-head{font-family:var(--serif);font-weight:700;font-size:clamp(42px,6.6vw,104px);
  line-height:.97;letter-spacing:-.012em;color:var(--green)}
.hero-head span{display:block;overflow:hidden;padding-bottom:.18em;margin-bottom:-.12em}
.hero-head i{display:block;font-style:normal;transform:translateY(112%);
  transition:transform 1.5s cubic-bezier(.16,1,.3,1)}
.hero-head span:nth-child(2) i{transition-delay:.12s}
body.loaded .hero-head i{transform:none}
.hero-cue{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:5;
  font-size:9px;letter-spacing:.34em;text-transform:uppercase;color:var(--ink-soft);
  display:flex;align-items:center;gap:10px;opacity:0;transition:opacity .9s ease 1.4s}
body.loaded .hero-cue{opacity:1}
.hero-cue span{width:34px;height:1px;background:currentColor;position:relative;overflow:hidden}
.hero-cue span::after{content:"";position:absolute;inset:0;background:var(--rust);
  animation:cue 2.4s cubic-bezier(.7,0,.3,1) infinite}
@keyframes cue{0%{transform:translateX(-100%)}60%,100%{transform:translateX(100%)}}

/* ───────────────────  PINNED SECTION SHELL  ─────────────────── */
.pinned{position:relative}
.stage{position:sticky;top:0;height:var(--stage-h);overflow:hidden;z-index:6}

/* ─────────────────────  ACT II — THE TURNTABLE  ───────────────── */
.gal-stage{background:transparent}
/* one static light behind the focused piece. never animated. */
.gal-light{position:absolute;left:50%;top:46%;width:120vw;height:120vh;z-index:2;
  transform:translate(-50%,-50%);pointer-events:none;opacity:0;will-change:opacity;
  background:radial-gradient(72% 64% at 50% 46%, transparent 52%, rgba(33,31,29,.05) 100%)}
.gal-space{position:absolute;inset:0;z-index:3;perspective:1500px;perspective-origin:50% 46%}
/* the works ride a circle, the way the records do — not a straight line */
.ring{position:absolute;left:50%;top:46%;width:0;height:0;transform-style:preserve-3d;
  will-change:transform}

.gp{position:absolute;left:0;top:0;margin:0;
  will-change:transform,opacity;backface-visibility:hidden;opacity:0;cursor:pointer;
  box-shadow:0 18px 40px rgba(33,31,29,.16), 0 4px 12px rgba(33,31,29,.10)}
.gp.lifted{opacity:0!important}
.gp img{position:relative;z-index:2;width:100%;height:100%;object-fit:cover;display:block}
/* the shade that darkens neighbours — opacity only, no filter */
/* ── the caption ──
   No card, no box. The details hang under the canvas as quiet museum type,
   rising into place as the piece arrives. */
.plate{position:absolute;left:50%;top:100%;margin-top:clamp(18px,2.6vh,30px);
  z-index:1;opacity:0;pointer-events:none;text-align:center;color:var(--ink);
  will-change:transform,opacity}
.p-no{display:block;font-family:var(--serif);font-size:clamp(10px,.8vw,12px);
  letter-spacing:.34em;color:var(--rust);font-variant-numeric:tabular-nums}
.p-no i{font-style:normal;opacity:.55}
.p-title{display:block;font-family:var(--serif);font-weight:600;font-style:italic;
  font-size:clamp(22px,2.2vw,34px);line-height:1.08;margin:7px 0 0}
.p-line{display:block;font-size:clamp(7.5px,.62vw,9px);letter-spacing:.3em;
  text-transform:uppercase;color:rgba(33,31,29,.56);line-height:1.8;margin-top:9px}
.p-foot{display:flex;align-items:baseline;justify-content:center;gap:14px;margin-top:10px}
.p-foot b{font-family:var(--serif);font-weight:500;font-size:clamp(13px,1.05vw,17px);
  color:rgba(33,31,29,.92);letter-spacing:.04em}
.p-foot b::after{content:"";display:inline-block;width:22px;height:1px;
  background:rgba(33,31,29,.24);vertical-align:middle;margin-left:14px}
.p-foot i{font-style:normal;font-size:clamp(7.5px,.6vw,9px);letter-spacing:.28em;
  text-transform:uppercase;color:rgba(33,31,29,.55)}

.gp .shade{position:absolute;inset:0;z-index:3;background:var(--hall);opacity:0;pointer-events:none;
  will-change:opacity}

.gal-ui{position:absolute;inset:0;z-index:5;pointer-events:none;color:var(--cream);
  opacity:0;will-change:opacity}
.gal-foot{position:absolute;left:50%;bottom:clamp(16px,3.4vh,30px);transform:translateX(-50%);
  width:min(640px,88vw);text-align:center;pointer-events:none}
.gal-open{font-size:9px;letter-spacing:.34em;text-transform:uppercase;
  color:rgba(33,31,29,.5)}
.gal-cert{margin-top:9px;font-size:8px;letter-spacing:.22em;text-transform:uppercase;
  color:rgba(33,31,29,.36);line-height:1.8}

/* ─────────────────────────  THE OPENING  ─────────────────────────
   The canvas is the whole point, so it gets the whole screen. Everything
   else is small, quiet and in a corner — the gallery's own language. */
.opening{position:fixed;inset:0;z-index:100;color:var(--ink)}
.opening[hidden]{display:none}
body.opened #nav,body.opened .gal-ui{opacity:0!important;pointer-events:none;
  transition:opacity .4s ease}

.op-scrim{position:absolute;inset:0;background:var(--hall);opacity:0;
  transition:opacity .6s cubic-bezier(.4,0,.2,1)}
.opening.on .op-scrim{opacity:.985}

.op-figwrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  padding:clamp(50px,8vh,92px) var(--pad) clamp(112px,16vh,172px)}
.op-fig{position:relative;margin:0;overflow:hidden;cursor:zoom-in;
  transform-origin:50% 50%;will-change:transform;
  box-shadow:0 30px 70px rgba(33,31,29,.22), 0 8px 20px rgba(33,31,29,.14)}
.op-fig.zoom{cursor:zoom-out}
.op-fig img{display:block;width:100%;height:100%;object-fit:cover;
  transform-origin:50% 50%;transition:transform .8s cubic-bezier(.16,1,.3,1);
  will-change:transform}
/* thick acrylic is the product — let people push in and see the surface */
.op-fig.zoom img{transform:scale(2.4)}

.op-meta,.op-side,.op-idx,.op-look{position:absolute;opacity:0;
  transition:opacity .5s ease .2s,transform .6s cubic-bezier(.16,1,.3,1) .2s}
.opening.on .op-meta,.opening.on .op-side,
.opening.on .op-idx{opacity:1;transform:none}

.op-meta{left:var(--pad);bottom:clamp(26px,5vh,46px);max-width:min(620px,52vw);
  transform:translateY(14px)}
.op-meta h2{font-family:var(--serif);font-weight:400;font-size:clamp(26px,3.2vw,46px);
  line-height:1.04}
.op-story{margin-top:9px;font-size:12.5px;line-height:1.8;color:rgba(33,31,29,.62)}

.op-side{right:var(--pad);bottom:clamp(26px,5vh,46px);text-align:right;max-width:min(360px,30vw);
  transform:translateY(14px)}
.op-facts{font-size:9px;letter-spacing:.28em;text-transform:uppercase;
  color:rgba(33,31,29,.55);line-height:2}

.op-cta{display:flex;flex-direction:column;gap:10px;align-items:flex-end;margin-top:16px}
.op-btn{display:inline-block;border:1px solid rgba(33,31,29,.7);color:var(--ink);
  padding:13px 22px;font-size:9px;letter-spacing:.26em;text-transform:uppercase;
  transition:background .4s,color .4s,opacity .4s}
.op-btn:hover{background:var(--ink);color:var(--hall)}
.op-btn.ghost{border-color:rgba(33,31,29,.3);color:rgba(33,31,29,.6)}
.op-btn.ghost:hover{background:transparent;border-color:var(--ink);color:var(--ink)}
.op-btn.off{opacity:.38;pointer-events:none}
.op-idx{right:var(--pad);top:clamp(26px,5vh,46px);font-family:var(--serif);
  display:flex;align-items:baseline;gap:7px;font-variant-numeric:tabular-nums}
.op-idx b{font-weight:300;font-size:clamp(22px,2.4vw,32px);line-height:1;
  color:rgba(33,31,29,.78)}
.op-idx i{font-style:normal;font-size:11px;color:rgba(33,31,29,.4)}

.op-look{left:50%;bottom:clamp(9px,2vh,18px);transform:translateX(-50%);
  font-size:9px;letter-spacing:.34em;text-transform:uppercase;
  color:rgba(33,31,29,.45);pointer-events:none}
.opening.on .op-look{opacity:1}

.op-close,.op-nav{position:absolute;z-index:3;background:none;border:0;cursor:pointer;
  color:rgba(33,31,29,.5);font-family:var(--sans);opacity:0;
  transition:color .3s,opacity .4s ease .2s}
.opening.on .op-close,.opening.on .op-nav{opacity:1}
.op-close:hover,.op-nav:hover{color:var(--ink)}
.op-close{top:clamp(26px,5vh,46px);left:var(--pad);font-size:9px;letter-spacing:.28em;
  text-transform:uppercase;border-bottom:1px solid rgba(33,31,29,.25);padding-bottom:5px}
.op-nav{top:50%;margin-top:-26px;font-size:20px;line-height:1;padding:16px}
.op-prev{left:calc(var(--pad) - 16px)}
.op-next{right:calc(var(--pad) - 16px)}

/* ─────────────────────────  ACT III — ABOUT  ───────────────────── */
.about{position:relative;z-index:6;background:var(--red);color:#F6E7E2;
  padding:clamp(90px,15vh,170px) clamp(20px,6vw,90px) clamp(80px,12vh,130px);overflow:hidden}
.about::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(70% 60% at 18% 8%, rgba(255,190,170,.14), transparent 62%),
             radial-gradient(60% 70% at 92% 96%, rgba(60,0,6,.5), transparent 66%)}
.ab-grid{position:relative;z-index:2;max-width:1240px;margin:0 auto;display:grid;
  grid-template-columns:1.05fr .95fr;gap:clamp(36px,6vw,90px);align-items:start}
.about .eyebrow{color:rgba(246,231,226,.55)}
.ab-left blockquote{font-family:var(--serif);font-weight:300;font-style:italic;
  font-size:clamp(38px,5.4vw,84px);line-height:1.06;letter-spacing:-.01em;margin-top:26px}
.q-line{display:block}
.q-strong{font-weight:600}
.ab-photo{position:relative;margin:clamp(30px,5vh,52px) 0 0;width:min(300px,72%);
  cursor:pointer;box-shadow:0 24px 48px rgba(60,0,6,.45), 0 6px 16px rgba(60,0,6,.35)}
.ab-photo img{width:100%;display:block}
.ab-photo img.g{position:absolute;inset:0;height:100%;object-fit:cover;
  filter:grayscale(1) contrast(1.03);transition:opacity .55s cubic-bezier(.4,0,.2,1)}
.ab-photo:hover img.g,.ab-photo.lit img.g{opacity:0}

/* the knot: the thread's tied-off end, at the very edge of the red */
.ab-knot{position:absolute;left:0;top:calc(clamp(90px,15vh,170px) + 84px);
  width:clamp(72px,7vw,110px);z-index:1;overflow:visible;pointer-events:none}
.ab-knot .w-halo{fill:none;stroke:#F6E7E2;stroke-width:5;opacity:.15;stroke-linecap:round}
.ab-knot .w-core{fill:none;stroke:#F6E7E2;stroke-width:1.7;stroke-linecap:round}
.ab-right{padding-top:clamp(8px,3vh,42px)}
.ab-lead{font-family:var(--serif);font-size:clamp(21px,2.2vw,30px);line-height:1.35;margin-bottom:22px}
.ab-right p{font-size:14.5px;line-height:1.9;color:rgba(246,231,226,.88);margin-bottom:18px;max-width:52ch}
.ab-right p i{color:#F7E1D5}
.ab-right p b{font-weight:500}
.ab-list{list-style:none;margin:34px 0 0;border-top:1px solid rgba(246,231,226,.2)}
.ab-list li{display:flex;gap:20px;padding:16px 0;border-bottom:1px solid rgba(246,231,226,.2);
  font-size:13px}
.ab-list b{flex:0 0 108px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;
  font-size:9.5px;padding-top:2px;color:rgba(246,231,226,.6)}
.ab-list span{color:rgba(246,231,226,.92)}
.ab-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:38px}
.btn{border:1px solid rgba(246,231,226,.8);color:#F6E7E2;padding:15px 26px;font-size:10px;
  letter-spacing:.26em;text-transform:uppercase;transition:background .4s,color .4s}
.btn:hover{background:#F6E7E2;color:var(--red)}
.btn.ghost{border-color:rgba(246,231,226,.3)}
.btn.ghost:hover{background:transparent;border-color:#F6E7E2;color:#F6E7E2}

/* ─────────────────────────────  FOOTER  ───────────────────────── */
footer{position:relative;z-index:6;background:var(--red-deep);color:rgba(246,231,226,.75);
  padding:clamp(26px,4vh,40px) clamp(20px,6vw,90px)}
.foot-inner{max-width:1240px;margin:0 auto;display:flex;justify-content:space-between;
  align-items:center;gap:20px;flex-wrap:wrap;font-size:10px;letter-spacing:.26em;text-transform:uppercase}
.f-brand{color:#F6E7E2}
.f-brand .mark{--mark-w:118px;--mark-h:44px}
.f-mid{font-family:var(--serif);font-style:italic;font-size:15px;letter-spacing:.02em;
  text-transform:none;color:rgba(246,231,226,.9)}
.f-right{display:flex;gap:18px;align-items:center}
.f-right a{transition:color .3s}
.f-right a:hover{color:#F6E7E2}
.f-right i{font-style:normal;opacity:.55}

/* ─────────────────────────────  RESPONSIVE  ───────────────────── */
@media (max-width:760px){
  .links a:not(.shop){display:none}
  #nav{padding:18px 20px}
    .hero-head{font-size:clamp(28px,9.4vw,54px)}
  .op-figwrap{padding:64px 20px 128px}
  .op-meta{left:20px;right:20px;bottom:70px;max-width:none}
  .op-meta h2{font-size:24px}
  .op-story{display:none}
  .op-side{left:20px;right:auto;bottom:32px;text-align:left}
  .op-look{display:none}
  .op-nav{top:auto;bottom:22px;margin-top:0}
  .ab-grid{grid-template-columns:1fr;gap:38px}
  .ab-left blockquote{font-size:clamp(34px,10vw,52px)}
  .ab-list b{flex-basis:88px}
  .foot-inner{justify-content:flex-start;gap:14px}
}

/* ─────────────────────────  REDUCED MOTION  ───────────────────── */
@media (prefers-reduced-motion: reduce){
  .hero-cue span::after{animation:none}
  .hero-head i{transform:none}
    .scatter figure{opacity:1;transform:translate(-50%,-50%)}
}
