:root {
  --bg: #eceee8;
  --bg-strong: #111613;
  --surface: #ffffff;
  --surface-muted: #f6f6f2;
  --ink: #121614;
  --muted: #5a625d;
  --line: #d7ddd3;
  --line-strong: #b8c3b8;
  --accent: #0b7a68;
  --accent-strong: #075245;
  --accent-soft: #d8f0ea;
  --shadow: 0 20px 50px rgba(18, 22, 20, 0.08);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1360px;
  --anchor-offset: 7.5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Archivo", sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.5;
}

a {
  color: inherit;
}

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

.page-top-anchor {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
}

.page-grid {
  display: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 1rem 1rem 0;
}

.topbar-inner,
.section,
.footer {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(18, 22, 20, 0.08);
  border-radius: 18px;
  background: rgba(247, 247, 243, 0.9);
  backdrop-filter: blur(14px);
}

.scroll-progress {
  width: min(var(--max-width), calc(100% - 2rem));
  height: 4px;
  margin: 0.45rem auto 0;
  border-radius: 999px;
  background: rgba(18, 22, 20, 0.08);
  overflow: hidden;
}

.scroll-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0b7a68 0%, #23b69d 100%);
  transform: scaleX(0);
  transform-origin: left center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  min-width: 0;
}

.brand-word {
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.brand-word-labs {
  color: var(--muted);
}

.brand-glyph {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  height: 2.45rem;
  padding: 0 0.82rem;
  font-family: "Archivo", sans-serif;
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--ink);
}

.brand-glyph::before,
.brand-glyph::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.72rem;
  height: 1.62rem;
  border: 3px solid var(--accent);
  transform: translateY(-50%);
}

.brand-glyph::before {
  left: 0;
  border-right: 0;
  border-radius: 15px 0 0 15px;
}

.brand-glyph::after {
  right: 0;
  border-left: 0;
  border-radius: 0 15px 15px 0;
}

.brand-glyph-letter {
  transform: translateY(-0.01em);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.nav a {
  position: relative;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.nav a:not(:last-child) {
  margin-right: 1.7rem;
}

.nav a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.45rem;
  width: 0.92rem;
  height: 0.92rem;
  transform: translateY(-50%);
  opacity: 0.78;
  background:
    radial-gradient(circle at 50% 12%, currentColor 1.2px, transparent 1.45px),
    radial-gradient(circle at 16% 42%, currentColor 1.2px, transparent 1.45px),
    radial-gradient(circle at 84% 42%, currentColor 1.2px, transparent 1.45px),
    radial-gradient(circle at 32% 82%, currentColor 1.2px, transparent 1.45px),
    radial-gradient(circle at 68% 82%, currentColor 1.2px, transparent 1.45px);
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(18, 22, 20, 0.05);
  color: var(--ink);
  outline: none;
}

.nav a.is-active,
.nav a[aria-current="page"],
.nav a.is-current {
  background: rgba(18, 22, 20, 0.06);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(18, 22, 20, 0.07);
}

.nav-toggle {
  display: none;
  border: 0;
  border-radius: 999px;
  padding: 0.52rem 0.9rem;
  background: var(--bg-strong);
  color: #f4f6f1;
  font: inherit;
  font-weight: 700;
}

.section {
  margin: 1.5rem auto 0;
}

main section[id] {
  scroll-margin-top: var(--anchor-offset);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.92fr);
  gap: 1.5rem;
  align-items: stretch;
  padding-top: 1.4rem;
}

