﻿
/* =====================================================
   RESET
===================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #292722;
    font-family: "Montserrat", sans-serif;
}

img {
    display: block;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}


/* =====================================================
   COLORI
===================================================== */

:root {

    --green: #173d2d;
    --green-light: #244d3a;

    --gold: #aa8b52;
    --gold-light: #c2a66d;

    --cream: #f6f4ef;

    --text: #302e29;

    --border: #dedbd4;

}


/* =====================================================
   HEADER
===================================================== */

.site-header {

    height: 76px;

    background: #fff;

    border-bottom: 1px solid #e8e5df;

    position: relative;

    z-index: 1000;

}


.header-container {

    width: 94%;

    max-width: 1500px;

    height: 100%;

    margin: auto;

    display: flex;

    align-items: center;

    gap: 35px;

}


.brand {

    width: 125px;

    min-width: 125px;

    text-align: center;

}


.brand-mark {

    height: 16px;

    color: var(--gold);

    font-size: 20px;

    line-height: 16px;

}


.brand-name {

    font-family: "Cormorant Garamond", serif;

    font-size: 25px;

    letter-spacing: 3px;

    line-height: 25px;

}


.brand-subtitle {

    font-size: 7px;

    letter-spacing: 1.5px;

}


.brand-stars {

    color: var(--gold);

    font-size: 7px;

    letter-spacing: 2px;

    margin-top: 2px;

}


.main-navigation {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    flex: 1;

    gap: 23px;

}


.main-navigation a {

    font-size: 8px;

    white-space: nowrap;

    font-weight: 500;

    color: #37352f;

    transition: .25s;

}


.main-navigation a:hover {

    color: var(--gold);

}


.main-navigation .selected {

    color: var(--gold);

    border-bottom: 1px solid var(--gold);

    padding-bottom: 4px;

}


/* =====================================================
   MOBILE MENU
===================================================== */

.mobile-menu {

    display: none;

    border: 0;

    background: transparent;

    width: 40px;

    cursor: pointer;

}


.mobile-menu span {

    display: block;

    width: 28px;

    height: 2px;

    margin: 5px auto;

    background: var(--green);

    transition: .3s;

}


/* =====================================================
   HERO
===================================================== */

.hero {

    position: relative;

    min-height: 420px;

    overflow: hidden;

    display: flex;

    align-items: center;

}


.hero-background {

    position: absolute;

    inset: 0;

    background:
        url("images/hero.jpg")
        center / cover no-repeat;

}


.hero-dark {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(18,15,10,.82) 0%,
            rgba(18,15,10,.58) 45%,
            rgba(18,15,10,.18) 100%
        );

}


.hero-container {

    width: 90%;

    max-width: 1400px;

    margin: auto;

    position: relative;

    z-index: 2;

    color: #fff;

}


.hero-label {

    color: #c7a76b;

    font-size: 10px;

    letter-spacing: 1px;

    margin-bottom: 8px;

}


.hero h1 {

    font-family: "Cormorant Garamond", serif;

    font-weight: 500;

    font-size: clamp(45px, 5vw, 68px);

    line-height: .92;

    max-width: 720px;

}


.hero-description {

    font-size: 12px;

    line-height: 1.55;

    margin-top: 16px;

    color: #eee;

}


.hero-info {

    display: flex;

    gap: 38px;

    margin-top: 19px;

}


.hero-info-item {

    display: flex;

    align-items: center;

    gap: 9px;

}


.hero-info-item svg {

    width: 34px;

    height: 34px;

    fill: none;

    stroke: var(--gold-light);

    stroke-width: 1.3;

    stroke-linecap: round;

    stroke-linejoin: round;

}


.hero-info-item span {

    display: block;

    font-size: 7px;

    color: #d6c8a8;

}


.hero-info-item strong {

    display: block;

    font-size: 11px;

    font-weight: 500;

    margin-top: 2px;

}


.hero-buttons {

    display: flex;

    gap: 14px;

    margin-top: 20px;

}


.button {

    min-height: 37px;

    padding: 0 24px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    font-size: 9px;

    letter-spacing: .3px;

}


.button-green {

    background: var(--green);

    color: white;

}


.button-outline {

    border: 1px solid var(--gold-light);

    color: white;

}


.button-outline:hover {

    background: rgba(255,255,255,.1);

}


/* =====================================================
   INTRO
===================================================== */

.intro-section {

    width: 88%;

    max-width: 1400px;

    margin: auto;

    padding: 28px 0;

    display: grid;

    grid-template-columns: 38% 62%;

}


.intro-left {

    padding-right: 55px;

    border-right: 1px solid #ddd;

}


.intro-section h2,
.occasions h2,
.pricing > h2 {

    font-family: "Cormorant Garamond", serif;

    font-size: 23px;

    font-weight: 500;

    line-height: 1.1;

}


.gold-line {

    width: 40px;

    height: 2px;

    background: var(--gold);

    margin: 10px 0 13px;

}


