:root {
  --yellow: #ffd200;
  --yellow-deep: #e5b800;
  --ink: #111111;
  --charcoal: #1b1d1f;
  --steel: #53606c;
  --steel-blue: #31566e;
  --green: #3f6f57;
  --paper: #f5f6f4;
  --white: #ffffff;
  --line: #d8dde1;
  --shadow: 0 18px 44px rgba(17, 17, 17, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

p {
  margin: 0;
}

p + p {
  margin-top: 1rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--yellow);
  color: var(--ink);
  padding: 0.7rem 1rem;
  font-weight: 700;
}

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

.top-strip {
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
}

.top-strip__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.45rem 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--ink);
  color: var(--white);
  border-bottom: 3px solid var(--yellow);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 58px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  min-height: 44px;
  padding: 0;
  background: transparent;
  color: var(--white);
}

.brand img {
  width: auto;
  height: 38px;
}

.brand::after {
  content: "KSFTT\a FORKLIFT TRUCK TRAINING";
  white-space: pre;
  font-size: 0.6rem;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--yellow);
  border-bottom-color: var(--yellow);
}

.header-call {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.6rem;
  padding: 0.5rem 0.75rem;
  background: var(--yellow);
  color: var(--ink);
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-call:hover,
.header-call:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: var(--white);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  width: 21px;
  height: 2px;
  display: block;
  background: currentColor;
  content: "";
  position: relative;
}

.nav-toggle span::before {
  position: absolute;
  top: -7px;
}

.nav-toggle span::after {
  position: absolute;
  top: 7px;
}

.section {
  padding: clamp(3.5rem, 7vw, 6rem) 1rem;
}

.section--compact {
  padding-block: clamp(2rem, 5vw, 3.5rem);
}

.section--dark {
  background: var(--charcoal);
  color: var(--white);
}

.section--white {
  background: var(--white);
}

.section--yellow {
  background: var(--yellow);
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.2rem 0.65rem;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title {
  max-width: 760px;
  margin: 0 0 2rem;
}

.section-title h2,
.section-title h1 {
  margin: 0.6rem 0 0.85rem;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.section-title p {
  color: #4b5359;
  font-size: 1.04rem;
}

.section--dark .section-title p,
.page-hero .section-title p {
  color: #c9d0d4;
}

.hero {
  min-height: clamp(470px, 66svh, 660px);
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(245, 246, 244, 0.97) 0%, rgba(245, 246, 244, 0.88) 35%, rgba(245, 246, 244, 0.18) 62%, rgba(245, 246, 244, 0.08) 100%),
    url("/assets/hero-forklift.png") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 9px;
  background: repeating-linear-gradient(135deg, var(--yellow) 0 22px, var(--ink) 22px 44px);
}

.hero__inner {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 2.6rem 0;
}

.hero__mark {
  width: 45px;
  margin-bottom: 0.85rem;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 7.3vw, 5.4rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.hero p {
  max-width: 580px;
  margin-top: 1rem;
  color: #2f3437;
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.hero__actions,
.button-row {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.8rem 1.25rem;
  border: 0;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.84rem;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%, 12px 50%);
}

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

.button--outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--yellow);
  clip-path: none;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 560ms ease,
    transform 560ms cubic-bezier(0.2, 0.65, 0.25, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.scroll-reveal--soft {
  transform: translate3d(0, 10px, 0);
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stat-strip {
  background: var(--ink);
  color: var(--white);
  border-top: 1px solid #2b2f33;
  border-bottom: 1px solid #2b2f33;
}

.stat-strip__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat {
  min-height: 118px;
  padding: 1.35rem;
  border-right: 1px solid #303438;
}

.stat strong {
  display: block;
  color: var(--yellow);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  line-height: 1;
}

.stat span {
  margin-top: 0.4rem;
  display: block;
  color: #d1d6d9;
  font-size: 0.9rem;
}

.split-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.dark-card {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-radius: 8px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dark-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--yellow);
}

.dark-card h2,
.dark-card h3,
.feature h3,
.service-card h2,
.service-card h3,
.course-card h2,
.course-card h3 {
  margin: 0 0 0.85rem;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.dark-card .eyebrow + h2,
.dark-card .eyebrow + h3 {
  margin-top: 1rem;
}

.dark-card p {
  color: #d1d6d9;
}

.dark-card .button-row {
  margin-top: auto;
  padding-top: 1.25rem;
}

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

.service-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
}

.service-card__media {
  aspect-ratio: 16 / 9;
  background: #d7dde0;
  overflow: hidden;
}

.service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__body {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex: 1;
}

.service-card p,
.course-card p,
.feature p {
  color: #535b61;
}

.text-link {
  margin-top: auto;
  color: var(--steel-blue);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--ink);
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(8, 9, 10, 0.98) 0%, rgba(8, 9, 10, 0.96) 42%, rgba(8, 9, 10, 0.82) 74%, rgba(8, 9, 10, 0.68) 100%),
    var(--page-hero-image, url("/assets/hero-forklift.png")) center right / cover no-repeat;
  color: var(--white);
  padding: clamp(4.2rem, 10vw, 8rem) 1rem;
  border-bottom: 8px solid var(--yellow);
}

