:root {
  --ink-deep: #0c1133;
  --ink: #141b4d;
  --coral: #f35b47;
  --coral-soft: #ffb3a8;
  --ivory: #f7f4ed;
  --mist: rgba(247, 244, 237, 0.76);
  --line: rgba(247, 244, 237, 0.12);
  --glass: rgba(17, 23, 67, 0.62);
  --shadow: rgba(4, 8, 29, 0.42);
}

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

html {
  color-scheme: dark;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Instrument Sans", sans-serif;
  color: var(--ivory);
  background:
    radial-gradient(
      circle at top right,
      rgba(243, 91, 71, 0.2),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(83, 99, 255, 0.15),
      transparent 32%
    ),
    linear-gradient(145deg, #0c1237 0%, #161d57 46%, #0b1030 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 244, 237, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 244, 237, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.18),
    rgba(0, 0, 0, 0.72)
  );
  opacity: 0.22;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  top: -10rem;
  right: -8rem;
  width: min(36rem, 52vw);
  aspect-ratio: 1;
  background: radial-gradient(
    circle,
    rgba(243, 91, 71, 0.3),
    rgba(243, 91, 71, 0)
  );
  filter: blur(24px);
  pointer-events: none;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(1.1rem, 2vw, 1.8rem);
  display: flex;
  flex-direction: column;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  width: clamp(16rem, 34vw, 28rem);
  max-width: 100%;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 50px rgba(2, 6, 20, 0.22);
  text-decoration: none;
}

.brand-lockup img {
  display: block;
  width: 100%;
  border-radius: 1.1rem;
}

.header-line {
  margin: 0;
  max-width: 16rem;
  font-size: 0.78rem;
  line-height: 1.5;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  text-align: right;
  color: var(--mist);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  flex: 1;
}

.hero-copy {
  position: relative;
  padding-left: clamp(0.95rem, 2vw, 1.35rem);
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    rgba(243, 91, 71, 0),
    rgba(243, 91, 71, 0.95),
    rgba(243, 91, 71, 0)
  );
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 1.2rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(243, 91, 71, 0.3);
  border-radius: 999px;
  background: rgba(243, 91, 71, 0.09);
  color: #ffa193;
  font-size: 0.76rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 9ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.lead {
  max-width: 35rem;
  margin: 1.55rem 0 0;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.72;
  color: var(--mist);
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.signal-pill,
.signal-text {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.signal-pill {
  padding: 0 1rem;
  background: var(--coral);
  color: #fff9f7;
  box-shadow: 0 12px 26px rgba(243, 91, 71, 0.22);
}

.signal-text {
  padding: 0 1rem;
  border: 1px solid var(--line);
  color: var(--mist);
  background: rgba(255, 255, 255, 0.03);
}

.hero-art {
  position: relative;
}

.art-shell {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid rgba(247, 244, 237, 0.12);
  border-radius: 2rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
  box-shadow: 0 28px 80px var(--shadow);
  backdrop-filter: blur(14px);
  transform: perspective(1500px) rotateY(-9deg) rotateX(3deg);
  animation: float-card 8s ease-in-out infinite;
}

.art-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(243, 91, 71, 0.2),
    transparent 36%
  );
  pointer-events: none;
}

.art-shell::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: 0;
  width: 72%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(243, 91, 71, 0.75),
    transparent
  );
  animation: sweep-line 4.8s ease-in-out infinite;
}

.art-ribbon {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.2rem 0.2rem 0;
  font-size: 0.8rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--mist);
}

.brand-card {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border: 1px solid rgba(247, 244, 237, 0.08);
  border-radius: 1.6rem;
  box-shadow: 0 20px 50px rgba(10, 14, 40, 0.36);
}

.art-note {
  position: absolute;
  left: 1.35rem;
  bottom: 1.35rem;
  z-index: 2;
  padding: 0.82rem 1rem;
  border: 1px solid rgba(247, 244, 237, 0.14);
  border-radius: 1.1rem;
  background: rgba(12, 17, 52, 0.76);
  backdrop-filter: blur(16px);
}

.art-note p {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.art-note p + p {
  margin-top: 0.32rem;
  color: var(--coral-soft);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mist);
}

@keyframes float-card {
  0%,
  100% {
    transform: perspective(1500px) rotateY(-9deg) rotateX(3deg) translateY(0);
  }

  50% {
    transform: perspective(1500px) rotateY(-6deg) rotateX(1deg) translateY(-8px);
  }
}

@keyframes sweep-line {
  0% {
    transform: translateX(-120%);
  }

  50% {
    transform: translateX(25%);
  }

  100% {
    transform: translateX(120%);
  }
}

@media (max-width: 920px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-line {
    text-align: left;
  }

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

  .hero-copy {
    order: 1;
  }

  .hero-art {
    order: 2;
  }

  .art-shell {
    max-width: 40rem;
    margin: 0 auto;
    transform: none;
    animation: none;
  }
}

@media (max-width: 640px) {
  body::before {
    background-size: 48px 48px;
  }

  .page-shell {
    padding: 1rem;
  }

  .brand-lockup img {
    width: min(100%, 22rem);
  }

  h1 {
    max-width: 10ch;
  }

  .art-note {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .site-footer {
    flex-direction: column;
  }
}
