@import "tailwindcss";
@import "tw-animate-css";

:root {
  --navy: #071a2f;
  --navy-2: #0c2745;
  --blue: #1459ff;
  --blue-soft: #dfe8ff;
  --acid: #c8ff5a;
  --paper: #f4f1e9;
  --paper-2: #ebe7dd;
  --white: #ffffff;
  --ink: #0b1b2d;
  --muted: #5c6773;
  --line: rgba(7, 26, 47, 0.16);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(7, 26, 47, 0.13);
  --radius-sm: 12px;
  --radius: 16px;
  --radius-lg: 24px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--acid);
  color: var(--navy);
  padding: 10px 16px;
  font-weight: 800;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  min-height: 100vh;
  overflow: clip;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.section {
  padding-block: clamp(72px, 8vw, 112px);
}

.section-tight {
  padding-block: clamp(52px, 7vw, 88px);
}

.section-dark {
  background: var(--navy);
  color: var(--white);
}

.section-blue {
  background: var(--blue);
  color: var(--white);
}

.section-white {
  background: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: currentColor;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.section-dark .eyebrow::before,
.section-blue .eyebrow::before,
.hero .eyebrow::before {
  background: var(--acid);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h1 {
  max-width: 970px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 7vw, 6.4rem);
  font-weight: 900;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 4.4vw, 4.2rem);
  font-weight: 880;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 820;
}

.lede {
  max-width: 760px;
  margin-bottom: 34px;
  color: color-mix(in srgb, currentColor 78%, transparent);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.55;
}

