:root{
  --bg0:#07070a;          /* midnight charcoal */
  --bg1:#0c0d12;          /* deep slate */
  --warm:#b08b57;         /* bronze-gold */
  --gold:#d9b77a;         /* warm brushed gold */
  --text:#f2eee7;         /* soft off-white */
  --muted:rgba(242,238,231,.72);
  --line:rgba(255,255,255,.12);
  --card:rgba(255,255,255,.06);
  --shadow:0 24px 80px rgba(0,0,0,.55);
  --radius:18px;
  --radius2:24px;
  --max:1100px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:
    radial-gradient(900px 650px at 28% 18%, rgba(217,183,122,.14), transparent 60%),
    radial-gradient(700px 520px at 78% 26%, rgba(176,139,87,.10), transparent 62%),
    linear-gradient(180deg, var(--bg0), var(--bg1) 60%, #060607);
  overflow-x:hidden;
}

/* Subtle film grain */
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.06;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
}

a{color:inherit; text-decoration:none}
.wrap{max-width:var(--max); margin:0 auto; padding:26px 18px 70px}
.small{font-size:13px; color:var(--muted); line-height:1.7}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background:rgba(7,7,10,.55);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar .inner{
  max-width:var(--max);
  margin:0 auto;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.brand{
  display:flex; align-items:center; gap:12px;
  letter-spacing:.16em; text-transform:uppercase; font-weight:750;
}
.dot{
  width:10px; height:10px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #fff, var(--gold) 55%, rgba(217,183,122,.2));
  box-shadow:0 0 26px rgba(217,183,122,.55);
}
nav{display:flex; gap:12px; flex-wrap:wrap; justify-content:flex-end}
nav a{
  font-size:13px; color:var(--muted);
  padding:8px 10px; border-radius:999px;
  border:1px solid transparent;
}
nav a:hover{color:var(--text); border-color:rgba(255,255,255,.14)}

.hero{
  padding:54px 0 30px;
  display:grid;
  gap:18px;
}
.eyebrow{
  color:rgba(217,183,122,.92);
  letter-spacing:.22em;
  text-transform:uppercase;
  font-size:12px;
}
h1{
  margin:0;
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  letter-spacing:-.02em;
  font-weight:650;
  font-size:52px;
  line-height:1.06;
}
.sub{
  max-width:780px;
  font-size:16px;
  color:var(--muted);
  line-height:1.75;
}

.ctaRow{display:flex; gap:12px; flex-wrap:wrap; margin-top:6px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  box-shadow:var(--shadow);
  font-weight:750;
  letter-spacing:.02em;
  transform: translateY(0);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover{transform: translateY(-1px); border-color:rgba(255,255,255,.22)}
.btn.primary{
  border-color: rgba(217,183,122,.48);
  background: linear-gradient(135deg, rgba(217,183,122,.20), rgba(255,255,255,.05));
  position:relative;
}
.btn.primary:after{
  content:"";
  position:absolute; inset:-1px;
  border-radius:14px;
  box-shadow:0 0 40px rgba(217,183,122,.12);
  pointer-events:none;
}
.btn.ghost{
  border-color: rgba(217,183,122,.22);
  background: rgba(217,183,122,.06);
}

.grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:16px;
  margin-top:18px;
}
@media (max-width: 900px){
  h1{font-size:40px}
  .grid{grid-template-columns:1fr}
}

.card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius2);
  padding:18px;
  box-shadow:var(--shadow);
}
.cardTitleRow{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
}
.cardTitle{
  margin:0;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.badge{
  font-size:12px;
  color:rgba(217,183,122,.95);
  border:1px solid rgba(217,183,122,.35);
  padding:6px 10px;
  border-radius:999px;
  background:rgba(217,183,122,.08);
  white-space:nowrap;
}
.hr{height:1px; background:rgba(255,255,255,.10); margin:14px 0}

.twoCol{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}
@media (max-width: 900px){
  .twoCol{grid-template-columns:1fr}
}

.media{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.18);
  min-height:240px;
  display:flex; align-items:center; justify-content:center;
  color:rgba(242,238,231,.55);
  position:relative;
}
.media img{width:100%; height:100%; object-fit:cover; display:block}
.media:after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.55));
  pointer-events:none;
}

.pillRow{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.pill{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.12);
  color:var(--muted);
  padding:8px 10px;
  border-radius:999px;
  font-size:13px;
}

.section{margin-top:16px}
.section h2{
  margin:0 0 10px;
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-weight:650;
  font-size:28px;
  letter-spacing:-.01em;
}
.section p{margin:8px 0; color:var(--muted); line-height:1.75}

.strip{
  margin-top:16px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.04);
  display:flex; gap:10px; flex-wrap:wrap;
}
.strip span{
  font-size:13px;
  color:rgba(242,238,231,.74);
  border:1px solid rgba(255,255,255,.10);
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.12);
}

.footer{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
  color:rgba(242,238,231,.55);
  font-size:12px;
}

.kicker{
  color:rgba(217,183,122,.92);
  letter-spacing:.16em;
  text-transform:uppercase;
  font-size:12px;
}

/* Tables / lists */
.list{
  display:grid;
  gap:10px;
}
.row{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.row strong{letter-spacing:.02em}
.row small{color:var(--muted)}
