@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=DM+Sans:wght@300;400;500;600&family=Instrument+Serif:ital@0;1&family=Oswald:wght@500;600;700&display=swap');
:root {
  --ink: #11120f;
  --paper: #f3f1e9;
  --paper-2: #e8e4d8;
  --lime: #c7ff2e;
  --blue: #4d76ff;
  --green: #29bf61;
  --line: rgba(17, 18, 15, .17);
  --muted: #68695f;
  --mouse-x: 50vw;
  --mouse-y: 50vh;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--lime); color: var(--ink); }
.section-shell { padding-left: clamp(22px, 4.2vw, 70px); padding-right: clamp(22px, 4.2vw, 70px); }
.cursor-light { position: fixed; z-index: 1000; inset: 0; pointer-events: none; background: radial-gradient(240px circle at var(--mouse-x) var(--mouse-y), rgba(199,255,46,.08), transparent 65%); mix-blend-mode: multiply; }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.site-header { height: 84px; padding: 0 clamp(22px, 4.2vw, 70px); display: flex; align-items: center; justify-content: space-between; position: absolute; top: 0; left: 0; width: 100%; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.14); color: white; }
.brand-link { display: inline-flex; }
.wordmark { display: inline-flex; align-items: center; font-family: "Oswald", sans-serif; font-size: 22px; font-weight: 700; letter-spacing: -.8px; white-space: nowrap; line-height: 1; }
.wordmark .outline-letter { color: transparent; -webkit-text-stroke: 1.3px white; }
.wordmark .blue { color: var(--blue); }
.wordmark .green { color: var(--green); }
.wordmark-gap { width: 8px; }
.wordmark--compact { font-size: 30px; }
.wordmark--compact .outline-letter { -webkit-text-stroke-color: var(--ink); }
.desktop-nav { display: flex; align-items: center; gap: 35px; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.desktop-nav > a:not(.nav-cta) { opacity: .7; transition: opacity .25s; }
.desktop-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.34); display: flex; align-items: center; gap: 14px; transition: background .25s, color .25s; }
.nav-cta:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.arrow { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
a:hover .arrow { transform: translateX(4px); }
a:hover .arrow--diagonal { transform: translate(3px,-3px) rotate(-45deg); }
.arrow--diagonal { transform: rotate(-45deg); }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; position: relative; z-index: 105; }
.menu-button span { width: 20px; height: 1px; background: currentColor; transition: .3s; }
.menu-button.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { min-height: max(790px, 100svh); background: var(--ink); color: white; position: relative; padding-top: clamp(150px, 18vh, 220px); padding-bottom: 54px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 72vw; height: 72vw; max-width: 1100px; max-height: 1100px; border-radius: 50%; right: -24vw; top: -30vw; background: radial-gradient(circle, rgba(77,118,255,.3), rgba(77,118,255,.03) 52%, transparent 70%); filter: blur(3px); }
.hero::after { content: ""; position: absolute; width: 44vw; height: 44vw; border-radius: 50%; left: 18vw; bottom: -32vw; background: rgba(41,191,97,.12); filter: blur(70px); }
.hero-grid { position: absolute; inset: 84px 0 0; display: grid; grid-template-columns: repeat(6, 1fr); pointer-events: none; opacity: .18; }
.hero-grid span { border-right: 1px solid white; border-bottom: 1px solid white; }
.hero-kicker { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: clamp(38px, 7vh, 76px); }
.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(199,255,46,.1); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 12px transparent; } }
.hero-title { position: relative; z-index: 2; margin: 0; max-width: 1300px; font-family: "Oswald", sans-serif; font-weight: 600; font-size: clamp(76px, 11.1vw, 190px); line-height: .78; letter-spacing: -.067em; text-transform: uppercase; }
.hero-title span { color: transparent; -webkit-text-stroke: 1.4px rgba(255,255,255,.85); display: inline-block; font-family: "Instrument Serif", serif; font-style: italic; text-transform: none; font-weight: 400; letter-spacing: -.055em; transform: translateX(7vw); }
.hero-bottom { position: relative; z-index: 2; margin-top: clamp(68px, 9vh, 110px); display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 8vw; padding-left: 27vw; }
.hero-bottom > p { margin: 0; max-width: 550px; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.6; font-weight: 300; color: rgba(255,255,255,.68); }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.button { min-height: 55px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; text-transform: uppercase; font-size: 11px; letter-spacing: .13em; font-weight: 600; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button--lime { background: var(--lime); color: var(--ink); box-shadow: 0 0 0 0 rgba(199,255,46,.25); }
.button--lime:hover { box-shadow: 0 12px 40px rgba(199,255,46,.18); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 500; }
.hero-actions .text-link { color: rgba(255,255,255,.7); }
.hero-index { position: absolute; right: 4.2vw; top: 110px; font-family: "Oswald", sans-serif; color: rgba(255,255,255,.18); font-size: clamp(40px, 5vw, 80px); letter-spacing: -.05em; }
.hero-index span { color: var(--lime); }
.scroll-cue { position: absolute; left: 4.2vw; bottom: 48px; display: flex; flex-direction: column; gap: 12px; align-items: center; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; color: rgba(255,255,255,.45); }
.scroll-cue i { width: 1px; height: 52px; background: linear-gradient(white, transparent); animation: scroll 1.8s ease-in-out infinite; transform-origin: top; }
@keyframes scroll { 50% { transform: scaleY(.45); } }

.manifesto { padding-top: clamp(90px, 12vw, 180px); padding-bottom: clamp(90px, 12vw, 180px); background: var(--paper); }
.micro-label { display: flex; justify-content: space-between; align-items: center; width: min(270px, 100%); padding-top: 12px; border-top: 1px solid var(--ink); text-transform: uppercase; font-size: 10px; letter-spacing: .17em; font-weight: 600; }
.micro-label span { color: var(--muted); }
.manifesto-copy { font-family: "Instrument Serif", serif; font-size: clamp(45px, 6.4vw, 105px); line-height: 1.02; letter-spacing: -.045em; margin: 70px 0 60px; max-width: 1420px; }
.manifesto-copy em { color: var(--blue); font-weight: 400; }
.manifesto-note { display: flex; align-items: center; gap: 20px; justify-content: flex-end; color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.manifesto-note i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }

.ticker { overflow: hidden; background: var(--blue); color: white; border-block: 1px solid var(--ink); transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; width: max-content; animation: ticker 28s linear infinite; }
.ticker-track span { height: 70px; display: flex; align-items: center; gap: 30px; padding-left: 30px; font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 29px; }
.ticker-track i { color: var(--lime); font-style: normal; font-size: 17px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.services { padding-top: clamp(130px, 14vw, 220px); padding-bottom: clamp(100px, 11vw, 180px); }
.section-heading { display: grid; grid-template-columns: .7fr 1.5fr .8fr; gap: 6vw; align-items: end; margin-bottom: 80px; }
.section-heading h2, .performance h2, .contact h2 { margin: 0; font-family: "Oswald", sans-serif; font-weight: 600; text-transform: uppercase; font-size: clamp(54px, 7vw, 112px); line-height: .89; letter-spacing: -.055em; }
.section-heading h2 em, .performance h2 em, .contact h2 em { font-family: "Instrument Serif", serif; text-transform: none; font-weight: 400; color: var(--blue); }
.section-heading > p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.service-card { min-height: 470px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); position: relative; overflow: hidden; transition: color .35s; }
.service-card::before { content: ""; position: absolute; inset: 100% 0 0; background: var(--ink); transition: inset .45s cubic-bezier(.2,.8,.2,1); }
.service-card:hover::before { inset: 0; }
.service-card > * { position: relative; z-index: 2; }
.service-card:hover { color: white; }
.service-top { display: flex; justify-content: space-between; font-family: "Oswald", sans-serif; font-size: 13px; }
.service-top i { width: 16px; height: 16px; background: var(--lime); clip-path: polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%); }
.service-card h3 { margin: 100px 0 24px; font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: clamp(31px, 2.8vw, 47px); letter-spacing: -.035em; }
.service-card p { margin: 0; max-width: 370px; color: var(--muted); line-height: 1.7; font-size: 14px; transition: color .35s; }
.service-card:hover p { color: rgba(255,255,255,.62); }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.service-tags span { border: 1px solid var(--line); border-radius: 100px; padding: 6px 10px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.service-card:hover .service-tags span { border-color: rgba(255,255,255,.2); }
.service-card > a { position: absolute; right: 25px; bottom: 22px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.service-card:hover > a { border-color: var(--lime); color: var(--lime); }
.service-footnote { margin-top: 24px; text-align: right; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; color: var(--muted); }
.service-footnote span { color: var(--blue); margin: 0 12px; }

.performance { background: var(--blue); color: white; padding-top: clamp(100px, 11vw, 170px); padding-bottom: clamp(100px, 11vw, 170px); display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; align-items: center; }
.performance .micro-label { border-color: rgba(255,255,255,.6); margin-bottom: 70px; }
.performance h2 em { color: var(--lime); }
.performance-copy > p { max-width: 520px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; margin: 45px 0; }
.text-link--light { color: white; }
.signal-board { min-height: 620px; border: 1px solid rgba(255,255,255,.38); background: rgba(12,17,35,.23); backdrop-filter: blur(10px); display: flex; flex-direction: column; }
.signal-board__top { height: 64px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 9px; letter-spacing: .18em; }
.live-pill { display: flex; align-items: center; gap: 7px; color: var(--lime); }
.live-pill i { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; }
.signal-orbit { flex: 1; position: relative; min-height: 390px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.orbit--one { width: 170px; height: 170px; }
.orbit--two { width: 290px; height: 290px; }
.orbit--three { width: 410px; height: 410px; border-style: dashed; animation: spin 30s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.orbit-core { width: 112px; height: 112px; border-radius: 50%; background: var(--lime); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 2; }
.orbit-core span { font-family: "Instrument Serif", serif; font-style: italic; font-size: 23px; }
.orbit-core strong { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 20px; }
.orbit-node { position: absolute; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; border: 1px solid rgba(255,255,255,.35); background: #385fe0; padding: 8px 11px; }
.node--one { top: 18%; left: 14%; }.node--two { top: 28%; right: 11%; }.node--three { bottom: 20%; left: 17%; }.node--four { bottom: 16%; right: 17%; }
.signal-metrics { height: 100px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.25); }
.signal-metrics div { padding: 20px; border-right: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; gap: 8px; }
.signal-metrics div:last-child { border: none; }
.signal-metrics span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; opacity: .55; }
.signal-metrics strong { font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: 20px; }

.method { padding-top: clamp(120px, 14vw, 220px); padding-bottom: clamp(100px, 12vw, 190px); }
.section-heading--horizontal { grid-template-columns: 1.5fr .55fr; }
.section-heading--horizontal .micro-label { margin-bottom: 50px; }
.method-list { border-top: 1px solid var(--ink); }
.method-list article { min-height: 155px; display: grid; grid-template-columns: .4fr 1.1fr 1fr 40px; align-items: center; gap: 4vw; border-bottom: 1px solid var(--ink); position: relative; transition: padding .35s, background .35s; }
.method-list article:hover { padding-inline: 22px; background: var(--paper-2); }
.method-list article > span { font-family: "Oswald", sans-serif; font-size: 13px; }
.method-list h3 { font-family: "Instrument Serif", serif; font-size: clamp(42px, 4vw, 68px); font-weight: 400; margin: 0; }
.method-list p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.method-list i { width: 18px; height: 18px; background: var(--green); clip-path: polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%); transform: rotate(0); transition: transform .35s; }
.method-list article:hover i { transform: rotate(90deg); }

.founder { min-height: 900px; display: grid; grid-template-columns: .92fr 1.08fr; padding-top: 0; padding-bottom: 0; background: var(--paper-2); }
.founder-photo { min-height: 900px; position: relative; margin-left: calc(clamp(22px, 4.2vw, 70px) * -1); overflow: hidden; }
.founder-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(17,18,15,.68)); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; filter: saturate(.82) contrast(1.04); transform: scale(1.01); }
.founder-photo__caption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 28px; color: white; display: flex; align-items: flex-end; justify-content: space-between; text-transform: uppercase; font-size: 9px; letter-spacing: .17em; }
.founder-photo__caption strong { font-family: "Instrument Serif", serif; font-style: italic; font-size: 60px; font-weight: 400; line-height: .8; }
.founder-copy { padding: 10vw 3vw 9vw 9vw; align-self: center; }
.founder-copy .micro-label { margin-bottom: 70px; }
.founder-copy blockquote { font-family: "Instrument Serif", serif; font-size: clamp(40px, 4.3vw, 72px); line-height: 1.03; letter-spacing: -.035em; margin: 0 0 70px; color: var(--blue); }
.founder-copy h2 { margin: 0; font-family: "Oswald", sans-serif; text-transform: uppercase; font-size: clamp(38px, 4vw, 64px); letter-spacing: -.04em; }
.founder-role { text-transform: uppercase; font-size: 10px; letter-spacing: .17em; color: var(--green) !important; font-weight: 600; margin-top: 9px !important; }
.founder-copy > p:not(.founder-role) { color: var(--muted); line-height: 1.75; max-width: 620px; margin: 28px 0 36px; }

