:root {
    --cop-navy: #07182d;
    --cop-midnight: #0b223b;
    --cop-ink: #15273b;
    --cop-muted: #64748b;
    --cop-gold: #d8b56d;
    --cop-turquoise: #39c0c3;
    --cop-sea: #0f6f83;
    --cop-cream: #f7f3ea;
    --cop-line: rgba(216, 181, 109, .28);
    --cop-shadow: 0 24px 70px rgba(7, 24, 45, .18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html.cop31-document,
body.cop31-document {
    min-height: 100% !important;
    height: auto !important;
    overflow-y: auto !important;
}

.cop31-page {
    font-family: "Montserrat", Arial, sans-serif;
    color: var(--cop-ink);
    background: #fff;
    overflow-x: hidden;
}

.cop31-page img {
    max-width: 100%;
    display: block;
}

.cop31-page a {
    color: inherit;
    text-decoration: none;
}

.cop-shell {
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(57, 192, 195, .16), transparent 34rem),
        linear-gradient(180deg, #ffffff 0%, #f7f9fb 62%, #ffffff 100%);
}

.cop-side-nav {
    position: fixed;
    top: 50%;
    left: 18px;
    z-index: 80;
    display: grid;
    gap: 6px;
    width: 154px;
    transform: translateY(-50%);
}

.cop-side-nav a {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 7px 10px;
    border: 1px solid rgba(216, 181, 109, .28);
    background: rgba(7, 24, 45, .82);
    color: rgba(255, 255, 255, .86);
    box-shadow: 0 12px 30px rgba(7, 24, 45, .14);
    backdrop-filter: blur(16px);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.cop-side-nav a:hover,
.cop-side-nav a:focus {
    background: rgba(7, 24, 45, .96);
    border-color: rgba(216, 181, 109, .72);
    color: #fff;
    transform: translateX(4px);
}

.cop-side-nav span {
    color: var(--cop-gold);
    font-size: 10px;
    font-weight: 900;
}

.cop-side-nav strong {
    overflow: hidden;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cop-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    max-width: 100%;
}

.cop-hero-grid > *,
.cop-split > *,
.cop-band > *,
.cop-lead > *,
.cop-room,
.cop-offer,
.cop-card,
.cop-location-card,
.cop-quick-item {
    min-width: 0;
}

.cop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.cop-btn:hover {
    transform: translateY(-2px);
}

.cop-btn-primary {
    background: linear-gradient(135deg, #ead39b, var(--cop-gold));
    color: #07182d;
    box-shadow: 0 18px 38px rgba(216, 181, 109, .28);
}

.cop-btn-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .08);
}

.cop-btn-dark {
    color: #fff;
    background: var(--cop-navy);
}

.cop31-page a.cop-btn-dark,
.cop31-page .cop-btn-dark:hover,
.cop31-page .cop-btn-dark:focus {
    color: #fff;
}

.cop-hero {
    min-height: 100vh;
    position: relative;
    display: grid;
    align-items: end;
    padding: 140px 0 72px;
    color: #fff;
    background-position: center;
    background-size: cover;
}

.cop-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 24, 45, .94) 0%, rgba(7, 24, 45, .68) 42%, rgba(7, 24, 45, .18) 100%),
        linear-gradient(0deg, rgba(7, 24, 45, .86) 0%, rgba(7, 24, 45, .18) 48%, rgba(7, 24, 45, .35) 100%);
}

.cop-hero > .cop-container {
    position: relative;
    z-index: 1;
}

.cop-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, .55fr);
    gap: 64px;
    align-items: end;
}

.cop-hero h1,
.cop-section-title {
    margin: 0;
    font-family: "Lora", Georgia, serif;
    font-weight: 500;
    letter-spacing: 0;
}

.cop-hero h1 {
    max-width: 760px;
    font-size: clamp(54px, 8vw, 108px);
    line-height: .92;
}

.cop-hero p {
    max-width: 720px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.55;
}

.cop-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.cop-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.cop-badge {
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .9);
    backdrop-filter: blur(12px);
    font-size: 12px;
    font-weight: 700;
}

.cop-hero-card {
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    padding: 28px;
    box-shadow: 0 26px 80px rgba(0, 0, 0, .26);
}

.cop-hero-card h2 {
    margin: 0 0 18px;
    color: var(--cop-gold);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .16em;
}

.cop-hero-card dl {
    display: grid;
    gap: 18px;
    margin: 0;
}

