.featured-showcase { padding: clamp(48px, 7vw, 96px) clamp(18px, 4vw, 58px); background: #101820; color: #fff; }
.featured-showcase__head { display:flex; align-items:end; justify-content:space-between; gap:24px; max-width:1560px; margin:0 auto 30px; }
.featured-showcase__head h2 { margin:0 0 8px; font-family:Georgia, "Times New Roman", serif; font-size:clamp(2rem,4vw,4.2rem); line-height:1; }
.featured-showcase__head p:not(.eyebrow) { max-width:620px; margin:0; color:rgba(255,255,255,.7); }
.featured-showcase .text-link { color:#f6c49f; border-color:#f97316; white-space:nowrap; }
.featured-showcase__grid { display:grid; grid-template-columns:repeat(12,minmax(0,1fr)); gap:16px; max-width:1560px; margin:0 auto; }
.featured-work { grid-column:span 4; display:grid; min-height:430px; overflow:hidden; border:1px solid rgba(255,255,255,.15); border-radius:8px; background:#15232d; }
.featured-work--lead { grid-column:span 8; grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr); }
.featured-work__visual { display:flex; flex-direction:column; justify-content:space-between; min-height:250px; padding:20px; background:linear-gradient(135deg,#0f766e,#101820 62%,#c2410c); background-position:center; background-size:cover; }
.featured-work__visual > span { align-self:start; padding:6px 10px; border:1px solid rgba(255,255,255,.35); border-radius:999px; background:rgba(8,17,24,.45); color:#fff; font-size:.7rem; font-weight:900; text-transform:uppercase; }
.featured-work__visual small,.featured-work__visual strong { display:block; text-shadow:0 2px 14px rgba(0,0,0,.45); }
.featured-work__visual small { margin-bottom:4px; color:rgba(255,255,255,.72); font-size:.75rem; font-weight:800; text-transform:uppercase; }
.featured-work__visual strong { font-size:1.12rem; }
.featured-work__content { display:flex; flex-direction:column; justify-content:space-between; gap:18px; padding:22px; }
.featured-work__content h3 { margin:0; font-size:1.38rem; line-height:1.15; }
.featured-work--lead .featured-work__content h3 { font-family:Georgia, "Times New Roman", serif; font-size:clamp(1.7rem,2.8vw,2.8rem); }
.featured-work__content p { margin:0; color:rgba(255,255,255,.72); }
.featured-work__footer { display:flex; align-items:center; justify-content:space-between; gap:14px; padding-top:16px; border-top:1px solid rgba(255,255,255,.16); color:#f6c49f; font-size:.85rem; font-weight:800; }
.featured-work__footer .card-actions { margin:0; }
@media (max-width:980px) { .featured-work,.featured-work--lead { grid-column:span 6; grid-template-columns:1fr; } }
@media (max-width:660px) { .featured-showcase__head { display:block; } .featured-showcase__head .text-link { display:inline-block; margin-top:20px; } .featured-work,.featured-work--lead { grid-column:1/-1; } .featured-work__visual { min-height:230px; } .featured-work--lead .featured-work__content h3 { font-size:1.85rem; } }