:root {
  --tanaka-red: #e1002f;
  --tanaka-dark: #2b2f3e;
  --tanaka-ink: #3b3d42;
  --tanaka-muted: #767675;
  --tanaka-soft: #f6f6f4;
  --tanaka-line: #e7e2dc;
}

* {
  box-sizing: border-box;
}

body {
  color: var(--tanaka-muted);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  background: #fff;
  padding-top: 183px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--tanaka-red);
}

img {
  max-width: 100%;
}

.site-header {
  background: #0f0f0f;
  box-shadow: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: box-shadow 0.25s ease;
  z-index: 1030;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 28px rgba(31, 34, 43, 0.08);
}

.social-links {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.social-links a {
  align-items: center;
  background: #2d2d32;
  border: 1px solid #2d2d32;
  border-radius: 50%;
  color: #bdbdbd;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  letter-spacing: 0;
  width: 28px;
}

.social-links a:hover {
  background: #fff;
  border-color: #fff;
  color: #2d2d32;
}

.social-links-dark a {
  border-color: var(--tanaka-line);
}

.navbar {
  background: #0f0f0f;
  min-height: 167px;
  padding-bottom: 21px;
  padding-top: 21px;
  transition: min-height 0.25s ease, padding 0.25s ease;
}

.navbar-brand img {
  display: block;
  height: auto;
  transition: width 0.25s ease;
}

.navbar-brand {
  margin: 0 0 18px;
  transition: margin 0.25s ease;
}

.navbar-collapse {
  flex-basis: auto;
  justify-content: center;
  width: 100%;
}

.navbar-nav {
  gap: 18px;
  transition: gap 0.25s ease;
}

.navbar-toggler {
  border: 0;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-header.is-scrolled .navbar {
  min-height: 82px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.site-header.is-scrolled .navbar > .container {
  flex-direction: row !important;
  gap: clamp(32px, 8vw, 96px);
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 48px);
  padding-left: 0;
  padding-right: 0;
  width: fit-content;
}

.site-header.is-scrolled .navbar-brand {
  margin-bottom: 0;
}

.site-header.is-scrolled .navbar-brand img {
  width: 148px;
}

.site-header.is-scrolled .navbar-collapse {
  flex: 0 0 auto;
  width: auto;
}

.site-header.is-scrolled .navbar-nav {
  gap: 14px;
}

.navbar .nav-link {
  color: #fff;
  font-size: 14px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.28px;
  padding-left: 0;
  padding-right: 0;
}

.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--tanaka-red);
}

.dropdown-menu {
  background: #2d2d32;
  border: 0;
  border-radius: 0;
  margin-top: 12px;
  min-width: 200px;
  padding: 13px 0;
}

.dropdown-item {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding: 9px 26px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: transparent;
  color: var(--tanaka-red);
}

.breadcrumb-spacer {
  background: #0f0f0f;
  height: 16px;
}

/* ============================================================
   HERO SWIPER
   ============================================================ */
.hero-section {
  margin-top: -20px;
  position: relative;
  overflow: hidden;
}

.hero-swiper {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
}

.hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1;
}

.hero-slide-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0 20px;
  max-width: 820px;
  /* Entry animation — triggered by Swiper active class */
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease 0.25s, transform 0.7s ease 0.25s;
}

.swiper-slide-active .hero-slide-inner {
  opacity: 1;
  transform: translateY(0);
}

.hero-kicker {
  color: #fff;
  font-family: Satisfy, Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
  margin-bottom: 0;
}

.hero-section h1 {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: 2px;
}

.hero-copy {
  color: rgba(255,255,255,0.92);
  font-size: clamp(15px, 2vw, 20px);
  line-height: 1.6;
  margin-bottom: 34px;
}

.hero-copy a {
  color: #fff;
  text-decoration: underline;
}

/* Swiper custom pagination */
.hero-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.55);
  opacity: 1;
  transition: background 0.3s, transform 0.3s;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: var(--tanaka-red);
  transform: scale(1.35);
}

