  :root{
    --graphite:#1c1e22;
    --graphite-soft:#2a2d33;
    --orange:#f2600c;
    --orange-deep:#c94a06;
    --paper:#faf9f6;
    --steel:#6b7280;
    --steel-light:#9ca3af;
    --tint:#fdeee2;
    --glass:#eaf3f5;
    --line:rgba(28,30,34,0.12);
    --line-light:rgba(250,249,246,0.18);
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Segoe UI', Arial, Helvetica, sans-serif;
    background:var(--paper);
    color:var(--graphite);
    line-height:1.5;
    overflow-x:hidden;
  }

  ::selection{background:var(--orange);color:#fff;}

  header{
    position:sticky; top:0; z-index:50;
    background:rgba(18,20,23,.82);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(255,255,255,.10);
  }

  nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 32px; max-width:1280px; margin:0 auto;
  }

  .logo-mark{width:38px;height:38px;filter:drop-shadow(0 5px 12px rgba(242,96,12,.18));}
  .logo-text .l1{font-size:20px;color:#fff;letter-spacing:.10em;}
  .logo-text .l2{font-size:8px;color:#aeb4bd;letter-spacing:.25em;}

  .nav-links{display:flex;gap:34px;font-size:13px;font-weight:600;letter-spacing:.04em;color:#e8eaed;}
  .nav-links a{position:relative;padding:7px 0;transition:color .25s;}
  .nav-links a:hover{color:#fff;}
  .nav-links a::after{
    content:"";position:absolute;left:0;bottom:0;width:0;height:1px;
    background:var(--orange);transition:width .25s;
  }
  .nav-links a:hover::after{width:100%;}

  .nav-call{
  display:flex;
  align-items:center;
  gap:9px;
  background:linear-gradient(135deg,#ff6b1a,#dc4e06);
  color:#fff;
  padding:11px 19px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  border-radius:3px;
  white-space:nowrap;
}
  .nav-call:hover{background:#ff6d1a;transform:translateY(-1px);box-shadow:0 14px 34px rgba(242,96,12,.28);}
  .nav-call svg{width:15px;height:15px;}
  .display{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:0.01em;
  }
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 32px;}

  /* dimension-line motif */
  .dim-line{
    display:flex; align-items:center; gap:10px;
    color:var(--steel); font-size:11px; letter-spacing:0.12em; text-transform:uppercase;
  }
  .dim-line::before, .dim-line::after{
    content:""; height:1px; background:var(--line); flex:1;
    background-image:linear-gradient(90deg, var(--line) 0 6px, transparent 6px 12px);
    background-size:12px 1px;
  }
  .dim-tick{position:relative;}
  .dim-tick::before{
    content:""; position:absolute; left:0; top:-6px; width:1px; height:12px; background:var(--line);
  }

  .logo{display:flex;align-items:center;gap:12px;}
  .logo-text{line-height:1.05;}
  .burger{display:none;}

  /* HERO — premium architectural presentation */
  .hero{
    position:relative;
    min-height:720px;
    padding:0;
    overflow:hidden;
    background:#111317;
    color:#fff;
    isolation:isolate;
  }
  .hero::before{
    content:"";
    position:absolute;inset:0;z-index:-2;
    background:
      linear-gradient(90deg,rgba(10,12,15,.94) 0%,rgba(10,12,15,.78) 38%,rgba(10,12,15,.20) 72%,rgba(10,12,15,.08) 100%),
      linear-gradient(0deg,rgba(10,12,15,.56),transparent 40%),
      url("../images/aluminiumska-stolarija.png") center center/cover no-repeat;
    transform:scale(1.015);
  }
  .hero::after{
    content:"";
    position:absolute;inset:0;z-index:-1;
    background:radial-gradient(circle at 72% 48%,rgba(242,96,12,.14),transparent 32%);
    pointer-events:none;
  }
  .hero .wrap{
    min-height:720px;
    display:flex;
    align-items:center;
    max-width:1280px;
    padding:90px 42px 70px;
  }
  .hero-copy{
    width:min(670px,100%);
    position:relative;
    z-index:2;
  }
  .eyebrow{
    display:inline-flex;align-items:center;gap:11px;
    font-size:11px;font-weight:800;letter-spacing:.20em;
    color:#ff9b61;margin-bottom:24px;text-transform:uppercase;
  }
  .eyebrow::before{content:"";width:34px;height:1px;background:var(--orange);}
  h1.display{
    font-size:clamp(46px,5.5vw,76px);
    line-height:.98;
    letter-spacing:-.045em;
    margin-bottom:26px;
    max-width:720px;
    text-shadow:0 8px 35px rgba(0,0,0,.28);
  }
  h1.display span{
    color:#fff;
    position:relative;
    display:inline-block;
  }
  h1.display span::after{
    content:"";
    position:absolute;left:0;bottom:-44px;width:78%;height:3px;
    background:var(--orange);
    box-shadow:0 0 22px rgba(242,96,12,.45);
  }
  .hero p.lead{
    font-size:16px;line-height:1.75;
    color:rgba(255,255,255,.76);
    max-width:590px;margin-bottom:34px;
  }
  .cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:42px;}
  .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    padding:15px 24px;font-size:13px;font-weight:800;letter-spacing:.05em;
    border-radius:3px;transition:all .25s;border:1px solid transparent;
  }
  .btn-primary{
    background:linear-gradient(135deg,#ff6b1a,#dc4e06);
    color:#fff;box-shadow:0 12px 34px rgba(242,96,12,.25);
  }
  .btn-primary:hover{background:#ff762c;transform:translateY(-2px);box-shadow:0 16px 40px rgba(242,96,12,.34);}
  .btn-ghost{
    border-color:rgba(255,255,255,.32);
    color:#fff;background:rgba(255,255,255,.05);
    backdrop-filter:blur(8px);
  }
  .btn-ghost:hover{background:#fff;color:#151619;border-color:#fff;transform:translateY(-2px);}
  .hero-stats{
    display:flex;gap:0;
    border-top:1px solid rgba(255,255,255,.16);
    padding-top:20px;max-width:620px;
  }
  .hero-stats div{padding:0 28px;border-right:1px solid rgba(255,255,255,.13);}
  .hero-stats div:first-child{padding-left:0;}
  .hero-stats div:last-child{border-right:0;}
  .hero-stats div .num{font-size:25px;font-weight:800;color:#fff;letter-spacing:-.02em;}
  .hero-stats div .lbl{font-size:9.5px;color:rgba(255,255,255,.55);letter-spacing:.11em;text-transform:uppercase;margin-top:3px;}
  .hero-art{display:none;}

  /* SERVICES */
  .services{padding:105px 0 85px; background:linear-gradient(135deg,#17191d 0%,#24272d 100%); color:var(--paper);position:relative;}
  .section-head{margin-bottom:50px; max-width:600px;}
  .section-head .dim-line{margin-bottom:16px;}
  .services .section-head .dim-line{color:var(--steel-light);}
  .services .section-head .dim-line::before, .services .section-head .dim-line::after{
    background-image:linear-gradient(90deg, var(--line-light) 0 6px, transparent 6px 12px);
  }
  .section-head h2{font-size:36px; letter-spacing:-0.01em; margin-bottom:14px;}
  .section-head p{color:var(--steel-light); font-size:15.5px; max-width:520px;}
.services-gallery{
  padding:130px 0 100px;
}   
  .svc-grid{
    display:grid;grid-template-columns:repeat(3,1fr);gap:1px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 30px 70px rgba(0,0,0,.18);
  }
  .svc-card{
    background:rgba(27,29,33,.92);padding:38px 30px;
    transition:all .3s;position:relative;min-height:250px;
  }
  .svc-card::before{
    content:"";position:absolute;left:0;top:0;width:0;height:2px;
    background:var(--orange);transition:width .3s;
  }
  .svc-card:hover{background:#2b2e34;transform:translateY(-3px);}
  .svc-card:hover::before{width:100%;}
  .svc-card .n{
    font-size:11px; color:var(--orange); font-weight:700; letter-spacing:0.1em; margin-bottom:18px; display:block;
  }
  .svc-icon{width:42px; height:42px; margin-bottom:18px;}
  .svc-icon svg{width:100%; height:100%;}
  .svc-card h3{font-size:17px; font-weight:700; margin-bottom:8px; letter-spacing:0.01em;}
  .svc-card p{font-size:13.5px; color:var(--steel-light); line-height:1.55;}

  /* BANNER STRIP */
  .banner{
    background:var(--orange); color:#fff; padding:44px 0;
  }
  .banner .wrap{display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;}
  .banner p{font-size:22px; font-weight:800; text-transform:uppercase; letter-spacing:0.01em; max-width:700px;}
  .banner .btn-ghost{border-color:#fff; color:#fff;}
  .banner .btn-ghost:hover{background:#fff; color:var(--orange);}

  /* GALLERY */
  .gallery{padding:105px 0;background:#f7f6f2;}
 .gal-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:40px 18px;
  margin-top:44px;
}

.gal-item{
  min-width:0;
}

.gal-item h3{
  font-size:15px;
  font-weight:700;
  color:var(--graphite);
  margin:0 0 12px;
  letter-spacing:0.01em;
}

.gal-slot{
  aspect-ratio:4/3;
  border:1px solid rgba(28,30,34,.10);
  border-radius:7px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 32px rgba(28,30,34,.06);
  transition:all .3s;
}

.gal-slot img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}

.gal-item:hover .gal-slot{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(28,30,34,.13);
}

.gal-item:hover .gal-slot img{
  transform:scale(1.03);
}

.gal-slot img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.gal-slot:has(img) svg,
.gal-slot:has(img) span,
.gal-slot:has(img) small{
  display:none;
}
  .gal-slot:hover{border-color:rgba(242,96,12,.55);transform:translateY(-4px);box-shadow:0 18px 42px rgba(28,30,34,.12);}
  .gal-slot svg{width:30px; height:30px; opacity:.5;}
  .gal-slot span{font-size:12px; font-weight:700; letter-spacing:0.04em; color:var(--steel); text-align:center; padding:0 16px;}
  .gal-slot small{font-size:10.5px; color:var(--steel-light);}

  /* WHY US */
  .why{background:var(--tint); padding:90px 0;}
  .why-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
  .why-list{display:flex; flex-direction:column; gap:24px; margin-top:26px;}
  .why-item{display:flex; gap:16px;}
  .why-item .ico{
    width:36px; height:36px; flex-shrink:0; background:var(--graphite);
    display:flex; align-items:center; justify-content:center; border-radius:2px;
  }
  .why-item .ico svg{width:18px; height:18px; stroke:var(--orange);}
  .why-item h4{font-size:15.5px; font-weight:700; margin-bottom:4px;}
  .why-item p{font-size:13.5px; color:var(--steel);}
  .why-art{position:relative;}
  .why-art svg{width:100%; height:auto;}

  /* CONTACT */
  .contact{padding:105px 0;background:linear-gradient(135deg,#111317,#24272d);color:var(--paper);}
  .contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px;}
  .contact h2{font-size:34px; margin-bottom:16px;}
  .contact p.lead{color:var(--steel-light); font-size:15px; margin-bottom:36px; max-width:420px;}
  .contact-row{
    display:flex; align-items:center; gap:16px; padding:18px 0;
    border-top:1px solid var(--line-light);
  }
  .contact-row:last-child{border-bottom:1px solid var(--line-light);}
  .contact-row .ico{
    width:38px; height:38px; border-radius:2px; background:var(--orange);
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
  }
  .contact-row .ico svg{width:18px; height:18px; stroke:#fff;}
  .contact-row .label{font-size:11px; color:var(--steel-light); letter-spacing:0.08em; text-transform:uppercase; margin-bottom:3px;}
  .contact-row .value{font-size:16px; font-weight:700;}
  .contact-card{
    background:linear-gradient(145deg,#2b2e34,#1d2024);
    border:1px solid rgba(255,255,255,.12);
    padding:40px;border-radius:6px;
    box-shadow:0 24px 60px rgba(0,0,0,.20);
  }
  .contact-card h3{font-size:18px; margin-bottom:10px;}
  .contact-card p{color:var(--steel-light); font-size:14px; margin-bottom:24px;}
  .contact-card .btn-primary{width:100%; justify-content:center;}

  footer{
    padding:28px 0; background:#151619; color:var(--steel-light); font-size:12.5px;
  }
  footer .wrap{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px;}

  @media(max-width:860px){
    .nav-links{display:none;}
    .nav-call{padding:10px 13px;}
    h1.display{font-size:48px;}
    .hero,.hero .wrap{min-height:680px;}
    .hero .wrap{padding:80px 28px 60px;}
    .svc-grid{grid-template-columns:1fr 1fr;}
    .gal-grid{grid-template-columns:1fr 1fr;}
    .why-grid,.contact-grid{grid-template-columns:1fr;}
    .banner p{font-size:18px;}
  }
  @media(max-width:520px){
    .svc-grid{grid-template-columns:1fr; }
    .gal-item h3{
    font-size:18px;
    margin-bottom:10px;
  }
    .gal-grid{grid-template-columns:1fr;gap:30px;}
    .wrap{padding:0 20px;}
    h1.display{font-size:39px;}
    .hero .wrap{padding:70px 20px 48px;}
    .hero p.lead{font-size:14px;line-height:1.65;}
    .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;}
    .hero-stats div{padding:0 12px;}
    .hero-stats div:first-child{padding-left:0;}
    .hero-stats div .num{font-size:20px;}
    .hero-stats div .lbl{font-size:8px;}
     .section-head h2.display{
    font-size:32px !important;
    line-height:1.05;
    letter-spacing:-0.02em;
    max-width:100%;
    overflow-wrap:break-word;
  }
  @media(max-width:520px){

.solution-grid{
    display:flex;
    flex-direction:column;
    gap:0;
  }

  .solution-card{
    position:relative;
    margin-bottom:55px;
  }

  .solution-card:not(:last-child)::after{
    content:"";
    position:absolute;
    bottom:-30px;
    left:50%;
    transform:translateX(-50%);
    width:45px;
    height:2px;
    background:var(--orange);
  }

  .solution-content{
    padding:24px 24px 22px !important;
    min-height:0 !important;
  }

  .solution-content h3{
    font-size:22px !important;
    line-height:1.15 !important;
    margin:0 0 10px !important;
  }

  .solution-content p{
    font-size:14px !important;
    line-height:1.6 !important;
    margin:0 !important;
  }

  .solution-image{
    width:100%;
    aspect-ratio:16/10 !important;
  }

}
  }
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    *{animation:none !important; transition:none !important;}
  }

  .hero-stats{
  display:flex;
  justify-content:center;
  align-items:stretch;
  width:100%;
  max-width:430px;
  margin:32px auto 0;
}

.hero-stats > div{
  flex:1;
  text-align:center;
  padding:0 18px;
}

.hero-stats > div + div{
  border-left:1px solid rgba(255,255,255,.15);
}

.hero-stats .num{
  font-size:26px;
  font-weight:900;
  line-height:1;
  color:#fff;
  margin-bottom:10px;
}

.hero-stats .lbl{
  font-size:9px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
  color:rgba(255, 255, 255, 0.55);
}
.product-back{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  white-space:nowrap !important;

  color:#e4671a !important;
  text-decoration:none !important;

  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.01em !important;
}

.product-back:hover{
  color:#f2600c !important;
}
/* =========================
   PROJECT LIGHTBOX
========================= */

.project-gallery-trigger{
  display:block;
  width:100%;
  padding:0;
  border:0;
  cursor:pointer;
  text-align:left;
  background:none;
}

.project-gallery-trigger img{
  cursor:pointer;
}


.project-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:40px;

  background:rgba(10,12,15,.96);

  opacity:0;
  visibility:hidden;

  transition:
    opacity .3s ease,
    visibility .3s ease;
}

.project-lightbox.active{
  opacity:1;
  visibility:visible;
}


.lightbox-content{
  position:relative;

  max-width:min(1100px, 88vw);
  max-height:88vh;

  display:flex;
  flex-direction:column;
  align-items:center;
}


.lightbox-content img{
  display:block;

  max-width:100%;
  max-height:82vh;

  object-fit:contain;

  box-shadow:0 20px 70px rgba(0,0,0,.45);
}


.lightbox-close{
  position:absolute;
  top:25px;
  right:30px;

  width:48px;
  height:48px;

  border:0;
  background:none;

  color:#fff;

  font-size:42px;
  font-weight:300;
  line-height:1;

  cursor:pointer;

  z-index:2;

  transition:color .2s ease;
}

.lightbox-close:hover{
  color:#f2600c;
}


.lightbox-prev,
.lightbox-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);

  width:55px;
  height:70px;

  border:0;
  background:rgba(255,255,255,.08);

  color:#fff;

  font-size:48px;
  font-weight:300;
  line-height:1;

  cursor:pointer;

  transition:
    background .2s ease,
    color .2s ease;
}

.lightbox-prev{
  left:30px;
}

.lightbox-next{
  right:30px;
}

.lightbox-prev:hover,
.lightbox-next:hover{
  background:rgba(242,96,12,.9);
}


.lightbox-counter{
  margin-top:16px;

  color:rgba(255,255,255,.65);

  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}


/* MOBILE */

@media(max-width:700px){

  .project-lightbox{
    padding:20px;
  }

  .lightbox-content{
    max-width:94vw;
  }

  .lightbox-content img{
    max-height:75vh;
  }

  .lightbox-prev,
  .lightbox-next{
    width:42px;
    height:55px;

    font-size:36px;
  }

  .lightbox-prev{
    left:8px;
  }

  .lightbox-next{
    right:8px;
  }

  .lightbox-close{
    top:12px;
    right:12px;
  }

}

/* =========================
   FEATURED PROJECTS - VERTICAL
========================= */

.featured-projects-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
}


/* СЕКОЈ ПРОЕКТ */

.featured-projects-list .featured-project {
  width: 100%;
}


/* ТЕКСТОТ */

.featured-projects-list .featured-project-info {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}


.featured-projects-list .project-number {
  flex-shrink: 0;

  color: #f2600c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  padding-top: 4px;
}


.featured-projects-list .featured-project-info h3 {
  margin: 0 0 8px;

  color: #1c1e22;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}


.featured-projects-list .featured-project-info p {
  margin: 0;

  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}


/* СЛИКАТА */

.featured-projects-list .featured-image {
  display: block;

  width: 100%;
  height: 520px;

  padding: 0;
  border: 0;

  overflow: hidden;

  background: #e9ecef;

  cursor: pointer;
}


.featured-projects-list .featured-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform .6s ease;
}


.featured-projects-list .featured-image:hover img {
  transform: scale(1.025);
}


/* MOBILE */

@media (max-width: 700px) {

  .featured-projects-list {
    gap: 70px;
  }

  .featured-projects-list .featured-image {
    height: 320px;
  }

  .featured-projects-list .featured-project-info h3 {
    font-size: 19px;
  }

}