:root {
    --navy: #132b2b;
    --navy2: #0d2020;
    --gold: #c89d55;
    --cream: #f7f3ec;
    --white: #fff;
    --text: #263333;
    --muted: #6c7777;
    --line: #e8e1d8;
    --shadow: 0 18px 50px rgba(13, 32, 32, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.6
}

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

.site-header {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(12, 30, 30, .87);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.nav-wrap {
    height: 82px;
    display: flex;
    align-items: center;
    gap: 34px
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 1
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--gold);
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: var(--gold)
}

.brand strong {
    display: block;
    letter-spacing: .18em;
    font-size: 15px
}

.brand small {
    display: block;
    margin-top: 5px;
    letter-spacing: .35em;
    font-size: 8px;
    color: #c9d0d0
}

.nav {
    display: flex;
    gap: 26px;
    margin-left: auto
}

.nav a,
.social a {
    color: #eef3f3;
    text-decoration: none;
    font-size: 14px
}

.nav a:hover,
.social a:hover {
    color: var(--gold)
}

.nav-toggle {
    display: none;
    margin-left: auto;
    background: none;
    border: 0;
    color: #fff;
    font-size: 26px
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: var(--gold);
    color: #122222;
    text-decoration: none;
    font-weight: 700;
    padding: 14px 24px;
    cursor: pointer;
    transition: .2s
}

.btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05)
}

.btn-sm {
    padding: 10px 18px;
    font-size: 14px
}

.hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    color: #fff;
    background: url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1800&q=85") center/cover no-repeat
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 24, 24, .88), rgba(7, 24, 24, .42) 58%, rgba(7, 24, 24, .16))
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-top: 35px
}

.eyebrow {
    margin: 0 0 12px;
    color: #e5c58f;
    letter-spacing: .22em;
    font-size: 12px;
    font-weight: 700
}

.eyebrow.dark {
    color: #9b763a
}

.hero h1,
.section h2 {
    font-family: "Playfair Display", serif;
    line-height: 1.08;
    margin: 0
}

.hero h1 {
    font-size: clamp(48px, 6vw, 82px);
    max-width: 800px
}

.hero-text {
    max-width: 620px;
    font-size: 18px;
    color: #e5ecec;
    margin: 25px 0 34px
}

.hero-actions {
    display: flex;
    gap: 14px
}

.btn-ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .55)
}

.booking-bar {
    position: absolute;
    z-index: 2;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1100px, calc(100% - 40px));
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto;
    background: #fff;
    color: var(--text);
    box-shadow: var(--shadow);
    padding: 22px
}

.booking-bar label {
    display: flex;
    flex-direction: column;
    padding: 0 18px;
    border-right: 1px solid var(--line);
    font-size: 12px;
    font-weight: 700;
    color: #7b8585
}

.booking-bar input,
.booking-bar select {
    border: 0;
    padding: 8px 0 0;
    background: #fff;
    color: var(--text);
    font: inherit;
    outline: none
}

.section {
    padding: 115px 0
}

.split {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 74px;
    align-items: center
}

.card-image {
    min-height: 520px;
    background: center/cover;
    border-radius: 2px;
    box-shadow: var(--shadow)
}

.about-image {
    background-image: url("https://images.unsplash.com/photo-1611892440504-42a792e24d32?auto=format&fit=crop&w=1000&q=85")
}

.content-block h2,
.section-head h2,
.center-head h2,
.contact h2 {
    font-size: clamp(38px, 4vw, 58px)
}

.content-block>p:not(.eyebrow),
.section-head>p,
.contact p {
    color: var(--muted)
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 34px 0
}

.stats strong {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    color: var(--navy)
}

.stats span {
    font-size: 13px;
    color: var(--muted)
}

.text-link {
    color: #9b763a;
    font-weight: 700;
    text-decoration: none
}

.rooms {
    background: var(--cream)
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: end;
    margin-bottom: 42px
}

.section-head>p {
    max-width: 470px
}

.room-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.room-card {
    background: #fff;
    box-shadow: 0 12px 35px rgba(15, 35, 35, .08)
}

.room-photo {
    height: 280px;
    background: center/cover;
    position: relative
}

.room-photo span {
    position: absolute;
    top: 18px;
    left: 18px;
    background: var(--gold);
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 700
}

.room-1 {
    background-image: url("https://images.unsplash.com/photo-1618773928121-c32242e63f39?auto=format&fit=crop&w=900&q=85")
}