.cop-hero-card dt {
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.cop-hero-card dd {
    margin: 5px 0 0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.cop-quick {
    background: var(--cop-navy);
    color: #fff;
}

.cop-quick-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.cop-quick-item {
    padding: 28px 24px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.cop-label {
    display: block;
    color: var(--cop-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.cop-quick-item strong {
    display: block;
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.35;
}

.cop-section {
    padding: clamp(48px, 6vw, 86px) 0;
}

.cop-section-dark {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(7, 24, 45, .98), rgba(11, 34, 59, .94)),
        var(--cop-navy);
}

.cop-section-soft {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.cop-section-head {
    max-width: 810px;
    margin-bottom: 28px;
}

.cop-section-title {
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
}

.cop-section-head p,
.cop-story p,
.cop-feature-text {
    color: var(--cop-muted);
    font-size: 17px;
    line-height: 1.65;
}

.cop-section-dark .cop-section-head p,
.cop-section-dark .cop-feature-text,
.cop-section-dark .cop-story p {
    color: rgba(255, 255, 255, .72);
}

.cop-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.cop-card {
    border: 1px solid rgba(7, 24, 45, .08);
    background: rgba(255, 255, 255, .82);
    padding: 28px;
    box-shadow: 0 16px 45px rgba(15, 32, 50, .07);
}

.cop-section-dark .cop-card {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .075);
    backdrop-filter: blur(18px);
}

.cop-card h3 {
    margin: 16px 0 10px;
    font-size: 20px;
    line-height: 1.25;
}

.cop-card p {
    margin: 0;
    color: var(--cop-muted);
    line-height: 1.7;
}

.cop-section-dark .cop-card p {
    color: rgba(255, 255, 255, .68);
}

.cop-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--cop-navy);
    background: var(--cop-gold);
    font-weight: 900;
}

.cop-split {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(36px, 7vw, 82px);
    align-items: center;
}

.cop-media-frame {
    position: relative;
    overflow: hidden;
    min-height: 460px;
    box-shadow: var(--cop-shadow);
}

.cop-media-frame img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.cop-media-frame::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 38%;
    background: linear-gradient(0deg, rgba(7, 24, 45, .7), transparent);
}

.cop-story h2 {
    margin: 0 0 24px;
    font-family: "Lora", Georgia, serif;
    font-size: clamp(36px, 4.8vw, 64px);
    line-height: 1.05;
    font-weight: 500;
}

.cop-check-list,
.cop-feature-list {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.cop-check-list li,
.cop-feature-list li {
    position: relative;
    padding-left: 28px;
    line-height: 1.55;
}

.cop-check-list li::before,
.cop-feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 9px;
    height: 9px;
    background: var(--cop-turquoise);
}

.cop-room-grid,
.cop-offer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cop-room,
.cop-offer {
    background: #fff;
    border: 1px solid rgba(7, 24, 45, .08);
    box-shadow: 0 18px 48px rgba(7, 24, 45, .08);
}

.cop-room {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, .85fr) minmax(0, 1fr);
    min-height: 310px;
    overflow: hidden;
    color: var(--cop-ink);
}

.cop-room::after {
    display: none;
}

.cop-room img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
    transition: transform .45s ease;
}

.cop-room:hover img {
    transform: scale(1.05);
}

.cop-room-body,
.cop-offer {
    padding: 24px;
}

.cop-room-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px;
}

.cop-room h3,
.cop-offer h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.cop-room p,
.cop-offer p {
    color: var(--cop-muted);
    line-height: 1.65;
}

.cop-room p {
    display: block;
    margin: 0;
    color: var(--cop-muted);
    font-size: 14px;
    line-height: 1.55;
}

.cop-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 16px;
}

.cop-room-body .cop-btn {
    align-self: flex-start;
    margin-top: auto;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 11px;
}

.cop-tags span {
    padding: 7px 9px;
    background: #f0f6f7;
    color: #175e70;
    font-size: 10px;
    font-weight: 800;
}

.cop-map {
    position: relative;
    padding: 38px;
    background:
        linear-gradient(135deg, rgba(57, 192, 195, .18), transparent),
        #eef6f7;
    border: 1px solid rgba(15, 111, 131, .14);
    overflow: hidden;
}

.cop-map-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.cop-location-card {
    position: relative;
    z-index: 1;
    padding: 26px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 20px 60px rgba(15, 111, 131, .13);
}

.cop-route {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 34px;
    color: var(--cop-navy);
    font-weight: 800;
}

.cop-route span {
    display: grid;
    place-items: center;
    min-width: 150px;
    min-height: 56px;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid rgba(15, 111, 131, .16);
}

.cop-route i {
    flex: 1;
    max-width: 120px;
    height: 2px;
    background: linear-gradient(90deg, var(--cop-turquoise), var(--cop-gold));
}

.cop-transfer-note {
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid rgba(216, 181, 109, .36);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 18px 46px rgba(15, 111, 131, .1);
}

