
:root{
  --bg:#ffffff;
  --bg-soft:#fbfaf6;
  --text:#1b1405;
  --muted:#5f5a50;
  --gold:#d4af37;        /* classic gold */
  --gold-2:#f3d77b;      /* light gold */
  --gold-deep:#a0781c;   /* deeper accent */
  --ring:rgba(212,175,55,.35);
  --shadow-lg: 0 30px 60px rgba(0,0,0,.15);
  --shadow: 0 12px 28px rgba(0,0,0,.10), 0 4px 12px rgba(0,0,0,.06);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color:var(--text);
  background:
    radial-gradient(1200px 400px at 50% -200px, rgba(212,175,55,.10), transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--bg-soft) 60%, #f7f3ea 100%);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}

.container{max-width:1120px;margin:0 auto;padding:0 20px}
.section{padding:80px 0; position:relative}
.section .title{margin:0 0 8px; font-size:32px}
.section small.sub{color:var(--muted)}

.sep{
  height:1px; width:100%;
  background: linear-gradient(90deg, rgba(0,0,0,0), rgba(212,175,55,.35), rgba(0,0,0,0));
  margin: 28px 0 -20px;
  opacity:.7;
}

.nav{
  position:sticky; top:0; z-index:50;
  background: rgba(255,255,255,.7); backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(212,175,55,.20);
}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.logo{
  font-weight:900; letter-spacing:.6px; font-size:22px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold));
  -webkit-background-clip:text; background-clip:text; color:transparent;
  text-shadow: 0 .5px 0 rgba(255,255,255,.45);
}
.nav a{color:#2d2d2d;text-decoration:none;font-weight:700;margin-left:18px}
.nav a:hover{color:var(--gold-deep)}

.btn{
  appearance:none;border:none;cursor:pointer;font-weight:900;
  color:#231a08; border-radius:16px; padding:14px 22px;
  background: linear-gradient(140deg, var(--gold) 0%, var(--gold-2) 55%, #ffe8a4 100%);
  box-shadow: 0 16px 28px rgba(212,175,55,.30), inset 0 1px 1px rgba(255,255,255,.7);
  transition: transform .1s ease, box-shadow .2s ease, filter .2s ease;
}
.btn:hover{transform: translateY(-1px); box-shadow: 0 22px 34px rgba(212,175,55,.36), inset 0 1px 1px rgba(255,255,255,.8);}
.btn:active{transform: translateY(0); filter: brightness(.96)}

.hero{
  padding:86px 0 36px;
}
.hero-wrap{
  display:grid; gap:28px; align-items:center;
  grid-template-columns: 1.1fr .9fr;
}
.card-3d{
  position:relative; border-radius:28px; padding:30px; background:#fff;
  box-shadow: var(--shadow); border:1px solid rgba(212,175,55,.22);
  transform: translateZ(0);
}
.card-3d::after{
  content:""; position:absolute; inset:0; border-radius:28px; pointer-events:none;
  background: linear-gradient(150deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,0) 30% 70%, rgba(255,255,255,.7) 100%);
  mix-blend-mode: screen; opacity:.7;
}
.hero h1{margin:0;font-size:46px; line-height:1.12}
.hero p{margin-top:10px;color:var(--muted)}
.pills{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 0}
.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(212,175,55,.30);box-shadow:0 6px 14px rgba(212,175,55,.15)}
.pill .dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--gold-2))}

.stack{
  position:relative; perspective: 1200px; height: 380px;
}
.stack img{
  width:100%; height:100%; object-fit:cover; border-radius:24px; position:absolute; inset:0;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(0,0,0,.06);
  transform: rotateY(-8deg) rotateX(3deg);
  transition: transform .4s ease;
}
.stack img:nth-child(2){ transform: rotateY(6deg) translate(12px, 18px) scale(.99)}
.stack img:nth-child(3){ transform: rotateY(-2deg) translate(-14px, 28px) scale(.975); opacity:.98}
.stack:hover img:first-child{ transform: rotateY(-2deg) translateY(-4px)}
.stack:hover img:nth-child(2){ transform: rotateY(4deg) translate(18px, 20px) scale(1.005)}
.stack:hover img:nth-child(3){ transform: rotateY(-1deg) translate(-16px, 30px) scale(.98)}

.services .cards{
  display:grid; gap:22px; grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
}
.card{
  border-radius:18px;background:#fff; box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.06); padding:18px; position:relative; overflow:hidden;
}
.card .icon{
  width:46px;height:46px;border-radius:12px;
  background: radial-gradient(60% 100% at 30% 10%, #fff 0%, #fff 40%, #f5e8bb 100%), linear-gradient(135deg, var(--gold), var(--gold-2));
  display:grid;place-items:center; font-weight:900; color:#3b2a00; box-shadow: inset 0 1px 1px rgba(255,255,255,.7);
  border: 1px solid rgba(212,175,55,.35)
}
.card h3{margin:.3rem 0 .1rem}
.card p{color:var(--muted); margin:.2rem 0 0}
.card::before{
  content:""; position:absolute; inset:auto -20% -40% -20%; height:70%;
  background: radial-gradient(60% 80% at 50% 0%, rgba(212,175,55,.18), transparent 60%);
  filter: blur(18px);
}

.info{
  display:grid; gap:20px; grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
}
.info .box{
  border-radius:18px;background:#fff; box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.06); padding:20px;
}

.gallery{
  display:grid; gap:18px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.gallery img{
  width:100%; height:230px; object-fit:cover; border-radius:16px; box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.06);
  transition: transform .25s ease;
}
.gallery img:hover{ transform: translateY(-3px) }

footer{
  background:#121212; color:#eaeaea; padding:42px 0; margin-top:40px;
}
footer a{color:#f3d77b; text-decoration:none}
footer .mini{color:#c7c7c7;font-size:14px}

@media (max-width: 900px){
  .hero-wrap{grid-template-columns:1fr}
  .stack{height:300px}
  .hero h1{font-size:38px}
}
