:root{
  --bg:#0f0d0b;
  --text:#E5D4B1;
  --sub:#c4a882;
  --line:#2a211b;
  --muted:#7a7268;
  --accent:#c4a882;
  --section-bg:#f5f1ec;
  --section-text:#1e1c1a;
}
body{margin:0;font-family:'Segoe UI',sans-serif;background:var(--bg);color:var(--text)}
.hero{text-align:center;padding:80px 20px;background:radial-gradient(circle at top,#2a211b,#0f0d0b)}
.hero img{width:120px;border-radius:50%;box-shadow:0 0 20px rgba(196,168,130,.4)}
h1{font-size:clamp(2rem,5vw,3rem);font-weight:300;margin-top:20px}
.sub{color:var(--sub);margin-top:10px}
.cta{display:inline-block;margin-top:25px;padding:16px 34px;background:linear-gradient(180deg,#c4a882,#8c6a4e);color:#1a1613;text-decoration:none;font-weight:bold;border-radius:6px}
.section{background:var(--section-bg);color:var(--section-text);padding:60px 20px;text-align:center}
ul{max-width:600px;margin:20px auto;text-align:left;line-height:2}
.small{font-size:.9rem;color:var(--muted)}
