/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700;800&family=Montserrat:wght@300;400;500;600;700;800&display=swap");
/* =========================================================
   Giuseppe Dock32 - clean custom.scss
   Replace the old stacked override file with this as the base.
   ========================================================= */
:root {
  --bg: #f7f1e8;
  --bg-soft: #fbf7f1;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --surface-warm: #fff8ef;
  --text: #1f1812;
  --muted: rgba(31, 24, 18, 0.64);
  --muted-dark: rgba(255, 255, 255, 0.72);
  --line: rgba(72, 54, 38, 0.12);
  --gold: #c8a86b;
  --gold-strong: #b98d4d;
  --gold-dark: #8a6530;
  --gold-soft: rgba(200, 168, 107, 0.12);
  --black: #080808;
  --black-soft: #121214;
  --shadow-soft: 0 18px 48px rgba(28, 21, 16, 0.08);
  --shadow-card: 0 26px 72px rgba(28, 21, 16, 0.12);
  --shadow-dark: 0 34px 90px rgba(0, 0, 0, 0.36);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1240px;
}
*, *::before, *::after {
  box-sizing: border-box;
  min-width: 0;
}
html {
  scroll-behavior: smooth;
}
html, body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  background: radial-gradient(circle at 12% 6%, rgba(212, 175, 96, 0.13), transparent 28%), radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.78), transparent 24%), linear-gradient(180deg, #fbf8f3 0%, #f1e5d7 46%, #fbf7f1 100%);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
img, video, iframe {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
  border: 0;
}
table {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
a:hover {
  color: var(--gold-dark);
}
p {
  margin: 0 0 18px;
  color: var(--muted);
}
ul, ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
::selection {
  background: rgba(200, 168, 107, 0.22);
  color: var(--text);
}
.g-container, .uk-container, .container {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
section, .uk-section, #g-showcase, #g-slideshow, #g-intro, #g-main, #g-expanded, #g-extension, #g-bottom, #g-bottoma, #g-bottomb {
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}
h1 {
  font-size: clamp(40px, 6vw, 82px);
}
h2 {
  font-size: clamp(32px, 4.4vw, 58px);
}
h3 {
  font-size: clamp(23px, 2.5vw, 34px);
}
h4 {
  font-size: 22px;
}
strong {
  color: var(--text);
}
small {
  color: rgba(31, 24, 18, 0.48);
}
/* =========================================================
   Header
   ========================================================= */
#g-navigation, .tm-header, .tm-header-mobile, .jl-navbar-container, .uk-navbar-container, .uk-navbar, header {
  background: rgba(251, 247, 241, 0.91) !important;
  border-bottom: 1px solid rgba(72, 54, 38, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
#g-navigation .g-container, .jl-navbar-container, .uk-navbar-container {
  min-height: 88px;
}
#g-navigation img, .tm-header img, .tm-header-mobile img, .jl-navbar img {
  width: auto;
  max-height: 74px;
}
.jl-navbar, .uk-navbar, .g-main-nav, .g-toplevel, nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.jl-navbar-nav > li > a, .uk-navbar-nav > li > a, .g-main-nav .g-toplevel > li > a, .g-toplevel > li > a, nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 0;
  color: #47372b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.jl-navbar-nav > li > a::after, .uk-navbar-nav > li > a::after, .g-toplevel > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateX(-50%);
  transition: width 0.25s ease;
}
.jl-navbar-nav > li > a:hover::after, .uk-navbar-nav > li > a:hover::after, .jl-navbar-nav > li.jl-active > a::after {
  width: 100%;
}
.mobile-toggle {
  color: #221a14 !important;
}
.tm-nav-mobile {
  background: radial-gradient(circle at 50% 0%, rgba(200, 168, 107, 0.18), transparent 36%), #fbf7f1 !important;
}
.tm-nav-mobile .jl-nav a {
  color: #221a14 !important;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
/* =========================================================
   Buttons and forms
   ========================================================= */
button, input[type="submit"], input[type="button"], .btn, .uk-button, .jl-button, a.uk-button, a.jl-button, .readmore a, p.readmore a, .lux-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #e7ca88 0%, #b98d4d 100%) !important;
  color: #111 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(169, 126, 65, 0.2);
  cursor: pointer;
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, .btn:hover, .uk-button:hover, .jl-button:hover, a.uk-button:hover, a.jl-button:hover, .readmore a:hover, p.readmore a:hover, .lux-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(169, 126, 65, 0.28);
}
input, textarea, select {
  font: inherit;
}
/* =========================================================
   Joomla content cleanup
   ========================================================= */
.item-page, .contact, #g-mainbar .g-content, #g-main .g-content, #g-container-main .g-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.article-info, .article-info-term, .createdby, .published, .create, .modified, .category-name, .tags, dd.create, dd.published, dd.modified, dt.article-info-term, .jl-article-meta, .g-article-details, .g-article-meta, .pagenav, .pagination, .pager, #g-aside, .g-aside, aside.sidebar {
  display: none !important;
}
#g-mainbar {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
#g-mainbar .platform-content {
  padding-top: 0 !important;
}
/* =========================================================
   Home hero
   ========================================================= */
.g-home #g-slideshow, .g-home #g-showcase, .g-home #g-feature {
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.72)), radial-gradient(circle at 50% 0%, rgba(230, 201, 142, 0.26), transparent 42%), linear-gradient(135deg, #17120d 0%, #090909 68%, #1b1309 100%) !important;
  border-bottom: 1px solid rgba(212, 175, 96, 0.24);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}
.g-home #g-slideshow::before, .g-home #g-showcase::before, .g-home #g-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.12), transparent 34%), linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.42));
}
.g-home #g-slideshow::after, .g-home #g-showcase::after, .g-home #g-feature::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  width: min(860px, 86vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(230, 201, 142, 0.94), transparent);
  pointer-events: none;
}
.g-home #g-slideshow .g-container, .g-home #g-showcase .g-container, .g-home #g-feature .g-container {
  position: relative;
  z-index: 2;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.g-home #g-slideshow .jl-slideshow-items {
  min-height: min(760px, calc(100svh - 88px)) !important;
}
.g-home #g-slideshow .tm-image, .g-home #g-showcase img, .g-home #g-feature img {
  filter: saturate(1.04) contrast(1.02);
}
.g-home #g-slideshow .jl-panel, .g-home #g-showcase .jl-panel, .g-home #g-feature .jl-panel {
  position: relative;
  z-index: 4;
  width: 100%;
}
.g-home #g-slideshow .tm-content > div {
  max-width: 980px !important;
  padding: 24px !important;
}
.g-home #g-slideshow .tm-content > div > div:first-child, .g-home #g-showcase h1, .g-home #g-showcase h2, .g-home #g-feature h1, .g-home #g-feature h2 {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fff !important;
  font-family: "Playfair Display", serif !important;
  font-size: clamp(46px, 7vw, 96px) !important;
  font-weight: 800 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.68) !important;
}
.g-home #g-slideshow .tm-content > div > div:nth-child(3), .g-home #g-showcase p, .g-home #g-feature p {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(16px, 1.8vw, 22px) !important;
  font-weight: 500 !important;
  line-height: 1.68 !important;
  text-align: center !important;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.72) !important;
}
.g-home #g-slideshow a[href^="tel:"], .g-home #g-showcase a, .g-home #g-feature a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 0 30px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #f0d285 0%, #bf9149 100%) !important;
  color: #111 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38), 0 12px 28px rgba(200, 168, 107, 0.26) !important;
}
.g-home #g-slideshow .jl-slidenav-container, .g-home #g-slideshow .jl-dotnav {
  display: none !important;
}
/* =========================================================
   Home menu cards
   ========================================================= */
