@media (max-width: 1320px) and (min-width: 1041px) {
  .hero-booking .booking-form {
    flex-wrap: wrap;
  }

  .hero-booking .form-head {
    flex-basis: 190px;
  }

  .hero-booking .booking-grid {
    flex-basis: calc(100% - 210px);
  }

  .hero-booking .booking-form > .btn {
    flex-basis: 250px;
    margin-left: auto;
  }
}

@media (max-width: 1040px) {
  .site-header {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    overflow: hidden;
    padding-right: 68px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    flex: 0 0 132px;
    height: 32px;
    width: 132px;
  }

  .nav-toggle {
    align-items: center;
    display: inline-flex;
    gap: 4px;
    grid-column: 2;
    justify-content: center;
    flex: 0 0 44px;
    height: 44px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 44px;
    z-index: 2;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  body.nav-open .site-nav {
    background: rgba(9, 25, 35, 0.96);
    border-radius: var(--radius);
    display: grid;
    gap: 18px;
    grid-column: 1 / -1;
    justify-content: stretch;
    margin-right: -52px;
    padding: 26px;
  }

  body.nav-open .site-nav a {
    font-size: 17px;
    line-height: 1.35;
  }

  body.nav-open .header-cta {
    align-items: center;
    background: #0f7f88;
    border-radius: 7px;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    grid-column: 1 / -1;
    justify-content: center;
    margin-right: -52px;
    min-height: 48px;
  }

  body.nav-open .nav-toggle span {
    height: 4px;
    position: absolute;
    width: 31px;
  }

  body.nav-open .nav-toggle span:first-child {
    transform: rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }

  body.nav-open .nav-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .hero {
    min-height: auto;
    padding-bottom: 34px;
  }

  .hero-content {
    padding: 150px 20px 90px;
    margin-left: 0;
  }

  .hero .hero-bg {
    object-position: 62% center;
    transform-origin: 62% center;
  }

  .hero-booking {
    bottom: auto;
    left: auto;
    margin: 0 auto;
    position: relative;
    transform: none;
    width: var(--container);
  }

  .hero-booking .booking-form {
    display: block;
    padding: 24px;
  }

  .hero-booking .booking-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-booking .booking-grid label,
  .hero-booking .booking-grid label:nth-child(4) {
    flex: initial;
  }

  .booking-grid,
  .stats-grid,
  .feature-grid,
  .room-grid,
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-section,
  .features-section,
  .media-panel,
  .room-detail-layout,
  .contact-page,
  .price-times {
    grid-template-columns: 1fr;
  }

  .feature-summary {
    position: static;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .price-page {
    padding-top: 124px;
  }

  .price-board {
    max-width: 920px;
  }

  .price-board-head,
  .price-board-row {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .price-service strong {
    font-size: 18px;
  }

  .price-service em {
    font-size: 14px;
  }

  .price-amount-grid span {
    font-size: 24px;
  }

  .price-times {
    gap: 28px;
    margin-top: 58px;
  }

  .meal-times {
    order: 2;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100% - 32px, 1180px);
  }

  .site-header {
    left: 16px;
    padding: 18px 68px 24px 16px;
    transform: none;
    width: calc(100% - 32px);
  }

  .nav-toggle {
    right: 16px;
    top: 16px;
  }

  .site-header.is-scrolled {
    transform: translateY(-4px);
  }

  .brand {
    gap: 10px;
  }

  .brand span {
    display: none;
  }

  .brand strong {
    font-size: 18px;
    line-height: 1.05;
  }

  .brand small {
    font-size: 13px;
  }

  .brand-logo {
    height: 28px;
    width: 116px;
  }

  .booking-form > .btn,
  .hero-booking .booking-form > .btn {
    min-height: 56px;
    width: 100%;
  }

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

  .booking-modal__dialog {
    max-height: calc(100vh - 24px);
    padding: 24px 18px 18px;
  }

  .booking-modal__head h2 {
    font-size: 28px;
  }

  .booking-modal__progress {
    gap: 6px;
  }

  .booking-modal__progress span {
    font-size: 11px;
  }

  .booking-modal__step {
    grid-template-columns: 1fr;
  }

  .booking-modal__actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .booking-modal__actions .btn {
    min-height: 52px;
    padding: 0 12px;
  }

  .booking-modal__submit {
    grid-column: 1 / -1;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 32px;
  }

  .section {
    padding: 62px 0;
  }

  .page-hero.compact {
    min-height: 460px;
  }

  .page-hero-content {
    margin-left: 0;
    padding: 150px 20px 70px;
  }

  .documents-hero {
    padding: 132px 20px 24px;
  }

  .documents-hero h1 {
    font-size: 32px;
  }

  .price-page {
    padding: 110px 16px 56px;
  }

  .price-head img {
    margin-bottom: 34px;
    max-width: 360px;
  }

  .price-head h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }

  .price-head p {
    font-size: 16px;
  }

  .price-board {
    display: none;
  }

  .price-mobile-list {
    display: grid;
    gap: 16px;
    margin-top: 42px;
  }

  .price-mobile-card {
    background: rgba(16, 28, 31, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    overflow: hidden;
  }

  .price-mobile-card header {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    display: flex;
    gap: 16px;
    padding: 16px;
  }

  .price-mobile-card header div {
    display: grid;
    gap: 5px;
  }

  .price-mobile-card strong {
    color: #fff;
    font-size: 17px;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .price-mobile-card em {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-style: normal;
    line-height: 1.25;
  }

  .price-mobile-card small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .price-mobile-card dl {
    display: grid;
    margin: 0;
  }

  .price-mobile-card dl div {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 14px 16px;
  }

  .price-mobile-card dt {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
  }

  .price-mobile-card dd {
    align-items: end;
    color: #fff;
    display: grid;
    justify-items: end;
    margin: 0;
    min-width: 120px;
    text-align: right;
  }

  .price-mobile-card dd strong {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
  }

  .price-mobile-card dd span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }

  .price-document-links {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .price-document-links a {
    border-radius: 12px;
    font-size: 15px;
    padding: 13px 14px;
    text-align: center;
  }

  .price-times article {
    min-height: 134px;
    padding: 28px 22px;
  }

  .price-note {
    border-radius: 20px;
    font-size: 22px;
    margin-top: 54px;
    padding: 28px 22px;
  }

  .price-contacts {
    margin-top: 46px;
  }

  .documents-layout,
  .document-detail-layout {
    grid-template-columns: 1fr;
  }

  .document-summary,
  .document-side {
    position: static;
  }

  .document-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
  }

  .document-row strong {
    font-size: 20px;
  }

  .document-card {
    padding: 24px;
  }

  .room-body h2,
  .room-body h3 {
    font-size: 30px;
    line-height: 1.08;
  }

  .booking-grid,
  .hero-booking .booking-grid,
  .stats-grid,
  .feature-grid,
  .room-grid,
  .gallery-grid,
  .food-nearby-grid,
  .news-grid,
  .detail-gallery {
    grid-template-columns: 1fr;
  }

  .features-section {
    gap: 28px;
  }

  .feature-item {
    grid-template-columns: 46px 1fr;
    padding: 20px 0;
  }

  .feature-icon {
    border-radius: 12px;
    font-size: 18px;
    height: 42px;
    width: 42px;
  }

  .section-head.inline,
  .footer-grid,
  .footer-bottom {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-grid h2 {
    font-size: 34px;
  }

  .media-panel div,
  .article-body {
    padding: 28px;
  }

  .room-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-viewport {
    margin-right: 0;
    padding-right: 0;
  }

  .testimonial-card {
    flex-basis: calc(100% - 28px);
    min-height: 300px;
    padding: 24px;
  }

  .carousel-actions {
    justify-content: flex-start;
  }
}
