/* Page-specific styles for index.html. Global styles are in style.css. */
:root {
      --ikw-cobalt: #0047AB;
    }

    .brand {
      align-items: center;
    }

    .brand-text {
      align-items: center;
      text-align: center;
      line-height: 1.15;
    }

    .brand-name {
      font-size: 1.18rem;
      color: var(--ikw-cobalt);
      letter-spacing: 0.01em;
    }

    .brand-sub {
      display: block;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      text-align: center;
      margin-top: 0.12rem;
    }

    .nav-links {
      gap: 0.82rem;
    }

    .nav-links a {
      padding: 0.45rem 0.55rem;
      border-radius: 999px;
    }

    .nav-links a[aria-current="page"] {
      color: var(--ikw-cobalt);
      background: rgba(0, 71, 171, 0.10);
      box-shadow: inset 0 0 0 2px rgba(0, 71, 171, 0.18);
      font-weight: 900;
    }

    .mission-label {
      color: #111827;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-size: 0.86rem;
      margin-bottom: 0.55rem;
    }

    .hero h1 {
      color: var(--ikw-cobalt);
      font-size: clamp(2.15rem, 5vw, 4rem);
      line-height: 1.05;
      margin-bottom: 0.95rem;
    }

    .pillars-heading {
      color: #111827;
      font-weight: 900;
      font-size: 1rem;
      margin-top: 0.25rem;
      margin-bottom: 0.2rem;
    }

    .pillars-text {
      color: var(--ikw-cobalt);
      font-weight: 900;
      font-size: clamp(1rem, 2vw, 1.2rem);
      letter-spacing: 0.015em;
      margin-bottom: 1.05rem;
    }

    .vision-heading {
      color: #111827;
      font-weight: 900;
      font-size: 1rem;
      margin-top: 0.25rem;
      margin-bottom: 0.2rem;
    }

    .what-lead {
      font-size: clamp(1.05rem, 2vw, 1.25rem);
      line-height: 1.55;
      color: #1f2937;
      font-weight: 700;
      margin: 0.8rem 0 1.1rem;
    }

    .framework-box {
      background: #ffffff;
      border: 2px solid rgba(0, 71, 171, 0.18);
      border-radius: 20px;
      padding: 1.1rem;
      box-shadow: 0 14px 30px rgba(0, 71, 171, 0.08);
    }

    .framework-title {
      text-align: center;
      color: var(--ikw-cobalt);
      font-weight: 900;
      font-size: 1.15rem;
      margin-bottom: 0.55rem;
    }

    .framework-mission {
      font-weight: 800;
      color: #111827;
      margin-bottom: 0.35rem;
    }

    .framework-pillars {
      font-weight: 900;
      color: var(--ikw-cobalt);
    }

    .doorways-head {
      text-align: left;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.35rem;
    }

    .doorways-head h2 {
      color: var(--ikw-cobalt);
    }

    .grid-4 {
      gap: 1rem;
    }

    .grid-5 {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1rem;
    }



    .literacy-home-feature {
      position: relative;
      overflow: hidden;
      min-height: 560px;
      display: flex;
      align-items: stretch;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 34%, rgba(255, 255, 255, 0.42) 58%, rgba(255, 255, 255, 0.08) 100%),
        url("../images/Boy%20Cover.png") center right / cover no-repeat;
      border-top: 1px solid rgba(0, 71, 171, 0.10);
      border-bottom: 1px solid rgba(0, 71, 171, 0.10);
    }

    .literacy-home-feature .container {
      display: flex;
      align-items: center;
      width: 100%;
    }

    .literacy-home-content {
      max-width: 670px;
      padding: 4.5rem 0;
    }

    .literacy-home-kicker {
      color: var(--ikw-cobalt);
      font-weight: 900;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-size: 0.82rem;
      margin-bottom: 0.7rem;
    }

    .literacy-home-feature h2 {
      color: var(--ikw-cobalt);
      font-size: clamp(2.3rem, 5vw, 4.55rem);
      line-height: 0.98;
      margin-bottom: 1rem;
      font-weight: 900;
    }

    .literacy-home-script {
      display: block;
      color: #06357f;
      font-family: "Merriweather", serif;
      font-size: clamp(1.5rem, 3vw, 2.4rem);
      line-height: 1.12;
      font-weight: 900;
      margin-bottom: 0.15rem;
    }

    .literacy-home-tagline {
      color: #111827;
      font-size: clamp(1.15rem, 2vw, 1.45rem);
      line-height: 1.42;
      font-weight: 900;
      margin: 0 0 1.05rem;
    }

    .literacy-home-lead {
      color: #1f2937;
      font-size: clamp(1.05rem, 1.7vw, 1.24rem);
      line-height: 1.58;
      font-weight: 750;
      margin-bottom: 1.25rem;
    }

    .literacy-home-promise {
      background: rgba(255,255,255,0.88);
      border-left: 5px solid #f2b51d;
      border-radius: 16px;
      padding: 1rem 1.1rem;
      margin: 1.2rem 0;
      color: #0f2f65;
      font-size: clamp(1.18rem, 2.3vw, 1.65rem);
      line-height: 1.25;
      font-weight: 900;
      box-shadow: 0 12px 26px rgba(0, 71, 171, 0.08);
    }

    .literacy-home-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 0.85rem;
      align-items: center;
      margin-top: 1.2rem;
    }

    .literacy-home-buttons .btn {
      text-align: center;
    }

    @media (max-width: 900px) {
      .literacy-home-feature {
        min-height: auto;
        background:
          linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.90) 52%, rgba(255,255,255,0.22) 100%),
          url("../images/Boy%20Cover.png") center bottom / cover no-repeat;
      }

      .literacy-home-content {
        max-width: 100%;
        padding: 3.25rem 0 16rem;
      }
    }

    @media (max-width: 1000px) {
      .grid-5 {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 640px) {
      .grid-5 {
        grid-template-columns: 1fr;
      }
    }
