:root {
  color-scheme: dark;
  --navy: #041636;
  --navy-deep: #020d22;
  --navy-soft: #0a2349;
  --ink: #f4f7ff;
  --muted: #aebbd2;
  --muted-2: #7688a7;
  --blue: #3582ff;
  --blue-soft: #6ea5ff;
  --line: rgba(155, 187, 238, 0.18);
  --line-strong: rgba(155, 187, 238, 0.32);
  --panel: rgba(5, 24, 58, 0.54);
  --body-top: #041636;
  --body-mid: #03132e;
  --body-bottom: #020e24;
  --body-radial: rgba(27, 70, 132, 0.16);
  --nav-overlay-top: rgba(3, 15, 38, 0.62);
  --nav-overlay-bottom: rgba(3, 15, 38, 0);
  --nav-overlay-solid: rgba(3, 15, 38, 0.82);
  --header-link-color: rgba(244, 247, 255, 0.84);
  --hero-lede-color: rgba(220, 230, 248, 0.8);
  --section-lead-color: rgba(244, 247, 255, 0.93);
  --section-kicker-line: rgba(86, 144, 238, 0.55);
  --section-kicker-band-about: rgba(4, 35, 80, 0.56);
  --section-kicker-band-what: rgba(4, 44, 90, 0.56);
  --section-kicker-band-process: rgba(7, 34, 75, 0.56);
  --section-kicker-band-now: rgba(3, 38, 85, 0.56);
  --section-kicker-band-contact: rgba(5, 28, 68, 0.56);
  --statement-color: rgba(244, 247, 255, 0.92);
  --secret-text-color: rgba(244, 247, 255, 0.9);
  --visual-meta-color: rgba(109, 161, 245, 0.74);
  --hero-outline-border: rgba(78, 142, 248, 0.72);
  --hero-outline-bg: rgba(3, 17, 43, 0.24);
  --hero-outline-hover-border: rgba(166, 198, 248, 0.82);
  --hero-outline-hover-bg: rgba(35, 83, 151, 0.22);
  --hero-outline-hover-shadow: rgba(46, 118, 235, 0.2);
  --hover-sheen: rgba(93, 151, 243, 0.16);
  --hover-bg: rgba(16, 59, 127, 0.2);
  --hover-shadow: rgba(58, 122, 227, 0.17);
  --frame-border: rgba(139, 174, 227, 0.14);
  --frame-grid: rgba(139, 174, 227, 0.045);
  --frame-bg: rgba(2, 13, 34, 0.09);
  --frame-shadow: rgba(2, 13, 34, 0.32);
  --surface-bg: rgba(2, 13, 34, 0.09);
  --surface-bg-hover: rgba(14, 48, 95, 0.2);
  --surface-bg-soft: rgba(15, 48, 94, 0.13);
  --section-border-bg: rgba(94, 153, 248, 0.34);
  --rabbit-overlay: rgba(29, 80, 153, 0.16);
  --footer-background: rgba(2, 13, 34, 0.48);
  --menu-bg: rgba(2, 13, 34, 0.96);
  --cursor-border: rgba(150, 185, 255, 0.82);
  --cursor-glow: rgba(104, 156, 255, 0.32);
  --cursor-dot: rgba(220, 236, 255, 1);
  --cursor-dot-glow: rgba(130, 180, 255, 0.9);
  --ambient-1: rgba(45, 105, 196, 0.12);
  --ambient-2: rgba(33, 91, 177, 0.08);
  --mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --header-height: 76px;
  --gutter: clamp(22px, 3.2vw, 56px);
  --content-max: 1640px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-light {
  color-scheme: light;
  --navy: #f5efe6;
  --navy-deep: #eadfce;
  --navy-soft: #efe4d3;
  --ink: #241f17;
  --muted: #5f564f;
  --muted-2: #433b34;
  --blue: #2d64d6;
  --blue-soft: #5c83e4;
  --line: rgba(58, 54, 47, 0.28);
  --line-strong: rgba(58, 54, 47, 0.42);
  --panel: rgba(246, 236, 223, 0.82);
  --body-top: #f7f0e2;
  --body-mid: #f1e6d7;
  --body-bottom: #e7dbc9;
  --body-radial: rgba(184, 149, 103, 0.11);
  --nav-overlay-top: rgba(248, 240, 228, 0.8);
  --nav-overlay-bottom: rgba(248, 240, 228, 0);
  --nav-overlay-solid: rgba(248, 240, 228, 0.95);
  --header-link-color: rgba(37, 34, 28, 0.9);
  --hero-lede-color: rgba(57, 51, 43, 0.9);
  --section-lead-color: rgba(57, 50, 42, 0.95);
  --section-kicker-line: rgba(82, 101, 146, 0.58);
  --section-kicker-band-about: rgba(253, 244, 233, 0.74);
  --section-kicker-band-what: rgba(248, 236, 221, 0.76);
  --section-kicker-band-process: rgba(242, 228, 210, 0.78);
  --section-kicker-band-now: rgba(236, 220, 196, 0.79);
  --section-kicker-band-contact: rgba(229, 207, 178, 0.82);
  --statement-color: rgba(57, 50, 42, 0.95);
  --secret-text-color: rgba(50, 44, 37, 0.95);
  --visual-meta-color: rgba(92, 82, 72, 0.9);
  --hero-outline-border: rgba(90, 124, 206, 0.6);
  --hero-outline-bg: rgba(242, 231, 217, 0.82);
  --hero-outline-hover-border: rgba(84, 124, 209, 0.78);
  --hero-outline-hover-bg: rgba(217, 198, 173, 0.74);
  --hero-outline-hover-shadow: rgba(72, 124, 215, 0.2);
  --hover-sheen: rgba(94, 136, 204, 0.16);
  --hover-bg: rgba(228, 206, 183, 0.58);
  --hover-shadow: rgba(78, 126, 209, 0.22);
  --frame-border: rgba(145, 126, 109, 0.36);
  --frame-grid: rgba(145, 126, 109, 0.12);
  --frame-bg: rgba(247, 238, 227, 0.86);
  --frame-shadow: rgba(193, 176, 157, 0.26);
  --surface-bg: rgba(253, 247, 241, 0.86);
  --surface-bg-hover: rgba(230, 209, 186, 0.48);
  --surface-bg-soft: rgba(243, 224, 203, 0.72);
  --section-border-bg: rgba(123, 107, 92, 0.34);
  --rabbit-overlay: rgba(102, 130, 188, 0.16);
  --footer-background: rgba(247, 237, 225, 0.96);
  --menu-bg: rgba(246, 238, 228, 0.98);
  --cursor-border: rgba(98, 106, 122, 0.8);
  --cursor-glow: rgba(102, 120, 150, 0.24);
  --cursor-dot: rgba(36, 32, 26, 1);
  --cursor-dot-glow: rgba(84, 92, 111, 0.8);
  --ambient-1: rgba(154, 133, 108, 0.14);
  --ambient-2: rgba(128, 108, 83, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--navy);
}

html.uses-lenis {
  scroll-behavior: auto !important;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 12%, var(--body-radial), transparent 34rem),
    linear-gradient(180deg, var(--body-top) 0%, var(--body-mid) 52%, var(--body-bottom) 100%);
  font-family: var(--mono);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  transform-origin: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--cursor-border);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  mix-blend-mode: screen;
  transition: opacity 0.16s ease;
  box-shadow: 0 0 16px var(--cursor-glow);
}

