/* ============================================================================
   WELL RUN · SIGNAL SYSTEM — ABOUT
   Page styles for /en/about/  (namespace: .ab-)
   Built on Signal Core tokens in global.css.
   ============================================================================ */

/* Black page base for the Reveal Lift seam: every section paints its own
   opaque background, so the base colour only shows through the footer seam. */
.ab-page { background: var(--wr-black) !important; }

/* Section scaffolding ------------------------------------------------------ */
.ab-section { position: relative; z-index: 2; width: 100%; padding: clamp(96px, 13vh, 180px) var(--wr-pad-x); background: var(--wr-white); }
.ab-section--dark  { background: var(--wr-hero);  color: var(--wr-white); }
.ab-section--black { background: var(--wr-black); color: var(--wr-white); }
.ab-inner { position: relative; z-index: 4; max-width: var(--wr-max-width); margin: 0 auto; width: 100%; }
.ab-eyebrow { margin-bottom: 28px; }

.ab-h2 { font-size: clamp(28px, 3.6vw, 48px); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; color: var(--wr-black); max-width: 20ch; text-wrap: balance; }
.ab-section--dark .ab-h2, .ab-section--black .ab-h2 { color: var(--wr-white); }
.ab-lead { font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; color: var(--wr-black-40); max-width: 60ch; margin-top: 22px; }
.ab-section--dark .ab-lead, .ab-section--black .ab-lead { color: var(--wr-white-65); }
.ab-head--center { text-align: center; }
.ab-head--center .ab-h2, .ab-head--center .ab-lead { margin-left: auto; margin-right: auto; }

/* Buttons (mirror the Signal System action button) ------------------------- */
.ab-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; height: 54px; padding: 0 30px; border-radius: var(--wr-radius-pill); font-size: 13px; font-weight: 800; letter-spacing: 0.04em; color: var(--wr-black); position: relative; isolation: isolate; border: none; cursor: pointer; font-family: inherit; background: var(--wr-grad); background-size: 200% auto; animation: gradientShimmerSlow 4s ease-in-out infinite alternate; transition: transform 0.25s var(--wr-ease-out), box-shadow 0.3s ease; box-shadow: 0 8px 30px -10px #F0492366; text-decoration: none; }
.ab-btn svg { width: 15px; height: 15px; stroke: var(--wr-black); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s var(--wr-ease-out); }
@media (hover: hover) and (pointer: fine) { .ab-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 38px -10px #F0492399; } .ab-btn:hover svg { transform: translateX(4px); } }
.ab-btn--ghost { background: transparent; animation: none; box-shadow: none; color: var(--wr-white); border: 1.5px solid var(--wr-white-16); }
.ab-btn--ghost svg { stroke: var(--wr-orange); }
@media (hover: hover) and (pointer: fine) { .ab-btn--ghost:hover { transform: translateY(-2px); border-color: var(--wr-orange); } }

.ab-tlink { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; letter-spacing: 0.02em; color: var(--wr-black); text-decoration: none; }
.ab-section--dark .ab-tlink, .ab-section--black .ab-tlink { color: var(--wr-white); }
.ab-tlink svg { width: 15px; height: 15px; stroke: var(--wr-orange); stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.22s var(--wr-ease-out); }
@media (hover: hover) and (pointer: fine) { .ab-tlink:hover svg { transform: translateX(4px); } }

/* Breadcrumb --------------------------------------------------------------- */
.ab-crumb { display: inline-flex; align-items: center; gap: 9px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-white-45); margin-bottom: 22px; }
.ab-crumb a { color: var(--wr-white-65); text-decoration: none; transition: color 0.2s ease; }
.ab-crumb a:hover { color: var(--wr-white); }
.ab-crumb span { color: var(--wr-white-16); }
.ab-crumb b { color: var(--wr-orange); font-weight: 700; }

/* ============================================================================
   HERO — S1 What We Are. Centred statement over a proof ledger strip.
   ========================================================================== */
