:root {
  --ink: #070a10;
  --ink-soft: #0f1520;
  --panel: #151d2a;
  --paper: #f4f6f8;
  --white: #ffffff;
  --muted: #aab6c7;
  --muted-dark: #5d6674;
  --blue: #1268d8;
  --blue-bright: #3c91ff;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: #d8dde5;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

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

:focus-visible {
  outline: 3px solid #8dc0ff;
  outline-offset: 4px;
}

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

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

.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;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(7, 10, 16, 0.9);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1280px, calc(100% - 40px));
  height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  margin-right: auto;
}

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

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

.site-nav a {
  position: relative;
  padding-block: 10px;
  color: #dbe3ed;
  font-size: 0.95rem;
  font-weight: 650;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border: 1px solid rgba(60, 145, 255, 0.55);
  color: var(--white);
  font-weight: 750;
}

.header-call svg,
.button svg,
.mobile-actions svg,
.pin svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: transparent;
  border: 1px solid var(--line-dark);
  color: var(--white);
}

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

.hero {
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 7, 13, 0.97) 0%, rgba(4, 7, 13, 0.86) 40%, rgba(4, 7, 13, 0.28) 76%, rgba(4, 7, 13, 0.44) 100%),
    linear-gradient(0deg, rgba(7, 10, 16, 0.82), transparent 44%);
}

.hero-grid {
  z-index: -1;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.17) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}

.hero-content {
  padding-top: 78px;
  padding-bottom: 156px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--blue-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: currentColor;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 6.4rem);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.hero h1 em {
  color: var(--blue-bright);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: #d5dde8;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
}

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

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 35px rgba(25, 118, 255, 0.28);
}

.button-primary:hover {
  background: #0968ec;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(8, 12, 19, 0.46);
  color: var(--white);
}

.button-ghost:hover {
  border-color: var(--white);
  background: rgba(8, 12, 19, 0.72);
}

.hero-facts {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(8, 12, 19, 0.88);
  border-top: 1px solid var(--line-dark);
  backdrop-filter: blur(16px);
}

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

.facts-grid > div {
  min-height: 110px;
  display: grid;
  align-content: center;
  padding: 22px 30px;
  border-left: 1px solid var(--line-dark);
}

.facts-grid > div:last-child {
  border-right: 1px solid var(--line-dark);
}

.facts-grid strong,
.facts-grid span {
  display: block;
}

.facts-grid strong {
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.2;
}

.facts-grid span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-light {
  background: var(--paper);
  color: var(--ink);
}

.section-light .section-kicker {
  color: var(--blue);
}

.services,
.gallery,
.about,
.reviews,
.contact {
  padding: 112px 0;
  scroll-margin-top: 76px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 62px;
}

.section-heading h2,
.about-copy h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-heading > p {
  max-width: 520px;
  margin: 0 0 4px;
  color: var(--muted-dark);
  font-size: 1.04rem;
}

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

.service-card {
  position: relative;
  min-height: 430px;
  padding: 42px;
  background: #ffffff;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--blue);
  transition: height 260ms ease;
}

.service-card:hover::before {
  height: 100%;
}

.service-card.featured {
  background: var(--ink-soft);
  color: var(--white);
}

.service-number {
  color: #7a8491;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 34px 0 28px;
  border: 1px solid #cad1db;
  color: var(--blue);
}

.service-card.featured .service-icon {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--blue-bright);
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 0 0 20px;
  font-size: 1.55rem;
  letter-spacing: -0.025em;
}

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

.service-card li {
  position: relative;
  padding: 8px 0 8px 20px;
  color: #515b69;
}

.service-card.featured li {
  color: #c0cad8;
}

.service-card li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid var(--blue);
  border-radius: 50%;
}

