/* HERO */
.hero {
  position: relative;
  height: 620px;
  overflow: hidden;
  background: #1F2922;
}

/* SLIDER */
.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  animation: heroFade 24s infinite;
}

.hero-slide:nth-child(1) { animation-delay: 0s; }
.hero-slide:nth-child(2) { animation-delay: 6s; }
.hero-slide:nth-child(3) { animation-delay: 12s; }
.hero-slide:nth-child(4) { animation-delay: 18s; }

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  animation: heroZoom 24s infinite ease-in-out;
}

/* Premium fade timing */
@keyframes heroFade {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  42% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* Subtle cinematic movement */
@keyframes heroZoom {
  0% {
    transform: scale(1.08) translateX(0);
  }

  50% {
    transform: scale(1.14) translateX(-1.5%);
  }

  100% {
    transform: scale(1.08) translateX(0);
  }
}

/* OVERLAY */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 45%, rgba(212,165,106,0.12), transparent 28%),
    linear-gradient(180deg, rgba(31,41,34,0.42) 0%, rgba(20,32,26,0.82) 100%);
  z-index: 2;
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero-h1 {
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 0.96;
  letter-spacing: -2.5px;
  color: #FAF7F0;
  font-weight: 400;
  margin-bottom: 22px;
  max-width: 1000px;
}

.hero-h1 .em {
  font-style: italic;
  color: #D4A56A;
}

.hero-cta-row {
  display: flex;
  gap: 22px;
  align-items: center;
}

.btn-apply {
  background: #C2602F;
  color: #FFF;
  padding: 16px 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 3px 18px 18px 3px;
}

