@media (max-width: 1199px) {
    .top-row {
        grid-template-columns: 220px 1fr auto;
    }

    .footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .top-row {
        grid-template-columns: 1fr auto;
    }

    .navbar-default {
        grid-column: 1 / -1;
        order: 3;
    }

    .navigation .nav1 {
        justify-content: flex-start;
        padding-top: 16px;
    }

    .map-layout,
    .split-grid,
    .image-text-grid,
    .vault-grid,
    .dining-grid,
    .notes-grid,
    .enquiry-grid,
    .form-grid,
    .room-block {
        grid-template-columns: 1fr;
    }

    .map-list {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .room-strip,
    .feature-grid,
    .feature-grid.two,
    .fact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .room-block.reverse .room-image {
        order: 0;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 4.2rem;
    }

    h2 {
        font-size: 3.1rem;
    }

    section {
        padding: 58px 0;
    }

    .top-line {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .top-row {
        gap: 16px;
        padding: 18px 0;
    }

    #logo > a {
        font-size: 2.4rem;
    }

    #logo small {
        font-size: 1rem;
    }

    .navbar-toggle {
        background: var(--night);
        border: 0;
        border-radius: 2px;
        display: block;
        margin: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: var(--paper);
    }

    .navigation .nav1 {
        display: block;
    }

    .navigation .nav1 li {
        display: block;
    }

    .navigation .nav1 a {
        display: block;
        width: 100%;
    }

    .cl-effect-10 a::before {
        display: none;
    }

    .cl-effect-10 a span,
    .cl-effect-10 a.active span,
    .cl-effect-10 a:hover span,
    .cl-effect-10 a:focus span {
        background: transparent;
        transform: none;
    }

    .cl-effect-10 a {
        border-bottom: 1px solid var(--line);
    }

    .cl-effect-10 a.active,
    .cl-effect-10 a:hover,
    .cl-effect-10 a:focus {
        background: var(--night);
        color: var(--paper);
    }

    .mobile-only {
        display: block !important;
    }

    .book-now-btn {
        display: none;
    }

    .hero,
    .page-hero {
        min-height: 620px;
    }

    .hero::after,
    .page-hero::after {
        bottom: 20px;
        left: 16px;
        right: 16px;
    }

    .hero p,
    .page-hero p {
        font-size: 1.8rem;
    }

    .map-node {
        grid-template-columns: 44px 1fr;
    }

    .map-panels {
        min-height: 330px;
        padding: 24px;
    }

    .room-strip,
    .feature-grid,
    .feature-grid.two,
    .fact-grid,
    .footer-grid,
    .fieldset-grid {
        grid-template-columns: 1fr;
    }

    .facts div,
    .room-rail div,
    .footer-bottom,
    .cookie-banner,
    .cookie-actions {
        align-items: stretch;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    dd {
        text-align: left;
    }

    .cookie-banner {
        left: 10px;
        right: 10px;
    }
}

@media (max-width: 430px) {
    .container {
        width: calc(100% - 24px);
    }

    .btn-fill,
    .btn-line {
        width: 100%;
    }

    .hero-actions {
        width: 100%;
    }

    summary {
        font-size: 1.8rem;
    }
}
