:root {
  --paper: #f5f1e9;
  --paper-deep: #ebe4d8;
  --surface: #fffdf9;
  --ink: #242522;
  --muted: #696961;
  --line: #d8d0c2;
  --gold: #a88348;
  --gold-deep: #80612f;
  --charcoal: #20211f;
  --charcoal-soft: #2c2d2a;
  --success: #25633f;
  --error: #9d3028;
  --shadow: 0 24px 64px rgba(50, 43, 32, 0.13);
  --radius: 4px;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(168, 131, 72, 0.58);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  color: #fff;
  background: var(--charcoal);
  transform: translateY(-150%);
}

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

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-pad {
  padding: 110px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 241, 233, 0.94);
  border-bottom: 1px solid rgba(128, 97, 47, 0.16);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: var(--shell);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  text-decoration: none;
  line-height: 1;
}

.brand-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  letter-spacing: -0.12em;
}

.brand-mark span {
  color: var(--gold);
  font-size: 0.78em;
  margin-inline: 0.05em 0.09em;
}

.brand-copy {
  display: grid;
  gap: 4px;
  padding-left: 13px;
  border-left: 1px solid var(--gold);
}

.brand-copy strong {
  color: var(--gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-copy small {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: #4f504b;
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: 0.035em;
  text-decoration: none;
}

.site-nav a:not(.nav-call):hover {
  color: var(--gold-deep);
}

.site-nav .nav-call {
  min-width: 104px;
  padding: 11px 17px;
  color: #fff;
  background: var(--charcoal);
  text-align: center;
}

.site-nav .nav-call:hover {
  background: var(--gold-deep);
}

.menu-toggle {
  display: none;
  width: 45px;
  height: 45px;
  padding: 11px;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  transition: 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(128, 97, 47, 0.09) 50%, transparent 50.1%),
    radial-gradient(circle at 15% 30%, rgba(255, 255, 255, 0.9), transparent 36%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: 76px;
  padding-top: 74px;
  padding-bottom: 86px;
}

.hero-copy {
  padding-top: 10px;
}

.eyebrow {
  margin: 0 0 19px;
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--gold);
  padding-inline: 0.4em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.45rem, 6.2vw, 6.45rem);
}

h1 em,
h2 em {
  color: var(--gold-deep);
  font-weight: 400;
}

.hero-intro {
  max-width: 620px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 750;
  letter-spacing: 0.025em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
  color: #fff;
  background: var(--charcoal);
  box-shadow: 0 12px 30px rgba(32, 33, 31, 0.17);
}

.button-primary:hover {
  background: var(--gold-deep);
  box-shadow: 0 14px 35px rgba(128, 97, 47, 0.24);
}

.phone-link {
  display: grid;
  color: var(--ink);
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.phone-link span {
  color: var(--muted);
  font-size: 0.71rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.hero-badges li {
  padding: 8px 12px;
  color: #5a574f;
  background: rgba(255, 253, 249, 0.66);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 465px);
}

.hero-image-wrap {
  position: relative;
  padding: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 25px -20px -20px 25px;
  z-index: -1;
  border: 1px solid rgba(168, 131, 72, 0.52);
}

.hero-image-wrap img {
  width: 100%;
  height: 590px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 55%;
}

.project-stamp {
  position: absolute;
  right: -35px;
  bottom: 42px;
  min-width: 190px;
  padding: 18px 21px;
  color: #fff;
  background: var(--charcoal);
  border-left: 3px solid var(--gold);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.2);
}

.project-stamp span {
  display: block;
  margin-bottom: 5px;
  color: #c5ae87;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-stamp strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.55rem, 5vw, 4.7rem);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 54px;
}

.split-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.04rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 275px;
  padding: 30px 27px;
  background: rgba(255, 253, 249, 0.5);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  z-index: 1;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.featured-service {
  background: var(--paper-deep);
}

