
:root{
  --black:#070809; --charcoal:#171a1e; --panel:#20242a;
  --gold:#c9983e; --gold2:#e0b661; --white:#fff; --muted:#c6c8cb;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#161616;background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{height:86px;background:#050505;color:white;display:flex;align-items:center;gap:30px;padding:10px clamp(20px,5vw,70px);position:sticky;top:0;z-index:50;border-bottom:1px solid #252525}
.brand{width:245px;margin-right:auto}.brand img{height:64px;width:auto;object-fit:contain}
.site-header nav{display:flex;gap:28px;font-weight:700}.site-header nav a:hover{color:var(--gold2)}
.phone{border:1px solid var(--gold);padding:13px 20px;border-radius:7px;font-weight:800}
.menu-button{display:none;background:none;color:white;border:1px solid #666;padding:9px 12px;border-radius:5px}
.hero{min-height:570px;background:url('forside-lift-sloret-20260802.jpg') center/cover no-repeat;position:relative;color:white;display:flex;align-items:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.72) 42%,rgba(0,0,0,.12) 75%)}
.hero-content{position:relative;z-index:2;max-width:670px;padding:70px clamp(25px,6vw,85px)}
.eyebrow{color:var(--gold);font-weight:900;font-size:.85rem;letter-spacing:.06em;margin:0 0 10px}
.hero h1{font-size:clamp(3.1rem,7vw,5.7rem);line-height:.98;margin:0 0 24px}
.hero p:not(.eyebrow){font-size:1.13rem;max-width:600px;color:#eee}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 21px;border-radius:6px;font-weight:800;border:1px solid transparent;cursor:pointer;font-size:1rem}
.gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111}
.outline{border-color:#aaa;color:white;background:rgba(0,0,0,.2)}
.dark{background:#17191c;color:white}.full{width:100%;margin:18px 0}
.vehicle-types{background:linear-gradient(120deg,#1f2328,#121417);color:white;display:grid;grid-template-columns:repeat(5,1fr);padding:28px clamp(18px,5vw,75px);gap:0}
.vehicle-types article{text-align:center;padding:12px 20px;border-right:1px solid #4a4d50}.vehicle-types article:last-child{border:none}
.icon{font-size:2.2rem}.vehicle-types h3{margin:9px 0 4px}.vehicle-types p{margin:0;color:#ddd;font-size:.92rem}.gold-text{color:var(--gold)}
.three-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:55px clamp(22px,5vw,75px)}
.three-columns article{padding:0 45px;border-right:1px solid #ddd}.three-columns article:first-child{padding-left:0}.three-columns article:last-child{border:none;padding-right:0}
h2{font-size:2rem;line-height:1.1;margin:0 0 22px}.checks,.service-list{list-style:none;padding:0;margin:0}
.checks li,.service-list li{margin:11px 0;padding-left:26px;position:relative}.checks li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:bold}.service-list li:before{content:"⚙";position:absolute;left:0;color:var(--gold)}
address{font-style:normal;margin-top:20px}address a{color:#333;text-decoration:underline}
.workshop{background:linear-gradient(120deg,#22272d,#131518);color:white;text-align:center;padding:52px clamp(20px,4vw,60px)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1350px;margin:30px auto 18px}.gallery img{height:220px;width:100%;object-fit:cover;border-radius:9px;border:1px solid #666}
.image-note{color:#bbb;font-size:.9rem}
.reviews{text-align:center;padding:50px clamp(20px,5vw,75px)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1300px;margin:auto}.review-grid article{text-align:left;border:1px solid #ddd;border-radius:9px;padding:25px;background:#fafafa}.stars{color:var(--gold);letter-spacing:3px;font-size:1.25rem}
.contact{background:linear-gradient(120deg,#20252b,#101214);color:white;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;padding:55px clamp(25px,6vw,85px)}
form{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:grid;gap:5px;font-weight:700}label:nth-child(3),label:nth-child(4),form small{grid-column:1/-1}
input,textarea{width:100%;padding:12px;border-radius:4px;border:1px solid #777;font:inherit}textarea{resize:vertical}form button{width:max-content}form small{color:#bbb}
footer{background:#050505;color:white;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:30px;padding:25px clamp(20px,5vw,70px)}.footer-logo{width:210px}footer nav{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;font-size:.9rem}footer p{color:#aaa}
.floating-call{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;background:var(--gold);display:grid;place-items:center;color:white;font-size:1.55rem;box-shadow:0 8px 30px #0008;z-index:60}
@media(max-width:950px){
 .site-header{height:auto;flex-wrap:wrap}.brand{width:190px}.top-phone{display:none}.menu-button{display:block}
 .site-header nav{display:none;width:100%;flex-direction:column;padding:15px 0}.site-header nav.open{display:flex}
 .vehicle-types{grid-template-columns:repeat(2,1fr)}.vehicle-types article{border-bottom:1px solid #444}.vehicle-types article:last-child{grid-column:1/-1}
 .three-columns{grid-template-columns:1fr}.three-columns article{border-right:none;border-bottom:1px solid #ddd;padding:30px 0}.three-columns article:last-child{border:none}
 .gallery{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr}.contact{grid-template-columns:1fr}footer{grid-template-columns:1fr;text-align:center}.footer-logo{margin:auto}footer nav{justify-content:center}
}
@media(max-width:600px){
 .hero{min-height:610px;background-position:65% center}.hero-overlay{background:rgba(0,0,0,.72)}
 .hero-content{padding:55px 24px}.hero h1{font-size:3.3rem}.actions .button{width:100%}
 .vehicle-types{grid-template-columns:1fr}.vehicle-types article,.vehicle-types article:last-child{grid-column:auto;border-right:none}
 .gallery{grid-template-columns:1fr}.gallery img{height:230px}.contact{padding:45px 22px}form{grid-template-columns:1fr}label, label:nth-child(3), label:nth-child(4), form small{grid-column:1}
}


/* Premium location section */
.location{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
  padding:55px clamp(25px,6vw,85px);
  background:#f4f4f2;
}
.map-card{
  min-height:270px;
  border-radius:12px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.86),rgba(233,231,225,.92)),
    repeating-linear-gradient(0deg,transparent 0 24px,#d8d4ca 25px 26px),
    repeating-linear-gradient(90deg,transparent 0 36px,#d8d4ca 37px 38px);
  border:1px solid #d1cec5;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  box-shadow:0 12px 35px rgba(0,0,0,.12);
  text-align:center;
  padding:25px;
}
.map-card .pin{
  color:#c9983e;
  font-size:3.5rem;
  line-height:1;
  text-shadow:0 5px 15px rgba(0,0,0,.25);
}
.map-card strong{font-size:1.5rem;margin-top:8px}
.map-card span{font-size:1.08rem}
.map-card small{margin-top:14px;color:#555}
.brand img,.footer-logo{filter:contrast(1.08)}
@media(max-width:950px){
  .location{grid-template-columns:1fr}
}

.about-card{display:flex;flex-direction:column}
.about-photo{width:100%;height:280px;object-fit:cover;object-position:center 34%;border-radius:10px;margin:0 0 20px;border:1px solid #ddd}
.workshop-intro{max-width:760px;margin:0 auto 28px;color:#d5d7da}
.gallery-captions{grid-template-columns:repeat(3,1fr)}
.gallery-captions figure{margin:0;background:#181b1f;border:1px solid #555;border-radius:10px;overflow:hidden}
.gallery-captions figure img{border:none;border-radius:0;height:230px}
.gallery-captions figcaption{padding:13px 14px;font-weight:800;color:#fff;text-align:left}
@media(max-width:950px){.gallery-captions{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.gallery-captions{grid-template-columns:1fr}}

.gallery-open{
  display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in;
}
.gallery-open img{transition:transform .25s ease,filter .25s ease}
.gallery-open:hover img{transform:scale(1.03);filter:brightness(1.06)}
.lightbox{
  position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:200;
  display:none;align-items:center;justify-content:center;flex-direction:column;
  padding:40px 20px;
}
.lightbox.open{display:flex}
.lightbox img{
  max-width:min(1200px,94vw);max-height:80vh;object-fit:contain;
  border-radius:8px;box-shadow:0 18px 60px rgba(0,0,0,.7);
}
.lightbox p{color:#fff;font-weight:800;margin:16px 0 0}
.lightbox-close{
  position:absolute;top:18px;right:24px;background:none;border:0;
  color:#fff;font-size:3rem;line-height:1;cursor:pointer;
}

.facebook{
  background:#1877f2;
  color:#fff;
  border-color:#1877f2;
}
.facebook:hover{
  filter:brightness(1.08);
}

.review-cta{
  max-width:850px;margin:0 auto;background:#fafafa;border:1px solid #ddd;
  border-radius:12px;padding:30px;text-align:center;box-shadow:0 12px 35px rgba(0,0,0,.08);
}
.review-badge{color:#c9983e;font-size:2rem;letter-spacing:.18em;margin-bottom:12px}
.review-cta p{max-width:700px;margin:10px auto}
.review-actions{justify-content:center}
@media(max-width:600px){.review-cta{padding:24px 18px}}
