:root {
  color-scheme: light;
  --ink: #18211f;
  --muted: #65706d;
  --line: #dfe7e3;
  --paper: #ffffff;
  --soft: #f4f7f5;
  --soft-warm: #f8f2ea;
  --primary: #0f6f5f;
  --primary-strong: #0a5147;
  --accent: #c76732;
  --accent-strong: #9e4820;
  --danger: #b33b3b;
  --shadow: 0 18px 50px rgba(18, 33, 31, 0.14);
  --radius: 8px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 231, 227, 0.8);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease;
}

body.admin-bar .site-header {
  top: 32px;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(18, 33, 31, 0.08);
}

.nav {
  width: min(var(--content), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--primary);
  color: white;
  font-weight: 900;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.76rem;
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-left: auto;
}

.main-menu a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  color: var(--muted);
  font-weight: 700;
  padding: 0 12px;
}

.main-menu a:hover,
.main-menu a:focus-visible {
  background: var(--soft);
  color: var(--ink);
  outline: none;
}

.call-button,
.button,
.icon-button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.call-button svg,
.button svg,
.icon-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.call-button {
  background: var(--soft);
  color: var(--primary-strong);
  padding: 0 14px;
}

.button {
  padding: 0 16px;
  border: 1px solid transparent;
  white-space: nowrap;
}

.button.primary {
  background: var(--primary);
  color: white;
}

.button.secondary {
  background: white;
  color: var(--primary-strong);
}

.button.ghost {
  background: var(--paper);
  color: var(--primary-strong);
  border-color: var(--line);
}

.button.small {
  min-height: 38px;
  padding: 0 12px;
  font-size: 0.9rem;
}

.button.wide {
  width: 100%;
}

.call-button:hover,
.button:hover,
.icon-button:hover {
  transform: translateY(-1px);
}

.button.primary:hover {
  background: var(--primary-strong);
}

.button.secondary:hover,
.button.ghost:hover,
.call-button:hover {
  background: var(--soft-warm);
}

.icon-button {
  width: 44px;
  height: 44px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
}

.nav-toggle {
  display: none;
  margin-left: auto;
}

.hero {
  position: relative;
  min-height: 78svh;
  display: grid;
  align-items: end;
  overflow: clip;
  color: white;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 31, 28, 0.86), rgba(14, 31, 28, 0.46) 56%, rgba(14, 31, 28, 0.24)),
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=82") center / cover;
  transform: scale(1.02);
}

.hero-carousel {
  position: absolute;
  inset: 0;
  background: #17221f;
}

.hero-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(14, 31, 28, 0.9), rgba(14, 31, 28, 0.52) 54%, rgba(14, 31, 28, 0.28)),
    linear-gradient(0deg, rgba(14, 31, 28, 0.7), rgba(14, 31, 28, 0.06) 42%);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: var(--slide-image) center / cover no-repeat;
  transform: scale(1.04);
  transition: opacity 700ms ease, transform 1800ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1.01);
}

.hero-slide-copy {
  position: absolute;
  right: max(16px, calc((100% - var(--content)) / 2));
  bottom: 134px;
  z-index: 2;
  width: min(430px, calc(100% - 32px));
  border-left: 3px solid #f6a46c;
  padding-left: 16px;
}

.hero-slide-copy span {
  color: #f6a46c;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-slide-copy strong {
  display: block;
  margin-top: 4px;
  color: white;
  font-size: clamp(1.28rem, 2vw, 1.78rem);
  line-height: 1.12;
}

.hero-slide-copy p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.hero-dots {
  position: absolute;
  right: max(16px, calc((100% - var(--content)) / 2));
  bottom: 88px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.hero-dots button {
  width: 28px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  padding: 0;
}

.hero-dots button.is-active {
  width: 42px;
  background: white;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--content), calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0 168px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f6a46c;
}

.hero h1,
.section h2,
.finance-band h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 8vw, 5.8rem);
}

.hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.12rem;
}

