/* ==========================================================================
   OracleeSync — site stylesheet
   Built to the brand identity kit v1.0.
   Colour, type scale, and usage rules follow the brand book exactly.
   ========================================================================== */

/* ---------- Fonts ---------------------------------------------------- */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-var.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/plexmono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/plexmono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens --------------------------------------------------- */

:root {
  /* Brand colour */
  --obsidian: #07191d;
  --slate: #0e2c33;
  --bronze: #c89152;
  --green: #3fdca0;
  --bone: #f3eee4;
  --ash: #8ca5a9;
  --bronze-deep: #b07c3d;
  --sync-deep: #0e9a6b;

  /* Derived surfaces */
  --slate-soft: #0b242a;
  --line: rgba(140, 165, 169, 0.16);
  --line-strong: rgba(140, 165, 169, 0.3);
  --bronze-wash: rgba(200, 145, 82, 0.1);
  --green-wash: rgba(63, 220, 160, 0.1);

  /* Type */
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --wonk: "WONK" 1, "SOFT" 0, "opsz" 40;

  /* Layout */
  --measure: 1200px;
  --narrow: 780px;
  --gutter: 24px;
  --radius: 4px;
  --radius-lg: 10px;

  /* Rhythm */
  --sp-1: 8px;
  --sp-2: 16px;
  --sp-3: 24px;
  --sp-4: 36px;
  --sp-5: 56px;
  --sp-6: 88px;
  --sp-7: 128px;
}

/* ---------- Reset ---------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--obsidian);
  color: var(--bone);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: var(--green);
  text-decoration-color: rgba(63, 220, 160, 0.4);
  text-underline-offset: 3px;
}

a:hover {
  text-decoration-color: var(--green);
}

button {
  font: inherit;
  cursor: pointer;
}

::selection {
  background: var(--bronze);
  color: var(--obsidian);
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Type ----------------------------------------------------- */

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 600;
}

.display {
  font-family: var(--display);
  font-variation-settings: var(--wonk);
  font-weight: 600;
  font-size: clamp(2.5rem, 6.2vw, 3.875rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0;
}

.h2 {
  font-family: var(--display);
  font-variation-settings: var(--wonk);
  font-weight: 600;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

.h3 {
  font-family: var(--body);
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.005em;
  margin: 0;
}

.label {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ash);
  margin: 0;
}

.label--bronze {
  color: var(--bronze);
}

.lede {
  font-size: 1.1875rem;
  line-height: 1.55;
  color: var(--bone);
}

.small {
  font-size: 0.90625rem;
  line-height: 1.55;
}

.muted {
  color: var(--ash);
}

.prose p {
  margin: 0 0 1.1em;
  max-width: 62ch;
}

.prose p:last-child {
  margin-bottom: 0;
}

/* ---------- Layout --------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--measure);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  padding-block: var(--sp-6);
  position: relative;
}

.section--tight {
  padding-block: var(--sp-5);
}

.section--slate {
  background: var(--slate-soft);
  border-block: 1px solid var(--line);
}

.stack > * + * {
  margin-top: var(--sp-3);
}

.section-head {
  max-width: var(--narrow);
  margin-bottom: var(--sp-5);
}

.section-head .label {
  margin-bottom: var(--sp-2);
}

.section-head p {
  margin: var(--sp-2) 0 0;
  color: var(--ash);
  max-width: 60ch;
}

/* ---------- Node rule (quiet echo of the mark) ------------------------ */

.noderule {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  border: 0;
  padding: 0;
}

.noderule::before {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--line-strong) 12%,
    var(--line-strong)
  );
}

.noderule::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1.5px solid var(--green);
  flex: none;
}

/* ---------- Buttons -------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: var(--radius);
  font-family: var(--body);
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: -0.005em;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.18s ease, border-color 0.18s ease,
    transform 0.18s ease, color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--bronze);
  color: var(--obsidian);
}

.btn--primary:hover {
  background: #d8a468;
  color: var(--obsidian);
}

.btn--ghost {
  border-color: var(--line-strong);
  color: var(--bone);
  background: transparent;
}

.btn--ghost:hover {
  border-color: var(--bronze);
  color: var(--bone);
}

.btn--sm {
  padding: 9px 16px;
  font-size: 0.875rem;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Text link with arrow */
.arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
  font-size: 0.9375rem;
  color: var(--green);
  text-decoration: none;
}

.arrow span {
  transition: transform 0.18s ease;
}

.arrow:hover span {
  transform: translateX(4px);
}

/* ---------- Header --------------------------------------------------- */

.header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(7, 25, 29, 0.86);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  height: 68px;
}