.custom-cursor.is-hidden {
  opacity: 0;
}

.custom-cursor__dot {
  position: fixed;
  left: 0;
  top: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--cursor-dot);
  box-shadow: 0 0 9px var(--cursor-dot-glow);
  pointer-events: none;
  transition: opacity 0.16s ease;
}

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

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

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

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--ink);
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: none;
}

.ambient-glow {
  position: fixed;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 43%, var(--ambient-1), transparent 38%),
    radial-gradient(circle at 77% 62%, var(--ambient-2), transparent 28%);
}

.ambient-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.particle-canvas,
.webgl-fallback {
  position: fixed;
  z-index: 20;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.webgl-fallback {
  display: none;
  opacity: 0.5;
  background:
    radial-gradient(ellipse at 50% 72%, transparent 0 18%, var(--ambient-1) 19% 19.4%, transparent 20%),
    radial-gradient(ellipse at 50% 74%, transparent 0 26%, var(--ambient-2) 27% 27.3%, transparent 28%),
    radial-gradient(ellipse at 50% 78%, transparent 0 35%, var(--ambient-1) 36% 36.25%, transparent 37%);
}

.no-webgl .webgl-fallback {
  display: block;
}

.no-webgl.story-mode .webgl-fallback {
  left: 75%;
  width: 25%;
  height: 100%;
  opacity: 0.34;
  background:
    radial-gradient(circle at 50% 50%, rgba(216, 231, 255, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 50% 50%, transparent 0 21%, var(--ambient-2) 21.5% 22%, transparent 22.5%),
    radial-gradient(circle at 50% 50%, transparent 0 34%, var(--ambient-1) 34.5% 35%, transparent 35.5%);
  background-size: 8px 8px, auto, auto;
  mask-image: radial-gradient(circle at center, #000 0 46%, transparent 70%);
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, var(--nav-overlay-top), var(--nav-overlay-bottom));
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: var(--nav-overlay-solid);
  backdrop-filter: blur(16px) saturate(115%);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 0.13em;
}

.brand-mark {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--ink);
  border: none;
  background: transparent;
  overflow: hidden;
}

.brand-logo {
  width: 28px;
  height: 15px;
  display: block;
  filter: brightness(0) invert(1);
}

.brand-name {
  color: var(--muted);
  position: relative;
  top: 2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 66px);
}

