:root{
  --primary:#0A3766;
  --primary-bright:#155A9C;
  --primary-deep:#061F3A;
  --primary-soft:#DCEAF6;
  --canvas:#fff;
  --paper:#fff;
  --cloud:#f7f7f7;
  --fog:#e8e8e8;
  --steel:#c2c2c2;
  --hairline:#e8e8e8;
  --ink:#1a1a1a;
  --ink-deep:#000;
  --charcoal:#3d3d3d;
  --graphite:#636363;
  --on-ink:#fff;
  --shadow-soft:0 2px 8px rgba(26,26,26,.08);
  --shadow-modal:0 8px 24px rgba(26,26,26,.12);
  --font:"Manrope", sans-serif;
  --container:min(1366px,calc(100% - 48px));
  --section:80px;
  --header-h:76px;
  --ease:cubic-bezier(.16,1,.3,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.38;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}::selection{background:var(--primary);color:#fff}
.masthead{position:sticky;top:0;z-index:30;height:var(--header-h);display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:24px;padding:0 max(24px,calc((100vw - 1366px)/2));background:var(--canvas);border-bottom:1px solid var(--hairline)}
.brand{display:flex;align-items:center;height:100%}.brand img{width:110px;height:auto;max-height:68px;object-fit:contain}.nav{justify-self:end;display:flex;align-items:center;gap:4px}.nav a{position:relative;display:flex;align-items:center;min-height:44px;padding:8px 14px;color:var(--ink);font-size:15px;font-weight:500}.nav a::after{content:"";position:absolute;left:14px;right:14px;bottom:7px;height:2px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .38s var(--ease)}.nav a:hover::after{transform:scaleX(1)}.menu{display:none;justify-self:end;width:auto}
.nav-cta,.btn,.order-form button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 24px;border-radius:4px;border:1px solid var(--primary);background:var(--primary);color:#fff;font:700 14px/1.4 var(--font);letter-spacing:.7px;text-transform:uppercase;cursor:pointer;transition:background .28s var(--ease),border-color .28s var(--ease),transform .28s var(--ease),box-shadow .28s var(--ease)}.nav-cta:hover,.btn:hover,.order-form button:hover{background:var(--primary-deep);border-color:var(--primary-deep);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.btn.light{background:var(--canvas);color:var(--primary);border-color:var(--primary)}.btn.light:hover{background:var(--primary-soft);color:var(--primary-deep)}
.hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(24px,1fr) minmax(0,560px) minmax(420px,680px) minmax(24px,1fr);grid-template-areas:". copy image .";gap:clamp(32px,5vw,72px);align-items:center;min-height:calc(100dvh - var(--header-h));padding:var(--section) 0;background:var(--cloud);overflow:hidden}.hero::before,.hero::after{content:"";position:absolute;z-index:-1;width:142px;height:72%;top:14%;background:var(--primary);transform:skewX(-18deg)}.hero::before{left:-128px}.hero::after{right:-84px}.hero-kicker{grid-area:copy;align-self:start;justify-self:start;display:flex;gap:16px;margin-bottom:24px;color:var(--graphite);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-copy{grid-area:copy}.hero-image{grid-area:image;position:relative;margin:0}.hero-image img{width:100%;height:min(620px,62vw);object-fit:cover;border-radius:16px;box-shadow:var(--shadow-soft)}.image-note{position:absolute;left:32px;bottom:32px;max-width:320px;padding:16px 20px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft)}.image-note::before{content:"LOCAL OFFICE";display:block;margin-bottom:4px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.08em}.image-note strong,.image-note span{display:block}.image-note span{margin-top:3px;color:var(--charcoal);font-size:14px}
.eyebrow{margin:0 0 16px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:500;letter-spacing:-.018em;line-height:1}h1{max-width:760px;margin-bottom:24px;font-size:clamp(44px,6.2vw,72px)}h2{margin-bottom:20px;font-size:clamp(32px,4.5vw,56px)}h3{font-size:24px;line-height:1.17}.lede{max-width:600px;margin-bottom:32px;color:var(--charcoal);font-size:18px;line-height:1.45}.actions{display:flex;flex-wrap:wrap;gap:12px}
.block{width:var(--container);margin:0 auto;padding:var(--section) 0}.quick-cta{position:relative;z-index:4;width:var(--container);margin:24px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.quick-cta a{display:flex;min-height:190px;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:24px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft);transition:transform .32s var(--ease),box-shadow .32s var(--ease)}.quick-cta a:hover{transform:translateY(-2px);box-shadow:var(--shadow-modal)}.quick-cta span{color:var(--primary);font-size:14px;font-weight:700}.quick-cta strong{display:block;margin:16px 0 8px;font-size:24px;font-weight:500;line-height:1.17}.quick-cta small{display:block;color:var(--charcoal);font-size:14px;line-height:1.5}.image-band{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:24px}.image-band figure,.service-visual,.tools figure{position:relative;margin:0;overflow:hidden;border-radius:16px;background:var(--cloud);box-shadow:var(--shadow-soft)}.image-band img{width:100%;height:330px;object-fit:cover}.image-band figcaption,.service-visual::before,.tools figure::after{position:absolute;left:16px;bottom:16px;padding:6px 12px;border-radius:8px;background:var(--ink);color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.image-band figcaption{display:block}.statement{display:grid;grid-template-columns:90px 1.05fr .95fr;gap:32px;align-items:start;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.section-number{color:var(--primary);font-weight:700}.statement p:last-child{color:var(--charcoal);font-size:18px;line-height:1.55}
.clients{background:transparent}.intro{max-width:820px;margin-bottom:32px}.client-ledger{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.client-ledger article{display:flex;min-height:320px;flex-direction:column;padding:24px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft)}.client-ledger span{margin-bottom:20px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.client-ledger h3{margin-bottom:16px}.client-ledger p{color:var(--charcoal)}.client-ledger a,.service-stack a,.tool-links a{margin-top:auto;color:var(--primary);font-size:14px;font-weight:700}.mid-cta{width:100%;max-width:none;display:grid;grid-template-columns:minmax(24px,1fr) minmax(0,1060px) auto minmax(24px,1fr);gap:32px;align-items:center;padding:64px 0;background:var(--ink);color:#fff}.mid-cta>div{grid-column:2}.mid-cta>.btn{grid-column:3}.mid-cta .eyebrow{color:var(--primary-soft)}.mid-cta h2{max-width:780px;margin:0}.mid-cta .btn.dark{background:#fff;color:var(--ink);border-color:#fff}.mid-cta .btn.dark:hover{background:var(--fog)}
.services{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center}.service-visual::before{content:"SEARCH · CLEAR · CLOSE";top:16px;bottom:auto}.service-visual img{width:100%;height:610px;object-fit:cover}.service-stack{display:grid;gap:16px;margin-top:32px}.service-stack div{display:grid;grid-template-columns:150px 1fr 140px;gap:20px;align-items:start;padding:20px;background:var(--cloud);border-radius:16px}.service-stack b{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.service-stack p{margin:0;color:var(--charcoal)}.process{background:transparent}.timeline{counter-reset:item;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.timeline li{position:relative;min-height:260px;padding:24px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft)}.timeline li::before{counter-increment:item;content:"0" counter(item);display:block;margin-bottom:72px;color:var(--primary);font-weight:700}.timeline li::after{content:"";position:absolute;right:24px;top:24px;width:36px;height:54px;background:var(--primary);clip-path:polygon(35% 0,100% 0,65% 100%,0 100%)}.timeline span{display:block;margin-bottom:10px;font-size:24px;font-weight:500}.timeline p{color:var(--charcoal);font-size:14px}.section-cta{margin-top:24px}.inverse{background:transparent!important;color:#fff!important;border-color:#fff!important}.inverse:hover{background:#fff!important;color:var(--ink)!important}
.security{width:100%;display:grid;grid-template-columns:minmax(24px,1fr) minmax(0,520px) minmax(0,640px) minmax(24px,1fr);gap:48px;align-items:center;padding:var(--section) 0;background:var(--ink);color:#fff}.security>div:first-child{grid-column:2}.security-card{grid-column:3;padding:32px;background:#292929;border-radius:16px}.security .eyebrow{color:var(--primary-soft)}.security-card p{color:#fff}.security-card strong{display:block;font-size:24px;font-weight:500;line-height:1.17}.tools{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.tools figure::after{content:"INDIANAPOLIS"}.tools img{width:100%;height:510px;object-fit:cover}.tools p{color:var(--charcoal);font-size:18px}.tool-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.tool-links a{padding:12px 16px;border:1px solid var(--primary);border-radius:4px;background:var(--canvas)}
.order{display:grid;grid-template-columns:.78fr 1fr;gap:64px;align-items:start;border-top:1px solid var(--hairline)}.order-intro p:not(.eyebrow){color:var(--charcoal);font-size:18px}.order-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:24px;background:var(--cloud);border-radius:16px;box-shadow:var(--shadow-soft)}.order-form label{color:var(--charcoal);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.order-form input,.order-form select{width:100%;height:44px;margin-top:8px;padding:12px 16px;border:1px solid var(--steel);border-radius:4px;background:var(--canvas);color:var(--ink);font:400 16px/1.38 var(--font)}.order-form input:focus,.order-form select:focus{outline:0;border-color:var(--ink)}.order-form button,.order-form p{grid-column:1/-1}.order-form p{margin:0;color:var(--graphite);font-size:12px}.location{display:flex;justify-content:space-between;gap:32px;align-items:end;padding:32px;background:var(--cloud);border-radius:16px}.location address{color:var(--charcoal);font-style:normal;font-size:18px}.location-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}footer{padding:64px 24px;background:var(--ink);color:#fff;text-align:center}footer img{width:145px;margin:0 auto 20px;filter:brightness(0) invert(1)}footer p{margin:0;color:var(--fog)}.site-footer{text-align:left}.footer-grid{width:var(--container);margin:0 auto;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:32px}.footer-brand img{margin:0 0 20px;filter:brightness(0) invert(1)}.footer-grid strong{display:block;margin-bottom:14px;color:#fff;font-size:12px;letter-spacing:.11em;text-transform:uppercase}.footer-grid a{display:block;margin:9px 0;color:var(--fog);font-size:14px}.footer-grid a:hover{color:#fff}.footer-bottom{width:var(--container);margin:36px auto 0!important;padding-top:24px;border-top:1px solid rgba(255,255,255,.18);font-size:13px}.mobile-sticky{display:none}.reveal{opacity:1;transform:translateY(0)}.reveal.is-visible{animation:reveal .75s var(--ease) both}@keyframes reveal{from{opacity:.001;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.nav a.active{color:var(--primary)}.nav a.active::after{transform:scaleX(1)}.page-hero{position:relative;display:grid;grid-template-columns:minmax(24px,1fr) minmax(0,560px) minmax(420px,680px) minmax(24px,1fr);grid-template-areas:". copy image .";gap:clamp(32px,5vw,72px);align-items:center;padding:clamp(64px,8vw,112px) 0;background:var(--cloud);overflow:hidden}.page-hero::before{content:"";position:absolute;right:-92px;top:16%;width:140px;height:68%;background:var(--primary);transform:skewX(-18deg)}.page-hero.alert{background:var(--ink);color:#fff}.page-hero.alert .lede{color:var(--fog)}.page-hero.alert .eyebrow{color:var(--primary-soft)}.page-hero-copy{grid-area:copy}.page-hero figure{grid-area:image;position:relative;margin:0;z-index:1}.page-hero img{width:100%;height:min(560px,52vw);object-fit:cover;border-radius:16px;box-shadow:var(--shadow-soft)}.page-intro{display:grid;grid-template-columns:90px 1fr 1fr;gap:32px;border-bottom:1px solid var(--hairline)}.page-intro h2{max-width:760px}.page-intro p:last-child{color:var(--charcoal);font-size:18px;line-height:1.55}.service-directory,.audience-router,.resource-grid,.tool-hub,.customer-tool-grid,.value-ledger{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-directory article,.audience-router article,.resource-grid article,.tool-hub article,.customer-tool-grid article,.value-ledger article,.detail-list article,.audience-proof article{display:flex;min-height:240px;flex-direction:column;padding:24px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft)}.service-directory h3,.audience-router h3,.resource-grid h3,.tool-hub h3,.customer-tool-grid h3{margin-bottom:16px}.service-directory p,.audience-router p,.resource-grid p,.tool-hub p,.customer-tool-grid p,.value-ledger p,.detail-list p,.audience-proof p{color:var(--charcoal)}.service-directory a,.audience-router a,.resource-grid a,.tool-hub a,.customer-tool-grid a,.value-ledger a,.detail-list a,.audience-proof a{margin-top:auto;color:var(--primary);font-size:14px;font-weight:700}.detail-layout{display:grid;grid-template-columns:.78fr 1fr;gap:64px;align-items:start}.detail-layout>div:first-child p:last-child{color:var(--charcoal);font-size:18px;line-height:1.55}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.detail-list article{min-height:190px}.detail-list span,.tool-hub span,.value-ledger span,.audience-proof span{margin-bottom:18px;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.wide-cta{display:flex;justify-content:space-between;gap:32px;align-items:center;padding:40px;background:var(--cloud);border-radius:16px}.wide-cta h2{max-width:820px;margin:0}.wide-cta .btn.light{align-self:center}.audience-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.audience-proof article{min-height:260px}.wire-warning{background:var(--primary);color:#fff;border-radius:16px;padding:48px}.wire-warning h2{max-width:980px}.wire-warning p{max-width:760px;color:#fff}.location-detail{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.location-detail figure{margin:0;overflow:hidden;border-radius:16px;box-shadow:var(--shadow-soft)}.location-detail img{width:100%;height:460px;object-fit:cover}.location-detail address{margin-bottom:20px;color:var(--charcoal);font-style:normal;font-size:20px}.utility-layout{display:grid;grid-template-columns:.72fr 1fr;gap:64px;align-items:start}.utility-layout>div p:last-child{color:var(--charcoal);font-size:18px;line-height:1.55}.utility-form textarea{width:100%;min-height:120px;margin-top:8px;padding:12px 16px;border:1px solid var(--steel);border-radius:4px;background:var(--canvas);font:400 16px/1.38 var(--font);resize:vertical}.utility-form .full{grid-column:1/-1}.utility-form input[type=file]{padding:9px 12px}.calc-output{grid-column:1/-1;display:block;min-height:64px;padding:18px 20px;border-left:4px solid var(--primary);border-radius:4px;background:#fff;color:var(--ink);font-weight:700;line-height:1.45}
@media(max-width:1050px){:root{--container:min(100% - 32px,1366px);--section:64px;--header-h:72px}.masthead{grid-template-columns:auto minmax(0,1fr) auto;gap:16px}.brand img{width:104px;max-height:64px}.nav,.nav-cta{display:none}.menu{display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid var(--ink);border-radius:4px;background:var(--canvas);font:700 14px/1 var(--font);letter-spacing:.7px;text-transform:uppercase}.nav.open{position:absolute;top:var(--header-h);left:16px;right:auto;width:calc(100vw - 32px);justify-self:stretch;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:16px;background:var(--canvas);border:1px solid var(--hairline);border-radius:16px;box-shadow:var(--shadow-modal)}.nav.open a{min-height:48px}.hero,.page-hero{grid-template-columns:16px 1fr 16px;grid-template-areas:". copy ." ". image .";padding:64px 0}.hero-kicker{display:none}.hero-image img,.page-hero img{height:520px}.quick-cta,.client-ledger,.timeline,.service-directory,.audience-router,.resource-grid,.tool-hub,.customer-tool-grid,.value-ledger,.audience-proof{grid-template-columns:repeat(2,1fr)}.statement,.services,.security,.tools,.order,.page-intro,.detail-layout,.location-detail,.utility-layout{grid-template-columns:1fr}.security{padding:64px 24px}.security>div:first-child,.security-card{grid-column:auto}.mid-cta{grid-template-columns:24px 1fr 24px}.mid-cta>div,.mid-cta>.btn{grid-column:2}.mid-cta>.btn{justify-self:start}.service-stack div{grid-template-columns:1fr}.service-visual img{height:440px}.footer-grid{grid-template-columns:1fr 1fr}.wide-cta{align-items:flex-start;flex-direction:column}.page-hero::before{right:-118px}.page-intro{gap:12px}}
@media(max-width:640px){:root{--container:min(100% - 24px,1366px);--section:48px;--header-h:64px}.masthead{height:var(--header-h);padding:0 12px;gap:12px}.brand img{width:86px;max-height:56px}.menu{min-height:40px;padding:9px 14px}.nav.open{top:var(--header-h);left:12px;right:auto;width:calc(100vw - 24px)}.hero,.page-hero{min-height:auto;padding:48px 0}.hero::before,.hero::after,.page-hero::before{display:none}h1{font-size:38px;line-height:1.02}.lede{font-size:16px}.actions .btn{width:100%}.hero-image img,.page-hero img{height:360px;border-radius:16px}.image-note{position:relative;left:auto;bottom:auto;margin:-46px 16px 0}.quick-cta,.client-ledger,.timeline,.image-band,.service-directory,.audience-router,.resource-grid,.tool-hub,.customer-tool-grid,.value-ledger,.audience-proof,.detail-list{grid-template-columns:1fr}.quick-cta a,.client-ledger article,.audience-proof article{min-height:0}.statement{grid-template-columns:1fr;gap:8px}.mid-cta{padding:48px 0}.services,.tools,.order,.detail-layout,.location-detail,.utility-layout{gap:32px}.service-visual img,.tools img,.location-detail img{height:330px}.security{gap:32px;padding:48px 16px}.security-card{padding:24px}.order-form{grid-template-columns:1fr;padding:16px}.utility-form .full{grid-column:auto}.location{display:block;padding:24px}.location-actions{justify-content:flex-start;margin-top:20px}.location .btn{width:100%;margin-top:8px}footer{padding:48px 16px}.footer-grid{grid-template-columns:1fr}.mobile-sticky{display:none!important}.wire-warning{padding:28px}.page-intro p:last-child,.detail-layout>div:first-child p:last-child,.utility-layout>div p:last-child{font-size:16px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}}

/* Rich customer pages + dropdown navigation */
.nav{gap:2px}.nav-group{position:relative;display:flex;align-items:center}.nav-parent{gap:6px}.nav-group:has(.nav-dropdown)>.nav-parent::before{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);order:2;margin-left:2px;margin-top:-4px}.nav-dropdown{position:absolute;top:calc(100% + 8px);left:50%;min-width:248px;padding:10px;background:var(--canvas);border:1px solid var(--hairline);border-radius:14px;box-shadow:var(--shadow-modal);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .22s var(--ease),transform .22s var(--ease),visibility .22s var(--ease)}.nav-dropdown::before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}.nav .nav-dropdown a{display:flex;min-height:40px;padding:10px 12px;border-radius:8px;color:var(--charcoal);font-size:14px;line-height:1.25}.nav .nav-dropdown a::after{display:none}.nav .nav-dropdown a:hover{background:var(--cloud);color:var(--primary)}.menu{gap:6px}.menu span{display:block;width:16px;height:2px;background:currentColor}.menu b{font:700 13px/1 var(--font);letter-spacing:.08em;text-transform:uppercase}
.deep-intro{display:grid;grid-template-columns:90px minmax(0,1fr) 360px;gap:32px;align-items:start;border-bottom:1px solid var(--hairline)}.deep-intro h2{max-width:860px}.deep-intro p{color:var(--charcoal);font-size:18px;line-height:1.6}.deep-intro aside{padding:24px;border-left:4px solid var(--primary);border-radius:12px;background:var(--cloud)}.deep-intro aside strong{display:block;margin-bottom:10px;color:var(--primary);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.deep-intro aside span{display:block;color:var(--ink);font-size:15px;line-height:1.55}.rich-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rich-grid article{min-height:270px;padding:26px;background:var(--paper);border-radius:16px;box-shadow:var(--shadow-soft);border:1px solid rgba(10,55,102,.06)}.rich-grid span{display:block;margin-bottom:22px;color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rich-grid p{color:var(--charcoal);line-height:1.58}.check-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:start}.check-section>div p:last-child{color:var(--charcoal);font-size:18px;line-height:1.6}.check-section ol{counter-reset:check;display:grid;gap:14px;margin:0;padding:0;list-style:none}.check-section li{counter-increment:check;position:relative;display:grid;grid-template-columns:52px 1fr;gap:18px;padding:20px;background:var(--cloud);border-radius:14px}.check-section li::before{content:counter(check,decimal-leading-zero);grid-row:1/3;color:var(--primary);font-weight:800}.check-section li strong{grid-column:2;display:block;margin-bottom:6px;font-size:18px}.check-section li span{grid-column:2;display:block;color:var(--charcoal);line-height:1.52}.split-proof{display:grid;grid-template-columns:.75fr 1fr;gap:48px;align-items:start;padding:48px;border-radius:16px;background:var(--ink);color:#fff}.split-proof .eyebrow{color:var(--primary-soft)}.split-proof h2{margin:0}.proof-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.proof-list a{display:flex;align-items:center;min-height:74px;padding:18px 20px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;font-weight:700}.proof-list a:hover{background:#fff;color:var(--ink)}.faq-section{border-top:1px solid var(--hairline)}.faq-section>h2{max-width:860px}.faq-list{display:grid;gap:12px;max-width:980px}.faq-list details{padding:20px 22px;border-radius:14px;background:var(--cloud)}.faq-list summary{cursor:pointer;font-weight:800;color:var(--ink)}.faq-list p{margin:14px 0 0;color:var(--charcoal);line-height:1.58}.lead-capture{display:grid;grid-template-columns:.72fr 1fr;gap:64px;align-items:start;border-top:1px solid var(--hairline)}.lead-capture>div p:last-child{color:var(--charcoal);font-size:18px;line-height:1.58}.audience-form{position:relative}.audience-form::before{content:"Secure request";position:absolute;right:24px;top:-14px;padding:6px 10px;border-radius:999px;background:var(--primary);color:#fff;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.audience-form input[type=hidden]{display:none}
@media(max-width:1050px){.masthead{grid-template-columns:auto minmax(0,1fr) auto}.nav-cta{display:none}.menu{display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:1px solid var(--ink);border-radius:4px;background:var(--canvas);color:var(--ink)}.menu span{display:block}.nav{display:none}.nav.open{position:absolute;top:var(--header-h);left:16px;width:calc(100vw - 32px);max-height:calc(100dvh - var(--header-h) - 16px);overflow:auto;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:14px;background:var(--canvas);border:1px solid var(--hairline);border-radius:16px;box-shadow:var(--shadow-modal)}.nav.open .nav-group{display:block;border-bottom:1px solid var(--hairline);padding-bottom:8px}.nav.open .nav-group:last-child{border-bottom:0}.nav.open .nav-parent{min-height:42px;padding:8px 10px;font-weight:800}.nav.open .nav-parent::after{display:none}.nav.open .nav-dropdown{position:static;display:grid;gap:2px;min-width:0;padding:0 0 6px 12px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav.open .nav-dropdown::before{display:none}.nav.open .nav-dropdown a{min-height:34px;padding:8px 10px;background:transparent;color:var(--charcoal)}.nav.open .nav-dropdown a:hover{background:var(--cloud)}.deep-intro,.check-section,.split-proof,.lead-capture{grid-template-columns:1fr}.rich-grid{grid-template-columns:repeat(2,1fr)}.proof-list{grid-template-columns:1fr}.deep-intro aside{border-left:0;border-top:4px solid var(--primary)}}
@media(max-width:640px){.menu b{display:none}.menu{min-width:44px}.rich-grid{grid-template-columns:1fr}.rich-grid article{min-height:0;padding:22px}.deep-intro,.check-section,.lead-capture{gap:28px}.split-proof{padding:28px}.check-section li{grid-template-columns:1fr;gap:8px}.lead-capture>div p:last-child,.check-section>div p:last-child,.deep-intro p{font-size:16px}.audience-form::before{right:16px}.page-hero .actions{width:100%}}
.nav-group.is-current>.nav-parent{color:var(--primary)}.nav-group.is-current>.nav-parent::after{transform:scaleX(1)}
@media(max-width:640px){.check-section li strong,.check-section li span{grid-column:1}.check-section li::before{grid-row:auto}}

/* Header hardening after visual QA: dropdowns must never render expanded by default. */
@media(min-width:1051px){
  .masthead{isolation:isolate;overflow:visible}.nav{display:flex;align-items:center}.nav-group{position:relative}.nav-dropdown{display:none!important;position:absolute!important;top:calc(100% + 8px)!important;left:50%!important;z-index:50!important}.nav-group:hover>.nav-dropdown,.nav-group:focus-within>.nav-dropdown{display:block!important;visibility:visible!important;opacity:1!important;transform:translate(-50%,0)!important}.nav-dropdown a{white-space:nowrap}.menu{display:none!important}
}
@media(max-width:1050px){
  .masthead{isolation:isolate}.nav:not(.open){display:none!important}.nav.open{z-index:80}.nav.open .nav-dropdown{display:grid!important}.nav-cta{display:none!important}
}

/* Motion pass: restrained, trust-building interaction layer. */
:root{
  --ease-out-quart:cubic-bezier(.25,1,.5,1);
  --ease-out-quint:cubic-bezier(.22,1,.36,1);
  --ease-out-expo:cubic-bezier(.16,1,.3,1);
}
@keyframes kt-hero-in{from{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
@keyframes kt-image-in{from{opacity:0;transform:translate3d(18px,0,0) scale(.985)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}
@keyframes kt-menu-in{from{opacity:0;transform:translate3d(0,-8px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
@keyframes kt-tap{0%{transform:translateY(-1px) scale(1)}45%{transform:translateY(0) scale(.985)}100%{transform:translateY(-1px) scale(1)}}
body.motion-ready .page-hero-copy,body.motion-ready .hero-copy{opacity:0;animation:kt-hero-in .62s var(--ease-out-expo) .06s forwards}
body.motion-ready .page-hero figure,body.motion-ready .hero-image{opacity:0;animation:kt-image-in .72s var(--ease-out-expo) .16s forwards}
body.motion-ready .masthead{transition:box-shadow .28s var(--ease-out-quart),background-color .28s var(--ease-out-quart),border-color .28s var(--ease-out-quart)}
body.scrolled .masthead{box-shadow:0 10px 28px rgba(10,55,102,.08);border-color:rgba(10,55,102,.12)}
.nav-parent::before{transition:transform .22s var(--ease-out-quart),margin-top .22s var(--ease-out-quart)}
.nav-group:hover>.nav-parent::before,.nav-group:focus-within>.nav-parent::before{transform:rotate(225deg);margin-top:2px}
.nav-dropdown{transform-origin:top center;will-change:opacity,transform}.nav-dropdown a{transition:background-color .18s var(--ease-out-quart),color .18s var(--ease-out-quart),transform .18s var(--ease-out-quart)}.nav-dropdown a:hover{transform:translateX(2px)}
@media(min-width:1051px){.nav-group:hover>.nav-dropdown,.nav-group:focus-within>.nav-dropdown{animation:kt-menu-in .2s var(--ease-out-quart) both}}
.menu{transition:background-color .2s var(--ease-out-quart),color .2s var(--ease-out-quart),transform .16s var(--ease-out-quart)}.menu:hover{background:var(--cloud)}.menu:active{transform:scale(.98)}.menu span{transition:transform .22s var(--ease-out-quart),opacity .16s var(--ease-out-quart)}.menu[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu[aria-expanded="true"] span:nth-child(2){opacity:0}.menu[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.nav.open{animation:kt-menu-in .24s var(--ease-out-quart) both}.nav.open .nav-parent,.nav.open .nav-dropdown a{animation:kt-hero-in .28s var(--ease-out-quart) both;animation-delay:var(--stagger,0ms)}
.btn,.nav-cta,.order-form button,.proof-list a,.tool-links a,.location-actions a,.service-directory a,.audience-router a,.resource-grid a,.tool-hub a,.customer-tool-grid a{will-change:transform;transition:background-color .24s var(--ease-out-quart),border-color .24s var(--ease-out-quart),color .24s var(--ease-out-quart),box-shadow .24s var(--ease-out-quart),transform .24s var(--ease-out-quart)}
.btn:active,.nav-cta:active,.order-form button:active{animation:kt-tap .18s var(--ease-out-quart)}
.quick-cta a,.client-ledger article,.rich-grid article,.customer-tool-grid article,.tool-hub article,.service-directory article,.audience-router article,.resource-grid article,.value-ledger article,.detail-list article,.audience-proof article,.faq-list details{transition:transform .28s var(--ease-out-quart),box-shadow .28s var(--ease-out-quart),border-color .28s var(--ease-out-quart),background-color .28s var(--ease-out-quart)}
.rich-grid article:hover,.customer-tool-grid article:hover,.tool-hub article:hover,.service-directory article:hover,.audience-router article:hover,.resource-grid article:hover,.value-ledger article:hover,.detail-list article:hover,.audience-proof article:hover{transform:translateY(-3px);box-shadow:var(--shadow-modal)}
.reveal{opacity:0!important;transform:translate3d(0,18px,0)!important;transition:opacity .58s var(--ease-out-expo),transform .58s var(--ease-out-expo)!important;transition-delay:var(--reveal-delay,0ms)!important}.reveal.is-visible{opacity:1!important;transform:translate3d(0,0,0)!important}
.order-form input,.order-form select,.order-form textarea,.utility-form textarea{transition:border-color .18s var(--ease-out-quart),box-shadow .18s var(--ease-out-quart),background-color .18s var(--ease-out-quart),transform .18s var(--ease-out-quart)}.order-form input:focus,.order-form select:focus,.order-form textarea:focus,.utility-form textarea:focus{box-shadow:0 0 0 3px rgba(10,55,102,.11);transform:translateY(-1px)}
.order-form button.is-confirming{background:var(--primary-deep);border-color:var(--primary-deep)}.order-form button.is-confirmed{background:#0f5f46;border-color:#0f5f46}.calc-output{transition:background-color .24s var(--ease-out-quart),color .24s var(--ease-out-quart),transform .24s var(--ease-out-quart)}.calc-output.is-updated{transform:translateY(-1px);background:var(--primary-soft)}
.faq-list details[open]{background:#eef5fb}.faq-list summary{transition:color .18s var(--ease-out-quart)}.faq-list summary:hover{color:var(--primary)}.faq-list details p{animation:kt-hero-in .24s var(--ease-out-quart) both}
.deep-intro aside{border:1px solid rgba(10,55,102,.12);border-radius:12px;background:linear-gradient(180deg,var(--cloud),#fff)}
@media(max-width:1050px){.deep-intro aside{border:1px solid rgba(10,55,102,.12)}}
@media(max-width:640px){body.motion-ready .page-hero-copy,body.motion-ready .hero-copy,body.motion-ready .page-hero figure,body.motion-ready .hero-image{animation-duration:.42s}.reveal{transition-duration:.36s!important}.nav.open .nav-parent,.nav.open .nav-dropdown a{animation-duration:.18s}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}body.motion-ready .page-hero-copy,body.motion-ready .hero-copy,body.motion-ready .page-hero figure,body.motion-ready .hero-image,.nav.open,.nav.open .nav-parent,.nav.open .nav-dropdown a,.faq-list details p{animation:none!important;opacity:1!important;transform:none!important}.reveal,.reveal.is-visible{opacity:1!important;transform:none!important;transition:none!important}.menu span,.nav-parent::before,.nav-dropdown,.nav-dropdown a,.btn,.nav-cta,.order-form button,.quick-cta a,.rich-grid article,.order-form input,.order-form select,.order-form textarea{transition:none!important}}

/* Mobile menu hardening after visual QA: solid fixed drawer, never a translucent in-between panel. */
@media(max-width:1050px){
  .nav.open{position:fixed!important;top:calc(var(--header-h) + 8px)!important;left:16px!important;right:auto!important;width:calc(100vw - 32px)!important;max-height:calc(100dvh - var(--header-h) - 24px)!important;overflow:auto!important;z-index:999!important;background:var(--canvas)!important;border:1px solid var(--hairline)!important;box-shadow:0 18px 48px rgba(10,55,102,.16)!important;opacity:1!important;transform:none!important;animation:none!important;backdrop-filter:none!important}.nav.open .nav-parent,.nav.open .nav-dropdown a{opacity:1!important;transform:none!important;animation:none!important}.nav.open .nav-dropdown{background:transparent!important}.masthead{z-index:1000!important;overflow:visible!important}
}
@media(max-width:640px){.nav.open{left:12px!important;width:calc(100vw - 24px)!important}}

/* Hamburger icon geometry: stack lines instead of flex-row artifacts. */
@media(max-width:1050px){
  .menu{position:relative;min-width:92px;padding-left:38px!important}.menu span{position:absolute!important;left:14px!important;top:50%!important;margin:0!important;transform-origin:center!important}.menu span:nth-child(1){transform:translateY(-7px)!important}.menu span:nth-child(2){transform:translateY(0)!important}.menu span:nth-child(3){transform:translateY(7px)!important}.menu[aria-expanded="true"] span:nth-child(1){transform:translateY(0) rotate(45deg)!important}.menu[aria-expanded="true"] span:nth-child(2){opacity:0!important;transform:translateY(0) scaleX(.4)!important}.menu[aria-expanded="true"] span:nth-child(3){transform:translateY(0) rotate(-45deg)!important}
}
@media(max-width:640px){.menu{min-width:48px!important;width:48px!important;padding:9px 14px!important}.menu span{left:15px!important}}

/* CertifID security/payment integration */
.security-hero::after{content:"CERTIFID · VERIFY · PROTECT";position:absolute;left:max(24px,calc((100vw - 1366px)/2));bottom:22px;color:rgba(10,55,102,.18);font-size:12px;font-weight:800;letter-spacing:.18em}.security-system{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.security-system article{display:flex;min-height:310px;flex-direction:column;padding:26px;border:1px solid rgba(10,55,102,.08);border-radius:16px;background:var(--paper);box-shadow:var(--shadow-soft)}.security-system span{display:block;margin-bottom:26px;color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.security-system p{color:var(--charcoal);line-height:1.58}.security-system a{margin-top:auto;color:var(--primary);font-weight:800}.certifid-proof .proof-list article{min-height:150px}.form-note{grid-column:1/-1;margin:0;padding:14px 16px;border-left:4px solid var(--primary);border-radius:10px;background:#fff;color:var(--charcoal)!important;font-size:13px!important;line-height:1.5!important;text-transform:none!important;letter-spacing:0!important;font-weight:600!important}.certifid-fit{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;padding:42px;border-radius:18px;background:linear-gradient(135deg,var(--ink),#203548);color:#fff}.certifid-fit h2{max-width:900px;margin-bottom:16px;font-size:clamp(28px,3vw,44px)}.certifid-fit p:not(.eyebrow){max-width:920px;margin:0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.6}.certifid-fit .eyebrow{color:var(--primary-soft)}.certifid-fit-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.security-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.security-card-grid>p{grid-column:1/-1;margin-bottom:8px}.security-card-grid div{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.04)}.security-card-grid div strong{margin-bottom:8px;font-size:18px}.security-card-grid div span{display:block;color:rgba(255,255,255,.72);line-height:1.45}.wire-warning{width:100%;background:#fff2dc;border-top:1px solid rgba(173,103,27,.18);border-bottom:1px solid rgba(173,103,27,.18)}.wire-warning>div{width:var(--container);margin:0 auto;padding:42px 0}.wire-warning h2{max-width:900px;color:#7d3d00}.wire-warning p:not(.eyebrow){max-width:760px;color:#4c3a28;font-size:18px;line-height:1.55}@media(min-width:1051px){.masthead{gap:16px}.nav a{padding-left:10px;padding-right:10px;font-size:14px}.nav-cta{padding-left:18px;padding-right:18px}.nav-dropdown{min-width:238px}}@media(max-width:1050px){.security-system{grid-template-columns:repeat(2,1fr)}.certifid-fit{grid-template-columns:1fr}.certifid-fit-actions{justify-content:flex-start}.security-card-grid{grid-template-columns:1fr}}@media(max-width:640px){.security-system{grid-template-columns:1fr}.security-system article{min-height:0}.certifid-fit{padding:28px}.certifid-fit-actions .btn{width:100%}.form-note{font-size:12px!important}.security-hero::after{display:none}.wire-warning>div{width:var(--container);padding:32px 0}}
.certifid-proof .proof-list article{display:block;padding:18px 20px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05)}.certifid-proof .proof-list article strong{display:block;margin-bottom:8px;color:#fff;font-size:18px;line-height:1.2}.certifid-proof .proof-list article span{display:block;color:rgba(255,255,255,.78);line-height:1.45}

/* Strategic CertifID badge placement: visible trust proof, not a cheap logo strip. */
.certifid-badge{display:inline-flex;align-items:center;gap:13px;width:max-content;max-width:100%;margin:8px 0 24px;padding:10px 15px 10px 14px;border:1px solid rgba(10,55,102,.18);border-radius:999px;background:rgba(255,255,255,.8);box-shadow:0 14px 40px rgba(10,55,102,.08);color:var(--ink)}
.certifid-badge-logo,.page-hero .certifid-badge-logo{display:block;width:98px;height:auto;max-width:98px;flex:0 0 auto;object-fit:contain;border-radius:0;box-shadow:none}.certifid-badge span:last-child{display:grid;gap:1px;min-width:0;padding-left:12px;border-left:1px solid rgba(10,55,102,.14)}.certifid-badge strong{font-size:11px;line-height:1.05;letter-spacing:.1em;text-transform:uppercase;color:var(--ink)}.certifid-badge small{font-size:12px;line-height:1.2;color:var(--charcoal);font-weight:700}.certifid-badge-inverse{margin:10px 0 26px;border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.92);box-shadow:none;color:var(--ink)}.certifid-badge-inverse .certifid-badge-logo{filter:none}.certifid-badge-inverse span:last-child{border-left-color:rgba(10,55,102,.16)}.certifid-badge-inverse strong{color:var(--ink)}.certifid-badge-inverse small{color:var(--charcoal)}
.page-hero-copy .certifid-badge+.actions{margin-top:2px}.security-home .certifid-badge{align-self:flex-start}
@media(max-width:640px){.certifid-badge{width:100%;justify-content:flex-start;margin:4px 0 20px;border-radius:14px}.certifid-badge-logo,.page-hero .certifid-badge-logo{width:92px;max-width:92px;height:auto;object-fit:contain;border-radius:0;box-shadow:none}.certifid-badge span:last-child{padding-left:10px}.certifid-badge strong{font-size:10px}.certifid-badge small{font-size:11px}.security-home .certifid-badge{width:100%}}


/* Internal pages buildout: deeper sitemap, resource articles, and production-like intake pages. */
.footer-grid-expanded{grid-template-columns:1.25fr repeat(4,1fr)}
.wide-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:42px;border-radius:18px;background:var(--cloud)}
.wide-cta p:not(.eyebrow){max-width:760px;color:var(--charcoal);font-size:17px;line-height:1.55}.wide-cta h2{max-width:900px;margin-bottom:12px}
.utility-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:start}.utility-layout>div p:last-child{color:var(--charcoal);font-size:18px;line-height:1.6}.utility-form textarea{width:100%;min-height:120px;margin-top:8px;padding:12px 16px;border:1px solid var(--steel);border-radius:4px;background:var(--canvas);font:400 16px/1.38 var(--font);resize:vertical}.utility-form .full{grid-column:1/-1}
.faq-section{max-width:980px}.faq-list{display:grid;gap:12px}.faq-list details{padding:22px 24px;border:1px solid rgba(10,55,102,.1);border-radius:14px;background:var(--paper);box-shadow:var(--shadow-soft)}.faq-list summary{cursor:pointer;font-weight:800;color:var(--ink)}.faq-list p{margin:14px 0 0;color:var(--charcoal);line-height:1.6}.resource-grid article span,.service-directory article span,.tool-hub article span,.audience-router article span{display:none}.rich-grid article a,.resource-grid article a,.service-directory article a,.tool-hub article a,.audience-router article a{margin-top:auto;color:var(--primary);font-weight:800}.rich-grid article{display:flex;flex-direction:column}.rich-grid article span{min-height:0}.page-hero.alert .btn.light{background:#fff;color:var(--ink);border-color:#fff}.page-hero.alert .btn.light:hover{background:var(--fog)}
@media(max-width:1050px){.footer-grid-expanded{grid-template-columns:1fr 1fr}.utility-layout{grid-template-columns:1fr}.wide-cta{align-items:flex-start;flex-direction:column}.nav-dropdown{min-width:280px}}
@media(max-width:640px){.footer-grid-expanded{grid-template-columns:1fr}.wide-cta{padding:28px}.utility-layout{gap:28px}.faq-list details{padding:18px}.mobile-sticky{position:fixed;left:12px;right:12px;bottom:12px;z-index:25;display:grid!important;grid-template-columns:1fr 1fr;gap:8px}.mobile-sticky a{display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:8px;background:var(--primary);color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;box-shadow:var(--shadow-modal)}body{padding-bottom:72px}}

/* V4 NIKE-EDITORIAL SYSTEM — content preserved, chrome rebuilt */
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800;900&display=swap");
:root{
  --primary:#0A3766;--primary-bright:#0A3766;--primary-deep:#061F3A;--primary-soft:#f5f5f5;
  --canvas:#ffffff;--paper:#ffffff;--cloud:#f5f5f5;--fog:#e5e5e5;--steel:#cacacb;--hairline:#cacacb;
  --ink:#111111;--ink-deep:#111111;--charcoal:#39393b;--graphite:#707072;--on-ink:#ffffff;
  --shadow-soft:none;--shadow-modal:none;--font:"Inter",Helvetica,Arial,sans-serif;
  --display:"Anton","Bebas Neue","Arial Narrow",sans-serif;--container:min(1440px,calc(100% - 48px));--section:48px;--header-h:64px;--ease:cubic-bezier(.16,1,.3,1)
}
body{background:#fff;color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.5}.masthead{height:64px;grid-template-columns:auto 1fr auto auto;background:#fff;border-bottom:1px solid #e5e5e5;box-shadow:inset 0 -1px 0 #e5e5e5;padding:0 max(24px,calc((100vw - 1440px)/2));gap:22px}.brand img{width:124px;max-height:54px}.nav{justify-self:center;gap:2px}.nav a{min-height:64px;padding:8px 12px;font-size:15px;font-weight:600;color:#111}.nav a::after{left:12px;right:12px;bottom:0;background:#111}.nav-group:has(.nav-dropdown)>.nav-parent::before{display:none}.nav-dropdown{top:100%;border:1px solid #cacacb;border-radius:0;background:#fff;box-shadow:none;padding:8px;min-width:260px}.nav .nav-dropdown a{min-height:38px;border-radius:0;color:#39393b}.nav .nav-dropdown a:hover{background:#f5f5f5;color:#111;transform:none}.nav-cta,.btn,.order-form button{min-height:48px;padding:13px 30px;border-radius:999px;border:1px solid #111;background:#111;color:#fff;font:600 15px/1.3 var(--font);letter-spacing:0;text-transform:none;box-shadow:none;transition:transform .18s var(--ease),opacity .18s var(--ease),background .18s var(--ease),border-color .18s var(--ease),color .18s var(--ease)}.nav-cta:hover,.btn:hover,.order-form button:hover{background:#111;border-color:#111;box-shadow:none;transform:none}.nav-cta:active,.btn:active,.order-form button:active{transform:scale(.94);opacity:.72}.btn.light,.button-secondary{background:#f5f5f5;color:#111;border-color:#f5f5f5}.btn.light:hover{background:#e5e5e5;color:#111;border-color:#e5e5e5}.eyebrow,.section-number,.quick-cta span,.client-ledger span,.detail-list span,.tool-hub span,.value-ledger span,.audience-proof span{color:#707072;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:none}.hero{width:var(--container);margin:0 auto;min-height:calc(100dvh - 64px);display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"stack";padding:0;background:#111;overflow:hidden}.hero::before,.hero::after,.page-hero::before{display:none}.hero-copy,.hero-image{grid-area:stack}.hero-image{height:100%;z-index:0}.hero-image img{width:100%;height:100%;min-height:calc(100dvh - 64px);object-fit:cover;border-radius:0;box-shadow:none;filter:grayscale(.15) contrast(1.04) brightness(.72)}.hero-copy{z-index:2;align-self:end;max-width:960px;padding:clamp(28px,5vw,72px);color:#fff}.hero-copy .eyebrow{color:#fff;margin-bottom:14px;font-weight:600}.hero h1{font-family:var(--display);max-width:860px;margin:0 0 20px;font-size:clamp(56px,9vw,118px);font-weight:400;line-height:.88;letter-spacing:-.018em;text-transform:uppercase;text-wrap:balance}.hero .lede{max-width:650px;color:rgba(255,255,255,.86);font-size:18px;line-height:1.48}.hero-kicker{display:flex;z-index:3;grid-area:stack;align-self:start;gap:8px;padding:18px;color:#111}.hero-kicker span{display:inline-flex;min-height:34px;align-items:center;padding:6px 14px;border-radius:999px;background:#fff;color:#111;font-size:12px;font-weight:700;text-transform:none;letter-spacing:0}.image-note{left:clamp(28px,5vw,72px);right:auto;bottom:auto;top:clamp(76px,8vw,118px);padding:11px 16px;border-radius:999px;background:#fff;color:#111;box-shadow:none}.image-note::before{display:none}.image-note strong{font-size:13px}.image-note span{display:none}.quick-cta{width:var(--container);margin:8px auto 0;grid-template-columns:repeat(3,1fr);gap:8px}.quick-cta a{min-height:230px;justify-content:flex-end;padding:24px;border-radius:0;background:#f5f5f5;box-shadow:none;border:0}.quick-cta a:hover{transform:none;box-shadow:none;background:#ededed}.quick-cta strong{margin:28px 0 8px;font-size:24px;font-weight:600;line-height:1.15}.quick-cta small{color:#707072;font-size:14px}.block{width:var(--container);padding:48px 0}.image-band{grid-template-columns:1.35fr .85fr 1fr;gap:8px}.image-band figure,.service-visual,.tools figure{border-radius:0;box-shadow:none;background:#f5f5f5}.image-band img{height:430px}.image-band figcaption,.service-visual::before,.tools figure::after{left:18px;bottom:18px;border-radius:999px;background:#fff;color:#111;letter-spacing:0;text-transform:none}.statement{grid-template-columns:110px 1.15fr .85fr;gap:32px;border-top:1px solid #cacacb;border-bottom:1px solid #cacacb;padding:48px 0}.statement h2,.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2,.mid-cta h2,.security h2,.page-hero h1,.page-hero h2{font-family:var(--display);font-weight:400;letter-spacing:-.01em;text-transform:uppercase;line-height:.92}.statement h2,.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2,.mid-cta h2,.security h2{font-size:clamp(44px,6.5vw,96px);text-wrap:balance}.statement p:last-child,.tools p,.order-intro p:not(.eyebrow),.page-intro p:last-child{color:#39393b;font-size:18px;line-height:1.55}.client-ledger{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.client-ledger article,.timeline li,.service-directory article,.audience-router article,.resource-grid article,.tool-hub article,.customer-tool-grid article,.value-ledger article,.detail-list article,.audience-proof article,.rich-grid article,.faq-list details{border-radius:0;box-shadow:none;border:0;background:#f5f5f5;padding:24px}.client-ledger article{min-height:370px}.client-ledger h3,.timeline span,.security-card strong{font-size:24px;font-weight:600;line-height:1.16;letter-spacing:-.01em}.client-ledger a,.service-stack a,.tool-links a,.resource-grid article a,.service-directory article a,.tool-hub article a,.audience-router article a,.rich-grid article a{display:inline-flex;align-items:center;width:max-content;min-height:40px;margin-top:auto;padding:9px 18px;border-radius:999px;background:#fff;color:#111;font-size:14px;font-weight:600}.mid-cta{margin:48px 0 0;padding:48px max(24px,calc((100vw - 1440px)/2));grid-template-columns:minmax(0,1fr) auto;background:#111;color:#fff}.mid-cta>div,.mid-cta>.btn{grid-column:auto}.mid-cta .eyebrow{color:#9e9ea0}.mid-cta .btn.dark{background:#fff;color:#111;border-color:#fff}.services{grid-template-columns:.95fr 1.05fr;gap:8px;align-items:stretch}.service-visual img{height:100%;min-height:640px}.service-stack{gap:8px}.service-stack div{grid-template-columns:170px 1fr auto;gap:18px;align-items:center;padding:18px;background:#f5f5f5;border-radius:0}.service-stack b{letter-spacing:0;text-transform:none}.timeline{grid-template-columns:repeat(4,1fr);gap:8px}.timeline li{min-height:300px}.timeline li::before{margin-bottom:96px;color:#707072}.timeline li::after{display:none}.section-cta .btn.light{background:#111;color:#fff;border-color:#111}.security{width:100%;grid-template-columns:minmax(24px,1fr) minmax(0,520px) minmax(0,740px) minmax(24px,1fr);gap:8px;background:#111;color:#fff}.security .eyebrow{color:#9e9ea0}.security-card{border-radius:0;background:#1d1d1f;box-shadow:none}.security-card-grid div{border:1px solid #39393b;border-radius:0;background:transparent}.tools{grid-template-columns:1.05fr .95fr;gap:48px}.tools img{height:620px}.tool-links a{border:0;background:#f5f5f5}.order{grid-template-columns:.75fr 1fr;border-top:1px solid #cacacb}.order-form{border-radius:0;background:#f5f5f5;box-shadow:none}.order-form input,.order-form select,.utility-form textarea{height:48px;border:0;border-radius:24px;background:#fff}.order-form label{text-transform:none;letter-spacing:0;color:#707072}.location{border-radius:0;background:#f5f5f5}.site-footer,footer{background:#fff;color:#111;border-top:1px solid #cacacb}.footer-grid strong{color:#111;text-transform:none;letter-spacing:0}.footer-grid a,footer p,.footer-bottom{color:#707072}.footer-brand img,footer img{filter:none}.footer-bottom{border-top:1px solid #cacacb}.page-hero{width:var(--container);margin:0 auto;grid-template-columns:minmax(0,1fr);grid-template-areas:"stack";padding:0;background:#111;color:#fff}.page-hero-copy,.page-hero figure{grid-area:stack}.page-hero figure{z-index:0}.page-hero img{width:100%;height:min(76vh,680px);min-height:500px;border-radius:0;box-shadow:none;object-fit:cover;filter:grayscale(.12) contrast(1.05) brightness(.66)}.page-hero-copy{z-index:2;align-self:end;max-width:920px;padding:clamp(28px,5vw,72px)}.page-hero h1{font-size:clamp(52px,8vw,108px);margin-bottom:18px}.page-hero .lede{color:rgba(255,255,255,.84)}.page-hero .eyebrow{color:#fff}.page-hero.alert{background:#111}.page-intro,.deep-intro{grid-template-columns:110px 1fr .85fr;border-bottom:1px solid #cacacb}.wide-cta,.wire-warning,.certifid-fit{border-radius:0;box-shadow:none}.wire-warning{background:#f5f5f5;border-color:#cacacb}.wire-warning h2{color:#111}.wire-warning p:not(.eyebrow){color:#39393b}.certifid-badge{border-radius:999px;box-shadow:none;border:1px solid #cacacb;background:#fff}.mobile-sticky a{border-radius:999px;background:#111;color:#fff}
@media(max-width:1050px){:root{--container:min(100% - 32px,1440px);--section:32px}.masthead{grid-template-columns:auto 1fr auto}.menu{display:flex;border-radius:999px;border:1px solid #111;background:#fff;color:#111}.nav.open{border-radius:0;background:#fff;box-shadow:none;border:1px solid #cacacb}.hero{width:100%;min-height:auto}.hero-image img{min-height:680px}.quick-cta,.client-ledger,.timeline,.service-directory,.audience-router,.resource-grid,.tool-hub,.customer-tool-grid,.value-ledger,.audience-proof,.rich-grid{grid-template-columns:repeat(2,1fr)}.statement,.services,.security,.tools,.order,.page-intro,.deep-intro,.detail-layout,.location-detail,.utility-layout,.check-section,.split-proof,.lead-capture{grid-template-columns:1fr}.security{padding:32px}.security>div:first-child,.security-card{grid-column:auto}.service-visual img{min-height:480px}.service-stack div{grid-template-columns:1fr}.footer-grid,.footer-grid-expanded{grid-template-columns:1fr 1fr}.page-hero{width:100%}}
@media(max-width:640px){:root{--container:min(100% - 24px,1440px);--section:24px;--header-h:64px}.brand img{width:96px}.hero-copy,.page-hero-copy{padding:28px 18px}.hero h1,.page-hero h1{font-size:52px}.hero-image img,.page-hero img{min-height:560px;height:560px}.hero-kicker{display:none}.image-note{position:absolute;left:18px;top:80px;border-radius:999px;margin:0}.quick-cta,.client-ledger,.timeline,.image-band,.service-directory,.audience-router,.resource-grid,.tool-hub,.customer-tool-grid,.value-ledger,.audience-proof,.detail-list,.rich-grid,.footer-grid,.footer-grid-expanded{grid-template-columns:1fr}.quick-cta a,.client-ledger article,.timeline li{min-height:0}.image-band img,.tools img,.service-visual img{height:360px;min-height:360px}.statement h2,.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2,.mid-cta h2,.security h2{font-size:46px}.mid-cta{display:block;padding:36px 18px}.mid-cta .btn{margin-top:20px}.security{padding:32px 18px}.location{display:block}.location-actions{justify-content:flex-start}.footer-grid{gap:24px}.mobile-sticky a{border-radius:999px}}

/* V4 QA correction: campaign hero must read instantly on dark photography. */
.hero-copy,.page-hero-copy{align-self:center;color:#fff;text-shadow:0 1px 28px rgba(0,0,0,.32)}
.hero-copy{padding-top:clamp(48px,7vw,96px);padding-bottom:clamp(48px,7vw,96px)}
.hero-image::after,.page-hero figure::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.18) 100%);pointer-events:none}.hero-image,.page-hero figure{position:relative}.hero .actions .btn.dark,.page-hero .actions .btn.dark{background:#fff;color:#111;border-color:#fff;text-shadow:none}.hero .actions .btn.light,.page-hero .actions .btn.light{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.55);backdrop-filter:blur(10px);text-shadow:none}.hero .actions .btn.light:hover,.page-hero .actions .btn.light:hover{background:#fff;color:#111;border-color:#fff}.hero h1,.page-hero h1{color:#fff}.hero .lede,.page-hero .lede{color:rgba(255,255,255,.9)}
@media(max-width:640px){.hero-copy,.page-hero-copy{align-self:center;padding-top:92px;padding-bottom:72px}.hero-image img,.page-hero img{filter:grayscale(.1) contrast(1.08) brightness(.62)}.hero-image::after,.page-hero figure::after{background:linear-gradient(180deg,rgba(0,0,0,.48) 0%,rgba(0,0,0,.72) 42%,rgba(0,0,0,.58) 100%)}.hero .actions{gap:10px}.hero .actions .btn{width:auto;min-width:0}}

/* V4 mobile QA correction: remove badge collision and tighten campaign scale. */
@media(max-width:640px){
  .hero h1,.page-hero h1{font-size:44px;line-height:.9;max-width:340px}
  .hero .lede,.page-hero .lede{font-size:15px;line-height:1.45;max-width:330px}
  .hero .image-note,.page-hero .image-note{display:none}
  .hero .actions{display:grid;grid-template-columns:1fr;max-width:260px}
  .hero .actions .btn,.page-hero .actions .btn{width:100%;justify-content:center}
  .mobile-sticky{gap:10px;left:10px;right:10px;bottom:10px}.mobile-sticky a{font-size:11px;letter-spacing:.04em;min-width:0;white-space:nowrap}
}

/* V4.1 HIGH-END VISUAL DESIGN PASS — editorial luxury + structural depth, content unchanged */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");
:root{--font:"Plus Jakarta Sans",system-ui,sans-serif;--display:"Instrument Serif",Georgia,serif;--cream:#f8f4ed;--cream-2:#eee6d9;--espresso:#17130f;--keystone:#0A3766;--bezel:rgba(10,55,102,.07);--soft-ring:rgba(23,19,15,.085);--ambient:0 34px 90px rgba(10,55,102,.12)}
html{scroll-behavior:smooth}body{background:radial-gradient(circle at 14% 8%,rgba(10,55,102,.11),transparent 31%),linear-gradient(180deg,var(--cream),#fff 38%,var(--cream) 100%);font-family:var(--font)}body::after{content:"";position:fixed;inset:0;z-index:20;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.masthead{top:18px;width:min(1180px,calc(100% - 36px));height:66px;margin:0 auto;border:1px solid rgba(10,55,102,.12);border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(22px);box-shadow:0 18px 58px rgba(10,55,102,.1),inset 0 1px 0 rgba(255,255,255,.88);padding:0 10px 0 22px}.brand img{width:118px}.nav a{min-height:48px;border-radius:999px;padding:8px 13px;font-size:13px}.nav a:hover{background:rgba(10,55,102,.07)}.nav-cta{min-height:46px;padding:10px 12px 10px 22px;gap:12px}.nav-cta::after,.btn::after,.order-form button::after{content:"↗";display:inline-grid;place-items:center;width:30px;height:30px;margin-left:10px;border-radius:999px;background:rgba(255,255,255,.16);transition:transform .7s cubic-bezier(.32,.72,0,1),background .7s cubic-bezier(.32,.72,0,1)}.btn.light::after{background:rgba(10,55,102,.08)}.nav-cta:hover::after,.btn:hover::after,.order-form button:hover::after{transform:translate3d(3px,-2px,0) scale(1.06)}.btn,.nav-cta,.order-form button{transition:transform .7s cubic-bezier(.32,.72,0,1),box-shadow .7s cubic-bezier(.32,.72,0,1),background .7s cubic-bezier(.32,.72,0,1)}.btn:hover,.nav-cta:hover{transform:translate3d(0,-1px,0);box-shadow:0 16px 34px rgba(10,55,102,.18)}.hero,.page-hero{width:min(1440px,calc(100% - 48px));margin:26px auto 0;border-radius:36px;padding:8px;background:rgba(10,55,102,.07);box-shadow:var(--ambient);border:1px solid rgba(10,55,102,.08);overflow:hidden}.hero-image,.page-hero figure{border-radius:28px;overflow:hidden}.hero-image img,.page-hero img{border-radius:28px;filter:saturate(.86) contrast(1.05) brightness(.72)}.hero-copy,.page-hero-copy{padding:clamp(44px,7vw,108px);max-width:1060px}.hero h1,.page-hero h1,.statement h2,.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2,.mid-cta h2,.security h2{font-family:var(--display);font-weight:400;text-transform:none;letter-spacing:-.055em;line-height:.87}.hero h1{font-size:clamp(68px,10vw,146px)}.page-hero h1{font-size:clamp(62px,9vw,126px)}.eyebrow,.hero-copy .eyebrow,.page-hero .eyebrow{display:inline-flex;align-items:center;width:max-content;min-height:28px;padding:5px 11px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.18);color:inherit;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.statement .section-number,.quick-cta span,.client-ledger span{display:inline-flex;align-items:center;width:max-content;min-height:26px;padding:4px 10px;border-radius:999px;background:rgba(10,55,102,.08);color:var(--keystone);font-size:10px;letter-spacing:.14em;text-transform:uppercase}.quick-cta{margin-top:18px;gap:14px}.quick-cta a,.client-ledger article,.timeline li,.service-stack div,.order-form,.location,.wide-cta,.service-directory article,.audience-router article,.resource-grid article,.tool-hub article,.customer-tool-grid article,.value-ledger article,.detail-list article,.audience-proof article,.rich-grid article,.faq-list details{position:relative;border:1px solid rgba(10,55,102,.08);border-radius:30px;background:rgba(10,55,102,.06);padding:8px;box-shadow:none;overflow:hidden}.quick-cta a::before,.client-ledger article::before,.timeline li::before,.service-stack div::before,.order-form::before,.location::before,.wide-cta::before,.service-directory article::before,.audience-router article::before,.resource-grid article::before,.tool-hub article::before,.customer-tool-grid article::before,.value-ledger article::before,.detail-list article::before,.audience-proof article::before,.rich-grid article::before,.faq-list details::before{content:"";position:absolute;inset:8px;border-radius:22px;background:rgba(255,255,255,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.92);z-index:0}.quick-cta a>*,.client-ledger article>*,.timeline li>*,.service-stack div>*,.order-form>*,.location>*,.wide-cta>*,.service-directory article>*,.audience-router article>*,.resource-grid article>*,.tool-hub article>*,.customer-tool-grid article>*,.value-ledger article>*,.detail-list article>*,.audience-proof article>*,.rich-grid article>*,.faq-list details>*{position:relative;z-index:1}.quick-cta a{padding:30px;min-height:250px;transition:transform .7s cubic-bezier(.32,.72,0,1)}.quick-cta a:hover{transform:translate3d(0,-6px,0) rotate(-.35deg)}.quick-cta strong,.client-ledger h3,.timeline span{font-size:26px;letter-spacing:-.035em}.block{padding:96px 0}.statement{padding:112px 0;grid-template-columns:.28fr 1.25fr .78fr;border:0}.statement h2,.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2,.mid-cta h2,.security h2{font-size:clamp(58px,7vw,112px)}.image-band{gap:16px}.image-band figure,.service-visual,.tools figure{border-radius:34px;padding:8px;background:rgba(10,55,102,.07);border:1px solid rgba(10,55,102,.08);box-shadow:var(--ambient)}.image-band img,.service-visual img,.tools img{border-radius:26px;filter:saturate(.86) contrast(1.03)}.client-ledger{gap:14px}.client-ledger article{padding:32px;min-height:410px;transition:transform .8s cubic-bezier(.32,.72,0,1)}.client-ledger article:nth-child(2){transform:translateY(34px)}.client-ledger article:nth-child(3){transform:translateY(-18px)}.client-ledger article:hover{transform:translateY(-8px)}.client-ledger article:nth-child(2):hover,.client-ledger article:nth-child(3):hover{transform:translateY(-8px)}.client-ledger a,.service-stack a,.tool-links a,.resource-grid article a,.service-directory article a,.tool-hub article a,.audience-router article a,.rich-grid article a{border-radius:999px;background:var(--espresso);color:#fff;padding:10px 16px 10px 20px;transition:transform .7s cubic-bezier(.32,.72,0,1)}.mid-cta,.security{background:var(--espresso);border-radius:36px;margin:96px auto;width:min(1440px,calc(100% - 48px));padding:72px}.security{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.security>div:first-child,.security-card{grid-column:auto}.security-card{border-radius:30px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.service-stack{gap:14px}.service-stack div{padding:26px;grid-template-columns:190px 1fr auto}.timeline{gap:14px}.timeline li{padding:30px}.tools,.services,.order{gap:72px}.order-form{padding:34px}.order-form input,.order-form select,.utility-form textarea{border-radius:999px;border:1px solid rgba(10,55,102,.1);box-shadow:inset 0 1px 0 rgba(10,55,102,.04)}.site-footer,footer{background:var(--espresso);color:#fff;border-radius:36px 36px 0 0;margin-top:96px}.footer-grid a,footer p,.footer-bottom{color:rgba(255,255,255,.58)}.footer-grid strong{color:#fff}.footer-brand img,footer img{filter:brightness(0) invert(1)}.nav-dropdown{border-radius:24px;background:rgba(255,255,255,.92);backdrop-filter:blur(24px);box-shadow:0 26px 70px rgba(10,55,102,.16)}.block,.quick-cta a,.client-ledger article,.timeline li,.service-stack div{animation:ktReveal .9s cubic-bezier(.32,.72,0,1) both}@keyframes ktReveal{from{opacity:0;transform:translate3d(0,28px,0);filter:blur(8px)}to{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}}
@media(max-width:1050px){.masthead{top:12px;width:calc(100% - 24px)}.menu{border-radius:999px}.nav.open{position:fixed;inset:88px 12px auto 12px;height:calc(100dvh - 108px);border-radius:30px;background:rgba(255,255,255,.88);backdrop-filter:blur(28px);box-shadow:0 30px 90px rgba(10,55,102,.2)}.hero,.page-hero,.mid-cta,.security{width:calc(100% - 28px);border-radius:30px}.client-ledger article:nth-child(2),.client-ledger article:nth-child(3){transform:none}.security{grid-template-columns:1fr;padding:44px}.block{padding:72px 0}}
@media(max-width:640px){.masthead{height:58px;padding:0 8px 0 16px}.brand img{width:92px}.hero,.page-hero{width:calc(100% - 20px);margin-top:18px;border-radius:26px;padding:6px}.hero-image,.page-hero figure,.hero-image img,.page-hero img{border-radius:20px}.hero-copy,.page-hero-copy{padding:88px 22px 58px}.hero h1,.page-hero h1{font-size:48px;max-width:330px}.hero .lede,.page-hero .lede{font-size:15px}.quick-cta a,.client-ledger article,.timeline li{border-radius:26px;padding:26px}.quick-cta a::before,.client-ledger article::before,.timeline li::before{border-radius:18px}.block{padding:56px 0}.statement{padding:64px 0}.statement h2,.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2,.mid-cta h2,.security h2{font-size:48px}.mid-cta,.security{width:calc(100% - 20px);padding:34px 24px;border-radius:28px}.footer-grid,footer{border-radius:28px 28px 0 0}.mobile-sticky{z-index:15}}

/* V4.1 mobile QA correction: sticky CTA cannot cover first content cards. */
@media(max-width:640px){body{padding-bottom:104px}.quick-cta{padding-bottom:18px}.mobile-sticky{background:rgba(248,244,237,.82);backdrop-filter:blur(18px);padding:8px;border:1px solid rgba(10,55,102,.08);border-radius:999px;box-shadow:0 18px 54px rgba(10,55,102,.16)}.mobile-sticky a{box-shadow:none}}

/* V4.1 final mobile correction: remove fixed sticky so content is never obscured. */
@media(max-width:640px){body{padding-bottom:0}.mobile-sticky{position:static!important;display:grid!important;width:calc(100% - 24px);margin:18px auto 0;grid-template-columns:1fr 1fr}.quick-cta{margin-top:18px}}

/* V4.2 NIKE DESIGN.MD RESTORE — strict black/white/soft-cloud editorial commerce system */
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700;800&display=swap");
:root{--font:"Inter",Helvetica,Arial,sans-serif;--display:"Anton","Bebas Neue","Arial Narrow",sans-serif;--canvas:#fff;--cloud:#f5f5f5;--fog:#e5e5e5;--hairline:#cacacb;--ink:#111;--charcoal:#39393b;--graphite:#707072;--primary:#111;--primary-bright:#111;--primary-deep:#111;--primary-soft:#f5f5f5;--shadow-soft:none;--shadow-modal:none;--ambient:none;--container:min(1440px,calc(100% - 48px))}
html{scroll-behavior:smooth}body{background:#fff!important;color:#111;font-family:var(--font);padding-bottom:0}body::after{display:none!important}.masthead{position:sticky!important;top:0!important;width:100%!important;height:64px!important;margin:0!important;padding:0 max(24px,calc((100vw - 1440px)/2))!important;border:0!important;border-bottom:1px solid #e5e5e5!important;border-radius:0!important;background:#fff!important;backdrop-filter:none!important;box-shadow:inset 0 -1px 0 #e5e5e5!important}.brand img{width:124px!important;filter:none!important}.nav{justify-self:center;gap:2px}.nav a{min-height:64px!important;padding:8px 12px!important;border-radius:0!important;background:transparent!important;color:#111!important;font-size:15px!important;font-weight:600!important}.nav a:hover{background:transparent!important}.nav a::after{left:12px;right:12px;bottom:0;background:#111}.nav-dropdown{top:100%!important;border:1px solid #cacacb!important;border-radius:0!important;background:#fff!important;backdrop-filter:none!important;box-shadow:none!important;padding:8px!important}.nav .nav-dropdown a{min-height:38px!important;border-radius:0!important;color:#39393b!important}.nav .nav-dropdown a:hover{background:#f5f5f5!important;color:#111!important}.nav-cta,.btn,.order-form button{min-height:48px!important;padding:13px 30px!important;border:1px solid #111!important;border-radius:999px!important;background:#111!important;color:#fff!important;font:600 15px/1.3 var(--font)!important;letter-spacing:0!important;text-transform:none!important;box-shadow:none!important;text-shadow:none!important;transition:transform .18s cubic-bezier(.32,.72,0,1),opacity .18s cubic-bezier(.32,.72,0,1),background .18s cubic-bezier(.32,.72,0,1)!important}.nav-cta::after,.btn::after,.order-form button::after{display:none!important}.nav-cta:hover,.btn:hover,.order-form button:hover{background:#111!important;color:#fff!important;box-shadow:none!important;transform:none!important}.nav-cta:active,.btn:active,.order-form button:active{transform:scale(.94)!important;opacity:.72!important}.btn.light,.button-secondary{background:#f5f5f5!important;color:#111!important;border-color:#f5f5f5!important}.btn.light:hover{background:#e5e5e5!important;color:#111!important;border-color:#e5e5e5!important}.hero,.page-hero{width:var(--container)!important;min-height:calc(100dvh - 64px);margin:0 auto!important;padding:0!important;border:0!important;border-radius:0!important;background:#111!important;box-shadow:none!important;overflow:hidden!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"stack"!important}.hero-copy,.hero-image,.page-hero-copy,.page-hero figure{grid-area:stack!important}.hero-image,.page-hero figure{position:relative!important;z-index:0!important;border-radius:0!important;overflow:hidden!important}.hero-image img,.page-hero img{width:100%!important;height:100%!important;min-height:calc(100dvh - 64px)!important;object-fit:cover!important;border-radius:0!important;filter:grayscale(.12) contrast(1.05) brightness(.66)!important;box-shadow:none!important}.hero-image::after,.page-hero figure::after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.18) 100%)!important;pointer-events:none!important}.hero-copy,.page-hero-copy{z-index:2!important;align-self:center!important;max-width:960px!important;padding:clamp(48px,7vw,96px)!important;color:#fff!important;text-shadow:none!important}.hero-kicker{display:flex!important;z-index:3!important;grid-area:stack!important;align-self:start!important;gap:8px!important;padding:18px!important;color:#111!important}.hero-kicker span{display:inline-flex!important;min-height:34px!important;align-items:center!important;padding:6px 14px!important;border-radius:999px!important;background:#fff!important;color:#111!important;font-size:12px!important;font-weight:700!important;text-transform:none!important;letter-spacing:0!important}.eyebrow,.hero-copy .eyebrow,.page-hero .eyebrow,.section-number,.quick-cta span,.client-ledger span,.detail-list span,.tool-hub span,.value-ledger span,.audience-proof span{display:block!important;width:auto!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#707072!important;font-size:12px!important;font-weight:700!important;letter-spacing:.02em!important;text-transform:none!important}.hero-copy .eyebrow,.page-hero .eyebrow{color:#fff!important;margin-bottom:14px!important}.hero h1,.page-hero h1,.statement h2,.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2,.mid-cta h2,.security h2{font-family:var(--display)!important;font-weight:400!important;text-transform:uppercase!important;letter-spacing:-.018em!important;line-height:.88!important}.hero h1{max-width:860px!important;margin:0 0 20px!important;color:#fff!important;font-size:clamp(56px,9vw,118px)!important}.page-hero h1{font-size:clamp(52px,8vw,108px)!important;color:#fff!important}.hero .lede,.page-hero .lede{max-width:650px!important;color:rgba(255,255,255,.9)!important;font-size:18px!important;line-height:1.48!important}.hero .actions .btn.dark,.page-hero .actions .btn.dark{background:#fff!important;color:#111!important;border-color:#fff!important}.hero .actions .btn.light,.page-hero .actions .btn.light{background:#f5f5f5!important;color:#111!important;border-color:#f5f5f5!important;backdrop-filter:none!important}.image-note{display:block!important;left:clamp(28px,5vw,72px)!important;right:auto!important;bottom:auto!important;top:clamp(76px,8vw,118px)!important;padding:11px 16px!important;border-radius:999px!important;background:#fff!important;color:#111!important;box-shadow:none!important}.image-note::before{display:none!important}.image-note span{display:none!important}.quick-cta{width:var(--container)!important;margin:8px auto 0!important;padding:0!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.quick-cta a,.client-ledger article,.timeline li,.service-stack div,.order-form,.location,.wide-cta,.service-directory article,.audience-router article,.resource-grid article,.tool-hub article,.customer-tool-grid article,.value-ledger article,.detail-list article,.audience-proof article,.rich-grid article,.faq-list details{position:relative!important;border:0!important;border-radius:0!important;background:#f5f5f5!important;padding:24px!important;box-shadow:none!important;overflow:hidden!important;animation:none!important}.quick-cta a::before,.client-ledger article::before,.timeline li::before,.service-stack div::before,.order-form::before,.location::before,.wide-cta::before,.service-directory article::before,.audience-router article::before,.resource-grid article::before,.tool-hub article::before,.customer-tool-grid article::before,.value-ledger article::before,.detail-list article::before,.audience-proof article::before,.rich-grid article::before,.faq-list details::before{display:none!important}.quick-cta a{min-height:230px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;color:#111!important;transition:none!important}.quick-cta a:hover{transform:none!important;background:#ededed!important}.quick-cta strong{margin:28px 0 8px!important;font-size:24px!important;font-weight:600!important;line-height:1.15!important;letter-spacing:-.01em!important}.quick-cta small{color:#707072!important;font-size:14px!important}.block{width:var(--container)!important;padding:48px 0!important}.image-band{grid-template-columns:1.35fr .85fr 1fr!important;gap:8px!important}.image-band figure,.service-visual,.tools figure{border:0!important;border-radius:0!important;padding:0!important;background:#f5f5f5!important;box-shadow:none!important}.image-band img{height:430px!important}.image-band img,.service-visual img,.tools img{border-radius:0!important;filter:none!important}.image-band figcaption,.service-visual::before,.tools figure::after{left:18px!important;bottom:18px!important;border-radius:999px!important;background:#fff!important;color:#111!important;letter-spacing:0!important;text-transform:none!important}.statement{display:grid!important;grid-template-columns:110px 1.15fr .85fr!important;gap:32px!important;border-top:1px solid #cacacb!important;border-bottom:1px solid #cacacb!important;padding:48px 0!important}.statement h2,.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2,.mid-cta h2,.security h2{font-size:clamp(44px,6.5vw,96px)!important}.statement p:last-child,.tools p,.order-intro p:not(.eyebrow),.page-intro p:last-child{color:#39393b!important;font-size:18px!important;line-height:1.55!important}.client-ledger{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.client-ledger article{min-height:370px!important;display:flex!important;flex-direction:column!important;transition:none!important;transform:none!important}.client-ledger article:nth-child(2),.client-ledger article:nth-child(3),.client-ledger article:hover,.client-ledger article:nth-child(2):hover,.client-ledger article:nth-child(3):hover{transform:none!important}.client-ledger h3,.timeline span,.security-card strong{font-size:24px!important;font-weight:600!important;line-height:1.16!important;letter-spacing:-.01em!important}.client-ledger a,.service-stack a,.tool-links a,.resource-grid article a,.service-directory article a,.tool-hub article a,.audience-router article a,.rich-grid article a{display:inline-flex!important;align-items:center!important;width:max-content!important;min-height:40px!important;margin-top:auto!important;padding:9px 18px!important;border-radius:999px!important;background:#fff!important;color:#111!important;font-size:14px!important;font-weight:600!important;box-shadow:none!important}.mid-cta{width:100%!important;margin:48px 0 0!important;padding:48px max(24px,calc((100vw - 1440px)/2))!important;border-radius:0!important;background:#111!important;color:#fff!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important}.mid-cta .eyebrow{color:#9e9ea0!important}.mid-cta .btn.dark{background:#fff!important;color:#111!important;border-color:#fff!important}.services{display:grid!important;grid-template-columns:.95fr 1.05fr!important;gap:8px!important;align-items:stretch!important}.service-visual img{height:100%!important;min-height:640px!important}.service-stack{display:grid!important;gap:8px!important}.service-stack div{display:grid!important;grid-template-columns:170px 1fr auto!important;gap:18px!important;align-items:center!important}.timeline{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:8px!important}.timeline li{min-height:300px!important}.timeline li::after{display:none!important}.security{width:100%!important;margin:0!important;padding:48px max(24px,calc((100vw - 1440px)/2))!important;border-radius:0!important;background:#111!important;color:#fff!important;display:grid!important;grid-template-columns:minmax(0,520px) minmax(0,740px)!important;gap:8px!important}.security .eyebrow{color:#9e9ea0!important}.security-card{border-radius:0!important;background:#1d1d1f!important;border:0!important;box-shadow:none!important}.security-card-grid div{border:1px solid #39393b!important;border-radius:0!important;background:transparent!important}.tools,.order{display:grid!important;grid-template-columns:1.05fr .95fr!important;gap:48px!important}.order-form{padding:34px!important}.order-form input,.order-form select,.utility-form textarea{height:48px!important;border:0!important;border-radius:24px!important;background:#fff!important;box-shadow:none!important}.location{border-radius:0!important;background:#f5f5f5!important}.site-footer,footer{margin-top:0!important;border-radius:0!important;background:#fff!important;color:#111!important;border-top:1px solid #cacacb!important}.footer-grid strong{color:#111!important}.footer-grid a,footer p,.footer-bottom{color:#707072!important}.footer-brand img,footer img{filter:none!important}.footer-bottom{border-top:1px solid #cacacb!important}.mobile-sticky{position:static!important;display:none!important}
@media(max-width:1050px){:root{--container:min(100% - 32px,1440px)}.masthead{width:100%!important;top:0!important;border-radius:0!important}.menu{display:flex!important;border-radius:999px!important;border:1px solid #111!important;background:#fff!important;color:#111!important}.nav.open{position:fixed!important;inset:72px 12px auto 12px!important;height:calc(100dvh - 84px)!important;border:1px solid #cacacb!important;border-radius:0!important;background:#fff!important;backdrop-filter:none!important;box-shadow:none!important}.hero,.page-hero{width:100%!important;min-height:auto!important}.hero-image img,.page-hero img{min-height:680px!important}.quick-cta,.client-ledger,.timeline,.service-directory,.audience-router,.resource-grid,.tool-hub,.customer-tool-grid,.value-ledger,.audience-proof,.rich-grid{grid-template-columns:repeat(2,1fr)!important}.statement,.services,.security,.tools,.order,.page-intro,.deep-intro,.detail-layout,.location-detail,.utility-layout,.check-section,.split-proof,.lead-capture{grid-template-columns:1fr!important}.security{padding:32px!important}.service-visual img{min-height:480px!important}.service-stack div{grid-template-columns:1fr!important}.footer-grid,.footer-grid-expanded{grid-template-columns:1fr 1fr!important}}
@media(max-width:640px){:root{--container:min(100% - 24px,1440px)}.masthead{height:64px!important;padding:0 12px!important}.brand img{width:96px!important}.hero-copy,.page-hero-copy{padding:92px 18px 72px!important}.hero h1,.page-hero h1{font-size:44px!important;line-height:.9!important;max-width:340px!important}.hero .lede,.page-hero .lede{font-size:15px!important;line-height:1.45!important;max-width:330px!important}.hero-image img,.page-hero img{height:560px!important;min-height:560px!important}.hero-image::after,.page-hero figure::after{background:linear-gradient(180deg,rgba(0,0,0,.48) 0%,rgba(0,0,0,.72) 42%,rgba(0,0,0,.58) 100%)!important}.hero-kicker,.image-note{display:none!important}.hero .actions{display:grid!important;grid-template-columns:1fr!important;max-width:260px!important;gap:10px!important}.hero .actions .btn,.page-hero .actions .btn{width:100%!important;justify-content:center!important}.quick-cta,.client-ledger,.timeline,.image-band,.service-directory,.audience-router,.resource-grid,.tool-hub,.customer-tool-grid,.value-ledger,.audience-proof,.detail-list,.rich-grid,.footer-grid,.footer-grid-expanded{grid-template-columns:1fr!important}.quick-cta a,.client-ledger article,.timeline li{min-height:0!important}.image-band img,.tools img,.service-visual img{height:360px!important;min-height:360px!important}.statement{grid-template-columns:1fr!important;padding:40px 0!important}.block{padding:32px 0!important}.statement h2,.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2,.mid-cta h2,.security h2{font-size:46px!important}.mid-cta{display:block!important;padding:36px 18px!important}.mid-cta .btn{margin-top:20px!important}.security{padding:32px 18px!important}.footer-grid{gap:24px!important}.mobile-sticky{display:none!important}}

/* V4.3 LAYOUT PASS — preserve Nike design.md, improve rhythm/breakpoints/composition only */
:root{--nike-gutter:clamp(24px,4vw,48px);--nike-section:48px;--nike-gap:8px;--nike-container:min(1440px,calc(100% - var(--nike-gutter)*2))}
.hero,.page-hero,.quick-cta,.block{width:var(--nike-container)!important}.block{padding:var(--nike-section) 0!important}.intro{margin-bottom:24px!important}.intro.compact{margin-bottom:18px!important}.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2{max-width:980px!important;text-wrap:balance}.statement{align-items:start!important}.statement p:last-child{max-width:640px!important}.quick-cta a{padding:28px 24px!important}.quick-cta span{margin-bottom:auto!important}.image-band figure{min-height:430px!important}.image-band img{height:100%!important;min-height:430px!important;object-fit:cover!important}.clients .intro{display:grid!important;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)!important;gap:32px!important;align-items:end!important}.client-ledger article{padding:26px 24px!important}.client-ledger h3{margin-top:28px!important}.services{align-items:start!important}.service-copy{padding-left:16px!important}.service-stack div{min-height:118px!important}.process .intro{max-width:960px!important}.timeline li{display:flex!important;flex-direction:column!important;justify-content:space-between!important}.security{align-items:center!important}.security-card-grid{gap:8px!important}.tools{align-items:center!important}.tools figure{min-height:620px!important}.tools figure img{height:100%!important;min-height:620px!important;object-fit:cover!important}.order{align-items:start!important}.order-intro{position:sticky!important;top:92px!important}.footer-grid{gap:32px!important}
/* Nike breakpoints: full desktop/nav through 961px; tablet collapse starts below 961px, not 1050px. */
@media (min-width:961px) and (max-width:1050px){
  :root{--nike-gutter:32px;--nike-section:48px}
  .masthead{height:64px!important;padding:0 24px!important}.nav{display:flex!important}.menu{display:none!important}.nav-cta{display:inline-flex!important}.brand img{width:112px!important}.nav a{font-size:13px!important;padding:8px 9px!important}.nav-dropdown{min-width:240px!important}.hero,.page-hero{width:var(--nike-container)!important;min-height:calc(100dvh - 64px)!important}.hero-image img,.page-hero img{min-height:calc(100dvh - 64px)!important}.hero h1{font-size:clamp(64px,8.2vw,92px)!important}.quick-cta{grid-template-columns:repeat(3,1fr)!important}.client-ledger{grid-template-columns:repeat(4,1fr)!important}.client-ledger article{min-height:360px!important}.services{grid-template-columns:.95fr 1.05fr!important}.service-stack div{grid-template-columns:150px 1fr!important}.service-stack div a{grid-column:1/-1!important}.timeline{grid-template-columns:repeat(4,1fr)!important}.tools,.order{grid-template-columns:1fr 1fr!important}.security{grid-template-columns:minmax(0,480px) minmax(0,1fr)!important;padding:48px max(24px,calc((100vw - 1440px)/2))!important}
}
@media (max-width:960px){
  :root{--nike-gutter:32px;--nike-section:32px}.block{padding:32px 0!important}.hero,.page-hero{width:100%!important}.quick-cta,.client-ledger,.timeline{gap:8px!important}.clients .intro{display:block!important}.service-copy{padding-left:0!important}.order-intro{position:static!important}.tools figure,.tools figure img{min-height:460px!important}.image-band figure,.image-band img{min-height:360px!important}.security{gap:24px!important}
}
@media (max-width:599px){
  :root{--nike-gutter:12px;--nike-section:24px}.block{padding:24px 0!important}.quick-cta{margin-top:4px!important}.quick-cta a{padding:22px!important}.client-ledger article,.timeline li,.service-stack div{padding:22px!important}.statement{gap:18px!important}.statement h2,.intro h2,.service-copy h2,.process h2,.tools h2,.order h2,.location h2,.mid-cta h2,.security h2{font-size:44px!important}.hero h1,.page-hero h1{font-size:48px!important}.hero .lede,.page-hero .lede{max-width:31ch!important}.actions{gap:8px!important}.image-band figure,.image-band img,.tools figure,.tools figure img,.service-visual img{min-height:320px!important;height:320px!important}.footer-grid{gap:20px!important}
}

/* V4.3 breakpoint correction: desktop-small keeps full Nike nav. */
@media (min-width:961px) and (max-width:1050px){.masthead .nav,.masthead .nav:not(.open){display:flex!important;visibility:visible!important;opacity:1!important}.masthead .menu{display:none!important}.masthead .nav-cta{display:inline-flex!important}}

/* V4.4 GPT-TASTE COMPATIBLE PASS — Nike-preserving AIDA rhythm, wide hero math, gapless grids */
:root{--nike-chapter:clamp(56px,7vw,96px);--nike-copy:64ch}
/* Attention: wider hero copy so campaign headline stays editorial, not a narrow text wall. */
.hero-copy,.page-hero-copy{max-width:min(1120px,calc(100% - 48px))!important}.hero h1,.page-hero h1{max-width:1040px!important;text-wrap:balance!important}.hero .lede,.page-hero .lede{max-width:680px!important}.hero .actions,.page-hero .actions{margin-top:28px!important}.hero .actions .btn,.page-hero .actions .btn{color:#111!important}.hero .actions .btn.dark,.page-hero .actions .btn.dark{background:#fff!important;border-color:#fff!important}.hero .actions .btn.light,.page-hero .actions .btn.light{background:#f5f5f5!important;border-color:#f5f5f5!important;color:#111!important}
/* AIDA chapter spacing while staying inside Nike 48px/8px logic. */
.image-band.block{padding-top:8px!important}.statement.block{padding-top:var(--nike-chapter)!important;padding-bottom:var(--nike-chapter)!important}.clients.block,.services.block,.process.block,.tools.block,.order.block,.location.block{padding-top:var(--nike-chapter)!important;padding-bottom:var(--nike-chapter)!important}.mid-cta{margin-top:var(--nike-chapter)!important}.security{padding-top:var(--nike-chapter)!important;padding-bottom:var(--nike-chapter)!important}
/* Interest: gapless Nike tile grids, denser but mathematically clean. */
.quick-cta,.client-ledger,.timeline,.image-band{grid-auto-flow:dense!important}.quick-cta{grid-template-columns:repeat(12,1fr)!important}.quick-cta a:nth-child(1){grid-column:span 5!important}.quick-cta a:nth-child(2){grid-column:span 4!important}.quick-cta a:nth-child(3){grid-column:span 3!important}.quick-cta a{min-height:260px!important}.client-ledger{grid-template-columns:repeat(12,1fr)!important}.client-ledger article:nth-child(1){grid-column:span 4!important}.client-ledger article:nth-child(2){grid-column:span 4!important}.client-ledger article:nth-child(3){grid-column:span 2!important}.client-ledger article:nth-child(4){grid-column:span 2!important}.client-ledger article:nth-child(3),.client-ledger article:nth-child(4){min-height:370px!important}.timeline{grid-template-columns:repeat(4,1fr)!important}.timeline li{min-height:320px!important}.image-band{grid-template-columns:repeat(12,1fr)!important}.image-band figure:nth-child(1){grid-column:span 6!important}.image-band figure:nth-child(2){grid-column:span 3!important}.image-band figure:nth-child(3){grid-column:span 3!important}
/* Desire: stronger pinned-like editorial reading flow without adding non-Nike motion libraries. */
@media(min-width:1051px){.process .intro.compact{position:sticky!important;top:96px!important;align-self:start!important}.process{display:grid!important;grid-template-columns:.42fr .58fr!important;gap:48px!important;align-items:start!important}.process .timeline{grid-column:2!important;grid-template-columns:1fr!important}.process .section-cta{grid-column:2!important}.tools{grid-template-columns:.9fr 1.1fr!important}.tools .tool-copy,.tools>div{max-width:720px!important}.order{grid-template-columns:.82fr 1.18fr!important}}
/* Action: footer and CTA hierarchy, no cheap labels, no hidden button text. */
.mid-cta .btn.dark,.security .btn.light,.security .btn.light.inverse{background:#fff!important;color:#111!important;border-color:#fff!important}.footer-grid{grid-auto-flow:dense!important}.footer-bottom{padding-top:24px!important}
@media(max-width:1050px){.quick-cta,.client-ledger,.image-band{grid-template-columns:repeat(2,1fr)!important}.quick-cta a,.client-ledger article,.image-band figure{grid-column:auto!important}.process{display:block!important}.process .intro.compact{position:static!important}.timeline{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:599px){.hero-copy,.page-hero-copy{max-width:100%!important}.hero h1,.page-hero h1{font-size:46px!important;max-width:350px!important}.hero .lede,.page-hero .lede{max-width:32ch!important}.quick-cta,.client-ledger,.timeline,.image-band{grid-template-columns:1fr!important}.quick-cta a,.client-ledger article,.timeline li,.image-band figure{grid-column:auto!important}.quick-cta a{min-height:210px!important}.client-ledger article,.timeline li{min-height:auto!important}.statement.block,.clients.block,.services.block,.process.block,.tools.block,.order.block,.location.block{padding-top:40px!important;padding-bottom:40px!important}}

/* V4.4 tablet/mobile grid correction: remove desktop span math below 1051px. */
@media(max-width:1050px){.quick-cta a:nth-child(n),.client-ledger article:nth-child(n),.image-band figure:nth-child(n){grid-column:span 1!important}.quick-cta,.client-ledger,.image-band{grid-template-columns:repeat(2,minmax(0,1fr))!important}.client-ledger article:nth-child(n){min-height:300px!important}}
@media(max-width:599px){.quick-cta a:nth-child(n),.client-ledger article:nth-child(n),.image-band figure:nth-child(n),.timeline li:nth-child(n){grid-column:span 1!important}.quick-cta,.client-ledger,.image-band,.timeline{grid-template-columns:1fr!important}.client-ledger article:nth-child(n){min-height:auto!important}}
