@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#fff;--bg-secondary:#fafafa;--bg-tertiary:#f5f5f5;--text-primary:#000;--text-secondary:#000000d9;--text-tertiary:#000000bf;--border-color:#00000014;--duke-blue:#012169;--duke-blue-light:#4a7ebb;--shadow-sm:0 2px 10px #0000000d;--shadow-md:0 4px 20px #0000001a;--shadow-lg:0 20px 40px #0000001f}html.dark-mode{--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-tertiary:#1a1a1a;--text-primary:#fff;--text-secondary:#ffffffeb;--text-tertiary:#ffffffd1;--border-color:#ffffff1a;--shadow-sm:0 2px 10px #00000080;--shadow-md:0 4px 20px #0009;--shadow-lg:0 20px 40px #000000b3}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-overflow-scrolling:touch;background:#fff;background:var(--bg-primary);color:#000;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,sans-serif;line-height:1.6;margin:0;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}code{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Courier New,monospace}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:#0000001a}.layout{display:flex;flex-direction:column;min-height:100vh}.navbar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#012169;border-bottom:1px solid #ffffff1a;left:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}html.dark-mode .navbar{background:#012169f2;border-bottom:1px solid #ffffff26}.navbar.scrolled{background:#fff6;border-bottom:1px solid #00000014;box-shadow:0 2px 20px #0000000d}.navbar.scrolled,html.dark-mode .navbar.scrolled{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px)}html.dark-mode .navbar.scrolled{background:#1a1a1a99;border-bottom:1px solid #ffffff26;box-shadow:0 2px 20px #0000004d}.nav-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.2rem 3rem}@media (max-width:1024px){.nav-content{padding:1.2rem 2.5rem}}@media (max-width:768px){.nav-content{padding:1rem 1.5rem}}.logo{font-feature-settings:"ss01","cv02";color:#fff;font-size:1.4rem;font-weight:800;letter-spacing:-.04em;text-decoration:none;text-shadow:0 2px 8px #0003;transition:all .3s ease}.navbar.scrolled .logo{color:#012169;text-shadow:none}html.dark-mode .navbar.scrolled .logo{color:#fff}.logo:hover{opacity:.7}.menu-toggle{-webkit-tap-highlight-color:transparent;background:none;border:none;cursor:pointer;display:none;height:44px;position:relative;touch-action:manipulation;width:44px}.menu-toggle span,.menu-toggle span:after,.menu-toggle span:before{background:#fff;display:block;height:2px;position:absolute;transition:all .3s ease;width:24px}.navbar.scrolled .menu-toggle span,.navbar.scrolled .menu-toggle span:after,.navbar.scrolled .menu-toggle span:before{background:#000}html.dark-mode .navbar.scrolled .menu-toggle span,html.dark-mode .navbar.scrolled .menu-toggle span:after,html.dark-mode .navbar.scrolled .menu-toggle span:before{background:#fff}.menu-toggle span{left:50%;top:50%;transform:translate(-50%,-50%)}.menu-toggle span:after,.menu-toggle span:before{content:"";left:0}.menu-toggle span:before{top:-8px}.menu-toggle span:after{top:8px}.menu-toggle span.open{background:#0000}.menu-toggle span.open:before{top:0;transform:rotate(45deg)}.menu-toggle span.open:after{top:0;transform:rotate(-45deg)}.nav-links{align-items:center;display:flex;gap:2.5rem}.nav-item{position:relative}.nav-dropdown{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 8px 24px #0000001f;left:50%;margin-top:1rem;min-width:200px;opacity:0;position:absolute;top:100%;transform:translateX(-50%);transform:translateX(-50%) translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;visibility:hidden;z-index:1000}.nav-item:hover .nav-dropdown{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.nav-dropdown-item{border-bottom:1px solid var(--border-color);color:var(--text-secondary);display:block;font-size:.9rem;font-weight:500;padding:.75rem 1.25rem;text-decoration:none;transition:all .2s ease}.nav-dropdown-item:last-child{border-bottom:none}.nav-dropdown-item:hover{background:var(--bg-secondary);color:var(--text-primary);padding-left:1.5rem}.nav-links a{color:#fff;font-size:.95rem;font-weight:500;letter-spacing:-.01em;position:relative;text-decoration:none;transition:all .3s ease}.navbar.scrolled .nav-links a{color:#000}html.dark-mode .navbar.scrolled .nav-links a{color:#fff}.nav-links a:hover{opacity:.7}.nav-links a.active:after{background:#fff;bottom:-4px;content:"";height:2px;left:0;position:absolute;right:0;transition:background .3s ease}.navbar.scrolled .nav-links a.active:after{background:#012169}html.dark-mode .navbar.scrolled .nav-links a.active:after{background:#fff}.dark-mode-toggle{align-items:center;background:none;border:none;cursor:pointer;display:flex;margin-left:1.5rem;padding:4px}.dark-mode-toggle:hover{opacity:.8}.toggle-track{background:#fff3;border:1px solid #ffffff4d;border-radius:13px;height:26px;position:relative;transition:background .3s ease,border-color .3s ease;width:52px}.navbar.scrolled .toggle-track{background:#0121691a;border-color:#01216933}html.dark-mode .toggle-track{background:#5a8ed64d;border-color:#5a8ed666}html.dark-mode .navbar.scrolled .toggle-track{background:#5a8ed633;border-color:#5a8ed64d}.toggle-thumb{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;color:#fdb813;display:flex;height:20px;justify-content:center;left:2px;position:absolute;top:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);width:20px}.navbar.scrolled .toggle-thumb{background:#012169;color:#fdb813}html.dark-mode .toggle-thumb{background:#001a4d;color:#7aa3d6;transform:translateX(26px)}html.dark-mode .navbar.scrolled .toggle-thumb{background:#fff;color:#4a7ebb}.toggle-thumb svg{display:block}.main-content{flex:1 1;margin-top:80px}.footer{background:#001a4d;color:#fff;margin-top:0;padding:4rem 3rem 2rem}.footer-content{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1400px;padding-bottom:3rem}.footer-section h4{color:#ffffffe6;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.footer-section p{color:#ffffffe6;font-size:.95rem;line-height:1.6;margin:.5rem 0}.footer-section a{color:#fff;display:block;font-size:.95rem;margin:.5rem 0;opacity:.9;text-decoration:none;transition:opacity .2s ease}.footer-section a:hover{color:#fff;opacity:1}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-bottom{margin:0 auto;max-width:1400px;padding-top:2rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.85rem}@media (max-width:968px){.nav-content{padding:1rem 1.5rem}.menu-toggle{display:block}.nav-links{-webkit-overflow-scrolling:touch;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);background:#ffffffbf;border:1px solid #ffffff4d;border-top:none;box-shadow:0 8px 32px #1f268726;flex-direction:column;gap:1.5rem;left:0;max-height:calc(100vh - 72px);opacity:0;overflow-y:auto;padding:2rem;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s cubic-bezier(.4,0,.2,1)}html.dark-mode .nav-links{background:#0f0f0fd9;border-color:#ffffff26;box-shadow:0 8px 32px #00000080}@media (prefers-reduced-motion:reduce){.nav-links{transition:none}}.nav-links.open{opacity:1;pointer-events:all;transform:translateY(0)}.nav-links a{align-items:center;border-radius:8px;color:#000000e6;display:flex;font-size:1.1rem;min-height:44px;padding:.75rem 1rem;transition:all .2s ease}.nav-links a:hover{background:#fff3}.nav-links a.active{background:#ffffff40;font-weight:600}html.dark-mode .nav-links a{color:#fffffff2}html.dark-mode .nav-links a:hover{background:#ffffff1a}html.dark-mode .nav-links a.active{background:#ffffff26}.nav-item{width:100%}.nav-dropdown{background:#ffffff1f;border:1px solid #fff3;margin-top:.5rem;opacity:1;position:static;transform:none;visibility:visible}html.dark-mode .nav-dropdown{background:#0003;border-color:#ffffff26}.nav-dropdown-item{color:#000000d9;font-size:.95rem}html.dark-mode .nav-dropdown-item{color:#ffffffe6}.nav-dropdown-item:hover{background:#fff3;color:#000000f2}html.dark-mode .nav-dropdown-item:hover{background:#ffffff1a;color:#fff}.footer{padding:3rem 2rem 2rem}.footer-content{gap:2rem;grid-template-columns:1fr}}.data-network-canvas{height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:0}html.dark-mode .data-network-canvas{opacity:.4}.section-nav{animation:slideInRight .6s ease-out .5s both;display:flex;flex-direction:column;gap:1.25rem;position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:100}@keyframes slideInRight{0%{opacity:0;transform:translateY(-50%) translateX(30px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}@keyframes glow{0%,to{box-shadow:0 0 0 0 #4a7ebb66}50%{box-shadow:0 0 0 8px #4a7ebb00}}.section-nav-dot{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:.75rem;justify-content:flex-end;padding:0;position:relative;transition:all .3s ease}.section-nav-dot .dot{animation:pulse 2s ease-in-out infinite;animation-delay:calc(var(--dot-index)*.1s);background:var(--text-tertiary);border:2px solid var(--text-tertiary);border-radius:50%;display:block;height:10px;transition:all .3s ease;width:10px}.section-nav-dot .label{color:var(--text-secondary);cursor:pointer;font-size:1.125rem;font-weight:500;margin-right:1rem;pointer-events:auto;position:absolute;right:100%;transition:all .3s ease;white-space:nowrap}.section-nav-dot:hover .label{transform:translateX(-5px)}.section-nav-dot:hover .dot{background:var(--duke-blue-light);border-color:var(--duke-blue-light);transform:scale(1.3)}.section-nav-dot.active .dot{animation:glow 2s ease-in-out infinite;background:var(--duke-blue);border-color:var(--duke-blue);box-shadow:0 0 0 4px #4a7ebb33;height:14px;width:14px}.section-nav-dot.active .label{color:var(--duke-blue);font-size:1.375rem;font-weight:700}html.dark-mode .section-nav-dot.active .dot{background:#7aa3d8;border-color:#7aa3d8;box-shadow:0 0 0 4px #7aa3d84d}html.dark-mode .section-nav-dot.active .label{color:#7aa3d8}.section-nav:before{background:linear-gradient(to bottom,#0000,var(--border-color) 10%,var(--border-color) 90%,#0000);bottom:0;content:"";position:absolute;right:4px;top:0;width:2px;z-index:-1}@media (max-width:968px){.section-nav{display:none}}.home{width:100%}.hero,.home{overflow:hidden}.hero{align-items:center;display:flex;justify-content:center;min-height:95vh;padding:4rem 3rem;position:relative}.hero-bg{overflow:hidden;z-index:0}.grid-overlay,.hero-bg{bottom:0;left:0;position:absolute;right:0;top:0}.grid-overlay{background-image:linear-gradient(#01216908 1px,#0000 0),linear-gradient(90deg,#01216908 1px,#0000 0);background-size:60px 60px;opacity:.4}.gradient-orb{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.15;position:absolute;will-change:transform}@media (prefers-reduced-motion:reduce){.gradient-orb{animation:none;will-change:auto}}.orb-1{animation-delay:0s;background:linear-gradient(135deg,#012169,#4a7ebb);height:600px;right:-100px;top:-200px;width:600px}.orb-2{animation-delay:5s;background:linear-gradient(135deg,#4a7ebb,#012169);bottom:-150px;height:500px;left:-150px;width:500px}.orb-3{animation-delay:10s;background:linear-gradient(135deg,#012169,#001a4d);height:400px;left:50%;top:50%;transform:translate(-50%,-50%);width:400px}.hero-content{animation:fadeInUp 1s ease-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;max-width:1000px;position:relative;text-align:center;transform:translateZ(0);z-index:1}@media (prefers-reduced-motion:reduce){.hero-content{animation:none}}.hero-logo{animation:fadeIn 1s ease-out .3s both;filter:drop-shadow(0 2px 8px rgba(1,33,105,.15));height:50px;margin-bottom:2.5rem;opacity:.9}html.dark-mode .hero-logo{filter:brightness(0) invert(1) drop-shadow(0 2px 8px rgba(255,255,255,.15))}html.dark-mode .hero{background:var(--bg-primary)}.hero-title{font-feature-settings:"ss01","cv02";color:var(--text-primary);font-size:clamp(2.8rem,7vw,5.5rem);font-weight:800;letter-spacing:-.055em;line-height:1;margin-bottom:2rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#012169,#4a7ebb);-webkit-background-clip:text;background-clip:text;font-weight:900;letter-spacing:-.06em}html.dark-mode .gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a7ebb,#7aa3d8);-webkit-background-clip:text;background-clip:text}.typewriter{display:inline-block;min-height:1.2em}.cursor{-webkit-text-fill-color:#0000;animation:blink 1s step-end infinite;background:linear-gradient(135deg,#012169,#4a7ebb);-webkit-background-clip:text;background-clip:text;display:inline-block;margin-left:4px;width:3px}html.dark-mode .cursor{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a7ebb,#7aa3d8);-webkit-background-clip:text;background-clip:text}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-subtitle{color:var(--text-tertiary);font-size:clamp(1.15rem,2.2vw,1.4rem);font-weight:450;letter-spacing:-.01em;line-height:1.6;margin:0 auto 3rem;max-width:750px}.hero-actions{animation:fadeIn 1s ease-out .6s both;display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.hero-button{-webkit-tap-highlight-color:transparent;border-radius:10px;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:-.01em;padding:1.1rem 2.8rem;text-decoration:none;touch-action:manipulation;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.hero-button{align-items:center;display:flex;justify-content:center;min-height:48px}}.hero-button.primary{background:#012169;box-shadow:0 4px 20px #0121694d;color:#fff}.hero-button.primary:hover{background:#001a4d;box-shadow:0 8px 30px #01216966;transform:translateY(-3px)}.hero-button.secondary{background:#0000;border:2px solid #012169;color:#012169}.hero-button.secondary:hover{background:#012169;box-shadow:0 8px 30px #01216933;color:#fff;transform:translateY(-3px)}html.dark-mode .hero-button.secondary{border-color:#fff9;color:#fff}html.dark-mode .hero-button.secondary:hover{background:#ffffff26;border-color:#fff}.scroll-indicator{animation:fadeIn 1s cubic-bezier(.4,0,.2,1) 1.5s forwards,float 3s ease-in-out 2s infinite;bottom:3rem;left:50%;opacity:0;position:absolute;transform:translateX(-50%);z-index:1}@keyframes fadeIn{to{opacity:1}}@keyframes float{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.scroll-line{animation:scrollPulse 2s ease-in-out infinite;background:linear-gradient(180deg,#0000,#012169 50%,#0000);height:50px;width:1px}@keyframes scrollPulse{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}}.focus-section{background:var(--bg-primary);overflow:hidden;padding:5rem 3rem;position:relative}.focus-content{margin:0 auto;max-width:850px;position:relative;text-align:center;z-index:1}.focus-heading{color:var(--text-primary);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;margin-bottom:2rem}.focus-intro{color:var(--text-secondary);font-size:clamp(1.05rem,2vw,1.2rem);font-weight:400;line-height:1.8;margin-bottom:1.5rem}.focus-intro:last-child{margin-bottom:0}.focus-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.focus-item{opacity:0;padding:2rem;position:relative;text-align:center;transform:translateY(30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}@media (prefers-reduced-motion:reduce){.focus-item{opacity:1;transform:none;transition:none}.focus-section .focus-item{animation:none}}.focus-section .focus-item{animation:fadeInUp .8s ease forwards}.focus-section .focus-item:first-child{animation-delay:.1s}.focus-section .focus-item:nth-child(2){animation-delay:.2s}.focus-section .focus-item:nth-child(3){animation-delay:.3s}.focus-item:before{background:linear-gradient(90deg,#0000,#012169,#0000);content:"";height:3px;left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);transition:opacity .4s ease;width:60px}.focus-item:hover:before{opacity:1}.focus-item h3{color:#012169;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;transition:transform .3s ease}html.dark-mode .focus-item h3{color:#fff}.focus-item:hover h3{transform:translateY(-4px)}.focus-item p{color:var(--text-tertiary);font-size:1rem;line-height:1.6}.section{opacity:0;padding:8rem 3rem;position:relative;transform:translateY(60px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}@media (prefers-reduced-motion:reduce){.section{opacity:1;transform:none;transition:none}}.section.visible{opacity:1;transform:translateY(0);will-change:auto}.section-mission{background:linear-gradient(135deg,#01216908,#4a7ebb08)}html.dark-mode .section-mission{background:var(--bg-tertiary)}.section-content{max-width:800px;opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.section.visible .section-content{opacity:1;transform:translateY(0)}.section-header{margin-bottom:1.5rem}.section-tag{color:#012169;font-size:.95rem;font-weight:700;letter-spacing:.15em;opacity:.9;text-transform:uppercase}html.dark-mode .section-tag{color:#5a8ed6;opacity:1}.data-examples-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:3rem 0}.data-example{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;padding:2rem 1.5rem;position:relative;transition:all .3s ease}.data-example:before{background:linear-gradient(90deg,#012169,#4a7ebb,#012169);content:"";height:3px;left:0;position:absolute;top:0;transition:height .3s ease;width:100%}.data-example:hover{border-color:#4a7ebb;box-shadow:0 8px 24px #01216914;transform:translateY(-4px)}.data-example:hover:before{height:4px}html.dark-mode .data-example:before{background:linear-gradient(90deg,#4a7ebb,#7aa3d8,#4a7ebb)}.data-example h3{color:var(--text-primary);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.data-example p{color:var(--text-tertiary);font-size:.95rem;line-height:1.5;margin:0}.section-title{color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem;transition:transform .3s ease}.section-title:hover{transform:translateX(5px)}.section-text{color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.section.visible .section-text{opacity:1;transform:translateY(0)}.section.visible .section-text:nth-of-type(2){transition-delay:.15s}.section.visible .section-text:nth-of-type(3){transition-delay:.25s}.director-section{grid-gap:3rem;align-items:start;border-top:1px solid var(--border-color);display:grid;gap:3rem;grid-template-columns:200px 1fr;margin-top:4rem;padding-top:3rem}.director-image{position:relative}.director-image img{border-radius:12px;box-shadow:0 8px 24px #0121691f;height:auto;transition:transform .3s ease,box-shadow .3s ease;width:100%}.director-image img:hover{box-shadow:0 12px 32px #0121692e;transform:translateY(-4px)}.director-info h3{color:var(--text-primary);font-size:1.5rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.5rem}.director-title{color:#4a7ebb;font-size:.95rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.director-bio{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.25rem}.director-bio:last-child{margin-bottom:0}@media (max-width:768px){.director-section{gap:2rem;grid-template-columns:1fr}.director-image{margin:0 auto;max-width:200px}}.principles-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:4rem}.principle{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}html.dark-mode .principle{background:var(--bg-tertiary)}.principle:before{background:linear-gradient(90deg,#012169,#4a7ebb);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.principle:hover:before{transform:scaleX(1)}.principle:hover{border-color:#01216933;box-shadow:0 20px 40px #0121691f;transform:translateY(-8px)}.principle-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a7ebb,#5a8ed6);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;letter-spacing:-.05em;line-height:1;margin-bottom:1rem;opacity:.6}html.dark-mode .principle-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#5a8ed6,#89b4e8);-webkit-background-clip:text;background-clip:text;opacity:.7}.principle h3{color:#012169;font-size:1.4rem;font-weight:600;letter-spacing:-.01em;margin-bottom:1rem;transition:color .3s ease}html.dark-mode .principle h3{color:var(--text-primary)}.principle:hover h3{color:#4a7ebb}html.dark-mode .principle:hover h3{color:#5a8ed6}.principle p{color:var(--text-tertiary);font-size:1rem;line-height:1.6}.section-cta{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);border-top:1px solid var(--border-color);color:var(--text-primary);overflow:hidden;padding:10rem 3rem;position:relative}.section-cta:before{animation:rotate 30s linear infinite;background:radial-gradient(circle,#4a7ebb0d 0,#0000 70%);content:"";height:150%;position:absolute;right:-20%;top:-50%;width:80%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cta-content{margin:0 auto;max-width:700px;position:relative;text-align:center;z-index:1}.cta-content>*{transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.section-cta.visible .cta-content>*{opacity:1;transform:translateY(0)}.section-cta.visible .cta-content>:first-child{transition-delay:.1s}.section-cta.visible .cta-content>:nth-child(2){transition-delay:.2s}.section-cta.visible .cta-content>:nth-child(3){transition-delay:.3s}.cta-content h2{color:var(--text-primary);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;letter-spacing:-.02em;margin-bottom:1.5rem}.cta-content p{color:var(--text-secondary);font-size:1.2rem;line-height:1.6;margin-bottom:3rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-button{-webkit-tap-highlight-color:transparent;align-items:center;border-radius:8px;display:inline-block;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;min-height:48px;padding:1rem 2.5rem;text-decoration:none;touch-action:manipulation;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion:reduce){.cta-button{transition:none}.cta-button:hover,.hero-button:hover{transform:none}}.cta-button.primary{background:#012169;box-shadow:0 4px 20px #0121694d;color:#fff}.cta-button.primary:hover{background:#013894;box-shadow:0 8px 30px #01216980;transform:translateY(-3px)}html.dark-mode .cta-button.primary{background:#012169;box-shadow:0 4px 20px #01216980;color:#fff}html.dark-mode .cta-button.primary:hover{background:#013894;box-shadow:0 8px 30px #012169b3}.cta-button.secondary{background:#0000;border:2px solid var(--border-color);color:var(--text-primary)}.cta-button.secondary:hover{background:var(--bg-tertiary);border-color:var(--duke-blue);color:var(--duke-blue);transform:translateY(-3px)}html.dark-mode .cta-button.secondary{border-color:#fff6;color:#ffffffe6}html.dark-mode .cta-button.secondary:hover{background:#ffffff26;border-color:#fffc;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero{padding:3rem 2.5rem}.section{padding:5rem 2.5rem}.orb-1{height:500px;width:500px}.orb-2{height:400px;width:400px}.orb-3{height:300px;width:300px}}@media (max-width:768px){.hero{min-height:80vh;padding:2.5rem 1.5rem}.section{padding:4rem 1.5rem}.section-cta{padding:5rem 1.5rem}.principles-grid{gap:2rem;grid-template-columns:1fr}.cta-buttons{align-items:stretch;flex-direction:column;gap:1rem}.cta-button{width:100%}.hero-actions{gap:1rem}.hero-button{font-size:.95rem;padding:1rem 2rem;width:100%}.orb-1,.orb-2,.orb-3{filter:blur(60px)}.orb-1{height:400px;width:400px}.orb-2{height:350px;width:350px}.orb-3{height:250px;width:250px}}@media (max-width:480px){.hero{min-height:85vh;padding:2rem 1.25rem}.section{padding:3.5rem 1.25rem}.section-cta{padding:4rem 1.25rem}.hero-subtitle{margin-bottom:2rem}.scroll-indicator{bottom:2rem}.grid-overlay{background-size:40px 40px}}.page{width:100%}.page-hero{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:8rem 3rem 5rem}@media (max-width:1024px){.page-hero{padding:7rem 2.5rem 4rem}}@media (max-width:768px){.page-hero{padding:6rem 1.5rem 3.5rem}}@media (max-width:480px){.page-hero{padding:5.5rem 1.25rem 3rem}}.page-hero-content{margin:0 auto;max-width:900px}.page-hero h1{color:var(--text-primary);font-size:clamp(2.5rem,5vw,4rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.page-hero .lead{color:var(--text-tertiary);font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;max-width:700px}.page-section{padding:6rem 3rem}@media (max-width:1024px){.page-section{padding:5rem 2.5rem}}@media (max-width:768px){.page-section{padding:4rem 1.5rem}}@media (max-width:480px){.page-section{padding:3.5rem 1.25rem}}.page-section.section-dark{background:var(--bg-secondary)}.section-content{margin:0 auto;max-width:900px}.section-content h2{font-size:clamp(1.8rem,3vw,2.5rem);letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.section-content h2,.section-content h3{color:var(--text-primary);font-weight:600}.section-content h3{font-size:1.3rem;letter-spacing:-.01em;margin-bottom:1rem}.section-content p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.section-content ul{margin:2rem 0;padding-left:1.5rem}.section-content li{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1rem}.application-requirements,.benefits-list,.criteria-list,.duke-list,.philosophy-list,.timeline-list,.vision-list,.vision-points{list-style:none;padding-left:0}.application-requirements li,.benefits-list li,.criteria-list li,.duke-list li,.philosophy-list li,.timeline-list li,.vision-list li,.vision-points li{padding-left:2rem;position:relative}.application-requirements li:before,.benefits-list li:before,.criteria-list li:before,.duke-list li:before,.philosophy-list li:before,.timeline-list li:before,.vision-list li:before,.vision-points li:before{color:#0000004d;content:"—";left:0;position:absolute}.activities-grid,.collaboration-models,.offerings-grid,.opportunities-grid,.partners-grid,.research-areas{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.activity,.model,.offering,.opportunity,.partner-type,.research-area{padding:2rem 0}.contact-button{background:#012169;border-radius:8px;font-weight:500;margin-top:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}html.dark-mode .contact-button{background:#4a7ebb}.contact-button:hover{background:#012169;box-shadow:0 10px 30px #0121694d}.section-dark .contact-button{background:#fff;color:#000}.section-dark .contact-button:hover{background:#012169;color:#fff}.coming-soon{font-style:italic;opacity:.5}.cta-section{text-align:center}.challenges-list,.contact-list,.data-types,.founder-criteria,.values-list{list-style:none;padding-left:0}.challenges-list li,.contact-list li,.data-types li,.founder-criteria li,.values-list li{padding-left:2rem;position:relative}.challenges-list li:before,.contact-list li:before,.data-types li:before,.founder-criteria li:before,.values-list li:before{color:#0000004d;content:"—";left:0;position:absolute}.benefits-grid,.use-cases{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.benefit,.use-case{padding:2rem 0}@media (max-width:768px){.page-hero{padding:5rem 2rem 3rem}.page-section{padding:4rem 2rem}.activities-grid,.benefits-grid,.collaboration-models,.offerings-grid,.opportunities-grid,.partners-grid,.research-areas,.use-cases{gap:2rem;grid-template-columns:1fr}}.more-page{width:100%}.page-section-full{align-items:center;background:var(--bg-primary);display:flex;justify-content:center;min-height:100vh;opacity:0;padding:8rem 3rem;position:relative;scroll-margin-top:80px;transform:translateY(60px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}html.dark-mode #research{background:#ffffff08}#industry{background:var(--bg-secondary)}#incubation{background:var(--bg-primary)}html.dark-mode #incubation{background:#ffffff08}#join{background:var(--bg-secondary)}.page-section-full.visible{opacity:1;transform:translateY(0)}.page-section-full .section-content{margin:0 auto;max-width:900px;opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1);width:100%}.page-section-full.visible .section-content{opacity:1;transform:translateY(0)}.page-section-full h1{color:var(--text-primary);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1.5rem;padding-bottom:1rem;position:relative}.page-section-full h1:after{border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}#research h1:after,.page-section-full h1:after{background:linear-gradient(135deg,#012169,#4a7ebb)}#industry h1:after{background:linear-gradient(135deg,#4a7ebb,#7ba5d6)}#incubation h1:after{background:linear-gradient(135deg,#012169,#5a3d8a)}#join h1:after{background:linear-gradient(135deg,#4a7ebb,#012169)}.page-section-full .lead{color:var(--text-secondary);font-size:clamp(1.15rem,2vw,1.35rem);font-weight:450;line-height:1.6;margin-bottom:4rem}.subsection{margin-bottom:4rem;padding:2.5rem 0}.subsection:last-child{margin-bottom:0}.subsection-dark{background:linear-gradient(135deg,#01216905,#4a7ebb05);border:1px solid var(--border-color);border-radius:16px;padding:3rem 2.5rem}html.dark-mode .subsection-dark{background:var(--bg-tertiary)}.subsection h2{font-size:1.8rem;letter-spacing:-.02em;margin-bottom:1.5rem}.subsection h2,.subsection h3{color:var(--text-primary);font-weight:600}.subsection h3{font-size:1.2rem;margin-bottom:.75rem}.subsection p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.25rem}.subsection ul{margin:1.5rem 0;padding-left:1.5rem}.subsection li{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:.75rem}.collaboration-models,.offerings-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.model,.offering{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.model:before,.offering:before{background:linear-gradient(90deg,#012169,#4a7ebb,#012169);content:"";height:3px;left:0;position:absolute;top:0;transition:height .3s ease;width:100%}.model:hover,.offering:hover{border-color:#4a7ebb;box-shadow:0 8px 24px #01216914;transform:translateY(-4px)}.model:hover:before,.offering:hover:before{height:4px}html.dark-mode .model:before,html.dark-mode .offering:before{background:linear-gradient(90deg,#4a7ebb,#7aa3d8,#4a7ebb)}html.dark-mode .model,html.dark-mode .offering{background:#ffffff0d;border-color:#ffffff26}.contact-button{background:linear-gradient(135deg,#012169,#4a7ebb);border-radius:10px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;margin-top:1.5rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.contact-button:hover{box-shadow:0 8px 20px #01216940;transform:translateY(-2px)}.section-alternate{background:linear-gradient(180deg,#fafafa,#fff)}html.dark-mode .section-alternate{background:var(--bg-secondary)}#research{background:var(--bg-primary)}#industry,#research{border-bottom:1px solid var(--border-color)}#industry{background:linear-gradient(180deg,#fafafa,#fff)}html.dark-mode #industry{background:var(--bg-secondary)}#incubation{background:linear-gradient(135deg,#01216905,#4a7ebb05);border-bottom:1px solid var(--border-color)}html.dark-mode #incubation{background:var(--bg-tertiary)}#join{background:linear-gradient(180deg,#fafafa,#fff)}html.dark-mode #join{background:var(--bg-secondary)}@media (max-width:768px){.page-section-full{min-height:auto;padding:6rem 2rem 4rem}.subsection-dark{padding:2rem 1.5rem}.collaboration-models,.offerings-grid{gap:1.5rem;grid-template-columns:1fr}}
/*# sourceMappingURL=main.af69a9a9.css.map*/