.contact { min-height: 800px; padding-top: clamp(110px, 12vw, 180px); padding-bottom: clamp(110px, 12vw, 180px); background: var(--ink); color: white; position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 8.33vw 8.33vw; }
.contact .micro-label { position: relative; z-index: 2; border-color: rgba(255,255,255,.4); }
.contact h2 { position: relative; z-index: 2; margin-top: 90px; max-width: 1200px; font-size: clamp(62px, 9vw, 145px); }
.contact h2 em { color: var(--lime); }
.contact > p { position: relative; z-index: 2; max-width: 540px; color: rgba(255,255,255,.6); line-height: 1.7; font-size: 17px; margin: 50px 0 35px; }
.contact-actions { position: relative; z-index: 2; display: flex; gap: 14px; flex-wrap: wrap; }
.button--large { min-height: 68px; padding-inline: 30px; }
.button--outline { border: 1px solid rgba(255,255,255,.38); color: white; }
.button--outline:hover { background: white; color: var(--ink); }
.contact-orb { position: absolute; right: 4vw; top: 13%; width: 32vw; height: 32vw; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; display: grid; place-items: center; }
.contact-orb::before, .contact-orb::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.contact-orb::before { width: 73%; height: 73%; }.contact-orb::after { width: 42%; height: 42%; }
.contact-orb span { color: var(--lime); font-size: 5vw; animation: spin 12s linear infinite; }

