:root {
  --ink: #102532;
  --ink-2: #17384a;
  --teal: #277b8c;
  --teal-dark: #145569;
  --gold: #c89a44;
  --gold-light: #f1d58f;
  --brick: #9a4d3d;
  --paper: #f7f9fb;
  --white: #ffffff;
  --line: rgba(16, 37, 50, 0.14);
  --shadow: 0 20px 60px rgba(16, 37, 50, 0.16);
  --radius: 8px;
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% -10%, rgba(39, 123, 140, 0.16), transparent 36%),
    radial-gradient(circle at 90% 8%, rgba(200, 154, 68, 0.12), transparent 32%),
    var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  box-shadow: var(--shadow);
}

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 14px 32px;
  background: rgba(11, 31, 43, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: var(--white);
  width: 100%;
  max-width: 100%;
}

.site-header.is-scrolled {
  background: rgba(11, 31, 43, 0.94);
  box-shadow: 0 16px 40px rgba(8, 18, 25, 0.22);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex: 0 1 auto;
}

.brand-link img {
  width: 188px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a,
.nav-app-button {
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  padding: 9px 12px;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-app-button:hover,
.nav-app-button:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  outline: 0;
}

.nav-app-button {
  margin-left: 6px;
  background: var(--gold);
  color: #13232c;
  font-weight: 800;
}

.nav-app-button:hover,
.nav-app-button:focus-visible {
  background: var(--gold-light);
  color: #13232c;
}

.nav-toggle {
  display: none;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: calc(100svh - 54px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 126px 32px 84px;
  background: #071923;
  color: var(--white);
}

.hero-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.94;
  animation: heroLens 18s ease-in-out infinite alternate;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 20, 29, 0.98) 0%, rgba(6, 20, 29, 0.88) 34%, rgba(6, 20, 29, 0.42) 72%, rgba(6, 20, 29, 0.28) 100%),
    linear-gradient(0deg, rgba(6, 20, 29, 0.72), rgba(6, 20, 29, 0.04)),
    radial-gradient(circle at 78% 42%, rgba(39, 123, 140, 0.18), transparent 34%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 70%);
  opacity: 0.34;
  animation: gridDrift 24s linear infinite;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(0deg, rgba(247, 249, 251, 0.08), transparent);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin-left: max(0px, calc((100% - 1180px) / 2));
  min-width: 0;
  max-width: 100%;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0;
}

.section-kicker {
  color: var(--teal-dark);
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: 4.4rem;
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.hero-copy {
  width: min(640px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-button,
.secondary-button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  padding: 12px 16px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.primary-button {
  background: var(--gold);
  color: #122531;
  box-shadow: 0 14px 34px rgba(200, 154, 68, 0.24);
}

.primary-button.dark {
  background: var(--ink);
  color: var(--white);
  box-shadow: none;
  margin-top: 18px;
}

.secondary-button {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.primary-button svg,
.secondary-button svg,
.text-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-button:hover,
.primary-button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-2px);
  outline: 0;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: var(--gold-light);
  box-shadow: 0 16px 38px rgba(200, 154, 68, 0.28);
}

.secondary-button:hover,
.secondary-button:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.signal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(720px, 100%);
  margin: 42px 0 0;
}

.signal-list div {
  border-left: 2px solid var(--gold);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  padding: 14px;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.signal-list div:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
}

.signal-list dt {
  margin: 0;
  color: var(--gold-light);
  font-weight: 900;
}

.signal-list dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-width: 0;
}

.intro-band {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  padding: 48px 0;
}

.intro-grid h2,
.section-heading h2,
.method-copy h2,
.app-grid h2,
.founder-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.65rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.intro-grid p,
.section-heading p,
.method-copy p,
.app-grid p,
.founder-copy p,
.contact-copy p,
.engagement-preview p,
.timeline-content p {
  color: rgba(16, 37, 50, 0.72);
}

.section {
  padding: 92px 0;
}

.section-heading {
  width: min(720px, 100%);
  margin-bottom: 34px;
}

.section-heading p {
  margin: 14px 0 0;
  font-size: 1.05rem;
}

.services-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(234, 242, 244, 0.72)),
    radial-gradient(circle at 78% 20%, rgba(39, 123, 140, 0.14), transparent 34%),
    radial-gradient(circle at 18% 84%, rgba(200, 154, 68, 0.12), transparent 28%);
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 37, 50, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 37, 50, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 82%, transparent);
  pointer-events: none;
}

.services-section .section-inner {
  position: relative;
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
  gap: 24px;
  align-items: start;
}

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

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  padding: 18px;
  text-align: left;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 26px rgba(16, 37, 50, 0.05);
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.42) 48%, transparent 72%);
  transform: translateX(-130%);
  transition: transform 560ms ease;
  pointer-events: none;
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(39, 123, 140, 0.52);
  box-shadow: 0 18px 40px rgba(16, 37, 50, 0.1), 0 0 0 4px rgba(39, 123, 140, 0.06);
  outline: 0;
}

.service-card:hover::after,
.service-card:focus-visible::after {
  transform: translateX(130%);
}

.service-card.is-active {
  background: #f1f8f9;
  border-color: rgba(39, 123, 140, 0.7);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: rgba(39, 123, 140, 0.1);
  color: var(--teal-dark);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.service-card:hover .service-icon,
.service-card:focus-visible .service-icon {
  transform: rotate(-5deg) scale(1.06);
  background: rgba(200, 154, 68, 0.18);
}

.service-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.25;
}

.service-card small {
  display: block;
  margin-top: 8px;
  color: rgba(16, 37, 50, 0.62);
  font-size: 0.92rem;
  line-height: 1.45;
}

.engagement-preview {
  position: sticky;
  top: 96px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  padding: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.engagement-preview::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  background: linear-gradient(90deg, var(--teal), var(--gold), var(--brick));
}

.engagement-preview .section-kicker {
  color: var(--gold-light);
}

.engagement-preview h3 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.15;
}

.engagement-preview p {
  color: rgba(255, 255, 255, 0.78);
}

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

