@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/instrument-serif.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/instrument-serif-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/sora.woff2") format("woff2");
}

:root {
  --black: #0a0a0a;
  --orange: #ff6a00;
  --orange-dim: #c45200;
  --cream: #f3eadc;
  --paper: #efe6d6;
  --ink: #161210;
  --muted: #b8aaa0;
  --line: rgba(243, 234, 220, 0.12);
  --display: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --sans: "Sora", "Avenir Next", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  min-height: 100vh;
  background: var(--black);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.6;
  letter-spacing: -0.011em;
}
body::before {
  content: "";
  position: fixed;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--orange);
  z-index: 40;
}
img { max-width: 100%; display: block; }
a { color: var(--orange); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--cream); }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0;
}
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  background: var(--orange);
  color: var(--black);
  padding: 0.4rem 0.7rem;
  z-index: 50;
}

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
}
.wrap-narrow { width: min(720px, calc(100% - 2.5rem)); margin: 0 auto; }

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0 1.1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--cream);
  text-decoration: none;
}
.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.brand-name {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.nav a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}
.nav a:hover { color: var(--orange); }
.nav a.is-here { color: var(--orange); }
.nav-cta {
  background: var(--orange);
  color: var(--black) !important;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-weight: 600;
}
.nav-cta:hover { background: var(--cream); color: var(--black) !important; }
.nav-toggle {
  display: none;
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--line);
  padding: 0.4rem 0.7rem;
  font: inherit;
  font-size: 0.85rem;
}

.hero {
  padding: 4.5rem 0 5.5rem;
}
.hero h1 {
  font-size: clamp(2.6rem, 8.4vw, 6.4rem);
  max-width: 14ch;
}
.hero h1 em {
  font-style: italic;
  color: var(--orange);
}
.always-on {
  margin: 1.1rem 0 0;
  font-size: clamp(1.8rem, 4.8vw, 3.4rem);
  line-height: 1.15;
  font-weight: 650;
  color: var(--orange);
  max-width: 18ch;
}
.lede {
  max-width: 34rem;
  margin: 1.6rem 0 2rem;
  font-size: 1.18rem;
  color: var(--muted);
}
.actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
}
.btn-primary { background: var(--orange); color: var(--black); }
.btn-primary:hover { background: var(--cream); color: var(--black); }
.btn-ghost { border-color: var(--line); color: var(--cream); }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); }

.band {
  padding: 5rem 0;
  border-top: 1px solid var(--line);
}
.kicker {
  color: var(--orange);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.band h2 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  margin-bottom: 1.6rem;
}
.band .intro {
  max-width: 36rem;
  color: var(--muted);
  margin-bottom: 2.4rem;
}

