:root {
  --tae-charcoal: #0f1419;
  --tae-soft-black: #0a0d10;
  --tae-teal: #00b7c3;
  --tae-copper: #c47a4a;
  --tae-white: #ffffff;
  --tae-slate: #2a323a;
  --tae-steel: #58616b;
  --tae-line: #d8dde2;
  --tae-paper: #f7f9fa;
  --tae-mist: #edf3f4;
  --font-display: Raleway, "Avenir Next", Montserrat, Inter, Arial, sans-serif;
  --font-body: Inter, "Avenir Next", Arial, sans-serif;
  --grid-shift: 0px;
}

@property --grid-shift {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

* {
  box-sizing: border-box;
}

section[id] {
  scroll-margin-top: 88px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tae-charcoal);
  background: var(--tae-white);
  font-family: var(--font-body);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-150%);
  background: var(--tae-teal);
  color: var(--tae-soft-black);
  padding: 10px 14px;
  border-radius: 4px;
  font-weight: 700;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10;
  color: var(--tae-white);
  transition: background-color 180ms ease, border-color 180ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(10, 13, 16, 0.94);
  border-bottom-color: rgba(216, 221, 226, 0.18);
  backdrop-filter: blur(16px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 52px;
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.brand-link img {
  width: 104px;
  height: auto;
}

.brand-link:hover,
.brand-link:focus-visible {
  filter: drop-shadow(0 0 12px rgba(0, 183, 195, 0.45));
  transform: translateY(-1px);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-menu a {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.86);
  transition: color 180ms ease;
}

.nav-menu a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--tae-teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-menu a.is-active {
  color: var(--tae-teal);
}

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

.nav-cta {
  border: 1px solid rgba(0, 183, 195, 0.75);
  padding: 9px 14px;
  border-radius: 4px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--tae-white);
  cursor: pointer;
}

.nav-toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  color: var(--tae-white);
  background:
    linear-gradient(90deg, rgba(10, 13, 16, 0.98) 0%, rgba(10, 13, 16, 0.86) 50%, rgba(10, 13, 16, 0.68) 100%),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, var(--tae-soft-black) 0%, var(--tae-charcoal) 100%);
  background-size: auto, 160px 160px, 160px 160px, auto;
  background-position: center, var(--grid-shift) var(--grid-shift), calc(var(--grid-shift) * -1) var(--grid-shift), center;
  padding: 124px 5vw 34px;
  animation: heroGridDrift 18s linear infinite;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 28%, rgba(0, 183, 195, 0.16) 28% 28.35%, transparent 28.35% 100%),
    linear-gradient(90deg, transparent 0 69%, rgba(196, 122, 74, 0.14) 69% 69.35%, transparent 69.35% 100%),
    linear-gradient(0deg, transparent 0 35%, rgba(255, 255, 255, 0.07) 35% 35.2%, transparent 35.2% 100%),
    linear-gradient(0deg, transparent 0 72%, rgba(0, 183, 195, 0.14) 72% 72.35%, transparent 72.35% 100%);
  opacity: 0.9;
  animation: signalSweep 7s ease-in-out infinite alternate;
}

.hero::after {
  right: -10vw;
  bottom: 9vh;
  width: min(58vw, 740px);
  height: min(36vw, 430px);
  border: 1px solid rgba(216, 221, 226, 0.14);
  border-left: 4px solid rgba(0, 183, 195, 0.42);
  border-bottom: 4px solid rgba(196, 122, 74, 0.34);
  transform: skewX(-10deg);
  background:
    linear-gradient(135deg, rgba(0, 183, 195, 0.08), transparent 38%),
    linear-gradient(315deg, rgba(196, 122, 74, 0.08), transparent 42%);
  animation: panelFloat 8s ease-in-out infinite;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
}