.hero-copy,
.hero-panel,
.proof-strip,
.capability-card,
.process-card,
.engagement-card,
.contact-panel,
.work-preview-card,
.page-hero-copy,
.page-hero-panel,
.story-card,
.principle-card,
.work-case,
.page-cta {
  border: 1px solid rgba(18, 22, 20, 0.08);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-panel,
.proof-strip,
.capability-card,
.process-card,
.engagement-card,
.contact-panel,
.work-preview-card,
.page-hero-copy,
.page-hero-panel,
.story-card,
.principle-card,
.work-case,
.page-cta {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

:is(.hero-copy, .hero-panel, .proof-strip, .capability-card, .process-card, .engagement-card, .contact-panel, .work-preview-card, .page-hero-copy, .page-hero-panel, .story-card, .principle-card, .work-case, .page-cta) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

:is(.hero-copy, .hero-panel, .proof-strip, .capability-card, .process-card, .engagement-card, .contact-panel, .work-preview-card, .page-hero-copy, .page-hero-panel, .story-card, .principle-card, .work-case, .page-cta)::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(
    280px circle at var(--spotlight-x, 50%) var(--spotlight-y, 50%),
    rgba(11, 122, 104, 0.16),
    rgba(11, 122, 104, 0.08) 28%,
    transparent 62%
  );
  transition: opacity 0.24s ease;
}

:is(.hero-copy, .hero-panel, .proof-strip, .capability-card, .process-card, .engagement-card, .contact-panel, .work-preview-card, .page-hero-copy, .page-hero-panel, .story-card, .principle-card, .work-case, .page-cta) > * {
  position: relative;
  z-index: 1;
}

:is(.hero-copy, .hero-panel, .proof-strip, .capability-card, .process-card, .engagement-card, .contact-panel, .work-preview-card, .page-hero-copy, .page-hero-panel, .story-card, .principle-card, .work-case, .page-cta).is-spotlight-active::before {
  opacity: 1;
}

:is(.hero-copy, .hero-panel, .proof-strip, .capability-card, .process-card, .engagement-card, .contact-panel, .work-preview-card, .page-hero-copy, .page-hero-panel, .story-card, .principle-card, .work-case, .page-cta):hover {
  border-color: rgba(11, 122, 104, 0.16);
  box-shadow: 0 26px 60px rgba(18, 22, 20, 0.1);
}

.hero-copy {
  border-radius: var(--radius-xl);
  padding: clamp(1.7rem, 3vw, 3.4rem);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: #91d6c7;
}

.hero h1,
.section-heading h2,
.process-intro h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.hero h1 {
  max-width: 13ch;
  font-size: clamp(2.7rem, 6vw, 5.3rem);
}

.lede,
.section-heading p,
.process-intro p,
.contact-copy p {
  color: var(--muted);
}

.lede {
  max-width: 58ch;
  margin: 1.15rem 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.78rem 1.1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.btn-primary {
  background: var(--bg-strong);
  color: #f5f7f2;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #1b211d;
}

.btn-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: var(--line-strong);
  background: #ffffff;
}

.text-link {
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  outline: none;
}

.hero-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 2rem 0 0;
}

.hero-signals div {
  padding-top: 0.95rem;
  border-top: 1px solid var(--line);
}

.hero-signals dt {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.hero-signals dd {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.hero-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
  border-radius: var(--radius-xl);
  padding: 1.3rem;
}

.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "status status"
    "signal engine"
    "launch launch";
  gap: 0.9rem;
  align-content: start;
  min-height: 340px;
  padding: 1rem 1rem 4.9rem;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(35, 182, 157, 0.2), transparent 34%),
    radial-gradient(circle at bottom right, rgba(148, 235, 209, 0.12), transparent 30%),
    linear-gradient(180deg, #13201c 0%, #0e1512 100%);
  border: 1px solid rgba(148, 235, 209, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 40px rgba(8, 13, 11, 0.22);
  color: #eef7f3;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.14;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 92%);
}

.hero-visual-status {
  grid-area: status;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.44rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 235, 209, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #d8efe8;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #94ebd1;
  box-shadow: 0 0 0 0 rgba(148, 235, 209, 0.6);
  animation: statusPulse 2.6s ease-out infinite;
}

.hero-visual-network {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.92;
}

.network-path {
  fill: none;
  stroke: url(#network-line);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 12 12;
  animation: flowLine 10s linear infinite;
}

.network-path-secondary {
  animation-delay: -2.4s;
}

.network-path-tertiary {
  animation-delay: -4.8s;
  opacity: 0.65;
}

.network-orb {
  fill: #94ebd1;
  filter: drop-shadow(0 0 10px rgba(148, 235, 209, 0.55));
  animation: orbPulse 3s ease-in-out infinite;
}

.hero-visual-node {
  position: relative;
  z-index: 2;
  width: auto;
  min-height: 112px;
  padding: 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.node-signal {
  grid-area: signal;
  margin-top: 0.9rem;
}

.node-engine {
  grid-area: engine;
  margin-top: 1.8rem;
}

.node-launch {
  grid-area: launch;
  width: min(228px, calc(100% - 2rem));
  min-height: auto;
  justify-self: center;
  margin-top: -0.15rem;
}

.visual-node-kicker {
  display: block;
  margin-bottom: 0.35rem;
  color: #9fe3d1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-visual-node strong {
  display: block;
  font-size: 1rem;
  line-height: 1.15;
}

.hero-visual-node p {
  margin: 0.45rem 0 0;
  color: rgba(229, 244, 239, 0.8);
  font-size: 0.86rem;
  line-height: 1.45;
}

.hero-visual-rail {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  gap: 0.4rem;
  padding: 0.42rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 235, 209, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.hero-visual-rail span {
  padding: 0.36rem 0.58rem;
  border-radius: 999px;
  color: #dcefe9;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
}

.panel-label {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel-stack {
  display: grid;
  gap: 0.8rem;
}

.stack-card {
  padding: 1rem;
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(245, 247, 242, 0.92));
  border: 1px solid var(--line);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.stack-card h2 {
  margin: 0;
  font-size: 1.08rem;
}

.stack-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.stack-card:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 122, 104, 0.18);
  box-shadow: 0 18px 36px rgba(18, 22, 20, 0.08);
}

.proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
}

.proof-intro {
  padding: 0.15rem 0.15rem 0.15rem 0.2rem;
}

.proof-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-intro h2 {
  margin: 0.55rem 0 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.proof-intro p:last-child {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.proof-card {
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(18, 22, 20, 0.07);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.proof-card h3 {
  margin: 0;
  font-size: 1rem;
}

.proof-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.proof-card:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 122, 104, 0.12);
  box-shadow: 0 16px 30px rgba(18, 22, 20, 0.06);
}

.studio-layout {
  padding-top: 4.75rem;
}

.studio-layout-intro {
  max-width: 780px;
}

.studio-layout-intro h2 {
  margin: 0.55rem 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.03;
}

.studio-layout-intro p:last-child {
  margin: 0.95rem 0 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.studio-layout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.studio-primary,
.studio-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.studio-primary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.1rem;
  min-height: 100%;
  padding: 1.5rem;
  background:
    radial-gradient(circle at top left, rgba(54, 212, 180, 0.16), transparent 34%),
    linear-gradient(180deg, #131c18 0%, #0d1311 100%);
  color: #eef7f3;
  border: 1px solid rgba(132, 204, 187, 0.18);
  box-shadow: 0 22px 44px rgba(8, 14, 11, 0.18);
}

.studio-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.22;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 88%);
}

.studio-primary > * {
  position: relative;
  z-index: 1;
}

.studio-card-label,
.studio-metric {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-card-label {
  color: #9fe7d6;
}

.studio-primary h3,
.studio-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.studio-primary p:last-of-type {
  margin: 0;
  color: #c3d5ce;
}

.studio-primary-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.studio-primary-rail span {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d9ebe5;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.studio-chip-row span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #eef7f3;
  font-size: 0.82rem;
  font-weight: 700;
}

.studio-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 250, 0.96) 100%);
  border: 1px solid rgba(18, 22, 20, 0.08);
  box-shadow: 0 16px 30px rgba(18, 22, 20, 0.05);
}