.g-home #g-bottoma {
  padding: 64px 0 72px;
}
.g-home #jlheading-6951-particle, .g-home #jlgridcard-6202-particle {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.g-home #jlheading-6951 .tm-title, .g-home #jlheading-6951 .tm-title a, .g-home #jlheading-6951 .tm-title div {
  color: #14110e !important;
  font-family: "Playfair Display", serif !important;
  font-size: clamp(42px, 6vw, 82px) !important;
  font-weight: 800 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}
.g-home #jlheading-6951 .tm-description {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(32, 26, 21, 0.62) !important;
  font-size: clamp(16px, 1.7vw, 20px) !important;
  line-height: 1.72 !important;
  text-align: center;
}
#jlgridcard-6202 .jl-tab {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 32px 0;
}
#jlgridcard-6202 .jl-tab > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(200, 168, 107, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #6f5635 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#jlgridcard-6202 .jl-tab > li.jl-active > a, #jlgridcard-6202 .jl-tab > li > a:hover {
  background: #111;
  border-color: #111;
  color: #fff !important;
}
#jlgridcard-6202 .jl-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(200, 168, 107, 0.18) !important;
  border-radius: 30px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 248, 239, 0.99)) !important;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
#jlgridcard-6202 .jl-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 168, 107, 0.34) !important;
  box-shadow: var(--shadow-card);
}
#jlgridcard-6202 .jl-card-media-top {
  padding: 12px 12px 0;
}
#jlgridcard-6202 .jl-card-media-top img {
  width: 100%;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
}
#jlgridcard-6202 .jl-card-body {
  padding: 20px 18px 22px;
  text-align: center;
}
#jlgridcard-6202 .tm-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(200, 168, 107, 0.26);
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold-dark) !important;
  font-size: 15px !important;
  font-weight: 800;
  letter-spacing: 0.04em;
}
#jlgridcard-6202 .tm-title {
  color: #17110c !important;
  font-family: "Playfair Display", serif !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  text-align: center;
}
/* =========================================================
   Reviews and SEO block
   ========================================================= */
.dock32-reviews-lux {
  padding: 78px 20px 62px;
}
.dock32-reviews-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.dock32-reviews-kicker, .dock32-seo-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 15px;
  margin: 0 auto 16px;
  border: 1px solid rgba(200, 168, 107, 0.25);
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.dock32-reviews-head h2, .dock32-seo-lux h2 {
  margin: 0 auto 16px;
  color: #14110e !important;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
}
.dock32-reviews-line {
  width: 120px;
  height: 2px;
  margin: 0 auto 46px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.dock32-reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.dock32-review {
  padding: 26px 22px;
  border: 1px solid rgba(200, 168, 107, 0.2);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f7efe5);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dock32-review:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.review-stars {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 2px;
}
.dock32-review p {
  margin: 0;
  color: rgba(59, 46, 32, 0.78);
  font-size: 15px;
  line-height: 1.62;
  text-align: center;
}
.dock32-reviews-action {
  margin-top: 46px;
}
#g-footer {
  padding: 0 0 56px;
  background: transparent !important;
}
#g-footer .g-block.size-50 {
  flex: 0 0 100%;
  width: 100%;
}
#jlfeaturebox-7816-particle {
  display: none;
}
.dock32-seo-lux {
  width: 100%;
  padding: 28px 20px 0;
}
.dock32-seo-lux-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(200, 168, 107, 0.22);
  border-radius: 40px;
  background: radial-gradient(circle at 50% 0%, rgba(212, 175, 96, 0.16), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 248, 239, 0.94));
  box-shadow: 0 28px 80px rgba(28, 21, 16, 0.12);
  text-align: center;
}
.dock32-seo-lux h2 {
  max-width: 820px;
  color: var(--gold) !important;
  letter-spacing: 0;
}
.dock32-seo-lux p {
  max-width: 800px;
  margin: 0 auto 14px;
  color: rgba(65, 49, 36, 0.7);
  font-size: 16px;
  line-height: 1.84;
  text-align: center;
}
.dock32-seo-lux-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}
.dock32-seo-lux-tags span {
  padding: 9px 15px;
  border: 1px solid rgba(198, 169, 107, 0.28);
  border-radius: 999px;
  background: rgba(198, 169, 107, 0.1);
  color: #8f7445;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
/* =========================================================
   Menu page
   ========================================================= */
.menu-lux {
  max-width: 1240px;
  margin: 0 auto;
  padding: 54px 24px 86px;
  color: var(--text);
}
.menu-lux-head {
  max-width: 940px;
  margin: 0 auto 48px;
  text-align: center;
}
.menu-lux-head::before {
  content: "Giuseppe Dock32";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  margin: 0 0 14px;
  border: 1px solid rgba(200, 168, 107, 0.26);
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.menu-lux-head h2 {
  margin: 0 0 18px !important;
  color: #12100e !important;
  font-size: clamp(46px, 6vw, 82px) !important;
  line-height: 0.98 !important;
}
.menu-lux-head p {
  max-width: 760px;
  margin: 0 auto !important;
  color: rgba(32, 26, 21, 0.62) !important;
  font-size: clamp(16px, 1.7vw, 20px) !important;
  line-height: 1.75 !important;
  text-align: center;
}
.menu-lux-section {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 34px;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(200, 168, 107, 0.18);
  border-radius: 36px;
  background: radial-gradient(circle at 50% 0%, rgba(200, 168, 107, 0.12), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 243, 0.98));
  box-shadow: var(--shadow-card);
}
.menu-lux-section-head {
  margin-bottom: 26px;
  text-align: center;
}
.menu-lux-section-head h3 {
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.04 !important;
  text-align: center;
  text-transform: uppercase;
}
.menu-lux-line {
  width: 122px;
  height: 2px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.menu-lux-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(62, 46, 33, 0.1);
}
.menu-lux-item:last-child {
  border-bottom: 0;
}
.menu-lux-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  text-align: center;
}
.menu-lux-name {
  display: block;
  width: 100%;
  color: var(--gold) !important;
  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 2.45vw, 34px);
  font-weight: 800;
  line-height: 1.16;
  text-align: center;
}
.menu-lux-name::after {
  display: none;
}
.menu-lux-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(200, 168, 107, 0.24);
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold-dark) !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.menu-lux-desc {
  max-width: 780px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(65, 49, 36, 0.68) !important;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
/* =========================================================
   About page
   ========================================================= */
.about-lux, .about-lux * {
  box-sizing: border-box;
}
.about-lux {
  max-width: 1220px;
  margin: 0 auto;
  padding: 82px 24px 100px;
}
.about-lux-hero {
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
}
.about-lux-label {
  margin-bottom: 14px;
  color: rgba(31, 24, 18, 0.48);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.about-lux-hero h1 {
  color: var(--gold) !important;
}
.about-lux-hero p {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.about-lux-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 36px;
  align-items: stretch;
  margin-bottom: 52px;
}
.about-lux-text, .about-lux-bottom {
  border: 1px solid rgba(200, 168, 107, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #faf8f4);
  box-shadow: var(--shadow-soft);
}
.about-lux-text {
  padding: 42px 40px;
  text-align: center;
}
.about-lux-text h2 {
  color: #1f1f1f !important;
}
.about-lux-text h3 {
  color: var(--gold) !important;
}
.about-lux-text p {
  color: rgba(31, 24, 18, 0.72) !important;
  text-align: center;
}
.about-lux-line {
  width: 64px;
  height: 2px;
  margin: 24px auto;
  background: var(--gold);
}
.about-lux-card {
  padding: 42px 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: radial-gradient(circle at 50% 0%, rgba(200, 168, 107, 0.16), transparent 36%), #141414;
  color: #fff;
  box-shadow: var(--shadow-dark);
  text-align: center;
}
.about-lux-card h3 {
  color: #fff !important;
}
.about-lux-card p, .about-lux-list li {
  color: rgba(255, 255, 255, 0.82) !important;
  text-align: center;
}
.about-lux-list li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.55;
}
.about-lux-list li::before {
  display: none;
}
.about-lux-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 36px;
}
.about-lux-location, .about-lux-location-label, .about-lux-location-city, .about-lux-location-address {
  text-align: center;
}
.about-lux-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.about-lux-outline, .about-lux-gold, .about-lux-vinyl-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about-lux-outline, .about-lux-vinyl-btn {
  border: 1px solid var(--gold) !important;
  background: transparent !important;
  color: var(--gold) !important;
}
.about-lux-gold {
  background: linear-gradient(135deg, var(--gold), #e4c98c) !important;
  color: #111 !important;
}
.about-lux-vinyl {
  margin-top: 90px;
  padding: 74px 30px;
  border-radius: 28px;
  background: radial-gradient(circle at 30% 30%, #1a1a1a, #0a0a0a), #0a0a0a;
}
.about-lux-vinyl-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}
.about-lux-vinyl-text {
  max-width: 520px;
  text-align: center;
}
.about-lux-vinyl-label {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.about-lux-vinyl-text h2 {
  color: #fff !important;
}
.about-lux-vinyl-text p {
  color: rgba(255, 255, 255, 0.74) !important;
  text-align: center;
}
/* =========================================================
   Contact page
   ========================================================= */
.contact-lux, .contact-lux * {
  box-sizing: border-box;
}
.contact-lux {
  max-width: 1240px;
  margin: 0 auto;
  padding: 58px 18px 64px;
}
.contact-lux-head {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}
.contact-lux-head h2 {
  color: #111 !important;
  font-size: clamp(36px, 4.5vw, 62px) !important;
  line-height: 1.04 !important;
}
.contact-lux-head p {
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(17, 17, 17, 0.58) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  text-align: center;
}
.contact-lux-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(200, 168, 107, 0.16);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 244, 0.96));
  box-shadow: var(--shadow-card);
}
.contact-lux-map {
  min-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  background: #e9e1d7;
}
.contact-lux-map iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  filter: saturate(0.92) contrast(1.02);
}
.contact-lux-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 10px;
  text-align: center;
}
.contact-lux-label {
  margin: 0 auto 10px;
  color: rgba(17, 17, 17, 0.42);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.contact-lux-info h3 {
  color: #111 !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.04 !important;
}
.contact-lux-line {
  width: 72px;
  height: 1px;
  margin: 16px auto 22px;
  background: linear-gradient(90deg, transparent, rgba(200, 168, 107, 0.9), transparent);
}
.contact-lux-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
}
.contact-lux-item:last-of-type {
  border-bottom: 0;
}
.contact-lux-name {
  color: rgba(17, 17, 17, 0.42) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}
