:root {
  color-scheme: light;
  --ink: #07111f;
  --muted: #5e6877;
  --blue: #0b1d33;
  --blue-soft: #132b4b;
  --gold: #b9935a;
  --gold-soft: #eadfc9;
  --paper: #ffffff;
  --wash: #f6f7f9;
  --line: #dde3ec;
  --shadow: 0 22px 55px rgba(8, 17, 31, 0.12);
  --font-body: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#top,
section[id] {
  scroll-margin-top: 102px;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0, #f6f7f9 680px),
    var(--wash);
  overflow-x: hidden;
}

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

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

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: var(--shadow);
  transition: transform 180ms ease;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(185, 147, 90, 0.56);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 10px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(221, 227, 236, 0.72);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(7, 17, 31, 0.04);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  min-width: 300px;
}

.brand-logo {
  display: block;
  width: clamp(132px, 12vw, 178px);
  height: auto;
  object-fit: contain;
}

.brand-copy,
.brand-copy strong {
  display: block;
}

.brand-copy strong {
  max-width: 210px;
  color: #1a2638;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  color: #303a49;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.nav a {
  position: relative;
  text-decoration: none;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--ink);
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta,
.button,
.floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.1;
  white-space: normal;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(11, 29, 51, 0.18);
}

.button.secondary {
  border-color: rgba(11, 29, 51, 0.16);
  background: #fff;
  color: var(--blue);
}

.header-cta:hover,
.button:hover,
.floating-cta:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
  gap: clamp(34px, 5.2vw, 74px);
  align-items: center;
  min-height: 0;
  padding: clamp(52px, 6vw, 82px) clamp(18px, 5vw, 78px) clamp(46px, 5vw, 72px);
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 147, 90, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 48%, #eef2f7 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(11, 29, 51, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 29, 51, 0.045) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

.hero-command-layer {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.command-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 147, 90, 0.62), transparent);
  transform-origin: left center;
  opacity: 0.62;
}

.command-line::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(185, 147, 90, 0.11);
  animation: commandPulse 4.6s ease-in-out infinite;
}

.command-line-one {
  left: 9%;
  right: 52%;
  top: 27%;
  transform: rotate(-12deg);
}

.command-line-two {
  left: 48%;
  right: 8%;
  bottom: 28%;
  transform: rotate(9deg);
}

.command-line-two::after {
  animation-delay: 1.6s;
}

