/* ================================
   Daniel Sushi - Premium Styling
================================ */

/* ---------- Global ---------- */

body {
  background: #0f0f0f;
  color: rgba(255,255,255,.78);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

p {
  color: rgba(255,255,255,.72);
}

.bg_gray {
  background: #151515 !important;
}

.main_title h2 {
  color: #fff;
}

.main_title p {
  color: rgba(255,255,255,.62);
}

.main_title span em {
  background: #978667;
}

/* ---------- Header ---------- */

.header .container-fluid {
  display: flex;
  align-items: center;
}

#logo {
  margin-right: auto;
}

@media (min-width: 992px) {
  .open_close {
    display: none !important;
  }

  .main-menu {
    margin-left: auto;
  }

  .main-menu > ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
  }

  .main-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 16px;
  }

  .main-menu ul li a.btn_top {
    border-radius: 30px;
    padding: 10px 24px;
    font-weight: 600;
    border-width: 1.5px;
  }

  .element_to_stick.sticky .container-fluid,
  .header.sticky .container-fluid {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-menu ul li a {
    padding: 12px 14px;
  }
}

/* ---------- Full Screen Hero ---------- */

.hero_kenbburns {
  height: 100vh;
  min-height: 100vh;
}

.hero_kenbburns .opacity-mask {
  height: 100%;
  min-height: 100vh;
}

.hero_kenbburns .container,
.hero_kenbburns .row {
  height: 100%;
}

.hero_kenbburns .row {
  align-items: center;
}

.hero_subtitle {
  display: block;
  margin-bottom: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
}

.hero_kenbburns h1 {
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: .95;
  margin-bottom: 24px;
  color: #fff;
}

.hero_kenbburns p {
  font-size: 1.25rem;
  color: rgba(255,255,255,.9);
  margin-bottom: 40px;
}

.hero_actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.hero_link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero_link::after {
  content: "→";
  margin-left: 10px;
  transition: transform .2s ease;
}

.hero_link:hover {
  color: #fff;
}

.hero_link:hover::after {
  transform: translateX(5px);
}

/* ---------- Homepage Banners ---------- */

#banners_grid {
  background: #0f0f0f;
}

#banners_grid .short_info h3 {
  color: #fff;
}

#banners_grid .short_info p {
  color: rgba(255,255,255,.82);
}

/* ---------- Experience Section ---------- */

.experience_section {
  background: #0f0f0f;
  color: #fff;
  padding: 140px 0;
}

.experience_label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  color: #978667;
  margin-bottom: 20px;
}

.experience_title {
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 300;
  margin-bottom: 30px;
}

.experience_intro {
  font-family: "Lora", serif;
  font-size: 22px;
  line-height: 1.9;
  color: rgba(255,255,255,.72);
  margin-bottom: 80px;
}

.experience_points {
  margin-top: 40px;
}

.experience_item {
  text-align: center;
  padding: 0 30px;
}

.experience_item span {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  color: #978667;
  margin-bottom: 20px;
}

.experience_item h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 500;
}

.experience_item p {
  color: rgba(255,255,255,.62);
  line-height: 1.9;
}

/* ---------- Signature Dishes ---------- */

.signature_section {
  background: #151515;
  color: #fff;
}

.signature_section img {
  width: 100%;
  border-radius: 2px;
}

.dish_label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  color: #978667;
  margin-bottom: 15px;
}

.signature_section h3 {
  font-size: clamp(34px, 4vw, 48px);
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}

.signature_section p {
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255,255,255,.68);
}

/* ---------- Menu Page ---------- */

.menu_label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #978667;
  margin-bottom: 12px;
}

.m_title {
  margin-bottom: 60px;
}

.m_title h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 12px;
}

.m_title p {
  font-size: 16px;
  color: #888;
}

/* ---------- Luxury Footer ---------- */

.luxury_footer {
  background: #090909;
  color: rgba(255,255,255,.72);
  padding: 110px 0 45px;
}

.luxury_footer_top {
  max-width: 720px;
  margin: 0 auto 70px;
}

.luxury_footer_logo {
  display: inline-block;
  margin-bottom: 32px;
}

.luxury_footer_top p {
  font-family: "Lora", serif;
  font-size: 22px;
  line-height: 1.8;
  color: rgba(255,255,255,.82);
}