.engagement-preview li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.84);
}

.engagement-preview li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
}

.method-section {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border-block: 1px solid var(--line);
}

.method-section::before,
.method-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.method-section::before {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 43%, rgba(39, 123, 140, 0.08) 43% 44%, transparent 44% 100%),
    radial-gradient(circle at 20% 20%, rgba(200, 154, 68, 0.14), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(39, 123, 140, 0.12), transparent 30%);
  background-size: 150% 150%, 120% 120%, 130% 130%;
  opacity: 0.9;
  animation: methodField 18s ease-in-out infinite alternate;
}

.method-section::after {
  top: 18%;
  right: 8%;
  width: min(420px, 42vw);
  aspect-ratio: 1;
  border: 1px solid rgba(39, 123, 140, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.88) 0 8%, transparent 9%),
    conic-gradient(from 90deg, transparent, rgba(200, 154, 68, 0.2), transparent, rgba(39, 123, 140, 0.18), transparent);
  filter: blur(0.1px);
  animation: methodOrbit 24s linear infinite;
}

.method-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.method-copy {
  position: sticky;
  top: 104px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 34px;
  bottom: 34px;
  width: 2px;
  background: linear-gradient(180deg, rgba(20, 85, 105, 0.08), rgba(39, 123, 140, 0.42), rgba(200, 154, 68, 0.36));
  transform-origin: top;
  animation: deliveryLine 5.8s ease-in-out infinite;
}

.timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcfd;
  padding: 22px 26px;
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(16, 37, 50, 0.04);
  animation: deliveryStepFloat 7.2s ease-in-out infinite;
}

.timeline-step::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 44%, rgba(255, 255, 255, 0.82) 50%, transparent 58% 100%);
  opacity: 0.55;
  transform: translateX(-130%);
  animation: deliverySweep 7.2s ease-in-out infinite;
}

.timeline-step:nth-child(2) {
  animation-delay: -2.1s;
}

.timeline-step:nth-child(2)::after {
  animation-delay: -2.1s;
}

.timeline-step:nth-child(3) {
  animation-delay: -4.2s;
}

.timeline-step:nth-child(3)::after {
  animation-delay: -4.2s;
}

.timeline-step span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: var(--radius);
  background: var(--teal-dark);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 0 0 0 rgba(20, 85, 105, 0.22);
  animation: softPulse 4.8s ease-in-out infinite, numberLift 7.2s ease-in-out infinite;
}

.timeline-step:nth-child(2) span {
  animation-delay: -1.2s, -2.1s;
}

.timeline-step:nth-child(3) span {
  animation-delay: -2.4s, -4.2s;
}

.timeline-content {
  position: relative;
  z-index: 1;
}

.timeline-content h3 {
  margin: 0;
  font-size: 1.3rem;
}

.timeline-content p {
  margin: 6px 0 0;
}

.app-section {
  padding: 92px 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(200, 154, 68, 0.2), transparent 30%),
    radial-gradient(circle at 82% 30%, rgba(39, 123, 140, 0.18), transparent 34%),
    linear-gradient(135deg, #eaf2f4, #f7fbfc 48%, #e4f0f2);
  background-size: 130% 130%;
  animation: sectionAura 16s ease-in-out infinite alternate;
}

.app-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.65fr);
  gap: 40px;
  align-items: center;
}

.app-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.app-flow span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(16, 37, 50, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(16, 37, 50, 0.78);
  padding: 9px 11px;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(16, 37, 50, 0.06);
  animation: subtleRise 5.6s ease-in-out infinite;
}

.app-flow span:nth-child(2) {
  animation-delay: -1.4s;
}

.app-flow span:nth-child(3) {
  animation-delay: -2.8s;
}

.app-flow strong {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--gold-light);
  font-size: 0.78rem;
}

.app-illustration {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(20, 85, 105, 0.26)),
    url("assets/consulting-session.jpg") center / cover;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.app-illustration::after {
  content: "";
  position: absolute;
  inset: 68px;
  border: 1px dashed rgba(20, 85, 105, 0.28);
  border-radius: 50%;
  pointer-events: none;
  animation: orbitSpin 28s linear infinite;
}

.app-illustration::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: var(--radius);
  pointer-events: none;
}

.flow-callout {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  width: 176px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  padding: 12px;
  box-shadow: 0 18px 44px rgba(16, 37, 50, 0.16);
  backdrop-filter: blur(16px);
  animation: calloutDrift 5.8s ease-in-out infinite;
}

.flow-callout span {
  display: inline-grid;
  grid-row: span 2;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: var(--radius);
  background: var(--teal-dark);
  color: var(--white);
  font-weight: 900;
  font-size: 0.78rem;
}

.flow-callout strong,
.flow-callout small {
  min-width: 0;
}

.flow-callout strong {
  line-height: 1.1;
}

.flow-callout small {
  color: rgba(16, 37, 50, 0.62);
  line-height: 1.25;
}

.callout-request {
  left: 28px;
  bottom: 132px;
}

.callout-match {
  right: 28px;
  top: 190px;
  animation-delay: -1.8s;
}

.callout-track {
  right: 38px;
  bottom: 118px;
  animation-delay: -3.2s;
}

.app-preview-card {
  position: absolute;
  z-index: 2;
  width: 176px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(39, 123, 140, 0.22), rgba(200, 154, 68, 0.18)),
    rgba(255, 255, 255, 0.22);
  padding: 8px;
  box-shadow: 0 22px 54px rgba(16, 37, 50, 0.18);
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.app-preview-card::after,
.launch-preview-focus::after,
.launch-orbit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.46) 48%, transparent 72%);
  transform: translateX(-130%);
  animation: cardShine 6.8s ease-in-out infinite;
  pointer-events: none;
}

.app-preview-card img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  filter: drop-shadow(0 12px 20px rgba(16, 37, 50, 0.16));
}

.preview-main {
  left: 32px;
  top: 30px;
  transform: rotate(-6deg);
  animation: cardFloatA 6s ease-in-out infinite;
}

