:root {
  --bg: #edf4f7;
  --surface: rgba(255, 255, 255, 0.84);
  --ink: #14303c;
  --muted-strong: #3e5c68;
  --muted: #667e88;
  --line: rgba(20, 48, 60, 0.12);
  --accent: #2f7c95;
  --shadow-soft: 0 24px 50px rgba(26, 36, 34, 0.08);
  --font-body: 'Manrope', sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
  color: var(--muted);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(208, 228, 240, 0.74), transparent 30%),
    radial-gradient(circle at 85% 22%, rgba(210, 234, 227, 0.7), transparent 24%),
    linear-gradient(180deg, #f7fbfc 0%, #edf4f7 45%, #e4edf2 100%);
  color: var(--muted);
}

body::before,
body::after {
  content: '';
  position: fixed;
  z-index: -1;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
}

body::before {
  width: 360px;
  height: 360px;
  top: -90px;
  right: -60px;
  background: rgba(208, 228, 240, 0.78);
}

body::after {
  width: 300px;
  height: 300px;
  bottom: -60px;
  left: -40px;
  background: rgba(208, 233, 225, 0.72);
}

a {
  color: inherit;
}

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

main,
section,
article,
aside,
nav,
header,
footer {
  display: block;
}

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

h1,
h2,
h3,
strong {
  color: var(--ink);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

h1 {
  font-size: clamp(3.2rem, 7vw, 6rem);
}

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

h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

p {
  margin: 0;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff8f1;
  text-decoration: none;
}

.skip-link:focus {
  top: 12px;
}

.app-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
  position: relative;
}

.section {
  margin-top: 28px;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(247, 251, 252, 0.84);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 40px rgba(36, 43, 40, 0.08);
}

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

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #70a7bf);
  color: #fff8f1;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 18px 30px rgba(197, 109, 74, 0.24);
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.78rem;
}

.topnav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.topnav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-strong);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.topnav a:hover,
.topnav a:focus-visible {
  color: var(--ink);
  transform: translateY(-1px);
}

.topnav .nav-cta {
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #f9f4ed;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 40px;
  padding: 58px 0 10px;
}

.hero-copy,
.hero-visual,
.band-card,
.service-card,
.pillar-card,
.testimonial-spotlight,
.process-card,
.faq-list details,
.contact-panel {
  animation: rise 0.9s ease both;
}

.hero-copy {
  position: relative;
  z-index: 1;
  animation-delay: 120ms;
}

.hero-visual {
  animation-delay: 220ms;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(22, 50, 47, 0.1);
  background: rgba(255, 250, 245, 0.72);
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 248, 241, 0.84);
}

.hero h1 {
  max-width: 11ch;
  margin: 0;
}

.lead {
  max-width: 34rem;
  margin-top: 24px;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.hero-actions .button {
  min-width: 184px;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--accent), #5d9fbc);
  color: #fff8f1;
  box-shadow: 0 20px 32px rgba(47, 124, 149, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 22px 40px rgba(47, 124, 149, 0.3);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 251, 246, 0.82);
  color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(22, 50, 47, 0.22);
  background: rgba(255, 251, 246, 0.98);
}

.button-light {
  width: fit-content;
  background: #f5fbff;
  color: var(--ink);
}

.button-light:hover,
.button-light:focus-visible {
  background: #ffffff;
}

.hero-highlights {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.75);
  border: 1px solid rgba(22, 50, 47, 0.08);
  color: var(--muted-strong);
  font-size: 0.95rem;
}

.hero-highlights li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(47, 124, 149, 0.14);
}

.hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  animation: float 8s ease-in-out infinite;
}

.orb-one {
  width: 310px;
  height: 310px;
  top: 48px;
  left: 30px;
  background: radial-gradient(circle at 30% 30%, rgba(214, 232, 242, 0.96), rgba(214, 232, 242, 0.18));
}

.orb-two {
  width: 240px;
  height: 240px;
  right: 20px;
  bottom: 54px;
  background: radial-gradient(circle at 50% 50%, rgba(202, 227, 219, 0.92), rgba(202, 227, 219, 0.16));
  animation-delay: -3s;
}