.display-accent {
  color: var(--acid);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  color: var(--white);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.on-light {
  border-color: var(--line);
  background: rgba(244, 241, 233, 0.94);
  color: var(--navy);
  box-shadow: 0 8px 40px rgba(7, 26, 47, 0.06);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-symbol {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.brand-copy span {
  margin-top: 4px;
  font-size: 0.67rem;
  font-weight: 760;
  letter-spacing: 0.11em;
  opacity: 0.7;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
}

.desktop-nav a {
  position: relative;
  font-size: 0.83rem;
  font-weight: 760;
  text-decoration: none;
}

.desktop-nav a:not(.header-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--acid);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 160ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  border-radius: 999px;
  background: var(--acid);
  color: var(--navy) !important;
  padding: 11px 17px;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle span::before {
  position: absolute;
  top: -6px;
}

.nav-toggle span::after {
  position: absolute;
  top: 6px;
}

.nav-toggle[aria-expanded="true"] span {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span::after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile-panel {
  display: none;
}

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  padding-top: 82px;
}

.hero::before {
  position: absolute;
  top: -24vw;
  right: -18vw;
  width: 60vw;
  height: 60vw;
  border: 1px solid rgba(200, 255, 90, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 9vw rgba(255, 255, 255, 0.018), 0 0 0 18vw rgba(255, 255, 255, 0.014);
  content: "";
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 160px;
  background: linear-gradient(to top, rgba(7, 26, 47, 0.75), transparent);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 708px;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
  align-items: center;
  gap: clamp(36px, 6vw, 92px);
  padding-block: clamp(70px, 7vw, 96px) 132px;
}

.hero h1 {
  max-width: 850px;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 13px 20px;
  font-size: 0.92rem;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--navy);
  box-shadow: 0 10px 30px rgba(200, 255, 90, 0.15);
}

.button-secondary {
  background: transparent;
  color: currentColor;
}

.button-dark {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.button-blue {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.button-arrow::after {
  content: "↗";
  font-size: 1.05em;
}

.hero-note {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.83rem;
}

.portrait-wrap {
  position: relative;
  width: min(100%, 330px);
  justify-self: end;
}

.portrait-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.portrait-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.portrait-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  width: 100%;
  margin-top: 14px;
  border-top: 1px solid var(--line-light);
  color: var(--white);
  padding-top: 14px;
}

.portrait-label strong {
  display: block;
  color: var(--acid);
  font-size: 1.05rem;
  line-height: 1.05;
}

.portrait-label span {
  display: block;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 720;
  line-height: 1.3;
}

.ticker {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 34px;
  left: 0;
  overflow: hidden;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  padding-block: 15px;
  white-space: nowrap;
}

.ticker-inner {
  display: inline-flex;
  min-width: 200%;
  justify-content: space-around;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  animation: ticker 24s linear infinite;
}

.ticker-inner span::after {
  margin-inline: 32px;
  color: var(--acid);
  content: "✦";
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.metric {
  min-height: 170px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(26px, 4vw, 48px);
}

.metric strong {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.metric span {
  display: block;
  max-width: 230px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.split-heading {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
  margin-bottom: clamp(40px, 5vw, 62px);
}

.split-heading h2,
.split-heading p {
  margin-bottom: 0;
}

.split-heading p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.12rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  grid-column: span 4;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.28);
  padding: clamp(24px, 3vw, 38px);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.service-card:nth-child(1),
.service-card:nth-child(2) {
  min-height: 340px;
  grid-column: span 6;
}

.service-card:nth-child(4) {
  background: var(--navy);
  color: var(--white);
}

.service-card:hover {
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.service-card:nth-child(4):hover {
  background: var(--navy-2);
}

.service-index {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.service-card:nth-child(4) .service-index {
  color: var(--acid);
}

.service-card h3 {
  max-width: 370px;
  margin-top: 34px;
}

.service-card p {
  max-width: 380px;
  margin-bottom: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  font-size: 0.92rem;
}

.card-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 900;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: clamp(42px, 8vw, 110px);
}

.manifesto-quote {
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 6.4rem);
  font-weight: 880;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.manifesto-side {
  border-left: 1px solid var(--line-light);
  padding-left: clamp(24px, 4vw, 52px);
}

.manifesto-side p {
  color: rgba(255, 255, 255, 0.72);
}

.ai-chip {
  display: inline-flex;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--acid);
  color: var(--navy);
  padding: 8px 12px;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.method-step {
  min-height: 260px;
  border-right: 1px solid var(--line);
  padding: 28px;
}

.method-step:first-child {
  border-left: 1px solid var(--line);
}

.method-step strong {
  display: block;
  margin-bottom: 52px;
  color: var(--blue);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
}

.method-step h3 {
  font-size: 1.5rem;
}

.method-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.brand-item {
  display: grid;
  min-height: 130px;
  place-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
  padding: 20px;
}

.brand-item img {
  width: 190px;
  max-height: 72px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.brand-item:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.03);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0;
  background: var(--white);
  padding: clamp(26px, 4vw, 42px);
}

.testimonial blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-style: italic;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.testimonial cite {
  display: block;
  margin-top: 28px;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 820;
}

.testimonial cite span {
  display: block;
  color: var(--muted);
  font-weight: 620;
}

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

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

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary::after {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  content: "+";
  transition: transform 160ms ease;
}

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

.faq-list details p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
}

.contact-band {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}

.contact-band::after {
  position: absolute;
  right: -100px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border: 80px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.contact-band-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 40px;
}

.contact-band h2 {
  max-width: 900px;
  margin-bottom: 0;
}

.contact-band .button-primary {
  white-space: nowrap;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  padding-block: clamp(150px, 14vw, 190px) clamp(72px, 8vw, 96px);
}

.page-hero::after {
  position: absolute;
  top: 70px;
  right: -100px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(200, 255, 90, 0.22);
  border-radius: 50%;
  content: "";
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.page-hero h1 {
  max-width: 800px;
  font-size: clamp(3rem, 5.9vw, 5.35rem);
}

.page-hero:not(.article-hero) > .container:not(.page-hero-inner) {
  width: min(calc(100% - 40px), 1040px);
}

.page-hero .lede {
  margin-bottom: 0;
}

.service-figure {
  overflow: hidden;
  width: min(100%, 450px);
  justify-self: end;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.service-figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.outcome-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line-light);
  background: var(--navy);
  color: var(--white);
}

.outcome {
  min-height: 120px;
  border-right: 1px solid var(--line-light);
  padding: 32px;
  font-size: 1.02rem;
  font-weight: 800;
}

.outcome::before {
  display: block;
  margin-bottom: 12px;
  color: var(--acid);
  content: "✦";
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.capability-card {
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.56);
  padding: clamp(26px, 4vw, 42px);
}

.capability-card:nth-child(1) {
  grid-row: span 2;
  background: var(--blue);
  color: var(--white);
}

.capability-card p {
  margin-bottom: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
}

.deliverable-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.deliverable-list li {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--line-light);
  font-weight: 760;
}

.deliverable-list li::before {
  color: var(--acid);
  content: "↗";
}

.prose {
  color: var(--ink);
}

.prose h2 {
  margin-top: 64px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.prose h3 {
  margin-top: 38px;
}

.prose p,
.prose li {
  color: #3f4b57;
}

.prose p {
  font-size: 1.06rem;
}

.prose ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 34px;
  padding-left: 22px;
}

.article-hero {
  padding-block: 176px 90px;
}

.article-hero h1 {
  max-width: 1020px;
  font-size: clamp(3rem, 7vw, 6.5rem);
}

.article-meta {
  display: flex;
  gap: 12px;
  color: var(--acid);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.article-card {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  padding: 30px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.article-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.article-card span {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rule-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.rule-card {
  min-height: 260px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(25px, 4vw, 44px);
}

.rule-card strong {
  display: block;
  margin-bottom: 40px;
  color: var(--blue);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.rule-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(42px, 8vw, 110px);
}

.about-portrait {
  position: sticky;
  top: 112px;
  overflow: hidden;
  max-width: 330px;
  border-radius: 0;
  background: transparent;
}

.about-portrait img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-copy p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.principle-grid,
.portfolio-area-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 54px;
}

.principle,
.portfolio-area {
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  padding: 28px;
}

.principle p,
.portfolio-area p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(42px, 8vw, 110px);
}

.contact-data {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-data a,
.contact-data span {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  text-decoration: none;
}

.form-card {
  border-radius: 0;
  background: var(--white);
  padding: clamp(26px, 5vw, 52px);
  box-shadow: var(--shadow);
}

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

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

.field-full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  padding: 13px 14px;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.82rem;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
}

.notice {
  margin-bottom: 22px;
  border-radius: 12px;
  padding: 14px 16px;
}

.notice-error {
  border: 1px solid #e3a5a5;
  background: #fff0f0;
  color: #7b2020;
}

.site-footer {
  background: var(--navy);
  color: var(--white);
  padding-block: 72px 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: clamp(36px, 7vw, 100px);
}

.footer-brand p {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.62);
}

.footer-title {
  margin-bottom: 18px;
  color: var(--acid);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--acid);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 62px;
  border-top: 1px solid var(--line-light);
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
}

.floating-contact {
  position: fixed;
  z-index: 80;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--acid);
  color: var(--navy);
  padding: 12px 17px;
  box-shadow: 0 12px 40px rgba(7, 26, 47, 0.25);
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
}

.floating-contact::before {
  content: "●";
  color: #1c9b48;
}

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

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

@media (max-width: 1080px) {
  .desktop-nav a:not(.header-cta) {
    display: none;
  }

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

  .header-cta {
    margin-left: auto;
  }

  .mobile-panel {
    position: fixed;
    z-index: 90;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(88vw, 440px);
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    background: var(--navy);
    color: var(--white);
    padding: 100px 34px 40px;
    box-shadow: -20px 0 70px rgba(0, 0, 0, 0.28);
    transform: translateX(110%);
    transition: transform 220ms ease;
  }

  .mobile-panel.is-open {
    transform: translateX(0);
  }

  .mobile-panel a {
    border-bottom: 1px solid var(--line-light);
    padding-block: 12px;
    font-size: 1.3rem;
    font-weight: 820;
    text-decoration: none;
  }

  .hero-grid,
  .page-hero-inner,
  .manifesto-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-bottom: 185px;
  }

  .portrait-wrap {
    justify-self: center;
  }

  .portrait-label {
    width: 100%;
  }

  .page-hero .service-figure {
    max-width: 520px;
    justify-self: start;
  }

  .manifesto-side {
    border-top: 1px solid var(--line-light);
    border-left: 0;
    padding-top: 32px;
    padding-left: 0;
  }

  .about-portrait {
    position: relative;
    top: auto;
    max-width: 480px;
  }
}

@media (max-width: 820px) {
  .container,
  .narrow {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand-copy span {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 0;
  }

  .hero-grid {
    min-height: 0;
    padding-top: 72px;
  }

  .metric-grid,
  .outcome-row,
  .testimonial-grid,
  .article-index {
    grid-template-columns: 1fr;
  }

  .split-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2) {
    min-height: 300px;
    grid-column: auto;
  }

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

  .method-step:nth-child(3) {
    border-left: 1px solid var(--line);
  }

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

  .contact-band-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .capability-grid,
  .deliverable-list,
  .rule-grid,
  .principle-grid,
  .portfolio-area-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .capability-card:nth-child(1) {
    grid-row: auto;
  }

  .field-full {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 540px) {
  body {
    font-size: 16px;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand-symbol {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .hero {
    padding-top: 72px;
  }

  .hero h1,
  .page-hero h1,
  .article-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.5rem);
  }

  .hero-grid {
    gap: 46px;
    padding-bottom: 165px;
  }

  .portrait-wrap {
    width: min(calc(100% - 18px), 320px);
  }

  .portrait-label {
    width: 100%;
  }

  .ticker-inner {
    min-width: 280%;
  }

  .metric {
    min-height: 155px;
  }

  .method-grid,
  .brand-strip {
    grid-template-columns: 1fr;
  }

  .method-step,
  .method-step:nth-child(3) {
    min-height: 240px;
    border-left: 1px solid var(--line);
  }

  .method-step strong {
    margin-bottom: 42px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .floating-contact span {
    display: none;
  }

  .floating-contact {
    width: 52px;
    height: 52px;
    justify-content: center;
    padding: 0;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Direction 02 — strategy as a living system */
:root {
  --navy: #06182b;
  --navy-2: #0a2440;
  --acid: #caff4e;
  --paper: #f3f0e7;
  --paper-2: #e7e2d6;
  --ink: #07192b;
  --muted: #53606c;
  --container: 1320px;
}

body {
  font-size: 17px;
  line-height: 1.58;
}

.reading-progress {
  position: fixed;
  z-index: 220;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.section {
  padding-block: clamp(84px, 9vw, 132px);
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  font-size: clamp(3.25rem, 6.4vw, 5.9rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

h2 {
  font-size: clamp(2.35rem, 4.4vw, 4.25rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.lede {
  max-width: 690px;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.55;
}

.site-header {
  mix-blend-mode: normal;
}

.site-header:not(.is-scrolled):not(.on-light) .brand-copy span {
  color: rgba(255, 255, 255, 0.65);
}

.header-inner {
  min-height: 88px;
}

.desktop-nav a {
  font-size: 0.76rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.header-cta {
  border-radius: 3px;
  padding-inline: 20px;
}

.hero {
  min-height: 900px;
  background:
    linear-gradient(110deg, rgba(6, 24, 43, 0.98) 0 54%, rgba(7, 30, 53, 0.95) 78%, rgba(8, 35, 62, 0.98) 100%);
  isolation: isolate;
}

.hero::before,
.hero::after,
.page-hero::after {
  display: none;
}

.signal-canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.signal-canvas::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  mask-image: linear-gradient(90deg, transparent 0, black 48%, black 100%);
}

.signal-orbit {
  position: absolute;
  display: block;
  border: 1px solid rgba(202, 255, 78, 0.28);
  border-radius: 50%;
}

.signal-orbit::before,
.signal-orbit::after {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 28px rgba(202,255,78,.8);
  content: "";
}

.signal-orbit::before { top: 15%; left: 11%; }
.signal-orbit::after { right: 9%; bottom: 22%; }

.signal-orbit-a {
  top: -260px;
  right: -160px;
  width: 820px;
  height: 820px;
  animation: signal-spin 24s linear infinite;
}

.signal-orbit-b {
  right: 220px;
  bottom: -360px;
  width: 720px;
  height: 720px;
  border-color: rgba(255,255,255,.13);
  animation: signal-spin 34s linear infinite reverse;
}

.signal-axis {
  position: absolute;
  top: 46%;
  right: -8%;
  width: 58%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(202,255,78,.65), transparent);
  transform: rotate(-18deg);
}

@keyframes signal-spin {
  to { transform: rotate(360deg); }
}

.hero-grid {
  min-height: 900px;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .55fr);
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
  padding-block: 136px 156px;
}

.hero-copy {
  position: relative;
  max-width: 850px;
}

.hero-copy::before {
  position: absolute;
  top: -42px;
  left: -74px;
  color: rgba(255,255,255,.1);
  content: "01";
  font-size: 8rem;
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1;
}

.hero h1 {
  position: relative;
  max-width: 830px;
  margin-bottom: 28px;
  font-size: clamp(3.75rem, 6.15vw, 6rem);
  line-height: .91;
}

.hero h1 > span {
  display: block;
}

.hero h1 > span:nth-child(2) {
  margin-left: clamp(0px, 6vw, 88px);
  color: rgba(255,255,255,.66);
}

.hero h1 em {
  color: var(--acid);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.055em;
}

.hero .lede {
  max-width: 640px;
  margin-left: clamp(0px, 6vw, 88px);
  color: rgba(255,255,255,.7);
}

.hero-actions,
.hero-note {
  margin-left: clamp(0px, 6vw, 88px);
}

.button {
  min-height: 52px;
  border-radius: 3px;
  padding-inline: 22px;
  letter-spacing: .01em;
}

.button-secondary {
  border-color: rgba(255,255,255,.38);
}

.portrait-wrap {
  width: min(100%, 365px);
}

.portrait-wrap::before {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 66%;
  height: 48%;
  border-top: 1px solid var(--acid);
  border-right: 1px solid var(--acid);
  content: "";
  opacity: .75;
}

.portrait-card {
  aspect-ratio: 4 / 5;
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(.78) contrast(1.04);
}

.portrait-code {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: -34px;
  display: grid;
  gap: 4px;
  color: var(--acid);
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .17em;
  writing-mode: vertical-rl;
}

.portrait-label {
  grid-template-columns: 92px 1fr;
  margin-top: 0;
  border-top: 0;
  background: var(--acid);
  color: var(--navy);
  padding: 16px 18px;
}

.portrait-label strong {
  color: var(--navy);
  font-size: 1.25rem;
}

.portrait-label span {
  color: rgba(6,24,43,.7);
  font-size: .7rem;
}

.hero-coordinate {
  position: absolute;
  z-index: 2;
  bottom: 64px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,.45);
  font-size: .6rem;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-coordinate b {
  color: var(--acid);
  font-weight: inherit;
}

.ticker {
  bottom: 0;
  background: rgba(3,15,28,.5);
  backdrop-filter: blur(8px);
}

.ticker-inner {
  animation-duration: 30s;
}

.metric-grid {
  border: 0;
  border-bottom: 1px solid var(--line);
}

.metric {
  min-height: 150px;
  border: 0;
  border-left: 1px solid var(--line);
  padding: 34px 42px;
}

.metric:last-child { border-right: 1px solid var(--line); }

.metric strong {
  margin-bottom: 8px;
  font-size: clamp(3rem, 5vw, 4.8rem);
}

.split-heading {
  grid-template-columns: minmax(0,.9fr) minmax(300px,.6fr);
  justify-content: space-between;
  align-items: end;
}

.split-heading > p {
  justify-self: end;
  max-width: 520px;
  font-size: 1.04rem;
}

.service-ledger {
  display: block;
  border-bottom: 1px solid var(--line);
}

.service-ledger .service-card,
.service-ledger .service-card:nth-child(1),
.service-ledger .service-card:nth-child(2),
.service-ledger .service-card:nth-child(4) {
  display: grid;
  min-height: 150px;
  grid-template-columns: 70px minmax(230px,.72fr) minmax(300px,1fr) 56px;
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 26px 8px;
  transition: background 220ms ease, color 220ms ease, padding 220ms ease;
}

.service-ledger .service-card:hover,
.service-ledger .service-card:nth-child(4):hover {
  background: var(--acid);
  color: var(--navy);
  box-shadow: none;
  padding-inline: 24px;
  transform: none;
}

.service-ledger .service-index,
.service-ledger .service-card:nth-child(4) .service-index {
  color: var(--blue);
}

.service-ledger h3 {
  max-width: none;
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
}

.service-ledger p {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
}

.service-ledger .service-card:hover p { color: rgba(6,24,43,.72); }

.service-ledger .card-arrow {
  position: static;
  justify-self: end;
  border-radius: 0;
  transition: transform 180ms ease;
}

.service-ledger .service-card:hover .card-arrow { transform: rotate(45deg); }

.manifesto-grid {
  position: relative;
}

.manifesto-grid::before {
  position: absolute;
  top: -80px;
  right: 24%;
  color: var(--acid);
  content: "✦";
  font-size: 2rem;
}

.manifesto-quote {
  font-size: clamp(3rem, 5.7vw, 5.6rem);
}

.method-grid {
  counter-reset: method;
}

.method-step {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 34px;
}

.method-step::after {
  position: absolute;
  right: -12px;
  bottom: -32px;
  color: rgba(20,89,255,.065);
  content: attr(data-step);
  font-size: 9rem;
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: 1;
}

.testimonial-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.testimonial {
  min-height: 330px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.page-hero {
  min-height: 620px;
  padding-block: 150px 88px;
  background: var(--navy);
  isolation: isolate;
}

.page-hero:not(.article-hero) > .container:not(.page-hero-inner) {
  width: min(calc(100% - 40px), var(--container));
  border-left: 1px solid rgba(202,255,78,.5);
  padding-left: clamp(24px, 6vw, 90px);
}

.page-hero:not(.article-hero) > .container:not(.page-hero-inner) h1 {
  max-width: 980px;
}

.page-hero-inner {
  grid-template-columns: minmax(0,1fr) minmax(340px,.62fr);
  gap: clamp(54px,8vw,130px);
}

.page-hero-copy {
  position: relative;
}

.page-index {
  margin-bottom: 46px;
  color: var(--acid);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .16em;
}

.page-index span { color: rgba(255,255,255,.42); }

.page-hero h1 {
  max-width: 800px;
  font-size: clamp(3.15rem, 5.4vw, 5.25rem);
}

.signal-canvas-page .signal-orbit-a {
  top: -420px;
  right: -220px;
}

.service-figure {
  position: relative;
  width: min(100%, 440px);
  margin: 0;
  overflow: visible;
}

.service-figure::before {
  position: absolute;
  z-index: -1;
  top: -22px;
  right: -22px;
  width: 48%;
  height: 48%;
  border-top: 1px solid var(--acid);
  border-right: 1px solid var(--acid);
  content: "";
}

.service-figure img {
  aspect-ratio: 5 / 4;
  filter: saturate(.7) contrast(1.05);
}

.service-figure figcaption {
  position: absolute;
  right: 0;
  bottom: -34px;
  color: rgba(255,255,255,.52);
  font-size: .62rem;
  font-weight: 780;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.outcome-row {
  max-width: var(--container);
  margin-inline: auto;
  border-right: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.outcome {
  min-height: 112px;
  padding: 28px 34px;
  font-size: .93rem;
}

.capability-grid {
  display: block;
  border-bottom: 1px solid var(--line);
}

.capability-card,
.capability-card:nth-child(1) {
  display: grid;
  min-height: 150px;
  grid-template-columns: minmax(260px,.8fr) minmax(300px,1.2fr);
  align-items: center;
  gap: 50px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 30px 8px;
}

.capability-card h3,
.capability-card p { margin: 0; }

.capability-card p { color: var(--muted); }

.article-card,
.rule-card,
.principle,
.portfolio-area,
.form-card {
  border-radius: 0;
}

.contact-band {
  background: var(--acid);
  color: var(--navy);
}

.contact-band::after {
  border-radius: 0;
  border-color: rgba(6,24,43,.09);
  transform: rotate(25deg);
}

.contact-band .eyebrow::before { background: var(--blue); }
.contact-band .button-primary { border-color: var(--navy); background: var(--navy); color: var(--white); }

@media (max-width: 1080px) {
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; padding-top: 150px; }
  .hero-copy::before { left: auto; right: 0; }
  .hero h1 { max-width: 760px; }
  .hero h1 > span:nth-child(2),
  .hero .lede,
  .hero-actions,
  .hero-note { margin-left: 0; }
  .portrait-wrap { justify-self: end; margin-right: 6vw; }
  .hero-coordinate { display: none; }
  .service-ledger .service-card,
  .service-ledger .service-card:nth-child(1),
  .service-ledger .service-card:nth-child(2),
  .service-ledger .service-card:nth-child(4) {
    grid-template-columns: 54px minmax(210px,.8fr) 1fr 48px;
  }
  .page-hero-inner { grid-template-columns: 1fr; }
  .service-figure { justify-self: end; }
}

@media (max-width: 820px) {
  .section { padding-block: 78px; }
  .hero-grid { padding-bottom: 176px; }
  .portrait-wrap { justify-self: center; margin-right: 0; }
  .signal-orbit-a { right: -430px; }
  .metric { padding: 28px 24px; }
  .service-ledger .service-card,
  .service-ledger .service-card:nth-child(1),
  .service-ledger .service-card:nth-child(2),
  .service-ledger .service-card:nth-child(4) {
    min-height: 0;
    grid-template-columns: 46px 1fr 44px;
    gap: 14px;
    padding: 28px 2px;
  }
  .service-ledger p { grid-column: 2 / -1; }
  .service-ledger .card-arrow { grid-column: 3; grid-row: 1; }
  .capability-card,
  .capability-card:nth-child(1) { grid-template-columns: 1fr; gap: 14px; }
  .page-hero { min-height: 0; }
  .outcome-row { border-right: 0; border-left: 0; }
}

@media (max-width: 540px) {
  h1,
  .hero h1,
  .page-hero h1,
  .article-hero h1 { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.3rem); }
  .hero-copy::before { top: -24px; font-size: 5.5rem; }
  .portrait-wrap { width: min(100%, 310px); }
  .portrait-code { left: -22px; }
  .metric { min-height: 138px; }
  .service-ledger h3 { font-size: 1.55rem; }
  .service-ledger p { font-size: .86rem; }
  .page-hero { padding-block: 130px 70px; }
  .page-hero:not(.article-hero) > .container:not(.page-hero-inner) { padding-left: 20px; }
  .service-figure figcaption { position: static; margin-top: 10px; }
}