.about {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.about::after {
  content: "ABS";
  position: absolute;
  right: -0.06em;
  bottom: -0.18em;
  color: rgba(255, 255, 255, 0.025);
  font-size: min(35vw, 520px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(52px, 8vw, 110px);
}

.about-photo {
  position: relative;
  min-height: 640px;
  box-shadow: var(--shadow);
}

.about-photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -16px;
  left: -16px;
  width: 110px;
  height: 110px;
  border-top: 3px solid var(--blue);
  border-left: 3px solid var(--blue);
}

.about-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-label {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  padding: 13px 18px;
  background: var(--blue);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-copy h2 {
  max-width: 700px;
}

.about-copy > p:not(.section-kicker) {
  max-width: 680px;
  color: var(--muted);
}

.about-copy .about-lead {
  margin-top: 30px;
  color: #eef3f9;
  font-size: 1.16rem;
}

.principles {
  margin-top: 44px;
  border-top: 1px solid var(--line-dark);
}

.principles > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-dark);
}

.principles strong {
  color: var(--white);
}

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

.section-heading.compact {
  margin-bottom: 42px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: repeat(2, 280px);
  gap: 18px;
}

.gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #dfe4ea;
}

.gallery-grid figure.gallery-large {
  grid-row: 1 / 3;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-grid figure:nth-child(2) img {
  object-position: center 58%;
}

.gallery-grid figure:hover img {
  transform: scale(1.025);
}

.gallery-grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  background: rgba(7, 10, 16, 0.82);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 750;
  backdrop-filter: blur(10px);
}

.reviews {
  position: relative;
  background:
    linear-gradient(135deg, rgba(18, 104, 216, 0.12), transparent 42%),
    #090d14;
  overflow: hidden;
}

.reviews::after {
  content: "★★★★★";
  position: absolute;
  right: -20px;
  bottom: -62px;
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(5rem, 12vw, 11rem);
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
}

.reviews .container {
  position: relative;
  z-index: 1;
}

.reviews-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}

