:root {
  --bg: #f3f5f9;
  --bg-elevated: #ffffff;
  --text: #1c2740;
  --text-secondary: #5b6b86;
  --muted: #8b97ab;
  --accent: #2f6bff;
  --accent-soft: #eaf0ff;
  --card: #ffffff;
  --card-border: rgba(47, 107, 255, 0.06);
  --shadow: 0 10px 28px rgba(36, 72, 140, 0.08);
  --bar: #e7edf7;
  --bar-fill: #2f6bff;
  --quote: #3d4a63;
  --btn-bg: #2f6bff;
  --btn-text: #ffffff;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --radius: 26px;
  --page-pad: 18px;
}

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

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

html,
body {
  min-height: 100%;
  min-height: 100dvh;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior: none;
  padding-top: var(--safe-top);
  padding-bottom: var(--safe-bottom);
  transition: background-color 0.6s ease, color 0.45s ease;
}

button,
a {
  font-family: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  border: 0;
  cursor: pointer;
  touch-action: manipulation;
}

img {
  max-width: 100%;
  display: block;
}

[hidden] {
  display: none !important;
}

/* ——— Themes ——— */

[data-theme="calm"] {
  --bg: #f3f5f9;
  --text: #1c2740;
  --text-secondary: #5b6b86;
  --muted: #8b97ab;
  --accent: #2f6bff;
  --accent-soft: #eaf0ff;
  --card: #ffffff;
  --shadow: 0 10px 28px rgba(36, 72, 140, 0.08);
  --bar: #e7edf7;
  --bar-fill: #2f6bff;
  --btn-bg: #2f6bff;
  --btn-text: #fff;
  color-scheme: light;
}

[data-theme="rising"] {
  --bg: #e8eef8;
  --text: #0c1b33;
  --text-secondary: #3d5573;
  --muted: #6d82a0;
  --accent: #0066e0;
  --accent-soft: rgba(0, 102, 224, 0.14);
  --card: #f7faff;
  --shadow: 0 14px 36px rgba(12, 48, 110, 0.1);
  --bar: #d5e2f4;
  --bar-fill: #0066e0;
  --btn-bg: #0066e0;
  --btn-text: #fff;
  color-scheme: light;
}

[data-theme="navy"] {
  --bg: #0b1b33;
  --text: #f4f7fb;
  --text-secondary: #b7c5d8;
  --muted: #7f91ab;
  --accent: #7cb8ff;
  --accent-soft: rgba(124, 184, 255, 0.14);
  --card: #132844;
  --card-border: rgba(255, 255, 255, 0.05);
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  --bar: #1c3658;
  --bar-fill: #7cb8ff;
  --quote: #eef4ff;
  --btn-bg: #7cb8ff;
  --btn-text: #081422;
  color-scheme: dark;
}

[data-theme="navy"][data-special="tokat"] {
  --bg: #101a22;
  --card: #1a2a34;
  --accent: #d7b07a;
  --bar-fill: #d7b07a;
  --btn-bg: #d7b07a;
  --btn-text: #1a140c;
}

[data-theme="son30"] {
  --bg: #0a1020;
  --text: #f7f4ee;
  --text-secondary: #c8bba6;
  --muted: #8e8474;
  --accent: #f0b14a;
  --accent-soft: rgba(240, 177, 74, 0.14);
  --card: #141b2e;
  --card-border: rgba(240, 177, 74, 0.08);
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  --bar: #222b42;
  --bar-fill: #f0b14a;
  --quote: #f7f1e4;
  --btn-bg: #f0b14a;
  --btn-text: #1a1408;
  color-scheme: dark;
}

[data-theme="dominant"] {
  --bg: #070b14;
  --text: #ffffff;
  --text-secondary: #c5cdd8;
  --muted: #8a93a3;
  --accent: #9ec4ff;
  --accent-soft: rgba(158, 196, 255, 0.12);
  --card: #101722;
  --card-border: rgba(255, 255, 255, 0.05);
  --shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  --bar: #1c2430;
  --bar-fill: #ffffff;
  --quote: #f3f6fa;
  --btn-bg: #ffffff;
  --btn-text: #070b14;
  color-scheme: dark;
}

