*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Source Sans Pro',sans-serif;background:#fff;color:#111;overflow-x:hidden}a{color:inherit;text-decoration:none}.top-bar{position:absolute;top:0;left:0;right:0;padding:30px 60px;display:flex;justify-content:space-between;align-items:center;z-index:100}.logo-text{font-family:'Montserrat',sans-serif;font-size:24px;font-weight:200;letter-spacing:8px}.nav-area{display:flex;flex-direction:column;align-items:flex-end;gap:20px}.social-icons{display:flex;gap:15px}.social-icons a{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .3s}.social-icons a:hover{background:rgba(255,255,255,.25)}nav ul{list-style:none;display:flex;gap:30px}nav a{font-weight:300;font-size:16px}footer{background:#f2f2f2;padding:80px 60px 30px}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:50px}.footer-column h3{font-size:15px;margin-bottom:20px;color:#111}.footer-column p,.footer-column a{font-size:14px;color:#666;margin-bottom:10px;display:block}.footer-divider{max-width:1400px;margin:40px auto 30px;height:1px;background:#ccc}.footer-bottom{text-align:center;font-size:13px;color:#777}.dot{position:absolute;border-radius:50%;animation:pulse 3s ease-in-out infinite}.dot-orange{background:#ff6b35;box-shadow:0 0 20px rgba(255,107,53,.6)}.dot-blue{background:#00b4d8;box-shadow:0 0 20px rgba(0,180,216,.6)}.dot-cyan{background:#48cae4;box-shadow:0 0 20px rgba(72,202,228,.6)}.article-card{background:#fff;border:1px solid #ddd;padding:70px 50px;position:relative;transition:transform .4s,box-shadow .4s}.article-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#111;opacity:0;transition:opacity .3s}.article-card:hover::before{opacity:1}.article-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.article-label{font-size:12px;letter-spacing:2px;color:#999;margin-bottom:20px}.article-card h2{font-size:26px;margin-bottom:20px}.article-card p{color:#555;line-height:1.8;margin-bottom:25px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-link{font-weight:600;color:#111}.connect-link{display:inline-block;padding:16px 42px;border:2px solid #111;border-radius:6px;font-size:18px;transition:.3s}.connect-link:hover{background:#111;color:#fff}.team-member-img{width:110px;height:110px;border-radius:50%;background:#222;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-weight:600}.newsletter-form{display:flex;gap:10px;margin-top:15px}.newsletter-form input{flex:1;padding:12px 14px;border:1px solid #ccc;border-radius:6px}.newsletter-form button{padding:12px 20px;border:none;background:#1c0f2e;color:#fff;border-radius:6px;cursor:pointer}@keyframes pulse{0%,100%{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}[data-animate]{opacity:0;transform:translateY(30px);transition:all .8s ease}[data-animate].visible{opacity:1;transform:translateY(0)}.site-header{position:sticky;top:0;left:0;right:0;background:#1c0f2e;padding:30px 60px;z-index:1000}.site-header .header-container{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.site-header .logo-text{font-family:'Montserrat',sans-serif;font-size:24px;font-weight:200;letter-spacing:8px;color:#ffffff}.site-header .nav-area{display:flex;flex-direction:column;align-items:flex-end;gap:20px}.site-header .social-icons{display:flex;gap:15px}.site-header .social-icons a{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,0.1);color:#ffffff;text-decoration:none;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background 0.3s}.site-header .social-icons a:hover{background:rgba(255,255,255,0.25)}.site-header nav ul{list-style:none;display:flex;gap:30px;margin:0;padding:0}.site-header nav ul li a{color:#ffffff;text-decoration:none;font-size:16px;font-weight:300;transition:opacity 0.3s}.site-header nav ul li a:hover{opacity:0.7}@media (max-width:768px){.site-header{padding:20px 30px}.site-header .logo-text{font-size:18px;letter-spacing:6px}.site-header .nav-area{gap:15px}.site-header nav ul{gap:15px}.site-header nav ul li a{font-size:14px}}.page-hero{background:#1c0f2e;padding:180px 60px 120px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:rgba(255,107,53,0.03);transform:skewX(-15deg);transform-origin:top right}.page-hero .hero-content{max-width:1600px;margin:0 auto;position:relative;z-index:2}.page-hero .hero-eyebrow{font-size:16px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ff6b35;margin-bottom:30px}.page-hero .hero-title{font-size:96px;font-weight:700;line-height:1.1;color:#ffffff;margin-bottom:40px;max-width:900px}.page-hero .hero-subtitle{font-size:24px;font-weight:300;line-height:1.6;color:rgba(255,255,255,0.9);max-width:700px}.intro-statement{padding:140px 60px;background:#ffffff}.intro-content{max-width:1200px;margin:0 auto;text-align:center}.intro-content h2{font-size:56px;font-weight:300;line-height:1.4;color:#1a1a1a;margin-bottom:40px}.intro-content h2 strong{font-weight:700;color:inherit;position:relative;display:inline;background-image:linear-gradient(#ff6b35,#ff6b35);background-position:0% 100%;background-repeat:no-repeat;background-size:100% 3px;padding-bottom:8px}.intro-content h2 strong::after{content:none}.services-showcase{background:#f8f9fa;padding:140px 60px}.services-container{max-width:1600px;margin:0 auto}.section-header{text-align:center;margin-bottom:80px}.section-eyebrow{font-size:14px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ff6b35;margin-bottom:20px}.section-title{font-size:52px;font-weight:600;color:#1a1a1a}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}.service-card{background:#ffffff;padding:60px;border-radius:0;position:relative;overflow:hidden;border-left:4px solid #1c0f2e;transition:all 0.4s ease}.service-card:hover{box-shadow:0 20px 60px rgba(0,0,0,0.12);transform:translateY(-10px)}.service-card::before{content:'';position:absolute;top:0;right:0;width:200px;height:200px;background:linear-gradient(135deg,transparent 0%,rgba(255,107,53,0.05) 100%);border-radius:50%;transform:translate(50%,-50%)}.service-number{font-size:18px;font-weight:700;color:#ff6b35;margin-bottom:20px;position:relative;z-index:1}.service-card h3{font-size:28px;font-weight:600;color:#1a1a1a;margin-bottom:20px;position:relative;z-index:1}.service-card > p{font-size:16px;line-height:1.8;color:#666;margin-bottom:25px;position:relative;z-index:1}.service-card ul{list-style:none;padding:0;position:relative;z-index:1}.service-card ul li{font-size:15px;line-height:2;color:#555;padding-left:25px;position:relative}.service-card ul li::before{content:'→';position:absolute;left:0;color:#ff6b35;font-weight:600}.split-section{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.split-content{padding:100px 80px;display:flex;flex-direction:column;justify-content:center;background:#1c0f2e;color:#ffffff}.split-content h2{font-size:48px;font-weight:600;margin-bottom:30px;line-height:1.2}.split-content p{font-size:18px;line-height:1.8;opacity:0.9;margin-bottom:20px}.split-image{background:#35205a;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.split-image::before{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(255,107,53,0.1) 0%,transparent 70%);border-radius:50%}.image-placeholder{font-size:200px;font-weight:700;color:rgba(255,255,255,0.05);letter-spacing:20px;position:relative;z-index:1}.process-section{padding:120px 60px;background:#ffffff}.process-container{max-width:1600px;margin:0 auto}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;margin-top:80px}.process-step{text-align:center}.step-number{width:80px;height:80px;border-radius:50%;background:#ff6b35;color:white;font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}.process-step h3{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:15px}.process-step p{font-size:16px;line-height:1.6;color:#666}.cta-section{background:linear-gradient(135deg,#1c0f2e 0%,#2a1842 100%);padding:140px 60px;text-align:center}.services-cta{background:#f8f9fa;padding:100px 60px 60px;text-align:center}.cta-content{max-width:900px;margin:0 auto}.cta-content h2{font-size:36px;font-weight:600;color:#ffffff;margin-bottom:25px}.services-cta .cta-content h2{color:#1a1a1a}.cta-content p{font-size:20px;line-height:1.7;color:rgba(255,255,255,0.9);margin-bottom:50px}.services-cta .cta-content p{color:#666}.cta-button{display:inline-block;padding:18px 45px;background:#ff6b35;color:white;text-decoration:none;font-size:18px;font-weight:600;border-radius:6px;transition:background 0.3s,transform 0.3s;margin-bottom:40px}.services-cta .cta-button{background:#1c0f2e}.cta-button:hover{background:#e55a25;transform:translateY(-2px)}.services-cta .cta-button:hover{background:#ff6b35}@media (max-width:1200px){.services-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:repeat(2,1fr)}.split-section{grid-template-columns:1fr}.page-hero .hero-title{font-size:72px}}@media (max-width:768px){.page-hero{padding:100px 30px 60px}.page-hero .hero-title{font-size:48px}.intro-content h2{font-size:36px}.service-card{padding:40px 30px}.process-steps{grid-template-columns:1fr}.section-title{font-size:36px}.services-grid{gap:40px}.split-content{padding:60px 30px}.split-content h2{font-size:32px}}.page-hero{background:#1c0f2e;padding:60px 60px 120px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:0;left:0;width:50%;height:100%;background:rgba(255,107,53,0.03);transform:skewX(15deg);transform-origin:top left}.page-hero .hero-content{max-width:1600px;margin:0 auto;position:relative;z-index:2}.page-hero .hero-title{font-size:96px;font-weight:700;line-height:1.1;color:#ffffff;margin-bottom:40px;max-width:1100px;opacity:0;transform:translateY(30px);animation:fadeInUp 0.8s ease-out 0.2s forwards}.page-hero .hero-subtitle{font-size:24px;font-weight:300;line-height:1.6;color:rgba(255,255,255,0.9);max-width:900px;opacity:0;transform:translateY(30px);animation:fadeInUp 0.8s ease-out 0.4s forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.contact-list-section{padding:100px 60px;background:#ffffff}.contact-container{max-width:800px;margin:0 auto}.contact-item{display:flex;align-items:center;gap:30px;padding:35px 0;border-bottom:1px solid #e0e0e0;opacity:0;transform:translateY(30px);transition:opacity 0.6s ease-out,transform 0.6s ease-out}.contact-item:last-child{border-bottom:none}.contact-item.visible{opacity:1;transform:translateY(0)}.contact-item-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item-icon svg{width:32px;height:32px;stroke:#666;stroke-width:1.5;fill:none}.contact-item-content{flex:1}.contact-item-label{font-size:14px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.contact-item-value{font-size:24px;font-weight:400;color:#1a1a1a;line-height:1.4}.contact-item-value a{color:#1a1a1a;text-decoration:none;transition:color 0.3s}.contact-item-value a:hover{color:#ff6b35}@media (max-width:1200px){.page-hero .hero-title{font-size:72px}}@media (max-width:768px){.page-hero{padding:100px 30px 60px}.page-hero .hero-title{font-size:48px;margin-bottom:30px}.page-hero .hero-subtitle{font-size:18px}.contact-list-section{padding:60px 30px}.contact-item{gap:20px;padding:25px 0}.contact-item-icon{width:40px;height:40px}.contact-item-icon svg{width:26px;height:26px}.contact-item-value{font-size:18px}}@media (max-width:480px){.page-hero .hero-title{font-size:36px}.page-hero .hero-subtitle{font-size:16px}.contact-item-value{font-size:16px}}.page-hero{background:#1c0f2e;padding:180px 60px 120px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:rgba(255,107,53,0.03);transform:skewX(-15deg);transform-origin:top right}.hero-content{max-width:1600px;margin:0 auto;position:relative;z-index:2}.hero-eyebrow{font-size:16px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ff6b35;margin-bottom:30px;opacity:0;transform:translateY(30px);animation:fadeInUp 0.8s ease-out 0.2s forwards}.hero-title{font-size:96px;font-weight:700;line-height:1.1;color:#ffffff;margin-bottom:40px;max-width:1000px;opacity:0;transform:translateY(30px);animation:fadeInUp 0.8s ease-out 0.4s forwards}.hero-subtitle{font-size:24px;font-weight:300;line-height:1.6;color:rgba(255,255,255,0.9);max-width:800px;opacity:0;transform:translateY(30px);animation:fadeInUp 0.8s ease-out 0.6s forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.mission-section{padding:140px 60px;background:#ffffff}.mission-content{max-width:1000px;margin:0 auto}.mission-quote{font-size:48px;font-weight:300;line-height:1.4;color:#1a1a1a;text-align:center;margin-bottom:40px;opacity:0;transform:translateY(50px);transition:opacity 0.8s ease-out,transform 0.8s ease-out}.mission-quote.visible{opacity:1;transform:translateY(0)}.mission-quote em{font-style:normal;color:#ff6b35;font-weight:400}.mission-author{text-align:center;font-size:18px;color:#666;font-weight:400}.values-section{padding:120px 60px;background:#f8f9fa}.values-container{max-width:1600px;margin:0 auto}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:56px;font-weight:600;color:#1a1a1a;margin-bottom:20px}.section-subtitle{font-size:20px;color:#666;font-weight:300}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.value-item{text-align:center;opacity:0;transform:translateY(50px);transition:opacity 0.8s ease-out,transform 0.8s ease-out}.value-item.visible{opacity:1;transform:translateY(0)}.value-number{font-size:72px;font-weight:700;color:#ff6b35;line-height:1;margin-bottom:20px;opacity:0.3}.value-item h3{font-size:28px;font-weight:600;color:#1a1a1a;margin-bottom:20px}.value-item p{font-size:17px;line-height:1.8;color:#666}.story-section{padding:140px 60px;background:#ffffff}.story-container{max-width:1200px;margin:0 auto}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.story-text h2{font-size:56px;font-weight:600;color:#1a1a1a;margin-bottom:40px;line-height:1.2}.story-paragraph{font-size:18px;line-height:1.9;color:#666;margin-bottom:30px}.story-highlight{font-size:24px;font-weight:400;color:#1c0f2e;line-height:1.6;border-left:4px solid #ff6b35;padding-left:30px;margin:50px 0}.team-section{padding:120px 60px;background:#1c0f2e;color:#ffffff}.team-container{max-width:1600px;margin:0 auto}.team-header{text-align:center;margin-bottom:80px}.team-header h2{font-size:56px;font-weight:600;color:#ffffff;margin-bottom:20px}.team-header p{font-size:20px;color:rgba(255,255,255,0.8);font-weight:300}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.team-member{text-align:center;opacity:0;transform:translateY(50px);transition:opacity 0.8s ease-out,transform 0.8s ease-out}.team-member.visible{opacity:1;transform:translateY(0)}.team-member-img{width:140px;height:140px;border-radius:50%;background:rgba(255,107,53,0.1);border:2px solid rgba(255,107,53,0.3);display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:32px;font-weight:600;color:#ff6b35;letter-spacing:2px;overflow:hidden}.team-member-img img{width:100%;height:100%;object-fit:cover;object-position:center}.team-member h3{font-size:28px;font-weight:600;color:#ffffff;margin-bottom:8px}.team-member .position{font-size:16px;color:#ff6b35;font-weight:500;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.team-member p{font-size:16px;line-height:1.8;color:rgba(255,255,255,0.8)}.cta-section{padding:120px 60px;background:#f8f9fa;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{font-size:56px;font-weight:600;color:#1a1a1a;margin-bottom:25px}.cta-content p{font-size:20px;color:#666;margin-bottom:40px;line-height:1.6}.cta-button{display:inline-block;padding:18px 45px;background:#1c0f2e;color:#ffffff;text-decoration:none;font-size:16px;font-weight:500;border-radius:50px;transition:all 0.3s;border:2px solid #1c0f2e}.cta-button:hover{background:#ff6b35;border-color:#ff6b35;transform:translateY(-3px);box-shadow:0 10px 30px rgba(255,107,53,0.3)}@media (max-width:1200px){.hero-title{font-size:72px}.values-grid{grid-template-columns:1fr}.story-content{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-hero{padding:100px 30px 60px}.hero-title{font-size:48px}.hero-subtitle{font-size:18px}.mission-section{padding:80px 30px}.mission-quote{font-size:32px}.values-section{padding:80px 30px}.section-title{font-size:36px}.story-section{padding:80px 30px}.story-text h2{font-size:36px}.team-section{padding:80px 30px}.team-header h2{font-size:36px}.team-grid{grid-template-columns:1fr}.team-member-img{width:140px;height:140px;overflow:hidden}.team-member-img img{width:100%;height:100%;object-fit:cover}.cta-section{padding:80px 30px}.cta-content h2{font-size:36px}}@media (max-width:480px){.hero-title{font-size:36px}.mission-quote{font-size:24px}.value-number{font-size:56px}}.privacy-policy-page{background:#ffffff;padding:80px 60px 120px;min-height:100vh}.privacy-container{max-width:900px;margin:0 auto}.privacy-header{margin-bottom:60px;padding-bottom:30px;border-bottom:2px solid #f0f0f0}.privacy-header h1{font-size:48px;font-weight:600;color:#1a1a1a;margin-bottom:15px;line-height:1.2}.effective-date{font-size:16px;color:#666;font-weight:400}.privacy-content{color:#333}.policy-intro{font-size:18px;line-height:1.8;color:#333;margin-bottom:50px;padding:30px;background:#f8f9fa;border-radius:8px;border-left:4px solid #ff6b35}.policy-section{margin-bottom:50px}.policy-section h2{font-size:28px;font-weight:600;color:#1a1a1a;margin-bottom:20px;line-height:1.3}.policy-section p{font-size:17px;line-height:1.8;color:#444;margin-bottom:20px}.policy-section ul{list-style:none;padding-left:0;margin:20px 0}.policy-section ul li{font-size:17px;line-height:1.8;color:#444;margin-bottom:15px;padding-left:30px;position:relative}.policy-section ul li::before{content:"•";color:#ff6b35;font-size:24px;position:absolute;left:10px;top:-2px}.policy-section ul li strong{color:#1a1a1a;font-weight:600}.policy-section a{color:#ff6b35;text-decoration:none;font-weight:500;transition:color 0.3s}.policy-section a:hover{color:#e55a2b;text-decoration:underline}.policy-footer{margin-top:60px;padding-top:30px;border-top:2px solid #f0f0f0;text-align:center}.policy-footer p{font-size:17px;color:#666;font-style:italic}@media (max-width:1024px){.privacy-policy-page{padding:60px 40px 100px}.privacy-header h1{font-size:40px}.policy-section h2{font-size:24px}}@media (max-width:768px){.privacy-policy-page{padding:40px 30px 80px}.privacy-header{margin-bottom:40px}.privacy-header h1{font-size:32px}.effective-date{font-size:14px}.policy-intro{font-size:16px;padding:20px}.policy-section{margin-bottom:40px}.policy-section h2{font-size:22px}.policy-section p,.policy-section ul li{font-size:16px}}@media (max-width:480px){.privacy-policy-page{padding:30px 20px 60px}.privacy-header h1{font-size:28px}.policy-section h2{font-size:20px}}.page-hero{background:#1c0f2e;padding:120px 60px 80px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:rgba(255,107,53,0.03);transform:skewX(-15deg);transform-origin:top right}.hero-content{max-width:1600px;margin:0 auto;position:relative;z-index:2}.hero-eyebrow{font-size:16px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ff6b35;margin-bottom:30px}.hero-title{font-size:72px;font-weight:700;line-height:1.1;color:#ffffff;margin-bottom:30px}.hero-subtitle{font-size:20px;font-weight:300;line-height:1.6;color:rgba(255,255,255,0.9);max-width:700px}.blog-content{padding:100px 60px;background:#ffffff}.blog-container{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 350px;gap:80px;align-items:start}.posts-section{width:100%}.year-group{margin-bottom:80px;opacity:1;transform:translateY(0)}.year-heading{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:50px;padding-bottom:20px;border-bottom:3px solid #ff6b35;display:inline-block}.post-item{margin-bottom:60px;padding-bottom:60px;border-bottom:1px solid #e0e0e0;text-align:left}.post-item:last-child{border-bottom:none}.post-meta{font-size:14px;margin-bottom:12px;text-align:left}.post-category{color:#ff6b35;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:13px}.post-title{font-size:32px;font-weight:600;line-height:1.3;margin-bottom:20px}.post-title a{color:#1a1a1a;text-decoration:none;transition:color 0.3s}.post-title a:hover{color:#ff6b35}.post-excerpt{font-size:17px;line-height:1.7;color:#555;margin-bottom:25px}.read-more{display:inline-flex;align-items:center;gap:8px;color:#1c0f2e;text-decoration:none;font-size:15px;font-weight:600;transition:gap 0.3s}.read-more:hover{gap:12px}.no-posts{font-size:18px;color:#666;text-align:center;padding:60px 0}.sidebar{position:sticky;top:100px;align-self:start}.sidebar-section{margin-bottom:50px}.sidebar-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}.category-list{list-style:none;padding:0}.category-item{margin-bottom:12px}.category-link{display:flex;justify-content:space-between;align-items:center;color:#666;text-decoration:none;font-size:16px;padding:10px 0;transition:color 0.3s,padding-left 0.3s}.category-link:hover,.category-link.active{color:#ff6b35;padding-left:10px}.category-count{font-size:14px;color:#999}@media (max-width:1200px){.blog-container{grid-template-columns:1fr;gap:60px}.sidebar{position:static}}@media (max-width:768px){.page-hero{padding:80px 30px 50px}.hero-title{font-size:48px}.hero-subtitle{font-size:18px}.blog-content{padding:60px 30px}.year-heading{font-size:36px}.post-title{font-size:24px}.post-item,.post-meta{text-align:left}.post-excerpt{font-size:16px}}.pagination{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:80px;padding-top:60px;border-top:1px solid #e5e5e5}.pagination-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#ffffff;border:2px solid #1c0f2e;border-radius:6px;color:#1c0f2e;text-decoration:none;font-size:16px;font-weight:600;transition:all 0.3s ease}.pagination-btn:hover{background:#1c0f2e;color:#ffffff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(10,22,40,0.2)}.pagination-info{font-size:15px;color:#666;font-weight:500}@media (max-width:480px){.hero-title{font-size:36px}.year-heading{font-size:28px}.post-title{font-size:22px}.pagination{flex-direction:column;gap:15px}.pagination-btn{width:100%;justify-content:center}}.search-section{margin-bottom:40px}.search-form{display:flex;gap:10px}.search-input{flex:1;padding:12px 16px;border:2px solid #e5e5e5;border-radius:6px;font-size:15px;font-family:'Source Sans Pro',sans-serif;transition:border-color 0.3s}.search-input:focus{outline:none;border-color:#1c0f2e}.search-button{padding:12px 24px;background:#1c0f2e;color:#ffffff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:background 0.3s}.search-button:hover{background:#ff6b35}.search-results-info{background:#f8f9fa;padding:20px;border-radius:6px;margin-bottom:40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.search-results-info p{margin:0;color:#666;font-size:15px}.search-results-info strong{color:#1a1a1a}.clear-search{color:#1c0f2e;text-decoration:none;font-size:14px;font-weight:600;white-space:nowrap;transition:color 0.3s}.clear-search:hover{color:#ff6b35}@media (max-width:768px){.search-results-info{flex-direction:column;align-items:flex-start}.search-form{flex-direction:column}.search-button{width:100%}}.page-hero{background:#1c0f2e;padding:120px 60px 80px;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:rgba(255,107,53,0.03);transform:skewX(-15deg);transform-origin:top right}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}.post-meta{font-size:15px;color:rgba(255,255,255,0.7);margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}.post-date{color:rgba(255,255,255,0.7)}.post-category{color:#ff6b35;font-weight:600}.hero-title{font-size:56px;font-weight:700;line-height:1.2;color:#ffffff}.article-content{padding:100px 60px;background:#ffffff}.content-container{max-width:900px;margin:0 auto}.content-container p{font-size:19px;line-height:1.8;color:#333;margin-bottom:30px}.content-container h2{font-size:36px;font-weight:600;color:#1a1a1a;margin-top:60px;margin-bottom:30px;line-height:1.3}.content-container h3{font-size:28px;font-weight:600;color:#1a1a1a;margin-top:50px;margin-bottom:25px;line-height:1.3}.content-container ul,.content-container ol{margin:30px 0;padding-left:40px}.content-container li{font-size:19px;line-height:1.8;color:#333;margin-bottom:15px}.content-container li strong{color:#1a1a1a;font-weight:600}.content-container blockquote{margin:50px 0;padding:30px 40px;background:#f8f9fa;border-left:4px solid #ff6b35;font-size:22px;font-style:italic;line-height:1.7;color:#555}.content-container a{color:#ff6b35;text-decoration:none;font-weight:500;transition:color 0.3s}.content-container a:hover{color:#e55a2b;text-decoration:underline}.post-tags{margin-top:80px;padding-top:50px;border-top:2px solid #e0e0e0}.post-tags h4{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.tags-list{display:flex;flex-wrap:wrap;gap:12px}.tag-item{display:inline-block;padding:8px 20px;background:#f0f0f0;color:#555;text-decoration:none;font-size:15px;font-weight:500;border-radius:25px;transition:all 0.3s}.tag-item:hover{background:#ff6b35;color:#ffffff;transform:translateY(-2px)}.social-share{margin-top:50px;padding-top:50px;border-top:2px solid #e0e0e0}.social-share h4{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:20px}.share-buttons{display:flex;gap:15px;align-items:center}.share-btn{width:40px;height:40px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;font-weight:500;color:#666;transition:background 0.3s,color 0.3s;border:1px solid #e0e0e0}.share-btn svg{display:none}.share-facebook::before{content:'f';font-family:'Source Sans Pro',sans-serif}.share-facebook:hover{background:#1877f2;color:#ffffff;border-color:#1877f2}.share-twitter::before{content:'✕';font-family:'Source Sans Pro',sans-serif}.share-twitter:hover{background:#1da1f2;color:#ffffff;border-color:#1da1f2}.share-linkedin::before{content:'in';font-family:'Source Sans Pro',sans-serif;font-size:14px}.share-linkedin:hover{background:#0a66c2;color:#ffffff;border-color:#0a66c2}.related-posts{padding:80px 60px;background:#f8f9fa}.related-container{max-width:1400px;margin:0 auto}.related-posts h2{font-size:42px;font-weight:600;color:#1a1a1a;margin-bottom:50px;text-align:center}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.related-post-item{background:#ffffff;padding:35px;border-radius:8px;transition:box-shadow 0.3s,transform 0.3s}.related-post-item:hover{box-shadow:0 10px 30px rgba(0,0,0,0.1);transform:translateY(-5px)}.related-meta{font-size:14px;color:#666;margin-bottom:15px}.related-date{color:#666}.related-category{color:#ff6b35;font-weight:600;margin-left:8px}.related-title{font-size:22px;font-weight:600;line-height:1.4;margin-bottom:15px}.related-title a{color:#1a1a1a;text-decoration:none;transition:color 0.3s}.related-title a:hover{color:#ff6b35}.related-excerpt{font-size:16px;line-height:1.7;color:#555}.back-to-blog{padding:60px 60px;background:#ffffff;text-align:center}.back-link{display:inline-flex;align-items:center;gap:10px;color:#1c0f2e;text-decoration:none;font-size:16px;font-weight:600;transition:gap 0.3s}.back-link:hover{gap:15px}@media (max-width:1024px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-hero{padding:80px 30px 50px}.hero-title{font-size:36px}.article-content{padding:60px 30px}.content-container h2{font-size:28px;margin-top:40px}.content-container h3{font-size:24px;margin-top:35px}.content-container p,.content-container li{font-size:17px}.content-container blockquote{font-size:20px;padding:25px 30px}.related-posts{padding:60px 30px}.related-posts h2{font-size:32px}.related-grid{grid-template-columns:1fr}.back-to-blog{padding:40px 30px}}@media (max-width:480px){.hero-title{font-size:28px}.content-container h2{font-size:24px}.content-container h3{font-size:20px}.related-posts h2{font-size:28px}}.plums-listing{background:#ffffff;padding:100px 60px}.plums-container{max-width:1400px;margin:0 auto}.plum-project{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;padding:80px 0;border-bottom:1px solid #e8e8e8}.plum-project:first-child{padding-top:0}.plum-project:last-child{border-bottom:none;padding-bottom:0}.plum-project.reverse{direction:rtl}.plum-project.reverse > *{direction:ltr}.plum-project-number{font-family:'Montserrat',sans-serif;font-size:14px;color:#ff6b35;margin-bottom:20px;font-weight:600}.plum-project-sector{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#999;margin-bottom:12px;font-weight:600}.plum-project-title{font-family:'Montserrat',sans-serif;font-size:32px;font-weight:700;color:#0a1628;line-height:1.25;margin-bottom:24px}.plum-project-desc{font-size:16px;color:#555;line-height:1.8;margin-bottom:32px}.plum-project-link{font-size:15px;font-weight:600;color:#0a1628;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:gap 0.3s,color 0.3s}.plum-project-link:hover{gap:14px;color:#ff6b35}.plum-project-details{padding-top:48px}.plum-detail{margin-bottom:28px}.plum-detail-label{display:block;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#999;margin-bottom:6px;font-weight:600}.plum-detail-value{display:block;font-size:15px;color:#333;line-height:1.6}.plum-outcome{margin-top:12px;padding:32px;background:#f8f7f5;border-left:3px solid #ff6b35;border-radius:0 8px 8px 0}.plum-outcome-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#ff6b35;margin-bottom:10px;font-weight:600}.plum-outcome-text{font-size:16px;color:#333;line-height:1.7;font-style:italic}.plums-approach-strip{background:#1c0f2e;padding:48px 60px}.plums-approach-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:48px}.plums-approach-text{font-size:17px;color:rgba(255,255,255,0.55);font-weight:300}.plums-approach-text strong{color:#ffffff;font-weight:600}.plums-approach-link{font-size:14px;color:#ff6b35;text-decoration:none;font-weight:600;white-space:nowrap;transition:color 0.3s}.plums-approach-link:hover{color:#ff8c5a}.case-hero{background:#1c0f2e;padding:180px 60px 100px;position:relative;overflow:hidden}.case-hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:rgba(255,107,53,0.03);transform:skewX(-15deg);transform-origin:top right}.case-hero-inner{max-width:1400px;margin:0 auto;position:relative;z-index:2}.case-breadcrumb{font-size:13px;color:rgba(255,255,255,0.35);margin-bottom:40px;letter-spacing:0.5px}.case-breadcrumb a{color:rgba(255,255,255,0.35);text-decoration:none;transition:color 0.3s}.case-breadcrumb a:hover{color:#ff6b35}.case-sector{font-size:16px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ff6b35;margin-bottom:30px}.case-title{font-family:'Montserrat',sans-serif;font-size:72px;font-weight:700;color:#ffffff;line-height:1.1;margin-bottom:40px;max-width:900px}.case-intro{font-size:22px;color:rgba(255,255,255,0.7);font-weight:300;line-height:1.7;max-width:680px}.case-meta-strip{max-width:1400px;margin:0 auto;display:flex;gap:60px;margin-top:60px;padding-top:32px;border-top:1px solid rgba(255,255,255,0.08);position:relative;z-index:2}.case-meta-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.3);margin-bottom:6px;font-weight:600}.case-meta-value{font-size:15px;color:rgba(255,255,255,0.65)}.case-narrative{max-width:780px;margin:0 auto;padding:100px 60px}.narrative-section{margin-bottom:64px}.narrative-heading{font-family:'Montserrat',sans-serif;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ff6b35;margin-bottom:28px}.narrative-title{font-family:'Montserrat',sans-serif;font-size:28px;font-weight:700;color:#0a1628;line-height:1.35;margin-bottom:24px}.narrative-text{font-size:17px;color:#444;line-height:1.9;margin-bottom:24px}.pull-quote{margin:56px 0;padding:40px 0 40px 32px;border-left:3px solid #ff6b35}.pull-quote p{font-size:22px;font-weight:300;color:#1a1a1a;line-height:1.6;font-style:italic}.the-plum{background:#f8f7f5;padding:80px 60px}.the-plum-inner{max-width:780px;margin:0 auto}.plum-eyebrow{font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ff6b35;margin-bottom:24px}.plum-title{font-family:'Montserrat',sans-serif;font-size:32px;font-weight:700;color:#0a1628;line-height:1.3;margin-bottom:28px}.plum-text{font-size:17px;color:#444;line-height:1.9;margin-bottom:20px}.plum-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:48px;padding-top:40px;border-top:1px solid #e0dcd8}.metric-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#999;margin-bottom:8px;font-weight:600}.metric-value{font-family:'Montserrat',sans-serif;font-size:15px;font-weight:600;color:#0a1628;line-height:1.5}.more-work{background:#ffffff;padding:80px 60px}.more-work-inner{max-width:1400px;margin:0 auto}.more-work-heading{font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ff6b35;text-align:center;margin-bottom:48px}.more-work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.more-work-card{padding:40px;border:1px solid #e8e8e8;border-radius:8px;text-decoration:none;display:block;transition:border-color 0.3s,box-shadow 0.3s}.more-work-card:hover{border-color:#ff6b35;box-shadow:0 8px 30px rgba(0,0,0,0.06)}.more-work-sector{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#999;margin-bottom:10px;font-weight:600}.more-work-title{font-family:'Montserrat',sans-serif;font-size:20px;font-weight:700;color:#0a1628;line-height:1.3;margin-bottom:12px}.more-work-desc{font-size:14px;color:#888;line-height:1.6}@media (max-width:1200px){.plum-project{gap:50px}.plum-project-title{font-size:28px}.case-hero{padding:140px 40px 80px}.case-title{font-size:56px}.case-meta-strip{flex-wrap:wrap;gap:32px}}@media (max-width:1024px){.plum-project{grid-template-columns:1fr;gap:40px}.plum-project.reverse{direction:ltr}.plum-project-details{padding-top:0}.plum-metrics{grid-template-columns:1fr;gap:24px}.more-work-grid{grid-template-columns:1fr}}@media (max-width:768px){.plums-listing{padding:60px 24px}.plum-project{padding:60px 0}.plum-project-title{font-size:24px}.plum-project-desc{font-size:15px}.plum-outcome{padding:24px}.plums-approach-strip{padding:40px 24px}.plums-approach-inner{flex-direction:column;text-align:center;gap:20px}.case-hero{padding:120px 24px 80px}.case-title{font-size:36px}.case-intro{font-size:17px}.case-meta-strip{flex-direction:column;gap:20px}.case-narrative{padding:60px 24px}.narrative-title{font-size:24px}.pull-quote{margin:40px 0;padding:24px 0 24px 20px}.pull-quote p{font-size:19px}.the-plum{padding:60px 24px}.plum-title{font-size:26px}.more-work{padding:60px 24px}}.plum-mark-divider{text-align:center;padding:40px 0}.plum-mark-closer{text-align:center;padding:48px 60px 24px}.plum-mark-closer-inner{display:flex;align-items:center;gap:24px;max-width:600px;margin:0 auto}.plum-mark-closer-line{flex:1;height:1px;background:#e0e0e0}.plum-mark-outcome{text-align:center;margin-bottom:32px}.plum-mark-quote{text-align:right;max-width:40%;margin-left:auto;margin-bottom:32px}.plum-mark-footer{text-align:center;margin-bottom:24px}@media (max-width:768px){.plum-mark-divider{padding:32px 0}.plum-mark-closer{padding:36px 24px 20px}.plum-mark-closer-inner{max-width:100%;gap:16px}.plum-mark-quote{max-width:100%;margin-bottom:24px}.plum-mark-outcome{margin-bottom:24px}}body .hero-banner{width:100%;height:1280px;position:relative;background:#1c0f2e;color:#fff;overflow:hidden}body .hero-background{position:absolute;inset:0;opacity:0.1;pointer-events:none;overflow:hidden}body .hero-background .circle{position:absolute;border-radius:50%;background:rgba(255,255,255,0.15);animation:float 20s infinite ease-in-out}body .hero-background .circle:nth-child(1){width:300px;height:300px;top:10%;left:10%;animation-delay:0s}body .hero-background .circle:nth-child(2){width:200px;height:200px;top:60%;right:15%;animation-delay:3s}body .hero-background .circle:nth-child(3){width:150px;height:150px;bottom:20%;left:20%;animation-delay:6s}@keyframes float{0%,100%{transform:translateY(0) translateX(0)}25%{transform:translateY(-30px) translateX(20px)}50%{transform:translateY(-60px) translateX(-20px)}75%{transform:translateY(-30px) translateX(20px)}}body .hero-banner .hero-content{position:absolute!important;top:50%!important;right:60px!important;left:auto!important;transform:translateY(-50%)!important;text-align:right!important;z-index:10!important;max-width:1400px!important;margin:0!important}body .hero-banner .hero-title{font-size:120px!important;font-weight:600!important;color:#ffffff!important;margin-bottom:40px!important;line-height:1.2!important;letter-spacing:-2px!important;max-width:none!important;opacity:1!important;transform:none!important;animation:none!important}body .hero-banner .hero-title .dot-separator{color:#ff6b35;font-weight:600}body .hero-banner .hero-subtitle{font-size:48px!important;font-weight:200!important;color:#ffffff!important;opacity:0.9!important;letter-spacing:0px!important;line-height:1.4!important;margin-bottom:40px!important;max-width:none!important;transform:none!important;animation:none!important}body .hero-banner .hero-link{font-size:20px;font-weight:200;color:#ffffff;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:gap 0.3s}body .hero-banner .hero-link:hover{gap:15px}.articles-section{background:#fff;padding:120px 60px 90px}.articles-grid{max-width:1600px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:60px}.article-card{background:#ffffff;border-radius:12px;padding:50px;border:1px solid rgba(0,0,0,0.08);box-shadow:0 4px 20px rgba(0,0,0,0.04);transition:box-shadow 0.4s ease}.article-card:hover{box-shadow:0 12px 40px rgba(0,0,0,0.12)}.article-label{color:#ff6b35;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:25px}.article-card h2{font-size:32px;font-weight:600;color:#1a1a1a;margin-bottom:20px;line-height:1.3}.article-excerpt{font-size:16px;line-height:1.8;color:#666;margin-bottom:30px}.article-link{display:inline-flex;align-items:center;gap:10px;color:#1a1a1a;text-decoration:none;font-weight:600;font-size:16px;transition:gap 0.3s}.article-link:hover{gap:15px}.connect-section{background:#f2f2f2;padding:140px 60px;text-align:center}.connect-section h2{font-size:52px;font-weight:600;color:#1a1a1a;margin-bottom:25px}.connect-section p{font-size:18px;color:#555;margin-bottom:55px}.connect-link{display:inline-flex;align-items:center;gap:10px;color:#1a1a1a;text-decoration:none;font-size:18px;font-weight:600;transition:gap 0.3s}.connect-link:hover{gap:15px}@media (max-width:768px){.connect-section{padding:80px 24px}.connect-section h2{font-size:28px;line-height:1.3;margin-bottom:20px}.connect-section p{font-size:16px;margin-bottom:40px}.connect-link{font-size:16px}.articles-section{padding:60px 24px 50px}}@media (min-width:769px) and (max-width:1199px){.connect-section{padding:100px 40px}.connect-section h2{font-size:38px}}body .stats-section{background:#1c0f2e!important;color:#fff!important;padding:120px 60px!important;display:block!important}body .stats-container{max-width:1600px;margin:0 auto;display:block!important}body .stats-header{text-align:center;margin-bottom:80px;display:block!important}body .stats-header h2{font-size:56px!important;font-weight:600!important;color:#ffffff!important;margin-bottom:20px!important;display:block!important}body .stats-header p{font-size:20px!important;color:rgba(255,255,255,0.8)!important;font-weight:300!important;display:block!important}body .stats-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:50px!important;max-width:1600px;margin:0 auto}body .stat-card{text-align:center;display:block!important;opacity:1!important;visibility:visible!important;padding:40px 30px;background:#1c0f2e;border-radius:8px;border:none;transition:all 0.3s ease}body .stat-card:hover{background:#251438;transform:translateY(-5px)}body .stat-number{font-size:72px!important;font-weight:700!important;color:#ff6b35!important;margin-bottom:15px!important;display:block!important;line-height:1!important}body .stat-label{font-size:18px!important;font-weight:600!important;color:#ffffff!important;margin-bottom:20px!important;display:block!important;text-transform:uppercase;letter-spacing:1px}body .stat-card p{font-size:15px!important;color:rgba(255,255,255,0.7)!important;line-height:1.6!important;display:block!important}.stats-trust{text-align:center;margin-top:60px;max-width:500px;margin-left:auto;margin-right:auto}.stats-trust-divider{width:80px;height:1px;background:rgba(255,255,255,0.2);margin:0 auto 30px;display:block}.stats-trust p{font-size:15px!important;color:rgba(255,255,255,0.7)!important;font-weight:400!important;letter-spacing:0.5px;line-height:1.6!important;text-align:center!important}@media (min-width:769px) and (max-width:1199px){body .stats-section{padding:100px 40px!important}body .stats-header h2{font-size:42px!important}body .stats-grid{gap:30px!important}}body .team-section{background:#1c0f2e!important;color:#fff!important;padding:120px 60px!important;display:block!important}body .team-container{max-width:1600px;margin:0 auto;display:block!important}body .team-header{text-align:center;margin-bottom:80px;display:block!important}body .team-header h2{font-size:56px!important;font-weight:600!important;color:#ffffff!important;margin-bottom:20px!important;display:block!important}body .team-header p{font-size:20px!important;color:rgba(255,255,255,0.8)!important;font-weight:300!important;display:block!important}body .team-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:50px!important;max-width:1600px;margin:0 auto}body .team-member{text-align:center;display:block!important;opacity:1!important;visibility:visible!important}body .team-member-img{width:140px!important;height:140px!important;border-radius:50%!important;background:rgba(255,107,53,0.1)!important;border:2px solid rgba(255,107,53,0.3)!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto 25px!important;font-size:32px!important;font-weight:600!important;color:#ff6b35!important;letter-spacing:2px!important;overflow:hidden!important}body .team-member-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}body .team-member h3{font-size:28px!important;font-weight:600!important;color:#ffffff!important;margin-bottom:8px!important;display:block!important}body .team-member .position{font-size:16px!important;color:#ff6b35!important;font-weight:500!important;margin-bottom:20px!important;text-transform:uppercase!important;letter-spacing:1px!important;display:block!important}body .team-member p{font-size:16px!important;line-height:1.8!important;color:rgba(255,255,255,0.8)!important;display:block!important}@media (max-width:1600px){body .hero-banner .hero-title{font-size:100px!important}body .hero-banner .hero-subtitle{font-size:42px!important}}@media (max-width:1400px){body .hero-banner .hero-title{font-size:90px!important}body .hero-banner .hero-subtitle{font-size:36px!important}}@media (max-width:1200px){body .hero-banner .hero-title{font-size:70px!important}body .hero-banner .hero-subtitle{font-size:28px!important}.articles-grid{grid-template-columns:1fr}body .team-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){body .hero-banner{height:700px!important}body .hero-banner .hero-content{position:static!important;transform:none!important;text-align:center!important;padding:100px 20px!important;max-width:100%!important;right:auto!important}body .hero-banner .hero-title{font-size:48px!important}body .hero-banner .hero-subtitle{font-size:20px!important}nav{display:none}body .team-section{padding:80px 30px!important}body .team-header h2{font-size:36px!important}body .team-grid{grid-template-columns:1fr!important}body .team-member-img{width:140px!important;height:140px!important;overflow:hidden!important}body .team-member-img img{width:100%!important;height:100%!important;object-fit:cover!important}body .stats-section{padding:80px 24px!important}body .stats-header h2{font-size:32px!important}body .stats-header p{font-size:16px!important}body .stats-grid{grid-template-columns:1fr!important;gap:20px!important}body .stat-card{border:none!important;padding:30px 20px!important}.stats-trust{margin-top:40px;max-width:100%;padding:0 20px}.stats-trust p{font-size:15px!important;color:rgba(255,255,255,0.7)!important}}.pillars-section{background:#ffffff;padding:100px 60px 0}.pillars-container{max-width:1400px;margin:0 auto}.pillars-eyebrow{text-align:center;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ff6b35;margin-bottom:40px}.pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.pillar-card{text-decoration:none;display:flex;flex-direction:column;padding:20px 0;border-bottom:2px solid transparent;transition:border-color 0.25s ease;cursor:pointer}.pillar-card:hover{border-bottom-color:#ff6b35}.pillar-card:hover .pillar-link{color:#ff6b35}.pillar-card:hover .pillar-link .pillar-arrow{transform:translateX(3px)}.pillar-number{font-size:18px;font-weight:700;color:#ff6b35;margin-bottom:12px}.pillar-title{font-family:'Montserrat',sans-serif;font-size:23px;font-weight:700;color:#0a1628;line-height:1.4;margin-bottom:16px}.pillar-link{font-size:14px;font-weight:400;color:#666666;transition:color 0.2s ease;display:inline-block;margin-top:auto}.pillar-link .pillar-arrow{display:inline-block;transition:transform 0.2s ease}.pillars-divider{width:60%;height:1px;background:#e0e0e0;margin:60px auto}@media (min-width:769px) and (max-width:1199px){.pillars-grid{grid-template-columns:repeat(2,1fr);gap:32px}.pillars-section{padding:80px 40px 0}}@media (max-width:768px){.pillars-section{padding:60px 24px 0}.pillars-eyebrow{margin-bottom:48px}.pillars-grid{display:flex;flex-direction:column;gap:0}.pillar-card{padding:0 0 32px 0;margin-bottom:32px;background:none;border:none;border-radius:0;border-bottom:1px solid #e8e8e8;text-align:center}.pillar-card:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.pillar-card:hover{border-bottom-color:#e8e8e8}.pillar-card:active{-webkit-tap-highlight-color:rgba(255,107,53,0.08)}.pillar-card:active .pillar-link{color:#ff6b35}.pillar-card:active .pillar-number{transform:scale(1.1)}.pillar-number{font-size:14px!important;color:#ff6b35!important;margin-bottom:10px;transition:transform 0.2s ease}.pillar-title{font-size:20px;font-weight:700;color:#0a1628;line-height:1.3;margin-bottom:14px}.pillar-link{font-size:14px;font-weight:400;color:#888888}.pillars-divider{width:40%;margin:48px auto}}.articles-eyebrow{text-align:center;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ff6b35;margin-bottom:40px}@media (max-width:768px){.articles-eyebrow{margin-bottom:32px}}body{font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:'DM Serif Display',serif;font-weight:400}p,a,li,span,blockquote,label,input,textarea,select,button,td,th,figcaption,small{font-family:'Inter',sans-serif}.logo-text{font-family:'Montserrat',sans-serif!important}body .hero-banner .hero-title{font-family:'DM Serif Display',serif;font-weight:400!important}.pillar-number,.pillar-title{font-family:'DM Serif Display',serif;font-weight:400}.article-card h2{font-family:'DM Serif Display',serif;font-weight:400}.page-hero .hero-title{font-family:'DM Serif Display',serif;font-weight:400}.section-title,.intro-content h2,.service-card h3,.service-number,.step-number,.process-step h3,.split-content h2{font-family:'DM Serif Display',serif;font-weight:400}.intro-content h2 strong{font-weight:400}.mission-quote{font-family:'DM Serif Display',serif;font-weight:400;font-style:normal}.value-item h3,.value-item .value-number,.story-section h2{font-family:'DM Serif Display',serif;font-weight:400}.year-heading,h3.post-title,.post-title,.post-title a{font-family:'DM Serif Display',serif;font-weight:400}.content-container h2,.content-container h3{font-family:'DM Serif Display',serif;font-weight:400}.content-container blockquote{font-family:'DM Serif Display',serif;font-weight:400;font-style:italic}.related-posts h2,.related-title,.related-title a{font-family:'DM Serif Display',serif;font-weight:400}.plum-project-title,.plum-project-number{font-family:'DM Serif Display',serif;font-weight:400}.case-title,.narrative-title,.plum-title,.metric-value,.more-work-title{font-family:'DM Serif Display',serif;font-weight:400}.pull-quote p{font-family:'DM Serif Display',serif;font-weight:400}.services-cta h2,.cta-section h2,.cta-content h2,.connect-section h2{font-family:'DM Serif Display',serif;font-weight:400!important}.contact-section h2{font-family:'DM Serif Display',serif;font-weight:400}body .stats-header h2{font-family:'DM Serif Display',serif;font-weight:400!important}body .hero-banner .hero-subtitle{font-family:'Inter',sans-serif;font-size:28px!important}body .hero-banner .hero-link{font-family:'Inter',sans-serif}.pillar-desc,.pillar-link{font-family:'Inter',sans-serif}.philosophy-value-label,.philosophy-value-desc{font-family:'Inter',sans-serif}.articles-eyebrow,.article-card .article-excerpt,.article-card .article-label,.article-card .article-link{font-family:'Inter',sans-serif}.page-hero .hero-subtitle,.page-hero .hero-eyebrow{font-family:'Inter',sans-serif}.section-eyebrow,.section-subtitle,.service-card p,.service-card li{font-family:'Inter',sans-serif}.mission-author,.story-paragraph,.story-highlight{font-family:'Inter',sans-serif}.post-category,.post-meta,.post-excerpt,.read-more,.sidebar-title,.category-link,.search-input,.search-button,.pagination-btn,.pagination-info{font-family:'Inter',sans-serif}.content-container p,.content-container li{font-family:'Inter',sans-serif}.post-tags h4,.tag-item,.social-share h4,.related-meta,.related-excerpt,.back-link{font-family:'Inter',sans-serif}.share-facebook::before,.share-twitter::before,.share-linkedin::before{font-family:'Inter',sans-serif}.plum-project-desc,.plum-project-link,.plum-detail-label,.plum-detail-value,.plum-outcome-label,.plum-outcome-text{font-family:'Inter',sans-serif}.case-sector,.case-intro,.case-breadcrumb,.case-meta-label,.case-meta-value,.narrative-heading,.narrative-text,.plum-eyebrow,.plum-text,.metric-label,.more-work-heading,.more-work-sector,.more-work-desc,.plums-approach-text,.plums-approach-link{font-family:'Inter',sans-serif}.services-cta p,.cta-section p,.cta-content p,.cta-button{font-family:'Inter',sans-serif}footer,footer a,footer p,footer h3{font-family:'Inter',sans-serif}nav a,.nav-links a,.mobile-menu nav a{font-family:'Inter',sans-serif}.article-card{transition:border-color 0.4s,box-shadow 0.4s}.article-card:hover{border-color:#ff6b35}[data-stagger] > *{opacity:0;transform:translateY(24px);transition:opacity 0.6s ease,transform 0.6s ease}[data-stagger].visible > *:nth-child(1){transition-delay:0s}[data-stagger].visible > *:nth-child(2){transition-delay:0.12s}[data-stagger].visible > *:nth-child(3){transition-delay:0.24s}[data-stagger].visible > *:nth-child(4){transition-delay:0.36s}[data-stagger].visible > *:nth-child(5){transition-delay:0.48s}[data-stagger].visible > *:nth-child(6){transition-delay:0.60s}[data-stagger].visible > *{opacity:1;transform:translateY(0)}.site-header nav ul li a,body .hero-banner .nav-area nav ul li a{position:relative;padding-bottom:4px}.site-header nav ul li a::after,body .hero-banner .nav-area nav ul li a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:rgba(255,255,255,0.6);transition:width 0.3s ease}.site-header nav ul li a:hover::after,body .hero-banner .nav-area nav ul li a:hover::after{width:100%}.site-header nav ul li a:hover,body .hero-banner .nav-area nav ul li a:hover{opacity:0.85}.connect-link{position:relative;overflow:hidden}a[href*="contact"] .pillar-arrow,.connect-link .arrow,.cta-button .arrow{display:inline-block;transition:transform 0.3s ease}a[href*="contact"]:hover .pillar-arrow,.connect-link:hover .arrow,.cta-button:hover .arrow{transform:translateX(4px)}.pillar-card .pillar-arrow{display:inline-block;transition:transform 0.3s ease}.pillar-card:hover .pillar-arrow{transform:translateX(4px)}.read-more{transition:gap 0.3s ease}.back-link:hover{gap:15px}.pillar-card{transition:transform 0.4s ease,box-shadow 0.4s ease}.pillar-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,0.06)}.pillar-card:hover .pillar-number{color:#ff6b35;transition:color 0.3s ease}.pillar-number{transition:color 0.3s ease}[data-plum-reveal]{opacity:0;transform:scale(0.92);transition:opacity 1s ease 0.3s,transform 1s ease 0.3s}[data-plum-reveal].visible{opacity:1;transform:scale(1)}.related-post-item{transition:transform 0.4s ease,box-shadow 0.4s ease,border-color 0.4s ease}.related-post-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.06)}.value-item{transition:transform 0.4s ease}.value-item:hover{transform:translateY(-3px)}body .stat-card{transition:background 0.4s ease,transform 0.4s ease}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}[data-stagger] > *{transition-delay:0s!important}}@media (max-width:768px){.pillar-card:hover{transform:none;box-shadow:none}.value-item:hover{transform:none}.related-post-item:hover{transform:none;box-shadow:none}.site-header nav ul li a::after,body .hero-banner .nav-area nav ul li a::after{display:none}}@media (max-width:1200px){body .hero-banner{height:900px!important}body .hero-banner .hero-title{font-size:70px!important}body .hero-banner .hero-subtitle{font-size:24px!important}.page-hero{padding:120px 40px 80px}.page-hero .hero-title{font-size:72px}.articles-grid,.team-grid,.services-grid{grid-template-columns:1fr!important;gap:40px}.process-steps{grid-template-columns:repeat(2,1fr)!important}.split-section{grid-template-columns:1fr!important}footer .footer-content{grid-template-columns:repeat(2,1fr)!important;gap:40px!important}}@media (max-width:768px){body .hero-banner{height:600px!important;min-height:600px!important}body .hero-banner .top-bar{position:relative!important;padding:20px!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;z-index:100!important}body .hero-banner .logo-text{font-size:18px!important;letter-spacing:6px!important}body .hero-banner .nav-area{display:none!important}body .hero-banner .mobile-menu-toggle{display:flex!important;flex-direction:column!important;gap:4px!important;cursor:pointer!important;width:25px!important;height:20px!important;justify-content:space-between!important;z-index:101!important}body .hero-banner .mobile-menu-toggle span{width:25px!important;height:3px!important;background:#fff!important;transition:all 0.3s!important}body .hero-banner .hero-content{position:absolute!important;top:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;text-align:center!important;padding:0 20px!important;max-width:100%!important;width:100%!important;margin:0!important}body .hero-banner .hero-title{font-size:40px!important;font-weight:600!important;letter-spacing:-1px!important;margin-bottom:20px!important;line-height:1.2!important}body .hero-banner .hero-subtitle{font-size:18px!important;font-weight:200!important;line-height:1.4!important;margin-bottom:25px!important}body .hero-banner .hero-link{font-size:16px!important}.site-header{padding:20px!important}.site-header .header-container{display:flex!important;justify-content:space-between!important;align-items:center!important}.site-header .logo-text{font-size:18px!important;letter-spacing:6px!important}.site-header .nav-area{display:none!important}.site-header .mobile-menu-toggle{display:flex!important;flex-direction:column!important;gap:4px!important;cursor:pointer!important;width:25px!important;height:20px!important;justify-content:space-between!important;z-index:1001!important}.site-header .mobile-menu-toggle span,.mobile-menu-toggle span{width:25px!important;height:3px!important;background:#fff!important;transition:all 0.3s!important;display:block!important}.mobile-menu{position:fixed!important;top:0!important;left:-100%!important;width:280px!important;height:100vh!important;background:#1c0f2e!important;z-index:1000!important;padding:80px 30px 30px!important;transition:left 0.3s ease-out!important;overflow-y:auto!important;display:block!important}.mobile-menu.active{left:0!important}.mobile-menu nav{display:block!important}.mobile-menu nav ul{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:0!important}.mobile-menu nav ul li{margin-bottom:0!important;display:block!important;width:100%!important}.mobile-menu nav ul li a{color:#ffffff!important;text-decoration:none!important;font-size:20px!important;font-weight:300!important;display:block!important;padding:15px 0!important;border-bottom:1px solid rgba(255,255,255,0.1)!important;transition:opacity 0.3s!important}.mobile-menu nav ul li:last-child a{border-bottom:none!important}.mobile-menu nav ul li a:hover,.mobile-menu nav ul li a:active{opacity:0.7!important}.mobile-menu .social-icons{display:flex!important;flex-direction:row!important;gap:15px!important;margin-top:40px!important;padding-top:30px!important;border-top:1px solid rgba(255,255,255,0.1)!important}.mobile-menu .social-icons a{width:40px!important;height:40px!important;border-radius:50%!important;background:rgba(255,255,255,0.1)!important;color:#ffffff!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-size:14px!important;line-height:1!important}.mobile-menu-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100vh!important;background:rgba(0,0,0,0.5)!important;z-index:999!important;opacity:0!important;visibility:hidden!important;transition:opacity 0.3s,visibility 0.3s!important;display:block!important}.mobile-menu-overlay.active{opacity:1!important;visibility:visible!important}.mobile-menu-toggle.active span:nth-child(1),body .hero-banner .mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)!important}.mobile-menu-toggle.active span:nth-child(2),body .hero-banner .mobile-menu-toggle.active span:nth-child(2){opacity:0!important}.mobile-menu-toggle.active span:nth-child(3),body .hero-banner .mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)!important}footer{background:#f5f5f5!important;padding:40px 25px 20px!important}footer .footer-content,footer > div[style*="grid"]{display:flex!important;flex-direction:column!important;gap:30px!important;max-width:100%!important;grid-template-columns:none!important}footer h3{color:#333!important;font-size:14px!important;font-weight:600!important;margin-bottom:15px!important}footer p{color:#666!important;font-size:13px!important;line-height:1.8!important}footer a{color:#666!important;font-size:13px!important;line-height:2!important;text-decoration:none!important}footer .newsletter-form,footer form{display:flex!important;flex-direction:column!important;gap:12px!important}footer input[type="email"]{width:100%!important;padding:10px 12px!important;border:1px solid #ddd!important;border-radius:5px!important;font-size:13px!important}footer button,footer input[type="submit"]{width:100%!important;padding:10px!important;background:#333!important;color:white!important;border:none!important;border-radius:5px!important;font-size:13px!important}footer .social-icons{display:flex!important;gap:10px!important;margin-top:12px!important}footer .social-icons a{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;background:white!important;border:1px solid #ddd!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#666!important;text-decoration:none!important;font-size:14px!important;line-height:1!important;padding:0!important;text-align:center!important}footer .footer-copyright,footer .footer-bottom,footer .footer-divider{text-align:center!important;font-size:11px!important;color:#999!important;padding-top:20px!important;border-top:1px solid #ddd!important;margin-top:20px!important}.articles-section{padding:60px 20px!important}.articles-grid{display:flex!important;flex-direction:column!important;gap:30px!important}.connect-section{padding:60px 20px!important}.team-section{padding:60px 20px!important}.team-grid{display:flex!important;flex-direction:column!important;gap:40px!important}.team-member-img{width:140px!important;height:140px!important;border-radius:50%!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto 25px!important}.team-member-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}.page-hero{padding:60px 25px!important}.page-hero .hero-title{font-size:36px!important}.intro-statement{padding:60px 25px!important}.intro-content h2{font-size:26px!important}.services-showcase{padding:60px 25px!important}.services-grid{display:flex!important;flex-direction:column!important;gap:30px!important}.service-card{padding:40px 25px!important}.split-section{display:flex!important;flex-direction:column!important}.split-content{padding:60px 25px!important}.process-section{padding:60px 25px!important}.process-steps{display:flex!important;flex-direction:column!important;gap:40px!important}.cta-section{padding:60px 25px!important}}@media (min-width:769px){.mobile-menu-toggle,body .hero-banner .mobile-menu-toggle{display:none!important}.mobile-menu,.mobile-menu-overlay{display:none!important}}@media (max-width:480px){body .hero-banner .hero-title{font-size:34px!important}.page-hero .hero-title{font-size:30px!important}}