.link-explore {
  font-size: 13px;
  color: #FAF7F0;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #FAF7F0;
  padding-bottom: 2px;
  text-decoration: none;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide img {
    animation: none;
  }

  .hero-slide {
    opacity: 0;
  }

  .hero-slide:first-child {
    opacity: 1;
  }
}
  /* CASCADING STATS STRIP */
  .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: 38px; color: #1F2922; line-height: 1; letter-spacing: -1px; margin-bottom: 10px; min-height: 38px; display: flex; align-items: center; justify-content: center; }
  .stat-n .small { font-size: 22px; color: #6B7280; font-style: italic; margin: 0 4px; letter-spacing: -0.3px; }
  .stat-n.split { font-size: 28px; line-height: 1.1; flex-direction: column; gap: 2px; }
  .stat-l { font-size: 12px; color: #6B7280; line-height: 1.45; max-width: 220px; }
  .stat-l strong { color: #1F2922; font-weight: 600; }

  /* UNREPEATABLE */
  .unrepeatable { padding: 96px 0; background: #FAF7F0; }
  .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: 50px; line-height: 1.05; letter-spacing: -1.6px; 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: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: #8B6F47; font-weight: 700; margin-bottom: 10px; }
  .margin-note-body { font-size: 14px; line-height: 1.65; color: #6B7280; text-align: justify; font-style: italic; max-width: 320px; }
  .assets-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; border-top: 1px solid rgba(31,41,34,0.18); padding-top: 48px; }
  .asset { display: flex; flex-direction: column; }
  .asset-image { aspect-ratio: 4/3; margin-bottom: 24px; position: relative; }
  .asset-image .img-frame { height: 100%; }
  .asset-num { font-size: 11px; color: #C2602F; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; margin-bottom: 14px; }
  .asset-h3 { font-family: Georgia, serif; font-size: 32px; line-height: 1.05; letter-spacing: -1px; color: #1F2922; font-weight: 400; margin-bottom: 18px; }
  .asset-h3 .em { font-style: italic; color: #C2602F; }
  .asset-lede { font-size: 15px; line-height: 1.65; color: #4A5448; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 0.5px solid rgba(31,41,34,0.18); }
  .asset-points { display: flex; flex-direction: column; gap: 18px; margin-bottom: 28px; }
  .asset-point { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding-bottom: 16px; border-bottom: 0.5px solid rgba(31,41,34,0.12); align-items: baseline; }
  .asset-point:last-child { border-bottom: none; padding-bottom: 0; }
  .asset-point-n { font-family: Georgia, serif; font-size: 26px; color: #1F2922; line-height: 1; letter-spacing: -0.5px; }
  .asset-point-n.large { font-size: 22px; }
  .asset-point-content { }
  .asset-point-label { font-family: Georgia, serif; font-size: 16px; color: #1F2922; line-height: 1.25; letter-spacing: -0.2px; margin-bottom: 4px; }
  .asset-point-body { font-size: 12px; line-height: 1.55; color: #4A5448; }
  .asset-point-body strong { color: #1F2922; font-weight: 600; }
  .asset-link { display: inline-block; font-size: 11px; color: #C2602F; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; text-decoration: none; border-bottom: 1px solid #C2602F; padding-bottom: 3px; margin-top: auto; }

  .video-frame {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #1F2922;
  }
  
  .video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  /* Optional premium overlay */
  .video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(31,41,34,0.04), rgba(31,41,34,0.22)),
      radial-gradient(circle at 30% 20%, rgba(212,165,106,0.12), transparent 32%);
    pointer-events: none;
  }

  /* SCHOOLS */
  .schools { padding: 112px 0; background: #EDE6D5; }
  .schools-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .school { background: #FAF7F0; overflow: hidden; display: flex; flex-direction: column; border: 0.5px solid rgba(31,41,34,0.15); }
  .school-media { aspect-ratio: 16/10; position: relative; }
  .school-body { padding: 32px 32px 36px; }
  .school-eyebrow { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #6B7B5A; font-weight: 700; margin-bottom: 14px; }
  .school-name { font-family: Georgia, serif; font-size: 28px; color: #1F2922; line-height: 1.15; margin-bottom: 12px; letter-spacing: -0.5px; }
  .school-rank { display: inline-block; background: #1F2922; color: #FAF7F0; padding: 5px 12px; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; margin-bottom: 22px; }
  .school-desc { font-size: 14px; line-height: 1.7; color: #4A5448; margin-bottom: 24px; }
  .school-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; padding-top: 20px; border-top: 0.5px solid rgba(31,41,34,0.2); }
  .school-stat-num { font-family: Georgia, serif; font-size: 22px; color: #1F2922; line-height: 1; margin-bottom: 4px; letter-spacing: -0.5px; }
  .school-stat-l { font-size: 11px; color: #6B7B5A; line-height: 1.4; letter-spacing: 0.02em; }

  

  /* CAREERS */
  .careers { padding: 112px 0 96px; background: #1F2922; color: #FAF7F0; }
  .careers-arc-header { text-align: center; max-width: 760px; margin: 0 auto 48px; }
  .careers-arc-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #D4A56A; font-weight: 700; margin-bottom: 18px; }
  .careers-arc-h2 { font-family: Georgia, serif; font-size: 44px; line-height: 1.05; letter-spacing: -1.4px; color: #FAF7F0; font-weight: 400; }
  .careers-arc-h2 .em { font-style: italic; color: #D4A56A; }

  /* DOC STRIP */
  .doc-strip {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 0; margin: 0 0 64px 0;
    border-top: 0.5px solid rgba(212,165,106,0.4);
    border-bottom: 0.5px solid rgba(212,165,106,0.4);
  }
  .doc-cell { border-right: 0.5px solid rgba(212,165,106,0.4); display: flex; flex-direction: column; }
  .doc-cell:last-child { border-right: none; }
  .doc-image { aspect-ratio: 4/3; position: relative; }
  .doc-image .img-frame { height: 100%; }
  .doc-meta { padding: 18px 20px 22px; background: rgba(250,247,240,0.04); flex: 1; }
  .doc-meta-label { font-size: 9px; color: #D4A56A; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; margin-bottom: 8px; }
  .doc-meta-title { font-family: Georgia, serif; font-size: 16px; color: #FAF7F0; line-height: 1.25; letter-spacing: -0.2px; margin-bottom: 6px; }
  .doc-meta-body { font-size: 11px; color: #B5C2A8; line-height: 1.55; }

  /* TWO COLUMN GRID */
  .careers-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; position: relative; }
  .careers-grid::after { content: ''; position: absolute; top: 32px; bottom: 32px; left: calc(45.5% - 0.5px); width: 1px; background: rgba(212,165,106,0.25); }
  .pedagogy-col { padding-right: 32px; }
  .col-eyebrow { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #D4A56A; font-weight: 700; margin-bottom: 18px; }
  .col-h3 { font-family: Georgia, serif; font-size: 30px; line-height: 1.1; letter-spacing: -0.8px; color: #FAF7F0; font-weight: 400; margin-bottom: 18px; }
  .col-h3 .em { font-style: italic; color: #D4A56A; }
  .pedagogy-body { font-size: 14px; line-height: 1.7; color: #B5C2A8; margin-bottom: 28px; }
  .pedagogy-body strong { color: #FAF7F0; font-weight: 600; }
  .pedagogy-methods { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
  .pedagogy-method { display: flex; align-items: baseline; gap: 10px; font-size: 13px; color: #FAF7F0; line-height: 1.4; padding-bottom: 12px; border-bottom: 0.5px solid rgba(212,165,106,0.2); }
  .pedagogy-method::before { content: '◆'; color: #D4A56A; font-size: 7px; flex-shrink: 0; }

  .professions-col { padding-left: 32px; }
  .professions-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; }
  .career { padding-left: 16px; border-left: 1.5px solid rgba(212,165,106,0.5); }
  .career-num { font-size: 9px; color: #D4A56A; letter-spacing: 0.18em; margin-bottom: 6px; font-weight: 700; text-transform: uppercase; }
  .career-title {
    font-family: Georgia, serif; font-size: 16px;
    color: #FAF7F0; margin-bottom: 6px;
    line-height: 1.25; letter-spacing: -0.2px;
  }
  .career-body {
    font-size: 11px; line-height: 1.55; color: #B5C2A8;
  }
  .professions-cta { margin-top: 28px; padding-top: 20px; border-top: 0.5px solid rgba(212,165,106,0.25); }
  .professions-cta a { font-size: 12px; color: #D4A56A; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; text-decoration: none; border-bottom: 0.5px solid #D4A56A; padding-bottom: 2px; }

  /* THESSALONIKI */
  .place { padding: 0; background: #FAF7F0; }
  .place-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
  .place-image-wrap { position: relative; overflow: hidden; }
  .place-image-wrap .img-frame { height: 100%; }
  .place-content { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
  .place-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; }
  .place-h2 { font-family: Georgia, serif; font-size: 38px; line-height: 1.1; letter-spacing: -1.2px; color: #1F2922; font-weight: 400; margin-bottom: 22px; }
  .place-h2 .em { font-style: italic; color: #C2602F; }
  .place-body { font-size: 15px; line-height: 1.65; color: #4A5448; margin-bottom: 32px; max-width: 480px; }
  .place-features-section + .place-features-section { margin-top: 28px; }
  .place-features-label { font-size: 9px; color: #C2602F; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; margin-bottom: 8px; }
  .place-features { border-top: 1.5px solid #1F2922; }
  .place-feature { padding: 12px 0; border-bottom: 0.5px solid rgba(31,41,34,0.2); display: grid; grid-template-columns: 100px 1fr; align-items: baseline; gap: 20px; }
  .place-feature:last-child { border-bottom: none; }
  .place-f-num { font-family: Georgia, serif; font-size: 22px; color: #1F2922; line-height: 1; letter-spacing: -0.5px; }
  .place-f-l { font-size: 13px; color: #4A5448; line-height: 1.5; }

  /* APPLY */
  .apply { padding: 96px 0; background: #C2602F; color: #FFFFFF; }
  .apply-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: stretch; }
  .apply-left { padding-right: 32px; border-right: 0.5px solid rgba(255,255,255,0.4); }
  .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: 48px; line-height: 1.08; letter-spacing: -1.5px; color: #FFFFFF; font-weight: 400; margin-bottom: 18px; }
  .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: 24px; max-width: 500px; }
  .apply-body { font-size: 16px; line-height: 1.6; color: #FFE8D9; max-width: 540px; margin-bottom: 36px; }
  .apply-meta { display: flex; gap: 48px; padding: 22px 0; border-top: 1px solid rgba(255,224,204,0.4); border-bottom: 1px solid rgba(255,224,204,0.4); margin-bottom: 36px; }
  .apply-meta-n { font-family: Georgia, serif; font-size: 28px; color: #FFFFFF; line-height: 1; margin-bottom: 5px; }
  .apply-meta-l { font-size: 11px; color: #FFE0CC; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }
  .btn-apply-big { background: #FFFFFF; color: #C2602F; padding: 18px 36px; font-size: 14px; font-weight: 700; text-decoration: none; display: inline-block; letter-spacing: 0.04em; border-radius:3px 18px 18px 3px;}
  .apply-aside { padding: 0; display: flex; flex-direction: column; }
  .apply-aside-eyebrow { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #FFE0CC; font-weight: 700; margin-bottom: 22px; }
  .apply-aside-title { font-family: Georgia, serif; font-size: 22px; color: #FFFFFF; margin-bottom: 18px; letter-spacing: -0.4px; }
  .apply-row { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 0.5px solid rgba(255,224,204,0.4); font-size: 13px; }
  .apply-row:first-of-type { border-top: 0.5px solid rgba(255,224,204,0.4); }
  .apply-row .l { color: #FFE0CC; letter-spacing: 0.04em; }
  .apply-row .v { color: #FFFFFF; font-weight: 600; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; }

/* =========================================================
   LANDING PAGE RESPONSIVE LAYER
========================================================= */

/* Medium screens */
@media (max-width: 1100px) {
  .hero {
    height: 580px;
  }

  .hero-h1 {
    font-size: 58px;
    max-width: 860px;
  }

  .hero-subhead {
    font-size: 22px;
  }

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

  .margin-note {
    max-width: 640px;
  }

  .assets-grid,
  .schools-grid,
  .place-grid {
    grid-template-columns: 1fr;
  }

  .place-grid {
    min-height: auto;
  }

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

  .careers-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .careers-grid::after {
    display: none;
  }

  .pedagogy-col,
  .professions-col {
    padding: 0;
  }

  .apply-left {
    padding-right: 0;
    border-right: none;
    border-bottom: 0.5px solid rgba(255,255,255,0.4);
    padding-bottom: 40px;
  }
}


/* Tablet */
@media (max-width: 900px) {
  .hero {
    height: auto;
    min-height: 620px;
  }

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

  .hero-h1 {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1.6px;
  }

  .hero-subhead {
    font-size: 20px;
    max-width: 620px;
  }

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

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

  .stat:nth-child(1),
  .stat:nth-child(2) {
    border-bottom: 0.5px solid #E5E2D9;
  }

  .unrepeatable,
  .schools,
  .careers,
  .apply {
    padding: 80px 0;
  }

  .section-h2,
  .apply-h2 {
    font-size: 40px;
  }

  .careers-arc-h2 {
    font-size: 38px;
  }

  .doc-strip {
    grid-template-columns: 1fr;
  }

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

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

  .doc-image {
    aspect-ratio: 16/8;
  }

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

  .place-h2 {
    font-size: 34px;
  }
}


/* Mobile */
@media (max-width: 768px) {
  .hero {
    min-height: 640px;
  }

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

  .hero-eyebrow-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 22px;
  }

  .hero-h1 {
    font-size: 40px;
    line-height: 1.04;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }

  .hero-subhead {
    font-size: 18px;
    line-height: 1.35;
  }

  .hero-cta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

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

  .hero-caption {
    display: none;
  }

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

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

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

  .section-header-margin {
    padding-bottom: 40px;
  }

  .section-h2,
  .apply-h2 {
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .assets-grid {
    gap: 48px;
  }

  .asset-h3 {
    font-size: 28px;
  }

  .asset-point {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .schools-grid {
    gap: 24px;
  }

  .school-body {
    padding: 28px 24px 32px;
  }

  .school-name {
    font-size: 24px;
  }

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

  .careers-arc-header {
    text-align: left;
    margin-bottom: 40px;
  }

  .careers-arc-h2 {
    font-size: 32px;
  }

  .doc-strip {
    margin-bottom: 48px;
  }

  .doc-image {
    aspect-ratio: 4/3;
  }

  .pedagogy-methods,
  .professions-cards {
    grid-template-columns: 1fr;
  }

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

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

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

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

  .apply-meta {
    flex-direction: column;
    gap: 22px;
  }

  .apply-row {
    flex-direction: column;
    gap: 4px;
  }

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


/* Small mobile */
@media (max-width: 480px) {
  .hero {
    min-height: 600px;
  }

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

  .hero-pill {
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .hero-meta {
    font-size: 9.5px;
    letter-spacing: 0.16em;
    line-height: 1.5;
  }

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

  .hero-subhead {
    font-size: 16.5px;
  }

  .btn-apply,
  .btn-apply-big {
    padding: 15px 22px;
    font-size: 12px;
  }

  .stat-n {
    font-size: 34px;
  }

  .unrepeatable,
  .schools,
  .careers,
  .apply {
    padding: 64px 0;
  }

  .section-h2,
  .apply-h2 {
    font-size: 30px;
  }

  .asset-h3,
  .school-name {
    font-size: 24px;
  }

  .asset-lede,
  .place-body,
  .apply-body {
    font-size: 14px;
  }

  .school-body {
    padding: 24px 20px 28px;
  }

  .careers-arc-h2 {
    font-size: 29px;
  }

  .col-h3 {
    font-size: 26px;
  }

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

  .place-h2 {
    font-size: 28px;
  }

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

/* =========================================================
   FIX: UNREPEATABLE SECTION MOBILE OVERFLOW
========================================================= */

.video-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Safety rule for all media */
.asset-image img,
.asset-image video {
  max-width: 100%;
}

/* Mobile-specific control */
@media (max-width: 768px) {
  .unrepeatable {
    overflow-x: hidden;
  }

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

  .asset {
    width: 100%;
    min-width: 0;
  }

  .asset-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin-bottom: 22px;
    overflow: hidden;
  }

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

  .asset-image img,
  .asset-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .asset-lede,
  .asset-point-body,
  .asset-point-label,
  .asset-h3 {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .asset-point {
    width: 100%;
    min-width: 0;
  }
}

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

  .asset-point-n.large {
    font-size: 20px;
  }

  .asset-point-n span {
    max-width: 100%;
  }
}

/* =========================================================
   FIX: CAREERS DOC STRIP MOBILE OVERFLOW
========================================================= */

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

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

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

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

/* Mobile-specific correction */
@media (max-width: 768px) {
  .careers {
    overflow-x: hidden;
  }

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

  .doc-cell {
    width: 100%;
    min-width: 0;
  }

  .doc-image {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

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

  .doc-meta-title,
  .doc-meta-body,
  .careers-arc-h2,
  .career-title,
  .career-body {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .careers-grid,
  .pedagogy-col,
  .professions-col,
  .professions-cards {
    width: 100%;
    min-width: 0;
  }
}

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

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