   /* ── Reset ──────────────────────────────────────────────────────── */

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
   /* ── Base ───────────────────────────────────────────────────────── */

    html { background: #000; }

    body {
      font-family: Roboto, sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #444;
      background: #000;
      line-height: 1.7;
    }

    /* ── Site header ─────────────────────────────────────────────────── */
    .site-header {
      background-color: #1c202b;
      padding: 70px 0 0;
      text-align: center;
    }

    .site-title {
      font-family: "Roboto Slab", sans-serif;
      font-size: 40px;
      font-weight: 400;
      color: #fff;
      text-decoration: none;
      display: block;
      margin-bottom: 6px;
    }

    .site-description {
      font-family: "Roboto Slab", sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: rgba(255,255,255,0.5);
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 0;

    }

    /* ── Top navigation ──────────────────────────────────────────────── */
    .main-navigation {
      background-color: #1c202b;
      border-top: 1px solid rgba(255,255,255,0.08);
      margin-top: 28px;
      text-align: center;
    }

    .main-navigation ul {
      list-style: none;
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0;
      padding: 0;
    }

    .main-navigation ul li a {
      display: block;
      font-family: "Roboto Slab", sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: rgba(255,255,255,0.6);
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none;
      padding: 22px 20px;
      transition: color 0.2s;
    }

    .main-navigation ul li a:hover { color: #fff; }
    .main-navigation ul li a.current { color: #fff; }

    /* ── Main content ────────────────────────────────────────────────── */
    .site-main {
      background: #fff;
      padding: 60px 0 80px;
    }

    .content-inner {
      max-width: 820px;
      margin: 0 auto;
      padding: 0 40px;
    }

    /* ── Page title ──────────────────────────────────────────────────── */
    .page-header {
      margin-bottom: 40px;
      padding-bottom: 24px;
      border-bottom: 1px solid #e8e8e8;
    }

    .page-title {
      font-family: "Roboto Slab", sans-serif;
      font-size: 26px;
      font-weight: 700;
      color: #2b3542;
      margin-bottom: 6px;

    }
    .page-subtitle {
      font-family: "Roboto Slab", sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #999;
      letter-spacing: 0.5px;
    }

    .page-contact {
      margin-top: 10px;
      font-size: 14px;
      color: #999;
    }
    .page-contact a { color: #0074a3; text-decoration: none; }
    .page-contact a:hover { text-decoration: underline; }
    .page-contact .sep { margin: 0 8px; color: #ddd; }

    /* ── Featured callout ────────────────────────────────────────────── */
    .featured {
      background: #f0f6fa;
      border-left: 4px solid #677f9c;
      padding: 18px 22px;
      margin-bottom: 44px;
      border-radius: 0 2px 2px 0;
    }

    .featured-label {
      font-family: "Roboto Slab", sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #677f9c;
      margin-bottom: 6px;
    }

    .featured p {
      font-size: 16px;
      margin: 0;
      color: #444;
    }

    .featured a {
      color: #0074a3;
      font-weight: 700;
      text-decoration: none;
    }
    .featured a:hover { text-decoration: underline; }

    /* ── Section headings ─────────────────────────────────────────────── */
    h2 {
      font-family: "Roboto Slab", sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: #677f9c;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-bottom: 2px solid #e0e8f0;
      padding-bottom: 8px;
      margin: 48px 0 18px;
    }

    h3 {
      font-family: "Roboto Slab", sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #2b3542;
      margin: 28px 0 6px;
    }

    h4 {
      font-family: Roboto, sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #999;
      font-style: italic;
      margin: 16px 0 6px;
    }
    .section-label {
      font-family: "Roboto Slab", sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: #677f9c;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-bottom: 2px solid #e0e8f0;
      padding-bottom: 8px;
      margin: 52px 0 20px;
    }
    /* ── Body text ────────────────────────────────────────────────────── */
    p {
      font-family: Roboto, sans-serif;
      font-size: 17px;
      color: #444;
      line-height: 1.75;
      margin-bottom: 1em;
    }

    a { color: #0074a3; text-decoration: none; }
    a:hover { text-decoration: underline; }

    /* ── Sample entries ──────────────────────────────────────────────── */
    .sample {
      margin: 32px 0 36px;
      padding-left: 18px;
      border-left: 3px solid #dce8f0;
    }

    .sample-title {
      font-family: "Roboto Slab", sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: #2b3542;
      margin-bottom: 8px;
    }

    .sample-meta {
      font-family: Roboto, sans-serif;
      font-size: 14px;
      color: #999;
      margin-bottom: 10px;
      line-height: 1.6;
    }
    .sample-meta strong { color: #666; }
    .sample-meta a { color: #0074a3; }

    .sample p {
      font-size: 16px;
      margin-bottom: 10px;
    }

    /* ── File download links ─────────────────────────────────────────── */
    .files {
      margin-top: 12px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
    }

    .files-label {
      font-family: Roboto, sans-serif;
      font-size: 13px;
      color: #999;
    }

    .files a {
      display: inline-block;
      font-family: "Roboto Slab", sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #0074a3;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      border: 1px solid #b8d8e8;
      border-radius: 2px;
      padding: 4px 10px;
      text-decoration: none;
      transition: background 0.15s;
    }
    .files a:hover { background: #e8f4fa; text-decoration: none; }

    /* ── Closing ──────────────────────────────────────────────────────── */
    .closing { margin-top: 52px; }

    .closing p { font-size: 16px; }

    .sig {
      margin-top: 32px;
      font-style: italic;
      color: #999;
      font-size: 15px;
      text-align: right;
    }


    /* ── Lists ────────────────────────────────────────────────────────── */
    ul {
      list-style: disc;
      padding-left: 22px;
      margin-bottom: 8px;
    }

    li {
      font-size: 16px;
      color: #444;
      margin-bottom: 5px;
      line-height: 1.6;
    }

    a { color: #0074a3; text-decoration: none; }
    a:hover { text-decoration: underline; }

    /* ── Site footer ─────────────────────────────────────────────────── */
    .site-footer {
      background-color: #1c202b;
      padding: 32px 40px;
      text-align: center;
    }

    .site-footer ul {
      list-style: none;
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4px;
      margin-bottom: 12px;
      padding: 0;
    }

    .site-footer ul li {
      margin: 0;
      font-size: 13px;
      color: rgba(255,255,255,0.5);
    }

    .site-footer ul li a {
      font-family: "Roboto Slab", sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: rgba(255,255,255,0.5);
      text-transform: uppercase;
      letter-spacing: 1px;
      text-decoration: none;
      padding: 6px 12px;
      display: block;
    }
    .site-footer ul li a:hover { color: #fff; text-decoration: none; }

    .copyright {
      font-family: Roboto, sans-serif;
      font-size: 13px;
      color: rgba(255,255,255,0.3);
    }
    .site-footer .copyright {
      font-family: Roboto, sans-serif;
      font-size: 13px;
      color: rgba(255,255,255,0.3);
    }
    /* ── Responsive ───────────────────────────────────────────────────── */
    @media (max-width: 600px) {
      .content-inner { padding: 0 20px; }
      .site-title { font-size: 28px; }
      .main-navigation ul li a { padding: 14px 10px; font-size: 11px; }
    }
  