.site-nav a,
.header-contact,
.menu-toggle {
  position: relative;
  color: var(--header-link-color);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.theme-toggle {
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted-2);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: var(--ink);
  border-color: var(--line-strong);
}

.theme-toggle__label {
  white-space: nowrap;
}

.theme-toggle--mobile {
  display: none;
}

.site-nav a::after,
.header-contact::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 1px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s var(--ease);
}

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

.header-contact {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 14px var(--cursor-dot-glow);
  animation: statusPulse 2.8s ease-in-out infinite;
}

.menu-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}

main,
.site-footer {
  position: relative;
  z-index: 2;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: start center;
  overflow: hidden;
  padding: calc(var(--header-height) + clamp(58px, 8vh, 100px)) var(--gutter) 38px;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49.94%, rgba(125, 163, 222, 0.055) 50%, transparent 50.06%),
    radial-gradient(circle at 50% 53%, rgba(65, 121, 207, 0.1), transparent 33%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 88%);
}

.hero::after {
  content: "";
  position: absolute;
  left: -40%;
  right: -40%;
  top: auto;
  bottom: 0;
  height: min(178vh, 148%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.44;
  transform-origin: center 100%;
  transform: perspective(900px) rotateX(52deg) scaleY(1.05);
  mix-blend-mode: screen;
  filter: saturate(130%) contrast(112%) brightness(1.12);
  background-image:
    repeating-linear-gradient(
      to right,
      transparent 0,
      transparent 30px,
      rgba(125, 163, 222, 0.35) 30px,
      rgba(125, 163, 222, 0.35) 31px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 30px,
      rgba(111, 150, 214, 0.35) 30px,
      rgba(111, 150, 214, 0.35) 31px
  );
  background-size: 31px 31px;
  background-position: 6px 0;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.85) 36%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.85) 36%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.15) 80%, transparent 100%);
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 1260px);
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero h1 {
  margin: clamp(22px, 3.2vh, 42px) auto 0;
  color: var(--ink);
  font-size: clamp(48px, 5.55vw, 102px);
  font-weight: 400;
  line-height: 1.11;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

.hero-lede {
  margin: clamp(24px, 3.2vh, 36px) auto 0;
  color: var(--hero-lede-color);
  font-size: clamp(14px, 1.18vw, 20px);
  line-height: 1.55;
  letter-spacing: 0.035em;
}

.outline-button {
  position: relative;
  min-height: 54px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--blue-soft);
  border: 1px solid var(--hero-outline-border);
  background: var(--hero-outline-bg);
  font-size: 11px;
  letter-spacing: 0.15em;
  transition:
    color 0.42s var(--ease),
    border-color 0.42s var(--ease),
    background 0.42s var(--ease),
    transform 0.42s var(--ease),
    box-shadow 0.42s var(--ease),
    filter 0.42s var(--ease);
  overflow: hidden;
}

.outline-button::after {
  content: "";
  position: absolute;
  inset: -130% -25% auto -25%;
  height: 260%;
  background: radial-gradient(circle, rgba(102, 163, 255, 0.18), transparent 58%);
  opacity: 0;
  transition: opacity 0.42s var(--ease);
  pointer-events: none;
}

.hero .outline-button {
  margin-top: clamp(24px, 3.4vh, 38px);
}

.outline-button:hover,
.outline-button:focus-visible {
  color: var(--ink);
  border-color: var(--hero-outline-hover-border);
  background: var(--hero-outline-hover-bg);
  box-shadow: 0 0 38px var(--hero-outline-hover-shadow);
  transform: translateY(-2px);
  filter: saturate(1.18);
}

