*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#0f0f0f;color:#f5f5f5;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nav{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.2rem;background:#0a0a0ab3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,215,0,.1)}.nav-brand{font-weight:700;letter-spacing:.5px;color:gold;text-decoration:none}.nav-links{display:flex;gap:1rem}.nav-link{color:#ddd;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#fff}.landing{display:flex;flex-direction:column;min-height:100vh;width:100%}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:linear-gradient(135deg,#1e1e1e,#181818);width:100%;min-height:100vh;animation:fadeInBg 1s ease-out forwards}.title{font-size:3rem;font-weight:800;margin-bottom:.5rem;color:gold;letter-spacing:.3px;opacity:0;animation:fadeUp .8s ease-out forwards}.subtitle{font-size:1.2rem;margin-bottom:1.5rem;color:#ccc;opacity:0;animation:fadeUp .8s ease-out .3s forwards}.title.shimmer{position:relative;overflow:hidden}.title.shimmer:after{content:"";position:absolute;top:0;left:-150%;width:50%;height:100%;background:linear-gradient(120deg,#fff0,#ffffff59,#fff0 90%);transform:skew(-20deg);animation:shimmer 2.2s ease-in-out .8s infinite;pointer-events:none}.cta-btn{background:gold;color:#0f0f0f;border:none;padding:.8rem 1.5rem;font-size:1rem;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none;display:inline-block;opacity:0;animation:fadeUp .8s ease-out .6s forwards}.cta-btn:hover{background:#fc0;transform:translateY(-1px) scale(1.03);box-shadow:0 8px 20px #ffd70026}.project-section{padding:5rem 2rem;background:#111}.project-form-wrapper{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:3rem;align-items:center;width:min(100%,1000px);margin:0 auto;padding:2.5rem;background:#1a1a1a;border:1px solid rgba(255,215,0,.14);border-radius:16px;box-shadow:0 20px 55px #0000004d}.project-form-intro .eyebrow{margin-bottom:.4rem;color:gold;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.project-form-intro h2{margin-bottom:.75rem;color:gold;font-size:2.2rem;line-height:1.2}.project-form-intro p:not(.eyebrow){color:#bbb}.project-form{display:grid;gap:.65rem}.project-form label{margin-top:.35rem;color:#e8e8e8;font-size:.9rem;font-weight:600}.project-form input,.project-form textarea{width:100%;padding:.9rem 1rem;color:#f5f5f5;background:#101010;border:1px solid rgba(255,215,0,.16);border-radius:8px;font:inherit;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.project-form input:focus,.project-form textarea:focus{outline:none;border-color:gold;box-shadow:0 0 0 3px #ffd7001a}.form-submit{margin-top:.8rem;padding:.9rem 1.25rem;color:#0f0f0f;background:gold;border:none;border-radius:8px;font:inherit;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease}.form-submit:hover{background:#fc0;border-color:transparent;transform:translateY(-1px)}.form-success{margin-top:.5rem;color:gold;font-size:.9rem}.about{padding:3rem 2rem;background:#1a1a1a;text-align:center}.about h2{font-size:2rem;margin-bottom:1rem;color:gold}.about p{max-width:700px;margin:0 auto;color:#bbb}.footer{padding:1rem;text-align:center;background:#0a0a0a;font-size:.9rem;color:#777;border-top:1px solid rgba(255,215,0,.08)}.learn{min-height:100vh;padding:4rem 1rem 3rem;display:flex;flex-direction:column}.learn-hero{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:900px;margin:0 auto 2.5rem;text-align:center}.learn-hero h1{font-size:2.8rem;line-height:1.15;color:gold;margin-bottom:.25rem}.learn-hero p{font-size:1.1rem;line-height:1.75;color:#d6d6d6;max-width:800px;margin:0 auto}.learn-hero .cta-btn{margin-top:.5rem}.learn-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:1100px;margin:0 auto}.card{background:#1a1a1a;border:1px solid rgba(255,215,0,.08);border-radius:12px;padding:1rem}.card h3{margin-bottom:.4rem;color:gold}.card p{color:#c9c9c9}.contact-form{max-width:700px;margin:0 auto 4rem;display:grid;gap:.8rem}.contact-form input,.contact-form textarea{background:#121212;border:1px solid rgba(255,215,0,.12);color:#eee;padding:.9rem 1rem;border-radius:10px}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:gold}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{left:-150%}60%{left:120%}to{left:120%}}@media (max-width: 1024px){.title{font-size:2.6rem}.learn-hero h1{font-size:2.4rem}.learn-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.title{font-size:2.2rem}.subtitle{font-size:1rem}.learn{padding:3rem 1rem 2rem}.learn-hero{gap:.8rem;margin-bottom:2rem}.learn-hero h1{font-size:2rem}.learn-hero p{font-size:1rem;line-height:1.7}.learn-grid{grid-template-columns:1fr}}.learn{position:relative;min-height:100vh;padding:4rem 1rem 3rem;display:flex;flex-direction:column;z-index:1}.hero-video-wrapper{width:min(90vw,800px);margin-top:1.5rem;padding:.4rem;overflow:hidden;background:#080808;border:1px solid rgba(255,215,0,.2);border-radius:14px;box-shadow:0 20px 55px #0006}.hero-video{display:block;width:100%;max-height:55vh;object-fit:contain;background:#000;border-radius:10px}.learn:before{content:"";position:absolute;inset:0;background:url(/crest-bg.png) center 20% / 700px no-repeat;mix-blend-mode:screen;opacity:.18;pointer-events:none;z-index:-1}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}#root{width:100vw;min-height:100vh;max-width:none;margin:0;padding:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