.studio-primary:hover,
.studio-card:hover {
  transform: translateY(-3px);
}

.studio-primary:hover {
  box-shadow: 0 28px 54px rgba(8, 14, 11, 0.22);
}

.studio-card:hover {
  border-color: rgba(11, 122, 104, 0.14);
  box-shadow: 0 22px 36px rgba(18, 22, 20, 0.08);
}

.studio-metric {
  color: var(--accent-strong);
}

.studio-card p:last-child {
  margin: 0;
  color: var(--muted);
}

.studio-card-list {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.studio-card-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.studio-card-list li::before {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: rgba(11, 122, 104, 0.56);
  box-shadow: 0 0 0 4px rgba(11, 122, 104, 0.08);
  flex: 0 0 auto;
}

.studio-card-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.85fr);
  column-gap: 1.5rem;
  row-gap: 0.75rem;
  align-items: start;
}

.studio-card-wide .studio-metric,
.studio-card-wide h3 {
  grid-column: 1 / -1;
}

.studio-card-wide p {
  margin: 0;
}

.studio-card-wide .studio-card-list {
  margin: 0.15rem 0 0;
}

.section-intro {
  padding-top: 4.75rem;
}

.section-heading {
  max-width: 780px;
}

.section-heading h2,
.process-intro h2,
.contact-copy h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.section-heading p,
.process-intro p,
.contact-copy p {
  margin: 0.95rem 0 0;
  max-width: 62ch;
  font-size: 1.02rem;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.4rem;
}

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.4rem;
}

.capability-card {
  min-height: 230px;
  padding: 1.35rem;
  border-radius: var(--radius-lg);
}

.card-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.capability-card h3,
.engagement-card h3,
.process-card h3 {
  margin: 0.9rem 0 0;
  font-size: 1.25rem;
}

.capability-card p:last-child,
.engagement-card p,
.process-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.process {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  padding-top: 4.75rem;
}

.process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.process-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
}

.process-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.engagements {
  padding-top: 4.75rem;
}

.engagement-shell {
  border-radius: var(--radius-xl);
  padding: clamp(1.5rem, 3vw, 2.3rem);
  background:
    radial-gradient(circle at top right, rgba(145, 214, 199, 0.08), transparent 30%),
    linear-gradient(180deg, #141a17 0%, #0f1412 100%);
  color: #f4f7f1;
}

.engagement-shell .section-heading p {
  color: #b6c0ba;
}

.engagement-card {
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.engagement-card p {
  color: #c5cdc8;
}

.contact {
  padding-top: 4.75rem;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 1.4rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-radius: var(--radius-xl);
}

.contact-copy {
  max-width: 56ch;
}

.contact-direct {
  font-weight: 700;
}

.contact-direct a {
  color: var(--accent-strong);
  text-underline-offset: 0.18em;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  background: var(--surface-muted);
  border: 1px solid var(--line);
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.94rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.82rem 0.9rem;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  outline: 2px solid rgba(11, 122, 104, 0.18);
}

.contact-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%),
    #ffffff;
  background-position:
    calc(100% - 1.1rem) calc(50% - 0.12rem),
    calc(100% - 0.8rem) calc(50% - 0.12rem),
    0 0;
  background-size:
    0.35rem 0.35rem,
    0.35rem 0.35rem,
    100% 100%;
  background-repeat: no-repeat;
  padding-right: 2.4rem;
}

