
:root{
  --gold:#E1D6B7; --gold-hot:#FFFDF4; --gold-bright:#F3EBD3; --gold-deep:#A68A56;
  --ink:#0a0800; --bg:#0C0B0A; --text:#F4F1E9; --muted:#9A968C; --soft:rgba(244,241,233,.62);
  --brd:rgba(225,214,183,.24);
  --fd:"Cormorant Garamond",Georgia,serif; --fu:"Barlow Condensed",sans-serif;
  --fb:Inter,system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(1200px 640px at 80% -10%, rgba(225,214,183,.12), transparent 55%),
    radial-gradient(900px 500px at 10% 20%, rgba(225,214,183,.06), transparent 55%),
    #070605;
  color:var(--text); font-family:var(--fb); font-size:16px; line-height:1.6;
  -webkit-font-smoothing:antialiased; min-height:100vh;
}
a{color:inherit;text-decoration:none}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px}
nav{
  position:sticky;top:0;z-index:50;height:64px;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 3.5%;
  background:rgba(8,7,6,.96); backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,248,232,.08);
}
.nav-logo{
  font-family:Cinzel,serif; font-weight:600; font-size:13px; letter-spacing:.14em; text-transform:uppercase;
  background:linear-gradient(180deg,#FFFBEE,#F3E7C8 55%,#D9C89E);
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
  display:flex; align-items:center; gap:10px;
}
.nav-logo img{width:28px;height:28px;object-fit:contain;-webkit-text-fill-color:initial}
.nav-links{display:flex;gap:18px;align-items:center;list-style:none;flex-wrap:wrap}
.nav-links a{font-size:13px;color:var(--muted);font-weight:500}
.nav-links a:hover{color:var(--text)}
.btn-gold{
  font-size:13px;font-weight:700;padding:9px 16px;border-radius:10px;border:none;cursor:pointer;
  background:linear-gradient(135deg,#FFFDF4,#E1D6B7); color:var(--ink);
  box-shadow:0 4px 18px rgba(225,214,183,.28);
}
.btn-ghost{
  font-size:13px;font-weight:500;padding:9px 14px;border-radius:10px;cursor:pointer;
  border:1px solid var(--brd); background:transparent; color:var(--soft);
}
.hero{padding:56px 0 28px}
.crumbs{font-size:12px;color:var(--muted);margin-bottom:18px}
.crumbs a{color:rgba(225,214,183,.75)}
.crumbs a:hover{color:var(--gold-hot)}
.kicker{
  font-family:var(--fu); font-size:11px; font-weight:700; letter-spacing:.22em; text-transform:uppercase;
  color:rgba(225,214,183,.72); margin-bottom:14px;
  display:inline-flex; align-items:center; gap:10px;
}
.badge{
  font-family:var(--fu); font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  color:var(--ink); background:linear-gradient(135deg,#FFFDF4,#E1D6B7);
  padding:4px 9px; border-radius:999px;
}
.badge.ghost{
  color:rgba(225,214,183,.85); background:rgba(225,214,183,.1);
  border:1px solid rgba(225,214,183,.35);
}
h1{
  font-family:var(--fd); font-weight:700; font-size:clamp(34px,5vw,52px); line-height:1.08;
  letter-spacing:.01em; margin-bottom:14px;
  background:linear-gradient(180deg,#FFFFFA 0%,#F6EED6 40%,#E1D6B7 62%,#D9CCA6 78%,#F2E9CE 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent; -webkit-text-fill-color:transparent;
}
.tagline{font-size:clamp(18px,2.2vw,22px); color:rgba(244,241,233,.78); max-width:40ch; margin-bottom:18px}
.summary{font-size:16px; color:var(--soft); max-width:62ch; margin-bottom:28px}
.hero-row{display:flex; gap:28px; align-items:flex-start; flex-wrap:wrap}
.hero-copy{flex:1 1 340px; min-width:280px}
.hero-icon{
  width:120px; height:120px; border-radius:28px; flex-shrink:0;
  display:grid; place-items:center;
  background:radial-gradient(circle at 50% 34%, rgba(48,40,26,.98) 0%, #100E0B 62%, #080706 100%);
  border:1.5px solid rgba(225,214,183,.5);
  box-shadow:0 20px 48px rgba(0,0,0,.7), 0 0 48px rgba(225,214,183,.16),
    inset 0 1px 0 rgba(255,251,238,.16);
}
.hero-icon img{
  width:84px; height:84px; object-fit:contain;
  filter:brightness(1.3) contrast(1.18) saturate(1.2)
    drop-shadow(0 0 6px rgba(255,236,170,.95)) drop-shadow(0 0 18px rgba(225,214,183,.55));
}
.actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:8px}
.grid-2{display:grid; grid-template-columns:1fr 1fr; gap:18px; margin:28px 0}
@media(max-width:800px){ .grid-2{grid-template-columns:1fr} }
.card{
  position:relative; overflow:hidden; border-radius:20px; padding:26px 24px;
  background:
    linear-gradient(125deg, rgba(255,252,242,.16) 0%, transparent 42%),
    linear-gradient(160deg, #1A1712 0%, #0E0C0A 52%, #080706 100%);
  border:1px solid rgba(225,214,183,.34);
  box-shadow:0 22px 50px rgba(0,0,0,.72), inset 0 1px 0 rgba(255,251,238,.12);
}
.card h2{
  font-family:var(--fd); font-size:24px; font-weight:600; color:#F6EFD9;
  margin-bottom:10px; letter-spacing:-.01em;
}
.card p{ color:rgba(244,241,233,.68); font-size:15px; }
.section{padding:18px 0 10px}
.section h2{
  font-family:var(--fd); font-size:28px; font-weight:600; color:#F6EFD9;
  margin:28px 0 16px;
}
.steps{display:flex; flex-direction:column; gap:12px}
.step{
  display:grid; grid-template-columns:56px 1fr; gap:16px; align-items:start;
  padding:18px 18px; border-radius:16px;
  background:linear-gradient(160deg, rgba(255,250,240,.05), rgba(8,7,6,.5));
  border:1px solid rgba(225,214,183,.2);
}
.step .n{
  font-family:var(--fu); font-size:18px; font-weight:800; letter-spacing:.06em;
  color:var(--ink); background:linear-gradient(135deg,#FFFDF4,#E1D6B7);
  width:44px; height:44px; border-radius:12px; display:grid; place-items:center;
}
.step h3{font-size:16px; font-weight:700; color:#F6EFD9; margin-bottom:4px}
.step p{font-size:14px; color:rgba(244,241,233,.62)}
.feats{list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:10px}
@media(max-width:700px){ .feats{grid-template-columns:1fr} }
.feats li{
  display:flex; gap:10px; align-items:flex-start;
  padding:14px 14px; border-radius:14px;
  background:rgba(255,250,240,.03); border:1px solid rgba(225,214,183,.18);
  font-size:14px; color:rgba(244,241,233,.72);
}
.feats li::before{
  content:''; width:8px; height:8px; margin-top:6px; flex-shrink:0; border-radius:50%;
  background:linear-gradient(135deg,#FFFDF4,#E1D6B7); box-shadow:0 0 10px rgba(225,214,183,.5);
}
.walk{counter-reset:w; list-style:none; display:flex; flex-direction:column; gap:8px}
.walk li{
  counter-increment:w; padding:12px 14px 12px 48px; position:relative;
  border-radius:12px; border:1px solid rgba(225,214,183,.16);
  background:rgba(255,250,240,.03); color:rgba(244,241,233,.7); font-size:14.5px;
}
.walk li::before{
  content:counter(w); position:absolute; left:14px; top:50%; transform:translateY(-50%);
  font-family:var(--fu); font-weight:800; font-size:13px; color:rgba(225,214,183,.85);
}
.cta-band{
  margin:40px 0 60px; padding:32px 28px; border-radius:22px; text-align:center;
  background:
    linear-gradient(125deg, rgba(255,252,242,.2) 0%, transparent 50%),
    linear-gradient(160deg, #1C1913 0%, #0B0A08 100%);
  border:1.5px solid rgba(225,214,183,.4);
  box-shadow:0 28px 64px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,251,238,.16);
}
.cta-band h2{font-family:var(--fd); font-size:clamp(24px,3vw,32px); margin-bottom:10px; color:#F6EFD9}
.cta-band p{color:rgba(244,241,233,.62); margin-bottom:20px}
.more{padding:10px 0 50px}
.more h2{font-family:var(--fd); font-size:22px; color:#F6EFD9; margin-bottom:14px}
.more-grid{display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:12px}
.more a{
  display:block; padding:16px; border-radius:14px; font-weight:600; font-size:14px;
  background:linear-gradient(160deg,#15130F,#0A0908); border:1px solid rgba(225,214,183,.22);
  color:rgba(244,241,233,.8); transition:border-color .18s, transform .18s;
}
.more a:hover{border-color:rgba(225,214,183,.5); transform:translateY(-2px); color:#FFFDF4}
.more a span{display:block; font-size:12px; font-weight:500; color:rgba(244,241,233,.45); margin-top:4px}
footer{
  border-top:1px solid rgba(255,248,232,.08); padding:28px 3.5% 40px;
  display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap;
  font-size:13px; color:var(--muted);
}
