:root {
  --ink: #ecf7f4;
  --muted: #8ca29f;
  --line: rgba(216, 246, 238, .13);
  --surface: rgba(13, 28, 31, .72);
  --green: #45f0ad;
  --cyan: #5ce1ff;
  --blue: #4787ff;
  --bg: #071014;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "DM Sans", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.ambient { position: fixed; width: 36rem; height: 36rem; filter: blur(100px); border-radius: 50%; opacity: .11; pointer-events: none; z-index: -1; }
.ambient-one { background: var(--green); top: -16rem; right: -12rem; }
.ambient-two { background: var(--blue); bottom: 8rem; left: -22rem; }

.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 1.16rem/1 "Manrope", sans-serif; letter-spacing: -.03em; }
.brand-mark { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(92,225,255,.5); border-radius: 50%; transform: rotate(45deg); }
.brand-mark span { width: 9px; height: 9px; border-radius: 50% 50% 50% 2px; background: linear-gradient(135deg, var(--cyan), var(--green)); box-shadow: 0 0 16px var(--green); }
nav { display: flex; gap: 36px; }
nav a { color: var(--muted); font-size: .92rem; font-weight: 600; transition: color .2s; }
nav a:hover, nav a:focus-visible { color: var(--ink); }

.hero { position: relative; min-height: 660px; padding: 118px 0 110px; border-bottom: 1px solid var(--line); }
.eyebrow, .section-number { color: var(--green); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 12px var(--green); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; }
h1 { max-width: 730px; margin-top: 25px; font-size: clamp(4.5rem, 9vw, 8rem); line-height: .9; letter-spacing: -.075em; }
h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px rgba(92,225,255,.8); }
.hero-copy { max-width: 590px; margin: 34px 0 30px; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.hero-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid var(--green); font-weight: 700; font-size: .92rem; }
.hero-link span { color: var(--green); }

