@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #071a2d;
  --ink-2: #0b2740;
  --blue: #087fc8;
  --cyan: #20c5f5;
  --ice: #eaf8fc;
  --paper: #f6f8f7;
  --white: #fff;
  --muted: #596977;
  --line: #cbd6dc;
  --radius: 28px;
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .7rem 1rem; background: white; color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { height: 88px; padding: 12px clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; position: absolute; top: 0; left: 0; right: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { width: 148px; height: 58px; background: white; border-radius: 13px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 130px; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); }
.site-nav a { color: white; text-decoration: none; font-size: .9rem; font-weight: 600; }
.site-nav a:not(.nav-cta):hover { color: var(--cyan); }
.nav-cta { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: 10px 18px; }
.nav-cta:hover { background: white; color: var(--ink); }
.menu-button { display: none; }

.hero { min-height: 840px; padding: 180px clamp(20px, 6.5vw, 104px) 80px; background: var(--ink); color: white; position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 5vw; align-items: center; }
.hero::after { content: ""; position: absolute; width: 220px; height: 290px; right: -30px; bottom: 30px; opacity: .14; background: repeating-radial-gradient(ellipse at bottom left, transparent 0 8px, var(--cyan) 9px 11px); transform: rotate(-12deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 600px; height: 600px; right: -180px; top: -260px; background: radial-gradient(circle, rgba(32,197,245,.18), transparent 67%); }
.hero-glow-two { width: 400px; height: 400px; left: 30%; bottom: -300px; background: radial-gradient(circle, rgba(8,127,200,.22), transparent 65%); }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .15em; font-size: .73rem; font-weight: 700; color: #b5dbea; }
.eyebrow span { width: 20px; height: 2px; background: var(--cyan); }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.04em; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 5.9vw, 6rem); line-height: .98; max-width: 890px; margin-bottom: 30px; font-weight: 600; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-intro { color: #b8c8d4; font-size: clamp(1rem, 1.4vw, 1.22rem); max-width: 650px; line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 12px 23px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .9rem; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cyan); color: var(--ink); box-shadow: 0 14px 35px rgba(32,197,245,.18); }
.button-primary:hover { background: #59d7fa; box-shadow: 0 16px 40px rgba(32,197,245,.28); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: white; text-decoration: none; font-weight: 700; font-size: .9rem; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 3px; }
.hero-visual { min-height: 430px; display: grid; place-items: center; }
.logo-card { width: min(100%, 520px); background: white; padding: 28px 22px 22px; border-radius: 42% 58% 45% 55% / 56% 42% 58% 44%; transform: rotate(-2deg); position: relative; box-shadow: 0 30px 70px rgba(0,0,0,.28); animation: float 7s ease-in-out infinite; }
.logo-card::before { content: ""; position: absolute; inset: -14px; border: 1px solid rgba(32,197,245,.35); border-radius: 45% 55% 50% 50% / 58% 44% 56% 42%; transform: rotate(5deg); }
.logo-card img { transform: rotate(2deg); border-radius: 20px; }
.status-dot { position: absolute; width: 17px; height: 17px; right: 28px; top: 22px; background: #5fe6a6; border: 4px solid white; border-radius: 50%; z-index: 2; box-shadow: 0 0 0 1px rgba(7,26,45,.08); }
@keyframes float { 0%,100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(0deg) translateY(-12px); } }
.orbit-note { position: absolute; background: rgba(10,39,64,.92); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px); border-radius: 15px; padding: 11px 15px; display: flex; align-items: baseline; gap: 8px; box-shadow: 0 12px 35px rgba(0,0,0,.2); }
.orbit-note strong { color: var(--cyan); font: 700 1.35rem var(--display); }
.orbit-note span { color: #c6d4dd; font-size: .73rem; }
.orbit-note-one { left: -2%; top: 9%; }
.orbit-note-two { right: 1%; bottom: 7%; }
.hero-proof { position: absolute; z-index: 2; left: clamp(20px, 6.5vw, 104px); right: clamp(20px, 6.5vw, 104px); bottom: 35px; display: flex; align-items: center; justify-content: center; gap: 23px; color: #7891a3; text-transform: uppercase; letter-spacing: .13em; font-size: .64rem; font-weight: 700; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); }

.section-pad { padding: clamp(76px, 10vw, 145px) clamp(20px, 7vw, 112px); }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 7vw; align-items: start; }
.section-label { text-transform: uppercase; color: var(--blue); letter-spacing: .15em; font-size: .68rem; font-weight: 700; padding-top: 15px; }
.intro-copy { max-width: 980px; }
h2 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.06; margin-bottom: 32px; font-weight: 600; }
.intro h2 em, .approach h2 em, .about h2 em { color: var(--blue); }
.intro-copy > p { max-width: 770px; color: var(--muted); font-size: clamp(1.08rem, 1.5vw, 1.3rem); }

.expertise { background: #e9eff1; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 60px; }
.section-heading h2 { margin: 0; }
.section-heading h2 em { color: var(--blue); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #b9c8cf; border-left: 1px solid #b9c8cf; }
.service-card { min-height: 430px; padding: clamp(28px, 4vw, 55px); border-right: 1px solid #b9c8cf; border-bottom: 1px solid #b9c8cf; position: relative; transition: background .25s, transform .25s; }
.service-card:hover { background: white; transform: translateY(-4px); z-index: 2; box-shadow: 0 18px 55px rgba(7,26,45,.08); }
.service-number { position: absolute; right: 28px; top: 25px; color: #8da2ac; font-size: .7rem; letter-spacing: .12em; }
.service-icon { width: 52px; height: 52px; border: 1px solid #a4bac4; border-radius: 50%; display: grid; place-items: center; color: var(--blue); margin-bottom: 60px; font-size: 1.35rem; }
.service-card h3 { font-size: clamp(1.5rem, 2.3vw, 2.2rem); margin-bottom: 18px; }
.service-card p { color: var(--muted); max-width: 520px; }
.service-card ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.service-card li { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; border: 1px solid #bfd0d6; border-radius: 999px; padding: 6px 10px; color: #46606e; }

.outcomes { background: var(--ink-2); color: white; display: grid; grid-template-columns: 1fr 1.15fr; gap: 8vw; align-items: center; position: relative; overflow: hidden; }
.outcomes::before { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(32,197,245,.12); border-radius: 43% 57% 55% 45%; left: -300px; top: 10%; }
.outcomes-copy { position: relative; z-index: 2; }
.outcomes-copy > p:not(.eyebrow) { color: #a9bdc9; max-width: 530px; font-size: 1.06rem; }
.button-light { color: var(--ink); background: white; margin-top: 25px; }
.metrics { border-top: 1px solid rgba(255,255,255,.16); }
.metric { padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 160px 1fr; gap: 25px; align-items: center; }
.metric strong { color: var(--cyan); font: 600 clamp(2rem, 3.2vw, 3.4rem) var(--display); letter-spacing: -.05em; }
.metric span { color: #b5c5ce; font-size: .9rem; max-width: 440px; }

.case-studies { background: var(--paper); }
.case-studies-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; margin-bottom: 60px; }
.case-studies-head h2 { margin-bottom: 0; }
.case-studies-head h2 em { color: var(--blue); }
.case-studies-head > p { color: var(--muted); font-size: 1.05rem; margin: 0 0 8px; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.case-card { background: white; border: 1px solid #d4dee2; border-radius: 20px; padding: clamp(28px, 4vw, 48px); min-height: 420px; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s, border-color .25s; }
.case-card:hover { transform: translateY(-4px); border-color: #a8c8d5; box-shadow: 0 20px 50px rgba(7,26,45,.08); }
.case-top { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 48px; }
.case-top > span { color: var(--blue); text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; font-weight: 700; }
.case-top strong { color: var(--blue); font: 600 clamp(2rem, 3.2vw, 3.3rem) var(--display); letter-spacing: -.06em; line-height: .8; }
.case-card h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.18; margin-bottom: 16px; max-width: 540px; }
.case-card > p { color: var(--muted); max-width: 570px; }
.case-result { margin-top: auto; padding-top: 25px; border-top: 1px solid #dbe3e7; display: grid; grid-template-columns: 65px 1fr; gap: 18px; }
.case-result b { color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; }
.case-result span { color: #425a67; font-size: .84rem; line-height: 1.5; }

.approach { background: white; }
.approach-track { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.approach-step { position: relative; padding: 45px 28px 10px 0; }
.approach-step::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px white; }
.approach-step:not(:last-child) { margin-right: 25px; }
.approach-step > span { color: #8ba0aa; font-size: .68rem; letter-spacing: .1em; }
.approach-step h3 { font-size: 1.45rem; margin: 22px 0 12px; }
.approach-step p { color: var(--muted); font-size: .9rem; }

.about { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 10vw; background: var(--ice); }
.about-mark { min-height: 500px; position: relative; display: grid; place-items: center; }
.about-mark::before, .about-mark::after { content: ""; position: absolute; inset: 2%; border: 1px solid rgba(8,127,200,.2); border-radius: 49% 51% 42% 58% / 54% 41% 59% 46%; transform: rotate(8deg); }
.about-mark::after { inset: 10%; border-color: rgba(8,127,200,.12); transform: rotate(-13deg); }
.about-orb { width: 250px; height: 250px; display: grid; place-items: center; border-radius: 43% 57% 53% 47% / 59% 43% 57% 41%; background: var(--ink); color: var(--cyan); font: 600 5rem var(--display); letter-spacing: -.08em; position: relative; z-index: 2; }
.about-mark span { position: absolute; z-index: 3; padding: 8px 13px; border-radius: 999px; background: white; color: var(--blue); box-shadow: 0 7px 25px rgba(7,26,45,.09); font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.about-mark span:nth-of-type(1) { top: 13%; right: 0; }
.about-mark span:nth-of-type(2) { bottom: 17%; left: 1%; }
.about-copy { max-width: 700px; }
.about-copy .lead { color: var(--ink); font-size: clamp(1.15rem, 1.8vw, 1.45rem); }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.credentials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.credentials span { padding: 7px 12px; border: 1px solid #b9d9e5; border-radius: 999px; color: #366476; font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }

.insights-preview { background: var(--paper); }
.insights-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 50px; }
.insights-head h2 { margin: 0; }
.dark-link { color: var(--ink); border-color: #9badb5; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.article-card { color: inherit; text-decoration: none; display: block; border-top: 1px solid var(--line); padding-top: 17px; }
.article-art { aspect-ratio: 1.5; background: var(--ink); margin-bottom: 22px; position: relative; overflow: hidden; padding: 18px; color: #7ba0b4; font-size: .65rem; letter-spacing: .1em; }
.article-card:hover .article-art { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(7,26,45,.14); }
.article-art { transition: transform .25s, box-shadow .25s; }
.tangle { width: 65%; height: 65%; position: absolute; right: -4%; bottom: -4%; border-radius: 42% 58% 34% 66%; border: 15px double var(--cyan); transform: rotate(27deg); box-shadow: inset 0 0 0 12px var(--blue), 0 0 70px rgba(32,197,245,.25); }
.pulse { position: absolute; inset: 45% 0 auto; height: 2px; background: var(--blue); }
.pulse::before { content: ""; position: absolute; left: 17%; top: -45px; width: 64%; height: 80px; background: linear-gradient(130deg, transparent 45%, var(--cyan) 46% 49%, transparent 50%) 0 0 / 90px 80px repeat-x; }
.nodes { position: absolute; right: 15%; top: 25%; width: 45%; height: 55%; background: radial-gradient(circle at 10% 20%, var(--cyan) 0 8px, transparent 9px), radial-gradient(circle at 85% 15%, #fff 0 6px, transparent 7px), radial-gradient(circle at 70% 80%, var(--blue) 0 10px, transparent 11px), linear-gradient(30deg, transparent 48%, rgba(255,255,255,.3) 49% 51%, transparent 52%); }
.article-meta { display: flex; justify-content: space-between; color: #71838c; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.article-card h3 { font-size: clamp(1.25rem, 1.9vw, 1.75rem); line-height: 1.2; margin: 15px 0 10px; }
.article-card p { color: var(--muted); font-size: .9rem; }
.read-more { color: var(--blue); font-weight: 700; font-size: .83rem; }

.contact { background: var(--blue); color: white; position: relative; overflow: hidden; min-height: 570px; display: flex; align-items: center; }
.contact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0 55%, rgba(32,197,245,.18)); }
.contact-inner { position: relative; z-index: 2; max-width: 850px; }
.contact-inner > p:not(.eyebrow) { color: #cceafa; font-size: 1.08rem; }
.email-link { display: inline-flex; gap: 30px; align-items: center; color: white; text-decoration: none; font: 500 clamp(1.4rem, 3vw, 2.8rem) var(--display); border-bottom: 2px solid rgba(255,255,255,.4); margin-top: 20px; }
.email-link:hover { color: var(--cyan); border-color: var(--cyan); }
.contact-scribble { position: absolute; width: 480px; height: 480px; right: -90px; bottom: -170px; border: 35px double rgba(255,255,255,.11); border-radius: 47% 53% 58% 42% / 42% 61% 39% 58%; transform: rotate(20deg); }

.site-footer { background: #061421; color: #98adba; padding: 65px clamp(20px, 7vw, 112px) 25px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 45px; align-items: start; font-size: .85rem; }
.footer-brand { width: 155px; background: white; padding: 7px; border-radius: 12px; }
.footer-links { display: flex; justify-content: flex-end; gap: 25px; flex-wrap: wrap; }
.footer-links a { color: white; text-decoration: none; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; display: flex; justify-content: space-between; color: #68808f; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Insights and article pages */
.inner-page .site-header { background: var(--ink); position: relative; }
.page-hero { background: var(--ink); color: white; padding: clamp(80px, 10vw, 150px) clamp(20px, 7vw, 112px); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 380px; height: 380px; right: -100px; bottom: -220px; border: 30px double rgba(32,197,245,.18); border-radius: 44% 56% 60% 40%; }
.page-hero h1 { max-width: 950px; margin-bottom: 18px; }
.page-hero > p:last-of-type { max-width: 650px; color: #b8c8d4; font-size: 1.1rem; }
.insights-list { padding-top: 80px; }
.insights-list .article-grid { margin-bottom: 100px; }
.article-page { background: white; }
.article-header { max-width: 1080px; margin: 0 auto; padding: clamp(70px, 10vw, 135px) 20px 65px; }
.article-header .article-meta { max-width: 500px; margin-bottom: 28px; }
.article-header h1 { color: var(--ink); font-size: clamp(2.8rem, 6vw, 5.8rem); max-width: 1000px; }
.article-deck { max-width: 760px; color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.article-hero-art { max-width: 1180px; height: clamp(300px, 50vw, 590px); margin: 0 auto; background: var(--ink); position: relative; overflow: hidden; }
.article-hero-art .tangle { width: 50%; height: 70%; }
.article-body { max-width: 760px; margin: 0 auto; padding: 80px 20px 130px; color: #334b59; font-size: 1.05rem; line-height: 1.85; }
.article-body .standfirst { font-size: 1.28rem; color: var(--ink); }
.article-body h2 { font-size: clamp(1.8rem, 3.3vw, 2.8rem); color: var(--ink); margin: 65px 0 20px; }
.article-body h3 { font-size: 1.45rem; color: var(--ink); margin-top: 40px; }
.article-body blockquote { margin: 50px 0; padding: 30px 0 30px 35px; border-left: 4px solid var(--cyan); color: var(--ink); font: 500 1.45rem/1.5 var(--display); }
.article-body ul { padding-left: 20px; }
.article-body li { margin-bottom: 12px; }
.article-footer-cta { background: var(--ice); padding: 55px; border-radius: 22px; margin-top: 70px; }
.article-footer-cta h3 { margin-top: 0; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 100px; }
  .hero-visual { width: min(600px, 100%); justify-self: center; }
  .hero-proof { display: none; }
  .intro { grid-template-columns: 1fr; gap: 20px; }
  .outcomes { grid-template-columns: 1fr; }
  .case-studies-head { grid-template-columns: 1fr; gap: 20px; }
  .approach-track { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card:first-child { grid-column: 1 / -1; }
  .about { gap: 5vw; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; padding: 10px 20px; }
  .brand { width: 125px; height: 50px; }
  .brand img { width: 110px; }
  .menu-button { display: flex; width: 46px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.4); background: transparent; border-radius: 12px; }
  .menu-button > span:not(.sr-only) { width: 20px; height: 2px; background: white; transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: var(--ink); padding: 25px 20px 35px; border-top: 1px solid rgba(255,255,255,.12); flex-direction: column; align-items: stretch; gap: 8px; box-shadow: 0 20px 30px rgba(0,0,0,.2); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px; font-size: 1rem; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { min-height: auto; padding: 130px 20px 75px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .hero-intro { font-size: 1rem; }
  .hero-visual { min-height: 330px; }
  .logo-card { padding: 18px 12px 14px; border-radius: 30px; }
  .orbit-note-one { left: -4px; top: 2%; }
  .orbit-note-two { right: -3px; bottom: 1%; }
  .section-pad { padding-left: 20px; padding-right: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-icon { margin-bottom: 40px; }
  .metric { grid-template-columns: 115px 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 380px; }
  .approach-track { grid-template-columns: 1fr; border-top: 0; }
  .approach-step { border-top: 1px solid var(--line); margin-right: 0 !important; }
  .about { grid-template-columns: 1fr; }
  .about-mark { min-height: 350px; }
  .about-orb { width: 190px; height: 190px; font-size: 4rem; }
  .insights-head { align-items: start; gap: 25px; flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card:first-child { grid-column: auto; }
  .contact { min-height: 510px; }
  .email-link { gap: 12px; }
  .site-footer { grid-template-columns: 1fr; gap: 23px; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .article-footer-cta { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
