
:root{
  --bg:#0f0e0d;
  --bg2:#171513;
  --card:#1b1916;
  --line:#2c2821;
  --text:#f4f0e8;
  --muted:#c4b8a0;
  --gold1:#b68935;
  --gold2:#f0d28f;
  --gold3:#6e5120;
  --white:#fffdfa;
  --shadow:0 12px 36px rgba(0,0,0,.35);
  --radius:18px;
  --max:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 500px at 120% -10%, rgba(182,137,53,.18), transparent 60%),
    radial-gradient(800px 400px at -10% 10%, rgba(240,210,143,.08), transparent 60%),
    linear-gradient(180deg,var(--bg),#0b0a09 40%, var(--bg) 100%);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 32px), var(--max)); margin-inline:auto}
.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background:linear-gradient(180deg, rgba(15,14,13,.85), rgba(15,14,13,.6));
  border-bottom:1px solid rgba(240,210,143,.12);
}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}
.logo{
  display:flex; flex-direction:column; line-height:1.05;
  font-family:"Cormorant Garamond", Georgia, serif; font-size:30px; font-weight:700;
}
.gold{
  background:linear-gradient(90deg,var(--gold1), var(--gold2) 45%, var(--gold1));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.logo small{font-family:Inter, sans-serif; font-size:12px; color:var(--muted); letter-spacing:.08em; text-transform:uppercase; margin-top:2px}
.nav{display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end}
.nav a{
  font-size:14px; color:#efe7d8; padding:8px 11px; border:1px solid transparent; border-radius:999px;
}
.nav a:hover,.nav a.active{border-color:rgba(240,210,143,.25); background:rgba(240,210,143,.06)}
.cta{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  border-radius:999px; padding:12px 18px; font-weight:700;
  border:1px solid rgba(240,210,143,.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 8px 24px rgba(0,0,0,.2);
}
.cta.primary{background:linear-gradient(180deg, rgba(240,210,143,.18), rgba(182,137,53,.12)); color:#fff4d6}
.cta.secondary{background:rgba(255,255,255,.02)}
.hero{padding:38px 0 24px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch}
.panel{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border:1px solid rgba(240,210,143,.14);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.hero-copy{padding:28px}
.badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(240,210,143,.2);border-radius:999px;padding:6px 10px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
h1,h2,h3{line-height:1.15;margin:0 0 12px}
h1{font-size:clamp(30px,4.8vw,52px);font-family:"Cormorant Garamond", Georgia, serif;font-weight:700}
h2{font-size:clamp(24px,3vw,38px);font-family:"Cormorant Garamond", Georgia, serif;font-weight:700}
h3{font-size:20px}
.lead{font-size:17px;color:#efe7d8;max-width:66ch}
.muted{color:var(--muted)}
.hero-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.hero-cards{padding:20px;display:grid;gap:14px}
.kpi{padding:14px;border:1px solid rgba(240,210,143,.12);border-radius:14px;background:rgba(255,255,255,.02)}
.kpi strong{display:block;font-size:21px;color:#fff3d0}
.kpi span{color:var(--muted);font-size:13px}
.section{padding:20px 0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.card{
  border-radius:16px;border:1px solid rgba(240,210,143,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  box-shadow:var(--shadow); padding:18px;
}
.card h3{margin-bottom:8px}
.card p{margin:0;color:#eadfcb}
.card .small{font-size:13px;color:var(--muted)}
.card .price-line{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed rgba(240,210,143,.12)}
.card .price-line:last-child{border-bottom:0}
table.prices{width:100%;border-collapse:collapse}
table.prices th, table.prices td{padding:10px 12px;border-bottom:1px solid rgba(240,210,143,.08);vertical-align:top}
table.prices th{text-align:left;color:var(--muted);font-size:13px}
table.prices td:last-child, table.prices th:last-child{text-align:right;white-space:nowrap}
.table-wrap{overflow:auto;border-radius:14px;border:1px solid rgba(240,210,143,.12)}
.notice{
  padding:14px 16px;border-radius:14px;border:1px solid rgba(240,210,143,.14);
  background:rgba(240,210,143,.04); color:#efe7d8
}
.list-check{padding-left:18px;margin:8px 0}
.list-check li{margin:5px 0}
.faq details{
  border:1px solid rgba(240,210,143,.12);
  border-radius:14px; padding:12px 14px; background:rgba(255,255,255,.015);
}
.faq details+details{margin-top:10px}
.faq summary{cursor:pointer; font-weight:600}
footer{padding:26px 0 40px; color:var(--muted)}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.sep{height:1px;background:linear-gradient(90deg,transparent, rgba(240,210,143,.18), transparent);margin:18px 0}
.tagline{font-family:"Cormorant Garamond", Georgia, serif; font-size:22px}
.local-block{display:grid;gap:10px}
.pill-links{display:flex;flex-wrap:wrap;gap:8px}
.pill-links a{padding:8px 10px;border-radius:999px;border:1px solid rgba(240,210,143,.14);font-size:13px;color:#efe4ce;background:rgba(255,255,255,.02)}
.hero-art{
  min-height:100%; padding:20px; position:relative; overflow:hidden;
}
.hero-art::before{
  content:""; position:absolute; inset:-30%;
  background:
   radial-gradient(circle at 30% 35%, rgba(240,210,143,.18), transparent 40%),
   radial-gradient(circle at 70% 60%, rgba(182,137,53,.14), transparent 45%),
   conic-gradient(from 120deg at 50% 50%, rgba(255,255,255,.02), rgba(240,210,143,.04), rgba(255,255,255,.015), rgba(182,137,53,.04), rgba(255,255,255,.02));
  filter: blur(8px);
}
.hero-art .shape{
  position:relative; z-index:1; height:100%;
  border-radius:18px; border:1px solid rgba(240,210,143,.12);
  background:
   linear-gradient(135deg, rgba(255,255,255,.02), rgba(255,255,255,.01)),
   radial-gradient(600px 240px at 80% 20%, rgba(240,210,143,.11), transparent 60%);
  display:grid; place-items:center; padding:22px;
}
.mosaic{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%}
.tile{border-radius:16px;min-height:120px;border:1px solid rgba(240,210,143,.14);background:linear-gradient(145deg, rgba(240,210,143,.08), rgba(255,255,255,.02));padding:14px;display:flex;flex-direction:column;justify-content:flex-end}
.tile strong{font-size:16px}
.tile small{color:var(--muted)}
.local-map{
  border-radius:16px; border:1px solid rgba(240,210,143,.12); padding:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
}
.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:8px}
.breadcrumbs a{color:#e9dcc5}
@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
}
@media (max-width: 700px){
  .nav{display:none}
  .topbar-inner{padding:10px 0}
  .logo{font-size:24px}
  .hero-copy{padding:20px}
  .hero{padding-top:20px}
  .grid-3,.grid-2{grid-template-columns:1fr}
  table.prices th,table.prices td{padding:9px}
}