.visual-card {
  position: absolute;
  border: 1px solid rgba(22, 50, 47, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.primary-card {
  z-index: 2;
  inset: 116px 44px 110px 24px;
  padding: 34px;
  transform: rotate(-3.5deg);
}

.primary-card h2 {
  max-width: 12ch;
  margin: 16px 0 14px;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
}

.primary-card p {
  max-width: 29rem;
}

.card-tag,
.mini-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted-strong);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.card-tag::before,
.mini-title::before {
  content: '';
  width: 28px;
  height: 1px;
  background: rgba(22, 50, 47, 0.24);
}

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

.check-grid span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  font-weight: 600;
}

.check-grid span::before {
  content: '+';
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(47, 124, 149, 0.14);
  color: var(--accent);
  font-size: 1rem;
  font-weight: 800;
}

.side-card {
  z-index: 3;
  padding: 22px 24px;
  max-width: 260px;
}

.intro-card {
  top: 54px;
  right: 0;
  animation: float 7s ease-in-out infinite;
}

.schedule-card {
  left: 0;
  bottom: 52px;
  animation: float 6s ease-in-out infinite;
  animation-delay: -2s;
}

.side-card strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  line-height: 1.45;
}

.schedule-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.schedule-list span {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted-strong);
  font-weight: 700;
}

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

.band-card {
  padding: 26px 22px;
  border: 1px solid rgba(22, 50, 47, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 34px rgba(28, 36, 33, 0.05);
}

.band-card:nth-child(1) {
  animation-delay: 80ms;
}

.band-card:nth-child(2) {
  animation-delay: 160ms;
}

.band-card:nth-child(3) {
  animation-delay: 240ms;
}

.band-card:nth-child(4) {
  animation-delay: 320ms;
}

.band-card h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.section-intro {
  padding-top: 40px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.2rem, 4vw, 3.9rem);
}

.section-heading p:last-child {
  max-width: 44rem;
  margin-top: 18px;
}

.section-heading.narrow h2 {
  max-width: 12ch;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  margin-inline: auto;
}

.section-heading.centered h2 {
  max-width: 16ch;
  margin-inline: auto;
}

.section-heading.centered p:last-child {
  margin-inline: auto;
}

.cards-grid {
  display: grid;
  gap: 18px;
}

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

.service-card {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(22, 50, 47, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 252, 0.82)),
    var(--surface);
  box-shadow: 0 18px 36px rgba(34, 40, 37, 0.06);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.service-card:hover,
.service-card:focus-within,
.pillar-card:hover,
.pillar-card:focus-within,
.process-card:hover,
.process-card:focus-within,
.faq-list details:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 42px rgba(34, 40, 37, 0.1);
  border-color: rgba(22, 50, 47, 0.14);
}

.card-topline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.card-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(47, 124, 149, 0.12);
  color: var(--accent);
  font-weight: 800;
}

.card-line {
  flex: 1;
  height: 1px;
  background: rgba(22, 50, 47, 0.12);
}

.service-card h3,
.pillar-card h3,
.process-card h3 {
  margin: 20px 0 12px;
  font-size: 1.36rem;
}

.service-card ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.service-card li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted-strong);
  font-weight: 600;
}

.service-card li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #70a7bf);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: start;
}

.trust-content {
  display: grid;
  gap: 18px;
}

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

.pillar-card,
.process-card,
.faq-list details {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(22, 50, 47, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(28, 36, 33, 0.05);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.pillar-id,
.process-id {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(22, 50, 47, 0.08);
  color: var(--ink);
  font-weight: 800;
}

.testimonial-spotlight {
  padding: 30px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(143, 198, 223, 0.34), transparent 44%),
    linear-gradient(160deg, #143848, #1b5666);
  color: rgba(255, 248, 241, 0.9);
  box-shadow: 0 28px 48px rgba(19, 52, 50, 0.22);
}

.testimonial-spotlight blockquote {
  margin: 22px 0;
  color: #fff8f1;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.08;
}

.testimonial-author {
  display: grid;
  gap: 6px;
  margin-top: 28px;
}

.testimonial-author span,
.testimonial-note {
  color: rgba(255, 248, 241, 0.72);
}

.testimonial-note {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 248, 241, 0.12);
}

.process-section {
  padding-top: 34px;
}

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

.faq-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: '+';
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(22, 50, 47, 0.08);
  color: var(--ink);
  flex-shrink: 0;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
  background: rgba(47, 124, 149, 0.14);
}

.faq-list details p {
  margin: 18px 0 0;
}

