:root{
  --bg:#0c0d10;
  --bg-alt:#111318;
  --panel:#15171d;
  --gold:#c9a24b;
  --gold-light:#e4c979;
  --gold-dark:#a4802f;
  --text:#f2efe8;
  --text-dim:#b9b6ad;
  --line:rgba(201,162,75,.22);
  --radius:14px;
  --maxw:1180px;
  font-size:16px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
h1,h2,h3{font-family:'Playfair Display',serif;font-weight:700;line-height:1.15}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.hide-sm{display:inline-flex}
@media (max-width:640px){.hide-sm{display:none}}

.eyebrow{
  color:var(--gold);
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.center{text-align:center;margin-left:auto;margin-right:auto}
.section-sub{color:var(--text-dim);max-width:520px;font-size:1rem}
.center.section-sub{max-width:560px}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:11px 20px;border-radius:999px;
  font-weight:600;font-size:.92rem;
  border:1px solid transparent;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px)}
.btn-gold{background:linear-gradient(135deg,var(--gold-light),var(--gold-dark));color:#1a1305;box-shadow:0 6px 18px -6px rgba(201,162,75,.55)}
.btn-outline{border-color:var(--line);color:var(--text)}
.btn-outline:hover{border-color:var(--gold)}
.btn-ghost{border-color:rgba(242,239,232,.35);color:var(--text)}
.btn-ghost:hover{border-color:#fff}
.btn-dark{background:#161616;color:var(--gold-light)}
.btn-outline-dark{border-color:rgba(20,16,4,.35);color:#1a1305}
.btn-lg{padding:14px 26px;font-size:1rem}

/* Topbar */
.topbar{background:#08090b;border-bottom:1px solid var(--line);font-size:.82rem;color:var(--text-dim)}
.topbar-inner{display:flex;gap:22px;align-items:center;height:38px}
.topbar-item{display:inline-flex;align-items:center;gap:6px;color:var(--text-dim)}
.topbar-item:hover{color:var(--gold-light)}
.topbar .topbar-item:last-child{margin-left:auto;color:var(--text-dim)}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(12,13,16,.86);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;gap:28px;height:76px}
.logo{display:flex;align-items:center;gap:10px;color:var(--gold-light)}
.logo-mark{color:var(--gold)}
.logo-text{font-family:'Playfair Display',serif;font-weight:700;font-size:1.32rem;letter-spacing:.03em;color:var(--text)}
.logo-text em{display:block;font-style:normal;font-family:'Inter',sans-serif;font-size:.56rem;letter-spacing:.32em;color:var(--gold);font-weight:600;margin-top:1px}
.logo-text.light{color:#fff}

.main-nav{display:flex;gap:26px;margin-left:8px;flex:1}
.main-nav a{font-size:.92rem;color:var(--text-dim);font-weight:500;position:relative;padding:4px 0}
.main-nav a:hover{color:var(--text)}
.main-nav a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--gold);transition:width .2s}
.main-nav a:hover::after{width:100%}

.header-actions{display:flex;align-items:center;gap:10px}
.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:0;cursor:pointer;padding:12px;min-width:44px;min-height:44px}
.nav-toggle span{width:22px;height:2px;background:var(--text)}

@media (max-width:480px){
  .header-inner{gap:12px}
  .header-actions .btn-gold{display:none}
}

@media (max-width:900px){
  .main-nav{
    position:fixed;top:114px;left:0;right:0;bottom:0;
    background:var(--bg);flex-direction:column;gap:0;
    padding:10px 24px 40px;
    transform:translateY(-8px);opacity:0;pointer-events:none;
    transition:opacity .2s ease, transform .2s ease;
  }
  .main-nav.open{opacity:1;transform:translateY(0);pointer-events:auto}
  .main-nav a{border-bottom:1px solid var(--line);padding:16px 0;font-size:1.05rem}
  .nav-toggle{display:flex}
}

/* Hero */
.hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 35%}
.hero-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(8,9,11,.92) 0%,rgba(8,9,11,.75) 40%,rgba(8,9,11,.35) 75%,rgba(8,9,11,.15) 100%),
    linear-gradient(0deg,rgba(8,9,11,.9),rgba(8,9,11,.1) 45%);
}
.hero-content{position:relative;padding-top:70px;padding-bottom:70px;max-width:680px}
.hero h1{font-size:clamp(2.2rem,5vw,3.4rem);margin-bottom:20px;color:#fff}
.hero-sub{color:var(--text-dim);font-size:1.08rem;max-width:520px;margin-bottom:34px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}

/* Trust strip */
.trust-strip{background:var(--bg-alt);border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:34px 24px}
.trust-item{display:flex;align-items:center;gap:12px;color:var(--gold)}
.trust-item div{display:flex;flex-direction:column;color:var(--text)}
.trust-item strong{font-size:.95rem}
.trust-item span{color:var(--text-dim);font-size:.82rem}
@media (max-width:900px){.trust-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.trust-grid{grid-template-columns:1fr}}

/* Services */
.services{padding:100px 0;background:var(--bg)}
.services-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}
.services h2{font-size:clamp(1.8rem,3.4vw,2.5rem);margin-bottom:16px}
.service-list{margin:30px 0 34px;display:flex;flex-direction:column;gap:20px}
.service-list li{display:flex;gap:14px;align-items:flex-start}
.service-list svg{color:var(--gold);flex-shrink:0;margin-top:2px}
.service-list strong{display:block;font-size:1.02rem;margin-bottom:2px}
.service-list p{color:var(--text-dim);font-size:.92rem}
.services-media{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);aspect-ratio:4/5}
.services-media img{width:100%;height:100%;object-fit:cover}
@media (max-width:900px){.services-grid{grid-template-columns:1fr}.services-media{order:-1;aspect-ratio:16/9}}

