:root{--font-display:"Plus Jakarta Sans", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif;--font-mono:"Plus Jakarta Sans", sans-serif;--ink:#080808;--ink-2:#100f0e;--ink-3:#141210;--sand:#f2ede6;--cream:#faf8f4;--gold:#b8954a;--gold-lt:#d4b06a;--gold-dk:#8a6e35;--mist:#7a756e;--rule:#b8954a2e;--rule2:#ffffff0d;--fs-hero:clamp(3.2rem, 7.5vw, 6.8rem);--fs-xl:clamp(2.4rem, 5vw, 4.6rem);--fs-lg:clamp(1.6rem, 3vw, 2.6rem);--fs-md:clamp(1.2rem, 2vw, 1.6rem);--section-padding:8.5rem 0;--container-max:1240px;--container-pad:4rem;--ease-out:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--ink);color:var(--sand);font-family:var(--font-body);font-weight:300;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:1;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");position:fixed;inset:0}::selection{background:var(--gold);color:var(--ink)}section{z-index:2;position:relative}.container{max-width:var(--container-max);padding:0 var(--container-pad);margin:0 auto}.display-title{font-family:var(--font-display);font-size:var(--fs-xl);letter-spacing:-.02em;font-weight:600;line-height:1.1}.display-title em{color:var(--gold);font-style:normal;font-weight:600}.eyebrow{align-items:center;gap:1rem;margin-bottom:1.4rem;display:flex}.eyebrow-line{background:var(--gold);flex-shrink:0;width:34px;height:1px}.eyebrow-text{font-family:var(--font-mono);letter-spacing:.24em;text-transform:uppercase;color:var(--gold);font-size:.68rem}.btn-gold{background:var(--gold);color:var(--ink);font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;border:none;align-items:center;gap:.7rem;padding:1rem 2rem;font-size:.74rem;font-weight:600;text-decoration:none;transition:background .25s,transform .25s;display:inline-flex}.btn-gold:hover{background:var(--gold-lt);transform:translateY(-2px)}.btn-line{color:var(--sand);font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;border:1px solid #b8954a73;align-items:center;gap:.7rem;padding:1rem 2rem;font-size:.74rem;font-weight:400;text-decoration:none;transition:border-color .25s,background .25s,transform .25s;display:inline-flex}.btn-line:hover{border-color:var(--gold);background:#b8954a12;transform:translateY(-2px)}.tag{font-family:var(--font-mono);letter-spacing:.1em;color:var(--mist);border:1px solid #7a756e4d;padding:.35rem .75rem;font-size:.62rem;transition:color .2s,border-color .2s}.tag:hover{color:var(--gold);border-color:var(--gold)}.scroll-progress{background:linear-gradient(to right, var(--gold-dk), var(--gold-lt));z-index:9999;pointer-events:none;height:2px;transition:width .1s linear;position:fixed;top:0;left:0}@media (width<=1080px){:root{--container-pad:2rem}}@media (width<=640px){:root{--container-pad:1.25rem;--section-padding:5rem 0}}.navbar{z-index:100;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:1.4rem 4rem;transition:background .4s,padding .3s,border-color .4s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(24px);border-bottom-color:var(--rule);background:#080808f0;padding:.9rem 4rem}.nav-logo{font-family:var(--font-display);letter-spacing:.1em;color:var(--sand);text-transform:uppercase;flex-shrink:0;font-size:1.25rem;font-weight:700;text-decoration:none;transition:opacity .2s}.nav-logo span{color:var(--gold)}.nav-logo:hover{opacity:.8}.nav-links{align-items:center;gap:2.1rem;list-style:none;display:flex}.nav-links a{letter-spacing:.16em;text-transform:uppercase;color:var(--mist);padding-bottom:4px;font-size:.7rem;font-weight:400;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s var(--ease-out);position:absolute;bottom:-2px;left:0}.nav-links a:hover,.nav-links a.active{color:var(--sand)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-cta{letter-spacing:.14em;text-transform:uppercase;color:var(--ink);background:var(--gold);flex-shrink:0;padding:.6rem 1.3rem;font-size:.7rem;font-weight:500;text-decoration:none;transition:background .25s,transform .2s}.nav-cta:hover{background:var(--gold-lt);transform:translateY(-1px)}.nav-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-burger span{background:var(--sand);width:24px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.mobile-nav{background:var(--ink);z-index:200;flex-direction:column;padding:5rem 2.5rem 3rem;transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;overflow-y:auto;transform:translate(100%)}.mobile-nav.open{transform:translate(0)}.mobile-nav-overlay{z-index:199;background:#00000080;position:fixed;inset:0}.mobile-nav-close{color:var(--sand);cursor:pointer;background:0 0;border:none;font-size:1.6rem;line-height:1;transition:color .2s;position:absolute;top:1.4rem;right:2rem}.mobile-nav-close:hover{color:var(--gold)}.mobile-nav-logo{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;color:var(--sand);border-bottom:1px solid var(--rule);margin-bottom:2rem;padding-bottom:2rem;font-size:1.4rem;font-weight:700}.mobile-nav-logo span{color:var(--gold)}.mobile-nav a{font-family:var(--font-display);color:var(--sand);border-bottom:1px solid var(--rule);padding:.7rem 0;font-size:2.2rem;font-weight:300;text-decoration:none;transition:color .2s,padding-left .25s;display:block}.mobile-nav a:hover{color:var(--gold);padding-left:.5rem}.mobile-nav-cta{align-items:center;margin-top:2rem;background:var(--gold)!important;color:var(--ink)!important;font-family:var(--font-body)!important;letter-spacing:.14em!important;text-transform:uppercase!important;border-bottom:none!important;padding:1rem 1.8rem!important;font-size:.8rem!important;font-weight:600!important;display:inline-flex!important}.mobile-nav-cta:hover{background:var(--gold-lt)!important;padding-left:1.8rem!important}@media (width<=1080px){.navbar,.navbar.scrolled{padding-left:2rem;padding-right:2rem}}@media (width<=768px){.nav-links,.nav-cta{display:none}.nav-burger{display:flex}}.hero{flex-direction:column;justify-content:space-between;min-height:100vh;padding:0 4rem;display:flex;position:relative;overflow:visible!important}.hero-bg{background:radial-gradient(ellipse 90% 70% at 75% 40%, #b8954a17 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 8% 90%, #b8954a0d 0%, transparent 55%), var(--ink,#0b0f17);position:absolute;inset:0}.hero-grid{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(85% 85%,#000 0%,#0000 72%);mask-image:radial-gradient(85% 85%,#000 0%,#0000 72%)}.hero-inner{z-index:2;max-width:var(--container-max,1200px);flex-direction:column;justify-content:center;width:100%;margin:0 auto;padding-top:10rem;padding-bottom:7rem;display:flex;position:relative}.hero-main-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:3.5rem;width:100%;display:grid}.hero-content{flex-direction:column;display:flex}.hero-eyebrow{opacity:0;animation:heroRise 1s var(--ease-out,ease-out) forwards .3s;align-items:center;gap:1rem;margin-bottom:1.8rem;display:flex}.hero-h1{font-family:var(--font-display);letter-spacing:-.02em;width:100%;margin-bottom:1.8rem;font-size:clamp(2.4rem,4.1vw,3.65rem);font-weight:300;line-height:1.04}.hero-line{opacity:0;animation:heroRise 1s var(--ease-out,ease-out) forwards;display:block;transform:translateY(60px)}.hero-line.l1{animation-delay:.45s}.hero-line.l2{color:var(--gold,#b8954a);font-style:normal;animation-delay:.6s}.hero-line.l3{animation-delay:.75s}.hero-lead{color:var(--mis,#aeada0);opacity:0;max-width:580px;animation:heroRise 1s var(--ease-out,ease-out) forwards .85s;margin-bottom:2.2rem;font-size:clamp(.9rem,1.2vw,1.05rem);line-height:1.75}.hero-lead strong{color:var(--sand,#f3f4f6);font-weight:400}.hero-btns{opacity:0;animation:heroRise 1s var(--ease-out,ease-out) forwards .95s;flex-wrap:wrap;gap:1rem;display:flex}.hero-image-wrap{opacity:0;animation:heroRise 1s var(--ease-out,ease-out) forwards .5s;justify-content:flex-end;align-items:center;display:flex;position:relative}.hero-image-frame{background:radial-gradient(#0f2444 0%,#0b0f17 100%);border:1px solid #b8954a59;border-radius:20px;width:100%;max-width:440px;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080,0 0 60px #0f529e4d,0 0 25px #b8954a2e}.hero-portrait-img{aspect-ratio:3/4;object-fit:cover;object-position:top center;width:100%;height:auto;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.hero-image-frame:hover .hero-portrait-img{transform:scale(1.03)}.hero-image-overlay{pointer-events:none;background:linear-gradient(#0f529e59 0%,#0000 45%,#0b0f17cf 100%),radial-gradient(at 100% 0,#0f529e4e 0%,#0000 70%);position:absolute;inset:0}.hero-stats-card-wrap{max-width:var(--container-max,1200px);width:100%;margin:-4rem auto 0;position:relative;transform:translateY(50%);z-index:50!important}.hero-stats-card{background:var(--gold,#b8954a);opacity:0;animation:heroRise 1s var(--ease-out,ease-out) forwards 1.1s;background-image:radial-gradient(100% 100% at 50% 0,#fff3 0%,#0000 75%);border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:3rem 2.5rem;display:grid;box-shadow:0 20px 40px #00000040}.hstat-card-item{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.hstat-card-item:not(:last-child):after{content:"";background:#ffffff40;width:1px;height:70%;position:absolute;top:15%;right:-.75rem}.hstat-card-num{font-family:var(--font-display,sans-serif);color:#fff;letter-spacing:-.02em;-webkit-text-stroke:1px #fffc;text-shadow:0 4px 12px #00000026;margin-bottom:.75rem;font-size:clamp(2.4rem,4vw,3.8rem);font-weight:800;line-height:1}.hstat-card-label{color:#fff;white-space:pre-line;opacity:.95;font-size:.85rem;font-weight:600;line-height:1.4}@keyframes heroRise{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=1080px){.hero{padding:0 2rem}.hero-main-grid{grid-template-columns:1fr .9fr;gap:2.5rem}.hero-image-frame{max-width:380px}.hero-stats-card-wrap{margin-top:-2rem;transform:translateY(40%)}.hero-stats-card{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;padding:2.2rem 1.75rem}.hstat-card-item:after{display:none!important}.hstat-card-item:first-child{border-bottom:1px solid #ffffff40;border-right:1px solid #ffffff40;padding-bottom:1.5rem;padding-right:1rem}.hstat-card-item:nth-child(2){border-bottom:1px solid #ffffff40;padding-bottom:1.5rem;padding-left:1rem}.hstat-card-item:nth-child(3){border-right:1px solid #ffffff40;padding-top:.5rem;padding-right:1rem}.hstat-card-item:nth-child(4){padding-top:.5rem;padding-left:1rem}}@media (width<=860px){.hero-main-grid{width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:2.5rem;display:flex}.hero-content{z-index:2;padding:0;position:relative}.hero-image-wrap{z-index:2;opacity:1;width:100%;max-width:440px;margin:0 auto;transform:none;display:flex!important;position:relative!important;inset:auto!important}.hero-image-frame{background:radial-gradient(#0f2444 0%,#0b0f17 100%);border:1px solid #b8954a59;border-radius:20px;width:100%;max-width:100%;height:auto;box-shadow:0 25px 50px #00000080,0 0 60px #0f529e4d}.hero-portrait-img{aspect-ratio:3/4;object-fit:cover;object-position:top center;width:100%;height:auto}.hero-h1,.hero-lead,.eyebrow-text{text-shadow:none}}@media (width<=640px){.hero{padding:0 1.25rem}.hero-inner{padding-top:6.5rem;padding-bottom:3.5rem}.hero-content{padding:2rem 1.25rem}.hero-h1{margin-bottom:1.4rem;font-size:clamp(1.9rem,7.2vw,2.75rem)}.hero-lead{margin-bottom:1.6rem;font-size:.9rem;line-height:1.7}.hero-btns{flex-direction:column;gap:.75rem;width:100%}.hero-btns .btn-gold,.hero-btns .btn-line{text-align:center;justify-content:center;width:100%}.hero-stats-card-wrap{margin-top:0;transform:translateY(35px)}.hero-stats-card{border-radius:14px;grid-template-columns:repeat(2,1fr);gap:1.25rem .75rem;padding:1.5rem 1rem}.hstat-card-num{margin-bottom:.35rem;font-size:clamp(1.6rem,6.5vw,2.2rem)}.hstat-card-label{font-size:.72rem;line-height:1.35}.hstat-card-item:first-child{padding-bottom:1rem;padding-right:.5rem}.hstat-card-item:nth-child(2){padding-bottom:1rem;padding-left:.5rem}.hstat-card-item:nth-child(3){padding-top:.5rem;padding-right:.5rem}.hstat-card-item:nth-child(4){padding-top:.5rem;padding-left:.5rem}}.marquee-section{z-index:1;background:#f9fafb;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;padding-top:10rem;padding-bottom:3.5rem;position:relative;overflow:hidden}.marquee{width:100%;position:relative;overflow:hidden}.marquee:before,.marquee:after{content:"";z-index:3;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.marquee:before{background:linear-gradient(90deg,#f9fafb 0%,#0000 100%);left:0}.marquee:after{background:linear-gradient(270deg,#f9fafb 0%,#0000 100%);right:0}.marquee-track{white-space:nowrap;align-items:center;gap:1.5rem;width:max-content;animation:40s linear infinite marqueeScroll;display:flex}.marquee:hover .marquee-track{animation-play-state:paused}.mq-card{cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:.6rem;min-width:210px;height:90px;padding:1.2rem 2.2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 15px #00000008}.mq-card:hover{border-color:var(--gold,#b8954a);transform:translateY(-4px);box-shadow:0 10px 25px #b8954a1f}.card-icon{color:var(--gold,#b8954a);justify-content:center;align-items:center;transition:transform .3s;display:flex}.mq-card:hover .card-icon{transform:scale(1.1)}.card-title{letter-spacing:.05em;text-transform:uppercase;color:#111827;white-space:nowrap;font-size:.82rem;font-weight:700;transition:color .2s}.mq-card:hover .card-title{color:var(--gold,#b8954a)}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1080px){.marquee-section{padding-top:8rem;padding-bottom:3rem}}@media (width<=640px){.marquee-section{padding-top:5.5rem;padding-bottom:2.5rem}.mq-card{min-width:170px;height:75px;padding:1rem 1.5rem}.card-title{font-size:.75rem}}.reveal-elem{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(32px)}.reveal-elem.visible{opacity:1;transform:translateY(0)}.about{padding:var(--section-padding,5rem 0);color:#1f2937;background:#fff}.about-grid{grid-template-columns:.85fr 1.25fr;align-items:center;gap:5rem;display:grid}.about-visual-wrap{flex-shrink:0;position:relative}.about-frame{aspect-ratio:3/4;background:radial-gradient(70% 55% at 60% 30%,#b8954a1f 0%,#0000 60%),linear-gradient(160deg,#faf7f2 0%,#f2eae0 70%);border:1px solid #b8954a4d;border-radius:16px;position:relative;overflow:hidden;box-shadow:-10px 10px #b8954a33}.frame-inner{border:1px solid #b8954a33;border-radius:10px;position:absolute;inset:1.6rem}.frame-corner{border-bottom:2px solid var(--gold,#b8954a);border-right:2px solid var(--gold,#b8954a);width:55%;height:55%;position:absolute;bottom:-1px;right:-1px}.frame-monogram{font-family:var(--font-display);color:#b8954a40;letter-spacing:-.04em;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:8rem;font-weight:400;display:flex;position:absolute;inset:0}.about-copy{flex-direction:column;display:flex}.about-title{color:#111827;margin-bottom:1.2rem;font-size:clamp(2rem,3.5vw,2.75rem);line-height:1.2}.about-description{color:#4b5563;margin-bottom:2rem;font-size:clamp(.92rem,1.4vw,1.02rem);line-height:1.8}.about-description strong{color:#111827;font-weight:600}.about-stats-container{grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;margin-bottom:2.2rem;padding-top:.5rem;display:grid}.cert-list{grid-template-columns:repeat(2,1fr);gap:.75rem 1rem;margin:0;padding:0;list-style:none;display:grid}.cert-item{color:#1f2937;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.check-icon{color:var(--gold,#b8954a);flex-shrink:0;justify-content:center;align-items:center;display:flex}.experience-counter{border-left:1px dashed #b8954a66;flex-direction:column;justify-content:center;padding-left:2rem;display:flex}.counter-num-wrap{align-items:flex-start;line-height:.9;display:flex}.counter-num{font-family:var(--font-display,inherit);color:var(--gold,#b8954a);letter-spacing:-.03em;font-size:4.5rem;font-weight:800}.counter-plus{color:var(--gold,#b8954a);margin-left:.2rem;font-size:2.2rem;font-weight:700}.counter-label{color:#4b5563;margin-top:.75rem;font-size:.85rem;font-weight:600;line-height:1.3}.about-cta-wrap{margin-top:.5rem}.about-cta-btn{background:var(--gold,#b8954a);color:#fff;border-radius:50px;align-items:center;gap:.75rem;padding:.9rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #b8954a40}.about-cta-btn:hover{background:#a3823e;transform:translateY(-2px);box-shadow:0 14px 25px #b8954a59}.btn-arrow{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;display:flex}@media (width<=1080px){.about-grid{grid-template-columns:1fr;gap:3.5rem}.about-visual-wrap{max-width:360px;margin:0 auto}}@media (width<=640px){.about-stats-container{grid-template-columns:1fr;gap:2rem}.cert-list{grid-template-columns:1fr}.experience-counter{border-top:1px dashed #b8954a66;border-left:none;padding-top:1.5rem;padding-left:0}.about-visual-wrap{max-width:280px}.frame-monogram{font-size:5rem}}.services{background:#f9fafb;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;padding:6rem 0}.services .container{max-width:var(--container-max,1240px);margin:0 auto;padding:0 1.5rem}.svc-header-top{grid-template-columns:1.1fr .9fr;align-items:flex-end;gap:3.5rem;margin-bottom:4rem;display:grid}.svc-main-title{color:#111827;margin-bottom:0;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:700;line-height:1.18}.svc-main-title em{color:var(--gold,#b8954a);font-style:normal}.svc-header-right{flex-direction:column;align-items:flex-start;display:flex}.svc-header-desc{color:#4b5563;margin-bottom:1.5rem;font-size:.95rem;line-height:1.75}.svc-header-desc strong{color:#111827;font-weight:600}.svc-header-btn{background:var(--gold,#b8954a);color:#fff;border-radius:50px;align-items:center;gap:.75rem;padding:.85rem 1.6rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #b8954a40}.svc-header-btn:hover{background:#a3823e;transform:translateY(-2px);box-shadow:0 12px 25px #b8954a59}.svc-header-btn .btn-arrow{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;display:flex}.svc-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.svc-card-reveal{height:100%}.svc-card{color:inherit;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;justify-content:space-between;height:100%;padding:2.2rem;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.svc-card:hover{border-color:#b8954a4d;transform:translateY(-6px);box-shadow:0 20px 40px #b8954a1f}.svc-card-top{justify-content:space-between;align-items:center;margin-bottom:1.8rem;display:flex}.svc-icon-circle{background:var(--gold,#b8954a);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s;display:flex;box-shadow:0 8px 18px #b8954a40}.svc-card:hover .svc-icon-circle{transform:scale(1.08)}.svc-num-badge{color:var(--gold,#b8954a);opacity:.5;letter-spacing:.05em;font-size:.8rem;font-weight:700}.svc-content{flex:1}.svc-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--gold,#b8954a);margin-bottom:.6rem;font-size:.65rem;font-weight:700;display:block}.svc-title{color:#111827;margin-bottom:.8rem;font-size:1.35rem;font-weight:700;line-height:1.25;transition:color .2s}.svc-card:hover .svc-title{color:var(--gold,#b8954a)}.svc-desc{color:#6b7280;margin-bottom:2rem;font-size:.88rem;line-height:1.65}.svc-card-footer{align-items:center;gap:.6rem;padding-top:.5rem;display:flex}.svc-learn-text{color:#111827;font-size:.85rem;font-weight:700;transition:color .2s}.svc-arrow-circle{background:var(--gold,#b8954a);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .3s,background .3s;display:flex}.svc-card:hover .svc-learn-text{color:var(--gold,#b8954a)}.svc-card:hover .svc-arrow-circle{background:#a3823e;transform:translate(4px)}@media (width<=1080px){.svc-header-top{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.svc-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=640px){.services{padding:4rem 0}.svc-cards-grid{grid-template-columns:1fr;gap:1.25rem}.svc-card{border-radius:16px;padding:1.75rem}}.ventures{background:#f9fafb;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;padding:6rem 0}.ventures .container{max-width:var(--container-max,1240px);margin:0 auto;padding:0 1.5rem}.ventures-layout-grid{grid-template-columns:.95fr 1.05fr;align-items:start;gap:4.5rem;display:grid}.ventures-left-col{position:sticky;top:6rem}.ventures-main-title{color:#111827;margin-bottom:1.2rem;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:700;line-height:1.2}.ventures-main-title em{color:var(--gold,#b8954a);font-style:normal}.ventures-lead-desc{color:#4b5563;max-width:500px;margin-bottom:2.2rem;font-size:.98rem;line-height:1.75}.ventures-visual-frame{aspect-ratio:4/3;background:radial-gradient(80% 60% at 50% 40%,#b8954a2e 0%,#0000 70%),linear-gradient(135deg,#111827 0%,#1f2937 100%);border:1px solid #b8954a4d;border-radius:20px;align-items:flex-end;width:100%;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000014}.frame-overlay-content{z-index:2;flex-direction:column;gap:.3rem;display:flex}.visual-monogram{font-family:var(--font-display,sans-serif);color:var(--gold,#b8954a);letter-spacing:.05em;font-size:2.2rem;font-weight:800}.visual-caption{letter-spacing:.1em;text-transform:uppercase;color:#d1d5db;font-size:.78rem;font-weight:600}.ventures-timeline-col{padding-left:2.5rem;position:relative}.timeline-connector-line{z-index:1;background:#b8954a4d;width:2px;position:absolute;top:30px;bottom:30px;left:22px}.ventures-card-list{z-index:2;flex-direction:column;gap:2rem;display:flex;position:relative}.venture-card-reveal{width:100%}.venture-card{color:inherit;align-items:stretch;text-decoration:none;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.venture-card:hover{transform:translate(6px)}.venture-num-badge{background:var(--gold,#b8954a);color:#fff;z-index:3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:700;transition:transform .3s;display:flex;position:absolute;top:1.8rem;left:-2.5rem;box-shadow:0 4px 12px #b8954a4d}.venture-card:hover .venture-num-badge{transform:scale(1.1)}.venture-card-body{background:#fff;border:1px solid #0000000d;border-radius:20px;width:100%;margin-left:1rem;padding:2rem 2.2rem;transition:all .35s;box-shadow:0 10px 30px #00000008}.venture-card:hover .venture-card-body{border-color:#b8954a4d;box-shadow:0 15px 35px #b8954a1f}.venture-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem;display:flex}.venture-name{color:#111827;font-size:1.35rem;font-weight:700;line-height:1.25;transition:color .2s}.venture-card:hover .venture-name{color:var(--gold,#b8954a)}.venture-role{letter-spacing:.08em;text-transform:uppercase;color:var(--gold,#b8954a);margin-top:.25rem;font-size:.68rem;font-weight:700;display:inline-block}.venture-year{letter-spacing:.05em;color:#9ca3af;white-space:nowrap;font-size:.72rem;font-weight:600}.venture-desc{color:#6b7280;margin-bottom:1.5rem;font-size:.88rem;line-height:1.65}.venture-action-link{align-items:center;gap:.6rem;display:inline-flex}.link-text{color:#111827;font-size:.85rem;font-weight:700;transition:color .2s}.action-circle{background:var(--gold,#b8954a);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:transform .3s,background .3s;display:flex}.venture-card:hover .link-text{color:var(--gold,#b8954a)}.venture-card:hover .action-circle{background:#a3823e;transform:translate(4px)}@media (width<=1080px){.ventures-layout-grid{grid-template-columns:1fr;gap:3.5rem}.ventures-left-col{position:static}.ventures-visual-frame{aspect-ratio:16/9}}@media (width<=640px){.ventures{padding:4rem 0}.ventures-timeline-col{padding-left:1.5rem}.timeline-connector-line{left:12px}.venture-num-badge{width:38px;height:38px;font-size:.85rem;top:1.5rem;left:-1.75rem}.venture-card-body{border-radius:16px;margin-left:.5rem;padding:1.5rem}.venture-card-header{flex-direction:column;gap:.25rem}}.experience{color:#fff;background:#0b0f17;padding:6rem 0;position:relative;overflow:hidden}.experience-slant-bg{pointer-events:none;z-index:1;background-image:repeating-linear-gradient(135deg,#ffffff04 0 2px,#0000 2px 14px);position:absolute;inset:0}.experience .container{max-width:var(--container-max,1280px);z-index:2;margin:0 auto;padding:0 1.5rem;position:relative}.exp-header-top{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3.5rem;display:flex}.exp-main-title{color:#fff;margin-bottom:0;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:700;line-height:1.18}.exp-main-title em{color:var(--gold,#b8954a);font-style:normal}.exp-header-btn{background:var(--gold,#b8954a);color:#fff;white-space:nowrap;border-radius:50px;align-items:center;gap:.75rem;padding:.85rem 1.6rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #b8954a40}.exp-header-btn:hover{background:#a3823e;transform:translateY(-2px);box-shadow:0 12px 25px #b8954a59}.exp-header-btn .btn-arrow{background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;display:flex}.exp-cards-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:5rem;display:grid}.exp-card-reveal{height:100%}.exp-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121826bf;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;justify-content:space-between;height:100%;padding:1.6rem 1.4rem;transition:all .35s;display:flex;position:relative;overflow:hidden}.exp-card:hover{background:#182032e6;border-color:#b8954a66;transform:translateY(-6px);box-shadow:0 15px 35px #0006}.card-quote-mark{font-family:var(--font-display,serif);color:var(--gold,#b8954a);opacity:.15;pointer-events:none;font-size:5.5rem;line-height:1;position:absolute;top:-.8rem;right:1rem}.exp-card-header{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.exp-org-badge{background:var(--gold,#b8954a);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 4px 12px #b8954a4d}.exp-card-identity{flex-direction:column;display:flex}.exp-org-name{letter-spacing:.06em;text-transform:uppercase;color:var(--gold,#b8954a);font-size:.65rem;font-weight:700;line-height:1.2}.exp-role-title{color:#fff;margin-top:.2rem;font-size:.98rem;font-weight:700;line-height:1.25}.exp-card-desc{color:#9ca3af;flex:1;margin-bottom:1.25rem;font-size:.82rem;font-style:italic;line-height:1.6}.exp-card-footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:.85rem;display:flex}.gold-stars{color:var(--gold,#b8954a);letter-spacing:.1em;font-size:.75rem}.verified-tag{letter-spacing:.08em;color:#d1d5db;background:#ffffff0d;border-radius:4px;padding:.2rem .5rem;font-size:.58rem;font-weight:700}.story-section{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;margin-bottom:4rem;padding:4rem 0;position:relative}.story-grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:4rem;display:grid}.story-copy p{color:#d1d5db;margin-bottom:1.2rem;font-size:.95rem;line-height:1.8}.story-copy strong{color:#fff;font-weight:600}.story-title{color:#fff;font-size:clamp(1.8rem,2.8vw,2.3rem);line-height:1.25}.story-title em{color:var(--gold,#b8954a);font-style:normal}.story-points{margin:1.5rem 0;padding:0;list-style:none}.story-points li{color:#9ca3af;border-bottom:1px solid #ffffff0d;padding:.5rem 0 .5rem 1.5rem;font-size:.88rem;position:relative}.story-points li:before{content:"◆";color:var(--gold,#b8954a);font-size:.55rem;position:absolute;top:.65rem;left:0}.story-outcome{border-left:3px solid var(--gold,#b8954a);color:#fff;background:#b8954a14;border-radius:0 12px 12px 0;padding:1.1rem 1.4rem;font-size:.88rem;line-height:1.65}.story-quote{background:#121826cc;border:1px solid #b8954a4d;border-radius:20px;padding:2.5rem}.sq-text{font-family:var(--font-display,serif);color:#fff;margin-bottom:1.5rem;font-size:clamp(1.2rem,2vw,1.5rem);font-style:italic;line-height:1.6}.sq-attr{align-items:center;gap:.8rem;display:flex}.sq-line{background:var(--gold,#b8954a);width:20px;height:2px}.sq-name{letter-spacing:.1em;text-transform:uppercase;color:var(--gold,#b8954a);font-size:.72rem;font-weight:700}.results-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.res-card{background:#121826bf;border:1px solid #ffffff14;border-radius:16px;height:100%;padding:2rem 1.6rem}.res-num{font-family:var(--font-display,sans-serif);color:var(--gold,#b8954a);margin-bottom:.5rem;font-size:clamp(2.2rem,3.5vw,3rem);font-weight:800;line-height:1}.res-label{color:#fff;margin-bottom:.35rem;font-size:.88rem;font-weight:700}.res-sub{color:#9ca3af;font-size:.78rem;line-height:1.5}@media (width<=1200px){.exp-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=900px){.story-grid{grid-template-columns:1fr;gap:3rem}.results-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.exp-header-top{flex-direction:column;align-items:flex-start}.exp-cards-grid,.results-grid{grid-template-columns:1fr}}.foundation{background:radial-gradient(80% 65% at 78% 45%,#b8954a14 0%,#0000 62%),#fff;padding:10rem 0;position:relative;overflow:hidden}.kalangu-grid{z-index:2;grid-template-columns:1fr .85fr;align-items:center;gap:6rem;display:grid;position:relative}.kalangu-content{flex-direction:column;gap:0;display:flex}.kal-name{font-family:var(--font-display);letter-spacing:-.015em;color:#111827;margin-bottom:.6rem;font-size:clamp(2.8rem,6vw,5.4rem);font-weight:400;line-height:1.02}.kal-name em{color:var(--gold);font-style:normal}.kal-meaning{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.9rem;margin-bottom:2.2rem;font-size:.72rem;display:flex}.kal-meaning:after{content:"";background:var(--gold);width:50px;height:1px}.kalangu-content p{color:#374151;margin-bottom:1.3rem;font-size:.96rem;line-height:1.9}.kalangu-content p strong{color:#111827;font-weight:600}.kalangu-content p em{color:var(--gold-dk);font-style:normal}.kal-pillars{grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:2.4rem;display:grid}.kal-pillar{border-top:1px solid var(--gold);padding-top:1rem}.kal-pillar h3{font-family:var(--font-display);color:#111827;margin-bottom:.4rem;font-size:1.1rem;font-weight:600}.kal-pillar p{color:#4b5563;margin:0;font-size:.76rem;line-height:1.65}.drum-stage-wrap{justify-content:center;display:flex}.drum-stage{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:380px;display:flex}.drum-wrap{width:100%;position:relative}.drum-svg{filter:drop-shadow(0 24px 60px #b8954a38);width:100%;height:auto;display:block}.drum-rings{pointer-events:none;border:1px solid #b8954a40;border-radius:50%;animation:5s ease-in-out infinite kalangupulse;position:absolute;inset:-14%}.drum-rings.r2{opacity:.6;animation-delay:1.4s;inset:-26%}.drum-rings.r3{opacity:.35;animation-delay:2.8s;inset:-38%}@keyframes kalangupulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.18;transform:scale(1.045)}}.drum-caption{text-align:center}.dc-title{font-family:var(--font-display);color:var(--gold);margin-bottom:.3rem;font-size:1.15rem;font-style:normal}.dc-sub{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:#6b7280;font-size:.62rem}@media (width<=1080px){.kalangu-grid{grid-template-columns:1fr;gap:4.5rem}.drum-stage{max-width:280px;margin:0 auto}.kal-pillars{grid-template-columns:1fr}}@media (width<=640px){.foundation{padding:6rem 0}.kal-pillars{grid-template-columns:1fr}}.insights{background:#f9fafb;border-top:1px solid #0000000d;border-bottom:1px solid #0000000d;padding:6.5rem 0;overflow:hidden}.insights .container{max-width:var(--container-max,1280px);margin:0 auto;padding:0 1.5rem}.insights-header-top{max-width:850px;margin-bottom:3.5rem}.eyebrow-pill{background:#b8954a14;border:1px solid #b8954a40;border-radius:50px;align-items:center;gap:.4rem;margin-bottom:1.2rem;padding:.35rem .9rem;display:inline-flex}.pill-dot{color:var(--gold,#b8954a);font-size:.8rem}.pill-text{letter-spacing:.08em;text-transform:uppercase;color:var(--gold,#b8954a);font-size:.75rem;font-weight:700}.insights-main-title{color:#111827;margin-bottom:0;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:700;line-height:1.2}.insights-main-title em{color:var(--gold,#b8954a);font-style:normal}.insights-carousel-wrap{width:100%;padding:1rem 0 2.5rem;position:relative;overflow:hidden}.insights-carousel-wrap:before,.insights-carousel-wrap:after{content:"";z-index:5;pointer-events:none;width:140px;height:100%;position:absolute;top:0}.insights-carousel-wrap:before{background:linear-gradient(90deg,#f9fafb 0%,#0000 100%);left:0}.insights-carousel-wrap:after{background:linear-gradient(270deg,#f9fafb 0%,#0000 100%);right:0}.insights-track{gap:2.25rem;width:max-content;padding-left:1.5rem;animation:40s linear infinite smoothSlide;display:flex}.insights-carousel-wrap:hover .insights-track{animation-play-state:paused}.insight-slide-card{width:720px;color:inherit;cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:24px;flex-shrink:0;grid-template-columns:250px 1fr;align-items:center;gap:2rem;padding:2rem;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1);display:grid;box-shadow:0 12px 35px #0000000a}.insight-slide-card:hover{border-color:#b8954a59;transform:translateY(-8px);box-shadow:0 22px 45px #b8954a29}.slide-card-visual{aspect-ratio:1;background:radial-gradient(80% 80% at 50% 30%,#b8954a40 0%,#0000 70%),linear-gradient(135deg,#1f2937 0%,#111827 100%);border-radius:18px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000001a}.visual-monogram-badge{font-family:var(--font-display,sans-serif);color:var(--gold,#b8954a);letter-spacing:.05em;z-index:2;font-size:2.4rem;font-weight:800}.slide-card-content{flex-direction:column;justify-content:center;display:flex}.slide-cat-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--gold,#b8954a);margin-bottom:.6rem;font-size:.7rem;font-weight:700}.slide-title{color:#111827;margin-bottom:.75rem;font-size:1.3rem;font-weight:700;line-height:1.3;transition:color .2s}.insight-slide-card:hover .slide-title{color:var(--gold,#b8954a)}.slide-desc{color:#6b7280;margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}.slide-cta-btn{color:#111827;align-items:center;gap:.6rem;font-size:.85rem;font-weight:700;transition:color .2s;display:inline-flex}.slide-cta-btn .btn-arrow{background:var(--gold,#b8954a);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;transition:transform .3s,background .3s;display:flex}.insight-slide-card:hover .slide-cta-btn{color:var(--gold,#b8954a)}.insight-slide-card:hover .btn-arrow{background:#a3823e;transform:translate(4px)}@keyframes smoothSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=820px){.insight-slide-card{grid-template-columns:180px 1fr;gap:1.5rem;width:540px;padding:1.5rem}.slide-title{font-size:1.15rem}}@media (width<=580px){.insight-slide-card{grid-template-columns:1fr;gap:1.25rem;width:340px;padding:1.5rem}.slide-card-visual{aspect-ratio:16/9}}.contact{padding:10rem 0;position:relative;overflow:hidden}.contact-glow{pointer-events:none;background:radial-gradient(#b8954a1c 0%,#0000 70%);width:880px;height:460px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-inner{text-align:center;z-index:2;position:relative}.contact-eyebrow{justify-content:center;margin-bottom:2rem}.contact-title{margin-bottom:0}.contact-sub{color:var(--mist);max-width:560px;margin:1.4rem auto 2.8rem;font-size:.98rem;line-height:1.8}.contact-btns{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3.6rem;display:flex}.contact-row{flex-wrap:wrap;justify-content:center;gap:3.2rem;display:flex}.c-item{flex-direction:column;align-items:center;gap:.35rem;text-decoration:none;transition:opacity .2s;display:flex}.c-label{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-size:.58rem}.c-value{color:var(--sand);font-size:.88rem;transition:color .2s}a.c-item:hover .c-value{color:var(--gold)}@media (width<=640px){.contact{padding:6rem 0}.contact-row{flex-direction:column;align-items:center;gap:2rem}.contact-btns{flex-direction:column;align-items:center}}.footer{border-top:1px solid var(--rule);background:var(--ink);z-index:2;padding:4rem 0 2.4rem;position:relative}.foot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.foot-brand-col{flex-direction:column;display:flex}.foot-brand{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--sand);margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.2}.foot-brand span{color:var(--gold)}.foot-tagline{color:var(--mist);max-width:300px;font-size:.82rem;line-height:1.7}.foot-col h3{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem;font-size:.62rem}.foot-col ul{list-style:none}.foot-col li{color:var(--mist);margin-bottom:.55rem;font-size:.8rem}.foot-col a{color:var(--mist);font-size:.8rem;text-decoration:none;transition:color .2s;display:inline-block}.foot-col a:hover{color:var(--gold)}.foot-bottom{border-top:1px solid var(--rule2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.6rem;display:flex}.foot-copy{color:var(--mist);letter-spacing:.06em;font-size:.68rem}.foot-links{gap:1.8rem;list-style:none;display:flex}.foot-links a{letter-spacing:.12em;text-transform:uppercase;color:var(--mist);font-size:.66rem;text-decoration:none;transition:color .2s}.foot-links a:hover{color:var(--gold)}@media (width<=1080px){.foot-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.foot-grid{grid-template-columns:1fr}.foot-bottom{flex-direction:column;align-items:flex-start}}
