/* ============================================================
   JTR.org — Homepage redesign
   Premium editorial layer on top of styles.css + fig-tokens
   ============================================================ */
:root {
  --hp-accent: var(--brand);            /* rgb(110,63,243) */
  --hp-accent-deep: var(--brand-dark);  /* rgb(43,22,100)  */
  --hp-accent-tint: var(--brand-tint);  /* rgb(248,247,255)*/
  --hp-accent-soft: rgba(110,63,243,.12);
  --hp-h-weight: 300;                   /* editorial light headings */
  --hp-section-y: 128px;                /* section rhythm */
  --hp-ink: rgb(16,18,27);
  --hp-maxw: 1240px;
}

/* density tweak */
body[data-density="compact"] { --hp-section-y: 88px; }
body[data-density="comfy"]   { --hp-section-y: 160px; }

.hp { color: var(--body); }
.hp .wrap { max-width: var(--hp-maxw); margin: 0 auto; padding: 0 40px; }
.hp section { position: relative; }
.hp .pad { padding: var(--hp-section-y) 0; }

/* editorial type */
.hp h1, .hp h2, .hp h3 { color: var(--hp-ink); letter-spacing: -.02em; }
.hp .display {
  font-weight: var(--hp-h-weight);
  font-size: clamp(38px, 5.4vw, 74px);
  line-height: 1.04;
}
.hp .h-sec {
  font-weight: var(--hp-h-weight);
  font-size: clamp(30px, 3.6vw, 50px);
  line-height: 1.08;
}

/* centered kicker: — Label — */
.hp .kicker {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  font-size: 15px; font-weight: 500; letter-spacing: .04em;
  color: var(--hp-accent);
  text-transform: none;
}
.hp .kicker::before, .hp .kicker::after {
  content: ""; width: 46px; height: 1px; background: currentColor; opacity: .5;
}
.hp .kicker.left { justify-content: flex-start; }
.hp .kicker.left::before { display: none; }
.hp .eyebrow-lbl {
  font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--hp-accent);
}

.hp .sec-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.hp .sec-head .h-sec { margin-top: 20px; }
.hp .sec-head p { margin-top: 18px; font-size: 19px; color: var(--sub); }

/* ============================================================
   HERO
   ============================================================ */
.hp-hero {
  position: relative; min-height: 92vh; display: flex; flex-direction: column;
  color: #fff; overflow: hidden; isolation: isolate;
}
.hp-hero__bg { position: absolute; inset: 0; z-index: -2; }
.hp-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(130% 90% at 72% 12%, rgba(120,74,255,.34), transparent 58%),
    linear-gradient(178deg, rgba(14,8,34,.42) 0%, rgba(16,9,38,.62) 46%, rgba(20,11,44,.9) 100%);
}
/* image hero */
body[data-hero="aurora"] .hp-hero__bg {
  background: url('images/hero-aurora.jpg') center/cover no-repeat;
  filter: saturate(1.05);
}
body[data-hero="aurora"] .hp-hero__bg::before {
  content: ""; position: absolute; inset: 0; background: rgba(24,14,52,.34);
}
/* mesh hero */
body[data-hero="mesh"] .hp-hero__bg {
  background:
    radial-gradient(60% 55% at 18% 20%, rgba(150,110,255,.55), transparent 60%),
    radial-gradient(55% 60% at 82% 18%, rgba(88,150,255,.5), transparent 62%),
    radial-gradient(70% 70% at 62% 92%, rgba(224,120,220,.4), transparent 60%),
    linear-gradient(160deg, #241056, #14082c 70%);
}
.hp-hero__grain {
  position: absolute; inset: 0; z-index: -1; opacity: .5; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.5) .5px, transparent .5px);
  background-size: 4px 4px; mix-blend-mode: overlay;
}

