:root{
  --green:#031d0f;
  --green2:#062817;
  --green3:#0b321e;
  --copper:#ef6b22;
  --orange:#ff8a2a;
  --cream:#f8f1e6;
  --muted:#d3d5ce;
  --line:rgba(239,107,34,.7);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--green);color:var(--cream);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(3,29,15,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{min-height:76px;display:flex;align-items:center;gap:28px}
.brand-link{display:block;width:225px;flex:0 0 auto}
.brand-link img{width:100%;height:60px;object-fit:contain;object-position:left center}
.desktop-nav{margin-left:auto;display:flex;gap:28px;align-items:center}
.desktop-nav a,.footer-top nav a{text-decoration:none;font-size:.95rem}
.desktop-nav a:hover,.desktop-nav a:focus-visible,.footer-top nav a:hover,.footer-top nav a:focus-visible{color:var(--orange)}
.header-call,.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,var(--orange),var(--copper));color:white;text-decoration:none;font-weight:800;border-radius:8px;box-shadow:0 10px 28px rgba(239,107,34,.18)}
.header-call{padding:13px 20px;white-space:nowrap}
.hero{position:relative;min-height:650px;display:flex;align-items:center;overflow:hidden;background-image:linear-gradient(90deg,rgba(2,23,12,.98) 0%,rgba(2,23,12,.88) 38%,rgba(2,23,12,.25) 72%,rgba(2,23,12,.18) 100%),url('assets/hero-landscape.webp');background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 18% 55%,rgba(7,52,29,.25),transparent 35%);pointer-events:none}
.hero-content{position:relative;z-index:2;padding:70px 0 88px;max-width:1180px}
.hero-content>*{max-width:690px}
.eyebrow{margin:0 0 10px;color:var(--orange);font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;font-weight:800}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.05;margin-top:0}
h1{font-size:clamp(2.7rem,4.8vw,4.25rem);margin-bottom:20px;text-shadow:0 3px 16px rgba(0,0,0,.3)}
h1 span{color:var(--orange)}
h2{font-size:clamp(2.4rem,4.6vw,4rem);margin-bottom:0}
h3{font-size:1.35rem;margin:0}
.hero-intro{font-size:clamp(1.05rem,1.8vw,1.3rem);color:#f2f0e8;margin:0 0 26px;max-width:650px}
.trust-row{display:grid;grid-template-columns:repeat(4,minmax(125px,1fr));gap:20px;margin:28px 0 30px;max-width:760px}
.trust-item{display:flex;gap:10px;align-items:flex-start;font-size:.88rem;line-height:1.35;color:white}.trust-icon{color:var(--orange);font-size:1.5rem;line-height:1}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px}.primary-button,.secondary-button{padding:15px 24px;font-size:1.05rem}.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:2px solid rgba(255,255,255,.9);border-radius:8px;text-decoration:none;font-weight:800;background:rgba(2,23,12,.55)}
.primary-button:hover,.secondary-button:hover,.header-call:hover{transform:translateY(-1px)}
.hero-note{position:absolute;right:5vw;bottom:34px;z-index:3;color:white;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:1.25rem;line-height:1.3;text-align:center;transform:rotate(-7deg);padding:18px 28px;background:rgba(3,29,15,.82);border-bottom:3px solid var(--orange);box-shadow:0 12px 30px rgba(0,0,0,.22)}
.services{padding:70px 0 78px;background:linear-gradient(180deg,#082817,#031d0f)}
.section-heading{display:flex;align-items:flex-end;gap:22px;margin-bottom:28px}.section-heading h2{white-space:nowrap}.section-heading p{margin:0 0 8px;color:var(--orange);text-transform:uppercase;font-weight:800;letter-spacing:.1em;font-size:.72rem;white-space:nowrap;flex:1}.section-heading p:before{content:'';display:inline-block;width:48px;height:2px;background:var(--orange);margin:0 14px 4px 0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;overflow:hidden;border-radius:7px;border:1px solid rgba(239,107,34,.65);background:#061f12;min-height:245px}.service-card img{width:100%;height:245px;object-fit:cover;transition:transform .35s ease}.service-card:hover img{transform:scale(1.035)}.service-label{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:18px;background:linear-gradient(90deg,rgba(3,29,15,.97),rgba(3,29,15,.72));border-top:1px solid rgba(255,255,255,.12)}.service-label span{font-size:2rem;line-height:1}.service-card-wide{grid-column:2/3}.image-note{font-size:.78rem;color:#9ea99f;margin:16px 0 0}
.about{padding:78px 0;background:#062817;border-top:1px solid rgba(255,255,255,.04)}.about-grid{display:grid;grid-template-columns:60% 40%;gap:66px;align-items:center}.section-heading.compact{display:block;margin-bottom:16px}.section-heading.compact p{margin:12px 0 0}.section-heading.compact p:before{margin-left:0}.about-copy>p{color:var(--muted);font-size:1.03rem}.about-copy .no-job{color:white;font-size:1.15rem}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.benefit{display:flex;gap:14px;align-items:center}.benefit span{width:58px;height:58px;border:2px solid var(--copper);border-radius:50%;display:grid;place-items:center;color:var(--orange);font-size:1.6rem;flex:0 0 58px}.benefit p{margin:0;color:#f1eee6;line-height:1.3}
.area-banner{min-height:215px;display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(3,29,15,.35),rgba(3,29,15,.55)),url('assets/services/walls.webp');background-size:cover;background-position:center 56%;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.area-banner .wrap{display:flex;justify-content:flex-end}.area-banner p{font-family:Georgia,'Times New Roman',serif;font-style:italic;text-align:right;font-size:1.5rem;line-height:1.35;margin:0;padding:18px 24px;background:rgba(3,29,15,.66);border-bottom:3px solid var(--orange)}
.contact{padding:54px 0 66px;background:#031d0f}.section-heading.centered{display:block;text-align:center;margin-bottom:28px}.section-heading.centered p{color:var(--muted);text-transform:none;letter-spacing:0;font-weight:400;font-size:1rem;margin:10px auto 0;max-width:760px}.section-heading.centered p:before{display:none}.contact-actions{display:flex;justify-content:center;gap:22px;flex-wrap:wrap}.large{min-width:320px;font-size:1.18rem;padding:18px 28px}.secondary-button.email{max-width:460px;overflow-wrap:anywhere}
footer{border-top:2px solid var(--copper);background:#031a0e;padding:26px 0 18px}.footer-top{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:center}.footer-brand{display:flex;flex-direction:column;color:var(--orange)}.footer-brand strong{font-family:Georgia,'Times New Roman',serif;font-size:1.45rem;letter-spacing:.04em}.footer-brand span{font-size:.68rem;letter-spacing:.24em}.footer-top nav{display:flex;gap:18px}.footer-location{display:flex;justify-content:flex-end;gap:10px;align-items:center}.footer-location>span{color:var(--orange);font-size:1.8rem}.footer-location p{margin:0;font-size:.85rem}.footer-bottom{margin-top:20px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#abb4ac;font-size:.76rem}.footer-bottom p{margin:0}
@media(max-width:980px){.desktop-nav{display:none}.brand-link{width:190px}.hero{min-height:620px;background-position:62% center}.hero-content>*{max-width:620px}.hero-note{display:none}.trust-row{grid-template-columns:1fr 1fr;max-width:560px}.service-grid{grid-template-columns:1fr 1fr}.service-card-wide{grid-column:auto}.about-grid{grid-template-columns:1fr;gap:38px}.footer-top{grid-template-columns:1fr 1fr}.footer-top nav{display:none}.footer-location{justify-content:flex-end}}
@media(max-width:680px){.wrap{width:min(100% - 28px,1180px)}.site-header{position:static}.nav-wrap{min-height:70px;gap:12px}.brand-link{width:150px}.brand-link img{height:50px}.header-call{margin-left:auto;padding:11px 13px;font-size:.88rem}.hero{min-height:auto;background-position:66% center}.hero-content{padding:52px 0 60px}.hero-content>*{max-width:none}h1{font-size:clamp(2.15rem,9vw,3rem)}.hero-intro{font-size:1rem}.trust-row{grid-template-columns:1fr 1fr;gap:14px}.trust-item{font-size:.78rem}.hero-actions{display:grid;grid-template-columns:1fr}.primary-button,.secondary-button{width:100%;text-align:center}.services,.about{padding:56px 0}.section-heading{display:block}.section-heading h2{white-space:normal}.section-heading p{margin:12px 0 0;white-space:normal}.section-heading p:before{width:34px}.service-grid{grid-template-columns:1fr}.service-card{min-height:230px}.service-card img{height:230px}.benefits-grid{grid-template-columns:1fr}.area-banner{min-height:170px}.area-banner p{font-size:1.15rem}.large{min-width:0}.contact-actions{display:grid;grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:18px}.footer-location{justify-content:flex-start}.footer-bottom{flex-direction:column;gap:6px}}
@media(prefers-reduced-motion:no-preference){.primary-button,.secondary-button,.header-call{transition:transform .18s ease}.service-card img{transition:transform .35s ease}}

/* Larger horizontal header logo lockup */
.nav-wrap{min-height:112px;gap:30px}
.brand-link{width:390px;display:flex;align-items:center;gap:14px;text-decoration:none;flex:0 0 auto}
.brand-link .brand-emblem{width:104px;height:104px;object-fit:contain;flex:0 0 104px}
.brand-wordmark{display:flex;flex-direction:column;justify-content:center;min-width:0;color:var(--orange);line-height:1}
.brand-name{font-family:Georgia,'Times New Roman',serif;font-size:2.38rem;letter-spacing:.08em;font-weight:700;line-height:.92;text-shadow:0 1px 0 rgba(255,255,255,.12)}
.brand-landscapes{display:flex;align-items:center;gap:8px;margin-top:7px;font-size:1.02rem;font-weight:800;letter-spacing:.22em;white-space:nowrap}
.brand-landscapes i{display:block;width:30px;height:2px;background:var(--orange);flex:0 0 30px}
.brand-tagline{margin-top:7px;font-size:.60rem;font-weight:800;letter-spacing:.20em;white-space:nowrap}

@media(max-width:1120px){
  .nav-wrap{gap:20px}
  .brand-link{width:330px;gap:11px}
  .brand-link .brand-emblem{width:88px;height:88px;flex-basis:88px}
  .brand-name{font-size:1.95rem}
  .brand-landscapes{font-size:.84rem;letter-spacing:.18em;gap:6px}
  .brand-landscapes i{width:22px;flex-basis:22px}
  .brand-tagline{font-size:.51rem;letter-spacing:.16em}
  .desktop-nav{gap:20px}
  .header-call{padding:12px 16px}
}

@media(max-width:980px){
  .nav-wrap{min-height:96px}
  .brand-link{width:330px}
}

@media(max-width:680px){
  .nav-wrap{min-height:82px;gap:8px}
  .brand-link{width:215px;gap:7px}
  .brand-link .brand-emblem{width:62px;height:62px;flex-basis:62px}
  .brand-name{font-size:1.26rem;letter-spacing:.07em}
  .brand-landscapes{font-size:.56rem;letter-spacing:.12em;gap:4px;margin-top:4px}
  .brand-landscapes i{width:13px;flex-basis:13px;height:1px}
  .brand-tagline{font-size:.37rem;letter-spacing:.11em;margin-top:4px}
  .header-call{font-size:.78rem;padding:10px 11px;gap:6px}
}

@media(max-width:430px){
  .wrap.nav-wrap{width:min(100% - 18px,1180px)}
  .brand-link{width:188px}
  .brand-link .brand-emblem{width:54px;height:54px;flex-basis:54px}
  .brand-name{font-size:1.08rem}
  .brand-landscapes{font-size:.48rem;letter-spacing:.09em}
  .brand-landscapes i{width:10px;flex-basis:10px}
  .brand-tagline{font-size:.31rem;letter-spacing:.08em}
  .header-call{font-size:.72rem;padding:9px 9px}
}


/* Banner typography update to match approved visual */
.hero-content>*{max-width:760px}
.eyebrow{
  margin:0 0 18px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(2.55rem,4.7vw,4.35rem);
  line-height:1.02;
  letter-spacing:0;
  text-transform:none;
  font-weight:700;
  color:var(--cream);
  text-shadow:0 3px 16px rgba(0,0,0,.3);
}
.eyebrow-lead,.eyebrow-place{display:block}
.eyebrow-place{color:var(--orange)}
.hero h1{
  max-width:660px;
  margin:0 0 28px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:clamp(1rem,1.55vw,1.28rem);
  line-height:1.55;
  font-weight:400;
  color:#f2f0e8;
  text-shadow:none;
}
@media(max-width:680px){
  .eyebrow{font-size:clamp(2.1rem,10vw,3rem);margin-bottom:16px}
  .hero h1{font-size:.98rem;line-height:1.5;margin-bottom:24px}
}

/* Approved hero refinements only: sharper background, two-line heading, and icon row */
.hero{
  background-image:linear-gradient(90deg,rgba(2,23,12,.98) 0%,rgba(2,23,12,.88) 38%,rgba(2,23,12,.25) 72%,rgba(2,23,12,.18) 100%),url('assets/hero-landscape.webp');
}
.hero-content>*{max-width:880px}
.eyebrow{
  font-size:clamp(2.45rem,3.8vw,3.55rem);
  line-height:1.03;
  max-width:880px;
}
.eyebrow-lead,.eyebrow-place{display:block;white-space:nowrap}
.hero h1{max-width:720px}
.trust-row{
  max-width:880px;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px;
  align-items:start;
}
.trust-item{
  display:block;
  color:#fff;
  font-size:.82rem;
  line-height:1.25;
}
.trust-item strong{display:block;font-weight:400}
.trust-icon{
  display:block;
  width:38px;
  height:38px;
  margin:0 0 8px;
  color:var(--orange);
}
.trust-icon svg{
  display:block;
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:980px){
  .hero-content>*{max-width:760px}
  .eyebrow{font-size:clamp(2.25rem,4.8vw,3rem);max-width:760px}
  .trust-row{max-width:660px;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
}
@media(max-width:760px){
  .eyebrow-lead,.eyebrow-place{white-space:normal}
  .trust-row{grid-template-columns:1fr 1fr;max-width:560px}
}
@media(max-width:680px){
  .eyebrow{font-size:clamp(2rem,9vw,2.8rem)}
  .trust-row{gap:18px 16px}
  .trust-item{font-size:.78rem}
  .trust-icon{width:34px;height:34px;margin-bottom:7px}
}

/* Requested banner-only layout refinement: keep copy on the left and fade into the garden image */
@media(min-width:981px){
  .hero{
    background-image:
      linear-gradient(90deg,
        rgba(2,23,12,.99) 0%,
        rgba(2,23,12,.98) 32%,
        rgba(2,23,12,.94) 40%,
        rgba(2,23,12,.72) 48%,
        rgba(2,23,12,.34) 56%,
        rgba(2,23,12,.08) 64%,
        rgba(2,23,12,0) 72%),
      url('assets/hero-landscape.webp');
    background-position:center center;
  }
  .hero-overlay{
    background:linear-gradient(90deg,rgba(7,52,29,.18) 0%,rgba(7,52,29,.10) 42%,transparent 62%);
  }
  .hero-content{
    padding-top:62px;
    padding-bottom:76px;
  }
  .hero-content>*{
    max-width:590px;
  }
  .eyebrow{
    max-width:590px;
    font-size:clamp(2.15rem,2.7vw,3rem);
    line-height:1.03;
  }
  .hero h1{
    max-width:560px;
    font-size:1rem;
    line-height:1.5;
    margin-bottom:24px;
  }
  .trust-row{
    max-width:600px;
    gap:18px;
    margin-top:24px;
    margin-bottom:26px;
  }
  .trust-item{
    font-size:.76rem;
    line-height:1.22;
  }
  .trust-icon{
    width:34px;
    height:34px;
    margin-bottom:7px;
  }
  .hero-actions{
    max-width:590px;
  }
}

@media(min-width:981px) and (max-width:1180px){
  .hero-content>*{max-width:540px}
  .eyebrow{max-width:540px;font-size:clamp(2rem,2.8vw,2.65rem)}
  .hero h1{max-width:520px;font-size:.95rem}
  .trust-row{max-width:550px;gap:14px}
  .trust-item{font-size:.72rem}
  .hero-actions{max-width:540px}
}

/* Requested banner-only height reduction */
@media(min-width:981px){
  .hero{min-height:560px}
  .hero-content{padding-top:42px;padding-bottom:50px}
}

/* Requested header alignment + banner image framing only */
@media(min-width:981px){
  .desktop-nav,
  .header-call{
    transform:translateY(-6px);
  }
  .hero{
    background-size:100% 100%, auto 100%;
    background-position:center center, right center;
    background-repeat:no-repeat;
  }
}

/* Requested refinements only: further zoom-out, sticky-nav anchor offset, lower banner */
#services,
#about,
#contact{
  scroll-margin-top:112px;
}

@media(min-width:981px){
  .hero{
    min-height:500px;
    background-size:100% 100%, contain;
    background-position:center center, right center;
    background-repeat:no-repeat;
  }
  .hero-content{
    padding-top:30px;
    padding-bottom:36px;
  }
}

/* Requested final banner framing + Home anchor correction only */
#home{
  scroll-margin-top:112px;
}

@media(min-width:981px){
  .hero{
    background-size:100% 100%, 76% auto;
    background-position:center center, right center;
    background-repeat:no-repeat;
  }
}

/* Requested only: further desktop hero zoom-out + mobile hero framing/alignment */
@media(min-width:981px){
  .hero{
    background-size:100% 100%, 62% auto;
    background-position:center center, right center;
    background-repeat:no-repeat;
  }
}

@media(max-width:680px){
  .hero{
    background-image:
      linear-gradient(180deg,
        rgba(2,23,12,.08) 0,
        rgba(2,23,12,.12) 150px,
        rgba(2,23,12,.82) 210px,
        rgba(2,23,12,.98) 275px,
        rgba(2,23,12,.99) 100%),
      url('assets/hero-landscape.webp');
    background-size:100% 100%, auto 230px;
    background-position:center center, 62% top;
    background-repeat:no-repeat;
  }
  .hero-content{
    padding-top:250px;
    padding-bottom:48px;
    text-align:left;
  }
  .hero-content>*{
    max-width:100%;
    margin-left:0;
    margin-right:0;
  }
  .eyebrow,
  .hero h1{
    text-align:left;
  }
  .trust-row{
    width:100%;
    max-width:none;
  }
}

/* Requested trust-row content alignment only */
.trust-item{text-align:center}
.trust-icon{margin-left:auto;margin-right:auto}

/* Requested logo wordmark alignment only */
.brand-wordmark{align-items:center;text-align:center}
.brand-name{align-self:center}

/* Desktop-only Vale of Glamorgan banner image refresh */
@media(min-width:681px){
  .area-banner{
    background-image:url('assets/area-banner-desktop.webp');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }
  .area-banner p{
    opacity:0;
  }
}

/* Requested desktop area-banner height adjustment only */
@media(min-width:681px){
  .area-banner{min-height:340px;}
}
