:root {
  color-scheme: light;
  --plum-950: #160d1c;
  --plum-900: #25102d;
  --plum-800: #351044;
  --plum-700: #552064;
  --violet: #8a3fc4;
  --lilac: #dcb8f3;
  --rose: #f14c78;
  --cream: #fffaf2;
  --ink: #231628;
  --muted: #716777;
  --line: rgba(62, 31, 72, .14);
  font-family: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--cream); }
body { min-height: 100vh; margin: 0; color: var(--ink); }
a { color: inherit; }

.page-shell,
.company-shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.page-shell {
  background:
    radial-gradient(circle at 88% 12%, rgba(219, 168, 244, .4), transparent 29rem),
    radial-gradient(circle at 7% 88%, rgba(248, 178, 191, .35), transparent 27rem),
    linear-gradient(135deg, #fffdf8 0%, #fbf3fb 55%, #f4e8f7 100%);
}

.page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image: radial-gradient(rgba(72, 32, 80, .18) .7px, transparent .7px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.site-header,
footer {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header { min-height: 92px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 19px; font-weight: 600; letter-spacing: -.3px; }
.brand img { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(70, 25, 85, .15)); }
.brand strong { color: var(--violet); }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.65); color: var(--muted); font-size: 12px; font-weight: 600; backdrop-filter: blur(12px); }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #6bb789; box-shadow: 0 0 0 4px rgba(107,183,137,.14); }

.hero {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  min-height: calc(100vh - 166px);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
  align-items: center;
  gap: clamp(36px, 7vw, 100px);
  padding: 76px 0 86px;
}

