@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#0b0b0d;--paper:#f5f4f0;--orange:#ff4b20;--muted:#626260;--line:#d6d5d0;--darkline:#343438;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:1rem/1.55 var(--body)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}p{margin:0 0 1.2rem}h1,h2,h3{margin:0;font-weight:700;line-height:1.08;letter-spacing:-.045em}h2{font-size:clamp(2rem,3.3vw,3.4rem)}h3{font-size:1.17rem;letter-spacing:-.03em}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #f06516;outline-offset:5px}a,button,summary{touch-action:manipulation}.container{width:min(1280px,calc(100% - 96px));margin:auto}.section{padding-top:86px;padding-bottom:86px}.dark{background:var(--ink);color:var(--paper)}.white{background:#fff}.orange{color:var(--orange)}.muted{color:var(--muted)}.lead{font-size:clamp(1.125rem,1.6vw,1.4rem);line-height:1.5;letter-spacing:-.025em}.eyebrow{display:flex;align-items:center;gap:12px;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:0 0 22px;line-height:1.4}.eyebrow:before{content:'';height:2px;width:30px;background:var(--orange);flex-shrink:0}.button{display:inline-flex;gap:28px;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border:1px solid transparent;border-radius:999px;font-size:.9rem;font-weight:700;line-height:1.4;transition:background .2s,transform .2s;max-width:100%}.button span{font-size:1.2rem;line-height:1}.button:hover{transform:translateY(-2px)}.primary{background:var(--orange);color:var(--ink)}.primary:hover{background:#ff724c}.outline{border-color:#757575;color:inherit;background:transparent}.outline:hover{border-color:var(--orange);color:var(--orange)}.black{background:var(--ink);color:#fff}.black:hover{background:#26262a}.actions{display:flex;gap:14px;flex-wrap:wrap}.header{background:var(--ink);color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #222225}.nav-wrap{height:91px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{position:relative;display:inline-block;font-family:Arial,sans-serif;font-size:2.6rem;font-weight:800;line-height:1;letter-spacing:-.075em;font-style:italic;padding:0 8px 12px 0;flex-shrink:0}.logo span{color:var(--orange)}.logo small{font-size:.85rem;color:var(--orange);letter-spacing:-.03em;position:absolute;right:7px;bottom:0}.header nav{display:flex;align-items:center;gap:28px}.header nav>a{font-size:.875rem;white-space:nowrap}.header nav>a:not(.button){padding:18px 0;position:relative}.header nav>a[aria-current]:after{content:'';height:2px;position:absolute;bottom:8px;left:0;right:0;background:var(--orange)}.header nav>a:hover{color:var(--orange)}.header .button{margin-left:28px;border-color:var(--orange)}.menu-toggle{display:none}.skip{position:fixed;top:-100px;left:16px;background:white;color:black;padding:12px;z-index:100}.skip:focus{top:10px}.hero{position:relative;isolation:isolate;overflow:hidden}.hero-art{position:absolute;inset:0 0 0 39%;z-index:-1}.hero-art img{height:100%;width:100%;object-fit:cover;object-position:55% 36%}.hero-art:after{position:absolute;inset:0;content:'';background:linear-gradient(90deg,#0b0b0d 0%,#0b0b0d55 30%,transparent 70%),linear-gradient(0deg,#0b0b0d 0%,transparent 30%)}.hero-inner{padding-top:64px;padding-bottom:28px}.hero h1{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:clamp(3rem,6.4vw,6.2rem);line-height:.97;letter-spacing:-.025em;font-weight:800;max-width:750px}.hero h1 span{color:var(--orange)}.hero-tagline{font-size:clamp(1.4rem,2.25vw,2rem);line-height:1.2;margin:22px 0 16px;letter-spacing:-.04em}.hero-copy{max-width:490px;font-size:1.06rem;color:#d4d4d3;line-height:1.55;margin-bottom:28px}.hero-note{display:flex;align-items:center;justify-content:space-between;margin-top:58px;font-size:.75rem;letter-spacing:.12em;color:#aaa}.hero-note a{display:grid;place-items:center;width:42px;height:42px;border:1px solid #555;border-radius:100%;color:#fff;font-size:1.2rem}.stats{border-top:1px solid #252529;padding:32px 0 37px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.stats-grid>div{display:flex;flex-direction:column;padding:0 32px;border-right:1px solid #434347}.stats-grid>div:first-child{padding-left:0}.stats-grid>div:last-child{border:0}.stats strong{font-size:3rem;line-height:1.15;color:var(--orange);letter-spacing:-.05em}.stats span{font-size:.9rem;color:#ccc}.brands{background:#ebeae6;padding:33px 0}.brand-row{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-row .eyebrow{max-width:100px;font-size:.7rem;margin:0;color:#626260}.brand-row .eyebrow:before{display:none}.brand-row strong{font-size:1.1rem;line-height:1.15;letter-spacing:-.04em;color:#454545}.brand-row small{display:block;font-size:.6rem;letter-spacing:.06em;margin-top:5px}.brand-row .change{font-size:1.65rem}.essence{display:grid;grid-template-columns:1.2fr 1fr;gap:90px;align-items:center;padding-bottom:46px}.essence .lead{border-left:1px solid #999;padding-left:42px;margin:18px 0 0}.solutions{padding-top:42px}.solutions h2{margin-bottom:32px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.service-card{text-align:left;position:relative;display:block;padding:25px 22px 28px;border:1px solid transparent;border-radius:7px;background:#fff;color:var(--ink);transition:border-color .2s,transform .2s}.service-card:hover{border-color:#ff4b20;transform:translateY(-3px)}.service-icon{font-size:2.2rem;line-height:1.2;display:block;margin-bottom:24px}.card-arrow{position:absolute;right:20px;top:24px;font-size:1.2rem;color:#92928f}.service-card h3{margin-bottom:10px}.service-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.text-link{display:inline-block;border:0;border-bottom:1px solid currentColor;padding:0 0 3px;background:none;font-weight:600;font-size:.95rem}.solutions>.container>.text-link{display:block;margin:26px auto 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.ai-strip{padding:50px 0}.ai-strip .split>div+div{padding-left:60px;border-left:1px solid #4b4b4b}.ai-strip h2{font-size:clamp(2rem,3.5vw,3.6rem);margin-bottom:10px}.ai-strip .lead{margin:0}.spaced{font-size:.875rem;margin-bottom:24px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-heading p{font-size:.9rem;color:var(--muted);margin:0}.case-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:18px}.case-card{min-height:340px;border:0;border-radius:8px;padding:32px;color:white;display:flex;flex-direction:column;align-items:start;text-align:left;transition:transform .2s;position:relative;overflow:hidden}.case-card:hover{transform:translateY(-4px)}.case-one{background:#123435}.case-two{background:#563855}.case-category{font-size:.75rem;letter-spacing:.12em;opacity:.75}.case-card strong{font-size:clamp(2rem,3.5vw,3.7rem);letter-spacing:-.055em;line-height:1.06;margin:auto 0}.case-card em{font-weight:400}.case-bottom{display:flex;justify-content:space-between;width:100%;font-size:.875rem}.case-bottom>span{font-size:1.4rem}.geo-banner{padding:65px 0}.geo-banner h2{margin-bottom:20px}.geo-banner p:not(.eyebrow){color:#c6c6c6}.question-visual{position:relative;min-height:340px;padding:45px 36px;isolation:isolate;display:flex;flex-direction:column;justify-content:center}.giant-question{position:absolute;right:0;top:50%;transform:translateY(-53%);font-size:28rem;font-weight:700;line-height:1;letter-spacing:-.09em;color:var(--orange);z-index:-1}.question-visual blockquote{font-size:2rem;line-height:1.15;letter-spacing:-.05em;font-weight:600;margin:55px 0 24px;max-width:280px;text-shadow:0 2px 20px #000}.question-visual small{font-size:.75rem;color:#aaa}.steps{list-style:none;padding:0;display:flex;margin:40px 0 0;gap:24px}.steps li{flex:1;padding-right:24px;border-right:1px solid var(--line);min-width:0}.steps li:last-child{border:0;padding-right:0}.step-num{font-size:2.4rem;color:#ca350e;font-weight:600;line-height:1}.steps h3{margin:12px 0}.steps p{font-size:.9rem;color:var(--muted);line-height:1.5;margin:0}.segments{display:flex;gap:24px;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:28px;margin-top:50px;font-size:.875rem}.segments p{margin:0}.segments span{color:#cc390f;margin:0 12px}.insights{padding-top:65px;background:#eae9e4}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.insight-card{display:flex;flex-direction:column;text-align:left;background:var(--ink);color:white;border:1px solid transparent;border-radius:6px;padding:28px;min-height:260px}.insight-card:hover{border-color:var(--orange)}.insight-card h3{font-size:1.55rem;line-height:1.15;margin-bottom:36px}.insight-card .eyebrow{font-size:.7rem;color:#bbb}.insight-bottom{display:flex;justify-content:space-between;width:100%;font-size:.875rem;margin-top:auto}.insight-bottom>span{color:var(--orange)}#sobre .lead{color:#f5f4f0}#sobre p:not(.lead):not(.eyebrow){color:#bdbdbd}.cta{background:var(--orange);padding:45px 0}.cta .eyebrow:before{background:var(--ink)}.cta .eyebrow{margin-bottom:14px}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:35px}.cta h2{font-size:clamp(2rem,3.7vw,3.5rem)}.cta .button{flex-shrink:0;min-width:220px}.footer{background:var(--ink);color:#ccc;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1fr 1.3fr .65fr;gap:70px}.footer .logo{color:#eee;margin-bottom:22px}.footer-grid>div+div{padding-left:40px;border-left:1px solid #444}.footer p{font-size:.9rem;line-height:1.5}.footer-label{font-size:.75rem!important;letter-spacing:.08em;color:#aaa}.footer-grid>div>a:not(.logo){display:inline-block;font-size:.95rem;margin-bottom:15px}.footer nav{display:flex;flex-direction:column;gap:8px;font-size:.9rem;padding-left:50px;border-left:1px solid #444}.footer a:hover{color:var(--orange)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #333;margin-top:45px;padding-top:22px;font-size:.75rem;color:#929292}.mobile-only{display:none}.breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;align-items:center;font-size:.8rem;color:var(--muted);margin-bottom:38px}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs>span:last-child{color:#b8320e}.geo-hero{display:grid;grid-template-columns:1.1fr .9fr}.geo-hero-copy{padding:36px 55px 58px max(48px,calc((100vw - 1280px)/2))}.geo-hero h1{font-size:clamp(2.4rem,3.4vw,3.7rem);line-height:1.05;margin-bottom:24px}.geo-hero h1 span,.contact h1 span{color:#c9360f}.geo-hero .lead{max-width:570px}.geo-hero-art{min-height:610px;padding-left:60px}.geo-hero-art .giant-question{font-size:37rem;right:8%;transform:translateY(-55%)}.geo-hero-art blockquote{font-size:2.4rem;margin-top:90px}.challenges{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.challenges h2{font-size:2.5rem}.challenges article{border-left:1px solid var(--line);padding-left:25px}.challenges article h3{margin:15px 0 12px}.challenges article p{font-size:.9rem;color:var(--muted);margin:0}.mini-symbol{font-size:1.8rem}.approach{align-items:start}.approach .lead{max-width:450px;margin-top:25px}.deliverables{list-style:none;padding:0;margin:0}.deliverables li{display:flex;gap:24px;padding:20px 0;border-bottom:1px solid var(--line)}.deliverables li:first-child{padding-top:0}.deliverables li>span{font-size:1.8rem;line-height:1;color:#ca350e}.deliverables h3{margin-bottom:8px}.deliverables p{font-size:.95rem;color:var(--muted);line-height:1.5;margin:0}.example-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:28px;align-items:center}.example-grid h2{font-size:2.5rem;margin-bottom:20px}.example-grid p:not(.eyebrow){color:#ccc;margin:0}.example-grid blockquote{margin:0;border:1px solid #676767;border-radius:8px;padding:32px;font-size:1.6rem;font-weight:600;letter-spacing:-.04em;line-height:1.2;min-height:180px;display:flex;align-items:center}.lab .badge{display:inline-block;margin-top:25px}.badge{color:#ff7855;border:1px solid var(--orange);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-radius:30px;padding:8px 15px}.lab .split{align-items:start}.lab>.split>div+div,.lab>div+div{border-left:1px solid var(--orange);padding-left:55px}.lab p{color:#ccc}.faq{align-items:start;grid-template-columns:.8fr 1.2fr}.faq details{border-top:1px solid #bbb}.faq details:last-child{border-bottom:1px solid #bbb}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:25px;cursor:pointer;list-style:none;font-size:1.04rem;font-weight:600;line-height:1.45;padding:20px 0;min-height:60px}.faq summary::-webkit-details-marker{display:none}.faq summary>span{font-size:1.5rem;transition:transform .2s}.faq details[open] summary>span{transform:rotate(45deg)}.faq details p{font-size:1rem;color:#555;line-height:1.65;margin:0 25px 22px 0}.contact{padding-top:35px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px}.contact h1{font-size:clamp(2.8rem,4.4vw,4.4rem);line-height:1.03;max-width:550px;margin-bottom:26px}.contact .lead{max-width:490px}.contact-channels{margin-top:65px}.contact-channels .phone{display:block;font-size:1.2rem;margin:20px 0 16px}.form-panel{padding:35px;background:#fff;border:1px solid #e7e5e0;border-radius:9px}.form-panel h2{font-size:1.7rem;margin-bottom:12px}.form-panel>p{font-size:.9rem;color:#606060}.demo-note{border-left:2px solid #ce431b;padding-left:13px;font-size:.8rem!important;line-height:1.5}.demo-note strong{color:#333}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:block;font-size:.875rem;font-weight:600;margin:18px 0 7px}label span{font-weight:400;color:#666;font-size:.75rem}input,select,textarea{display:block;width:100%;max-width:100%;border:1px solid #bfbfba;padding:12px;background:#fff;border-radius:4px;color:var(--ink);font-size:1rem;min-height:48px}input::placeholder,textarea::placeholder{color:#767672;font-size:.9rem}textarea{resize:vertical}.field-hint{font-size:.8rem;color:#626260;margin-top:12px;margin-bottom:0}form .button{margin-top:24px;width:100%}#form-status{margin-top:20px;padding:16px;background:#f1f0ec;border-left:3px solid var(--orange);font-size:.95rem}.location{padding:65px 0}.location h2{font-size:2.6rem}.location .lead{font-size:1.2rem}.location .split{gap:60px}dialog{border:1px solid #ddd;border-radius:12px;background:var(--paper);color:var(--ink);max-width:540px;width:calc(100% - 40px);padding:45px}dialog::backdrop{background:#000a;backdrop-filter:blur(5px)}dialog h2{font-size:2rem;margin-bottom:20px}dialog p{line-height:1.65}dialog .button{margin-top:10px}.dialog-close{position:absolute;right:12px;top:10px;background:none;border:0;font-size:2rem;width:44px;height:44px;line-height:1}.dialog-close:hover{color:#c9360f}
@media(min-width:1500px){.hero-art{right:5%}.hero-inner{padding-top:85px}}@media(max-width:1150px){.container{width:calc(100% - 56px)}.header nav{gap:20px}.header .button{margin-left:0;padding:10px 16px}.logo{font-size:2.2rem}.split{gap:45px}.geo-hero-copy{padding-left:28px;padding-right:32px}.geo-hero-art{padding-left:30px}.geo-hero-art .giant-question{font-size:31rem}.geo-hero-art blockquote{font-size:2rem}.contact-grid{gap:40px}.form-panel{padding:25px}.brand-row{gap:20px}.brand-row strong{font-size:.95rem}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:205px}.service-icon{margin-bottom:18px}.segments{display:block}.segments p{margin-top:16px}.challenges{grid-template-columns:repeat(3,1fr)}.challenges>div{grid-column:1/-1}.challenges h2 br{display:none}.example-grid{grid-template-columns:1fr 1fr}.example-grid>div{grid-column:1/-1}.footer-grid{gap:35px}.footer nav{padding-left:25px}}
@media(max-width:900px){.nav-wrap{height:76px}.menu-toggle{display:flex;align-items:center;gap:10px;color:white;border:1px solid #555;border-radius:25px;background:none;padding:10px 16px;font-size:.875rem;min-height:44px}.menu-icon{font-size:1.1rem}.header nav{display:none;position:absolute;top:76px;left:0;right:0;align-items:stretch;flex-direction:column;background:var(--ink);padding:18px 28px 28px;gap:0;border-bottom:1px solid #555;max-height:calc(100dvh - 76px);overflow-y:auto}.header nav.open{display:flex}.header nav>a:not(.button){padding:15px 0;border-bottom:1px solid #333}.header nav>a[aria-current]:after{display:none}.header nav>a[aria-current]{color:var(--orange)}.header nav .button{margin-top:20px}.hero h1{font-size:clamp(3.6rem,8.5vw,5rem)}.hero-art{left:30%;opacity:.65}.hero-art:after{background:linear-gradient(90deg,#0b0b0d,transparent)}.hero-copy{max-width:440px}.essence{gap:35px}.essence h2{font-size:2.2rem}.essence .lead{padding-left:25px}.brand-row{flex-wrap:wrap;justify-content:center;gap:25px 32px}.brand-row .eyebrow{width:100%;max-width:none;justify-content:center}.stats strong{font-size:2.5rem}.stats-grid>div{padding:0 20px}.ai-strip .split>div+div{padding-left:30px}.geo-hero{grid-template-columns:1fr}.geo-hero-copy{padding:30px 28px 45px;max-width:750px}.geo-hero h1{font-size:3.2rem}.geo-hero-art{min-height:330px;margin:0}.geo-hero-art blockquote{margin:0 0 25px 15%}.geo-hero-art small{margin-left:15%}.geo-hero-art .giant-question{font-size:28rem;right:17%}.contact-grid{grid-template-columns:1fr}.contact h1{max-width:650px}.contact-channels{margin-top:32px}.contact .form-panel{max-width:none}.form-grid{gap:20px}.steps{flex-wrap:wrap}.steps li{flex-basis:25%;flex-grow:0}.steps li:nth-child(3){border:0}.steps li:nth-child(n+4){margin-top:15px}.insight-card{padding:22px}.insight-card h3{font-size:1.35rem}.insight-card .eyebrow:before{display:none}.footer-grid{grid-template-columns:1fr 1.4fr}.footer nav{grid-column:1/-1;flex-direction:row;flex-wrap:wrap;padding:20px 0 0;border-left:0;border-top:1px solid #444;gap:18px 25px}.cta-inner{gap:25px}.cta .button{min-width:180px}.section-heading{align-items:start;flex-direction:column;gap:15px}}
@media(max-width:600px){html{scroll-padding-top:90px}.container{width:calc(100% - 40px)}.section{padding-top:52px;padding-bottom:52px}h2{font-size:2.1rem}.eyebrow{font-size:.7rem;margin-bottom:18px;gap:10px}.hero-inner{padding-top:37px;padding-bottom:22px}.hero-art{inset:0 0 0 10%;opacity:.43}.hero-art img{object-position:63% 30%}.hero-art:after{background:linear-gradient(90deg,#0b0b0dd9,transparent),linear-gradient(0deg,#0b0b0d 5%,transparent 80%)}.hero h1{font-size:clamp(2.8rem,11.8vw,4.7rem);line-height:1.02;letter-spacing:-.025em}.hero-tagline{font-size:1.35rem;max-width:300px;margin-top:20px}.hero-copy{font-size:1rem;max-width:330px;color:#dededb}.hero .actions{flex-direction:column;align-items:stretch;max-width:340px;gap:12px}.hero .button{min-height:50px}.hero-note{margin-top:40px;font-size:.625rem;gap:15px}.hero-note span{max-width:220px}.stats{padding:25px 0}.stats-grid{grid-template-columns:1fr 1fr;gap:24px 0}.stats-grid>div{padding:0 10px 0 22px}.stats-grid>div:nth-child(odd){padding-left:0}.stats-grid>div:nth-child(even){border:0}.stats strong{font-size:2.4rem}.stats span{font-size:.8rem}.brands{padding:25px 0}.brand-row{gap:24px 30px}.brand-row strong{font-size:.9rem}.brand-row .change{font-size:1.3rem}.brand-row .eyebrow{margin-bottom:0}.essence{grid-template-columns:1fr;gap:22px;padding-bottom:32px}.essence .lead{border:0;padding:0;margin:0}.solutions{padding-top:20px}.solutions h2{margin-bottom:25px}.services-grid{grid-template-columns:1fr;gap:8px}.service-card{min-height:0;display:grid;grid-template-columns:34px 1fr;column-gap:17px;padding:22px 38px 22px 20px}.service-icon{grid-row:1/3;align-self:center;font-size:1.8rem;margin:0}.service-card h3{font-size:1.1rem;margin-bottom:6px}.service-card p{font-size:.875rem}.card-arrow{right:17px;top:22px;font-size:1rem}.solutions>.container>.text-link{text-align:left;font-size:.875rem;line-height:1.6;margin-top:22px}.split{grid-template-columns:1fr;gap:30px}.ai-strip{padding:40px 0}.ai-strip .split>div+div{border:0;border-top:1px solid #444;padding:25px 0 0}.ai-strip h2{font-size:2.4rem}.spaced{font-size:.8rem}.case-grid{grid-template-columns:1fr;gap:14px}.case-card{min-height:280px;padding:25px}.case-card strong{font-size:2.6rem}.section-heading{margin-bottom:25px}.case-category{font-size:.7rem}.geo-banner{padding:43px 0}.geo-banner h2{font-size:2.2rem}.geo-banner p br{display:none}.question-visual{min-height:245px;padding:10px 20px}.question-visual blockquote{font-size:1.8rem;margin:30px 0 20px}.giant-question{font-size:21rem;right:12%}.steps{display:block;margin-top:28px}.steps li,.steps li:nth-child(n+4){padding:20px 0 20px 60px;border:0;border-bottom:1px solid var(--line);position:relative;margin:0}.steps li:nth-child(3){border-bottom:1px solid var(--line)}.steps li:last-child{padding-right:0}.step-num{position:absolute;left:0;top:19px;font-size:1.85rem}.steps h3{margin:0 0 9px;font-size:1.1rem}.steps p{font-size:.95rem}.segments{padding-top:25px;margin-top:25px}.segments strong{display:block;line-height:1.4}.segments p{line-height:2}.segments span{margin:0 5px}.insight-grid{grid-template-columns:1fr}.insight-card{min-height:215px;padding:25px}.insight-card h3{font-size:1.5rem;max-width:290px}.insight-card .eyebrow:before{display:block}.cta{padding:35px 0}.cta-inner{display:block}.cta h2{font-size:2rem;margin-bottom:25px}.cta h2 br{display:none}.cta .button{width:100%}.footer{padding:40px 0 25px}.footer-grid{display:block}.footer-grid>div+div{border:0;border-top:1px solid #333;padding:25px 0 0;margin-top:25px}.footer nav{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;margin-top:25px;padding-top:18px}.footer nav a{padding:10px 0}.footer-bottom{flex-direction:column;margin-top:25px;gap:8px;font-size:.75rem}.footer .logo{font-size:2.6rem}.mobile-only{display:block}.geo-hero-copy{padding:28px 20px 40px}.breadcrumbs{font-size:.75rem;margin-bottom:30px;gap:7px}.geo-hero h1{font-size:clamp(2rem,8.2vw,3rem);line-height:1.09}.geo-hero .lead{font-size:1.06rem}.geo-hero .button{width:100%}.geo-hero-art{min-height:300px;padding:30px 30px}.geo-hero-art blockquote{font-size:1.85rem;margin:40px 0 24px}.geo-hero-art small{margin:0}.geo-hero-art .giant-question{font-size:25rem;right:12%}.challenges{grid-template-columns:1fr;gap:25px}.challenges>div{grid-column:auto}.challenges h2{font-size:2.1rem}.challenges article{padding:0 0 0 18px}.challenges article p{font-size:1rem}.mini-symbol{font-size:1.5rem}.challenges article h3{margin:10px 0}.approach .lead{margin:20px 0 0}.deliverables li{gap:20px}.deliverables li>span{font-size:1.7rem}.deliverables li:first-child{padding-top:0}.example-grid{grid-template-columns:1fr;gap:18px}.example-grid>div{grid-column:auto;margin-bottom:10px}.example-grid h2{font-size:2.1rem}.example-grid blockquote{min-height:150px;font-size:1.5rem;padding:25px}.lab>div+div{padding:25px 0 0;border:0;border-top:1px solid var(--orange)}.lab .badge{font-size:.6875rem}.faq{grid-template-columns:1fr}.faq h2 br{display:none}.faq summary{font-size:1rem;padding:18px 0}.faq details p{font-size:.95rem;margin-right:0}.contact{padding-top:26px}.contact-grid{gap:35px}.contact h1{font-size:clamp(2.3rem,9.5vw,3.5rem)}.contact .lead{font-size:1.125rem}.contact-channels .button{width:100%}.form-panel{padding:24px 18px;border-radius:6px}.form-panel h2{font-size:1.6rem}.form-grid{grid-template-columns:1fr;gap:0}.form-panel label{margin-top:18px}.location{padding:45px 0}.location h2{font-size:2rem}.location .lead{font-size:1.1rem}.location .button{width:100%}dialog{padding:40px 25px 30px}dialog h2{font-size:1.8rem}dialog .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Solutions and services — approved editorial layouts. */
.service-hero{display:grid;grid-template-columns:1fr 1fr;background:var(--paper)}
.service-hero-copy{padding:36px 55px 58px max(48px,calc((100vw - 1280px)/2))}
.service-hero h1{font-size:clamp(2.4rem,3.5vw,3.8rem);line-height:1.06;margin:0 0 25px}
.service-hero h1 span,.hub-hero h1 span{color:#c9360f}
.service-hero .lead{font-size:1.25rem;margin-bottom:28px;max-width:560px}
.service-art{margin:0;position:relative;background:#0b0b0d;min-height:570px;overflow:hidden}
.service-art img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.service-art figcaption{position:absolute;right:18px;bottom:15px;background:#0b0b0ddd;color:#ccc;font-size:.75rem;padding:4px 10px;border-radius:3px}
.use-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px}
.use-grid article{border:1px solid #49494d;border-radius:7px;padding:30px;min-height:240px}
.use-number{display:block;font-size:2.5rem;line-height:1;color:var(--orange);margin-bottom:30px;letter-spacing:-.055em}
.use-grid h3{font-size:1.4rem;margin-bottom:12px}.use-grid p{color:#c5c5c5;line-height:1.6;margin:0}
.service-intro{margin-top:24px;max-width:500px}.chat-example{border:1px solid #555;border-radius:9px;padding:30px}
.chat-example .chat-label{color:#aaa;letter-spacing:.08em;font-size:.75rem;background:none;padding:0;margin-bottom:25px}
.chat-example p{background:var(--orange);color:#0b0b0d;padding:14px 18px;border-radius:10px 10px 10px 0;font-size:1rem;max-width:90%;line-height:1.5}
.chat-example p.reply{margin-left:auto;background:#303035;color:white;border-radius:10px 10px 0 10px}.chat-example small{font-size:.75rem;color:#aaa;display:block;margin-top:20px}
.related{padding-top:55px;padding-bottom:55px;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}.related h2{font-size:2rem}
.related nav{display:flex;flex-direction:column}.related nav a{padding:17px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;min-height:48px;font-weight:600}.related nav a:hover{color:#b8320e}
.hub-hero{display:grid;grid-template-columns:1.45fr .7fr .75fr;align-items:center;gap:35px;padding-top:35px;padding-bottom:65px}.hub-hero h1{font-size:clamp(2.5rem,3.6vw,3.8rem);line-height:1.04}.hub-hero>.lead{font-size:1.1rem;border-left:1px solid #aaa;padding-left:25px;margin:75px 0 0}.hub-hero>img{width:100%;height:330px;object-fit:cover;border-radius:7px;margin-top:35px}
.solution-list{margin-top:40px}.solution-row{display:grid;grid-template-columns:70px 1fr 1.6fr 170px;gap:25px;align-items:center;padding:32px 20px;border-top:1px solid var(--line);transition:background .2s}.solution-row:last-child{border-bottom:1px solid var(--line)}.solution-row:hover{background:#f2f1ed}.solution-number{color:#c9360f;font-size:2.8rem;line-height:1;font-weight:600;letter-spacing:-.06em}.solution-row h3{font-size:1.55rem}.solution-row p{margin:0;border-left:1px solid var(--line);padding-left:25px;font-size:1rem;line-height:1.5;color:#555}.solution-go{font-size:.875rem;font-weight:600;display:flex;justify-content:end;gap:18px;align-items:center}.solution-go>span{font-size:1.4rem}
.dark .steps p{color:#bbb}.dark .steps h3{color:var(--paper)}.dark .steps .step-num{color:var(--orange)}.dark .steps li{border-color:#454549}.dark .section-heading p{color:#bbb}
.hub-links{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:35px}.hub-links a{display:flex;flex-direction:column;gap:30px;background:var(--ink);color:white;padding:38px;border-radius:7px;border:1px solid #333}.hub-links a:nth-child(2){background:#222226}.hub-links a:hover{border-color:var(--orange)}.hub-links a>span{color:#aaa;font-size:.75rem;letter-spacing:.07em;text-transform:uppercase}.hub-links h3{font-size:2.3rem}.hub-links strong{font-size:1rem;color:var(--orange);font-weight:500}
@media(max-width:1150px){.service-hero-copy{padding-left:28px;padding-right:32px}.hub-hero{grid-template-columns:1.5fr 1fr;gap:25px}.hub-hero>.lead{grid-column:1;margin:0;padding:0;border:0}.hub-hero>img{grid-column:2;grid-row:1/3;margin-top:0;height:350px}.solution-row{grid-template-columns:55px 1fr 1.3fr;gap:20px}.solution-go{grid-column:2/-1;justify-content:start}.solution-row p{font-size:.95rem}.use-grid article{padding:24px}}
@media(max-width:900px){.service-hero{grid-template-columns:1fr}.service-hero-copy{padding:30px 28px 45px;max-width:760px}.service-hero h1{font-size:3.2rem}.service-art{min-height:360px;max-height:400px}.service-art img{object-position:50% 50%}.use-grid{gap:14px}.use-grid article{padding:22px}.use-grid h3{font-size:1.2rem}.use-grid p{font-size:.95rem}.related{gap:35px}.hub-hero h1{font-size:2.8rem}}
@media(max-width:600px){.service-hero-copy{padding:28px 20px 38px}.service-hero h1{font-size:clamp(2rem,8.4vw,3rem);line-height:1.08}.service-hero .lead{font-size:1.125rem}.service-hero .button{width:100%}.service-art{min-height:280px;height:280px}.service-art figcaption{font-size:.6875rem;right:12px;bottom:12px}.use-grid{grid-template-columns:1fr;gap:14px;margin-top:28px}.use-grid article{min-height:0;padding:25px}.use-number{font-size:2rem;margin-bottom:22px}.use-grid h3{font-size:1.35rem}.use-grid p{font-size:1rem}.chat-example{padding:22px}.chat-example p{font-size:.95rem;max-width:95%}.chat-example small{line-height:1.5}.related{grid-template-columns:1fr;padding-top:40px;padding-bottom:40px;gap:20px}.related h2{font-size:1.9rem}.related nav a{font-size:.95rem}.hub-hero{grid-template-columns:1fr;padding-top:28px;padding-bottom:40px;gap:25px}.hub-hero h1{font-size:clamp(2.2rem,9.7vw,3.3rem)}.hub-hero>.lead{grid-column:auto;font-size:1.125rem}.hub-hero>img{grid-column:auto;grid-row:auto;height:240px}.solution-list{margin-top:30px}.solution-row{grid-template-columns:44px minmax(0,1fr);gap:12px 17px;padding:25px 0}.solution-number{font-size:2.1rem;align-self:start}.solution-row h3{font-size:1.45rem;line-height:1.15}.solution-row p{grid-column:2;padding:0;border:0;font-size:.95rem}.solution-go{grid-column:2;font-size:.875rem;justify-content:space-between;margin-top:7px}.hub-links{grid-template-columns:1fr;gap:15px;margin-top:28px}.hub-links a{padding:28px;gap:28px}.hub-links h3{font-size:2rem}.dark .steps li:nth-child(3){border-color:#454549}}
/* Institutional, client and segment pages. */
[hidden]{display:none!important}
.institution-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:55px;align-items:center;padding-top:30px;padding-bottom:55px}.institution-hero h1,.editorial-heading h1{font-size:clamp(2.8rem,4.6vw,4.8rem);line-height:1.04}.institution-hero h1 span,.editorial-heading h1 span{color:#c9360f}.institution-hero .lead{margin:25px 0 0}.institution-hero figure{margin:0;position:relative;align-self:stretch;min-height:380px;overflow:hidden;border-radius:5px}.institution-hero img{width:100%;height:100%;object-fit:cover;position:absolute}.institution-hero figcaption{position:absolute;bottom:22px;left:25px;color:white;background:#0b0b0dc9;padding:8px 12px;font-size:.875rem}
.evolution{list-style:none;padding:0;margin:45px 0 0;display:grid;grid-template-columns:repeat(7,1fr);gap:20px}.evolution li{border-top:2px solid var(--orange);padding-top:18px}.evolution span{font-size:1.8rem;color:#888}.evolution h3{margin:12px 0;font-size:1rem;letter-spacing:-.02em}.evolution p{font-size:.875rem;color:#ccc;margin:0}
.competencies{padding-bottom:65px}.competencies nav{display:grid;grid-template-columns:repeat(3,1fr);gap:0 25px;margin-top:30px}.competencies a{display:flex;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);font-weight:600}.competencies a:hover{color:#b8320e}.team-editorial .lead{margin-top:22px}.team-statement{padding:38px;border-left:2px solid var(--orange);background:#ecebe6}.team-statement>span{font-size:clamp(1.9rem,3vw,3rem);font-weight:700;line-height:1.08;letter-spacing:-.045em}.team-statement p{margin:25px 0 0}.local-band{background:#e8e7e2;padding:50px 0}.local-band h2{font-size:2.5rem}.manifesto h2{font-size:clamp(2.6rem,4.7vw,4.5rem)}.manifesto p{margin:22px 0 0;color:#bbb}
.editorial-heading{padding-top:32px;padding-bottom:50px}.editorial-heading .split{grid-template-columns:1.35fr .85fr;gap:65px}.editorial-heading .split>.lead{border-left:1px solid #999;padding-left:35px;margin:0}.featured-client{display:flex;align-items:center;justify-content:space-between;position:relative;gap:50px;background:#143b3d;color:#fff;padding:55px;border-radius:8px;min-height:380px}.featured-client h2{font-size:clamp(2.5rem,4vw,4rem)}.featured-client p:not(.eyebrow){margin:22px 0;max-width:430px;font-size:1.2rem;line-height:1.4}.feature-words{font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.04;letter-spacing:-.055em;font-weight:700;color:#86afad;border-left:1px solid #7fa3a3;padding-left:40px}.feature-note{position:absolute;bottom:14px;right:20px;font-size:.75rem;color:#b6cccb}.featured-client:hover{background:#1b4749}.client-filters{display:flex;flex-wrap:wrap;gap:10px}.client-filters button{border:1px solid #c7c6c1;border-radius:30px;background:white;padding:10px 18px;font-size:.875rem;min-height:44px}.client-filters button[aria-pressed=true]{color:var(--ink);background:var(--orange);border-color:var(--orange);font-weight:600}.client-filters button:hover{border-color:#c9360f}.filter-status{font-size:.8rem;color:#666;margin:18px 0 25px}.client-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.brand-project{display:flex;flex-direction:column;text-align:left;min-height:250px;padding:32px;color:white;border:1px solid transparent;border-radius:7px;transition:transform .2s}.brand-project:hover{transform:translateY(-3px);border-color:var(--orange)}.brand-project .eyebrow{color:#dedede;font-size:.7rem}.brand-project h3{font-size:clamp(1.7rem,2.8vw,2.7rem);max-width:450px;margin:10px 0 40px}.brand-action{display:flex;justify-content:space-between;gap:20px;width:100%;margin-top:auto;font-size:.875rem}.brand-action span{font-size:1.3rem}.tone-saude{background:#173e40}.tone-educacao{background:#4c3354}.tone-comercio{background:#684425}.tone-entidades{background:#303e35}.tone-construcao{background:#343e48}.tone-industria{background:#244b62}.history-section{margin-top:55px}.history-section h2{font-size:2rem;margin-bottom:12px}.history-section p{color:#666}.history-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px}.history-grid>div{padding:24px 20px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);font-weight:500}.history-grid>div:nth-child(4n){border-right:0}
.segment-row{display:grid;grid-template-columns:1fr 1fr}.segment-row:nth-of-type(odd) .segment-art{order:2}.segment-art{display:flex;align-items:center;min-height:435px;padding:65px max(35px,calc((100vw - 1280px)/2));font-size:clamp(1.7rem,3.4vw,3.5rem);font-weight:700;line-height:1.12;letter-spacing:-.05em;color:#fff;overflow-wrap:anywhere}.segment-copy{padding:50px 55px;max-width:720px}.segment-number{display:block;color:#c9360f;font-size:2.1rem;font-weight:600;margin-bottom:8px}.segment-copy h2{font-size:2.5rem}.segment-copy h3{font-size:1.2rem;margin:16px 0 12px;line-height:1.35}.segment-copy>p{color:#555}.segment-services{display:flex;flex-wrap:wrap;gap:12px 18px;margin:25px 0}.segment-services a{font-size:.875rem;border-bottom:1px solid #b9b8b3}.segment-services a:hover{color:#b8320e}.segment-references{font-size:.875rem}.segment-references small{display:block;font-size:.75rem;margin-bottom:7px;color:#777}.case-subtitle{font-size:1.45rem;margin-top:25px;margin-bottom:0}.case-meta{padding-left:30px;border-left:1px solid #aaa}.case-meta dl{margin:0 0 25px}.case-meta dl div{display:grid;grid-template-columns:1fr 1.4fr;gap:20px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.875rem}.case-meta dd{margin:0}.case-meta dt{color:#666}.case-meta .badge{color:#b8320e}.case-meta>p{font-size:.875rem;margin:18px 0 0}.case-banner{background:#143b3d;color:#d3e3df;padding:60px 0}.case-banner .container{display:flex;flex-direction:column;font-size:clamp(2.6rem,7.3vw,7rem);font-weight:700;line-height:1;letter-spacing:-.045em}.case-banner span:nth-child(2){color:#8caf9f}.case-banner span:last-child{color:white}.draft-label{font-size:.75rem;color:#ad350f;font-weight:700;letter-spacing:.05em}.numbered-story{display:grid;grid-template-columns:150px 1fr;gap:45px;align-items:start}.numbered-story>span{color:var(--orange);font-size:7rem;line-height:1;font-weight:700;letter-spacing:-.065em}.numbered-story .lead{margin:22px 0 0}.numbered-story .muted{margin:18px 0 0}.case-material{background:#e6e6e0}.pending-evidence{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:30px 0 0}.pending-evidence dt{font-weight:600;font-size:.95rem}.pending-evidence dd{margin:8px 0 0;color:#666;font-size:.875rem}
@media(max-width:1000px){.institution-hero{gap:30px}.evolution{grid-template-columns:repeat(4,1fr);gap:25px}.featured-client{padding:40px;gap:30px}.feature-words{padding-left:25px}.editorial-heading .split{gap:35px}.segment-copy{padding:38px 30px}.segment-art{padding:40px 30px;font-size:2rem}.segment-copy h2{font-size:2rem}.history-grid{grid-template-columns:repeat(3,1fr)}.history-grid>div:nth-child(4n){border-right:1px solid var(--line)}.history-grid>div:nth-child(3n){border-right:0}.case-meta{padding-left:20px}}
@media(max-width:700px){.institution-hero{grid-template-columns:1fr;padding-top:28px;padding-bottom:38px}.institution-hero h1,.editorial-heading h1{font-size:clamp(2.25rem,9vw,3.6rem)}.institution-hero figure{min-height:260px}.institution-hero .lead{font-size:1.125rem}.evolution{grid-template-columns:repeat(2,1fr);gap:25px}.evolution h3{font-size:1.05rem}.competencies{padding-bottom:45px}.competencies nav{grid-template-columns:1fr;gap:0;margin-top:20px}.competencies a{font-size:1rem}.team-statement{padding:30px}.team-statement>span{font-size:2.1rem}.local-band{padding:40px 0}.local-band h2{font-size:2.1rem}.editorial-heading{padding-bottom:35px}.editorial-heading .split{grid-template-columns:1fr;gap:25px}.editorial-heading .split>.lead{border:0;padding:0;font-size:1.125rem}.featured-client{padding:30px 25px 48px;min-height:0;display:block}.featured-client h2{font-size:2.5rem}.featured-client p:not(.eyebrow){font-size:1.1rem}.feature-words{border:0;border-top:1px solid #648080;padding:22px 0 0;margin-top:30px;font-size:1.5rem;line-height:1.15}.feature-note{font-size:.6875rem;left:25px;right:auto}.client-filters{gap:8px}.client-filters button{padding:9px 13px;font-size:.8rem}.client-grid{grid-template-columns:1fr;gap:14px}.brand-project{padding:27px;min-height:220px}.brand-project h3{font-size:2rem}.history-section{margin-top:38px}.history-section h2{font-size:1.8rem}.history-grid{grid-template-columns:1fr 1fr}.history-grid>div{font-size:.9rem;padding:18px 12px}.history-grid>div:nth-child(3n){border-right:1px solid var(--line)}.history-grid>div:nth-child(2n){border-right:0}.segment-row{grid-template-columns:1fr}.segment-row:nth-of-type(odd) .segment-art{order:0}.segment-art{min-height:230px;padding:35px 25px;font-size:clamp(1.4rem,6vw,2.6rem)}.segment-copy{padding:35px 20px 42px}.segment-copy h2{font-size:2.25rem}.segment-copy h3{font-size:1.15rem}.segment-services{margin:22px 0}.segment-copy .text-link{font-size:.95rem}.case-meta{padding-left:0;border:0;border-top:1px solid #bbb;padding-top:20px}.case-subtitle{font-size:1.25rem}.case-banner{padding:38px 0}.case-banner .container{font-size:clamp(1.9rem,8vw,3rem)}.numbered-story{grid-template-columns:1fr;gap:22px}.numbered-story>span{font-size:4rem}.pending-evidence{gap:12px}.pending-evidence dt,.pending-evidence dd{font-size:.8rem}.case-meta dl div{gap:15px}.case-meta .badge{font-size:.6875rem}}
/* Editorial library and reading experience. */
.editorial-library{padding-bottom:70px}.editorial-controls{display:flex;gap:25px;align-items:end;justify-content:space-between}.article-categories{display:flex;flex-wrap:wrap;gap:7px 18px}.article-categories button{background:none;border:0;border-bottom:2px solid transparent;padding:12px 0;font-size:.875rem;min-height:44px;color:#555}.article-categories button[aria-pressed=true]{color:#bc350e;border-color:#bc350e;font-weight:700}.article-categories button:hover{color:#bc350e}.content-search{min-width:215px}.content-search label{font-size:.75rem;margin:0 0 7px}.content-search input{background:transparent;min-height:44px}.editorial-card{display:block;text-align:left;background:none;border:0;color:var(--ink);padding:0;width:100%}.editorial-card>img{display:block;width:100%;height:215px;object-fit:cover}.editorial-card>div{padding:22px 0}.editorial-card h3{font-size:1.5rem;line-height:1.15;margin-bottom:15px}.editorial-card .eyebrow{font-size:.7rem;margin-bottom:15px}.editorial-card .eyebrow:before{width:20px}.editorial-card:hover h3,.editorial-card:hover h2{color:#b8320e}.editorial-status{display:block;color:#666;font-size:.75rem;margin:15px 0}.editorial-action{display:flex;align-items:center;gap:18px;font-weight:600;font-size:.95rem}.editorial-action>span{color:#c9360f;font-size:1.3rem}.editorial-featured{display:grid;grid-template-columns:1.25fr 1fr;gap:40px;align-items:center;margin-bottom:45px}.editorial-featured>img{height:410px}.editorial-featured h2{font-size:clamp(2rem,3vw,3rem);margin:0 0 20px}.editorial-featured p{font-size:1.125rem;line-height:1.5}.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 25px}.content-empty{border-top:1px solid var(--line);padding:50px 0}.content-empty h2{font-size:2rem;margin-bottom:15px}.question-links{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:40px}.question-links a{border-left:1px solid #555;padding-left:25px;font-size:1.2rem;line-height:1.4}.question-links a:hover{color:var(--orange)}.article-heading{padding-top:32px;padding-bottom:30px}.article-heading h1{font-size:clamp(2.3rem,4.4vw,4.4rem);max-width:1080px;line-height:1.08}.article-heading .lead{margin:22px 0}.article-meta{display:flex;gap:20px;flex-wrap:wrap;font-size:.875rem;margin:0}.article-meta>span{color:#b8320e}.article-cover{margin-bottom:40px}.article-cover img{width:100%;height:380px;object-fit:cover;display:block}.article-cover figcaption{font-size:.75rem;color:#666;margin-top:8px}.article-layout{display:grid;grid-template-columns:240px minmax(0,780px);gap:65px;justify-content:space-between;align-items:start}.article-toc{position:sticky;top:115px;border-right:1px solid var(--line);padding-right:25px}.article-toc nav{display:flex;flex-direction:column}.article-toc strong{font-size:1.05rem;margin-bottom:15px}.article-toc a{font-size:.9rem;padding:10px 0 10px 12px;border-left:2px solid transparent;line-height:1.4}.article-toc a:hover,.article-toc a[aria-current=true]{border-color:#c9360f;color:#b8320e}.article-body{font-size:1.125rem;line-height:1.75;min-width:0}.article-body h2{font-size:2rem;margin:35px 0 18px;line-height:1.15}.article-body h3{font-size:1.2rem}.article-body p{margin-bottom:20px}.article-body section{scroll-margin-top:115px}.article-body p a{color:#aa2f0b;text-decoration:underline;text-underline-offset:3px}.quick-answer{padding:24px 28px;background:#fce8df;border-radius:7px}.quick-answer strong{font-size:.75rem;letter-spacing:.04em;color:#a72c08}.quick-answer p{font-size:1rem;line-height:1.6;margin:10px 0 0}.article-body blockquote{border-left:3px solid var(--orange);padding-left:25px;margin:32px 0;font-size:clamp(1.7rem,2.6vw,2.4rem);font-weight:700;line-height:1.15;letter-spacing:-.035em}.evidence-sequence{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:25px 0}.evidence-sequence>div{border-top:2px solid var(--orange);padding-top:15px}.evidence-sequence span{color:#bc350e;font-size:1.6rem}.evidence-sequence h3{margin:8px 0}.evidence-sequence p{font-size:.9rem;line-height:1.5}.editorial-checklist{border:1px solid #e89980;border-radius:6px;padding:25px;margin-top:25px}.editorial-checklist ul{padding-left:22px;margin:15px 0 0;font-size:1rem;line-height:1.7}.editorial-checklist li::marker{color:#bc350e}.article-faq h2{margin-top:40px}.article-author{display:flex;gap:20px;align-items:center;border:1px solid var(--line);padding:23px;border-radius:7px;margin:35px 0}.article-author>span{display:grid;place-items:center;background:#ddd;width:55px;height:55px;border-radius:50%;flex-shrink:0;font-size:1.1rem;font-weight:700}.article-author strong{font-size:1rem}.article-author p{font-size:.875rem;line-height:1.5;margin:5px 0}.article-author a{font-size:.875rem;color:#b8320e;font-weight:600}.article-sources{border-top:1px solid var(--line);padding-top:20px}.article-sources h3{font-size:1rem}.article-sources p{font-size:.875rem;line-height:1.6;margin-top:10px}.article-next{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px;border-radius:7px;margin-top:30px}.article-next h3{font-size:1.35rem;line-height:1.2}.article-next .button{white-space:nowrap;flex-shrink:0}.editorial-related{max-width:900px}.editorial-related .editorial-card{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}
@media(max-width:1000px){.editorial-controls{align-items:start;flex-direction:column}.content-search{width:100%}.editorial-featured{gap:28px}.editorial-featured>img{height:340px}.article-layout{grid-template-columns:190px minmax(0,1fr);gap:35px}.article-next{flex-direction:column;align-items:start}.editorial-grid{grid-template-columns:1fr 1fr}.question-links{gap:20px}.article-cover img{height:320px}}
@media(max-width:700px){.editorial-library{padding-bottom:45px}.article-categories{gap:3px 15px}.article-categories button{font-size:.8rem}.editorial-featured{grid-template-columns:1fr;gap:0;margin-bottom:25px}.editorial-featured>img{height:250px}.editorial-featured h2{font-size:2rem}.editorial-featured p{font-size:1.05rem}.editorial-grid{grid-template-columns:1fr;gap:20px}.editorial-card>img{height:235px}.editorial-card h3{font-size:1.55rem}.editorial-card>div{padding:20px 0}.question-links{grid-template-columns:1fr;gap:23px;margin-top:30px}.question-links a{font-size:1.15rem;padding-left:18px}.article-heading{padding-top:27px}.article-heading h1{font-size:clamp(2.1rem,8vw,3rem)}.article-meta{flex-direction:column;gap:7px;font-size:.8rem}.article-cover img{height:235px}.article-cover{margin-bottom:28px}.article-layout{grid-template-columns:1fr;gap:25px}.article-toc{position:static;border:0;border-bottom:1px solid var(--line);padding:0 0 20px}.article-toc nav{display:grid;grid-template-columns:1fr 1fr;gap:3px 12px}.article-toc strong{grid-column:1/-1;margin-bottom:8px}.article-toc a{font-size:.85rem;padding:10px 0 10px 10px}.article-body{font-size:1.05rem;line-height:1.75}.article-body h2{font-size:1.8rem}.quick-answer{padding:22px}.quick-answer p{font-size:1rem}.article-body blockquote{padding-left:18px;font-size:1.8rem}.evidence-sequence{gap:12px}.evidence-sequence h3{font-size:1rem}.evidence-sequence p{font-size:.8rem}.editorial-checklist{padding:22px}.article-author{padding:20px;gap:15px}.article-next{padding:25px}.article-next .button{width:100%;white-space:normal}.editorial-related .editorial-card{grid-template-columns:1fr;gap:0}}

.pm-editorial-search{display:flex;gap:20px;align-items:end;flex-wrap:wrap;margin:24px 0}.pm-editorial-search label{display:grid;gap:8px;flex:1;min-width:220px}.pm-editorial-search input,.pm-editorial-search select{width:100%;padding:14px;background:#fff;color:#242428;border:1px solid #888;border-radius:4px;font:inherit}.pm-published-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:32px 0}.pm-published-card{padding:24px;background:#fff;border:1px solid #ddd}.pm-published-card img{width:100%;height:220px;object-fit:cover}.pm-published-card h2{font-size:32px}.page-numbers{display:inline-block;padding:10px;margin:4px}.page-numbers.current{background:#242428;color:#fff}@media(max-width:900px){.pm-published-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.pm-published-grid{grid-template-columns:1fr}.pm-editorial-search{display:grid}}
.client-logo{display:block;width:auto;max-width:150px;height:52px;object-fit:contain;object-position:left center;margin:0 0 18px}.pm-editor-note{padding:18px;border:1px dashed #b8320e;color:#6e250e}.case-card{isolation:isolate}.case-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.case-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#0b0b0d66,#0b0b0d11);z-index:-1}.case-card>*:not(.case-cover){position:relative;z-index:1}.pm-case-dynamic .editorial-heading h1{font-size:clamp(2.5rem,5vw,5rem)}
