*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#c89b3c;--gold-light:#d6b37a;--gold-pale:#e8d5a3;--bg-deep:#08101a;--bg-dark:#0a0f1c;--bg-mid:#0f172a;--text-bright:#faf8f4;--text-muted:#94a3b8;--text-dim:#64748b;--text-faint:#475569}html{scroll-behavior:smooth}body{background:var(--bg-deep);color:var(--text-bright);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}.font-display{font-family:Playfair Display,serif}.font-mono{font-family:Space Grotesk,monospace}.gradient-gold{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-pale) 50%, var(--gold) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}header{z-index:50;opacity:0;background:0 0;transition:all .5s;position:fixed;top:0;left:0;right:0;transform:translateY(-80px)}header.visible{opacity:1;transform:translateY(0)}header.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#08101ad9;border-bottom:1px solid #c89b3c1f}nav{justify-content:space-between;align-items:center;max-width:1280px;height:4rem;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo-icon{background:linear-gradient(135deg, var(--gold) 0%, #8b6914 100%);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.nav-logo-text{color:var(--text-bright);font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600}.nav-logo-text span{color:var(--gold)}.nav-logo-sub{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.8rem;font-weight:400}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-muted);cursor:pointer;font-size:.875rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text-bright)}.btn-gold{background:linear-gradient(135deg, var(--gold) 0%, #a67c2c 100%);color:#0a0f1c;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.55rem 1.4rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-gold:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 8px 24px #c89b3c59}.btn-outline-gold{color:var(--gold-light);cursor:pointer;background:0 0;border:1px solid #c89b3c80;border-radius:9999px;align-items:center;gap:.5rem;padding:.55rem 1.4rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.btn-outline-gold:hover{border-color:var(--gold);background:#c89b3c14;transform:translateY(-1px)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger span{background:var(--text-bright);border-radius:2px;width:20px;height:2px;transition:all .3s;display:block}.mobile-menu{z-index:40;background:#08101af7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--text-bright);font-family:Playfair Display,serif;font-size:1.75rem;text-decoration:none;transition:color .2s}.mobile-menu a:hover{color:var(--gold)}#hero{background:var(--bg-dark);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{background-image:url(/assets/hero-bg.png);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.06)}.hero-overlay-1{background:#08101a59;position:absolute;inset:0}.hero-overlay-2{background:linear-gradient(to top, var(--bg-dark) 0%, #08101a1a 40%, transparent 100%);position:absolute;inset:0}.hero-overlay-3{background:linear-gradient(90deg,#08101a66 0%,#0000 50%,#08101a66 100%);position:absolute;inset:0}.hero-glow{background:radial-gradient(60% 50% at 50% 40%,#c89b3c26,#0000);position:absolute;inset:0}.hero-dots{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-dot{background:var(--gold);border-radius:50%;animation:linear infinite float-up;position:absolute}@keyframes float-up{0%{opacity:0;transform:translateY(10vh)scale(1)}10%{opacity:.8}90%{opacity:.8}to{opacity:0;transform:translateY(-90vh)scale(.5)}}.hero-content{z-index:10;text-align:center;max-width:900px;margin:0 auto;padding:7rem 1.5rem 0;position:relative}.hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#c89b3c12;border:1px solid #c89b3c59;border-radius:9999px;align-items:center;gap:.625rem;margin-bottom:2.5rem;padding:.5rem 1.25rem;animation:.7s .3s forwards fade-up;display:inline-flex;transform:translateY(16px)}.hero-badge-dot{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:1.5s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-badge-text{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;font-family:Space Grotesk,monospace;font-size:.7rem}h1.hero-title{color:var(--text-bright);letter-spacing:-.02em;opacity:0;margin-bottom:1.75rem;font-family:Playfair Display,serif;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:700;line-height:1.08;animation:.8s .5s forwards fade-up;transform:translateY(32px)}.hero-subtitle{color:var(--text-muted);opacity:0;max-width:600px;margin:0 auto 3rem;font-size:1.125rem;line-height:1.7;animation:.8s .7s forwards fade-up;transform:translateY(20px)}.hero-cta{opacity:0;flex-wrap:wrap;justify-content:center;gap:1rem;animation:.8s .9s forwards fade-up;display:flex;transform:translateY(16px)}.hero-cta .btn-gold,.hero-cta .btn-outline-gold{padding:1rem 2.25rem;font-size:.95rem}.hero-scroll{opacity:0;flex-direction:column;align-items:center;gap:.5rem;animation:1s 1.4s forwards fade-in;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-line{background:linear-gradient(#c89b3c99,#0000);width:1px;height:40px;animation:2s infinite scroll-line}@keyframes scroll-line{0%,to{opacity:.6;transform:scaleY(1)}50%{opacity:.2;transform:scaleY(.6)}}@keyframes fade-up{to{opacity:1;transform:translateY(0)}}@keyframes fade-in{to{opacity:1}}section{position:relative;overflow:hidden}.section-label{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-family:Space Grotesk,monospace;font-size:.7rem;display:block}.section-title{color:var(--text-bright);margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.section-desc{color:var(--text-muted);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.section-head{text-align:center;margin-bottom:4rem}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.divider{align-items:center;gap:1rem;margin-top:5rem;display:flex}.divider-line{flex:1;height:1px}.divider-line.left{background:linear-gradient(90deg,#0000,#c89b3c33)}.divider-line.right{background:linear-gradient(270deg,#0000,#c89b3c33)}.divider-dots{align-items:center;gap:.25rem;display:flex}.divider-dot{background:var(--gold);border-radius:50%}#about{background:#080e1a;padding:7rem 0}.about-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pillar-card{cursor:default;background:linear-gradient(135deg,#c89b3c1a,#c89b3c05);border:1px solid #c89b3c26;border-radius:1.5rem;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.pillar-card:hover{border-color:#c89b3c59;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.pillar-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#c89b3c66,#0000);height:1px;transition:opacity .4s;position:absolute;top:0;left:2rem;right:2rem}.pillar-card:hover:before{opacity:1}.pillar-icon{background:#c89b3c14;border:1px solid #c89b3c40;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;font-size:1.25rem;transition:all .3s;display:flex}.pillar-card:hover .pillar-icon{background:#c89b3c24;border-color:#c89b3c80}.pillar-title{color:var(--text-bright);margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:1.375rem;font-weight:600}.pillar-subtitle{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-family:Space Grotesk,monospace;font-size:.65rem}.pillar-desc{color:var(--text-muted);font-size:.875rem;line-height:1.65}#heritage{background:var(--bg-dark)}.heritage-img-wrap{height:clamp(280px,45vh,480px);position:relative;overflow:hidden}.heritage-img-wrap img{object-fit:cover;object-position:center;width:100%;height:100%;transform:scale(1.06)}.heritage-img-overlay{background:linear-gradient(to top, var(--bg-dark) 0%, #08101a59 40%, #08101a1a 100%);position:absolute;inset:0}.heritage-img-side{background:linear-gradient(90deg,#08101a8c 0%,#0000 50%,#08101a8c 100%);position:absolute;inset:0}.heritage-caption{text-align:center;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.heritage-caption p:first-child{color:var(--gold);letter-spacing:.25em;text-transform:uppercase;margin-bottom:.25rem;font-family:Space Grotesk,monospace;font-size:.65rem}.heritage-caption p:last-child{color:var(--text-faint);font-size:.75rem}.heritage-top-label{color:var(--gold);letter-spacing:.25em;text-transform:uppercase;font-family:Space Grotesk,monospace;font-size:.65rem;position:absolute;top:2.5rem;left:3.5rem}.heritage-body{padding:4rem 0 7rem}.heritage-grid{background:#c89b3c1a;border:1px solid #c89b3c26;border-radius:1.5rem;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.heritage-card{background:var(--bg-dark);cursor:default;padding:2rem;transition:background .3s;position:relative;overflow:hidden}.heritage-card:hover{background:#c89b3c08}.heritage-card:before{content:"";transform-origin:0;background:linear-gradient(90deg,#0000,#c89b3c80,#0000);height:2px;transition:transform .5s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.heritage-card:hover:before{transform:scaleX(1)}.heritage-era{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;border:1px solid #c89b3c40;border-radius:9999px;margin-bottom:1.25rem;padding:.2rem .625rem;font-family:Space Grotesk,monospace;font-size:.6rem;display:inline-block}.heritage-icon{background:#c89b3c0f;border:1px solid #c89b3c40;border-radius:.625rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1.25rem;font-size:1rem;transition:all .3s;display:flex}.heritage-card:hover .heritage-icon{background:#c89b3c1a;border-color:#c89b3c80}.heritage-card h3{color:var(--text-bright);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.125rem;font-weight:600;line-height:1.35}.heritage-card p{color:var(--text-dim);font-size:.8rem;line-height:1.6}.heritage-num{color:#c89b3c0d;-webkit-user-select:none;user-select:none;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;line-height:1;transition:color .3s;position:absolute;bottom:1.5rem;right:2rem}.heritage-card:hover .heritage-num{color:#c89b3c14}.heritage-bottom{grid-template-columns:2fr 3fr;align-items:stretch;gap:1.5rem;margin-top:4rem;display:grid}.heritage-img-thumb{border:1px solid #c89b3c26;border-radius:1.5rem;min-height:200px;position:relative;overflow:hidden}.heritage-img-thumb img{object-fit:cover;width:100%;height:100%;display:block}.heritage-img-thumb-overlay{background:linear-gradient(#0000 0%,#08101a33 40%,#08101ae6 100%);position:absolute;inset:0}.heritage-img-thumb-label{padding:1.25rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.heritage-img-thumb-label p:first-child{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;font-family:Space Grotesk,monospace;font-size:.6rem}.heritage-img-thumb-label p:last-child{color:var(--text-faint);margin-top:.2rem;font-size:.7rem}.heritage-quote-card{background:#c89b3c08;border:1px solid #c89b3c26;border-radius:1.5rem;flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.quote-mark{color:var(--gold);opacity:.25;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:4.5rem;line-height:.8}blockquote{color:var(--gold-light);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(1.1rem,2vw,1.5rem);font-style:italic;line-height:1.5}.quote-credit{align-items:center;gap:.75rem;display:flex}.quote-credit-line{background:#c89b3c66;width:2rem;height:1px}.quote-credit p{color:var(--text-faint);letter-spacing:.15em;text-transform:uppercase;font-family:Space Grotesk,monospace;font-size:.65rem}#principles{background:var(--bg-mid);padding:7rem 0}.leadership-content{grid-template-columns:4fr 7fr;align-items:center;gap:5rem;display:grid}.principles-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.principle-card{cursor:default;background:#ffffff05;border:1px solid #c89b3c1f;border-radius:1rem;padding:1.75rem;transition:all .3s;position:relative;overflow:hidden}.principle-card:hover{background:#c89b3c0a;border-color:#c89b3c59;transform:translateY(-3px)}.principle-num{color:#c89b3c33;font-family:Space Grotesk,monospace;font-size:.7rem;font-weight:600;position:absolute;top:1.25rem;right:1.5rem}.principle-icon{background:#c89b3c0f;border:1px solid #c89b3c33;border-radius:.625rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1.25rem;font-size:1rem;transition:all .3s;display:flex}.principle-card:hover .principle-icon{background:#c89b3c1f;border-color:#c89b3c80}.principle-card h3{color:var(--text-bright);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;transition:color .3s}.principle-card:hover h3{color:var(--gold-light)}.principle-card p{color:var(--text-dim);font-size:.8rem;line-height:1.65;transition:color .3s}.principle-card:hover p{color:var(--text-muted)}.principle-card:after{content:"";background:linear-gradient(90deg,#0000,#c89b3c00,#0000);height:1px;transition:background .3s;position:absolute;bottom:0;left:1.5rem;right:1.5rem}.principle-card:hover:after{background:linear-gradient(90deg,#0000,#c89b3c66,#0000)}#membership{background:#080e1a;padding:7rem 0}.membership-wrap{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.membership-list{flex-direction:column;gap:1rem;margin-top:2rem;list-style:none;display:flex}.membership-list li{background:#c89b3c08;border:1px solid #c89b3c1a;border-radius:.875rem;align-items:flex-start;gap:.875rem;padding:1.25rem;transition:all .3s;display:flex}.membership-list li:hover{background:#c89b3c0f;border-color:#c89b3c40}.membership-list-icon{background:#c89b3c1f;border:1px solid #c89b3c40;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;display:flex}.membership-list-text strong{color:var(--text-bright);margin-bottom:.2rem;font-size:.9rem;font-weight:600;display:block}.membership-list-text span{color:var(--text-muted);font-size:.8rem;line-height:1.5}.membership-card{text-align:center;background:linear-gradient(135deg,#c89b3c0f,#c89b3c03);border:1px solid #c89b3c33;border-radius:1.5rem;padding:2.5rem}.membership-card-badge{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;border:1px solid #c89b3c4d;border-radius:9999px;margin-bottom:1.5rem;padding:.3rem .875rem;font-family:Space Grotesk,monospace;font-size:.65rem;display:inline-block}.membership-card h3{color:var(--text-bright);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:600;line-height:1.25}.membership-card p{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem;line-height:1.65}.membership-tags{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.membership-tag{color:var(--gold-light);background:#c89b3c1a;border:1px solid #c89b3c33;border-radius:9999px;padding:.3rem .75rem;font-size:.75rem}.membership-card .btn-gold{justify-content:center;width:100%;padding:.875rem;font-size:.95rem}.membership-note{color:var(--text-dim);margin-top:1rem;font-size:.75rem}#vision{background:var(--bg-dark);padding:7rem 0}.vision-inner{text-align:center;max-width:720px;margin:0 auto}.vision-inner .section-desc{max-width:100%;margin-bottom:3rem}.stats-grid{background:#c89b3c1f;border:1px solid #c89b3c26;border-radius:1.25rem;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:4rem;display:grid;overflow:hidden}.stat-item{background:var(--bg-dark);text-align:center;padding:2rem 1.5rem;transition:background .3s}.stat-item:hover{background:#c89b3c08}.stat-number{color:var(--gold);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1}.stat-label{color:var(--text-muted);font-size:.8rem;line-height:1.4}.apply-inner{text-align:center;max-width:640px;margin:0 auto}.apply-inner .section-title{margin-bottom:1.25rem}.apply-inner .section-desc{margin-bottom:2.5rem}.apply-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{text-align:left;flex-direction:column;gap:.4rem;display:flex}.form-field label{color:var(--text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:500}.form-field input,.form-field select,.form-field textarea{color:var(--text-bright);background:#ffffff0a;border:1px solid #c89b3c2e;border-radius:.625rem;outline:none;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .25s}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-dim)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#c89b3c80}.form-field select option{background:#0f172a}.apply-form .btn-gold{justify-content:center;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem}.apply-privacy{color:var(--text-dim);margin-top:.75rem;font-size:.75rem}footer{background:var(--bg-deep);border-top:1px solid #c89b3c1a;padding:3rem 0 2rem}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.footer-logo{align-items:center;gap:.6rem;display:flex}.footer-logo-icon{background:linear-gradient(135deg, var(--gold), #8b6914);border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.footer-logo-text{color:var(--text-bright);font-family:Playfair Display,serif;font-size:1rem;font-weight:600}.footer-logo-text span{color:var(--gold)}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer-links a{color:var(--text-dim);cursor:pointer;font-size:.8rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-copy{color:var(--text-faint);font-size:.75rem}.footer-copy span{color:var(--gold)}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .7s,transform .7s;transform:translate(-20px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .7s,transform .7s;transform:scaleX(0)}.reveal-scale.visible{opacity:1;transform:scaleX(1)}#leadership{padding:7rem 0}@media (width<=1024px){.about-grid,.heritage-grid{grid-template-columns:repeat(2,1fr)}.heritage-bottom{grid-template-columns:1fr}.membership-wrap{grid-template-columns:1fr;gap:2.5rem}.leadership-content{grid-template-columns:1fr;gap:3rem}.leadership-img-wrap{max-width:400px;margin:0 auto}.principles-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nav-links,.nav-cta-desktop{display:none}.hamburger{display:flex}#about,#leadership,.heritage-body,#principles,#membership,#vision{padding:4rem 0!important}.about-grid,.heritage-grid,.principles-grid,.stats-grid{grid-template-columns:1fr}.leadership-content{grid-template-columns:1fr;gap:2.5rem}.form-row{grid-template-columns:1fr}h1.hero-title{font-size:2.6rem}.hero-content{padding-top:5rem}.section-title{font-size:1.75rem}.section-head{margin-bottom:2.5rem}.divider{margin-top:3rem}.heritage-bottom{gap:1rem;margin-top:2.5rem}.quote-mark{font-size:3rem}blockquote{font-size:1.1rem}.heritage-quote-card{padding:1.5rem}.membership-tags{justify-content:flex-start}.stat-number{font-size:2rem}}@media (width<=480px){.hero-cta{flex-direction:column;width:100%}.hero-cta .btn-gold,.hero-cta .btn-outline-gold{justify-content:center;width:100%}.heritage-bottom{grid-template-columns:1fr}.leadership-img-wrap{aspect-ratio:4/5;max-width:100%}.pillar-card,.principle-card,.membership-card{padding:1.5rem}}
