/* ===== Intellihome Landingpage – Stylesheet ===== */

:root {
  --primary: #1a79a7;        /* Markenblau intellihome */
  --primary-dark: #135f84;   /* Hover / dunklere Akzente */
  --primary-light: #6ab8ee;  /* helle Akzente auf dunklem Grund */
  --dark: #1e1e1e;           /* dunkler Sektions-Hintergrund */
  --navy: #1d3a56;
  --navy-deep: #14293d;
  --ink: #1c2b38;
  --muted: #5b6b78;
  --line: #e4ebf1;
  --bg: #ffffff;
  --bg-alt: #f3f8fc;
  --white: #ffffff;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 8px rgba(29, 58, 86, .06);
  --shadow: 0 12px 30px rgba(29, 58, 86, .10);
  --shadow-lg: 0 24px 60px rgba(29, 58, 86, .16);
  --maxw: 1160px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }

.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 40px; height: auto; }
.brand-name {
  font-weight: 700; font-size: 1.25rem; letter-spacing: -.5px; color: var(--navy);
}

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  padding: 9px 14px; border-radius: 10px; font-weight: 500; font-size: .96rem;
  color: var(--navy); transition: background .15s, color .15s;
}
.nav a:hover { background: var(--bg-alt); color: var(--primary-dark); }
.nav-cta {
  background: var(--primary); color: #fff !important; margin-left: 6px;
  box-shadow: var(--shadow-sm);
}
.nav-cta:hover { background: var(--primary-dark) !important; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; justify-content: center;
  width: 44px; height: 44px; background: none; border: 1px solid var(--line);
  border-radius: 10px; cursor: pointer; padding: 0 11px;
}
.nav-toggle span { display: block; height: 2px; background: var(--navy); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Hero ===== */
.hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(233,243,250,.80) 0%, rgba(233,243,250,.45) 38%, rgba(233,243,250,.05) 62%, rgba(233,243,250,0) 100%),
    url("../img/hero-bg.jpg") center right / cover no-repeat;
  background-color: #9cbcd4;
}
.hero-inner { padding: 92px 24px 104px; }
.hero-text { max-width: 620px; }

.eyebrow {
  display: inline-block; margin: 0 0 18px;
  font-size: .82rem; font-weight: 600; letter-spacing: .6px; text-transform: uppercase;
  color: var(--primary-dark);
  background: rgba(106, 184, 238, .14);
  padding: 6px 14px; border-radius: 999px;
}
.hero h1 {
  margin: 0 0 20px; font-size: clamp(2.1rem, 5.2vw, 3.5rem); line-height: 1.08;
  letter-spacing: -1.5px; color: var(--navy-deep); font-weight: 800;
}
.hero h1 .accent { color: var(--primary-dark); }
.hero-lead { margin: 0 0 30px; font-size: 1.14rem; color: #33475a; max-width: 540px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 26px; border-radius: 12px; font-weight: 600; font-size: 1rem;
  cursor: pointer; transition: transform .12s, box-shadow .2s, background .2s; border: 1px solid transparent;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--primary-dark); box-shadow: var(--shadow-lg); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary-dark); }

.nav a[aria-current="page"] { color: var(--primary-dark); background: var(--bg-alt); }

/* ===== Sections ===== */
.section { padding: 88px 0; }
.section-alt { background: var(--bg-alt); }
.section-cta { text-align: center; margin-top: 46px; }