.preview-secondary {
  right: 28px;
  top: 38px;
  width: 154px;
  transform: rotate(7deg);
  animation: cardFloatB 7.2s ease-in-out infinite;
}

.preview-third {
  right: 38px;
  bottom: 30px;
  width: 164px;
  transform: rotate(-4deg);
  animation: cardFloatC 6.6s ease-in-out infinite;
}

.preview-focus {
  position: relative;
  z-index: 3;
  width: 282px;
  border-radius: 28px;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(39, 123, 140, 0.22)),
    rgba(234, 242, 244, 0.34);
  box-shadow: 0 28px 70px rgba(12, 31, 42, 0.24);
  animation: focusFloat 5.8s ease-in-out infinite;
}

.preview-focus img {
  border-radius: 22px;
}

.status-pill {
  display: inline-flex;
  margin: 16px 0;
  border-radius: 999px;
  background: rgba(39, 123, 140, 0.12);
  color: var(--teal-dark);
  padding: 7px 10px;
  font-weight: 800;
}

.request-line {
  height: 12px;
  margin-top: 12px;
  border-radius: 999px;
  background: #dbe8eb;
}

.request-line.short {
  width: 64%;
}

.app-map {
  position: relative;
  height: 112px;
  margin-top: 22px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, transparent 49%, rgba(39, 123, 140, 0.2) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(39, 123, 140, 0.2) 50%, transparent 51%),
    #edf5f6;
}

.app-map span {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--gold);
}

.app-map span:nth-child(1) {
  left: 24px;
  top: 34px;
}

.app-map span:nth-child(2) {
  right: 30px;
  top: 24px;
}

.app-map span:nth-child(3) {
  left: 86px;
  bottom: 28px;
  background: var(--teal);
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.founder-photo {
  position: relative;
  overflow: hidden;
  width: min(380px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(135deg, var(--teal), var(--gold), var(--ink)) border-box;
  border: 8px solid transparent;
  box-shadow: 0 24px 70px rgba(16, 37, 50, 0.16);
}

.founder-photo::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  pointer-events: none;
}

.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.founder-copy p {
  font-size: 1.05rem;
}

.text-link {
  margin-top: 10px;
  padding: 0;
  color: var(--teal-dark);
}

.contact-section {
  padding: 92px 0;
  background: var(--ink);
  color: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.7fr);
  gap: 42px;
}

.contact-copy h2 {
  color: var(--white);
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.75);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.86);
}

.contact-list span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold-light);
  font-weight: 900;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  padding: 12px 14px;
}

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

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(200, 154, 68, 0.28);
}

.form-button {
  width: fit-content;
}

.form-button:disabled {
  cursor: progress;
  opacity: 0.64;
  transform: none;
}

.form-status {
  display: none;
  margin: 0;
  border-radius: var(--radius);
  padding: 10px 12px;
  font-weight: 800;
}

.form-status.is-pending,
.form-status.is-success,
.form-status.is-error {
  display: block;
}

.form-status.is-pending {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
}

.form-status.is-success {
  background: rgba(39, 123, 140, 0.22);
  color: #d7fbff;
}

.form-status.is-error {
  background: rgba(154, 77, 61, 0.22);
  color: #ffe6de;
}

.site-footer {
  background: #081822;
  color: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.footer-grid img {
  width: 200px;
}

.footer-grid p {
  margin: 0;
}

.footer-meta {
  white-space: nowrap;
}

.footer-legal {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.88);
  text-underline-offset: 3px;
}

.footer-legal .release-version {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.launch-dialog {
  width: min(920px, calc(100% - 32px));
  border: 0;
  border-radius: var(--radius);
  padding: 0;
  background: transparent;
  color: var(--ink);
}

.launch-dialog::backdrop {
  background: rgba(6, 18, 26, 0.72);
  backdrop-filter: blur(10px);
}

.launch-modal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  border-radius: var(--radius);
  background: var(--white);
  padding: 32px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.modal-close {
  position: absolute;
  z-index: 2;
  right: 14px;
  top: 14px;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

.modal-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.launch-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 20%, rgba(241, 213, 143, 0.5), transparent 34%),
    radial-gradient(circle at 80% 30%, rgba(39, 123, 140, 0.32), transparent 38%),
    linear-gradient(135deg, rgba(39, 123, 140, 0.16), rgba(200, 154, 68, 0.16)),
    #eef6f7;
  background-size: 130% 130%;
  overflow: hidden;
  animation: sectionAura 14s ease-in-out infinite alternate;
}

.launch-orbit-card {
  position: absolute;
  z-index: 1;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(39, 123, 140, 0.2), rgba(200, 154, 68, 0.16)),
    rgba(255, 255, 255, 0.28);
  padding: 8px;
  box-shadow: 0 18px 42px rgba(16, 37, 50, 0.14);
  overflow: hidden;
  animation: orbitFloat 7s ease-in-out infinite;
}

.launch-orbit-card img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.launch-preview-focus {
  position: relative;
  z-index: 2;
  width: min(250px, 72%);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(39, 123, 140, 0.22)),
    rgba(234, 242, 244, 0.36);
  padding: 10px;
  box-shadow: 0 24px 60px rgba(12, 31, 42, 0.22);
  overflow: hidden;
  animation: focusFloat 5.6s ease-in-out infinite;
}

.launch-preview-focus img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.orbit-one {
  left: 18px;
  top: 28px;
  transform: rotate(-9deg);
  animation-delay: -1.4s;
}

.orbit-two {
  right: 16px;
  bottom: 32px;
  transform: rotate(8deg);
  animation-delay: -3s;
}

.mini-eyebrow {
  display: block;
  margin-top: 10px;
  color: var(--teal-dark);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.mini-task {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 10px;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.25;
}

.mini-task span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c9d8dc;
}

.mini-task.active span {
  background: var(--gold);
}

.launch-copy h2 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.launch-copy p {
  color: rgba(16, 37, 50, 0.72);
}

.launch-flow {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.launch-flow li {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7fbfc;
  padding: 10px 12px;
}

.launch-flow span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius);
  background: var(--teal-dark);
  color: var(--white);
  font-weight: 900;
  font-size: 0.78rem;
}

