*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --gold: #C9A84C; --gold-light: #E8C97A; --rose: #f36b83;
    --black: #080608; --charcoal: #111013; --white: #FAF8F5;
    --text-muted: rgba(250,248,245,0.55);
  }
  html { scroll-behavior: smooth; }
  body { background: var(--black); color: var(--white); font-family: 'Raleway', sans-serif; font-weight: 300; overflow-x: hidden; }

  /* ══ NAV ══ */
  .nav-wrapper { position: fixed; top: 0; left: 0; right: 0; z-index: 200; }
  .nav-top { background: rgba(8,6,8,0.95); border-bottom: 1px solid rgba(201,168,76,0.12); display: flex; align-items: center; justify-content: center; gap: 24px; padding: 0 40px; height: 36px; backdrop-filter: blur(6px); }
  .nav-top-social { display: flex; gap: 14px; align-items: center; }
  .nav-top-social a { color: var(--text-muted); text-decoration: none; font-size: 13px; transition: color 0.2s; line-height: 1; }
  .nav-top-social a:hover { color: var(--gold); }
  .nav-top-divider { width: 1px; height: 16px; background: rgba(201,168,76,0.25); flex-shrink: 0; }
  .nav-top-info { display: flex; gap: 24px; align-items: center; }
  .nav-top-info a { color: var(--text-muted); text-decoration: none; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; display: flex; align-items: center; gap: 6px; transition: color 0.2s; white-space: nowrap; }
  .nav-top-info a:hover { color: var(--gold); }
  .nav-bottom { background: rgba(8,6,8,0.97); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; height: 68px; border-bottom: 1px solid rgba(201,168,76,0.08); padding: 0 32px; gap: 0; }
  .nav-logo-wrap { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; margin: 0 22px; }
  .nav-logo-wrap img { height: 56px; width: auto; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.7)); transition: opacity 0.2s; }
  .nav-logo-wrap img:hover { opacity: 0.85; }
  .nav-group { display: flex; align-items: center; list-style: none; }
  .nav-item { position: relative; }
  .nav-item > a { display: flex; align-items: center; gap: 4px; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--white); text-decoration: none; padding: 0 14px; height: 68px; transition: color 0.2s; white-space: nowrap; }
  .nav-item > a:hover, .nav-item > a.active { color: var(--gold); }
  .nav-item > a .arrow { font-size: 7px; opacity: 0.55; transition: transform 0.2s; margin-top: 1px; }
  .nav-item:hover > a .arrow { transform: rotate(180deg); }
  .nav-dropdown { display: none; position: absolute; top: 100%; left: 0; background: rgba(14,11,16,0.98); border-top: 2px solid var(--rose); min-width: 210px; box-shadow: 0 12px 40px rgba(0,0,0,0.65); z-index: 300; }
  .nav-item:hover .nav-dropdown { display: block; }
  .nav-dropdown a { display: block; padding: 12px 20px; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(250,248,245,0.8); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.05); transition: all 0.2s; white-space: nowrap; }
  .nav-dropdown a:last-child { border-bottom: none; }
  .nav-dropdown a:hover, .nav-dropdown a.active { color: var(--gold); background: rgba(201,168,76,0.06); padding-left: 26px; }
  .nav-reserve-btn { border: 1px solid rgba(201,168,76,0.5) !important; padding: 8px 18px !important; margin-left: 10px; height: auto !important; color: var(--gold) !important; transition: all 0.3s !important; }
  .nav-reserve-btn:hover { background: var(--gold) !important; color: var(--black) !important; }
  .nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; -webkit-tap-highlight-color: transparent; position: absolute; right: 16px; }
  .nav-hamburger span { width: 22px; height: 1.5px; background: var(--white); display: block; }
  .mobile-menu { display: none; position: fixed; top: 64px; left: 0; right: 0; z-index: 199; background: rgba(8,6,8,0.98); border-top: 1px solid rgba(201,168,76,0.15); flex-direction: column; max-height: calc(100vh - 64px); overflow-y: auto; }
  .mobile-menu.open { display: flex; }
  .mob-section { font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase; color: var(--rose); padding: 14px 20px 6px; border-top: 1px solid rgba(250,248,245,0.06); }
  .mobile-menu a { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(250,248,245,0.8); text-decoration: none; padding: 12px 20px; border-bottom: 1px solid rgba(250,248,245,0.05); transition: color 0.2s; }
  .mobile-menu a:hover, .mobile-menu a.active { color: var(--gold); }
  .mobile-menu a.mob-reserve { color: var(--gold); margin: 14px 20px 18px; border: 1px solid rgba(201,168,76,0.4); padding: 12px 20px; text-align: center; border-bottom: 1px solid rgba(201,168,76,0.4); }

  /* ══ HERO ══ */
  .page-hero { position: relative; height: 100vh; min-height: 640px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; }
  .hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(8,6,8,0.3) 0%, rgba(8,6,8,0.2) 30%, rgba(8,6,8,0.55) 65%, rgba(8,6,8,0.92) 100%); }
  .hero-content { position: relative; z-index: 2; text-align: center; padding: 0 40px; max-width: 760px; }
  .hero-label { font-size: 10px; letter-spacing: 0.45em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: block; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(60px, 9vw, 110px); font-weight: 300; font-style: italic; line-height: 0.92; color: var(--white); margin-bottom: 28px; }
  .hero-title .accent { color: var(--gold); }
  .hero-rule { width: 56px; height: 1px; background: var(--gold); margin: 0 auto 24px; }
  .hero-sub { font-size: 14px; line-height: 1.85; color: rgba(250,248,245,0.82); margin-bottom: 44px; max-width: 480px; margin-left: auto; margin-right: auto; }
  .hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .btn-primary { background: var(--gold); color: var(--black); padding: 18px 48px; font-size: 11px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; display: inline-block; }
  .btn-primary:hover { background: var(--gold-light); }
  .btn-ghost { border: 1px solid rgba(250,248,245,0.45); color: var(--white); padding: 18px 48px; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; display: inline-block; backdrop-filter: blur(4px); background: rgba(0,0,0,0.2); }
  .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
  .scroll-hint { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; }
  .scroll-hint span { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(250,248,245,0.45); }
  .scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 2s infinite; }
  @keyframes scrollPulse { 0%,100%{opacity:0.3;transform:scaleY(0.6);transform-origin:top;}50%{opacity:1;transform:scaleY(1);transform-origin:top;} }

  /* ══ BOOKING OPTIONS ══ */
  .booking-section { max-width: 1300px; margin: 0 auto; padding: 100px 40px; }
  .section-header { text-align: center; margin-bottom: 72px; }
  .section-label { font-size: 10px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--rose); margin-bottom: 16px; display: block; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4.5vw, 60px); font-weight: 300; font-style: italic; color: var(--white); line-height: 1.05; }
  .section-title .accent { color: var(--gold); }
  .booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
  .booking-card { background: rgba(255,255,255,0.03); padding: 60px 48px; position: relative; overflow: hidden; transition: background 0.3s; display: flex; flex-direction: column; }
  .booking-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
  .booking-card.gold-border::before { background: var(--gold); }
  .booking-card.rose-border::before { background: var(--rose); }
  .booking-card:hover { background: rgba(201,168,76,0.05); }
  .booking-card:hover::before { transform: scaleX(1); }
  .booking-card.featured { background: rgba(201,168,76,0.05); border: 1px solid rgba(201,168,76,0.2); }
  .booking-card.featured::before { transform: scaleX(1); }
  .booking-icon { font-size: 40px; margin-bottom: 24px; line-height: 1; display: block; }
  .booking-tag { font-size: 9px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; display: block; }
  .booking-tag.rose { color: var(--rose); }
  .booking-title { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 300; font-style: italic; color: var(--white); margin-bottom: 16px; line-height: 1.1; }
  .booking-desc { font-size: 14px; line-height: 1.85; color: var(--text-muted); margin-bottom: 32px; flex: 1; }
  .booking-detail { display: flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 10px; }
  .booking-detail svg { color: var(--gold); flex-shrink: 0; }
  .booking-details { margin-bottom: 36px; }
  .booking-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; align-self: flex-start; font-family: 'Raleway', sans-serif; font-weight: 300; }
  .booking-btn.gold { background: var(--gold); color: var(--black); }
  .booking-btn.gold:hover { background: var(--gold-light); }
  .booking-btn.outline { border: 1px solid rgba(243,107,131,0.5); color: var(--rose); }
  .booking-btn.outline:hover { background: var(--rose); color: var(--white); border-color: var(--rose); }

  /* ══ OPENTABLE EMBED ══ */
  .opentable-section { background: var(--charcoal); border-top: 1px solid rgba(201,168,76,0.1); border-bottom: 1px solid rgba(201,168,76,0.1); padding: 100px 40px; }
  .opentable-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .ot-text .section-label { margin-bottom: 16px; }
  .ot-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 4vw, 52px); font-weight: 300; font-style: italic; color: var(--white); margin-bottom: 20px; line-height: 1.06; }
  .ot-text h2 .accent { color: var(--gold); }
  .ot-text p { font-size: 14px; line-height: 1.9; color: var(--text-muted); margin-bottom: 28px; }
  .ot-widget { background: rgba(255,255,255,0.03); border: 1px solid rgba(201,168,76,0.15); padding: 40px; display: flex; flex-direction: column; align-items: center; gap: 20px; }
  .ot-widget p { font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); text-align: center; margin-bottom: 4px; }
  .ot-widget a { display: flex; align-items: center; justify-content: center; gap: 10px; background: #DA3743; color: var(--white); padding: 18px 36px; font-size: 14px; font-weight: 400; letter-spacing: 0.1em; text-decoration: none; transition: all 0.3s; width: 100%; text-align: center; }
  .ot-widget a:hover { background: #c02e38; }
  .ot-widget-divider { width: 100%; height: 1px; background: rgba(201,168,76,0.12); }
  .ot-widget-note { font-size: 11px; color: var(--text-muted); text-align: center; line-height: 1.6; }

  /* ══ HOURS + INFO ══ */
  .info-section { max-width: 1300px; margin: 0 auto; padding: 100px 40px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3px; }
  .info-card { background: rgba(255,255,255,0.03); padding: 48px 36px; position: relative; }
  .info-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
  .info-card:hover::after { transform: scaleX(1); }
  .info-card h3 { font-family: 'Cinzel', serif; font-size: 11px; font-weight: 400; letter-spacing: 0.2em; color: var(--gold); text-transform: uppercase; margin-bottom: 28px; }
  .hours-list { display: flex; flex-direction: column; gap: 0; }
  .hours-row { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(201,168,76,0.07); }
  .hours-row:last-child { border-bottom: none; }
  .hours-day { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); }
  .hours-time { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--white); }
  .info-detail-row { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid rgba(201,168,76,0.07); }
  .info-detail-row:last-child { border-bottom: none; }
  .info-detail-icon { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
  .info-detail-label { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; display: block; }
  .info-detail-val { font-size: 13.5px; line-height: 1.6; color: var(--white); }
  .info-detail-val a { color: var(--white); text-decoration: none; transition: color 0.2s; }
  .info-detail-val a:hover { color: var(--gold); }
  .hh-badge { display: inline-block; background: rgba(243,107,131,0.12); border: 1px solid rgba(243,107,131,0.3); color: var(--rose); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; padding: 4px 10px; margin-top: 6px; }

  /* ══ GALLERY ══ */
  .gallery-strip { display: grid; grid-template-columns: repeat(5, 1fr); height: 280px; overflow: hidden; }
  .gallery-strip .gitem { overflow: hidden; position: relative; }
  .gallery-strip .gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); display: block; }
  .gallery-strip .gitem:hover img { transform: scale(1.08); }
  .gallery-strip .gitem::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,6,8,0.45), transparent 55%); }

  /* ══ POLICIES ══ */
  .policies { background: var(--charcoal); padding: 80px 40px; border-top: 1px solid rgba(201,168,76,0.1); }
  .policies-inner { max-width: 1100px; margin: 0 auto; }
  .policies-header { text-align: center; margin-bottom: 56px; }
  .policies-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
  .policy-card { background: rgba(255,255,255,0.03); padding: 36px 28px; }
  .policy-icon { font-size: 24px; margin-bottom: 14px; display: block; }
  .policy-title { font-family: 'Cinzel', serif; font-size: 10px; font-weight: 400; letter-spacing: 0.18em; color: var(--gold); text-transform: uppercase; margin-bottom: 10px; }
  .policy-text { font-size: 13px; line-height: 1.75; color: var(--text-muted); }

  /* ══ FOOTER ══ */
  .footer-section { background: #050405; border-top: 1px solid rgba(201,168,76,0.1); padding: 80px 40px 56px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; align-items: start; }
  .footer-block h4 { font-family: 'Cinzel', serif; font-size: 11px; font-weight: 400; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; margin-bottom: 24px; }
  .f-hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
  .f-hours-day { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 3px; }
  .f-hours-time { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 300; color: var(--white); }
  .footer-middle { text-align: center; }
  .footer-logo-img { height: 68px; width: auto; margin-bottom: 20px; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5)); }
  .footer-address { font-size: 13px; line-height: 1.7; color: var(--text-muted); margin-bottom: 20px; }
  .footer-phone { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: var(--white); text-decoration: none; display: block; margin-bottom: 28px; }
  .social-icons { display: flex; gap: 14px; justify-content: center; }
  .social-icons a { width: 36px; height: 36px; border: 1px solid rgba(250,248,245,0.15); display: flex; align-items: center; justify-content: center; text-decoration: none; color: var(--text-muted); transition: all 0.3s; }
  .social-icons a:hover { border-color: var(--gold); color: var(--gold); }
  .footer-ctas { display: flex; flex-direction: column; gap: 10px; }
  .footer-ctas a { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); text-decoration: none; border: 1px solid rgba(250,248,245,0.15); padding: 13px 20px; text-align: center; transition: all 0.3s; display: block; }
  .footer-ctas a:hover { border-color: var(--gold); color: var(--gold); }
  .footer-ctas a.fp { background: var(--gold); color: var(--black); border-color: var(--gold); }
  .footer-ctas a.fp:hover { background: var(--gold-light); }
  .footer-bottom { background: #050405; border-top: 1px solid rgba(250,248,245,0.06); padding: 22px 40px; display: flex; justify-content: space-between; align-items: center; }
  .footer-bottom p { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(250,248,245,0.22); }
  .footer-bottom a { color: rgba(250,248,245,0.32); text-decoration: none; }
  .footer-bottom a:hover { color: var(--gold); }

  /* ══ CHAT ══ */
  #vip-callout { position: fixed; bottom: 148px; right: 20px; z-index: 9997; max-width: 250px; background: #1c1408; border: 1px solid rgba(201,168,76,0.35); border-radius: 16px 16px 4px 16px; padding: 16px 36px 16px 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.55); display: flex; align-items: flex-start; gap: 10px; animation: popIn 0.5s 2.5s cubic-bezier(0.22,1,0.36,1) both; }
  @keyframes popIn { from{opacity:0;transform:translateY(12px) scale(0.95);}to{opacity:1;transform:translateY(0) scale(1);} }
  #vip-callout.hidden { display: none; }
  #vip-callout::after { content: ''; position: absolute; bottom: -10px; right: 24px; width: 0; height: 0; border-left: 10px solid transparent; border-top: 10px solid #1c1408; }
  .vip-emoji { font-size: 20px; line-height: 1; flex-shrink: 0; margin-top: 2px; }
  .vip-text p { font-size: 13px; font-weight: 300; line-height: 1.55; color: rgba(250,248,245,0.92); }
  .vip-text strong { font-weight: 600; color: var(--gold); }
  .vip-close { position: absolute; top: 8px; right: 10px; background: none; border: none; color: rgba(250,248,245,0.4); font-size: 15px; cursor: pointer; padding: 0; }
  #cp-chat-bubble { position: fixed; bottom: 16px; right: 16px; z-index: 9999; cursor: pointer; width: 110px; height: 110px; background: none; border: none; padding: 0; display: flex; align-items: center; justify-content: center; transition: transform 0.2s ease; -webkit-tap-highlight-color: transparent; }
  #cp-chat-bubble:hover { transform: scale(1.08); }
  #cp-chat-bubble img { width: 110px; height: 110px; object-fit: contain; display: block; filter: drop-shadow(0 4px 18px rgba(0,0,0,0.55)); }
  #cp-chat-frame { display: none; position: fixed; bottom: 140px; right: 16px; z-index: 9998; width: 360px; height: 560px; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 64px rgba(0,0,0,0.6), 0 0 0 1px rgba(201,168,76,0.2); }
  #cp-chat-frame.open { display: block; animation: slideUp 0.3s cubic-bezier(0.22,1,0.36,1); }
  @keyframes slideUp { from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:translateY(0);} }
  #cp-chat-frame iframe { width: 100%; height: 100%; border: none; display: block; }

  /* ══ MOBILE ══ */
  @media (max-width: 960px) {
    .nav-top { display: none; }
    .nav-bottom { padding: 0 16px; height: 64px; justify-content: center; }
    .nav-group { display: none; }
    .nav-logo-wrap { margin: 0; }
    .nav-logo-wrap img { height: 44px; }
    .nav-hamburger { display: flex; }
    .page-hero { height: 100svh; }
    .hero-content { padding: 0 24px; }
    .hero-btns { flex-direction: column; align-items: center; }
    .btn-primary, .btn-ghost { width: 100%; max-width: 280px; text-align: center; }
    .booking-section { padding: 64px 20px; }
    .booking-grid { grid-template-columns: 1fr; }
    .booking-card { padding: 40px 28px; }
    .opentable-section { padding: 64px 20px; }
    .opentable-inner { grid-template-columns: 1fr; gap: 40px; }
    .info-section { grid-template-columns: 1fr; padding: 64px 20px; }
    .gallery-strip { grid-template-columns: repeat(3, 1fr); height: 200px; }
    .policies { padding: 56px 20px; }
    .policies-grid { grid-template-columns: 1fr; }
    .footer-section { grid-template-columns: 1fr; padding: 60px 20px 40px; gap: 40px; }
    .footer-middle { order: -1; }
    .footer-bottom { flex-direction: column; gap: 10px; text-align: center; padding: 18px 20px; }
    #cp-chat-bubble { width: 90px; height: 90px; bottom: 12px; right: 12px; }
    #cp-chat-bubble img { width: 90px; height: 90px; }
    #cp-chat-frame { width: calc(100vw - 24px); right: 12px; bottom: 116px; height: 520px; }
    #vip-callout { right: 12px; bottom: 136px; max-width: 220px; }
  }
  @media (max-width: 540px) {
    .gallery-strip { grid-template-columns: repeat(2, 1fr); }
    .booking-btn { width: 100%; text-align: center; justify-content: center; }
  }