.eyebrow,
.section-kicker {
  margin-bottom: 14px;
  color: var(--tae-teal);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow,
.hero h1,
.hero-copy,
.hero-actions,
.hero-proof {
  animation: heroRise 680ms ease both;
}

.hero h1 {
  animation-delay: 80ms;
}

.hero-copy {
  animation-delay: 160ms;
}

.hero-actions {
  animation-delay: 240ms;
}

.hero-proof {
  animation-delay: 320ms;
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 3.55rem;
  line-height: 1.03;
  font-weight: 500;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button-primary {
  background: var(--tae-teal);
  color: var(--tae-soft-black);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #35f3ff;
  box-shadow: 0 12px 30px rgba(0, 183, 195, 0.24);
  transform: translateY(-2px);
}

.button-secondary {
  color: var(--tae-white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--tae-copper);
  color: var(--tae-white);
  transform: translateY(-2px);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(860px, 100%);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.hero-proof div {
  min-height: 88px;
  padding: 16px;
  background: rgba(15, 20, 25, 0.72);
  transition: background-color 180ms ease, transform 180ms ease;
}

.hero-proof div:hover {
  background: rgba(15, 20, 25, 0.9);
  transform: translateY(-2px);
}

.hero-proof dt {
  margin-bottom: 5px;
  color: var(--tae-copper);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-proof dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  line-height: 1.32;
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.intro-band {
  position: relative;
  overflow: hidden;
  color: var(--tae-white);
  background:
    linear-gradient(90deg, rgba(0, 183, 195, 0.08), transparent 34%, rgba(196, 122, 74, 0.08) 100%),
    var(--tae-soft-black);
  border-top: 1px solid rgba(0, 183, 195, 0.28);
  border-bottom: 1px solid rgba(216, 221, 226, 0.14);
}

.intro-band::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 22%, rgba(0, 183, 195, 0.22) 22% 22.22%, transparent 22.22% 100%),
    linear-gradient(90deg, transparent 0 72%, rgba(196, 122, 74, 0.18) 72% 72.22%, transparent 72.22% 100%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 100% 42px;
}

.intro-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
  gap: 52px;
  padding: 46px 0;
  align-items: center;
}

.intro-lede h2 {
  max-width: 360px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.15rem;
  line-height: 1.1;
  font-weight: 500;
}

.signal-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(216, 221, 226, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.signal-flow article {
  position: relative;
  min-height: 164px;
  padding: 24px 26px 22px;
  cursor: pointer;
  transition: background-color 220ms ease, transform 220ms ease;
}

.signal-flow article:focus-visible {
  outline: 2px solid var(--tae-teal);
  outline-offset: -5px;
}

.signal-flow article + article {
  border-left: 1px solid rgba(216, 221, 226, 0.16);
}

.signal-flow article::after {
  position: absolute;
  right: -10px;
  top: 50%;
  z-index: 2;
  width: 18px;
  height: 18px;
  content: "";
  border-top: 2px solid var(--tae-teal);
  border-right: 2px solid var(--tae-teal);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 220ms ease, opacity 220ms ease;
}

.signal-flow article:last-child::after {
  display: none;
}

.signal-flow span {
  display: block;
  margin-bottom: 20px;
  color: var(--tae-copper);
  font-size: 0.76rem;
  font-weight: 900;
}

.signal-flow article.is-active,
.signal-flow article:hover {
  background: rgba(0, 183, 195, 0.08);
}

.signal-flow article.is-active::after,
.signal-flow article:hover::after {
  border-color: var(--tae-copper);
  opacity: 1;
}

.signal-flow h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.2;
}

.signal-flow p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.48;
}

.section-heading {
  max-width: 820px;
  padding: 92px 0 34px;
}

.section-heading.compact {
  padding: 0;
}

.section-heading h2,
.proof-layout h2,
.contact-layout h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 2.7rem;
  line-height: 1.12;
  font-weight: 500;
}

.section-heading p,
.proof-layout p,
.contact-layout p {
  color: var(--tae-steel);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-bottom: 94px;
}

.capability-card,
.proof-points article,
.impact-grid article,
.contact-panel,
.system-list article {
  border-radius: 8px;
}

