.science-page {
    background:
        radial-gradient(circle at top left, rgba(122, 154, 84, 0.10), transparent 32%),
        radial-gradient(circle at bottom right, rgba(201, 178, 120, 0.10), transparent 28%),
        #fbf9f4;
    min-height: 100vh;
}

.science-subhero {
    padding: var(--space-48) 0 var(--space-24);
}

.science-subhero__grid {
    display: grid;
    grid-template-columns: 0.95fr 1.2fr;
    gap: var(--space-40);
    align-items: center;
}

.science-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    margin-bottom: var(--space-24);
    color: #4e5d4a;
}

.science-breadcrumb a {
    color: #486b1f;
    font-weight: 700;
}

.science-subhero__title {
    font-family: var(--font-family-heading);
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: 0.95;
    margin-bottom: var(--space-24);
    color: #11230f;
}

.science-subhero__text {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.7;
    color: #1f2a1f;
    max-width: 560px;
}

.science-subhero__image {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.12);
}

.science-table-section {
    padding: var(--space-24) 0 var(--space-80);
}

.science-table-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(221, 223, 214, 0.9);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(32, 42, 26, 0.06);
}

.science-table {
    width: 100%;
    border-collapse: collapse;
}

.science-table th,
.science-table td {
    text-align: left;
    padding: 24px 28px;
    border-bottom: 1px solid rgba(218, 220, 212, 0.8);
    vertical-align: top;
}

.science-table th {
    font-size: 1.15rem;
    font-weight: 800;
    color: #111;
    background: rgba(255, 255, 255, 0.4);
}

.science-table td {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #202920;
}

.science-table td strong {
    color: #1d5a2e;
    font-size: 1.06rem;
}

.science-table tbody tr:last-child td {
    border-bottom: none;
}
