:root {
  color-scheme: dark;
  --ink: #f5f0e4;
  --muted: #aab5c4;
  --faint: #718198;
  --navy: #07172b;
  --navy-deep: #04101f;
  --navy-soft: #10243b;
  --line: rgba(219, 232, 247, 0.16);
  --blue: #2b75ff;
  --blue-bright: #68a4ff;
  --sun: #ffb52e;
  --sun-soft: #ffd77a;
  --coral: #ff815f;
  --shell: min(1180px, calc(100vw - 48px));
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--navy);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--navy) 0%, #081a2f 46%, var(--navy-deep) 100%);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.weather-glow {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  filter: blur(110px);
  pointer-events: none;
}

.weather-glow--sun {
  top: -200px;
  right: -120px;
  width: 540px;
  height: 540px;
  background: rgba(255, 168, 45, 0.16);
}

.weather-glow--cold {
  top: 520px;
  left: -220px;
  width: 620px;
  height: 620px;
  background: rgba(34, 105, 255, 0.13);
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.01em;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  box-shadow: 0 10px 35px rgba(14, 92, 233, 0.26);
}

.platform-label,
.eyebrow,
.availability,
.feature-number {
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.platform-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(480px, 1.07fr);
  gap: 48px;
  align-items: center;
  min-height: 780px;
  padding-block: 84px 94px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--sun-soft);
  font-size: 11px;
  font-weight: 800;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

h1 {
  max-width: 660px;
  font-size: clamp(62px, 6vw, 94px);
}

h2 {
  font-size: clamp(54px, 5vw, 78px);
}

.hero-description {
  max-width: 570px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d7deea;
  background: rgba(255, 255, 255, 0.025);
  font-size: 10px;
  font-weight: 800;
}

.availability-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 14px rgba(255, 181, 46, 0.7);
}

.hero-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 550px;
  margin: 0;
  perspective: 1300px;
}

.hero-stage::after {
  position: absolute;
  z-index: 0;
  right: 12%;
  bottom: 9%;
  width: 58%;
  height: 13%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  content: "";
  filter: blur(35px);
  transform: rotate(-7deg);
}

.hero-widget {
  position: relative;
  z-index: 2;
  width: min(490px, 90%);
  filter: drop-shadow(0 36px 42px rgba(0, 0, 0, 0.38));
  transform: rotateY(-11deg) rotateX(5deg) rotateZ(3deg);
  animation: hover 7s ease-in-out infinite;
}

.orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(2px);
}

.orb--warm {
  top: 8%;
  right: 5%;
  width: 310px;
  height: 310px;
  background: radial-gradient(circle at 35% 35%, #ffd783, #ff9f21 58%, rgba(255, 110, 29, 0.08) 71%);
  opacity: 0.26;
}

.orb--cool {
  bottom: 2%;
  left: 0;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at 40% 40%, #7bb3ff, #185dec 62%, rgba(24, 93, 236, 0.05) 72%);
  opacity: 0.18;
}

@keyframes hover {
  0%,
  100% {
    transform: rotateY(-11deg) rotateX(5deg) rotateZ(3deg) translateY(0);
  }
  50% {
    transform: rotateY(-9deg) rotateX(4deg) rotateZ(2deg) translateY(-12px);
  }
}

.promise {
  padding-block: 140px;
  border-bottom: 1px solid var(--line);
}

.section-intro {
  max-width: 700px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 82px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.018);
}

.feature {
  position: relative;
  display: flex;
  min-height: 330px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
  isolation: isolate;
}

.feature::after {
  position: absolute;
  z-index: -1;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(7, 23, 43, 0.88) 74%);
  content: "";
}

.feature + .feature {
  border-left: 1px solid var(--line);
}

.feature-number {
  position: absolute;
  z-index: -2;
  bottom: 22px;
  left: 25px;
  color: rgba(255, 181, 46, 0.1);
  font-family: var(--serif);
  font-size: clamp(220px, 17vw, 290px);
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 0.72;
  pointer-events: none;
  user-select: none;
}

.feature:nth-child(2) .feature-number {
  color: rgba(104, 164, 255, 0.1);
}

.feature:nth-child(3) .feature-number {
  color: rgba(255, 129, 95, 0.1);
}

.feature h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-size: 20px;
  letter-spacing: -0.02em;
}