[data-theme="safak"] {
  --bg: #050816;
  --text: #f6efe0;
  --text-secondary: #d2c4a6;
  --muted: #9a8d74;
  --accent: #e7c888;
  --accent-soft: rgba(231, 200, 136, 0.12);
  --card: #0e1324;
  --card-border: rgba(231, 200, 136, 0.1);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  --bar: #1a2033;
  --bar-fill: #e7c888;
  --quote: #f6efe0;
  --btn-bg: #e7c888;
  --btn-text: #16110a;
  color-scheme: dark;
}

[data-theme="safak"][data-special="antalya"] {
  --bg: #07161c;
  --card: #0f2430;
  --accent: #d9c49a;
  --bar-fill: #d9c49a;
  --btn-bg: #d9c49a;
  --btn-text: #122026;
}

[data-theme="final"] {
  --bg: #050505;
  --text: #fafafa;
  --text-secondary: #c2c2c2;
  --muted: #8a8a8a;
  --accent: #ffffff;
  --card: #111111;
  --card-border: rgba(255, 255, 255, 0.06);
  --shadow: none;
  --bar: #222;
  --bar-fill: #fff;
  --quote: #fff;
  --btn-bg: #fff;
  --btn-text: #050505;
  color-scheme: dark;
}

[data-theme="done"] {
  --bg: #f3eee4;
  --text: #161410;
  --text-secondary: #5d574c;
  --muted: #8a8376;
  --accent: #161410;
  --card: #fffdf8;
  --shadow: 0 12px 32px rgba(40, 30, 10, 0.06);
  --bar: #e6dfd2;
  --bar-fill: #161410;
  --quote: #161410;
  --btn-bg: #161410;
  --btn-text: #f3eee4;
  color-scheme: light;
}

/* ——— App layout ——— */

.app {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 16px var(--page-pad) 72px;
  flex-direction: column;
  gap: 14px;
  min-height: calc(100dvh - var(--safe-top) - var(--safe-bottom));
}

.app:not([hidden]) {
  display: flex;
}

html.is-ready .app,
html.is-ready .final {
  animation: fadeIn 0.55s ease both;
}

.card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 22px 20px;
  animation: riseIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.card-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 22px 22px 22px;
}

.mugshot {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #1c212b;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.14),
    0 10px 22px rgba(16, 24, 40, 0.18);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mugshot-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.mugshot-empty {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.35);
}

.mugshot.has-photo .mugshot-empty {
  display: none;
}

.mugshot-empty svg {
  width: 46px;
  height: 46px;
}

.mugshot-bars {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  padding: 12px 9px;
}

.mugshot-bars i {
  display: block;
  width: 7px;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    #c5cad3 0%,
    #6d7380 22%,
    #2b3038 58%,
    #14171c 100%
  );
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4);
}

.mugshot-rail {
  position: absolute;
  left: 5px;
  right: 5px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(#d0d4dc, #3a3f48 55%, #1a1d22);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  z-index: 3;
}

.mugshot-rail {
  top: 4px;
}

.mugshot-rail-b {
  top: auto;
  bottom: 4px;
}

.file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent);
  text-transform: uppercase;
}

.count {
  font-size: clamp(88px, 26vw, 128px);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 0.92;
  margin-top: 8px;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  user-select: none;
  animation: countIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.count-label {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
  color: var(--accent);
  opacity: 0.85;
}

.hero-special {
  margin-top: 12px;
}

.hero-city {
  font-size: clamp(22px, 6.2vw, 38px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--accent);
}

.hero-city.is-plate {
  font-size: clamp(28px, 8vw, 42px);
  letter-spacing: 0.22em;
}

.hero-headline {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  text-transform: uppercase;
}

.hero-rule {
  width: 100%;
  height: 1px;
  margin: 22px 0 18px;
  background: color-mix(in srgb, var(--accent) 16%, transparent);
}

.target-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
}