.hero-swiper .swiper-pagination {
  bottom: 28px;
}

.btn-tanaka {
  background: var(--tanaka-red);
  border-color: var(--tanaka-red);
  border-radius: 0;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 14px 28px;
  text-transform: uppercase;
}

.btn-tanaka:hover,
.btn-tanaka:focus {
  background: #fff;
  border-color: #fff;
  color: var(--tanaka-red);
}

.category-grid {
  overflow: hidden;
}

.category-tile {
  color: #fff;
  display: block;
  width: 100%;
  aspect-ratio: 480 / 700;
  overflow: hidden;
  position: relative;
}

.category-tile::before {
  background: rgba(0, 0, 0, 0.22);
  content: "";
  inset: 0;
  position: absolute;
  transition: background 0.25s ease;
  z-index: 1;
}

.category-tile img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.35s ease;
  width: 100%;
}

.category-tile span {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 35px);
  font-weight: 800;
  left: 50%;
  line-height: 1.2;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform 0.35s ease, top 0.35s ease; /* Added transition for hover shift */
}

.category-tile:hover::before {
  background: rgba(225, 0, 47, 0.34);
}

.category-tile:hover img {
  transform: scale(1.05);
}

.category-tile:hover span {
  transform: translate(-50%, -80%); /* Moves text up on hover */
}

.testimonial-section {
  background: url("../img/bg_t.jpg") center / cover no-repeat;
  height: 661px;
  padding: 100px 15px;
}

