@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap";:root{--charcoal: #283139;--ember: #e1641c;--cream: #f5f2ee;--white: #ffffff;--text-secondary: #5a6a74;--dark: #1d252b;--dark-alt: #2e3840;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif;--nav-height: 72px;--transition: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--charcoal);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:400;line-height:1.15}h1{font-size:clamp(2.5rem,5vw,4.5rem)}h2{font-size:clamp(2rem,3.5vw,3rem)}h3{font-size:clamp(1.4rem,2.5vw,2rem)}h4{font-size:clamp(1.1rem,2vw,1.5rem)}p{font-size:1rem;line-height:1.75}a{color:inherit;text-decoration:none;transition:color var(--transition)}.container{max-width:1240px;margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem)}.section-label{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--ember);display:block;margin-bottom:1.25rem}.ember{color:var(--ember)}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-sans);font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:.875rem 1.75rem;border:1.5px solid transparent;cursor:pointer;transition:all var(--transition);text-decoration:none}.btn-ember{background:var(--ember);color:var(--white);border-color:var(--ember)}.btn-ember:hover{background:#c8551a;border-color:#c8551a}.btn-white-outline{background:transparent;color:var(--white);border-color:var(--white)}.btn-white-outline:hover{background:var(--white);color:var(--charcoal)}.btn-dark-outline{background:transparent;color:var(--charcoal);border-color:var(--charcoal)}.btn-dark-outline:hover{background:var(--charcoal);color:var(--white)}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-height);background:#fffffff7;display:flex;align-items:center;transition:border-bottom var(--transition),box-shadow var(--transition)}.nav.scrolled{border-bottom:1px solid rgba(40,49,57,.1);box-shadow:0 2px 24px #0000000f}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-logo img{height:32px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{font-size:.8rem;font-weight:400;letter-spacing:.05em;color:var(--charcoal);opacity:.8;transition:opacity var(--transition)}.nav-links a:hover{opacity:1}.nav-links .btn-ember{opacity:1;padding:.6rem 1.25rem;font-size:.75rem}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.nav-hamburger span{display:block;width:24px;height:1.5px;background:var(--charcoal);transition:all var(--transition)}.nav-mobile{display:none;position:fixed;inset:0;background:var(--charcoal);z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}.nav-mobile.open{display:flex}.nav-mobile a{font-family:var(--font-serif);font-size:clamp(2rem,6vw,3.5rem);color:var(--white);opacity:.85;transition:opacity var(--transition)}.nav-mobile a:hover{opacity:1;color:var(--ember)}.nav-mobile-close{position:absolute;top:1.5rem;right:2rem;background:none;border:none;cursor:pointer;color:var(--white);font-size:2rem;line-height:1}main{padding-top:var(--nav-height)}.hero{background:var(--charcoal);min-height:calc(100vh - var(--nav-height));display:flex;align-items:center;position:relative;overflow:hidden}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px}.hero-glow{position:absolute;top:-20%;right:-10%;width:60vw;height:60vw;background:radial-gradient(circle,rgba(225,100,28,.12) 0%,transparent 65%);pointer-events:none}.hero-content{position:relative;z-index:1;max-width:780px;padding:6rem 0}.hero-content .section-label{margin-bottom:1.5rem}.hero-content h1{color:var(--white);margin-bottom:1.5rem}.hero-subtext{color:#ffffff8c;font-size:1.05rem;line-height:1.75;max-width:580px;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:2.5rem;right:clamp(1.25rem,4vw,3rem);display:flex;flex-direction:column;align-items:center;gap:.5rem}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,#fff0,#e1641ccc);animation:scrollDrop 2s ease-in-out infinite}@keyframes scrollDrop{0%,to{transform:scaleY(1);opacity:.6}50%{transform:scaleY(1.3);opacity:1}}.intro-section{padding:7rem 0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,6rem)}.two-col-sticky .col-left{position:sticky;top:calc(var(--nav-height) + 2rem);height:fit-content}.stats-stack{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.stat-item{border-top:1px solid rgba(40,49,57,.12);padding-top:1.25rem}.stat-number{font-family:var(--font-serif);font-size:2.5rem;color:var(--charcoal);line-height:1}.stat-label{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin-top:.25rem}.pull-quote{border-left:3px solid var(--ember);padding:1.25rem 1.5rem;margin-bottom:2rem;font-family:var(--font-serif);font-style:italic;font-size:1.25rem;line-height:1.6;color:var(--charcoal)}.col-right p{color:var(--text-secondary);margin-bottom:1.25rem}.link-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ember);margin-top:.5rem;border-bottom:1px solid var(--ember);padding-bottom:2px;transition:gap var(--transition)}.link-btn:hover{gap:.75rem}.link-btn:after{content:"\2192"}.why-section{background:var(--cream);padding:7rem 0}.section-header{margin-bottom:4rem}.section-header h2{margin-top:.5rem}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:#28313914}.card{background:var(--white);padding:2.5rem;transition:box-shadow var(--transition)}.card:hover{box-shadow:0 8px 32px #00000014}.card-number{font-family:var(--font-serif);font-size:5rem;font-weight:300;color:#2831390f;line-height:1;margin-bottom:1rem}.card h4{margin-bottom:.75rem}.card p{color:var(--text-secondary);font-size:.9rem}.approach-section{background:var(--charcoal);padding:7rem 0}.approach-section .section-label{color:var(--ember)}.approach-section h2{color:var(--white);margin-top:.5rem;margin-bottom:.75rem}.approach-subtext{color:#ffffff80;max-width:540px;margin-bottom:4rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr)}.step{border-left:1px solid rgba(255,255,255,.12);padding:2rem}.step:first-child{padding-left:0;border-left:none}.step-number{font-size:.7rem;letter-spacing:.15em;color:var(--ember);text-transform:uppercase;margin-bottom:1rem}.step h4{color:var(--white);margin-bottom:.75rem}.step p{color:#ffffff8c;font-size:.875rem}.approach-cta{margin-top:3.5rem}.focus-section{padding:7rem 0}.focus-intro{max-width:600px;color:var(--text-secondary);margin-bottom:3rem}.sectors-row{display:grid;grid-template-columns:repeat(7,1fr);gap:0;background:#28313914;margin-bottom:3rem}.sector-item{background:var(--cream);padding:1.5rem 1rem;text-align:center;font-size:.8rem;font-weight:500;cursor:pointer;transition:all var(--transition);border-right:1px solid rgba(40,49,57,.08)}.sector-item:last-child{border-right:none}.sector-item:hover{background:var(--charcoal);color:var(--white)}.trust-section{background:var(--cream);padding:7rem 0}.trust-rows{display:flex;flex-direction:column}.trust-row{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 2rem;background:var(--white);border-bottom:1px solid var(--cream);transition:box-shadow var(--transition)}.trust-row:hover{box-shadow:0 4px 16px #0000000d}.trust-dot{width:8px;height:8px;border-radius:50%;background:var(--ember);flex-shrink:0;margin-top:.45rem}.trust-row strong{display:block;margin-bottom:.25rem;font-size:.9rem}.trust-row span{color:var(--text-secondary);font-size:.875rem}.discretion-section{background:var(--dark-alt);padding:5rem 0}.discretion-section h3{color:var(--white);margin-bottom:1rem}.discretion-section p{color:#fff9;max-width:480px}.discretion-badge{width:160px;height:160px;border-radius:50%;border:1.5px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff9;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;line-height:1.6;padding:1.5rem;margin-left:auto}.perspectives-section{padding:7rem 0}.perspectives-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}.perspectives-header h2{margin-top:.5rem}.perspectives-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:1.5px;background:#28313914}.persp-card{background:var(--white);padding:2.5rem;transition:box-shadow var(--transition)}.persp-card:hover{box-shadow:0 8px 24px #00000014}.persp-card.featured{grid-column:1;grid-row:1 / 3;background:var(--charcoal);display:flex;flex-direction:column;justify-content:flex-end}.persp-card.featured .persp-category,.persp-card.featured .persp-title,.persp-card.featured .persp-excerpt{color:var(--white)}.persp-card.cream-bg{background:var(--cream)}.persp-category{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ember);margin-bottom:.75rem;display:block}.persp-title{font-family:var(--font-serif);font-size:1.2rem;line-height:1.35;margin-bottom:.75rem;color:var(--charcoal)}.persp-card.featured .persp-title{font-size:1.5rem}.persp-excerpt{font-size:.875rem;color:var(--text-secondary);line-height:1.65}.persp-card.featured .persp-excerpt{color:#fff9}.contact-cta{background:var(--charcoal);padding:7rem 0}.contact-cta .col-left h2{color:var(--white);margin-top:.5rem;margin-bottom:1rem}.contact-cta .col-left p{color:#fff9;margin-bottom:1.5rem}.contact-email-display{font-size:.8rem;color:#fff6;letter-spacing:.05em;display:block;margin-top:.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80}.form-control{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:var(--white);padding:.875rem 1rem;font-family:var(--font-sans);font-size:.9rem;outline:none;transition:border-color var(--transition);width:100%}.form-control::placeholder{color:#ffffff40}.form-control:focus{border-color:var(--ember)}.form-control option{background:var(--charcoal);color:var(--white)}textarea.form-control{resize:vertical;min-height:130px}.form-privacy{font-size:.75rem;color:#ffffff59;line-height:1.6}.form-privacy a{color:#ffffff80;border-bottom:1px solid rgba(255,255,255,.2)}.form-success{display:none;padding:1.25rem;background:#e1641c1f;border:1px solid rgba(225,100,28,.3);color:#ffffffd9;font-size:.9rem;line-height:1.65}.form-light label{color:var(--text-secondary)}.form-light .form-control{background:var(--white);border:1px solid rgba(40,49,57,.15);color:var(--charcoal)}.form-light .form-control::placeholder{color:#2831394d}.form-light .form-control:focus{border-color:var(--ember)}.form-light .form-control option{background:var(--white);color:var(--charcoal)}.form-light .form-privacy{color:var(--text-secondary)}.form-light .form-privacy a{color:var(--charcoal);border-color:var(--charcoal)}.form-light .form-success{background:#e1641c14;border-color:#e1641c4d;color:var(--charcoal)}footer{background:var(--dark);padding:5rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;padding-bottom:4rem}.footer-brand img{height:28px;margin-bottom:1rem}.footer-tagline{font-size:.85rem;color:#fff6;line-height:1.7;margin-bottom:1rem}.footer-address{font-size:.8rem;color:#ffffff4d;line-height:1.8}.footer-col h5{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;margin-bottom:1.25rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-col ul a{font-size:.875rem;color:#ffffff8c;transition:color var(--transition)}.footer-col ul a:hover{color:var(--white)}.footer-col .footer-email{font-size:.875rem;color:#ffffff8c;display:block}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.75rem;color:#ffffff4d}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{font-size:.75rem;color:#ffffff4d;transition:color var(--transition)}.footer-bottom-links a:hover{color:#fff9}.footer-linkedin{display:inline-flex;align-items:center}.footer-linkedin svg{width:14px;height:14px}.footer-disclaimer{border-top:1px solid rgba(255,255,255,.04);padding:1.5rem 0;font-size:.68rem;color:#ffffff2e;line-height:1.7}.page-hero{background:var(--charcoal);padding:6rem 0 5rem;position:relative;overflow:hidden}.page-hero .hero-grid{opacity:.5}.page-hero .hero-glow{opacity:.6}.page-hero-content{position:relative;z-index:1;max-width:700px}.page-hero h1{color:var(--white);margin-top:.75rem;margin-bottom:1rem}.page-hero-sub{color:#ffffff8c;font-size:1.05rem;max-width:560px}.page-section{padding:6rem 0}.page-section.cream{background:var(--cream)}.page-section.charcoal{background:var(--charcoal)}.page-section.dark{background:var(--dark)}.page-section h2{margin-top:.5rem;margin-bottom:1.5rem}.stat-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:#28313914;margin:2rem 0}.stat-box{background:var(--white);padding:2.5rem;text-align:center}.stat-box .stat-number{font-size:1.75rem;font-family:var(--font-serif);margin-bottom:.5rem}.stat-box .stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary)}.stat-box .stat-sub{font-size:.8rem;color:var(--text-secondary);margin-top:.25rem}.not-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:#28313914}.not-card{background:var(--white);padding:2.5rem}.not-card h4{font-family:var(--font-serif);color:var(--ember);text-decoration:line-through;text-decoration-color:#e1641c66;margin-bottom:.75rem}.not-card p{font-size:.875rem;color:var(--text-secondary)}.approach-steps{display:flex;flex-direction:column;gap:0}.approach-step{display:grid;grid-template-columns:120px 1fr;gap:3rem;border-bottom:1px solid rgba(40,49,57,.08);background:var(--white);padding:3rem 2rem}.approach-step-num{font-family:var(--font-serif);font-size:5rem;font-weight:300;color:#28313912;line-height:1;align-self:start}.approach-step h4{margin-bottom:.75rem}.approach-step p{color:var(--text-secondary)}.contrib-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:#ffffff14}.contrib-card{border-top:2px solid var(--ember);padding:2rem;background:#ffffff0d}.contrib-card h4{color:var(--white);margin-bottom:.5rem}.contrib-card p{font-size:.875rem;color:#ffffff8c}.sector-row{display:grid;grid-template-columns:280px 1fr;border-bottom:1px solid rgba(40,49,57,.08)}.sector-row:nth-child(2n) .sector-left{background:var(--charcoal)}.sector-row:nth-child(odd) .sector-left{background:var(--dark-alt)}.sector-left{padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center}.sector-num{font-size:.7rem;letter-spacing:.15em;color:#ffffff59;text-transform:uppercase;margin-bottom:.75rem}.sector-name{font-family:var(--font-serif);font-size:1.75rem;color:var(--white);line-height:1.2}.sector-right{padding:3rem;background:var(--white)}.sector-right p{color:var(--text-secondary);margin-bottom:1rem}.sector-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.sector-tag{background:var(--cream);padding:.35rem .875rem;font-size:.75rem;letter-spacing:.05em;color:var(--charcoal)}.featured-article{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--charcoal);margin-bottom:1.5px}.featured-article .fa-left,.featured-article .fa-right{padding:4rem 3rem}.featured-article .fa-left{border-right:1px solid rgba(255,255,255,.08)}.featured-article .persp-title{font-size:1.75rem;color:var(--white)}.featured-article .persp-excerpt{color:#fff9}.persp-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:#28313914}.persp-cards-grid .persp-card:nth-child(2n){background:var(--cream)}.persp-bottom-cta{background:var(--cream);padding:3.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:1.5px}.persp-bottom-cta p{font-family:var(--font-serif);font-style:italic;font-size:1.15rem;max-width:600px}.contact-enquiry-types{display:flex;flex-direction:column;gap:.75rem;margin:2rem 0}.enquiry-type{border-left:3px solid var(--ember);padding:1.25rem 1.5rem;background:var(--cream)}.enquiry-type strong{display:block;margin-bottom:.25rem}.enquiry-type span{font-size:.875rem;color:var(--text-secondary)}.contact-direct{margin-top:2.5rem}.contact-direct-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);display:block;margin-bottom:.5rem}.contact-direct a{font-size:1rem;color:var(--charcoal);border-bottom:1px solid var(--charcoal);padding-bottom:1px}.contact-office{margin-top:2rem;font-size:.875rem;color:var(--text-secondary);line-height:1.75}.contact-office strong{display:block;font-weight:500;color:var(--charcoal);margin-bottom:.35rem}.contact-form-box{background:var(--charcoal);padding:3rem}.contact-form-box .form-box-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#fff6;display:block;margin-bottom:.5rem}.contact-form-box h3{color:var(--white);margin-bottom:2rem}.legal-content{max-width:760px;margin:0 auto;padding:5rem clamp(1.25rem,4vw,3rem)}.legal-content h1{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:.5rem}.legal-effective{font-size:.8rem;color:var(--text-secondary);margin-bottom:3rem;letter-spacing:.05em}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.25rem;margin-bottom:.75rem;font-family:var(--font-serif)}.legal-section p,.legal-section li{font-size:.9rem;color:var(--text-secondary);line-height:1.8;margin-bottom:.75rem}.legal-section ul{padding-left:1.5rem}.reg-office-section{padding:5rem 0;border-top:1px solid rgba(40,49,57,.08)}.reg-office-section h4{margin-bottom:1rem}.reg-details{font-size:.9rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media(max-width:1024px){.sectors-row{grid-template-columns:repeat(4,1fr)}.sectors-row .sector-item:nth-child(n+5){display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.featured-article{grid-template-columns:1fr}.featured-article .fa-left{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}@media(max-width:900px){.two-col{grid-template-columns:1fr;gap:3rem}.two-col-sticky .col-left{position:static}.steps-grid,.cards-grid{grid-template-columns:1fr 1fr}.stat-boxes,.not-cards{grid-template-columns:1fr}.contrib-grid{grid-template-columns:1fr 1fr}.sector-row{grid-template-columns:1fr}.sector-left{padding:2rem}.persp-cards-grid,.perspectives-grid{grid-template-columns:1fr 1fr}.persp-card.featured{grid-column:1 / -1;grid-row:1}.footer-grid{grid-template-columns:1fr;gap:2rem}.persp-bottom-cta{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.nav-links{display:none}.nav-hamburger{display:flex}.cards-grid,.steps-grid{grid-template-columns:1fr}.sectors-row{grid-template-columns:1fr 1fr}.sectors-row .sector-item:nth-child(n+5){display:flex}.contrib-grid,.persp-cards-grid,.perspectives-grid{grid-template-columns:1fr}.contact-form-box{padding:1.75rem}.footer-bottom{flex-direction:column;align-items:flex-start}.approach-step{grid-template-columns:1fr;gap:.5rem}.approach-step-num{font-size:3rem}.form-row{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.contact-cta .two-col,.discretion-section .two-col{grid-template-columns:1fr}.discretion-badge{margin:2rem auto 0}}
