/* =========================================================
   Student Well Being — editorial layout (wb-*)
   Brand: ink #363587 · marigold #f5c307
   ========================================================= */

body.wellbeing-page{
  background:#faf9f6;
}

.wellbeing-page .wb-intro,
.wellbeing-page .wb-focus,
.wellbeing-page .wb-culture,
.wellbeing-page .wb-journey{
  position:relative;
  overflow:visible;
  scroll-margin-top:96px;
}

.wb-kicker{
  display:inline-block;
  margin:0 0 12px;
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.wb-copy h1,
.wb-copy h2,
.wb-focus-head h2,
.wb-culture-card h2{
  margin:0 0 14px;
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.015em;
}
.wb-copy h1{
  font-size:clamp(2rem, 4vw, 3.1rem);
}
.wb-copy h2,
.wb-focus-head h2,
.wb-culture-card h2{
  font-size:clamp(1.8rem, 3.2vw, 2.55rem);
}
.wb-copy p,
.wb-focus-head p,
.wb-focus-grid p,
.wb-culture-card p{
  margin:0 0 12px;
  color:rgb(33, 37, 41);
  line-height:1.7;
}
.wb-copy p:last-child{ margin-bottom:0; }
.wb-culture-more{
  margin:0 0 16px;
}
.wb-culture-more[hidden]{
  display:none !important;
}
.wb-culture-more p:last-child{ margin-bottom:0; }
.wb-culture-card .wb-read-more{
  margin-top:4px;
  padding:11px 22px;
  font-size:.86rem;
}

.wb-split{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, .95fr);
  gap:clamp(28px, 4.5vw, 64px);
  align-items:center;
}
.wb-copy,
.wb-media{ min-width:0; }

.wb-frame{
  position:relative;
  z-index:1;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eceaf5;
}
.wb-frame img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center center;
  display:block;
}

.wb-intro{
  padding:48px 0 40px;
  background:#fff;
}
.wb-intro .wb-culture-video{
  width:100%;
  min-width:0;
}
.wb-intro .wb-culture-video iframe{
  width:100%;
  aspect-ratio:16 / 9;
  height:auto;
  border:0;
  display:block;
  box-shadow:14px 14px 0 var(--marigold);
}
.wb-intro .wb-frame{
  box-shadow:14px 14px 0 var(--marigold);
}

.wb-focus{
  padding:48px 0 52px;
  background:#faf9f6;
}
.wb-focus-head{
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(0, .85fr);
  gap:clamp(20px, 4vw, 48px);
  align-items:center;
  margin-bottom:36px;
}
.wb-focus-head h2{ margin-bottom:0; }
.wb-focus-head p{
  margin:0;
  max-width:38rem;
}
.wb-focus-grid{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:20px;
  align-items:stretch;
}
.wb-focus-grid li{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin:0;
  padding:24px 18px 22px;
  text-align:center;
  background:#fff;
  border:1px solid rgba(54,53,135,.08);
  border-radius:16px;
  box-shadow:0 14px 32px -22px rgba(54,53,135,.45);
  height:100%;
  min-width:0;
  transition:transform .25s ease, box-shadow .25s ease;
}
.wb-focus-grid li:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 36px -20px rgba(54,53,135,.5);
}
.wb-focus-ic{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  margin:0 auto 14px;
  border-radius:50%;
  background:#eceaf5;
  color:rgb(52, 50, 114);
  font-size:1.35rem;
  flex:0 0 auto;
}
.wb-focus-grid h3{
  margin:0 auto 8px;
  max-width:16rem;
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-size:.98rem;
  font-weight:700;
  line-height:1.35;
}
.wb-focus-grid p{
  margin:0 auto;
  max-width:16rem;
  font-size:.9rem;
  flex:1 1 auto;
}

.wb-culture{
  padding:48px 0;
  background:#faf9f6;
}
.wb-culture-video{
  min-width:0;
  background:#1c1b4a;
  box-shadow:14px 14px 0 var(--marigold);
}
.wb-culture-video iframe{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  height:auto;
  border:0;
}
.wb-culture-card{
  min-width:0;
  padding:0;
  background:transparent;
  box-shadow:none;
}
.wb-culture-card .wb-quote{
  margin:0 0 16px;
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-size:1.15rem;
  font-weight:700;
  line-height:1.4;
}

.wb-journey{
  padding:48px 0;
  background:#fff;
}
.wb-journey .wb-frame{
  box-shadow:14px 14px 0 var(--marigold);
}
.wb-journey .wb-frame img{
  width:100%;
  height:auto;
  max-height:420px;
  object-fit:contain;
  object-position:center center;
}

@media (max-width:980px){
  .wb-split,
  .wb-focus-head,
  .wb-focus-grid{
    grid-template-columns:1fr 1fr;
    gap:28px;
  }
  .wb-intro .wb-culture-video{ order:2; max-width:520px; }
  .wb-intro .wb-copy{ order:1; }
  .wb-intro .wb-frame,
  .wb-intro .wb-culture-video,
  .wb-culture-video,
  .wb-journey .wb-frame{ box-shadow:10px 10px 0 var(--marigold); }
}

@media (max-width:640px){
  .wb-intro,
  .wb-culture,
  .wb-journey{ padding:30px 0; }
  .wb-focus{ padding:34px 0 38px; }
  .wb-split,
  .wb-focus-head,
  .wb-focus-grid{ grid-template-columns:1fr; }
  .wb-focus-ic{ width:64px; height:64px; }
}
