/* ============================================================================
   WELL RUN · SIGNAL SYSTEM — INSIGHTS ARTICLE
   Page styles for /en/insights/<slug>/  (namespace: .ip-)
   Built on Signal Core tokens in global.css.

   A light, daylight editorial long-read — matches the Insights journal index.
   Author E-E-A-T byline is central (Person schema made visible). Layout: light
   hero + byline → key-takeaways answer block → sticky-TOC reading column
   (prose / HowTo steps / callouts / pull) → FAQ → author card → related →
   CTA. One reusable template; every guide is the same structure.
   ============================================================================ */

/* Dark page base so the Reveal Lift seam matches the footer (the sections
   paint their own light backgrounds over it; only the footer-reveal gap and
   the black CTA show the base). */
.ip-page { background: var(--wr-black) !important; }

/* Section scaffolding ------------------------------------------------------ */
.ip-section { position: relative; z-index: 2; width: 100%; padding: clamp(56px, 8vh, 104px) var(--wr-pad-x); background: var(--wr-white); }
.ip-section--black { background: var(--wr-black); color: var(--wr-white); }
.ip-section--tight { padding-top: clamp(36px, 4vh, 56px); }
.ip-inner { position: relative; z-index: 4; max-width: var(--wr-max-width); margin: 0 auto; width: 100%; }
.ip-read  { max-width: 760px; }

/* Eyebrow marker ----------------------------------------------------------- */
.ip-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, 'Liberation Mono', monospace;
  font-size: 12px; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(13, 10, 7, 0.6);
  margin-bottom: 20px;
}
.ip-kicker::before {
  content: ''; display: inline-block; width: 22px; height: 2px;
  border-radius: 2px; background: var(--wr-grad); flex-shrink: 0;
  animation: wrEyebrowPulse 6s ease-in-out infinite;
}

/* Gradient text helper */
.ip-grad { background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Buttons / links ---------------------------------------------------------- */
.ip-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; 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; }
.ip-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) { .ip-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 38px -10px #F0492399; } .ip-btn:hover svg { transform: translateX(4px); } }
.ip-btn--ghost { background: transparent; animation: none; box-shadow: none; color: var(--wr-black); border: 1.5px solid var(--wr-black-15); }
.ip-btn--ghost svg { stroke: var(--wr-orange); }
@media (hover: hover) and (pointer: fine) { .ip-btn--ghost:hover { transform: translateY(-2px); border-color: var(--wr-black); } }
.ip-section--black .ip-btn--ghost { color: var(--wr-white); border-color: var(--wr-white-16); }
@media (hover: hover) and (pointer: fine) { .ip-section--black .ip-btn--ghost:hover { border-color: var(--wr-orange); } }

.ip-tlink { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; letter-spacing: 0.02em; color: var(--wr-black); }
.ip-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) { .ip-tlink:hover svg { transform: translateX(4px); } }

/* ============================================================================
   HERO (light) — breadcrumb · category · H1 · standfirst · byline · media
   ========================================================================== */
.ip-hero { position: relative; z-index: 2; background: var(--wr-white); padding: calc(var(--wr-nav-height) + clamp(40px, 6vh, 72px)) var(--wr-pad-x) 0; overflow: hidden; }
.ip-hero__glow { position: absolute; inset: 0; pointer-events: none; z-index: 0; background: radial-gradient(44% 46% at 90% 2%, #F0492312 0%, transparent 60%), radial-gradient(40% 40% at 2% 90%, #FFD8000F 0%, transparent 58%); }
.ip-hero__grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(circle, #0D0A0708 1px, transparent 1.4px); background-size: 38px 38px; -webkit-mask-image: radial-gradient(120% 80% at 80% 0%, #000 0%, transparent 60%); mask-image: radial-gradient(120% 80% at 80% 0%, #000 0%, transparent 60%); opacity: 0.6; }
.ip-hero__inner { position: relative; z-index: 3; max-width: var(--wr-max-width); margin: 0 auto; }
.ip-hero__copy { max-width: 880px; }

.ip-crumb { display: flex; width: 100%; align-items: center; flex-wrap: wrap; gap: 9px; 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-bottom: 24px; }
.ip-crumb a { color: var(--wr-black); transition: color 0.2s ease; }
.ip-crumb a:hover { color: var(--wr-orange); }
.ip-crumb span { color: var(--wr-black-15); }
.ip-crumb b { color: var(--wr-orange); font-weight: 700; }

.ip-cat { display: inline-flex; align-items: center; gap: 9px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-black); padding: 8px 14px; border: 1px solid var(--wr-black-10); border-radius: var(--wr-radius-pill); background: var(--wr-black-03); }
.ip-cat::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--wr-grad); }