.contact-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.contact-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-turnstile {
  display: grid;
  gap: 0.45rem;
  justify-items: start;
}

.contact-turnstile::after {
  content: "Protected by Cloudflare Turnstile";
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}

.contact-form.is-verified .contact-turnstile::after {
  color: var(--accent-strong);
  content: "Verification complete";
}

.contact-turnstile iframe {
  max-width: 100%;
}

.contact-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-assurance {
  margin-top: 1.3rem;
  padding: 1rem 1.05rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(18, 22, 20, 0.08);
}

.contact-assurance-title {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-assurance-list {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  display: grid;
  gap: 0.55rem;
}

.work-preview {
  padding-top: 4.75rem;
}

.work-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.4rem;
}

.work-preview-card,
.page-hero-copy,
.page-hero-panel,
.story-card,
.principle-card,
.work-case,
.page-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 22, 20, 0.08);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
}

.work-preview-card,
.story-card,
.principle-card,
.work-case,
.page-cta {
  padding: 1.3rem;
}

.work-preview-card h3,
.story-card h3,
.principle-card h3,
.work-case h3,
.page-hero-panel h2 {
  margin: 0.75rem 0 0;
  font-size: 1.25rem;
  line-height: 1.08;
}

.work-preview-card p:last-of-type,
.story-card p,
.principle-card p,
.work-case p,
.page-hero-panel p {
  margin: 0.65rem 0 0;
  color: var(--muted);
}

.work-preview-list,
.work-case-list,
.page-summary-list,
.page-panel-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.work-preview-list li,
.work-case-list li,
.page-summary-list li,
.page-panel-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.work-preview-list li::before,
.work-case-list li::before,
.page-summary-list li::before,
.page-panel-list li::before {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  margin-top: 0.38rem;
  border-radius: 999px;
  background: rgba(11, 122, 104, 0.56);
  box-shadow: 0 0 0 4px rgba(11, 122, 104, 0.08);
  flex: 0 0 auto;
}

.work-preview-actions,
.page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  outline: none;
}

.page-main {
  padding-top: 1.4rem;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 1.4rem;
  align-items: stretch;
}

.page-hero-copy {
  padding: clamp(1.7rem, 3vw, 3rem);
}

.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.page-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.page-breadcrumb a:hover,
.page-breadcrumb a:focus-visible {
  color: var(--ink);
  text-decoration: underline;
  outline: none;
}

.page-hero-copy h1,
.page-section-copy h2,
.page-cta h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.page-hero-copy h1 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  max-width: 12ch;
}

.page-lede,
.page-section-copy p,
.page-cta p {
  color: var(--muted);
}

.page-lede {
  max-width: 58ch;
  margin: 1rem 0 0;
  font-size: 1.08rem;
}

.page-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.page-summary-grid div {
  padding-top: 0.95rem;
  border-top: 1px solid var(--line);
}

.page-summary-grid dt {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-summary-grid dd {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.page-hero-panel {
  padding: 1.3rem;
  display: grid;
  align-content: start;
  gap: 1rem;
}

.page-panel-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-shell {
  padding-top: 4.75rem;
}

.page-shell-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: 1.2rem;
  align-items: start;
}

.page-shell-grid.single {
  grid-template-columns: 1fr;
}

.page-section-copy {
  max-width: 760px;
}

.story-grid,
.principles-grid,
.work-ledger {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.4rem;
}

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

.principles-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-ledger {
  grid-template-columns: 1fr;
}

.story-card h3,
.principle-card h3,
.work-case h3 {
  margin-top: 0.4rem;
}

.work-case-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  justify-content: space-between;
}

.work-case-meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.work-case-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  background: var(--surface-muted);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-cta {
  margin-top: 1.4rem;
}

.contact-status {
  min-height: 1.4rem;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--muted);
}

.contact-status[data-tone="success"] {
  color: var(--accent-strong);
}

.contact-status[data-tone="error"] {
  color: #a33c31;
}

.contact-form .btn:disabled {
  cursor: wait;
  opacity: 0.72;
  box-shadow: none;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0 2rem;
  margin-top: 2.5rem;
  color: var(--muted);
  font-size: 0.94rem;
}

@media (hover: hover) and (pointer: fine) {
  .footer {
    padding-bottom: 5rem;
  }
}