.hp-hero__inner {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 160px 40px 96px;
}
.hp-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 12px; border-radius: 999px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  font-size: 13.5px; font-weight: 500; letter-spacing: .02em; color: rgba(255,255,255,.94);
}
.hp-hero__eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: #b9a6ff; box-shadow: 0 0 10px 2px rgba(185,166,255,.8); }
.hp-hero h1 {
  color: #fff; margin: 30px 0 0; max-width: 15ch;
  font-weight: var(--hp-h-weight); font-size: clamp(40px, 6vw, 82px); line-height: 1.03; letter-spacing: -.025em;
}
.hp-hero h1 em { font-style: normal; color: #cbb8ff; }
.hp-hero__lead {
  margin: 28px auto 0; max-width: 620px; font-size: 19px; line-height: 1.55;
  color: rgba(233,228,248,.82);
}
.hp-hero__cta { display: flex; gap: 16px; margin-top: 44px; flex-wrap: wrap; justify-content: center; }
.btn-onlight { background: #fff; color: var(--hp-ink); border-color: #fff; }
.btn-onlight:hover { background: rgba(255,255,255,.88); transform: translateY(-1px); }
.btn-glass { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.34); backdrop-filter: blur(6px); }
.btn-glass:hover { background: rgba(255,255,255,.16); border-color: #fff; }

/* hero trust bar */
.hp-hero__trust {
  border-top: 1px solid rgba(255,255,255,.14);
  background: rgba(10,6,26,.25); backdrop-filter: blur(4px);
}
.hp-hero__trust .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; padding-bottom: 22px; flex-wrap: wrap; }
.hp-hero__trust .t-item { display: flex; align-items: baseline; gap: 12px; }
.hp-hero__trust .t-item b { font-size: 24px; font-weight: 500; color: #fff; letter-spacing: -.01em; }
.hp-hero__trust .t-item span { font-size: 13.5px; color: rgba(233,228,248,.66); }
.hp-hero__trust .t-div { width: 1px; height: 26px; background: rgba(255,255,255,.16); }

.hp-scrollcue { position: absolute; bottom: 108px; left: 50%; transform: translateX(-50%); z-index: 3;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.55);
  display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hp-scrollcue .line { width: 1px; height: 40px; background: linear-gradient(rgba(255,255,255,.6), transparent); animation: cue 2.2s ease-in-out infinite; transform-origin: top; }
@keyframes cue { 0%,100% { transform: scaleY(.4); opacity:.4 } 50% { transform: scaleY(1); opacity:1 } }

/* ============================================================
   MISSION
   ============================================================ */
.hp-mission .grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: start; }
.hp-mission .lead-statement { font-weight: var(--hp-h-weight); font-size: clamp(26px, 2.7vw, 38px); line-height: 1.18; color: var(--hp-ink); letter-spacing: -.02em; }
.hp-mission .lead-statement b { font-weight: 500; color: var(--hp-accent); }
.hp-mission .body { display: flex; flex-direction: column; gap: 28px; padding-top: 6px; }
.hp-mission .body p { font-size: 17px; line-height: 1.65; color: var(--sub); }
.hp-mission .metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 40px; margin-top: 8px; }
.hp-mission .metrics .m b { display: block; font-size: 40px; font-weight: 400; color: var(--hp-ink); letter-spacing: -.02em; }
.hp-mission .metrics .m span { font-size: 14.5px; color: var(--muted); }

/* ============================================================
   EQUIPMENT
   ============================================================ */
