:root{
  --bg:#0b0f14;
  --panel:#0f1620;
  --card:#101a24;
  --text:#f3f6fb;
  --muted:#b7c2d0;
  --line:rgba(255,255,255,.12);
  --accent:#c9b07a; /* warm gold */
  --accent2:#7ac9c3; /* subtle teal for depth */
  --shadow: 0 16px 44px rgba(0,0,0,.45);
  --radius: 18px;
  --max: 1180px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  background:
    radial-gradient(1200px 640px at 15% -10%, rgba(201,176,122,.16), transparent 55%),
    radial-gradient(900px 520px at 90% 10%, rgba(122,201,195,.10), transparent 55%),
    var(--bg);
  color:var(--text);
  line-height:1.55;
}

a{color:inherit;text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:0 20px}

.header{
  position:sticky;top:0;z-index:20;
  backdrop-filter: blur(14px);
  background: rgba(11,15,20,.70);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}

.brand{display:flex;align-items:center;gap:12px}
.brand-mark{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(201,176,122,.18), rgba(255,255,255,.04));
  font-weight:800;
}
.brand-name{display:flex;flex-direction:column;letter-spacing:.18em}
.brand-top{font-size:12px;opacity:.95}
.brand-bottom{font-size:10px;opacity:.8}

.menu{display:none;gap:18px}
.menu a{font-size:13px;opacity:.85}
.menu a:hover{opacity:1}

.nav-cta{display:flex;gap:10px;flex-wrap:wrap}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 16px;border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  font-size:13px;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.btn:hover{transform: translateY(-1px);border-color: rgba(255,255,255,.22)}
.btn-primary{
  background: linear-gradient(180deg, rgba(201,176,122,.95), rgba(201,176,122,.80));
  color:#101217;border-color: rgba(201,176,122,.60);
}
.btn-primary:hover{background: linear-gradient(180deg, rgba(201,176,122,1), rgba(201,176,122,.86))}
.btn-ghost{background: transparent}
.btn-block{width:100%}

.hero{padding:64px 0 34px;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1fr;gap:26px;align-items:stretch}
.eyebrow{margin:0 0 10px;color:var(--accent);letter-spacing:.22em;text-transform:uppercase;font-size:12px}
h1{margin:0 0 12px;font-size:46px;line-height:1.05}
.lead{margin:0 0 18px;color:var(--muted);max-width:60ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}
.notice{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding:12px 14px;
  color: var(--muted);
  font-size:13px;
}

.hero-media{
  border-radius: calc(var(--radius) + 8px);
  min-height: 360px;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.44)),
    url("https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

.section{padding:68px 0}
.section-alt{background: rgba(255,255,255,.02);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-kicker{margin:0 0 10px;color:var(--accent);letter-spacing:.22em;text-transform:uppercase;font-size:12px}
h2{margin:0 0 10px;font-size:32px;line-height:1.15}
h3{margin:0 0 8px}
.muted{color:var(--muted)}
.small{font-size:12.5px}

.split{display:grid;grid-template-columns:1fr;gap:20px;align-items:start}

.stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}
.stat{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding:14px;
}
.stat-num{font-weight:900;letter-spacing:.02em}
.stat-label{color:var(--muted);font-size:13px;margin-top:4px}

.card{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: calc(var(--radius) + 6px);
  padding:18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
}

.feature-list{display:grid;gap:12px;margin:14px 0 16px}
.feature{border:1px solid rgba(255,255,255,.10);border-radius:14px;padding:12px;background: rgba(0,0,0,.18)}
.feature-title{font-weight:800}
.feature-text{color:var(--muted);font-size:13px;margin-top:4px}

.band{padding:44px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.band-grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:center}
.band-media{
  border-radius: calc(var(--radius) + 8px);
  min-height: 320px;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.46)),
    url("https://images.unsplash.com/photo-1524758631624-e2822e304c36?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}
.band-copy{padding:8px 0}

.section-head{margin-bottom:22px}

.grid-3{display:grid;grid-template-columns:1fr;gap:14px}
.tile, .quote{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: calc(var(--radius) + 6px);
  padding:18px;
  transition: transform .15s ease, border-color .15s ease;
}
.tile:hover, .quote:hover{transform: translateY(-2px);border-color: rgba(255,255,255,.22)}
.mini{margin:10px 0 0;padding-left:18px;color:var(--muted)}
.mini li{margin:6px 0}

.quote-text{margin:0;color:var(--text)}
.quote-meta{margin-top:12px}
.quote-name{font-weight:800}
.quote-role{color:var(--muted);font-size:13px}

.cta{padding:54px 0}
.cta-grid{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}
.cta-box{
  border:1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.18));
  border-radius: calc(var(--radius) + 8px);
  padding:18px;
  box-shadow: var(--shadow);
}
.cta-line{display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.10)}
.cta-line:last-of-type{border-bottom:none}
.cta-label{color:var(--muted);font-size:13px}
.cta-value{font-weight:900}

.contact-grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}
.contact-card{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: var(--radius);
  padding:14px;
  margin-top:14px;
}

.form{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius: calc(var(--radius) + 8px);
  padding:18px;
}
label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:12px;margin-bottom:12px}
input,textarea{
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.22);
  color: var(--text);
  outline: none;
}
input:focus,textarea:focus{border-color: rgba(201,176,122,.75)}
.sms{
  border:1px dashed rgba(255,255,255,.18);
  border-radius: 14px;
  padding:10px 12px;
  margin: 10px 0 12px;
  background: rgba(0,0,0,.18);
}
.sms summary{cursor:pointer;color:var(--text);font-weight:800}
.sms p{margin:10px 0 0}

.footer{padding:38px 0 18px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1fr;gap:18px;padding-bottom:18px}
.footer-title{font-weight:900;letter-spacing:.02em}
.footer-head{font-weight:900;margin-bottom:10px}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-links a{opacity:.85}
.footer-links a:hover{opacity:1}

.footer-bottom{
  display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;
  border-top:1px solid var(--line);
  padding-top:14px;
}
.footer-legal{display:flex;gap:14px}
.footer-legal a{opacity:.85}
.footer-legal a:hover{opacity:1}

@media (min-width: 920px){
  .menu{display:flex}
  .hero-grid{grid-template-columns:1.1fr .9fr}
  .split{grid-template-columns:1.05fr .95fr}
  .band-grid{grid-template-columns:1fr 1fr}
  .grid-3{grid-template-columns:repeat(3,1fr)}
  .cta-grid{grid-template-columns:1.3fr .7fr}
  .contact-grid{grid-template-columns:1fr 1fr}
  .stats{grid-template-columns:repeat(4,1fr)}
  h1{font-size:52px}
}