.to-top-btn {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.72rem 1rem;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.to-top-btn:hover,
.to-top-btn:focus-visible {
  border-color: var(--line-strong);
  background: #ffffff;
  outline: none;
}

.cursor-console {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  transform: translateY(14px);
  z-index: 50;
  color: #e8f1ff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.cursor-console.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cursor-dock-shell {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.26rem;
  border-radius: 999px;
  background: rgba(11, 18, 30, 0.7);
  border: 1px solid rgba(152, 192, 255, 0.28);
  box-shadow: 0 12px 24px rgba(4, 12, 25, 0.28);
  backdrop-filter: blur(12px);
}

.cursor-dock-toggle {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #e7f1ff;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  width: 1.84rem;
  height: 1.84rem;
  padding: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.cursor-dock-toggle:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.cursor-dock-toggle:focus-visible,
.cursor-mode-btn:focus-visible {
  outline: 2px solid rgba(153, 197, 255, 0.95);
  outline-offset: 2px;
}

.cursor-dock-options {
  display: grid;
  grid-auto-flow: column;
  gap: 0.3rem;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-width 0.26s ease, opacity 0.18s ease;
}

.cursor-console.is-open .cursor-dock-options {
  max-width: 370px;
  opacity: 1;
}

.cursor-mode-btn {
  width: 1.74rem;
  height: 1.74rem;
  border-radius: 999px;
  border: 1px solid rgba(149, 187, 247, 0.45);
  background: rgba(9, 16, 28, 0.92);
  color: #d6e5ff;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1;
  padding: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.cursor-mode-btn::before {
  content: "";
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 999px;
}

.cursor-mode-btn[data-cursor-mode="worm"]::before {
  background: linear-gradient(135deg, #4ca4ff 0%, #57c6ff 55%, #92f8ff 100%);
}

.cursor-mode-btn[data-cursor-mode="comet"]::before {
  background: radial-gradient(circle at 28% 28%, #e4f6ff 0%, #89d2ff 45%, #2f78ff 100%);
}

.cursor-mode-btn[data-cursor-mode="pulse"]::before {
  background: radial-gradient(circle, transparent 34%, #93ccff 37%, #4d8eff 62%, transparent 66%);
}

.cursor-mode-btn[data-cursor-mode="orbit"]::before {
  background: conic-gradient(from 0deg, #a4c8ff, #5eb0ff, #79f0ff, #6a9cff, #a4c8ff);
}

.system-mode-btn::before,
.random-mode-btn::before {
  display: none;
}

.system-mode-btn {
  font-size: 1.15rem;
}

.random-mode-btn {
  font-size: 0.92rem;
}

.cursor-mode-btn:hover {
  border-color: rgba(163, 204, 255, 0.9);
}

.cursor-mode-btn.is-active {
  border-color: rgba(176, 215, 255, 1);
  box-shadow: 0 0 0 2px rgba(148, 193, 255, 0.34);
  transform: translateY(-1px);
}

.cursor-console.is-open .cursor-dock-shell {
  border-color: rgba(164, 206, 255, 0.58);
  box-shadow: 0 14px 28px rgba(4, 12, 25, 0.34);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#cursor-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.2s ease;
}

body.custom-cursor-active #cursor-canvas {
  opacity: 1;
}

body.custom-cursor-active,
body.custom-cursor-active * {
  cursor: none !important;
}

body.cursor-unavailable .cursor-dock-toggle,
body.cursor-unavailable .cursor-mode-btn {
  opacity: 0.46;
  pointer-events: none;
}

body.cursor-unavailable .cursor-console {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes statusPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(148, 235, 209, 0.6);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(148, 235, 209, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(148, 235, 209, 0);
  }
}

@keyframes flowLine {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -72;
  }
}

@keyframes orbPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.22);
  }
}

@media (max-width: 1080px) {
  .hero,
  .process,
  .contact-panel,
  .page-hero,
  .page-shell-grid {
    grid-template-columns: 1fr;
  }

  .hero-signals,
  .proof-strip,
  .studio-layout-grid,
  .page-summary-grid,
  .capability-grid,
  .engagement-grid,
  .work-preview-grid,
  .story-grid,
  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-intro {
    grid-column: 1 / -1;
  }

  .studio-layout-intro,
  .studio-primary,
  .studio-card-wide {
    grid-column: 1 / -1;
  }

  .studio-card-wide {
    display: flex;
    grid-template-columns: none;
    column-gap: 0;
    row-gap: 0;
  }

  .hero-visual {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  :root {
    --anchor-offset: 8.5rem;
  }

  .topbar {
    padding-top: 0.7rem;
  }

  .topbar-inner {
    flex-wrap: wrap;
    border-radius: 16px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(18, 22, 20, 0.08);
  }

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

  .nav a:not(:last-child) {
    margin-right: 0;
  }

  .nav a:not(:last-child)::after {
    display: none;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-signals,
  .proof-strip,
  .studio-layout-grid,
  .page-summary-grid,
  .capability-grid,
  .engagement-grid,
  .work-preview-grid,
  .story-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .studio-layout {
    padding-top: 3.9rem;
  }

  .hero-visual {
    min-height: auto;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr;
    grid-template-areas:
      "status"
      "signal"
      "engine"
      "launch";
    padding-bottom: 1rem;
  }

  .hero-visual-network {
    display: none;
  }

  .hero-visual-node,
  .hero-visual-rail {
    position: relative;
    inset: auto;
    right: auto;
    left: auto;
    bottom: auto;
    top: auto;
    width: auto;
  }

  .hero-visual-rail {
    justify-self: start;
    flex-wrap: wrap;
  }

  .node-signal,
  .node-engine,
  .node-launch {
    margin-top: 0;
    width: auto;
    justify-self: stretch;
  }

  .section-intro,
  .process,
  .engagements,
  .contact,
  .work-preview,
  .page-shell {
    padding-top: 3.6rem;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .footer-links {
    order: 2;
  }

  .page-hero-copy h1 {
    max-width: none;
  }

  .cursor-console {
    right: 0.8rem;
    bottom: 0.8rem;
    transform: translateY(14px);
  }

  .cursor-console.is-open .cursor-dock-options {
    max-width: 270px;
  }
}

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

  .reveal,
  .reveal.visible,
  .btn,
  .nav a {
    transition: none;
    transform: none;
    opacity: 1;
  }

  :is(.hero-copy, .hero-panel, .proof-strip, .capability-card, .process-card, .engagement-card, .contact-panel, .work-preview-card, .page-hero-copy, .page-hero-panel, .story-card, .principle-card, .work-case, .page-cta)::before {
    display: none;
  }

  .hero-status-dot,
  .network-path,
  .network-orb {
    animation: none;
  }

  .cursor-console {
    display: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .cursor-console {
    display: none;
  }
}

body {
  background: #f3f0e8;
}

.topbar-inner {
  background: rgba(248, 245, 239, 0.78);
  border-color: rgba(18, 22, 20, 0.08);
}

.poster-main {
  padding-bottom: 2rem;
}

.hero-stage {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: calc(100svh - 6.8rem);
  overflow: hidden;
  background: #09110e;
  color: #f4f1e8;
}

.hero-stage-media,
.hero-stage-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-stage-media img {
  object-fit: cover;
  object-position: 68% center;
  transform: scale(1.03);
}

.hero-stage-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 44%, rgba(7, 11, 10, 0.32) 0%, rgba(7, 11, 10, 0) 38%),
    linear-gradient(90deg, rgba(7, 11, 10, 0.96) 0%, rgba(7, 11, 10, 0.88) 36%, rgba(7, 11, 10, 0.38) 64%, rgba(7, 11, 10, 0.5) 100%),
    linear-gradient(180deg, rgba(7, 11, 10, 0.1) 0%, rgba(7, 11, 10, 0.36) 100%);
}

.hero-stage-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
}

.hero-stage-inner {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.2rem, 6vw, 6.2rem) 0 clamp(3rem, 5vw, 4.2rem);
}

.hero-stage-copy {
  max-width: 38.5rem;
}

.hero-brand {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.3rem, 5.2vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.hero-stage .eyebrow {
  margin-top: 0.72rem;
  color: #96dbc9;
  letter-spacing: 0.15em;
}

.hero-stage h1 {
  margin: 0.62rem 0 0;
  max-width: 12.1ch;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.05rem, 3.25vw, 3.82rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.97;
}

.hero-strap {
  max-width: 26rem;
  margin: 0.95rem 0 0;
  color: rgba(244, 241, 232, 0.75);
  font-size: 1.02rem;
  line-height: 1.55;
}

.hero-stage .hero-actions {
  align-items: center;
  gap: 1rem;
  margin-top: 1.45rem;
}

.hero-inline-link {
  color: rgba(244, 241, 232, 0.88);
  font-weight: 700;
  text-decoration: none;
}

.hero-inline-link:hover,
.hero-inline-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  outline: none;
}

.hero-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.15rem;
  max-width: 36rem;
  margin: 1.45rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(244, 241, 232, 0.62);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-proofline span {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-proofline span + span::before {
  content: "";
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: rgba(150, 219, 201, 0.5);
}

.support-band,
.method-stage,
.ledger-stage,
.signal-stage,
.contact-stage,
.page-shell {
  padding-top: 5rem;
}

.support-intro,
.ledger-intro,
.signal-copy,
.page-section-copy {
  max-width: 52rem;
}

.support-intro h2,
.ledger-intro h2,
.signal-copy h2,
.page-section-copy h2,
.contact-stage-copy h2,
.page-cta h2 {
  margin: 0.6rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.support-rows,
.ledger-rows,
.signal-lines,
.work-ledger {
  margin-top: 1.8rem;
  border-top: 1px solid rgba(18, 22, 20, 0.14);
}

.support-row,
.ledger-row,
.work-case {
  display: grid;
  align-items: start;
  gap: 1.4rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(18, 22, 20, 0.12);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.support-row {
  grid-template-columns: 72px minmax(0, 1fr) minmax(220px, 0.74fr);
}

.ledger-row,
.work-case {
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr) minmax(250px, 0.78fr);
}

.support-row:hover,
.ledger-row:hover,
.work-case:hover {
  transform: translateX(6px);
  border-color: rgba(11, 122, 104, 0.34);
}

.support-index,
.ledger-label,
.method-step-kicker,
.page-panel-kicker,
.hero-stage .eyebrow,
.page-breadcrumb,
.work-case-meta span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-index,
.ledger-label,
.method-step-index {
  margin: 0;
  color: var(--accent-strong);
}

.support-copy h3,
.ledger-body h3,
.method-step h3,
.page-hero-panel h2,
.page-hero-copy h1,
.story-card h3,
.principle-card h3,
.page-cta h2,
.work-case h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.support-copy h3,
.ledger-body h3,
.method-step h3,
.work-case h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
}

.support-copy p,
.ledger-body p,
.method-step p,
.contact-stage-copy p,
.page-hero-panel p,
.page-section-copy p,
.page-cta p,
.page-lede,
.story-card p,
.principle-card p,
.work-case p {
  color: var(--muted);
}

.support-copy p,
.ledger-body p,
.method-step p,
.work-case p {
  margin: 0.5rem 0 0;
}

.support-tail {
  margin: 0;
  justify-self: end;
  max-width: 18rem;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: right;
}

.method-rail {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 2rem;
  align-items: start;
}

.method-sticky {
  position: sticky;
  top: 7.2rem;
  align-self: start;
}

.method-sticky p:last-of-type {
  margin: 1rem 0 0;
  max-width: 30rem;
  color: var(--muted);
}

.method-steps {
  border-top: 1px solid rgba(18, 22, 20, 0.14);
}

.method-step {
  grid-template-columns: 72px 1fr;
}

.method-step-index {
  margin: 0;
  color: var(--accent-strong);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.method-step-kicker {
  margin: 0 0 0.45rem;
  color: var(--accent-strong);
}

.ledger-list,
.work-case-list,
.page-panel-list,
.contact-assurance-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.ledger-list li,
.work-case-list li,
.page-panel-list li,
.contact-assurance-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--muted);
  font-weight: 600;
}

.ledger-list li::before,
.work-case-list li::before,
.page-panel-list li::before,
.contact-assurance-list li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.42rem;
  border-radius: 999px;
  background: rgba(11, 122, 104, 0.56);
  box-shadow: 0 0 0 4px rgba(11, 122, 104, 0.08);
  flex: 0 0 auto;
}

