@font-face{font-family:Manrope;src:url('assets/manrope-regular.ttf') format('truetype');font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url('assets/manrope-medium.ttf') format('truetype');font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url('assets/manrope-semibold.ttf') format('truetype');font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url('assets/manrope-bold.ttf') format('truetype');font-weight:700;font-display:swap}@font-face{font-family:Manrope;src:url('assets/manrope-extrabold.ttf') format('truetype');font-weight:800;font-display:swap}
:root{--ink:#202526;--muted:#565e61;--red:#b9252d;--red-dark:#951d24;--paper:#fff;--soft:#f3f4f4;--line:#dedfdf;--gutter:clamp(24px,5.55vw,80px);--header:96px;color-scheme:light;font-family:Manrope,Arial,sans-serif;color:var(--ink);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);font-size:18px;line-height:1.7}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img{max-width:100%;display:block}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}h1,h2,h3,p,figure{margin:0}button{border:0}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}::selection{background:#b9252d;color:white}[hidden]{display:none!important}.container{width:min(1280px,calc(100% - var(--gutter)*2));margin-inline:auto}.skip-link{position:fixed;top:8px;left:16px;background:var(--ink);color:white;padding:12px 24px;z-index:150;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);transition:box-shadow .25s}.header-inner{max-width:1440px;margin:auto;padding-inline:var(--gutter);height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:24px;transition:height .25s}.brand{width:224px;flex-shrink:0;display:block;overflow:hidden}.brand img{width:224px;height:70px;object-fit:cover;object-position:center}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.desktop-nav>a,.nav-services>a{padding-block:18px}.desktop-nav a:hover{color:var(--red)}.nav-services{display:flex;align-items:center;position:relative}.nav-toggle{background:none;width:32px;height:44px;display:grid;place-items:center}.nav-toggle svg{width:15px;height:15px}.service-menu{position:absolute;top:55px;left:-20px;width:330px;padding:12px;border:1px solid var(--line);background:white;box-shadow:0 16px 40px #20252612;border-radius:8px}.button{min-height:54px;padding:15px 23px;background:var(--red);color:white;font-size:14px;font-weight:600;display:inline-flex;gap:26px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;line-height:1.5;transition:background .2s,transform .2s}.button:hover{background:var(--red-dark);transform:translateY(-2px)}.button span{font-size:23px;line-height:1}.button-small{min-height:46px;padding:11px 18px;gap:20px}.text-link{font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:18px;min-height:44px}.text-link span{font-size:23px;font-weight:400}.text-link:hover{color:var(--red)}.mobile-toggle{display:none}.hero-copy{padding-block:58px 38px}.eyebrow{display:flex;align-items:center;gap:13px;text-transform:uppercase;font-size:12px;letter-spacing:.13em;font-weight:700}.brand-mark{display:flex;gap:3px}.brand-mark i{display:block;width:6px;height:6px;background:var(--red)}.brand-mark i:nth-child(2){background:#777b7c}.brand-mark i:nth-child(3){background:#c5c7c7}h1{font-size:clamp(54px,6.55vw,94px);letter-spacing:-.055em;font-weight:500;line-height:1.1;margin-top:26px}h1>span{color:var(--red)}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:70px;margin-top:32px}.hero-bottom>p{max-width:530px;font-size:16px;line-height:1.75;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:28px;flex-shrink:0}.hero-photo{position:relative;height:clamp(320px,32vw,500px);margin-inline:clamp(16px,2.8vw,40px);border-radius:12px;overflow:hidden;background:#dce2e2;isolation:isolate}.hero-photo>img{width:100%;height:calc(100% + 48px);object-fit:cover;object-position:50% 45%;transform:translateY(-24px);will-change:transform}.hero-photo:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#101d2466);z-index:0;pointer-events:none}.hero-photo figcaption{position:absolute;z-index:1;left:40px;bottom:28px;color:white;display:flex;flex-direction:column;gap:5px;font-size:13px;letter-spacing:.02em}.location-label{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:600}.location-label svg{width:17px;height:17px}.photo-scroll{position:absolute;right:36px;bottom:30px;border-radius:50%;border:1px solid #ffffff80;width:48px;height:48px;display:grid;place-items:center;color:white;font-size:24px;z-index:1;transition:background .2s}.photo-scroll:hover{background:#ffffff20}.hero-trust{display:flex;align-items:center;justify-content:space-between;padding-block:27px;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted)}.hero-trust a{display:flex;gap:16px}.hero-trust a:hover{color:var(--red)}.site-header.scrolled{box-shadow:0 2px 15px #20252606}.site-header.scrolled .header-inner{height:78px}
@media(min-width:1600px){.header-inner{max-width:1440px;padding-inline:0}.hero-copy{padding-top:76px}}
@media(max-width:1199px){.desktop-nav,.header-cta{display:none}.mobile-toggle{display:flex;align-items:center;gap:12px;min-height:44px;background:none;font-size:14px}.header-inner{height:80px}.hero-actions{flex-direction:column;align-items:flex-start;gap:5px}.hero-bottom{gap:36px}.hero-bottom>p{max-width:440px}.brand{width:210px}.brand img{width:210px;height:66px}}
@media(max-width:767px){:root{--gutter:24px}html{scroll-padding-top:90px}.header-inner{height:76px;gap:12px}.site-header.scrolled .header-inner{height:68px}.brand{width:182px}.brand img{width:182px;height:60px}.hero-copy{padding-top:36px;padding-bottom:28px}.eyebrow{font-size:10px;letter-spacing:.09em;gap:9px}h1{font-size:clamp(42px,8.5vw,65px);letter-spacing:-.05em;line-height:1.12;margin-top:23px}.hero-bottom{display:block;margin-top:24px}.hero-bottom>p{font-size:16px}.hero-actions{margin-top:25px;gap:12px;align-items:stretch}.hero-actions .text-link{align-self:flex-start}.hero-photo{height:310px;margin-inline:12px;border-radius:8px}.hero-photo>img{object-position:62% 45%}.hero-photo figcaption{left:20px;bottom:23px;font-size:11px}.location-label{font-size:14px}.photo-scroll{right:20px;bottom:23px;width:40px;height:40px}.hero-trust{flex-wrap:wrap;gap:12px;padding-block:24px;font-size:12px;justify-content:flex-start}.hero-trust>span{width:100%}.hero-trust>a{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-photo>img{will-change:auto}}
/* Editorial sections */
.section{padding-block:112px}h2{font-size:clamp(36px,3.9vw,56px);font-weight:500;line-height:1.13;letter-spacing:-.045em}h3{font-weight:500;letter-spacing:-.035em;line-height:1.25}.section-number{font-size:11px;color:var(--red);border:1px solid #d8b4b5;width:25px;height:25px;display:grid;place-items:center;letter-spacing:0}.section .eyebrow{margin-bottom:27px}.services{display:grid;grid-template-columns:1fr 1.12fr;gap:100px;padding-bottom:35px}.services-intro{position:sticky;top:135px;align-self:start}.services-intro>p{color:var(--muted);font-size:16px;max-width:360px;margin-top:26px}.service-index{display:flex;flex-direction:column;margin-top:45px}.service-index>a{display:flex;gap:15px;align-items:center;min-height:56px;border-bottom:1px solid var(--line);font-size:13px;font-weight:600;color:#6a6e70;transition:color .2s}.service-index>a>span:first-child{font-size:11px;font-weight:400}.service-index>a>span:last-child{margin-left:auto;font-size:19px}.service-index>a.active,.service-index>a:hover{color:var(--red)}.intro-note{display:flex;gap:10px;align-items:center;font-size:12px;color:var(--muted);margin-top:34px}.service-block{padding:14px 0 46px;margin-bottom:40px;border-bottom:1px solid var(--line);scroll-margin-top:125px}.service-block:last-child{margin-bottom:0;border-bottom:0}.service-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.service-category{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--muted);transition:color .35s}.service-block.active .service-category{color:var(--red)}.service-icon{width:40px;height:40px;color:#888f91;transition:color .35s}.service-block.active .service-icon{color:var(--red)}.service-block h3{font-size:34px;margin-bottom:20px}.service-block>p{font-size:16px;color:var(--muted);line-height:1.8}.service-features{margin:24px 0 19px;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:11px 18px;font-size:12px;font-weight:500}.service-features li{display:flex;align-items:baseline;gap:9px}.service-features li:before{content:'';width:4px;height:4px;background:#b8bcbd;flex-shrink:0;transform:translateY(-2px)}.detail-link{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;padding:10px 0;min-height:44px;border:0;border-bottom:1px solid #c4c8c9;background:transparent;font-size:14px;font-weight:600;transition:color .2s,border-color .2s}.detail-link>span{font-size:24px;font-weight:400}.detail-link:hover{color:var(--red);border-color:var(--red)}.tech-image{margin-top:27px;border-radius:8px;overflow:hidden;height:210px;background:var(--soft)}.tech-image img{width:100%;height:100%;object-fit:cover;object-position:30% center}.tech-links{display:flex;gap:28px;margin-top:12px}.more-services{display:grid;grid-template-columns:1fr 1.12fr;gap:100px;padding-bottom:100px}.more-services-label{font-size:23px;line-height:1.4;letter-spacing:-.03em;padding-top:30px}.more-services-links>a{width:100%;border-top:1px solid var(--line);padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;background:none;text-align:left;font-size:17px;font-weight:500;line-height:1.45}.more-services-links>a:last-child{border-bottom:1px solid var(--line)}.more-services-links small{display:block;color:var(--muted);font-size:11px;margin-bottom:5px;font-weight:400;letter-spacing:.02em}.circle-arrow{flex-shrink:0;border:1px solid var(--line);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:22px;font-weight:400;transition:color .2s,background .2s,border .2s}.more-services-links a:hover .circle-arrow{color:white;background:var(--red);border-color:var(--red)}
.about{background:var(--soft)}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:94px;align-items:center}.person-photo{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:.91;background:#d9dddc}.person-photo>img{width:100%;height:100%;object-fit:cover;object-position:72% center}.person-photo figcaption{position:absolute;bottom:20px;left:20px;right:20px;background:#fff;padding:17px 21px;border-radius:5px;display:flex;flex-direction:column;font-size:12px;gap:3px}.person-photo figcaption strong{font-size:15px;font-weight:600}.person-photo figcaption span{color:var(--muted)}.muted-heading{color:#838b8d}.about-copy>p{font-size:16px;color:var(--muted);margin-top:22px;line-height:1.8}.person-qualification{margin-top:28px;font-size:12px;display:flex;gap:12px;align-items:center}.short-rule{display:block;width:22px;height:2px;background:var(--red)}.about-copy .detail-link{margin-top:25px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px}.section-heading>p{font-size:15px;color:var(--muted);max-width:360px;padding-bottom:5px}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-top:58px;position:relative}.process-track{position:absolute;left:0;right:0;top:25px;height:1px;background:var(--line)}.process-track>span{position:absolute;inset:0;transform:scaleX(0);transform-origin:left;background:var(--red);will-change:transform}.step-number{position:relative;width:52px;height:52px;display:grid;place-items:center;background:white;border:1px solid var(--line);border-radius:50%;font-size:13px;z-index:1}.process-step h3{font-size:21px;margin-top:24px}.process-step p{font-size:15px;color:var(--muted);margin-top:13px}.region-note{border-top:1px solid var(--line);margin-top:64px;padding-top:30px;display:flex;align-items:center;justify-content:space-between;gap:25px}.region-note>div{display:flex;gap:15px;align-items:center;font-size:14px;color:var(--muted)}.region-note svg{color:var(--red);width:30px;height:30px}.region-note strong{font-weight:500;color:var(--ink)}.region-note>p{font-size:13px;color:var(--muted);text-align:right}.region-note>p>span{color:#b2b6b7;padding-inline:7px}
.quality{background:var(--soft)}.certificates{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:48px}.certificate{border-top:1px solid #cfd2d2;padding-top:34px;display:flex;gap:22px;align-items:center}.certificate-image{width:100px;flex-shrink:0}.certificate img{width:100%;height:auto;object-fit:contain;mix-blend-mode:multiply}.cert-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.055em;color:var(--muted);margin-bottom:7px}.certificate h3{font-size:23px;letter-spacing:-.025em}.certificate p{margin-top:10px;font-size:12px;line-height:1.75;color:var(--muted)}
.contact{background:var(--ink);color:white;padding-bottom:68px}.contact .eyebrow{color:#d5d8d8}.contact-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px}.contact-heading h2{font-size:clamp(40px,4.9vw,70px);font-weight:400}.contact-heading h2>span{color:#ee7477}.contact-heading>div{padding-bottom:4px}.contact-heading p{font-size:14px;line-height:1.85;color:#d1d5d6;margin-bottom:25px}.contact-details{margin-top:64px;padding-top:32px;border-top:1px solid #ffffff26;display:grid;grid-template-columns:1.15fr 1.25fr .7fr;gap:36px}.contact-label{display:block;color:#b6bcbd;font-size:11px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:15px}.contact-details a{font-size:15px;display:inline-flex;align-items:center;gap:16px;overflow-wrap:anywhere;transition:color .2s}.contact-details a:hover{color:#ff9da0}.contact-details a.contact-phone{font-size:25px;letter-spacing:-.025em;white-space:nowrap}.contact-details a span{font-size:22px}.contact-details address{font-size:14px;font-style:normal;line-height:1.7}.site-footer{background:var(--ink);color:#ced2d3}.footer-main{padding-top:40px;border-top:1px solid #ffffff26;display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:45px;padding-bottom:46px}.footer-brand img{width:235px;height:auto;object-fit:contain}.footer-brand p{font-size:11px;margin-top:17px;color:#a9b0b1}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.footer-links>:is(a,button),.footer-bottom button{background:none;color:inherit;font-size:12px;padding:8px 0;min-height:36px;text-align:left}.footer-links :is(a,button):hover,.footer-bottom button:hover{color:white;text-decoration:underline;text-underline-offset:5px}.back-top{height:44px;width:44px;border-radius:50%;border:1px solid #ffffff40;color:white;display:grid;place-items:center;font-size:24px}.back-top:hover{background:#ffffff15}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #ffffff26;padding-block:20px;font-size:11px;color:#adb4b5}.footer-bottom>div{display:flex;gap:25px}.footer-bottom button{font-size:11px}.preview-label{font-size:10px;border:1px solid #ffffff26;border-radius:3px;padding:2px 8px;letter-spacing:.03em}
/* Navigation and accessible preview dialog */
.service-menu a{display:block;width:100%;background:none;text-align:left;padding:13px 12px;font-size:13px;line-height:1.5;border-radius:4px;min-height:44px}.service-menu a:hover{background:var(--soft);color:var(--red)}.nav-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.mobile-nav{max-height:calc(100dvh - 80px);overflow-y:auto;padding:15px var(--gutter) 25px;background:white;border-top:1px solid var(--line);box-shadow:0 20px 30px #0000000b}.mobile-nav>a{display:flex;justify-content:space-between;font-size:19px;min-height:52px;align-items:center;border-bottom:1px solid var(--line)}.mobile-nav details{border-bottom:1px solid var(--line)}.mobile-nav summary{font-size:19px;padding-block:13px;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.mobile-nav details[open] summary{color:var(--red)}.mobile-nav details>div{padding-bottom:10px}.mobile-nav details a{background:none;text-align:left;font-size:14px;display:block;min-height:44px;padding:10px 12px;width:100%}.mobile-nav .button{font-size:14px;margin-top:20px;border:0;min-height:50px;justify-content:center}.mobile-nav a:hover,.mobile-nav button:hover{color:var(--red)}.mobile-nav .button:hover{color:white}.mobile-toggle[aria-expanded=true]{color:var(--red)}
dialog{width:min(580px,calc(100% - 32px));max-height:calc(100dvh - 40px);border:0;border-radius:12px;background:white;color:var(--ink);padding:0;box-shadow:0 20px 100px #0003;overscroll-behavior:contain}dialog::backdrop{background:#16202399;backdrop-filter:blur(5px)}.dialog-inner{padding:52px 40px 40px;position:relative}.dialog-close{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:44px;height:44px;background:var(--soft);border-radius:50%}.dialog-close:hover{background:#e4e6e6}.dialog-inner h2{font-size:34px;margin-top:24px}.dialog-inner>p{font-size:16px;color:var(--muted);margin-top:20px}.dialog-return{margin-top:30px}.dialog-inner .eyebrow{font-size:10px;padding-right:20px}#image-credits p{font-size:14px;margin-top:18px;color:var(--muted)}#image-credits a{color:var(--red);text-decoration:underline;text-underline-offset:3px}.dialog-open{overflow:hidden}.reveal{opacity:1;transform:none}.motion-ready .reveal:not(.is-visible){opacity:0;transform:translateY(16px)}.motion-ready .reveal{transition:opacity .55s ease,transform .55s ease}.certificate:nth-child(2){transition-delay:75ms}.certificate:nth-child(3){transition-delay:150ms}
@media(min-width:1600px){.services,.more-services{gap:130px}.service-block h3{font-size:38px}}
@media(max-width:1199px){.section{padding-block:80px}.services,.more-services{gap:50px;grid-template-columns:.9fr 1.1fr}.services-intro{top:110px}.services-intro h2{font-size:40px}.service-index>a{font-size:12px;gap:8px}.service-block h3{font-size:29px}.service-features{grid-template-columns:1fr}.about-layout{gap:50px}.about-copy h2{font-size:42px}.person-photo{aspect-ratio:.8}.section-heading{gap:40px}.section-heading>p{max-width:260px}.process-steps{gap:30px}.process-step h3{font-size:19px}.certificates{gap:24px}.certificate{flex-direction:column;align-items:flex-start;gap:18px}.certificate-image{width:90px}.certificate h3{font-size:22px}.contact-heading{display:block}.contact-heading>div{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:32px}.contact-heading p{margin:0}.contact-details{grid-template-columns:1fr 1fr;gap:35px}.contact-details>div:last-child{grid-column:1/-1}.footer-main{gap:30px;grid-template-columns:1.15fr 1fr 1fr}.back-top{display:none}.footer-brand img{width:205px}.more-services{padding-bottom:80px}}
@media(max-width:767px){.section{padding-block:64px}h2{font-size:36px;line-height:1.15}.section .eyebrow{margin-bottom:23px}.services{display:block;padding-bottom:16px}.services-intro{position:static}.services-intro h2{font-size:37px}.services-intro>p{max-width:none;font-size:16px;margin-top:20px}.service-index,.intro-note{display:none}.service-content{margin-top:40px}.service-block{padding-top:24px;margin-bottom:24px;padding-bottom:30px;border-top:1px solid var(--line);border-bottom:none}.service-top{margin-bottom:18px}.service-category{font-size:10px;letter-spacing:.06em}.service-block h3{font-size:29px}.service-icon{width:34px;height:34px}.service-features{grid-template-columns:1fr;gap:10px;font-size:14px}.service-block>p{font-size:16px}.tech-image{height:200px}.tech-links{gap:20px;flex-wrap:wrap}.tech-links .detail-link{font-size:13px;gap:12px}.more-services{display:block;padding-bottom:64px}.more-services-label{padding:0 0 25px;font-size:21px}.more-services-label br{display:none}.more-services-links>a{font-size:16px;padding-block:22px}.more-services-links small{font-size:12px}.about-layout{display:flex;flex-direction:column;gap:38px}.person-photo{width:100%;aspect-ratio:.98}.person-photo>img{object-position:73% center}.person-photo figcaption{bottom:14px;left:14px;right:14px;padding:14px}.person-photo figcaption span{font-size:11px}.about-copy h2{font-size:38px}.about-copy h2 br:nth-of-type(1){display:none}.about-copy>p{font-size:16px}.person-qualification{font-size:12px;line-height:1.5}.section-heading{display:block}.section-heading>p{max-width:none;font-size:16px;margin-top:22px}.section-heading>p br{display:none}.process-steps{display:block;margin-top:35px;padding-left:60px}.process-track{left:22px;top:0;bottom:0;width:1px;height:auto;right:auto}.process-track>span{transform:scaleX(1);will-change:auto}.process-step{position:relative;padding-bottom:34px}.process-step:last-child{padding-bottom:0}.step-number{position:absolute;left:-60px;top:0;width:44px;height:44px}.process-step h3{padding-top:7px;font-size:21px;margin-top:0}.process-step p{font-size:16px}.region-note{display:block;margin-top:38px;padding-top:26px}.region-note>div{font-size:14px}.region-note>p{text-align:left;margin-top:20px;font-size:13px}.certificates{display:block;margin-top:30px}.certificate{flex-direction:row;align-items:center;padding-top:25px;padding-bottom:25px;gap:24px}.certificate:last-child{padding-bottom:0}.certificate-image{width:90px}.certificate h3{font-size:22px}.cert-label{font-size:10px}.certificate p{font-size:13px;margin-top:6px}.contact{padding-bottom:40px}.contact-heading h2{font-size:40px;line-height:1.16}.contact-heading>div{display:block;margin-top:24px}.contact-heading p{font-size:16px}.contact-heading .button{margin-top:25px}.contact-details{display:flex;flex-direction:column;margin-top:36px;gap:25px;padding-top:30px}.contact-details a{font-size:14px;gap:10px}.contact-details a.contact-phone{font-size:26px}.contact-label{margin-bottom:8px;font-size:12px}.contact-details address{font-size:16px}.footer-main{grid-template-columns:1fr;gap:25px;padding-block:32px}.footer-brand img{width:225px}.footer-brand p{font-size:12px}.footer-links{gap:0}.footer-links>:is(a,button){font-size:14px;min-height:44px}.footer-main>.footer-links:nth-of-type(3){margin-top:-25px}.footer-bottom{flex-wrap:wrap;gap:15px;font-size:12px;padding-block:24px}.footer-bottom>div{width:100%;gap:22px;flex-wrap:wrap}.footer-bottom button{font-size:12px;min-height:44px}.preview-label{font-size:11px}.dialog-inner{padding:50px 24px 28px}.dialog-inner h2{font-size:29px;overflow-wrap:anywhere}.dialog-return{width:100%;padding-inline:15px}.dialog-inner .eyebrow{letter-spacing:.06em}.dialog-inner>p{font-size:16px}.footer-links>:is(a,button){width:100%}}
@media(max-width:380px){.hero-actions .button{font-size:13px;gap:12px;padding-inline:14px}.hero-photo figcaption{max-width:245px}.location-label{font-size:13px}.hero-photo figcaption>span:last-child{font-size:10px}.certificate{gap:18px}.certificate-image{width:78px}.certificate h3{font-size:20px}.contact-details a{font-size:13px}.contact-heading h2{font-size:36px}}
@media(max-height:650px){.services-intro{position:static}.hero-photo{height:310px}.site-header.scrolled .header-inner{height:68px}}
@media(prefers-reduced-motion:reduce){.motion-ready .reveal:not(.is-visible){opacity:1;transform:none}.process-track>span{transform:scaleX(1)!important}.services-intro{position:static}.hero-photo{margin-inline:clamp(12px,2.8vw,40px)!important;border-radius:12px!important}.hero-photo>img{transform:translateY(-24px)!important}}

/* Readable supporting text at every size. */
.service-features,.certificate p,.footer-links>:is(a,button){font-size:14px}.eyebrow{font-size:12px}.cert-label{font-size:11px;overflow-wrap:anywhere}.certificate>div:last-child{min-width:0}.certificate h3{overflow-wrap:anywhere}.nav-toggle{width:44px}.photo-scroll{min-width:44px;min-height:44px}
@media(min-width:768px){.hero-bottom>p,.services-intro>p,.service-block>p,.about-copy>p{font-size:18px}.process-step p,.section-heading>p{font-size:16px}}
@media(min-width:768px) and (max-width:1199px){.services-intro{position:static}}

/* Security leads; supplementary services have a deliberately smaller footprint. */
.desktop-nav{gap:18px}.desktop-nav [aria-current=page]{color:var(--red)}.nav-page{background:none;font-size:14px;font-weight:600;white-space:nowrap;padding-block:18px;min-height:44px}.nav-page:hover{color:var(--red)}.desktop-nav{font-size:13px}.nav-page{font-size:13px}.header-inner{gap:18px}.security-overview{margin-bottom:30px}.more-services{border-top:1px solid var(--line);padding-top:44px;gap:100px}.more-services-label{padding-top:0}.more-services-label .eyebrow{margin-bottom:18px;font-size:11px}.more-services-label h2{font-size:30px}.more-services-label p{font-size:15px;line-height:1.8;color:var(--muted);max-width:345px;margin-top:18px}.more-services-links>a{padding-block:18px;font-size:16px}.more-services-links>a:first-child{border-top:0}.manufacturer-section{padding-block:76px}.manufacturer-section h2{font-size:38px}.manufacturer-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:25px;margin-top:38px}.manufacturer{padding:18px 12px;border-top:1px solid var(--line);text-align:center}.manufacturer img{width:100%;height:64px;object-fit:contain}.manufacturer figcaption{font-size:12px;color:var(--muted);margin-top:12px}.footer-group-title{color:white;font-size:14px;font-weight:700;margin-bottom:14px}.dialog-pages{display:grid;gap:0;margin-top:20px}.dialog-pages a{font-size:15px;display:block;padding-block:12px;border-bottom:1px solid var(--line);min-height:44px}.dialog-pages a:hover{color:var(--red)}.service-menu a:hover{background:var(--soft);color:var(--red)}
@media(min-width:1200px) and (max-width:1350px){.header-inner{padding-inline:30px}.brand,.brand img{width:195px}.desktop-nav{gap:14px}.button-small{padding-inline:14px}}
@media(max-width:1199px){.more-services{gap:50px}.manufacturer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.more-services{padding-top:30px}.more-services-label{margin-bottom:22px}.more-services-label h2{font-size:29px}.more-services-links>a{font-size:16px;min-height:80px}.manufacturer-section{padding-block:54px}.manufacturer-section h2{font-size:32px}.manufacturer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.manufacturer{padding:16px 8px}.manufacturer img{height:54px}.footer-main>.footer-links:nth-of-type(3){margin-top:0}.hero .eyebrow{font-size:11px}.mobile-nav details a{font-size:14px;display:block;min-height:44px;padding:10px 12px}.security-overview{width:100%;font-size:13px;gap:14px}}

/* A stronger security identity, rooted in Frankfurt. */
:root{--red:#c3232d;--ink:#171b1e}.site-header{background:#111619;color:white;border-bottom:1px solid #ffffff20}.brand img{object-fit:contain;height:50px}.site-header.scrolled{background:#111619}.desktop-nav [aria-current=page]{color:#fa737a}.desktop-nav a:hover,.nav-page:hover{color:#fa737a}.service-menu{color:var(--ink)}.mobile-nav{color:var(--ink)}.mobile-toggle[aria-expanded=true]{color:#fa737a}.hero{position:relative;background:#111619;color:white;overflow:hidden;isolation:isolate}.hero-copy{position:relative;z-index:2;padding-top:80px;padding-bottom:72px}.hero .eyebrow{color:#dbe0e2;font-size:12px;letter-spacing:.14em}.hero h1{font-size:clamp(50px,6.1vw,88px);font-weight:800;line-height:1.04;text-transform:uppercase;letter-spacing:-.045em;margin-top:30px}.hero h1>span{color:#f35c66}.hero-bottom{display:block;margin-top:30px}.hero-bottom>p{color:#d7dcdf;max-width:605px;font-size:18px;line-height:1.75}.hero-actions{margin-top:30px;gap:24px;flex-direction:row}.hero-actions .button{min-height:56px}.hero-actions .text-link{border:1px solid #ffffff55;padding:12px 24px;border-radius:3px;min-height:56px}.hero-actions .text-link:hover{color:white;background:#ffffff15}.hero-photo{display:none}.hero-trust{position:relative;z-index:2;border-top:1px solid #ffffff25;border-bottom:0;color:#e1e5e6;padding-block:25px;font-size:13px}.hero-trust a:hover{color:#ff8389}.button{border-radius:3px;font-weight:700}h2{font-weight:750;letter-spacing:-.045em}h3{font-weight:700}.services-intro h2{font-size:clamp(38px,4vw,58px)}.service-block{position:relative;padding-left:25px;border-left:2px solid #e2e4e5;transition:border-color .3s}.service-block.active{border-left-color:var(--red)}.service-block h3{font-weight:750}.service-icon{width:46px;height:46px}.section-number{background:var(--red);border-color:var(--red);color:white}.about{background:#eef0f1}.muted-heading{color:#677176}.person-photo{border-radius:4px}.contact{background:#111619}.contact-heading h2{font-weight:750}.manufacturer-section h2{font-weight:700}
@media(max-width:1199px){.hero-copy{padding-top:65px}.hero h1{font-size:clamp(52px,6.5vw,76px)}.hero-actions{align-items:center}.service-block{padding-left:20px}}
@media(max-width:767px){.hero-copy{padding-top:44px;padding-bottom:38px}.hero h1{font-size:clamp(34px,8.15vw,58px);line-height:1.1;letter-spacing:-.04em;margin-top:25px}.hero .eyebrow{font-size:10px;letter-spacing:.09em}.hero-bottom>p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch;gap:12px;margin-top:25px}.hero-actions .text-link{align-self:stretch;justify-content:center;font-size:14px}.hero-trust{font-size:12px;gap:9px;padding-block:20px}.service-block{padding-left:18px}.services-intro h2{font-size:37px}.brand img{height:40px}}

@font-face{font-family:'Barlow Condensed';src:url('assets/barlow-condensed-bold.ttf') format('truetype');font-weight:700;font-display:swap}
.hero h1{font-family:'Barlow Condensed',Manrope,Arial,sans-serif;font-weight:700;font-size:clamp(70px,7.5vw,108px);letter-spacing:-.015em;line-height:.98}.hero h1>span{color:#fff}.hero .hero-copy{padding-top:72px;padding-bottom:65px}.hero-photo{display:block;position:absolute;inset:0 0 0 28%;height:100%;margin:0!important;border-radius:0!important;z-index:0;pointer-events:none}.hero-photo>img{height:calc(100% + 48px);object-position:54% 50%;filter:saturate(.45);opacity:.75}.hero-photo:after{inset:0;background:linear-gradient(90deg,#111619 0%,#111619c9 26%,#11161920 75%),linear-gradient(0deg,#111619 0%,transparent 32%,#11161930 100%)}.hero-copy:before{content:'';width:48px;height:4px;background:#e73945;display:block;margin-bottom:24px}.hero-bottom>p{max-width:570px}.hero-trust{background:#11161933}.hero-trust>span{font-weight:600}.service-block h3{font-size:36px;line-height:1.15}.service-top{margin-bottom:20px}.services-intro .eyebrow{font-size:11px}.contact-heading h2{font-family:'Barlow Condensed',Manrope,sans-serif;font-size:72px;text-transform:uppercase;line-height:1.03;letter-spacing:-.015em}.contact-heading h2 span{color:#f35c66}.hero .brand-mark i{background:#e73945}.hero .brand-mark i:nth-child(2){background:#e73945}.hero .brand-mark i:nth-child(3){background:#e73945}
@media(min-width:1600px){.hero .hero-copy{padding-top:90px;padding-bottom:85px}.hero-photo{left:24%}}
@media(max-width:1199px){.hero h1{font-size:clamp(66px,8.5vw,90px)}.hero-photo{left:15%}.hero-photo:after{background:linear-gradient(90deg,#111619eF,#11161966),linear-gradient(0deg,#111619,transparent 55%)}.hero .hero-copy{padding-top:55px;padding-bottom:50px}.hero-actions{flex-direction:row}.contact-heading h2{font-size:64px}}
@media(max-width:767px){.hero h1{font-size:clamp(44px,11.4vw,76px);line-height:1.03;letter-spacing:-.012em}.hero .hero-copy{padding-top:32px;padding-bottom:38px}.hero-copy:before{margin-bottom:20px;width:36px;height:3px}.hero-photo{left:0;opacity:.8}.hero-photo>img{object-position:57% center}.hero-photo:after{background:linear-gradient(90deg,#111619e0,#11161985),linear-gradient(0deg,#111619 0%,#11161944 60%)}.hero-actions{flex-direction:column}.hero .eyebrow{font-size:10px;letter-spacing:.07em}.hero-bottom{margin-top:25px}.hero-bottom>p{font-size:16px}.hero-trust{font-size:12px}.service-block h3{font-size:29px}.contact-heading h2{font-size:48px}.hero-trust>span{font-weight:500}}
@media(prefers-reduced-motion:reduce){.hero-photo{margin:0!important;border-radius:0!important}}

/* BRR's own geometric vector icons: no font glyphs or platform emoji. */
.brr-icon-definitions{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.brr-icon{display:inline-block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:square;stroke-linejoin:miter;flex-shrink:0;vertical-align:middle;pointer-events:none}.button>span[aria-hidden],.text-link>span[aria-hidden],.detail-link>span[aria-hidden],.service-index a>span:last-child,.contact-details a>span{display:inline-flex;align-items:center;justify-content:center;line-height:1}.button .brr-icon{width:21px;height:21px}.circle-arrow .brr-icon,.detail-link .brr-icon{width:20px;height:20px}.hero-trust>span{display:flex;align-items:center;gap:12px}.hero-trust>span>.brr-icon{color:#f35c66;width:21px;height:21px}.hero-trust a{align-items:center}.hero-trust a .brr-icon{width:18px;height:18px}.service-index .brr-icon{width:17px;height:17px}.nav-toggle .brr-icon{width:16px;height:16px}.mobile-toggle .brr-icon{width:22px;height:22px}.mobile-nav summary .brr-icon{width:18px;height:18px;align-self:center;transition:transform .2s}.mobile-nav details[open]>summary .brr-icon{transform:rotate(180deg)}.mobile-nav summary::-webkit-details-marker{display:none}.contact-details .brr-icon{width:21px;height:21px}.service-icon{stroke-width:1.8;stroke-linecap:square;stroke-linejoin:miter}.region-note svg{stroke-width:1.8;stroke-linecap:square;stroke-linejoin:miter}
@media(prefers-reduced-motion:reduce){.mobile-nav summary .brr-icon{transition:none}}

/* Desktop navigation opens on hover and supports touch and keyboard. */
.nav-services>.nav-toggle{width:auto;display:flex;align-items:center;justify-content:space-between;gap:9px;padding:18px 0;min-height:54px}.nav-services>.nav-toggle .brr-icon{width:14px;height:14px;transition:transform .2s}.nav-services>.nav-toggle[aria-expanded=true]{color:#fa737a}.nav-services>.service-menu{top:100%;left:-16px;width:330px;max-width:calc(100vw - 48px);border-top:2px solid var(--red);border-radius:0 0 5px 5px;box-shadow:0 16px 35px #0003}.service-menu a:first-child{font-weight:700;border-bottom:1px solid var(--line);margin-bottom:5px}.desktop-nav{gap:19px}
@media(min-width:1200px) and (max-width:1350px){.desktop-nav{gap:13px}.nav-services>.nav-toggle{gap:6px}}

/* Keep the skyline layer continuous across the hero; no inset compositing seam. */
.hero-photo{left:0!important;background:#111619}.hero-photo>img{object-position:62% center}.hero-photo:after{background:linear-gradient(90deg,#111619 0%,#111619f5 15%,#111619c9 36%,#11161920 76%),linear-gradient(0deg,#111619 0%,transparent 32%,#11161930 100%)}
@media(max-width:767px){.hero-photo>img{object-position:57% center}.hero-photo:after{background:linear-gradient(90deg,#111619e0,#11161985),linear-gradient(0deg,#111619 0%,#11161944 60%)}}

/* Direct WhatsApp contact, using the number linked by BRR's original site. */
.whatsapp-contact{position:fixed;right:28px;bottom:28px;z-index:45;width:58px;height:58px;display:grid;place-items:center;background:#25d366;border:1px solid #ffffff55;border-radius:50%;box-shadow:0 5px 22px #0003;transition:background .2s,transform .2s}.whatsapp-logo{width:32px;height:32px;filter:brightness(0) invert(1)}.whatsapp-contact:hover{background:#1da851;transform:translateY(-2px)}.whatsapp-contact:focus-visible{outline:3px solid var(--red);outline-offset:4px}.whatsapp-label{position:absolute;right:72px;white-space:nowrap;padding:9px 14px;background:#111619;color:white;font-size:13px;border-radius:4px;opacity:0;visibility:hidden;transform:translateX(5px);transition:opacity .2s,transform .2s;pointer-events:none}.whatsapp-contact:hover .whatsapp-label,.whatsapp-contact:focus-visible .whatsapp-label{opacity:1;visibility:visible;transform:none}.dialog-open .whatsapp-contact{visibility:hidden}
@media(max-width:767px){.whatsapp-contact{right:max(16px,env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));width:54px;height:54px}.whatsapp-logo{width:31px;height:31px}.whatsapp-label{right:65px;font-size:12px}.footer-bottom{padding-bottom:92px}}
@media(prefers-reduced-motion:reduce){.whatsapp-contact,.whatsapp-label{transition:none}.whatsapp-contact:hover{transform:none}}

/* Keep the long certificate label intact at compact tablet widths. */
@media(min-width:700px) and (max-width:1000px){.certificate h3{font-size:20px;white-space:nowrap;overflow-wrap:normal;word-break:normal}}

@media(max-width:767px){.section-heading>p br{display:initial}}

/* Continuous partner carousel: visual names stay in the logos only. */
.manufacturer-section{overflow:hidden}.manufacturer-section .section-heading>p{max-width:345px}.manufacturer-grid{display:none}.manufacturer-carousel{margin-top:42px;padding-block:24px;overflow:hidden;background:white}.manufacturer-track,.manufacturer-set{display:flex;align-items:center}.manufacturer-track{width:max-content;animation:manufacturer-scroll 38s linear infinite}.manufacturer-set{flex-shrink:0}.manufacturer{width:230px;height:112px;margin:0;padding:16px 28px;display:grid;place-items:center;flex-shrink:0;border:0;background:white;text-align:center}.manufacturer img{width:auto;height:auto;max-width:100%;max-height:68px;object-fit:contain;filter:none;opacity:1;mix-blend-mode:multiply}.manufacturer figcaption{display:none}@keyframes manufacturer-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.manufacturer-carousel:hover .manufacturer-track{animation-play-state:paused}
@media(max-width:767px){.manufacturer-carousel{margin-top:30px;margin-right:calc(var(--gutter)*-1);padding-block:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.manufacturer-carousel::-webkit-scrollbar{display:none}.manufacturer-track{animation:none}.manufacturer-set[aria-hidden=true]{display:none}.manufacturer{width:188px;height:90px;padding:12px 24px;scroll-snap-align:start}.manufacturer img{max-height:54px}}
@media(prefers-reduced-motion:reduce){.manufacturer-carousel{overflow-x:auto;scroll-snap-type:x mandatory}.manufacturer-track{animation:none}.manufacturer-set[aria-hidden=true]{display:none}.manufacturer{scroll-snap-align:start}}