.launch-flow strong {
  line-height: 1.2;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.app-store-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 176px;
  border: 1px solid rgba(16, 37, 50, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(16, 37, 50, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
  animation: badgeBreathe 6.2s ease-in-out infinite;
}

.store-badge:nth-child(2) {
  animation-delay: -1.6s;
}

.store-badge:nth-child(3) {
  animation-delay: -3.2s;
}

.store-badge:hover,
.store-badge:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(16, 37, 50, 0.12);
}

.apple-badge {
  border-color: rgba(10, 132, 255, 0.26);
}

.google-badge {
  border-color: rgba(52, 168, 83, 0.22);
}

.huawei-badge {
  border-color: rgba(230, 0, 18, 0.24);
}

.store-logo {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.store-logo-apple {
  fill: #0a84ff;
}

.store-logo-huawei {
  fill: #e60012;
}

.play-green {
  fill: #34a853;
}

.play-blue {
  fill: #4285f4;
}

.play-yellow {
  fill: #fbbc04;
}

.play-red {
  fill: #ea4335;
}

.store-badge small {
  display: block;
  color: rgba(16, 37, 50, 0.6);
  font-size: 0.72rem;
  line-height: 1.1;
}

.store-badge strong {
  display: block;
  font-size: 1rem;
  line-height: 1.15;
}

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

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

@keyframes heroLens {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.055) translate3d(-1.5%, 1%, 0);
  }
}

@keyframes gridDrift {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 80px 80px;
  }
}

@keyframes softPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(20, 85, 105, 0.24);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(20, 85, 105, 0);
  }
}

@keyframes sectionAura {
  0% {
    background-position: 0% 40%;
  }

  100% {
    background-position: 100% 60%;
  }
}

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

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

@keyframes methodField {
  0% {
    background-position: 0% 40%, 0% 30%, 100% 70%;
  }

  100% {
    background-position: 100% 60%, 30% 10%, 70% 100%;
  }
}

@keyframes methodOrbit {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    transform: translate3d(-14px, 10px, 0) rotate(180deg) scale(1.04);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(360deg) scale(1);
  }
}

@keyframes deliveryLine {
  0%,
  100% {
    transform: scaleY(0.24);
    opacity: 0.34;
  }

  48%,
  72% {
    transform: scaleY(1);
    opacity: 0.9;
  }
}

@keyframes deliveryStepFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    border-color: var(--line);
    box-shadow: 0 20px 42px rgba(16, 37, 50, 0.04);
  }

  50% {
    transform: translate3d(0, -7px, 0);
    border-color: rgba(39, 123, 140, 0.26);
    box-shadow: 0 26px 54px rgba(16, 37, 50, 0.08);
  }
}

@keyframes deliverySweep {
  0%,
  34% {
    transform: translateX(-130%);
  }

  58%,
  100% {
    transform: translateX(130%);
  }
}

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

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

@keyframes orbitSpin {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.04);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes calloutDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes badgeBreathe {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 12px 28px rgba(16, 37, 50, 0.08);
  }

  50% {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(16, 37, 50, 0.11);
  }
}

@keyframes focusFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -12px, 0) rotate(1deg);
  }
}

@keyframes cardFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-6deg);
  }

  50% {
    transform: translate3d(8px, -10px, 0) rotate(-3deg);
  }
}

@keyframes cardFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(7deg);
  }

  50% {
    transform: translate3d(-8px, 9px, 0) rotate(4deg);
  }
}

@keyframes cardFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-4deg);
  }

  50% {
    transform: translate3d(-10px, -8px, 0) rotate(-1deg);
  }
}

@keyframes orbitFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes cardShine {
  0%,
  44% {
    transform: translateX(-130%);
  }

  62%,
  100% {
    transform: translateX(130%);
  }
}

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

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

