:root {
  --navy-950: #142945;
  --navy-900: #1b3558;
  --navy-800: #27486f;
  --yellow-500: #ffd238;
  --yellow-400: #ffe16f;
  --orange-500: #f5a623;
  --cream-50: #fffdf7;
  --cream-100: #fff8e8;
  --cream-200: #f8efd9;
  --ink: #182a42;
  --muted: #5e6a78;
  --line: rgba(27, 53, 88, 0.13);
  --shadow: 0 28px 80px rgba(27, 53, 88, 0.16);
  --page-width: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 87% 12%, rgba(255, 210, 56, 0.28), transparent 28rem),
    radial-gradient(circle at 8% 88%, rgba(245, 166, 35, 0.13), transparent 26rem),
    var(--cream-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(27, 53, 88, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 53, 88, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  color: #fff;
  background: var(--navy-950);
  font-weight: 750;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(calc(100% - 2rem), var(--page-width));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  padding-block: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border-radius: 0.75rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 820;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand:focus-visible {
  outline: 3px solid rgba(245, 166, 35, 0.65);
  outline-offset: 5px;
}

.brand__symbol {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 8px 24px rgba(27, 53, 88, 0.06);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.coming-soon > span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--orange-500);
  box-shadow: 0 0 0 5px rgba(245, 166, 35, 0.14);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6.75rem);
  min-height: calc(100svh - 96px);
  padding: clamp(3.5rem, 8vw, 7.5rem) 0 clamp(5rem, 10vw, 8rem);
}

.hero__copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 1.15rem;
  color: var(--navy-800);
  font-size: 0.77rem;
  font-weight: 830;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(3.15rem, 6.5vw, 6.3rem);
  font-weight: 860;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

h1 span {
  position: relative;
  display: inline;
  color: var(--navy-900);
  background-image: linear-gradient(transparent 70%, rgba(255, 210, 56, 0.72) 0);
  background-repeat: no-repeat;
}

.hero__intro {
  max-width: 37rem;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.72;
}

.essence {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.essence span {
  padding: 0.62rem 0.88rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy-800);
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  font-weight: 680;
}

.fine-tuning {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin: 2.15rem 0 0;
  color: var(--navy-900);
  font-size: 0.92rem;
  font-weight: 720;
}

.fine-tuning__pulse {
  position: relative;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--yellow-500);
  box-shadow: 0 0 0 6px rgba(255, 210, 56, 0.18);
}

.fine-tuning__pulse::after {
  position: absolute;
  inset: -0.4rem;
  border: 1px solid rgba(245, 166, 35, 0.4);
  border-radius: inherit;
  content: "";
  animation: pulse 2.4s ease-out infinite;
}

.hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 35rem);
  aspect-ratio: 1;
  margin-inline: auto;
}

.hero__visual::before {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 43% 57% 54% 46% / 56% 43% 57% 44%;
  background: linear-gradient(145deg, rgba(255, 225, 111, 0.94), rgba(255, 248, 232, 0.72));
  box-shadow: var(--shadow);
  content: "";
  transform: rotate(-7deg);
}

.hero__visual::after {
  position: absolute;
  z-index: -1;
  width: 55%;
  height: 18%;
  border-radius: 50%;
  background: rgba(27, 53, 88, 0.16);
  filter: blur(24px);
  content: "";
  transform: translateY(175%);
}

.logo-stage {
  position: relative;
  z-index: 2;
  display: grid;
  width: 73%;
  aspect-ratio: 1;
  place-items: center;
}

.logo-stage img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(27, 53, 88, 0.15));
  animation: breathe 6s ease-in-out infinite;
}

.logo-stage__halo {
  position: absolute;
  width: 94%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  filter: blur(1px);
}

.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(27, 53, 88, 0.13);
  border-radius: 50%;
}

.orbit--outer {
  width: 96%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: spin 50s linear infinite;
}

.orbit--inner {
  width: 84%;
  aspect-ratio: 1;
}

.music-dot {
  position: absolute;
  z-index: 3;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--navy-900);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.72);
}

.music-dot--one {
  top: 13%;
  right: 20%;
}

.music-dot--two {
  right: 7%;
  bottom: 31%;
  width: 0.48rem;
  height: 0.48rem;
  background: var(--orange-500);
}

.music-dot--three {
  bottom: 14%;
  left: 18%;
  width: 0.56rem;
  height: 0.56rem;
  background: var(--yellow-500);
}

.manifesto {
  position: relative;
  overflow: hidden;
  max-width: 970px;
  margin: 0 auto clamp(5rem, 10vw, 8rem);
  padding: clamp(2rem, 6vw, 5.25rem);
  border: 1px solid rgba(27, 53, 88, 0.12);
  border-radius: clamp(1.5rem, 4vw, 2.75rem);
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 232, 0.72));
  box-shadow: 0 24px 70px rgba(27, 53, 88, 0.09);
  text-align: center;
}

.manifesto::after {
  position: absolute;
  top: -8rem;
  right: -7rem;
  width: 16rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 210, 56, 0.22);
  content: "";
  filter: blur(2px);
}

.manifesto .eyebrow {
  margin-bottom: 0.8rem;
}

.manifesto h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(2.15rem, 5vw, 4.35rem);
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.manifesto > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 43rem;
  margin: 1.5rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.75;
}

.values {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.75rem;
  border-block: 1px solid var(--line);
}

.values span {
  padding: 1.15rem 0.75rem;
  color: var(--navy-800);
  font-size: 0.88rem;
  font-weight: 760;
}

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

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0 0 2.25rem;
  color: var(--muted);
  font-size: 0.83rem;
}

.site-footer > span:first-child {
  color: var(--navy-900);
  font-weight: 800;
}

.site-footer__separator {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--orange-500);
}

@keyframes breathe {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-0.8rem) rotate(1deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  from {
    opacity: 0.8;
    transform: scale(0.65);
  }

  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    min-height: auto;
    padding-top: 4rem;
  }

  .hero__copy {
    text-align: center;
  }

  h1,
  .hero__intro {
    margin-inline: auto;
  }

  .essence,
  .fine-tuning {
    justify-content: center;
  }

  .hero__visual {
    width: min(85vw, 31rem);
  }
}

@media (max-width: 600px) {
  .page-shell {
    width: min(calc(100% - 1.25rem), var(--page-width));
  }

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

  .brand__symbol {
    width: 2.35rem;
    height: 2.35rem;
  }

  .coming-soon {
    padding: 0.48rem 0.7rem;
    font-size: 0.75rem;
  }

  .hero {
    padding: 3.25rem 0 5rem;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.85rem, 14vw, 4.1rem);
  }

  .hero__intro {
    margin-top: 1.5rem;
    font-size: 1rem;
  }

  .essence {
    gap: 0.5rem;
  }

  .essence span {
    padding: 0.55rem 0.7rem;
    font-size: 0.79rem;
  }

  .hero__visual {
    width: min(92vw, 27rem);
  }

  .manifesto {
    padding: 2.6rem 1.2rem;
    border-radius: 1.75rem;
  }

  .values {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

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

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

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

@media (prefers-contrast: more) {
  :root {
    --muted: #37475a;
    --line: rgba(20, 41, 69, 0.38);
  }

  .coming-soon,
  .essence span,
  .manifesto {
    background: #fff;
  }
}
