:root {
  --ink: #050505;
  --ink-soft: #0d0e10;
  --paper: #f1f0ec;
  --paper-warm: #e8e5de;
  --white: #f7f7f4;
  --muted: #9a9da3;
  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(6, 7, 9, 0.14);
  --blue: #4b78ff;
  --blue-bright: #87a7ff;
  --header-h: 74px;
  --shell: min(90vw, 1360px);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
  color: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Noto Sans KR", "Segoe UI", sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body { margin: 0; overflow-x: clip; background: var(--ink); word-break: keep-all; overflow-wrap: break-word; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, svg { display: block; }
::selection { color: #fff; background: var(--blue); }

.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: #050505;
  background: #fff;
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.scroll-progress {
  position: fixed;
  z-index: 120;
  inset: 0 0 auto;
  height: 2px;
  background: rgba(255, 255, 255, .06);
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), #b6c8ff);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.site-header {
  position: fixed;
  z-index: 110;
  inset: 0 0 auto;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 4vw;
  border-bottom: 1px solid transparent;
  transition: background .35s, border-color .35s, color .35s, transform .45s var(--ease-out);
}
.site-header.is-scrolled {
  color: var(--white);
  background: rgba(5, 5, 5, .7);
  border-color: rgba(255, 255, 255, .08);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; font-size: 14px; letter-spacing: .085em; }
.wordmark-mark { width: 24px; height: 24px; fill: currentColor; }
.wordmark-mark .logo-node, .footer-brand .logo-node { fill: var(--blue); }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 42px); font-size: 13px; font-weight: 620; letter-spacing: -.01em; }
.site-nav > a:not(.nav-contact) { position: relative; padding: 11px 0; color: rgba(255,255,255,.72); }
.site-nav > a:not(.nav-contact)::after { content: ""; position: absolute; inset: auto 0 5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease-out); }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { display: inline-flex; align-items: center; gap: 20px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; transition: background .25s, color .25s, transform .2s; }
.nav-contact:hover { color: #050505; background: #fff; }
.nav-contact:active { transform: scale(.97); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; color: currentColor; background: transparent; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .3s var(--ease-out); }

.eyebrow { margin: 0; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 680; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: rgba(5,5,5,.5); }

.pressable:active { transform: scale(.975); }

/* Hero */
.hero-scroll { position: relative; height: 205vh; min-height: 1240px; background: var(--ink); }
.hero-stage { position: sticky; top: 0; height: 100svh; min-height: 620px; overflow: hidden; isolation: isolate; }
.hero-media, .hero-shade, .hero-grid, .hero-glow { position: absolute; inset: 0; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; opacity: .88; transform: scale(1.03); will-change: transform, opacity, filter; }
#intelligence-field { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .34; mix-blend-mode: screen; }
.hero-grid {
  opacity: .1;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 8.333vw 8.333vw;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 62%);
}
.hero-glow { background: radial-gradient(circle at var(--mx, 68%) var(--my, 45%), rgba(70,113,255,.14), transparent 20%); transition: opacity .3s; }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(3,3,4,.94) 0%, rgba(3,3,4,.72) 31%, rgba(3,3,4,.18) 63%, rgba(3,3,4,.38) 100%), linear-gradient(0deg, rgba(3,3,4,.88), transparent 45%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: var(--header-h); }
.hero-eyebrow { margin-bottom: clamp(24px, 3vh, 38px); }
.hero-content h1 { margin: 0; max-width: 920px; font-size: clamp(3rem, 5.35vw, 5.8rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 710; }
.hero-line { display: block; overflow: hidden; padding-bottom: .08em; }
.hero-line > span { display: block; will-change: transform; }
.hero-line:nth-child(2) { color: rgba(255,255,255,.92); }
.hero-lede { max-width: 590px; margin: clamp(24px, 3.3vh, 40px) 0 0; color: rgba(255,255,255,.66); font-size: clamp(15px, 1.08vw, 17px); line-height: 1.78; letter-spacing: -.015em; }
.hero-cta { display: inline-flex; align-items: center; gap: 30px; margin-top: clamp(26px, 4vh, 48px); padding: 14px 18px 14px 0; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: gap .35s var(--ease-out), transform .1s; }
.hero-cta:hover { gap: 42px; }
.hero-cta i { font-size: 18px; font-style: normal; }
.hero-index { position: absolute; z-index: 3; inset: auto 0 5.5vh; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.hero-index div { display: flex; align-items: baseline; gap: 10px; padding-top: 13px; color: rgba(255,255,255,.25); transition: color .4s; }
.hero-index div.is-active { color: rgba(255,255,255,.9); }
.hero-index small { font-size: 9px; }
.hero-index span { font-size: 10px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 4; top: 50%; right: 1.7vw; display: flex; align-items: center; gap: 12px; transform: rotate(90deg) translateX(50%); transform-origin: right center; color: rgba(255,255,255,.4); }
.scroll-cue span { display: block; width: 38px; height: 1px; overflow: hidden; background: rgba(255,255,255,.18); }
.scroll-cue span::after { content: ""; display: block; width: 60%; height: 100%; background: #fff; animation: cue 1.8s infinite var(--ease-out); }
.scroll-cue em { font-size: 8px; font-style: normal; letter-spacing: .2em; }
@keyframes cue { from { transform: translateX(-110%); } to { transform: translateX(190%); } }

/* Service clarity */
.service-intro {
  position: relative;
  z-index: 2;
  padding: clamp(90px, 10vw, 150px) 0;
  color: #131210;
  background: #f3efe6;
  border-top: 1px solid rgba(19, 18, 16, 0.12);
  border-bottom: 1px solid rgba(19, 18, 16, 0.12);
}

.service-intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.45fr);
  gap: clamp(60px, 8vw, 140px);
  align-items: start;
}

.service-intro-head h2 {
  margin: 28px 0 0;
  font-size: clamp(2.35rem, 3.6vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.service-intro-head > p:last-child {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(19, 18, 16, 0.58);
  font-size: 15px;
  line-height: 1.8;
}

.service-intro-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(19, 18, 16, 0.22);
}

.service-intro-list li {
  min-height: 92px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(19, 18, 16, 0.18);
}

.service-intro-list span {
  color: #2e63f5;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.service-intro-list strong {
  font-size: clamp(1.15rem, 1.8vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.035em;
}

/* Manifesto */
.manifesto-scroll { position: relative; height: 250vh; min-height: 1580px; background: var(--ink); }
.manifesto-stage { position: sticky; top: 0; height: 100svh; min-height: 620px; overflow: hidden; color: #f5f4ef; background: #080809; isolation: isolate; }
.manifesto-giant { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; width: max-content; min-width: 100%; font-size: clamp(4.8rem, 11.5vw, 11rem); line-height: .82; letter-spacing: -.06em; font-weight: 760; white-space: nowrap; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.19); will-change: transform; }
.manifesto-giant span { display: block; }
.manifesto-giant span:nth-child(2) { transform: translateX(9vw); }
.manifesto-giant span:nth-child(3) { transform: translateX(-7vw); }
.manifesto-giant i { color: var(--blue); font-style: normal; -webkit-text-stroke: 0; }
.manifesto-copy { position: absolute; z-index: 3; inset: auto 0 9vh; display: grid; grid-template-columns: 1fr 1.55fr; column-gap: 5vw; color: #050505; opacity: 0; transform: translateY(38px); will-change: transform, opacity; }
.manifesto-copy .eyebrow { align-self: start; margin-top: 13px; color: rgba(5,5,5,.52); }
.manifesto-copy h2 { grid-column: 2; margin: 0; max-width: 720px; font-size: clamp(2.55rem, 4.15vw, 4.75rem); line-height: 1.07; letter-spacing: -.04em; }
.manifesto-copy h2 em { color: var(--blue); font-style: normal; }
.manifesto-copy > p:last-child { grid-column: 2; max-width: 660px; margin: 30px 0 0; color: rgba(0,0,0,.64); font-size: clamp(15px, 1.3vw, 19px); line-height: 1.82; }
.manifesto-note { position: absolute; z-index: 3; top: 12vh; right: 4vw; margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .17em; opacity: .5; writing-mode: vertical-rl; }
.manifesto-orbit { position: absolute; z-index: 0; border: 1px solid rgba(76,121,255,.22); border-radius: 50%; opacity: 0; }
.orbit-a { width: 55vw; aspect-ratio: 1; left: -28vw; bottom: -35vw; }
.orbit-b { width: 34vw; aspect-ratio: 1; right: -15vw; top: -18vw; }

/* Craft process */
.craft { position: relative; height: 350vh; min-height: 2220px; color: var(--ink); background: var(--paper); }
.craft-stage { position: sticky; top: 0; height: 100svh; min-height: 650px; display: grid; grid-template-columns: 1.1fr 1fr .95fr; gap: 5vw; align-items: center; overflow: hidden; }
.craft-heading { align-self: center; }
.craft-heading h2 { margin: 25px 0 24px; font-size: clamp(2.55rem, 3.85vw, 4.4rem); line-height: 1.06; letter-spacing: -.045em; }
.craft-heading > p:last-child { max-width: 430px; margin: 0; color: rgba(5,5,5,.56); font-size: 15px; line-height: 1.8; }
.craft-visual { position: relative; display: grid; place-items: center; min-height: 540px; }
.craft-sphere { position: relative; width: min(31vw, 420px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; transform-style: preserve-3d; will-change: transform; }
.sphere-core { width: 29%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 30% 28%, #e9efff, #5a83ff 34%, #173cba 68%, #06184e); box-shadow: 0 20px 80px rgba(50,98,255,.36), inset -10px -10px 30px rgba(0,0,0,.5); }
.sphere-ring { position: absolute; inset: 0; border: 1px solid rgba(5,5,5,.23); border-radius: 50%; }
.ring-one { transform: rotateX(67deg); }
.ring-two { transform: rotateY(67deg); }
.ring-three { inset: 13%; border-style: dashed; transform: rotateX(63deg) rotateZ(38deg); }
.craft-sphere::before, .craft-sphere::after { content: ""; position: absolute; width: 5px; aspect-ratio: 1; border-radius: 50%; background: var(--blue); box-shadow: 0 0 18px var(--blue); }
.craft-sphere::before { top: 25%; left: 9%; }
.craft-sphere::after { right: 3%; bottom: 34%; }
.craft-sphere strong { position: absolute; right: 9%; bottom: 6%; font-size: 10px; letter-spacing: .14em; }
.craft-axis { position: absolute; inset: 5% 50% 5% auto; width: 1px; background: linear-gradient(transparent, rgba(5,5,5,.12), transparent); }
.craft-axis span { position: absolute; left: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 14px var(--blue); will-change: top; }
.craft-steps { position: relative; height: 55vh; min-height: 420px; }
.craft-step { position: absolute; top: 50%; left: 0; width: 100%; opacity: 0; transform: translateY(calc(-50% + 40px)); pointer-events: none; transition: opacity .35s, transform .55s var(--ease-out); }
.craft-step.is-active { opacity: 1; transform: translateY(-50%); pointer-events: auto; }
.craft-step > span { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.craft-step h3 { margin: 20px 0 17px; font-size: clamp(1.8rem, 2.35vw, 3.05rem); line-height: 1.12; letter-spacing: -.04em; }
.craft-step p { max-width: 390px; margin: 0; color: rgba(5,5,5,.56); font-size: 15px; line-height: 1.8; }
.craft-counter { position: absolute; right: 0; bottom: 4vh; display: flex; align-items: center; gap: 12px; color: rgba(5,5,5,.44); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.craft-counter span:first-child { color: var(--ink); }
.craft-counter i { width: 60px; height: 1px; background: rgba(5,5,5,.2); }

/* Horizontal work gallery */
.work { position: relative; height: 400vh; min-height: 2720px; background: var(--ink); }
.work-stage { position: sticky; top: 0; height: 100svh; min-height: 700px; overflow: hidden; }
.work-head { height: clamp(250px, 31vh, 290px); min-height: 250px; display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; padding-bottom: 28px; }
.work-head h2 { margin: 18px 0 0; font-size: clamp(2.35rem, 3.45vw, 3.9rem); line-height: 1.06; letter-spacing: -.045em; }
.work-head > p { max-width: 470px; margin: 0 0 4px; color: rgba(255,255,255,.54); font-size: 14px; line-height: 1.7; }
.work-viewport { height: calc(100svh - clamp(250px, 31vh, 290px) - 58px); min-height: 390px; padding-left: 4vw; overflow: visible; }
.work-track { display: flex; gap: 28px; width: max-content; height: 100%; padding-right: 5vw; will-change: transform; }
.project-card { width: min(78vw, 1180px); min-width: 760px; height: 100%; display: grid; grid-template-rows: 38px minmax(250px, 1fr) minmax(126px, auto); border: 1px solid rgba(255,255,255,.16); border-radius: 3px; overflow: hidden; background: #111215; transform-style: preserve-3d; transform: perspective(1400px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: border-color .35s, transform .25s var(--ease-out); }
.project-card:hover { border-color: rgba(255,255,255,.36); }
.project-meta { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.52); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.project-meta span:last-child { justify-self: end; }
.project-visual { position: relative; min-height: 0; overflow: hidden; }
.project-copy { display: grid; grid-template-columns: .95fr 1.3fr; gap: 36px; padding: clamp(18px, 2.4vw, 30px); border-top: 1px solid rgba(255,255,255,.12); background: rgba(10,10,11,.96); }
.project-copy p { margin: 0; }
.project-copy > div:first-child > p { margin-bottom: 8px; color: var(--blue-bright); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.project-copy h3 { margin: 0; font-size: clamp(1.4rem, 1.85vw, 2.25rem); line-height: 1.13; letter-spacing: -.035em; }
.project-copy > div:last-child > p { max-width: 600px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.72; }
.project-copy ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0 0; padding: 0; list-style: none; }
.project-copy li { padding: 5px 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: rgba(255,255,255,.66); font-size: 7px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.project-copy a { display: inline-block; margin-top: 10px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.cascade-visual { display: grid; place-items: center; padding: 4%; background: radial-gradient(circle at 50% 48%, #17234a 0%, #0a0d17 52%, #060708 100%); }
.cascade-visual::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(120,150,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(120,150,255,.15) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(circle, #000, transparent 78%); }
.cascade-ui { position: relative; width: min(92%, 880px); height: 90%; min-height: 280px; border: 1px solid rgba(165,188,255,.28); background: rgba(5,8,18,.72); box-shadow: 0 30px 80px rgba(0,0,0,.48); backdrop-filter: blur(10px); }
.cascade-top { height: 36px; display: flex; align-items: center; gap: 20px; padding: 0 14px; border-bottom: 1px solid rgba(165,188,255,.18); }
.cascade-top b { font-size: 9px; letter-spacing: .18em; }
.cascade-top span { color: rgba(255,255,255,.4); font: 7px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.cascade-top i { width: 6px; height: 6px; margin-left: auto; border-radius: 50%; background: #48d597; box-shadow: 0 0 12px #48d597; }
.cascade-map { position: absolute; inset: 36px 0 35px; }
.cascade-map svg { width: 100%; height: 100%; }
.map-lines path { fill: none; stroke: rgba(124,155,255,.58); stroke-width: 1.2; stroke-dasharray: 5 5; }
.map-nodes circle { fill: #0a1026; stroke: #88a7ff; stroke-width: 1.5; filter: drop-shadow(0 0 5px #4b78ff); }
.map-labels { fill: rgba(255,255,255,.52); font: 8px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; }
.cascade-stats { position: absolute; inset: auto 0 0; height: 35px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-top: 1px solid rgba(165,188,255,.16); color: rgba(255,255,255,.42); font: 7px ui-monospace, SFMono-Regular, Menlo, monospace; text-align: center; }
.cascade-stats i { color: #fff; font-size: 10px; font-style: normal; }

.goal-visual { display: grid; place-items: center; padding: 3.7%; background: linear-gradient(135deg, #d9dded, #aeb8d3); }
.goal-app { width: min(94%, 900px); height: 94%; min-height: 290px; display: grid; grid-template-columns: 50px 1fr; overflow: hidden; border-radius: 10px; background: #f7f8fc; box-shadow: 0 24px 65px rgba(36,44,74,.3); color: #172038; }
.goal-app aside { padding: 13px 0; display: flex; flex-direction: column; align-items: center; gap: 18px; color: white; background: #121b33; }
.goal-app aside b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 7px; background: var(--blue); font-size: 11px; }
.goal-app aside i { width: 15px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.22); }
.goal-app aside i:nth-child(2) { background: #fff; }
.goal-main { padding: 19px 22px; min-width: 0; }
.goal-main > header { display: flex; align-items: center; justify-content: space-between; }
.goal-main header small { display: block; color: #8a91a4; font-size: 6px; font-weight: 700; letter-spacing: .12em; }
.goal-main header strong { display: block; margin-top: 4px; font-size: 16px; letter-spacing: -.04em; }
.goal-main header button { padding: 7px 11px; border: 0; border-radius: 5px; color: #fff; background: #345de7; font-size: 7px; }
.goal-summary { display: grid; grid-template-columns: 1.7fr .6fr .6fr; gap: 9px; margin-top: 15px; }
.goal-summary > div { min-height: 72px; padding: 12px; border: 1px solid #e5e7ee; border-radius: 8px; background: #fff; }
.goal-summary small { color: #8b91a0; font-size: 6px; }
.goal-summary b { display: block; margin-top: 5px; font-size: 19px; }
.goal-summary > div:first-child > span { display: block; height: 4px; margin-top: 10px; border-radius: 5px; background: #edf0f6; overflow: hidden; }
.goal-summary > div:first-child > span i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #355eea, #77a1ff); }
.goal-ring { display: grid; place-items: center; align-content: center; border-top: 3px solid #5c83fa !important; }
.goal-ring b { margin: 0; font-size: 17px; }
.goal-ring.accent { border-top-color: #ff9d63 !important; }
.goal-table { margin-top: 12px; overflow: hidden; border: 1px solid #e5e7ee; border-radius: 8px; background: #fff; }
.goal-table > div { min-height: 31px; display: grid; grid-template-columns: 1.5fr .7fr 1fr; align-items: center; gap: 10px; padding: 0 12px; border-bottom: 1px solid #edf0f4; font-size: 7px; }
.goal-table > div:first-child { color: #9b9fad; background: #fafbfc; font-weight: 700; }
.goal-table > div:last-child { border-bottom: 0; }
.goal-table b { font-size: 7px; }
.goal-table i { color: #727989; font-style: normal; }
.goal-table em { height: 3px; overflow: hidden; border-radius: 4px; background: #e9ebf1; }
.goal-table u { display: block; height: 100%; border-radius: inherit; background: #5b7ff2; text-decoration: none; }

.grace-visual { background: #20362a; }
.grace-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transform: scale(1.02); transition: transform 1s var(--ease-out); }
.project-card:hover .grace-visual img { transform: scale(1.07); }
.grace-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,10,6,.7), transparent 45%); pointer-events: none; }
.browser-chrome { position: absolute; z-index: 2; top: 13px; left: 50%; width: 78%; height: 26px; display: flex; align-items: center; gap: 5px; padding: 0 10px; border: 1px solid rgba(255,255,255,.23); border-radius: 8px; background: rgba(5,10,7,.58); backdrop-filter: blur(14px); transform: translateX(-50%); }
.browser-chrome i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.55); }
.browser-chrome span { margin: auto; color: rgba(255,255,255,.65); font-size: 7px; letter-spacing: .04em; }
.grace-caption { position: absolute; z-index: 2; left: 20px; bottom: 16px; font-size: 7px; font-weight: 700; letter-spacing: .17em; }

.care-visual { display: grid; place-items: center; padding: 3.5%; background: radial-gradient(circle at 75% 10%, rgba(119,197,180,.45), transparent 38%), #d9e5df; }
.care-panel { width: min(93%, 900px); height: 94%; min-height: 288px; padding: 20px 23px; border-radius: 13px; color: #193128; background: rgba(250,253,251,.92); box-shadow: 0 25px 70px rgba(31,63,49,.25); }
.care-panel > header { height: 35px; display: flex; justify-content: space-between; align-items: flex-start; }
.care-panel header b { display: block; color: #265f4a; font-size: 11px; letter-spacing: .12em; }
.care-panel header span { display: block; margin-top: 3px; color: #8a9b94; font-size: 6px; }
.care-panel time { font-size: 8px; font-weight: 700; }
.care-grid { height: calc(100% - 35px); display: grid; grid-template-columns: 1fr 1.4fr .8fr; grid-template-rows: 1fr 1fr; gap: 9px; }
.care-grid section { padding: 13px; border: 1px solid #dfe8e4; border-radius: 9px; background: #fff; }
.care-grid small { color: #81928b; font-size: 6px; font-weight: 700; }
.care-status { grid-row: 1 / 3; display: flex; flex-direction: column; }
.care-status strong { margin-top: auto; font-size: clamp(33px, 4vw, 56px); letter-spacing: -.07em; }
.care-status strong em { margin-left: 3px; color: #83928c; font-size: 8px; font-style: normal; letter-spacing: 0; }
.care-faces { display: flex; align-items: center; margin-top: 11px; }
.care-faces i { width: 19px; height: 19px; margin-right: -4px; border: 2px solid #fff; border-radius: 50%; background: linear-gradient(135deg, #b4d2c5, #5f8f7b); }
.care-faces i:nth-child(2) { background: linear-gradient(135deg, #d7c6aa, #998165); }
.care-faces i:nth-child(3) { background: linear-gradient(135deg, #c5cbe0, #7a83a3); }
.care-faces span { margin-left: 9px; color: #74867f; font-size: 7px; }
.care-route { grid-column: 2; }
.care-route b { display: block; margin-top: 5px; font-size: 14px; }
.care-route svg { width: 100%; height: 44px; margin-top: 3px; overflow: visible; }
.care-route path { fill: none; stroke: #49a47f; stroke-width: 2; }
.care-route circle { fill: #fff; stroke: #49a47f; stroke-width: 2; }
.care-list { grid-column: 2; }
.care-list p { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 5px; margin: 7px 0 0; font-size: 6px; }
.care-list p i { width: 5px; height: 5px; border-radius: 50%; background: #52af88; }
.care-list p b { color: #9aa7a2; font-size: 5px; }
.care-metric { grid-column: 3; grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: flex-end; color: white; background: #285e49 !important; }
.care-metric small { margin-bottom: auto; color: rgba(255,255,255,.55); }
.care-metric strong { font-size: clamp(32px, 4vw, 58px); letter-spacing: -.08em; }
.care-metric span { font-size: 6px; color: rgba(255,255,255,.55); }

.work-footer { height: 58px; display: grid; grid-template-columns: 1fr 1.7fr 1fr; align-items: center; gap: 20px; color: rgba(255,255,255,.4); font-size: 7px; font-weight: 700; letter-spacing: .14em; }
.work-footer > div { height: 1px; background: rgba(255,255,255,.18); overflow: hidden; }
.work-footer i { display: block; width: 100%; height: 100%; background: #fff; transform: scaleX(0); transform-origin: left; }
.work-footer em { justify-self: end; font-style: normal; }

/* Capabilities */
.capabilities { position: relative; padding: clamp(110px, 14vw, 220px) 0; color: var(--ink); background: var(--paper); }
.capabilities-head { display: grid; grid-template-columns: 1fr 1.5fr; column-gap: 5vw; margin-bottom: clamp(70px, 8vw, 125px); }
.capabilities-head h2 { grid-column: 2; margin: 0; font-size: clamp(2.55rem, 4vw, 4.55rem); line-height: 1.06; letter-spacing: -.045em; }
.capabilities-head > p:last-child { grid-column: 2; max-width: 570px; margin: 30px 0 0; color: rgba(5,5,5,.56); font-size: 15px; line-height: 1.8; }
.capability-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }
.capability-card { min-height: 400px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(24px, 3vw, 46px); border: 1px solid var(--line-dark); background: rgba(255,255,255,.2); overflow: hidden; }
.capability-card > span { font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.capability-card h3 { margin: 0 0 18px; font-size: clamp(1.9rem, 2.75vw, 3.4rem); line-height: 1.06; letter-spacing: -.04em; }
.capability-card p { max-width: 500px; margin: 0; color: rgba(5,5,5,.58); font-size: 14px; line-height: 1.75; }
.capability-primary { grid-row: span 2; min-height: 816px; color: #fff; background: #0a0b0e; }
.capability-primary p { color: rgba(255,255,255,.58); }
.capability-wide { grid-column: 1 / -1; min-height: 380px; }
.capability-icon { position: absolute; width: min(62%, 480px); aspect-ratio: 1; top: 12%; left: 50%; transform: translateX(-50%); }
.capability-icon svg { width: 100%; height: 100%; overflow: visible; transform: rotate(7deg); }
.capability-icon path { fill: none; stroke: rgba(125,158,255,.32); stroke-width: .6; }
.capability-icon circle { fill: rgba(68,111,255,.13); stroke: #628bff; stroke-width: .6; filter: drop-shadow(0 0 8px #416fff); }
.signal { position: absolute; top: 60px; right: 40px; bottom: 150px; left: 40px; display: flex; align-items: center; justify-content: center; gap: 8%; }
.signal i { width: 4%; min-width: 6px; border-radius: 20px; background: #0f1012; }
.signal i:nth-child(1) { height: 20%; }.signal i:nth-child(2) { height: 62%; }.signal i:nth-child(3) { height: 90%; background: var(--blue); }.signal i:nth-child(4) { height: 38%; }
.code-lines { position: absolute; top: 80px; right: 12%; width: 48%; }
.code-lines i { display: block; width: 100%; height: 1px; margin: 15px 0; background: rgba(5,5,5,.18); }
.code-lines i:nth-child(2) { width: 72%; margin-left: 14%; }.code-lines i:nth-child(3) { width: 90%; }.code-lines i:nth-child(4) { width: 55%; margin-left: 30%; }.code-lines i:nth-child(5) { width: 77%; }
.experience-wave { position: absolute; inset: 0 0 0 46%; display: flex; align-items: center; opacity: .68; }
.experience-wave i { width: 14%; height: 90%; margin-left: -6%; border: 1px solid rgba(46,88,207,.3); border-radius: 50%; transform: rotate(25deg); }
.experience-wave i:nth-child(3) { border-color: var(--blue); box-shadow: 0 0 50px rgba(75,120,255,.12); }
.capability-wide > div:last-child { position: relative; z-index: 2; width: 45%; }

.reveal { opacity: 0; transform: translateY(45px); transition: opacity .8s var(--ease-out), transform .9s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Principles */
.principle { min-height: 115vh; color: #fff; background: var(--ink); }
.principle-sticky { position: sticky; top: 0; min-height: 100svh; display: flex; align-items: center; padding: 120px 0; }
.principle-grid { display: grid; grid-template-columns: .7fr 2fr; gap: 50px 6vw; }
.principle-grid > .eyebrow { align-self: start; margin-top: 12px; }
.principle-grid > h2 { margin: 0; font-size: clamp(2.6rem, 4.4vw, 5rem); line-height: 1.05; letter-spacing: -.045em; }
.principle-grid > h2 em { color: var(--blue-bright); font-style: normal; }
.principle-list { grid-column: 2; margin-top: 35px; border-top: 1px solid rgba(255,255,255,.18); }
.principle-list article { display: grid; grid-template-columns: 70px .8fr 1fr; align-items: baseline; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.principle-list span { color: rgba(255,255,255,.35); font-size: 9px; }
.principle-list h3 { margin: 0; font-size: clamp(1.2rem, 2vw, 2.2rem); letter-spacing: -.04em; }
.principle-list p { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.7; }

/* Contact */
.contact { position: relative; min-height: 92svh; display: grid; place-items: center; overflow: hidden; color: #fff; background: #090b11; isolation: isolate; }
.contact::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 8.333vw 8.333vw; mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%); }
.contact-glow { position: absolute; z-index: -1; width: min(76vw, 1100px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(51,91,221,.32), rgba(28,51,122,.12) 38%, transparent 68%); filter: blur(3px); transform: translate3d(var(--contact-x, 0), var(--contact-y, 0), 0); transition: transform .2s ease-out; }
.contact-inner { padding: 140px 0 95px; text-align: center; }
.contact-inner .eyebrow { justify-content: center; }
.contact-inner h2 { margin: clamp(34px, 5vh, 58px) 0 0; font-size: clamp(2.9rem, 5vw, 5.65rem); line-height: 1.03; letter-spacing: -.045em; }
.contact-inner h2 em { color: var(--blue-bright); font-style: normal; }
.contact-inner > p { margin: 38px auto 0; color: rgba(255,255,255,.56); font-size: 15px; line-height: 1.8; }
.contact-link { width: min(86vw, 390px); display: flex; align-items: center; justify-content: space-between; margin: 44px auto 0; padding: 10px 12px 10px 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 13px; font-weight: 650; transition: background .35s, color .35s, transform .1s; }
.contact-link i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #050505; background: #fff; font-size: 18px; font-style: normal; transition: transform .4s var(--ease-out); }
.contact-link:hover { color: #050505; background: #fff; }
.contact-link:hover i { color: #fff; background: #050505; transform: rotate(45deg); }
.contact-signature { display: flex; justify-content: center; gap: 15px; margin-top: clamp(85px, 12vh, 150px); color: rgba(255,255,255,.18); font-size: 8px; font-weight: 700; letter-spacing: .22em; }

.site-footer { padding: 34px 0; color: rgba(255,255,255,.52); background: #050505; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer .shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: #fff; font-size: 11px; font-weight: 750; letter-spacing: .1em; }
.footer-brand svg { width: 20px; fill: currentColor; }
.site-footer p { margin: 0; font-size: 7px; font-weight: 700; letter-spacing: .14em; }
.site-footer .shell > div:nth-child(3) { justify-self: end; display: flex; gap: 24px; font-size: 9px; }
.site-footer small { grid-column: 1 / -1; margin-top: 16px; color: rgba(255,255,255,.24); font-size: 8px; letter-spacing: .08em; }

@media (max-width: 1050px) {
  :root { --shell: min(90vw, 900px); }
  .scroll-cue { display: none; }
  .craft-stage { grid-template-columns: 1fr 1fr; }
  .craft-heading { position: absolute; top: 11vh; left: 0; }
  .craft-heading h2 { font-size: clamp(2.5rem, 5.8vw, 4rem); }
  .craft-heading > p:last-child { display: none; }
  .craft-visual { grid-column: 1; margin-top: 22vh; }
  .craft-steps { grid-column: 2; margin-top: 22vh; }
  .project-card { width: 84vw; }
  .work-head > p { max-width: 360px; }
}

@media (max-width: 760px) {
  :root { --header-h: 68px; --shell: calc(100vw - 40px); }
  .site-header { padding-inline: 20px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding: 80px 28px; color: #fff; background: rgba(5,5,5,.96); backdrop-filter: blur(24px); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .3s, transform .4s var(--ease-out), visibility .3s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a:not(.nav-contact) { width: 100%; padding: 12px 0; color: #fff; font-size: clamp(1.7rem, 7vw, 2.4rem); font-weight: 650; letter-spacing: -.04em; }
  .nav-contact { margin-top: 24px; padding: 14px 20px; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .hero-scroll { height: 190vh; min-height: 1200px; }
  .hero-stage { min-height: 600px; }
  .hero-media img { object-position: 62% center; opacity: .72; }
  .hero-shade { background: linear-gradient(0deg, rgba(2,2,3,.96) 0%, rgba(2,2,3,.45) 70%, rgba(2,2,3,.66) 100%); }
  .hero-grid { background-size: 25vw 25vw; mask-image: linear-gradient(#000, transparent 75%); }
  .hero-content { justify-content: flex-end; padding-bottom: 24vh; }
  .hero-content h1 { font-size: clamp(2.55rem, 11.8vw, 3.8rem); line-height: 1.04; letter-spacing: -.045em; }
  .hero-lede { max-width: 93%; font-size: 14px; line-height: 1.68; }
  .hero-lede br { display: none; }
  .hero-cta { margin-top: 25px; }
  .hero-index { bottom: 4vh; grid-template-columns: repeat(4, auto); justify-content: space-between; }
  .hero-index div { display: block; }
  .hero-index span { display: none; }

  .service-intro { padding: 82px 0 88px; }
  .service-intro-grid { display: block; }
  .service-intro-head h2 { margin-top: 22px; font-size: clamp(2.15rem, 9.5vw, 3rem); }
  .service-intro-head > p:last-child { margin-top: 22px; font-size: 14px; }
  .service-intro-list { margin-top: 52px; }
  .service-intro-list li { min-height: 82px; grid-template-columns: 34px 1fr; gap: 12px; }
  .service-intro-list strong { font-size: 1.15rem; line-height: 1.35; }

  .manifesto-scroll { height: 220svh; min-height: 1380px; }
  .manifesto-giant { align-items: flex-start; padding-left: 8vw; font-size: clamp(4rem, 18vw, 6.5rem); line-height: .9; }
  .manifesto-giant span:nth-child(2) { transform: translateX(12vw); }
  .manifesto-giant span:nth-child(3) { transform: translateX(-2vw); }
  .manifesto-copy { bottom: 8vh; display: block; }
  .manifesto-copy .eyebrow { margin-bottom: 24px; }
  .manifesto-copy h2 { font-size: clamp(2.3rem, 9.8vw, 3.25rem); line-height: 1.1; }
  .manifesto-copy > p:last-child { margin-top: 25px; font-size: 14px; }
  .manifesto-note { display: none; }

  .craft { height: 400svh; min-height: 2600px; padding: 0; }
  .craft-stage {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(190px, 34svh) minmax(165px, 1fr) auto;
    gap: 0;
    align-items: stretch;
    overflow: hidden;
    padding-top: max(84px, calc(env(safe-area-inset-top) + 72px));
    padding-bottom: max(22px, env(safe-area-inset-bottom));
  }
  .craft-heading { position: static; grid-column: 1; align-self: start; }
  .craft-heading h2 { margin: 17px 0 0; font-size: clamp(2.05rem, 9vw, 2.75rem); line-height: 1.05; }
  .craft-heading > p:last-child { display: none; }
  .craft-visual { grid-column: 1; min-height: 0; height: 100%; margin: 0; }
  .craft-sphere { width: min(55vw, 240px); }
  .craft-steps { position: relative; grid-column: 1; height: 100%; min-height: 165px; margin-top: 0; }
  .craft-step {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 18px;
    border: 0;
    opacity: 0;
    transform: translate3d(0, calc(-50% + 28px), 0);
    transition: none;
    will-change: transform, opacity;
  }
  .craft-step:last-child { border-bottom: 0; }
  .craft-step h3 { margin: 14px 0 11px; font-size: clamp(1.75rem, 7.6vw, 2.1rem); }
  .craft-step p { max-width: 34rem; font-size: 13px; line-height: 1.65; }
  .craft-counter { position: static; display: flex; align-self: end; justify-self: start; padding-top: 4px; }

  .work { height: auto; min-height: 0; padding: 96px 0; }
  .work-stage { position: relative; height: auto; min-height: 0; overflow: visible; }
  .work-head { height: auto; min-height: 0; display: block; padding-bottom: 60px; }
  .work-head h2 { font-size: clamp(2.35rem, 10vw, 3.25rem); }
  .work-head > p { margin-top: 25px; font-size: 13px; }
  .work-viewport { height: auto; min-height: 0; padding: 0 20px; overflow: visible; }
  .work-track { width: 100%; height: auto; display: grid; gap: 22px; padding: 0; transform: none !important; }
  .project-card { width: 100%; min-width: 0; height: auto; min-height: 650px; grid-template-rows: 38px 300px auto; transform: none !important; }
  .project-copy { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px 28px; }
  .project-copy h3 { font-size: 2rem; }
  .project-copy > div:last-child > p { font-size: 12px; }
  .cascade-ui { width: 94%; min-height: 230px; height: 84%; }
  .cascade-stats span { font-size: 0; }.cascade-stats i { font-size: 9px; }
  .goal-app { height: 86%; min-height: 220px; grid-template-columns: 36px 1fr; }
  .goal-main { padding: 12px; }
  .goal-summary { grid-template-columns: 1fr 55px 55px; }
  .goal-main header strong { font-size: 13px; }
  .care-panel { width: 95%; height: 86%; min-height: 220px; padding: 13px; }
  .care-grid { gap: 5px; }
  .care-grid section { padding: 8px; }
  .care-status strong { font-size: 35px; }
  .care-metric strong { font-size: 36px; }
  .work-footer { display: none; }

  .capabilities { padding: 96px 0; }
  .capabilities-head { display: block; margin-bottom: 60px; }
  .capabilities-head h2 { margin-top: 25px; font-size: clamp(2.35rem, 9.7vw, 3.25rem); }
  .capabilities-head > p:last-child { margin-top: 24px; font-size: 14px; }
  .capability-grid { display: block; }
  .capability-card, .capability-primary, .capability-wide { min-height: 420px; margin-bottom: 14px; }
  .capability-primary { min-height: 560px; }
  .capability-wide > div:last-child { width: 100%; }
  .experience-wave { left: 20%; opacity: .3; }

  .principle { min-height: auto; }
  .principle-sticky { position: relative; min-height: 0; padding: 115px 0; }
  .principle-grid { display: block; }
  .principle-grid > h2 { margin-top: 30px; font-size: clamp(2.35rem, 10vw, 3.3rem); }
  .principle-list { margin-top: 65px; }
  .principle-list article { grid-template-columns: 35px 1fr; gap: 12px; }
  .principle-list p { grid-column: 2; }

  .contact-inner h2 { font-size: clamp(2.45rem, 10.8vw, 3.6rem); }
  .contact-inner > p { font-size: 13px; }
  .contact-signature { gap: 8px; }
  .site-footer .shell { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
  .site-footer .shell > div:nth-child(3) { gap: 12px; font-size: 8px; }
}

@media (max-width: 390px) {
  .hero-content h1 { font-size: 2.65rem; }
  .project-card { grid-template-rows: 38px 260px auto; }
  .goal-summary { grid-template-columns: 1fr 50px; }.goal-summary .accent { display: none; }
  .care-grid { grid-template-columns: 1fr 1fr; }.care-metric { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hero-scroll, .manifesto-scroll, .craft, .work { height: auto; min-height: 0; }
  .hero-stage, .manifesto-stage, .craft-stage, .work-stage { position: relative; min-height: 100svh; }
  .hero-media img, .hero-line > span, .manifesto-giant, .manifesto-copy, .work-track, .craft-sphere { transform: none !important; }
  .hero-content, .hero-lede, .hero-cta, .hero-index, .manifesto-copy { opacity: 1 !important; }
  .manifesto-stage { color: #050505; background: var(--paper); }
  .manifesto-giant { opacity: .08 !important; color: #050505; -webkit-text-stroke: 0; }
  .craft { padding: 120px 0; }
  .craft-stage { height: auto; display: block; overflow: visible; padding-top: 0; padding-bottom: 0; }
  .craft-heading { position: static; }
  .craft-heading > p:last-child { display: block; }
  .craft-visual { min-height: 440px; margin: 45px 0; }
  .craft-steps { height: auto; min-height: 0; }
  .craft-step { position: relative; top: auto; padding: 35px 0; border-top: 1px solid rgba(5,5,5,.14); opacity: 1; transform: none; }
  .craft-step:last-child { border-bottom: 1px solid rgba(5,5,5,.14); }
  .craft-counter { display: none; }
  .work { padding: 120px 0; }
  .work-stage { height: auto; overflow: visible; }
  .work-head { height: auto; min-height: 0; padding-bottom: 60px; }
  .work-viewport { width: var(--shell); height: auto; min-height: 0; margin-inline: auto; padding: 0; overflow: visible; }
  .work-track { width: 100%; height: auto; display: grid; gap: 28px; padding: 0; }
  .project-card { width: 100%; min-width: 0; height: min(760px, 90svh); min-height: 650px; }
  .work-footer { display: none; }
  #intelligence-field { display: none; }
  .reveal { opacity: 1; transform: none; }
}

@media (prefers-contrast: more) {
  .site-header.is-scrolled { background: #050505; border-color: #fff; backdrop-filter: none; }
  .project-card, .capability-card { border-color: currentColor; }
  .hero-lede, .work-head > p, .project-copy > div:last-child > p { color: rgba(255,255,255,.85); }
}

/* Concept 03: Concept 02 editorial hero on the Concept 01 narrative. */
.hybrid-concept .site-header {
  inset: 12px 2.2vw auto;
  height: 58px;
  padding: 0 10px 0 17px;
  color: #131210;
  border: 1px solid rgba(19,18,16,.1);
  border-radius: 16px;
  background: rgba(247,244,237,.76);
  box-shadow: 0 9px 34px rgba(47,40,27,.07);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}
.hybrid-concept .site-header.is-scrolled {
  color: #131210;
  background: rgba(247,244,237,.76);
  border-color: rgba(19,18,16,.1);
  box-shadow: 0 9px 34px rgba(47,40,27,.07);
}
.hybrid-concept .site-header .site-nav > a:not(.nav-contact) { color: rgba(19,18,16,.64); }
.hybrid-concept .site-header .nav-contact { color: #fff; background: #131210; border-color: #131210; }
.hybrid-concept .site-header .nav-contact span { color: #9fbcff; }

.hero-editorial {
  --hero-paper: #f3efe6;
  --hero-ink: #131210;
  --hero-blue: #2e63f5;
  --hero-line: rgba(19,18,16,.16);
  --hero-p: 0;
  --mx: 0;
  --my: 0;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--hero-ink);
  background: var(--hero-paper);
  isolation: isolate;
}
.hero-editorial::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  height: 7vh;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(5,5,5,.06));
}
.hero-editorial .hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: visible;
  transform: scale(calc(1.055 + var(--hero-p) * .055)) translate3d(calc(var(--mx) * 8px), calc(var(--my) * 8px - var(--hero-p) * 18px), 0);
  transform-origin: 62% 50%;
  will-change: transform;
}
.hero-editorial .hero-media img {
  position: static;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
  transform: none;
}
.hero-editorial .hero-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(243,239,230,.98) 0%, rgba(243,239,230,.88) 33%, rgba(243,239,230,.18) 62%, rgba(243,239,230,.04) 100%), linear-gradient(0deg, rgba(243,239,230,.66), transparent 40%);
}
.hero-editorial .hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: calc(.23 - var(--hero-p) * .13);
  background-image: linear-gradient(rgba(19,18,16,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(19,18,16,.11) 1px, transparent 1px);
  background-size: 8.333vw 8.333vw;
  mask-image: linear-gradient(90deg,#000,transparent 55%);
  -webkit-mask-image: linear-gradient(90deg,#000,transparent 55%);
  transform: translate3d(calc(var(--hero-p) * -3.5%),0,0);
}
.hero-editorial .hero-inner {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 48px) 0 130px;
}
.hero-editorial .hero-copy {
  width: min(58vw,760px);
  opacity: calc(1 - var(--hero-p) * .58);
  transform: translate3d(calc(var(--hero-p) * -3.5%),calc(var(--hero-p) * -34px),0);
  will-change: transform,opacity;
}
.hero-editorial .kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 clamp(28px,5vh,54px);
  color: rgba(19,18,16,.62);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .12em;
  text-transform: uppercase;
  animation: heroEditorialRise .62s .08s both var(--ease-out);
}
.hero-editorial .kicker span { display: flex; align-items: center; gap: 12px; }
.hero-editorial .kicker span::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero-editorial .kicker i { padding-left: 18px; border-left: 1px solid var(--hero-line); font-style: normal; }
.hero-editorial h1 { margin: 0; font-size: clamp(3.25rem,5.5vw,5.75rem); line-height: 1.04; letter-spacing: -.047em; font-weight: 720; }
.hero-editorial h1 em { color: var(--hero-blue); font-style: normal; }
.hero-editorial .hero-title-line { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.hero-editorial .hero-title-text {
  display: block;
  transform-origin: left center;
  will-change: transform,opacity;
  animation: heroEditorialTitle .9s both var(--ease-out);
}
.hero-editorial .hero-title-line:nth-child(1) .hero-title-text { animation-delay: .18s; }
.hero-editorial .hero-title-line:nth-child(2) .hero-title-text { animation-delay: .26s; }
.hero-editorial .hero-title-line:nth-child(3) .hero-title-text { animation-delay: .34s; }
.hero-editorial .hero-lede {
  max-width: 555px;
  margin: clamp(26px,4vh,42px) 0 0;
  color: rgba(19,18,16,.65);
  font-size: clamp(15px,1.16vw,18px);
  line-height: 1.78;
  letter-spacing: -.015em;
  transform: none;
  animation: heroEditorialRise .68s .46s both var(--ease-out);
}
.hero-editorial .hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: clamp(30px,5vh,52px);
  animation: heroEditorialRise .68s .56s both var(--ease-out);
}
.hero-editorial .button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-width: 215px;
  padding: 16px 17px 16px 20px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  transition: transform .1s,background .25s;
}
.hero-editorial .button-dark { color: #fff; background: var(--hero-ink); }
.hero-editorial .button-dark span { display: grid; place-items: center; width: 24px; height: 24px; color: var(--hero-ink); background: #fff; border-radius: 50%; }
.hero-editorial .button-dark:hover { background: var(--hero-blue); }
.hero-editorial .text-link { display: inline-flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(19,18,16,.34); font-size: 12px; font-weight: 670; }
.hero-editorial .text-link span { color: var(--hero-blue); }
.hero-editorial .hero-caption {
  position: absolute;
  right: 0;
  bottom: 130px;
  width: 205px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(19,18,16,.35);
  opacity: calc(1 - var(--hero-p));
  transform: translate3d(0,calc(var(--hero-p) * -48px),0);
  animation: heroEditorialFade .7s .58s both var(--ease-out);
}
.hero-editorial .hero-caption span { color: var(--hero-blue); font: 700 9px ui-monospace,SFMono-Regular,Menlo,monospace; }
.hero-editorial .hero-caption p { margin: 0; color: rgba(19,18,16,.66); font-size: 11px; line-height: 1.65; }
.hero-editorial .hero-rail {
  position: absolute;
  z-index: 4;
  inset: auto 0 34px;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  align-items: center;
  gap: 26px;
  color: rgba(19,18,16,.48);
  font-size: 8px;
  font-weight: 740;
  letter-spacing: .13em;
  animation: heroEditorialFade .7s .65s both var(--ease-out);
}
.hero-editorial .hero-rail i { position: relative; height: 1px; background: rgba(19,18,16,.2); transform-origin: left; }
.hero-editorial .hero-rail i::after {
  content: "";
  position: absolute;
  top: -2px;
  left: calc(var(--hero-p) * 100%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hero-blue);
  transform: translateX(-50%);
  box-shadow: 0 0 0 4px rgba(46,99,245,.12);
}

@keyframes heroEditorialRise { from { opacity: 0; transform: translateY(22px); } }
@keyframes heroEditorialTitle { from { opacity: 0; transform: translateY(112%); } }
@keyframes heroEditorialFade { from { opacity: 0; } }

@media (max-width: 760px) {
  .hybrid-concept .site-header { inset: 9px 10px auto; height: 54px; padding: 0 10px 0 17px; border-radius: 14px; }
  .hybrid-concept.menu-open .site-header { color: #fff; background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .hybrid-concept.menu-open .site-header .site-nav > a:not(.nav-contact) { color: #fff; }
  .hero-editorial { min-height: 920px; }
  .hero-editorial .hero-media { inset: 0; transform: scale(calc(1.03 + var(--hero-p) * .04)) translate3d(0, calc(var(--hero-p) * -14px), 0); transform-origin: 72% 42%; }
  .hero-editorial .hero-media img { object-position: 67% center; }
  .hero-editorial .hero-wash { background: linear-gradient(0deg,rgba(243,239,230,.98) 0%,rgba(243,239,230,.9) 44%,rgba(243,239,230,.22) 72%,rgba(243,239,230,.03) 100%); }
  .hero-editorial .hero-grid { background-size: 25vw 25vw; opacity: calc(.18 - var(--hero-p) * .08); mask-image: linear-gradient(0deg,#000,transparent 70%); -webkit-mask-image: linear-gradient(0deg,#000,transparent 70%); transform: translate3d(calc(var(--hero-p) * -2%), 0, 0); }
  .hero-editorial .hero-inner { min-height: 920px; align-items: flex-end; padding: 110px 0 170px; }
  .hero-editorial .hero-copy { width: 100%; opacity: calc(1 - var(--hero-p) * .54); transform: translate3d(0, calc(var(--hero-p) * -26px), 0); }
  .hero-editorial .kicker { margin-bottom: 27px; }
  .hero-editorial .kicker i { display: none; }
  .hero-editorial h1 { font-size: clamp(2.6rem,11.7vw,3.55rem); line-height: 1.06; }
  .hero-editorial .hero-title-text { will-change: auto; }
  .hero-editorial .hero-lede { max-width: 93%; font-size: 14px; line-height: 1.72; }
  .hero-editorial .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; margin-top: 31px; }
  .hero-editorial .button { min-width: 220px; }
  .hero-editorial .hero-caption { display: none; }
  .hero-editorial .hero-rail { bottom: 28px; grid-template-columns: 1fr 1fr; gap: 9px 15px; }
  .hero-editorial .hero-rail i { grid-column: 1 / -1; grid-row: 1; }
  .hero-editorial .hero-rail span { grid-row: 2; }
  .hero-editorial .hero-rail span:nth-child(3) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-editorial { --hero-p: 0 !important; --mx: 0 !important; --my: 0 !important; }
  .hero-editorial .hero-media, .hero-editorial .hero-copy, .hero-editorial .hero-caption, .hero-editorial .hero-grid { transform: none !important; opacity: 1 !important; }
}