.outline-button:hover::after,
.outline-button:focus-visible::after {
  opacity: 1;
}

.outline-button span {
  display: inline-block;
  transition: transform 0.42s var(--ease);
}

.outline-button:hover span,
.outline-button:focus-visible span {
  transform: translate(3px, 2px);
}

.surface-hover {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition:
    transform 0.42s var(--ease),
    color 0.42s var(--ease),
    border-color 0.42s var(--ease),
    background 0.42s var(--ease),
    box-shadow 0.42s var(--ease);
}

.surface-hover::after {
  content: "";
  position: absolute;
  inset: -130% -30% auto -30%;
  height: 260%;
  background: radial-gradient(circle, var(--hover-sheen), transparent 62%);
  opacity: 0;
  transition:
    opacity 0.42s var(--ease),
    transform 0.52s var(--ease);
  transform: translateX(-5%);
  pointer-events: none;
  z-index: -1;
}

.surface-hover:hover,
.surface-hover:focus-visible {
  transform: translateY(-2px);
  background-color: var(--hover-bg);
  box-shadow: 0 0 30px var(--hover-shadow);
}

.surface-hover:hover::after,
.surface-hover:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.15em;
  transform: translateX(-50%);
}

.hero-scroll i {
  display: block;
  width: 1px;
  height: 34px;
  overflow: hidden;
  background: repeating-linear-gradient(to bottom, rgba(111, 164, 255, 0.9) 0 2px, transparent 2px 7px);
  animation: scrollPulse 2.2s ease-in-out infinite;
}

.story-shell {
  position: relative;
  --story-side-col: 25%;
  --story-main-col: calc(100% - var(--story-side-col));
  --story-rail-top: 50%;
  --story-rail-enter-shift: 0px;
  width: min(100%, var(--content-max));
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.visual-rail {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: var(--story-side-col);
  border-left: 1px solid var(--line);
  pointer-events: none;
  box-sizing: border-box;
}

.visual-frame {
  position: sticky;
  top: var(--story-rail-top);
  width: 100%;
  height: min(64vh, 660px);
  margin: 0;
  border: 1px solid var(--frame-border);
  background:
    linear-gradient(var(--frame-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--frame-grid) 1px, transparent 1px),
    var(--frame-bg);
  background-size: 36px 36px;
  box-shadow: inset 0 0 55px var(--frame-shadow);
  opacity: 0;
  transform: translateY(calc(-50% + 24px));
  transition:
    opacity 0.55s ease,
    transform 0.65s var(--ease);
}

.story-shell.is-entered .visual-frame {
  opacity: 1;
  transform: translateY(calc(-50% + var(--story-rail-enter-shift)));
}

.visual-frame::before,
.visual-frame::after {
  content: "";
  position: absolute;
  background: var(--line-strong);
}

.visual-frame::before {
  left: 50%;
  top: -9px;
  width: 1px;
  height: 18px;
}

.visual-frame::after {
  top: 50%;
  left: -9px;
  width: 18px;
  height: 1px;
}

.corner {
  position: absolute;
  width: 11px;
  height: 11px;
  opacity: 0.64;
}

.corner--tl { left: -1px; top: -1px; border-left: 1px solid var(--blue); border-top: 1px solid var(--blue); }
.corner--tr { right: -1px; top: -1px; border-right: 1px solid var(--blue); border-top: 1px solid var(--blue); }
.corner--bl { left: -1px; bottom: -1px; border-left: 1px solid var(--blue); border-bottom: 1px solid var(--blue); }
.corner--br { right: -1px; bottom: -1px; border-right: 1px solid var(--blue); border-bottom: 1px solid var(--blue); }

.visual-meta {
  position: absolute;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--visual-meta-color);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#visual-state,
#visual-index {
  display: inline-block;
  transition:
    opacity 0.24s var(--ease),
    transform 0.24s var(--ease);
}

#visual-state.is-meta-switch,
#visual-index.is-meta-switch {
  opacity: 0;
  transform: translateY(4px);
}

.visual-meta--top { top: 14px; }
.visual-meta--bottom { bottom: 14px; }
.visual-meta b { font-weight: 500; }

.story-section {
  position: relative;
  z-index: 2;
  min-height: 96svh;
  display: grid;
  grid-template-columns: var(--story-main-col) var(--story-side-col);
  border-bottom: 1px solid var(--line);
}

