:root {
  --user-header-offset: 80px;
  --user-green: #1b4e30;
  --user-green-deep: #0f361f;
  --user-green-soft: #14563a;
  --user-accent: #ffa827;
  --user-card-shadow: 0 14px 34px rgba(15, 36, 25, 0.12);
}

body {
  overflow-x: hidden;
}

img,
video,
iframe,
svg {
  max-width: 100%;
  height: auto;
}

main,
.menu-page,
.contact-wrapper,
.location-section,
.container,
#productContent {
  min-width: 0;
}

.mobile-topbar,
.mobile-nav-overlay,
.mobile-nav-drawer,
.mobile-hero-art,
.home-hero-copy,
.menu-banner-actions,
.slogan-subtext {
  display: none;
}

.home-desktop-cta {
  display: block;
  margin-bottom: 24px;
}

.header-call-btn {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1.5px solid rgba(255, 168, 39, 0.75);
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.header-call-btn:hover {
  background: rgba(255, 168, 39, 0.16);
  color: #fff;
}

.hero-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 26px;
  border: 1.5px solid rgba(255, 168, 39, 0.92);
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-outline-btn:hover {
  color: #fff;
  background: rgba(255, 168, 39, 0.14);
}

.category-count {
  display: none;
}

.menu-loading-state,
.menu-empty-state {
  padding: 48px 12%;
  color: var(--user-green);
}

.menu-loading-state {
  font-size: 18px;
  font-weight: 600;
}

.menu-empty-state h3 {
  margin: 0 0 10px;
  font-size: 28px;
}

.menu-empty-state p {
  margin: 0;
  color: #5f6e66;
  line-height: 1.6;
}

body.mobile-nav-open,
body.booking-open {
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1440px) {
  header {
    padding: 0 40px;
  }

  .left-group {
    gap: 18px;
  }

  .left-group::after {
    left: 106px;
  }

  .logo,
  .logo img {
    height: 54px;
  }

  .hotline .label {
    font-size: 13px;
  }

  .hotline .number {
    font-size: 18px;
  }

  .list {
    gap: 6px;
  }

  .list > li {
    padding: 0 6px;
  }

  .list li a {
    font-size: 14px;
  }

  .header-call-btn {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .list li .btn-booking {
    padding: 11px 18px;
    font-size: 14px;
  }

  .home-hero {
    height: clamp(400px, 37vw, 710px);
  }

  .home-hero .slides {
    height: 100%;
  }

  .home-hero .slide {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0;
  }

  .home-hero .prev,
  .home-hero .next {
    top: 50%;
  }

  .slogan-section {
    margin-top: 18px;
    margin-bottom: 48px;
    padding-top: 8px;
  }

  .slogan-text {
    font-size: clamp(48px, 5vw, 68px);
    line-height: 1.08;
  }

  .booking-overlay {
    padding: 24px;
    align-items: center;
  }

  .booking-popup {
    width: min(550px, calc(100vw - 48px));
    height: auto;
    max-height: calc(100vh - 120px);
    padding: clamp(24px, 2.2vw, 34px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }

  .booking-popup h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 3vw, 39px);
  }

  .booking-section h4 {
    margin: 12px 0 16px;
  }

  .booking-section input:not(.guest-input),
  .booking-section select,
  .booking-section textarea,
  .dropdown-selected,
  .date-trigger {
    font-size: 15px;
  }

  .booking-section textarea {
    min-height: 92px;
  }

  .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .field {
    min-width: 0;
  }

  .guest {
    width: 100%;
  }

  .guest-input {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
  }

  .action-row {
    margin-top: 12px;
    gap: 16px;
    align-items: center;
  }
}

@media (max-width: 991px) {
  header {
    display: block;
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .header {
    box-shadow: 0 10px 24px rgba(6, 24, 15, 0.22);
  }

  .header .left-group,
  .header .list {
    display: none;
  }

  .mobile-topbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 10px;
    min-height: 80px;
    padding: 12px 16px;
    background-color: #1b4e30;
    background-image: url("../../images/background/header-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .mobile-topbar > * {
    min-width: 0;
  }

  .mobile-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
  }

  .mobile-logo img {
    width: min(100%, 118px);
    max-height: 40px;
    height: auto;
    object-fit: contain;
  }

  .mobile-top-actions {
    display: contents;
  }

  .mobile-nav-toggle,
  .mobile-call-btn,
  .mobile-booking-btn,
  .mobile-nav-close {
    border: none;
    background: transparent;
  }

  .mobile-nav-toggle {
    width: 46px;
    height: 46px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    justify-self: center;
  }

  .mobile-nav-toggle span {
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-call-btn {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 168, 39, 0.92);
    border-radius: 12px;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    justify-self: center;
  }

  .mobile-booking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 12px 10px;
    border-radius: 12px;
    border: 2px solid rgba(255, 168, 39, 0.92);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(6, 18, 11, 0.18);
  }

  .mobile-booking-btn:hover,
  .mobile-booking-btn:active {
    color: #fff;
    background: rgba(11, 32, 22, 0.58);
  }

  .mobile-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(6, 18, 11, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1200;
  }

  .mobile-nav-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav-drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: min(88vw, 360px);
    height: 100vh;
    padding: 22px 18px 28px;
    background: #fdfaf4;
    box-shadow: 10px 0 36px rgba(11, 32, 22, 0.22);
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    z-index: 1250;
    overflow-y: auto;
  }

  .mobile-nav-drawer.is-open {
    transform: translateX(0);
  }

  .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 26px;
  }

  .mobile-drawer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #1b4e30 0%, #123822 100%);
    box-shadow: 0 14px 28px rgba(11, 32, 22, 0.18);
  }

  .mobile-drawer-logo img {
    height: 44px;
    width: auto;
    display: block;
  }

  .mobile-nav-close {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--user-green);
    font-size: 28px;
    cursor: pointer;
  }

  .mobile-nav-links {
    display: grid;
    gap: 8px;
  }

  .mobile-nav-links a {
    padding: 14px 16px;
    border-radius: 16px;
    color: var(--user-green);
    font-size: 16px;
    font-weight: 700;
  }

  .mobile-nav-links a.active {
    background: rgba(255, 168, 39, 0.18);
    color: var(--user-green);
  }

  .mobile-nav-meta {
    display: grid;
    gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(27, 78, 48, 0.12);
  }

  .mobile-nav-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #31513f;
    font-weight: 600;
  }

  .mobile-drawer-booking {
    width: 100%;
    margin-top: 22px;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 800;
    color: var(--user-green-deep);
    border: 2px solid rgba(255, 168, 39, 0.96);
    background: linear-gradient(135deg, #ffb12f 0%, #ffd36e 100%);
    box-shadow: 0 14px 28px rgba(255, 168, 39, 0.22);
  }

  .mobile-drawer-booking:hover {
    color: var(--user-green-deep);
    background: linear-gradient(135deg, #ffbc48 0%, #ffe08b 100%);
  }

  .menu-page {
    padding-bottom: 40px;
  }

  .menu-banner {
    padding: 28px 0 18px;
  }

  .menu-banner-container {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 0 16px;
  }

  .menu-banner-text h1 {
    font-size: 44px;
    margin-bottom: 10px;
  }

  .menu-banner-text p {
    font-size: 15px;
    line-height: 1.55;
  }

  .menu-banner-actions {
    display: flex;
  }

  .hero-outline-btn {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
  }

  .menu-banner-search {
    width: 100%;
    height: 52px;
    padding: 0 14px;
    border-radius: 28px;
  }

  .menu-banner-search input {
    width: 100%;
    font-size: 15px;
  }

  .menu-scroll-wrapper {
    top: var(--user-header-offset);
    min-height: 56px;
    padding: 0 16px !important;
  }

  .menu-scroll {
    gap: 22px;
  }

  .menu-scroll a {
    padding: 16px 0 14px;
    font-size: 15px;
  }

  .scroll-btn,
  .fade-zone {
    display: none;
  }

  .home-desktop-cta {
    display: none;
  }

  .home-hero {
    position: relative;
    height: clamp(600px, 76vh, 680px);
    isolation: isolate;
    overflow: hidden;
    touch-action: pan-y;
    background: #102d1e;
  }

  .home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 18% 78%, rgba(7, 18, 12, 0.94) 0%, rgba(7, 18, 12, 0.78) 24%, rgba(7, 18, 12, 0.18) 54%, transparent 72%),
      linear-gradient(180deg, rgba(7, 18, 12, 0.34) 0%, rgba(7, 18, 12, 0.14) 22%, rgba(7, 18, 12, 0.48) 54%, rgba(7, 18, 12, 0.88) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .home-hero .slides {
    display: flex;
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 100%;
    transition: transform 0.38s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
  }

  .home-hero.is-dragging .slides {
    transition: none;
  }

  .home-hero .slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 100%;
    height: 100%;
    padding: 0;
  }

  .mobile-hero-art {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
  }

  .home-hero-copy {
    display: grid;
    gap: 16px;
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 22px;
    z-index: 2;
    max-width: 350px;
    padding: 20px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(13, 35, 22, 0.68) 100%);
    box-shadow: 0 22px 48px rgba(4, 14, 9, 0.32);
    backdrop-filter: blur(12px);
  }

  .home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    padding: 8px 12px;
    border-radius: 999px;
    width: fit-content;
    max-width: 100%;
    background: rgba(255, 168, 39, 0.16);
    border: 1px solid rgba(255, 168, 39, 0.28);
    color: #fff2d2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .home-hero-title {
    margin: 0;
    color: var(--user-accent);
    font-family: "Tilt Warp", sans-serif;
    font-size: clamp(34px, 10.8vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-shadow: 0 10px 24px rgba(5, 14, 9, 0.22);
  }

  .home-hero-title br {
    display: block;
    content: "";
    margin-top: 10px;
  }

  .home-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 2px;
  }

  .hero-menu-btn,
  .home-booking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 14px 14px;
    border-radius: 999px;
    transform: none;
    font-size: 15px;
    font-weight: 800;
    text-transform: none;
    box-shadow: 0 12px 28px rgba(6, 18, 11, 0.22);
  }

  .hero-menu-btn {
    color: #173623;
    border: none;
    background: linear-gradient(135deg, #ffa827 0%, #ffc85b 100%);
  }

  .home-booking-btn {
    border-color: rgba(255, 168, 39, 0.78);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }

  .home-hero .prev,
  .home-hero .next {
    top: 44%;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: rgba(7, 18, 12, 0.32);
    backdrop-filter: blur(10px);
    font-size: 26px;
    line-height: 1;
  }

  .home-hero .prev {
    left: 14px;
  }

  .home-hero .next {
    right: 14px;
  }

  .home-hero .prev:hover,
  .home-hero .next:hover {
    background: rgba(7, 18, 12, 0.52);
  }

  .slogan-section {
    max-width: 100%;
    margin: 0;
    padding: 22px 16px 8px;
    text-align: left;
  }

  .slogan-text {
    font-size: clamp(34px, 11vw, 54px);
    line-height: 1.02;
    text-shadow: none;
  }

  .slogan-subtext {
    display: block;
    max-width: 560px;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.6;
  }

  .news-section {
    padding: 32px 0 52px;
  }

  .news-title {
    margin-bottom: 18px;
    padding: 0 16px;
  }

  .news-container {
    gap: 16px;
    padding: 0 16px;
  }

  .news-card {
    width: 100%;
    border-radius: 22px;
    box-shadow: var(--user-card-shadow);
  }

  .news-card .news-media {
    aspect-ratio: 17 / 10;
  }

  .news-card .news-img {
    height: 100%;
  }

  .news-content {
    padding: 18px;
  }

  #productContent {
    padding: 24px 16px 48px;
  }

  .menu-section + .menu-section {
    margin-top: 32px;
  }

  .menu-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
  }

  .category-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
    text-transform: none;
  }

  .category-count {
    display: inline-flex;
    flex-shrink: 0;
    color: #5f6e66;
    font-size: 14px;
    font-weight: 600;
  }

  .product-grid--featured {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .product-grid--list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .product-item--featured,
  .product-item--list {
    box-shadow: var(--user-card-shadow);
  }

  .product-item--featured:hover,
  .product-item--list:hover {
    transform: none;
  }

  .product-item--featured .product-thumb {
    overflow: hidden;
  }

  .product-item--featured .product-thumb img {
    display: block;
    width: 100%;
    height: 144px;
    object-fit: cover;
  }

  .product-item--featured .product-copy {
    padding: 14px 14px 16px;
  }

  .product-item--featured .product-copy h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .product-item .product-price {
    margin: 8px 0 0;
    color: var(--user-green);
    font-size: 16px;
    font-weight: 700;
  }

  .product-item .btn-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    margin: 12px 0 0;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 16px;
  }

  .product-item--list {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 12px;
  }

  .product-item--list .product-thumb {
    width: 88px;
    height: 88px;
    border-radius: 16px;
    overflow: hidden;
  }

  .product-item--list .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-item--list .product-copy h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .product-item--list .product-action {
    justify-self: end;
  }

  .product-item--list .btn-add {
    margin-top: 0;
  }

  .menu-loading-state,
  .menu-empty-state {
    padding: 32px 0;
  }

  .cart-summary-trigger {
    top: auto;
    right: 14px;
    bottom: 18px;
    left: 14px;
    width: auto;
    min-height: 0;
    padding: 12px 14px;
    border-radius: 18px;
    transform: translateY(calc(100% + 18px));
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.2s ease;
  }

  .cart-summary-trigger.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .summary-content {
    width: 100%;
  }

  .summary-price-row {
    justify-content: flex-start;
  }

  .cart-modal {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    display: flex;
    flex-direction: column;
    border-radius: 24px;
  }

  .modal-body {
    padding: 16px;
    max-height: none;
  }

  .modal-footer {
    padding: 16px;
  }

  .summary-row-top,
  .summary-row-sub,
  .cart-item-row,
  .item-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .item-price-total {
    min-width: 0;
    text-align: left;
  }

  .btn-submit-order {
    width: 100%;
  }

  .location-section,
  .contact-wrapper {
    padding: 26px 16px 56px;
  }

  .location-container,
  .contact-container,
  .news-banner,
  .news-item {
    border-radius: 22px;
  }

  .location-container,
  .contact-container {
    flex-direction: column;
    gap: 24px;
    padding: 22px 18px;
  }

  .location-image img {
    width: 100%;
  }

  .location-text h2,
  .contact-title {
    font-size: 30px;
  }

  .location-text p,
  .contact-subtitle {
    font-size: 16px;
  }

  .status {
    flex-wrap: wrap;
  }

  .info-location {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .info-location > div {
    text-align: left;
  }

  .info-location > div:not(:last-child)::after {
    display: none;
  }

  .actions {
    margin-bottom: 28px;
    flex-wrap: wrap;
  }

  .actions button,
  .actions a {
    flex: 1 1 100%;
    min-height: 56px;
    padding: 16px 18px;
  }

  .container {
    width: calc(100% - 32px);
    padding: 24px 0 40px;
  }

  .news-banner {
    height: auto;
    margin-bottom: 24px;
  }

  .news-banner-content {
    grid-template-columns: 1fr;
  }

  .news-banner-media {
    aspect-ratio: var(--news-media-ratio, 16 / 9.4);
  }

  .news-banner .big-banner {
    height: 100%;
  }

  .banner-text {
    padding: 22px 20px;
  }

  .banner-text h2,
  .news-content h3 {
    font-size: 24px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-left,
  .contact-inner {
    padding: 24px 20px;
  }

  .contact-submit {
    width: 100%;
    align-self: stretch;
  }

  .booking-overlay {
    align-items: flex-end;
    padding: 12px;
  }

  .booking-popup {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: calc(100vh - 24px);
    padding: 24px 18px;
    overflow: auto;
    border-radius: 24px;
  }

  .booking-popup h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .row {
    flex-direction: column;
    gap: 12px;
  }

  .guest {
    width: 100%;
  }

  .action-row {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .submit-btn,
  .cancel-btn {
    width: 100%;
    text-align: center;
  }

  .app-confirm-dialog,
  .calendar-box {
    width: calc(100vw - 24px);
  }

  .footer {
    padding: 0 16px 24px;
  }

  .footer-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand scroll"
      "brand nav"
      "meta nav";
    gap: 18px 28px;
    padding: 24px 0 40px;
    align-items: start;
  }

  .footer-left {
    display: contents;
  }

  .content-left {
    grid-area: brand;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer-left .list-nav {
    grid-area: nav;
    transform: none;
    justify-self: end;
    align-self: start;
    text-align: left;
  }

  .footer-left .list-nav .link-nav {
    font-size: 20px;
    line-height: 200%;
  }

  .footer-right {
    grid-area: meta;
    min-width: 0;
    display: grid;
    gap: 18px;
    justify-items: start;
  }

  .footer-right .info {
    transform: none;
    margin-left: 0;
  }

  .credit {
    position: static;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
  }

  .list-social {
    justify-content: flex-start;
  }

  .cre {
    text-align: left;
  }

  .scrollTop {
    grid-area: scroll;
    position: static;
    width: 48px;
    margin: 0 0 0 auto;
    justify-self: end;
    align-self: start;
  }
}

@media (max-width: 640px) {
  .home-hero {
    height: clamp(560px, 72vh, 620px);
  }

  .home-hero-copy {
    left: 14px;
    right: 14px;
    bottom: 16px;
    gap: 14px;
    max-width: none;
    padding: 16px 14px 14px;
    border-radius: 22px;
  }

  .home-hero-title {
    font-size: clamp(30px, 10vw, 44px);
  }

  .home-hero .prev,
  .home-hero .next {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .mobile-logo img {
    width: min(100%, 92px);
    max-height: 34px;
  }

  .mobile-booking-btn {
    padding: 11px 6px;
    font-size: 13px;
  }

  .product-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-item--featured .product-copy h3 {
    font-size: 16px;
  }

  .product-item--list {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .product-item--list .product-thumb {
    width: 76px;
    height: 76px;
  }

  .product-item--list .product-action {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .cart-summary-trigger {
    left: 14px;
    right: 14px;
  }

  .contact-container {
    gap: 0;
  }

  .contact-info {
    margin-bottom: 10px;
  }

  .contact-socials {
    margin-top: 10px;
  }
}
