
:root{
  --cp-blue:#00ccff;
  --cp-black:#050607;
  --cp-panel:#0a0d0f;
  --cp-panel-2:#0d1114;
  --cp-white:#f5f7f8;
  --cp-muted:#a6b0b6;
  --cp-line:rgba(255,255,255,.12);
  --cp-max:1480px;
  --cp-pad:clamp(22px,4vw,64px);
  --cp-head:"Inter Tight","Helvetica Neue",Arial,sans-serif;
  --cp-body:"Manrope","Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cp-black);color:var(--cp-white);font-family:var(--cp-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.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}
.cp-shell{width:min(var(--cp-max),calc(100% - (var(--cp-pad)*2)));margin-inline:auto}
.cp-header{position:fixed;z-index:100;top:0;left:0;right:0;background:rgba(5,6,7,.76);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px);transition:background .3s ease}
.cp-header.is-scrolled{background:rgba(5,6,7,.95)}
.cp-header-inner{min-height:82px;display:flex;align-items:center;gap:34px}
.cp-brand{display:block;flex:0 0 auto}
.cp-brand img{width:205px;height:auto}
.cp-nav{margin-left:auto}
.cp-nav-list{display:flex;gap:34px;align-items:center;list-style:none;margin:0;padding:0}
.cp-nav-list a{font-size:14px;color:#eef2f4;transition:color .2s ease}
.cp-nav-list a:hover{color:var(--cp-blue)}
.cp-menu-toggle{display:none;background:none;border:0;color:white}
.cp-button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;padding:0 24px;background:var(--cp-blue);color:#001018;font-weight:700;border:1px solid var(--cp-blue);transition:transform .25s ease,background .25s ease,border-color .25s ease}
.cp-button:hover{transform:translateY(-2px);background:#36d7ff;border-color:#36d7ff}
.cp-button-small{min-height:44px;padding-inline:20px;font-size:14px}
.cp-button-ghost{background:transparent;border-color:rgba(255,255,255,.32);color:white}
.cp-button-ghost:hover{background:white;color:#050607;border-color:white}
.cp-button-full{width:100%;border:0;cursor:pointer}
.cp-hero{position:relative;min-height:820px;overflow:hidden;border-bottom:1px solid var(--cp-line);display:flex;align-items:center;padding:150px 0 90px}
.cp-hero-grid{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,760px) 1fr}
.cp-hero-content{padding-top:30px}
.cp-kicker{color:var(--cp-blue);font-weight:700;letter-spacing:.08em;font-size:13px;margin-bottom:20px}
.cp-hero h1,.cp-section h2,.cp-featured-project h3{font-family:var(--cp-head);letter-spacing:-.038em;text-transform:uppercase;margin:0;font-weight:800;line-height:.94}
.cp-hero h1{font-size:clamp(58px,6.15vw,104px)}
.cp-hero h1 span{display:block}
.cp-accent{color:var(--cp-blue)}
.cp-hero-copy{max-width:650px;color:#d3d8dc;font-size:clamp(17px,1.3vw,21px);line-height:1.65;margin:30px 0 34px}
.cp-actions{display:flex;gap:16px;flex-wrap:wrap}


.cp-hero-symbol-wrap{
  position:absolute;
  right:-10vw;
  top:50%;
  transform:translateY(-50%);
  width:min(58vw,880px);
  z-index:1;
  pointer-events:none;
  will-change:transform;
  opacity:.72
}
.cp-hero-symbol{
  width:100%;
  opacity:.22;
  filter:none;
  transform:translate3d(var(--cp-x,0),var(--cp-y,0),0) scale(1);
  transition:transform .3s ease-out,opacity .3s ease;
  will-change:transform
}
.cp-hero-symbol-wrap::after{
  content:"";
  position:absolute;
  inset:16%;
  background:radial-gradient(circle,rgba(0,204,255,.028),transparent 70%);
  filter:blur(26px);
  pointer-events:none
}
.cp-hero-glow{position:absolute;width:600px;height:600px;left:35%;top:20%;background:radial-gradient(circle,rgba(0,204,255,.02),transparent 65%);filter:blur(30px)}

.cp-proof-band{
  width:100%;
  background:#07090a;
  border-top:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line)
}
.cp-proof-band-inner{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  min-height:116px
}
.cp-proof-stat{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px 30px;
  border-right:1px solid var(--cp-line)
}
.cp-proof-stat:first-child{border-left:1px solid var(--cp-line)}
.cp-proof-stat strong{
  font-family:var(--cp-head);
  font-size:31px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.025em;
  color:var(--cp-white)
}
.cp-proof-stat:first-child strong::before{
  content:"★★★★★";
  display:block;
  color:var(--cp-blue);
  font-family:Arial,sans-serif;
  letter-spacing:.08em;
  font-size:12px;
  margin-bottom:11px
}
.cp-proof-stat span{
  margin-top:10px;
  color:#7f8a91;
  text-transform:uppercase;
  font-size:10px;
  letter-spacing:.09em
}


.cp-section{padding:clamp(90px,9vw,150px) 0;border-bottom:1px solid var(--cp-line)}
.cp-section h2{font-size:clamp(45px,4.8vw,78px);max-width:1050px}
.cp-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:56px}
.cp-section-head-bottom{align-items:end}
.cp-text-link{color:var(--cp-blue);font-weight:700;white-space:nowrap}
.cp-featured-project{display:grid;grid-template-columns:390px 1fr;min-height:620px;background:linear-gradient(120deg,#090c0e,#050607);border:1px solid var(--cp-line);overflow:hidden}
.cp-project-copy{padding:60px 50px;display:flex;flex-direction:column;justify-content:center}
.cp-project-index,.cp-project-tags{color:var(--cp-blue);font-size:12px;letter-spacing:.08em;font-weight:700}
.cp-featured-project h3{font-size:clamp(48px,4.5vw,72px);margin:18px 0}
.cp-project-copy p{color:#c0c8cd;margin:24px 0 30px}
.cp-project-art{position:relative;min-height:620px;background:radial-gradient(circle at 60% 40%,rgba(0,204,255,.12),transparent 48%)}
.cp-browser{position:absolute;width:82%;height:78%;left:8%;top:11%;border:1px solid rgba(255,255,255,.28);background:#070a0c;transform:perspective(1500px) rotateY(-7deg) rotateX(2deg);box-shadow:0 40px 90px rgba(0,0,0,.55);overflow:hidden}
.cp-browser-top{height:40px;border-bottom:1px solid var(--cp-line);display:flex;gap:7px;align-items:center;padding:0 14px}
.cp-browser-top i{width:7px;height:7px;border-radius:50%;background:#465057}
.cp-browser-screen{height:calc(100% - 40px);padding:12% 9%;background:linear-gradient(110deg,rgba(0,0,0,.35),rgba(0,0,0,.82)),linear-gradient(145deg,#152229,#06090b 66%);position:relative}
.cp-browser-screen::after{content:"";position:absolute;right:-4%;bottom:-15%;width:70%;height:70%;background:linear-gradient(140deg,transparent,rgba(0,204,255,.08));transform:skewX(-15deg)}
.cp-browser-eyebrow{font-size:13px;font-weight:800}
.cp-browser-title{font-family:var(--cp-head);font-size:clamp(42px,5vw,78px);font-weight:800;line-height:.92;margin-top:16%;position:relative;z-index:2}
.cp-browser-title span{color:var(--cp-blue)}
.cp-browser-button{display:inline-block;background:var(--cp-blue);color:#001018;font-weight:800;font-size:11px;padding:11px 16px;margin-top:27px}
.cp-project-numbers{position:absolute;right:18px;top:50%;transform:translateY(-50%);display:grid;gap:26px;font-size:12px;color:#4e5960}
.cp-project-numbers .is-active{color:var(--cp-blue)}
.cp-services h2{margin-bottom:70px}
.cp-service-list{border-top:1px solid var(--cp-line)}
.cp-service-row{display:grid;grid-template-columns:80px 260px 1fr 50px;gap:28px;align-items:center;padding:31px 0;border-bottom:1px solid var(--cp-line);transition:padding .25s ease,background .25s ease}
.cp-service-row:hover{padding-left:18px;background:linear-gradient(90deg,rgba(0,204,255,.055),transparent)}
.cp-service-num{color:var(--cp-blue);font-size:12px}
.cp-service-row h3{font-size:28px;margin:0;font-family:var(--cp-head);font-weight:700}
.cp-service-row p{color:var(--cp-muted);margin:0;max-width:620px}
.cp-service-arrow{font-size:27px;color:var(--cp-blue);text-align:right}
.cp-industry-list{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--cp-line);border-left:1px solid var(--cp-line)}
.cp-industry-item{min-height:170px;border-right:1px solid var(--cp-line);border-bottom:1px solid var(--cp-line);padding:25px;display:flex;flex-direction:column;justify-content:space-between;font-size:19px;font-weight:700;transition:background .25s ease,transform .25s ease}
.cp-industry-item span{font-size:11px;color:#5e6970}
.cp-industry-item b{color:var(--cp-blue);font-weight:400;align-self:flex-end}
.cp-industry-item:hover{background:#0b1114;transform:translateY(-2px)}
.cp-about-contact{padding-bottom:100px}
.cp-about-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}
.cp-about p{max-width:560px;color:#b8c0c5;font-size:18px;margin:30px 0 35px}
.cp-contact-card{border:1px solid var(--cp-line);padding:42px;background:linear-gradient(145deg,#101417,#080a0c)}
.cp-contact-card h2{font-size:clamp(39px,4vw,64px);margin-bottom:34px}
.cp-project-form input,.cp-project-form select,.cp-project-form textarea{width:100%;background:#07090a;border:1px solid #30383d;color:white;padding:15px 16px;outline:none;transition:border-color .2s ease}
.cp-project-form input:focus,.cp-project-form select:focus,.cp-project-form textarea:focus{border-color:var(--cp-blue)}
.cp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cp-project-form select,.cp-project-form textarea{margin-top:10px}
.cp-project-form .cp-button{margin-top:10px}
.cp-form-points{display:flex;gap:24px;justify-content:space-between;color:#8e9aa1;font-size:11px;margin-top:15px;flex-wrap:wrap}
.cp-form-points span::first-letter{color:var(--cp-blue)}
.cp-footer{background:#030405;padding:60px 0 24px}
.cp-footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:50px}
.cp-footer-brand img{width:185px}
.cp-footer p{color:#88949a;max-width:280px}
.cp-footer a,.cp-footer span{display:block;color:#9ba6ac;font-size:13px;margin:7px 0}
.cp-footer a:hover{color:var(--cp-blue)}
.cp-footer-label{font-size:11px;text-transform:uppercase;color:white;letter-spacing:.08em;margin-bottom:14px}
.cp-footer-bottom{border-top:1px solid var(--cp-line);margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;color:#667177;font-size:11px}
.cp-footer-bottom div{display:flex;gap:28px}
.cp-generic{padding-top:160px;min-height:70vh}
.cp-content-shell{max-width:1000px}
.cp-article h1{font-family:var(--cp-head);font-size:clamp(52px,7vw,100px);line-height:.95}
.cp-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.cp-reveal.is-visible{opacity:1;transform:none}
@keyframes cpFloat{0%,100%{transform:translateY(-50%) translate3d(0,0,0)}50%{transform:translateY(-50%) translate3d(0,-4px,0)}}
@media (prefers-reduced-motion:no-preference){
 .cp-hero-symbol-wrap{animation:cpFloat 10s ease-in-out infinite}
}
@media(max-width:1100px){
 .cp-nav{display:none}
 .cp-header-cta{margin-left:auto}
 .cp-menu-toggle{display:block;order:3;width:42px;height:42px;padding:10px;position:relative}
 .cp-menu-toggle span:not(.screen-reader-text){position:absolute;left:10px;width:22px;height:1px;background:white;transition:.2s ease}
 .cp-menu-toggle span:first-child{top:16px}.cp-menu-toggle span:nth-child(2){top:24px}
 .cp-nav.is-open{display:block;position:absolute;top:82px;left:0;right:0;background:#060809;border-bottom:1px solid var(--cp-line);padding:20px var(--cp-pad)}
 .cp-nav.is-open .cp-nav-list{display:grid;gap:0}
 .cp-nav.is-open .cp-nav-list a{display:block;padding:14px 0;border-bottom:1px solid var(--cp-line);font-size:18px}
 .cp-hero-symbol-wrap{right:-22vw;width:74vw;opacity:.60}
 .cp-featured-project{grid-template-columns:340px 1fr}
 .cp-service-row{grid-template-columns:50px 220px 1fr 40px}
 .cp-about-contact-grid{grid-template-columns:1fr;gap:60px}
 .cp-footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}
}
@media(max-width:760px){
 :root{--cp-pad:20px}
 .cp-header-inner{min-height:70px}
 .cp-brand img{width:174px}
 .cp-header-cta{display:none}
 .cp-nav.is-open{top:70px}
 .cp-hero{min-height:auto;padding:132px 0 74px}
 .cp-hero-grid{display:block}
 .cp-hero-content{padding-top:0}
 .cp-hero h1{font-size:clamp(50px,14vw,74px);max-width:95%}
 .cp-hero-copy{font-size:16px;margin-top:24px}
 .cp-hero-symbol-wrap{width:100vw;right:-52vw;top:42%;opacity:.36}

 .cp-proof-band-inner{grid-template-columns:repeat(2,1fr)}
 .cp-proof-stat{min-height:105px;padding:20px}
 .cp-proof-stat:nth-child(3){border-left:1px solid var(--cp-line)}
 .cp-client-row{grid-template-columns:repeat(2,1fr);gap:24px}
 .cp-client-row span{font-size:17px}
 .cp-section{padding:82px 0}
 .cp-section-head{display:block}
 .cp-section-head .cp-text-link{display:inline-block;margin-top:25px}
 .cp-featured-project{grid-template-columns:1fr}
 .cp-project-copy{padding:38px 28px}
 .cp-project-art{min-height:430px}
 .cp-browser{width:92%;left:4%;height:78%;transform:perspective(1200px) rotateY(-4deg)}
 .cp-service-row{grid-template-columns:42px 1fr 30px;padding:23px 0;gap:14px}
 .cp-service-row h3{font-size:22px}
 .cp-service-row p{grid-column:2/4;margin-top:-7px}
 .cp-service-arrow{grid-column:3;grid-row:1}
 .cp-industry-list{grid-template-columns:repeat(2,1fr)}
 .cp-industry-item{min-height:140px;font-size:16px}
 .cp-about-contact-grid{gap:50px}
 .cp-contact-card{padding:28px 20px}
 .cp-form-grid{grid-template-columns:1fr}
 .cp-footer-grid{grid-template-columns:1fr 1fr}
 .cp-footer-grid>div:first-child{grid-column:1/-1}
 .cp-footer-bottom{display:block}
 .cp-footer-bottom div{margin-top:8px}
}
@media(max-width:470px){
 .cp-actions{display:grid}
 .cp-button{width:100%}

 .cp-section h2{font-size:41px}
 .cp-industry-list{grid-template-columns:1fr}
 .cp-footer-grid{grid-template-columns:1fr}
 .cp-footer-grid>div:first-child{grid-column:auto}
}





/* v0.5 — simplified top-of-page flow */
.cp-proof-band + .cp-work{
  padding-top:clamp(88px,8vw,130px);
}


/* v0.6 — editorial Selected Work */
.cp-work-v2{
  background:#050607;
  padding-top:clamp(96px,8vw,140px);
}
.cp-work-head{
  align-items:end;
  margin-bottom:56px;
}
.cp-work-intro{
  width:min(100%,390px);
  padding-bottom:8px;
}
.cp-work-intro p{
  margin:0 0 18px;
  color:#9da8ae;
  font-size:16px;
  line-height:1.7;
}
.cp-editorial-project{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(380px,.65fr);
  min-height:670px;
  border-top:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
}
.cp-editorial-media{
  position:relative;
  min-height:670px;
  overflow:hidden;
  background:#0a0d0f;
}
.cp-editorial-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.04),rgba(0,0,0,.22));
  pointer-events:none;
}
.cp-editorial-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.01);
  transition:transform .8s cubic-bezier(.2,.8,.2,1);
}
.cp-editorial-project:hover .cp-editorial-media img{
  transform:scale(1.035);
}
.cp-editorial-overlay{
  position:absolute;
  z-index:2;
  top:24px;
  left:24px;
  display:flex;
  gap:10px;
  align-items:center;
}
.cp-editorial-overlay span{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:0 10px;
  background:rgba(5,6,7,.82);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(10px);
  text-transform:uppercase;
  font-size:10px;
  letter-spacing:.08em;
}
.cp-editorial-overlay span:first-child{
  color:var(--cp-blue);
}
.cp-editorial-copy{
  padding:clamp(42px,5vw,72px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:linear-gradient(145deg,#0a0d0f,#07090a);
}
.cp-editorial-copy h3{
  font-family:var(--cp-head);
  font-size:clamp(46px,4.4vw,74px);
  line-height:.95;
  letter-spacing:-.04em;
  text-transform:uppercase;
  margin:16px 0 24px;
}
.cp-editorial-lead{
  color:#f1f4f5!important;
  font-size:20px!important;
  line-height:1.55!important;
  margin-bottom:18px!important;
}
.cp-editorial-copy p{
  color:#9da8ae;
  margin:0;
  line-height:1.75;
}
.cp-project-proof{
  margin:34px 0;
  border-top:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.cp-project-proof>div{
  min-width:0;
  padding:20px 18px 20px 0;
  border-right:1px solid var(--cp-line);
}
.cp-project-proof>div:last-child{
  border-right:0;
  padding-left:18px;
}
.cp-project-proof>div:nth-child(2){
  padding-left:18px;
}
.cp-project-proof span{
  display:block;
  color:#617079;
  font-size:9px;
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:7px;
}
.cp-project-proof strong{
  display:block;
  color:#e9edef;
  font-size:13px;
  font-weight:600;
}
.cp-case-link{
  width:max-content;
  margin-top:2px;
}
.cp-project-index-list{
  border-bottom:1px solid var(--cp-line);
}
.cp-project-index-list>a{
  display:grid;
  grid-template-columns:70px 1fr minmax(180px,320px) 42px;
  gap:22px;
  align-items:center;
  min-height:92px;
  border-bottom:1px solid var(--cp-line);
  transition:background .24s ease,padding .24s ease;
}
.cp-project-index-list>a:last-child{
  border-bottom:0;
}
.cp-project-index-list>a:hover{
  background:linear-gradient(90deg,rgba(0,204,255,.04),transparent 65%);
  padding-left:14px;
}
.cp-project-index-num{
  color:var(--cp-blue);
  font-size:11px;
}
.cp-project-index-name{
  font-family:var(--cp-head);
  font-size:23px;
  font-weight:700;
}
.cp-project-index-services{
  color:#78848a;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.cp-project-index-arrow{
  color:var(--cp-blue);
  font-size:22px;
  text-align:right;
}
@media(max-width:1050px){
  .cp-editorial-project{
    grid-template-columns:1fr;
  }
  .cp-editorial-media{
    min-height:560px;
  }
  .cp-editorial-project{
    min-height:auto;
  }
}
@media(max-width:760px){
  .cp-work-head{
    display:block;
  }
  .cp-work-intro{
    margin-top:24px;
  }
  .cp-editorial-media{
    min-height:420px;
  }
  .cp-editorial-copy{
    padding:34px 22px 38px;
  }
  .cp-project-proof{
    grid-template-columns:1fr;
  }
  .cp-project-proof>div,
  .cp-project-proof>div:nth-child(2),
  .cp-project-proof>div:last-child{
    padding:16px 0;
    border-right:0;
    border-bottom:1px solid var(--cp-line);
  }
  .cp-project-proof>div:last-child{
    border-bottom:0;
  }
  .cp-project-index-list>a{
    grid-template-columns:42px 1fr 30px;
    min-height:86px;
  }
  .cp-project-index-services{
    grid-column:2;
    grid-row:2;
    margin-top:-12px;
  }
  .cp-project-index-arrow{
    grid-column:3;
    grid-row:1/3;
  }
}


/* v0.7 — Selected Work: featured case study + supporting projects */
.cp-work-v3{
  background:#050607;
  padding-top:clamp(96px,8vw,140px);
}
.cp-work-v3-intro{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.45fr);
  gap:70px;
  align-items:end;
  margin-bottom:58px;
}
.cp-work-v3-intro h2{
  max-width:850px;
}
.cp-work-v3-intro-copy{
  padding-bottom:8px;
}
.cp-work-v3-intro-copy p{
  color:#98a4aa;
  margin:0 0 26px;
  line-height:1.75;
  font-size:16px;
}
.cp-feature-project-v3{
  display:grid;
  grid-template-columns:minmax(330px,.72fr) minmax(0,1.45fr);
  min-height:610px;
  border:1px solid var(--cp-line);
  overflow:hidden;
  background:#080a0b;
}
.cp-feature-project-copy-v3{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(42px,4.7vw,72px);
  border-right:1px solid var(--cp-line);
}
.cp-feature-project-copy-v3 h3{
  font-family:var(--cp-head);
  font-size:clamp(46px,4.3vw,72px);
  line-height:.96;
  text-transform:uppercase;
  letter-spacing:-.04em;
  margin:12px 0 16px;
}
.cp-project-standfirst{
  color:#edf1f3!important;
  font-size:20px!important;
  line-height:1.55!important;
  margin:24px 0 16px!important;
}
.cp-feature-project-copy-v3 p{
  color:#95a1a7;
  line-height:1.75;
  margin:0;
}
.cp-project-capabilities{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:30px 0 34px;
}
.cp-project-capabilities span{
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.13);
  color:#c9d1d5;
  font-size:10px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.cp-feature-project-copy-v3 .cp-button{
  width:max-content;
}
.cp-feature-project-visual-v3{
  min-width:0;
  position:relative;
  overflow:hidden;
  background:#07090a;
}
.cp-feature-project-visual-v3::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  box-shadow:inset 35px 0 70px rgba(5,6,7,.18);
  pointer-events:none;
}
.cp-feature-project-visual-v3 img{
  width:100%;
  height:100%;
  min-height:610px;
  object-fit:cover;
  object-position:center;
  transition:transform .8s cubic-bezier(.2,.8,.2,1);
}
.cp-feature-project-v3:hover .cp-feature-project-visual-v3 img{
  transform:scale(1.018);
}
.cp-work-cards-v3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-left:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
}
.cp-work-card-v3{
  min-width:0;
  border-right:1px solid var(--cp-line);
  background:#07090a;
}
.cp-work-card-media-v3{
  aspect-ratio:1.35/1;
  overflow:hidden;
  border-bottom:1px solid var(--cp-line);
  background:#0a0c0d;
}
.cp-work-card-media-v3 img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease,opacity .3s ease;
  opacity:.9;
}
.cp-work-card-v3:hover .cp-work-card-media-v3 img{
  transform:scale(1.025);
  opacity:1;
}
.cp-work-card-body-v3{
  padding:28px 28px 30px;
}
.cp-work-card-body-v3 h3{
  font-family:var(--cp-head);
  text-transform:uppercase;
  font-size:28px;
  letter-spacing:-.025em;
  margin:10px 0 6px;
}
.cp-work-card-body-v3 p{
  margin:0 0 24px;
  color:#78858b;
  font-size:13px;
}
.cp-work-card-body-v3 a{
  color:#eaf0f2;
  font-weight:600;
  font-size:13px;
}
.cp-work-card-body-v3 a span{
  color:var(--cp-blue);
  margin-left:8px;
}
@media(max-width:1100px){
  .cp-feature-project-v3{
    grid-template-columns:1fr;
  }
  .cp-feature-project-copy-v3{
    border-right:0;
    border-bottom:1px solid var(--cp-line);
  }
  .cp-feature-project-visual-v3 img{
    min-height:520px;
  }
}
@media(max-width:850px){
  .cp-work-v3-intro{
    grid-template-columns:1fr;
    gap:24px;
  }
  .cp-work-v3-intro-copy{
    max-width:580px;
  }
  .cp-work-cards-v3{
    grid-template-columns:1fr;
  }
  .cp-work-card-v3{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    border-bottom:1px solid var(--cp-line);
  }
  .cp-work-card-media-v3{
    aspect-ratio:auto;
    min-height:260px;
    border-bottom:0;
    border-right:1px solid var(--cp-line);
  }
}
@media(max-width:560px){
  .cp-feature-project-copy-v3{
    padding:34px 22px 38px;
  }
  .cp-feature-project-visual-v3 img{
    min-height:320px;
  }
  .cp-work-card-v3{
    display:block;
  }
  .cp-work-card-media-v3{
    aspect-ratio:1.35/1;
    min-height:0;
    border-right:0;
    border-bottom:1px solid var(--cp-line);
  }
}


/* v0.8 — cleaner, restrained Selected Work */
.cp-work-v4{
  background:#050607;
  padding-top:clamp(96px,8vw,140px);
}
.cp-work-v4-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:34px;
  margin-bottom:54px;
}
.cp-work-v4-head h2{
  max-width:900px;
}
.cp-feature-v4{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(340px,.85fr);
  border:1px solid var(--cp-line);
  min-height:590px;
  background:#080a0b;
}
.cp-feature-v4-media{
  overflow:hidden;
  min-width:0;
  background:#0a0c0d;
  border-right:1px solid var(--cp-line);
}
.cp-feature-v4-media img{
  width:100%;
  height:100%;
  min-height:590px;
  object-fit:cover;
  object-position:center;
  transition:transform .7s ease;
}
.cp-feature-v4:hover .cp-feature-v4-media img{
  transform:scale(1.018);
}
.cp-feature-v4-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(38px,4.2vw,66px);
}
.cp-feature-v4-copy h3{
  font-family:var(--cp-head);
  text-transform:uppercase;
  font-size:clamp(44px,4vw,68px);
  line-height:.96;
  letter-spacing:-.04em;
  margin:12px 0 16px;
}
.cp-feature-v4-lead{
  color:#eef2f4!important;
  font-size:19px!important;
  line-height:1.58!important;
  margin:24px 0 15px!important;
}
.cp-feature-v4-copy p{
  color:#98a4aa;
  margin:0;
  line-height:1.75;
}
.cp-feature-v4-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:28px 0 32px;
}
.cp-feature-v4-meta span{
  border:1px solid rgba(255,255,255,.13);
  padding:8px 10px;
  color:#c7d0d4;
  font-size:10px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.cp-feature-v4-copy .cp-button{
  width:max-content;
}
.cp-supporting-projects-v4{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:18px;
}
.cp-support-project-v4{
  border:1px solid var(--cp-line);
  background:#07090a;
}
.cp-support-media-v4{
  display:block;
  aspect-ratio:1.62/1;
  overflow:hidden;
  border-bottom:1px solid var(--cp-line);
  background:#0a0c0d;
}
.cp-support-media-v4 img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease,opacity .3s ease;
  opacity:.94;
}
.cp-support-project-v4:hover .cp-support-media-v4 img{
  transform:scale(1.02);
  opacity:1;
}
.cp-support-copy-v4{
  padding:23px 24px 25px;
}
.cp-support-copy-v4 h3{
  font-family:var(--cp-head);
  text-transform:uppercase;
  font-size:24px;
  line-height:1.02;
  letter-spacing:-.025em;
  margin:10px 0 5px;
}
.cp-support-copy-v4 p{
  color:#748087;
  font-size:12px;
  margin:0 0 18px;
}
.cp-support-copy-v4>a{
  color:#eaf0f2;
  font-size:13px;
  font-weight:600;
}
.cp-support-copy-v4>a:hover{
  color:var(--cp-blue);
}
@media(max-width:1100px){
  .cp-feature-v4{
    grid-template-columns:1fr;
  }
  .cp-feature-v4-media{
    border-right:0;
    border-bottom:1px solid var(--cp-line);
  }
  .cp-feature-v4-media img{
    min-height:500px;
  }
}
@media(max-width:820px){
  .cp-work-v4-head{
    display:block;
  }
  .cp-work-v4-head .cp-text-link{
    display:inline-block;
    margin-top:22px;
  }
  .cp-supporting-projects-v4{
    grid-template-columns:1fr;
  }
  .cp-support-project-v4{
    display:grid;
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  }
  .cp-support-media-v4{
    aspect-ratio:auto;
    min-height:230px;
    border-bottom:0;
    border-right:1px solid var(--cp-line);
  }
}
@media(max-width:560px){
  .cp-feature-v4-media img{
    min-height:320px;
  }
  .cp-feature-v4-copy{
    padding:32px 22px 36px;
  }
  .cp-support-project-v4{
    display:block;
  }
  .cp-support-media-v4{
    aspect-ratio:1.62/1;
    min-height:0;
    border-right:0;
    border-bottom:1px solid var(--cp-line);
  }
}


/* v0.9 — compact unified Selected Work */
.cp-work-v5{background:#050607;padding-top:clamp(92px,7.5vw,132px)}
.cp-work-v5-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,390px);gap:64px;align-items:end;margin-bottom:48px}
.cp-work-v5-head-copy{padding-bottom:5px}
.cp-work-v5-head-copy p{margin:0 0 16px;color:#929ea4;line-height:1.7}
.cp-feature-v5{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.72fr);min-height:520px;border:1px solid var(--cp-line);background:#080a0b}
.cp-feature-v5-media,.cp-project-card-media-v5{position:relative;display:block;overflow:hidden;background:#0a0c0d}
.cp-feature-v5-media{border-right:1px solid var(--cp-line)}
.cp-feature-v5-media img{width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center;transition:transform .65s ease}
.cp-feature-v5:hover .cp-feature-v5-media img{transform:scale(1.015)}
.cp-project-number{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;justify-content:center;min-width:35px;height:29px;padding:0 9px;background:rgba(5,6,7,.82);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);color:var(--cp-blue);font-size:10px;letter-spacing:.08em}
.cp-feature-v5-copy{padding:clamp(34px,3.8vw,56px);display:flex;flex-direction:column;justify-content:center}
.cp-feature-v5-copy h3{font-family:var(--cp-head);text-transform:uppercase;font-size:clamp(40px,3.6vw,58px);line-height:.96;letter-spacing:-.038em;margin:10px 0 14px}
.cp-feature-v5-lead{color:#eef2f4!important;font-size:18px!important;line-height:1.56!important;margin:22px 0 12px!important}
.cp-feature-v5-copy p{color:#929ea4;line-height:1.7;margin:0}
.cp-feature-v5-link{display:inline-block;margin-top:28px}
.cp-project-grid-v5{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
.cp-project-card-v5{border:1px solid var(--cp-line);background:#07090a}
.cp-project-card-media-v5{aspect-ratio:1.62/1;border-bottom:1px solid var(--cp-line)}
.cp-project-card-media-v5 img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .55s ease,opacity .3s ease;opacity:.96}
.cp-project-card-v5:hover .cp-project-card-media-v5 img{transform:scale(1.018);opacity:1}
.cp-project-card-copy-v5{padding:21px 22px 23px}
.cp-project-card-copy-v5 h3{font-family:var(--cp-head);text-transform:uppercase;font-size:23px;line-height:1.02;letter-spacing:-.025em;margin:9px 0 8px}
.cp-project-card-copy-v5 p{color:#7e8a90;font-size:12.5px;line-height:1.6;margin:0 0 17px}
.cp-project-card-copy-v5>a{color:#eaf0f2;font-weight:600;font-size:12.5px}
.cp-project-card-copy-v5>a:hover{color:var(--cp-blue)}
@media(max-width:1080px){
  .cp-feature-v5{grid-template-columns:1fr}
  .cp-feature-v5-media{border-right:0;border-bottom:1px solid var(--cp-line)}
  .cp-feature-v5-media img{min-height:460px}
}
@media(max-width:820px){
  .cp-work-v5-head{grid-template-columns:1fr;gap:22px}
  .cp-project-grid-v5{grid-template-columns:1fr}
  .cp-project-card-v5{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}
  .cp-project-card-media-v5{aspect-ratio:auto;min-height:220px;border-bottom:0;border-right:1px solid var(--cp-line)}
}
@media(max-width:560px){
  .cp-feature-v5-media img{min-height:300px}
  .cp-feature-v5-copy{padding:30px 21px 34px}
  .cp-project-card-v5{display:block}
  .cp-project-card-media-v5{aspect-ratio:1.62/1;min-height:0;border-right:0;border-bottom:1px solid var(--cp-line)}
}


/* v1.0 — project artwork quality pass */
.cp-project-number{display:none!important}

.cp-project-card-media-v5{
  aspect-ratio:1.78/1;
  background:#07090a;
}
.cp-project-card-media-v5 img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  image-rendering:auto;
  opacity:1;
  transform:none;
}
.cp-project-card-v5:hover .cp-project-card-media-v5 img{
  transform:none;
}

.cp-feature-v5-media img{
  image-rendering:auto;
}

@media(max-width:820px){
  .cp-project-card-media-v5{
    min-height:0;
    aspect-ratio:1.78/1;
    border-right:0;
    border-bottom:1px solid var(--cp-line);
  }
  .cp-project-card-v5{
    display:block;
  }
}


/* v1.1 — clean Proline feature artwork */
.cp-feature-v5-media{
  background:#060708;
}
.cp-feature-v5-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}


/* v1.2 — refined five-service editorial section */
.cp-services-v2{
  padding-top:clamp(92px,7.5vw,132px);
  padding-bottom:clamp(92px,7.5vw,132px);
}
.cp-services-v2 h2{
  margin-bottom:54px;
}
.cp-service-list-v2{
  border-top:1px solid var(--cp-line);
}
.cp-service-row-v2{
  grid-template-columns:70px minmax(260px,360px) minmax(0,1fr) 44px;
  gap:26px;
  min-height:116px;
  padding:24px 0;
  position:relative;
}
.cp-service-row-v2::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:2px;
  background:var(--cp-blue);
  transform:scaleY(0);
  transform-origin:center;
  transition:transform .25s ease;
}
.cp-service-row-v2:hover::before{
  transform:scaleY(1);
}
.cp-service-row-v2:hover{
  padding-left:18px;
  background:linear-gradient(90deg,rgba(0,204,255,.045),transparent 62%);
}
.cp-service-title-wrap{
  min-width:0;
}
.cp-service-row-v2 h3{
  margin:0 0 6px;
  font-family:var(--cp-head);
  font-size:28px;
  font-weight:700;
  letter-spacing:-.025em;
}
.cp-service-meta{
  display:block;
  color:#5f6d74;
  font-size:9px;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:color .25s ease;
}
.cp-service-row-v2:hover .cp-service-meta{
  color:var(--cp-blue);
}
.cp-service-row-v2 p{
  color:#8f9ba1;
  margin:0;
  max-width:700px;
  transition:color .25s ease;
}
.cp-service-row-v2:hover p{
  color:#b7c0c5;
}
.cp-service-row-v2 .cp-service-arrow{
  transition:transform .25s ease,color .25s ease;
}
.cp-service-row-v2:hover .cp-service-arrow{
  transform:translate(5px,-5px);
  color:#34d8ff;
}
@media(max-width:900px){
  .cp-service-row-v2{
    grid-template-columns:46px 1fr 34px;
    min-height:0;
    gap:14px;
  }
  .cp-service-row-v2 p{
    grid-column:2/4;
    margin-top:2px;
  }
  .cp-service-row-v2 .cp-service-arrow{
    grid-column:3;
    grid-row:1;
  }
}
@media(max-width:560px){
  .cp-services-v2 h2{
    margin-bottom:38px;
  }
  .cp-service-row-v2{
    padding:20px 0;
  }
  .cp-service-row-v2 h3{
    font-size:23px;
  }
  .cp-service-meta{
    font-size:8px;
  }
  .cp-service-row-v2 p{
    font-size:14px;
    line-height:1.6;
  }
}


/* v1.3 — SEO-led industries hub section */
.cp-industries-v2{
  padding-top:clamp(96px,8vw,142px);
  padding-bottom:clamp(96px,8vw,142px);
  background:#080a0b;
}
.cp-industries-head{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);
  gap:70px;
  align-items:end;
  margin-bottom:64px;
}
.cp-industries-v2 h2{
  margin:0;
}
.cp-industries-intro{
  max-width:560px;
  justify-self:end;
}
.cp-industries-intro p{
  color:#8e9aa0;
  font-size:16px;
  line-height:1.75;
  margin:0 0 22px;
}
.cp-text-link{
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:#e9f8fc;
  font-size:13px;
  font-weight:650;
  text-decoration:none;
}
.cp-text-link span{
  color:var(--cp-blue);
  transition:transform .22s ease;
}
.cp-text-link:hover span{
  transform:translate(4px,-2px);
}
.cp-industry-grid-v2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--cp-line);
  border-left:1px solid var(--cp-line);
}
.cp-industry-card-v2{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 30px;
  gap:20px;
  min-height:190px;
  padding:30px;
  border-right:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
  text-decoration:none;
  color:inherit;
  position:relative;
  overflow:hidden;
  transition:background .25s ease,padding-left .25s ease;
}
.cp-industry-card-v2::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:2px;
  background:var(--cp-blue);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}
.cp-industry-card-v2:hover{
  background:rgba(0,204,255,.04);
}
.cp-industry-card-v2:hover::after{
  transform:scaleX(1);
}
.cp-industry-index{
  font-size:10px;
  color:#56656c;
  letter-spacing:.08em;
  padding-top:6px;
}
.cp-industry-card-v2 h3{
  margin:0 0 12px;
  font-family:var(--cp-head);
  font-size:clamp(23px,2vw,30px);
  line-height:1.05;
  letter-spacing:-.03em;
}
.cp-industry-card-v2 p{
  margin:0;
  max-width:520px;
  color:#7f8b91;
  font-size:14px;
  line-height:1.65;
}
.cp-industry-arrow{
  justify-self:end;
  align-self:start;
  color:#79868d;
  transition:transform .25s ease,color .25s ease;
}
.cp-industry-card-v2:hover .cp-industry-arrow{
  color:var(--cp-blue);
  transform:translate(4px,-4px);
}
.cp-industries-seo-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  margin-top:34px;
  padding:24px 0 0;
}
.cp-industries-seo-note p{
  margin:0;
  color:#718087;
  max-width:920px;
  font-size:13px;
  line-height:1.7;
}
.cp-industries-seo-note strong{
  color:#dce4e8;
  font-weight:650;
}
@media(max-width:900px){
  .cp-industries-head{
    grid-template-columns:1fr;
    gap:28px;
    margin-bottom:46px;
  }
  .cp-industries-intro{
    justify-self:start;
  }
}
@media(max-width:760px){
  .cp-industry-grid-v2{
    grid-template-columns:1fr;
  }
  .cp-industry-card-v2{
    min-height:0;
    padding:24px 20px;
    grid-template-columns:38px minmax(0,1fr) 24px;
    gap:12px;
  }
  .cp-industries-seo-note{
    display:block;
  }
  .cp-industries-seo-note .cp-text-link{
    margin-top:16px;
  }
}


/* v1.4 — Why Crafted Pixel */
.cp-why-v1{
  padding-top:clamp(104px,8vw,150px);
  padding-bottom:clamp(104px,8vw,150px);
  background:#050607;
}
.cp-why-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:80px;
  align-items:end;
  margin-bottom:68px;
}
.cp-why-v1 h2{
  margin:0;
  max-width:900px;
}
.cp-why-intro{
  justify-self:end;
  max-width:610px;
}
.cp-why-intro p{
  margin:0;
  color:#98a3a8;
  font-size:17px;
  line-height:1.8;
}
.cp-why-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--cp-line);
  border-left:1px solid var(--cp-line);
}
.cp-why-item{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:22px;
  padding:34px 34px 38px;
  min-height:220px;
  border-right:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
  position:relative;
  overflow:hidden;
  transition:background .25s ease;
}
.cp-why-item::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--cp-blue);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}
.cp-why-item:hover{
  background:rgba(0,204,255,.035);
}
.cp-why-item:hover::after{
  transform:scaleX(1);
}
.cp-why-num{
  color:#56656c;
  font-size:10px;
  letter-spacing:.08em;
  padding-top:6px;
}
.cp-why-item h3{
  margin:0 0 14px;
  font-family:var(--cp-head);
  font-size:clamp(25px,2vw,31px);
  letter-spacing:-.03em;
  line-height:1.05;
}
.cp-why-item p{
  margin:0;
  color:#7f8a90;
  line-height:1.72;
  font-size:14px;
  max-width:620px;
}
.cp-why-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding-top:30px;
}
.cp-why-bottom p{
  margin:0;
  color:#dce5e9;
  font-family:var(--cp-head);
  font-size:clamp(18px,1.5vw,24px);
  letter-spacing:-.02em;
}
@media(max-width:900px){
  .cp-why-head{
    grid-template-columns:1fr;
    gap:30px;
    margin-bottom:48px;
  }
  .cp-why-intro{
    justify-self:start;
  }
}
@media(max-width:720px){
  .cp-why-grid{
    grid-template-columns:1fr;
  }
  .cp-why-item{
    min-height:0;
    padding:26px 22px 30px;
    grid-template-columns:38px minmax(0,1fr);
    gap:14px;
  }
  .cp-why-bottom{
    display:block;
  }
  .cp-why-bottom .cp-text-link{
    margin-top:16px;
  }
}


