    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'DM Sans', sans-serif;
      background: #f9f8f5;
      color: #1a1a1a;
      padding: 2rem 1rem 4rem;
    }

    .article-wrap {
      max-width: 900px;
      margin: 0 auto;
      background: #ffffff;
      border: 0.5px solid #e0ddd6;
      border-radius: 18px;
      padding: 3rem 3.5rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    }

    .badge {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      background: #F28C38;
      color: #ffffff;
      padding: 6px 14px;
      border-radius: 999px;
      margin-bottom: 1rem;
    }

    .meta {
      font-size: 13px;
      color: #666;
      display: flex;
      gap: 0.5rem;
      align-items: center;
      margin-bottom: 1.25rem;
      flex-wrap: wrap;
    }

    .meta span + span::before {
      content: '\00b7';
      margin-right: 0.5rem;
    }

    h1 {
      font-family: 'Lora', serif;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1.2;
      color: #17213c;
      margin-bottom: 1rem;
    }

    .subtitle {
      font-size: 1.1rem;
      color: #4f5f7d;
      line-height: 1.7;
      border-left: 4px solid #F28C38;
      padding-left: 1rem;
      margin-bottom: 2rem;
    }

    hr {
      border: none;
      border-top: 0.5px solid #ddd;
      margin: 2rem 0;
    }

    .body {
      font-family: 'Lora', serif;
      font-size: 17px;
      line-height: 1.85;
      color: #1a1a1a;
    }

    .body p {
      margin-bottom: 1.35rem;
    }

    .body h2 {
      font-family: 'DM Sans', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #7d8596;
      margin: 2.5rem 0 0.75rem;
      padding-top: 1.4rem;
      border-top: 0.5px solid #e5e5e5;
    }

    .pullquote {
      margin: 2rem 0;
      padding: 1.2rem 1.4rem;
      background: #fff4ea;
      border-left: 4px solid #F28C38;
      border-radius: 0 10px 10px 0;
      font-family: 'Lora', serif;
      font-style: italic;
      font-size: 1.1rem;
      color: #7a3f12;
      line-height: 1.7;
    }

    .impact-summary {
      margin: 2rem 0 2.5rem;
    }

    .impact-summary h2 {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #7d8596;
      margin-bottom: 1rem;
    }

    .impact-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      overflow: hidden;
      border: 0.5px solid #dbe2ec;
      border-radius: 16px;
      background: #dbe2ec;
    }

    .impact-item {
      min-height: 150px;
      padding: 1.25rem 1rem;
      background: #f4f8fc;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .impact-number {
      display: block;
      font-family: 'Lora', serif;
      font-size: 2.4rem;
      font-weight: 600;
      line-height: 1;
      color: #0C447C;
      margin-bottom: 0.65rem;
    }

    .impact-label {
      display: block;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.45;
      color: #394b66;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .impact-caption {
      font-size: 13px;
      color: #666;
      line-height: 1.6;
      margin-top: 0.9rem;
    }

    .event-gallery {
      margin: 2.25rem 0 2.75rem;
      font-family: 'DM Sans', sans-serif;
    }

    .event-gallery-header {
      margin-bottom: 1.25rem;
    }

    .event-gallery-header h3 {
      font-family: 'Lora', serif;
      font-size: 1.45rem;
      font-weight: 600;
      line-height: 1.35;
      color: #17213c;
      margin-bottom: 0.4rem;
    }

    .event-gallery-header p {
      font-family: 'DM Sans', sans-serif;
      font-size: 14px;
      line-height: 1.65;
      color: #667085;
      margin: 0;
    }

    .event-story-list {
      display: grid;
      gap: 20px;
    }

    .event-story {
      margin: 0;
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      min-height: 290px;
      background: #ffffff;
      border: 0.5px solid #dbe2ec;
      border-radius: 16px;
      box-shadow: 0 6px 18px rgba(23, 33, 60, 0.06);
    }

    .event-story:nth-child(even) .event-photo-frame {
      grid-column: 1;
      grid-row: 1;
    }

    .event-story:nth-child(even) .event-summary {
      grid-column: 2;
      grid-row: 1;
    }

    .event-story:nth-child(odd) .event-summary {
      grid-column: 1;
      grid-row: 1;
    }

    .event-story:nth-child(odd) .event-photo-frame {
      grid-column: 2;
      grid-row: 1;
    }

    .event-photo-frame {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background:
        linear-gradient(145deg, rgba(12, 68, 124, 0.12), rgba(242, 140, 56, 0.14)),
        #eef3f8;
      color: #52627a;
      text-align: center;
    }

    .event-photo-frame::before {
      content: 'Add Event Photo';
      width: 70%;
      padding: 0.85rem;
      border: 1px dashed #9aabc0;
      border-radius: 10px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.06em;
      line-height: 1.45;
      text-transform: uppercase;
    }

    .event-photo-frame img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      background: #eef3f8;
      display: block;
    }

    .event-slideshow,
    .event-slides {
      position: absolute;
      inset: 0;
    }

    .event-slideshow {
      z-index: 1;
      outline: none;
    }

    .event-slideshow:focus-visible {
      outline: 3px solid #F28C38;
      outline-offset: -4px;
    }

    .event-slide {
      opacity: 0;
      visibility: hidden;
      transition: opacity 220ms ease;
    }

    .event-slide.is-active {
      opacity: 1;
      visibility: visible;
    }

    .slideshow-control {
      position: absolute;
      z-index: 3;
      top: 50%;
      width: 38px;
      height: 38px;
      border: 1px solid rgba(255, 255, 255, 0.72);
      border-radius: 50%;
      background: rgba(23, 33, 60, 0.76);
      color: #ffffff;
      font-size: 21px;
      line-height: 1;
      cursor: pointer;
      transform: translateY(-50%);
      transition: background 160ms ease, transform 160ms ease;
    }

    .slideshow-control:hover {
      background: rgba(12, 68, 124, 0.94);
      transform: translateY(-50%) scale(1.05);
    }

    .slideshow-control:focus-visible {
      outline: 3px solid #F28C38;
      outline-offset: 2px;
    }

    .slideshow-prev {
      left: 12px;
    }

    .slideshow-next {
      right: 12px;
    }

    .slideshow-footer {
      position: absolute;
      z-index: 3;
      left: 50%;
      bottom: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
      max-width: calc(100% - 24px);
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(23, 33, 60, 0.8);
      color: #ffffff;
      transform: translateX(-50%);
    }

    .slideshow-dots {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }

    .slideshow-dot {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      background: transparent;
      cursor: pointer;
    }

    .slideshow-dot.is-active {
      background: #F28C38;
      border-color: #F28C38;
    }

    .slideshow-dot:focus-visible {
      outline: 2px solid #ffffff;
      outline-offset: 2px;
    }

    .slideshow-counter {
      flex: 0 0 auto;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.04em;
      white-space: nowrap;
    }

    .event-summary {
      padding: 1.65rem 1.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .event-label {
      display: inline-block;
      margin-bottom: 0.65rem;
      padding: 4px 9px;
      border-radius: 999px;
      background: #E6F1FB;
      color: #0C447C;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 1.3;
      text-transform: uppercase;
    }

    .event-summary h4 {
      font-family: 'Lora', serif;
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.35;
      color: #17213c;
      margin-bottom: 0.65rem;
    }

    .event-summary p {
      font-family: 'Lora', serif;
      font-size: 15px;
      line-height: 1.7;
      color: #4f5f70;
      margin: 0;
    }

    .article-footer {
      margin-top: 3rem;
      padding-top: 1.25rem;
      border-top: 0.5px solid #ddd;
      font-size: 13px;
      color: #888;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
    }

    .article-footer .author {
      font-weight: 700;
      color: #1a1a1a;
    }

    .back-to-news {
      margin-top: 2.5rem;
      padding-top: 1.5rem;
    }

    .back-to-news a {
      display: inline-block;
      font-family: 'DM Sans', sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #0C447C;
      text-decoration: none;
      background: #E6F1FB;
      padding: 10px 16px;
      border-radius: 999px;
    }

    .back-to-news a:hover,
    .back-to-news a:focus-visible {
      background: #d5e8f8;
    }

    .back-to-news a:focus-visible {
      outline: 3px solid #F28C38;
      outline-offset: 3px;
    }

    @media (max-width: 900px) {
      .article-wrap {
        padding: 2.5rem 2rem;
      }

      .impact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

    }

    @media (max-width: 768px) {
      body {
        padding: 1rem 0.75rem 3rem;
      }

      .article-wrap {
        padding: 2rem 1.25rem;
      }

      h1 {
        font-size: 2rem;
      }

      .body {
        font-size: 16px;
      }
    }

    @media (max-width: 560px) {
      h1 {
        font-size: 1.75rem;
      }

      .subtitle {
        font-size: 1rem;
      }

      .impact-grid {
        grid-template-columns: 1fr;
      }

      .impact-item {
        min-height: 120px;
      }

      .event-story,
      .event-story:nth-child(even) {
        grid-template-columns: 1fr;
        min-height: 0;
      }

      .event-photo-frame,
      .event-story:nth-child(even) .event-photo-frame,
      .event-story:nth-child(odd) .event-photo-frame {
        grid-column: 1;
        grid-row: 1;
        aspect-ratio: 16 / 9;
      }

      .event-summary,
      .event-story:nth-child(even) .event-summary,
      .event-story:nth-child(odd) .event-summary {
        grid-column: 1;
        grid-row: 2;
      }

      .slideshow-control {
        width: 34px;
        height: 34px;
      }

      .slideshow-footer {
        bottom: 8px;
        gap: 7px;
        padding: 6px 8px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .event-slide,
      .slideshow-control {
        transition: none;
      }
    }