.hp-equip { background: var(--surface-alt); }
.hp-equip .bento { display: grid; grid-template-columns: 1.5fr 1fr; grid-auto-rows: 300px; gap: 24px; }
.pcard { position: relative; border-radius: 22px; overflow: hidden; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 34px; color: #fff; background: #14121a; text-decoration: none;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s; }
.pcard:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -24px rgba(22,15,50,.4); }
.pcard__media { position: absolute; inset: 0; border-radius: inherit; background-size: cover; background-position: center; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.pcard:hover .pcard__media { transform: scale(1.05); }
.pcard__scrim { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, rgba(10,7,24,0) 34%, rgba(10,7,24,.78) 100%); }
.pcard__body { position: relative; z-index: 2; }
.pcard .p-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.82); margin-bottom: 12px; }
.pcard .p-tag::before { content: "◆"; color: var(--hp-accent); font-size: 10px; }
.pcard h3 { color: #fff; font-size: 27px; font-weight: 500; letter-spacing: -.01em; }
.pcard p { color: rgba(255,255,255,.78); font-size: 15px; margin-top: 8px; max-width: 40ch; }
.pcard .p-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; }
.pcard .p-price { font-size: 15px; color: rgba(255,255,255,.72); }
.pcard .p-go { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 500; color: #fff; }
.pcard .p-go .i { width: 18px; height: 18px; transition: transform .25s; }
.pcard:hover .p-go .i { transform: translate(3px,-3px); }

.pcard--feature { grid-row: span 2; }
.pcard--feature h3 { font-size: 34px; }
.pcard--feature p { font-size: 16.5px; }
.pcard--light { background: linear-gradient(150deg, #fbf6ee, #f3ecfb); color: var(--hp-ink); }
.pcard--light .pcard__scrim { display: none; }
.pcard--light h3 { color: var(--hp-ink); }
.pcard--light p { color: var(--sub); }
.pcard--light .p-tag { color: var(--hp-accent); }
.pcard--light .p-price { color: var(--sub); }
.pcard--light .p-go { color: var(--hp-ink); }
.pcard--contain .pcard__media { background-size: contain; background-repeat: no-repeat; }

/* ============================================================
   REPORTS
   ============================================================ */
.hp-reports .grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.hp-reports .stage {
  position: relative; border-radius: 24px; padding: 56px; display: grid; place-items: center;
  background: radial-gradient(120% 100% at 50% 0%, #fbf7f0, #efe7f7);
  overflow: hidden;
}
.hp-reports .stage img { width: 74%; filter: drop-shadow(0 40px 60px rgba(43,22,100,.22)); }
.hp-reports .float-note {
  position: absolute; left: 28px; bottom: 28px; width: 246px; padding: 20px 22px;
  background: rgba(255,255,255,.86); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.7);
  border-radius: 16px; box-shadow: var(--shadow-lg);
}
.hp-reports .float-note h4 { font-size: 16px; font-weight: 600; color: var(--hp-ink); }
.hp-reports .float-note p { font-size: 13px; line-height: 1.5; color: var(--sub); margin-top: 6px; }
.hp-reports h2 { margin: 20px 0 20px; }
.hp-reports .rlead { font-size: 18px; line-height: 1.6; color: var(--sub); max-width: 46ch; }
.hp-rlist { margin-top: 36px; border-top: 1px solid var(--line); }
.hp-rlist a { display: flex; align-items: center; gap: 18px; padding: 22px 4px; border-bottom: 1px solid var(--line); transition: padding .2s, color .2s; }
.hp-rlist a:hover { padding-left: 12px; color: var(--hp-accent); }
.hp-rlist .num { font-size: 13px; font-weight: 600; color: var(--hp-accent); width: 30px; flex: none; }
.hp-rlist .rl-body { flex: 1; }
.hp-rlist .rl-body b { display: block; font-size: 18px; font-weight: 500; color: var(--hp-ink); }
.hp-rlist a:hover .rl-body b { color: var(--hp-accent); }
.hp-rlist .rl-body span { font-size: 14px; color: var(--muted); }
.hp-rlist .i { width: 22px; height: 22px; color: var(--muted); transition: transform .2s; }
.hp-rlist a:hover .i { transform: translateX(4px); color: var(--hp-accent); }

/* ============================================================
   STANDARDS BAND (dark)
   ============================================================ */
.hp-standards { background: var(--hp-accent-deep); color: #fff; overflow: hidden; }
.hp-standards::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(80% 120% at 88% 0%, rgba(150,110,255,.4), transparent 55%);
  pointer-events: none;
}
.hp-standards .grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.hp-standards h2 { color: #fff; }
.hp-standards .eyebrow-lbl { color: #c9b8ff; }
.hp-standards p.lead { font-size: 18px; line-height: 1.62; color: rgba(255,255,255,.74); margin-top: 18px; max-width: 48ch; }
.hp-standards .accred { display: flex; align-items: center; gap: 16px; margin-top: 32px; padding: 18px 22px; border-radius: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); max-width: 460px; }
.hp-standards .accred .badge-ic { width: 44px; height: 44px; border-radius: 11px; background: rgba(255,255,255,.12); display: grid; place-items: center; color: #d7c9ff; flex: none; }
.hp-standards .accred b { font-size: 15px; font-weight: 600; color: #fff; }
.hp-standards .accred span { display: block; font-size: 13.5px; color: rgba(255,255,255,.66); margin-top: 2px; }
.hp-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; overflow: hidden; }
.hp-stats .cell { background: var(--hp-accent-deep); padding: 34px 30px; }
.hp-stats .cell b { display: block; font-size: 48px; font-weight: 300; color: #fff; letter-spacing: -.03em; line-height: 1; }
.hp-stats .cell span { display: block; margin-top: 12px; font-size: 14.5px; line-height: 1.45; color: rgba(255,255,255,.7); }

/* ============================================================
   TRUSTED / LOGOS
   ============================================================ */
.hp-trust { text-align: center; }
.hp-trust .h-sec { font-weight: var(--hp-h-weight); }

/* slow, seamless logo marquee */
.hp-logos-marquee {
  margin-top: 48px; overflow: hidden; position: relative;
  -webkit-mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.hp-logos-track {
  display: flex; width: max-content;
  animation: hp-logo-scroll var(--marquee-dur, 48s) linear infinite;
}
.hp-logos-marquee:hover .hp-logos-track { animation-play-state: paused; }
.hp-logos-set { display: flex; align-items: center; gap: 72px; padding-right: 72px; flex: none; }
.hp-logos-set image-slot {
  width: 150px; height: 60px; flex: none;
  filter: grayscale(1); opacity: .6;
  transition: opacity .2s, filter .2s; border-radius: 8px;
}
.hp-logos-set image-slot:hover { opacity: 1; filter: grayscale(0); }
.hp-logos-set .hp-logo-img {
  width: 150px; height: 60px; flex: none; object-fit: contain;
  filter: grayscale(1); opacity: .6; transition: opacity .2s, filter .2s;
}
.hp-logos-set .hp-logo-img:hover { opacity: 1; filter: grayscale(0); }
.hp-logo-word {
  flex: none; font-size: 19px; color: var(--ink-800); white-space: nowrap;
  opacity: .6; transition: opacity .2s;
}
.hp-logo-word:hover { opacity: 1; }
@keyframes hp-logo-scroll { to { transform: translateX(calc(-1 * var(--marquee-shift, 50%))); } }
@media (prefers-reduced-motion: reduce) {
  .hp-logos-track { animation: none; flex-wrap: wrap; justify-content: center; }
}

/* ============================================================
   NEWS
   ============================================================ */
.hp-news { background: var(--surface-alt); }
.hp-news .row-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 48px; flex-wrap: wrap; }
.hp-news .grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 32px; }
.n-hero { position: relative; border-radius: 20px; overflow: hidden; min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end; padding: 36px; color: #fff; text-decoration: none; }
.n-hero .n-media { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .6s; }
.n-hero:hover .n-media { transform: scale(1.04); }
.n-hero .n-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43,22,100,.1) 30%, rgba(20,10,44,.85)); }
.n-hero .n-body { position: relative; z-index: 2; }
.n-hero h3 { color: #fff; font-size: 27px; font-weight: 500; letter-spacing: -.01em; margin-top: 14px; max-width: 22ch; }
.n-list { display: flex; flex-direction: column; gap: 18px; }
.n-item { display: flex; gap: 20px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; text-decoration: none; transition: transform .25s, box-shadow .25s, border-color .25s; flex: 1; }
.n-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--line-2); }
.n-item .n-idx { font-size: 13px; font-weight: 600; color: var(--muted); }
.n-item .n-txt b { display: block; font-size: 17.5px; font-weight: 500; color: var(--hp-ink); line-height: 1.32; letter-spacing: -.01em; }
.n-item .n-meta { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.n-item .n-arrow { margin-left: auto; color: var(--muted); transition: transform .25s, color .25s; }
.n-item:hover .n-arrow { transform: translateX(4px); color: var(--hp-accent); }

/* ============================================================
   CTA BAND
   ============================================================ */
.hp-cta .box {
  position: relative; border-radius: 28px; overflow: hidden; padding: 84px 72px; text-align: center; color: #fff;
  background: linear-gradient(140deg, #2b1664 0%, #4a2ba0 52%, #6E3FF3 120%);
}
.hp-cta .box::after { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 120% at 20% 10%, rgba(180,150,255,.4), transparent 60%); pointer-events: none; }
.hp-cta .box > * { position: relative; z-index: 2; }
.hp-cta h2 { color: #fff; font-weight: var(--hp-h-weight); font-size: clamp(30px, 3.8vw, 52px); }
.hp-cta p { margin: 18px auto 0; max-width: 540px; font-size: 18px; color: rgba(255,255,255,.82); }
.hp-cta .cta-btns { display: flex; gap: 16px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }

/* ============================================================
   HEADER — transparent over hero
   ============================================================ */
body[data-header="hero"] .regionbar { display: none; }
body[data-header="hero"] .site-header { position: fixed; top: 0; left: 0; right: 0; background: transparent; border-bottom-color: transparent; transition: background .3s, border-color .3s, box-shadow .3s; }
body[data-header="hero"] .site-header.on-tint { background: transparent; }
body[data-header="hero"] .site-header .nav__link,
body[data-header="hero"] .site-header .brand__logo { color: #fff; }
body[data-header="hero"] .site-header .brand__sub { color: rgba(255,255,255,.6); border-left-color: rgba(255,255,255,.24); }
body[data-header="hero"] .site-header .nav__link .i { color: rgba(255,255,255,.7); }
body[data-header="hero"] .site-header .nav__link:hover { color: #cbb8ff; }
body[data-header="hero"] .site-header .brand__logo .mark rect[stroke] { stroke: #fff; }
body[data-header="hero"] .site-header .brand__logo .mark rect[fill="#0A0D14"] { fill: #fff; }
body[data-header="hero"] .site-header .brand__logo .mark path { stroke: #2b1664; }
body[data-header="hero"] .site-header .nav__search { color: #fff; }
body[data-header="hero"] .site-header .nav__search:hover { background: rgba(255,255,255,.14); }
body[data-header="hero"] .site-header .btn-primary { background: #fff; color: var(--hp-ink); }
body[data-header="hero"] .site-header .btn-primary:hover { background: rgba(255,255,255,.86); }
body[data-header="hero"] .site-header .btn-ghost { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); }
body[data-header="hero"] .site-header .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.16); }
body[data-header="hero"] .site-header .btn-ghost .i, body[data-header="hero"] .site-header .btn-ghost svg { color: #fff; }
body[data-header="hero"] .site-header .nav__burger { color: #fff; border-color: rgba(255,255,255,.3); background: transparent; }
body[data-header="hero"] .site-header .nav__cart { color: #fff; }
body[data-header="hero"] .site-header .nav__cart:hover { background: rgba(255,255,255,.14); }
body[data-header="hero"] .site-header .nav__cart-count { box-shadow: 0 0 0 2px rgba(43,22,100,.55); }

/* scrolled → solid */
body[data-header="hero"] .site-header.scrolled { background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom-color: var(--line); box-shadow: 0 6px 24px -18px rgba(22,15,50,.4); }
body[data-header="hero"] .site-header.scrolled .nav__link, body[data-header="hero"] .site-header.scrolled .brand__logo { color: var(--ink-800); }
body[data-header="hero"] .site-header.scrolled .brand__sub { color: var(--muted); border-left-color: var(--line-2); }
body[data-header="hero"] .site-header.scrolled .nav__link .i { color: var(--muted); }
body[data-header="hero"] .site-header.scrolled .nav__link:hover { color: var(--hp-accent); }
body[data-header="hero"] .site-header.scrolled .brand__logo .mark rect[stroke] { stroke: var(--hp-accent); }
body[data-header="hero"] .site-header.scrolled .brand__logo .mark rect[fill="#0A0D14"] { fill: #0A0D14; }
body[data-header="hero"] .site-header.scrolled .brand__logo .mark path { stroke: #fff; }
body[data-header="hero"] .site-header.scrolled .nav__search { color: var(--ink-800); }
body[data-header="hero"] .site-header.scrolled .btn-primary { background: var(--ink); color: #fff; }
body[data-header="hero"] .site-header.scrolled .btn-ghost { color: var(--ink-800); border-color: var(--line-2); background: transparent; }
body[data-header="hero"] .site-header.scrolled .btn-ghost:hover { border-color: var(--ink-800); background: #fff; }
body[data-header="hero"] .site-header.scrolled .btn-ghost .i, body[data-header="hero"] .site-header.scrolled .btn-ghost svg { color: var(--muted); }
body[data-header="hero"] .site-header.scrolled .nav__burger { color: var(--ink-800); border-color: var(--line); background: #fff; }
body[data-header="hero"] .site-header.scrolled .nav__cart { color: var(--ink-800); }
body[data-header="hero"] .site-header.scrolled .nav__cart:hover { background: var(--surface-alt); }
body[data-header="hero"] .site-header.scrolled .nav__cart-count { box-shadow: none; }

/* accent-driven header current underline */
.hp .site-header .nav__link.is-current::after { background: var(--hp-accent); }

/* ============================================================
   REVEAL-ON-SCROLL
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
  .reveal.in { opacity: 1; transform: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hp-mission .grid, .hp-reports .grid, .hp-standards .grid, .hp-news .grid { grid-template-columns: 1fr; gap: 44px; }
  .hp-equip .bento { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .pcard--feature { grid-row: span 1; min-height: 340px; }
  .hp-reports .stage img { width: 60%; }
}
@media (max-width: 720px) {
  .hp .wrap { padding: 0 22px; }
  :root { --hp-section-y: 76px; }
  .hp-hero__inner { padding: 130px 22px 72px; }
  .hp-hero__trust .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; padding-top: 20px; padding-bottom: 20px; }
  .hp-hero__trust .t-div { display: none; }
  .hp-hero__trust .t-item { flex-direction: column; align-items: flex-start; gap: 3px; }
  .hp-hero__trust .t-item b { font-size: 19px; }
  .hp-hero__trust .t-item span { font-size: 12.5px; line-height: 1.35; }
  .hp-mission .metrics { grid-template-columns: 1fr 1fr; }
  .hp-stats, .hp-mission .metrics { gap: 1px; }
  .hp-standards .accred { max-width: none; }
  .hp-cta .box { padding: 56px 28px; }
  .hp-scrollcue { display: none; }
}