/* v1.5 — Why Crafted Pixel: real-work visual + evidence-led copy */
.cp-why-v2{
  padding-top:clamp(100px,8vw,148px);
  padding-bottom:clamp(100px,8vw,148px);
  background:#050607;
}
.cp-why-v2-head{
  display:grid;
  grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr);
  gap:clamp(48px,6vw,96px);
  align-items:center;
  margin-bottom:70px;
}
.cp-why-v2-copy h2{
  margin:0 0 30px;
}
.cp-why-v2-lead{
  margin:0 0 16px;
  max-width:610px;
  color:#c5cdd1;
  font-size:18px;
  line-height:1.72;
}
.cp-why-v2-sub{
  margin:0 0 24px;
  max-width:610px;
  color:#7f8b91;
  font-size:14px;
  line-height:1.72;
}
.cp-why-v2-visual{
  margin:0;
  min-width:0;
}
.cp-why-v2-visual img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1.64/1;
  object-fit:cover;
  border:1px solid var(--cp-line);
  background:#080a0b;
}
.cp-why-v2-visual figcaption{
  margin-top:10px;
  color:#59666c;
  font-size:10px;
  line-height:1.5;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.cp-why-v2-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--cp-line);
  border-left:1px solid var(--cp-line);
}
.cp-why-v2-item{
  min-height:250px;
  padding:30px 28px 34px;
  border-right:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
  position:relative;
  transition:background .24s ease;
}
.cp-why-v2-item::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--cp-blue);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .24s ease;
}
.cp-why-v2-item:hover{
  background:rgba(0,204,255,.035);
}
.cp-why-v2-item:hover::after{
  transform:scaleX(1);
}
.cp-why-v2-item > span{
  display:block;
  margin-bottom:54px;
  color:#526067;
  font-size:10px;
  letter-spacing:.08em;
}
.cp-why-v2-item h3{
  margin:0 0 14px;
  font-family:var(--cp-head);
  font-size:clamp(22px,1.6vw,28px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.cp-why-v2-item p{
  margin:0;
  color:#7e8a90;
  font-size:13px;
  line-height:1.7;
}
@media(max-width:1050px){
  .cp-why-v2-head{
    grid-template-columns:1fr;
  }
  .cp-why-v2-copy{
    max-width:760px;
  }
  .cp-why-v2-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .cp-why-v2-head{
    gap:34px;
    margin-bottom:48px;
  }
  .cp-why-v2-grid{
    grid-template-columns:1fr;
  }
  .cp-why-v2-item{
    min-height:0;
    padding:24px 22px 28px;
  }
  .cp-why-v2-item > span{
    margin-bottom:26px;
  }
}


/* v1.6 — Why Crafted Pixel rebuilt from scratch */
.cp-why-v3{
  padding-top:clamp(104px,8vw,150px);
  padding-bottom:clamp(104px,8vw,150px);
  background:#050607;
}
.cp-why-v3-head{
  display:grid;
  grid-template-columns:minmax(340px,.78fr) minmax(0,1.22fr);
  gap:clamp(46px,6vw,92px);
  align-items:center;
  margin-bottom:72px;
}
.cp-why-v3-copy h2{
  margin:0 0 28px;
}
.cp-why-v3-lead{
  margin:0 0 16px;
  color:#cbd3d7;
  font-size:18px;
  line-height:1.7;
  max-width:620px;
}
.cp-why-v3-sub{
  margin:0;
  color:#7d898f;
  font-size:14px;
  line-height:1.75;
  max-width:620px;
}
.cp-why-v3-visual{
  margin:0;
  min-width:0;
}
.cp-why-v3-visual img{
  display:block;
  width:100%;
  height:auto;
  border:1px solid var(--cp-line);
  background:#080a0b;
}
.cp-why-v3-principles{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--cp-line);
  border-left:1px solid var(--cp-line);
}
.cp-why-v3-principles article{
  min-height:230px;
  padding:30px 28px 34px;
  border-right:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
  position:relative;
}
.cp-why-v3-principles article::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:2px;
  background:var(--cp-blue);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .24s ease;
}
.cp-why-v3-principles article:hover::after{
  transform:scaleX(1);
}
.cp-why-v3-principles span{
  display:block;
  margin-bottom:48px;
  color:#56656c;
  font-size:10px;
  letter-spacing:.08em;
}
.cp-why-v3-principles h3{
  margin:0 0 12px;
  font-family:var(--cp-head);
  font-size:clamp(22px,1.6vw,28px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.cp-why-v3-principles p{
  margin:0;
  color:#7e8a90;
  font-size:13px;
  line-height:1.7;
}
@media(max-width:1050px){
  .cp-why-v3-head{grid-template-columns:1fr}
  .cp-why-v3-principles{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .cp-why-v3-principles{grid-template-columns:1fr}
  .cp-why-v3-principles article{min-height:0;padding:24px 22px 28px}
  .cp-why-v3-principles span{margin-bottom:24px}
}


/* v1.7 — Why Crafted Pixel: client-first, no decorative image */
.cp-why-v4{
  position:relative;
  overflow:hidden;
  padding-top:clamp(108px,8.5vw,158px);
  padding-bottom:clamp(108px,8.5vw,158px);
  background:#050607;
}
.cp-why-v4::before{
  content:"CP";
  position:absolute;
  right:-2vw;
  top:20px;
  font-family:var(--cp-head);
  font-size:clamp(190px,27vw,460px);
  font-weight:800;
  line-height:.78;
  letter-spacing:-.08em;
  color:transparent;
  -webkit-text-stroke:1px rgba(0,204,255,.055);
  pointer-events:none;
}
.cp-why-v4 .cp-shell{
  position:relative;
  z-index:1;
}
.cp-why-v4-top{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);
  gap:clamp(50px,7vw,110px);
  align-items:end;
  margin-bottom:72px;
}
.cp-why-v4-heading h2{
  margin:0;
  max-width:950px;
}
.cp-why-v4-intro{
  max-width:600px;
  justify-self:end;
}
.cp-why-v4-intro p{
  margin:0 0 14px;
  color:#8f9ba1;
  font-size:16px;
  line-height:1.78;
}
.cp-why-v4-intro p:first-child{
  color:#c4cdd1;
  font-size:18px;
}
.cp-why-v4-body{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  gap:0;
  border-top:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
}
.cp-why-v4-outcomes{
  padding:34px 56px 16px 0;
  border-right:1px solid var(--cp-line);
}
.cp-outcome-row{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:22px;
  padding:28px 0 30px;
  border-bottom:1px solid var(--cp-line);
}
.cp-outcome-row:last-child{
  border-bottom:0;
}
.cp-outcome-num{
  padding-top:5px;
  color:#55636a;
  font-size:10px;
  letter-spacing:.08em;
}
.cp-outcome-row h3{
  margin:0 0 10px;
  font-family:var(--cp-head);
  font-size:clamp(23px,1.7vw,29px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.cp-outcome-row p{
  margin:0;
  max-width:720px;
  color:#7f8b91;
  font-size:14px;
  line-height:1.72;
}
.cp-why-v4-panel{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:100%;
  padding:42px 0 42px 54px;
}
.cp-why-v4-panel-label{
  margin-bottom:auto;
  color:#68767d;
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.cp-why-v4-panel-big{
  margin:72px 0 24px;
  font-family:var(--cp-head);
  font-size:clamp(42px,5vw,78px);
  font-weight:750;
  line-height:.9;
  letter-spacing:-.055em;
  color:#f2f6f7;
}
.cp-why-v4-panel-big span{
  color:var(--cp-blue);
}
.cp-why-v4-panel-copy{
  margin:0 0 24px;
  max-width:430px;
  color:#89959b;
  font-size:14px;
  line-height:1.72;
}
@media(max-width:980px){
  .cp-why-v4-top{
    grid-template-columns:1fr;
    gap:30px;
    margin-bottom:52px;
  }
  .cp-why-v4-intro{
    justify-self:start;
  }
  .cp-why-v4-body{
    grid-template-columns:1fr;
  }
  .cp-why-v4-outcomes{
    padding-right:0;
    border-right:0;
  }
  .cp-why-v4-panel{
    border-top:1px solid var(--cp-line);
    padding:36px 0 12px;
  }
  .cp-why-v4-panel-label{
    margin-bottom:0;
  }
  .cp-why-v4-panel-big{
    margin-top:36px;
  }
}
@media(max-width:560px){
  .cp-outcome-row{
    grid-template-columns:36px minmax(0,1fr);
    gap:12px;
    padding:23px 0 25px;
  }
  .cp-why-v4::before{
    display:none;
  }
}


/* v1.8 — Why Crafted Pixel editorial manifesto */
.cp-why-v5{
  position:relative;
  overflow:hidden;
  padding-top:clamp(118px,9vw,168px);
  padding-bottom:clamp(118px,9vw,168px);
  background:#050607;
}
.cp-why-v5::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 20%,rgba(0,204,255,.035),transparent 32%),
    linear-gradient(180deg,transparent,rgba(255,255,255,.01));
  pointer-events:none;
}
.cp-why-v5 .cp-shell{
  position:relative;
  z-index:1;
}
.cp-why-v5-intro{
  max-width:980px;
  margin-bottom:clamp(76px,7vw,112px);
}
.cp-why-v5-intro h2{
  margin:0 0 30px;
}
.cp-why-v5-intro p{
  margin:0;
  max-width:760px;
  color:#929fa5;
  font-size:17px;
  line-height:1.8;
}
.cp-why-v5-manifesto{
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  gap:clamp(70px,8vw,130px);
  align-items:start;
}
.cp-why-v5-statement{
  position:sticky;
  top:120px;
}
.cp-why-v5-statement p{
  margin:0;
  font-family:var(--cp-head);
  font-size:clamp(52px,6.4vw,104px);
  font-weight:760;
  line-height:.88;
  letter-spacing:-.06em;
  color:#f2f5f6;
}
.cp-why-v5-statement span{
  color:var(--cp-blue);
}
.cp-why-v5-points{
  padding-top:8px;
}
.cp-why-v5-point{
  padding:0 0 34px;
  margin-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.cp-why-v5-point:last-child{
  margin-bottom:0;
}
.cp-why-v5-point h3{
  margin:0 0 12px;
  font-family:var(--cp-head);
  font-size:clamp(25px,2vw,34px);
  letter-spacing:-.03em;
  line-height:1.08;
}
.cp-why-v5-point p{
  margin:0;
  max-width:650px;
  color:#7f8c92;
  font-size:14px;
  line-height:1.75;
}
.cp-why-v5-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  margin-top:clamp(70px,7vw,108px);
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.08);
}
.cp-why-v5-footer p{
  margin:0;
  color:#cbd3d7;
  font-family:var(--cp-head);
  font-size:clamp(18px,1.5vw,24px);
  letter-spacing:-.02em;
}
@media(max-width:980px){
  .cp-why-v5-manifesto{
    grid-template-columns:1fr;
    gap:48px;
  }
  .cp-why-v5-statement{
    position:static;
  }
  .cp-why-v5-statement p{
    max-width:760px;
  }
}
@media(max-width:640px){
  .cp-why-v5{
    padding-top:96px;
    padding-bottom:96px;
  }
  .cp-why-v5-intro{
    margin-bottom:58px;
  }
  .cp-why-v5-point{
    padding-bottom:26px;
    margin-bottom:26px;
  }
  .cp-why-v5-footer{
    display:block;
    margin-top:58px;
  }
  .cp-why-v5-footer .cp-text-link{
    margin-top:16px;
  }
}


/* v1.9 — Process timeline */
.cp-process-v1{
  padding-top:clamp(112px,8.5vw,160px);
  padding-bottom:clamp(112px,8.5vw,160px);
  background:#090b0c;
}
.cp-process-head{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);
  gap:clamp(52px,7vw,110px);
  align-items:end;
  margin-bottom:82px;
}
.cp-process-v1 h2{
  margin:0;
}
.cp-process-intro{
  justify-self:end;
  max-width:590px;
}
.cp-process-intro p{
  margin:0;
  color:#909ca2;
  font-size:16px;
  line-height:1.8;
}
.cp-process-track{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  padding-top:32px;
}
.cp-process-line{
  position:absolute;
  left:0;
  right:0;
  top:42px;
  height:1px;
  background:linear-gradient(90deg,rgba(0,204,255,.75),rgba(255,255,255,.12));
}
.cp-process-step{
  position:relative;
  padding:40px 34px 10px 0;
  min-height:300px;
}
.cp-process-step:not(:last-child){
  border-right:1px solid rgba(255,255,255,.06);
  margin-right:34px;
}
.cp-process-dot{
  position:absolute;
  top:4px;
  left:0;
  width:17px;
  height:17px;
  border-radius:50%;
  background:#090b0c;
  border:2px solid var(--cp-blue);
  box-shadow:0 0 0 7px #090b0c;
}
.cp-process-num{
  display:block;
  margin-bottom:44px;
  color:#59666d;
  font-size:10px;
  letter-spacing:.09em;
}
.cp-process-step h3{
  margin:0 0 16px;
  font-family:var(--cp-head);
  font-size:clamp(27px,2vw,34px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.cp-process-step p{
  margin:0 0 26px;
  max-width:310px;
  color:#7f8b91;
  font-size:14px;
  line-height:1.72;
}
.cp-process-meta{
  display:block;
  color:#5c6970;
  font-size:9px;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.cp-process-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  margin-top:70px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.08);
}
.cp-process-footer p{
  margin:0;
  color:#c4cdd1;
  font-size:14px;
}
@media(max-width:980px){
  .cp-process-head{
    grid-template-columns:1fr;
    gap:28px;
    margin-bottom:64px;
  }
  .cp-process-intro{
    justify-self:start;
  }
  .cp-process-track{
    grid-template-columns:1fr;
    padding-top:0;
  }
  .cp-process-line{
    left:7px;
    right:auto;
    top:0;
    bottom:0;
    width:1px;
    height:auto;
  }
  .cp-process-step{
    min-height:0;
    padding:0 0 48px 48px;
  }
  .cp-process-step:not(:last-child){
    border-right:0;
    margin-right:0;
  }
  .cp-process-dot{
    top:2px;
    left:0;
  }
  .cp-process-num{
    margin-bottom:18px;
  }
  .cp-process-step p{
    max-width:650px;
  }
}
@media(max-width:640px){
  .cp-process-footer{
    display:block;
    margin-top:48px;
  }
  .cp-process-footer .cp-text-link{
    margin-top:16px;
  }
}


/* v2.0 — Proof / testimonials */
.cp-proof-v1{
  padding-top:clamp(112px,8.5vw,160px);
  padding-bottom:clamp(112px,8.5vw,160px);
  background:#050607;
}
.cp-proof-head{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr);
  gap:clamp(50px,7vw,110px);
  align-items:end;
  margin-bottom:68px;
}
.cp-proof-v1 h2{
  margin:0;
}
.cp-proof-google{
  justify-self:end;
  max-width:470px;
}
.cp-proof-google-label{
  display:block;
  margin-bottom:12px;
  color:var(--cp-blue);
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.cp-proof-google p{
  margin:0 0 18px;
  color:#89969c;
  font-size:14px;
  line-height:1.7;
}
.cp-proof-feature{
  position:relative;
  padding:clamp(42px,5vw,74px) clamp(38px,6vw,90px);
  background:#0a0d0e;
  border:1px solid var(--cp-line);
  overflow:hidden;
}
.cp-proof-feature::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:var(--cp-blue);
}
.cp-proof-mark{
  position:absolute;
  right:5%;
  top:-36px;
  font-family:Georgia,serif;
  font-size:220px;
  line-height:1;
  color:rgba(0,204,255,.055);
  pointer-events:none;
}
.cp-proof-feature blockquote{
  position:relative;
  z-index:1;
  margin:0;
  max-width:1180px;
}
.cp-proof-feature blockquote > p{
  margin:0 0 34px;
  font-family:var(--cp-head);
  font-size:clamp(28px,3vw,48px);
  line-height:1.22;
  letter-spacing:-.035em;
  color:#eef3f5;
}
.cp-proof-feature footer,
.cp-proof-secondary footer{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.cp-proof-feature footer strong,
.cp-proof-secondary footer strong{
  font-size:13px;
  color:#dce5e9;
}
.cp-proof-feature footer span,
.cp-proof-secondary footer span{
  color:#68757b;
  font-size:11px;
}
.cp-proof-secondary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-left:1px solid var(--cp-line);
}
.cp-proof-secondary blockquote{
  margin:0;
  padding:34px 38px 38px;
  border-right:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
}
.cp-proof-secondary blockquote > p{
  margin:0 0 28px;
  color:#99a4a9;
  font-size:15px;
  line-height:1.75;
}
.cp-proof-rail{
  display:grid;
  grid-template-columns:220px 220px 1fr;
  border-top:1px solid var(--cp-line);
  margin-top:52px;
}
.cp-proof-stat{
  min-height:120px;
  padding:25px 28px 22px 0;
  border-right:1px solid var(--cp-line);
}
.cp-proof-stat + .cp-proof-stat{
  padding-left:28px;
}
.cp-proof-stat strong{
  display:block;
  margin-bottom:8px;
  font-family:var(--cp-head);
  font-size:clamp(34px,3vw,48px);
  line-height:1;
  letter-spacing:-.04em;
  color:#f2f6f7;
}
.cp-proof-stat span{
  color:#69767c;
  font-size:11px;
}
.cp-proof-stat-wide{
  display:flex;
  align-items:center;
  border-right:0;
}
.cp-proof-small{
  max-width:520px;
  line-height:1.7;
}
@media(max-width:900px){
  .cp-proof-head{
    grid-template-columns:1fr;
    gap:28px;
  }
  .cp-proof-google{
    justify-self:start;
  }
  .cp-proof-rail{
    grid-template-columns:1fr 1fr;
  }
  .cp-proof-stat-wide{
    grid-column:1/-1;
    border-top:1px solid var(--cp-line);
    padding-left:0!important;
  }
}
@media(max-width:650px){
  .cp-proof-secondary{
    grid-template-columns:1fr;
  }
  .cp-proof-feature{
    padding:36px 24px 40px;
  }
  .cp-proof-secondary blockquote{
    padding:28px 24px 32px;
  }
  .cp-proof-rail{
    grid-template-columns:1fr;
  }
  .cp-proof-stat,
  .cp-proof-stat + .cp-proof-stat{
    padding:22px 0;
    border-right:0;
    border-bottom:1px solid var(--cp-line);
  }
  .cp-proof-stat-wide{
    grid-column:auto;
    border-top:0;
  }
}


/* v2.1 — trust consistency */
.cp-proof-stat strong{
  word-break:normal;
}
.cp-stats .cp-proof-stat strong{
  white-space:nowrap;
}


/* v2.2 — homepage section rhythm / background hierarchy */
:root{
  --cp-bg-deep:#050607;
  --cp-bg-lift:#090b0c;
  --cp-bg-mid:#0c0f10;
}

/* Keep hero as the deepest canvas */
.cp-hero{
  background:var(--cp-bg-deep);
}

/* Trust strip acts as the first subtle break */
.cp-proof-band{
  background:var(--cp-bg-lift);
}

/* Featured work stays visually deep and premium */
.cp-work-v5{
  background:var(--cp-bg-deep);
}

/* Services gets a gentle lift */
.cp-services-v2{
  background:var(--cp-bg-lift);
}

/* Industries returns to deep */
.cp-industries-v2{
  background:var(--cp-bg-deep);
}

/* Why Crafted Pixel gets a subtle contrast lift */
.cp-why-v5{
  background:var(--cp-bg-lift);
}
.cp-why-v5::before{
  background:
    radial-gradient(circle at 82% 20%,rgba(0,204,255,.03),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.007),transparent 35%);
}

/* Process returns to the deepest state */
.cp-process-v1{
  background:var(--cp-bg-deep);
}

/* Testimonials/proof lifts again */
.cp-proof-v1{
  background:var(--cp-bg-lift);
}

/* About/contact area remains controlled until the final CTA is rebuilt */
.cp-about-contact,
.cp-contact,
.cp-about{
  background:var(--cp-bg-deep);
}

/* Softer transitions between major sections */
.cp-work-v5,
.cp-services-v2,
.cp-industries-v2,
.cp-why-v5,
.cp-process-v1,
.cp-proof-v1{
  position:relative;
}
.cp-work-v5::after,
.cp-services-v2::after,
.cp-industries-v2::after,
.cp-why-v5::after,
.cp-process-v1::after,
.cp-proof-v1::after{
  content:"";
  position:absolute;
  left:var(--cp-pad);
  right:var(--cp-pad);
  bottom:0;
  height:1px;
  background:rgba(255,255,255,.035);
  pointer-events:none;
}

/* Avoid obvious striping on smaller screens by reducing contrast slightly */
@media(max-width:760px){
  :root{
    --cp-bg-lift:#080a0b;
  }
}


/* v2.3 — UK Coverage / Locations bridge */
.cp-locations-v1{
  position:relative;
  overflow:hidden;
  padding-top:clamp(116px,9vw,170px);
  padding-bottom:clamp(116px,9vw,170px);
  background:var(--cp-bg-deep);
}
.cp-locations-top{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(320px,.68fr);
  gap:clamp(56px,7vw,110px);
  align-items:end;
  margin-bottom:76px;
}
.cp-locations-v1 h2{
  margin:0;
  max-width:1040px;
}
.cp-locations-intro{
  justify-self:end;
  max-width:600px;
}
.cp-locations-intro p{
  margin:0 0 14px;
  color:#89969c;
  font-size:15px;
  line-height:1.78;
}
.cp-locations-intro p:first-child{
  color:#c2cbd0;
  font-size:17px;
}
.cp-locations-stage{
  position:relative;
  min-height:500px;
  border-top:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  align-items:center;
  overflow:hidden;
}
.cp-locations-word{
  position:absolute;
  left:-1.5vw;
  top:50%;
  transform:translateY(-50%);
  font-family:var(--cp-head);
  font-size:clamp(240px,31vw,520px);
  font-weight:800;
  line-height:.8;
  letter-spacing:-.08em;
  color:transparent;
  -webkit-text-stroke:1px rgba(0,204,255,.105);
  opacity:.9;
  pointer-events:none;
}
.cp-locations-copy{
  position:relative;
  z-index:2;
  align-self:end;
  padding:0 0 58px 4px;
  max-width:520px;
}
.cp-locations-label{
  display:block;
  margin-bottom:16px;
  color:var(--cp-blue);
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.cp-locations-copy p{
  margin:0;
  font-family:var(--cp-head);
  font-size:clamp(28px,2.5vw,40px);
  line-height:1.08;
  letter-spacing:-.035em;
  color:#eef3f5;
}
.cp-locations-regions{
  position:relative;
  z-index:2;
  justify-self:end;
  width:min(100%,540px);
  border-top:1px solid rgba(255,255,255,.08);
}
.cp-locations-regions a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:72px;
  padding:0 4px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#dce4e8;
  text-decoration:none;
  font-family:var(--cp-head);
  font-size:clamp(19px,1.6vw,25px);
  letter-spacing:-.025em;
  transition:padding-left .22s ease,color .22s ease;
}
.cp-locations-regions a span{
  color:#68767d;
  transition:transform .22s ease,color .22s ease;
}
.cp-locations-regions a:hover{
  padding-left:12px;
  color:#fff;
}
.cp-locations-regions a:hover span{
  color:var(--cp-blue);
  transform:translate(4px,-4px);
}
.cp-locations-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  padding-top:28px;
}
.cp-locations-footer p{
  margin:0;
  max-width:800px;
  color:#6f7c82;
  font-size:13px;
  line-height:1.7;
}
@media(max-width:980px){
  .cp-locations-top{
    grid-template-columns:1fr;
    gap:28px;
    margin-bottom:54px;
  }
  .cp-locations-intro{
    justify-self:start;
  }
  .cp-locations-stage{
    grid-template-columns:1fr;
    min-height:0;
    padding:56px 0;
    gap:70px;
  }
  .cp-locations-word{
    font-size:clamp(220px,55vw,430px);
    left:auto;
    right:-8vw;
    top:34%;
  }
  .cp-locations-copy{
    align-self:auto;
    padding:0;
  }
  .cp-locations-regions{
    justify-self:start;
    width:100%;
  }
}
@media(max-width:640px){
  .cp-locations-v1{
    padding-top:96px;
    padding-bottom:96px;
  }
  .cp-locations-word{
    opacity:.55;
  }
  .cp-locations-footer{
    display:block;
  }
  .cp-locations-footer .cp-text-link{
    margin-top:16px;
  }
}


