body,
input,
button,
select,
textarea {
  font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
}

body {
  color: #efe4d1;
  background:
    radial-gradient(1200px 700px at 12% 0%, rgba(214, 124, 134, 0.28), rgba(10, 9, 14, 0) 60%),
    radial-gradient(1100px 740px at 88% 4%, rgba(196, 143, 103, 0.24), rgba(10, 9, 14, 0) 62%),
    radial-gradient(900px 560px at 50% 100%, rgba(156, 79, 103, 0.18), rgba(10, 9, 14, 0) 72%),
    linear-gradient(160deg, #130d11 0%, #21131d 30%, #141821 72%, #0b0f15 100%);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.62) 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.18;
  background-image:
    repeating-linear-gradient(25deg, rgba(255, 215, 170, 0.07) 0, rgba(255, 215, 170, 0.07) 1px, transparent 1px, transparent 4px),
    repeating-linear-gradient(-25deg, rgba(0, 0, 0, 0.18) 0, rgba(0, 0, 0, 0.18) 1px, transparent 1px, transparent 5px);
  mix-blend-mode: soft-light;
}

#main,
#content,
#footer-mid,
#footer-btm,
.container,
.inside,
.box {
  position: relative;
  z-index: 2;
}

header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(10, 14, 28, 0.62);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(196, 145, 84, 0.36);
  box-shadow: 0 10px 25px rgba(3, 8, 21, 0.35);
  overflow: visible;
  height: auto !important;
}

#main-menu-master,
#main-menu {
  background: transparent !important;
  display: flex;
  justify-content: center;
}

#nav > li > img {
  display: none;
}

#nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
  align-items: center;
  padding: 8px 0 10px;
}

#nav > li {
  position: relative;
  padding: 6px 10px 8px;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 0.22s ease;
}

#nav > li::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(245, 210, 166, 0), rgba(221, 170, 105, 1), rgba(245, 210, 166, 0));
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

#nav > li:hover::after {
  transform: scaleX(1);
}

#nav > li:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

#nav a,
#nav .underline {
  color: #e9d6bb !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 11px;
  padding: 0 !important;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

#nav a:hover,
#nav .underline:hover {
  color: #f3d4ad !important;
  text-shadow: 0 0 14px rgba(222, 176, 122, 0.45);
}

#nav li ul {
  background: rgba(22, 15, 12, 0.92) !important;
  border: 1px solid rgba(196, 145, 84, 0.33);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
}

#nav li ul a {
  letter-spacing: 0.09em;
  font-size: 12px;
  padding: 0 !important;
}

#nav li ul li:hover {
  background: rgba(203, 154, 95, 0.17);
}

.vl-hero {
  margin: 46px auto 20px;
  border-radius: 22px;
  overflow: visible;
  position: relative;
  z-index: 40;
  box-shadow: 0 32px 56px rgba(0, 0, 0, 0.58);
}

.vl-hero::before {
  content: "";
  position: absolute;
  inset: -16% -8% auto -8%;
  height: 56%;
  pointer-events: none;
  background: radial-gradient(circle at 50% 10%, rgba(244, 183, 198, 0.18), rgba(244, 183, 198, 0));
  filter: blur(16px);
  z-index: 1;
}

.vl-hero-slider {
  position: relative;
  min-height: 420px;
  isolation: isolate;
  border-radius: 22px;
  overflow: hidden;
  padding-bottom: 118px;
}

.vl-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.vl-hero-slide.is-active {
  opacity: 1;
}

.vl-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  animation: vlKenBurns 11s ease-in-out infinite alternate;
}

.vl-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 9, 14, 0.86), rgba(8, 9, 14, 0.16) 42%, rgba(8, 9, 14, 0.68));
}

.vl-hero-copy {
  position: absolute;
  left: 6%;
  top: 11%;
  z-index: 3;
}

.vl-hero-copy h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 8vw, 94px);
  line-height: 0.95;
  letter-spacing: 0.14em;
  color: #f8e5c6;
  text-transform: uppercase;
}

.vl-hero-copy p {
  margin-top: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #dcb887;
}

.vl-hero-dots {
  position: absolute;
  z-index: 4;
  left: 6%;
  bottom: 140px;
  display: flex;
  gap: 8px;
}

.vl-hero-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 232, 202, 0.4);
  cursor: pointer;
}

.vl-hero-dots button.is-active {
  background: #e7bb87;
}

.vl-console {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  border: 1px solid rgba(208, 162, 106, 0.38);
  border-radius: 16px;
  background: rgba(12, 12, 16, 0.82);
  backdrop-filter: blur(10px);
  padding: 14px;
  display: grid;
  grid-template-columns: auto auto auto 1fr auto auto;
  align-items: center;
  gap: 12px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(246, 214, 175, 0.16);
}

.vl-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(215, 168, 109, 0.5);
  background: linear-gradient(145deg, #f1d6ad, #bf8450);
  color: #1a130f;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vl-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 18px rgba(191, 132, 80, 0.45);
}

.vl-track {
  color: #f5dfbe;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.04em;
  font-size: 18px;
}

.vl-progress {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 221, 182, 0.17);
  overflow: hidden;
  cursor: pointer;
}

.vl-progress > span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #ba7439, #f3d2a6);
}

.vl-track-select {
  min-width: 220px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(216, 170, 112, 0.48);
  background: rgba(31, 21, 16, 0.92);
  color: #f1dcc0;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.vl-track-select:focus {
  outline: none;
  border-color: rgba(240, 193, 139, 0.72);
  box-shadow: 0 0 0 2px rgba(240, 193, 139, 0.2);
}

