:root{
  --green:#0E7A3B;
  --green-strong:#0a5d2d;
  --green-soft:#1DB954;
  --steel:#111111;
  --steel-2:#1d1d1d;
  --paper:#ffffff;
  --paper-2:#f5f7f6;
  --paper-3:#eef2ef;
  --text:#18201b;
  --text-soft:#526058;
  --line:#d8dfda;
  --line-strong:#c8d1cb;
  --shadow:0 14px 38px rgba(17,17,17,.08);
  --shadow-hover:0 22px 54px rgba(17,17,17,.14);
  --radius:24px;
  --radius-sm:16px;
  --max:1520px;
  --max-wide:1680px;
  --dark-panel:#111111;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right, rgba(29,185,84,.10), transparent 20%),
    radial-gradient(circle at left 20%, rgba(14,122,59,.05), transparent 28%),
    linear-gradient(180deg,#ffffff 0%, #f7faf8 38%, #ffffff 100%);
  line-height:1.65;
  min-width:320px;
}
img{display:block;max-width:100%;height:auto}
a{color:var(--green-strong);text-decoration:none}
a:hover{text-decoration:none}
p{margin:0 0 1rem}
h1,h2,h3,h4{margin:0 0 1rem;line-height:1.08;letter-spacing:-.02em;color:var(--steel)}
h1{font-size:clamp(2.1rem,3.2vw,3.75rem);max-width:none}
h2{font-size:clamp(1.8rem,2.4vw,2.7rem);max-width:none}
h3{font-size:clamp(1.2rem,1.9vw,1.45rem)}
ul{padding-left:1.2rem}
.container{width:min(calc(100% - 3rem),var(--max));margin-inline:auto}
.hero .container,.page-hero .container,.site-header .container,.site-footer .container{width:min(calc(100% - 3rem),var(--max-wide))}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:1rem;top:1rem;background:#fff;color:#000;padding:.8rem 1rem;z-index:9999;border-radius:10px;box-shadow:var(--shadow)}
:focus-visible{outline:3px solid var(--green-soft);outline-offset:3px}
.site-header{
  position:sticky;top:0;z-index:50;
  background:linear-gradient(180deg,var(--dark-panel),var(--dark-panel));
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.6rem 0}
.brand{width:min(148px,18vw);flex:0 0 auto}
.brand img{width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.22))}
.site-nav{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}
.site-nav a{padding:.8rem 1rem;border-radius:999px;font-weight:700;color:#f4f7f5}
.site-nav a.active,.site-nav a:hover,.site-nav a:focus{background:rgba(255,255,255,.10);color:#fff}
.button-nav{padding:.85rem 1.15rem !important;margin-left:.45rem}
.nav-toggle{display:none;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;padding:.85rem 1rem;border-radius:999px;font-weight:700}
 .hero{
  position:relative;overflow:hidden;padding:6.1rem 0 5.4rem;
  background:
    linear-gradient(135deg, rgba(14,122,59,.10), rgba(255,255,255,.92) 32%, rgba(245,247,246,.95) 100%);
}
.hero:before,
.page-hero:before{
  content:"";position:absolute;right:-120px;top:-120px;width:340px;height:340px;border-radius:36px;
  background:linear-gradient(145deg, rgba(29,185,84,.10), rgba(17,17,17,.02));transform:rotate(18deg);
}
.hero:after{
  content:"";position:absolute;left:-5%;right:-5%;bottom:-80px;height:150px;
  background:linear-gradient(90deg, transparent, rgba(14,122,59,.07), transparent);
  transform:skewY(-3deg);
}
.hero-grid,.two-col{display:grid;grid-template-columns:minmax(0,1.24fr) minmax(420px,.76fr);gap:4rem;align-items:center}
.kicker{
  display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.1rem;
  background:#edf7f0;color:var(--green-strong);border:1px solid #cde7d6;
  padding:.5rem .9rem;border-radius:999px;font-size:.83rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase
}
.lead{font-size:1.12rem;color:var(--text-soft);max-width:64ch}
.button-row{display:flex;flex-wrap:wrap;gap:.95rem;margin-top:1.75rem}
.button{
  display:inline-flex;align-items:center;justify-content:center;gap:.45rem;
  min-height:52px;padding:1rem 1.3rem;border-radius:16px;font-weight:800;
  border:1px solid transparent;transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease
}
.button:hover{transform:translateY(-1px);box-shadow:var(--shadow-hover)}
.button-solid{background:linear-gradient(135deg,var(--green),var(--green-soft));color:#fff;box-shadow:0 14px 32px rgba(14,122,59,.22)}
.button-outline{background:#fff;border-color:var(--line-strong);color:var(--steel)}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}
.stat,.card,.cta-box,.contact-panel,.faq-item,.breadcrumbs,.feature-panel,.logo-strip,.panel-image{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.stat{padding:1.4rem}
.stat strong{display:block;margin-bottom:.35rem;font-size:2rem;color:var(--steel)}
.stat span{color:var(--text-soft)}
.panel-image{overflow:hidden;position:relative}
.panel-image:after{content:"";position:absolute;inset:auto 0 0 0;height:38%;background:linear-gradient(180deg, transparent, rgba(17,17,17,.05))}
.panel-image img{width:100%;aspect-ratio:4/3;object-fit:cover}
.section{padding:5.8rem 0}
.section-alt{
  background:linear-gradient(180deg, rgba(14,122,59,.045), rgba(255,255,255,0) 88%);
}
.section-intro{max-width:68ch;color:var(--text-soft);margin-bottom:1.2rem}
.grid-2,.grid-3,.grid-4,.cards{display:grid;gap:1.6rem}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.cards{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{padding:1.6rem;height:100%;display:flex;flex-direction:column;gap:.45rem}
.card:hover,.contact-panel:hover,.logo-strip:hover,.panel-image:hover{box-shadow:var(--shadow-hover)}
.card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;margin-bottom:1rem;background:var(--paper-3)}
.card p,.muted{color:var(--text-soft)}
.card .button{margin-top:auto;align-self:flex-start}
.bullet-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1rem;list-style:none;padding:0;margin:1.3rem 0 0}
.bullet-list li{padding:.95rem 1rem;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#fff,#f7faf8);font-weight:700;color:var(--steel)}
.breadcrumbs{padding:.95rem 1rem;margin:1.5rem 0 2rem}
.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.65rem;list-style:none;padding:0;margin:0}
.breadcrumbs li{color:var(--text-soft)}
.breadcrumbs li+li:before{content:"/";margin-right:.65rem;color:#819086}
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}
.gallery-grid a{display:block;overflow:hidden;border-radius:18px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}
.gallery-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .35s ease}
.gallery-grid a:hover img{transform:scale(1.03)}
.cta-box{padding:2rem 2.1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,#fff 0%,#f0f7f2 100%)}
.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:1.5rem}
.contact-panel{padding:1.65rem}
.contact-side-panel{background:linear-gradient(180deg,#ffffff,#f4f8f5)}
.contact-direct-box{margin-top:1.4rem;padding:1.15rem;border-radius:18px;background:#fff;border:1px solid var(--line)}
label{display:block;font-weight:800;margin-bottom:.4rem;color:var(--steel)}
input,textarea,select{width:100%;padding:1rem 1rem;border:1px solid var(--line-strong);border-radius:14px;background:#fff;color:var(--steel);font:inherit}
input:focus,textarea:focus,select:focus{border-color:var(--green-soft);box-shadow:0 0 0 4px rgba(29,185,84,.12);outline:none}
textarea{min-height:170px;resize:vertical}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.notice{padding:1rem 1.15rem;border-radius:16px;margin:0 0 1rem}
.notice ul{margin:0;padding-left:1rem}
.notice-success{background:#edf8f0;border:1px solid #b9e2c5;color:#124f2b}
.notice-error{background:#fff2f2;border:1px solid #f0c3c3;color:#861c1c}
.bot-field{position:absolute;left:-9999px;opacity:0;pointer-events:none}
.site-footer{border-top:1px solid rgba(17,17,17,.08);padding:3.8rem 0 1.4rem;margin-top:3.5rem;background:linear-gradient(180deg,var(--dark-panel),var(--dark-panel));color:#e8eee9}
.site-footer h3,.site-footer a{color:#fff}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:1.5rem}
.footer-logo{max-width:220px;margin-bottom:1rem}
.footer-copy{color:#c5cec8}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:.65rem}
.footer-bottom{padding-top:1rem;margin-top:1.4rem;border-top:1px solid rgba(255,255,255,.08);color:#c5cec8}
.hero-badges{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.4rem 0}
.hero-badges span{padding:.72rem 1rem;background:#fff;border:1px solid var(--line);border-radius:999px;font-weight:700;color:var(--steel);box-shadow:var(--shadow)}
.page-hero{position:relative;overflow:hidden;padding:4.5rem 0 3rem;background:linear-gradient(180deg,rgba(14,122,59,.08),rgba(255,255,255,.97) 75%)}
.logo-strip{padding:1.35rem;background:#fff}
.logo-strip img{width:100%;height:auto;image-rendering:auto}
@media (max-width: 1280px){
  .cards{grid-template-columns:repeat(3,minmax(0,1fr))}
  .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 1080px){
  .hero-grid,.two-col,.contact-grid,.footer-grid,.gallery-grid,.grid-3,.grid-2{grid-template-columns:1fr 1fr}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid > :first-child{grid-column:1/-1}
}
@media (max-width: 760px){
  .nav-toggle{display:block}
  .site-header .container,.hero .container,.page-hero .container,.container{width:min(calc(100% - 1.25rem),var(--max))}
  .site-nav{display:none;position:absolute;left:.625rem;right:.625rem;top:76px;flex-direction:column;align-items:stretch;background:linear-gradient(180deg,#131814,#0f1310);border:1px solid rgba(255,255,255,.08);padding:.85rem;border-radius:22px;box-shadow:var(--shadow-hover)}
  .site-nav.open{display:flex}
  .site-nav a{color:#f3f6f4}
  .hero-grid,.two-col,.contact-grid,.footer-grid,.grid-4,.gallery-grid,.cards,.grid-3,.grid-2,.form-grid,.stats,.bullet-list{grid-template-columns:1fr}
  .hero{padding-top:4.5rem;padding-bottom:4.2rem}
  .page-hero{padding:3.7rem 0 2.3rem}
  .cta-box{flex-direction:column;align-items:flex-start}
  .brand{width:min(150px,42vw)}
  .header-inner{padding:.65rem 0}
  .card,.contact-panel,.cta-box,.stat{padding:1.25rem}
  .button{width:100%}
  .button-row{align-items:stretch}
}

.hero h1,.page-hero h1{max-width:15ch}
.section h2{margin-bottom:1.2rem}
.two-col > div > p:last-of-type{margin-bottom:0}
.card h3{margin-bottom:.4rem}
.card p{max-width:36ch}
.grid-2 .card p,.grid-3 .card p,.grid-4 .card p,.cards .card p{max-width:none}
.panel-image img,.gallery-grid img,.card img{object-position:center}
@media (min-width: 1200px){
  .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr)}
  .two-col{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)}
}


.page-hero .container,.hero .container{position:relative;z-index:1}
.hero h1,.page-hero h1{max-width:none}
.hero p,.page-hero p,.section p{max-width:none}
.card p{max-width:none}
.section .grid-2 > .card,.section .grid-3 > .card,.section .grid-4 > .card,.section .cards > .card{justify-content:flex-start}
.footer-grid,.contact-grid,.grid-2,.grid-3,.grid-4,.cards,.gallery-grid{align-items:start}
.gallery-grid img{aspect-ratio:1.15/1}
.logo-strip,.cta-box,.card,.panel-image,.contact-panel{border-radius:22px}
.section-alt{background:linear-gradient(180deg, rgba(14,122,59,.035), rgba(255,255,255,.9) 30%, rgba(255,255,255,0) 100%)}
@media (min-width: 1180px){
  .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .cards{grid-template-columns:repeat(4,minmax(0,1fr))}
  .hero-grid{grid-template-columns:minmax(0,1.28fr) minmax(420px,.72fr)}
  .two-col{grid-template-columns:minmax(0,1.08fr) minmax(460px,.92fr)}
  .contact-grid{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}
}
@media (min-width: 1440px){
  .container{width:min(calc(100% - 4rem),var(--max))}
  .hero .container,.page-hero .container,.site-header .container,.site-footer .container{width:min(calc(100% - 4rem),var(--max-wide))}
}
@media (max-width: 1080px){
  .hero-grid,.two-col,.contact-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .grid-3,.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 760px){
  body{line-height:1.6}
  .site-header .container,.hero .container,.page-hero .container,.site-footer .container,.container{width:min(calc(100% - 1.1rem),var(--max))}
  .site-nav{top:72px}
  .hero-grid,.two-col,.contact-grid,.footer-grid,.grid-4,.gallery-grid,.cards,.grid-3,.grid-2,.form-grid,.stats,.bullet-list{grid-template-columns:1fr}
  .hero h1,.page-hero h1{max-width:12ch}
  .brand{width:min(126px,34vw)}
  .section{padding:4.2rem 0}
}


.section h2,.page-hero h1,.hero h1,.contact-panel h2,.site-footer h3{position:relative}
.section h2:not(.plain-heading),.page-hero h1,.hero h1,.contact-panel h2{padding-bottom:.6rem}
.section h2:not(.plain-heading)::after,.page-hero h1::after,.hero h1::after,.contact-panel h2::after{
  content:"";position:absolute;left:0;bottom:0;width:88px;height:4px;border-radius:999px;
  background:linear-gradient(90deg,var(--green),var(--green-soft));box-shadow:0 8px 18px rgba(14,122,59,.2)
}
.page-hero h1::after,.hero h1::after{width:112px}
.trust-pills,.footer-locations,.locations-band{display:flex;flex-wrap:wrap;gap:.7rem}
.trust-pills{margin-top:1rem}
.trust-pills span,.footer-locations a,.locations-band a{
  display:inline-flex;align-items:center;justify-content:center;padding:.72rem .95rem;border-radius:999px;
  border:1px solid var(--line);background:#fff;color:var(--steel);font-weight:700;text-decoration:none
}
.footer-locations a{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1);color:#fff}
.locations-band{margin:0 0 1.5rem}
.locations-band a:hover,.footer-locations a:hover{transform:translateY(-1px)}
.compact-section{padding-top:0;padding-bottom:4.6rem}
.site-footer .button-solid{box-shadow:none}
.footer-bottom{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}
.footer-bottom a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.contact-panel .footer-locations a{background:#fff;color:var(--steel);border-color:var(--line)}
.site-header{box-shadow:0 12px 30px rgba(0,0,0,.12)}
.site-header::after{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--green),var(--green-soft),transparent)}
.card ul{padding-left:1.1rem;margin:.25rem 0 0}
.card ul li{margin-bottom:.45rem}
@media (max-width: 760px){
  .footer-bottom{flex-direction:column}
  .trust-pills span,.footer-locations a,.locations-band a{width:auto;max-width:100%}
}

.hero-industrial{background:linear-gradient(135deg,#eef5f0 0%,#ffffff 42%,#edf1ee 100%)}
.hero-grid-wide{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start}
.hero-project-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-template-rows:1fr 1fr;gap:1rem}
.hero-project-grid .tall{grid-row:1 / span 2;min-height:100%}
.hero-project-grid .project-feature img{height:100%;min-height:280px;object-fit:cover}
.trust-bar span{background:#111;color:#fff;border-color:#222;box-shadow:none}
.project-stack{display:grid;gap:1rem}
.gallery-grid-projects img{aspect-ratio:1.15/1;object-fit:cover}
.credentials-card{background:linear-gradient(180deg,#ffffff,#f3f8f4)}
.credentials-card p{margin-bottom:1rem}
@media (max-width:1080px){
  .hero-grid-wide{grid-template-columns:1fr}
}
@media (max-width:760px){
  .hero-project-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .hero-project-grid .tall{grid-row:auto}
}


/* Keep all conversion buttons visually consistent sitewide */
.button-call,
.mobile-call{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  min-height:52px;
  padding:1rem 1.3rem;
  border-radius:16px;
  font-weight:800;
  border:1px solid transparent;
  background:linear-gradient(135deg,var(--green),var(--green-soft));
  color:#fff;
  text-decoration:none;
  box-shadow:0 14px 32px rgba(14,122,59,.22);
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.button-call{
  margin-right:10px;
}
.button-call:hover,
.mobile-call:hover{
  transform:translateY(-1px);
  box-shadow:var(--shadow-hover);
}

/* mobile sticky call button */
.mobile-call{
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:9999;
}
@media (max-width:760px){
  .mobile-call{
    min-height:48px;
    padding:.9rem 1.15rem;
  }
}

/* Featured project image layouts */
.section-intro{max-width:760px;color:var(--text-soft);margin-bottom:1.35rem}
.feature-gallery{display:grid;grid-template-columns:1.25fr .85fr;grid-auto-rows:minmax(220px,auto);gap:1rem;align-items:stretch}
.feature-gallery .panel-image{height:100%}
.feature-gallery .panel-image img{height:100%;min-height:260px;aspect-ratio:auto;object-fit:cover}
.feature-gallery .feature-main{grid-row:1 / span 2}
.feature-gallery-railings .feature-main img{object-position:center}
.railings-home-feature{align-items:center}
.railings-home-feature .button{margin-top:1rem}
.compact-gallery .panel-image img{min-height:220px}
@media (max-width:900px){
  .feature-gallery{grid-template-columns:1fr 1fr}
  .feature-gallery .feature-main{grid-column:1 / -1;grid-row:auto}
}
@media (max-width:620px){
  .feature-gallery{grid-template-columns:1fr}
  .feature-gallery .panel-image img{min-height:240px}
}
