
:root{
  --bg:#0f1715;
  --panel:#16211e;
  --card:#f7f7f3;
  --paper:#ffffff;
  --ink:#17211e;
  --muted:#64716c;
  --accent:#1f7a55;
  --accent2:#2d9d70;
  --line:#dfe5e1;
  --warm:#f1efe7;
  --white:#ffffff;
  --shadow:0 18px 50px rgba(10,28,21,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.container{width:min(1160px,92%);margin:auto}
.topbar{background:#163126;color:#d9e4df;font-size:14px;padding:8px 0}
.topbar .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
header{position:sticky;top:0;z-index:20;background:rgba(11,18,15,.98);backdrop-filter:blur(10px);border-bottom:1px solid #26362f}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:24px}
.brand{font-weight:900;letter-spacing:-.5px;font-size:21px;display:flex;align-items:center}
.brand span{color:var(--accent)}
.brand-logo{height:54px;width:auto;display:block;object-fit:contain}
.menu{display:flex;align-items:center;gap:24px;font-size:15px;font-weight:650;color:#eef5f1}
.menu a:hover{color:#98d9bb}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 19px;border-radius:10px;font-weight:800;border:1px solid transparent;transition:.2s}
.btn-primary{background:var(--accent);color:white}
.btn-primary:hover{background:#176443;transform:translateY(-1px)}
.btn-dark{background:#17211e;color:white}
.btn-outline{border-color:#aebbb5;background:white}
.hero{background:linear-gradient(135deg,#0f1715 0%,#183128 60%,#1e4c3a 100%);color:white;padding:88px 0 78px;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(255,255,255,.05);right:-180px;top:-140px}
.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:56px;align-items:center;position:relative;z-index:1}
.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-weight:800;color:#98d9bb;font-size:13px}
h1{font-size:clamp(42px,6vw,72px);line-height:1.03;letter-spacing:-2.5px;margin:12px 0 22px}
.hero p{font-size:19px;color:#d9e4df;max-width:760px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:26px;box-shadow:0 25px 80px rgba(0,0,0,.18)}
.hero-card h3{margin-top:0;font-size:23px}
.checks{display:grid;gap:12px;margin-top:18px}
.check{display:flex;gap:10px;align-items:flex-start;color:#eef5f1}
.check b{color:#93d7b8}
.trust{padding:20px 0;border-bottom:1px solid var(--line);background:#fbfcfb}
.trust-row{display:flex;justify-content:center;gap:34px;flex-wrap:wrap;font-weight:750;color:#43514b}
section{padding:78px 0}
.section-head{max-width:760px;margin-bottom:34px}
.section-head h2{font-size:clamp(32px,4vw,48px);letter-spacing:-1.4px;line-height:1.08;margin:8px 0 14px}
.section-head p{color:var(--muted);font-size:18px}
.grid{display:grid;gap:20px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.card{border:1px solid var(--line);border-radius:16px;padding:25px;background:white;box-shadow:var(--shadow)}
.card h3{margin:10px 0 8px;font-size:21px}
.card p{color:var(--muted);margin:0}
.icon{width:44px;height:44px;border-radius:11px;background:#e7f4ed;display:grid;place-items:center;font-weight:900;color:var(--accent)}
.soft{background:var(--warm)}
.dark{background:var(--bg);color:white}
.dark .section-head p,.dark .card p{color:#c3d0ca}
.dark .card{background:#16211e;border-color:#26362f;box-shadow:none}
.process{counter-reset:step}
.step{position:relative;padding-top:14px}
.step:before{counter-increment:step;content:"0" counter(step);font-size:13px;font-weight:900;color:var(--accent)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.panel{background:#f4f7f5;border-radius:20px;padding:34px;border:1px solid var(--line)}
.list{display:grid;gap:11px;margin:18px 0}
.list div:before{content:"✓";color:var(--accent);font-weight:900;margin-right:9px}
.faq{border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line);padding:18px 0}
.faq summary{font-weight:800;cursor:pointer}
.cta{background:linear-gradient(135deg,#173229,#235d46);color:white;border-radius:24px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:28px}
.cta h2{margin:0;font-size:34px;letter-spacing:-1px}
footer{background:#0b120f;color:#c7d1cc;padding:54px 0 95px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}
footer h4{color:white;margin-top:0}
footer a{display:block;margin:8px 0;color:#c7d1cc}
footer a:hover{color:white}
.subhero{background:#11201b;color:white;padding:72px 0}
.subhero h1{font-size:52px;margin-bottom:16px}
.breadcrumbs{font-size:14px;color:#aabcb4;margin-bottom:18px}
.content h2{font-size:34px;letter-spacing:-1px}
.content h3{font-size:23px}
.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.quote-form .full{grid-column:1/-1}
input,select,textarea{width:100%;padding:14px 15px;border:1px solid #cfd8d3;border-radius:10px;font:inherit;background:white}
textarea{min-height:140px;resize:vertical}
label{font-size:14px;font-weight:800;display:block;margin-bottom:6px}
.notice{font-size:13px;color:var(--muted)}
.mobile-cta{display:none}
.badge{display:inline-block;background:#e8f5ee;color:#1d694a;border-radius:999px;padding:6px 10px;font-weight:800;font-size:12px}
@media(max-width:900px){
  .menu{display:none}
  .hero-grid,.split{grid-template-columns:1fr}
  .grid-3,.grid-4{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero{padding:64px 0}
}
@media(max-width:620px){
  .grid-3,.grid-4,.quote-form{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .quote-form .full{grid-column:auto}
  section{padding:58px 0}
  h1{font-size:44px}
  .subhero h1{font-size:40px}
  .cta{padding:28px;display:block}
  .cta .btn{margin-top:20px}
  .mobile-cta{display:grid;grid-template-columns:1fr 1fr 1fr;position:fixed;bottom:0;left:0;right:0;z-index:50;background:white;border-top:1px solid var(--line)}
  .mobile-cta a{padding:12px 5px;text-align:center;font-size:13px;font-weight:900}
}


/* Balcony netting page */
.service-hero-image{
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow);
  min-height:420px;
  position:relative;
}
.service-hero-image img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
}
.service-hero-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(9,18,14,.28),transparent 48%);
  pointer-events:none;
}
.netting-feature{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.gallery-item{
  appearance:none;
  border:0;
  padding:0;
  margin:0;
  width:100%;
  background:none;
  cursor:zoom-in;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(10,28,21,.10);
  position:relative;
}
.gallery-item img{
  width:100%;
  height:300px;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}
.gallery-item:hover img{transform:scale(1.025)}
.gallery-item:nth-child(1),
.gallery-item:nth-child(5),
.gallery-item:nth-child(8){grid-row:span 2}
.gallery-item:nth-child(1) img,
.gallery-item:nth-child(5) img,
.gallery-item:nth-child(8) img{height:616px}
.gallery-caption{
  position:absolute;
  left:0;right:0;bottom:0;
  color:white;
  padding:26px 16px 14px;
  text-align:left;
  font-size:13px;
  font-weight:800;
  background:linear-gradient(transparent,rgba(7,14,11,.72));
}
.lightbox{
  position:fixed;
  inset:0;
  z-index:100;
  background:rgba(4,9,7,.94);
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.lightbox.open{display:flex}
.lightbox img{
  max-width:min(1200px,94vw);
  max-height:88vh;
  border-radius:12px;
  box-shadow:0 20px 80px rgba(0,0,0,.45);
}
.lightbox-close{
  position:absolute;
  right:22px;
  top:18px;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.1);
  color:white;
  font-size:28px;
  cursor:pointer;
}
.photo-strip{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:18px;
  align-items:stretch;
}
.photo-strip img{
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:18px;
}
@media(max-width:900px){
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .netting-feature{grid-template-columns:1fr}
}
@media(max-width:620px){
  .gallery-grid{grid-template-columns:1fr}
  .gallery-item img,
  .gallery-item:nth-child(1) img,
  .gallery-item:nth-child(5) img,
  .gallery-item:nth-child(8) img{height:330px}
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(8){grid-row:auto}
  .photo-strip{grid-template-columns:1fr}
  .photo-strip img{height:300px}
  .service-hero-image,
  .service-hero-image img{min-height:320px}
}


/* Additional gallery / side layout styling */
.side-showcase{
  display:grid;
  grid-template-columns: .88fr 1.12fr;
  gap:22px;
  align-items:start;
}
.side-stack{
  display:grid;
  gap:18px;
  position:sticky;
  top:100px;
}
.side-stack img,
.feature-card img,
.before-after img{
  width:100%;
  display:block;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 12px 36px rgba(10,28,21,.10);
}
.side-stack img{height:250px}
.feature-card{
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:white;
  box-shadow:var(--shadow);
}
.feature-card .copy{padding:18px 20px 20px}
.feature-card .copy h3{margin:0 0 8px 0}
.masonry-two{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.masonry-two .feature-card img{height:260px}
.before-after{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.before-after .feature-card img{height:330px}
.before-label{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
  padding:7px 10px;
  border-radius:999px;
  background:#e8f5ee;
  color:#1d694a;
  margin-bottom:10px;
}
.service-list-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
@media(max-width:980px){
  .side-showcase{grid-template-columns:1fr}
  .side-stack{position:static;grid-template-columns:1fr 1fr}
  .service-list-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .side-stack,
  .masonry-two,
  .before-after,
  .service-list-cards{grid-template-columns:1fr}
}


/* Premium homepage + gallery */
.hero-premium{
  background:
    radial-gradient(circle at 12% 18%,rgba(45,157,112,.18),transparent 30%),
    linear-gradient(135deg,#0b120f 0%,#10231b 52%,#183f30 100%);
  color:white;
  padding:72px 0 66px;
  overflow:hidden;
}
.hero-premium-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:46px;
  align-items:center;
}
.hero-premium h1{
  font-size:clamp(44px,6.2vw,76px);
  line-height:.98;
  letter-spacing:-2.8px;
  margin:14px 0 22px;
}
.hero-premium p{
  color:#d6e2dc;
  font-size:19px;
  max-width:690px;
}
.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.hero-proof span{
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:800;
  color:#edf5f1;
}
.hero-collage{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  grid-template-rows:230px 230px;
  gap:14px;
  position:relative;
}
.hero-collage figure{
  margin:0;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  box-shadow:0 22px 60px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.12);
}
.hero-collage figure:first-child{grid-row:1/3}
.hero-collage img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.hero-collage figcaption{
  position:absolute;
  left:0;right:0;bottom:0;
  padding:34px 15px 13px;
  color:white;
  font-size:12px;
  font-weight:900;
  background:linear-gradient(transparent,rgba(5,10,8,.72));
}
.stats-strip{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}
.stat{
  padding:22px 24px;
  text-align:center;
  border-right:1px solid var(--line);
}
.stat:last-child{border-right:0}
.stat strong{
  display:block;
  font-size:19px;
  color:var(--ink);
}
.stat span{font-size:13px;color:var(--muted)}

.gallery-filter{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 28px;
}
.gallery-filter button{
  border:1px solid var(--line);
  background:white;
  padding:9px 13px;
  border-radius:999px;
  font-weight:800;
  cursor:pointer;
}
.gallery-filter button.active{
  background:var(--accent);
  color:white;
  border-color:var(--accent);
}
.project-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.project-tile{
  border-radius:18px;
  overflow:hidden;
  position:relative;
  min-height:310px;
  background:#111;
  box-shadow:var(--shadow);
  cursor:zoom-in;
}
.project-tile img{
  width:100%;
  height:100%;
  min-height:310px;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}
.project-tile:hover img{transform:scale(1.03)}
.project-tile .overlay{
  position:absolute;
  left:0;right:0;bottom:0;
  padding:48px 18px 16px;
  color:white;
  background:linear-gradient(transparent,rgba(5,10,8,.82));
}
.project-tile .overlay small{
  display:block;
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-weight:900;
  color:#a7dfc4;
  margin-bottom:5px;
}
.project-tile .overlay strong{
  display:block;
  font-size:19px;
}
.project-tile.tall{grid-row:span 2}
.project-tile.tall,
.project-tile.tall img{min-height:638px}

.result-band{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:white;
  box-shadow:var(--shadow);
}
.result-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
}
.result-photo{
  position:relative;
  min-height:380px;
}
.result-photo img{
  width:100%;
  height:100%;
  min-height:380px;
  object-fit:cover;
  display:block;
}
.result-label{
  position:absolute;
  left:16px;
  top:16px;
  background:rgba(11,18,15,.88);
  color:white;
  padding:7px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}
.gallery-intro-panel{
  background:linear-gradient(135deg,#eef6f1,#f7f7f3);
  border:1px solid var(--line);
  border-radius:22px;
  padding:30px;
}
.category-links{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.category-links a{
  border:1px solid var(--line);
  background:white;
  border-radius:14px;
  padding:18px;
  font-weight:850;
}
.category-links a:hover{
  border-color:#9ebcaf;
  transform:translateY(-1px);
}
@media(max-width:980px){
  .hero-premium-grid{grid-template-columns:1fr}
  .hero-collage{max-width:760px}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .project-gallery{grid-template-columns:1fr 1fr}
  .category-links{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .hero-premium{padding:54px 0 46px}
  .hero-collage{grid-template-columns:1fr;grid-template-rows:260px 180px 180px}
  .hero-collage figure:first-child{grid-row:auto}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stat{padding:17px 10px}
  .project-gallery{grid-template-columns:1fr}
  .project-tile.tall,
  .project-tile.tall img{min-height:360px}
  .result-grid{grid-template-columns:1fr}
  .result-photo,
  .result-photo img{min-height:300px}
  .category-links{grid-template-columns:1fr}
}
