/* Force full-page mode for shortcode pages. This hides Twenty Twenty/Twenty Twenty-One/Twenty Twenty-Two theme chrome without touching the plugin's own header/footer. */
html body.vlabs-restaurant-active { margin:0 !important; padding:0 !important; background:#111 !important; overflow-x:hidden !important; }
body.vlabs-restaurant-active #site-header,
body.vlabs-restaurant-active #site-footer,
body.vlabs-restaurant-active .site-header,
body.vlabs-restaurant-active .site-footer,
body.vlabs-restaurant-active header:not(.vrs-header),
body.vlabs-restaurant-active footer:not(.vrs-footer),
body.vlabs-restaurant-active nav:not(.vrs-nav),
body.vlabs-restaurant-active .wp-site-blocks > header,
body.vlabs-restaurant-active .wp-site-blocks > footer,
body.vlabs-restaurant-active .primary-menu-wrapper,
body.vlabs-restaurant-active .header-navigation-wrapper,
body.vlabs-restaurant-active .menu-modal,
body.vlabs-restaurant-active .footer-nav-widgets-wrapper,
body.vlabs-restaurant-active .header-footer-group,
body.vlabs-restaurant-active .powered-by-wordpress,
body.vlabs-restaurant-active .entry-header,
body.vlabs-restaurant-active .page-header,
body.vlabs-restaurant-active .entry-title,
body.vlabs-restaurant-active .page-title,
body.vlabs-restaurant-active .wp-block-post-title,
body.vlabs-restaurant-active h1.entry-title,
body.vlabs-restaurant-active h1.page-title,
body.vlabs-restaurant-active .post-title,
body.vlabs-restaurant-active .post-thumbnail,
body.vlabs-restaurant-active .comments-wrapper,
body.vlabs-restaurant-active .comment-respond,
body.vlabs-restaurant-active .pagination-single,
body.vlabs-restaurant-active .post-meta-wrapper,
body.vlabs-restaurant-active .skip-link { display:none !important; }
body.vlabs-restaurant-active #page,
body.vlabs-restaurant-active .site,
body.vlabs-restaurant-active .site-content,
body.vlabs-restaurant-active #content,
body.vlabs-restaurant-active .content-area,
body.vlabs-restaurant-active #primary,
body.vlabs-restaurant-active #main,
body.vlabs-restaurant-active main,
body.vlabs-restaurant-active #site-content,
body.vlabs-restaurant-active article,
body.vlabs-restaurant-active .post-inner,
body.vlabs-restaurant-active .entry-content,
body.vlabs-restaurant-active .wp-site-blocks,
body.vlabs-restaurant-active .wp-block-post-content,
body.vlabs-restaurant-active .container { max-width:none !important; width:100% !important; margin:0 !important; padding:0 !important; border:0 !important; }
body.vlabs-restaurant-active .entry-content > *,
body.vlabs-restaurant-active .wp-block-post-content > * { max-width:none !important; }
body.vlabs-restaurant-active .vrs-wrap { width:100vw !important; max-width:100vw !important; margin:0 !important; min-height:100vh !important; }

body.vlabs-restaurant-active .entry-title,
body.vlabs-restaurant-active .page-title,
body.vlabs-restaurant-active .wp-block-post-title { display:none !important; visibility:hidden !important; height:0 !important; margin:0 !important; padding:0 !important; overflow:hidden !important; }

/* Remove theme/admin/page spacing above the restaurant header in fullscreen mode. */
html.vlabs-restaurant-html-active,
html.vlabs-restaurant-html-active body,
html:has(body.vlabs-restaurant-active) { margin-top:0 !important; padding-top:0 !important; }
body.vlabs-restaurant-active.admin-bar,
body.vlabs-restaurant-active { margin-top:0 !important; padding-top:0 !important; }
body.vlabs-restaurant-active #wpadminbar { display:none !important; }
body.vlabs-restaurant-active .wp-site-blocks,
body.vlabs-restaurant-active .wp-block-group,
body.vlabs-restaurant-active .wp-block-group__inner-container,
body.vlabs-restaurant-active .is-layout-flow,
body.vlabs-restaurant-active .is-layout-constrained,
body.vlabs-restaurant-active .hentry,
body.vlabs-restaurant-active .type-page,
body.vlabs-restaurant-active .page,
body.vlabs-restaurant-active .post,
body.vlabs-restaurant-active .entry-content,
body.vlabs-restaurant-active .wp-block-post-content { margin-top:0 !important; padding-top:0 !important; }
body.vlabs-restaurant-active .entry-content > :first-child,
body.vlabs-restaurant-active .wp-block-post-content > :first-child,
body.vlabs-restaurant-active .is-layout-flow > :first-child,
body.vlabs-restaurant-active .is-layout-constrained > :first-child { margin-top:0 !important; }
body.vlabs-restaurant-active .vrs-wrap,
body.vlabs-restaurant-active .vrs-fullpage-wrap,
body.vlabs-restaurant-active .vrs-single-section { margin-top:0 !important; padding-top:0 !important; position:relative !important; top:0 !important; }
body.vlabs-restaurant-active .vrs-header { top:0 !important; margin-top:0 !important; }
.vrs-wrap, .vrs-wrap * { box-sizing:border-box; }
.vrs-wrap { background:var(--vrs-bg); color:var(--vrs-text); font-family:var(--vrs-font, Georgia, 'Times New Roman', serif); line-height:1.6; overflow:hidden; }
.vrs-wrap *, .vrs-wrap input, .vrs-wrap select, .vrs-wrap textarea, .vrs-wrap button { font-family:var(--vrs-font, Georgia, 'Times New Roman', serif); }
.vrs-wrap a { color:inherit; text-decoration:none; }
.vrs-header { position:sticky; top:0; z-index:50; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:18px clamp(18px,4vw,56px); background:rgba(17,17,17,.98); border-bottom:1px solid rgba(255,255,255,.1); }
.vrs-logo { display:flex; align-items:center; gap:12px; font-size:22px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; }
.vrs-logo img { max-height:52px; width:auto; }
.vrs-nav { display:flex; align-items:center; gap:22px; font-family:var(--vrs-font, Arial, sans-serif); font-size:13px; letter-spacing:.12em; text-transform:uppercase; }
.vrs-nav a { opacity:.88; transition:.2s; }
.vrs-nav a:hover { color:var(--vrs-accent); }
.vrs-header-actions { display:flex; align-items:center; gap:18px; font-family:var(--vrs-font, Arial, sans-serif); font-size:13px; }
.vrs-menu-toggle { display:none; background:none; color:var(--vrs-text); border:1px solid rgba(255,255,255,.25); border-radius:4px; padding:7px 10px; font-size:20px; }
.vrs-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:46px; padding:12px 24px; background:var(--vrs-accent); color:#111 !important; border:1px solid var(--vrs-accent); text-transform:uppercase; letter-spacing:.12em; font-weight:bold; font-size:12px; line-height:1.2; cursor:pointer; transition:.25s; }
.vrs-btn:hover { background:transparent; color:var(--vrs-accent) !important; }
.vrs-btn-small { min-height:38px; padding:10px 16px; }
.vrs-link { color:var(--vrs-current-link,#111); border-bottom:1px solid currentColor; font-weight:bold; font-size:12px; text-transform:uppercase; letter-spacing:.16em; display:inline-block; margin-top:16px; }
.vrs-link.light { color:var(--vrs-accent); }
.vrs-hero { position:relative; min-height:760px; display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,520px); align-items:center; gap:48px; padding:110px clamp(22px,6vw,90px) 110px; background-size:cover; background-position:center; }
.vrs-hero:before { content:''; position:absolute; inset:0; background:radial-gradient(circle at 80% 20%, rgba(200,169,106,.16), transparent 35%); pointer-events:none; }
.vrs-hero-content, .vrs-hero-card, .vrs-find-us { position:relative; z-index:1; }
.vrs-eyebrow { color:var(--vrs-accent); text-transform:uppercase; letter-spacing:.28em; font-weight:bold; font-size:12px; margin:0 0 12px; }
.vrs-eyebrow.dark { color:var(--vrs-current-eyebrow,#866f3e); }
.vrs-hero h1, .vrs-section h2 { font-weight:400; line-height:1.02; letter-spacing:.02em; margin:0 0 22px; }
.vrs-hero h1 { font-size:clamp(56px,10vw,142px); max-width:880px; text-transform:uppercase; }
.vrs-hero p { max-width:620px; font-size:20px; opacity:.86; }
.vrs-hero-card img, .vrs-placeholder { width:100%; min-height:420px; object-fit:cover; display:block; }
.vrs-hero-card img, .vrs-hero-card .vrs-placeholder { border-radius:260px 260px 8px 8px; border:1px solid rgba(255,255,255,.16); }
.vrs-find-us { position:absolute; bottom:36px; left:clamp(22px,6vw,90px); right:clamp(22px,6vw,90px); display:flex; flex-wrap:wrap; align-items:center; gap:18px; padding-top:22px; border-top:1px solid rgba(255,255,255,.22); font-family:var(--vrs-font, Arial, sans-serif); }
.vrs-find-us strong { color:var(--vrs-accent); text-transform:uppercase; letter-spacing:.18em; }
.vrs-section { padding:92px clamp(22px,6vw,90px); color:var(--vrs-current-text,inherit); }
.vrs-light-section { background:var(--vrs-light); color:#171717; }
.vrs-menu-section.has-background-image { background-size:cover; background-position:center; background-repeat:no-repeat; background-attachment:scroll; }
.vrs-menu-section.has-background-image .vrs-section-head,
.vrs-menu-section.has-background-image .vrs-menu-tabs,
.vrs-menu-section.has-background-image .vrs-menu-panel { position:relative; z-index:1; }
.vrs-dark-section { background:var(--vrs-dark); color:var(--vrs-text); }
.vrs-split { display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,76px); align-items:center; max-width:1240px; margin:0 auto; }
.vrs-split.reverse > div:first-child { order:2; }
.vrs-split img, .vrs-split .vrs-placeholder { width:100%; min-height:420px; object-fit:cover; border-radius:10px; }
.vrs-section h2 { font-size:clamp(36px,5.6vw,76px); text-transform:uppercase; }
.vrs-text { font-size:18px; opacity:.88; }
.vrs-history { background:linear-gradient(135deg,var(--vrs-bg),var(--vrs-dark)); }
.vrs-section-head { max-width:760px; margin:0 auto 42px; text-align:center; }
.vrs-section-head h2 { margin-bottom:14px; }
.vrs-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; max-width:1240px; margin:0 auto; }
.vrs-card { background:#fff; color:#171717; border-radius:14px; overflow:hidden; box-shadow:0 12px 40px rgba(0,0,0,.08); }
.vrs-card.dark-card { background:rgba(255,255,255,.07); color:var(--vrs-text); border:1px solid rgba(255,255,255,.12); }
.vrs-card img, .vrs-card .vrs-placeholder { width:100%; height:265px; object-fit:cover; display:block; }
.vrs-card-body { padding:24px; }
.vrs-card h3 { font-size:26px; margin:0 0 8px; font-weight:400; }
.vrs-muted { opacity:.68; }
.vrs-events .vrs-card-grid { align-items:start !important; justify-content:center; }
.vrs-events .vrs-card { align-self:start !important; height:auto !important; max-width:430px; width:100%; }
.vrs-events .vrs-card img, .vrs-events .vrs-card .vrs-placeholder { height:auto !important; aspect-ratio:16/10; min-height:0 !important; object-fit:cover; }
.vrs-events .vrs-card-body { min-height:0 !important; padding:24px 28px 30px !important; }
.vrs-events .vrs-card-body h3 { margin-bottom:18px; }
.vrs-events .vrs-card-body p { margin:0 0 16px; }
.vrs-events .vrs-card-body p:last-child { margin-bottom:0; }
.vrs-menu-tabs { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; margin-bottom:36px; }
.vrs-menu-tab { background:transparent; color:var(--vrs-menu-tab-color,#171717); border:1px solid var(--vrs-menu-tab-border,rgba(0,0,0,.18)); padding:12px 20px; border-radius:999px; cursor:pointer; text-transform:uppercase; letter-spacing:.12em; font-weight:bold; font-size:12px; }
.vrs-menu-tab.active { background:var(--vrs-menu-tab-active-bg,#171717); color:var(--vrs-menu-tab-active-color,#fff); }
.vrs-menu-panel { display:none; max-width:1040px; margin:0 auto; }
.vrs-menu-panel.active { display:block; }
.vrs-menu-list { display:grid; gap:18px; }
.vrs-menu-item { display:grid; grid-template-columns:88px minmax(0,1fr) auto; gap:18px; align-items:center; padding:18px; border-bottom:1px solid var(--vrs-menu-line,rgba(0,0,0,.12)); }
.vrs-menu-img img, .vrs-menu-img .vrs-placeholder { width:88px; height:88px; border-radius:50%; object-fit:cover; min-height:0; }
.vrs-menu-copy h3 { margin:0; font-size:24px; font-weight:400; }
.vrs-menu-copy p { margin:4px 0 0; opacity:.72; }
.vrs-menu-item strong { color:#866f3e; font-size:18px; white-space:nowrap; }
.vrs-gallery-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; max-width:1320px; margin:0 auto; }
.vrs-gallery-grid figure { position:relative; margin:0; min-height:260px; overflow:hidden; border-radius:12px; }
.vrs-gallery-grid figure:nth-child(1), .vrs-gallery-grid figure:nth-child(4) { grid-row:span 2; }
.vrs-gallery-grid img, .vrs-gallery-grid .vrs-placeholder { width:100%; height:100%; min-height:260px; object-fit:cover; display:block; transition:.4s; }
.vrs-gallery-grid figure:hover img { transform:scale(1.06); }
.vrs-gallery-grid figcaption { position:absolute; inset:auto 12px 12px; background:rgba(0,0,0,.55); padding:8px 12px; border-radius:999px; font-size:12px; color:#fff; }
.vrs-reservation-form {
  position:relative;
  max-width:980px;
  margin:0 auto;
  padding:38px;
  border-radius:24px;
  background:linear-gradient(135deg,#171717 0%, #0e0e0e 62%, #211b12 100%);
  color:#f8f1e7;
  border:1px solid rgba(200,169,106,.20);
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  overflow:hidden;
}
.vrs-reservation-form:before {
  content:"";
  position:absolute;
  top:0; left:36px; right:36px;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--vrs-accent), transparent);
}
.vrs-reservation-form:after {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(200,169,106,.12), transparent 28%);
  pointer-events:none;
}
.vrs-reservation-form > * { position:relative; z-index:1; }
.vrs-form-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-bottom:22px; }
.vrs-reservation-form .vrs-form-grid label {
  display:block;
  font-weight:800;
  font-size:12px;
  line-height:1.4;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--vrs-accent);
}
.vrs-reservation-form .vrs-form-grid input,
.vrs-reservation-form .vrs-form-grid select,
.vrs-reservation-form .vrs-form-grid textarea {
  width:100%;
  margin-top:8px;
  padding:15px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.06);
  color:#ffffff;
  font-size:15px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:border-color .22s ease, box-shadow .22s ease, background .22s ease, transform .22s ease;
}
.vrs-reservation-form .vrs-form-grid input::placeholder,
.vrs-reservation-form .vrs-form-grid textarea::placeholder { color:rgba(255,255,255,.48); }
.vrs-reservation-form .vrs-form-grid input:focus,
.vrs-reservation-form .vrs-form-grid select:focus,
.vrs-reservation-form .vrs-form-grid textarea:focus {
  outline:none;
  border-color:rgba(200,169,106,.85);
  background:rgba(255,255,255,.08);
  box-shadow:0 0 0 4px rgba(200,169,106,.12);
  transform:translateY(-1px);
}
.vrs-reservation-form .vrs-form-grid option { color:#171717; }
.vrs-form-grid .vrs-full { grid-column:1/-1; }
.vrs-reservation-form .vrs-btn {
  min-width:200px;
  padding:16px 28px;
  border-radius:999px;
  box-shadow:0 14px 30px rgba(0,0,0,.24);
}
.vrs-reservation-form .vrs-form-response { margin-top:18px; font-weight:700; font-size:14px; }
.vrs-reservation-form .vrs-form-response.success { color:#78d79a; }
.vrs-reservation-form .vrs-form-response.error { color:#ff9a90; }
.vrs-private { background:var(--vrs-bg); }
.vrs-private-box { display:grid; grid-template-columns:1fr 1fr; max-width:1180px; margin:0 auto; align-items:center; background:var(--vrs-dark); border:1px solid rgba(255,255,255,.12); border-radius:18px; overflow:hidden; }
.vrs-private-box img, .vrs-private-box .vrs-placeholder { width:100%; height:100%; min-height:420px; object-fit:cover; }
.vrs-private-box > div:last-child { padding:44px; }


/* Premium Team card, text and hover styling */
.vrs-team-grid .vrs-card {
  border-radius:20px;
  overflow:hidden;
  background:#101010;
  border:1px solid rgba(200,169,106,.18);
  box-shadow:0 18px 48px rgba(0,0,0,.18);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.vrs-team-grid .vrs-card:hover {
  transform:translateY(-8px);
  border-color:rgba(200,169,106,.45);
  box-shadow:0 28px 70px rgba(0,0,0,.32);
}
.vrs-team-grid .vrs-card img,
.vrs-team-grid .vrs-card .vrs-placeholder {
  transition:transform .45s ease;
}
.vrs-team-grid .vrs-card:hover img,
.vrs-team-grid .vrs-card:hover .vrs-placeholder {
  transform:scale(1.045);
}
.vrs-team-grid .vrs-card-body {
  position:relative;
  padding:30px 28px 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(200,169,106,.18), transparent 34%),
    linear-gradient(135deg,#171717 0%, #0d0d0d 58%, #211b12 100%);
  color:#f8f1e7;
}
.vrs-team-grid .vrs-card-body:before {
  content:"";
  position:absolute;
  top:0;
  left:28px;
  right:28px;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--vrs-accent), transparent);
}
.vrs-team-grid .vrs-card h3 {
  margin:0 0 14px;
  font-size:24px;
  line-height:1.18;
  letter-spacing:.01em;
  color:#fff;
}
.vrs-team-grid .vrs-card .vrs-muted {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0;
  font-family:var(--vrs-font, Arial, sans-serif);
  font-size:12px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--vrs-accent);
  opacity:1;
}
.vrs-team-grid .vrs-card .vrs-muted:before {
  content:"";
  width:28px;
  height:1px;
  background:currentColor;
  opacity:.75;
}
.vrs-team-grid .vrs-card-body p:last-child:not(.vrs-muted) {
  margin:16px 0 0;
  font-size:15px;
  line-height:1.7;
  color:rgba(248,241,231,.78);
}

/* Keep Private Dining readable on any manual/automatic background color. */
.vrs-private-box { color:#f8f1e7 !important; }

/* Premium Events card hover and readable text styling */
.vrs-events .vrs-card {
  border-radius:20px;
  overflow:hidden;
  background:#101010;
  border:1px solid rgba(200,169,106,.18);
  box-shadow:0 18px 48px rgba(0,0,0,.18);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.vrs-events .vrs-card:hover {
  transform:translateY(-8px);
  border-color:rgba(200,169,106,.45);
  box-shadow:0 28px 70px rgba(0,0,0,.32);
}
.vrs-events .vrs-card img,
.vrs-events .vrs-card .vrs-placeholder {
  transition:transform .45s ease;
}
.vrs-events .vrs-card:hover img,
.vrs-events .vrs-card:hover .vrs-placeholder {
  transform:scale(1.045);
}
.vrs-events .vrs-card-body {
  position:relative;
  padding:30px 28px 32px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(200,169,106,.18), transparent 34%),
    linear-gradient(135deg,#171717 0%, #0d0d0d 58%, #211b12 100%);
  color:#f8f1e7;
}
.vrs-events .vrs-card-body:before {
  content:"";
  position:absolute;
  top:0;
  left:28px;
  right:28px;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--vrs-accent), transparent);
}
.vrs-events .vrs-card h3 {
  margin:0 0 14px;
  font-size:24px;
  line-height:1.18;
  letter-spacing:.01em;
  color:#fff;
}
.vrs-events .vrs-card .vrs-muted {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  font-family:var(--vrs-font, Arial, sans-serif);
  font-size:12px;
  line-height:1.5;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--vrs-accent);
  opacity:1;
}
.vrs-events .vrs-card .vrs-muted:before {
  content:"";
  width:28px;
  height:1px;
  background:currentColor;
  opacity:.75;
}
.vrs-events .vrs-card-body p:last-child {
  margin:0;
  font-size:18px;
  line-height:1.65;
  color:rgba(248,241,231,.9);
}
.vrs-private-box h2,
.vrs-private-box .vrs-text,
.vrs-private-box .vrs-text p,
.vrs-private-box .vrs-inline-actions { color:#f8f1e7 !important; }
.vrs-private-box .vrs-placeholder { color:#f8f1e7 !important; background:linear-gradient(135deg,rgba(200,169,106,.26),rgba(17,17,17,.88)) !important; }
.vrs-private-box .vrs-link.light { color:var(--vrs-accent) !important; }
.vrs-inline-actions { display:flex; flex-wrap:wrap; align-items:center; gap:18px; margin-top:24px; }
.vrs-testimonial-carousel { position:relative; max-width:1240px; margin:0 auto; padding:0 64px; }
.vrs-testimonial-viewport { overflow:hidden; }
.vrs-testimonial-track { display:flex; gap:22px; transition:transform .42s ease; }
.vrs-quote { flex:0 0 calc((100% - 44px) / 3); margin:0; padding:34px 30px 30px; border:1px solid rgba(255,255,255,.14); border-radius:24px; background:rgba(255,255,255,.08); text-align:left; box-shadow:0 18px 55px rgba(0,0,0,.08); }
.vrs-light-section .vrs-quote { background:#fff; border-color:rgba(0,0,0,.08); }
.vrs-quote-top { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:18px; }
.vrs-quote img, .vrs-quote .vrs-placeholder { width:84px; height:84px; min-height:0; border-radius:50%; object-fit:cover; margin:0; box-shadow:0 10px 28px rgba(0,0,0,.12); }
.vrs-quote-mark { font-size:64px; line-height:1; color:var(--vrs-accent); opacity:.65; }
.vrs-quote p { font-size:22px; line-height:1.6; margin:0 0 24px; }
.vrs-quote cite { display:block; color:var(--vrs-accent); font-style:normal; font-size:26px; }
.vrs-quote cite span { display:block; margin-bottom:6px; font-weight:700; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:currentColor; opacity:.7; }
.vrs-testimonial-nav { position:absolute; top:50%; transform:translateY(-50%); width:48px; height:48px; border:none; border-radius:50%; background:#111; color:#fff; cursor:pointer; font-size:22px; line-height:1; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 28px rgba(0,0,0,.18); z-index:2; }
.vrs-testimonial-nav.prev { left:0; }
.vrs-testimonial-nav.next { right:0; }
.vrs-light-section .vrs-testimonial-nav { background:#111; color:#fff; }
.vrs-dark-section .vrs-testimonial-nav { background:#fff; color:#111; }
.vrs-testimonial-nav[disabled] { opacity:.35; cursor:not-allowed; }
.vrs-testimonial-dots { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; margin-top:28px; }
.vrs-testimonial-dot { width:11px; height:11px; border:none; border-radius:50%; padding:0; background:rgba(0,0,0,.18); cursor:pointer; }
.vrs-dark-section .vrs-testimonial-dot { background:rgba(255,255,255,.25); }
.vrs-testimonial-dot.active { background:var(--vrs-accent); transform:scale(1.18); }
.vrs-social-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; max-width:1240px; margin:0 auto; }
.vrs-social-grid img, .vrs-social-grid .vrs-placeholder { width:100%; height:230px; object-fit:cover; display:block; border-radius:12px; }
.vrs-footer { background:#0b0b0b; color:#f8f1e7; padding:84px clamp(22px,6vw,90px) 30px; position:relative; overflow:hidden; }
.vrs-footer::before { content:""; position:absolute; inset:auto -12% -120px auto; width:340px; height:340px; border-radius:50%; background:radial-gradient(circle, rgba(200,169,106,.16), rgba(200,169,106,0)); pointer-events:none; }
.vrs-footer-inner { max-width:1240px; margin:0 auto; position:relative; z-index:1; }
.vrs-footer-top { display:grid; grid-template-columns:minmax(0,1.3fr) auto; gap:30px; align-items:end; padding-bottom:34px; margin-bottom:34px; border-bottom:1px solid rgba(255,255,255,.12); }
.vrs-footer-brand h2 { margin:8px 0 12px; font-size:clamp(42px,5.5vw,78px); line-height:.95; color:#fff; }
.vrs-footer-intro { max-width:640px; margin:0; font-size:20px; line-height:1.75; color:rgba(248,241,231,.76); }
.vrs-footer-cta-wrap { display:flex; justify-content:flex-end; align-items:center; }
.vrs-footer-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; margin:0 0 34px; }
.vrs-footer-card { padding:28px 28px 26px; border-radius:24px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); box-shadow:0 18px 42px rgba(0,0,0,.16); min-height:100%; }
.vrs-footer h3 { color:var(--vrs-accent); text-transform:uppercase; letter-spacing:.14em; font-weight:700; font-size:12px; margin:0 0 18px; }
.vrs-footer-card p { margin:0 0 14px; font-size:19px; line-height:1.6; color:#fff; }
.vrs-footer-card p:last-child { margin-bottom:0; }
.vrs-footer-card p span { color:var(--vrs-accent); font-weight:700; font-size:13px; text-transform:uppercase; letter-spacing:.12em; }
.vrs-footer a { color:#fff; text-decoration:none; }
.vrs-footer a:hover { color:var(--vrs-accent); }
.vrs-footer-bottom { padding-top:24px; border-top:1px solid rgba(255,255,255,.13); display:grid; grid-template-columns:minmax(0,1fr) auto auto; align-items:center; gap:20px; font-size:12px; text-transform:uppercase; letter-spacing:.14em; }
.vrs-footer-bottom p { margin:0; color:rgba(248,241,231,.9); }
.vrs-social-links { display:flex; justify-content:center; gap:10px; flex-wrap:wrap; }
.vrs-social-links a { display:inline-flex; align-items:center; justify-content:center; min-height:40px; padding:10px 14px; border:1px solid rgba(255,255,255,.12); border-radius:999px; background:rgba(255,255,255,.03); }
.vrs-top { color:var(--vrs-accent) !important; justify-self:end; }
.vrs-placeholder { display:flex !important; align-items:center; justify-content:center; background:linear-gradient(135deg,rgba(200,169,106,.25),rgba(255,255,255,.06)); color:inherit; text-align:center; font-weight:bold; font-size:12px; text-transform:uppercase; letter-spacing:.16em; }
@media (max-width: 1100px) {
  .vrs-header { flex-wrap:wrap; }
  .vrs-menu-toggle { display:block; margin-left:auto; }
  .vrs-nav { display:none; width:100%; flex-direction:column; align-items:flex-start; padding:18px 0 4px; }
  .vrs-nav.active { display:flex; }
  .vrs-header-actions { width:100%; justify-content:space-between; }
  .vrs-hero, .vrs-split, .vrs-private-box { grid-template-columns:1fr; }
  .vrs-split.reverse > div:first-child { order:0; }
  .vrs-hero { min-height:auto; padding-bottom:150px; }
  .vrs-gallery-grid, .vrs-social-grid { grid-template-columns:repeat(2,1fr); }
  .vrs-card-grid, .vrs-footer-grid { grid-template-columns:1fr; }
  .vrs-footer-top { grid-template-columns:1fr; align-items:start; }
  .vrs-footer-cta-wrap { justify-content:flex-start; }
  .vrs-footer-bottom { grid-template-columns:1fr; justify-items:start; }
  .vrs-top { justify-self:start; }
  .vrs-testimonial-carousel { padding:0 42px; }
  .vrs-quote { flex-basis:calc((100% - 22px)/2); }
  .vrs-form-grid { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  .vrs-events .vrs-card { max-width:100%; }
  .vrs-header { padding:14px 16px; }
  .vrs-logo { font-size:16px; }
  .vrs-logo img { max-height:42px; }
  .vrs-header-actions { display:none; }
  .vrs-section { padding:62px 18px; }
  .vrs-hero { padding:74px 18px 150px; }
  .vrs-hero h1 { font-size:48px; }
  .vrs-menu-item { grid-template-columns:64px 1fr; }
  .vrs-menu-item strong { grid-column:2; }
  .vrs-menu-img img, .vrs-menu-img .vrs-placeholder { width:64px; height:64px; }
  .vrs-gallery-grid, .vrs-social-grid { grid-template-columns:1fr; }
  .vrs-reservation-form { padding:24px 20px; border-radius:20px; }
}

/* Menu ordering and cart */
.vrs-cart-toggle { position:relative; display:inline-flex; align-items:center; justify-content:center; width:42px; height:38px; border:1px solid rgba(255,255,255,.25); background:transparent; color:var(--vrs-text); border-radius:999px; cursor:pointer; }
.vrs-cart-icon { line-height:1; }
.vrs-cart-count { position:absolute; top:-8px; right:-8px; min-width:20px; height:20px; padding:0 5px; border-radius:999px; background:var(--vrs-accent); color:#111; display:flex; align-items:center; justify-content:center; font-weight:bold; font-size:11px; }
.vrs-menu-actions { display:flex; align-items:center; justify-content:flex-end; gap:14px; flex-wrap:wrap; }
.vrs-add-to-cart { border:1px solid var(--vrs-order-btn-border,#171717); color:var(--vrs-order-btn-color,#171717); background:transparent; border-radius:999px; padding:9px 14px; font-weight:bold; font-size:11px; text-transform:uppercase; letter-spacing:.12em; cursor:pointer; transition:.2s; white-space:nowrap; }
.vrs-add-to-cart:hover, .vrs-add-to-cart.added { background:var(--vrs-order-btn-hover-bg,#171717); color:var(--vrs-order-btn-hover-color,#fff); }
.vrs-cart-drawer { position:fixed; inset:0; z-index:99999; pointer-events:none; opacity:0; transition:.25s; }
.vrs-cart-drawer.active { pointer-events:auto; opacity:1; }
.vrs-cart-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.72); }
.vrs-cart-panel {
  position:absolute;
  top:0;
  right:0;
  width:min(470px,100vw);
  height:100%;
  overflow:auto;
  background:
    radial-gradient(circle at 100% 0%, rgba(200,169,106,.16), transparent 30%),
    linear-gradient(135deg,#171717 0%, #0e0e0e 62%, #211b12 100%);
  color:#f8f1e7;
  padding:34px;
  border-left:1px solid rgba(200,169,106,.22);
  box-shadow:-24px 0 70px rgba(0,0,0,.45);
  transform:translateX(104%);
  transition:.28s;
  font-family:var(--vrs-font, Georgia, 'Times New Roman', serif);
}
.vrs-cart-panel:before {
  content:"";
  position:absolute;
  top:0;
  left:34px;
  right:34px;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--vrs-accent), transparent);
}
.vrs-cart-drawer.active .vrs-cart-panel { transform:translateX(0); }
.vrs-cart-panel h2 { margin:0 52px 24px 0; font-size:36px; text-transform:uppercase; font-weight:400; line-height:1.05; color:#fff; }
.vrs-cart-close { position:absolute; top:20px; right:20px; width:40px; height:40px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.06); color:#fff; border-radius:50%; font-size:24px; line-height:1; cursor:pointer; transition:.2s; }
.vrs-cart-close:hover { background:var(--vrs-accent); color:#111; border-color:var(--vrs-accent); }
.vrs-cart-items { display:grid; gap:12px; }
.vrs-cart-item { display:grid; grid-template-columns:minmax(0,1fr) auto auto; gap:12px; align-items:center; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.10); }
.vrs-cart-item strong { display:block; font-size:18px; line-height:1.2; color:#fff; }
.vrs-cart-item span { display:block; color:var(--vrs-accent); opacity:1; margin-top:4px; }
.vrs-cart-qty { display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); border-radius:999px; padding:4px 6px; color:#fff; }
.vrs-cart-qty button { width:27px; height:27px; border:0; background:var(--vrs-accent); color:#111; border-radius:50%; cursor:pointer; font-weight:800; }
.vrs-cart-remove { border:0; background:transparent; color:#ffb2aa; cursor:pointer; font-weight:bold; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.vrs-cart-empty { padding:18px; border:1px dashed rgba(200,169,106,.36); border-radius:16px; background:rgba(255,255,255,.05); color:rgba(248,241,231,.82); }
.vrs-cart-empty.success { border-style:solid; border-color:rgba(120,215,154,.42); color:#78d79a; }
.vrs-cart-summary { display:flex; align-items:center; justify-content:space-between; margin:24px 0; padding:18px; background:rgba(255,255,255,.07); border:1px solid rgba(200,169,106,.18); border-radius:16px; font-size:20px; color:#fff; }
.vrs-cart-summary span { color:var(--vrs-accent); font-weight:800; }
.vrs-order-form { display:grid; gap:14px; margin-top:18px; }
.vrs-order-form label { display:block; font-weight:800; font-size:12px; text-transform:uppercase; letter-spacing:.16em; color:var(--vrs-accent); }
.vrs-order-form input, .vrs-order-form select, .vrs-order-form textarea {
  width:100%;
  margin-top:8px;
  padding:14px 15px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:15px;
  transition:border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.vrs-order-form input::placeholder, .vrs-order-form textarea::placeholder { color:rgba(255,255,255,.48); }
.vrs-order-form input:focus, .vrs-order-form select:focus, .vrs-order-form textarea:focus {
  outline:none;
  border-color:rgba(200,169,106,.85);
  background:rgba(255,255,255,.08);
  box-shadow:0 0 0 4px rgba(200,169,106,.12);
}
.vrs-order-form select option { color:#171717; }
.vrs-order-form .vrs-btn { width:100%; border-radius:999px; padding:16px 24px; margin-top:4px; box-shadow:0 14px 30px rgba(0,0,0,.26); }
.vrs-order-form .vrs-form-response { margin-top:4px; font-weight:700; }
.vrs-order-form .vrs-form-response.success { color:#78d79a; }
.vrs-order-form .vrs-form-response.error { color:#ff9a90; }
.vrs-delivery-address-field { display:none; }
.vrs-order-form .vrs-btn[disabled] { opacity:.5; cursor:not-allowed; }
@media (max-width: 640px) {
  .vrs-events .vrs-card { max-width:100%; }
  .vrs-cart-toggle { display:flex; }
  .vrs-menu-actions { grid-column:2; justify-content:flex-start; }
  .vrs-cart-panel { padding:28px 20px; }
  .vrs-cart-panel:before { left:20px; right:20px; }
  .vrs-cart-item { grid-template-columns:1fr; align-items:flex-start; }
}


/* Version 1.1.6 - stronger menu price visibility on image backgrounds */
.vrs-menu-section .vrs-menu-actions > strong,
.vrs-menu-section .vrs-menu-price-badge {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#000000 !important;
  color:#ffffff !important;
  font-family:var(--vrs-font, Arial, sans-serif) !important;
  font-weight:800 !important;
  font-size:15px !important;
  line-height:1 !important;
  border-radius:999px !important;
  padding:10px 14px !important;
  min-width:86px !important;
  box-shadow:0 8px 20px rgba(0,0,0,.22) !important;
  text-align:center !important;
  white-space:nowrap !important;
}
.vrs-menu-section .vrs-menu-actions > strong:empty,
.vrs-menu-section .vrs-menu-price-badge:empty {
  display:none !important;
}
@media (max-width: 640px) {
  .vrs-events .vrs-card { max-width:100%; }
  .vrs-menu-section .vrs-menu-actions > strong,
  .vrs-menu-section .vrs-menu-price-badge {
    min-width:auto !important;
    padding:9px 12px !important;
    font-size:14px !important;
  }
}


/* Version 1.1.7 - mobile header cart fix without changing desktop */
@media (max-width: 640px) {
  .vrs-events .vrs-card { max-width:100%; }
  .vrs-header {
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto auto !important;
    align-items:center !important;
    gap:10px !important;
  }
  .vrs-header .vrs-logo {
    grid-column:1 !important;
    grid-row:1 !important;
    min-width:0 !important;
  }
  .vrs-header .vrs-menu-toggle {
    display:inline-flex !important;
    grid-column:2 !important;
    grid-row:1 !important;
    align-items:center !important;
    justify-content:center !important;
    margin-left:0 !important;
    width:42px !important;
    height:38px !important;
    padding:0 !important;
  }
  .vrs-header .vrs-nav {
    grid-column:1 / -1 !important;
    grid-row:2 !important;
    width:100% !important;
  }
  .vrs-header .vrs-header-actions {
    display:flex !important;
    grid-column:3 !important;
    grid-row:1 !important;
    width:auto !important;
    min-width:42px !important;
    margin:0 !important;
    padding:0 !important;
    justify-content:flex-end !important;
    align-items:center !important;
    gap:0 !important;
  }
  .vrs-header .vrs-header-actions > span,
  .vrs-header .vrs-header-actions > .vrs-btn {
    display:none !important;
  }
  .vrs-header .vrs-cart-toggle {
    display:inline-flex !important;
    flex:0 0 auto !important;
    width:42px !important;
    height:38px !important;
    background:rgba(255,255,255,.04) !important;
  }
}

@media (max-width: 980px) {
  .vrs-testimonial-carousel { padding:0 42px; }
  .vrs-quote { flex-basis:calc((100% - 22px)/2); }
}
@media (max-width: 680px) {
  .vrs-testimonial-carousel { padding:0 16px; }
  .vrs-testimonial-nav { width:40px; height:40px; font-size:18px; }
  .vrs-testimonial-nav.prev { left:-2px; }
  .vrs-testimonial-nav.next { right:-2px; }
  .vrs-quote { flex-basis:100%; padding:28px 22px 24px; border-radius:18px; }
  .vrs-quote p { font-size:19px; }
  .vrs-quote cite { font-size:22px; }
}


/* Premium Signature Products card hover and readable text styling */
.vrs-products {
  overflow:hidden;
}
.vrs-products .vrs-section-head {
  margin-bottom:34px !important;
  padding-top:0 !important;
}
.vrs-products .vrs-section-head h2 {
  font-size:clamp(42px,5vw,76px) !important;
  line-height:1.04 !important;
  max-width:760px;
  margin-left:auto !important;
  margin-right:auto !important;
  overflow:visible !important;
}
.vrs-products .vrs-card-grid {
  align-items:start !important;
  gap:28px !important;
}
.vrs-products .vrs-card {
  height:auto !important;
  align-self:start !important;
  border-radius:20px !important;
  overflow:hidden !important;
  background:#101010 !important;
  border:1px solid rgba(200,169,106,.18) !important;
  box-shadow:0 18px 48px rgba(0,0,0,.18) !important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}
.vrs-products .vrs-card:hover {
  transform:translateY(-8px);
  border-color:rgba(200,169,106,.45) !important;
  box-shadow:0 28px 70px rgba(0,0,0,.32) !important;
}
.vrs-products .vrs-card img,
.vrs-products .vrs-card .vrs-placeholder {
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:16/10 !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:0 !important;
  transition:transform .45s ease !important;
}
.vrs-products .vrs-card:hover img,
.vrs-products .vrs-card:hover .vrs-placeholder {
  transform:scale(1.045);
}
.vrs-products .vrs-card .vrs-placeholder {
  background:
    radial-gradient(circle at 25% 20%, rgba(200,169,106,.22), transparent 32%),
    linear-gradient(135deg,#171717 0%, #0d0d0d 58%, #211b12 100%) !important;
  color:#f8f1e7 !important;
  font-size:12px !important;
  letter-spacing:.18em !important;
}
.vrs-products .vrs-card-body {
  position:relative;
  min-height:0 !important;
  padding:30px 28px 32px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(200,169,106,.18), transparent 34%),
    linear-gradient(135deg,#171717 0%, #0d0d0d 58%, #211b12 100%) !important;
  color:#f8f1e7 !important;
}
.vrs-products .vrs-card-body:before {
  content:"";
  position:absolute;
  top:0;
  left:28px;
  right:28px;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--vrs-accent), transparent);
}
.vrs-products .vrs-card-body h3 {
  margin:0 !important;
  font-size:24px !important;
  line-height:1.18 !important;
  letter-spacing:.01em !important;
  color:#fff !important;
}
.vrs-products .vrs-card-body strong {
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  font-family:var(--vrs-font, Arial, sans-serif) !important;
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:800 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  color:var(--vrs-accent) !important;
}
.vrs-products .vrs-card-body strong:before {
  content:"";
  width:28px;
  height:1px;
  background:currentColor;
  opacity:.75;
}
.vrs-products .vrs-card-body p {
  margin:12px 0 0 !important;
}
.vrs-products .vrs-card-body .vrs-link {
  color:#f8f1e7 !important;
  border-bottom-color:var(--vrs-accent) !important;
  font-weight:800 !important;
  font-size:12px !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
}
.vrs-products .vrs-card-body .vrs-link:hover {
  color:var(--vrs-accent) !important;
}
@media (max-width: 900px) {
  .vrs-products .vrs-card-grid {
    grid-template-columns:1fr 1fr !important;
  }
}
@media (max-width: 640px) {
  .vrs-products {
    padding-top:58px !important;
  }
  .vrs-products .vrs-section-head h2 {
    font-size:clamp(34px,11vw,52px) !important;
  }
  .vrs-products .vrs-card-grid {
    grid-template-columns:1fr !important;
    gap:22px !important;
  }
  .vrs-products .vrs-card-body {
    padding:26px 24px 28px !important;
  }
}

/* Security honeypot field: hidden from real users, visible to bots that scrape forms. */
.vrs-hp-field {
  position:absolute !important;
  left:-10000px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Premium page loader */
.vrs-page-loader { position:fixed; inset:0; z-index:1000000; display:flex; align-items:center; justify-content:center; background:#0b0b0b; color:#f8f1e7; overflow:hidden; opacity:1; visibility:visible; transition:opacity .65s ease, visibility .65s ease; }
.vrs-page-loader.is-hidden { opacity:0; visibility:hidden; pointer-events:none; }
.vrs-loader-bg { position:absolute; inset:0; background:#0b0b0b; }
.vrs-loader-bg::before, .vrs-loader-bg::after { content:""; position:absolute; border-radius:50%; pointer-events:none; }
.vrs-loader-content { position:relative; z-index:2; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:26px; padding:28px; text-align:center; }
.vrs-loader-image-wrap { width:min(190px,46vw); height:min(190px,46vw); border-radius:50%; display:flex; align-items:center; justify-content:center; padding:24px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); box-shadow:0 0 0 1px rgba(200,169,106,.12), 0 25px 70px rgba(0,0,0,.45); animation:vrsLoaderFloat 2.4s ease-in-out infinite; }
.vrs-loader-image-wrap img { max-width:100%; max-height:100%; object-fit:contain; display:block; }
.vrs-loader-image-wrap span { font:700 18px Arial,sans-serif; letter-spacing:.14em; text-transform:uppercase; line-height:1.35; color:#fff; }
.vrs-loader-custom-text { max-width:min(620px,82vw); color:#f8f1e7; font:700 clamp(18px,2.2vw,30px)/1.35 var(--vrs-font, Georgia, 'Times New Roman', serif); letter-spacing:.08em; text-transform:uppercase; text-align:center; text-shadow:0 8px 28px rgba(0,0,0,.42); }
.vrs-loader-soft_blur .vrs-loader-custom-text { color:#171717; text-shadow:0 8px 24px rgba(255,255,255,.45); }
.vrs-loader-text-fade_up .vrs-loader-custom-text { animation:vrsLoaderTextFadeUp 1.25s ease both infinite alternate; }
.vrs-loader-text-typing .vrs-loader-custom-text { overflow:hidden; white-space:nowrap; border-right:2px solid var(--vrs-accent,#c8a96a); width:max-content; max-width:min(620px,82vw); animation:vrsLoaderTyping 2.7s steps(28,end) infinite alternate, vrsLoaderCaret .75s step-end infinite; }
.vrs-loader-text-letter_spacing .vrs-loader-custom-text { animation:vrsLoaderLetterSpacing 2.2s ease-in-out infinite; }
.vrs-loader-text-gold_shimmer .vrs-loader-custom-text { color:transparent; background:linear-gradient(90deg,#f8f1e7 0%, var(--vrs-accent,#c8a96a) 45%, #fff 55%, #f8f1e7 100%); background-size:240% 100%; -webkit-background-clip:text; background-clip:text; text-shadow:none; animation:vrsLoaderGoldShimmer 2.4s linear infinite; }
.vrs-loader-text-soft_pulse .vrs-loader-custom-text { animation:vrsLoaderTextPulse 1.8s ease-in-out infinite; }
.vrs-loader-text-none .vrs-loader-custom-text { animation:none; }
.vrs-loader-line { width:min(240px,56vw); height:2px; border-radius:999px; background:rgba(255,255,255,.12); overflow:hidden; }
.vrs-loader-line span { display:block; width:42%; height:100%; border-radius:999px; background:var(--vrs-accent,#c8a96a); animation:vrsLoaderLine 1.35s ease-in-out infinite; }
.vrs-loader-gold_glow .vrs-loader-bg { background:radial-gradient(circle at 50% 50%, rgba(200,169,106,.18), rgba(11,11,11,.88) 42%, #0b0b0b 100%); }
.vrs-loader-gold_glow .vrs-loader-bg::before { width:430px; height:430px; left:50%; top:50%; transform:translate(-50%,-50%); background:radial-gradient(circle, rgba(200,169,106,.32), rgba(200,169,106,0) 68%); animation:vrsLoaderGlow 2.8s ease-in-out infinite; }
.vrs-loader-pulse_ring .vrs-loader-image-wrap { box-shadow:0 0 0 0 rgba(200,169,106,.45), 0 25px 70px rgba(0,0,0,.45); animation:vrsLoaderPulse 1.7s ease-out infinite; }
.vrs-loader-pulse_ring .vrs-loader-bg { background:linear-gradient(135deg,#050505,#17110a 55%,#050505); }
.vrs-loader-soft_blur .vrs-loader-bg { background:linear-gradient(135deg,rgba(251,244,234,.96),rgba(200,169,106,.18)); }
.vrs-loader-soft_blur { color:#171717; }
.vrs-loader-soft_blur .vrs-loader-image-wrap { background:rgba(255,255,255,.62); border-color:rgba(0,0,0,.08); }
.vrs-loader-soft_blur .vrs-loader-image-wrap span { color:#171717; }
.vrs-loader-dark_luxury .vrs-loader-bg { background:radial-gradient(circle at 50% 36%, rgba(255,255,255,.12), rgba(17,17,17,.78) 38%, #050505 100%); }
.vrs-loader-dark_luxury .vrs-loader-bg::after { inset:0; border-radius:0; background:linear-gradient(115deg, transparent 0%, rgba(200,169,106,.10) 45%, transparent 70%); animation:vrsLoaderSweep 2.8s ease-in-out infinite; }
.vrs-loader-none .vrs-loader-bg { background:#0b0b0b; }
@keyframes vrsLoaderFloat { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-8px); } }
@keyframes vrsLoaderLine { 0%{ transform:translateX(-110%); } 100%{ transform:translateX(250%); } }
@keyframes vrsLoaderGlow { 0%,100%{ opacity:.55; transform:translate(-50%,-50%) scale(.92); } 50%{ opacity:1; transform:translate(-50%,-50%) scale(1.08); } }
@keyframes vrsLoaderPulse { 0%{ transform:translateY(0) scale(.98); box-shadow:0 0 0 0 rgba(200,169,106,.46), 0 25px 70px rgba(0,0,0,.45); } 70%{ transform:translateY(-4px) scale(1); box-shadow:0 0 0 28px rgba(200,169,106,0), 0 25px 70px rgba(0,0,0,.45); } 100%{ transform:translateY(0) scale(.98); box-shadow:0 0 0 0 rgba(200,169,106,0), 0 25px 70px rgba(0,0,0,.45); } }
@keyframes vrsLoaderSweep { 0%,100%{ transform:translateX(-30%); opacity:.25; } 50%{ transform:translateX(30%); opacity:.75; } }
@keyframes vrsLoaderTextFadeUp { 0%{ opacity:.55; transform:translateY(8px); } 100%{ opacity:1; transform:translateY(0); } }
@keyframes vrsLoaderTyping { 0%{ max-width:0; } 50%,100%{ max-width:min(620px,82vw); } }
@keyframes vrsLoaderCaret { 0%,100%{ border-color:transparent; } 50%{ border-color:var(--vrs-accent,#c8a96a); } }
@keyframes vrsLoaderLetterSpacing { 0%,100%{ letter-spacing:.08em; opacity:.78; } 50%{ letter-spacing:.18em; opacity:1; } }
@keyframes vrsLoaderGoldShimmer { 0%{ background-position:200% 50%; } 100%{ background-position:-200% 50%; } }
@keyframes vrsLoaderTextPulse { 0%,100%{ opacity:.62; transform:scale(.98); } 50%{ opacity:1; transform:scale(1.02); } }
@media (max-width:640px) {
  .vrs-loader-image-wrap { width:145px; height:145px; padding:18px; }
  .vrs-loader-content { gap:20px; }
  .vrs-loader-custom-text { font-size:17px; max-width:86vw; }
}


/* Premium fade-in on scroll - lightweight, no blur */
.vrs-scroll-fade-on .vrs-reveal { opacity:0; transform:translate3d(0,22px,0); transition:opacity .45s ease, transform .45s cubic-bezier(.2,.75,.22,1); transition-delay:var(--vrs-reveal-delay,0ms); }
.vrs-scroll-fade-on .vrs-reveal.is-visible { opacity:1; transform:translate3d(0,0,0); }
.vrs-scroll-fade-on .vrs-header.vrs-reveal { transform:translate3d(0,-10px,0); }
.vrs-scroll-fade-on .vrs-header.vrs-reveal.is-visible { transform:translate3d(0,0,0); }
@media (prefers-reduced-motion: reduce) {
  .vrs-scroll-fade-on .vrs-reveal { opacity:1 !important; transform:none !important; transition:none !important; }
}
