body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: #f4ede1;
  color: #2f190e;
}

.hero-banner {
  background: #ffffff;
  padding: 1.35rem 0 1rem;
  border-bottom: 1px solid #e8dcc8;
}

.hero-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 74px;
}

.hero-brand-wrap {
  text-align: center;
}

.hero-logo {
  max-width: 245px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.burger-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.burger-btn:focus {
  outline: none;
  box-shadow: none;
}

.burger-lines,
.burger-lines::before,
.burger-lines::after {
  position: absolute;
  left: 9px;
  width: 34px;
  height: 4px;
  background: #6b3014;
  border-radius: 999px;
  content: "";
  display: block;
}

.burger-lines {
  top: 24px;
}

.burger-lines::before {
  top: -10px;
}

.burger-lines::after {
  top: 10px;
}

.menu-wrap {
  margin-top: 0.9rem;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  background: #fffaf2;
  border: 1px solid #e4d1b4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(77, 42, 18, 0.08);
}

.mobile-menu a {
  color: #4b2b18;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.95rem 1rem;
  border-bottom: 1px solid #ecdcc5;
}

.mobile-menu a:last-child {
  border-bottom: 0;
}

.mobile-menu a:hover {
  background: #fff3df;
  color: #6b3014;
}

.coffee-comparison-section {
  background: #f4ede1;
  padding-bottom: 80px;
}

.intro-block {
  max-width: 980px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 700;
  color: #3c1d0f;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.comparison-intro,
.comparison-subintro {
  font-size: 1.18rem;
  line-height: 1.75;
  color: #2f190e;
}

.comparison-subintro {
  margin-top: 1.3rem;
}

.deal-card {
  background: transparent;
  border: 1px solid #d8c4ab;
  padding: 0 0 1rem;
  text-align: center;
  height: 100%;
}

.deal-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.deal-body {
  padding: 1.25rem 1.2rem 0;
}

.deal-title {
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: 700;
  color: #3a1c0e;
  margin-bottom: 1rem;
  min-height: 4.2rem;
}

.deal-price {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
  color: #6b3014;
  margin-bottom: 1.25rem;
}

.btn-amazon {
  display: inline-block;
  width: 100%;
  max-width: 295px;
  background: linear-gradient(to bottom, #f8d66e, #e3a91a);
  color: #2d1b07;
  border: 1px solid #af7f13;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  border-radius: 4px;
  padding: 0.9rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 2px 6px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.btn-amazon:hover,
.btn-amazon:focus {
  background: linear-gradient(to bottom, #f9dc7e, #e6ac14);
  color: #2d1b07;
}

.disclaimer {
  border-top: 1px solid #d8c4ab;
  padding-top: 1.5rem;
  color: #3e281d;
  font-size: 1.05rem;
}

@media (max-width: 991.98px) {
  .deal-title {
    font-size: 1.45rem;
    min-height: 3.3rem;
  }

  .deal-price {
    font-size: 1.7rem;
  }

  .comparison-intro,
  .comparison-subintro {
    font-size: 1.08rem;
  }
}

@media (max-width: 575.98px) {
  .hero-banner {
    padding: 1rem 0 0.75rem;
  }

  .hero-bar {
    min-height: 62px;
  }

  .hero-logo {
    max-width: 185px;
  }

  .burger-btn {
    width: 46px;
    height: 46px;
  }

  .burger-lines,
  .burger-lines::before,
  .burger-lines::after {
    left: 8px;
    width: 30px;
    height: 3px;
  }

  .burger-lines {
    top: 22px;
  }

  .burger-lines::before {
    top: -9px;
  }

  .burger-lines::after {
    top: 9px;
  }

  .deal-body {
    padding: 1rem 1rem 0;
  }

  .deal-title {
    font-size: 1.28rem;
    min-height: auto;
  }

  .deal-price {
    font-size: 1.5rem;
  }

  .btn-amazon {
    font-size: 0.98rem;
    padding: 0.8rem 0.9rem;
  }
}
