/* ============================================================
   Stride — Homepage (v1)
   Forks the website kit; tokens from stride-tokens.css.
   Register: the CALMEST page in the site — warm-white ground,
   generous whitespace, short blocks, flare used sparingly.
   ============================================================ */

:root {
  --warm-white: #FFFCFC;   /* primary page ground (brief) */
  --light-grey: #F5F5F4;   /* secondary section ground   */
  --wrap: 1180px;          /* calmer max width than the kit's 1320 */
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-white); color: var(--ink-1);
  font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 40px; }

/* ---------- Buttons ---------- */
.btn { font-family: var(--font-sans); font-weight: 600; font-size: 15px; letter-spacing: -0.005em;
  padding: 0 24px; height: 48px; display: inline-flex; align-items: center; gap: 9px; border: none;
  cursor: pointer; transition: transform var(--dur-quick) var(--ease-stride), background var(--dur-quick), color var(--dur-quick); border-radius: var(--r-pill); white-space: nowrap; }
.btn-primary { background: var(--ink-1); color: var(--paper-0); }
.btn-primary:hover { background: #2A2C2E; }
.btn-ghost { background: transparent; color: var(--ink-1); border: 1px solid var(--ink-1); }
.btn-ghost:hover { background: var(--ink-1); color: var(--paper-0); }
.btn:active { transform: translate(2px, 2px); }

/* ---------- Inline cross-links (every section ends with one) ---------- */
.xlink { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 16px;
  color: var(--ink-1); border-bottom: 1px solid var(--ink-1); padding-bottom: 2px; line-height: 1;
  transition: color var(--dur-quick), border-color var(--dur-quick); }
.xlink:hover { color: var(--stride-flare); border-color: var(--stride-flare); }
.xlink .arw { transition: transform var(--dur-base) var(--ease-stride); }
.xlink:hover .arw { transform: translateX(4px); }

/* ---------- Section scaffolding ---------- */
.section { padding: 112px 0; }
.section--tight { padding: 88px 0; }
.section--grey { background: var(--light-grey); }
.eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-4); display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--ink-4); }
.flare { color: var(--stride-flare); }

/* ---------- Corner letterforms (reused) ---------- */
.stride-frame { position: relative; }
.corner-mark { position: absolute; font-family: var(--font-display); font-weight: 500; font-size: 13px;
  letter-spacing: -0.01em; color: var(--ink-4); }
.corner-tl { top: 24px; left: 28px; } .corner-tr { top: 24px; right: 28px; }
.corner-bl { bottom: 24px; left: 28px; } .corner-br { bottom: 24px; right: 28px; }

/* ===========================================================
   NAV
   =========================================================== */
.nav { position: sticky; top: 0; z-index: 60; display: flex; justify-content: space-between;
  align-items: center; padding: 16px 40px; background: rgba(255,252,252,0.92);
  border-bottom: 1px solid var(--paper-4); gap: 32px; }
.nav-mark { display: flex; align-items: center; gap: 12px; }
.nav-swoosh { height: 30px; width: auto; display: block; transition: transform var(--dur-base) var(--ease-stride); }
.nav-mark:hover .nav-swoosh { transform: translate(1px, 1px); }
.nav-wordmark { font-family: var(--font-display); font-weight: 700; font-size: 23px; letter-spacing: -0.04em; }
/* STRD corner-letter logomark — the brand's contained mark */
.logo-mark { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; width: 34px; height: 34px;
  background: var(--ink-1); transition: background var(--dur-quick) var(--ease-stride), transform var(--dur-base) var(--ease-stride); }
.logo-mark i { display: grid; place-items: center; font-style: normal; font-family: var(--font-display);
  font-weight: 600; font-size: 10.5px; letter-spacing: 0.02em; color: var(--paper-0); line-height: 1; transition: color var(--dur-quick); }
