:root {
  --ink: #09080d;
  --ink-soft: #121016;
  --paper: #f3eee7;
  --paper-deep: #ddd4ca;
  --coral: #ff4f58;
  --coral-bright: #ff6d73;
  --violet: #6f3cff;
  --violet-bright: #8b68ff;
  --mint: #62e6bc;
  --lime: #d9ff67;
  --line-dark: rgba(255,255,255,.15);
  --line-light: rgba(9,8,13,.16);
  --page: clamp(1.25rem, 4vw, 4.75rem);
  --display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--coral); color: #fff; }

.skip-link {
  position: fixed; z-index: 1000; top: -5rem; left: 1rem;
  padding: .8rem 1rem; border-radius: 999px; background: #fff; color: var(--ink);
  transition: top .2s ease;
}
.skip-link:focus { top: 1rem; }

.glass {
  border: 1px solid rgba(255,255,255,.17);
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 1.1rem 3.8rem rgba(0,0,0,.22);
  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
}
.glass--strong {
  background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.07));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 2.5rem 8rem rgba(0,0,0,.38);
}
.glass--light {
  border-color: rgba(255,255,255,.7);
  background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(255,255,255,.38));
  box-shadow: inset 0 1px 0 #fff, 0 1.5rem 4rem rgba(50,34,35,.13);
  backdrop-filter: blur(30px) saturate(130%);
  -webkit-backdrop-filter: blur(30px) saturate(130%);
}

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; width: 100%; min-height: 86px;
  padding: 1rem var(--page); display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  transition: min-height .35s ease, background .35s ease, border-color .35s ease;
}
.site-header.is-scrolled {
  min-height: 70px; background: rgba(9,8,13,.6); border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
}
.brand {
  display: inline-flex; align-items: center; gap: .65rem; padding: .42rem .82rem .42rem .45rem;
  min-height: 2.75rem; border-radius: 999px; font-size: .95rem; font-weight: 700; letter-spacing: -.01em;
}
.brand img { width: 2rem; height: 2rem; object-fit: contain; }
.brand i { padding-left: .65rem; border-left: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.52); font-size: .68rem; font-style: normal; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(.7rem, 1.5vw, 1.6rem); padding: .38rem .45rem .38rem 1.2rem; border-radius: 999px; font-size: .75rem; font-weight: 650; }
.site-nav > a:not(.nav-cta) { color: rgba(255,255,255,.67); transition: color .2s ease; }
.site-nav > a:hover { color: #fff; }
.nav-cta { display: inline-flex; align-items: center; gap: 1.1rem; min-height: 2.9rem; padding: 0 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); transition: background .25s ease, color .25s ease, transform .25s ease; }
.nav-cta:hover { background: #fff; color: var(--ink) !important; transform: translateY(-1px); }
.menu-button { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: var(--ink); }
.hero::before {
  content: ""; position: absolute; z-index: -2; inset: 0; opacity: .16;
  background-image: radial-gradient(rgba(255,255,255,.72) .55px, transparent .8px); background-size: 8px 8px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.7) 68%, transparent 100%);
}
.hero::after { content: ""; position: absolute; z-index: -2; inset: auto 0 0; height: 28%; background: linear-gradient(transparent, var(--ink)); }
.hero__space { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.hero__aura { position: absolute; display: block; border-radius: 50%; filter: blur(2px); mix-blend-mode: screen; }
.hero__aura--violet { width: 52vw; height: 52vw; min-width: 420px; min-height: 420px; right: -12%; top: -11%; border: 1px solid rgba(139,104,255,.5); box-shadow: inset 0 0 110px rgba(111,60,255,.15), 0 0 180px rgba(111,60,255,.3); animation: aura-breathe 7s ease-in-out infinite; }
.hero__aura--coral { width: 27rem; height: 27rem; left: 25%; bottom: -20%; background: rgba(255,79,88,.25); filter: blur(90px); }
.star { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #fff; box-shadow: 0 0 18px #fff; animation: twinkle 3s ease-in-out infinite; }
.star--one { top: 19%; left: 11%; }
.star--two { top: 28%; left: 50%; width: 3px; height: 3px; animation-delay: 1s; }
.star--three { right: 7%; bottom: 18%; width: 5px; height: 5px; animation-delay: .4s; }
.star--four { left: 46%; bottom: 11%; width: 3px; height: 3px; animation-delay: 1.7s; }
.hero__kicker { position: absolute; top: 7rem; left: var(--page); margin: 0; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.5); font-size: .66rem; text-transform: uppercase; letter-spacing: .17em; animation: rise-in .8s .1s both; }
.hero__kicker span { width: 2rem; height: 1px; background: currentColor; }
.hero__wordmark { position: absolute; z-index: -1; left: 47%; top: 43%; margin: 0; transform: translate(-50%,-50%); font-family: var(--display); font-size: clamp(7rem, 18vw, 19rem); line-height: .78; font-weight: 800; letter-spacing: -.04em; text-transform: uppercase; white-space: nowrap; animation: wordmark-in 1.1s cubic-bezier(.2,.8,.2,1) both; }
.hero__mascot { position: absolute; z-index: 1; top: 5%; right: -1%; width: min(56vw, 815px); aspect-ratio: 1; transform: translate3d(var(--pointer-x,0), calc(var(--hero-shift,0px) + var(--pointer-y,0)), 0); transition: transform .2s ease-out; animation: mascot-in 1.25s .15s cubic-bezier(.16,.78,.24,1) both; }
.hero__mascot img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 2rem 3.5rem rgba(0,0,0,.46)) drop-shadow(0 0 2rem rgba(255,79,88,.18)); animation: mascot-float 6s 1.5s ease-in-out infinite; }
.hero__orbit { position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; animation: orbit 26s linear infinite; }
.hero__orbit::before, .hero__orbit::after, .hero__orbit i { content: ""; position: absolute; border-radius: 50%; }
.hero__orbit::before { width: 9px; height: 9px; top: 16%; left: 5%; background: var(--lime); box-shadow: 0 0 18px var(--lime); }
.hero__orbit::after { width: 5px; height: 5px; right: 7%; bottom: 18%; background: #fff; box-shadow: 0 0 14px #fff; }
.hero__orbit i { width: 7px; height: 7px; left: 47%; bottom: -4px; background: var(--violet-bright); box-shadow: 0 0 14px var(--violet-bright); }
.hero__pitch { position: absolute; z-index: 3; left: var(--page); bottom: clamp(7.3rem, 15vh, 10rem); width: min(42rem, 50vw); padding: clamp(1.5rem, 3vw, 2.4rem); border-radius: 2rem; animation: rise-in .9s .7s both; }
.eyebrow, .section-kicker { margin: 0 0 1rem; color: var(--coral-bright); font-size: .69rem; line-height: 1.4; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.hero__pitch h2 { margin: 0; font-family: var(--display); font-size: clamp(2.65rem, 4.5vw, 4.85rem); font-weight: 700; line-height: .97; letter-spacing: -.025em; }
.hero__pitch > p:not(.eyebrow) { max-width: 36rem; margin: 1.25rem 0 0; color: rgba(255,255,255,.68); font-size: clamp(.95rem, 1.15vw, 1.08rem); line-height: 1.5; }
.hero__actions { display: flex; align-items: center; gap: 1.35rem; margin-top: 1.7rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 3.55rem; padding: 0 1.45rem; border-radius: 999px; font-size: .8rem; font-weight: 750; transition: transform .25s ease, color .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--light { background: #fff; color: var(--ink); }
.button--light:hover { background: var(--coral); color: #fff; }
.button--dark { background: var(--ink); color: #fff; }
.button--dark:hover { background: var(--violet); }
.text-link { padding: .6rem 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: .78rem; font-weight: 700; }
.text-link span { margin-left: .5rem; transition: margin .2s ease; }
.text-link:hover span { margin-left: .8rem; }
.hero__round { position: absolute; z-index: 3; left: var(--page); right: var(--page); bottom: 1.35rem; display: grid; grid-template-columns: repeat(4,1fr); width: min(56rem, calc(100% - var(--page)*2)); border-radius: 1.4rem; overflow: hidden; animation: rise-in .9s 1s both; }
.hero__round div { min-width: 0; padding: 1rem 1.15rem; border-right: 1px solid rgba(255,255,255,.13); }
.hero__round div:last-child { border-right: 0; }
.hero__round strong { display: block; font-family: var(--display); font-size: clamp(1.25rem, 2.4vw, 2rem); letter-spacing: -.025em; }
.hero__round span { display: block; margin-top: .18rem; color: rgba(255,255,255,.48); font-size: .61rem; text-transform: uppercase; letter-spacing: .1em; }
.hero__scroll { position: absolute; z-index: 3; right: var(--page); bottom: 2rem; display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.43); font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; writing-mode: vertical-rl; }
.hero__scroll span { width: 1px; height: 2.2rem; background: rgba(255,255,255,.3); animation: scroll-pulse 1.8s ease-in-out infinite; }

.paper { background: var(--paper); color: var(--ink); }
.section-index { display: flex; gap: .8rem; align-items: baseline; color: rgba(9,8,13,.5); font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; }
.section-index p { margin: 0; }
.thesis { min-height: 92vh; padding: clamp(6.5rem, 11vw, 10rem) var(--page); display: grid; grid-template-columns: 1.4fr 6fr 3fr; gap: 3rem; align-items: start; }
.thesis__statement h2, .portfolio__header h2, .plan__header h2, .team__header h2 { margin: 0; font-family: var(--display); font-size: clamp(3.35rem, 6.65vw, 7.25rem); line-height: .95; letter-spacing: -.025em; font-weight: 700; }
.thesis__statement em, .portfolio__header em, .plan__header em, .team__header em, .system em, .allocation em, .targets em, .risks em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.thesis__statement > p:last-child { max-width: 40rem; margin: 2.5rem 0 0 auto; font-size: clamp(1rem, 1.45vw, 1.28rem); line-height: 1.55; }
.thesis__comparison { align-self: end; display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.3rem; align-items: center; padding: 1.8rem 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.thesis__comparison div { min-width: 0; }
.thesis__comparison span { color: rgba(9,8,13,.48); font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; }
.thesis__comparison strong { display: block; margin-top: .3rem; font-family: var(--display); font-size: clamp(3.5rem, 6vw, 6rem); line-height: .94; letter-spacing: -.035em; }
.thesis__comparison p { margin: .25rem 0 0; font-size: .78rem; }
.thesis__comparison > i { color: var(--coral); font-size: 1.7rem; font-style: normal; }

.system { position: relative; overflow: hidden; padding: clamp(7rem, 11vw, 11rem) var(--page); background: radial-gradient(circle at 90% 12%, rgba(111,60,255,.26), transparent 28%), var(--ink); }
.system::after { content: ""; position: absolute; inset: 0; opacity: .08; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.6) .6px, transparent .8px); background-size: 11px 11px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.system__intro { position: relative; z-index: 1; max-width: 78rem; display: grid; grid-template-columns: 1.8fr 1fr; gap: 2rem 5rem; }
.system__intro .section-kicker { grid-column: 1/-1; }
.system__intro h2, .allocation__header h2, .targets h2, .risks h2 { margin: 0; font-family: var(--display); font-size: clamp(3.45rem, 6.45vw, 7.1rem); line-height: .95; letter-spacing: -.025em; font-weight: 700; }
.system__intro > p:last-child { align-self: end; margin: 0 0 .6rem; color: rgba(255,255,255,.58); line-height: 1.65; }
.loop { position: relative; z-index: 1; max-width: 82rem; margin: clamp(5rem, 8vw, 8rem) auto 0; padding: 0; list-style: none; }
.loop::before { content: ""; position: absolute; left: 1.35rem; top: 2.7rem; bottom: 2.7rem; width: 1px; background: linear-gradient(var(--violet-bright), var(--coral), var(--mint)); }
.loop li { position: relative; display: grid; grid-template-columns: 5rem 1fr auto; gap: 2rem; min-height: 7rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.11); align-items: center; }
.loop li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border-radius: 50%; background: var(--ink); border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.57); font-size: .67rem; font-variant-numeric: tabular-nums; }
.loop h3 { margin: 0; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.8rem); letter-spacing: -.025em; }
.loop p { max-width: 42rem; margin: .4rem 0 0; color: rgba(255,255,255,.5); font-size: .88rem; line-height: 1.5; }
.loop b { justify-self: end; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.58); font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.infrastructure { position: relative; z-index: 1; margin: clamp(5rem, 8vw, 8rem) auto 0; max-width: 82rem; display: grid; grid-template-columns: .7fr repeat(3,1fr); border-radius: 2rem; overflow: hidden; }
.infrastructure > p { margin: 0; padding: 1.6rem; color: var(--mint); font-size: .64rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.infrastructure > div { padding: 1.6rem; border-left: 1px solid rgba(255,255,255,.12); }
.infrastructure strong { display: block; font-family: var(--display); font-size: clamp(1.4rem, 2vw, 2rem); letter-spacing: -.02em; }
.infrastructure span { display: block; margin-top: .45rem; color: rgba(255,255,255,.48); font-size: .72rem; line-height: 1.4; }
.infrastructure small { grid-column: 1/-1; padding: .85rem 1.6rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .62rem; }

.portfolio {
  position: relative;
  padding: clamp(7rem, 11vw, 11rem) var(--page) clamp(8rem, 12vw, 12rem);
  overflow: hidden;
  background: radial-gradient(circle at 7% 23%, rgba(111,60,255,.2), transparent 24%), radial-gradient(circle at 96% 61%, rgba(255,79,88,.17), transparent 22%), #09080d;
  color: #fff;
}
.portfolio::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .1; background-image: radial-gradient(rgba(255,255,255,.7) .5px, transparent .7px); background-size: 9px 9px; mask-image: linear-gradient(black, transparent 70%); }
.portfolio__header { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr .6fr; gap: 4rem; align-items: end; margin-bottom: clamp(3.5rem, 6vw, 6rem); }
.portfolio__header h2 { font-size: clamp(3.8rem, 7.4vw, 8rem); font-weight: 630; line-height: .98; letter-spacing: -.055em; }
.portfolio__header > p { max-width: 30rem; margin: 0 0 .5rem; color: rgba(255,255,255,.63); font-size: 1.05rem; line-height: 1.65; }
.baseline { position: relative; z-index: 1; margin: 0 0 clamp(4rem, 7vw, 6rem); display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.baseline div { padding: 2rem 1.5rem; border-right: 1px solid rgba(255,255,255,.14); }
.baseline div:last-child { border-right: 0; }
.baseline strong { display: block; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5rem); line-height: .94; letter-spacing: -.045em; }
.baseline span { display: block; margin-top: .55rem; color: rgba(255,255,255,.48); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }

.glass-surface { position: relative; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(234,238,248,.07) 52%, rgba(255,255,255,.11)), rgba(237,240,248,.13); border: 1px solid rgba(255,255,255,.24); box-shadow: 0 24px 70px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.25); backdrop-filter: blur(32px) saturate(122%) contrast(102%); -webkit-backdrop-filter: blur(32px) saturate(122%) contrast(102%); }
.glass-surface::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; border-radius: inherit; corner-shape: inherit; opacity: .14; background-image: radial-gradient(rgba(255,255,255,.85) .45px, transparent .65px); background-size: 3px 3px; mix-blend-mode: soft-light; mask-image: linear-gradient(#000, rgba(0,0,0,.4) 62%, transparent); }
.glass-surface > * { position: relative; z-index: 1; }
.portfolio-showcase { position: relative; z-index: 1; min-width: 0; }
.portfolio-stage { position: relative; width: 100%; min-height: 560px; aspect-ratio: 16 / 8.65; overflow: hidden; isolation: isolate; border: 1px solid rgba(255,255,255,.2); border-radius: clamp(2rem, 4vw, 3.75rem); corner-shape: squircle; background: #131117; box-shadow: 0 50px 120px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.22); }
.portfolio-stage::after { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; border-radius: inherit; corner-shape: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 34px 70px rgba(255,255,255,.035); }
.project { position: absolute; inset: 0; z-index: 0; margin: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: scale(1.035); transition: opacity .65s ease, visibility .65s ease, transform 1s cubic-bezier(.2,.75,.2,1); }
.project.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transform: scale(1); }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,3,7,.5), transparent 42%), linear-gradient(to right, rgba(2,2,5,.12), transparent 35%); pointer-events: none; }
.project__glass { position: absolute; z-index: 4; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; min-height: 7rem; padding: 1rem 1rem 1rem 1.1rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; border-radius: 2rem; corner-shape: squircle; }
.project__glass > img { width: 4.6rem; height: 4.6rem; border-radius: 24%; corner-shape: squircle; object-fit: cover; box-shadow: 0 12px 28px rgba(0,0,0,.25); }
.project__copy > span { display: block; margin-bottom: .22rem; color: rgba(255,255,255,.57); font-size: .64rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.project__copy h3 { margin: 0; color: #fff; font-family: var(--display); font-size: clamp(1.55rem, 2.5vw, 2.55rem); font-weight: 620; letter-spacing: -.035em; }
.project__copy p { margin: .15rem 0 0; color: rgba(255,255,255,.67); font-size: .82rem; }
.project__glass > a { display: inline-flex; align-items: center; gap: 1.25rem; min-height: 3.35rem; padding: 0 1.15rem; border: 1px solid rgba(255,255,255,.24); border-radius: 1rem; corner-shape: squircle; background: rgba(255,255,255,.13); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.16); font-size: .76rem; font-weight: 700; transition: background .25s ease, color .25s ease, transform .25s ease; }
.project__glass > a:hover { background: var(--project-accent); color: #09080d; transform: translateY(-2px); }
.stage-control { position: absolute; z-index: 8; top: 50%; width: 3.35rem; height: 3.35rem; padding: 0; border-radius: 50%; color: #fff; font: 400 1.25rem var(--body); cursor: pointer; transform: translateY(-50%); opacity: .45; transition: opacity .25s ease, transform .25s ease, background .25s ease; }
.portfolio-stage:hover .stage-control, .stage-control:focus-visible { opacity: 1; }
.stage-control:hover { background: rgba(255,255,255,.23); }
.stage-control--previous { left: 1.15rem; }
.stage-control--next { right: 1.15rem; }
.portfolio-dock { width: max-content; max-width: 100%; margin: 1.5rem auto 0; padding: .52rem; display: flex; align-items: center; gap: .25rem; overflow-x: auto; border-radius: 1.5rem; corner-shape: squircle; scrollbar-width: none; }
.portfolio-dock::-webkit-scrollbar { display: none; }
.dock-item { flex: 0 0 auto; width: 3.15rem; height: 3.15rem; padding: .28rem; display: flex; align-items: center; gap: .55rem; overflow: hidden; border: 0; border-radius: 1rem; corner-shape: squircle; background: transparent; color: #fff; cursor: pointer; font: 650 .72rem var(--body); transition: width .4s cubic-bezier(.2,.75,.2,1), background .3s ease, transform .25s ease; }
.dock-item:hover { transform: translateY(-3px); background: rgba(255,255,255,.08); }
.dock-item.is-active { width: 8.6rem; background: rgba(255,255,255,.15); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.dock-item img { flex: 0 0 auto; width: 2.6rem; height: 2.6rem; border-radius: 24%; corner-shape: squircle; object-fit: cover; box-shadow: 0 7px 16px rgba(0,0,0,.22); }
.dock-item span { white-space: nowrap; opacity: 0; transform: translateX(-.35rem); transition: opacity .25s .08s ease, transform .25s .08s ease; }
.dock-item.is-active span { opacity: 1; transform: none; }
.portfolio-showcase__footer { margin-top: 1.6rem; display: grid; grid-template-columns: auto 1fr minmax(8rem, 18rem); align-items: center; gap: 1.2rem; color: rgba(255,255,255,.45); font-size: .7rem; text-transform: uppercase; letter-spacing: .11em; }
.portfolio-showcase__footer p { margin: 0; color: rgba(255,255,255,.8); font-variant-numeric: tabular-nums; }
.portfolio-progress { height: 2px; overflow: hidden; background: rgba(255,255,255,.13); border-radius: 2px; }
.portfolio-progress i { display: block; width: calc(100% / 11); height: 100%; background: #fff; transform: translateX(0); transition: transform .45s cubic-bezier(.2,.75,.2,1); }

.project__canvas { --poster-text: rgba(255,255,255,.76); --poster-orb: rgba(255,255,255,.16); position: absolute; inset: 0; overflow: hidden; background: #121116; }
.project__canvas::before { content: ""; position: absolute; z-index: 1; inset: -20%; pointer-events: none; background: linear-gradient(118deg, rgba(255,255,255,.1), transparent 22%, transparent 72%, rgba(255,255,255,.05)), radial-gradient(circle at 72% 24%, var(--poster-orb), transparent 26%); transform: rotate(-3deg); }
.project__canvas::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; opacity: .16; background-image: radial-gradient(rgba(255,255,255,.72) .55px, transparent .7px); background-size: 8px 8px; mask-image: linear-gradient(125deg, black, transparent 64%); }
.project__photo { width: 100%; height: 100%; object-fit: cover; transform: scale(1.045); transition: transform 1.4s cubic-bezier(.2,.75,.2,1), filter .8s ease; }
.project.is-active .project__photo { transform: scale(1); }
.project__wordmark { position: absolute; z-index: 2; left: 4.5%; top: 13%; color: var(--poster-text); font-family: var(--display); font-size: clamp(5rem, 12vw, 12.5rem); font-weight: 650; line-height: .8; letter-spacing: -.075em; white-space: nowrap; text-shadow: 0 22px 60px rgba(0,0,0,.18); transform: translateX(-3rem); opacity: 0; transition: opacity .75s .08s ease, transform 1s .04s cubic-bezier(.2,.75,.2,1); }
.project.is-active .project__wordmark { opacity: 1; transform: translateX(0); }
.project__wordmark--serif { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.065em; }
.project__hero-icon { position: absolute; z-index: 3; top: 45%; right: 8%; width: min(28vw, 24rem); height: auto; aspect-ratio: 1; max-height: 58%; border-radius: 24%; corner-shape: squircle; object-fit: cover; overflow: hidden; filter: drop-shadow(0 35px 55px rgba(0,0,0,.35)); transform: translate3d(3rem,-50%,0) rotate(4deg) scale(.9); opacity: 0; transition: opacity .7s .12s ease, transform 1s .08s cubic-bezier(.2,.75,.2,1); }
.project.is-active .project__hero-icon { opacity: 1; transform: translate3d(0,-50%,0) rotate(0) scale(1); }
.project__orb { position: absolute; z-index: 1; right: 3%; top: -15%; width: 48%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: radial-gradient(circle at 38% 32%, rgba(255,255,255,.25), var(--poster-orb) 30%, transparent 68%); box-shadow: inset 0 0 70px rgba(255,255,255,.05), 0 30px 100px var(--poster-orb); transform: scale(.82); transition: transform 1.4s cubic-bezier(.2,.75,.2,1); }
.project.is-active .project__orb { transform: scale(1); }
.project__canvas--1001stays { --poster-text: rgba(255,248,232,.92); }
.project__canvas--1001stays .project__photo { object-position: center 46%; filter: saturate(.9) contrast(1.03); }
.project__canvas--1001stays::before { background: linear-gradient(90deg, rgba(8,20,17,.5), transparent 55%), linear-gradient(to top, rgba(5,11,9,.45), transparent 60%); transform: none; }
.project__canvas--1001stays .project__wordmark { top: 12%; font-size: clamp(5.5rem, 10vw, 11rem); }
.project__canvas--bliss { --poster-text: rgba(250,245,255,.8); --poster-orb: rgba(169,137,255,.38); background: #100d1b; }
.project__canvas--bliss .project__photo { filter: saturate(.7) brightness(.68) contrast(1.08); }
.project__canvas--bliss::before { background: linear-gradient(90deg, rgba(16,13,27,.7), transparent 60%), radial-gradient(circle at 76% 30%, rgba(169,137,255,.32), transparent 30%); transform: none; }
.project__canvas--bliss .project__wordmark { top: 14%; font-size: clamp(6rem, 11vw, 12rem); }
.project__canvas--cadence { --poster-text: rgba(242,251,247,.22); --poster-orb: rgba(109,224,178,.28); background: radial-gradient(circle at 72% 28%, #164c3c, transparent 32%), #071a16; }
.project__canvas--diorama { --poster-text: rgba(19,21,31,.13); --poster-orb: rgba(108,92,231,.23); background: radial-gradient(circle at 76% 20%, #eeeaff, transparent 34%), #f6f4ef; }
.project__canvas--familyai { --poster-text: rgba(255,247,251,.3); --poster-orb: rgba(242,166,198,.3); background: #160e17; }
.project__canvas--familyai .project__photo { filter: brightness(.48) saturate(.85); }
.project__canvas--familyai::before { background: radial-gradient(circle at 72% 30%, rgba(242,166,198,.26), transparent 31%), linear-gradient(90deg, rgba(22,14,23,.72), transparent); transform: none; }
.project__canvas--familyai .project__wordmark { top: 13%; font-size: clamp(4.5rem, 8vw, 9rem); }
.project__canvas--flipmargin { --poster-text: rgba(24,34,53,.12); --poster-orb: rgba(242,138,82,.27); background: radial-gradient(circle at 76% 25%, #ffe9dc, transparent 34%), #fbfcfd; }
.project__canvas--luma { --poster-text: rgba(250,248,255,.14); --poster-orb: rgba(255,87,107,.33); background: radial-gradient(circle at 72% 22%, #301424, transparent 31%), #090913; }
.project__canvas--noregret { --poster-text: rgba(244,250,248,.14); --poster-orb: rgba(120,214,177,.29); background: radial-gradient(circle at 75% 24%, #25473c, transparent 34%), #0d1215; }
.project__canvas--proofpack { --poster-text: rgba(247,251,253,.14); --poster-orb: rgba(34,184,154,.28); background: radial-gradient(circle at 75% 22%, #1a5160, transparent 34%), #0c1728; }
.project__canvas--vimelo { --poster-text: rgba(246,248,252,.13); --poster-orb: rgba(115,226,255,.3); background: radial-gradient(circle at 75% 22%, #173b54, transparent 30%), radial-gradient(circle at 55% 70%, #241641, transparent 34%), #070a12; }
.project__canvas--vivalore { --poster-text: rgba(246,240,231,.18); --poster-orb: rgba(232,140,82,.28); background: radial-gradient(circle at 75% 22%, #4a2819, transparent 34%), #0c0b0b; }
.portfolio-candid { position: relative; z-index: 1; margin-top: 3rem; padding: 1.4rem 1.6rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1.25rem; corner-shape: squircle; color: rgba(255,255,255,.57); background: rgba(255,255,255,.045); }
.portfolio-candid p { max-width: 66rem; margin: 0; line-height: 1.6; }
.portfolio-candid strong { color: #fff; }
.proof { position: relative; margin-top: clamp(5rem, 9vw, 9rem); padding: clamp(2rem, 4vw, 4rem); border-radius: 2rem; overflow: hidden; background: var(--ink); color: #fff; }
.proof::after { content: ""; position: absolute; right: -10%; bottom: -80%; width: 55%; aspect-ratio: 1; border-radius: 50%; background: rgba(111,60,255,.32); filter: blur(100px); }
.proof__copy { position: relative; z-index: 1; max-width: 50rem; }
.proof__copy h3 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4.7vw, 4.8rem); line-height: 1; letter-spacing: -.02em; }
.proof__copy > p:last-child { max-width: 46rem; color: rgba(255,255,255,.56); line-height: 1.6; }
.proof__numbers { position: relative; z-index: 1; margin-top: 3rem; display: grid; grid-template-columns: repeat(4,1fr); border-radius: 1.5rem; color: var(--ink); overflow: hidden; }
.proof__numbers div { padding: 1.5rem; border-right: 1px solid rgba(9,8,13,.12); }
.proof__numbers div:last-child { border-right: 0; }
.proof__numbers strong { display: block; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.03em; }
.proof__numbers span { color: rgba(9,8,13,.55); font-size: .68rem; }
.proof > small { position: relative; z-index: 1; display: block; margin-top: 1rem; color: rgba(255,255,255,.35); font-size: .61rem; line-height: 1.5; }

.allocation { position: relative; padding: clamp(7rem, 11vw, 11rem) var(--page); overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(111,60,255,.2), transparent 45%), var(--ink); }
.allocation__header { max-width: 76rem; }
.allocation__header > p:last-child { max-width: 33rem; margin: 1.8rem 0 0 auto; color: rgba(255,255,255,.56); line-height: 1.6; }
.allocation__experience { position: relative; max-width: 82rem; min-height: 37rem; margin: clamp(4.5rem, 8vw, 8rem) auto 0; padding: clamp(1.2rem, 2vw, 2rem); display: grid; grid-template-columns: minmax(15rem,.8fr) minmax(16rem,1.25fr) minmax(17rem,1fr); gap: 2rem; align-items: stretch; border-radius: 2.2rem; overflow: hidden; }
.stage-list { display: flex; flex-direction: column; gap: .55rem; }
.stage { --stage-width: 45%; position: relative; min-height: 5.1rem; padding: 0 1rem; display: grid; grid-template-columns: 3.2rem 1fr auto; gap: .8rem; align-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 1.15rem; background: rgba(255,255,255,.035); text-align: left; cursor: pointer; overflow: hidden; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.stage:nth-child(2) { --stage-width: 57%; }
.stage:nth-child(3) { --stage-width: 68%; }
.stage:nth-child(4) { --stage-width: 82%; }
.stage:nth-child(5) { --stage-width: 100%; }
.stage::before { content: ""; position: absolute; z-index: -1; left: 0; top: 0; bottom: 0; width: var(--stage-width); background: linear-gradient(90deg,rgba(111,60,255,.34),rgba(139,104,255,.12)); opacity: .45; transition: opacity .25s ease, width .4s cubic-bezier(.2,.8,.2,1); }
.stage:hover { transform: translateX(4px); border-color: rgba(255,255,255,.22); }
.stage.is-active { border-color: rgba(139,104,255,.7); background: rgba(111,60,255,.17); }
.stage.is-active::before { opacity: 1; }
.stage span { font-family: var(--display); font-size: 1.15rem; font-weight: 750; }
.stage strong { font-size: .78rem; }
.stage i { color: rgba(255,255,255,.43); font-size: .63rem; font-style: normal; }
.stage-visual { position: relative; min-height: 25rem; display: grid; place-items: center; }
.stage-ring { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.stage-ring--one { width: 90%; aspect-ratio: 1; animation: orbit 30s linear infinite; }
.stage-ring--two { width: 66%; aspect-ratio: 1; border-style: dashed; animation: orbit-reverse 25s linear infinite; }
.stage-ring--three { width: 42%; aspect-ratio: 1; box-shadow: 0 0 70px rgba(111,60,255,.18); }
.stage-ring--one::before, .stage-ring--two::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--violet-bright); box-shadow: 0 0 14px var(--violet-bright); }
.stage-ring--one::before { left: 9%; top: 25%; }
.stage-ring--two::before { right: -3px; bottom: 40%; background: var(--coral); box-shadow: 0 0 14px var(--coral); }
.stage-orb { position: relative; z-index: 1; display: grid; place-items: center; width: clamp(6.5rem, 10vw, 9rem); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 32% 25%, #b7a7ff, var(--violet) 42%, #241368 100%); box-shadow: inset -1rem -1.2rem 2.5rem rgba(0,0,0,.3), inset .4rem .4rem 1.4rem rgba(255,255,255,.38), 0 0 5rem rgba(111,60,255,.4); font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); font-weight: 750; transition: transform .5s cubic-bezier(.2,.8,.2,1), background .4s ease; }
.stage-panel { align-self: center; }
.stage-panel > p:first-child { color: var(--violet-bright); font-size: .65rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.stage-panel h3 { margin: .8rem 0 0; font-family: var(--display); font-size: clamp(2rem, 3.25vw, 3.3rem); line-height: 1.02; letter-spacing: -.02em; }
.stage-panel > p:nth-child(3) { color: rgba(255,255,255,.55); line-height: 1.55; }
.stage-panel > div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.stage-panel > div span { color: rgba(255,255,255,.45); }
.stage-panel > div strong { text-align: right; }
.allocation__envelope { display: flex; align-items: baseline; justify-content: center; gap: .8rem; margin: 1.6rem 0 0; color: rgba(255,255,255,.48); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.allocation__envelope span { color: var(--violet-bright); font-family: var(--display); font-size: 1.6rem; font-weight: 750; letter-spacing: -.02em; }

.plan { padding: clamp(7rem, 11vw, 11rem) var(--page); }
.plan__header { max-width: 79rem; }
.funds { margin-top: clamp(4.5rem, 8vw, 8rem); }
.funds__bar { display: flex; height: clamp(2rem, 4vw, 3.5rem); overflow: hidden; border-radius: 999px; background: #ccc; box-shadow: 0 .8rem 2rem rgba(9,8,13,.13); }
.funds__bar span { display: grid; place-items: center; width: var(--size); background: var(--color); color: #fff; }
.funds__bar span:first-child { color: #fff; }
.funds__bar i { font-size: .61rem; font-style: normal; font-weight: 750; }
.funds__legend { margin-top: 1.8rem; display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.funds__legend > div { display: grid; grid-template-columns: .65rem auto; gap: .2rem .7rem; align-items: center; }
.funds__legend i { grid-row: 1/3; width: .65rem; height: .65rem; border-radius: 50%; background: var(--color); }
.funds__legend strong { font-family: var(--display); font-size: 1.4rem; letter-spacing: -.02em; }
.funds__legend span { color: rgba(9,8,13,.55); font-size: .7rem; }
.scenarios { margin-top: clamp(5rem, 9vw, 9rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.scenarios__intro h3 { margin: 0; font-family: var(--display); font-size: clamp(2.3rem, 3.8vw, 3.8rem); line-height: 1.02; letter-spacing: -.02em; }
.scenarios__intro > p:last-child { color: rgba(9,8,13,.57); font-size: .88rem; line-height: 1.65; }
.scenario-table { border-top: 1px solid var(--line-light); }
.scenario-table > div { display: grid; grid-template-columns: 1.1fr repeat(3,1fr); gap: 1rem; padding: 1.35rem; border-bottom: 1px solid var(--line-light); align-items: center; font-size: .82rem; }
.scenario-table__head { color: rgba(9,8,13,.44); font-size: .61rem !important; text-transform: uppercase; letter-spacing: .08em; }
.scenario-table .is-highlight { margin: 0 -.5rem; padding-left: 1.85rem; padding-right: 1.85rem; border: 0; border-radius: 1rem; background: #e6deff; color: #301f70; }

.targets { position: relative; padding: clamp(7rem, 11vw, 11rem) var(--page); overflow: hidden; background: radial-gradient(circle at 0 100%, rgba(255,79,88,.22), transparent 30%), radial-gradient(circle at 100% 0, rgba(111,60,255,.3), transparent 30%), var(--ink); }
.targets header { max-width: 78rem; }
.targets__grid { max-width: 82rem; margin: clamp(4.5rem, 8vw, 8rem) auto 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.target { min-height: 11rem; padding: clamp(1.5rem, 3vw, 2.4rem); display: grid; grid-template-columns: minmax(5rem,.35fr) 1fr; gap: 2rem; align-items: center; border-radius: 1.7rem; }
.target > strong { color: var(--mint); font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); line-height: .9; letter-spacing: -.035em; }
.target h3 { margin: 0; font-size: 1rem; }
.target p { margin: .5rem 0 0; color: rgba(255,255,255,.48); font-size: .78rem; line-height: 1.5; }

.team { padding: clamp(7rem, 11vw, 11rem) var(--page); }
.team__header { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; align-items: end; }
.team__header .section-kicker { grid-column: 1/-1; }
.team__header > p:last-child { margin: 0 0 .5rem; line-height: 1.6; }
.founders { margin-top: clamp(5rem, 9vw, 9rem); }
.founder { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; padding: clamp(3rem, 6vw, 6rem) 0; border-top: 1px solid var(--line-light); }
.founder--reverse { grid-template-columns: 1.1fr .9fr; }
.founder--reverse .founder__portrait { order: 2; }
.founder__portrait { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 2rem; background: var(--paper-deep); box-shadow: 0 2rem 5rem rgba(70,45,45,.12); }
.founder__portrait::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.7); border-radius: inherit; pointer-events: none; }
.founder__portrait img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.founder:hover .founder__portrait img { transform: scale(1.025); filter: saturate(1); }
.founder__copy > p:first-child { color: var(--violet); font-size: .66rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.founder__copy h3 { margin: 1rem 0; font-family: var(--display); font-size: clamp(3.35rem, 6.4vw, 6.5rem); line-height: .96; letter-spacing: -.025em; }
.founder__copy > p:last-child { max-width: 34rem; color: rgba(9,8,13,.61); line-height: 1.7; }
.team__designer { display: grid; grid-template-columns: auto auto 1fr; gap: 1rem 2rem; align-items: center; padding: 1.5rem 2rem; border-radius: 1.4rem; color: var(--ink); }
.team__designer strong { color: var(--coral); font-family: var(--display); font-size: 2.5rem; }
.team__designer span { font-weight: 750; }
.team__designer p { justify-self: end; margin: 0; color: rgba(9,8,13,.5); font-size: .78rem; }

.risks { padding: clamp(7rem, 11vw, 11rem) var(--page); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); background: #111015; }
.risks__list { border-top: 1px solid rgba(255,255,255,.13); }
.risks details { border-bottom: 1px solid rgba(255,255,255,.13); }
.risks summary { padding: 1.7rem 0; display: flex; justify-content: space-between; gap: 2rem; font-size: .93rem; font-weight: 700; cursor: pointer; list-style: none; }
.risks summary::-webkit-details-marker { display: none; }
.risks summary span { color: var(--coral); font-size: 1.4rem; font-weight: 400; transition: transform .25s ease; }
.risks details[open] summary span { transform: rotate(45deg); }
.risks details p { max-width: 43rem; margin: 0 0 1.7rem; color: rgba(255,255,255,.52); line-height: 1.65; }

.closing { position: relative; min-height: 95svh; padding: clamp(8rem, 14vw, 14rem) var(--page) 5rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; background: var(--paper); color: var(--ink); }
.closing::before { content: ""; position: absolute; right: -3%; top: 7%; width: 48vw; min-width: 440px; aspect-ratio: 1; border-radius: 50%; background: rgba(111,60,255,.11); }
.closing__mascot { position: absolute; right: -2%; top: 8%; width: min(53vw, 760px); aspect-ratio: 1; transform: rotate(-7deg); }
.closing__mascot img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 2rem 3.5rem rgba(83,36,49,.18)); animation: mascot-float 6s ease-in-out infinite; }
.closing > *:not(.closing__mascot) { position: relative; z-index: 1; max-width: 52rem; }
.closing h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 8vw, 9rem); line-height: .93; letter-spacing: -.03em; }
.closing > p:not(.section-kicker) { max-width: 37rem; margin: 2rem 0; font-size: clamp(1rem, 1.5vw, 1.3rem); line-height: 1.55; }
.closing__terms { max-width: none !important; width: min(62rem,100%); margin-top: 4rem; display: flex; flex-wrap: wrap; gap: .6rem; }
.closing__terms span { padding: .75rem 1rem; border: 1px solid var(--line-light); border-radius: 999px; color: rgba(9,8,13,.57); font-size: .68rem; }

.site-footer { padding: 3rem var(--page); display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; background: var(--ink); }
.site-footer__brand { display: flex; align-items: center; gap: .65rem; font-weight: 750; }
.site-footer__brand img { width: 2.2rem; height: 2.2rem; }
.site-footer__links { display: flex; gap: 1.5rem; color: rgba(255,255,255,.55); font-size: .74rem; }
.site-footer__links a { display: inline-flex; align-items: center; min-height: 2.75rem; }
.site-footer__links a:hover { color: #fff; }
.site-footer > p { justify-self: end; margin: 0; color: rgba(255,255,255,.35); font-size: .65rem; line-height: 1.55; text-align: right; }
.disclosure { padding: 1rem var(--page); border-top: 1px solid rgba(255,255,255,.09); background: var(--ink); color: rgba(255,255,255,.28); font-size: .58rem; line-height: 1.5; text-align: center; }

.js [data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .9s cubic-bezier(.16,.78,.24,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes rise-in { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes wordmark-in { from { opacity: 0; transform: translate(-50%,-46%) scale(.96); letter-spacing: -.065em; } to { opacity: 1; transform: translate(-50%,-50%) scale(1); letter-spacing: -.04em; } }
@keyframes mascot-in { from { opacity: 0; transform: translate3d(4rem,2rem,0) scale(.88) rotate(5deg); } to { opacity: 1; transform: translate3d(0,0,0) scale(1) rotate(0); } }
@keyframes mascot-float { 0%,100% { translate: 0 0; rotate: -1deg; } 50% { translate: 0 -12px; rotate: 1deg; } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes orbit-reverse { to { transform: rotate(-360deg); } }
@keyframes aura-breathe { 0%,100% { transform: scale(1); opacity: .72; } 50% { transform: scale(1.06); opacity: 1; } }
@keyframes twinkle { 0%,100% { opacity: .25; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes scroll-pulse { 0%,100% { transform: scaleY(.55); transform-origin: top; opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }

@media (max-width: 1050px) {
  .site-nav > a:not(.nav-cta) { display: none; }
  .hero__pitch { width: min(38rem,57vw); }
  .hero__mascot { top: 10%; right: -9%; }
  .thesis { grid-template-columns: 1fr 5fr; }
  .thesis__comparison { grid-column: 2; }
  .allocation__experience { grid-template-columns: minmax(14rem,.8fr) 1fr; }
  .stage-visual { min-height: 22rem; }
  .stage-panel { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; }
  .stage-panel > p:first-child, .stage-panel h3, .stage-panel > p:nth-child(3) { grid-column: 1; }
  .stage-panel > div { grid-column: 2; }
  .stage-panel > div:nth-of-type(1) { grid-row: 1/2; align-self: end; }
  .stage-panel > div:nth-of-type(2) { grid-row: 2/3; }
  .scenarios { gap: 3rem; }
  .portfolio-stage { min-height: 520px; aspect-ratio: 4 / 3; }
  .portfolio-dock { width: 100%; margin-left: 0; margin-right: 0; }
}

@media (max-width: 820px) {
  :root { --page: 1.15rem; }
  html { scroll-padding-top: 4.5rem; }
  .site-header { min-height: 72px; }
  .brand { padding-right: .65rem; }
  .menu-button { display: inline-flex; min-width: 3rem; height: 3rem; padding: 0 .8rem; border-radius: 999px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.17); }
  .menu-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-button i, .menu-button i::before { display: block; width: 1rem; height: 1px; background: #fff; transition: transform .25s ease; }
  .menu-button i::before { content: ""; transform: translateY(5px); }
  .menu-open .menu-button i { transform: rotate(45deg); }
  .menu-open .menu-button i::before { transform: rotate(-90deg); }
  .site-nav { position: fixed; top: 4.6rem; left: var(--page); right: var(--page); padding: 1rem; flex-direction: column; align-items: stretch; gap: .25rem; border-radius: 1.5rem; opacity: 0; pointer-events: none; transform: translateY(-.7rem); transition: opacity .25s ease, transform .25s ease; }
  .menu-open .site-nav { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a:not(.nav-cta) { display: block; padding: .9rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-cta { justify-content: space-between; margin-top: .4rem; }

  .hero { min-height: max(820px,100svh); }
  .hero__kicker { top: 5.7rem; }
  .hero__wordmark { top: 25%; left: 47%; font-size: clamp(6.5rem,30vw,10rem); }
  .hero__mascot { top: 5.5rem; right: -18%; width: min(82vw,520px); }
  .hero__pitch { left: var(--page); right: var(--page); bottom: 9.1rem; width: auto; padding: 1.35rem; border-radius: 1.6rem; }
  .hero__pitch h2 { font-size: clamp(2.5rem,10.5vw,4rem); }
  .hero__pitch > p:not(.eyebrow) { font-size: .88rem; }
  .hero__actions { gap: 1rem; }
  .button { min-height: 3.2rem; padding: 0 1.15rem; }
  .hero__round { width: auto; grid-template-columns: repeat(2,1fr); bottom: 1rem; border-radius: 1.2rem; }
  .hero__round div { padding: .75rem .85rem; }
  .hero__round div:nth-child(2) { border-right: 0; }
  .hero__round div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .hero__scroll { display: none; }

  .thesis { min-height: 0; grid-template-columns: 1fr; gap: 2rem; }
  .thesis__comparison { grid-column: 1; }
  .thesis__statement h2, .portfolio__header h2, .plan__header h2, .team__header h2, .system__intro h2, .allocation__header h2, .targets h2, .risks h2 { font-size: clamp(3.1rem,15vw,5.4rem); }
  .thesis__statement > p:last-child { margin-top: 1.6rem; }
  .thesis__comparison { gap: .8rem; }

  .system__intro, .portfolio__header, .team__header { grid-template-columns: 1fr; gap: 1.6rem; }
  .system__intro .section-kicker, .team__header .section-kicker { grid-column: 1; }
  .loop li { grid-template-columns: 3.3rem 1fr; gap: .7rem; }
  .loop li > b { grid-column: 2; justify-self: start; }
  .loop::before { left: 1.35rem; }
  .infrastructure { grid-template-columns: 1fr; }
  .infrastructure > div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }

  .portfolio__header > p { margin: 0; }
  .baseline { grid-template-columns: repeat(2,1fr); }
  .baseline div:nth-child(2) { border-right: 0; }
  .baseline div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .portfolio { padding-left: .8rem; padding-right: .8rem; }
  .portfolio__header { padding-left: .45rem; padding-right: .45rem; }
  .portfolio-stage { height: 610px; min-height: 0; aspect-ratio: auto; border-radius: 2rem; }
  .project__glass { left: .8rem; right: .8rem; bottom: .8rem; min-height: 0; padding: .85rem; grid-template-columns: auto 1fr; border-radius: 1.5rem; }
  .project__glass > img { width: 3.75rem; height: 3.75rem; }
  .project__copy h3 { font-size: 1.55rem; }
  .project__copy p { font-size: .73rem; }
  .project__glass > a { grid-column: 1/-1; min-height: 3.15rem; justify-content: space-between; }
  .project__wordmark { top: 13%; left: 4%; font-size: clamp(4.1rem,25vw,7rem); }
  .project__hero-icon { top: 42%; right: 8%; width: min(62vw,15rem); max-height: 48%; }
  .project__orb { top: 4%; right: -22%; width: 95%; }
  .project__canvas--1001stays .project__photo { object-position: 58% center; }
  .project__canvas--1001stays .project__wordmark { top: 14%; font-size: clamp(3.2rem,17vw,4.8rem); }
  .project__canvas--bliss .project__wordmark { top: 15%; font-size: clamp(4.5rem,24vw,6rem); }
  .project__canvas--familyai .project__wordmark { top: 15%; font-size: clamp(3.2rem,17vw,4.8rem); }
  .stage-control { top: 43%; width: 2.75rem; height: 2.75rem; opacity: .82; }
  .stage-control--previous { left: .7rem; }
  .stage-control--next { right: .7rem; }
  .portfolio-dock { border-radius: 1.25rem; }
  .dock-item { width: 2.8rem; height: 2.8rem; padding: .22rem; }
  .dock-item img { width: 2.36rem; height: 2.36rem; }
  .dock-item.is-active { width: 7.2rem; }
  .portfolio-showcase__footer { grid-template-columns: auto 1fr; }
  .portfolio-showcase__footer > span { display: none; }
  .proof__numbers { grid-template-columns: repeat(2,1fr); }
  .proof__numbers div:nth-child(2) { border-right: 0; }
  .proof__numbers div:nth-child(-n+2) { border-bottom: 1px solid rgba(9,8,13,.12); }

  .allocation__header > p:last-child { margin-left: 0; }
  .allocation__experience { grid-template-columns: 1fr; min-height: 0; gap: 1rem; }
  .stage-list { order: 2; }
  .stage-visual { order: 1; min-height: 17rem; }
  .stage-panel { order: 3; grid-column: 1; display: block; }
  .stage { min-height: 4.5rem; }
  .allocation__envelope { align-items: center; text-align: center; }

  .funds__bar i { display: none; }
  .funds__legend { grid-template-columns: repeat(2,1fr); }
  .scenarios { grid-template-columns: 1fr; gap: 2.5rem; }
  .scenario-table { overflow-x: auto; }
  .scenario-table > div { min-width: 38rem; }

  .targets__grid { grid-template-columns: 1fr; }
  .target { min-height: 9rem; }
  .founder, .founder--reverse { grid-template-columns: 1fr; gap: 2rem; }
  .founder--reverse .founder__portrait { order: 0; }
  .founder__portrait { max-height: 32rem; }
  .team__designer { grid-template-columns: auto 1fr; }
  .team__designer p { grid-column: 1/-1; justify-self: start; }
  .risks { grid-template-columns: 1fr; }
  .closing { min-height: 0; padding-top: min(80vw,34rem); padding-bottom: 5rem; justify-content: flex-start; }
  .closing::before { right: -22%; top: 1.25rem; width: 72vw; min-width: 0; }
  .closing__mascot { top: 1.25rem; right: -8%; width: min(72vw,34rem); opacity: .94; }
  .closing h2 { max-width: 100%; font-size: clamp(3.8rem,16vw,6.5rem); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__links { flex-wrap: wrap; }
  .site-footer > p { justify-self: start; text-align: left; }
}

@media (max-height: 760px) and (min-width: 821px) {
  .hero__kicker { top: 5.8rem; }
  .hero__mascot { top: 1%; width: min(52vw,680px); }
  .hero__pitch { bottom: 6.8rem; padding: 1.4rem 1.7rem; }
  .hero__pitch h2 { font-size: clamp(2.6rem,4.5vw,4.2rem); }
  .hero__pitch > p:not(.eyebrow) { margin-top: .8rem; }
  .hero__actions { margin-top: 1rem; }
  .hero__round { bottom: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
