@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--cyan:#4dfbff;--orange:#ffb24d;--ink:#101111;--gray:#616666;--pale:#f2f2f2;--line:#d8dcdc;--space:clamp(24px,5vw,88px)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:#fff;color:var(--ink);font:16px/1.6 'Manrope',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #ad5800;outline-offset:5px}img{display:block;max-width:100%}button{border:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.1}h2{font-size:clamp(32px,3.5vw,58px);font-weight:600;letter-spacing:-.045em;margin-bottom:40px}h3{font-size:24px;letter-spacing:-.03em;font-weight:700}p{line-height:1.65}em{font-style:normal;color:var(--cyan)}.muted{color:#737979}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}.icon{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.skip{position:fixed;top:-100px;background:white;padding:16px;z-index:100}.skip:focus{top:0}.header{height:88px;padding:0 var(--space);display:flex;align-items:center;gap:40px;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.brand{width:154px;flex-shrink:0}.brand img{width:100%;height:52px;object-fit:contain}.header nav{display:flex;gap:26px;margin-left:auto}.header nav a{font-size:14px;font-weight:600;position:relative}.header nav a:after{content:'';height:2px;background:var(--ink);position:absolute;left:0;right:100%;bottom:-7px;transition:right .2s}.header nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:25px}.portal{font-size:13px;color:#626868;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:54px;padding:16px 23px;font-size:12px;font-weight:800;letter-spacing:.045em;border:1px solid transparent;transition:background .2s,transform .2s}.btn:hover{transform:translateY(-2px)}.btn.orange{background:var(--orange);color:var(--ink)}.btn.orange:hover{background:var(--orange)}.btn.small{min-height:44px;padding:11px 15px;font-size:11px;gap:22px}.btn span{font-size:20px;line-height:1}.dark-btn{background:var(--ink);color:white}.dark-btn:hover{background:#333}.menu-toggle{display:none;background:transparent;padding:12px}.menu-toggle span{display:block;width:23px;height:2px;background:var(--ink);margin:5px 0}.hero{display:grid;grid-template-columns:1.05fr 1fr;background:#0a0c0d;color:white;min-height:660px}.hero-copy{padding:65px 40px 30px var(--space);display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;line-height:1.5;display:flex;align-items:center;gap:12px;color:var(--cyan);margin-bottom:26px}.eyebrow.dark{color:#5a6161}.short-line{width:26px;height:2px;background:var(--orange)}h1{font-size:clamp(48px,5.35vw,86px);line-height:1.03;font-weight:600;letter-spacing:-.055em;margin:0 0 27px}.hero-description{color:#c4cbce;font-size:17px;max-width:480px;margin-bottom:30px}.hero-actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid #969d9d;padding-bottom:6px;display:inline-block}.text-link.light{color:white;border-color:#596166}.hero-scroll{display:flex;gap:30px;font-size:10px;letter-spacing:.12em;color:#a6b0b2;margin-top:55px;align-items:center}.hero-scroll span{color:var(--cyan);font-size:22px}.hero-art{position:relative;overflow:hidden;min-height:620px}.architecture{width:100%;height:100%;position:absolute;object-fit:cover;object-position:50% 50%;filter:brightness(.56) saturate(.6)}.hero-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0a0c0d 0%,transparent 30%),linear-gradient(0deg,#0a0c0d 0%,transparent 25%);pointer-events:none}.art-caption{position:absolute;z-index:2;left:14%;top:12%;display:grid;font-size:clamp(26px,3.1vw,50px);font-weight:800;letter-spacing:-.04em;line-height:1.05}.cyan{color:var(--cyan)}.energy-lines{position:absolute;width:100%;height:100%;inset:0;z-index:1;overflow:visible}.energy-lines path{fill:none;stroke:var(--cyan);stroke-width:2;stroke-dasharray:110 8;animation:flow 32s linear infinite}.energy-lines path:nth-child(2){stroke:var(--orange);animation-direction:reverse}.energy-lines circle{fill:var(--cyan)}.energy-lines circle:last-child{fill:var(--orange)}.image-note{position:absolute;bottom:35px;left:14%;right:30px;z-index:3;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.12em;color:#bfc9cc}.capability-strip{display:flex;justify-content:space-between;padding:24px var(--space);background:#171a1a;color:#d5dddd;gap:20px;font-size:13px;border-top:1px solid #303636}.capability-strip span:before{content:'+';color:var(--cyan);margin-right:12px}.section{padding:90px var(--space)}.section-top{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;margin-bottom:27px}.section-top .eyebrow{margin:0}.section-aside{font-size:13px;color:#616969;text-align:right;line-height:1.5;margin:0}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:60px}.benefits article{padding-top:28px;border-top:1px solid #aeb5b5}.benefits .icon{color:var(--cyan);margin-bottom:22px}.benefits h3{margin-bottom:15px}.benefits p{color:var(--gray);max-width:330px;margin-bottom:0}.platform-section{background:#101414;color:#fff}.platform-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end}.platform-heading p{color:#aebbbb;max-width:425px;margin-bottom:40px}.product-stage{border:1px solid #445252;background:#000;max-width:1100px;margin:0 auto}.product-topbar{padding:14px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #445252;background:#202727;font-size:10px;letter-spacing:.09em;color:#bbc8c8}.product-mark{font-size:20px;font-weight:800;letter-spacing:-.04em;color:white}.product-mark b{font-size:12px;font-weight:500;letter-spacing:0;margin-left:14px;color:var(--cyan)}video{width:100%;aspect-ratio:16/9;display:block;background:#000}.process{display:grid;grid-template-columns:1fr 1fr;gap:75px;margin-top:42px;align-items:start}.process-tabs{display:flex;flex-direction:column}.process-tabs button{display:flex;align-items:center;gap:20px;text-align:left;background:transparent;color:#98a7a7;border-bottom:1px solid #3e4949;padding:16px 0;font-size:22px;font-weight:600}.process-tabs button span{font-size:12px;font-weight:400}.process-tabs button[aria-selected=true]{color:var(--cyan);border-color:var(--cyan)}.process-detail{padding:20px 0}.process-detail h3{font-size:27px;max-width:400px}.process-detail p{color:#b7c3c3}.payment-note{font-size:12px;color:#a3b3b3;border-top:1px solid #394545;margin:35px 0 0;padding-top:20px}.portfolio-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;margin-top:45px}.portfolio-image{position:relative;min-height:480px;overflow:hidden}.portfolio-image img{position:absolute;width:100%;height:100%;object-fit:cover;filter:brightness(.55)}.portfolio-image>div{position:absolute;bottom:30px;left:30px;right:25px;color:white}.portfolio-image p{font-size:27px;letter-spacing:-.03em;line-height:1.2;margin:15px 0 0}.use-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.use-grid article{border-bottom:1px solid var(--line);padding-bottom:20px}.use-grid .icon{width:30px;height:30px;color:var(--cyan);margin-bottom:10px}.use-grid h3{font-size:19px;margin-bottom:10px}.use-grid p{font-size:14px;line-height:1.6;color:var(--gray);margin:0}.models-section{background:var(--pale);display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.models-intro h2{margin-bottom:25px}.models-intro>p:not(.eyebrow){color:var(--gray);max-width:350px}.models-intro .text-link{margin-top:15px}.model-list{border-top:1px solid #b3bcbc}.model-list>a{display:flex;gap:30px;padding:28px 0;border-bottom:1px solid #b3bcbc;align-items:baseline}.model-list>a>span:first-child{font-size:12px;color:var(--gray)}.model-list h3{font-size:30px;margin-bottom:10px}.model-list p{font-size:14px;color:var(--gray);margin-bottom:0;max-width:330px}.model-arrow{margin-left:auto;font-size:30px;transition:transform .2s}.model-list a:hover .model-arrow{transform:translate(4px,-4px)}.team-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:55px}.team-copy h2{margin-bottom:28px}.team-copy>p{max-width:370px;color:var(--gray)}.values{display:grid;gap:14px;margin-top:35px;font-size:14px}.values span:before{content:'+';color:var(--cyan);font-weight:800;margin-right:15px}.people{display:grid;grid-template-columns:1fr 1fr;gap:25px}.portrait{height:260px;background:#ededed;overflow:hidden;margin-bottom:24px}.portrait img{width:100%;height:100%;object-fit:cover;object-position:50% 25%;filter:grayscale(1)}.people .eyebrow{font-size:9px;letter-spacing:.09em;margin-bottom:13px}.people h3{font-size:26px;line-height:1.15;margin-bottom:10px}.people article>p:not(.eyebrow){font-size:12px;color:var(--gray)}.people .text-link{font-size:12px}.academy-section{background:var(--pale)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card{background:#101414;color:white;display:flex;flex-direction:column;overflow:hidden}.article-card>img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .4s}.article-card:hover>img{transform:scale(1.025)}.article-card>div{padding:25px;flex:1;display:flex;flex-direction:column}.article-card .eyebrow{font-size:9px;color:var(--orange);margin-bottom:16px}.article-card h3{font-size:24px;line-height:1.25;letter-spacing:-.025em;margin-bottom:28px}.article-link{font-size:10px;letter-spacing:.06em;margin-top:auto;color:#b9c5c5}.check-section{background:#101414;color:white;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.check-copy h2{line-height:1.12}.check-copy>p:not(.eyebrow){color:#b7c3c3;max-width:360px}.check-copy .fine{font-size:14px;margin-top:36px}.check-copy .fine a{margin-top:12px}.check-box{background:#f4f4f4;color:var(--ink);padding:35px}.step-indicator{display:flex;justify-content:space-between;font-size:10px;font-weight:700;letter-spacing:.09em;color:#5c6666}progress{display:block;width:100%;height:3px;border:0;margin:18px 0 28px;background:#d7dddd}progress::-webkit-progress-bar{background:#d7dddd}progress::-webkit-progress-value{background:var(--orange)}progress::-moz-progress-bar{background:var(--orange)}fieldset{border:0;padding:0;margin:0}legend{font-size:25px;line-height:1.2;font-weight:700;letter-spacing:-.03em;margin-bottom:20px;padding:0}.form-hint{font-size:13px;color:#657171;margin-top:8px}.choice-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:24px}.choice{padding:18px;border:1px solid #aab5b5;display:flex;align-items:center;gap:10px;cursor:pointer}.choice:has(input:checked){border-color:var(--cyan);background:#d9ffff}.choice input{accent-color:var(--cyan);width:16px;min-height:initial;margin:0}.choice .icon{margin-left:auto;width:23px;height:23px;color:var(--cyan)}label{display:block;font-size:13px;font-weight:600;margin:16px 0 8px}input,select,textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #acb6b6;border-radius:0;background:transparent;color:var(--ink);font-size:16px}textarea{resize:vertical}select{background:white}.step-actions{display:flex;justify-content:flex-end;gap:25px;align-items:center;margin-top:25px}.text-button{background:transparent;padding:12px 0;font-size:13px;margin-right:auto}.prototype-note{font-size:11px;line-height:1.5;color:#647171;margin-top:20px;margin-bottom:0}.form-error{font-size:13px;color:#9b3e00;margin:12px 0 0}.form-error:empty{display:none}dl{margin-top:0}dt{font-size:12px;color:#687575;margin-top:15px}dd{margin:3px 0;font-weight:600;font-size:16px}.contact-section{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;background:var(--orange)}.contact-section h2{font-size:clamp(32px,3.8vw,62px);margin-bottom:28px}.contact-section>div>p:not(.eyebrow){font-size:16px}.contact-highlight{color:#653e0b}.contact-links{display:grid;gap:6px;margin:30px 0 25px;font-size:24px;font-weight:600;letter-spacing:-.02em}.contact-section .text-link{border-color:#765b39}.contact-section input,.contact-section textarea{border-color:#98723f;background:rgba(255,255,255,.13)}.contact-section form>.btn{margin-top:25px;width:100%}.contact-section .prototype-note{color:#654c2b}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:20px}#contact-status{font-size:14px;font-weight:600;margin-top:15px}footer{background:#0b0e0e;color:white;padding:65px var(--space) 30px}.footer-top{display:flex;align-items:center;gap:70px;padding-bottom:45px;border-bottom:1px solid #334141}.footer-wordmark{font-size:68px;letter-spacing:-.055em;font-weight:800;line-height:1}.footer-wordmark span{font-size:18px;vertical-align:top;letter-spacing:0;margin-left:5px}.footer-top p{font-size:17px;margin:0}.footer-top p span{color:#98a6a6}.footer-up{margin-left:auto;font-size:32px;border:1px solid #546161;padding:6px 18px}.footer-bottom{display:flex;flex-wrap:wrap;gap:30px;font-size:12px;color:#9eafaf;margin-top:25px}.footer-bottom>span{margin-right:auto}.preview-label{position:fixed;bottom:12px;left:12px;background:#fff;color:#263131;border:1px solid #9baaaa;padding:8px 8px 8px 14px;font-size:9px;letter-spacing:.07em;z-index:30;display:flex;align-items:center;gap:15px}.preview-label button{background:transparent;font-size:19px;padding:0 5px;line-height:1} [hidden]{display:none!important}@keyframes flow{to{stroke-dashoffset:-472}}
@media(min-width:1600px){.section,.header,.capability-strip,footer{padding-left:max(var(--space),calc((100vw - 1440px)/2));padding-right:max(var(--space),calc((100vw - 1440px)/2))}.hero-copy{padding-left:max(var(--space),calc((100vw - 1440px)/2))}}
@media(max-width:1180px){.header{gap:20px}.header nav{gap:17px}.portal{display:none}.header-actions{gap:14px}.hero-copy{padding-right:20px}.hero-actions{gap:20px}.hero-actions .text-link{font-size:12px}.hero .btn{padding:14px 16px;font-size:10px;gap:20px}.platform-heading{gap:35px}.team-layout{gap:30px}.portrait{height:220px}.check-section,.contact-section,.models-section{gap:40px}.article-card h3{font-size:21px}}
@media(max-width:900px){.header{height:74px}.brand{width:137px}.header-actions{margin-left:auto}.menu-toggle{display:block}.header nav{display:none;position:absolute;top:74px;left:0;right:0;padding:24px var(--space);background:white;border-bottom:1px solid var(--line);flex-direction:column;gap:20px}.header nav.open{display:flex}.hero{grid-template-columns:1.1fr 1fr;min-height:600px}.hero-art{min-height:600px}h1{font-size:54px}.hero-copy{padding-top:40px;padding-bottom:25px}.hero-description{font-size:15px}.hero-scroll{margin-top:30px}.art-caption{font-size:28px}.image-note{font-size:8px;flex-direction:column;gap:5px}.capability-strip{display:grid;grid-template-columns:1fr 1fr;font-size:11px;gap:13px}.section{padding-top:65px;padding-bottom:65px}.benefits{gap:24px}.benefits h3{font-size:20px}.benefits p{font-size:14px}.portfolio-layout{grid-template-columns:1fr}.portfolio-image{min-height:270px}.use-grid{grid-template-columns:repeat(3,1fr)}.team-layout{grid-template-columns:1fr}.team-copy h2 br:last-of-type{display:none}.team-copy>p{max-width:600px}.values{grid-template-columns:1fr;gap:8px;margin-bottom:15px}.portrait{height:340px}.people{gap:30px}.article-grid{gap:15px}.article-card>div{padding:20px}.article-card h3{font-size:18px}.check-section{gap:25px}.check-box{padding:25px}.contact-section{grid-template-columns:1fr 1fr;gap:30px}.contact-links{font-size:20px}.two-fields{grid-template-columns:1fr;gap:0}.footer-top{gap:35px}.footer-wordmark{font-size:54px}}
@media(max-width:640px){:root{--space:22px}html{scroll-padding-top:74px}.header{padding:0 18px;gap:12px}.brand{width:120px}.header-actions{gap:8px}.btn.small{font-size:9px;padding:10px 11px;gap:10px;min-height:39px}.menu-toggle{padding:8px}.hero{display:flex;flex-direction:column}.hero-copy{padding:42px 22px 28px}.eyebrow{font-size:9px;letter-spacing:.09em;margin-bottom:23px}h1{font-size:clamp(43px,11.8vw,70px);letter-spacing:-.055em;margin-bottom:23px}.hero-description{font-size:16px;max-width:470px}.hero-actions{width:100%;gap:23px}.hero .btn{font-size:10px;padding:15px 17px}.hero-actions .text-link{font-size:12px}.hero-scroll{display:none}.hero-art{min-height:310px;height:310px}.hero-art:after{background:linear-gradient(0deg,#0a0c0d,transparent 40%),linear-gradient(180deg,#0a0c0d,transparent 20%)}.architecture{object-position:50% 55%}.art-caption{top:25%;left:22px;font-size:33px}.image-note{left:22px;bottom:22px;right:22px;flex-direction:row}.energy-lines{left:28%;width:72%}.capability-strip{padding:20px 22px;font-size:10px;gap:14px 10px}.capability-strip span:before{margin-right:7px}.section{padding:55px 22px}h2{font-size:36px;line-height:1.13;margin-bottom:30px}.section-top{margin-bottom:24px}.section-aside{display:none}.benefits{grid-template-columns:1fr;gap:27px;margin-top:36px}.benefits article{display:grid;grid-template-columns:36px 1fr;gap:0 20px;padding-top:24px}.benefits .icon{grid-row:span 2;width:29px;height:29px}.benefits h3{font-size:22px;margin-top:0}.benefits p{font-size:15px;max-width:none}.platform-heading{grid-template-columns:1fr;gap:0}.platform-heading p{font-size:15px;margin-bottom:25px}.platform-section .section-top .text-link{font-size:10px;max-width:150px}.product-topbar{padding:12px;font-size:7px}.product-mark{font-size:16px}.product-mark b{font-size:9px;margin-left:7px}.process{grid-template-columns:1fr;gap:12px;margin-top:27px}.process-tabs{flex-direction:row;gap:15px}.process-tabs button{font-size:13px;flex:1;gap:4px;flex-direction:column;align-items:flex-start;padding:12px 0}.process-tabs button span{font-size:9px}.process-detail{padding-top:20px;padding-bottom:0}.process-detail h3{font-size:25px;margin-bottom:17px}.process-detail p{font-size:15px;margin-bottom:0}.payment-note{font-size:11px;line-height:1.6;margin-top:25px}.portfolio-layout{gap:30px;margin-top:30px}.portfolio-image{min-height:290px}.portfolio-image>div{left:22px;bottom:24px}.portfolio-image p{font-size:25px}.use-grid{grid-template-columns:1fr 1fr;gap:27px 22px}.use-grid h3{font-size:18px}.use-grid p{font-size:13px}.models-section{grid-template-columns:1fr;gap:30px}.models-intro>p{font-size:15px}.model-list>a{gap:20px;padding:23px 0}.model-list h3{font-size:27px}.model-list p{font-size:14px}.model-arrow{font-size:24px}.team-copy h2{font-size:35px}.team-copy>p{font-size:15px}.values{font-size:12px}.people{gap:18px}.portrait{height:205px;margin-bottom:18px}.people h3{font-size:21px}.people .eyebrow{font-size:8px}.people article>p:not(.eyebrow){font-size:11px}.people .text-link{font-size:11px}.article-grid{grid-template-columns:1fr;gap:25px}.article-card>div{padding:24px}.article-card h3{font-size:24px}.article-card .eyebrow{font-size:10px}.article-link{font-size:11px}.academy-section .section-top .text-link{font-size:12px}.check-section{grid-template-columns:1fr;gap:22px}.check-copy h2{font-size:36px}.check-copy>p:not(.eyebrow){max-width:100%;font-size:15px}.check-copy .fine{margin-top:24px}.check-box{padding:25px 20px}legend{font-size:24px}.choice{padding:14px 12px;font-size:14px}.choice .icon{width:20px}.check-box .btn{font-size:10px;gap:10px}.contact-section{grid-template-columns:1fr;gap:22px}.contact-section h2{font-size:37px}.contact-section>div>p:not(.eyebrow){font-size:15px}.contact-links{font-size:23px;margin:25px 0}.two-fields{grid-template-columns:1fr}.contact-section form{border-top:1px solid #c58c40;padding-top:10px}.footer-top{flex-wrap:wrap;gap:25px;padding-bottom:30px}.footer-wordmark{font-size:55px}.footer-top p{font-size:14px;order:3;width:100%}.footer-up{font-size:25px}.footer-bottom{gap:17px;font-size:11px}.footer-bottom>span{width:100%}footer{padding:45px 22px 55px}.preview-label{font-size:7px;max-width:calc(100vw - 24px);gap:7px;padding-left:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.section-top>.eyebrow.dark{background:var(--cyan);color:#101414;border-radius:30px;padding:8px 18px;font-size:10px;letter-spacing:.12em}
.benefits article{background:#f4f4f4;border-top:5px solid #101414;padding:28px;border-radius:0 0 18px 18px}.benefits .icon,.use-grid .icon,.service-grid .icon{color:#101414;background:var(--cyan);padding:7px;width:43px;height:43px;border-radius:50%}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.service-grid article{background:#f4f4f4;padding:30px;border-radius:18px}.service-grid .icon{margin-bottom:22px}.service-grid h3{font-size:23px}.service-grid p{font-size:15px;color:#5d6666}.service-grid details{border-top:1px solid #c7cdcd;padding-top:15px;margin-top:20px}.service-grid summary{font-size:13px;font-weight:700;cursor:pointer}.service-grid details p{margin-top:14px;font-size:14px}.service-grid .text-link{margin-top:20px;font-size:12px}.lifecycle-section{border-bottom:1px solid var(--line)}.phase-responsibilities{display:grid;grid-template-columns:1fr 1fr;gap:23px;border-top:1px solid #465252;margin-top:24px;padding-top:20px}.phase-responsibilities strong{font-size:10px;color:var(--cyan);letter-spacing:.1em}.phase-responsibilities p{font-size:13px;margin:8px 0 0}.academy-topics{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.academy-topics a{border:1px solid #b5bebe;font-size:12px;padding:10px 14px;display:flex;gap:20px;align-items:center;background:white}.academy-topics a:hover{background:var(--cyan);border-color:var(--cyan)}.academy-structure-note{font-size:13px;color:#5e6868;margin-bottom:30px}.footer-groups{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;padding:40px 0;border-bottom:1px solid #334141}.footer-groups summary{font-size:15px;font-weight:700;color:white;margin-bottom:18px;cursor:pointer}.footer-groups a{display:block;font-size:12px;color:#b4c1c1;padding:5px 0;line-height:1.5}.footer-groups a:hover{color:var(--cyan)}.preview-label a{font-size:10px;text-decoration:underline}.academy-hero{background:#101414;color:white;padding-top:65px;padding-bottom:60px}.academy-hero h1{font-size:clamp(40px,5vw,76px)}.academy-hero>p:last-child{max-width:550px;color:#b8c7c7;font-size:17px;margin:0}.academy-controls{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px}.academy-controls label{margin-top:0}.academy-results-bar{display:flex;justify-content:space-between;align-items:center;margin:25px 0;font-size:13px;color:#606b6b}.academy-results-bar p{margin:0}.academy-results-bar button{margin:0}.academy-results{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.knowledge-card{padding:27px;background:#f2f2f2;border-top:4px solid #151c1c;display:flex;flex-direction:column;min-height:245px;border-radius:0 0 16px 16px;transition:background .2s}.knowledge-card:hover{background:#defdfe}.knowledge-card h2{font-size:23px;line-height:1.3;letter-spacing:-.025em;margin-bottom:25px}.knowledge-card .eyebrow{font-size:9px;margin-bottom:18px}.knowledge-card>span{font-size:12px;margin-top:auto;color:#555f5f}.academy-development{background:#f2f2f2}.academy-development .service-grid article{background:white}.plan-page h1{font-size:60px}.plan-lead{max-width:800px;font-size:20px}.plan-page h2{font-size:35px;margin-top:60px}.plan-page>p{max-width:1000px}.table-scroll{overflow:auto;max-width:100%;margin:25px 0}table{border-collapse:collapse;width:100%;font-size:13px;min-width:690px}th,td{padding:14px;text-align:left;vertical-align:top;border-bottom:1px solid #ccd4d4}th{background:#101414;color:white}td a{text-decoration:underline}tbody tr:nth-child(even){background:#f3f3f3}.plan-page>details>summary{cursor:pointer;font-weight:700}
@media(max-width:1000px){.header nav{gap:15px}.header nav a{font-size:12px}.service-grid{gap:18px}.service-grid article{padding:22px}.academy-results{grid-template-columns:1fr 1fr}.footer-groups{gap:22px}.academy-controls{gap:16px}.benefits{gap:22px}.benefits article{padding:23px}}
@media(max-width:640px){.service-grid,.academy-controls,.academy-results{grid-template-columns:1fr}.section-top>.eyebrow.dark{font-size:8px;padding:7px 13px}.benefits article{padding:23px 19px;grid-template-columns:38px 1fr;gap:0 15px}.benefits .icon{width:35px;height:35px;padding:6px}.phase-responsibilities{gap:20px}.phase-responsibilities p{font-size:12px}.service-grid article{padding:27px 24px}.service-grid h3{font-size:24px}.academy-topics{gap:8px}.academy-topics a{font-size:11px;padding:9px 11px;gap:10px}.footer-groups{display:block;padding:20px 0}.footer-groups details{border-bottom:1px solid #334141;padding:16px 0}.footer-groups details:last-child{border:0}.footer-groups summary{margin:0;font-size:15px}.footer-groups details[open] summary{margin-bottom:12px}.footer-groups a{font-size:13px;padding:8px 0}.knowledge-card{min-height:210px}.academy-hero{padding-top:45px;padding-bottom:45px}.academy-results-bar{gap:20px}.academy-results-bar p{font-size:12px}.plan-page h1{font-size:43px}.plan-lead{font-size:17px}}
/* Original article artwork stays complete, including image text and logos. */
.knowledge-card{padding:0;overflow:hidden;border-top:0;background:#101414;color:#fff;border-radius:0;min-height:0}.knowledge-card:hover{background:#1c2727}.knowledge-image{width:100%;aspect-ratio:16/9;background:#050707;overflow:hidden;display:flex;align-items:center;justify-content:center}.knowledge-image img{width:100%;height:100%;object-fit:contain;display:block}.knowledge-content{padding:25px;display:flex;flex-direction:column;flex:1}.knowledge-content .eyebrow{color:var(--cyan);line-height:1.6}.knowledge-content h2{font-size:23px;line-height:1.3;margin-bottom:25px}.knowledge-content>span{font-size:12px;margin-top:auto;color:#b9caca}@media(max-width:640px){.knowledge-content{padding:23px}.knowledge-content h2{font-size:23px}}
.hero h1.specific-hero{font-size:clamp(35px,3.7vw,62px);line-height:1.08;hyphens:auto;overflow-wrap:break-word}.hero h1.specific-hero em{display:inline-block;margin-top:14px}@media(max-width:640px){.hero h1.specific-hero{font-size:clamp(30px,7.8vw,46px)}}
.product-gallery{border:1px solid #445252;background:#fff;color:#101414;max-width:1100px;margin:0 auto}.product-view-tabs{display:flex;gap:0;background:#ededed;overflow:auto;padding:0 20px}.product-view-tabs button{padding:17px 23px;background:transparent;color:#4c5a5a;border-bottom:3px solid transparent;font-weight:700;font-size:13px;white-space:nowrap}.product-view-tabs button[aria-selected=true]{border-color:var(--cyan);color:#101414;background:#d8ffff}.product-shot{padding:30px 24px;min-height:300px;display:flex;align-items:center;justify-content:center;background:#fff}.product-shot img{width:auto;max-width:100%;max-height:440px;height:auto}.product-shot-caption{display:grid;grid-template-columns:1fr 1.2fr;gap:10px 30px;padding:25px 30px;background:#f3f3f3;border-top:1px solid #dce4e4}.product-shot-caption h3{font-size:25px;margin:0}.product-shot-caption p{font-size:15px;margin:0;color:#526060}.product-shot-caption a{font-size:12px;text-decoration:underline;grid-column:2}.product-demo-note{padding:15px 30px;margin:0;font-size:11px;color:#657171;background:#f3f3f3}.platform-video-details{margin:24px auto 0;max-width:1100px}.platform-video-details summary{cursor:pointer;font-size:14px;color:#cad5d5;padding:10px 0}.platform-video-details .product-stage{margin-top:14px}@media(max-width:640px){.product-view-tabs{padding:0 5px}.product-view-tabs button{padding:14px 12px;font-size:11px}.product-shot{padding:20px 10px;min-height:155px}.product-shot-caption{grid-template-columns:1fr;padding:22px}.product-shot-caption h3{font-size:23px}.product-shot-caption a{grid-column:1}.product-demo-note{padding:0 22px 20px;font-size:10px}}
.one-showcase{max-width:1100px;margin:0 auto 48px;border-top:2px solid var(--cyan);padding-top:30px}.one-intro{display:grid;grid-template-columns:1fr 1.2fr;gap:15px 40px;margin-bottom:25px}.one-intro .eyebrow{grid-column:1/-1;margin:0;color:var(--cyan)}.one-intro h3{font-size:clamp(28px,3vw,42px);line-height:1.12;margin:0}.one-intro>p:not(.eyebrow){color:#cad5d5;font-size:16px;margin:0}.one-intro>a{grid-column:2;font-size:13px}.one-image{display:block;border:1px solid #445252}.one-image img{display:block;width:100%;height:auto}.one-note{font-size:11px;color:#b6c5c5;line-height:1.65;margin:14px 0 0}@media(max-width:640px){.one-intro{grid-template-columns:1fr;gap:16px}.one-intro>a{grid-column:1}.one-intro>p:not(.eyebrow){font-size:14px}.one-note{font-size:10px}}

.product-teasers{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1100px;margin:auto}.product-teaser{min-width:0;border:1px solid #455353;border-top:3px solid var(--cyan);padding:28px;background:#172020;display:flex;flex-direction:column}.product-teaser:nth-child(2){border-top-color:var(--orange)}.product-teaser .eyebrow{color:var(--cyan);font-size:10px;margin-bottom:12px}.product-teaser h3{font-size:clamp(22px,2.4vw,32px);margin:0 0 13px}.product-teaser>p:not(.eyebrow){font-size:15px;color:#c4d0d0;line-height:1.65;margin:0 0 22px}.teaser-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1.94;background:#f7f7f7;overflow:hidden;margin-top:auto;margin-bottom:18px;border:1px solid #506060}.teaser-image img{display:block;width:100%;height:auto;max-height:100%;object-fit:contain}.product-teaser>.text-link{font-size:12px;align-self:flex-start}.product-invitation{max-width:1100px;margin:28px auto 0;display:flex;justify-content:space-between;align-items:center;gap:25px}.product-invitation p{font-size:18px;margin:0}.product-invitation p span{font-size:14px;color:#bacaca}.product-invitation .btn{flex-shrink:0;font-size:12px}.product-status{max-width:1100px;margin:18px auto 0;color:#aebebe;font-size:11px}.product-status summary{cursor:pointer}.product-status p{max-width:750px;line-height:1.6}.header-actions .btn.small{white-space:nowrap}@media(max-width:640px){.product-teasers{grid-template-columns:1fr;gap:20px}.product-teaser{padding:23px}.product-invitation{align-items:flex-start;flex-direction:column}.header-actions .btn.small{font-size:9px;padding:12px 10px;gap:7px}.header{gap:12px}.header-actions{gap:10px}.header .brand{width:120px}.hero-actions{flex-wrap:wrap}}

/* Short headlines and compact product previews. */
h1,h2,h3,h4,h5,h6,.hero h1.specific-hero{hyphens:none;word-break:normal;overflow-wrap:normal}
.product-teasers{max-width:840px;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.product-teaser{padding:22px}.product-teaser h3{font-size:26px;line-height:1.15;min-height:60px}.product-teaser>p:not(.eyebrow){font-size:14px;margin-bottom:18px}.product-teaser .teaser-image{aspect-ratio:2.15;max-height:170px}.product-teaser:nth-child(2) .eyebrow{color:var(--orange)}
@media(max-width:640px){.product-teasers{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-teaser{padding:14px 11px}.product-teaser h3{font-size:clamp(17px,4.2vw,24px);min-height:54px}.product-teaser .eyebrow{font-size:8px;letter-spacing:.04em}.product-teaser>p:not(.eyebrow){font-size:12px;line-height:1.5}.product-teaser>.text-link{font-size:10px}.product-teaser .teaser-image{margin-bottom:14px}.hero h1.specific-hero{font-size:clamp(28px,7.4vw,44px)}}
.use-grid .text-link{display:inline-block;margin-top:14px;font-size:11px}.portrait{display:block}

/* Hosting QA: prevent team grid min-content overflow on narrow screens. */
.team-layout>*{min-width:0}.people{min-width:0}.people>article{min-width:0}
@media(max-width:480px){.team-copy h2{font-size:32px}.people .eyebrow{font-size:9px;letter-spacing:.04em}.people h3{font-size:23px}.people p{overflow-wrap:break-word}}

/* Content completeness: benefits, audiences, sustainability and FAQ. */
.benefits .text-link{display:inline-block;margin-top:18px;font-size:13px}
.benefit-footnote{display:flex;gap:32px;align-items:baseline;border-top:1px solid #ccd4d4;margin-top:42px;padding-top:24px}.benefit-footnote strong{font-size:20px;flex:1}.benefit-footnote p{flex:2;margin:0;color:#536060}
.customer-section{background:#f3f3f3}.customer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:40px}.customer-grid details{background:#fff;padding:25px;border-top:3px solid var(--cyan)}
.customer-grid summary,.company-grid summary,.faq-list summary{cursor:pointer;font-weight:600;font-size:20px;line-height:1.4;padding-right:12px}.customer-grid p,.company-grid p,.faq-list p{font-size:16px;line-height:1.7;margin:20px 0 0}.content-note{color:#536060;font-size:14px;margin-top:25px}
.sustainability-section{background:#101818;color:#fff}.sustainability-section em{font-style:normal;color:var(--cyan)}.section-intro{max-width:820px;color:#c5d1d1;font-size:20px;line-height:1.6}.sustainability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;margin-top:42px}.sustainability-grid article{border-top:2px solid var(--orange);padding-top:22px}.sustainability-grid h3{font-size:25px}.sustainability-grid p{font-size:16px;line-height:1.7;color:#c5d1d1}.sustainability-grid a{font-size:14px}
.company-details{padding-top:50px;padding-bottom:50px;background:#f3f3f3}.company-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.company-grid details{border-top:1px solid #acb8b8;padding-top:20px}.company-grid .text-link{display:inline-block;margin-top:18px;font-size:14px}
.faq-list{max-width:1000px;margin-top:40px}.faq-list details{padding:24px 0;border-top:1px solid #cad2d2}.faq-list details:last-child{border-bottom:1px solid #cad2d2}.faq-list .text-link{display:inline-block;margin-top:16px;font-size:14px}summary:focus-visible{outline:2px solid var(--cyan);outline-offset:5px}
@media(max-width:760px){.customer-grid,.company-grid,.sustainability-grid{grid-template-columns:1fr}.benefit-footnote{display:block}.benefit-footnote p{margin-top:12px}.section-intro{font-size:17px}.customer-grid summary,.company-grid summary,.faq-list summary{font-size:18px}.sustainability-grid{gap:25px}}

.energy-fields{margin:25px 0;border-top:2px solid var(--cyan);padding-top:20px}.energy-fields h3{font-size:23px}.energy-fields input,.energy-fields select{width:100%;box-sizing:border-box;min-width:0}#check-result article{border-top:1px solid #ccd4d4;padding:16px 0}#check-result h3{font-size:20px;line-height:1.4}#check-result p{font-size:15px;line-height:1.65}.check-fit{background:#ededed;padding:18px;color:#152626}.check-inputs{margin:18px 0}.check-inputs summary{cursor:pointer}#thomas-meeting[hidden]{display:none}

/* Three benefits; team support includes data management. */
.benefits{grid-template-columns:repeat(3,minmax(0,1fr))}.benefits p{max-width:none}@media(max-width:640px){.benefits{grid-template-columns:1fr}.benefits .text-link{grid-column:2}}

/* Individual procurement strategy precedes model examples. */
.models-intro>p:not(.eyebrow){max-width:470px}.strategy-details{min-width:0}.strategy-details details{padding:22px 0;border-top:1px solid #b3bcbc}.strategy-details details:last-child{border-bottom:1px solid #b3bcbc}.strategy-details summary{cursor:pointer;font-size:22px;font-weight:600;line-height:1.4}.strategy-details p,.strategy-options dd{font-size:16px;line-height:1.7;color:#536060;margin:18px 0 0}.strategy-details .text-link{font-size:13px;display:inline-block;margin-top:15px}.strategy-options{margin-top:22px}.strategy-options dt{font-weight:600;margin-top:18px}.strategy-options dd{margin:6px 0 0}.model-examples{grid-column:1/-1;display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;border-top:2px solid #101414;padding-top:34px}.model-examples h3{font-size:30px;line-height:1.2}.model-examples>div>p:not(.eyebrow){font-size:16px;line-height:1.7;color:#536060;max-width:470px}@media(max-width:760px){.model-examples{grid-template-columns:1fr;gap:24px}.strategy-details summary{font-size:19px}.strategy-details p,.strategy-options dd{font-size:15px}}

.company-stories{margin-bottom:55px}.company-stories h2{font-size:clamp(32px,4vw,52px);margin:14px 0 0}.company-stories .section-top{align-items:end}.company-story-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:28px}.company-story{display:block;background:#fff;color:#101414;text-decoration:none;min-width:0}.company-story-image{aspect-ratio:16/9;overflow:hidden}.company-story img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s}.company-story:hover img{transform:scale(1.025)}.company-story-copy{padding:25px;border-top:3px solid var(--cyan)}.company-story:nth-child(2) .company-story-copy{border-color:var(--orange)}.company-story h3{font-size:25px;line-height:1.3;margin:12px 0 20px}.company-story .text-link{font-size:13px}@media(max-width:640px){.company-story-grid{grid-template-columns:1fr}.company-stories .section-top{align-items:start;gap:20px}.company-story h3{font-size:22px}}@media(prefers-reduced-motion:reduce){.company-story img{transition:none}.company-story:hover img{transform:none}}

/* Make the service shortcuts real, keyboard-accessible navigation. */
.capability-strip a{color:inherit;text-decoration:none;padding:8px 0;line-height:1.5;text-underline-offset:5px}
.capability-strip a:before{content:'↗';color:var(--cyan);margin-right:12px}
.capability-strip a:hover{color:var(--cyan);text-decoration:underline}
.capability-strip a:focus-visible{outline:2px solid var(--cyan);outline-offset:5px}
#prozess,#betreuung,#plattform{scroll-margin-top:120px}
@media(max-width:640px){.capability-strip a:before{margin-right:7px}}

.hero-actions .quickcheck-secondary{background:#dfe3e3;color:#101414;border:1px solid #dfe3e3;text-decoration:none}
.hero-actions .quickcheck-secondary:hover{background:#cbd1d1;border-color:#cbd1d1;color:#101414}
.hero-actions .quickcheck-secondary:focus-visible{outline:2px solid var(--cyan);outline-offset:5px}

/* Compact, single-card company story carousel. */
.company-stories{display:grid;grid-template-columns:1fr minmax(0,480px);align-items:center;gap:40px}
.company-stories .section-top{display:block;margin:0}.company-stories .section-top>.text-link{display:inline-block;margin-top:24px}
.company-carousel{min-width:0}.company-story-grid{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin:0}.company-story-grid::-webkit-scrollbar{display:none}
.company-story{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;box-sizing:border-box}.company-story-image{aspect-ratio:2/1}.company-story-copy{padding:18px 22px}.company-story h3{font-size:22px;margin:8px 0 16px}.company-story-copy .eyebrow{font-size:10px}
.company-carousel-controls{display:flex;align-items:center;gap:12px;margin-top:12px;font-size:12px;color:#536060}.company-carousel-controls>span:nth-child(2){margin-right:auto}.company-carousel-controls button{width:38px;height:38px;background:#dfe3e3;color:#101414;cursor:pointer;font-size:19px}.company-carousel-controls button:disabled{opacity:.35;cursor:default}.company-carousel-controls button:focus-visible,.company-story-grid:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}
@media(max-width:760px){.company-stories{grid-template-columns:1fr;gap:24px}.company-carousel{width:100%;max-width:480px}.company-stories h2{font-size:32px}}

/* Stronger visual hierarchy for individual procurement. */
.models-section{background:#fff;gap:36px 44px;align-items:start}
.models-intro{background:#111c1e;color:#fff;padding:36px;border-top:4px solid var(--cyan);position:relative;overflow:hidden}
.models-intro:after{content:'';position:absolute;width:120px;height:120px;border:1px solid #315252;border-radius:50%;right:-60px;bottom:-60px;pointer-events:none}
.models-intro .eyebrow.dark{color:var(--cyan);background:transparent;padding:0}.models-intro h2{font-size:clamp(32px,3.5vw,51px);line-height:1.12}.models-intro h2 em{font-style:normal;color:var(--cyan)}.models-intro>p:not(.eyebrow){color:#ced9d9;font-size:17px;line-height:1.7}.models-intro .text-link{color:#ffb24d;border-color:#ffb24d;font-size:14px}
.strategy-details details{background:#f3f3f3;padding:0;border:0;margin-bottom:10px;border-left:3px solid transparent}.strategy-details details:last-child{border-bottom:0}.strategy-details details[open]{background:#eaeaea;border-left-color:var(--cyan)}.strategy-details summary{display:flex;align-items:center;gap:15px;list-style:none;padding:19px 20px;font-size:19px}.strategy-details summary::-webkit-details-marker{display:none}.strategy-details summary:after{content:'+';margin-left:auto;font-size:25px;font-weight:400;color:var(--cyan)}.strategy-details details[open] summary:after{content:'−'}.strategy-icon{width:30px;height:30px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;color:var(--cyan)}.strategy-details details>p,.strategy-details .strategy-options{margin:0;padding:0 22px 20px}.strategy-details details>.text-link{margin:0 22px 22px}.strategy-details summary:hover{background:#e3e3e3}
.model-examples{display:block;border-top:0;padding-top:18px}.model-examples>div:first-child{max-width:760px;margin-bottom:28px}.model-examples h3{font-size:27px}.model-examples>div>p:not(.eyebrow){max-width:700px}.model-examples .model-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;border:0}.model-examples .model-list>a{position:relative;display:block;padding:26px;background:#f3f3f3;border:0;border-top:3px solid var(--cyan);min-width:0;transition:background .18s}.model-examples .model-list>a:nth-child(2){border-color:var(--orange)}.model-examples .model-list>a>span:first-child{display:inline-block;font-size:12px;color:var(--cyan);margin-bottom:22px}.model-examples .model-list h3{font-size:28px}.model-examples .model-list p{font-size:15px;line-height:1.65}.model-examples .model-arrow{position:absolute;right:23px;top:20px;font-size:24px}.model-examples .model-list>a:hover{background:#e5e5e5}
@media(max-width:760px){.models-section{grid-template-columns:1fr}.models-intro{padding:27px}.strategy-details summary{font-size:17px;padding:17px 15px;gap:11px}.model-examples .model-list{grid-template-columns:1fr}.models-intro>p:not(.eyebrow){font-size:16px}}
@media(prefers-reduced-motion:reduce){.model-examples .model-list>a{transition:none}}

/* Unified company hub: editorial links left, single story right. */
.company-hub{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,480px);gap:70px;align-items:start;padding-top:60px;padding-bottom:60px}
.company-hub-info,.company-hub-stories{min-width:0}.company-hub h2{font-size:clamp(32px,3.6vw,48px);line-height:1.12;margin:20px 0}.company-hub-intro{font-size:16px;line-height:1.65;color:#536060;max-width:480px;margin-bottom:28px}
.company-hub .company-grid{display:block}.company-hub .company-grid details{padding:18px 0;border-top:1px solid #b9c6c6}.company-hub .company-grid details:last-child{border-bottom:1px solid #b9c6c6}.company-hub .company-grid summary{display:flex;justify-content:space-between;gap:16px;list-style:none;font-size:20px}.company-hub .company-grid summary::-webkit-details-marker{display:none}.company-hub .company-grid summary:after{content:'+';color:var(--cyan);font-size:23px}.company-hub .company-grid details[open] summary:after{content:'−'}.company-hub .company-grid summary:hover{color:var(--cyan)}.company-hub .company-grid p{font-size:15px;margin-top:16px}
.company-hub-blog-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}.company-hub-blog-heading .eyebrow{margin:0}.company-hub-blog-heading .text-link{font-size:12px;white-space:nowrap}.company-hub .company-story-copy{padding:20px 22px}.company-hub .company-story h3{font-size:23px}
@media(max-width:760px){.company-hub{grid-template-columns:1fr;gap:32px}.company-hub-stories{width:100%;max-width:480px}.company-hub-blog-heading{flex-wrap:wrap}.company-hub .company-grid summary{font-size:18px}}

/* Canonical explanations and contextual navigation instead of repeated copy. */
.service-grid-focused{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-shortcuts{max-width:1000px;margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.faq-shortcuts a{display:flex;justify-content:space-between;gap:16px;padding:17px 0;border-bottom:1px solid #cad2d2;text-decoration:none;color:#182525;font-size:16px;line-height:1.5}.faq-shortcuts a span{color:var(--cyan)}.faq-shortcuts a:hover{text-decoration:underline}.contact-section{grid-template-columns:1fr}#verguetung,#produktqualitaet,#daten{scroll-margin-top:120px}@media(max-width:640px){.service-grid-focused,.faq-shortcuts{grid-template-columns:1fr}}

/* Reuse the hero artwork at architectural scale behind selected sections. */
.energy-background{position:relative;isolation:isolate;overflow:hidden}
.energy-background>.section-energy{z-index:-1;left:auto;right:-6%;top:0;width:max(600px,65%);height:100%;opacity:.16;pointer-events:none;user-select:none}
.energy-background>.section-energy path{animation-play-state:running}
.energy-background.is-visible>.section-energy path{animation-play-state:running}

@media(prefers-reduced-motion:reduce){.energy-background>.section-energy path{animation:none}}
/* One consistent question list, with symbols reflecting the interaction. */
#faq .faq-list{max-width:1000px}
#faq .faq-list details{padding:0}
#faq .faq-list summary,#faq .faq-shortcuts a{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;font-size:20px;font-weight:600;line-height:1.4;color:var(--ink)}
#faq .faq-list summary{list-style:none}
#faq .faq-list summary::-webkit-details-marker{display:none}
#faq .faq-list summary::after{content:'+';color:var(--cyan);font-size:24px;font-weight:400;flex-shrink:0}
#faq .faq-list details[open] summary::after{content:'−'}
#faq .faq-list details p{margin:0 0 24px}
#faq .faq-shortcuts{display:flex;flex-direction:column;gap:0;margin-top:0;max-width:1000px}
#faq .faq-shortcuts a span{font-size:24px;font-weight:400;flex-shrink:0}
@media(max-width:760px){#faq .faq-list summary,#faq .faq-shortcuts a{font-size:18px;padding:20px 0}}


.footer-logo{display:block;width:220px;max-width:55%;flex-shrink:0}
.footer-logo img{display:block;width:100%;height:auto;filter:none}
.company-brand-symbol{display:block;width:52px;height:58px;opacity:.18;margin-bottom:16px;pointer-events:none}
.company-brand-symbol img{width:100%;height:100%;object-fit:contain}
@media(max-width:640px){.footer-logo{width:180px}.company-brand-symbol{margin-bottom:10px}}
/* Separate digital products from the service process. */
.process-section{background:#f2f2f2;color:#111}
.process-section .process{grid-template-columns:minmax(230px,.8fr) minmax(0,1.2fr);gap:60px;margin-top:36px}
.process-section .process-tabs{gap:10px}
.process-section .process-tabs button{padding:20px 22px;color:#555;border:1px solid #d6d6d6;background:transparent}
.process-section .process-tabs button[aria-selected=true]{background:white;border-color:#bcbcbc;border-left:4px solid var(--orange);color:#111}
.process-section .process-detail{background:white;padding:30px;min-width:0}
.process-section .process-detail h3{max-width:none}
.process-section .process-detail p{color:#555}
.process-section .phase-responsibilities{border-color:#ddd}
.process-section .phase-responsibilities strong{color:#333}
.platform-section .product-teasers,.platform-section .product-invitation{max-width:none}
@media(max-width:760px){.process-section .process{grid-template-columns:1fr;gap:20px}.process-section .process-tabs{flex-direction:column;gap:8px}.process-section .process-tabs button{flex-direction:row;align-items:center;gap:16px;font-size:18px;padding:16px 18px}.process-section .process-detail{padding:24px}.process-section .phase-responsibilities{grid-template-columns:1fr;gap:16px}}
/* Procurement follows the shared spacing, neutral surfaces and accent palette. */
.models-section{column-gap:40px;padding-top:60px}
.models-intro{background:#111;padding:30px}
.models-intro:after{display:none}
.models-intro>p:not(.eyebrow){color:#ccc}
.strategy-details{min-width:0}
.strategy-details details{background:#f3f3f3;margin-bottom:12px}
.strategy-details details[open]{background:#eaeaea;border-left-color:var(--cyan)}
.strategy-details summary{padding:22px 24px}
.strategy-icon,.strategy-details summary:after{color:#444}
.strategy-details details>p,.strategy-details .strategy-options{padding:0 24px 24px;color:#555}
.strategy-details details>.text-link{margin:0 24px 24px}
.model-examples .model-list>a>span:first-child{color:#555}
@media(max-width:760px){.models-section{gap:28px;padding-top:40px}.models-intro{padding:24px}.strategy-details summary{padding:18px;gap:12px}.strategy-details details>p,.strategy-details .strategy-options{padding:0 18px 20px}}
.service-grid-focused{grid-template-columns:repeat(3,minmax(0,1fr))}.market-links{border-top:1px solid #ccc;margin-top:20px;display:flex;align-items:flex-start;flex-direction:column}.market-links .text-link{margin-top:16px}@media(max-width:900px){.service-grid-focused{grid-template-columns:1fr}}

/* Compact audience overview and honest placeholders for approved product images. */
.compact-uses{margin-top:32px;padding-top:28px;border-top:1px solid #ccc;scroll-margin-top:110px}
.compact-uses h3{margin-bottom:12px}.compact-uses>p{color:#555;font-size:15px}
.use-disclosures{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px}
.use-disclosures details{border-bottom:1px solid #ccc;padding:16px 0}
.use-disclosures summary{cursor:pointer;font-size:16px;font-weight:600}
.use-disclosures p{font-size:14px;color:#555;margin:16px 0 0}
.use-disclosures .text-link{font-size:13px;margin-top:12px}
.product-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:150px;margin-top:auto;border:1px dashed #777;background:#222;color:#ddd;padding:20px;text-align:center}
.product-placeholder .icon{color:#aaa;width:28px;height:28px}.product-placeholder small{font-size:11px;color:#aaa}
.lifecycle-section,.customer-section{padding-top:60px;padding-bottom:60px}
.lifecycle-section h2{font-size:clamp(30px,3vw,46px);max-width:900px}
@media(max-width:760px){.use-disclosures{grid-template-columns:1fr}.lifecycle-section,.customer-section{padding-top:40px;padding-bottom:40px}}
/* Compact property tiles reuse the existing pictograms. */
.use-disclosures{gap:12px;align-items:start}
.use-disclosures details{background:#fff;border:1px solid #ddd;padding:0}
.use-disclosures summary{display:flex;align-items:center;gap:12px;min-height:76px;padding:16px;list-style:none}
.use-disclosures summary::-webkit-details-marker{display:none}
.use-disclosures summary .icon{width:34px;height:34px;flex-shrink:0;stroke:#222}
.use-disclosures summary span{flex:1;line-height:1.35}
.use-disclosures summary:after{content:'+';font-size:23px;font-weight:400;color:#555}
.use-disclosures details[open]{border-color:#999;border-top:3px solid var(--cyan)}
.use-disclosures details[open] summary:after{content:'−'}
.use-disclosures summary:hover{background:#f8f8f8}
.use-disclosures details p{margin:0;padding:0 16px 16px}
.use-disclosures details .text-link{margin:0 16px 16px}
@media(max-width:760px){.use-disclosures{grid-template-columns:1fr}.use-disclosures summary{min-height:66px;padding:12px 16px}}
/* Customer-led sequence: distinct topics and one connected company area. */
#prozess{padding-bottom:40px}
#betreuung-daten{background:#f2f2f2;padding-top:24px;border-bottom:0}
#betreuung-daten .service-grid article{background:#fff}
#betreuung-daten .section-top{margin-bottom:18px}
#neobid{background:#f2f2f2;border-top:1px solid #ddd;padding-bottom:44px}
#unternehmen{background:#f2f2f2;padding-top:32px;padding-bottom:40px}
.corporate-sustainability{background:#f2f2f2;padding-top:28px;padding-bottom:54px;display:grid;grid-template-columns:1fr 1fr;gap:40px;border-bottom:1px solid #ddd}
.corporate-sustainability h3{max-width:470px}.corporate-sustainability p:not(.eyebrow){color:#555;font-size:16px}
.strategy-related{display:flex;flex-wrap:wrap;gap:12px 24px}
@media(max-width:760px){.corporate-sustainability{grid-template-columns:1fr;gap:12px}.corporate-sustainability h3{margin-bottom:12px}}
/* A clear chapter boundary between audience fit and collaboration. */
#kunden{background:#fff;padding-bottom:56px}
#kunden .customer-grid details{background:#f3f3f3}
#kunden .use-disclosures details{background:#f3f3f3}
#kunden .use-disclosures summary:hover{background:#eaeaea}
#prozess{background:#ededed;border-top:1px solid #d4d4d4;padding-top:60px}
#betreuung-daten{background:#ededed}
@media(max-width:760px){#kunden{padding-bottom:36px}#prozess{padding-top:40px}}
.corporate-sustainability{display:block}
.responsibility-card{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:#fff;border-left:4px solid var(--cyan);padding:28px 32px}
.responsibility-heading{display:flex;align-items:flex-start;gap:20px}
.responsibility-icon{width:48px;height:48px;padding:10px;background:#f1f1f1;color:#222;border-radius:50%;flex-shrink:0}
.responsibility-heading .eyebrow{margin-bottom:16px}
.responsibility-heading h3{margin-bottom:0;font-size:24px}
.responsibility-copy p{margin-bottom:18px}
@media(max-width:760px){.responsibility-card{grid-template-columns:1fr;gap:20px;padding:24px 20px}.responsibility-heading{gap:14px}.responsibility-heading h3{font-size:22px}.responsibility-icon{width:40px;height:40px;padding:8px}}
/* Academy begins a distinct knowledge chapter after company information. */
#wissen{background:#fff;border-top:1px solid #d4d4d4}#wissen .article-card{background:#111;color:#fff}#faq{background:#f2f2f2;border-top:1px solid #ddd}

/* Supporting subsection, rather than a new cyan chapter marker. */
#betreuung-daten .section-top>.eyebrow{background:#dedede;color:#454545}

/* Alternate the company story layout beneath the founder portraits. */
.company-hub{grid-template-columns:minmax(0,480px) minmax(0,1fr);align-items:start}
.company-hub-stories{grid-column:1;grid-row:1}
.company-hub-info{grid-column:2;grid-row:1}
@media(max-width:760px){.company-hub{grid-template-columns:1fr}.company-hub-stories{grid-column:1;grid-row:1}.company-hub-info{grid-column:1;grid-row:2}}/* Keep company news subordinate to the founder portraits. */
.company-hub{grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:64px}
.company-hub h2{font-size:30px;line-height:1.18;margin:14px 0}
.company-hub .company-brand-symbol{display:none}
.company-hub .company-story{display:grid;grid-template-columns:112px minmax(0,1fr);gap:18px;align-items:start;background:transparent;padding:18px 0;border-top:1px solid #ccc}
.company-hub .company-story-image{aspect-ratio:4/3;margin-top:3px}
.company-hub .company-story-copy{padding:0;border:0}
.company-hub .company-story h3{font-size:18px;line-height:1.35;margin:8px 0 14px}
.company-hub .company-story .text-link{font-size:12px}
.company-hub .company-carousel-controls{border-top:1px solid #ddd;padding-top:12px;margin-top:16px;color:#666}
.company-hub .company-carousel-controls button{background:#e5e5e5;width:32px;height:32px}
.company-hub-blog-heading{gap:12px;margin-bottom:0}
.company-hub-blog-heading .eyebrow{font-size:10px}
.company-hub .company-grid summary{font-size:18px}
@media(max-width:760px){.company-hub{grid-template-columns:1fr;gap:32px}.company-hub h2{font-size:28px}.company-hub .company-story{grid-template-columns:90px minmax(0,1fr);gap:14px}.company-hub .company-story h3{font-size:17px}}
/* Company topics first; news as a quiet horizontal closing band. */
.company-hub{display:block}
.company-hub-info{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:64px;align-items:start}
.company-hub-info>.eyebrow,.company-hub-info>h2,.company-hub-info>.company-hub-intro{grid-column:1}
.company-hub-info>.eyebrow{grid-row:1;margin-bottom:0}
.company-hub-info>h2{grid-row:2;margin:14px 0}
.company-hub-info>.company-hub-intro{grid-row:3}
.company-hub-info>.company-grid{grid-column:2;grid-row:1 / span 4}
.company-hub-stories{max-width:none;width:100%;margin-top:32px;border-top:1px solid #ccc;padding-top:24px}
.company-hub-blog-heading{margin-bottom:18px}
.company-hub .company-carousel{max-width:none;width:100%}
.company-hub .company-story{grid-template-columns:240px minmax(0,1fr);gap:28px;align-items:center;padding:0;border:0}
.company-hub .company-story-image{aspect-ratio:16/9;margin:0}
.company-hub .company-story-copy{max-width:620px}
.company-hub .company-story h3{font-size:23px;line-height:1.3;margin:10px 0 16px}
.company-hub .company-carousel-controls{border:0;margin-top:12px;padding:0;justify-content:flex-end}
.company-hub .company-carousel-controls>span:nth-child(2){margin-right:12px}
@media(max-width:760px){.company-hub-info{display:block}.company-hub .company-grid{margin-top:24px}.company-hub .company-story{grid-template-columns:120px minmax(0,1fr);gap:18px}.company-hub .company-story h3{font-size:18px}.company-hub-stories{margin-top:28px}}
/* Clip hero lines at the full hero boundary, not at the image column. */
.hero{overflow:hidden}
.hero-art{overflow:visible}
/* Mobile review: consistent actions, compact header and continuous hero lines. */
.hero-mobile-lines{display:none}
.hero-actions>.btn{flex:0 0 230px;width:230px;max-width:100%;min-height:54px}
@media(max-width:640px){
 .header .btn.small{font-size:8px;padding:8px 9px;gap:9px;min-height:36px}
 .header .btn.small span{font-size:18px}
 .header .brand{width:112px}
 .header-actions{gap:6px}
 .hero{position:relative;isolation:isolate}
 .hero-copy{position:relative;z-index:2;padding-bottom:8px}
 .hero-actions{gap:14px}
 .hero-actions>.btn{flex-basis:230px;width:230px;min-height:54px}
 .hero-art>.energy-lines{display:none}
 .hero>.hero-mobile-lines{display:block;inset:0;width:100%;height:100%;opacity:.45;pointer-events:none;z-index:1}
 .art-caption{top:20%}
}
/* FAQ disclosures follow the same arrow language as adjacent links. */
#faq .faq-list summary::after,#faq .faq-list details[open] summary::after{content:'↗'}
/* Fade decorative mobile lines away from headline and introductory copy. */
@media(max-width:640px){
 .hero>.hero-mobile-lines{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 18%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.35) 62%,#000 82%);mask-image:linear-gradient(to bottom,transparent 0%,transparent 18%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.35) 62%,#000 82%)}
}
/* Academy navigation: compact, aligned rows instead of wrapping chips. */
#wissen>.academy-topics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px;row-gap:0;margin:24px 0 16px}
#wissen>.academy-topics a{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:48px;padding:10px 0;border:0;border-bottom:1px solid #d8dcdc;border-radius:0;background:transparent;font-size:15px;line-height:1.4}
#wissen>.academy-topics a span{flex-shrink:0;font-size:18px;color:var(--cyan)}
#wissen>.academy-topics a:hover{color:var(--cyan);background:transparent}
#wissen>.academy-structure-note{font-size:14px;line-height:1.5;margin:0 0 28px;color:#616666}
@media(max-width:640px){#wissen>.academy-topics{grid-template-columns:1fr;margin:18px 0 14px}#wissen>.academy-topics a{font-size:14px;min-height:44px;padding:8px 0}#wissen>.academy-structure-note{font-size:13px;margin-bottom:24px}}
/* Keep the customer portal reachable in every header size. */
.header .portal{display:inline-block}
@media(min-width:901px) and (max-width:1180px){
 .header{height:74px}.header-actions{margin-left:auto}.menu-toggle{display:block}
 .header nav{display:none;position:absolute;top:74px;left:0;right:0;padding:24px var(--space);background:#fff;border-bottom:1px solid var(--line);flex-direction:column;gap:20px}
 .header nav.open{display:flex}
}
@media(max-width:640px){
 .header-actions{display:grid;grid-template-columns:auto 36px;column-gap:6px;row-gap:0;align-items:center}
 .header-actions>.btn{grid-column:1;grid-row:1}
 .header-actions>.portal{grid-column:1;grid-row:2;justify-self:center;font-size:10px;line-height:24px;color:#101111}
 .header-actions>.menu-toggle{grid-column:2;grid-row:1/3}
}
/* Direction-aware header: no layout shift; keyboard/menu use keeps it visible. */
.header{transition:transform .28s ease,opacity .22s ease}
.header.header-hidden{transform:translateY(-105%);opacity:0;pointer-events:none}
@media(prefers-reduced-motion:reduce){.header{transition:none}}
/* Portal moves into the collapsed navigation on smaller screens. */
.header .portal-menu{display:none}
@media(max-width:1180px){.header-actions>.portal{display:none}.header nav .portal-menu{display:block;border-top:1px solid var(--line);padding-top:16px}}
@media(max-width:640px){.header-actions{display:flex;gap:6px}}
/* Compact recurring model cards and FAQs on phones. */
@media(max-width:640px){
 .model-examples .model-list{gap:12px}
 .model-examples .model-list>a{display:grid;grid-template-columns:24px minmax(0,1fr) 20px;gap:12px;align-items:start;padding:16px;min-height:0}
 .model-examples .model-list>a>span:first-child{margin:4px 0 0;font-size:11px}
 .model-examples .model-list h3{font-size:22px;line-height:1.2;margin:0 0 8px}
 .model-examples .model-list p{font-size:14px;line-height:1.5;margin:0}
 .model-examples .model-arrow{position:static;font-size:21px;margin:0}
 #faq h2{font-size:28px;margin-bottom:20px}
 #faq .faq-list summary,#faq .faq-shortcuts a{font-size:16px;line-height:1.4;padding:15px 0;gap:14px}
 #faq .faq-list summary::after{font-size:20px;color:var(--cyan)}
 #faq .faq-list details p{font-size:14px;line-height:1.55;margin:0 0 16px}
}
/* Mobile service cards: icon beside the copy, with a compact shared rhythm. */
@media(max-width:640px){
 .service-grid-focused{gap:16px}
 .service-grid-focused article{display:grid;grid-template-columns:36px minmax(0,1fr);column-gap:12px;row-gap:12px;align-content:start;padding:20px 18px}
 .service-grid-focused article>.icon{grid-column:1;grid-row:1 / span 2;width:36px;height:36px;padding:6px;margin:0}
 .service-grid-focused article>:not(.icon){grid-column:2;min-width:0;margin:0}
 .service-grid-focused h3{font-size:20px;line-height:1.3;align-self:center}
 .service-grid-focused article>p{font-size:14px;line-height:1.55}
 .service-grid-focused article>details{padding-top:12px}
 .service-grid-focused article>.text-link{font-size:12px;line-height:1.5;justify-self:start}
 .service-grid-focused .market-links{display:grid;gap:12px}
 .service-grid-focused .market-links .text-link{margin:0;font-size:12px;line-height:1.5}
}

/* Wrapped customer headings align with the text, not the disclosure marker. */
.customer-grid summary{display:flex;align-items:baseline;gap:8px;list-style:none}
.customer-grid summary::-webkit-details-marker{display:none}
.customer-grid summary::before{content:'▸';flex:0 0 12px;font-size:.85em}
.customer-grid details[open]>summary::before{content:'▾'}

/* Supporting links in editorial copy have a separate, quiet rhythm on every page. */
body main p>.text-link,body main td>.text-link{display:table;width:fit-content;max-width:100%;margin-top:18px;font-size:13px;font-weight:400;line-height:1.5;padding-bottom:5px}
body main article>p+.text-link,body main details>p+.text-link,body main .pilot-wrap>p+.text-link{margin-top:18px;font-size:13px;font-weight:400;line-height:1.5}
@media(max-width:640px){body main p>.text-link,body main td>.text-link,body main article>p+.text-link,body main details>p+.text-link,body main .pilot-wrap>p+.text-link{font-size:12px;margin-top:16px}}

/* Consistent approved homepage palette and narrow-screen spacing. */
:root{--cyan:#00f9ff;--orange:#ffb24d}
@media(max-width:400px){.header{padding-inline:12px;gap:8px}.header .brand{width:96px}.header-actions{gap:8px}.header .btn.small{font-size:8px;padding:9px 10px;gap:10px}.header .menu-toggle{padding:8px 6px}.team-copy h2{font-size:30px;overflow-wrap:break-word}}
/* One disclosure symbol across the homepage and service pages. */
.strategy-details summary:after,.strategy-details details[open] summary:after,.company-hub .company-grid summary:after,.company-hub .company-grid details[open] summary:after,.use-disclosures summary:after,.use-disclosures details[open] summary:after{content:'↗';transition:transform .2s;flex-shrink:0}.strategy-details details[open] summary:after,.company-hub .company-grid details[open] summary:after,.use-disclosures details[open] summary:after{transform:rotate(90deg)}.customer-grid summary::before,.customer-grid details[open]>summary::before{content:'↗'}.customer-grid details[open]>summary::before{transform:rotate(90deg)}

/* Homepage: preserve approved orange and equal CTA dimensions. */
.home-page{--orange:#ffb24d}.home-page .hero-actions{align-items:stretch;gap:20px}.home-page .hero-actions>.btn{flex:0 0 250px;width:250px;min-height:58px;padding:16px 20px;font-size:12px;white-space:nowrap;gap:18px}.home-page .service-grid-focused article{min-width:0}.home-page .service-grid-focused summary{list-style:none}.home-page .service-grid-focused summary::-webkit-details-marker{display:none}.home-page .service-grid-focused summary:after{content:" ↗"}@media(max-width:600px){.home-page .hero-actions>.btn{flex-basis:250px;width:250px;min-height:58px;max-width:100%}}
.home-product-figure{margin:0;margin-top:auto}.home-product-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1.94;background:#fff;padding:8px}.home-product-image img{display:block;width:100%;height:100%;min-height:0;object-fit:contain}.home-product-figure figcaption{font-size:11px;color:#c4d0d0;margin-top:8px}.home-video-slot{display:flex;align-items:center;gap:12px;min-height:76px;padding:16px;margin-top:18px;background:#202b2b;border:1px dashed #647474}.home-video-slot>span{font-size:30px;color:var(--cyan)}.product-teaser:nth-child(2) .home-video-slot>span{color:var(--orange)}.home-video-slot p{margin:0;font-size:13px;color:#e0e8e8}.customer-grid details>.text-link{margin:0 20px 24px}.compact-uses>.text-link{margin-bottom:24px}.founder-social{margin-top:12px!important}.operator-product{max-width:900px;margin:30px auto 0;background:#fff;padding:20px}.operator-product img{display:block;width:100%;height:auto;object-fit:contain}.operator-product figcaption{font-size:12px;color:#626a6a;margin-top:12px}@media(max-width:640px){.home-page .product-teasers{grid-template-columns:1fr}.home-page .product-teaser{padding:22px}.home-page .product-teaser h3{font-size:26px;min-height:0}.home-page .product-teaser>p:not(.eyebrow){font-size:15px}.home-product-image{aspect-ratio:1.94}.operator-product{padding:10px;margin:24px 0}.customer-grid details>.text-link{margin-left:0}}

/* Equal screenshot canvases, independent of intrinsic image proportions. */
.home-page .home-product-image{position:relative;display:block;width:100%;aspect-ratio:16/9;padding:0;background:#fff;box-sizing:border-box}.home-page .home-product-image img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;padding:8px;box-sizing:border-box}.home-page .home-product-image:focus-visible{outline:3px solid var(--cyan);outline-offset:5px}.home-page .product-teaser:nth-child(2) .home-product-image:focus-visible{outline-color:var(--orange)}


/* Product branding sits inside the shared white screenshot canvas. */
.home-page .home-product-image .home-shot{padding:54px 12px 12px}.home-shot-brand{position:absolute;inset:0 0 auto;display:flex;align-items:center;gap:16px;height:50px;padding:10px 16px;z-index:1;background:#fff;box-sizing:border-box}.home-page .home-shot-brand img{position:static;inset:auto;display:block;width:90px;height:auto;max-height:30px;padding:0;object-fit:contain}.home-shot-brand>span{font-size:11px;line-height:1.4;color:#000;letter-spacing:.03em}.product-teaser:nth-child(2) .home-shot-brand>span{color:#000}@media(max-width:640px){.home-shot-brand{gap:12px;padding-inline:12px}.home-shot-brand>span{font-size:10px}}


.product-teaser>.home-product-link{font-size:14px;line-height:1.5;margin-top:22px;padding:8px 0;min-height:44px;align-self:flex-start}

/* Align disclosure links with their copy and separate them from the answer. */
.customer-grid details>.text-link{margin:22px 0 0;padding-left:0}
.company-grid details>.text-link{margin-top:22px;margin-left:0}
#faq .faq-list details>.text-link{margin:0 0 24px}

/* Contextual page entry points and photographic role cards. */
.page-hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px;align-items:stretch}.page-hero-actions>.btn{display:flex;justify-content:space-between;align-items:center;width:310px;max-width:100%;min-height:64px;margin:0!important;font-size:12px;gap:18px}.page-hero-actions>.btn:first-child{background:var(--orange);color:var(--ink);border-color:var(--orange)}.page-hero-actions>.btn:first-child:hover{background:#f2a43f;border-color:#f2a43f}.page-hero-actions>.btn:nth-child(2){background:#e3e7e7;color:var(--ink);border:1px solid #e3e7e7}.page-hero-actions>.btn:nth-child(2):hover{background:#cfd5d5;border-color:#cfd5d5}.customer-role-card{min-width:0;background:#f3f3f3}.customer-role-card>figure{margin:0}.customer-role-card>figure>img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover;filter:grayscale(1)}.customer-role-card figcaption{font-size:11px;color:#626a6a;padding:8px 0 14px}.customer-role-card>details{height:auto}.platform-data-photo{margin:32px 0 0}.platform-data-photo>img{display:block;width:100%;aspect-ratio:21/9;object-fit:cover;filter:grayscale(1);object-position:center 52%}.market-report-contact{margin:28px 0 0;padding-top:24px;border-top:1px solid #cbd0d0}.market-report-contact h3{margin:0 0 10px;font-size:24px}.market-report-contact p{max-width:760px;margin:0 0 16px}.platform-data-photo figcaption,.market-report-preview figcaption{font-size:12px;color:#647070;margin-top:12px}.platform-video-slot{margin:32px 0}.platform-video-poster{aspect-ratio:16/9;max-height:500px;background:radial-gradient(ellipse at 80% 20%,#126368 0,transparent 60%),#101818;display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;text-align:center;padding:28px}.platform-video-poster>img{width:180px;max-width:40%;margin-bottom:24px}.platform-video-poster>strong{font-size:clamp(28px,4vw,56px)}.platform-video-poster>p{font-size:18px}.market-report-preview{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:48px;align-items:start;margin:32px 0}.market-report-preview figure{margin:0}.market-report-preview img{display:block;width:100%;height:auto;object-fit:contain}.market-report-preview h3{font-size:30px;margin-top:0}.market-report-preview p{font-size:18px;line-height:1.6}.market-report-detail summary{cursor:pointer;font-weight:600;padding:20px 0}.market-report-detail img{border:1px solid #ddd}@media(max-width:700px){.page-hero-actions{flex-direction:column}.page-hero-actions>.btn{width:100%;min-height:60px}.platform-data-photo>img{aspect-ratio:3/2}.market-report-preview{grid-template-columns:1fr;gap:28px}.market-report-preview figure{max-width:440px}.platform-video-poster>p{font-size:14px}.platform-video-poster>img{margin-bottom:12px}}
.solution-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:32px 0 18px}.solution-image-card{display:block;background:#101818;color:#fff;min-width:0}.solution-image-card img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}.solution-image-card>div{padding:20px}.solution-image-card h3{font-size:22px;margin:0 0 8px}.solution-image-card p{font-size:14px;line-height:1.55;color:#cad3d3;margin:0}.solution-image-card:hover img{filter:brightness(.9)}@media(max-width:700px){.solution-image-grid{grid-template-columns:1fr;gap:20px}.solution-image-card>div{padding:18px}}
.career-job-preview{margin:22px 0 24px;max-width:760px}.career-job-preview img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.career-job-preview figcaption{font-size:12px;color:#647070;margin-top:10px}.career-job-actions{display:flex;flex-wrap:wrap;gap:22px;align-items:center;margin-top:20px}.career-job-actions .text-link{margin:0!important}@media(max-width:640px){.career-job-actions{align-items:flex-start;flex-direction:column;gap:16px}}

.operator-use-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:32px}.operator-use-card{background:white;min-width:0}.operator-use-card>img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.operator-use-card>div{padding:24px}.operator-use-card h3{font-size:25px;margin:0 0 16px}.operator-use-card small{font-size:12px;color:#677373}.pilot-strategy .strategy-photo:nth-child(3)>img{object-position:center bottom}@media(max-width:700px){.operator-use-grid{grid-template-columns:1fr}}

.customer-image-credits{margin:14px 0 0;font-size:12px;line-height:1.6;color:#667171}.customer-image-credits summary{cursor:pointer;width:fit-content;font-size:12px;padding:4px 0}.customer-image-credits p{font-size:12px;max-width:700px;margin:12px 0 8px}.customer-image-credits ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px 24px}.customer-image-credits a{text-decoration:underline;text-underline-offset:3px}.customer-image-credits summary:focus-visible{outline:2px solid #101818;outline-offset:4px}

/* Neutral partner-network module for specialist delivery. */
.partner-network-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:32px}.partner-network-grid article{background:#fff;padding:28px;min-width:0}.partner-network-grid h3,.partner-network-cta h3{font-size:24px;margin:0 0 14px}.partner-network-grid p,.partner-network-cta p{font-size:17px;line-height:1.6;margin:0}.partner-network-cta{margin-top:24px;padding:28px;background:#101818;color:#fff}.partner-network-cta p{max-width:850px;margin-bottom:18px}.partner-network-cta .text-link{color:#00e4e4;border-color:#00e4e4}@media(max-width:700px){.partner-network-grid{grid-template-columns:1fr}.partner-network-grid article,.partner-network-cta{padding:22px}}
.platform-product-video{display:block;width:100%;max-height:500px;aspect-ratio:16/9;background:#101818;object-fit:contain}

.home-page .product-teaser .home-video-slot{width:100%;max-width:460px;aspect-ratio:16/9;min-height:0;box-sizing:border-box;margin:0 auto 18px;justify-content:center;text-align:center}
.home-page .product-teaser .home-video-slot--ready{padding:0;border:0;background:#101818}
.home-product-video{display:block;width:100%;height:100%;background:#101818;object-fit:contain}