.icon-wrap {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 14px;
}

.icon-wrap svg {
  width: 22px;
  height: 22px;
}

.target-label {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}

.target-date {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--accent);
}

.split-box {
  margin-top: 16px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: var(--accent-soft);
  border-radius: 16px;
  padding: 14px 8px;
}

.split-item {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  color: var(--accent);
}

.split-item strong {
  font-size: 22px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.split-item span {
  font-size: 15px;
  font-weight: 650;
}

.split-rule {
  width: 1px;
  height: 22px;
  background: color-mix(in srgb, var(--accent) 28%, transparent);
}

.week-line {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

.hms {
  margin-top: 18px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  column-gap: 4px;
}

.hms-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.hms-block strong {
  font-size: 28px;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.hms-block span {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
}

.hms-colon {
  padding-top: 2px;
  font-size: 24px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}

.side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  animation-delay: 0.06s;
}

.note-title {
  font-size: 15px;
  font-weight: 750;
  color: var(--accent);
}

.quote {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.45;
  color: var(--quote, var(--text-secondary));
}

.quote-sub {
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
  white-space: pre-line;
}

.quote-sub:empty {
  display: none;
}

.progress-card {
  animation-delay: 0.1s;
}

.milestone-card {
  animation-delay: 0.14s;
}

.percent {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
}

.progress,
.final-progress {
  margin-top: 12px;
  height: 8px;
  border-radius: 99px;
  background: var(--bar);
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: var(--bar-fill);
  transform-origin: left center;
  transition: width 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.elapsed {
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}

.card-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.milestone-value {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--accent);
}

.milestone-eta {
  margin-top: 2px;
  font-size: 14px;
  color: var(--text-secondary);
}

.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 16px;
  background: var(--btn-bg);
  color: var(--btn-text);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  animation: riseIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.share-btn:active {
  transform: scale(0.98);
  opacity: 0.92;
}

.share-btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--card-border);
  box-shadow: none;
}

[data-theme="safak"] .eyebrow,
[data-theme="safak"] .count {
  color: var(--accent);
}

[data-theme="final"] .count {
  font-size: clamp(96px, 28vw, 140px);
}

/* ——— Desktop dashboard ——— */

@media (min-width: 768px) {
  :root {
    --page-pad: 36px;
  }

  .app:not([hidden]) {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 22px;
    align-items: start;
    padding: 40px var(--page-pad) 48px;
  }

  .card-hero {
    padding: 32px 32px 28px;
  }

  .mugshot {
    width: 136px;
    height: 136px;
  }

  .count {
    font-size: clamp(120px, 12vw, 168px);
  }

  .hms-block strong {
    font-size: 34px;
  }

  .side {
    gap: 14px;
  }

  .card {
    padding: 22px 24px 20px;
  }

  .quote {
    font-size: 15px;
  }
}

@media (min-width: 1100px) {
  .app:not([hidden]) {
    gap: 28px;
  }
}

/* ——— Intro ——— */

.intro {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  place-items: center;
  text-align: center;
  padding: 24px;
  padding-top: calc(24px + var(--safe-top));
  background: var(--bg);
  color: var(--text);
}

.intro.is-on {
  display: grid;
}

.intro-kicker {
  font-size: 13px;
  letter-spacing: 0.34em;
  font-weight: 650;
  color: var(--muted);
}

.intro-title {
  margin-top: 14px;
  font-size: clamp(40px, 10vw, 72px);
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1;
}

.intro-sub {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
}

