:root{
  --bg:#FFFFFF;
  --text:#0f172a;
  --muted:#475569;
  --line:#D5E4F4;
  --soft:#EDF6FF;
  --focus:#71B7FF;
  --primary:#0F4C8A;
  --secondary:#71B7FF;
  --lab-bg:#F4FAFF;
  --lab-section:#E8F3FF;
  --radius:18px;
  --surface-radius:16px;
  --shadow-soft:0 8px 24px rgba(0,0,0,0.04);
  --shadow-soft-hover:0 16px 40px rgba(0,0,0,0.08);
}

*{ box-sizing:border-box; }

html,body{ height:100%; }

body{
  margin:0;
  background:#f8fafc;
  color:#374151;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  font-size:15px;
  line-height:1.7;
}

html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  scroll-padding-top:96px;
}

html, body{
  overflow-x:hidden;
  max-width:100%;
}

img, video, svg, canvas{
  max-width:100%;
  height:auto;
}

h1, h2, h3{
  letter-spacing:-0.02em;
  line-height:1.2;
}

h1{
  font-size:36px;
  line-height:1.2;
  font-weight:700;
}

h2{
  font-size:26px;
  line-height:1.3;
  font-weight:600;
}

h3{
  font-size:20px;
  line-height:1.4;
  font-weight:600;
}

h4{
  font-size:14px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#6B7280;
}

p{
  line-height:1.7;
  color:#374151;
  margin-bottom:12px;
  max-width:65ch;
}

ul{
  padding-left:18px;
}

li{
  line-height:1.65;
}

a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; }

.skip-link{
  position:absolute;
  left:-999px;
  top:8px;
  background: #ffffff;
  border:1px solid var(--line);
  padding:10px 12px;
  border-radius:12px;
  z-index:999;
}
.skip-link:focus{ left:12px; outline:2px solid var(--focus); outline-offset:2px; }

.container{
  max-width:1200px;
  padding:0 24px;
  margin:0 auto;
}

.site-header{
  position:fixed;
  left:0;
  right:0;
  top:0;
  background: var(--primary);
  backdrop-filter: blur(0);
  border-bottom:1px solid rgba(255,255,255,0.08);
  z-index:20;
  transition: background 300ms ease, backdrop-filter 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.site-header.scrolled{
  background: rgba(15,76,138,0.92);
  backdrop-filter: blur(12px);
  border-bottom-color: rgba(255,255,255,0.1);
  box-shadow: 0 8px 24px rgba(10,48,92,0.22);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 32px;
  gap:26px;
  transition: padding 300ms ease;
}

.site-header.scrolled .header-inner{
  padding:12px 32px;
}

/* Mobile nav toggle — hidden on desktop */
.nav-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  padding:0;
  margin:0 0 0 auto;
  border:1px solid rgba(255,255,255,0.38);
  border-radius:10px;
  background:rgba(255,255,255,0.1);
  color:#fff;
  cursor:pointer;
  flex-shrink:0;
  transition:background 0.2s ease, border-color 0.2s ease;
}

.nav-toggle:hover{
  background:rgba(255,255,255,0.16);
  border-color:rgba(255,255,255,0.55);
}

.nav-toggle:focus-visible{
  outline:2px solid var(--focus);
  outline-offset:2px;
}

.nav-toggle-bars{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:20px;
}

.nav-toggle-bar{
  display:block;
  height:2px;
  width:100%;
  background:#fff;
  border-radius:1px;
  transition:transform 0.25s ease, opacity 0.2s ease;
}

.site-header.is-nav-open .nav-toggle-bar:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.site-header.is-nav-open .nav-toggle-bar:nth-child(2){
  opacity:0;
}

.site-header.is-nav-open .nav-toggle-bar:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

.brand,
.logo-wrapper{
  display:flex;
  align-items:center;
  gap:12px;
  color:#ffffff;
  text-decoration:none;
}

.logo-wrapper{
  cursor:pointer;
  transition:opacity 0.2s ease;
}

.logo-wrapper:hover,
.logo-wrapper:focus-visible{
  text-decoration:none;
  opacity:0.85;
}

.logo-wrapper:focus-visible{
  outline:2px solid var(--focus);
  outline-offset:3px;
}

.brand small{
  display:inline-block;
  margin:0;
  padding:0;
  border:0;
  color:rgba(255,255,255,0.85);
  font-weight:500;
  font-size:10px;
  line-height:1.25;
  letter-spacing:0.02em;
  text-transform:none;
  white-space:nowrap;
  text-decoration:none;
}

.brand small::before,
.brand small::after{
  content:none;
}

.brand-logo,
.logo{
  display:block;
  flex-shrink:0;
  height:28px;
  width:auto;
  max-height:28px;
  object-fit:contain;
  object-position:left center;
  background:transparent;
  padding:0;
  margin:0;
  border:0;
  mix-blend-mode:normal;
  opacity:1;
}

.brand-logo:hover,
.logo:hover{
  opacity:1;
}

.nav{
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  justify-content:flex-end;
  align-items:center;
}
.nav a{
  position:relative;
  font-size:13px;
  color:rgba(255,255,255,0.78);
  letter-spacing:0.05em;
  font-weight:400;
  text-decoration:none;
  padding:2px 0;
  border:none;
  border-radius:0;
}
.nav a:hover{
  color:#ffffff;
  text-decoration:none;
}
.nav a.active{
  color:#ffffff;
}
.nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:100%;
  height:1px;
  background:rgba(255,255,255,0.8);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 200ms ease;
}
.nav a:hover::after{
  transform:scaleX(1);
}
.nav a.active::after{
  transform:scaleX(1);
}

.nav a.nav-apply{
  border:1px solid rgba(255,255,255,0.72);
  border-radius:6px;
  padding:7px 12px;
  letter-spacing:0.04em;
  color:var(--primary);
  background:#ffffff;
}
.nav a.nav-apply::after{
  display:none;
}
.nav a.nav-apply:hover{
  background:var(--lab-bg);
  border-color:#ffffff;
  color:var(--primary);
}
.nav a.nav-apply.active{
  border-color:#ffffff;
  color:var(--primary);
}

.main{
  padding-bottom:64px;
  padding-top:96px;
}

.section{
  padding-top:64px;
  padding-bottom:64px;
  margin-top:48px;
}

.section-tight{
  padding-top:44px;
  padding-bottom:44px;
}

.section-title{
  margin:0 0 14px 0;
  font-size:14px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--primary);
  font-weight:650;
}

.section-title::before{
  content:"";
  display:inline-block;
  width:24px;
  height:2px;
  background:#2563eb;
  margin-right:8px;
  vertical-align:middle;
}

.section-heading{
  max-width:760px;
  margin-bottom:24px;
}

.student-research-heading-compact{
  margin-bottom:24px;
}

.student-research-heading-compact .section-heading-copy{
  margin-top:0;
}

.section-heading-title{
  margin:0 0 8px 0;
  color:var(--text);
  font-size:clamp(34px, 4vw, 48px);
  line-height:1.2;
  letter-spacing:-0.02em;
  font-weight:690;
}

.section-heading-copy{
  margin:0;
  max-width:640px;
  color:rgba(0,0,0,0.6);
  font-size:17px;
  line-height:1.6;
}

.surface-card{
  padding:20px;
  border:1px solid rgba(0,0,0,0.04);
  border-radius:16px;
  background:#ffffff;
  box-shadow:0 8px 24px rgba(0,0,0,0.04);
  transition:all 0.2s ease;
}

.surface-card:hover{
  transform:translateY(-2px);
  border-color:rgba(0,0,0,0.06);
  box-shadow:0 12px 32px rgba(0,0,0,0.06);
}

.home-section-muted{
  background:#f1f5f9;
}

.home-section-accent{
  background:#f8fafc;
}

.section-tight.home-section-accent{
  padding-top:36px;
  padding-bottom:28px;
}


.research-questions{
  display:flex;
  flex-direction:column;
  gap:32px;
  margin-top:40px;
}

.research-question{
  max-width:38rem;
}

.question-left{
  align-self:flex-start;
}

.question-center{
  align-self:center;
}

.question-right{
  align-self:flex-end;
  text-align:right;
}

.question-offset{
  margin-left:48px;
}

.question-last{
  margin-right:40px;
}

.research-question-inner{
  display:inline-block;
  transition:transform 300ms ease-out, color 300ms ease-out;
}

.research-question-inner:hover{
  transform:translateX(3px);
}

.research-question-num{
  margin-bottom:10px;
  font-size:11px;
  font-weight:500;
  letter-spacing:0.2em;
  color:rgba(15,76,138,0.32);
}

.research-question p{
  margin:0;
  font-size:clamp(20px, 2vw, 24px);
  line-height:1.75;
  font-weight:500;
  color:var(--text);
  transition:color 300ms ease-out;
}

.research-question-inner:hover p{
  color:var(--primary);
}

.student-research-heading{
  max-width:760px;
  margin-top:4px;
}

.student-research-title{
  margin:0;
  color:var(--text);
  font-size:clamp(38px, 4.4vw, 56px);
  line-height:1.02;
  letter-spacing:-0.03em;
  font-weight:690;
}

.student-research-subtitle{
  margin:16px 0 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}

.student-research-featured{
  display:flex;
  flex-direction:column;
  gap:24px;
  margin-top:24px;
  margin-bottom:16px;
}

.featured-project{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:40px;
  align-items:center;
  padding:32px;
  border-radius:20px;
  background:#ffffff;
}

.student-research-feature-panel{
  flex:1 1 0;
  display:flex;
  flex-direction:column;
  padding:24px;
}

.featured-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  max-width:640px;
  padding:0;
}

.student-research-feature-title{
  margin:0;
  color:var(--text);
  font-size:clamp(30px, 3vw, 42px);
  line-height:1.12;
  letter-spacing:-0.03em;
  font-weight:640;
}

.student-research-feature-copy{
  max-width:52ch;
  margin:16px 0 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}

.student-research-tag-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.student-research-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:999px;
  background:rgba(37, 99, 235, 0.08);
  padding:6px 12px;
  color:#2563eb;
  font-size:11px;
  font-weight:500;
  letter-spacing:0.02em;
}

