/* ========= Reset ========= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 106.25%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65em;
  color: #3a3a3a;
  background: #ffffff;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #0274be;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 125px;
  line-height: 0.8em;
  text-transform: capitalize;
}

h2 {
  font-size: 55px;
  line-height: 0.9em;
}

h3 {
  font-size: 38px;
  line-height: 1.1em;
}

h4 {
  font-size: 26px;
}

/* ========= Header ========= */
.site-header {
  position: relative;
  z-index: 10;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-branding .custom-logo {
  max-width: 110px;
  height: auto;
}

.site-navigation .main-header-menu {
  list-style: none;
  display: flex;
  gap: 0;
}

.site-navigation .menu-item {
  position: relative;
}

.site-navigation .menu-link {
  display: block;
  padding: 20px 16px;
  color: #3a3a3a;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.site-navigation .menu-link:hover,
.site-navigation .current-menu-item .menu-link {
  color: #0274be;
}

/* ========= Hero ========= */
.hero-section {
  position: relative;
  min-height: 100vh;
  background-color: #ffffff;
  background-image: url("fuzenmain.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: #000000;
  opacity: 0.31;
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  padding: 150px 35px;
  text-align: left;
}

.hero-title {
  color: #ffffff;
  margin: 0 0 0.2em;
}

.hero-subtitle {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 1.2em;
}

.hero-button-wrap {
  margin-top: 10px;
}

.hero-button {
  display: inline-block;
  background-color: #F8C73A;
  color: #000000;
  fill: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  border-radius: 3px;
  transition: filter 0.2s ease;
}

.hero-button:hover {
  filter: brightness(0.92);
}

/* ========= Info Section ========= */
.info-section {
  background-color: #000000;
  padding: 30px 0;
}

.info-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-card {
  flex: 1 1 25%;
  display: flex;
  align-items: flex-start;
  padding: 15px;
  min-width: 220px;
}

.info-icon {
  margin-right: 15px;
  flex-shrink: 0;
}

.info-icon svg {
  width: 33px;
  height: 33px;
  fill: #ffffff;
}

.info-content {
  color: #ffffff;
}

.info-title {
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 8px;
}

.info-desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}

/* ========= Promo Section ========= */
.promo-section {
  background: linear-gradient(180deg, #414141 8%, #808080 67%);
  padding: 30px 35px;
  text-align: center;
}

.promo-heading {
  color: #FC0000;
  margin-bottom: 0.2em;
}

.promo-subheading {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
}

/* ========= Map ========= */
.map-section iframe {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
}

/* ========= Footer ========= */
.site-footer {
  background: #f9f9f9;
  padding: 20px 35px;
  border-top: 1px solid #eaeaea;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #666;
}

/* ========= Menu Page ========= */
.menu-hero {
  background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 100px 20px;
  text-align: center;
}

.menu-eyebrow {
  color: #F8C73A;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.menu-hero-title {
  color: #ffffff;
  font-size: 96px;
  line-height: 0.9;
  text-transform: capitalize;
  margin: 0;
}

.menu-section {
  padding: 70px 20px;
  background: #ffffff;
}

.menu-section-alt {
  background: #f6f6f6;
}

.menu-container {
  max-width: 1100px;
  margin: 0 auto;
}

.menu-section-title {
  text-align: center;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 18px;
}

.menu-section-title::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background: #F8C73A;
  margin: 18px auto 0;
}

.menu-subheading {
  font-size: 26px;
  margin: 40px 0 20px;
  color: #222;
}

.menu-note {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  color: #666;
  margin-bottom: 28px;
}

/* Special cards */
.special-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.special-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.special-price-block {
  background: #111;
  color: #fff;
  padding: 28px 24px;
  text-align: center;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.special-cash {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #F8C73A;
  margin-bottom: 6px;
}

.special-price {
  font-size: 46px;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

.special-included {
  font-size: 12px;
  color: #d4d4d4;
  margin-top: 10px;
  line-height: 1.4;
}

.special-body {
  padding: 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.special-label {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #c62828;
  margin-bottom: 8px;
}

.special-title {
  font-size: 26px;
  line-height: 1.2;
  color: #111;
  margin: 0;
}

/* Item grids */
.item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.item-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.item {
  position: relative;
  background: #ffffff;
  border: 1px solid #ececec;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.menu-section-alt .item {
  background: #ffffff;
}

.item:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}

.item-title {
  font-size: 20px;
  line-height: 1.25;
  color: #111;
  margin-bottom: 6px;
}

.item-desc {
  font-size: 14px;
  line-height: 1.45;
  color: #555;
  margin-bottom: 12px;
  flex: 1;
}

.item-price {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #c62828;
  align-self: flex-start;
}

/* Price tables */
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.price-table th,
.price-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
}

.price-table th {
  background: #111;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-table th:not(:first-child),
.price-table td:not(:first-child) {
  text-align: center;
  width: 160px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #c62828;
}

.price-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.price-table tbody tr:hover {
  background: #fff8e1;
}

/* ========= Contact / Inner Pages ========= */
.page-hero {
  position: relative;
  min-height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background-color: #000000;
  opacity: 0.45;
  z-index: 1;
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
}

.page-hero-title {
  color: #ffffff;
  font-size: 72px;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}

.contact-section {
  padding: 80px 35px;
  background: #fafafa;
}

.contact-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.contact-card {
  background: #ffffff;
  padding: 40px 28px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.contact-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card-icon svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

.contact-card-title {
  font-size: 24px;
  color: #111;
  margin-bottom: 16px;
}

.contact-card-line {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 10px;
}

.contact-card-line a {
  color: #111;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.contact-card-line a:hover {
  border-bottom-color: #111;
}

.contact-ig-link {
  font-weight: 700;
}

/* ========= Responsive ========= */
@media (max-width: 1024px) {
  .hero-section {
    min-height: 10vh;
    background-attachment: scroll;
    padding: 0 25px 125px;
  }
  .hero-container {
    padding: 80px 0 0;
  }
  h1 { font-size: 90px; }
  h2 { font-size: 44px; }
  .info-card { flex: 1 1 50%; }
  .contact-grid { grid-template-columns: 1fr; }
  .page-hero-title { font-size: 54px; }
  .contact-section { padding: 60px 20px; }
  .menu-hero-title { font-size: 64px; }
  .menu-section-title { font-size: 42px; }
  .item-grid { grid-template-columns: 1fr 1fr; }
  .item-grid-2 { grid-template-columns: 1fr; }
  .special-grid { grid-template-columns: 1fr; }
  .price-table th,
  .price-table td { padding: 10px 12px; font-size: 13px; }
  .price-table th:not(:first-child),
  .price-table td:not(:first-child) { width: 90px; }
}

@media (max-width: 600px) {
  .item-grid { grid-template-columns: 1fr; }
  .menu-hero-title { font-size: 48px; }
  .special-card { flex-direction: column; }
  .special-price-block { min-width: 0; }
}

@media (max-width: 767px) {
  .header-inner {
    padding: 10px 20px;
  }
  .site-navigation .main-header-menu {
    gap: 0;
  }
  .site-navigation .menu-link {
    padding: 10px 8px;
    font-size: 14px;
  }
  .hero-section {
    padding: 0 20px 40px;
  }
  .hero-container {
    padding: 150px 0 0;
  }
  h1 { font-size: 70px; }
  h2 { font-size: 34px; }
  .info-card { flex: 1 1 100%; }
  .promo-subheading { font-size: 20px; }
}
