/* SolarPoolSlide.com — site.css */

:root {
  --sun: #ffd34d;
  --sun-deep: #ff9f1c;
  --pool: #00a8e8;
  --pool-deep: #006d9c;
  --water: #dff8ff;
  --ink: #102033;
  --navy: #071827;
  --paper: #fffaf0;
  --cream: #fff3d8;
  --sand: #f2d7a2;
  --orange: #ff6b35;
  --purple: #6d28d9;
  --green: #18a558;
  --red: #ef233c;
  --muted: #5f6b7a;
  --line: rgba(16, 32, 51, 0.14);
  --shadow: 0 24px 70px rgba(7, 24, 39, 0.18);
  --shadow-hard: 0 12px 0 rgba(7, 24, 39, 0.16);
  --radius: 28px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 211, 77, 0.32), transparent 34rem),
    radial-gradient(circle at 90% 8%, rgba(0, 168, 232, 0.22), transparent 34rem),
    linear-gradient(180deg, #fffaf0 0%, #ecfbff 44%, #fffaf0 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: var(--navy);
  color: white;
  padding: 0.8rem 1rem;
  z-index: 999;
  border-radius: 12px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 240, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 32, 51, 0.1);
}

.navbar {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.85rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: -0.04em;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  color: var(--navy);
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 32% 24%, #fff, transparent 16%),
    linear-gradient(135deg, var(--sun), var(--orange) 56%, var(--pool));
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.24);
  transform: rotate(-4deg);
}

.brand-mark::before {
  content: "☀";
  color: white;
  font-size: 1.5rem;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.nav-toggle {
  display: none;
  border: 2px solid rgba(16, 32, 51, 0.16);
  background: white;
  color: var(--ink);
  border-radius: 16px;
  padding: 0.72rem 0.85rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(7, 24, 39, 0.08);
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background: var(--ink);
  margin: 4px 0;
  border-radius: 999px;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.68rem 0.85rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  color: rgba(16, 32, 51, 0.78);
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--navy);
  background: rgba(0, 168, 232, 0.12);
  outline: none;
}

.nav-menu .nav-cta a {
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--purple));
  box-shadow: 0 10px 24px rgba(109, 40, 217, 0.22);
}

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: stretch;
  isolation: isolate;
  background: var(--navy);
  overflow: hidden;
}

.hero img,
.hero .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 211, 77, 0.3), transparent 26rem),
    linear-gradient(90deg, rgba(7, 24, 39, 0.88) 0%, rgba(7, 24, 39, 0.66) 42%, rgba(7, 24, 39, 0.2) 100%),
    linear-gradient(0deg, rgba(7, 24, 39, 0.72) 0%, transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 1.2rem clamp(4rem, 8vw, 7rem);
  display: grid;
  align-content: center;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  backdrop-filter: blur(8px);
}

.hero h1,
.page-hero h1 {
  margin: 1rem 0 0.8rem;
  max-width: 840px;
  font-size: clamp(3.4rem, 9vw, 8.8rem);
  line-height: 0.86;
  letter-spacing: -0.08em;
  color: white;
  text-wrap: balance;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.34);
}

.hero h1 strong,
.page-hero h1 strong {
  color: var(--sun);
  text-shadow:
    0 3px 0 rgba(255, 107, 53, 0.85),
    0 12px 32px rgba(255, 159, 28, 0.28);
}

