:root{
  --grey:#484848;
  --orange:#F58220;
  --cream:#fff8f1;
  --light:#f6f6f6;
  --text:#242424;
  --muted:#666;
  --radius:24px;
  --shadow:0 20px 60px rgba(0,0,0,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.55;
}

img{max-width:100%;display:block}
a{color:inherit}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:14px clamp(18px,4vw,56px);
  background:rgba(255,255,255,.95);
  border-bottom:1px solid rgba(72,72,72,.12);
  backdrop-filter:blur(10px);
}

.brand img{height:58px;width:auto}
.nav{display:flex;gap:22px;font-weight:700;color:var(--grey)}
.nav a{text-decoration:none}
.nav a:hover{color:var(--orange)}

.hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
  padding:clamp(28px,6vw,80px) clamp(18px,4vw,56px);
  background:
    radial-gradient(circle at 10% 20%, rgba(245,130,32,.15), transparent 32%),
    linear-gradient(135deg,#fff,var(--cream));
}

.hero-copy{max-width:760px}

.eyebrow{
  margin:0 0 10px;
  color:var(--orange);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}

h1,h2,h3{line-height:1.1;color:var(--grey);margin:0}
h1{font-size:clamp(40px,7vw,82px);letter-spacing:-.045em}
h2{font-size:clamp(30px,5vw,56px);letter-spacing:-.035em}
h3{font-size:24px}

.lead{
  font-size:clamp(18px,2.4vw,24px);
  color:#444;
  margin:22px 0 28px;
}

.cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.cta-row.centre{justify-content:center}

.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:52px;
  padding:14px 22px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 12px 30px rgba(245,130,32,.3)}
.btn-secondary{background:var(--grey);color:#fff}
.btn-light{background:#fff;color:var(--grey)}

.trust-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  list-style:none;
  margin:28px 0 0;
  padding:0;
}

.trust-list li{
  border:1px solid rgba(72,72,72,.15);
  background:#fff;
  border-radius:999px;
  padding:8px 14px;
  font-weight:800;
  color:var(--grey);
}

.hero-image{
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  border:8px solid #fff;
  transform:rotate(1deg);
}

.hero-image img{
  width:100%;
  height:min(64vw,620px);
  object-fit:cover;
}

.section{
  padding:clamp(48px,7vw,90px) clamp(18px,4vw,56px);
}

.section-heading{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}

.section-heading p:not(.eyebrow){
  color:var(--muted);
  font-size:18px;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.service-card{
  background:#fff;
  border:1px solid rgba(72,72,72,.12);
  border-radius:var(--radius);
  padding:24px;
  text-align:center;
  box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  margin:0 auto 16px;
  border-radius:18px;
  background:var(--cream);
  color:var(--orange);
  font-size:34px;
  font-weight:900;
  border:2px solid rgba(245,130,32,.22);
}

.service-card p{color:var(--muted);margin-bottom:0}

.cta-band{
  margin:0 clamp(18px,4vw,56px);
  padding:clamp(26px,5vw,48px);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  border-radius:var(--radius);
  background:var(--grey);
  color:#fff;
}

.cta-band h2{color:#fff}
.cta-band p{margin-bottom:0;color:rgba(255,255,255,.82)}

.reviews{overflow:hidden;background:var(--light)}
.review-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:8px clamp(18px,4vw,56px) 18px;
  margin-inline:calc(clamp(18px,4vw,56px) * -1);
}

.review-card{
  min-width:min(86vw,390px);
  background:#fff;
  border-radius:var(--radius);
  padding:26px;
  box-shadow:0 8px 30px rgba(0,0,0,.06);
  scroll-snap-align:start;
}

.stars{color:var(--orange);font-weight:900;letter-spacing:.12em}

.work-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:center;
}

.work-copy{
  background:var(--grey);
  color:#fff;
  border-radius:var(--radius);
  padding:clamp(24px,4vw,46px);
}

.work-copy h3{color:#fff;font-size:clamp(28px,4vw,44px)}
.work-copy p{color:rgba(255,255,255,.86)}

.photo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.photo-grid img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:20px;
}

.photo-grid img:first-child{
  grid-column:1 / -1;
  height:340px;
}

.humour{
  margin:0 clamp(18px,4vw,56px);
  padding:clamp(34px,6vw,70px);
  text-align:center;
  background:linear-gradient(135deg,var(--orange),#ff9a3d);
  border-radius:var(--radius);
  color:#fff;
}

.humour h2{color:#fff}
.humour p{max-width:760px;margin:16px auto 0;font-size:20px}

.final-cta{text-align:center}
.final-cta p{max-width:720px;margin:16px auto 28px;color:var(--muted);font-size:18px}

.footer{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding:34px clamp(18px,4vw,56px);
  background:#2f2f2f;
  color:#fff;
}

.footer p{margin:.35rem 0 0;color:rgba(255,255,255,.7)}
.footer-links{display:flex;flex-wrap:wrap;gap:14px}
.footer-links a{color:#fff;text-decoration:none}

@media (max-width:900px){
  .nav{display:none}
  .hero,.work-layout{grid-template-columns:1fr}
  .hero-image{transform:none}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .cta-band{align-items:flex-start;flex-direction:column}
  .footer{flex-direction:column}
}

@media (max-width:560px){
  .brand img{height:48px}
  .service-grid{grid-template-columns:1fr}
  .btn{width:100%}
  .hero-image img{height:320px}
  .photo-grid{grid-template-columns:1fr}
  .photo-grid img,.photo-grid img:first-child{height:240px}
}
