* { box-sizing: border-box; margin: 0; padding: 0; }
    body { display: flex; flex-direction: column; min-height: 100vh; font-family: 'Outfit', sans-serif; background: #090909; color: #F5F5F5; }
    a { color: inherit; text-decoration: none; }
    ul { list-style: none; }
    .container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
    .page-content { flex: 1; padding: 140px 0 80px; }
    header { position: fixed; inset: 0 0 auto; z-index: 100; background: #090909; border-bottom: 1px solid rgba(255,255,255,.05); padding: 6px 0; box-shadow: 0 4px 40px rgba(0,0,0,.8); }
    .nav-inner { position: relative; display: flex; align-items: center; justify-content: space-between; }
    .logo img { display: block; height: 88px; width: auto; }
    .desktop-nav { display: none; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); align-items: center; gap: 32px; white-space: nowrap; }
    .desktop-nav a { position: relative; padding-bottom: 4px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
    .desktop-nav a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #D4A12A; transition: width .3s; }
    .desktop-nav a:hover,.desktop-nav a.active { color: #D4A12A; }
    .desktop-nav a.active::after { width: 100%; }
    .nav-cta { display: none; }
    .btn-outline-gold { display: inline-flex; align-items: center; border: 1px solid #D4A12A; color: #D4A12A; padding: 8px 20px; border-radius: 6px; font-size: 13px; font-weight: 700; text-transform: uppercase; }
    .btn-outline-gold:hover { background: #D4A12A; color: #000; }
    .hamburger,.close-btn { background: none; border: 0; color: #fff; cursor: pointer; }
    .hamburger svg,.close-btn svg { width: 32px; height: 32px; }
    .mobile-menu { position: fixed; inset: 0; z-index: 200; background: #090909; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity .3s; }
    .mobile-menu.open { opacity: 1; pointer-events: auto; }
    .mobile-menu .close-btn { position: absolute; top: 24px; right: 24px; }
    .mobile-menu .logo img { height: 80px; margin-bottom: 48px; }
    .mobile-menu nav { display: flex; flex-direction: column; align-items: center; gap: 32px; }
    .mobile-menu nav a { font-family: 'Playfair Display',serif; font-size: 28px; }
    .mobile-menu nav a:hover { color: #D4A12A; }
    .hero { text-align: center; margin-bottom: 48px; }
    .hero h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 5vw, 3.8rem); margin-bottom: 16px; }
    .hero p { max-width: 720px; margin: 0 auto; color: #D1D5DB; line-height: 1.8; }
    .grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
    .menu-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 28px; overflow: hidden; transition: transform 0.3s, border-color 0.3s; min-height: 420px; display: flex; align-items: stretch; }
    .menu-card:hover { transform: translateY(-6px); border-color: rgba(212,161,42,0.5); }
    .menu-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .menu-card-content { padding: 28px; }
    .menu-card h3 { font-family: 'Playfair Display', serif; font-size: 1.85rem; margin-bottom: 10px; }
    .menu-card p { color: #D1D5DB; line-height: 1.7; margin-bottom: 18px; }
    .menu-price { color: #D4A12A; font-weight: 700; font-size: 1.2rem; }
    .footer-note { margin-top: 48px; color: #9CA3AF; text-align: center; font-size: 14px; }
    footer { background: #000; padding: 16px 0 24px; border-top: 1px solid rgba(255,255,255,0.1); }
    .footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 32px; }
    .footer-brand { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .footer-brand .logo { margin: 0 0 16px; }
    .footer-brand .logo img { height: 110px; width: auto; }
    .footer-tagline { color: #D4A12A; font-weight: 700; letter-spacing: 0.2em; font-size: 11px; text-transform: uppercase; margin-bottom: 16px; display: block; }
    .footer-desc { color: #9CA3AF; font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
    .social-links { display: flex; gap: 12px; }
    .social-link {
      width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.05);
      display: flex; align-items: center; justify-content: center; color: #fff; transition: all 0.3s;
    }
    .social-link:hover { background: #D4A12A; color: #000; }
    .social-link svg { width: 20px; height: 20px; fill: currentColor; }
    .footer-col h4 { color: #fff; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 24px; }
    .footer-links { display: flex; flex-direction: column; gap: 16px; }
    .footer-links a { color: #9CA3AF; font-size: 14px; transition: color 0.3s; }
    .footer-links a:hover { color: #D4A12A; }
    .footer-platforms { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; margin-top: 16px; }
    .footer-platform {
      display: flex; align-items: center; gap: 12px;
      background: rgba(255,255,255,0.05); padding: 12px 16px; border-radius: 12px;
      border: 1px solid transparent; transition: all 0.3s; color: #fff; font-size: 14px; font-weight: 700;
    }
    .footer-platform:hover { background: rgba(212,161,42,0.2); border-color: #D4A12A; }
    .footer-platform img { width: 20px; height: 20px; flex-shrink: 0; object-fit: contain; }
    .footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.15); display: flex; flex-direction: column; align-items: center; gap: 10px; }
    .footer-copy { color: #9CA3AF; font-size: 14px; text-align: center; }
    @media (min-width: 768px) {
      .footer-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-bottom { flex-direction: row; justify-content: space-between; }
    }
    @media (min-width: 1024px) {
      .footer-grid { grid-template-columns: repeat(4, 1fr); }
      .nav-inner > .logo { transform: translateX(80px); }
      .desktop-nav { display: flex; }
      .nav-cta { display: block; }
      .hamburger { display: none; }
    }
    .footer-credit { display: flex; align-items: center; gap: 8px; color: #9CA3AF; font-size: 14px; }
    .footer-credit svg { width: 16px; height: 16px; color: #D4A12A; }
    @media (max-width: 600px) { .hero h2 { font-size: 2.5rem; } }