.ledger-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.signal-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 2rem;
  align-items: start;
}

.signal-lines p {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(18, 22, 20, 0.12);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.06;
}

.contact-stage-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.9fr);
  gap: 2rem;
  padding: 0.35rem 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-stage-copy {
  max-width: 30rem;
  padding: 0.85rem 0 0 0.95rem;
}

.contact-stage-copy .contact-direct {
  margin: 1rem 0 0;
}

.contact-stage-form {
  padding: 1.5rem;
  border-radius: 24px;
  background: rgba(250, 247, 241, 0.96);
  border: 1px solid rgba(18, 22, 20, 0.1);
  box-shadow: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 0;
  border-width: 0 0 1px;
  border-color: rgba(18, 22, 20, 0.18);
  padding: 0.9rem 0.15rem;
  background: transparent;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  outline: none;
}

.contact-form select {
  background-position:
    calc(100% - 0.65rem) calc(50% + 0.15rem),
    calc(100% - 0.35rem) calc(50% + 0.15rem),
    0 0;
}

.contact-form .btn {
  margin-top: 0.5rem;
}

.page-main {
  padding-bottom: 2rem;
}

.page-hero {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
  gap: 2rem;
  min-height: calc(76svh - 6.8rem);
  padding: clamp(4.2rem, 7vw, 6rem) min(4rem, 2vw) clamp(2.2rem, 4vw, 3.1rem);
  background:
    radial-gradient(circle at top right, rgba(11, 122, 104, 0.09), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0)),
    #efe8dc;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/brand-field.svg");
  background-position: right center;
  background-size: cover;
  opacity: 0.055;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.page-hero-copy,
