.home-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 1.7rem;
    align-items: start;
}

.home-copy-panel,
.home-links-panel,
.home-actions-panel {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
}

.home-copy-panel {
    padding: 2.35rem 2.25rem;
    min-height: 100%;
}

.home-copy-panel .display-title {
    max-width: 12em;
    font-size: clamp(2.45rem, 5vw, 4.5rem);
    line-height: 1.08;
    margin-top: 1rem;
}

.home-copy-panel .lead-copy {
    max-width: 36rem;
    font-size: 1.02rem;
    line-height: 1.9;
    margin: 1.25rem 0 0;
}

.home-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.home-photo-panel {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-photo-panel .hero-banner-slider,
.home-photo-media {
    aspect-ratio: 4 / 3;
    min-height: 360px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.74);
    background: linear-gradient(135deg, rgba(59,130,246,0.12), rgba(14,165,233,0.08));
}

.home-photo-panel .hero-banner-slide img,
.home-photo-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.home-section {
    margin-top: 1.7rem;
}

.home-section-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: 0.8rem;
    margin-bottom: 1.35rem;
}

.home-section-note {
    color: var(--muted);
    line-height: 1.8;
    max-width: 40rem;
}

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

.home-asset-card {
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.07);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-asset-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.10);
}

.home-asset-media {
    background: linear-gradient(135deg, rgba(59,130,246,0.12), rgba(14,165,233,0.08));
}

.home-asset-media img {
    display: block;
    width: 100%;
    height: auto;
}

.home-asset-body {
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: 100%;
}

.home-asset-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.home-asset-type {
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-asset-title {
    color: var(--ink);
    font-family: "Noto Serif SC", serif;
    font-size: 1.34rem;
    line-height: 1.35;
    margin: 0;
}

.home-asset-title a {
    color: inherit;
    text-decoration: none;
}

.home-asset-title a:hover,
.home-asset-title a:focus-visible {
    color: var(--brand-deep);
}

.home-asset-location,
.home-asset-snippet,
.home-asset-contact {
    color: var(--muted);
    line-height: 1.8;
    margin: 0;
}

.home-asset-data {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.home-asset-data div {
    padding: 0.8rem 0.9rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.home-asset-data small {
    display: block;
    color: #94a3b8;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.28rem;
}

.home-asset-data strong {
    color: var(--ink);
    font-size: 0.96rem;
}

.home-asset-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    margin-top: auto;
}

.home-links-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1.25rem;
}

.home-links-panel,
.home-actions-panel {
    padding: 1.45rem;
}

.home-link-group + .home-link-group {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.home-link-label {
    color: #94a3b8;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.home-link-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.home-action-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(37, 99, 235, 0.08);
    color: var(--ink);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home-action-link + .home-action-link {
    margin-top: 0.8rem;
}

.home-action-link:hover,
.home-action-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.07);
    color: var(--ink);
}

.home-action-link strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.18rem;
}

.home-action-link span {
    color: var(--muted);
    font-size: 0.88rem;
}

.home-action-link em {
    color: var(--brand);
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .home-editorial,
    .home-links-grid,
    .home-featured-grid {
        grid-template-columns: 1fr;
    }

    .home-copy-panel,
    .home-links-panel,
    .home-actions-panel {
        padding: 1.35rem;
    }

    .home-photo-panel .hero-banner-slider,
    .home-photo-media {
        min-height: 280px;
    }
}