.capability-card {
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--tae-line);
  background: var(--tae-white);
  display: flex;
  flex-direction: column;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.capability-card:hover {
  border-color: rgba(0, 183, 195, 0.46);
  box-shadow: 0 18px 44px rgba(15, 20, 25, 0.1);
  transform: translateY(-4px);
}

.capability-card:nth-child(2) {
  border-top: 4px solid var(--tae-teal);
}

.capability-card:nth-child(3) {
  border-top: 4px solid var(--tae-copper);
}

.card-number {
  margin-bottom: 44px;
  color: var(--tae-steel);
  font-size: 0.84rem;
  font-weight: 900;
}

.capability-card h3,
.proof-points h3,
.system-list h3,
.process-list h3 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 1.23rem;
  line-height: 1.25;
}

.capability-card p,
.proof-points p,
.system-list p,
.process-list p,
.impact-grid p {
  margin-bottom: 0;
  color: var(--tae-steel);
}

.systems-section {
  background: var(--tae-charcoal);
  color: var(--tae-white);
  padding: 92px 0;
}

.systems-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 52px;
  align-items: start;
}

.systems-section .section-heading p,
.systems-section .system-list p {
  color: rgba(255, 255, 255, 0.72);
}

.system-list {
  display: grid;
  gap: 12px;
}

.system-list article {
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 221, 226, 0.14);
  transition: background-color 180ms ease, transform 180ms ease;
}

.system-list article:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}

.system-list article:nth-child(odd) {
  border-left: 4px solid var(--tae-teal);
}

.system-list article:nth-child(even) {
  border-left: 4px solid var(--tae-copper);
}

.proof-section {
  padding: 90px 0;
  background:
    linear-gradient(90deg, var(--tae-white) 0%, var(--tae-white) 54%, var(--tae-mist) 54%, var(--tae-mist) 100%);
}

.proof-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 58px;
  align-items: start;
}

.proof-points {
  display: grid;
  gap: 16px;
}

.proof-points article {
  padding: 26px;
  background: var(--tae-white);
  border: 1px solid var(--tae-line);
  box-shadow: 0 18px 40px rgba(15, 20, 25, 0.08);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.proof-points article:hover {
  box-shadow: 0 24px 52px rgba(15, 20, 25, 0.12);
  transform: translateY(-3px);
}

.approach-section {
  padding-bottom: 96px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--tae-line);
  border: 1px solid var(--tae-line);
}

.process-list li {
  padding: 30px;
  background: var(--tae-white);
}

.process-list span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--tae-copper);
  font-weight: 900;
  text-transform: uppercase;
}

.impact-section {
  padding: 92px 0;
  color: var(--tae-white);
  background:
    linear-gradient(120deg, rgba(0, 183, 195, 0.16), rgba(196, 122, 74, 0.12)),
    var(--tae-soft-black);
}

.impact-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 46px;
  align-items: start;
}

.impact-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.impact-grid article {
  min-height: 174px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 221, 226, 0.14);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.impact-grid article:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 183, 195, 0.35);
  transform: translateY(-3px);
}

.impact-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--tae-teal);
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.impact-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-section {
  padding: 92px 0;
  background: var(--tae-paper);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.65fr);
  gap: 56px;
  align-items: start;
}

.contact-panel {
  padding: 30px;
  background: var(--tae-white);
  border: 1px solid var(--tae-line);
  box-shadow: 0 18px 42px rgba(15, 20, 25, 0.08);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.contact-panel:hover {
  box-shadow: 0 24px 54px rgba(15, 20, 25, 0.12);
  transform: translateY(-3px);
}

.contact-panel img {
  width: 250px;
  margin-bottom: 26px;
}

.contact-panel dl {
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
}

.contact-panel div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
}

.contact-panel dt {
  color: var(--tae-steel);
  font-weight: 900;
}

.contact-panel dd {
  margin: 0;
}

