@font-face{font-family:Manrope;src:url(/assets/manrope.woff2)}@font-face{font-family:Black;src:url(/assets/black-future.woff2)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:70px}body{margin:0;font-family:Manrope,sans-serif;background:var(--bg);color:var(--ink);--bg:#fff;--ink:#14252b;--muted:#52646b;--accent:#a37a22;--panel:#edf2f4}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #008ab2;outline-offset:4px}.compare{position:sticky;top:0;background:#17232a;color:white;z-index:10;padding:12px 5%;display:flex;gap:24px;align-items:center;font-size:12px}.compare a[aria-current]{text-decoration:underline;text-underline-offset:5px}.compare span{margin-left:auto;color:#bfcbd0}.wrap{width:min(1240px,90%);margin:auto}header{height:115px;display:flex;align-items:center;justify-content:space-between}header img{width:210px;height:auto}nav{display:flex;gap:30px;font-size:14px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,4.5vw,70px);line-height:1.07;letter-spacing:-3px;font-weight:600;margin-bottom:26px}h2{font-size:clamp(32px,3.3vw,49px);line-height:1.15;letter-spacing:-1.7px;font-weight:500}h3{font-size:23px;line-height:1.3;letter-spacing:-.6px}p{line-height:1.75;color:var(--muted)}.eyebrow{font-size:14px;color:var(--ink);margin-bottom:25px}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:75px;align-items:center;padding:30px 0 70px;min-height:660px}.hero .lead{font-size:18px;max-width:530px}.hero figure{margin:0;position:relative}.hero img{width:100%;height:530px;object-fit:cover;object-position:50% 28%;border-radius:3px}.hero figcaption{position:absolute;bottom:22px;left:25px;color:white;font-size:13px}.actions{display:flex;gap:25px;align-items:center;margin-top:30px;flex-wrap:wrap}.button{background:var(--ink);color:var(--bg);padding:17px 23px;border:0;border-radius:5px;display:inline-block;font-size:14px;cursor:pointer}.secondary{font-size:14px;border-bottom:1px solid;padding:8px 0}.proof{padding:30px 0 38px;border-top:1px solid #a4aeb34d;border-bottom:1px solid #a4aeb34d}.proof p{font-size:12px;margin-bottom:20px}.names{display:flex;gap:65px;font-size:30px;align-items:center}.names span:first-child{font-family:Georgia,serif;font-style:italic}.section{padding:100px 0}.intro{display:grid;grid-template-columns:1fr 1fr;gap:100px}.intro p{font-size:18px}.solutions{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:40px}.solution{padding:22px 0;border-top:1px solid #a4aeb360}.solution p{margin:0}.diagram{background:var(--panel);border-radius:12px;padding:34px;display:flex;flex-direction:column;justify-content:center;min-height:320px}.diagram small{color:var(--muted)}.diagram button{padding:17px;text-align:left;background:var(--bg);color:var(--ink);border:1px solid #a4aeb360;border-radius:6px;cursor:pointer;margin-top:12px}.diagram button[aria-pressed=true]{border-color:var(--accent);box-shadow:inset 4px 0 var(--accent)}.diagram output{margin-top:25px;line-height:1.6;min-height:80px}.tools{font-size:13px;padding-top:35px;color:var(--muted);word-spacing:14px}.offers{background:var(--panel)}.section-heading{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:40px}.section-heading p{max-width:370px}.offer{display:grid;grid-template-columns:1fr 1.5fr auto;gap:40px;border-top:1px solid #a4aeb360;padding:27px 0;align-items:start}.offer p{margin:0;max-width:530px;font-size:15px}.offer h3{margin-bottom:8px}.price{font-size:15px;color:var(--muted)}.offer a{font-size:14px;border-bottom:1px solid;padding-bottom:4px}.day{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;margin-top:55px}.day img{width:100%;border-radius:8px}.day li{padding:8px 0;color:var(--muted);line-height:1.5}.history{display:grid;grid-template-columns:.8fr 1fr;gap:90px;align-items:center}.history img{width:100%;max-height:480px;object-fit:cover}.history h2{font-family:Black;font-size:46px}.contact{background:var(--ink);color:var(--bg)}.contact p{color:#c2ced3}.contact-layout{display:grid;grid-template-columns:.8fr 1fr;gap:100px}.contact h2{font-size:48px}.contact blockquote{margin:45px 0 0;line-height:1.7;font-size:20px;max-width:390px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{display:block;font-size:13px;margin-bottom:20px}input:not([type=checkbox]),select,textarea{width:100%;display:block;margin-top:8px;padding:12px;background:#ffffff0d;color:inherit;border:1px solid #8c9da2;border-radius:4px}select option{color:#15232a;background:white}fieldset{border:0;padding:0;margin:5px 0 22px}legend{margin-bottom:15px;font-size:14px}.check{display:flex;gap:10px;margin-bottom:12px;align-items:start}.check input{accent-color:#bc963c}.contact .button{background:#e6bd63;color:#17232a}.contact small{display:block;margin-top:20px;color:#c2ced3;line-height:1.5}footer{padding:35px 0;display:flex;justify-content:space-between;font-size:13px}body.dark{--bg:#05151e;--ink:#f0f5f6;--muted:#afc0c8;--panel:#0c2532;--accent:#61c6dd}.dark header img{filter:invert(1)}.dark .hero{grid-template-columns:1.25fr .8fr;position:relative}.dark .hero img{height:440px;border-radius:180px 180px 4px 4px;filter:grayscale(1)}.dark h1{font-family:Black;font-size:58px;line-height:1.13;letter-spacing:-1.8px}.dark .hero:before{content:'';position:absolute;inset:-100px -5vw -60px;background:radial-gradient(ellipse at 65% 15%,#0d506080,transparent 65%);z-index:-1}.dark .contact{background:#0a202c;color:#f0f5f6}.dark .contact p{color:#afc0c8}.light .hero{grid-template-columns:1fr 1fr;gap:90px}.light .hero figure{order:-1}.light .hero img{height:560px}.light .hero h1{font-size:58px}.light .hero figure:before{content:'Alex King';position:absolute;top:-20px;left:0;font-size:88px;font-weight:700;color:#ffffffb0;z-index:1;letter-spacing:-6px}.hybrid{--ink:#191d22;--muted:#64676b;--panel:#f0f1f1}.hybrid .hero{background:#191d22;color:white;border-radius:12px;padding:55px;gap:55px;margin:10px auto 55px}.hybrid .hero p{color:#c7ced3}.hybrid .hero .eyebrow{color:#e5bf74}.hybrid .hero .button{background:#e5bf74;color:#191d22}.hybrid .hero img{height:480px}.hybrid .hero h1{font-size:55px}.hybrid .offers{background:#191d22;color:white}.hybrid .offers p,.hybrid .offers li,.hybrid .price{color:#bdc4ca}.hybrid .history{padding-top:100px}.hybrid .contact{background:#edf0f2;color:#191d22}.hybrid .contact p,.hybrid .contact small{color:#525e64}.hybrid .contact input,.hybrid .contact textarea,.hybrid .contact select{background:white}.hybrid .history h2{font-family:Manrope}.preview-note{padding:13px;background:#ffffff12;border:1px solid #84939c;font-size:12px;margin-bottom:20px}.speaking-hero{max-width:850px;padding:90px 0}.speaking-hero h1{font-size:65px}@media(max-width:850px){nav{gap:15px}.hero,.light .hero,.dark .hero,.hybrid .hero{gap:30px}h1,.light .hero h1,.dark .hero h1,.hybrid .hero h1{font-size:43px;letter-spacing:-1.8px}.contact-layout,.intro{gap:35px}.names{gap:30px;font-size:25px}.offer{gap:20px}.hybrid .hero{padding:30px}}@media(max-width:620px){.compare{gap:15px;font-size:11px}.compare span{display:none}header{height:90px}header img{width:150px}nav a:not(:last-child){display:none}.hero,.light .hero,.dark .hero,.hybrid .hero{grid-template-columns:1fr;padding:30px 0 45px;min-height:0}.hero figure,.light .hero figure{order:0}.hero img,.light .hero img,.dark .hero img,.hybrid .hero img{height:390px}.light .hero figure:before{font-size:65px}.hero .lead{font-size:16px}.hybrid .hero{padding:30px 23px}.section{padding:65px 0}.intro,.solutions,.history,.day,.contact-layout{grid-template-columns:1fr;gap:30px}.names{gap:23px;flex-wrap:wrap;font-size:23px}.section-heading{display:block}.offer{grid-template-columns:1fr;gap:13px}.offer a{justify-self:start}.history h2,.contact h2{font-size:36px}.form-row{grid-template-columns:1fr;gap:0}.speaking-hero h1{font-size:44px}.tools{line-height:2.5;word-spacing:5px}footer{gap:20px}.contact blockquote{margin-top:25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.names{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:50px;align-items:center}.names img{width:100%;height:55px;object-fit:contain;max-width:190px;filter:brightness(0)}.dark .names img{filter:brightness(0) invert(1)}.offer-group{padding:32px 0 10px}.group-title{font-size:36px;margin:0 0 10px}.group-intro{margin-bottom:25px}.offer-group .offer h3{font-size:21px}@media(max-width:620px){.names{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.names img{height:43px;max-width:150px}.group-title{font-size:29px}}

/* Selected elements restored to the combined direction. */
.hybrid h1,.hybrid h2{font-family:Black,Manrope,sans-serif;font-weight:400;letter-spacing:-.8px}.hybrid .hero h1{font-size:clamp(36px,3.5vw,53px);line-height:1.17}.hybrid .history h2{font-family:Black}.hybrid .proof>p{color:#8d6715}.proof-foot{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:25px}.proof-foot p{margin:0;font-size:12px}.proof-foot a{font-size:13px}.hybrid .names img[alt="Eric Worre"]{filter:none}.tool-brands{padding-top:30px;padding-bottom:40px}.tool-brands>p{font-size:15px;color:#191d22}.tool-brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;margin-top:25px}.tool-brand-grid>div{display:flex;align-items:center;gap:15px;font-size:21px;font-weight:600}.tool-brand-grid img{object-fit:contain}.charlotte-scene{position:relative;isolation:isolate;background:#101c2a;min-height:490px;display:flex;align-items:center;color:white;overflow:hidden}.charlotte-scene video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.charlotte-scene:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#07101ce0,#07101c70);z-index:-1}.scene-copy{padding-top:65px;padding-bottom:90px}.scene-copy p{color:white}.scene-copy p:first-child{color:#e6bd63;font-size:14px}.scene-copy h2{font-size:clamp(35px,4.5vw,65px);line-height:1.2;max-width:800px;margin-bottom:28px}.scene-copy .button{background:#e6bd63;color:#171d23}.scene-toggle{position:absolute;bottom:22px;right:5%;background:#1018208a;border:1px solid #b1bac5;color:white;padding:12px 15px;font-size:12px;cursor:pointer}@media(max-width:850px){.tool-brand-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.hybrid .hero h1{font-size:36px}.proof-foot{align-items:start;flex-direction:column;gap:10px}.tool-brand-grid{grid-template-columns:repeat(2,1fr);gap:22px}.tool-brand-grid>div{font-size:17px;gap:10px}.tool-brand-grid img{width:30px;height:30px}.scene-copy{padding-bottom:95px}.charlotte-scene{min-height:490px}}

.service-icon{width:32px;height:32px;display:block;margin-bottom:17px;color:#ba9544}.dark .service-icon{color:#72cadc}.offer h3 .service-icon{width:26px;height:26px}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hybrid #work .intro{grid-template-columns:1.5fr .65fr;gap:60px;align-items:center}.hybrid .work-statement{font-size:clamp(34px,4.6vw,68px);line-height:1.14;margin-bottom:0}.rotating-word{display:inline-block;min-width:7.1em;color:#99701c;transition:opacity .18s,transform .18s}.rotating-word.switching{opacity:0;transform:translateY(-8px)}.statement-support p{font-size:22px;font-weight:600;color:#30383d}.word-toggle{border:0;border-bottom:1px solid #b3b9bd;background:none;padding:7px 0;font-size:12px;color:#5b646b;cursor:pointer}.hybrid .visual-offer{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;background:#242b33;padding:40px;margin:25px 0 50px;border-radius:12px;align-items:center}.hybrid .visual-offer-1{background:#edf0f2;color:#191d22}.hybrid .visual-offer-1 p,.hybrid .visual-offer-1 .price{color:#505a62}.hybrid .visual-offer .offer{grid-template-columns:1fr;gap:12px;padding:22px 0}.hybrid .visual-offer .offer a{justify-self:start}.offer-art{margin:0}.offer-art img{display:block;width:100%;height:340px;object-fit:cover;border-radius:7px}.visual-offer-1 .offer-art img{object-fit:cover}.visual-offer-2 .offer-art img{object-position:50% 30%}.offer-art figcaption{font-size:12px;margin-top:13px;color:#c3cbd2}.visual-offer-1 .offer-art figcaption{color:#505a62}.career-photo{margin:0}.history .career-photo img{max-height:560px;object-fit:contain;object-position:center;background:#f0f1f1}.career-photo figcaption{font-size:13px;margin-top:14px;color:#555f65}@media(max-width:850px){.hybrid .visual-offer{gap:25px;padding:25px}.hybrid #work .intro{grid-template-columns:1fr;gap:25px}}@media(max-width:620px){.hybrid .visual-offer{grid-template-columns:1fr;padding:24px;margin-bottom:30px}.offer-art img{height:250px}.hybrid .work-statement{font-size:32px;letter-spacing:-.8px}.rotating-word{min-width:0}.statement-support p{font-size:19px}}@media(prefers-reduced-motion:reduce){.rotating-word{transition:none}}

/* Concrete service visuals and consolidated speaking, September 13. */
.service-diagram{padding:28px;background:#fff;color:#191d22;border-radius:8px;min-height:340px}.service-diagram small{display:block;font-size:12px;margin-bottom:22px;color:#626c73}.flow-node{padding:13px 16px;border:1px solid #d2d9dd;border-radius:5px;font-weight:650;font-size:15px}.flow-node span{display:block;font-size:12px;font-weight:400;margin-top:4px;color:#53616c}.flow-core{border-color:#ab8130;background:#faf6ec}.flow-line{text-align:center;color:#99701c;line-height:24px}.flow-tools{display:flex;gap:8px}.flow-tools span{flex:1;text-align:center;padding:10px 5px;background:#eaf0f2;font-size:12px}.cto-diagram{background:#172027;color:#fff}.cto-diagram small{color:#bcc9d2}.leadership-orbit{position:relative;min-height:235px;background:linear-gradient(#9b7e4380,#9b7e4380) center 35px/1px 135px no-repeat}.leadership-orbit>span{position:absolute;text-align:center;background:#283540;border:1px solid #52616e;border-radius:5px;padding:13px;font-size:14px}.orbit-top{top:0;left:10%;right:10%}.leadership-orbit .orbit-center{top:84px;left:20%;right:20%;background:#d8b263;color:#172027;border:0;font-size:26px;font-weight:700}.orbit-center span{display:block;font-size:12px;font-weight:500}.orbit-left{bottom:0;left:0;width:44%}.orbit-right{bottom:0;right:0;width:44%}.leadership-bottom{text-align:center;font-size:18px;line-height:1.6;margin-top:23px}.strategy-inclusions{padding-left:18px;font-size:13px;line-height:1.8;color:#c5ced6;margin:2px 0 8px}.speaking-feature{padding-top:25px;margin-top:0}.speaking-feature h2{font-size:clamp(28px,3vw,44px);line-height:1.2}.speaking-feature .eyebrow{color:#d8b263}.compact-history{grid-template-columns:1fr 1fr;gap:60px}.career-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px;max-width:600px}.history .career-gallery img{width:100%;height:310px;object-fit:contain;background:transparent}.career-gallery figure{max-width:290px}.career-gallery figcaption{font-size:12px}@media(max-width:620px){.service-diagram{padding:20px}.compact-history{grid-template-columns:1fr;gap:28px}.history .career-gallery img{height:260px}.speaking-feature{gap:25px}.strategy-inclusions{font-size:13px}}

.hybrid .hero-tools{padding:26px 0 0;margin:0}.hybrid .hero-tools>p{color:#abb4bb;font-size:11px;margin:0 0 12px}.hero-tools .tool-brand-grid{display:flex;flex-wrap:wrap;gap:12px 18px;margin:0}.hero-tools .tool-brand-grid>div{font-size:12px;font-weight:500;gap:6px;color:#b8c1c8}.hero-tools .tool-brand-grid img{width:19px;height:19px;filter:invert(1);opacity:.65}.hybrid .hero .hero-tools img{width:19px;height:19px;object-fit:contain}@media(max-width:620px){.hero-tools .tool-brand-grid{gap:12px}.hero-tools .tool-brand-grid>div{font-size:11px}}

@font-face{font-family:Poppins;src:url(/assets/poppins-semibold.ttf);font-weight:600;font-display:swap}@font-face{font-family:Caveat;src:url(/assets/caveat-medium.ttf);font-weight:500;font-display:swap}
.hybrid .skyline-hero{position:relative;isolation:isolate;overflow:hidden;background:#152331;grid-template-columns:1.2fr .9fr;gap:48px;padding:64px 54px 74px;min-height:640px}.skyline-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,17,27,.91) 0%,rgba(8,17,27,.78) 44%,rgba(8,17,27,.32) 100%);z-index:-1}.skyline-hero .hero-film{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.skyline-hero .hero-copy{min-width:0}.hybrid .skyline-hero h1{font-family:Poppins,Manrope,sans-serif;font-weight:600;font-size:clamp(36px,3.7vw,54px);letter-spacing:-1.8px;line-height:1.18;text-transform:none}.hybrid .skyline-hero .lead{font-size:17px;color:#e1e7ed}.skyline-hero .hero-portrait{align-self:center}.hybrid .skyline-hero .hero-portrait>img{height:435px;width:100%;object-fit:cover;object-position:50% 27%}.skyline-hero .hero-film-toggle{position:absolute;right:24px;bottom:17px;background:#0e1a2580;border:1px solid #b5bdc466;color:#fff;font-size:11px;padding:7px 10px;cursor:pointer}.hybrid .skyline-hero .hero-tools{padding:24px 0 0;max-width:100%}.hybrid .skyline-hero .hero-tools>p{font-size:11px;line-height:1.5;margin:0 0 10px;color:#bdc8d2}.hybrid .skyline-hero .tool-brand-grid{display:flex;flex-wrap:wrap;gap:12px 16px;align-items:center;margin:0}.hybrid .skyline-hero .tool-brand-grid>div{display:flex;align-items:center;gap:6px;font-size:11px;line-height:1.2;min-width:0;color:#d1d9e0;font-weight:500}.hybrid .skyline-hero .tool-brand-grid img{display:block;flex:0 0 18px;width:18px;max-width:18px;height:18px;min-height:0;object-fit:contain;filter:invert(1);opacity:.8;border-radius:0}.hybrid h2.script-accent{font-family:Caveat,cursive;font-weight:500;font-size:clamp(38px,4.3vw,59px);line-height:1.1;letter-spacing:0;text-transform:none}
@media(max-width:850px){.hybrid .skyline-hero{gap:26px;padding:40px 28px 65px}.hybrid .skyline-hero h1{font-size:36px}.hybrid .skyline-hero .hero-portrait>img{height:370px}.skyline-hero .actions{gap:16px}}@media(max-width:620px){.hybrid .skyline-hero{grid-template-columns:1fr;padding:32px 24px 62px;gap:30px}.hybrid .skyline-hero h1{font-size:34px;letter-spacing:-1.1px}.hybrid .skyline-hero .hero-portrait>img{height:330px}.skyline-hero:before{background:rgba(8,17,27,.78)}.hybrid .skyline-hero .lead{font-size:16px}}

.hybrid .skyline-hero.skyline-only{grid-template-columns:1fr}.skyline-only .hero-copy{width:100%;max-width:680px}.hybrid .skyline-only h1{max-width:680px}.hybrid .skyline-only .lead{max-width:580px}

@font-face{font-family:Figo;src:url(/assets/figo.otf) format("opentype");font-weight:400;font-display:swap}.hybrid h2.script-accent{font-family:Figo,cursive;font-weight:400;font-size:clamp(32px,3.3vw,46px);line-height:1.55;letter-spacing:0}

/* Compact service choices and quiet industry backdrop. */
.offer-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start;margin:55px 0 75px}.offer-card{border:1px solid #8296a04d;border-radius:16px;background:#182630;color:#f7f7f5;overflow:hidden}.offer-card summary{list-style:none;padding:32px;cursor:pointer}.offer-card summary::-webkit-details-marker{display:none}.offer-card summary:focus-visible{outline:2px solid #e5e4e2;outline-offset:-5px}.offer-card .group-title{font-size:28px;min-height:116px;margin:0 0 16px}.offer-card .group-intro{font-size:15px;min-height:80px;color:#c3cdd1}.card-price{display:block;font-size:13px;color:#d7dfe1;min-height:42px}.card-expand{display:flex;justify-content:space-between;border-top:1px solid #8296a04d;padding-top:22px;font-size:14px}.card-expand:after{content:'+';font-size:23px;line-height:1}.offer-card[open] .card-expand:after{content:'−'}.offer-card[open]{border-color:#a1b4bc}.card-detail{padding:0 32px 25px}.card-detail .offer{display:block;padding:24px 0;border-top:1px solid #8296a04d}.card-detail .offer h3{font-size:21px}.card-detail p,.card-detail li,.card-detail .price{color:#c3cdd1;font-size:14px}.card-detail .offer a{display:inline-block;margin-top:12px}.industry-cta{position:relative;isolation:isolate;overflow:hidden;background:#0b1217;color:#e5e4e2;padding:145px 24px;text-align:center}.industry-drift{position:absolute;inset:12% 0;z-index:-2;display:flex;flex-direction:column;justify-content:space-evenly;opacity:.12;pointer-events:none}.industry-row{display:flex;width:max-content;white-space:nowrap;font:italic clamp(50px,6vw,90px)/1.5 Georgia,serif;animation:industry-drift 65s linear infinite}.industry-row span{padding-right:30px}.industry-row:nth-child(2){animation-direction:reverse;animation-duration:80s}.industry-copy{max-width:670px;margin:auto;position:relative}.industry-copy:before{content:'';position:absolute;inset:-60px -70px;background:radial-gradient(ellipse,#0b1217 30%,transparent 72%);z-index:-1}.industry-copy h2{font-family:Poppins,Manrope,sans-serif!important;text-transform:none!important;font-size:clamp(32px,3.8vw,52px);line-height:1.2}.industry-copy p{color:#becbd2}.industry-copy .eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:2px}.industry-copy .button{background:#e5e4e2;color:#10181e;margin-top:16px}.drift-toggle{position:absolute;bottom:20px;right:24px;background:none;color:#bdc7cc;border:0;font-size:11px;cursor:pointer}.industry-cta.paused .industry-row{animation-play-state:paused}@keyframes industry-drift{to{transform:translateX(-50%)}}@media(max-width:760px){.offer-cards{grid-template-columns:1fr;gap:16px}.offer-card .group-title,.offer-card .group-intro,.card-price{min-height:0}.offer-card .group-title{font-size:27px}.card-price{margin-bottom:22px}.industry-cta{padding:110px 24px}}@media(prefers-reduced-motion:reduce){.industry-row{animation:none}.drift-toggle{display:none}}

/* Inquiry controls: honor conditional fields and make service choices easy to scan. */
.contact [hidden]{display:none!important}
.contact .check{padding:15px 16px;border:1px solid #89969d;border-radius:7px;cursor:pointer;gap:12px;line-height:1.5}
.contact .check:has(input:checked){background:#dce4e8;border-color:#536878;box-shadow:inset 3px 0 #536878}
.contact .check:focus-within{outline:2px solid #536878;outline-offset:3px}
.contact .check input{flex:0 0 18px;width:18px;height:18px;margin:3px 0 0;accent-color:#536878}