.points {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
  max-width: none;
}
.points li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.15rem;
  color: var(--muted);
  line-height: 1.55;
}
.points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--orange);
}
.points strong {
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 600;
  margin-right: 0.55rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.dispatch {
  background: var(--paper);
  color: var(--ink);
  padding: 1.6rem 1.7rem 1.5rem;
  border-radius: 2px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
  transform: rotate(-0.6deg);
}
.dispatch-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--orange-dim);
  margin-bottom: 0.7rem;
}
.dispatch h3 {
  font-family: var(--display);
  font-size: 1.8rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--orange);
}
.dispatch-row {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  gap: 0.8rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(22,18,16,0.1);
}
.dispatch-row strong { font-size: 0.92rem; }
.dispatch-row span { color: #4a4038; font-size: 0.95rem; }
.dispatch-note {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: #5a4e44;
}

.price-block {
  background: var(--cream);
  color: var(--ink);
  padding: 4.5rem 0;
}
.price-block h2 { color: var(--ink); }
.price {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(3.4rem, 10vw, 7rem);
  color: var(--orange);
  line-height: 0.9;
  margin: 0.6rem 0 1rem;
}
.price-block p { max-width: 32rem; color: #4a4038; }

.solution h2 {
  font-size: clamp(2.3rem, 5.2vw, 3.8rem);
  line-height: 1.08;
  margin-bottom: 1.1rem;
}
.solution p {
  font-size: 1.28rem;
  line-height: 1.55;
  max-width: 40rem;
}

.steps { display: grid; gap: 0; }
.step {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
}
.step:last-child { border-bottom: 1px solid var(--line); }
.step-n {
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid var(--orange);
  color: var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 600;
}
.step h3 {
  font-family: var(--sans);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.step p { color: var(--muted); }

.proof-panel {
  border: 1px solid var(--line);
  padding: 2rem 2.1rem;
  display: grid;
  gap: 1.2rem;
}
.proof-panel h3 {
  font-size: clamp(2rem, 4vw, 3rem);
}

form { display: grid; gap: 1.1rem; max-width: 34rem; }
label { display: grid; gap: 0.4rem; font-size: 0.85rem; font-weight: 600; }
input, textarea {
  font: inherit;
  color: var(--cream);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0.7rem 0;
  border-radius: 0;
}
input:focus, textarea:focus {
  outline: none;
  border-bottom-color: var(--orange);
}
textarea { min-height: 8rem; resize: vertical; }
button[type="submit"] {
  justify-self: start;
  background: var(--orange);
  color: var(--black);
  border: 0;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
button[type="submit"]:hover { background: var(--cream); }
button[type="submit"]:disabled { opacity: 0.6; cursor: wait; }
.form-status {
  min-height: 1.4rem;
  color: var(--muted);
}
.form-status.ok { color: var(--orange); }
.form-status.err { color: #ffb087; }

.foot {
  border-top: 1px solid var(--line);
  padding: 1.6rem 0 2.2rem;
  color: var(--muted);
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.foot a { color: var(--muted); text-decoration: none; }
.foot a:hover { color: var(--orange); }

.page-hero { padding: 3.2rem 0 1.5rem; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 5rem); max-width: 16ch; }

@media (max-width: 800px) {
  body::before { width: 3px; }
  .wrap, .wrap-narrow { width: min(100% - 1.6rem, 1120px); }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .pillar { grid-template-columns: 3.4rem 1fr; }
  .hero { padding: 2.4rem 0 3.2rem; }
  .band { padding: 3.2rem 0; }
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none;
    position: absolute;
    top: 5.1rem;
    right: 0.8rem;
    left: 0.8rem;
    background: #120f0c;
    border: 1px solid var(--line);
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    z-index: 30;
  }
  .nav.is-open { display: flex; }
  header.site { position: relative; }
}


.pillars { display: grid; gap: 0; }
.pillar {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1.2rem;
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
}
.pillar:last-child { border-bottom: 1px solid var(--line); }
.pillar-n {
  font-family: var(--display);
  font-style: italic;
  color: var(--orange);
  font-size: 2rem;
  line-height: 1;
}
.pillar h3 {
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}
.pillar p { color: var(--muted); max-width: 38rem; }


.people-graph {
  margin-top: 2.2rem;
  background: #101820;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0.9rem 1rem 0.85rem;
}
.people-graph svg { width: 100%; height: auto; display: block; }
.people-graph-legend {
  display: flex;
  gap: 1.2rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aa7b8;
  margin-bottom: 0.4rem;
}
.people-graph-legend span { display: inline-flex; align-items: center; gap: 0.4rem; }
.people-graph-legend .swatch {
  width: 10px; height: 10px; border-radius: 99px; display: inline-block;
}
.people-graph-legend .swatch.person { background: #3d7bd9; }
.people-graph-legend .swatch.company { background: #8b6fd9; }
.people-graph figcaption {
  margin: 0.55rem 0 0;
  font-size: 0.88rem;
  color: #9aa7b8;
}

.examples {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.examples li {
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  max-width: 38rem;
}
.examples li:last-child { border-bottom: 1px solid var(--line); }
.examples strong {
  display: block;
  color: var(--cream);
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.spectrum {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}
.spectrum-card {
  border: 1px solid var(--line);
  padding: 1.35rem 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
.spectrum-card .spectrum-kicker {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 -0.4rem;
  flex: 0 0 auto;
}
.spectrum-card h3 {
  font-family: var(--sans);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
}
.spectrum-card p {
  color: var(--muted);
  font-size: 0.98rem;
  margin: 0;
  flex: 1;
}
.spectrum-link {
  justify-self: start;
  align-self: flex-start;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--orange);
}
.spectrum-link:hover { color: var(--cream); }
.spectrum-card.is-not-us {
  border-style: dashed;
  border-color: rgba(243, 234, 220, 0.1);
  background: rgba(243, 234, 220, 0.03);
}
.spectrum-card.is-not-us .spectrum-kicker {
  color: #8d8278;
}
.spectrum-card.is-not-us h3 {
  color: #8d8278;
  font-weight: 500;
}
.spectrum-card.is-not-us p {
  color: #7a7068;
}

@media (max-width: 960px) {
  .spectrum { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .spectrum { grid-template-columns: 1fr; }
}