/* v2.4 — About Crafted Pixel */
.cp-about-v1{
  padding-top:clamp(116px,9vw,170px);
  padding-bottom:clamp(116px,9vw,170px);
  background:var(--cp-bg-lift);
}
.cp-about-top{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.7fr);
  gap:clamp(56px,7vw,110px);
  align-items:end;
  margin-bottom:80px;
}
.cp-about-v1 h2{
  margin:0;
}
.cp-about-copy{
  justify-self:end;
  max-width:590px;
}
.cp-about-copy p{
  margin:0 0 14px;
  color:#89969c;
  font-size:15px;
  line-height:1.8;
}
.cp-about-copy p:first-child{
  color:#c5ced2;
  font-size:17px;
}
.cp-about-stage{
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);
  gap:clamp(70px,8vw,130px);
  align-items:start;
  padding:64px 0 24px;
  border-top:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
}
.cp-about-statement{
  position:sticky;
  top:120px;
}
.cp-about-label{
  display:block;
  margin-bottom:24px;
  color:var(--cp-blue);
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.cp-about-statement p{
  margin:0;
  font-family:var(--cp-head);
  font-size:clamp(50px,5.8vw,94px);
  font-weight:760;
  line-height:.9;
  letter-spacing:-.055em;
  color:#f1f5f6;
}
.cp-about-statement span{
  color:var(--cp-blue);
}
.cp-about-points{
  padding-top:6px;
}
.cp-about-point{
  padding:0 0 34px;
  margin-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.cp-about-point:last-child{
  margin-bottom:0;
}
.cp-about-point h3{
  margin:0 0 12px;
  font-family:var(--cp-head);
  font-size:clamp(25px,2vw,33px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.cp-about-point p{
  margin:0;
  max-width:650px;
  color:#7f8c92;
  font-size:14px;
  line-height:1.75;
}
.cp-about-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  padding-top:28px;
}
.cp-about-footer p{
  margin:0;
  color:#c6cfd3;
  font-family:var(--cp-head);
  font-size:clamp(18px,1.5vw,24px);
  letter-spacing:-.02em;
}
@media(max-width:980px){
  .cp-about-top{
    grid-template-columns:1fr;
    gap:28px;
    margin-bottom:58px;
  }
  .cp-about-copy{
    justify-self:start;
  }
  .cp-about-stage{
    grid-template-columns:1fr;
    gap:48px;
  }
  .cp-about-statement{
    position:static;
  }
}
@media(max-width:640px){
  .cp-about-v1{
    padding-top:96px;
    padding-bottom:96px;
  }
  .cp-about-footer{
    display:block;
  }
  .cp-about-footer .cp-text-link{
    margin-top:16px;
  }
}


/* v2.7 — About refinement: brand-led, more personality */
.cp-about-v3{
  padding-top:clamp(116px,9vw,170px);
  padding-bottom:clamp(116px,9vw,170px);
  background:var(--cp-bg-lift);
}
.cp-about-v3-head{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.7fr);
  gap:clamp(56px,7vw,110px);
  align-items:end;
  margin-bottom:72px;
}
.cp-about-v3 h2{
  margin:0;
}
.cp-about-v3-intro{
  justify-self:end;
  max-width:590px;
}
.cp-about-v3-intro p{
  margin:0;
  color:#a8b2b7;
  font-size:17px;
  line-height:1.8;
}
.cp-about-v3-stage{
  display:grid;
  grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);
  gap:clamp(64px,7vw,118px);
  align-items:stretch;
}
.cp-about-v3-brand{
  position:relative;
  min-height:560px;
  overflow:hidden;
  border:1px solid var(--cp-line);
  background:
    radial-gradient(circle at 45% 48%,rgba(0,204,255,.065),transparent 42%),
    #07090a;
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.cp-about-v3-brand::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(5,7,8,.72));
  pointer-events:none;
}
.cp-about-v3-brand img{
  position:absolute;
  width:112%;
  max-width:none;
  right:-24%;
  top:50%;
  transform:translateY(-52%) rotate(-2deg);
  opacity:.72;
  filter:drop-shadow(0 0 28px rgba(0,204,255,.08));
}
.cp-about-v3-brand-meta{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:18px;
  color:#6f7c82;
  font-size:9px;
  letter-spacing:.12em;
}
.cp-about-v3-brand>p{
  position:relative;
  z-index:2;
  margin:0;
  font-family:var(--cp-head);
  font-size:clamp(34px,3.5vw,56px);
  line-height:.96;
  letter-spacing:-.045em;
  color:#f3f7f8;
}
.cp-about-v3-brand>p span{
  color:var(--cp-blue);
}
.cp-about-v3-copy{
  align-self:center;
}
.cp-about-v3-line{
  padding:0 0 28px;
  margin-bottom:28px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.cp-about-v3-line h3{
  margin:0 0 11px;
  font-family:var(--cp-head);
  font-size:clamp(25px,2vw,33px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.cp-about-v3-line p{
  margin:0;
  max-width:680px;
  color:#7f8c92;
  font-size:14px;
  line-height:1.75;
}
.cp-about-v3-actions{
  display:flex;
  flex-wrap:wrap;
  gap:20px 30px;
  padding-top:4px;
}
.cp-text-link-muted{
  color:#8f9aa0;
}
@media(max-width:980px){
  .cp-about-v3-head,
  .cp-about-v3-stage{
    grid-template-columns:1fr;
  }
  .cp-about-v3-intro{
    justify-self:start;
  }
  .cp-about-v3-brand{
    min-height:460px;
  }
}
@media(max-width:640px){
  .cp-about-v3{
    padding-top:96px;
    padding-bottom:96px;
  }
  .cp-about-v3-brand{
    min-height:380px;
    padding:24px;
  }
  .cp-about-v3-brand img{
    width:125%;
    right:-36%;
  }
  .cp-about-v3-brand-meta{
    font-size:8px;
  }
}


/* v2.8 — top proof strip alignment + evidence cleanup */
.cp-proof-band-inner-v2{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}
.cp-proof-stat-v2{
  min-height:150px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:28px 34px;
  border-right:1px solid var(--cp-line);
}
.cp-proof-stat-v2:first-child{
  border-left:1px solid var(--cp-line);
}
.cp-proof-stat-v2 strong{
  display:block;
  margin:0 0 14px;
  font-family:var(--cp-head);
  font-size:clamp(42px,3.8vw,66px);
  line-height:.9;
  letter-spacing:-.05em;
  color:#f2f6f7;
  white-space:nowrap;
}
.cp-proof-stat-v2 > span{
  display:block;
  margin:0;
  color:#68757b;
  font-size:10px;
  letter-spacing:.06em;
  text-transform:uppercase;
  line-height:1.4;
}
.cp-proof-rating-line{
  display:flex;
  align-items:baseline;
  gap:14px;
  margin-bottom:14px;
}
.cp-proof-rating-line strong{
  margin:0;
}
.cp-proof-stars{
  color:var(--cp-blue)!important;
  font-size:13px!important;
  letter-spacing:1px!important;
  text-transform:none!important;
  line-height:1!important;
  white-space:nowrap;
}
@media(max-width:900px){
  .cp-proof-band-inner-v2{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .cp-proof-stat-v2:nth-child(3){
    border-left:1px solid var(--cp-line);
  }
}
@media(max-width:560px){
  .cp-proof-band-inner-v2{
    grid-template-columns:1fr;
  }
  .cp-proof-stat-v2,
  .cp-proof-stat-v2:nth-child(3){
    min-height:118px;
    border-left:1px solid var(--cp-line);
    border-bottom:1px solid var(--cp-line);
  }
  .cp-proof-rating-line{
    gap:10px;
  }
}


/* v2.9 — final homepage trust strip wording */
.cp-proof-rating-line{
  margin-bottom:14px;
}
.cp-proof-rating-line strong{
  color:#f2f6f7;
}


/* v3.0 — Services premium polish */
.cp-services-v2 h2{
  max-width:930px;
  margin-bottom:24px;
}

.cp-services-support{
  margin:0 0 42px;
  color:#68757b;
  font-size:12px;
  letter-spacing:.045em;
  text-transform:uppercase;
}

.cp-service-list-v2{
  border-top:1px solid var(--cp-line);
}

.cp-service-row-v2{
  grid-template-columns:58px minmax(250px,330px) minmax(0,620px) 34px;
  gap:24px;
  min-height:108px;
  padding:22px 0;
  transition:
    background .24s ease,
    padding-left .24s ease,
    border-color .24s ease;
}

.cp-service-row-v2::before{
  width:2px;
  background:var(--cp-blue);
  transform:scaleY(0);
  transform-origin:center;
  transition:transform .24s ease;
}

.cp-service-row-v2:hover{
  padding-left:14px;
  background:linear-gradient(90deg,rgba(0,204,255,.045),transparent 58%);
}

.cp-service-row-v2:hover::before{
  transform:scaleY(1);
}

.cp-service-title-wrap{
  align-self:center;
}

.cp-service-row-v2 h3{
  margin:0 0 3px;
  font-size:27px;
  transition:transform .24s ease,color .24s ease;
}

.cp-service-meta{
  margin-top:0;
  color:#59666c;
  font-size:8.5px;
  line-height:1.2;
}

.cp-service-row-v2 p{
  align-self:center;
  max-width:590px;
  color:#8b979d;
  font-size:14px;
  line-height:1.62;
}

.cp-service-row-v2 .cp-service-arrow{
  justify-self:end;
  align-self:center;
  color:#5f6d73;
  font-size:19px;
  line-height:1;
  opacity:.72;
  transition:
    transform .24s ease,
    color .24s ease,
    opacity .24s ease;
}

.cp-service-row-v2:hover h3{
  transform:translateX(3px);
  color:#fff;
}

.cp-service-row-v2:hover .cp-service-meta{
  color:var(--cp-blue);
}

.cp-service-row-v2:hover p{
  color:#b3bdc2;
}

.cp-service-row-v2:hover .cp-service-arrow{
  transform:translate(5px,-5px);
  color:var(--cp-blue);
  opacity:1;
}

@media(max-width:980px){
  .cp-service-row-v2{
    grid-template-columns:46px minmax(220px,300px) minmax(0,1fr) 30px;
    gap:18px;
  }
  .cp-service-row-v2 p{
    max-width:520px;
  }
}

@media(max-width:760px){
  .cp-services-support{
    margin-bottom:30px;
  }
  .cp-service-row-v2{
    grid-template-columns:38px 1fr 28px;
    gap:12px;
    padding:20px 0;
  }
  .cp-service-row-v2 p{
    grid-column:2/4;
    margin-top:4px;
    max-width:100%;
  }
  .cp-service-row-v2 .cp-service-arrow{
    grid-column:3;
    grid-row:1;
  }
}

@media(max-width:560px){
  .cp-services-v2 h2{
    margin-bottom:18px;
  }
  .cp-services-support{
    font-size:10px;
    line-height:1.5;
    margin-bottom:26px;
  }
  .cp-service-row-v2 h3{
    font-size:22px;
  }
  .cp-service-meta{
    font-size:7.8px;
  }
  .cp-service-row-v2 p{
    font-size:13.5px;
    line-height:1.6;
  }
}


/* v3.1 — Services cleanup + Industries premium polish */

/* Remove redundant services support line if cached markup survives */
.cp-services-support{
  display:none!important;
}

/* INDUSTRIES */
.cp-industries-head{
  align-items:end;
  margin-bottom:52px;
}

.cp-industries-intro{
  max-width:520px;
  padding-bottom:4px;
}

.cp-industries-intro p{
  margin-bottom:16px;
  max-width:500px;
}

.cp-industry-grid-v2{
  border-top:1px solid var(--cp-line);
  border-left:1px solid var(--cp-line);
}

.cp-industry-card-v2{
  grid-template-columns:44px minmax(0,1fr) 30px;
  gap:18px;
  min-height:164px;
  padding:26px 28px;
  transition:
    background .24s ease,
    padding-left .24s ease;
}

.cp-industry-card-v2::after{
  height:2px;
}

.cp-industry-index{
  color:#3f4a50;
  font-size:9px;
  letter-spacing:.08em;
  padding-top:5px;
  transition:color .24s ease;
}

.cp-industry-card-v2 h3{
  margin:0 0 10px;
  font-size:clamp(22px,1.8vw,28px);
  transition:
    transform .24s ease,
    color .24s ease;
}

.cp-industry-card-v2 p{
  max-width:500px;
  color:#76838a;
  font-size:13.5px;
  line-height:1.62;
  transition:color .24s ease;
}

.cp-industry-arrow{
  align-self:start;
  justify-self:end;
  color:#59666c;
  font-size:18px;
  opacity:.72;
  transition:
    transform .24s ease,
    color .24s ease,
    opacity .24s ease;
}

.cp-industry-card-v2:hover{
  background:linear-gradient(90deg,rgba(0,204,255,.038),transparent 68%);
  padding-left:34px;
}

.cp-industry-card-v2:hover .cp-industry-index{
  color:var(--cp-blue);
}

.cp-industry-card-v2:hover h3{
  transform:translateX(3px);
  color:#fff;
}

.cp-industry-card-v2:hover p{
  color:#aeb9be;
}

.cp-industry-card-v2:hover .cp-industry-arrow{
  color:var(--cp-blue);
  opacity:1;
  transform:translate(5px,-5px);
}

@media(max-width:900px){
  .cp-industries-head{
    margin-bottom:42px;
  }

  .cp-industry-card-v2{
    min-height:150px;
  }
}

@media(max-width:760px){
  .cp-industry-card-v2{
    min-height:0;
    padding:22px 20px;
    grid-template-columns:34px minmax(0,1fr) 24px;
    gap:12px;
  }

  .cp-industry-card-v2:hover{
    padding-left:24px;
  }

  .cp-industry-card-v2 p{
    max-width:100%;
  }
}


/* v3.2 — Why Crafted Pixel stepped up */
.cp-why-v7{
  padding-top:clamp(118px,9vw,168px);
  padding-bottom:clamp(118px,9vw,168px);
  background:var(--cp-bg-lift);
}

.cp-why-v7-grid{
  display:grid;
  grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);
  gap:clamp(72px,8vw,130px);
  align-items:start;
}

.cp-why-v7-left{
  position:sticky;
  top:120px;
}

.cp-why-v7-left h2{
  margin:0 0 28px;
  max-width:900px;
}

.cp-why-v7-intro{
  margin:0 0 34px;
  max-width:610px;
  color:#c3ccd0;
  font-size:18px;
  line-height:1.72;
}

.cp-why-v7-flow{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 16px;
  margin:0 0 30px;
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cp-why-v7-flow span{
  font-family:var(--cp-head);
  font-size:clamp(18px,1.6vw,24px);
  font-weight:700;
  letter-spacing:-.02em;
  color:#eef3f5;
}

.cp-why-v7-flow span:last-of-type{
  color:var(--cp-blue);
}

.cp-why-v7-flow i{
  font-style:normal;
  color:#56646a;
  font-size:16px;
}

.cp-why-v7-note{
  margin:0;
  max-width:590px;
  color:#78858b;
  font-size:14px;
  line-height:1.75;
}

.cp-why-v7-right{
  padding-top:6px;
}

.cp-why-v7-point{
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:18px;
  padding:0 0 34px;
  margin-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cp-why-v7-point:last-child{
  margin-bottom:0;
}

.cp-why-v7-marker{
  width:7px;
  height:7px;
  margin-top:10px;
  border-radius:50%;
  background:#425158;
  transition:
    background .22s ease,
    box-shadow .22s ease,
    transform .22s ease;
}

.cp-why-v7-point h3{
  margin:0 0 11px;
  font-family:var(--cp-head);
  font-size:clamp(25px,2vw,34px);
  line-height:1.08;
  letter-spacing:-.03em;
  transition:transform .22s ease,color .22s ease;
}

.cp-why-v7-point p{
  margin:0;
  max-width:700px;
  color:#7f8c92;
  font-size:14px;
  line-height:1.75;
  transition:color .22s ease;
}

.cp-why-v7-point:hover .cp-why-v7-marker{
  background:var(--cp-blue);
  box-shadow:0 0 0 6px rgba(0,204,255,.08);
  transform:scale(1.06);
}

.cp-why-v7-point:hover h3{
  transform:translateX(3px);
  color:#fff;
}

.cp-why-v7-point:hover p{
  color:#aeb8bd;
}

@media(max-width:980px){
  .cp-why-v7-grid{
    grid-template-columns:1fr;
    gap:54px;
  }

  .cp-why-v7-left{
    position:static;
  }
}

@media(max-width:640px){
  .cp-why-v7{
    padding-top:96px;
    padding-bottom:96px;
  }

  .cp-why-v7-intro{
    font-size:16px;
  }

  .cp-why-v7-flow{
    gap:10px 12px;
    padding:18px 0;
  }

  .cp-why-v7-point{
    grid-template-columns:14px 1fr;
    gap:12px;
    padding-bottom:26px;
    margin-bottom:26px;
  }
}


/* v3.4 — Proof / testimonials readability refinement */
.cp-proof-head{
  margin-bottom:56px;
}

.cp-proof-google-v2{
  max-width:420px;
}

.cp-proof-google-rating{
  display:flex;
  align-items:baseline;
  gap:12px;
  margin:0 0 12px;
}

.cp-proof-google-rating strong{
  font-family:var(--cp-head);
  font-size:clamp(30px,2.5vw,42px);
  line-height:1;
  letter-spacing:-.04em;
  color:#f2f6f7;
}

.cp-proof-google-rating span{
  color:#8b989e;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.cp-proof-google-v2 p{
  max-width:390px;
  margin-bottom:14px;
}

.cp-proof-feature{
  padding:clamp(44px,4.7vw,68px) clamp(40px,5vw,76px);
}

.cp-proof-feature blockquote{
  max-width:1040px;
}

.cp-proof-feature blockquote > p{
  max-width:980px;
  margin-bottom:26px;
  font-size:clamp(26px,2.45vw,42px);
  line-height:1.24;
  letter-spacing:-.03em;
}

.cp-proof-feature footer{
  gap:2px;
}

.cp-proof-feature footer strong{
  font-size:14px;
  color:#f0f4f6;
}

.cp-proof-feature footer span{
  color:#88959b;
  font-size:12px;
}

.cp-proof-mark{
  right:4.5%;
  top:-18px;
  font-size:190px;
  color:rgba(0,204,255,.085);
}

@media(max-width:760px){
  .cp-proof-head{
    margin-bottom:42px;
  }

  .cp-proof-feature{
    padding:34px 24px 38px;
  }

  .cp-proof-feature blockquote > p{
    font-size:clamp(23px,6.2vw,32px);
    line-height:1.28;
  }

  .cp-proof-mark{
    font-size:130px;
    top:-10px;
    right:16px;
  }

  .cp-proof-google-rating{
    margin-bottom:10px;
  }
}


/* v3.5 — lower proof rail corrected */
.cp-proof-rail-v2{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:48px;
  border-top:1px solid var(--cp-line);
  border-left:1px solid var(--cp-line);
}

.cp-proof-stat-v3{
  min-height:128px;
  padding:26px 28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid var(--cp-line);
  border-bottom:1px solid var(--cp-line);
}

.cp-proof-stat-v3 strong{
  display:block;
  margin:0 0 10px;
  font-family:var(--cp-head);
  font-size:clamp(34px,3vw,50px);
  line-height:.92;
  letter-spacing:-.045em;
  color:#f2f6f7;
}

.cp-proof-stat-v3 span{
  display:block;
  margin:0;
  color:#68757b;
  font-size:10px;
  line-height:1.4;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.cp-proof-stat-v3:nth-child(3) strong{
  color:#f2f6f7;
}

.cp-proof-stat-v3:nth-child(3) strong::first-letter{
  color:var(--cp-blue);
}

@media(max-width:900px){
  .cp-proof-rail-v2{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:560px){
  .cp-proof-rail-v2{
    grid-template-columns:1fr;
  }

  .cp-proof-stat-v3{
    min-height:108px;
    padding:22px 20px;
  }
}


/* v3.6 — duplicate About removed; final CTA separated */
.cp-final-cta{
  padding-top:clamp(110px,8vw,150px);
  padding-bottom:clamp(110px,8vw,150px);
  background:var(--cp-bg-deep);
}

.cp-final-cta-card{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);
  gap:clamp(54px,6vw,96px);
  padding:clamp(42px,5vw,72px);
  border:1px solid var(--cp-line);
  background:#080a0b;
}

.cp-final-cta-copy h2{
  margin:0 0 24px;
}

.cp-final-cta-copy p{
  margin:0;
  max-width:560px;
  color:#8b989e;
  font-size:16px;
  line-height:1.75;
}

.cp-final-cta .cp-project-form{
  align-self:center;
}

.cp-final-cta .cp-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

@media(max-width:900px){
  .cp-final-cta-card{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .cp-final-cta{
    padding-top:90px;
    padding-bottom:90px;
  }

  .cp-final-cta-card{
    padding:28px 20px;
  }

  .cp-final-cta .cp-form-grid{
    grid-template-columns:1fr;
  }
}


/* v3.8 — About section: real studio visual */
.cp-about-v3-brand{
  min-height:560px;
  background:#07090a;
}

.cp-about-v3-brand::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(5,7,8,.08) 0%,rgba(5,7,8,.12) 45%,rgba(5,7,8,.80) 100%);
  pointer-events:none;
}

.cp-about-v3-brand::after{
  display:none;
}

.cp-about-v3-brand img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  transform:none;
  opacity:1;
  filter:none;
}

.cp-about-v3-brand-meta,
.cp-about-v3-brand>p{
  position:relative;
  z-index:2;
}

.cp-about-v3-brand-meta{
  text-shadow:0 1px 12px rgba(0,0,0,.55);
}

.cp-about-v3-brand>p{
  max-width:520px;
  text-shadow:0 2px 24px rgba(0,0,0,.72);
}

@media(max-width:980px){
  .cp-about-v3-brand{
    min-height:500px;
  }
}

@media(max-width:640px){
  .cp-about-v3-brand{
    min-height:430px;
  }

  .cp-about-v3-brand img{
    object-position:center center;
  }
}


/* v3.11 — Footer rebuild */
.cp-footer{
  background:#030405;
  padding:72px 0 24px;
  border-top:1px solid rgba(255,255,255,.06);
}

.cp-footer-top{
  display:grid;
  grid-template-columns:minmax(250px,1.45fr) repeat(4,minmax(145px,1fr));
  gap:clamp(34px,4vw,64px);
  align-items:start;
}

.cp-footer-intro{
  max-width:350px;
}

.cp-footer-brand{
  display:inline-block;
  margin-bottom:22px;
}

.cp-footer-brand img{
  width:190px;
  height:auto;
}

.cp-footer-intro p{
  margin:0 0 20px;
  max-width:330px;
  color:#88949a;
  font-size:13px;
  line-height:1.72;
}

.cp-footer-location{
  color:#5f6b71;
  font-size:11px;
  line-height:1.6;
}

.cp-footer-location span{
  display:inline;
  margin:0 6px;
  color:#3f4b50;
}

.cp-footer-column{
  min-width:0;
}

.cp-footer-label{
  margin-bottom:16px;
  color:#f0f4f5;
  font-size:10px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.cp-footer-column>a{
  display:block;
  margin:0 0 10px;
  color:#8f9ba1;
  font-size:13px;
  line-height:1.45;
  text-decoration:none;
  transition:color .2s ease,transform .2s ease;
}

.cp-footer-column>a:hover{
  color:var(--cp-blue);
  transform:translateX(2px);
}

.cp-footer-contact-main{
  color:#eef4f6!important;
  font-family:var(--cp-head);
  font-size:20px!important;
  font-weight:700;
  letter-spacing:-.025em;
}

.cp-footer-contact-note{
  margin-top:26px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.07);
  color:#67747a;
  font-size:11px;
  line-height:1.6;
}

.cp-footer-contact-note a{
  display:inline-block;
  margin-top:6px;
  color:#dbe4e7;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
}

.cp-footer-contact-note a:hover{
  color:var(--cp-blue);
}

.cp-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-top:58px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.07);
  color:#566269;
  font-size:10px;
}

.cp-footer-bottom span{
  margin:0;
  color:#566269;
  font-size:10px;
}

.cp-footer-legal{
  display:flex;
  align-items:center;
  gap:26px;
}

.cp-footer-legal a{
  margin:0;
  color:#667279;
  font-size:10px;
  text-decoration:none;
}

.cp-footer-legal a:hover{
  color:#aeb9be;
}

@media(max-width:1100px){
  .cp-footer-top{
    grid-template-columns:1.4fr repeat(2,1fr);
  }

  .cp-footer-intro{
    grid-row:span 2;
  }
}

@media(max-width:760px){
  .cp-footer{
    padding-top:58px;
  }

  .cp-footer-top{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:38px 28px;
  }

  .cp-footer-intro{
    grid-column:1/-1;
    grid-row:auto;
    max-width:520px;
  }

  .cp-footer-bottom{
    display:block;
    margin-top:44px;
  }

  .cp-footer-legal{
    margin-top:12px;
    flex-wrap:wrap;
    gap:10px 20px;
  }
}

@media(max-width:520px){
  .cp-footer-top{
    grid-template-columns:1fr;
  }

  .cp-footer-intro{
    grid-column:auto;
  }

  .cp-footer-contact-main{
    font-size:19px!important;
  }
}


/* v3.13 — About + Contact */
.cp-inner-hero{position:relative;overflow:hidden;padding:clamp(110px,13vw,170px) 0 clamp(82px,10vw,130px);background:var(--cp-bg-deep)}
.cp-inner-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(54px,7vw,100px);align-items:center}
.cp-inner-hero h1{margin:16px 0 24px;max-width:840px;font-family:var(--cp-head);font-size:clamp(54px,6.5vw,104px);line-height:.9;letter-spacing:-.055em;color:#f4f7f8}
.cp-inner-hero h1 span{color:var(--cp-blue)}
.cp-inner-hero-lead{max-width:680px;margin:0;color:#98a4a9;font-size:clamp(17px,1.6vw,22px);line-height:1.6}
.cp-inner-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:34px}
.cp-about-hero-media{position:relative;min-height:590px;overflow:hidden;background:#07090a}
.cp-about-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,8,.04),rgba(5,7,8,.16) 48%,rgba(5,7,8,.86));pointer-events:none}
.cp-about-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cp-about-hero-caption{position:absolute;left:28px;right:28px;bottom:26px;z-index:2}
.cp-about-hero-caption span{display:block;margin-bottom:8px;color:var(--cp-blue);font-size:10px;font-weight:700;letter-spacing:.12em}
.cp-about-hero-caption strong{display:block;max-width:380px;color:#fff;font-family:var(--cp-head);font-size:24px;line-height:1.15;letter-spacing:-.025em}
.cp-about-story-grid,.cp-about-process-note-grid,.cp-contact-reassurance-grid,.cp-contact-coverage-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(60px,8vw,120px)}
.cp-about-story-copy p{margin:0 0 24px;color:#9aa6ab;font-size:18px;line-height:1.75}
.cp-about-proof{padding-top:0}
.cp-about-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.cp-about-proof-item{padding:34px 28px;border-right:1px solid rgba(255,255,255,.08)}
.cp-about-proof-item:last-child{border-right:0}
.cp-about-proof-item strong{display:block;margin-bottom:8px;color:#f1f5f6;font-family:var(--cp-head);font-size:42px;letter-spacing:-.045em}
.cp-about-proof-item span{color:#78858b;font-size:12px}
.cp-section-heading-split{display:grid;grid-template-columns:1fr .72fr;gap:60px;align-items:end}
.cp-section-heading-split>p{max-width:520px;margin:0 0 4px;color:#8d999f;font-size:17px;line-height:1.7}
.cp-about-beliefs-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:54px;border-top:1px solid rgba(255,255,255,.08)}
.cp-about-belief{min-height:280px;padding:30px 28px 34px;border-right:1px solid rgba(255,255,255,.08)}
.cp-about-belief:last-child{border-right:0}
.cp-about-belief>span{display:block;margin-bottom:70px;color:#4c5960;font-size:10px}
.cp-about-belief h3{margin:0 0 12px;color:#edf2f4;font-family:var(--cp-head);font-size:24px;letter-spacing:-.025em}
.cp-about-belief p{margin:0;color:#7f8c92;font-size:13px;line-height:1.65}
.cp-about-process-points{border-top:1px solid rgba(255,255,255,.08)}
.cp-about-process-points>div{padding:26px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.cp-about-process-points h3{margin:0 0 8px;color:#edf2f4;font-family:var(--cp-head);font-size:23px}
.cp-about-process-points p{margin:0;max-width:650px;color:#839097;font-size:14px;line-height:1.7}
.cp-inner-cta{background:var(--cp-bg-deep);border-top:1px solid rgba(255,255,255,.06)}
.cp-inner-cta-grid{display:grid;grid-template-columns:1fr .75fr;gap:70px;align-items:end}
.cp-inner-cta-copy p{margin:0 0 28px;color:#8a969c;font-size:16px;line-height:1.7}

.cp-contact-hero{padding-bottom:110px}
.cp-contact-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:clamp(60px,7vw,110px);align-items:start}
.cp-contact-direct-grid{display:grid;gap:10px;margin-top:38px;max-width:560px}
.cp-contact-direct-card{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;padding:18px 0;border-top:1px solid rgba(255,255,255,.08);color:inherit;text-decoration:none}
.cp-contact-direct-card:last-child{border-bottom:1px solid rgba(255,255,255,.08)}
.cp-contact-direct-card>span{color:#59666d;font-size:9px;font-weight:700;letter-spacing:.12em}
.cp-contact-direct-card strong{color:#e8edef;font-size:14px;font-weight:600}
.cp-contact-direct-card small{color:#68757b;font-size:10px}
.cp-contact-direct-card:hover strong{color:var(--cp-blue)}
.cp-contact-form-panel{padding:36px;background:#0b0e0f;border:1px solid rgba(255,255,255,.08)}
.cp-contact-form-head{margin-bottom:28px}
.cp-contact-form-head>span{display:block;margin-bottom:10px;color:var(--cp-blue);font-size:9px;font-weight:700;letter-spacing:.12em}
.cp-contact-form-head h2{margin:0 0 8px;font-family:var(--cp-head);font-size:34px;color:#f0f4f5;letter-spacing:-.035em}
.cp-contact-form-head p{margin:0;color:#77848a;font-size:13px}
.cp-contact-page-form .cp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.cp-contact-page-form label{display:block;margin-bottom:18px}
.cp-contact-page-form label>span{display:block;margin-bottom:8px;color:#78858b;font-size:10px;font-weight:600}
.cp-contact-page-form input,.cp-contact-page-form select,.cp-contact-page-form textarea{width:100%;border:1px solid rgba(255,255,255,.1);background:#07090a;color:#eef3f5;padding:14px 15px;font:inherit;outline:none}
.cp-contact-page-form input:focus,.cp-contact-page-form select:focus,.cp-contact-page-form textarea:focus{border-color:rgba(0,204,255,.5)}
.cp-contact-page-form textarea{resize:vertical;min-height:150px}
.cp-form-note{margin:18px 0 0;color:#66747a;font-size:11px;line-height:1.6}
.cp-form-note a{color:#b8c3c8;text-decoration:none}
.cp-form-note a:hover{color:var(--cp-blue)}
.cp-contact-steps{border-top:1px solid rgba(255,255,255,.08)}
.cp-contact-step{display:grid;grid-template-columns:52px 1fr;gap:24px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.cp-contact-step>span{color:#4e5a60;font-size:10px}
.cp-contact-step h3{margin:0 0 8px;color:#edf2f4;font-family:var(--cp-head);font-size:23px}
.cp-contact-step p,.cp-contact-coverage-grid p{margin:0;max-width:650px;color:#839097;font-size:14px;line-height:1.7}
.cp-contact-coverage-grid .cp-text-link{display:inline-block;margin-top:22px}

@media(max-width:980px){
.cp-inner-hero-grid,.cp-contact-hero-grid,.cp-about-story-grid,.cp-about-process-note-grid,.cp-inner-cta-grid,.cp-contact-reassurance-grid,.cp-contact-coverage-grid{grid-template-columns:1fr}
.cp-about-hero-media{min-height:500px}
.cp-about-beliefs-grid{grid-template-columns:repeat(2,1fr)}
.cp-about-belief:nth-child(2){border-right:0}
.cp-about-proof-grid{grid-template-columns:repeat(2,1fr)}
.cp-about-proof-item:nth-child(2){border-right:0}
.cp-section-heading-split{grid-template-columns:1fr;gap:24px}
}
@media(max-width:640px){
.cp-inner-hero{padding-top:92px}
.cp-inner-hero h1{font-size:clamp(46px,14vw,68px)}
.cp-about-hero-media{min-height:420px}
.cp-about-beliefs-grid,.cp-about-proof-grid{grid-template-columns:1fr}
.cp-about-belief,.cp-about-proof-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
.cp-contact-form-panel{padding:24px 20px}
.cp-contact-page-form .cp-form-grid{grid-template-columns:1fr;gap:0}
.cp-contact-direct-card{grid-template-columns:74px 1fr}
.cp-contact-direct-card small{display:none}
}


/* v3.14 — About page refinement */
.cp-about-beliefs-grid{
  border-top:0;
  gap:0;
}

.cp-about-belief{
  min-height:310px;
  padding:34px 30px 36px;
  border-top:1px solid rgba(255,255,255,.08);
  border-right:0;
  position:relative;
}

.cp-about-belief::after{
  content:"";
  position:absolute;
  right:0;
  top:34px;
  bottom:34px;
  width:1px;
  background:rgba(255,255,255,.07);
}

.cp-about-belief:last-child::after{
  display:none;
}

.cp-about-belief>span{
  margin-bottom:88px;
  color:rgba(0,204,255,.55);
  font-family:var(--cp-head);
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
}

.cp-about-belief h3{
  font-size:26px;
}

.cp-about-services{
  background:var(--cp-bg-lift);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}

.cp-about-services-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:clamp(60px,8vw,120px);
  align-items:start;
}

.cp-about-services-copy{
  max-width:700px;
}

.cp-about-services-copy p{
  margin:0;
  color:#8f9ba1;
  font-size:17px;
  line-height:1.8;
}

.cp-about-services-copy p a{
  color:#e2e9eb;
  text-decoration:none;
  border-bottom:1px solid rgba(0,204,255,.28);
  transition:color .2s ease,border-color .2s ease;
}

.cp-about-services-copy p a:hover{
  color:var(--cp-blue);
  border-color:var(--cp-blue);
}

.cp-about-services-copy .cp-text-link{
  display:inline-block;
  margin-top:24px;
}

@media(max-width:980px){
  .cp-about-services-grid{
    grid-template-columns:1fr;
  }

  .cp-about-belief:nth-child(2)::after{
    display:none;
  }
}

@media(max-width:640px){
  .cp-about-belief{
    min-height:auto;
    padding:28px 0 32px;
  }

  .cp-about-belief::after{
    display:none;
  }

  .cp-about-belief>span{
    margin-bottom:42px;
  }
}


/* ==========================================================
   v3.15 — Contact page alignment / section rebuild
   ========================================================== */

.cp-contact-hero-v2{
  padding-bottom:72px;
}

.cp-contact-hero-v2 .cp-contact-hero-copy{
  max-width:900px;
}

.cp-contact-main{
  padding-top:80px;
  background:var(--cp-bg-lift);
}

.cp-contact-main-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);
  gap:clamp(64px,8vw,120px);
  align-items:start;
}

.cp-contact-left{
  position:sticky;
  top:120px;
}

.cp-contact-intro h2{
  margin-bottom:20px;
}

.cp-contact-intro p{
  max-width:540px;
  margin:0;
  color:#8a969c;
  font-size:16px;
  line-height:1.75;
}

.cp-contact-direct-list{
  margin-top:38px;
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-contact-direct-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-decoration:none;
}

.cp-contact-direct-row>div{
  min-width:0;
}

.cp-contact-direct-row span{
  display:block;
  margin-bottom:6px;
  color:#58656b;
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em;
}

.cp-contact-direct-row strong{
  display:block;
  color:#e8edef;
  font-family:var(--cp-head);
  font-size:18px;
  font-weight:600;
  letter-spacing:-.02em;
  word-break:break-word;
}

.cp-contact-direct-row .cp-contact-arrow{
  margin:0;
  color:#526066;
  font-size:16px;
  transition:transform .2s ease,color .2s ease;
}

.cp-contact-direct-row:hover strong,
.cp-contact-direct-row:hover .cp-contact-arrow{
  color:var(--cp-blue);
}

.cp-contact-direct-row:hover .cp-contact-arrow{
  transform:translate(3px,-3px);
}

.cp-contact-location-note{
  margin-top:34px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.06);
}

.cp-contact-location-note>span{
  display:block;
  margin-bottom:10px;
  color:var(--cp-blue);
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em;
}

.cp-contact-location-note p{
  margin:0;
  color:#69767c;
  font-size:12px;
  line-height:1.65;
}

.cp-contact-form-panel-v2{
  width:100%;
  padding:42px;
  background:#090c0d;
  border:1px solid rgba(255,255,255,.08);
}

.cp-contact-form-panel-v2 .cp-contact-form-head{
  max-width:620px;
  margin-bottom:32px;
}

.cp-contact-form-panel-v2 .cp-contact-form-head h2{
  font-size:38px;
}

.cp-contact-page-form .cp-form-grid{
  gap:16px 18px;
}

.cp-contact-page-form input,
.cp-contact-page-form select,
.cp-contact-page-form textarea{
  min-height:52px;
  border-radius:0;
}

.cp-contact-page-form textarea{
  min-height:150px;
}

.cp-contact-reassurance-v2{
  background:var(--cp-bg-deep);
}

.cp-contact-steps-v2{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:54px;
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-contact-steps-v2 .cp-contact-step{
  display:block;
  min-height:260px;
  padding:30px 28px 34px;
  border-right:1px solid rgba(255,255,255,.08);
  border-bottom:0;
}

.cp-contact-steps-v2 .cp-contact-step:last-child{
  border-right:0;
}

.cp-contact-steps-v2 .cp-contact-step>span{
  display:block;
  margin-bottom:76px;
  color:rgba(0,204,255,.55);
  font-family:var(--cp-head);
  font-size:12px;
  font-weight:700;
}

.cp-contact-steps-v2 .cp-contact-step h3{
  margin-bottom:10px;
  font-size:24px;
}

.cp-contact-steps-v2 .cp-contact-step p{
  max-width:320px;
}

.cp-contact-coverage-v2{
  background:var(--cp-bg-lift);
  border-top:1px solid rgba(255,255,255,.05);
}

.cp-contact-coverage-v2 .cp-contact-coverage-grid{
  align-items:start;
}

.cp-contact-coverage-copy{
  max-width:650px;
}

.cp-contact-coverage-copy p{
  font-size:16px;
}

@media(max-width:1100px){
  .cp-contact-main-grid{
    grid-template-columns:.9fr 1.1fr;
    gap:56px;
  }

  .cp-contact-form-panel-v2{
    padding:34px;
  }
}

@media(max-width:920px){
  .cp-contact-main-grid{
    grid-template-columns:1fr;
  }

  .cp-contact-left{
    position:static;
  }

  .cp-contact-form-panel-v2{
    max-width:none;
  }

  .cp-contact-steps-v2{
    grid-template-columns:1fr;
  }

  .cp-contact-steps-v2 .cp-contact-step{
    min-height:auto;
    padding:28px 0 30px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .cp-contact-steps-v2 .cp-contact-step>span{
    margin-bottom:34px;
  }
}

@media(max-width:640px){
  .cp-contact-hero-v2{
    padding-bottom:54px;
  }

  .cp-contact-main{
    padding-top:58px;
  }

  .cp-contact-form-panel-v2{
    padding:24px 20px;
  }

  .cp-contact-form-panel-v2 .cp-contact-form-head h2{
    font-size:32px;
  }

  .cp-contact-direct-row strong{
    font-size:16px;
  }
}


/* ==========================================================
   v3.16 — Services cluster
   ========================================================== */

.cp-service-hub-hero{
  padding-bottom:82px;
}

.cp-service-hub-hero-copy{
  max-width:1040px;
}

.cp-service-hub-list{
  padding-top:0;
  background:var(--cp-bg-lift);
}

.cp-service-hub-grid{
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-service-hub-card{
  display:grid;
  grid-template-columns:72px 1fr 34px;
  gap:28px;
  align-items:center;
  padding:34px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:inherit;
  text-decoration:none;
}

.cp-service-hub-card>span{
  color:#4d5a60;
  font-size:10px;
}

.cp-service-hub-card h2{
  margin:0 0 8px;
  color:#edf2f4;
  font-family:var(--cp-head);
  font-size:clamp(30px,3.2vw,48px);
  letter-spacing:-.04em;
  transition:color .2s ease,transform .2s ease;
}

.cp-service-hub-card p{
  max-width:700px;
  margin:0 0 10px;
  color:#839097;
  font-size:14px;
  line-height:1.65;
}

.cp-service-hub-card small{
  color:#5f6b71;
  font-size:10px;
}

.cp-service-hub-card>b{
  color:#536066;
  font-size:18px;
  font-weight:400;
  transition:color .2s ease,transform .2s ease;
}

.cp-service-hub-card:hover h2{
  color:var(--cp-blue);
  transform:translateX(4px);
}

.cp-service-hub-card:hover>b{
  color:var(--cp-blue);
  transform:translate(3px,-3px);
}

.cp-service-hub-approach{
  background:var(--cp-bg-deep);
}

.cp-service-hub-approach .cp-section-heading>div+div p{
  margin:0;
  color:#89959b;
  font-size:16px;
  line-height:1.75;
}

.cp-service-hub-approach .cp-text-link{
  display:inline-block;
  margin-top:24px;
}

.cp-service-hub-proof{
  padding-top:0;
  background:var(--cp-bg-deep);
}

/* Individual service pages */
.cp-service-page-hero{
  padding-bottom:92px;
}

.cp-service-page-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:70px;
  align-items:end;
}

.cp-service-hero-note{
  padding:24px 0 6px;
  border-top:1px solid rgba(255,255,255,.1);
}

.cp-service-hero-note>span{
  display:block;
  margin-bottom:12px;
  color:var(--cp-blue);
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em;
}

.cp-service-hero-note strong{
  display:block;
  color:#8d999f;
  font-size:13px;
  line-height:1.65;
  font-weight:500;
}

.cp-service-two-col{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:clamp(60px,8vw,120px);
  align-items:start;
}

.cp-service-rich-copy{
  max-width:720px;
}

.cp-service-rich-copy>p{
  margin:0 0 22px;
  color:#929fa5;
  font-size:17px;
  line-height:1.78;
}

.cp-service-capabilities{
  background:var(--cp-bg-lift);
}

.cp-service-capability-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:52px;
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-service-capability{
  min-height:300px;
  padding:30px 28px 34px;
  border-right:1px solid rgba(255,255,255,.08);
}

.cp-service-capability:last-child{
  border-right:0;
}

.cp-service-capability>span{
  display:block;
  margin-bottom:82px;
  color:rgba(0,204,255,.5);
  font-size:10px;
  font-weight:700;
}

.cp-service-capability h3{
  margin:0 0 12px;
  color:#edf2f4;
  font-family:var(--cp-head);
  font-size:24px;
  letter-spacing:-.025em;
}

.cp-service-capability p{
  margin:0;
  color:#7e8b91;
  font-size:13px;
  line-height:1.65;
}

.cp-service-outcomes{
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-service-outcome{
  padding:26px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cp-service-outcome h3{
  margin:0 0 8px;
  color:#edf2f4;
  font-family:var(--cp-head);
  font-size:24px;
}

.cp-service-outcome p{
  margin:0;
  max-width:650px;
  color:#819097;
  font-size:14px;
  line-height:1.7;
}

.cp-service-process{
  background:var(--cp-bg-lift);
}

.cp-service-process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:52px;
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-service-process-step{
  min-height:285px;
  padding:30px 28px 34px;
  border-right:1px solid rgba(255,255,255,.08);
}

.cp-service-process-step:last-child{
  border-right:0;
}

.cp-service-process-step>span{
  display:block;
  margin-bottom:74px;
  color:#536168;
  font-size:10px;
}

.cp-service-process-step h3{
  margin:0 0 10px;
  color:#edf2f4;
  font-family:var(--cp-head);
  font-size:23px;
}

.cp-service-process-step p{
  margin:0;
  color:#7f8c92;
  font-size:13px;
  line-height:1.65;
}

.cp-service-proof-block{
  background:var(--cp-bg-deep);
}

.cp-service-mini-proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-service-mini-proof span{
  color:#728087;
  font-size:11px;
  line-height:1.45;
}

.cp-service-mini-proof strong{
  display:block;
  margin-bottom:5px;
  color:#eef3f5;
  font-family:var(--cp-head);
  font-size:28px;
}

.cp-service-related{
  background:var(--cp-bg-lift);
}

.cp-service-related-links{
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-service-related-links a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:20px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#dbe3e6;
  font-family:var(--cp-head);
  font-size:18px;
  text-decoration:none;
}

.cp-service-related-links b{
  color:#526067;
  font-weight:400;
  transition:color .2s ease,transform .2s ease;
}

.cp-service-related-links a:hover{
  color:var(--cp-blue);
}

.cp-service-related-links a:hover b{
  color:var(--cp-blue);
  transform:translate(3px,-3px);
}

.cp-service-faq-list{
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-service-faq{
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cp-service-faq summary{
  position:relative;
  padding:22px 34px 22px 0;
  color:#e5ecee;
  font-family:var(--cp-head);
  font-size:18px;
  cursor:pointer;
  list-style:none;
}

.cp-service-faq summary::-webkit-details-marker{
  display:none;
}

.cp-service-faq summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:19px;
  color:#627077;
  font-size:22px;
  font-weight:400;
}

.cp-service-faq[open] summary::after{
  content:"−";
  color:var(--cp-blue);
}

.cp-service-faq div{
  padding:0 42px 22px 0;
}

.cp-service-faq p{
  margin:0;
  color:#819097;
  font-size:14px;
  line-height:1.7;
}

@media(max-width:1000px){
  .cp-service-page-hero-grid,
  .cp-service-two-col{
    grid-template-columns:1fr;
  }

  .cp-service-hero-note{
    max-width:520px;
  }

  .cp-service-capability-grid,
  .cp-service-process-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .cp-service-capability:nth-child(2),
  .cp-service-process-step:nth-child(2){
    border-right:0;
  }
}

@media(max-width:640px){
  .cp-service-hub-card{
    grid-template-columns:38px 1fr 22px;
    gap:16px;
    padding:26px 0;
  }

  .cp-service-hub-card h2{
    font-size:31px;
  }

  .cp-service-hub-card p{
    font-size:13px;
  }

  .cp-service-capability-grid,
  .cp-service-process-grid{
    grid-template-columns:1fr;
  }

  .cp-service-capability,
  .cp-service-process-step{
    min-height:auto;
    padding:28px 0 30px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .cp-service-capability>span,
  .cp-service-process-step>span{
    margin-bottom:38px;
  }

  .cp-service-mini-proof{
    grid-template-columns:1fr;
  }
}


/* v3.17 — Web Design page upgrade */
.cp-web-design-work{background:var(--cp-bg-deep)}
.cp-web-design-work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:52px}
.cp-web-design-project{background:#090c0d;border:1px solid rgba(255,255,255,.07);overflow:hidden}
.cp-web-design-project-featured{grid-column:1/-1}
.cp-web-design-project-media{overflow:hidden;aspect-ratio:16/9;background:#050607}
.cp-web-design-project-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.cp-web-design-project:hover .cp-web-design-project-media img{transform:scale(1.018)}
.cp-web-design-project-copy{padding:24px 24px 28px}
.cp-web-design-project-copy>span{display:block;margin-bottom:9px;color:var(--cp-blue);font-size:9px;font-weight:700;letter-spacing:.12em}
.cp-web-design-project-copy h3{margin:0 0 10px;color:#edf2f4;font-family:var(--cp-head);font-size:27px;letter-spacing:-.03em}
.cp-web-design-project-copy p{margin:0;color:#819097;font-size:13px;line-height:1.68}

.cp-web-design-locations{background:var(--cp-bg-lift)}
.cp-web-design-locations-copy{max-width:720px}
.cp-web-design-locations-copy>p{margin:0;color:#8b989e;font-size:16px;line-height:1.75}
.cp-web-design-location-links{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 24px}
.cp-web-design-location-links a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid rgba(255,255,255,.09);color:#cdd6da;font-size:11px;text-decoration:none}
.cp-web-design-location-links a:hover{border-color:rgba(0,204,255,.45);color:var(--cp-blue)}

.cp-web-design-enquiry{background:var(--cp-bg-deep);border-top:1px solid rgba(255,255,255,.06)}
.cp-web-design-enquiry-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:clamp(64px,8vw,120px);align-items:start}
.cp-web-design-enquiry-copy>p{max-width:560px;margin:0;color:#8c999f;font-size:16px;line-height:1.75}
.cp-web-design-direct-contact{margin-top:34px;border-top:1px solid rgba(255,255,255,.08)}
.cp-web-design-direct-contact a{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none}
.cp-web-design-direct-contact span{color:#58656b;font-size:9px;font-weight:700;letter-spacing:.12em}
.cp-web-design-direct-contact strong{color:#e7edef;font-family:var(--cp-head);font-size:16px;font-weight:600}
.cp-web-design-direct-contact a:hover strong{color:var(--cp-blue)}

@media(max-width:980px){
  .cp-web-design-enquiry-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .cp-web-design-work-grid{grid-template-columns:1fr}
  .cp-web-design-project-featured{grid-column:auto}
}
@media(max-width:560px){
  .cp-web-design-location-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .cp-web-design-location-links a{justify-content:center}
}


/* v3.18 — Web Design outcomes refinement */
.cp-web-design-outcomes{
  background:var(--cp-bg-deep);
}

.cp-web-design-outcomes-grid{
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
  gap:clamp(72px,9vw,140px);
}

.cp-web-design-outcomes-heading{
  max-width:460px;
}

.cp-web-design-outcomes-heading h2{
  max-width:440px;
}

.cp-web-design-outcome-list{
  border-top:1px solid rgba(255,255,255,.1);
}

.cp-web-design-outcome-list .cp-service-outcome{
  padding:30px 0 32px;
}

.cp-web-design-outcome-list .cp-service-outcome h3{
  margin-bottom:10px;
  font-size:26px;
  letter-spacing:-.03em;
}

.cp-web-design-outcome-list .cp-service-outcome p{
  max-width:620px;
  color:#8b989e;
  font-size:14px;
  line-height:1.72;
}

@media(max-width:980px){
  .cp-web-design-outcomes-grid{
    grid-template-columns:1fr;
    gap:44px;
  }

  .cp-web-design-outcomes-heading{
    max-width:620px;
  }
}


/* v3.19 — Web Design copy refinement */
.cp-service-related-intro{
  margin:0 0 26px;
  max-width:650px;
  color:#8a969c;
  font-size:15px;
  line-height:1.72;
}


/* v3.20 — supporting services refinement */
.cp-service-related-links-rich a{align-items:center}
.cp-service-related-links-rich a>span{display:block}
.cp-service-related-links-rich strong{display:block;color:#dfe7ea;font-family:var(--cp-head);font-size:18px;font-weight:600;line-height:1.2}
.cp-service-related-links-rich small{display:block;margin-top:5px;color:#6f7c82;font-family:var(--cp-body);font-size:11px;font-weight:500;line-height:1.5}
.cp-service-related-links-rich a:hover strong{color:var(--cp-blue)}


/* v3.21 — Project Questions visual balance */
.cp-service-faq-visual{
  max-width:520px;
}

.cp-service-faq-image{
  margin-top:38px;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#07090a;
  border:1px solid rgba(255,255,255,.07);
}

.cp-service-faq-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:50% 36%;
  transform:scale(1.08);
}

@media(max-width:980px){
  .cp-service-faq-visual{
    max-width:none;
  }

  .cp-service-faq-image{
    max-width:680px;
    aspect-ratio:16/9;
  }
}

@media(max-width:640px){
  .cp-service-faq-image{
    margin-top:28px;
  }
}


/* v3.22 — Project Questions editorial panel */
.cp-service-faq-image{
  display:none;
}

.cp-project-scope-panel{
  margin-top:38px;
  background:#090c0d;
  border:1px solid rgba(255,255,255,.08);
}

.cp-project-scope-head{
  padding:26px 26px 24px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cp-project-scope-head>span{
  display:block;
  margin-bottom:10px;
  color:var(--cp-blue);
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em;
}

.cp-project-scope-head strong{
  display:block;
  margin-bottom:8px;
  color:#edf2f4;
  font-family:var(--cp-head);
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.025em;
}

.cp-project-scope-head p{
  margin:0;
  color:#7f8c92;
  font-size:12px;
  line-height:1.65;
}

.cp-project-scope-list>div{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:18px;
  padding:22px 26px;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.cp-project-scope-list>div:last-child{
  border-bottom:0;
}

.cp-project-scope-list>div>span{
  color:rgba(0,204,255,.55);
  font-family:var(--cp-head);
  font-size:10px;
  font-weight:700;
}

.cp-project-scope-list h3{
  margin:0 0 5px;
  color:#e4ebed;
  font-family:var(--cp-head);
  font-size:16px;
  line-height:1.25;
}

.cp-project-scope-list p{
  margin:0;
  color:#6f7c82;
  font-size:11px;
  line-height:1.6;
}

@media(max-width:980px){
  .cp-project-scope-panel{
    max-width:680px;
  }
}

@media(max-width:640px){
  .cp-project-scope-panel{
    margin-top:28px;
  }

  .cp-project-scope-head,
  .cp-project-scope-list>div{
    padding-left:20px;
    padding-right:20px;
  }
}


/* v3.23 — Web Design location section upgrade */
.cp-web-design-locations-v2{
  background:var(--cp-bg-lift);
}

.cp-web-design-locations-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,.72fr);
  gap:clamp(56px,8vw,110px);
  align-items:end;
}

.cp-web-design-locations-intro{
  max-width:610px;
}

.cp-web-design-locations-intro p{
  margin:0;
  color:#8a969c;
  font-size:16px;
  line-height:1.75;
}

.cp-web-design-locations-intro .cp-text-link{
  display:inline-block;
  margin-top:24px;
}

.cp-web-design-location-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:54px;
  border-top:1px solid rgba(255,255,255,.08);
  border-left:1px solid rgba(255,255,255,.08);
}

.cp-web-design-location-grid a{
  position:relative;
  min-height:210px;
  padding:26px 26px 28px;
  border-right:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  color:inherit;
  text-decoration:none;
  transition:background .22s ease;
}

.cp-web-design-location-grid a:hover{
  background:rgba(255,255,255,.018);
}

.cp-web-design-location-grid a>span{
  display:block;
  margin-bottom:54px;
  color:rgba(0,204,255,.5);
  font-family:var(--cp-head);
  font-size:10px;
  font-weight:700;
}

.cp-web-design-location-grid strong{
  display:block;
  margin-bottom:8px;
  color:#edf2f4;
  font-family:var(--cp-head);
  font-size:27px;
  letter-spacing:-.03em;
  transition:color .2s ease,transform .2s ease;
}

.cp-web-design-location-grid small{
  display:block;
  max-width:230px;
  color:#6e7b81;
  font-size:11px;
  line-height:1.55;
}

.cp-web-design-location-grid b{
  position:absolute;
  right:24px;
  top:24px;
  color:#4f5d63;
  font-size:16px;
  font-weight:400;
  transition:color .2s ease,transform .2s ease;
}

.cp-web-design-location-grid a:hover strong{
  color:var(--cp-blue);
  transform:translateX(2px);
}

.cp-web-design-location-grid a:hover b{
  color:var(--cp-blue);
  transform:translate(3px,-3px);
}

.cp-web-design-locations-foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding-top:22px;
}

.cp-web-design-locations-foot>span{
  color:#58656b;
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em;
}

.cp-web-design-locations-foot p{
  margin:0;
  color:#5f6c72;
  font-size:11px;
}

@media(max-width:980px){
  .cp-web-design-locations-head{
    grid-template-columns:1fr;
    gap:28px;
  }

  .cp-web-design-location-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .cp-web-design-location-grid{
    grid-template-columns:1fr;
  }

  .cp-web-design-location-grid a{
    min-height:170px;
  }

  .cp-web-design-location-grid a>span{
    margin-bottom:38px;
  }

  .cp-web-design-locations-foot{
    display:block;
  }

  .cp-web-design-locations-foot p{
    margin-top:8px;
  }
}


/* ==========================================================
   v3.24 — Web Design heading wrap / balance pass
   ========================================================== */

.page-template-page-web-design .cp-service-page-hero h1,
.page-template-page-web-design .cp-service-page-hero h2,
.page-template-page-web-design .cp-section h2{
  text-wrap:balance;
}

/* Prevent wide headings from collapsing into ugly orphan lines on desktop */
.cp-wrap-hero{
  max-width:980px;
}

.cp-wrap-opening{
  max-width:590px;
}

.cp-wrap-capabilities{
  max-width:650px;
}

.cp-wrap-work{
  max-width:650px;
}

.cp-wrap-outcomes{
  max-width:520px;
}

.cp-wrap-process{
  max-width:600px;
}

.cp-wrap-proof{
  max-width:470px;
}

.cp-wrap-related{
  max-width:650px;
  font-size:clamp(40px,4.5vw,70px);
  line-height:.94;
}

.cp-wrap-locations{
  max-width:780px;
  font-size:clamp(42px,4.8vw,74px);
  line-height:.94;
}

.cp-wrap-faq{
  max-width:560px;
}

.cp-wrap-enquiry{
  max-width:590px;
  font-size:clamp(48px,5.7vw,86px);
  line-height:.94;
  letter-spacing:-.05em;
}

/* Slightly rebalance the enquiry left column so the heading doesn't stack too tall */
.cp-web-design-enquiry-grid{
  grid-template-columns:minmax(420px,.92fr) minmax(540px,1.08fr);
}

.cp-web-design-enquiry-copy{
  max-width:640px;
}

/* Preserve intentional two/three-line compositions */
.cp-wrap-hero br,
.cp-wrap-opening br,
.cp-wrap-capabilities br,
.cp-wrap-work br,
.cp-wrap-outcomes br,
.cp-wrap-process br,
.cp-wrap-proof br,
.cp-wrap-related br,
.cp-wrap-locations br,
.cp-wrap-faq br,
.cp-wrap-enquiry br{
  display:block;
}

@media(max-width:1180px){
  .cp-wrap-related,
  .cp-wrap-locations{
    font-size:clamp(38px,4.5vw,62px);
  }

  .cp-wrap-enquiry{
    font-size:clamp(44px,5.1vw,72px);
  }

  .cp-web-design-enquiry-grid{
    grid-template-columns:minmax(360px,.88fr) minmax(500px,1.12fr);
    gap:56px;
  }
}

@media(max-width:980px){
  .cp-web-design-enquiry-grid{
    grid-template-columns:1fr;
  }

  .cp-web-design-enquiry-copy{
    max-width:760px;
  }

  .cp-wrap-enquiry{
    max-width:700px;
  }

  .cp-wrap-related,
  .cp-wrap-locations{
    max-width:760px;
  }
}

@media(max-width:640px){
  .cp-wrap-hero,
  .cp-wrap-opening,
  .cp-wrap-capabilities,
  .cp-wrap-work,
  .cp-wrap-outcomes,
  .cp-wrap-process,
  .cp-wrap-proof,
  .cp-wrap-related,
  .cp-wrap-locations,
  .cp-wrap-faq,
  .cp-wrap-enquiry{
    max-width:none;
  }

  .cp-wrap-related,
  .cp-wrap-locations,
  .cp-wrap-enquiry{
    font-size:clamp(38px,12vw,58px);
    line-height:.96;
  }

  /* On narrow screens allow browser balancing instead of forcing desktop breaks */
  .cp-wrap-related br,
  .cp-wrap-locations br,
  .cp-wrap-enquiry br{
    display:none;
  }
}


/* ==========================================================
   v3.25 — Web Design final wrap / balance pass
   ========================================================== */

/* Treat intentional heading lines as design units on desktop */
.cp-wrap-opening span,
.cp-wrap-enquiry span,
.cp-wrap-related span,
.cp-wrap-locations span,
.cp-wrap-faq span{
  display:block;
}

/* Opening section — prevent 4-line collapse */
.cp-wrap-opening{
  max-width:760px;
  font-size:clamp(48px,5vw,78px);
  line-height:.96;
  letter-spacing:-.05em;
}

/* Supporting services */
.cp-wrap-related{
  max-width:760px;
  font-size:clamp(40px,4vw,64px);
  line-height:.95;
  letter-spacing:-.045em;
}

/* Location heading */
.cp-wrap-locations{
  max-width:900px;
  font-size:clamp(40px,4.2vw,68px);
  line-height:.95;
  letter-spacing:-.045em;
}

/* FAQ heading */
.cp-wrap-faq{
  max-width:640px;
  font-size:clamp(42px,4.3vw,68px);
  line-height:.96;
  letter-spacing:-.045em;
}

/* Final enquiry heading — fixed 3-line desktop composition */
.cp-wrap-enquiry{
  max-width:710px;
  font-size:clamp(46px,4.8vw,76px);
  line-height:.95;
  letter-spacing:-.05em;
}

/* Give left columns enough room for the intended wraps */
.cp-service-problem .cp-service-two-col{
  grid-template-columns:minmax(600px,.98fr) minmax(0,1.02fr);
  gap:clamp(60px,6vw,100px);
}

.cp-web-design-enquiry-grid{
  grid-template-columns:minmax(620px,.95fr) minmax(560px,1.05fr);
  gap:clamp(56px,6vw,90px);
}

/* Keep right-side copy from drifting too far down */
.cp-service-problem .cp-service-rich-copy{
  padding-top:8px;
}

/* Selected work heading */
.cp-wrap-work{
  max-width:700px;
  font-size:clamp(42px,4.4vw,70px);
  line-height:.95;
}

/* Capabilities and outcomes */
.cp-wrap-capabilities,
.cp-wrap-outcomes,
.cp-wrap-process,
.cp-wrap-proof{
  line-height:.96;
}

/* Hero retains the composition from screenshot */
.cp-wrap-hero{
  max-width:1100px;
  font-size:clamp(64px,7vw,112px);
  line-height:.88;
}

/* Large desktop safeguard */
@media(max-width:1380px){
  .cp-service-problem .cp-service-two-col{
    grid-template-columns:minmax(500px,.92fr) minmax(0,1.08fr);
  }

  .cp-wrap-opening{
    font-size:clamp(46px,4.6vw,70px);
  }

  .cp-web-design-enquiry-grid{
    grid-template-columns:minmax(500px,.9fr) minmax(520px,1.1fr);
  }

  .cp-wrap-enquiry{
    font-size:clamp(44px,4.6vw,68px);
  }
}

@media(max-width:1100px){
  .cp-service-problem .cp-service-two-col,
  .cp-web-design-enquiry-grid{
    grid-template-columns:1fr;
  }

  .cp-wrap-opening,
  .cp-wrap-enquiry,
  .cp-wrap-related,
  .cp-wrap-locations,
  .cp-wrap-faq{
    max-width:820px;
  }
}

@media(max-width:640px){
  /* Allow mobile to reflow naturally instead of keeping desktop line units */
  .cp-wrap-opening span,
  .cp-wrap-enquiry span,
  .cp-wrap-related span,
  .cp-wrap-locations span,
  .cp-wrap-faq span{
    display:inline;
  }

  .cp-wrap-opening span::after,
  .cp-wrap-enquiry span::after,
  .cp-wrap-related span::after,
  .cp-wrap-locations span::after,
  .cp-wrap-faq span::after{
    content:" ";
  }

  .cp-wrap-opening,
  .cp-wrap-enquiry,
  .cp-wrap-related,
  .cp-wrap-locations,
  .cp-wrap-faq,
  .cp-wrap-work{
    max-width:none;
    font-size:clamp(38px,12vw,56px);
    line-height:.96;
  }
}


/* ==========================================================
   v3.26 — Service page parity with Web Design
   ========================================================== */

/* Reuse the visual proof language across service pages */
.cp-service-visual-proof{
  background:var(--cp-bg-deep);
}

/* Intentional heading lines */
.page-template-page-web-development .cp-wrap-opening span,
.page-template-page-seo .cp-wrap-opening span,
.page-template-page-ppc .cp-wrap-opening span,
.page-template-page-branding .cp-wrap-opening span,
.page-template-page-web-development .cp-wrap-related span,
.page-template-page-seo .cp-wrap-related span,
.page-template-page-ppc .cp-wrap-related span,
.page-template-page-branding .cp-wrap-related span,
.page-template-page-web-development .cp-wrap-faq span,
.page-template-page-seo .cp-wrap-faq span,
.page-template-page-ppc .cp-wrap-faq span,
.page-template-page-branding .cp-wrap-faq span,
.page-template-page-web-development .cp-wrap-enquiry span,
.page-template-page-seo .cp-wrap-enquiry span,
.page-template-page-ppc .cp-wrap-enquiry span,
.page-template-page-branding .cp-wrap-enquiry span,
.cp-web-design-locations-v2 h2 span{
  display:block;
}

.page-template-page-web-development .cp-wrap-opening,
.page-template-page-seo .cp-wrap-opening,
.page-template-page-ppc .cp-wrap-opening,
.page-template-page-branding .cp-wrap-opening{
  max-width:760px;
  font-size:clamp(46px,4.8vw,74px);
  line-height:.96;
  letter-spacing:-.05em;
}

.page-template-page-web-development .cp-wrap-related,
.page-template-page-seo .cp-wrap-related,
.page-template-page-ppc .cp-wrap-related,
.page-template-page-branding .cp-wrap-related{
  max-width:760px;
  font-size:clamp(40px,4vw,64px);
  line-height:.95;
}

.page-template-page-web-development .cp-wrap-faq,
.page-template-page-seo .cp-wrap-faq,
.page-template-page-ppc .cp-wrap-faq,
.page-template-page-branding .cp-wrap-faq{
  max-width:650px;
  font-size:clamp(42px,4.2vw,68px);
  line-height:.96;
}

.page-template-page-web-development .cp-wrap-enquiry,
.page-template-page-seo .cp-wrap-enquiry,
.page-template-page-ppc .cp-wrap-enquiry,
.page-template-page-branding .cp-wrap-enquiry{
  max-width:720px;
  font-size:clamp(44px,4.8vw,72px);
  line-height:.95;
  letter-spacing:-.05em;
}

.page-template-page-web-development .cp-service-problem .cp-service-two-col,
.page-template-page-seo .cp-service-problem .cp-service-two-col,
.page-template-page-ppc .cp-service-problem .cp-service-two-col,
.page-template-page-branding .cp-service-problem .cp-service-two-col{
  grid-template-columns:minmax(560px,.95fr) minmax(0,1.05fr);
  gap:clamp(60px,6vw,100px);
}

.page-template-page-web-development .cp-web-design-enquiry-grid,
.page-template-page-seo .cp-web-design-enquiry-grid,
.page-template-page-ppc .cp-web-design-enquiry-grid,
.page-template-page-branding .cp-web-design-enquiry-grid{
  grid-template-columns:minmax(560px,.92fr) minmax(540px,1.08fr);
  gap:clamp(56px,6vw,90px);
}

/* Keep reusable service project imagery crisp and balanced */
.cp-service-visual-proof .cp-web-design-project-featured .cp-web-design-project-media{
  aspect-ratio:16/8.4;
}

@media(max-width:1200px){
  .page-template-page-web-development .cp-service-problem .cp-service-two-col,
  .page-template-page-seo .cp-service-problem .cp-service-two-col,
  .page-template-page-ppc .cp-service-problem .cp-service-two-col,
  .page-template-page-branding .cp-service-problem .cp-service-two-col,
  .page-template-page-web-development .cp-web-design-enquiry-grid,
  .page-template-page-seo .cp-web-design-enquiry-grid,
  .page-template-page-ppc .cp-web-design-enquiry-grid,
  .page-template-page-branding .cp-web-design-enquiry-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .page-template-page-web-development .cp-wrap-opening span,
  .page-template-page-seo .cp-wrap-opening span,
  .page-template-page-ppc .cp-wrap-opening span,
  .page-template-page-branding .cp-wrap-opening span,
  .page-template-page-web-development .cp-wrap-related span,
  .page-template-page-seo .cp-wrap-related span,
  .page-template-page-ppc .cp-wrap-related span,
  .page-template-page-branding .cp-wrap-related span,
  .page-template-page-web-development .cp-wrap-faq span,
  .page-template-page-seo .cp-wrap-faq span,
  .page-template-page-ppc .cp-wrap-faq span,
  .page-template-page-branding .cp-wrap-faq span,
  .page-template-page-web-development .cp-wrap-enquiry span,
  .page-template-page-seo .cp-wrap-enquiry span,
  .page-template-page-ppc .cp-wrap-enquiry span,
  .page-template-page-branding .cp-wrap-enquiry span,
  .cp-web-design-locations-v2 h2 span{
    display:inline;
  }

  .page-template-page-web-development .cp-wrap-opening span::after,
  .page-template-page-seo .cp-wrap-opening span::after,
  .page-template-page-ppc .cp-wrap-opening span::after,
  .page-template-page-branding .cp-wrap-opening span::after,
  .page-template-page-web-development .cp-wrap-related span::after,
  .page-template-page-seo .cp-wrap-related span::after,
  .page-template-page-ppc .cp-wrap-related span::after,
  .page-template-page-branding .cp-wrap-related span::after,
  .page-template-page-web-development .cp-wrap-faq span::after,
  .page-template-page-seo .cp-wrap-faq span::after,
  .page-template-page-ppc .cp-wrap-faq span::after,
  .page-template-page-branding .cp-wrap-faq span::after,
  .page-template-page-web-development .cp-wrap-enquiry span::after,
  .page-template-page-seo .cp-wrap-enquiry span::after,
  .page-template-page-ppc .cp-wrap-enquiry span::after,
  .page-template-page-branding .cp-wrap-enquiry span::after,
  .cp-web-design-locations-v2 h2 span::after{
    content:" ";
  }

  .page-template-page-web-development .cp-wrap-opening,
  .page-template-page-seo .cp-wrap-opening,
  .page-template-page-ppc .cp-wrap-opening,
  .page-template-page-branding .cp-wrap-opening,
  .page-template-page-web-development .cp-wrap-related,
  .page-template-page-seo .cp-wrap-related,
  .page-template-page-ppc .cp-wrap-related,
  .page-template-page-branding .cp-wrap-related,
  .page-template-page-web-development .cp-wrap-faq,
  .page-template-page-seo .cp-wrap-faq,
  .page-template-page-ppc .cp-wrap-faq,
  .page-template-page-branding .cp-wrap-faq,
  .page-template-page-web-development .cp-wrap-enquiry,
  .page-template-page-seo .cp-wrap-enquiry,
  .page-template-page-ppc .cp-wrap-enquiry,
  .page-template-page-branding .cp-wrap-enquiry{
    max-width:none;
    font-size:clamp(38px,12vw,56px);
    line-height:.96;
  }
}


/* v3.27 — Remaining service-page parity */
.page-template-page-web-development .cp-web-design-outcomes-grid,
.page-template-page-seo .cp-web-design-outcomes-grid,
.page-template-page-ppc .cp-web-design-outcomes-grid,
.page-template-page-branding .cp-web-design-outcomes-grid{
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
  gap:clamp(72px,9vw,140px);
}

.page-template-page-web-development .cp-service-outcomes,
.page-template-page-seo .cp-service-outcomes,
.page-template-page-ppc .cp-service-outcomes,
.page-template-page-branding .cp-service-outcomes{
  border-top:1px solid rgba(255,255,255,.1);
}

.page-template-page-web-development .cp-service-outcome,
.page-template-page-seo .cp-service-outcome,
.page-template-page-ppc .cp-service-outcome,
.page-template-page-branding .cp-service-outcome{
  padding:30px 0 32px;
}

.page-template-page-web-development .cp-service-outcome h3,
.page-template-page-seo .cp-service-outcome h3,
.page-template-page-ppc .cp-service-outcome h3,
.page-template-page-branding .cp-service-outcome h3{
  margin-bottom:10px;
  font-size:26px;
  letter-spacing:-.03em;
}

.page-template-page-web-development .cp-service-outcome p,
.page-template-page-seo .cp-service-outcome p,
.page-template-page-ppc .cp-service-outcome p,
.page-template-page-branding .cp-service-outcome p{
  max-width:620px;
  color:#8b989e;
  font-size:14px;
  line-height:1.72;
}

@media(max-width:980px){
  .page-template-page-web-development .cp-web-design-outcomes-grid,
  .page-template-page-seo .cp-web-design-outcomes-grid,
  .page-template-page-ppc .cp-web-design-outcomes-grid,
  .page-template-page-branding .cp-web-design-outcomes-grid{
    grid-template-columns:1fr;
    gap:44px;
  }
}


/* v3.29 — Komet project image crop correction */
img[src*="komet-original.png"]{
  object-position:center top !important;
}

/* On wider featured project cards, show slightly more of the original screenshot */
.cp-service-visual-proof .cp-web-design-project-featured img[src*="komet-original.png"]{
  object-fit:contain;
  background:#050607;
}


/* ==========================================================
   v3.30 — Final service-page polish
   ========================================================== */

.cp-service-operational-proof{
  background:var(--cp-bg-lift);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.cp-service-operational-proof-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
  gap:clamp(70px,8vw,130px);
  align-items:start;
}

.cp-service-operational-proof h2{
  margin:18px 0 28px;
  max-width:720px;
  font-size:clamp(44px,4.6vw,74px);
  line-height:.95;
  letter-spacing:-.05em;
  text-wrap:balance;
}

.cp-service-operational-proof h2 span{
  display:block;
}

.cp-service-operational-proof-grid > div:first-child > p{
  max-width:610px;
  color:#98a4aa;
  font-size:16px;
  line-height:1.8;
}

.cp-service-operational-list{
  border-top:1px solid rgba(255,255,255,.12);
}

.cp-service-operational-list > div{
  display:grid;
  grid-template-columns:54px 190px 1fr;
  gap:20px;
  align-items:start;
  padding:27px 0 29px;
  border-bottom:1px solid rgba(255,255,255,.09);
}

.cp-service-operational-list span{
  padding-top:3px;
  color:var(--cp-blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
}

.cp-service-operational-list strong{
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:20px;
  line-height:1.15;
  letter-spacing:-.025em;
}

.cp-service-operational-list p{
  margin:0;
  max-width:520px;
  color:#8f9ba1;
  font-size:14px;
  line-height:1.72;
}

/* Keep the sharper Web Development hero controlled at desktop widths */
.page-template-page-web-development .cp-service-page-hero h1{
  max-width:1120px;
}

/* Final enquiry wording should hold as intentional lines on desktop */
.page-template-page-web-development .cp-wrap-enquiry span{
  display:block;
}

@media(max-width:1100px){
  .cp-service-operational-proof-grid{
    grid-template-columns:1fr;
    gap:52px;
  }

  .cp-service-operational-proof h2{
    max-width:820px;
  }
}

@media(max-width:720px){
  .cp-service-operational-list > div{
    grid-template-columns:42px 1fr;
    gap:12px 16px;
  }

  .cp-service-operational-list p{
    grid-column:2;
  }
}

@media(max-width:640px){
  .cp-service-operational-proof h2{
    max-width:none;
    font-size:clamp(38px,12vw,56px);
    line-height:.96;
  }

  .cp-service-operational-proof h2 span{
    display:inline;
  }

  .cp-service-operational-proof h2 span::after{
    content:" ";
  }
}


/* ==========================================================
   v3.31 — SEO architecture section
   ========================================================== */

.cp-seo-structure{
  background:
    radial-gradient(circle at 50% 42%, rgba(0,204,255,.07), transparent 34%),
    var(--cp-bg-deep);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
  overflow:hidden;
}

.cp-seo-structure-head{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr);
  gap:clamp(70px,8vw,140px);
  align-items:start;
  margin-bottom:clamp(70px,7vw,110px);
}

.cp-seo-structure-head h2{
  margin:18px 0 24px;
  max-width:920px;
  font-size:clamp(52px,5.8vw,92px);
  line-height:.9;
  letter-spacing:-.055em;
}

.cp-seo-structure-head h2 span{
  color:var(--cp-blue);
}

.cp-seo-structure-head > div > p{
  max-width:820px;
  color:#9aa6ac;
  font-size:16px;
  line-height:1.8;
}

.cp-seo-structure-note{
  padding:0 0 0 44px;
  border-left:1px solid rgba(255,255,255,.2);
}

.cp-seo-structure-note > span{
  display:block;
  margin-bottom:8px;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:22px;
  line-height:1.05;
  letter-spacing:-.02em;
}

.cp-seo-structure-note strong{
  display:block;
  max-width:260px;
  color:var(--cp-blue);
  font-family:"Inter Tight",sans-serif;
  font-size:28px;
  line-height:1;
  letter-spacing:-.035em;
}

.cp-seo-structure-note p{
  margin:18px 0 0;
  color:#89969c;
  font-size:14px;
  line-height:1.7;
}

.cp-seo-structure-grid{
  display:grid;
  grid-template-columns:minmax(250px,.75fr) minmax(430px,1fr) minmax(250px,.75fr);
  gap:clamp(32px,4vw,64px);
  align-items:center;
}

.cp-seo-side-panel{
  padding:34px 32px 20px;
  border:1px solid rgba(0,204,255,.26);
  background:rgba(8,12,14,.58);
}

.cp-seo-side-panel-line{
  width:36px;
  height:2px;
  margin-bottom:22px;
  background:var(--cp-blue);
}

.cp-seo-side-panel h3{
  margin:0 0 18px;
  color:#fff;
  font-size:27px;
  line-height:.98;
  letter-spacing:-.03em;
}

.cp-seo-side-panel > p{
  margin:0 0 28px;
  color:#8f9ca2;
  font-size:14px;
  line-height:1.7;
}

.cp-seo-side-links > div{
  padding:19px 0 21px;
  border-top:1px solid rgba(255,255,255,.09);
}

.cp-seo-side-links strong{
  display:block;
  color:#fff;
  font-size:15px;
}

.cp-seo-side-links span{
  display:block;
  margin-top:5px;
  color:#7f8c92;
  font-size:12px;
  line-height:1.5;
}

.cp-seo-flow{
  position:relative;
  padding:0 18px;
}

.cp-seo-flow::before,
.cp-seo-flow::after{
  content:"";
  position:absolute;
  top:7%;
  bottom:7%;
  width:28px;
  border-top:1px solid rgba(0,204,255,.35);
  border-bottom:1px solid rgba(0,204,255,.35);
}

.cp-seo-flow::before{
  left:-4px;
  border-left:1px solid rgba(0,204,255,.35);
  border-radius:18px 0 0 18px;
}

.cp-seo-flow::after{
  right:-4px;
  border-right:1px solid rgba(0,204,255,.35);
  border-radius:0 18px 18px 0;
}

.cp-seo-flow-step{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:18px;
  align-items:center;
  min-height:78px;
  padding:14px 20px;
  border:1px solid rgba(0,204,255,.36);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(10,16,19,.96),rgba(7,11,13,.96));
}

.cp-seo-flow-step > span{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:2px solid var(--cp-blue);
  border-radius:50%;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:17px;
  box-shadow:0 0 16px rgba(0,204,255,.12);
}

.cp-seo-flow-step strong{
  display:block;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:20px;
  line-height:1.05;
  letter-spacing:-.025em;
}

.cp-seo-flow-step small{
  display:block;
  margin-top:5px;
  color:#8f9da3;
  font-size:12px;
}

.cp-seo-flow-step-final{
  border-color:var(--cp-blue);
  box-shadow:0 0 26px rgba(0,204,255,.12);
}

.cp-seo-flow > i{
  position:relative;
  display:block;
  width:2px;
  height:26px;
  margin:0 auto;
  background:var(--cp-blue);
}

.cp-seo-flow > i::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:8px;
  height:8px;
  border-right:2px solid var(--cp-blue);
  border-bottom:2px solid var(--cp-blue);
  transform:translate(-50%,0) rotate(45deg);
}

.cp-seo-structure-outcomes{
  display:grid;
  grid-template-columns:1.08fr repeat(3,1fr);
  margin-top:clamp(72px,8vw,120px);
  padding-top:42px;
  border-top:1px solid rgba(255,255,255,.16);
}

.cp-seo-outcome-intro,
.cp-seo-outcome-card{
  min-height:170px;
  padding-right:34px;
}

.cp-seo-outcome-card{
  padding-left:34px;
  border-left:1px solid rgba(255,255,255,.13);
}

.cp-seo-outcome-intro > span{
  display:block;
  margin-bottom:14px;
  color:var(--cp-blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
}

.cp-seo-outcome-intro > strong{
  display:block;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:clamp(27px,2.4vw,38px);
  line-height:.98;
  letter-spacing:-.04em;
}

.cp-seo-outcome-intro em{
  color:var(--cp-blue);
  font-style:normal;
}

.cp-seo-outcome-card > span{
  display:block;
  margin-bottom:18px;
  color:var(--cp-blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
}

.cp-seo-outcome-card strong{
  display:block;
  max-width:220px;
  color:#fff;
  font-size:17px;
  line-height:1.2;
}

.cp-seo-outcome-card p{
  margin:14px 0 0;
  max-width:220px;
  color:#839096;
  font-size:13px;
  line-height:1.65;
}

@media(max-width:1180px){
  .cp-seo-structure-head{
    grid-template-columns:1fr;
    gap:45px;
  }

  .cp-seo-structure-note{
    max-width:520px;
  }

  .cp-seo-structure-grid{
    grid-template-columns:1fr;
  }

  .cp-seo-side-panel{
    max-width:none;
  }

  .cp-seo-flow{
    max-width:650px;
    width:100%;
    margin:0 auto;
  }

  .cp-seo-structure-outcomes{
    grid-template-columns:1fr 1fr;
    gap:0;
  }

  .cp-seo-outcome-intro,
  .cp-seo-outcome-card{
    padding:30px;
    border-left:1px solid rgba(255,255,255,.1);
    border-bottom:1px solid rgba(255,255,255,.1);
  }
}

@media(max-width:680px){
  .cp-seo-structure-head h2{
    font-size:clamp(42px,13vw,60px);
  }

  .cp-seo-structure-note{
    padding-left:24px;
  }

  .cp-seo-side-panel{
    padding:28px 24px 14px;
  }

  .cp-seo-flow{
    padding:0;
  }

  .cp-seo-flow::before,
  .cp-seo-flow::after{
    display:none;
  }

  .cp-seo-flow-step{
    grid-template-columns:46px 1fr;
    padding:13px 15px;
  }

  .cp-seo-flow-step > span{
    width:38px;
    height:38px;
    font-size:14px;
  }

  .cp-seo-flow-step strong{
    font-size:17px;
  }

  .cp-seo-structure-outcomes{
    grid-template-columns:1fr;
  }

  .cp-seo-outcome-intro,
  .cp-seo-outcome-card{
    min-height:0;
    padding:28px 0;
    border-left:0;
  }
}


/* ==========================================================
   v3.32 — PPC paid-search journey section
   ========================================================== */

.cp-ppc-journey{
  background:
    linear-gradient(180deg, rgba(0,204,255,.025), transparent 30%),
    var(--cp-bg-deep);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}

.cp-ppc-journey-head{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
  gap:clamp(70px,8vw,130px);
  align-items:start;
  margin-bottom:clamp(70px,7vw,105px);
}

.cp-ppc-journey-head h2{
  margin:18px 0 24px;
  max-width:850px;
  font-size:clamp(54px,6vw,94px);
  line-height:.9;
  letter-spacing:-.055em;
}

.cp-ppc-journey-head h2 span{
  color:var(--cp-blue);
}

.cp-ppc-journey-head > div > p{
  max-width:760px;
  color:#96a2a8;
  font-size:16px;
  line-height:1.8;
}

.cp-ppc-journey-note{
  padding-left:38px;
  border-left:1px solid rgba(255,255,255,.18);
}

.cp-ppc-journey-note > span{
  display:block;
  margin-bottom:10px;
  color:var(--cp-blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
}

.cp-ppc-journey-note strong{
  display:block;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:32px;
  line-height:.98;
  letter-spacing:-.04em;
}

.cp-ppc-journey-note p{
  margin:18px 0 0;
  color:#87949a;
  font-size:14px;
  line-height:1.7;
}

.cp-ppc-funnel{
  display:grid;
  grid-template-columns:repeat(11, auto);
  align-items:stretch;
  gap:0;
  overflow-x:auto;
  padding-bottom:8px;
  scrollbar-width:none;
}

.cp-ppc-funnel::-webkit-scrollbar{
  display:none;
}

.cp-ppc-stage{
  width:220px;
  min-height:230px;
  padding:26px 24px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(10,14,16,.97),rgba(6,9,11,.97));
}

.cp-ppc-stage > span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:42px;
  border:1px solid rgba(0,204,255,.65);
  border-radius:50%;
  color:var(--cp-blue);
  font-size:12px;
  font-weight:700;
}

.cp-ppc-stage strong{
  display:block;
  margin-bottom:12px;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:24px;
  line-height:1;
  letter-spacing:-.035em;
}

.cp-ppc-stage p{
  margin:0;
  color:#87949a;
  font-size:13px;
  line-height:1.65;
}

.cp-ppc-stage-final{
  border-color:rgba(0,204,255,.85);
  box-shadow:0 0 28px rgba(0,204,255,.08);
}

.cp-ppc-funnel > i{
  position:relative;
  align-self:center;
  width:36px;
  height:2px;
  background:var(--cp-blue);
}

.cp-ppc-funnel > i::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:7px;
  height:7px;
  border-top:2px solid var(--cp-blue);
  border-right:2px solid var(--cp-blue);
  transform:translateY(-50%) rotate(45deg);
}

.cp-ppc-support-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:clamp(70px,7vw,105px);
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
}

.cp-ppc-support-card{
  padding:34px 32px 36px;
  background:var(--cp-bg-lift);
}

.cp-ppc-support-card > span{
  display:block;
  margin-bottom:18px;
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
}

.cp-ppc-support-card strong{
  display:block;
  max-width:300px;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.03em;
}

.cp-ppc-support-card p{
  margin:16px 0 0;
  max-width:340px;
  color:#859197;
  font-size:13px;
  line-height:1.7;
}

.cp-ppc-outcome-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:1px;
  border-top:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
}

.cp-ppc-outcome-strip > div{
  padding:34px 34px 38px 0;
}

.cp-ppc-outcome-strip > div + div{
  padding-left:34px;
  border-left:1px solid rgba(255,255,255,.09);
}

.cp-ppc-outcome-strip span{
  display:block;
  margin-bottom:17px;
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
}

.cp-ppc-outcome-strip strong{
  display:block;
  color:#fff;
  font-size:18px;
}

.cp-ppc-outcome-strip p{
  margin:10px 0 0;
  max-width:300px;
  color:#839096;
  font-size:13px;
  line-height:1.65;
}

@media(max-width:1180px){
  .cp-ppc-journey-head{
    grid-template-columns:1fr;
    gap:42px;
  }

  .cp-ppc-journey-note{
    max-width:520px;
  }

  .cp-ppc-support-grid,
  .cp-ppc-outcome-strip{
    grid-template-columns:1fr;
  }

  .cp-ppc-support-card,
  .cp-ppc-outcome-strip > div,
  .cp-ppc-outcome-strip > div + div{
    padding:28px 0;
    border-left:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }
}

@media(max-width:680px){
  .cp-ppc-journey-head h2{
    font-size:clamp(42px,13vw,60px);
  }

  .cp-ppc-journey-note{
    padding-left:22px;
  }

  .cp-ppc-stage{
    width:190px;
    min-height:210px;
    padding:22px 20px;
  }

  .cp-ppc-stage > span{
    margin-bottom:30px;
  }

  .cp-ppc-stage strong{
    font-size:21px;
  }
}


/* ==========================================================
   v3.33 — Branding visual identity system
   ========================================================== */

.cp-brand-system{
  background:
    radial-gradient(circle at 72% 35%, rgba(0,204,255,.055), transparent 27%),
    var(--cp-bg-deep);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
  overflow:hidden;
}

.cp-brand-system-head{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);
  gap:clamp(70px,8vw,130px);
  align-items:start;
  margin-bottom:clamp(72px,7vw,110px);
}

.cp-brand-system-head h2{
  margin:18px 0 24px;
  max-width:940px;
  font-size:clamp(54px,5.8vw,92px);
  line-height:.9;
  letter-spacing:-.055em;
}

.cp-brand-system-head h2 span{
  color:var(--cp-blue);
}

.cp-brand-system-head > div > p{
  max-width:780px;
  color:#96a2a8;
  font-size:16px;
  line-height:1.8;
}

.cp-brand-system-note{
  padding-left:38px;
  border-left:1px solid rgba(255,255,255,.18);
}

.cp-brand-system-note > span{
  display:block;
  margin-bottom:10px;
  color:var(--cp-blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
}

.cp-brand-system-note strong{
  display:block;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:31px;
  line-height:.98;
  letter-spacing:-.04em;
}

.cp-brand-system-note p{
  margin:18px 0 0;
  color:#87949a;
  font-size:14px;
  line-height:1.7;
}

.cp-brand-system-board{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.06);
  gap:1px;
}

.cp-brand-system-board > div{
  min-height:380px;
  padding:34px;
  background:var(--cp-bg-lift);
}

.cp-brand-system-board > div > span{
  display:block;
  margin-bottom:34px;
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
}

.cp-brand-system-board > div > strong,
.cp-brand-system-board > div > h3{
  display:block;
  margin:28px 0 0;
  max-width:480px;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:26px;
  line-height:1.02;
  letter-spacing:-.035em;
}

.cp-brand-system-board > div > p{
  margin:12px 0 0;
  max-width:450px;
  color:#839096;
  font-size:13px;
  line-height:1.7;
}

.cp-brand-mark-demo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:180px;
  border:1px solid rgba(255,255,255,.08);
  background:#070a0c;
}

.cp-brand-mark-demo b{
  width:118px;
  height:72px;
  border:8px solid var(--cp-blue);
  border-radius:50%;
  transform:rotate(-22deg);
  box-shadow:0 0 28px rgba(0,204,255,.08);
}

.cp-brand-mark-demo b + b{
  margin-left:-38px;
  transform:rotate(22deg);
}

.cp-brand-type-demo{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:36px;
  align-items:center;
  min-height:180px;
  padding:26px 30px;
  border:1px solid rgba(255,255,255,.08);
  background:#070a0c;
}

.cp-brand-type-demo strong{
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:112px;
  line-height:.8;
  letter-spacing:-.08em;
}

.cp-brand-type-demo small{
  color:#8a969c;
  font-family:"Manrope",sans-serif;
  font-size:18px;
  line-height:1.7;
  letter-spacing:.1em;
}

.cp-brand-swatches{
  display:grid;
  grid-template-columns:1.35fr repeat(3,1fr);
  min-height:180px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
}

.cp-brand-swatches i:nth-child(1){background:#00ccff;}
.cp-brand-swatches i:nth-child(2){background:#f5f7f8;}
.cp-brand-swatches i:nth-child(3){background:#111619;}
.cp-brand-swatches i:nth-child(4){background:#59666c;}

.cp-brand-device-demo{
  position:relative;
  min-height:180px;
  padding:24px;
  border:1px solid rgba(255,255,255,.08);
  background:#070a0c;
}

.cp-brand-device-top{
  width:80px;
  height:8px;
  margin-bottom:38px;
  background:var(--cp-blue);
}

.cp-brand-device-copy{
  display:grid;
  gap:11px;
  width:68%;
}

.cp-brand-device-copy b{
  display:block;
  height:13px;
  background:#f1f4f5;
}

.cp-brand-device-copy b:nth-child(2){width:86%;}
.cp-brand-device-copy b:nth-child(3){width:60%;}

.cp-brand-device-cta{
  width:128px;
  height:34px;
  margin-top:34px;
  border:1px solid var(--cp-blue);
}

.cp-brand-system-footer{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:1px;
  border-top:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
}

.cp-brand-system-footer > div{
  padding:34px 34px 38px 0;
}

.cp-brand-system-footer > div + div{
  padding-left:34px;
  border-left:1px solid rgba(255,255,255,.09);
}

.cp-brand-system-footer span{
  display:block;
  margin-bottom:18px;
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
}

.cp-brand-system-footer strong{
  display:block;
  color:#fff;
  font-size:18px;
}

.cp-brand-system-footer p{
  margin:10px 0 0;
  max-width:300px;
  color:#839096;
  font-size:13px;
  line-height:1.65;
}

@media(max-width:980px){
  .cp-brand-system-head{
    grid-template-columns:1fr;
    gap:42px;
  }

  .cp-brand-system-note{
    max-width:520px;
  }

  .cp-brand-system-board{
    grid-template-columns:1fr;
  }

  .cp-brand-system-footer{
    grid-template-columns:1fr;
  }

  .cp-brand-system-footer > div,
  .cp-brand-system-footer > div + div{
    padding:28px 0;
    border-left:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }
}

@media(max-width:680px){
  .cp-brand-system-head h2{
    font-size:clamp(42px,13vw,60px);
  }

  .cp-brand-system-note{
    padding-left:22px;
  }

  .cp-brand-system-board > div{
    min-height:0;
    padding:26px 22px;
  }

  .cp-brand-mark-demo,
  .cp-brand-type-demo,
  .cp-brand-swatches,
  .cp-brand-device-demo{
    min-height:150px;
  }

  .cp-brand-mark-demo b{
    width:88px;
    height:54px;
    border-width:6px;
  }

  .cp-brand-type-demo strong{
    font-size:82px;
  }
}


/* ==========================================================
   v3.34 — Services cluster final design / wrap QA
   ========================================================== */

/* Services hub hero — explicit, keyword-rich two-line composition */
.cp-services-hub-title{
  max-width:1180px;
  font-size:clamp(58px,7vw,108px);
  line-height:.89;
  letter-spacing:-.055em;
  text-wrap:balance;
}

.cp-services-hub-title > span{
  display:block;
}

.cp-services-hub-title > span:last-child{
  color:var(--cp-blue);
}

.cp-service-hub-hero-copy{
  max-width:1240px;
}

.cp-service-hub-hero .cp-inner-hero-lead{
  max-width:790px;
}

/* Keep the Services approach + CTA headings intentionally aligned */
.cp-services-hub-approach-title,
.cp-services-hub-cta-title{
  max-width:720px;
  line-height:.95;
  text-wrap:balance;
}

.cp-services-hub-approach-title span,
.cp-services-hub-cta-title span{
  display:block;
}

/* Service capability headings — consistent measure without forcing identical copy */
.cp-service-capabilities .cp-section-heading h2{
  max-width:760px;
  line-height:.95;
  text-wrap:balance;
}

/* Make all major service-page split headings sit on the same visual axis */
.page-template-page-web-design .cp-service-two-col > div:first-child,
.page-template-page-web-development .cp-service-two-col > div:first-child,
.page-template-page-seo .cp-service-two-col > div:first-child,
.page-template-page-ppc .cp-service-two-col > div:first-child,
.page-template-page-branding .cp-service-two-col > div:first-child{
  align-self:start;
}

/* Prevent long right-column intros from sitting too high against large display headings */
.cp-service-related-intro,
.cp-web-design-locations-intro,
.cp-service-rich-copy{
  max-width:680px;
}

/* Desktop safeguards for service hero titles */
.page-template-page-web-design .cp-service-page-hero h1,
.page-template-page-web-development .cp-service-page-hero h1,
.page-template-page-seo .cp-service-page-hero h1,
.page-template-page-ppc .cp-service-page-hero h1,
.page-template-page-branding .cp-service-page-hero h1{
  text-wrap:balance;
}

.page-template-page-seo .cp-service-page-hero h1,
.page-template-page-branding .cp-service-page-hero h1{
  max-width:1100px;
}

.page-template-page-ppc .cp-service-page-hero h1{
  max-width:980px;
}

/* Keep the location section heading width consistent across the cluster */
.cp-web-design-locations-v2 h2{
  max-width:930px;
}

/* FAQ heading/support panel alignment */
.cp-service-faqs .cp-service-faq-visual{
  align-self:start;
}

.cp-service-faqs .cp-project-scope-panel{
  margin-top:38px;
}

/* Final enquiry section: same top alignment across every service */
.cp-web-design-enquiry-copy,
.cp-contact-form-panel{
  align-self:start;
}

@media(max-width:980px){
  .cp-services-hub-title{
    max-width:860px;
    font-size:clamp(52px,9vw,82px);
  }

  .cp-service-capabilities .cp-section-heading h2{
    max-width:820px;
  }
}

@media(max-width:640px){
  .cp-services-hub-title{
    font-size:clamp(42px,13vw,60px);
    line-height:.94;
  }

  .cp-services-hub-title > span,
  .cp-services-hub-approach-title span,
  .cp-services-hub-cta-title span{
    display:inline;
  }

  .cp-services-hub-title > span::after,
  .cp-services-hub-approach-title span::after,
  .cp-services-hub-cta-title span::after{
    content:" ";
  }
}


/* ==========================================================
   v3.35 — Industries hub + priority industry pages
   ========================================================== */

.cp-industries-hub-title,
.cp-industry-page-hero h1{
  max-width:1180px;
  font-size:clamp(58px,7vw,108px);
  line-height:.89;
  letter-spacing:-.055em;
}

.cp-industries-hub-title span,
.cp-industry-page-hero h1 span,
.cp-industry-hub-intro h2 span,
.cp-industry-hub-approach h2 span,
.cp-inner-cta h2 span,
.cp-industry-angle h2 span,
.cp-industry-needs h2 span,
.cp-industry-work h2 span,
.cp-industry-services h2 span,
.cp-industry-faqs h2 span{
  display:block;
}

.cp-industries-hub-title span:last-child,
.cp-industry-page-hero h1 span:last-child{
  color:var(--cp-blue);
}

.cp-industry-hub-hero-copy,
.cp-industry-page-hero-copy{
  max-width:1240px;
}

.cp-industry-hub-hero .cp-inner-hero-lead,
.cp-industry-page-hero .cp-inner-hero-lead{
  max-width:820px;
}

.cp-industry-hub-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1px;
  margin-top:58px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
}

.cp-industry-hub-card{
  position:relative;
  min-height:260px;
  padding:34px 70px 34px 34px;
  background:var(--cp-bg-lift);
  text-decoration:none;
  transition:background .25s ease;
}

.cp-industry-hub-card:hover{
  background:#0d1113;
}

.cp-industry-hub-card > span{
  display:block;
  margin-bottom:42px;
  color:var(--cp-blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
}

.cp-industry-hub-card strong{
  display:block;
  max-width:520px;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:32px;
  line-height:1;
  letter-spacing:-.035em;
}

.cp-industry-hub-card p{
  max-width:520px;
  margin:16px 0 0;
  color:#89969c;
  font-size:14px;
  line-height:1.7;
}

.cp-industry-hub-card b{
  position:absolute;
  top:34px;
  right:32px;
  color:var(--cp-blue);
  font-size:21px;
}

.cp-industry-hub-card-muted{
  opacity:.58;
}

.cp-industry-factor-list{
  border-top:1px solid rgba(255,255,255,.12);
}

.cp-industry-factor-list > div{
  display:grid;
  grid-template-columns:54px 180px 1fr;
  gap:20px;
  padding:26px 0;
  border-bottom:1px solid rgba(255,255,255,.09);
}

.cp-industry-factor-list span{
  color:var(--cp-blue);
  font-size:11px;
  font-weight:700;
}

.cp-industry-factor-list strong{
  color:#fff;
  font-size:19px;
}

.cp-industry-factor-list p{
  margin:0;
  color:#87949a;
  font-size:14px;
  line-height:1.65;
}

.cp-industry-angle h2{
  max-width:760px;
  font-size:clamp(46px,4.8vw,76px);
  line-height:.95;
  letter-spacing:-.05em;
}

.cp-industry-needs-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:58px;
  border-top:1px solid rgba(255,255,255,.1);
}

.cp-industry-needs-grid > div{
  min-height:245px;
  padding:28px 28px 32px 0;
}

.cp-industry-needs-grid > div + div{
  padding-left:28px;
  border-left:1px solid rgba(255,255,255,.09);
}

.cp-industry-needs-grid span{
  display:block;
  margin-bottom:40px;
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
}

.cp-industry-needs-grid strong{
  display:block;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:22px;
  line-height:1.05;
}

.cp-industry-needs-grid p{
  margin:14px 0 0;
  color:#849096;
  font-size:13px;
  line-height:1.7;
}

.cp-industry-work-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  margin-top:58px;
}

.cp-industry-project{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:var(--cp-bg-lift);
}

.cp-industry-project-featured{
  grid-column:1/-1;
}

.cp-industry-project-media{
  aspect-ratio:16/9;
  overflow:hidden;
  background:#050607;
}

.cp-industry-project-featured .cp-industry-project-media{
  aspect-ratio:16/8;
}

.cp-industry-project-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}

.cp-industry-project-copy{
  padding:26px 28px 30px;
}

.cp-industry-project-copy > span{
  display:block;
  margin-bottom:10px;
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
}

.cp-industry-project-copy h3{
  margin:0;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:25px;
  letter-spacing:-.03em;
}

.cp-industry-project-copy p{
  margin:11px 0 0;
  max-width:680px;
  color:#87949a;
  font-size:13px;
  line-height:1.7;
}

.cp-industry-services .cp-service-related-links-rich{
  margin-top:0;
}

.cp-industry-faqs .cp-service-faq-visual{
  align-self:start;
}

.cp-industry-faqs .cp-project-scope-panel{
  margin-top:38px;
}

@media(max-width:1100px){
  .cp-industry-needs-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .cp-industry-needs-grid > div{
    border-bottom:1px solid rgba(255,255,255,.09);
  }

  .cp-industry-needs-grid > div:nth-child(3){
    padding-left:0;
    border-left:0;
  }
}

@media(max-width:820px){
  .cp-industry-hub-grid,
  .cp-industry-work-grid{
    grid-template-columns:1fr;
  }

  .cp-industry-project-featured{
    grid-column:auto;
  }

  .cp-industry-factor-list > div{
    grid-template-columns:42px 1fr;
  }

  .cp-industry-factor-list p{
    grid-column:2;
  }
}

@media(max-width:640px){
  .cp-industries-hub-title,
  .cp-industry-page-hero h1{
    font-size:clamp(42px,13vw,60px);
    line-height:.94;
  }

  .cp-industries-hub-title span,
  .cp-industry-page-hero h1 span,
  .cp-industry-hub-intro h2 span,
  .cp-industry-hub-approach h2 span,
  .cp-inner-cta h2 span,
  .cp-industry-angle h2 span,
  .cp-industry-needs h2 span,
  .cp-industry-work h2 span,
  .cp-industry-services h2 span,
  .cp-industry-faqs h2 span{
    display:inline;
  }

  .cp-industries-hub-title span::after,
  .cp-industry-page-hero h1 span::after,
  .cp-industry-hub-intro h2 span::after,
  .cp-industry-hub-approach h2 span::after,
  .cp-inner-cta h2 span::after,
  .cp-industry-angle h2 span::after,
  .cp-industry-needs h2 span::after,
  .cp-industry-work h2 span::after,
  .cp-industry-services h2 span::after,
  .cp-industry-faqs h2 span::after{
    content:" ";
  }

  .cp-industry-needs-grid{
    grid-template-columns:1fr;
  }

  .cp-industry-needs-grid > div,
  .cp-industry-needs-grid > div + div{
    padding:26px 0;
    border-left:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }

  .cp-industry-hub-card{
    min-height:220px;
  }
}


/* ==========================================================
   v3.37 — Industries title / colour hierarchy correction
   ========================================================== */

/* Hero: white lead line, Crafted Pixel cyan emphasis */
.cp-industries-hub-title > span:first-child{
  color:#fff;
}

.cp-industries-hub-title > span:last-child{
  color:var(--cp-blue);
}

/* Section headings stay white; only kickers use the cyan accent */
.cp-industries-sector-title,
.cp-industries-sector-title span,
.cp-industry-hub-approach h2,
.cp-industry-hub-approach h2 span,
.cp-industry-hub-approach .cp-kicker,
.cp-industry-hub-intro .cp-kicker{
  color:#fff;
}

.cp-industry-hub-approach .cp-kicker,
.cp-industry-hub-intro .cp-kicker{
  color:var(--cp-blue);
}

/* Keep the sector heading balanced without introducing random accent colour */
.cp-industries-sector-title{
  max-width:820px;
  line-height:.95;
  text-wrap:balance;
}

@media(max-width:640px){
  .cp-industries-sector-title span{
    display:inline;
  }

  .cp-industries-sector-title span::after{
    content:" ";
  }
}


/* ==========================================================
   v3.38 — Expanded Industries cluster
   ========================================================== */

.cp-industry-project-media-brand{
  display:grid;
  place-items:center;
  padding:34px;
  background:
    radial-gradient(circle at 70% 30%, rgba(0,204,255,.09), transparent 34%),
    linear-gradient(135deg,#081013,#050708);
}

.cp-industry-brand-proof{
  width:min(100%,720px);
  padding:56px 48px;
  border:1px solid rgba(0,204,255,.24);
  background:rgba(3,7,9,.72);
}

.cp-industry-brand-proof > span{
  display:block;
  margin-bottom:26px;
  color:var(--cp-blue);
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
}

.cp-industry-brand-proof strong{
  display:block;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:clamp(42px,5vw,80px);
  line-height:.9;
  letter-spacing:-.055em;
}

.cp-industry-brand-proof small{
  display:block;
  margin-top:28px;
  color:#87949a;
  font-size:12px;
  font-weight:700;
  letter-spacing:.15em;
}

.cp-industry-hub-more{
  display:flex;
  justify-content:space-between;
  gap:40px;
  padding:28px 0 0;
}

.cp-industry-hub-more span{
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
}

.cp-industry-hub-more p{
  max-width:620px;
  margin:0;
  color:#7f8c92;
  font-size:13px;
  line-height:1.7;
}

@media(max-width:680px){
  .cp-industry-brand-proof{
    padding:38px 26px;
  }

  .cp-industry-hub-more{
    display:block;
  }

  .cp-industry-hub-more p{
    margin-top:10px;
  }
}


/* ==========================================================
   v3.39 — Ecommerce project relevance correction
   ========================================================== */

/* Ecommerce uses two genuinely relevant project examples only. */
.page-template-page-industry-ecommerce-retail .cp-industry-work-grid{
  grid-template-columns:1.35fr .65fr;
}

.page-template-page-industry-ecommerce-retail .cp-industry-project-featured{
  grid-column:auto;
}

.page-template-page-industry-ecommerce-retail .cp-industry-project-media,
.page-template-page-industry-ecommerce-retail .cp-industry-project-featured .cp-industry-project-media{
  aspect-ratio:16/10;
}

@media(max-width:820px){
  .page-template-page-industry-ecommerce-retail .cp-industry-work-grid{
    grid-template-columns:1fr;
  }
}


/* ==========================================================
   v3.40 — Industries hub final title / hierarchy pass
   ========================================================== */

/* Hero follows the core Crafted Pixel rule: white lead, cyan emphasis */
.cp-industries-hub-title{
  max-width:1120px;
  font-size:clamp(58px,7vw,108px);
  line-height:.89;
  letter-spacing:-.055em;
  text-wrap:balance;
}

.cp-industries-hub-title > span:first-child{
  color:#fff;
}

.cp-industries-hub-title > span:last-child{
  color:var(--cp-blue);
}

/* Hub section headings stay white; kickers carry the cyan */
.cp-industries-sector-title,
.cp-industries-approach-title,
.cp-industries-cta-title{
  max-width:820px;
  color:#fff;
  line-height:.95;
  text-wrap:balance;
}

.cp-industries-sector-title span,
.cp-industries-approach-title span,
.cp-industries-cta-title span{
  display:block;
  color:#fff;
}

/* Keep copy and headings on a consistent left/right visual axis */
.cp-industry-hub-intro.cp-section-heading-split,
.cp-industry-hub-approach .cp-service-two-col,
.cp-inner-cta .cp-inner-cta-grid{
  align-items:start;
}

.cp-industry-hub-intro > p,
.cp-industry-hub-approach .cp-industry-factor-list,
.cp-inner-cta .cp-inner-cta-copy{
  align-self:start;
}

/* Card titles */
.cp-industry-hub-card strong{
  max-width:560px;
  font-size:clamp(28px,2.2vw,36px);
  line-height:1.02;
  letter-spacing:-.035em;
}

/* Make the 7-card layout feel intentional */
.cp-industry-hub-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.cp-industry-hub-card:last-child{
  grid-column:1 / -1;
  min-height:220px;
}

.cp-industry-hub-card:last-child p{
  max-width:720px;
}

/* Public-facing 'other sectors' note */
.cp-industry-hub-more{
  margin-top:6px;
  padding-top:26px;
  border-top:1px solid rgba(255,255,255,.07);
}

@media(max-width:820px){
  .cp-industry-hub-grid{
    grid-template-columns:1fr;
  }

  .cp-industry-hub-card:last-child{
    grid-column:auto;
  }
}

@media(max-width:640px){
  .cp-industries-hub-title,
  .cp-industries-sector-title,
  .cp-industries-approach-title,
  .cp-industries-cta-title{
    max-width:none;
  }

  .cp-industries-hub-title span,
  .cp-industries-sector-title span,
  .cp-industries-approach-title span,
  .cp-industries-cta-title span{
    display:inline;
  }

  .cp-industries-hub-title span::after,
  .cp-industries-sector-title span::after,
  .cp-industries-approach-title span::after,
  .cp-industries-cta-title span::after{
    content:" ";
  }
}


/* ==========================================================
   v3.41 — Industry pages full visual hierarchy correction
   ========================================================== */

/*
 * HARD LOCK the industry hero hierarchy.
 * First line = white
 * Second/emphasis line = Crafted Pixel cyan
 * This is deliberately more specific than earlier generic industry selectors.
 */
body .cp-industry-page-hero .cp-industry-hero-title{
  max-width:1180px;
  color:#fff !important;
  font-size:clamp(58px,7vw,108px);
  line-height:.89;
  letter-spacing:-.055em;
  text-wrap:balance;
}

body .cp-industry-page-hero .cp-industry-hero-title > span{
  display:block;
}

body .cp-industry-page-hero .cp-industry-hero-title > span:first-child{
  color:#fff !important;
}

body .cp-industry-page-hero .cp-industry-hero-title > span:last-child{
  color:var(--cp-blue) !important;
}

/* Keep hero kicker as the only small cyan label */
body .cp-industry-page-hero .cp-kicker{
  color:var(--cp-blue) !important;
}

/* Supporting hero copy stays neutral, not cyan */
body .cp-industry-page-hero .cp-inner-hero-lead{
  max-width:820px;
  color:#a7b0b4 !important;
}

/*
 * Industry section heading system:
 * section headings = white
 * kickers = cyan
 * no random cyan emphasis inside H2s
 */
body .cp-industry-angle h2,
body .cp-industry-needs h2,
body .cp-industry-work h2,
body .cp-industry-services h2,
body .cp-industry-faqs h2{
  color:#fff !important;
  text-wrap:balance;
}

body .cp-industry-angle h2 span,
body .cp-industry-needs h2 span,
body .cp-industry-work h2 span,
body .cp-industry-services h2 span,
body .cp-industry-faqs h2 span{
  color:#fff !important;
}

body .cp-industry-angle .cp-kicker,
body .cp-industry-needs .cp-kicker,
body .cp-industry-work .cp-kicker,
body .cp-industry-services .cp-kicker,
body .cp-industry-faqs .cp-kicker{
  color:var(--cp-blue) !important;
}

/* Consistent section measures */
body .cp-industry-angle h2{
  max-width:780px;
  font-size:clamp(46px,4.8vw,76px);
  line-height:.95;
  letter-spacing:-.05em;
}

body .cp-industry-needs .cp-section-heading h2,
body .cp-industry-work .cp-section-heading h2{
  max-width:820px;
  line-height:.95;
}

body .cp-industry-services h2,
body .cp-industry-faqs h2{
  max-width:760px;
  line-height:.95;
}

/* Ensure split sections sit on the same top axis */
body .cp-industry-angle .cp-service-two-col,
body .cp-industry-services .cp-service-two-col,
body .cp-industry-faqs .cp-service-two-col{
  align-items:start;
}

body .cp-industry-angle .cp-service-rich-copy,
body .cp-industry-services .cp-service-related-links-rich,
body .cp-industry-faqs .cp-service-faq-list{
  align-self:start;
}

/* Industry project title hierarchy */
body .cp-industry-project-copy > span{
  color:var(--cp-blue) !important;
}

body .cp-industry-project-copy h3{
  color:#fff !important;
}

/* CTA section follows the same rule as the service pages */
body .cp-industry-page-hero ~ .cp-web-design-enquiry .cp-kicker{
  color:var(--cp-blue) !important;
}

body .cp-industry-page-hero ~ .cp-web-design-enquiry .cp-wrap-enquiry,
body .cp-industry-page-hero ~ .cp-web-design-enquiry .cp-wrap-enquiry span{
  color:#fff !important;
}

/* Fix image crop consistency across industry project cards */
body .cp-industry-project-media img{
  object-position:center top;
}

/* Komet needs its header visible on Hospitality only */
body.page-template-page-industry-hospitality-leisure img[src*="komet-original.png"]{
  object-position:center top !important;
  object-fit:contain;
  background:#050607;
}

/* Cheshire Embroidery is a full-page screenshot; keep top visible */
body.page-template-page-industry-ecommerce-retail img[src*="cheshire-embroidery-original.png"]{
  object-position:center top !important;
}

/* Desktop wrap guards for especially long H1s */
body.page-template-page-industry-professional-services .cp-industry-hero-title,
body.page-template-page-industry-waste-recycling-environmental .cp-industry-hero-title{
  max-width:1240px;
  font-size:clamp(54px,6.3vw,96px);
}

body.page-template-page-industry-hospitality-leisure .cp-industry-hero-title,
body.page-template-page-industry-ecommerce-retail .cp-industry-hero-title{
  max-width:1160px;
}

@media(max-width:980px){
  body .cp-industry-page-hero .cp-industry-hero-title{
    max-width:900px;
    font-size:clamp(52px,9vw,82px);
  }
}

@media(max-width:640px){
  body .cp-industry-page-hero .cp-industry-hero-title{
    max-width:none;
    font-size:clamp(42px,13vw,60px);
    line-height:.94;
  }

  body .cp-industry-page-hero .cp-industry-hero-title > span,
  body .cp-industry-angle h2 span,
  body .cp-industry-needs h2 span,
  body .cp-industry-work h2 span,
  body .cp-industry-services h2 span,
  body .cp-industry-faqs h2 span{
    display:inline;
  }

  body .cp-industry-page-hero .cp-industry-hero-title > span::after,
  body .cp-industry-angle h2 span::after,
  body .cp-industry-needs h2 span::after,
  body .cp-industry-work h2 span::after,
  body .cp-industry-services h2 span::after,
  body .cp-industry-faqs h2 span::after{
    content:" ";
  }
}


/* ==========================================================
   v3.42 — Sub-industry / business-type sections
   ========================================================== */

.cp-subindustry-section{
  background:var(--cp-bg-lift);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}

.cp-subindustry-head{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:clamp(64px,7vw,120px);
  align-items:start;
  margin-bottom:54px;
}

.cp-subindustry-head h2{
  margin:18px 0 0;
  max-width:840px;
  color:#fff;
  font-size:clamp(44px,4.6vw,72px);
  line-height:.95;
  letter-spacing:-.05em;
  text-wrap:balance;
}

.cp-subindustry-head h2 span{
  display:block;
  color:#fff;
}

.cp-subindustry-head .cp-kicker{
  color:var(--cp-blue);
}

.cp-subindustry-intro{
  padding-top:4px;
}

.cp-subindustry-intro p{
  max-width:620px;
  margin:0 0 24px;
  color:#909ca2;
  font-size:15px;
  line-height:1.78;
}

.cp-subindustry-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.1);
  border-left:1px solid rgba(255,255,255,.08);
}

.cp-subindustry-item{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:92px;
  padding:22px 24px;
  border-right:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.012);
}

.cp-subindustry-item span{
  flex:0 0 auto;
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
}

.cp-subindustry-item strong{
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:20px;
  line-height:1.05;
  letter-spacing:-.025em;
}

@media(max-width:980px){
  .cp-subindustry-head{
    grid-template-columns:1fr;
    gap:36px;
  }

  .cp-subindustry-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:640px){
  .cp-subindustry-head h2{
    max-width:none;
    font-size:clamp(38px,12vw,56px);
    line-height:.96;
  }

  .cp-subindustry-head h2 span{
    display:inline;
  }

  .cp-subindustry-head h2 span::after{
    content:" ";
  }

  .cp-subindustry-grid{
    grid-template-columns:1fr;
  }

  .cp-subindustry-item{
    min-height:76px;
  }
}


/* ==========================================================
   v3.43 — Trades & Construction parent-page master
   ========================================================== */

body.page-template-page-industry-trades-construction .cp-industry-angle .cp-service-two-col{
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);
  gap:clamp(56px,7vw,110px);
}

body.page-template-page-industry-trades-construction .cp-industry-angle h2{
  max-width:780px;
  font-size:clamp(44px,4.5vw,70px);
}

body.page-template-page-industry-trades-construction .cp-industry-angle .cp-service-rich-copy{
  padding-top:3px;
}

body.page-template-page-industry-trades-construction .cp-industry-angle .cp-service-rich-copy p{
  max-width:600px;
}

/* Parent service selector */
.cp-industry-parent-services{
  background:var(--cp-bg-deep);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}

.cp-industry-parent-services-head{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.8fr);
  gap:clamp(56px,7vw,110px);
  align-items:start;
  margin-bottom:54px;
}

.cp-industry-parent-services-head h2{
  max-width:860px;
  margin:18px 0 0;
  color:#fff;
  font-size:clamp(46px,4.8vw,74px);
  line-height:.95;
  letter-spacing:-.05em;
}

.cp-industry-parent-services-head h2 span{
  display:block;
  color:#fff;
}

.cp-industry-parent-services-head > p{
  max-width:620px;
  margin:2px 0 0;
  color:#909ca2;
  line-height:1.78;
}

.cp-industry-parent-service-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
}

.cp-industry-parent-service-card{
  min-height:330px;
  padding:34px;
  background:#080a0b;
}

.cp-industry-parent-service-card-top{
  display:flex;
  justify-content:space-between;
  gap:18px;
  margin-bottom:54px;
}

.cp-industry-parent-service-card-top span,
.cp-industry-parent-service-card-top b{
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
}

.cp-industry-parent-service-card h3{
  max-width:560px;
  margin:0 0 18px;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:clamp(30px,2.6vw,42px);
  line-height:.98;
  letter-spacing:-.04em;
}

.cp-industry-parent-service-card p{
  max-width:570px;
  margin:0 0 32px;
  color:#8d999f;
  line-height:1.72;
}

.cp-industry-parent-service-card a{
  display:inline-flex;
  gap:10px;
  align-items:center;
  color:#fff;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

.cp-industry-parent-service-card a span{
  color:var(--cp-blue);
}

.cp-industry-parent-service-note{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:28px;
  padding:28px 0 0;
}

.cp-industry-parent-service-note > span{
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
}

.cp-industry-parent-service-note p{
  max-width:900px;
  margin:0;
  color:#7f8b91;
  line-height:1.7;
}

.cp-industry-parent-service-note strong{
  color:#c7d0d4;
}

/* Sector proof */
.cp-industry-proof{
  background:var(--cp-bg-lift);
}

.cp-industry-proof-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);
  gap:clamp(60px,8vw,130px);
  align-items:start;
}

.cp-industry-proof h2{
  max-width:820px;
  margin:18px 0 0;
  color:#fff;
  font-size:clamp(44px,4.6vw,72px);
  line-height:.95;
  letter-spacing:-.05em;
}

.cp-industry-proof h2 span{
  display:block;
  color:#fff;
}

.cp-industry-proof-points{
  border-top:1px solid rgba(255,255,255,.1);
}

.cp-industry-proof-points > div{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:18px;
  padding:24px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cp-industry-proof-points span{
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  padding-top:5px;
}

.cp-industry-proof-points strong{
  display:block;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:23px;
  line-height:1.08;
}

.cp-industry-proof-points p{
  grid-column:2;
  margin:-8px 0 0;
  color:#87949a;
  line-height:1.65;
}

/* Search-intent roadmap */
.cp-industry-service-roadmap .cp-service-two-col{
  align-items:start;
}

.cp-industry-service-roadmap h2{
  max-width:720px;
  color:#fff;
  line-height:.95;
}

.cp-industry-service-roadmap h2 span{
  display:block;
  color:#fff;
}

.cp-industry-roadmap-list{
  border-top:1px solid rgba(255,255,255,.1);
}

.cp-industry-roadmap-list > div{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:18px;
  padding:22px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cp-industry-roadmap-list span{
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
}

.cp-industry-roadmap-list strong{
  display:block;
  color:#fff;
  font-size:18px;
}

.cp-industry-roadmap-list small{
  grid-column:2;
  margin-top:-6px;
  color:#7f8b91;
  font-size:13px;
  line-height:1.6;
}

/* Trades master CTA size correction */
body.page-template-page-industry-trades-construction .cp-web-design-enquiry .cp-wrap-enquiry{
  max-width:760px;
  font-size:clamp(48px,5vw,78px);
  line-height:.92;
}

@media(max-width:900px){
  .cp-industry-parent-services-head,
  .cp-industry-proof-grid{
    grid-template-columns:1fr;
    gap:36px;
  }
}

@media(max-width:720px){
  .cp-industry-parent-service-grid{
    grid-template-columns:1fr;
  }

  .cp-industry-parent-service-card{
    min-height:auto;
  }

  .cp-industry-parent-service-note{
    grid-template-columns:1fr;
    gap:10px;
  }
}


/* ==========================================================
   v3.44 — Industry proof section tightening
   ========================================================== */

/*
 * Industry proof sections must read as supporting proof,
 * not as another oversized hero.
 */
.cp-industry-proof{
  padding-top:clamp(82px,7vw,116px);
  padding-bottom:clamp(82px,7vw,116px);
}

.cp-industry-proof-grid{
  grid-template-columns:minmax(0,.92fr) minmax(390px,.78fr);
  gap:clamp(52px,6.5vw,104px);
}

.cp-industry-proof h2{
  max-width:650px;
  margin-top:16px;
  font-size:clamp(40px,3.9vw,60px);
  line-height:.96;
  letter-spacing:-.045em;
}

.cp-industry-proof h2 span{
  display:block;
}

.cp-industry-proof-points > div{
  padding:20px 0;
}

.cp-industry-proof-points strong{
  font-size:21px;
}

.cp-industry-proof-points p{
  max-width:540px;
  font-size:14px;
  line-height:1.62;
}

/* Keep the Trades master especially compact and sector-specific. */
body.page-template-page-industry-trades-construction .cp-industry-proof h2{
  max-width:620px;
}

@media(max-width:900px){
  .cp-industry-proof{
    padding-top:74px;
    padding-bottom:74px;
  }

  .cp-industry-proof-grid{
    gap:34px;
  }

  .cp-industry-proof h2{
    max-width:760px;
    font-size:clamp(38px,7.5vw,56px);
  }
}

@media(max-width:640px){
  .cp-industry-proof h2{
    max-width:none;
    font-size:clamp(36px,11vw,50px);
  }
}


/* ==========================================================
   v3.45 — Missing parent industries
   ========================================================== */

.cp-industry-image-awaiting{
  min-height:260px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:12px;
  padding:32px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(135deg,rgba(0,204,255,.035),transparent 45%),
    #080a0b;
}

.cp-industry-image-awaiting span{
  color:var(--cp-blue);
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
}

.cp-industry-image-awaiting strong{
  max-width:620px;
  color:#fff;
  font-family:"Inter Tight",sans-serif;
  font-size:clamp(28px,3vw,44px);
  line-height:1;
  letter-spacing:-.04em;
}


/* ==========================================================
   v3.49 — Automotive real project imagery
   ========================================================== */

body.page-template-page-industry-automotive .cp-automotive-project-grid{
  grid-template-columns:1.2fr .8fr;
}

body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project-featured{
  grid-row:span 2;
}

body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project-featured .cp-industry-project-media{
  aspect-ratio:16/11;
}

body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project:not(.cp-industry-project-featured) .cp-industry-project-media{
  aspect-ratio:16/9;
}

body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project-media img{
  object-fit:cover;
  object-position:center top !important;
}

body.page-template-page-industry-automotive img[src*="ultimate-valet-services-original.png"]{
  object-position:center top !important;
}

body.page-template-page-industry-automotive img[src*="big-egos-autocare-original.png"]{
  object-position:center top !important;
}

body.page-template-page-industry-automotive img[src*="boost-fabrication-original.png"]{
  object-position:center top !important;
}

@media(max-width:900px){
  body.page-template-page-industry-automotive .cp-automotive-project-grid{
    grid-template-columns:1fr;
  }

  body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project-featured{
    grid-row:auto;
  }
}


/* ==========================================================
   v3.50 — Automotive supporting project image consistency
   ========================================================== */

/*
 * Keep Ultimate Valet as the larger lead project.
 * Big Egos + Boost must use identical media dimensions.
 */
body.page-template-page-industry-automotive .cp-automotive-project-grid{
  align-items:stretch;
}

body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project{
  display:flex;
  flex-direction:column;
  height:100%;
}

body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project:not(.cp-industry-project-featured) .cp-industry-project-media{
  width:100%;
  height:280px;
  aspect-ratio:auto !important;
  overflow:hidden;
  flex:0 0 280px;
}

body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project:not(.cp-industry-project-featured) .cp-industry-project-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover !important;
  object-position:center top !important;
}

body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project:not(.cp-industry-project-featured) .cp-industry-project-copy{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
}

/* Make both supporting card bodies balance visually as well. */
body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project:not(.cp-industry-project-featured) .cp-industry-project-copy p{
  margin-bottom:0;
}

/* Individual crop tuning while keeping identical container size. */
body.page-template-page-industry-automotive img[src*="big-egos-autocare-original.png"]{
  object-position:center top !important;
}

body.page-template-page-industry-automotive img[src*="boost-fabrication-original.png"]{
  object-position:center 18% !important;
}

@media(max-width:1100px){
  body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project:not(.cp-industry-project-featured) .cp-industry-project-media{
    height:240px;
    flex-basis:240px;
  }
}

@media(max-width:900px){
  body.page-template-page-industry-automotive .cp-automotive-project-grid .cp-industry-project:not(.cp-industry-project-featured) .cp-industry-project-media{
    height:auto;
    aspect-ratio:16/9 !important;
    flex-basis:auto;
  }
}


/* ==========================================================
   v3.51 — Homepage premium UX / conversion pass
   ========================================================== */

/* Hero: preserve the established direction but sharpen hierarchy */
.home .cp-hero-content{
  max-width:880px;
}

.home .cp-hero .cp-kicker{
  letter-spacing:.135em;
}

.home .cp-hero-copy{
  max-width:700px;
}

/* Industries: stronger editorial hierarchy and complete 9-sector grid */
.home .cp-industries-head{
  align-items:start;
}

.home .cp-industries-v2 h2{
  max-width:820px;
}

.home .cp-industry-grid-v2{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.home .cp-industry-card-v2{
  grid-template-columns:42px minmax(0,1fr) 24px;
  min-height:210px;
  padding:30px 28px;
}

.home .cp-industry-card-v2 h3{
  max-width:290px;
  font-size:clamp(24px,1.9vw,32px);
  line-height:1.03;
}

.home .cp-industry-card-v2 p{
  max-width:340px;
  color:#78868c;
}

.home .cp-industry-card-v2-wide{
  grid-column:auto;
}

/* Replace the old SEO-note treatment with a real conversion bridge */
.cp-industries-conversion{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);
  gap:clamp(48px,7vw,110px);
  align-items:end;
  margin-top:54px;
  padding-top:36px;
  border-top:1px solid rgba(255,255,255,.09);
}

.cp-industries-conversion-label{
  display:block;
  margin-bottom:16px;
  color:var(--cp-blue);
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
}

.cp-industries-conversion h3{
  max-width:720px;
  margin:0;
  color:#fff;
  font-family:var(--cp-head);
  font-size:clamp(34px,3.3vw,52px);
  line-height:.98;
  letter-spacing:-.045em;
}

.cp-industries-conversion > div:last-child{
  max-width:570px;
  justify-self:end;
}

.cp-industries-conversion p{
  margin:0 0 20px;
  color:#8b989e;
  font-size:14px;
  line-height:1.75;
}

/* Why: supporting proof, not another hero */
.home .cp-why-v7{
  padding-top:clamp(104px,8vw,146px);
  padding-bottom:clamp(104px,8vw,146px);
}

.home .cp-why-v7-left h2{
  max-width:690px;
  font-size:clamp(44px,4.3vw,68px);
  line-height:.94;
}

.home .cp-why-v7-grid{
  grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);
  gap:clamp(62px,7vw,112px);
}

.home .cp-why-v7-point{
  padding-bottom:28px;
  margin-bottom:28px;
}

/* Process: reduce empty vertical weight and make it feel more precise */
.home .cp-process-v1{
  padding-top:clamp(100px,7.5vw,142px);
  padding-bottom:clamp(100px,7.5vw,142px);
}

.home .cp-process-head{
  margin-bottom:66px;
  align-items:start;
}

.home .cp-process-v1 h2{
  max-width:760px;
  font-size:clamp(44px,4.4vw,70px);
  line-height:.94;
}

.home .cp-process-step{
  min-height:275px;
}

/* Testimonials: keep the real proof prominent but remove unnecessary bulk */
.home .cp-proof-v1{
  padding-top:clamp(102px,7.8vw,146px);
  padding-bottom:clamp(102px,7.8vw,146px);
}

.home .cp-proof-head{
  align-items:start;
  margin-bottom:56px;
}

.home .cp-proof-v1 h2{
  max-width:710px;
}

/* Final CTA: more balanced closing composition */
.home .cp-final-cta-card{
  grid-template-columns:minmax(0,.82fr) minmax(430px,1.18fr);
  align-items:start;
}

.home .cp-final-cta-copy h2{
  max-width:690px;
  font-size:clamp(46px,4.8vw,76px);
  line-height:.93;
}

.home .cp-final-cta-copy p{
  max-width:510px;
}

/* Responsive homepage polish */
@media(max-width:1100px){
  .home .cp-industry-grid-v2{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .home .cp-industry-card-v2-wide{
    grid-column:1 / -1;
  }
}

@media(max-width:900px){
  .cp-industries-conversion{
    grid-template-columns:1fr;
    gap:26px;
  }

  .cp-industries-conversion > div:last-child{
    justify-self:start;
  }
}

@media(max-width:720px){
  .home .cp-industry-grid-v2{
    grid-template-columns:1fr;
  }

  .home .cp-industry-card-v2-wide{
    grid-column:auto;
  }

  .home .cp-industry-card-v2{
    min-height:170px;
  }

  .home .cp-why-v7-left h2,
  .home .cp-process-v1 h2,
  .home .cp-final-cta-copy h2{
    max-width:none;
  }
}


/* ==========================================================
   v3.52 — Services hub premium commercial pass
   ========================================================== */

.cp-service-hub-hero{
  padding-top:clamp(118px,10vw,168px);
  padding-bottom:clamp(84px,7vw,116px);
}

.cp-service-hub-hero-copy{
  max-width:1120px;
}

.cp-services-hub-title{
  max-width:1080px;
}

.cp-services-hub-title span{
  display:block;
}

.cp-services-hub-title span:last-child{
  color:var(--cp-blue);
}

.cp-service-hub-hero .cp-inner-hero-lead{
  max-width:760px;
  margin-top:30px;
  font-size:clamp(16px,1.4vw,19px);
  line-height:1.72;
}

/* Primary services — larger, more deliberate editorial rows */
.cp-service-hub-list{
  padding-bottom:clamp(98px,8vw,144px);
}

.cp-service-hub-card{
  grid-template-columns:58px minmax(0,1fr) 34px;
  gap:34px;
  padding:clamp(34px,4vw,52px) 0;
}

.cp-service-hub-card h2{
  font-size:clamp(36px,4.1vw,60px);
  line-height:.98;
}

.cp-service-hub-card p{
  max-width:760px;
  margin-top:12px;
  font-size:14px;
}

.cp-service-hub-card small{
  display:block;
  margin-top:16px;
  letter-spacing:.08em;
}

/* Start with the business problem */
.cp-service-needs{
  background:var(--cp-bg-deep);
  padding-top:clamp(108px,8vw,150px);
  padding-bottom:clamp(108px,8vw,150px);
  border-top:1px solid rgba(255,255,255,.06);
}

.cp-service-needs-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.68fr);
  gap:clamp(44px,7vw,108px);
  align-items:end;
  margin-bottom:clamp(58px,6vw,88px);
}

.cp-service-needs-head h2{
  max-width:860px;
  margin:14px 0 0;
  font-family:var(--cp-head);
  font-size:clamp(44px,4.8vw,76px);
  line-height:.94;
  letter-spacing:-.05em;
}

.cp-service-needs-head h2 span{
  display:block;
}

.cp-service-needs-intro{
  max-width:540px;
  justify-self:end;
}

.cp-service-needs-intro p{
  margin:0;
  color:#89969c;
  font-size:15px;
  line-height:1.75;
}

.cp-service-needs-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.09);
  border-left:1px solid rgba(255,255,255,.09);
}

.cp-service-need{
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  gap:24px;
  min-height:300px;
  padding:34px;
  border-right:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
  transition:background .22s ease;
}

.cp-service-need:hover{
  background:rgba(255,255,255,.018);
}

.cp-service-need > span{
  color:#526067;
  font-size:9px;
  letter-spacing:.08em;
}

.cp-service-need h3{
  max-width:540px;
  margin:0 0 18px;
  color:#f0f4f5;
  font-family:var(--cp-head);
  font-size:clamp(25px,2.35vw,36px);
  line-height:1.02;
  letter-spacing:-.035em;
}

.cp-service-need p{
  max-width:560px;
  margin:0 0 28px;
  color:#7f8c92;
  font-size:13px;
  line-height:1.72;
}

.cp-service-need a{
  display:inline-flex;
  gap:8px;
  margin:0 18px 8px 0;
  color:#b7c1c5;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-decoration:none;
}

.cp-service-need a b{
  color:var(--cp-blue);
  font-weight:400;
}

.cp-service-need a:hover{
  color:#fff;
}

/* Joined-up approach */
.cp-service-hub-approach{
  padding-top:clamp(106px,8vw,150px);
  padding-bottom:clamp(106px,8vw,150px);
}

.cp-services-hub-approach-title{
  max-width:820px;
}

.cp-services-hub-approach-title span{
  display:block;
}

.cp-services-hub-approach-title span:last-child{
  color:var(--cp-blue);
}

/* Services in practice */
.cp-service-work{
  background:var(--cp-bg-lift);
  padding-top:clamp(108px,8vw,150px);
  padding-bottom:clamp(108px,8vw,150px);
  border-top:1px solid rgba(255,255,255,.06);
}

.cp-service-work-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.68fr);
  gap:clamp(46px,7vw,110px);
  align-items:end;
  margin-bottom:clamp(54px,6vw,82px);
}

.cp-service-work-head h2{
  margin:14px 0 0;
  max-width:780px;
  font-family:var(--cp-head);
  font-size:clamp(44px,4.6vw,72px);
  line-height:.94;
  letter-spacing:-.05em;
}

.cp-service-work-head > div:last-child{
  max-width:540px;
  justify-self:end;
}

.cp-service-work-head p{
  margin:0 0 20px;
  color:#87949a;
  font-size:14px;
  line-height:1.75;
}

.cp-service-work-grid{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
  gap:18px;
}

.cp-service-work-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  color:inherit;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.08);
  background:#080a0b;
  overflow:hidden;
}

.cp-service-work-media{
  aspect-ratio:16/10;
  overflow:hidden;
  background:#0b0e0f;
}

.cp-service-work-card-feature .cp-service-work-media{
  aspect-ratio:16/9;
}

.cp-service-work-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  transition:transform .45s ease;
}

.cp-service-work-card:hover .cp-service-work-media img{
  transform:scale(1.018);
}

.cp-service-work-copy{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:26px;
}

.cp-service-work-copy > span{
  color:var(--cp-blue);
  font-size:8px;
  font-weight:700;
  letter-spacing:.11em;
}

.cp-service-work-copy h3{
  margin:13px 0 12px;
  color:#f0f3f4;
  font-family:var(--cp-head);
  font-size:clamp(24px,2vw,33px);
  line-height:1;
  letter-spacing:-.035em;
}

.cp-service-work-copy p{
  margin:0 0 24px;
  color:#7d898f;
  font-size:12px;
  line-height:1.65;
}

.cp-service-work-copy b{
  margin-top:auto;
  color:#aeb9bd;
  font-size:10px;
  font-weight:700;
}

/* Proof + close */
.cp-service-hub-proof{
  padding-top:clamp(88px,7vw,124px);
  padding-bottom:clamp(88px,7vw,124px);
}

.cp-services-hub-cta-title span{
  display:block;
}

.cp-services-hub-cta-title span:last-child{
  color:var(--cp-blue);
}

@media(max-width:980px){
  .cp-service-needs-head,
  .cp-service-work-head{
    grid-template-columns:1fr;
    gap:28px;
  }

  .cp-service-needs-intro,
  .cp-service-work-head > div:last-child{
    justify-self:start;
  }

  .cp-service-work-grid{
    grid-template-columns:1fr 1fr;
  }

  .cp-service-work-card-feature{
    grid-column:1 / -1;
  }
}

@media(max-width:720px){
  .cp-service-needs-grid{
    grid-template-columns:1fr;
  }

  .cp-service-need{
    min-height:0;
    padding:28px 22px;
  }

  .cp-service-work-grid{
    grid-template-columns:1fr;
  }

  .cp-service-work-card-feature{
    grid-column:auto;
  }

  .cp-service-hub-card{
    grid-template-columns:34px minmax(0,1fr) 22px;
    gap:16px;
  }

  .cp-service-hub-card h2{
    font-size:clamp(31px,9vw,44px);
  }
}


/* ==========================================================
   v3.53 — Services hero alignment correction
   Keep the hub visually in line with the established theme.
   ========================================================== */

.cp-service-hub-hero-copy{
  max-width:1040px;
}

.cp-services-hub-title{
  max-width:980px;
  font-size:clamp(54px,6vw,92px);
  line-height:.91;
  letter-spacing:-.055em;
}

.cp-services-hub-title span:first-child{
  color:#fff;
}

.cp-services-hub-title span:last-child{
  color:var(--cp-blue);
}

.cp-service-hub-hero .cp-inner-hero-lead{
  max-width:720px;
  margin-top:28px;
}


/* ==========================================================
   v3.54 — Web Design benchmark premium polish
   Preserve established Crafted Pixel service-page language.
   ========================================================== */

/* Hero: refinement only, no redesign */
.cp-service-page-hero .cp-service-page-hero-grid{
  align-items:end;
}

.cp-service-page-hero .cp-wrap-hero{
  max-width:980px;
  font-size:clamp(56px,6.2vw,94px);
  line-height:.9;
  letter-spacing:-.055em;
}

.cp-service-page-hero .cp-wrap-hero span{
  color:var(--cp-blue);
}

.cp-service-page-hero .cp-inner-hero-lead{
  max-width:700px;
  line-height:1.72;
}

.cp-service-hero-note{
  max-width:300px;
  justify-self:end;
  padding-bottom:8px;
}

/* Opening: editorial rather than oversized */
.cp-service-problem .cp-wrap-opening{
  max-width:760px;
  font-size:clamp(44px,4.5vw,70px);
  line-height:.95;
}

.cp-service-problem .cp-wrap-opening span{
  display:block;
}

.cp-service-problem .cp-wrap-opening span:last-child{
  color:var(--cp-blue);
}

/* Capabilities: keep the 4-card system but give each item more breathing room */
.cp-service-capabilities .cp-section-heading{
  margin-bottom:58px;
}

.cp-service-capability{
  min-height:245px;
  padding:30px 28px;
}

.cp-service-capability h3{
  font-size:clamp(24px,2vw,31px);
}

/* Work: make real projects behave and feel like proof */
.cp-web-design-work .cp-section-heading{
  margin-bottom:58px;
}

.cp-web-design-work-grid{
  gap:18px;
}

.cp-web-design-project{
  position:relative;
  color:inherit;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.075);
  background:#080a0b;
  overflow:hidden;
  transition:border-color .25s ease, transform .25s ease;
}

.cp-web-design-project:hover{
  border-color:rgba(0,204,255,.28);
  transform:translateY(-2px);
}

.cp-web-design-project-media{
  overflow:hidden;
}

.cp-web-design-project-media img{
  transition:transform .45s ease;
}

.cp-web-design-project:hover .cp-web-design-project-media img{
  transform:scale(1.018);
}

.cp-web-design-project-copy{
  padding-bottom:18px;
}

.cp-web-design-project-link{
  display:block;
  padding:0 26px 26px;
  color:#aab6ba;
  font-size:9px;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.cp-web-design-project:hover .cp-web-design-project-link{
  color:var(--cp-blue);
}

/* Commercial outcome: clearly supporting, not another hero */
.cp-web-design-outcomes .cp-wrap-outcomes{
  max-width:720px;
  font-size:clamp(42px,4.2vw,66px);
  line-height:.95;
}

.cp-web-design-outcome-list{
  border-top:1px solid rgba(255,255,255,.1);
}

.cp-web-design-outcome-list .cp-service-outcome{
  padding:26px 0;
}

/* Process: tighten vertical rhythm */
.cp-service-process{
  padding-top:clamp(100px,7.5vw,140px);
  padding-bottom:clamp(100px,7.5vw,140px);
}

.cp-service-process .cp-section-heading{
  margin-bottom:54px;
}

.cp-service-process .cp-wrap-process{
  font-size:clamp(42px,4.25vw,66px);
  line-height:.95;
}

.cp-service-process-step{
  min-height:235px;
}

/* Real proof: stats + client voice */
.cp-service-proof-block .cp-wrap-proof{
  max-width:650px;
  font-size:clamp(44px,4.4vw,68px);
  line-height:.94;
}

.cp-web-design-proof-quote{
  margin:34px 0 0;
  padding:28px 0 0;
  border-top:1px solid rgba(255,255,255,.1);
}

.cp-web-design-proof-quote p{
  max-width:660px;
  margin:0;
  color:#d5dde0;
  font-family:var(--cp-head);
  font-size:clamp(23px,2.1vw,32px);
  line-height:1.18;
  letter-spacing:-.025em;
}

.cp-web-design-proof-quote footer{
  display:flex;
  gap:10px;
  align-items:center;
  margin-top:20px;
  font-size:10px;
}

.cp-web-design-proof-quote footer strong{
  color:#fff;
}

.cp-web-design-proof-quote footer span{
  color:#68767c;
}

/* Supporting services + locations: keep useful SEO pathways visually disciplined */
.cp-service-related .cp-wrap-related,
.cp-web-design-locations .cp-wrap-locations,
.cp-service-faqs .cp-wrap-faq{
  font-size:clamp(40px,4vw,62px);
  line-height:.96;
}

.cp-service-related .cp-wrap-related span,
.cp-web-design-locations .cp-wrap-locations span,
.cp-service-faqs .cp-wrap-faq span{
  display:block;
}

.cp-service-related .cp-wrap-related span:last-child,
.cp-web-design-locations .cp-wrap-locations span:last-child,
.cp-service-faqs .cp-wrap-faq span:last-child{
  color:var(--cp-blue);
}

/* FAQs / enquiry: improve transition into conversion without adding filler */
.cp-service-faqs{
  padding-bottom:clamp(105px,8vw,148px);
}

.cp-web-design-enquiry{
  border-top:1px solid rgba(255,255,255,.07);
}

.cp-web-design-enquiry .cp-wrap-enquiry{
  max-width:700px;
  font-size:clamp(44px,4.7vw,74px);
  line-height:.93;
}

.cp-web-design-enquiry .cp-wrap-enquiry span{
  display:block;
}

.cp-web-design-enquiry .cp-wrap-enquiry span:last-child{
  color:var(--cp-blue);
}

@media(max-width:900px){
  .cp-service-hero-note{
    max-width:none;
    justify-self:start;
    padding-bottom:0;
  }
}

@media(max-width:720px){
  .cp-service-page-hero .cp-wrap-hero{
    font-size:clamp(48px,13vw,70px);
  }

  .cp-web-design-project-link{
    padding:0 22px 22px;
  }

  .cp-web-design-proof-quote p{
    font-size:23px;
  }
}


/* ==========================================================
   v3.55 — Web Design "What's Included" correction
   ========================================================== */

.page-id-61 .cp-service-capabilities .cp-section-heading{
  margin-bottom:52px;
}

.page-id-61 .cp-service-capability-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:0;
  border-top:1px solid rgba(255,255,255,.09);
  border-left:1px solid rgba(255,255,255,.09);
}

.page-id-61 .cp-service-capability{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:24px;
  min-height:220px;
  padding:34px 32px;
  border-right:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
}

.page-id-61 .cp-service-capability > span{
  margin:3px 0 0;
  color:rgba(0,204,255,.58);
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
}

.page-id-61 .cp-service-capability h3{
  margin:0 0 14px;
  font-size:clamp(26px,2.25vw,34px);
  line-height:1;
}

.page-id-61 .cp-service-capability p{
  max-width:500px;
  margin:0;
  color:#7f8d93;
  font-size:13px;
  line-height:1.7;
}

@media(max-width:760px){
  .page-id-61 .cp-service-capability-grid{
    grid-template-columns:1fr;
  }

  .page-id-61 .cp-service-capability{
    min-height:0;
    padding:28px 22px;
  }
}


/* ==========================================================
   v3.56 — Web Development benchmark pass
   ========================================================== */

.page-id-62 .cp-service-capabilities .cp-section-heading{
  margin-bottom:52px;
}

.page-id-62 .cp-service-capability-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:0;
  border-top:1px solid rgba(255,255,255,.09);
  border-left:1px solid rgba(255,255,255,.09);
}

.page-id-62 .cp-service-capability{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:24px;
  min-height:220px;
  padding:34px 32px;
  border-right:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
}

.page-id-62 .cp-service-capability > span{
  margin:3px 0 0;
  color:rgba(0,204,255,.58);
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
}

.page-id-62 .cp-service-capability h3{
  margin:0 0 14px;
  font-size:clamp(26px,2.25vw,34px);
  line-height:1;
}

.page-id-62 .cp-service-capability p{
  max-width:520px;
  margin:0;
  color:#7f8d93;
  font-size:13px;
  line-height:1.7;
}

/* Technical detail block should feel more precise than the marketing sections */
.page-id-62 .cp-service-operational-proof{
  padding-top:clamp(104px,8vw,146px);
  padding-bottom:clamp(104px,8vw,146px);
}

.page-id-62 .cp-service-operational-proof h2{
  max-width:800px;
  font-size:clamp(42px,4.1vw,66px);
  line-height:.95;
}

.page-id-62 .cp-service-operational-list > div{
  padding:26px 0;
}

.page-id-62 .cp-service-operational-list strong{
  font-size:clamp(22px,1.8vw,30px);
}

/* Keep the project section visually aligned to Web Design benchmark */
.page-id-62 .cp-service-visual-proof .cp-web-design-project-media{
  overflow:hidden;
}

.page-id-62 .cp-service-visual-proof .cp-web-design-project-media img{
  transition:transform .4s ease;
}

.page-id-62 .cp-service-visual-proof .cp-web-design-project:hover .cp-web-design-project-media img{
  transform:scale(1.015);
}

.page-id-62 .cp-service-proof-block{
  padding-top:clamp(100px,7.5vw,140px);
  padding-bottom:clamp(100px,7.5vw,140px);
}

@media(max-width:760px){
  .page-id-62 .cp-service-capability-grid{
    grid-template-columns:1fr;
  }

  .page-id-62 .cp-service-capability{
    min-height:0;
    padding:28px 22px;
  }
}


/* ==========================================================
   v3.57 — SEO benchmark pass
   ========================================================== */

.page-id-63 .cp-service-capabilities .cp-section-heading{
  margin-bottom:52px;
}

.page-id-63 .cp-service-capability-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:0;
  border-top:1px solid rgba(255,255,255,.09);
  border-left:1px solid rgba(255,255,255,.09);
}

.page-id-63 .cp-service-capability{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:24px;
  min-height:220px;
  padding:34px 32px;
  border-right:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
}

.page-id-63 .cp-service-capability > span{
  margin:3px 0 0;
  color:rgba(0,204,255,.58);
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
}

.page-id-63 .cp-service-capability h3{
  margin:0 0 14px;
  font-size:clamp(26px,2.25vw,34px);
  line-height:1;
}

.page-id-63 .cp-service-capability p{
  max-width:540px;
  margin:0;
  color:#7f8d93;
  font-size:13px;
  line-height:1.7;
}

/* Keep the technical-operational block precise and quieter than the main SEO architecture visual. */
.page-id-63 .cp-service-operational-proof{
  padding-top:clamp(104px,8vw,146px);
  padding-bottom:clamp(104px,8vw,146px);
}

.page-id-63 .cp-service-operational-proof h2{
  max-width:800px;
  font-size:clamp(42px,4.1vw,66px);
  line-height:.95;
}

.page-id-63 .cp-service-operational-list > div{
  padding:26px 0;
}

.page-id-63 .cp-service-operational-list strong{
  font-size:clamp(22px,1.8vw,30px);
}

/* The custom SEO architecture section is the distinctive visual anchor of this page. */
.page-id-63 .cp-seo-structure{
  padding-top:clamp(112px,9vw,164px);
  padding-bottom:clamp(112px,9vw,164px);
}

.page-id-63 .cp-seo-structure-head{
  margin-bottom:64px;
}

.page-id-63 .cp-seo-structure-head h2{
  max-width:900px;
}

.page-id-63 .cp-service-visual-proof .cp-web-design-project-media{
  overflow:hidden;
}

.page-id-63 .cp-service-visual-proof .cp-web-design-project-media img{
  transition:transform .4s ease;
}

.page-id-63 .cp-service-visual-proof .cp-web-design-project:hover .cp-web-design-project-media img{
  transform:scale(1.015);
}

@media(max-width:760px){
  .page-id-63 .cp-service-capability-grid{
    grid-template-columns:1fr;
  }

  .page-id-63 .cp-service-capability{
    min-height:0;
    padding:28px 22px;
  }

  .page-id-63 .cp-seo-structure-head{
    margin-bottom:42px;
  }
}


/* ==========================================================
   v3.58 — Crafted Pixel contrast system
   Selective light editorial sections across service pages.
   ========================================================== */

:root{
  --cp-light:#f3f4f2;
  --cp-light-soft:#eceeeb;
  --cp-light-ink:#0b0d0e;
  --cp-light-copy:#4f595d;
  --cp-light-muted:#737d80;
  --cp-light-line:rgba(11,13,14,.12);
}

/* Reusable site-wide light section utility */
.cp-section-light{
  background:var(--cp-light) !important;
  color:var(--cp-light-ink);
}

.cp-section-light .cp-kicker{
  color:#008bb0;
}

.cp-section-light h2,
.cp-section-light h3,
.cp-section-light strong{
  color:var(--cp-light-ink);
}

.cp-section-light p{
  color:var(--cp-light-copy);
}

.cp-section-light .cp-section-heading > p{
  color:var(--cp-light-copy);
}

/* WHAT'S INCLUDED — editorial light reset */
.cp-section-light.cp-service-capabilities{
  background:var(--cp-light) !important;
}

.cp-section-light .cp-service-capability-grid{
  border-top-color:var(--cp-light-line) !important;
  border-left-color:var(--cp-light-line) !important;
}

.cp-section-light .cp-service-capability{
  border-right-color:var(--cp-light-line) !important;
  border-bottom-color:var(--cp-light-line) !important;
}

.cp-section-light .cp-service-capability > span{
  color:rgba(0,139,176,.62) !important;
}

.cp-section-light .cp-service-capability h3{
  color:var(--cp-light-ink) !important;
}

.cp-section-light .cp-service-capability p{
  color:#596367 !important;
}

/* PROCESS — lighter, more editorial and deliberately quieter */
.cp-section-light.cp-service-process{
  background:var(--cp-light-soft) !important;
}

.cp-section-light .cp-service-process-grid{
  border-top-color:var(--cp-light-line);
}

.cp-section-light .cp-service-process-step{
  border-right-color:var(--cp-light-line);
}

.cp-section-light .cp-service-process-step > span{
  color:#879094;
}

.cp-section-light .cp-service-process-step h3{
  color:var(--cp-light-ink);
}

.cp-section-light .cp-service-process-step p{
  color:#596367;
}

/* FAQ — final light reset before the dark conversion block */
.cp-section-light.cp-service-faqs{
  background:var(--cp-light) !important;
}

.cp-section-light .cp-service-faq-list{
  border-top-color:var(--cp-light-line);
}

.cp-section-light .cp-service-faq{
  border-bottom-color:var(--cp-light-line);
}

.cp-section-light .cp-service-faq summary{
  color:var(--cp-light-ink);
}

.cp-section-light .cp-service-faq summary::after{
  color:#687276;
}

.cp-section-light .cp-service-faq div p{
  color:#596367;
}

/* Scope panel becomes a dark inset on the light FAQ canvas.
   This retains Crafted Pixel's dark identity rather than washing the page out. */
.cp-section-light .cp-project-scope-panel{
  background:#111416;
  border-color:rgba(11,13,14,.08);
}

.cp-section-light .cp-project-scope-head > span{
  color:var(--cp-blue);
}

.cp-section-light .cp-project-scope-head strong,
.cp-section-light .cp-project-scope-list h3{
  color:#eef3f5;
}

.cp-section-light .cp-project-scope-head p,
.cp-section-light .cp-project-scope-list p{
  color:#869399;
}

.cp-section-light .cp-project-scope-list > div{
  border-top-color:rgba(255,255,255,.08);
}

.cp-section-light .cp-project-scope-list > div > span{
  color:rgba(0,204,255,.58);
}

/* Heading colour logic: first line ink, emphasis stays cyan */
.cp-section-light .cp-wrap-related span,
.cp-section-light .cp-wrap-locations span,
.cp-section-light .cp-wrap-faq span{
  color:var(--cp-light-ink);
}

.cp-section-light .cp-wrap-related span:last-child,
.cp-section-light .cp-wrap-locations span:last-child,
.cp-section-light .cp-wrap-faq span:last-child{
  color:#008fb8;
}

/* Ensure page-specific service heading rules don't drag white back onto light sections */
.page-id-61 .cp-section-light .cp-service-capability h3,
.page-id-62 .cp-section-light .cp-service-capability h3,
.page-id-63 .cp-section-light .cp-service-capability h3{
  color:var(--cp-light-ink) !important;
}

.page-id-61 .cp-section-light .cp-service-capability p,
.page-id-62 .cp-section-light .cp-service-capability p,
.page-id-63 .cp-section-light .cp-service-capability p{
  color:#596367 !important;
}

/* Clean transition borders between light and dark sections */
.cp-section-light + .cp-section{
  border-top:0;
}

.cp-section:not(.cp-section-light) + .cp-section-light{
  border-top:1px solid rgba(255,255,255,.04);
}

@media(max-width:760px){
  .cp-section-light .cp-project-scope-panel{
    margin-top:30px;
  }
}


/* ==========================================================
   v3.59 — PPC / Google Ads benchmark pass
   ========================================================== */

.page-id-64 .cp-service-capabilities .cp-section-heading{
  margin-bottom:52px;
}

.page-id-64 .cp-service-capability-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:0;
  border-top:1px solid var(--cp-light-line);
  border-left:1px solid var(--cp-light-line);
}

.page-id-64 .cp-service-capability{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:24px;
  min-height:220px;
  padding:34px 32px;
  border-right:1px solid var(--cp-light-line);
  border-bottom:1px solid var(--cp-light-line);
}

.page-id-64 .cp-service-capability > span{
  margin:3px 0 0;
  color:rgba(0,139,176,.62);
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
}

.page-id-64 .cp-service-capability h3{
  margin:0 0 14px;
  color:var(--cp-light-ink);
  font-size:clamp(26px,2.25vw,34px);
  line-height:1;
}

.page-id-64 .cp-service-capability p{
  max-width:540px;
  margin:0;
  color:#596367;
  font-size:13px;
  line-height:1.7;
}

/* Operational block is a quieter control layer before the bespoke PPC funnel. */
.page-id-64 .cp-service-operational-proof{
  padding-top:clamp(104px,8vw,146px);
  padding-bottom:clamp(104px,8vw,146px);
}

.page-id-64 .cp-service-operational-proof h2{
  max-width:820px;
  font-size:clamp(42px,4.1vw,66px);
  line-height:.95;
}

.page-id-64 .cp-service-operational-list > div{
  padding:26px 0;
}

.page-id-64 .cp-service-operational-list strong{
  font-size:clamp(22px,1.8vw,30px);
}

/* Make the bespoke search-to-enquiry journey the page's visual anchor. */
.page-id-64 .cp-ppc-journey{
  padding-top:clamp(116px,9vw,166px);
  padding-bottom:clamp(116px,9vw,166px);
}

.page-id-64 .cp-ppc-journey-head{
  margin-bottom:64px;
}

.page-id-64 .cp-ppc-journey-head h2{
  max-width:820px;
}

/* Project imagery receives only a subtle interaction. */
.page-id-64 .cp-service-visual-proof .cp-web-design-project-media{
  overflow:hidden;
}

.page-id-64 .cp-service-visual-proof .cp-web-design-project-media img{
  transition:transform .4s ease;
}

.page-id-64 .cp-service-visual-proof .cp-web-design-project:hover .cp-web-design-project-media img{
  transform:scale(1.015);
}

@media(max-width:760px){
  .page-id-64 .cp-service-capability-grid{
    grid-template-columns:1fr;
  }

  .page-id-64 .cp-service-capability{
    min-height:0;
    padding:28px 22px;
  }

  .page-id-64 .cp-ppc-journey-head{
    margin-bottom:42px;
  }
}


/* ==========================================================
   v3.60 — Branding benchmark pass
   ========================================================== */

.page-id-65 .cp-service-capabilities .cp-section-heading{
  margin-bottom:52px;
}

.page-id-65 .cp-service-capability-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:0;
  border-top:1px solid var(--cp-light-line);
  border-left:1px solid var(--cp-light-line);
}

.page-id-65 .cp-service-capability{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:24px;
  min-height:220px;
  padding:34px 32px;
  border-right:1px solid var(--cp-light-line);
  border-bottom:1px solid var(--cp-light-line);
}

.page-id-65 .cp-service-capability > span{
  margin:3px 0 0;
  color:rgba(0,139,176,.62);
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
}

.page-id-65 .cp-service-capability h3{
  margin:0 0 14px;
  color:var(--cp-light-ink);
  font-size:clamp(26px,2.25vw,34px);
  line-height:1;
}

.page-id-65 .cp-service-capability p{
  max-width:540px;
  margin:0;
  color:#596367;
  font-size:13px;
  line-height:1.7;
}

/* Quieter system-discipline section before the bespoke brand board. */
.page-id-65 .cp-service-operational-proof{
  padding-top:clamp(104px,8vw,146px);
  padding-bottom:clamp(104px,8vw,146px);
}

.page-id-65 .cp-service-operational-proof h2{
  max-width:840px;
  font-size:clamp(42px,4.1vw,66px);
  line-height:.95;
}

.page-id-65 .cp-service-operational-list > div{
  padding:26px 0;
}

.page-id-65 .cp-service-operational-list strong{
  font-size:clamp(22px,1.8vw,30px);
}

/* The brand-system board is the distinctive visual anchor of this page. */
.page-id-65 .cp-brand-system{
  padding-top:clamp(116px,9vw,166px);
  padding-bottom:clamp(116px,9vw,166px);
}

.page-id-65 .cp-brand-system-head{
  margin-bottom:64px;
}

.page-id-65 .cp-brand-system-head h2{
  max-width:860px;
}

/* Give the board slightly more breathing room and hierarchy. */
.page-id-65 .cp-brand-system-board{
  margin-top:14px;
}

.page-id-65 .cp-brand-system-logo,
.page-id-65 .cp-brand-system-type,
.page-id-65 .cp-brand-system-colour,
.page-id-65 .cp-brand-system-digital{
  min-height:320px;
}

/* Subtle motion on real work only. */
.page-id-65 .cp-service-visual-proof .cp-web-design-project-media{
  overflow:hidden;
}

.page-id-65 .cp-service-visual-proof .cp-web-design-project-media img{
  transition:transform .4s ease;
}

.page-id-65 .cp-service-visual-proof .cp-web-design-project:hover .cp-web-design-project-media img{
  transform:scale(1.015);
}

@media(max-width:760px){
  .page-id-65 .cp-service-capability-grid{
    grid-template-columns:1fr;
  }

  .page-id-65 .cp-service-capability{
    min-height:0;
    padding:28px 22px;
  }

  .page-id-65 .cp-brand-system-head{
    margin-bottom:42px;
  }

  .page-id-65 .cp-brand-system-logo,
  .page-id-65 .cp-brand-system-type,
  .page-id-65 .cp-brand-system-colour,
  .page-id-65 .cp-brand-system-digital{
    min-height:0;
  }
}


/* ==========================================================
   v3.62 — Industries hub correction
   Preserves the original v3.60 direction.
   ========================================================== */

/* Hero: same message, better breathing room and a usable next action */
.page-id-104 .cp-industry-hub-hero{
  min-height:clamp(620px,75vh,790px);
  display:flex;
  align-items:center;
}

.page-id-104 .cp-industry-hub-hero-copy{
  max-width:1160px;
}

.page-id-104 .cp-industry-hub-hero .cp-inner-hero-lead{
  max-width:760px;
  margin-top:28px;
}

.page-id-104 .cp-industry-hub-hero .cp-inner-hero-actions{
  margin-top:34px;
}

/* Original sector section, now used as the first visual reset */
.page-id-104 .cp-industry-hub-grid-section{
  padding-top:clamp(104px,8vw,148px);
  padding-bottom:clamp(104px,8vw,148px);
}

.page-id-104 .cp-industry-hub-grid-section .cp-industries-sector-title,
.page-id-104 .cp-industry-hub-grid-section .cp-industries-sector-title span{
  color:var(--cp-light-ink);
}

.page-id-104 .cp-industry-hub-grid-section .cp-kicker{
  color:#008bb0;
}

.page-id-104 .cp-industry-hub-intro > p{
  color:#596367;
}

/* Keep the original sector cards and copy, but make the layout more compact/editorial */
.page-id-104 .cp-industry-hub-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:54px;
  background:transparent;
  border-top:1px solid var(--cp-light-line);
  border-left:1px solid var(--cp-light-line);
  border-right:0;
  border-bottom:0;
}

.page-id-104 .cp-industry-hub-card,
.page-id-104 .cp-industry-hub-card:last-child{
  grid-column:auto;
  min-height:250px;
  padding:28px 58px 30px 28px;
  background:transparent;
  border-right:1px solid var(--cp-light-line);
  border-bottom:1px solid var(--cp-light-line);
}

.page-id-104 .cp-industry-hub-card:hover{
  background:#fff;
}

.page-id-104 .cp-industry-hub-card > span{
  margin-bottom:34px;
  color:#008bb0;
}

.page-id-104 .cp-industry-hub-card strong{
  max-width:100%;
  color:var(--cp-light-ink);
  font-size:clamp(25px,2vw,33px);
}

.page-id-104 .cp-industry-hub-card p,
.page-id-104 .cp-industry-hub-card:last-child p{
  max-width:100%;
  color:#596367;
}

.page-id-104 .cp-industry-hub-card b{
  color:#008bb0;
}

.page-id-104 .cp-industry-hub-more{
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid var(--cp-light-line);
}

.page-id-104 .cp-industry-hub-more span{
  color:#008bb0;
}

.page-id-104 .cp-industry-hub-more p{
  color:#596367;
}

/* Approach remains dark and retains the original buying-journey message */
.page-id-104 .cp-industry-hub-approach{
  padding-top:clamp(112px,8vw,156px);
  padding-bottom:clamp(112px,8vw,156px);
}

.page-id-104 .cp-industries-approach-title{
  max-width:760px;
}

.page-id-104 .cp-industry-factor-list > div{
  padding:29px 0;
}

.page-id-104 .cp-industry-factor-list strong{
  font-size:clamp(20px,1.6vw,25px);
}

/* Proof strip becomes a quiet light bridge before the final dark CTA */
.page-id-104 .cp-industries-proof-light{
  background:var(--cp-light-soft);
  color:var(--cp-light-ink);
  border-top:1px solid var(--cp-light-line);
  border-bottom:1px solid var(--cp-light-line);
}

.page-id-104 .cp-industries-proof-light .cp-about-proof-grid{
  border-color:var(--cp-light-line);
}

.page-id-104 .cp-industries-proof-light .cp-about-proof-item{
  border-color:var(--cp-light-line);
}

.page-id-104 .cp-industries-proof-light .cp-about-proof-item strong{
  color:var(--cp-light-ink);
}

.page-id-104 .cp-industries-proof-light .cp-about-proof-item span{
  color:#667175;
}

/* CTA remains dark; only tighten hierarchy */
.page-id-104 .cp-inner-cta{
  padding-top:clamp(106px,8vw,150px);
  padding-bottom:clamp(106px,8vw,150px);
}

.page-id-104 .cp-industries-cta-title{
  max-width:760px;
}

@media(max-width:980px){
  .page-id-104 .cp-industry-hub-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .page-id-104 .cp-industry-hub-hero{
    min-height:auto;
    padding-top:128px;
    padding-bottom:82px;
  }

  .page-id-104 .cp-industry-hub-grid{
    grid-template-columns:1fr;
  }

  .page-id-104 .cp-industry-hub-card,
  .page-id-104 .cp-industry-hub-card:last-child{
    min-height:0;
    padding:26px 52px 28px 22px;
  }

  .page-id-104 .cp-industry-hub-card > span{
    margin-bottom:24px;
  }
}


/* ==========================================================
   v3.65 — Trades & Construction alternating section rhythm
   Structure remains identical to v3.64.
   ========================================================== */

/* LIGHT STRIP 1 — sector angle */
.page-id-94 .cp-industry-angle.cp-section-light{
  background:var(--cp-light);
  color:var(--cp-light-ink);
}

.page-id-94 .cp-industry-angle.cp-section-light .cp-kicker{
  color:#008bb0;
}

.page-id-94 .cp-industry-angle.cp-section-light h2,
.page-id-94 .cp-industry-angle.cp-section-light h2 span,
.page-id-94 .cp-industry-angle.cp-section-light strong{
  color:var(--cp-light-ink);
}

.page-id-94 .cp-industry-angle.cp-section-light p{
  color:#596367;
}

.page-id-94 .cp-industry-angle.cp-section-light .cp-industry-angle-points > div{
  border-color:var(--cp-light-line);
}

.page-id-94 .cp-industry-angle.cp-section-light .cp-industry-angle-points > div > span{
  color:#008bb0;
}

/* DARK STRIP 2 — what the website needs to do */
.page-id-94 .cp-industry-needs{
  background:#0b0d0e;
}

/* LIGHT STRIP 3 — business types */
.page-id-94 .cp-subindustry-section.cp-section-light{
  background:var(--cp-light-soft);
  color:var(--cp-light-ink);
}

.page-id-94 .cp-subindustry-section.cp-section-light .cp-kicker{
  color:#008bb0;
}

.page-id-94 .cp-subindustry-section.cp-section-light h2,
.page-id-94 .cp-subindustry-section.cp-section-light h2 span,
.page-id-94 .cp-subindustry-section.cp-section-light strong{
  color:var(--cp-light-ink);
}

.page-id-94 .cp-subindustry-section.cp-section-light p{
  color:#596367;
}

.page-id-94 .cp-subindustry-section.cp-section-light .cp-subindustry-grid{
  border-top:1px solid var(--cp-light-line);
  border-left:1px solid var(--cp-light-line);
}

.page-id-94 .cp-subindustry-section.cp-section-light .cp-subindustry-item{
  border-right:1px solid var(--cp-light-line);
  border-bottom:1px solid var(--cp-light-line);
}

.page-id-94 .cp-subindustry-section.cp-section-light .cp-subindustry-item span{
  color:#008bb0;
}

/* DARK STRIP 4 — relevant project work */
.page-id-94 .cp-industry-work{
  background:#0b0d0e;
}

/* LIGHT STRIP 5 — relevant services */
.page-id-94 .cp-industry-services.cp-section-light{
  background:var(--cp-light);
  color:var(--cp-light-ink);
}

.page-id-94 .cp-industry-services.cp-section-light .cp-kicker{
  color:#008bb0;
}

.page-id-94 .cp-industry-services.cp-section-light h2,
.page-id-94 .cp-industry-services.cp-section-light h2 span{
  color:var(--cp-light-ink);
}

.page-id-94 .cp-industry-services.cp-section-light p{
  color:#596367;
}

.page-id-94 .cp-industry-services.cp-section-light .cp-service-related-links a{
  border-color:var(--cp-light-line);
  color:var(--cp-light-ink);
}

.page-id-94 .cp-industry-services.cp-section-light .cp-service-related-links strong{
  color:var(--cp-light-ink);
}

.page-id-94 .cp-industry-services.cp-section-light .cp-service-related-links small{
  color:#667175;
}

.page-id-94 .cp-industry-services.cp-section-light .cp-service-related-links b{
  color:#008bb0;
}

/* DARK STRIP 6 — FAQs */
.page-id-94 .cp-industry-faqs{
  background:#0b0d0e;
}

/* Final enquiry intentionally stays dark as the conversion close. */
.page-id-94 .cp-web-design-enquiry{
  background:#0b0d0e;
  border-top:1px solid rgba(255,255,255,.06);
}


/* ==========================================================
   v3.66 — Light-strip typography correction
   ========================================================== */

/* Trades & Construction: force all heading layers dark on light bands.
   Existing shared industry selectors were overriding v3.65 in places. */
.page-id-94 .cp-industry-angle.cp-section-light .cp-industry-angle-title,
.page-id-94 .cp-industry-angle.cp-section-light .cp-industry-angle-title span,
.page-id-94 .cp-industry-angle.cp-section-light h2,
.page-id-94 .cp-industry-angle.cp-section-light h2 span{
  color:var(--cp-light-ink) !important;
}

.page-id-94 .cp-subindustry-section.cp-section-light .cp-subindustry-title,
.page-id-94 .cp-subindustry-section.cp-section-light .cp-subindustry-title span,
.page-id-94 .cp-subindustry-section.cp-section-light h2,
.page-id-94 .cp-subindustry-section.cp-section-light h2 span{
  color:var(--cp-light-ink) !important;
}

.page-id-94 .cp-industry-services.cp-section-light h2,
.page-id-94 .cp-industry-services.cp-section-light h2 span{
  color:var(--cp-light-ink) !important;
}

/* Keep intentional cyan accents readable on light backgrounds. */
.page-id-94 .cp-section-light .cp-kicker{
  color:#008bb0 !important;
}

/* Supporting copy */
.page-id-94 .cp-section-light p,
.page-id-94 .cp-section-light .cp-industry-angle-copy p{
  color:#596367;
}


/* ==========================================================
   v3.67 — Trades split-heading brand colour restoration
   ========================================================== */

/*
 * Consistent industry heading treatment for Trades:
 * DARK = white first line / Crafted Pixel cyan emphasis line.
 * LIGHT = ink first line / darker cyan emphasis line for contrast.
 */

/* Dark industry sections */
.page-id-94 .cp-industry-needs h2 > span:first-child,
.page-id-94 .cp-industry-work h2 > span:first-child,
.page-id-94 .cp-industry-faqs h2 > span:first-child{
  color:#fff !important;
}

.page-id-94 .cp-industry-needs h2 > span:last-child,
.page-id-94 .cp-industry-work h2 > span:last-child,
.page-id-94 .cp-industry-faqs h2 > span:last-child{
  color:var(--cp-blue) !important;
}

/* Light industry sections */
.page-id-94 .cp-industry-angle.cp-section-light h2 > span:first-child,
.page-id-94 .cp-subindustry-section.cp-section-light h2 > span:first-child,
.page-id-94 .cp-industry-services.cp-section-light h2 > span:first-child{
  color:var(--cp-light-ink) !important;
}

.page-id-94 .cp-industry-angle.cp-section-light h2 > span:last-child,
.page-id-94 .cp-subindustry-section.cp-section-light h2 > span:last-child,
.page-id-94 .cp-industry-services.cp-section-light h2 > span:last-child{
  color:#008bb0 !important;
}

/* Final enquiry retains the same Crafted Pixel split treatment. */
.page-id-94 .cp-web-design-enquiry .cp-wrap-enquiry > span:first-child{
  color:#fff !important;
}

.page-id-94 .cp-web-design-enquiry .cp-wrap-enquiry > span:last-child{
  color:var(--cp-blue) !important;
}


/* ==========================================================
   v3.68 — Crafted Pixel colour correction
   Use the actual brand cyan consistently across Trades.
   ========================================================== */

.page-id-94{
  --cp-industry-accent:#00ccff;
  --cp-industry-light-ink:#0b0d0e;
  --cp-industry-light-copy:#465156;
}

/* Brand kickers stay true cyan everywhere. */
.page-id-94 .cp-kicker,
.page-id-94 .cp-section-light .cp-kicker{
  color:var(--cp-industry-accent) !important;
}

/* DARK STRIPS — white + true brand cyan. */
.page-id-94 .cp-industry-needs h2 > span:first-child,
.page-id-94 .cp-industry-work h2 > span:first-child,
.page-id-94 .cp-industry-faqs h2 > span:first-child{
  color:#fff !important;
}

.page-id-94 .cp-industry-needs h2 > span:last-child,
.page-id-94 .cp-industry-work h2 > span:last-child,
.page-id-94 .cp-industry-faqs h2 > span:last-child{
  color:var(--cp-industry-accent) !important;
}

/* LIGHT STRIPS — black + true brand cyan. */
.page-id-94 .cp-industry-angle.cp-section-light h2 > span:first-child,
.page-id-94 .cp-subindustry-section.cp-section-light h2 > span:first-child,
.page-id-94 .cp-industry-services.cp-section-light h2 > span:first-child{
  color:var(--cp-industry-light-ink) !important;
}

.page-id-94 .cp-industry-angle.cp-section-light h2 > span:last-child,
.page-id-94 .cp-subindustry-section.cp-section-light h2 > span:last-child,
.page-id-94 .cp-industry-services.cp-section-light h2 > span:last-child{
  color:var(--cp-industry-accent) !important;
}

/* Light-section supporting text should feel crisp, not washed out. */
.page-id-94 .cp-section-light p,
.page-id-94 .cp-section-light small{
  color:var(--cp-industry-light-copy) !important;
}

.page-id-94 .cp-section-light strong{
  color:var(--cp-industry-light-ink);
}

/* Numbering/arrows also use the actual brand accent. */
.page-id-94 .cp-section-light .cp-industry-angle-points > div > span,
.page-id-94 .cp-section-light .cp-subindustry-item span,
.page-id-94 .cp-section-light .cp-service-related-links b{
  color:var(--cp-industry-accent) !important;
}

/* Final enquiry keeps the same brand split. */
.page-id-94 .cp-web-design-enquiry .cp-wrap-enquiry > span:first-child{
  color:#fff !important;
}

.page-id-94 .cp-web-design-enquiry .cp-wrap-enquiry > span:last-child{
  color:var(--cp-industry-accent) !important;
}


/* ==========================================================
   v3.70 — Home Services industry benchmark
   Mirrors the approved Trades & Construction parent-page system.
   ========================================================== */

.page-id-96{
  --cp-industry-accent:#00ccff;
  --cp-industry-light-ink:#0b0d0e;
  --cp-industry-light-copy:#465156;
}

/* Alternate section rhythm:
   hero dark → angle light → needs dark → subindustries light →
   project work dark → relevant services light → FAQs dark → enquiry dark. */

.page-id-96 .cp-industry-angle.cp-section-light{
  background:var(--cp-light);
  color:var(--cp-industry-light-ink);
}

.page-id-96 .cp-subindustry-section.cp-section-light{
  background:var(--cp-light-soft);
  color:var(--cp-industry-light-ink);
}

.page-id-96 .cp-industry-services.cp-section-light{
  background:var(--cp-light);
  color:var(--cp-industry-light-ink);
}

.page-id-96 .cp-industry-needs,
.page-id-96 .cp-industry-work,
.page-id-96 .cp-industry-faqs,
.page-id-96 .cp-web-design-enquiry{
  background:#0b0d0e;
}

/* True Crafted Pixel cyan across all industry kickers. */
.page-id-96 .cp-kicker,
.page-id-96 .cp-section-light .cp-kicker{
  color:var(--cp-industry-accent) !important;
}

/* DARK STRIPS — white first line / true brand cyan emphasis line. */
.page-id-96 .cp-industry-needs h2 > span:first-child,
.page-id-96 .cp-industry-work h2 > span:first-child,
.page-id-96 .cp-industry-faqs h2 > span:first-child{
  color:#fff !important;
}

.page-id-96 .cp-industry-needs h2 > span:last-child,
.page-id-96 .cp-industry-work h2 > span:last-child,
.page-id-96 .cp-industry-faqs h2 > span:last-child{
  color:var(--cp-industry-accent) !important;
}

/* LIGHT STRIPS — ink first line / true brand cyan emphasis line. */
.page-id-96 .cp-industry-angle.cp-section-light h2 > span:first-child,
.page-id-96 .cp-subindustry-section.cp-section-light h2 > span:first-child,
.page-id-96 .cp-industry-services.cp-section-light h2 > span:first-child{
  color:var(--cp-industry-light-ink) !important;
}

.page-id-96 .cp-industry-angle.cp-section-light h2 > span:last-child,
.page-id-96 .cp-subindustry-section.cp-section-light h2 > span:last-child,
.page-id-96 .cp-industry-services.cp-section-light h2 > span:last-child{
  color:var(--cp-industry-accent) !important;
}

/* Light-section supporting text and borders. */
.page-id-96 .cp-section-light p,
.page-id-96 .cp-section-light small{
  color:var(--cp-industry-light-copy) !important;
}

.page-id-96 .cp-section-light strong{
  color:var(--cp-industry-light-ink);
}

.page-id-96 .cp-industry-angle.cp-section-light .cp-industry-angle-points > div,
.page-id-96 .cp-subindustry-section.cp-section-light .cp-subindustry-item,
.page-id-96 .cp-industry-services.cp-section-light .cp-service-related-links a{
  border-color:var(--cp-light-line);
}

.page-id-96 .cp-subindustry-section.cp-section-light .cp-subindustry-grid{
  border-color:var(--cp-light-line);
}

.page-id-96 .cp-section-light .cp-industry-angle-points > div > span,
.page-id-96 .cp-section-light .cp-subindustry-item span,
.page-id-96 .cp-section-light .cp-service-related-links b{
  color:var(--cp-industry-accent) !important;
}

/* Final enquiry retains the brand split treatment. */
.page-id-96 .cp-web-design-enquiry .cp-wrap-enquiry > span:first-child{
  color:#fff !important;
}

.page-id-96 .cp-web-design-enquiry .cp-wrap-enquiry > span:last-child{
  color:var(--cp-industry-accent) !important;
}


/* ==========================================================
   v3.71 — Automotive industry parent page
   Mirrors the approved Trades & Home Services system.
   ========================================================== */

.page-id-98{
  --cp-industry-accent:#00ccff;
  --cp-industry-light-ink:#0b0d0e;
  --cp-industry-light-copy:#465156;
}

/* Alternating section rhythm */
.page-id-98 .cp-industry-angle.cp-section-light{
  background:var(--cp-light);
  color:var(--cp-industry-light-ink);
}

.page-id-98 .cp-subindustry-section.cp-section-light{
  background:var(--cp-light-soft);
  color:var(--cp-industry-light-ink);
}

.page-id-98 .cp-industry-services.cp-section-light{
  background:var(--cp-light);
  color:var(--cp-industry-light-ink);
}

.page-id-98 .cp-industry-needs,
.page-id-98 .cp-industry-work,
.page-id-98 .cp-industry-faqs,
.page-id-98 .cp-web-design-enquiry{
  background:#0b0d0e;
}

/* True Crafted Pixel cyan across the page */
.page-id-98 .cp-kicker,
.page-id-98 .cp-section-light .cp-kicker{
  color:var(--cp-industry-accent) !important;
}

/* DARK STRIPS — white first line / cyan emphasis */
.page-id-98 .cp-industry-needs h2 > span:first-child,
.page-id-98 .cp-industry-work h2 > span:first-child,
.page-id-98 .cp-industry-faqs h2 > span:first-child{
  color:#fff !important;
}

.page-id-98 .cp-industry-needs h2 > span:last-child,
.page-id-98 .cp-industry-work h2 > span:last-child,
.page-id-98 .cp-industry-faqs h2 > span:last-child{
  color:var(--cp-industry-accent) !important;
}

/* LIGHT STRIPS — near-black first line / cyan emphasis */
.page-id-98 .cp-industry-angle.cp-section-light h2 > span:first-child,
.page-id-98 .cp-subindustry-section.cp-section-light h2 > span:first-child,
.page-id-98 .cp-industry-services.cp-section-light h2 > span:first-child{
  color:var(--cp-industry-light-ink) !important;
}

.page-id-98 .cp-industry-angle.cp-section-light h2 > span:last-child,
.page-id-98 .cp-subindustry-section.cp-section-light h2 > span:last-child,
.page-id-98 .cp-industry-services.cp-section-light h2 > span:last-child{
  color:var(--cp-industry-accent) !important;
}

.page-id-98 .cp-section-light p,
.page-id-98 .cp-section-light small{
  color:var(--cp-industry-light-copy) !important;
}

.page-id-98 .cp-section-light strong{
  color:var(--cp-industry-light-ink);
}

.page-id-98 .cp-industry-angle.cp-section-light .cp-industry-angle-points > div,
.page-id-98 .cp-subindustry-section.cp-section-light .cp-subindustry-item,
.page-id-98 .cp-industry-services.cp-section-light .cp-service-related-links a{
  border-color:var(--cp-light-line);
}

.page-id-98 .cp-subindustry-section.cp-section-light .cp-subindustry-grid{
  border-color:var(--cp-light-line);
}

.page-id-98 .cp-section-light .cp-industry-angle-points > div > span,
.page-id-98 .cp-section-light .cp-subindustry-item span,
.page-id-98 .cp-section-light .cp-service-related-links b{
  color:var(--cp-industry-accent) !important;
}

/* Final enquiry keeps the brand split */
.page-id-98 .cp-web-design-enquiry .cp-wrap-enquiry > span:first-child{
  color:#fff !important;
}

.page-id-98 .cp-web-design-enquiry .cp-wrap-enquiry > span:last-child{
  color:var(--cp-industry-accent) !important;
}


/* ==========================================================
   v3.72 — Industry review system
   One shared component, different sector treatments.
   ========================================================== */

.cp-industry-review{
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
}

.cp-industry-review-shell{
  display:grid;
  grid-template-columns:minmax(180px,.38fr) minmax(0,1.62fr);
  gap:clamp(42px,6vw,100px);
  align-items:start;
}

.cp-industry-review-label > span{
  display:block;
  margin-bottom:9px;
  color:#00ccff;
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
}

.cp-industry-review-label > small{
  display:block;
  color:#78858b;
  font-size:9px;
  font-weight:700;
  letter-spacing:.1em;
}

.cp-industry-review-label > strong{
  display:block;
  max-width:300px;
  margin-top:22px;
  color:#eef2f3;
  font-family:'Inter Tight',sans-serif;
  font-size:clamp(22px,2vw,31px);
  line-height:1.02;
}

.cp-industry-review-quote{
  margin:0;
  padding:0;
  border:0;
}

.cp-industry-review-quote p{
  max-width:980px;
  margin:0;
  color:#f1f4f5;
  font-family:'Inter Tight',sans-serif;
  font-size:clamp(31px,3.5vw,56px);
  font-weight:600;
  letter-spacing:-.035em;
  line-height:1.04;
}

.cp-industry-review-quote footer{
  display:flex;
  gap:14px;
  align-items:center;
  margin-top:32px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}

.cp-industry-review-quote footer strong{
  color:#fff;
  font-size:12px;
}

.cp-industry-review-quote footer span{
  color:#77848a;
  font-size:11px;
}

.cp-industry-review-quote footer span::before{
  content:'·';
  margin-right:14px;
  color:#00ccff;
}

/* TRADES — dark editorial quote strip after project proof */
.page-id-94 .cp-industry-review-trades{
  padding-top:clamp(92px,7vw,132px);
  padding-bottom:clamp(92px,7vw,132px);
  background:#111416;
}

.page-id-94 .cp-industry-review-trades::after{
  content:'“';
  position:absolute;
  right:-20px;
  bottom:-135px;
  color:rgba(0,204,255,.055);
  font-family:'Inter Tight',sans-serif;
  font-size:420px;
  font-weight:800;
  line-height:1;
  pointer-events:none;
}

/* HOME SERVICES — stronger two-column proof break before business types */
.page-id-96 .cp-industry-review-home{
  padding-top:clamp(92px,7vw,128px);
  padding-bottom:clamp(92px,7vw,128px);
  background:#15191b;
}

.page-id-96 .cp-industry-review-shell-split{
  grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr);
}

.page-id-96 .cp-industry-review-home .cp-industry-review-label{
  padding-top:8px;
  padding-right:40px;
  border-right:1px solid rgba(255,255,255,.09);
}

/* AUTOMOTIVE — premium, more graphic quote treatment */
.page-id-98 .cp-industry-review-automotive{
  padding-top:clamp(96px,7vw,136px);
  padding-bottom:clamp(96px,7vw,136px);
  background:#0f1213;
}

.page-id-98 .cp-industry-review-auto-grid{
  display:grid;
  grid-template-columns:minmax(260px,.58fr) minmax(0,1.42fr);
  gap:clamp(46px,7vw,110px);
  align-items:end;
}

.page-id-98 .cp-industry-review-automotive .cp-industry-review-label strong{
  color:#00ccff;
  font-size:clamp(28px,2.7vw,42px);
}

.page-id-98 .cp-industry-review-automotive .cp-industry-review-quote p{
  font-size:clamp(34px,4vw,62px);
}

/* Mobile */
@media(max-width:760px){
  .cp-industry-review-shell,
  .page-id-96 .cp-industry-review-shell-split,
  .page-id-98 .cp-industry-review-auto-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .page-id-96 .cp-industry-review-home .cp-industry-review-label{
    padding-right:0;
    padding-bottom:28px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }

  .cp-industry-review-quote p,
  .page-id-98 .cp-industry-review-automotive .cp-industry-review-quote p{
    font-size:clamp(28px,8.7vw,42px);
  }

  .cp-industry-review-quote footer{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }

  .cp-industry-review-quote footer span::before{
    content:none;
  }
}


/* ==========================================================
   v3.73 — Professional Services industry parent page
   ========================================================== */

.page-id-100{
  --cp-industry-accent:#00ccff;
  --cp-industry-light-ink:#0b0d0e;
  --cp-industry-light-copy:#465156;
}

/* Alternating section rhythm */
.page-id-100 .cp-industry-angle.cp-section-light{
  background:var(--cp-light);
  color:var(--cp-industry-light-ink);
}

.page-id-100 .cp-subindustry-section.cp-section-light{
  background:var(--cp-light-soft);
  color:var(--cp-industry-light-ink);
}

.page-id-100 .cp-industry-services.cp-section-light{
  background:var(--cp-light);
  color:var(--cp-industry-light-ink);
}

.page-id-100 .cp-industry-needs,
.page-id-100 .cp-industry-work,
.page-id-100 .cp-industry-faqs,
.page-id-100 .cp-web-design-enquiry{
  background:#0b0d0e;
}

/* True Crafted Pixel cyan */
.page-id-100 .cp-kicker,
.page-id-100 .cp-section-light .cp-kicker{
  color:var(--cp-industry-accent) !important;
}

/* Dark split headings */
.page-id-100 .cp-industry-needs h2 > span:first-child,
.page-id-100 .cp-industry-work h2 > span:first-child,
.page-id-100 .cp-industry-faqs h2 > span:first-child{
  color:#fff !important;
}

.page-id-100 .cp-industry-needs h2 > span:last-child,
.page-id-100 .cp-industry-work h2 > span:last-child,
.page-id-100 .cp-industry-faqs h2 > span:last-child{
  color:var(--cp-industry-accent) !important;
}

/* Light split headings */
.page-id-100 .cp-industry-angle.cp-section-light h2 > span:first-child,
.page-id-100 .cp-subindustry-section.cp-section-light h2 > span:first-child,
.page-id-100 .cp-industry-services.cp-section-light h2 > span:first-child{
  color:var(--cp-industry-light-ink) !important;
}

.page-id-100 .cp-industry-angle.cp-section-light h2 > span:last-child,
.page-id-100 .cp-subindustry-section.cp-section-light h2 > span:last-child,
.page-id-100 .cp-industry-services.cp-section-light h2 > span:last-child{
  color:var(--cp-industry-accent) !important;
}

.page-id-100 .cp-section-light p,
.page-id-100 .cp-section-light small{
  color:var(--cp-industry-light-copy) !important;
}

.page-id-100 .cp-section-light strong{
  color:var(--cp-industry-light-ink);
}

.page-id-100 .cp-industry-angle.cp-section-light .cp-industry-angle-points > div,
.page-id-100 .cp-subindustry-section.cp-section-light .cp-subindustry-item,
.page-id-100 .cp-industry-services.cp-section-light .cp-service-related-links a{
  border-color:var(--cp-light-line);
}

.page-id-100 .cp-subindustry-section.cp-section-light .cp-subindustry-grid{
  border-color:var(--cp-light-line);
}

.page-id-100 .cp-section-light .cp-industry-angle-points > div > span,
.page-id-100 .cp-section-light .cp-subindustry-item span,
.page-id-100 .cp-section-light .cp-service-related-links b{
  color:var(--cp-industry-accent) !important;
}

/* Professional Services review — calm, trust-led, not a copy of the other sector treatments */
.page-id-100 .cp-industry-review-professional{
  padding-top:clamp(96px,7vw,138px);
  padding-bottom:clamp(96px,7vw,138px);
  background:#15191b;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
}

.page-id-100 .cp-professional-review-grid{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:clamp(52px,7vw,112px);
  align-items:start;
}

.page-id-100 .cp-professional-review-intro{
  padding-right:clamp(24px,3vw,54px);
  border-right:1px solid rgba(255,255,255,.09);
}

.page-id-100 .cp-professional-review-intro h2{
  margin-top:14px;
  font-size:clamp(38px,4vw,62px);
  line-height:.94;
}

.page-id-100 .cp-professional-review-intro h2 span{
  display:block;
}

.page-id-100 .cp-professional-review-intro h2 span:first-child{
  color:#fff !important;
}

.page-id-100 .cp-professional-review-intro h2 span:last-child{
  color:#00ccff !important;
}

.page-id-100 .cp-professional-review-intro p{
  max-width:520px;
  margin-top:24px;
  color:#829097;
  line-height:1.75;
}

.page-id-100 .cp-professional-review-quote{
  margin:0;
  padding:0;
  border:0;
}

.page-id-100 .cp-professional-review-quote p{
  margin:0;
  color:#f2f5f6;
  font-family:'Inter Tight',sans-serif;
  font-size:clamp(32px,3.7vw,58px);
  font-weight:600;
  letter-spacing:-.035em;
  line-height:1.05;
}

.page-id-100 .cp-professional-review-quote footer{
  display:flex;
  gap:14px;
  align-items:center;
  margin-top:34px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.08);
}

.page-id-100 .cp-professional-review-quote footer strong{
  color:#fff;
  font-size:12px;
}

.page-id-100 .cp-professional-review-quote footer span{
  color:#78858b;
  font-size:11px;
}

.page-id-100 .cp-professional-review-quote footer span::before{
  content:'·';
  margin-right:14px;
  color:#00ccff;
}

/* Final enquiry */
.page-id-100 .cp-web-design-enquiry .cp-wrap-enquiry > span:first-child{
  color:#fff !important;
}

.page-id-100 .cp-web-design-enquiry .cp-wrap-enquiry > span:last-child{
  color:#00ccff !important;
}

@media(max-width:760px){
  .page-id-100 .cp-professional-review-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .page-id-100 .cp-professional-review-intro{
    padding-right:0;
    padding-bottom:30px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.09);
  }

  .page-id-100 .cp-professional-review-quote p{
    font-size:clamp(28px,8.5vw,42px);
  }
}


/* ==========================================================
   v3.74 — Hospitality & Leisure industry parent page
   ========================================================== */

.page-id-102{
  --cp-industry-accent:#00ccff;
  --cp-industry-light-ink:#0b0d0e;
  --cp-industry-light-copy:#465156;
}

/* Alternating section rhythm */
.page-id-102 .cp-industry-angle.cp-section-light{
  background:var(--cp-light);
  color:var(--cp-industry-light-ink);
}

.page-id-102 .cp-subindustry-section.cp-section-light{
  background:var(--cp-light-soft);
  color:var(--cp-industry-light-ink);
}

.page-id-102 .cp-industry-services.cp-section-light{
  background:var(--cp-light);
  color:var(--cp-industry-light-ink);
}

.page-id-102 .cp-industry-needs,
.page-id-102 .cp-industry-work,
.page-id-102 .cp-industry-faqs,
.page-id-102 .cp-web-design-enquiry{
  background:#0b0d0e;
}

/* True Crafted Pixel cyan */
.page-id-102 .cp-kicker,
.page-id-102 .cp-section-light .cp-kicker{
  color:var(--cp-industry-accent) !important;
}

/* Dark split headings */
.page-id-102 .cp-industry-needs h2 > span:first-child,
.page-id-102 .cp-industry-work h2 > span:first-child,
.page-id-102 .cp-industry-faqs h2 > span:first-child{
  color:#fff !important;
}

.page-id-102 .cp-industry-needs h2 > span:last-child,
.page-id-102 .cp-industry-work h2 > span:last-child,
.page-id-102 .cp-industry-faqs h2 > span:last-child{
  color:var(--cp-industry-accent) !important;
}

/* Light split headings */
.page-id-102 .cp-industry-angle.cp-section-light h2 > span:first-child,
.page-id-102 .cp-subindustry-section.cp-section-light h2 > span:first-child,
.page-id-102 .cp-industry-services.cp-section-light h2 > span:first-child{
  color:var(--cp-industry-light-ink) !important;
}

.page-id-102 .cp-industry-angle.cp-section-light h2 > span:last-child,
.page-id-102 .cp-subindustry-section.cp-section-light h2 > span:last-child,
.page-id-102 .cp-industry-services.cp-section-light h2 > span:last-child{
  color:var(--cp-industry-accent) !important;
}

.page-id-102 .cp-section-light p,
.page-id-102 .cp-section-light small{
  color:var(--cp-industry-light-copy) !important;
}

.page-id-102 .cp-section-light strong{
  color:var(--cp-industry-light-ink);
}

.page-id-102 .cp-industry-angle.cp-section-light .cp-industry-angle-points > div,
.page-id-102 .cp-subindustry-section.cp-section-light .cp-subindustry-item,
.page-id-102 .cp-industry-services.cp-section-light .cp-service-related-links a{
  border-color:var(--cp-light-line);
}

.page-id-102 .cp-subindustry-section.cp-section-light .cp-subindustry-grid{
  border-color:var(--cp-light-line);
}

.page-id-102 .cp-section-light .cp-industry-angle-points > div > span,
.page-id-102 .cp-section-light .cp-subindustry-item span,
.page-id-102 .cp-section-light .cp-service-related-links b{
  color:var(--cp-industry-accent) !important;
}

/* Hospitality review treatment — broader social proof, more editorial than a single quote */
.page-id-102 .cp-industry-review-hospitality{
  padding-top:clamp(100px,8vw,146px);
  padding-bottom:clamp(100px,8vw,146px);
  background:#131719;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
}

.page-id-102 .cp-hospitality-review-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:48px;
  align-items:end;
  margin-bottom:54px;
}

.page-id-102 .cp-hospitality-review-head h2{
  margin-top:14px;
  font-size:clamp(42px,4.5vw,70px);
  line-height:.94;
}

.page-id-102 .cp-hospitality-review-head h2 span{
  display:block;
}

.page-id-102 .cp-hospitality-review-head h2 span:first-child{
  color:#fff !important;
}

.page-id-102 .cp-hospitality-review-head h2 span:last-child{
  color:#00ccff !important;
}

.page-id-102 .cp-hospitality-review-score{
  min-width:155px;
  padding-bottom:8px;
  text-align:right;
}

.page-id-102 .cp-hospitality-review-score strong{
  display:block;
  color:#00ccff;
  font-family:'Inter Tight',sans-serif;
  font-size:clamp(42px,4vw,62px);
  line-height:.9;
}

.page-id-102 .cp-hospitality-review-score span{
  display:block;
  margin-top:9px;
  color:#7d898e;
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.page-id-102 .cp-hospitality-review-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.09);
  border-left:1px solid rgba(255,255,255,.09);
}

