.cce-wrap{
    --cce-teal-dark:#008090;
    --cce-teal-title:#007A66;
    --cce-green-section:#00BA8C;
    --cce-green-bright:#00D473;
    --cce-cream:#FFFBF3;
    --cce-body-gray:#333333;
    --cce-line:#eae3d6;
    max-width:1180px;
    margin:0 auto;
    font-family:'Archivo', -apple-system, "Segoe UI", sans-serif;
}

.cce-stats-bar{
    display:flex;
    justify-content:center;
    gap:64px;
    background:var(--cce-cream);
    padding:28px 20px 32px;
    border-bottom:1px solid var(--cce-line);
    flex-wrap:wrap;
    margin-bottom:40px;
}
.cce-stat{display:flex;flex-direction:column;align-items:center;text-align:center;}
.cce-stat-num{
    font-family:"Schibsted Grotesk", sans-serif;
    font-weight:700;
    font-size:44px;
    color:var(--cce-teal-dark);
    line-height:1;
}
.cce-stat-label{font-size:18px;color:var(--cce-body-gray);margin-top:6px;}

.cce-year-block{margin-bottom:64px;padding:0 24px;}
.cce-year-head{
    display:flex;
    align-items:baseline;
    gap:16px;
    margin-bottom:32px;
    border-bottom:3px solid var(--cce-green-section);
    padding-bottom:12px;
}
.cce-year-head h2{
    font-family:"Schibsted Grotesk", sans-serif;
    font-size:40px;
    font-weight:700;
    color:var(--cce-teal-dark);
    margin:0;
}
.cce-year-head span{font-size:18px;color:#888;}

.cce-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:48px 40px;
}
@media (max-width:820px){ .cce-grid{grid-template-columns:1fr;} }

.cce-photo{
    width:100%;
    aspect-ratio:16/10;
    border-radius:6px;
    object-fit:cover;
    display:block;
}
.cce-photo-label{
    width:100%;
    aspect-ratio:16/10;
    border-radius:6px;
    background:linear-gradient(135deg, var(--cce-green-section), var(--cce-teal-dark));
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-family:"Schibsted Grotesk", sans-serif;
    font-size:18px;
    font-weight:600;
    text-align:center;
    padding:20px;
}
.cce-date{
    font-family:"Schibsted Grotesk", sans-serif;
    font-size:18px;
    font-weight:500;
    color:var(--cce-green-bright);
    margin:18px 0 6px;
}
.cce-card h3{
    font-family:"Schibsted Grotesk", sans-serif;
    font-weight:600;
    line-height:1.25;
    margin:0 0 10px;
}
.cce-text{line-height:1.55;}
.cce-text p{margin:0 0 14px;}
.cce-text p:last-child{margin-bottom:0;}
