/* ==========================================================================
   ECM Advocates — Corporate site stylesheet
   Palette: Sky Blue / Black / White  •  No italic fonts
   ========================================================================== */

:root {
  /* Brand colour tokens */
  --ink:        #0E1622;   /* near-black, blue-tinted */
  --ink-soft:   #1B2735;
  --sky:        #1F9BD8;   /* corporate sky blue (primary accent) */
  --sky-deep:   #1583BC;   /* hover / pressed */
  --sky-tint:   #E9F4FB;   /* pale wash for section backgrounds */
  --sky-line:   #CFE6F4;
  --white:      #FFFFFF;
  --slate:      #5A6B7A;   /* muted body text */
  --hairline:   #E1E8EF;
  --bg:         #FFFFFF;

  /* Typography */
  --display: "Spectral", Georgia, "Times New Roman", serif;
  --body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Scale & rhythm */
  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 4px;
  --shadow-sm: 0 1px 2px rgba(14,22,34,.06), 0 8px 24px rgba(14,22,34,.05);
  --shadow-md: 0 18px 50px rgba(14,22,34,.12);
  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  font-style: normal;            /* never italic */
  -webkit-font-smoothing: antialiased;
}

/* Guard against any italic creeping in */
i, em, cite, address, figcaption, blockquote { font-style: normal; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
  color: var(--ink);
}
h1 { font-size: clamp(2.3rem, 5.2vw, 3.7rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
p  { margin: 0 0 1.1rem; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 120px); }
.section--tint { background: var(--sky-tint); }
.section--ink  { background: var(--ink); color: #DDE6EE; }
.section--ink h1, .section--ink h2, .section--ink h3 { color: #fff; }

/* ---- Eyebrow / signature divider --------------------------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--body);
  font-size: .76rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: ""; width: 28px; height: 2px; background: var(--sky); display: inline-block;
}
.section--ink .eyebrow { color: var(--sky); }

.lead { font-size: 1.18rem; color: var(--slate); max-width: 62ch; }
.section--ink .lead { color: #AEBecb; }
.measure { max-width: 64ch; }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.center .lead { margin-inline: auto; }

/* ---- Buttons ----------------------------------------------------------- */
.btn {
  --c: var(--sky);
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--body); font-weight: 600; font-size: .95rem;
  letter-spacing: .01em;
  padding: 14px 26px; border-radius: var(--radius);
  border: 1.5px solid var(--c); background: var(--c); color: #fff;
  cursor: pointer; transition: transform .25s var(--ease), background .25s, border-color .25s, color .25s;
}
.btn:hover { background: var(--sky-deep); border-color: var(--sky-deep); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--hairline); }
.btn--ghost:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn--light { background: #fff; color: var(--ink); border-color: #fff; }
.btn--light:hover { background: transparent; color: #fff; border-color: #fff; }
.btn--on-ink { background: var(--sky); border-color: var(--sky); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* ==========================================================================
   Header / navigation
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--hairline);
  transition: box-shadow .3s, background .3s;
}
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(14,22,34,.08); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 78px; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark {
  width: 42px; height: 42px; border-radius: 6px;
  background: linear-gradient(150deg, var(--sky) 0%, var(--ink) 100%);
  color: #fff; display: grid; place-items: center;
  font-family: var(--display); font-weight: 700; font-size: 1.05rem; letter-spacing: .02em;
}
.brand__logo { display: block; height: 40px; width: auto; }
.brand__logo--chip { height: 44px; background: #fff; padding: 6px 10px; border-radius: 6px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
/* Top-nav lockup: "Advocates" sits centred under the logo */
.site-header .brand { flex-direction: column; align-items: center; gap: 4px; }
.site-header .brand__name { font-size: .72rem; letter-spacing: .34em; text-transform: uppercase; color: var(--slate); font-weight: 600; }
.brand__name { font-family: var(--display); font-weight: 600; font-size: 1.18rem; color: var(--ink); }
.brand__sub  { font-size: .62rem; letter-spacing: .34em; text-transform: uppercase; color: var(--slate); margin-top: 4px; }

.nav__links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__links a {
  display: inline-block; padding: 10px 14px; font-size: .92rem; font-weight: 500;
  color: var(--ink-soft); border-radius: var(--radius); position: relative; transition: color .2s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  background: var(--sky); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease);
}
.nav__links a:hover { color: var(--sky); }
.nav__links a:hover::after,
.nav__links a[aria-current="page"]::after { transform: scaleX(1); }
.nav__links a[aria-current="page"] { color: var(--ink); font-weight: 600; }

.nav__cta { display: flex; align-items: center; gap: 14px; }
.nav__toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--hairline);
  border-radius: var(--radius); background: #fff; cursor: pointer; padding: 0;
}
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after {
  content: ""; display: block; width: 20px; height: 2px; background: var(--ink); margin-inline: auto;
  position: relative; transition: transform .3s, opacity .3s;
}
.nav__toggle span::before { position: absolute; top: -6px; }
.nav__toggle span::after  { position: absolute; top: 6px; }
.nav__toggle[aria-expanded="true"] span { background: transparent; }
.nav__toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span::after  { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 960px) {
  .nav__toggle { display: grid; place-items: center; }
  .nav__links {
    position: fixed; inset: 78px 0 auto 0; flex-direction: column; align-items: stretch;
    gap: 0; background: #fff; border-bottom: 1px solid var(--hairline);
    padding: 12px var(--gutter) 24px; transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .3s var(--ease), opacity .3s; box-shadow: var(--shadow-md);
  }
  .nav__links.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__links a { padding: 14px 6px; border-bottom: 1px solid var(--hairline); font-size: 1rem; }
  .nav__links a::after { display: none; }
  .nav__cta .btn { display: none; }
}

