*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#00050a;--accent-blue:#2563eb;--accent-blue-hover:#1d4ed8;--accent-gold:#c5a059;--accent-gold-hover:#b8924f;--text-white:#fff;--text-muted:#94a3b8;--nav-height:80px}html{scroll-behavior:smooth;overflow-x:hidden}body{background-color:var(--bg-primary);color:var(--text-white);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.navbar{z-index:100;height:var(--nav-height);background:linear-gradient(#00050ad9 0%,#00050a66 70%,#0000 100%);position:fixed;top:0;left:0;right:0;overflow:visible}.navbar__inner{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 3rem;display:flex;position:relative}.navbar__brand{z-index:102;flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.navbar__logo-icon{width:200px;height:var(--nav-height);flex-shrink:0;overflow:visible}.navbar__logo-icon img{object-fit:cover;object-position:top center;mix-blend-mode:lighten;width:200px;height:auto;display:block}.navbar__toggle{z-index:102;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:flex;position:relative}.navbar__toggle-line{background-color:var(--text-white);border-radius:1px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.navbar__toggle--open .navbar__toggle-line:first-child{transform:translateY(7px)rotate(45deg)}.navbar__toggle--open .navbar__toggle-line:nth-child(2){opacity:0}.navbar__toggle--open .navbar__toggle-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__nav{top:var(--nav-height);z-index:102;width:min(320px,100%);max-height:calc(100vh - var(--nav-height));opacity:0;visibility:hidden;pointer-events:none;background:#000810fa;border-left:1px solid #ffffff14;transition:transform .3s,opacity .3s,visibility .3s;position:fixed;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 32px #00000073}.navbar__nav--open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.navbar__links{flex-direction:column;gap:0;padding:.75rem 0;list-style:none;display:flex}.navbar__link{color:var(--text-white);letter-spacing:.02em;border-bottom:1px solid #ffffff0f;padding:1rem 1.75rem;font-size:.9375rem;font-weight:500;transition:color .2s,background-color .2s;display:block;position:relative}.navbar__link:hover{color:var(--accent-blue);background-color:#2563eb14}.navbar__link--active{color:var(--accent-blue);background-color:#2563eb1a}.navbar__link--active:after{content:"";background-color:var(--accent-blue);border-radius:0 1px 1px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.navbar__backdrop{inset:var(--nav-height) 0 0 0;z-index:101;cursor:pointer;background:#00050a8c;border:none;position:fixed}@media (width<=768px){.navbar__inner{padding:0 1.5rem}.navbar__logo-icon,.navbar__logo-icon img{width:100px}}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;display:flex;position:relative}.hero__overlay{background:linear-gradient(105deg,#00050aeb 0%,#00050abf 45%,#00050a59 100%);position:absolute;inset:0}.hero__content{z-index:1;width:100%;max-width:1400px;padding:calc(var(--nav-height) + 4rem) 3rem 6rem;margin:0 auto;position:relative}.hero__eyebrow{letter-spacing:.18em;color:var(--text-white);margin-bottom:1.25rem;font-size:.8125rem;font-weight:600}.hero__title{flex-direction:column;gap:.15rem;margin-bottom:1.75rem;display:flex}.hero__title-line{letter-spacing:.02em;color:var(--text-white);font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800;line-height:1.05}.hero__title-line--accent{color:var(--text-white)}.hero__description{color:#ffffffe0;max-width:540px;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.hero__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero__btn{border-radius:6px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;transition:background-color .2s,border-color .2s,transform .15s;display:inline-flex}.hero__btn:hover{transform:translateY(-1px)}.hero__btn--primary{background-color:var(--accent-blue);color:var(--text-white)}.hero__btn--primary:hover{background-color:var(--accent-blue-hover)}.hero__btn--secondary{color:var(--text-white);background-color:#0000;border:1px solid #ffffff73}.hero__btn--secondary:hover{border-color:var(--accent-blue);color:var(--accent-blue)}.hero__btn--right{margin-left:.5rem}.hero__btn-icon{flex-shrink:0}@media (width<=768px){.hero__content{padding:calc(var(--nav-height) + 2rem) 1.5rem 4rem}}.home__viewport{flex-direction:column;min-height:100vh;display:flex;position:relative}.home__viewport .hero{flex:1;min-height:auto}.about-hero{background-position:68%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;display:flex;position:relative}.about-hero__overlay{background:linear-gradient(105deg,#00050af7 0%,#00050aeb 32%,#00050a8c 55%,#00050a1f 100%);position:absolute;inset:0}.about-hero__content{z-index:1;width:100%;max-width:1400px;padding:calc(var(--nav-height) + 3rem) 3rem 4rem;margin:0 auto;position:relative}.about-hero__label-wrap{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.about-hero__line{background-color:var(--accent-blue);border-radius:1px;width:40px;height:2px;display:block}.about-hero__label{letter-spacing:.2em;color:var(--accent-blue);font-size:.8125rem;font-weight:600}.about-hero__title{letter-spacing:.01em;max-width:560px;color:var(--text-white);margin-bottom:1.75rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.12}.about-hero__title-period{color:var(--accent-blue)}.about-hero__body{flex-direction:column;gap:1.25rem;max-width:500px;margin-bottom:1.75rem;display:flex}.about-hero__body p{color:#ffffffe0;font-size:.9375rem;line-height:1.75}.about-hero__belief-intro{margin-top:.25rem}.about-hero__callout{background:#000c18a6;border:1px solid #2563eb73;border-radius:8px;align-items:center;gap:1rem;max-width:500px;margin:0;padding:1.125rem 1.25rem;display:flex}.about-hero__callout-icon{color:var(--accent-blue);flex-shrink:0;display:flex}.about-hero__callout p{color:var(--accent-blue);font-size:.9375rem;font-weight:600;line-height:1.5}@media (width<=768px){.about-hero{background-position:75%}.about-hero__overlay{background:linear-gradient(#00050af5 0%,#00050ae0 55%,#00050aa6 100%)}.about-hero__content{padding:calc(var(--nav-height) + 2rem) 1.5rem 3rem}}.careers-hero{background-position:72%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;display:flex;position:relative}.careers-hero__overlay{background:linear-gradient(105deg,#00050af5 0%,#00050ae0 38%,#00050a73 62%,#00050a26 100%);position:absolute;inset:0}.careers-hero__content{z-index:1;width:100%;max-width:1400px;padding:calc(var(--nav-height) + 4rem) 3rem 6rem;margin:0 auto;position:relative}.careers-hero__label-wrap{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.careers-hero__line{background-color:var(--accent-blue);border-radius:1px;width:40px;height:2px;display:block}.careers-hero__label{letter-spacing:.2em;color:var(--accent-blue);font-size:.8125rem;font-weight:600}.careers-hero__title{flex-direction:column;gap:.15rem;margin-bottom:1.75rem;display:flex}.careers-hero__title-line{letter-spacing:.02em;color:var(--text-white);font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800;line-height:1.05}.careers-hero__title-line--accent{color:var(--accent-blue)}.careers-hero__description{color:#ffffffe0;max-width:520px;margin-bottom:2.5rem;font-size:.9375rem;line-height:1.75}.careers-hero__btn{color:var(--text-white);background-color:var(--accent-blue);border-radius:6px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;transition:background-color .2s,transform .15s;display:inline-flex}.careers-hero__btn:hover{background-color:var(--accent-blue-hover);transform:translateY(-1px)}.careers-hero__btn-icon{flex-shrink:0}@media (width<=768px){.careers-hero__content{padding:calc(var(--nav-height) + 2rem) 1.5rem 4rem}}.contact-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;display:flex;position:relative}.contact-hero__overlay{background:linear-gradient(115deg,#00050af5 0%,#00050ae6 40%,#00050a8c 65%,#00050a59 100%);position:absolute;inset:0}.contact-hero__content{z-index:1;width:100%;max-width:1400px;padding:calc(var(--nav-height) + 3rem) 3rem 4rem;grid-template-columns:1fr 1fr;align-items:start;gap:3rem;margin:0 auto;display:grid;position:relative}.contact-hero__label-wrap{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.contact-hero__line{background-color:var(--accent-blue);border-radius:1px;width:40px;height:2px;display:block}.contact-hero__label{letter-spacing:.2em;color:var(--accent-blue);font-size:.8125rem;font-weight:600}.contact-hero__title{letter-spacing:.01em;max-width:480px;color:var(--text-white);margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.12}.contact-hero__title-period{color:var(--accent-blue)}.contact-hero__description{color:#ffffffe0;max-width:420px;margin-bottom:2.5rem;font-size:.9375rem;line-height:1.75}.contact-hero__details{max-width:420px;list-style:none}.contact-hero__detail{border-top:1px solid #ffffff14;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.contact-hero__detail:first-child{border-top:none;padding-top:0}.contact-hero__detail-icon{width:44px;height:44px;color:var(--accent-blue);border:1px solid #2563eb73;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-hero__detail-text{flex-direction:column;gap:.2rem;display:flex}.contact-hero__social-list{align-items:center;gap:1rem;margin-top:.25rem;display:flex}.contact-hero__social-link{color:var(--text-white);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;display:inline-flex}.contact-hero__social-icon{width:36px;height:36px;color:var(--accent-blue);border:1px solid #2563eb73;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.contact-hero__social-label{color:var(--text-white);font-size:.875rem}.contact-hero__detail-label{letter-spacing:.16em;color:var(--accent-blue);font-size:.6875rem;font-weight:600}.contact-hero__detail-value{color:var(--text-white);font-size:.9375rem;font-weight:500;transition:color .2s}a.contact-hero__detail-value:hover{color:var(--accent-blue)}.contact-hero__form-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000a16b8;border:1px solid #2563eb40;border-radius:12px;padding:2rem 2rem 1.75rem}.contact-hero__form-title{color:var(--accent-blue);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.contact-hero__form-subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.8125rem;line-height:1.6}.contact-hero__form{flex-direction:column;gap:.875rem;display:flex}.contact-hero__form-row{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.contact-hero__form input,.contact-hero__form textarea{width:100%;color:var(--text-white);background:#00050a8c;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.contact-hero__form input::placeholder,.contact-hero__form textarea::placeholder{color:#94a3b8bf}.contact-hero__form input:focus,.contact-hero__form textarea:focus{border-color:#2563eb8c}.contact-hero__form textarea{resize:vertical;min-height:120px}.contact-hero__submit{color:var(--text-white);background:linear-gradient(135deg, var(--accent-blue) 0%, var(--accent-blue-hover) 100%);border-radius:6px;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;margin-top:.25rem;padding:.8rem 1.5rem;font-size:.875rem;font-weight:600;transition:opacity .2s,transform .15s;display:inline-flex}.contact-hero__submit:hover{opacity:.92;transform:translateY(-1px)}@media (width<=1024px){.contact-hero__content{grid-template-columns:1fr;gap:2.5rem}.contact-hero__form-card{max-width:560px}}@media (width<=768px){.contact-hero__overlay{background:linear-gradient(#00050af5 0%,#00050ae6 100%)}.contact-hero__content{padding:calc(var(--nav-height) + 2rem) 1.5rem 3rem}.contact-hero__form-row{grid-template-columns:1fr}.contact-hero__submit{width:100%}}@media (width<=480px){.contact-hero__content{padding:calc(var(--nav-height) + 1.25rem) 1rem 2rem}.contact-hero__details{max-width:none;margin-bottom:1rem}.contact-hero__detail{align-items:flex-start;gap:.75rem;padding:.75rem 0}.contact-hero__detail-icon{width:36px;height:36px}.contact-hero__detail-text{gap:.125rem}.contact-hero__detail-label{font-size:.6rem}.contact-hero__detail-value{font-size:.9rem}.contact-hero__social-list{flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.contact-hero__social-link{gap:.25rem}.contact-hero__social-label{display:none}.contact-hero__form-card{width:100%;padding:1rem}.contact-hero__form-title{font-size:1rem}.contact-hero__form-subtitle{font-size:.75rem}.contact-hero__form input,.contact-hero__form textarea{padding:.6rem .75rem;font-size:.875rem}.contact-hero__form textarea{min-height:100px}.contact-hero__submit{width:100%;padding:.75rem;font-size:.9rem}}.contact-hero__footer{z-index:1;text-align:center;border-top:1px solid #ffffff14;padding:1.5rem 3rem 2rem;position:relative}.contact-hero__copyright{color:#94a3b8cc;letter-spacing:.01em;font-size:.75rem;line-height:1.5}@media (width<=768px){.contact-hero__footer{padding:1rem 1.5rem 1.5rem}.contact-hero__copyright{font-size:.7rem}}@media (width<=480px){.contact-hero__footer{padding:.75rem 1rem 1rem}.contact-hero__copyright{font-size:.65rem}}.products-hero{background-position:72%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:calc(100vh - 220px);display:flex;position:relative}.products-hero__overlay{background:linear-gradient(105deg,#00050afa 0%,#00050af0 28%,#00050aa6 48%,#00050a33 100%);position:absolute;inset:0}.products-hero__content{z-index:1;width:100%;max-width:1400px;padding:calc(var(--nav-height) + 2rem) 3rem 4rem;margin:0 auto;position:relative}.products-hero__breadcrumb{color:#ffffff8c;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.8125rem;display:flex}.products-hero__breadcrumb a{transition:color .2s}.products-hero__breadcrumb a:hover{color:var(--text-white)}.products-hero__breadcrumb span[aria-current=page]{color:#ffffffd9}.products-hero__title{letter-spacing:.06em;color:var(--text-white);margin-bottom:.75rem;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800}.products-hero__subtitle{letter-spacing:.28em;color:var(--accent-gold);margin-bottom:2rem;font-size:.8125rem;font-weight:600}.products-hero__body{flex-direction:column;gap:1.25rem;max-width:480px;margin-bottom:2.25rem;display:flex}.products-hero__body p{color:#ffffffe0;font-size:.9375rem;line-height:1.75}.products-hero__cta{letter-spacing:.12em;text-transform:uppercase;color:#0a0a0a;background-color:var(--accent-gold);border-radius:4px;align-items:center;gap:.625rem;padding:.875rem 1.5rem;font-size:.75rem;font-weight:700;transition:background-color .2s,transform .15s;display:inline-flex}.products-hero__cta:hover{background-color:var(--accent-gold-hover);transform:translateY(-1px)}@media (width<=768px){.products-hero{background-position:80%;min-height:auto}.products-hero__overlay{background:linear-gradient(#00050af7 0%,#00050aeb 60%,#00050abf 100%)}.products-hero__content{padding:calc(var(--nav-height) + 1.5rem) 1.5rem 3rem}}.product-features{background-color:var(--bg-primary);border-top:1px solid #ffffff14}.product-features__inner{grid-template-columns:repeat(5,1fr);max-width:1400px;margin:0 auto;padding:0 3rem;display:grid}.product-features__item{border-right:1px solid #ffffff14;flex-direction:column;align-items:flex-start;gap:.875rem;padding:2.25rem 1.5rem 2.5rem;display:flex}.product-features__item:first-child{padding-left:0}.product-features__item:last-child{border-right:none;padding-right:0}.product-features__icon{color:var(--accent-gold);display:flex}.product-features__title{letter-spacing:.14em;color:var(--accent-gold);font-size:.6875rem;font-weight:700;line-height:1.4}.product-features__description{color:#ffffffb8;font-size:.8125rem;line-height:1.65}@media (width<=1100px){.product-features__inner{grid-template-columns:repeat(2,1fr);padding:0 1.5rem}.product-features__item{border-bottom:1px solid #ffffff14;border-right:none;padding:1.75rem 0}.product-features__item:last-child{border-bottom:none}}@media (width<=600px){.product-features__inner{grid-template-columns:1fr}}.app{background-color:var(--bg-primary);min-height:100vh;overflow-x:hidden}