.student-research-components{
  margin-top:32px;
}

.section-container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  margin-top:0;
  padding:0 24px;
  padding-top:0;
}

.student-research-components-label{
  margin:0 0 12px 0;
  color:#9ca3af;
  font-size:12px;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

.student-research-components-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:20px;
}

.student-research-component-card{
  min-height:100%;
  padding:18px 18px 16px 18px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,0.05);
  border-top:3px solid rgba(59,130,246,0.35);
  background:#f8fbff;
  box-shadow:0 8px 22px rgba(15,23,42,0.04);
  transition:transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.student-research-component-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(15,23,42,0.08);
  border-color:rgba(15,23,42,0.08);
}

.student-research-component-card h4{
  margin:0;
  color:var(--text);
  font-size:16px;
  line-height:1.2;
  font-weight:680;
  letter-spacing:-0.01em;
}

.student-research-component-card p{
  margin:10px 0 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}

.component-image{
  width:100%;
  height:120px;
  object-fit:cover;
  border-radius:10px;
  margin-bottom:12px;
}

.student-research-poster-card{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  text-decoration:none;
  width:100%;
  cursor:pointer;
}

.student-research-poster-card img{
  width:100%;
  max-width:420px;
  height:auto;
  display:block;
  border-radius:12px;
  object-fit:contain;
  background:#f8fafc;
  box-shadow:0 10px 28px rgba(15,23,42,0.08);
  transition:transform 0.25s ease, box-shadow 0.25s ease;
}

.student-research-poster-card:hover img{
  transform:scale(1.02);
  box-shadow:0 18px 44px rgba(15,23,42,0.14);
}

.featured-image{
  display:flex;
  justify-content:center;
  align-items:center;
}

.student-research-topics{
  border-top:1px solid rgba(0,0,0,0.06);
  margin-top:16px;
  padding-top:20px;
}

.student-research-topics-shell{
  max-width:1200px;
  margin:0 auto;
  margin-top:0;
  padding:0;
  border-radius:0;
  background:transparent;
}

.project-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
  margin-top:16px;
  align-items:stretch;
}

.student-research-topics-grid{
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
  margin-top:0;
  align-items:stretch;
}

.student-research-topic-link{
  display:block;
  height:100%;
  color:inherit;
  text-decoration:none;
}

.student-research-topic-link:hover{
  text-decoration:none;
}

.student-research-topics .project-card{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:#ffffff;
  border:1px solid rgba(17,24,39,0.06);
  border-radius:16px;
  padding:20px;
  transition:all 0.2s ease;
}

.student-research-topics .project-card:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
}

.student-research-topics .student-research-sticker-thumb{
  margin:0 0 16px 0;
  width:100%;
  height:180px;
  border-radius:12px;
  overflow:hidden;
  background:#f3f8ff;
  box-shadow:none;
}

.student-research-topics .student-research-sticker-thumb img{
  display:block;
  width:100%;
  height:160px;
  object-fit:cover;
  border-radius:12px;
}

.student-research-topics .project-card img{
  transition:transform 0.3s ease;
}

.student-research-topics .project-card:hover img{
  transform:scale(1.05);
}

.student-research-topics .project-tag{
  margin:0 0 8px 0;
  font-size:12px;
  color:#6b7280;
  letter-spacing:0.05em;
  text-transform:uppercase;
}

.student-research-topics .project-title{
  margin:0 0 8px 0;
  font-size:20px;
  font-weight:600;
  color:#111827;
  line-height:1.3;
}

.student-research-topics .project-desc{
  margin:0;
  font-size:14px;
  color:#6b7280;
  line-height:1.6;
}

.student-research-sticker{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:26px 22px 24px 22px;
}

.student-research-sticker-thumb{
  margin:0 0 18px 0;
  overflow:hidden;
  border-radius:12px;
  aspect-ratio:16 / 9;
  background:#f3f8ff;
  box-shadow:0 8px 20px rgba(15,23,42,0.06);
}

.student-research-sticker-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
}

.sticker-1,
.sticker-2,
.sticker-3,
.sticker-4,
.sticker-5{ transform:none; }

.student-research-sticker-label{
  display:inline-flex;
  margin-bottom:16px;
  border-radius:999px;
  background:#E7F2FF;
  padding:6px 10px;
  color:#94a3b8;
  font-size:11px;
  font-weight:650;
  letter-spacing:0.08em;
}

.student-research-sticker-num{
  position:absolute;
  top:20px;
  right:22px;
  color:#94a3b8;
  font-size:24px;
  font-weight:700;
  line-height:1;
  opacity:0.45;
}

.student-research-topic-title{
  display:-webkit-box;
  color:var(--text);
  font-size:clamp(19px, 1.45vw, 24px);
  font-weight:680;
  line-height:1.3;
  letter-spacing:-0.02em;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.student-research-topic-desc{
  margin:12px 0 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.student-research-more{
  margin-top:24px;
  display:flex;
  justify-content:center;
}

.student-research-more-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 18px;
  border:1px solid rgba(15,76,138,0.12);
  border-radius:999px;
  background:rgba(255,255,255,0.78);
  color:var(--primary);
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.student-research-more-link:hover{
  transform:translateY(-2px);
  border-color:rgba(15,76,138,0.2);
  box-shadow:0 10px 24px rgba(15,23,42,0.06);
  background:#ffffff;
  text-decoration:none;
}

@media (max-width: 1024px){
  .student-research-topics-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

.h1{
  font-size: clamp(48px, 6.1vw, 82px);
  line-height:0.95;
  letter-spacing:-0.02em;
  margin:0;
  font-weight:720;
}

.h2{
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing:-0.015em;
  margin:0;
  font-weight:690;
}

.lead{
  font-size: clamp(18px, 2.1vw, 22px);
  color:var(--muted);
  margin-top:18px;
  margin-bottom:0;
}

.muted{
  color:var(--muted);
}

.hero{
  position:relative;
  min-height:64vh;
  overflow:hidden;
  background:#071A33;
  margin-top:-96px;
  margin-bottom:16px;
}

.hero-kicker{
  margin:0 0 20px 0;
  font-size:11px;
  font-weight:650;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--muted);
}

.hero-kicker-light{
  margin:0;
  color:rgba(255,255,255,0.78);
}

.hero-bg{
  position:absolute;
  inset:0;
  background-image:url("home1.png");
  background-size:cover;
  background-position:center;
}

.hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.12));
  pointer-events:none;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    125deg,
    rgba(7,26,51,0.88) 0%,
    rgba(15,76,138,0.52) 42%,
    rgba(15,23,42,0.38) 100%
  );
}

.hero::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:min(48%, 540px);
  height:100%;
  z-index:0;
  pointer-events:none;
  background-image:radial-gradient(circle at center, rgba(147,197,253,0.14) 1.2px, transparent 1.5px);
  background-size:22px 22px;
  opacity:0.65;
  mask-image:linear-gradient(to left, rgba(0,0,0,0.9), transparent);
}

.hero-shell{
  position:relative;
  z-index:2;
  max-width:1200px;
  min-height:64vh;
  margin:0 auto;
  /* Clear fixed header (main padding 96px − hero pull-up); flex-start avoids vertical centering under nav */
  padding:max(112px, calc(env(safe-area-inset-top, 0px) + 96px)) 32px 40px 32px;
  display:flex;
  align-items:flex-start;
}

.hero-copy{
  max-width:600px;
}

.hero-copy .h1{
  margin-bottom:8px;
  line-height:1.02;
}

.hero-topline{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:10px;
}

.hero-play{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:40px;
  border:1px solid rgba(255,255,255,0.4);
  border-radius:999px;
  color:#ffffff;
  font-size:14px;
}

.hero-title-light{
  color:#ffffff;
}

.hero-where{
  margin-top:24px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height:1.25;
  letter-spacing:-0.012em;
  font-weight:620;
  color:var(--muted);
}

.hero-where-light{
  color:rgba(226,232,240,0.96);
}

.hero-sub{
  margin-top:16px;
  color:#31445e;
  max-width:520px;
  font-size:20px;
  line-height:1.5;
  letter-spacing:-0.01em;
}

.hero-sub-light{
  color:rgba(203,213,225,0.95);
  font-size:16px;
  line-height:1.68;
  margin-top:10px;
}

.hero-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
  align-items:center;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid var(--primary);
  background:#ffffff;
  color:var(--primary);
  font-weight:620;
  font-size:13px;
  letter-spacing:0.01em;
  text-decoration:none;
  transition:transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease;
}
.btn:hover{
  text-decoration:none;
  border-color:var(--primary);
  background: var(--soft);
  transform:translateY(-2px);
}
.btn-primary{
  border-color:transparent;
  background:linear-gradient(135deg, #2563eb, #1d4ed8);
  color:#ffffff;
  box-shadow:0 6px 16px rgba(37, 99, 235, 0.25);
}
.btn-primary:hover{
  border-color:transparent;
  background:linear-gradient(135deg, #1d4ed8, #1e40af);
  color:#ffffff;
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(37, 99, 235, 0.3);
}

.btn-secondary{
  border-color:rgba(15,23,42,0.08);
  background:#ffffff;
  color:var(--text);
}

.btn-secondary:hover{
  border-color:rgba(15,76,138,0.12);
  background:#f8fbff;
  color:var(--primary);
}

.btn-apply{
  padding:12px 20px;
  font-size:14px;
  font-weight:680;
  letter-spacing:0.02em;
}

.hero-actions{
  margin-top:16px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
}

.hero-primary-btn{
  padding:16px 28px;
  font-size:15px;
  box-shadow:0 16px 32px rgba(37,99,235,0.32);
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-primary-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 44px rgba(59,130,246,0.45), 0 0 0 1px rgba(147,197,253,0.25);
}

.hero-link-list{
  display:flex;
  flex-wrap:wrap;
  gap:18px 24px;
}

.hero-inline-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(226,232,240,0.72);
  font-size:14px;
  font-weight:500;
  text-decoration:none;
  opacity:0.88;
  transition:color 0.2s ease, opacity 0.2s ease, text-decoration-color 0.2s ease;
}

.hero-inline-link:hover{
  color:#ffffff;
  opacity:1;
  text-decoration:underline;
  text-underline-offset:4px;
  text-decoration-color:rgba(255,255,255,0.45);
}

.hero-meta{
  margin:18px 0 0 0;
  color:rgba(226,232,240,0.88);
  font-size:13px;
  line-height:1.6;
}

/* ===== Hero Partner (clean version) ===== */

.hero-partner {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.78);
}