/* ==========================================================================
   Hero (home) — image banner
   ========================================================================== */
.hero {
  position: relative; color: #fff; isolation: isolate;
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-soft) 60%, var(--sky-deep) 130%);
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(14,22,34,.92) 0%, rgba(14,22,34,.72) 42%, rgba(21,131,188,.45) 100%);
}
.hero__inner { padding-block: clamp(90px, 16vw, 168px); max-width: 760px; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--sky); }
.hero__lead { font-size: 1.22rem; color: #D4E2EE; max-width: 52ch; }
.hero__bar {
  margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); overflow: hidden;
  backdrop-filter: blur(2px);
}
.hero__bar div { padding: 18px 20px; border-left: 1px solid rgba(255,255,255,.14); }
.hero__bar div:first-child { border-left: 0; }
@media (max-width: 640px) {
  .hero__bar { grid-template-columns: repeat(2, 1fr); }
  .hero__bar div:nth-child(odd) { border-left: 0; }
  .hero__bar div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
}
.hero__bar strong { font-family: var(--display); font-size: 1.7rem; display: block; color: #fff; }
.hero__bar span { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: #9FB6C8; }

/* ---- Page banner (sub-pages) ------------------------------------------- */
.page-hero { position: relative; color: #fff; isolation: isolate; background: var(--ink); overflow: hidden; }
.page-hero__media { position: absolute; inset: 0; z-index: -2; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(14,22,34,.92), rgba(14,22,34,.62) 70%, rgba(21,131,188,.5));
}
.page-hero__inner { padding-block: clamp(70px, 11vw, 120px); }
.page-hero h1 { color: #fff; }
.page-hero p { color: #C9D8E4; max-width: 58ch; margin-bottom: 0; }
.crumbs { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sky); margin-bottom: 16px; }
.crumbs a:hover { color: #fff; }

/* Reusable temporary-image figure with branded fallback */
.imgfill { position: relative; background: linear-gradient(150deg, var(--ink), var(--sky-deep)); overflow: hidden; }
.imgfill img { width: 100%; height: 100%; object-fit: cover; }

/* ==========================================================================
   Generic grids & cards
   ========================================================================== */
.grid { display: grid; gap: 28px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--auto { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
@media (max-width: 900px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
.split--media-first { direction: rtl; }
.split--media-first > * { direction: ltr; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split--media-first { direction: ltr; } }

.figure-frame {
  position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3;
}
.figure-frame::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  border: 1px solid rgba(255,255,255,.5); margin: 12px; border-radius: 2px;
}

/* Practice / service card */
.card {
  background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius);
  padding: 32px 30px; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
  height: 100%;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--sky-line); }
.card__icon {
  width: 50px; height: 50px; border-radius: 8px; display: grid; place-items: center;
  background: var(--sky-tint); color: var(--sky); margin-bottom: 20px;
}
.card__icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--slate); margin-bottom: 0; font-size: .97rem; }
.card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--sky); font-weight: 600; font-size: .9rem; }
.card__link svg { width: 16px; transition: transform .25s; }
.card:hover .card__link svg { transform: translateX(4px); }