.contact-lux-value {
  color: #171717 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}
.contact-lux-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}
.contact-lux-btn, .contact-lux .contact-lux-actions a, .contact-lux .contact-lux-actions button {
  min-height: 50px;
  padding: 0 22px !important;
  font-size: 12px !important;
}
.contact-lux-btn-secondary, .contact-lux .contact-lux-actions a:not(:first-child) {
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  background: rgba(17, 17, 17, 0.04) !important;
  color: #111 !important;
  box-shadow: none !important;
}
/* =========================================================
   Vinyl page
   ========================================================= */
.giuseppe-vinyl-luxury, .giuseppe-vinyl-luxury * {
  box-sizing: border-box;
}
.giuseppe-vinyl-luxury {
  max-width: 1380px;
  margin: 0 auto;
  padding: 68px 18px;
  overflow: visible;
  border-radius: 32px;
  background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.16), transparent 34%), #050505;
  color: #f5f1e8;
  font-family: "Montserrat", sans-serif;
}
.giuseppe-vinyl-luxury .vinyl-top-flow {
  max-width: 1320px;
  margin: 0 auto;
}
.giuseppe-vinyl-luxury .vinyl-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 34px;
  padding: 72px 24px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 34px;
  background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.22), transparent 36%), linear-gradient(145deg, #121212, #050505 62%, #0b0b0b);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: center;
}
.giuseppe-vinyl-luxury .vinyl-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.giuseppe-vinyl-luxury .vinyl-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.08);
  color: #d8b65a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.giuseppe-vinyl-luxury .vinyl-hero h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(36px, 6vw, 82px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center;
}
.giuseppe-vinyl-luxury .vinyl-hero-line {
  width: 86px;
  height: 1px;
  margin: 24px auto 20px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}
