/* Responsive Module: Mobile (576px and 375px) */

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-hero,
  .hero {
    padding: 132px 0 64px;
    min-height: 360px;
  }

  .page-hero h1,
  .hero__title,
  h1 {
    font-size: clamp(2.2rem, 11vw, 3rem);
    line-height: 1.02;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .page-hero p,
  .hero__description {
    font-size: 0.94rem;
  }

  h2,
  .section__title,
  .content-block h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem) !important;
    line-height: 1.04;
  }

  .section {
    padding: 34px 0;
  }

  .content-block,
  .tour-card,
  .info-box,
  .legal-content,
  .announcement-card,
  .land-card,
  .news-full-card {
    padding: 20px 18px !important;
    border-radius: 22px !important;
  }

  .content-section {
    margin: 44px 0;
  }

  .editorial-split__image,
  .land-card__media img,
  .news-full-card__image {
    min-height: 250px !important;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 16px;
  }

  .hero,
  .page-hero {
    padding: 140px 0 68px;
    min-height: 360px;
  }

  .hero__bg,
  .page-hero__bg {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .hero__title {
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.05;
  }

  .page-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.15rem);
  }

  .hero__subtitle {
    font-size: 16px;
  }

  .hero__description {
    font-size: 14px;
    line-height: 1.6;
  }

  .section {
    padding: 36px 0;
  }

  .section__title {
    font-size: clamp(1.95rem, 8vw, 2.5rem);
    margin-bottom: 22px;
  }

  .form-input,
  .form-textarea,
  .form-select {
    font-size: 15px;
    padding: 12px 16px;
  }

  .btn {
    padding: 13px 24px;
    font-size: 13px;
    width: 100%;
  }

  .btn:not(.btn--block) {
    max-width: 100%;
  }

  .product-card {
    padding: 0;
    min-height: 0;
    border-radius: 18px;
  }

  .product-card__image-wrapper {
    height: 190px;
  }

  .product-card__image {
    height: 180px !important;
    background: linear-gradient(180deg, rgba(250, 247, 242, 0.96), rgba(241, 235, 227, 0.94));
  }

  .product-card__title {
    font-size: 14px;
  }

  .product-card__price {
    font-size: 17px;
  }

  .product-card__content {
    padding: 10px 10px 12px;
    gap: 6px;
  }

  .product-card__desc {
    font-size: 12px;
    min-height: 36px;
    max-height: 36px;
    margin-bottom: 8px;
  }

  .awards__grid,
  .news__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .news-full-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .news-card {
    padding: 18px;
  }

  .news-card__title {
    font-size: 16px;
  }

  .award-item {
    padding: 25px 16px;
  }

  .award-item__number {
    font-size: 40px;
  }

  .modal__content {
    padding: 24px 16px;
    margin: 10px auto;
  }

  .modal__title {
    font-size: 20px;
  }

  .age-verification__content {
    padding: 30px 16px !important;
  }

  .age-verification__title {
    font-size: 18px;
  }

  .logo__main {
    font-size: 20px;
  }

  .logo__sub {
    font-size: 9px;
  }

  .h__actions {
    gap: 8px;
  }

  .header__icon {
    width: 20px;
    height: 20px;
  }

  .cart__badge {
    width: 16px;
    height: 16px;
    font-size: 9px;
  }

  .h__nav {
    padding: max(88px, env(safe-area-inset-top, 20px)) 16px max(24px, env(safe-area-inset-bottom, 16px));
  }

  .product-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .nav__link {
    font-size: 16px;
    padding: 12px 16px;
  }

  .category-filter-btn {
    font-size: 11px;
    padding: 8px 14px;
  }

  .add-to-cart-btn {
    font-size: 11px !important;
    padding: 12px 10px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    letter-spacing: 0.3px !important;
  }

  .feedback-btn:not(.nav-feedback-btn) {
    position: fixed !important;
    width: calc(100% - 32px) !important;
    left: 16px !important;
    right: auto !important;
    bottom: 16px !important;
    padding: 14px 20px !important;
    font-size: 13px !important;
    z-index: 999 !important;
  }
}

@media (max-width: 375px) {
  .container {
    padding: 0 12px;
  }

  .hero__title {
    font-size: clamp(2rem, 11vw, 2.4rem);
  }

  .page-hero h1 {
    font-size: clamp(2rem, 11vw, 2.55rem);
  }

  .section__title {
    font-size: clamp(1.7rem, 8vw, 2.15rem);
  }

  .section {
    padding: 30px 0;
  }

  .product-card {
    padding: 0;
    min-height: 0;
  }

  .product-card__content {
    padding: 10px 10px 12px;
  }

  .product-card__image {
    height: 168px !important;
  }

  .product-card__title {
    font-size: 13px !important;
    min-height: 34px !important;
    max-height: 34px !important;
  }

  .product-card__price {
    font-size: 16px !important;
  }

  .add-to-cart-btn {
    font-size: 10px !important;
    padding: 10px 8px !important;
  }

  .btn {
    padding: 12px 20px;
    font-size: 12px;
  }

  .modal__content {
    padding: 20px 12px;
  }

  .age-verification__content {
    padding: 25px 12px !important;
  }

  .age-verification__title {
    font-size: 16px;
  }

  .age-verification__text {
    font-size: 13px;
  }

  .age-verification__confirm-btn,
  .age-verification__deny-btn {
    padding: 12px 20px;
    font-size: 13px;
  }
}
