:root {
  --bg: #081522;
  --bg-2: #0d1f2f;
  --panel: rgba(16, 38, 56, 0.82);
  --panel-solid: #102638;
  --line: rgba(120, 205, 255, 0.18);
  --text: #edf7ff;
  --muted: #a9bfd0;
  --blue: #2b3e50;
  --cyan: #3fc9ff;
  --cyan-2: #75ddff;
  --gold: #f2b643;
  --green: #55d38a;
  --red: #ff6a5f;
  --max: 1180px;
  --radius: 20px;
  --shadow: 0 22px 70px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 0%, rgba(0,167,255,.14), transparent 34rem),
    radial-gradient(circle at 15% 30%, rgba(43,62,80,.22), transparent 28rem),
    linear-gradient(180deg, #06111c 0%, var(--bg) 44%, #07131f 100%);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5,16,27,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 12px;
  white-space: nowrap;
}
.brand strong {
  letter-spacing: .16em;
  font-size: 1.18rem;
  color: var(--cyan-2);
}
.brand span { color: var(--muted); font-size: .82rem; }

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.nav a {
  text-decoration: none;
  color: #c8d9e6;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: .93rem;
}
.nav a:hover, .nav a:focus-visible {
  background: rgba(63,201,255,.09);
  color: white;
  outline: none;
}

.hero { padding: 34px 0 28px; }
.hero-visual {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(117,221,255,.18);
  background: #06111c;
}
.hero-visual picture,
.hero-visual img { width: 100%; }

.hero-copy {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 32px;
  align-items: end;
  padding: 34px 2px 6px;
}
.eyebrow {
  color: var(--cyan-2);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 750;
}
h1, h2, h3 { line-height: 1.14; margin-top: 0; }
h1 {
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  margin-bottom: 12px;
  letter-spacing: -.04em;
}
h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.9rem);
  margin-bottom: 14px;
}
h3 { font-size: 1.18rem; margin-bottom: 8px; }

.lead {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: #c8d9e6;
  max-width: 820px;
}
.tagline {
  color: var(--gold);
  font-style: italic;
  font-size: 1.1rem;
  margin: 5px 0 0;
}
.hero-side {
  color: var(--muted);
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 720;
  border: 1px solid rgba(117,221,255,.32);
  background: linear-gradient(180deg, rgba(27,132,212,.9), rgba(12,83,151,.92));
  box-shadow: 0 9px 24px rgba(0,115,205,.19);
}
.button.secondary {
  background: rgba(255,255,255,.035);
  color: #dcecf7;
}
.button:hover { transform: translateY(-1px); }

.section {
  padding: 76px 0;
  border-top: 1px solid rgba(120,205,255,.08);
}
.section-head { max-width: 810px; margin-bottom: 28px; }
.section-head p { color: var(--muted); }

.grid-4, .grid-3, .grid-2 {
  display: grid;
  gap: 18px;
}
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: linear-gradient(180deg, rgba(18,43,63,.82), rgba(10,27,42,.84));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 16px 45px rgba(0,0,0,.12);
}
.card p { color: var(--muted); margin-bottom: 0; }
.card .kicker {
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  margin-bottom: 12px;
}

.about-wrap {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
}
.logo-card {
  padding: 20px;
  background: linear-gradient(145deg, rgba(235,242,246,.98), rgba(181,193,202,.95));
  border-radius: 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.6);
}
.logo-card img { border-radius: 14px; }

.project {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  align-items: center;
}
.project-logo {
  width: 180px;
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.35));
}
.meta-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 6px 18px;
  margin-top: 18px;
  font-size: .95rem;
}
.meta-list dt { color: var(--muted); }
.meta-list dd { margin: 0; font-weight: 650; overflow-wrap: anywhere; }

.release-card {
  display: flex;
  flex-direction: column;
}
.release-hero-wrap {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
}
.release-hero {
  width: 100%;
  max-width: 360px;
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,.28));
}

.quote {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  max-width: 950px;
  color: #dff4ff;
  letter-spacing: -.02em;
}
.quote strong { color: var(--cyan-2); }

.contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: linear-gradient(135deg, rgba(43,62,80,.7), rgba(9,42,63,.8));
  border: 1px solid rgba(117,221,255,.2);
  border-radius: 24px;
  padding: 30px;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 42px;
  color: #8198aa;
  font-size: .9rem;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.page-hero { padding: 64px 0 36px; }
.page-hero .project-logo { width: 156px; }
.page-hero-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  align-items: center;
}
.code-pill {
  display: inline-block;
  max-width: 100%;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(117,221,255,.18);
  border-radius: 10px;
  padding: 8px 11px;
  color: #9fe7ff;
  overflow-wrap: anywhere;
}
.identity-box {
  border-left: 3px solid var(--cyan);
  padding: 18px 22px;
  background: rgba(63,201,255,.055);
  border-radius: 0 16px 16px 0;
  margin-top: 20px;
}
.note { color: var(--muted); font-size: .93rem; }

@media (max-width: 900px) {
  .header-inner { align-items: flex-start; padding: 16px 0; flex-direction: column; }
  .nav { justify-content: flex-start; }
  .hero-copy, .about-wrap, .grid-2 { grid-template-columns: 1fr; }
  .hero-side { border-left: 0; border-top: 1px solid var(--line); padding: 20px 0 0; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .project { grid-template-columns: 130px 1fr; }
  .project-logo { width: 130px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .hero { padding-top: 18px; }
  .hero-visual { border-radius: 18px; }
  .hero-copy { padding-top: 25px; }
  .section { padding: 54px 0; }
  .grid-4 { grid-template-columns: 1fr; }
  .project, .page-hero-grid { grid-template-columns: 1fr; }
  .project-logo, .page-hero .project-logo { width: 128px; }
  .contact-box { align-items: flex-start; flex-direction: column; }
  .meta-list { grid-template-columns: 1fr; gap: 2px; }
  .meta-list dd { margin-bottom: 9px; }
}
