*, *::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.58); --michelin-red:#E4002B; }
  html { scroll-behavior: smooth; }
  body { background: var(--black); color: var(--white); font-family: 'Raleway', sans-serif; font-weight: 300; overflow-x: hidden; }

  /* ══ TWO-TIER 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); }

  /* BOTTOM BAR — logo in flow, groups hug it at 22px */
  .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); }

  /* ══ PAGE HERO ══ */
  .page-hero { padding: 160px 40px 96px; text-align: center; background: radial-gradient(ellipse at 50% 0%,rgba(201,168,76,0.08) 0%,transparent 65%),var(--black); border-bottom: 1px solid rgba(201,168,76,0.1); position: relative; overflow: hidden; }
  .page-hero::before { content:''; position:absolute; inset:0; background:url('https://cloakandpetal.com/wp-content/uploads/2022/04/255403570_3037318236539895_1577337030238411525_n.jpg') center/cover no-repeat; opacity:0.07; pointer-events:none; }
  .hero-label { font-size:10px; letter-spacing:0.45em; text-transform:uppercase; color:var(--gold); margin-bottom:20px; display:block; position:relative; }
  .hero-title { font-family:'Cormorant Garamond',serif; font-size:clamp(48px,7vw,90px); font-weight:300; font-style:italic; line-height:0.95; color:var(--white); margin-bottom:28px; position:relative; }
  .hero-title .accent { color:var(--gold); }
  .hero-rule { width:56px; height:1px; background:var(--gold); margin:0 auto 28px; }
  .hero-sub { font-size:14px; line-height:1.8; color:var(--text-muted); max-width:580px; margin:0 auto; position:relative; }

  /* ══ MICHELIN ══ */
  .michelin-section { background:linear-gradient(135deg,#1a0005 0%,#0d0008 50%,#1a0005 100%); border-top:1px solid rgba(228,0,43,0.2); border-bottom:1px solid rgba(228,0,43,0.2); padding:80px 40px; }
  .michelin-inner { max-width:1000px; margin:0 auto; display:grid; grid-template-columns:auto 1fr; gap:60px; align-items:center; }
  .michelin-badge { text-align:center; flex-shrink:0; }
  .michelin-icon { font-size:80px; line-height:1; margin-bottom:12px; display:block; }
  .michelin-badge-label { font-family:'Cinzel',serif; font-size:11px; letter-spacing:0.2em; color:var(--michelin-red); text-transform:uppercase; line-height:1.4; }
  .michelin-text .section-label { color:var(--michelin-red); margin-bottom:14px; display:block; font-size:10px; letter-spacing:0.4em; text-transform:uppercase; }
  .michelin-text h2 { font-family:'Cormorant Garamond',serif; font-size:clamp(32px,4vw,52px); font-weight:300; font-style:italic; color:var(--white); margin-bottom:20px; line-height:1.05; }
  .michelin-text p { font-size:15px; line-height:1.9; color:var(--text-muted); margin-bottom:24px; }
  .michelin-link { display:inline-flex; align-items:center; gap:10px; font-size:11px; letter-spacing:0.25em; text-transform:uppercase; color:var(--michelin-red); text-decoration:none; border:1px solid rgba(228,0,43,0.4); padding:13px 28px; transition:all 0.3s; }
  .michelin-link:hover { background:var(--michelin-red); color:var(--white); border-color:var(--michelin-red); }

  /* ══ AWARDS ══ */
  .awards-section { padding:100px 40px; max-width:1200px; margin:0 auto; }
  .section-header { text-align:center; margin-bottom:64px; }
  .section-label-sm { font-size:10px; letter-spacing:0.4em; text-transform:uppercase; color:var(--rose); margin-bottom:16px; display:block; }
  .section-heading { font-family:'Cormorant Garamond',serif; font-size:clamp(36px,4vw,58px); font-weight:300; font-style:italic; color:var(--white); line-height:1.05; }
  .section-heading .accent { color:var(--gold); }
  .awards-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:3px; }
  .award-card { background:rgba(255,255,255,0.03); padding:48px 36px; position:relative; overflow:hidden; transition:background 0.3s; display:flex; flex-direction:column; }
  .award-card::before { content:''; position:absolute; top:0; left:0; width:100%; height:2px; background:var(--gold); transform:scaleX(0); transform-origin:left; transition:transform 0.4s; }
  .award-card:hover { background:rgba(201,168,76,0.06); }
  .award-card:hover::before { transform:scaleX(1); }
  .award-card.featured { background:rgba(201,168,76,0.05); border:1px solid rgba(201,168,76,0.2); }
  .award-card.featured::before { transform:scaleX(1); }
  .award-trophy { font-size:36px; margin-bottom:16px; display:block; line-height:1; }
  .award-year { font-size:10px; letter-spacing:0.3em; text-transform:uppercase; color:var(--gold); margin-bottom:10px; display:block; }
  .award-title { font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:400; font-style:italic; color:var(--white); margin-bottom:10px; line-height:1.2; }
  .award-org { font-family:'Cinzel',serif; font-size:10px; letter-spacing:0.15em; text-transform:uppercase; color:var(--text-muted); margin-bottom:16px; }
  .award-desc { font-size:13.5px; line-height:1.75; color:var(--text-muted); flex:1; }
  .award-link { display:inline-block; margin-top:20px; font-size:10px; letter-spacing:0.22em; text-transform:uppercase; color:var(--gold); text-decoration:none; border-bottom:1px solid rgba(201,168,76,0.35); padding-bottom:2px; transition:all 0.2s; align-self:flex-start; }
  .award-link:hover { color:var(--gold-light); border-color:var(--gold-light); }

  /* ══ PRESS ══ */
  .press-section { background:var(--charcoal); padding:100px 40px; border-top:1px solid rgba(201,168,76,0.1); border-bottom:1px solid rgba(201,168,76,0.1); }
  .press-inner { max-width:1200px; margin:0 auto; }
  .press-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:3px; margin-top:64px; }
  .press-card { background:rgba(255,255,255,0.03); padding:40px 32px; display:flex; flex-direction:column; position:relative; overflow:hidden; transition:background 0.3s; text-decoration:none; color:inherit; }
  .press-card::after { content:''; position:absolute; bottom:0; left:0; width:100%; height:2px; background:var(--rose); transform:scaleX(0); transform-origin:left; transition:transform 0.4s; }
  .press-card:hover { background:rgba(243,107,131,0.05); }
  .press-card:hover::after { transform:scaleX(1); }
  .press-outlet { font-family:'Cinzel',serif; font-size:10px; letter-spacing:0.25em; text-transform:uppercase; color:var(--rose); margin-bottom:14px; display:block; }
  .press-headline { font-family:'Cormorant Garamond',serif; font-size:20px; font-weight:400; font-style:italic; color:var(--white); line-height:1.3; margin-bottom:14px; flex:1; }
  .press-date { font-size:11px; letter-spacing:0.15em; color:var(--text-muted); margin-bottom:16px; }
  .press-excerpt { font-size:13px; line-height:1.75; color:var(--text-muted); margin-bottom:20px; }
  .press-read { font-size:10px; letter-spacing:0.22em; text-transform:uppercase; color:var(--gold); border-bottom:1px solid rgba(201,168,76,0.35); padding-bottom:2px; align-self:flex-start; transition:all 0.2s; }
  .press-card:hover .press-read { color:var(--gold-light); border-color:var(--gold-light); }

  /* ══ QUOTE ══ */
  .quote-strip { padding:80px 40px; text-align:center; max-width:900px; margin:0 auto; }
  .quote-mark { font-family:'Cormorant Garamond',serif; font-size:96px; color:rgba(201,168,76,0.15); line-height:0.5; display:block; margin-bottom:24px; }
  .quote-text { font-family:'Cormorant Garamond',serif; font-size:clamp(22px,3vw,34px); font-weight:300; font-style:italic; line-height:1.45; color:var(--white); margin-bottom:24px; }
  .quote-source { font-size:10px; letter-spacing:0.35em; text-transform:uppercase; color:var(--text-muted); }
  .quote-source span { color:var(--gold); }

  /* ══ BADGES ══ */
  .social-proof { background:var(--black); padding:80px 40px; text-align:center; border-top:1px solid rgba(201,168,76,0.08); }
  .badges-row { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; align-items:center; max-width:920px; margin:40px auto 0; }
  .badge-pill { border:1px solid rgba(201,168,76,0.25); padding:10px 20px; font-size:11px; letter-spacing:0.18em; text-transform:uppercase; color:var(--text-muted); white-space:nowrap; transition:all 0.3s; }
  .badge-pill:hover { border-color:var(--gold); color:var(--gold); }
  .badge-pill.gold { border-color:var(--gold); color:var(--gold); }

  /* ══ CTA ══ */
  .cta-section { padding:100px 40px; text-align:center; background:var(--charcoal); }
  .cta-section h2 { font-family:'Cormorant Garamond',serif; font-size:clamp(36px,5vw,60px); font-weight:300; font-style:italic; color:var(--white); margin-bottom:20px; }
  .cta-section p { font-size:15px; color:var(--text-muted); max-width:460px; margin:0 auto 40px; line-height:1.8; }
  .cta-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
  .btn-primary { background:var(--gold); color:var(--black); padding:16px 44px; 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.3); color:var(--white); padding:16px 44px; font-size:11px; letter-spacing:0.28em; text-transform:uppercase; text-decoration:none; transition:all 0.3s; display:inline-block; }
  .btn-ghost:hover { border-color:var(--gold); color:var(--gold); }

  /* ══ FOOTER ══ */
  .page-footer { background:#050405; border-top:1px solid rgba(201,168,76,0.1); padding:40px; text-align:center; }
  .page-footer p { font-size:10px; letter-spacing:0.15em; text-transform:uppercase; color:rgba(250,248,245,0.22); }
  .page-footer a { color:rgba(250,248,245,0.35); text-decoration:none; }
  .page-footer a:hover { color:var(--gold); }

  /* ══ VIP + 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; }
  .vip-close:hover { color:var(--gold); }
  #cp-chat-bubble { position:fixed; bottom:16px; right:16px; z-index:9999; cursor:pointer; width:110px; height:110px; background:none; border:none; box-shadow: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; background:none; border-radius:0; 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; }
    .michelin-inner { grid-template-columns:1fr; text-align:center; gap:32px; }
    .michelin-badge { display:flex; flex-direction:column; align-items:center; }
    .awards-grid,.press-grid { grid-template-columns:1fr; }
    .page-hero { padding:104px 20px 64px; }
    .awards-section,.press-section,.cta-section { padding:64px 20px; }
    .quote-strip { padding:56px 20px; }
    .social-proof { padding:56px 20px; }
    .michelin-section { padding:56px 20px; }
    .cta-btns { flex-direction:column; align-items:center; }
    .btn-primary,.btn-ghost { width:100%; max-width:280px; text-align:center; }
    #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; }
  }