.giuseppe-vinyl-luxury .vinyl-sub {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(245, 241, 232, 0.74) !important;
  font-size: 18px;
  line-height: 1.58;
  text-align: center;
}
.giuseppe-vinyl-luxury .vinyl-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.giuseppe-vinyl-luxury .vinyl-btn, .giuseppe-vinyl-luxury .vinyl-btn-gold, .giuseppe-vinyl-luxury .vinyl-btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.giuseppe-vinyl-luxury .vinyl-btn-gold {
  border: 0 !important;
  background: linear-gradient(135deg, #f5d979, #b98a21) !important;
  color: #090909 !important;
}
.giuseppe-vinyl-luxury .vinyl-btn-line {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: #f7efd8 !important;
}
.giuseppe-vinyl-luxury .vinyl-intro {
  max-width: 940px;
  margin: 0 auto 26px;
  text-align: center;
}
.giuseppe-vinyl-luxury .vinyl-intro-inner {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.giuseppe-vinyl-luxury .vinyl-intro-label {
  margin-bottom: 10px;
  color: #d4af37;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.giuseppe-vinyl-luxury .vinyl-intro h2, .giuseppe-vinyl-luxury .vinyl-intro h3 {
  margin: 0 0 10px;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.06;
  text-align: center;
}
.giuseppe-vinyl-luxury .vinyl-intro p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(245, 241, 232, 0.7) !important;
  line-height: 1.68;
  text-align: center;
}
.giuseppe-vinyl-luxury .vinyl-search-wrap {
  position: relative;
  z-index: 20;
  overflow: visible;
  margin-top: 26px;
}
.giuseppe-vinyl-luxury .vinyl-search-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 14px;
  margin-bottom: 18px;
}
.giuseppe-vinyl-luxury #vinylSearch, .giuseppe-vinyl-luxury #vinylSortTrigger, .giuseppe-vinyl-luxury .vinyl-sort-ios-trigger {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}
.giuseppe-vinyl-luxury #vinylSearch::placeholder {
  color: rgba(255, 255, 255, 0.42) !important;
}
.giuseppe-vinyl-luxury #vinylSortWrap, .giuseppe-vinyl-luxury .vinyl-sort-ios {
  position: relative;
  z-index: 30;
}
.giuseppe-vinyl-luxury #vinylSortTrigger, .giuseppe-vinyl-luxury .vinyl-sort-ios-trigger {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer;
}
.giuseppe-vinyl-luxury #vinylSortMenu, .giuseppe-vinyl-luxury .vinyl-sort-ios-menu {
  display: none;
  position: static;
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(18, 18, 18, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6);
}
.giuseppe-vinyl-luxury #vinylSortWrap.is-open #vinylSortMenu, .giuseppe-vinyl-luxury .vinyl-sort-ios.is-open .vinyl-sort-ios-menu {
  display: block;
}
.giuseppe-vinyl-luxury .vinyl-sort-ios-option {
  display: flex !important;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  color: #f5f1e8 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: left !important;
  text-transform: none !important;
  cursor: pointer;
  box-shadow: none !important;
}
.giuseppe-vinyl-luxury .vinyl-sort-ios-option:hover, .giuseppe-vinyl-luxury .vinyl-sort-ios-option.is-active {
  background: rgba(212, 175, 55, 0.14) !important;
  color: #f3cf6b !important;
}
.giuseppe-vinyl-luxury #vinylGenrePills, .giuseppe-vinyl-luxury .vinyl-genre-pills {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scrollbar-width: none;
}
.giuseppe-vinyl-luxury .vinyl-genre-pills::-webkit-scrollbar {
  display: none;
}
.giuseppe-vinyl-luxury .vinyl-pill {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(245, 241, 232, 0.76) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  box-shadow: none !important;
}
.giuseppe-vinyl-luxury .vinyl-pill:hover, .giuseppe-vinyl-luxury .vinyl-pill.is-active {
  border-color: rgba(212, 175, 55, 0.5) !important;
  background: linear-gradient(135deg, #f7dc83, #b88922) !important;
  color: #090909 !important;
}
.giuseppe-vinyl-luxury #vinyl-catalog.vinyl-catalog-grid, .giuseppe-vinyl-luxury .vinyl-catalog-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 18px;
}
.giuseppe-vinyl-luxury .vinyl-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026)), #0b0b0b;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.46);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.giuseppe-vinyl-luxury .vinyl-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.32);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.68);
}
.giuseppe-vinyl-luxury .vinyl-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background: #111;
  cursor: zoom-in;
}
.giuseppe-vinyl-luxury .vinyl-full-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.giuseppe-vinyl-luxury .vinyl-card:hover .vinyl-full-image {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}
.giuseppe-vinyl-luxury .vinyl-meta {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 20px 18px 19px;
  text-align: center;
}
.giuseppe-vinyl-luxury .vinyl-badge, .giuseppe-vinyl-luxury .vinyl-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto 9px;
  text-align: center;
}
.giuseppe-vinyl-luxury .vinyl-badge {
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f6dc82, #b98922);
  color: #0a0a0a !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.giuseppe-vinyl-luxury .vinyl-badge-rare {
  background: linear-gradient(135deg, #f7dc83, #b88922) !important;
}
.giuseppe-vinyl-luxury .vinyl-badge-legend {
  background: linear-gradient(135deg, #ffffff, #b8b8b8) !important;
}
.giuseppe-vinyl-luxury .vinyl-badge-top {
  background: linear-gradient(135deg, #ffe89a, #d4af37, #9f7415) !important;
}
.giuseppe-vinyl-luxury .vinyl-tag {
  display: block;
  color: rgba(245, 241, 232, 0.56) !important;
  font-size: 12px;
  line-height: 1.35;
}
.giuseppe-vinyl-luxury .vinyl-card h3 {
  margin: 7px 0 10px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
  text-align: center !important;
}
.giuseppe-vinyl-luxury .vinyl-specs {
  margin: 0 0 10px !important;
  color: #d5bb72 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.giuseppe-vinyl-luxury .vinyl-desc {
  margin: 0 auto 9px !important;
  color: rgba(245, 241, 232, 0.7) !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
  text-align: center !important;
}
.giuseppe-vinyl-luxury .vinyl-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: wrap;
  margin-top: auto !important;
  padding-top: 15px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.giuseppe-vinyl-luxury .vinyl-price {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.12);
  white-space: nowrap;
}
.giuseppe-vinyl-luxury .vinyl-link, .giuseppe-vinyl-luxury .vinyl-add-cart, .giuseppe-vinyl-luxury .vinyl-add-to-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 17px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #f7dc83, #b98922) !important;
  color: #090909 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(212, 175, 55, 0.18) !important;
}
.giuseppe-vinyl-luxury .vinyl-empty {
  padding: 46px 20px;
  color: rgba(245, 241, 232, 0.7);
  text-align: center;
}
/* =========================================================
   Vinyl cart and modal
   ========================================================= */
body.vinyl-cart-open {
  overflow: hidden;
}
#vinylCartToggle, .vinyl-cart-toggle {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 99998 !important;
  width: 62px !important;
  height: 62px !important;
  min-height: 62px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #f7dc83, #b98922) !important;
  color: #070707 !important;
  font-size: 22px !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.48), 0 10px 30px rgba(212, 175, 55, 0.25) !important;
}
#vinylCartCount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #080808;
  color: #f5d979;
  font-size: 12px;
  font-weight: 900;
}
#vinylCartOverlay, .vinyl-cart-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99996 !important;
  background: rgba(0, 0, 0, 0.56) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.25s ease, visibility 0.25s ease !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.vinyl-cart-open #vinylCartOverlay, body.vinyl-cart-open .vinyl-cart-overlay, #vinylCartOverlay.is-open, .vinyl-cart-overlay.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