.eyebrow { margin: 0 0 21px; color: var(--violet); font-size: 12px; font-weight: 700; letter-spacing: 2.2px; text-transform: uppercase; }
h1 { max-width: 720px; margin: 0; font-family: "Playfair Display", serif; font-size: clamp(52px, 6.3vw, 88px); font-weight: 600; line-height: .98; letter-spacing: -3px; }
h1 em { color: var(--violet); font-style: italic; }
.intro { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.7; }
.feature-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 34px; color: var(--plum-700); font-size: 13px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; }
.feature-row b { color: var(--rose); font-size: 10px; }
.launch-note { margin: 28px 0 0; color: #8b7e8e; font-size: 13px; }

.world-art { position: relative; width: min(100%, 510px); aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; }
.planet { position: relative; z-index: 3; width: 62%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, #7d30a7, #3a1549); box-shadow: 0 32px 80px rgba(70, 20, 87, .28), inset 12px 12px 34px rgba(255,255,255,.18); }
.planet::before { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.orbit { position: absolute; border: 1px solid rgba(91, 34, 108, .19); border-radius: 50%; transform: rotate(-18deg); }
.orbit::after { content: ""; position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 8px rgba(241,76,120,.12); }
.orbit-one { inset: 10%; }
.orbit-one::after { right: 7%; top: 20%; }
.orbit-two { inset: 0; transform: rotate(34deg); }
.orbit-two::after { left: 4%; top: 43%; width: 9px; height: 9px; background: var(--violet); }
.person { position: absolute; width: 17%; aspect-ratio: .72; border-radius: 50% 50% 42% 42%; background: #d8adf0; transform-origin: 50% 115%; }
.person::before { content: ""; position: absolute; width: 58%; aspect-ratio: 1; left: 21%; top: -31%; border-radius: 50%; background: inherit; }
.person-one { left: 18%; top: 25%; transform: rotate(-42deg); }
.person-two { right: 18%; top: 25%; transform: rotate(42deg); background: #f389ac; }
.person-three { left: 24%; bottom: 18%; transform: rotate(-136deg); background: #aa6bd4; }
.person-four { right: 24%; bottom: 18%; transform: rotate(136deg); background: #f0d8fc; }
.heart { position: absolute; inset: 0; display: grid; place-items: center; color: #ff4b72; font-size: clamp(48px, 7vw, 82px); filter: drop-shadow(0 8px 10px rgba(63,10,49,.22)); }
.spark { position: absolute; color: var(--violet); font-size: 28px; }
.spark-one { top: 7%; left: 17%; }
.spark-two { right: 2%; bottom: 22%; color: var(--rose); font-size: 18px; }
.spark-three { left: 3%; bottom: 29%; color: #c998e5; font-size: 42px; }

footer { min-height: 74px; border-top: 1px solid var(--line); color: #827686; font-size: 12px; }
footer a { text-decoration: none; }
footer a:hover, .text-link:hover { color: var(--violet); }

.company-shell { background: var(--plum-950); color: #fdf7ff; }
.company-shell::before { content: ""; position: absolute; width: 70vw; height: 70vw; right: -28vw; top: -35vw; border: 1px solid rgba(222,186,240,.11); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(255,255,255,.013), 0 0 0 18vw rgba(255,255,255,.01); }
.company-header { border-color: rgba(255,255,255,.12); }
.wordmark { color: white; font-family: "Playfair Display", serif; font-size: 32px; font-weight: 700; letter-spacing: -1px; text-decoration: none; }
.wordmark span { color: #d58cf1; }
.text-link { color: #d8cadc; font-size: 13px; text-decoration: none; transition: color .2s ease; }
.text-link span { margin-left: 6px; color: #d58cf1; }
.company-main { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); min-height: calc(100vh - 166px); margin: auto; display: grid; grid-template-columns: 1fr minmax(380px, .72fr); align-items: center; gap: clamp(50px, 8vw, 120px); padding: 90px 0; }
.company-page .eyebrow { color: #d58cf1; }
.company-page h1 { font-size: clamp(50px, 6.1vw, 84px); }
.company-page h1 em { color: #e3a5f7; }
.company-page .intro { color: #b6a9b9; }
.venture-card { position: relative; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 22px; min-height: 220px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: linear-gradient(145deg, rgba(111,50,132,.42), rgba(55,24,65,.38)); box-shadow: 0 30px 80px rgba(0,0,0,.25); color: white; text-decoration: none; backdrop-filter: blur(15px); transition: transform .25s ease, border-color .25s ease; }
.venture-card::after { content: ""; position: absolute; inset: auto -10% -60% 30%; height: 180px; background: #ad52cf; filter: blur(80px); opacity: .22; }
.venture-card:hover { transform: translateY(-5px); border-color: rgba(229,181,247,.5); }
.venture-mark { position: relative; z-index: 2; width: 100px; height: 100px; display: grid; place-items: center; border-radius: 24px; background: rgba(255,255,255,.92); }
.venture-mark img { width: 84px; height: 84px; object-fit: contain; }
.card-label { color: #d8addf; font-size: 10px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.venture-card h2 { margin: 8px 0 7px; font-family: "Playfair Display", serif; font-size: 30px; }
.venture-card p { margin: 0; color: #c7bacb; font-size: 13px; line-height: 1.55; }
.card-arrow { position: relative; z-index: 2; align-self: start; color: #df9cf6; font-size: 24px; }
.company-page footer { border-color: rgba(255,255,255,.12); color: #8d818f; }

@media (max-width: 820px) {
  .site-header, footer, .hero, .company-main { width: min(100% - 32px, 620px); }
  .site-header { min-height: 78px; }
  .brand img { width: 43px; height: 43px; }
  .status-pill { padding: 8px 11px; font-size: 10px; }
  .hero, .company-main { min-height: auto; grid-template-columns: 1fr; gap: 60px; padding: 70px 0; }
  h1, .company-page h1 { font-size: clamp(46px, 13vw, 70px); letter-spacing: -2px; }
  .world-art { width: min(100%, 420px); }
  .company-main { padding-top: 86px; }
  .venture-card { grid-template-columns: 78px 1fr auto; min-height: 190px; padding: 24px; }
  .venture-mark { width: 78px; height: 78px; border-radius: 20px; }
  .venture-mark img { width: 68px; height: 68px; }
}

@media (max-width: 520px) {
  .site-header, footer, .hero, .company-main { width: min(100% - 28px, 480px); }
  .status-pill { font-size: 0; padding: 9px; }
  .status-pill i { width: 8px; height: 8px; }
  .hero { padding-top: 58px; gap: 42px; }
  .intro { margin-top: 24px; font-size: 16px; }
  .feature-row { gap: 9px; font-size: 11px; }
  .world-art { width: 92%; }
  footer { gap: 18px; min-height: 68px; }
  .company-header .text-link { max-width: 130px; text-align: right; }
  .venture-card { grid-template-columns: 64px 1fr; gap: 16px; padding: 20px; }
  .venture-mark { width: 64px; height: 64px; border-radius: 17px; }
  .venture-mark img { width: 55px; height: 55px; }
  .venture-card h2 { font-size: 25px; }
  .venture-card p { grid-column: 1 / -1; }
  .card-arrow { position: absolute; top: 20px; right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