.luxury_footer_info {
  margin-bottom: 55px;
}

.luxury_footer_info h5 {
  color: #978667;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.luxury_footer_info p,
.luxury_footer_info a {
  color: rgba(255,255,255,.72);
  line-height: 1.8;
}

.luxury_footer_actions {
  margin-bottom: 45px;
}

.luxury_footer_link {
  display: inline-block;
  margin-left: 24px;
  color: #fff;
  font-weight: 600;
}

.luxury_footer_social {
  margin-bottom: 40px;
}

.luxury_footer_social a {
  color: rgba(255,255,255,.78);
  font-size: 21px;
  margin: 0 13px;
}

.luxury_footer_bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 28px;
}

.luxury_footer_bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.45);
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
  .experience_section {
    padding: 90px 0;
  }

  .experience_intro {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .experience_item {
    margin-bottom: 40px;
  }

  .luxury_footer {
    padding: 80px 0 40px;
  }

  .luxury_footer_link {
    display: block;
    margin: 20px 0 0;
  }
}

@media (max-width: 575px) {
  .hero_kenbburns h1 {
    font-size: 3.4rem;
  }

  .hero_actions {
    gap: 18px;
  }

  .hero_actions .btn_1 {
    width: 100%;
  }
}

.about_story_section {
    background: #0b0b0b;
    color: rgba(255,255,255,.82);
    position: relative;
    overflow: hidden;
}

.about_story_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right,
        rgba(151,134,103,.15),
        transparent 40%);
    pointer-events: none;
}

.about_story_section .main_title h2 {
    color: #fff;
}

.about_story_section .main_title p {
    color: rgba(255,255,255,.6);
}

.about_story_section p {
    color: rgba(255,255,255,.72);
    line-height: 2;
}

.about_story_section .lead {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 1.35rem;
    line-height: 1.8;
}

.about_story_section figure {
    overflow: hidden;
    border-radius: 4px;
}

.about_story_section figure img {
    width: 100%;
    transition: transform .8s ease;
}

.about_story_section figure:hover img {
    transform: scale(1.04);
}


.contact_luxury_section {
    background: linear-gradient(
        180deg,
        #050505 0%,
        #0d0d0d 50%,
        #121212 100%
    );
    color: rgba(255,255,255,.8);
    position: relative;
}

.contact_luxury_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at top right,
            rgba(151,134,103,.15),
            transparent 40%
        );
    pointer-events: none;
}

.contact_luxury_section .container {
    position: relative;
    z-index: 2;
}

.contact_label {
    display: inline-block;
    color: #978667;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    margin-bottom: 20px;
}

.contact_title {
    color: #fff;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 30px;
}

.contact_intro {
    font-family: "Lora", serif;
    font-size: 22px;
    line-height: 1.8;
    color: rgba(255,255,255,.75);
    margin-bottom: 50px;
}

.contact_item {
    margin-bottom: 35px;
}

.contact_item h5 {
    color: #978667;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    margin-bottom: 12px;
}

.contact_item p,
.contact_item a {
    color: rgba(255,255,255,.85);
    line-height: 1.8;
}

.contact_luxury_section figure {
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 35px 80px rgba(0,0,0,.45);
}

.contact_luxury_section figure img {
    width: 100%;
}

.call_section .btn_1.outline {
    background: transparent;
    border: 1px solid #978667;
    color: #978667 !important;
}

.call_section .btn_1.outline:hover {
    background: #978667;
    color: #fff !important;
}

/* Menu page CTA buttons on dark backgrounds */
.menu-section .btn_1.outline {
  background: transparent;
  border: 1px solid #978667;
  color: #978667 !important;
}

.menu-section .btn_1.outline:hover {
  background: #978667;
  border-color: #978667;
  color: #fff !important;
}

.menu-section .btn_1 {
  border: 1px solid #978667;
}

/* Force menu page text area to stay readable */
.menu-section .half-container:nth-of-type(2) {
  background: #111 !important;
  color: #fff !important;
}

.menu-section .half-container:nth-of-type(2) h2,
.menu-section .half-container:nth-of-type(2) h3 {
  color: #fff !important;
}

.menu-section .half-container:nth-of-type(2) p {
  color: rgba(255,255,255,.72) !important;
}

