/* ============================================================
   RESTAURANT BUILDS DC — Dark Star Consulting Portfolio
   Premium design. No constraints.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600;700;800;900&family=Manrope:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,700;0,900;1,400;1,700&display=swap');

:root {
  --bg: #030206;
  --p: #a855f7;
  --c: #06b6d4;
  --a: #f59e0b;
  --muted: rgba(255,255,255,0.4);
  --line: rgba(255,255,255,0.05);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { background: var(--bg); color: #fff; font-family: 'Manrope', sans-serif; font-weight: 400; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }

/* BACKGROUND */
#stars-canvas { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
body::after { content: ""; position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at 50% 0%, rgba(168,85,247,0.06) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 80%, rgba(6,182,212,0.04) 0%, transparent 50%),
              radial-gradient(ellipse at 20% 50%, rgba(245,158,11,0.03) 0%, transparent 50%); }

/* HEADER */
.hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 48px; height: 80px; display: flex; align-items: center; justify-content: space-between; }
.hdr-logo { display: flex; align-items: center; gap: 12px; }
.hdr-star { font-size: 1.2rem; color: var(--a); animation: pulse 2s infinite alternate; }
@keyframes pulse { 0% { opacity: 0.4; transform: scale(1); } 100% { opacity: 1; transform: scale(1.15); } }
.hdr-text { font-family: 'Orbitron', sans-serif; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.2em; color: rgba(255,255,255,0.6); }
.hdr-cta { font-family: 'Orbitron', sans-serif; font-size: 0.58rem; letter-spacing: 0.15em; color: rgba(255,255,255,0.3); padding: 10px 18px; border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; transition: all 0.3s; }
.hdr-cta:hover { border-color: var(--p); color: #fff; background: rgba(168,85,247,0.08); }

/* HERO */
.hero { position: relative; z-index: 10; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 120px 48px 80px; max-width: 1440px; margin: 0 auto; }
.hero-eyebrow { font-family: 'Orbitron', sans-serif; font-size: 0.56rem; letter-spacing: 0.3em; color: var(--p); text-transform: uppercase; margin-bottom: 48px; opacity: 0.65; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(4.5rem, 10vw, 8.5rem); font-weight: 900; line-height: 0.9; letter-spacing: -0.02em; margin-bottom: 36px; }
.hero h1 .w { color: #fff; display: block; }
.hero h1 .g { display: block; background: linear-gradient(135deg, var(--p) 0%, var(--c) 50%, var(--a) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.15rem; color: var(--muted); max-width: 560px; line-height: 1.8; }

/* COLLECTION */
.list { position: relative; z-index: 10; padding: 0 48px 120px; max-width: 1440px; margin: 0 auto; }
.list-head { display: flex; align-items: baseline; gap: 20px; margin-bottom: 56px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.04); }
.list-num { font-family: 'Orbitron', sans-serif; font-size: 0.56rem; letter-spacing: 0.2em; color: var(--p); opacity: 0.5; }
.list-head h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; font-style: italic; color: rgba(255,255,255,0.7); }

/* RESTAURANT STRIP */
.resto { display: grid; grid-template-columns: 1fr 220px; gap: 48px; padding: 44px 0; border-bottom: 1px solid var(--line); transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); cursor: pointer; position: relative; align-items: center; }
.resto:hover { padding-left: 32px; background: rgba(255,255,255,0.008); }
.resto::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--accent, var(--p)); transform: scaleY(0); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.resto:hover::before { transform: scaleY(1); }
.resto-info { display: flex; flex-direction: column; gap: 6px; }
.resto-type { font-family: 'Orbitron', sans-serif; font-size: 0.5rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent, var(--c)); font-weight: 700; }
.resto-name { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 900; font-style: italic; color: #fff; line-height: 1.08; }
.resto-tagline { font-size: 0.9rem; color: var(--muted); line-height: 1.55; max-width: 520px; }
.resto-meta { display: flex; align-items: center; gap: 12px; justify-content: flex-end; }
.resto-arrow { font-size: 2.2rem; color: var(--accent, var(--p)); opacity: 0; transform: translateX(-16px); transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.resto:hover .resto-arrow { opacity: 1; transform: translateX(0); }
.resto-label { font-family: 'Orbitron', sans-serif; font-size: 0.5rem; letter-spacing: 0.15em; color: var(--muted); text-transform: uppercase; white-space: nowrap; }

/* FOOTER */
.ftr { position: relative; z-index: 10; text-align: center; padding: 80px 48px 60px; border-top: 1px solid var(--line); }
.ftr p { font-size: 0.75rem; color: rgba(255,255,255,0.18); line-height: 2; }
.ftr-brand { font-family: 'Orbitron', sans-serif; font-size: 0.6rem; letter-spacing: 0.2em; color: rgba(255,255,255,0.1); margin-top: 4px; }

@media (max-width: 768px) {
  .hero { padding: 100px 24px 60px; }
  .list { padding: 0 24px 80px; }
  .hdr { padding: 0 24px; }
  .resto { grid-template-columns: 1fr; gap: 12px; }
  .resto-name { font-size: 1.8rem; }
  .resto-meta { justify-content: flex-start; }
}

/* Compact directory refinement */
.hero{min-height:56vh;padding:132px 48px 72px}.hero-eyebrow{margin-bottom:24px}.hero h1{font-size:clamp(3.6rem,8vw,6.4rem);margin-bottom:24px}.list-head{margin-bottom:24px;padding-bottom:20px;border-color:rgba(255,255,255,.08)}#resto-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.resto{grid-template-columns:1fr auto;gap:16px;padding:22px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:rgba(255,255,255,.015)}.resto:hover{padding-left:22px;transform:translateY(-2px);background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.16)}.resto-name{font-size:1.65rem}.resto-tagline{display:none}.resto-label{font-size:.46rem;letter-spacing:.13em}@media(max-width:768px){.hero{min-height:auto;padding:112px 24px 52px}#resto-list{grid-template-columns:1fr}.resto{grid-template-columns:1fr auto;padding:20px}.resto:hover{padding-left:20px}}