@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--color-page: #f4f8fc;--color-heading: #0f172a;--color-navy: var(--color-heading);--color-text: #334155;--color-muted: #64748b;--color-blue: #2563eb;--color-sky: #62b7df;--color-teal: #0f9f9a;--color-lavender: #7c5ce7;--color-background: var(--color-page);--color-background-soft: #eaf6fc;--color-surface-blue: #eaf6fc;--color-surface-teal: #eaf9f7;--color-surface-lavender: #f2effd;--color-lavender-soft: var(--color-surface-lavender);--color-surface: #ffffff;--color-border: rgba(51, 65, 85, .14);--shadow-soft: 0 20px 50px rgba(15, 23, 42, .1);--shadow-card: 0 18px 45px rgba(15, 23, 42, .09);--shadow-hover: 0 24px 60px rgba(15, 23, 42, .14);--gradient-brand: linear-gradient(135deg, #2563eb 0%, #0f9f9a 50%, #7c5ce7 100%);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--container: 1180px;--section: clamp(3.75rem, 6.5vw, 6rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-text);background:radial-gradient(circle at top left,rgba(98,183,223,.16),transparent 28rem),radial-gradient(circle at 85% 8rem,rgba(124,92,231,.1),transparent 24rem),var(--color-background);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}body.menu-open{overflow:hidden}h1,h2,h3,h4{margin:0;color:var(--color-navy);font-family:Space Grotesk,Inter,sans-serif;line-height:1.08;letter-spacing:0}h1{font-size:clamp(2.75rem,6vw,5.75rem)}h2{font-size:clamp(2rem,4vw,3.75rem)}h3{font-size:clamp(1.25rem,2vw,1.65rem)}p{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}:focus-visible{outline:3px solid rgba(37,99,235,.45);outline-offset:3px}.container{width:min(100% - 2rem,var(--container));margin:0 auto}.narrow{max-width:820px}.section-padding{padding:var(--section) 0}.section-soft{background:var(--color-surface-blue);border-block:1px solid var(--color-border)}.section-band{background:linear-gradient(135deg,#eaf6fcf2,#eaf9f7f2,#f2effdf2);border-block:1px solid var(--color-border)}.site-header{position:sticky;top:0;z-index:20;background:#f4f8fceb;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-container{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--color-navy);font-family:Space Grotesk,Inter,sans-serif;font-weight:700;letter-spacing:0}.brand img{width:40px;height:40px;border-radius:var(--radius-sm)}.nav-menu{display:flex;align-items:center;gap:.35rem}.nav-link{min-height:2.75rem;display:inline-flex;align-items:center;border-radius:999px;padding:0 .95rem;color:var(--color-muted);font-size:.94rem;font-weight:700}.nav-link:hover,.nav-link.active{color:var(--color-blue);background:#2563eb14}.nav-toggle{display:none;width:2.8rem;height:2.8rem;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:999px;color:var(--color-navy);background:var(--color-surface)}.btn{min-height:3rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid transparent;border-radius:999px;padding:.78rem 1.25rem;font-weight:800;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:var(--gradient-brand);box-shadow:0 12px 28px #2563eb33}.btn-secondary{color:var(--color-navy);background:var(--color-surface);border-color:var(--color-border)}.btn-text,.text-link{color:var(--color-blue);font-weight:800}.button-row{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.button-row.center{justify-content:center}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 1rem;color:var(--color-blue);font-size:.8rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.eyebrow:before{content:"";width:2rem;height:2px;background:var(--gradient-brand);border-radius:999px}.section-heading{max-width:760px;margin-bottom:2.5rem}.section-heading p:last-child{margin-top:1rem;font-size:1.08rem}.hero{min-height:calc(100vh - 76px);display:flex;align-items:center}.hero-grid,.about-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:clamp(2rem,5vw,5rem);align-items:center}.hero-copy>p:not(.eyebrow),.page-hero p:not(.eyebrow){max-width:720px;margin:1.35rem 0 2rem;font-size:clamp(1.08rem,2vw,1.25rem);color:var(--color-text)}.ecosystem{position:relative;min-height:520px}.ecosystem:before{content:"";position:absolute;inset:8%;border-radius:50%;background:var(--gradient-brand);opacity:.12;filter:blur(32px)}.ecosystem-card{position:absolute;width:min(72%,340px);min-height:118px;display:flex;flex-direction:column;justify-content:center;gap:.4rem;padding:1.25rem;border:1px solid rgba(255,255,255,.8);border-radius:var(--radius-md);background:#ffffffc2;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ecosystem-card span{color:var(--color-navy);font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:800}.ecosystem-card small{color:var(--color-muted);font-weight:700}.card-1{top:0;left:12%}.card-2{top:22%;right:0}.card-3{top:42%;left:0}.card-4{bottom:8%;right:8%}.card-5{bottom:0;left:18%}.page-hero{padding:clamp(5.5rem,10vw,9rem) 0 clamp(3.5rem,7vw,6rem)}.about-hero{padding:clamp(5rem,8vw,6.875rem) 0 clamp(4rem,7vw,5.5rem);background:linear-gradient(135deg,#eaf6fcd1,#f2effdb8),var(--color-page);border-bottom:1px solid var(--color-border)}.about-hero-grid{width:min(100% - 2rem,1160px);display:grid;grid-template-columns:minmax(0,.58fr) minmax(300px,.42fr);gap:clamp(2.5rem,5vw,4.5rem);align-items:center}.about-hero-copy{display:grid;gap:1.25rem;max-width:680px}.about-hero-copy h1{font-size:clamp(2.7rem,5vw,5rem)}.about-hero-copy p{max-width:620px;font-size:1.05rem}.about-hero-copy .lead{color:var(--color-heading);font-size:clamp(1.12rem,2vw,1.32rem);font-weight:600}.role-line{color:var(--color-muted);font-size:.92rem;font-weight:800;letter-spacing:.02em}.portrait-card{position:relative;justify-self:end;width:min(100%,410px);margin:0}.portrait-card:before{content:"";position:absolute;inset:1.2rem -1rem -1rem 1rem;z-index:-1;border-radius:28px;background:linear-gradient(135deg,#62b7df52,#7c5ce73d)}.portrait-frame{aspect-ratio:4 / 5;max-height:520px;overflow:hidden;border:1px solid rgba(51,65,85,.18);border-radius:26px;background:var(--color-surface-lavender);box-shadow:var(--shadow-hover)}.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center top}.portrait-card figcaption{width:min(88%,320px);margin:-3.1rem auto 0;position:relative;display:grid;gap:.18rem;padding:1rem 1.15rem;border:1px solid var(--color-border);border-radius:18px;background:#fffffff0;box-shadow:var(--shadow-card)}.portrait-card figcaption strong{color:var(--color-heading);font-family:Space Grotesk,sans-serif;font-size:1.05rem}.portrait-card figcaption span{color:var(--color-muted);font-size:.88rem;font-weight:700}.about-section{padding:clamp(4.5rem,7vw,6rem) 0;border-bottom:1px solid var(--color-border)}.about-story{background:var(--color-surface)}.about-strengths{background:var(--color-surface-blue)}.about-principles{background:var(--color-surface-teal)}.about-ecosystem{background:var(--color-surface-lavender)}.about-story-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(320px,1.14fr);gap:clamp(2rem,5vw,4rem);align-items:start}.story-copy{display:grid;gap:1.1rem;max-width:680px}.about-card-grid,.principle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.about-card,.principle-grid article,.ecosystem-list article{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card)}.about-card{padding:1.35rem}.about-card h3{margin-bottom:.65rem}.principle-grid article{display:grid;gap:.8rem;padding:1.2rem}.principle-grid .material-symbols-outlined{color:var(--color-teal)}.principle-grid p{color:var(--color-heading);font-weight:800}.ecosystem-list{display:grid;gap:.8rem}.ecosystem-list article{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem}.ecosystem-list h3{margin-bottom:.2rem}.capability-grid,.service-grid,.value-columns,.pathway-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.capability-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mini-card,.service-card,.project-card,.product-card,.cta-panel,.contact-form,.contact-aside article,.story-grid article,.pathway-grid article{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card)}.mini-card:hover,.service-card:hover,.project-card:hover,.product-card:hover,.about-card:hover{box-shadow:var(--shadow-hover)}.mini-card,.service-card,.card-body,.contact-aside article,.story-grid article,.pathway-grid article{padding:clamp(1.25rem,3vw,2rem)}.mini-card h3,.service-card h3,.project-card h3,.product-card h3{margin:.8rem 0 .7rem}.mini-card ul,.service-card ul,.split-list ul,.story-grid ul{margin:1rem 0;padding-left:1.2rem;color:var(--color-text)}.service-icon{width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:#fff;background:var(--gradient-brand)}.featured-grid,.work-grid,.product-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.product-stack{grid-template-columns:1fr}.project-card,.product-card{overflow:hidden}.product-card{display:grid;grid-template-columns:minmax(280px,.85fr) 1fr;align-items:stretch}.project-card.featured:first-child{grid-column:span 2;display:grid;grid-template-columns:.9fr 1fr}.preview-frame{min-height:300px;background:linear-gradient(135deg,var(--color-surface-blue),var(--color-surface-lavender));border-bottom:1px solid var(--color-border)}.preview-frame img,.asset-placeholder{width:100%;height:100%;min-height:300px;object-fit:cover}.asset-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:var(--color-navy);text-align:center;background:linear-gradient(135deg,#2563eb1f,#0ea5a41c,#8b5cf61f),repeating-linear-gradient(135deg,#fff6 0 10px,#ffffff26 10px 20px)}.asset-placeholder span{font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:800}.asset-placeholder small{color:var(--color-muted);font-weight:800;text-transform:uppercase}.card-kicker{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;color:var(--color-muted);font-size:.76rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.status,.filter-row span,.tag{display:inline-flex;align-items:center;min-height:1.85rem;border:1px solid rgba(37,99,235,.14);border-radius:999px;padding:.25rem .7rem;color:var(--color-blue);background:#2563eb12;font-size:.78rem;font-weight:800}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.2rem 0}.why-grid,.story-grid,.contact-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:2rem}.value-grid{display:grid;gap:.9rem}.value-item,.template-grid div{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:var(--radius-sm);color:var(--color-navy);background:#ffffffe6;font-weight:800}.value-item .material-symbols-outlined,.template-grid .material-symbols-outlined{color:var(--color-teal)}.process-grid,.template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.process-grid article{padding:1.25rem 1.25rem 1.4rem;border-top:3px solid var(--color-blue);background:#ffffffe6}.process-grid span{display:inline-flex;width:2.4rem;height:2.4rem;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:50%;color:#fff;background:var(--gradient-brand);font-weight:900}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{display:flex;flex-direction:column;gap:1.1rem}.service-top{display:flex;gap:1rem;align-items:flex-start}.price-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.7rem;padding:1rem;border-radius:var(--radius-sm);background:var(--color-surface-blue)}.price-row strong{color:var(--color-navy);font-size:1.15rem}.scope-note,.disclaimer{color:var(--color-muted);font-size:.94rem}.disclaimer{margin-top:1.5rem}.filter-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.5rem}.split-list{display:grid;grid-template-columns:.85fr 1fr;gap:1rem;margin-top:1.2rem}.pathway-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.contact-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:clamp(1.25rem,3vw,2rem)}.field{display:grid;gap:.45rem}.field-full,.contact-form button,.form-note{grid-column:1 / -1}label{color:var(--color-navy);font-size:.88rem;font-weight:800}input,select,textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.9rem 1rem;color:var(--color-navy);background:#fff}textarea{resize:vertical}.form-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-note.success{color:#047857}.form-note.error{color:#b91c1c}.contact-aside{display:grid;gap:1rem;align-content:start}.cta-panel{padding:clamp(2rem,5vw,4.5rem);text-align:center;background:linear-gradient(135deg,#ffffffe6,#f5f3ffe6),var(--color-surface)}.cta-panel p:not(.eyebrow){max-width:680px;margin:1rem auto 1.5rem}.site-footer{padding:3.5rem 0 1.5rem;border-top:1px solid var(--color-border);background:#fff}.footer-grid{display:grid;grid-template-columns:minmax(240px,1.5fr) repeat(4,minmax(130px,1fr));gap:2rem}.footer-grid h2{margin:0 0 .8rem;font-size:1rem}.footer-grid a{display:block;margin:.4rem 0;color:var(--color-muted);font-weight:700}.footer-brand p{max-width:350px;margin-top:1rem}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1.2rem;border-top:1px solid var(--color-border);color:var(--color-muted);font-size:.9rem}.policy-copy{max-width:780px}.policy-copy h2{margin-top:2rem;font-size:1.7rem}@media(max-width:980px){.nav-toggle{display:inline-flex}.nav-menu{position:fixed;inset:76px 1rem auto;display:grid;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fffffff7;box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transform:translateY(-.5rem);transition:opacity .18s ease,transform .18s ease}.nav-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-link,.nav-cta{justify-content:flex-start;width:100%}.hero-grid,.about-grid,.about-hero-grid,.about-story-grid,.why-grid,.story-grid,.contact-grid,.product-card,.project-card.featured:first-child{grid-template-columns:1fr}.capability-grid,.service-grid,.featured-grid,.work-grid,.process-grid,.template-grid,.about-card-grid,.principle-grid,.value-columns,.pathway-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card.featured:first-child{grid-column:span 1}.about-hero{padding:4rem 0}.portrait-card{justify-self:center;width:min(100%,360px)}}@media(max-width:680px){.container{width:min(100% - 1.25rem,var(--container))}.capability-grid,.service-grid,.featured-grid,.work-grid,.process-grid,.template-grid,.about-card-grid,.principle-grid,.value-columns,.pathway-grid,.footer-grid,.contact-form,.split-list{grid-template-columns:1fr}h1{font-size:clamp(2.35rem,12vw,3.4rem)}.section-padding,.about-section{padding:3.5rem 0}.about-hero{padding:3.25rem 0 3.75rem}.about-hero-grid{width:min(100% - 1.25rem,1160px);grid-template-columns:1fr;gap:2.25rem}.about-hero-copy{gap:1rem}.portrait-card{width:min(100%,330px)}.portrait-card figcaption{width:min(92%,300px)}.ecosystem-list article{align-items:flex-start;flex-direction:column}.ecosystem{min-height:460px}.ecosystem-card{width:78%}.footer-bottom{display:grid}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