@media (max-width: 960px) {
  .site-header {
    padding: 12px 18px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 74px 12px auto;
    display: none;
    grid-template-columns: 1fr;
    gap: 4px;
    border-radius: var(--radius);
    background: rgba(11, 31, 43, 0.98);
    padding: 12px;
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .site-nav a,
  .nav-app-button {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 12px;
  }

  .hero {
    min-height: auto;
    padding: 118px 20px 62px;
  }

  .hero-visual {
    width: 100%;
    opacity: 0.58;
    object-position: center center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 20, 29, 0.9), rgba(6, 20, 29, 0.66)),
      linear-gradient(0deg, rgba(6, 20, 29, 0.76), rgba(6, 20, 29, 0.18));
  }

  .hero h1 {
    font-size: 3.3rem;
  }

  .hero-copy {
    font-size: 1.08rem;
  }

  .signal-list,
  .intro-grid,
  .services-layout,
  .method-grid,
  .app-grid,
  .founder-grid,
  .contact-grid,
  .launch-modal {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .method-grid,
  .app-grid,
  .founder-grid,
  .contact-grid {
    gap: 28px;
  }

  .method-copy,
  .engagement-preview {
    position: static;
  }

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

  .footer-meta {
    white-space: normal;
  }

  .footer-legal {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .brand-link img {
    width: 158px;
  }

  .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .hero {
    padding: 102px 20px 30px;
  }

  .hero-copy {
    margin-top: 16px;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .signal-list {
    margin-top: 24px;
  }

  .signal-list div {
    padding: 10px 12px;
  }

  .intro-grid h2,
  .section-heading h2,
  .method-copy h2,
  .app-grid h2,
  .founder-copy h2,
  .contact-copy h2,
  .launch-copy h2 {
    font-size: 2rem;
  }

  .section,
  .app-section,
  .contact-section {
    padding: 64px 0;
  }

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

  .service-card {
    min-height: 118px;
  }

  .method-section::after {
    right: -34%;
    width: 84vw;
    opacity: 0.45;
  }

  .timeline::before {
    left: 24px;
    top: 28px;
    bottom: 28px;
    opacity: 0.42;
  }

  .timeline-step {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .app-illustration {
    min-height: 360px;
  }

  .app-flow span {
    flex: 1 1 112px;
  }

  .flow-callout {
    display: none;
  }

  .app-illustration::after {
    inset: 48px;
  }

  .launch-art {
    min-height: 300px;
  }

  .app-preview-card {
    width: 116px;
    padding: 7px;
    border-radius: 18px;
  }

  .app-preview-card img {
    border-radius: 13px;
  }

  .preview-focus {
    width: 206px;
    padding: 8px;
    border-radius: 22px;
  }

  .preview-focus img {
    border-radius: 16px;
  }

  .preview-main {
    left: 12px;
    top: 20px;
  }

  .preview-secondary {
    right: 12px;
    top: 38px;
    width: 108px;
  }

  .preview-third {
    right: 18px;
    bottom: 20px;
    width: 116px;
  }

  .launch-orbit-card {
    width: 82px;
    padding: 6px;
  }

  .launch-preview-focus {
    width: 164px;
    padding: 8px;
    border-radius: 22px;
  }

  .launch-preview-focus img {
    border-radius: 16px;
  }

  .orbit-one {
    left: 12px;
    top: 20px;
  }

  .orbit-two {
    right: 12px;
    bottom: 22px;
  }

  .store-row {
    gap: 8px;
    margin-top: 18px;
  }

  .launch-flow {
    gap: 8px;
    margin-top: 18px;
  }

  .launch-flow li {
    padding: 8px 10px;
  }

  .store-badge {
    min-width: 174px;
    padding: 8px 10px;
  }

  .mini-eyebrow {
    margin-top: 8px;
    font-size: 0.7rem;
  }

  .mini-task {
    min-height: 32px;
    margin-top: 7px;
    gap: 8px;
    padding: 6px 8px;
    font-size: 0.82rem;
  }

  .mini-task span {
    width: 10px;
    height: 10px;
  }

  .founder-photo {
    width: min(300px, 88vw);
    margin: 0 auto;
  }

  .contact-form {
    padding: 18px;
  }

  .launch-modal {
    padding: 22px;
  }

  .modal-close {
    right: 8px;
    top: 8px;
  }
}

/* 2026 visual refinement */

:root {
  --canvas: #eef3f5;
  --ink-deep: #071923;
  --cyan: #28b8c8;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-lift: 0 30px 80px rgba(7, 25, 35, 0.18);
}

body {
  overflow-x: hidden;
  background: var(--canvas);
}

@supports (overflow: clip) {
  body {
    overflow-x: clip;
  }
}

::selection {
  background: var(--gold-light);
  color: var(--ink-deep);
}

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

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--cyan), var(--gold-light));
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.site-header {
  min-height: 76px;
  transition:
    min-height 260ms var(--ease-out),
    background 260ms ease,
    box-shadow 260ms ease;
}

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

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 2px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease-out);
}

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

.site-nav a.is-active {
  color: var(--white);
}

.hero {
  min-height: min(860px, 92svh);
  isolation: isolate;
}

.hero-visual {
  transform-origin: 65% 50%;
  translate: var(--hero-shift-x, 0) var(--hero-shift-y, 0);
  transition: translate 360ms ease-out;
  will-change: transform;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 16, 24, 0.99) 0%, rgba(4, 16, 24, 0.91) 35%, rgba(4, 16, 24, 0.43) 70%, rgba(4, 16, 24, 0.2) 100%),
    linear-gradient(0deg, rgba(4, 16, 24, 0.78), rgba(4, 16, 24, 0.02));
}

.hero-grid {
  background-size: 72px 72px;
  opacity: 0.24;
}

.hero-scan {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0 30%, rgba(40, 184, 200, 0.68) 56%, transparent 82%);
  box-shadow: 0 0 26px rgba(40, 184, 200, 0.28);
  opacity: 0.7;
  animation: heroScan 8s ease-in-out infinite;
  pointer-events: none;
}

.hero-content {
  width: min(820px, 100%);
}

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

.hero .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold-light);
}

.hero h1 {
  max-width: 780px;
  font-size: 5rem;
  text-wrap: balance;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.26);
}

.hero-copy {
  max-width: 680px;
  font-size: 1.16rem;
  line-height: 1.7;
}

.hero-capability-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-capability-line span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-capability-line span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(40, 184, 200, 0.74);
}

.signal-list div {
  position: relative;
  overflow: hidden;
  border-left-color: rgba(241, 213, 143, 0.86);
  background: rgba(255, 255, 255, 0.075);
}

.signal-list div::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-light), transparent 72%);
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 360ms var(--ease-out);
}

.signal-list div:hover::after {
  transform: scaleX(1);
}

.hero-scroll-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.hero-scroll-link:hover,
.hero-scroll-link:focus-visible {
  color: var(--white);
  outline: 0;
}

.hero-scroll-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: scrollCue 2.4s ease-in-out infinite;
}

.intro-band {
  position: relative;
  overflow: hidden;
}

.intro-grid {
  padding: 58px 0 52px;
}

.intro-grid h2 {
  max-width: 540px;
  font-size: 2.9rem;
}

.intro-grid > p {
  position: relative;
  margin: 0;
  border-left: 1px solid rgba(20, 85, 105, 0.2);
  padding-left: 34px;
  font-size: 1.08rem;
}

.capability-index {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ink-deep);
  color: var(--white);
}

.capability-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.capability-index a {
  position: relative;
  min-width: 0;
  min-height: 164px;
  padding: 26px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition:
    background 220ms ease,
    color 220ms ease;
}

.capability-index a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.capability-index a::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 280ms var(--ease-out);
}

.capability-index a:hover,
.capability-index a:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  outline: 0;
}

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

.capability-index span,
.capability-index strong,
.capability-index small {
  display: block;
  overflow-wrap: break-word;
}

.capability-index span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.capability-index strong {
  margin-top: 8px;
  font-size: 1.02rem;
  line-height: 1.3;
}

.capability-index small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  line-height: 1.5;
}

.services-section {
  overflow: clip;
  padding-top: 108px;
  padding-bottom: 108px;
}

