@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Inter:wght@100..900&family=Space+Mono&display=swap";
:root{--brand:#e63200;--brand-light:#ff6a2a;--brand-dark:#b82800;--brand-soft:#e632001a;--black:#080808;--white:#fff;--off-white:#fcfcfc;--gray-100:#f5f5f5;--gray-200:#eee;--gray-300:#ddd;--gray-400:#999;--gray-500:#666;--gray-600:#444;--gray-700:#222;--gray-800:#111;--gray-900:#000;--font-heading:"Outfit", sans-serif;--font-main:"Inter", sans-serif;--font-mono:"Space Mono", monospace;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--section-spacing:120px}*{box-sizing:border-box;margin:0;padding:0}body{--font-heading:var(--font-roboto), "Roboto", system-ui, -apple-system, sans-serif;--font-main:var(--font-open-sans), "Open Sans", system-ui, -apple-system, sans-serif;font-family:var(--font-main);background:var(--white);color:var(--black);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--white)}::-webkit-scrollbar-thumb{background:var(--gray-300)}::-webkit-scrollbar-thumb:hover{background:var(--brand)}@media (max-width:900px){.nav-links{display:none}.nav-hamburger{display:flex}.section-padding{padding:0 6vw}}#preloader{background:var(--black);z-index:9999;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.preloader-logo{font-family:var(--font-heading);color:var(--white);margin-bottom:30px;font-size:40px;font-weight:900;overflow:hidden}.preloader-logo span{display:block;transform:translateY(100%)}.preloader-bar-wrap{background:#ffffff1a;width:200px;height:2px;position:relative;overflow:hidden}.preloader-bar{background:var(--brand);width:0;height:100%;position:absolute;top:0;left:0}.hero{background:var(--black);align-items:center;min-height:100svh;padding:0;display:flex;position:relative;overflow:hidden}.hero-bg-grid{pointer-events:none;background-image:linear-gradient(#e632000a 1px,#0000 1px),linear-gradient(90deg,#e632000a 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.hero-glow{pointer-events:none;background:radial-gradient(circle,#e6320033 0%,#0000 70%);width:600px;height:600px;animation:8s ease-in-out infinite float;position:absolute;top:-100px;right:-100px}.hero-glow-2{pointer-events:none;background:radial-gradient(circle,#e632001f 0%,#0000 70%);width:400px;height:400px;animation:10s ease-in-out infinite reverse float;position:absolute;bottom:50px;left:30%}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}.hero-content{z-index:3;max-width:900px;padding-top:50px;position:relative}.hero-tag{letter-spacing:.2em;color:#fff;text-transform:uppercase;opacity:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;margin-bottom:24px;padding:8px 24px;font-size:10px;font-weight:700;display:inline-block;position:relative;overflow:hidden;transform:translateY(20px)}.hero-tag:after{content:"";background:var(--brand);transform-origin:100%;width:100%;height:2px;transition:transform .6s var(--ease-power3);position:absolute;bottom:0;left:0;transform:scaleX(0)}.hero-tag.reveal-done:after{transform-origin:0;transform:scaleX(1)}.hero-headline{font-family:var(--font-heading);color:var(--white);letter-spacing:-2px;margin-bottom:28px;font-size:clamp(44px,6vw,76px);font-weight:900;line-height:1}.hero-headline .line{display:block;overflow:hidden}.hero-headline .line-inner{display:block;transform:translateY(100%)}.hero-description{color:#fff9;max-width:600px;margin:0 0 60px;font-size:clamp(16px,2vw,20px);line-height:1.7}.hero-cta-wrap{opacity:0;justify-content:flex-start;gap:25px;display:flex;transform:translateY(20px)}.btn-primary{background:var(--brand);color:var(--white);transition:all .4s var(--ease-out);border-radius:100px;align-items:center;gap:12px;padding:22px 48px;font-size:16px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 20px 40px #e6320033}.btn-primary:hover{background:var(--brand-light);transform:translateY(-5px);box-shadow:0 30px 60px #e632004d}.btn-secondary{color:var(--white);transition:all .4s var(--ease-out);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:12px;padding:22px 48px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff4d}.hero-student-visual{z-index:1;pointer-events:none;opacity:.1;filter:grayscale(.4)contrast(1.1)brightness(1.1);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0;overflow:hidden}.hero-student-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;width:100%;height:100%}.rigid-slab{aspect-ratio:1;opacity:0;pointer-events:none;filter:drop-shadow(0 15px 30px #00000026);background:var(--white);width:100px;font-family:var(--font-heading);color:var(--brand);z-index:3;border:1px solid #0000000d;border-radius:20px;justify-content:center;align-items:center;font-size:40px;font-weight:950;transition:transform .2s;display:flex;position:absolute}.rigid-slab.slab-0{background:var(--white);width:140px;color:var(--brand);z-index:5;border:1px solid #e6320033;font-size:60px;box-shadow:0 10px 40px #e632001a;opacity:1!important}.rigid-slab:nth-child(2n):not(.slab-0){background:var(--white);color:var(--brand)}@media (max-width:1024px){.rigid-slab{border-radius:16px;font-size:32px;width:80px!important}}.section-padding{width:100%;max-width:1900px;margin:0 auto;padding:0 5%}.audience-section{background:var(--white);color:var(--black);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:0;position:relative;overflow:hidden}.audience-grid{grid-template-columns:repeat(4,1fr);gap:0;width:100%;display:grid}.audience-grid-2{grid-template-columns:repeat(5,1fr);gap:0;width:100%;display:grid}.audience-card{min-height:480px;transition:all .5s var(--ease-out);border-right:1px solid #00000014;flex-direction:column;justify-content:space-between;padding:80px 50px;display:flex;position:relative;overflow:hidden}.audience-card:last-child{border-right:none}.audience-card:first-child{background:#f8f8f6}.audience-card:nth-child(2){background:#effdf4}.audience-card:nth-child(3){background:#f0f4ff}.audience-card:nth-child(4){color:var(--white);background:#111}.audience-bg-num{opacity:.04;pointer-events:none;z-index:0;letter-spacing:-.05em;font-size:280px;font-weight:900;line-height:1;font-family:var(--font-heading);position:absolute;top:-20px;right:-20px}.audience-card:nth-child(4) .audience-bg-num{opacity:.08;color:var(--white)}.audience-top-meta{z-index:2;position:relative}.audience-index{font-family:var(--font-mono);color:var(--brand);margin-bottom:10px;font-size:20px;font-weight:800;display:block}.audience-card:nth-child(4) .audience-index{color:var(--brand)}.audience-card-title{font-family:var(--font-heading);letter-spacing:-.02em;margin:0;font-size:32px;font-weight:800;line-height:1.1}.audience-card-text{z-index:2;max-width:90%;color:var(--gray-600);margin-top:auto;font-size:18px;line-height:1.6;position:relative}.audience-card:nth-child(4) .audience-card-text{color:#fff9}.audience-card:hover{padding-left:60px}.audience-card:nth-child(4):hover{background:#000}.ph-label{font-family:var(--font-mono);color:var(--brand);text-transform:uppercase;letter-spacing:.3em;margin-bottom:25px;font-size:12px;font-weight:700;display:block}.section-headline{font-family:var(--font-heading);letter-spacing:-1.5px;color:var(--black);font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1.1}.section-headline .accent{color:var(--brand)}.reveal{opacity:0;transform:translateY(40px)}.philosophy-light{padding:var(--section-spacing) 0;background:var(--off-white)}.phil-header-row{justify-content:space-between;align-items:flex-end;margin-bottom:100px;display:flex}.phil-header-left{flex:0 0 60%}.phil-header-right{flex:0 0 30%}.phil-desc{color:var(--gray-600);font-size:20px;line-height:1.6}.phil-cards-grid{grid-template-columns:repeat(4,1fr);gap:30px;padding:0 3vw;display:grid}.phil-card{aspect-ratio:4/5.5;background:var(--white);border:1px solid var(--gray-200);border-radius:40px;flex-direction:column;padding:35px;transition:all .7s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden}.phil-card:hover{border-color:#0000;transform:translateY(-20px)scale(1.02);box-shadow:0 40px 80px #0000000f}.phil-card-img-wrap{background:var(--gray-100);border-radius:20px;flex:1;margin-bottom:40px;overflow:hidden}.phil-card-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease-out)}.phil-card:hover .phil-card-img{transform:scale(1.1)}.phil-card-title{font-family:var(--font-main);letter-spacing:-.02em;margin-bottom:15px;font-size:28px;font-weight:800}.phil-card-text{color:var(--gray-600);font-size:17px;line-height:1.5}.pillars-expanding-section{background:var(--white);min-height:100vh;color:var(--black);flex-direction:column;padding:120px 5% 180px;display:flex}.header-architectural-strip{background:#0000000a;border:none;border-radius:100px;align-items:center;gap:30px;padding:12px 40px;display:flex}.header-architectural-strip .ph-label{white-space:nowrap;margin-bottom:0}.header-architectural-strip .section-headline{letter-spacing:-.01em;color:#0006;margin-bottom:0;font-size:22px;font-weight:700}.header-architectural-strip .section-headline .accent{color:var(--brand);opacity:1}.strip-divider{background:#0000001a;width:1px;height:20px}.expanding-container{gap:12px;width:100%;height:600px;display:flex}.expanding-item{cursor:pointer;will-change:flex, padding;background:#f8f8f8;border:1px solid #0000000d;border-radius:12px;flex-direction:column;flex:.6;padding:40px;transition:background .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.expanding-item:hover{background:#f2f2f2;border-color:#00000014}.expanding-item.active{background:var(--white);border-color:var(--brand);cursor:default;flex:6;box-shadow:0 40px 80px #0000000d}.item-meta{justify-content:space-between;align-items:flex-start;display:flex}.item-num{font-family:var(--font-mono);color:var(--brand);font-size:14px;font-weight:800}.item-vertical-title{transform-origin:50%;white-space:nowrap;letter-spacing:-.01em;opacity:1;color:var(--black);pointer-events:none;will-change:opacity;width:max-content;font-size:22px;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-90deg)}.active .item-vertical-title{opacity:0;pointer-events:none}.item-content{opacity:0;pointer-events:none;flex-direction:column;justify-content:flex-end;height:100%;display:flex}.active .item-content{opacity:1;pointer-events:auto}.item-main-title{font-family:var(--font-heading);letter-spacing:-.05em;color:var(--black);margin-bottom:25px;font-size:52px;font-weight:950;line-height:.95}.item-desc{color:var(--gray-600);max-width:450px;margin-bottom:30px;font-size:18px;line-height:1.5}.item-focus-list{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:40px;list-style:none;display:grid}.item-focus-list li{color:var(--gray-700);padding-left:12px;font-size:14px;position:relative}.item-focus-list li:before{content:"";background:var(--brand);border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:0}.item-status-dot{background:var(--brand);width:14px;height:14px;box-shadow:0 0 20px var(--brand);border-radius:50%;justify-content:center;align-items:center;display:flex}.item-status-dot:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px}.inactive-status-dot{border:1px solid #0000001a;border-radius:50%;width:12px;height:12px;margin-top:auto}@media (max-width:1000px){.expanding-container{flex-direction:column;height:auto}.expanding-item{height:auto;padding:30px;flex:1!important}.item-vertical-title{display:none}.item-content{opacity:1;pointer-events:auto;margin-top:20px}.item-main-title{font-size:32px}}.slab-visual{opacity:0;height:70vh;transition:all 1.2s var(--ease-out);background:#f8f8f8;border:1px solid #00000008;border-radius:40px;flex:0 0 45%;position:relative;overflow:hidden;transform:scale(.85)rotateY(15deg);box-shadow:0 40px 100px #00000014}.monolith-slab.active .slab-visual{opacity:1;transform:scale(1)rotateY(0)}.slab-3d-visual{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform 2s var(--ease-out)}.monolith-slab.active .slab-3d-visual{transform:scale(1.1)}.slab-content{z-index:2;flex:1;position:relative}.slab-subtitle{font-family:var(--font-mono);color:var(--brand);letter-spacing:.2em;text-transform:uppercase;margin-bottom:30px;font-size:13px;font-weight:700;display:inline-block}.slab-title{font-family:var(--font-heading);letter-spacing:-.05em;color:var(--black);margin-bottom:40px;font-size:clamp(48px,6vw,100px);font-weight:900;line-height:1}.slab-description{color:var(--gray-600);max-width:500px;margin-bottom:60px;font-size:24px;line-height:1.4}.slab-details{margin-bottom:60px;padding:0}.details-label{text-transform:uppercase;letter-spacing:.15em;color:var(--brand);margin-bottom:25px;font-size:12px;font-weight:700}.slab-list{grid-template-columns:1fr 1fr;gap:20px;list-style:none;display:grid}.slab-list li{color:var(--black);padding-left:20px;font-size:18px;display:block;position:relative}.slab-list li:before{content:"";background:var(--brand);width:6px;height:1px;position:absolute;top:10px;left:0}.slab-footer{align-items:center;gap:30px;display:flex}.slab-outcome-pill{color:var(--black);background:#f8f8f8;border:1px solid #0000000d;border-radius:30px;align-items:flex-start;gap:20px;padding:30px 40px;display:flex}.outcome-tag{font-family:var(--font-mono);color:var(--brand);border:1px solid var(--brand);border-radius:5px;padding:4px 10px;font-size:11px}.outcome-main{font-size:15px;font-weight:700;line-height:1.3}.monolith-controls{margin-top:10px}.monolith-bar{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;margin-top:100px;padding-top:80px;display:flex}.monolith-indicator{align-items:center;gap:30px;display:flex}.monolith-indicator span{font-family:var(--font-mono);color:var(--gray-400);font-size:14px;font-weight:800}.monolith-indicator .current{color:var(--black)}.indicator-track{background:var(--gray-200);width:240px;height:2px;position:relative}.indicator-bar{background:var(--brand);width:16.66%;height:100%;transition:width .8s var(--ease-in-out);border-radius:10px;position:absolute;top:0;left:0}.monolith-nav{gap:20px;display:flex}.m-nav-btn{width:60px;height:60px;color:var(--black);cursor:pointer;transition:all .4s var(--ease-out);background:0 0;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex}.m-nav-btn.active,.m-nav-btn:hover{background:var(--brand);color:var(--white);border-color:var(--brand);transform:scale(1.1)}.outcomes-impact-matrix{background:var(--black);padding:var(--section-spacing) 0;position:relative}.outcomes-matrix-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(160px,auto);gap:24px;margin-top:100px;display:grid}.outcome-matrix-card{transition:all .6s var(--ease-out);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:40px;flex-direction:column;justify-content:space-between;padding:60px;display:flex;position:relative;overflow:hidden}.outcome-matrix-card:hover{background:#ffffff0f;border-color:#e632004d;transform:translateY(-5px)}.outcome-matrix-card:first-child{background:linear-gradient(135deg,#e632001a 0%,#ffffff08 100%);grid-area:span 2/span 8}.outcome-matrix-card:nth-child(2),.outcome-matrix-card:nth-child(3),.outcome-matrix-card:nth-child(4),.outcome-matrix-card:nth-child(5){grid-area:span 2/span 4}.outcome-matrix-card:nth-child(6){background:linear-gradient(90deg,#ffffff0d 0%,#e632000d 100%);flex-direction:row;grid-area:span 1/span 12;align-items:center;padding:40px 60px;display:flex}.outcome-card-top{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.outcome-num{font-family:var(--font-mono);color:#fff3;font-size:12px}.outcome-icon-glow{filter:drop-shadow(0 0 15px #e6320066);font-size:40px}.outcome-title{font-family:var(--font-heading);color:var(--white);letter-spacing:-.03em;margin-bottom:20px;font-size:36px;font-weight:800;line-height:1.1}.outcome-matrix-card:nth-child(6) .outcome-title{margin-bottom:0;margin-right:40px;font-size:28px}.outcome-text-dim{color:#fff6;font-size:19px;line-height:1.5}.outcome-hover-glow{background:radial-gradient(circle at var(--x,50%) var(--y,50%), #e6320026 0%, transparent 60%);opacity:0;pointer-events:none;z-index:1;transition:opacity .4s;position:absolute;inset:0}.outcome-matrix-card:hover .outcome-hover-glow{opacity:1}.logistics-vault{padding:var(--section-spacing) 0;background:var(--white)}.snapshot-split-layout{grid-template-columns:1fr 1fr;gap:120px;display:grid}.snapshot-ledger-grid{grid-template-columns:1fr 1fr;gap:60px;display:grid}.ledger-item{flex-direction:column;display:flex}.ledger-label{font-family:var(--font-mono);text-transform:uppercase;color:var(--brand);margin-bottom:10px;font-size:11px}.ledger-val{font-family:var(--font-heading);color:var(--black);margin-bottom:5px;font-size:44px;font-weight:900}.ledger-sub{color:var(--gray-600);font-size:14px;font-weight:600}.faq-architecture{padding:var(--section-spacing) 0;background:var(--off-white)}.faq-item{border-bottom:1px solid var(--gray-200);cursor:pointer;padding:40px 0}.faq-question{font-family:var(--font-heading);color:var(--black);justify-content:space-between;align-items:center;font-size:24px;font-weight:800;transition:color .3s;display:flex}.faq-item:hover .faq-question{color:var(--brand)}.faq-answer{max-height:0;transition:all .5s var(--ease-out);color:var(--gray-600);padding-top:0;font-size:18px;overflow:hidden}.faq-item.active .faq-answer{max-height:200px;padding-top:30px}.cta-section{background:#050505;justify-content:center;align-items:center;padding:120px 0;display:flex;position:relative;overflow:hidden}.cta-content-wrap{z-index:2;text-align:center;background:radial-gradient(circle,#0a0a0a 0%,#050505 100%);border:1px solid #ffffff0d;border-radius:4px;width:100%;max-width:1400px;padding:120px 3vw;position:relative}.cta-section .section-headline{color:var(--white);margin-bottom:40px;font-size:clamp(40px,8vw,90px)}.cta-description{color:#fff6;max-width:700px;margin:0 auto 60px;font-size:22px;line-height:1.6}.cta-bg-text{font-family:var(--font-heading);color:var(--white);opacity:.02;pointer-events:none;letter-spacing:-.05em;z-index:0;font-size:30vw;font-weight:900;line-height:1;position:absolute;bottom:-10%;left:50%;transform:translate(-50%)}.cta-btn-wrap{z-index:5;justify-content:center;display:flex;position:relative}.cta-btn-wrap .btn-primary{background:var(--brand);color:var(--white);padding:24px 64px;font-size:18px;box-shadow:0 0 40px #e6320033}.cta-btn-wrap .btn-primary:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 0 60px #e6320066}.shift-impact-section{background:#fdfdfd;padding:120px 0}.shift-split{align-items:flex-start;gap:100px;display:flex}.shift-left{flex:0 0 55%}.shift-points{margin-top:80px}.shift-item{gap:30px;margin-bottom:60px;display:flex}.shift-marker{font-family:var(--font-mono);color:var(--brand);padding-top:10px;font-size:14px;font-weight:900}.shift-title{color:var(--black);letter-spacing:-.02em;margin-bottom:12px;font-size:28px;font-weight:850}.shift-text{color:var(--gray-600);font-size:19px;line-height:1.5}.shift-right{flex:1;position:sticky;top:100px}.testimonial-architectural-stack{flex-direction:column;gap:24px;display:flex}.testimonial-glass-card{background:var(--white);transition:all .4s var(--ease-out);border:1px solid #0000000a;border-radius:40px;padding:40px;box-shadow:0 10px 30px #00000005}.testimonial-glass-card:hover{border-color:var(--brand-soft);transform:translateY(-8px)scale(1.02);box-shadow:0 30px 60px #0000000f}.testimonial-quote{color:var(--black);z-index:1;font-size:18px;font-style:italic;line-height:1.6;position:relative}.logistics-snapshot-section{background:var(--white);border-top:1px solid var(--gray-100);padding:120px 0;position:relative}.snapshot-architectural-grid{border:1px solid var(--gray-200);background:var(--gray-200);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.snapshot-item{background:var(--white);transition:background .4s var(--ease-out);flex-direction:column;gap:15px;padding:60px 50px;display:flex}.snapshot-item:hover{background:#fafafa}.snapshot-item .m-label{font-family:var(--font-mono);color:var(--brand);text-transform:uppercase;letter-spacing:.2em;font-size:11px;font-weight:700}.snapshot-item .m-val{font-family:var(--font-heading);color:var(--black);letter-spacing:-.03em;font-size:30px;font-weight:950;line-height:1}@media (max-width:1024px){.snapshot-architectural-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.snapshot-architectural-grid{grid-template-columns:1fr}.snapshot-item{padding:40px 30px}.snapshot-item .m-val{font-size:28px}.hero-cta-wrap{flex-direction:column;display:flex}.item-focus-list{padding-left:0!important}.outcome-vault-card,.experience-item-new{padding:30px 20px!important}.pillars-expanding-section{padding:40px 4%!important}.experience-section,.outcomes-structural-section,.logistics-snapshot-section,.faq-ledger-section{padding:40px 0!important}.outcomes-header{margin-bottom:40px!important}.faq-ledger-head{padding:20px 0!important}}.marquee-wrapper:before,.marquee-wrapper:after{content:"";z-index:2;pointer-events:none;width:200px;height:100%;position:absolute;top:0}.marquee-wrapper:before{background:linear-gradient(to right, var(--white) 0%, transparent 100%);left:0}.marquee-wrapper:after{background:linear-gradient(to left, var(--white) 0%, transparent 100%);right:0}@media (max-width:1100px){.shift-split{flex-direction:column;gap:60px}.vault-grid{grid-template-columns:repeat(2,1fr)}}.outcomes-structural-section{background:var(--white);color:var(--black);padding:120px 0}.outcomes-header{margin-bottom:80px}.outcomes-meta{color:var(--gray-600);max-width:600px;margin-top:30px;font-size:20px}.outcomes-architectural-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.outcome-vault-card{transition:all .4s var(--ease-out);background:#f8f8f8;border:1px solid #0000000d;border-radius:20px;padding:50px 40px}.outcome-vault-card:hover{background:var(--white);border-color:var(--brand);transform:translateY(-5px);box-shadow:0 30px 60px #0000000d}.outcome-card-meta{align-items:center;gap:15px;margin-bottom:30px;display:flex}.o-num{font-family:var(--font-mono);color:var(--brand);font-size:11px;font-weight:800}.o-divider{background:#00000014;flex:1;height:1px}.o-title{font-family:var(--font-heading);color:var(--black);letter-spacing:-.02em;margin-bottom:20px;font-size:26px;font-weight:850}.o-desc{color:var(--gray-600);font-size:17px;line-height:1.6}.faq-ledger-section{background:var(--white);padding:120px 0}.faq-ledger-container{gap:100px;display:flex}.faq-ledger-left{flex:0 0 35%;height:fit-content;position:sticky;top:100px}.faq-ledger-right{flex:1}.faq-industrial-list{border-top:1px solid #00000014}.faq-ledger-item{border-bottom:1px solid #00000014}.faq-ledger-head{cursor:pointer;align-items:flex-start;gap:30px;padding:40px 0;transition:all .3s;display:flex}.faq-ledger-num{font-family:var(--font-mono);color:var(--brand);padding-top:8px;font-size:12px;font-weight:900}.faq-ledger-q{font-family:var(--font-heading);color:var(--black);letter-spacing:-.03em;flex:1;font-size:28px;font-weight:850;line-height:1.2}.faq-ledger-plus{color:var(--gray-400);transition:transform .4s var(--ease-out);font-size:32px;line-height:.8}.faq-ledger-item:hover .faq-ledger-q{color:var(--brand)}.faq-ledger-item.active .faq-ledger-plus{color:var(--brand);transform:rotate(45deg)}.faq-ledger-body{max-height:0;transition:all .6s cubic-bezier(.7,0,.3,1);overflow:hidden}.faq-ledger-item.active .faq-ledger-body{max-height:300px}.faq-ledger-content{color:var(--gray-600);max-width:600px;padding-bottom:60px;padding-left:55px;font-size:19px;line-height:1.6}@media (max-width:1000px){.outcomes-architectural-grid{grid-template-columns:repeat(2,1fr)}.faq-ledger-container{flex-direction:column;gap:80px}.faq-ledger-left{position:static}}@media (max-width:650px){.outcomes-architectural-grid{grid-template-columns:1fr}.faq-ledger-q{font-size:22px}}@media (max-width:1200px){.phil-header-row{flex-direction:column;align-items:flex-start;gap:40px}.phil-cards-grid{grid-template-columns:repeat(2,1fr)}.monolith-slab{gap:60px}.outcomes-matrix-grid{grid-template-columns:1fr}.outcome-matrix-card{grid-area:span 1/span 1!important}}@media (max-width:768px){.hero{min-height:auto;padding:120px 20px 60px}.hero-headline{letter-spacing:-1px;font-size:clamp(36px,10vw,56px)}.hero-sub{margin-bottom:32px;font-size:16px}.hero-ctas{flex-direction:column;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:100%}.section-padding{padding:0 20px}.nav-links{display:none}.phil-cards-grid{grid-template-columns:1fr}.monolith-slab{text-align:center;flex-direction:column;padding:60px 20px}.slab-list{text-align:left;grid-template-columns:1fr}.outcomes-matrix-grid{grid-template-columns:1fr;gap:20px}.outcome-matrix-card{grid-area:span 1/span 1!important;padding:30px!important}.outcome-matrix-card:nth-child(6){flex-direction:column;align-items:flex-start;padding:30px}.outcome-matrix-card:nth-child(6) .outcome-title{margin-bottom:20px;margin-right:0}.snapshot-split-layout{grid-template-columns:1fr}.indicator-track{width:100%}.audience-grid{grid-template-columns:1fr}.audience-card{border-bottom:1px solid #0000000d;border-right:none;min-height:auto;padding:40px 20px}.audience-card:hover{padding-left:20px}.audience-card-title{font-size:24px}.audience-card-text{margin-top:20px;font-size:16px}}.experience-section{background:var(--white);border-bottom:1px solid var(--gray-100);padding:120px 0}.experience-subtitle{color:var(--gray-600);max-width:600px;margin-top:20px;margin-bottom:80px;font-size:22px;line-height:1.5}.experience-grid-new{border-top:1px solid var(--gray-200);grid-template-columns:repeat(3,1fr);gap:0;margin-top:80px;display:grid}.experience-item-new{border-right:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);transition:all .6s var(--ease-out);background:var(--white);padding:80px 50px;position:relative;overflow:hidden}.experience-item-new:nth-child(3n){border-right:none}.experience-item-new:hover{background:#fafafa}.exp-number{font-family:var(--font-mono);letter-spacing:.2em;color:var(--brand);align-items:center;gap:15px;margin-bottom:30px;font-size:11px;font-weight:800;display:flex}.exp-number:after{content:"";background:var(--brand);opacity:.3;width:30px;height:1px}.exp-title{font-family:var(--font-heading);color:var(--black);letter-spacing:-.02em;margin-bottom:25px;font-size:32px;font-weight:900;line-height:1.1}.exp-text{color:var(--gray-600);max-width:90%;font-size:18px;line-height:1.7}.experience-item-new:before{content:"";background:var(--brand);width:3px;height:0;transition:height .4s var(--ease-out);position:absolute;top:0;left:0}.experience-item-new:hover:before{height:100%}@media (max-width:1024px){.experience-grid-new{grid-template-columns:repeat(2,1fr)}.experience-item-new:nth-child(3n){border-right:1px solid var(--gray-200)}.experience-item-new:nth-child(2n){border-right:none}}@media (max-width:768px){.experience-grid-new{grid-template-columns:1fr}.experience-item-new{border-right:none!important}}.experience-outro{text-align:center;border:1px solid var(--brand);background:#f8f8f8;border-radius:4px;margin-top:100px;padding:60px}.experience-outro p{color:var(--black);letter-spacing:-.01em;max-width:800px;margin:0 auto;font-size:24px;font-weight:800}.philosophy-clean-section{background:var(--white);border-bottom:1px solid var(--gray-100);padding:120px 0}.clean-manifesto-grid{grid-template-columns:1fr 1fr;align-items:start;gap:120px;display:grid}.m-lead-clean{color:var(--black);letter-spacing:-.02em;margin-bottom:40px;font-size:32px;font-weight:800;line-height:1.3}.m-divider-clean{background:var(--brand);width:60px;height:1px;margin:40px 0}.m-text-clean{color:var(--gray-600);margin-bottom:60px;font-size:20px;line-height:1.7}.m-objective-pill{border-left:2px solid var(--brand);background:#f8f8f8;border-radius:4px;padding:40px}.v-title-clean{font-family:var(--font-heading);color:var(--black);margin-top:15px;font-size:24px;font-weight:850;line-height:1.4}@media (max-width:1024px){.clean-manifesto-grid{grid-template-columns:1fr;gap:60px}}@media (max-width:768px){.philosophy-clean-section{padding:80px 0}.m-lead-clean{margin-bottom:30px;font-size:26px}.m-divider-clean{margin:30px 0}.m-text-clean{margin-bottom:40px;font-size:18px}.m-objective-pill{padding:30px}.experience-subtitle{margin-top:10px;margin-bottom:60px;font-size:19px}.experience-outro{margin-top:60px;padding:40px 25px}.experience-outro p{font-size:20px}}.v-label{font-family:var(--font-mono);text-transform:uppercase;color:var(--brand);letter-spacing:.1em;margin-bottom:25px;font-size:12px;display:block}.v-title{font-family:var(--font-heading);margin-bottom:35px;font-size:24px;font-weight:800;line-height:1.4}.v-mark{color:var(--brand)}.v-status{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;opacity:.6;align-items:center;gap:12px;font-size:11px;display:flex}.v-dot{background:#0f0;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #0f0}@media (max-width:1100px){.outcomes-architectural-grid{grid-template-columns:repeat(2,1fr)}.phil-header-row{flex-direction:column;gap:50px}}@media (max-width:768px){.outcomes-architectural-grid{grid-template-columns:1fr}.phil-manifesto{font-size:20px}}.item-outcome-wrap{border-top:1px solid #0000000d;margin-top:auto;padding-top:30px}.outcome-label{font-family:var(--font-mono);color:var(--brand);text-transform:uppercase;letter-spacing:.2em;margin-bottom:10px;font-size:10px;font-weight:700;display:block}.outcome-val{color:var(--black);font-size:16px;font-weight:700;line-height:1.4}.alphabet-fountain-layer{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.fountain-char{font-family:var(--font-roboto), "Outfit", sans-serif;-webkit-user-select:none;user-select:none;will-change:transform, opacity;filter:drop-shadow(0 10px 20px #00000014);opacity:0;font-size:clamp(32px,4vw,56px);font-weight:950;position:absolute}.expanding-header{justify-content:flex-start;margin-bottom:80px;display:flex}.ph-label{text-transform:uppercase;letter-spacing:2px;color:#e63200;background:#e6320008;border:1px solid #e6320033;border-radius:100px;margin-bottom:24px;padding:8px 24px;font-size:11px;font-weight:800;display:inline-block}.ph-label.reveal{font-family:var(--font-mono);color:var(--brand);text-transform:uppercase;letter-spacing:.3em;margin-bottom:25px;font-size:12px;font-weight:700}