.feature p {
  position: relative;
  z-index: 1;
  max-width: 270px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.weather-moment {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.weather-moment--cold {
  background:
    radial-gradient(circle at 18% 50%, rgba(74, 137, 255, 0.22), transparent 35%),
    linear-gradient(135deg, rgba(14, 36, 63, 0.9), rgba(5, 18, 35, 0.92));
}

.moment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: center;
  gap: 90px;
  min-height: 690px;
  padding-block: 110px;
}

.moment-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
  perspective: 1200px;
}

.cold-haze {
  position: absolute;
  width: 92%;
  height: 68%;
  border-radius: 50%;
  background: rgba(80, 141, 255, 0.2);
  filter: blur(80px);
}

.cold-widget {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  filter: drop-shadow(0 35px 40px rgba(0, 0, 0, 0.35));
  transform: rotateY(9deg) rotateX(3deg) rotateZ(-3deg);
}

.moment-copy p:last-child,
.themes-copy > p:last-child {
  max-width: 510px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.themes {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 110px;
  min-height: 770px;
  padding-block: 120px;
  border-bottom: 1px solid var(--line);
}

.theme-display {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 500px;
}

.theme-display img {
  position: relative;
  z-index: 2;
  width: min(330px, 72%);
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.4));
  transform: rotate(6deg);
}

.theme-ring {
  position: absolute;
  border: 1px solid rgba(111, 165, 255, 0.22);
  border-radius: 50%;
}

.theme-ring--one {
  width: 420px;
  height: 420px;
}

.theme-ring--two {
  width: 570px;
  height: 570px;
  border-color: rgba(255, 190, 67, 0.13);
}

.closing {
  padding-block: 150px;
  text-align: center;
}

.closing-mark {
  margin: 0 0 28px;
  color: var(--sun);
  font-size: 36px;
}

.closing p:last-child {
  margin: 28px 0 0;
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 116px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 28px;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--ink);
}

.legal-main {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 100px 0 130px;
}

.legal-heading {
  margin-bottom: 70px;
}

.legal-heading h1 {
  max-width: none;
  font-size: clamp(58px, 8vw, 92px);
}

.legal-heading .effective {
  margin: 26px 0 0;
  color: var(--muted);
}

.legal-content {
  color: #cad3df;
}

.legal-content h2 {
  margin: 58px 0 18px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.legal-content h3 {
  margin: 36px 0 12px;
  color: var(--ink);
  font-size: 18px;
}

.legal-content p,
.legal-content ul {
  margin: 0 0 20px;
}

.legal-content li + li {
  margin-top: 9px;
}

.legal-content a {
  color: #9fc3ff;
  text-underline-offset: 3px;
}

.legal-callout {
  margin: 46px 0;
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.legal-callout p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 38px, 680px);
  }

  .hero,
  .moment-layout,
  .themes {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 20px;
    padding-block: 80px;
  }

  .hero-stage {
    min-height: 520px;
  }

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

  .feature {
    min-height: 280px;
  }

  .feature + .feature {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .feature-number {
    bottom: 18px;
    left: 28px;
    font-size: 230px;
  }

  .moment-layout {
    gap: 50px;
  }

  .moment-copy {
    grid-row: 1;
  }

  .themes {
    gap: 50px;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 88px;
  }

  .brand img {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .platform-label {
    font-size: 9px;
  }

  .hero {
    min-height: auto;
    padding-block: 68px 56px;
  }

  h1 {
    font-size: clamp(52px, 15vw, 68px);
  }

  h2 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .hero-description {
    font-size: 17px;
  }

  .hero-stage {
    min-height: 410px;
  }

  .hero-widget {
    width: 88%;
  }

  .promise,
  .closing {
    padding-block: 96px;
  }

  .feature-grid {
    margin-top: 56px;
  }

  .feature {
    padding: 30px;
  }

  .moment-layout,
  .themes {
    min-height: auto;
    padding-block: 90px;
  }

  .moment-visual {
    min-height: 290px;
  }

  .theme-display {
    min-height: 390px;
  }

  .theme-ring--one {
    width: 310px;
    height: 310px;
  }

  .theme-ring--two {
    width: 390px;
    height: 390px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding-block: 30px;
  }

  .site-footer nav {
    gap: 20px;
  }

  .legal-main {
    width: calc(100vw - 40px);
    padding-block: 72px 100px;
  }
}

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

  .hero-widget {
    animation: none;
  }
}
