:root {
  --navy: #0f172a;
  --navy-2: #1e293b;
  --slate: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --canvas: #f8fafc;
  --surface: #ffffff;
  --copper: #b45309;
  --copper-2: #d97706;
  --gold: #f5b83b;
  --teal: #0891b2;
  --danger: #be123c;
  --shadow-1: 0 1px 2px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.08);
  --shadow-2: 0 18px 48px rgba(15, 23, 42, 0.12);
  --shadow-3: 0 30px 90px rgba(15, 23, 42, 0.18);
  --radius-lg: 28px;
  --radius-xl: 36px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(180, 83, 9, 0.12), transparent 34rem),
    radial-gradient(circle at 85% 10%, rgba(8, 145, 178, 0.16), transparent 28rem),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  color: var(--slate);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

body.is-locked .site-header,
body.is-locked main,
body.is-locked .site-footer,
body.is-locked .whatsapp-float,
body.is-locked .cookie-banner {
  display: none;
}

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

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: -10rem;
  z-index: 1000;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  font-weight: 800;
}

.skip-link:focus {
  top: 1rem;
}

.review-access-button {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 999px;
  box-shadow: var(--shadow-1);
  color: var(--navy);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  padding: 0.78rem 1rem;
  position: fixed;
  right: 1.15rem;
  text-transform: uppercase;
  top: 1.15rem;
  z-index: 120;
}

.review-access-button:hover {
  color: var(--copper);
  transform: translateY(-1px);
}

.construction-screen {
  align-items: center;
  background:
    radial-gradient(circle at 20% 18%, rgba(245, 184, 59, 0.22), transparent 24rem),
    radial-gradient(circle at 82% 8%, rgba(8, 145, 178, 0.2), transparent 28rem),
    linear-gradient(145deg, #f8fafc 0%, #e9eef5 54%, #f7f1e8 100%);
  display: none;
  min-height: 100vh;
  padding: 6rem 1.25rem 2rem;
}

body.is-locked .construction-screen {
  display: flex;
}

.construction-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-3);
  margin: 0 auto;
  max-width: 820px;
  overflow: hidden;
  padding: clamp(1.5rem, 5vw, 4rem);
  position: relative;
}

.construction-card::before {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.06), transparent),
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(180, 83, 9, 0.08) 16px 17px);
  border-radius: 50%;
  content: "";
  height: 420px;
  position: absolute;
  right: -170px;
  top: -190px;
  width: 420px;
}

.construction-card img,
.construction-card .eyebrow,
.construction-card h1,
.construction-card p,
.construction-meta {
  position: relative;
}

.construction-card img {
  margin-bottom: 2rem;
  max-width: 230px;
}

.construction-card h1 {
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 0.98;
  max-width: 12ch;
}

.construction-card p:not(.eyebrow) {
  color: var(--slate);
  font-size: clamp(1rem, 2vw, 1.18rem);
  margin-top: 1.5rem;
  max-width: 62ch;
}

.construction-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.construction-meta span {
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.62rem 0.82rem;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(248, 250, 252, 0.82);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-elevated {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-1);
}

.nav-shell {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 0.75rem 1.25rem;
}

.brand {
  align-items: center;
  display: inline-flex;
}

.brand img {
  height: 62px;
  object-fit: contain;
  width: 178px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

.nav-links a {
  border-radius: 999px;
  color: var(--slate);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  background: white;
  color: var(--copper);
  transform: translateY(-1px);
}

.nav-links .nav-cta {
  background: var(--navy);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
  color: white;
}

.nav-toggle {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--navy);
  display: none;
  gap: 0.28rem;
  padding: 0.65rem 0.8rem;
}

.nav-toggle span {
  background: var(--navy);
  border-radius: 99px;
  display: block;
  height: 2px;
  width: 14px;
}

.nav-toggle strong {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-left: 0.35rem;
  text-transform: uppercase;
}

.section-panel {
  margin: 0 auto;
  max-width: var(--max);
  padding: 5.5rem 1.25rem;
}

.hero {
  padding-top: 7rem;
}

.hero-grid,
.split-grid,
.contact-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--navy);
  margin: 0;
}

h1,
h2 {
  font-family: Merriweather, Georgia, serif;
  font-weight: 900;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(2.65rem, 6vw, 5.65rem);
  line-height: 0.96;
  max-width: 12ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.03;
}

h3 {
  font-size: 1.15rem;
  font-weight: 900;
}

p {
  line-height: 1.75;
}

