
        /* ==========================================================
           VARIABLES
        ========================================================== */

        :root {
            --cream: #f7f3ec;
            --cream-light: #fdfbf7;
            --cream-dark: #ede5d9;

            --green: #18372f;
            --green-light: #2c5147;

            --gold: #b4935f;
            --gold-light: #d2b989;

            --brown: #7c6552;

            --text: #292722;
            --text-light: #756f67;

            --white: #ffffff;

            --shadow:
                0 20px 60px rgba(35, 45, 38, 0.10);

            --border:
                rgba(24, 55, 47, 0.12);

            --radius: 22px;
        }


        /* ==========================================================
           RESET
        ========================================================== */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Montserrat', sans-serif;
            color: var(--text);
            background: var(--cream-light);
            line-height: 1.6;
            overflow-x: hidden;
        }

        img {
            width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        button,
        input,
        textarea,
        select {
            font: inherit;
        }

        h1,
        h2,
        h3,
        h4 {
            font-family: 'Cormorant Garamond', serif;
            font-weight: 600;
            line-height: 1;
        }

        .container {
            width: min(1180px, calc(100% - 40px));
            margin: 0 auto;
        }


        /* ==========================================================
           GENERALES
        ========================================================== */

        .section {
            padding: 100px 0;
        }

        .section-small {
            padding: 70px 0;
        }

        .eyebrow {
            display: flex;
            align-items: center;
            gap: 14px;

            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 4px;
            color: var(--gold);
            font-weight: 600;
            margin-bottom: 18px;
        }

        .eyebrow::before {
            content: "";
            width: 35px;
            height: 1px;
            background: var(--gold);
        }

        .section-title {
            font-size: clamp(42px, 5vw, 68px);
            margin-bottom: 20px;
        }

        .section-description {
            max-width: 620px;
            color: var(--text-light);
            font-size: 15px;
        }

        .text-center {
            text-align: center;
        }

        .text-center .eyebrow {
            justify-content: center;
        }

        .text-center .eyebrow::after {
            content: "";
            width: 35px;
            height: 1px;
            background: var(--gold);
        }

        .text-center .section-description {
            margin: 0 auto;
        }


        /* ==========================================================
           BOTONES
        ========================================================== */

        .btn {
            min-height: 52px;
            padding: 0 26px;

            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;

            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;

            border-radius: 4px;
            transition: .3s ease;
        }

        .btn-primary {
            background: var(--green);
            color: var(--white);
            border: 1px solid var(--green);
        }

        .btn-primary:hover {
            background: var(--green-light);
            transform: translateY(-2px);
        }

        .btn-gold {
            background: var(--gold);
            color: var(--white);
        }

        .btn-gold:hover {
            background: #a27f4b;
            transform: translateY(-2px);
        }

        .btn-outline {
            border: 1px solid var(--green);
            color: var(--green);
        }

        .btn-outline:hover {
            background: var(--green);
            color: var(--white);
        }


        /* ==========================================================
           HEADER
        ========================================================== */

        .header {
            height: 86px;
            background: rgba(253, 251, 247, .95);

            position: absolute;
            top: 0;
            left: 0;
            width: 100%;

            z-index: 50;
            border-bottom: 1px solid rgba(255,255,255,.2);
        }

        .navbar {
            height: 86px;

            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--green);
        }

        .logo-icon {
            font-size: 30px;
            color: var(--gold);
        }

        .logo-text {
            display: flex;
            flex-direction: column;
        }

        .logo-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 27px;
            font-weight: 700;
            letter-spacing: 2px;
            line-height: 1;
        }

        .logo-subtitle {
            font-size: 7px;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            margin-top: 3px;
        }

        .nav-menu {
            display: flex;
            align-items: center;
            gap: 34px;
        }

        .nav-menu a {
            font-size: 14px;
            font-weight: 500;
            position: relative;
        }

        .nav-menu a::after {
            content: "";

            position: absolute;
            bottom: -8px;
            left: 50%;

            width: 0;
            height: 1px;

            background: var(--gold);

            transform: translateX(-50%);
            transition: .3s ease;
        }

        .nav-menu a:hover::after {
            width: 100%;
        }

        .nav-cta {
            padding: 14px 22px;
            background: var(--green);
            color: white !important;
            border-radius: 30px;
        }

        .nav-cta::after {
            display: none;
        }

        #menu-toggle {
            display: none;
        }

        .menu-button {
            display: none;
            font-size: 27px;
            color: var(--green);
            cursor: pointer;
        }


        /* ==========================================================
           HERO
        ========================================================== */

        .hero {
            min-height: 760px;

            position: relative;

            display: flex;
            align-items: center;

            padding-top: 86px;

            background:
                linear-gradient(
                    90deg,
                    rgba(247,243,236,.98) 0%,
                    rgba(247,243,236,.93) 37%,
                    rgba(247,243,236,.18) 65%,
                    rgba(0,0,0,.15) 100%
                ),
                url(
                    'https://images.unsplash.com/photo-1670529776180-60e4132ab90c?q=80&w=872&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'
                )
                center / cover no-repeat;
        }

        .hero-content {
            width: min(620px, 100%);
            padding: 80px 0;
        }

        .hero-small-title {
            font-size: 11px;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 20px;
        }

        .hero h1 {
            color: var(--green);
            font-size: clamp(62px, 7vw, 95px);
            max-width: 650px;
        }

        .hero-script {
            display: block;

            font-family: 'Parisienne', cursive;
            font-size: .75em;
            color: var(--gold);

            margin-left: 90px;
            margin-top: -2px;

            font-weight: 400;
        }

        .hero-description {
            max-width: 520px;

            font-size: 15px;
            color: #665f56;

            margin: 30px 0;
        }

        .hero-buttons {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .hero-features {
            display: flex;
            gap: 38px;
            flex-wrap: wrap;

            margin-top: 48px;
        }

        .hero-feature {
            display: flex;
            align-items: center;
            gap: 10px;

            font-size: 11px;
            max-width: 140px;
        }

        .hero-feature i {
            font-size: 25px;
            color: var(--gold);
        }

        .hero-quote {
            position: absolute;
            right: 5%;
            top: 180px;

            width: 190px;

            color: white;
            text-align: right;
        }

        .hero-quote span {
            font-family: 'Cormorant Garamond', serif;
            font-size: 29px;
            line-height: .95;
        }

        .hero-quote i {
            color: var(--gold-light);
            font-size: 24px;
            display: block;
            margin-top: 15px;
        }


        /* ==========================================================
           SERVICES
        ========================================================== */

        .services {
            background: var(--cream-light);
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);

            margin-top: 55px;

            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
        }

        .service {
            padding: 42px 18px;
            text-align: center;

            position: relative;

            transition: .3s ease;
        }

        .service:not(:last-child) {
            border-right: 1px solid var(--border);
        }

        .service:hover {
            background: var(--white);
            transform: translateY(-8px);
            box-shadow: var(--shadow);
            z-index: 2;
        }

        .service-icon {
            width: 65px;
            height: 65px;

            margin: 0 auto 20px;

            border: 1px solid var(--gold-light);
            border-radius: 50%;

            display: flex;
            align-items: center;
            justify-content: center;

            color: var(--gold);
            font-size: 27px;
        }

        .service h3 {
            font-size: 23px;
            margin-bottom: 10px;
        }

        .service p {
            font-size: 11px;
            color: var(--text-light);
            line-height: 1.8;
        }


        /* ==========================================================
           ABOUT
        ========================================================== */

        .about {
            padding: 0;
            background: var(--cream);
        }

        .about-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            min-height: 650px;
        }

        .about-image {
            position: relative;

            background:
                url(
                    'https://images.unsplash.com/photo-1464366400600-7168b8af9bc3?auto=format&fit=crop&w=1200&q=90'
                )
                center / cover no-repeat;
        }

        .about-message {
            position: absolute;
            top: 60px;
            left: 40px;

            font-family: 'Parisienne', cursive;
            color: var(--green);
            font-size: 34px;

            transform: rotate(-7deg);
        }

        .about-content {
            padding: 90px;

            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        .about-content .section-title {
            max-width: 560px;
        }

        .about-features {
            display: grid;
            grid-template-columns: repeat(4, 1fr);

            margin: 40px 0;

            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
        }

        .about-feature {
            padding: 24px 10px;
            text-align: center;
        }

        .about-feature i {
            font-size: 25px;
            color: var(--gold);
        }

        .about-feature span {
            display: block;

            margin-top: 10px;

            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: .8px;
        }


        /* ==========================================================
           EVENT TYPES
        ========================================================== */

        .event-types {
            background: var(--cream-light);
        }

        .event-header {
            display: flex;
            justify-content: space-between;
            align-items: end;
            gap: 30px;
            margin-bottom: 40px;
        }

        .event-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 18px;
        }

        .event-card {
            position: relative;

            min-height: 310px;

            border-radius: 8px;

            overflow: hidden;

            cursor: pointer;
        }

        .event-card img {
            position: absolute;
            inset: 0;

            width: 100%;
            height: 100%;
            object-fit: cover;

            transition: .6s ease;
        }

        .event-card::after {
            content: "";

            position: absolute;
            inset: 0;

            background:
                linear-gradient(
                    transparent 35%,
                    rgba(18,36,31,.8) 100%
                );

            z-index: 1;
        }

        .event-card:hover img {
            transform: scale(1.08);
        }

        .event-card-content {
            position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px;

            z-index: 2;

            color: white;
        }

        .event-card h3 {
            font-size: 25px;
        }

        .event-card p {
            font-size: 9px;
            margin-top: 4px;
            opacity: .8;
        }


        /* ==========================================================
           EXPERIENCE / DIFERENCIALES
        ========================================================== */

        .experience {
            background: var(--green);
            color: white;
        }

        .experience .section-title {
            color: white;
        }

        .experience .section-description {
            color: rgba(255,255,255,.65);
        }

        .experience-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);

            margin-top: 60px;

            border-top: 1px solid rgba(255,255,255,.15);
        }

        .experience-item {
            padding: 45px 30px 20px;
            text-align: center;

            border-right: 1px solid rgba(255,255,255,.15);
        }

        .experience-item:last-child {
            border-right: 0;
        }

        .experience-item i {
            font-size: 35px;
            color: var(--gold-light);
        }

        .experience-item h3 {
            font-size: 25px;
            margin: 18px 0 10px;
        }

        .experience-item p {
            font-size: 11px;
            color: rgba(255,255,255,.6);
            line-height: 1.8;
        }


        /* ==========================================================
           GALLERY
        ========================================================== */

        .gallery {
            background: var(--cream);
        }

        .gallery-grid {
            display: grid;

            grid-template-columns:
                1.4fr 1fr 1fr;

            grid-template-rows:
                260px 260px;

            gap: 14px;

            margin-top: 50px;
        }

        .gallery-item {
            overflow: hidden;
            border-radius: 7px;
        }

        .gallery-item:first-child {
            grid-row: span 2;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;

            transition: .5s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.06);
        }


        /* ==========================================================
           TESTIMONIAL
        ========================================================== */

        .testimonial {
            background: var(--cream-light);
        }

        .testimonial-card {
            max-width: 900px;
            margin: 50px auto 0;

            background: white;

            padding: 50px;

            border-radius: 10px;
            box-shadow: var(--shadow);

            display: grid;
            grid-template-columns: 100px 1fr;
            gap: 35px;

            position: relative;
        }

        .testimonial-avatar {
            width: 90px;
            height: 90px;

            object-fit: cover;

            border-radius: 50%;
        }

        .quote-icon {
            font-family: Georgia, serif;

            position: absolute;
            right: 40px;
            top: 15px;

            font-size: 100px;

            color: var(--cream-dark);

            line-height: 1;
        }

        .testimonial-text {
            font-family: 'Cormorant Garamond', serif;
            font-size: 25px;
            font-style: italic;
            line-height: 1.4;

            margin-bottom: 20px;
        }

        .testimonial-client strong {
            display: block;
            font-size: 12px;
            color: var(--green);
        }

        .testimonial-client span {
            font-size: 10px;
            color: var(--text-light);
        }

        .stars {
            color: var(--gold);
            margin-top: 12px;
            font-size: 13px;
        }


        /* ==========================================================
           CTA
        ========================================================== */

        .final-cta {
            min-height: 500px;

            display: flex;
            align-items: center;

            color: white;

            background:
                linear-gradient(
                    90deg,
                    rgba(20,51,43,.97),
                    rgba(20,51,43,.8),
                    rgba(20,51,43,.3)
                ),
                url(
                    'https://images.unsplash.com/photo-1507504031003-b417219a0fde?auto=format&fit=crop&w=2000&q=90'
                )
                center / cover no-repeat;
        }

        .final-cta-content {
            width: min(600px, 100%);
        }

        .final-cta h2 {
            font-size: clamp(50px, 6vw, 76px);
            margin-bottom: 20px;
        }

        .final-cta p {
            color: rgba(255,255,255,.7);
            max-width: 500px;
            margin-bottom: 30px;
        }

        .final-cta .eyebrow {
            color: var(--gold-light);
        }

        .final-cta .eyebrow::before {
            background: var(--gold-light);
        }


        /* ==========================================================
           FOOTER
        ========================================================== */

        .footer {
            background: #f4eee5;
            padding-top: 70px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
            gap: 60px;

            padding-bottom: 60px;
        }

        .footer-brand p {
            font-size: 11px;
            color: var(--text-light);
            max-width: 280px;
            margin-top: 20px;
        }

        .footer h4 {
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 10px;
            margin-bottom: 18px;
        }

        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .footer-links a,
        .footer-contact p {
            font-size: 11px;
            color: var(--text-light);
        }

        .footer-links a:hover {
            color: var(--green);
        }

        .socials {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .socials a {
            width: 34px;
            height: 34px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 50%;

            background: var(--green);
            color: white;

            font-size: 13px;

            transition: .3s ease;
        }

        .socials a:hover {
            background: var(--gold);
            transform: translateY(-3px);
        }

        .footer-bottom {
            padding: 22px 0;

            border-top: 1px solid var(--border);

            display: flex;
            justify-content: space-between;

            font-size: 9px;
            color: var(--text-light);
        }


        /* ==========================================================
           WHATSAPP
        ========================================================== */

        .whatsapp-float {
            position: fixed;
            right: 25px;
            bottom: 25px;

            width: 58px;
            height: 58px;

            display: flex;
            align-items: center;
            justify-content: center;

            background: #25d366;
            color: white;

            border-radius: 50%;

            font-size: 27px;

            z-index: 100;

            box-shadow:
                0 10px 30px rgba(0,0,0,.2);

            transition: .3s ease;
        }

        .whatsapp-float:hover {
            transform: translateY(-5px) scale(1.05);
        }


        /* ==========================================================
           RESPONSIVE
        ========================================================== */

        @media(max-width: 1100px) {

            .services-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .service {
                border-bottom: 1px solid var(--border);
            }

            .about-content {
                padding: 60px;
            }

            .event-grid {
                grid-template-columns: repeat(3, 1fr);
            }

        }


        @media(max-width: 900px) {

            .menu-button {
                display: block;
            }

            .nav-menu {
                position: absolute;
                top: 86px;
                left: 0;

                width: 100%;

                padding: 30px;

                background: var(--cream-light);

                flex-direction: column;

                opacity: 0;
                visibility: hidden;

                transform: translateY(-10px);

                transition: .3s ease;

                box-shadow: 0 20px 30px rgba(0,0,0,.1);
            }

            #menu-toggle:checked ~ .nav-menu {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
            }

            .hero {
                min-height: auto;

                background:
                    linear-gradient(
                        rgba(247,243,236,.92),
                        rgba(247,243,236,.92)
                    ),
                    url(
                        'https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1500&q=90'
                    )
                    center / cover no-repeat;
            }

            .hero-quote {
                display: none;
            }

            .about-wrapper {
                grid-template-columns: 1fr;
            }

            .about-image {
                height: 500px;
            }

            .experience-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .experience-item {
                border-bottom: 1px solid rgba(255,255,255,.15);
            }

            .gallery-grid {
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 350px 250px 250px;
            }

            .gallery-item:first-child {
                grid-column: span 2;
                grid-row: auto;
            }

            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }

        }


        @media(max-width: 650px) {

            .container {
                width: min(100% - 28px, 1180px);
            }

            .section {
                padding: 75px 0;
            }

            .hero {
                text-align: center;
            }

            .hero-content {
                padding: 70px 0 50px;
            }

            .hero h1 {
                font-size: 55px;
            }

            .hero-script {
                margin-left: 0;
            }

            .hero-buttons {
                justify-content: center;
            }

            .hero-features {
                justify-content: center;
                gap: 20px;
            }

            .hero-feature {
                width: calc(50% - 20px);
                justify-content: center;
                text-align: left;
            }

            .services-grid {
                grid-template-columns: 1fr 1fr;
            }

            .service:not(:last-child) {
                border-right: none;
            }

            .about-image {
                height: 400px;
            }

            .about-message {
                font-size: 26px;
                left: 20px;
            }

            .about-content {
                padding: 60px 25px;
            }

            .about-features {
                grid-template-columns: repeat(2, 1fr);
            }

            .event-header {
                flex-direction: column;
                align-items: flex-start;
            }

            .event-grid {
                grid-template-columns: 1fr 1fr;
            }

            .event-card {
                min-height: 280px;
            }

            .experience-grid {
                grid-template-columns: 1fr;
            }

            .experience-item {
                border-right: 0;
            }

            .gallery-grid {
                display: grid;
                grid-template-columns: 1fr;
                grid-template-rows: auto;
            }

            .gallery-item,
            .gallery-item:first-child {
                grid-column: auto;
                grid-row: auto;
                height: 300px;
            }

            .testimonial-card {
                grid-template-columns: 1fr;
                text-align: center;
                padding: 35px 25px;
            }

            .testimonial-avatar {
                margin: 0 auto;
            }

            .quote-icon {
                display: none;
            }

            .footer-grid {
                grid-template-columns: 1fr;
                gap: 35px;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 8px;
                text-align: center;
            }

        }


        @media(max-width: 450px) {

            .event-grid {
                grid-template-columns: 1fr;
            }

            .services-grid {
                grid-template-columns: 1fr;
            }

            .hero h1 {
                font-size: 48px;
            }

            .section-title {
                font-size: 42px;
            }

            .hero-features {
                flex-direction: column;
                align-items: center;
            }

            .hero-feature {
                width: 180px;
            }

        }