.hero-partner-logo-link {
  display: inline-flex;
  line-height: 0;
  border-radius: 6px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-partner-logo-link:focus-visible {
  outline: 2px solid rgba(147, 197, 253, 0.85);
  outline-offset: 3px;
}

.hero-partner-logo-link:hover img,
.hero-partner-logo-link:focus-visible img {
  opacity: 1;
}

.hero-partner img {
  height: 38px;
  width: auto;
  opacity: 0.92;
  display: block;
  transition: opacity 0.2s ease;
}

.apply-cta{
  padding:34px 32px;
  text-align:center;
}

.apply-cta h2{
  margin:0;
  color:var(--text);
  font-size:clamp(28px, 3vw, 38px);
  line-height:1.08;
  letter-spacing:-0.02em;
  font-weight:690;
}

.apply-cta p{
  margin:12px auto 0 auto;
  max-width:42ch;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}

.apply-cta-actions{
  margin-top:20px;
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.apply-cta-note{
  margin:14px 0 0 0;
  color:var(--primary);
  font-size:12px;
  font-weight:650;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.project-apply-section{
  padding-top:0;
}

.schedule-overview-section{
  background:#f5f7fb;
}

.container--schedule-wide{
  max-width:1100px;
  padding-left:18px;
  padding-right:18px;
}

.schedule-overview-section .schedule-page-shell{
  padding:42px 28px 44px;
}

.schedule-overview-section .schedule-course-header{
  max-width:none;
  margin-bottom:26px;
}

.schedule-overview-section .schedule-page-shell > .schedule-course-header .schedule-course-copy{
  max-width:78ch;
  font-size:18px;
  line-height:1.78;
}

.schedule-overview-section .schedule-content .schedule-tags + .schedule-overview-key-hero{
  margin-top:10px;
}

.schedule-overview-key-hero__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:start;
}

.schedule-overview-key-hero__aside{
  display:flex;
  flex-direction:column;
  gap:18px;
  min-width:0;
}

.schedule-overview-key-hero .schedule-detail-grid{
  margin-top:0;
  width:100%;
  max-width:none;
  min-width:0;
}

.schedule-overview-key-hero .schedule-detail-block{
  width:100%;
  max-width:none;
  padding:36px 38px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,0.06);
  box-shadow:none;
}

.schedule-overview-key-hero .schedule-detail-block h4{
  font-size:12px;
  letter-spacing:0.1em;
}

.schedule-overview-key-hero .schedule-detail-block .schedule-detail-list li{
  font-size:18px;
  line-height:1.82;
  margin-top:0;
  margin-bottom:14px;
}

.schedule-overview-key-hero .schedule-detail-block .schedule-detail-list li:last-child{
  margin-bottom:0;
}

.schedule-overview-mid-grid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:32px;
  align-items:start;
  margin-top:16px;
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
}

.schedule-overview-section .schedule-content .schedule-overview-mid-grid .schedule-detail-grid{
  margin-top:0;
}

.schedule-overview-section .schedule-content .schedule-overview-mid-grid .schedule-program-structure{
  margin-top:0;
  min-width:0;
}

.schedule-overview-section .schedule-overview-mid-grid > .schedule-detail-grid .schedule-detail-block{
  padding:22px 24px;
  border-radius:12px;
  background:rgba(248,250,252,0.65);
  border:1px solid rgba(148,163,184,0.22);
  box-shadow:none;
}

.schedule-overview-section .schedule-overview-mid-grid > .schedule-detail-grid .schedule-detail-block p{
  max-width:none;
}

.schedule-overview-section .schedule-program-structure .schedule-course-copy{
  margin-top:6px;
}

.schedule-overview-section .schedule-program-structure .program-structure-cards{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  margin-top:12px;
}

.schedule-overview-section .schedule-program-structure .program-structure-card{
  padding:20px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,0.08);
  background:#ffffff;
  box-shadow:0 4px 16px rgba(15,23,42,0.07);
  transition:border-color 0.2s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.schedule-overview-section .schedule-program-structure .program-structure-card:hover{
  transform:translateY(-3px);
  border-color:rgba(15,23,42,0.12);
  box-shadow:0 10px 28px rgba(15,23,42,0.1);
}

.schedule-overview-section .schedule-program-structure .program-structure-card__title{
  font-size:17px;
  line-height:1.4;
}

.schedule-overview-section .schedule-program-structure .program-structure-card__body .program-schedule-daily-label{
  font-size:14px;
  line-height:1.52;
}

.schedule-overview-section .schedule-program-structure .program-structure-card--highlight{
  border-color:rgba(59,130,246,0.28);
  background:linear-gradient(165deg, #ffffff 0%, rgba(239,246,255,0.92) 100%);
  box-shadow:0 6px 22px rgba(59,130,246,0.1);
}

.schedule-overview-section .schedule-program-structure .program-structure-card--highlight:hover{
  border-color:rgba(37,99,235,0.38);
  box-shadow:0 12px 32px rgba(59,130,246,0.14);
}

.schedule-detail-grid--full{
  grid-template-columns:1fr;
}

.schedule-overview-section .schedule-content .schedule-detail-grid{
  margin-top:12px;
}

.schedule-overview-section .schedule-main-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  align-items:start;
  max-width:1100px;
  margin:12px auto 0 auto;
}

.schedule-overview-section .schedule-main-grid__left,
.schedule-overview-section .schedule-main-grid__right{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.schedule-overview-section .schedule-main-grid__right{
  order:1;
}

.schedule-overview-section .schedule-main-grid__left{
  order:2;
}

.schedule-overview-section .schedule-main-grid__right .schedule-program-block{
  order:-1;
}

.schedule-overview-section .schedule-content .schedule-tags{
  gap:6px;
}

.schedule-overview-section .schedule-tags span{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background:#F3F4F6;
}

.schedule-overview-section .schedule-card{
  background:#fff;
  border:1px solid #E5E7EB;
  border-radius:14px;
  padding:22px 24px;
  box-shadow:none;
}

.schedule-overview-section .schedule-card-title{
  margin:0 0 10px 0;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.04em;
  color:#6B7280;
  text-transform:uppercase;
}

.schedule-overview-section .schedule-card .schedule-detail-list{
  margin-top:6px;
  padding-left:18px;
}

.schedule-overview-section .schedule-card .schedule-detail-list li{
  line-height:1.65;
  margin:0 0 8px 0;
}

.schedule-overview-section .schedule-card .schedule-detail-list li:last-child{
  margin-bottom:0;
}

.schedule-overview-section .schedule-program-block__title{
  margin:0 0 6px 0;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.04em;
  color:#6B7280;
  text-transform:uppercase;
}

.schedule-overview-section .schedule-program-block{
  margin-top:10px;
}

.schedule-overview-section .schedule-program-block__subtitle{
  margin:0 0 16px 0;
  color:#6B7280;
  font-size:14px;
  line-height:1.6;
}

.schedule-overview-section .schedule-program-block .schedule-schedule-card{
  margin-top:0;
  margin-bottom:14px;
  padding:18px 20px;
}

.schedule-overview-section .schedule-program-block .schedule-schedule-card:last-child{
  margin-bottom:0;
}

.schedule-overview-section .schedule-schedule-card__head{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
}

.schedule-overview-section .schedule-badge{
  font-size:11px;
  padding:3px 8px;
  background:#EEF2FF;
  border-radius:999px;
  margin-right:0;
  color:#3730A3;
  text-transform:uppercase;
  letter-spacing:0.04em;
  font-weight:600;
  line-height:1.3;
}

.schedule-overview-section .schedule-schedule-card__head h5{
  margin:0;
  font-size:16px;
  font-weight:600;
  line-height:1.35;
  color:var(--text);
}

.schedule-overview-section .schedule-schedule-card__head h5 strong{
  font-weight:600;
  color:inherit;
}

.schedule-overview-section .schedule-schedule-card .program-schedule-daily-label{
  margin:12px 0 8px 0;
  font-size:12px;
  color:#6B7280;
  text-transform:uppercase;
  letter-spacing:0.04em;
  font-weight:600;
}

.schedule-overview-section .time-row{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:12px;
  margin-bottom:6px;
}

.schedule-overview-section .time-row p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:rgba(88,113,143,0.95);
}

.schedule-overview-section .time-row p:first-child{
  color:#6B7280;
  font-weight:500;
}

.schedule-overview-section .time-row p:last-child{
  color:#111827;
}

.schedule-overview-section .schedule-schedule-card.highlight{
  border:1.5px solid #3B82F6;
  background:#F8FAFF;
}

.schedule-overview-section .schedule-schedule-card--final .schedule-schedule-card__head h5{
  color:#1f2937;
}

.schedule-overview-section .schedule-main-grid + .schedule-detail-grid{
  margin-top:40px;
}

.schedule-overview-section .schedule-card + .schedule-card{
  margin-top:16px;
}

.schedule-program-structure{
  margin-top:14px;
}

.schedule-program-structure .schedule-course-copy{
  margin-top:8px;
}

.schedule-overview-section .schedule-program-structure > .schedule-course-copy{
  font-size:17px;
  line-height:1.76;
  max-width:78ch;
}

.schedule-overview-section .schedule-program-structure > h3 + .schedule-course-copy{
  max-width:none;
}

.schedule-program-structure .schedule-program-heading{
  margin:0;
  color:var(--text);
  font-size:24px;
  font-weight:650;
  letter-spacing:-0.02em;
}

.schedule-program-structure .schedule-program-subtitle{
  margin-top:8px;
}

.schedule-program-structure .program-structure-cards{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  margin-top:14px;
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
}

