      /* Featured Article */
      .featured-section { padding: 0 0 80px; }
      .featured-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        background: #ffffff;
        border: 1px solid var(--border);
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.4s;
      }
      .featured-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); }
      .featured-img { background: var(--blue-light); min-height: 340px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; }
      .featured-img svg { width: 60px; height: 60px; color: var(--blue); opacity: 0.3; }
      .featured-img p { font-size: 13px; color: var(--text-muted); font-weight: 500; }
      .featured-img--photo { padding: 0; overflow: hidden; }
      .featured-img--photo a { display: block; width: 100%; height: 100%; }
      .featured-img--photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
      .featured-card:hover .featured-img--photo img { transform: scale(1.04); }
      .featured-content { padding: 40px 40px 40px 0; display: flex; flex-direction: column; justify-content: center; }
      .featured-badge { display: inline-block; background: var(--cta); color: #fff; padding: 4px 12px; border-radius: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; width: fit-content; }
      .featured-content h3 { font-family: "Tinos", serif; font-size: 28px; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 12px; line-height: 1.2; }
      .featured-content h3 a { color: inherit; text-decoration: none; transition: color 0.3s; }
      .featured-content h3 a:hover { color: var(--blue); }
      .featured-content p { font-size: 15px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 20px; font-weight: 300; }
      .featured-meta { font-size: 13px; color: var(--text-muted); font-weight: 400; margin-bottom: 20px; }
      .featured-meta span { color: var(--blue); font-weight: 500; }
      .featured-read-more { display: inline-block; color: var(--blue); font-size: 14px; font-weight: 600; text-decoration: none; transition: color 0.3s; }
      .featured-read-more:hover { color: var(--text); }

      /* News Grid */
      .news-section { padding: 80px 0 100px; }
      .news-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
      .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
      .news-card { background: #ffffff; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; transition: all 0.4s; }
      .news-card:hover { transform: translateY(-6px); box-shadow: 0 16px 50px rgba(0, 0, 0, 0.15); }
      .news-thumb { height: 200px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; position: relative; }
      .news-thumb svg { width: 40px; height: 40px; color: var(--blue); opacity: 0.25; }
      .news-category { position: absolute; top: 16px; left: 16px; background: rgba(15, 23, 41, 0.7); color: #fff; padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; backdrop-filter: blur(8px); }
      .news-body { padding: 24px; }
      .news-body h3 { font-family: "Tinos", serif; font-size: 18px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 8px; line-height: 1.3; }
      .news-body p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; font-weight: 300; margin-bottom: 16px; }
      .news-meta { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--text-muted); }
      .news-meta .read-more { color: var(--blue); font-weight: 600; text-decoration: none; transition: color 0.3s; }
      .news-meta .read-more:hover { color: var(--text); }

      /* Media Mentions */
      .media-section { padding: 100px 0; }
      .media-header { text-align: center; max-width: 550px; margin: 0 auto 48px; }
      .media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
      .media-card { display: flex; gap: 20px; background: #ffffff; border: 1px solid var(--border); border-radius: 18px; padding: 28px; transition: all 0.3s; }
      .media-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12); }
      .media-logo { width: 60px; height: 60px; background: var(--blue-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
      .media-logo svg { width: 24px; height: 24px; color: var(--blue); }
      .media-info h4 { font-family: "Tinos", serif; font-size: 16px; font-weight: 700; letter-spacing: -0.3px; margin-bottom: 4px; }
      .media-info .source { font-size: 12px; color: var(--blue); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
      .media-info p { font-size: 13px; color: var(--text-secondary); line-height: 1.6; font-weight: 300; }

      /* Press Clippings */
      .clippings-section { padding: 100px 0; }
      .clippings-header { text-align: center; max-width: 550px; margin: 0 auto 48px; }
      .clippings-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
      .clipping-thumb { display: block; position: relative; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); background: #ffffff; aspect-ratio: 3 / 4; transition: all 0.35s; text-decoration: none; }
      .clipping-thumb:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2); border-color: var(--blue); }
      .clipping-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(20%); transition: filter 0.35s; }
      .clipping-thumb:hover img { filter: grayscale(0%); }
      .clipping-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0, 0, 0, 0.78)); color: #fff; font-size: 11px; font-weight: 500; padding: 24px 10px 8px; line-height: 1.3; }

      /* Press Clipping Modal */
      .press-modal { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0, 0, 0, 0.92); align-items: center; justify-content: center; padding: 72px 20px 24px; }
      .press-modal.is-open { display: flex; }
      .press-modal__inner { position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: min(820px, 90vw); }
      .press-modal__img { max-width: 100%; max-height: 62vh; object-fit: contain; border-radius: 8px; box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7); display: block; }
      .press-modal__caption { color: rgba(255, 255, 255, 0.75); font-size: 13px; font-weight: 500; text-align: center; line-height: 1.4; max-width: 600px; }
      .press-modal__close { position: fixed; top: 16px; right: 20px; background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50%; width: 44px; height: 44px; color: #fff; font-size: 26px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; backdrop-filter: blur(8px); }
      .press-modal__close:hover { background: rgba(255, 255, 255, 0.3); }
      .press-modal__nav { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; width: 48px; height: 48px; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; backdrop-filter: blur(8px); }
      .press-modal__nav:hover { background: rgba(255, 255, 255, 0.22); }
      .press-modal__nav--prev { left: 16px; }
      .press-modal__nav--next { right: 16px; }
      @media (max-width: 600px) {
        .press-modal { padding-top: 64px; }
        .press-modal__nav--prev { left: 6px; }
        .press-modal__nav--next { right: 6px; }
      }

      /* ── Single post meta row ─────────────────────────────── */
      .fp-meta {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 13px;
        font-weight: 500;
        color: var(--text-muted);
        flex-wrap: wrap;
      }
      .fp-meta .divider {
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--text-muted);
        opacity: 0.5;
        vertical-align: middle;
      }
      .fp-meta .author { color: var(--blue); font-weight: 600; }

      /* ── Single post prose body ───────────────────────────── */
      .post-content {
        padding: 64px 0 80px;
      }
      .post-body {
        max-width: 740px;
        margin: 0 auto;
      }
      .post-body p {
        font-size: 16px;
        color: var(--text-secondary);
        line-height: 1.85;
        font-weight: 300;
        margin-bottom: 20px;
      }
      .post-body h2 {
        font-family: "Tinos", serif;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: -0.5px;
        line-height: 1.25;
        color: var(--blue);
        margin: 36px 0 14px;
      }
      .post-body h3 {
        font-family: "Tinos", serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.3px;
        line-height: 1.3;
        color: var(--blue);
        margin: 28px 0 10px;
      }
      .post-body h4 {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--blue);
        margin: 24px 0 8px;
      }
      .post-body a {
        color: var(--blue);
        text-decoration: underline;
        text-underline-offset: 3px;
        font-weight: 500;
        transition: color 0.2s;
      }
      .post-body a:hover { color: var(--text); }
      .post-body strong { font-weight: 700; color: var(--text); }
      .post-body em { font-style: italic; color: var(--text-secondary); }
      .post-body ul,
      .post-body ol {
        padding-left: 1.4em;
        margin-bottom: 20px;
      }
      .post-body li {
        font-size: 16px;
        color: var(--text-secondary);
        line-height: 1.8;
        font-weight: 300;
        margin-bottom: 6px;
      }
      .post-body blockquote {
        border-left: 3px solid var(--blue);
        padding: 12px 0 12px 24px;
        margin: 28px 0;
        font-style: italic;
        color: var(--text-muted);
        font-size: 17px;
        line-height: 1.7;
      }
      .post-body hr {
        border: none;
        border-top: 1px solid var(--border);
        margin: 40px 0;
      }

      @media (max-width: 768px) {
        .featured-card, .news-grid, .media-grid { grid-template-columns: 1fr; }
        .featured-content { padding: 24px; }
        .news-header { flex-direction: column; align-items: flex-start; gap: 16px; }
        .clippings-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
        .post-body { max-width: 100%; }
        .post-body h2 { font-size: 22px; }
      }
