  /* HERO */
  .hero { position: relative; height: 540px; overflow: hidden; background: #1F2922; }
  /* VIDEO BACKGROUND */
.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* subtle premium motion (optional but recommended) */
  transform: scale(1.06);
  animation: heroVideoZoom 18s ease-in-out infinite;
}

/* Cinematic slow movement */
@keyframes heroVideoZoom {
  0%   { transform: scale(1.06) translateX(0); }
  50%  { transform: scale(1.10) translateX(-1.5%); }
  100% { transform: scale(1.06) translateX(0); }
}
  .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, .hero-breadcrumb .parent { 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 — 6 cells */
  .stats { background: #FFFFFF; border-bottom: 0.5px solid #E5E2D9; display: grid; grid-template-columns: repeat(6, 1fr); }
  .stat { text-align: center; padding: 32px 18px 28px; 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: 9px; color: #C2602F; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; line-height: 1.3; }
  .stat-n { font-family: Georgia, serif; font-size: 28px; color: #1F2922; line-height: 1; letter-spacing: -0.6px; margin-bottom: 8px; min-height: 28px; display: flex; align-items: center; justify-content: center; }
  .stat-n.small-text { font-size: 17px; line-height: 1.1; }
  .stat-l { font-size: 11px; color: #6B7280; line-height: 1.45; max-width: 180px; }

  /* 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; }
  .margin-note { border-left: 1px solid rgba(31,41,34,0.25); padding-left: 22px; align-self: end; margin-bottom: 8px; }
  .margin-note-label { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: #8B6F47; font-weight: 700; margin-bottom: 10px; }
  .margin-note-body { font-size: 12px; line-height: 1.65; color: #6B7280; text-align: justify; font-style: italic; max-width: 320px; }

  /* FOUR DIVISIONS — large vertical alternating blocks */
  .divisions-section { padding: 96px 0 0; background: #FAF7F0; }

  .division-row {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 64px;
    padding: 80px 0;
    border-top: 1px solid rgba(31,41,34,0.18);
    align-items: center;
  }
  .division-row.reverse > .division-image-col { order: 2; }
  .division-row.reverse > .division-content-col { order: 1; }
  .division-row:last-child { padding-bottom: 96px; border-bottom: 0.5px solid rgba(31,41,34,0.18); }

  .division-image-col {
    aspect-ratio: 4/3;
    position: relative;
  }
  .division-image-col .img-frame { height: 100%; }

  .division-num {
    font-size: 11px; color: #C2602F; letter-spacing: 0.2em;
    text-transform: uppercase; font-weight: 700; margin-bottom: 16px;
  }
  .division-h3 {
    font-family: Georgia, serif; font-size: 34px; line-height: 1.05;
    letter-spacing: -1px; color: #1F2922; font-weight: 400;
    margin-bottom: 20px;
  }
  .division-h3 .em { font-style: italic; color: #C2602F; }
  .division-lede {
    font-size: 15px; line-height: 1.65; color: #4A5448;
    margin-bottom: 28px;
  }

  .labs-list-label {
    font-size: 9px; color: #8B6F47;
    letter-spacing: 0.22em; text-transform: uppercase;
    font-weight: 700; margin-bottom: 12px;
    padding-top: 20px;
    border-top: 0.5px solid rgba(31,41,34,0.18);
  }
  .labs-list {
    list-style: none; padding: 0; margin: 0;
  }
  .lab-item {
    display: grid; grid-template-columns: 60px 1fr;
    gap: 14px; padding: 9px 0;
    border-bottom: 0.5px solid rgba(31,41,34,0.1);
    align-items: baseline;
  }
  .lab-item:last-child { border-bottom: none; }
  .lab-item .l {
    font-size: 9px; color: #6B7B5A;
    letter-spacing: 0.16em; text-transform: uppercase;
    font-weight: 700;
  }
  .lab-item .v {
    font-family: Georgia, serif; font-size: 14px;
    color: #1F2922; line-height: 1.35;
    letter-spacing: -0.2px;
  }
  .lab-item.reading-room .l {
    color: #C2602F;
  }
  .lab-item.reading-room .v {
    font-style: italic;
  }

  /* THREE CHEMISTRY LABS — compact strip */
  .chemistry-section { padding: 96px 0; background: #1F2922; color: #FAF7F0; }

  .chemistry-eyebrow {
    font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    color: #D4A56A; font-weight: 700; margin-bottom: 18px;
    border-left: 2px solid #D4A56A; padding-left: 12px;
  }
  .chemistry-h2 {
    font-family: Georgia, serif; font-size: 40px; line-height: 1.05;
    letter-spacing: -1.2px; color: #FAF7F0; font-weight: 400;
  }
  .chemistry-h2 .em { font-style: italic; color: #D4A56A; }
  .chemistry-margin-note {
    border-left: 1px solid rgba(212,165,106,0.4);
    padding-left: 22px; align-self: end; margin-bottom: 8px;
  }
  .chemistry-margin-label {
    font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
    color: #D4A56A; font-weight: 700; margin-bottom: 10px;
  }
  .chemistry-margin-body {
    font-size: 12px; line-height: 1.65; color: #B5C2A8;
    text-align: justify; font-style: italic; max-width: 320px;
  }

  .chemistry-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 0.5px solid rgba(212,165,106,0.4);
    border-bottom: 0.5px solid rgba(212,165,106,0.4);
    margin-top: 40px;
  }
  .chemistry-cell {
    border-right: 0.5px solid rgba(212,165,106,0.4);
    display: flex; flex-direction: column;
  }
  .chemistry-cell:last-child { border-right: none; }
  .chemistry-image {
    aspect-ratio: 4/3;
    position: relative;
  }
  .chemistry-image .img-frame { height: 100%; }
  .chemistry-meta {
    padding: 22px 24px 26px;
    background: rgba(250,247,240,0.04);
    flex: 1;
  }
  .chemistry-meta-label {
    font-size: 9px; color: #D4A56A;
    letter-spacing: 0.22em; text-transform: uppercase;
    font-weight: 700; margin-bottom: 10px;
  }
  .chemistry-meta-title {
    font-family: Georgia, serif; font-size: 19px;
    color: #FAF7F0; line-height: 1.2;
    letter-spacing: -0.3px; margin-bottom: 10px;
  }
  .chemistry-meta-body {
    font-size: 12px; color: #B5C2A8; line-height: 1.6;
  }

  /* AUTh FARM — three-image documentary strip */
  .farm-section { padding: 96px 0; background: #EDE6D5; }

  .farm-strip {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 40px;
    border-top: 0.5px solid rgba(31,41,34,0.25);
    border-bottom: 0.5px solid rgba(31,41,34,0.25);
  }
  .farm-cell {
    border-right: 0.5px solid rgba(31,41,34,0.18);
    display: flex; flex-direction: column;
    background: #FAF7F0;
  }
  .farm-cell:last-child { border-right: none; }
  .farm-image {
    aspect-ratio: 4/3;
    position: relative;
  }
  .farm-image .img-frame { height: 100%; }
  .farm-meta {
    padding: 24px 26px 28px;
    flex: 1;
  }
  .farm-meta-label {
    font-size: 9px; color: #C2602F;
    letter-spacing: 0.22em; text-transform: uppercase;
    font-weight: 700; margin-bottom: 10px;
  }
  .farm-meta-title {
    font-family: Georgia, serif; font-size: 20px;
    color: #1F2922; line-height: 1.2;
    letter-spacing: -0.3px; margin-bottom: 10px;
  }
  .farm-meta-body {
    font-size: 13px; color: #4A5448; line-height: 1.6;
  }

  /* 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; }

  /* =========================================================
   FACILITIES PAGE RESPONSIVE LAYER
========================================================= */

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

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

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

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

  .division-row {
    gap: 44px;
  }

  .chemistry-grid,
  .farm-strip {
    grid-template-columns: 1fr;
  }

  .chemistry-cell,
  .farm-cell {
    border-right: none;
    border-bottom: 0.5px solid rgba(212,165,106,0.35);
  }

  .farm-cell {
    border-bottom-color: rgba(31,41,34,0.18);
  }

  .chemistry-cell:last-child,
  .farm-cell:last-child {
    border-bottom: none;
  }
}

@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;
  }

  .divisions-section {
    padding-top: 76px;
  }

  .division-row,
  .division-row:last-child,
  .chemistry-section,
  .farm-section,
  .apply {
    padding-top: 76px;
    padding-bottom: 76px;
  }

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

  .division-h3 {
    font-size: 30px;
  }

  .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;
  }

  .division-row,
  .division-row.reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .division-row.reverse > .division-image-col,
  .division-row.reverse > .division-content-col {
    order: initial;
  }

  .division-image-col {
    width: 100%;
  }

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

  .division-h3 {
    font-size: 27px;
  }

  .lab-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .chemistry-meta,
  .farm-meta {
    padding: 24px 22px 28px;
  }

  .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;
  }

  .divisions-section {
    padding-top: 62px;
  }

  .division-row,
  .division-row:last-child,
  .chemistry-section,
  .farm-section,
  .apply {
    padding-top: 62px;
    padding-bottom: 62px;
  }

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

  .division-h3 {
    font-size: 24px;
  }

  .division-lede,
  .farm-meta-body {
    font-size: 14px;
  }

  .chemistry-meta-title,
  .farm-meta-title {
    font-size: 18px;
  }

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

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

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

/* =========================================================
   FIX: CHEMISTRY LAB STRIP MOBILE OVERFLOW
========================================================= */

.chemistry-grid,
.chemistry-cell,
.chemistry-image,
.chemistry-image .img-frame {
  min-width: 0;
}

.chemistry-image {
  width: 100%;
  overflow: hidden;
}

.chemistry-image .img-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chemistry-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .chemistry-section {
    overflow-x: hidden;
  }

  .chemistry-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .chemistry-cell {
    width: 100%;
    min-width: 0;
    border-right: none;
    border-bottom: 0.5px solid rgba(212,165,106,0.35);
  }

  .chemistry-cell:last-child {
    border-bottom: none;
  }

  .chemistry-image {
    aspect-ratio: 16 / 10;
  }

  .chemistry-meta {
    width: 100%;
    min-width: 0;
    padding: 22px 20px 26px;
  }

  .chemistry-meta-title,
  .chemistry-meta-body,
  .chemistry-h2,
  .chemistry-margin-body {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .chemistry-image {
    aspect-ratio: 4 / 3;
  }

  .chemistry-meta {
    padding: 20px 18px 24px;
  }
}

/* =========================================================
   FIX: FARM STRIP MOBILE OVERFLOW
========================================================= */

.farm-strip,
.farm-cell,
.farm-image,
.farm-image .img-frame {
  min-width: 0;
}

.farm-image {
  width: 100%;
  overflow: hidden;
}

.farm-image .img-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.farm-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .farm-section {
    overflow-x: hidden;
  }

  .farm-strip {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .farm-cell {
    width: 100%;
    min-width: 0;
    border-right: none;
    border-bottom: 0.5px solid rgba(31,41,34,0.18);
  }

  .farm-cell:last-child {
    border-bottom: none;
  }

  .farm-image {
    aspect-ratio: 16 / 10;
  }

  .farm-meta {
    width: 100%;
    min-width: 0;
    padding: 22px 20px 26px;
  }

  .farm-meta-title,
  .farm-meta-body,
  .section-h2,
  .margin-note-body {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .farm-image {
    aspect-ratio: 4 / 3;
  }

  .farm-meta {
    padding: 20px 18px 24px;
  }
}

h3 a {
  color: #1F2922;
  text-decoration: none;
}