.featured-post{background:var(--pearl-50);color:var(--ink-900)}.featured-post--has-bg{background:var(--ink-50)}.featured-post__header{margin-left:auto;margin-right:auto;width:100%;max-width:1440px;padding-left:1.25rem;padding-right:1.25rem}@media (min-width:576px){.featured-post__header{padding-left:2rem;padding-right:2rem}}@media (min-width:992px){.featured-post__header{padding-left:4rem;padding-right:4rem}}.featured-post__header{display:grid;gap:clamp(24px,4vw,48px);align-items:end;margin-bottom:clamp(32px,4vw,48px)}@media(min-width:992px){.featured-post__header{grid-template-columns:minmax(0,1fr) auto}}.featured-post__header-text{display:grid;gap:var(--space-4);max-width:880px}.featured-post__header-text--center{text-align:center;margin-inline:auto}.featured-post__header-text--right{text-align:right;margin-left:auto}.featured-post__title{margin:0;color:var(--ink-900)}.featured-post__title em{font-style:italic;font-weight:400}.featured-post__description{margin:0;color:var(--ink-700)}.featured-post__nav{display:flex;align-items:center;gap:var(--space-2);align-self:end}@media(max-width:991.98px){.featured-post__nav{display:none}}.featured-post__mobile-nav{margin-left:auto;margin-right:auto;width:100%;max-width:1440px;padding-left:1.25rem;padding-right:1.25rem}@media (min-width:576px){.featured-post__mobile-nav{padding-left:2rem;padding-right:2rem}}@media (min-width:992px){.featured-post__mobile-nav{padding-left:4rem;padding-right:4rem}}.featured-post__mobile-nav{display:none;gap:var(--space-2);justify-content:center;margin-top:var(--space-6)}@media(max-width:991.98px){.featured-post__mobile-nav{display:flex}}.featured-post__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--radius-pill);border:1px solid var(--ink-900);background:rgba(0,0,0,0);color:var(--ink-900);cursor:pointer;transition:background var(--duration-hover) var(--ease-soft),color var(--duration-hover) var(--ease-soft),border-color var(--duration-hover) var(--ease-soft),opacity var(--duration-hover) var(--ease-soft)}.featured-post__nav-btn:hover{background:var(--ink-900);color:#fff}.featured-post__nav-btn:disabled{border-color:var(--ink-200);color:var(--ink-400);cursor:not-allowed}.featured-post__nav-btn .material-symbols-outlined{font-size:18px;color:inherit}.featured-post__chips{margin-left:auto;margin-right:auto;width:100%;max-width:1440px;padding-left:1.25rem;padding-right:1.25rem}@media (min-width:576px){.featured-post__chips{padding-left:2rem;padding-right:2rem}}@media (min-width:992px){.featured-post__chips{padding-left:4rem;padding-right:4rem}}.featured-post__chips{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-8)}.featured-post__chip{font-weight:500;font-size:13px;line-height:1;padding:10px 16px;border-radius:var(--radius-pill);border:1px solid var(--border-primary-base);background:rgba(0,0,0,0);color:var(--ink-900);cursor:pointer;transition:background var(--duration-hover) var(--ease-soft),color var(--duration-hover) var(--ease-soft),border-color var(--duration-hover) var(--ease-soft)}.featured-post__chip:hover{border-color:var(--ink-900)}.featured-post__chip--active{background:var(--ink-900);color:#fff;border-color:var(--ink-900)}.featured-post__rail{display:flex;gap:clamp(16px,1.6vw,24px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:clamp(20px,4vw,64px);padding:8px clamp(20px,4vw,64px) 24px;-webkit-overflow-scrolling:touch;cursor:grab}.featured-post__showcase{flex:0 0 clamp(320px,36vw,480px);scroll-snap-align:start;position:relative;overflow:hidden;border-radius:var(--radius-2xl);min-height:360px}.featured-post__showcase-link{display:block;height:100%;width:100%;position:relative}.featured-post__showcase-img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover}.featured-post__showcase-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,24,31,0),rgba(20,24,31,0) 40%,rgba(20,24,31,.85));padding:24px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;color:#fff}.featured-post__showcase-badge{align-self:flex-start;font-weight:500;font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;background:var(--surface-glass-canvas);color:var(--brand-500);padding:6px 12px;border-radius:var(--radius-pill);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.featured-post__showcase-title{margin:0;color:#fff;font-weight:600}.featured-post__showcase-desc{margin:0;font-size:14px;line-height:1.5;color:var(--text-on-dark-78)}.featured-post__card{position:relative;display:flex;flex-direction:column;flex:0 0 clamp(260px,22vw,320px);scroll-snap-align:start;border-radius:var(--radius-2xl);overflow:hidden;text-decoration:none;min-height:360px;background:var(--card-bg,var(--pearl-100));color:var(--card-ink,var(--ink-900));transition:transform var(--duration-hover) var(--ease-soft),box-shadow var(--duration-hover) var(--ease-soft)}.featured-post__card:hover{transform:var(--lift-md);box-shadow:var(--shadow-card-hover)}@media(max-width:991.98px){.featured-post__card{box-shadow:var(--shadow-medium)}}.featured-post__card--tone-pearl{--card-bg:var(--pearl-100);--card-ink:var(--ink-900);--card-sub:var(--pearl-700)}.featured-post__card--tone-red{--card-bg:var(--brand-500);--card-ink:#fff;--card-sub:var(--text-on-dark-78)}.featured-post__card--tone-cocoa{--card-bg:var(--pearl-600);--card-ink:#fff;--card-sub:var(--text-on-dark-78)}.featured-post__card--tone-ink{--card-bg:var(--ink-900);--card-ink:#fff;--card-sub:var(--text-on-dark-70)}.featured-post__card-media{aspect-ratio:4/3;position:relative;background:rgba(0,0,0,.06)}.featured-post__card-img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover}.featured-post__card-body{display:flex;flex:1 1 0%;flex-direction:column;padding:24px 24px 28px;gap:var(--space-2)}.featured-post__card-eyebrow{font-weight:500;font-size:11px;line-height:1;letter-spacing:.18em;text-transform:uppercase;color:var(--card-sub,var(--ink-500))}.featured-post__card-title{margin:var(--space-4) 0 var(--space-2);font-weight:600;color:var(--card-ink)}.featured-post__card-desc{margin:0;font-weight:400;font-size:14px;line-height:1.5;color:var(--card-sub)}.featured-post__card-cta{display:flex;align-items:center;gap:var(--space-2);margin-top:auto;padding-top:var(--space-6);font-weight:600;font-size:12px;line-height:1;letter-spacing:.14em;text-transform:uppercase;color:var(--card-ink)}.featured-post__card-cta .material-symbols-outlined{font-size:16px;color:inherit;transition:transform var(--duration-hover) var(--ease-soft)}.featured-post__card:hover .featured-post__card-cta .material-symbols-outlined{transform:translateX(4px)}