/* Deltastring homepage — Beacon-led, dark navy + rust */

:root {
  --navy: #111d30;
  --navy-surface: #1b2942;
  --navy-border: #2a3a52;
  --rust: #a04610;
  --rust-bright: #c8581a;
  --cream: #f7f7f4;
  --cream-dim: #d6d6cf;
  --cream-faint: rgba(247, 247, 244, 0.18);
}

body.home-beacon * { box-sizing: border-box; margin: 0; padding: 0; }
body.home-beacon,
html:has(body.home-beacon) { background: var(--navy); }
body.home-beacon {
  font-family: 'Atkinson Hyperlegible Next', system-ui, sans-serif;
  color: var(--cream);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "zero" 0;
  line-height: 1.5;
}
body.home-beacon a { color: var(--cream); text-decoration: none; }
body.home-beacon .rust { color: var(--rust-bright); }

body.home-beacon .wrap { max-width: 1080px; margin: 0 auto; padding: 0 32px; }

/* top bar */
body.home-beacon .topbar {
  padding: 28px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.home-beacon .topbar img { height: 44px; width: auto; display: block; }
body.home-beacon .topbar nav { display: flex; gap: 28px; font-weight: 500; font-size: 16px; }
body.home-beacon .topbar nav a { color: var(--cream-dim); }
body.home-beacon .topbar nav a:hover { color: var(--cream); }

/* hero */
body.home-beacon .hero { padding: 56px 0 24px; }
body.home-beacon .hero h1 {
  font-weight: 800;
  font-size: 88px;
  line-height: 1.04;
  letter-spacing: -0.022em;
  color: var(--cream);
}
body.home-beacon .hero h1 .line { display: block; }

/* product panel */
body.home-beacon .panel {
  margin: 48px 0;
  background: var(--navy-surface);
  border: 1px solid var(--navy-border);
  border-radius: 16px;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.home-beacon .row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 10px;
}
body.home-beacon .dot {
  width: 12px; height: 12px; border-radius: 50%; flex: 0 0 12px;
}
body.home-beacon .dot.open    { background: #4ea8de; }
body.home-beacon .dot.pending { background: #e7b75f; }
body.home-beacon .dot.solved  { background: #6fbf73; }
body.home-beacon .dot.rust    { background: var(--rust); box-shadow: 0 0 0 3px rgba(160, 70, 16, 0.18); }

body.home-beacon .subject {
  flex: 1 1 auto; height: 10px;
  background: var(--cream-faint);
  border-radius: 5px;
}
body.home-beacon .subject.short  { max-width: 380px; }
body.home-beacon .subject.medium { max-width: 460px; }
body.home-beacon .subject.long   { max-width: 520px; }

body.home-beacon .pill {
  font-size: 16px; font-weight: 500; letter-spacing: 0.01em;
  padding: 5px 14px; border-radius: 999px;
  color: var(--cream); background: rgba(247, 247, 244, 0.10);
  flex: 0 0 auto;
}
body.home-beacon .pill.open    { color: #9ccfee; background: rgba(78, 168, 222, 0.14); }
body.home-beacon .pill.pending { color: #ecca8a; background: rgba(231, 183, 95, 0.14); }
body.home-beacon .pill.solved  { color: #a4d6a7; background: rgba(111, 191, 115, 0.14); }

body.home-beacon .row.urgent {
  border: 2px dashed var(--rust);
  background: rgba(160, 70, 16, 0.08);
  padding: 16px 18px;
}
body.home-beacon .row.urgent .label {
  flex: 1 1 auto;
  font-size: 22px; font-weight: 700;
  color: var(--rust-bright);
  letter-spacing: 0.005em;
}
body.home-beacon .row.urgent .pill {
  color: var(--cream); background: var(--rust); font-weight: 700;
}

/* closer */
body.home-beacon .closer {
  padding: 16px 0 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
body.home-beacon .closer-text {
  font-weight: 800;
  font-size: 64px;
  line-height: 1.06;
  letter-spacing: -0.022em;
}
body.home-beacon .closer-text .line { display: block; }
body.home-beacon .cta {
  display: inline-block;
  background: var(--rust);
  color: var(--cream);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.01em;
  padding: 18px 32px;
  border-radius: 999px;
  transition: background 0.15s ease;
}
body.home-beacon .cta:hover { background: var(--rust-bright); }

/* credibility band */
body.home-beacon .cred {
  padding: 56px 0 56px;
  border-top: 1px solid var(--navy-border);
  max-width: 820px;
}
body.home-beacon .cred h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 16px;
}
body.home-beacon .cred p {
  font-size: 19px;
  color: var(--cream-dim);
  line-height: 1.55;
}
body.home-beacon .cred p + p { margin-top: 12px; }
body.home-beacon .cred .tail {
  font-size: 16px;
  color: var(--cream-dim);
  margin-top: 24px;
}
body.home-beacon .cred .tail a {
  color: var(--cream);
  border-bottom: 1px solid var(--rust);
  padding-bottom: 1px;
}
body.home-beacon .cred .tail a:hover { color: var(--rust-bright); }

/* what beacon does */
body.home-beacon .watch {
  padding: 64px 0 24px;
  border-top: 1px solid var(--navy-border);
}
body.home-beacon .watch h2 {
  font-weight: 800;
  font-size: 44px;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
body.home-beacon .watch p.lede {
  color: var(--cream-dim);
  font-size: 20px;
  margin-bottom: 32px;
  max-width: 720px;
}
body.home-beacon .watch .panel { margin: 0 0 16px; }
body.home-beacon .watch .row .label {
  flex: 1 1 auto;
  font-size: 19px;
  font-weight: 500;
  color: var(--cream);
}
body.home-beacon .watch .row .label small {
  display: block;
  color: var(--cream-dim);
  font-size: 15px;
  font-weight: 400;
  margin-top: 2px;
}

/* footer */
body.home-beacon .home-footer {
  padding: 64px 0 48px;
  margin-top: 64px;
  border-top: 1px solid var(--navy-border);
  color: var(--cream-dim);
  font-size: 15px;
}
body.home-beacon .foot-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
body.home-beacon .foot-brand img { height: 36px; width: auto; margin-bottom: 16px; }
body.home-beacon .foot-brand p {
  color: var(--cream-dim);
  font-size: 15px;
  line-height: 1.5;
  max-width: 280px;
}
body.home-beacon .foot-col h4 {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 14px;
  font-weight: 700;
}
body.home-beacon .foot-col ul { list-style: none; }
body.home-beacon .foot-col li { margin-bottom: 8px; }
body.home-beacon .foot-col a { color: var(--cream-dim); }
body.home-beacon .foot-col a:hover { color: var(--cream); }
body.home-beacon .foot-base {
  border-top: 1px solid var(--navy-border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: var(--cream-dim);
}
body.home-beacon .foot-base a { color: var(--cream-dim); }
body.home-beacon .foot-base a:hover { color: var(--cream); }

/* mobile */
@media (max-width: 720px) {
  body.home-beacon .hero h1 { font-size: 52px; }
  body.home-beacon .closer-text { font-size: 40px; }
  body.home-beacon .watch h2 { font-size: 32px; }
  body.home-beacon .cred h2 { font-size: 26px; }
  body.home-beacon .cred p { font-size: 17px; }
  body.home-beacon .topbar nav { display: none; }
  body.home-beacon .foot-cols { grid-template-columns: 1fr 1fr; gap: 32px; }
  body.home-beacon .row.urgent .label { font-size: 17px; }
  body.home-beacon .subject.short  { max-width: 160px; }
  body.home-beacon .subject.medium { max-width: 200px; }
  body.home-beacon .subject.long   { max-width: 240px; }
}