.section-heading h2,
.method-copy h2,
.app-grid h2,
.founder-copy h2,
.contact-copy h2 {
  text-wrap: balance;
}

.services-section .section-heading {
  width: min(820px, 100%);
}

.services-section .section-heading h2 {
  font-size: 3.1rem;
}

.service-card {
  min-height: 136px;
  scroll-margin-top: 100px;
  border-color: rgba(16, 37, 50, 0.11);
  background: rgba(255, 255, 255, 0.9);
  transition:
    transform 320ms var(--ease-out),
    border-color 220ms ease,
    box-shadow 320ms var(--ease-out),
    background 220ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  background: linear-gradient(180deg, var(--teal), var(--gold));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 320ms var(--ease-out);
}

.service-card:hover::before,
.service-card:focus-visible::before,
.service-card.is-active::before {
  transform: scaleY(1);
}

.service-card.is-active {
  background: #edf7f8;
  border-color: rgba(39, 123, 140, 0.62);
  box-shadow: 0 20px 48px rgba(16, 37, 50, 0.1);
}

.service-card.is-active .service-icon {
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(20, 85, 105, 0.2);
}

.service-grid.reveal.is-visible .service-card {
  animation: serviceCardIn 720ms var(--ease-out) both;
}

.service-grid.reveal.is-visible .service-card:nth-child(2) {
  animation-delay: 70ms;
}

.service-grid.reveal.is-visible .service-card:nth-child(3) {
  animation-delay: 140ms;
}

.service-grid.reveal.is-visible .service-card:nth-child(4) {
  animation-delay: 210ms;
}

.service-grid.reveal.is-visible .service-card:nth-child(5) {
  animation-delay: 280ms;
}

.service-grid.reveal.is-visible .service-card:nth-child(6) {
  animation-delay: 350ms;
}

.service-grid.reveal.is-visible .service-card:nth-child(7) {
  animation-delay: 420ms;
}

.service-grid.reveal.is-visible .service-card:nth-child(8) {
  animation-delay: 490ms;
}

.service-grid.reveal.is-visible .service-card:nth-child(9) {
  animation-delay: 560ms;
}

.engagement-preview {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    var(--ink-deep);
  background-size: 42px 42px, 42px 42px, auto;
}

.engagement-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(40, 184, 200, 0.12), transparent 46%, rgba(200, 154, 68, 0.1));
  pointer-events: none;
}

.engagement-preview > * {
  position: relative;
  z-index: 1;
}

.engagement-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.engagement-preview-top .section-kicker {
  margin: 0;
}

.engagement-preview-top > span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.76rem;
  font-weight: 900;
}

.preview-signal {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 22px;
}

.preview-signal i {
  display: block;
  width: 34px;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.preview-signal i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  animation: previewSignal 3.6s ease-in-out infinite;
}

.preview-signal i:nth-child(2)::after {
  animation-delay: 1.2s;
}

.preview-signal i:nth-child(3)::after {
  animation-delay: 2.4s;
}

.engagement-preview.is-switching h3,
.engagement-preview.is-switching p,
.engagement-preview.is-switching li {
  animation: previewSwap 420ms var(--ease-out) both;
}

.engagement-preview.is-switching li:nth-child(2) {
  animation-delay: 55ms;
}

.engagement-preview.is-switching li:nth-child(3) {
  animation-delay: 110ms;
}

.method-section::before {
  background:
    linear-gradient(118deg, transparent 0 44%, rgba(39, 123, 140, 0.065) 44% 44.3%, transparent 44.3% 100%),
    linear-gradient(180deg, rgba(200, 154, 68, 0.08), transparent 38%);
}

.method-section::after {
  top: auto;
  right: -4%;
  bottom: 22%;
  width: min(500px, 48vw);
  height: 1px;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(39, 123, 140, 0.52), rgba(200, 154, 68, 0.48));
  filter: none;
  animation: methodLine 8s ease-in-out infinite;
}

.method-copy {
  padding-top: 12px;
}

.method-copy p {
  max-width: 520px;
}

.method-principles {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.method-principles span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  color: rgba(16, 37, 50, 0.76);
  font-size: 0.88rem;
  font-weight: 850;
}

.method-principles span::before {
  content: "";
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}

.timeline-step {
  animation: none;
  transition:
    transform 420ms var(--ease-out),
    border-color 320ms ease,
    box-shadow 420ms var(--ease-out),
    background 320ms ease;
}

.timeline-step::after {
  opacity: 0;
  animation: none;
}

.timeline-step.is-active {
  transform: translateX(-8px);
  border-color: rgba(39, 123, 140, 0.42);
  background: #f1f8f9;
  box-shadow: 0 28px 58px rgba(16, 37, 50, 0.09);
}

.timeline-step.is-active::after {
  opacity: 0.58;
  animation: deliverySweep 1.5s ease-out both;
}

.timeline-step.is-active span {
  background: linear-gradient(145deg, var(--teal-dark), var(--teal));
  color: var(--white);
}

.app-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(122deg, transparent 0 62%, rgba(39, 123, 140, 0.08) 62% 62.3%, transparent 62.3%),
    linear-gradient(180deg, #e8f0f2, #f7fafb 58%, #e4edef);
  animation: none;
}

.app-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.9fr);
  gap: 56px;
}

.app-grid > div:first-child {
  position: relative;
  z-index: 2;
}

.app-promise {
  width: min(560px, 100%);
  margin: 24px 0 0;
  padding: 17px 0 17px 18px;
  border-left: 3px solid var(--gold);
  border-top: 1px solid rgba(16, 37, 50, 0.1);
  border-bottom: 1px solid rgba(16, 37, 50, 0.1);
}

.app-promise strong,
.app-promise span {
  display: block;
}

.app-promise strong {
  color: var(--ink-deep);
  font-size: 1.04rem;
  line-height: 1.35;
}

.app-promise span {
  margin-top: 5px;
  color: rgba(16, 37, 50, 0.68);
  font-size: 0.88rem;
  line-height: 1.55;
}

