:root {
	--wcl-ink: #11151b;
	--wcl-muted: #667085;
	--wcl-line: #e5e7eb;
	--wcl-soft: #f5f6f2;
	--wcl-accent: #b7f34a;
}

.wcl-shell { color: var(--wcl-ink); background: #fff; font-family: Inter, "Noto Sans SC", system-ui, sans-serif; }
.wcl-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.wcl-hero, .wcl-case-hero { padding: clamp(112px, 12vw, 184px) 0 clamp(72px, 8vw, 112px); background: var(--wcl-ink); color: #fff; }
.wcl-hero h1, .wcl-case-hero h1 { max-width: 960px; margin: 12px 0 24px; font-size: clamp(42px, 7vw, 84px); line-height: .98; letter-spacing: -.055em; color: #fff; }
.wcl-eyebrow, .wcl-kicker { margin: 0; color: #80a937; font-size: 13px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.wcl-hero .wcl-eyebrow, .wcl-case-hero .wcl-eyebrow { color: var(--wcl-accent); }
.wcl-lede { max-width: 780px; margin: 0; color: #d0d5dd; font-size: clamp(18px, 2vw, 24px); line-height: 1.6; }
.wcl-section { padding: clamp(72px, 9vw, 128px) 0; }
.wcl-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.wcl-section-heading h2 { margin: 8px 0 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
.wcl-count { flex: none; margin: 0; color: var(--wcl-muted); font-size: 15px; font-weight: 750; }
.wcl-disclosure { margin-bottom: 36px; padding: 20px 22px; border-left: 4px solid var(--wcl-accent); border-radius: 0 12px 12px 0; background: var(--wcl-soft); color: #475467; font-size: 15px; line-height: 1.7; }
.wcl-disclosure strong { color: var(--wcl-ink); }
.wcl-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.wcl-card { display: flex; min-width: 0; overflow: hidden; border: 1px solid var(--wcl-line); border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.wcl-card:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(17, 21, 27, .1); }
.wcl-card-media { display: grid; min-height: 220px; place-items: center; overflow: hidden; background: var(--wcl-soft); color: var(--wcl-ink); text-decoration: none; }
.wcl-card-media img { width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.wcl-monogram { font-size: 54px; font-weight: 800; letter-spacing: -.08em; opacity: .75; }
.wcl-card-body { display: flex; width: 100%; min-width: 0; flex-direction: column; padding: 28px; }
.wcl-card h2, .wcl-card h3 { margin: 8px 0 14px; font-size: 27px; line-height: 1.15; letter-spacing: -.035em; }
.wcl-card h2 a, .wcl-link { color: inherit; text-decoration: none; }
.wcl-summary { min-height: 112px; margin: 0; color: var(--wcl-muted); line-height: 1.7; }
.wcl-card-facts { margin: 24px 0 0; padding: 0; border-top: 1px solid var(--wcl-line); }
.wcl-card-facts div { display: grid; grid-template-columns: minmax(84px, .34fr) minmax(0, 1fr); gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--wcl-line); }
.wcl-card-facts dt { color: var(--wcl-ink); font-size: 13px; font-weight: 750; }
.wcl-card-facts dd { min-width: 0; margin: 0; color: var(--wcl-muted); font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.wcl-meta { padding-top: 14px; border-top: 1px solid var(--wcl-line); color: var(--wcl-muted); font-size: 14px; }
.wcl-meta span { margin-right: 8px; color: var(--wcl-ink); font-weight: 700; }
.wcl-link { display: inline-flex; gap: 8px; align-items: center; align-self: flex-start; margin-top: 20px; font-weight: 750; line-height: 1.45; }
.wcl-link:hover, .wcl-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.wcl-empty { padding: 64px; border-radius: 20px; background: var(--wcl-soft); text-align: center; }
.wcl-empty h2 { margin: 0 0 12px; }
.wcl-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 22px; border-radius: 999px; background: var(--wcl-accent); color: var(--wcl-ink); font-weight: 800; text-decoration: none; }
.wcl-button-light { margin-top: 34px; background: #fff; }
.wcl-cta { padding: 76px 0; background: var(--wcl-soft); }
.wcl-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.wcl-cta h2 { max-width: 760px; margin: 8px 0 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.wcl-breadcrumb { display: flex; gap: 10px; margin-bottom: 46px; color: #98a2b3; font-size: 14px; }
.wcl-breadcrumb a { color: inherit; text-decoration: none; }
.wcl-featured-image { margin-top: -54px; }
.wcl-featured-image img { width: 100%; max-height: 680px; object-fit: cover; border-radius: 20px; box-shadow: 0 24px 70px rgba(17, 21, 27, .18); }
.wcl-case-layout { display: grid; grid-template-columns: minmax(240px, 320px) minmax(0, 720px); gap: clamp(48px, 8vw, 120px); padding-top: clamp(72px, 9vw, 128px); padding-bottom: clamp(72px, 9vw, 128px); }
.wcl-facts { align-self: start; position: sticky; top: 32px; padding: 28px; border: 1px solid var(--wcl-line); border-radius: 16px; }
.wcl-facts h2 { margin: 0 0 12px; font-size: 19px; }
.wcl-facts div { display: grid; gap: 4px; padding: 17px 0; border-top: 1px solid var(--wcl-line); }
.wcl-facts span { color: var(--wcl-muted); font-size: 13px; }
.wcl-facts strong { font-size: 15px; line-height: 1.5; }
.wcl-story section + section { margin-top: 56px; }
.wcl-story h2 { margin: 0 0 16px; font-size: clamp(28px, 3vw, 40px); line-height: 1.14; letter-spacing: -.035em; }
.wcl-story p { margin: 0; color: #475467; font-size: 18px; line-height: 1.85; }
.wcl-verification { padding: 28px; border-left: 4px solid var(--wcl-accent); background: var(--wcl-soft); }
.wcl-verification h2 { font-size: 22px; }
.wcl-verification .wcl-small { margin-top: 12px; font-size: 13px; }

@media (max-width: 980px) {
	.wcl-case-layout { grid-template-columns: 1fr; }
	.wcl-facts { position: static; }
}

@media (max-width: 640px) {
	.wcl-container { width: min(100% - 28px, 1180px); }
	.wcl-grid { grid-template-columns: 1fr; }
	.wcl-section-heading { align-items: flex-start; flex-direction: column; }
	.wcl-summary { min-height: 0; }
	.wcl-card-facts div { grid-template-columns: 1fr; gap: 4px; }
	.wcl-cta-inner { align-items: flex-start; flex-direction: column; }
	.wcl-empty { padding: 38px 22px; }
}
