:root {
    --primary-color: #FFD700;
    /* Golden Yellow */
    --secondary-color: #FFFACD;
    /* Lemon Chiffon */
    --accent-color: #2F2F2F;
    /* Soft Black */
    --white: #ffffff;
    --font-heading: 'Fredoka One', cursive;
    --font-body: 'Nunito', sans-serif;
}

body {
    font-family: var(--font-body);
    color: var(--accent-color);
    background-color: var(--white);
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-family: var(--font-heading);
    color: var(--accent-color);
}

.big-font {
    font-size: 4rem;
    line-height: 1.1;
    color: var(--accent-color);
    text-shadow: 2px 2px 0px var(--white);
}

.medium-font {
    font-size: 2.5rem;
}

.text-uppercase-spaced {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    font-weight: 700;
}

/* Fluid Layout & Honey Drip */
.section-full {
    width: 100%;
    padding: 6rem 0;
    position: relative;
}

.bg-yellow {
    background-color: var(--primary-color);
}

.bg-light-yellow {
    background-color: var(--secondary-color);
}

.honey-drip-top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.honey-drip-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.honey-drip-top svg,
.honey-drip-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.honey-drip-top .shape-fill,
.honey-drip-bottom .shape-fill {
    fill: var(--white);
}

/* Hexagon Shapes */
.hexagon-container {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hexagon-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hexagon-icon-box {
    width: 120px;
    height: 120px;
    background: var(--primary-color);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--accent-color);
    font-size: 3rem;
    transition: transform 0.3s ease;
}

.hexagon-icon-box:hover {
    transform: rotate(30deg);
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: radial-gradient(circle, #fffacd 0%, #ffd700 100%);
    position: relative;
    overflow: hidden;
}

/* Honeycomb Pattern Background */
.honeycomb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='104' viewBox='0 0 60 104' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0l30 17.3v34.6L30 69.2 0 51.9V17.3zM30 104l30-17.3V52L30 34.6 0 52v34.6z' fill='%23ffffff' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

/* Buttons */
.btn-bee {
    background-color: var(--accent-color);
    color: var(--primary-color);
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-decoration: none;
}

.btn-bee:hover {
    background-color: var(--white);
    color: var(--accent-color);
    transform: translateY(-3px);
    text-decoration: none;
}

/* Bee Animation */
.bee {
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%232F2F2F' d='M352 256c0 22.2-1.2 43.5-3.3 64H163.3c-2.2-20.5-3.3-41.8-3.3-64s1.2-43.5 3.3-64h185.4c2.2 20.5 3.3 41.8 3.3 64z'/%3E%3Cpath fill='%23FFD700' d='M163.3 256c0-22.2 1.2-43.5 3.3-64h-36.2c-12.7 0-24.3 6.9-30.7 18.2l-22.4 40c-3.1 5.5-3.1 12.2 0 17.7l22.4 40c6.4 11.3 18 18.2 30.7 18.2h36.2c-2.2-20.5-3.3-41.8-3.3-64z'/%3E%3Cpath fill='%23FFD700' d='M348.7 192h36.2c12.7 0 24.3 6.9 30.7 18.2l22.4 40c3.1 5.5 3.1 12.2 0 17.7l-22.4 40c-6.4 11.3-18 18.2-30.7 18.2h-36.2c2.2-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64z'/%3E%3Cpath fill='%2387CEEB' d='M128 160c0-53 43-96 96-96s96 43 96 96H128zm96 192c-53 0-96 43-96 96h192c0-53-43-96-96-96z' opacity='0.7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    animation: fly 10s linear infinite;
}

@keyframes fly {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(100px, -50px) rotate(15deg);
    }

    50% {
        transform: translate(200px, 0) rotate(0deg);
    }

    75% {
        transform: translate(100px, 50px) rotate(-15deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

/* Countdown Hexagons */
.countdown-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.countdown-hex {
    width: 80px;
    height: 90px;
    background: var(--accent-color);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.countdown-number {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.countdown-label {
    font-size: 0.6rem;
    text-transform: uppercase;
}

/* Music Control */
.music-control {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.btn-music-hex {
    width: 60px;
    height: 60px;
    background-color: var(--white);
    color: var(--primary-color);
    border: none;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    outline: none;
    font-size: 1.5rem;
}

.btn-music-hex:hover {
    transform: scale(1.1);
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-music-hex.playing {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Gallery Grid */
.abejita-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    padding: 0 2rem;
}

.gallery-item-hex {
    width: 100%;
    aspect-ratio: 1;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.gallery-item-hex:hover {
    transform: scale(1.05);
}

.gallery-item-hex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Parents Hexagons */
.parents-hex {
    width: 150px;
    height: 150px;
    background: var(--white);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    border: 5px solid var(--primary-color);
}

/* Timeline */
.timeline-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: var(--primary-color);
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    width: 50%;
    padding: 0 2rem;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

.timeline-icon {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background: var(--white);
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: var(--accent-color);
}

.timeline-item:nth-child(odd) .timeline-icon {
    right: -25px;
}

.timeline-item:nth-child(even) .timeline-icon {
    left: -25px;
}

.timeline-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.timeline-time {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

/* Accommodation Cards */
.accom-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-bottom: 5px solid var(--primary-color);
}

.accom-card:hover {
    transform: translateY(-5px);
}

/* Footer */
footer a:hover {
    color: var(--white) !important;
}