.cop-transfer-note strong {
    display: block;
    color: #846128;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.cop-transfer-note p {
    margin: 9px 0 0;
    color: var(--cop-ink);
    line-height: 1.7;
}

.cop-offer-grid {
    grid-template-columns: repeat(3, 1fr);
}

.cop-offer {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: var(--cop-ink);
}

.cop-offer .cop-btn {
    margin-top: auto;
}

.cop-offer h3,
.cop-offer .cop-feature-list li {
    color: var(--cop-ink);
}

.cop-best {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 8px 11px;
    background: rgba(216, 181, 109, .18);
    color: #846128;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.cop-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .14);
}

.cop-service {
    padding: 24px;
    background: rgba(255, 255, 255, .07);
}

.cop-service strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
}

.cop-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 150px;
    gap: 14px;
}

.cop-gallery figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: var(--cop-navy);
}

.cop-gallery figure:nth-child(1),
.cop-gallery figure:nth-child(6) {
    grid-column: span 5;
    grid-row: span 2;
}

.cop-gallery figure:nth-child(2),
.cop-gallery figure:nth-child(7) {
    grid-column: span 4;
}

.cop-gallery figure:nth-child(3),
.cop-gallery figure:nth-child(4),
.cop-gallery figure:nth-child(5) {
    grid-column: span 3;
}

.cop-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .92;
    transition: transform .5s ease, opacity .5s ease;
}

.cop-gallery figure:hover img {
    transform: scale(1.05);
    opacity: 1;
}

.cop-gallery figcaption {
    position: absolute;
    left: 18px;
    bottom: 16px;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .55);
}

.cop-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: 46px;
    align-items: center;
}

.cop-band img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    box-shadow: var(--cop-shadow);
}

.cop-testimonials,
.cop-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.cop-quote {
    padding: 30px;
    background: #fff;
    border-top: 3px solid var(--cop-gold);
    box-shadow: 0 18px 44px rgba(7, 24, 45, .08);
}

.cop-quote blockquote {
    margin: 0 0 18px;
    color: var(--cop-ink);
    font-family: "Lora", Georgia, serif;
    font-size: 22px;
    line-height: 1.45;
}

.cop-faq-grid {
    grid-template-columns: 1fr 1fr;
}

.cop-faq {
    border: 1px solid rgba(7, 24, 45, .1);
    background: #fff;
}

.cop-faq button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px;
    border: 0;
    background: transparent;
    color: var(--cop-ink);
    text-align: left;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.cop-faq button::after {
    content: "+";
    color: var(--cop-sea);
    font-size: 24px;
    line-height: 1;
}

.cop-faq.is-open button::after {
    content: "-";
}

.cop-faq p {
    display: none;
    margin: 0;
    padding: 0 22px 22px;
    color: var(--cop-muted);
    line-height: 1.7;
}

.cop-faq.is-open p {
    display: block;
}

.cop-lead {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 40px;
    align-items: start;
}

.cop-lead-media {
    margin-top: 32px;
}

.cop-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 30px;
    background: #fff;
    box-shadow: var(--cop-shadow);
}

.cop-form label {
    display: grid;
    gap: 8px;
    color: var(--cop-ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cop-form input,
.cop-form select,
.cop-form textarea {
    width: 100%;
    border: 1px solid rgba(7, 24, 45, .16);
    background: #fbfdff;
    padding: 14px;
    color: var(--cop-ink);
    font: inherit;
    font-size: 14px;
}

.cop-form textarea,
.cop-form .cop-full {
    grid-column: 1 / -1;
}

.cop-consent {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: flex-start;
    gap: 10px !important;
    color: var(--cop-muted) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.55;
    text-transform: none !important;
}

.cop-consent input {
    width: auto;
    margin-top: 3px;
    accent-color: var(--cop-navy);
}

.cop-consent a {
    color: var(--cop-sea);
    font-weight: 800;
    text-decoration: underline;
}

.cop-note {
    color: var(--cop-muted);
    font-size: 13px;
    line-height: 1.65;
}

.cop-final {
    position: relative;
    padding: 140px 0;
    color: #fff;
    background-position: center;
    background-size: cover;
}

.cop-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 24, 45, .92), rgba(7, 24, 45, .46));
}

.cop-final .cop-container {
    position: relative;
}

.cop-final h2 {
    max-width: 860px;
    margin: 0;
    font-family: "Lora", Georgia, serif;
    font-size: clamp(38px, 6vw, 78px);
    line-height: 1.02;
    font-weight: 500;
}

.cop-final p {
    max-width: 640px;
    color: rgba(255, 255, 255, .76);
    font-size: 20px;
    line-height: 1.6;
}

