.StickyNav-module__NdJQHW__navbar{z-index:90;background:var(--color-white);border-bottom:1px solid var(--color-light-gray);width:100%;transition:border-color .22s,box-shadow .22s,transform .22s;position:sticky;top:0;left:0;right:0}.StickyNav-module__NdJQHW__navbarScrolled{border-bottom-color:#1515151f;box-shadow:0 8px 24px #0000000f}.StickyNav-module__NdJQHW__navInner{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:clamp(1.1rem,2.1vw,2.5rem);width:min(1360px,100vw - clamp(5rem,7vw,7rem));min-height:4.875rem;margin:0 auto;transition:min-height .22s,gap .22s;display:grid}.StickyNav-module__NdJQHW__navbarScrolled .StickyNav-module__NdJQHW__navInner{gap:clamp(1rem,1.8vw,2.15rem);min-height:4.25rem}.StickyNav-module__NdJQHW__brandLink{min-width:max-content;color:var(--color-charcoal);align-items:center;gap:0;display:inline-flex}.StickyNav-module__NdJQHW__brandLogoWrap{flex:none;width:clamp(9.5rem,12vw,11.4rem);height:clamp(2.2rem,2.9vw,2.75rem);transition:width .22s,height .22s;display:block;position:relative}.StickyNav-module__NdJQHW__navbarScrolled .StickyNav-module__NdJQHW__brandLogoWrap{width:clamp(8.9rem,11.2vw,10.6rem);height:clamp(2.05rem,2.65vw,2.55rem)}.StickyNav-module__NdJQHW__brandLogo{object-fit:contain;object-position:left center}.StickyNav-module__NdJQHW__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.StickyNav-module__NdJQHW__navRail{justify-content:center;min-width:0;display:flex}.StickyNav-module__NdJQHW__navLinks{justify-content:center;align-items:center;gap:clamp(1rem,1.55vw,1.72rem);min-width:0;transition:gap .22s;display:flex}.StickyNav-module__NdJQHW__navbarScrolled .StickyNav-module__NdJQHW__navLinks{gap:clamp(.9rem,1.3vw,1.45rem)}.StickyNav-module__NdJQHW__navLink,.StickyNav-module__NdJQHW__mobileNavLink{color:var(--color-charcoal);font-family:var(--font-body);letter-spacing:0;white-space:nowrap;font-weight:600;transition:color .18s;position:relative}.StickyNav-module__NdJQHW__navLink{align-items:center;padding:.45rem 0;font-size:.9rem;line-height:1;display:inline-flex}.StickyNav-module__NdJQHW__navLink:after{content:"";background:var(--color-primary);transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:-1.02rem;left:0;right:0;transform:scaleX(0)}.StickyNav-module__NdJQHW__navLink:hover{color:var(--color-primary)}.StickyNav-module__NdJQHW__navLink:hover:after,.StickyNav-module__NdJQHW__navLinkActive:after{transform:scaleX(1)}.StickyNav-module__NdJQHW__navLinkActive{color:var(--color-charcoal)}.StickyNav-module__NdJQHW__navActions{justify-content:flex-end;align-items:center;gap:.7rem;display:inline-flex}.StickyNav-module__NdJQHW__navButton{min-height:2.625rem;font-family:var(--font-body);letter-spacing:0;white-space:nowrap;border:1px solid #0000;border-radius:.625rem;justify-content:center;align-items:center;padding:0 1.125rem;font-size:.88rem;font-weight:650;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.StickyNav-module__NdJQHW__navButtonSecondary{background:var(--color-white);border-color:var(--color-charcoal);color:var(--color-charcoal)}.StickyNav-module__NdJQHW__navButtonSecondary:hover{background:var(--color-off-white);border-color:var(--color-charcoal)}.StickyNav-module__NdJQHW__navButtonPrimary{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white);padding-inline:1.25rem}.StickyNav-module__NdJQHW__navButtonPrimary:hover{background:var(--color-deep-red);border-color:var(--color-deep-red)}.StickyNav-module__NdJQHW__menuToggle{cursor:pointer;border:1px solid var(--color-light-gray);background:var(--color-white);border-radius:.625rem;width:2.625rem;height:2.625rem;transition:background-color .18s,border-color .18s;display:none;position:relative}.StickyNav-module__NdJQHW__menuToggle:hover{background:var(--color-off-white);border-color:var(--color-light-gray)}.StickyNav-module__NdJQHW__menuToggle span{background:var(--color-charcoal);border-radius:999px;width:1.05rem;height:2px;transition:transform .18s,opacity .18s,top .18s,background-color .18s;position:absolute;left:50%;transform:translate(-50%)}.StickyNav-module__NdJQHW__menuToggle span:first-child{top:.86rem}.StickyNav-module__NdJQHW__menuToggle span:nth-child(2){top:1.28rem}.StickyNav-module__NdJQHW__menuToggle span:nth-child(3){top:1.7rem}.StickyNav-module__NdJQHW__menuToggleActive span:first-child{top:1.28rem;transform:translate(-50%)rotate(45deg)}.StickyNav-module__NdJQHW__menuToggleActive span:nth-child(2){opacity:0}.StickyNav-module__NdJQHW__menuToggleActive span:nth-child(3){top:1.28rem;transform:translate(-50%)rotate(-45deg)}.StickyNav-module__NdJQHW__mobileMenu{display:none}@media (max-width:1200px){.StickyNav-module__NdJQHW__navInner{grid-template-columns:auto minmax(0,1fr) auto;width:min(1360px,100vw - 3.5rem)}.StickyNav-module__NdJQHW__navLinks{gap:1rem}.StickyNav-module__NdJQHW__brandLogoWrap{width:clamp(8.8rem,16vw,10rem);height:clamp(2.05rem,4vw,2.4rem)}}@media (max-width:1040px){.StickyNav-module__NdJQHW__navRail,.StickyNav-module__NdJQHW__navActions{display:none}.StickyNav-module__NdJQHW__navInner{grid-template-columns:auto auto;justify-content:space-between;gap:1rem;width:min(1360px,100vw - 2.5rem);min-height:4rem}.StickyNav-module__NdJQHW__navbarScrolled .StickyNav-module__NdJQHW__navInner{min-height:4rem}.StickyNav-module__NdJQHW__brandLogoWrap,.StickyNav-module__NdJQHW__navbarScrolled .StickyNav-module__NdJQHW__brandLogoWrap{width:9.2rem;height:2.15rem}.StickyNav-module__NdJQHW__menuToggle{display:inline-flex}.StickyNav-module__NdJQHW__mobileMenu{opacity:0;background:var(--color-white);border-bottom:0 solid #0000;max-height:0;transition:max-height .24s,opacity .18s,border-bottom-color .18s;display:block;overflow:hidden}.StickyNav-module__NdJQHW__mobileMenuOpen{opacity:1;border-bottom:1px solid var(--color-light-gray);max-height:38rem}.StickyNav-module__NdJQHW__mobileMenuInner{width:min(1360px,100vw - 2.5rem);margin:0 auto;padding:1.15rem 0 1.25rem}.StickyNav-module__NdJQHW__mobileNavList{display:grid}.StickyNav-module__NdJQHW__mobileNavLink{opacity:0;border-bottom:1px solid #15151514;padding:.82rem 0;font-size:1.125rem;line-height:1.2;transition:color .18s,opacity .22s,transform .22s;display:block;transform:translateY(-6px)}.StickyNav-module__NdJQHW__mobileNavLink span{padding-bottom:.14rem;display:inline-flex;position:relative}.StickyNav-module__NdJQHW__mobileNavLink span:after{content:"";background:var(--color-primary);transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:-.08rem;left:0;right:0;transform:scaleX(0)}.StickyNav-module__NdJQHW__mobileNavLink:hover{color:var(--color-primary)}.StickyNav-module__NdJQHW__mobileNavLinkActive{color:var(--color-charcoal)}.StickyNav-module__NdJQHW__mobileNavLink:hover span:after,.StickyNav-module__NdJQHW__mobileNavLinkActive span:after{transform:scaleX(1)}.StickyNav-module__NdJQHW__mobileMenuOpen .StickyNav-module__NdJQHW__mobileNavLink{opacity:1;transform:translate(0,0)}.StickyNav-module__NdJQHW__mobileMenuOpen .StickyNav-module__NdJQHW__mobileNavLink:first-child{transition-delay:20ms}.StickyNav-module__NdJQHW__mobileMenuOpen .StickyNav-module__NdJQHW__mobileNavLink:nth-child(2){transition-delay:50ms}.StickyNav-module__NdJQHW__mobileMenuOpen .StickyNav-module__NdJQHW__mobileNavLink:nth-child(3){transition-delay:80ms}.StickyNav-module__NdJQHW__mobileMenuOpen .StickyNav-module__NdJQHW__mobileNavLink:nth-child(4){transition-delay:.11s}.StickyNav-module__NdJQHW__mobileMenuOpen .StickyNav-module__NdJQHW__mobileNavLink:nth-child(5){transition-delay:.14s}.StickyNav-module__NdJQHW__mobileMenuOpen .StickyNav-module__NdJQHW__mobileNavLink:nth-child(6){transition-delay:.17s}.StickyNav-module__NdJQHW__mobileMenuOpen .StickyNav-module__NdJQHW__mobileNavLink:nth-child(7){transition-delay:.2s}.StickyNav-module__NdJQHW__mobileActions{gap:.625rem;margin-top:1.15rem;display:grid}.StickyNav-module__NdJQHW__mobileActions .StickyNav-module__NdJQHW__navButton{width:100%;min-height:2.875rem;font-size:.95rem}}@media (max-width:720px){.StickyNav-module__NdJQHW__navInner,.StickyNav-module__NdJQHW__mobileMenuInner{width:min(1360px,100vw - 2.5rem)}.StickyNav-module__NdJQHW__brandLogoWrap,.StickyNav-module__NdJQHW__navbarScrolled .StickyNav-module__NdJQHW__brandLogoWrap{width:8.4rem;height:1.95rem}}
.shared-module__rpih_a__page{background:var(--color-off-white)}.shared-module__rpih_a__section{padding:var(--section-padding) 0;position:relative}.shared-module__rpih_a__container{width:min(var(--container-width), calc(100vw - clamp(2.5rem, 5vw, 4rem)));margin:0 auto}.shared-module__rpih_a__logoLockup{color:var(--color-charcoal);align-items:center;gap:1rem;display:inline-flex}.shared-module__rpih_a__logoLockup strong{font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;font-size:1.08rem;font-weight:700;display:block}.shared-module__rpih_a__logoLockup span:last-child{color:var(--color-muted);letter-spacing:.16em;text-transform:uppercase;margin-top:.16rem;font-size:.68rem;font-weight:700;display:block}.shared-module__rpih_a__logoMark{background:var(--color-charcoal);border-radius:.9rem;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;display:inline-flex;position:relative}.shared-module__rpih_a__logoMark:before{content:"";background:var(--color-primary);border-radius:999px;width:.24rem;position:absolute;top:.52rem;bottom:.52rem;left:.52rem}.shared-module__rpih_a__logoMark span{border:2px solid var(--color-white);border-left:0;border-radius:.12rem;width:1rem;height:1.44rem;margin-left:.38rem}.shared-module__rpih_a__buttonPrimary,.shared-module__rpih_a__buttonSecondary,.shared-module__rpih_a__buttonOutlineLight{min-height:3.2rem;font-family:var(--font-heading);letter-spacing:-.01em;border:1px solid #0000;border-radius:.8rem;justify-content:center;align-items:center;padding:.92rem 1.55rem;font-size:.94rem;font-weight:700;transition:background-color .18s,color .18s,border-color .18s,transform .18s,box-shadow .18s;display:inline-flex}.shared-module__rpih_a__buttonPrimary{background:var(--color-primary);color:var(--color-white)}.shared-module__rpih_a__buttonPrimary:hover{background:var(--color-deep-red);box-shadow:0 12px 24px #981b1e29}.shared-module__rpih_a__buttonSecondary{background:var(--color-white);border-color:var(--color-charcoal);color:var(--color-charcoal)}.shared-module__rpih_a__buttonSecondary:hover{background:var(--color-off-white)}.shared-module__rpih_a__buttonOutlineLight{color:var(--color-white);background:0 0;border-color:#ffffff42}.shared-module__rpih_a__buttonOutlineLight:hover{background:#ffffff0d;border-color:#ffffff6b}.shared-module__rpih_a__buttonRow,.shared-module__rpih_a__buttonRowCentered{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.shared-module__rpih_a__buttonRowCentered{justify-content:center}.shared-module__rpih_a__sectionLabel,.shared-module__rpih_a__sectionLabelLight,.shared-module__rpih_a__sectionLabelOnRed,.shared-module__rpih_a__cardEyebrow,.shared-module__rpih_a__panelLabel,.shared-module__rpih_a__scorecardLabel,.shared-module__rpih_a__eyebrow{font-family:var(--font-heading);letter-spacing:.2em;text-transform:uppercase;font-size:.76rem;font-weight:700}.shared-module__rpih_a__sectionLabel,.shared-module__rpih_a__cardEyebrow,.shared-module__rpih_a__panelLabel,.shared-module__rpih_a__eyebrow{color:var(--color-primary)}.shared-module__rpih_a__sectionLabelLight,.shared-module__rpih_a__sectionLabelOnRed,.shared-module__rpih_a__scorecardLabel{color:var(--color-white)}.shared-module__rpih_a__sectionTitle,.shared-module__rpih_a__sectionTitleLight,.shared-module__rpih_a__sectionTitleOnRed{font-family:var(--font-heading);letter-spacing:-.05em;margin-top:.9rem;font-size:clamp(2.45rem,4.3vw,4.25rem);font-weight:700;line-height:.94}.shared-module__rpih_a__sectionTitle{color:var(--color-charcoal)}.shared-module__rpih_a__sectionTitleLight,.shared-module__rpih_a__sectionTitleOnRed{color:var(--color-white)}.shared-module__rpih_a__sectionText,.shared-module__rpih_a__sectionTextLight,.shared-module__rpih_a__sectionTextLightCenter{margin-top:1.2rem;font-size:1.02rem;line-height:1.76}.shared-module__rpih_a__sectionText{color:var(--color-muted)}.shared-module__rpih_a__sectionTextLight,.shared-module__rpih_a__sectionTextLightCenter{color:#ffffffc2}.shared-module__rpih_a__sectionTextLightCenter{max-width:42rem;margin-inline:auto}.shared-module__rpih_a__sectionHeader{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.8rem;display:flex}.shared-module__rpih_a__sectionHeader>*{flex:1}.shared-module__rpih_a__imageCard{background:var(--color-white);border:1px solid #15151517;border-radius:0;position:relative;overflow:hidden;box-shadow:0 18px 34px #101a2b12}.shared-module__rpih_a__coverImage{object-fit:cover}.shared-module__rpih_a__cardAccent,.shared-module__rpih_a__cardAccentRed{background:var(--color-primary);border-radius:999px;width:3rem;height:.18rem;display:inline-flex}.shared-module__rpih_a__serviceMarker{background:var(--color-primary);border-radius:999px;flex:none;width:.7rem;height:.7rem;margin-top:.28rem}.shared-module__rpih_a__sectionChip,.shared-module__rpih_a__panelBadge{min-height:1.75rem;font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:.15rem .7rem;font-size:.73rem;font-weight:700;display:inline-flex}.shared-module__rpih_a__sectionChip{color:var(--color-primary);background:#c725271a}.shared-module__rpih_a__panelBadge{color:var(--color-primary);background:#c725271f}@media (max-width:1040px){.shared-module__rpih_a__sectionHeader{display:grid}}@media (max-width:720px){.shared-module__rpih_a__container{width:min(var(--container-width), calc(100vw - 2rem))}.shared-module__rpih_a__section{padding:4.15rem 0}}
.AboutSection-module__5xj2Qa__aboutSection{background:var(--color-off-white)}.AboutSection-module__5xj2Qa__editorialGrid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:stretch;gap:clamp(2.2rem,4vw,4.8rem);display:grid}.AboutSection-module__5xj2Qa__editorialCopy,.AboutSection-module__5xj2Qa__aboutStack{min-width:0}.AboutSection-module__5xj2Qa__highlightLine{max-width:35rem;color:var(--color-charcoal);font-family:var(--font-heading);margin-top:1.45rem;font-size:1.06rem;font-weight:700;line-height:1.55}.AboutSection-module__5xj2Qa__aboutStack{min-height:calc(100% + (var(--section-padding) * 2));margin-top:calc(var(--section-padding) * -1);margin-bottom:calc(var(--section-padding) * -1);margin-right:calc((100vw - min(var(--container-width), calc(100vw - clamp(2.5rem, 5vw, 4rem)))) / -2);background:var(--color-white);border:1px solid #c7252747;border-right:0;border-radius:0;align-self:stretch;gap:0;display:grid;overflow:hidden}.AboutSection-module__5xj2Qa__aboutStatementCard,.AboutSection-module__5xj2Qa__aboutMiniCard{background:var(--color-white);border:0;border-radius:0}.AboutSection-module__5xj2Qa__aboutStatementCard{border-bottom:1px solid #c7252738;padding:2rem 2rem 1.9rem}.AboutSection-module__5xj2Qa__aboutStatementCard h3,.AboutSection-module__5xj2Qa__aboutMiniCard h3{color:var(--color-charcoal);font-family:var(--font-heading);letter-spacing:-.03em;margin-top:.8rem;font-size:1.26rem;font-weight:700;line-height:1.16}.AboutSection-module__5xj2Qa__aboutStatementCard p:last-of-type,.AboutSection-module__5xj2Qa__aboutMiniCard p{color:var(--color-muted);margin-top:.8rem;line-height:1.72}.AboutSection-module__5xj2Qa__aboutMandateRow{flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;display:flex}.AboutSection-module__5xj2Qa__aboutMandateRow span{min-height:1.9rem;color:var(--color-navy);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;background:#101a2b12;border-radius:999px;justify-content:center;align-items:center;padding:.15rem .8rem;font-size:.7rem;font-weight:700;display:inline-flex}.AboutSection-module__5xj2Qa__aboutMiniGrid{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:0;display:grid}.AboutSection-module__5xj2Qa__aboutMiniCard{border-top:1px solid #c725272e;min-height:12.4rem;padding:1.55rem 1.45rem 1.5rem}.AboutSection-module__5xj2Qa__aboutMiniGrid .AboutSection-module__5xj2Qa__aboutMiniCard:nth-child(-n+2){border-top:0}.AboutSection-module__5xj2Qa__aboutMiniGrid .AboutSection-module__5xj2Qa__aboutMiniCard:last-child{grid-column:span 2;min-height:11.2rem}.AboutSection-module__5xj2Qa__aboutMiniGrid .AboutSection-module__5xj2Qa__aboutMiniCard:nth-child(2n){border-left:1px solid #c725272e}.AboutSection-module__5xj2Qa__aboutMiniGrid .AboutSection-module__5xj2Qa__aboutMiniCard:last-child{border-left:0}.AboutSection-module__5xj2Qa__aboutMiniTop{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.95rem;display:flex}.AboutSection-module__5xj2Qa__aboutIndex{color:#1515155c;font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700}@media (max-width:1040px){.AboutSection-module__5xj2Qa__editorialGrid{grid-template-columns:1fr}.AboutSection-module__5xj2Qa__aboutStack{border-right:1px solid #c7252747;border-radius:0;min-height:auto;margin-top:0;margin-bottom:0;margin-right:0}}@media (max-width:720px){.AboutSection-module__5xj2Qa__aboutStack{border-radius:0}.AboutSection-module__5xj2Qa__aboutMiniGrid{grid-template-columns:1fr}.AboutSection-module__5xj2Qa__aboutMiniCard,.AboutSection-module__5xj2Qa__aboutMiniGrid .AboutSection-module__5xj2Qa__aboutMiniCard:nth-child(2n),.AboutSection-module__5xj2Qa__aboutMiniGrid .AboutSection-module__5xj2Qa__aboutMiniCard:last-child{border-left:0;grid-column:auto}.AboutSection-module__5xj2Qa__aboutMiniCard{min-height:auto}}
.AnalyticsSection-module__RjWYrW__analyticsSection{background:#1d1a1a}.AnalyticsSection-module__RjWYrW__analyticsHeader{grid-template-columns:minmax(0,1fr) minmax(0,.86fr);align-items:end;gap:2.2rem;display:grid}.AnalyticsSection-module__RjWYrW__analyticsMetricRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.AnalyticsSection-module__RjWYrW__analyticsMetricCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:0;padding:1rem 1.1rem}.AnalyticsSection-module__RjWYrW__analyticsMetricCard span{color:#ffffffa8;font-size:.78rem;font-weight:600;line-height:1.35;display:block}.AnalyticsSection-module__RjWYrW__analyticsMetricCard strong{color:var(--color-white);font-family:var(--font-heading);letter-spacing:-.02em;margin-top:.48rem;font-size:1.1rem;font-weight:700;display:block}.AnalyticsSection-module__RjWYrW__analyticsBoard{grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);gap:1rem;margin-top:1.5rem;display:grid}.AnalyticsSection-module__RjWYrW__analyticsMainPanel{background:#ffffff0a;border:1px solid #ffffff14;border-radius:0;padding:1.55rem}.AnalyticsSection-module__RjWYrW__analyticsPanelHeader{justify-content:space-between;align-items:start;gap:1rem;display:flex}.AnalyticsSection-module__RjWYrW__analyticsMainPanel h3,.AnalyticsSection-module__RjWYrW__analyticsSignalCard h3{color:var(--color-white);font-family:var(--font-heading);margin-top:.75rem;font-size:1.18rem;font-weight:700;line-height:1.18}.AnalyticsSection-module__RjWYrW__analyticsBars{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;grid-template-columns:repeat(8,minmax(0,1fr));align-items:end;gap:.65rem;min-height:17rem;margin-top:1.45rem;padding:1.2rem 0;display:grid}.AnalyticsSection-module__RjWYrW__analyticsBar{min-height:2.4rem;height:var(--bar-size);background:var(--color-primary);border-radius:999px 999px .55rem .55rem;display:block}.AnalyticsSection-module__RjWYrW__analyticsAxis{color:#ffffff9e;justify-content:space-between;gap:.8rem;margin-top:1rem;font-size:.78rem;font-weight:600;line-height:1.35;display:flex}.AnalyticsSection-module__RjWYrW__analyticsLegend{color:#ffffffb3;margin-top:1rem;font-size:.82rem;line-height:1.55}.AnalyticsSection-module__RjWYrW__analyticsSignalGrid{gap:1rem;display:grid}.AnalyticsSection-module__RjWYrW__analyticsSignalCard{background:#ffffff0d;border:1px solid #ffffff14;border-radius:0;padding:1.3rem}.AnalyticsSection-module__RjWYrW__analyticsSignalCard p:last-child{color:#ffffffb8;margin-top:.78rem;line-height:1.68}.AnalyticsSection-module__RjWYrW__analyticsFeatureGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}.AnalyticsSection-module__RjWYrW__analyticsFeatureCard{background:#ffffff0f;border:1px solid #ffffff14;border-radius:0;padding:1.35rem}.AnalyticsSection-module__RjWYrW__analyticsFeatureCard h3{color:var(--color-white);font-family:var(--font-heading);margin-top:.78rem;font-size:1.08rem;font-weight:700;line-height:1.2}.AnalyticsSection-module__RjWYrW__analyticsFeatureCard p{color:#ffffffb8;margin-top:.75rem;line-height:1.68}@media (max-width:1180px){.AnalyticsSection-module__RjWYrW__analyticsFeatureGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1040px){.AnalyticsSection-module__RjWYrW__analyticsHeader,.AnalyticsSection-module__RjWYrW__analyticsMetricRow,.AnalyticsSection-module__RjWYrW__analyticsBoard{grid-template-columns:1fr}}@media (max-width:720px){.AnalyticsSection-module__RjWYrW__analyticsFeatureGrid{grid-template-columns:1fr}.AnalyticsSection-module__RjWYrW__analyticsBars{min-height:12rem}.AnalyticsSection-module__RjWYrW__analyticsAxis{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}
.CampaignSection-module__YXHVaW__campaignSection{background:var(--color-off-white);position:relative;overflow:clip}.CampaignSection-module__YXHVaW__scrollShell{z-index:1;min-height:520vh;position:relative}.CampaignSection-module__YXHVaW__pinStage{isolation:isolate;place-items:center;min-height:calc(100vh - clamp(4.4rem,7vh,5.6rem));display:grid;position:sticky;top:clamp(4.4rem,7vh,5.6rem);overflow:hidden}.CampaignSection-module__YXHVaW__stageBackdrop{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.CampaignSection-module__YXHVaW__backdropWord{color:#101a2b0a;font-family:var(--font-heading);letter-spacing:-.07em;white-space:nowrap;-webkit-user-select:none;user-select:none;font-weight:800;line-height:.88;position:absolute}.CampaignSection-module__YXHVaW__backdropWordPrimary{font-size:clamp(6rem,13vw,11rem);top:24%;left:50%;transform:translate(-50%)}.CampaignSection-module__YXHVaW__backdropWordSecondary{color:#101a2b07;font-size:clamp(4.6rem,9vw,7.8rem);bottom:20%;right:clamp(1rem,5vw,4rem)}.CampaignSection-module__YXHVaW__backdropAxis,.CampaignSection-module__YXHVaW__backdropDock,.CampaignSection-module__YXHVaW__backdropAccent,.CampaignSection-module__YXHVaW__backdropPillar{position:absolute}.CampaignSection-module__YXHVaW__backdropAxis{background:#101a2b0d;border-radius:2.2rem;width:clamp(14rem,18vw,18rem);top:6%;bottom:8%;left:50%;transform:translate(-50%)}.CampaignSection-module__YXHVaW__backdropDock{background:#101a2b14;border-radius:2rem 2rem 0 0;width:min(64rem,100% - 4rem);height:7.5rem;bottom:7%;left:50%;transform:translate(-50%)}.CampaignSection-module__YXHVaW__backdropAccent{background:#c7252714;border-radius:1.8rem;width:clamp(7rem,9vw,9rem);height:clamp(13rem,18vw,17rem);top:10%;left:clamp(1.5rem,4vw,3.5rem)}.CampaignSection-module__YXHVaW__backdropPillar{background:#ffffffd1;border-radius:1.6rem;width:clamp(5rem,7vw,6.5rem);height:clamp(18rem,26vw,24rem);top:16%;right:clamp(1.8rem,6vw,4.8rem);box-shadow:0 20px 40px #101a2b0d}.CampaignSection-module__YXHVaW__stageIntro{z-index:2;text-align:center;pointer-events:none;width:min(44rem,100%);padding:0;position:relative}.CampaignSection-module__YXHVaW__introLabel{z-index:2;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;display:inline-block;position:relative;color:var(--color-primary)!important;font-family:var(--font-heading)!important;letter-spacing:-.05em!important;text-transform:none!important;font-size:clamp(2.35rem,4.8vw,4.2rem)!important;font-weight:800!important;line-height:.94!important}.CampaignSection-module__YXHVaW__introTitle{z-index:2;margin-top:.9rem;max-width:30rem;text-shadow:none;margin-inline:auto;position:relative;color:var(--color-charcoal)!important;font-family:var(--font-heading)!important;letter-spacing:-.03em!important;font-size:clamp(.98rem,1.22vw,1.18rem)!important;font-weight:700!important;line-height:1.2!important}.CampaignSection-module__YXHVaW__cardViewport{perspective:1600px;pointer-events:none;z-index:3;width:100%;height:100%;margin-top:0;position:absolute;inset:0;overflow:visible}.CampaignSection-module__YXHVaW__revealCard{transform-origin:50% 78%;will-change:transform, opacity;border:1px solid #ffffff0f;border-radius:0;gap:1.15rem;min-height:24rem;padding:1.5rem 1.4rem 1.55rem;display:grid;position:absolute;top:50%;left:50%;box-shadow:0 30px 54px #101a2b2e}.CampaignSection-module__YXHVaW__revealCard1{width:min(100% - 2rem,26rem)}.CampaignSection-module__YXHVaW__revealCard2{width:min(100% - 2rem,25rem)}.CampaignSection-module__YXHVaW__revealCard3{width:min(100% - 2rem,24rem)}.CampaignSection-module__YXHVaW__tonePaper{background:#2b2b2b}.CampaignSection-module__YXHVaW__toneLinen{background:#323232}.CampaignSection-module__YXHVaW__toneNight{background:#101a2b}.CampaignSection-module__YXHVaW__cardTop{justify-content:space-between;align-items:center;gap:1rem;display:flex}.CampaignSection-module__YXHVaW__cardIndex,.CampaignSection-module__YXHVaW__cardTag{font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:700}.CampaignSection-module__YXHVaW__cardIndex{color:#ffffff6b}.CampaignSection-module__YXHVaW__cardTag{color:#ffffffd1}.CampaignSection-module__YXHVaW__revealCard h3{max-width:18rem;color:var(--color-white);font-family:var(--font-heading);letter-spacing:-.038em;font-size:clamp(1.7rem,2.4vw,2.5rem);font-weight:800;line-height:1.06}.CampaignSection-module__YXHVaW__cardLead{color:#ffffffd1;align-items:flex-start;gap:.75rem;max-width:18rem;font-size:.92rem;font-weight:500;line-height:1.52;display:flex}.CampaignSection-module__YXHVaW__cardLead:before{content:"";background:var(--color-primary);border-radius:999px;flex:none;width:1rem;height:1rem;margin-top:.22rem;box-shadow:0 0 0 .28rem #c7252729}.CampaignSection-module__YXHVaW__cardMeta{gap:.85rem;margin-top:auto;display:grid}.CampaignSection-module__YXHVaW__cardMeta>p{color:#ffffffa8;max-width:18rem;font-size:.88rem;line-height:1.58}.CampaignSection-module__YXHVaW__cardServices{flex-wrap:wrap;gap:.55rem;display:flex}.CampaignSection-module__YXHVaW__serviceChip{color:#ffffffc7;min-height:1.75rem;font-family:var(--font-heading);letter-spacing:.06em;text-transform:uppercase;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;padding:.12rem .68rem;font-size:.66rem;font-weight:700;display:inline-flex}@media (max-width:1040px){.CampaignSection-module__YXHVaW__scrollShell{min-height:500vh}.CampaignSection-module__YXHVaW__pinStage{min-height:calc(100vh - 4.35rem);top:4.35rem}.CampaignSection-module__YXHVaW__backdropWordPrimary{font-size:clamp(5.2rem,12vw,8rem);top:22%}.CampaignSection-module__YXHVaW__backdropWordSecondary{font-size:clamp(3.8rem,8vw,6rem);bottom:18%;right:1rem}.CampaignSection-module__YXHVaW__backdropAxis{width:clamp(10rem,20vw,12rem)}.CampaignSection-module__YXHVaW__backdropDock{width:min(48rem,100% - 2.75rem);height:6rem}.CampaignSection-module__YXHVaW__backdropAccent{width:5.5rem;height:11rem;top:12%;left:1.25rem}.CampaignSection-module__YXHVaW__backdropPillar{width:4.2rem;height:16rem;right:1.25rem}.CampaignSection-module__YXHVaW__stageIntro{width:min(34rem,100% - 2rem)}.CampaignSection-module__YXHVaW__introLabel{font-size:clamp(2rem,6vw,3rem)!important}.CampaignSection-module__YXHVaW__introTitle{max-width:24rem;font-size:clamp(.96rem,1.7vw,1.08rem)!important}.CampaignSection-module__YXHVaW__revealCard{min-height:21rem}.CampaignSection-module__YXHVaW__revealCard1{width:min(100% - 2rem,22rem)}.CampaignSection-module__YXHVaW__revealCard2{width:min(100% - 2rem,21rem)}.CampaignSection-module__YXHVaW__revealCard3{width:min(100% - 2rem,20rem)}}@media (max-width:720px){.CampaignSection-module__YXHVaW__stageIntro{width:min(100%,20rem)}.CampaignSection-module__YXHVaW__introLabel{letter-spacing:-.05em!important;text-transform:none!important;font-size:clamp(1.9rem,8vw,2.6rem)!important;font-weight:800!important;line-height:.96!important}.CampaignSection-module__YXHVaW__introTitle{max-width:15rem;font-size:.96rem!important;line-height:1.16!important}.CampaignSection-module__YXHVaW__scrollShell{min-height:440vh}.CampaignSection-module__YXHVaW__pinStage{min-height:calc(100vh - 4rem);top:4rem}.CampaignSection-module__YXHVaW__backdropWordPrimary{font-size:clamp(3.8rem,18vw,6rem);top:21%}.CampaignSection-module__YXHVaW__backdropWordSecondary{font-size:clamp(2.9rem,13vw,4.4rem);bottom:18%;right:.6rem}.CampaignSection-module__YXHVaW__backdropAxis{width:6.6rem}.CampaignSection-module__YXHVaW__backdropDock{border-radius:1.5rem 1.5rem 0 0;width:calc(100% - 2rem);height:5rem}.CampaignSection-module__YXHVaW__backdropAccent{border-radius:1.15rem;width:3.8rem;height:8.4rem;top:10%;left:.75rem}.CampaignSection-module__YXHVaW__backdropPillar{border-radius:1rem;width:2.9rem;height:12.5rem;right:.7rem}.CampaignSection-module__YXHVaW__cardViewport{perspective:1200px}.CampaignSection-module__YXHVaW__revealCard{gap:.86rem;min-height:18.4rem;padding:1.12rem 1rem}.CampaignSection-module__YXHVaW__revealCard1{width:min(100% - 1.6rem,17.5rem)}.CampaignSection-module__YXHVaW__revealCard2{width:min(100% - 1.6rem,17rem)}.CampaignSection-module__YXHVaW__revealCard3{width:min(100% - 1.6rem,16.5rem)}.CampaignSection-module__YXHVaW__cardTop{gap:.35rem;display:grid}.CampaignSection-module__YXHVaW__revealCard h3{max-width:12rem;font-size:1.4rem}.CampaignSection-module__YXHVaW__cardLead{max-width:13rem;font-size:.84rem}.CampaignSection-module__YXHVaW__cardMeta>p{max-width:13rem;font-size:.8rem}}@media (prefers-reduced-motion:reduce){.CampaignSection-module__YXHVaW__revealCard{transition:none!important}}
.DigitalSection-module___cRgXG__digitalSection{background:var(--color-charcoal);position:relative;overflow:hidden}.DigitalSection-module___cRgXG__digitalSection:before{content:"";pointer-events:none;opacity:.62;background:linear-gradient(90deg,#c725272e,#0000 34%),linear-gradient(#ffffff06 1px,#0000 1px) 0 0/3.5rem 3.5rem,linear-gradient(90deg,#ffffff06 1px,#0000 1px) 0 0/3.5rem 3.5rem;position:absolute;inset:0}.DigitalSection-module___cRgXG__digitalSection>*{position:relative}.DigitalSection-module___cRgXG__digitalHeader{align-items:end}.DigitalSection-module___cRgXG__digitalSignalRow{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1.1rem;display:grid}.DigitalSection-module___cRgXG__digitalSignal{color:#ffffffc2;background:#ffffff09;border:1px solid #ffffff1a;border-radius:0;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:.65rem;min-height:4.15rem;padding:.82rem .9rem;display:grid}.DigitalSection-module___cRgXG__digitalSignal span{background:var(--color-primary);border-radius:999px;width:.54rem;height:.54rem;box-shadow:0 0 0 .32rem #c7252729}.DigitalSection-module___cRgXG__digitalSignal strong,.DigitalSection-module___cRgXG__digitalSignal em{min-width:0;font-family:var(--font-heading);font-style:normal;font-weight:700}.DigitalSection-module___cRgXG__digitalSignal strong{color:var(--color-white);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.DigitalSection-module___cRgXG__digitalSignal em{color:#ffffff8a;letter-spacing:.03em;grid-column:2;margin-top:.2rem;font-size:.7rem}.DigitalSection-module___cRgXG__digitalCommandPanel{background:#151515;border:1px solid #ffffff1a;border-radius:0;grid-template-columns:minmax(0,1.24fr) minmax(22rem,.76fr);min-height:24rem;margin-bottom:1rem;display:grid;overflow:hidden}.DigitalSection-module___cRgXG__commandImageFrame{min-height:24rem;position:relative;overflow:hidden}.DigitalSection-module___cRgXG__commandImageFrame:after{content:"";background:linear-gradient(90deg,#1515150f,#1515158a),linear-gradient(#0000 52%,#15151585);position:absolute;inset:0}.DigitalSection-module___cRgXG__commandBrief{border-left:1px solid #ffffff17;flex-direction:column;justify-content:center;min-width:0;padding:clamp(1.45rem,3vw,2.5rem);display:flex}.DigitalSection-module___cRgXG__commandLabel{color:var(--color-primary);font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700}.DigitalSection-module___cRgXG__commandBrief h3{color:var(--color-white);font-family:var(--font-heading);letter-spacing:-.04em;margin-top:.75rem;font-size:clamp(1.85rem,3vw,3rem);font-weight:700;line-height:.98}.DigitalSection-module___cRgXG__commandBrief p:last-of-type{color:#ffffffb8;margin-top:1rem;line-height:1.72}.DigitalSection-module___cRgXG__commandMetricGrid{border:1px solid #ffffff1a;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:1.5rem;display:grid}.DigitalSection-module___cRgXG__commandMetric{min-width:0;padding:1rem .95rem}.DigitalSection-module___cRgXG__commandMetric+.DigitalSection-module___cRgXG__commandMetric{border-left:1px solid #ffffff1a}.DigitalSection-module___cRgXG__commandMetric strong{color:var(--color-white);font-family:var(--font-heading);font-size:clamp(1.2rem,2.1vw,1.8rem);font-weight:700;line-height:1;display:block}.DigitalSection-module___cRgXG__commandMetric span{color:#ffffff85;margin-top:.42rem;font-size:.74rem;line-height:1.35;display:block}.DigitalSection-module___cRgXG__digitalGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.DigitalSection-module___cRgXG__digitalCard{background:#1d1d1deb;border:1px solid #ffffff17;border-radius:0;flex-direction:column;min-height:100%;display:flex;position:relative;overflow:hidden}.DigitalSection-module___cRgXG__digitalImageFrame{min-height:13.8rem;position:relative;overflow:hidden}.DigitalSection-module___cRgXG__digitalImageFrame:after{content:"";background:linear-gradient(#0000 48%,#151515a3);position:absolute;inset:0}.DigitalSection-module___cRgXG__digitalPlaceholder{color:#ffffffdb;min-height:12rem;font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;background:#202020;flex-direction:column;justify-content:center;gap:.7rem;padding:1.3rem;font-size:.8rem;font-weight:700;display:flex}.DigitalSection-module___cRgXG__digitalCardBody{flex-direction:column;flex:1;padding:1.25rem;display:flex}.DigitalSection-module___cRgXG__digitalCardTop{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.85rem;display:flex}.DigitalSection-module___cRgXG__digitalCardIndex{color:var(--color-primary);font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700}.DigitalSection-module___cRgXG__digitalCardLabel{color:#ffffffc2;min-height:1.7rem;font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;background:#ffffff13;border-radius:999px;justify-content:center;align-items:center;padding:.12rem .65rem;font-size:.68rem;font-weight:700;display:inline-flex}.DigitalSection-module___cRgXG__digitalCard h3{color:var(--color-white);font-family:var(--font-heading);font-size:1.16rem;font-weight:700;line-height:1.16}.DigitalSection-module___cRgXG__digitalCard p{color:#ffffffb8;margin-top:.72rem;line-height:1.68}.DigitalSection-module___cRgXG__digitalCue{color:#ffffff7a;width:fit-content;font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;margin-top:auto;padding-top:1.1rem;font-size:.68rem;font-weight:700;display:inline-flex}@media (max-width:1180px){.DigitalSection-module___cRgXG__digitalSignalRow,.DigitalSection-module___cRgXG__digitalGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.DigitalSection-module___cRgXG__digitalCommandPanel{grid-template-columns:1fr}.DigitalSection-module___cRgXG__commandBrief{border-top:1px solid #ffffff17;border-left:0}.DigitalSection-module___cRgXG__digitalCard,.DigitalSection-module___cRgXG__digitalCard:first-child,.DigitalSection-module___cRgXG__digitalCard:nth-child(4){grid-column:auto}}@media (max-width:720px){.DigitalSection-module___cRgXG__digitalSignalRow,.DigitalSection-module___cRgXG__digitalGrid{grid-template-columns:1fr}.DigitalSection-module___cRgXG__digitalSignal{min-height:3.8rem}.DigitalSection-module___cRgXG__digitalCommandPanel{border-radius:0;min-height:auto}.DigitalSection-module___cRgXG__commandImageFrame{min-height:14rem}.DigitalSection-module___cRgXG__commandMetricGrid{grid-template-columns:1fr}.DigitalSection-module___cRgXG__commandMetric+.DigitalSection-module___cRgXG__commandMetric{border-top:1px solid #ffffff1a;border-left:0}.DigitalSection-module___cRgXG__digitalImageFrame,.DigitalSection-module___cRgXG__digitalPlaceholder{min-height:12.2rem}}
.FinalCtaSection-module__8Yoe1a__finalCtaSection{background:var(--color-charcoal)}.FinalCtaSection-module__8Yoe1a__finalCtaCard{text-align:center;background:#1b1b1b;border:1px solid #ffffff14;border-radius:0;max-width:54rem;margin:0 auto;padding:clamp(2rem,4vw,2.8rem)}.FinalCtaSection-module__8Yoe1a__focusRow{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-bottom:1.2rem;display:flex}.FinalCtaSection-module__8Yoe1a__focusChip{color:#ffffffb8;min-height:1.9rem;font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;padding:.12rem .8rem;font-size:.72rem;font-weight:700;display:inline-flex}.FinalCtaSection-module__8Yoe1a__buttonRow{margin-top:2rem}.FinalCtaSection-module__8Yoe1a__contactNote{color:#ffffff8a;margin-top:1.15rem;font-size:.82rem;line-height:1.55}
.HeroSection-module__VI_i5q__heroSection{--content-scroll-y:0px;--visual-scroll-y:0px;--background-shift-y:0px;--desktop-content-offset-x:clamp(5.8rem, 8.5vw, 9.6rem);background:var(--color-charcoal);min-height:92vh;color:var(--color-white);border-bottom:1px solid #ffffff0d;padding:0 0 clamp(3.8rem,5vw,5.2rem);position:relative;overflow:hidden}.HeroSection-module__VI_i5q__heroContainer{z-index:1;width:min(1520px,100vw - 2.25rem);margin:0 auto;position:relative}.HeroSection-module__VI_i5q__backgroundWords{pointer-events:none;transform:translate3d(0, var(--background-shift-y), 0);position:absolute;inset:0;overflow:hidden}.HeroSection-module__VI_i5q__backgroundStrips{pointer-events:none;position:absolute;inset:0;overflow:hidden}.HeroSection-module__VI_i5q__backgroundStrip{opacity:0;will-change:transform;border-radius:0;width:132vw;transition:opacity 1.4s;animation-play-state:paused;position:absolute;left:-48vw}.HeroSection-module__VI_i5q__stripPrimary{clip-path:polygon(4% 0,100% 0,96% 100%,0 100%);background:#c7252721;height:clamp(2.8rem,4.8vw,4.8rem);animation:22s linear infinite HeroSection-module__VI_i5q__stripSweepOne;top:18%;transform:rotate(-16deg)}.HeroSection-module__VI_i5q__stripSecondary{clip-path:polygon(6% 0,100% 0,94% 100%,0 100%);background:#981b1e29;height:clamp(1.8rem,3.2vw,3rem);animation:18s linear -7s infinite HeroSection-module__VI_i5q__stripSweepTwo;top:44%;transform:rotate(-16deg)}.HeroSection-module__VI_i5q__stripTertiary{clip-path:polygon(3% 0,100% 0,97% 100%,0 100%);background:#c7252717;height:clamp(3.2rem,5.4vw,5.2rem);animation:26s linear -12s infinite HeroSection-module__VI_i5q__stripSweepThree;top:70%;transform:rotate(-16deg)}.HeroSection-module__VI_i5q__backgroundWord{font-family:var(--font-heading);letter-spacing:-.09em;white-space:nowrap;opacity:0;text-transform:uppercase;will-change:transform;font-size:clamp(8rem,19vw,18rem);font-weight:900;line-height:.85;transition:opacity 1.4s;animation-play-state:paused;position:absolute}.HeroSection-module__VI_i5q__wordData{color:#ffffff0d;font-size:clamp(9rem,21vw,19rem);animation:24s ease-in-out infinite HeroSection-module__VI_i5q__wordDriftOne;top:6%;left:-5%}.HeroSection-module__VI_i5q__wordStrategy{color:#0000;-webkit-text-stroke:1px #ffffff1a;font-size:clamp(8.4rem,19vw,18rem);animation:28s ease-in-out infinite HeroSection-module__VI_i5q__wordDriftTwo;top:9%;right:-13%}.HeroSection-module__VI_i5q__wordVictory{color:#ffffff0a;font-size:clamp(8rem,17vw,16rem);animation:30s ease-in-out infinite HeroSection-module__VI_i5q__wordDriftThree;bottom:-4%;left:22%}.HeroSection-module__VI_i5q__wordIntelligence{writing-mode:vertical-rl;text-orientation:mixed;color:#0000;-webkit-text-stroke:1px #ffffff17;letter-spacing:-.03em;font-size:clamp(5.4rem,9.6vw,8.8rem);animation:26s ease-in-out infinite HeroSection-module__VI_i5q__wordDriftFour;top:10%;right:-.4%}.HeroSection-module__VI_i5q__backgroundGuides{pointer-events:none;position:absolute;inset:0}.HeroSection-module__VI_i5q__backgroundGuide{background:#ffffff0d;position:absolute}.HeroSection-module__VI_i5q__guideOne{width:1px;top:0;bottom:0;left:23%}.HeroSection-module__VI_i5q__guideTwo{height:1px;bottom:19%;left:0;right:0}.HeroSection-module__VI_i5q__heroGrid{grid-template-columns:1fr;place-items:start center;gap:clamp(.4rem,1vw,.9rem);display:grid;position:relative}.HeroSection-module__VI_i5q__contentColumn{z-index:3;text-align:left;width:calc(100vw - clamp(2rem,3.2vw,4rem));transform:translate3d(0, calc(.15rem + var(--content-scroll-y)), 0);will-change:transform;margin-top:0;padding:0 0 1.2rem;position:absolute;top:clamp(6.35rem,8vw,7.7rem);left:calc(-50vw + 50% + clamp(12rem,14vw,20rem))}.HeroSection-module__VI_i5q__supportColumn{z-index:3;text-align:center;width:min(42rem,100%);margin:clamp(-14.25rem,-17vw,-10.25rem) auto 0;position:relative}.HeroSection-module__VI_i5q__eyebrow{color:var(--color-white);font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;opacity:0;margin-bottom:1.125rem;font-size:.74rem;font-weight:700;transition:opacity .76s .14s,transform .76s cubic-bezier(.16,1,.3,1) .14s;transform:translateY(12px)}.HeroSection-module__VI_i5q__eyebrowDock{z-index:4;color:var(--color-primary);text-align:left;margin:0;position:absolute;top:clamp(1.65rem,2.4vw,2.2rem);left:clamp(3rem,5vw,5.2rem)}.HeroSection-module__VI_i5q__title{width:min(44rem,100vw - clamp(2rem,3.2vw,4rem));max-width:100%;color:var(--color-white);font-family:var(--font-heading);letter-spacing:-.035em;white-space:normal;text-wrap:balance;margin:0;font-size:clamp(2.65rem,4.25vw,4.55rem);font-weight:800;line-height:1.04}.HeroSection-module__VI_i5q__titleDesktop{display:block;position:relative;left:0}.HeroSection-module__VI_i5q__titleDesktop .HeroSection-module__VI_i5q__titleLine{white-space:nowrap}.HeroSection-module__VI_i5q__titleMobile{display:none}.HeroSection-module__VI_i5q__titleMask{display:block;overflow:hidden}.HeroSection-module__VI_i5q__titleMask+.HeroSection-module__VI_i5q__titleMask{margin-top:.35rem}.HeroSection-module__VI_i5q__titleLine{opacity:0;transition:transform .92s cubic-bezier(.16,1,.3,1),opacity .92s;display:block;transform:translateY(108%)}.HeroSection-module__VI_i5q__titleMask:first-child .HeroSection-module__VI_i5q__titleLine{transition-delay:.22s}.HeroSection-module__VI_i5q__titleMask:nth-child(2) .HeroSection-module__VI_i5q__titleLine{transition-delay:.32s}.HeroSection-module__VI_i5q__titleMask:nth-child(3) .HeroSection-module__VI_i5q__titleLine{transition-delay:.42s}.HeroSection-module__VI_i5q__titleMask:nth-child(4) .HeroSection-module__VI_i5q__titleLine{transition-delay:.52s}.HeroSection-module__VI_i5q__titleMask:nth-child(5) .HeroSection-module__VI_i5q__titleLine{transition-delay:.62s}.HeroSection-module__VI_i5q__titleEmphasis{color:var(--color-white)}.HeroSection-module__VI_i5q__description{color:#ffffffc7;opacity:0;max-width:38rem;margin:0 auto 1.65rem;font-size:1.02rem;line-height:1.62;transition:opacity .82s .64s,transform .82s cubic-bezier(.16,1,.3,1) .64s;transform:translateY(14px)}.HeroSection-module__VI_i5q__actionRow{opacity:0;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:1.05rem;transition:opacity .82s .76s,transform .82s cubic-bezier(.16,1,.3,1) .76s;display:flex;transform:translateY(14px)}.HeroSection-module__VI_i5q__primaryButton,.HeroSection-module__VI_i5q__secondaryButton{min-height:3.05rem;font-family:var(--font-heading);text-align:center;border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;padding:0 1.45rem;font-size:.9rem;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.HeroSection-module__VI_i5q__primaryButton{background:var(--color-primary);color:var(--color-white);font-weight:700}.HeroSection-module__VI_i5q__primaryButton:hover{background:var(--color-deep-red)}.HeroSection-module__VI_i5q__secondaryButton{color:var(--color-white);background:0 0;border-color:#ffffff2e;font-weight:600}.HeroSection-module__VI_i5q__secondaryButton:hover{background:#ffffff0a}.HeroSection-module__VI_i5q__proofGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.HeroSection-module__VI_i5q__proofCard{opacity:0;background:#1d1d1d;border:1px solid #ffffff0f;border-radius:0;min-height:8.45rem;padding:1rem 1rem 1.05rem;transition:opacity .82s,transform .82s cubic-bezier(.16,1,.3,1),border-color .18s,background-color .18s;transform:translateY(18px)}.HeroSection-module__VI_i5q__proofCard:first-child{transition-delay:.9s}.HeroSection-module__VI_i5q__proofCard:nth-child(2){transition-delay:1.02s}.HeroSection-module__VI_i5q__proofCard:nth-child(3){transition-delay:1.14s}.HeroSection-module__VI_i5q__proofCard:hover{background:#202020;border-color:#c7252747}.HeroSection-module__VI_i5q__proofCardTop{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.95rem;display:flex}.HeroSection-module__VI_i5q__proofAccent{background:var(--color-primary);border-radius:999px;width:100%;max-width:2.95rem;height:.15rem;display:block}.HeroSection-module__VI_i5q__proofIndex{color:#ffffff5c;font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:700}.HeroSection-module__VI_i5q__proofTitle{color:var(--color-white);font-family:var(--font-heading);font-size:.94rem;font-weight:700;line-height:1.25}.HeroSection-module__VI_i5q__proofSubtitle{color:#ffffff8f;margin-top:.52rem;font-size:.75rem;line-height:1.5}.HeroSection-module__VI_i5q__trustLine{text-align:center;color:#ffffff70;opacity:0;max-width:36rem;margin-top:1.15rem;margin-left:auto;margin-right:auto;padding-top:1rem;font-size:.75rem;line-height:1.5;transition:opacity .76s 1.26s,transform .76s cubic-bezier(.16,1,.3,1) 1.26s;position:relative;transform:translateY(12px)}.HeroSection-module__VI_i5q__trustLine:before{content:"";background:#ffffff1a;width:4.5rem;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.HeroSection-module__VI_i5q__visualColumn{z-index:2;justify-content:center;width:100%;display:flex;position:relative}.HeroSection-module__VI_i5q__visualStage{--pointer-x:0px;--pointer-y:0px;width:min(74rem,100%);min-height:clamp(32rem,60vw,50rem);transform:translate3d(0, calc(-2rem + var(--visual-scroll-y)), 0);will-change:transform;position:relative}.HeroSection-module__VI_i5q__mainImagePanel{isolation:isolate;-webkit-mask-composite:source-in;opacity:0;transform:translate3d(var(--pointer-x), calc(var(--pointer-y) + 16px), 0) scale(.985);will-change:transform;background:0 0;border-radius:2.75rem;transition:opacity .98s .38s,transform .42s cubic-bezier(.22,1,.36,1) .38s;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000000b8 7%,#000 17% 54%,#000000db 68%,#0000006b 82%,#0000 100%),linear-gradient(90deg,#0000 0%,#0000008c 8%,#000 17% 83%,#0000008c 92%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000000b8 7%,#000 17% 54%,#000000db 68%,#0000006b 82%,#0000 100%),linear-gradient(90deg,#0000 0%,#0000008c 8%,#000 17% 83%,#0000008c 92%,#0000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.HeroSection-module__VI_i5q__mainImagePanel:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#15151557 0%,#1515151f 10%,#15151500 24% 34%,#15151533 46%,#15151585 60%,#151515d6 76%,#151515 100%),linear-gradient(90deg,#151515 0%,#151515b8 8%,#15151547 17%,#15151500 28% 72%,#15151547 83%,#151515b8 92%,#151515 100%);position:absolute;inset:-3px}.HeroSection-module__VI_i5q__mainImage{object-fit:cover;object-position:center 6%;opacity:0;filter:saturate(.82)brightness(.78)contrast(1.06);transition:opacity .9s,transform 1.2s;transform:scale(1.1)}.HeroSection-module__VI_i5q__mainImageActive{opacity:1}.HeroSection-module__VI_i5q__imageFlag{z-index:1;color:var(--color-white);font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;background:#151515b3;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.55rem;padding:.6rem .9rem;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:1.1rem;left:1.1rem}.HeroSection-module__VI_i5q__imageFlagBar{background:var(--color-primary);border-radius:999px;width:1rem;height:.14rem}.HeroSection-module__VI_i5q__imageCommandPanel{z-index:1;background:#101a2beb;border:1px solid #ffffff14;border-radius:0;padding:1rem 1.05rem;position:absolute;bottom:1rem;left:1rem;right:1rem}.HeroSection-module__VI_i5q__imageCommandEyebrow{color:var(--color-primary);font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;font-size:.68rem;font-weight:700}.HeroSection-module__VI_i5q__imageCommandPanel strong{max-width:18rem;color:var(--color-white);font-family:var(--font-heading);margin-top:.45rem;font-size:.92rem;font-weight:700;line-height:1.3;display:block}.HeroSection-module__VI_i5q__imageCommandMeta{flex-wrap:wrap;gap:.45rem;margin-top:.85rem;display:flex}.HeroSection-module__VI_i5q__imageCommandTag{color:#ffffffb3;min-height:1.6rem;font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;padding:.1rem .6rem;font-size:.66rem;font-weight:700;display:inline-flex}.HeroSection-module__VI_i5q__snapshotWrap,.HeroSection-module__VI_i5q__kpiWrap,.HeroSection-module__VI_i5q__constituencyWrap{z-index:2;position:absolute}.HeroSection-module__VI_i5q__snapshotWrap{opacity:0;transition:opacity .86s 1.04s,transform .86s cubic-bezier(.16,1,.3,1) 1.04s;top:2rem;left:.15rem;transform:translate(14px,18px)}.HeroSection-module__VI_i5q__kpiWrap{opacity:0;transform-origin:100%;transition:opacity .84s 1.18s,transform .84s cubic-bezier(.16,1,.3,1) 1.18s;bottom:2.2rem;right:.85rem;transform:translate(18px)scaleX(.985)}.HeroSection-module__VI_i5q__constituencyWrap{opacity:0;transition:opacity .82s 1.28s,transform .82s cubic-bezier(.16,1,.3,1) 1.28s;bottom:.9rem;left:2.35rem;transform:translateY(16px)}.HeroSection-module__VI_i5q__overlayCard{border:1px solid #15151514;border-radius:0}.HeroSection-module__VI_i5q__cardEyebrow{color:var(--color-primary);font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;font-size:.69rem;font-weight:700}.HeroSection-module__VI_i5q__cardTitle{font-family:var(--font-heading);margin-top:.48rem;font-size:.88rem;font-weight:700;line-height:1.3}.HeroSection-module__VI_i5q__snapshotCard{background:var(--color-white);width:15.5rem;padding:1.15rem;animation:16s ease-in-out 1.8s infinite HeroSection-module__VI_i5q__snapshotDrift;box-shadow:0 18px 34px #00000024}.HeroSection-module__VI_i5q__snapshotCard .HeroSection-module__VI_i5q__cardTitle{color:var(--color-charcoal)}.HeroSection-module__VI_i5q__snapshotList,.HeroSection-module__VI_i5q__constituencyList{gap:.8rem;margin-top:.95rem;list-style:none;display:grid}.HeroSection-module__VI_i5q__snapshotRow,.HeroSection-module__VI_i5q__constituencyRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.HeroSection-module__VI_i5q__snapshotRow span,.HeroSection-module__VI_i5q__constituencyRow span{color:var(--color-muted);font-size:.835rem;line-height:1.35}.HeroSection-module__VI_i5q__snapshotRow strong{color:var(--color-primary);font-family:var(--font-heading);font-size:.86rem;font-weight:700}.HeroSection-module__VI_i5q__kpiStrip{background:var(--color-navy);border:1px solid #ffffff14;border-radius:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.05rem;min-width:28.5rem;padding:.95rem 1.15rem;display:grid}.HeroSection-module__VI_i5q__kpiItem{color:var(--color-white);align-items:center;gap:.65rem;font-size:.84rem;line-height:1.35;display:flex}.HeroSection-module__VI_i5q__kpiDot{background:var(--color-primary);border-radius:999px;flex:none;width:.48rem;height:.48rem;animation:3.6s ease-in-out infinite HeroSection-module__VI_i5q__statusPulse}.HeroSection-module__VI_i5q__kpiItem:nth-child(2) .HeroSection-module__VI_i5q__kpiDot{animation-delay:.32s}.HeroSection-module__VI_i5q__kpiItem:nth-child(3) .HeroSection-module__VI_i5q__kpiDot{animation-delay:.64s}.HeroSection-module__VI_i5q__constituencyPanel{background:var(--color-off-white);width:16.6rem;padding:1rem 1rem 1.05rem;transition:border-color .18s,box-shadow .18s,transform .18s}.HeroSection-module__VI_i5q__constituencyPanel:hover{border-color:#101a2b29;transform:translateY(-1px);box-shadow:0 8px 18px #00000012}.HeroSection-module__VI_i5q__constituencyPanel .HeroSection-module__VI_i5q__cardTitle{color:var(--color-charcoal)}.HeroSection-module__VI_i5q__constituencyRow strong{min-height:1.8rem;color:var(--color-navy);font-family:var(--font-heading);text-align:right;background:#101a2b14;border-radius:.7rem;justify-content:center;align-items:center;padding:.14rem .6rem;font-size:.72rem;font-weight:700;line-height:1.1;display:inline-flex}.HeroSection-module__VI_i5q__constituencyRow:last-child strong{color:var(--color-primary);background:#c725271a}.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__backgroundWord,.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__backgroundStrip{opacity:1;animation-play-state:running}.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__eyebrow,.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__description,.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__actionRow,.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__trustLine,.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__titleLine,.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__proofCard{opacity:1;transform:translate(0,0)}.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__mainImagePanel{opacity:1;transform:translate3d(var(--pointer-x), var(--pointer-y), 0) scale(1)}.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__mainImage{transform:scale(1)}.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__snapshotWrap,.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__kpiWrap,.HeroSection-module__VI_i5q__ready .HeroSection-module__VI_i5q__constituencyWrap{opacity:1;transform:translate(0,0)scale(1)}@keyframes HeroSection-module__VI_i5q__wordDriftOne{0%,to{transform:translate(0,0)}35%{transform:translate(14px,-6px)}70%{transform:translate(-6px,4px)}}@keyframes HeroSection-module__VI_i5q__wordDriftTwo{0%,to{transform:translate(0,0)}40%{transform:translate(-16px,6px)}72%{transform:translate(6px,-3px)}}@keyframes HeroSection-module__VI_i5q__wordDriftThree{0%,to{transform:translate(0,0)}45%{transform:translate(12px,-5px)}75%{transform:translate(-5px,3px)}}@keyframes HeroSection-module__VI_i5q__wordDriftFour{0%,to{transform:translate(0,0)}50%{transform:translateY(12px)}}@keyframes HeroSection-module__VI_i5q__stripSweepOne{0%{transform:translate(-14vw)rotate(-16deg)}to{transform:translate(70vw)rotate(-16deg)}}@keyframes HeroSection-module__VI_i5q__stripSweepTwo{0%{transform:translate(-18vw)rotate(-16deg)}to{transform:translate(74vw)rotate(-16deg)}}@keyframes HeroSection-module__VI_i5q__stripSweepThree{0%{transform:translate(-12vw)rotate(-16deg)}to{transform:translate(68vw)rotate(-16deg)}}@keyframes HeroSection-module__VI_i5q__snapshotDrift{0%,to{transform:translate(0,0)}50%{transform:translateY(-2px)}}@keyframes HeroSection-module__VI_i5q__statusPulse{0%,to{opacity:.68;transform:scale(1)}50%{opacity:.96;transform:scale(1.06)}}@media (max-width:1240px){.HeroSection-module__VI_i5q__heroContainer{width:min(1520px,100vw - 2rem)}.HeroSection-module__VI_i5q__title{font-size:clamp(2.4rem,7vw,4rem)}.HeroSection-module__VI_i5q__visualStage{width:min(64rem,100%);min-height:41rem}.HeroSection-module__VI_i5q__wordStrategy{right:-18%}}@media (max-width:960px){.HeroSection-module__VI_i5q__heroSection{min-height:82vh;padding-top:0;padding-bottom:3rem}.HeroSection-module__VI_i5q__heroContainer{width:min(1520px,100vw - 2rem)}.HeroSection-module__VI_i5q__heroGrid{gap:2.4rem}.HeroSection-module__VI_i5q__contentColumn{text-align:center;width:100%;max-width:100%;margin-top:clamp(-6.8rem,-9vw,-4.4rem);padding-top:0;position:relative;top:auto;left:auto;transform:none}.HeroSection-module__VI_i5q__supportColumn{width:min(100%,38rem);margin-top:.75rem}.HeroSection-module__VI_i5q__title{white-space:normal;width:100%;max-width:44rem;margin:0 auto;font-size:clamp(2.4rem,7vw,4rem);line-height:1.06}.HeroSection-module__VI_i5q__titleDesktop{display:none}.HeroSection-module__VI_i5q__titleMobile{display:block}.HeroSection-module__VI_i5q__description{max-width:38rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.HeroSection-module__VI_i5q__actionRow{justify-content:center}.HeroSection-module__VI_i5q__trustLine{text-align:center;margin-left:auto;margin-right:auto}.HeroSection-module__VI_i5q__trustLine:before{left:50%;transform:translate(-50%)}.HeroSection-module__VI_i5q__visualStage{width:min(100%,56rem);min-height:38rem;display:block;transform:translateY(-.4rem)}.HeroSection-module__VI_i5q__mainImagePanel{min-height:38rem}.HeroSection-module__VI_i5q__wordStrategy{top:24%;right:-20%}.HeroSection-module__VI_i5q__backgroundStrip{width:146vw;left:-58vw}.HeroSection-module__VI_i5q__stripPrimary{top:22%}.HeroSection-module__VI_i5q__stripSecondary{top:48%}.HeroSection-module__VI_i5q__stripTertiary{top:72%}.HeroSection-module__VI_i5q__wordIntelligence{font-size:clamp(4.8rem,12vw,7rem);right:-2%}.HeroSection-module__VI_i5q__mainImagePanel:after{background:linear-gradient(#15151529 0%,#15151500 16% 48%,#15151538 62%,#15151580 78%,#151515c7 90%,#151515e6 100%),linear-gradient(90deg,#151515b8 0%,#15151547 12%,#15151500 24% 76%,#15151547 88%,#151515ad 100%)}}@media (max-width:720px){.HeroSection-module__VI_i5q__heroSection{min-height:auto;padding-top:0;padding-bottom:2.2rem}.HeroSection-module__VI_i5q__heroContainer{width:min(1520px,100vw - 1.5rem)}.HeroSection-module__VI_i5q__eyebrow{font-size:.75rem}.HeroSection-module__VI_i5q__eyebrowDock{text-align:center;top:1.3rem;left:0;right:0}.HeroSection-module__VI_i5q__title{white-space:normal;width:100%;max-width:24rem;margin:0 auto;font-size:clamp(2.05rem,10vw,3rem);line-height:1.1}.HeroSection-module__VI_i5q__description{max-width:23rem;margin-top:.95rem;margin-bottom:1.35rem;font-size:.94rem;line-height:1.58}.HeroSection-module__VI_i5q__contentColumn{text-align:center;margin-top:-3.4rem;padding-top:0}.HeroSection-module__VI_i5q__actionRow{gap:.75rem;margin-bottom:1rem;display:grid}.HeroSection-module__VI_i5q__primaryButton,.HeroSection-module__VI_i5q__secondaryButton{width:100%;min-height:3rem}.HeroSection-module__VI_i5q__mainImagePanel{min-height:24rem}.HeroSection-module__VI_i5q__visualStage{width:100%;min-height:24rem;transform:none}.HeroSection-module__VI_i5q__mainImagePanel:after{background:linear-gradient(#1515152e 0%,#1515150a 14%,#15151500 28% 44%,#15151533 58%,#15151570 72%,#151515bd 88%,#151515f5 100%),linear-gradient(90deg,#151515a3 0%,#1515154d 10%,#15151514 18%,#15151500 28% 72%,#15151514 82%,#1515154d 90%,#151515a3 100%);inset:-2px}.HeroSection-module__VI_i5q__wordData{color:#ffffff07;font-size:clamp(5rem,24vw,8rem);top:8%;left:-18%}.HeroSection-module__VI_i5q__wordStrategy{-webkit-text-stroke:1px #ffffff0d;font-size:clamp(4.6rem,22vw,7rem);top:34%;right:-42%}.HeroSection-module__VI_i5q__wordVictory{color:#ffffff06;font-size:clamp(4.8rem,24vw,8rem);bottom:12%;left:-14%}.HeroSection-module__VI_i5q__wordIntelligence{display:none}.HeroSection-module__VI_i5q__backgroundStrip{opacity:.72}.HeroSection-module__VI_i5q__stripPrimary{height:2.1rem}.HeroSection-module__VI_i5q__stripSecondary{height:1.45rem}.HeroSection-module__VI_i5q__stripTertiary{height:2.35rem}}@media (prefers-reduced-motion:reduce){.HeroSection-module__VI_i5q__heroSection,.HeroSection-module__VI_i5q__backgroundWords,.HeroSection-module__VI_i5q__backgroundWord,.HeroSection-module__VI_i5q__backgroundStrip,.HeroSection-module__VI_i5q__contentColumn,.HeroSection-module__VI_i5q__visualStage,.HeroSection-module__VI_i5q__mainImagePanel,.HeroSection-module__VI_i5q__eyebrow,.HeroSection-module__VI_i5q__titleLine,.HeroSection-module__VI_i5q__description,.HeroSection-module__VI_i5q__actionRow,.HeroSection-module__VI_i5q__proofCard,.HeroSection-module__VI_i5q__trustLine,.HeroSection-module__VI_i5q__snapshotWrap,.HeroSection-module__VI_i5q__kpiWrap,.HeroSection-module__VI_i5q__constituencyWrap,.HeroSection-module__VI_i5q__snapshotCard,.HeroSection-module__VI_i5q__kpiDot{transition:none!important;animation:none!important;transform:none!important}.HeroSection-module__VI_i5q__backgroundWord,.HeroSection-module__VI_i5q__backgroundStrip,.HeroSection-module__VI_i5q__eyebrow,.HeroSection-module__VI_i5q__titleLine,.HeroSection-module__VI_i5q__description,.HeroSection-module__VI_i5q__actionRow,.HeroSection-module__VI_i5q__proofCard,.HeroSection-module__VI_i5q__trustLine,.HeroSection-module__VI_i5q__mainImagePanel,.HeroSection-module__VI_i5q__snapshotWrap,.HeroSection-module__VI_i5q__kpiWrap,.HeroSection-module__VI_i5q__constituencyWrap,.HeroSection-module__VI_i5q__backgroundWord{opacity:1!important}.HeroSection-module__VI_i5q__backgroundStrip{opacity:.7!important}}
.MediaSection-module__98qRoq__mediaSection{background:var(--color-white)}.MediaSection-module__98qRoq__mediaGrid{grid-template-columns:minmax(0,1fr) minmax(0,.94fr);align-items:start;gap:clamp(2.4rem,4vw,4.8rem);display:grid}.MediaSection-module__98qRoq__mediaVisualColumn,.MediaSection-module__98qRoq__mediaContent{min-width:0}.MediaSection-module__98qRoq__mediaVisualColumn{padding-right:3rem;position:relative}.MediaSection-module__98qRoq__mediaVisual{min-height:35rem}.MediaSection-module__98qRoq__mediaOverlayCard{background:var(--color-off-white);border:1px solid #15151514;border-radius:0;width:min(18.2rem,44%);padding:1.25rem;position:absolute;bottom:2rem;right:0}.MediaSection-module__98qRoq__mediaOverlayCard p:last-child{color:var(--color-muted);margin-top:.75rem;line-height:1.68}.MediaSection-module__98qRoq__mediaList{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1.5rem;list-style:none;display:grid}.MediaSection-module__98qRoq__mediaListItem{background:var(--color-off-white);font-family:var(--font-heading);border:1px solid #15151514;border-radius:0;align-items:start;gap:.72rem;padding:.98rem 1rem;font-size:.92rem;font-weight:650;line-height:1.42;display:flex}.MediaSection-module__98qRoq__mediaAuditGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.25rem;display:grid}.MediaSection-module__98qRoq__mediaAuditCard{background:var(--color-off-white);border:1px solid #15151514;border-radius:0;padding:1rem 1.05rem}.MediaSection-module__98qRoq__mediaAuditCard span{color:var(--color-muted);font-size:.78rem;font-weight:600;line-height:1.35;display:block}.MediaSection-module__98qRoq__mediaAuditCard strong{color:var(--color-charcoal);font-family:var(--font-heading);margin-top:.48rem;font-size:.92rem;font-weight:700;line-height:1.25;display:block}@media (max-width:1180px){.MediaSection-module__98qRoq__mediaList,.MediaSection-module__98qRoq__mediaAuditGrid{grid-template-columns:1fr}}@media (max-width:1040px){.MediaSection-module__98qRoq__mediaGrid{grid-template-columns:1fr}.MediaSection-module__98qRoq__mediaVisualColumn{padding-right:0}.MediaSection-module__98qRoq__mediaOverlayCard{width:auto;margin-top:1rem;position:relative;bottom:auto;right:auto}.MediaSection-module__98qRoq__mediaVisual{min-height:26rem}}@media (max-width:720px){.MediaSection-module__98qRoq__mediaVisual{min-height:18rem}}
.PhilosophySection-module__T01AtW__philosophySection{background:var(--color-primary)}.PhilosophySection-module__T01AtW__philosophyHeader{grid-template-columns:minmax(0,1fr) minmax(0,.72fr);align-items:end;gap:2rem;display:grid}.PhilosophySection-module__T01AtW__philosophyGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2.8rem;display:grid}.PhilosophySection-module__T01AtW__philosophyCard{background:#1d1a1a;border:1px solid #ffffff1f;border-radius:0;padding:1.4rem}.PhilosophySection-module__T01AtW__cardTop{justify-content:space-between;align-items:center;gap:1rem;display:flex}.PhilosophySection-module__T01AtW__cardIndex{color:#ffffff57;font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700}.PhilosophySection-module__T01AtW__cardIcon{border:1px solid #ffffff29;border-radius:.8rem;justify-content:center;align-items:center;width:2.45rem;height:2.45rem;margin-top:1.1rem;display:inline-flex;position:relative}.PhilosophySection-module__T01AtW__cardIcon svg{width:1.28rem;height:1.28rem;color:var(--color-primary);fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.PhilosophySection-module__T01AtW__philosophyCard h3{color:var(--color-white);font-family:var(--font-heading);margin-top:1rem;font-size:1.18rem;font-weight:700;line-height:1.2}.PhilosophySection-module__T01AtW__philosophyCard p{color:#ffffffbd;margin-top:.78rem;line-height:1.72}@media (max-width:1180px){.PhilosophySection-module__T01AtW__philosophyGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1040px){.PhilosophySection-module__T01AtW__philosophyHeader{grid-template-columns:1fr}}@media (max-width:720px){.PhilosophySection-module__T01AtW__philosophyGrid{grid-template-columns:1fr}}
.PositionStrip-module__z__HPW__positionSection{background:var(--color-primary);border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f}.PositionStrip-module__z__HPW__positionBoard{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.PositionStrip-module__z__HPW__positionPillar{color:var(--color-white);gap:.45rem;padding:1.5rem 1.75rem;display:grid}.PositionStrip-module__z__HPW__positionPillar+.PositionStrip-module__z__HPW__positionPillar{border-left:1px solid #fff3}.PositionStrip-module__z__HPW__positionIndex{font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;color:#ffffffb3;font-size:.7rem;font-weight:700}.PositionStrip-module__z__HPW__positionPillar strong{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;font-size:clamp(1.5rem,2.3vw,2rem);font-weight:700;line-height:1}.PositionStrip-module__z__HPW__positionNote{color:#ffffffc2;max-width:14rem;font-size:.9rem;line-height:1.45}@media (max-width:900px){.PositionStrip-module__z__HPW__positionBoard{grid-template-columns:1fr}.PositionStrip-module__z__HPW__positionPillar+.PositionStrip-module__z__HPW__positionPillar{border-top:1px solid #fff3;border-left:0}}@media (max-width:720px){.PositionStrip-module__z__HPW__positionPillar{padding:1.2rem 0}.PositionStrip-module__z__HPW__positionNote{max-width:none}}
.ResearchSection-module__rgq_XG__researchSection{background:var(--color-white)}.ResearchSection-module__rgq_XG__researchGrid{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);align-items:start;gap:clamp(2.4rem,4vw,4.8rem);display:grid}.ResearchSection-module__rgq_XG__researchContent{min-width:0}.ResearchSection-module__rgq_XG__researchSubline{color:var(--color-charcoal);font-family:var(--font-heading);margin-top:1.35rem;font-size:1.06rem;font-weight:700}.ResearchSection-module__rgq_XG__researchSignalRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.35rem;display:grid}.ResearchSection-module__rgq_XG__researchSignalCard{background:var(--color-off-white);border:1px solid #15151514;border-radius:0;padding:.95rem 1rem}.ResearchSection-module__rgq_XG__researchSignalCard span{color:var(--color-muted);font-size:.76rem;font-weight:600;line-height:1.35;display:block}.ResearchSection-module__rgq_XG__researchSignalCard strong{color:var(--color-charcoal);font-family:var(--font-heading);letter-spacing:.02em;margin-top:.45rem;font-size:.88rem;font-weight:700;display:block}.ResearchSection-module__rgq_XG__serviceList{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:1.55rem;list-style:none;display:grid}.ResearchSection-module__rgq_XG__serviceItem{background:var(--color-off-white);font-family:var(--font-heading);border:1px solid #15151514;border-radius:0;align-items:start;gap:.72rem;padding:1rem 1.02rem;font-size:.92rem;font-weight:650;line-height:1.42;display:flex}.ResearchSection-module__rgq_XG__researchVisuals{min-height:42rem;position:relative}.ResearchSection-module__rgq_XG__researchFrame{border:1px solid #15151514;border-radius:0;position:absolute;inset:1.8rem 1rem 4.4rem 2.4rem}.ResearchSection-module__rgq_XG__researchMainVisual{min-height:32rem;position:absolute;inset:0 0 7.1rem 4.2rem}.ResearchSection-module__rgq_XG__researchNotesCard,.ResearchSection-module__rgq_XG__researchStatusCard{background:var(--color-white);border:1px solid #15151517;border-radius:0;padding:1.25rem;position:absolute}.ResearchSection-module__rgq_XG__researchNotesCard{width:min(17rem,42%);top:3.2rem;left:0}.ResearchSection-module__rgq_XG__researchNotesCard h3{color:var(--color-charcoal);font-family:var(--font-heading);margin-top:.8rem;font-size:1.18rem;font-weight:700;line-height:1.18}.ResearchSection-module__rgq_XG__researchNotesCard p:last-child{color:var(--color-muted);margin-top:.78rem;line-height:1.68}.ResearchSection-module__rgq_XG__researchStatusCard{background:var(--color-navy);border-color:#ffffff14;width:min(17.5rem,41%);bottom:0;right:.4rem}.ResearchSection-module__rgq_XG__researchStatusList{gap:.85rem;margin-top:.95rem;list-style:none;display:grid}.ResearchSection-module__rgq_XG__researchStatusList li{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.ResearchSection-module__rgq_XG__researchStatusList span{color:#ffffffb8;font-size:.82rem;line-height:1.35}.ResearchSection-module__rgq_XG__researchStatusList strong{color:var(--color-white);font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.ResearchSection-module__rgq_XG__researchInsetVisual{width:min(19rem,42%);min-height:12.8rem;position:absolute;bottom:1.6rem;left:.6rem}@media (max-width:1180px){.ResearchSection-module__rgq_XG__researchSignalRow,.ResearchSection-module__rgq_XG__serviceList{grid-template-columns:1fr}}@media (max-width:1040px){.ResearchSection-module__rgq_XG__researchGrid{grid-template-columns:1fr}.ResearchSection-module__rgq_XG__researchVisuals{gap:1rem;min-height:auto;display:grid}.ResearchSection-module__rgq_XG__researchFrame{display:none}.ResearchSection-module__rgq_XG__researchMainVisual,.ResearchSection-module__rgq_XG__researchNotesCard,.ResearchSection-module__rgq_XG__researchStatusCard,.ResearchSection-module__rgq_XG__researchInsetVisual{width:auto;position:relative;inset:auto}.ResearchSection-module__rgq_XG__researchMainVisual{min-height:28rem}.ResearchSection-module__rgq_XG__researchStatusCard{bottom:auto;right:auto}}@media (max-width:720px){.ResearchSection-module__rgq_XG__researchSignalRow{gap:.65rem}.ResearchSection-module__rgq_XG__researchMainVisual,.ResearchSection-module__rgq_XG__researchInsetVisual{min-height:14rem}}
.SiteFooter-module__X5Wyia__footer{background:var(--color-navy);color:var(--color-white);padding:4.8rem 0 2rem}.SiteFooter-module__X5Wyia__footerGrid{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,.72fr)) minmax(0,.9fr);gap:2rem;display:grid}.SiteFooter-module__X5Wyia__footerBrand{min-width:0}.SiteFooter-module__X5Wyia__footerLogoWrap{background:var(--color-off-white);border-radius:.5rem;width:11rem;height:2.55rem;position:relative}.SiteFooter-module__X5Wyia__footerLogo{box-sizing:border-box;object-fit:contain;padding:.35rem .5rem}.SiteFooter-module__X5Wyia__footerBrand p,.SiteFooter-module__X5Wyia__footerColumn a,.SiteFooter-module__X5Wyia__footerColumn span,.SiteFooter-module__X5Wyia__footerAddress{color:#ffffffb8;line-height:1.72}.SiteFooter-module__X5Wyia__footerAddress{max-width:18rem;font-style:normal}.SiteFooter-module__X5Wyia__footerBrand p{max-width:24rem;margin-top:1rem}.SiteFooter-module__X5Wyia__footerColumn{align-content:start;gap:.45rem;display:grid}.SiteFooter-module__X5Wyia__footerColumn h3{color:var(--color-white);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.92rem;font-weight:700}.SiteFooter-module__X5Wyia__socialRow{gap:.6rem;margin-top:1rem;display:flex}.SiteFooter-module__X5Wyia__socialRow a{width:2.35rem;height:2.35rem;color:var(--color-white);font-family:var(--font-heading);letter-spacing:.06em;border:1px solid #ffffff29;border-radius:.78rem;justify-content:center;align-items:center;font-size:.76rem;font-weight:700;display:inline-flex}.SiteFooter-module__X5Wyia__footerBottom{color:#ffffff94;border-top:1px solid #ffffff14;justify-content:space-between;gap:1rem;margin-top:2.8rem;padding-top:1.2rem;font-size:.9rem;display:flex}.SiteFooter-module__X5Wyia__footerBottom a{color:#ffffffb8}.SiteFooter-module__X5Wyia__footerBottom a:hover{color:var(--color-white)}@media (max-width:1040px){.SiteFooter-module__X5Wyia__footerGrid{grid-template-columns:1fr}}@media (max-width:720px){.SiteFooter-module__X5Wyia__footerBottom{flex-direction:column}}
.WhySection-module__9028uW__whySection{background:var(--color-primary)}.WhySection-module__9028uW__whyTopGrid{grid-template-columns:minmax(0,1fr) minmax(0,.86fr);align-items:start;gap:clamp(2.4rem,4vw,4.8rem);display:grid}.WhySection-module__9028uW__whyIntro{min-width:0}.WhySection-module__9028uW__whyText{color:#fffc;max-width:36rem;margin-top:1.25rem;font-size:1rem;line-height:1.74}.WhySection-module__9028uW__whyChecklist{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:2rem;display:grid}.WhySection-module__9028uW__whyCheckItem{color:var(--color-white);font-family:var(--font-heading);background:#ffffff0d;border:1px solid #ffffff2e;border-radius:0;grid-template-columns:auto 1fr;align-items:start;gap:.9rem;padding:1rem 1.05rem;font-size:.94rem;font-weight:650;line-height:1.42;display:grid}.WhySection-module__9028uW__checkIndex{color:#ffffffb3;font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:700}.WhySection-module__9028uW__scorecardPanel{background:var(--color-white);border:1px solid #15151514;border-radius:0;padding:1.5rem}.WhySection-module__9028uW__scorecardLabel{color:var(--color-primary);font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;font-size:.76rem;font-weight:700}.WhySection-module__9028uW__scorecardItem{background:var(--color-white);border:1px solid #15151514;border-radius:0;padding:1.25rem}.WhySection-module__9028uW__scorecardItem+.WhySection-module__9028uW__scorecardItem{margin-top:.8rem}.WhySection-module__9028uW__scorecardItem h3{color:var(--color-charcoal);font-family:var(--font-heading);font-size:1.12rem;font-weight:700;line-height:1.18}.WhySection-module__9028uW__scorecardItem p{color:var(--color-muted);margin-top:.72rem;line-height:1.68}@media (max-width:1180px){.WhySection-module__9028uW__whyChecklist{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1040px){.WhySection-module__9028uW__whyTopGrid,.WhySection-module__9028uW__whyChecklist{grid-template-columns:1fr}}
.WhatsAppFloat-module__dH2Z5q__whatsappFloat{z-index:90;color:#fff;background:#25d366;border-radius:999px;justify-content:center;align-items:center;width:3.35rem;height:3.35rem;display:none;position:fixed;bottom:1rem;right:1rem;box-shadow:0 16px 34px #0000003d}.WhatsAppFloat-module__dH2Z5q__whatsappFloat svg{fill:currentColor;width:1.58rem;height:1.58rem}@media (max-width:720px){.WhatsAppFloat-module__dH2Z5q__whatsappFloat{display:inline-flex}}
