
:root{
  --bg:#0f0f10;
  --bg2:#121212;
  --panel:#151515;
  --panel2:#101010;
  --text:#ffffff;
  --muted:#a1a1aa;
  --gold:#caa55a;
  --gold-light:#f6e1ad;
  --border:rgba(255,255,255,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Inter", Arial, sans-serif;
}
img{display:block;max-width:100%}
.container{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
}
.hero{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--border);
  background:
    radial-gradient(circle at top, rgba(212,175,95,.16), transparent 32%),
    linear-gradient(180deg,#171717 0%,#0d0d0d 100%);
}
.hero-overlay{
  position:absolute; inset:0;
  opacity:.20;
  background-image:radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size:14px 14px;
  pointer-events:none;
}
.hero-content{position:relative; padding:64px 0 96px}
.badge{
  display:inline-flex;
  border:1px solid rgba(202,165,90,.30);
  background:rgba(21,21,21,.85);
  color:#d4af5f;
  padding:10px 16px;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:12px;
}
h1,h2{
  font-family:"Cormorant Garamond", Georgia, serif;
  margin:0;
  color:var(--gold-light);
  line-height:1.05;
}
h1{
  max-width:900px;
  margin-top:24px;
  font-size:clamp(44px, 8vw, 84px);
}
h2{
  font-size:clamp(34px, 5vw, 58px);
}
h3{
  margin:0;
  font-size:28px;
  color:#f5e6be;
}
.hero-text,.section-intro p:last-child{
  max-width:780px;
  margin-top:24px;
  font-size:18px;
  line-height:1.8;
  color:#d4d4d8;
}
.cta-row{
  display:flex; flex-wrap:wrap; gap:16px;
  margin-top:32px;
}
.btn{
  text-decoration:none;
  padding:14px 24px;
  border-radius:18px;
  font-weight:700;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:var(--gold);
  color:#000;
  box-shadow:0 12px 30px rgba(0,0,0,.30);
}
.btn-secondary{
  border:1px solid rgba(202,165,90,.45);
  color:var(--gold-light);
}
.btn-secondary:hover{background:rgba(202,165,90,.10)}
.stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  margin-top:40px;
}
.stat-card,.contact-card,.service-card,.process-card,.contact-panel,.value-box{
  border:1px solid var(--border);
}
.stat-card{
  border-radius:24px;
  padding:20px;
  background:rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
}
.stat-card span,
.eyebrow,
.process-card p,
.contact-card span,
.contact-block span,
.phone-card span{
  display:block;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  color:var(--gold);
}
.stat-card strong{
  display:block;
  margin-top:8px;
  font-size:18px;
}
.contact-cards{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  max-width:560px;
  gap:16px;
  margin-top:40px;
}
.contact-card{
  text-decoration:none;
  color:inherit;
  border-radius:24px;
  padding:22px;
  text-align:center;
  background:#171717;
}
.contact-card strong{
  display:block;
  margin-top:8px;
  font-size:30px;
}
.section{padding:88px 0}
.section-dark{
  background:var(--bg2);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.section-intro{max-width:820px}
.eyebrow{
  margin:0 0 12px;
}
.featured-image{
  margin-top:48px;
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(202,165,90,.40);
  box-shadow:0 20px 40px rgba(0,0,0,.25);
}
.featured-image img{
  width:100%;
  height:560px;
  object-fit:cover;
}
.process-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
  margin-top:32px;
}
.process-card{
  background:var(--panel);
  padding:20px;
  border-radius:24px;
}
.process-card p{margin:0 0 12px}
.process-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:16px;
}
.value-box{
  margin-top:32px;
  background:var(--panel);
  border-radius:24px;
  padding:32px;
  text-align:center;
  color:#d4d4d8;
  font-size:20px;
  line-height:1.7;
}
.services-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
  margin-top:48px;
}
.service-card{
  background:#171717;
  border-radius:32px;
  padding:24px;
}
.icon-box{
  width:44px; height:44px;
  border-radius:16px;
  margin-bottom:20px;
  border:1px solid rgba(202,165,90,.30);
  background:rgba(202,165,90,.10);
}
.service-card p{
  margin-top:12px;
  color:var(--muted);
  line-height:1.7;
}
.contact-layout{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:32px;
  align-items:start;
}
.contact-panel{
  background:var(--panel);
  border-radius:32px;
  padding:28px;
}
.contact-block{
  border:1px solid var(--border);
  background:var(--panel2);
  border-radius:24px;
  padding:20px;
}
.contact-block a,
.contact-block strong{
  display:block;
  margin-top:10px;
  color:#fff;
  font-size:24px;
  font-weight:700;
  text-decoration:none;
  word-break:break-word;
}
.phone-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:24px 0;
}
.phone-card{
  text-decoration:none;
  color:inherit;
  border:1px solid var(--border);
  background:var(--panel2);
  border-radius:24px;
  padding:20px;
  text-align:center;
}
.phone-card strong{
  display:block;
  margin-top:8px;
  font-size:20px;
}
@media (max-width: 960px){
  .stats,
  .services-grid,
  .process-grid,
  .contact-layout{
    grid-template-columns:1fr;
  }
}
@media (max-width: 700px){
  .hero-content{padding:48px 0 72px}
  .section{padding:72px 0}
  .contact-cards,
  .phone-grid{
    grid-template-columns:1fr;
  }
  .featured-image img{height:360px}
  .process-card img{height:200px}
  .value-box{font-size:18px}
  .contact-card strong{font-size:26px}
}