.command-node {
  position: absolute;
  display: inline-grid;
  place-items: center;
  min-width: 98px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(185, 147, 90, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: rgba(11, 29, 51, 0.74);
  box-shadow: 0 14px 34px rgba(8, 17, 31, 0.07);
  backdrop-filter: blur(16px);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: nodeFloat 8s ease-in-out infinite;
}

.command-node-amazon {
  left: 7%;
  top: 18%;
}

.command-node-marketplace {
  right: 12%;
  top: 20%;
  animation-delay: 1.2s;
}

.command-node-ai {
  right: 35%;
  bottom: 12%;
  animation-delay: 2.1s;
}

.hero-copy {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  max-width: 720px;
  text-align: center;
  justify-self: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 590px;
  margin: 0 auto 20px;
  font-family: var(--font-display);
  font-size: clamp(36px, 3.65vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 1.18;
}

.hero-lead {
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  color: #344052;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.proof-grid div {
  min-height: 106px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(8, 17, 31, 0.06);
}

.proof-grid dt {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

.proof-grid dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  display: grid;
  min-height: 0;
  transform-style: preserve-3d;
  transition: transform 240ms ease;
  will-change: transform;
}

.hero-visual img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  background: #f4f7fb;
  border: 1px solid rgba(221, 227, 236, 0.9);
  border-radius: 10px;
  box-shadow: var(--shadow);
  transform: translateZ(0);
}

.console-panel,
.console-flow,
.signal-panel {
  transform: translateZ(28px);
}

.console-panel {
  position: absolute;
  left: clamp(14px, 3vw, 28px);
  top: clamp(14px, 3vw, 28px);
  display: grid;
  gap: 5px;
  width: min(252px, calc(100% - 28px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 42px rgba(8, 17, 31, 0.14);
  backdrop-filter: blur(18px);
}

.console-panel span,
.console-panel small {
  color: #667184;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.console-panel strong {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.05;
}

.console-panel small {
  color: #7a8493;
  letter-spacing: 0;
  text-transform: none;
}

.console-flow {
  position: absolute;
  left: 50%;
  top: 53%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(221, 227, 236, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(8, 17, 31, 0.12);
  backdrop-filter: blur(16px);
  transform: translate(-50%, -50%) translateZ(34px);
}

.console-flow span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.console-flow i {
  display: block;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(185, 147, 90, 0.1), var(--gold), rgba(185, 147, 90, 0.1));
  position: relative;
}

.console-flow i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: dotRun 2.8s ease-in-out infinite;
}

.signal-panel {
  position: absolute;
  right: clamp(14px, 3vw, 30px);
  bottom: clamp(14px, 3vw, 30px);
  width: min(260px, calc(100% - 28px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  background: rgba(7, 17, 31, 0.82);
  color: #fff;
  backdrop-filter: blur(16px);
}

.signal-panel span,
.signal-panel small {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
}

.signal-panel strong {
  display: block;
  margin: 8px 0;
  color: #f2d79b;
  font-size: 42px;
  line-height: 1;
}

.wow-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: -20px clamp(18px, 5vw, 78px) clamp(20px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(221, 227, 236, 0.88);
  border-radius: 10px;
  background: var(--line);
  box-shadow: 0 24px 58px rgba(8, 17, 31, 0.1);
}

.wow-strip div {
  min-height: 88px;
  padding: 20px 22px;
  background:
    linear-gradient(135deg, rgba(185, 147, 90, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.94);
}

.wow-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wow-strip strong {
  display: block;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.05;
}

.hero-note {
  max-width: 560px;
  margin: 24px auto 0;
  color: #6b7483;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@keyframes commandPulse {
  0%,
  100% {
    transform: translateX(0) scale(1);
    opacity: 0.8;
  }

  50% {
    transform: translateX(120px) scale(1.24);
    opacity: 1;
  }
}

@keyframes nodeFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes dotRun {
  0%,
  100% {
    transform: translateX(-26px);
    opacity: 0.42;
  }

  50% {
    transform: translateX(0);
    opacity: 1;
  }
}

.impact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 78px) clamp(20px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
  box-shadow: 0 22px 55px rgba(8, 17, 31, 0.08);
}

.impact-strip div {
  min-height: 158px;
  padding: 28px;
  background: #fff;
}

.impact-strip span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.impact-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.05;
}

.impact-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.section {
  padding: clamp(74px, 9vw, 124px) clamp(18px, 5vw, 78px);
}

.intro,
.method,
.projects {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(30px, 7vw, 92px);
  align-items: start;
}

.intro {
  background: var(--blue);
  color: #fff;
}

.intro p:last-child {
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(246,247,249,0.96)),
    #f6f7f9;
}

.manifesto-kicker {
  position: sticky;
  top: 112px;
}

.manifesto-grid {
  display: grid;
  gap: 14px;
}

.manifesto-grid article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(8, 17, 31, 0.055);
}

.manifesto-grid span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.manifesto-grid h3 {
  grid-column: 2;
  margin-bottom: 8px;
  font-size: 28px;
}

.manifesto-grid p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.credibility-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: end;
  padding: clamp(62px, 7vw, 92px) clamp(18px, 5vw, 78px);
  background:
    linear-gradient(135deg, rgba(185, 147, 90, 0.14), transparent 38%),
    var(--blue);
  color: #fff;
}

.credibility-heading h2 {
  max-width: 610px;
  margin-bottom: 0;
  font-size: clamp(30px, 3.7vw, 48px);
}

.credibility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
}

.credibility-grid article {
  min-height: 214px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.credibility-grid span {
  display: block;
  margin-bottom: 28px;
  color: #f4d58a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credibility-grid strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.14;
}

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

.section-heading.wide {
  max-width: 900px;
  margin-bottom: 34px;
}

.section-subtitle {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.rich-text p {
  color: #3f4b5c;
  font-size: 18px;
  line-height: 1.72;
}

.about-section {
  display: grid;
  gap: clamp(34px, 6vw, 74px);
  background: #fff;
}

.about-lead {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 420px);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.portrait-card,
.memory-card {
  margin: 0;
}

.portrait-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--blue);
  box-shadow: var(--shadow);
}

.portrait-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.portrait-card figcaption {
  display: grid;
  gap: 6px;
  padding: 18px;
  color: #fff;
}

.portrait-card figcaption strong {
  font-size: 20px;
}

.portrait-card figcaption span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.about-story .tag-list {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 0;
}

.memory-grid {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  gap: 16px;
}

.memory-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(8, 17, 31, 0.07);
}

.memory-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f4f7fb;
}