.page-id-102 .cp-hospitality-review-grid blockquote{
  min-height:300px;
  margin:0;
  padding:30px 28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-right:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
}

.page-id-102 .cp-hospitality-review-grid blockquote p{
  margin:0;
  color:#f1f4f5;
  font-family:'Inter Tight',sans-serif;
  font-size:clamp(24px,2.4vw,36px);
  font-weight:600;
  line-height:1.08;
  letter-spacing:-.025em;
}

.page-id-102 .cp-hospitality-review-grid footer{
  margin-top:36px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}

.page-id-102 .cp-hospitality-review-grid footer strong,
.page-id-102 .cp-hospitality-review-grid footer span{
  display:block;
}

.page-id-102 .cp-hospitality-review-grid footer strong{
  color:#fff;
  font-size:12px;
}

.page-id-102 .cp-hospitality-review-grid footer span{
  margin-top:4px;
  color:#78858a;
  font-size:11px;
}

.page-id-102 .cp-hospitality-review-note{
  margin:18px 0 0;
  color:#68757a;
  font-size:11px;
}

/* Final enquiry */
.page-id-102 .cp-web-design-enquiry .cp-wrap-enquiry > span:first-child{
  color:#fff !important;
}

.page-id-102 .cp-web-design-enquiry .cp-wrap-enquiry > span:last-child{
  color:#00ccff !important;
}

