:root{--bg: #0a0a0a;--surface: #111111;--surface-2: #1a1a1a;--gold: #c9a84c;--gold-light: #e8c96d;--gold-dim: rgba(201, 168, 76, .15);--text: #ffffff;--text-muted: #888888;--border: rgba(201, 168, 76, .2);--border-hover: rgba(201, 168, 76, .6);--space-xxs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 20px;--space-lg: 32px;--space-xl: 48px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--font-family-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;--text-size-base: 16px;--heading-1: 64px;--heading-2: 40px;--heading-3: 28px;--section-padding-y: 96px;--section-padding-y-mobile: 64px;--bp-mobile: 768px;--bp-tablet: 1024px}@media (prefers-reduced-motion: reduce){:root{--reduced-motion: 1}}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-family-sans);font-size:var(--text-size-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}button{font-family:inherit}a{text-decoration:none;color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4{line-height:1.05;margin:0 0 .5rem}.eyebrow{display:inline-block;color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-weight:600;font-size:.75rem}.hero-heading{font-weight:800;font-size:clamp(32px,6vw,var(--heading-1));line-height:.95;color:var(--text)}.hero-heading .accent-gold{color:var(--gold)}.subhead{color:var(--text-muted);font-weight:300;max-width:720px}.stat-number{font-weight:800;color:var(--gold);font-size:3rem}.small-label{font-size:.875rem;color:var(--gold);text-transform:uppercase;letter-spacing:.18em}@media (max-width: 767px){.hero-heading{font-size:28px}.stat-number{font-size:2rem}}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}section{padding:var(--section-padding-y) 0}.services-partners-wrapper{display:grid;grid-template-columns:55% 45%;gap:var(--space-xl);align-items:start;padding-top:var(--section-padding-y);padding-bottom:var(--section-padding-y)}.section-dark{background:var(--surface)}.two-col{display:grid;grid-template-columns:60% 40%;gap:var(--space-lg);align-items:center}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}@media (max-width: 1024px){.container{padding:0 var(--space-md)}.two-col{grid-template-columns:1fr 1fr}.services-partners-wrapper{grid-template-columns:1fr;gap:var(--space-xl)}}@media (max-width: 767px){.container{padding:0 var(--space-md)}.two-col,.three-col{grid-template-columns:1fr}section{padding:var(--section-padding-y-mobile) 0}.services-partners-wrapper{padding-top:var(--section-padding-y-mobile);padding-bottom:var(--section-padding-y-mobile);gap:var(--space-lg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes floatY{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes glowPulse{0%{box-shadow:0 0 #c9a84c0d}50%{box-shadow:0 0 16px #c9a84c26}to{box-shadow:0 0 #c9a84c0d}}.hero-content,.hero-media{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}.hero-content{transition-delay:.1s}.hero-media{transition-delay:.3s}.hero-content.hero-anim-in,.hero-media.hero-anim-in{opacity:1;transform:translateY(0)}.hero-badge{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.hero-badge.hero-anim-in{opacity:1;transform:translateY(0)}.hero-float-card{opacity:0;transform:scale(.88);transition:opacity .5s ease,transform .5s cubic-bezier(.34,1.56,.64,1)}.hero-float-card.hero-anim-in{opacity:1;transform:scale(1)}.product-card--hidden{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1)}.product-card--visible{opacity:1;transform:translateY(0)}.mobile-floating-bar{display:none;position:fixed;left:0;right:0;bottom:0;height:60px;background:#111111e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border);box-shadow:0 -4px 20px #0009;z-index:99;grid-template-columns:repeat(4,1fr)}.floating-action-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;gap:4px;text-decoration:none;transition:color .3s ease,background .3s ease;height:100%}.floating-action-item svg{color:var(--gold);transition:transform .3s ease}.floating-action-item:hover,.floating-action-item:active{color:var(--text);background:#c9a84c0d}.floating-action-item:hover svg{transform:scale(1.1)}@media (max-width: 768px){.mobile-floating-bar{display:none}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.grid{display:grid}.hidden{display:none}.visually-hidden{position:absolute;left:-9999px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;font-weight:700;cursor:pointer;border:1px solid transparent}.btn-primary{background:var(--gold);color:#111;border-color:transparent}.btn-primary:hover{box-shadow:0 8px 24px var(--gold-dim);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--gold)}.btn-secondary:hover{background:linear-gradient(180deg,rgba(201,168,76,.06),transparent)}.card{background:var(--surface);border:1px solid var(--border);padding:18px;border-radius:var(--radius-md)}:where(a,button):focus{outline:2px solid var(--gold-light);outline-offset:2px}#main-nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:transform .4s ease,background-color .4s ease,border-color .4s ease;border-bottom:1px solid transparent}.nav-container{height:80px;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-md)}.nav-logo{display:flex;align-items:center;gap:var(--space-sm)}.nav-logo img{height:48px;width:auto;border-radius:4px;object-fit:cover}.logo-text-group{display:flex;flex-direction:column;line-height:1.1}.logo-title{font-size:1.25rem;font-weight:800;letter-spacing:.15em;color:var(--text)}.logo-subtitle{font-size:.65rem;font-weight:500;color:var(--gold);text-transform:uppercase;letter-spacing:.08em}.nav-links{display:flex;gap:var(--space-lg);list-style:none}.nav-links a{color:var(--text-muted);font-size:.95rem;font-weight:600;letter-spacing:.02em;padding:var(--space-xs) 0;position:relative;transition:color .3s ease}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);transition:width .3s ease}.nav-links a:hover,.nav-links a.active{color:var(--text)}.nav-links a.active:after,.nav-links a:hover:after{width:100%}.nav-ctas{display:flex;align-items:center}.nav-cta-btn{font-size:.85rem;padding:var(--space-xs) var(--space-md);letter-spacing:.05em;text-transform:uppercase}.cta-icon{margin-right:4px;transition:transform .3s ease}.nav-cta-btn:hover .cta-icon{transform:rotate(15deg) scale(1.1)}.nav-toggle{display:none;background:transparent;border:0;cursor:pointer;z-index:110;padding:8px}.nav-toggle .hamburger{display:block;width:24px;height:2px;background:var(--text);position:relative;transition:background .3s ease}.nav-toggle .hamburger:before,.nav-toggle .hamburger:after{content:"";position:absolute;left:0;width:24px;height:2px;background:var(--text);transition:transform .3s ease,top .3s ease}.nav-toggle .hamburger:before{top:-8px}.nav-toggle .hamburger:after{top:8px}.nav-scrolled{background:#0a0a0af2!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-color:var(--border)!important;box-shadow:0 4px 30px #00000080}.nav-links-mobile{display:none}@media (max-width: 1024px){.nav-links,.nav-ctas{display:none}.nav-toggle{display:block}.nav-container{height:72px}.nav-links-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0a0a0afa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:105;gap:var(--space-lg);transform:translateY(-100%);transition:transform .4s cubic-bezier(.16,1,.3,1);pointer-events:none}.nav-links-mobile.is-active{transform:translateY(0);pointer-events:all}.mobile-close{position:absolute;top:20px;right:20px;background:transparent;border:1px solid var(--border);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;transition:border-color .3s ease,color .3s ease}.mobile-close:hover{border-color:var(--border-hover);color:var(--text)}.nav-links-mobile ul{list-style:none;display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:0;margin:0}.nav-links-mobile li a{font-size:1.6rem;font-weight:700;color:var(--text-muted);letter-spacing:.02em;transition:color .3s ease;position:relative;padding-bottom:4px}.nav-links-mobile li a:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--gold);transition:width .3s ease}.nav-links-mobile li a:hover{color:var(--text)}.nav-links-mobile li a:hover:after{width:100%}.mobile-cta{margin-top:var(--space-md);font-size:.95rem;padding:12px 32px}.nav-toggle.is-active .hamburger{background:transparent}.nav-toggle.is-active .hamburger:before{top:0;transform:rotate(45deg)}.nav-toggle.is-active .hamburger:after{top:0;transform:rotate(-45deg)}}#hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:calc(80px + var(--section-padding-y)) 0 var(--section-padding-y);overflow:hidden;background:#000}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center right;display:block;opacity:0;transition:opacity .6s ease}.hero-bg-img--loaded{opacity:1}.hero-bg-img--mobile{display:none}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a0a0af7,#0a0a0aeb 30%,#0a0a0a8c 55%,#0a0a0a1a 75%,#0a0a0a00)}.hero-inner{position:relative;z-index:10;display:grid;grid-template-columns:52% 48%;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 var(--space-lg);gap:0}.hero-content{z-index:10}.hero-content .eyebrow{margin-bottom:var(--space-sm);color:var(--gold)}.hero-content .hero-heading{margin-bottom:var(--space-md);letter-spacing:-.02em}.hero-content .subhead{margin-bottom:var(--space-lg);font-size:1.1rem;line-height:1.6;color:var(--text-muted);max-width:480px}.hero-ctas{display:flex;gap:var(--space-sm);flex-wrap:wrap;margin-bottom:var(--space-lg)}.hero-ctas .btn{padding:12px 28px}.hero-badges{display:flex;gap:var(--space-sm);flex-wrap:wrap}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#111111b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:999px;padding:6px 14px;font-size:.78rem;font-weight:600;color:var(--text-muted);letter-spacing:.02em;transition:border-color .3s ease,color .3s ease}.hero-badge svg{color:var(--gold);flex-shrink:0}.hero-badge:hover{border-color:var(--border-hover);color:var(--text)}.hero-media-spacer{position:relative;height:700px;width:100%;display:flex;align-items:flex-end;justify-content:center}.hero-product-img-wrap{width:100%;max-width:720px;position:relative;z-index:5;align-self:flex-end;filter:drop-shadow(0 24px 48px rgba(0,0,0,.6));animation:floatY 5s ease-in-out infinite}.hero-product-img{width:100%;height:auto;display:block;object-fit:contain}.hero-products-band{display:none}@media (max-width: 1024px){.hero-inner{grid-template-columns:60% 40%}.hero-media-spacer{height:520px}.hero-product-img-wrap{max-width:560px}.hero-overlay{background:linear-gradient(to right,#0a0a0af7,#0a0a0ae6 35%,#0a0a0a80 60%,#0a0a0a0d)}}@media (max-width: 768px){#hero{min-height:100svh;padding:100px 0 40px;display:flex;flex-direction:column;justify-content:flex-start;gap:var(--space-md)}.hero-bg{position:relative;height:auto;width:100%;flex-shrink:0;z-index:5}.hero-bg-img--desktop{display:none}.hero-bg-img--mobile{display:block;object-fit:contain;width:100%;max-height:40vh;height:auto;object-position:center;background:transparent}.hero-overlay{display:none}.hero-inner{position:relative;grid-template-columns:1fr;padding:0 var(--space-md);gap:0;margin-top:0;z-index:10}.hero-media-spacer{display:none}.hero-products-band{display:block;background:var(--bg);padding:var(--space-lg) var(--space-md);text-align:center;border-bottom:1px solid var(--border)}.hero-products-band img{width:100%;max-width:380px;height:auto;display:block;margin:0 auto;object-fit:contain;filter:drop-shadow(0 16px 32px rgba(0,0,0,.5))}.hero-content{text-align:center;padding-bottom:0}.hero-content .eyebrow{display:none}.hero-content .hero-heading{font-size:clamp(2rem,8vw,2.6rem);margin-bottom:var(--space-sm)}.hero-content .subhead{max-width:100%;font-size:.95rem;margin-left:auto;margin-right:auto;margin-bottom:var(--space-lg)}.hero-ctas{flex-direction:column;align-items:stretch;gap:var(--space-sm);margin-bottom:0}.hero-ctas .btn{width:100%;justify-content:center;padding:16px 28px;font-size:1rem;border-radius:999px}.hero-badges{display:none}}@media (max-width: 480px){.hero-inner{padding:0 var(--space-md) 40px}}#about{position:relative;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-section-header{margin-bottom:var(--space-xl);text-align:left}.about-section-header .small-label{margin-bottom:var(--space-xs)}.about-heading{font-size:clamp(2rem,4vw,2.5rem);font-weight:800;letter-spacing:-.01em}.about-main-grid{display:grid;grid-template-columns:35% 65%;gap:var(--space-xl);align-items:start}.about-left-col{display:flex;flex-direction:column;gap:var(--space-md)}.facility-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 10px 20px #0006;transition:transform .3s ease,border-color .3s ease}.facility-card:hover{transform:translateY(-4px);border-color:var(--border-hover)}.facility-img-wrapper{width:100%;overflow:hidden;background:var(--surface-2);aspect-ratio:3 / 2;position:relative}.facility-img-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(201,168,76,.08) 40%,rgba(201,168,76,.14) 50%,rgba(201,168,76,.08) 60%,transparent 100%);background-size:200% 100%;animation:shimmer 1.6s ease-in-out infinite;transition:opacity .4s ease;z-index:1}.facility-img-wrapper.img-loaded:before{opacity:0;pointer-events:none}.facility-card--portrait .facility-img-wrapper{aspect-ratio:3 / 4}.facility-img-wrapper img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;position:relative;z-index:2;opacity:0;transition:opacity .5s ease,transform .5s ease}.facility-img-wrapper.img-loaded img{opacity:1}.facility-card:hover .facility-img-wrapper img{transform:scale(1.04)}.facility-info{padding:var(--space-sm)}.facility-info h4{font-size:1rem;font-weight:700;margin-bottom:4px;color:var(--text)}.facility-info p{font-size:.8rem;color:var(--text-muted)}.about-middle-col{padding:0 var(--space-xs)}.overview-title{font-size:1.5rem;font-weight:700;margin-bottom:var(--space-md);color:var(--text)}.lead-text{font-size:1.05rem;line-height:1.6;color:var(--text-muted);margin-bottom:var(--space-md)}.tax-badge{display:inline-flex;align-items:center;gap:var(--space-xs);background:var(--gold-dim);border:1px solid var(--border);color:var(--gold-light);padding:8px 16px;border-radius:999px;font-size:.85rem;font-weight:700;margin-bottom:var(--space-md);box-shadow:0 4px 12px #c9a84c0d}.badge-icon{color:var(--gold)}.highlights-list{display:flex;flex-direction:column;gap:var(--space-md);list-style:none}.highlights-list li{display:flex;gap:var(--space-md);align-items:flex-start}.highlight-icon{flex-shrink:0;width:38px;height:38px;background:var(--surface-2);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);transition:background-color .3s ease,border-color .3s ease}.highlights-list li:hover .highlight-icon{background:var(--gold-dim);border-color:var(--border-hover)}.highlight-text strong{display:block;font-size:1rem;font-weight:700;color:var(--text);margin-bottom:2px}.highlight-text p{font-size:.88rem;color:var(--text-muted);line-height:1.4}.about-right-col{display:none}.stat-grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-sm);margin-bottom:var(--space-lg)}.stat-card{background:var(--surface-2);border:1px solid var(--border);padding:var(--space-sm) var(--space-xs);border-radius:var(--radius-md);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 4px 12px #0000004d;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-3px);border-color:var(--border-hover);box-shadow:0 8px 20px #c9a84c1a}.stat-icon{width:32px;height:32px;background:var(--surface);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--gold);border:1px solid var(--border);flex-shrink:0}.stat-card:hover .stat-icon{background:var(--gold-dim);border-color:var(--border-hover)}.stat-card .stat-number{font-size:1.4rem;font-weight:800;line-height:1;color:var(--text);letter-spacing:-.03em;display:block}.stat-card .stat-label{font-size:.72rem;color:var(--text-muted);font-weight:600;line-height:1.2}@media (max-width: 1024px){.about-main-grid{grid-template-columns:38% 62%;gap:var(--space-lg)}}@media (max-width: 768px){.about-main-grid{grid-template-columns:1fr;gap:var(--space-xl)}.about-middle-col{padding:0}.stat-grid-container{grid-template-columns:repeat(4,1fr);gap:var(--space-xs)}}@media (max-width: 480px){.stat-grid-container{grid-template-columns:repeat(2,1fr);gap:var(--space-xs)}.stat-card .stat-number{font-size:1.2rem}}#mission{background:var(--surface);border-bottom:1px solid var(--border)}.mvv-header{margin-bottom:var(--space-xl)}.mvv-header .small-label{margin-bottom:var(--space-xs)}.mvv-heading{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;letter-spacing:-.02em}.mvv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);align-items:stretch}.mvv-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-lg);display:flex;flex-direction:column;gap:var(--space-lg);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;min-height:420px}.mvv-card:hover{transform:translateY(-8px);border-color:var(--border-hover);box-shadow:0 24px 48px #c9a84c1a}.mvv-card--accent{background:linear-gradient(145deg,#1a1400,#0f0f0f 60%);border-color:#c9a84c66}.mvv-card--accent:before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(201,168,76,.18) 0%,transparent 70%);pointer-events:none}.mvv-card--accent:after{content:"";position:absolute;top:24px;right:24px;width:48px;height:48px;border:2px solid rgba(201,168,76,.2);transform:rotate(45deg);border-radius:6px;pointer-events:none}.mvv-card--accent:hover{border-color:var(--gold);box-shadow:0 24px 48px #c9a84c2e}.mvv-card-top{display:flex;align-items:flex-start;justify-content:space-between}.mvv-icon{width:64px;height:64px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0;transition:background .3s ease,border-color .3s ease}.mvv-card:hover .mvv-icon{background:var(--gold-dim);border-color:var(--border-hover)}.mvv-icon--accent{background:var(--gold-dim);border-color:#c9a84c66}.mvv-card-number{font-size:.8rem;font-weight:700;color:var(--text-muted);letter-spacing:.12em;opacity:.4}.mvv-card-title{font-size:1.8rem;font-weight:800;color:var(--text);letter-spacing:.04em;text-transform:uppercase;margin:0;line-height:1}.mvv-card--accent .mvv-card-title{color:var(--gold)}.mvv-card-text{font-size:.95rem;line-height:1.75;color:var(--text-muted);flex-grow:1}.mvv-values-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-md);flex-grow:1}.mvv-values-list li{display:flex;align-items:center;gap:var(--space-sm);font-size:.95rem;color:var(--text-muted);line-height:1.4;padding-bottom:var(--space-sm);border-bottom:1px solid rgba(201,168,76,.08)}.mvv-values-list li:last-child{border-bottom:none}.mvv-values-list li svg{color:var(--gold);flex-shrink:0}.mvv-card-footer{display:flex;justify-content:flex-end;color:var(--text-muted);opacity:.3;transition:opacity .3s ease,color .3s ease,transform .3s ease;margin-top:auto}.mvv-card:hover .mvv-card-footer{opacity:1;color:var(--gold);transform:translate(4px)}@media (max-width: 1024px){.mvv-grid{gap:var(--space-md)}.mvv-card{padding:var(--space-lg) var(--space-md);min-height:380px}.mvv-card-title{font-size:1.5rem}}@media (max-width: 768px){.mvv-grid{grid-template-columns:1fr;gap:var(--space-md)}.mvv-card{min-height:auto}}#services{padding:0;width:100%}.services-partners-wrapper{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.services-header{margin-bottom:var(--space-lg)}.services-header .small-label{margin-bottom:var(--space-xs)}.services-heading{font-size:2rem;font-weight:800;letter-spacing:-.01em}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.service-card{background:var(--surface);border:1px solid var(--border);padding:var(--space-md);border-radius:var(--radius-md);text-align:left;box-shadow:0 8px 16px #0000004d;transition:transform .4s cubic-bezier(.25,.46,.45,.94),border-color .4s ease,box-shadow .4s ease;cursor:pointer;perspective:1000px;transform-style:preserve-3d}.service-card:hover{border-color:var(--border-hover);box-shadow:0 15px 30px #c9a84c1f}.service-icon{width:50px;height:50px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:var(--space-md);transition:background-color .3s ease,border-color .3s ease;transform:translateZ(10px)}.service-card:hover .service-icon{background:var(--gold-dim);border-color:var(--border-hover)}.service-card h3{font-size:1.15rem;font-weight:700;margin-bottom:var(--space-xs);color:var(--text);transform:translateZ(15px)}.service-card p{color:var(--text-muted);font-size:.88rem;line-height:1.4;transform:translateZ(10px)}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}.service-card{padding:var(--space-sm)}.service-icon{width:40px;height:40px;margin-bottom:var(--space-xs)}.service-card h3{font-size:1rem}.service-card p{font-size:.8rem}}@media (max-width: 480px){.services-grid{grid-template-columns:1fr}}#partners{padding:0;width:100%}.partners-header{margin-bottom:var(--space-lg)}.partners-header .small-label{margin-bottom:var(--space-xs)}.partners-heading{font-size:2rem;font-weight:800;letter-spacing:-.01em}.partners-container-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:0 10px 20px #0006;display:flex;flex-direction:column;gap:var(--space-lg)}.partners-logos-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm)}.partner-logo-item{height:110px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #00000080;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;padding:4px;overflow:hidden}.partner-logo-item:hover{transform:translateY(-4px);border-color:var(--border-hover);box-shadow:0 12px 24px #c9a84c1a}.partner-logo-img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;transition:transform .4s ease,filter .4s ease;filter:brightness(1) saturate(1)}.partner-logo-item:hover .partner-logo-img{transform:scale(1.08);filter:brightness(1.1) drop-shadow(0 4px 12px rgba(201,168,76,.2))}.partner-logo-item.ethio-telecom{border-left:3px solid #00a859}.partner-logo-item.safaricom{border-left:3px solid #e21e26}.partner-logo-item.tana{border-left:3px solid var(--gold)}.partners-highlights{display:flex;flex-direction:column;gap:var(--space-md);list-style:none}.partners-highlights li{display:flex;gap:var(--space-sm);align-items:flex-start;font-size:.9rem;line-height:1.4;color:var(--text-muted)}.partners-highlights li strong{color:var(--text)}.check-icon{flex-shrink:0;color:var(--gold);margin-top:2px}@media (max-width: 768px){.partners-container-card{padding:var(--space-md);gap:var(--space-md)}.partner-logo-item{height:110px;padding:4px}.partner-logo-img{max-height:100%}.partner-logo-img{max-height:70px}}@media (max-width: 480px){.partners-logos-showcase{grid-template-columns:1fr;gap:var(--space-xs)}.partner-logo-item{height:80px}}#products{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.products-header{text-align:center;margin-bottom:var(--space-xl);max-width:1200px;margin-left:auto;margin-right:auto;padding:0 var(--space-lg)}.products-header .small-label{margin-bottom:var(--space-xs)}.products-heading{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:var(--space-sm)}.products-subhead{font-size:1rem;color:var(--text-muted);max-width:520px;margin:0 auto;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-sm);max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:transform .35s cubic-bezier(.25,.46,.45,.94),border-color .35s ease,box-shadow .35s ease;cursor:pointer;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);border-color:var(--border-hover);box-shadow:0 20px 40px #c9a84c1f;z-index:2;position:relative}.product-card--featured{grid-column:span 1}.product-img-wrap{width:100%;overflow:hidden;background:var(--surface-2);flex-shrink:0;display:block;padding:0;aspect-ratio:4 / 3;position:relative}.product-img-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(201,168,76,.08) 40%,rgba(201,168,76,.14) 50%,rgba(201,168,76,.08) 60%,transparent 100%);background-size:200% 100%;animation:shimmer 1.6s ease-in-out infinite;transition:opacity .4s ease;z-index:1}.product-img-wrap.img-loaded:before{opacity:0;pointer-events:none}.product-card--featured .product-img-wrap{width:100%}.product-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:0;transition:opacity .5s ease;position:relative;z-index:2}.product-img-wrap.img-loaded img{opacity:1}.product-card:hover .product-img-wrap img{transform:scale(1.04);transition:transform .45s cubic-bezier(.25,.46,.45,.94),opacity .5s ease}.product-card-info{padding:var(--space-sm) var(--space-md);display:flex;align-items:center;gap:var(--space-sm);background:var(--surface);border-top:1px solid var(--border)}.product-tag{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:3px 10px;white-space:nowrap;flex-shrink:0}.product-tag--gold{color:var(--gold);background:var(--gold-dim);border-color:#c9a84c4d}.product-card-info h4{font-size:.95rem;font-weight:700;color:var(--text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:0 var(--space-md)}.products-header{padding:0 var(--space-md)}}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:var(--space-sm);padding:0 var(--space-md)}.products-header{padding:0 var(--space-md)}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr;gap:var(--space-xs);padding:0 var(--space-sm)}.products-header{padding:0 var(--space-sm)}}#roadmap{position:relative;background:var(--surface);border-bottom:1px solid var(--border)}.roadmap-main-grid{display:grid;grid-template-columns:62% 38%;gap:var(--space-lg);align-items:start}.roadmap-timeline-col{width:100%}.roadmap-header{margin-bottom:var(--space-xl)}.roadmap-header .small-label{margin-bottom:var(--space-xs)}.roadmap-heading{font-size:2rem;font-weight:800;letter-spacing:-.01em}.roadmap-timeline-wrapper{position:relative;width:100%;padding:24px 0 40px}.timeline-svg-desktop{position:absolute;top:24px;left:0;width:100%;height:48px;transform:none;z-index:1;pointer-events:none}.timeline-svg-mobile{display:none;position:absolute;top:0;left:30px;width:20px;height:100%;z-index:1;pointer-events:none}.timeline-svg-desktop path,.timeline-svg-mobile path{fill:none}.milestones-container{position:relative;display:flex;justify-content:space-between;z-index:2;width:100%}.milestone-node{position:relative;width:23%;display:flex;flex-direction:column;align-items:center;text-align:center}.milestone-dot{width:48px;height:48px;background:var(--surface-2);border:2px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);box-shadow:0 0 10px #00000080;margin-bottom:var(--space-lg);flex-shrink:0;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),border-color .4s ease,color .4s ease,box-shadow .4s ease;z-index:5}.milestone-node:hover .milestone-dot{transform:scale(1.15);border-color:var(--gold);color:var(--gold-light);box-shadow:0 0 15px #c9a84c4d}.milestone-node.is-active .milestone-dot{border-color:var(--gold);color:var(--gold);box-shadow:0 0 20px #c9a84c66}.milestone-text{transition:opacity .5s ease,transform .5s ease}.milestone-year{display:block;font-size:1.2rem;font-weight:800;color:var(--gold);margin-bottom:var(--space-xxs);letter-spacing:-.01em}.milestone-title{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:var(--space-xs);line-height:1.2}.milestone-desc{font-size:.8rem;color:var(--text-muted);line-height:1.4}.roadmap-leadership-col{width:100%}.leadership-card{position:relative;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-lg);min-height:380px;overflow:hidden;box-shadow:0 10px 30px #00000080;display:flex;align-items:center;transition:border-color .4s ease,box-shadow .4s ease}.leadership-card:hover{border-color:var(--border-hover);box-shadow:0 15px 40px #c9a84c14}.ethiopia-map-bg{position:absolute;top:10%;right:-10%;width:75%;height:80%;pointer-events:none;opacity:.85;transition:transform .6s ease}.leadership-card:hover .ethiopia-map-bg{transform:scale(1.05) translate(-5px,-5px)}.ethiopia-map-bg svg{width:100%;height:100%}.quote-content{position:relative;z-index:2;width:100%}.large-quote-mark{display:block;font-size:5rem;font-weight:800;color:var(--gold-dim);line-height:.2;margin-bottom:var(--space-sm);font-family:Georgia,serif}.quote-text{font-size:1.15rem;line-height:1.6;color:var(--text-muted);margin-bottom:var(--space-lg);font-weight:300}.quote-text strong{color:var(--text);font-weight:600}.quote-author{display:flex;flex-direction:column}.author-name{font-size:1rem;font-weight:700;color:var(--gold);letter-spacing:.05em;text-transform:uppercase}.author-title{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:2px}@media (max-width: 1024px){.roadmap-main-grid{grid-template-columns:1fr;gap:var(--space-xl)}}@media (max-width: 768px){.roadmap-timeline-wrapper{padding:0}.timeline-svg-desktop{display:none}.timeline-svg-mobile{display:block}.milestones-container{flex-direction:column;justify-content:flex-start;gap:var(--space-xl);padding-left:60px;box-sizing:border-box}.milestone-node{flex-direction:row;align-items:flex-start;text-align:left;width:100%;gap:var(--space-md)}.milestone-dot{position:absolute;left:-50px;top:0;margin-bottom:0}.milestone-text{padding-top:8px}.leadership-card{min-height:auto;padding:var(--space-md)}.large-quote-mark{font-size:4rem}.quote-text{font-size:1rem;margin-bottom:var(--space-md)}}#news{position:relative;background:var(--surface);border-bottom:1px solid var(--border)}.news-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:var(--space-xl)}.news-header-title .small-label{margin-bottom:var(--space-xs)}.news-heading{font-size:2rem;font-weight:800;letter-spacing:-.01em;margin:0}.view-all-btn{font-size:.85rem;padding:8px 16px;text-transform:uppercase;letter-spacing:.05em}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg)}.news-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 20px #0006;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-5px);border-color:var(--border-hover);box-shadow:0 15px 30px #c9a84c14}.news-img-container{width:100%;height:200px;overflow:hidden;background:#111;border-bottom:1px solid var(--border)}.news-fallback-svg{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news-card:hover .news-fallback-svg{transform:scale(1.04)}.news-content-block{padding:var(--space-md);display:flex;flex-direction:column;flex-grow:1}.news-date{font-size:.8rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-xs)}.news-title{font-size:1.25rem;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:var(--space-xs);transition:color .3s ease}.news-card:hover .news-title{color:var(--gold-light)}.news-excerpt{font-size:.88rem;line-height:1.5;color:var(--text-muted);margin-bottom:var(--space-md);flex-grow:1}.read-more-link{font-size:.88rem;font-weight:700;color:var(--gold);align-self:flex-start;transition:color .3s ease,transform .3s ease}.read-more-link:hover{color:var(--text);transform:translate(4px)}@media (max-width: 768px){.news-grid{grid-template-columns:1fr;gap:var(--space-md)}.news-img-container{height:180px}.news-header{align-items:center}}#faq{background:var(--bg);border-bottom:1px solid var(--border)}.faq-header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-lg);margin-bottom:var(--space-xl)}.faq-header-text .small-label{margin-bottom:var(--space-xs)}.faq-heading{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin:0}.faq-subhead{font-size:.9rem;color:var(--text-muted);text-align:right;max-width:220px;line-height:1.5}.faq-subhead a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}.faq-list{display:flex;flex-direction:column}.faq-item{border-top:1px solid var(--border)}.faq-item:last-child{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-lg) 0;background:transparent;border:none;cursor:pointer;text-align:left;color:var(--text);font-size:1.05rem;font-weight:600;font-family:inherit;line-height:1.4;transition:color .25s ease}.faq-question:hover,.faq-question[aria-expanded=true]{color:var(--gold)}.faq-chevron{flex-shrink:0;color:var(--text-muted);transition:transform .3s cubic-bezier(.4,0,.2,1),color .25s ease}.faq-question[aria-expanded=true] .faq-chevron{transform:rotate(180deg);color:var(--gold)}.faq-answer{overflow:hidden;height:0;transition:height .35s cubic-bezier(.4,0,.2,1)}.faq-answer p{padding-bottom:var(--space-lg);font-size:.95rem;line-height:1.75;color:var(--text-muted);max-width:760px}.faq-answer a{color:var(--gold);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.faq-answer a:hover{color:var(--gold-light)}.faq-answer strong{color:var(--text);font-weight:600}@media (max-width: 768px){.faq-header{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.faq-subhead{text-align:left;max-width:100%}.faq-question{font-size:.95rem;padding:var(--space-md) 0}}#site-footer{background:#080808;border-top:1px solid var(--border);padding:var(--section-padding-y) 0 var(--space-lg);color:var(--text-muted)}.footer-container{display:flex;flex-direction:column;gap:var(--space-xl);padding:0 var(--space-sm)}.footer-main-grid{display:grid;grid-template-columns:24% 21% 21% 14% 20%;gap:var(--space-sm);align-items:start}.brand-col{display:flex;flex-direction:column;gap:var(--space-md)}.footer-logo{display:flex;align-items:center;gap:var(--space-sm)}.footer-logo img{height:40px;width:auto;border-radius:4px}.brand-col .tagline{font-size:.85rem;line-height:1.4;color:var(--text-muted)}.social-links{display:flex;gap:var(--space-xs)}.social-btn{width:36px;height:36px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);background:var(--surface);transition:transform .3s ease,border-color .3s ease,background-color .3s ease,color .3s ease}.social-btn:hover{transform:translateY(-3px) scale(1.05);border-color:var(--border-hover);background:var(--gold-dim);color:var(--text);box-shadow:0 4px 10px #c9a84c33}.footer-col h3{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text);margin-bottom:var(--space-md)}.footer-contacts{display:flex;flex-direction:column;gap:var(--space-sm);list-style:none;margin:0;padding-left:0}.footer-contacts li{display:flex;gap:var(--space-sm);align-items:flex-start;font-size:.88rem;line-height:1.4}.footer-contacts li svg{color:var(--gold);flex-shrink:0;margin-top:2px}.contact-details{display:flex;flex-direction:column}.contact-details span{white-space:nowrap}.footer-locations{display:flex;flex-direction:column;gap:var(--space-sm);list-style:none;font-size:.88rem;line-height:1.4;margin:0;padding-left:0}.footer-locations li strong{display:block;color:var(--text);margin-bottom:2px}.footer-links{display:flex;flex-direction:column;gap:var(--space-xs);list-style:none;font-size:.88rem;margin:0;padding-left:0}.footer-links a{transition:color .3s ease}.footer-links a:hover{color:var(--gold)}.newsletter-col p{font-size:.85rem;line-height:1.4;margin-bottom:var(--space-sm)}.newsletter-form{display:flex;flex-direction:column;gap:var(--space-xs)}.newsletter-form input[type=email]{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:10px 14px;border-radius:var(--radius-sm);font-size:.85rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.newsletter-form input[type=email]:focus{border-color:var(--gold);box-shadow:0 0 10px #c9a84c33;outline:none}.newsletter-form .btn{font-size:.85rem;padding:10px;justify-content:center;border-radius:var(--radius-sm)}.footer-bottom{border-top:1px solid var(--border);padding-top:var(--space-md);text-align:center;font-size:.8rem;color:var(--text-muted)}@media (max-width: 1024px){.footer-main-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}}@media (max-width: 768px){#site-footer{padding:var(--section-padding-y-mobile) 0 var(--space-lg)}.footer-main-grid{grid-template-columns:1fr;gap:var(--space-lg)}.footer-bottom{font-size:.75rem;line-height:1.4}}html,body{height:100%}
