:root{--craa-navy:#07528d;--craa-blue:#0d5a96;--craa-cyan:#3197be;--craa-dark:#171717;--craa-muted:#f2f2f2;--craa-border:#d8d8d8;--craa-shadow:0 3px 8px rgba(0,0,0,.16);--craa-radius:6px;--craa-container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:#161616;background:#fff;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:var(--craa-navy);text-decoration:none}a:hover{text-decoration:none}button,input,textarea,select{font:inherit}.craa-container{width:min(var(--craa-container),calc(100% - 40px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;background:#fff;color:#000;padding:12px;z-index:99999}.topbar{background:var(--craa-navy);color:#fff;font-size:13px}.topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:22px}.topbar-socials{display:flex;gap:7px;margin-left:auto}.topbar-socials a{color:#fff;border:1px solid rgba(255,255,255,.5);width:20px;height:20px;border-radius:3px;display:grid;place-items:center;font-size:10px}.main-header{background:#fff;border-bottom:1px solid #ddd;box-shadow:0 2px 3px rgba(0,0,0,.12);position:relative;z-index:20}.header-inner{height:88px;display:flex;align-items:center;gap:30px}.site-brand{width:170px;display:block;flex:0 0 auto}.site-brand img,.custom-logo{width:150px;max-height:70px;object-fit:contain}.primary-navigation{margin-left:auto}.craa-menu{display:flex;align-items:center;gap:54px;list-style:none;margin:0;padding:0}.craa-menu a{color:#111;font-size:14px;text-transform:uppercase;position:relative;white-space:nowrap}.craa-menu .current-menu-item>a:after,.craa-menu .current_page_item>a:after,.craa-menu a:hover:after{content:"";position:absolute;left:0;right:0;bottom:-17px;height:3px;background:var(--craa-cyan)}.menu-toggle,.search-toggle{border:0;background:transparent;cursor:pointer;color:#111}.menu-toggle{display:none}.menu-toggle span{font-size:0}.search-toggle{font-size:28px;line-height:1}.search-panel{background:#fff;border-bottom:1px solid #ddd;padding:14px 0;box-shadow:0 4px 8px rgba(0,0,0,.08)}.search-form{display:flex;max-width:700px;margin-left:auto}.search-form label{flex:1}.search-field{width:100%;height:48px;border:1px solid #bbb;padding:0 14px}.search-submit{border:0;background:var(--craa-navy);color:#fff;padding:0 24px}.page-hero{height:520px;position:relative;background-size:cover;background-position:center;display:flex;align-items:flex-end}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,0) 48%)}.page-hero-title{position:relative;z-index:2;width:100%;background:var(--craa-navy);color:#fff;text-align:center;padding:18px 20px}.page-hero-title h1{margin:0;font-size:34px;text-transform:uppercase}.page-hero-title p{margin:4px 0 0;font-size:18px}.hero-button{position:absolute;z-index:3;left:50%;bottom:-31px;transform:translateX(-50%);box-shadow:0 2px 0 rgba(0,0,0,.2)}.home-hero{display:grid;grid-template-columns:46% 54%;min-height:590px;background:var(--craa-navy);color:#fff}.home-hero-copy{padding:80px max(30px,calc((100vw - var(--craa-container))/2));padding-right:60px;background:linear-gradient(120deg,#0f609f,#074b82);position:relative;overflow:hidden}.home-hero-copy:before,.home-hero-copy:after{content:"";position:absolute;width:170px;height:700px;background:rgba(255,255,255,.05);transform:rotate(31deg);top:-80px}.home-hero-copy:before{left:240px}.home-hero-copy:after{left:390px}.home-hero-copy>*{position:relative;z-index:2}.eyebrow{display:flex;align-items:center;gap:12px;font-weight:700;font-size:18px}.eyebrow:before{content:"";width:40px;height:4px;background:var(--craa-cyan);box-shadow:16px 0 0 var(--craa-cyan)}.home-hero h1{font-size:43px;line-height:1.34;margin:24px 0 18px;font-weight:800}.home-hero h1 em{font-style:normal;color:var(--craa-cyan)}.home-hero p{font-size:18px}.home-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.home-hero-media{background-size:cover;background-position:center;min-height:590px;position:relative}.home-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.1),transparent)}.craa-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:3px;background:var(--craa-cyan);color:#fff;padding:12px 24px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.16)}.craa-button:hover{filter:brightness(.94);color:#fff}.craa-button-dark{background:#555}.craa-button-outline{background:transparent;border:1px solid #fff}.craa-button-cyan{background:#3ca2c8;font-size:18px}.craa-section{padding:58px 0}.craa-section-gray{background:#f3f3f3}.craa-section-navy{background:var(--craa-navy);color:#fff}.craa-section-heading{display:grid;grid-template-columns:minmax(130px,360px) auto 1fr;gap:18px;align-items:center;margin:0 auto 34px;width:min(var(--craa-container),calc(100% - 40px))}.craa-section-heading>span{display:block;height:8px;background:var(--craa-navy);border-radius:2px}.craa-section-heading h2{margin:0;color:var(--craa-navy);font-size:34px;line-height:1.2;text-transform:capitalize}.craa-section-navy .craa-section-heading>span{background:#fff}.craa-section-navy .craa-section-heading h2{color:#fff}.intro-grid{display:grid;grid-template-columns:43% 57%;align-items:center;background:#f5f5f5;overflow:hidden}.intro-collage{min-height:500px;position:relative;background:linear-gradient(135deg,#e4e4e4,#fff)}.intro-collage img{position:absolute;object-fit:cover;box-shadow:var(--craa-shadow)}.intro-collage img:first-child{width:58%;height:66%;left:8%;top:15%}.intro-collage img:last-child{width:45%;height:55%;right:4%;bottom:8%}.intro-copy{padding:55px 70px}.intro-copy .kicker{color:var(--craa-cyan);font-size:28px;font-weight:700}.intro-copy h2{color:var(--craa-navy);font-size:39px;line-height:1.22;margin:18px 0 28px}.services-feature-grid,.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-card{background:#fff;color:#111;border:1px solid #d5d5d5;border-radius:5px;overflow:hidden;box-shadow:var(--craa-shadow);display:flex;flex-direction:column;position:relative}.service-card-image{height:220px;background:#dfe8ed center/cover no-repeat}.service-card-body{padding:20px;display:flex;flex-direction:column;flex:1}.service-icon{width:62px;height:62px;border-radius:50%;border:2px solid var(--craa-navy);background:#fff;display:grid;place-items:center;color:var(--craa-navy);font-weight:800;font-size:23px;margin-top:-50px;margin-bottom:10px;position:relative}.service-card h3{margin:0 0 10px;text-transform:uppercase;font-size:22px;line-height:1.18}.service-card p{font-size:14px;margin:0 0 18px}.service-card-more{margin-top:auto;align-self:flex-end;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--craa-cyan);color:#fff;font-weight:700}.services-feature-grid{grid-template-columns:repeat(4,1fr)}.services-feature-grid .service-card-image{display:none}.services-feature-grid .service-card{min-height:320px}.services-feature-grid .service-icon{margin-top:0}.services-feature-grid h3{text-transform:none;font-size:20px}.section-center{text-align:center;margin-top:30px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.process-card{background:#fff;text-align:center;padding:30px 20px;min-height:215px;box-shadow:var(--craa-shadow);position:relative}.process-card:not(:last-child):after{content:"›";position:absolute;right:-25px;top:45%;color:var(--craa-navy);font-size:30px}.process-icon{font-size:38px;color:var(--craa-navy)}.process-card h3{font-size:16px;margin:18px 0 8px}.process-card p{font-size:12px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:54px 0}.stat{text-align:center;border-right:1px solid #555}.stat:last-child{border-right:0}.stat strong{display:block;color:var(--craa-navy);font-size:48px;line-height:1}.stat span{font-size:21px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.testimonial{background:var(--craa-cyan);color:#fff;border-radius:10px;padding:30px 25px 50px;text-align:center;position:relative;min-height:230px}.testimonial:before{content:'”';font-size:56px;line-height:1}.testimonial h3{margin:15px 0 0}.testimonial-avatar{position:absolute;left:50%;bottom:-35px;transform:translateX(-50%);width:80px;height:80px;border-radius:50%;background:#fff;border:6px solid #fff;overflow:hidden}.partner-strip{display:flex;gap:45px;align-items:center;overflow:auto;padding:20px 0 50px}.partner-strip img{max-height:72px;width:auto;filter:grayscale(1);opacity:.8}.expert-cta{background:linear-gradient(90deg,#00365f,#0a5e96 50%,#00365f);color:#fff;padding:18px 0}.expert-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.expert-cta-copy{display:flex;align-items:center;gap:20px}.expert-icon{font-size:44px}.expert-cta strong{font-size:24px}.expert-cta p{margin:2px 0 0}.site-footer{background:var(--craa-dark);color:#eee}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr .55fr;gap:65px;padding:48px 0}.footer-logo img{width:200px;margin-bottom:18px}.site-footer p,.site-footer li,.site-footer a{font-size:13px;color:#eee}.site-footer h2{color:var(--craa-cyan);font-size:16px}.footer-contact,.footer-menu{list-style:none;padding:0;margin:0}.footer-contact li{margin:0 0 20px}.footer-menu li{margin:0 0 18px}.google-badge{margin-top:25px;width:75px;height:75px;border-radius:50%;background:#fff;color:#555;border:3px solid #ddd;display:grid;place-content:center;text-align:center;font-size:10px}.google-badge strong{font-size:14px;color:#4285f4}.footer-bottom{background:#050505;border-top:1px solid #333;padding:12px 0;font-size:12px}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center}.footer-socials{font-size:21px}.archive-intro{padding:58px 0 25px}.services-grid{grid-template-columns:repeat(3,1fr);padding-bottom:70px}.activities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding-bottom:70px}.activity-card{border:1px solid #ccc;background:#fff;display:flex;flex-direction:column}.activity-card img{width:100%;height:230px;object-fit:cover}.activity-card-body{padding:18px;display:flex;flex-direction:column;flex:1}.activity-date{font-size:13px;font-weight:600;color:#222}.activity-card h3{font-size:19px;line-height:1.25;margin:13px 0}.activity-card p{font-size:14px}.activity-card .service-card-more{margin-top:auto}.pagination{display:flex;justify-content:center;gap:9px;margin:10px 0 70px}.pagination .page-numbers{width:34px;height:34px;border:1px solid var(--craa-navy);border-radius:50%;display:grid;place-items:center;color:var(--craa-navy)}.pagination .current{background:var(--craa-navy);color:#fff}.content-layout{display:grid;grid-template-columns:minmax(0,2fr) 340px;gap:42px;padding:45px 0 70px}.single-featured{width:100%;max-height:560px;object-fit:cover}.entry-title{font-size:34px;line-height:1.25}.entry-content{font-size:16px}.entry-content h2,.entry-content h3{color:var(--craa-navy)}.sidebar-widget{margin-bottom:24px}.sidebar-widget h2{font-size:18px;border-left:5px solid var(--craa-cyan);padding-left:10px}.recent-card{display:grid;grid-template-columns:125px 1fr;gap:15px;border:1px solid #ddd;border-radius:5px;padding:12px;margin-bottom:14px}.recent-card img{width:125px;height:75px;object-fit:cover}.recent-card h3{font-size:14px;margin:0}.recent-card time{font-size:12px}.comments-area{margin-top:30px}.comment-form{display:grid;gap:14px}.comment-form input,.comment-form textarea{width:100%;border:1px solid #bbb;padding:12px}.comment-form .submit{background:var(--craa-navy);color:#fff;border:0;padding:13px 22px}.about-tabs{padding:45px 0 70px}.tab-buttons{display:grid;grid-template-columns:repeat(4,1fr)}.tab-buttons button{border:1px solid #aaa;background:#ddd;padding:20px;font-size:18px;cursor:pointer}.tab-buttons button.is-active{background:var(--craa-navy);color:#fff}.tab-panel{border:1px solid #ddd;padding:50px}.timeline{position:relative;max-width:860px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:5px;background:var(--craa-navy);transform:translateX(-50%)}.timeline-item{width:50%;padding:20px 50px;position:relative}.timeline-item:nth-child(even){margin-left:50%}.timeline-item:before{content:"";position:absolute;top:38px;width:40px;height:3px;background:var(--craa-navy)}.timeline-item:nth-child(odd):before{right:0}.timeline-item:nth-child(even):before{left:0}.timeline-item h3{font-size:32px;color:var(--craa-navy);margin:0}.timeline-item p{color:#0c5992}.contact-cards{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:20px;border:1px solid #ccc;padding:25px;margin:45px 0 30px}.contact-card{border:1px solid #ccc;padding:18px;display:flex;align-items:center;gap:17px}.contact-card strong{font-size:18px}.contact-icon{width:54px;height:54px;border-radius:50%;border:2px dotted var(--craa-cyan);display:grid;place-items:center;color:var(--craa-navy);font-size:25px}.form-section{max-width:950px;margin:0 auto 70px}.form-section>h2{text-align:center;color:var(--craa-navy);font-size:24px}.craa-form{border:1px solid #ccc;padding:36px;display:grid;gap:20px}.craa-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.craa-form label{display:grid;gap:8px}.craa-form input,.craa-form textarea,.craa-form select{width:100%;border:1px solid #c8c8c8;padding:12px;background:#fff}.craa-form-notice{padding:13px;margin-bottom:18px}.craa-form-notice.success{background:#e5f6eb;color:#17652c}.craa-form-notice.error{background:#fee7e7;color:#842029}.request-intro{text-align:center;max-width:850px;margin:0 auto 35px}.request-intro h2{font-size:26px}.service-detail-hero{height:520px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end}.service-detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),transparent 55%)}.service-detail-hero-title{position:relative;z-index:2;width:100%;background:var(--craa-navy);color:#fff;text-align:center;padding:18px}.service-detail-content{padding:50px 0 70px;max-width:1040px}.service-detail-content h2{color:var(--craa-navy)}.search-page{padding:55px 0 80px}.search-result{padding:25px 0;border-bottom:1px solid #ddd}.search-result h2{margin:0 0 8px}.empty-state{text-align:center;padding:80px 0}.wp-block-image img{height:auto}.alignwide{width:min(1280px,calc(100vw - 40px));margin-left:50%;transform:translateX(-50%)}
@media (max-width:1050px){.topbar-inner span:nth-child(2){display:none}.craa-menu{gap:24px}.home-hero{grid-template-columns:1fr}.home-hero-media{min-height:460px}.services-feature-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.activities-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.process-card:nth-child(2):after{display:none}.content-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-menu-wrap{grid-column:1/-1}.intro-copy{padding:40px}}
@media (max-width:820px){.topbar{display:none}.header-inner{height:74px}.site-brand{width:130px}.site-brand img{width:120px}.menu-toggle{display:block;margin-left:auto;font-size:24px}.primary-navigation{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;padding:20px;box-shadow:0 5px 10px rgba(0,0,0,.15)}.primary-navigation.is-open{display:block}.craa-menu{flex-direction:column;align-items:flex-start;gap:20px}.craa-menu a:after{bottom:-5px!important}.home-hero-copy{padding:55px 25px}.home-hero h1{font-size:34px}.page-hero,.service-detail-hero{height:390px}.page-hero-title h1{font-size:27px}.craa-section-heading{grid-template-columns:80px auto 1fr}.craa-section-heading h2{font-size:28px}.intro-grid{grid-template-columns:1fr}.intro-collage{min-height:360px}.services-feature-grid,.services-grid,.activities-grid,.testimonials-grid{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:1fr 1fr;gap:25px}.stat:nth-child(2){border-right:0}.footer-grid{grid-template-columns:1fr}.footer-menu-wrap{grid-column:auto}.expert-cta-inner{align-items:flex-start;flex-direction:column}.contact-cards{grid-template-columns:1fr}.timeline:before{left:16px}.timeline-item,.timeline-item:nth-child(even){width:100%;margin-left:0;padding:20px 20px 20px 55px}.timeline-item:before,.timeline-item:nth-child(odd):before,.timeline-item:nth-child(even):before{left:16px;width:30px}.tab-buttons{grid-template-columns:1fr 1fr}.tab-panel{padding:25px}}
@media (max-width:560px){.craa-container{width:min(100% - 26px,var(--craa-container))}.home-hero-media{min-height:330px}.home-hero h1{font-size:29px}.home-hero-actions{flex-direction:column;align-items:stretch}.craa-button{width:100%}.craa-section{padding:42px 0}.craa-section-heading{grid-template-columns:50px auto}.craa-section-heading h2{font-size:24px}.craa-section-heading:after{display:none}.services-feature-grid,.services-grid,.activities-grid,.testimonials-grid,.process-grid{grid-template-columns:1fr}.process-card:after{display:none!important}.stats-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid #bbb;padding-bottom:20px}.stat:last-child{border-bottom:0}.service-card-image{height:190px}.activity-card img{height:210px}.craa-form-grid{grid-template-columns:1fr}.craa-form{padding:20px}.tab-buttons{grid-template-columns:1fr}.footer-bottom-inner{align-items:flex-start;flex-direction:column;gap:10px}.expert-cta strong{font-size:20px}.expert-icon{font-size:32px}.page-hero-title h1{font-size:23px}.page-hero-title p{font-size:15px}.intro-copy h2{font-size:31px}}

/* Figma 160:2 — header and home hero */
:root{--craa-navy:#09467f;--craa-blue:#09467f;--craa-cyan:#328cb1;--craa-container:1232px}
.topbar{height:36px;background:#09467f;font-size:13px}
.topbar .topbar-inner{width:100%;height:36px;margin-inline:0;padding:0 12px;gap:0;justify-content:space-between}
.topbar-item{display:flex;align-items:center;gap:8px;white-space:nowrap}
.topbar-item img{width:16px;height:16px;object-fit:contain}
.topbar-item:first-child img{width:20px;height:20px}
.topbar-socials{width:auto;height:20px;margin-left:0;display:flex;align-items:center;gap:5px;flex:0 0 auto}
.topbar-socials a,.topbar-socials>span{display:grid;place-items:center;width:20px;height:20px;border:1px solid rgba(255,255,255,.52);border-radius:3px;color:#fff}
.topbar-socials .craa-icon{width:11px;height:11px}
.topbar-socials a:hover{border-color:#fff;background:rgba(255,255,255,.14);color:#fff}
.main-header{border:0;box-shadow:none}
.main-header .header-inner{width:100%;margin-inline:0;padding:0 12px}
.header-inner{height:87px;gap:36px}
.site-brand{width:159px}
.site-brand img,.custom-logo{width:159px;height:56px;max-height:none;object-fit:contain}
.craa-menu{gap:72px}
.craa-menu a{font-size:15px;font-weight:400}
.craa-menu .current-menu-item>a:after,.craa-menu .current_page_item>a:after,.craa-menu a:hover:after{bottom:-30px;background:#328cb1}
.search-toggle{display:grid;place-items:center;width:30px;height:30px;padding:0;flex:0 0 30px}
.search-toggle img{width:20px;height:20px}
.home-hero{grid-template-columns:45.7% 54.3%;height:587px;min-height:587px;background:#09467f}
.home-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:64px 24px 50px max(24px,calc((100vw - 1232px)/2));background:#09467f}
.home-hero-copy:before,.home-hero-copy:after{width:78px;height:760px;top:-86px;background:rgba(255,255,255,.055);transform:rotate(17deg)}
.home-hero-copy:before{left:210px}.home-hero-copy:after{left:350px}
.eyebrow{gap:8px;font-size:20px;line-height:1.5}
.eyebrow:before{width:24px;height:7px;border-radius:3px;box-shadow:31px 0 0 #328cb1;flex:0 0 24px;margin-right:33px}
.home-hero h1{max-width:588px;margin:22px 0 18px;font-size:42px;line-height:1.18;letter-spacing:-.4px}
.home-hero h1 em{color:#328cb1}
.home-hero p{margin:0;font-size:20px}
.home-hero-actions{gap:16px;margin-top:22px}
.home-hero-actions .craa-button{height:45px;border-radius:0;padding:0 18px;font-size:18px;box-shadow:0 4px 4px rgba(0,0,0,.25)}
.home-hero-actions .craa-button-dark{min-width:277px;background:#4c4c4c}
.home-hero-actions .craa-button:not(.craa-button-dark){min-width:233px;background:#328cb1}
.home-hero-media{min-height:587px;overflow:hidden}
.home-hero-media:after{background:linear-gradient(to top,rgba(0,0,0,.81) 0,rgba(0,0,0,.39) 22%,transparent 45%)}
.home-hero-image{width:100%;height:100%;object-fit:cover}
.home-hero-dots{position:absolute;z-index:2;left:50%;bottom:31px;display:flex;gap:11px;transform:translateX(-50%)}
.home-hero-dots img{width:20px;height:20px}
@media (max-width:1180px){.craa-menu{gap:30px}.home-hero h1{font-size:37px}.home-hero-actions .craa-button{font-size:15px;min-width:0!important}}
@media (max-width:1050px){.home-hero{height:auto;min-height:0}.home-hero-copy{min-height:500px}.home-hero-media{min-height:500px}}
@media (max-width:820px){.topbar{display:none}.header-inner{height:74px}.site-brand{width:130px}.site-brand img,.custom-logo{width:120px;height:auto}.primary-navigation{top:74px}.home-hero{grid-template-columns:1fr}.home-hero-copy{min-height:470px;padding:55px 25px}.home-hero-media{min-height:430px}.home-hero h1{font-size:34px}.eyebrow{font-size:17px}}
@media (max-width:560px){.home-hero-copy{min-height:440px}.home-hero-media{min-height:330px}.home-hero h1{font-size:29px}.home-hero-actions .craa-button{font-size:15px}.home-hero-dots{bottom:20px}}

/* Global responsive UI system */
:root{
  --craa-navy:#09467f;
  --craa-blue:#09467f;
  --craa-cyan:#328cb1;
  --craa-dark:#15191d;
  --craa-muted:#f4f7f9;
  --craa-border:#dce3e8;
  --craa-radius:8px;
  --craa-shadow:0 10px 30px rgba(9,70,127,.10);
  --craa-container:1200px;
  --craa-space-section:clamp(3.5rem,7vw,6rem);
}
html{font-size:clamp(15px,.3vw + 14px,16px)}
body{font-family:Poppins,Arial,sans-serif;font-size:1rem;line-height:1.65;color:#18212a;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{line-height:1.2;text-wrap:balance}
p{margin-top:0}
.craa-icon{
  display:inline-block;
  width:1em;
  height:1em;
  flex:0 0 auto;
  background-color:currentColor;
  -webkit-mask:var(--craa-icon) center/contain no-repeat;
  mask:var(--craa-icon) center/contain no-repeat;
}
.menu-toggle .craa-icon{width:1.5rem;height:1.5rem}
.search-submit .craa-icon{width:1.2rem;height:1.2rem}
.service-icon .craa-icon{width:75%;height:75%}
.service-card-more>span{display:none}
.service-card-more .craa-icon{width:1rem;height:1rem}
.activity-date{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
}
.activity-date .craa-icon{width:1rem;height:1rem}
.craa-container{width:min(var(--craa-container),calc(100% - clamp(1.5rem,5vw,4rem)))}
.craa-section{padding-block:var(--craa-space-section)}
.craa-section-gray{background:var(--craa-muted)}
.craa-section-heading{width:min(var(--craa-container),calc(100% - clamp(1.5rem,5vw,4rem)));grid-template-columns:minmax(3rem,1fr) auto minmax(3rem,1fr);margin-bottom:clamp(2rem,4vw,3.25rem)}
.craa-section-heading h2{font-size:clamp(1.75rem,3vw,2.5rem)}
.craa-section-heading>span{height:6px}
.craa-button{min-height:46px;padding:.75rem 1.4rem;border-radius:6px;font-size:clamp(.875rem,1vw,1rem);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.craa-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(9,70,127,.2)}
.page-hero,.service-detail-hero{height:clamp(340px,45vw,520px)}
.page-hero-title h1,.entry-title{font-size:clamp(1.8rem,4vw,2.5rem)}
.page-hero-title p{font-size:clamp(.95rem,2vw,1.125rem)}
.home-hero{height:auto;min-height:clamp(500px,46vw,587px)}
.home-hero-copy{min-height:inherit;padding-block:clamp(3rem,7vw,5rem)}
.home-hero h1{font-size:clamp(2rem,3.35vw,2.625rem)}
.home-hero p,.eyebrow{font-size:clamp(1rem,1.55vw,1.25rem)}
.home-hero-media{min-height:inherit}
.intro-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.25fr)}
.intro-collage{min-height:clamp(360px,42vw,520px)}
.intro-copy{padding:clamp(2rem,6vw,5rem)}
.intro-copy .kicker{font-size:clamp(1.25rem,2.5vw,1.8rem)}
.intro-copy h2{font-size:clamp(1.9rem,3.25vw,2.65rem)}
.services-feature-grid,.services-grid,.activities-grid{gap:clamp(1.25rem,2.5vw,2rem)}
.service-card,.activity-card,.process-card,.recent-card{border-color:var(--craa-border);border-radius:var(--craa-radius);box-shadow:var(--craa-shadow)}
.service-card-body,.activity-card-body{padding:clamp(1.1rem,2vw,1.5rem)}
.service-card h3{font-size:clamp(1.05rem,1.8vw,1.35rem)}
.service-card p,.activity-card p{font-size:.925rem}
.process-grid{gap:clamp(1rem,2.5vw,2rem)}
.process-card{padding:clamp(1.5rem,3vw,2.25rem) 1.25rem}
.process-card p{font-size:.875rem}
.stats-grid{padding-block:clamp(2.75rem,6vw,4rem);gap:1rem}
.stat strong{font-size:clamp(2.25rem,5vw,3.25rem)}
.stat span{font-size:clamp(.95rem,2vw,1.25rem)}
.testimonials-grid{gap:clamp(1.5rem,3vw,2.5rem)}
.testimonial{border-radius:var(--craa-radius);padding:clamp(1.5rem,3vw,2rem)}
.content-layout{grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:clamp(2rem,4vw,3rem);padding-block:clamp(2.5rem,6vw,4.5rem)}
.entry-content{font-size:clamp(.975rem,1.2vw,1.075rem)}
.footer-grid{gap:clamp(2rem,6vw,4.5rem);padding-block:clamp(2.75rem,6vw,4rem)}
.footer-logo img{width:clamp(150px,18vw,200px);height:auto;object-fit:contain}
.site-footer p,.site-footer li,.site-footer a{font-size:.875rem;line-height:1.7}
.contact-cards{gap:1rem;padding:clamp(1rem,3vw,1.75rem)}
.craa-form{padding:clamp(1.25rem,4vw,2.5rem);border-radius:var(--craa-radius)}
@media (max-width:1050px){
  .services-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .services-grid,.activities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-hero{grid-template-columns:1fr}
  .home-hero-copy,.home-hero-media{min-height:clamp(420px,60vw,560px)}
}
@media (max-width:820px){
  .intro-grid,.content-layout{grid-template-columns:1fr}
  .intro-collage{min-height:380px}
  .craa-section-heading{grid-template-columns:minmax(2rem,1fr) auto minmax(2rem,1fr)}
  .stats-grid{gap:2rem 1rem}
  .footer-grid{grid-template-columns:1fr}
  .contact-cards{grid-template-columns:1fr}
}
@media (max-width:560px){
  .craa-section-heading{grid-template-columns:2.5rem 1fr}
  .craa-section-heading>span:last-child{display:none}
  .services-feature-grid,.services-grid,.activities-grid,.testimonials-grid,.process-grid{grid-template-columns:1fr}
  .home-hero-copy{min-height:430px}
  .home-hero-media{min-height:300px}
  .home-hero-actions{display:grid}
  .craa-button{width:100%}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stat{border:0}
  .craa-form-grid{grid-template-columns:1fr}
}

/* Image depth from the Figma reference: a soft dark fade anchors content at the bottom. */
.service-card-image{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.service-card-image:after,
.activity-card>a:after,
.single-featured-wrap:after{
  content:"";
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  bottom:0;
  pointer-events:none;
}
.service-card-image:after{
  top:38%;
  background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.58));
}
.activity-card>a{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.activity-card>a:after{
  top:42%;
  background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
}
.single-featured-wrap{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.single-featured-wrap:after{
  top:55%;
  background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.64));
}

/* Accessible responsive home slider */
.home-slider{position:relative;isolation:isolate;overflow:hidden;background:#09467f}
.home-slider-track{display:grid}
.home-slide{grid-area:1/1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .6s ease,visibility .6s ease}
.home-slide.is-active{z-index:1;opacity:1;visibility:visible;pointer-events:auto}
.home-slide .home-hero-media{background-position:center;background-size:cover}
.slider-arrow{position:absolute;z-index:4;top:50%;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(9,70,127,.42);color:#fff;font-size:2rem;line-height:1;cursor:pointer;transform:translateY(-50%);transition:background-color .2s ease,transform .2s ease}
.slider-arrow:hover,.slider-arrow:focus-visible{background:#328cb1;transform:translateY(-50%) scale(1.05)}
.slider-prev{left:clamp(.75rem,2vw,1.5rem)}
.slider-next{right:clamp(.75rem,2vw,1.5rem)}
.home-slider-dots{position:absolute;z-index:4;right:27%;bottom:clamp(1.25rem,3vw,2rem);display:flex;gap:.65rem;transform:translateX(50%)}
.home-slider-dots button{width:13px;height:13px;padding:0;border:1px solid #fff;border-radius:50%;background:transparent;cursor:pointer;transition:background-color .2s ease,transform .2s ease}
.home-slider-dots button.is-active{background:#328cb1;border-color:#328cb1;transform:scale(1.15)}
.home-slider-dots button:focus-visible{outline:3px solid rgba(255,255,255,.85);outline-offset:3px}
.home-hero-actions .craa-button{text-transform:uppercase}

/* Polished spacing across template pages */
.archive-intro{padding:clamp(2.75rem,6vw,4.5rem) 0 clamp(1.5rem,3vw,2.25rem)}
.services-grid,.activities-grid{padding-bottom:clamp(3.5rem,7vw,5.5rem)}
.service-detail-content{padding-block:clamp(2.75rem,6vw,4.75rem)}
.service-detail-content>*{max-width:75ch}
.service-detail-content h2,.service-detail-content h3{margin-top:clamp(1.75rem,4vw,2.75rem)}
.search-page{padding-block:clamp(3rem,7vw,5rem)}
.search-page>h1{font-size:clamp(1.75rem,4vw,2.5rem)}
.search-result{padding-block:clamp(1.25rem,3vw,2rem)}
.about-tabs{padding-bottom:clamp(3.5rem,7vw,5.5rem)}
.tab-buttons{gap:2px}
.tab-buttons button{min-height:58px;padding:.9rem 1rem;border-color:var(--craa-border);font-size:clamp(.875rem,1.5vw,1.05rem)}
.tab-panel{padding:clamp(1.5rem,5vw,3.5rem);border-color:var(--craa-border)}
.form-section{width:min(100%,950px);margin-bottom:clamp(3rem,7vw,5rem)}
.craa-form{gap:clamp(1rem,2vw,1.4rem);box-shadow:0 12px 35px rgba(9,70,127,.08)}
.craa-form input,.craa-form textarea,.craa-form select{min-height:48px;border-radius:5px;transition:border-color .2s ease,box-shadow .2s ease}
.craa-form textarea{min-height:130px;resize:vertical}
.craa-form input:focus,.craa-form textarea:focus,.craa-form select:focus{border-color:#328cb1;outline:0;box-shadow:0 0 0 3px rgba(50,140,177,.16)}
.craa-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-card{min-width:0;border-color:var(--craa-border);border-radius:var(--craa-radius);box-shadow:0 6px 20px rgba(9,70,127,.07)}
.contact-card strong{overflow-wrap:anywhere;font-size:clamp(.9rem,1.5vw,1.1rem)}
.expert-cta{background:linear-gradient(100deg,#062f55,#09467f 55%,#0b5b8b)}

@media (max-width:1050px){
  .header-inner{gap:1.25rem}
  .craa-menu{gap:clamp(1rem,2.4vw,2rem)}
  .craa-menu a{font-size:.8rem}
  .home-slider-dots{right:50%;bottom:1.35rem}
  .slider-arrow{top:72%}
}
@media (max-width:820px){
  .main-header{position:relative}
  .header-inner{padding-inline:0}
  .primary-navigation{max-height:calc(100vh - 74px);overflow-y:auto}
  .craa-menu{width:100%;gap:0}
  .craa-menu li{width:100%;border-bottom:1px solid var(--craa-border)}
  .craa-menu a{display:block;padding:1rem 0;font-size:.9rem}
  .search-toggle{margin-left:.25rem}
  .slider-arrow{top:auto;bottom:1rem;width:40px;height:40px}
  .slider-prev{left:1rem}
  .slider-next{right:1rem}
  .home-slider-dots{bottom:1.8rem}
  .home-hero-copy{padding-inline:max(1.25rem,5vw)}
  .page-hero,.service-detail-hero{background-position:center}
  .tab-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:560px){
  .site-brand,.site-brand img,.custom-logo{width:118px}
  .menu-toggle{padding:.5rem}
  .home-hero-copy{justify-content:center;padding-block:2.75rem 4.5rem}
  .home-hero h1{font-size:clamp(1.85rem,9vw,2.35rem)}
  .home-hero-actions{gap:.75rem}
  .home-hero-actions .craa-button{height:auto;min-height:48px;padding:.75rem 1rem}
  .home-slider-dots{bottom:1.75rem}
  .slider-arrow{bottom:.9rem}
  .page-hero,.service-detail-hero{height:clamp(300px,82vw,390px)}
  .page-hero-title{padding:1rem}
  .tab-buttons{grid-template-columns:1fr}
  .tab-panel{padding:1.25rem}
  .timeline-item,.timeline-item:nth-child(even){padding-right:0}
  .contact-cards{margin-block:2rem}
  .footer-bottom-inner{gap:.75rem}
}
@media (prefers-reduced-motion:reduce){
  .home-slide,.craa-button,.slider-arrow,.home-slider-dots button{transition:none}
}

/* Slider text alignment refinement */
.home-hero-copy{
  padding-left:clamp(.75rem,1.45vw,1.5rem);
}
@media (max-width:820px){
  .home-hero-copy{
    padding-left:max(1.25rem,5vw);
  }
}

/* Figma 245:4 - floating chatbot */
.craa-chatbot{
  position:fixed;
  right:18px;
  bottom:20px;
  z-index:1000;
  display:grid;
  justify-items:end;
  gap:12px;
}
.craa-chatbot-toggle{
  display:grid;
  place-items:center;
  width:62px;
  height:58px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  filter:drop-shadow(0 5px 10px rgba(9,70,127,.24));
}
.craa-chatbot-toggle img{
  width:60px;
  height:56px;
  object-fit:contain;
}
.craa-chatbot-toggle:focus-visible{
  outline:3px solid #328cb1;
  outline-offset:4px;
  border-radius:50%;
}
.craa-chatbot-panel{
  display:flex;
  flex-direction:column;
  width:min(360px,calc(100vw - 36px));
  max-height:min(570px,calc(100vh - 110px));
  overflow:hidden;
  border:1px solid rgba(9,70,127,.16);
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 48px rgba(0,28,52,.24);
}
.craa-chatbot-panel[hidden]{
  display:none;
}
.craa-chatbot-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:68px;
  padding:12px 14px 12px 18px;
  background:#09467f;
  color:#fff;
}
.craa-chatbot-header>div{
  display:grid;
  gap:2px;
}
.craa-chatbot-header strong{
  font-size:1rem;
}
.craa-chatbot-header span{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:.75rem;
}
.craa-chatbot-header i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#62d493;
}
.craa-chatbot-header button{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.1);
  color:#fff;
  cursor:pointer;
}
.craa-chatbot-header button:hover{
  background:rgba(255,255,255,.2);
}
.craa-chatbot-header .craa-icon{
  width:18px;
  height:18px;
}
.craa-chatbot-messages{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:190px;
  max-height:290px;
  padding:16px;
  overflow-y:auto;
  background:#f5f8fa;
}
.craa-chat-message{
  width:fit-content;
  max-width:88%;
  padding:10px 12px;
  border-radius:8px;
  font-size:.84rem;
  line-height:1.45;
}
.craa-chat-message.is-bot{
  align-self:flex-start;
  border:1px solid #dce5eb;
  background:#fff;
  color:#17212b;
}
.craa-chat-message.is-user{
  align-self:flex-end;
  background:#328cb1;
  color:#fff;
}
.craa-chat-message a{
  display:block;
  width:fit-content;
  margin-top:8px;
  color:#09467f;
  font-weight:700;
  text-decoration:underline;
}
.craa-chatbot-options{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  padding:12px 16px;
  border-top:1px solid #e1e7eb;
  background:#fff;
}
.craa-chatbot-options button{
  min-height:34px;
  padding:6px 10px;
  border:1px solid #328cb1;
  border-radius:6px;
  background:#fff;
  color:#09467f;
  font-size:.73rem;
  font-weight:600;
  cursor:pointer;
}
.craa-chatbot-options button:hover,
.craa-chatbot-options button:focus-visible{
  background:#eaf5f9;
}
.craa-chatbot-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) 42px;
  min-height:52px;
  border-top:1px solid #e1e7eb;
  background:#fff;
}
.craa-chatbot-form input{
  min-width:0;
  padding:0 14px;
  border:0;
  outline:0;
  color:#17212b;
  font-size:.82rem;
}
.craa-chatbot-form input:focus{
  box-shadow:inset 0 0 0 2px rgba(50,140,177,.28);
}
.craa-chatbot-form button{
  display:grid;
  place-items:center;
  width:42px;
  height:52px;
  padding:0;
  border:0;
  background:#328cb1;
  color:#fff;
  cursor:pointer;
}
.craa-chatbot-form button:hover{
  background:#09467f;
}
.craa-chatbot-form .craa-icon{
  width:20px;
  height:20px;
}
@media (max-width:560px){
  .craa-chatbot{
    right:12px;
    bottom:12px;
  }
  .craa-chatbot-panel{
    width:calc(100vw - 24px);
    max-height:calc(100vh - 88px);
  }
  .craa-chatbot-messages{
    min-height:170px;
    max-height:calc(100vh - 320px);
  }
}

/* Figma intro image collage refinement */
.intro-grid{
  grid-template-columns:minmax(0,45.5%) minmax(0,54.5%);
  align-items:stretch;
  background:#f3f3f3;
}
.intro-collage{
  min-height:clamp(390px,39.8vw,508px);
  background:#f3f3f3;
  overflow:visible;
  isolation:isolate;
}
.intro-collage img{
  position:absolute;
  z-index:2;
  box-shadow:none;
  object-fit:cover;
}
.intro-image-primary{
  left:10.8%;
  top:20.8%;
  width:45.5%;
  height:56.5%;
}
.intro-image-secondary{
  right:2.5%;
  bottom:9%;
  width:42%;
  height:38.5%;
}
.intro-collage-line{
  position:absolute;
  z-index:1;
  top:5.7%;
  left:0;
  width:97%;
  height:8px;
  border-radius:3px;
  background:#328cb1;
}
.intro-collage-bracket{
  position:absolute;
  z-index:1;
  left:-6.5%;
  bottom:4%;
  width:23%;
  height:48%;
  border:3px solid #328cb1;
  border-right:0;
  border-radius:34px 0 0 34px;
}
.intro-collage-bracket:before{
  content:"";
  position:absolute;
  left:-3px;
  top:-38%;
  width:44%;
  height:58%;
  border-radius:999px;
  background:#d6d6d6;
}
.intro-collage-corner{
  position:absolute;
  z-index:3;
  top:20.8%;
  left:44%;
  width:11.2%;
  aspect-ratio:1;
  border-radius:0 0 0 52%;
  background:#09467f;
}
.intro-collage-bar{
  position:absolute;
  z-index:1;
  right:1.5%;
  top:39.5%;
  width:8px;
  height:26%;
  background:#328cb1;
}
@media (max-width:820px){
  .intro-grid{grid-template-columns:1fr}
  .intro-collage{min-height:clamp(340px,78vw,470px)}
  .intro-image-primary{left:12%;width:45%;height:55%}
  .intro-image-secondary{right:8%;width:40%;height:36%}
  .intro-collage-line{width:86%}
  .intro-collage-bracket{left:-2%;width:20%}
  .intro-collage-bar{right:7%}
}
@media (max-width:560px){
  .intro-collage{min-height:330px}
  .intro-image-primary{left:10%;top:24%;width:52%;height:50%}
  .intro-image-secondary{right:6%;bottom:10%;width:45%;height:34%}
  .intro-collage-corner{left:52%;top:24%;width:13%}
  .intro-collage-bracket{height:42%;bottom:7%}
}

/* Figma home template refresh */
html,body{overflow-x:hidden}
.site-content{overflow:hidden}
.primary-navigation .craa-menu li{order:10}
.primary-navigation .craa-menu li:has(a[href*="a-propos"]){order:1}
.primary-navigation .craa-menu li:has(a[href*="services"]){order:2}
.primary-navigation .craa-menu li:has(a[href*="activ"]){order:3}
.primary-navigation .craa-menu li:has(a[href*="nous-joindre"]){order:4}
.primary-navigation .craa-menu li:has(a[href*="demande-de-service"]){order:5}
.craa-home-hero{background:#09467f}
.craa-home-hero .home-hero{
  grid-template-columns:minmax(0,45.7%) minmax(0,54.3%);
  min-height:clamp(460px,45.9vw,587px);
  background:#09467f;
}
.craa-home-hero .home-hero-copy{
  min-height:inherit;
  justify-content:flex-start;
  padding:clamp(5rem,6.6vw,5.25rem) 1.5rem clamp(3rem,6vw,4.75rem) clamp(1.875rem,2.5vw,2rem);
  background:#09467f;
}
.craa-home-hero .home-hero-copy:before{
  inset:0 auto auto 0;
  width:100%;
  height:100%;
  background:url("../images/figma/hero-brand-mark.png") clamp(1.875rem,2.5vw,2rem) center/auto 100% no-repeat;
  opacity:1;
  transform:none;
}
.craa-home-hero .home-hero-copy:after{
  display:none;
}
.craa-home-hero .eyebrow{
  gap:.5rem;
  font-size:clamp(.95rem,1.55vw,1.25rem);
  font-weight:700;
}
.craa-home-hero .eyebrow:before{
  width:24px;
  height:7px;
  margin-right:33px;
  border-radius:3px;
  background:#328cb1;
  box-shadow:31px 0 0 #328cb1;
  flex:0 0 24px;
}
.craa-home-hero h1{
  max-width:588px;
  margin:1.15rem 0 1.25rem;
  color:#fff;
  font-size:clamp(2.15rem,3.28vw,2.625rem);
  line-height:1.25;
  font-weight:800;
  letter-spacing:0;
}
.craa-home-hero h1 em{color:#328cb1}
.craa-home-hero p{
  margin:0;
  color:#fff;
  font-size:clamp(1rem,1.55vw,1.25rem);
}
.craa-home-hero .home-hero-actions{
  gap:1rem;
  margin-top:1.35rem;
  flex-wrap:nowrap;
}
.craa-home-hero .home-hero-actions .craa-button{
  min-width:0;
  height:45px;
  min-height:45px;
  padding:0 1rem;
  border-radius:0;
  font-size:clamp(.8rem,1.2vw,1rem);
  font-weight:600;
  line-height:1.15;
  text-align:center;
  text-transform:uppercase;
  white-space:nowrap;
}
.craa-home-hero .home-hero-actions .craa-button-dark{
  width:min(277px,100%);
  background:#4c4c4c;
}
.craa-home-hero .home-hero-actions .craa-button:not(.craa-button-dark){
  width:min(233px,100%);
  background:#328cb1;
}
.craa-home-hero .home-hero-media{
  min-height:inherit;
  background-position:center;
}
.craa-home-hero .home-hero-media:after{
  background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.36) 24%,transparent 46%);
}
.craa-home-hero .home-slider-dots{
  right:22.5%;
  bottom:clamp(1.8rem,4.4vw,3.5rem);
  gap:11px;
}
.craa-home-hero .home-slider-dots button{
  width:20px;
  height:20px;
  border-color:#fff;
}
.craa-home-hero .slider-arrow{
  display:none;
}

.craa-home-intro{
  min-height:clamp(420px,39.7vw,508px);
  grid-template-columns:minmax(0,45.7%) minmax(0,54.3%);
  background:#f3f3f3;
}
.craa-home-intro .intro-collage{
  min-height:inherit;
  background:#f3f3f3;
}
.craa-home-intro .intro-collage-frame-outer{
  position:absolute;
  z-index:1;
  top:11%;
  left:-2%;
  width:clamp(76px,18%,104px);
  height:auto;
  aspect-ratio:103.983 / 361.02;
  border:2px solid #d6d6d6;
  border-radius:clamp(32px,3.6vw,46px);
  background:#d6d6d6;
}
.craa-home-intro .intro-collage-bracket:before{display:none}
.craa-home-intro .intro-collage-primary-backplate{
  position:absolute;
  z-index:1;
  top:24.2%;
  left:15.8%;
  width:clamp(200px,48%,280px);
  height:auto;
  aspect-ratio:280 / 362;
  border-bottom-left-radius:clamp(32px,3.75vw,48px);
  background:#328cb1;
}
.craa-home-intro .intro-copy{
  display:flex;
  min-height:inherit;
  flex-direction:column;
  justify-content:flex-start;
  padding:1.35rem clamp(2rem,8vw,8.8rem) 1.5rem 0;
  background:#f3f3f3 url("../images/figma/figma-tech-bg.jpg") right center/auto 100% no-repeat;
}
.craa-home-intro .intro-copy .kicker{
  color:#328cb1;
  font-size:clamp(2rem,3.25vw,2.75rem);
  font-weight:800;
}
.craa-home-intro .intro-copy h2{
  max-width:520px;
  margin:1.2rem 0 1.95rem;
  color:#09467f;
  font-size:clamp(2rem,3.9vw,3rem);
  line-height:1.14;
  font-weight:800;
}
.craa-home-intro .intro-copy p{
  max-width:555px;
  margin-bottom:1.25rem;
  color:#141414;
  font-size:clamp(.95rem,1.4vw,1.125rem);
  line-height:1.52;
}
.craa-home-intro .intro-copy .craa-button{
  width:fit-content;
  min-height:38px;
  padding:.45rem 1.45rem;
  border-radius:3px;
  background:#328cb1;
  font-weight:700;
}
.craa-home-intro .intro-image-primary{
  left:11.6%;
  top:17.6%;
  width:clamp(220px,50%,292.087px);
  height:auto;
  aspect-ratio:292.087 / 385.555;
  border-bottom-right-radius:72px;
  overflow:hidden;
}
.craa-home-intro .intro-image-secondary{
  top:42.7%;
  right:auto;
  bottom:auto;
  left:52.55%;
  width:clamp(190px,42%,245px);
  height:auto;
  aspect-ratio:245 / 283;
  object-position:center top;
  border-top-left-radius:46px;
  overflow:hidden;
}
.craa-home-intro .intro-collage-line{
  top:7%;
  width:96.5%;
  height:clamp(8px,1vw,13px);
}
.craa-home-intro .intro-collage-bracket{
  left:2.5%;
  top:38%;
  bottom:auto;
  width:clamp(68px,15.6%,91px);
  height:auto;
  aspect-ratio:91.131 / 317.791;
  border:2px solid #328cb1;
  border-radius:clamp(32px,3.6vw,46px);
  background:transparent;
}
.craa-home-intro .intro-collage-corner{
  top:17.6%;
  left:50.5%;
  width:11.1%;
  height:17%;
  aspect-ratio:auto;
  border-radius:0 0 0 46px;
}
.craa-home-intro .intro-collage-bar{
  right:auto;
  left:61.7%;
  top:24.5%;
  width:11px;
  height:18%;
}

.craa-home-services{
  position:relative;
  padding:1.35rem 0 2.9rem;
  background:#09467f;
  overflow:hidden;
}
.craa-home-services:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.18;
  background:
    radial-gradient(circle at 18% 26%,rgba(255,255,255,.32) 0 9px,transparent 10px),
    radial-gradient(circle at 66% 9%,rgba(255,255,255,.28) 0 12px,transparent 13px),
    radial-gradient(circle at 8% 80%,rgba(255,255,255,.25) 0 9px,transparent 10px),
    linear-gradient(28deg,transparent 0 45%,rgba(255,255,255,.3) 45.2%,transparent 45.5%),
    linear-gradient(156deg,transparent 0 42%,rgba(255,255,255,.25) 42.2%,transparent 42.5%);
}
.craa-home-services>*{position:relative;z-index:1}
.craa-home-services .craa-section-heading{
  margin-bottom:.55rem;
}
.craa-home-services .craa-section-heading h2{
  color:#fff;
  font-size:clamp(2rem,3.2vw,2.5rem);
  text-transform:none;
}
.craa-home-services .craa-container>p{
  margin:.2rem 0 1.8rem!important;
  color:#fff;
  font-size:clamp(1rem,1.7vw,1.5rem)!important;
}
.craa-home-services .services-feature-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(1.25rem,2vw,1.6rem);
}
.craa-home-services .service-card{
  min-height:360px;
  border:0;
  border-radius:4px;
  background:#fff;
  color:#111;
  box-shadow:none;
}
.craa-home-services .service-card-body{
  padding:1.45rem 1.15rem 1.1rem;
}
.craa-home-services .service-icon{
  width:56px;
  height:56px;
  margin:0 0 .9rem;
  border:0;
  border-radius:0;
  background:transparent;
  color:#09467f;
  font-size:2.2rem;
}
.craa-home-services .service-icon .craa-icon{
  width:52px;
  height:52px;
}
.craa-home-services .service-card h3{
  color:#111;
  font-size:clamp(1.05rem,1.8vw,1.35rem);
  line-height:1.35;
  font-weight:800;
}
.craa-home-services .service-card p{
  color:#343434;
  font-size:.8rem;
  line-height:1.35;
}
.craa-home-services .service-card-more{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  width:auto;
  height:auto;
  border-radius:0;
  background:transparent;
  color:#0b5d94;
  font-size:.8rem;
}
.craa-home-services .service-card-more>span{display:inline}
.craa-home-services .service-card-more .craa-icon{
  width:.95rem;
  height:.95rem;
}
.craa-home-services .section-center{
  margin-top:1.35rem;
}
.craa-home-services .section-center .craa-button{
  min-width:280px;
  border-color:#fff;
  border-radius:4px;
  color:#fff;
  background:transparent;
}

.craa-home-process{
  padding:1.35rem 0 2.35rem;
  background:#f3f3f3 url("../images/figma/figma-services-bg.jpg") left top/auto 100% no-repeat;
}
.craa-home-process .craa-section-heading{
  margin-bottom:2.1rem;
}
.craa-home-process .craa-section-heading h2{
  color:#09467f;
  font-size:clamp(1.9rem,3.2vw,2.5rem);
  text-transform:none;
}
.craa-home-process .process-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(1.6rem,4vw,3.9rem);
}
.craa-home-process .process-card{
  min-height:260px;
  padding:2.25rem 1.1rem 1.35rem;
  border:1px solid rgba(255,255,255,.95);
  border-radius:0;
  background:rgba(255,255,255,.86);
  box-shadow:0 4px 4px rgba(0,0,0,.18);
}
.craa-home-process .process-card:not(:last-child):after{
  display:none;
}
.craa-home-process .process-icon{
  color:#09467f;
  font-size:2.25rem;
}
.craa-home-process .process-icon .craa-icon{
  width:42px;
  height:42px;
}
.craa-home-process .process-arrow{
  position:absolute;
  right:calc(-1 * clamp(1.15rem,2vw,2.5rem));
  top:50%;
  display:grid;
  place-items:center;
  width:1.5rem;
  height:1.5rem;
  color:#09467f;
  transform:translate(50%,-50%);
}
.craa-home-process .process-card:last-child .process-arrow{
  display:none;
}
.craa-home-process .process-card h3{
  margin:1.6rem 0 .75rem;
  color:#111;
  font-size:1rem;
  font-weight:800;
}
.craa-home-process .process-card p{
  max-width:180px;
  margin-inline:auto;
  color:#333;
  font-size:.78rem;
  line-height:1.35;
}

.craa-home-stats{
  width:min(100%,1060px);
  padding:3.3rem 0 3.7rem;
}
.craa-home-stats .stat{
  border-right:1px solid #777;
}
.craa-home-stats .stat strong{
  color:#09467f;
  font-size:clamp(2.35rem,4.2vw,3.1rem);
  font-weight:800;
}
.craa-home-stats .stat span{
  color:#252525;
  font-size:clamp(1rem,1.8vw,1.55rem);
  line-height:1.2;
}

.craa-home-testimonials{
  padding:1.5rem 0 6.2rem;
  background:#f3f3f3;
}
.craa-home-testimonials .craa-section-heading h2{
  color:#09467f;
  font-size:clamp(1.9rem,3.2vw,2.5rem);
  text-transform:none;
}
.craa-home-testimonials .testimonials-grid{
  max-width:1060px;
  gap:clamp(1.5rem,3.8vw,3rem);
}
.craa-home-testimonials .testimonial{
  min-height:311px;
  border-radius:8px;
  padding:2.15rem 1.6rem 4.25rem;
  background:#328cb1;
  box-shadow:none;
  display:flex;
  flex-direction:column;
}
.craa-home-testimonials .testimonial:before{
  content:"";
  display:block;
  width:44px;
  height:30px;
  margin:0 auto 1rem;
  background:url("../images/testimonial-quote.png") center/contain no-repeat;
}
.craa-home-testimonials .testimonial h3{
  margin-top:1rem;
  color:#fff;
  font-size:clamp(1.15rem,2vw,1.55rem);
  line-height:1.2;
}
.craa-home-testimonials .testimonial p{
  margin:0;
  color:#fff;
  font-size:.85rem;
  line-height:1.7;
  letter-spacing:.04em;
}
.craa-home-testimonials .testimonial-words{
  flex:1;
}
.craa-home-testimonials .testimonial-position{
  margin-top:.15rem;
  font-weight:700;
  line-height:1.35;
}
.craa-home-testimonials .testimonial-company{
  margin-top:.1rem;
  font-size:.78rem;
  line-height:1.35;
  opacity:.92;
}
.craa-home-testimonials .testimonial-avatar{
  bottom:-49px;
  width:98px;
  height:98px;
  border:0;
  background:#fff;
  display:grid;
  place-items:center;
}
.craa-home-testimonials .testimonial-avatar img{
  width:54px;
  height:auto;
  object-fit:contain;
  border-radius:0;
}
.craa-home-testimonials .testimonial-avatar.has-custom-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}
.craa-home-testimonials .testimonial-avatar:before,
.craa-home-testimonials .testimonial-avatar:after{display:none}

.craa-home-partners{
  min-height:250px;
  padding:1.5rem 0 2rem;
  background:#fff;
}
.craa-home-partners h2{
  margin:0;
  color:#09467f!important;
  font-size:clamp(1.8rem,3.2vw,2.5rem)!important;
  font-weight:800;
}
.craa-home-partners .partner-strip{
  min-height:130px;
}

.partner-marquee{
  width:100%;
  min-height:138px;
  margin-top:1rem;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.partner-track{
  display:flex;
  width:max-content;
  will-change:transform;
}
.partner-marquee.is-moving .partner-track{
  animation:craa-partners-scroll var(--partner-duration,24s) linear infinite;
}
.partner-marquee:hover .partner-track,
.partner-marquee:focus-within .partner-track{
  animation-play-state:paused;
}
.partner-group{
  display:flex;
  flex:none;
  align-items:center;
  gap:clamp(2.5rem,6vw,6.5rem);
  padding-right:clamp(2.5rem,6vw,6.5rem);
}
.partner-item{
  width:clamp(140px,16vw,220px);
  height:100px;
  flex:none;
  display:grid;
  place-items:center;
}
.partner-item a{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
}
.partner-item img{
  width:auto;
  max-width:100%;
  height:auto;
  max-height:82px;
  object-fit:contain;
  filter:none;
  opacity:1;
}
.partner-marquee.is-static .partner-track{
  width:100%;
  justify-content:center;
}
.partner-marquee.is-static .partner-group{
  flex-wrap:wrap;
  justify-content:center;
  padding:0 20px;
}
@keyframes craa-partners-scroll{
  to{transform:translateX(var(--partner-distance));}
}
@media (prefers-reduced-motion:reduce){
  .partner-marquee .partner-track{animation:none!important;}
}

.expert-cta{
  min-height:130px;
  padding:1.1rem 0;
  background:#09467f url("../images/figma/figma-cta-bg.jpg") center 46%/cover no-repeat;
  position:relative;
}
.expert-cta:after{
  content:"";
  position:absolute;
  inset:50% 0 0;
  background:linear-gradient(to bottom,transparent,rgba(0,0,0,.82));
}
.expert-cta-inner{
  position:relative;
  z-index:1;
  min-height:94px;
}
.expert-icon{
  color:#fff;
  font-size:4.25rem;
}
.expert-icon .craa-icon{
  width:4.25rem;
  height:4.25rem;
}
@media (max-width:560px){
  .expert-icon,
  .expert-icon .craa-icon{width:3.2rem;height:3.2rem;font-size:3.2rem}
}
.expert-cta strong{
  color:#fff;
  font-size:clamp(1.35rem,2.35vw,1.9rem);
  line-height:1.2;
}
.expert-cta p{
  max-width:590px;
  color:#fff;
  font-size:clamp(.9rem,1.4vw,1.125rem);
}
.expert-cta .craa-button{
  min-width:276px;
  min-height:44px;
  border-radius:9px;
  background:#328cb1;
  font-size:clamp(1rem,1.9vw,1.5rem);
  font-weight:600;
}

.site-footer{
  background:rgba(1,1,1,.91);
  color:#fff;
}
.footer-grid{
  grid-template-columns:minmax(280px,1.08fr) minmax(320px,.98fr) minmax(180px,.42fr);
  align-items:start;
  gap:clamp(3rem,8vw,6.4rem);
  padding-block:clamp(3rem,5vw,3.75rem);
  min-width:0;
}
.footer-grid>*{min-width:0}
.footer-brand p{
  max-width:424px;
  margin:1.4rem 0 0;
  color:#fff;
  font-size:.95rem;
  line-height:1.65;
}
.footer-logo img{
  width:228px;
  max-width:70%;
  margin:0;
  object-fit:contain;
}
.footer-contact-wrap h2{
  margin:0 0 1.35rem;
  color:#328cb1;
  font-size:1rem;
  font-weight:800;
}
.footer-contact{
  display:grid;
  gap:1.35rem;
}
.footer-contact li{
  display:flex;
  align-items:flex-start;
  gap:.55rem;
  margin:0;
  color:#fff;
  font-size:.95rem;
  line-height:1.45;
}
.footer-contact li span{
  width:1rem;
  flex:0 0 1rem;
  color:#fff;
  text-align:center;
}
.footer-contact .craa-icon{
  width:1rem;
  height:1rem;
  margin-top:.18rem;
}
.footer-menu{
  display:grid!important;
  gap:1.2rem;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  justify-items:start;
}
.footer-menu li{
  width:100%;
  margin:0!important;
}
.footer-menu a{
  display:block;
  width:100%;
  color:#fff!important;
  font-size:.9rem!important;
  line-height:1.35!important;
  text-transform:uppercase;
  white-space:normal!important;
}
.footer-menu a:hover{
  color:#328cb1!important;
}
.google-badge{
  display:block;
  width:93px;
  height:93px;
  margin-top:1.8rem;
  border:0;
  border-radius:50%;
  background:transparent;
  transition:transform .18s ease,filter .18s ease;
}
.google-review-link{
  display:inline-block;
  margin-top:1.8rem;
  border-radius:50%;
}
.google-review-link .google-badge{margin-top:0}
.google-review-link:hover .google-badge,
.google-review-link:focus-visible .google-badge{filter:brightness(1.06);transform:scale(1.06)}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  background:#010101;
  padding:0;
}
.footer-bottom-inner{
  min-height:56px;
  gap:1rem;
  color:#fff;
}
.footer-bottom-inner span:first-child{
  font-size:.8rem;
}
.footer-socials{
  display:flex;
  align-items:center;
  gap:.8rem;
  color:#fff;
  white-space:nowrap;
}
.footer-socials a,
.footer-socials>span{
  display:grid;
  place-items:center;
  width:1.3rem;
  height:1.3rem;
  color:#fff;
}
.footer-socials .craa-icon{
  width:1.15rem;
  height:1.15rem;
}
.footer-socials a:hover{
  color:#328cb1;
}
.contact-icon .craa-icon{
  width:1.55rem;
  height:1.55rem;
}
.activity-share{
  display:flex;
  align-items:center;
  gap:.65rem;
  color:#09467f;
}
.activity-share .craa-icon{
  width:1.2rem;
  height:1.2rem;
}
@media (min-width:821px){
  .footer-menu-wrap{
    padding-top:2.35rem;
  }
}

@media (max-width:1050px){
  .craa-home-hero .home-hero,
  .craa-home-intro{
    grid-template-columns:1fr;
  }
  .craa-home-hero .home-hero-media{
    min-height:clamp(320px,56vw,520px);
  }
  .craa-home-hero .home-slider-dots{
    right:50%;
  }
  .craa-home-services .services-feature-grid,
  .craa-home-process .process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .craa-home-process .process-card:nth-child(2):after{
    display:none;
  }
  .craa-home-process .process-card:nth-child(2) .process-arrow{
    display:none;
  }
}
@media (max-width:820px){
  .craa-home-hero .home-hero-copy{
    padding-inline:max(1.25rem,5vw);
  }
  .craa-home-hero .home-hero-actions{
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .craa-home-intro .intro-copy{
    padding:max(2rem,6vw);
    background-size:auto 85%;
  }
  .craa-home-intro .intro-image-primary{
    left:12%;
    top:19%;
    width:clamp(230px,53%,292.087px);
    height:auto;
    border-bottom-right-radius:clamp(48px,9vw,72px);
  }
  .craa-home-intro .intro-image-secondary{
    top:42%;
    right:auto;
    bottom:auto;
    left:min(52.55%,307px);
    width:clamp(195px,45%,245px);
    height:auto;
    border-top-left-radius:clamp(30px,6vw,46px);
  }
  .craa-home-intro .intro-collage-line{width:86%}
  .craa-home-intro .intro-collage-corner{
    top:19%;
    left:54%;
    width:13%;
    height:16%;
    border-radius:0 0 0 clamp(30px,6vw,46px);
  }
  .craa-home-intro .intro-collage-bar{
    left:67%;
    top:28%;
    width:8px;
    height:18%;
  }
  .craa-home-intro .intro-collage-frame-outer{
    top:9%;
    left:-2%;
    width:clamp(76px,20%,104px);
    height:auto;
    border-radius:clamp(30px,6vw,46px);
  }
  .craa-home-intro .intro-collage-bracket{
    top:40%;
    left:3%;
    width:clamp(68px,17%,91px);
    height:auto;
    border-radius:clamp(30px,6vw,46px);
  }
  .craa-home-intro .intro-collage-primary-backplate{
    top:24%;
    left:17%;
    width:clamp(220px,50%,280px);
    height:auto;
    border-bottom-left-radius:clamp(30px,6vw,48px);
  }
  .craa-home-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:2rem 0;
  }
  .craa-home-stats .stat:nth-child(2){
    border-right:0;
  }
  .expert-cta-inner{
    align-items:flex-start;
  }
  .footer-grid{
    grid-template-columns:1fr;
    gap:2.5rem;
  }
}
@media (max-width:560px){
  .craa-home-hero .home-hero-actions{
    display:grid;
    width:100%;
  }
  .craa-home-hero .home-hero-actions .craa-button,
  .craa-home-hero .home-hero-actions .craa-button:not(.craa-button-dark){
    width:100%;
  }
  .craa-home-services .services-feature-grid,
  .craa-home-process .process-grid,
  .craa-home-testimonials .testimonials-grid{
    grid-template-columns:1fr;
  }
  .craa-home-process .process-card:after{
    display:none!important;
  }
  .craa-home-process .process-arrow{
    display:none;
  }
  .craa-home-intro .intro-image-primary{
    left:10%;
    top:24%;
    width:clamp(190px,58%,250px);
    height:auto;
    border-bottom-right-radius:48px;
  }
  .craa-home-intro .intro-image-secondary{
    top:43%;
    right:auto;
    bottom:auto;
    left:49%;
    width:clamp(160px,45%,205px);
    height:auto;
    border-top-left-radius:38px;
  }
  .craa-home-intro .intro-collage-line{width:82%}
  .craa-home-intro .intro-collage-corner{
    left:52%;
    top:24%;
    width:13%;
    height:14%;
    border-radius:0 0 0 34px;
  }
  .craa-home-intro .intro-collage-bar{
    left:68%;
    top:32%;
    width:7px;
    height:16%;
  }
  .craa-home-intro .intro-collage-primary-backplate{
    top:29%;
    left:15%;
    width:clamp(180px,55%,240px);
    height:auto;
    border-bottom-left-radius:34px;
  }
  .craa-home-stats{
    grid-template-columns:1fr;
  }
  .craa-home-stats .stat{
    border-right:0;
    border-bottom:1px solid #ccc;
    padding-bottom:1.5rem;
  }
  .craa-home-stats .stat:last-child{
    border-bottom:0;
  }
  .expert-cta-copy{
    align-items:flex-start;
  }
  .expert-cta .craa-button{
    min-width:0;
    width:100%;
  }
  .footer-grid{
    padding-block:2.5rem;
  }
  .footer-logo img{
    max-width:240px;
    width:70%;
  }
  .footer-menu a{
    padding:.75rem 0;
    border-bottom:1px solid rgba(255,255,255,.35);
  }
  .footer-bottom-inner{
    align-items:flex-start;
    flex-direction:column;
    padding-block:.9rem;
  }
}

/* A propos: proportions and timeline aligned with Figma node 57:2. */
.page-template-page-about .page-hero{height:clamp(390px,41.4vw,530px);background-position:center}
.page-template-page-about .page-hero:after{background:linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,.39) 52%,rgba(0,0,0,.81) 100%)}
.page-template-page-about .archive-intro{padding:2.35rem 0 2rem}
.page-template-page-about .archive-intro .craa-section-heading{grid-template-columns:minmax(180px,440px) minmax(0,1fr);gap:34px;margin-bottom:0}
.page-template-page-about .archive-intro .craa-section-heading>span{height:13px;border-radius:3px}
.page-template-page-about .archive-intro .craa-section-heading h2{font-size:clamp(1.8rem,2.8vw,2.25rem);font-weight:700;text-transform:capitalize}
.page-template-page-about .about-tabs{width:min(1200px,calc(100% - 40px));padding:0 0 4.5rem}
.page-template-page-about .about-page-content{margin-bottom:1.75rem}
.page-template-page-about .tab-buttons{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.page-template-page-about .tab-buttons button{min-height:78px;border:0;border-right:1px solid #828282;border-radius:0;background:#d9d9d9;color:#111;font-size:clamp(1rem,1.75vw,1.55rem);font-weight:400;text-transform:capitalize}
.page-template-page-about .tab-buttons button.is-active{background:#09467f;color:#fff;font-weight:600}
.page-template-page-about .tab-panel{min-height:1825px;padding:3.8rem clamp(1.25rem,5vw,5rem) 4.5rem;border:0;background:#fff;box-shadow:0 2px 2px rgba(0,0,0,.25)}
.page-template-page-about .timeline{max-width:980px;padding:0 0 2rem}
.page-template-page-about .timeline:before{left:50%;width:4px;background:#09467f}
.page-template-page-about .timeline-item,.page-template-page-about .timeline-item:nth-child(even){width:50%;min-height:430px;margin-left:0;padding:0 3.2rem 3.5rem 0}
.page-template-page-about .timeline-item:nth-child(even){margin-left:50%;padding:0 0 3.5rem 3.2rem}
.page-template-page-about .timeline-item:before,.page-template-page-about .timeline-item:nth-child(odd):before,.page-template-page-about .timeline-item:nth-child(even):before{top:30px;width:3.2rem;height:3px;background:#09467f}
.page-template-page-about .timeline-item:nth-child(odd):before{right:0;left:auto}.page-template-page-about .timeline-item:nth-child(even):before{left:0}
.page-template-page-about .timeline-item:after{content:"";position:absolute;top:14px;right:-17px;width:34px;height:34px;border-radius:50%;background:#09467f;box-shadow:0 0 0 6px #fff}
.page-template-page-about .timeline-item:nth-child(even):after{right:auto;left:-17px}
.page-template-page-about .timeline-item h3{margin:0 0 1rem;color:#09467f;font-size:clamp(2rem,3.1vw,2.5rem);font-weight:700;line-height:1.35}
.page-template-page-about .timeline-item p,.page-template-page-about .timeline-item .entry-content,.page-template-page-about .timeline-item>div{margin:0;color:#09467f;font-size:clamp(.95rem,1.2vw,1.05rem);line-height:1.75;text-align:justify}
@media (max-width:820px){
  .page-template-page-about .archive-intro .craa-section-heading{grid-template-columns:80px minmax(0,1fr);gap:18px}
  .page-template-page-about .tab-panel{min-height:0;padding:2rem 1.25rem 3rem}
  .page-template-page-about .timeline:before{left:16px}
  .page-template-page-about .timeline-item,.page-template-page-about .timeline-item:nth-child(even){width:100%;min-height:0;margin-left:0;padding:0 0 3rem 3.5rem}
  .page-template-page-about .timeline-item:before,.page-template-page-about .timeline-item:nth-child(odd):before,.page-template-page-about .timeline-item:nth-child(even):before{left:16px;right:auto;top:26px;width:2rem}
  .page-template-page-about .timeline-item:after,.page-template-page-about .timeline-item:nth-child(even):after{left:0;right:auto;top:10px;width:34px;height:34px}
}
@media (max-width:560px){
  .page-template-page-about .page-hero{height:clamp(300px,82vw,390px)}
  .page-template-page-about .archive-intro{padding:2rem 0 1.5rem}
  .page-template-page-about .archive-intro .craa-section-heading h2{font-size:1.5rem}
  .page-template-page-about .tab-buttons button{min-height:62px;font-size:1rem}
  .page-template-page-about .timeline-item h3{font-size:2rem}
}

/* Service singles: keep the editorial hero readable while preserving admin images. */
.single-craa_service .service-detail-hero{
  --service-title-band-height:112px;
  --service-request-button-height:58px;
  --service-request-button-half:29px;
  height:clamp(520px,50vw,640px);
  background-position:center center;
}
.page-hero:after,
.service-detail-hero:after,
.home-hero-media:after{
  z-index:1;
  pointer-events:none;
  background:linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,.2) 48%,rgba(0,0,0,.7) 72%,rgba(0,0,0,.94) 88%,#000 100%);
  box-shadow:inset 0 -130px 110px -55px rgba(0,0,0,.9);
}
.single-craa_service .service-detail-hero-title{
  display:grid;
  place-items:center;
  min-height:var(--service-title-band-height);
  padding:2rem 1.25rem 1.6rem;
  background:#07528d;
}
.single-craa_service .service-detail-hero-title h1{
  margin:0;
  color:#fff;
  font-size:clamp(1.75rem,3vw,2.35rem);
  font-weight:700;
  line-height:1.2;
  text-align:center;
  text-transform:none;
}
.single-craa_service .service-detail-request-button{
  bottom:calc(var(--service-title-band-height) - var(--service-request-button-half));
  width:min(286px,calc(100% - 2rem));
  height:var(--service-request-button-height);
  min-height:var(--service-request-button-height);
  padding:0 1.5rem;
  border:2px solid #fff;
  border-radius:7px;
  background:#3197be;
  font-size:1.25rem;
  font-weight:600;
  white-space:nowrap;
  box-shadow:0 4px 8px rgba(0,0,0,.38);
}
.hero-button:hover,
.hero-button:focus-visible{
  transform:translateX(-50%);
}
.single-craa_service .service-detail-content{
  width:min(1140px,calc(100% - clamp(2rem,6vw,5rem)));
  max-width:1140px;
  padding-block:clamp(3.75rem,7vw,5.5rem) clamp(4rem,8vw,6.5rem);
  color:#111;
  font-size:clamp(1rem,1.6vw,1.25rem);
  line-height:1.75;
}
.single-craa_service .service-detail-content > *{max-width:none}
.single-craa_service .service-detail-content h2,
.single-craa_service .service-detail-content h3{
  margin-top:clamp(2rem,4.5vw,3.25rem);
  margin-bottom:.45rem;
  color:#111;
  line-height:1.3;
}
.single-craa_service .service-detail-content h2{font-size:clamp(1.45rem,2.35vw,1.875rem)}
.single-craa_service .service-detail-content h3{font-size:clamp(1.2rem,2vw,1.55rem)}
.single-craa_service .service-detail-content h2:first-child,
.single-craa_service .service-detail-content h3:first-child{margin-top:0}
.single-craa_service .service-detail-content p{margin:.35rem 0 1.1rem}
.single-craa_service .service-detail-content ul{
  margin:.55rem 0 1.75rem;
  padding:0;
  list-style:none;
}
.single-craa_service .service-detail-content ul > li{
  position:relative;
  margin:0;
  padding:.85rem .25rem .85rem 2rem;
  border-bottom:1px solid rgba(9,70,127,.3);
}
.single-craa_service .service-detail-content ul > li:before{
  content:"";
  position:absolute;
  top:1.15rem;
  left:0;
  width:18px;
  height:17px;
  background:url("../icons/form-validation-check-double.svg") center/contain no-repeat;
}

/* Dynamic service dropdown in the primary navigation. */
.primary-navigation .craa-menu > li{position:relative}
.primary-navigation .craa-menu > .menu-item-has-children > a{padding-right:1.15rem}
.primary-navigation .craa-menu > .menu-item-has-children > a:before{
  content:"";
  position:absolute;
  top:50%;
  right:.1rem;
  width:6px;
  height:6px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:translateY(-70%) rotate(45deg);
}
.primary-navigation .craa-menu .sub-menu{
  position:absolute;
  z-index:100;
  top:100%;
  left:50%;
  width:min(360px,calc(100vw - 2rem));
  max-height:calc(100vh - 123px);
  max-height:calc(100dvh - 123px);
  margin:0;
  padding:.55rem 0;
  overflow-y:auto;
  overscroll-behavior:contain;
  list-style:none;
  border-top:3px solid #3197be;
  background:#fff;
  box-shadow:0 12px 30px rgba(0,0,0,.2);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(-50%);
  transition:opacity .18s ease,visibility .18s ease;
}
.primary-navigation .craa-menu .sub-menu:before{
  display:none;
}
@media (min-width:1101px){
  .primary-navigation{display:flex;height:100%;align-items:center}
  .primary-navigation .craa-menu{height:100%}
  .primary-navigation .craa-menu > li{display:flex;height:100%;align-items:center}
  .primary-navigation .craa-menu > li:hover > .sub-menu,
  .primary-navigation .craa-menu > li:focus-within > .sub-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateX(-50%);
  }
}
.primary-navigation .submenu-toggle{display:none}
.primary-navigation .craa-menu .sub-menu li{display:block;width:100%}
.primary-navigation .craa-menu .sub-menu a{
  display:block;
  padding:.7rem 1.1rem;
  color:#151515;
  font-size:.82rem;
  font-weight:500;
  line-height:1.35;
  text-transform:none;
  white-space:normal;
  transition:background-color .15s ease,color .15s ease;
}
.primary-navigation .craa-menu .sub-menu a:after{display:none!important}
.primary-navigation .craa-menu .sub-menu a:hover,
.primary-navigation .craa-menu .sub-menu a:focus-visible,
.primary-navigation .craa-menu .sub-menu .current-menu-item > a{
  background:#328cb1;
  color:#fff;
}
@media (max-width:820px){
  .primary-navigation .craa-menu > .menu-item-has-children > a:before{right:.25rem}
  .primary-navigation .craa-menu .sub-menu{
    position:static;
    width:calc(100% - 1rem);
    margin:0 0 .5rem 1rem;
    padding:.2rem 0;
    border-top:0;
    border-left:2px solid #3197be;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    transition:none;
  }
  .primary-navigation .craa-menu .sub-menu:before{display:none}
  .primary-navigation .craa-menu .sub-menu li{border-bottom:0}
  .primary-navigation .craa-menu .sub-menu a{padding:.65rem 1rem;font-size:.82rem}
}
@media (max-width:820px){
  .single-craa_service .service-detail-hero{
    --service-title-band-height:100px;
    --service-request-button-height:54px;
    --service-request-button-half:27px;
    height:clamp(440px,68vw,550px);
  }
}
@media (max-width:560px){
  .single-craa_service .service-detail-hero{
    --service-title-band-height:92px;
    --service-request-button-height:50px;
    --service-request-button-half:25px;
    height:clamp(390px,108vw,480px);
  }
  .single-craa_service .service-detail-hero-title{padding:1.5rem 1rem 1.1rem}
  .single-craa_service .service-detail-hero-title h1{font-size:clamp(1.35rem,6.5vw,1.7rem)}
  .single-craa_service .service-detail-request-button{width:min(250px,calc(100% - 2rem));font-size:1rem}
  .single-craa_service .service-detail-content{width:min(1140px,calc(100% - 2rem));padding-block:2.75rem 4rem;font-size:1rem}
}

/* Final timeline refinements from the supplied A propos reference. */
.page-template-page-about .timeline{padding-top:1rem;padding-bottom:1rem}
.page-template-page-about .timeline:before{top:1.1rem;bottom:1.1rem}
.page-template-page-about .timeline:after{content:"";position:absolute;left:50%;bottom:-.35rem;width:42px;height:42px;border-radius:50%;background:#09467f;box-shadow:0 0 0 6px #fff;transform:translateX(-50%)}
.page-template-page-about .timeline-item,.page-template-page-about .timeline-item:nth-child(even){min-height:230px}
.page-template-page-about .timeline-item:after,.page-template-page-about .timeline-item:nth-child(even):after{display:none}
.page-template-page-about .timeline-item:first-child:after{display:block;top:-.05rem;right:-21px;left:auto;width:42px;height:42px;border-radius:50%;background:#09467f;box-shadow:0 0 0 6px #fff}
.page-template-page-about .timeline-item h3{position:relative}
.page-template-page-about .timeline-item:before,.page-template-page-about .timeline-item:nth-child(odd):before,.page-template-page-about .timeline-item:nth-child(even):before{top:25px;width:clamp(8rem,15vw,12rem);height:18px;border:0;background:#09467f}
.page-template-page-about .timeline-item:nth-child(odd):before{right:0;left:auto;clip-path:polygon(0 50%,12px 0,12px 35%,100% 35%,100% 65%,12px 65%,12px 100%)}
.page-template-page-about .timeline-item:nth-child(even):before{left:0;right:auto;clip-path:polygon(100% 50%,calc(100% - 12px) 0,calc(100% - 12px) 35%,0 35%,0 65%,calc(100% - 12px) 65%,calc(100% - 12px) 100%)}
.page-template-page-about .timeline-item h3:before{display:none}
.page-template-page-about .timeline-item:nth-child(odd) h3,.page-template-page-about .timeline-item:nth-child(even) h3{width:auto;margin-left:0;text-align:left}
.page-template-page-about .timeline-item:nth-child(even) h3{margin-left:calc(clamp(8rem,15vw,12rem) - 3.2rem + .75rem)}
.page-template-page-about .timeline-item:first-child{padding-top:2rem}
.page-template-page-about .timeline-item:first-child:before{top:57px}
.page-template-page-about .timeline-item:first-child h3{transform:none}
@media (max-width:820px){
  .page-template-page-about .timeline{padding-top:1rem;padding-bottom:1rem}
  .page-template-page-about .timeline:before{top:1rem;bottom:1rem}
  .page-template-page-about .timeline:after{left:16px;bottom:-.35rem;transform:translateX(-50%)}
  .page-template-page-about .timeline-item,.page-template-page-about .timeline-item:nth-child(even){min-height:0}
  .page-template-page-about .timeline-item:first-child:after{top:-.05rem;left:-5px;right:auto;width:42px;height:42px}
  .page-template-page-about .timeline-item:before,.page-template-page-about .timeline-item:nth-child(odd):before,.page-template-page-about .timeline-item:nth-child(even):before{left:16px;right:auto;top:24px;width:2.4rem;height:16px;clip-path:polygon(100% 50%,calc(100% - 10px) 0,calc(100% - 10px) 35%,0 35%,0 65%,calc(100% - 10px) 65%,calc(100% - 10px) 100%)}
  .page-template-page-about .timeline-item:first-child{padding-top:1.25rem}
  .page-template-page-about .timeline-item:first-child:before{top:44px}
  .page-template-page-about .timeline-item h3,.page-template-page-about .timeline-item:nth-child(odd) h3,.page-template-page-about .timeline-item:nth-child(even) h3{width:auto;margin-left:0;text-align:left;transform:none}
  .page-template-page-about .timeline-item h3:before{display:none}
}

/* A propos editorial tabs from the supplied Mission, Vision and Values mockups. */
.page-template-page-about .tab-panel-editorial{
  min-height:420px;
  padding:clamp(2.5rem,5vw,4.5rem) clamp(1.75rem,4vw,3rem);
  color:#292929;
  font-size:clamp(1rem,1.55vw,1.25rem);
  line-height:1.9;
}
.page-template-page-about .tab-panel-editorial p{margin:0 0 1.35rem}
.page-template-page-about .tab-panel-editorial h2,
.page-template-page-about .tab-panel-editorial h3{
  margin:0 0 .45rem;
  color:#111;
  font-size:clamp(1.05rem,1.6vw,1.25rem);
  font-weight:700;
}
.page-template-page-about .tab-panel-editorial h3:not(:first-child){margin-top:2rem}
@media (max-width:820px){
  .page-template-page-about .tab-panel-editorial{min-height:0;padding:2rem 1.25rem;font-size:1rem;line-height:1.75}
}

/* Activities archive and detail pages based on the supplied desktop mockups. */
.post-type-archive-craa_activity .activity-archive-hero{
  height:clamp(390px,41.5vw,530px);
  background-position:center center;
}
.post-type-archive-craa_activity .activity-archive-hero:after{
  background:linear-gradient(to bottom,rgba(0,0,0,0) 28%,rgba(0,0,0,.16) 50%,rgba(0,0,0,.78) 82%,#000 100%);
  box-shadow:inset 0 -110px 90px -48px rgba(0,0,0,.92);
}
.post-type-archive-craa_activity .activity-hero-button{
  bottom:-29px;
  width:min(292px,calc(100% - 2rem));
  min-height:58px;
  padding:.75rem 1.4rem;
  border:2px solid #fff;
  border-radius:7px;
  background:#328cb1;
  font-size:1.25rem;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
  box-shadow:0 4px 7px rgba(0,0,0,.38);
}
.post-type-archive-craa_activity .activity-hero-button:hover,
.post-type-archive-craa_activity .activity-hero-button:focus-visible{
  transform:translateX(-50%);
  background:#287d9f;
  box-shadow:0 4px 7px rgba(0,0,0,.38);
}
.post-type-archive-craa_activity .activity-archive-intro{
  padding:3.15rem 0 3.4rem;
}
.post-type-archive-craa_activity .activity-archive-intro .craa-section-heading{
  width:100%;
  grid-template-columns:minmax(120px,44%) max-content;
  gap:clamp(1.5rem,4vw,4.25rem);
  margin:0;
  padding-right:clamp(1rem,4vw,3rem);
}
.post-type-archive-craa_activity .activity-archive-intro .craa-section-heading>span{
  height:13px;
  border-radius:3px;
}
.post-type-archive-craa_activity .activity-archive-intro .craa-section-heading h2{
  font-size:clamp(1.8rem,2.9vw,2.25rem);
  font-weight:700;
}
.post-type-archive-craa_activity .activities-grid{
  width:min(1232px,calc(100% - clamp(2rem,4.4vw,3.5rem)));
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  gap:34px 25px;
  padding-bottom:3.5rem;
}
.post-type-archive-craa_activity .activity-card{
  min-width:0;
  min-height:425px;
  border:1px solid #c6c6c6;
  border-radius:3px;
  box-shadow:none;
  overflow:hidden;
}
.post-type-archive-craa_activity .activity-card-image{
  display:block;
  aspect-ratio:391/197;
  flex:0 0 auto;
}
.post-type-archive-craa_activity .activity-card-image:after{display:none}
.post-type-archive-craa_activity .activity-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.post-type-archive-craa_activity .activity-card-body{
  position:relative;
  min-height:226px;
  padding:14px 13px 38px;
}
.post-type-archive-craa_activity .activity-date{
  gap:.65rem;
  color:#111;
  font-size:.8rem;
  font-weight:600;
}
.post-type-archive-craa_activity .activity-date .craa-icon{
  width:1.35rem;
  height:1.35rem;
  color:#09467f;
}
.post-type-archive-craa_activity .activity-card h3{
  margin:.85rem 0 1.05rem;
  font-size:1.05rem;
  font-weight:700;
  line-height:1.27;
}
.post-type-archive-craa_activity .activity-card h3 a{color:#111}
.post-type-archive-craa_activity .activity-card p{
  display:-webkit-box;
  margin:0;
  overflow:hidden;
  color:#252525;
  font-size:.84rem;
  line-height:1.45;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.activity-card-more{
  position:absolute;
  right:10px;
  bottom:8px;
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#09467f;
  transition:background-color .18s ease;
}
.activity-card-more:hover,.activity-card-more:focus-visible{background:#328cb1}
.activity-card-more img{width:12px!important;height:12px!important;object-fit:contain!important}
.post-type-archive-craa_activity .activity-pagination{
  align-items:center;
  margin:0 0 clamp(7rem,13vw,12rem);
}
.post-type-archive-craa_activity .activity-pagination .page-numbers{
  width:36px;
  height:36px;
  border:0;
  border-radius:0;
  background:transparent url("../images/activities/pagination-circle.png") center/contain no-repeat;
  color:#09467f;
  font-weight:600;
}
.post-type-archive-craa_activity .activity-pagination .page-numbers.current{
  border-radius:50%;
  background:#09467f;
  color:#fff;
}
.post-type-archive-craa_activity .activity-pagination .prev img,
.post-type-archive-craa_activity .activity-pagination .next img{width:11px;height:auto}
.post-type-archive-craa_activity .activity-pagination img.is-next{transform:rotate(180deg)}

.single-craa_activity .activity-detail-layout{
  width:min(1222px,calc(100% - clamp(2rem,4.5vw,3.6rem)));
  grid-template-columns:minmax(0,760px) minmax(310px,385px);
  gap:30px;
  padding:24px 0 72px;
}
.single-craa_activity .activity-detail-article{min-width:0}
.single-craa_activity .single-featured-wrap{
  width:100%;
  aspect-ratio:759/383;
  border-radius:5px;
}
.single-craa_activity .single-featured-wrap:after{
  top:70%;
  background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.32));
}
.single-craa_activity .single-featured{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
}
.single-craa_activity .entry-title{
  margin:1.15rem 0 1rem;
  color:#111;
  font-size:clamp(1.25rem,2vw,1.5rem);
  font-weight:700;
  line-height:1.28;
}
.single-craa_activity .entry-content{
  color:#111;
  font-size:.94rem;
  line-height:1.45;
  text-align:justify;
}
.single-craa_activity .entry-content p{margin:0 0 1.5rem}
.single-craa_activity .activity-sidebar{min-width:0}
.single-craa_activity .sidebar-widget{margin-bottom:1rem}
.single-craa_activity .sidebar-widget h2{
  margin:.15rem 0 1.8rem;
  padding-left:.6rem;
  border-left:5px solid #328cb1;
  color:#111;
  font-size:1rem;
  font-weight:600;
  line-height:1.15;
}
.single-craa_activity .sidebar-widget .search-form{
  width:100%;
  max-width:none;
  margin:0 0 .8rem;
}
.single-craa_activity .sidebar-widget .search-field{height:40px}
.single-craa_activity .sidebar-widget .search-submit{
  display:grid;
  place-items:center;
  width:42px;
  height:40px;
  padding:0;
}
.single-craa_activity .sidebar-widget .search-submit .craa-icon{width:1.65rem;height:1.65rem}
.single-craa_activity .recent-card{
  grid-template-columns:138px minmax(0,1fr);
  gap:16px;
  min-height:101px;
  margin-bottom:18px;
  padding:12px;
  border:1px solid #c6c6c6;
  border-radius:5px;
  box-shadow:none;
  color:#111;
}
.single-craa_activity .recent-card>img{
  width:138px;
  height:76px;
  object-fit:cover;
}
.single-craa_activity .recent-card>span{display:flex;min-width:0;flex-direction:column}
.single-craa_activity .recent-card h3{
  margin:0 0 auto;
  font-size:.86rem;
  font-weight:700;
  line-height:1.35;
}
.single-craa_activity .recent-card time{
  display:flex;
  align-items:center;
  gap:.45rem;
  margin-top:.35rem;
  font-size:.78rem;
}
.single-craa_activity .recent-card time .craa-icon{width:1.25rem;height:1.25rem;color:#09467f}
.single-craa_activity .activity-share{
  display:flex;
  align-items:center;
  gap:.65rem;
  margin:.35rem 0 1.6rem;
  color:#111;
  font-size:.92rem;
}
.single-craa_activity .activity-share-links{display:flex;align-items:center;gap:.6rem}
.single-craa_activity .activity-share-links a,
.single-craa_activity .activity-share-links span{display:grid;place-items:center;width:15px;height:15px;color:#09467f}
.single-craa_activity .activity-share-links .craa-icon{width:100%;height:100%}
.single-craa_activity .comments-area{margin-top:1.2rem}
.single-craa_activity .comments-area>h2,
.single-craa_activity .comment-reply-title{
  margin:0 0 1rem;
  color:#111;
  font-size:1rem;
  font-weight:700;
}
.single-craa_activity .comment-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.single-craa_activity .comment-form p{margin:0}
.single-craa_activity .comment-form-author{grid-column:1}
.single-craa_activity .comment-form-email{grid-column:2}
.single-craa_activity .comment-form-comment,
.single-craa_activity .comment-form .form-submit{grid-column:1/-1}
.single-craa_activity .comment-form input,
.single-craa_activity .comment-form textarea{
  min-height:50px;
  padding:12px 14px;
  border:1px solid #bfbfbf;
  border-radius:0;
  background:#fff;
  color:#111;
}
.single-craa_activity .comment-form textarea{min-height:137px;resize:vertical}
.single-craa_activity .comment-form .submit{
  width:auto;
  min-height:43px;
  padding:.65rem 1rem;
  border-radius:0;
  background:#09467f;
  font-size:.9rem;
  box-shadow:0 3px 5px rgba(0,0,0,.25);
}
.single-craa_activity .comment-form .submit:hover,
.single-craa_activity .comment-form .submit:focus-visible{background:#328cb1}

@media (max-width:1050px){
  .post-type-archive-craa_activity .activities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .single-craa_activity .activity-detail-layout{grid-template-columns:minmax(0,1.65fr) minmax(285px,1fr);gap:24px}
  .single-craa_activity .recent-card{grid-template-columns:105px minmax(0,1fr);gap:12px}
  .single-craa_activity .recent-card>img{width:105px}
}
@media (max-width:860px){
  .single-craa_activity .activity-detail-layout{grid-template-columns:1fr;padding-top:20px}
  .single-craa_activity .activity-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
}
@media (max-width:620px){
  .post-type-archive-craa_activity .activity-archive-hero{height:clamp(300px,82vw,390px)}
  .post-type-archive-craa_activity .activity-hero-button{min-height:52px;font-size:1rem}
  .post-type-archive-craa_activity .activity-archive-intro{padding:2.8rem 0 2.2rem}
  .post-type-archive-craa_activity .activity-archive-intro .craa-section-heading{grid-template-columns:70px minmax(0,1fr);gap:18px;padding-right:1rem}
  .post-type-archive-craa_activity .activity-archive-intro .craa-section-heading>span{height:8px}
  .post-type-archive-craa_activity .activity-archive-intro .craa-section-heading h2{font-size:1.55rem}
  .post-type-archive-craa_activity .activities-grid{grid-template-columns:1fr;gap:24px;padding-bottom:3rem}
  .post-type-archive-craa_activity .activity-card{min-height:0}
  .post-type-archive-craa_activity .activity-pagination{margin-bottom:5rem}
  .single-craa_activity .activity-detail-layout{width:min(100% - 26px,1222px);padding-bottom:3.5rem}
  .single-craa_activity .activity-sidebar{display:block}
  .single-craa_activity .comment-form{grid-template-columns:1fr}
  .single-craa_activity .comment-form-author,
  .single-craa_activity .comment-form-email,
  .single-craa_activity .comment-form-comment,
  .single-craa_activity .comment-form .form-submit{grid-column:1}
  .single-craa_activity .comment-form .submit{width:100%}
}
@media (max-width:390px){
  .single-craa_activity .recent-card{grid-template-columns:92px minmax(0,1fr);padding:9px}
  .single-craa_activity .recent-card>img{width:92px;height:72px}
  .single-craa_activity .recent-card h3{font-size:.78rem}
}

/* Semantic heading and keyboard-focus refinements from the final audit. */
:where(a,button,input,textarea,select):focus-visible{
  outline:3px solid #328cb1;
  outline-offset:3px;
}
.craa-section-heading h1{
  margin:0;
  color:var(--craa-navy);
  font-size:clamp(1.75rem,3vw,2.5rem);
  line-height:1.2;
  text-transform:capitalize;
}
.craa-section-navy .craa-section-heading h1{color:#fff}
.craa-home-hero .home-hero-title{
  max-width:588px;
  margin:1.15rem 0 1.25rem;
  color:#fff;
  font-size:clamp(2.15rem,3.28vw,2.625rem);
  line-height:1.25;
  font-weight:800;
  letter-spacing:0;
}
.craa-home-hero .home-hero-title em{color:#328cb1;font-style:normal}
.page-template-page-about .archive-intro .craa-section-heading h1{
  font-size:clamp(1.8rem,2.8vw,2.25rem);
  font-weight:700;
  text-transform:capitalize;
}
.post-type-archive-craa_activity .activity-archive-intro .craa-section-heading h1{
  font-size:clamp(1.8rem,2.9vw,2.25rem);
  font-weight:700;
}
@media (max-width:560px){
  .craa-section-heading h1{font-size:1.5rem}
  .craa-home-hero .home-hero-title{font-size:clamp(1.85rem,9vw,2.35rem)}
  .page-template-page-about .archive-intro .craa-section-heading h1{font-size:1.5rem}
  .post-type-archive-craa_activity .activity-archive-intro .craa-section-heading h1{font-size:1.55rem}
}

/* Final responsive hardening across admin-managed content and templates. */
.header-inner,
.home-hero-copy,
.intro-copy,
.service-card,
.activity-card,
.process-card,
.testimonial,
.content-layout > *,
.contact-card,
.expert-cta-copy,
.footer-grid > *{min-width:0}

.home-hero-title,
.intro-copy :where(.kicker,h2,p),
.service-card :where(h3,p),
.activity-card :where(h3,p),
.entry-content,
.entry-title,
.page-hero-title,
.request-intro,
.expert-cta-copy,
.footer-grid{overflow-wrap:anywhere}

.entry-content :where(img,video,iframe,embed,object),
.wp-block-embed iframe{max-width:100%}
.entry-content :where(iframe,video){width:100%}
.entry-content table{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  border-collapse:collapse;
  -webkit-overflow-scrolling:touch;
}
.entry-content pre{
  max-width:100%;
  overflow-x:auto;
  white-space:pre-wrap;
}
.entry-content figure{max-width:100%}
.search-form label{min-width:0}
.search-page :where(h1,h2,p){overflow-wrap:anywhere}
.pagination{flex-wrap:wrap}

@media (max-width:1050px){
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:2.5rem;
  }
  .footer-menu-wrap{grid-column:1/-1;padding-top:0}
}

@media (max-width:1100px){
  .topbar .topbar-inner{gap:1rem}
  .topbar-inner .topbar-item:nth-child(2){display:none}
  .main-header{position:relative}
  .header-inner{height:76px;gap:.5rem}
  .site-brand{width:132px}
  .site-brand img,.custom-logo{width:124px;height:auto}
  .menu-toggle{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    margin-left:auto;
    padding:.5rem;
    flex:0 0 44px;
  }
  .primary-navigation{
    position:absolute;
    z-index:40;
    top:76px;
    right:0;
    left:0;
    display:none;
    max-height:calc(100vh - 112px);
    max-height:calc(100dvh - 112px);
    padding:.5rem clamp(1rem,4vw,2rem) 1rem;
    overflow-y:auto;
    overscroll-behavior:contain;
    background:#fff;
    box-shadow:0 10px 24px rgba(0,0,0,.16);
  }
  .primary-navigation.is-open{display:block}
  .primary-navigation .craa-menu{
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  .primary-navigation .craa-menu > li{
    width:100%;
    border-bottom:1px solid var(--craa-border);
  }
  .primary-navigation .craa-menu > li > a{
    display:block;
    padding:.85rem 2rem .85rem 0;
    font-size:.875rem;
    white-space:normal;
  }
  .primary-navigation .craa-menu > li > a:after{bottom:0!important}
  .primary-navigation .craa-menu > .menu-item-has-children{position:relative}
  .primary-navigation .craa-menu > .menu-item-has-children > a{padding-right:3.25rem}
  .primary-navigation .craa-menu > .menu-item-has-children > a:before{display:none}
  .primary-navigation .submenu-toggle{
    position:absolute;
    top:.3rem;
    right:0;
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    padding:0;
    border:0;
    border-radius:4px;
    background:transparent;
    color:#111;
    cursor:pointer;
  }
  .primary-navigation .submenu-toggle:before{
    content:"";
    width:9px;
    height:9px;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:translateY(-2px) rotate(45deg);
    transition:transform .18s ease;
  }
  .primary-navigation .submenu-toggle[aria-expanded="true"]:before{
    transform:translateY(2px) rotate(225deg);
  }
  .primary-navigation .submenu-toggle:hover,
  .primary-navigation .submenu-toggle:focus-visible{background:#eef6fa;color:#09467f}
  .primary-navigation .craa-menu .sub-menu{
    position:static;
    width:calc(100% - .75rem);
    margin:0 0 .65rem .75rem;
    padding:.15rem 0;
    border-top:0;
    border-left:2px solid #3197be;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
    transition:none;
  }
  .primary-navigation .craa-menu .has-submenu-toggle:not(.is-submenu-open) > .sub-menu{display:none}
  .primary-navigation .craa-menu .sub-menu:before{display:none}
  .primary-navigation .craa-menu .sub-menu li{border:0}
  .primary-navigation .craa-menu .sub-menu a{padding:.6rem .9rem;font-size:.8rem}
}

@media (max-width:960px){

  .craa-home-hero .home-hero-copy{
    min-height:clamp(360px,52vw,470px);
    padding:clamp(2.5rem,6vw,4rem) max(1.25rem,5vw);
  }
  .craa-home-hero .home-hero-media{min-height:clamp(300px,56vw,480px)}
  .craa-home-hero .home-hero-actions{flex-wrap:wrap}
  .craa-home-hero .home-hero-actions .craa-button{white-space:normal}

  .craa-home-intro{min-height:0}
  .craa-home-intro .intro-collage{min-height:clamp(520px,55vw,540px)}
  .page-template-page-about .tab-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-template-page-about .timeline-item p,
  .page-template-page-about .timeline-item > div{text-align:left}
  .expert-cta-inner{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr}
  .footer-menu-wrap{grid-column:auto}
}

@media (max-width:820px){
  .primary-navigation{
    max-height:calc(100vh - 76px);
    max-height:calc(100dvh - 76px);
  }
}

@media (max-width:700px){
  .craa-home-testimonials .testimonials-grid{grid-template-columns:1fr}
  .craa-home-testimonials .testimonial{min-height:0;margin-bottom:3.25rem}
  .craa-home-testimonials .testimonial:last-child{margin-bottom:0}
  .expert-cta-copy{width:100%}
  .expert-cta-copy > div{min-width:0}
}

@media (max-width:560px){
  .craa-container,
  .single-craa_activity .activity-detail-layout{
    width:min(var(--craa-container),calc(100% - 1.5rem));
  }
  .craa-section-heading{
    width:calc(100% - 1.5rem);
    grid-template-columns:2.25rem minmax(0,1fr);
    gap:.75rem;
  }
  .craa-section-heading :where(h1,h2){font-size:clamp(1.3rem,7vw,1.6rem)}

  .craa-home-hero .home-hero{grid-template-rows:auto clamp(260px,74vw,360px)}
  .craa-home-hero .home-hero-copy{min-height:0;padding:2.5rem .9rem 4.5rem}
  .craa-home-hero .eyebrow{font-size:.9rem;line-height:1.4}
  .craa-home-hero .eyebrow:before{
    width:18px;
    height:5px;
    margin-right:22px;
    box-shadow:22px 0 0 #328cb1;
    flex-basis:18px;
  }
  .craa-home-hero .home-hero-title{font-size:clamp(1.7rem,8.6vw,2.2rem);line-height:1.2}
  .craa-home-hero .home-hero-media{height:100%;min-height:0}
  .craa-home-hero .home-slider-dots{bottom:1.15rem}
  .craa-home-hero .slider-arrow{bottom:.45rem}

  .craa-home-intro .intro-collage{min-height:clamp(380px,93vw,520px)}
  .craa-home-intro .intro-image-primary{
    left:8%;
    top:20%;
    width:min(58%,250px);
  }
  .craa-home-intro .intro-image-secondary{
    left:49%;
    top:43%;
    width:min(45%,205px);
  }
  .craa-home-intro .intro-collage-frame-outer{width:min(20%,104px)}
  .craa-home-intro .intro-collage-bracket{left:3%;width:min(17%,91px)}
  .craa-home-intro .intro-collage-primary-backplate{
    left:14%;
    top:25%;
    width:min(55%,240px);
  }
  .craa-home-intro .intro-copy{padding:2rem .9rem 2.5rem;background-size:auto 72%}
  .craa-home-intro .intro-copy .kicker{font-size:clamp(1.45rem,8vw,2rem)}
  .craa-home-intro .intro-copy h2{font-size:clamp(1.7rem,9vw,2.2rem);margin:1rem 0 1.5rem}

  .craa-home-services .section-center .craa-button{min-width:0;width:100%}
  .craa-home-services .service-card,
  .craa-home-process .process-card{min-height:0}
  .craa-home-stats{width:calc(100% - 1.5rem);padding-inline:0}

  .page-hero-title{padding:1rem .75rem}
  .page-hero-title :where(h1,p){overflow-wrap:anywhere}
  .hero-button{width:min(286px,calc(100% - 1.5rem));white-space:normal;text-align:center}

  .contact-cards{padding:.75rem}
  .contact-card{align-items:flex-start;padding:1rem;gap:.75rem}
  .contact-icon{width:46px;height:46px;flex:0 0 46px}
  .craa-form{padding:1rem;box-shadow:0 8px 24px rgba(9,70,127,.08)}
  .craa-form :where(input,select,textarea){font-size:16px}
  .request-intro h2,.form-section > h2{font-size:clamp(1.25rem,7vw,1.55rem)}
  .search-form{width:100%;max-width:none}
  .search-submit{width:48px;padding:0;flex:0 0 48px}

  .entry-content .alignleft,
  .entry-content .alignright{
    float:none;
    width:auto;
    max-width:100%;
    margin:1.25rem auto;
  }

  .page-template-page-about .about-tabs{width:calc(100% - 1.5rem)}
  .page-template-page-about .tab-buttons{grid-template-columns:1fr}
  .page-template-page-about .tab-buttons button{min-height:54px;padding:.75rem}
  .page-template-page-about .tab-panel{padding:1.5rem .75rem 2.5rem}
  .page-template-page-about .timeline-item,
  .page-template-page-about .timeline-item:nth-child(even){padding-left:3.25rem;padding-right:0}

  .single-craa_activity .activity-sidebar{min-width:0}
  .single-craa_activity .recent-card{width:100%}
  .single-craa_activity .entry-content{text-align:left}
  .single-craa_activity .activity-share{align-items:flex-start;flex-wrap:wrap}

  .expert-cta-inner{gap:1.25rem}
  .expert-cta-copy{gap:.85rem}
  .expert-cta strong{font-size:clamp(1.2rem,6vw,1.45rem)}
  .footer-grid{gap:2rem}
  .footer-brand p{max-width:none}
  .footer-bottom-inner span:first-child{line-height:1.6}
  .footer-socials{flex-wrap:wrap;white-space:normal}

  .craa-chatbot{right:8px;bottom:8px;left:8px}
  .craa-chatbot-panel{width:100%}
  .craa-chatbot-toggle{justify-self:end}
}

@media (max-width:390px){
  .site-brand{width:112px}
  .site-brand img,.custom-logo{width:108px}
  .header-inner{padding-inline:8px!important}
  .menu-toggle,.search-toggle{flex-shrink:0}
  .craa-home-hero .home-hero-copy{padding-inline:.75rem}
  .craa-home-intro .intro-collage{min-height:380px}
  .single-craa_service .service-detail-hero{--service-title-band-height:112px}
  .single-craa_service .service-detail-hero-title{padding:1.1rem .65rem .9rem}
  .single-craa_service .service-detail-hero-title h1{font-size:1.2rem}
  .post-type-archive-craa_activity .activity-archive-intro .craa-section-heading{
    grid-template-columns:2.25rem minmax(0,1fr);
    gap:.75rem;
  }
  .single-craa_activity .recent-card{grid-template-columns:82px minmax(0,1fr)}
  .single-craa_activity .recent-card > img{width:82px;height:68px}
}
