
:root{
  --gold:#b88a2c;
  --gold-soft:#d8b35a;
  --gold-pale:#f8f1df;
  --text:#201a12;
  --muted:#6c604f;
  --white:#ffffff;
  --shadow:0 16px 40px rgba(40,28,10,.10);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none}

.container{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
}

.centered{text-align:center}

.hero{
  background:
    radial-gradient(circle at top left, rgba(216,179,90,.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(184,138,44,.14), transparent 32%),
    linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
  padding:72px 0 64px;
  position:relative;
  overflow:hidden;
}
.hero::before,
.hero::after{
  content:"";
  position:absolute;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(216,179,90,.16), rgba(184,138,44,.08));
}
.hero::before{width:260px;height:260px;left:-90px;top:-40px}
.hero::after{width:320px;height:320px;right:-110px;bottom:-90px}

.hero-content{
  position:relative;
  z-index:1;
  text-align:center;
}

.logo-box{
  width:190px;
  margin:0 auto 24px;
  background:#fff;
  border:1px solid rgba(184,138,44,.24);
  border-radius:28px;
  padding:18px;
  box-shadow:var(--shadow);
}
.logo{
  width:100%;
  height:auto;
  object-fit:contain;
}

.brand{
  margin:0;
  font-size:.94rem;
  font-weight:700;
  letter-spacing:.30em;
  color:var(--gold);
}

h1{
  margin:10px 0 0;
  font-size:clamp(2.2rem, 5vw, 4rem);
  line-height:1.05;
}
h2{
  margin:8px 0 0;
  font-size:clamp(1.3rem, 2.8vw, 2rem);
  color:var(--muted);
  font-weight:600;
}
.name{
  margin:14px 0 0;
  font-weight:700;
  font-size:1.08rem;
}
.tagline{
  margin:18px auto 0;
  max-width:760px;
  padding:14px 18px;
  border-radius:999px;
  border:1px solid rgba(184,138,44,.22);
  background:rgba(248,241,223,.7);
  font-size:1.08rem;
}
.coverage{
  margin:16px 0 0;
  color:var(--gold);
  font-weight:700;
}

.hero-actions{
  margin-top:28px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  padding:14px 24px;
  border-radius:999px;
  font-weight:700;
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg, var(--gold), var(--gold-soft));
  box-shadow:0 12px 24px rgba(184,138,44,.26);
}
.btn-secondary{
  color:var(--text);
  background:#fff;
  border:1px solid rgba(184,138,44,.28);
  box-shadow:var(--shadow);
}

.section{
  padding:78px 0;
}
.section-kicker{
  display:inline-block;
  margin-bottom:10px;
  font-size:.82rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700;
}
.section h3{
  margin:0 0 14px;
  font-size:clamp(1.8rem, 3vw, 2.6rem);
  line-height:1.15;
}
.intro p,
.specialty p{
  max-width:820px;
  margin:0 auto;
  color:var(--muted);
}

.specialty-card,
.contact-panel,
.card,
.value-box{
  background:#fff;
  border:1px solid rgba(184,138,44,.18);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.specialty-card{
  padding:36px;
  text-align:center;
  background:linear-gradient(135deg, #fffaf0, #ffffff);
}

.grid{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}
.card{
  padding:24px;
  transition:transform .2s ease, box-shadow .2s ease;
}
.card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(0,0,0,.08);
}
.card h4{
  margin:0 0 10px;
  font-size:1.05rem;
}
.card p{
  margin:0;
  color:var(--muted);
  font-size:.96rem;
}

.values{
  background:linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
}
.values-grid{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}
.value-box{
  padding:28px 18px;
  text-align:center;
}

.contact-panel{
  padding:34px;
  display:grid;
  grid-template-columns:1.4fr .9fr;
  gap:24px;
  align-items:center;
}
.contact-list{
  list-style:none;
  margin:16px 0 0;
  padding:0;
}
.contact-list li{
  padding:10px 0;
  border-bottom:1px solid rgba(184,138,44,.14);
}
.contact-list li:last-child{border-bottom:none}
.contact-list a{
  color:var(--gold);
  font-weight:700;
}

.contact-actions{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.full{width:100%}

.footer{
  background:#15110d;
  color:#f7efdf;
  padding:44px 0 56px;
}
.footer-logo{
  width:88px;
  margin:0 auto 12px;
  background:#fff;
  border-radius:18px;
  padding:8px;
}
.footer-brand{color:var(--gold-soft)}
.footer p{margin:4px 0}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

@media (max-width: 980px){
  .grid{grid-template-columns:repeat(2, 1fr)}
  .contact-panel{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .hero{padding:56px 0 52px}
  .logo-box{width:150px}
  .tagline{border-radius:24px}
  .grid{grid-template-columns:1fr}
  .values-grid{grid-template-columns:1fr}
  .section{padding:62px 0}
  .contact-panel{padding:24px}
}
