/* coming-soon.css — hero + contact "board" for coming-soon.php.
   Restores the styles that lived inline in the original export
   (_source/Coming Soon.html) and were lost in the PHP conversion. */

.cs-hero { padding: 140px 0 150px; border-bottom: 1px solid var(--rule); }
.cs-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(48px, 6.4vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  font-weight: 500;
  margin: 24px 0 0;
  text-wrap: balance;
}
.cs-hero .sub {
  margin-top: 26px;
  font-size: 20px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 52ch;
  text-wrap: pretty;
}
.cs-hero .ctas { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.cs-hero .ctas .btn:first-child {
  background: var(--grad-accent);
  color: var(--hazard-ink);
  border-color: var(--grad-edge);
}

.cs-board {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--ink);
  font-family: var(--f-mono);
  font-size: 14.5px;
  letter-spacing: 0.03em;
  color: var(--ink-2);
}
.cs-board span {
  padding: 16px 28px 0 0;
  margin-right: 28px;
  border-right: 1px solid var(--rule);
  padding-right: 28px;
}
.cs-board span:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.cs-board b { font-weight: 500; color: var(--ink); }

@media (max-width: 640px) {
  .cs-hero { padding: 72px 0 80px; }
  .cs-hero .ctas .btn { width: 100%; justify-content: space-between; }
}