.contact-panel {
  padding: 30px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(160, 210, 232, 0.24), transparent 34%),
    linear-gradient(160deg, #1c4f62, #113845);
  color: rgba(255, 248, 241, 0.9);
  box-shadow: 0 28px 48px rgba(19, 52, 50, 0.22);
}

.contact-panel h2 {
  margin: 0;
  max-width: 10ch;
  color: #fff8f1;
}

.contact-lead {
  margin-top: 18px;
  color: rgba(255, 248, 241, 0.76);
}

.contact-cards {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.contact-cards div {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-cards span {
  color: rgba(255, 248, 241, 0.72);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-cards a,
.contact-cards strong {
  color: #fff8f1;
  text-decoration: none;
  font-size: 1.06rem;
  overflow-wrap: anywhere;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(22, 50, 47, 0.08);
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}

a:focus-visible,
summary:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(47, 124, 149, 0.35);
  outline-offset: 3px;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 1100px) {
  .hero,
  .trust-layout,
  .faq-contact {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 42px;
  }

  .hero h1,
  .section-heading h2,
  .contact-panel h2 {
    max-width: none;
  }

  .hero-visual {
    min-height: 560px;
  }

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

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

@media (max-width: 900px) {
  .section {
    margin-top: 22px;
  }

  .topbar {
    gap: 14px;
    padding: 15px 16px;
    border-radius: 34px;
  }

  .topnav {
    width: 100%;
    justify-content: flex-start;
  }

  .topnav a {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(22, 50, 47, 0.08);
    background: rgba(255, 252, 248, 0.72);
  }

  .topnav .nav-cta {
    background: var(--ink);
    border-color: transparent;
  }

  .hero {
    gap: 30px;
    padding-top: 36px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 780px) {
  :root {
    font-size: 16px;
  }

  .app-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 12px;
    padding-bottom: 32px;
  }

  .topbar,
  .site-footer {
    border-radius: 28px;
  }

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

  .topbar {
    position: static;
    padding: 14px;
  }

  .topnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
  }

  .topnav a {
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    text-align: center;
  }

  .topnav .nav-cta {
    grid-column: 1 / -1;
  }

  .hero {
    gap: 24px;
    padding-top: 30px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 10vw, 3.7rem);
  }

  .lead {
    margin-top: 18px;
    font-size: 1rem;
  }

  .hero-actions .button,
  .button-light {
    width: 100%;
  }

  .hero-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-highlights li {
    width: 100%;
  }

  .hero-visual {
    min-height: auto;
    display: grid;
    gap: 14px;
    padding-top: 4px;
  }

  .orb {
    display: none;
  }

  .visual-card,
  .primary-card,
  .side-card,
  .intro-card,
  .schedule-card {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: none;
    animation: none;
    transform: none;
  }

  .primary-card,
  .side-card {
    padding: 22px;
  }

  .primary-card h2 {
    max-width: none;
    font-size: clamp(1.75rem, 7vw, 2.35rem);
  }

  .check-grid,
  .trust-band,
  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .check-grid span {
    padding: 13px 14px;
  }

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

  .section-heading h2 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .service-card,
  .pillar-card,
  .process-card,
  .faq-list details,
  .contact-panel,
  .testimonial-spotlight {
    padding: 22px;
    border-radius: 24px;
  }

  .contact-cards {
    margin: 22px 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  :root {
    font-size: 15.5px;
  }

  .app-shell {
    width: calc(100% - 16px);
  }

  .topbar {
    padding: 12px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text strong {
    font-size: 0.95rem;
  }

  .brand-text small {
    font-size: 0.74rem;
  }

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

  .topnav .nav-cta {
    grid-column: auto;
  }

  .hero {
    padding-top: 26px;
  }

  .eyebrow {
    padding: 7px 12px;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .button {
    min-height: 50px;
  }

  .check-grid span {
    padding: 12px 14px;
  }

  .contact-cards div {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy,
  .hero-visual,
  .band-card,
  .service-card,
  .pillar-card,
  .testimonial-spotlight,
  .process-card,
  .faq-list details,
  .contact-panel,
  .orb,
  .intro-card,
  .schedule-card {
    animation: none;
  }

  .button,
  .service-card,
  .pillar-card,
  .process-card,
  .faq-list details,
  .topnav a {
    transition: none;
  }
}
