/* ==========================================================
   JR'S SEASIDE TAVERN
   ========================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:     #0d1116;        /* near-black hull */
  --ink2:    #181d24;
  --ink3:    #232a33;
  --rope:    #c9a468;        /* warm rope/brass accent */
  --rope2:   #e0bc7d;
  --red:     #c8311e;        /* tavern red */
  --red2:    #e0432f;
  --cream:   #f4ecdb;        /* paper menu */
  --cream2:  #faf3e3;
  --paper:   #fffbf2;
  --gray:    #5d6975;
  --gray-l:  #d8dde2;
  --text:    #16222e;

  --font-serif:   'Cormorant Garamond', Georgia, serif;
  --font-display: 'Bebas Neue', Impact, sans-serif;
  --font-sans:    'Inter', system-ui, sans-serif;
  --radius: 6px;
  --shadow:    0 4px 24px rgba(13,17,22,.14);
  --shadow-lg: 0 22px 64px rgba(13,17,22,.28);
  --tr: .28s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--text); background: var(--paper); }
.page-wrap { width: 100%; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-light { background: var(--paper); }
.section-dark { background: var(--ink); color: var(--paper); }
.section-cream { background: var(--cream); }

.section-header { text-align: center; margin-bottom: 56px; }
.section-tag { display: inline-block; font-family: var(--font-display); font-size: .95rem; letter-spacing: .25em; color: var(--rope); margin-bottom: 14px; }
.section-tag.light { color: var(--rope2); }
.section-title { font-family: var(--font-serif); font-size: clamp(2rem,4.5vw,3.4rem); font-weight: 600; line-height: 1.05; color: var(--ink); margin-bottom: 16px; }
.section-title.light { color: var(--paper); }
.section-title em { font-style: italic; color: var(--red); }
.section-title.light em { color: var(--rope2); }
.section-subtitle { font-size: 1rem; color: var(--gray); max-width: 600px; margin: 0 auto; line-height: 1.7; }
.section-subtitle.light { color: rgba(244,236,219,.7); }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; font-family: var(--font-display);
  font-size: 1rem; letter-spacing: .14em;
  border-radius: var(--radius); cursor: pointer;
  border: 2px solid transparent; transition: all var(--tr);
  white-space: nowrap;
}
.btn-primary { background: var(--red); color: var(--paper); border-color: var(--red); }
.btn-primary:hover { background: var(--red2); border-color: var(--red2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,49,30,.45); }
.btn-amber { background: var(--rope); color: var(--ink); border-color: var(--rope); }
.btn-amber:hover { background: var(--rope2); border-color: var(--rope2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,164,104,.45); }
.btn-outline { background: transparent; color: var(--paper); border-color: rgba(244,236,219,.55); }
.btn-outline:hover { background: rgba(244,236,219,.1); border-color: var(--paper); transform: translateY(-2px); }
.btn-outline-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }

/* TOP RIBBON */
.top-ribbon { background: var(--ink); color: rgba(244,236,219,.75); border-bottom: 1px solid rgba(201,164,104,.18); }
.ribbon-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; height: 36px; gap: 18px; font-size: .76rem; letter-spacing: .04em; }
.ribbon-item { display: inline-flex; align-items: center; gap: 6px; }
.ribbon-divider { width: 1px; height: 14px; background: rgba(244,236,219,.25); }
.ribbon-phone { display: inline-flex; align-items: center; gap: 6px; color: var(--rope); font-weight: 700; transition: color var(--tr); }
.ribbon-phone:hover { color: var(--paper); }

