/*
  Thai Sumo Hibachi custom SEO/design polish
  Keeps the hero food image visible while improving contrast, mobile layout,
  local search sections, and CTA clarity.
*/

:root {
  --sumo-orange: #ff5600;
  --sumo-orange-dark: #d94600;
  --sumo-ink: #17110d;
  --sumo-cream: #fff7ed;
  --sumo-line: rgba(23, 17, 13, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fffdf8;
}

.header-area.header-transparent {
  position: absolute;
  width: 100%;
  z-index: 20;
}

.main-header {
  padding-top: 14px;
}

.main-header .container-fluid {
  max-width: 1720px;
  padding-left: 48px;
  padding-right: 48px;
}

.logo img {
  max-width: 116px;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.28));
}

.menu-main {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: auto !important;
}

#navigation {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.main-menu ul li {
  margin: 0;
}

.main-menu ul li a,
#navigation li a {
  color: #fff !important;
  padding: 12px 18px !important;
  font-size: 15px;
  font-weight: 800 !important;
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42) !important;
  border-radius: 999px;
}

.main-menu ul li a:hover,
#navigation li a:hover {
  color: #fff !important;
  background: rgba(255, 86, 0, 0.92);
}

.header-right-btn .border-btn {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sumo-orange), #ff7a1a);
  box-shadow: 0 18px 35px rgba(255, 86, 0, 0.26);
  padding: 20px 34px;
  font-size: 15px;
  font-weight: 800;
}

.slider-area,
.single-slider {
  position: relative;
  overflow: hidden;
}

.single-slider {
  background-image: url("../img/hero/h1_hero-optimized.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
}

.single-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(23, 17, 13, 0.76) 0%, rgba(23, 17, 13, 0.36) 42%, rgba(23, 17, 13, 0.08) 75%),
    linear-gradient(0deg, rgba(23, 17, 13, 0.26), rgba(23, 17, 13, 0.08));
  pointer-events: none;
}

.single-slider .container {
  position: relative;
  z-index: 1;
}

.hero__caption {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: block !important;
  max-width: 800px !important;
}

.hero__caption span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  padding: 9px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35) !important;
}

.hero__caption h1 {
  color: #fff !important;
  max-width: 760px;
  font-size: clamp(44px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 800 !important;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.45) !important;
}

.hero__caption p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500 !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.36) !important;
}

.hero__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero__btn .btn {
  margin: 0;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(255, 86, 0, 0.28);
}

.hero__btn .hero-btn-light,
.visit-actions .btn-outline {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  box-shadow: none;
}

.about-low-area {
  background:
    radial-gradient(circle at top left, rgba(255, 86, 0, 0.08), transparent 32%),
    #fffdf8;
}

.about-caption {
  padding: 36px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(23, 17, 13, 0.08);
  border: 1px solid var(--sumo-line);
}

.local-proof {
  padding: 18px 20px;
  border-left: 4px solid var(--sumo-orange);
  border-radius: 16px;
  background: var(--sumo-cream);
  color: #3c2b20;
}

.about-img img,
.blog-img img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(23, 17, 13, 0.14);
}

.single-blogs {
  height: calc(100% - 100px);
  padding: 14px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--sumo-line);
  box-shadow: 0 20px 60px rgba(23, 17, 13, 0.08);
}

.single-blogs .blog-cap {
  padding: 18px 10px 6px;
}

.single-blogs .blog-cap h4 {
  margin-bottom: 0;
  font-weight: 800;
  color: var(--sumo-ink);
}

.local-seo-section {
  background: linear-gradient(180deg, #fffdf8, var(--sumo-cream));
}

.visit-card,
.map-card,
.faq-card {
  height: 100%;
  border: 1px solid var(--sumo-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(23, 17, 13, 0.08);
}

.visit-card {
  padding: 38px;
}

.visit-card .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--sumo-orange);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
}

.visit-card h2 {
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  color: var(--sumo-ink);
}

.visit-card p,
.faq-card p,
.visit-list li {
  color: #5b4a3f;
}

.visit-list {
  margin: 24px 0;
}

.visit-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(23, 17, 13, 0.08);
  line-height: 1.6;
}

.visit-list a,
.footer-area a {
  color: inherit;
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.visit-actions .btn {
  margin: 0;
  padding: 24px 28px;
  border-radius: 999px;
}

.visit-actions .btn-outline {
  color: var(--sumo-orange);
  border-color: rgba(255, 86, 0, 0.28);
  background: #fff;
}

.map-card {
  padding: 12px;
  overflow: hidden;
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 460px;
  border-radius: 24px;
}

.faq-section {
  background: #fffdf8;
}

.faq-card {
  padding: 28px;
}

.faq-card h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--sumo-ink);
}

.faq-card p {
  margin-bottom: 0;
}

.footer-area .contact-info h3,
.footer-area .contact-info p {
  color: #fff !important;
}

.footer-cta-card {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.footer-cta-card h4 {
  color: #fff;
  font-weight: 800;
}

.footer-cta-card p {
  color: rgba(255, 255, 255, 0.86);
}

.footer-cta-card .btn {
  margin: 0;
  padding: 22px 28px;
  border-radius: 999px;
}

@media (max-width: 991px) {
  .main-header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo img {
    max-width: 92px;
  }

  .hero__caption h1 {
    font-size: clamp(38px, 11vw, 62px);
  }

  .hero__caption p {
    font-size: 16px;
  }

  .about-caption,
  .visit-card {
    padding: 28px;
  }

  .map-card {
    margin-top: 24px;
  }
}

@media (max-width: 575px) {
  .hero__btn {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__btn .btn,
  .visit-actions .btn {
    width: 100%;
    text-align: center;
  }

  .map-card iframe {
    min-height: 360px;
  }
}