.nav-mark:hover .logo-mark { background: var(--stride-flare); transform: translate(1px, 1px); }
.nav-mark:hover .logo-mark i { color: var(--ink-1); }
.nav-links { display: flex; gap: 28px; justify-content: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink-1); white-space: nowrap; transition: color var(--dur-quick); }
.nav-links a:hover { color: var(--stride-flare); }
.nav-right { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.nav-clock { font-family: var(--font-mono); color: var(--ink-3); font-size: 10px; white-space: nowrap; letter-spacing: 0.04em; }

/* ===========================================================
   1 — HERO  (loud register: full-bleed flare, oversized swoosh)
   =========================================================== */
.hero { position: relative; overflow: hidden; background: var(--stride-flare); color: var(--ink-1); isolation: isolate; }
.hero-block { position: relative; overflow: hidden; }
.hero-block .corner-mark { color: var(--ink-1); font-weight: 600; z-index: 5; }

/* oversized swoosh — the v1.1 core mark, cropped, bleeding off bottom-right */
.hero-swoosh { position: absolute; z-index: 1; right: -6%; bottom: -18%; width: min(56vw, 720px); height: auto;
  color: var(--ink-1); pointer-events: none; }

/* gray disc carrying the live clock — the proposal's circle-on-red motif */
.hero-inner { position: relative; z-index: 3; max-width: var(--wrap); margin: 0 auto; padding: 108px 40px 100px; }
.hero-eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-1); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.hero-eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--ink-1); }
.hero-h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(42px, 7vw, 104px);
  line-height: 0.92; letter-spacing: -0.045em; margin: 0 0 34px; max-width: 20ch; }
.hero-h1 .ln { display: block; }
.hero-h1 .ln-em { color: var(--paper-0); }
.hero-sub { font-size: clamp(18px, 1.5vw, 22px); line-height: 1.45; color: var(--ink-1); max-width: 520px; margin: 0 0 40px; font-weight: 500; }
.hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

/* hero buttons — flat block-flip, sit on the red ground */
.btn-hero { background: var(--ink-1); color: var(--paper-0); }
.btn-hero:hover { background: var(--paper-0); color: var(--ink-1); }
.btn-hero-ghost { background: transparent; color: var(--ink-1); border: 2px solid var(--ink-1); }
.btn-hero-ghost:hover { background: var(--ink-1); color: var(--stride-flare); }

/* stat bar — hard block-flip to ink */
.hero-statbar { position: relative; z-index: 3; background: var(--ink-1); }
.hero-stat { max-width: var(--wrap); margin: 0 auto; padding: 30px 40px; font-size: 18px;
  line-height: 1.55; color: var(--on-ink-2); }
.hero-stat b { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.01em; color: var(--paper-0); }
.hero-stat .num { color: var(--stride-flare); }

/* hero entrance — walking-pace rise + scale, no idle wiggle */
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes discIn { from { opacity: 0; transform: scale(0.82); } to { opacity: 1; transform: none; } }
@keyframes swooshIn { from { opacity: 0; transform: translate(48px, 48px); } to { opacity: 1; transform: none; } }
.hero-h1 .ln { opacity: 0; transform: translateY(26px); animation: rise 0.7s var(--ease-stride) forwards; }
.hero-h1 .ln:nth-child(1) { animation-delay: 0.10s; }
.hero-h1 .ln:nth-child(2) { animation-delay: 0.18s; }
.hero-h1 .ln:nth-child(3) { animation-delay: 0.26s; }
.hero-h1 .ln:nth-child(4) { animation-delay: 0.34s; }
.hero-eyebrow { opacity: 0; transform: translateY(20px); animation: rise 0.6s var(--ease-stride) 0.02s forwards; }
.hero-sub { opacity: 0; transform: translateY(20px); animation: rise 0.7s var(--ease-stride) 0.48s forwards; }
.hero-actions { opacity: 0; transform: translateY(20px); animation: rise 0.7s var(--ease-stride) 0.58s forwards; }
.hero-swoosh { opacity: 0; animation: swooshIn 0.9s var(--ease-stride) 0.28s forwards; }

/* scroll reveal (JS-gated, motion-safe) */
.pre-reveal { opacity: 0; transform: translateY(18px); }
.is-revealed { opacity: 1; transform: none; transition: opacity 0.6s var(--ease-stride), transform 0.6s var(--ease-stride); }

/* ===========================================================
   2 — STAGE FIT  (three-card row)
   =========================================================== */
