/*
Theme Name: JYOSMI Sushi Professional
Theme URI: https://strangeroasis.com/
Author: STRANGER OASIS LDA
Author URI: https://strangeroasis.com/
Description: Professional bilingual (PT/EN) WordPress theme for STRANGER OASIS LDA / JYOSMI SUSHI Restaurant. Fully editable via WordPress Customizer — change colours, contact info, opening hours, logo, menu prices and text without touching code. Elegant light/dark mixed design with gold accents.
Version: 10.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jyosmi-sushi
Tags: restaurant, food, bilingual, customizer, one-page, menu
*/

/* ============================================================
   GLOBAL RESET & BASE
   ============================================================ */
:root {
  --black:    #080c0f;
  --dark:     #12181f;
  --dark2:    #1a2030;
  --gold:     #c99b4d;
  --gold-lt:  #e7c980;
  --cream:    #faf6f0;
  --cream2:   #f2ece2;
  --white:    #ffffff;
  --text-dark:#1c1f24;
  --text-mid: #3e4450;
  --text-lt:  #6e7585;
  --muted:    #c8c0b5;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--text-dark);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.15; }
p { margin: 0 0 1em; }
ul { list-style: none; padding: 0; margin: 0; }

/* ============================================================
   LAYOUT
   ============================================================ */
.container { width: min(1180px, 92%); margin-inline: auto; }
.section { padding: 90px 0; }
.section-light  { background: var(--cream); }
.section-cream  { background: var(--cream2); }
.section-dark   { background: var(--dark); }
.section-dark2  { background: var(--dark2); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold); font-size: 12px; font-weight: 700;
  letter-spacing: 5px; text-transform: uppercase; margin-bottom: 14px;
}
.eyebrow::before { content: ''; display: inline-block; width: 28px; height: 1px; background: var(--gold); flex-shrink: 0; }
.section-header .eyebrow { justify-content: center; }
.section-header .eyebrow::before { display: none; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-title { font-size: clamp(30px, 4vw, 52px); margin: 10px 0 18px; letter-spacing: 2px; }
.title-dark  { color: var(--text-dark); }
.title-light { color: #fff; }
.section-desc { font-size: 16px; max-width: 600px; margin-inline: auto; }
.desc-dark  { color: var(--text-mid); }
.desc-light { color: var(--muted); }
.gold { color: var(--gold); }
.italic-pt { color: var(--text-lt); font-style: italic; font-size: 14px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 28px; border: 1px solid var(--gold); border-radius: 3px;
  background: linear-gradient(135deg, #e7be70, #b78435);
  color: #1a0f00; font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  cursor: pointer; transition: opacity .2s, transform .15s;
}
.btn:hover { opacity: .85; transform: translateY(-2px); color: #1a0f00; }
.btn-ghost { background: transparent; color: var(--gold); }
.btn-ghost:hover { background: rgba(201,155,77,.1); color: var(--gold); }
.btn-dark-ghost { background: transparent; color: var(--text-dark); border-color: var(--text-dark); }
.btn-dark-ghost:hover { background: rgba(0,0,0,.06); color: var(--text-dark); }

/* ============================================================
   TOPBAR
   ============================================================ */
.site-topbar {
  background: var(--black); border-bottom: 1px solid rgba(201,155,77,.25);
  font-size: 12px; color: var(--muted); padding: 8px 0;
}
.site-topbar .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.topbar-left { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar-left a, .topbar-left span { color: var(--muted); transition: color .2s; display: inline-flex; align-items: center; gap: 5px; }
.topbar-left a:hover { color: var(--gold); }
.lang-switcher { color: var(--gold); font-weight: 700; letter-spacing: 2px; font-size: 12px; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--black);
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 2px 20px rgba(0,0,0,.5);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: 0 4px 32px rgba(0,0,0,.6); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.site-branding { display: flex; align-items: center; gap: 14px; padding: 12px 0; flex-shrink: 0; text-decoration: none; color: inherit; }
.site-branding img, .site-branding .custom-logo { width: 72px; height: 72px; object-fit: cover; border-radius: 50%; border: 2px solid var(--gold); }
.brand-name { display: block; color: var(--gold); font-size: 18px; font-weight: 700; letter-spacing: 5px; line-height: 1.2; font-family: 'Montserrat', sans-serif; }
.brand-sub  { display: block; color: #ffffff; font-size: 11px; letter-spacing: 7px; font-family: 'Montserrat', sans-serif; }
.primary-menu { display: flex; align-items: center; gap: 24px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
.primary-menu a { position: relative; padding-bottom: 3px; color: #e8e2db; transition: color .2s; }
.primary-menu a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--gold); transition: width .3s; }
.primary-menu a:hover { color: var(--gold); }
.primary-menu a:hover::after { width: 100%; }
.menu-toggle { display: none; background: none; border: 1px solid rgba(201,155,77,.5); color: var(--gold); padding: 8px 14px; font-size: 18px; line-height: 1; cursor: pointer; }
.menu-toggle:hover { background: rgba(201,155,77,.1); }
.menu-icon::before { content: '☰'; }
.menu-toggle[aria-expanded="true"] .menu-icon::before { content: '✕'; }

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
  min-height: 700px; display: flex; align-items: center;
  background: linear-gradient(105deg, rgba(8,12,15,.97) 0%, rgba(8,12,15,.72) 55%, rgba(8,12,15,.25) 100%),
              url('assets/images/hero.jpg') center / cover no-repeat;
  border-bottom: 3px solid var(--gold);
}
.hero-content { max-width: 680px; padding: 80px 0; }
.hero-content h1 { color: #fff; font-size: clamp(44px, 6vw, 86px); line-height: 1.03; margin-bottom: 22px; letter-spacing: 2px; }
.hero-desc { font-size: 18px; color: #e8e2db; max-width: 560px; margin-bottom: 8px; }
.hero-desc-pt { font-size: 15px; color: #b8b2aa; font-style: italic; margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   INFO BAR
   ============================================================ */
.info-bar { background: var(--dark); border-bottom: 1px solid rgba(201,155,77,.3); }
.info-item { padding: 28px 24px; border-right: 1px solid rgba(201,155,77,.2); }
.info-item:last-child { border-right: none; }
.info-label { display: flex; align-items: center; gap: 6px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.info-item p { color: #c8c0b5; font-size: 14px; line-height: 1.7; }
.info-item a { color: #c8c0b5; }
.info-item a:hover { color: var(--gold); }

/* ============================================================
   ABOUT
   ============================================================ */
.about-img-frame { position: relative; }
.about-img-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 16px 48px rgba(0,0,0,.18); border: 3px solid var(--cream2); }
.about-img-frame::after { content: ''; position: absolute; top: 18px; left: 18px; right: -18px; bottom: -18px; border: 2px solid var(--gold); z-index: -1; opacity: .4; }
.about-text p { color: var(--text-mid); margin-bottom: 14px; font-size: 15px; }
.about-meta { background: var(--cream2); border-left: 3px solid var(--gold); padding: 16px 20px; margin: 22px 0; }
.about-meta p { font-size: 14px; color: var(--text-mid); margin-bottom: 4px; }
.about-meta b { color: var(--gold); }

/* ============================================================
   MENU SECTION
   ============================================================ */
/* Category tabs */
.menu-tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 48px; }
.menu-tab {
  padding: 10px 22px; border: 1.5px solid rgba(201,155,77,.4);
  background: transparent; color: var(--text-mid);
  font-family: 'Montserrat', sans-serif; font-size: 12px; letter-spacing: 2px;
  text-transform: uppercase; font-weight: 600; border-radius: 2px; cursor: pointer;
  transition: all .2s;
}
.menu-tab:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,155,77,.05); }
.menu-tab.active { background: var(--gold); border-color: var(--gold); color: #1a0f00; }

/* Category block */
.menu-category { margin-bottom: 56px; }
.category-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; padding-bottom: 14px; border-bottom: 2px solid #e8e2d8; }
.category-header h3 { font-family: 'Playfair Display', serif; font-size: 26px; color: var(--text-dark); letter-spacing: 1px; white-space: nowrap; }
.cat-line { flex: 1; height: 1px; background: #e8e2d8; }

/* Dish card grid */
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dish-card {
  background: #fff; border: 1px solid #e8e2d8; border-radius: 4px;
  overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,.06);
  transition: box-shadow .3s, transform .3s;
}
.dish-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.12); transform: translateY(-3px); }
.dish-img { height: 190px; overflow: hidden; position: relative; background: var(--cream2); }
.dish-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; display: block; }
.dish-card:hover .dish-img img { transform: scale(1.05); }
.dish-img-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #b0a898; }
.dish-img-placeholder .ph-icon { font-size: 36px; }
.dish-img-placeholder p { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.dish-badge { position: absolute; top: 10px; left: 10px; background: var(--gold); color: #1a0f00; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 10px; border-radius: 2px; }
.dish-body { padding: 18px 20px; }
.dish-body h4 { font-family: 'Playfair Display', serif; font-size: 17px; color: var(--text-dark); margin-bottom: 4px; }
.dish-pt { color: var(--text-lt); font-size: 13px; font-style: italic; margin-bottom: 8px; }
.dish-desc { color: var(--text-mid); font-size: 13px; line-height: 1.6; margin-bottom: 0; }
.dish-footer { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; background: #faf6f0; border-top: 1px solid #ece6dc; }
.dish-price { font-size: 22px; font-weight: 700; color: var(--text-dark); line-height: 1; }
.dish-price-unit { font-size: 13px; color: var(--text-lt); font-weight: 400; }
.dish-pcs { font-size: 12px; color: var(--text-lt); margin-top: 2px; }
.dish-sizes { display: flex; flex-direction: column; gap: 4px; }
.dish-size-item { display: flex; align-items: center; gap: 6px; }
.size-label { font-size: 10px; font-weight: 700; color: #1a0f00; background: var(--gold); padding: 2px 6px; border-radius: 2px; min-width: 18px; text-align: center; letter-spacing: .5px; }
.size-price { font-size: 16px; font-weight: 700; color: var(--text-dark); line-height: 1; }
.size-pcs { font-size: 11px; color: var(--text-lt); }
.dish-order-btn { padding: 8px 16px; font-size: 11px; }

/* Drinks list */
.dish-list { border-radius: 4px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,.06); max-width: 680px; }
.dish-list-item { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; background: #fff; border-bottom: 1px solid #ece6dc; transition: background .2s; }
.dish-list-item:last-child { border-bottom: none; }
.dish-list-item:hover { background: #fdf9f4; }
.dish-list-name h4 { font-family: inherit; font-size: 15px; font-weight: 600; color: var(--text-dark); margin-bottom: 2px; }
.dish-list-name p { font-size: 12px; color: var(--text-lt); font-style: italic; }
.dish-list-price { font-size: 18px; font-weight: 700; color: var(--gold); white-space: nowrap; margin-left: 20px; }

/* Allergen note */
.allergen-note { margin-top: 32px; padding: 18px 22px; background: #fff9ee; border: 1px solid #f0d4a0; border-radius: 3px; }
.allergen-note p { color: #7a5a20; font-size: 13px; }
.allergen-note p:first-child { font-weight: 700; margin-bottom: 4px; }

/* ============================================================
   FEATURES (dark bg)
   ============================================================ */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.feature-card { background: #1c2230; padding: 40px 32px; border: 1px solid rgba(255,255,255,.06); transition: background .3s; }
.feature-card:hover { background: #20283a; }
.feature-icon { width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; background: rgba(201,155,77,.1); border: 1px solid rgba(201,155,77,.25); font-size: 26px; margin-bottom: 18px; }
.feature-card h3 { color: var(--gold); font-size: 18px; margin-bottom: 12px; letter-spacing: 1px; }
.feature-card p { color: #c0c8d8; font-size: 14px; line-height: 1.75; }
.feature-card .italic-pt { color: #8892a8; margin-top: 8px; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-mosaic { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.gallery-item { overflow: hidden; border: 2px solid #fff; box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; display: block; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-main { grid-row: span 2; }
.gallery-item:not(.gallery-main) { height: 220px; }

/* ============================================================
   RESERVATION CTA
   ============================================================ */
.reservation-section {
  text-align: center;
  background: linear-gradient(105deg, rgba(8,12,15,.97) 0%, rgba(8,12,15,.85) 60%, rgba(8,12,15,.6) 100%),
              url('assets/images/brand.jpg') center / cover fixed no-repeat;
}
.reservation-box { max-width: 840px; margin-inline: auto; background: rgba(8,12,15,.75); border: 1px solid rgba(201,155,77,.4); padding: 64px 48px; backdrop-filter: blur(10px); }
.reservation-phone { display: inline-block; font-size: 34px; font-weight: 700; color: var(--gold); letter-spacing: 2px; margin: 28px 0; transition: color .2s; }
.reservation-phone:hover { color: var(--gold-lt); }
.reservation-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.contact-detail { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e8e2d8; }
.contact-detail:last-of-type { border-bottom: none; margin-bottom: 0; }
.contact-icon { width: 42px; height: 42px; flex-shrink: 0; background: var(--cream2); border: 1px solid #d8d0c4; display: flex; align-items: center; justify-content: center; font-size: 17px; }
.contact-label { display: block; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px; }
.contact-detail p, .contact-detail a { color: var(--text-mid); font-size: 14px; }
.contact-detail a:hover { color: var(--gold); }
.map-wrap { border: 2px solid #e0d8cc; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.1); }
.site-map { width: 100%; height: 420px; border: 0; display: block; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--black); border-top: 3px solid var(--gold); padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 32px; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand-logo img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; border: 2px solid var(--gold); margin-bottom: 14px; }
.footer-brand-name { display: block; color: var(--gold); font-size: 14px; letter-spacing: 4px; font-family: 'Montserrat', sans-serif; font-weight: 700; margin-bottom: 2px; }
.footer-brand-sub  { display: block; color: #ffffff; font-size: 11px; letter-spacing: 6px; font-family: 'Montserrat', sans-serif; }
.footer-about { color: var(--muted); font-size: 13px; margin-top: 14px; line-height: 1.7; }
.footer-heading { color: var(--gold); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(201,155,77,.25); }
.footer-links a { display: block; color: var(--muted); font-size: 13px; margin-bottom: 9px; transition: color .2s, padding-left .2s; }
.footer-links a:hover { color: var(--gold); padding-left: 5px; }
.footer-contact p { color: var(--muted); font-size: 13px; margin-bottom: 7px; }
.footer-contact a { color: var(--muted); }
.footer-contact a:hover { color: var(--gold); }
.complaints-widget { border: 1px solid rgba(201,155,77,.4); padding: 22px; background: rgba(201,155,77,.06); }
.complaints-widget .footer-heading { margin-bottom: 10px; padding-bottom: 0; border-bottom: none; }
.complaints-widget p { color: var(--muted); font-size: 12px; margin-bottom: 14px; }
.complaints-widget a { color: var(--gold); font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.site-copy { text-align: center; color: #5e5850; font-size: 12px; margin-top: 18px; letter-spacing: .5px; }
.site-copy a { color: var(--muted); }

/* ============================================================
   QR CODE SECTION
   ============================================================ */
.qr-section { background: var(--cream, #faf6f0); }
.qr-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
}
@media (max-width: 768px) { .qr-inner { grid-template-columns: 1fr; gap: 40px; } }
.qr-steps {
  list-style: none; margin: 28px 0;
  display: flex; flex-direction: column; gap: 12px;
}
.qr-steps li {
  display: flex; align-items: center; gap: 14px;
  font-size: 14px; color: var(--text-dark, #1c1f24); font-weight: 500;
}
.qr-steps li span {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--gold, #c99b4d); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
}
.qr-print-hint {
  font-size: 13px; color: #7a7068;
  background: #f2ece2;
  border-left: 3px solid var(--gold, #c99b4d);
  padding: 12px 16px; border-radius: 0 3px 3px 0;
  line-height: 1.7; margin-top: 24px;
}
.qr-print-hint em { color: #9a8870; }
.qr-card-wrap { flex-shrink: 0; }
.qr-card {
  background: #fff;
  border: 2px solid var(--gold, #c99b4d);
  border-radius: 8px;
  padding: 24px 28px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(201,155,77,.18);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.qr-card-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 800; letter-spacing: 3px;
  color: var(--dark, #080c0f); text-transform: uppercase;
}
.qr-card-sub { font-size: 12px; color: #9a8870; letter-spacing: 1px; }
.qr-img {
  display: block;
  border: 6px solid #f2ece2;
  border-radius: 4px;
}
.qr-card-caption {
  font-size: 12px; font-weight: 700; color: var(--gold, #c99b4d);
  letter-spacing: 2px; text-transform: uppercase;
}
.qr-download {
  font-size: 12px; padding: 8px 18px; margin-top: 4px;
  background: transparent; border: 1.5px solid var(--gold, #c99b4d);
  color: var(--dark, #080c0f); text-decoration: none;
  display: inline-block;
}
.qr-download:hover { background: var(--gold, #c99b4d); color: #fff; }

/* ============================================================
   WHATSAPP BUTTON
   ============================================================ */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  align-items: center;
  text-decoration: none;
  filter: drop-shadow(0 4px 16px rgba(37,211,102,.45));
  animation: waPop .6s cubic-bezier(.34,1.56,.64,1) 1.2s both;
}
.wa-float:hover .wa-label {
  max-width: 220px; opacity: 1; padding: 0 16px 0 10px;
}
.wa-circle {
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative;
}
.wa-circle::before {
  content: ''; position: absolute; inset: -4px;
  border-radius: 50%; border: 2px solid rgba(37,211,102,.5);
  animation: waPulse 2s ease-in-out infinite;
}
.wa-circle svg { width: 32px; height: 32px; fill: #fff; }
.wa-label {
  max-width: 0; overflow: hidden; opacity: 0;
  white-space: nowrap;
  background: #25D366; color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: .5px;
  height: 42px; border-radius: 0 21px 21px 0;
  display: flex; align-items: center;
  transition: max-width .35s ease, opacity .25s ease, padding .35s ease;
  margin-left: -6px; padding: 0;
}
@keyframes waPulse {
  0%, 100% { transform: scale(1); opacity: .7; }
  50%       { transform: scale(1.18); opacity: 0; }
}
@keyframes waPop {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
/* Drink sub-filter bar */
.drink-filter-bar { display:flex; gap:8px; margin-bottom:16px; flex-wrap:wrap; }
.drink-tab {
  padding: 7px 18px; border-radius: 24px;
  border: 1.5px solid var(--gold); background: transparent;
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: .5px;
  cursor: pointer; transition: background .2s, color .2s;
}
.drink-tab.active { background: var(--gold); color: #fff; }
.drink-tab:hover:not(.active) { background: #e8d8b8; color: var(--dark); }

/* WhatsApp button in reservation section */
.btn-wa {
  background: #25D366; border: 1px solid #1ebe5d; color: #fff;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-wa:hover { background: #1da851; color: #fff; opacity: 1; }
.btn-wa svg { width: 18px; height: 18px; fill: #fff; flex-shrink: 0; }

/* ============================================================
   WP ADMIN BAR
   ============================================================ */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .split, .contact-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .info-item { border-right: none; border-bottom: 1px solid rgba(201,155,77,.2); }
  .features-grid, .footer-grid { grid-template-columns: 1fr; }
  .dish-grid { grid-template-columns: 1fr 1fr; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-main { grid-row: auto; }
  .gallery-item:not(.gallery-main) { height: 180px; }
  .section { padding: 56px 0; }
  .menu-toggle { display: block; }
  .primary-menu { display: none; flex-direction: column; padding: 12px 0 20px; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: rgba(8,12,15,.98); border-bottom: 1px solid rgba(201,155,77,.2); }
  .primary-menu.is-open { display: flex; }
  .primary-menu a { padding: 12px 20px; border-bottom: 1px solid rgba(201,155,77,.1); width: 100%; }
  .primary-menu a::after { display: none; }
  .nav-inner { flex-wrap: wrap; position: relative; }
  .reservation-box { padding: 40px 24px; }
  .about-img-frame::after { display: none; }
}
@media (max-width: 680px) {
  .dish-grid { grid-template-columns: 1fr; }
  .menu-tab { font-size: 10px; padding: 8px 14px; }
}
@media (max-width: 600px) {
  .hero-section { min-height: 580px; }
  .hero-content h1 { font-size: 38px; }
  .grid-4 { grid-template-columns: 1fr; }
  .gallery-mosaic { grid-template-columns: 1fr; }
  .gallery-item { height: 200px !important; }
  .site-topbar { display: none; }
  .reservation-phone { font-size: 26px; }
}

/* ============================================================
   DAILY SPECIALS — special badge override
   ============================================================ */
.special-badge {
  background: var(--gold) !important;
  color: var(--black) !important;
  font-weight: 700;
}
.special-card { border: 1px solid rgba(201,155,77,.25); }

/* ============================================================
   RODÍZIO QR SECTION (homepage teaser)
   ============================================================ */
.rodizio-qr-section .qr-inner { align-items: center; }
.rodizio-price {
  font-size: 30px;
  font-weight: 700;
  color: var(--gold);
  margin: 14px 0 16px;
  font-family: 'Playfair Display', serif;
}
.rodizio-price span {
  font-size: 14px;
  color: var(--muted);
  font-weight: 400;
  font-family: 'Montserrat', Arial, sans-serif;
  margin-left: 8px;
}

/* ============================================================
   RODÍZIO SECTION — cards grid
   ============================================================ */
.rodizio-section .section-header { text-align: center; margin-bottom: 40px; }
.rodizio-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-bottom: 48px;
}
.rodizio-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(201,155,77,.2);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .2s, background .2s;
}
.rodizio-card:hover {
  border-color: rgba(201,155,77,.5);
  background: rgba(255,255,255,.08);
}
.rodizio-card-img {
  height: 110px;
  overflow: hidden;
  background: rgba(0,0,0,.3);
  display: flex; align-items: center; justify-content: center;
}
.rodizio-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rodizio-card-placeholder { font-size: 36px; }
.rodizio-card-body { padding: 10px 12px 12px; }
.rodizio-card-body h4 { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 3px; line-height: 1.3; font-family: 'Montserrat', sans-serif; }
.rodizio-card-pt { color: var(--muted); font-size: 11px; font-style: italic; margin-bottom: 0; }
.rodizio-card-desc { color: #a0a8b8; font-size: 11px; margin-top: 4px; line-height: 1.5; margin-bottom: 0; }

/* ============================================================
   RODÍZIO ORDER FORM — dark-section input visibility
   ============================================================ */
.rodizio-order-form {
  max-width: 540px;
  margin: 0 auto;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(201,155,77,.35);
  border-radius: 10px;
  padding: 32px 32px 28px;
}
.rodizio-order-form h3 {
  color: #fff;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  text-align: center;
  margin-bottom: 6px;
}
.rodizio-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.rodizio-form-field { margin-bottom: 14px; }
.rodizio-form-field:last-of-type { margin-bottom: 0; }

/* Labels — gold, always visible on dark backgrounds */
.rodizio-form-field label,
.rodizio-order-form label {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/* Inputs & textarea — white text on semi-transparent dark field */
.rodizio-form-field input[type="text"],
.rodizio-form-field input[type="number"],
.rodizio-form-field input[type="tel"],
.rodizio-form-field input[type="email"],
.rodizio-form-field textarea,
.rodizio-order-form input[type="text"],
.rodizio-order-form input[type="number"],
.rodizio-order-form input[type="tel"],
.rodizio-order-form input[type="email"],
.rodizio-order-form textarea {
  display: block;
  width: 100%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(201,155,77,.4);
  border-radius: 6px;
  padding: 11px 14px;
  color: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  transition: border-color .2s, background .2s;
  -webkit-appearance: none;
}
.rodizio-form-field input[type="number"] { -moz-appearance: textfield; }
.rodizio-form-field input[type="number"]::-webkit-inner-spin-button,
.rodizio-form-field input[type="number"]::-webkit-outer-spin-button { opacity: .4; }

/* Placeholders — semi-transparent white, clearly readable */
.rodizio-form-field input::placeholder,
.rodizio-form-field textarea::placeholder,
.rodizio-order-form input::placeholder,
.rodizio-order-form textarea::placeholder {
  color: rgba(255,255,255,.45);
}

/* Focus ring — gold border */
.rodizio-form-field input:focus,
.rodizio-form-field textarea:focus,
.rodizio-order-form input:focus,
.rodizio-order-form textarea:focus {
  border-color: var(--gold);
  background: rgba(255,255,255,.15);
}
.rodizio-order-form textarea { resize: vertical; min-height: 90px; }

/* Mobile */
@media (max-width: 560px) {
  .rodizio-form-row { grid-template-columns: 1fr; }
  .rodizio-order-form { padding: 24px 18px 20px; }
  .rodizio-cards-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
}

/* ============================================================
   SHARED WORDPRESS FORM — [jyosmi_contact] [jyosmi_reservation]
   (light section — cream background)
   ============================================================ */
.jyosmi-form { margin-top: 24px; }
.jyosmi-form .form-row { margin-bottom: 16px; }
.jyosmi-form label {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.jyosmi-form input[type="text"],
.jyosmi-form input[type="email"],
.jyosmi-form input[type="tel"],
.jyosmi-form input[type="date"],
.jyosmi-form select,
.jyosmi-form textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: 1.5px solid #d8d0c4;
  border-radius: 4px;
  padding: 11px 14px;
  color: var(--text-dark);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color .2s;
  -webkit-appearance: none;
}
.jyosmi-form input::placeholder,
.jyosmi-form textarea::placeholder { color: #b0a898; }
.jyosmi-form input:focus,
.jyosmi-form select:focus,
.jyosmi-form textarea:focus { border-color: var(--gold); }
.jyosmi-form textarea { resize: vertical; min-height: 110px; }
.jyosmi-form select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c99b4d' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.jyosmi-form .btn { margin-top: 8px; }
