:root {
  --navy-950: #061827;
  --navy-900: #071a2b;
  --navy-800: #0e2d40;
  --navy-700: #17475d;
  --ink: #142332;
  --muted: #61707a;
  --cream: #fbf8f0;
  --parchment: #f2ecdf;
  --surface: #ffffff;
  --line: #d9e1e3;
  --saffron: #dfa22e;
  --saffron-dark: #9a6410;
  --saffron-soft: #fff2d4;
  --green: #4f8068;
  --green-soft: #e9f2ed;
  --shadow: 0 24px 65px rgba(6, 24, 39, 0.12);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
p, ul, ol { margin-top: 0; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.75rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.15rem, 4.1vw, 4rem); }
h3 { font-size: 1.25rem; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  transform: translateY(-150%);
  border-radius: 9px;
  background: #fff;
  color: var(--navy-900);
  padding: 10px 14px;
  font-weight: 850;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 24, 39, 0.96);
  color: #fff;
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1240px, calc(100% - 40px));
  min-height: 76px;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .24);
}

.brand span { display: grid; }
.brand small { margin-top: 3px; color: #aabdc8; font-size: .68rem; font-weight: 650; }

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 26px);
}

.desktop-nav a, .footer-links a {
  color: #c5d2d9;
  font-size: .84rem;
  font-weight: 760;
  text-decoration: none;
}