/* Team card */
.member { background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; transition: box-shadow .3s, transform .3s; }
.member:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.member__photo { aspect-ratio: 1 / 1; filter: grayscale(100%) contrast(1.02); transition: filter .4s; }
.member:hover .member__photo { filter: grayscale(0%); }
.member__body { padding: 20px 22px 24px; }
.member__role { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--sky); font-weight: 600; }
.member__name { font-family: var(--display); font-size: 1.28rem; margin: 6px 0 4px; }
.member__meta { font-size: .88rem; color: var(--slate); margin: 0; }

/* Stats band */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; }
.stats > div { background: #fff; padding: 30px 26px; }
.section--ink .stats, .section--ink .stats > div { background: var(--ink-soft); border-color: rgba(255,255,255,.08); }
.stats strong { font-family: var(--display); font-size: 2.4rem; color: var(--sky); display: block; }
.stats span { font-size: .85rem; color: var(--slate); }
.section--ink .stats span { color: #9FB6C8; }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* Numbered process list */
.steps { display: grid; gap: 0; counter-reset: step; }
.steps li { list-style: none; display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 26px 0; border-top: 1px solid var(--hairline); }
.steps li::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--display); font-size: 1.5rem; color: var(--sky); font-weight: 600;
}
.steps h3 { margin-bottom: 6px; }
.steps p { color: var(--slate); margin: 0; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--ink) 0%, var(--sky-deep) 130%); color: #fff; border-radius: var(--radius); padding: clamp(40px, 6vw, 72px); text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #CFE0EC; max-width: 56ch; margin-inline: auto; }

/* ==========================================================================
   Forms
   ========================================================================== */
.form { display: grid; gap: 18px; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px) { .form .row { grid-template-columns: 1fr; } }
.field label { display: block; font-size: .82rem; font-weight: 600; letter-spacing: .04em; margin-bottom: 7px; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1px solid var(--hairline); border-radius: var(--radius); background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--sky); box-shadow: 0 0 0 3px rgba(31,155,216,.16);
}

/* Contact info list */
.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.info-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }
.info-list .ic { width: 48px; height: 48px; border-radius: 8px; background: var(--sky-tint); color: var(--sky); display: grid; place-items: center; }
.info-list .ic svg { width: 22px; }
.info-list strong { display: block; font-family: var(--display); font-size: 1.05rem; }
.info-list span, .info-list a { color: var(--slate); font-size: .95rem; }
.info-list a:hover { color: var(--sky); }

/* ==========================================================================
   FAQ accordion
   ========================================================================== */