.intro-left p {

    color: #5c5952;

    font-size: 1ill: none;

    stroke: var(--gold);

    stroke-width: 1.25;

    stroke-linecap: round;

    stroke-linejoin: round;

    margin: auto;

    transition: .25s;

}


.occasion:hover .occasion-icon {

    transform: scale(1.08);

}


.ocpx;

    margin-top: 4px;

}


.occasions {

    padding-left: 55px;

}


.occasion-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 23px 20px;

    margin-top: 15px;

}


.occasion {

    text-align: center;

}


.occasion-icon {

    width: 55px;

    height: 55px;

    fill: none;

    stroke: var(--gold);

    stroke-width: 1.25;

    stroke-linecap: round;

    stroke-linejoin: round;

    margin: auto;

    transition: .25s;

}


.occasion:hover .occasion-icon {

    transform: scale(1.08);

}


.occasion h3 {

    font-family: "Cormorant Garamond", serif;

    font-size: 18px;

    font-weight: 600;

    margin-top: 5px;

}


.occasion p {

    font-size: 13px;

    line-height: 1.45;

    color: #5f5b54;

    margin-top: 3px;

}


/* =====================================================
   GALLERY
===================================================== */

.gallery {

    display: grid;

    grid-template-columns:
        1.35fr
        1fr
        1.1fr
        1fr
        1fr;

    grid-template-rows: 130px 130px;

    gap: 3px;

    width: 100%;

}


.gallery-item {

    overflow: hidden;

}


.gallery-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform .5s;

}


.gallery-item:hover img {

    transform: scale(1.04);

}


/* =====================================================
   PRICING
===================================================== */

.pricing {

    width: 88%;

    max-width: 1300px;

    margin: auto;

    text-align: center;

    padding: 20px 0 25px;

}


.pricing > h2 {

    font-size: 23px;

}


.gold-line.center {

    margin: 9px auto 18px;

}


.pricing-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;

}


.pricing-card {

    background: #f7f5f1;

    padding: 15px 30px;

}


.pricing-icon {

    width: 55px;

    height: 55px;

    fill: none;

    stroke: var(--gold);

    stroke-width: 1.2;

    stroke-linecap: round;

    stroke-linejoin: round;

}


.pricing-card > span {

    display: block;

    font-size: 17px;

    margin-top: 3px;

}


.big-number {

    display: block;

    font-family: "Cormorant Garamond", serif;

    font-size: 37px;

    font-weight: 500;

    line-height: 1;

    margin-top: 2px;

}


.pricing-card b {

    display: block;

    font-size: 14px;

    font-weight: 500;

}


.pricing-card p {

    font-size: 15px;

    line-height: 1.45;

    color: #6c6861;

    margin-top: 8px;

}


.pricing-note {

    max-width: 850px;

    margin: 9px auto;

    font-size: 15px;

    line-height: 1.5;

    color: #74716b;

}


/* =====================================================
   CONTACT
===================================================== */

.event-contact {

    width: 100%;

    max-width: 1300px;

    margin: auto;

    display: grid;

 

}


.catering-box {

    color: white;

    padding: 25px 27px;

    background: linear-gradient( rgb(63, 45, 47), rgb(65, 46, 48) ), url("images/catering.jpg") center / cover;

}


.catering-box h2,
.form-box h2 {

    font-family: "Cormorant Garamond", serif;

    font-size: 20px;

    font-weight: 500;

    line-height: 1.1;

}


.catering-box p {

    font-size: 16px;

    line-height: 1.6;

    margin: 11px 0;

}


.catering-box ul {

    list-style: none;

}


.catering-box li {

    font-size: 14px;

    line-height: 1.4;

    margin: 7px 0;

}


.catering-box li::before {

    content: "✓";

    color: var(--gold-light);

    margin-right: 7px;

}


.catering-button {

    display: inline-block;

    border: 1px solid #c7b17e;

    padding: 9px 13px;

    margin-top: 7px;

    font-size: 11px;

}


.form-box {

    
    padding: 19px 27px;

}


.form-box > p {

    font-size: 16px;

    color: #666;

    margin: 5px 0 12px;

}


.form-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 9px;

}


.field {

    display: flex;

    flex-direction: column;

}


.field label {

    font-size: 17px;

    margin-bottom: 3px;

}


.field input,
.field select,
.field textarea {

    border: 1px solid #dedbd5;

    background: white;

    padding: 7px;

    font-family: inherit;

    font-size: 14px;

    outline: none;

}


.field textarea {

    min-height: 62px;

    resize: vertical;

}


.textarea-field {

    margin-top: 9px;

}


.form-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    margin-top: 9px;

}


.privacy {

    font-size: 14px;

    line-height: 1.4;

    color: #777;

    max-width: 58%;

}


.privacy input {

    width: auto;

    vertical-align: middle;

    margin-right: 4px;

}


.submit-button {

    border: 0;

    background: #412e30;

    color: white;

    padding: 11px 18px;

    font-family: inherit;

    font-size: 13px;

    cursor: pointer;

}


/* =====================================================
   FINAL CTA
===================================================== */

.final-cta {

    min-height: 165px;

    margin-top: 8px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    overflow: hidden;

}