.schedule-program-structure .program-structure-card{
  padding:24px;
  border-radius:16px;
  border:1px solid #e5e7eb;
  background:#ffffff;
  box-shadow:0 8px 20px rgba(15,23,42,0.06);
  transition:transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.schedule-program-structure .program-structure-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(15,23,42,0.1);
}

.schedule-program-structure .program-structure-card__head{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.schedule-program-structure .program-structure-card__date{
  margin:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(59,130,246,0.12);
  color:#1d4ed8;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.06em;
  text-transform:uppercase;
  line-height:1.25;
}

.schedule-program-structure .program-structure-card__title{
  margin:0;
  font-size:19px;
  font-weight:600;
  letter-spacing:-0.02em;
  line-height:1.35;
  color:var(--text);
}

.schedule-program-structure .program-structure-card__title strong{
  font-weight:700;
  color:var(--primary);
}

.schedule-program-structure .program-structure-card__body{
  margin-top:14px;
}

.schedule-program-structure .program-structure-card__body > .schedule-detail-list{
  margin-top:0;
}

.schedule-program-structure .program-structure-card__body .program-schedule-daily-label{
  margin:0 0 10px 0;
  color:#64748b;
  font-size:12px;
  font-weight:650;
  letter-spacing:0.08em;
  line-height:1.4;
  text-transform:uppercase;
}

.schedule-program-structure .program-schedule-time-grid{
  display:grid;
  gap:10px;
}

.schedule-program-structure .program-schedule-time-grid__row{
  display:grid;
  grid-template-columns:minmax(130px, 170px) minmax(0, 1fr);
  column-gap:16px;
  align-items:start;
}

.schedule-program-structure .program-schedule-time-grid__time,
.schedule-program-structure .program-schedule-time-grid__content{
  margin:0;
  color:rgba(88,113,143,0.95);
  font-size:14px;
  line-height:1.6;
}

.schedule-program-structure .program-schedule-time-grid__time{
  color:#334155;
  font-weight:600;
}

.schedule-program-structure .program-structure-card--highlight{
  border-color:rgba(37,99,235,0.35);
  background:linear-gradient(180deg, #ffffff 0%, rgba(239,246,255,0.7) 100%);
}

.schedule-program-structure .program-structure-card--final{
  border-width:2px;
  border-color:rgba(59,130,246,0.28);
  background:rgba(248,250,252,0.96);
}

.hero-byline{
  margin-top:24px;
  font-size:13px;
  color:var(--muted);
  border-top:1px solid var(--line);
  padding-top:15px;
  max-width:60ch;
}

.hero-snapshot{
  margin-top:10px;
  font-size:11px;
  letter-spacing:0.11em;
  text-transform:uppercase;
  color:var(--muted);
}

.hero-image{
  border:1px solid var(--line);
  border-radius: var(--radius);
  background:var(--soft);
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  box-shadow: 0 1px 2px rgba(15,23,42,0.05);
}

.img-placeholder{
  width:100%;
  height:100%;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  background:rgba(255,255,255,0.88);
  border:1px dashed rgba(148,163,184,0.32);
}

.img-placeholder svg{
  width:100%;
  height:auto;
  max-height:340px;
}

.hero-photo-wrap{
  position:relative;
  width:100%;
  height:100%;
  min-height:320px;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(148,163,184,0.24);
  background:#ffffff;
}

.hero-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.06);
  transform-origin:center;
  filter:brightness(0.95);
}

.hero-photo-atmo{
  position:absolute;
  inset:0;
  background:rgba(255,255,255,0.05);
  backdrop-filter: blur(0.5px);
  pointer-events:none;
}

.hero-photo-gradient{
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(255,255,255,0.44) 0%, rgba(255,255,255,0.12) 38%, rgba(255,255,255,0) 100%);
  pointer-events:none;
}

.gallery-editorial{
  position:relative;
  margin-top:6px;
}

.gallery-intro{
  max-width:48rem;
  margin:0 auto 56px auto;
  text-align:center;
}

.gallery-intro h2{
  margin:0;
  color:var(--text);
  font-size:clamp(36px, 5vw, 52px);
  line-height:1.12;
  letter-spacing:-0.03em;
  font-weight:600;
}

.gallery-intro p{
  margin:16px 0 0 0;
  color:#6b7280;
  font-size:18px;
  line-height:1.75;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(12, minmax(0, 1fr));
  gap:24px;
  margin-top:64px;
}

.gallery-grid-main{
  grid-column:span 12;
}

.gallery-grid-side{
  grid-column:span 12;
  display:grid;
  grid-template-rows:repeat(2, auto);
  gap:24px;
}

.gallery-grid-bottom{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
}

.gallery-frame{
  width:100%;
  height:100%;
  overflow:hidden;
  border-radius:16px;
  opacity:0;
  transform:translateY(40px) scale(0.96);
  transition:
    opacity 0.75s ease-out,
    transform 0.75s ease-out,
    box-shadow 0.75s ease-out;
  transition-delay:var(--reveal-delay, 0ms);
  will-change:opacity, transform;
  background:rgba(255,255,255,0.7);
  box-shadow:0 8px 22px rgba(15,23,42,0.04);
}

.gallery-frame-main{
  height:420px;
}

.gallery-frame-top{
  height:200px;
}

.gallery-frame-small{
  height:180px;
}

.reveal-on-scroll.is-visible .gallery-frame,
.gallery-item.is-visible .gallery-frame{
  opacity:1;
  transform:translateY(0) scale(1);
  box-shadow:0 16px 34px rgba(15,23,42,0.10);
}

.gallery-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform 500ms ease-out;
}

@media (hover: hover){
  .reveal-on-scroll:hover .gallery-frame,
  .gallery-item:hover .gallery-frame{
    box-shadow:0 22px 44px rgba(15,23,42,0.14);
  }

  .reveal-on-scroll:hover .gallery-frame img,
  .gallery-item:hover .gallery-frame img{
    transform:scale(1.02);
  }
}

.divider{
  border:none;
  border-top:1px solid var(--line);
  margin: 0;
}

/* Research Flow */
.flow{
  position:relative;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:24px 16px 18px 16px;
  background: #ffffff;
}
.flow-grid{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  position:relative;
  z-index:2;
}
.flow-connector{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:1;
  opacity:0.95;
}
.flow-step{
  padding:18px 14px;
  min-height:118px;
}
.flow-step h3{
  margin:0;
  font-size:16px;
  letter-spacing:0.01em;
  font-weight:700;
}
.flow-step p{
  margin:10px 0 0 0;
  font-size:13px;
  color:var(--muted);
}

.flow-minimal{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  gap:0;
  margin-top:8px;
}

.flow-step-minimal{
  min-height:0;
  padding:22px 16px;
  border-left:1px solid rgba(144,175,221,0.25);
}

.flow-step-minimal:first-child{
  border-left:none;
}

.flow-step-minimal h3{
  font-size:17px;
  font-weight:650;
  letter-spacing:0;
}

.flow-step-minimal p{
  margin-top:12px;
  font-size:14px;
  line-height:1.55;
  color:var(--muted);
}

/* About short */
.about-center{
  text-align:center;
  max-width:78ch;
}

.about-academic{
  max-width:82ch;
}

.about-lead{
  margin-top:0;
  max-width:60ch;
  color:var(--muted);
  line-height:1.5;
}

.about-body{
  margin:16px 0 0 0;
  max-width:74ch;
  font-size:17px;
  line-height:1.7;
  color:var(--muted);
}

.about-lab-grid{
  display:grid;
  grid-template-columns: 1fr 2fr;
  gap:36px;
  align-items:start;
}

.about-professor{
  max-width:280px;
}

.about-avatar{
  width:208px;
  height:208px;
  object-fit:cover;
  border-radius:999px;
  border:1px solid rgba(144,175,221,0.55);
}

.about-professor h3{
  margin:16px 0 0 0;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-0.02em;
  font-weight:640;
}

.about-title{
  margin:14px 0 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}

.about-title-secondary{
  margin-top:14px;
}

.about-links{
  margin:16px 0 0 0;
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--muted);
  font-size:13px;
}

.about-links a{
  color:var(--muted);
  text-decoration:none;
}

.about-links a:hover{
  color:var(--text);
  text-decoration:underline;
}

.about-copy{
  max-width:72ch;
}

.about-copy p{
  margin:0;
  color:#42536a;
  font-size:17px;
  line-height:1.62;
}

.about-copy p + p{
  margin-top:10px;
}

.about-copy-structured{
  border-left:1px solid var(--line);
  padding-left:32px;
}

.about-copy-title{
  margin:0 0 24px 0;
  color:var(--text);
  font-size:30px;
  line-height:1.1;
  letter-spacing:-0.02em;
  font-weight:640;
}

.about-highlight{
  margin-top:20px !important;
  margin-bottom:20px;
  color:var(--text) !important;
  font-weight:600;
}

.eligibility-wrap{
  max-width:84ch;
  padding-top:2px;
}

/* Research methodology diagram (replaces research flow) */
.methodology-diagram{
  margin-top:6px;
  padding:8px 0 18px 0;
}

.methodology-mobile{
  display:flex;
  flex-direction:column;
  gap:24px;
}

.method-block{
  width:260px;
  max-width:100%;
}

.method-title{
  margin:0;
  font-size:21px;
  font-weight:720;
  letter-spacing:-0.01em;
}

.method-bullets{
  margin:14px 0 0 0;
  padding-left:18px;
}

.method-bullets li{
  margin:9px 0;
  line-height:1.45;
}

/* Style A: primary blocks */
.method-a{
  background:var(--primary);
  color:#ffffff;
  border-radius:10px;
  padding:30px 28px;
}

.method-a .method-title{
  color:#ffffff;
}

.method-a .method-bullets li{
  color:rgba(255,255,255,0.95);
  font-size:16px;
}

/* Style B: secondary blocks */
.method-b{
  background:var(--soft);
  color:var(--text);
  border-radius:10px;
  padding:30px 28px;
}

.method-b .method-bullets li{
  color:var(--muted);
  font-size:16px;
}

/* Style C: text-only blocks */
.method-c{
  padding-top:0;
  color:var(--text);
}