@media(max-width:800px){
  .page-id-102 .cp-hospitality-review-head{
    grid-template-columns:1fr;
    gap:24px;
  }

  .page-id-102 .cp-hospitality-review-score{
    text-align:left;
  }

  .page-id-102 .cp-hospitality-review-grid{
    grid-template-columns:1fr;
  }

  .page-id-102 .cp-hospitality-review-grid blockquote{
    min-height:0;
  }
}

.page-id-109{
  --cp-industry-accent:#00ccff;
  --cp-industry-light-ink:#0b0d0e;
  --cp-industry-light-copy:#465156;
}
.page-id-109 .cp-industry-angle.cp-section-light{background:var(--cp-light);color:var(--cp-industry-light-ink);}
.page-id-109 .cp-subindustry-section.cp-section-light{background:var(--cp-light-soft);color:var(--cp-industry-light-ink);}
.page-id-109 .cp-industry-services.cp-section-light{background:var(--cp-light);color:var(--cp-industry-light-ink);}
.page-id-109 .cp-industry-needs,
.page-id-109 .cp-industry-work,
.page-id-109 .cp-industry-faqs,
.page-id-109 .cp-web-design-enquiry{background:#0b0d0e;}
.page-id-109 .cp-kicker,
.page-id-109 .cp-section-light .cp-kicker{color:#00ccff !important;}
.page-id-109 .cp-industry-needs h2 > span:first-child,
.page-id-109 .cp-industry-work h2 > span:first-child,
.page-id-109 .cp-industry-faqs h2 > span:first-child{color:#fff !important;}
.page-id-109 .cp-industry-needs h2 > span:last-child,
.page-id-109 .cp-industry-work h2 > span:last-child,
.page-id-109 .cp-industry-faqs h2 > span:last-child{color:#00ccff !important;}
.page-id-109 .cp-industry-angle.cp-section-light h2 > span:first-child,
.page-id-109 .cp-subindustry-section.cp-section-light h2 > span:first-child,
.page-id-109 .cp-industry-services.cp-section-light h2 > span:first-child{color:#0b0d0e !important;}
.page-id-109 .cp-industry-angle.cp-section-light h2 > span:last-child,
.page-id-109 .cp-subindustry-section.cp-section-light h2 > span:last-child,
.page-id-109 .cp-industry-services.cp-section-light h2 > span:last-child{color:#00ccff !important;}
.page-id-109 .cp-section-light p,
.page-id-109 .cp-section-light small{color:#465156 !important;}
.page-id-109 .cp-section-light strong{color:#0b0d0e;}
.page-id-109 .cp-section-light .cp-industry-angle-points > div > span,
.page-id-109 .cp-section-light .cp-subindustry-item span,
.page-id-109 .cp-section-light .cp-service-related-links b{color:#00ccff !important;}
.page-id-109 .cp-web-design-enquiry .cp-wrap-enquiry > span:first-child{color:#fff !important;}
.page-id-109 .cp-web-design-enquiry .cp-wrap-enquiry > span:last-child{color:#00ccff !important;}

.page-id-111{
  --cp-industry-accent:#00ccff;
  --cp-industry-light-ink:#0b0d0e;
  --cp-industry-light-copy:#465156;
}
.page-id-111 .cp-industry-angle.cp-section-light{background:var(--cp-light);color:var(--cp-industry-light-ink);}
.page-id-111 .cp-subindustry-section.cp-section-light{background:var(--cp-light-soft);color:var(--cp-industry-light-ink);}
.page-id-111 .cp-industry-services.cp-section-light{background:var(--cp-light);color:var(--cp-industry-light-ink);}
.page-id-111 .cp-industry-needs,
.page-id-111 .cp-industry-work,
.page-id-111 .cp-industry-faqs,
.page-id-111 .cp-web-design-enquiry{background:#0b0d0e;}
.page-id-111 .cp-kicker,
.page-id-111 .cp-section-light .cp-kicker{color:#00ccff !important;}
.page-id-111 .cp-industry-needs h2 > span:first-child,
.page-id-111 .cp-industry-work h2 > span:first-child,
.page-id-111 .cp-industry-faqs h2 > span:first-child{color:#fff !important;}
.page-id-111 .cp-industry-needs h2 > span:last-child,
.page-id-111 .cp-industry-work h2 > span:last-child,
.page-id-111 .cp-industry-faqs h2 > span:last-child{color:#00ccff !important;}
.page-id-111 .cp-industry-angle.cp-section-light h2 > span:first-child,
.page-id-111 .cp-subindustry-section.cp-section-light h2 > span:first-child,
.page-id-111 .cp-industry-services.cp-section-light h2 > span:first-child{color:#0b0d0e !important;}
.page-id-111 .cp-industry-angle.cp-section-light h2 > span:last-child,
.page-id-111 .cp-subindustry-section.cp-section-light h2 > span:last-child,
.page-id-111 .cp-industry-services.cp-section-light h2 > span:last-child{color:#00ccff !important;}
.page-id-111 .cp-section-light p,
.page-id-111 .cp-section-light small{color:#465156 !important;}
.page-id-111 .cp-section-light strong{color:#0b0d0e;}
.page-id-111 .cp-section-light .cp-industry-angle-points > div > span,
.page-id-111 .cp-section-light .cp-subindustry-item span,
.page-id-111 .cp-section-light .cp-service-related-links b{color:#00ccff !important;}
.page-id-111 .cp-web-design-enquiry .cp-wrap-enquiry > span:first-child{color:#fff !important;}
.page-id-111 .cp-web-design-enquiry .cp-wrap-enquiry > span:last-child{color:#00ccff !important;}

.page-id-119{
  --cp-industry-accent:#00ccff;
  --cp-industry-light-ink:#0b0d0e;
  --cp-industry-light-copy:#465156;
}
.page-id-119 .cp-industry-angle.cp-section-light{background:var(--cp-light);color:var(--cp-industry-light-ink);}
.page-id-119 .cp-subindustry-section.cp-section-light{background:var(--cp-light-soft);color:var(--cp-industry-light-ink);}
.page-id-119 .cp-industry-services.cp-section-light{background:var(--cp-light);color:var(--cp-industry-light-ink);}
.page-id-119 .cp-industry-needs,
.page-id-119 .cp-industry-work,
.page-id-119 .cp-industry-faqs,
.page-id-119 .cp-web-design-enquiry{background:#0b0d0e;}
.page-id-119 .cp-kicker,
.page-id-119 .cp-section-light .cp-kicker{color:#00ccff !important;}
.page-id-119 .cp-industry-needs h2 > span:first-child,
.page-id-119 .cp-industry-work h2 > span:first-child,
.page-id-119 .cp-industry-faqs h2 > span:first-child{color:#fff !important;}
.page-id-119 .cp-industry-needs h2 > span:last-child,
.page-id-119 .cp-industry-work h2 > span:last-child,
.page-id-119 .cp-industry-faqs h2 > span:last-child{color:#00ccff !important;}
.page-id-119 .cp-industry-angle.cp-section-light h2 > span:first-child,
.page-id-119 .cp-subindustry-section.cp-section-light h2 > span:first-child,
.page-id-119 .cp-industry-services.cp-section-light h2 > span:first-child{color:#0b0d0e !important;}
.page-id-119 .cp-industry-angle.cp-section-light h2 > span:last-child,
.page-id-119 .cp-subindustry-section.cp-section-light h2 > span:last-child,
.page-id-119 .cp-industry-services.cp-section-light h2 > span:last-child{color:#00ccff !important;}
.page-id-119 .cp-section-light p,
.page-id-119 .cp-section-light small{color:#465156 !important;}
.page-id-119 .cp-section-light strong{color:#0b0d0e;}
.page-id-119 .cp-section-light .cp-industry-angle-points > div > span,
.page-id-119 .cp-section-light .cp-subindustry-item span,
.page-id-119 .cp-section-light .cp-service-related-links b{color:#00ccff !important;}
.page-id-119 .cp-web-design-enquiry .cp-wrap-enquiry > span:first-child{color:#fff !important;}
.page-id-119 .cp-web-design-enquiry .cp-wrap-enquiry > span:last-child{color:#00ccff !important;}

.page-id-121{
  --cp-industry-accent:#00ccff;
  --cp-industry-light-ink:#0b0d0e;
  --cp-industry-light-copy:#465156;
}
.page-id-121 .cp-industry-angle.cp-section-light{background:var(--cp-light);color:var(--cp-industry-light-ink);}
.page-id-121 .cp-subindustry-section.cp-section-light{background:var(--cp-light-soft);color:var(--cp-industry-light-ink);}
.page-id-121 .cp-industry-services.cp-section-light{background:var(--cp-light);color:var(--cp-industry-light-ink);}
.page-id-121 .cp-industry-needs,
.page-id-121 .cp-industry-work,
.page-id-121 .cp-industry-faqs,
.page-id-121 .cp-web-design-enquiry{background:#0b0d0e;}
.page-id-121 .cp-kicker,
.page-id-121 .cp-section-light .cp-kicker{color:#00ccff !important;}
.page-id-121 .cp-industry-needs h2 > span:first-child,
.page-id-121 .cp-industry-work h2 > span:first-child,
.page-id-121 .cp-industry-faqs h2 > span:first-child{color:#fff !important;}
.page-id-121 .cp-industry-needs h2 > span:last-child,
.page-id-121 .cp-industry-work h2 > span:last-child,
.page-id-121 .cp-industry-faqs h2 > span:last-child{color:#00ccff !important;}
.page-id-121 .cp-industry-angle.cp-section-light h2 > span:first-child,
.page-id-121 .cp-subindustry-section.cp-section-light h2 > span:first-child,
.page-id-121 .cp-industry-services.cp-section-light h2 > span:first-child{color:#0b0d0e !important;}
.page-id-121 .cp-industry-angle.cp-section-light h2 > span:last-child,
.page-id-121 .cp-subindustry-section.cp-section-light h2 > span:last-child,
.page-id-121 .cp-industry-services.cp-section-light h2 > span:last-child{color:#00ccff !important;}
.page-id-121 .cp-section-light p,
.page-id-121 .cp-section-light small{color:#465156 !important;}
.page-id-121 .cp-section-light strong{color:#0b0d0e;}
.page-id-121 .cp-section-light .cp-industry-angle-points > div > span,
.page-id-121 .cp-section-light .cp-subindustry-item span,
.page-id-121 .cp-section-light .cp-service-related-links b{color:#00ccff !important;}
.page-id-121 .cp-web-design-enquiry .cp-wrap-enquiry > span:first-child{color:#fff !important;}
.page-id-121 .cp-web-design-enquiry .cp-wrap-enquiry > span:last-child{color:#00ccff !important;}

/* v3.75 remaining industry reviews */
.cp-bulk-review-head{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);
  gap:48px;align-items:end;margin-bottom:52px;
}
.cp-bulk-review-head h2{margin-top:14px;font-size:clamp(40px,4.4vw,68px);line-height:.94;}
.cp-bulk-review-head h2 span{display:block;}
.cp-bulk-review-head h2 span:first-child{color:#fff !important;}
.cp-bulk-review-head h2 span:last-child{color:#00ccff !important;}
.cp-bulk-review-head>p{margin:0 0 7px;color:#7f8c92;line-height:1.7;}
.cp-bulk-review-grid{display:grid;border-top:1px solid rgba(255,255,255,.09);border-left:1px solid rgba(255,255,255,.09);}
.cp-bulk-review-grid-two{grid-template-columns:repeat(2,minmax(0,1fr));}
.cp-bulk-review-grid blockquote{margin:0;padding:34px 30px;min-height:310px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09);}
.cp-bulk-review-grid blockquote p,.cp-bulk-review-split blockquote p{margin:0;color:#f1f4f5;font-family:'Inter Tight',sans-serif;font-size:clamp(28px,3vw,44px);font-weight:600;letter-spacing:-.03em;line-height:1.07;}
.cp-bulk-review-grid footer,.cp-bulk-review-split blockquote footer{margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);}
.cp-bulk-review-grid footer strong,.cp-bulk-review-grid footer span,.cp-bulk-review-split footer strong,.cp-bulk-review-split footer span{display:block;}
.cp-bulk-review-grid footer strong,.cp-bulk-review-split footer strong{color:#fff;font-size:12px;}
.cp-bulk-review-grid footer span,.cp-bulk-review-split footer span{margin-top:4px;color:#78858a;font-size:11px;}
.cp-bulk-review-split{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:clamp(48px,7vw,110px);align-items:start;}
.cp-bulk-review-split>div{padding-right:clamp(24px,3vw,52px);border-right:1px solid rgba(255,255,255,.09);}
.cp-bulk-review-split h2{margin-top:14px;font-size:clamp(40px,4vw,62px);line-height:.95;}
.cp-bulk-review-split h2 span{display:block;}
.cp-bulk-review-split h2 span:first-child{color:#fff !important;}
.cp-bulk-review-split h2 span:last-child{color:#00ccff !important;}
.cp-bulk-review-split>div>p{margin-top:22px;color:#7f8c92;line-height:1.7;}
.cp-bulk-review-split blockquote{margin:0;padding:0;}

.page-id-109 .cp-industry-review-ecommerce,
.page-id-119 .cp-industry-review-property{padding-top:clamp(100px,8vw,145px);padding-bottom:clamp(100px,8vw,145px);background:#111416;}
.page-id-111 .cp-industry-review-waste,
.page-id-121 .cp-industry-review-health{padding-top:clamp(100px,8vw,145px);padding-bottom:clamp(100px,8vw,145px);background:#15191b;}

@media(max-width:800px){
  .cp-bulk-review-head,.cp-bulk-review-grid-two,.cp-bulk-review-split{grid-template-columns:1fr;}
  .cp-bulk-review-split>div{padding-right:0;padding-bottom:28px;border-right:0;border-bottom:1px solid rgba(255,255,255,.09);}
  .cp-bulk-review-grid blockquote{min-height:0;}
}


/* ==========================================================
   v3.78 — Case studies
   ========================================================== */

.cp-case-hero{
  padding-bottom:clamp(64px,7vw,110px);
}

.cp-case-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr);
}

.cp-case-hero h1{
  max-width:1100px;
  margin-top:16px;
  font-size:clamp(56px,8vw,126px);
  letter-spacing:-.055em;
  line-height:.86;
}

.cp-case-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:28px 0 0;
}

.cp-case-meta span{
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.12);
  color:#9ca7ab;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
}

.cp-case-visual{
  background:#0b0d0e;
  padding:0 0 clamp(84px,8vw,140px);
}

.cp-case-visual-frame{
  overflow:hidden;
  background:#161a1c;
  border:1px solid rgba(255,255,255,.08);
}

.cp-case-visual-frame img{
  display:block;
  width:100%;
  height:auto;
}

.cp-case-overview{
  background:var(--cp-light);
  color:#0b0d0e;
}

.cp-case-overview-grid{
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
  gap:clamp(48px,7vw,110px);
}

.cp-case-overview h2 span{
  display:block;
}
.cp-case-overview h2 span:first-child{color:#0b0d0e !important;}
.cp-case-overview h2 span:last-child{color:#00ccff !important;}

.cp-case-body{
  color:#465156;
  font-size:clamp(18px,1.5vw,22px);
  line-height:1.7;
}

.cp-case-body p + p{
  margin-top:22px;
}

.cp-case-breakdown{
  background:#0b0d0e;
}

.cp-case-breakdown-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.09);
  border-left:1px solid rgba(255,255,255,.09);
}

.cp-case-breakdown article{
  min-height:390px;
  padding:34px 30px;
  border-right:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09);
}

.cp-case-breakdown article > span{
  display:block;
  margin-bottom:42px;
  color:#00ccff;
  font-size:11px;
  font-weight:700;
}

.cp-case-breakdown h2{
  margin:16px 0 20px;
  color:#fff;
  font-size:clamp(31px,3vw,48px);
  line-height:.97;
}

.cp-case-breakdown p{
  color:#7f8b90;
  line-height:1.7;
}

.cp-case-next{
  background:var(--cp-light-soft);
  color:#0b0d0e;
}

.cp-case-next h2 span{
  display:block;
}
.cp-case-next h2 span:first-child{color:#0b0d0e !important;}
.cp-case-next h2 span:last-child{color:#00ccff !important;}
.cp-case-next p{color:#465156;}
.cp-case-next .cp-text-link{margin-left:18px;}

.cp-work-archive-hero h1 span{
  display:block;
}
.cp-work-archive-hero h1 span:first-child{color:#fff;}
.cp-work-archive-hero h1 span:last-child{color:#00ccff;}

.cp-work-archive{
  background:var(--cp-light);
}

.cp-work-archive-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}

.cp-work-archive-card{
  background:#fff;
  border:1px solid rgba(11,13,14,.1);
}

.cp-work-archive-image{
  display:block;
  overflow:hidden;
  background:#dfe3e3;
}

.cp-work-archive-image img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  transition:transform .5s ease;
}

.cp-work-archive-card:hover .cp-work-archive-image img{
  transform:scale(1.025);
}

.cp-work-archive-copy{
  padding:28px;
}

.cp-work-archive-copy h2{
  margin:10px 0 14px;
  font-size:clamp(30px,3vw,46px);
}

.cp-work-archive-copy h2 a{
  color:#0b0d0e;
  text-decoration:none;
}

.cp-work-archive-copy p{
  color:#465156;
  line-height:1.65;
}

@media(max-width:800px){
  .cp-case-overview-grid,
  .cp-case-breakdown-grid,
  .cp-work-archive-grid{
    grid-template-columns:1fr;
  }

  .cp-case-breakdown article{
    min-height:0;
  }

  .cp-case-next .cp-text-link{
    display:block;
    margin:18px 0 0;
  }
}
