:root {
      --csu-green: #1e4d2b;
      --csu-dark-green: #12351d;
      --csu-gold: #c8c372;
      --cream: #f5f3e7;
      --white: #ffffff;
      --text: #202620;
      --muted: #5e685f;
      --border: #d9ded9;
      --max-width: 1120px;
    }

    

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--text);
      background: var(--white);
      line-height: 1.6;
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
    }

    .container {
      width: min(100% - 2rem, var(--max-width));
      margin-inline: auto;
    }

    .skip-link {
      position: absolute;
      top: -50px;
      left: 1rem;
      z-index: 1000;
      padding: 0.75rem 1rem;
      color: var(--white);
      background: var(--csu-dark-green);
    }

    .skip-link:focus {
      top: 1rem;
    }

    /* Header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      color: var(--white);
      background: var(--csu-green);
      box-shadow: 0 2px 12px rgb(0 0 0 / 18%);
    }

    .nav {
      min-height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      text-decoration: none;
    }

    .brand-mark {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border: 2px solid var(--csu-gold);
      border-radius: 50%;
      color: var(--csu-gold);
      font-weight: 800;
      letter-spacing: 0.05em;
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.15;
    }

    .brand-text strong {
      font-size: 1rem;
    }

    .brand-text span {
      margin-top: 0.2rem;
      color: #e4e8e4;
      font-size: 0.78rem;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .nav-links a {
      text-decoration: none;
      font-weight: 700;
    }

    .nav-links a:hover,
    .nav-links a:focus-visible {
      color: var(--csu-gold);
    }

    .menu-button {
      display: none;
      padding: 0.55rem 0.75rem;
      border: 1px solid rgb(255 255 255 / 55%);
      border-radius: 0.35rem;
      color: var(--white);
      background: transparent;
      font: inherit;
      cursor: pointer;
    }

    /* Hero */
    .hero {
      position: relative;
      min-height: 520px;
      display: grid;
      align-items: center;
      overflow: hidden;
      color: var(--white);
      /* background:
        linear-gradient(90deg, rgb(18 53 29 / 94%), rgb(30 77 43 / 70%)),
        url("https://images.unsplash.com/photo-1564981797816-1043664bf78d?auto=format&fit=crop&w=1800&q=80")
        center / cover; */
        background:var(--csu-green);
    }

    .hero-content {
      max-width: 720px;
      padding-block: 6rem;
    }

    .eyebrow {
      margin: 0 0 0.8rem;
      color: var(--csu-gold);
      font-size: 0.82rem;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      max-width: 760px;
      margin-bottom: 1.25rem;
      font-size: clamp(2.7rem, 7vw, 5.3rem);
      line-height: 0.98;
      letter-spacing: -0.04em;
    }

    .hero p:not(.eyebrow) {
      max-width: 650px;
      margin-bottom: 2rem;
      color: #edf2ed;
      font-size: clamp(1rem, 2vw, 1.2rem);
    }

    .button-row {
      display: flex;
      flex-wrap: wrap;
      gap: 0.8rem;
    }

    .button {
      display: inline-block;
      padding: 0.82rem 1.15rem;
      border: 2px solid var(--csu-gold);
      border-radius: 0.35rem;
      color: var(--csu-dark-green);
      background: var(--csu-gold);
      text-decoration: none;
      font-weight: 800;
      transition:
        transform 160ms ease,
        background 160ms ease;
    }

    .button:hover,
    .button:focus-visible {
      transform: translateY(-2px);
      background: #ddd891;
    }

    .button.secondary {
      color: var(--white);
      background: transparent;
    }

    .button.secondary:hover,
    .button.secondary:focus-visible {
      color: var(--csu-dark-green);
      background: var(--csu-gold);
    }

    /* General sections */
    section {
      padding-block: 5rem;
    }

    .section-heading {
      max-width: 720px;
      margin-bottom: 2.5rem;
    }

    .section-heading h2 {
      margin-bottom: 0.8rem;
      color: var(--csu-green);
      font-size: clamp(2rem, 4vw, 3.1rem);
      line-height: 1.1;
    }

    .section-heading p {
      color: var(--muted);
      font-size: 1.08rem;
    }

    /* Overview */
    .overview-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      align-items: center;
      gap: 3.5rem;
    }

    .overview-copy h2 {
      color: var(--csu-green);
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.1;
    }

    .overview-image {
      min-height: 400px;
      border-radius: 0.8rem;
      background:
        linear-gradient(rgb(30 77 43 / 10%), rgb(30 77 43 / 10%)),
        url("https://images.unsplash.com/photo-1606761568499-6d2451b23c66?auto=format&fit=crop&w=1200&q=80")
        center / cover;
      box-shadow: 18px 18px 0 var(--cream);
    }

    /* Stats */
    .stats-section {
      color: var(--white);
      background: var(--csu-green);
    }

    .stats-section .section-heading h2 {
      color: var(--white);
    }

    .stats-section .section-heading p {
      color: #dbe5dd;
    }

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

    .stat {
      padding: 1.7rem;
      border: 1px solid rgb(255 255 255 / 22%);
      border-radius: 0.6rem;
      background: rgb(255 255 255 / 7%);
    }

    .stat strong {
      display: block;
      margin-bottom: 0.3rem;
      color: var(--csu-gold);
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1;
    }

    .stat span {
      color: #f2f5f2;
    }

    /* Values */
    .values-section {
      background: var(--cream);
    }

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

    .card {
      padding: 2rem;
      border: 1px solid var(--border);
      border-radius: 0.7rem;
      background: var(--white);
      box-shadow: 0 10px 30px rgb(20 44 26 / 7%);
    }

    .card-number {
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      margin-bottom: 1.25rem;
      border-radius: 50%;
      color: var(--white);
      background: var(--csu-green);
      font-weight: 800;
    }

    .card h3 {
      margin-bottom: 0.6rem;
      color: var(--csu-green);
      font-size: 1.3rem;
    }

    .card p {
      margin-bottom: 0;
      color: var(--muted);
    }

    /* Quote */
    .quote-section {
      text-align: center;
    }

    blockquote {
      max-width: 850px;
      margin: 0 auto;
      color: var(--csu-green);
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(1.7rem, 4vw, 2.8rem);
      line-height: 1.3;
    }

    blockquote footer {
      margin-top: 1.5rem;
      color: var(--muted);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      font-weight: 700;
    }

    /* CTA */
    .cta {
      padding-block: 4rem;
      color: var(--white);
      background: var(--csu-dark-green);
    }

    .cta-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
    }

    .cta h2 {
      margin-bottom: 0.4rem;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
    }

    .cta p {
      margin-bottom: 0;
      color: #dbe5dd;
    }

    /* Footer */
    .site-footer {
      padding-block: 2rem;
      color: #dbe5dd;
      background: #0b2413;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 2rem;
    }

    .site-footer p {
      margin: 0;
    }

    .site-footer a:hover,
    .site-footer a:focus-visible {
      color: var(--csu-gold);
    }

    /* Responsive */
    @media (max-width: 820px) {
      .menu-button {
        display: inline-block;
      }

      .nav {
        position: relative;
      }

      .nav-links {
        position: absolute;
        top: 76px;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0.75rem 1rem 1rem;
        background: var(--csu-green);
        box-shadow: 0 12px 20px rgb(0 0 0 / 16%);
      }

      .nav-links.open {
        display: flex;
      }

      .nav-links a {
        display: block;
        padding: 0.8rem 0;
      }

      .overview-grid,
      .cta-inner {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
      }

      .overview-image {
        width: 100%;
      }

      .stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .card-grid {
        grid-template-columns: 1fr;
      }

      .footer-inner {
        flex-direction: column;
        gap: 0.5rem;
      }
    }

    @media (max-width: 520px) {
      .brand-text span {
        display: none;
      }

      .hero {
        min-height: 480px;
      }

      section {
        padding-block: 3.75rem;
      }

      .stats-grid {
        grid-template-columns: 1fr;
      }

      .overview-image {
        min-height: 300px;
      }
    }

    .cover{
    background:var(--csu-gold);
    padding:2rem;

    img {
        display:block;
        margin-inline:auto;
        
        border-radius: 2rem;
    }
}