@media (min-width: 1101px) and (max-width: 1500px) {
    .cop-side-nav {
        width: 52px;
        transition: width .2s ease;
    }

    .cop-side-nav:hover,
    .cop-side-nav:focus-within {
        width: 154px;
    }

    .cop-side-nav a {
        grid-template-columns: 28px 1fr;
    }

    .cop-side-nav strong {
        opacity: 0;
        transition: opacity .16s ease;
    }

    .cop-side-nav:hover strong,
    .cop-side-nav:focus-within strong {
        opacity: 1;
    }
}

@media (max-width: 1100px) {
    .cop-side-nav {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex !important;
        width: 100%;
        gap: 0;
        overflow-x: auto;
        transform: none;
        background: rgba(7, 24, 45, .94);
        box-shadow: 0 -16px 34px rgba(7, 24, 45, .18);
    }

    .cop-side-nav a {
        min-width: 116px;
        min-height: 48px;
        border-width: 0 1px 0 0;
        box-shadow: none;
    }

    .cop-side-nav a:hover,
    .cop-side-nav a:focus {
        transform: none;
    }

    .cop-hero-grid,
    .cop-split,
    .cop-band,
    .cop-lead {
        grid-template-columns: 1fr;
    }

    .cop-quick-grid,
    .cop-cards,
    .cop-services {
        grid-template-columns: repeat(2, 1fr);
    }

    .cop-room-grid,
    .cop-offer-grid,
    .cop-map-grid,
    .cop-testimonials {
        grid-template-columns: 1fr 1fr;
    }

    .cop-room {
        grid-template-columns: 1fr;
    }

    .cop-room img {
        height: 250px;
        min-height: 250px;
    }
}

@media (max-width: 760px) {
    .cop31-page {
        padding-bottom: 48px;
    }

    .cop-container {
        width: min(100% - 40px, 1180px);
        max-width: calc(100vw - 40px);
    }

    .cop-section-head,
    .cop-story,
    .cop-card,
    .cop-location-card,
    .cop-room-body,
    .cop-service,
    .cop-quote,
    .cop-faq,
    .cop-form,
    .cop-final .cop-container {
        text-align: center;
    }

    .cop-section-head {
        margin-right: auto;
        margin-left: auto;
    }

    .cop-section-head p,
    .cop-story p,
    .cop-final p {
        margin-right: auto;
        margin-left: auto;
    }

    .cop-check-list li,
    .cop-feature-list li {
        padding-left: 0;
    }

    .cop-check-list li::before,
    .cop-feature-list li::before {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        margin-right: 9px;
        vertical-align: middle;
    }

    .cop-hero {
        min-height: 860px;
        padding: 110px 0 48px;
    }

    .cop-hero h1 {
        font-size: clamp(40px, 10.8vw, 46px);
        line-height: 1.02;
        max-width: 10ch;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .cop-hero p {
        max-width: 30ch;
        font-size: 17px;
        text-align: center;
    }

    .cop-hero-card {
        max-width: calc(100vw - 28px);
        padding: 24px 20px;
    }

    .cop-hero-card dd {
        font-size: 15px;
        line-height: 1.45;
    }

    .cop-hero p,
    .cop-hero-card dd,
    .cop-location-card,
    .cop-room,
    .cop-offer,
    .cop-card {
        overflow-wrap: anywhere;
    }

    .cop-badges {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cop-hero-grid,
    .cop-actions {
        gap: 22px;
    }

    .cop-btn {
        width: 100%;
    }

    .cop-badge {
        max-width: 100%;
        white-space: normal;
    }

    .cop-quick-grid,
    .cop-cards,
    .cop-room-grid,
    .cop-offer-grid,
    .cop-map-grid,
    .cop-services,
    .cop-testimonials,
    .cop-faq-grid {
        grid-template-columns: 1fr;
    }

    .cop-quick-grid {
        border-left: 0;
    }

    .cop-quick-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .cop-media-frame,
    .cop-band img {
        min-height: 360px;
        height: 360px;
    }

    .cop-room {
        min-height: 0;
    }

    .cop-room img {
        height: 240px;
        min-height: 240px;
    }

    .cop-room-body {
        align-items: center;
        padding: 22px;
    }

    .cop-map {
        padding: 20px;
    }

    .cop-route {
        align-items: stretch;
        flex-direction: column;
    }

    .cop-route i {
        width: 2px;
        height: 36px;
        max-width: none;
        align-self: center;
        background: linear-gradient(180deg, var(--cop-turquoise), var(--cop-gold));
    }

    .cop-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: 240px;
    }

    .cop-gallery figure,
    .cop-gallery figure:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }

    .cop-form {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .cop-consent {
        justify-content: center;
        text-align: left;
    }
}