.footer { background: var(--paper); padding-top: 80px; padding-bottom: 26px; }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding-bottom: 70px; }
.footer-brand p { font-family: "Instrument Serif", serif; font-size: 25px; margin: 30px 0 0; line-height: 1.15; color: var(--muted); }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-nav div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-nav h3 { margin: 0 0 13px; text-transform: uppercase; font-size: 9px; letter-spacing: .18em; color: var(--muted); }
.footer-nav a, .footer-nav span { font-size: 13px; }
.footer-nav a { transition: color .2s, transform .2s; }
.footer-nav a:hover { color: var(--blue); transform: translateX(3px); }
.footer-bottom { padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.footer-bottom a { color: var(--blue); font-weight: 600; }
.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: var(--ink); box-shadow: 0 12px 30px rgba(17,18,15,.22); transition: transform .25s; }
.floating-whatsapp:hover { transform: translateY(-4px) rotate(-5deg); }
.floating-whatsapp svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }.menu-button { display: flex; }
  .mobile-nav { position: fixed; z-index: 95; inset: 0; background: var(--ink); color: white; padding: 120px 24px 35px; flex-direction: column; display: flex; opacity: 0; visibility: hidden; transform: translateY(-20px); transition: .35s; }
  .mobile-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav a { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; font-family: "Instrument Serif", serif; font-size: 42px; }
  .mobile-nav a span { font: 10px "DM Sans",sans-serif; letter-spacing: .16em; text-transform: uppercase; }
  .hero-title { font-size: clamp(72px, 14vw, 130px); }.hero-title span { transform: none; }
  .hero-bottom { padding-left: 18vw; grid-template-columns: 1fr; }.hero-grid { grid-template-columns: repeat(4,1fr); }
  .section-heading { grid-template-columns: 1fr 1.2fr; }.section-heading > p { grid-column: 2; }
  .service-grid { grid-template-columns: repeat(2,1fr); }.service-card { min-height: 430px; }
  .performance { grid-template-columns: 1fr; }.signal-board { width: min(700px,100%); }
  .section-heading--horizontal { grid-template-columns: 1.4fr .6fr; }.section-heading--horizontal > p { grid-column: auto; }
  .founder { grid-template-columns: 1fr; padding: 0; }.founder-photo { margin: 0; height: 760px; min-height: 0; }.founder-copy { padding: 100px clamp(22px, 6vw, 70px); }
}

@media (max-width: 680px) {
  .site-header { height: 72px; }.wordmark { font-size: 18px; }.hero { padding-top: 145px; min-height: 850px; }
  .hero-grid { top: 72px; grid-template-columns: repeat(3,1fr); }.hero-kicker { font-size: 9px; margin-bottom: 55px; }.hero-title { font-size: clamp(65px, 20vw, 94px); line-height: .82; }.hero-title span { -webkit-text-stroke-width: 1px; }
  .hero-bottom { padding-left: 0; margin-top: 80px; gap: 35px; }.hero-bottom > p { font-size: 16px; }.hero-index { top: 90px; font-size: 34px; }.scroll-cue { display: none; }
  .manifesto-copy { margin-top: 50px; font-size: 47px; }.manifesto-note { justify-content: flex-start; flex-wrap: wrap; line-height: 1.7; }
  .ticker-track span { height: 58px; font-size: 23px; }
  .section-heading { display: block; }.section-heading .micro-label { margin-bottom: 48px; }.section-heading > p { margin-top: 30px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 390px; }.service-card h3 { margin-top: 70px; }
  .service-footnote { text-align: left; line-height: 2; }.service-footnote span { margin-inline: 6px; }
  .performance { gap: 70px; }.signal-board { min-height: 500px; }.signal-orbit { min-height: 330px; }.orbit--one { width: 130px; height: 130px; }.orbit--two { width: 220px; height: 220px; }.orbit--three { width: 290px; height: 290px; }.orbit-core { width: 92px; height: 92px; }.signal-metrics strong { font-size: 15px; }.signal-metrics div { padding: 16px 10px; }
  .section-heading--horizontal { display: block; }.section-heading--horizontal > p { margin-top: 35px; }
  .method-list article { min-height: 185px; grid-template-columns: 38px 1fr 18px; gap: 15px; }.method-list article h3 { font-size: 42px; }.method-list article p { grid-column: 2; }.method-list article i { grid-column: 3; grid-row: 1; }.method-list article > span { grid-row: 1 / span 2; align-self: start; padding-top: 16px; }
  .founder-photo { height: 590px; }.founder-photo img { object-position: center 38%; }.founder-copy { padding-top: 80px; padding-bottom: 90px; }.founder-copy .micro-label { margin-bottom: 50px; }.founder-copy blockquote { font-size: 43px; margin-bottom: 55px; }
  .contact { min-height: 750px; }.contact h2 { margin-top: 70px; font-size: clamp(55px, 16vw, 84px); }.contact-orb { width: 70vw; height: 70vw; right: -25vw; top: 7%; }.contact-actions { flex-direction: column; align-items: stretch; }.contact-actions .button { justify-content: space-between; }
  .footer-top { grid-template-columns: 1fr; gap: 65px; }.footer-nav { grid-template-columns: 1fr 1fr; row-gap: 45px; }.footer-nav div:last-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 12px; }
  .cursor-light { display: none; }
}

/* ─────────────────────────────────────────────────────────
   CONTINUOUS MOTION SYSTEM
   ───────────────────────────────────────────────────────── */
