/* =========================================================================
   ATLANTIS STRENGTH, Équipements (product listing) page
   Builds on tokens.css + styles.css (nav, topbar, buttons, eyebrow, wrap,
   lang-switch, mobile nav panel). Self-contained page components below.

   The listing itself is a LIGHT surface (white page, white cards) modelled
   on the partner pricelist cards in s2 excel_public_link.php. The rest of
   the chrome (nav, hero-with-photo, CTA, footer) stays dark. Do not reach for
   --fg / --fg-2 inside .products: body[data-theme="dark"] makes those white,
   which is illegible on this white ground.
   ========================================================================= */

/* The catalog page wash. Header and footer keep their own dark surfaces. */
body.page-catalog{ background:#fff; }

/* Scroll down: keep the masthead at its site-wide size (72px row, same as
   every other page), fold only the primary-nav row. Scroll up: restore it.
   --eq-nav is read from #site-nav's bottom, so the product count and the
   filter column move with the bar instead of sliding underneath. Desktop only:
   below 1080px the row is already the burger, do not resurrect it here. */
@media (min-width:1081px){
  body.page-catalog .nav2 .pnav{
    display:grid; grid-template-rows:1fr;
    transition:grid-template-rows .38s cubic-bezier(.2,.6,.2,1);
  }
  body.page-catalog .nav2.is-compact .pnav{
    grid-template-rows:0fr; pointer-events:none;
  }
  body.page-catalog .nav2.is-compact .pnav > .pnav__inner{
    overflow:hidden; min-height:0;
  }
}
@media (prefers-reduced-motion: reduce){
  body.page-catalog .nav2 .pnav{ transition:none !important; }
}

/* ------------------------- Button variants (extra) ---------------------- */
.btn--sm{ padding:11px 20px; font-size:12px; }
.btn--outline-light{ background:transparent; color:#fff; border-color:rgba(255,255,255,.4); }
.btn--outline-light:hover{ background:#fff; color:var(--atl-ink-1000); border-color:#fff; }

/* ---------------------------- Image placeholder ------------------------- */
.ph{ background:var(--atl-ink-200); color:#9a9a9f; display:grid; place-items:center; width:100%; height:100%; }
.ph--sm{ width:56px; height:56px; flex-shrink:0; }

/* ============================ ANNOUNCEMENT BAR ========================= */
.annbar{ background:#000; border-bottom:1px solid var(--atl-ink-800); }
.annbar__inner{ display:flex; align-items:center; justify-content:center; position:relative; min-height:44px; padding-block:8px; }
.annbar__text{ margin:0; font-size:13px; letter-spacing:.02em; color:var(--atl-ink-200); text-align:center; }
.annbar__text a{ color:#fff; text-decoration:underline; text-underline-offset:2px; }
.annbar__close{ position:absolute; right:0; background:none; border:0; color:var(--atl-ink-400); display:inline-flex; padding:6px;
  transition:color var(--dur-quick) var(--ease-out); }
.annbar__close:hover{ color:#fff; }
.annbar.is-hidden{ display:none; }

/* ================================ NAV extras =========================== */
.nav__cart{ gap:8px; }
.nav__group--right{ gap:22px; }

/* ================================ MEGAMENU ============================= */
.megamenu{ position:absolute; left:0; right:0; top:100%; background:var(--atl-red);
  border-top:1px solid rgba(255,255,255,.12);
  opacity:0; visibility:hidden; transform:translateY(-8px);
  transition:opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), visibility var(--dur-base);
  z-index:var(--z-overlay); box-shadow:var(--shadow-3); }
.megamenu.is-open{ opacity:1; visibility:visible; transform:translateY(0); }
.megamenu__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:40px; padding-block:38px 30px; }
.megamenu__head{ font-family:var(--font-sans); font-weight:700; font-size:12px; letter-spacing:.16em;
  text-transform:uppercase; color:rgba(255,255,255,.72); margin:0 0 18px; }
.megamenu__item{ display:flex; gap:13px; align-items:flex-start; padding:9px 0; color:#fff; }
.megamenu__ico{ display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px;
  border:1px solid rgba(255,255,255,.35); color:#fff; flex-shrink:0; }
.megamenu__t{ display:block; font-family:var(--font-display); font-weight:700; font-size:14px;
  text-transform:uppercase; letter-spacing:.01em; line-height:1.15; }
.megamenu__d{ display:block; font-size:12.5px; color:rgba(255,255,255,.72); line-height:1.4; margin-top:4px; }
.megamenu__item:hover .megamenu__t{ text-decoration:underline; }
.megamenu__item .ph{ background:rgba(255,255,255,.16); color:rgba(255,255,255,.7); }
.megamenu__bar{ display:flex; align-items:center; justify-content:space-between; gap:20px;
  border-top:1px solid rgba(255,255,255,.2); padding-block:16px; flex-wrap:wrap; }
.megamenu__help{ font-size:13px; color:rgba(255,255,255,.85); }
.megamenu__help a{ color:#fff; text-decoration:underline; text-underline-offset:2px; }
.megamenu__actions{ display:flex; gap:10px; flex-wrap:wrap; }
.megamenu__btn{ display:inline-flex; align-items:center; gap:8px; padding:9px 16px; border:1px solid rgba(255,255,255,.5);
  color:#fff; font-family:var(--font-sans); font-weight:700; font-size:12px; letter-spacing:.04em; text-transform:uppercase;
  transition:background var(--dur-quick) var(--ease-out), color var(--dur-quick) var(--ease-out); }
.megamenu__btn:hover{ background:#fff; color:var(--atl-red); border-color:#fff; }

/* ============================== PAGE HEADER ============================ */
.eqhero{ position:relative; background:var(--atl-ink-200); min-height:clamp(300px,42vw,440px);
  display:flex; align-items:center; overflow:hidden; isolation:isolate; }
.eqhero__ph{ position:absolute; inset:0; display:grid; place-items:center; color:#b4b4b9; pointer-events:none; }
.eqhero__inner{ position:relative; padding-block:clamp(48px,6vw,72px); }
.eqhero__eyebrow{ font-family:var(--font-sans); font-weight:700; font-size:12px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--atl-ink-700); margin:0 0 16px; }
.eqhero__title{ font-family:var(--font-display); font-weight:800; text-transform:uppercase; color:var(--atl-ink-1000);
  font-size:clamp(38px,5.6vw,80px); line-height:0.94; letter-spacing:var(--track-display); margin:0 0 22px; max-width:12ch; }
.eqhero__lede{ color:var(--atl-ink-700); font-size:clamp(15px,1.3vw,18px); line-height:1.55; max-width:52ch; margin:0 0 30px; }

/* --- Image-bank hero (progressive enhancement via /assets/js/hero-bank.js) ---
   Default (above) = grey placeholder + dark copy. When the script loads a photo
   from the bank it adds .hero-bank--on: a darkened photo fades in behind the
   copy, which flips to light so it stays legible. If the bank is unreachable
   none of this applies and the placeholder simply remains. */
.eqhero::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image:
    linear-gradient(180deg, rgba(12,12,14,.42) 0%, rgba(12,12,14,.68) 100%),
    var(--hero-img, none);
  background-size:cover; background-position:center; background-repeat:no-repeat;
  opacity:0; transition:opacity .55s ease;
}
.eqhero__inner{ z-index:1; }
.eqhero.hero-bank--on{ background-color:var(--atl-ink-1000); }
.eqhero.hero-bank--on::before{ opacity:1; }
.eqhero.hero-bank--on .eqhero__ph{ display:none; }
.eqhero.hero-bank--on .eqhero__eyebrow{ color:#fff; }
.eqhero.hero-bank--on .eqhero__title{ color:#fff; }
.eqhero.hero-bank--on .eqhero__lede{ color:rgba(255,255,255,.86); }
@media (prefers-reduced-motion: reduce){ .eqhero::before{ transition:none; } }

/* Catalog hero closes toward the header as the listing rises: the photo
   stays sticky and is covered from below, while --eq-p (0 to 1, set by
   equipements.js) shifts the bank layers slower than the frame. */
.eq-scene{ position:relative; }
.eq-scene .eqhero{ position:sticky; top:0; z-index:0; }
.eq-scene .products{ position:relative; z-index:1; }
.eqhero .herobank__stage{
  transform:translate3d(0, calc(var(--eq-p, 0) * 26%), 0) scale(1.12);
  transform-origin:center 35%;
}
.eqhero__inner{
  transform:translate3d(0, calc(var(--eq-p, 0) * -16%), 0);
  opacity:calc(1 - var(--eq-p, 0) * 1.15);
}
@media (prefers-reduced-motion: reduce){
  .eq-scene .eqhero{ position:relative; top:auto; }
  .eqhero .herobank__stage, .eqhero__inner{
    transform:none !important; opacity:1 !important;
  }
}

/* =============================== PRODUCTS ============================== */
.products{ background:#f5f5f5; color:#111; padding-block:clamp(40px,5vw,72px);
  scroll-margin-top:calc(var(--eq-nav, 124px) + 12px); }
.products__head{
  display:flex; align-items:baseline; justify-content:space-between; gap:20px; flex-wrap:wrap;
  position:sticky; top:var(--eq-nav, 124px); z-index:5;
  margin:0 0 8px; padding:12px 0 16px;
  background:#f5f5f5;
}
.products__count{ font-family:var(--font-display); font-weight:800; text-transform:uppercase; color:#111;
  font-size:clamp(28px,3.4vw,48px); line-height:1; letter-spacing:var(--track-tight); margin:0; }

/* --- Family / type / muscle, filled by assets/js/catalog.js.
   Desktop: a sticky vertical sidebar to the left of the grid. The lists
   stay in their own column so they never cover a card.
   Narrow screens: a one-line bar that expands in flow (products move down,
   they are not overlaid). --- */

.products__body{
  display:grid; grid-template-columns:220px minmax(0,1fr);
  column-gap:36px; align-items:start;
}
.products__main{ min-width:0; }

.eqfilters{
  position:sticky; top:calc(var(--eq-nav, 124px) + var(--eq-count, 64px));
  max-height:calc(100vh - var(--eq-nav, 124px) - var(--eq-count, 64px) - 24px);
  overflow-x:hidden; overflow-y:auto;
  padding:2px 18px 12px 0;
  border-right:1px solid #e5e5e5;
  scrollbar-width:thin; scrollbar-color:#c4c4c8 transparent;
}
.eqfilters::-webkit-scrollbar{ width:4px; }
.eqfilters::-webkit-scrollbar-thumb{ background:#c4c4c8; }
.eqfilters[hidden]{ display:none; }

.eqfilters__head{
  display:flex; align-items:center; gap:10px;
  position:sticky; top:0; z-index:1;
  margin:0 0 16px; padding:2px 0 14px;
  border-bottom:1px solid #e8e4e4;
  background:#f5f5f5;
}
.eqfilters__flag{ flex:0 0 3px; align-self:stretch; min-height:18px; background:var(--accent); }
.eqfilters__kicker{
  flex:0 0 auto; margin:0;
  font-family:var(--font-sans); font-weight:700; font-size:10px;
  letter-spacing:.16em; text-transform:uppercase; color:#666;
  white-space:nowrap;
}
.eqfilters__summary{
  display:flex; align-items:center; gap:6px;
  flex:1 1 auto; min-width:0; overflow:hidden;
}
.eqfilters__idle{
  font-size:12px; color:#888; white-space:nowrap;
  overflow:hidden; text-overflow:ellipsis;
}
@media (min-width:900px){
  .eqfilters__idle{ display:none; }
}
.eqfilters__picked{
  display:inline-flex; align-items:center;
  padding:3px 8px; background:#111; color:#fff;
  font-family:var(--font-sans); font-weight:700; font-size:10px;
  letter-spacing:.04em; text-transform:uppercase; border-radius:999px;
  white-space:nowrap;
}
.eqfilters__picked--line{ background:var(--accent); }
.eqfilters__clear{
  flex:0 0 auto; background:none; border:0; padding:0;
  font-size:12px; font-weight:600; color:var(--accent);
  text-decoration:underline; text-underline-offset:3px; cursor:pointer;
  white-space:nowrap;
}
.eqfilters__clear:hover{ color:#951625; }
.eqfilters__clear[hidden]{ display:none; }
.eqfilters__caret{
  display:none; flex:0 0 auto; width:18px; height:18px;
  color:#888; transition:transform .35s var(--ease-out);
}
.eqfilters.is-open .eqfilters__caret{ transform:rotate(180deg); }

.eqfilters__groups-inner{ min-height:0; }
.eqfilters__row{ margin:0 0 18px; padding:0 0 16px; border-bottom:1px solid #ececec; }
.eqfilters__row:last-child{ margin-bottom:0; padding-bottom:0; border-bottom:0; }
.eqfilters__label{
  margin:0 0 8px;
  font-family:var(--font-sans); font-weight:700; font-size:10px;
  letter-spacing:.16em; text-transform:uppercase; color:#888;
}
.eqfilters__chips{ display:flex; flex-direction:column; gap:1px; }
.eqchip{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  width:100%; padding:7px 8px 7px 10px;
  border:0; border-left:3px solid transparent; border-radius:2px;
  background:transparent; color:#222; text-align:left;
  font-family:var(--font-sans); font-weight:600; font-size:13px;
  cursor:pointer; line-height:1.25;
  transition:background .16s var(--ease-out), color .16s var(--ease-out);
}
.eqchip:hover{ background:#f3f3f3; }
.eqchip.is-on{ background:#111; color:#fff; border-left-color:var(--accent); }
.eqchip:focus-visible{ outline:2px solid var(--accent); outline-offset:1px; }
.eqchip__n{
  font-family:var(--font-mono); font-size:10px; font-weight:700;
  color:#888; letter-spacing:.02em;
}
.eqchip.is-on .eqchip__n{ color:rgba(255,255,255,.7); }
.eqfilters__empty{
  margin:12px 0 24px; text-align:center;
  font-family:var(--font-display); font-weight:700; font-size:22px;
  text-transform:uppercase; letter-spacing:var(--track-tight); color:#111;
}
.eqfilters__empty[hidden]{ display:none; }

/* Sidebar takes a column: three cards beside it, then two. */
.products__body .products__grid{ grid-template-columns:repeat(3, minmax(0, 1fr)); }

@media (max-width:899px){
  .products__body{ display:block; }
  .eqfilters{
    position:relative; top:auto; z-index:8;
    max-height:none; overflow:visible;
    margin:0 0 18px; padding:0; border-right:0;
  }
  .eqfilters__head{
    min-height:48px; margin:0; padding:0 12px 0 0;
    background:#fff; border:1px solid #e4e4e4; cursor:pointer;
  }
  .eqfilters__head:focus-visible{ outline:2px solid var(--accent); outline-offset:2px; }
  .eqfilters.is-open .eqfilters__head{ border-bottom-color:#fff; }
  .eqfilters__flag{ min-height:48px; }
  .eqfilters__kicker{ margin-left:12px; }
  .eqfilters__caret{ display:block; }
  .eqfilters__groups{
    display:grid; grid-template-rows:0fr;
    background:#fff; border:1px solid #e4e4e4; border-top:0;
    overflow:hidden;
    transition:grid-template-rows .38s cubic-bezier(.2,.6,.2,1);
  }
  .eqfilters.is-open .eqfilters__groups{ grid-template-rows:1fr; }
  .eqfilters__groups-inner{ overflow:hidden; padding:10px 14px 14px; }
  .eqfilters__row{ margin-bottom:14px; padding-bottom:12px; }
}
@media (prefers-reduced-motion: reduce){
  .eqfilters__groups, .eqfilters__caret, .eqchip{ transition:none !important; }
}

.products__grid{
  display:grid; grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:clamp(16px,1.6vw,22px);
}
.products__grid.is-loading{ opacity:.5; transition:opacity .2s ease; }
.prod.is-filtered{ display:none; }

/* Card: white board, red SKU, black family chip, specs strip. Same bones as
   s2 .card in excel_export_preview.php, with Atlantis type instead of system-ui. */
.prod{
  position:relative; cursor:default;
  background:#fff; border-radius:12px;
  box-shadow:0 2px 12px rgba(0,0,0,.06);
  overflow:hidden; display:flex; flex-direction:column; min-width:0;
  transition:box-shadow .25s ease, transform .25s ease;
}
.prod:has(.prod__btn){ cursor:pointer; }
.prod:hover{ box-shadow:0 12px 32px rgba(0,0,0,.12); transform:translateY(-4px); }
.prod:has(.prod__btn:focus-visible){ outline:2px solid var(--accent); outline-offset:2px; }

.prod__media{
  position:relative; aspect-ratio:4/3; margin:0; min-width:0; overflow:hidden;
  background:#f8f9fa; display:flex; align-items:center; justify-content:center;
}
.prod__media--photo{ background:radial-gradient(130% 130% at 50% 26%, #f4f4f6 0%, #e6e6ea 100%); }
.prod__media img{
  width:100%; height:100%; object-fit:contain; padding:14px; display:block;
  transition:transform var(--dur-slow) var(--ease-out);
}
.prod:hover .prod__media img{ transform:scale(1.04); }
.prod__media.ph{ color:#9a9a9f; }

.prod__body{ padding:16px 18px 18px; flex:1; display:flex; flex-direction:column; gap:8px; }
.prod__meta{ display:flex; flex-wrap:wrap; gap:6px; align-items:center; }
.prod__code{
  display:inline-block; padding:4px 9px; background:var(--accent); color:#fff;
  font-family:var(--font-sans); font-size:11px; font-weight:700;
  text-transform:uppercase; letter-spacing:.03em; border-radius:4px; white-space:nowrap;
}
.prod__cat{
  display:inline-block; padding:3px 8px; background:#111; color:#fff;
  font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.04em;
  border-radius:4px; margin:0;
}
.prod__tag{
  display:inline-block; padding:3px 8px; background:#f0f0f0; color:#333;
  font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:.03em;
  border-radius:4px;
}
.prod__name{
  font-family:var(--font-display); font-weight:700; font-size:17px; text-transform:uppercase;
  color:#111; letter-spacing:.02em; line-height:1.2; margin:2px 0 0;
}
.prod__desc{
  font-size:13px; color:#555; line-height:1.5; margin:0;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}
.prod__specs{
  display:grid; grid-template-columns:auto 1fr; column-gap:14px; row-gap:5px;
  margin-top:auto; padding:10px 12px; background:#f8f9fa; border-radius:6px;
  font-size:12px;
}
.prod__specs .spec-label{ color:#666; font-weight:500; }
.prod__specs .spec-value{ color:#222; font-weight:600; }

.prod__foot{ display:flex; gap:8px; margin-top:10px; align-items:stretch; }
.prod__btn{
  margin-top:0; flex:1 1 auto; min-width:0;
  background:#fff; color:#111; border:1px solid #111;
  font-family:var(--font-sans); font-weight:700; font-size:12px;
  letter-spacing:.04em; text-transform:uppercase;
}
.prod__btn::after{
  content:""; position:absolute; inset:0; z-index:1;
}
.prod__btn:hover, .prod:has(.prod__btn):hover .prod__btn{ background:#111; color:#fff; border-color:#111; }
.prod__add{
  position:relative; z-index:2;
  flex:0 0 48px; display:grid; place-items:center;
  background:#fff; border:1px solid #111; color:#111;
  cursor:pointer; padding:0; border-radius:0;
  transition:background var(--dur-base) var(--ease-out), color var(--dur-base) var(--ease-out),
             border-color var(--dur-base) var(--ease-out);
}
.prod__add:hover{ background:var(--accent); border-color:var(--accent); color:#fff; }
.prod__add:focus-visible{ outline:2px solid var(--accent); outline-offset:2px; }

/* ================================= CTA ================================= */
.eqcta{ background:var(--atl-ink-1000); padding-block:clamp(56px,7vw,104px); }
.eqcta__card{ background:var(--atl-ink-800); padding:clamp(40px,6vw,80px) clamp(24px,4vw,48px);
  text-align:center; display:flex; flex-direction:column; align-items:center; }
.eqcta__title{ font-family:var(--font-display); font-weight:800; text-transform:uppercase; color:#fff;
  font-size:clamp(28px,3.8vw,52px); line-height:1; letter-spacing:var(--track-tight); margin:0 0 20px; }
.eqcta__text{ color:var(--atl-ink-300); font-size:clamp(15px,1.3vw,18px); line-height:1.55; max-width:48ch; margin:0 0 32px; }
.eqcta__actions{ display:flex; gap:14px; flex-wrap:wrap; justify-content:center; }

/* =============================== FOOTER ================================ */
.pfoot{ background:#000; padding-block:64px 40px; border-top:1px solid var(--atl-ink-800); }
.pfoot__top{ display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:48px; padding-bottom:48px; border-bottom:1px solid var(--atl-ink-800); }
.pfoot__logo{ height:28px; width:auto; margin-bottom:20px; }
.pfoot__newstext{ color:var(--atl-ink-300); font-size:15px; line-height:1.55; max-width:38ch; margin:0 0 18px; }
.news{ display:flex; gap:10px; max-width:420px; }
.news input{ flex:1; background:var(--atl-ink-900); border:1px solid var(--atl-ink-700); color:#fff; font:inherit; font-size:14px; padding:11px 14px; border-radius:0; }
.news input:focus{ outline:none; border-color:var(--accent); }
.pfoot__fineprint{ color:var(--atl-ink-500); font-size:12px; margin:14px 0 0; max-width:44ch; }
.pfoot__col{ display:flex; flex-direction:column; gap:12px; }
.pfoot__col a{ font-size:14px; color:var(--atl-ink-400); transition:color var(--dur-quick) var(--ease-out); }
.pfoot__col a:hover{ color:#fff; }
.pfoot__social{ display:flex; flex-direction:column; gap:12px; }
.pfoot__social a{ display:inline-flex; align-items:center; gap:10px; }
.pfoot__social svg{ color:var(--atl-ink-300); }
.pfoot__social a:hover svg{ color:#fff; }
.pfoot__bar{ display:flex; align-items:center; justify-content:space-between; gap:20px; padding-top:28px; flex-wrap:wrap; }
.pfoot__copy{ font-size:12px; color:var(--atl-ink-500); margin:0; }
.pfoot__legal{ display:flex; gap:22px; flex-wrap:wrap; }
.pfoot__legal a{ font-size:12px; color:var(--atl-ink-500); transition:color var(--dur-quick) var(--ease-out); }
.pfoot__legal a:hover{ color:#fff; }

/* ============================ RESPONSIVE =============================== */
@media (max-width:1120px){
  .nav__group--left, .nav__group--right{ display:none; }
  .nav__burger{ display:flex; }
  .megamenu{ display:none; }
}
@media (max-width:1199px){
  .products__grid{ grid-template-columns:repeat(3, minmax(0, 1fr)); }
  .products__body .products__grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
}
@media (max-width:1080px){
  .megamenu__grid{ grid-template-columns:repeat(2,1fr); gap:32px; }
  .pfoot__top{ grid-template-columns:1fr 1fr; }
}
@media (max-width:899px){
  .products__grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
}
@media (max-width:620px){
  .products__grid{ grid-template-columns:1fr; }
  .pfoot__top{ grid-template-columns:1fr; gap:32px; }
  .news{ max-width:none; }
  .eqhero__title{ max-width:none; }
  .eqcta__actions{ flex-direction:column; align-self:stretch; }
  .eqcta__actions .btn{ width:100%; }
  .pfoot__bar{ flex-direction:column; align-items:flex-start; gap:14px; }
}

/* ------------------------------- Reduced motion ------------------------- */
@media (prefers-reduced-motion: reduce){
  .prod, .prod:hover{ transition:none !important; transform:none !important; }
  .prod__media img, .prod:hover .prod__media img{ transition:none !important; transform:none !important; }
  .eqchip{ transition:none !important; }
  .prod__add{ transition:none; }
}

/* =========================================================================
   SEARCH RESULTS BAR (.results), injected by assets/js/catalog.js above
   the filter row when a catalogue root is loaded with ?q=. Light ground,
   dark type: the same palette as .products, not the old maroon-on-white
   inversion.
   ========================================================================= */
.results{
  margin:0 0 8px;
  padding:18px 0 20px;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
}
.results__for{
  margin:0; font-family:var(--font-sans); font-size:14px; line-height:1.5;
  color:#555;
}
.results__term{ color:#111; font-weight:700; }
.results__link{
  color:#111; text-decoration:underline; text-underline-offset:3px;
  text-decoration-color:var(--accent); text-decoration-thickness:2px; font-weight:600;
}
.results__link:hover{ color:var(--accent); text-decoration:none; }
.results__clear{ margin-left:14px; font-size:13px; }

.results__also{ display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin-top:16px; }
.results__alsolabel{
  font-family:var(--font-sans); font-weight:700; font-size:10px;
  letter-spacing:var(--track-eyebrow); text-transform:uppercase;
  color:#888; margin-right:4px;
}
.results__chip{
  display:inline-flex; align-items:center; padding:7px 15px;
  background:#fff; border:1px solid #d4d4d4;
  border-radius:var(--r-pill);
  font-family:var(--font-sans); font-size:12px; font-weight:600;
  color:#111; text-decoration:none;
  transition:background var(--dur-quick) var(--ease-out), border-color var(--dur-quick) var(--ease-out),
             color var(--dur-quick) var(--ease-out);
}
.results__chip:hover{ background:var(--accent); border-color:var(--accent); color:#fff; }

.results__none{ margin-top:18px; }
.results__nonetitle{
  margin:0 0 8px; font-family:var(--font-display); font-weight:700;
  font-size:clamp(20px,2vw,26px); text-transform:uppercase; letter-spacing:var(--track-tight);
  color:#111;
}
.results__meta{ margin:0 0 20px; font-size:14px; color:#555; }
.results__back{
  --_pad:0 22px; height:44px;
  background:#fff; color:#111; border:1px solid #111;
}
.results__back:hover{ background:#111; color:#fff; border-color:#111; }

@media (prefers-reduced-motion: reduce){
  .results__chip{ transition:none !important; }
}
