:root {
  --ink: #0b090f;
  --coal: #17131d;
  --paper: #f7f4f1;
  --rice: #e9e4dd;
  --lilac: #c9b6ff;
  --lilac-deep: #8f72d9;
  --red: #b73a37;
  --muted: #6d6674;
  --line: rgba(11, 9, 15, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header,
.site-footer,
main {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
}

.brand,
.site-header nav,
.site-footer nav,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
}

.brand-mark {
  width: 26px;
  height: 26px;
  display: inline-block;
  background:
    linear-gradient(135deg, transparent 43%, var(--ink) 44% 56%, transparent 57%),
    radial-gradient(circle at 50% 50%, var(--lilac) 0 42%, transparent 43%);
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.site-header nav,
.site-footer,
.form-note,
.legal-page p {
  color: var(--muted);
}

.site-header nav a {
  font-size: 0.88rem;
}

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
  padding: 44px 0 76px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--lilac-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(4.2rem, 15vw, 13rem);
}

h2 {
  max-width: 720px;
  font-size: clamp(2.1rem, 6vw, 5rem);
}

h3 {
  font-size: 1.45rem;
}

.lede {
  max-width: 640px;
  margin: 22px 0 30px;
  color: var(--coal);
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-weight: 700;
  cursor: pointer;
}

.button.primary {
  color: var(--paper);
  background: var(--ink);
}

.button.quiet {
  background: transparent;
}

.signal-panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--ink);
  background:
    linear-gradient(90deg, rgba(11, 9, 15, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(11, 9, 15, 0.08) 1px, transparent 1px),
    var(--rice);
  background-size: 44px 44px;
}

.sun {
  position: absolute;
  inset: 8% auto auto 9%;
  width: 168px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lilac);
  border: 1px solid var(--ink);
}

.diagonal {
  position: absolute;
  width: 120%;
  height: 70px;
  left: -10%;
  background: var(--ink);
  transform: rotate(-24deg);
}

.diagonal.one {
  top: 45%;
}

.diagonal.two {
  top: 61%;
  height: 28px;
  background: var(--red);
}

.ticker-grid {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(2, 78px);
  border: 1px solid var(--ink);
  background: var(--paper);
}

.ticker-grid span {
  padding: 22px 12px;
  border: 1px solid var(--ink);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.7rem;
}

.band,
.split,
.contact-section,
.legal-page {
  padding: 96px 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  margin-bottom: 44px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.feature-grid article {
  min-height: 250px;
  padding: 28px;
  background: var(--paper);
}

.feature-grid span {
  display: block;
  margin-bottom: 54px;
  color: var(--lilac-deep);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
}

.feature-grid p,
.copy-stack p,
.method-note p,
.career-grid p,
.career-grid li {
  color: var(--muted);
  line-height: 1.65;
}

.method-note {
  max-width: 860px;
  margin-top: 28px;
  padding-left: 28px;
  border-left: 4px solid var(--lilac);
  font-size: 1.08rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.55fr);
  gap: 40px;
}

.copy-stack {
  align-self: end;
  font-size: 1.08rem;
}

.poster-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ink);
  background: var(--ink);
  gap: 1px;
}

.poster-strip div {
  min-height: 160px;
  display: grid;
  place-items: center;
  background: var(--lilac);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  font-weight: 700;
}

.poster-strip div:nth-child(even) {
  color: var(--paper);
  background: var(--coal);
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--ink);
  background: var(--ink);
}

.career-grid article {
  padding: 30px;
  background: #fffdfa;
}

.career-grid article > span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--lilac-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.career-grid h3 {
  max-width: 430px;
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.career-grid ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 18px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 860px;
}

label,
label span {
  display: grid;
  gap: 8px;
}

label span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.full,
.form-note,
.contact-form button,
#form-status {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: #fffdfa;
  color: var(--ink);
  font: inherit;
}

input,
select {
  height: 48px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

.form-note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.contact-form button {
  width: fit-content;
}

#form-status {
  min-height: 24px;
  color: var(--muted);
}

#form-status[data-state="ok"] {
  color: #206a42;
}

#form-status[data-state="error"] {
  color: var(--red);
}

.legal-page {
  max-width: 780px;
  min-height: 68vh;
}

.legal-page h1 {
  margin-bottom: 28px;
  font-size: clamp(3rem, 9vw, 7rem);
}

.legal-page h2 {
  margin-top: 34px;
  font-size: 1.35rem;
}

.legal-page p {
  line-height: 1.7;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.site-footer div {
  display: grid;
  gap: 6px;
}

.locations {
  margin-top: 8px;
  color: var(--ink);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

@media (max-width: 820px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header {
    padding: 20px 0;
  }

  .site-header nav,
  .site-footer nav,
  .hero-actions {
    flex-wrap: wrap;
  }

  .hero,
  .split,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .signal-panel {
    min-height: 380px;
  }

  .feature-grid,
  .poster-strip,
  .career-grid {
    grid-template-columns: 1fr;
  }

  .band,
  .split,
  .contact-section,
  .legal-page {
    padding: 64px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