.sec-head { margin-bottom: 48px; max-width: 760px; }
.sec-head .eyebrow { margin-bottom: 20px; }
.sec-h { font-family: var(--font-display); font-weight: 700; font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04; letter-spacing: -0.03em; margin: 0; }
.sec-sub { font-size: 18px; color: var(--ink-3); line-height: 1.5; margin: 18px 0 0; max-width: 620px; }

.stage-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink-1); }
.stage { padding: 32px 28px 28px; background: var(--paper-0); border-right: 1px solid var(--ink-1);
  display: flex; flex-direction: column; gap: 16px; min-height: 280px; }
.stage:last-child { border-right: none; }
.stage--core { background: var(--ink-1); color: var(--paper-0); }
.stage-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-4); }
.stage--core .stage-tag { color: var(--stride-flare); }
.stage-phase { font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: -0.02em; line-height: 1.05; margin: 0; }
.stage-arr { font-size: 13px; color: var(--ink-4); font-family: var(--font-mono); }
.stage--core .stage-arr { color: var(--on-ink-3); }
.stage-what { font-size: 15px; line-height: 1.5; color: var(--ink-3); }
.stage--core .stage-what { color: var(--on-ink-2); }
.stage-fit { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(0,0,0,0.12); font-size: 15px; line-height: 1.45; }
.stage-fit b { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.01em; }
.stage--core .stage-fit { border-top-color: rgba(255,255,255,0.16); }
.stage-foot { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 16px 28px; justify-content: space-between; }
.stage-foot p { margin: 0; font-size: 16px; color: var(--ink-3); max-width: 620px; line-height: 1.5; }

/* ===========================================================
   3 — WHY STRIDE EXISTS  (editorial prose)
   =========================================================== */
.why { max-width: 860px; }
.why .sec-h { font-size: clamp(30px, 3.6vw, 44px); max-width: 18ch; }
.why-body { margin: 40px 0 0; }
.why-body p { font-size: 19px; line-height: 1.62; color: var(--ink-2); margin: 0 0 26px; }
.why-body p.bridge { color: var(--ink-1); font-weight: 500; }
.why-foot { margin-top: 14px; }

/* ===========================================================
   4 — HOW STRIDE WORKS  (two-block)
   =========================================================== */
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 48px; align-items: start; }
.how-intro { font-size: 18px; line-height: 1.6; color: var(--ink-2); margin: 18px 0 0; max-width: 640px; }
.onramp { border-top: 1px solid var(--ink-1); }
.onramp-row { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--paper-4); }
.onramp-when { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; }
.onramp-when small { display: block; font-family: var(--font-mono); font-weight: 400; font-size: 10px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-4); margin-top: 4px; }
.onramp-what { font-size: 15px; line-height: 1.55; color: var(--ink-3); }
.method-block { background: var(--ink-1); color: var(--paper-0); padding: 40px 36px; }
.method-block .eyebrow { color: var(--on-ink-3); }
.method-block .eyebrow::before { background: var(--on-ink-3); }
.method-word { font-family: var(--font-display); font-weight: 700; font-size: 40px; letter-spacing: 0.02em; margin: 18px 0 4px; }
.method-word .flare { color: var(--stride-flare); }
.method-tag { font-size: 14px; color: var(--on-ink-3); font-family: var(--font-mono); letter-spacing: 0.04em; margin-bottom: 24px; }
.method-body { font-size: 16px; line-height: 1.62; color: var(--on-ink-2); margin: 0 0 18px; }
.method-body b { color: var(--paper-0); font-weight: 600; }
.method-phase { color: var(--stride-flare); font-weight: 600; }
.method-foot { margin-top: 8px; }
.method-block .xlink { color: var(--paper-0); border-color: var(--paper-0); }
.method-block .xlink:hover { color: var(--stride-flare); border-color: var(--stride-flare); }

/* ===========================================================
   5 — THE FIVE PACKAGES  (table)
   =========================================================== */
.packs { border: 1px solid var(--ink-1); margin-top: 48px; background: var(--paper-0); }
.pack-row { display: grid; grid-template-columns: 280px 1fr; gap: 32px; padding: 28px 32px;
  border-bottom: 1px solid var(--paper-4); align-items: start; transition: background var(--dur-quick); }
