@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#0b0d10;--accent:#e3171f;--muted:#68707c;--line:#e8e9ec}
body{font-family:'Manrope','Segoe UI',Arial,sans-serif;color:var(--ink);background:#fff}p{color:var(--muted)}header{background:#fffffff0}.nav{height:94px}nav{font-weight:600}.button{border-radius:9px;background:var(--ink);border-color:var(--ink);transition:transform 250ms,background 250ms}.button:hover{background:#e3171f;border-color:#e3171f}.button.outline{border-color:#d9dce1;color:var(--ink);background:#fff9}.button.small{background:#e01626;border-color:#e01626}.hero{margin:22px auto 0;width:96%;border-radius:18px;background:#f6f7f9}.hero-inner{min-height:580px}.hero:after{background:linear-gradient(90deg,#fafafa 0%,#fafafaf5 30%,#f5f5f5b3 48%,#fafafa00 77%)}.hero-picture{filter:saturate(.72)}.hero-copy{width:700px;max-width:62%;padding:65px 0 80px}h1{font-size:clamp(37px,3.7vw,59px);font-weight:800;letter-spacing:-2px;line-height:1.18}h1 em{color:#e3171f;background:linear-gradient(100deg,#e3171f,#b70e15);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.intro{max-width:560px;font-size:17px}.eyebrow{color:#68707c;font-size:12px;letter-spacing:1.8px}.eyebrow:before{background:#d61929}.hero-buttons{margin-top:32px}.hero-caption{right:10px;bottom:15px;border-radius:5px}.section{padding-top:80px;padding-bottom:80px}.pale{background:linear-gradient(160deg,#fff 25%,#f6f7f9 85%,#f8f8f8)}h2{font-size:36px;line-height:1.3;letter-spacing:-1px}.section-heading{margin-bottom:38px}.solution-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.solution-card{border-radius:15px;border:1px solid var(--line);box-shadow:none;transition:transform 250ms,box-shadow 250ms,border-color 250ms}.solution-card:hover{border-color:#edb5b8;box-shadow:0 15px 35px #16161612;transform:translateY(-5px)}.solution-card img{height:170px}.solution-card .card-content{padding:24px}.card-index{font-size:11px;letter-spacing:1.4px;color:#858585;font-weight:600;margin-bottom:12px}.card-content h3{font-size:20px;line-height:1.4;margin-bottom:9px}.card-content p{font-size:14px;line-height:1.65}.card-bottom{font-size:12px;gap:8px;color:#666666;padding-top:23px}.round-arrow{width:32px;height:32px;flex-shrink:0;border-color:#e8e8e8;color:#e3171f}.brand-section{padding:62px 0;background:#fff;border-bottom:1px solid #eeeeee}.brand-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:28px}.brand-heading h2{font-size:27px}.brand-heading .eyebrow{margin-bottom:10px}.pause-control{border:1px solid #dddddd;border-radius:8px;background:white;color:#616161;font-size:13px;padding:10px 16px}.brand-window{overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 6%,black 94%,transparent)}.brand-track{display:flex;width:max-content;animation:brands-scroll 48s linear infinite}.brand-group{display:flex;align-items:center;gap:65px;padding-right:65px;flex:none}.brand-logo{width:140px;height:80px;display:flex;align-items:center;justify-content:center}.brand-logo img{max-width:140px;max-height:48px;object-fit:contain}.brand-logo:nth-child(9) img{max-height:66px}@keyframes brands-scroll{to{transform:translateX(-50%)}}.project-grid{gap:25px}.project{padding:34px;border-radius:15px;background:linear-gradient(145deg,#fff,#fafafa);border-color:var(--line)}.project:before{height:3px;width:65px;background:linear-gradient(90deg,#e3171f,#b70e15);left:34px;top:0}.project .number{color:#777777}.project h3{font-size:24px;line-height:1.4}.project p{line-height:1.8}.product-section{background:var(--ink);color:#fff;border:0}.product-section .eyebrow,.product-section .index{color:#b7b7ba}.product-section p{color:#bfc0c5}.product-section .product{border-color:#303035}.product-section .text-link{color:#ffffff}.product h3{font-size:20px}.about{gap:100px;padding-bottom:45px}.about h2{font-size:37px}.since-mark{font-size:60px;color:var(--ink)}.facts{padding:25px 0 60px}.facts strong,.fact-icon{color:#e3171f}.facts strong{font-size:26px}.contact{background:linear-gradient(115deg,#0a0c10,#111113 70%,#321014);padding:75px 0 55px;border-radius:18px 18px 0 0}.contact .button{background:white;color:var(--ink);border-color:white}.contact .button:hover{background:#fceced}.contact-grid{border-color:#343438}.contact h2{font-size:37px}.detail-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;padding-top:70px;padding-bottom:75px;align-items:center}.breadcrumb{display:inline-block;font-size:14px;color:#646464;margin-bottom:38px}.detail-hero h1{font-size:clamp(36px,4vw,60px)}.detail-lead{font-size:19px;line-height:1.8;margin:25px 0 30px}.detail-hero figure{margin:0;border-radius:18px;overflow:hidden;background:#f6f6f6}.detail-hero figure img{width:100%;height:350px;object-fit:cover;display:block}.detail-hero figcaption{padding:20px;font-size:14px;color:#686868}.component-section{background:linear-gradient(130deg,#f6f7f9,#fafafa);padding:65px 0}.component-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:30px 0}.component-grid article{border:1px solid #e8e9ec;background:#fff;border-radius:14px;padding:28px}.component-grid span{display:block;color:#d31720;margin-bottom:20px;font-size:13px}.component-grid h3{font-size:19px;line-height:1.55}.detail-contact{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-top:70px;padding-bottom:70px}.detail-contact a{display:block;font-size:22px;margin:0 0 12px}.detail-contact p:last-child{font-size:15px;margin-top:20px}.detail-contact h2{font-size:30px}.solution-page{background:#fff}footer{padding-top:28px;padding-bottom:28px}
@media(min-width:1600px){.wrap{width:min(1600px,88%)}.hero-inner{min-height:650px}.hero-copy{max-width:56%}.solution-card img{height:200px}}
@media(max-width:1100px){.solution-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-copy{max-width:70%}.hero-inner{min-height:570px}.hero:after{background:linear-gradient(90deg,#fafafa 0%,#fafafaec 40%,#f5f5f540 100%)}.detail-hero{gap:35px}.card-content h3{font-size:18px}}
@media(max-width:800px){.nav{height:74px}.hero{margin-top:10px;border-radius:13px}.hero-inner{min-height:540px}.hero-copy{max-width:100%;padding:45px 0 70px}h1{font-size:39px;letter-spacing:-1.4px}.hero:after{background:linear-gradient(100deg,#fafafaf7 10%,#fafafad9 70%,#fafafaa0)}.section{padding-top:50px;padding-bottom:50px}h2{font-size:29px}.solution-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.solution-card img{height:140px}.solution-card .card-content{padding:17px}.card-content h3{font-size:17px}.card-bottom{align-items:end;font-size:11px}.brand-section{padding:42px 0}.brand-heading h2{font-size:23px}.brand-heading{align-items:start}.pause-control{flex-shrink:0;font-size:12px;padding:8px}.brand-group{gap:40px;padding-right:40px}.brand-logo{width:120px}.brand-logo img{max-width:120px}.about{gap:30px}.facts{padding-bottom:40px}.detail-hero{grid-template-columns:1fr;padding-top:35px;padding-bottom:40px;gap:30px}.detail-hero figure img{height:260px}.detail-hero h1{font-size:39px}.detail-lead{font-size:17px}.breadcrumb{margin-bottom:25px}.component-grid{grid-template-columns:1fr 1fr;gap:15px}.component-grid article{padding:20px}.component-grid h3{font-size:16px}.detail-contact{grid-template-columns:1fr;gap:30px;padding:45px 0}.contact{border-radius:12px 12px 0 0}.contact h2{font-size:31px}}
@media(max-width:420px){.card-index{font-size:9px;letter-spacing:.9px}.solution-card img{height:118px}.solution-card .card-content{padding:14px}.card-content h3{font-size:16px}.card-content p{font-size:13px}.brand-heading{flex-direction:column}.hero-caption{font-size:10px}h1{font-size:33px}.hero-buttons{flex-direction:column;align-items:start}.component-grid{grid-template-columns:1fr}.facts strong{font-size:23px}}
@media(prefers-reduced-motion:reduce){.brand-track{animation:none}html{scroll-behavior:auto}}
.brand-sprite{display:block;background-image:url(assets/brands/sheet.png);background-repeat:no-repeat;flex-shrink:0}.brand-logo:has(.brand-sprite){width:165px}

/* BCT red / charcoal direction, inspired by the supplied prototype. */
:root{--red:#e3171f;--ink:#0b0d10;--muted:#68707c;--line:#e8e9ec}
.nav{height:82px}header{backdrop-filter:blur(18px);border-bottom:1px solid #0000000d}
.button,.button.small{background:var(--red);border-color:var(--red);border-radius:12px;box-shadow:0 10px 25px #e3171f20;font-weight:750}.button:hover{background:#b70e15;border-color:#b70e15;transform:translateY(-2px)}.button.outline{box-shadow:none;background:#ffffffdb;border-color:#d9dce1;color:var(--ink)}.button.outline:hover{border-color:var(--red);color:var(--red)}
.hero{width:100%;margin:0;border-radius:0;background:#fafafa}.hero-inner{min-height:680px}.hero-picture{filter:none}.hero:after{background:linear-gradient(90deg,#fff 0%,#fffffff7 28%,#ffffffd9 43%,#ffffff00 76%)}.hero-copy{padding:85px 0 95px;max-width:61%;width:780px}h1{font-size:clamp(40px,4.4vw,76px);line-height:1.06;letter-spacing:-.045em}h1 em{background:none;-webkit-text-fill-color:var(--red);color:var(--red)}.intro{font-size:19px;line-height:1.7;max-width:575px}.eyebrow{color:#64666b}.section{padding-top:90px;padding-bottom:90px}h2{font-size:40px;letter-spacing:-1.4px}.pale{background:linear-gradient(#fff,#f6f7f9)}
.solution-card{border-radius:20px;box-shadow:0 10px 25px #0a0f1408}.solution-card img{height:200px}.card-index{color:#cf1620}.round-arrow{color:var(--red)}.solution-card:hover .round-arrow{background:var(--red);border-color:var(--red);color:#fff}
.product-section{background:radial-gradient(ellipse at 100% 0%,#e3171f24,transparent 55%),#0a0c10}.product-grid{gap:16px}.product{border:1px solid #29292f;border-radius:18px;padding:25px;background:#ffffff03}.product-section .index{color:#ff6269}.product-section .eyebrow{color:#bfc0c5}.project:before{background:var(--red)}.project{background:#fff;border-radius:20px}.since-mark{color:var(--red)}.contact{border-radius:0;background:radial-gradient(ellipse at 100% 0%,#e3171f20,transparent 60%),#0b0d10}.contact .button{background:var(--red);border-color:var(--red);color:white}.contact .button:hover{background:#b70e15}.component-section{background:#f6f7f9}
@media(min-width:1600px){.hero-inner{min-height:760px}.hero-copy{max-width:57%}.solution-card img{height:210px}}
@media(max-width:1100px){.hero-copy{max-width:72%}.hero:after{background:linear-gradient(90deg,#fff 0%,#fffffff2 36%,#ffffff55 100%)}}
@media(max-width:800px){.nav{height:74px}.hero-inner{min-height:570px}.hero-copy{max-width:100%;padding:55px 0 70px}.hero:after{background:linear-gradient(100deg,#fffffff7 10%,#ffffffde 70%,#ffffffaa)}h1{font-size:44px}.intro{font-size:17px}.section{padding-top:54px;padding-bottom:54px}h2{font-size:30px}.solution-card img{height:150px}.product{padding:20px}.hero-caption{right:0;max-width:95%}.detail-hero h1{font-size:39px}}
@media(max-width:420px){h1{font-size:36px}.solution-card img{height:120px}.product{padding:16px}.product h3{font-size:17px}}

/* Clean source logos retain their complete proportions and original colours. */
.brand-group{gap:40px;padding-right:40px}.brand-logo{width:190px;height:100px;flex:none}.brand-logo img,.brand-logo:nth-child(9) img{display:block;width:180px;height:80px;max-width:180px;max-height:80px;object-fit:contain}.brand-track{animation-duration:55s}
.tech-icon{width:48px;height:48px;display:block}.component-grid article{padding:28px;min-height:225px;background:linear-gradient(135deg,#fff,#fff 70%,#fff8f8);transition:border-color .25s,transform .25s}.component-grid article:hover{border-color:#e9a8ac;transform:translateY(-3px)}.component-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.component-icon{color:#d71924;background:#fff0f1;border:1px solid #f8dfe1;border-radius:17px;width:86px;height:86px;display:grid;place-items:center}.component-grid .component-number{font-size:12px;letter-spacing:2px;color:#9a9a9f;margin:0}.component-grid h3{max-width:95%}.detail-actions{display:flex;gap:12px;flex-wrap:wrap}.detail-actions .button{font-size:14px}.profile-pdf{display:inline-flex;margin-top:22px;border-bottom:1px solid #efc7ca;padding-bottom:8px}.product-icon{color:#ff6870;margin-bottom:24px}.product-icon .tech-icon{width:42px;height:42px}
@media(max-width:800px){.brand-group{gap:24px;padding-right:24px}.brand-logo{width:160px}.brand-logo img{width:150px;max-width:150px}.component-grid article{padding:22px}.component-icon{width:72px;height:72px}.component-icon .tech-icon{width:40px;height:40px}.detail-actions{align-items:flex-start;flex-direction:column}}