.method-c .method-bullets li{
  color:var(--muted);
  font-size:16px;
}

.methodology-desktop{
  display:none;
}

@media (max-width: 980px){
  .method-block{
    width:auto;
  }
}

@media (min-width: 981px){
  .methodology-mobile{
    display:none;
  }

  .methodology-desktop{
    position:relative;
    display:block;
    max-width:1120px;
    height:560px;
    margin:0 auto;
  }

  .methodology-geo{
    position:absolute;
    left:0;
    bottom:0;
    width:14px;
    height:14px;
    background:var(--primary);
    border-radius:3px;
  }

  .methodology-desktop .method-block{
    position:absolute;
    width:260px;
  }

  .method-understand{
    top:40px;
    left:80px;
  }

  .method-sense{
    top:60px;
    left:420px;
  }

  .method-detect{
    top:40px;
    right:80px;
  }

  .method-predict{
    bottom:80px;
    left:200px;
  }

  .method-prevent{
    bottom:40px;
    right:200px;
  }
}

.eligibility-title{
  margin:0;
  font-size:26px;
  line-height:1.2;
  letter-spacing:-0.015em;
  font-weight:640;
  color:var(--text);
}

.eligibility-text{
  margin:14px 0 0 0;
  font-size:16px;
  line-height:1.65;
  color:var(--muted);
}

.eligibility-list{
  margin:12px 0 0 0;
  padding-left:20px;
}

.eligibility-list li{
  margin:8px 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
}

.schedule-wrap{
  max-width:none;
}

.schedule-subtitle{
  margin:0 0 10px 0;
  color:var(--muted);
  font-size:14px;
}

.schedule-list{
  position:relative;
  border-top:1px solid var(--line);
}

.schedule-list::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:103px;
  width:1px;
  background:linear-gradient(180deg, rgba(113,183,255,0.08) 0%, rgba(113,183,255,0.28) 14%, rgba(113,183,255,0.20) 86%, rgba(113,183,255,0.06) 100%);
}

.schedule-course-header{
  max-width:820px;
  margin-bottom:36px;
}

.schedule-course-title{
  margin:0;
  color:var(--text);
  font-size:clamp(30px, 3.6vw, 46px);
  line-height:1.06;
  letter-spacing:-0.03em;
  font-weight:690;
}

.schedule-course-copy{
  margin:14px 0 0 0;
  max-width:66ch;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
}

.schedule-row{
  position:relative;
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:30px 36px;
  padding:34px 0;
  border-bottom:1px solid rgba(148,163,184,0.18);
}

.schedule-row::before{
  content:"";
  position:absolute;
  left:98px;
  top:42px;
  width:11px;
  height:11px;
  border-radius:999px;
  background:var(--primary);
  box-shadow:0 0 0 6px rgba(113,183,255,0.14);
}

.schedule-time{
  padding-top:4px;
  color:var(--primary);
  font-size:13px;
  font-weight:760;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

.schedule-date-pill{
  display:inline-block;
  font-weight:600;
  font-size:13px;
  color:#1d4ed8;
  background:rgba(29, 78, 216, 0.08);
  padding:4px 10px;
  border-radius:999px;
  margin-bottom:6px;
}

.schedule-heading{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}

.schedule-content h3{
  margin:0;
  color:var(--text);
  font-size:24px;
  font-weight:670;
  letter-spacing:-0.02em;
}

.schedule-content p{
  margin:12px 0 0 0;
  max-width:68ch;
  color:rgba(66,83,106,0.92);
  font-size:15px;
  line-height:1.7;
}

.schedule-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:0;
}

.schedule-tags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 9px;
  border-radius:999px;
  background:#f1f5fa;
  color:#627893;
  font-size:10px;
  font-weight:600;
  letter-spacing:0.05em;
}

.schedule-detail-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  margin-top:20px;
}

.schedule-detail-block{
  padding:16px 16px 14px 16px;
  border:1px solid rgba(15,23,42,0.045);
  border-radius:12px;
  background:#f7f9fc;
  box-shadow:0 10px 24px rgba(15,23,42,0.03);
}

.schedule-detail-block h4{
  margin:0;
  color:#2e4767;
  font-size:12px;
  font-weight:680;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.schedule-detail-list{
  margin:12px 0 0 0;
  padding-left:18px;
}

.schedule-detail-list li{
  margin:8px 0;
  color:rgba(88,113,143,0.95);
  font-size:14px;
  line-height:1.65;
}

.schedule-page-shell{
  padding:46px 40px;
  background:rgba(255,255,255,0.98);
  backdrop-filter:blur(8px);
  border-color:rgba(15,23,42,0.04);
}

.program-outcomes-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
  margin-top:24px;
}

.program-outcome-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.program-outcome-link:hover{
  text-decoration:none;
}

.program-outcome-card{
  min-height:220px;
  padding:28px 24px;
  box-shadow:0 8px 24px rgba(0,0,0,0.05);
  border-color:rgba(15,23,42,0.06);
  background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.program-outcome-link:hover .program-outcome-card{
  transform:translateY(-3px);
  box-shadow:0 16px 40px rgba(15,23,42,0.1);
}

.program-outcome-media{
  margin:0 0 18px 0;
  overflow:hidden;
  border-radius:16px;
  aspect-ratio:16 / 10;
  background:#f3f8ff;
}

.program-outcome-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.program-outcome-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  min-width:48px;
  padding:0;
  border:1px solid rgba(15,76,138,0.08);
  border-radius:50%;
  background:rgba(37, 99, 235, 0.1);
  color:#475569;
  font-size:9px;
  font-weight:650;
  letter-spacing:0.06em;
}

.program-outcome-card h3{
  margin:16px 0 6px 0;
  color:var(--text);
  font-size:22px;
  line-height:1.25;
  letter-spacing:-0.02em;
  font-weight:650;
}

.program-outcome-card p{
  margin:14px 0 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.professor-section{
  padding-top:64px;
  padding-bottom:64px;
  background:#ffffff;
}

.professor-grid,
.instructor-container{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:stretch;
}

.professor-profile,
.instructor-card{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  justify-content:flex-start;
  height:100%;
  gap:40px;
  min-width:0;
  padding:0;
}

.professor-profile:nth-child(even){
  flex-direction:row-reverse;
}

.professor-media{
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
}

.professor-portrait-shell{
  width:220px;
  height:220px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 14px 40px rgba(15,23,42,0.12);
}

.professor-portrait-shell-placeholder{
  aspect-ratio:4 / 5;
  border-radius:16px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.22) 24%, transparent 42%),
    linear-gradient(160deg, #edf6ff 0%, #d9ecff 44%, #b8d7f7 100%);
}

.professor-portrait-image{
  width:220px;
  height:220px;
  object-fit:cover;
  display:block;
  border-radius:18px;
  box-shadow:none;
}

.professor-copy{
  display:flex;
  flex-direction:column;
  height:100%;
  gap:14px;
  max-width:48ch;
  min-width:0;
  flex:1;
}

.professor-role-label{
  margin:0;
  color:#6b7280;
  font-size:12px;
  line-height:1.4;
  font-weight:650;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

.professor-name{
  margin:0;
  color:var(--text);
  font-size:clamp(34px, 3vw, 42px);
  line-height:1.08;
  letter-spacing:-0.02em;
  font-weight:730;
}

.professor-title{
  margin:0;
  color:#1f2937;
  font-size:18px;
  line-height:1.45;
  font-weight:600;
}

.professor-email{
  margin:0;
  color:#6b7280;
  font-size:14px;
  line-height:1.5;
  font-weight:500;
}

.professor-email a{
  color:inherit;
  text-decoration:none;
}

.professor-email a:hover{
  color:#374151;
}

.professor-bio,
.instructor-bio{
  margin-top:12px;
  max-height:none;
  overflow:visible;
  display:flex;
  flex-direction:column;
  gap:16px;
  flex:1;
}

.professor-description{
  margin:0;
  color:#4b5563;
  font-size:16px;
  line-height:1.68;
}

.outcomes-hero{
  background:linear-gradient(180deg, #f9fcff 0%, #eef6ff 100%);
}

.schedule-hero{
  position:relative;
  overflow:hidden;
  background:#081a31;
}

.schedule-hero .container{
  position:relative;
  z-index:1;
}

.schedule-hero .section-title{
  color:#9fd1ff;
}

.schedule-hero .outcomes-page-title{
  color:#ffffff;
}

.schedule-hero .outcomes-page-intro{
  color:rgba(226,232,240,0.92);
}

.schedule-hero-bg{
  position:absolute;
  inset:0;
  background-image:url("home1.png");
  background-size:cover;
  background-position:center;
  transform:scale(1.04);
}

.schedule-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(4,18,36,0.48) 0%, rgba(5,22,42,0.76) 42%, rgba(8,26,49,0.90) 100%),
    linear-gradient(90deg, rgba(15,76,138,0.38) 0%, rgba(113,183,255,0.08) 100%);
}