.story-section--about {
  --section-kicker-bg: var(--section-kicker-band-about);
}

.story-section--what {
  --section-kicker-bg: var(--section-kicker-band-what);
}

.story-section--process {
  --section-kicker-bg: var(--section-kicker-band-process);
}

.story-section--now {
  --section-kicker-bg: var(--section-kicker-band-now);
}

.story-section--contact {
  --section-kicker-bg: var(--section-kicker-band-contact);
}

.section-inner {
  grid-column: 1;
  width: 100%;
  --section-inner-pad: clamp(30px, 5vw, 82px);
  padding: clamp(82px, 10vw, 156px) clamp(30px, 5vw, 82px);
}

.section-kicker {
  --section-kicker-pad: var(--section-inner-pad, clamp(30px, 5vw, 82px));
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-inline: 0;
  margin-bottom: clamp(48px, 6vw, 90px);
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
  isolation: isolate;
  box-sizing: border-box;
}

.section-kicker::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--section-kicker-pad));
  right: calc(-1 * var(--section-kicker-pad));
  top: 0;
  bottom: 0;
  z-index: -1;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}

.section-kicker span {
  display: inline-block;
  align-self: center;
  min-width: 18px;
  margin-right: 0;
  line-height: 1;
  color: var(--blue-soft);
}

.section-kicker::after {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--section-kicker-line);
  transform-origin: left;
  transition: transform 0.9s var(--ease);
}

.section-kicker--stagger .kicker-index,
.section-kicker--stagger .kicker-label {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.36s var(--ease),
    transform 0.36s var(--ease);
}

.section-kicker--stagger .kicker-index {
  transition-delay: 0.08s, 0.08s;
}

.section-kicker--stagger.reveal.is-visible .kicker-index {
  opacity: 1;
  transform: none;
}

.section-kicker--stagger .kicker-label {
  transition-delay: 0.18s, 0.18s;
}

.section-kicker--stagger.reveal.is-visible .kicker-label {
  opacity: 1;
  transform: none;
}

.section-kicker--stagger {
  color: inherit;
}

.section-kicker--stagger::after {
  transform: scaleX(0);
  animation: none;
}

.section-kicker--stagger.reveal.is-visible::after {
  animation: kickerLineDraw 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}

@media (min-width: 921px) {
}

.reveal:not(.is-visible) .section-kicker::after {
  transform: scaleX(0);
}

