:root {
  --bg: #090a0c;
  --bg-2: #0f1115;
  --panel: #12151a;
  --panel-2: #171a20;
  --text: #f4f5f7;
  --muted: #9fa6b0;
  --line: rgba(255,255,255,.10);
  --red: #e5362d;
  --red-2: #ff4a3f;
  --shadow: 0 24px 80px rgba(0,0,0,.46);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 75% 12%, rgba(229,54,45,.12), transparent 26rem),
    linear-gradient(180deg, #0b0c0f 0%, var(--bg) 42%, #0b0c0e 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  z-index: -1;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}

a { color: inherit; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.2);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0b0c0f;
}
.brand-mark.small { width: 30px; height: 30px; }
.brand-disc {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  background: repeating-radial-gradient(circle at center, #1a1c20 0 2px, #08090b 3px 4px);
  position: relative;
}
.brand-disc::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}

.brand-name {
  font-weight: 850;
  letter-spacing: .11em;
  font-size: 18px;
}
.brand-name span { color: var(--red); }

.header-cta {
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .04em;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  transition: .2s ease;
}
.header-cta:hover { border-color: rgba(229,54,45,.55); background: rgba(229,54,45,.08); }

.hero {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 70px;
  align-items: center;
  padding: 70px 0 90px;
}


.hero-suite-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  box-shadow: 0 20px 40px rgba(0,0,0,.22);
}
.hero-suite-logo-wrap {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.hero-suite-logo {
  display: block;
  width: 100%;
  max-width: 72px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.hero-suite-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-suite-text span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  color: #aab1bb;
  text-transform: uppercase;
}
.hero-suite-text strong {
  font-size: 15px;
  font-weight: 780;
  letter-spacing: -.01em;
  color: #f4f5f7;
}

.eyebrow, .section-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  color: #bec3ca;
  text-transform: uppercase;
}
.eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(229,54,45,.7);
}

h1 {
  margin: 25px 0 22px;
  font-size: clamp(50px, 6.4vw, 90px);
  line-height: .94;
  letter-spacing: -.055em;
  max-width: 780px;
}
h1 em { color: var(--red); font-style: normal; }

.lead {
  max-width: 650px;
  font-size: 19px;
  line-height: 1.65;
  color: #b8bec7;
  margin: 0;
}

.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 21px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 780;
  font-size: 14px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 10px 30px rgba(229,54,45,.2); }
.button-primary:hover { background: var(--red-2); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(255,255,255,.22); }

.status-line {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8e959f;
  font-size: 13px;
}
.pulse {
  width: 7px; height: 7px; background: #55d788; border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(85,215,136,.09), 0 0 20px rgba(85,215,136,.3);
}

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.glow {
  position: absolute;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229,54,45,.25), rgba(229,54,45,.07) 42%, transparent 70%);
  filter: blur(10px);
}
.record-shell { width: 500px; height: 440px; position: relative; filter: drop-shadow(0 35px 35px rgba(0,0,0,.55)); }
.sleeve {
  position: absolute;
  right: 0;
  top: 35px;
  width: 350px;
  height: 350px;
  background:
    linear-gradient(150deg, rgba(255,255,255,.055), transparent 34%),
    linear-gradient(155deg, #1e2228 0%, #111319 63%, #17191e 100%);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02), var(--shadow);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sleeve::after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(255,255,255,.04);
  pointer-events: none;
}
.sleeve-top, .sleeve-meta { font-size: 10px; letter-spacing: .21em; font-weight: 800; color: #9096a0; }
.sleeve-title { font-size: 54px; letter-spacing: -.05em; font-weight: 900; color: var(--red); }

.record {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 2;
  background: radial-gradient(circle at 37% 31%, #34373d 0 1%, #121418 16%, #030405 54%, #101216 72%, #030405 100%);
  border: 1px solid rgba(255,255,255,.17);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,.6), inset -18px -18px 30px rgba(255,255,255,.025);
  animation: float 6s ease-in-out infinite;
}
.record::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle at center, transparent 0 4px, rgba(255,255,255,.07) 4.5px 5px, transparent 5.4px 8px);
  opacity: .65;
}
.record::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.11) 33%, transparent 45%);
  transform: rotate(-8deg);
}
.groove { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left:50%; top:50%; transform:translate(-50%,-50%); }
.groove-1 { width: 320px; height: 320px; }
.groove-2 { width: 275px; height: 275px; }
.groove-3 { width: 235px; height: 235px; }
.groove-4 { width: 190px; height: 190px; }
.record-label {
  position: absolute;
  width: 118px;
  height: 118px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--red);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: inset 0 0 0 10px rgba(0,0,0,.05);
}
.record-label span { font-size: 10px; letter-spacing: .21em; font-weight: 800; }
.record-label strong { font-size: 23px; line-height: .9; letter-spacing: -.04em; }
.record-label small { margin-top: 8px; font-size: 8px; letter-spacing: .17em; }
.spindle {
  position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #08090b; border: 2px solid #d7d8da;
  left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 4;
}