.intro.is-on .intro-kicker,
.intro.is-on .intro-title,
.intro.is-on .intro-sub {
  animation: introIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.intro.is-on .intro-title {
  animation-delay: 0.08s;
}

.intro.is-on .intro-sub {
  animation-delay: 0.16s;
}

.intro.is-out {
  animation: fadeOut 0.45s ease forwards;
}

/* ——— Final screen ——— */

.final {
  min-height: calc(100dvh - var(--safe-top) - var(--safe-bottom));
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 48px var(--page-pad) 40px;
  display: none;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.final:not([hidden]) {
  display: flex;
}

.final-kicker {
  font-size: 13px;
  letter-spacing: 0.34em;
  font-weight: 650;
  color: var(--muted);
}

.final-title {
  margin-top: 18px;
  font-size: clamp(64px, 18vw, 120px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.final-date {
  margin-top: 22px;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.final-percent {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 600;
}

.final-progress {
  margin: 16px auto 0;
  width: min(280px, 70%);
}

.final-quote {
  margin-top: 36px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.final-sub {
  margin-top: 14px;
  font-size: 15px;
  color: var(--muted);
}

.final .share-btn {
  margin-top: 36px;
  width: 100%;
  max-width: 320px;
  align-self: center;
}

/* ——— Share fallback ——— */

.share-sheet {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(8, 10, 16, 0.52);
  place-items: end center;
  padding: 12px;
  padding-bottom: calc(12px + var(--safe-bottom));
}

.share-sheet.is-open {
  display: grid;
}

.share-sheet-panel {
  width: min(420px, 100%);
  background: var(--card);
  color: var(--text);
  border-radius: 24px 24px 18px 18px;
  padding: 14px 14px 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.share-sheet-panel img {
  width: 100%;
  max-height: 58vh;
  object-fit: contain;
  background: #111;
  border-radius: 16px;
}

.share-sheet-panel img:not([src]),
.share-sheet-panel img[src=""] {
  display: none;
}

.share-sheet-actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.share-sheet-actions .share-btn {
  animation: none;
}

@media (min-width: 768px) {
  .share-sheet {
    place-items: center;
  }

  .share-sheet-panel {
    border-radius: 24px;
  }

  .share-sheet-panel img {
    max-height: 64vh;
  }
}

.settings-btn {
  position: fixed;
  right: 16px;
  bottom: calc(16px + var(--safe-bottom));
  z-index: 30;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--card);
  color: var(--muted);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
}

.settings-btn svg {
  width: 18px;
  height: 18px;
}

.settings-sheet {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(8, 10, 16, 0.52);
  padding: 12px;
  padding-top: calc(12px + var(--safe-top));
  padding-bottom: calc(12px + var(--safe-bottom));
}

.settings-sheet.is-open {
  display: grid;
  place-items: end center;
}

.settings-panel {
  width: min(560px, 100%);
  height: min(88dvh, 820px);
  background: var(--card);
  color: var(--text);
  border-radius: 24px;
  padding: 18px 16px 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.settings-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.settings-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.settings-head h2 {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -0.03em;
}

.settings-close {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}

.settings-lead {
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}

.settings-search {
  margin-top: 12px;
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 0 12px;
  background: var(--bg);
  color: var(--text);
  font: inherit;
  font-size: 15px;
}

.notes-list {
  margin-top: 12px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 8px;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}

.note-row {
  background: var(--bg);
  border-radius: 16px;
  padding: 12px;
}

.note-row.is-today {
  outline: 2px solid var(--accent);
}

.note-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.note-row-day {
  font-size: 13px;
  font-weight: 750;
  color: var(--accent);
}

.note-row-reset {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  background: transparent;
  padding: 4px 6px;
}

.note-row textarea {
  width: 100%;
  min-height: 72px;
  resize: vertical;
  border: 0;
  border-radius: 12px;
  padding: 10px;
  background: var(--card);
  color: var(--text);
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .settings-sheet.is-open {
    place-items: center;
  }
}

/* ——— Motion ——— */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes countIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes introIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.is-ready .app,
  html.is-ready .final,
  .count,
  .card,
  .share-btn,
  .intro.is-on .intro-kicker,
  .intro.is-on .intro-title,
  .intro.is-on .intro-sub,
  .intro.is-out,
  .progress-fill {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
