:root{color-scheme:light dark}[data-theme=light]{--bg: #f8fafc;--card: #ffffff;--muted: #6b7280;--accent: #222222;--text: #0f1724;--border: rgba(0,0,0,.06);--tertiary: #f8f8f8}[data-theme=dark]{--bg:#0f1724;--card:#0b1220;--muted:#9ca3af;--accent:#ffffff;--text:#e6eef8;--border: rgba(255,255,255,.08);--tertiary: #1a1f2e}*{box-sizing:border-box}.app-root,html,body,#root{height:100%}body{margin:0;font-family:Inter Tight,Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}[data-theme=dark] body{background:linear-gradient(180deg,#071024,#081223)}.container{max-width:100%;margin:0 auto;padding:0 120px}.nav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--border);-webkit-backdrop-filter:none;backdrop-filter:none;box-sizing:border-box}.nav-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px 120px;gap:0}.nav-logo{width:56px;height:37px;flex:none;order:0;flex-grow:0}.nav-logo--text{font-size:1.5rem;font-weight:700;color:var(--text)}.nav-links{display:flex;flex-direction:row;align-items:center;padding:0;gap:42px;margin:0;flex:none;order:0;flex-grow:0}.nav-links li{list-style:none}.nav-links a{text-decoration:none;color:#000;font-family:Inter Tight;font-style:normal;font-weight:400;font-size:15px;line-height:18px;transition:color .3s}.nav-links a:hover{color:#666}.nav-cta{display:flex;flex-direction:row;width:137px;height:39px;background:#000;text-decoration:none;color:#fff;font-family:Inter Tight;font-style:normal;font-weight:500;display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:10px;font-weight:600;font-size:14px;line-height:1;transition:opacity .2s ease}.nav-cta:hover{opacity:.8}.nav-actions{display:flex;flex-direction:row;align-items:center;gap:24px;flex:none;order:2;flex-grow:0}.theme-toggle{display:flex;justify-content:center;align-items:center;width:39px;height:39px;background:transparent;border:1px solid #DDDDDD;border-radius:8px;font-size:18px;cursor:pointer;transition:all .3s ease;padding:0;flex:none}.theme-toggle:hover{background:#f5f5f5;border-color:#000}.nav-cta:hover{color:var(--muted)}@media (max-width: 768px){.nav-links{display:none}.nav-container{padding:1rem}}@keyframes heroBgShift{0%{background-color:#eef5ff}20%{background-color:#ffeeef}40%{background-color:#eefaf4}60%{background-color:#fff8ee}80%{background-color:#f4eeff}to{background-color:#eef5ff}}@keyframes heroBgShiftDark{0%{background-color:#0d1a2e}20%{background-color:#2a0d10}40%{background-color:#0d2218}60%{background-color:#231a08}80%{background-color:#1a0d2e}to{background-color:#0d1a2e}}.hero{display:flex;align-items:center;animation:heroBgShift 15s ease infinite;height:calc(100vh - 165px)}[data-theme=dark] .hero{animation:heroBgShiftDark 15s ease infinite}.hero .container{padding:0 120px;width:100%}.hero-content{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;justify-content:center;width:100%;max-width:920px;margin:0 auto}.hero-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;width:100%}.stats{display:flex;gap:2rem;margin-bottom:2rem}.stat{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:700;color:var(--text)}.stat-label{font-size:.85rem;color:var(--muted);margin-top:.25rem}.hero h1{font-size:5.5rem;margin:0 0 .3rem;font-weight:700;line-height:1.1}.hero-title{margin:0 0 .25rem}.hero-title .greeting-line{display:block;font-size:1.4rem;font-weight:400;color:var(--text);margin-bottom:.75rem}.hero-title .hero-name{display:block;font-size:5rem;font-weight:700;line-height:1;letter-spacing:-2px;color:var(--text);white-space:nowrap}.product-role{display:inline-block;font-size:1.5rem;color:var(--text);margin-top:1rem;font-weight:400}.hero .greeting{font-size:2rem;font-weight:600;margin-bottom:.5rem;line-height:1.2}.hero .tagline{color:var(--muted);margin-bottom:2rem;font-size:1.8rem}.hero-image{display:flex;align-items:center;justify-content:center}.image-placeholder{width:100%;aspect-ratio:3/5;background:linear-gradient(135deg,#7b7b7b,#5a5a5a);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:500}.profile-image{width:100%;height:100%;object-fit:cover;border-radius:12px}.cta{display:inline-block;padding:.75rem 1.5rem;background:var(--accent);color:var(--bg);border-radius:8px;text-decoration:none;font-weight:500;transition:opacity .3s;width:fit-content}.cta:hover{opacity:.8}.cta-large{padding:1rem 2rem;font-size:1.1rem}@media (max-width: 768px){.hero{height:auto;min-height:0;padding:8rem 0}.hero .container{padding:0 1.5rem}.hero-content{gap:1.5rem}.hero-title .hero-name{font-size:clamp(2rem,10vw,3rem);white-space:normal;word-break:break-word;line-height:1.2;letter-spacing:0}.hero-title .greeting-line{font-size:1.1rem;margin-bottom:1rem}.product-role{font-size:clamp(.95rem,4vw,1.2rem);margin-top:.5rem}.stats{flex-direction:column}}.main{min-height:100vh}.bio{padding:5rem 0;border-top:1px solid var(--border);background:var(--bg)}.bio .container{padding:0 120px}.bio-content{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.bio-content p{font-size:20px;line-height:1.7;color:#000;font-weight:500;margin:0}[data-theme=dark] .bio-content p{color:var(--text)}.email-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border:none;border-radius:8px;color:#fff;background:#000;font-family:Inter Tight,Inter,ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:500;text-decoration:none;width:fit-content;transition:opacity .2s ease}.email-btn:hover{opacity:.8}@media (max-width: 768px){.bio .container{padding:0 1.5rem}.bio-content{max-width:100%}}.clients{padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg);overflow:hidden}.clients-track-wrapper{overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%)}.clients-track{display:flex;align-items:center;gap:5rem;width:max-content;animation:marquee 80s linear infinite}.client-logo{display:flex;align-items:center;justify-content:center;flex-shrink:0}.client-logo img{height:48px;width:auto;object-fit:contain;display:block;filter:grayscale(1);opacity:.5;transition:filter .3s ease,opacity .3s ease}.client-logo img:hover{filter:grayscale(0);opacity:1}[data-theme=dark] .client-logo img{filter:grayscale(1) brightness(1.8);opacity:.5}[data-theme=dark] .client-logo img:hover{filter:grayscale(0) brightness(1);opacity:1}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.clients{padding:1.75rem 0}.clients-track-wrapper{mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.clients-track{gap:2rem;animation-duration:40s}.client-logo img{height:28px}.work:before{margin:3rem 1.5rem}.services:before{margin:3rem 1.5rem}}.work{padding:0 0 7rem;border-bottom:1px solid var(--border)}.work:before{content:"";display:block;height:2px;background:#000;border-radius:2px;margin:5rem 120px}.work .container{padding:0 120px}.work-heading{font-size:2.5rem;font-weight:700;color:var(--text);margin:0 0 2rem}.work-hero{display:block;text-decoration:none;margin-bottom:1.5rem;cursor:pointer}.work-hero-image{width:100%;aspect-ratio:16 / 6;border-radius:20px;padding:2%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.work-hero:hover .work-hero-image{opacity:.9}.work-hero-image img{width:100%;height:100%;object-fit:contain}.work-hero-meta{padding:1.1rem 0 2rem;display:flex;flex-direction:column;gap:.3rem}.work-hero-title{font-size:1.5rem;font-weight:600;color:var(--text);margin:0;line-height:1.3}.work-hero-link{font-size:.95rem;font-weight:500;color:var(--muted)}.work-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.work-card{display:block;text-decoration:none;cursor:pointer}.work-card-image{width:100%;aspect-ratio:3 / 2;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:opacity .2s ease}.work-card:hover .work-card-image{opacity:.9}.work-card-image img{width:100%;height:100%;object-fit:cover;display:block}.work-card-image--solv-buddy img,.work-card-image--standard-chartered img{transform:scale(1.08);transform-origin:center}.work-card-meta{padding:1rem 0 .5rem;display:flex;flex-direction:column;gap:.3rem}.work-card-title{font-size:32px;font-weight:600;color:var(--text);margin:0;line-height:1.3}.work-card-link{font-size:24px;color:var(--muted);font-weight:500}@media (max-width: 768px){.work .container{padding:0 1.5rem}.work-grid{grid-template-columns:1fr}}.skills{padding:5rem 0;border-top:1px solid var(--border);background:var(--bg)}.skills .container{padding:0 120px}.skills-heading{font-size:2.5rem;font-weight:700;color:var(--text);margin:0 0 2rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.service-card{display:flex;flex-direction:column;gap:1rem;padding:20px 24px 24px;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:var(--card);color:var(--text);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#0000001f}[data-theme=dark] .service-card:hover{box-shadow:0 12px 32px #0000004d;border-color:#ffffff26}.service-icon{display:flex;align-items:center;justify-content:flex-start}.service-icon img{width:32px;height:32px;object-fit:contain}[data-theme=dark] .service-icon img{filter:invert(1)}.service-card h3{font-family:Inter Tight,Inter,ui-sans-serif,system-ui,sans-serif;font-size:20px;font-weight:400;color:var(--text);line-height:1.4;margin:0}@media (max-width: 768px){.skills .container{padding:0 1.5rem}.services-grid{grid-template-columns:1fr}}.services{padding:0 0 7rem}.services:before{content:"";display:block;height:2px;background:#000;border-radius:2px;margin:5rem 120px}.services .container{padding:0 120px}.services-heading{font-size:2.5rem;margin-bottom:3rem;margin-top:0;text-align:left}.services-layout{display:grid;grid-template-columns:minmax(460px,1.1fr) minmax(320px,1fr);gap:2.75rem;align-items:center}.services-image-stack{position:relative;height:500px;max-width:740px;width:100%;justify-self:start}.services-img-back{position:absolute;top:0;left:12px;width:410px;height:315px;border-radius:10px;box-shadow:0 10px 28px #0000001f;object-fit:cover;object-position:top center}.services-img-front{position:absolute;bottom:10px;right:8px;width:355px;height:355px;border-radius:14px;box-shadow:0 14px 34px #00000021;object-fit:cover;object-position:top center}@media (max-width: 1200px){.services-layout{grid-template-columns:minmax(340px,1fr) minmax(280px,1fr);gap:2rem}.services-image-stack{height:420px}.services-img-back{left:0;width:320px;height:250px}.services-img-front{right:0;width:275px;height:275px;bottom:0}}.services-list{list-style:none;margin:0;padding:0}.services-list-item{font-size:2.8rem;font-weight:700;color:var(--text);padding:1.5rem 0;border-bottom:1px solid var(--border);cursor:default;transition:color .25s ease}.services-list-item:first-child{border-top:1px solid var(--border)}.services-list-item:hover{color:var(--muted)}@media (max-width: 768px){.services .container{padding:0 1.5rem}.services-layout{grid-template-columns:1fr}.services-image-stack{display:none}.services-list-item{font-size:1.8rem}}.case-studies{padding:0 0 7rem}.case-studies:before{content:"";display:block;height:2px;background:#000;border-radius:2px;margin:5rem 120px}.case-studies .container{padding:0 120px}.case-studies h2{font-size:2.5rem;margin-bottom:2rem;margin-top:0;text-align:left}@media (max-width: 768px){.case-studies:before{margin:3rem 1.5rem}.case-studies .container{padding:0 1.5rem}}.case-studies-list{display:flex;flex-direction:column;gap:4rem}.case-study-item{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.case-study-item:nth-child(2n){grid-template-columns:1fr 1fr}.case-study-item:nth-child(2n) .case-study-image{order:2}.case-study-item:nth-child(2n) .case-study-content{order:1}.case-study-image{width:100%;height:360px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f5f7fb,#e8eef5);display:flex;align-items:center;justify-content:center;color:#666;font-weight:500;position:relative}.case-study-image img{width:100%;height:100%;object-fit:contain;display:block;padding:2rem;background:linear-gradient(135deg,#f5f7fb,#e8eef5)}[data-theme=dark] .case-study-image{background:linear-gradient(135deg,#1a2540,#0f1a2e)}[data-theme=dark] .case-study-image img{background:linear-gradient(135deg,#0f1a2e,#1a2540)}.case-study-content{display:flex;flex-direction:column;gap:1rem}.case-study-tags{display:flex;gap:.75rem;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;padding:.35rem .75rem;background:var(--tertiary);border:1px solid var(--border);border-radius:20px;font-size:.7rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease}.tag:hover{border-color:var(--muted);background:var(--bg)}.case-study-item h3{font-size:1.6rem;margin:0;color:var(--text);line-height:1.3}.case-study-item>.case-study-content p{font-size:1rem;color:var(--muted);line-height:1.6;margin:0}.case-study-disciplines{display:flex;gap:.75rem;flex-wrap:wrap;margin:.5rem 0}.case-study-disciplines span{display:inline-flex;align-items:center;padding:.4rem .8rem;background:var(--tertiary);border:1px solid var(--border);border-radius:20px;font-size:.8rem;color:var(--text);font-weight:500;transition:all .2s ease}.case-study-disciplines span:hover{border-color:var(--muted);background:var(--bg)}.view-details{display:inline-block;color:#ef6444;text-decoration:none;font-weight:600;transition:color .3s;width:fit-content;font-size:1rem;margin-top:.5rem}.view-details:hover{color:#c94a2a}@media (max-width: 768px){.case-study-item{grid-template-columns:1fr}.case-study-item:nth-child(2n){grid-template-columns:1fr}.case-study-item:nth-child(2n) .case-study-image{order:1}.case-study-item:nth-child(2n) .case-study-content{order:2}.case-study-image{height:280px}.case-study-item h3{font-size:1.3rem}}.colleagues{padding:0 0 7rem}.colleagues:before{content:"";display:block;height:2px;background:#000;border-radius:2px;margin:5rem 120px}.colleagues-inner{padding:0 120px}.colleagues-heading{font-size:2.5rem;font-weight:700;color:var(--text);margin:0 0 3rem;text-align:center}.colleagues-track-wrapper{overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.colleagues-track{display:flex;align-items:center;gap:1.5rem;width:max-content;animation:marquee 55s linear infinite}.colleagues-track:hover{animation-play-state:paused}.colleague-card{position:relative;width:240px;height:300px;border-radius:8px;overflow:hidden;flex-shrink:0;cursor:pointer;transition:width .4s ease,height .4s ease,z-index 0s;z-index:1;border:0;padding:0;background:transparent;text-align:left}.colleague-card:hover{width:320px;height:400px;z-index:2}.colleague-card img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1);transition:filter .4s ease}.colleague-card:hover img{filter:grayscale(0)}[data-theme=dark] .colleague-card img{filter:grayscale(1) brightness(.85)}[data-theme=dark] .colleague-card:hover img{filter:grayscale(0) brightness(1)}.colleague-card-info{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.2rem 1.2rem;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 100%)}.colleague-card-info h3{margin:0 0 .2rem;font-size:1rem;font-weight:600;color:#fff}.colleague-card-info p{margin:0;font-size:.85rem;color:#fffc}.colleagues-cta{text-align:center;margin-top:2.5rem}.colleagues-cta a{font-size:30px;font-weight:600;color:var(--text);text-decoration:none;transition:opacity .2s ease}.colleagues-cta a:hover{opacity:.6}.colleague-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:1.5rem}.colleague-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000057;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.colleague-modal-card{width:100%;max-width:760px;background:#efefef;color:#111;border-radius:10px;box-shadow:0 18px 40px #00000029;padding:2.8rem 4rem 3.2rem;position:relative}.colleague-modal-close{position:absolute;top:1rem;right:1rem;width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:#222;font-size:2rem;line-height:1;cursor:pointer}.colleague-modal-header{display:flex;align-items:center;gap:1.4rem;margin-bottom:2rem;padding-right:2.5rem}.colleague-modal-avatar{width:86px;height:86px;border-radius:50%;object-fit:cover;flex-shrink:0}.colleague-modal-identity h3{margin:0;font-size:clamp(1.55rem,2.4vw,2.8rem);font-weight:600;color:#111}.colleague-modal-identity p{margin:.25rem 0 0;font-size:1.1rem;color:#222;font-weight:500}.colleague-modal-testimonial{margin:0;color:#171717;font-size:clamp(1rem,1.15vw,1.55rem);line-height:1.34;max-width:95%;white-space:pre-line}.colleague-modal-body{width:100%}[data-theme=dark] .colleague-modal-overlay{background:#0009}[data-theme=dark] .colleague-modal-card{background:#1f2431;color:#e7ecf8;box-shadow:0 18px 50px #00000073}[data-theme=dark] .colleague-modal-close,[data-theme=dark] .colleague-modal-identity h3,[data-theme=dark] .colleague-modal-identity p,[data-theme=dark] .colleague-modal-testimonial{color:#e7ecf8}@media (max-width: 768px){.colleagues:before{margin:3rem 1.5rem}.colleagues-inner{padding:0}.colleagues-heading,.colleagues-cta{padding:0 1.5rem}.colleagues-cta a{font-size:20px}.colleagues-track-wrapper{mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%)}.colleagues-track{gap:1rem;animation-duration:30s}.colleague-card,.colleague-card:hover{width:155px;height:200px}.colleague-modal{padding:1rem}.colleague-modal-card{padding:1.3rem 1.1rem 1.5rem;max-width:100%;max-height:calc(100dvh - 2rem);display:flex;flex-direction:column;overflow:hidden}.colleague-modal-header{gap:.85rem;margin-bottom:1rem;padding-right:2rem}.colleague-modal-avatar{width:62px;height:62px}.colleague-modal-identity h3{font-size:1.65rem}.colleague-modal-identity p{font-size:.95rem}.colleague-modal-testimonial{max-width:100%;font-size:1rem;line-height:1.5}.colleague-modal-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:.35rem}}.experience{padding:4rem 0;border-top:1px solid var(--border)}.experience .container{padding:0 120px}.experience h2{font-size:2.5rem;margin:0 0 2rem;text-align:left}.experience-timeline{display:flex;flex-direction:column;gap:0;position:relative;padding-left:40px}.experience-timeline:before{content:"";position:absolute;left:11px;top:20px;bottom:-20px;width:2px;background:var(--border)}.experience-item{position:relative;padding:1.5rem 0;display:flex;gap:2rem;align-items:flex-start}.timeline-dot{position:absolute;left:-29px;top:24px;width:18px;height:18px;background:var(--card);border:3px solid var(--accent);border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px var(--bg)}[data-theme=dark] .timeline-dot{box-shadow:0 0 0 3px var(--bg)}.experience-content{flex:1;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.experience-header{flex:1}.experience-header h3{margin:0;font-size:1.1rem;color:var(--text);font-weight:600}.experience-header .company{margin:.25rem 0 0;color:var(--text);font-size:.95rem;font-weight:500}.experience-header .location{margin:.25rem 0 0;color:var(--muted);font-size:.9rem}.experience-item .date{color:var(--muted);font-size:.9rem;margin:0;white-space:nowrap;text-align:right;min-width:180px}@media (max-width: 768px){.experience-timeline{padding-left:30px}.experience-timeline:before{left:6px}.timeline-dot{left:-24px;width:14px;height:14px;border-width:2px}.experience-content{flex-direction:column;gap:.5rem}.experience-item .date{text-align:left;white-space:normal;min-width:auto}}.cta-section{padding:4rem 0;background:var(--accent);color:var(--bg);border-top:1px solid var(--border)}.cta-section .container{padding:0 120px}.cta-content{text-align:center}.cta-content h2{font-size:2rem;margin-bottom:1rem;color:var(--bg)}.cta-content p{font-size:1.1rem;margin-bottom:2rem;color:var(--bg);opacity:.9}.cta-section .cta{background:var(--bg);color:var(--accent)}.latest-works{padding:4rem 0;border-top:1px solid var(--border)}.latest-works .container{padding:0 120px}.section-header{margin-bottom:3rem;display:flex;flex-direction:column}.section-label{font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.section-header h2{font-size:2.5rem;margin:0 0 1rem}.view-all{text-decoration:none;color:var(--text);font-weight:500;width:fit-content}.works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.work-item{cursor:pointer;transition:transform .3s}.work-item:hover{transform:translateY(-4px)}.work-image{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#4a9fb5,#1a7c8f);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;margin-bottom:1rem}.work-title{font-size:1.1rem;font-weight:500;margin:0}.insights{padding:4rem 0;border-top:1px solid var(--border)}.insights .container{padding:0 120px}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.insight-item{cursor:pointer;transition:transform .3s}.insight-item:hover{transform:translateY(-4px)}.insight-image{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,#d4a574,#a0826d);border-radius:12px;margin-bottom:1rem}.insight-item h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;line-height:1.4}.insight-meta{color:var(--muted);font-size:.9rem;margin:0}.vision-cta{padding:4rem 0;text-align:center;border-top:1px solid var(--border)}.vision-cta .container{padding:0 120px}.vision-cta h2{font-size:2rem;margin-bottom:1rem}.vision-cta p{font-size:1.1rem;color:var(--muted);margin-bottom:2rem}.site-footer{background:#000;color:#fff;padding:5rem 0}.footer-inner{padding:0 120px;display:flex;flex-direction:row;align-items:flex-start;gap:2.5rem}@media (max-width: 768px){.footer-inner{padding:0 1.5rem;flex-direction:column;gap:1.5rem}.footer-avatar{width:80px;height:80px}.footer-name{font-size:1.4rem}.footer-actions{flex-direction:column;align-items:flex-start;gap:.75rem}}.footer-avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;object-position:top;border:3px solid rgba(255,255,255,.2);flex-shrink:0}.footer-profile{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.footer-name{font-size:1.8rem;font-weight:700;color:#fff;margin:0}.footer-tagline{font-size:1rem;color:#fff9;margin:0}.footer-bio{font-size:1.15rem;color:#ffffff80;margin:1.25rem 0 .5rem}.footer-actions{display:flex;flex-direction:row;align-items:center;gap:1rem}.footer-email-link{font-size:.9rem;font-weight:400;color:#ffffff80;text-decoration:none;transition:opacity .2s}.footer-email-link:hover{opacity:.7}.footer-social{display:flex;gap:.75rem}.footer-social-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#ffffff1f;color:#fff;text-decoration:none;transition:background .2s}.footer-social-btn:hover{background:#ffffff40}.interactive-title{font-size:5.5rem;margin:0 0 .3rem;font-weight:700;line-height:1.1;cursor:none;position:relative}.title-line{display:inline-block;position:relative}.interactive-letter{display:inline-block;position:relative;transform-origin:center;will-change:transform;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.interactive-title{font-size:2.5rem}}.interactive-logo-container{display:flex;align-items:center;justify-content:center;width:56px;height:37px;flex:none;order:0;flex-grow:0;cursor:pointer}.interactive-logo-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d}.interactive-logo-inner .nav-logo{width:100%;height:100%;object-fit:contain}
