html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 12% 16%, rgba(220, 38, 38, 0.12), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(185, 28, 28, 0.10), transparent 20%),
    linear-gradient(180deg, #fffaf8 0%, #ffffff 22%, #fff1ee 48%, #ffffff 72%, #fffaf8 100%);
}

.hero-sheen::before,
.hero-sheen::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 9999px;
  filter: blur(30px);
  pointer-events: none;
}

.hero-sheen::before {
  top: 3rem;
  right: -3rem;
  width: 13rem;
  height: 13rem;
  background: rgba(255, 90, 79, 0.22);
}

.hero-sheen::after {
  bottom: 2rem;
  left: -2rem;
  width: 11rem;
  height: 11rem;
  background: rgba(255, 122, 89, 0.18);
}

.flow-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 7, 10, 0.10);
  background: #ffffff;
  box-shadow:
    0 24px 55px rgba(20, 7, 10, 0.10),
    0 0 0 1px rgba(255, 255, 255, 0.75),
    0 0 28px rgba(153, 27, 27, 0.06);
}

.flow-surface::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;

}

.section-wave {
  position: relative;
}

.section-wave::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(127, 29, 29, 0.98) 0%, rgba(185, 28, 28, 0.98) 46%, rgba(220, 38, 38, 0.96) 100%);
  clip-path: ellipse(115% 100% at 50% 0%);
}

.section-wave > * {
  position: relative;
  z-index: 1;
}

.ribbon-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(20, 7, 10, 0.98), rgba(127, 29, 29, 0.96));
}

.ribbon-panel::before {
  content: "";
  position: absolute;
  top: -15%;
  right: -5%;
  width: 18rem;
  height: 18rem;
  border-radius: 3rem;
  transform: rotate(24deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
}

.ribbon-line {
  position: relative;
  overflow: hidden;
}

.ribbon-line::after {
  display: none;
}

.spot-grid {
  background-image:
    linear-gradient(rgba(203, 213, 225, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 213, 225, 0.34) 1px, transparent 1px);
  background-size: 22px 22px;
}

.logo-orb {
  background: radial-gradient(circle at 50% 38%, #ffffff 0%, #fff5f2 54%, #ffdcd4 100%);
}

.brand-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 7, 10, 0.10);
  background: #ffffff;
  box-shadow:
    0 24px 60px rgba(20, 7, 10, 0.10),
    0 0 0 1px rgba(255, 255, 255, 0.78),
    0 0 30px rgba(153, 27, 27, 0.08);
}

.brand-card::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: -1.5rem;
  width: 12rem;
  height: 8rem;
  border-radius: 0 0 9999px 9999px;
  background: linear-gradient(180deg, rgba(220, 38, 38, 0.18), rgba(185, 28, 28, 0.10));
}

.brand-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 7, 10, 0.05), rgba(20, 7, 10, 0.14), rgba(20, 7, 10, 0.05));
}

.swoosh-card::before {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: -1.25rem;
  width: 10.5rem;
  height: 7rem;
  border-radius: 0 0 9999px 9999px;
  background: linear-gradient(180deg, rgba(220, 38, 38, 0.18), rgba(185, 28, 28, 0.10));
}

.plain-card::before,
.contact-card::before {
  display: none;
}

.brand-card-shell {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 238px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.brand-logo-frame {
  display: flex;
  min-height: 92px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border: 1px solid rgba(20, 7, 10, 0.05);
  background: #ffffff;
  box-shadow:
    0 16px 36px rgba(20, 7, 10, 0.08),
    0 0 0 1px rgba(20, 7, 10, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.brand-logo-image {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

.brand-title {
  color: #14070a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.brand-copy {
  color: #5f4a4f;
}

.marquee-track {
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.metric-pill {
  border: 1px solid rgba(20, 7, 10, 0.10);
  background: #ffffff;
  box-shadow:
    0 18px 40px rgba(20, 7, 10, 0.08),
    0 0 22px rgba(153, 27, 27, 0.05);
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 7, 10, 0.12);
  background: #ffffff;
  color: #2b171b;
  box-shadow:
    0 18px 40px rgba(20, 7, 10, 0.08),
    0 0 24px rgba(153, 27, 27, 0.05);
}

.contact-chip:hover {
  border-color: rgba(153, 27, 27, 0.55);
  color: #991b1b;
}

.hero-mini-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(185, 28, 28, 0.92), rgba(153, 27, 27, 0.90));
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.hero-mini-title {
  color: rgba(255, 228, 230, 0.96);
}

.hero-mini-copy {
  color: rgba(255, 241, 242, 0.88);
}

.site-footer {
  background: #14070a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-copy,
.site-footer-link {
  color: rgba(255, 245, 245, 0.92);
}

.site-footer-link:hover {
  color: #ffffff;
}

@media (prefers-reduced-motion: no-preference) {
  .float-a {
    animation: drift-a 12s ease-in-out infinite;
  }

  .float-b {
    animation: drift-b 14s ease-in-out infinite;
  }

  .float-c {
    animation: drift-c 16s ease-in-out infinite;
  }
}

@keyframes drift-a {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes drift-b {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(10px, -14px, 0);
  }
}

@keyframes drift-c {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-10px, 10px, 0);
  }
}