.hero .hero-carousel .hero-slide-copy p {
  max-width: none;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.quick-search {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 34px;
  width: min(var(--content), calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 14px;
}

.field,
.sort-field {
  display: grid;
  gap: 7px;
}

.field span,
.sort-field span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea,
.sort-field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  padding: 0 12px;
  outline: none;
}

.field textarea {
  min-height: 118px;
  padding: 12px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.sort-field select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(15, 111, 95, 0.14);
}

.trust-band {
  width: min(var(--content), calc(100% - 32px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.trust-band div {
  display: grid;
  gap: 2px;
  min-height: 96px;
  align-content: center;
  background: white;
  padding: 18px;
}

.trust-band strong {
  font-size: 1.24rem;
}

.trust-band span {
  color: var(--muted);
}

.section,
.finance-band {
  width: min(var(--content), calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section h2,
.finance-band h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.listings-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
}

.segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.segmented button {
  min-height: 38px;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: var(--muted);
  font-weight: 850;
  padding: 0 12px;
}

.segmented button.active {
  background: var(--primary);
  color: white;
}

.sort-field {
  min-width: 190px;
}

.filters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.popular-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.chip {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--muted);
  font-weight: 800;
  padding: 0 12px;
}

.chip:hover {
  border-color: var(--primary);
  color: var(--primary-strong);
}

.result-count {
  min-height: 24px;
  margin: 18px 0 12px;
  color: var(--muted);
  font-weight: 800;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.property-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  overflow: hidden;
  display: grid;
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.property-card:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 111, 95, 0.35);
  box-shadow: 0 18px 40px rgba(18, 33, 31, 0.1);
}

.property-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--soft);
}

.property-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge-row,
.card-actions {
  position: absolute;
  top: 10px;
  display: flex;
  gap: 8px;
}

.badge-row {
  left: 10px;
  flex-wrap: wrap;
  right: 60px;
}

.card-actions {
  right: 10px;
}

.badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  color: var(--primary-strong);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0 8px;
}

.badge.accent {
  background: var(--accent);
  color: white;
}

.card-actions .icon-button {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.94);
}

.icon-button.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.property-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.property-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.property-title {
  min-height: 52px;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.25;
}

.property-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.92rem;
}

.property-location svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.price {
  color: var(--primary-strong);
  font-size: 1.22rem;
  font-weight: 950;
}

.meta-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.meta-list span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
  text-align: center;
  padding: 4px;
}

.card-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.empty-state {
  grid-column: 1 / -1;
  min-height: 240px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--muted);
  text-align: center;
  padding: 28px;
}

.finance-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(15, 111, 95, 0.96), rgba(15, 111, 95, 0.78)),
    url("https://images.unsplash.com/photo-1560185127-6ed189bf02f4?auto=format&fit=crop&w=1400&q=80") center / cover;
  color: white;
  padding: 34px;
}

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

.finance-band p {
  max-width: 660px;
  margin: 10px 0 0;
}

.split-section,
.about-section,
.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.split-copy,
.about-copy {
  position: sticky;
  top: 104px;
}

.split-copy p,
.about-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
}

.check-list svg {
  width: 18px;
  height: 18px;
  color: var(--primary);
}

.lead-form {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 18px;
  box-shadow: 0 14px 32px rgba(18, 33, 31, 0.07);
}

.lead-form.compact {
  box-shadow: none;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--primary-strong);
  font-weight: 800;
}

.about-section {
  grid-template-columns: 1.05fr 0.95fr;
}

.about-image {
  min-height: 500px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(24, 33, 31, 0), rgba(24, 33, 31, 0.42)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=82") center / cover;
}

.agent-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  margin-top: 22px;
}

.avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--soft-warm);
  color: var(--accent-strong);
  font-weight: 950;
}

.agent-card span {
  display: block;
  color: var(--muted);
}

.contact-section {
  grid-template-columns: 0.85fr 1.15fr;
  border-top: 1px solid var(--line);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.contact-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
}

.contact-list svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
  flex: 0 0 auto;
}

.site-footer {
  background: #16201e;
  color: white;
  padding: 48px 0 28px;
}

