@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');


/* ================= GENERAL ================= */

:root {

    --ink: #17231f;
    --muted: #66716c;
    --cream: #f5f2ea;
    --paper: #fffdf8;
    --accent: #b78b4b;
    --line: #dedbd2;
    --dark: #101815;

}


* {

    box-sizing: border-box;
    margin: 0;
    padding: 0;

}


html {

    scroll-behavior: smooth;

}


body {

    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.7;

}


a {

    text-decoration: none;
    color: inherit;

}



/* ================= HEADER ================= */

.header {

    height: 78px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 7%;

    background: rgba(255, 253, 248, 0.96);

    position: sticky;

    top: 0;

    z-index: 10;

    border-bottom: 1px solid var(--line);

}


.logo {

    font-weight: 700;

    letter-spacing: 2px;

    font-size: 18px;

}


.logo span {

    font-weight: 500;

    font-size: 11px;

    display: block;

    letter-spacing: 3px;

    color: var(--accent);

}


nav {

    display: flex;

    gap: 34px;

}


nav a {

    font-size: 14px;

    font-weight: 600;

}


nav a:hover {

    color: var(--accent);

}


.menu {

    display: none;

    background: none;

    border: none;

    font-size: 27px;

}



/* ================= HOME ================= */

.hero {

    min-height: 690px;

    display: flex;

    align-items: center;

    padding: 80px 7%;

    background:

        linear-gradient(
            90deg,
            rgba(15,25,21,.86),
            rgba(15,25,21,.48)
        ),

        url(
            1.jpg
        )

        center / cover;

}


.hero-content {

    max-width: 760px;

    color: white;

}


.eyebrow {

    font-size: 12px;

    letter-spacing: 3px;

    font-weight: 700;

    color: var(--accent);

    margin-bottom: 13px;

}


h1 {

    font-family: 'Playfair Display', serif;

    font-size: clamp(54px, 8vw, 105px);

    line-height: .95;

    letter-spacing: 2px;

}


h1 span {

    font-size: .45em;

    letter-spacing: 8px;

}


.lead {

    font-size: 18px;

    max-width: 650px;

    margin: 28px 0;

    color: #edf0ec;

}


.buttons {

    display: flex;

    gap: 14px;

    flex-wrap: wrap;

}


.btn {

    display: inline-block;

    padding: 13px 23px;

    border: 1px solid var(--accent);

    font-weight: 700;

    font-size: 13px;

    cursor: pointer;

}


.primary {

    background: var(--accent);

    color: white;

}


.outline {

    color: white;

    border-color: white;

}


.btn:hover {

    transform: translateY(-2px);

}



/* ================= MISSION AND VISION ================= */

.mission-vision {

    display: grid;

    grid-template-columns: 1fr 1fr;

    max-width: 1100px;

    margin: 0 auto;

    padding: 80px 30px;

    gap: 70px;

}


.mission-vision article {

    position: relative;

    padding-left: 65px;

}


.icon {

    position: absolute;

    left: 0;

    top: 0;

    font-size: 40px;

    color: var(--accent);

}


h2 {

    font-family: 'Playfair Display', serif;

    font-size: 42px;

    line-height: 1.15;

    margin-bottom: 16px;

}



/* ================= SECTIONS ================= */

.section {

    padding: 105px 7%;

    background: var(--cream);

}


.section-heading {

    text-align: center;

    max-width: 700px;

    margin: 0 auto 50px;

}


.section-heading > p:last-child {

    color: var(--muted);

}



/* ================= SERVICES ================= */

.services {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 1px;

    background: var(--line);

    max-width: 1200px;

    margin: auto;

}


.services article {

    background: var(--paper);

    padding: 38px;

    min-height: 210px;

}


.services span {

    color: var(--accent);

    font-weight: 700;

}


h3 {

    font-family: 'Playfair Display', serif;

    font-size: 24px;

    margin: 10px 0;

}


.services p {

    color: var(--muted);

    font-size: 14px;

}



/* ================= GALLERY ================= */

.gallery-section {

    padding: 105px 7%;

}


.gallery {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 16px;

    max-width: 1200px;

    margin: auto;

}


.gallery-card {

    height: 330px;

    background-size: cover;

    background-position: center;

    position: relative;

    overflow: hidden;

}