:root { --pointer-x: 0; --pointer-y: 0; --pointer-shift-x: 0px; --pointer-shift-y: 0px; --pointer-wide-x: 0px; --pointer-wide-y: 0px; --pointer-rotate: 0deg; --scroll-progress: 0; }
.motion-system { position: fixed; inset: 0; pointer-events: none; z-index: 1200; }
.motion-spark, .motion-trail { position: absolute; left: 0; top: 0; will-change: transform; }
.motion-spark { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--lime); border: 1.5px solid var(--ink); box-shadow: 4px 4px 0 rgba(99,91,255,.75); }
.motion-spark i { font-style: normal; font-size: 16px; animation: spin 6s linear infinite; }
.motion-trail { border-radius: 50%; mix-blend-mode: multiply; }
.motion-trail--one { width: 16px; height: 16px; background: rgba(255,117,195,.68); }
.motion-trail--two { width: 10px; height: 10px; background: rgba(99,91,255,.52); }
.motion-progress { position: fixed; right: 10px; top: 22%; height: 56%; width: 4px; border-radius: 99px; background: rgba(23,21,29,.12); overflow: hidden; }
.motion-progress span { position: absolute; inset: 0; background: linear-gradient(var(--pink),var(--blue),var(--lime)); transform: scaleY(var(--scroll-progress)); transform-origin: top; }

/* HERO INTERACTIVE ATTRACTOR */
.hero-attractor { position: absolute; z-index: 2; width: clamp(260px,28vw,430px); height: clamp(260px,28vw,430px); right: 2.5vw; top: 23%; transform: translate(var(--pointer-shift-x),var(--pointer-shift-y)); transition: transform .18s ease-out; }
.hero-attractor__ring { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 1.5px solid rgba(23,21,29,.24); }
.hero-attractor .ring-one { width: 100%; height: 100%; border-style: dashed; animation: spin 24s linear infinite; }
.hero-attractor .ring-two { width: 73%; height: 73%; border-color: rgba(99,91,255,.48); animation: spin 16s linear infinite reverse; }
.hero-attractor .ring-three { width: 47%; height: 47%; border: 10px dotted rgba(255,117,195,.65); animation: spin 13s linear infinite; }
.hero-attractor__core { position: absolute; inset: 0; margin: auto; width: 124px; height: 124px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); box-shadow: 8px 9px 0 var(--pink); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(var(--pointer-rotate)); }
.hero-attractor__core span, .hero-attractor__core strong { font: 800 13px "Bricolage Grotesque",sans-serif; letter-spacing: .08em; }
.hero-attractor__core i { font-style: normal; color: var(--blue); font-size: 26px; line-height: .9; animation: breathe 2.2s ease-in-out infinite; }
@keyframes breathe { 50% { transform: scale(1.45) rotate(45deg); } }
.attractor-chip { position: absolute; padding: 8px 13px; border: 1.5px solid var(--ink); border-radius: 99px; background: white; box-shadow: 3px 3px 0 var(--ink); font: 700 9px "Bricolage Grotesque",sans-serif; letter-spacing: .12em; }
.chip-a { left: -3%; top: 43%; animation: orbitBob 4s ease-in-out infinite; }.chip-b { right: -4%; top: 19%; animation: orbitBob 4.8s ease-in-out -.8s infinite reverse; }.chip-c { left: 17%; bottom: 2%; animation: orbitBob 5.4s ease-in-out -1.5s infinite; }.chip-d { right: 5%; bottom: 17%; animation: orbitBob 4.3s ease-in-out -.4s infinite reverse; }
@keyframes orbitBob { 50% { transform: translateY(-12px) rotate(4deg); } }
.hero-index { display: none !important; }

