:root {
    --accent: #4e7a46;
    --accent-alt: #b3753f;
    --background: #f1f3e8;
    --surface: #fbfff6;
    --text: #253125;
    --font-body: "Golos Text", sans-serif;
    --font-display: "PT Serif", serif;
    --card-radius: 1.6rem;
    --button-radius: .7rem;
    --mark-radius: 50%;
    --card-tilt: -.5deg;
}

.hero h1 { font-weight: 710; }
.pillar-card:nth-child(even) { transform: translateY(0px); }
body.layout-season-wheel { background-image: radial-gradient(circle at 90% 12%, color-mix(in srgb, var(--accent-alt) 16%, transparent), transparent 22rem); }
body.layout-season-wheel .pillar-card { border-radius: 3rem 3rem .8rem .8rem; }
body.layout-season-wheel .article-card { border-bottom: .35rem solid var(--accent); }

@media (max-width: 820px) {
    body.layout-season-wheel .hero-grid,
    body.layout-season-wheel .pillar-grid,
    body.layout-season-wheel .article-grid { grid-template-columns: 1fr; }
    body.layout-season-wheel .pillar-card { transform: none; }
    body.layout-season-wheel .pillar-card::after { display: none; }
}