/* NAVBAR */
#navbar { position: sticky; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(13,17,22,.95); backdrop-filter: blur(14px); transition: all var(--tr); border-bottom: 1px solid rgba(201,164,104,.16); }
#navbar.scrolled { background: var(--ink); box-shadow: 0 4px 22px rgba(0,0,0,.4); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; height: 84px; gap: 24px; }
.logo-link { display: flex; align-items: center; gap: 14px; transition: opacity var(--tr); }
.logo-link:hover { opacity: .85; }
.nav-logo { height: 60px; width: 60px; border-radius: 50%; background: var(--ink); padding: 4px; box-shadow: 0 0 0 2px rgba(201,164,104,.4); }
.nav-brand { display: flex; flex-direction: column; line-height: 1.05; }
.nav-brand-name { font-family: var(--font-display); font-size: 1.4rem; letter-spacing: .08em; color: var(--paper); }
.nav-brand-sub { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--rope2); margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav-links a { font-family: var(--font-display); font-size: 1rem; letter-spacing: .12em; color: rgba(244,236,219,.78); transition: color var(--tr); position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px; background: var(--rope); transform: scaleX(0); transition: transform var(--tr); }
.nav-links a:hover { color: var(--paper); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-fb { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: var(--paper); background: rgba(244,236,219,.08); border: 1px solid rgba(244,236,219,.18); transition: all var(--tr); flex-shrink: 0; }
.nav-fb::after { display: none !important; }
.nav-fb:hover { background: #1877f2; color: var(--paper); border-color: #1877f2; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(24,119,242,.4); }
.nav-cta { display: flex; align-items: center; gap: 6px; padding: 10px 18px; background: var(--red); color: var(--paper); font-family: var(--font-display); font-size: .82rem; letter-spacing: .14em; border-radius: var(--radius); transition: all var(--tr); white-space: nowrap; }
.nav-cta:hover { background: var(--red2); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(200,49,30,.45); }
.nav-fb-mobile { display: none; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; color: var(--paper); background: rgba(244,236,219,.08); border: 1px solid rgba(244,236,219,.18); transition: all var(--tr); flex-shrink: 0; margin-left: auto; }
.nav-fb-mobile:hover, .nav-fb-mobile:active { background: #1877f2; color: var(--paper); border-color: #1877f2; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; margin-left: 12px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--paper); border-radius: 2px; }
.mobile-menu { display: none; flex-direction: column; background: var(--ink); padding: 16px 24px 24px; border-top: 1px solid rgba(201,164,104,.16); }
.mobile-menu.open { display: flex; }
.mobile-link { padding: 12px 0; font-family: var(--font-display); font-size: 1rem; letter-spacing: .14em; color: rgba(244,236,219,.85); border-bottom: 1px solid rgba(244,236,219,.08); }
.mobile-link:hover { color: var(--rope2); }
.mobile-phone { margin-top: 16px; font-size: 1rem; font-weight: 700; color: var(--rope2); }

/* HERO */
.hero { position: relative; min-height: 92vh; display: flex; flex-direction: column; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,17,22,.55) 0%, rgba(13,17,22,.4) 35%, rgba(13,17,22,.92) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 80px 24px 48px; width: 100%; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.hero-eyebrow { display: inline-block; font-family: var(--font-display); font-size: 1rem; letter-spacing: .22em; color: var(--rope2); padding: 8px 18px; border: 1px solid rgba(224,188,125,.5); border-radius: 100px; margin-bottom: 22px; align-self: flex-start; background: rgba(13,17,22,.55); text-shadow: 0 1px 2px rgba(0,0,0,.4); }
.hero-title { font-family: var(--font-serif); font-size: clamp(3.4rem, 9vw, 7.5rem); font-weight: 600; line-height: .98; color: var(--paper); margin-bottom: 24px; letter-spacing: -.01em; }
.hero-title em { font-style: italic; color: var(--rope2); }
.hero-subtitle { font-size: 1.1rem; line-height: 1.75; color: rgba(244,236,219,.92); margin-bottom: 36px; max-width: 600px; text-shadow: 0 1px 3px rgba(0,0,0,.5); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-stats { position: relative; z-index: 1; background: rgba(201,164,104,.12); backdrop-filter: blur(12px); border-top: 1px solid rgba(244,236,219,.12); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.hstat { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 24px 44px; }
.hstat-n { font-family: var(--font-display); font-size: 1.7rem; letter-spacing: .12em; color: var(--paper); }
.hstat-l { font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(244,236,219,.65); }
.hstat-div { width: 1px; height: 42px; background: rgba(244,236,219,.18); }

/* WELCOME */
.section-welcome { padding: 80px 0; }
.welcome-container { text-align: center; max-width: 760px; }
.welcome-tag { font-family: var(--font-display); font-size: 1rem; letter-spacing: .25em; color: var(--rope); margin-bottom: 14px; }
.welcome-headline { font-family: var(--font-serif); font-size: clamp(2rem,4.5vw,3.2rem); font-weight: 600; line-height: 1.1; color: var(--ink); margin-bottom: 20px; }
.welcome-headline em { font-style: italic; color: var(--red); }
.welcome-body { font-size: 1.05rem; line-height: 1.85; color: var(--text); }

/* SPECIALTY CARDS */
.specialty-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.specialty-card { background: var(--paper); border: 1px solid var(--gray-l); border-radius: 10px; overflow: hidden; transition: all var(--tr); display: flex; flex-direction: column; cursor: pointer; }
.specialty-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.sc-img { aspect-ratio: 4 / 3; overflow: hidden; }
.sc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.specialty-card:hover .sc-img img { transform: scale(1.05); }
.sc-body { padding: 24px; }
.sc-tag { display: inline-block; font-family: var(--font-display); font-size: .8rem; letter-spacing: .18em; color: var(--red); margin-bottom: 8px; }
.sc-body h3 { font-family: var(--font-serif); font-size: 1.55rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.sc-body p { font-size: .9rem; line-height: 1.65; color: var(--gray); }

/* RIBBON ORDER LINK */
.ribbon-order { display: inline-flex; align-items: center; gap: 6px; color: var(--rope2); font-weight: 700; transition: color var(--tr); margin-left: auto; }
.ribbon-order:hover { color: var(--paper); }
.ribbon-order + .ribbon-phone { margin-left: 16px; }

/* ORDER ONLINE SECTION */
.section-order { padding: 80px 0; background: linear-gradient(135deg, var(--cream) 0%, #f7e9c8 100%); position: relative; overflow: hidden; }
.section-order::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(200,49,30,.1) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.section-order::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(201,164,104,.18) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.order-card { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 56px; background: var(--paper); border-radius: 16px; box-shadow: var(--shadow-lg); border: 2px solid var(--rope); text-align: center; }
.order-tag { display: inline-block; font-family: var(--font-display); font-size: .9rem; letter-spacing: .22em; color: var(--red); background: rgba(200,49,30,.1); padding: 6px 16px; border-radius: 100px; margin-bottom: 16px; }
.order-title { font-family: var(--font-serif); font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 600; line-height: 1.05; color: var(--ink); margin-bottom: 18px; }
.order-title em { font-style: italic; color: var(--red); }
.order-lead { font-size: 1.05rem; line-height: 1.75; color: var(--text); max-width: 600px; margin: 0 auto 32px; }
.order-steps { display: flex; align-items: center; justify-content: center; gap: 32px; margin-bottom: 32px; flex-wrap: wrap; }
.order-step { display: flex; align-items: center; gap: 12px; }
.os-num { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: var(--rope2); font-family: var(--font-display); font-size: 1.1rem; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.os-label { font-family: var(--font-display); font-size: .92rem; letter-spacing: .12em; color: var(--ink); }
.order-step + .order-step::before { content: '→'; color: var(--rope); margin-right: 8px; font-size: 1.2rem; }
.order-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.order-btn { padding: 16px 32px; font-size: 1.05rem; }
.order-note { font-size: .82rem; color: var(--gray); }
.order-note strong { color: var(--ink); font-weight: 700; }

/* ORDER MODAL */
.order-modal { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(13,17,22,.85); align-items: center; justify-content: center; padding: 24px; backdrop-filter: blur(6px); }
.order-modal.open { display: flex; animation: omFade .25s ease; }
@keyframes omFade { from { opacity: 0; } to { opacity: 1; } }
.order-modal-card { position: relative; max-width: 460px; width: 100%; background: var(--paper); border-radius: 16px; padding: 44px 36px 32px; text-align: center; box-shadow: 0 24px 80px rgba(0,0,0,.5); border: 2px solid var(--rope); animation: omPop .3s cubic-bezier(.4,0,.2,1); }
@keyframes omPop { from { opacity: 0; transform: scale(.9) translateY(20px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.omc-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(13,17,22,.08); border: none; color: var(--ink); font-size: 1.4rem; line-height: 1; cursor: pointer; transition: background var(--tr); }
.omc-close:hover { background: rgba(13,17,22,.2); }
.omc-icon { font-size: 3rem; margin-bottom: 14px; }
.order-modal h3 { font-family: var(--font-serif); font-size: 1.8rem; font-weight: 600; color: var(--ink); line-height: 1.15; margin-bottom: 14px; }
.order-modal h3 em { font-style: italic; color: var(--red); }
.order-modal p { font-size: .95rem; line-height: 1.7; color: var(--gray); margin-bottom: 22px; }
.omc-call { width: 100%; justify-content: center; padding: 14px 22px; }
.omc-foot { font-size: .8rem; color: var(--gray); margin-top: 16px; margin-bottom: 0; }

/* MENU FOOTER ACTIONS */
.menu-footer-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* BEAUTY BREAK */
.beauty-break { position: relative; height: 460px; overflow: hidden; }
.beauty-img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.beauty-break::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,17,22,.5), rgba(13,17,22,.75)); }
.beauty-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 40px 24px; text-align: center; }
.beauty-eyebrow { font-family: var(--font-display); font-size: 1rem; letter-spacing: .22em; color: var(--rope2); }
.beauty-overlay p { font-family: var(--font-serif); font-size: clamp(1.5rem,3.5vw,2.6rem); font-style: italic; color: var(--paper); max-width: 880px; line-height: 1.35; }
.beauty-overlay p em { color: var(--rope2); }

/* MENU TABS + LIST */
.menu-tabs { display: flex; justify-content: center; gap: 4px; margin-bottom: 36px; padding: 4px; background: rgba(255,255,255,.06); border: 1px solid rgba(244,236,219,.1); border-radius: 100px; max-width: 540px; margin-left: auto; margin-right: auto; }
.menu-tab { flex: 1; padding: 12px 22px; font-family: var(--font-display); font-size: .9rem; letter-spacing: .14em; color: rgba(244,236,219,.6); background: transparent; border: none; cursor: pointer; border-radius: 100px; transition: all var(--tr); }
.menu-tab:hover { color: var(--paper); }
.menu-tab.active { background: var(--rope); color: var(--ink); }

.menu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1100px; margin: 0 auto; }
.mitem { background: rgba(255,255,255,.04); border: 1px solid rgba(244,236,219,.08); border-radius: 8px; padding: 24px; transition: all var(--tr); display: flex; flex-direction: column; gap: 10px; }
.mitem:hover { border-color: rgba(201,164,104,.4); background: rgba(201,164,104,.06); }
.mitem.hidden { display: none; }
.mitem-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.mitem h3 { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 600; color: var(--paper); line-height: 1.2; }
.mitem-meta { font-family: var(--font-display); font-size: .82rem; letter-spacing: .12em; color: var(--rope2); }
.mitem-tag { font-family: var(--font-display); font-size: .72rem; letter-spacing: .14em; color: var(--red2); background: rgba(200,49,30,.15); padding: 3px 10px; border-radius: 100px; }
.mitem p { font-size: .9rem; line-height: 1.65; color: rgba(244,236,219,.7); }

.mitem--with-img { grid-column: span 1; flex-direction: row; gap: 16px; padding: 14px; }
.mitem-img { flex: 0 0 110px; aspect-ratio: 1; border-radius: 6px; overflow: hidden; }
.mitem-img img { width: 100%; height: 100%; object-fit: cover; }
.mitem-text { flex: 1; display: flex; flex-direction: column; gap: 6px; padding: 4px 6px 4px 0; }

.menu-footer { text-align: center; margin-top: 44px; padding: 24px; background: rgba(201,164,104,.08); border: 1px solid rgba(201,164,104,.2); border-radius: 10px; max-width: 700px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.menu-footer p { font-size: .95rem; color: rgba(244,236,219,.85); }
.menu-footer strong { color: var(--paper); }

/* LIVE MUSIC */
.live-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.live-lead { font-size: 1rem; line-height: 1.8; color: var(--text); margin-bottom: 16px; }
.live-cta-text { font-size: .92rem; line-height: 1.7; color: var(--gray); margin-bottom: 28px; }
.live-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.live-img-col { position: relative; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-lg); }
.live-img { width: 100%; height: 480px; object-fit: cover; }
.live-img-overlay { position: absolute; bottom: 18px; left: 18px; padding: 8px 16px; background: rgba(13,17,22,.85); color: var(--rope2); font-family: var(--font-display); font-size: .9rem; letter-spacing: .15em; border-radius: 100px; backdrop-filter: blur(8px); }

/* BAND BOOKING */
.section-booking { background: linear-gradient(180deg, var(--ink) 0%, #1a1f27 100%); position: relative; }
.section-booking::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 0%, rgba(201,164,104,.12) 0%, transparent 60%); pointer-events: none; }
.booking-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; position: relative; z-index: 1; }
.booking-pitch { padding-top: 12px; }
.booking-lead { font-size: 1rem; line-height: 1.8; color: rgba(244,236,219,.8); margin-bottom: 28px; }
.booking-perks { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.booking-perks li { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(244,236,219,.08); border-radius: 8px; transition: all var(--tr); }
.booking-perks li:hover { border-color: rgba(201,164,104,.4); background: rgba(201,164,104,.06); }
.bp-icon { font-size: 1.4rem; flex-shrink: 0; line-height: 1; padding-top: 2px; }
.booking-perks li > div { display: flex; flex-direction: column; gap: 2px; }
.booking-perks strong { font-family: var(--font-display); font-size: .95rem; letter-spacing: .08em; color: var(--paper); }
.booking-perks span { font-size: .85rem; color: rgba(244,236,219,.6); line-height: 1.5; }

.booking-form-col { position: relative; }
.booking-form { background: var(--paper); border-radius: 12px; padding: 32px; box-shadow: var(--shadow-lg); }
.bf-title { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 600; color: var(--ink); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid var(--rope); }
.bf-row { margin-bottom: 14px; }
.bf-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bf-group { display: flex; flex-direction: column; }
.bf-group label { display: block; font-family: var(--font-display); font-size: .78rem; letter-spacing: .14em; color: var(--ink); margin-bottom: 6px; }
.req { color: var(--red); }
.bf-group input, .bf-group select, .bf-group textarea {
  width: 100%; padding: 11px 14px; font-family: var(--font-sans); font-size: .9rem;
  color: var(--ink); background: #fff8e8; border: 1.5px solid var(--gray-l);
  border-radius: 6px; outline: none; appearance: none; transition: all var(--tr);
}
.bf-group input:focus, .bf-group select:focus, .bf-group textarea:focus { border-color: var(--rope); box-shadow: 0 0 0 3px rgba(201,164,104,.18); background: #fff; }
.bf-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2316222e' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; cursor: pointer; }
.bf-group textarea { resize: vertical; min-height: 80px; }
.bf-submit { width: 100%; justify-content: center; margin-top: 8px; }
.bf-note { text-align: center; font-size: .75rem; color: var(--gray); margin-top: 10px; }

.booking-success { background: var(--paper); border-radius: 12px; padding: 56px 36px; text-align: center; box-shadow: var(--shadow-lg); }
.bs-icon { font-size: 3rem; margin-bottom: 16px; }
.booking-success h3 { font-family: var(--font-serif); font-size: 1.8rem; color: var(--ink); margin-bottom: 10px; }
.booking-success p { font-size: .92rem; color: var(--gray); line-height: 1.7; }

.live-band-callout { margin-top: 24px; padding: 14px 18px; background: rgba(201,164,104,.12); border: 1px solid rgba(201,164,104,.3); border-radius: 8px; font-size: .92rem; color: var(--text); }
.live-band-callout strong { font-family: var(--font-display); letter-spacing: .08em; }
.live-band-link { color: var(--red); font-weight: 700; transition: color var(--tr); }
.live-band-link:hover { color: var(--red2); text-decoration: underline; }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.g-item { aspect-ratio: 1; overflow: hidden; border-radius: 6px; cursor: pointer; position: relative; border: none; padding: 0; background: var(--gray-l); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.g-item:hover img { transform: scale(1.06); }
.g-item::after { content: ''; position: absolute; inset: 0; background: rgba(13,17,22,0); transition: background var(--tr); pointer-events: none; }
.g-item:hover::after { background: rgba(13,17,22,.2); }

.lightbox { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(13,17,22,.96); align-items: center; justify-content: center; padding: 40px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 95vw; max-height: 90vh; object-fit: contain; border-radius: 6px; box-shadow: 0 24px 80px rgba(0,0,0,.7); }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255,255,255,.1); border: none; color: var(--paper); cursor: pointer; transition: all var(--tr); font-family: serif; }
.lb-close { top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; font-size: 1.6rem; line-height: 1; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; font-size: 2.5rem; line-height: 1; }
.lb-prev { left: 24px; }
.lb-next { right: 24px; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--rope); color: var(--ink); }

/* VISIT */
.visit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: stretch; }
.visit-details { display: flex; flex-direction: column; gap: 22px; margin-top: 24px; }
.vd { display: flex; gap: 14px; align-items: flex-start; }
.vd-icon { width: 40px; height: 40px; border-radius: 8px; flex-shrink: 0; background: rgba(201,164,104,.18); display: flex; align-items: center; justify-content: center; }
.vd-icon svg { width: 17px; height: 17px; stroke: var(--rope2); }
.vd > div { display: flex; flex-direction: column; gap: 2px; }
.vd strong { font-family: var(--font-display); font-size: .82rem; letter-spacing: .15em; color: var(--rope2); margin-bottom: 4px; }
.vd span, .vd a { font-size: .92rem; color: rgba(244,236,219,.78); line-height: 1.65; }
.vd a:hover { color: var(--rope2); }
.vd-link { font-family: var(--font-display); font-size: .85rem; letter-spacing: .12em; color: var(--rope2); margin-top: 4px; }
.visit-map { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-lg); min-height: 480px; }

/* FOOTER */
.footer { background: #06080b; color: rgba(244,236,219,.55); padding: 56px 0 0; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; border-bottom: 1px solid rgba(244,236,219,.06); }
.footer-brand { display: flex; flex-direction: column; }
.footer-logo { width: 80px; height: 80px; border-radius: 50%; background: var(--ink); padding: 6px; margin-bottom: 14px; box-shadow: 0 0 0 2px rgba(201,164,104,.4); }
.footer-desc { font-size: .85rem; line-height: 1.7; max-width: 320px; }
.footer-links h4, .footer-contact h4 { font-family: var(--font-display); font-size: .9rem; letter-spacing: .2em; color: var(--rope2); margin-bottom: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 4px; }
.footer-contact { display: flex; flex-direction: column; gap: 4px; }
.footer-links a, .footer-contact a, .footer-contact span { font-size: .85rem; line-height: 1.9; color: rgba(244,236,219,.55); transition: color var(--tr); }
.footer-links a:hover, .footer-contact a:hover { color: var(--rope2); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding: 18px 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .73rem; color: rgba(244,236,219,.5); }

/* SKELETON / FADE */
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
.sc-img, .live-img-col, .beauty-break, .g-item, .visit-map {
  background: linear-gradient(90deg, #efe6d4 0%, #f7eedd 50%, #efe6d4 100%);
  background-size: 200% 100%;
  animation: shimmer 1.6s ease-in-out infinite;
}
.section-dark .live-img-col, .section-dark .beauty-break { background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.09), rgba(255,255,255,.04)); background-size: 200% 100%; }
.sc-img:has(img.loaded), .live-img-col:has(img.loaded), .beauty-break:has(img.loaded), .g-item:has(img.loaded), .visit-map { animation: none; background: transparent; }
img:not(.loaded) { opacity: 0; }
img.loaded { opacity: 1; transition: opacity .4s ease; }
.hero-bg-img:not(.loaded) { opacity: 0; }
.hero-bg-img.loaded { opacity: 1; transition: opacity .6s ease; }

.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: none; }

/* RESPONSIVE — 1100px */
@media (max-width: 1100px) {
  .specialty-grid { grid-template-columns: 1fr 1fr; }
  .live-layout { grid-template-columns: 1fr; gap: 36px; }
  .live-img { height: 360px; }
  .booking-layout { grid-template-columns: 1fr; gap: 36px; }
  .visit-layout { grid-template-columns: 1fr; gap: 36px; }
  .visit-map { min-height: 360px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .menu-list { grid-template-columns: 1fr; }
}

/* RESPONSIVE — 900px */
@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .top-ribbon { display: none; }
  .nav-links, .nav-cta, .nav-fb { display: none; }
  .nav-fb-mobile { display: inline-flex; }
  .hamburger { display: flex; margin-left: 0; }
  .specialty-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

/* RESPONSIVE — 768px */
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .container { padding: 0 16px; }
  .section-header { margin-bottom: 36px; }
  .nav-inner { height: 72px; gap: 12px; }
  .nav-logo { height: 48px; width: 48px; }
  .nav-brand-name { font-size: 1.15rem; }
  .nav-brand-sub { font-size: .58rem; }
  .hero-content { padding: 60px 16px 32px; }
  .hero-eyebrow { font-size: .82rem; padding: 6px 14px; margin-bottom: 14px; }
  .hero-title { font-size: clamp(2.6rem, 11vw, 4.4rem); margin-bottom: 16px; }
  .hero-subtitle { font-size: .95rem; margin-bottom: 24px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .btn { width: 100%; justify-content: center; padding: 14px 22px; }
  .hstat { padding: 16px 20px; flex-basis: 50%; text-align: center; }
  .hstat-n { font-size: 1.3rem; }
  .hstat-l { font-size: .62rem; }
  .hstat-div { display: none; }
  .menu-tabs { flex-direction: column; border-radius: 14px; }
  .booking-form { padding: 22px 18px; }
  .bf-row.two { grid-template-columns: 1fr; }
  .order-card { padding: 36px 22px; }
  .order-steps { flex-direction: column; gap: 14px; }
  .order-step + .order-step::before { content: '↓'; margin-right: 0; }
  .order-step { width: 100%; max-width: 280px; justify-content: flex-start; }
  .order-actions { flex-direction: column; }
  .order-actions .btn { width: 100%; justify-content: center; }
  .mitem--with-img { flex-direction: column; padding: 0; }
  .mitem-img { width: 100%; flex: none; aspect-ratio: 16/9; border-radius: 8px 8px 0 0; }
  .mitem-text { padding: 18px 22px 22px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; padding: 0 16px 36px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 6px; padding: 16px; }
  .live-actions { flex-direction: column; }
  .live-actions .btn { width: 100%; justify-content: center; }
  .lb-prev, .lb-next { width: 44px; height: 44px; font-size: 2rem; }
  .lb-prev { left: 12px; } .lb-next { right: 12px; }
  .lb-close { top: 16px; right: 16px; width: 38px; height: 38px; }
  .btn { min-height: 44px; }
}

/* RESPONSIVE — 480px */
@media (max-width: 480px) {
  .hero-title { font-size: clamp(2rem, 11vw, 3rem); }
  .section-title { font-size: clamp(1.6rem, 7vw, 2.2rem); }
  .hstat { flex-basis: 100%; border-bottom: 1px solid rgba(244,236,219,.08); }
  .gallery-grid { grid-template-columns: 1fr; }
}
