:root {
  color-scheme: dark;
  --bg-x: 50%;
  --bg-y: 42%;
  --ivory: #f8f4ec;
  --soft: #cfd8e4;
  --muted: #98a6b8;
  --accent: #e7c68a;
  --accent-soft: rgba(231, 198, 138, 0.24);
  --glass: rgba(255, 255, 255, 0.085);
  --glass-strong: rgba(255, 255, 255, 0.15);
  --line: rgba(255, 255, 255, 0.18);
  --navy: #070b14;
  --charcoal: #10141d;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ivory);
  background:
    radial-gradient(circle at var(--bg-x) var(--bg-y), rgba(153, 190, 215, 0.24), transparent 28rem),
    radial-gradient(circle at 50% 62%, rgba(231, 198, 138, 0.11), transparent 22rem),
    linear-gradient(145deg, #060913 0%, #0b111d 44%, #141517 100%);
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

body::after {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 0.18rem),
    radial-gradient(circle at 68% 34%, rgba(231, 198, 138, 0.1), transparent 0.16rem),
    radial-gradient(circle at 78% 70%, rgba(255, 255, 255, 0.07), transparent 0.14rem),
    radial-gradient(circle at 28% 76%, rgba(153, 190, 215, 0.08), transparent 0.15rem);
  background-size: 310px 280px;
  opacity: 0.34;
}

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

.landing {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

#care-scene {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1300ms ease;
}

.webgl-ready #care-scene {
  opacity: 1;
}

.static-sculpture {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: grid;
  place-items: center;
  opacity: 1;
  pointer-events: none;
  transition: opacity 900ms ease;
}

.webgl-ready .static-sculpture {
  opacity: 0;
}

.orb,
.halo {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  filter: blur(0.2px);
}

.orb-one {
  width: min(46vw, 27rem);
  aspect-ratio: 1;
  border-radius: 46% 54% 50% 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.48), transparent 18%),
    radial-gradient(circle at 64% 70%, rgba(231, 198, 138, 0.24), transparent 42%),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    0 0 6rem rgba(153, 190, 215, 0.22),
    inset 0 0 4rem rgba(255, 255, 255, 0.11);
}

.orb-two {
  width: min(30vw, 17rem);
  aspect-ratio: 1;
  translate: 5rem 2rem;
  border-radius: 50%;
  background: rgba(157, 193, 217, 0.08);
}

.halo {
  width: min(58vw, 36rem);
  height: min(20vw, 11rem);
  border-radius: 50%;
  transform: rotate(-14deg);
  box-shadow: 0 0 4rem rgba(231, 198, 138, 0.14);
}

.brand-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  padding: clamp(1rem, 2.4vw, 1.8rem) clamp(1rem, 4vw, 3rem);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.48rem 0.72rem 0.48rem 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  color: #15120b;
  background: linear-gradient(145deg, #f4dfb1, #c79d55);
  font-size: 0.72rem;
  font-weight: 800;
}