.testimonial-section .container {
  max-width: 1182px;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-section .row {
  --bs-gutter-x: 0;
}

.testimonial-section .section-title {
  margin-bottom: 16px;
}

.section-title {
  margin: 0 auto 48px;
  max-width: 820px;
}

/* Default general titles (e.g. Chef Recommends) */
.section-title h2 {
  color: var(--tanaka-ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 16px;
}

.section-title p {
  font-size: 16px;
  margin: 0;
}

/* Testimonial Section title & subtitle */
.testimonial-section .section-title h2 {
  color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 29px;
  font-weight: 300;
  font-style: normal;
  line-height: 41px;
  margin-bottom: -10px;
}

.testimonial-section .section-title p {
  color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 40px;
}

.testimonial-card {
  background: transparent; /* No white background */
  border-radius: 0;
  box-shadow: none; /* No box shadow */
  padding: 60px 0 24px 45px; /* Increased top padding to make room for quote icon */
  position: relative;
  color: #fff;
}

.testimonial-card::before {
  color: #ffffff; /* White color */
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 45px; /* Aligned with the left-edge of the paragraph */
  top: 20px; /* Placed above the paragraph */
}

.testimonial-card p {
  color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 20px;
  min-height: 126px;
}

.testimonial-user {
  align-items: center;
  display: flex;
  gap: 15px;
}

.testimonial-user img {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 70px;
  width: 70px;
}

.testimonial-user .user-info {
  display: flex;
  flex-direction: column;
}

.testimonial-user h3 {
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin: 0 0 2px;
}

.testimonial-user span {
  color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 24.5px;
}

.chef-section {
  padding: 0 0 100px;
}

.chef-section > .container-fluid > .section-title {
  height: 219px;
  margin-bottom: 0;
  padding: 92px 15px 34px;
}

.menu-grid {
  background: #fff; /* Needs white background */
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.menu-card {
  background: #fff; /* Changed card background to white */
  min-width: 0;
  position: relative;
}

.menu-image-wrap {
  height: 380px; /* Default image wrapping height is 380px */
  overflow: hidden;
  position: relative;
}

.menu-card img {
  aspect-ratio: 480 / 380;
  display: block;
  height: 380px; /* Default height is 380px */
  object-fit: cover;
  width: 100%;
}

.menu-card-body {
  height: 132px;
  padding: 21px 15px 25px;
}

.badge-label {
  background: var(--tanaka-red);
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 10px;
  left: 15px;
  margin-bottom: 0;
  position: absolute;
  top: 15px;
  z-index: 2;
}

.price-row {
  align-items: baseline;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.price-row h3 {
  color: var(--tanaka-dark);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
}

.price-row span {
  color: var(--tanaka-red);
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 17px;
}

.menu-card p {
  font-size: 12px;
  line-height: 1.55;
  margin: 9px 0 0;
}

.chef-callout {
  background: #f8f9f0 url("../img/bg_0.jpg") center right / cover no-repeat;
  height: 535px;
  min-height: 0;
  padding: 130px 15px 160px;
}

.chef-callout h2 {
  color: #e1002f;
  font-family: Satisfy, Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 300;
  font-style: normal;
  line-height: 34.8px;
  margin-bottom: 12px; /* Appropriate gap below title */
}

.chef-callout h3 {
  color: #2b2f3e;
  font-family: Roboto, Arial, sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 41px;
  margin-top: 0;
  margin-bottom: 20px; /* Appropriate gap below subtitle */
}

.chef-callout p {
  color: #767675;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 28px;
}

.chef-callout .container {
  max-width: 1120px; /* Text width maximum default is 1120px */
}

.atmosphere-section h2 {
  color: #e1002f;
  font-family: Satisfy, Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 300;
  font-style: normal;
  line-height: 34.8px;
  margin-bottom: 12px; /* Appropriate gap below title */
}

.atmosphere-section h3 {
  color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 41px;
  margin-top: 0;
  margin-bottom: 20px; /* Appropriate gap below subtitle */
}

.atmosphere-section p {
  color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 35px; /* Appropriate gap before the button */
}

.atmosphere-section {
  background: url("../img/bg_1.png") center / cover fixed no-repeat;
  height: 506px;
  min-height: 0;
  padding: 120px 15px;
}

.atmosphere-section .container {
  max-width: 1180px; /* Content width max default 1180px */
}

.map-section {
  background: #d8ded6;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.site-footer {
  background: #0f0f0f;
  border-top: 0;
  padding: 0;
}

.footer-main {
  align-items: center;
  background: #0f0f0f;
  display: flex;
  min-height: 265px;
  padding: 60px 5px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 28px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  color: #fff;
  font-size: 14px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.28px;
}

.footer-bottom {
  background: #000;
  color: #7b7b7a;
  display: block;
  min-height: 53px;
  margin: 0;
  padding: 12px 0;
}

.footer-info {
  align-items: center;
  color: #bdbdbd;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px 16px;
  justify-content: center;
}

.footer-info a {
  color: #bdbdbd;
}

.footer-info a:hover {
  color: var(--tanaka-red);
}

.footer-divider {
  color: #3b3d42;
}

.hours-text {
  color: #8b8b8b;
}

.back-to-top {
  align-items: center;
  background: var(--tanaka-red);
  border: 0;
  bottom: 22px;
  color: #fff;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.16s ease, visibility 0.16s ease;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  position: fixed;
  right: 22px;
  width: 42px;
  z-index: 1000;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--tanaka-dark);
}

.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-title {
  color: var(--tanaka-dark);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 800;
}

.reservation-message {
  color: var(--tanaka-red);
  min-height: 22px;
}

@media (max-width: 1199.98px) {
  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 105px;
  }

  .navbar {
    min-height: auto;
  }

  .navbar-brand {
    margin-bottom: 0;
  }

  .navbar-nav {
    align-items: flex-start !important;
    gap: 4px;
    padding: 18px 0;
  }

  .site-header.is-scrolled .navbar-collapse {
    flex: 1 1 100%;
    width: 100%;
  }

  .site-header.is-scrolled .navbar > .container {
    gap: 0;
    justify-content: space-between !important;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
  }

  .hero-swiper {
    min-height: 520px;
    max-height: 720px;
    height: 85vh;
  }

  .chef-callout {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96)), url("../img/bg_0.jpg") center / cover no-repeat;
    padding: 90px 0;
  }
}

/* ==========================================
   NEW STYLES: Atmosphere Button, Gallery, & Contact Sections
   ========================================== */

