:is(.fsi-news-shell, .fsi-news-host) {
  --blue: #0b3d91;
  --blue-dark: #06265e;
  --ink: #122033;
  --paper: #fff;
  --soft: #f4f6f8;
  --muted: #5f6874;
  --line: rgba(18, 32, 51, .18);
  --life: #2f8fe5;
  --project: #2ea66a;
  --exhibition: #e0ab18;
  --interior: #c46be0;
  --technology: #3157a8;
  --ip: #e75b61;
}

:is(.fsi-news-shell, .fsi-news-host), :is(.fsi-news-shell, .fsi-news-host) * { box-sizing: border-box; }
html:has(> body.fsi-news) { scroll-behavior: smooth; }
body.fsi-news { margin: 0; }
:is(.fsi-news-shell, .fsi-news-host) { background: var(--paper); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; }
:is(.fsi-news-shell, .fsi-news-host) a { color: inherit; text-decoration: none; }
:is(.fsi-news-shell, .fsi-news-host) img { display: block; max-width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) p { text-wrap: pretty; }
:is(.fsi-news-shell, .fsi-news-host) h1,
:is(.fsi-news-shell, .fsi-news-host) h2,
:is(.fsi-news-shell, .fsi-news-host) h3 { text-wrap: balance; }

:is(.fsi-news-shell, .fsi-news-host) .skip-link { background: #fff; left: 1rem; padding: .75rem 1rem; position: fixed; top: -4rem; z-index: 100; }
:is(.fsi-news-shell, .fsi-news-host) .skip-link:focus { top: 1rem; }
:is(.fsi-news-shell, .fsi-news-host) :focus-visible { outline: 3px solid #e6ad2e; outline-offset: 3px; }

:is(.fsi-news-shell, .fsi-news-host) .button { align-items: center; background: var(--blue); border: 1px solid var(--blue); color: #fff; display: inline-flex; font-size: .86rem; font-weight: 650; justify-content: center; min-height: 52px; padding: .9rem 1.35rem; transition: background .2s ease, color .2s ease, transform .2s ease; }
:is(.fsi-news-shell, .fsi-news-host) .button:hover { background: var(--blue-dark); transform: translateY(-2px); }
:is(.fsi-news-shell, .fsi-news-host) .button-light { background: #fff; border-color: #fff; color: var(--blue-dark); }

:is(.fsi-news-shell, .fsi-news-host) .eyebrow { color: var(--blue); font-size: .7rem; font-weight: 750; letter-spacing: .16em; margin: 0 0 1.2rem; text-transform: uppercase; }
:is(.fsi-news-shell, .fsi-news-host) .eyebrow-light { color: rgba(255,255,255,.68); }
:is(.fsi-news-shell, .fsi-news-host) .section-index { color: var(--muted); font-family: "Courier New", monospace; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

:where(.fsi-news-shell, .fsi-news-host) .news-intro { background-image: url("../news/news-intro-anniversary.webp"); }
:is(.fsi-news-shell, .fsi-news-host) .news-intro { align-items: end; background-position: center 56%; background-size: cover; display: grid; gap: 3rem; grid-template-columns: 1.4fr .6fr; isolation: isolate; min-height: 640px; overflow: hidden; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 4.5rem) clamp(3rem, 5vw, 5rem); position: relative; }
:is(.fsi-news-shell, .fsi-news-host) .news-intro::after { background: linear-gradient(90deg, rgba(3,11,22,.72), rgba(3,11,22,.52) 52%, rgba(3,11,22,.3)); content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 0; }
:is(.fsi-news-shell, .fsi-news-host) .news-intro > * { position: relative; z-index: 1; }
:is(.fsi-news-shell, .fsi-news-host) .news-intro .eyebrow { color: rgba(255,255,255,.74); }
:is(.fsi-news-shell, .fsi-news-host) .masthead { min-width: 0; }
:is(.fsi-news-shell, .fsi-news-host) .news-intro h1 { display: grid; font-size: clamp(4.4rem, 10vw, 10rem); font-weight: 500; letter-spacing: -.075em; line-height: .76; margin: 0; row-gap: 0; }
:is(.fsi-news-shell, .fsi-news-host) .masthead-first { color: #fff; font-style: italic; text-shadow: 0 2px 24px rgba(0,0,0,.28); }
:is(.fsi-news-shell, .fsi-news-host) .masthead-today-row { align-items: stretch; display: grid; gap: .08em; grid-template-columns: .68em max-content; justify-self: start; margin-top: .035em; width: max-content; }
:is(.fsi-news-shell, .fsi-news-host) .mail-trail { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; }
:is(.fsi-news-shell, .fsi-news-host) .mail-trail i { background: linear-gradient(90deg, rgba(126,169,240,0), rgba(126,169,240,.58) 18%, #7ea9f0 58%); clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%); display: block; height: clamp(6px, .05em, 8px); margin-left: auto; width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(1),
:is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(5) { height: clamp(4px, .032em, 6px); opacity: .68; width: 62%; }
:is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(2),
:is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(4) { height: clamp(5px, .04em, 7px); opacity: .84; width: 82%; }
:is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(1) { translate: .055em 0; }
:is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(2) { translate: .028em 0; }
:is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(4) { translate: -.028em 0; }
:is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(5) { translate: -.055em 0; }
:is(.fsi-news-shell, .fsi-news-host) .masthead-today { background: var(--blue); box-shadow: inset 0 0 0 2px rgba(6,38,94,.62); clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%); color: #fff; display: block; font-size: .8em; font-style: italic; justify-self: start; letter-spacing: -.01em; overflow: hidden; padding: .14em .32em .17em .29em; position: relative; white-space: nowrap; width: max-content; }
:is(.fsi-news-shell, .fsi-news-host) .masthead-today::before { background: linear-gradient(to bottom right, transparent calc(50% - 2px), rgba(6,38,94,.72) 50%, transparent calc(50% + 2px)), linear-gradient(to bottom left, transparent calc(50% - 2px), rgba(6,38,94,.72) 50%, transparent calc(50% + 2px)); content: ''; inset: 0; position: absolute; z-index: 1; }
:is(.fsi-news-shell, .fsi-news-host) .masthead-today::after { background: rgba(255,255,255,.1); clip-path: polygon(0 0, 100% 0, 50% 54%); content: ''; inset: 0; position: absolute; }
:is(.fsi-news-shell, .fsi-news-host) .masthead-today > span { position: relative; text-shadow: 0 1px 0 rgba(6,38,94,.35); z-index: 2; }
:is(.fsi-news-shell, .fsi-news-host) .masthead-rule { align-items: center; display: grid; grid-template-columns: 1fr auto; margin-top: clamp(1.8rem, 3vw, 3rem); }
:is(.fsi-news-shell, .fsi-news-host) .masthead-rule span { background: rgba(255,255,255,.68); display: block; height: 1px; }
:is(.fsi-news-shell, .fsi-news-host) .masthead-rule i { background: #fff; border-radius: 50%; height: 9px; width: 9px; }
:is(.fsi-news-shell, .fsi-news-host) .masthead-tagline { color: rgba(255,255,255,.68); font-family: "Courier New", monospace; font-size: .67rem; letter-spacing: .06em; margin: 1rem 0 0; text-transform: uppercase; }
:is(.fsi-news-shell, .fsi-news-host) .intro-copy { color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.65; margin: 0; max-width: 34rem; text-shadow: 0 1px 18px rgba(0,0,0,.32); }

:is(.fsi-news-shell, .fsi-news-host) .category-nav { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; gap: clamp(1rem, 3vw, 2.5rem); overflow-x: auto; padding: 0 clamp(1.25rem, 4vw, 4.5rem); scrollbar-width: none; }
:is(.fsi-news-shell, .fsi-news-host) .category-nav::-webkit-scrollbar { display: none; }
:is(.fsi-news-shell, .fsi-news-host) .category-nav a { align-items: center; display: flex; flex: 0 0 auto; font-size: .78rem; gap: .5rem; padding: 1.2rem 0; position: relative; }
:is(.fsi-news-shell, .fsi-news-host) .category-nav a::after { background: var(--ink); bottom: 0; content: ''; height: 2px; left: 0; position: absolute; transform: scaleX(0); transition: transform .25s ease; width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) .category-nav a:hover::after,
:is(.fsi-news-shell, .fsi-news-host) .category-nav a.is-active::after { transform: scaleX(1); }
:is(.fsi-news-shell, .fsi-news-host) .category-nav i { background: var(--ink); border-radius: 50%; height: 6px; width: 6px; }
:is(.fsi-news-shell, .fsi-news-host) .category-nav .life i { background: var(--life); }
:is(.fsi-news-shell, .fsi-news-host) .category-nav .project i { background: var(--project); }
:is(.fsi-news-shell, .fsi-news-host) .category-nav .exhibition i { background: var(--exhibition); }
:is(.fsi-news-shell, .fsi-news-host) .category-nav .interior i { background: var(--interior); }
:is(.fsi-news-shell, .fsi-news-host) .category-nav .technology i { background: var(--technology); }
:is(.fsi-news-shell, .fsi-news-host) .category-nav .ip i { background: var(--ip); }

:is(.fsi-news-shell, .fsi-news-host) .lead-grid { display: grid; gap: clamp(2rem, 4vw, 4.5rem); grid-template-columns: minmax(0, 1.65fr) minmax(320px, .72fr); padding: clamp(3.5rem, 7vw, 7rem) clamp(1.25rem, 4vw, 4.5rem); }
:is(.fsi-news-shell, .fsi-news-host) .featured-story { background: var(--blue-dark); min-height: 640px; overflow: hidden; position: relative; }
:is(.fsi-news-shell, .fsi-news-host) .featured-story > a { display: block; height: 100%; min-height: inherit; }
:is(.fsi-news-shell, .fsi-news-host) .featured-story img { filter: saturate(.78); height: 100%; object-fit: cover; position: absolute; transition: filter .5s ease, transform .8s cubic-bezier(.2,.7,.2,1); width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) .featured-story:hover img { filter: saturate(1); transform: scale(1.025); }
:is(.fsi-news-shell, .fsi-news-host) .featured-overlay { background: linear-gradient(180deg, rgba(6,38,94,.02) 20%, rgba(6,20,45,.92) 100%); inset: 0; position: absolute; }
:is(.fsi-news-shell, .fsi-news-host) .featured-copy { bottom: 0; color: #fff; left: 0; max-width: 53rem; padding: clamp(2rem, 5vw, 4.5rem); position: absolute; }
:is(.fsi-news-shell, .fsi-news-host) .featured-copy h2 { font-size: clamp(2.4rem, 4vw, 4.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; margin: 1rem 0; }
:is(.fsi-news-shell, .fsi-news-host) .featured-copy p { color: rgba(255,255,255,.76); line-height: 1.6; margin: 0 0 1.35rem; max-width: 40rem; }

:is(.fsi-news-shell, .fsi-news-host) .latest-list { align-content: start; display: grid; }
:is(.fsi-news-shell, .fsi-news-host) .latest-list > header { border-bottom: 1px solid var(--line); padding-bottom: 1.5rem; }
:is(.fsi-news-shell, .fsi-news-host) .latest-list > header h2 { font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 500; letter-spacing: -.05em; margin: 0; }
:is(.fsi-news-shell, .fsi-news-host) .latest-item { border-bottom: 1px solid var(--line); padding: 1.25rem 0; }
:is(.fsi-news-shell, .fsi-news-host) .latest-item > a { display: grid; gap: 1.1rem; grid-template-columns: 112px minmax(0, 1fr); }
:is(.fsi-news-shell, .fsi-news-host) .latest-item img { aspect-ratio: 1.12; background: var(--soft); height: 100%; object-fit: cover; width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) .latest-item img.contain { object-fit: contain; padding: .35rem; }
:is(.fsi-news-shell, .fsi-news-host) .latest-item h3 { font-size: .98rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.2; margin: .55rem 0 .8rem; }
:is(.fsi-news-shell, .fsi-news-host) .latest-item:hover h3 { color: var(--blue); }

:is(.fsi-news-shell, .fsi-news-host) .story-tags { display: flex; flex-wrap: wrap; gap: .35rem; }
:is(.fsi-news-shell, .fsi-news-host) .tag { --tag-color: var(--blue); align-items: center; background: color-mix(in srgb, var(--tag-color) 18%, #fff); border-radius: 2rem; display: inline-flex; font-size: .58rem; font-weight: 700; gap: .35rem; padding: .28rem .58rem; }
:is(.fsi-news-shell, .fsi-news-host) .tag::before { background: var(--tag-color); border-radius: 50%; content: ''; height: 5px; width: 5px; }
:is(.fsi-news-shell, .fsi-news-host) .tag.life { --tag-color: var(--life); }
:is(.fsi-news-shell, .fsi-news-host) .tag.project { --tag-color: var(--project); }
:is(.fsi-news-shell, .fsi-news-host) .tag.exhibition { --tag-color: var(--exhibition); }
:is(.fsi-news-shell, .fsi-news-host) .tag.interior { --tag-color: var(--interior); }
:is(.fsi-news-shell, .fsi-news-host) .tag.technology { --tag-color: var(--technology); }
:is(.fsi-news-shell, .fsi-news-host) .tag.ip { --tag-color: var(--ip); }
:is(.fsi-news-shell, .fsi-news-host) .featured-copy .tag { background: rgba(255,255,255,.9); color: var(--ink); }
:is(.fsi-news-shell, .fsi-news-host) .story-meta { align-items: center; color: var(--muted); display: flex; font-family: "Courier New", monospace; font-size: .61rem; gap: 1rem; text-transform: uppercase; }
:is(.fsi-news-shell, .fsi-news-host) .featured-copy .story-meta { color: rgba(255,255,255,.66); }

:is(.fsi-news-shell, .fsi-news-host) .story-section { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 4vw, 4.5rem); }
:is(.fsi-news-shell, .fsi-news-host) .section-heading { display: grid; gap: 2rem; grid-template-columns: minmax(150px, .8fr) minmax(0, 3fr); margin-bottom: clamp(3.5rem, 8vw, 7rem); }
:is(.fsi-news-shell, .fsi-news-host) .section-heading h2 { font-size: clamp(2.7rem, 5.5vw, 6.2rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; margin: 0; max-width: 16ch; }
:is(.fsi-news-shell, .fsi-news-host) .section-heading h2 span { color: var(--blue); }
:is(.fsi-news-shell, .fsi-news-host) .story-grid { display: grid; gap: clamp(2rem, 4vw, 4rem) 1.5rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
:is(.fsi-news-shell, .fsi-news-host) .story-card { border-bottom: 1px solid var(--line); }
:is(.fsi-news-shell, .fsi-news-host) .story-card figure { aspect-ratio: 1.28; background: var(--soft); margin: 0; overflow: hidden; }
:is(.fsi-news-shell, .fsi-news-host) .story-card figure.light-image { background: #fff; border: 1px solid var(--line); }
:is(.fsi-news-shell, .fsi-news-host) .story-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) .story-card .light-image img { object-fit: contain; padding: 1.5rem; }
:is(.fsi-news-shell, .fsi-news-host) .story-card:hover img { transform: scale(1.035); }
:is(.fsi-news-shell, .fsi-news-host) .story-card-copy { padding: 1.5rem 0 1.8rem; }
:is(.fsi-news-shell, .fsi-news-host) .story-card h3 { font-size: clamp(1.45rem, 2vw, 2.15rem); font-weight: 520; letter-spacing: -.04em; line-height: 1.06; margin: 1.1rem 0 .8rem; }
:is(.fsi-news-shell, .fsi-news-host) .story-card:hover h3 { color: var(--blue); }
:is(.fsi-news-shell, .fsi-news-host) .story-card p { color: var(--muted); font-size: .92rem; line-height: 1.6; margin: 0 0 1.5rem; }
:is(.fsi-news-shell, .fsi-news-host) .load-more { align-items: center; border-bottom: 1px solid var(--ink); display: flex; font-weight: 650; justify-content: space-between; margin: clamp(4rem, 8vw, 7rem) auto 0; max-width: 17rem; padding: 1rem 0; }
:is(.fsi-news-shell, .fsi-news-host) .load-more span { color: var(--blue); }

:is(.fsi-news-shell, .fsi-news-host) .news-cta { background: var(--blue); color: #fff; display: grid; gap: 2rem; grid-template-columns: minmax(150px, .8fr) minmax(0, 3fr); padding: clamp(5.5rem, 11vw, 11rem) clamp(1.25rem, 4vw, 4.5rem); }
:is(.fsi-news-shell, .fsi-news-host) .news-cta .section-index { color: rgba(255,255,255,.55); }
:is(.fsi-news-shell, .fsi-news-host) .news-cta h2 { font-size: clamp(2.8rem, 6vw, 6.8rem); font-weight: 500; letter-spacing: -.06em; line-height: .95; margin: 0; max-width: 13ch; }
:is(.fsi-news-shell, .fsi-news-host) .news-cta h2 span { color: #b9d2ff; }
:is(.fsi-news-shell, .fsi-news-host) .news-cta p:not(.eyebrow) { color: rgba(255,255,255,.74); line-height: 1.65; margin: 2rem 0; max-width: 44rem; }

@media (prefers-reduced-motion: no-preference) {
  :is(.fsi-news-shell, .fsi-news-host) .news-intro > *,
  :is(.fsi-news-shell, .fsi-news-host) .lead-grid > * { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
  :is(.fsi-news-shell, .fsi-news-host) .lead-grid > :last-child { animation-delay: .12s; }
  :is(.fsi-news-shell, .fsi-news-host) .masthead-today { animation: mail-slide-in .68s .12s cubic-bezier(.18,.78,.24,1) both; }
  :is(.fsi-news-shell, .fsi-news-host) .mail-trail i { animation: masthead-line .58s .52s cubic-bezier(.2,.7,.2,1) both; transform-origin: right; }
  :is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(2) { animation-delay: .59s; }
  :is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(3) { animation-delay: .66s; }
  :is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(4) { animation-delay: .73s; }
  :is(.fsi-news-shell, .fsi-news-host) .mail-trail i:nth-child(5) { animation-delay: .8s; }
  :is(.fsi-news-shell, .fsi-news-host) .masthead-rule span { animation: masthead-line .9s .45s cubic-bezier(.2,.7,.2,1) both; transform-origin: left; }
  :is(.fsi-news-shell, .fsi-news-host) .masthead-rule i { animation: masthead-dot .55s 1.25s ease-out both; }
  :is(.fsi-news-shell, .fsi-news-host) .story-card { animation: reveal-on-scroll linear both; animation-range: entry 8% cover 28%; animation-timeline: view(); }
  @keyframes rise { from { opacity: 0; transform: translateY(20px); } }
  @keyframes mail-slide-in { from { opacity: 0; transform: translateX(-.9em); } 70% { opacity: 1; } to { opacity: 1; transform: translateX(0); } }
  @keyframes masthead-line { from { transform: scaleX(0); } }
  @keyframes masthead-dot { 0% { opacity: 0; transform: scale(0); } 60% { opacity: 1; transform: scale(1.8); } 100% { opacity: 1; transform: scale(1); } }
  @keyframes reveal-on-scroll { from { opacity: 0; transform: translateY(24px); } }
}

@media (max-width: 1100px) {
  :is(.fsi-news-shell, .fsi-news-host) .lead-grid { grid-template-columns: 1fr; }
  :is(.fsi-news-shell, .fsi-news-host) .featured-story { min-height: min(70vw, 680px); }
  :is(.fsi-news-shell, .fsi-news-host) .latest-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 2rem; }
  :is(.fsi-news-shell, .fsi-news-host) .latest-list > header { grid-column: 1 / -1; }
  :is(.fsi-news-shell, .fsi-news-host) .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  :is(.fsi-news-shell, .fsi-news-host) .news-intro { align-items: start; grid-template-columns: 1fr; }
  :is(.fsi-news-shell, .fsi-news-host) .news-intro h1 { font-size: clamp(4rem, 22vw, 7rem); }
  :is(.fsi-news-shell, .fsi-news-host) .featured-story { min-height: 620px; }
  :is(.fsi-news-shell, .fsi-news-host) .latest-list { grid-template-columns: 1fr; }
  :is(.fsi-news-shell, .fsi-news-host) .section-heading,
  :is(.fsi-news-shell, .fsi-news-host) .news-cta { grid-template-columns: 1fr; }
  :is(.fsi-news-shell, .fsi-news-host) .story-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :is(.fsi-news-shell, .fsi-news-host) .news-intro { padding-top: 4rem; }
  :is(.fsi-news-shell, .fsi-news-host) .masthead-today { font-size: .75em; }
  :is(.fsi-news-shell, .fsi-news-host) .featured-story { min-height: 560px; }
  :is(.fsi-news-shell, .fsi-news-host) .featured-copy h2 { font-size: 2.35rem; }
  :is(.fsi-news-shell, .fsi-news-host) .featured-copy p { display: none; }
  :is(.fsi-news-shell, .fsi-news-host) .latest-item > a { grid-template-columns: 96px minmax(0, 1fr); }
  :is(.fsi-news-shell, .fsi-news-host) .section-heading h2 { font-size: 2.65rem; }
}

@media (prefers-reduced-motion: reduce) {
  html:has(> body.fsi-news) { scroll-behavior: auto; }
  :is(.fsi-news-shell, .fsi-news-host) * { animation: none !important; transition: none !important; }
}

/* Archive mockup */
:is(.fsi-news-shell, .fsi-news-host) .breadcrumbs { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-family: "Courier New", monospace; font-size: .67rem; gap: .65rem; margin-bottom: clamp(3rem, 6vw, 6rem); text-transform: uppercase; }
:is(.fsi-news-shell, .fsi-news-host) .breadcrumbs a { border-bottom: 1px solid transparent; }
:is(.fsi-news-shell, .fsi-news-host) .breadcrumbs a:hover { border-color: currentColor; color: var(--blue); }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro { padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 4.5rem) clamp(4rem, 8vw, 8rem); }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro h1 { font-size: clamp(4rem, 9vw, 9.5rem); font-weight: 500; letter-spacing: -.075em; line-height: .86; margin: 0; }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro h1 span { color: var(--blue); }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro > p:last-child { color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.24rem); line-height: 1.65; margin: 2rem 0 0 auto; max-width: 38rem; }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-all { background-image: linear-gradient(90deg, rgba(3,11,22,.78), rgba(3,11,22,.58) 55%, rgba(3,11,22,.5)), url("../news/news-archive-all-stories.webp"); background-position: center 44%; background-size: cover; color: #fff; }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-all .breadcrumbs,
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-all .eyebrow { color: rgba(255,255,255,.74); }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-all h1 { text-shadow: 0 2px 24px rgba(0,0,0,.3); }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-all h1 span { color: #7ea9f0; }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-all > p:last-child { color: rgba(255,255,255,.86); text-shadow: 0 1px 18px rgba(0,0,0,.36); }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-category { background-image: linear-gradient(90deg, rgba(3,11,22,.76), rgba(3,11,22,.5)), var(--fsi-category-hero); background-position: center; background-size: cover; color: #fff; }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-category .breadcrumbs,
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-category .eyebrow { color: rgba(255,255,255,.74); }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-category h1 span { color: #7ea9f0; }
:is(.fsi-news-shell, .fsi-news-host) .archive-intro-category > p:last-child { color: rgba(255,255,255,.86); text-shadow: 0 1px 18px rgba(0,0,0,.36); }
:is(.fsi-news-shell, .fsi-news-host) .archive-empty { border-top: 1px solid var(--line); color: var(--muted); font-size: 1.05rem; line-height: 1.7; padding: 3rem 0; }
:is(.fsi-news-shell, .fsi-news-host) .archive-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 4.5rem); }
:is(.fsi-news-shell, .fsi-news-host) .archive-tools { align-items: end; border-bottom: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: 1fr minmax(300px, .6fr); padding-bottom: 2rem; }
:is(.fsi-news-shell, .fsi-news-host) .archive-tools h2 { font-size: clamp(2.6rem, 5vw, 5.5rem); font-weight: 500; letter-spacing: -.055em; margin: .75rem 0 0; }
:is(.fsi-news-shell, .fsi-news-host) .archive-search label { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .12em; margin-bottom: .7rem; text-transform: uppercase; }
:is(.fsi-news-shell, .fsi-news-host) .archive-search > div { display: grid; grid-template-columns: 1fr auto; }
:is(.fsi-news-shell, .fsi-news-host) .archive-search input { border: 1px solid var(--line); border-right: 0; color: var(--ink); font: inherit; min-width: 0; padding: .95rem 1rem; }
:is(.fsi-news-shell, .fsi-news-host) .archive-search button { background: var(--blue); border: 1px solid var(--blue); color: #fff; cursor: pointer; font-weight: 650; padding: .8rem 1.15rem; }
:is(.fsi-news-shell, .fsi-news-host) .archive-count { color: var(--muted); font-family: "Courier New", monospace; font-size: .7rem; margin: 1.2rem 0 3rem; text-transform: uppercase; }
:is(.fsi-news-shell, .fsi-news-host) .archive-count strong { color: var(--blue); }
:is(.fsi-news-shell, .fsi-news-host) .archive-grid { display: grid; gap: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 3vw, 3rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
:is(.fsi-news-shell, .fsi-news-host) .archive-card { border-bottom: 1px solid var(--line); }
:is(.fsi-news-shell, .fsi-news-host) .archive-card figure { aspect-ratio: 16 / 9; background: var(--soft); margin: 0; overflow: hidden; }
:is(.fsi-news-shell, .fsi-news-host) .archive-card img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) .archive-card:hover img { transform: scale(1.03); }
:is(.fsi-news-shell, .fsi-news-host) .archive-card-copy { padding: 1.6rem 0 2rem; }
:is(.fsi-news-shell, .fsi-news-host) .archive-card h3 { font-size: clamp(1.65rem, 2.5vw, 2.85rem); font-weight: 520; letter-spacing: -.045em; line-height: 1.04; margin: 1.1rem 0 .85rem; }
:is(.fsi-news-shell, .fsi-news-host) .archive-card:hover h3 { color: var(--blue); }
:is(.fsi-news-shell, .fsi-news-host) .archive-card p { color: var(--muted); line-height: 1.65; margin: 0 0 1.5rem; max-width: 45rem; }
:is(.fsi-news-shell, .fsi-news-host) .pagination { align-items: center; display: flex; gap: .5rem; justify-content: center; margin-top: clamp(4rem, 8vw, 8rem); }
:is(.fsi-news-shell, .fsi-news-host) .pagination > * { align-items: center; border: 1px solid var(--line); display: inline-flex; font-size: .78rem; height: 42px; justify-content: center; min-width: 42px; padding: 0 .8rem; }
:is(.fsi-news-shell, .fsi-news-host) .pagination [aria-current="page"] { background: var(--blue); border-color: var(--blue); color: #fff; }

/* Single article mockups */
:is(.fsi-news-shell, .fsi-news-host) .article-hero { padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 7vw, 8rem) clamp(4rem, 8vw, 8rem); }
:is(.fsi-news-shell, .fsi-news-host) .article-hero-grid { align-items: end; display: grid; gap: clamp(2rem, 6vw, 7rem); grid-template-columns: minmax(0, 1fr) minmax(260px, .28fr); }
:is(.fsi-news-shell, .fsi-news-host) .article-hero h1 { font-size: clamp(3rem, 6vw, 7rem); font-weight: 500; letter-spacing: -.062em; line-height: .94; margin: 1.5rem 0 2rem; max-width: 15ch; }
:is(.fsi-news-shell, .fsi-news-host) .article-deck { color: var(--muted); font-size: clamp(1.1rem, 1.55vw, 1.4rem); line-height: 1.6; margin: 0 0 2rem; max-width: 52rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-byline { align-items: center; display: flex; gap: .9rem; }
:is(.fsi-news-shell, .fsi-news-host) .author-mark { align-items: center; background: var(--blue); color: #fff; display: flex; font-family: "Courier New", monospace; font-size: 1.1rem; font-weight: 800; height: 44px; justify-content: center; width: 44px; }
:is(.fsi-news-shell, .fsi-news-host) .article-byline strong, :is(.fsi-news-shell, .fsi-news-host) .article-byline span { display: block; }
:is(.fsi-news-shell, .fsi-news-host) .article-byline strong { font-size: .8rem; margin-bottom: .3rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-byline span { color: var(--muted); font-family: "Courier New", monospace; font-size: .63rem; text-transform: uppercase; }
:is(.fsi-news-shell, .fsi-news-host) .article-summary { border-left: 2px solid var(--blue); padding-left: 1.5rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-summary > span { color: var(--blue); font-size: .65rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
:is(.fsi-news-shell, .fsi-news-host) .article-summary p { color: var(--muted); font-size: .9rem; line-height: 1.65; margin: .8rem 0 0; }
:is(.fsi-news-shell, .fsi-news-host) .article-hero-media { margin: 0; padding: 0 clamp(1.25rem, 4vw, 4.5rem); }
:is(.fsi-news-shell, .fsi-news-host) .article-hero-media img { aspect-ratio: 16 / 8; height: auto; object-fit: cover; width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) .article-hero-media figcaption, :is(.fsi-news-shell, .fsi-news-host) .article-inline-media figcaption { color: var(--muted); font-family: "Courier New", monospace; font-size: .65rem; line-height: 1.5; padding-top: .7rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-layout { align-items: start; display: grid; gap: clamp(2rem, 4vw, 4rem); grid-template-columns: 200px minmax(0, 720px) 52px; justify-content: center; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 4.5rem); }
:is(.fsi-news-shell, .fsi-news-host) .article-toc { border-top: 1px solid var(--line); position: sticky; top: 112px; }
:is(.fsi-news-shell, .fsi-news-host) .article-toc > p { color: var(--blue); font-size: .66rem; font-weight: 750; letter-spacing: .12em; margin: 0; padding: 1rem 0; text-transform: uppercase; }
:is(.fsi-news-shell, .fsi-news-host) .article-toc nav { display: grid; }
:is(.fsi-news-shell, .fsi-news-host) .article-toc a { border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; line-height: 1.35; padding: .8rem 0; }
:is(.fsi-news-shell, .fsi-news-host) .article-toc a.is-subheading { padding-left: .8rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-toc a:hover { color: var(--blue); }
:is(.fsi-news-shell, .fsi-news-host) .article-share { display: grid; gap: .55rem; justify-items: center; position: sticky; top: 112px; }
:is(.fsi-news-shell, .fsi-news-host) .article-share > span { color: var(--muted); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }
:is(.fsi-news-shell, .fsi-news-host) .article-share a, :is(.fsi-news-shell, .fsi-news-host) .article-share button { align-items: center; background: #fff; border: 1px solid var(--line); color: var(--ink); cursor: pointer; display: flex; font: 700 .7rem/1 Inter, Arial, sans-serif; height: 38px; justify-content: center; padding: 0; width: 38px; }
:is(.fsi-news-shell, .fsi-news-host) .article-share a:hover, :is(.fsi-news-shell, .fsi-news-host) .article-share button:hover { border-color: var(--blue); color: var(--blue); }
:is(.fsi-news-shell, .fsi-news-host) .article-body { min-width: 0; }
:is(.fsi-news-shell, .fsi-news-host) .article-body > p, :is(.fsi-news-shell, .fsi-news-host) .article-body > ul, :is(.fsi-news-shell, .fsi-news-host) .article-body > ol { font-size: 1.08rem; line-height: 1.82; }
:is(.fsi-news-shell, .fsi-news-host) .article-body > p { margin: 0 0 1.55rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-lead { font-size: clamp(1.35rem, 2vw, 1.75rem) !important; font-weight: 500; letter-spacing: -.025em; line-height: 1.48 !important; }
:is(.fsi-news-shell, .fsi-news-host) .article-body h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 520; letter-spacing: -.048em; line-height: 1.05; margin: clamp(4rem, 8vw, 6.5rem) 0 1.5rem; scroll-margin-top: 110px; }
:is(.fsi-news-shell, .fsi-news-host) .article-body h3 { font-size: 1.45rem; font-weight: 600; letter-spacing: -.025em; margin: 3rem 0 1rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-body a { border-bottom: 1px solid currentColor; color: var(--blue); }
:is(.fsi-news-shell, .fsi-news-host) .article-body blockquote { border-left: 3px solid var(--blue); margin: clamp(3rem, 6vw, 5rem) 0; padding: .5rem 0 .5rem clamp(1.5rem, 4vw, 3rem); }
:is(.fsi-news-shell, .fsi-news-host) .article-body blockquote p { font-size: clamp(2rem, 4vw, 3.6rem); font-style: italic; letter-spacing: -.045em; line-height: 1.08; margin: 0; }
:is(.fsi-news-shell, .fsi-news-host) .key-takeaways { background: var(--blue-dark); color: #fff; margin: clamp(3.5rem, 7vw, 6rem) 0; padding: clamp(2rem, 5vw, 4rem); }
:is(.fsi-news-shell, .fsi-news-host) .key-takeaways h2 { font-size: clamp(2rem, 3vw, 2.9rem); margin: 0 0 1.5rem; }
:is(.fsi-news-shell, .fsi-news-host) .key-takeaways ul { line-height: 1.6; list-style: none; margin: 0; padding: 0; }
:is(.fsi-news-shell, .fsi-news-host) .key-takeaways li { border-top: 1px solid rgba(255,255,255,.2); padding: .85rem 0 .85rem 1.4rem; position: relative; }
:is(.fsi-news-shell, .fsi-news-host) .key-takeaways li::before { color: #b9d2ff; content: '↘'; left: 0; position: absolute; }
:is(.fsi-news-shell, .fsi-news-host) .comparison-table { margin: 3rem 0; overflow-x: auto; }
:is(.fsi-news-shell, .fsi-news-host) .comparison-table table { border-collapse: collapse; font-size: .88rem; line-height: 1.5; min-width: 560px; width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) .comparison-table th { background: var(--blue-dark); color: #fff; text-align: left; }
:is(.fsi-news-shell, .fsi-news-host) .comparison-table th, :is(.fsi-news-shell, .fsi-news-host) .comparison-table td { border: 1px solid var(--line); padding: 1rem; vertical-align: top; }
:is(.fsi-news-shell, .fsi-news-host) .comparison-table td:first-child { color: var(--blue); font-weight: 700; width: 28%; }
:is(.fsi-news-shell, .fsi-news-host) .article-inline-media { margin: clamp(3.5rem, 7vw, 6rem) 0; }
:is(.fsi-news-shell, .fsi-news-host) .article-inline-media img { margin: auto; max-height: 760px; object-fit: contain; width: auto; }
:is(.fsi-news-shell, .fsi-news-host) .article-inline-wide img { max-height: none; width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) .article-action { background: var(--soft); border-top: 3px solid var(--blue); margin: clamp(4rem, 8vw, 7rem) 0; padding: clamp(2rem, 5vw, 4rem); }
:is(.fsi-news-shell, .fsi-news-host) .article-action h2 { font-size: clamp(2rem, 3.5vw, 3.3rem); margin: 0 0 1rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-action p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
:is(.fsi-news-shell, .fsi-news-host) .article-action .text-link { display: inline-block; font-size: .9rem; font-weight: 700; margin-top: 1rem; padding-bottom: .4rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-sources { border-top: 1px solid var(--line); margin-top: 5rem; padding-top: 2rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-sources h2 { font-size: 1.65rem; margin: 0 0 1.5rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-sources ol { color: var(--muted); font-size: .82rem; line-height: 1.6; padding-left: 1.2rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-sources li { margin-bottom: .7rem; padding-left: .25rem; }
:is(.fsi-news-shell, .fsi-news-host) .article-sources p { color: var(--muted); font-size: .76rem; line-height: 1.6; }
:is(.fsi-news-shell, .fsi-news-host) .related-stories { background: var(--soft); padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
:is(.fsi-news-shell, .fsi-news-host) .related-stories > header { margin-bottom: 3rem; }
:is(.fsi-news-shell, .fsi-news-host) .related-stories > header h2 { font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; margin: 0; }
:is(.fsi-news-shell, .fsi-news-host) .related-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
:is(.fsi-news-shell, .fsi-news-host) .related-grid article { background: #fff; }
:is(.fsi-news-shell, .fsi-news-host) .related-grid img { aspect-ratio: 16 / 8; margin-bottom: 1.4rem; object-fit: cover; width: 100%; }
:is(.fsi-news-shell, .fsi-news-host) .related-grid .tag, :is(.fsi-news-shell, .fsi-news-host) .related-grid h3 { margin-left: 1.4rem; margin-right: 1.4rem; }
:is(.fsi-news-shell, .fsi-news-host) .related-grid h3 { font-size: clamp(1.4rem, 2.3vw, 2.4rem); font-weight: 520; letter-spacing: -.04em; line-height: 1.08; margin-bottom: 1.7rem; margin-top: 1rem; }

@media (max-width: 1050px) {
  :is(.fsi-news-shell, .fsi-news-host) .article-layout { grid-template-columns: 190px minmax(0, 720px); }
  :is(.fsi-news-shell, .fsi-news-host) .article-share { display: none; }
}
@media (max-width: 820px) {
  :is(.fsi-news-shell, .fsi-news-host) .archive-tools, :is(.fsi-news-shell, .fsi-news-host) .article-hero-grid { grid-template-columns: 1fr; }
  :is(.fsi-news-shell, .fsi-news-host) .article-hero-media { padding: 0; }
  :is(.fsi-news-shell, .fsi-news-host) .article-hero-media figcaption { padding-left: 1.25rem; padding-right: 1.25rem; }
  :is(.fsi-news-shell, .fsi-news-host) .article-layout { grid-template-columns: minmax(0, 720px); }
  :is(.fsi-news-shell, .fsi-news-host) .article-toc { background: var(--soft); padding: 1rem 1.25rem; position: static; }
  :is(.fsi-news-shell, .fsi-news-host) .article-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  :is(.fsi-news-shell, .fsi-news-host) .article-toc a { padding-right: 1rem; }
}
@media (max-width: 680px) {
  :is(.fsi-news-shell, .fsi-news-host) .archive-grid, :is(.fsi-news-shell, .fsi-news-host) .related-grid { grid-template-columns: 1fr; }
  :is(.fsi-news-shell, .fsi-news-host) .archive-search > div { grid-template-columns: 1fr; }
  :is(.fsi-news-shell, .fsi-news-host) .archive-search input { border-right: 1px solid var(--line); }
  :is(.fsi-news-shell, .fsi-news-host) .article-hero { padding-top: 2rem; }
  :is(.fsi-news-shell, .fsi-news-host) .article-hero h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  :is(.fsi-news-shell, .fsi-news-host) .article-hero-media img { aspect-ratio: 4 / 3; }
  :is(.fsi-news-shell, .fsi-news-host) .article-toc nav { grid-template-columns: 1fr; }
  :is(.fsi-news-shell, .fsi-news-host) .article-body > p { font-size: 1rem; }
}