.brand-name {
  color: rgba(248, 244, 236, 0.92);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero {
  display: grid;
  min-height: 100svh;
  padding: 7rem 1.25rem 5.7rem;
  place-items: center;
  text-align: center;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(58rem, 100%);
  opacity: 0;
  transform: translateY(1.2rem);
  animation: heroReveal 900ms 250ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.eyebrow,
h1,
.subheadline,
.actions {
  opacity: 0;
  transform: translateY(1rem);
  animation: riseIn 850ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.eyebrow {
  margin: 0 0 1.25rem;
  color: rgba(231, 198, 138, 0.86);
  font-size: clamp(0.82rem, 1.5vw, 1.02rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation-delay: 420ms;
}

h1 {
  width: min(100%, 16ch);
  margin: 0 auto;
  max-width: 16ch;
  color: #fffdf8;
  font-size: clamp(2.8rem, 6.6vw, 5.7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.58);
  animation-delay: 570ms;
}

h1 span {
  color: var(--accent);
  text-shadow:
    0 0 1.8rem rgba(231, 198, 138, 0.28),
    0 1.4rem 4rem rgba(0, 0, 0, 0.58);
}

.subheadline {
  width: min(100%, 42rem);
  max-width: 42rem;
  margin: 1.55rem auto 0;
  color: var(--soft);
  font-size: clamp(1.02rem, 2vw, 1.32rem);
  line-height: 1.65;
  text-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.5);
  animation-delay: 720ms;
}

.actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.2rem;
  animation-delay: 900ms;
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background 240ms ease,
    box-shadow 240ms ease;
}

.primary-cta {
  min-width: min(100%, 17.5rem);
  padding: 0.95rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    0 1rem 3rem rgba(0, 0, 0, 0.32),
    0 0 2.2rem rgba(231, 198, 138, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(18px);
}

.secondary-cta {
  min-width: 8.4rem;
  padding: 0.95rem 1.15rem;
  color: rgba(248, 244, 236, 0.78);
  border: 1px solid transparent;
}

.primary-cta:hover,
.primary-cta:focus-visible {
  transform: translateY(-0.18rem);
  border-color: rgba(231, 198, 138, 0.48);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.11);
  box-shadow:
    0 1.2rem 3.4rem rgba(0, 0, 0, 0.38),
    0 0 2.8rem rgba(231, 198, 138, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.secondary-cta:hover,
.secondary-cta:focus-visible {
  color: var(--ivory);
  transform: translateY(-0.12rem);
}

.primary-cta:focus-visible,
.secondary-cta:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(231, 198, 138, 0.42);
  outline-offset: 4px;
}

.assurance {
  position: fixed;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 3vw, 2.1rem);
  left: clamp(1rem, 4vw, 3rem);
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  pointer-events: none;
}

.assurance span {
  padding: 0.58rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(248, 244, 236, 0.76);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.76rem;
  font-weight: 750;
  backdrop-filter: blur(14px);
}

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

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

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(circle at var(--bg-x) var(--bg-y), rgba(153, 190, 215, 0.18), transparent 20rem),
      radial-gradient(circle at 50% 62%, rgba(231, 198, 138, 0.09), transparent 18rem),
      linear-gradient(150deg, #060913 0%, #0b111d 48%, #141517 100%);
  }

  .brand-header {
    display: flex;
    justify-content: center;
  }

  .hero {
    padding: 6.5rem 1rem 6.2rem;
  }

  h1 {
    width: min(100%, 11.5ch);
    max-width: calc(100vw - 2rem);
    font-size: clamp(2rem, 9.2vw, 2.7rem);
    line-height: 1.02;
  }

  .eyebrow {
    width: min(100%, 18rem);
    margin-inline: auto;
    font-size: 0.68rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }

  .subheadline {
    width: min(100%, 16.8rem);
    max-width: calc(100vw - 2rem);
    margin-top: 1.2rem;
    font-size: 0.98rem;
  }

  .actions {
    margin-top: 1.7rem;
  }

  .primary-cta,
  .secondary-cta {
    width: min(100%, 16.8rem);
  }

  .assurance {
    left: 50%;
    right: auto;
    flex-wrap: wrap;
    gap: 0.38rem;
    width: calc(100% - 2rem);
    bottom: 0.8rem;
    max-width: calc(100% - 2rem);
    margin: 0 auto;
    transform: translateX(-50%);
  }

  .assurance span {
    padding: 0.42rem 0.48rem;
    font-size: 0.6rem;
  }

  .orb-one {
    width: min(78vw, 22rem);
  }

  .static-sculpture {
    transform: translateY(10svh) scale(0.82);
  }

  .orb-two {
    width: min(52vw, 14rem);
    translate: 2.2rem 1.6rem;
  }

  .halo {
    width: min(88vw, 26rem);
    height: min(34vw, 9rem);
  }
}

@media (max-width: 420px) {
  .brand-name {
    font-size: 0.84rem;
  }

  .brand-mark {
    width: 2.1rem;
    height: 2.1rem;
  }

  h1 {
    font-size: clamp(1.92rem, 8.4vw, 2.25rem);
  }

  .subheadline {
    font-size: 1rem;
  }

  .assurance span {
    flex: 0 1 auto;
  }
}

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

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