*{box-sizing:border-box;margin:0;padding:0}
.page{font-family:'Helvetica Neue',Arial,sans-serif;background:#FDFCF8;color:#374151}

/* NAV */
.nav{background:#0F2D52;display:flex;align-items:center;padding:0 48px;position:sticky;top:0;z-index:100}

.nav-link{font-size:13px;color:rgba(255,255,255,.7);padding:20px 15px;cursor:pointer;white-space:nowrap}
.nav-link.active{color:#fff;border-bottom:2px solid #B8860B}

/* SUB-NAV */
.sub-nav{background:#fff;border-bottom:1px solid #E5E2D9;padding:0 48px;display:flex;align-items:center;position:sticky;top:57px;z-index:90}
.sub-nav-label{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#6B7280;padding:14px 20px 14px 0;border-right:0.5px solid #E5E2D9;margin-right:4px;white-space:nowrap}
.sub-nav-link{font-size:13px;color:#6B7280;padding:14px 18px;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent}
.sub-nav-link:hover{color:#0F2D52}
.sub-nav-link.active{color:#0F2D52;border-bottom-color:#B8860B;font-weight:500}
.sub-nav-cta{margin-left:auto;background:#0F2D52;color:#fff;font-size:12px;font-weight:500;padding:8px 18px;border-radius:3px;cursor:pointer;border:none;font-family:inherit;white-space:nowrap}

a {
    text-decoration: none;
}
/* HERO */

.hero{
  position:relative;
  min-height:360px;
  display:flex;
  align-items:center;
  overflow:hidden;
}

/* BACKGROUND HOLDER */
.hero-bg{
  position:absolute;
  inset:0;
  overflow:hidden;
}

/* COVER IMAGE */
.hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

/* OVERLAY */
.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(10,22,40,.60);
}

/* CONTENT */
.hero-content{
  position:relative;
  z-index:2;
  padding:60px 48px 68px;
  max-width:720px;
}
.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.bc-item{font-size:12px;color:rgba(255,255,255,.45);cursor:pointer}
.bc-sep{font-size:12px;color:rgba(255,255,255,.22)}
.bc-current{font-size:12px;color:#B8860B}
.hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#B8860B;margin-bottom:14px}
.hero-h1{font-family:Georgia,serif;font-size:36px;color:#fff;line-height:1.18;letter-spacing:-.3px;margin-bottom:16px;max-width:580px}
.hero-sub{font-size:15px;color:rgba(255,255,255,.62);line-height:1.7;margin-bottom:28px;max-width:520px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn-gold {
  background:#B8860B;
  color:#fff;
  padding:12px 26px;
  font-size:14px;
  font-weight:500;
  border:1px solid #B8860B;
  border-radius:3px 14px 14px 3px;
  cursor:pointer;
  font-family:inherit
}
.btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);padding:11px 24px;font-size:14px;font-weight:500;border-radius:3px;cursor:pointer;font-family:inherit}

/* FACTS BAR */
.facts-bar{background:#fff;border-bottom:1px solid #E5E2D9;display:grid;grid-template-columns:repeat(5,1fr)}
.fact{text-align:center;padding:18px 14px;border-right:0.5px solid #E5E2D9}
.fact:last-child{border-right:none}
.fact-n{font-family:Georgia,serif;font-size:20px;color:#0F2D52;line-height:1}
.fact-l{font-size:14px;color:#6B7280;margin-top:4px;line-height:1.4}

/* SECTION */
.sec{padding:60px 48px}
.sec.alt{background:#fff}
.sec.tinted{background:#F8F7F4}
.sec.dark{background:#0F2D52}
.eyebrow{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#B8860B;margin-bottom:10px}
.sec-h2{font-family:Georgia,serif;font-size:26px;color:#0F2D52;margin-bottom:12px;line-height:1.25}
.sec-h2.light{color:#fff}
.sec-lead{font-size:15px;color:#374151;line-height:1.75;max-width:680px;margin-bottom:32px}

/* ── IMAGE SLOT ── */
.img-slot{border-radius:8px;overflow:hidden;position:relative;background:#C8C4B8;display:flex;align-items:center;justify-content:center}
.img-slot-overlay{position:absolute;inset:0;background:rgba(15,45,82,.15)}
.img-slot-label{position:absolute;bottom:14px;left:14px;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.85);background:rgba(0,0,0,.35);padding:4px 10px;border-radius:3px}
.img-slot-brief{position:absolute;top:14px;right:14px;font-size:10px;color:rgba(255,255,255,.5);background:rgba(0,0,0,.3);padding:3px 8px;border-radius:3px;font-style:italic}
.img-slot-icon{opacity:.18}

/* ── CURRICULUM INTRO — image + text ── */
.intro-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
  margin-bottom:48px;
}

.img-slot{
  position:relative;
  overflow:hidden;
  border-radius:6px;
  background:#B8B4A8;
}

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

.img-slot-overlay{
  position:absolute;
  inset:0;
  background:rgba(15,45,82,.20);
  z-index:1;
}

.img-slot-label{
  position:absolute;
  bottom:12px;
  left:12px;
  font-size:10px;
  color:rgba(255,255,255,.88);
  background:rgba(0,0,0,.32);
  padding:4px 8px;
  border-radius:3px;
  z-index:2;
}

/* ── STRUCTURE OVERVIEW ── */
.structure-pills{display:flex;gap:0;border:0.5px solid #E5E2D9;border-radius:6px;overflow:hidden;margin-bottom:36px}
.structure-pill{flex:1;padding:16px 12px;text-align:center;border-right:0.5px solid #E5E2D9;position:relative}
.structure-pill:last-child{border-right:none}
.structure-pill.master-phase{background:rgba(184,134,11,.05);border-top:2px solid #B8860B}
.structure-pill-year{font-family:Georgia,serif;font-size:20px;color:#0F2D52;line-height:1}
.structure-pill-label{font-size:11px;color:#6B7280;margin-top:3px}
.structure-pill-ects{font-size:10px;font-weight:500;color:#B8860B;margin-top:4px}
.structure-pill-badge{font-size:9px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin-top:5px;display:inline-block;padding:2px 6px;border-radius:2px}
.structure-pill-badge.bsc{background:#E8F0FE;color:#185EA5}
.structure-pill-badge.master{background:rgba(184,134,11,.18);color:#B8860B}

/* ── ACCORDION ── */
.accordion-wrap{border:0.5px solid #E5E2D9;border-radius:6px;overflow:hidden}
.acc-item{border-bottom:0.5px solid #E5E2D9}
.acc-item:last-child{border-bottom:none}
.acc-item.master-item{background:rgba(184,134,11,.03)}
.acc-trigger{width:100%;background:none;border:none;padding:20px 24px;display:flex;align-items:center;gap:16px;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}
.acc-trigger:hover{background:#F8F7F4}
.acc-item.master-item .acc-trigger:hover{background:rgba(184,134,11,.06)}
.acc-year-dot{width:32px;height:32px;border-radius:50%;background:#0F2D52;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.acc-year-dot.gold{background:#B8860B}
.acc-year-dot span{font-family:Georgia,serif;font-size:13px;color:#fff;font-weight:400}
.acc-trigger-info{flex:1}
.acc-trigger-title{font-family:Georgia,serif;font-size:17px;color:#0F2D52;margin-bottom:3px}
.acc-trigger-meta{font-size:12px;color:#6B7280}
.acc-trigger-badges{display:flex;gap:6px;margin-top:6px}
.acc-badge{font-size:10px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:3px}
.acc-badge.bsc{background:#E8F0FE;color:#185EA5}
.acc-badge.master{background:rgba(184,134,11,.18);color:#B8860B}
.acc-chevron{font-size:18px;color:#6B7280;transition:transform .2s;flex-shrink:0;line-height:1}
.acc-chevron.open{transform:rotate(180deg)}
.acc-body{display:none;padding:0 24px 24px;border-top:0.5px solid #E5E2D9}
.acc-body.open{display:block}

/* Course table inside accordion */
.course-table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:12px}
.course-table th{padding:8px 12px;text-align:left;font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:#6B7280;border-bottom:0.5px solid #E5E2D9;background:#F8F7F4}
.course-table td{padding:10px 12px;border-bottom:0.5px solid #F8F7F4;vertical-align:top;line-height:1.45}
.course-table tr:last-child td{border-bottom:none}
.course-table tr:hover td{background:#FDFCF8}
.course-name{color:#0F2D52;font-weight:500}
.course-dept{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;padding:2px 7px;border-radius:3px}
.course-dept.chem{background:#E8F0FE;color:#185EA5}
.course-dept.phys{background:#F1EFE8;color:#374151}
.course-dept.mech{background:#FEF9EC;color:#B8860B}
.course-dept.all{background:#F8F7F4;color:#6B7280}
.course-dept.lab{background:#ECFDF3;color:#166534}
.course-type{font-size:11px;color:#6B7280}
.course-ects{font-size:12px;color:#0F2D52;font-weight:500;text-align:right;white-space:nowrap}
.sem-divider{background:#F8F7F4;padding:6px 12px;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#6B7280}
.acc-year-note{background:#FEF9EC;border:0.5px solid rgba(184,134,11,.2);border-radius:4px;padding:10px 14px;font-size:12px;color:#374151;line-height:1.6;margin-top:4px}
.acc-year-note strong{color:#B8860B;font-weight:500}
.acc-year-note.dark{background:rgba(184,134,11,.08);border-color:rgba(184,134,11,.25)}

/* ── IMAGE BREAK — full width between sections ── */
/* IMAGE BREAK */
.img-break{
  padding:0 48px;
  margin:0;
}

.img-break-inner{
  display:grid;
  grid-template-columns:3fr 2fr;
  gap:16px;
}

/* IMAGE SLOT */
.img-slot{
  position:relative;
  overflow:hidden;
  border-radius:6px;
  background:#B8B4A8;
}

/* COVER IMAGE */
.img-slot-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

/* OVERLAY */
.img-slot-overlay{
  position:absolute;
  inset:0;
  background:rgba(15,45,82,.20);
  z-index:1;
}

/* LABEL */
.img-slot-label{
  position:absolute;
  left:12px;
  bottom:12px;
  font-size:10px;
  color:rgba(255,255,255,.88);
  background:rgba(0,0,0,.32);
  padding:4px 8px;
  border-radius:3px;
  z-index:2;
}

/* ── SPECIALISATION TRACKS ── */
.spec-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}
.spec-card{background:#fff;border:0.5px solid #E5E2D9;border-radius:6px;overflow:hidden}
.spec-card-img{height:140px;position:relative;background:#C8C4B8;display:flex;align-items:center;justify-content:center}
.spec-card-img-overlay{position:absolute;inset:0;background:rgba(15,45,82,.2)}
.spec-card-img-label{position:absolute;bottom:10px;left:10px;font-size:9px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.8);background:rgba(0,0,0,.3);padding:3px 7px;border-radius:3px}
.spec-card-img-brief{position:absolute;top:8px;right:8px;font-size:9px;color:rgba(255,255,255,.45);background:rgba(0,0,0,.25);padding:2px 6px;border-radius:3px;font-style:italic}
.spec-card-body{padding:16px 18px}
.spec-card-title{font-size:13px;font-weight:500;color:#0F2D52;margin-bottom:6px}
.spec-card-desc{font-size:12px;color:#6B7280;line-height:1.6;margin-bottom:10px}
.spec-card-courses{display:flex;flex-wrap:wrap;gap:4px}
.spec-course-tag{font-size:10px;color:#374151;background:#F8F7F4;border:0.5px solid #E5E2D9;padding:2px 7px;border-radius:3px}

/* DOWNLOAD BAND */
.download-band{background:#F8F7F4;border-top:1px solid #E5E2D9;border-bottom:1px solid #E5E2D9;padding:36px 48px;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}
.download-title{font-family:Georgia,serif;font-size:20px;color:#0F2D52;margin-bottom:6px}
.download-sub{font-size:13px;color:#6B7280;line-height:1.6}
.download-actions{display:flex;gap:10px;flex-direction:column;align-items:flex-end}
.btn-navy{background:#0F2D52;color:#fff;border:none;padding:12px 24px;font-size:13px;font-weight:500;border-radius:3px;cursor:pointer;font-family:inherit;white-space:nowrap}
.btn-outline{background:transparent;color:#0F2D52;border:1px solid #0F2D52;padding:10px 20px;font-size:13px;border-radius:3px;cursor:pointer;font-family:inherit;white-space:nowrap}

/* APPLY BAND */
.apply-band{background:#0F2D52;padding:48px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.apply-eyebrow{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#B8860B;margin-bottom:10px}
.apply-title{font-family:Georgia,serif;font-size:22px;color:#fff;margin-bottom:8px;line-height:1.3}
.apply-sub{font-size:14px;color:rgba(255,255,255,.5);line-height:1.6}
.apply-actions{display:flex;gap:10px;flex-direction:column;align-items:flex-end}
.btn-gold-lg {
  background:#B8860B;
  color:#fff;
  border:none;
  padding:13px 28px;
  font-size:14px;
  font-weight:500;
  border:1px solid #B8860B;
  border-radius:3px 14px 14px 3px;
  cursor:pointer;
  font-family:inherit;
  white-space:nowrap
}

.btn-outline-lt{background:transparent;color:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.28);padding:10px 22px;font-size:13px;border-radius:3px;cursor:pointer;font-family:inherit;white-space:nowrap}

/* =========================================================
   CURRICULUM PAGE RESPONSIVE LAYER
   ========================================================= */

   html,
   body{
     width:100%;
     overflow-x:hidden;
   }
   
   img,
   video{
     max-width:100%;
   }
   
   @media(max-width:1200px){
   
     .nav,
     .sub-nav,
     .sec,
     .img-break,
     .download-band,
     .apply-band{
       padding-left:32px;
       padding-right:32px;
     }
   
     .hero-content{
       padding-left:32px;
       padding-right:32px;
     }
   
     .spec-grid{
       grid-template-columns:1fr 1fr;
     }
   }
   
   @media(max-width:992px){
   
     .nav,
     .sub-nav{
       padding-left:24px;
       padding-right:24px;
       overflow-x:auto;
       scrollbar-width:none;
     }
   
     .nav::-webkit-scrollbar,
     .sub-nav::-webkit-scrollbar{
       display:none;
     }
   
     .sub-nav-label{
       display:none;
     }
   
     .hero{
       min-height:520px;
     }
   
     .hero-h1{
       font-size:33px;
     }
   
     .facts-bar{
       grid-template-columns:repeat(3,1fr);
     }
   
     .fact:nth-child(3){
       border-right:none;
     }
   
     .fact:nth-child(-n+3){
       border-bottom:0.5px solid #E5E2D9;
     }
   
     .intro-grid{
       grid-template-columns:1fr;
       gap:28px;
     }
   
     .structure-pills{
       display:grid;
       grid-template-columns:repeat(2,1fr);
     }
   
     .structure-pill{
       border-right:0.5px solid #E5E2D9;
       border-bottom:0.5px solid #E5E2D9;
     }
   
     .structure-pill:nth-child(2n){
       border-right:none;
     }
   
     .img-break-inner{
       grid-template-columns:1fr;
     }
   
     .download-band,
     .apply-band{
       grid-template-columns:1fr;
       gap:24px;
     }
   
     .download-actions,
     .apply-actions{
       align-items:flex-start;
       flex-direction:row;
       flex-wrap:wrap;
     }
   }
   
   @media(max-width:768px){
   
     .nav-link{
       font-size:12px;
       padding:18px 10px;
     }
   
     .sub-nav-link{
       font-size:12px;
       padding:13px 12px;
     }
   
     .hero{
       min-height:610px;
       align-items:flex-end;
     }
   
     .hero-overlay{
       background:linear-gradient(
         to bottom,
         rgba(10,22,40,.35),
         rgba(10,22,40,.90)
       );
     }
   
     .hero-content{
       max-width:100%;
       padding:110px 22px 52px;
     }
   
     .breadcrumb{
       flex-wrap:wrap;
     }
   
     .hero-eyebrow{
       font-size:10px;
       line-height:1.6;
     }
   
     .hero-h1{
       font-size:30px;
       line-height:1.15;
     }
   
     .hero-sub{
       font-size:15px;
       line-height:1.65;
     }
   
     .hero-actions{
       flex-direction:column;
       align-items:stretch;
     }
   
     .hero-actions button,
     .btn-gold,
     .btn-ghost{
       width:100%;
     }
   
     .facts-bar{
       grid-template-columns:1fr;
     }
   
     .fact{
       border-right:none;
       border-bottom:0.5px solid #E5E2D9;
     }
   
     .fact:last-child{
       border-bottom:none;
     }
   
     .sec{
       padding:56px 22px;
     }
   
     .sec-h2{
       font-size:26px;
     }
   
     .sec-lead{
       font-size:15px;
     }
   
     .img-slot[style*="height:340px"]{
       height:260px !important;
     }
   
     .structure-pills{
       grid-template-columns:1fr;
     }
   
     .structure-pill,
     .structure-pill:nth-child(2n){
       border-right:none;
     }
   
     .acc-trigger{
       padding:18px;
       align-items:flex-start;
     }
   
     .acc-trigger-title{
       font-size:16px;
     }
   
     .acc-trigger-meta{
       font-size:11px;
       line-height:1.5;
     }
   
     .acc-body{
       padding:0 18px 20px;
       overflow-x:auto;
     }
   
     .course-table{
       min-width:620px;
     }
   
     .img-break{
       padding-left:22px !important;
       padding-right:22px !important;
     }
   
     .img-slot[style*="height:260px"]{
       height:220px !important;
     }
   
     .spec-grid{
       grid-template-columns:1fr;
     }
   
     .download-band,
     .apply-band{
       padding:42px 22px;
     }
   
     .download-actions,
     .apply-actions{
       flex-direction:column;
       align-items:stretch;
     }
   
     .download-actions a,
     .download-actions button,
     .apply-actions a,
     .apply-actions button,
     .btn-navy,
     .btn-gold-lg,
     .btn-outline-lt{
       width:100%;
       text-align:center;
     }
   }
   
   @media(max-width:480px){
   
     .hero-content{
       padding-left:18px;
       padding-right:18px;
     }
   
     .hero-h1{
       font-size:26px;
     }
   
     .hero-sub{
       font-size:14px;
     }
   
     .sec{
       padding-left:18px;
       padding-right:18px;
     }
   
     .sec-h2{
       font-size:24px;
     }
   
     .acc-trigger{
       gap:12px;
       padding:16px;
     }
   
     .acc-year-dot{
       width:28px;
       height:28px;
     }
   
     .acc-chevron{
       font-size:16px;
     }
   
     .course-table{
       min-width:560px;
     }
   
     .img-break{
       padding-left:18px !important;
       padding-right:18px !important;
     }
   
     .spec-card-img{
       height:170px;
     }
   
     .download-band,
     .apply-band{
       padding-left:18px;
       padding-right:18px;
     }
   
     .download-title,
     .apply-title{
       font-size:20px;
     }
   }

   /* ── Course code badge ── */
.course-code {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--primary, #0F2D52);
  background: rgba(15,45,82,.07);
  border: .5px solid rgba(15,45,82,.18);
  padding: 1px 6px;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'Helvetica Neue', Arial, monospace;
}

/* ── Download CTA ── */
.course-dl-cell {
  text-align: right;
  white-space: nowrap;
  padding-right: 0;
}
.course-dl {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--primary, #0F2D52);
  text-decoration: none;
  border: .5px solid rgba(15,45,82,.3);
  padding: 3px 9px 3px 7px;
  border-radius: 3px;
  transition: background .14s, color .14s, border-color .14s;
  background: transparent;
}
.course-dl:hover {
  background: var(--primary, #0F2D52);
  color: #fff;
  border-color: var(--primary, #0F2D52);
}
.course-dl svg {
  flex-shrink: 0;
  transition: color .14s;
}
.course-dl-none {
  font-size: 11px;
  color: #9CA3AF;
}

/* Add a fifth column to the existing course-table header/body */
.course-table th:last-child,
.course-table td:last-child {
  text-align: right;
}

/* Tighten name column slightly to make room for the CTA */
.course-table .course-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}