
:root{
  --gold:#E1D6B7; --gold-hot:#FFFDF4; --ink:#0a0800;
  --text:#F4F1E9; --muted:#9A968C; --soft:rgba(244,241,233,.65);
  --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(1100px 600px at 70% -8%, rgba(225,214,183,.14), transparent 55%),
    radial-gradient(800px 480px at 10% 40%, rgba(225,214,183,.05), transparent 55%),
    #070605;
  color:var(--text); font-family:var(--fb); font-size:16px; line-height:1.55;
  -webkit-font-smoothing:antialiased; min-height:100vh;
}
a{color:inherit;text-decoration:none}
.wrap{max-width:1180px;margin:0 auto;padding:0 22px}
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;-webkit-text-fill-color:initial}
.nav-links{display:flex;gap:14px;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); display:inline-block;
}
.btn-ghost{
  font-size:13px;font-weight:500;padding:9px 14px;border-radius:10px;cursor:pointer;
  border:1px solid rgba(225,214,183,.28); background:transparent; color:var(--soft); display:inline-block;
}
.hero{padding:44px 0 18px; text-align:center}
.crumbs{font-size:12px;color:var(--muted);margin-bottom:14px;text-align:left}
.crumbs a{color:rgba(225,214,183,.75)}
.kicker{
  font-family:var(--fu); font-size:11px; font-weight:800; letter-spacing:.2em; text-transform:uppercase;
  color:rgba(225,214,183,.72); margin-bottom:12px;
}
h1{
  font-family:var(--fd); font-weight:700; font-size:clamp(34px,5vw,52px); line-height:1.08;
  margin:0 auto 14px; max-width:16ch;
  background:linear-gradient(180deg,#FFFFFA 0%,#F6EED6 40%,#E1D6B7 62%,#F2E9CE 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent; -webkit-text-fill-color:transparent;
}
.lede{font-size:16.5px;color:var(--soft);max-width:46ch;margin:0 auto 22px}
.toolbar{
  display:flex; flex-wrap:wrap; gap:10px; justify-content:center; align-items:center;
  margin:8px auto 28px; max-width:720px;
}
.tabs{display:flex; gap:8px; flex-wrap:wrap; justify-content:center}
.tab{
  font-family:var(--fu); font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  padding:10px 16px; border-radius:999px; cursor:pointer; border:1px solid rgba(225,214,183,.28);
  background:rgba(225,214,183,.05); color:rgba(244,241,233,.7);
}
.tab.on{
  color:var(--ink); background:linear-gradient(135deg,#FFFDF4,#E1D6B7); border-color:transparent;
  box-shadow:0 6px 20px rgba(225,214,183,.28);
}
.search{
  flex:1 1 200px; max-width:280px;
  background:linear-gradient(180deg, rgba(255,250,240,.06), rgba(12,10,8,.5));
  border:1px solid rgba(225,214,183,.28); border-radius:12px;
  padding:11px 14px; color:#F6EFD9; font-size:14px; outline:none;
}
.search:focus{border-color:rgba(243,235,211,.6); box-shadow:0 0 0 3px rgba(225,214,183,.12)}
.count{font-size:12.5px;color:rgba(244,241,233,.45); width:100%; text-align:center}
.grid{
  display:grid; grid-template-columns:repeat(auto-fill,minmax(180px,1fr)); gap:16px;
  padding-bottom:48px;
}
.card{
  position:relative; overflow:hidden; border-radius:18px; padding:16px 14px 18px;
  background:
    linear-gradient(125deg, rgba(255,252,242,.14) 0%, transparent 45%),
    linear-gradient(160deg,#1A1712,#0A0908);
  border:1px solid rgba(225,214,183,.3);
  box-shadow:0 16px 40px rgba(0,0,0,.65), inset 0 1px 0 rgba(255,251,238,.08);
  cursor:pointer; transition:transform .2s, border-color .2s, box-shadow .2s;
  text-align:center;
}
.card:hover,.card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(225,214,183,.55);
  box-shadow:0 22px 50px rgba(0,0,0,.75), 0 0 28px rgba(225,214,183,.12);
  outline:none;
}
.card.selected{ border-color:rgba(243,235,211,.7); box-shadow:0 0 0 1px rgba(225,214,183,.3), 0 20px 48px rgba(0,0,0,.7); }
.portrait{
  width:100%; aspect-ratio:3/4; border-radius:14px; overflow:hidden; margin-bottom:12px;
  background:#050403; border:1px solid rgba(225,214,183,.2);
  position:relative;
}
.portrait img{
  width:100%; height:100%; object-fit:cover; object-position:center top;
  display:block;
  filter:saturate(1.05) contrast(1.05);
}
.portrait::after{
  content:''; position:absolute; inset:0; pointer-events:none;
  box-shadow:inset 0 0 40px rgba(0,0,0,.45);
  background:radial-gradient(ellipse 70% 40% at 50% 100%, rgba(225,214,183,.12), transparent 60%);
}
.live-badge{
  position:absolute; top:10px; left:10px; z-index:3;
  font-family:var(--fu); font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  padding:5px 9px; border-radius:999px;
  background:rgba(8,7,6,.78); border:1px solid rgba(225,214,183,.45); color:#E1D6B7;
  pointer-events:none;
  box-shadow:0 4px 14px rgba(0,0,0,.4);
}
.meet-btn{
  position:absolute; left:50%; bottom:12px; transform:translateX(-50%); z-index:4;
  font-family:var(--fu); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  padding:9px 14px; border-radius:999px; cursor:pointer; white-space:nowrap;
  border:1px solid rgba(225,214,183,.5);
  background:linear-gradient(135deg, rgba(255,253,244,.95), rgba(225,214,183,.92));
  color:#0a0800;
  box-shadow:0 8px 22px rgba(0,0,0,.45), 0 0 20px rgba(225,214,183,.2);
  opacity:0; transition:opacity .18s, transform .18s;
}
.card:hover .meet-btn, .card:focus-within .meet-btn, .meet-btn:focus-visible{ opacity:1; }
.meet-btn:hover{ transform:translateX(-50%) translateY(-1px); }
@media (hover:none){
  .meet-btn{ opacity:1; } /* touch: always show Meet on live cards */
}
.btn-meet{
  display:inline-flex; align-items:center; justify-content:center; gap:6px;
  font-family:var(--fu); font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  padding:11px 16px; border-radius:12px; cursor:pointer; margin:0 auto 16px;
  border:1px solid rgba(225,214,183,.45);
  background:rgba(225,214,183,.08); color:#E1D6B7;
  box-shadow:inset 0 1px 0 rgba(255,251,238,.08);
}
.btn-meet:hover{ background:rgba(225,214,183,.16); border-color:rgba(243,235,211,.65); }
.modal-portrait{
  width:120px; height:160px; margin:0 auto 14px; border-radius:16px; overflow:hidden;
  border:1px solid rgba(225,214,183,.35);
  box-shadow:0 12px 36px rgba(0,0,0,.55), 0 0 30px rgba(225,214,183,.12);
  position:relative; background:#050403;
}
.modal-portrait img{
  width:100%; height:100%; object-fit:cover; object-position:center top; display:block;
  margin:0; border:none; border-radius:0; box-shadow:none;
}
.card h3{
  font-family:var(--fd); font-size:20px; font-weight:600; color:#F6EFD9; margin-bottom:4px;
}
.card .vibe{
  font-size:12.5px; color:rgba(244,241,233,.52); line-height:1.4;
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
  min-height:3.9em;
}
.card .pick{
  margin-top:12px; font-family:var(--fu); font-size:11px; font-weight:800;
  letter-spacing:.12em; text-transform:uppercase; color:#E1D6B7;
}
.card.selected .pick{ color:#FFFDF4; }
.build-card{
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  min-height:320px; border-style:dashed; border-color:rgba(225,214,183,.4);
  background:rgba(225,214,183,.03);
}
.build-card .soon{
  font-family:var(--fu); font-size:11px; letter-spacing:.16em; text-transform:uppercase;
  color:rgba(225,214,183,.65); margin-bottom:8px;
}
.build-card h3{ margin-bottom:8px; }
.chosen-bar{
  position:fixed; left:50%; bottom:22px; transform:translateX(-50%);
  z-index:60; display:none; align-items:center; gap:14px; flex-wrap:wrap;
  padding:12px 16px; border-radius:16px; max-width:min(920px, 94vw);
  background:rgba(10,9,8,.94); backdrop-filter:blur(16px);
  border:1px solid rgba(225,214,183,.4);
  box-shadow:0 20px 50px rgba(0,0,0,.7), 0 0 30px rgba(225,214,183,.1);
}
.chosen-bar.on{ display:flex; }
.chosen-bar img{
  width:44px; height:56px; object-fit:cover; border-radius:10px;
  border:1px solid rgba(225,214,183,.3);
}
.chosen-bar .meta{ flex:1; min-width:140px; }
.chosen-bar .meta b{ display:block; font-family:var(--fd); font-size:17px; color:#F6EFD9; }
.chosen-bar .meta span{ font-size:12.5px; color:rgba(244,241,233,.5); }
.modal-bg{
  position:fixed; inset:0; z-index:80; display:none;
  background:rgba(0,0,0,.72); backdrop-filter:blur(8px);
  align-items:center; justify-content:center; padding:20px;
}
.modal-bg.on{ display:flex; }
.modal{
  width:min(440px, 100%); border-radius:22px; padding:28px 24px 24px;
  background:
    linear-gradient(125deg, rgba(255,252,242,.2) 0%, transparent 45%),
    linear-gradient(160deg,#1C1913,#0B0A08);
  border:1.5px solid rgba(225,214,183,.45);
  box-shadow:0 30px 70px rgba(0,0,0,.85), inset 0 1px 0 rgba(255,251,238,.14);
  text-align:center;
}
/* modal portrait styles live on .modal-portrait (supports live video layer) */
.modal h2{ font-family:var(--fd); font-size:26px; color:#F6EFD9; margin-bottom:6px; }
.modal .mv{ font-size:13.5px; color:rgba(244,241,233,.58); margin-bottom:18px; line-height:1.45; }
.modal label{
  display:block; text-align:left; font-family:var(--fu); font-size:11px; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase; color:rgba(225,214,183,.7); margin-bottom:8px;
}
.modal input{
  width:100%; padding:14px 16px; border-radius:12px; margin-bottom:16px;
  background:rgba(255,250,240,.05); border:1px solid rgba(225,214,183,.3);
  color:#F6EFD9; font-size:16px; outline:none;
}
.modal input:focus{ border-color:rgba(243,235,211,.65); box-shadow:0 0 0 3px rgba(225,214,183,.12); }
.modal-actions{ display:flex; gap:10px; flex-wrap:wrap; justify-content:center; }
.modal-actions button,.modal-actions a{ min-width:120px; text-align:center; }
.toast{
  position:fixed; top:80px; left:50%; transform:translateX(-50%); z-index:90;
  display:none; padding:12px 18px; border-radius:12px; font-size:14px; font-weight:600;
  background:rgba(12,10,8,.95); border:1px solid rgba(225,214,183,.4); color:#F6EFD9;
  box-shadow:0 12px 40px rgba(0,0,0,.6);
}
.toast.on{ display:block; animation:fadeIn .25s ease; }
@keyframes fadeIn{ from{ opacity:0; transform:translateX(-50%) translateY(-6px);} to{ opacity:1; transform:translateX(-50%);} }
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);
}
@media(max-width:520px){
  .grid{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .card{ padding:12px 10px 14px; }
  .card h3{ font-size:17px; }
}