#vinylCartDrawer, .vinyl-cart-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  z-index: 99997 !important;
  display: flex !important;
  flex-direction: column !important;
  width: min(430px, 92vw) !important;
  max-width: 92vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  padding: 22px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border-left: 1px solid rgba(212, 175, 55, 0.18) !important;
  background: rgba(10, 10, 10, 0.97) !important;
  color: #fff !important;
  box-shadow: -30px 0 90px rgba(0, 0, 0, 0.7) !important;
  transform: translate3d(105%, 0, 0) !important;
  pointer-events: none !important;
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}
body.vinyl-cart-open #vinylCartDrawer, body.vinyl-cart-open .vinyl-cart-drawer, #vinylCartDrawer.is-open, .vinyl-cart-drawer.is-open {
  transform: translate3d(0, 0, 0) !important;
  pointer-events: auto !important;
}
#vinylCartDrawer *, .vinyl-cart-drawer * {
  box-sizing: border-box;
  max-width: 100%;
  color: #fff;
}
.vinyl-cart-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  margin-bottom: 18px;
}
.vinyl-cart-head h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1.1 !important;
}
.vinyl-cart-close, .vinyl-cart-remove {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.vinyl-cart-close {
  width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  font-size: 22px !important;
}
.vinyl-cart-items {
  display: grid !important;
  flex: 1;
  gap: 12px;
  margin-bottom: 18px;
  overflow-y: auto;
}
.vinyl-cart-empty {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(245, 241, 232, 0.65) !important;
  text-align: center;
}
.vinyl-cart-item {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) 28px !important;
  gap: 10px !important;
  align-items: start !important;
  width: 100% !important;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.vinyl-cart-item-image {
  width: 64px !important;
  height: 64px !important;
  border-radius: 12px !important;
  object-fit: cover !important;
}
.vinyl-cart-item-title {
  overflow-wrap: anywhere;
  line-height: 1.35 !important;
}
.vinyl-cart-remove {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.vinyl-cart-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
}
.vinyl-cart-total-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 16px !important;
  color: #fff !important;
  font-size: 18px !important;
}
.vinyl-order-form {
  display: grid !important;
  gap: 11px !important;
}
.vinyl-order-form input, .vinyl-order-form select, .vinyl-order-form textarea {
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
  outline: none;
}
.vinyl-order-form textarea {
  min-height: 90px !important;
  resize: vertical;
}
.vinyl-order-form option {
  background: #fff !important;
  color: #111 !important;
}
.vinyl-order-submit {
  width: 100% !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #f7dc83, #b98922) !important;
  color: #070707 !important;
  font-weight: 900 !important;
}
.vinyl-order-message {
  font-size: 13px;
  line-height: 1.5;
}
.vinyl-order-message.is-success {
  color: #9fe3a1 !important;
}
.vinyl-order-message.is-error {
  color: #ff9b9b !important;
}
.vinyl-modal, .vinyl-gallery {
  position: fixed !important;
  inset: 0 !important;
  z-index: 100000 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
  overflow-y: auto;
}
.vinyl-modal.is-open, .vinyl-gallery.is-open {
  display: flex !important;
}
.vinyl-modal-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1fr);
  width: min(1180px, 94vw);
  max-height: 88vh;
  overflow: hidden;
  border: 1px solid rgba(198, 169, 107, 0.35);
  border-radius: 30px;
  background: #0b0b0b;
}
.vinyl-modal-img {
  width: 100%;
  height: 88vh;
  max-height: 88vh;
  object-fit: contain;
  padding: 24px;
  background: #050505;
}
.vinyl-modal-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 56px;
  color: #fff;
  text-align: center;
  overflow-y: auto;
}
.vinyl-modal-info .vinyl-badge, .vinyl-modal-info .vinyl-tag {
  align-self: center;
}
.vinyl-modal-info h3 {
  color: #fff !important;
  font-size: 38px !important;
  line-height: 1.08 !important;
  text-align: center !important;
}
.vinyl-modal-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  z-index: 20 !important;
  width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.72) !important;
  color: #fff !important;
  font-size: 26px !important;
}
.vinyl-modal-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}
/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1200px) {
  .giuseppe-vinyl-luxury #vinyl-catalog.vinyl-catalog-grid, .giuseppe-vinyl-luxury .vinyl-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .dock32-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-lux-grid, .contact-lux-card {
    grid-template-columns: 1fr;
  }
  .about-lux-bottom, .about-lux-vinyl-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