.app-flow {
  gap: 8px;
}

.app-flow > button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  border: 1px solid rgba(16, 37, 50, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(16, 37, 50, 0.7);
  padding: 8px 12px 8px 8px;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(16, 37, 50, 0.05);
  transition:
    transform 240ms var(--ease-out),
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 240ms var(--ease-out);
}

.app-flow > button:hover,
.app-flow > button:focus-visible,
.app-flow > button.is-active {
  transform: translateY(-2px);
  border-color: rgba(39, 123, 140, 0.48);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 16px 32px rgba(16, 37, 50, 0.09);
  outline: 0;
}

.app-flow > button strong {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--gold-light);
  font-size: 0.76rem;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.app-flow > button.is-active strong {
  background: var(--teal-dark);
  color: var(--white);
}

.app-flow > button > span {
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  box-shadow: none;
  animation: none;
}

.app-stage-note {
  min-height: 52px;
  width: min(520px, 100%);
  margin: 16px 0 0;
  border-left: 2px solid var(--gold);
  padding-left: 14px;
  color: rgba(16, 37, 50, 0.68);
  font-size: 0.94rem;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.app-stage-note.is-switching {
  opacity: 0;
  transform: translateY(4px);
}

.app-illustration {
  --app-tilt-x: 0deg;
  --app-tilt-y: 0deg;
  min-height: 610px;
  border: 1px solid rgba(20, 85, 105, 0.16);
  background:
    linear-gradient(rgba(20, 85, 105, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 85, 105, 0.07) 1px, transparent 1px),
    linear-gradient(125deg, transparent 0 48%, rgba(200, 154, 68, 0.2) 48% 48.35%, transparent 48.35%),
    linear-gradient(145deg, #ffffff 0%, #f2fafb 54%, #e3f0f3 100%);
  background-size: 46px 46px, 46px 46px, auto, auto;
  box-shadow: 0 42px 90px rgba(16, 37, 50, 0.16);
  transform: perspective(1200px) rotateX(var(--app-tilt-y)) rotateY(var(--app-tilt-x));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
}

.app-illustration::before {
  inset: 20px;
  border-color: rgba(20, 85, 105, 0.14);
}

.app-illustration::after {
  z-index: 0;
  inset: 12%;
  border-color: rgba(20, 85, 105, 0.3);
}

.app-network-label {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 28px;
  color: rgba(16, 37, 50, 0.48);
  font-size: 0.68rem;
  font-weight: 900;
}

.app-preview-card {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  overflow: visible;
  backdrop-filter: none;
  transition:
    opacity 420ms var(--ease-out),
    filter 420ms var(--ease-out),
    scale 520ms var(--ease-out);
}

.app-preview-card::after {
  display: none;
}

.app-preview-card img,
.preview-focus img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(16, 37, 50, 0.22));
}

.app-preview-card[data-app-preview] {
  opacity: 0.5;
  filter: saturate(0.75) brightness(0.82);
  scale: 0.9;
}

.app-preview-card[data-app-preview].is-active {
  z-index: 6;
  opacity: 1;
  filter: saturate(1.05) brightness(1);
  scale: 1.08;
}

.preview-focus {
  position: relative;
  z-index: 4;
  width: 330px;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  overflow: visible;
}

.preview-main {
  left: 34px;
  top: 54px;
  width: 190px;
  opacity: 0.64;
}

.preview-secondary {
  right: 16px;
  top: 56px;
  width: 220px;
}

.preview-third {
  right: 12px;
  bottom: 24px;
  width: 220px;
}

.flow-callout {
  z-index: 8;
  opacity: 0.48;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.92);
  scale: 0.94;
  transition:
    opacity 320ms ease,
    scale 420ms var(--ease-out),
    border-color 320ms ease;
}

.flow-callout.is-active {
  opacity: 1;
  border-color: rgba(241, 213, 143, 0.84);
  scale: 1;
}

.callout-request {
  left: 22px;
  bottom: 154px;
}

.callout-match {
  right: 20px;
  top: 204px;
}

.callout-track {
  right: 28px;
  bottom: 116px;
}

.store-badge {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(16, 37, 50, 0.09);
}

.founder-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(39, 123, 140, 0.06) 1px, transparent 1px),
    var(--white);
  background-size: 86px 100%, auto;
}

.founder-section::before {
  content: "AUROSTRAT / LEADERSHIP";
  position: absolute;
  right: 24px;
  top: 50%;
  color: rgba(16, 37, 50, 0.05);
  font-size: 0.74rem;
  font-weight: 900;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
}

.founder-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
}

.founder-visual::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border: 1px dashed rgba(39, 123, 140, 0.24);
  border-radius: 50%;
  animation: founderOrbit 30s linear infinite;
}

.founder-photo {
  z-index: 1;
  width: min(360px, 100%);
  border-width: 7px;
}

.founder-caption {
  position: absolute;
  z-index: 3;
  right: -12px;
  bottom: 42px;
  display: grid;
  gap: 2px;
  width: min(250px, 72%);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(7, 25, 35, 0.94);
  color: var(--white);
  padding: 14px 16px;
  box-shadow: 0 20px 46px rgba(7, 25, 35, 0.22);
  backdrop-filter: blur(14px);
}

.founder-caption strong {
  line-height: 1.25;
}

.founder-caption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

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

.founder-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 26px 0 8px;
  padding: 0;
  list-style: none;
}

.founder-values li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(16, 37, 50, 0.72);
  font-size: 0.84rem;
  font-weight: 850;
}

.founder-values li::before {
  content: "+";
  color: var(--gold);
  font-size: 1.05rem;
}

.contact-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(128deg, #071923 0 58%, #102f3e 58% 100%);
  background-size: 64px 64px, 64px 64px, auto;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--cyan), var(--brick));
}

.contact-section::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 24%;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 213, 143, 0.42));
  transform: rotate(-14deg);
}

.contact-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.72fr) minmax(440px, 0.88fr);
  gap: 64px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 110px;
}