.memory-card.large img {
  aspect-ratio: 16 / 11;
  object-position: center center;
}

.memory-card figcaption {
  padding: 20px;
}

.memory-card figcaption span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.memory-card figcaption strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 21px;
  line-height: 1.18;
}

.memory-card figcaption p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.tag-list span,
.audience-grid span,
.contact-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.services,
.audiences {
  background: #fff;
}

.service-positioning {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(18px, 4vw, 48px);
  align-items: center;
  max-width: 1180px;
  margin: 0 0 26px;
  padding: 26px 30px;
  border: 1px solid rgba(185, 147, 90, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(185, 147, 90, 0.12), transparent 40%),
    #fff;
  box-shadow: 0 14px 38px rgba(8, 17, 31, 0.055);
}

.service-positioning strong {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.08;
}

.service-positioning span {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

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

.service-card,
.project-grid article {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(8, 17, 31, 0.06);
}

.service-card.featured {
  background:
    linear-gradient(135deg, rgba(185, 147, 90, 0.18), transparent 36%),
    var(--blue);
  color: #fff;
}

.service-index {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-lead {
  margin-bottom: 22px;
  color: #465164;
  font-size: 17px;
  line-height: 1.62;
}

.service-card.featured .service-lead {
  color: rgba(255, 255, 255, 0.8);
}

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

.service-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.52;
}

.service-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.service-result {
  display: block;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(221, 227, 236, 0.86);
  color: var(--blue);
  font-size: 14px;
  line-height: 1.55;
}

.service-card.featured .service-result {
  border-color: rgba(255, 255, 255, 0.16);
  color: #f4d58a;
}

.timeline {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.method .timeline {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.timeline li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(8, 17, 31, 0.05);
}

.timeline span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--gold-soft);
  color: var(--blue);
  font-weight: 900;
}

.timeline p,
.project-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.method-note {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  padding: 30px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(244, 213, 138, 0.2), transparent 42%),
    var(--blue);
  color: #fff;
  box-shadow: var(--shadow);
}

.method-note span,
.project-grid article span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.method-note strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.12;
}

.method-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.62;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.audience-grid span {
  display: grid;
  gap: 8px;
  min-height: 132px;
  align-items: start;
  padding: 20px;
  line-height: 1.45;
}

.audience-grid strong {
  display: block;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
}

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

.project-grid article {
  min-height: 210px;
}

.project-grid .project-feature {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(185, 147, 90, 0.14), transparent 42%),
    #fff;
}

.project-grid .project-feature h3 {
  font-size: clamp(28px, 3vw, 42px);
}

.faq-section {
  background:
    linear-gradient(180deg, #fff 0%, #f6f7f9 100%),
    #f6f7f9;
}

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

.faq-grid article {
  min-height: 220px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(8, 17, 31, 0.055);
}

.faq-grid h3 {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: clamp(23px, 2vw, 30px);
}

.faq-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.64;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 0.7fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  padding: clamp(58px, 7vw, 88px) clamp(18px, 5vw, 78px);
  background: var(--blue);
  color: #fff;
}

.contact-copy {
  max-width: 680px;
}

.contact-copy h2 {
  max-width: 620px;
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 56px);
}

.contact-copy p {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.58;
}

.contact-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.direct-contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 590px;
  margin-top: 22px;
}