.schedule-cta-section{
  background:linear-gradient(180deg, #f5f7fb 0%, #ffffff 100%);
  padding-top:32px;
}

.schedule-apply-cta{
  padding:38px 30px;
  background:linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  box-shadow:0 18px 40px rgba(15,23,42,0.08);
}

.schedule-apply-cta .btn-primary{
  box-shadow:0 18px 34px rgba(15,76,138,0.22);
}

.outcomes-hero-shell{
  max-width:860px;
}

.outcomes-page-title{
  margin:0;
  color:var(--text);
  font-size:clamp(42px, 5vw, 68px);
  line-height:0.98;
  letter-spacing:-0.04em;
  font-weight:700;
}

.outcomes-page-intro{
  margin:22px 0 0 0;
  max-width:64ch;
  color:var(--muted);
  font-size:19px;
  line-height:1.8;
}

.outcome-feature{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap:40px;
  align-items:center;
}

.outcome-feature-reverse{
  grid-template-columns:minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.outcome-feature-reverse .outcome-feature-media{
  order:2;
}

.outcome-feature-reverse .outcome-feature-copy{
  order:1;
}

.outcome-feature-media{
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 18px 50px rgba(15,23,42,0.10);
  background:#ffffff;
}

.outcome-feature-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
}

.outcome-feature-copy{
  max-width:560px;
}

.outcome-feature-copy h2{
  margin:18px 0 0 0;
  color:var(--text);
  font-size:clamp(30px, 3vw, 42px);
  line-height:1.08;
  letter-spacing:-0.03em;
  font-weight:680;
}

.outcome-feature-copy p{
  margin:18px 0 0 0;
  color:var(--muted);
  font-size:17px;
  line-height:1.85;
}

/* Stats */
.stats{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:12px;
}
.stat{
  padding:18px 16px;
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}
.stat .num{
  font-size:34px;
  font-weight:760;
  letter-spacing:-0.02em;
  margin:0;
}
.stat .label{
  margin-top:8px;
  color:var(--muted);
  font-size:14px;
}

/* Project & Faculty Cards */
.card{
  border:1px solid rgba(15,23,42,0.06);
  border-radius:var(--surface-radius);
  background:#ffffff;
  box-shadow:var(--shadow-soft);
  transition:transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.card:hover{
  transform:translateY(-4px);
  border-color:rgba(15,76,138,0.14);
  box-shadow:var(--shadow-soft-hover);
}

.card-grid-2{
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap:22px;
  align-items:stretch;
}

.card-pad{
  padding:40px;
}

.card h2, .card h3{
  margin:0;
}

.card p{
  margin:14px 0 0 0;
}

.project-meta{
  margin-top:18px;
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
}

.soft-cta,
.cta-minimal,
.apply-cta{
  text-align:center;
}

.cta-minimal,
.soft-cta,
.apply-cta{
  padding:68px 36px;
  border-radius:20px;
  background:radial-gradient(
    circle at 50% 30%,
    #1E293B 0%,
    #0F172A 60%,
    #020617 100%
  );
  position:relative;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,0.25);
}

.cta-minimal::before,
.soft-cta::before,
.apply-cta::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size:36px 36px;
  opacity:0.55;
  pointer-events:none;
}

.cta-minimal::after,
.soft-cta::after,
.apply-cta::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:radial-gradient(
    circle at 50% 20%,
    rgba(59,130,246,0.14),
    transparent 60%
  );
  pointer-events:none;
}

.cta-minimal > *,
.soft-cta > *,
.apply-cta > *{
  position:relative;
  z-index:1;
}

.soft-cta .h2,
.cta-minimal .h2{
  margin-bottom:14px;
}

.cta-minimal .h2{
  color:#ffffff;
  font-weight:600;
}

.soft-cta .h2,
.apply-cta h2{
  color:#ffffff;
  font-weight:600;
}

.cta-wrap{
  margin-top:20px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.cta-eyebrow{
  margin:0 0 12px 0;
  color:rgba(255,255,255,0.4);
  font-size:12px;
  font-weight:650;
  letter-spacing:0.1em;
  text-transform:uppercase;
}

.cta-note{
  margin:0 auto;
  max-width:42ch;
  color:rgba(255,255,255,0.65);
  font-size:16px;
  line-height:1.7;
}

.apply-cta p,
.apply-cta-note{
  color:rgba(255,255,255,0.65);
}

.cta-minimal .btn-primary{
  background:linear-gradient(135deg, #3b82f6, #2563eb);
  border-radius:999px;
  padding:14px 26px;
  box-shadow:0 8px 28px rgba(37,99,235,0.4);
  border:1px solid rgba(147,197,253,0.35);
  transition:transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-minimal .btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 36px rgba(59,130,246,0.55), 0 0 32px rgba(59,130,246,0.25);
}

.soft-cta .btn-primary,
.apply-cta .btn-primary{
  background:#2563EB;
  border-radius:999px;
  padding:12px 24px;
}

.cta-minimal .btn-secondary{
  background:transparent;
  color:#ffffff;
  border:1px solid rgba(255,255,255,0.55);
  border-radius:999px;
  transition:background 0.2s ease, border-color 0.2s ease;
}

.cta-minimal .btn-secondary:hover{
  background:rgba(255,255,255,0.08);
  border-color:rgba(255,255,255,0.85);
  color:#ffffff;
}

.soft-cta .btn-secondary,
.apply-cta .btn-secondary{
  background:rgba(255,255,255,0.08);
  color:#ffffff;
  border:1px solid rgba(255,255,255,0.15);
  border-radius:999px;
}

.section-tight .cta-minimal{
  margin-top:0;
}

.cta-box{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 18px;
  border:1px solid var(--line);
  border-radius:999px;
  background: var(--soft);
}

/* Content pages */
.page-centered{
  max-width:86ch;
  margin:0 auto;
}

.faq-page-header{
  text-align:center;
}

.faq-page-intro{
  max-width:44ch;
  margin-left:auto;
  margin-right:auto;
}

.faq-page-section{
  background:#f5f7fb;
}

.faq-shell{
  max-width:900px;
  margin:0 auto;
}

.page-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
}

.phase-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.phase{
  padding:18px 16px;
  border:1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}
.phase h3{
  font-size:16px;
  margin:0;
  font-weight:720;
}
.phase ul{
  margin:12px 0 0 0;
  padding-left:18px;
  color:var(--muted);
}
.phase li{
  margin:7px 0;
  font-size:14px;
}

.list-title{
  margin:0 0 10px 0;
  color:var(--muted);
  font-weight:650;
  letter-spacing:0.02em;
}

.bullets{
  margin: 12px 0 0 0;
  padding-left: 18px;
}
.bullets li{
  margin:8px 0;
  color:var(--muted);
}

/* Showcase */
.showcase-top{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:20px;
}
.showcase-tile{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:22px;
  background:#ffffff;
}
.showcase-tile h2{
  margin:0;
}
.showcase-tile .abstract{
  margin-top:14px;
  color:var(--muted);
  font-size:16px;
}
.showcase-diagram{
  min-height:240px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.showcase-sections{
  margin-top:14px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
}
.showcase-section{
  padding:18px 16px;
  border:1px solid var(--line);
  border-radius: var(--radius);
  background:#ffffff;
}
.showcase-section h3{
  font-size:16px;
  margin:0;
  font-weight:720;
}
.showcase-section ul{
  margin:12px 0 0 0;
  padding-left:18px;
}
.showcase-section li{
  margin:8px 0;
  color:var(--muted);
  font-size:14px;
}

.showcase-hero-dark{
  position:relative;
  overflow:hidden;
  background:#081A31;
}

.showcase-hero-bg{
  position:absolute;
  inset:0;
  background-image:url("home1.png");
  background-size:cover;
  background-position:center;
}

.showcase-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(15,15,25,0.75), rgba(15,15,25,0.9));
  backdrop-filter:blur(2px);
}

.showcase-hero-grid{
  position:absolute;
  inset:0;
  opacity:0.3;
  background-image:
    linear-gradient(to right, rgba(113,183,255,0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(113,183,255,0.08) 1px, transparent 1px);
  background-size:40px 40px;
}

.showcase-hero-glow{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 30% 40%, rgba(113,183,255,0.22), transparent 60%);
}

.showcase-hero-shell{
  position:relative;
  z-index:1;
  min-height:72vh;
  display:grid;
  grid-template-columns:minmax(0, 760px) 1fr;
  align-items:center;
  gap:64px;
  padding-top:160px;
  padding-bottom:112px;
}

.showcase-hero-copy{
  max-width:760px;
}

.showcase-hero-label{
  color:#9FD1FF;
  font-size:11px;
  font-weight:650;
  letter-spacing:0.22em;
  text-transform:uppercase;
}

.showcase-page-title-dark{
  margin:28px 0 0 0;
  max-width:14ch;
  font-size:clamp(48px, 5.9vw, 80px);
  line-height:0.96;
  letter-spacing:-0.04em;
  font-weight:700;
  color:#ffffff;
}

.showcase-page-intro-dark{
  margin:24px 0 0 0;
  max-width:720px;
  font-size:20px;
  line-height:1.75;
  color:#d1d5db;
}

.showcase-hero-side{
  display:flex;
  justify-content:flex-end;
}

.showcase-hero-orb{
  width:240px;
  height:320px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.02);
}

.showcase-hero-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity 0.6s ease-out, transform 0.6s ease-out;
}

.showcase-hero-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

.showcase-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:46px 40px;
}

.showcase-project{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:250px;
  opacity:0;
  transform:translateY(32px);
  transition:
    opacity 0.75s ease-out,
    transform 0.75s ease-out;
  transition-delay:var(--reveal-delay, 0ms);
}

.showcase-project.is-visible{
  opacity:1;
  transform:translateY(0);
}

.showcase-project h2{
  margin:0;
  color:var(--text);
  font-size:30px;
  line-height:1.15;
  letter-spacing:-0.02em;
  font-weight:640;
  transition:color 300ms ease;
}

.showcase-project:hover h2{
  color:var(--primary);
}

.showcase-project-desc{
  margin:18px 0 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}

.showcase-project-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.showcase-project-tags span{
  display:inline-flex;
  align-items:center;
  border-radius:8px;
  background:var(--lab-section);
  padding:7px 10px;
  font-size:12px;
  font-weight:500;
  color:var(--muted);
}

.showcase-project-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  margin-top:28px;
  border:1px solid var(--primary);
  border-radius:6px;
  padding:8px 13px;
  color:var(--primary);
  font-size:12px;
  letter-spacing:0.05em;
  text-decoration:none;
  transition:transform 220ms ease, background 220ms ease, color 220ms ease;
}

.showcase-project-link:hover{
  background:var(--lab-section);
  color:var(--primary);
  text-decoration:none;
  transform:translateX(2px);
}

.project-detail-shell{
  padding-top:36px;
}

.project-back-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--muted);
  font-size:14px;
  text-decoration:none;
}

.project-back-link:hover{
  color:var(--primary);
  text-decoration:none;
}

.project-header{
  max-width:960px;
  margin-top:28px;
}

.project-header .section-title{
  margin-bottom:16px;
}