.hero-lead {
  color: var(--slate);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  margin: 1.5rem 0 0;
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.btn {
  align-items: center;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.14em;
  min-height: 48px;
  padding: 0.95rem 1.15rem;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
  color: white;
}

.btn-secondary {
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-1);
  color: var(--slate);
}

.hero-card {
  align-self: stretch;
  background:
    linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(30, 41, 59, 0.9)),
    radial-gradient(circle at 70% 30%, rgba(245, 184, 59, 0.34), transparent 14rem),
    url("./assets/hero-periseg.webp") center / cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-3);
  min-height: 520px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.hero-card::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.4;
  position: absolute;
}

.hero-orbit {
  border: 2px dashed rgba(245, 184, 59, 0.45);
  border-radius: 50%;
  height: 340px;
  position: absolute;
  right: -70px;
  top: 54px;
  width: 340px;
}

.hero-orbit::after {
  background: linear-gradient(135deg, var(--gold), var(--copper-2));
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(245, 184, 59, 0.45);
  content: "";
  height: 84px;
  left: 32px;
  position: absolute;
  top: 34px;
  width: 84px;
}

.audit-card,
.metric-row,
.technical-stack {
  position: relative;
  z-index: 1;
}

.audit-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  color: white;
  margin-top: 9rem;
  padding: 1.25rem;
  width: min(100%, 330px);
}

.audit-card p {
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.audit-card strong {
  display: block;
  font-family: Merriweather, Georgia, serif;
  font-size: 2rem;
}

.status-dot {
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.15);
  display: inline-block;
  height: 12px;
  margin-bottom: 1rem;
  width: 12px;
}

.metric-row {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
}

.metric-row div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  color: white;
  padding: 1rem;
}

.metric-row span {
  display: block;
  font-size: 1.45rem;
  font-weight: 900;
}

.metric-row small {
  color: #cbd5e1;
  display: block;
  margin-top: 0.35rem;
}

.technical-stack {
  bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  left: 2rem;
  position: absolute;
  right: 2rem;
}

.technical-stack span {
  background: rgba(245, 184, 59, 0.12);
  border: 1px solid rgba(245, 184, 59, 0.35);
  border-radius: 999px;
  color: #fde68a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 0.55rem 0.75rem;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: 2rem;
  max-width: 770px;
}

.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.feature-card,
.service-item,
.contact-form,
.image-placeholder {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
}

.image-placeholder.has-photo {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.72)),
    url("./assets/quem-somos-sede.webp") center / cover;
}

.feature-card {
  min-height: 260px;
  padding: 1.35rem;
  position: relative;
}

.feature-card::after {
  background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), transparent);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease;
}

.feature-card:hover::after {
  opacity: 1;
}

.feature-index {
  color: var(--copper);
  display: block;
  font-family: Merriweather, Georgia, serif;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 3rem;
}

.feature-card p,
.service-item p,
.content-block p,
.contact-info p {
  color: var(--muted);
}

.institutional,
.services,
.contact {
  scroll-margin-top: 96px;
}

.visual-block {
  min-height: 100%;
}

.image-placeholder {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(248, 250, 252, 0.96)),
    radial-gradient(circle at 75% 25%, rgba(8, 145, 178, 0.16), transparent 14rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.image-placeholder::before {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.08), transparent),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(15, 23, 42, 0.04) 12px 13px);
  border-radius: 50%;
  content: "";
  height: 420px;
  position: absolute;
  right: -120px;
  top: -80px;
  width: 420px;
}

.image-placeholder span,
.image-placeholder strong,
.image-placeholder small {
  position: relative;
}

.image-placeholder span {
  color: var(--copper);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.image-placeholder strong {
  color: var(--navy);
  font-family: Merriweather, Georgia, serif;
  font-size: 2.25rem;
  line-height: 1.1;
  margin: 0.75rem 0;
  max-width: 10ch;
}

.content-block {
  align-self: center;
}

.values-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.values-grid div {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
}

.values-grid strong {
  color: var(--navy);
  display: block;
  font-weight: 900;
  margin-bottom: 0.35rem;
}

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

.service-list {
  display: grid;
  gap: 1rem;
}

.service-item {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 160px 1fr;
  padding: 1.25rem;
}

.service-photo {
  align-self: stretch;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  min-height: 150px;
  overflow: hidden;
  position: relative;
}

.service-photo::after {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.12), rgba(180, 83, 9, 0.18));
  content: "";
  inset: 0;
  position: absolute;
}

.service-photo.regulacao {
  background-image: url("./assets/servico-regulacao.webp");
}

.service-photo.vistoria {
  background-image: url("./assets/servico-vistoria.webp");
}