.header__logo {
  display: block;
  flex: none;
}

.header__logo img {
  height: 30px;
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.nav a {
  position: relative;
  padding: 8px 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--ash);
  text-decoration: none;
  border-radius: var(--radius);
  transition: color 0.18s ease;
}

.nav a:hover {
  color: var(--bone);
}

.nav a[aria-current="page"] {
  color: var(--bone);
}

.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 2px;
  height: 1.5px;
  background: var(--bronze);
}

.header__cta {
  flex: none;
  margin-left: var(--sp-2);
}

.navtoggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: var(--bone);
  margin-left: auto;
}

.navtoggle svg {
  width: 18px;
  height: 18px;
}

/* Lives inside the menu, so it only appears where the header button hides. */
.nav__cta {
  display: none;
}

/* ---------- Hero ----------------------------------------------------- */

.hero {
  position: relative;
  padding-top: var(--sp-6);
  padding-bottom: 0;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  gap: var(--sp-4);
  max-width: 940px;
}

.hero .display {
  margin-top: var(--sp-3);
}

.hero__lede {
  max-width: 54ch;
  color: var(--ash);
  font-size: 1.1875rem;
  line-height: 1.55;
  margin: 0;
}

.hero__lede strong {
  color: var(--bone);
  font-weight: 500;
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.eyebrow .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bronze);
  flex: none;
}

/* The signature: signal enters noisy, leaves in phase */
.signal {
  margin-top: var(--sp-5);
  width: 100%;
}

.signal svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.signal__path {
  fill: none;
  stroke: var(--bronze);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2600;
  stroke-dashoffset: 2600;
  animation: draw 2.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.25s forwards;
}

.signal__node {
  fill: none;
  stroke: var(--green);
  stroke-width: 2.5;
  opacity: 0;
  animation: nodeIn 0.5s ease 2.5s forwards;
}

.signal__pulse {
  fill: var(--green);
  opacity: 0;
  animation: pulse 2.6s ease-out 2.9s infinite;
}

.signal__caption {
  display: flex;
  justify-content: space-between;
  gap: var(--sp-3);
  margin-top: 14px;
  padding-bottom: var(--sp-6);
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes nodeIn {
  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(2.6);
  }
}

/* ---------- Stat strip ----------------------------------------------- */

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--slate);
}

.stat {
  padding: var(--sp-4) var(--sp-3);
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat__num {
  font-family: var(--display);
  font-variation-settings: var(--wonk);
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--bronze);
  display: block;
}

.stat__num em {
  font-style: normal;
  font-size: 1.375rem;
}

.stat p {
  margin: 12px 0 0;
  color: var(--ash);
  font-size: 0.90625rem;
  line-height: 1.45;
}

/* ---------- Pillars (a real sequence, so numbered) -------------------- */

.pillars {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.pillar {
  background: var(--obsidian);
  padding: var(--sp-4);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: var(--sp-3);
  align-items: start;
  transition: background 0.2s ease;
}

.pillar:hover {
  background: var(--slate-soft);
}

.pillar__num {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  color: var(--bronze);
  padding-top: 5px;
}

.pillar__title {
  font-family: var(--display);
  font-variation-settings: var(--wonk);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.pillar__body {
  margin: 0;
  color: var(--ash);
  font-size: 0.9375rem;
  line-height: 1.55;
  max-width: 56ch;
}

.pillar__tools {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pillar__tools li {
  font-family: var(--mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ash);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 4px 8px;
}

/* ---------- Cards / work --------------------------------------------- */

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-3);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
}

.card {
  background: var(--slate);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--sp-4);
}

.card .h3 {
  margin-bottom: 10px;
}

.card p {
  margin: 0;
  color: var(--ash);
  font-size: 0.9375rem;
  line-height: 1.55;
}

/* Case study */
.case {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--slate);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}

.case + .case {
  margin-top: var(--sp-3);
}

.case--flip .case__shot {
  order: -1;
}

.case__body {
  padding: var(--sp-5) var(--sp-4);
  align-self: center;
}

.case__client {
  color: var(--bronze);
  margin-bottom: 12px;
}

.case__title {
  font-family: var(--display);
  font-variation-settings: var(--wonk);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.case__body p {
  margin: 0;
  color: var(--ash);
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 52ch;
}

.case__result {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: var(--sp-3);
  padding-top: var(--sp-3);
  border-top: 1px solid var(--line);
}

.case__result b {
  font-family: var(--display);
  font-variation-settings: var(--wonk);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--green);
  line-height: 1;
}

.case__result span {
  color: var(--ash);
  font-size: 0.90625rem;
  line-height: 1.4;
}