.direct-contacts a {
  display: grid;
  gap: 3px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.direct-contacts a span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-highlights span {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.contact-form {
  display: grid;
  gap: 11px;
  width: min(100%, 520px);
  justify-self: end;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.form-intro {
  display: grid;
  gap: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.form-intro strong {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.08;
}

.form-intro span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

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

label {
  display: grid;
  gap: 6px;
  color: #253246;
  font-size: 12px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #ccd5e1;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  outline: none;
}

input,
select {
  min-height: 42px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  min-height: 104px;
  padding: 12px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(185, 147, 90, 0.16);
}

.button.full {
  width: 100%;
  min-height: 46px;
  border: 0;
  cursor: pointer;
}

.form-privacy {
  margin: -2px 0 0;
  color: #6d7786;
  font-size: 12px;
  line-height: 1.42;
}

.form-privacy a {
  color: var(--blue);
  font-weight: 900;
}

.form-message {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.form-message.success {
  color: #1f7a4c;
}

.form-message.error {
  color: #b42318;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 18;
  display: none;
  background: var(--gold);
  color: #07111f;
  box-shadow: 0 18px 44px rgba(8, 17, 31, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

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

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(18px, 5vw, 78px);
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.site-footer div a {
  color: var(--muted);
}

.legal-page {
  background: #fff;
}

.legal-hero {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 78px) clamp(38px, 5vw, 68px);
  background:
    radial-gradient(circle at 14% 0%, rgba(185, 147, 90, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
}

.legal-hero h1 {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.legal-hero p {
  max-width: 760px;
  color: #344052;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.58;
}

.legal-content {
  display: grid;
  gap: 18px;
  max-width: 900px;
  padding: 0 clamp(18px, 5vw, 78px) clamp(74px, 9vw, 118px);
}

.legal-content article {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.legal-content p {
  color: #3f4b5c;
  font-size: 17px;
  line-height: 1.68;
}

.legal-content a {
  color: var(--blue);
  font-weight: 900;
}

.legal-updated {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 800;
}

.not-found-page {
  min-height: 58vh;
}

.not-found-hero {
  min-height: 58vh;
  display: grid;
  align-content: center;
}

.not-found-actions {
  justify-content: flex-start;
  margin-top: 28px;
  margin-bottom: 0;
}

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

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

@media (max-width: 1120px) {
  .floating-cta {
    display: inline-flex;
  }

  .site-header {
    grid-template-columns: auto auto;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    justify-self: end;
    display: inline-grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 11px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    background: var(--blue);
  }

  .nav {
    position: fixed;
    left: 18px;
    right: 18px;
    top: 86px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

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

  .nav a {
    padding: 12px;
  }

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

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    margin: 0 auto;
  }

  .hero-visual {
    grid-column: 1;
    grid-row: 2;
  }

  .credibility-band {
    grid-template-columns: 1fr;
  }

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

  .impact-strip {
    grid-template-columns: 1fr;
  }

  .wow-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .hero-visual {
    min-height: 0;
  }

  .hero-visual img {
    min-height: 0;
  }

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

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

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

@media (max-width: 760px) {
  #top,
  section[id] {
    scroll-margin-top: 78px;
  }

  .site-header {
    min-height: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 104px;
  }

  .brand-copy strong {
    max-width: 126px;
    font-size: 11px;
  }

  .hero {
    min-height: auto;
    padding: 42px 24px 54px;
  }

  .hero-command-layer {
    display: none;
  }

  h1 {
    font-size: clamp(34px, 9.8vw, 40px);
    line-height: 1.04;
  }

  .eyebrow {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-note {
    font-size: 12px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .proof-grid,
  .intro,
  .manifesto,
  .service-positioning,
  .about-lead,
  .about-story,
  .method,
  .projects,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .method .timeline,
  .method-note,
  .memory-grid,
  .about-story .tag-list {
    grid-column: auto;
    grid-row: auto;
  }

  .proof-grid {
    gap: 10px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 0;
  }

  .signal-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -8px;
    border-radius: 8px;
    transform: none;
  }

  .console-panel {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-bottom: -8px;
    transform: none;
  }

  .console-flow {
    position: relative;
    left: auto;
    top: auto;
    justify-content: center;
    width: 100%;
    margin: -8px 0 0;
    transform: none;
    border-radius: 8px;
  }

  .console-flow span {
    white-space: normal;
  }

  .console-flow i {
    width: 18px;
    flex: 0 0 18px;
  }

  .wow-strip {
    grid-template-columns: 1fr;
    margin: -20px 18px 18px;
  }

  .wow-strip div {
    min-height: 0;
    padding: 18px 20px;
  }

  .impact-strip {
    margin: 0 18px 18px;
  }

  .impact-strip div {
    min-height: 0;
    padding: 22px;
  }

  .impact-strip strong {
    font-size: 23px;
  }

  .manifesto-kicker {
    position: static;
  }

  .manifesto-grid article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
  }

  .manifesto-grid span,
  .manifesto-grid h3,
  .manifesto-grid p {
    grid-column: auto;
    grid-row: auto;
  }

  .credibility-band {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .credibility-grid article {
    min-height: 0;
    padding: 24px;
  }

  .credibility-grid span {
    margin-bottom: 16px;
  }

  .service-positioning {
    padding: 24px;
  }

  .direct-contacts {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .project-grid,
  .faq-grid,
  .audience-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .project-grid .project-feature {
    grid-column: auto;
  }

  .service-card,
  .project-grid article,
  .faq-grid article {
    padding: 24px;
  }

  .audience-grid span {
    min-height: 0;
  }

  .section,
  .contact-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .floating-cta {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .site-footer {
    display: grid;
    padding-bottom: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .hero-visual {
    transform: none !important;
  }
}