@media (max-width: 860px) {
  .giuseppe-vinyl-luxury {
    padding: 38px 10px;
  }
  .giuseppe-vinyl-luxury .vinyl-hero {
    padding: 48px 16px;
    border-radius: 28px;
  }
  .giuseppe-vinyl-luxury .vinyl-search-grid {
    grid-template-columns: 1fr;
  }
  .giuseppe-vinyl-luxury #vinyl-catalog.vinyl-catalog-grid, .giuseppe-vinyl-luxury .vinyl-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .g-container, .uk-container, .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  #g-navigation .g-container, .jl-navbar-container, .uk-navbar-container {
    min-height: 72px;
  }
  #g-navigation img, .tm-header-mobile img {
    max-height: 62px;
  }
  .g-home #g-slideshow .jl-slideshow-items {
    min-height: 560px !important;
  }
  .g-home #g-slideshow .tm-content > div {
    padding: 18px 12px !important;
  }
  .g-home #g-slideshow .tm-content > div > div:first-child, .g-home #g-showcase h1, .g-home #g-showcase h2, .g-home #g-feature h1, .g-home #g-feature h2 {
    font-size: clamp(40px, 12vw, 56px) !important;
    line-height: 1.02 !important;
  }
  .g-home #g-slideshow .tm-content > div > div:nth-child(3), .g-home #g-showcase p, .g-home #g-feature p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  .g-home #g-slideshow a[href^="tel:"], .g-home #g-showcase a, .g-home #g-feature a {
    width: min(100%, 300px) !important;
    min-height: 50px !important;
    padding: 0 20px !important;
    font-size: 12px !important;
  }
  .g-home #g-bottoma {
    padding: 42px 0 48px;
  }
  #jlgridcard-6202 .jl-tab {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  #jlgridcard-6202 .jl-card {
    border-radius: 24px !important;
  }
  #jlgridcard-6202 .jl-card-media-top img {
    border-radius: 18px;
  }
  .dock32-reviews-lux {
    padding: 50px 14px 42px;
  }
  .dock32-reviews-grid {
    grid-template-columns: 1fr;
  }
  .dock32-seo-lux {
    padding: 28px 10px 0;
  }
  .dock32-seo-lux-inner {
    padding: 24px 16px;
    border-radius: 26px;
  }
  .menu-lux {
    padding: 38px 12px 52px;
  }
  .menu-lux-head {
    margin-bottom: 34px;
  }
  .menu-lux-head h2 {
    font-size: 40px !important;
    line-height: 1.02 !important;
  }
  .menu-lux-section {
    padding: 22px 14px;
    border-radius: 26px;
    margin-bottom: 18px;
  }
  .menu-lux-item {
    padding: 18px 8px;
  }
  .menu-lux-name {
    font-size: 25px;
  }
  .menu-lux-desc, .dock32-seo-lux p, .dock32-review p {
    font-size: 14px;
    line-height: 1.64;
  }
  .about-lux {
    padding: 36px 12px 48px;
  }
  .about-lux-hero {
    margin-bottom: 28px;
  }
  .about-lux-text, .about-lux-card, .about-lux-bottom {
    padding: 22px 18px;
    border-radius: 18px;
  }
  .about-lux-actions, .contact-lux-actions {
    flex-direction: column;
  }
  .about-lux-outline, .about-lux-gold, .about-lux-vinyl-btn, .contact-lux-btn, .contact-lux .contact-lux-actions a, .contact-lux .contact-lux-actions button {
    width: 100%;
    min-height: 46px;
  }
  .about-lux-vinyl {
    margin-top: 34px;
    padding: 28px 16px;
    border-radius: 18px;
  }
  .contact-lux {
    padding: 34px 10px 42px;
  }
  .contact-lux-card {
    gap: 14px;
    padding: 12px;
    border-radius: 22px;
  }
  .contact-lux-map, .contact-lux-map iframe {
    min-height: 260px;
    border-radius: 18px;
  }
  .giuseppe-vinyl-luxury {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 28px 8px;
    border-radius: 20px;
  }
  .giuseppe-vinyl-luxury .vinyl-sub {
    font-size: 14px;
  }
  .giuseppe-vinyl-luxury .vinyl-intro-inner {
    padding: 22px 16px;
    border-radius: 22px;
  }
  .giuseppe-vinyl-luxury #vinylGenrePills, .giuseppe-vinyl-luxury .vinyl-genre-pills {
    padding-bottom: 10px;
  }
  .giuseppe-vinyl-luxury #vinyl-catalog.vinyl-catalog-grid, .giuseppe-vinyl-luxury .vinyl-catalog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .giuseppe-vinyl-luxury .vinyl-card {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    border-radius: 24px;
  }
  .giuseppe-vinyl-luxury .vinyl-card:hover {
    transform: none;
  }
  .giuseppe-vinyl-luxury .vinyl-meta {
    padding: 16px 12px 15px;
  }
  .giuseppe-vinyl-luxury .vinyl-card h3 {
    font-size: 18px !important;
  }
  .giuseppe-vinyl-luxury .vinyl-add-cart, .giuseppe-vinyl-luxury .vinyl-add-to-cart, .giuseppe-vinyl-luxury .vinyl-link {
    width: 100%;
    max-width: 190px;
  }
  #vinylCartToggle, .vinyl-cart-toggle {
    right: 14px !important;
    bottom: 14px !important;
    width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
  }
  #vinylCartDrawer, .vinyl-cart-drawer {
    right: 50% !important;
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom)) !important;
    border-right: 1px solid rgba(212, 175, 55, 0.18) !important;
    transform: translate3d(calc(50% + 105%), 0, 0) !important;
  }
  body.vinyl-cart-open #vinylCartDrawer, body.vinyl-cart-open .vinyl-cart-drawer, #vinylCartDrawer.is-open, .vinyl-cart-drawer.is-open {
    transform: translate3d(50%, 0, 0) !important;
  }
  .vinyl-modal, .vinyl-gallery {
    align-items: flex-start;
    padding: 8px;
  }
  .vinyl-modal-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: none;
    border-radius: 18px;
    overflow: visible;
  }
  .vinyl-modal-img {
    height: auto;
    max-height: 36vh;
    padding: 10px;
  }
  .vinyl-modal-info {
    padding: 16px;
  }
  .vinyl-modal-info h3 {
    font-size: 22px !important;
    line-height: 1.15 !important;
  }
  .vinyl-modal-actions {
    flex-wrap: wrap;
  }
  .vinyl-modal-close {
    top: 8px !important;
    right: 8px !important;
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 22px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* =========================================================
   Giuseppe Dock32 - visual fixes
   Paste at the very end of custom.scss.

   Fixes:
   - homepage dish photos are fully visible
   - dark-page text stays readable
   - CTA/buttons are visually consistent
   - vinyl modal/cart price and "add to cart" button do not overlap
   ========================================================= */
/* ===== Home dish cards: show the whole dish, never crop ===== */
html body.g-home #jlgridcard-6202 .jl-card, html body.g-home [class*="jlgridcard"] .jl-card, html body.g-home .home-dish-cards .el-item, html body.g-home .home-dish-cards .uk-card {
  overflow: hidden !important;
  border-radius: 28px !important;
}
html body.g-home #jlgridcard-6202 .jl-card-media-top, html body.g-home [class*="jlgridcard"] .jl-card-media-top, html body.g-home .home-dish-cards .jl-card-media-top, html body.g-home .home-dish-cards .uk-card-media-top {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1.3333333333 !important;
  padding: 14px !important;
  overflow: hidden !important;
  border-radius: 28px 28px 0 0 !important;
  background: radial-gradient(circle at 50% 36%, rgba(200, 168, 107, 0.1), transparent 42%), linear-gradient(180deg, #fffaf3, #f4ece2) !important;
}
html body.g-home #jlgridcard-6202 .jl-card-media-top img, html body.g-home [class*="jlgridcard"] .jl-card-media-top img, html body.g-home .home-dish-cards img, html body.g-home .uk-card:has(a[href*="menu.html"]) img, html body.g-home .jl-card:has(a[href*="menu.html"]) img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 20px !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body.g-home #jlgridcard-6202 .jl-card-body, html body.g-home [class*="jlgridcard"] .jl-card-body {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 18px 16px 22px !important;
  text-align: center !important;
}
html body.g-home #jlgridcard-6202 .tm-title, html body.g-home [class*="jlgridcard"] .tm-title {
  width: 100% !important;
  margin: 0 !important;
  color: #17110c !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  line-height: 1.16 !important;
  text-align: center !important;
  overflow-wrap: anywhere !important;
}
html body.g-home #jlgridcard-6202 .tm-meta, html body.g-home [class*="jlgridcard"] .tm-meta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  margin: 0 auto !important;
  border: 1px solid rgba(200, 168, 107, 0.28) !important;
  border-radius: 999px !important;
  background: rgba(200, 168, 107, 0.12) !important;
  color: #8a6530 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
  white-space: nowrap !important;
}
html body.g-home #jlgridcard-6202 .jl-card-body .jl-margin-top, html body.g-home [class*="jlgridcard"] .jl-card-body .jl-margin-top {
  margin-top: auto !important;
}
/* ===== Buttons: consistent premium pills ===== */
html body.g-home #jlgridcard-6202 .jl-button, html body.g-home [class*="jlgridcard"] .jl-button, html body .contact-lux-actions a, html body .contact-lux-actions button, html body .about-lux-actions a, html body .dock32-reviews-action a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}
html body.g-home #jlgridcard-6202 .jl-button, html body.g-home [class*="jlgridcard"] .jl-button, html body .contact-lux-actions a:last-child, html body .contact-lux-actions button:last-child, html body .about-lux-gold, html body .dock32-reviews-action a {
  border: 0 !important;
  background: linear-gradient(180deg, #e8c77d 0%, #b98d4d 100%) !important;
  color: #111 !important;
  box-shadow: 0 16px 34px rgba(169, 126, 65, 0.22) !important;
}
html body .contact-lux-actions a:first-child, html body .about-lux-outline, html body .about-lux-vinyl-btn {
  border: 1px solid rgba(17, 17, 17, 0.12) !important;
  background: rgba(255, 255, 255, 0.55) !important;
  color: #111 !important;
  box-shadow: none !important;
}
/* ===== Non-home hero/heading areas: remove dark invisible text problem ===== */
html body:not(.g-home) #g-showcase, html body:not(.g-home) #g-slideshow, html body:not(.g-home) #g-feature {
  background: radial-gradient(circle at 50% 0%, rgba(200, 168, 107, 0.14), transparent 34%), linear-gradient(180deg, #fffaf4 0%, #f3eadf 100%) !important;
  color: #1f1812 !important;
  border-bottom: 1px solid rgba(200, 168, 107, 0.16) !important;
  box-shadow: none !important;
}
html body:not(.g-home) #g-showcase h1, html body:not(.g-home) #g-showcase h2, html body:not(.g-home) #g-slideshow h1, html body:not(.g-home) #g-slideshow h2, html body:not(.g-home) #g-feature h1, html body:not(.g-home) #g-feature h2, html body:not(.g-home) #g-showcase .tm-title, html body:not(.g-home) #g-slideshow .tm-title, html body:not(.g-home) #g-feature .tm-title {
  color: #111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}