.case__tools {
  margin: var(--sp-3) 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.case__tools li {
  font-family: var(--mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ash);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 4px 8px;
}

.case__shot {
  background: var(--slate-soft);
  border-left: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-3);
  min-height: 260px;
}

.case--flip .case__shot {
  border-left: 0;
  border-right: 1px solid var(--line);
}

.case__shot img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

/* ---------- Live status chip ----------------------------------------- */

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
  border: 1px solid rgba(63, 220, 160, 0.32);
  background: var(--green-wash);
  border-radius: 999px;
  padding: 6px 12px;
}

.chip__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  flex: none;
  animation: blink 2.4s ease-in-out infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

/* ---------- Before / after ------------------------------------------- */

.ba {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: var(--sp-3);
  align-items: stretch;
}

.ba__col {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--sp-4);
  background: var(--slate);
}

.ba__col--after {
  border-color: rgba(63, 220, 160, 0.28);
}

.ba__col ul {
  margin: var(--sp-2) 0 0;
  padding: 0;
  list-style: none;
}

.ba__col li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: var(--ash);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.ba__col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 1.5px;
  background: var(--ash);
}

.ba__col--after li::before {
  background: var(--green);
}

.ba__arrow {
  display: flex;
  align-items: center;
  color: var(--bronze);
}

.ba__arrow svg {
  width: 26px;
  height: 26px;
}

/* ---------- Process -------------------------------------------------- */

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
  counter-reset: step;
}

.step {
  border-top: 1.5px solid var(--bronze);
  padding-top: var(--sp-3);
}

.step .label {
  margin-bottom: 10px;
}

.step p {
  margin: 8px 0 0;
  color: var(--ash);
  font-size: 0.9375rem;
  line-height: 1.55;
}

/* ---------- FAQ / details -------------------------------------------- */

.faq {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: var(--sp-3) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  font-weight: 800;
  font-size: 1.0625rem;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  font-family: var(--mono);
  color: var(--bronze);
  font-size: 1.25rem;
  flex: none;
  transition: transform 0.2s ease;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq details p {
  margin: 0 0 var(--sp-3);
  color: var(--ash);
  max-width: 68ch;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* ---------- Forms ---------------------------------------------------- */

.form {
  display: grid;
  gap: var(--sp-3);
}

.field {
  display: grid;
  gap: 8px;
}

.field > label {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ash);
}

.field input,
.field textarea,
.field select {
  font-family: var(--body);
  font-size: 1rem;
  color: var(--bone);
  background: var(--slate);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 13px 14px;
  width: 100%;
  transition: border-color 0.18s ease;
}

.field textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.55;
}

.field input:hover,
.field textarea:hover,
.field select:hover {
  border-color: var(--ash);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--green);
  outline: none;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(140, 165, 169, 0.55);
}

.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ash) 50%),
    linear-gradient(135deg, var(--ash) 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.field__hint {
  font-size: 0.8125rem;
  color: var(--ash);
  margin: 0;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.formnote {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.formnote[data-state="error"] {
  color: var(--bronze);
}

.formnote[data-state="ok"] {
  color: var(--green);
}

.form__done {
  border: 1px solid rgba(63, 220, 160, 0.3);
  background: var(--green-wash);
  border-radius: var(--radius-lg);
  padding: var(--sp-4);
}

.form__done .h3 {
  margin-bottom: 8px;
}

.form__done p {
  margin: 0;
  color: var(--ash);
  font-size: 0.9375rem;
}

/* ---------- Contact rail --------------------------------------------- */

.contactgrid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--sp-5);
  align-items: start;
}

.railitem {
  border-top: 1px solid var(--line);
  padding: var(--sp-3) 0;
}

.railitem:first-child {
  border-top: 0;
  padding-top: 0;
}

.railitem .label {
  margin-bottom: 8px;
}

.railitem a,
.railitem p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

.railitem p {
  color: var(--bone);
}

.railaddress {
  font-style: normal;
  color: var(--bone);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
}

/* ---------- CTA band ------------------------------------------------- */

.cta {
  background: var(--slate-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cta__inner {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: var(--sp-5);
  align-items: center;
  padding-block: var(--sp-6);
}

.cta p {
  margin: var(--sp-2) 0 0;
  color: var(--ash);
  max-width: 52ch;
}

/* ---------- About ---------------------------------------------------- */

.bio {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: var(--sp-5);
  align-items: start;
}

.bio__shot {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--slate);
}

.stacklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.stackitem {
  background: var(--obsidian);
  padding: var(--sp-3);
}

.stackitem .label {
  color: var(--bronze);
  margin-bottom: 10px;
}

.stackitem ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stackitem li {
  color: var(--ash);
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* Voice comparison table */
.voice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.voice__cell {
  background: var(--obsidian);
  padding: var(--sp-3);
}

.voice__cell p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.voice__cell--no p {
  color: var(--ash);
  text-decoration: line-through;
  text-decoration-color: rgba(140, 165, 169, 0.4);
}

.voice__cell--yes p {
  color: var(--bone);
}

.voice__head {
  background: var(--slate);
  padding: 12px var(--sp-3);
}




/* ---------- Live pipeline -------------------------------------------
   One 9s cycle. Each node lights as the job reaches it, each connector
   fills behind it. The green is doing its brand job here: live state.
   -------------------------------------------------------------------- */

.pipeline {
  --cycle: 9s;
  --step: 1.4s;
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.pnode {
  flex: 0 0 auto;
  width: 132px;
  text-align: center;
}

.pnode__dot {
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px auto 14px;
  border-radius: 50%;
  border: 2px solid var(--line-strong);
  background: var(--obsidian);
  animation: nodeLive var(--cycle) linear infinite;
  animation-delay: calc(var(--i) * var(--step));
}

.pnode__title {
  margin: 0;
  /* two lines reserved so the tool labels stay on one baseline */
  min-height: 2.6em;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--bone);
}

.pnode__tool {
  margin: 6px 0 0;
  font-family: var(--mono);
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ash);
}

.pline {
  flex: 1 1 auto;
  height: 2px;
  margin-top: 14px;
  background: var(--line-strong);
  position: relative;
  overflow: hidden;
  min-width: 20px;
}

.pline::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--bronze), var(--green));
  transform: scaleX(0);
  transform-origin: left center;
  animation: lineFill var(--cycle) linear infinite;
  animation-delay: calc(var(--i) * var(--step) + 0.45s);
}