.final-background {

    position: absolute;

    inset: 0;

    background:
        url("images/final-cta.jpg")
        center / cover;

}


.final-overlay {

    position: absolute;

    inset: 0;

    background: rgba(18,31,20,.63);

}


.final-content {

    position: relative;

    z-index: 2;

    color: white;

}


.final-content h2 {

    font-family: "Cormorant Garamond", serif;

    font-size: 27px;

    font-weight: 500;

}


.final-content p {

    max-width: 600px;

    margin: 5px auto 12px;

    font-size: 8px;

    line-height: 1.6;

}


/* =====================================================
   FOOTER
===================================================== */

.footer {

    background: var(--green);

    color: white;

    padding: 30px 5%;

}


.footer-container {

    max-width: 1400px;

    margin: auto;

    display: grid;

    grid-template-columns:
        1.1fr
        1.5fr
        1fr
        1fr
        1fr
        1.15fr;

    gap: 25px;

}


.footer-logo {

    font-family: "Cormorant Garamond", serif;

    font-size: 29px;

    letter-spacing: 3px;

}


.footer-brand > span {

    font-size: 7px;

    letter-spacing: 1px;

}


.footer-contact {

    font-size: 7px;

    line-height: 1.8;

}


.social-icons {

    display: flex;

    gap: 6px;

    margin-top: 7px;

}


.social-icons span {

    width: 18px;

    height: 18px;

    border: 1px solid rgba(255,255,255,.5);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 8px;

}


.footer-column h4 {

    color: var(--gold-light);

    font-size: 8px;

    font-weight: 500;

    margin-bottom: 8px;

}


.footer-column a {

    display: block;

    font-size: 7px;

    color: #e5e5e5;

    margin: 6px 0;

}


.footer-book a {

    display: block;

    border: 1px solid #b69a5d;

    padding: 11px;

    text-align: center;

    font-size: 8px;

}


.footer-book small {

    display: block;

    color: var(--gold-light);

    font-size: 6px;

    margin-top: 4px;

}


/* =====================================================
   WHATSAPP
===================================================== */

.whatsapp {

    position: fixed;

    right: 17px;

    bottom: 17px;

    width: 43px;

    height: 43px;

    background: #25d366;

    color: white;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 2000;

    box-shadow: 0 3px 15px rgba(0,0,0,.25);

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1150px) {

    .main-navigation {
        gap: 12px;
    }

    .main-navigation a {
        font-size: 7px;
    }

    .header-container {
        gap: 15px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 800px) {

    .site-header {
        height: 68px;
    }

    .header-container {
        justify-content: space-between;
    }

    .mobile-menu {
        display: block;
    }

    .main-navigation {

        position: absolute;

        top: 68px;

        left: 0;

        right: 0;

        display: none;

        flex-direction: column;

        align-items: stretch;

        gap: 0;

        padding: 8px 25px;

        background: white;

        box-shadow: 0 10px 25px rgba(0,0,0,.12);

    }


    .main-navigation.open {
        display: flex;
    }


    .main-navigation a {

        padding: 12px 0;

        border-bottom: 1px solid #eee;

        font-size: 9px;

    }


    /* HERO */

    .hero {
        min-height: 570px;
    }


    .hero-container {
        width: 88%;
    }


    .hero h1 {
        font-size: 46px;
    }


    .hero-description br {
        display: none;
    }


    .hero-info {
        flex-direction: column;

        gap: 13px;
    }


    .hero-buttons {
        flex-direction: column;

        align-items: flex-start;
    }


    /* INTRO */

    .intro-section {

        display: block;

        width: 88%;

    }


    .intro-left {

        padding: 0 0 28px;

        border-right: 0;

        border-bottom: 1px solid #ddd;

    }


    .occasions {

        padding: 28px 0 0;

    }


    .occasion-grid {

        grid-template-columns: repeat(2, 1fr);

    }


    /* GALLERY */

    .gallery {

        grid-template-columns: repeat(2, 1fr);

        grid-template-rows: repeat(5, 150px);

    }


    /* PRICING */

    .pricing-grid {

        grid-template-columns: 1fr;

    }


    /* CONTACT */

    .event-contact {

        display: block;

    }


    .form-grid {

        grid-template-columns: 1fr;

    }


    .form-footer {

        flex-direction: column;

        align-items: stretch;

    }


    .privacy {

        max-width: 100%;

    }


    /* FOOTER */

    .footer-container {

        grid-template-columns: repeat(2, 1fr);

    }

}


/* =====================================================
   SMALL PHONE
===================================================== */

@media (max-width: 480px) {

    .brand {
        width: 110px;
        min-width: 110px;
    }


    .brand-name {
        font-size: 22px;
    }


    .hero {
        min-height: 570px;
    }


    .hero h1 {
        font-size: 40px;
    }


    .occasion-grid {

        grid-template-columns: -1fr;

    }


    .gallery {

        grid-template-columns: 1fr;

        grid-template-rows: repeat(10, 180px);

    }


    .footer-container {

        grid-template-columns: 1fr;

    }

}
