body.home { overflow-x: hidden; }
body.home a { color: inherit; text-decoration: none; }
main { margin: 0; padding: 0; }

button { font-family: inherit; cursor: pointer; border: none; background: none; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 1024px) { .wrap { padding: 0 40px; } }

h1, h2 { font-weight: 700; letter-spacing: -0.032em; }

@keyframes bob { 0%,100% { transform: translateY(0) rotate(var(--r,0deg)); } 50% { transform: translateY(-9px) rotate(var(--r,0deg)); } }
@keyframes bob2 { 0%,100% { transform: translateY(0) rotate(var(--r,0deg)); } 50% { transform: translateY(-14px) rotate(var(--r,0deg)); } }
@keyframes swirl-drift { from { transform: rotate(0deg) scale(1); } 50% { transform: rotate(180deg) scale(1.08); } to { transform: rotate(360deg) scale(1); } }
@keyframes msg-pop { 0% { opacity: 0; transform: translateY(14px) scale(0.92); } 70% { opacity: 1; transform: translateY(-2px) scale(1.02); } 100% { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes msg-pop-center {
  0% { opacity: 0; transform: translateX(-50%) translateY(14px) scale(0.92); }
  70% { opacity: 1; transform: translateX(-50%) translateY(-2px) scale(1.02); }
  100% { opacity: 1; transform: translateX(-50%) translateY(0) scale(1); }
}
@keyframes eeg-run { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes lens-l {
  0%, 15% { fill: rgba(217, 100, 126, 0.55); }   /* red (Trust / feel) */
  50%, 65% { fill: rgba(221, 171, 59, 0.55); }   /* yellow (Agility / why) */
  100% { fill: rgba(217, 100, 126, 0.55); }
}
@keyframes lens-r {
  0%, 15% { fill: rgba(75, 158, 104, 0.55); }    /* green (Efficiency) */
  50%, 65% { fill: rgba(75, 163, 211, 0.55); }   /* blue (Results) */
  100% { fill: rgba(75, 158, 104, 0.55); }
}

/* watercolor swirl: blurred conic wash of the quadrant colors */
.swirl {
  position: absolute; border-radius: 50%; pointer-events: none;
  background: conic-gradient(from 40deg,
    rgba(75,163,211,0.2), rgba(217,100,126,0.16), rgba(221,171,59,0.16),
    rgba(75,158,104,0.16), rgba(75,163,211,0.2));
  filter: blur(46px); opacity: 0.55;
  animation: swirl-drift 80s linear infinite;
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(.2,.65,.3,1), transform 0.7s cubic-bezier(.2,.65,.3,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 0.08s; } .reveal.d2 { transition-delay: 0.16s; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange); color: #fff;
  font-weight: 600; font-size: 15.5px;
  padding: 14px 26px; border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(217,111,60,0.4), 0 8px 20px rgba(217,111,60,0.25);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary:hover { background: var(--orange-deep); transform: translateY(-1px); box-shadow: 0 2px 4px rgba(217,111,60,0.4), 0 12px 26px rgba(217,111,60,0.3); }
.btn-primary .arr { transition: transform 0.2s ease; }
.btn-primary:hover .arr { transform: translateX(3px); }
.btn-quiet {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink); font-weight: 600; font-size: 15px;
  padding: 13px 22px; border-radius: 12px;
  border: 1px solid var(--line-2); background: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.btn-quiet:hover { border-color: var(--ink-3); background: var(--bg-soft); transform: translateY(-1px); }

.chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--ink-2);
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 14px;
  box-shadow: var(--shadow-sm);
}
.chip .dot { width: 8px; height: 8px; border-radius: 50%; }

/* nav: sticky for full page; hero overlaps behind it */
/* ── hero ── */
.hero {
  position: relative;
  margin-top: calc(-1 * var(--nav-block));
  padding: calc(var(--nav-block) + var(--nav-gap)) 0 30px;
  text-align: center; overflow: hidden;
}
.hero .swirl.sw-a { width: 520px; height: 520px; top: -220px; left: -160px; }
.hero .swirl.sw-b { width: 460px; height: 460px; top: -140px; right: -180px; animation-delay: -30s; animation-direction: reverse; }
.hero .wrap { position: relative; z-index: 1; padding-top: 0; }
.hero .chip { margin-bottom: 26px; }
.hero h1 { font-size: clamp(38px, 5.6vw, 68px); line-height: 1.06; max-width: 850px; margin: 0 auto; }
.hero h1 .em { font-size: 0.98em; }
.hero h1 .suck { color: var(--red); }
.hero h1 .dont { color: var(--orange); }
.hero p.lede { margin: 24px auto 0; max-width: 560px; font-size: 18.5px; line-height: 1.6; color: var(--ink-2); font-weight: 400; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.hero-note { margin-top: 16px; font-size: 13px; color: var(--ink-3); }

/* product stage: Asset centered + floating meeting messages */
.product-stage { position: relative; max-width: 900px; margin: 58px auto 0; min-height: 420px; padding: 0 8px; }
.product-stage .browser {
  position: relative; z-index: 2; margin: 0 auto; max-width: 620px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; box-shadow: var(--shadow-lg);
  overflow: hidden; text-align: left;
  /* avoid hairline gap at rounded corners (border + overflow) */
  isolation: isolate;
  transform: translateZ(0);
}
.product-stage .browser .product-shot {
  display: block; width: 100%; height: auto;
  background: #fdfcfa;
  /* square image corners; parent clips to 16px */
  border-radius: 0;
}
.browser-top {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 16px; border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}
.browser-top i { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.browser-top i:nth-child(1) { background: #f26d5f; }
.browser-top i:nth-child(2) { background: #f2bd4e; }
.browser-top i:nth-child(3) { background: #5fc46a; }
.browser-top .url {
  flex: 1; margin-left: 12px; max-width: 320px;
  font-size: 12px; color: var(--ink-3);
  background: #fff; border: 1px solid var(--line); border-radius: 7px;
  padding: 5px 12px;
}
.msg {
  position: absolute; width: min(285px, 42vw); z-index: 3;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 13px 15px 12px; text-align: left;
  opacity: 0;
}
.in-view .msg.m1 { animation: msg-pop 0.55s cubic-bezier(.2,.9,.3,1.2) 0.5s both; }
.in-view .msg.m2 { animation: msg-pop 0.55s cubic-bezier(.2,.9,.3,1.2) 1.5s both; }
.in-view .msg.m3 { animation: msg-pop-center 0.55s cubic-bezier(.2,.9,.3,1.2) 2.6s both; }
.msg .m-top { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.msg .m-ava {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.msg .m-ava svg { width: 12px; height: 12px; }
.msg .m-ava.img { overflow: hidden; }
.msg .m-ava.img img { width: 100%; height: 100%; object-fit: cover; }
.msg .m-name { font-size: 12px; font-weight: 700; }
.msg .m-time { font-size: 11px; color: var(--ink-3); margin-left: auto; }
.msg p { font-size: 13.5px; line-height: 1.5; color: var(--ink-2); }
.msg.m1 { top: 4%; left: 0; }
.msg.m2 { top: 16%; right: 0; }
.msg.m3 {
  bottom: -2%; left: 50%; transform: translateX(-50%);
  width: min(340px, calc(100% - 16px));
  border-color: rgba(75,158,104,0.4); background: #f4faf6;
}
.msg.m3 p b { color: #3c7f54; }
@media (max-width: 640px) {
  /* Don't force a tall stage - that left a gap under the browser before m3 */
  .product-stage { min-height: 0; padding-bottom: 52px; }
  .msg.m1 { left: 0; } .msg.m2 { right: 0; top: 22%; }
  .msg.m3 { bottom: 0; width: calc(100% - 16px); }
}
.magic-chip {
  position: absolute; z-index: 3;
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(253,253,251,0.55);
  border: 1.5px dashed rgba(28,27,23,0.18);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 0 0 6px rgba(232,129,79,0.04), 0 10px 30px rgba(75,163,211,0.08);
  animation: bob 7s ease-in-out infinite;
}
.magic-chip img { height: 36px; width: auto; filter: drop-shadow(0 4px 8px rgba(28,27,23,0.12)); }
.magic-chip .fc-txt { text-align: left; }
.magic-chip .fc-txt b { display: block; font-size: 12.5px; font-weight: 700; }
.magic-chip .fc-txt span { font-size: 11px; color: var(--ink-3); }
.magic-chip.fa { bottom: 12%; left: -4px; }
.magic-chip.fb { top: 48%; right: -4px; animation-name: bob2; animation-delay: 1.2s; }
@media (max-width: 760px) { .magic-chip { display: none; } }

/* ── trust ── */
.trust { padding: 84px 0 76px; text-align: center; }
.trust .t1 { font-size: 19px; font-weight: 700; }
.trust .t1 .em { color: var(--ink); }
.trust .t2 { margin-top: 8px; font-size: 14.5px; color: var(--ink-3); }
.logo-marquee {
  margin-top: 36px; width: 100%; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.logo-track {
  display: flex; width: max-content;
  animation: logo-scroll 36s linear infinite;
}
.logo-set {
  display: flex; align-items: center; gap: 56px;
  padding-inline-end: 56px;
}
.logo-set img {
  height: 34px; width: auto; flex-shrink: 0;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.logo-set img:hover { opacity: 1; }
@keyframes logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

hr.rule { border: none; border-top: 1px solid var(--line); max-width: 1120px; margin: 0 auto; }

/* ── section head ── */
section { position: relative; }
.sec-head { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.sec-head .chip { margin-bottom: 20px; }
.sec-head h2 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.14; }
.sec-head p.sub { margin-top: 16px; font-size: 17px; line-height: 1.65; color: var(--ink-2); }

/* ── sally ── */
.sally { padding: 88px 0 96px; }
/* who is Sally: presence card */
.sally-presence {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; border: none; box-shadow: none;
  padding: 0; margin-top: 18px;
}
.sally-presence .sp-ava {
  width: 36px; height: 36px; border-radius: 50%; position: relative;
  background: linear-gradient(135deg, #f0b7c4, #e8a08f);
  display: flex; align-items: center; justify-content: center;
}
.sally-presence .sp-ava svg { width: 18px; height: 18px; }
.sally-presence .sp-ava::after {
  content: ""; position: absolute; right: -1px; bottom: -1px;
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--red); border: 2px solid var(--bg);
}
.sally-presence .sp-txt { text-align: left; font-size: 14px; color: var(--ink-3); }
.sally-presence .sp-txt b { font-size: 14px; font-weight: 700; color: var(--ink); }
.sally-grid { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 1000px; margin: 0 auto; }
@media (min-width: 660px) { .sally-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .sally-grid { grid-template-columns: 1fr 1fr 1fr; } }
.s-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 22px 22px 20px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s cubic-bezier(.2,.65,.3,1), box-shadow 0.25s ease, border-color 0.25s ease;
  text-align: left;
}
.s-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-2); }
.s-card .s-top { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.s-card .ava {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.s-card .ava svg { width: 15px; height: 15px; }
.s-card .who { font-size: 12.5px; color: var(--ink-3); font-weight: 500; }
.s-card p.q { font-size: 15px; line-height: 1.6; color: var(--ink-2); }

/* she knows: Ned's glasses, lenses cycling the quadrant colors */
.knows { padding: 96px 0; background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; position: relative; overflow: hidden; }
.knows .swirl.sw-k { width: 640px; height: 640px; top: 50%; left: 50%; margin: -320px 0 0 -320px; opacity: 0.35; animation-duration: 110s; }
.knows .wrap { position: relative; z-index: 1; }
.knows .glasses { width: 230px; margin: 0 auto 30px; animation: bob 7s ease-in-out infinite; }
.knows .glasses svg { width: 100%; display: block; filter: drop-shadow(0 10px 12px rgba(28,27,23,0.14)); }
.knows .glasses .lens { animation: lens-l 10s ease-in-out infinite; }
.knows .glasses .lens.r { animation-name: lens-r; }
.knows h2 { font-size: clamp(28px, 3.8vw, 46px); line-height: 1.16; max-width: 760px; margin: 0 auto; }
.knows h2 .why { color: var(--orange); }
.knows p { margin: 22px auto 0; max-width: 560px; font-size: 17.5px; line-height: 1.65; color: var(--ink-2); }

/* quadrants: ABCD order, hand-drawn-feel icons */
.quad { padding: 96px 0; }
.quad-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 700px) { .quad-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .quad-grid { grid-template-columns: repeat(4, 1fr); } }
.qc {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 26px 24px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s cubic-bezier(.2,.65,.3,1), box-shadow 0.25s ease;
}
.qc:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.qc .icon {
  width: 46px; height: 46px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.qc .icon svg { width: 26px; height: 26px; }
.qc .icon img { width: 32px; height: 32px; object-fit: contain; }
.qc.blue .icon { background: var(--blue-soft); color: var(--blue); }
.qc.green .icon { background: var(--green-soft); color: var(--green); }
.qc.red .icon { background: var(--red-soft); color: var(--red); }
.qc.yellow .icon { background: var(--yellow-soft); color: var(--yellow); }
.qc .tag { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 8px; display: block; }
.qc .tag .abcd { font-weight: 800; }
.qc.blue .tag { color: #327da6; }
.qc.green .tag { color: #3a7f54; }
.qc.red .tag { color: #b84a63; }
.qc.yellow .tag { color: #93720d; }
.qc h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.32; margin-bottom: 10px; }
.qc p { font-size: 14px; line-height: 1.6; color: var(--ink-2); }

/* brain scan: EEG line + one stylized recommendation card */
.scan { padding: 20px 0 100px; }
.scan-panel {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--yellow-soft) 0%, var(--red-soft) 55%, var(--blue-soft) 100%);
  border: 1px solid var(--line); border-radius: 28px;
  display: grid; grid-template-columns: 1fr; gap: 30px;
  padding: 56px 36px;
}
@media (min-width: 940px) { .scan-panel { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); align-items: center; padding: 64px 64px; } }
.scan-copy { text-align: left; }
.scan-copy .chip { margin-bottom: 20px; }
.scan-copy h2 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.14; }
.scan-copy h2 .em { color: var(--green); }
.scan-copy p { margin-top: 18px; font-size: 16.5px; line-height: 1.65; color: var(--ink-2); max-width: 440px; }
/* live EEG strip */
.eeg { margin-top: 30px; height: 46px; overflow: hidden; position: relative; max-width: 440px;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}
.eeg svg { position: absolute; left: 0; top: 0; height: 100%; width: 200%; animation: eeg-run 7s linear infinite; }
.eeg path { fill: none; stroke: url(#eeg-grad); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* layered product stack: Effectiveness card + four factors panel */
.scan-stack { position: relative; max-width: 520px; margin: 0 auto; padding: 0 0 72px; }
.eff-card svg, .eff-card img { width: 100%; height: auto; display: block; filter: drop-shadow(0 24px 44px rgba(28,27,23,0.16)); }
.scan-stack .factors-card {
  position: absolute; right: -16px; bottom: 0; width: min(360px, 92%);
  margin: 0; transform: rotate(1.4deg);
  filter: drop-shadow(0 18px 36px rgba(28,27,23,0.14));
}
.scan-stack .factors-card img { width: 100%; height: auto; display: block; }
@media (max-width: 720px) {
  .scan-stack { padding-bottom: 0; }
  .scan-stack .factors-card { position: static; margin: -28px auto 0; transform: rotate(0.8deg); }
}

/* ── decoder ── */
.decoder-sec { padding: 0 0 100px; position: relative; overflow: hidden; }
.decoder-sec .swirl.sw-d { width: 560px; height: 560px; left: 50%; top: 50%; margin: -280px 0 0 -280px; opacity: 0.4; animation-duration: 95s; }
.decoder-inner { position: relative; z-index: 1; text-align: center; max-width: 640px; margin: 0 auto; padding: 60px 0 20px; }
.decoder-inner .chip { margin-bottom: 22px; }
.decoder-inner h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.1; }
.decoder-inner h2 .em { color: var(--orange); }
.decoder-inner p.dsub { margin: 20px auto 0; max-width: 520px; font-size: 17.5px; line-height: 1.65; color: var(--ink-2); }
.decoder-inner .btn-primary { margin-top: 32px; }
.decoder-inner .d-note { margin-top: 14px; font-size: 13px; color: var(--ink-3); }

/* ── faq ── */
.faq { padding: 56px 0 100px; }
.faq-list { max-width: 720px; margin: 0 auto; display: grid; gap: 10px; }
.faq-list details {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-list details[open] { border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.faq-list summary {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 20px; cursor: pointer; list-style: none;
  font-size: 15.5px; font-weight: 600;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .chev {
  margin-left: auto; flex-shrink: 0;
  width: 22px; height: 22px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-soft); color: var(--ink-3);
  font-size: 12px;
  transition: transform 0.25s ease, background 0.2s, color 0.2s;
}
.faq-list details[open] summary .chev { transform: rotate(180deg); background: var(--orange); color: #fff; }
.faq-list details p { padding: 0 20px 20px 20px; font-size: 14.5px; line-height: 1.65; color: var(--ink-2); }
.faq-list details p a { color: var(--orange-link); text-decoration: underline; text-underline-offset: 2px; }
.faq-list details p a:hover { color: #8f4219; }

/* ── newsletter ── */
.news { padding: 0 0 110px; }
.news-panel {
  position: relative; overflow: hidden;
  background: var(--bg-soft);
  border: 1px solid var(--line); border-radius: 28px;
  padding: 64px 32px;
  display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center;
}
@media (min-width: 900px) { .news-panel { grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); padding: 64px 56px 64px 72px; } }
.news-copy { text-align: left; }
.news-copy .chip { margin-bottom: 18px; }
.news-copy h2 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.12; }
.news-copy .nsub { margin-top: 14px; font-size: 16.5px; line-height: 1.6; color: var(--ink-2); }
#hs-newsletter-form { margin-top: 28px; width: 100%; }
#hs-newsletter-form .hs-form { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-start; }
#hs-newsletter-form .hs-form-field { flex: 1; min-width: 220px; margin: 0; }
#hs-newsletter-form .hs-submit { flex-shrink: 0; margin: 0; }
#hs-newsletter-form label { display: none; }
#hs-newsletter-form .hs-input {
  width: 100%; padding: 14px 16px;
  border-radius: 12px; border: 1px solid var(--line-2);
  font-family: inherit; font-size: 15px;
  background: #fff; color: var(--ink); outline: none; box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#hs-newsletter-form .hs-input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(232,129,79,0.15); }
#hs-newsletter-form .hs-button {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--orange); color: var(--ink);
  font-family: inherit; font-weight: 600; font-size: 15.5px;
  padding: 14px 26px; border: none; border-radius: 12px; cursor: pointer;
  box-shadow: 0 1px 2px rgba(217,111,60,0.4), 0 8px 20px rgba(217,111,60,0.25);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
#hs-newsletter-form .hs-button:hover { background: var(--orange-deep); transform: translateY(-1px); }
#hs-newsletter-form a { color: var(--orange-link); }
#hs-newsletter-form .hs-error-msgs { margin: 6px 0 0; padding: 0; list-style: none; font-size: 12.5px; color: var(--red); }
#hs-newsletter-form .submitted-message { margin-top: 10px; font-size: 14px; color: var(--green); }
.news-small { display: block; margin-top: 14px; font-size: 12.5px; line-height: 1.6; color: var(--ink-3); }
.news-art {
  display: flex; align-items: center; justify-content: center;
  padding: 0 20px; overflow: hidden;
}
.news-art img {
  width: min(180px, 100%); max-height: 200px; object-fit: contain;
  animation: bob 7s ease-in-out infinite;
  filter: drop-shadow(0 14px 20px rgba(28,27,23,0.12));
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .logo-track { width: auto; margin: 0 auto; }
  .logo-set { flex-wrap: wrap; justify-content: center; padding-inline-end: 0; }
  .logo-set[aria-hidden="true"] { display: none; }
}
