.main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  margin: 0 auto;
}

.main-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: brightness(0.8);
}

.main-copy {
  position: absolute;
  left: 10%;
  top: 15%;
  writing-mode: vertical-rl;
}

.main-copy h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}

.main-copy h1 span {
  background: #000;
  display: inline-block;
  margin-right: 2rem;
  padding: 20px 0;
}

.main-copy h1 .brown {
  margin-right: 0;
  padding: 0;
  color: #b68f65;
}

.about {
  background: url(../img/bk-2.jpg) no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.about h2 {
  color: #fff;
}

.about .title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
}

.about-inner {
  max-width: 990px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}

.about .media {
  display: grid;
}

.about .media._normal {
  grid-template-columns: 667fr 500fr;
}

.about .media._reverse {
  grid-template-columns: 500fr 667fr;
}

.about-text {
  margin-top: auto;
  margin-bottom: 0;
  color: #fff;
  z-index: 5;
}

.about-text .title {
  height: 50px;
  background: #fff;
  color: #000;
  display: inline-block;
  padding-inline: 20px;
  margin-bottom: 0;
}

.about-text .title span {
  color: #a8191d;
}

.about-images {
  height: 330px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.media._reverse .about-images {
  margin-left: -175px;
  grid-column: 2;
  grid-row: 1;
}

.media._normal .about-images {
  margin-right: -175px;
}

.about-images::after {
  position: absolute;
  top: 30px;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.media._normal .about-images::after {
  right: 30px;
  background: #000;
}

.media._reverse .about-images::after {
  left: 30px;
  background: url(../img/image1-1.jpg) no-repeat;
  background-size: cover;
}

.about-images img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.owner {
  max-width: 100%;
  position: relative;
  background: #b68f65;
}

.owner::before {
  content: "";
  width: 82px;
  height: 100%;
  background: #A8191d;
  position: absolute;
  left: 10%;
  top: 0;
}

.owner-profile h2 {
  text-align: left;
  margin-bottom: 15px;
  line-height: 1;
}

.owner-profile h2 span {
  color: #A8191d;
}

.owner-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.owner-profile {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
}

.owner-text {
  max-width: 665px;
}

.owner-text h3 {
  font-size: 16px;
  font-weight: 700;
}

.owner-profile img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.menu {
  background: url(../img/bk-4.jpg) no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.menu-img {
  position: absolute;
  background: #707070;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1 /1;
  border-radius: 50%;
  z-index: -1;
}

.menu-img1 {
  width: 30vw;
  top: 8%;
  left: -5%;
  background-image: url(../img/menu-whisky1.jpg);
}

.menu-img2 {
  width: 30vw;
  bottom: 18%;
  left: -10%;
  background-image: url(../img/menu-yamazaki.jpg);
}

.menu-img3 {
  width: 40vw;
  bottom: 5%;
  right: -6%;
  background-image: url(../img/tuzita.jpg);
}

.menu-img4 {
  width: 17vw;
  top: 10%;
  right: 10%;
  background-image: url(../img/menu-whisky2.jpg);
}

.menu-img5 {
  width: 17vw;
  top: 46%;
  right: 25%;
  background-image: url(../img/naporitan.jpg);
}

.menu .menu-text {
  max-width: 468px;
  margin: 0 auto;
}

.menu-text .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.menu-text .desc {
  font-size: 16px;
}

.menu-text._bottom {
  margin-top: 250px;
  margin-left: 14%;
}

.menu .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu .flex._top {
  max-width: 724px;
  gap: 200px;
  margin-left: 28%;
  margin-top: 65px;
}

.menu .flex._under {
  max-width: 491px;
  gap: 60px;
  margin-left: 20%;
  margin-top: 100px;
}

.menu-block {
  min-width: 250px;
}

.menu .flex._top .menu-block {
  width: 262px;
}

.menu .flex._under .menu-block {
  width: 216px;
}

.menu-block.food {
  margin-top: 60px;
}

.menu-block.beer {
  margin-top: 140px;
}

.menu-block h3 {
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  border-bottom: 8px double;
}

.menu-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-block li {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}

.products {
  background: url(../img/bk-5.jpg) no-repeat;
  background-size: 60% 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.products h2 {
  color: #fff;
}

.products-img {
  display: flex;
  flex-direction: column;
}

.products-img1 {
  width: 30vw;
  aspect-ratio: 1 / 1;
  background-color: #707070;
  border-radius: 50%;
  margin-left: -40px;
}

.products-img1 img {
  border-radius: 50%;
}

.products-img2 {
max-width: 500px;
width: 100%;
margin-top: -80px;
}

.products-inner {
  display: flex;
}

.products-info {
  margin-top: 60px;
  text-align: center;
  color: #d7cdc4;
  font-size: 18px;
  line-height: 2;
  width: 100%;
}

.products-info p {
  margin: 0 auto 70px;
  max-width: 780px;
}

.btn-products {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a8191d;
  color: #fff;
  width: 100%;
  max-width: 700px;
  padding: 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin: 0 auto;
}

.products-list {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 84px;
}

.product-text {
  font-size: 12px;
  color: #fff;
  line-height: 1;
}

.product-item {
  text-align: center;
  width: 180px;
}

.product-item img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .main-img {
    height: 400px;
  }

  .main-copy h1 {
    font-size: 20px;
  }

  .menu-inner,
  .work-inner,
  .access-inner {
    flex-direction: column;
    gap: 24px;
  }

  .about .media {
    display: block;
  }

  .about-text {
    margin-bottom: 40px;
  }

  .media._normal .about-images {
    margin-right: -16px;
  }

  .media._reverse .about-images {
    margin-left: -16px;
  }

  .about-images img {
    width: 100%;
  }

  .about-images::after {
    top: 16px;
  }

  .media._normal .about-images::after {
    right: 16px;
  }

  .media._reverse .about-images::after {
    left: 16px;
  }

  .owner-profile {
    flex-direction: column;
    gap: 16px;
  }

  .products-inner {
    margin-top: 60px;
    flex-direction: column;
  }

.products-img1 {
  width: 50vw;
  }

  .products-img2 {
    margin-top: -20px;
  }

  .products-list {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 60px;
  }

  .product-item {
    width: 100%;
  }

  .products-info {
    margin-top: 60px;
  }

  .products-info p {
    margin-bottom: 24px;
  }

  .btn-products {
    max-width: 320px;
    padding: 24px;
  }

  .menu .flex {
    flex-wrap: wrap;
  }

  .menu .flex._top {
    gap: 20px;
    margin-left: 0;
    margin-top: 0;
  }

  .menu .flex._under {
    gap: 20px;
    margin-left: 0;
    margin-top: 0;
  }

  .menu-block.food {
    margin-top: 0;
  }

  .menu-block.beer {
    margin-top: 0;
  }

  .menu-text._bottom {
    margin-top: 40px;
    margin-left: 0;
  }

  .menu-img1 {
    top: 1%;
  }

  .menu-img2 {
    bottom: 57%;
    left: 72%;
  }

  .menu-img3 {
    width: 40vw;
    bottom: 20%;
    right: 2%;
  }

  .menu-img4 {
    top: 3%;
    right: 5%;
    width: 25vw;
  }

  .menu-img5 {
    top: 55%;
    right: -3%;
    width: 30vw;
  }


  .contact .btn-center {
    gap: 20px;
  }

  .access-inner img {
    width: 100%;
  }

  .work-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
  }

  .work-img {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

.highlight {
  font-size: 1.1em;
  color: #b68f65;
  font-weight: bold;
}

/* Scroll reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: opacity 300ms ease, transform 300ms ease;
    transform: translateY(16px);
  }
}

@media (max-width: 900px) {
  .reveal {
    transition-duration: 500ms;
    transform: translateY(40px);
  }
}