:root{--navy:#0f2444;--navy-mid:#1a3a6b;--teal:#0a5c5c;--teal-light:#0d7a7a;--gold:#b8982a;--gold-light:#d4b04a;--cream:#f8f5ef;--cream-dark:#ede8df;--white:#ffffff;--gray:#5a6272;--gray-light:#8a94a6;--ink:#1a1f2e;--apex-dark:#0d1117;--apex-accent:#6a4cff;--apex-mid:#1a1033}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--ink);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 1.2rem;height:72px;background:rgba(15,36,68,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(184,152,42,.2);grid-gap:.4rem;gap:.4rem}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;color:var(--white);letter-spacing:.08em;text-decoration:none;white-space:nowrap}.nav-logo span{color:var(--gold-light)}.nav-links{display:flex;gap:0;list-style:none;justify-content:center;align-items:center;width:100%}.nav-links a{font-size:.58rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s;white-space:nowrap;padding:0 .42rem}.nav-links a:hover{color:var(--gold-light)}.nav-cta{font-size:.58rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--navy)!important;background:var(--gold-light);padding:.42rem .7rem;border-radius:2px;text-decoration:none;transition:background .3s;white-space:nowrap;flex-shrink:0}.nav-cta:hover{background:var(--gold)!important;color:var(--white)!important}#hero{min-height:100vh;background:var(--navy);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;padding:9rem 4rem 5rem}#hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 70% 50%,rgba(10,92,92,.18) 0,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(184,152,42,.08) 0,transparent 50%);pointer-events:none}.hero-inner{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.hero-label{font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-light);display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.hero-label:before{content:"";width:40px;height:1px;background:var(--gold-light)}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,5rem);font-weight:300;line-height:1.1;color:var(--white);margin-bottom:1.5rem;letter-spacing:-.01em}.hero-title strong{font-weight:600;color:var(--gold-light);display:block}.hero-platform-statement{background:rgba(255,255,255,.06);border:1px solid rgba(184,152,42,.3);border-left:3px solid var(--gold-light);padding:1.2rem 1.6rem;margin-bottom:2.5rem;max-width:680px;border-radius:2px}.hero-platform-statement p{font-size:.95rem;color:rgba(255,255,255,.85);line-height:1.7;font-weight:300}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-light);color:var(--navy);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 2rem;border-radius:2px;text-decoration:none;transition:all .3s}.btn-primary:hover{background:var(--gold)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.3);color:rgba(255,255,255,.85);font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 2rem;border-radius:2px;text-decoration:none;transition:all .3s}.btn-secondary:hover{border-color:var(--gold-light);color:var(--gold-light)}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;border-top:1px solid rgba(255,255,255,.1);padding-top:2.5rem}.stat-item{padding-right:2rem}.stat-item+.stat-item{border-left:1px solid rgba(255,255,255,.1);padding-left:2rem}.stat-number{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:600;color:var(--gold-light);line-height:1;margin-bottom:.4rem}.stat-label{font-size:.78rem;color:rgba(255,255,255,.55);line-height:1.4}section{padding:6rem 4rem}.section-inner{max-width:1200px;margin:0 auto}.section-label{font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--teal-light);display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.section-label:before{content:"";width:32px;height:1px;background:var(--teal-light)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:300;line-height:1.2;color:var(--navy);margin-bottom:1rem}.section-subtitle{font-size:1rem;color:var(--gray);line-height:1.75;max-width:600px;margin-bottom:3.5rem}#problem{background:var(--cream)}.problem-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.problem-text .big-stat{font-family:Cormorant Garamond,serif;font-size:5rem;font-weight:700;color:var(--navy);line-height:1;margin-bottom:.5rem}.problem-text .big-stat span{color:var(--teal-light)}.problem-text p{font-size:1rem;color:var(--gray);line-height:1.8;margin-bottom:1.5rem}.problem-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.problem-list li{display:flex;align-items:flex-start;gap:.8rem;font-size:.92rem;color:var(--ink);padding:.9rem 1.1rem;background:var(--cream-dark);border-left:3px solid var(--teal-light);border-radius:2px}.problem-list li:before{content:"×";color:var(--teal-light);font-weight:700;flex-shrink:0}.problem-callout{background:var(--navy);color:var(--white);padding:2.5rem;border-radius:4px;margin-top:2rem}.problem-callout p{font-size:1rem;line-height:1.75;color:rgba(255,255,255,.8)}.problem-callout strong{color:var(--gold-light)}#capabilities{background:var(--navy)}#capabilities .section-title{color:var(--white)}#capabilities .section-label{color:var(--gold-light)}#capabilities .section-label:before{background:var(--gold-light)}#capabilities .section-subtitle{color:rgba(255,255,255,.6)}.not-tag{display:inline-flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.not-tag span{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.4rem .9rem;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.5);border-radius:2px}.not-tag span.is{border-color:var(--gold-light);color:var(--gold-light)}.capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(255,255,255,.08);margin-top:3rem}.cap-card{background:rgba(15,36,68,.95);padding:2.2rem 2rem;position:relative;transition:background .3s}.cap-card:hover{background:rgba(10,92,92,.25)}.cap-number{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:rgba(184,152,42,.15);line-height:1;margin-bottom:1rem}.cap-title{font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.8rem}.cap-desc{font-size:.88rem;color:rgba(255,255,255,.65);line-height:1.7}#talent{background:var(--cream-dark)}.talent-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.talent-cards{display:flex;flex-direction:column;gap:1rem}.talent-card{background:var(--white);border:1px solid rgba(10,92,92,.12);border-left:4px solid var(--teal-light);padding:1.6rem 1.8rem;border-radius:2px}.talent-card-title{font-size:.88rem;font-weight:600;color:var(--navy);margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}.talent-card-price{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;color:var(--teal-light)}.talent-card p{font-size:.85rem;color:var(--gray);line-height:1.65}.talent-statement{background:var(--navy);color:var(--white);padding:2rem 2.2rem;border-radius:4px;margin-top:2rem;border-left:4px solid var(--gold-light)}.talent-statement p{font-size:.95rem;line-height:1.7;color:rgba(255,255,255,.85)}.talent-statement strong{color:var(--gold-light)}#focus{background:var(--cream)}.focus-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem;margin-top:3rem}.focus-card{background:var(--white);border:1px solid var(--cream-dark);padding:1.8rem 1.5rem;border-radius:4px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.focus-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--teal-light);transform:scaleX(0);transition:transform .3s}.focus-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(10,92,92,.12)}.focus-card:hover:before{transform:scaleX(1)}.focus-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;color:rgba(10,92,92,.12);margin-bottom:1rem}.focus-title{font-size:.82rem;font-weight:600;color:var(--navy);margin-bottom:.6rem}.focus-desc{font-size:.8rem;color:var(--gray);line-height:1.65}#philosophy{background:var(--teal)}#philosophy .section-label{color:rgba(255,255,255,.6)}#philosophy .section-label:before{background:rgba(255,255,255,.6)}#philosophy .section-title{color:var(--white)}.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.philosophy-text p{font-size:1rem;color:rgba(255,255,255,.8);line-height:1.85;margin-bottom:1.5rem}.philosophy-quote{border-left:3px solid var(--gold-light);padding-left:1.8rem;margin-top:2.5rem}.philosophy-quote blockquote{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;font-style:italic;color:var(--white);line-height:1.55;margin-bottom:.8rem}.philosophy-quote cite{font-size:.78rem;color:var(--gold-light);letter-spacing:.08em}.philosophy-sequence{display:flex;flex-direction:column;gap:0}.seq-item{padding:1.4rem 1.6rem;border-left:2px solid rgba(255,255,255,.15);position:relative}.seq-item:before{content:"";position:absolute;left:-5px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.3)}.seq-item.active{border-left-color:var(--gold-light)}.seq-item.active:before{background:var(--gold-light)}.seq-label{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.3rem}.seq-desc{font-size:.85rem;color:rgba(255,255,255,.65);line-height:1.55}#apex{background:var(--apex-dark);position:relative;overflow:hidden}#apex:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 15% 50%,rgba(106,76,255,.12) 0,transparent 55%),radial-gradient(ellipse at 85% 20%,rgba(13,122,122,.1) 0,transparent 50%),radial-gradient(ellipse at 50% 90%,rgba(184,152,42,.06) 0,transparent 40%);pointer-events:none}#apex .section-label{color:rgba(106,76,255,.9)}#apex .section-label:before{background:rgba(106,76,255,.9)}#apex .section-title{color:var(--white)}#apex .section-subtitle{color:rgba(255,255,255,.55);max-width:680px}.apex-inner{position:relative;z-index:1}.apex-origin{background:rgba(255,255,255,.04);border:1px solid rgba(106,76,255,.2);border-left:3px solid rgba(106,76,255,.8);padding:1.6rem 2rem;border-radius:2px;margin-bottom:3rem;max-width:780px}.apex-origin p{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-style:italic;color:rgba(255,255,255,.82);line-height:1.65}.apex-origin cite{display:block;margin-top:.8rem;font-size:.78rem;color:rgba(106,76,255,.8);font-style:normal;letter-spacing:.08em}.apex-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.apex-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);padding:2rem 2.2rem;border-radius:4px;transition:border-color .3s,background .3s}.apex-card:hover{border-color:rgba(106,76,255,.3);background:rgba(106,76,255,.06)}.apex-card-label{font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(106,76,255,.9);margin-bottom:.7rem}.apex-card h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;color:var(--white);margin-bottom:.8rem;line-height:1.3}.apex-card p{font-size:.88rem;color:rgba(255,255,255,.58);line-height:1.75}.apex-ip-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(255,255,255,.06);margin-bottom:3rem;border-radius:4px;overflow:hidden}.apex-ip-item{background:rgba(13,17,23,.9);padding:1.8rem 2rem;transition:background .3s}.apex-ip-item:hover{background:rgba(106,76,255,.1)}.apex-ip-name{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.6rem}.apex-ip-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;color:var(--white);margin-bottom:.6rem}.apex-ip-desc{font-size:.82rem;color:rgba(255,255,255,.5);line-height:1.65}.apex-relationship{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;margin-bottom:3rem}.apex-relationship-text h3{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:300;color:var(--white);margin-bottom:1rem;line-height:1.3}.apex-relationship-text p{font-size:.92rem;color:rgba(255,255,255,.62);line-height:1.8;margin-bottom:1rem}.apex-relationship-text strong{color:var(--gold-light)}.apex-flywheel{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:2rem}.apex-flywheel-title{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(106,76,255,.8);margin-bottom:1.4rem;text-align:center}.flywheel-step{display:flex;align-items:flex-start;gap:1rem;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.flywheel-step:last-child{border-bottom:none}.flywheel-arrow{color:rgba(106,76,255,.6);font-size:.9rem;margin-top:2px;flex-shrink:0}.flywheel-text{font-size:.84rem;color:rgba(255,255,255,.6);line-height:1.55}.flywheel-text strong{color:rgba(255,255,255,.85)}.apex-status-bar{background:rgba(255,255,255,.04);border:1px solid rgba(184,152,42,.25);border-top:3px solid var(--gold-light);padding:2rem 2.5rem;border-radius:2px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.apex-status-label{font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.4rem}.apex-status-value{font-size:.9rem;color:rgba(255,255,255,.78);line-height:1.5}#portfolio{background:var(--cream-dark)}.portfolio-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem}.portfolio-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.portfolio-card{background:var(--white);border-radius:6px;overflow:hidden;box-shadow:0 4px 24px rgba(15,36,68,.08)}.portfolio-card-top{background:var(--navy);padding:2.5rem 2.8rem;display:flex;justify-content:space-between;align-items:flex-start}.portfolio-tag{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light);background:rgba(184,152,42,.15);padding:.35rem .8rem;border-radius:2px;display:inline-block;margin-bottom:1rem}.portfolio-name{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:600;color:var(--white);margin-bottom:.4rem}.portfolio-subtitle{font-size:.85rem;color:rgba(255,255,255,.6)}.portfolio-market{text-align:right}.portfolio-market-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;color:var(--gold-light)}.portfolio-market-label{font-size:.72rem;color:rgba(255,255,255,.5);margin-top:.2rem}.portfolio-card-body{padding:2.5rem 2.8rem}.portfolio-desc{font-size:.95rem;color:var(--gray);line-height:1.8;margin-bottom:2rem}.portfolio-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.ptag{font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .9rem;border-radius:2px;background:rgba(10,92,92,.08);color:var(--teal);border:1px solid rgba(10,92,92,.2)}.portfolio-proof{background:var(--cream);border-left:3px solid var(--teal-light);padding:1.2rem 1.5rem;border-radius:2px;font-size:.85rem;color:var(--gray);line-height:1.7}#model{background:var(--navy)}#model .section-title{color:var(--white)}#model .section-label{color:var(--gold-light)}#model .section-label:before{background:var(--gold-light)}#model .section-subtitle{color:rgba(255,255,255,.6)}.model-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1px;gap:1px;background:rgba(255,255,255,.06);margin-top:3rem}.model-card{background:rgba(15,36,68,.95);padding:2rem 1.6rem;position:relative;transition:background .3s}.model-card:hover{background:rgba(10,92,92,.2)}.model-tier{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.8rem}.model-title{font-size:.9rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.model-range{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--gold-light);margin-bottom:.8rem}.model-desc{font-size:.78rem;color:rgba(255,255,255,.55);line-height:1.65}.model-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:rgba(255,255,255,.06);margin-top:3rem}.model-stat{background:rgba(15,36,68,.95);padding:1.8rem;text-align:center}.model-stat-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;color:var(--gold-light);margin-bottom:.4rem}.model-stat-label{font-size:.75rem;color:rgba(255,255,255,.5)}#team{background:var(--cream)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.team-card{background:var(--white);border:1px solid var(--cream-dark);padding:2rem 1.6rem;border-radius:4px;transition:transform .3s,box-shadow .3s}.team-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(15,36,68,.1)}.team-avatar{width:48px;height:48px;border-radius:50%;background:var(--navy);color:var(--gold-light);font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.team-name{font-size:.9rem;font-weight:600;color:var(--navy);margin-bottom:.3rem}.team-role{font-size:.72rem;font-weight:500;letter-spacing:.06em;color:var(--teal-light);text-transform:uppercase;margin-bottom:.8rem}.team-bio{font-size:.8rem;color:var(--gray);line-height:1.65}#contact{background:var(--navy)}#contact .section-title{color:var(--white)}#contact .section-label{color:var(--gold-light)}#contact .section-label:before{background:var(--gold-light)}#contact .section-subtitle{color:rgba(255,255,255,.6)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem}.contact-person{margin-bottom:2rem}.contact-person h3{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;color:var(--white);margin-bottom:.3rem}.contact-person p{font-size:.85rem;color:rgba(255,255,255,.55);margin-bottom:1rem}.contact-links{display:flex;flex-direction:column;gap:.5rem}.contact-link{display:flex;align-items:center;gap:.7rem;font-size:.85rem;color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s}.contact-link span,.contact-link:hover{color:var(--gold-light)}.contact-link span{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;width:60px}.contact-quote{margin-top:3rem;border-left:3px solid var(--gold-light);padding-left:1.5rem}.contact-quote p{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;color:rgba(255,255,255,.75);line-height:1.6}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5)}.form-group input,.form-group select,.form-group textarea{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:var(--white);font-size:.88rem;padding:.8rem 1rem;border-radius:2px;font-family:DM Sans,sans-serif;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold-light)}.form-group select option{background:var(--navy)}.form-group textarea{height:100px;resize:vertical}.form-submit{background:var(--gold-light);color:var(--navy);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 2rem;border:none;border-radius:2px;cursor:pointer;transition:background .3s;width:100%}.form-submit:hover{background:var(--gold)}footer{background:rgba(10,20,40,.98);border-top:1px solid rgba(184,152,42,.15);padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600;color:var(--white);letter-spacing:.08em;text-decoration:none}.footer-logo span{color:var(--gold-light)}.footer-copy,.footer-tagline{font-size:.75rem;color:rgba(255,255,255,.35)}.footer-tagline{font-style:italic}#longitude{background:var(--navy);position:relative;overflow:hidden}#longitude:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 15% 50%,rgba(10,92,92,.2) 0,transparent 55%),radial-gradient(ellipse at 85% 20%,rgba(184,152,42,.08) 0,transparent 50%);pointer-events:none}#longitude .section-label{color:var(--gold-light)}#longitude .section-label:before{background:var(--gold-light)}#longitude .section-title{color:var(--white)}#longitude .section-subtitle{color:rgba(255,255,255,.6);max-width:680px}.longitude-inner{position:relative;z-index:1}.longitude-distinction-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(255,255,255,.06);margin-bottom:3rem;border-radius:2px;overflow:hidden}.longitude-distinction{background:rgba(15,36,68,.95);padding:2.2rem 2rem;transition:background .3s}.longitude-distinction:hover{background:rgba(10,92,92,.25)}.longitude-distinction-num{font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.8rem}.longitude-distinction h3{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--white);margin-bottom:.7rem;line-height:1.3}.longitude-distinction p{font-size:.85rem;color:rgba(255,255,255,.58);line-height:1.75}.longitude-proof{background:rgba(10,92,92,.3);border:1px solid rgba(10,92,92,.5);border-left:4px solid var(--gold-light);padding:2.5rem 3rem;margin-bottom:3rem;border-radius:2px}.longitude-proof blockquote{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-style:italic;font-weight:400;color:rgba(255,255,255,.88);line-height:1.7;margin-bottom:1.2rem}.longitude-proof-name{font-size:.85rem;font-weight:600;color:var(--white);margin-bottom:.2rem}.longitude-proof-role{font-size:.72rem;letter-spacing:.08em;color:var(--gold-light)}.longitude-engagements{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.longitude-engagement{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-top:3px solid var(--gold-light);padding:2rem 1.8rem;border-radius:2px;transition:border-color .3s,background .3s}.longitude-engagement:hover{background:rgba(184,152,42,.06);border-color:rgba(184,152,42,.3)}.longitude-engagement-type{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.6rem}.longitude-engagement h3{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--white);margin-bottom:.5rem;line-height:1.3}.longitude-engagement-duration{font-size:.72rem;color:rgba(255,255,255,.4);margin-bottom:1rem;letter-spacing:.06em}.longitude-engagement p{font-size:.85rem;color:rgba(255,255,255,.58);line-height:1.75}.longitude-cta{background:rgba(255,255,255,.04);border:1px solid rgba(184,152,42,.25);border-top:3px solid var(--gold-light);padding:2.5rem 3rem;display:flex;justify-content:space-between;align-items:center;gap:3rem;border-radius:2px}.longitude-cta-text h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;color:var(--white);margin-bottom:.5rem;line-height:1.3}.longitude-cta-text p{font-size:.88rem;color:rgba(255,255,255,.6);line-height:1.7}.longitude-cta-actions{display:flex;gap:1rem;flex-shrink:0}.longitude-footer-note{margin-top:1.5rem;text-align:center;font-size:.72rem;color:rgba(255,255,255,.3);letter-spacing:.08em}#community{background:var(--cream)}.community-hero{background:var(--navy);border-radius:6px;padding:3rem 3.5rem;margin-bottom:3.5rem;position:relative;overflow:hidden}.community-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 50%,rgba(10,92,92,.25) 0,transparent 60%);pointer-events:none}.community-hero-inner{position:relative;z-index:1;max-width:760px}.community-badge{display:inline-block;background:rgba(184,152,42,.2);color:var(--gold-light);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:.35rem .9rem;border:1px solid rgba(184,152,42,.3);border-radius:2px;margin-bottom:1.2rem}.community-hero h3{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;color:var(--white);line-height:1.2;margin-bottom:1.2rem}.community-hero h3 strong{font-weight:600;color:var(--gold-light)}.community-hero p{font-size:1rem;color:rgba(255,255,255,.72);line-height:1.8;max-width:640px}.community-junto-bar{background:rgba(184,152,42,.12);border:1px solid rgba(184,152,42,.25);border-left:4px solid var(--gold-light);padding:1.2rem 1.6rem;margin-top:1.8rem;border-radius:2px}.community-junto-bar p{font-size:.9rem;color:rgba(255,255,255,.8);line-height:1.7}.community-junto-bar strong{color:var(--gold-light)}.community-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3.5rem;gap:3.5rem;margin-bottom:3.5rem}.community-pillar-title{font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-light);margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:1px solid rgba(10,92,92,.2)}.capacity-cards{display:flex;flex-direction:column;gap:1rem}.capacity-card{background:var(--white);border:1px solid var(--cream-dark);border-left:4px solid var(--teal-light);padding:1.4rem 1.6rem;border-radius:2px;transition:transform .3s,box-shadow .3s}.capacity-card:hover{transform:translateX(4px);box-shadow:4px 0 16px rgba(10,92,92,.08)}.capacity-num{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--teal-light);margin-bottom:.4rem}.capacity-card h4{font-size:.9rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.capacity-card p{font-size:.82rem;color:var(--gray);line-height:1.65}.junto-section{margin-bottom:2.5rem}.junto-section h3{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:400;color:var(--navy);margin-bottom:.8rem}.junto-section p{font-size:.95rem;color:var(--gray);line-height:1.8;margin-bottom:1.2rem}.junto-steps{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.junto-step{display:flex;gap:1rem;align-items:flex-start;font-size:.88rem;color:var(--ink);line-height:1.6}.junto-step-num{width:26px;height:26px;border-radius:50%;background:var(--navy);color:var(--gold-light);font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.regulatory-box{background:var(--navy);color:var(--white);padding:1.8rem 2rem;border-radius:4px;border-left:4px solid var(--gold-light)}.regulatory-box h4{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.8rem}.regulatory-box p{font-size:.88rem;color:rgba(255,255,255,.78);line-height:1.7}.community-model{background:var(--cream-dark);border-radius:6px;padding:2.5rem 3rem;margin-bottom:3.5rem}.community-model h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;color:var(--navy);margin-bottom:.6rem}.community-model>p{font-size:.92rem;color:var(--gray);line-height:1.75;margin-bottom:2rem}.model-pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem}.model-pillar{background:var(--white);padding:1.4rem;border-radius:4px;border-top:3px solid var(--teal-light);text-align:center}.model-pillar-icon{font-size:1.8rem;margin-bottom:.6rem;display:block}.model-pillar h4{font-size:.82rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.model-pillar p{font-size:.78rem;color:var(--gray);line-height:1.6}.community-quote{text-align:center;padding:2.5rem;border-top:1px solid var(--cream-dark);border-bottom:1px solid var(--cream-dark);margin-bottom:3rem}.community-quote blockquote{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;font-style:italic;color:var(--navy);line-height:1.5;max-width:700px;margin:0 auto .8rem}.community-quote cite{font-size:.78rem;color:var(--teal-light);letter-spacing:.08em}.community-cta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up:nth-child(2){transition-delay:.1s}.fade-up:nth-child(3){transition-delay:.2s}.fade-up:nth-child(4){transition-delay:.3s}.zenphia-form-status{margin-top:1rem;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.12);font-size:.85rem;line-height:1.6}.zenphia-form-status.success{background:rgba(10,92,92,.35);color:var(--white)}.zenphia-form-status.error{background:rgba(184,152,42,.14);border-color:rgba(212,176,74,.4);color:var(--gold-light)}.form-submit:disabled{cursor:not-allowed;opacity:.7}