.ip-hero__h1 { margin: 24px 0 0; font-size: clamp(32px, 4.6vw, 60px); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; color: var(--wr-black); max-width: 20ch; text-wrap: balance; }
.ip-hero__dek { margin-top: 22px; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.55; color: var(--wr-black-72); max-width: 60ch; font-weight: 400; }
.ip-hero__dek strong { color: var(--wr-black); font-weight: 700; }

/* Byline — the E-E-A-T unit (Person made visible) */
.ip-byline { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: clamp(28px, 4vh, 40px); }
.ip-byline__av { width: 46px; height: 46px; border-radius: 50%; flex: none; display: grid; place-items: center; font-size: 14px; font-weight: 800; letter-spacing: 0.02em; color: var(--wr-black); background: var(--wr-grad); box-shadow: 0 6px 18px -8px #F0492366; }
.ip-byline__who { display: flex; flex-direction: column; gap: 2px; }
.ip-byline__name { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); }
.ip-byline__role { font-size: 12.5px; font-weight: 600; color: var(--wr-black-40); }
.ip-byline__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-left: auto; font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wr-black-40); }
.ip-byline__meta em { font-style: normal; color: var(--wr-orange); }
.ip-byline__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--wr-black-15); }

/* Hero media — full-bleed Brand Plate */
.ip-hero__media { position: relative; z-index: 3; max-width: var(--wr-max-width); margin: clamp(40px, 5vh, 64px) auto 0; transform: translateY(1px); }
.ip-plate { position: relative; border-radius: var(--wr-radius-card) var(--wr-radius-card) 0 0; overflow: hidden; background-color: #0D0A07; background-image: repeating-linear-gradient(135deg, #F2F2F20A 0 2px, transparent 2px 13px); border: 1px solid var(--wr-black-08); border-bottom: none; }
.ip-plate::after { content: ''; position: absolute; inset: 0; background: radial-gradient(80% 60% at 72% 16%, #F0492322, transparent 60%), radial-gradient(52% 50% at 12% 96%, #FFD80012, transparent 58%); pointer-events: none; }
.ip-hero__media .ip-plate { aspect-ratio: 21 / 9; }
.ip-plate__label { position: absolute; left: 16px; bottom: 14px; z-index: 2; font-family: ui-monospace, Menlo, monospace; font-size: 10px; font-weight: 700; 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; backdrop-filter: blur(6px); }
.ip-plate__tag { position: absolute; right: 16px; top: 14px; z-index: 2; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-white); padding: 6px 11px; border: 1px solid var(--wr-white-16); border-radius: var(--wr-radius-pill); background: #0D0A07AA; backdrop-filter: blur(6px); }

/* ============================================================================
   KEY TAKEAWAYS — answer-first block (AEO/GEO). A bordered card with a
   gradient edge and a checked list of the article's load-bearing points.
   ========================================================================== */
.ip-key { position: relative; border: 1px solid var(--wr-black-10); border-radius: var(--wr-radius-card); padding: clamp(28px, 3.6vw, 44px); background: var(--wr-white); box-shadow: 0 1px 2px rgba(13,10,7,0.04), 0 26px 54px -42px rgba(13,10,7,0.5); }
.ip-key__h { display: flex; align-items: center; gap: 10px; font-family: ui-monospace, Menlo, monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-black-40); margin-bottom: 18px; }
.ip-key__h svg { stroke: var(--wr-orange); }
.ip-key__sum { font-size: clamp(17px, 1.6vw, 20px); line-height: 1.55; font-weight: 600; color: var(--wr-black); letter-spacing: -0.01em; margin-bottom: 22px; text-wrap: pretty; }
.ip-key__list { display: grid; gap: 13px; }
.ip-key__item { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start; font-size: 15.5px; line-height: 1.55; color: var(--wr-black-72); }
.ip-key__item svg { width: 18px; height: 18px; flex: none; margin-top: 2px; stroke: var(--wr-orange); stroke-width: 2.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.ip-key__item strong { color: var(--wr-black); font-weight: 700; }

/* ============================================================================
   READING LAYOUT — sticky TOC rail + article column
   ========================================================================== */
.ip-layout { display: grid; grid-template-columns: 232px minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.ip-toc { position: sticky; top: calc(var(--wr-nav-height) + 28px); align-self: start; }
.ip-toc__cap { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-black-40); padding-bottom: 14px; margin-bottom: 6px; border-bottom: 1px solid var(--wr-black-10); }
.ip-toc__list { display: flex; flex-direction: column; }
.ip-toc__link { position: relative; display: block; padding: 9px 0 9px 16px; font-size: 13.5px; font-weight: 600; line-height: 1.35; color: var(--wr-black-40); border-left: 2px solid transparent; transition: color 0.22s ease, border-color 0.22s ease; }
.ip-toc__link::before { content: counter(toc, decimal-leading-zero); counter-increment: toc; position: absolute; left: -2px; top: 11px; display: none; font-family: ui-monospace, Menlo, monospace; font-size: 10px; color: var(--wr-orange); }
.ip-toc__list { counter-reset: toc; }
@media (hover: hover) and (pointer: fine) { .ip-toc__link:hover { color: var(--wr-black); } }
.ip-toc__link.is-active { color: var(--wr-black); border-left-color: transparent; background: linear-gradient(90deg, #FFD80018, transparent); }
.ip-toc__link.is-active::after { content: ''; position: absolute; left: 0; top: 6px; bottom: 6px; width: 2px; background: var(--wr-grad); border-radius: 2px; }

/* Article prose */
.ip-article { min-width: 0; }
.ip-article > * + * { margin-top: 1.2em; }
.ip-block { scroll-margin-top: calc(var(--wr-nav-height) + 36px); }
.ip-block + .ip-block { margin-top: clamp(44px, 6vh, 76px); }
.ip-h2 { font-size: clamp(24px, 2.8vw, 36px); font-weight: 800; line-height: 1.14; letter-spacing: -0.02em; color: var(--wr-black); text-wrap: balance; margin-bottom: 6px; }
.ip-h3 { font-size: clamp(18px, 1.6vw, 22px); font-weight: 700; letter-spacing: -0.01em; color: var(--wr-black); line-height: 1.3; margin-top: 1.4em; }
.ip-p { font-size: clamp(16px, 1.2vw, 18px); line-height: 1.75; color: var(--wr-black-72); }
.ip-p strong { color: var(--wr-black); font-weight: 700; }
.ip-p a { color: var(--wr-black); border-bottom: 1.5px solid var(--wr-orange); transition: color 0.2s ease; }
.ip-p a:hover { color: var(--wr-orange); }
.ip-lead { font-size: clamp(18px, 1.55vw, 22px); line-height: 1.62; font-weight: 600; color: var(--wr-black); letter-spacing: -0.01em; }

/* Lists */
.ip-ul { list-style: none; display: grid; gap: 12px; margin-top: 1.1em; }
.ip-ul li { position: relative; padding-left: 26px; font-size: clamp(15.5px, 1.15vw, 17px); line-height: 1.62; color: var(--wr-black-72); }
.ip-ul li::before { content: ''; position: absolute; left: 4px; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--wr-grad); }
.ip-ul li strong { color: var(--wr-black); font-weight: 700; }

/* HowTo step list (drives HowTo schema) */
.ip-steps { display: flex; flex-direction: column; border-top: 1px solid var(--wr-black-10); margin-top: 1.2em; }
.ip-step { display: grid; grid-template-columns: auto 1fr; gap: clamp(16px, 2.4vw, 28px); padding: clamp(20px, 3vh, 30px) 0; border-bottom: 1px solid var(--wr-black-10); }
.ip-step__n { font-family: ui-monospace, Menlo, monospace; font-size: 13px; font-weight: 800; line-height: 1; color: var(--wr-orange); padding-top: 4px; }
.ip-step__h { font-size: clamp(17px, 1.4vw, 20px); font-weight: 700; letter-spacing: -0.01em; color: var(--wr-black); }
.ip-step__p { margin-top: 8px; font-size: 15.5px; line-height: 1.62; color: var(--wr-black-72); }

/* Figure (image-ready) */
.ip-figure { margin-top: 1.6em; }
.ip-shot { position: relative; border-radius: var(--wr-radius-sm); overflow: hidden; aspect-ratio: 16 / 9; background-color: #0D0A07; background-image: repeating-linear-gradient(135deg, #F2F2F20A 0 2px, transparent 2px 12px); border: 1px solid var(--wr-black-08); }
.ip-shot::after { content: ''; position: absolute; inset: 0; background: radial-gradient(70% 60% at 70% 20%, #F0492320, transparent 62%); pointer-events: none; }
.ip-shot__label { position: absolute; left: 12px; bottom: 11px; z-index: 2; font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wr-white-65); padding: 5px 10px; border: 1px solid var(--wr-white-16); border-radius: var(--wr-radius-pill); background: #0D0A07AA; backdrop-filter: blur(6px); }
.ip-figure__cap { margin-top: 11px; font-size: 12.5px; line-height: 1.5; color: var(--wr-black-40); }

/* Inline callout — links the service the guide relates to */
.ip-callout { margin-top: 1.6em; display: grid; grid-template-columns: 1fr auto; gap: 18px 24px; align-items: center; padding: 22px 24px; border: 1px solid var(--wr-black-10); border-radius: var(--wr-radius-card); background: var(--wr-black-03); }
.ip-callout__k { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-black-40); margin-bottom: 7px; }
.ip-callout__t { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; color: var(--wr-black); line-height: 1.4; }
.ip-callout__t span { color: var(--wr-black-72); font-weight: 400; }

/* Pull statement — no rule line; a gradient quote mark instead */
.ip-pull { margin: clamp(40px, 6vh, 72px) 0; position: relative; }
.ip-pull::before { content: '“'; display: block; font-size: 72px; line-height: 0.5; font-weight: 800; background: var(--wr-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 14px; }
.ip-pull__q { font-size: clamp(22px, 2.6vw, 32px); font-weight: 700; line-height: 1.34; letter-spacing: -0.02em; color: var(--wr-black); text-wrap: balance; max-width: 28ch; }

/* Note / spec box — soft tint, no rule line */
.ip-note { margin-top: 1.6em; padding: 22px 24px; border-radius: var(--wr-radius-sm); background: var(--wr-black-04); }
.ip-note__k { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-orange); margin-bottom: 8px; }
.ip-note__p { font-size: 14.5px; line-height: 1.6; color: var(--wr-black-72); }

/* ============================================================================
   FAQ — visible Q&A (AEO). Drives FAQPage schema.
   ========================================================================== */
.ip-faq { border-top: 1px solid var(--wr-black-10); }
.ip-qa { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(14px, 4vw, 56px); padding: clamp(24px, 3.6vh, 38px) 0; border-bottom: 1px solid var(--wr-black-10); align-items: start; }
.ip-qa__q { font-size: clamp(16px, 1.4vw, 20px); font-weight: 700; letter-spacing: -0.01em; color: var(--wr-black); line-height: 1.32; text-wrap: balance; }
.ip-qa__a { font-size: 15.5px; line-height: 1.68; color: var(--wr-black-72); }
.ip-qa__a strong { color: var(--wr-black); font-weight: 700; }

/* ============================================================================
   AUTHOR CARD (E-E-A-T) — who wrote this and why they can
   ========================================================================== */
.ip-author { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 3vw, 34px); align-items: start; padding: clamp(28px, 3.4vw, 44px); border: 1px solid var(--wr-black-10); border-radius: var(--wr-radius-card); background: linear-gradient(180deg, #FBFAF8, #F2F2F2); }
.ip-author__av { width: 76px; height: 76px; border-radius: 50%; flex: none; display: grid; place-items: center; font-size: 22px; font-weight: 800; color: var(--wr-black); background: var(--wr-grad); box-shadow: 0 10px 26px -10px #F0492359; }
.ip-author__k { font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wr-black-40); margin-bottom: 10px; }
.ip-author__name { font-size: clamp(19px, 1.8vw, 24px); font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); }
.ip-author__role { font-size: 13.5px; font-weight: 700; color: var(--wr-orange); margin-top: 3px; }
.ip-author__bio { font-size: 15px; line-height: 1.66; color: var(--wr-black-72); margin-top: 14px; max-width: 60ch; }
.ip-author__links { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 18px; }

/* ============================================================================
   RELATED GUIDES
   ========================================================================== */
.ip-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ip-rel { position: relative; display: flex; flex-direction: column; border: 1px solid var(--wr-black-10); border-radius: var(--wr-radius-card); overflow: hidden; background: var(--wr-white); transition: transform 0.3s var(--wr-ease-out), border-color 0.3s ease, box-shadow 0.3s ease; }
@media (hover: hover) and (pointer: fine) { .ip-rel:hover { transform: translateY(-4px); border-color: var(--wr-black-15); box-shadow: 0 24px 48px -34px rgba(13,10,7,0.5); } }
.ip-rel__plate { position: relative; aspect-ratio: 16 / 10; background-color: #0D0A07; background-image: repeating-linear-gradient(135deg, #F2F2F20A 0 2px, transparent 2px 12px); overflow: hidden; }
.ip-rel__plate::after { content: ''; position: absolute; inset: 0; background: radial-gradient(70% 60% at 72% 22%, #F0492322, transparent 60%); pointer-events: none; }
.ip-rel__ph { position: absolute; left: 12px; bottom: 11px; z-index: 2; font-family: ui-monospace, Menlo, monospace; font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wr-white-45); }
.ip-rel__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.ip-rel__kicker { font-family: ui-monospace, Menlo, monospace; font-size: 9.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wr-orange); }
.ip-rel__title { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; color: var(--wr-black); line-height: 1.28; }
.ip-rel__meta { margin-top: auto; padding-top: 12px; font-family: ui-monospace, Menlo, monospace; font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--wr-black-40); }
.ip-rel__stretch { position: absolute; inset: 0; z-index: 3; }

/* ============================================================================
   CTA CLOSE (black) + signal field
   ========================================================================== */
.ip-cta { text-align: center; overflow: hidden; }
.ip-cta .ip-inner { display: flex; flex-direction: column; align-items: center; }
.ip-cta__h { font-size: clamp(30px, 4.4vw, 56px); font-weight: 800; line-height: 1.06; letter-spacing: -0.03em; color: var(--wr-white); max-width: 20ch; text-wrap: balance; }
.ip-cta__sub { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.62; color: var(--wr-white-65); max-width: 56ch; margin: 22px auto 0; }
.ip-cta__ctas { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.ip-cta .ip-kicker { color: var(--wr-white-45); justify-content: center; }
.ip-cta .ip-kicker::before { opacity: .5; }

.ip-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%); }
.ip-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: ipSweep linear infinite; }
@keyframes ipSweep { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
@media (prefers-reduced-motion: reduce) { .ip-signal__bar { animation: none; opacity: 0.18; transform: none; } }

/* ============================================================================
   REVEAL LIFT
   ========================================================================== */
.ip-foot-reveal #site-footer-mount { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1; width: 100%; }
.ip-foot-reveal { padding-bottom: 55vh; }
@media (prefers-reduced-motion: reduce) {
  .ip-foot-reveal #site-footer-mount { position: static; }
  .ip-foot-reveal { padding-bottom: 0; }
}

.ip-section .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--wr-ease-out), transform 0.9s var(--wr-ease-out); will-change: opacity, transform; }
.ip-section .reveal.is-visible { opacity: 1; transform: none; }

/* ============================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 940px) {
  .ip-layout { grid-template-columns: 1fr; gap: 32px; }
  .ip-toc { display: none; }
}
@media (max-width: 760px) {
  .ip-hero__media .ip-plate { aspect-ratio: 16 / 10; }
  .ip-qa { grid-template-columns: 1fr; gap: 10px; }
  .ip-related { grid-template-columns: 1fr; }
  .ip-author { grid-template-columns: 1fr; }
  .ip-step { grid-template-columns: 1fr; gap: 6px; }
  .ip-step__n { padding-top: 0; }
  .ip-byline__meta { margin-left: 0; width: 100%; }
  .ip-callout { grid-template-columns: 1fr; }
}