.project-title{
  margin:0;
  color:var(--text);
  font-size:clamp(40px, 5vw, 64px);
  line-height:0.98;
  letter-spacing:-0.03em;
  font-weight:690;
}

.project-subtitle{
  margin:22px 0 0 0;
  max-width:760px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}

.project-tag-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.project-tag-list span{
  display:inline-flex;
  align-items:center;
  border-radius:8px;
  background:var(--lab-section);
  padding:7px 10px;
  font-size:12px;
  font-weight:500;
  color:var(--muted);
}

.project-layout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 360px;
  gap:56px;
  margin-top:56px;
}

.project-sections{
  display:flex;
  flex-direction:column;
  gap:32px;
}

.project-feature-image{
  overflow:hidden;
  border-radius:22px;
  box-shadow:var(--shadow-soft);
  background:#ffffff;
}

.project-feature-image img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:cover;
}

.detail-section h2{
  margin:0;
  color:var(--text);
  font-size:28px;
  line-height:1.15;
  letter-spacing:-0.02em;
  font-weight:640;
}

.detail-section p{
  margin:14px 0 0 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}

.detail-bullets{
  margin:14px 0 0 0;
  padding:0;
  list-style:none;
}

.detail-bullets li{
  display:flex;
  gap:12px;
  margin:0 0 14px 0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}

.detail-bullets li::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:999px;
  background:rgba(15,76,138,0.6);
  margin-top:14px;
  flex:0 0 auto;
}

.project-poster-wrap{
  position:sticky;
  top:112px;
  align-self:start;
}

.poster-thumb{
  display:block;
  width:100%;
  margin-top:20px;
  padding:0;
  border:none;
  background:none;
  cursor:pointer;
}

.poster-sheet{
  overflow:hidden;
  border-radius:18px;
  background:var(--lab-section);
  box-shadow:0 16px 36px rgba(15,23,42,0.08);
  transition:transform 300ms ease, box-shadow 300ms ease;
}

.poster-image{
  display:block;
  width:100%;
  height:auto;
  background:#ffffff;
}

.poster-thumb:hover .poster-sheet{
  transform:translateY(-4px);
  box-shadow:0 22px 44px rgba(15,23,42,0.12);
}

.poster-note{
  margin:12px 0 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
}

.poster-source-link{
  color:var(--primary);
  text-decoration:none;
  transition:color 220ms ease;
}

.poster-source-link:hover{
  color:#0A3C6D;
  text-decoration:none;
}

.poster-svg{
  width:100%;
  height:auto;
  display:block;
}

.poster-modal{
  position:fixed;
  inset:0;
  z-index:70;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px 16px;
  background:rgba(0,0,0,0.7);
  backdrop-filter:blur(8px);
}

.poster-modal[hidden]{
  display:none !important;
}

.poster-modal-panel{
  position:relative;
  width:min(100%, 980px);
  max-height:88vh;
}

.poster-modal-sheet{
  overflow:auto;
  max-height:88vh;
  border-radius:20px;
  box-shadow:0 24px 70px rgba(0,0,0,0.28);
}

.poster-pdf-frame{
  display:block;
  width:100%;
  height:min(88vh, 1200px);
  border:none;
  background:#ffffff;
}

.poster-close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,0.92);
  color:var(--text);
  padding:8px 12px;
  font-size:13px;
  cursor:pointer;
}

body.modal-open{
  overflow:hidden;
}