/* NINE SERVICE CARDS */
.service-card:nth-child(7):hover { background: #e4ffc6; }.service-card:nth-child(8):hover { background: #d5e4ff; }.service-card:nth-child(9):hover { background: #fff3a5; }

/* ─────────────────────────────────────────────────────────
   INNER PAGE SHARED STYLES
   ───────────────────────────────────────────────────────── */
.site-header--inner { color: var(--ink); position: absolute; background: rgba(255,253,246,.72); backdrop-filter: blur(15px); }
.service-page, .founder-page { min-height: 100vh; background: var(--paper); color: var(--ink); }
.service-accent--yellow { --service-accent: var(--yellow); --service-soft: #fff8c9; }
.service-accent--pink { --service-accent: var(--pink); --service-soft: #ffe0f1; }
.service-accent--lavender { --service-accent: var(--lavender); --service-soft: #eeeaff; }
.service-accent--orange { --service-accent: #ffb66e; --service-soft: #ffead5; }
.service-accent--cyan { --service-accent: var(--cyan); --service-soft: #daf8ff; }
.service-accent--lime { --service-accent: var(--lime); --service-soft: #edffc5; }
.service-accent--blue { --service-accent: #a8bdff; --service-soft: #e1e8ff; }
.service-hero { min-height: 850px; padding-top: 150px; padding-bottom: 75px; position: relative; overflow: hidden; background: linear-gradient(120deg,var(--paper) 48%,var(--service-soft)); border-bottom: 1.5px solid var(--ink); }
.service-hero__grid { position: absolute; inset: 84px 0 0; background-image: linear-gradient(rgba(23,21,29,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(23,21,29,.1) 1px,transparent 1px); background-size: 12.5vw 12.5vw; mask-image: linear-gradient(to bottom,black,transparent 88%); }
.service-breadcrumb { position: relative; z-index: 2; display: flex; gap: 10px; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); margin-bottom: 70px; }
.service-breadcrumb a:hover { color: var(--blue); }.service-breadcrumb strong { color: var(--ink); }
.service-hero__copy { position: relative; z-index: 3; width: 64%; }
.service-hero__copy .micro-label { margin-bottom: 58px; }
.service-hero h1, .founder-hero h1 { margin: 0; font: 800 clamp(72px,10vw,170px)/.78 "Bricolage Grotesque",sans-serif; letter-spacing: -.075em; text-transform: uppercase; max-width: 1040px; }
.service-hero__copy > p { max-width: 720px; margin: 52px 0 38px; font: 400 clamp(25px,3vw,45px)/1.1 "Instrument Serif",serif; color: var(--blue); }
.service-hero__actions { display: flex; align-items: center; gap: 32px; }
.service-hero__number { position: absolute; right: -1.5vw; bottom: -5vw; font: 800 25vw/.7 "Bricolage Grotesque",sans-serif; color: color-mix(in srgb,var(--service-accent) 58%,transparent); opacity: .38; }
.service-kinetic { position: absolute; z-index: 2; width: clamp(300px,32vw,500px); height: clamp(300px,32vw,500px); right: 3.5vw; top: 24%; transform: translate(var(--pointer-wide-x),var(--pointer-wide-y)); transition: transform .18s ease-out; }
.service-kinetic__ring { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 2px dashed rgba(23,21,29,.28); }.service-kinetic .ring-a { width: 100%; height: 100%; animation: spin 30s linear infinite; }.service-kinetic .ring-b { width: 66%; height: 66%; border-style: solid; animation: spin 20s linear infinite reverse; }
.service-kinetic__core { position: absolute; inset: 0; margin: auto; width: 140px; height: 140px; border-radius: 50%; background: var(--service-accent); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: "Bricolage Grotesque",sans-serif; text-transform: uppercase; }
.service-kinetic__core i { font-style: normal; font-size: 27px; color: var(--blue); animation: breathe 2s ease-in-out infinite; }.service-kinetic__core span,.service-kinetic__core strong { font-size: 12px; letter-spacing: .13em; }
.service-kinetic__tag { position: absolute; padding: 9px 13px; border: 1.5px solid var(--ink); background: white; border-radius: 99px; box-shadow: 3px 3px 0 var(--ink); font: 700 9px "Bricolage Grotesque",sans-serif; text-transform: uppercase; letter-spacing: .1em; }.service-kinetic .tag-1 { top: 11%; left: 5%; animation: orbitBob 4s ease-in-out infinite; }.service-kinetic .tag-2 { top: 19%; right: 1%; animation: orbitBob 4.8s ease-in-out -.7s infinite reverse; }.service-kinetic .tag-3 { bottom: 10%; left: 28%; animation: orbitBob 4.5s ease-in-out -1.4s infinite; }.service-kinetic .tag-4 { bottom: 20%; right: -2%; }

.service-intro { padding-top: clamp(110px,12vw,180px); padding-bottom: clamp(110px,12vw,180px); display: grid; grid-template-columns: .55fr 1.45fr; gap: 9vw; background: var(--paper); }
.service-intro h2 { margin: 0 0 38px; font: 700 clamp(50px,6vw,98px)/.95 "Bricolage Grotesque",sans-serif; letter-spacing: -.055em; }
.service-intro p { margin: 0; max-width: 900px; font-size: clamp(19px,2vw,27px); line-height: 1.6; color: var(--muted); }
.section-heading--service { grid-template-columns: .65fr 1.35fr .7fr; }
.service-scope { padding-top: clamp(110px,12vw,190px); padding-bottom: clamp(110px,12vw,190px); background: var(--service-soft); }
.scope-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.scope-grid article { min-height: 360px; padding: 28px; border: 1.5px solid var(--ink); border-radius: 22px; background: white; box-shadow: 7px 7px 0 var(--ink); position: relative; transition: transform .3s,background .3s; }
.scope-grid article:hover { transform: translateY(-8px) rotate(-1deg); background: var(--service-accent); }
.scope-grid article > span { font: 700 12px "Bricolage Grotesque",sans-serif; }.scope-grid h3 { margin: 94px 0 20px; font: 700 clamp(28px,2.7vw,42px)/1 "Bricolage Grotesque",sans-serif; letter-spacing: -.035em; }.scope-grid p { color: var(--muted); line-height: 1.65; font-size: 14px; }.scope-grid article > i { position: absolute; right: 25px; bottom: 22px; font: 400 23px "DM Sans",sans-serif; }
.service-process { padding-top: clamp(110px,12vw,190px); padding-bottom: clamp(110px,12vw,190px); background: var(--paper); }
.process-orbit { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1.5px solid var(--ink); }
.process-orbit article { padding: 30px 25px 50px; border-right: 1.5px solid var(--ink); min-height: 390px; }.process-orbit article:last-child { border-right: 0; }.process-orbit article > div { display: flex; align-items: center; justify-content: space-between; }.process-orbit article > div span { font-size: 11px; }.process-orbit article > div i { width: 25px; height: 25px; background: var(--service-accent); clip-path: polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%); animation: spin 8s linear infinite; }.process-orbit h3 { margin: 105px 0 24px; font: 700 clamp(32px,3vw,48px) "Bricolage Grotesque",sans-serif; }.process-orbit p { color: var(--muted); line-height: 1.7; font-size: 14px; }
.service-outcomes { padding-top: clamp(105px,11vw,170px); padding-bottom: clamp(105px,11vw,170px); background: var(--service-accent); display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; }
.service-outcomes__copy .micro-label { margin-bottom: 60px; }.service-outcomes h2 { margin: 0; font: 800 clamp(54px,6.5vw,105px)/.9 "Bricolage Grotesque",sans-serif; letter-spacing: -.06em; }.service-outcomes h2 em { color: white; font-family: "Instrument Serif",serif; font-weight: 400; text-shadow: 3px 3px 0 var(--blue); }
.outcome-stack { border-top: 1.5px solid var(--ink); }.outcome-stack > div { min-height: 110px; border-bottom: 1.5px solid var(--ink); display: grid; grid-template-columns: 50px 1fr 30px; align-items: center; gap: 20px; }.outcome-stack span { font-size: 10px; }.outcome-stack strong { font: 600 clamp(23px,2.7vw,40px) "Bricolage Grotesque",sans-serif; }.outcome-stack i { font-style: normal; font-size: 21px; }
.service-faq { padding-top: clamp(100px,10vw,160px); padding-bottom: clamp(100px,10vw,160px); display: grid; grid-template-columns: .55fr 1.45fr; gap: 9vw; }
.faq-list { border-top: 1.5px solid var(--ink); }.faq-list details { border-bottom: 1.5px solid var(--ink); }.faq-list summary { min-height: 100px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font: 600 clamp(20px,2.2vw,32px) "Bricolage Grotesque",sans-serif; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font-size: 32px; transition: transform .3s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { color: var(--muted); line-height: 1.7; max-width: 820px; padding: 0 55px 30px 0; }
.service-next { display: grid; grid-template-columns: 1fr 1fr; background: #fff6c9; padding-top: 60px; padding-bottom: 60px; border-block: 1.5px solid var(--ink); }.service-next > div { display: flex; flex-direction: column; gap: 10px; }.service-next > div:last-child { align-items: flex-end; text-align: right; }.service-next span { text-transform: uppercase; font-size: 9px; letter-spacing: .15em; }.service-next a { font: 700 clamp(25px,3.4vw,52px) "Bricolage Grotesque",sans-serif; }.service-next a:hover { color: var(--blue); }
.inner-cta { min-height: 720px; padding-top: 120px; padding-bottom: 120px; background: var(--pink); position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-bottom: 1.5px solid var(--ink); }.inner-cta p { text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }.inner-cta h2 { margin: 45px 0 50px; font: 800 clamp(65px,9vw,145px)/.82 "Bricolage Grotesque",sans-serif; letter-spacing: -.07em; text-transform: uppercase; position: relative; z-index: 2; }.inner-cta h2 em { color: white; text-transform: none; font-family: "Instrument Serif",serif; font-weight: 400; text-shadow: 4px 4px 0 var(--blue); }.inner-cta__shape { position: absolute; right: 6vw; top: 11%; width: 34vw; height: 34vw; border-radius: 50%; border: 2px solid var(--ink); display: grid; place-items: center; font-size: 8vw; color: var(--lime); -webkit-text-stroke: 2px var(--ink); animation: spin 24s linear infinite; }

/* ─────────────────────────────────────────────────────────
   FOUNDER PAGE
   ───────────────────────────────────────────────────────── */
.founder-hero { min-height: 940px; padding-top: 145px; padding-bottom: 80px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 7vw; background: #fff6c9; border-bottom: 1.5px solid var(--ink); overflow: hidden; }
.founder-hero__copy { align-self: center; }.founder-hero__copy .micro-label { margin-bottom: 55px; }.founder-hero h1 em { color: var(--blue); text-transform: none; font: 400 1.05em "Instrument Serif",serif; }.founder-hero__role { margin: 36px 0 0; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; color: var(--muted); }.founder-hero blockquote { max-width: 720px; margin: 48px 0 38px; font: 400 clamp(25px,2.5vw,40px)/1.25 "Instrument Serif",serif; color: var(--blue); }
.founder-hero__portrait { align-self: end; position: relative; height: 760px; transform: translate(calc(var(--pointer-x) * 12px),calc(var(--pointer-y) * 12px)); transition: transform .2s ease-out; }.founder-hero__portrait img { width: 100%; height: 100%; object-fit: cover; border: 2px solid var(--ink); border-radius: 42% 42% 18px 18px; box-shadow: 12px 12px 0 var(--pink); }.portrait-doodle { position: absolute; z-index: 3; border: 1.5px solid var(--ink); background: white; box-shadow: 4px 4px 0 var(--ink); }.portrait-doodle--one { left: -40px; top: 18%; padding: 12px 18px; transform: rotate(-8deg); font: 800 11px/1.1 "Bricolage Grotesque",sans-serif; }.portrait-doodle--two { right: -25px; top: 9%; width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); font-size: 28px; animation: spin 10s linear infinite; }.portrait-sticker { position: absolute; z-index: 3; right: -20px; bottom: 28px; padding: 17px 20px; border: 1.5px solid var(--ink); border-radius: 50%; background: var(--cyan); box-shadow: 5px 5px 0 var(--blue); text-align: center; transform: rotate(8deg); font-size: 8px; letter-spacing: .08em; }.portrait-sticker strong { font: 800 11px/1.05 "Bricolage Grotesque",sans-serif; }
.founder-hero__portrait { transform: translate(var(--pointer-shift-x),var(--pointer-shift-y)); }
.founder-story { padding-top: clamp(110px,12vw,190px); padding-bottom: clamp(110px,12vw,190px); display: grid; grid-template-columns: .55fr 1.45fr; gap: 9vw; }.founder-story h2 { margin: 0 0 50px; font: 800 clamp(58px,7vw,112px)/.88 "Bricolage Grotesque",sans-serif; letter-spacing: -.06em; }.founder-story h2 em { color: var(--blue); font-family: "Instrument Serif",serif; font-weight: 400; }.founder-story p { max-width: 900px; color: var(--muted); font-size: clamp(18px,1.7vw,24px); line-height: 1.65; }
.founder-credentials { padding-top: clamp(110px,11vw,170px); padding-bottom: clamp(110px,11vw,170px); background: var(--lavender); }.credential-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.credential-grid article { min-height: 330px; padding: 25px; border: 1.5px solid var(--ink); background: white; border-radius: 22px; box-shadow: 7px 7px 0 var(--ink); position: relative; }.credential-grid article > span { font-size: 11px; }.credential-grid article > i { position: absolute; right: 22px; top: 18px; font-style: normal; color: var(--pink); font-size: 23px; }.credential-grid h3 { margin: 125px 0 0; font: 700 clamp(22px,2.3vw,34px)/1.05 "Bricolage Grotesque",sans-serif; }
.founder-timeline { padding-top: clamp(115px,12vw,190px); padding-bottom: clamp(115px,12vw,190px); }.timeline-list { border-top: 1.5px solid var(--ink); }.timeline-list article { display: grid; grid-template-columns: 90px .6fr 1.4fr; gap: 3vw; padding: 40px 0; border-bottom: 1.5px solid var(--ink); }.timeline-marker { display: flex; flex-direction: column; gap: 15px; font-size: 10px; }.timeline-marker i { width: 20px; height: 20px; background: var(--pink); clip-path: polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%); }.timeline-period { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; padding-top: 7px; }.timeline-list h3 { margin: 0 0 5px; font: 700 clamp(28px,3vw,46px) "Bricolage Grotesque",sans-serif; }.timeline-list strong { color: var(--blue); font-size: 13px; }.timeline-list p { max-width: 760px; color: var(--muted); line-height: 1.65; }
.founder-belief { padding-top: 130px; padding-bottom: 130px; background: var(--cyan); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8vw; }.belief-orbit { width: min(520px,80vw); aspect-ratio: 1; border: 2px dashed var(--ink); border-radius: 50%; position: relative; display: grid; place-items: center; animation: spin 36s linear infinite; }.belief-orbit span { position: absolute; padding: 9px 15px; border: 1.5px solid var(--ink); border-radius: 99px; background: white; box-shadow: 3px 3px 0 var(--ink); text-transform: uppercase; font: 700 10px "Bricolage Grotesque",sans-serif; }.belief-orbit span:nth-child(1) { top: 7%; }.belief-orbit span:nth-child(2) { right: -4%; bottom: 27%; }.belief-orbit span:nth-child(3) { left: -3%; bottom: 25%; }.belief-orbit i { font-style: normal; font-size: 105px; color: var(--pink); animation: spin 18s linear infinite reverse; }.founder-belief > div:last-child .micro-label { margin-bottom: 55px; }.founder-belief h2 { margin: 0 0 35px; font: 800 clamp(55px,6.5vw,100px)/.9 "Bricolage Grotesque",sans-serif; letter-spacing: -.06em; }.founder-belief p { font-size: 19px; line-height: 1.7; color: var(--muted); }

@media (max-width: 1120px) {
  .hero-attractor { opacity: .42; right: -7vw; top: 18%; }
  .service-hero__copy { width: 72%; }.service-kinetic { opacity: .55; right: -8vw; }
  .scope-grid { grid-template-columns: repeat(2,1fr); }.process-orbit { grid-template-columns: repeat(2,1fr); }.process-orbit article:nth-child(2) { border-right: 0; }.process-orbit article { border-bottom: 1.5px solid var(--ink); }
  .credential-grid { grid-template-columns: repeat(2,1fr); }
  .founder-hero { grid-template-columns: 1fr 1fr; }.founder-hero__portrait { height: 690px; }
}
@media (max-width: 760px) {
  .motion-spark,.motion-trail { display: none; }.motion-progress { right: 4px; }
  .hero-attractor { width: 240px; height: 240px; right: -70px; top: 29%; opacity: .34; }.hero-attractor__core { width: 85px; height: 85px; box-shadow: 5px 5px 0 var(--pink); }.attractor-chip { display: none; }
  .service-hero { min-height: 900px; padding-top: 125px; }.service-hero__copy { width: 100%; }.service-hero h1 { font-size: clamp(66px,19vw,102px); }.service-hero__copy > p { font-size: 29px; }.service-kinetic { width: 240px; height: 240px; right: -55px; top: 53%; opacity: .5; }.service-kinetic__core { width: 90px; height: 90px; box-shadow: 5px 5px 0 var(--ink); }.service-kinetic__tag { font-size: 7px; }.service-hero__actions { align-items: flex-start; flex-direction: column; }
  .service-intro,.service-faq,.founder-story { grid-template-columns: 1fr; gap: 55px; }.section-heading--service { display: block; }.section-heading--service .micro-label { margin-bottom: 48px; }.section-heading--service > p { margin-top: 30px; }
  .scope-grid { grid-template-columns: 1fr; }.scope-grid article { min-height: 330px; }.process-orbit { grid-template-columns: 1fr; }.process-orbit article { border-right: 0; }.service-outcomes { grid-template-columns: 1fr; gap: 70px; }.service-next { grid-template-columns: 1fr; gap: 45px; }.service-next > div:last-child { align-items: flex-start; text-align: left; }
  .inner-cta { min-height: 680px; }.inner-cta h2 { font-size: clamp(58px,17vw,88px); }.inner-cta__shape { width: 65vw; height: 65vw; right: -20vw; }
  .founder-hero { grid-template-columns: 1fr; padding-top: 125px; }.founder-hero__portrait { height: 620px; }.founder-hero h1 { font-size: clamp(70px,20vw,110px); }.credential-grid { grid-template-columns: 1fr; }.credential-grid article { min-height: 290px; }.timeline-list article { grid-template-columns: 50px 1fr; }.timeline-period { grid-column: 2; }.timeline-list article > div:last-child { grid-column: 2; }.founder-belief { grid-template-columns: 1fr; }.belief-orbit { margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-system { display: none; }
  .hero-attractor,.service-kinetic,.founder-hero__portrait { transform: none !important; }
}

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

/* ─────────────────────────────────────────────────────────
   CREATIVE HIVE / LIGHT GEN-Z EDITION
   ───────────────────────────────────────────────────────── */
:root {
  --ink: #17151d;
  --paper: #fffdf6;
  --paper-2: #f7f2ff;
  --lime: #c8ff2f;
  --blue: #635bff;
  --green: #12bb70;
  --pink: #ff75c3;
  --yellow: #ffe56b;
  --cyan: #aeeeff;
  --lavender: #dcd4ff;
  --line: rgba(23, 21, 29, .2);
  --muted: #696573;
}

body { background: var(--paper); color: var(--ink); }
.cursor-light { background: radial-gradient(260px circle at var(--mouse-x) var(--mouse-y), rgba(255,117,195,.16), transparent 68%); mix-blend-mode: normal; }
.site-header { color: var(--ink); border-color: rgba(23,21,29,.15); }
.wordmark .outline-letter { -webkit-text-stroke-color: var(--ink); }
.desktop-nav > a:not(.nav-cta) { opacity: .75; font-weight: 600; }
.nav-cta { border: 1.5px solid var(--ink); background: white; box-shadow: 4px 4px 0 var(--ink); }
.nav-cta:hover { background: var(--lime); border-color: var(--ink); transform: translate(3px,3px); box-shadow: 1px 1px 0 var(--ink); }
.menu-button { border-color: var(--ink); color: var(--ink); background: white; box-shadow: 3px 3px 0 var(--ink); }

.hero { background: #fffaf0; color: var(--ink); }
.hero::before { width: 60vw; height: 60vw; right: -12vw; top: -22vw; background: radial-gradient(circle, rgba(174,238,255,.95) 0 28%, rgba(220,212,255,.65) 48%, transparent 70%); filter: blur(2px); animation: blobFloat 9s ease-in-out infinite alternate; }
.hero::after { width: 44vw; height: 44vw; left: -11vw; bottom: -26vw; background: radial-gradient(circle, rgba(255,229,107,.82), rgba(200,255,47,.3) 48%, transparent 70%); filter: blur(10px); animation: blobFloat 11s ease-in-out -3s infinite alternate-reverse; }
@keyframes blobFloat { from { transform: translate3d(-2%,0,0) scale(.95) rotate(-5deg); } to { transform: translate3d(5%,4%,0) scale(1.08) rotate(7deg); } }
.hero-grid { opacity: .22; }
.hero-grid span { border-color: var(--ink); }
.hero-kicker { color: rgba(23,21,29,.64); font-weight: 600; }
.signal-dot { background: var(--pink); box-shadow: 0 0 0 7px rgba(255,117,195,.16); }
.hero-title { font-family: "Bricolage Grotesque", sans-serif; color: var(--ink); font-weight: 800; letter-spacing: -.075em; }
.hero-title span { color: var(--blue); -webkit-text-stroke: 0; font-family: "Instrument Serif", serif; font-weight: 400; position: relative; filter: drop-shadow(4px 5px 0 rgba(255,117,195,.22)); }
.hero-title span::after { content: ""; position: absolute; left: 4%; right: -2%; bottom: -9px; height: 13px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 20'%3E%3Cpath d='M4 13C100 2 201 18 290 8s149-4 205 3' fill='none' stroke='%2312bb70' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-bottom > p { color: rgba(23,21,29,.72); font-weight: 400; }
.button { border: 1.5px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.button:hover { transform: translate(4px,4px) rotate(-1deg); box-shadow: 1px 1px 0 var(--ink); }
.button--lime { background: var(--lime); box-shadow: 5px 5px 0 var(--ink); }
.hero-actions .text-link { color: var(--ink); }
.hero-index { color: rgba(23,21,29,.15); font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; }
.hero-index span { color: var(--pink); }
.scroll-cue { color: rgba(23,21,29,.55); }
.scroll-cue i { background: linear-gradient(var(--ink), transparent); }

.genz-shape { position: absolute; z-index: 3; user-select: none; pointer-events: none; }
.genz-shape--flower { right: 7.5vw; top: 29%; width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); font-size: 36px; box-shadow: 7px 7px 0 var(--pink); animation: spin 11s linear infinite; }
.genz-shape--pill { right: 5vw; bottom: 20%; padding: 11px 18px; border: 2px solid var(--ink); border-radius: 100px; background: white; font: 700 10px "Bricolage Grotesque",sans-serif; letter-spacing: .13em; transform: rotate(7deg); box-shadow: 5px 5px 0 var(--blue); animation: stickerBob 4s ease-in-out infinite; }
.genz-shape--scribble { left: 4.5vw; top: 45%; font: 800 14px/1.1 "Bricolage Grotesque",sans-serif; text-align: center; color: var(--ink); transform: rotate(-11deg); }
.genz-shape--scribble::before { content: ""; position: absolute; inset: -18px -24px; border: 2px solid var(--pink); border-radius: 45% 55% 50% 48%; transform: rotate(8deg); }
@keyframes stickerBob { 0%,100% { transform: rotate(7deg) translateY(0); } 50% { transform: rotate(3deg) translateY(-12px); } }

.manifesto { background: var(--lavender); position: relative; overflow: hidden; }
.manifesto::after { content: "THINK / MAKE / MOVE"; position: absolute; right: -24px; top: 70px; font: 800 clamp(35px,6vw,95px) "Bricolage Grotesque",sans-serif; color: rgba(99,91,255,.09); transform: rotate(90deg) translateX(100%); transform-origin: right top; white-space: nowrap; }
.manifesto-copy { font-family: "Bricolage Grotesque", sans-serif; font-weight: 500; }
.manifesto-copy em { font-family: "Instrument Serif", serif; color: var(--blue); font-weight: 400; }
.manifesto-note i { background: var(--pink); }
.ticker { background: var(--pink); color: var(--ink); border-width: 2px; box-shadow: 0 8px 0 var(--yellow); }
.ticker-track span { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; }
.ticker-track i { color: white; -webkit-text-stroke: 1px var(--ink); }

.services { background: var(--paper); }
.section-heading h2, .performance h2, .contact h2 { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; }
.section-heading h2 em, .performance h2 em, .contact h2 em { color: var(--blue); }
.service-grid { gap: 18px; border: 0; }
.service-card { border: 1.5px solid var(--ink); border-radius: 24px; background: white; box-shadow: 7px 7px 0 var(--ink); min-height: 440px; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, background .35s; }
.service-card::before { display: none; }
.service-card:nth-child(1):hover { background: #fff2a8; }.service-card:nth-child(2):hover { background: #ffd8ed; }.service-card:nth-child(3):hover { background: #dcd4ff; }.service-card:nth-child(4):hover { background: #c9f7ff; }.service-card:nth-child(5):hover { background: #d9ffb7; }.service-card:nth-child(6):hover { background: #ffe1ba; }
.service-card:hover { color: var(--ink); transform: translateY(-10px) rotate(-1.4deg); box-shadow: 12px 14px 0 var(--ink); }
.service-card:nth-child(even):hover { transform: translateY(-10px) rotate(1.4deg); }
.service-card h3 { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; }
.service-card:hover p { color: var(--muted); }
.service-card:hover .service-tags span { border-color: var(--ink); background: rgba(255,255,255,.58); }
.service-card > a { border: 1.5px solid var(--ink); background: var(--lime); }
.service-card:hover > a { color: var(--ink); border-color: var(--ink); transform: rotate(45deg); }
.service-top i { background: var(--pink); border: 1px solid var(--ink); }

.performance { background: var(--cyan); color: var(--ink); position: relative; overflow: hidden; }
.performance::after { content: "✦"; position: absolute; left: -2vw; bottom: -8vw; font-size: 27vw; line-height: 1; color: rgba(99,91,255,.11); animation: spin 32s linear infinite; }
.performance .micro-label { border-color: var(--ink); }
.performance h2 em { color: var(--blue); }
.performance-copy > p { color: rgba(23,21,29,.68); }
.text-link--light { color: var(--ink); }
.signal-board { border: 2px solid var(--ink); background: rgba(255,255,255,.78); box-shadow: 10px 12px 0 var(--ink); color: var(--ink); border-radius: 26px; overflow: hidden; transform: rotate(1deg); }
.signal-board__top, .signal-metrics { border-color: var(--ink); }
.live-pill { color: var(--green); font-weight: 700; }.live-pill i { background: var(--green); }
.orbit { border-color: rgba(23,21,29,.22); }.orbit--three { border-color: rgba(99,91,255,.5); }
.orbit-core { background: var(--yellow); border: 1.5px solid var(--ink); box-shadow: 5px 5px 0 var(--pink); }
.orbit-node { background: white; color: var(--ink); border-color: var(--ink); border-radius: 100px; box-shadow: 3px 3px 0 var(--blue); }
.signal-metrics div { border-color: var(--ink); }

.method { background: #fff6c9; }
.method-list article:hover { background: var(--pink); transform: translateX(8px); }
.method-list h3 { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; }
.method-list i { background: var(--blue); }

.founder { background: #ffe8d5; }
.founder-photo { border-right: 2px solid var(--ink); }
.founder-photo img { filter: saturate(.96) contrast(1.02); }
.founder-photo__caption { background: var(--lime); color: var(--ink); left: 22px; right: 22px; bottom: 22px; padding: 16px 18px; border: 1.5px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.founder-copy blockquote { color: var(--blue); }
.founder-copy h2 { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; }

.contact { background: var(--pink); color: var(--ink); }
.contact::before { background-image: linear-gradient(rgba(23,21,29,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,21,29,.08) 1px, transparent 1px); }
.contact .micro-label { border-color: var(--ink); }
.contact h2 em { color: white; text-shadow: 3px 3px 0 var(--blue); }
.contact > p { color: rgba(23,21,29,.67); font-weight: 500; }
.button--outline { background: white; color: var(--ink); border-color: var(--ink); }
.contact-orb { border-color: rgba(23,21,29,.22); background: rgba(255,255,255,.18); }
.contact-orb::before, .contact-orb::after { border-color: rgba(23,21,29,.18); }
.contact-orb span { color: var(--lime); -webkit-text-stroke: 2px var(--ink); }
.footer { background: var(--paper); }
.floating-whatsapp { border: 1.5px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); }

@media (max-width: 1000px) {
  .mobile-nav { background: #fff6c9; color: var(--ink); }
  .mobile-nav a { border-color: rgba(23,21,29,.18); }
  .founder-photo { border-right: 0; border-bottom: 2px solid var(--ink); }
  .genz-shape--flower { right: 4vw; top: 33%; width: 65px; height: 65px; }
  .genz-shape--pill { bottom: 16%; }
}
@media (max-width: 680px) {
  .hero { min-height: 880px; }
  .genz-shape--flower { top: 32%; width: 52px; height: 52px; font-size: 24px; box-shadow: 4px 4px 0 var(--pink); }
  .genz-shape--pill { bottom: 8%; right: 7vw; font-size: 8px; }
  .genz-shape--scribble { display: none; }
  .service-grid { gap: 15px; }.service-card { box-shadow: 5px 5px 0 var(--ink); }
  .signal-board { box-shadow: 6px 7px 0 var(--ink); transform: none; }
  .founder-photo { border-right: 0; }
}