.faq { border-top: 1px solid var(--hairline); }
.faq__item { border-bottom: 1px solid var(--hairline); }
.faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font-family: var(--display); font-size: 1.15rem; font-weight: 600; color: var(--ink);
  padding: 24px 48px 24px 0; position: relative;
}
.faq__q::after {
  content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  font-family: var(--body); font-size: 1.6rem; color: var(--sky); transition: transform .3s;
}
.faq__item.is-open .faq__q::after { content: "−"; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq__a p { color: var(--slate); padding: 0 40px 24px 0; margin: 0; }

/* ==========================================================================
   Insights cards
   ========================================================================== */
.post { background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius); overflow: hidden; transition: box-shadow .3s, transform .3s; display: flex; flex-direction: column; }
.post:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.post__img { aspect-ratio: 16 / 10; }
.post__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post__tag { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sky); font-weight: 600; }
.post__title { font-family: var(--display); font-size: 1.25rem; margin: 8px 0 10px; line-height: 1.25; }
.post__excerpt { color: var(--slate); font-size: .95rem; flex: 1; }
.post__date { font-size: .82rem; color: var(--slate); margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--hairline); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--ink); color: #AEBecb; padding-block: 72px 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer .brand__name, .site-footer h4 { color: #fff; }
.site-footer h4 { font-family: var(--body); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 18px; }
.site-footer p { font-size: .92rem; color: #93A6b6; }
.foot-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.foot-links a { font-size: .92rem; color: #AEBecb; }
.foot-links a:hover { color: var(--sky); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 52px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .82rem; color: #7C90A2; }
.site-footer .brand__sub { color: #7C90A2; }

/* ==========================================================================
   WhatsApp floating widget
   ========================================================================== */
.wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  display: flex; align-items: center; gap: 0;
  background: #25D366; color: #fff; border-radius: 50px;
  box-shadow: 0 10px 30px rgba(37,211,102,.45); overflow: hidden;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.wa:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(37,211,102,.55); }
.wa__icon { width: 58px; height: 58px; display: grid; place-items: center; flex: none; }
.wa__icon svg { width: 30px; height: 30px; }
.wa__label { max-width: 0; white-space: nowrap; overflow: hidden; font-size: .92rem; font-weight: 600; transition: max-width .35s var(--ease), padding .35s; padding-right: 0; }
.wa:hover .wa__label, .wa:focus-visible .wa__label { max-width: 220px; padding-right: 22px; }
@media (max-width: 520px) { .wa { right: 16px; bottom: 16px; } .wa__icon { width: 54px; height: 54px; } }

/* ==========================================================================
   Scroll reveal + a11y
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--sky); outline-offset: 2px; border-radius: 2px; }

/* ==========================================================================
   Team list (detailed bios)
   ========================================================================== */
.team-list { display: grid; gap: 22px; max-width: 980px; margin-inline: auto; }
.member-row { display: grid; grid-template-columns: 168px 1fr; gap: 30px; align-items: start; background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius); padding: 28px; transition: box-shadow .3s, transform .3s; }
.member-row:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--sky-line); }
.member-row__avatar { width: 168px; height: 168px; border-radius: var(--radius); font-size: 3.4rem; }
.member-row__body .member__name { margin: 4px 0 6px; }
.member-row__body p:last-child { color: var(--slate); font-size: .96rem; margin: 14px 0 0; }
@media (max-width: 680px) {
  .member-row { grid-template-columns: 1fr; justify-items: start; gap: 18px; padding: 22px; }
  .member-row__avatar { width: 120px; height: 120px; font-size: 2.4rem; }
}

/* Initials avatar (used for team until real headshots are supplied) */
.avatar {
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--sky) 0%, var(--ink) 100%);
  color: #fff; font-family: var(--display); font-weight: 600; letter-spacing: .04em;
  user-select: none;
}
.member__photo.avatar { aspect-ratio: 1 / 1; font-size: clamp(2.6rem, 7vw, 3.4rem); filter: none; }

/* Single article (insight) */
.article p { color: var(--slate); font-size: 1.06rem; line-height: 1.8; margin-bottom: 1.2em; }
.article p:first-of-type { font-size: 1.18rem; color: var(--ink-soft); }
.post__title a { color: inherit; }
.post__title a:hover { color: var(--sky); }

/* ==========================================================================
   Form feedback (contact page)
   ========================================================================== */
.form-note { border-radius: var(--radius); padding: 14px 18px; margin-bottom: 22px; font-size: .95rem; }
.form-note--ok  { background: var(--sky-tint); border: 1px solid var(--sky-line); color: var(--sky-deep); }
.form-note--err { background: #FDECEC; border: 1px solid #F5C6C6; color: #B23A3A; }
.field__err { display: block; margin-top: 6px; font-size: .82rem; color: #B23A3A; }
.field input:invalid:not(:placeholder-shown) { border-color: #E2a3a3; }

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