.ab-hero { position: relative; z-index: 2; width: 100%; background: var(--wr-hero); color: var(--wr-white); overflow: hidden; }
.ab-hero__glow { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(54% 46% at 84% 8%, #F0492329 0%, transparent 62%), radial-gradient(42% 40% at 2% 80%, #FFD80016 0%, transparent 56%); }
.ab-hero__grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(circle, #F2F2F212 1px, transparent 1.4px); background-size: 34px 34px; -webkit-mask-image: radial-gradient(120% 90% at 80% 8%, #000 0%, transparent 64%); mask-image: radial-gradient(120% 90% at 80% 8%, #000 0%, transparent 64%); opacity: 0.7; }
.ab-hero__beam { position: absolute; top: 0; left: 0; right: 0; height: 1px; z-index: 1; pointer-events: none; background: linear-gradient(90deg, transparent, #F0492366 26%, #FFD80088 50%, #F0492366 74%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent); opacity: 0.5; }

.ab-hero__inner { position: relative; z-index: 2; max-width: var(--wr-max-width); margin: 0 auto; min-height: 100vh; min-height: 100svh; padding: calc(var(--wr-nav-height) + 64px) var(--wr-pad-x) clamp(72px, 10vh, 120px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: clamp(36px, 5vh, 54px); }

/* Copy rail ---------------------------------------------------------------- */
.ab-rail { position: relative; max-width: 760px; }
.ab-h1 { font-size: clamp(36px, 5vw, 66px); font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; color: var(--wr-white); max-width: 16ch; margin: 0 auto; text-wrap: balance; }
.ab-hero__lead { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.64; color: var(--wr-white-75); max-width: 60ch; margin: 28px auto 0; }
.ab-hero__lead + .ab-hero__lead { margin-top: 18px; color: var(--wr-white-65); }
.ab-hero__lead strong { color: var(--wr-white); font-weight: 700; }

/* Proof ledger — centred strip beneath the statement ----------------------- */
.ab-ledger { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 820px; margin: 0 auto; padding: clamp(24px, 3vh, 32px) 0 0; border-top: 1px solid var(--wr-white-10); gap: clamp(18px, 3vw, 44px); }
.ab-ledger__cap { width: 100%; font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-white-45); margin-bottom: 4px; }
.ab-ledger__row { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
.ab-ledger__num { font-size: clamp(28px, 3vw, 40px); font-weight: 800; line-height: 0.95; letter-spacing: -0.03em; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ab-ledger__lab { font-size: 13.5px; line-height: 1.4; font-weight: 600; color: var(--wr-white-65); text-align: center; max-width: 16ch; }

/* ============================================================================
   S2 — WHERE THIS CAME FROM (light): origin copy + Brand Plate
   ========================================================================== */
.ab-origin { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 5vw, 80px); align-items: center; margin-top: 12px; }
.ab-origin__body { max-width: 56ch; }
.ab-origin__p { font-size: clamp(16px, 1.3vw, 18px); line-height: 1.72; color: var(--wr-black-40); }
.ab-origin__p + .ab-origin__p { margin-top: 22px; }
.ab-origin__p strong { color: var(--wr-black); font-weight: 700; }
.ab-origin__p--first { font-size: clamp(17px, 1.45vw, 20px); color: var(--wr-black); font-weight: 600; line-height: 1.6; }

/* Pull stat */
.ab-pull { display: flex; align-items: baseline; gap: 16px; margin: 34px 0; padding: 22px 0; border-top: 1px solid var(--wr-black-10); border-bottom: 1px solid var(--wr-black-10); }
.ab-pull__num { font-size: clamp(40px, 5vw, 62px); font-weight: 800; line-height: 0.9; letter-spacing: -0.04em; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; white-space: nowrap; }
.ab-pull__lab { font-size: 14px; line-height: 1.45; font-weight: 600; color: var(--wr-black-40); max-width: 24ch; }

/* Brand Plate — continuity (Kyiv → Brussels), image-ready */
.ab-plate { position: relative; border-radius: var(--wr-radius-card); overflow: hidden; min-height: 460px; background-color: #0D0A07; background-image: repeating-linear-gradient(135deg, #F2F2F20A 0 2px, transparent 2px 11px); display: flex; flex-direction: column; justify-content: space-between; }
.ab-plate::after { content: ''; position: absolute; inset: 0; background: radial-gradient(72% 60% at 72% 26%, #F0492322, transparent 60%), radial-gradient(60% 50% at 20% 90%, #FFD80012, transparent 60%); pointer-events: none; }
.ab-plate__route { position: relative; z-index: 2; margin: 24px; align-self: flex-start; display: inline-flex; align-items: center; gap: 10px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wr-white); padding: 9px 15px; border-radius: var(--wr-radius-pill); background: #0D0A07AA; border: 1px solid var(--wr-white-16); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.ab-plate__route svg { width: 15px; height: 15px; stroke: var(--wr-orange); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.ab-plate__route em { font-style: normal; color: var(--wr-white-45); }
.ab-plate__tag { position: relative; z-index: 2; margin: 24px; align-self: flex-start; font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-white-65); padding: 6px 11px; border: 1px solid var(--wr-white-16); border-radius: var(--wr-radius-pill); background: #0D0A07AA; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
@media (max-width: 900px) { .ab-origin { grid-template-columns: 1fr; } .ab-plate { min-height: 300px; order: -1; } }

/* ============================================================================
   S3 — HOW WE WORK (dark): three method facets
   ========================================================================== */
.ab-method { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.ab-method__card { position: relative; padding: 34px 30px 36px; border-radius: var(--wr-radius-card); background: linear-gradient(180deg, #15100B, #0C0907); border: 1px solid var(--wr-white-08); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.35s var(--wr-ease-out), border-color 0.3s ease; }
.ab-method__n { font-family: ui-monospace, Menlo, monospace; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ab-method__t { font-size: clamp(20px, 1.9vw, 25px); font-weight: 800; letter-spacing: -0.015em; color: var(--wr-white); line-height: 1.16; margin: 20px 0 16px; max-width: 16ch; }
.ab-method__d { font-size: 14.5px; line-height: 1.65; color: var(--wr-white-65); }
.ab-method__d strong { color: var(--wr-white); font-weight: 700; }
@media (hover: hover) and (pointer: fine) { .ab-method__card:hover { transform: translateY(-3px); border-color: var(--wr-white-16); } }
@media (max-width: 900px) { .ab-method { grid-template-columns: 1fr; } }

/* ============================================================================
   S4 — NAMED CLIENTS & PROOF (light): three categories + Cases link
   ========================================================================== */
.ab-clients { margin-top: 60px; display: flex; flex-direction: column; gap: clamp(40px, 5vh, 64px); }
.ab-cat__head { display: flex; align-items: baseline; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--wr-black-10); margin-bottom: 26px; }
.ab-cat__label { font-size: clamp(17px, 1.6vw, 21px); font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); }
.ab-cat__count { font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-black-40); margin-left: auto; }

/* Cards with context (Sports, Technology) */
.ab-cat__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ab-cat__grid--two { grid-template-columns: repeat(2, 1fr); }
.ab-client { position: relative; padding: 22px 22px 24px; border-radius: var(--wr-radius-sm); background: var(--wr-white); border: 1px solid var(--wr-black-08); box-shadow: 0 1px 2px rgba(13,10,7,0.04), 0 16px 36px -34px rgba(13,10,7,0.5); transition: transform 0.3s var(--wr-ease-out), border-color 0.3s ease; }
.ab-client__name { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); line-height: 1.25; }
.ab-client__ctx { font-size: 13px; line-height: 1.5; color: var(--wr-black-40); margin-top: 8px; }
@media (hover: hover) and (pointer: fine) { .ab-client:hover { transform: translateY(-2px); border-color: var(--wr-black-15); } }

/* Name-only plates (Corporate) */
.ab-names { display: flex; flex-wrap: wrap; gap: 10px; }
.ab-name { display: inline-flex; align-items: center; font-size: 15px; font-weight: 700; letter-spacing: -0.005em; color: var(--wr-black); padding: 12px 20px; border-radius: var(--wr-radius-pill); background: var(--wr-black-03); border: 1px solid var(--wr-black-08); transition: border-color 0.25s ease, transform 0.25s var(--wr-ease-out); }
.ab-name::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--wr-grad); margin-right: 11px; flex-shrink: 0; }
@media (hover: hover) and (pointer: fine) { .ab-name:hover { border-color: var(--wr-black-15); transform: translateY(-2px); } }

.ab-clients__foot { margin-top: clamp(36px, 5vh, 52px); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 30px; border-top: 1px solid var(--wr-black-10); }
.ab-clients__note { font-size: 14.5px; line-height: 1.6; color: var(--wr-black-40); max-width: 52ch; }

/* ============================================================================
   S5 — CONTACT CLOSE (black): final CTA + signal field
   ========================================================================== */
.ab-cta { text-align: center; overflow: hidden; }
.ab-cta .ab-inner { display: flex; flex-direction: column; align-items: center; }
.ab-cta__h { font-size: clamp(34px, 5vw, 64px); font-weight: 800; line-height: 1.04; letter-spacing: -0.03em; color: var(--wr-white); max-width: 18ch; text-wrap: balance; }
.ab-cta__sub { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.62; color: var(--wr-white-65); max-width: 50ch; margin: 24px auto 0; }
.ab-cta__ctas { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 40px; }

/* Signal field — gradient scan bars behind the CTA */
.ab-signal { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; -webkit-mask-image: radial-gradient(80% 70% at 50% 50%, #000 0%, transparent 72%); mask-image: radial-gradient(80% 70% at 50% 50%, #000 0%, transparent 72%); }
.ab-signal__bar { position: absolute; left: 0; right: 0; height: 2px; border-radius: 2px; background: linear-gradient(90deg, transparent, #F04923 30%, #FFD800 50%, #F04923 70%, transparent); filter: blur(3px); transform: translateX(-100%); animation: abSweep linear infinite; }
@keyframes abSweep { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
@media (prefers-reduced-motion: reduce) { .ab-signal__bar { animation: none; opacity: 0.18; transform: none; } }

/* ============================================================================
   REVEAL LIFT — footer fixed beneath the page; body padding-bottom is the
   scroll room that uncovers it.
   ========================================================================== */
.ab-foot-reveal #site-footer-mount { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; width: 100%; }
.ab-foot-reveal { padding-bottom: 55vh; }
@media (prefers-reduced-motion: reduce) {
  .ab-foot-reveal #site-footer-mount { position: static; }
  .ab-foot-reveal { padding-bottom: 0; }
}

/* ============================================================================
   RESPONSIVE CASCADE — ultrawide → wide → desktop → tablet → mobile → compact.
   Container width scales on the body (.ab-page) so every section that reads
   var(--wr-max-width) tracks it. Page sections already carry their own grid
   collapses above; this block tunes the global rhythm across the full range.
   ========================================================================== */

/* Guard against any sub-pixel horizontal overflow on small viewports. */
.ab-page { overflow-x: hidden; }
.ab-client__name { overflow-wrap: anywhere; }

/* ---- Ultrawide: let the composition breathe instead of stranding it at
   1280px in a sea of margin. Widen the measure + open up the type ceiling. -- */
@media (min-width: 1700px) {
  .ab-page { --wr-max-width: 1480px; }
  .ab-h1     { font-size: clamp(36px, 4.4vw, 80px); }
  .ab-cta__h { font-size: clamp(34px, 4.4vw, 76px); }
  .ab-h2     { font-size: clamp(28px, 3.4vw, 56px); }
}
@media (min-width: 2200px) {
  .ab-page { --wr-max-width: 1680px; }
  .ab-h1     { font-size: clamp(36px, 4vw, 92px); }
  .ab-cta__h { font-size: clamp(34px, 4vw, 88px); }
}

/* ---- Laptop / small desktop: ease the named-client grids before they cramp. */
@media (max-width: 1080px) {
  .ab-cat__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---- Tablet landscape ---- */
@media (max-width: 960px) {
  .ab-hero__inner { gap: clamp(36px, 6vh, 56px); }
}

/* ---- Tablet portrait: the section grids (.ab-origin / .ab-method) already
   collapse at 900px; tighten the hero ledger so four rows read as a clean
   2×2 block rather than a ragged wrap. ---- */
@media (max-width: 720px) {
  .ab-ledger { gap: 28px 24px; max-width: 520px; }
  .ab-ledger__row { flex: 1 1 38%; min-width: 0; }
  .ab-cat__grid, .ab-cat__grid--two { grid-template-columns: 1fr 1fr; }
  .ab-clients__foot { flex-direction: column; align-items: flex-start; }
}

/* ---- Mobile ---- */
@media (max-width: 540px) {
  .ab-h1 { font-size: clamp(30px, 8.5vw, 44px); }
  .ab-hero__inner { padding-top: calc(var(--wr-nav-height) + 40px); }
  .ab-ledger__num { min-width: 0; }
  .ab-pull { flex-direction: column; align-items: flex-start; gap: 12px; }
  .ab-pull__lab { max-width: none; }
  .ab-cat__grid, .ab-cat__grid--two { grid-template-columns: 1fr; }
  .ab-method__card { padding: 28px 24px 30px; }
  /* Full-width tap targets stack cleanly on a phone. */
  .ab-cta__ctas { flex-direction: column; align-items: stretch; width: 100%; max-width: 360px; margin-left: auto; margin-right: auto; }
  .ab-btn { width: 100%; }
}

/* ---- Compact phones (≤380px): stop the big gradient numerals from forcing
   a horizontal scroll. ---- */
@media (max-width: 380px) {
  .ab-pull__num { font-size: clamp(34px, 11vw, 44px); }
  .ab-ledger { gap: 22px 18px; }
  .ab-ledger__row { flex-basis: 100%; }
  .ab-cat__head { flex-wrap: wrap; gap: 6px 12px; }
}

/* ============================================================================
   ATMOSPHERE, METHOD-CARD IMAGES + ENTRANCE, LONGER CLOSE, MATCHED FOOTER
   ========================================================================== */

/* Signal Atmosphere canvases ride behind each dark section's content. Hosts are
   position:relative (stacking context); canvas stays at z 0, content above it. */
.ab-hero .wr-atmo-canvas,
#how .wr-atmo-canvas { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
#how { overflow: hidden; }                 /* clip the overscanned canvas to this section */

/* ---- How we work: method cards get a tinted, blurred image bed + entrance ---- */
.ab-method__card { isolation: isolate; }
.ab-method__n, .ab-method__t, .ab-method__d { position: relative; z-index: 1; }
.ab-method__bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-size: cover; background-position: center;
  filter: blur(6px) saturate(1.05);
  opacity: 0.30; transform: scale(1.12);   /* scale hides the blurred edges */
}
.ab-method__bg::after {                      /* dark tint so the copy stays legible */
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,10,7,0.52) 0%, rgba(13,10,7,0.86) 100%);
}
@media (hover: hover) and (pointer: fine) {
  .ab-method__card:hover .ab-method__bg { opacity: 0.4; transition: opacity .4s ease; }
}
/* Entrance — rise + settle. reveal-delay-* keeps its own transition-delay (we set
   only duration/property/timing here, never the shorthand, so the stagger holds). */
.ab-method__card.reveal { opacity: 0; transform: translateY(56px) scale(0.965);
  transition-property: opacity, transform; transition-duration: .7s, .85s; transition-timing-function: var(--wr-ease-out); }
.ab-method__card.reveal.is-visible { opacity: 1; transform: none; }

/* ---- "You've read this far" close — longer, with breathing space ---- */
.ab-cta { min-height: 108vh; min-height: 108svh; display: flex; align-items: center; padding-top: clamp(140px, 22vh, 260px); padding-bottom: clamp(140px, 22vh, 260px); }
@media (max-width: 540px) { .ab-cta { min-height: 104vh; min-height: 104svh; padding-top: clamp(110px, 16vh, 190px); padding-bottom: clamp(110px, 16vh, 190px); } }

/* ---- Footer: match the contact page's mobile presentation (rounded inset card,
   no logo). The about.jpg image is supplied by the Signal Sign-off footer variant. */
@media (max-width: 768px) {
  .ab-page .wr-fc { width: auto; margin: 0 12px calc(12px + env(safe-area-inset-bottom, 0px)); border-radius: 26px; }
  .ab-page .wr-fc-logo { display: none; }
  .ab-page .wr-fc-card { padding-left: 22px; padding-right: 22px; }
}

/* ---- Method cards: big number set beside the headline ---- */
.ab-method__head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.ab-method__head .ab-method__n { font-size: clamp(44px, 8vw, 62px); line-height: 0.82; flex-shrink: 0; }
.ab-method__head .ab-method__t { margin: 0; }

/* ---- Dynamic company-colour glow behind each card — a soft light that drifts
   around the edges, lifting the card off the dark background. Subtle, staggered
   per card so the three pulse out of sync. ---- */
.ab-method__card { animation: abCardGlow 7s ease-in-out infinite; }
.ab-method__card.reveal-delay-1 { animation-delay: -2.3s; }
.ab-method__card.reveal-delay-2 { animation-delay: -4.6s; }
@keyframes abCardGlow {
  0%   { box-shadow: -7px -6px 46px -12px rgba(255,216,0,0.20),  7px  6px 42px -14px rgba(240,73,35,0.24); }
  33%  { box-shadow:  8px -6px 50px -10px rgba(240,73,35,0.28), -8px  6px 42px -14px rgba(255,216,0,0.16); }
  66%  { box-shadow:  7px  8px 46px -10px rgba(255,216,0,0.22), -7px -6px 46px -14px rgba(240,73,35,0.26); }
  100% { box-shadow: -7px -6px 46px -12px rgba(255,216,0,0.20),  7px  6px 42px -14px rgba(240,73,35,0.24); }
}
@media (prefers-reduced-motion: reduce) {
  .ab-method__card { animation: none; box-shadow: 0 0 42px -14px rgba(240,73,35,0.22); }
}