.room-2 {
    background-image: url("https://images.unsplash.com/photo-1590490360182-c33d57733427?auto=format&fit=crop&w=900&q=85")
}

.room-3 {
    background-image: url("https://images.unsplash.com/photo-1591088398332-8a7791972843?auto=format&fit=crop&w=900&q=85")
}

.room-body {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 22px
}

.room-body h3 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 22px
}

.room-body p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 13px
}

.room-body>strong {
    color: #9b763a;
    white-space: nowrap
}

.room-body small {
    display: block;
    font-weight: 400;
    text-align: right
}

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

.center-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 45px
}

.center-head h2 {
    color: #fff
}

.amenity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .12)
}

.amenity {
    background: var(--navy);
    padding: 35px
}

.amenity span {
    font-size: 28px
}

.amenity h3 {
    margin: 14px 0 7px
}

.amenity p {
    margin: 0;
    color: #bfcaca
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    grid-template-rows: 260px 260px;
    gap: 15px
}

.g {
    background: center/cover
}

.g1 {
    grid-row: 1/3;
    background-image: url("https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?auto=format&fit=crop&w=1100&q=85")
}

.g2 {
    background-image: url("https://images.unsplash.com/photo-1540518614846-7eded433c457?auto=format&fit=crop&w=800&q=85")
}

.g3 {
    background-image: url("https://images.unsplash.com/photo-1564501049412-61c2a3083791?auto=format&fit=crop&w=800&q=85")
}

.g4 {
    background-image: url("https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&w=800&q=85")
}

.g5 {
    background-image: url("https://images.unsplash.com/photo-1578683010236-d716f9a3f461?auto=format&fit=crop&w=800&q=85")
}

.testimonial {
    padding-top: 20px
}

.quote-card {
    text-align: center;
    background: var(--cream);
    padding: 70px 9%
}

.stars {
    color: var(--gold);
    letter-spacing: .3em
}

.quote-card blockquote {
    font-family: "Playfair Display", serif;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.35;
    margin: 20px auto;
    max-width: 900px
}

.contact {
    background: var(--navy2);
    color: #fff
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 80px;
    align-items: start
}

.contact h2 {
    color: #fff
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 28px
}

.contact-list a,
.contact-list span {
    color: #d9e0e0;
    text-decoration: none
}

.contact-form {
    background: #fff;
    padding: 30px;
    display: grid;
    gap: 15px
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    padding: 14px;
    font: inherit
}

.form-note {
    margin: 0 !important;
    font-size: 13px;
    color: #617070 !important
}

footer {
    background: #081818;
    color: #aebaba;
    padding: 30px 0
}

.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

.footer-brand {
    color: #fff
}

.social {
    display: flex;
    gap: 20px
}

@media(max-width:900px) {
    .nav {
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        background: #0d2222;
        display: none;
        flex-direction: column;
        padding: 24px
    }

    .nav.open {
        display: flex
    }

    .nav-toggle {
        display: block
    }

    .nav-wrap>.btn-sm {
        display: none
    }

    .booking-bar {
        grid-template-columns: 1fr 1fr;
        position: relative;
        bottom: auto;
        margin-top: auto
    }

    .booking-bar label {
        border-bottom: 1px solid var(--line);
        padding: 10px
    }

    .booking-bar .btn {
        grid-column: 1/3
    }

    .hero {
        min-height: 850px;
        padding-top: 100px;
        align-items: flex-start
    }

    .split,
    .contact-grid {
        grid-template-columns: 1fr
    }

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

    .amenity-grid {
        grid-template-columns: 1fr 1fr
    }

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

    .g1 {
        grid-row: auto;
        grid-column: 1/3
    }

    .section-head {
        display: block
    }

    .section-head>p {
        max-width: none
    }

    .footer-grid {
        flex-direction: column;
        text-align: center
    }
}

@media(max-width:560px) {
    .container {
        width: min(100% - 26px, 1180px)
    }

    .hero h1 {
        font-size: 46px
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .booking-bar {
        grid-template-columns: 1fr
    }

    .booking-bar .btn {
        grid-column: auto
    }

    .amenity-grid {
        grid-template-columns: 1fr
    }

    .gallery-grid {
        display: block
    }

    .g {
        height: 230px;
        margin-bottom: 12px
    }

    .section {
        padding: 85px 0
    }

    .stats {
        gap: 8px
    }

    .stats strong {
        font-size: 23px
    }

    .room-body {
        display: block
    }

    .room-body>strong {
        display: block;
        margin-top: 12px
    }

    .room-body small {
        text-align: left
    }
}