.cd-case-archive, .cd-case-single { background: #fff; color: #123d31; }
.cd-case-banner { padding: clamp(84px, 9vw, 138px) 0 90px; background: radial-gradient(circle at 86% 18%, rgba(45, 112, 92, .16), transparent 34%), #0b302a; color: #fff; }
.cd-case-banner p, .cd-case-single__copy > p, .cd-case-single__cta p { margin: 0 0 18px; color: #ef8a4a; font-size: 13px; font-weight: 700; letter-spacing: .25em; }
.cd-case-banner h1 { font-size: clamp(48px, 7vw, 92px); letter-spacing: -.05em; }
.cd-case-banner div div { max-width: 640px; color: rgba(255,255,255,.7); font-size: 18px; }
.cd-case-listing { padding: 76px 0 130px; }
.cd-case-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; }
.cd-case-filters a { padding: 10px 18px; border: 1px solid #d8e2de; color: #526963; font-size: 14px; }
.cd-case-filters a:hover, .cd-case-filters .is-active { border-color: #123d31; background: #123d31; color: #fff; }
.cd-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.cd-case-card { overflow: hidden; border: 1px solid #dbe4e0; background: #fff; transition: transform .32s ease, box-shadow .32s ease; }
.cd-case-card:hover { transform: translateY(-8px); box-shadow: 0 28px 60px rgba(12, 47, 41, .13); }
.cd-case-card__media { display: block; overflow: hidden; }
.cd-case-card__media img { width: 100%; aspect-ratio: 1.6; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.cd-case-card:hover .cd-case-card__media img { transform: scale(1.045); }
.cd-case-card__body { padding: 30px 32px 34px; }
.cd-case-card__body > p { color: #d2692b; font-size: 13px; letter-spacing: .12em; }
.cd-case-card h2 { font-size: clamp(24px, 2.6vw, 34px); }
.cd-case-card__body > div { min-height: 3.4em; color: #6c7a75; }
.cd-case-link { display: inline-flex; gap: 12px; margin-top: 26px; font-weight: 700; }
.cd-case-link span { color: #d2692b; transition: transform .2s ease; }
.cd-case-link:hover span { transform: translateX(6px); }
.cd-case-empty { padding: 80px 0; color: #64746f; text-align: center; }
.cd-case-listing .navigation.pagination { margin-top: 60px; }
.cd-case-listing .nav-links { display: flex; justify-content: center; gap: 8px; }
.cd-case-listing .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid #d8e2de; }
.cd-case-listing .page-numbers.current { background: #123d31; color: #fff; }
.cd-case-single__hero { padding: clamp(75px, 9vw, 128px) 0 100px; background: #f4f7f5; }
.cd-case-single__hero .l-wrap { display: grid; grid-template-columns: minmax(0, .75fr) minmax(520px, 1.25fr); align-items: center; gap: clamp(50px, 7vw, 100px); }
.cd-case-single__copy h1 { font-size: clamp(42px, 5vw, 72px); letter-spacing: -.05em; }
.cd-case-single__copy > div { color: #64736e; font-size: 18px; }
.cd-case-single__hero figure { overflow: hidden; margin: 0; border-radius: 4px 42px 4px 4px; box-shadow: 0 30px 70px rgba(20, 57, 47, .15); }
.cd-case-single__hero img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.cd-case-single__story { padding: 120px 0; }
.cd-case-single__story .l-wrap { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: clamp(60px, 9vw, 130px); }
.cd-case-single__story aside { position: sticky; top: 120px; align-self: start; }
.cd-case-single__story aside span { display: block; margin-bottom: 20px; color: #d2692b; font-size: 12px; letter-spacing: .2em; }
.cd-case-single__story aside strong { font-size: 24px; line-height: 1.55; }
.cd-case-single__sections section { padding: 0 0 42px; margin-bottom: 42px; border-bottom: 1px solid #dbe3df; }
.cd-case-single__sections h2 { font-size: 28px; }
.cd-case-single__sections p, .cd-case-single__content { color: #63736d; font-size: 17px; line-height: 2; }
.cd-case-single__cta { padding: 100px 0; background: #0b302a; color: #fff; text-align: center; }
.cd-case-single__cta h2 { margin: 0 auto 28px; font-size: clamp(34px, 4vw, 58px); }
.cd-case-single__cta a { display: inline-flex; padding: 15px 28px; background: #fff; color: #123d31; font-weight: 700; }
@media (max-width: 900px) {
	.cd-case-grid, .cd-case-single__hero .l-wrap, .cd-case-single__story .l-wrap { grid-template-columns: 1fr; }
	.cd-case-single__hero figure { order: -1; }
	.cd-case-single__story aside { position: static; }
}
@media (max-width: 560px) {
	.cd-case-grid { gap: 20px; }
	.cd-case-card__body { padding: 24px; }
	.cd-case-listing { padding-top: 48px; }
}