.service-photo.danos {
  background-image: url("./assets/servico-danos.webp");
}

.service-item span {
  color: var(--copper);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.service-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  border-radius: 24px;
  color: var(--gold);
  display: flex;
  font-family: Merriweather, Georgia, serif;
  font-size: 2rem;
  font-weight: 900;
  height: 78px;
  justify-content: center;
}

.contact {
  position: relative;
}

.contact::before {
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.98), rgba(248, 250, 252, 0.72)),
    url("./assets/contato-sede.webp") center / cover;
  border-radius: var(--radius-xl);
  content: "";
  inset: 2rem 1.25rem;
  opacity: 0.22;
  position: absolute;
  z-index: -1;
}

.contact-grid {
  align-items: start;
}

.contact-info {
  padding-top: 1rem;
}

.contact-list {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.contact-list li {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
}

.contact-list strong,
.contact-list span,
.contact-list a {
  display: block;
}

.contact-list strong {
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.contact-list a {
  color: var(--copper);
  font-weight: 800;
}

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

.contact-form label {
  display: grid;
  gap: 0.45rem;
}

.contact-form label span {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--navy);
  min-height: 48px;
  outline: none;
  padding: 0.85rem 1rem;
  transition: border 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--copper);
  box-shadow: 0 0 0 4px rgba(180, 83, 9, 0.12);
}

.site-hp {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.full {
  grid-column: 1 / -1;
}

.consent {
  align-items: start;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
}

.consent input {
  margin-top: 0.25rem;
  min-height: auto;
  width: auto;
}

.form-feedback {
  color: var(--copper);
  font-size: 0.9rem;
  font-weight: 800;
  grid-column: 1 / -1;
  margin: 0;
}

.site-footer {
  background: var(--navy);
  color: #cbd5e1;
  margin-top: 3rem;
  padding: 3rem 1.25rem 1.25rem;
}

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

.footer-grid img {
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
  max-width: 210px;
}

.footer-grid strong {
  color: white;
  display: block;
  margin-bottom: 0.8rem;
}

.footer-grid span,
.footer-grid a {
  display: block;
  margin: 0.35rem 0;
}

.footer-grid a {
  color: #fde68a;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.86rem;
  margin: 2rem auto 0;
  max-width: var(--max);
  padding-top: 1rem;
}

.whatsapp-float {
  align-items: center;
  background: #16a34a;
  border-radius: 999px;
  bottom: 1.25rem;
  box-shadow: 0 18px 38px rgba(22, 163, 74, 0.32);
  color: white;
  display: flex;
  font-size: 0.75rem;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  letter-spacing: 0.08em;
  padding: 0 1.05rem;
  position: fixed;
  right: 1.25rem;
  text-transform: uppercase;
  z-index: 60;
}

.cookie-banner {
  align-items: center;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  bottom: 1rem;
  box-shadow: var(--shadow-3);
  color: #e2e8f0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
  left: 1rem;
  max-width: min(980px, calc(100vw - 2rem));
  padding: 1rem;
  position: fixed;
  transform: translateY(140%);
  transition: transform 240ms ease;
  z-index: 70;
}

.cookie-banner.is-visible {
  transform: translateY(0);
}

.cookie-banner p {
  font-size: 0.85rem;
  margin: 0;
}

.cookie-banner div {
  display: flex;
  gap: 0.5rem;
}

.legal-page {
  margin: 0 auto;
  max-width: 920px;
  padding: 8rem 1.25rem 4rem;
}

.legal-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-2);
  padding: clamp(1.25rem, 4vw, 3rem);
}

.legal-card h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  max-width: 14ch;
}

.legal-card h2 {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  margin-top: 1.5rem;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.8;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  animation: reveal 620ms ease forwards;
}

.delay-1.is-visible {
  animation-delay: 120ms;
}

.delay-2.is-visible {
  animation-delay: 220ms;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    background: white;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow-2);
    display: none;
    flex-direction: column;
    left: 1rem;
    padding: 0.75rem;
    position: absolute;
    right: 1rem;
    top: 82px;
  }

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

  .nav-links a {
    width: 100%;
  }

  .hero-grid,
  .split-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cards-three {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .image-placeholder {
    min-height: 430px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-banner div {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .section-panel {
    padding: 4rem 1rem;
  }

  .hero {
    padding-top: 4.5rem;
  }

  .brand img {
    height: 52px;
    width: 150px;
  }

  .hero-actions,
  .cookie-banner div {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

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

  .whatsapp-float {
    bottom: 0.85rem;
    height: 52px;
    right: 0.85rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
