@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --green:#8bd329;
  --blue:#a9dceb;
  --dark:#080909;
  --dark2:#111313;
  --text:#f5f5f2;
  --muted:#a8adaa;
  --line:#292d2d;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:#0b0d0d;color:#f2f4f2;line-height:1.6}
a{text-decoration:none;color:inherit}
.header{position:sticky;top:0;z-index:20;height:82px;padding:10px 6%;display:flex;align-items:center;justify-content:space-between;background:rgba(8,9,9,.94);backdrop-filter:blur(12px);border-bottom:1px solid #202323}
.brand{height:62px;width:150px;overflow:hidden;display:block}.logo{width:100%;height:100%;object-fit:cover;object-position:center}
.nav{display:flex;gap:30px;align-items:center;color:#eee;font-size:14px;font-weight:600}.nav a:hover{color:var(--green)}.nav-contact{border:1px solid var(--green);padding:10px 17px;border-radius:6px}.menu{display:none;background:none;border:0;color:white;font-size:26px}
.hero{min-height:650px;background:radial-gradient(circle at 80% 35%,#26311d 0,#101311 27%,#080909 58%);color:white;display:flex;align-items:center;padding:90px 8%;position:relative;overflow:hidden}.hero-content{max-width:760px;position:relative;z-index:2}.eyebrow{color:var(--green);font-size:12px;font-weight:800;letter-spacing:3px;margin-bottom:16px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-3px}.hero h1 span,h2 span{color:var(--green)}.hero-text{color:#b8bdb9;max-width:590px;margin:28px 0;font-size:18px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;border-radius:6px;padding:13px 22px;font-weight:700;border:1px solid transparent;cursor:pointer}.primary{background:var(--green);color:#10130c}.primary:hover{filter:brightness(1.08)}.secondary{border-color:#59605b;color:#fff}.hero-shape{position:absolute;width:560px;height:560px;right:-180px;top:50%;transform:translateY(-50%) rotate(8deg);border:1px solid rgba(139,211,41,.3);box-shadow:0 0 100px rgba(139,211,41,.08);border-radius:35px}
.section{padding:105px 8%;max-width:1400px;margin:auto}.section-head{max-width:750px;margin-bottom:50px}h2{font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-2px}.section-description{margin-top:18px;color:#9ca5a0}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#242929;border:1px solid #242929}.service{background:#121515;padding:30px;min-height:220px;transition:.25s}.service:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.32);position:relative;z-index:2}.service b{color:#8ba0a4;font-size:12px}.service h3{font-size:20px;margin:35px 0 10px;color:#f3f5f3}.service p{color:#a9b0ac;font-size:14px}.featured{background:#101313;color:#fff}.featured p{color:#adb3af}
.dark{max-width:none;background:#0b0d0d;color:#fff}.dark .section-head,.dark>.section-head,.dark>.gallery{max-width:1170px;margin-left:auto;margin-right:auto}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.gallery-placeholder{height:320px;border:1px dashed #3b433d;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#7e8882;background:#101313}.gallery-placeholder span{font-size:45px;color:var(--green);font-weight:300}.gallery-placeholder p{font-size:13px}
.about{background:#0b0d0d}.about-card{background:#111414;color:#fff;padding:70px 8%;border-radius:12px;position:relative;overflow:hidden}.about-card>p:not(.eyebrow){max-width:680px;color:#b5bbb7;margin-top:25px}.stats{display:flex;gap:45px;margin-top:50px}.stats div{display:flex;flex-direction:column}.stats strong{font-size:34px;color:var(--green)}.stats span{font-size:12px;color:#9ca39f;text-transform:uppercase;letter-spacing:1px}
.contact{background:#0b0d0d}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:70px}.contact-info{display:flex;flex-direction:column;gap:35px;padding-top:10px}.contact-info small{display:block;color:#818884;font-weight:800;font-size:11px;letter-spacing:2px;margin-bottom:7px}.contact-info a{font-size:21px;font-weight:700}.contact-info p{color:#a7aeaa}.contact-form{display:flex;flex-direction:column;gap:12px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #2b3130;border-radius:5px;padding:15px;font:inherit;background:#121515;color:#f3f5f3}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{align-self:flex-start;border:0}.form-note{font-size:11px;color:#8f9893}
footer{background:#080909;color:#929894;padding:28px 8%;display:flex;align-items:center;justify-content:space-between;font-size:12px}.footer-logo{height:45px;width:110px;object-fit:cover}
@media(max-width:800px){.nav{display:none}.menu{display:block}.header{height:70px}.brand{height:52px;width:125px}.hero{min-height:570px;padding:70px 7%}.hero h1{letter-spacing:-2px}.hero-shape{width:300px;height:300px;right:-170px}.services{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery-placeholder{height:260px}.contact-grid{grid-template-columns:1fr;gap:40px}.section{padding:75px 7%}.about-card{padding:45px 7%}.stats{gap:20px;flex-wrap:wrap}footer{flex-direction:column;gap:15px;text-align:center}}

.gallery-item{padding:0;border:0;background:#151818;overflow:hidden;border-radius:8px;cursor:pointer;min-height:320px}
.gallery-item img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block;transition:transform .35s}
.gallery-item:hover img{transform:scale(1.035)}
.gallery-loading{grid-column:1/-1;min-height:180px;display:flex;align-items:center;justify-content:center;color:#8d9691}
.gallery-admin-note{max-width:1170px;margin:20px auto 0;color:#737a76;font-size:12px}
.gallery-admin-note code{color:var(--green)}
.gallery-placeholder.setup{grid-column:1/-1}
.gallery-placeholder small{margin-top:8px;color:#626b66}
.lightbox{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.94);display:flex;align-items:center;justify-content:center;padding:40px}
.lightbox img{max-width:94vw;max-height:88vh;object-fit:contain}
.lightbox-close{position:absolute;top:18px;right:25px;border:0;background:none;color:#fff;font-size:42px;cursor:pointer}


@media(max-width:800px){
  .nav.nav-open{
    display:flex;
    position:absolute;
    top:70px;
    left:0;
    right:0;
    padding:18px 7% 22px;
    background:rgba(8,9,9,.98);
    border-bottom:1px solid #202323;
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }
}


.section:not(.dark){background:#0b0d0d}
.section:not(.dark) h2{color:#f2f4f2}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#7d8782}
.contact-info a{color:#f3f5f3}