html body:not(.g-home) #g-showcase p, html body:not(.g-home) #g-slideshow p, html body:not(.g-home) #g-feature p, html body:not(.g-home) #g-showcase .tm-content, html body:not(.g-home) #g-slideshow .tm-content, html body:not(.g-home) #g-feature .tm-content {
  color: rgba(31, 24, 18, 0.72) !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}
/* ===== Vinyl: readable text and no price/button collision ===== */
html body .giuseppe-vinyl-luxury .vinyl-card h3, html body .vinyl-modal-info h3 {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}
html body .giuseppe-vinyl-luxury .vinyl-specs, html body .vinyl-modal-info .vinyl-specs {
  color: #d8bd80 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
html body .giuseppe-vinyl-luxury .vinyl-desc, html body .vinyl-modal-info .vinyl-desc, html body .vinyl-modal-info p {
  color: rgba(255, 255, 255, 0.76) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
html body .giuseppe-vinyl-luxury .vinyl-tag, html body .vinyl-modal-info .vinyl-tag {
  color: rgba(255, 255, 255, 0.62) !important;
  opacity: 1 !important;
  visibility: visible !important;
}
html body .giuseppe-vinyl-luxury .vinyl-bottom, html body .vinyl-modal-info .vinyl-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 14px 18px !important;
  width: 100% !important;
  min-width: 0 !important;
  text-align: center !important;
}
html body .giuseppe-vinyl-luxury .vinyl-price, html body .vinyl-modal-info .vinyl-price, html body .vinyl-cart-total-row strong {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-width: max-content !important;
  margin: 0 !important;
  color: #fff !important;
  white-space: nowrap !important;
  line-height: 1.1 !important;
  position: relative !important;
  z-index: 2 !important;
}
html body .giuseppe-vinyl-luxury .vinyl-add-to-cart, html body .giuseppe-vinyl-luxury .vinyl-add-cart, html body .giuseppe-vinyl-luxury .vinyl-link, html body .vinyl-modal-info .vinyl-add-to-cart, html body .vinyl-modal-info .vinyl-add-cart, html body .vinyl-modal-info .vinyl-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-width: 170px !important;
  min-height: 46px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #e8c77d 0%, #b98d4d 100%) !important;
  color: #111 !important;
  box-shadow: 0 16px 34px rgba(169, 126, 65, 0.24) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  position: relative !important;
  z-index: 1 !important;
}
html body .vinyl-cart-item {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) 30px !important;
  gap: 10px !important;
  align-items: start !important;
}
html body .vinyl-cart-item-price {
  display: block !important;
  margin-top: 4px !important;
  color: #d8bd80 !important;
  white-space: nowrap !important;
}
html body .vinyl-cart-total-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}
/* ===== Mobile tightening ===== */
@media (max-width: 767px) {
  html body.g-home #jlgridcard-6202 .jl-card-media-top, html body.g-home [class*="jlgridcard"] .jl-card-media-top, html body.g-home .home-dish-cards .jl-card-media-top, html body.g-home .home-dish-cards .uk-card-media-top {
    aspect-ratio: 1 !important;
    padding: 12px !important;
    border-radius: 22px 22px 0 0 !important;
  }
  html body.g-home #jlgridcard-6202 .jl-card-media-top img, html body.g-home [class*="jlgridcard"] .jl-card-media-top img, html body.g-home .home-dish-cards img {
    border-radius: 16px !important;
  }
  html body .contact-lux-actions, html body .about-lux-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
  html body .contact-lux-actions a, html body .contact-lux-actions button, html body .about-lux-actions a {
    width: 100% !important;
    min-height: 48px !important;
  }
  html body .vinyl-modal-info .vinyl-bottom, html body .giuseppe-vinyl-luxury .vinyl-bottom {
    flex-direction: column !important;
    gap: 10px !important;
  }
  html body .vinyl-modal-info .vinyl-add-to-cart, html body .vinyl-modal-info .vinyl-add-cart, html body .vinyl-modal-info .vinyl-link, html body .giuseppe-vinyl-luxury .vinyl-add-to-cart, html body .giuseppe-vinyl-luxury .vinyl-add-cart, html body .giuseppe-vinyl-luxury .vinyl-link {
    width: auto !important;
    min-width: 150px !important;
    max-width: 100% !important;
  }
}
/* =========================================================
   Dock32 final overrides
   Paste at the absolute end of custom.scss.
   ========================================================= */
/* 1) Home dish photos: no side matte/background, the real image defines height. */
html body.g-home #jlgridcard-6202 .jl-card-media-top, html body.g-home [class*="jlgridcard"] .jl-card-media-top, html body.g-home .home-dish-cards .jl-card-media-top, html body.g-home .home-dish-cards .uk-card-media-top {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 28px 28px 0 0 !important;
  background: transparent !important;
}
html body.g-home #jlgridcard-6202 .jl-card-media-top img, html body.g-home [class*="jlgridcard"] .jl-card-media-top img, html body.g-home .home-dish-cards img, html body.g-home .uk-card:has(a[href*="menu.html"]) img, html body.g-home .jl-card:has(a[href*="menu.html"]) img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 28px 28px 0 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
/* 2) Inner pages: fix dark invisible title/description blocks. */
html body:not(.g-home) #g-page-surround, html body:not(.g-home) #g-main, html body:not(.g-home) #g-container-main, html body:not(.g-home) #g-mainbar, html body:not(.g-home) #g-mainbar .g-content, html body:not(.g-home) #g-main .g-content, html body:not(.g-home) .item-page {
  background: radial-gradient(circle at 50% 0%, rgba(200, 168, 107, 0.12), transparent 34%), linear-gradient(180deg, #fffaf4 0%, #f3eadf 100%) !important;
  color: #1f1812 !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}
html body:not(.g-home) #g-showcase, html body:not(.g-home) #g-showcase .g-container, html body:not(.g-home) #g-showcase .g-content, html body:not(.g-home) #g-slideshow, html body:not(.g-home) #g-slideshow .g-container, html body:not(.g-home) #g-slideshow .g-content, html body:not(.g-home) #g-feature, html body:not(.g-home) #g-feature .g-container, html body:not(.g-home) #g-feature .g-content {
  background: radial-gradient(circle at 50% 0%, rgba(200, 168, 107, 0.12), transparent 34%), linear-gradient(180deg, #fffaf4 0%, #f3eadf 100%) !important;
  color: #1f1812 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}
html body:not(.g-home) #g-showcase::before, html body:not(.g-home) #g-showcase::after, html body:not(.g-home) #g-slideshow::before, html body:not(.g-home) #g-slideshow::after, html body:not(.g-home) #g-feature::before, html body:not(.g-home) #g-feature::after {
  display: none !important;
  opacity: 0 !important;
}
html body:not(.g-home) #g-showcase h1, html body:not(.g-home) #g-showcase h2, html body:not(.g-home) #g-showcase h3, html body:not(.g-home) #g-showcase .tm-title, html body:not(.g-home) #g-showcase .g-title, html body:not(.g-home) #g-slideshow h1, html body:not(.g-home) #g-slideshow h2, html body:not(.g-home) #g-slideshow h3, html body:not(.g-home) #g-slideshow .tm-title, html body:not(.g-home) #g-slideshow .g-title, html body:not(.g-home) #g-feature h1, html body:not(.g-home) #g-feature h2, html body:not(.g-home) #g-feature h3, html body:not(.g-home) #g-feature .tm-title, html body:not(.g-home) #g-feature .g-title, html body:not(.g-home) .contact-lux-head h2, html body:not(.g-home) .contact-lux-info h3 {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
  filter: none !important;
}
html body:not(.g-home) #g-showcase p, html body:not(.g-home) #g-showcase span, html body:not(.g-home) #g-showcase .tm-content, html body:not(.g-home) #g-showcase .tm-description, html body:not(.g-home) #g-slideshow p, html body:not(.g-home) #g-slideshow span, html body:not(.g-home) #g-slideshow .tm-content, html body:not(.g-home) #g-slideshow .tm-description, html body:not(.g-home) #g-feature p, html body:not(.g-home) #g-feature span, html body:not(.g-home) #g-feature .tm-content, html body:not(.g-home) #g-feature .tm-description, html body:not(.g-home) .contact-lux-head p {
  color: rgba(31, 24, 18, 0.78) !important;
  -webkit-text-fill-color: rgba(31, 24, 18, 0.78) !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
  filter: none !important;
}
/* 3) Keep vinyl dark even after the inner-page background fix. */
html body .giuseppe-vinyl-luxury, html body .giuseppe-vinyl-luxury * {
  -webkit-text-fill-color: currentColor;
}
html body .giuseppe-vinyl-luxury {
  background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.16), transparent 34%), #050505 !important;
  color: #f5f1e8 !important;
}
@media (max-width: 767px) {
  html body.g-home #jlgridcard-6202 .jl-card-media-top, html body.g-home [class*="jlgridcard"] .jl-card-media-top, html body.g-home .home-dish-cards .jl-card-media-top, html body.g-home .home-dish-cards .uk-card-media-top {
    aspect-ratio: auto !important;
    padding: 0 !important;
  }
  html body.g-home #jlgridcard-6202 .jl-card-media-top img, html body.g-home [class*="jlgridcard"] .jl-card-media-top img, html body.g-home .home-dish-cards img {
    height: auto !important;
    border-radius: 22px 22px 0 0 !important;
  }
}
/* =========================================================
   Contact page top readability fix
   Paste at the absolute end of custom.scss.

   The contact page has body classes: itemid-113 and g-home.
   Because of g-home, homepage slideshow dark overlays also affect contact.html.
   ========================================================= */
