/*
Theme Name: Urban Suite Malaga v2
Description: Beheerbaar one-page thema voor Urban Suite Malaga.
Version: 2.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: urban-suite-malaga-v2
*/

:root {
    --cream: #f7f3ec;
    --green: #23372f;
    --dark: #14241e;
    --accent: #b65f39;
    --peach: #d9895c;
    --sand: #eadfce;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--green);
    font: 16px/1.65 Arial, sans-serif;
}

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

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

/* HEADER */

.site-header {
    position: fixed;
    z-index: 99;
    inset: 0 0 auto;
    background: rgba(247, 243, 236, .95);
    border-bottom: 1px solid #23372f20;
    backdrop-filter: blur(10px);
}

body.admin-bar .site-header {
    top: 32px;
}

.head {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* LOGO + NAAM */

.brand {
    display: flex;
    align-items: center;
    gap: var(--logo-gap, 14px);
    flex-shrink: 0;
    text-decoration: none;
    color: var(--green);
}

.brand-logo {
    width: var(--logo-width, 70px);
    height: auto;
    max-height: 65px;
    object-fit: contain;
}

.brand-name {
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: .03em;
    white-space: nowrap;
    color: var(--green);
}

/* NAVIGATIE */

.nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.nav a {
    text-decoration: none;
    color: var(--green);
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}

.button {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}

.toggle {
    display: none;
    border: 0;
    background: none;
    font-size: 28px;
}

/* SECTIES */

section {
    scroll-margin-top: 80px;
}

.hero {
    min-height: 92vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-top: 80px;
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #14241ee8, #14241e10);
}

.hero-content {
    position: relative;
    color: #fff;
    padding-bottom: 70px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 12px;
    color: var(--accent);
    font-weight: 700;
}

.hero .eyebrow {
    color: #f0c6a8;
}

h1,
h2,
h3 {
    font-family: Georgia, serif;
    font-weight: 400;
}

.hero h1 {
    font-size: clamp(55px, 8vw, 100px);
    line-height: .95;
    margin: 15px 0;
}

.hero p {
    font-size: 19px;
    max-width: 620px;
}

.section {
    padding: 95px 0;
}

.title {
    font-size: clamp(40px, 5vw, 65px);
    line-height: 1.05;
    margin: 15px 0;
}

/* FACTS */

.facts {
    background: var(--green);
    color: #fff;
}

.facts .wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    padding: 22px 0;
}

/* APPARTEMENT */

.grid2 {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 65px;
}

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

.card {
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    margin: 0;
}

.card.wide {
    grid-column: 1 / -1;
}

.card img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.card.wide img {
    height: 400px;
}

.card figcaption {
    padding: 18px;
}

.card h3 {
    font-size: 27px;
    margin: 0;
}

/* GALERIJ */

.gallery {
    background: var(--sand);
}

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

.gallery-grid img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 18px;
}

/* LOCATIE */

.location {
    background: var(--green);
    color: #fff;
}

.map,
.booking-frame {
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    min-height: 520px;
}

.map iframe,
.booking-frame iframe {
    width: 100%;
    min-height: 520px;
    height: 100%;
    border: 0;
    display: block;
}

/* RESERVEREN */

.booking {
    text-align: center;
}

.booking-frame {
    margin-top: 30px;
    min-height: 760px;
}

.booking-frame iframe {
    min-height: 700px;
}

/* CONTACT */

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

.links {
    display: grid;
    gap: 12px;
}

.links a {
    border: 1px solid #ffffff55;
    border-radius: 15px;
    padding: 17px;
    color: #fff;
    text-decoration: none;
}

/* FOOTER */

.footer {
    background: var(--dark);
    color: #ffffffb0;
    padding: 35px 0;
}

.footer .wrap {
    display: flex;
    justify-content: space-between;
}

.footer b {
    color: #fff;
    font: 22px Georgia, serif;
}

/* TABLET */

@media (max-width: 1000px) {

    .nav {
        gap: 16px;
    }

    .nav a {
        font-size: 13px;
    }

    .brand-name {
        font-size: 19px;
    }
}

/* MOBIEL */

@media (max-width: 850px) {

    body.admin-bar .site-header {
        top: 46px;
    }

    .head {
        min-height: 80px;
    }

    .toggle {
        display: block;
    }

    .nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background: var(--cream);
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }

    .nav.open {
        display: flex;
    }

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

    .facts .wrap {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .brand-name {
        font-size: 18px;
    }

    .brand-logo {
        max-height: 55px;
    }
}

/* KLEIN MOBIEL */

@media (max-width: 560px) {

    .wrap {
        width: calc(100% - 28px);
    }

    .cards,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .card.wide {
        grid-column: auto;
    }

    .footer .wrap {
        display: block;
    }

    .section {
        padding: 70px 0;
    }

    .brand-name {
        font-size: 16px;
    }

    .brand-logo {
        width: min(var(--logo-width, 70px), 55px);
    }
}
/* TARIEVEN */

.pricing-box {
    max-width: 1000px;
    margin: 40px auto;
}

.pricing-box h3 {
    text-align: center;
    color: #015768;
    margin-bottom: 25px;
}

.pricing-table {
    width: auto;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 40px 18px;
}

.pricing-table th {
    text-align: left;
    color: #015768;
    font-weight: 700;
    padding: 0;
}

.pricing-table td {
    text-align: left;
    vertical-align: top;
    padding: 0;
}

.pricing-table td:nth-child(2),
.pricing-table th:nth-child(2) {
    text-align: center;
    min-width: 120px;
}

.pricing-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 0.95rem;
}
.pricing-box {
2
background:red !important;
3
}/* TARIEVEN */
2
 
3
.pricing-box {
4
width: 100%;
5
margin: 40px auto;
6
}
7
 
8
.pricing-box h3 {
9
text-align: center;
10
margin-bottom: 25px;
11
}
12
 
13
.pricing-table {
14
margin: 0 auto;
15
width: auto;
16
border-collapse: collapse;
17
}
18
 
19
.pricing-table th {
20
text-align: left;
21
padding: 10px 30px;
22
font-weight: bold;
23
}
24
 
25
.pricing-table td {
26
text-align: left;
27
padding: 10px 30px;
28
vertical-align: top;
29
}
30
 
31
.pricing-table td:nth-child(2),
32
.pricing-table th:nth-child(2) {
33
text-align: center;
34
}
35
 
36
.pricing-note {
37
text-align: center;
38
margin-top: 20px;
39
}