* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fffaf5;
  color: #241b18;
  font-family: Arial, sans-serif;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 7%;
  background: #fffaf5;
}

header a {
  color: #241b18;
  text-decoration: none;
}

nav {
  display: flex;
  gap: 24px;
}

.hero,
#menu,
.about,
.contact {
  display: block;
  padding: 80px 7%;
}

.hero img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
}

.category {
  display: none;
}

.category.active {
  display: block;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

article {
  padding: 24px;
  background: white;
  border: 1px solid #eaded5;
  border-radius: 12px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.tabs button {
  padding: 12px 18px;
  border: 1px solid #241b18;
  background: white;
  cursor: pointer;
}

.tabs button.active {
  background: #241b18;
  color: white;
}
.hero {
  min-height: 600px;
  padding: 150px 7% 130px;
  text-align: center;
}

.hero img {
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}

.hero h1 {
  font-size: clamp(64px, 9vw, 130px);
  margin: 25px 0;
  text-align: center;
}

.hero p,
.hero small {
  text-align: center;
}

.hero p {
  font-size: 20px;
}

.hero small {
  font-size: 13px;
  letter-spacing: 3px;
}

.hero .btn {
  display: inline-block;
}
body,
header,
.hero,
#menu,
.about,
.contact {
  background: #000;
  color: #fff;
}

header a {
  color: #fff;
}

article {
  background: #111;
  color: #fff;
  border-color: #333;
}

.tabs button {
  background: #111;
  color: #fff;
  border-color: #fff;
}

.tabs button.active {
  background: #fff;
  color: #000;
}
.product-image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 18px;
}
.featured-hako {
  margin: 45px auto 35px;
  padding: 55px 30px;
  max-width: 900px;
  text-align: center;
  border: 1px solid #8d6b35;
  border-radius: 18px;
  background: linear-gradient(135deg, #151515, #292016);
  color: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .25);
}

.featured-hako small {
  color: #d8b875;
  letter-spacing: 3px;
  font-size: 12px;
}

.featured-hako h2 {
  margin: 14px 0;
  color: #e7c982;
  font-size: clamp(42px, 7vw, 78px);
}

.featured-hako p {
  max-width: 680px;
  margin: 0 auto 18px;
  line-height: 1.8;
  font-size: 18px;
}

.featured-hako strong {
  color: #f1d99a;
}
.hako-image {
  display: block;
  width: 100%;
  max-width: 700px;
  height: 280px;
  object-fit: cover;
  margin: 25px auto;
  border-radius: 12px;
}
.important-notice {
  max-width: 850px;
  margin: 35px auto;
  padding: 28px 35px;
  text-align: center;
  background: #7d1515;
  color: #fff;
  border: 2px solid #e4b45c;
  border-radius: 14px;
  box-shadow: 0 0 25px rgba(228, 180, 92, .3);
}

.important-notice span {
  display: block;
  margin-bottom: 12px;
  color: #ffd36a;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
}

.important-notice p {
  margin: 0 auto 15px;
  font-size: 19px;
  line-height: 1.7;
}

.important-notice strong {
  color: #ffd36a;
  font-size: 17px;
}
.hako-image {
  display: block;
  width: 100%;
  max-width: 700px;
  height: 280px;
  object-fit: cover;
  margin: 25px auto;
  border-radius: 12px;
}
.featured-hako .hako-image {
  display: block;
  width: 100%;
  max-width: 700px;
  height: 280px;
  object-fit: cover;
  margin: 25px auto;
  border-radius: 12px;
}
.hako-prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 25px auto;
}

.hako-prices span {
  padding: 12px 18px;
  border: 1px solid #d8b875;
  border-radius: 8px;
  color: #fff;
}

.hako-prices b {
  color: #f1d99a;
  margin-left: 5px;
}
@media (max-width: 600px) {
  .hero .btn + .btn {
    margin-left: 0;
    margin-top: 12px;
  }
}
.hero .btn + .btn {
  margin-left: 18px;
}
.onigiri-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 850px;
  margin: 30px auto;
}

.onigiri-slides {
  width: 100%;
  max-width: 700px;
}

.onigiri-slide {
  display: none;
  margin: 0;
  text-align: center;
}

.onigiri-slide.active {
  display: block;
}

.onigiri-slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 14px;
}

.onigiri-slide figcaption {
  margin-top: 14px;
  color: #e7c982;
  font-size: 22px;
  font-weight: bold;
}

.slider-btn {
  width: 45px;
  height: 45px;
  border: 1px solid #d8b875;
  border-radius: 50%;
  background: #111;
  color: #e7c982;
  font-size: 35px;
  line-height: 30px;
  cursor: pointer;
}

.slider-btn:hover {
  background: #d8b875;
  color: #111;
}
.onigiri-banner {
  display: block;
  width: 100%;
  max-width: 850px;
  height: 380px;
  object-fit: cover;
  margin: 25px auto 40px;
  border-radius: 16px;
}