.vl-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f1ddbf;
  font-size: 12px;
}

.vl-toggle {
  position: relative;
  width: 52px;
  height: 26px;
}

.vl-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.vl-toggle span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(222, 183, 130, 0.62);
  background: linear-gradient(145deg, #2d2117, #513826);
}

.vl-toggle span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f3ddb7, #be8b5a);
  transition: transform 0.25s ease;
}

.vl-toggle input:checked + span::after {
  transform: translateX(24px);
}

#main {
  background:
    linear-gradient(180deg, rgba(41, 22, 30, 0.34), rgba(14, 16, 24, 0.5)),
    radial-gradient(circle at 52% -18%, rgba(238, 186, 132, 0.2), rgba(0, 0, 0, 0) 58%);
  border-radius: 18px;
  margin-top: 0 !important;
  z-index: 12;
}

#content,
.vl-grid,
.vl-panel {
  position: relative;
  z-index: 14;
}

.vl-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 22px;
  margin: 18px 0 30px;
}

.vl-panel {
  background: linear-gradient(180deg, rgba(44, 21, 29, 0.84), rgba(17, 19, 27, 0.92));
  border: 1px solid rgba(220, 157, 136, 0.34);
  border-radius: 16px;
  padding: 22px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.vl-panel:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 185, 162, 0.52);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.36);
}

.vl-panel h2 {
  margin-top: 0;
  font-family: "Playfair Display", serif;
  color: #f8dfba;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.vl-legacy-highlights {
  background:
    linear-gradient(165deg, rgba(55, 30, 22, 0.88), rgba(18, 20, 28, 0.92)),
    radial-gradient(circle at 20% 0%, rgba(205, 150, 98, 0.2), rgba(0, 0, 0, 0) 42%);
}

.vl-legacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.vl-legacy-item {
  border: 1px solid rgba(226, 172, 116, 0.28);
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(31, 19, 15, 0.75), rgba(15, 17, 24, 0.78));
}

.vl-legacy-label {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #ddb784;
  font-weight: 700;
}

.vl-legacy-item h3 {
  margin: 0 0 8px;
  color: #f4debd;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.1;
}

.vl-legacy-item p {
  margin: 0;
  line-height: 1.5;
}

.vl-legacy-link {
  margin-top: 14px;
}

.vl-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.vl-gallery img {
  width: 100%;
  border-radius: 10px;
  height: 140px;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.vl-gallery img:hover {
  transform: scale(1.03);
  filter: saturate(1.08) contrast(1.03);
}

#nav a {
  position: relative;
}

#nav a::before {
  content: "";
  position: absolute;
  inset: -2px -6px;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 50%, rgba(246, 206, 151, 0.24), rgba(246, 206, 151, 0));
  opacity: 0;
  transition: opacity 0.22s ease;
  z-index: -1;
}

#nav a:hover::before {
  opacity: 1;
}

.vl-footer-social {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 16px 0 8px;
}

.vl-footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(210, 157, 98, 0.62);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f2d9b9;
  background: rgba(33, 22, 16, 0.75);
}

#footer-mid {
  background:
    radial-gradient(circle at 20% 0%, rgba(203, 128, 136, 0.22), rgba(16, 12, 13, 0.94) 48%),
    radial-gradient(circle at 85% 10%, rgba(190, 150, 112, 0.2), rgba(16, 12, 13, 0) 44%),
    linear-gradient(180deg, rgba(35, 18, 26, 0.98), rgba(10, 11, 16, 0.98));
  border-top: 1px solid rgba(217, 160, 138, 0.4);
}

#footer-mid {
  height: auto;
}

#footer-mid .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 28px;
  padding-bottom: 18px;
}

#footer-mid .footer-column {
  width: auto;
  min-width: 260px;
  max-width: 620px;
  height: auto;
  background: none;
  padding-right: 0;
}

#footer-mid .footer-column ul {
  columns: 2;
  column-gap: 24px;
}

#footer-mid .footer-column ul li {
  break-inside: avoid;
  margin-bottom: 4px;
}

#footer-mid .footer-column-last {
  min-width: 180px;
  max-width: 220px;
  margin-left: auto;
  text-align: center;
}

#footer-mid .footer-column-last .footer-button {
  position: static;
  display: inline-block;
  margin-top: 8px;
}

@media (max-width: 960px) {
  #footer-mid .container {
    display: block;
  }

  #footer-mid .footer-column,
  #footer-mid .footer-column-last {
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  #footer-mid .footer-column ul {
    columns: 1;
  }
}

#footer-btm {
  background: linear-gradient(180deg, rgba(19, 12, 18, 0.98), rgba(6, 7, 10, 0.99));
  border-top: 1px solid rgba(177, 122, 125, 0.35);
}

@keyframes vlKenBurns {
  from { transform: scale(1) translate(0, 0); }
  to { transform: scale(1.045) translate(-1.1%, 1%); }
}

@media (max-width: 960px) {
  .vl-console {
    grid-template-columns: auto auto 1fr;
    gap: 10px;
  }

  .vl-track-select,
  .vl-switcher {
    grid-column: 1 / -1;
  }

  .vl-grid {
    grid-template-columns: 1fr;
  }

  .vl-legacy-grid {
    grid-template-columns: 1fr;
  }

  .vl-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