html body.itemid-113 #g-slideshow, html body.itemid-113 #g-slideshow.g-flushed {
  overflow: visible !important;
  isolation: auto !important;
  padding: 46px 0 58px !important;
  background: radial-gradient(circle at 50% 0%, rgba(200, 168, 107, 0.16), transparent 34%), linear-gradient(180deg, #fffaf4 0%, #f3eadf 100%) !important;
  border-bottom: 1px solid rgba(200, 168, 107, 0.18) !important;
  box-shadow: none !important;
}
html body.itemid-113 #g-slideshow::before, html body.itemid-113 #g-slideshow::after {
  display: none !important;
  opacity: 0 !important;
  content: none !important;
}
html body.itemid-113 #g-slideshow .g-container, html body.itemid-113 #g-slideshow .g-content, html body.itemid-113 #g-slideshow .g-particle, html body.itemid-113 #custom-9346-particle {
  position: relative !important;
  z-index: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
  color: #1f1812 !important;
  text-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
}
html body.itemid-113 .contact-lux {
  padding-top: 24px !important;
  padding-bottom: 56px !important;
  background: transparent !important;
  color: #1f1812 !important;
}
html body.itemid-113 .contact-lux-head {
  max-width: 920px !important;
  margin: 0 auto 34px !important;
  text-align: center !important;
}
html body.itemid-113 .contact-lux-head h1, html body.itemid-113 .contact-lux-head h2, html body.itemid-113 .contact-lux-head h3, html body.itemid-113 .contact-lux-info h3 {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
  filter: none !important;
}
html body.itemid-113 .contact-lux-head h2 {
  margin-bottom: 12px !important;
  font-size: clamp(38px, 5vw, 68px) !important;
  line-height: 1.04 !important;
}
html body.itemid-113 .contact-lux-head p {
  max-width: 760px !important;
  margin: 0 auto !important;
  color: rgba(31, 24, 18, 0.76) !important;
  -webkit-text-fill-color: rgba(31, 24, 18, 0.76) !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: clamp(16px, 1.7vw, 21px) !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  text-align: center !important;
  text-shadow: none !important;
  filter: none !important;
}
html body.itemid-113 .contact-lux-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8f1e8 100%) !important;
  border: 1px solid rgba(200, 168, 107, 0.2) !important;
  box-shadow: 0 24px 70px rgba(28, 21, 16, 0.12) !important;
}
@media (max-width: 767px) {
  html body.itemid-113 #g-slideshow, html body.itemid-113 #g-slideshow.g-flushed {
    padding: 28px 0 36px !important;
  }
  html body.itemid-113 .contact-lux {
    padding: 12px 10px 34px !important;
  }
  html body.itemid-113 .contact-lux-head {
    margin-bottom: 24px !important;
  }
  html body.itemid-113 .contact-lux-head h2 {
    font-size: 38px !important;
  }
  html body.itemid-113 .contact-lux-head p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}
/* =========================================================
   Menu label + mobile booking button center fix
   Paste at the absolute end of custom.scss.
   ========================================================= */
/* Menu page: replace the small label above "Меню". */
html body.itemid-107 .menu-lux-head::before {
  content: "Дядька Джузеппе у Dock 32" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: calc(100vw - 32px) !important;
  min-height: 34px !important;
  padding: 0 16px !important;
  margin: 0 auto 16px !important;
  border: 1px solid rgba(200, 168, 107, 0.26) !important;
  border-radius: 999px !important;
  background: rgba(200, 168, 107, 0.1) !important;
  color: #8a6530 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: normal !important;
}
/* Contact page mobile: center the booking text perfectly. */
@media (max-width: 767px) {
  html body.itemid-113 .contact-lux-actions .contact-lux-gold, html body.itemid-113 .contact-lux-actions a[href^="tel:"] {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 64px !important;
    padding: 0 56px !important;
    text-align: center !important;
    letter-spacing: 0.1em !important;
    white-space: nowrap !important;
  }
  html body.itemid-113 .contact-lux-actions .contact-lux-gold .paw-icon, html body.itemid-113 .contact-lux-actions a[href^="tel:"] .paw-icon {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    line-height: 1 !important;
    pointer-events: none !important;
  }
  html body.itemid-113 .contact-lux-actions .contact-lux-gold .paw-icon:first-child, html body.itemid-113 .contact-lux-actions a[href^="tel:"] .paw-icon:first-child {
    left: calc(50% - 116px) !important;
  }
  html body.itemid-113 .contact-lux-actions .contact-lux-gold .paw-icon:last-child, html body.itemid-113 .contact-lux-actions a[href^="tel:"] .paw-icon:last-child {
    right: calc(50% - 116px) !important;
  }
}
/*# sourceMappingURL=custom_29.css.map */