  /* HERO */
  .hero { position: relative; height: 540px; overflow: hidden; background: #1F2922; }
  .hero-image-bg { position: absolute; inset: 0; }
  .hero-image-bg img { width: 100%; height: 100%; object-fit: cover; }
  .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,41,34,0.45) 0%, rgba(20,32,26,0.78) 100%); z-index: 2; }
  .hero-caption { position: absolute; bottom: 16px; right: 24px; z-index: 4; color: rgba(212,165,106,0.7); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; }
  .hero-content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 56px; padding-bottom: 56px; }
  .hero-breadcrumb { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #D4A56A; font-weight: 600; margin-bottom: 24px; }
  .hero-breadcrumb .sep { margin: 0 8px; opacity: 0.6; color: #B5C2A8; }
  .hero-breadcrumb .home { color: #B5C2A8; text-decoration: none; }
  .hero-breadcrumb .current { color: #D4A56A; }
  .hero-h1 { font-family: Georgia, serif; font-size: 60px; line-height: 1; letter-spacing: -2.2px; color: #FAF7F0; font-weight: 400; margin-bottom: 22px; max-width: 920px; }
  .hero-h1 .em { font-style: italic; color: #D4A56A; }
  .hero-sub { font-size: 17px; line-height: 1.65; color: #E5E2D2; max-width: 660px; }  
  
  /* CASCADING STRIP — 4 cells */
  .stats { background: #FFFFFF; border-bottom: 0.5px solid #E5E2D9; display: grid; grid-template-columns: repeat(4, 1fr); }
  .stat { text-align: center; padding: 36px 22px 32px; border-right: 0.5px solid #E5E2D9; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
  .stat:last-child { border-right: none; }
  .stat-source { font-size: 10px; color: #C2602F; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; margin-bottom: 14px; line-height: 1.3; }
  .stat-n { font-family: Georgia, serif; font-size: 36px; color: #1F2922; line-height: 1; letter-spacing: -1px; margin-bottom: 10px; min-height: 36px; display: flex; align-items: center; justify-content: center; }
  .stat-n.small-text { font-size: 22px; line-height: 1.1; }
  .stat-l { font-size: 12px; color: #6B7280; line-height: 1.45; max-width: 220px; }
  .stat-l strong { color: #1F2922; font-weight: 600; }

  /* SECTION HEADER WITH MARGIN NOTE */
  .section-header-margin { display: grid; grid-template-columns: 1.6fr 1fr; gap: 80px; align-items: end; padding-bottom: 56px; }
  .section-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #C2602F; font-weight: 700; margin-bottom: 18px; border-left: 2px solid #C2602F; padding-left: 12px; }
  .section-h2 { font-family: Georgia, serif; font-size: 44px; line-height: 1.05; letter-spacing: -1.4px; color: #1F2922; font-weight: 400; }
  .section-h2 .em { font-style: italic; color: #C2602F; }
  .section-h2.light { color: #FAF7F0; }
  .section-h2.light .em { color: #D4A56A; }
  .margin-note { border-left: 1px solid rgba(31,41,34,0.25); padding-left: 22px; align-self: end; margin-bottom: 8px; }
  .margin-note.dark { border-left: 1px solid rgba(212,165,106,0.4); }
  .margin-note-label { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #8B6F47; font-weight: 700; margin-bottom: 10px; }
  .margin-note.dark .margin-note-label { color: #D4A56A; }
  .margin-note-body { font-size: 12px; line-height: 1.65; color: #6B7280; text-align: justify; font-style: italic; max-width: 320px; }
  .margin-note.dark .margin-note-body { color: #B5C2A8; }
  .section-eyebrow.light { color: #D4A56A; border-left-color: #D4A56A; }

  /* LEARNING OUTCOMES */
  .outcomes-section { padding: 96px 0; background: #FAF7F0; }
  .outcomes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .outcome { background: #FFFFFF; border: 0.5px solid rgba(31,41,34,0.18); padding: 28px 24px 30px; display: flex; flex-direction: column; }
  .outcome-tag { display: inline-block; background: rgba(194,96,47,0.1); color: #C2602F; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; padding: 3px 8px; margin-bottom: 14px; align-self: flex-start; }
  .outcome-title { font-family: Georgia, serif; font-size: 17px; color: #1F2922; line-height: 1.25; margin-bottom: 10px; letter-spacing: -0.2px; }
  .outcome-body { font-size: 12px; line-height: 1.6; color: #4A5448; flex: 1; }
  .outcome-num { font-size: 9px; color: #6B7B5A; letter-spacing: 0.18em; font-weight: 700; margin-top: 16px; padding-top: 14px; border-top: 0.5px solid rgba(31,41,34,0.12); }

  /* SIX SECTOR CLUSTERS — replaces both old sections */
  .clusters-section { padding: 96px 0; background: #EDE6D5; }
  .clusters-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .cluster {
    background: #FAF7F0;
    border: 0.5px solid rgba(31,41,34,0.18);
    padding: 36px 32px 38px;
    display: flex; flex-direction: column;
  }
  .cluster-num {
    font-size: 11px; color: #C2602F;
    letter-spacing: 0.2em; text-transform: uppercase;
    font-weight: 700; margin-bottom: 14px;
  }
  .cluster-title {
    font-family: Georgia, serif; font-size: 26px;
    color: #1F2922; line-height: 1.15;
    margin-bottom: 14px; letter-spacing: -0.5px;
  }
  .cluster-title .em { font-style: italic; color: #C2602F; }
  .cluster-lede {
    font-size: 14px; line-height: 1.65; color: #4A5448;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 0.5px solid rgba(31,41,34,0.18);
  }
  .cluster-domains-label {
    font-size: 9px; color: #8B6F47;
    letter-spacing: 0.22em; text-transform: uppercase;
    font-weight: 700; margin-bottom: 12px;
  }
  .cluster-domains {
    list-style: none; padding: 0; margin: 0;
  }
  .cluster-domain {
    font-family: Georgia, serif; font-size: 14px;
    color: #1F2922; line-height: 1.4;
    padding: 8px 0;
    border-bottom: 0.5px solid rgba(31,41,34,0.1);
    letter-spacing: -0.1px;
  }
  .cluster-domain:last-child { border-bottom: none; padding-bottom: 0; }

  /* TWO ACADEMIC PATHWAYS */
  .pathways-section { padding: 96px 0; background: #1F2922; color: #FAF7F0; }
  .pathways-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .pathway { background: rgba(250,247,240,0.04); border: 0.5px solid rgba(250,247,240,0.2); padding: 36px 32px 40px; display: flex; flex-direction: column; }
  .pathway-num { font-size: 10px; color: #D4A56A; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; margin-bottom: 18px; }
  .pathway-title { font-family: Georgia, serif; font-size: 28px; color: #FAF7F0; line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 16px; }
  .pathway-title .em { font-style: italic; color: #D4A56A; }
  .pathway-body { font-size: 14px; line-height: 1.7; color: #B5C2A8; margin-bottom: 28px; }
  .pathway-points { list-style: none; padding: 0; margin: 0; border-top: 0.5px solid rgba(250,247,240,0.15); }
  .pathway-point { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 12px 0; border-bottom: 0.5px solid rgba(250,247,240,0.1); align-items: baseline; }
  .pathway-point:last-child { border-bottom: none; }
  .pathway-point .l { font-size: 10px; color: #B5C2A8; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; }
  .pathway-point .v { font-size: 13px; color: #FAF7F0; line-height: 1.55; }

  /* AGRONOMIST RIGHTS */
  .rights-section { padding: 0; background: #FAF7F0; }
  .rights-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; align-items: stretch; }
  .rights-image-wrap { position: relative; overflow: hidden; }
  .rights-image-wrap .img-frame { height: 100%; }
  .rights-content { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
  .rights-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #C2602F; font-weight: 700; margin-bottom: 18px; border-left: 2px solid #C2602F; padding-left: 12px; }
  .rights-h2 { font-family: Georgia, serif; font-size: 38px; line-height: 1.1; letter-spacing: -1.2px; color: #1F2922; font-weight: 400; margin-bottom: 22px; }
  .rights-h2 .em { font-style: italic; color: #C2602F; }
  .rights-greek { font-family: Georgia, serif; font-size: 16px; color: #6B7280; font-style: italic; margin-bottom: 22px; }
  .rights-body { font-size: 15px; line-height: 1.7; color: #4A5448; margin-bottom: 32px; }
  .rights-body strong { color: #1F2922; font-weight: 600; }
  .rights-features { border-top: 1.5px solid #1F2922; }
  .rights-feature { padding: 14px 0; border-bottom: 0.5px solid rgba(31,41,34,0.2); display: grid; grid-template-columns: 110px 1fr; align-items: baseline; gap: 20px; }
  .rights-feature:last-child { border-bottom: none; }
  .rights-feature-label { font-size: 10px; color: #C2602F; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }
  .rights-feature-body { font-size: 13px; line-height: 1.55; color: #4A5448; }
  .rights-feature-body strong { color: #1F2922; font-weight: 600; }

  /* PLACEHOLDER */
  .ph { font-size: 0.92em; color: #8B6F47; background: rgba(212,165,106,0.16); padding: 1px 6px; border-radius: 2px; border: 0.5px dashed rgba(139,111,71,0.6); font-style: normal; letter-spacing: 0; font-weight: 500; }

  /* APPLY */
  .apply { padding: 96px 0; background: #C2602F; color: #FFFFFF; }
  .apply-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
  .apply-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #FFE0CC; font-weight: 700; margin-bottom: 22px; }
  .apply-h2 { font-family: Georgia, serif; font-size: 56px; line-height: 1.05; letter-spacing: -1.8px; color: #FFFFFF; font-weight: 400; margin-bottom: 18px; max-width: 820px; }
  .apply-h2 em { font-style: italic; color: #FFE0CC; }
  .apply-subhead { font-family: Georgia, serif; font-size: 22px; color: #FFE0CC; font-style: italic; line-height: 1.3; margin-bottom: 40px; max-width: 560px; }
  .btn-apply-final { background: #FFFFFF; color: #C2602F; padding: 22px 48px; font-size: 15px; font-weight: 700; text-decoration: none; display: inline-block; letter-spacing: 0.04em; }

  /* FOOTER */
  .footer { background: #14201A; color: #B5C2A8; padding: 64px 0 36px; }
  .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 56px; padding-bottom: 44px; border-bottom: 0.5px solid rgba(181,194,168,0.2); }
  .footer-mark { font-family: Georgia, serif; font-size: 17px; color: #FAF7F0; line-height: 1.2; margin-bottom: 12px; }
  .footer-mark em { font-style: italic; }
  .footer-mark-tag { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #6B7B5A; margin-top: 6px; display: block; font-weight: 600; }
  .footer-mission { font-size: 13px; line-height: 1.7; color: #B5C2A8; max-width: 320px; margin-top: 14px; }
  .footer-col-title { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #D4A56A; font-weight: 700; margin-bottom: 18px; }
  .footer-link { display: block; font-size: 13px; color: #B5C2A8; text-decoration: none; padding: 5px 0; }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; font-size: 11px; color: #6B7B5A; }
  .footer-schools-line { display: flex; gap: 18px; font-size: 11px; color: #6B7B5A; letter-spacing: 0.04em; }

/* =========================================================
   CAREER PAGE RESPONSIVE LAYER
========================================================= */

@media (max-width: 1100px) {
  .hero-h1 {
    font-size: 52px;
  }

  .section-header-margin {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

  .rights-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rights-image-wrap {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .hero {
    height: auto;
    min-height: 520px;
  }

  .hero-content {
    padding-top: 88px;
    padding-bottom: 72px;
  }

  .hero-h1 {
    font-size: 44px;
    letter-spacing: -1.4px;
  }

  .hero-sub {
    font-size: 16px;
  }

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

  .stat:nth-child(2) {
    border-right: none;
  }

  .outcomes-section,
  .clusters-section,
  .pathways-section,
  .apply {
    padding: 76px 0;
  }

  .section-h2,
  .rights-h2 {
    font-size: 36px;
  }

  .clusters-grid,
  .pathways-grid {
    grid-template-columns: 1fr;
  }

  .rights-content {
    padding: 72px 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 560px;
  }

  .hero-content {
    padding-top: 78px;
    padding-bottom: 64px;
  }

  .hero-breadcrumb {
    font-size: 10px;
    line-height: 1.5;
  }

  .hero-h1 {
    font-size: 36px;
    line-height: 1.05;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-caption {
    display: none;
  }

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

  .stat {
    border-right: none;
    border-bottom: 0.5px solid #E5E2D9;
    padding: 28px 20px;
  }

  .stat:last-child {
    border-bottom: none;
  }

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

  .section-h2,
  .rights-h2 {
    font-size: 31px;
  }

  .cluster {
    padding: 30px 24px 34px;
  }

  .cluster-title,
  .pathway-title {
    font-size: 24px;
  }

  .pathway {
    padding: 30px 24px 34px;
  }

  .pathway-point {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .rights-image-wrap {
    min-height: 320px;
  }

  .rights-content {
    padding: 64px 22px;
  }

  .rights-feature {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .apply-h2 {
    font-size: 36px;
  }

  .btn-apply-final {
    width: 100%;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-mission {
    max-width: 100%;
  }

  .footer-schools-line {
    flex-wrap: wrap;
    gap: 10px 18px;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 500px;
  }

  .hero-content {
    padding-top: 68px;
    padding-bottom: 54px;
  }

  .hero-h1 {
    font-size: 31px;
  }

  .hero-sub {
    font-size: 14px;
  }

  .outcomes-section,
  .clusters-section,
  .pathways-section,
  .apply {
    padding: 62px 0;
  }

  .section-h2,
  .rights-h2 {
    font-size: 28px;
  }

  .outcome {
    padding: 26px 20px 28px;
  }

  .cluster,
  .pathway {
    padding: 28px 20px 32px;
  }

  .cluster-title,
  .pathway-title {
    font-size: 22px;
  }

  .rights-content {
    padding: 56px 18px;
  }

  .apply-h2 {
    font-size: 31px;
  }

  .apply-subhead {
    font-size: 19px;
  }

  .btn-apply-final {
    padding: 18px 28px;
    font-size: 13px;
  }
}