/* Final CTA buttons */
.menu-section .btn_1 {
  background: #978667 !important;
  border: 1px solid #978667 !important;
  color: #fff !important;
}

.menu-section .btn_1.outline {
  background: transparent !important;
  border: 1px solid #978667 !important;
  color: #978667 !important;
}

.menu-section .btn_1.outline:hover {
  background: #978667 !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .main-menu {
    background:
      radial-gradient(circle at top right, rgba(151,134,103,.18), transparent 35%),
      linear-gradient(180deg, #050505 0%, #101010 100%) !important;
    padding: 42px 34px;
    box-shadow: -40px 0 100px rgba(0,0,0,.75);
  }

  #header_menu {
    border-bottom: 1px solid rgba(151,134,103,.25);
    padding-bottom: 32px;
    margin-bottom: 34px;
  }

  .main-menu ul li {
    border-bottom: 1px solid rgba(255,255,255,.07);
  }

  .main-menu ul li a {
    color: rgba(255,255,255,.86) !important;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .8px;
    padding: 20px 0;
  }

  .main-menu ul li a:hover {
    color: #978667 !important;
  }

  .main-menu ul li a.btn_top {
    margin-top: 28px;
    border: 1px solid #978667;
    border-radius: 999px;
    color: #978667 !important;
    text-align: center;
    padding: 15px 24px;
    letter-spacing: 1px;
  }

  .main-menu ul li a.btn_top:hover {
    background: #978667;
    color: #fff !important;
  }

  #header_menu .open_close {
    color: #fff !important;
    opacity: .85;
  }

  .layer.layer-is-visible {
    background: rgba(0,0,0,.78);
    backdrop-filter: blur(8px);
  }
}

/* ================================
   Day Menu - Mobile Fix
================================ */

@media (max-width: 1169px) {
  html,
  body {
    background: #080808 !important;
  }

  .menu-section {
    height: auto !important;
    min-height: auto !important;
    background: #080808 !important;
  }

  .menu-section .full-container {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    visibility: visible !important;
    transform: none !important;
    opacity: 1 !important;
    background: #080808 !important;
    box-shadow: none !important;
  }

  .menu-section:first-of-type .full-container {
    height: 100vh !important;
    min-height: 100vh !important;
    background-image: url("../img/gallery/menu-hero.webp") !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .menu-section:first-of-type .full-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.64);
    z-index: 1;
  }

  .menu-section:first-of-type h1 {
    position: absolute !important;
    z-index: 2;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    padding: 0 24px !important;
    font-size: clamp(3rem, 14vw, 4.8rem) !important;
    line-height: 1 !important;
    color: #fff !important;
  }

  .menu-section:first-of-type h1 span {
    margin-top: 18px;
    font-size: 18px !important;
    line-height: 1.6;
    color: rgba(255,255,255,.82) !important;
  }

  .menu-section .half-container {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    box-shadow: none !important;
  }

  .menu-section .half-container:first-of-type {
    height: 46vh !important;
    min-height: 320px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .menu-section .half-container:nth-of-type(2) {
    padding: 68px 24px 78px !important;
    background:
      radial-gradient(circle at top right, rgba(151,134,103,.12), transparent 40%),
      #0d0d0d !important;
  }

  .menu-section .half-container .txt_container {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
  }

  .menu-section .m_title {
    margin-bottom: 42px !important;
  }

  .menu-section .m_title h2 {
    font-size: 40px !important;
    line-height: 1.1;
    color: #fff !important;
  }

  .menu-section .m_title p {
    color: #978667 !important;
  }

  .menu-section .txt_container ul li {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .menu-section .txt_container ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .menu-section .txt_container ul li h3 {
    font-size: 22px !important;
    line-height: 1.35;
    color: #fff !important;
  }

  .menu-section .txt_container ul li p {
    font-size: 15px !important;
    line-height: 1.75;
    color: rgba(255,255,255,.68) !important;
  }

  .vertical-nav {
    display: none !important;
  }

  .top-nav {
    position: fixed !important;
    top: 18px !important;
    right: 18px !important;
    z-index: 9999 !important;
  }

  .top-nav a.back {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(0,0,0,.55) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    color: #fff !important;
    opacity: 1 !important;
    font-size: 24px !important;
    line-height: 1 !important;
    backdrop-filter: blur(8px);
  }

  .top-nav a.back i {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}