/*
Theme Name: Oscar Karaoke
Description: Child theme for Oscar Karaoke on Flatsome.
Author: Oscar Karaoke
Template: flatsome
Version: 1.0.1
Text Domain: oscar-karaoke
*/

:root {
  --oscar-wine: #4a0610;
  --oscar-wine-deep: #210006;
  --oscar-red: #781321;
  --oscar-gold: #d9b35d;
  --oscar-gold-light: #f5dda0;
  --oscar-cream: #fff9ed;
  --oscar-ink: #211713;
  --oscar-muted: #7c716c;
  --oscar-radius: 18px;
  --oscar-shadow: 0 18px 55px rgba(31, 0, 6, .14);
}

html { scroll-behavior: smooth; }
body {
  color: var(--oscar-ink);
  font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  background: var(--oscar-cream);
}
h1, h2, h3, h4, .section-title-main {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -.025em;
}
a { transition: color .2s ease, opacity .2s ease, transform .2s ease; }
.page-wrapper, .page-wrapper .row-main, .page-wrapper .large-12 { padding: 0; max-width: none; }
.page-wrapper .col-inner { margin: 0; }

/* Header */
#header .header-main {
  background: rgba(32, 0, 6, .96);
  border-bottom: 1px solid rgba(217, 179, 93, .28);
}
#header .nav > li > a {
  color: #fff7e8;
  font-weight: 700;
  letter-spacing: .035em;
}
#header .nav > li.active > a,
#header .nav > li > a:hover { color: var(--oscar-gold-light); }
#logo img { object-fit: contain; }
.header-button .button, .oscar-btn, .button.primary {
  background: linear-gradient(135deg, var(--oscar-gold-light), var(--oscar-gold));
  border: 0;
  border-radius: 999px;
  color: #2a1300 !important;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(217, 179, 93, .28);
}
.button.white.is-outline { border-color: rgba(255,255,255,.65); color: #fff !important; }

/* Shared sections */
.oscar-section { padding: 76px 0; }
.oscar-section--dark {
  color: #fff8ec;
  background:
    radial-gradient(circle at 14% 16%, rgba(217,179,93,.16), transparent 31%),
    linear-gradient(140deg, var(--oscar-wine-deep), var(--oscar-wine));
}
.oscar-section--dark h1, .oscar-section--dark h2, .oscar-section--dark h3 { color: #fff; }
.oscar-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--oscar-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.oscar-eyebrow:before { content: ""; width: 34px; height: 1px; background: currentColor; }
.oscar-heading { font-size: clamp(2rem, 4.5vw, 4.2rem); line-height: 1.05; margin-bottom: 18px; }
.oscar-subheading { max-width: 720px; margin: 0 auto 32px; font-size: 1.08rem; color: var(--oscar-muted); }
.oscar-section--dark .oscar-subheading { color: rgba(255,255,255,.76); }

/* Hero */
.oscar-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  position: relative;
  background-position: center 42% !important;
}
.oscar-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(21,0,4,.92) 0%, rgba(41,0,7,.72) 48%, rgba(41,0,7,.18) 100%);
}
.oscar-hero .section-content { position: relative; z-index: 2; }
.oscar-hero__content { max-width: 690px; color: #fff; padding: 70px 0; }
.oscar-hero__content h1 { color: #fff; font-size: clamp(2.8rem, 6.3vw, 6rem); line-height: .98; margin-bottom: 22px; }
.oscar-hero__content .lead { max-width: 620px; font-size: 1.15rem; color: rgba(255,255,255,.84); }
.oscar-hero__facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 24px 0 28px; }
.oscar-hero__facts span { color: var(--oscar-gold-light); font-weight: 700; }

/* Cards */
.oscar-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(91, 47, 13, .12);
  border-radius: var(--oscar-radius);
  background: #fff;
  box-shadow: var(--oscar-shadow);
}
.oscar-card__body { padding: 24px; }
.oscar-card h3 { margin-bottom: 8px; font-size: 1.55rem; }
.oscar-card p:last-child { margin-bottom: 0; }
.oscar-card .image-cover img, .oscar-card img { transition: transform .5s ease; }
.oscar-card:hover img { transform: scale(1.035); }
.oscar-room-card .box-image, .oscar-food-card .box-image { border-radius: var(--oscar-radius) var(--oscar-radius) 0 0; overflow: hidden; }
.oscar-room-card .box-image .image-cover { padding-top: 68% !important; }
.oscar-room-card .box-text { padding: 22px; }
.oscar-room-card .box-text h3 { margin-bottom: 7px; }
.oscar-room-card .box-text p { color: var(--oscar-muted); }