.page-hero-panel,
.story-card,
.principle-card,
.work-case,
.page-cta {
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  border-radius: 0;
}

.page-hero-copy,
.page-hero-panel {
  position: relative;
  z-index: 1;
  padding: 0;
}

.page-breadcrumb {
  margin: 0 0 1rem;
  color: rgba(18, 22, 20, 0.56);
}

.page-hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(2.35rem, 4.8vw, 4.6rem);
}

.page-lede {
  max-width: 34rem;
  margin: 1rem 0 0;
  font-size: 1.05rem;
}

.page-summary-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.page-summary-grid div {
  padding-top: 0.95rem;
  border-top: 1px solid rgba(18, 22, 20, 0.12);
}

.page-summary-grid dt {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-summary-grid dd {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.page-hero-panel {
  align-self: end;
  justify-self: end;
  max-width: 28rem;
  padding-left: 1.8rem;
  border-left: 1px solid rgba(18, 22, 20, 0.12);
}

.page-shell-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 2rem;
}

.story-grid,
.principles-grid {
  margin-top: 1.8rem;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.3rem;
}

.story-card,
.principle-card {
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 22, 20, 0.14);
}

.story-card h3,
.principle-card h3 {
  margin-top: 0.5rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.page-cta {
  padding: 2rem;
  border-radius: 28px;
  background: #0d1411;
  color: #f4f1e8;
}

.page-cta p,
.page-cta .eyebrow {
  color: rgba(244, 241, 232, 0.78);
}

.page-cta .eyebrow {
  color: #96dbc9;
}

.page-cta .btn-secondary {
  background: transparent;
  border-color: rgba(244, 241, 232, 0.24);
  color: #f4f1e8;
}

.page-cta .btn-secondary:hover,
.page-cta .btn-secondary:focus-visible {
  border-color: rgba(244, 241, 232, 0.44);
  background: rgba(255, 255, 255, 0.06);
}

.page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.work-page .page-hero {
  min-height: calc(66svh - 6.8rem);
  padding-bottom: clamp(1.8rem, 3vw, 2.6rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0)),
    #f1eadf;
}