/* ===== Farbige Sektionen (wie Original: Blau + Dunkel) ===== */
.section-brand { background: var(--primary); }
.section-brand .section-kicker { color: #d3ecf7; }
.section-brand .section-head h2 { color: #fff; }
.section-brand .section-sub { color: rgba(255, 255, 255, .88); }
/* Lösungs-Karten: weißer Rahmen mit runden Ecken auf Blau (bestehender Card-Stil) */
.section-brand .card {
  background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .38);
  box-shadow: none; text-align: center; padding: 32px 24px 28px; border-radius: var(--radius-lg);
}
.section-brand .card:hover { transform: translateY(-4px); box-shadow: none; border-color: #fff; background: rgba(255, 255, 255, .09); }
.section-brand .card h3 { color: #fff; }
.section-brand .card p { color: rgba(255, 255, 255, .85); }
.section-brand .card-icon {
  background: transparent; width: 60px; height: 60px; margin: 0 auto 16px; color: #fff;
}
.section-brand .card-icon svg { width: 42px; height: 42px; stroke-width: 1.5; }
.section-brand .btn-primary { background: #fff; color: var(--primary); box-shadow: var(--shadow); }
.section-brand .btn-primary:hover { background: #eaf3fb; color: var(--primary-dark); }
/* Warum-Features auf Blau: randlos, weiße Schrift */
.section-brand .feature { background: transparent; border: none; box-shadow: none; }
.section-brand .feature h3 { color: #fff; }
.section-brand .feature p { color: rgba(255, 255, 255, .85); }
.section-brand .feature-icon { background: rgba(255, 255, 255, .16); color: #fff; }
/* Kontakt-Karten auf Blau: randlos, weiße Schrift */
.section-brand .contact-card { background: transparent; border: none; box-shadow: none; }
.section-brand .contact-card:hover { transform: none; box-shadow: none; border-color: transparent; }
.section-brand .contact-icon { background: rgba(255, 255, 255, .16); color: #fff; }
.section-brand .contact-label { color: #d3ecf7; }
.section-brand .contact-value { color: #fff; }

.section-dark { background: var(--dark); }
.section-dark .section-kicker { color: var(--primary-light); }
.section-dark .section-head h2 { color: #fff; }
.section-dark .section-sub { color: #b6bec4; }
/* Zielgruppe-Karten randlos auf Dunkel, weiße Schrift */
.section-dark .card-target {
  background: transparent; border: none; box-shadow: none;
}
.section-dark .card-target:hover { transform: none; box-shadow: none; border-color: transparent; }
.section-dark .card-target h3 { color: #fff; }
.section-dark .card-target p { color: #b6bec4; }

/* ===== Schräge Sektionsübergänge (nur Startseite) ===== */
.home { --slant: 46px; }
.home main > section { position: relative; }
.home main > section:not(.hero) {
  margin-top: calc(-1 * var(--slant));
  padding-top: calc(88px + var(--slant));
  padding-bottom: calc(88px + var(--slant));
  clip-path: polygon(0 var(--slant), 100% 0, 100% 100%, 0 calc(100% - var(--slant)));
}
.home .site-footer {
  position: relative;
  margin-top: calc(-1 * var(--slant));
  padding-top: calc(54px + var(--slant));
}

/* ===== Lösungen-Detailseite: gleiche Farbrhythmik + Diagonalen ===== */
/* Sektions-Kopf (Icon/Kicker/Titel) auf farbigem Grund */
.section-brand .solution-section-head h2,
.section-dark .solution-section-head h2 { color: #fff; }
.section-dark .solution-section-head .card-icon { background: transparent; color: #fff; }
.section-brand .solution-section-head .card-icon,
.section-dark .solution-section-head .card-icon { margin: 0; width: 60px; height: 60px; }
.section-brand .solution-section-head .card-icon svg,
.section-dark .solution-section-head .card-icon svg { width: 34px; height: 34px; stroke-width: 1.5; }
/* CTA-Band auf Blau */
.section-brand .cta-band h2 { color: #fff; }
.section-brand .cta-band p { color: rgba(255, 255, 255, .88); }
.section-brand .btn-ghost { background: rgba(255, 255, 255, .10); color: #fff; border-color: rgba(255, 255, 255, .4); }
.section-brand .btn-ghost:hover { background: rgba(255, 255, 255, .18); border-color: #fff; color: #fff; }

.loes { --slant: 46px; }
.loes main > section { position: relative; }
.loes main > section:not(.page-hero) {
  margin-top: calc(-1 * var(--slant));
  clip-path: polygon(0 var(--slant), 100% 0, 100% 100%, 0 calc(100% - var(--slant)));
}
.loes main > section.solution-section {
  padding-top: calc(74px + var(--slant));
  padding-bottom: calc(74px + var(--slant));
}
.loes main > section.section {
  padding-top: calc(88px + var(--slant));
  padding-bottom: calc(88px + var(--slant));
}
.loes .site-footer {
  position: relative;
  margin-top: calc(-1 * var(--slant));
  padding-top: calc(54px + var(--slant));
}

/* ===== Page-Hero (Unterseiten) ===== */
.page-hero {
  background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 55%, var(--primary-dark) 140%);
  color: #eaf3fb; padding: 84px 0 74px; text-align: center;
}
.page-hero .eyebrow { color: #cfe6f8; background: rgba(255,255,255,.12); }
.page-hero h1 {
  margin: 0 auto 18px; max-width: 780px; font-weight: 800;
  font-size: clamp(2rem, 4.6vw, 3rem); line-height: 1.12; letter-spacing: -1px; color: #fff;
}
.page-hero-lead { margin: 0 auto 30px; max-width: 640px; font-size: 1.12rem; color: #c7d8e7; }
.page-hero .hero-actions { justify-content: center; }
.page-hero .btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.28); }
.page-hero .btn-ghost:hover { background: rgba(255,255,255,.16); border-color: #fff; color: #fff; }

/* ===== Lösungen im Detail ===== */
.solution-section { padding: 74px 0; }
.solution-section-head { display: flex; align-items: center; gap: 18px; margin-bottom: 34px; }
.solution-section-head .card-icon { margin-bottom: 0; flex: 0 0 auto; width: 60px; height: 60px; }
.solution-section-head .card-icon svg { width: 30px; height: 30px; }
.solution-section-head .section-kicker { margin: 0 0 2px; }
.solution-section-head h2 {
  margin: 0; font-size: clamp(1.5rem, 3vw, 2rem); color: var(--navy-deep);
  letter-spacing: -.5px; line-height: 1.15; font-weight: 800;
}
.solution-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.solution-point {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px 26px; box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.solution-point:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(106,184,238,.5); }
.solution-point h3 { margin: 0 0 10px; font-size: 1.14rem; color: var(--navy-deep); letter-spacing: -.3px; }
.solution-point p { margin: 0; color: var(--muted); font-size: .98rem; }
.solution-point p b { color: var(--navy); }

/* ===== CTA-Band ===== */
.cta-band { text-align: center; max-width: 720px; margin: 0 auto; }
.cta-band h2 { margin: 0 0 12px; font-size: clamp(1.6rem, 3.4vw, 2.2rem); color: var(--navy-deep); letter-spacing: -.6px; }
.cta-band p { margin: 0 0 26px; color: var(--muted); font-size: 1.08rem; }

.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-kicker {
  margin: 0 0 12px; font-size: .82rem; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--primary-dark);
}
.section-head h2 {
  margin: 0 0 14px; font-size: clamp(1.7rem, 3.6vw, 2.4rem); line-height: 1.15;
  letter-spacing: -.8px; color: var(--navy-deep); font-weight: 800;
}
.section-sub { margin: 0; color: var(--muted); font-size: 1.08rem; }

/* ===== Grids ===== */
.grid { display: grid; gap: 26px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

/* ===== Cards (Lösungen) ===== */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px 26px; box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(106,184,238,.5); }
.card h3 { margin: 4px 0 10px; font-size: 1.2rem; color: var(--navy-deep); letter-spacing: -.3px; }
.card p { margin: 0; color: var(--muted); font-size: .98rem; }

.card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 14px; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff;
}
.card-icon svg { width: 27px; height: 27px; }

/* Zielgruppe-Karten: illustrierte Icons, zentriert (wie Original) */
.card-target { text-align: center; padding-top: 22px; }
.target-illustration {
  width: 100%; max-width: 260px; height: auto; margin: 0 auto 14px;
}
.card-target h3 { margin-top: 0; }

/* ===== Features (Warum) ===== */
.feature {
  display: flex; gap: 20px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm);
}
.feature-icon {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(106, 184, 238, .14); color: var(--primary-dark);
}
.feature-icon svg { width: 26px; height: 26px; }
.feature h3 { margin: 2px 0 8px; font-size: 1.14rem; color: var(--navy-deep); }
.feature p { margin: 0; color: var(--muted); font-size: .98rem; }

/* ===== Gallery ===== */
.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; grid-auto-rows: 200px;
}
.gallery-item {
  margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  background: var(--bg-alt);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-wide { grid-column: span 2; grid-row: span 2; }

/* ===== Projekte (Anwendungsbereiche) ===== */
.project-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 26px 24px; box-shadow: var(--shadow-sm);
  overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.project-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
}
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(106,184,238,.5); }
.project-tag {
  display: inline-block; margin-bottom: 12px; font-size: .74rem; font-weight: 700;
  letter-spacing: .6px; text-transform: uppercase; color: var(--primary-dark);
  background: rgba(106, 184, 238, .14); padding: 5px 12px; border-radius: 999px;
}
.project-card h3 { margin: 0 0 10px; font-size: 1.2rem; color: var(--navy-deep); letter-spacing: -.3px; }
.project-card p { margin: 0 0 16px; color: var(--muted); font-size: .98rem; }
.project-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.project-meta li {
  font-size: .82rem; font-weight: 600; color: var(--navy);
  background: var(--bg-alt); border: 1px solid var(--line);
  padding: 4px 11px; border-radius: 8px;
}

/* ===== Kontakt ===== */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 960px; margin: 0 auto; }
.contact-card {
  display: block; text-align: center; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 34px 24px; box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(106,184,238,.5); }
.contact-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 58px; height: 58px; border-radius: 50%; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff;
}
.contact-icon svg { width: 27px; height: 27px; }
.contact-label { font-size: .8rem; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--primary-dark); margin-bottom: 6px; }
.contact-value { color: var(--navy-deep); font-weight: 600; font-size: 1.04rem; }

/* ===== Partner ===== */
.partners { padding: 64px 0; }
.partners-kicker { text-align: center; margin-bottom: 34px; }
.partner-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 22px 56px;
}
.partner, .partner a { display: inline-flex; align-items: center; justify-content: center; }
.partner img {
  height: 46px; width: auto; max-width: 220px; object-fit: contain;
  transition: transform .2s, filter .2s;
}
.partner a:hover img { transform: translateY(-2px); }
/* MeinStrom-Logo hat dunklen Hintergrund → dezente Rundung */
.partner img[alt^="MeinStrom"] { border-radius: 6px; }

/* ===== Footer ===== */
.site-footer { background: var(--navy-deep); color: #cdd8e2; padding: 54px 0 34px; }
.footer-inner { text-align: center; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.footer-brand img { width: 36px; height: auto; }
.footer-brand span { font-weight: 700; font-size: 1.2rem; color: #fff; }
.footer-tag { margin: 0 0 22px; color: #9fb2c3; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 26px; margin-bottom: 20px; }
.footer-links a { color: #cdd8e2; font-size: .96rem; transition: color .15s; }
.footer-links a:hover { color: var(--primary); }
.footer-copy { margin: 0; font-size: .86rem; color: #7d92a6; }

/* ===== Legal pages ===== */
.legal { padding: 48px 0 72px; }
.legal-inner { max-width: 780px; }
.legal h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); color: var(--navy-deep); letter-spacing: -.6px; margin: 0 0 12px; }
.legal h2 { font-size: 1.2rem; color: var(--navy-deep); margin: 34px 0 8px; }
.legal p { color: #33475a; margin: 0 0 12px; }
.legal a { color: var(--primary-dark); text-decoration: underline; }
.legal-note {
  background: var(--bg-alt); border: 1px solid var(--line); border-left: 4px solid var(--primary);
  border-radius: 10px; padding: 14px 18px; color: var(--muted) !important; font-size: .95rem;
}
.legal-back { margin-top: 36px; font-weight: 600; }
.legal-list { margin: 4px 0 14px; padding-left: 20px; color: #33475a; }
.legal-list li { margin-bottom: 8px; }
.legal-list strong { color: var(--navy-deep); }
.legal-sub { color: var(--muted); font-size: 1.02rem; margin: -4px 0 8px; }
.legal-stand { margin-top: 30px; font-size: .9rem; color: var(--muted); }

/* Strukturierte Info-Blöcke (Impressum) */
.legal-block {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 8px 26px 20px; margin: 20px 0; box-shadow: var(--shadow-sm);
}
.legal-block h2 { margin: 18px 0 10px; font-size: 1.12rem; }
.dl { display: grid; grid-template-columns: 220px 1fr; gap: 2px 20px; }
.dl dt { color: var(--muted); font-size: .95rem; padding: 8px 0; border-top: 1px solid var(--line); }
.dl dd { margin: 0; color: var(--navy-deep); font-weight: 600; padding: 8px 0; border-top: 1px solid var(--line); }
.dl dt:first-of-type, .dl dd:first-of-type { border-top: 0; }
.dl a { font-weight: 600; }
@media (max-width: 620px) {
  .dl { grid-template-columns: 1fr; gap: 0; }
  .dl dt { padding-bottom: 0; }
  .dl dd { border-top: 0; padding-top: 2px; padding-bottom: 12px; }
}

/* ===== Reveal animation (nur wenn JS aktiv: Inhalt bleibt ohne JS sichtbar) ===== */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3.projects { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .solution-points { grid-template-columns: 1fr; }
  .solution-section-head { gap: 14px; }
}
@media (max-width: 860px) {
  .nav {
    position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch;
    gap: 4px; background: #fff; padding: 16px 20px 22px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); transform: translateY(-140%); transition: transform .3s ease;
  }
  .nav.open { transform: none; }
  .nav a { padding: 12px 14px; }
  .nav-cta { margin: 6px 0 0; text-align: center; }
  .nav-toggle { display: flex; }
  .hero {
    background:
      linear-gradient(180deg, rgba(233,243,250,.86) 0%, rgba(233,243,250,.62) 55%, rgba(233,243,250,.42) 100%),
      url("../img/hero-bg.jpg") center / cover no-repeat;
  }
  .hero-inner { padding: 64px 24px 72px; }
}
@media (max-width: 680px) {
  .grid-4, .grid-3, .grid-2, .grid-3.projects, .contact-grid { grid-template-columns: 1fr; }
  .partner-list { gap: 26px 34px; }
  .section { padding: 62px 0; }
  .feature { flex-direction: column; gap: 14px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery-wide { grid-column: span 2; grid-row: span 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal, .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .gallery-item img, .card, .btn { transition: none; }
}
