.zc-hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.zc-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zc-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(223, 180, 93, 0.26), transparent 35%),
        linear-gradient(180deg, rgba(27, 15, 10, 0.3), rgba(27, 15, 10, 0.72));
}

.zc-hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 118px;
    padding-bottom: 58px;
    max-width: 760px;
}

.zc-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 800;
    color: #c08a2d;
}

.zc-kicker::before,
.section-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.zc-hero h1 {
    color: #fff6ea;
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 1.02;
    max-width: 11ch;
    margin-bottom: 14px;
    text-wrap: balance;
}

.zc-lead {
    color: #f1e8d8;
    font-size: 1.08rem;
    max-width: 58ch;
    margin-bottom: 22px;
}

.zc-hero-actions,
.zc-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.zc-intro,
.zc-highlights,
.zc-gallery-section,
.zc-cta {
    padding-block: 40px;
}

.zc-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 36px;
    align-items: start;
}

.zc-intro-copy {
    display: grid;
    gap: 16px;
}

.zc-intro-copy h2,
.zc-section-top h2,
.zc-cta-box h2 {
    margin-bottom: 12px;
}

.zc-intro-copy p,
.zc-section-top p,
.zc-cta-box p {
    margin-bottom: 0;
}

.zc-facts {
    display: grid;
    gap: 18px;
}

.zc-facts article,
.zc-highlight-card,
.zc-cta-box {
    border: 1px solid #eadfcb;
    box-shadow: 0 18px 36px rgba(24, 18, 12, 0.08);
}

.zc-facts article {
    background: linear-gradient(180deg, #fffdf8 0%, #f8f0e4 100%);
    border-radius: 18px;
    padding: 20px 18px;
}

.zc-facts strong {
    display: block;
    color: #42241a;
    font-family: "Playfair Display", serif;
    font-size: 1.28rem;
    margin-bottom: 8px;
}

.zc-facts span {
    color: #5e5a55;
    line-height: 1.58;
}

.zc-section-top {
    max-width: 70ch;
    margin-bottom: 34px;
}

.zc-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.zc-highlight-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.zc-highlight-card:hover {
    transform: translateY(-4px);
    border-color: #d7b344;
    box-shadow: 0 24px 42px rgba(24, 18, 12, 0.14);
}

.zc-highlight-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    flex: 0 0 auto;
}

.zc-highlight-body {
    padding: 24px 20px;
    background: #fffdf8;
    position: relative;
    z-index: 1;
}

.zc-highlight-body p,
.common-spotlight-body p,
.common-mini-body p {
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 800;
    color: #a16d1d;
}

.zc-highlight-body h3 {
    font-size: 1.48rem;
    margin-bottom: 10px;
}

.zc-highlight-body span,
.common-spotlight-body span {
    color: #565452;
    line-height: 1.56;
}

.zc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    grid-auto-rows: 240px;
}

.zc-gallery-item {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(22, 17, 12, 0.12);
}

.zc-gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.zc-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zc-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    background: linear-gradient(135deg, #fff6e8 0%, #fff 100%);
    border-radius: 24px;
    padding: 38px 34px;
}

@media (max-width: 1040px) {
    .zc-intro-grid,
    .zc-cta-box,
    .zc-highlight-grid {
        grid-template-columns: 1fr;
    }

    .zc-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .zc-intro,
    .zc-highlights,
    .zc-gallery-section,
    .zc-cta {
        padding-block: 44px !important;
    }

    .zc-hero {
        min-height: 64vh;
    }

    .zc-hero-content {
        padding-top: 126px;
        padding-bottom: 38px;
    }

    .zc-lead {
        font-size: 1rem;
    }

    .zc-intro-grid {
        gap: 24px;
    }

    .zc-intro-copy {
        gap: 12px;
    }

    .zc-section-top {
        margin-bottom: 24px;
    }

    .zc-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
        gap: 14px;
    }

    .zc-highlight-card img {
        height: 220px;
    }

    .zc-facts article,
    .zc-highlight-body,
    .zc-cta-box {
        padding: 18px 16px;
    }

    .zc-highlight-grid,
    .zc-facts,
    .zc-cta-box,
    .zc-hero-actions,
    .zc-cta-actions {
        gap: 16px;
    }
}
