
:root{
  --black:#0f1112;
  --charcoal:#171a1c;
  --gold:#d4a63b;
  --gold2:#efc45b;
  --white:#ffffff;
  --muted:#666;
  --line:#e7e2d8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#171717;background:#fff}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:#0b0d0e;color:#fff;font-size:.92rem}
.contact-row{display:flex;justify-content:flex-end;gap:28px;padding:10px 0;flex-wrap:wrap}
.nav{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 10px rgba(0,0,0,.07)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:205px;height:84px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:24px;font-weight:700}
.nav-links a:not(.btn):hover{color:#b8831f}
.menu-toggle{display:none;background:none;border:0;font-size:1.8rem}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 20px;border-radius:7px;font-weight:800;border:1px solid transparent;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#101010}
.btn-dark{background:#111;color:#fff;border-color:#fff6}
.btn.small{padding:12px 16px}
.hero{position:relative;min-height:610px;background:url('assets/hero.jpg') center/cover no-repeat;color:#fff;display:flex;align-items:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.74) 42%,rgba(0,0,0,.2) 70%,rgba(0,0,0,.12) 100%)}
.hero-content{position:relative;z-index:1}
.hero-text{max-width:700px;padding:70px 0}
.eyebrow{font-size:.78rem;letter-spacing:.28em;font-weight:800}
.eyebrow.gold{color:#b47a14}
.hero h1,.section h2,.about h2{font-family:Georgia,'Times New Roman',serif}
.hero h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.95;margin:16px 0}
.hero h1 span{color:#e7b64d}
.hero p{font-size:1.2rem;line-height:1.6;max-width:650px}
.hero-points{display:flex;flex-wrap:wrap;gap:12px 26px;margin:24px 0}
.hero-points span{font-weight:700}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.section{padding:72px 0}
.section-head{text-align:center;max-width:780px;margin:0 auto 38px}
.section-head h2,.about h2,.contact-section h2{font-family:Georgia,'Times New Roman',serif;font-size:2.5rem;margin:8px 0 10px}
.section-head p{color:#666;margin:0}
.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.card{background:#111;color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 9px 25px rgba(0,0,0,.08)}
.card img{height:170px;width:100%;object-fit:cover}
.card-body{padding:20px}
.card h3{font-family:Georgia,serif;font-size:1.35rem;margin:0 0 10px;color:#efc45b}
.card p{font-size:.92rem;line-height:1.55;color:#eee}
.card-link{display:inline-block;margin-top:8px;color:#efc45b;font-weight:800;font-size:.92rem}
.card-link:hover{text-decoration:underline}
.trust{background:#f5f2ec;border-block:1px solid #ece6da}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-grid div{padding:26px;text-align:center;border-right:1px solid #ded7cb}
.trust-grid div:last-child{border-right:0}
.trust strong{display:block;font-size:1.05rem;margin-bottom:6px}
.trust span{font-size:.9rem;color:#666}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gallery figure{margin:0;background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden}
.gallery img{height:210px;width:100%;object-fit:cover}
.gallery figcaption{padding:12px 14px;font-weight:700}
.about{background:linear-gradient(135deg,#151718,#090a0b);color:#fff;padding:70px 0}
.about-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:60px;align-items:center}
.about p{color:#ddd;line-height:1.7}
.about-points{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}
.about-points span{border:1px solid #735b27;padding:10px 12px;border-radius:6px}
.about-logo img{width:100%;border-radius:14px;border:1px solid #7d6328}
.contact-section{background:#faf9f6}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.contact-cards{display:grid;gap:12px;margin-top:24px}
.contact-cards a{display:flex;justify-content:space-between;background:#fff;border:1px solid #eee;padding:16px;border-radius:8px}
.contact-form{background:#fff;padding:26px;border-radius:12px;box-shadow:0 12px 35px rgba(0,0,0,.06)}
.contact-form label{display:block;font-weight:700;margin-bottom:14px}
.contact-form input,.contact-form textarea{width:100%;margin-top:6px;padding:12px;border:1px solid #ccc;border-radius:6px;font:inherit}
.contact-form small{display:block;margin-top:10px;color:#666}
footer{background:#0d0f10;color:#fff;padding:38px 0 0}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px;align-items:center}
.footer-brand img{width:210px;background:#fff;border-radius:6px}
footer p{color:#ccc;margin:7px 0}
.footer-bottom{margin-top:28px;border-top:1px solid #333;padding:18px 0;color:#aaa;font-size:.9rem}
.center-action{text-align:center;margin-top:30px}
.page-hero{position:relative;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.55)),url('assets/hero.jpg') center/cover;color:#fff;padding:92px 0}
.page-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05;margin:14px 0;max-width:850px}
.page-hero p{max-width:720px;font-size:1.15rem;line-height:1.65;color:#eee}
.breadcrumb{font-size:.9rem;color:#e8c776}
.breadcrumb a{text-decoration:underline}
.service-layout{display:grid;grid-template-columns:1.45fr .75fr;gap:48px;align-items:start}
.service-copy h2,.service-copy h3,.service-aside h2{font-family:Georgia,'Times New Roman',serif}
.service-copy h2{font-size:2.4rem;margin:0 0 18px}
.service-copy h3{font-size:1.55rem;margin:34px 0 12px}
.service-copy p,.service-copy li{line-height:1.75;color:#444}
.service-copy ul{padding-left:22px}
.service-image{width:100%;max-height:390px;object-fit:cover;border-radius:12px;margin:20px 0}
.service-aside{position:sticky;top:115px;background:#111;color:#fff;padding:28px;border-radius:12px}
.service-aside p{color:#ddd;line-height:1.6}
.service-aside .btn{width:100%;margin-top:10px}
.local-box{background:#f5f2ec;border-left:5px solid var(--gold);padding:22px;margin:30px 0;border-radius:6px}
.service-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}
.service-nav a{padding:16px;border:1px solid #e2ddd3;border-radius:8px;font-weight:800;background:#fff}
.service-nav a:hover{border-color:var(--gold);color:#9b6810}
.static-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.static-gallery figure{margin:0;border:1px solid #eee;border-radius:10px;overflow:hidden;background:#fff}
.static-gallery img{width:100%;height:240px;object-fit:cover}
.static-gallery figcaption{padding:14px;font-weight:700}

@media(max-width:1000px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .about-grid,.contact-grid{grid-template-columns:1fr}
  .service-layout{grid-template-columns:1fr}
  .service-aside{position:static}
  .service-nav,.static-gallery{grid-template-columns:repeat(2,1fr)}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .nav-links{position:absolute;left:0;right:0;top:84px;background:#fff;display:none;flex-direction:column;padding:20px;box-shadow:0 10px 20px rgba(0,0,0,.12)}
  .nav-links.open{display:flex}
  .menu-toggle{display:block}
}
@media(max-width:640px){
  .topbar{display:none}
  .brand img{width:155px;height:72px}
  .hero{min-height:560px;background-position:60% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.65))}
  .hero-text{padding:60px 0}
  .services-grid,.gallery,.trust-grid,.footer-grid{grid-template-columns:1fr}
  .service-nav,.static-gallery{grid-template-columns:1fr}
  .trust-grid div{border-right:0;border-bottom:1px solid #ded7cb}
  .hero-actions{flex-direction:column;align-items:stretch}
}
