
:root{--ink:#07111f;--ink-2:#122033;--ink-3:#2a3a50;--paper:#f7f9fc;--white:#fff;--line:#dfe6ef;--muted:#64748b;--azure:#0a7cff;--cyan:#36c5f0;--violet:#715bff;--gold:#ffb547;--success:#18855b;--danger:#b42318;--radius:22px;--shadow:0 24px 60px rgba(7,17,31,.10);--max:1200px;--ease:cubic-bezier(.2,.75,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Segoe UI Variable","Segoe UI",Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.skip-link{position:fixed;left:16px;top:-100px;background:var(--ink);color:white;padding:10px 14px;border-radius:10px;z-index:1000}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,230,239,.72)}.nav{height:82px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;min-width:172px}.brand img{width:166px;display:block}.nav-links{display:flex;align-items:center;gap:25px;margin-left:auto;font-size:.96rem;font-weight:610}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:linear-gradient(90deg,var(--azure),var(--violet));transform:scaleX(0);transform-origin:right;transition:transform .25s var(--ease)}.nav-links a:hover:after,.nav-links a[aria-current="page"]:after{transform:scaleX(1);transform-origin:left}.nav-actions{display:flex;align-items:center;gap:10px}.icon-btn,.lang-switch{height:42px;border:1px solid var(--line);background:#fff;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;transition:.2s var(--ease)}.icon-btn{width:42px;cursor:pointer}.icon-btn:hover,.lang-switch:hover{border-color:#b9c8da;box-shadow:0 8px 24px rgba(7,17,31,.08);transform:translateY(-1px)}.lang-switch{padding:0 14px;font-weight:700;font-size:.82rem}.menu-btn{display:none}.hero{position:relative;overflow:hidden;background:var(--ink);color:#fff;min-height:720px;display:grid;align-items:center}.hero:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 78% 35%,rgba(10,124,255,.34),transparent 25%),radial-gradient(circle at 65% 70%,rgba(113,91,255,.22),transparent 27%),linear-gradient(120deg,transparent 40%,rgba(54,197,240,.05));pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:1.18fr .82fr;gap:70px;align-items:center;padding:94px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:800;color:var(--azure)}.hero .eyebrow{color:#83c2ff}.eyebrow:before{content:"";width:22px;height:2px;background:currentColor}.hero h1,.page-hero h1{font-size:clamp(3.2rem,7vw,6.8rem);line-height:.93;letter-spacing:-.055em;margin:.24em 0 .28em;font-weight:730}.hero h1 span{display:block;background:linear-gradient(92deg,#fff 14%,#9fd4ff 54%,#c8bfff 92%);-webkit-background-clip:text;color:transparent}.hero-copy{font-size:clamp(1.06rem,2vw,1.35rem);color:#bfcbda;max-width:700px}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{min-height:50px;padding:0 21px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:750;border:1px solid transparent;cursor:pointer;transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s}.btn-primary{background:linear-gradient(105deg,var(--azure),var(--violet));color:#fff;box-shadow:0 13px 30px rgba(10,124,255,.25)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(10,124,255,.35)}.btn-secondary{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.06)}.btn-secondary:hover{background:rgba(255,255,255,.11);transform:translateY(-2px)}.hero-panel{position:relative;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));border-radius:32px;padding:28px;box-shadow:0 40px 100px rgba(0,0,0,.25)}.orb-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.orb{min-height:150px;border-radius:23px;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.09)}.orb b{font-size:1.05rem}.orb small{color:#a8b8cb}.orb:before{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-22px;top:-20px;filter:blur(1px)}.orb:nth-child(1){background:linear-gradient(140deg,rgba(10,124,255,.24),rgba(255,255,255,.03))}.orb:nth-child(1):before{background:rgba(54,197,240,.5)}.orb:nth-child(2){background:linear-gradient(140deg,rgba(113,91,255,.24),rgba(255,255,255,.03))}.orb:nth-child(2):before{background:rgba(113,91,255,.45)}.orb:nth-child(3){background:linear-gradient(140deg,rgba(255,181,71,.14),rgba(255,255,255,.03))}.orb:nth-child(3):before{background:rgba(255,181,71,.34)}.orb:nth-child(4){background:linear-gradient(140deg,rgba(54,197,240,.2),rgba(255,255,255,.03))}.orb:nth-child(4):before{background:rgba(10,124,255,.4)}.trust-strip{border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0}.stat{padding:8px 24px;border-right:1px solid var(--line)}.stat:first-child{padding-left:0}.stat:last-child{border-right:0}.stat strong{display:block;font-size:1.7rem;letter-spacing:-.04em}.stat span{font-size:.84rem;color:var(--muted)}section{padding:105px 0}.section-head{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:end;margin-bottom:50px}.section-head h2{font-size:clamp(2.5rem,5vw,4.6rem);line-height:1;letter-spacing:-.045em;margin:.18em 0}.section-head p{font-size:1.08rem;color:var(--muted);max-width:720px}.services-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.service-card{grid-column:span 4;border:1px solid var(--line);border-radius:var(--radius);padding:30px;min-height:330px;display:flex;flex-direction:column;background:#fff;position:relative;overflow:hidden;transition:.3s var(--ease)}.service-card:nth-child(1),.service-card:nth-child(2){grid-column:span 6}.service-card:hover{transform:translateY(-7px);border-color:#c5d5e7;box-shadow:var(--shadow)}.service-card:after{content:"";width:120px;height:120px;position:absolute;border-radius:50%;right:-70px;bottom:-70px;background:radial-gradient(circle,var(--azure),transparent 70%);opacity:.14;transition:.3s}.service-card:hover:after{transform:scale(1.45)}.service-icon{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#e7f2ff,#f0edff);display:grid;place-items:center;color:var(--azure);font-weight:900}.service-card h3{font-size:1.45rem;line-height:1.12;letter-spacing:-.025em;margin:24px 0 12px}.service-card p{color:var(--muted);margin:0 0 24px}.text-link{margin-top:auto;color:var(--azure);font-weight:750;display:inline-flex;align-items:center;gap:8px}.dark-section{background:var(--ink);color:#fff;position:relative;overflow:hidden}.dark-section .section-head p{color:#aebcce}.dark-section .eyebrow{color:#86c6ff}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{background:#0e1c2d;border:1px solid #223247;border-radius:22px;min-height:340px;padding:26px;display:flex;flex-direction:column;transition:.3s var(--ease);position:relative;overflow:hidden}.project-card:hover{transform:translateY(-6px);border-color:#3c536e;background:#112237}.project-card .client{font-size:.8rem;color:#7cbfff;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.project-card h3{font-size:1.55rem;line-height:1.12;letter-spacing:-.03em;margin:16px 0}.project-card p{color:#aebcce;font-size:.96rem}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:18px}.tag{font-size:.73rem;font-weight:700;padding:6px 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#c4d2e2}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.timeline-item{border-top:2px solid var(--ink);padding-top:24px}.timeline-item strong{font-size:2rem;letter-spacing:-.04em}.timeline-item p{color:var(--muted)}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.person{border:1px solid var(--line);border-radius:24px;padding:24px;display:grid;grid-template-columns:132px 1fr;gap:24px;align-items:center}.person-media{width:132px;height:150px;border-radius:18px;background:linear-gradient(135deg,#e9f3ff,#efedff);overflow:hidden;position:relative}.person-media img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.person-media:after{content:attr(data-initials);position:absolute;inset:0;display:grid;place-items:center;font-size:2.3rem;font-weight:800;color:var(--azure);z-index:0}.person h3{margin:0 0 6px;font-size:1.5rem}.person p{color:var(--muted);margin:0}.quote-section{background:linear-gradient(140deg,#f5f8fc,#fff)}.quote{max-width:920px;margin:auto;text-align:center}.quote blockquote{font-size:clamp(1.65rem,3.2vw,2.75rem);line-height:1.28;letter-spacing:-.03em;margin:0 0 24px}.quote cite{font-style:normal;color:var(--muted)}.cta-band{background:linear-gradient(115deg,#0878f7,#6656f4);color:#fff;border-radius:32px;padding:55px;display:flex;align-items:center;gap:40px;justify-content:space-between;overflow:hidden;position:relative}.cta-band h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1;margin:0;letter-spacing:-.04em;max-width:720px}.page-hero{background:linear-gradient(180deg,#f4f8fd,#fff);padding:105px 0 75px}.page-hero h1{font-size:clamp(3rem,6vw,6rem);max-width:1000px}.page-hero p{font-size:1.2rem;max-width:760px;color:var(--muted)}.breadcrumbs{font-size:.82rem;color:var(--muted);margin-bottom:30px}.breadcrumbs a:hover{color:var(--azure)}.content-grid{display:grid;grid-template-columns:280px 1fr;gap:70px}.sticky-aside{position:sticky;top:120px;align-self:start}.prose{font-size:1.08rem}.prose h2{font-size:2.4rem;line-height:1.1;letter-spacing:-.035em;margin:2em 0 .5em}.prose h3{font-size:1.5rem;margin-top:1.8em}.prose p,.prose li{color:#43546b}.prose ul{padding-left:1.2em}.meta-list{display:grid;gap:14px}.meta-row{padding-bottom:14px;border-bottom:1px solid var(--line)}.meta-row span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:800}.meta-row strong{display:block;margin-top:4px}.filters{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:10px;margin:0 0 28px}.field,.filter-select{width:100%;border:1px solid var(--line);border-radius:13px;background:#fff;min-height:48px;padding:0 14px;color:var(--ink);outline:none}.field:focus,.filter-select:focus,textarea:focus{border-color:var(--azure);box-shadow:0 0 0 4px rgba(10,124,255,.11)}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.portfolio-card{border:1px solid var(--line);border-radius:20px;padding:24px;min-height:300px;display:flex;flex-direction:column;transition:.25s var(--ease);background:#fff}.portfolio-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c3d4e7}.portfolio-card h2{font-size:1.35rem;line-height:1.15;letter-spacing:-.025em}.portfolio-card p{color:var(--muted);font-size:.93rem}.portfolio-card .tag{border-color:var(--line);color:#4d6178}.result-count{color:var(--muted);margin-bottom:18px}.search-overlay{position:fixed;inset:0;background:rgba(7,17,31,.72);backdrop-filter:blur(14px);z-index:100;display:none;padding:100px 20px}.search-overlay.open{display:block}.search-shell{width:min(850px,100%);margin:auto;background:#fff;border-radius:24px;box-shadow:0 35px 100px rgba(0,0,0,.3);overflow:hidden}.search-top{display:flex;gap:10px;padding:16px;border-bottom:1px solid var(--line)}.search-input{flex:1;border:0;font-size:1.2rem;outline:none;padding:10px}.search-results{max-height:62vh;overflow:auto;padding:8px}.search-result{display:block;padding:16px;border-radius:14px}.search-result:hover{background:#f4f7fb}.search-result small{color:var(--azure);text-transform:uppercase;letter-spacing:.1em;font-weight:800}.search-result b{display:block;margin-top:3px}.search-result p{margin:4px 0 0;color:var(--muted);font-size:.9rem}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.contact-panel{background:var(--ink);color:#fff;border-radius:28px;padding:38px}.contact-panel a{color:#99cbff}.contact-panel dl{display:grid;gap:20px}.contact-panel dt{font-size:.76rem;color:#9aabc0;text-transform:uppercase;letter-spacing:.12em}.contact-panel dd{margin:4px 0 0;font-size:1.1rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-group{display:flex;flex-direction:column;gap:7px}.form-group.full{grid-column:1/-1}.form-group label{font-weight:700;font-size:.88rem}.form-group input,.form-group textarea{border:1px solid var(--line);border-radius:12px;padding:13px 14px;outline:none;background:#fff}.form-group textarea{min-height:150px;resize:vertical}.form-honeypot{position:absolute!important;left:-9999px!important}.form-status{margin-top:14px;padding:12px 14px;border-radius:12px;display:none}.form-status.success{display:block;background:#eaf8f1;color:#146645}.form-status.error{display:block;background:#fff0ef;color:#9f241b}.consent{font-size:.82rem;color:var(--muted)}.footer{background:#07111f;color:#b3c0d0;padding:70px 0 30px;margin-top:90px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.footer-brand img{width:175px;filter:brightness(0) invert(1)}.footer h3{font-size:.84rem;text-transform:uppercase;letter-spacing:.14em;color:#fff}.footer a{display:block;margin:8px 0;font-size:.93rem}.footer a:hover{color:#7ec4ff}.footer-bottom{border-top:1px solid #233044;margin-top:50px;padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:.82rem}.legal{max-width:860px}.legal h2{margin-top:2.2em}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.visible{opacity:1;transform:none}.logo-cloud{display:flex;flex-wrap:wrap;gap:10px}.logo-pill{padding:11px 14px;border:1px solid var(--line);border-radius:11px;font-weight:720;background:#fff}.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cert-card{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}.cert-card strong{display:block;font-size:1.08rem}.cert-card span{color:var(--muted);font-size:.9rem}.not-found{text-align:center;padding:130px 20px}.not-found h1{font-size:6rem;margin:0}.mobile-panel{display:none}
@media(max-width:980px){.nav-links{display:none}.menu-btn{display:inline-flex}.hero-grid{grid-template-columns:1fr;padding:80px 0}.hero-panel{max-width:620px}.section-head{grid-template-columns:1fr;gap:10px}.service-card,.service-card:nth-child(1),.service-card:nth-child(2){grid-column:span 6}.project-grid,.portfolio-grid{grid-template-columns:repeat(2,1fr)}.team-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.content-grid{grid-template-columns:1fr}.sticky-aside{position:static}.filters{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.mobile-panel.open{display:flex;position:fixed;inset:82px 0 0;background:#fff;z-index:70;padding:30px 24px;flex-direction:column;gap:20px;font-size:1.25rem;font-weight:700}}
@media(max-width:640px){.container{width:min(calc(100% - 28px),var(--max))}.nav{height:70px}.brand img{width:145px}.hero{min-height:auto}.hero-grid{padding:68px 0}.hero h1{font-size:clamp(3rem,16vw,5rem)}.hero-panel{padding:16px}.orb{min-height:125px;padding:15px}.trust-grid{grid-template-columns:repeat(2,1fr)}.stat{border-bottom:1px solid var(--line)}section{padding:78px 0}.service-card,.service-card:nth-child(1),.service-card:nth-child(2){grid-column:1/-1}.project-grid,.portfolio-grid,.timeline{grid-template-columns:1fr}.person{grid-template-columns:90px 1fr}.person-media{width:90px;height:110px}.cta-band{padding:32px;align-items:flex-start;flex-direction:column}.filters,.form-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.page-hero{padding:75px 0 50px}.search-overlay{padding:78px 12px}.cert-grid{grid-template-columns:1fr}.mobile-panel.open{inset:70px 0 0}.nav-actions .lang-switch{padding:0 11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

/* v3 brand + homepage refinement */
:root{--ink:#0b1727;--ink-2:#10243a;--muted:#667892;--azure:#1978e8;--cyan:#65b9ff;--line:#dce6f1;--paper:#f6f9fd;--radius:20px;--shadow:0 18px 48px rgba(20,49,83,.11)}
.brand{min-width:150px}.brand img{width:148px;height:70px;object-fit:contain}.site-header{background:rgba(250,252,255,.90)}
.hero-slider{min-height:680px;position:relative;background:#071421}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .8s var(--ease)}.hero-slide.active{opacity:1;pointer-events:auto}.hero-photo{position:absolute;inset:0;background-image:var(--hero-image);background-size:cover;background-position:center;filter:saturate(.88) contrast(1.05)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,19,34,.97) 0%,rgba(6,19,34,.88) 37%,rgba(6,19,34,.38) 70%,rgba(6,19,34,.10) 100%)}.hero-content{height:680px;display:flex;align-items:center;position:relative;z-index:2}.hero-copybox{max-width:670px;padding:58px 0}.hero-copybox h1,.hero-copybox h2{font-size:clamp(3.2rem,6.3vw,6.25rem);line-height:.98;max-width:760px;margin:.2em 0}.hero-copybox p{font-size:1.14rem;color:#d0d9e5;max-width:640px}.hero-controls{position:absolute;z-index:5;left:50%;transform:translateX(-50%);bottom:26px;display:flex;align-items:center;gap:13px}.hero-controls button{border:0;color:#dce9f6;background:rgba(10,26,43,.7);backdrop-filter:blur(8px);cursor:pointer}.hero-prev,.hero-next{width:36px;height:36px;border-radius:50%}.hero-dots{display:flex;gap:8px}.hero-dot{width:9px;height:9px;border-radius:50%;padding:0!important;background:#6f89a7!important}.hero-dot.active{background:#3292ff!important;transform:scale(1.2)}
.section-head.compact{grid-template-columns:1.05fr .95fr;margin-bottom:34px}.section-head.compact h2{font-size:clamp(2.15rem,4vw,3.6rem)}.services-home{padding-top:82px}.services-five{grid-template-columns:repeat(5,1fr);display:grid}.services-five .service-card,.services-five .service-card:nth-child(1),.services-five .service-card:nth-child(2){grid-column:auto;min-height:360px;padding:25px}.service-icon{width:62px;height:62px;border-radius:18px}.service-icon svg{width:31px;height:31px}.service-card h3{font-size:1.18rem}.service-card p{font-size:.94rem;line-height:1.55}.projects-light{background:linear-gradient(180deg,#f6f9fd,#fff)}.project-grid-light .portfolio-card{min-height:360px}.project-grid-light{grid-template-columns:repeat(3,1fr)}.project-logo,.portfolio-logo,.project-hero-logo{background:#fff;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.project-logo{height:78px;margin:-6px -6px 18px}.portfolio-logo{height:76px;margin-bottom:16px}.project-logo img,.portfolio-logo img{max-height:52px;max-width:80%;object-fit:contain}.project-logo span,.portfolio-logo span,.project-hero-logo span{display:none;font-weight:800;color:#42556d;text-align:center}.logo-fallback img{display:none}.logo-fallback span{display:block}.project-grid-light .portfolio-card .client{color:#60738c;font-size:.76rem;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.center-link{text-align:center;margin-top:30px}.reference-band{padding:80px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.reference-band h2{font-size:clamp(2rem,3.5vw,3.2rem);max-width:800px;margin:.3em 0 32px}.reference-logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.reference-logo{min-height:92px;border:1px solid var(--line);border-radius:15px;display:flex;align-items:center;justify-content:center;padding:14px;background:#fff}.reference-logo img{max-height:48px;max-width:90%;object-fit:contain;filter:saturate(.85)}.reference-logo span{display:none;font-size:.82rem;font-weight:750;text-align:center;color:#4d6078}.why-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:75px;align-items:center}.why-grid h2{font-size:clamp(2.5rem,4.5vw,4.2rem);line-height:1.02;letter-spacing:-.04em}.why-grid p{color:var(--muted);font-size:1.05rem}.btn-outline{border-color:#bdccdb;color:#173450;background:#fff}.why-points{display:grid;grid-template-columns:1fr 1fr;gap:14px}.why-points>div{border:1px solid var(--line);border-radius:18px;padding:24px;background:linear-gradient(145deg,#fff,#f7faff)}.why-points b{display:block;font-size:1.05rem}.why-points span{display:block;color:var(--muted);font-size:.9rem;margin-top:5px}.photo-cta{position:relative;padding:0;min-height:420px;background-image:linear-gradient(90deg,rgba(7,20,34,.96),rgba(7,20,34,.56),rgba(7,20,34,.20)),var(--cta-image);background-size:cover;background-position:center;color:#fff;display:flex;align-items:center}.cta-copy{padding:85px 0;max-width:660px}.cta-copy h2{font-size:clamp(2.7rem,5vw,4.8rem);line-height:1;letter-spacing:-.045em;margin:.25em 0}.cta-copy p{font-size:1.08rem;color:#d3deea}.project-hero-grid{display:grid;grid-template-columns:1fr 300px;gap:60px;align-items:center}.project-hero-logo{height:180px;padding:28px}.project-hero-logo img{max-width:90%;max-height:105px;object-fit:contain}.project-hero-logo span{font-size:1.4rem}.footer-brand img{filter:none;width:180px;background:#f8fbff;border-radius:14px;padding:8px}
@media(max-width:1100px){.services-five{grid-template-columns:repeat(3,1fr)}.reference-logo-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:980px){.hero-content{height:620px}.hero-slider{min-height:620px}.services-five{grid-template-columns:repeat(2,1fr)}.project-grid-light{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr;gap:35px}.project-hero-grid{grid-template-columns:1fr}.project-hero-logo{max-width:320px}}
@media(max-width:640px){.brand img{width:128px;height:60px}.hero-slider{min-height:650px}.hero-content{height:650px}.hero-shade{background:linear-gradient(90deg,rgba(6,19,34,.96),rgba(6,19,34,.75))}.hero-copybox{padding:40px 0}.services-five,.project-grid-light,.why-points{grid-template-columns:1fr}.reference-logo-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:auto!important}.photo-cta{min-height:500px}.project-hero-logo{height:140px}}


/* ---- LCserv v4 refinements ---- */

/* Cache-busted v4 CSS intentionally overrides earlier experimental layouts. */
.brand{min-width:138px}
.brand img{width:132px;height:74px;object-fit:contain}
.footer-brand img{width:155px;background:transparent;padding:0;border-radius:0}

/* Homepage hero: guarantee only the active slide is visible. */
.hero-slider{position:relative;min-height:680px;overflow:hidden}
.hero-slider .hero-slide{position:absolute!important;inset:0!important;display:block!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:0;transition:opacity .75s var(--ease),visibility .75s var(--ease)}
.hero-slider .hero-slide.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:1}
.hero-slider .hero-photo{position:absolute;inset:0;background-image:var(--hero-image);background-size:cover;background-position:center}
.hero-slider .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,18,32,.96) 0%,rgba(5,18,32,.88) 38%,rgba(5,18,32,.42) 68%,rgba(5,18,32,.08) 100%)}
.hero-slider .hero-content{height:680px;position:relative;z-index:2}
.hero-controls{width:auto!important;left:clamp(28px,8vw,170px)!important;transform:none!important;bottom:34px!important}
.hero-controls button{display:grid;place-items:center}
.hero-dots{align-items:center}
.hero-dot{border:0!important}

/* Metrics centered in their columns. */
.trust-grid .stat{text-align:center;padding-left:20px;padding-right:20px}
.trust-grid .stat:first-child{padding-left:20px}

/* Customer logo cards - one name only and resilient fallback behavior. */
.project-logo span,.portfolio-logo span,.project-hero-logo span{display:none}
.logo-fallback span{display:block!important}
.logo-fallback + .client{display:none}
.portfolio-card .client,.project-card .client{margin-top:2px}

/* Reference carousel */
.reference-band{overflow:hidden}
.reference-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}
.reference-head h2{margin:0;max-width:840px}
.reference-nav{display:flex;gap:8px;flex:0 0 auto}
.reference-prev,.reference-next{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;color:#173450;font-weight:800;cursor:pointer;transition:.2s var(--ease)}
.reference-prev:hover,.reference-next:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(17,54,83,.10);border-color:#b9cadb}
.reference-viewport{overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding:6px 1px 12px}
.reference-viewport::-webkit-scrollbar{display:none}
.reference-track{display:flex;gap:14px;width:max-content}
.reference-logo{flex:0 0 190px;height:118px;min-height:118px;scroll-snap-align:start;padding:18px;background:#fff}
.reference-logo img{max-width:145px;max-height:68px;object-fit:contain;filter:none}
.reference-logo span{font-size:.82rem;line-height:1.25}
.reference-note{color:var(--muted);font-size:.82rem;margin:12px 0 0}

/* Rich photo hero treatment for secondary pages. */
.page-hero.visual-hero{position:relative;overflow:hidden;background:#071421;color:#fff;padding:105px 0 82px;min-height:420px;display:flex;align-items:center}
.page-hero.visual-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(5,18,32,.96),rgba(5,18,32,.81) 45%,rgba(5,18,32,.32) 78%,rgba(5,18,32,.12)),var(--page-hero-image-1280,var(--page-hero-image));background-size:cover;background-position:center}
.page-hero.visual-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(5,18,32,.24))}
.page-hero.visual-hero>.container{position:relative;z-index:2}
.page-hero.visual-hero h1{color:#fff;max-width:930px}
.page-hero.visual-hero p{color:#d5dfeb;max-width:760px;font-size:1.12rem}
.page-hero.visual-hero .breadcrumbs,.page-hero.visual-hero .breadcrumbs a{color:#bdd0e2}
.page-hero.visual-hero .eyebrow{color:#7dc0ff}

/* Project hero logo remains crisp over photo. */
.project-hero-logo{background:rgba(255,255,255,.97);box-shadow:0 24px 55px rgba(0,0,0,.18);border:0}

/* Contact panel with local, non-tracking map background. */
.contact-map{position:relative;min-height:470px;background:
  linear-gradient(180deg,rgba(234,243,251,.15),rgba(234,243,251,.15)),
  url('/assets/img/lcserv-cape-coral-contact-map.svg') center/cover no-repeat;
padding:28px;display:flex;align-items:flex-end;overflow:hidden}
.contact-map:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(7,35,58,.14));pointer-events:none}
.contact-map-card{position:relative;z-index:2;width:min(100%,410px);padding:26px;border-radius:20px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border:1px solid rgba(194,211,226,.9);box-shadow:0 18px 42px rgba(20,55,85,.13)}
.contact-map-card h2{margin-top:0}

/* Service icon emphasis */
.services-five .service-icon{width:68px;height:68px;border-radius:20px}
.services-five .service-icon svg{width:35px;height:35px}

/* Project body legibility */
.content-grid .prose p{max-width:850px}
.content-grid .prose h2{margin-top:2.1em}

/* Responsive hero image selection.
   Small screens use 1280px, normal desktops 1920px,
   while large/high-density displays retain the original 4K source. */
@media(min-width:801px){
  .page-hero.visual-hero:before{
    background-image:linear-gradient(90deg,rgba(5,18,32,.96),rgba(5,18,32,.81) 45%,rgba(5,18,32,.32) 78%,rgba(5,18,32,.12)),var(--page-hero-image-1920,var(--page-hero-image));
  }
}
@media(min-width:1400px) and (min-resolution:1.5dppx), (min-width:1921px){
  .page-hero.visual-hero:before{
    background-image:linear-gradient(90deg,rgba(5,18,32,.96),rgba(5,18,32,.81) 45%,rgba(5,18,32,.32) 78%,rgba(5,18,32,.12)),var(--page-hero-image-4k,var(--page-hero-image));
  }
}

/* Responsive refinements */
@media(max-width:980px){
  .brand img{width:118px;height:68px}
  .page-hero.visual-hero{min-height:380px}
  .reference-logo{flex-basis:170px}
}
@media(max-width:640px){
  .brand img{width:100px;height:58px}
  .hero-slider,.hero-slider .hero-content{min-height:620px;height:620px}
  .hero-controls{left:20px!important;bottom:20px!important}
  .trust-grid .stat,.trust-grid .stat:first-child{padding:14px 10px}
  .reference-head{align-items:flex-start;flex-direction:column}
  /* Exactly two complete reference cards in the mobile viewport.
     The container is 100vw - 40px wide and the track gap is 14px. */
  .reference-logo{flex-basis:calc((100vw - 54px)/2);height:105px;min-height:105px}
  .page-hero.visual-hero{padding:78px 0 58px;min-height:360px}
  .page-hero.visual-hero:before{background-image:linear-gradient(90deg,rgba(5,18,32,.95),rgba(5,18,32,.72)),var(--page-hero-image-1280,var(--page-hero-image))}
  .contact-map{min-height:420px}
}


/* ---- LCserv v5: robust slider, 4K media, requested stacked brand ---- */
.site-header{height:88px;overflow:visible;background:rgba(247,250,253,.90)}
.nav{height:88px;position:relative}
.brand-panel{align-self:flex-start;position:relative;z-index:95;width:230px;min-width:230px;height:118px;margin-left:-20px;padding:8px 25px 14px 22px;background:rgba(255,255,255,.97);border-radius:0 0 38px 0;box-shadow:0 16px 35px rgba(16,46,72,.10);display:flex;align-items:center;justify-content:center}
.brand-panel img{width:176px!important;height:102px!important;object-fit:contain}
.header-cta{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 18px;border-radius:999px;background:linear-gradient(90deg,#0a7cff,#5d54ff);color:#fff;font-size:.84rem;font-weight:750;box-shadow:0 10px 26px rgba(10,124,255,.22)}
.header-cta:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(10,124,255,.28)}

.hero-slider{min-height:720px}
.hero-slider .hero-content{height:720px;display:grid!important;grid-template-columns:minmax(0,1fr) 310px;gap:54px;align-items:center}
.hero-copybox{max-width:720px;padding:54px 0 98px}
.hero-copybox h1,.hero-copybox h2{font-size:clamp(3.25rem,5.7vw,5.8rem);line-height:.96}
.hero-benefits{position:relative;z-index:3;display:grid;gap:14px;align-self:center;margin-top:30px}
.hero-benefit{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:center;padding:17px 20px;border:1px solid rgba(182,212,240,.22);border-radius:18px;background:rgba(8,31,52,.68);box-shadow:0 14px 34px rgba(2,12,23,.18);backdrop-filter:blur(12px)}
.hero-benefit-icon{width:48px;height:48px;border-radius:14px;background:rgba(91,174,255,.12);display:grid;place-items:center;color:#7cc0ff}
.hero-benefit-icon svg{width:29px;height:29px}
.hero-benefit b{display:block;color:#f6f9fc;font-size:.98rem;line-height:1.25}.hero-benefit small{display:block;color:#b9cadb;font-size:.77rem;line-height:1.35;margin-top:3px}

/* Controls belong to the image, not the CTA row. */
.hero-controls{left:50%!important;right:auto!important;bottom:26px!important;transform:translateX(-50%)!important;width:auto!important;display:grid!important;grid-template-columns:42px auto 42px;gap:14px;align-items:center}
.hero-prev,.hero-next{width:42px!important;height:42px!important;border-radius:50%!important;background:rgba(7,24,41,.78)!important;border:1px solid rgba(197,220,241,.18)!important;box-shadow:0 8px 22px rgba(0,0,0,.2)}
.hero-dots{display:flex;gap:9px;min-width:66px;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(5,21,37,.45);backdrop-filter:blur(8px)}
.hero-dot{width:10px!important;height:10px!important}

/* Background images are 4K 16:9 and preserve composition responsively. */
.hero-slider .hero-photo,.page-hero.visual-hero:before,.photo-cta{image-rendering:auto}
.hero-slider .hero-photo{background-position:center center}

/* Progressive enhancement: content never disappears because JavaScript failed. */
.reveal{opacity:1!important;transform:none!important}
.reveal.reveal-pending{opacity:0!important;transform:translateY(18px)!important}
.reveal.visible{opacity:1!important;transform:none!important}

/* Full homepage sections remain visible and compact. */
.services-home,.projects-light,.reference-band,.quote-section{content-visibility:auto;contain-intrinsic-size:auto 700px}

@media(max-width:1120px){
  .brand-panel{width:205px;min-width:205px}.brand-panel img{width:158px!important}
  .nav-links{gap:18px}.header-cta{display:none}
  .hero-slider .hero-content{grid-template-columns:minmax(0,1fr) 270px;gap:28px}
  .hero-benefit{padding:14px 15px}.hero-benefit small{display:none}
}
@media(max-width:900px){
  .site-header,.nav{height:78px}.brand-panel{height:88px;width:156px;min-width:156px;margin-left:-10px;padding:5px 14px 10px;border-radius:0 0 28px 0}.brand-panel img{width:128px!important;height:78px!important}
  .hero-slider,.hero-slider .hero-content{min-height:660px;height:660px}
  .hero-slider .hero-content{display:flex!important;align-items:center}.hero-copybox{padding:52px 0 110px;max-width:690px}
  .hero-benefits{display:none}
  .hero-shade{background:linear-gradient(90deg,rgba(5,18,32,.95) 0%,rgba(5,18,32,.78) 60%,rgba(5,18,32,.35) 100%)!important}
}
@media(max-width:640px){
  .site-header,.nav{height:70px}.brand-panel{height:78px;width:126px;min-width:126px;margin-left:-4px;padding:4px 8px 8px;border-radius:0 0 22px 0}.brand-panel img{width:105px!important;height:68px!important}
  .nav-actions{margin-left:auto}.lang-switch{display:none}
  .hero-slider,.hero-slider .hero-content{min-height:700px;height:700px}
  .hero-copybox{padding:48px 0 125px}.hero-copybox h1,.hero-copybox h2{font-size:clamp(3rem,16vw,4.5rem)}.hero-copybox p{font-size:1rem}
  .cta-row{display:grid;grid-template-columns:1fr;max-width:300px}.cta-row .btn{width:100%;justify-content:center}
  .hero-controls{bottom:24px!important;grid-template-columns:40px auto 40px;gap:10px}.hero-prev,.hero-next{width:40px!important;height:40px!important}
}


/* ---- LCserv v6 requested corrections ---- */

/* Unified menu/header treatment: logo area uses exactly the same background as the rest of the menu bar. */
.site-header{
  height:104px!important;
  background:rgba(238,244,249,.96)!important;
  border-bottom:1px solid rgba(190,207,221,.55);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.nav{height:104px!important}
.brand-panel{
  width:250px!important;
  min-width:250px!important;
  height:104px!important;
  margin-left:0!important;
  padding:5px 18px 7px!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
  align-self:center!important;
}
.brand-panel img{
  width:210px!important;
  height:94px!important;
  object-fit:contain!important;
}
.footer-brand img{
  width:190px!important;
  max-height:120px!important;
  object-fit:contain!important;
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
}

/* Hero backgrounds are 3840x2160 16:9 local WebP assets. */
.hero-slider .hero-photo{
  background-size:cover!important;
  background-position:center!important;
  image-rendering:auto;
}
.page-hero.visual-hero:before,.photo-cta{
  background-size:cover!important;
  background-position:center!important;
}

/* Company logos fill their display areas and neutralize baked white/off-white canvases. */
.project-logo,.portfolio-logo,.project-hero-logo,.reference-logo{
  background:#fff!important;
  padding:0!important;
}
.project-logo{height:116px!important;margin:-8px -8px 20px!important}
.portfolio-logo{height:118px!important;margin-bottom:18px!important}
.project-hero-logo{height:250px!important;padding:0!important}
.project-logo img,.portfolio-logo img,.project-hero-logo img,.reference-logo img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  transform:scale(1.28);
  transform-origin:center;
  mix-blend-mode:multiply;
}
.project-hero-logo img{transform:scale(1.34)}
.reference-logo{height:126px!important;min-height:126px!important;padding:0!important}
.reference-logo img{transform:scale(1.18)}
.project-logo.logo-fallback,.portfolio-logo.logo-fallback,.project-hero-logo.logo-fallback,.reference-logo.logo-fallback{
  padding:18px!important;
}

/* Project filters: author styles must never override the filtered hidden state. */
.portfolio-card.is-filtered-out,
.portfolio-card[hidden]{
  display:none!important;
}

/* Contact card: readable over the map while keeping more of the map visible. */
.contact-map:before{
  background:linear-gradient(180deg,rgba(224,239,251,.06),rgba(12,53,84,.14))!important;
}
.contact-map-card{
  background:rgba(245,250,254,.83)!important;
  border:1px solid rgba(154,185,210,.85)!important;
  box-shadow:0 22px 48px rgba(18,52,82,.20)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  color:#10283e!important;
}
.contact-map-card h2,.contact-map-card dt,.contact-map-card dd{color:#10283e!important}
.contact-map-card dt{font-weight:800!important;letter-spacing:.08em}
.contact-map-card a{color:#086fc9!important;font-weight:700}

/* Slightly larger project/company treatment on desktop. */
.project-grid-light .portfolio-card{overflow:hidden}
.portfolio-card .client{margin-top:4px}

/* The v6 header must retain the integrated look across breakpoints. */
@media(max-width:1120px){
  .site-header,.nav{height:94px!important}
  .brand-panel{height:94px!important;width:214px!important;min-width:214px!important;padding:4px 12px!important}
  .brand-panel img{width:184px!important;height:86px!important}
}
@media(max-width:900px){
  .site-header,.nav{height:82px!important}
  .brand-panel{height:82px!important;width:172px!important;min-width:172px!important;margin-left:0!important;padding:3px 9px!important}
  .brand-panel img{width:150px!important;height:76px!important}
}
@media(max-width:640px){
  .site-header,.nav{height:72px!important}
  .brand-panel{height:72px!important;width:132px!important;min-width:132px!important;margin-left:0!important;padding:2px 6px!important}
  .brand-panel img{width:118px!important;height:65px!important}
  .project-logo,.portfolio-logo{height:104px!important}
  .project-hero-logo{height:180px!important}
}

/* Slider controls sit in the image field, clearly separated from CTA buttons. */
@media(min-width:901px){
  .hero-controls{left:66%!important;bottom:34px!important}
}
@media(max-width:900px){
  .hero-copybox{padding-bottom:165px!important}
  .hero-controls{left:50%!important;bottom:26px!important}
}
@media(max-width:640px){
  .hero-copybox{padding-bottom:190px!important}
  .hero-controls{bottom:24px!important}
}


/* v7 service, testimonial, certification and team refinements */
.service-prose .lead-copy{font-size:1.16rem;line-height:1.72;color:#31465d;margin-top:0}
.team-contact{margin-top:16px;display:inline-flex}
.cert-logo-grid .cert-card{display:flex;flex-direction:column;min-height:230px}
.cert-logo{height:112px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:12px;background:#fff;overflow:hidden}
.cert-logo img{max-width:92%;max-height:100px;object-fit:contain}
.testimonial-section{background:linear-gradient(180deg,#f7f9fc,#fff);padding:86px 0}
.testimonial-shell{position:relative;max-width:1050px;margin:auto;text-align:center;min-height:285px;display:flex;align-items:center;justify-content:center}
.testimonial-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;opacity:0;visibility:hidden;transition:opacity .55s var(--ease),visibility .55s var(--ease);padding:20px 70px}
.testimonial-slide.active{opacity:1;visibility:visible}
.testimonial-slide blockquote{font-size:clamp(1.55rem,2.8vw,2.55rem);line-height:1.28;letter-spacing:-.025em;margin:0;color:#0d1c2d}
.testimonial-slide cite{font-style:normal;color:var(--muted);margin-top:26px}
.testimonial-controls{position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);display:flex;align-items:center;gap:12px;z-index:3}
.testimonial-prev,.testimonial-next{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;color:#123653;font-size:1rem;cursor:pointer}
.testimonial-dots{display:flex;gap:7px}.testimonial-dot{width:8px;height:8px;border:0;border-radius:50%;background:#c4d0dd;padding:0;cursor:pointer}.testimonial-dot.active{background:var(--azure)}
@media(max-width:640px){.testimonial-shell{min-height:390px}.testimonial-slide{padding:15px 20px}.cert-logo-grid .cert-card{min-height:210px}.team-contact{width:auto}}


/* ---- LCserv v8 refinements ---- */
.project-logo img[alt^="Dell"],
.portfolio-logo img[alt^="Dell"],
.reference-logo img[alt^="Dell"],
.project-hero-logo img[alt^="Dell"]{
  transform:scale(.72)!important;
}

.hero-controls{
  left:50%!important;
  right:auto!important;
  bottom:16px!important;
  transform:translateX(-50%)!important;
}

.testimonial-shell{
  min-height:360px!important;
  padding-bottom:86px!important;
}
.testimonial-slide{
  inset:0 0 86px 0!important;
}
.testimonial-controls{
  left:50%!important;
  bottom:12px!important;
  transform:translateX(-50%)!important;
}

@media(max-width:640px){
  .testimonial-shell{min-height:470px!important;padding-bottom:82px!important}
  .testimonial-slide{inset:0 0 82px 0!important}
  .testimonial-controls{bottom:10px!important}
  .hero-controls{bottom:12px!important}
}

/* v9: lower testimonial carousel navigation for clearer separation from attribution */
.testimonial-shell{min-height:395px!important;padding-bottom:118px!important}
.testimonial-slide{inset:0 0 118px 0!important}
.testimonial-controls{bottom:4px!important}
@media(max-width:640px){
  .testimonial-shell{min-height:520px!important;padding-bottom:116px!important}
  .testimonial-slide{inset:0 0 116px 0!important}
  .testimonial-controls{bottom:4px!important}
}


/* v13: deterministic reference carousel.
   The viewport clips a translated track instead of using native horizontal scrolling,
   so the first and last visible cards are always complete. */
.reference-viewport{
  overflow:hidden!important;
  scrollbar-width:none;
  scroll-snap-type:none!important;
  padding:6px 1px 12px!important;
}
.reference-track{
  display:flex!important;
  width:100%!important;
  gap:14px!important;
  will-change:transform;
}
.reference-logo{
  flex:0 0 calc((100% - 70px)/6)!important;
  scroll-snap-align:none!important;
}
@media (min-width:641px) and (max-width:1100px),
       (min-width:641px) and (max-width:1366px) and (hover:none) and (pointer:coarse){
  .reference-logo{flex-basis:calc((100% - 42px)/4)!important}
}
@media (max-width:640px){
  .reference-logo{flex-basis:calc((100% - 14px)/2)!important}
}

/* v14: reference logo fit normalization.
   Keep every client logo comfortably inside its card regardless of source-image aspect ratio. */
.reference-logo{
  padding:12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.reference-logo img{
  width:auto!important;
  height:auto!important;
  max-width:88%!important;
  max-height:76%!important;
  object-fit:contain!important;
  transform:none!important;
  transform-origin:center!important;
}
@media(max-width:640px){
  .reference-logo{padding:10px!important}
  .reference-logo img{max-width:86%!important;max-height:74%!important}
}

/* Homepage responsive hero image selection.
   Mobile/small screens use 1280px, normal desktops 1920px,
   while large/high-density displays retain the original 4K source. */
.hero-slider .hero-photo{
  background-image:var(--hero-image-1280);
}

@media(min-width:801px){
  .hero-slider .hero-photo{
    background-image:var(--hero-image-1920);
  }
}

@media(min-width:1400px) and (min-resolution:1.5dppx), (min-width:1921px){
  .hero-slider .hero-photo{
    background-image:var(--hero-image-4k);
  }
}

/* Responsive homepage CTA background. */
.photo-cta{
  background-image:
    linear-gradient(90deg,rgba(7,20,34,.96),rgba(7,20,34,.56),rgba(7,20,34,.20)),
    var(--cta-image-1280);
}

@media(min-width:801px){
  .photo-cta{
    background-image:
      linear-gradient(90deg,rgba(7,20,34,.96),rgba(7,20,34,.56),rgba(7,20,34,.20)),
      var(--cta-image-1920);
  }
}

@media(min-width:1400px) and (min-resolution:1.5dppx), (min-width:1921px){
  .photo-cta{
    background-image:
      linear-gradient(90deg,rgba(7,20,34,.96),rgba(7,20,34,.56),rgba(7,20,34,.20)),
      var(--cta-image-4k);
  }
}

/* Accessibility: stronger contrast for text links on light backgrounds */
.text-link {
  color: #0969c7;
}

/* Accessibility: WCAG contrast for eyebrow labels on light backgrounds */
body .eyebrow {
  color: #0969c7;
}

/* Preserve the lighter accent where the eyebrow sits on dark/photo backgrounds */
.hero .eyebrow,
.dark-section .eyebrow,
.page-hero.visual-hero .eyebrow,
.photo-cta .eyebrow {
  color: #83c2ff;
}


/* Accessibility: high-contrast CTA copy over photography */
.photo-cta .eyebrow {
  color: #ffffff;
}

.photo-cta .cta-copy p {
  color: #ffffff;
}

/* Accessibility: 44px touch targets while preserving small visual slider dots */
.hero-dot,
.testimonial-dot {
  position: relative;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
  background: transparent !important;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transform: none !important;
}

.hero-dot::before,
.testimonial-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6f89a7;
  display: block;
}

.hero-dot.active::before,
.testimonial-dot.active::before {
  background: var(--azure);
}

.hero-dots,
.testimonial-dots {
  gap: 0;
}
