@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.hero{color:#fff;background:#000;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-backdrop{display:none}.hero-container{z-index:2;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:80px;width:100%;max-width:1400px;display:flex;position:relative}.hero-content{flex:1;min-width:0}.hero-logo{flex:0 0 42%;justify-content:center;align-items:center;display:flex}.hero-logo img{object-fit:contain;filter:drop-shadow(0 0 30px #d4af371f);width:min(500px,100%);height:auto}.hero-title{letter-spacing:-3px;max-width:950px;margin-bottom:25px;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.05}.gold-gradient-text{color:var(--gold);background:linear-gradient(135deg,#fff 0%,#d4af37 50%,#f3e5ab 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:#a0a0a0;max-width:650px;font-size:1.25rem;line-height:1.8}@media (width<=767px){.hero-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.1px;padding:0 20px}.hero-logo{flex:none;order:1;width:100%}.hero-logo img{width:min(220px,60vw);max-width:220px}.hero-content{text-align:center;order:2;width:100%}.hero-title{letter-spacing:-2px;font-size:clamp(2.3rem,10vw,3.2rem);line-height:1.05}.hero-subtitle{margin:0 auto;font-size:1rem;line-height:1.6}}.about-mission-section{background:#000;padding:8rem 5%;position:relative}.about-mission-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem;display:grid}.about-card-box,.mission-card-box{background:#fff;border-radius:16px;flex-direction:column;padding:3.5rem 3rem;scroll-margin-top:100px;transition:transform .35s,box-shadow .35s;display:flex;box-shadow:0 15px 35px #0006}.about-card-box:hover,.mission-card-box:hover{transform:translateY(-6px);box-shadow:0 25px 50px #0009}.about-card-box .section-title,.mission-card-box .section-title{letter-spacing:-1.5px;color:#111;margin-bottom:2rem;font-size:2.8rem;font-weight:800;line-height:1.1}.about-card-box .section-title span,.mission-card-box .section-title span{color:var(--gold);-webkit-text-fill-color:initial;background:0 0}.text-block p:last-child{margin-bottom:0}@media (width<=991px){.about-mission-grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=767px){.about-mission-section{padding:4rem 5%}.about-card-box,.mission-card-box{padding:2.5rem 1.8rem}.section-title{margin-bottom:1.5rem;font-size:2.2rem}.text-block p{font-size:1rem}}.products-section{background:var(--black);color:#fff;padding:8rem 5%}.products-grid{grid-template-columns:repeat(2,minmax(320px,1fr));gap:2rem;display:grid}@media (width<=700px){.products-grid{grid-template-columns:1fr}}.product-card{background:var(--black-surface);border:1px solid var(--gray-dark);border-top:4px solid var(--gold);flex-direction:column;padding:35px;transition:all .4s;display:flex}.product-card:hover{transform:translateY(-8px)}.product-meta{border-bottom:1px solid var(--gray-dark);margin-bottom:25px;padding-bottom:20px}.product-meta div{margin-bottom:15px}.product-meta small{color:var(--gold);letter-spacing:2px;margin-bottom:8px;font-size:.8rem;font-weight:700;display:block}.product-meta h5{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.4}.product-image{object-fit:contain;border:1px solid var(--gray-dark);filter:none;object-fit:contain;border:1px solid var(--gray-dark);width:100%;height:220px;margin-bottom:25px;transition:all .4s;display:block}.product-card:hover .product-image{filter:none}.product-card h3{color:#fff;margin-bottom:15px;font-size:2rem}.product-card p{color:#a0a0a0;flex:1;line-height:1.7}.buttons{gap:25px;margin-top:25px;display:flex}.buttons a{color:var(--gold);border-bottom:2px solid var(--gold);text-transform:uppercase;padding-bottom:3px;font-size:13px;font-weight:700}.buttons a:hover{color:#fff;border-color:#fff}.status-badge{background:var(--gold);color:#000;text-transform:uppercase;border-radius:20px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-block}.product-card{position:relative}@media (width<=768px){.products-grid{grid-template-columns:1fr}}@media (width<=768px){.featured-card{grid-column:auto}}.sector-row{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.model-row{margin-top:10px}.upcoming-badge{background:var(--gold);color:var(--black);text-transform:uppercase;letter-spacing:1px;white-space:nowrap;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:700}.featured-card{grid-column:span 2}.buttons a{color:var(--gold);border:2px solid var(--gold);border-radius:6px;padding:12px 24px;font-weight:600;transition:all .3s;display:inline-block}.buttons a:hover{background:var(--gold);color:#000}#careers{background:var(--white);color:var(--black)}#careers .section-title{color:var(--black)}#careers .section-title span{color:var(--gold)}#careers .text-block p{color:var(--gray)}#careers .career-btn{background:var(--gold);color:var(--black);border-radius:6px;margin-top:30px;padding:14px 30px;font-weight:700;transition:all .3s;display:inline-block}#careers .career-btn:hover{background:var(--black);color:var(--white)}.contact{background:var(--black);color:#fff}.contact h3{color:var(--gold);margin-top:30px;font-size:28px;font-weight:700}.contact .text-block p{color:#a0a0a0}.footer{background:var(--black);color:#fff;border-top:1px solid var(--gray-dark);padding:100px 5% 70px}.footer-container{grid-template-columns:1fr 1fr;gap:100px;width:95%;max-width:1400px;margin:auto;display:grid}.footer-heading-label{color:#777;letter-spacing:7px;margin-bottom:40px;font-size:12px;font-weight:700}.footer-left h2{color:#fff;letter-spacing:-3px;margin-bottom:70px;font-size:clamp(2.8rem,4.5vw,4.5rem);font-weight:800;line-height:1}.contact-details{flex-direction:column;gap:35px;display:flex}.contact-item{border-left:none;padding-left:0}.contact-item span{color:#777;letter-spacing:4px;margin-bottom:18px;font-size:12px;font-weight:700;display:block}.contact-item p{color:#fff;margin:0;font-size:20px;font-weight:400}.footer-right{flex-direction:column;justify-content:flex-start;padding-top:130px;display:flex}.social-section>span{color:#777;letter-spacing:4px;font-size:12px;font-weight:700}.social-links{gap:35px;margin-top:25px;display:flex}.social-links a{color:#fff;border:1px solid #555;justify-content:center;align-items:center;width:30px;height:30px;font-size:17px;font-weight:700;transition:all .3s;display:flex}.social-links a:hover{background:var(--gold);color:var(--black);border-color:var(--gold)}.footer-bottom{width:95%;max-width:1400px;margin:70px auto 0;padding-top:30px}.copyright{color:#666;letter-spacing:4px;text-transform:none;font-size:12px}@media (width<=768px){.footer{padding:70px 5% 50px}.footer-container{grid-template-columns:1fr;gap:60px}.footer-left h2{margin-bottom:50px;font-size:3.5rem}.footer-right{gap:60px;padding:0}.contact-item p{font-size:17px}}.asat-page-wrapper{color:#fff;background-color:#000;flex-direction:column;justify-content:space-between;min-height:100vh;padding-top:100px;display:flex}.asat-view-container{flex-direction:column;flex-grow:1;justify-content:space-between;width:100%;display:flex}.asat-main-content,.asat-detail-content{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:3rem;width:100%;max-width:80rem;margin:0 auto;padding:3rem 1.5rem 4rem;display:flex}.asat-title-header{text-align:center}.asat-main-title{letter-spacing:-.05em;text-transform:uppercase;color:#fff;font-size:clamp(2.2rem,5vw,3.75rem);font-weight:900}.section-label-bar{text-align:center;width:100%}.section-mono-tag{text-transform:uppercase;letter-spacing:.4em;color:#a3a3a3;font-family:monospace;font-size:.75rem}.asat-products-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;width:100%;max-width:64rem;display:grid}@media (width>=768px){.asat-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.asat-product-card{background-color:#0a0a0a66;border:1px solid #262626;border-radius:1rem;flex-direction:column;justify-content:space-between;padding:2rem;transition:border-color .3s;display:flex}.asat-product-card:hover{border-color:#fff}.sub-product-title{letter-spacing:-.025em;text-transform:uppercase;color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:800;transition:transform .3s}.asat-product-card:hover .sub-product-title{transform:translate(4px)}.sub-product-lines{color:#a3a3a3;font-size:.85rem;font-weight:300;line-height:1.625}.card-actions-bar{border-top:none;justify-content:center;align-items:center;margin-top:1.25rem;padding-top:1.25rem;display:flex}.btn-pill-outline{color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;text-align:center;background:0 0;border:1px solid #262626;border-radius:9999px;padding:.625rem 1.5rem;font-size:11px;font-weight:600;transition:border-color .2s}.btn-pill-outline:hover{border-color:#fff}.btn-pill-filled{color:#000;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;text-align:center;background:#fff;border:none;border-radius:9999px;padding:.625rem 2rem;font-size:11px;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.btn-pill-filled:hover{background-color:#e5e5e5;transform:translateY(-1px)}.asat-structure-section{border-top:none;flex-direction:column;gap:2rem;width:100%;max-width:64rem;padding-top:3rem;display:flex}.structure-tree-container{flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem 0;display:flex}.tree-node{text-align:center;background-color:#0a0a0a99;border:1px solid #262626;border-radius:.75rem;padding:.75rem 1.5rem}.tree-node span{text-transform:uppercase;letter-spacing:.15em;color:#fff;font-family:monospace;font-size:.8rem;font-weight:600}.tree-connector-down{flex-direction:column;align-items:center;display:flex}.tree-branch-wrapper{flex-direction:column;align-items:center;width:calc(75% + .75rem);max-width:42.75rem;display:flex}.tree-branch-wrapper.grid-5-branch{width:80%;max-width:51.2rem}.line-v{background-color:#555;width:1.5px;height:1.5rem}.line-v.short-v{height:1.5rem}.arrow-head{border-top:4px solid #555;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0}.line-h-connector{background-color:#555;width:100%;height:1.5px}@media (width<=639px){.line-h-connector{display:none}}@media (width>=768px){.card-span-2{grid-column:span 2/span 2;width:100%;max-width:32rem;margin:0 auto}}.tree-children-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%;max-width:56rem;display:grid}@media (width>=640px){.tree-children-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tree-children-grid.grid-5{grid-template-columns:repeat(5,minmax(0,1fr));max-width:64rem}}.tree-child{background-color:#0a0a0a4d;justify-content:center;align-items:center;padding:1rem .5rem;display:flex;position:relative}.top-vertical-pin{background-color:#555;width:1.5px;height:1.5rem;position:absolute;top:-1.5rem;left:50%;transform:translate(-50%)}@media (width<=639px){.top-vertical-pin{display:none}}.back-btn-wrapper{width:100%}.btn-back-pill{text-transform:uppercase;letter-spacing:.15em;color:#a3a3a3;cursor:pointer;background:0 0;border:1px solid #262626;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:monospace;font-size:.75rem;transition:color .2s,border-color .2s;display:inline-flex}.btn-back-pill:hover{color:#fff;border-color:#fff}.detail-about-card{background-color:#0a0a0a33;border:1px solid #171717;border-radius:1.5rem;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;display:flex}.about-paragraphs-body{color:#d4d4d4;flex-direction:column;gap:1rem;font-size:.9rem;font-weight:300;line-height:1.625;display:flex}.detail-timeline-section{flex-direction:column;gap:2rem;width:100%;display:flex}.vertical-timeline-conduit{border-left:1px solid #262626;flex-direction:column;gap:2.5rem;margin-left:1.25rem;padding-left:1.5rem;display:flex;position:relative}.timeline-step-item{position:relative}.step-circle-pin{color:#fff;background-color:#000;border:1px solid #525252;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-family:monospace;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:.15rem;left:-2.5rem;box-shadow:0 4px 10px #00000080}.step-content-body{flex-direction:column;gap:.5rem;padding-left:1rem;display:flex}.step-header-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.step-title{text-transform:uppercase;letter-spacing:.05em;color:#fff;margin:0;font-size:1rem;font-weight:800}.period-badge{text-transform:uppercase;letter-spacing:.1em;color:#a3a3a3;background-color:#0f0f0fe6;border:1px solid #262626;border-radius:.25rem;padding:.2rem .5rem;font-family:monospace;font-size:.65rem}.step-desc{color:#a3a3a3;margin:0;font-size:.85rem;font-weight:300;line-height:1.65}.asat-footer{text-align:center;color:#737373;border-top:1px solid #171717;flex-direction:column;gap:.5rem;width:100%;padding:2rem 1.5rem;font-family:monospace;font-size:.75rem;display:flex}.footer-origin{text-transform:uppercase;letter-spacing:.2em;color:#a3a3a3}.toast-notification-pill{z-index:50;color:#000;text-transform:uppercase;letter-spacing:.05em;background-color:#fff;border-radius:9999px;padding:.625rem 1.25rem;font-size:.75rem;font-weight:700;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 25px 50px -12px #00000040}.happi-badge-pill{border:1px solid var(--gold);color:var(--gold);letter-spacing:1.5px;background:#daae2d1f;border-radius:20px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 18px;font-size:.8rem;font-weight:800;display:inline-flex}.happi-pulse{background:var(--gold);width:8px;height:8px;box-shadow:0 0 10px var(--gold);border-radius:50%;animation:1.8s infinite pulseGlow}@keyframes pulseGlow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}.happi-title{letter-spacing:-1.5px;color:#fff;margin:0 0 10px;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:900;line-height:1.1}.happi-title span{color:var(--gold);background:linear-gradient(135deg, #fff, var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.happi-subtitle{color:var(--gold);letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;font-size:1.2rem;font-weight:600}.happi-hero-intro{color:#d8d8d8;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.8}.happi-overview-section{text-align:left}.happi-overview-section h2{color:#fff;margin-bottom:10px;font-size:2.2rem;font-weight:800}.happi-overview-lead{color:#e0e0e0;margin-bottom:35px;font-size:1.2rem;line-height:1.85}.happi-pillars-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.happi-pillar-item{border:1px solid #daae2d33;border-top:2px solid var(--gold);background:#0006;border-radius:10px;padding:24px 20px;transition:transform .3s,border-color .3s}.happi-pillar-item:hover{border-color:var(--gold);transform:translateY(-4px)}.pillar-num{color:var(--gold);letter-spacing:1px;margin-bottom:10px;font-size:.8rem;font-weight:800}.happi-pillar-item h4{color:#fff;margin-bottom:8px;font-size:1.15rem;font-weight:700}.happi-pillar-item p{color:#a0a0a0;font-size:.9rem;line-height:1.5}.projects-filter-bar{flex-wrap:wrap;justify-content:center;gap:12px;margin:25px 0 30px;display:flex}.filter-btn{color:#ccc;letter-spacing:1px;cursor:pointer;background:#ffffff0a;border:1px solid #daae2d4d;border-radius:30px;padding:10px 22px;font-size:.78rem;font-weight:700;transition:all .3s}.filter-btn:hover,.filter-btn.active{background:var(--gold);color:#050505;border-color:var(--gold);box-shadow:0 0 20px #daae2d4d}.happi-projects-grid{gap:22px;display:grid}.happi-projects-grid.featured-3-grid{grid-template-columns:repeat(3,1fr)}.happi-projects-grid.all-4-grid{grid-template-columns:repeat(4,1fr)}.happi-project-card{position:relative}.card-tag{letter-spacing:1.2px;color:var(--gold);background:#daae2d1a;border-radius:3px;margin-bottom:12px;padding:3px 8px;font-size:.65rem;font-weight:800;display:inline-block}.deck-viewport{justify-content:center;align-items:center;min-height:520px;display:flex;position:relative}.main-extended-deck{flex-direction:column;gap:0;width:100%;display:flex}.started-extension-wrapper{width:100%;position:relative;overflow:hidden}.conduit-connector-line{background:linear-gradient(180deg, var(--gold), #daae2d33);width:3px;height:45px;box-shadow:0 0 10px var(--gold);z-index:5;margin:0 auto;position:relative}.conduit-glow-dot{background:var(--gold);width:12px;height:12px;box-shadow:0 0 12px var(--gold);border:2px solid #040405;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.started-extension-card{border-top:2px solid var(--gold)}.glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#121216eb,#0a0a0ef5);border:1px solid #daae2d40;border-radius:16px;flex-direction:column;justify-content:space-between;padding:45px 50px;display:flex;position:relative;box-shadow:0 20px 60px #000000b3,inset 0 1px #ffffff0d}.slide-badge{color:var(--gold);letter-spacing:2px;text-transform:uppercase;background:#daae2d14;border:1px solid #daae2d33;border-radius:4px;align-self:flex-start;margin-bottom:20px;padding:6px 14px;font-size:.75rem;font-weight:800;display:inline-block}.slide-hero{text-align:center;margin-bottom:25px}.hero-logo-box{background:#daae2d0d;border:1px solid #daae2d40;border-radius:50%;margin-bottom:15px;padding:18px;display:inline-block;box-shadow:0 0 30px #daae2d26}.details-logo{object-fit:contain;width:90px;height:90px}.slide-hero h1{letter-spacing:-1.5px;text-transform:uppercase;color:#fff;margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:900}.gold-accent-line{background:var(--gold);width:70px;height:3px;box-shadow:0 0 10px var(--gold);border-radius:2px;margin:18px auto 0}.gold-accent-line.align-left{margin:15px 0 25px}.slide-body-content{text-align:center;max-width:900px;margin:0 auto 30px}.lead-text{color:#e5e5e5;font-size:1.3rem;font-weight:400;line-height:1.85}.slide-nav-action{flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding-top:15px;display:flex}.slide-nav-action.action-right{align-items:flex-end}.arrow-nav-btn{border:1.5px solid var(--gold);color:#fff;cursor:pointer;background:linear-gradient(135deg,#daae2d2e,#daae2d0f);border-radius:40px;align-items:center;gap:14px;padding:12px 26px;transition:all .35s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 0 25px #daae2d33}.arrow-nav-btn:hover{background:var(--gold);color:#050505;transform:translateY(-3px);box-shadow:0 10px 30px #daae2d73}.btn-label{letter-spacing:1px;font-size:.95rem;font-weight:800}.btn-text-group{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.btn-sub{letter-spacing:1.5px;opacity:.8;font-size:.65rem}.arrow-icon-circle{width:38px;height:38px;color:var(--gold);background:#0000004d;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex}.arrow-nav-btn:hover .arrow-icon-circle{color:var(--gold);background:#050505}.pulsing-down{animation:1.8s infinite pulseDown}.pulsing-right{animation:1.8s infinite pulseRight}@keyframes pulseDown{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes pulseRight{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.nav-hint{color:#888;letter-spacing:.5px;font-size:.75rem}.slide-top-nav{justify-content:space-between;align-items:center;width:100%;margin-bottom:25px;display:flex}.arrow-back-pill{color:var(--gold);cursor:pointer;background:#ffffff0d;border:1px solid #daae2d4d;border-radius:20px;align-items:center;gap:8px;padding:8px 18px;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex}.arrow-back-pill:hover{background:var(--gold);color:#050505}.started-content{text-align:left;max-width:100%}.started-content h2{color:#fff;margin-bottom:10px;font-size:2.5rem;font-weight:800}.started-narrative{color:#e0e0e0;border-left:4px solid var(--gold);background:#0000004d;border-radius:0 12px 12px 0;padding:30px 35px;font-size:1.35rem;line-height:1.9}.phase-card{padding-bottom:35px}.phase-header-deck{text-align:center;margin-bottom:30px}.phase-pill-badge{background:var(--gold);color:#050505;letter-spacing:1px;text-transform:uppercase;border-radius:20px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 22px;font-size:.85rem;font-weight:800;display:inline-flex}.phase-pulse-dot{background:#050505;border-radius:50%;width:7px;height:7px}.phase-header-deck h2{color:#fff;margin:5px 0;font-size:2.4rem;font-weight:800}.phase-sub{color:#999;margin:0;font-size:1rem}.deck-products-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.presentation-item{border:1px solid #daae2d40;border-top:3px solid var(--gold);text-align:left;background:linear-gradient(145deg,#19191ef2,#0e0e12fa);border-radius:10px;flex-direction:column;min-height:250px;padding:25px 20px;transition:all .3s;display:flex;position:relative}.presentation-item:hover{border-color:var(--gold);box-shadow:0 12px 35px #000000b3,0 0 20px #daae2d33}.item-badge-corner{color:#daae2d99;font-size:.75rem;font-weight:800;position:absolute;top:12px;right:15px}.flow-item-header h3{color:#fff;margin-bottom:12px;font-size:1.3rem;font-weight:800}.flow-item p{color:#a5a5a5;flex:1;margin-bottom:20px;font-size:.9rem;line-height:1.6}.timeline-buttons{align-items:center;gap:8px;margin-top:auto;display:flex}.btn-website,.btn-learn{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:7px 12px;font-size:.7rem;font-weight:700;transition:all .3s}.btn-website{color:var(--gold);border:1px solid var(--gold);background:0 0;text-decoration:none}.btn-website:hover{background:var(--gold);color:#050505}.btn-learn{color:var(--gold);cursor:pointer;background:#daae2d1f;border:1px solid #daae2d4d}.btn-learn:hover{background:var(--gold);color:#050505}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{border:1px solid var(--gold);border-top:4px solid var(--gold);background:#111115;border-radius:12px;width:100%;max-width:550px;padding:45px 40px;position:relative;box-shadow:0 20px 50px #000c,0 0 30px #daae2d26}.modal-close{color:var(--gold);cursor:pointer;background:0 0;border:none;font-size:1.2rem;position:absolute;top:20px;right:20px}.modal-badge{color:var(--gold);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;font-size:.75rem;font-weight:700}.modal-content h2{color:#fff;margin-bottom:15px;font-size:2rem;font-weight:800}.modal-desc{color:#e0e0e0;margin-bottom:15px;font-size:1.1rem;line-height:1.7}.modal-subtext{color:#888;margin-bottom:25px;font-size:.9rem;line-height:1.6}.modal-link{background:var(--gold);color:#000;text-transform:uppercase;border-radius:5px;padding:10px 22px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.modal-link:hover{background:#fff}.product-not-found{color:#fff;text-align:center;background:#040405;justify-content:center;align-items:center;min-height:80vh;padding-top:100px;display:flex}.product-not-found h1{color:var(--gold);margin-bottom:15px;font-size:2.5rem}.product-not-found p{color:#aaa;margin-bottom:30px;font-size:1.1rem}.back-btn{background:var(--gold);color:#050505;border-radius:30px;padding:10px 24px;font-weight:800;display:inline-block}@media (width<=1100px){.deck-products-grid,.happi-projects-grid.featured-3-grid,.happi-projects-grid.all-4-grid{grid-template-columns:repeat(2,1fr);gap:18px}.happi-pillars-grid{grid-template-columns:1fr;gap:16px}}@media (width<=768px){.product-details{padding:95px 3% 40px}.glass-card{padding:30px 20px}.slide-hero h1,.happi-title{font-size:2.2rem}.lead-text,.happi-hero-intro,.happi-overview-lead{font-size:1.05rem}.started-content h2,.happi-overview-section h2{font-size:1.8rem}.started-narrative{padding:20px;font-size:1.05rem}.deck-products-grid,.happi-projects-grid.featured-3-grid,.happi-projects-grid.all-4-grid{grid-template-columns:1fr}.slide-nav-action.action-right{align-items:center}}.team-page{color:#fff;background:#050505;min-height:100vh;padding:130px 4% 80px}.team-header{text-align:center;margin-bottom:50px}.team-header h1{color:#fff;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.team-group-section{margin-bottom:70px}.group-title{color:var(--gold);max-width:1100px;margin-bottom:45px;margin-left:auto;margin-right:auto;padding-bottom:12px;font-size:2rem;font-weight:700}.team-rows-list{flex-direction:column;gap:50px;max-width:1100px;margin:0 auto;display:flex}.member-role-badge{color:#a0a0a0;margin-top:6px;font-size:1.1rem;font-weight:500;display:inline-block}.team-row-card{align-items:center;gap:45px;width:100%;display:flex}.team-row-card.photo-right{flex-direction:row-reverse}.team-photo-box{background:#ffffff05;border:1.5px solid #fff6;border-radius:4px;flex-shrink:0;width:220px;height:220px;overflow:hidden}.photo-placeholder{background:0 0;width:100%;height:100%}.photo-img{object-fit:cover;width:100%;height:100%}.team-text-block{flex:1}.team-text-block h2{color:#fff;letter-spacing:-.5px;margin-bottom:15px;font-size:2.4rem;font-weight:800}.team-text-block p{color:#d0d0d0;max-width:700px;font-size:1.15rem;line-height:1.7}@media (width<=768px){.team-page{padding-top:100px}.team-row-card,.team-row-card.photo-right{flex-direction:column;align-items:flex-start;gap:20px}.team-photo-box{width:180px;height:180px}.team-text-block h2{font-size:1.8rem}.team-text-block p{font-size:1rem}}.careers-page.minimal-uc-page{color:#fff;background:#000;justify-content:center;align-items:center;min-height:80vh;padding-top:100px;padding-bottom:60px;display:flex}.uc-center-container{justify-content:center;align-items:center;display:flex}.minimal-uc-box{text-align:center;background:#ffffff04;border:1px dashed #daae2d4d;border-radius:12px;max-width:650px;padding:60px 40px}.uc-badge-tag{color:var(--gold);letter-spacing:3px;text-transform:uppercase;background:#daae2d1a;border-radius:20px;margin-bottom:25px;padding:6px 16px;font-size:.75rem;font-weight:800;display:inline-block}.minimal-uc-box h1{color:#fff;letter-spacing:-1px;margin-bottom:18px;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800}.minimal-uc-box p{color:#a0a0a0;max-width:500px;margin:0 auto;font-size:1.15rem;line-height:1.7}.investors-page{color:#fff;background:#050505;min-height:100vh;padding-top:130px}.investors-container{text-align:center;max-width:1100px;margin:0 auto}.investors-header{max-width:850px;margin:0 auto 60px}.investors-header h1{color:#fff;margin-bottom:12px;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:800}.investors-sub-heading{color:var(--gold);letter-spacing:-.5px;margin-bottom:20px;font-size:1.5rem;font-weight:700}.investors-intro-text{color:#ccc;text-align:justify;max-width:780px;margin:0 auto;font-size:1.15rem;line-height:1.85}.journey-section{margin-bottom:90px}.journey-title-box{margin-bottom:45px}.journey-title-box h2{color:#fff;margin-bottom:10px;font-size:2.2rem;font-weight:800}.journey-sub-text{color:#999;max-width:650px;margin:0 auto;font-size:1.1rem}.journey-tree{flex-direction:column;align-items:center;max-width:1000px;margin:0 auto;display:flex}.glass-investor-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:left;background:linear-gradient(145deg,#121216f2,#0a0a0efa);border:1px solid #daae2d4d;border-radius:14px;padding:32px 30px;transition:all .35s;box-shadow:0 15px 40px #000000b3}.glass-investor-card:hover{border-color:var(--gold);box-shadow:0 20px 50px #000c,0 0 25px #daae2d33}.card-badge{color:var(--gold);letter-spacing:1.5px;background:#daae2d1a;border:1px solid #daae2d40;border-radius:4px;margin-bottom:15px;padding:4px 12px;font-size:.7rem;font-weight:800;display:inline-block}.tree-root-card{border-top:3px solid var(--gold);width:100%;max-width:680px}.tree-root-card h3{color:#fff;margin-bottom:12px;font-size:1.8rem;font-weight:800}.company-desc{color:#d0d0d0;margin-bottom:18px;font-size:1.05rem;line-height:1.7}.company-meta{color:var(--gold);align-items:center;gap:10px;font-size:.85rem;font-weight:600;display:flex}.dot-sep{opacity:.6}.tree-conduits{width:100%;max-width:500px;height:70px;margin:5px 0}.tree-svg-lines{width:100%;height:100%}.tree-branches{grid-template-columns:repeat(2,1fr);gap:30px;width:100%;display:grid}.tree-branch-card{flex-direction:column;justify-content:space-between;min-height:280px;display:flex}.tree-root-card{border-top:3px solid var(--gold);width:100%;max-width:680px;margin-bottom:30px}.tree-branch-card h3{color:#fff;margin-bottom:12px;font-size:1.5rem;font-weight:800}.ecosystem-desc{color:#b5b5b5;flex:1;margin-bottom:25px;font-size:.98rem;line-height:1.7}.card-action{margin-top:auto}.learn-more-btn{border:1.5px solid var(--gold);color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#daae2d33,#daae2d14);border-radius:30px;align-items:center;gap:8px;padding:10px 22px;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 0 15px #daae2d26}.learn-more-btn:hover{background:var(--gold);color:#050505;transform:translateY(-2px);box-shadow:0 8px 25px #daae2d66}@media (width<=900px){.tree-branches{grid-template-columns:1fr;gap:30px}.tree-branch-card{margin-bottom:10px}.tree-conduits{display:none}.investors-header h1{font-size:2.2rem}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--gold);background:#050505fa;width:100%;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:20px 40px;display:flex}.logo{color:#fff;letter-spacing:-1px;white-space:nowrap;cursor:pointer;font-size:1.5rem;font-weight:800;text-decoration:none;display:inline-block}.logo span{color:var(--gold)}.nav-links{align-items:center;gap:40px;display:flex}.nav-links a{color:#fff;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.mobile-toggle{color:var(--gold);cursor:pointer;background:0 0;border:none;padding:5px;display:none}@media (width>=1400px){.navbar-container{max-width:1500px;padding:22px 50px}.logo{font-size:1.6rem}.nav-links{gap:36px}.nav-links a{font-size:.88rem}}@media (width>=1025px) and (width<=1399px){.navbar-container{padding:20px 30px}.logo{font-size:1.35rem}.nav-links{gap:24px}.nav-links a{font-size:.8rem}}@media (width>=768px) and (width<=1024px){.navbar-container{padding:16px 20px}.logo{font-size:1.15rem}.nav-links{flex-direction:row;align-items:center;gap:14px;display:flex}.nav-links a{letter-spacing:.5px;font-size:.72rem}.mobile-toggle{display:none}}@media (width<=767px){.navbar-container{padding:10px 18px}.logo{font-size:1.1rem}.mobile-toggle{justify-content:center;align-items:center;display:flex}.nav-links{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:2px solid var(--gold);opacity:0;visibility:hidden;background:#050505fa;flex-direction:column;align-items:center;gap:22px;width:100%;padding:30px 20px;transition:all .35s ease-in-out;position:fixed;top:60px;left:0;transform:translateY(-150%)}.nav-links.open{opacity:1;visibility:visible;transform:translateY(0)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:#050505}body{color:#fff;background-color:#050505;min-height:100vh;font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{width:100%;display:block}ul{list-style:none}section{padding:8rem 5%}.container{width:95%;max-width:1400px;margin:auto}.section-title{letter-spacing:-2px;color:#fff;margin-bottom:3rem;font-size:3rem;font-weight:800}.section-title span{color:var(--gold)}.text-block{max-width:850px}.text-block p{color:var(--gray);margin-bottom:25px;font-size:1.2rem;line-height:1.8}.dark{background:var(--black);color:#fff}.dark .section-title{color:#fff}.dark .text-block p{color:#a0a0a0}:root{--black:#050505;--black-surface:#111;--white:#fff;--white-surface:#f9f9f9;--gold:#d4af37;--gold-muted:#b5952f;--gray:#666;--gray-light:#e5e5e5;--gray-dark:#333;--container:1400px;--transition:.3s ease}