@keyframes float { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-10px) rotate(-2deg); } }

.proof-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  background: rgba(255,255,255,.018);
}
.proof-strip div { padding: 26px 28px; border-right: 1px solid var(--line); display:flex; flex-direction:column; gap:6px; }
.proof-strip div:last-child { border-right:0; }
.proof-strip strong { font-size: 12px; letter-spacing: .14em; color: #f0f1f3; }
.proof-strip span { font-size: 12px; color: #818895; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.about { padding: 120px 0 65px; }
.section-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap:80px; margin-top:28px; }
h2 { margin:0; font-size:clamp(38px, 4.6vw, 62px); letter-spacing:-.045em; line-height:1.02; }
h2 span { color:#777f8a; }
.about-copy { font-size:17px; line-height:1.72; color:#aeb4bd; }
.about-copy p:first-child { margin-top:2px; }

.features { padding: 25px 0 120px; display:grid; grid-template-columns: 1.25fr 1fr 1fr; gap:16px; }
.feature-card {
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  border:1px solid var(--line);
  border-radius:14px;
  min-height: 380px;
  padding:28px;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
}
.feature-card::before { content:""; position:absolute; width:180px; height:180px; border-radius:50%; background:rgba(229,54,45,.08); filter:blur(50px); right:-90px; top:-60px; }
.feature-number { font-size:11px; color:#777e89; letter-spacing:.18em; font-weight:800; }
.feature-card h3 { margin: auto 0 10px; font-size:25px; letter-spacing:-.025em; }
.feature-card p { margin:0; color:#929aa5; font-size:14px; line-height:1.65; }
.mini-ui { margin-top:42px; }
.shelves-ui { display:flex; flex-direction:column; gap:10px; }
.shelf-row { border-bottom:1px solid rgba(255,255,255,.13); padding:0 0 7px; display:flex; align-items:end; gap:5px; }
.shelf-row b { width:32px; font-size:9px; color:#7c838d; letter-spacing:.12em; }
.shelf-row i { width:18px; height:46px; display:block; background:linear-gradient(180deg,#323740,#181b20); border-radius:2px 2px 0 0; border-left:2px solid var(--red); }
.shelf-row i:nth-child(3n) { height:37px; }
.shelf-row i:nth-child(2n) { height:52px; }
.search-ui { height:52px; border:1px solid rgba(255,255,255,.12); border-radius:8px; display:flex; align-items:center; justify-content:space-between; padding:0 14px; color:#717884; font-size:12px; }
.search-ui b { color:var(--red); font-size:22px; }
.connection-ui { height:110px; position:relative; }
.connection-ui::before, .connection-ui::after { content:""; position:absolute; left:20px; right:20px; top:55px; border-top:1px solid rgba(255,255,255,.14); transform:rotate(12deg); }
.connection-ui::after { transform:rotate(-17deg); }
.connection-ui span { width:14px; height:14px; border-radius:50%; background:#20242a; border:2px solid var(--red); position:absolute; z-index:2; }
.connection-ui span:nth-child(1){left:10%;top:50%}.connection-ui span:nth-child(2){left:38%;top:16%}.connection-ui span:nth-child(3){left:63%;top:58%}.connection-ui span:nth-child(4){left:83%;top:22%}.connection-ui span:nth-child(5){left:48%;top:78%}

.register { padding-bottom: 105px; }
.register-panel {
  border:1px solid rgba(229,54,45,.26);
  background:
    radial-gradient(circle at 78% 36%, rgba(229,54,45,.14), transparent 23rem),
    linear-gradient(140deg, #17191e, #0f1115);
  border-radius:18px;
  padding:54px;
  display:grid;
  grid-template-columns: 1fr .9fr;
  gap:70px;
  align-items:center;
  box-shadow: var(--shadow);
}
.register-panel h2 { font-size:48px; margin:12px 0 12px; }
.register-copy p { margin:0; max-width:580px; color:#9ca4ae; line-height:1.65; }

.launch-status {
  min-height: 180px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(7,8,10,.45);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.launch-status::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  top: -85px;
  border-radius: 50%;
  background: rgba(229,54,45,.11);
  filter: blur(30px);
}
.launch-status-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  color: #858d98;
  position: relative;
}
.launch-status strong {
  margin-top: 8px;
  font-size: 30px;
  letter-spacing: -.03em;
  position: relative;
}
.launch-status p {
  margin: 9px 0 0;
  color: #858d98;
  font-size: 13px;
  line-height: 1.6;
  max-width: 370px;
  position: relative;
}

.redlab { padding-bottom:110px; }
.suite-box {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:54px 0;
  display:grid;
  grid-template-columns: 330px 1fr;
  gap:70px;
  align-items:center;
}
.suite-logo-wrap {
  height: 265px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}
/* Intentionally centred both vertically and horizontally inside the box. */
.suite-logo {
  display: block;
  width: min(100%, 245px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}
.suite-copy h2 { font-size:42px; margin:12px 0 15px; }
.suite-copy p { color:#9299a4; line-height:1.68; max-width:730px; margin:0; }

.site-footer {
  width:min(calc(100% - 40px), var(--max));
  margin:0 auto;
  min-height:110px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
}
.footer-copy { display:flex; gap:22px; color:#6e7580; font-size:12px; }
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top:60px; gap:30px; }
  .hero-copy { max-width:800px; }
  .hero-suite-brand { max-width: 520px; }
  .hero-visual { min-height:500px; }
  .proof-strip { grid-template-columns:1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right:0; }
  .proof-strip div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .section-grid { grid-template-columns:1fr; gap:25px; }
  .features { grid-template-columns:1fr 1fr; }
  .feature-card-large { grid-column:1 / -1; }
  .register-panel { grid-template-columns:1fr; gap:32px; }
  .suite-box { grid-template-columns:280px 1fr; gap:35px; }
}

@media (max-width: 680px) {
  .site-header { height:78px; width:min(calc(100% - 28px), var(--max)); }
  .hero-suite-brand { width: 100%; gap: 12px; padding: 12px; }
  .hero-suite-logo-wrap { width: 76px; height: 76px; flex-basis: 76px; }
  .hero-suite-logo { max-width: 58px; }
  .hero-suite-text strong { font-size: 14px; }
  .header-cta { display:none; }
  .hero, .section, .site-footer { width:min(calc(100% - 28px), var(--max)); }
  .hero { min-height:auto; padding:58px 0 65px; }
  h1 { font-size:clamp(47px, 15vw, 68px); }
  .lead { font-size:16px; }
  .hero-visual { min-height:390px; overflow:hidden; }
  .record-shell { width:390px; height:350px; transform:scale(.85); }
  .record { width:300px; height:300px; }
  .sleeve { width:285px; height:285px; top:30px; }
  .record-label { width:96px; height:96px; }
  .groove-1 { width:258px;height:258px }.groove-2 {width:225px;height:225px}.groove-3{width:190px;height:190px}.groove-4{width:155px;height:155px}
  .proof-strip { grid-template-columns:1fr; }
  .proof-strip div { border-right:0; border-bottom:1px solid var(--line); }
  .proof-strip div:last-child { border-bottom:0; }
  .about { padding-top:90px; }
  .features { grid-template-columns:1fr; padding-bottom:80px; }
  .feature-card-large { grid-column:auto; }
  .register-panel { padding:30px 22px; }
  .register-panel h2 { font-size:40px; }
  .suite-box { grid-template-columns:1fr; gap:28px; padding:38px 0; }
  .suite-logo-wrap { height:240px; }
  .suite-logo { width:min(100%, 225px); }
  .site-footer { flex-direction:column; align-items:flex-start; justify-content:center; gap:18px; padding:26px 0; }
  .footer-copy { flex-direction:column; gap:6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .record { animation:none; }
  *, *::before, *::after { transition-duration:.01ms!important; }
}