.gallery-card div {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    padding: 25px;

    color: white;

    background:

        linear-gradient(
            transparent,
            rgba(0,0,0,.8)
        );

}


.gallery-card b {

    display: block;

    font-family: 'Playfair Display', serif;

    font-size: 23px;

}


.gallery-card small {

    opacity: .85;

}


/* Gallery Images */

.g1 {

    background-image:

    url(
        2.jpg
    );

}


.g2 {

    background-image:

    url(
        4.jpg
    );

}


.g3 {

    background-image:

    url(
        3.jpg
    );

}


.g4 {

    background-image:

    url(
        7.jpg
    );

}


.g5 {

    background-image:

    url(
        6.jpg
    );

}


.g6 {

    background-image:

    url(
        5.jpg
    );

}



/* ================= CONTACT ================= */

.contact-section {

    padding: 105px 7%;

    background: var(--cream);

}


.contact-grid {

    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns: 1.5fr .8fr;

    gap: 60px;

}


form {

    background: var(--paper);

    padding: 38px;

}


.two {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 18px;

}


label {

    display: block;

    font-size: 13px;

    font-weight: 700;

    margin-bottom: 18px;

}


input,
select,
textarea {

    display: block;

    width: 100%;

    margin-top: 7px;

    padding: 13px;

    border: 1px solid var(--line);

    background: white;

    font: inherit;

    outline: none;

}


input:focus,
select:focus,
textarea:focus {

    border-color: var(--accent);

}


form .btn {

    border: none;

}


.form-message {

    margin-top: 15px;

    color: #4e755c;

    font-size: 13px;

}



/* ================= DIRECT CONTACT ================= */

.contact-card {

    background: var(--dark);

    color: white;

    padding: 42px;

    height: max-content;

}


.contact-card h3 {

    font-size: 30px;

}


.contact-card p {

    margin: 25px 0;

    color: #d8dfdb;

}


.contact-card a {

    color: #e5bf86;

}


.contact-card .note {

    font-size: 12px;

    color: #9da9a4;

    border-top: 1px solid #39443f;

    padding-top: 18px;

}



/* ================= FOOTER ================= */

footer {

    background: #0b110f;

    color: #dbe1dd;

    padding: 55px 7% 25px;

    display: grid;

    grid-template-columns: 2fr 1fr 1fr;

    gap: 45px;

}


footer h2 {

    font-size: 25px;

    color: white;

}


footer h4 {

    color: var(--accent);

    margin-bottom: 12px;

}


footer p,
footer a {

    font-size: 13px;

    color: #aeb9b4;

    display: block;

    margin: 5px 0;

}


.copyright {

    grid-column: 1 / -1;

    border-top: 1px solid #29332f;

    padding-top: 20px;

    font-size: 12px;

    color: #7e8984;

}



/* ================= TABLET ================= */

@media (max-width: 800px) {

    .header {

        padding: 0 5%;

    }


    .menu {

        display: block;

    }


    nav {

        display: none;

        position: absolute;

        top: 78px;

        left: 0;

        right: 0;

        background: var(--paper);

        padding: 20px 7%;

        flex-direction: column;

        gap: 15px;

        border-bottom: 1px solid var(--line);

    }


    nav.open {

        display: flex;

    }


    .hero {

        min-height: 620px;

        padding: 60px 6%;

    }


    .mission-vision,
    .contact-grid {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .services {

        grid-template-columns: 1fr 1fr;

    }


    .gallery {

        grid-template-columns: 1fr 1fr;

    }


    .gallery-card {

        height: 260px;

    }


    footer {

        grid-template-columns: 1fr 1fr;

    }

}



/* ================= MOBILE ================= */

@media (max-width: 520px) {

    h2 {

        font-size: 34px;

    }


    .services,
    .gallery,
    .two,
    footer {

        grid-template-columns: 1fr;

    }


    .gallery-card {

        height: 300px;

    }


    .mission-vision {

        padding: 60px 20px;

    }


    .section,
    .gallery-section,
    .contact-section {

        padding: 75px 5%;

    }


    footer {

        padding: 45px 6%;

    }


    .copyright {

        grid-column: auto;

    }

}