.hero p {
  max-width: 680px;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 650;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-weight: 950;
  letter-spacing: -0.02em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover,
.btn:hover {
  transform: translateY(-2px);
}

.button-primary,
.btn-primary {
  color: var(--navy);
  background: linear-gradient(135deg, var(--sun), var(--sun-deep));
  box-shadow: 0 14px 30px rgba(255, 159, 28, 0.34);
}

.button-secondary,
.btn-secondary {
  color: white;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
}

.button-dark,
.btn-dark {
  color: white;
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(7, 24, 39, 0.2);
}

.button-light,
.btn-light {
  color: var(--navy);
  background: white;
  box-shadow: 0 12px 28px rgba(7, 24, 39, 0.12);
}

main {
  position: relative;
  z-index: 1;
}

.section {
  padding: clamp(3.2rem, 7vw, 6.8rem) 1.2rem;
}

.section-tight {
  padding: clamp(2.4rem, 5vw, 4.2rem) 1.2rem;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.section-header {
  max-width: 820px;
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
}

.section-header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.kicker {
  margin: 0 0 0.45rem;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1,
h2,
h3 {
  color: var(--navy);
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.section-header p,
.lede {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  font-weight: 550;
}

.grid {
  display: grid;
  gap: 1.1rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(7, 24, 39, 0.1);
}

.card.pad {
  padding: clamp(1.15rem, 2vw, 1.7rem);
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-body {
  padding: clamp(1.1rem, 2vw, 1.55rem);
}

.card p {
  margin: 0;
  color: var(--muted);
  font-weight: 540;
}

.card a.stretched {
  position: absolute;
  inset: 0;
  text-indent: -9999px;
}

.feature-card {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 0;
  border-radius: calc(var(--radius) + 10px);
  overflow: hidden;
  background: white;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.feature-card .feature-copy {
  padding: clamp(1.5rem, 4vw, 3.2rem);
  align-self: center;
}

.feature-card img {
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.splash-band {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 211, 77, 0.28), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(0, 168, 232, 0.34), transparent 32rem),
    linear-gradient(135deg, var(--navy), #072f54 52%, #003f69);
}

.splash-band h2,
.splash-band h3 {
  color: white;
}

.splash-band p {
  color: rgba(255, 255, 255, 0.82);
}

.splash-band::before {
  content: "";
  position: absolute;
  inset: auto -10% -120px -10%;
  height: 240px;
  background:
    radial-gradient(circle at 8% 42%, rgba(255, 255, 255, 0.24) 0 12px, transparent 13px),
    radial-gradient(circle at 22% 58%, rgba(255, 255, 255, 0.16) 0 18px, transparent 19px),
    radial-gradient(circle at 42% 48%, rgba(255, 255, 255, 0.2) 0 10px, transparent 11px),
    radial-gradient(circle at 68% 56%, rgba(255, 255, 255, 0.18) 0 15px, transparent 16px),
    radial-gradient(circle at 84% 46%, rgba(255, 255, 255, 0.22) 0 13px, transparent 14px);
  opacity: 0.7;
  pointer-events: none;
}

.comic-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  counter-reset: panel;
}

.panel {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 26px;
  background: white;
  border: 4px solid var(--navy);
  box-shadow: var(--shadow-hard);
}

.panel::before {
  counter-increment: panel;
  content: "Panel " counter(panel);
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  color: white;
  background: var(--navy);
  font-weight: 1000;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.panel img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.burst {
  display: inline-block;
  color: var(--navy);
  background: var(--sun);
  border: 4px solid var(--navy);
  border-radius: 22px;
  padding: 0.75rem 1rem;
  font-weight: 1000;
  letter-spacing: -0.04em;
  line-height: 0.95;
  box-shadow: var(--shadow-hard);
  transform: rotate(-2deg);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.stat {
  padding: 1.3rem;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(7, 24, 39, 0.08);
}

.stat b {
  display: block;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
  color: var(--pool-deep);
}

.stat span {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
  font-weight: 800;
}

.callout {
  position: relative;
  padding: clamp(1.4rem, 4vw, 3rem);
  border-radius: calc(var(--radius) + 10px);
  background:
    linear-gradient(135deg, rgba(255, 211, 77, 0.96), rgba(255, 159, 28, 0.96));
  color: var(--navy);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.callout::after {
  content: "SPLASH!";
  position: absolute;
  right: -0.35rem;
  bottom: -0.45rem;
  color: rgba(255, 255, 255, 0.28);
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: 0.8;
  font-weight: 1000;
  letter-spacing: -0.09em;
  transform: rotate(-5deg);
}

.callout h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.callout p,
.callout .actions {
  position: relative;
  z-index: 1;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 32, 51, 0.12);
  font-weight: 900;
  color: var(--navy);
}

.badge.dark {
  color: white;
  background: rgba(7, 24, 39, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-hero {
  position: relative;
  padding: clamp(5rem, 9vw, 8rem) 1.2rem clamp(3rem, 6vw, 5rem);
  color: white;
  background:
    linear-gradient(135deg, rgba(7, 24, 39, 0.92), rgba(0, 109, 156, 0.88)),
    radial-gradient(circle at 85% 10%, rgba(255, 211, 77, 0.35), transparent 22rem);
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 22%, rgba(255, 255, 255, 0.12) 0 8px, transparent 9px),
    radial-gradient(circle at 72% 40%, rgba(255, 255, 255, 0.1) 0 12px, transparent 13px),
    radial-gradient(circle at 88% 72%, rgba(255, 255, 255, 0.1) 0 10px, transparent 11px);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 620;
}

.article {
  max-width: 860px;
  margin: 0 auto;
  font-size: 1.08rem;
}

.article h2 {
  margin-top: 2.8rem;
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.article p,
.article li {
  color: #314154;
}

.article a {
  color: var(--pool-deep);
  font-weight: 850;
}

.article blockquote {
  margin: 2rem 0;
  padding: 1.4rem;
  border-left: 8px solid var(--orange);
  background: white;
  border-radius: 0 22px 22px 0;
  box-shadow: 0 12px 28px rgba(7, 24, 39, 0.08);
  font-weight: 800;
  font-size: 1.18rem;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.list-check li {
  position: relative;
  padding: 0.85rem 1rem 0.85rem 2.8rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(7, 24, 39, 0.06);
  font-weight: 760;
}

.list-check li::before {
  content: "✓";
  position: absolute;
  left: 0.9rem;
  top: 0.75rem;
  width: 1.3rem;
  height: 1.3rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: var(--green);
  font-size: 0.85rem;
  font-weight: 1000;
}

.table-wrap {
  overflow-x: auto;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(7, 24, 39, 0.08);
  border: 1px solid var(--line);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  min-width: 680px;
}

th,
td {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--navy);
  color: white;
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

td {
  color: #344456;
  font-weight: 620;
}

tr:last-child td {
  border-bottom: 0;
}

.faq {
  display: grid;
  gap: 0.85rem;
}

.faq details {
  padding: 1.1rem 1.25rem;
  border-radius: 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(7, 24, 39, 0.07);
}

.faq summary {
  cursor: pointer;
  font-weight: 950;
  color: var(--navy);
  font-size: 1.1rem;
}

.faq details p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

.contact-box {
  padding: clamp(1.3rem, 3vw, 2rem);
  border-radius: var(--radius);
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(7, 24, 39, 0.1);
}

.contact-box p {
  color: var(--muted);
}

.contact-line {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 850;
}

.contact-line:last-child {
  border-bottom: 0;
}

.contact-line span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(0, 168, 232, 0.12);
}

.site-footer {
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 14% 0%, rgba(0, 168, 232, 0.28), transparent 28rem),
    linear-gradient(135deg, #061420, #071827 60%, #04111d);
  padding: 3rem 1.2rem 1.2rem;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer h2,
.site-footer h3 {
  color: white;
}

.site-footer h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.site-footer p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-weight: 780;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
  padding-top: 1.2rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.62);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 960px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.75rem;
    border-radius: 24px;
    background: rgba(255, 250, 240, 0.98);
    border: 1px solid rgba(16, 32, 51, 0.12);
    box-shadow: 0 24px 60px rgba(7, 24, 39, 0.22);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a {
    justify-content: center;
    width: 100%;
    border-radius: 16px;
    background: rgba(0, 168, 232, 0.08);
  }

  .grid-4,
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .feature-card img {
    min-height: 320px;
  }

  .comic-strip {
    grid-template-columns: 1fr;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .navbar {
    padding: 0.75rem 0.9rem;
  }

  .brand {
    font-size: 1.05rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .hero {
    min-height: 74vh;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 24, 39, 0.38) 0%, rgba(7, 24, 39, 0.88) 72%, rgba(7, 24, 39, 0.96) 100%);
  }

  .hero-content {
    align-content: end;
    padding-top: 7rem;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .hero p {
    font-size: 1.04rem;
  }

  .hero-actions,
  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .btn {
    width: 100%;
  }

  .section {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .grid-4,
  .grid-3,
  .grid-2,
  .stats {
    grid-template-columns: 1fr;
  }

  .card,
  .feature-card,
  .callout,
  .contact-box {
    border-radius: 22px;
  }

  .feature-card .feature-copy {
    padding: 1.2rem;
  }

  .feature-card img {
    min-height: 240px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom > * + * {
    margin-top: 0.4rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
