:root{--navy: #0A1628;--navy-mid: #142240;--gold: #B8965A;--gold-light: #D4AF78;--gold-pale: #F5EDD8;--cream: #FAF8F4;--white: #FFFFFF;--text-dark: #0A1628;--text-mid: #3D4F6B;--text-muted: #7A8BA0;--border: #E2D9C8;--border-light: #EDE8DF;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--text-dark);font-size:16px;line-height:1.7}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--navy);border-bottom:1px solid rgba(184,150,90,.3);display:flex;align-items:center;justify-content:space-between;padding:0 3rem;height:72px}.nav-logo{font-family:var(--font-display);color:var(--white);font-size:1.5rem;font-weight:600;letter-spacing:.02em;text-decoration:none;display:flex;align-items:center;gap:10px;cursor:pointer}.nav-logo span{color:var(--gold)}.nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none}.nav-links a{color:#ffffffbf;text-decoration:none;font-size:.8rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;transition:color .2s;cursor:pointer}.nav-links a:hover{color:var(--gold-light)}.nav-cta{background:var(--gold);color:var(--navy)!important;padding:.5rem 1.25rem;font-weight:600!important;border:none;cursor:pointer;font-size:.75rem!important;letter-spacing:.08em!important}.hero{min-height:100vh;background:var(--navy);display:flex;align-items:center;padding:8rem 4rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(184,150,90,.08) 0%,transparent 70%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:1200px;margin:0 auto;width:100%}.hero-eyebrow{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-weight:500}.hero h1{font-family:var(--font-display);font-size:3.75rem;font-weight:600;color:var(--white);line-height:1.1;margin-bottom:1.5rem}.hero h1 .gold{color:var(--gold-light);font-style:normal}.hero-sub{font-size:1.125rem;color:#ffffffa6;line-height:1.8;margin-bottom:2.5rem;max-width:460px}.btn-primary{display:inline-block;background:var(--gold);color:var(--navy);padding:.875rem 2.25rem;font-size:.875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:background .2s}.btn-primary:hover{background:var(--gold-light)}.btn-outline{display:inline-block;background:transparent;color:var(--white);padding:.875rem 2.25rem;font-size:.875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:1px solid rgba(255,255,255,.3);cursor:pointer;transition:border-color .2s,color .2s;margin-left:1rem}.btn-outline:hover{border-color:var(--gold-light);color:var(--gold-light)}.hero-right{display:flex;flex-direction:column;gap:1.5rem}.journey-card{background:#ffffff0d;border:1px solid rgba(184,150,90,.2);padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:border-color .2s,background .2s;cursor:pointer}.journey-card:hover{background:#b8965a14;border-color:#b8965a80}.journey-tag{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--gold);min-width:80px;letter-spacing:-.02em}.journey-info h3{font-size:.9rem;font-weight:600;color:var(--white);margin-bottom:.25rem;letter-spacing:.03em}.journey-info p{font-size:.8rem;color:#ffffff80;line-height:1.5}section{padding:6rem 4rem}.section-inner{max-width:1200px;margin:0 auto}.section-label{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-weight:500}.section-title{font-family:var(--font-display);font-size:2.75rem;font-weight:600;color:var(--navy);line-height:1.15;margin-bottom:1.25rem}.section-subtitle{font-size:1.05rem;color:var(--text-mid);max-width:620px;line-height:1.8}.divider{width:48px;height:2px;background:var(--gold);margin:1.5rem 0}.stats-band{background:var(--navy);padding:3rem 4rem;display:flex;justify-content:center;gap:0}.stat-item{text-align:center;padding:0 4rem;border-right:1px solid rgba(184,150,90,.2)}.stat-item:last-child{border-right:none}.stat-number{font-family:var(--font-display);font-size:2.75rem;font-weight:600;color:var(--gold-light);display:block;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.75rem;color:#ffffff80;letter-spacing:.15em;text-transform:uppercase}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:4rem;background:var(--border)}.product-card{background:var(--white);padding:2.5rem;cursor:pointer;transition:background .2s;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .3s}.product-card:hover:before{transform:scaleX(1)}.product-card:hover{background:var(--gold-pale)}.product-code{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--navy);margin-bottom:.5rem;letter-spacing:-.02em}.product-name{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:1rem}.product-audience{display:inline-block;background:var(--navy);color:#fffc;font-size:.7rem;padding:.3rem .75rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem}.product-desc{font-size:.9rem;color:var(--text-mid);line-height:1.75;margin-bottom:1.5rem}.product-link{font-size:.8rem;font-weight:600;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;text-decoration:none;display:flex;align-items:center;gap:.5rem;cursor:pointer}.product-card.future{background:var(--cream);opacity:.75}.product-card.future:before{background:var(--text-muted)}.future-badge{position:absolute;top:1.5rem;right:1.5rem;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border);padding:.2rem .6rem}.framework-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;margin-top:3rem}.framework-steps{display:flex;flex-direction:column;gap:0}.framework-step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.75rem 0;border-bottom:1px solid var(--border-light)}.step-letter{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gold);line-height:1;min-width:36px}.step-content h4{font-size:.85rem;font-weight:600;color:var(--navy);letter-spacing:.05em;margin-bottom:.4rem}.step-content p{font-size:.85rem;color:var(--text-muted);line-height:1.6}.framework-visual{background:var(--navy);padding:3rem}.fv-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#b8965ab3;margin-bottom:2rem}.fv-deliverable{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.07)}.fv-deliverable:last-child{border-bottom:none}.fv-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0}.fv-deliverable span{font-size:.9rem;color:#ffffffbf}.timeline{display:flex;align-items:stretch;gap:0;margin-top:4rem;background:var(--white);border:1px solid var(--border)}.timeline-stage{flex:1;padding:2.5rem;border-right:1px solid var(--border);position:relative}.timeline-stage:last-child{border-right:none}.timeline-age{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.timeline-product{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.timeline-desc{font-size:.85rem;color:var(--text-mid);line-height:1.65;margin-bottom:1rem}.timeline-arrow{position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:var(--gold);display:flex;align-items:center;justify-content:center;z-index:2;font-size:.75rem;color:var(--navy);font-weight:700}.timeline-stage.future-stage{background:var(--cream);opacity:.7}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:3rem;background:var(--border)}.testimonial-card{background:var(--white);padding:2.5rem}.quote-mark{font-family:var(--font-display);font-size:4rem;color:var(--gold-light);line-height:.5;margin-bottom:1.5rem;display:block}.testimonial-text{font-size:.95rem;color:var(--text-mid);line-height:1.8;font-style:italic;margin-bottom:1.5rem;font-family:var(--font-display)}.testimonial-author{font-size:.8rem;font-weight:600;color:var(--navy);letter-spacing:.05em}.testimonial-role{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.dark-section{background:var(--navy);color:var(--white)}.dark-section .section-title{color:var(--white)}.dark-section .section-subtitle{color:#fff9}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;margin-top:3rem}.contact-info h3{font-family:var(--font-display);font-size:1.5rem;margin-bottom:1.5rem;color:var(--white)}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-icon{width:40px;height:40px;border:1px solid rgba(184,150,90,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;color:var(--gold)}.contact-item p{font-size:.9rem;color:#ffffffa6;line-height:1.6}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:.5rem;font-weight:500}.form-field input,.form-field select,.form-field textarea{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--white);padding:.875rem 1rem;font-size:.9rem;font-family:var(--font-body);outline:none;transition:border-color .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--gold)}.form-field select option{background:var(--navy-mid)}.form-field textarea{height:100px;resize:vertical}.form-field input.field-error,.form-field select.field-error,.form-field textarea.field-error{border-color:#f87171}.form-error{font-size:.75rem;color:#f87171;margin-top:.35rem}.about-hero{min-height:60vh;background:var(--navy);display:flex;align-items:flex-end;padding:8rem 4rem 4rem}.about-hero-inner{max-width:1200px;margin:0 auto;width:100%}.about-statement{font-family:var(--font-display);font-size:3rem;color:var(--white);max-width:780px;line-height:1.2;font-weight:500}.about-statement .gold{color:var(--gold-light)}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:4rem;background:var(--border)}.pillar-card{background:var(--white);padding:2.5rem}.pillar-number{font-family:var(--font-display);font-size:4rem;font-weight:700;color:var(--border-light);line-height:1;margin-bottom:1rem}.pillar-title{font-family:var(--font-display);font-size:1.25rem;color:var(--navy);margin-bottom:.75rem}.pillar-text{font-size:.9rem;color:var(--text-mid);line-height:1.75}.campus-hero{min-height:70vh;background:var(--navy);padding:8rem 4rem 4rem;display:flex;align-items:center}.campus-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;margin-top:4rem;background:var(--border)}.campus-stat{background:var(--white);padding:2rem;text-align:center}.campus-stat-num{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--navy);display:block}.campus-stat-label{font-size:.75rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-top:.5rem}.offerings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;margin-top:3rem;background:var(--border)}.offering-card{background:var(--white);padding:2.5rem}.offering-icon{width:48px;height:48px;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.offering-title{font-family:var(--font-display);font-size:1.2rem;color:var(--navy);margin-bottom:.75rem}.offering-desc{font-size:.9rem;color:var(--text-mid);line-height:1.75}.program-hero{min-height:65vh;background:var(--navy);padding:8rem 4rem 4rem;display:flex;align-items:flex-end;position:relative;overflow:hidden}.program-hero:after{content:attr(data-code);position:absolute;right:4rem;bottom:-1rem;font-family:var(--font-display);font-size:18rem;font-weight:700;color:#b8965a0a;line-height:1;pointer-events:none}.program-badge{display:inline-block;border:1px solid var(--gold);color:var(--gold);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;padding:.4rem 1rem;margin-bottom:1.5rem}.program-title{font-family:var(--font-display);font-size:3.5rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.program-subtitle{font-family:var(--font-display);font-size:1.25rem;color:var(--gold-light);margin-bottom:1.5rem}.program-intro{font-size:1rem;color:#ffffffa6;max-width:560px;line-height:1.8}.framework-letter-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;background:var(--border);margin-bottom:4rem}.fl-card{background:var(--white);padding:2rem 1.5rem;text-align:center}.fl-letter{font-family:var(--font-display);font-size:3.5rem;font-weight:700;color:var(--navy);line-height:1;margin-bottom:.5rem}.fl-word{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:.75rem}.fl-desc{font-size:.8rem;color:var(--text-muted);line-height:1.6}.deliverables-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.deliverable-item{border:1px solid var(--border);padding:1.5rem;background:var(--white)}.deliverable-icon{font-size:1.25rem;margin-bottom:.75rem}.deliverable-name{font-size:.85rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.deliverable-desc{font-size:.78rem;color:var(--text-muted);line-height:1.6}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3rem}.why-number{font-family:var(--font-display);font-size:.85rem;color:var(--gold);font-weight:400;letter-spacing:.1em;margin-bottom:.75rem}.why-title{font-family:var(--font-display);font-size:1.25rem;color:var(--navy);margin-bottom:.75rem}.why-text{font-size:.9rem;color:var(--text-mid);line-height:1.75}.cta-band{background:var(--gold-pale);border-top:1px solid var(--gold-light);border-bottom:1px solid var(--gold-light);padding:4rem;text-align:center}.cta-band h2{font-family:var(--font-display);font-size:2.25rem;color:var(--navy);margin-bottom:1rem}.cta-band p{color:var(--text-mid);margin-bottom:2rem}.resources-hero{min-height:50vh;background:var(--navy);padding:8rem 4rem 4rem;display:flex;align-items:flex-end}.resource-filters{display:flex;gap:.75rem;margin:2.5rem 0;flex-wrap:wrap}.filter-btn{padding:.5rem 1.25rem;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border);background:var(--white);color:var(--text-muted);cursor:pointer;transition:all .2s}.filter-btn:hover,.filter-btn.active{background:var(--navy);color:var(--gold-light);border-color:var(--navy)}.resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--border)}.resource-card{background:var(--white);padding:2rem;cursor:pointer;transition:background .2s;display:flex;flex-direction:column}.resource-card:hover{background:var(--gold-pale)}.resource-tag{display:inline-block;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;padding:.25rem .65rem;margin-bottom:1rem}.resource-tag.blog{background:#edf4ff;color:#1a56a0}.resource-tag.article{background:#f0fff4;color:#1a6840}.resource-tag.material{background:var(--gold-pale);color:#7a5a20}.resource-tag.guide{background:#f9f0ff;color:#6b3fa0}.resource-title{font-family:var(--font-display);font-size:1.1rem;color:var(--navy);line-height:1.35;margin-bottom:.75rem;font-weight:600}.resource-excerpt{font-size:.85rem;color:var(--text-mid);line-height:1.7;flex:1;margin-bottom:1.25rem}.resource-meta{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border-light);padding-top:1rem;margin-top:auto}.resource-author{font-size:.75rem;color:var(--text-muted)}.resource-read{font-size:.75rem;color:var(--gold);font-weight:600}.featured-resource{background:var(--navy);padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:2px}.fr-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-weight:500}.fr-title{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--white);line-height:1.25;margin-bottom:1rem}.fr-desc{font-size:.95rem;color:#fff9;line-height:1.8;margin-bottom:1.5rem}.topic-item{padding:1.5rem;border:1px solid var(--border);background:var(--white);cursor:pointer;transition:border-color .2s}.topic-item:hover{border-color:var(--gold)}.topic-icon{font-size:1.5rem;margin-bottom:.75rem}.topic-name{font-weight:600;color:var(--navy);font-size:.95rem;margin-bottom:.4rem}.topic-count{font-size:.78rem;color:var(--text-muted)}footer{background:var(--navy);border-top:1px solid rgba(184,150,90,.2);padding:4rem}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem}.footer-brand{font-family:var(--font-display);font-size:1.5rem;color:var(--white);font-weight:600;margin-bottom:1rem}.footer-brand span{color:var(--gold)}.footer-tagline{font-size:.85rem;color:#ffffff73;line-height:1.7;max-width:280px}.footer-col h5{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-weight:600}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.7rem}.footer-col ul li a{font-size:.85rem;color:#ffffff80;text-decoration:none;transition:color .2s;cursor:pointer}.footer-col ul li a:hover{color:var(--gold-light)}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:.8rem;color:#ffffff4d}.breadcrumb{display:inline-block;font-size:.75rem;color:#fff6;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;cursor:pointer}@media(max-width:900px){nav{padding:0 1.5rem}.nav-links{display:none}section{padding:4rem 1.5rem}.hero{padding:6rem 1.5rem 3rem}.hero-grid{grid-template-columns:1fr;gap:3rem}.hero h1{font-size:2.5rem}.products-grid,.testimonial-grid,.pillars-grid,.why-grid,.resources-grid,.framework-layout,.contact-grid,.offerings-grid,.featured-resource{grid-template-columns:1fr}.framework-letter-grid{grid-template-columns:repeat(3,1fr)}.deliverables-row,.campus-stats{grid-template-columns:1fr 1fr}.timeline{flex-direction:column}.footer-inner{grid-template-columns:1fr 1fr}.stats-band{flex-direction:column;gap:2rem}.stat-item{border-right:none;border-bottom:1px solid rgba(184,150,90,.2);padding:1rem 0}.program-hero:after{display:none}.program-title{font-size:2.5rem}.about-statement{font-size:2rem}.campus-hero,.about-hero,.resources-hero{padding:6rem 1.5rem 3rem}}
