.eastmed-project-meta {
    background: #f5f5f3;
    border: 1px solid #e2e2e2;
    padding: 32px;
    margin-bottom: 40px;
}

.eastmed-meta-item {
    margin-bottom: 24px;
}

.eastmed-meta-item strong {
    display: block;
    margin-bottom: 6px;
    color: #1b1b1b;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.eastmed-project-page {
    background: #f7f7f5;
    color: #1f2d3a;
}

.eastmed-project-hero {
    max-width: 1280px;
    margin: 0 auto 60px;
    padding: 60px 24px 0;
}

.eastmed-project-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.eastmed-project-hero-text {
    background: #ffffff;
    max-width: 900px;
    margin: -80px auto 0;
    position: relative;
    padding: 42px 56px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.eastmed-project-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #b08a2e;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.eastmed-project-hero-text h1 {
    margin: 0 0 18px;
    font-size: 44px;
    line-height: 1.15;
}

.eastmed-project-subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: #334;
}

.eastmed-project-layout {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px 80px;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 56px;
}

.eastmed-project-sidebar {
    background: #15191b;
    color: #f4f1ea;
    padding: 34px;
    align-self: start;
}

.eastmed-project-sidebar h2 {
    color: #ffffff;
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    padding-bottom: 16px;
}

.eastmed-meta-row {
    border-bottom: 1px solid rgba(255,255,255,0.14);
    padding: 16px 0;
}

.eastmed-meta-row span {
    display: block;
    color: #d4af37;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 6px;
}

.eastmed-meta-row p {
    margin: 0;
    color: #f4f1ea;
    line-height: 1.55;
}

.eastmed-meta-row a {
    color: #ffffff;
    text-decoration: underline;
}

.eastmed-project-content {
    background: #ffffff;
    padding: 44px 56px;
}

.eastmed-project-summary {
    font-size: 21px;
    line-height: 1.65;
    color: #1f2d3a;
    border-left: 5px solid #d4af37;
    padding-left: 24px;
    margin-bottom: 36px;
}

.eastmed-project-main-text {
    font-size: 18px;
    line-height: 1.9;
}

.eastmed-project-main-text h2 {
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 34px;
}

.eastmed-project-main-text p {
    max-width: 820px;
}

.eastmed-project-map,
.eastmed-project-publications {
    margin-top: 48px;
}

.eastmed-project-map iframe {
    width: 100%;
    min-height: 430px;
    border: 0;
}

@media (max-width: 900px) {
    .eastmed-project-layout {
        grid-template-columns: 1fr;
    }

    .eastmed-project-hero-text {
        margin: 0;
        padding: 32px 24px;
    }

    .eastmed-project-hero-text h1 {
        font-size: 34px;
    }

    .eastmed-project-content {
        padding: 32px 24px;
    }
}

.eastmed-accordion details {
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.eastmed-accordion summary {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    padding: 22px 0;
    color: #1f2d3a;
    list-style: none;
}

.eastmed-accordion summary::-webkit-details-marker {
    display: none;
}

.eastmed-accordion summary::after {
    content: "+";
    float: right;
    color: #b08a2e;
    font-size: 28px;
    line-height: 1;
}

.eastmed-accordion details[open] summary::after {
    content: "–";
}

.eastmed-accordion-content {
    padding: 0 0 28px;
    font-size: 18px;
    line-height: 1.85;
}

.eastmed-accordion-content p {
    max-width: 850px;
}

/* Hide author and date on category archive cards */

.category .entry-meta,
.category .entry-card .entry-meta,
.category .ct-meta-element,
.category .byline,
.category .posted-on {
    display: none !important;
}

/* Hide homepage title */

.home .entry-header,
.home .hero-section,
.home .page-title {
    display: none !important;
}