.work-page .page-hero::after {
  background-position: 74% center;
  opacity: 0.04;
}

.work-page .page-hero-copy h1 {
  max-width: 11.2ch;
  font-size: clamp(2.15rem, 4.3vw, 4rem);
}

.work-page .page-lede {
  max-width: 31rem;
}

.work-page .page-summary-grid {
  gap: 1rem;
}

.work-page .page-summary-grid dd {
  max-width: 14rem;
}

.work-page .page-hero-panel {
  align-self: center;
  max-width: 24rem;
}

.work-page .page-section-copy {
  max-width: 44rem;
}

.work-page .work-ledger {
  margin-top: 2.2rem;
}

.work-page .work-case {
  grid-template-columns: 64px minmax(0, 1.05fr) minmax(280px, 0.88fr);
  gap: 1.6rem;
  padding: 1.7rem 0;
}

.work-case-index {
  margin: 0;
  color: var(--accent-strong);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.work-case-body,
.work-case-tail {
  display: grid;
  align-content: start;
}

.work-case-body {
  gap: 0.8rem;
}

.work-case-tail {
  gap: 0.72rem;
  padding-top: 0.28rem;
}

.work-page .card-kicker {
  color: rgba(7, 82, 69, 0.88);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.work-page .work-case-header {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.82rem;
}

.work-page .work-case h3 {
  max-width: 15.5ch;
  font-size: clamp(1.42rem, 1.72vw, 1.82rem);
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.work-page .work-case p {
  margin: 0;
  max-width: 33rem;
  font-size: 0.98rem;
  line-height: 1.62;
}

.work-page .work-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.work-page .work-case-meta span {
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  background: rgba(11, 122, 104, 0.08);
  color: var(--accent-strong);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.work-case-tail-label {
  margin: 0;
  color: rgba(18, 22, 20, 0.42);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.work-page .work-case-list {
  gap: 0.48rem;
}

.work-page .work-case-list li {
  color: rgba(18, 22, 20, 0.68);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
}

.work-page .story-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.work-page .page-cta {
  padding: 2.2rem;
}

.footer {
  margin-top: 3rem;
}

@media (max-width: 1080px) {
  .support-row,
  .ledger-row,
  .work-case,
  .signal-stage,
  .contact-stage-panel,
  .page-hero,
  .page-shell-grid {
    grid-template-columns: 1fr;
  }

  .method-rail {
    grid-template-columns: 1fr;
  }

  .method-sticky {
    position: relative;
    top: auto;
  }

  .story-grid,
  .principles-grid,
  .page-summary-grid {
    grid-template-columns: 1fr;
  }

  .support-tail,
  .page-hero-panel {
    justify-self: start;
    text-align: left;
    max-width: none;
    padding-left: 0;
    border-left: 0;
  }

  .contact-stage-panel {
    gap: 1.4rem;
    padding-top: 0.2rem;
  }

  .contact-stage-copy {
    max-width: 36rem;
    padding: 0.9rem 0 0 1.1rem;
  }
}

@media (max-width: 760px) {
  .hero-stage {
    min-height: calc(100svh - 7.6rem);
  }

  .hero-stage-inner,
  .page-hero {
    padding-top: 4.1rem;
  }

  .work-page .page-hero {
    min-height: auto;
  }

  .hero-stage-copy {
    max-width: 31rem;
  }

  .hero-brand,
  .page-hero-copy h1 {
    max-width: none;
  }

  .hero-stage h1 {
    max-width: none;
  }

  .hero-proofline {
    gap: 0.55rem 0.9rem;
    font-size: 0.72rem;
  }

  .support-band,
  .method-stage,
  .ledger-stage,
  .signal-stage,
  .contact-stage,
  .page-shell {
    padding-top: 3.9rem;
  }

  .support-row,
  .ledger-row,
  .method-step,
  .work-case {
    gap: 0.8rem;
  }

  .work-page .work-case {
    grid-template-columns: 1fr;
  }

  .support-row:hover,
  .ledger-row:hover,
  .work-case:hover {
    transform: none;
  }

  .page-cta {
    padding: 1.4rem;
  }

  .contact-stage-copy {
    padding: 0.65rem 0 0 0.5rem;
  }
}
