@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}@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}}.section-nav{animation:slideInRight .6s ease-out .5s both;display:flex;flex-direction:column;gap:1.85rem;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,0 0 20px #4a7ebb80;height:14px;width:14px}.section-nav-dot.active .label{color:var(--duke-blue);font-size:1.375rem;font-weight:700;text-shadow:0 0 10px #fffc,0 0 20px #ffffff80}html.dark-mode .section-nav-dot.active .dot{background:#7aa3d8;border-color:#7aa3d8;box-shadow:0 0 0 4px #7aa3d84d,0 0 20px #7aa3d866}html.dark-mode .section-nav-dot.active .label{color:#7aa3d8;text-shadow:0 0 10px #000c,0 0 20px #00000080}.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{bottom:0;overflow:hidden;right:0}.hero-bg,.honeycomb-pattern{left:0;position:absolute;top:0;z-index:0}.honeycomb-pattern{height:100%;opacity:1;width:100%}html.dark-mode .honeycomb-pattern polygon{stroke:#7aa3d833}.section-honeycomb{height:100%;left:0;opacity:1;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}html.dark-mode .section-honeycomb polygon{stroke:#7aa3d826}.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";align-items:center;color:var(--text-primary);display:flex;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:800;justify-content:center;letter-spacing:-.055em;line-height:1.2;margin-bottom:2rem;min-height:2.4em}.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-contact-link{animation:fadeIn 1s ease-out .8s both;margin-top:1.5rem;text-align:center}.hero-contact-link a{color:var(--text-secondary);display:inline-block;font-size:1.1rem;font-weight:700;position:relative;text-decoration:none;transition:all .3s ease}.hero-contact-link a:after{background:currentColor;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.hero-contact-link a:hover{color:#4a7ebb;transform:translateX(4px)}.hero-contact-link a:hover:after{width:100%}html.dark-mode .hero-contact-link a{color:var(--text-secondary)}html.dark-mode .hero-contact-link a:hover{color:#7aa3d8}.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-cta{background:#01216914;border:1px solid #0121691f;border-radius:12px;color:#012169;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:2rem;padding:1rem 2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.focus-cta:hover{background:#0121691f;border-color:#01216933;transform:translateX(6px)}html.dark-mode .focus-cta{background:#4a7ebb1a;border-color:#4a7ebb26;color:#7aa3d8}html.dark-mode .focus-cta:hover{background:#4a7ebb2e;border-color:#4a7ebb40}.focus-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.focus-item{contain:layout style;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)}.focus-item:not(.visible){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{border:none;contain:layout style paint;margin:0;opacity:0;outline:none;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)}.section:not(.visible){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-alternate{background:#fafafa}html.dark-mode .section-alternate{background:var(--bg-secondary)}.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-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}.inline-link{border-bottom:2px solid #0121694d;color:#012169;font-weight:600;text-decoration:none;transition:all .2s ease}.inline-link:hover{border-bottom-color:#012169;color:#001a4d}html.dark-mode .inline-link{border-bottom-color:#7aa3d866;color:#7aa3d8}html.dark-mode .inline-link:hover{border-bottom-color:#7aa3d8;color:#a0c4e8}.director-section{grid-gap:3rem;align-items:start;border-top:1px solid var(--border-color);display:grid;gap:3rem;grid-template-columns:200px 1fr}.director-image img{border-radius:12px;box-shadow:0 8px 24px #0121691f;height:auto;transition:transform .3s ease,box-shadow .3s ease}.director-image img:hover{box-shadow:0 12px 32px #0121692e;transform:translateY(-4px)}.director-info h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.director-title{font-size:.95rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem}.director-bio{font-size:1.05rem;margin-bottom:1.25rem}@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:#0000!important;border:none;box-shadow:none;color:var(--text-primary);margin:0!important;overflow:hidden;padding:10rem 3rem;position:relative;width:100%}.cta-content{margin:0 auto;max-width:700px;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-tagline-emphasis{color:var(--text-primary)!important;font-size:clamp(1.5rem,3vw,2.2rem)!important;font-weight:700!important;letter-spacing:-.01em;margin-bottom:2rem!important}.cta-description{font-size:1.15rem;line-height:1.7;margin-bottom:3rem}.cta-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto;max-width:1000px}.cta-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #0121691a;padding:2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-card:before{background:linear-gradient(90deg,#012169,#4a7ebb);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.cta-card:hover:before{transform:scaleX(1)}.cta-card:hover{border-color:#01216933;box-shadow:0 16px 40px #01216926;transform:translateY(-8px)}html.dark-mode .cta-card{background:#ffffff0d;border-color:#ffffff1a}html.dark-mode .cta-card:hover{background:#ffffff14;border-color:#ffffff26;box-shadow:0 16px 40px #0000004d}.cta-card h3{color:var(--text-primary);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.cta-card p{color:var(--text-secondary);font-size:.95rem;margin-bottom:1rem}.cta-arrow{color:#012169;display:inline-block;font-size:1.25rem;transition:transform .3s ease}html.dark-mode .cta-arrow{color:#7aa3d8}.cta-card:hover .cta-arrow{transform:translateX(6px)}.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}@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}}.about-page{overflow:hidden;width:100%}.about-page .page-section,.about-page .page-section-full{opacity:0;padding:3rem 1.5rem;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)}@media (min-width:768px){.about-page .page-section,.about-page .page-section-full{padding:3rem}}@media (min-width:969px){.about-page .page-section,.about-page .page-section-full{padding:3.5rem 12rem 3.5rem 4rem}}@media (min-width:1400px){.about-page .page-section,.about-page .page-section-full{padding:3.5rem 16rem 3.5rem 6rem}}#about-hero{padding-bottom:3.5rem;padding-top:6rem}#your-next-chapter{padding-bottom:4rem}@media (prefers-reduced-motion:reduce){.about-page .page-section,.about-page .page-section-full{opacity:1;transform:none;transition:none}}.about-page .page-section-full.visible,.about-page .page-section.visible{opacity:1;transform:translateY(0)}.about-page .page-section-full:nth-child(odd),.about-page .page-section:nth-child(odd){background:#fafafa}html.dark-mode .about-page .page-section-full:nth-child(odd),html.dark-mode .about-page .page-section:nth-child(odd){background:var(--bg-secondary)}.about-page .page-section-full:nth-child(2n),.about-page .page-section.section-dark,.about-page .page-section:nth-child(2n){background:#0000}.about-page .page-section-full:before{background:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}#about-hero .section-content:before,#meet-guide .section-content:before,#the-stakes .section-content:before{background:radial-gradient(circle,#4a7ebb14 0,#0000 70%);border-radius:50%;content:"";height:300px;pointer-events:none;position:absolute;right:-100px;top:-100px;width:300px;z-index:-1}#how-it-works .section-content:after,#the-problem .section-content:after,#your-next-chapter .section-content:after{background:radial-gradient(circle,#0121690d 0,#0000 70%);border-radius:50%;bottom:-100px;content:"";height:350px;left:-100px;pointer-events:none;position:absolute;width:350px;z-index:-1}html.dark-mode #about-hero .section-content:before,html.dark-mode #meet-guide .section-content:before,html.dark-mode #the-stakes .section-content:before{background:radial-gradient(circle,#4a7ebb1f 0,#0000 70%)}html.dark-mode #how-it-works .section-content:after,html.dark-mode #the-problem .section-content:after,html.dark-mode #your-next-chapter .section-content:after{background:radial-gradient(circle,#4a7ebb14 0,#0000 70%)}.about-page .section-content{margin:0;max-width:900px}.about-page .section-content h1{color:var(--text-primary);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.about-page .section-content h2{color:var(--text-primary);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem;padding-bottom:.75rem;position:relative}.about-page .section-content h2:after{background:linear-gradient(90deg,#012169,#4a7ebb);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}html.dark-mode .about-page .section-content h2:after{background:linear-gradient(90deg,#4a7ebb,#7aa3d8)}.about-page .section-content p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:.85rem;max-width:85ch}.about-page .section-content p.lead{color:var(--text-primary);font-size:1.125rem;font-weight:400;line-height:1.65;margin-bottom:.85rem;opacity:.9}.director-section{margin-top:4rem}.director-content{grid-gap:2.5rem;gap:2.5rem;grid-template-columns:280px 1fr;margin-top:2rem}@media (min-width:1200px){.director-content{gap:3rem;grid-template-columns:320px 1fr}}.director-image{border-radius:16px;box-shadow:0 20px 60px #0000001f,0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.director-image:after{border:1px solid #ffffff1a;border-radius:16px}.director-image:hover{box-shadow:0 24px 70px #00000026,0 6px 16px #0000001a;transform:translateY(-4px)}.director-info{gap:0}.director-header{margin-bottom:.75rem}.director-name{color:#012169;font-size:1.75rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .5rem}.director-role{color:#4a7ebb;font-size:1.125rem;font-size:.875rem;font-weight:600;letter-spacing:.02em;margin:0;text-transform:uppercase}html.dark-mode .director-name{color:#4a7ebb}html.dark-mode .director-role{color:#7aa3d8}.director-title{color:#012169;font-size:1.5rem;letter-spacing:-.01em;margin:0 0 1rem}html.dark-mode .director-title{color:#4a7ebb}.director-bio{color:#000c;font-size:1rem;line-height:1.7;margin:0 0 .7rem;white-space:normal;word-spacing:normal}.director-bio:last-child{margin-bottom:0}html.dark-mode .director-bio{color:#ffffffd9}.contact-button{border:2px solid #012169;border-radius:10px;box-shadow:0 4px 12px #01216933;font-size:1.0625rem;padding:1rem 2.25rem}.contact-button:hover{background:#4a7ebb;border-color:#4a7ebb;box-shadow:0 8px 20px #4a7ebb4d}.contact-button.secondary{background:#0000;border:2px solid #012169;color:#012169}.contact-button.secondary:hover{background:#012169;color:#fff}html.dark-mode .contact-button{border-color:#4a7ebb;color:#fff}html.dark-mode .contact-button:hover{background:#7aa3d8;border-color:#7aa3d8}html.dark-mode .contact-button.secondary{background:#0000;border:2px solid #7aa3d8;color:#7aa3d8}html.dark-mode .contact-button.secondary:hover{background:#7aa3d8;color:#000}@media (max-width:968px){.director-content{gap:2rem;grid-template-columns:1fr}.director-image{margin:0 auto;max-width:300px}}@media (max-width:640px){.director-image{max-width:250px}}.research-page{overflow:hidden;width:100%}#research-hero{background:#fafafa}html.dark-mode #research-hero{background:var(--bg-secondary)}#areas-of-interest{background:#fafafa}html.dark-mode #areas-of-interest{background:var(--bg-secondary)}#student-research{background:#fafafa}html.dark-mode #student-research{background:var(--bg-secondary)}.research-page .lead{margin-bottom:1.5rem}.research-page .subsection{margin-bottom:1.5rem;padding:1.25rem 0}.research-page .subsection:last-child{margin-bottom:0}.project-cards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));margin-top:2rem}.project-card-link{color:inherit;display:flex;text-decoration:none}.project-card-preview{background:#fff;border:1px solid #e8e8e8;border-radius:14px;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.project-card-preview:hover{border-color:#4a7ebb;box-shadow:0 12px 36px #0121691f;transform:translateY(-6px)}html.dark-mode .project-card-preview{background:var(--bg-tertiary);border-color:#ffffff1a}html.dark-mode .project-card-preview:hover{border-color:#4a7ebb;box-shadow:0 12px 36px #0000004d}.project-card-thumb{aspect-ratio:16/9;background:#012169;overflow:hidden;position:relative;width:100%}.project-card-thumb img{height:100%;object-fit:cover;transition:transform .4s ease,opacity .3s ease;width:100%}.project-card-placeholder{align-items:center;background:linear-gradient(135deg,#012169,#2c5f9e);display:flex;height:100%;justify-content:center;padding:2rem;width:100%}.project-card-placeholder span{color:#fff;font-size:1.6rem;font-weight:800;letter-spacing:-.02em;line-height:1.3;text-align:center}.project-card-preview:hover .project-card-thumb img{opacity:.85;transform:scale(1.05)}.project-card-overlay{align-items:center;background:#01216999;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease}.project-card-preview:hover .project-card-overlay{opacity:1}.project-card-overlay span{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:2px solid #ffffff80;border-radius:8px;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.02em;padding:.6rem 1.5rem}.project-card-info{display:flex;flex:1 1;flex-direction:column;padding:1.25rem 1.5rem 1.5rem}.project-card-info h3{color:#012169;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .3rem}html.dark-mode .project-card-info h3{color:#fff}.project-card-authors{color:var(--text-tertiary);font-size:.85rem;font-weight:500;margin:0 0 .6rem}.project-card-tagline{color:var(--text-secondary);flex:1 1;font-size:.9rem;font-style:italic;line-height:1.55;margin:0}@media (max-width:480px){.project-cards-grid{grid-template-columns:1fr}}.pd-page{background:#fafbfd;margin:0 auto;max-width:960px;padding:0 1.5rem;width:100%}html.dark-mode .pd-page{background:#0000}@media (min-width:768px){.pd-page{padding:0 3rem}}.pd-hero{border-bottom:2px solid #e8edf3;margin-bottom:0;opacity:0;padding-bottom:2.5rem;padding-top:6rem;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}html.dark-mode .pd-hero{border-bottom-color:#ffffff0f}.pd-hero.visible{opacity:1;transform:translateY(0)}.pd-back-link{align-items:center;color:#4a7ebb;display:inline-flex;font-size:1.05rem;font-weight:600;gap:.4rem;margin-bottom:2rem;padding:.5rem 0;text-decoration:none;transition:color .2s ease,transform .2s ease}.pd-back-link:hover{color:#012169;transform:translateX(-3px)}html.dark-mode .pd-back-link:hover{color:#7aa3d8}.pd-hero h1{color:#012169;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 .6rem}html.dark-mode .pd-hero h1{color:var(--text-primary)}.pd-subtitle{color:#2c5f9e;font-size:1.3rem;font-style:italic;font-weight:500;line-height:1.4;margin:0 0 .85rem}html.dark-mode .pd-subtitle{color:#4a7ebb;font-weight:400}.pd-authors{color:#3d4f5f;font-size:1.05rem;font-weight:500;margin:0 0 1.5rem}html.dark-mode .pd-authors{color:var(--text-tertiary)}.pd-github-link{align-items:center;background:#012169;border-radius:8px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:.4rem;padding:.65rem 1.4rem;text-decoration:none;transition:all .2s ease}.pd-github-link:hover{background:#1a3a7a;box-shadow:0 4px 12px #01216940;transform:translateY(-1px)}html.dark-mode .pd-github-link{background:#4a7ebb}html.dark-mode .pd-github-link:hover{background:#5dade2}.pd-pitch{background:#e8eef6;border-left:5px solid #2c5f9e;border-radius:0 12px 12px 0;box-shadow:0 1px 6px #0000000a;margin-bottom:3rem;margin-top:2rem;opacity:0;padding:1.5rem 1.75rem;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.pd-pitch.visible{opacity:1;transform:translateY(0)}html.dark-mode .pd-pitch{background:#4a7ebb1a;border-left-color:#4a7ebb;box-shadow:none}.pd-pitch p{color:#1a2a3a;font-size:1.2rem;font-weight:400;line-height:1.7;margin:0}html.dark-mode .pd-pitch p{color:var(--text-primary)}.pd-sections{display:flex;flex-direction:column;gap:0}.pd-section{background:#fff;border:1px solid #e4e9f0;border-radius:10px;box-shadow:0 1px 4px #00000008;margin-bottom:.75rem;opacity:0;padding:2rem 1.75rem;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.pd-section.visible{opacity:1;transform:translateY(0)}.pd-section:last-child{margin-bottom:0}html.dark-mode .pd-section{background:#0000;border:none;border-bottom:1px solid #ffffff14;border-radius:0;box-shadow:none;margin-bottom:0;padding:2rem 0}html.dark-mode .pd-section:last-child{border-bottom:none}.pd-section h3{border-left:4px solid;font-size:1.4rem;font-weight:700;letter-spacing:-.015em;line-height:1.3;margin:0 0 1rem;padding-left:.85rem}.pd-section-red h3{color:#c0392b}.pd-section-blue h3{color:#2471a3}.pd-section-green h3{color:#1e8449}.pd-section-gold h3{color:#b7950b}.pd-section-teal h3{color:#117a65}.pd-section-orange h3{color:#ca6f1e}.pd-section-purple h3{color:#7d3c98}html.dark-mode .pd-section-red h3{color:#e74c3c}html.dark-mode .pd-section-blue h3{color:#5dade2}html.dark-mode .pd-section-green h3{color:#2ecc71}html.dark-mode .pd-section-gold h3{color:#f1c40f}html.dark-mode .pd-section-teal h3{color:#48c9b0}html.dark-mode .pd-section-orange h3{color:#f0b27a}html.dark-mode .pd-section-purple h3{color:#bb8fce}.pd-section-content p{color:#2a3a4a;font-size:1.1rem;line-height:1.75;margin:0 0 .75rem}html.dark-mode .pd-section-content p{color:var(--text-secondary)}.pd-phase{color:#1e8449;font-size:1.05rem;font-style:italic;font-weight:600;margin:1.5rem 0 .6rem}.pd-phase:first-child{margin-top:0}html.dark-mode .pd-phase{color:#2ecc71}.pd-list{list-style:none;margin:.5rem 0 .85rem;padding:0}.pd-list li{color:#2a3a4a;font-size:1.05rem;line-height:1.7;padding:.35rem 0 .35rem 1.6rem;position:relative}html.dark-mode .pd-list li{color:var(--text-secondary)}.pd-list li:before{color:#2c5f9e;content:"\2192";font-weight:600;left:0;position:absolute}html.dark-mode .pd-list li:before{color:#4a7ebb}.pd-visuals{background:#fff;border:1px solid #e4e9f0;border-radius:10px;box-shadow:0 1px 4px #00000008;margin-top:2rem;opacity:0;padding:2.5rem 1.75rem 4rem;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}html.dark-mode .pd-visuals{background:#0000;border:none;border-radius:0;border-top:1px solid #ffffff14;box-shadow:none;margin-top:2.5rem;padding:2rem 0 4rem}.pd-visuals.visible{opacity:1;transform:translateY(0)}.pd-visuals h2{color:#012169;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin:0 0 2.5rem}html.dark-mode .pd-visuals h2{color:#4a7ebb}.pd-visual-item{margin-bottom:2.5rem}.pd-visual-item:last-child{margin-bottom:0}.pd-visual-img{border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 16px #0000001a;overflow:hidden}html.dark-mode .pd-visual-img{border-color:#ffffff1a;box-shadow:0 2px 16px #0000004d}.pd-visual-img img{display:block;height:auto;width:100%}.pd-visual-caption{padding:1rem .25rem 0}.pd-visual-caption h4{color:#012169;font-size:1.15rem;font-weight:700;margin:0 0 .5rem}html.dark-mode .pd-visual-caption h4{color:#5dade2}.pd-visual-caption p{color:#3a4a5a;font-size:1.02rem;line-height:1.7;margin:0}html.dark-mode .pd-visual-caption p{color:var(--text-secondary)}.pd-not-found{padding-top:8rem;text-align:center}.pd-not-found h1{color:var(--text-primary);font-size:2rem;margin-bottom:1rem}.partnership-types{list-style:none;margin:1.5rem 0;padding:0}.partnership-types li{color:var(--text-secondary);line-height:1.6;padding:.75rem 0 .75rem 2rem;position:relative}.partnership-types li:before{color:#4a7ebb;content:"•";font-size:1.5rem;font-weight:700;left:0;position:absolute}.partnership-qualities{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:2rem}.quality-item{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease}.quality-item:hover{border-color:#4a7ebb;box-shadow:0 8px 24px #01216914;transform:translateY(-4px)}.quality-item h3{color:var(--text-primary);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.quality-item p{color:var(--text-tertiary);font-size:.95rem;line-height:1.6;margin:0}.not-list,.partner-benefits{list-style:none;margin:1.5rem 0;padding:0}.not-list li,.partner-benefits li{color:var(--text-secondary);line-height:1.6;padding:.75rem 0 .75rem 2rem;position:relative}.partner-benefits li:before{color:#4a7ebb;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.not-list li:before{color:#d32f2f;content:"×";font-size:1.5rem;font-weight:700;left:0;position:absolute}.venture-types{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:2rem}.venture-type{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease}.venture-type:hover{border-color:#4a7ebb;box-shadow:0 8px 24px #01216914;transform:translateY(-4px)}.venture-type h3{color:var(--text-primary);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.venture-type p{color:var(--text-tertiary);font-size:.95rem;line-height:1.6;margin:0}.prerequisites{list-style:none;margin:1.5rem 0;padding:0}.prerequisites li{color:var(--text-secondary);line-height:1.6;padding:.75rem 0 .75rem 2rem;position:relative}.prerequisites li:before{color:#4a7ebb;content:"→";font-weight:700;left:0;position:absolute}.news-page{background:var(--bg-primary);min-height:100vh}.news-hero{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);overflow:hidden;padding:2rem 2rem 1.5rem;position:relative}.news-hero-content{margin:0 auto;max-width:1200px;position:relative;z-index:2}.news-hero-label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,var(--duke-blue),#1e3a5f);border:none;border-radius:30px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:.75rem;padding:.375rem 1rem;text-transform:uppercase}.news-hero-title{color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:.5rem}.news-hero-subtitle{color:var(--text-tertiary);font-size:clamp(.938rem,1.5vw,1.125rem);line-height:1.5;max-width:700px}.news-hero-decoration{height:100%;opacity:.03;pointer-events:none;position:absolute;right:0;top:0;width:50%}.decoration-grid{background-image:linear-gradient(#0121691a 1px,#0000 0),linear-gradient(90deg,#0121691a 1px,#0000 0);background-size:50px 50px;height:100%;transform:perspective(500px) rotateY(-15deg);width:100%}.section-header{margin-bottom:1.5rem}.section-badge{background:linear-gradient(135deg,var(--duke-blue),#1e3a5f);border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:1px;margin-bottom:.75rem;padding:.375rem 1rem;text-transform:uppercase}.section-header h2{color:var(--text-primary);font-size:1.75rem;font-weight:700;margin:0}.news-featured-section{margin:0 auto;max-width:1200px;padding:1.5rem 2rem 3rem}.featured-card{grid-gap:3rem;background:#fff;border:1px solid var(--border-color);border-radius:24px;box-shadow:0 10px 40px #0000001a;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s ease}.featured-card:hover{box-shadow:0 20px 60px #00000026;transform:translateY(-4px)}.featured-content{display:flex;flex-direction:column}.featured-meta{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.featured-category{background:linear-gradient(135deg,var(--duke-blue),#1e3a5f);border-radius:25px;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.5rem 1.125rem;text-transform:uppercase}.meta-divider{background:var(--border-color);height:20px;width:1px}.featured-date{color:var(--text-secondary);font-size:.875rem;font-weight:500}.featured-title{color:var(--text-primary);font-size:1.75rem;font-weight:800;letter-spacing:-.01em;line-height:1.3;margin-bottom:1rem}.featured-highlight{border-left:3px solid var(--duke-blue);color:var(--duke-blue);font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:1rem;padding-left:1rem}.featured-summary{color:var(--text-secondary);flex-grow:1;font-size:.938rem;line-height:1.7;margin-bottom:1.5rem}.featured-footer{align-items:center;border-top:2px solid var(--border-color);display:flex;gap:2rem;justify-content:space-between;padding-top:1rem}.featured-source{display:flex;flex-direction:column;gap:.25rem}.source-label{color:var(--text-secondary);font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.source-name{color:var(--text-primary);font-size:1rem;font-weight:700}.featured-link{align-items:center;background:var(--duke-blue);border-radius:12px;color:#fff;display:inline-flex;font-size:.938rem;font-weight:700;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.featured-link:hover{background:#1e3a5f;transform:translateX(4px)}.featured-link svg{transition:transform .3s ease}.featured-link:hover svg{transform:translateX(4px)}.featured-visual{align-items:center;background:#000;border:1px solid var(--border-color);border-radius:16px;display:flex;justify-content:center;min-height:300px;overflow:hidden;position:relative}.featured-image{border-radius:16px;height:100%;min-height:300px;object-fit:contain;object-position:center;transition:transform .4s ease,opacity .3s ease;width:100%}.featured-card:hover .featured-image{transform:scale(1.02)}html.dark-mode .featured-visual{background:#0a0a0a;border-color:#ffffff26}html.dark-mode .featured-image{opacity:.92}html.dark-mode .featured-card:hover .featured-image{opacity:1}.visual-accent{background:linear-gradient(135deg,#01216914,#1e3a5f1f);position:absolute;transform:rotate(-3deg)}.visual-accent,.visual-pattern{border-radius:16px;height:100%;width:100%}.visual-pattern{background-image:repeating-linear-gradient(45deg,#0000,#0000 10px,#0121690a 0,#0121690a 20px);border:2px solid #0121691a}html.dark-mode .visual-accent{background:linear-gradient(135deg,#4a7ebb26,#1e3a5f33)}html.dark-mode .visual-pattern{background-image:repeating-linear-gradient(45deg,#0000,#0000 10px,#4a7ebb14 0,#4a7ebb14 20px);border-color:#4a7ebb33}.news-grid-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}.news-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}.news-card{animation:fadeInUp .6s ease forwards;background:#fff;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;opacity:0;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s ease}.news-card:hover{border-color:var(--duke-blue);box-shadow:0 12px 32px #0000001f;transform:translateY(-8px)}.card-accent{background:linear-gradient(90deg,var(--duke-blue),#1e3a5f);height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;width:100%}.news-card:hover .card-accent{transform:scaleX(1)}.card-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.card-category{background:#01216914;border-radius:20px;color:var(--duke-blue);font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.5rem 1.125rem;text-transform:uppercase}html.dark-mode .card-category{background:linear-gradient(135deg,#4a7ebb4d,#7aa3d840);color:#7aa3d8}.card-date{color:var(--text-secondary);font-size:.875rem;font-weight:500}.card-title{color:var(--text-primary);font-size:1.5rem;font-weight:700;letter-spacing:-.01em;line-height:1.4;margin-bottom:1rem}.card-highlight{border-left:2px solid var(--duke-blue);color:var(--duke-blue);font-size:.938rem;font-weight:600;line-height:1.5;margin-bottom:1rem;padding-left:1rem}.card-summary{color:var(--text-secondary);flex-grow:1;font-size:.938rem;line-height:1.7;margin-bottom:1.5rem}.card-footer{align-items:center;border-top:1px solid var(--border-color);display:flex;gap:1.5rem;justify-content:space-between;padding-top:1.25rem}.card-source{display:flex;flex-direction:column;gap:.25rem}.card-link{align-items:center;color:var(--duke-blue);display:inline-flex;font-size:.875rem;font-weight:700;gap:.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.card-link:hover{color:#1e3a5f;transform:translateX(4px)}.card-link svg{transition:transform .3s ease}.card-link:hover svg{transform:translateX(4px)}.news-cta-section{margin:0 auto;max-width:1200px;padding:4rem 2rem 6rem}.cta-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;padding:3rem 2.5rem;position:relative}.cta-content{position:relative;text-align:center;z-index:2}.cta-title{color:var(--text-primary);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.cta-description{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.cta-primary,.cta-secondary{border-radius:8px;display:inline-block;font-size:.938rem;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.cta-primary{background:var(--duke-blue);box-shadow:0 4px 16px #0000001a;color:#fff}.cta-primary:hover{background:#1e3a5f;box-shadow:0 8px 24px #00000026;transform:translateY(-2px)}.cta-secondary{background:#0000;border:2px solid var(--duke-blue);color:var(--duke-blue)}.cta-secondary:hover{background:var(--duke-blue);border-color:var(--duke-blue);color:#fff;transform:translateY(-2px)}.cta-decoration{background:radial-gradient(circle,#01216908 0,#0000 70%);border-radius:50%;height:400px;position:absolute;right:-10%;top:50%;transform:translateY(-50%);width:400px}html.dark-mode .news-card{background:var(--bg-secondary);border-color:#ffffff1a}html.dark-mode .news-card:hover{background:var(--bg-tertiary);box-shadow:0 12px 32px #0006}html.dark-mode .featured-card{background:var(--bg-secondary);border-color:#ffffff1a}html.dark-mode .featured-card:hover{background:var(--bg-tertiary)}html.dark-mode .featured-link{background:#4a7ebb;color:#fff}html.dark-mode .featured-link:hover{background:#7aa3d8}html.dark-mode .card-link{color:#7aa3d8}html.dark-mode .card-link:hover{color:#9bc0e8}html.dark-mode .card-highlight,html.dark-mode .featured-highlight{border-left-color:#7aa3d8;color:#7aa3d8}html.dark-mode .featured-category,html.dark-mode .section-badge{background:linear-gradient(135deg,#4a7ebb,#7aa3d8)}html.dark-mode .cta-primary{background:#4a7ebb;color:#fff}html.dark-mode .cta-primary:hover{background:#7aa3d8}html.dark-mode .cta-secondary{background:#0000;border-color:#7aa3d8;color:#7aa3d8}html.dark-mode .cta-secondary:hover{background:#7aa3d8;color:#000}@media (max-width:1024px){.featured-card{gap:2rem;grid-template-columns:1fr}.featured-visual{min-height:200px}.news-grid{grid-template-columns:1fr}}@media (max-width:768px){.news-hero{padding:1.5rem 1.5rem 1rem}.news-featured-section{padding:1rem 1.5rem 2rem}.section-header h2{font-size:1.5rem}.featured-card{padding:2rem}.featured-title{font-size:1.375rem}.featured-footer{align-items:flex-start;flex-direction:column}.featured-link{justify-content:center;width:100%}.news-grid-section{padding:3rem 1.5rem}.news-grid{grid-template-columns:1fr}.news-card{padding:2rem}.card-title{font-size:1.25rem}.card-footer{align-items:flex-start;flex-direction:column}.news-cta-section{padding:2rem 1.5rem 3rem}.cta-card{padding:2rem 1.5rem}.cta-actions{flex-direction:column}.cta-primary,.cta-secondary{text-align:center;width:100%}}.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{opacity:1;padding:6rem 3rem;visibility:visible}@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;opacity:1;visibility:visible}.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-group{flex-wrap:wrap;margin-top:2rem}.contact-email{font-size:1.1rem;font-weight:500;transition:color .3s ease}.contact-email:hover{text-decoration:underline}.section-dark .contact-email{color:#fff}.contact-button{border-radius:8px;font-size:1rem;font-weight:500;padding:1rem 2.5rem}html.dark-mode .contact-button{background:#4a7ebb}.contact-button:hover{background:#012169;box-shadow:0 10px 30px #0121694d;transform:translateY(-2px)}.section-dark .contact-button{background:#fff;color:#000}.section-dark .contact-button:hover{background:#012169;color:#fff}.copy-button{border:1px solid #012169;color:#012169;font-size:1.2rem;min-width:48px;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}html.dark-mode .copy-button{border-color:#4a7ebb;color:#4a7ebb}.copy-button:hover{background:#012169;color:#fff;transform:translateY(-2px)}html.dark-mode .copy-button:hover{background:#4a7ebb;color:#fff}.section-dark .copy-button{border-color:#fff;color:#fff}.section-dark .copy-button:hover{background:#fff;color:#000}.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}}.about-page,.more-page{overflow:hidden;width:100%}.page-section-full{align-items:center;background:#0000;display:flex;justify-content:center;min-height:auto;opacity:0;padding:6rem 4rem;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);will-change:opacity,transform}@media (prefers-reduced-motion:reduce){.page-section-full{opacity:1;transform:none;transition:none}}#join,#research{background:#fafafa}html.dark-mode #join,html.dark-mode #research{background:var(--bg-secondary)}#about-hero,#contact,#course-to-lab,#future,#incubation,#industry,#vision,#what-he-saw,#why-duke{background:#0000}.page-section-full.visible{opacity:1;transform:translateY(0);will-change:auto}.page-section-full .section-content{margin:0 auto;max-width:1100px;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.8rem,5.5vw,4.5rem);font-weight:700;letter-spacing:-.04em;line-height:1.1;margin-bottom:2rem;position:relative;text-shadow:0 1px 2px #00000005;transition:transform .3s cubic-bezier(.4,0,.2,1)}.page-section-full h1:hover{transform:translateX(2px)}#research 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.2rem,2.2vw,1.5rem);font-weight:450;line-height:1.7;margin-bottom:4rem;max-width:900px;opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.4,0,.2,1) .2s,transform .6s cubic-bezier(.4,0,.2,1) .2s}.page-section-full.visible .lead{opacity:1;transform:translateY(0)}.subsection{margin-bottom:4rem;opacity:0;padding:2.5rem 0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.page-section-full.visible .subsection{opacity:1;transform:translateY(0)}.page-section-full.visible .subsection:nth-child(2){transition-delay:.1s}.page-section-full.visible .subsection:nth-child(3){transition-delay:.2s}.page-section-full.visible .subsection:nth-child(4){transition-delay:.3s}.subsection:last-child{margin-bottom:0}.subsection-dark{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff9;border:1px solid #01216914;border-radius:24px;box-shadow:0 8px 32px #0121690f,0 2px 8px #0121690a;overflow:hidden;padding:3.5rem 3rem;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1)}.subsection-dark:hover{border-color:#4a7ebb26;box-shadow:0 16px 48px #0121691a,0 4px 16px #0121690f;transform:translateY(-6px)}html.dark-mode .subsection-dark{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff0d;border-color:#ffffff1a;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003}html.dark-mode .subsection-dark:hover{border-color:#ffffff26;box-shadow:0 16px 48px #0006,0 4px 16px #0000004d}.section-cta{background:#01216914;border:1px solid #0121691f;border-radius:12px;color:#012169;display:inline-block;font-size:1.05rem;font-weight:600;margin-top:1.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.section-cta:hover{background:#0121691f;border-color:#01216933;transform:translateX(6px)}html.dark-mode .section-cta{background:#4a7ebb1a;border-color:#4a7ebb26;color:#7aa3d8}html.dark-mode .section-cta:hover{background:#4a7ebb2e;border-color:#4a7ebb40}.subsection h2{color:var(--text-primary);font-size:clamp(1.8rem,3vw,2.2rem);font-weight:600;letter-spacing:-.03em;margin-bottom:1.5rem;position:relative;transition:color .3s ease}.subsection h2:hover{color:#4a7ebb}.subsection h3{color:var(--text-primary);font-size:1.3rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.75rem}.subsection p{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.subsection ul{list-style:none;margin:2rem 0;padding-left:0}.subsection li{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:1rem;padding-left:2rem;position:relative}.subsection li:before{background:linear-gradient(135deg,#012169,#4a7ebb);border-radius:50%;content:"";height:8px;left:0;position:absolute;top:.7em;transition:transform .3s ease;width:8px}.subsection li:hover:before{transform:scale(1.3)}html.dark-mode .subsection li:before{background:linear-gradient(135deg,#4a7ebb,#7aa3d8)}.collaboration-models,.offerings-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:3rem 0}.model,.offering{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border:1px solid #0121690f;border-radius:20px;box-shadow:0 4px 16px #0121690a,0 1px 4px #01216905;padding:2.5rem 2rem;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1)}.model:hover,.offering:hover{border-color:#4a7ebb1f;box-shadow:0 20px 48px #0121691a,0 4px 16px #0121690f;transform:translateY(-8px) scale(1.02)}html.dark-mode .model,html.dark-mode .offering{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff0a;border-color:#ffffff14;box-shadow:0 4px 16px #0003,0 1px 4px #0000001a}html.dark-mode .model:hover,html.dark-mode .offering:hover{border-color:#ffffff26;box-shadow:0 20px 48px #0006,0 4px 16px #0000004d}.contact-button{background:#012169;border:1px solid #ffffff1a;border-radius:14px;box-shadow:0 4px 16px #01216926,0 1px 4px #0121691a;color:#fff;display:inline-block;font-size:1.05rem;font-weight:600;margin-top:1.5rem;overflow:hidden;padding:1.1rem 2.8rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-button:hover{background:#001a4d;box-shadow:0 12px 32px #01216940,0 4px 12px #01216926;transform:translateY(-2px) scale(1.02)}.contact-button:active{transform:translateY(0) scale(.98)}.contact-group{align-items:center;display:flex;gap:1rem;margin-top:1.5rem}.contact-email{background:#0121690d;border-radius:8px;color:#012169;font-size:1.15rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.contact-email:hover{background:#0121691a;transform:translateX(4px)}html.dark-mode .contact-email{background:#4a7ebb1a;color:#4a7ebb}html.dark-mode .contact-email:hover{background:#4a7ebb33}.copy-button{align-items:center;background:#0000;border:1px solid var(--border-color);border-radius:8px;color:var(--text-secondary);cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .3s ease}.copy-button:hover{background:#0121690d;border-color:#4a7ebb;transform:scale(1.1)}html.dark-mode .copy-button:hover{background:#4a7ebb1a}@media (max-width:768px){.page-section-full{min-height:auto;padding:4rem 2rem 3rem}.page-section-full h1{font-size:clamp(2.2rem,8vw,3rem)}.page-section-full .section-content{max-width:100%}.subsection-dark{border-radius:16px;padding:2.5rem 2rem}.collaboration-models,.offerings-grid{gap:1.5rem;grid-template-columns:1fr}.subsection li{padding-left:1.5rem}}.about-page #about-hero .director-content{gap:3rem;grid-template-columns:300px 1fr;margin-top:3rem;padding:2.5rem}.about-page #about-hero .director-image{max-width:300px}.about-page #about-hero .director-info{gap:1rem}.about-page #about-hero .director-info h3{display:none}.about-page #about-hero .director-title{font-size:.9rem;margin-bottom:.5rem}.about-page #about-hero .director-bio{font-size:1.15rem;line-height:1.7}@media (max-width:968px){.about-page #about-hero .director-content{gap:2rem;grid-template-columns:1fr;text-align:center}.about-page #about-hero .director-image{margin:0 auto}}.director-section{margin-top:3rem;padding-top:3rem}.director-content{grid-gap:4rem;align-items:start;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #0121690f;border-radius:28px;box-shadow:0 8px 32px #0121690f,0 2px 8px #0121690a;display:grid;gap:4rem;grid-template-columns:350px 1fr;margin-top:2.5rem;padding:3.5rem;transition:all .5s cubic-bezier(.4,0,.2,1)}.director-content:hover{border-color:#4a7ebb1f;box-shadow:0 20px 64px #0121691a,0 4px 16px #0121690f;transform:translateY(-6px)}html.dark-mode .director-content{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff0a;border-color:#ffffff14;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003}html.dark-mode .director-content:hover{border-color:#ffffff1f;box-shadow:0 20px 64px #0006,0 4px 16px #0000004d}.director-image{aspect-ratio:1;border-radius:20px;box-shadow:0 8px 24px #00000014,0 2px 8px #0000000a;overflow:hidden;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);width:100%}.director-image:after{border-radius:20px;box-shadow:inset 0 0 0 1px #0000000d;content:"";inset:0;pointer-events:none;position:absolute}.director-image:hover{box-shadow:0 16px 48px #0000001f,0 4px 16px #0000000f;transform:scale(1.02)}.director-image img{height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1);width:100%}.director-image:hover img{transform:scale(1.05)}.director-info{display:flex;flex-direction:column;gap:1.5rem}.director-info h3{color:var(--text-primary);font-size:1.8rem;font-weight:700;letter-spacing:-.02em;margin:0}.director-title{color:#4a7ebb;font-size:1rem;font-weight:700;letter-spacing:.1em;margin:0;text-transform:uppercase}html.dark-mode .director-title{color:#7aa3d8}.director-bio{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin:0}@media (max-width:968px){.director-content{gap:2.5rem;grid-template-columns:1fr;padding:2.5rem 2rem}.director-image{margin:0 auto;max-width:350px}}@media (max-width:640px){.director-content{padding:2rem 1.5rem}.director-image{max-width:280px}.director-info h3{font-size:1.5rem}}.page-section-full:before{background:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}#incubation .section-content:before,#research .section-content:before{background:radial-gradient(circle,#4a7ebb14 0,#0000 70%);border-radius:50%;content:"";height:300px;pointer-events:none;position:absolute;right:-100px;top:-100px;width:300px;z-index:-1}#industry .section-content:after,#join .section-content:after{background:radial-gradient(circle,#0121690d 0,#0000 70%);border-radius:50%;bottom:-100px;content:"";height:350px;left:-100px;pointer-events:none;position:absolute;width:350px;z-index:-1}html.dark-mode #incubation .section-content:before,html.dark-mode #research .section-content:before{background:radial-gradient(circle,#4a7ebb1f 0,#0000 70%)}html.dark-mode #industry .section-content:after,html.dark-mode #join .section-content:after{background:radial-gradient(circle,#4a7ebb14 0,#0000 70%)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}::selection{background:#01216933;color:inherit}html.dark-mode ::selection{background:#4a7ebb4d}:focus-visible{outline:2px solid #4a7ebb;outline-offset:4px}.interest-areas,.partnership-types,.values-list,.vision-points{list-style:none;padding-left:0}.interest-areas li,.partnership-types li,.values-list li,.vision-points li{margin-bottom:1.25rem;padding-left:2.5rem;position:relative}.interest-areas li:before,.partnership-types li:before,.values-list li:before,.vision-points li:before{color:#4a7ebb;content:"→";font-size:1.3rem;font-weight:700;left:0;position:absolute;transition:transform .3s ease}.interest-areas li:hover:before,.partnership-types li:hover:before,.values-list li:hover:before,.vision-points li:hover:before{transform:translateX(4px)}.page-section-full.visible .subsection p{animation:fadeInUp .6s ease forwards}.page-section-full.visible .subsection p:nth-child(2){animation-delay:.1s}.page-section-full.visible .subsection p:nth-child(3){animation-delay:.2s}.page-section-full.visible .subsection p:nth-child(4){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.model h3,.offering h3{color:var(--text-primary);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-bottom:1rem}.model p,.offering p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin:0}@media (max-width:480px){.page-section-full{padding:3.5rem 1.5rem 2.5rem}.page-section-full h1{margin-bottom:1.25rem}.page-section-full .lead{font-size:1.1rem;margin-bottom:3rem}.subsection{padding:1.5rem 0}.subsection-dark{padding:2rem 1.5rem}.subsection h2{font-size:1.5rem}.collaboration-models,.offerings-grid{gap:1.25rem}.model,.offering{padding:2rem 1.5rem}}.contact-footer{background:linear-gradient(180deg,#fff,#f5f7fa);border-top:1px solid #01216914;padding:4rem 2rem;position:relative;text-align:center}.contact-footer:before{background:linear-gradient(90deg,#0000,#012169,#4a7ebb,#0000);border-radius:2px;content:"";height:3px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:150px}html.dark-mode .contact-footer{background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-secondary) 100%);border-top-color:#4a7ebb26}html.dark-mode .contact-footer:before{background:linear-gradient(90deg,#0000,#4a7ebb,#7aa3d8,#0000)}.contact-footer .section-content{margin:0 auto;max-width:600px}.contact-footer h2{color:var(--text-primary);font-size:2rem;margin-bottom:.75rem}.contact-footer p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.contact-footer .contact-group{justify-content:center;margin-top:1.5rem}
/*# sourceMappingURL=main.0c4c9601.css.map*/