.desktop-nav a:hover, .desktop-nav a:focus-visible,
.footer-links a:hover, .footer-links a:focus-visible { color: #fff; }

.text-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: var(--saffron);
  color: #172333;
  padding: 11px 17px;
  font-size: .84rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-menu { display: none; position: relative; }
.mobile-menu summary {
  cursor: pointer;
  list-style: none;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 9px 12px;
  font-size: .82rem;
  font-weight: 850;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu > div {
  position: absolute;
  right: 0;
  top: 48px;
  display: grid;
  width: min(290px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  background: var(--navy-900);
  box-shadow: 0 18px 55px rgba(0,0,0,.34);
}
.mobile-menu a {
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #e4edf1;
  padding: 12px 15px;
  font-size: .86rem;
  font-weight: 750;
  text-decoration: none;
}
.mobile-menu a:last-child { border-bottom: 0; color: #f2c566; }

.shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: clamp(74px, 8vw, 116px); }
.section-soft { background: var(--parchment); }
.section-white { background: var(--surface); }

.section-heading { max-width: 780px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }

.kicker {
  margin-bottom: 14px;
  color: var(--saffron-dark);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.kicker.light { color: #efc56d; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 43%, rgba(223,162,46,.18), transparent 28rem),
    radial-gradient(circle at 16% 18%, rgba(79,128,104,.16), transparent 24rem),
    linear-gradient(145deg, var(--navy-950), var(--navy-800));
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  right: -170px;
  bottom: -340px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(223,162,46,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(223,162,46,.035), 0 0 0 160px rgba(223,162,46,.025);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(480px, .94fr);
  align-items: center;
  gap: clamp(46px, 6vw, 90px);
  min-height: calc(100vh - 76px);
  padding-block: clamp(58px, 6vw, 84px);
}

.hero-copy { max-width: 700px; }
.eyebrow {
  display: inline-flex;
  margin-bottom: 23px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #d9e3e7;
  padding: 8px 13px;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-app { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.hero-app img { width: 64px; height: 64px; border-radius: 16px; box-shadow: 0 14px 34px rgba(0,0,0,.3); }
.hero-app span { display: grid; }
.hero-app strong { font-size: 1.02rem; }
.hero-app small { color: #aabdc8; font-size: .8rem; }
.hero h1 { max-width: 790px; margin-bottom: 23px; font-size: clamp(3.1rem, 5vw, 5.35rem); }
.hero-lead { max-width: 690px; margin-bottom: 24px; color: #c6d4db; font-size: clamp(1.02rem, 1.5vw, 1.19rem); }
.hero-positioning { max-width: 680px; margin-bottom: 20px; color: #f0c56c; font-size: .93rem; font-weight: 760; }

.play-badge { display: inline-block; border-radius: 12px; transition: transform 160ms ease; }
.play-badge img { width: 194px; height: auto; }
.play-badge:hover { transform: translateY(-2px); }

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 19px;
}

.hero-facts span {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #c7d5dc;
  padding: 8px 11px;
  font-size: .78rem;
}
.hero-facts strong { color: #fff; }

.hero-screens {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.hero-screens::before {
  content: "";
  position: absolute;
  inset: 13% 0;
  border: 1px solid rgba(223,162,46,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(223,162,46,.045);
}
.hero-screen {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 22px;
  background: #090c0a;
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}
.hero-screen img { width: 100%; height: auto; }
.hero-screen.left { transform: rotate(-3deg) translateY(25px); }
.hero-screen.center { z-index: 2; transform: scale(1.08); }
.hero-screen.right { transform: rotate(3deg) translateY(25px); }

.problem-grid, .progress-grid, .privacy-grid, .install-grid, .article-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.copy-large { color: var(--muted); font-size: clamp(1.06rem, 1.5vw, 1.19rem); }
.copy-large strong { color: var(--ink); }

.signal-list { display: grid; gap: 11px; }
.signal-list div {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface);
  padding: 16px 17px 16px 51px;
  box-shadow: 0 10px 28px rgba(6,24,39,.045);
  font-weight: 790;
}
.signal-list div::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--saffron);
  border-radius: 50%;
}

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 15px 38px rgba(6,24,39,.055);
}
.step-number {
  display: inline-grid;
  place-items: center;
  width: 47px;
  height: 47px;
  margin-bottom: 36px;
  border-radius: 14px;
  background: var(--saffron-soft);
  color: var(--saffron-dark);
  font-size: .76rem;
  font-weight: 950;
}
.step-card h3 { margin-bottom: 12px; font-size: 1.43rem; }
.step-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.domain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.domain-card {
  min-height: 235px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--surface);
  padding: 26px;
}
.domain-card:nth-child(2n) { background: #f7f2e7; }
.domain-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 38px;
  border-radius: 13px;
  background: var(--green-soft);
  color: var(--green);
  font-weight: 900;
}
.domain-card h3 { margin-bottom: 11px; }
.domain-card p { margin-bottom: 0; color: var(--muted); font-size: .91rem; }
.domain-note { max-width: 860px; margin: 22px auto 0; color: var(--muted); text-align: center; font-size: .86rem; }

.progress-panel {
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(145deg, var(--navy-950), var(--navy-800));
  color: #fff;
  padding: clamp(32px, 6vw, 70px);
  box-shadow: var(--shadow);
}
.progress-panel h2 { margin-bottom: 19px; }
.progress-panel p { color: #c4d4dc; }
.progress-list { display: grid; gap: 11px; margin-top: 28px; }
.progress-list div {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  padding: 15px 17px;
}
.progress-list strong { display: block; margin-bottom: 3px; }
.progress-list span { color: #b9cbd4; font-size: .87rem; }
.benchmark-card {
  border: 1px solid #bfd5c8;
  border-radius: 28px;
  background: var(--green-soft);
  padding: clamp(28px, 5vw, 54px);
}
.benchmark-card .kicker { color: var(--green); }
.benchmark-card h3 { margin-bottom: 17px; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.benchmark-card p { color: #4d6559; }
.benchmark-card p:last-child { margin-bottom: 0; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 42px; }
.feature-grid article {
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--surface);
  padding: 21px;
}
.feature-grid article:last-child { border-color: #c4d8cb; background: var(--green-soft); }
.feature-grid h3 { margin-bottom: 9px; font-size: 1.08rem; }
.feature-grid p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

.gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 260px);
  gap: 17px;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 8px 4px 24px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--saffron) #d8dedf;
}
.gallery figure { margin: 0; scroll-snap-align: start; }
.gallery figure.landscape { width: 100%; }
.gallery img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: var(--navy-900);
  box-shadow: 0 18px 45px rgba(6,24,39,.13);
}
.gallery figcaption { padding: 12px 3px 0; color: var(--muted); font-size: .84rem; font-weight: 800; }
.gallery-hint { margin: 0; color: var(--muted); font-size: .82rem; }

.privacy-panel {
  border-radius: 34px;
  background: #eaf1ed;
  padding: clamp(32px, 5vw, 64px);
  box-shadow: var(--shadow);
}
.privacy-panel h2 { margin-bottom: 18px; }
.privacy-panel p { color: #53685c; }
.privacy-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin: 0; padding: 0; list-style: none; }
.privacy-list li { border: 1px solid #c4d7cb; border-radius: 16px; background: rgba(255,255,255,.62); padding: 16px; }
.privacy-list strong { display: block; color: #315845; }
.privacy-list span { color: #61736a; font-size: .84rem; }
.warning { margin: 20px 0 0; border-left: 4px solid var(--saffron); padding-left: 15px; font-size: .88rem; }

.install-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  padding: clamp(28px, 5vw, 52px);
}
.install-card.accent { border-color: #eed6a3; background: var(--saffron-soft); }
.install-card h3 { margin-bottom: 13px; font-size: 1.9rem; }
.install-card p { color: var(--muted); }
.install-card ul { display: grid; gap: 9px; margin: 22px 0 0; padding-left: 21px; color: var(--muted); }

.resource-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.resource-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  padding: 21px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.resource-card:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(6,24,39,.09); }
.resource-card span { color: var(--saffron-dark); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.resource-card h3 { margin: 16px 0 11px; }
.resource-card p { color: var(--muted); font-size: .87rem; }
.resource-card strong { color: var(--green); font-size: .85rem; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 22px 48px 22px 0;
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  font-weight: 850;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 16px; color: var(--saffron-dark); font-size: 1.55rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 880px; margin-bottom: 0; padding: 0 48px 24px 0; color: var(--muted); }

.page-hero {
  background: linear-gradient(145deg, var(--navy-950), var(--navy-800));
  color: #fff;
}
.page-hero .shell { padding-block: clamp(68px, 8vw, 112px); }
.page-hero h1 { max-width: 940px; margin-bottom: 21px; font-size: clamp(2.75rem, 5.2vw, 5.2rem); }
.page-hero p { max-width: 820px; color: #c5d4db; font-size: 1.08rem; }
.breadcrumbs { margin-bottom: 24px; color: #aabdc8; font-size: .8rem; font-weight: 750; }
.breadcrumbs a { color: #eabf67; text-underline-offset: 4px; }

.content-section { padding-block: clamp(58px, 7vw, 92px); }
.content-stack { display: grid; gap: 18px; }
.content-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  padding: clamp(24px, 4vw, 40px);
}
.content-card h2 { margin-bottom: 16px; font-size: clamp(1.75rem, 3vw, 2.7rem); }
.content-card h3 { margin: 28px 0 12px; }
.content-card p, .content-card li { color: var(--muted); }
.content-card p:last-child { margin-bottom: 0; }
.content-card ul, .content-card ol { padding-left: 23px; }
.content-card li { margin-bottom: 7px; }

.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric { border-radius: 18px; background: var(--navy-900); color: #fff; padding: 20px; }
.metric strong { display: block; margin-bottom: 4px; color: #f2c464; font-size: 1.65rem; }
.metric span { color: #c0d0d8; font-size: .86rem; }

.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--surface); }
th, td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; }
th { background: var(--navy-900); color: #fff; font-size: .85rem; }
td { color: var(--muted); font-size: .9rem; }
tr:last-child td { border-bottom: 0; }

.toc {
  position: sticky;
  top: 100px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  padding: 22px;
}
.toc h2 { margin-bottom: 15px; font-size: 1.15rem; }
.toc ol { display: grid; gap: 9px; margin: 0; padding-left: 20px; }
.toc a { color: var(--navy-700); font-size: .88rem; font-weight: 760; text-underline-offset: 4px; }
.article-body { min-width: 0; }
.article-body > section { scroll-margin-top: 92px; }
.article-cta {
  border-radius: 28px;
  background: linear-gradient(145deg, var(--navy-950), var(--navy-800));
  color: #fff;
  padding: clamp(30px, 5vw, 54px);
}
.article-cta h2 { margin-bottom: 14px; }
.article-cta p { color: #c3d2d9; }

.inline-note {
  border-left: 4px solid var(--saffron);
  border-radius: 0 14px 14px 0;
  background: var(--saffron-soft);
  padding: 16px 18px;
  color: #6f5524;
}
.internal-note {
  border: 1px solid #c4d8cb;
  border-radius: 18px;
  background: var(--green-soft);
  padding: 18px;
  color: #405d4e;
}

footer { background: var(--navy-950); color: #fff; }
.footer-cta { display: flex; align-items: end; justify-content: space-between; gap: 36px; padding-block: clamp(58px, 7vw, 88px); border-bottom: 1px solid rgba(255,255,255,.11); }
.footer-cta > div { max-width: 760px; }
.footer-cta h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.7rem); }
.footer-main { display: flex; justify-content: space-between; gap: 40px; padding-block: 34px; }
.footer-brand p { max-width: 480px; margin: 14px 0 0; color: #9fb3bd; font-size: .87rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.disclaimer { display: flex; justify-content: space-between; gap: 40px; padding-block: 24px 104px; border-top: 1px solid rgba(255,255,255,.1); }
.disclaimer p { margin: 0; color: #91a6b1; font-size: .76rem; }
.disclaimer p:first-child { max-width: 910px; }
.disclaimer p:last-child { white-space: nowrap; }

.mobile-install { display: none; }

.play-badge:focus-visible, a:focus-visible, summary:focus-visible, .gallery:focus-visible {
  outline: 3px solid var(--saffron);
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .nav-shell { grid-template-columns: 1fr auto auto; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .resource-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 780px; }
  .hero-screens { width: min(650px, 100%); margin-inline: auto; }
  .problem-grid, .progress-grid, .privacy-grid, .install-grid, .article-layout { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step-number { margin-bottom: 22px; }
  .domain-grid { grid-template-columns: 1fr 1fr; }
  .privacy-list { grid-template-columns: 1fr 1fr; }
  .toc { position: static; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 82px; }
  .nav-shell { width: calc(100% - 28px); min-height: 66px; grid-template-columns: 1fr auto; gap: 12px; }
  .header-cta { display: none; }
  .brand img { width: 40px; height: 40px; flex-basis: 40px; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .62rem; }
  .shell { width: min(100% - 28px, 1200px); }
  .section { padding-block: 68px; }
  .section-heading { margin-bottom: 34px; }
  .hero-grid { gap: 40px; padding-block: 46px 66px; }
  .eyebrow { font-size: .62rem; }
  .hero-app img { width: 56px; height: 56px; }
  .hero h1 { font-size: clamp(2.65rem, 13.7vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-positioning { font-size: .86rem; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-facts span { padding-inline: 7px; text-align: center; }
  .hero-screens { gap: 5px; }
  .hero-screen { border-radius: 12px; }
  .hero-screen.left { transform: rotate(-2deg) translateY(12px); }
  .hero-screen.center { transform: scale(1.04); }
  .hero-screen.right { transform: rotate(2deg) translateY(12px); }
  .domain-grid, .feature-grid, .privacy-list, .metric-grid { grid-template-columns: 1fr; }
  .domain-card { min-height: auto; }
  .domain-card span { margin-bottom: 24px; }
  .gallery { grid-auto-columns: minmax(218px, 76vw); }
  .gallery figure.landscape { width: 100%; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 180px; }
  .footer-cta, .footer-main, .disclaimer { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 15px 20px; }
  .disclaimer p:last-child { white-space: normal; }
  .mobile-install {
    position: fixed;
    right: 10px;
    bottom: 8px;
    left: 10px;
    z-index: 110;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 15px;
    background: rgba(6,24,39,.97);
    box-shadow: 0 16px 40px rgba(3,20,33,.34);
    backdrop-filter: blur(16px);
  }
  .mobile-install img { width: 164px; }
}

@media (max-width: 340px) {
  .brand strong { font-size: .82rem; }
  .brand small { display: none; }
  .hero h1 { font-size: 2.48rem; }
  .hero-facts { grid-template-columns: 1fr; }
  .gallery { grid-auto-columns: minmax(205px, 78vw); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
