.featured-case{background:var(--brand-soft);color:var(--text);border-bottom:1px solid var(--brand-border)}.featured-case-inner{max-width:var(--site-content-max,1600px);margin:auto;padding:36px var(--site-gutter,32px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:clamp(28px,4vw,72px);align-items:center}.featured-case-visual{margin:0;min-width:0;animation:case-enter .45s ease-out both}.featured-case-image{aspect-ratio:1.9;overflow:hidden;background:var(--surface);border:1px solid var(--brand-border);border-radius:12px}.featured-case-image img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.featured-case-visual figcaption{display:flex;justify-content:space-between;gap:12px;font-size:12px;line-height:1.6;color:var(--text-muted);margin-top:12px}.featured-case-visual figcaption span:first-child{font-weight:650;color:var(--brand)}.featured-case-kicker{font-size:11px;letter-spacing:.1em;color:var(--text-muted);font-weight:650;margin:0 0 14px}.featured-case-name{font-weight:750;font-size:clamp(34px,3.8vw,54px);letter-spacing:-1.6px;line-height:1.05;color:var(--brand);margin:0 0 16px}.featured-case-copy h1{font-size:clamp(25px,2.4vw,36px);line-height:1.5;font-weight:700;letter-spacing:-.7px;margin:0;text-wrap:balance}.featured-case-copy h1 span{white-space:nowrap}.featured-case-description{max-width:460px;line-height:1.85;color:var(--text-muted);font-size:15px;margin:18px 0 24px}.case-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.case-primary,.case-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 18px;border-radius:7px;font-weight:650;font-size:14px;transition:background .18s,color .18s}.consumer-shell .case-primary{background:var(--brand-action);color:var(--primary-foreground)}.consumer-shell .case-primary:active,.consumer-shell .case-primary:focus-visible,.consumer-shell .case-primary:hover{background:var(--brand-action-hover);color:var(--primary-foreground)}.case-secondary{color:var(--brand);border:1px solid var(--brand-border);background:var(--surface)}.case-secondary:hover{background:var(--brand-soft)}.case-primary:focus-visible,.case-secondary:focus-visible{outline:3px solid var(--brand-focus);outline-offset:4px}.case-primary svg{transition:transform .18s}.case-primary:hover svg{transform:translateX(3px)}.featured-case-note{font-size:11px;line-height:1.8;color:var(--text-muted);margin-top:16px}@keyframes case-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.featured-case-inner{grid-template-columns:1fr;gap:16px;padding:26px var(--site-gutter,20px)}.featured-case-copy{display:contents}.featured-case-kicker{grid-row:1;margin:0}.featured-case-name{grid-row:2;font-size:36px;margin:0}.featured-case-copy h1{grid-row:3;font-size:28px}.featured-case-visual{grid-row:4}.featured-case-description{grid-row:5;margin:0}.featured-case-copy .case-actions{grid-row:6}.featured-project-points{grid-row:7;margin:0}.featured-case-note{grid-row:8;margin:0}.featured-case-visual figcaption{font-size:11px;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.featured-case-visual{animation:none}.case-primary,.case-primary svg,.case-secondary{transition:none}}.featured-carousel{background:var(--brand-soft);border-bottom:1px solid var(--brand-border)}.featured-carousel-stage{display:grid;touch-action:pan-y pinch-zoom}.featured-carousel-panel{grid-area:1/1;min-width:0;visibility:hidden;pointer-events:none}.featured-carousel-panel.is-active{visibility:visible;pointer-events:auto}.featured-carousel-panel .featured-case{border-bottom:0;height:100%}.featured-carousel-panel .featured-case-inner{height:100%}.featured-carousel .featured-case-copy h1,.featured-carousel .featured-case-description,.featured-carousel .featured-case-name,.featured-carousel .featured-project-points li{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;overflow-wrap:anywhere}.featured-carousel .featured-case-name,.featured-carousel .featured-project-points li{-webkit-line-clamp:2}.featured-carousel .official-media figcaption{min-height:40px;max-height:62px;overflow:hidden}.featured-carousel-controls{max-width:var(--site-content-max,1600px);margin:auto;padding:0 var(--site-gutter,32px) 24px;display:flex;align-items:center;gap:24px;min-width:0}.featured-carousel-tabs{display:flex;flex:1;min-width:0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--brand-border) transparent;border-top:1px solid var(--brand-border)}.featured-carousel-tabs button{position:relative;flex:1 0 auto;display:flex;align-items:center;justify-content:flex-start;gap:10px;max-width:260px;min-height:60px;padding:14px 16px;background:transparent;color:var(--text-muted);text-align:left;font-size:14px;font-weight:600;cursor:pointer;border:0;border-top:2px solid transparent;transition:background .18s,color .18s}.featured-carousel-tabs button>span:last-child{max-width:190px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.featured-carousel-tab-number{font-size:12px;font-variant-numeric:tabular-nums;opacity:.75}.featured-carousel-tabs button[aria-selected=true]{color:var(--brand);border-top-color:var(--brand);background:var(--surface)}.featured-carousel-tabs button:hover{color:var(--brand);background:var(--surface)}.featured-carousel-stepper{display:flex;align-items:center;gap:8px;flex-shrink:0}.featured-carousel-count{font-size:13px;font-variant-numeric:tabular-nums;color:var(--text-muted);margin-right:8px}.featured-carousel-stepper button{display:grid;place-items:center;min-width:44px;min-height:44px;border:1px solid var(--brand-border);border-radius:8px;background:var(--surface);color:var(--brand);cursor:pointer}.featured-carousel-stepper button:hover{background:var(--brand-action);color:var(--primary-foreground)}.featured-carousel button:focus-visible{outline:3px solid var(--brand-focus);outline-offset:-3px}@media(max-width:800px){.featured-carousel-controls{padding:0 var(--site-gutter,20px) 20px;gap:12px;flex-wrap:wrap}.featured-carousel-tabs{flex-basis:100%;order:2}.featured-carousel-tabs button{padding:12px;min-height:52px;max-width:210px}.featured-carousel-stepper{margin-left:auto}.featured-carousel-tabs button>span:last-child{max-width:160px}.featured-carousel-panel .featured-case-inner{align-content:start;height:auto}}@media(prefers-reduced-motion:reduce){.featured-carousel-tabs button{transition:none}}