.home-hero {
    min-height: 88svh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0.18) 0%,
            rgba(0, 0, 0, 0.52) 100%
        ),
        url("/assets/home-hero.webp") center 40% / cover no-repeat;
    color: #fff;
}

.home-hero .container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    max-width: 720px;
}

.home-hero .text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-hero img {
    width: 6rem;
    height: auto;
    opacity: 0.94;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.home-hero h1 {
    margin: 0;
    font-family: "Barriecito", "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

.home-hero p {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    padding: 0.38rem 0.8rem;
    background: var(--primary-color);
    color: var(--black);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    width: fit-content;
}

.home-hero p::before {
    content: "★";
    font-size: 0.7rem;
    color: var(--accent-color);
}

.home-strip {
    background: var(--primary-color);
    border-top: 1px solid rgba(18, 18, 18, 0.14);
    border-bottom: 1px solid rgba(18, 18, 18, 0.14);
}

.home-strip-inner {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    color: var(--black);
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
}

.home-events {
    padding: 4.5rem 0;
    background: var(--secondary-color);
}

.home-events-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-events h2 {
    margin: 0;
    color: var(--text-color);
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    line-height: 1.05;
    font-family: "Archivo Black", Georgia, serif;
}

.home-events-head p {
    margin: 0;
    color: var(--text-light);
    font-size: 0.95rem;
}

.home-events-grid {
    border-top: 1px solid rgba(18, 18, 18, 0.14);
}

.home-event-card {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    align-items: center;
    gap: 1.2rem;
    padding: 1.05rem 0.4rem;
    border-bottom: 1px solid rgba(18, 18, 18, 0.14);
}

.home-event-index {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--accent-color);
}

.home-event-card h3 {
    margin: 0;
    color: var(--text-color);
    font-size: 1.08rem;
    font-weight: 700;
}

.home-event-card p {
    margin: 0.3rem 0 0;
    color: var(--text-light);
    font-size: 0.93rem;
    line-height: 1.4;
}

.home-event-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.86rem;
    border-radius: 999px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    background: #fff;
    color: var(--text-color);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.home-event-btn:hover {
    background: var(--accent-color);
    color: var(--secondary-color);
    transform: translateY(-1px);
}

.home-gallery {
    padding: 4rem 0;
    background: var(--secondary-color);
}

.home-gallery-head {
    margin-bottom: 1rem;
}

.home-gallery-head h2 {
    margin: 0;
    color: var(--text-color);
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    line-height: 1.05;
    font-family: "Archivo Black", Georgia, serif;
}

.home-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.home-gallery-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center 80%;
    border-radius: var(--radius);
    border: 1px solid rgba(18, 18, 18, 0.1);
}

.home-gallery-action {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.home-gallery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    background: #fff;
    color: var(--text-color);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.home-gallery-btn:hover {
    background: var(--accent-color);
    color: var(--secondary-color);
    transform: translateY(-1px);
}

.home-reviews {
    padding: 4.5rem 0;
    background: #f7f4ee;
}

.home-reviews-head {
    margin-bottom: 1rem;
}

.home-reviews-head h2 {
    margin: 0;
    color: var(--text-color);
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    line-height: 1.05;
    font-family: "Archivo Black", Georgia, serif;
}

.home-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.home-review-card {
    background: var(--secondary-color);
    border: 1px solid rgba(18, 18, 18, 0.1);
    border-radius: var(--radius);
    padding: 1rem;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.home-review-card[hidden] {
    display: none !important;
}

.home-review-stars {
    color: var(--primary-color);
    font-size: 0.88rem;
    letter-spacing: 0.08em;
}

.home-review-card blockquote {
    margin: 0;
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.45;
    font-style: italic;
}

.home-review-name {
    margin-top: auto;
    margin-bottom: 0;
    color: var(--text-light);
    font-size: 0.84rem;
    font-weight: 600;
}

.home-reviews-action {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.home-reviews-toggle {
    border: 1px solid rgba(18, 18, 18, 0.12);
    background: #fff;
    color: var(--text-color);
    border-radius: 999px;
    padding: 0.58rem 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.home-reviews-toggle:hover {
    background: var(--accent-color);
    color: var(--secondary-color);
    transform: translateY(-1px);
}

.home-about {
    padding: 4.5rem 0;
    background: var(--secondary-color);
}

.home-about-inner {
    display: grid;
    grid-template-columns: minmax(260px, 420px) 1fr;
    align-items: center;
    gap: clamp(1.2rem, 3vw, 3rem);
}

.home-about-inner img {
    width: 100%;
    max-width: 460px;
    height: clamp(220px, 24vw, 320px);
    object-fit: cover;
    object-position: center 35%;
    border-radius: var(--radius);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.home-about-text h2 {
    margin: 0;
    color: var(--text-color);
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    line-height: 1.05;
    font-family: "Archivo Black", Georgia, serif;
}

.home-about-text p {
    margin: 1rem 0 0;
    color: var(--text-light);
    max-width: 62ch;
}

.home-about-cta {
    margin-top: 1.25rem;
}

.home-about-cta p {
    margin: 0 0 1rem 0;
    color: var(--text-color);
    font-weight: 600;
}

@media (max-width: 900px) {
    .home-hero img {
        width: 72px;
    }

    .home-events-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .home-hero {
        min-height: 90svh;
    }

    .home-hero img {
        width: 4rem;
    }

    .home-strip-inner {
        min-height: 64px;
        font-size: 0.78rem;
        gap: 0.35rem;
    }

    .home-about {
        padding: 3.5rem 0;
    }

    .home-events {
        padding: 3.5rem 0;
    }

    .home-gallery {
        padding: 3.5rem 0;
    }

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

    .home-reviews {
        padding: 3.5rem 0;
    }

    .home-reviews-grid {
        grid-template-columns: 1fr;
    }

    .home-event-card {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 1rem 0;
    }

    .home-event-btn {
        width: fit-content;
    }
}

@media (max-width: 900px) {
    .home-about-inner {
        grid-template-columns: 1fr;
    }

    .home-about-inner img {
        max-width: 100%;
        height: clamp(220px, 52vw, 300px);
    }

    .home-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .home-reviews-grid {
        grid-template-columns: 1fr;
    }

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

}

@media (max-width: 454px) {
    .home-hero p{
        transform: translateX(-4.5rem);
        white-space: nowrap;
    }

    .home-strip-inner {
        min-height: 40px;
        font-size: 0.6rem;
        gap: 0.25rem;
    }
}

@media (max-width: 384px) {
    .home-hero p{
        white-space: nowrap;
        transform: none;
    }

    .home-hero img{
        display: none;
    }

    .home-strip-inner{
        font-size: 0.5rem;
    }
}