.oscar-price-card {
  height: 100%;
  padding: 28px 24px;
  border: 1px solid rgba(217,179,93,.35);
  border-radius: var(--oscar-radius);
  background: rgba(255,255,255,.07);
  text-align: center;
}
.oscar-price-card strong { display: block; color: var(--oscar-gold-light); font-size: 2.35rem; font-family: Georgia, serif; }
.oscar-price-card small { color: rgba(255,255,255,.7); }
.oscar-list { margin: 0; list-style: none; }
.oscar-list li { padding: 10px 0; border-bottom: 1px solid rgba(217,179,93,.16); }
.oscar-list li:last-child { border-bottom: 0; }

/* Menu */
.oscar-menu-table { width: 100%; border: 0; }
.oscar-menu-table tr { border-bottom: 1px solid #eee1ca; }
.oscar-menu-table td { padding: 14px 8px; border: 0; }
.oscar-menu-table td:last-child { width: 120px; color: var(--oscar-red); font-weight: 800; text-align: right; white-space: nowrap; }
.oscar-menu-note { padding: 14px 18px; border-left: 3px solid var(--oscar-gold); background: #fff8e8; color: #675647; }
.tabbed-content .nav-tabs > li > a { border-radius: 999px; font-weight: 800; }
.tabbed-content .nav-tabs > li.active > a { background: var(--oscar-wine); color: #fff; }

/* Contact, articles and galleries */
.oscar-contact-strip { padding: 16px 0; background: var(--oscar-wine-deep); color: #fff; }
.oscar-contact-strip a { color: var(--oscar-gold-light); font-weight: 800; }
.oscar-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.oscar-contact-item { padding: 23px; border-radius: 14px; background: rgba(255,255,255,.07); border: 1px solid rgba(217,179,93,.2); }
.oscar-contact-item strong { display: block; color: var(--oscar-gold-light); margin-bottom: 5px; }
.oscar-staff-gallery .box-image, .oscar-staff-gallery .image-cover { border-radius: 16px; }
.oscar-staff-gallery .image-cover { padding-top: 118% !important; }
.oscar-expired { margin: 0 0 28px; padding: 16px 20px; border: 1px solid #e1c78f; border-radius: 12px; background: #fff6df; color: #6d4a10; }
.blog-archive .post-item .col-inner, .oscar-post-card { border-radius: 16px; overflow: hidden; box-shadow: var(--oscar-shadow); background: #fff; }

/* Footer and mobile actions */
.footer-wrapper { background: var(--oscar-wine-deep); color: rgba(255,255,255,.74); }
.absolute-footer { background: #160003; color: rgba(255,255,255,.7); }
.oscar-mobile-actions { display: none; }

@media (max-width: 849px) {
  body { padding-bottom: 66px; }
  .oscar-section { padding: 54px 0; }
  .oscar-hero { min-height: 650px; background-position: 58% center !important; }
  .oscar-hero:after { background: linear-gradient(180deg, rgba(21,0,4,.56), rgba(21,0,4,.92) 72%); }
  .oscar-hero__content { padding-top: 150px; }
  .oscar-contact-grid { grid-template-columns: 1fr; }
  .oscar-mobile-actions {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 7px;
    background: rgba(23,0,3,.97);
    border-top: 1px solid rgba(217,179,93,.3);
  }
  .oscar-mobile-actions a { display: block; padding: 12px 8px; border-radius: 999px; text-align: center; font-weight: 900; }
  .oscar-mobile-actions__call { background: linear-gradient(135deg, var(--oscar-gold-light), var(--oscar-gold)); color: #2b1400; }
  .oscar-mobile-actions__zalo { background: #0b80e0; color: #fff; }
}

@media (max-width: 549px) {
  .oscar-hero { min-height: 620px; }
  .oscar-hero__content h1 { font-size: 2.75rem; }
  .oscar-hero__facts { display: grid; gap: 8px; }
  .oscar-heading { font-size: 2.25rem; }
  .oscar-price-card strong { font-size: 2rem; }
  .oscar-menu-table td:last-child { width: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