.pack-row:last-child { border-bottom: none; }
.pack-row:hover { background: var(--light-grey); }
.pack-left { display: flex; flex-direction: column; gap: 12px; }
.pack-name { font-family: var(--font-display); font-weight: 700; font-size: 24px; letter-spacing: -0.02em; line-height: 1; }
.pack-cadence { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-family: var(--font-mono);
  font-size: 12px; color: var(--ink-4); letter-spacing: 0.02em; }
.loop-chip { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 3px 10px; border-radius: var(--r-pill); background: var(--stride-flare); color: var(--ink-1); font-weight: 500; }
.pack-job { font-size: 17px; line-height: 1.55; color: var(--ink-2); padding-top: 4px; }
.packs-foot { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: baseline; justify-content: space-between; }
.packs-foot p { margin: 0; font-size: 16px; color: var(--ink-3); }

/* ===========================================================
   6 — BUILT INSIDE BIFROST  (logo slider + portco grid)
   =========================================================== */
.bifrost .sec-h { max-width: 20ch; }
.bf-sub { font-size: 18px; line-height: 1.6; color: var(--ink-2); max-width: 720px; margin: 24px 0 0; }
.bf-sub b { color: var(--ink-1); font-weight: 600; }
.bf-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-4); margin: 56px 0 18px; }
.slider-mask { overflow: hidden; border-top: 1px solid var(--paper-4); border-bottom: 1px solid var(--paper-4); }
.slider-track { display: flex; gap: 0; width: max-content; animation: slide 36s linear infinite; }
.slider-track:hover { animation-play-state: paused; }
.studio { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em;
  color: var(--ink-3); padding: 26px 40px; white-space: nowrap; border-right: 1px solid var(--paper-4); transition: color var(--dur-quick); }
.studio:hover { color: var(--ink-1); }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.portco-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--paper-4); }
.portco { display: grid; place-items: center; padding: 40px 16px; min-height: 110px; border-right: 1px solid var(--paper-4);
  border-bottom: 1px solid var(--paper-4); font-family: var(--font-display); font-weight: 700; font-size: 19px;
  letter-spacing: -0.02em; color: var(--ink-2); text-align: center; transition: color var(--dur-quick), background var(--dur-quick); }
.portco:hover { color: var(--stride-flare); background: var(--paper-0); }
.bf-caption { margin: 28px 0 0; font-size: 16px; color: var(--ink-3); line-height: 1.55; max-width: 760px; }
.bf-foot { margin-top: 32px; display: flex; gap: 40px; flex-wrap: wrap; }

/* ===========================================================
   7 — TESTIMONIAL  (pull-quote + placeholder)
   =========================================================== */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink-1); margin-top: 48px; }
.quote-card { padding: 36px 32px 32px; border-right: 1px solid var(--ink-1); background: var(--paper-0);
  display: flex; flex-direction: column; margin: 0; }
.quote-card:last-child { border-right: none; }
.quote-mark { font-family: var(--font-display); font-weight: 700; font-size: 64px; line-height: 0.5;
  color: var(--stride-flare); height: 34px; display: block; }
.quote-text { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 1.5vw, 23px);
  line-height: 1.26; letter-spacing: -0.02em; margin: 22px 0 28px; color: var(--ink-1); }
.quote-by { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--paper-4);
  display: flex; flex-direction: column; gap: 3px; }
.quote-by b { font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: -0.01em; color: var(--stride-flare); }
.quote-by span { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.02em; color: var(--ink-3); }

/* ===========================================================
   8 — FOR VC PLATFORM TEAMS  (accent-bordered block)
   =========================================================== */
.partner-block { border: 1px solid var(--stride-flare); padding: 56px 56px 48px; background: var(--paper-0); position: relative; }
.partner-block .eyebrow { color: var(--stride-flare); }
.partner-block .eyebrow::before { background: var(--stride-flare); }
.partner-block .sec-h { font-size: clamp(28px, 3.4vw, 40px); margin-top: 18px; max-width: 14ch; }
.partner-body { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 30px 0 28px; }
.partner-body p { margin: 0; font-size: 17px; line-height: 1.6; color: var(--ink-2); }
.partner-body p b { color: var(--ink-1); font-weight: 600; }

/* ===========================================================
   9 — MANIFESTO CLOSER
   =========================================================== */
