:root {
  --paper: #f2f1ed;
  --surface: #faf9f6;
  --ink: #111214;
  --titanium: #8b9094;
  --line: #d8d6cf;
  --muted: #666a6d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(rgba(17, 18, 20, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 18, 20, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
}

.site-header {
  min-height: 96px;
  padding: 24px clamp(24px, 4.2vw, 72px);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand { width: clamp(150px, 13vw, 210px); display: block; }
.brand img { display: block; width: 100%; height: auto; }
.header-actions,
.hero-cta-row,
.eyebrow,
.launch-card-topline,
.footer-meta { display: flex; align-items: center; }
.header-actions { gap: clamp(20px, 3vw, 52px); }

.status,
.instagram-link,
.eyebrow,
.launch-card-topline,
.domain,
.footer-meta {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 0 0 5px rgba(17, 18, 20, 0.07);
}
.instagram-link {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  transition: color 180ms ease, border-color 180ms ease;
}
.instagram-link:hover { color: var(--titanium); border-color: var(--titanium); }

.hero {
  min-height: calc(100vh - 96px);
  padding: clamp(48px, 7vw, 112px) clamp(24px, 4.2vw, 72px) 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.65fr);
  gap: clamp(48px, 8vw, 140px);
  align-items: end;
}
.hero-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eyebrow {
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
h1 {
  max-width: 1050px;
  margin: clamp(52px, 9vh, 120px) 0 clamp(56px, 10vh, 130px);
  font-size: clamp(64px, 8.9vw, 152px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.065em;
}
h1 span { display: block; color: var(--titanium); }
.hero-intro {
  display: grid;
  grid-template-columns: minmax(260px, 560px) 1fr;
  gap: clamp(30px, 5vw, 90px);
  align-items: end;
}
.hero-intro > p {
  margin: 0;
  max-width: 650px;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
  letter-spacing: -0.015em;
}
.hero-cta-row { justify-content: flex-end; gap: 20px; flex-wrap: wrap; }
.primary-cta {
  min-height: 54px;
  padding: 0 22px;
  background: var(--ink);
  color: var(--surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}
.primary-cta:hover { background: #2d2f32; transform: translateY(-2px); }
.domain { color: var(--muted); }

.launch-card {
  position: relative;
  min-height: min(690px, 74vh);
  padding: 26px;
  border: 1px solid rgba(17, 18, 20, 0.14);
  background: rgba(250, 249, 246, 0.72);
  box-shadow: 0 32px 80px rgba(17, 18, 20, 0.08);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.launch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 62%, rgba(139, 144, 148, 0.13));
  pointer-events: none;
}
.launch-card-topline { position: relative; z-index: 1; justify-content: space-between; color: var(--muted); }
.orbit-mark {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1;
  margin: 12px auto 24px;
  display: grid;
  place-items: center;
}
.orbit-mark::before,
.orbit-mark::after { content: ""; position: absolute; background: var(--line); }
.orbit-mark::before { width: 120%; height: 1px; }
.orbit-mark::after { width: 1px; height: 120%; }
.orbit-ring { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-ring-one { inset: 5%; }
.orbit-ring-two { inset: 22%; border-style: dashed; }
.orbit-letter {
  position: relative;
  z-index: 1;
  width: 45%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ink);
  color: var(--surface);
  display: grid;
  place-items: center;
  font-size: clamp(72px, 7vw, 118px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.08em;
  padding: 0 7% 7% 0;
}
.orbit-index {
  position: absolute;
  top: 9%;
  right: 11%;
  z-index: 1;
  background: var(--paper);
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.launch-points { position: relative; z-index: 1; border-top: 1px solid var(--line); }
.launch-point {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.launch-number {
  padding-top: 3px;
  color: var(--titanium);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.launch-point h2, .launch-point p { margin: 0; }
.launch-point h2 { margin-bottom: 4px; font-size: 15px; line-height: 1.2; }
.launch-point p { color: var(--muted); font-size: 12px; line-height: 1.5; }

.category-rail {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--surface);
  overflow: hidden;
}
.category-track {
  width: max-content;
  padding: 19px 0;
  display: flex;
  animation: category-scroll 34s linear infinite;
}
.category-track span {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-right: 28px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.category-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--titanium); }
@keyframes category-scroll { to { transform: translateX(-50%); } }

.site-footer {
  min-height: 310px;
  padding: 64px clamp(24px, 4.2vw, 72px) 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-statement p {
  margin: 0;
  font-size: clamp(34px, 4vw, 68px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.045em;
}
.footer-statement p:last-child { color: var(--titanium); }
.footer-meta {
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; align-items: start; }
  .launch-card { min-height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .launch-card-topline { grid-column: 1 / -1; }
  .orbit-mark { max-width: 300px; margin: 0 auto; }
  .launch-points { align-self: center; }
}

@media (max-width: 760px) {
  .site-header { min-height: 82px; padding-top: 19px; padding-bottom: 19px; }
  .brand { width: 145px; }
  .status { display: none; }
  .hero { min-height: auto; padding-top: 38px; padding-bottom: 42px; gap: 54px; }
  .eyebrow span:last-child { display: none; }
  h1 { margin: 64px 0; font-size: clamp(58px, 17vw, 92px); line-height: 0.91; }
  .hero-intro { grid-template-columns: 1fr; gap: 30px; }
  .hero-cta-row { justify-content: flex-start; }
  .launch-card { padding: 20px; display: flex; }
  .orbit-mark { width: 72%; margin: 38px auto; }
  .footer-meta { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .category-track { animation: none; }
}