.contact-panel a {
  text-decoration-color: rgba(0, 183, 195, 0.55);
  text-underline-offset: 3px;
}

.contact-button {
  width: 100%;
}

.site-footer {
  color: var(--tae-white);
  background: var(--tae-soft-black);
  border-top: 1px solid rgba(216, 221, 226, 0.14);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal:nth-child(2) {
  transition-delay: 70ms;
}

.reveal:nth-child(3) {
  transition-delay: 140ms;
}

.reveal:nth-child(4) {
  transition-delay: 210ms;
}

.reveal:nth-child(5) {
  transition-delay: 280ms;
}

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

@keyframes heroGridDrift {
  from {
    --grid-shift: 0px;
  }
  to {
    --grid-shift: 160px;
  }
}

@keyframes signalSweep {
  from {
    opacity: 0.58;
    transform: translateX(-14px);
  }
  to {
    opacity: 0.95;
    transform: translateX(14px);
  }
}

@keyframes panelFloat {
  0%,
  100% {
    transform: skewX(-10deg) translateY(0);
  }
  50% {
    transform: skewX(-10deg) translateY(-10px);
  }
}

.footer-inner {
  width: min(1160px, calc(100% - 40px));
  min-height: 190px;
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}

.footer-inner img {
  width: 230px;
}

.footer-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.not-found {
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: var(--tae-white);
  background:
    linear-gradient(90deg, rgba(10, 13, 16, 0.95), rgba(10, 13, 16, 0.78)),
    url("assets/linkedin-company-banner.svg") center / cover;
  padding: 40px 5vw;
}

.not-found article {
  max-width: 680px;
}

.not-found img {
  width: 240px;
  margin-bottom: 48px;
}

.not-found h1 {
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1.08;
}

.not-found p {
  color: rgba(255, 255, 255, 0.76);
}

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

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

  .systems-layout,
  .proof-layout,
  .impact-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .navbar {
    min-height: 70px;
  }

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

  .nav-menu {
    position: absolute;
    top: 70px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: rgba(10, 13, 16, 0.98);
    border: 1px solid rgba(216, 221, 226, 0.18);
    border-radius: 8px;
  }

  .nav-menu a::after {
    bottom: 6px;
  }

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

  .nav-menu a {
    padding: 13px 12px;
  }

  .nav-cta {
    margin-top: 6px;
    text-align: center;
  }

  .hero {
    min-height: 84vh;
    padding: 104px 20px 34px;
    background-position: center right;
  }

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

  .hero-copy {
    font-size: 1.02rem;
  }

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

  .hero-proof div {
    min-height: auto;
  }

  .intro-panel,
  .signal-flow,
  .process-list,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .intro-panel {
    gap: 28px;
    padding: 40px 0;
  }

  .intro-lede h2 {
    max-width: none;
    font-size: 1.85rem;
  }

  .signal-flow article {
    min-height: auto;
    padding: 22px;
  }

  .signal-flow article + article {
    border-left: 0;
    border-top: 1px solid rgba(216, 221, 226, 0.16);
  }

  .signal-flow article::after {
    right: auto;
    left: 24px;
    top: auto;
    bottom: -10px;
    transform: rotate(135deg);
  }

  .section-heading {
    padding-top: 74px;
  }

  .section-heading h2,
  .proof-layout h2,
  .contact-layout h2 {
    font-size: 2.15rem;
  }

  .systems-section,
  .proof-section,
  .impact-section,
  .contact-section {
    padding: 72px 0;
  }
}

@media (max-width: 620px) {
  .capability-grid {
    grid-template-columns: 1fr;
    padding-bottom: 72px;
  }

  .capability-card {
    min-height: auto;
  }

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

  .hero-actions {
    flex-direction: column;
  }

  .hero-proof {
    display: none;
  }

  .button {
    width: 100%;
  }

  .contact-panel div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .footer-inner img,
  .contact-panel img {
    width: 210px;
  }

  .not-found h1 {
    font-size: 2.35rem;
  }
}

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

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

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