.service-number {
  display: block;
  margin-bottom: 49px;
  color: var(--gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.service-card h3 {
  min-height: 2.7em;
  margin-bottom: 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 500;
  line-height: 1.3;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.work-section {
  background: var(--surface);
}

.work-heading {
  max-width: 820px;
  margin-bottom: 60px;
}

.work-heading h2 {
  margin-bottom: 25px;
}

.work-heading > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.project-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
  margin-bottom: 34px;
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.project-copy {
  padding-left: 18px;
}

.project-index {
  margin-bottom: 16px;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.project-copy h3 {
  margin-bottom: 21px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
}

.project-copy > p:last-child {
  color: var(--muted);
}

.gallery-button {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #161715;
  border: 0;
  text-align: left;
  cursor: zoom-in;
}

.gallery-button img {
  width: 100%;
  height: auto;
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 200ms ease;
}

.gallery-button::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.gallery-button:hover img {
  transform: scale(1.018);
  opacity: 0.92;
}

.gallery-button span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-lead .gallery-button {
  max-height: 560px;
}

.project-lead .gallery-button img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center 65%;
}

.gallery-grid {
  columns: 4 240px;
  column-gap: 16px;
}

.gallery-grid .gallery-button {
  display: inline-block;
  margin: 0 0 16px;
  break-inside: avoid;
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: #f7f3eb;
  background: var(--charcoal);
}

.about-section::after {
  content: "H&M";
  position: absolute;
  right: -0.08em;
  bottom: -0.27em;
  color: rgba(255, 255, 255, 0.025);
  font-family: Georgia, "Times New Roman", serif;
  font-size: min(35vw, 470px);
  line-height: 1;
  pointer-events: none;
}

.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(350px, 0.75fr);
  gap: 100px;
}

.light-eyebrow {
  color: #c7ae84;
}

.about-heading h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 5.4vw, 5.4rem);
}

.about-copy {
  padding-top: 40px;
  color: #c8c7c2;
}

.about-lead {
  color: #f4f0e8;
  font-size: 1.1rem;
}

.attribute-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 38px 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.attribute-list li {
  padding: 14px 6px 14px 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.85rem;
  font-weight: 700;
  position: relative;
}

.attribute-list li::before {
  content: "";
  position: absolute;
  top: 1.45em;
  left: 5px;
  width: 6px;
  height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
}

.text-cta {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  padding-bottom: 5px;
  color: #f8f3e9;
  border-bottom: 1px solid var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  text-decoration: none;
}

.text-cta span {
  color: var(--gold);
  transition: transform 160ms ease;
}

.text-cta:hover span {
  transform: translateX(5px);
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.46), transparent 55%),
    var(--paper-deep);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1fr);
  gap: 90px;
  align-items: start;
}

.contact-intro {
  position: sticky;
  top: 120px;
}

.contact-intro h2 {
  margin-bottom: 27px;
  font-size: clamp(2.9rem, 5vw, 5rem);
}

.contact-intro > p:not(.eyebrow) {
  max-width: 445px;
  color: var(--muted);
}

.contact-details {
  display: grid;
  gap: 13px;
  margin-top: 42px;
}

