@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');
:root{--ink:#111713;--green:#223b2c;--green2:#314f3a;--sage:#dce4db;--cream:#f6f4ee;--gold:#b29b67;--white:#fff;--muted:#6a706c;--line:rgba(17,23,19,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}img{max-width:100%;display:block}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#101512;color:#dce4df;font-size:13px;padding:9px 0}.topbar .wrap{display:flex;justify-content:space-between;gap:20px}.topbar a{color:#fff;text-decoration:none}.header{position:sticky;top:0;z-index:50;background:#000;backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.12)}.nav{min-height:86px;display:flex;align-items:center;gap:28px}.brand img{width:145px;height:72px;object-fit:contain;background:#000}.menu{margin-left:auto;display:flex;align-items:center;gap:26px}.menu a{color:#fff;text-decoration:none;font-size:14px;font-weight:600}.menu a:hover{color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:700;font-size:14px;border:1px solid transparent;transition:.2s}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:#17291e;transform:translateY(-1px)}.btn-light{background:#fff;color:var(--ink)}.btn-outline{border-color:rgba(255,255,255,.45);color:#fff}.burger{display:none;margin-left:auto;background:none;border:0;font-size:28px;color:#fff;line-height:1;cursor:pointer}.hero{position:relative;min-height:720px;display:flex;align-items:flex-end;background:#111;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,17,12,.82) 0%,rgba(9,17,12,.5) 46%,rgba(9,17,12,.12) 75%),linear-gradient(0deg,rgba(9,17,12,.6),transparent 50%)}.hero-content{position:relative;z-index:2;color:#fff;padding:120px 0 86px;max-width:780px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:700;color:#d3c49e}.hero h1,.page-hero h1,.section-head h2,.split h2,.cta h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;line-height:1.04;margin:.3em 0}.hero h1{font-size:clamp(48px,7vw,88px)}.hero p{font-size:19px;max-width:650px;color:#eef2ee}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:22px 24px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item b{display:block;font-size:14px}.trust-item span{font-size:12px;color:var(--muted)}section{padding:92px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-head h2{font-size:clamp(38px,5vw,58px);max-width:700px}.section-head p{max-width:500px;color:var(--muted)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;min-height:380px;border-radius:22px;overflow:hidden;background:#111;color:#fff}.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s}.service-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,13,9,.9),rgba(7,13,9,.05) 70%)}.service-card .card-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}.service-card h3{font-family:'Playfair Display',Georgia,serif;font-size:28px;margin:0 0 8px}.service-card p{font-size:13px;color:#e4e8e5;margin:0 0 14px}.service-card a{color:#fff;font-weight:700;text-decoration:none}.service-card:hover img{transform:scale(1.045)}.band{background:var(--green);color:#fff}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.split h2{font-size:clamp(38px,5vw,58px)}.split p{color:#dce3de}.split img{width:100%;height:570px;object-fit:cover;border-radius:24px}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:32px}.stat{padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:14px}.stat strong{display:block;font-size:21px}.stat span{font-size:13px;color:#c9d4cc}.slider{position:relative;height:600px;overflow:hidden;border-radius:24px;background:#ddd}.slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.slider .after{clip-path:inset(0 50% 0 0)}.slider-handle{position:absolute;left:50%;top:0;bottom:0;width:3px;background:#fff;transform:translateX(-50%);z-index:3}.slider-knob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;font-size:22px;box-shadow:0 5px 22px rgba(0,0,0,.22)}.slider input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:5}.slider-label{position:absolute;z-index:4;top:20px;background:#111;color:#fff;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:700}.slider-label.before{left:20px}.slider-label.after{right:20px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:12px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:14px}.gallery .wide{grid-column:span 2}.gallery .tall{grid-row:span 2}.areas{background:#e8ece6}.area-cloud{display:flex;flex-wrap:wrap;gap:10px}.area-cloud span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 15px;font-weight:600;font-size:14px}.cta{background:#101512;color:#fff;border-radius:28px;padding:56px;margin:0 auto 90px;width:min(1180px,calc(100% - 40px));display:grid;grid-template-columns:1.4fr .6fr;align-items:center;gap:35px}.cta h2{font-size:clamp(36px,5vw,56px);margin:0}.cta p{color:#cdd5cf}.cta-actions{display:flex;flex-direction:column;gap:10px}.footer{background:#0b0f0c;color:#c8cfca;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:60px}.footer h4{color:#fff;margin-top:0}.footer a{color:#c8cfca;text-decoration:none}.footer .brandword{font-family:'Playfair Display',serif;color:#fff;font-size:28px;letter-spacing:.08em}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:22px;font-size:12px;color:#8d9690}.page-hero{background:var(--green);color:#fff;padding:100px 0 85px}.page-hero-grid{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:center}.page-hero h1{font-size:clamp(48px,7vw,78px)}.page-hero p{font-size:18px;color:#dce5df}.page-hero img{width:100%;height:460px;object-fit:cover;border-radius:22px}.service-body{display:grid;grid-template-columns:1fr 330px;gap:70px}.prose h2,.prose h3{font-family:'Playfair Display',Georgia,serif;font-weight:500}.prose h2{font-size:42px}.prose h3{font-size:28px;margin-top:40px}.prose p{color:#505751;font-size:17px}.ticklist{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:25px 0}.tick{background:#fff;border-radius:12px;padding:13px 15px;border:1px solid var(--line);font-weight:600;font-size:14px}.sidebox{position:sticky;top:112px;background:#fff;padding:28px;border-radius:20px;border:1px solid var(--line);height:max-content}.sidebox h3{font-family:'Playfair Display',serif;font-size:27px;margin-top:0}.sidebox a{display:block;margin-top:10px}.related{background:#e9ede7}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.related a{background:#fff;padding:20px;border-radius:15px;color:var(--ink);text-decoration:none;font-weight:700;border:1px solid var(--line)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.contact-card{background:#fff;border-radius:20px;padding:28px;border:1px solid var(--line)}form{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{font-size:13px;font-weight:700}input,textarea,select{width:100%;border:1px solid #ccd2cd;background:#fff;border-radius:10px;padding:13px;font:inherit;margin-top:6px}textarea{min-height:150px;resize:vertical}.full{grid-column:1/-1}button.btn{cursor:pointer}.note{font-size:12px;color:var(--muted)}
@media(max-width:900px){.topbar{display:none}.nav{min-height:74px}.brand img{width:118px;height:60px}.menu{display:none;position:absolute;left:0;right:0;top:74px;background:#000;padding:18px 20px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.12)}.menu.open{display:flex}.burger{display:block}.header .nav>.btn{display:none}.hero{min-height:640px}.hero-content{padding-bottom:60px}.trust-grid{grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:1fr 1fr}.split,.page-hero-grid,.service-body,.contact-grid{grid-template-columns:1fr;gap:35px}.split img,.page-hero img{height:430px}.gallery{grid-template-columns:1fr 1fr}.cta{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.sidebox{position:static}.service-body{gap:30px}}
@media(max-width:600px){.wrap{width:min(100% - 28px,1180px)}section{padding:68px 0}.hero{min-height:620px}.hero h1{font-size:48px}.hero p{font-size:16px}.services-grid{grid-template-columns:1fr}.service-card{min-height:330px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:17px 14px}.section-head{display:block}.split img,.page-hero img{height:340px}.slider{height:440px}.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery .wide{grid-column:span 2}.footer-grid{grid-template-columns:1fr}.cta{padding:34px 24px;width:calc(100% - 28px)}.page-hero{padding:72px 0 55px}.ticklist{grid-template-columns:1fr}form{grid-template-columns:1fr}.full{grid-column:auto}}

/* Expanded service page content */
.service-extra{margin-top:34px}.service-extra h2{margin-top:30px}.service-extra h3{margin-top:22px}.subservices{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0 34px}.subservice{padding:20px;border:1px solid #e0e5e1;border-radius:14px;background:#fff}.subservice h3{margin:0 0 8px;font-size:1.05rem}.faq{border-top:1px solid #e0e5e1;padding:17px 0}.faq h3{font-size:1.02rem;margin:0 0 7px}.areas-section,.all-services{padding:60px 0}.areas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.areas-grid h3{margin:0;padding:13px 15px;border:1px solid #e0e5e1;border-radius:10px;font-size:1rem;background:#fff}.service-links{display:flex;flex-wrap:wrap;gap:10px}.service-links a{padding:10px 13px;border:1px solid #d8ded9;border-radius:999px;background:#fff}.all-services{background:#f5f7f5}.service-body .prose{max-width:none}@media(max-width:800px){.subservices,.areas-grid{grid-template-columns:1fr}.areas-section,.all-services{padding:42px 0}}

/* Client service media */
.client-service-media{padding-top:10px}.client-service-media .section-head{margin-bottom:24px}.service-photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.service-photo-grid img{width:100%;height:480px;object-fit:cover;border-radius:22px}.client-service-media .slider{max-width:980px;margin:0 auto;height:580px}@media(max-width:800px){.service-photo-grid{grid-template-columns:1fr}.service-photo-grid img{height:360px}.client-service-media .slider{height:440px}}

/* Client requested before/after split imagery */
.service-card>.card-split-image{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}
.card-split-image .split-half{position:relative;overflow:hidden;height:100%}
.card-split-image img{position:absolute;inset:0;width:200%;max-width:none;height:100%;object-fit:cover;transition:.45s}
.card-split-image .split-before img{left:0}
.card-split-image .split-after img{left:-100%}
.card-split-image .mini-label{position:absolute;top:14px;z-index:2;background:rgba(10,15,12,.82);color:#fff;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.card-split-image .split-before .mini-label{left:14px}.card-split-image .split-after .mini-label{right:14px}
.service-card:hover .card-split-image img{transform:scale(1.045)}
.hero-split-image{display:grid;grid-template-columns:1fr 1fr;height:460px;border-radius:22px;overflow:hidden;background:#111}
.hero-split-image .hero-half{position:relative;overflow:hidden}
.hero-split-image img{width:100%;height:100%;object-fit:cover;border-radius:0}
.hero-split-label{position:absolute;top:16px;background:rgba(10,15,12,.82);color:#fff;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.hero-before .hero-split-label{left:16px}.hero-after .hero-split-label{right:16px}
@media(max-width:900px){.hero-split-image{height:430px}}
@media(max-width:600px){.hero-split-image{height:340px}.card-split-image .mini-label{top:10px}.card-split-image .split-before .mini-label{left:10px}.card-split-image .split-after .mini-label{right:10px}}

/* Framed before / after presentation requested by client */
.service-card:has(>.card-split-image){background:#111;min-height:410px}
.service-card:has(>.card-split-image):after{background:linear-gradient(0deg,rgba(7,13,9,.96) 0,rgba(7,13,9,.88) 33%,rgba(7,13,9,0) 52%);pointer-events:none}
.service-card>.card-split-image{
  position:absolute;
  top:10px;
  left:10px;
  right:10px;
  bottom:auto;
  height:245px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  padding:8px;
  background:#f4f0e6;
  border:2px solid #f4f0e6;
  overflow:hidden;
}
.card-split-image .split-half{
  position:relative;
  overflow:hidden;
  height:100%;
  padding-bottom:40px;
  background:#4a5053;
}
.card-split-image .split-after{background:#4b684d}
.card-split-image img,
.service-card:hover .card-split-image img{
  position:absolute;
  inset:0 0 40px 0;
  width:100%;
  max-width:none;
  height:calc(100% - 40px);
  object-fit:cover;
  transform:none;
  border:5px solid #f4f0e6;
  box-sizing:border-box;
}
.card-split-image .split-before img,
.card-split-image .split-after img{left:0}
.card-split-image .mini-label{
  position:absolute;
  left:0 !important;
  right:0 !important;
  top:auto;
  bottom:0;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:0;
  background:transparent;
  color:#fff;
  font-family:'Playfair Display',Georgia,serif;
  font-size:22px;
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
}
.card-split-image .mini-label:before,
.card-split-image .mini-label:after{
  content:'';
  width:24px;
  border-top:1px solid rgba(255,255,255,.9);
  border-bottom:1px solid rgba(255,255,255,.9);
  height:3px;
  margin:0 9px;
}
.service-card:has(>.card-split-image) .card-copy{bottom:20px}

.hero-split-image{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  height:460px;
  padding:10px;
  background:#f4f0e6;
  border:2px solid rgba(255,255,255,.75);
  border-radius:0;
  overflow:hidden;
}
.hero-split-image .hero-half{
  position:relative;
  overflow:hidden;
  padding-bottom:66px;
  background:#4a5053;
}
.hero-split-image .hero-after{background:#4b684d}
.hero-split-image img{
  position:absolute;
  inset:0 0 66px 0;
  width:100%;
  height:calc(100% - 66px);
  object-fit:cover;
  border:7px solid #f4f0e6;
  border-radius:0;
  box-sizing:border-box;
}
.hero-split-label{
  position:absolute;
  left:0 !important;
  right:0 !important;
  top:auto;
  bottom:0;
  height:66px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  color:#fff;
  border-radius:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:34px;
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
}
.hero-split-label:before,
.hero-split-label:after{
  content:'';
  width:42px;
  height:4px;
  border-top:1px solid rgba(255,255,255,.95);
  border-bottom:1px solid rgba(255,255,255,.95);
  margin:0 14px;
}

@media(max-width:900px){
  .hero-split-image{height:430px}
}
@media(max-width:600px){
  .service-card:has(>.card-split-image){min-height:390px}
  .service-card>.card-split-image{height:220px;top:8px;left:8px;right:8px;gap:6px;padding:6px}
  .card-split-image .split-half{padding-bottom:34px}
  .card-split-image img,.service-card:hover .card-split-image img{inset:0 0 34px 0;height:calc(100% - 34px);border-width:4px}
  .card-split-image .mini-label{height:34px;font-size:18px}
  .card-split-image .mini-label:before,.card-split-image .mini-label:after{width:16px;margin:0 6px}
  .hero-split-image{height:360px;gap:6px;padding:6px}
  .hero-split-image .hero-half{padding-bottom:50px}
  .hero-split-image img{inset:0 0 50px 0;height:calc(100% - 50px);border-width:5px}
  .hero-split-label{height:50px;font-size:24px}
  .hero-split-label:before,.hero-split-label:after{width:24px;margin:0 8px}
}

/* Neater full-card before / after treatment */
.service-card:has(>.card-split-image){min-height:430px;background:#f4f0e6}
.service-card:has(>.card-split-image):after{background:linear-gradient(0deg,rgba(7,13,9,.96) 0%,rgba(7,13,9,.82) 30%,rgba(7,13,9,.12) 52%,transparent 68%)}
.service-card>.card-split-image{
  top:0;left:0;right:0;height:100%;
  gap:5px;padding:7px;
  border:0;background:#f4f0e6;
}
.card-split-image .split-half{height:100%;padding-bottom:54px}
.card-split-image img,.service-card:hover .card-split-image img{
  inset:0 0 54px 0;height:calc(100% - 54px);width:100%;
  border:4px solid #f4f0e6;object-fit:cover;object-position:center;
}
.card-split-image .mini-label{height:54px;font-size:23px}
.card-split-image .mini-label:before,.card-split-image .mini-label:after{width:20px;margin:0 7px}
.service-card:has(>.card-split-image) .card-copy{
  left:18px;right:18px;bottom:66px;padding:14px 16px;
  border-radius:14px;background:rgba(7,13,9,.84);backdrop-filter:blur(5px)
}
.service-card:has(>.card-split-image) .card-copy h3{font-size:24px;margin-bottom:5px}
.service-card:has(>.card-split-image) .card-copy p{margin-bottom:8px;line-height:1.45}
@media(max-width:600px){
 .service-card:has(>.card-split-image){min-height:410px}
 .service-card>.card-split-image{top:0;left:0;right:0;height:100%;gap:4px;padding:5px}
 .card-split-image .split-half{padding-bottom:46px}
 .card-split-image img,.service-card:hover .card-split-image img{inset:0 0 46px 0;height:calc(100% - 46px);border-width:3px}
 .card-split-image .mini-label{height:46px;font-size:19px}
 .service-card:has(>.card-split-image) .card-copy{left:12px;right:12px;bottom:56px;padding:12px 13px}
}

/* Client tweak: keep split imagery clearly visible behind service copy */
.service-card:has(>.card-split-image):after{
  background:linear-gradient(0deg,rgba(7,13,9,.58) 0%,rgba(7,13,9,.34) 30%,rgba(7,13,9,.06) 52%,transparent 68%);
}
.service-card:has(>.card-split-image) .card-copy{
  background:rgba(7,13,9,.48);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
  box-shadow:0 4px 18px rgba(0,0,0,.12);
}

/* Vicarys updated brand identity */
:root{--brand-olive:#35382b;--green:#35382b;--green2:#454a39}
.header{background:var(--brand-olive)}
.brand img{width:190px;height:78px;object-fit:contain;background:var(--brand-olive)}
.page-hero,.band{background:var(--brand-olive)}
@media(max-width:900px){.brand img{width:155px;height:64px}.menu{background:var(--brand-olive)}}
/* Exact Vicarys logo colour match */
:root{--brand-olive:#3d3f32;--green:#3d3f32;--green2:#4b4e3e}
.topbar,.header,.menu{background:#3d3f32}
.brand img{background:#3d3f32}
.page-hero,.band{background:#3d3f32}
@media(max-width:900px){.menu{background:#3d3f32}}
/* Larger Vicarys header logo */
.brand img{width:245px;height:96px}
.nav{min-height:108px}
@media(max-width:900px){.brand img{width:190px;height:78px}.nav{min-height:88px}.menu{top:88px}}
@media(max-width:480px){.brand img{width:165px;height:70px}.nav{min-height:80px}.menu{top:80px}}

/* Vicarys full-width brand header/footer refresh */
.topbar,.header,.menu,.footer{background:#3d3f32}
.header{border-bottom:1px solid rgba(255,255,255,.16)}
.nav{min-height:150px;gap:30px}
.brand{display:flex;align-items:center;flex:0 0 430px;max-width:43vw}
.brand img{width:100%;height:132px;object-fit:contain;object-position:left center;background:#3d3f32}
.footer{padding-top:54px}
.footer:before{content:"";display:block;width:min(500px,calc(100% - 40px));height:145px;margin:0 auto 42px;background:url('/assets/images/vicarys-new-logo.jpg') center/contain no-repeat}
.footer .brandword{display:none}
.footer-bottom{border-top-color:rgba(255,255,255,.18)}
@media(max-width:900px){
 .nav{min-height:118px}
 .brand{flex-basis:300px;max-width:65vw}
 .brand img{height:102px}
 .menu{top:118px}
 .footer:before{height:120px;margin-bottom:34px}
}
@media(max-width:600px){
 .nav{min-height:100px;gap:12px}
 .brand{flex-basis:auto;width:255px;max-width:76vw}
 .brand img{height:86px}
 .menu{top:100px}
 .footer:before{width:calc(100% - 28px);height:105px;margin-bottom:28px}
}