/* Regions */
.regions{padding:100px 0;background:var(--bg-alt);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.regions h2{font-size:clamp(1.8rem,3.4vw,2.5rem);margin-bottom:14px}
.region-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:44px 0 40px}
.region-gallery figure{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4;border:1px solid var(--line)}
.region-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.region-gallery figure:hover img{transform:scale(1.06)}
.region-gallery figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:16px;
  background:linear-gradient(0deg,rgba(0,0,0,.85),transparent);
  font-family:'Playfair Display',serif;font-weight:600;font-size:1.05rem;color:#fff;
}
@media (max-width:900px){.region-gallery{grid-template-columns:repeat(2,1fr)}}

.region-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.region-tags span{
  border:1px solid var(--line);color:var(--text-dim);
  padding:8px 16px;border-radius:999px;font-size:.86rem;
}

/* About */
.about{padding:100px 0}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}
.about-media{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);aspect-ratio:3/2}
.about-media img{width:100%;height:100%;object-fit:cover}
.about h2{font-size:clamp(1.8rem,3.4vw,2.3rem);margin-bottom:16px}
.check-list{margin-top:24px;display:flex;flex-direction:column;gap:12px}
.check-list li{position:relative;padding-left:28px;color:var(--text-dim);font-size:.95rem}
.check-list li::before{
  content:"";position:absolute;left:0;top:5px;width:16px;height:16px;border-radius:50%;
  background:var(--gold);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E") center/70% no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E") center/70% no-repeat;
}
@media (max-width:900px){.about-grid{grid-template-columns:1fr}}

/* CTA band */
.cta-band{background:linear-gradient(120deg,var(--gold-light),var(--gold-dark));color:#1a1305;padding:60px 0}
.cta-band-inner{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}
.cta-band h2{font-size:clamp(1.5rem,2.6vw,2rem);margin-bottom:6px}
.cta-band p{max-width:420px;font-size:.95rem}
.cta-band-actions{display:flex;gap:12px;flex-wrap:wrap}

/* Footer */
footer{background:#08090b;padding-top:70px}
.footer-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) minmax(0,1fr);gap:50px;padding-bottom:50px;border-bottom:1px solid var(--line)}
@media (max-width:700px){.footer-grid{grid-template-columns:1fr;gap:32px}}
.footer-brand p{color:var(--text-dim);font-size:.9rem;margin:14px 0 16px;max-width:280px}
.footer-social{display:inline-flex;align-items:center;gap:8px;color:var(--gold-light);font-size:.9rem;font-weight:600}
.footer-col h3{font-family:'Inter',sans-serif;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}
.footer-col a,.footer-col span{display:block;color:var(--text-dim);font-size:.92rem;margin-bottom:10px}
.footer-col a:hover{color:var(--gold-light)}
.footer-bottom{padding:22px 0;color:var(--text-dim);font-size:.82rem}
.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.footer-bottom-inner a{color:var(--text-dim)}
.footer-bottom-inner a:hover{color:var(--gold-light)}

/* Floating WhatsApp */
.whatsapp-float{
  position:fixed;bottom:22px;right:22px;z-index:60;
  width:58px;height:58px;border-radius:50%;
  background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 24px -6px rgba(0,0,0,.5);
  animation:pulse 2.4s ease-in-out infinite;
}
@keyframes pulse{
  0%,100%{box-shadow:0 10px 24px -6px rgba(0,0,0,.5),0 0 0 0 rgba(37,211,102,.5)}
  50%{box-shadow:0 10px 24px -6px rgba(0,0,0,.5),0 0 0 10px rgba(37,211,102,0)}
}