.orbit { position: absolute; width: 360px; height: 360px; right: -20px; top: 145px; opacity: .8; }
.orbit-ring { position: absolute; inset: 10%; border: 1px solid rgba(92,225,255,.18); border-radius: 50%; }
.ring-two { inset: 25%; border-style: dashed; animation: spin 22s linear infinite reverse; }
.core { position: absolute; inset: 39%; border: 1px solid rgba(69,240,173,.5); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 70px rgba(69,240,173,.16); }
.core span { width: 24px; height: 24px; background: var(--green); border-radius: 50%; box-shadow: 0 0 30px var(--green); }
.planet { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.p-one { top: 12%; left: 49%; }.p-two { bottom: 22%; left: 12%; width: 8px; height: 8px; background: var(--green); }.p-three { right: 4%; top: 56%; width: 6px; height: 6px; }
@keyframes spin { to { transform: rotate(360deg); } }

.family { padding: 110px 0 130px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-heading h2, .coming h2 { font-size: clamp(2.8rem, 5vw, 4.6rem); letter-spacing: -.055em; }
.section-heading p:last-child { color: var(--muted); max-width: 390px; font-size: 1rem; line-height: 1.65; margin: 0; }
.section-number { margin: 0 0 13px; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.project-card { position: relative; display: block; padding: 20px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(18,39,41,.86), rgba(8,18,22,.72)); border-radius: 24px; overflow: hidden; transition: transform .3s ease, border-color .3s, box-shadow .3s; }
.project-card:hover, .project-card:focus-visible { transform: translateY(-7px); border-color: rgba(92,225,255,.38); box-shadow: 0 28px 80px rgba(0,0,0,.28); outline: none; }
.card-topline { display: flex; justify-content: space-between; align-items: center; padding: 2px 2px 16px; }
.card-index { font: 700 .75rem "Manrope"; color: #60716f; }
.live-pill { display: flex; align-items: center; gap: 7px; border: 1px solid var(--line); padding: 6px 10px; border-radius: 99px; color: #a9b9b6; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.card-art { height: 290px; border-radius: 15px; overflow: hidden; position: relative; display: grid; place-items: center; }
.news-art { background: radial-gradient(circle at 50% 50%, rgba(71,135,255,.35), transparent 35%), linear-gradient(145deg,#12233a,#0b1520); }
.news-globe { width: 145px; height: 145px; border-radius: 50%; border: 1px solid rgba(92,225,255,.55); box-shadow: inset 0 0 45px rgba(71,135,255,.24), 0 0 45px rgba(71,135,255,.15); background: repeating-linear-gradient(90deg,transparent 0 23px,rgba(92,225,255,.1) 24px 25px), repeating-linear-gradient(0deg,transparent 0 23px,rgba(92,225,255,.1) 24px 25px); transform: rotate(-8deg); }
.news-lines { position: absolute; right: 13%; top: 25%; display: grid; gap: 9px; }
.news-lines i { display: block; width: 65px; height: 2px; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }.news-lines i:nth-child(2){width:42px}.news-lines i:nth-child(3){width:54px}
.music-art { background: radial-gradient(circle at 40% 46%,rgba(69,240,173,.25),transparent 36%), linear-gradient(145deg,#102a24,#091915); }
.record { width: 154px; height: 154px; border-radius: 50%; background: repeating-radial-gradient(circle,#10211e 0 5px,#254039 6px 7px); display: grid; place-items: center; box-shadow: 0 20px 45px rgba(0,0,0,.4); animation: spin 14s linear infinite; }
.record div { width: 52px; height: 52px; border-radius: 50%; background: var(--green); border: 15px solid #142824; box-shadow: 0 0 18px rgba(69,240,173,.6); }
.sound-bars { position: absolute; left: 12%; bottom: 24%; display: flex; gap: 5px; align-items: end; height: 50px; }.sound-bars i { width: 3px; background: var(--green); height: 45%; opacity: .7; }.sound-bars i:nth-child(2){height:85%}.sound-bars i:nth-child(3){height:60%}.sound-bars i:nth-child(4){height:100%}.sound-bars i:nth-child(5){height:52%}.sound-bars i:nth-child(6){height:72%}.sound-bars i:nth-child(7){height:35%}
.art-label { position: absolute; bottom: 17px; right: 18px; font: 700 .62rem "Manrope"; letter-spacing: .16em; color: rgba(236,247,244,.45); }
.card-content { padding: 28px 8px 11px; }
.category { color: var(--green); font: 700 .68rem "Manrope"; letter-spacing: .13em; margin: 0 0 10px; }
.card-content h3 { font-size: 2rem; letter-spacing: -.04em; }
.card-content > p:last-of-type { min-height: 54px; color: var(--muted); line-height: 1.55; margin: 13px 0 25px; }
.visit { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); font-size: .9rem; font-weight: 700; }
.visit b { color: var(--green); font-size: 1.25rem; transition: transform .25s; }.project-card:hover .visit b { transform: translate(3px,-3px); }

.coming { min-height: 480px; padding: 100px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.coming h2 span { color: var(--green); }.coming-copy > p:last-child { color: var(--muted); max-width: 510px; line-height: 1.7; font-size: 1.06rem; }
.coming-visual { min-height: 280px; position: relative; display: grid; place-items: center; }
.plus { width: 110px; height: 110px; border: 1px solid rgba(69,240,173,.4); border-radius: 50%; display: grid; place-items: center; font: 300 3.3rem "DM Sans"; color: var(--green); background: rgba(69,240,173,.04); box-shadow: 0 0 55px rgba(69,240,173,.1); }
.pulse { position: absolute; border: 1px solid rgba(92,225,255,.12); border-radius: 50%; }.p-a{inset:27%}.p-b{inset:12%}.p-c{inset:0}
footer { min-height: 150px; display: flex; justify-content: space-between; align-items: center; color: #70827f; font-size: .82rem; }
.footer-brand { color: var(--ink); }

@media (max-width: 850px) {
  .orbit { opacity: .32; right: -150px; top: 180px; }
  .project-grid { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .coming { grid-template-columns: 1fr; gap: 25px; }
  .coming-visual { min-height: 220px; }
}
@media (max-width: 560px) {
  .site-header, main, footer { width: min(100% - 30px, 1180px); }
  .site-header { height: 72px; }
  nav { gap: 18px; } nav a { font-size: .78rem; }
  .hero { min-height: 590px; padding: 90px 0 75px; }
  h1 { font-size: clamp(3.7rem, 20vw, 5.4rem); }
  .hero-copy { font-size: 1rem; }
  .orbit { width: 280px; height: 280px; top: 275px; right: -150px; }
  .family { padding: 80px 0; }
  .card-art { height: 225px; }
  .section-heading h2, .coming h2 { font-size: 2.75rem; }
  .coming { padding: 80px 0; }
  footer { padding: 38px 0; min-height: 190px; align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
