.cluster-index-hero { padding-bottom: 38px; }
.cluster-index-heading { max-width: 930px; }
.cluster-index-heading h1,
.cluster-detail-hero h1 { margin: 8px 0 18px; font-size: clamp(2.65rem, 6vw, 5.7rem); line-height: .96; letter-spacing: -.055em; }
.cluster-index-heading > p:last-child,
.cluster-detail-hero__content > p:last-of-type { max-width: 830px; color: var(--muted); font-size: 1.06rem; line-height: 1.65; }
.cluster-index-section { padding-top: 18px; padding-bottom: 76px; }
.cluster-index-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.cluster-index-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: 0 14px 40px rgb(var(--ink-rgb) / .045); }
.cluster-index-card__media { display: block; aspect-ratio: 16 / 8.4; overflow: hidden; background: var(--forest); }
.cluster-index-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.cluster-index-card:hover .cluster-index-card__media img { transform: scale(1.02); }
.cluster-index-card__body { padding: 26px 28px 29px; }
.cluster-index-card__meta { color: var(--green); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cluster-index-card h2 { margin: 8px 0 12px; font-size: clamp(1.9rem, 3vw, 2.65rem); line-height: 1.02; letter-spacing: -.035em; }
.cluster-index-card h2 a { text-decoration: none; }
.cluster-index-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.cluster-index-card__featured,
.cluster-best-for { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.cluster-index-card__featured span,
.cluster-best-for span { padding: 7px 10px; border: 1px solid rgb(var(--forest-rgb) / .12); border-radius: 999px; background: rgb(var(--brand-green-rgb) / .07); color: var(--forest); font-size: .73rem; font-weight: 800; }
.cluster-index-card__cta,
.cluster-destination-card__cta { display: inline-flex; margin-top: 21px; color: var(--forest); font-size: .78rem; font-weight: 900; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; }
.cluster-index-actions,
.cluster-navigation-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

.cluster-detail-hero { position: relative; overflow: hidden; min-height: 590px; display: flex; align-items: flex-end; background: var(--forest); color: white; }
.cluster-detail-hero__media,
.cluster-detail-hero__shade { position: absolute; inset: 0; }
.cluster-detail-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.cluster-detail-hero__shade { background: linear-gradient(90deg, rgb(7 39 28 / .9) 0%, rgb(7 39 28 / .7) 50%, rgb(7 39 28 / .26) 100%); }
.cluster-detail-hero__content { position: relative; z-index: 1; padding-top: 92px; padding-bottom: 62px; }
.cluster-detail-hero__content > p:last-of-type { color: rgb(255 255 255 / .88); }
.cluster-detail-hero .breadcrumbs a,
.cluster-detail-hero .breadcrumbs span,
.cluster-detail-hero .eyebrow { color: white; }
.cluster-detail-hero__stats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.cluster-detail-hero__stats span { padding: 10px 13px; border: 1px solid rgb(255 255 255 / .24); border-radius: 12px; background: rgb(0 0 0 / .17); font-size: .78rem; }
.cluster-detail-hero__stats strong { font-size: .95rem; }

.cluster-overview-section { padding-top: 72px; padding-bottom: 72px; }
.cluster-overview-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr); gap: 34px; align-items: start; }
.cluster-overview-copy h2 { margin: 6px 0 16px; font-size: clamp(2.15rem, 4vw, 3.35rem); line-height: 1.02; letter-spacing: -.04em; }
.cluster-overview-copy > p:last-of-type { max-width: 760px; color: var(--muted); line-height: 1.68; }
.cluster-fit-panel { padding: 25px 27px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgb(var(--brand-green-rgb) / .055); }
.cluster-fit-panel > p:nth-child(2) { color: var(--muted); line-height: 1.58; }
.cluster-fit-list { display: grid; gap: 8px; margin-top: 18px; padding: 0; list-style: none; }
.cluster-fit-list li { padding: 12px 13px; border-radius: 12px; background: rgb(var(--white-rgb) / .72); color: var(--forest); font-size: .84rem; font-weight: 750; line-height: 1.45; }
.cluster-route-note { margin-top: 18px; padding-top: 15px; border-top: 1px solid rgb(var(--forest-rgb) / .12); color: var(--muted); font-size: .78rem; line-height: 1.5; }

.cluster-destinations-section { padding-bottom: 82px; }
.cluster-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr); gap: 40px; align-items: end; margin-bottom: 29px; }
.cluster-section-heading h2 { margin: 5px 0 0; font-size: clamp(2.1rem, 4vw, 3.2rem); line-height: 1.04; letter-spacing: -.04em; }
.cluster-section-heading > p { margin: 0; color: var(--muted); line-height: 1.6; }
.cluster-destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.cluster-destination-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.cluster-destination-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--forest); }
.cluster-destination-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .24s ease; }
.cluster-destination-card:hover .cluster-destination-card__media img { transform: scale(1.025); }
.cluster-destination-card__body { padding: 20px 21px 23px; }
.cluster-destination-card__meta { color: var(--muted); font-size: .72rem; }
.cluster-destination-card h3 { margin: 10px 0 9px; font-size: 1.6rem; line-height: 1.08; }
.cluster-destination-card h3 a { text-decoration: none; }
.cluster-destination-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.52; }

@media (max-width: 950px) {
    .cluster-index-grid,
    .cluster-overview-grid,
    .cluster-section-heading { grid-template-columns: 1fr; }
    .cluster-destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .cluster-index-grid,
    .cluster-destination-grid { grid-template-columns: 1fr; }
    .cluster-index-card__body { padding: 22px; }
    .cluster-detail-hero { min-height: 520px; }
    .cluster-detail-hero__content { padding-top: 72px; padding-bottom: 46px; }
    .cluster-overview-section { padding-top: 50px; padding-bottom: 52px; }
    .cluster-destinations-section { padding-bottom: 58px; }
}