.contact-details a {
  display: grid;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.contact-details span {
  color: var(--gold-deep);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.estimate-form {
  padding: 42px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.field {
  margin-bottom: 22px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: #3d3e3a;
  font-size: 0.79rem;
  font-weight: 750;
  letter-spacing: 0.045em;
}

.field label span {
  color: var(--gold-deep);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #cbc3b5;
  border-radius: 2px;
  color: var(--ink);
  background: #fffefa;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field input,
.field select {
  min-height: 49px;
  padding: 10px 13px;
}

.field textarea {
  min-height: 135px;
  padding: 13px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(168, 131, 72, 0.13);
}

.field [aria-invalid="true"] {
  border-color: var(--error);
}

.upload-field {
  padding: 19px;
  border: 1px dashed #bfb39f;
  background: #f8f4ec;
}

.upload-field input {
  min-height: 0;
  padding: 7px 0;
  border: 0;
  background: transparent;
}

.upload-field > p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.file-list {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  padding-left: 19px;
  color: #53544f;
  font-size: 0.78rem;
}

.form-footer {
  display: flex;
  align-items: center;
  gap: 19px;
}

.submit-button[disabled] {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.77rem;
}

.form-status {
  min-height: 1.6em;
  margin: 18px 0 0;
  font-weight: 700;
}

.form-status.success {
  color: var(--success);
}

.form-status.error {
  color: var(--error);
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.site-footer {
  padding: 66px 0 25px;
  color: #e2dfd7;
  background: #171816;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 55px;
  align-items: center;
  padding-bottom: 52px;
}

.footer-brand {
  color: #f4f0e8;
}

.footer-grid > p {
  margin: 0;
  color: #aeadab;
}

.footer-contact {
  display: grid;
  justify-items: start;
  gap: 7px;
}

.footer-contact a {
  color: #f0ede6;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 22px;
  color: #878781;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  text-decoration: none;
}

.lightbox {
  width: min(920px, calc(100% - 30px));
  max-height: 90vh;
  padding: 15px;
  overflow: auto;
  color: #fff;
  background: #11120f;
  border: 1px solid #4f4b43;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.lightbox::backdrop {
  background: rgba(10, 10, 9, 0.83);
  backdrop-filter: blur(4px);
}

.lightbox img {
  width: 100%;
  max-height: calc(90vh - 85px);
  object-fit: contain;
}

.lightbox p {
  margin: 12px 5px 0;
  color: #d0ccc3;
  font-size: 0.85rem;
}

.lightbox-close {
  position: sticky;
  top: 0;
  z-index: 2;
  float: right;
  width: 42px;
  height: 42px;
  margin: 0 0 -42px;
  color: #fff;
  background: rgba(17, 18, 15, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1020px) {
  .site-nav {
    gap: 18px;
  }

  .site-nav a {
    font-size: 0.8rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(315px, 0.72fr);
    gap: 45px;
  }

  .project-stamp {
    right: -10px;
  }

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

  .contact-grid {
    gap: 52px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 32px, 680px);
  }

  .section-pad,
  .about-section {
    padding: 82px 0;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 18px 20px 25px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 35px rgba(30, 29, 27, 0.13);
    transform: translateY(-130%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 220ms;
  }

  .site-nav.open {
    transform: translateY(0);
    visibility: visible;
  }

  .site-nav a {
    padding: 12px 4px;
    font-size: 0.95rem;
  }

  .site-nav .nav-call {
    margin-top: 10px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 70px;
  }

  .hero-visual {
    width: min(94%, 520px);
    justify-self: center;
  }

  .hero-image-wrap img {
    height: min(68vh, 620px);
    min-height: 480px;
  }

  .split-heading,
  .project-feature,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .about-grid {
    gap: 35px;
  }

  .project-feature {
    gap: 34px;
  }

  .project-copy {
    padding: 10px 0 0;
  }

  .gallery-grid {
    columns: 2 220px;
  }

  .about-copy {
    padding-top: 0;
  }

  .contact-intro {
    position: static;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 26px);
  }

  html {
    scroll-padding-top: 74px;
  }

  .nav-shell {
    min-height: 72px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    font-size: 1.45rem;
  }

  .brand-copy {
    gap: 3px;
    padding-left: 9px;
  }

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

  .brand-copy small {
    font-size: 0.52rem;
  }

  .site-nav {
    top: 72px;
  }

  .hero-grid {
    padding-top: 55px;
    padding-bottom: 70px;
  }

  h1 {
    font-size: clamp(2.72rem, 13vw, 4.2rem);
  }

  .hero-intro {
    font-size: 1rem;
  }

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

  .phone-link {
    padding-left: 3px;
  }

  .hero-badges {
    margin-top: 37px;
  }

  .hero-visual {
    width: calc(100% - 12px);
  }

  .hero-image-wrap img {
    height: 510px;
    min-height: 0;
  }

  .project-stamp {
    right: -8px;
    bottom: 25px;
    min-width: 162px;
    padding: 14px 17px;
  }

  .section-heading h2,
  .about-heading h2,
  .contact-intro h2 {
    font-size: clamp(2.45rem, 12vw, 3.65rem);
  }

  .split-heading {
    margin-bottom: 39px;
  }

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

  .service-card {
    min-height: 0;
  }

  .service-number {
    margin-bottom: 28px;
  }

  .project-feature {
    padding: 18px;
  }

  .project-lead .gallery-button img {
    height: auto;
  }

  .gallery-grid {
    columns: 1;
  }

  .attribute-list,
  .field-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .estimate-form {
    padding: 25px 20px;
  }

  .form-footer,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