@keyframes kickerLineDraw {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.section-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(37px, 4.1vw, 72px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-lead {
  margin: clamp(34px, 4vw, 64px) 0 0;
  max-width: 760px;
  color: var(--section-lead-color);
  font-size: clamp(22px, 2.15vw, 38px);
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.about-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(50px, 7vw, 110px);
  align-items: start;
}

.about-copy {
  padding-top: 10px;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 19px);
}

.about-copy p {
  margin: 0 0 24px;
}

.path-strip {
  margin-top: clamp(72px, 9vw, 130px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: calc(100% + 12vw);
  align-items: stretch;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.path-strip > div {
  min-height: 110px;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.5s ease,
    transform 0.65s var(--ease);
}

.path-strip.reveal.is-visible > div {
  opacity: 1;
  transform: none;
}

.path-strip.reveal.is-visible > div:nth-of-type(1) {
  transition-delay: 0.06s;
}

.path-strip.reveal.is-visible > div:nth-of-type(2) {
  transition-delay: 0.16s;
}

.path-strip.reveal.is-visible > div:nth-of-type(3) {
  transition-delay: 0.26s;
}

.path-strip.reveal.is-visible > div:nth-of-type(4) {
  transition-delay: 0.36s;
}

.path-strip span {
  color: var(--blue);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.path-strip strong {
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.path-strip i {
  align-self: center;
  color: var(--blue);
  font-style: normal;
}

.statement {
  position: relative;
  margin: clamp(86px, 10vw, 150px) 0 0;
  padding-left: clamp(28px, 4vw, 64px);
  max-width: 980px;
  border-left: 1px solid transparent;
  color: var(--statement-color);
  font-size: clamp(25px, 3vw, 50px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.statement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--blue);
  transform-origin: center;
  transform: scaleY(0);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  pointer-events: none;
}

.statement.reveal.is-visible::before {
  transform: scaleY(1);
}

.personal-log {
  margin: clamp(80px, 9vw, 130px) 0 0 auto;
  width: min(100%, 620px);
  padding: 22px 24px 28px;
  color: var(--muted);
  border: 1px solid var(--line-strong);
  background: var(--surface-bg);
  font-size: 13px;
}

.personal-log .log-title {
  margin: -22px -24px 22px;
  padding: 12px 18px;
  color: var(--blue-soft);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.personal-log p {
  margin: 0 0 20px;
}

.section-heading-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(48px, 7vw, 100px);
  align-items: end;
}

.section-intro {
  margin: 0;
  max-width: 540px;
  color: var(--muted);
  font-size: clamp(15px, 1.3vw, 19px);
}

.capability-grid {
  margin-top: clamp(68px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability-card {
  position: relative;
  min-height: 360px;
  padding: clamp(26px, 3vw, 44px);
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-bg);
}

.capability-card.surface-hover {
  transition:
    background 0.42s var(--ease),
    border-color 0.42s var(--ease),
    transform 0.42s var(--ease),
    box-shadow 0.42s var(--ease);
}

.capability-card.surface-hover::after {
  content: none;
}

.capability-grid .surface-hover::after {
  content: none;
}

.capability-card.surface-hover::after,
.capability-card.surface-hover:hover::after,
.capability-card.surface-hover:focus-visible::after,
.capability-grid .surface-hover::after,
.capability-grid .surface-hover:hover::after,
.capability-grid .surface-hover:focus-visible::after {
  content: none !important;
  inset: auto !important;
  background: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  transform: none !important;
  transition: none !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

.capability-card.surface-hover:hover::after,
.capability-card.surface-hover:focus-visible::after {
  opacity: 0;
}

.capability-grid .surface-hover:hover::after,
.capability-grid .surface-hover:focus-visible::after {
  opacity: 0;
}

.capability-card.surface-hover:hover,
.capability-card.surface-hover:focus-visible {
  z-index: 2;
  border-color: var(--surface-bg-hover);
  background: var(--surface-bg-hover);
  transform: translateY(-2px);
}

.capability-icon {
  min-height: 34px;
  color: var(--blue-soft);
  font-size: 24px;
}

.capability-card > span {
  position: absolute;
  right: 24px;
  top: 28px;
  color: var(--blue);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.capability-card h3 {
  margin: 28px 0 16px;
  font-size: clamp(20px, 1.75vw, 28px);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.capability-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.capability-card ul {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  list-style: none;
  color: var(--muted-2);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.capability-card li::before {
  content: "↳ ";
  color: var(--blue);
}

.process-list {
  margin: clamp(66px, 8vw, 116px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-strong);
}

.process-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.process-list li.surface-hover {
  position: relative;
  z-index: 0;
  transition:
    padding 0.42s var(--ease),
    background 0.42s var(--ease),
    transform 0.42s var(--ease),
    box-shadow 0.42s var(--ease);
}

.process-list li.surface-hover::before {
  content: "";
  position: absolute;
  inset: 0 -22px;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(90deg, var(--rabbit-overlay), transparent 74%);
  transition: opacity 0.3s ease;
}

.process-list li.surface-hover:hover,
.process-list li.surface-hover:focus-visible {
  padding-left: 10px;
}

.process-list li.surface-hover:hover::before,
.process-list li.surface-hover:focus-visible::before {
  opacity: 1;
}

.process-list > li > span {
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.process-list h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.7vw, 27px);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.process-list p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.professional-secret {
  margin: clamp(84px, 10vw, 150px) 0 0;
  padding: clamp(28px, 4vw, 58px);
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: clamp(32px, 5vw, 76px);
  border: 1px solid var(--section-border-bg);
  background: var(--surface-bg-soft);
}

.professional-secret span {
  color: var(--blue);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.professional-secret p {
  grid-column: 2 / -1;
  margin: 0;
  color: var(--secret-text-color);
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 1.45;
  letter-spacing: -0.028em;
}

.professional-secret__quote {
  grid-column: 2 / -1;
  margin: 0;
  padding: 0;
  text-align: left;
  color: var(--secret-text-color);
  font-size: clamp(18px, 1.9vw, 28px);
  line-height: 1.45;
  letter-spacing: -0.028em;
}

.professional-secret__quote p {
  margin: 0;
}

.professional-secret__quote footer {
  margin-top: 12px;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rabbit-list {
  margin-top: clamp(68px, 8vw, 120px);
  border-top: 1px solid var(--line-strong);
}

.rabbit-row {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(240px, 0.8fr) 1.2fr;
  gap: 24px;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.rabbit-row.surface-hover {
  transition:
    padding 0.42s var(--ease),
    background 0.42s var(--ease),
    transform 0.42s var(--ease),
    box-shadow 0.42s var(--ease);
}

.rabbit-row::before {
  content: "";
  position: absolute;
  inset: 0 -22px;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(90deg, var(--rabbit-overlay), transparent 74%);
  transition: opacity 0.3s ease;
}

.rabbit-row.surface-hover:hover,
.rabbit-row.surface-hover:focus-visible {
  padding-left: 10px;
}

.rabbit-row.surface-hover:hover::before,
.rabbit-row.surface-hover:focus-visible::before {
  opacity: 1;
}

.rabbit-row > span {
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.rabbit-row h3,
.rabbit-row p {
  margin: 0;
}

.rabbit-row h3 {
  font-size: clamp(17px, 1.45vw, 23px);
  font-weight: 400;
  line-height: 1.35;
}

.rabbit-row p {
  color: var(--muted);
  font-size: 13px;
}

.terminal-prompt {
  margin: 38px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted-2);
  font-size: 11px;
}

.terminal-prompt > span:first-child {
  color: var(--blue);
}

.terminal-cursor {
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-left: 3px;
  vertical-align: -2px;
  background: var(--blue);
  animation: cursorBlink 1.05s steps(1) infinite;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
}

.contact-copy {
  max-width: 760px;
  margin: 40px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 23px);
}

.contact-action {
  color: var(--muted);
}

.contact-action p {
  margin: 0 0 30px;
}

.closing-note {
  margin: clamp(100px, 14vw, 220px) 0 0;
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-align: right;
}

.site-footer {
  min-height: 78px;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  color: var(--muted-2);
  border-top: 1px solid var(--line);
  background: var(--footer-background);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.site-footer span:nth-child(2) {
  text-align: center;
}

.site-footer a {
  justify-self: end;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.75s ease,
    transform 0.9s var(--ease);
}

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

.hero .reveal:nth-child(2) { transition-delay: 0.08s; }
.hero .reveal:nth-child(3) { transition-delay: 0.16s; }
.hero .reveal:nth-child(4) { transition-delay: 0.24s; }

@keyframes statusPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.78); }
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.25; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(6px); }
}

@keyframes cursorBlink {
  50% { opacity: 0; }
}

@media (max-width: 1180px) {
  .story-shell {
    --story-side-col: 29%;
    --story-main-col: 71%;
  }

  .story-section {
    grid-template-columns: var(--story-main-col) var(--story-side-col);
  }

  .about-layout,
  .section-heading-row,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-intro {
    margin-top: 28px;
  }

  .about-copy {
    max-width: 720px;
  }

  .path-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .path-strip > div:nth-of-type(2n) {
    border-left: 1px solid var(--line);
  }

  .path-strip > div:nth-of-type(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (min-width: 1600px) {
  :root {
    --content-max: 1820px;
  }

  .story-shell {
    --story-side-col: 24%;
    --story-main-col: 76%;
    --story-rail-enter-shift: 6px;
  }
}

@media (min-width: 2100px) {
  :root {
    --content-max: 2040px;
  }

  .story-shell {
    --story-side-col: 24%;
    --story-main-col: 76%;
    --story-rail-enter-shift: 8px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 60px;
  }

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

  .header-contact {
    display: none;
  }

  .menu-toggle {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
  }

  .menu-lines {
    flex: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 18px;
    height: 10px;
  }

  .menu-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: currentColor;
    transition: transform 0.3s var(--ease), opacity 0.2s ease;
  }

  .menu-line--top {
    top: 0;
  }

  .menu-line--bottom {
    bottom: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-line--top {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-line--bottom {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    padding: 14px var(--gutter) 30px;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transition:
      max-height 0.35s var(--ease),
      opacity 0.28s ease,
      visibility 0.35s var(--ease),
      transform 0.35s var(--ease),
      border-bottom-color 0.25s ease;
    border-bottom: 1px solid var(--line);
    border-bottom-color: transparent;
    background: var(--menu-bg);
    backdrop-filter: blur(18px);
    display: flex;
    align-self: stretch;
  }

  .site-nav.is-open {
    max-height: calc(100svh - var(--header-height));
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    border-bottom-color: var(--line);
    padding-top: 14px;
  }

  .site-nav a {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.25s var(--ease);
  }

  .site-nav.is-open a {
    opacity: 1;
    transform: none;
  }

  .theme-toggle--desktop {
    display: none;
  }

  .theme-toggle--mobile {
    display: inline-flex;
  }

  .site-nav .theme-toggle {
    margin-top: 12px;
    margin-bottom: 4px;
    justify-self: stretch;
    align-self: stretch;
    min-height: 40px;
    border-color: var(--line-strong);
    color: var(--ink);
  }

  .site-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: 100svh;
    padding-top: calc(var(--header-height) + 72px);
  }

  .hero h1 {
    font-size: clamp(46px, 8.5vw, 74px);
  }

  .story-shell {
    border-left: 0;
    border-right: 0;
  }

  .visual-rail {
    display: none;
  }

  .no-webgl.story-mode .webgl-fallback {
    inset: auto 0 0;
    width: 100%;
    height: 38vh;
    opacity: 0.26;
    mask-image: linear-gradient(to bottom, transparent, #000 32%, #000 100%);
  }

  .story-section {
    min-height: 120svh;
    display: block;
    padding-bottom: 44svh;
  }

  .section-inner {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }

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

  .capability-card {
    min-height: 300px;
  }

  .professional-secret {
    grid-template-columns: 1fr;
  }

  .professional-secret p,
  .professional-secret__quote {
    grid-column: 1 / -1;
  }

  .rabbit-row {
    grid-template-columns: 46px 1fr;
  }

  .rabbit-row p {
    grid-column: 2;
    margin-top: 8px;
  }

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

  .site-footer span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 18px;
  }

  .site-header {
    padding: 0 18px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 11px;
    overflow: visible;
  }

  .brand-logo {
    width: 35px;
    height: auto;
  }

  .hero {
    padding-top: calc(var(--header-height) + 54px);
  }

  .hero h1 {
    margin-top: 22px;
    font-size: clamp(38px, 11.5vw, 58px);
    line-height: 1.13;
  }

  .hero-lede {
    max-width: 32rem;
    font-size: 13px;
  }

  .desktop-break {
    display: none;
  }

  .hero .outline-button {
    min-height: 50px;
    margin-top: 24px;
  }

  .hero-scroll {
    bottom: 40px;
    font-size: 8px;
  }

  .hero-scroll i {
    display: none;
  }

  .section-inner {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-kicker {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 42px;
    position: sticky;
    z-index: 4;
    top: var(--header-height);
    transform: none;
    --section-kicker-pad: var(--gutter);
    min-height: 54px;
    overflow: visible;
    background: transparent;
    isolation: isolate;
    box-sizing: border-box;
  }

  .section-kicker.reveal,
  .section-kicker.reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .reveal:not(.is-visible) .section-kicker {
    opacity: 1;
    transform: none;
  }

  .reveal:not(.is-visible) .section-kicker::after {
    transform: scaleX(0);
  }

  .section-kicker::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-1 * var(--section-kicker-pad));
    right: calc(-1 * var(--section-kicker-pad));
    pointer-events: none;
    z-index: -1;
    min-height: 54px;
    background: var(--section-kicker-bg, transparent);
    backdrop-filter: blur(20px) saturate(160%) contrast(104%);
    -webkit-backdrop-filter: blur(20px) saturate(160%) contrast(104%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .section-kicker.is-sticky-band::before {
    opacity: var(--section-band-opacity, 0);
  }

  .section-title {
    font-size: clamp(34px, 10vw, 50px);
  }

  .section-lead {
    font-size: 21px;
  }

  .path-strip > div {
    min-height: 112px;
    padding: 16px 12px;
  }

  .path-strip strong {
    font-size: 11px;
  }

  .statement {
    padding-left: 20px;
    font-size: 25px;
  }

  .personal-log {
    padding: 20px;
  }

  .personal-log .log-title {
    margin: -20px -20px 20px;
  }

  .capability-card {
    padding: 24px 20px;
  }

  .capability-card ul {
    grid-template-columns: 1fr;
  }

  .process-list li {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .professional-secret {
    padding: 24px 20px;
  }

  .professional-secret p {
    font-size: 21px;
  }

  .professional-secret__quote {
    font-size: 21px;
  }

  .professional-secret__quote footer {
    font-size: 11px;
  }

  .rabbit-row {
    gap: 12px;
  }

  .contact-action {
    margin-top: 42px;
  }

  .closing-note {
    text-align: left;
    line-height: 1.6;
  }

  .site-footer {
    min-height: 70px;
    font-size: 8px;
  }
}

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

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

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