.manifesto { max-width: 880px; }
.manifesto-lines { margin-top: 44px; display: flex; flex-direction: column; gap: 28px; }
.manifesto-lines p { margin: 0; font-size: clamp(20px, 2.4vw, 26px); line-height: 1.3; letter-spacing: -0.01em;
  color: var(--ink-1); font-weight: 500; max-width: 30ch; }
.manifesto-lines p:last-child { color: var(--stride-flare); }

/* ===========================================================
   10 — FINAL CTA
   =========================================================== */
.final { text-align: center; padding: 120px 0 112px; }
.final-h { font-family: var(--font-display); font-weight: 700; font-size: clamp(48px, 7vw, 96px);
  letter-spacing: -0.04em; line-height: 0.96; margin: 0 0 24px; }
.final-intro { max-width: 60ch; margin: 0 auto; font-size: 19px; line-height: 1.55; color: var(--ink-2); }
.cal-wrap { max-width: 920px; margin: 48px auto 0; text-align: left; }
.cal-inline { min-height: 600px; overflow: hidden; }
.cal-fallback { margin: 16px 0 0; font-size: 13px; color: var(--ink-4); text-align: center;
  font-family: var(--font-mono); letter-spacing: 0.02em; }
.cal-fallback a { color: var(--stride-flare); border-bottom: 1px solid var(--stride-flare); }
.final-tag { margin-top: 48px; font-style: italic; font-size: 18px; color: var(--ink-4); }

/* ===========================================================
   FOOTER
   =========================================================== */
.foot { background: var(--ink-1); color: var(--paper-0); padding: 80px 40px 32px; }
.foot-in { max-width: var(--wrap); margin: 0 auto; }
.foot-top { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.foot-mark { font-family: var(--font-display); font-weight: 700; font-size: 88px; letter-spacing: -0.04em; line-height: 0.9; color: var(--paper-0); }
.foot-tag { font-family: var(--font-display); font-weight: 400; font-size: 22px; color: var(--on-ink-2); margin: 0; max-width: 320px; text-align: right; }
.foot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-top: 48px; }
.foot-col { display: flex; flex-direction: column; gap: 10px; }
.foot-col .col-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--on-ink-3); margin-bottom: 6px; }
.foot-col a { font-size: 14px; color: var(--on-ink-2); transition: color var(--dur-quick); }
.foot-col a:hover { color: var(--paper-0); }
.foot-loc { font-size: 14px; color: var(--on-ink-2); }
.foot-bottom { display: flex; justify-content: space-between; color: var(--on-ink-4); padding-top: 24px; margin-top: 56px; border-top: 1px solid rgba(255,255,255,0.08); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; }

/* ===========================================================
   RESPONSIVE — every multi-col collapses to vertical stack
   =========================================================== */
@media (max-width: 920px) {
  .wrap { padding: 0 24px; }
  .section { padding: 80px 0; }
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero-inner { padding: 84px 24px 88px; }
  .hero-swoosh { width: 78vw; right: -16%; bottom: -10%; }
  .hero-stat { padding: 22px 24px; }
  .stage-grid { grid-template-columns: 1fr; }
  .stage { border-right: none; border-bottom: 1px solid var(--ink-1); }
  .stage:last-child { border-bottom: none; }
  .how-grid { grid-template-columns: 1fr; gap: 40px; }
  .pack-row { grid-template-columns: 1fr; gap: 14px; }
  .portco-grid { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .quote-card { border-right: none; border-bottom: 1px solid var(--ink-1); }
  .quote-card:last-child { border-bottom: none; }
  .partner-block { padding: 36px 28px; }
  .partner-body { grid-template-columns: 1fr; gap: 20px; }
  .cta-pair { grid-template-columns: 1fr; }
  .cta-col:first-child { border-right: none; border-bottom: 1px solid var(--ink-1); }
  .foot-top { flex-direction: column; align-items: flex-start; gap: 20px; }
  .foot-tag { text-align: left; }
  .foot-mark { font-size: 60px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .dot { display: none; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .slider-track { animation: none; }
  html { scroll-behavior: auto; }
  .hero-h1 .ln, .hero-eyebrow, .hero-sub, .hero-actions,
  .hero-swoosh {
    opacity: 1 !important; transform: none !important; animation: none !important; }
  .pre-reveal { opacity: 1 !important; transform: none !important; }
}