.contact-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.contact-topics span {
  border-bottom: 1px solid rgba(241, 213, 143, 0.42);
  color: rgba(255, 255, 255, 0.7);
  padding: 4px 0;
  font-size: 0.8rem;
  font-weight: 800;
}

.contact-list a {
  transition:
    color 180ms ease,
    transform 220ms var(--ease-out);
}

.contact-list a:hover,
.contact-list a:focus-visible {
  color: var(--white);
  transform: translateX(4px);
  outline: 0;
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.075);
  padding: 28px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.contact-form .message-field,
.contact-form .form-status,
.contact-form .form-button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  min-height: 48px;
  background: rgba(255, 255, 255, 0.96);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.launch-art {
  border: 1px solid rgba(20, 85, 105, 0.14);
  background:
    linear-gradient(rgba(20, 85, 105, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 85, 105, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #eff8fa 58%, #e0edf0 100%);
  background-size: 42px 42px, 42px 42px, auto;
  animation: none;
}

.launch-orbit-card,
.launch-preview-focus {
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  overflow: visible;
}

.launch-orbit-card::after,
.launch-preview-focus::after {
  display: none;
}

.launch-orbit-card img,
.launch-preview-focus img {
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(16, 37, 50, 0.2));
}

@keyframes heroScan {
  0%,
  100% {
    transform: translateY(-80px);
    opacity: 0;
  }

  18%,
  72% {
    opacity: 0.7;
  }

  84% {
    transform: translateY(560px);
    opacity: 0;
  }
}

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

  50% {
    transform: translateY(5px);
  }
}

@keyframes serviceCardIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes previewSignal {
  0%,
  24% {
    transform: scaleX(0);
  }

  48%,
  72% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@keyframes previewSwap {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes methodLine {
  0%,
  100% {
    transform: rotate(-14deg) scaleX(0.2);
    opacity: 0.2;
  }

  50% {
    transform: rotate(-14deg) scaleX(1);
    opacity: 0.9;
  }
}

@keyframes founderOrbit {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 960px) {
  .site-header.is-scrolled {
    min-height: 68px;
  }

  .site-nav {
    inset: 76px 12px auto;
  }

  .site-nav a::after {
    left: 12px;
    right: auto;
    width: 34px;
  }

  .hero {
    min-height: min(820px, 92svh);
  }

  .hero h1 {
    font-size: 3.6rem;
  }

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

  .capability-index a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

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

  .intro-grid > p {
    border-left: 0;
    padding-left: 0;
  }

  .services-section .section-heading h2 {
    font-size: 2.65rem;
  }

  .engagement-preview {
    min-height: 340px;
  }

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

  .app-grid > div:first-child {
    max-width: 720px;
  }

  .app-illustration {
    width: min(720px, 100%);
    min-height: 590px;
    margin: 0 auto;
  }

  .founder-grid {
    grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
  }

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

  .contact-copy {
    position: static;
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .founder-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: auto;
    padding: 102px 16px 34px;
  }

  .hero h1 {
    font-size: 2.25rem;
    line-height: 1.04;
    text-wrap: wrap;
  }

  .hero-copy {
    line-height: 1.58;
  }

  .hero-capability-line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    margin-top: 18px;
    font-size: 0.74rem;
  }

  .signal-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
    gap: 6px;
    overflow: visible;
    padding-bottom: 0;
  }

  .signal-list div {
    min-width: 0;
    padding: 10px 8px;
  }

  .signal-list dd {
    font-size: 0.76rem;
    line-height: 1.38;
    overflow-wrap: break-word;
  }

  .hero-scroll-link {
    margin-top: 18px;
  }

  .intro-grid {
    padding: 46px 0 42px;
  }

  .intro-grid h2,
  .services-section .section-heading h2 {
    font-size: 2.15rem;
  }

  .capability-index-grid {
    width: 100%;
  }

  .capability-index a {
    min-height: 148px;
    padding: 20px 14px;
  }

  .capability-index a::after {
    left: 14px;
    right: 14px;
  }

  .capability-index strong {
    font-size: 0.92rem;
  }

  .capability-index small {
    font-size: 0.72rem;
  }

  .services-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .engagement-preview {
    min-height: 360px;
    padding: 24px 20px;
  }

  .timeline-step.is-active {
    transform: translateX(0);
  }

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

  .app-flow > button {
    justify-content: center;
    min-width: 0;
    padding: 8px;
  }

  .app-flow > button > span {
    font-size: 0.78rem;
  }

  .app-stage-note {
    min-height: 66px;
  }

  .app-illustration {
    min-height: 430px;
  }

  .app-network-label {
    top: 18px;
    left: 18px;
    font-size: 0.58rem;
  }

  .preview-focus {
    width: 224px;
  }

  .preview-main {
    left: 8px;
    top: 62px;
    width: 122px;
  }

  .preview-secondary {
    right: 4px;
    top: 46px;
    width: 136px;
  }

  .preview-third {
    right: 2px;
    bottom: 22px;
    width: 142px;
  }

  .founder-visual {
    min-height: 0;
    padding-top: 12px;
  }

  .founder-visual::before {
    width: min(288px, 84vw);
    height: auto;
    aspect-ratio: 1;
  }

  .founder-photo {
    width: min(280px, 82vw);
  }

  .founder-caption {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(280px, 82vw);
    margin: -18px auto 0;
    padding: 13px 16px;
    text-align: left;
    -webkit-backdrop-filter: blur(14px);
  }

  .founder-caption strong,
  .founder-caption span {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .contact-form .message-field,
  .contact-form .form-status,
  .contact-form .form-button {
    grid-column: 1;
  }

  .contact-section::after,
  .founder-section::before {
    display: none;
  }

  .launch-modal {
    padding: 20px;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand-link img {
    width: 146px;
  }

  .hero h1 {
    font-size: 2rem;
  }

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

  .hero-actions > * {
    width: 100%;
  }

  .signal-list dd {
    font-size: 0.7rem;
  }

  .capability-index strong {
    font-size: 0.86rem;
  }

  .capability-index small {
    font-size: 0.68rem;
  }
}