@keyframes nodeLive {
  0%, 4% {
    border-color: var(--line-strong);
    box-shadow: none;
  }
  6%, 62% {
    border-color: var(--green);
    box-shadow: 0 0 0 5px rgba(63, 220, 160, 0.14);
  }
  72%, 100% {
    border-color: var(--line-strong);
    box-shadow: none;
  }
}

@keyframes lineFill {
  0% {
    transform: scaleX(0);
  }
  11% {
    transform: scaleX(1);
  }
  64% {
    transform: scaleX(1);
    opacity: 1;
  }
  74%, 100% {
    transform: scaleX(1);
    opacity: 0;
  }
}

.pipeline__foot {
  margin-top: var(--sp-4);
  padding-top: var(--sp-3);
  border-top: 1px solid var(--line);
}

/* ---------- Founder film -------------------------------------------- */

.filmwrap {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--obsidian);
  line-height: 0;
}

.film {
  width: 100%;
  height: auto;
  display: block;
}

.film__sound {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(140, 165, 169, 0.4);
  background: rgba(7, 25, 29, 0.72);
  backdrop-filter: blur(8px);
  color: var(--bone);
  font-family: var(--mono);
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  transition: border-color 0.18s ease, color 0.18s ease;
}

.film__sound:hover {
  border-color: var(--bronze);
}

.film__sound svg {
  width: 15px;
  height: 15px;
  flex: none;
}

.film__icon--on {
  display: none;
}

.film__sound[aria-pressed="true"] .film__icon--on {
  display: block;
  color: var(--green);
}

.film__sound[aria-pressed="true"] .film__icon--off {
  display: none;
}

/* ---------- Country strip ------------------------------------------- */

.countries {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.country {
  background: var(--slate);
  padding: var(--sp-3) var(--sp-2);
  text-align: center;
}

.country .label {
  color: var(--bone);
}

/* ---------- Footer --------------------------------------------------- */

.footer {
  padding-block: var(--sp-5) var(--sp-4);
  border-top: 1px solid var(--line);
}

.footer__top {
  display: grid;
  grid-template-columns: 1.5fr 0.85fr 0.85fr 1.15fr;
  gap: var(--sp-4);
  padding-bottom: var(--sp-5);
}

.footer__address {
  font-style: normal;
  margin-top: var(--sp-3);
  color: var(--ash);
  font-size: 0.875rem;
  line-height: 1.6;
}

.social {
  display: flex;
  gap: var(--sp-2);
  margin: var(--sp-3) 0 0;
  padding: 0;
  list-style: none;
}

.social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ash);
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.social a:hover {
  color: var(--bone);
  border-color: var(--bronze);
}

.social svg {
  width: 16px;
  height: 16px;
  flex: none;
}

.footer__logo img {
  height: 32px;
  width: auto;
  margin-bottom: var(--sp-3);
}