.page-hero .section-title {
  margin: 0;
}

.page-hero .section-title h1,
.page-hero .section-title p,
.page-hero .crumbs {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.crumbs {
  margin-bottom: 1.25rem;
  color: #d2d8dc;
  font-size: 0.86rem;
}

.crumbs a {
  color: var(--yellow);
  font-weight: 800;
}

.contact-hero {
  padding-block: clamp(1.75rem, 4vw, 3rem);
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.contact-hero__intro {
  min-width: 0;
}

.contact-hero .section-title h1 {
  font-size: clamp(2.7rem, 6vw, 5rem);
}

.contact-hero .section-title p {
  max-width: 560px;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.prose {
  max-width: 760px;
}

.prose h2,
.prose h3 {
  margin: 2rem 0 0.7rem;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.prose h2:first-child,
.prose h3:first-child {
  margin-top: 0;
}

.prose ul,
.check-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.prose li,
.check-list li {
  position: relative;
  padding-left: 1.6rem;
  margin: 0.65rem 0;
}

.prose li::before,
.check-list li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 0;
  top: 0.45rem;
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.side-panel {
  background: var(--ink);
  color: var(--white);
  border-radius: 8px;
  padding: 1.4rem;
  position: sticky;
  top: 100px;
}

.side-panel h2,
.side-panel h3 {
  margin: 0 0 0.8rem;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.side-panel p,
.side-panel li {
  color: #d8dde0;
}

.side-panel .button {
  margin-top: 1rem;
}

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

.course-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.2rem;
  min-height: 205px;
}

.course-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--yellow);
  margin-bottom: 1rem;
}

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

.feature {
  background: var(--white);
  border-left: 7px solid var(--yellow);
  border-radius: 8px;
  padding: 1.25rem;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
}

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

.gallery-item {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
}

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

.gallery-item figcaption {
  padding: 0.9rem 1rem 1rem;
  font-size: 0.92rem;
  color: #4b5359;
}

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

.blog-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
}

.blog-card__media {
  aspect-ratio: 16 / 9;
  background: #d7dde0;
  overflow: hidden;
}

.blog-card__media img,
.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__body {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}

.blog-card h2,
.blog-card h3 {
  margin: 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.blog-card p {
  color: #535b61;
}

.post-meta {
  color: var(--steel-blue);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.post-image {
  margin: 0 0 1.5rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
  background: #d7dde0;
}

.guidance-box {
  margin-top: 1.5rem;
  background: #f0f3f5;
  border-left: 7px solid var(--yellow);
  border-radius: 8px;
  padding: 1rem 1.15rem;
}

.guidance-box a {
  color: var(--steel-blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.call-banner {
  background: var(--yellow);
  color: var(--ink);
  padding: clamp(1.8rem, 5vw, 3rem) 1rem;
}

.call-banner__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 4vw, 2rem);
}

.phone-symbol {
  width: clamp(58px, 9vw, 94px);
  height: clamp(58px, 9vw, 94px);
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--yellow);
  border-radius: 8px;
}

.phone-symbol svg {
  width: 54%;
}

.call-banner h2 {
  margin: 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 6vw, 5.4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.call-banner p {
  margin-top: 0.5rem;
  font-weight: 700;
}

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

.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem;
}

.contact-card h2,
.contact-card h3 {
  margin: 0 0 0.65rem;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.contact-card a {
  color: var(--steel-blue);
  font-weight: 900;
}

.enquiry-form {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.06);
}

.enquiry-form--hero {
  width: 100%;
  max-width: 560px;
  justify-self: end;
  padding: clamp(1rem, 2.4vw, 1.45rem);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

.enquiry-form .eyebrow + .form-grid {
  margin-top: 0.9rem;
}

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

.form-field {
  display: grid;
  gap: 0.4rem;
}

.form-field--wide {
  grid-column: 1 / -1;
}

.form-field label {
  font-weight: 900;
  font-size: 0.86rem;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #cbd2d6;
  border-radius: 6px;
  padding: 0.78rem 0.85rem;
  color: var(--ink);
  background: #fbfcfc;
  font: inherit;
}

.form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.enquiry-form--hero .form-field textarea {
  min-height: 90px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(255, 210, 0, 0.42);
  border-color: var(--yellow-deep);
}

.form-note {
  margin-top: 1rem;
  color: #535b61;
  font-size: 0.9rem;
}

.footer {
  background: var(--ink);
  color: var(--white);
  padding: 2rem 1rem;
}

.footer__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.5rem;
}

.footer img {
  width: auto;
  height: 90px;
  margin-bottom: 1rem;
}

.footer p,
.footer li {
  color: #cbd1d4;
  font-size: 0.92rem;
}

.footer h2,
.footer h3 {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer li + li {
  margin-top: 0.45rem;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--yellow);
}

.footer__bottom {
  max-width: var(--max);
  margin: 1.6rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid #33383d;
  color: #aeb6ba;
  font-size: 0.86rem;
}

.footer__bottom a {
  color: var(--yellow);
  font-weight: 900;
}

@media (max-width: 980px) {
  .service-grid,
  .blog-grid,
  .feature-grid,
  .gallery-grid,
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .two-col,
  .contact-hero__grid,
  .split-panel,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .enquiry-form--hero {
    justify-self: stretch;
    max-width: none;
  }

  .side-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .top-strip__inner {
    flex-direction: column;
    gap: 0.2rem;
  }

  .header-inner {
    min-height: 64px;
  }

  .brand img {
    width: auto;
    height: 40px;
  }

  .brand::after {
    font-size: 0.54rem;
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
    margin-left: 0.5rem;
  }

  .site-nav {
    order: 4;
    margin-left: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem 1rem 1rem;
    background: var(--ink);
    border-bottom: 3px solid var(--yellow);
  }

  .header-call {
    order: 2;
    margin-left: auto;
    padding: 0.48rem 0.6rem;
    font-size: 0.74rem;
  }

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

  .site-nav a {
    justify-content: flex-start;
    border: 1px solid #2e3438;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(245, 246, 244, 0.98) 0%, rgba(245, 246, 244, 0.88) 42%, rgba(245, 246, 244, 0.2) 100%),
      url("/assets/hero-forklift.png") 63% center / cover no-repeat;
  }

  .hero__inner {
    padding: 3rem 0 7rem;
  }

  .hero h1 {
    max-width: 440px;
  }

  .hero__actions,
  .button-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    max-width: 100%;
    min-width: min(230px, 100%);
  }

  .page-hero .section-title h1 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
    overflow-wrap: anywhere;
  }

  .page-hero {
    background:
      linear-gradient(180deg, rgba(8, 9, 10, 0.98) 0%, rgba(8, 9, 10, 0.94) 58%, rgba(8, 9, 10, 0.78) 100%),
      var(--page-hero-image, url("/assets/hero-forklift.png")) center right / cover no-repeat;
  }

  .contact-hero {
    padding-block: 1.5rem 2rem;
  }

  .contact-hero__grid {
    gap: 1.25rem;
  }

  .contact-hero .button-row {
    margin-top: 0.9rem;
  }

  .top-strip__inner > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .service-grid,
  .blog-grid,
  .feature-grid,
  .gallery-grid,
  .contact-grid,
  .form-grid,
  .course-grid,
  .stat-strip__grid {
    grid-template-columns: 1fr;
  }

  .stat {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #303438;
  }

  .call-banner__inner {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