.atmosphere-section .btn-tanaka {
  background: transparent;
  border: 2px solid var(--tanaka-red);
  color: #ffffff;
  padding-left: 55px; /* Slightly wider */
  padding-right: 55px;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.atmosphere-section .btn-tanaka:hover {
  background: var(--tanaka-red);
  color: #ffffff;
  border-color: var(--tanaka-red);
}

.gallery-section {
  padding: 100px 0;
  background: #0f0f0f;
}

.gallery-title {
  font-family: Satisfy, cursive;
  font-size: 29px;
  color: var(--tanaka-red);
  font-weight: 300;
  line-height: 34.8px;
  margin-bottom: 12px;
}

.gallery-subtitle {
  font-family: Roboto, sans-serif;
  font-size: 29px;
  color: #ffffff;
  font-weight: 300;
  line-height: 41px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gallery-desc {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #bdbdbd;
  font-weight: 300;
  line-height: 28px;
  max-width: 600px;
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 15px;
  padding: 0 15px;
}

.gallery-item {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Mosaic spans */
.gallery-item.item-1 {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item.item-4 {
  grid-column: span 2;
}

.gallery-item.item-6 {
  grid-row: span 2;
}

.gallery-item.item-7 {
  grid-column: span 2;
}

.gallery-item.item-9 {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s ease;
}

.gallery-overlay {
  background: rgba(15, 15, 15, 0.85);
  position: absolute;
  inset: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
  padding: 20px;
}

.gallery-overlay::before {
  content: '';
  position: absolute;
  inset: 15px;
  border: 1px solid var(--tanaka-red);
  opacity: 0;
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s ease;
}

.gallery-info {
  text-align: center;
  color: #fff;
  z-index: 1;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-info i {
  font-size: 24px;
  color: var(--tanaka-red);
  margin-bottom: 12px;
}

.gallery-info h4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.gallery-info span {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.5px;
  color: #bdbdbd;
  text-transform: uppercase;
}

/* Hover States */
.gallery-item:hover img {
  transform: scale(1.06);
  filter: blur(2px);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-overlay::before {
  opacity: 1;
  transform: scale(1);
}

.gallery-item:hover .gallery-info {
  transform: translateY(0);
}

.contact-info-section {
  background: #ffffff;
  padding: 80px 0;
  color: #2b2f3e;
}

.contact-info-section h2 {
  font-family: Roboto, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #2b2f3e;
  margin-bottom: 28px;
  line-height: 1.2;
}

.contact-info-section p {
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #767675;
  line-height: 1.8;
  margin-bottom: 15px;
}

.contact-info-section .red-text {
  color: var(--tanaka-red);
  text-decoration: none;
  font-weight: 400;
}

.contact-info-section .red-link {
  color: var(--tanaka-red);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}

.contact-info-section .red-link:hover {
  color: var(--tanaka-dark);
}

.contact-info-section .phone-number {
  font-size: 20px;
  margin-top: 5px;
}

.btn-reservation {
  background: var(--tanaka-red);
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 30px;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border: none;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.btn-reservation:hover {
  background: var(--tanaka-dark);
  color: #ffffff;
}

.contact-form-section {
  background: #f9f9f5;
  padding: 80px 0;
  color: #2b2f3e;
}

.contact-form-section h2 {
  font-family: Roboto, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #2b2f3e;
  margin-bottom: 28px;
  line-height: 1.2;
}

.contact-form-section p {
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #5c5c5a;
  line-height: 1.8;
  margin-bottom: 24px;
}

.contact-form-section .form-control {
  background: #ffffff;
  border: 1px solid #e0e0d8;
  border-radius: 4px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #2b2f3e;
  padding: 14px 18px;
  box-shadow: none;
}

.contact-form-section .form-control::placeholder {
  color: #9c9c95;
}

.contact-form-section .form-control:focus {
  border-color: var(--tanaka-red);
  background: #ffffff;
  outline: none;
  box-shadow: none;
}

.btn-submit {
  background: var(--tanaka-red);
  color: #ffffff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 45px;
  border-radius: 4px;
  text-transform: uppercase;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background: var(--tanaka-dark);
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .hero-copy {
    font-size: 18px;
  }

  .testimonial-section,
  .atmosphere-section {
    height: auto;
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .chef-section {
    padding-bottom: 70px;
  }

  .chef-section > .container-fluid > .section-title {
    height: auto;
    padding: 70px 15px 34px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card p {
    min-height: 0;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
  }

  .footer-info {
    flex-direction: column;
    gap: 6px;
  }

  .footer-divider {
    display: none;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 280px;
    gap: 15px;
  }

  .gallery-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    aspect-ratio: auto !important;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }
}

/* ==========================================
   LIGHTBOX VIEWER
   ========================================== */

/* Gallery items become clickable */
[data-lightbox] {
  cursor: zoom-in;
}

/* Backdrop */
.lb-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(5, 5, 5, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lb-backdrop.lb-open {
  opacity: 1;
  pointer-events: all;
}

/* Image stage */
.lb-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 78vh;
}

#lb-img {
  max-width: 90vw;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

#lb-img.lb-img-visible {
  opacity: 1;
  transform: scale(1);
}

/* Loader spinner */
.lb-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.lb-loader span {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: var(--tanaka-red);
  border-radius: 50%;
  animation: lb-spin 0.8s linear infinite;
  display: none;
}

.lb-loader.lb-loading span {
  display: block;
}

@keyframes lb-spin {
  to { transform: rotate(360deg); }
}

/* Close button */
.lb-close {
  position: fixed;
  top: 22px;
  right: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  z-index: 10001;
}

.lb-close:hover {
  background: var(--tanaka-red);
  border-color: var(--tanaka-red);
  transform: rotate(90deg) scale(1.1);
}

/* Prev / Next arrows */
.lb-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  z-index: 10001;
}

.lb-prev {
  left: 24px;
}

.lb-next {
  right: 24px;
}

.lb-arrow:hover {
  background: var(--tanaka-red);
  border-color: var(--tanaka-red);
}

.lb-prev:hover {
  transform: translateY(-50%) translateX(-3px);
}

.lb-next:hover {
  transform: translateY(-50%) translateX(3px);
}

/* Caption panel */
.lb-caption {
  text-align: center;
  margin-top: 22px;
  padding: 0 20px;
  color: #fff;
  min-height: 60px;
}

#lb-title,
.lb-title-text {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}

#lb-desc {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #bdbdbd;
}

/* Dot navigation */
.lb-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.lb-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}

.lb-dot.active {
  background: var(--tanaka-red);
  transform: scale(1.4);
}

.lb-dot:hover:not(.active) {
  background: rgba(255, 255, 255, 0.6);
}

/* Red accent bar above caption */
.lb-caption::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: var(--tanaka-red);
  margin: 0 auto 14px;
}

/* Keyboard hint */
.lb-hint {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Roboto, sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1px;
  pointer-events: none;
}

/* Mobile adjustments */
@media (max-width: 767.98px) {
  .lb-arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .lb-prev { left: 10px; }
  .lb-next { right: 10px; }

  #lb-img {
    max-width: 94vw;
    max-height: 65vh;
  }

  .lb-stage {
    max-width: 94vw;
    max-height: 65vh;
  }
}

/* ============================================================
   ORDER ONLINE — Fixed Side FAB (square, no animations)
   ============================================================ */
.order-online-fab {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;

  /* Perfect square */
  width: 72px;
  height: 72px;

  /* Brand red */
  background: var(--tanaka-red);
  color: #fff;
  text-decoration: none;

  /* Stack text vertically centered */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;

  /* Typography */
  font-family: Montserrat, Arial, sans-serif;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.35;
  text-align: center;
}

.order-online-fab span {
  display: block;
}

.order-online-fab:hover,
.order-online-fab:focus {
  color: #fff;
}