.footer-grid {
  width: min(var(--content), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 32px;
}

.footer-grid > div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-grid a,
.footer-grid span,
.footer-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid strong {
  color: white;
}

.footer-brand .brand-mark {
  background: white;
  color: var(--primary-strong);
}

.footer-note {
  width: min(var(--content), calc(100% - 32px));
  margin: 34px auto 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 42;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: #1fa855;
  color: white;
  box-shadow: 0 16px 36px rgba(22, 32, 30, 0.22);
}

.floating-whatsapp svg {
  width: 26px;
  height: 26px;
}

.compare-bar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 43;
  width: min(620px, calc(100% - 92px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
  padding: 10px;
}

.compare-bar[hidden] {
  display: none;
}

.compare-bar > div {
  display: flex;
  gap: 8px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
}

.modal.is-open {
  display: grid;
  place-items: center;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 33, 31, 0.62);
}

.modal-panel {
  position: relative;
  width: min(900px, calc(100% - 32px));
  max-height: min(86svh, 880px);
  overflow: auto;
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.single-property {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(18, 33, 31, 0.07);
}

.single-property-content {
  color: var(--muted);
}

.single-property-content p:first-child {
  margin-top: 0;
}

.detail-image {
  min-height: 520px;
  background: var(--soft);
}

.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-body {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 30px;
}

.detail-body h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
}

.detail-body p {
  margin: 0;
  color: var(--muted);
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.detail-meta div,
.compare-table div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
}

.detail-meta strong,
.compare-table strong {
  display: block;
  color: var(--ink);
}

.detail-meta span,
.compare-table span {
  color: var(--muted);
}

.compare-panel {
  padding: 28px;
}

.compare-panel h2 {
  margin: 0 0 18px;
}

.compare-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

@media (max-width: 980px) {
  .nav {
    gap: 12px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    box-shadow: var(--shadow);
    padding: 8px;
  }

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

  .call-button {
    display: none;
  }

  .quick-search,
  .filters-grid,
  .property-grid,
  .split-section,
  .about-section,
  .contact-section,
  .footer-grid,
  .detail-layout {
    grid-template-columns: 1fr 1fr;
  }

  .quick-search {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(var(--content), calc(100% - 32px));
    transform: none;
    margin: -118px auto 0;
  }

  .hero {
    align-items: center;
  }

  .hero-slide-copy {
    left: 16px;
    right: auto;
    bottom: 30px;
    max-width: min(520px, calc(100% - 32px));
  }

  .hero-dots {
    left: 16px;
    right: auto;
    bottom: 18px;
  }

  .hero-content {
    padding: 72px 0 180px;
  }

  .trust-band {
    grid-template-columns: 1fr 1fr;
  }

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

  .split-copy,
  .about-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .nav {
    min-height: 68px;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    min-height: 80svh;
  }

  .hero-content {
    padding: 58px 0 156px;
  }

  .hero-slide-copy {
    bottom: 28px;
  }

  .hero-slide-copy strong {
    font-size: 1.2rem;
  }

  .hero-slide-copy p {
    font-size: 0.92rem;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .quick-search,
  .filters-grid,
  .property-grid,
  .split-section,
  .about-section,
  .contact-section,
  .footer-grid,
  .detail-layout,
  .form-row {
    grid-template-columns: 1fr;
  }

  .quick-search {
    margin-top: -102px;
  }

  .section {
    padding: 68px 0;
  }

  .section-heading,
  .listings-toolbar,
  .finance-band {
    align-items: stretch;
    flex-direction: column;
  }

  .sort-field {
    min-width: 0;
  }

  .trust-band {
    grid-template-columns: 1fr;
  }

  .property-title {
    min-height: 0;
  }

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

  .about-image,
  .detail-image {
    min-height: 320px;
  }

  .detail-body,
  .compare-panel {
    padding: 22px;
  }

  .compare-bar {
    left: 12px;
    right: 76px;
    width: auto;
    transform: none;
    align-items: stretch;
    flex-direction: column;
  }
}

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