/* FAQ Accordion */
.faq{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.faq details{
  border:1px solid rgba(15,23,42,0.04);
  border-radius:16px;
  background:#ffffff;
  box-shadow:0 12px 28px rgba(15,23,42,0.05);
  overflow:hidden;
  transition:transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
.faq details:hover{
  background:#fbfdff;
  box-shadow:0 16px 32px rgba(15,23,42,0.06);
}
.faq summary{
  cursor:pointer;
  list-style:none;
  padding:20px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  transition:background 220ms ease;
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary .q{
  color:var(--text);
  font-weight:700;
  font-size:17px;
  line-height:1.4;
}
.faq summary .chev{
  width:28px;
  height:40px;
  border:1px solid rgba(148,163,184,0.18);
  border-radius:999px;
  background:#f7f9fc;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  flex:0 0 auto;
  transition:transform 240ms ease, color 240ms ease, border-color 240ms ease, background 240ms ease;
}
.faq details[open] summary .chev{
  color:var(--text);
  border-color:rgba(113,183,255,0.26);
  background:#eef5fd;
}
.faq summary .chev span{
  display:block;
  transform:translateY(-1px);
  transition:transform 240ms ease;
}
.faq details[open] summary .chev span{
  transform:rotate(90deg) translateY(-1px);
}
.faq .a{
  padding:0 20px 20px 20px;
  margin-top:-2px;
  color:#66758b;
  font-size:15px;
  line-height:1.8;
  max-width:80ch;
}

/* Apply */
.apply-box{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.apply-box .box{
  padding:18px 16px;
  border:1px solid var(--line);
  border-radius: var(--radius);
  background:#ffffff;
}
.apply-box h3{
  margin:0;
  font-size:16px;
  font-weight:720;
}
.apply-box ul{
  margin:12px 0 0 0;
  padding-left:18px;
}
.apply-box li{
  color:var(--muted);
  margin:8px 0;
  font-size:14px;
}

.footer{
  border-top:1px solid var(--line);
  padding:26px 0;
  color:var(--muted);
  font-size:13px;
}
.footer-inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.footer-col{
  max-width:44ch;
  min-width:0;
}

.footer-partner-name{
  font-weight:680;
  color:var(--text);
}

.footer-partner-tagline,
.footer-partner-address,
.footer-partner-web{
  margin:8px 0 0 0;
  line-height:1.55;
  font-size:13px;
  color:var(--muted);
}

.footer-partner-web a{
  color:inherit;
  text-decoration:none;
}

.footer-partner-web a:hover{
  text-decoration:underline;
}

.active-underline{
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 980px){
  html{
    scroll-padding-top:88px;
  }
  .container{ padding:0 24px; }
  .section{
    padding-top:48px;
    padding-bottom:48px;
  }
  .section-tight{
    padding-top:48px;
    padding-bottom:48px;
  }
  .card-pad{ padding:24px; }
  .main{ padding-top:82px; }
  .brand-logo,
  .logo{ height:28px; max-height:28px; }
  .nav{ gap:14px; }
  .hero{
    min-height:52vh;
    margin-top:-82px;
  }
  .hero-shell{
    min-height:52vh;
    padding:max(100px, calc(env(safe-area-inset-top, 0px) + 82px)) 24px 32px 24px;
    align-items:flex-start;
  }
  .hero-actions{
    margin-top:24px;
    gap:12px;
  }
  .hero-primary-btn{
    width:auto;
    padding:14px 22px;
  }
  .hero-link-list{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
  .gallery-grid{
    grid-template-columns:1fr;
    gap:20px;
    margin-top:48px;
  }
  .gallery-grid-side,
  .gallery-grid-bottom{
    grid-template-columns:1fr;
    gap:20px;
  }
  .gallery-frame-main{
    height:320px;
  }
  .gallery-frame-top,
  .gallery-frame-small{
    height:220px;
  }
  .gallery-intro{
    margin-bottom:48px;
  }
  .gallery-intro h2{
    font-size:clamp(30px, 9vw, 42px);
  }
  .gallery-intro p{
    font-size:17px;
  }
  .stats{ grid-template-columns: repeat(2, 1fr); }
  .card-grid-2{ grid-template-columns: 1fr; }
  .phase-grid{ grid-template-columns: 1fr; }
  .showcase-top{ grid-template-columns: 1fr; }
  .showcase-sections{ grid-template-columns: 1fr; }
  .showcase-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .showcase-hero-shell{
    grid-template-columns:1fr;
    min-height:auto;
    gap:28px;
    padding-top:128px;
    padding-bottom:88px;
  }
  .showcase-hero-side{
    display:none;
  }
  .showcase-page-title-dark{
    max-width:none;
    font-size:clamp(32px, 9vw, 48px);
  }
  .showcase-page-intro-dark{
    font-size:17px;
  }
  .showcase-project{
    min-height:0;
  }
  .showcase-project h2{
    font-size:26px;
  }
  .project-layout{
    grid-template-columns:1fr;
    gap:36px;
  }
  .project-feature-image{
    border-radius:18px;
  }
  .project-poster-wrap{
    position:relative;
    top:auto;
  }
  .project-title{
    font-size:clamp(32px, 9vw, 46px);
  }
  .detail-section h2{
    font-size:26px;
  }
  .detail-section p,
  .detail-bullets li{
    font-size:16px;
  }
  .apply-box{ grid-template-columns: 1fr; }
  .flow-grid{ grid-template-columns: 1fr; }
  .flow-connector{ display:none; }
  .flow-step{ min-height:auto; }
  .flow-step p{ max-width:55ch; }
  .flow-minimal{ border-bottom:none; }
  .flow-step-minimal{
    border-left:none;
    border-bottom:1px solid rgba(144,175,221,0.25);
    padding:18px 0;
  }
  .flow-step-minimal:last-child{ border-bottom:none; }
  .about-lab-grid{
    grid-template-columns:1fr;
    gap:32px;
  }
  .about-professor h3{ font-size:28px; }
  .about-copy-structured{
    padding-left:20px;
  }
  .about-copy-title{
    font-size:25px;
    margin-bottom:18px;
  }
  .about-copy p{ font-size:18px; }
  .research-questions{
    gap:26px;
    margin-top:32px;
  }
  .research-question,
  .question-left,
  .question-center,
  .question-right{
    align-self:flex-start;
    text-align:left;
    max-width:none;
  }
  .question-offset,
  .question-last{
    margin-left:0;
    margin-right:0;
  }
  .research-question p{
    font-size:20px;
    line-height:1.65;
  }
  .student-research-title{
    font-size:clamp(32px, 9vw, 46px);
  }
  .student-research-subtitle,
  .student-research-feature-copy{
    font-size:17px;
  }
  .student-research-featured{
    gap:30px;
    margin-top:28px;
    margin-bottom:16px;
  }
  .student-research-poster-card{
    display:none;
  }
  .student-research-components{
    margin-top:28px;
  }
  .student-research-components-grid{
    gap:24px;
  }
  .student-research-topics{
    margin-top:16px;
    padding-top:20px;
  }
  .program-outcomes-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .program-outcome-card{
    min-height:0;
    padding:22px 20px;
  }
  .program-outcome-card h3{
    font-size:20px;
  }
  .program-outcome-card p{
    font-size:15px;
  }
  .program-outcome-media{
    border-radius:14px;
  }
  .outcomes-page-title{
    font-size:clamp(34px, 9vw, 48px);
  }
  .outcomes-page-intro{
    font-size:17px;
  }
  .outcome-feature,
  .outcome-feature-reverse{
    grid-template-columns:1fr;
    gap:24px;
  }
  .outcome-feature-reverse .outcome-feature-media,
  .outcome-feature-reverse .outcome-feature-copy{
    order:initial;
  }
  .outcome-feature-media{
    border-radius:22px;
  }
  .outcome-feature-media img{
    min-height:260px;
  }
  .outcome-feature-copy h2{
    font-size:clamp(26px, 8vw, 34px);
  }
  .outcome-feature-copy p{
    font-size:16px;
    line-height:1.75;
  }
  .student-research-topics-shell{
    margin-top:0;
    padding:0;
  }
  .student-research-topics-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:18px;
  }
  .student-research-sticker{
    min-height:0;
    padding:24px 22px;
    border-radius:22px;
  }
  .student-research-sticker-thumb{
    margin-bottom:18px;
    border-radius:14px;
  }
  .student-research-sticker-num{
    top:18px;
    right:20px;
    font-size:24px;
  }
  .student-research-topic-title{
    font-size:24px;
  }
  .student-research-topic-desc{
    font-size:14px;
  }
  .student-research-more{
    margin-top:22px;
  }
  .professor-profile,
  .professor-profile:nth-child(even){
    flex-direction:column;
    gap:24px;
  }
  .professor-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .professor-portrait-shell{
    width:220px;
    height:220px;
    border-radius:16px;
  }
  .professor-name{
    font-size:clamp(30px, 9vw, 42px);
  }
  .professor-title,
  .professor-email,
  .professor-description{
    font-size:16px;
  }
  .cta-minimal{
    padding:52px 22px;
    border-radius:18px;
  }
  .schedule-overview-section{
    padding-top:56px;
    padding-bottom:56px;
  }
  .container--schedule-wide{
    padding-left:20px;
    padding-right:20px;
  }
  .schedule-overview-key-hero__grid{
    grid-template-columns:1fr;
    gap:20px;
  }
  .schedule-overview-key-hero__aside{
    gap:16px;
  }
  .schedule-overview-mid-grid{
    grid-template-columns:1fr;
    gap:18px;
    margin-top:14px;
  }
  .schedule-overview-section .schedule-main-grid{
    grid-template-columns:1fr;
    gap:20px;
  }
  .schedule-overview-section .schedule-main-grid__left,
  .schedule-overview-section .schedule-main-grid__right{
    gap:20px;
  }
  .schedule-overview-section .time-row{
    grid-template-columns:1fr;
    row-gap:2px;
  }
  .schedule-overview-section .schedule-overview-mid-grid > .schedule-detail-grid .schedule-detail-block{
    padding:18px 20px;
  }
  .schedule-overview-key-hero .schedule-detail-block{
    padding:30px 24px;
  }
  .schedule-overview-key-hero .schedule-detail-block .schedule-detail-list li{
    font-size:17px;
    line-height:1.78;
    margin-top:0;
    margin-bottom:14px;
  }
  .schedule-overview-section .schedule-page-shell{
    padding:34px 20px;
  }
  .schedule-overview-section .schedule-program-structure .program-structure-cards{
    gap:14px;
    margin-top:10px;
  }
  .schedule-overview-section .schedule-program-structure .program-structure-card{
    padding:16px 18px;
  }
  .schedule-overview-section .schedule-program-structure .program-structure-card:hover{
    transform:translateY(-2px);
  }
  .schedule-overview-section .schedule-program-structure .program-structure-card__title{
    font-size:16px;
  }
  .schedule-program-structure .program-schedule-time-grid__row{
    grid-template-columns:1fr;
    row-gap:2px;
  }
  .schedule-program-structure .program-schedule-time-grid__time{
    font-size:13px;
  }
  .schedule-list::before{
    display:none;
  }
  .schedule-row{
    grid-template-columns:1fr;
    gap:10px;
    padding:24px 0;
  }
  .schedule-row::before{
    display:none;
  }
  .schedule-course-title{
    font-size:clamp(28px, 8vw, 36px);
  }
  .schedule-course-copy{
    font-size:16px;
  }
  .schedule-detail-grid{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:16px;
  }
  .schedule-detail-block{
    padding:16px;
  }
  .schedule-page-shell{
    padding:34px 24px;
  }
  .schedule-cta-section{
    padding-top:24px;
  }
  .schedule-apply-cta{
    padding:30px 22px;
  }
  .faq{
    gap:12px;
  }
  .faq summary{
    padding:18px 18px;
  }
  .faq summary .q{
    font-size:16px;
  }
  .faq .a{
    padding:0 18px 18px 18px;
    font-size:15px;
  }
  .schedule-content h3{ font-size:18px; }
  .schedule-content p{ font-size:14px; }
  .eligibility-title{ font-size:23px; }
  .eligibility-text,
  .eligibility-list li{ font-size:15px; }
}

@media (max-width: 640px){
  .student-research-topics-grid{
    grid-template-columns:1fr;
  }
  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
    gap:28px;
  }
  .footer-col{
    max-width:none;
  }
}

@media (max-width: 768px){
  .project-grid{
    grid-template-columns:1fr;
  }
  .featured-project{
    grid-template-columns:1fr;
  }
}

@media (min-width: 981px){
  .gallery-editorial{
    max-width:1120px;
    margin:6px auto 0 auto;
  }

  .gallery-grid-main{
    grid-column:span 6;
  }

  .gallery-grid-side{
    grid-column:span 6;
  }
}

@media (prefers-reduced-motion: reduce){
  *{ scroll-behavior:auto !important; }
  .gallery-frame{
    opacity:1;
    transform:none;
    transition:none;
  }
}

/* ===== Program Location Section ===== */

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 24px;
}

.location-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.location-content {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
}

.location-content p {
  margin-bottom: 16px;
}

.location-list {
  padding-left: 18px;
  margin-top: 10px;
}

.location-list li {
  margin-bottom: 12px;
  line-height: 1.6;
}

.location-list strong {
  color: var(--text);
  font-weight: 600;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-image {
    order: -1;
  }
}

/* ===== Professor Section Redesign ===== */

.prof-row {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 80px;
}

.prof-row:last-child {
  margin-bottom: 0;
}

.prof-row.reverse {
  flex-direction: row-reverse;
}

.prof-image img {
  width: 260px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.prof-content {
  max-width: 640px;
}

.prof-label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 6px;
}

.prof-name {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}

.prof-sub {
  font-size: 15px;
  color: #666;
  margin-bottom: 6px;
}

.prof-email {
  font-size: 14px;
  color: #888;
  margin-bottom: 16px;
}

.prof-email-block .prof-email {
  margin-bottom: 6px;
}

.prof-email-block .prof-email:last-child {
  margin-bottom: 16px;
}

.prof-email a {
  color: inherit;
  text-decoration: none;
}

.prof-email a:hover {
  text-decoration: underline;
}

.prof-content p {
  line-height: 1.7;
  margin-bottom: 14px;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .prof-row,
  .prof-row.reverse {
    flex-direction: column;
  }

  .prof-image img {
    width: 100%;
    max-width: 320px;
  }
}

/* ========== Mobile navigation & small-screen polish ========== */
@media (max-width: 768px) {
  .header-inner{
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
    row-gap:0;
  }

  .brand.logo-wrapper{
    min-width:0;
    max-width:calc(100% - 56px);
  }

  .nav-toggle{
    display:inline-flex;
  }

  .site-header .nav{
    display:none;
    order:3;
    flex-basis:100%;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0;
    padding:10px 0 18px;
    margin:0;
    border-top:1px solid rgba(255,255,255,0.14);
  }

  .site-header.is-nav-open .nav{
    display:flex;
  }

  .site-header .nav a{
    padding:14px 2px;
    font-size:15px;
    letter-spacing:0.04em;
    border-bottom:1px solid rgba(255,255,255,0.1);
  }

  .site-header .nav a:last-child{
    border-bottom:none;
  }

  .site-header .nav a.nav-apply{
    margin-top:10px;
    text-align:center;
    padding:12px 16px;
    border-radius:8px;
    border:1px solid rgba(255,255,255,0.72);
  }

  .site-header .nav a::after{
    display:none;
  }

  body.nav-open{
    overflow:hidden;
  }

  .hero-partner{
    flex-wrap:wrap;
    row-gap:6px;
  }

  .apply-cta-actions,
  .cta-wrap{
    flex-direction:column;
    align-items:stretch;
  }

  .apply-cta-actions .btn,
  .cta-wrap .btn{
    width:100%;
    justify-content:center;
  }
}

@media (min-width: 769px){
  .nav-toggle{
    display:none !important;
  }

  .site-header .nav{
    display:flex !important;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    justify-content:flex-end;
    width:auto;
    flex-basis:auto;
    order:0;
    padding:0;
    margin:0;
    border-top:none;
    gap:22px;
  }

  .site-header .nav a{
    padding:2px 0;
    border-bottom:none;
  }

  .site-header .nav a::after{
    display:block;
  }

  .site-header .nav a.nav-apply::after{
    display:none;
  }
}

@media (max-width: 480px){
  .container{
    padding-left:16px;
    padding-right:16px;
  }

  .header-inner{
    padding-left:16px;
    padding-right:16px;
  }

  .brand.logo-wrapper small{
    display:none;
  }

  .hero-copy .h1{
    font-size:clamp(28px,10vw,82px);
    line-height:1.02;
  }

  .faq summary{
    min-height:48px;
    align-items:center;
  }
}