.reviews-heading h2 {
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.rating-summary {
  min-width: 300px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.rating-value {
  color: var(--ink);
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.rating-stars,
.rating-count {
  display: block;
}

.rating-stars,
.review-stars {
  color: #f7b500;
  letter-spacing: 0.08em;
}

.rating-count {
  margin-top: 4px;
  color: var(--muted-dark);
  font-size: 0.86rem;
  font-weight: 700;
}

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

.review-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 30px;
  background: var(--panel);
  border: 1px solid var(--line-dark);
}

.review-stars {
  font-size: 1rem;
}

.review-card blockquote {
  margin: 24px 0 30px;
  color: #f0f4f9;
  font-size: 1.08rem;
  line-height: 1.6;
}

.review-card figcaption {
  margin-top: auto;
  color: var(--white);
  font-size: 0.93rem;
  font-weight: 800;
}

.review-card figcaption span {
  color: var(--muted);
  font-weight: 500;
}

.reviews-link {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--blue-bright);
  color: #dce8f8;
  font-weight: 800;
}

.reviews-link span {
  color: var(--blue-bright);
  font-size: 1.15rem;
}

.contact {
  position: relative;
  background: var(--ink-soft);
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -140px;
  width: 360px;
  height: 360px;
  border: 90px solid rgba(25, 118, 255, 0.08);
  border-radius: 50%;
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.contact-copy > p:not(.section-kicker) {
  max-width: 500px;
  margin: 28px 0;
  color: var(--muted);
}

.contact-phone,
.contact-email {
  display: block;
  width: fit-content;
}

.contact-phone {
  color: var(--blue-bright);
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.contact-email {
  margin-top: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #e3e9f1;
}

.contact-card {
  padding: 22px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.contact-card-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 4px 22px;
}

.pin {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: var(--white);
}

.contact-card p {
  margin: 0;
  font-size: 1.16rem;
  font-weight: 800;
}

.contact-card address {
  margin-top: 4px;
  color: var(--muted-dark);
  font-style: normal;
}

.contact-card iframe {
  width: 100%;
  height: 320px;
  display: block;
  border: 0;
}

.map-button {
  width: 100%;
  margin-top: 14px;
}

.site-footer {
  padding: 28px 0;
  background: #030507;
  border-top: 1px solid var(--line-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.footer-grid > img {
  width: 128px;
  height: auto;
}

.footer-grid p {
  margin: 0;
  color: #8f9bac;
  font-size: 0.86rem;
}

.footer-links {
  display: flex;
  gap: 22px;
  color: #c3ccd8;
  font-size: 0.88rem;
}

.footer-links a:hover {
  color: var(--blue-bright);
}

.mobile-actions {
  display: none;
}

@media (max-width: 980px) {
  .header-call {
    display: none;
  }

  .section-heading,
  .reviews-heading,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 28px;
  }

  .section-heading > p {
    max-width: 680px;
  }

  .about-photo {
    min-height: 560px;
  }

  .about-grid {
    gap: 58px;
  }

  .contact-card {
    max-width: 760px;
  }

  .reviews-heading {
    align-items: start;
    gap: 32px;
  }

  .rating-summary {
    width: fit-content;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100% - 30px, 1180px);
  }

  body {
    padding-bottom: 68px;
  }

  .header-inner {
    width: calc(100% - 30px);
    height: 68px;
  }

  .brand img {
    width: 132px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-open .menu-toggle span:nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(3) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 68px 0 auto;
    display: grid;
    gap: 0;
    padding: 12px 18px 22px;
    background: rgba(7, 10, 16, 0.98);
    border-bottom: 1px solid var(--line-dark);
    transform: translateY(-140%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 220ms ease;
  }

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

  .site-nav a {
    padding: 15px 4px;
    border-bottom: 1px solid var(--line-dark);
    font-size: 1.08rem;
  }

  .hero {
    min-height: 790px;
    align-items: end;
  }

  .hero-image {
    object-position: 61% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(4, 7, 13, 0.98) 8%, rgba(4, 7, 13, 0.84) 55%, rgba(4, 7, 13, 0.25) 100%),
      linear-gradient(90deg, rgba(4, 7, 13, 0.55), transparent);
  }

  .hero-grid {
    background-size: 54px 54px;
    mask-image: linear-gradient(0deg, black, transparent 78%);
  }

  .hero-content {
    padding-top: 118px;
    padding-bottom: 245px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

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

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

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

  .facts-grid > div {
    min-height: 92px;
    padding: 14px 16px;
  }

  .facts-grid > div:nth-child(3) {
    min-height: 74px;
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: 14px;
    border-top: 1px solid var(--line-dark);
    border-right: 1px solid var(--line-dark);
  }

  .facts-grid > div:nth-child(3) strong {
    flex: 0 0 auto;
  }

  .facts-grid > div:nth-child(3) span {
    margin-top: 0;
  }

  .facts-grid strong {
    font-size: 1.05rem;
  }

  .facts-grid span {
    font-size: 0.78rem;
  }

  .services,
  .gallery,
  .about,
  .reviews,
  .contact {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .about-copy h2,
  .reviews-heading h2,
  .contact h2 {
    font-size: clamp(2.35rem, 12vw, 3.45rem);
  }

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

  .service-card {
    min-height: auto;
    padding: 32px 26px 36px;
  }

  .service-icon {
    margin: 26px 0 22px;
  }

  .about-photo {
    min-height: 480px;
  }

  .principles > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 340px 260px 260px;
  }

  .gallery-grid figure.gallery-large {
    grid-row: auto;
  }

  .reviews-heading {
    margin-bottom: 34px;
  }

  .rating-summary {
    width: 100%;
    min-width: 0;
    padding: 18px 20px;
  }

  .rating-value {
    font-size: 2.7rem;
  }

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

  .review-card {
    min-height: 210px;
    padding: 25px;
  }

  .contact-phone {
    font-size: 2rem;
  }

  .contact-card {
    padding: 14px;
  }

  .contact-card iframe {
    height: 280px;
  }

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

  .footer-links {
    flex-wrap: wrap;
  }

  .mobile-actions {
    position: fixed;
    z-index: 110;
    right: 0;
    bottom: 0;
    left: 0;
    height: 68px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #05080d;
    border-top: 1px solid var(--line-dark);
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.25);
  }

  .mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 800;
  }

  .mobile-actions a:first-child {
    background: var(--blue);
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.85rem;
  }

  .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .about-photo {
    min-height: 410px;
  }

  .gallery-grid {
    grid-template-rows: 280px 230px 230px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content > * {
    animation: hero-in 650ms both;
  }

  .hero-content > *:nth-child(2) { animation-delay: 80ms; }
  .hero-content > *:nth-child(3) { animation-delay: 150ms; }
  .hero-content > *:nth-child(4) { animation-delay: 220ms; }
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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