.footer__tag {
  font-family: var(--display);
  font-variation-settings: var(--wonk);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--bronze);
  margin: 0 0 var(--sp-2);
}

.footer p {
  color: var(--ash);
  font-size: 0.90625rem;
  line-height: 1.55;
  margin: 0;
  max-width: 46ch;
}

.footer__col h4 {
  font-family: var(--mono);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ash);
  margin: 0 0 var(--sp-3);
}

.footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.footer__col a {
  color: var(--bone);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
}

.footer__col a:hover {
  color: var(--bronze);
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  padding-top: var(--sp-3);
  border-top: 1px solid var(--line);
}

.footer__bottom p {
  font-family: var(--mono);
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ash);
}

/* ---------- Reveal on scroll ----------------------------------------- */

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ---------- Responsive ----------------------------------------------- */

@media (max-width: 960px) {
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat:nth-child(2) {
    border-right: 0;
  }
  .stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .grid-3,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .case,
  .case--flip {
    grid-template-columns: 1fr;
  }
  .case--flip .case__shot {
    order: 0;
    border-right: 0;
  }
  .case__shot {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
  }
  .cta__inner,
  .contactgrid,
  .bio {
    grid-template-columns: 1fr;
    gap: var(--sp-4);
  }
  .footer__top {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__brand {
    grid-column: 1 / -1;
  }
  .ba {
    grid-template-columns: 1fr;
  }
  .ba__arrow {
    justify-content: center;
  }
  .ba__arrow svg {
    transform: rotate(90deg);
  }

  .pipeline {
    flex-direction: column;
    align-items: stretch;
  }

  .pnode {
    width: auto;
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 14px;
    align-items: center;
    text-align: left;
  }

  .pnode__dot {
    margin: 0;
  }

  .pnode__title {
    grid-column: 2;
    min-height: 0;
  }

  .pnode__tool {
    grid-column: 2;
    margin-top: 2px;
  }

  .pline {
    width: 2px;
    height: 26px;
    flex: none;
    margin: 4px 0 4px 6px;
    min-width: 0;
  }

  .pline::after {
    transform-origin: center top;
    animation-name: lineFillV;
  }

  @keyframes lineFillV {
    0% { transform: scaleY(0); }
    11% { transform: scaleY(1); }
    64% { transform: scaleY(1); opacity: 1; }
    74%, 100% { transform: scaleY(1); opacity: 0; }
  }
  .stacklist {
    grid-template-columns: 1fr;
  }
  .countries {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  :root {
    --sp-6: 64px;
    --sp-7: 88px;
  }

  .navtoggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--obsidian);
    border-bottom: 1px solid var(--line);
    padding: var(--sp-2) var(--gutter) var(--sp-3);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 14px 0;
    font-size: 1.0625rem;
    border-bottom: 1px solid var(--line);
  }

  .nav a[aria-current="page"]::after {
    left: 0;
    right: auto;
    width: 22px;
    bottom: 6px;
  }

  .nav .nav__cta {
    display: inline-flex;
    justify-content: center;
    margin-top: var(--sp-3);
    padding: 14px 22px;
    font-size: 0.9375rem;
    font-weight: 800;
    color: var(--obsidian);
    border-bottom: 0;
  }

  .nav .nav__cta:hover,
  .nav .nav__cta:focus {
    color: var(--obsidian);
  }

  .header__cta {
    display: none;
  }

  .grid-2,
  .grid-3,
  .steps,
  .voice {
    grid-template-columns: 1fr;
  }

  .countries {
    grid-template-columns: repeat(2, 1fr);
  }


  .pillar {
    grid-template-columns: 1fr;
    gap: var(--sp-2);
    padding: var(--sp-3);
  }

  .pillar__num {
    padding-top: 0;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: var(--sp-4);
  }

  .signal__caption {
    flex-direction: column;
    gap: 6px;
  }

  /* The SVG scales to about a third of its authored width here, so the
     stroke has to be authored heavier to survive it. */
  .signal__path {
    stroke-width: 7;
  }

  .signal__node {
    stroke-width: 7;
    r: 14;
  }

  .signal__pulse {
    r: 11;
  }

  .case__body {
    padding: var(--sp-4) var(--sp-3);
  }
}

/* ---------- Motion & print ------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .signal__path {
    stroke-dashoffset: 0;
  }
  .signal__node {
    opacity: 1;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .pline::after {
    transform: scaleX(1);
    opacity: 1;
  }
  .pnode__dot {
    border-color: var(--green);
  }
  .film {
    /* the film still plays; the browser honours the user's own setting */
  }
}
