*{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 — gold accent top bar */
/* HERO */
.hero{
  position:relative;
  min-height:440px;
  display:flex;
  align-items:center;
  overflow:hidden;
}

/* TOP ACCENT BAR */
.hero-accent{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:#B8860B;
  z-index:3;
}

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

/* DARK OVERLAY */
.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(8,18,34,.65);
}

/* CONTENT */
.hero-content{
  position:relative;
  z-index:2;
  padding:72px 48px 80px;
  max-width:760px;
}
.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:38px;color:#fff;line-height:1.15;letter-spacing:-.4px;margin-bottom:18px;max-width:640px}
.hero-sub{font-size:16px;color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:32px;max-width:560px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn-gold {
  background:#B8860B;
  color:#fff; 
  border:1px solid #B8860B;
  border-radius:3px 14px 14px 3px;
  padding:13px 30px;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  font-family:inherit
}
.btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);padding:12px 28px;font-size:14px;font-weight:500;border-radius:3px;cursor:pointer;font-family:inherit}
.hero-tag-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.hero-tag{font-size:11px;font-weight:500;color:rgba(255,255,255,.6);background:rgba(255,255,255,.08);border:0.5px solid rgba(255,255,255,.15);padding:5px 12px;border-radius:20px}
.hero-tag.gold{color:#D4A017;background:rgba(184,134,11,.15);border-color:rgba(184,134,11,.3)}

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

/* SECTION */
.sec{padding:64px 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:28px;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:36px}
.sec-lead.light{color:rgba(255,255,255,.65)}

/* WHAT MAKES IT DIFFERENT */
.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.diff-cards{display:flex;flex-direction:column;gap:12px}
.diff-card{background:#F8F7F4;border:0.5px solid #E5E2D9;border-radius:6px;padding:20px 22px;display:flex;gap:16px;align-items:flex-start}
.diff-card.gold-border{border-left:3px solid #B8860B}
.diff-num{font-family:Georgia,serif;font-size:28px;color:#E5E2D9;flex-shrink:0;line-height:1;width:32px}
.diff-title{font-size:13px;font-weight:500;color:#0F2D52;margin-bottom:4px}
.diff-body{font-size:12px;color:#6B7280;line-height:1.6}

/* 5-YEAR TIMELINE */
.timeline-wrap{position:relative}
.timeline-track{position:absolute;left:28px;top:0;bottom:0;width:2px;background:#E5E2D9}
.year-block{position:relative;padding-left:72px}
.year-block+.year-block{border-top:0.5px solid #E5E2D9}
.year-dot{position:absolute;left:20px;top:28px;width:18px;height:18px;border-radius:50%;background:#0F2D52;border:3px solid #FDFCF8;z-index:1}
.year-dot.gold{background:#B8860B}
.year-dot.gold-outline{background:#FDFCF8;border-color:#B8860B;border-width:3px}
.year-header{display:grid;grid-template-columns:140px 1fr;gap:24px;align-items:start;padding:28px 0 18px}
.year-label{font-family:Georgia,serif;font-size:13px;color:#6B7280;line-height:1.4}
.year-badge{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:3px;margin-top:6px}
.year-badge.bsc{background:#E8F0FE;color:#185EA5}
.year-badge.master{background:rgba(184,134,11,.15);color:#B8860B;border:0.5px solid rgba(184,134,11,.3)}
.year-title{font-family:Georgia,serif;font-size:19px;color:#0F2D52;margin-bottom:4px;line-height:1.3}
.year-subtitle{font-size:12px;color:#6B7280}
.year-content{display:grid;grid-template-columns:140px 1fr;gap:24px;padding-bottom:28px}
.courses-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:14px}
.course-pill{background:#F8F7F4;border:0.5px solid #E5E2D9;border-radius:4px;padding:8px 12px}
.course-pill.highlight{background:#FEF9EC;border-color:rgba(184,134,11,.3)}
.course-pill-dept{font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px}
.course-pill-dept.chem{color:#185EA5}
.course-pill-dept.phys{color:#374151}
.course-pill-dept.mech{color:#B8860B}
.course-pill-dept.all{color:#6B7280}
.course-pill-dept.gold{color:#B8860B}
.course-pill-name{font-size:12px;color:#0F2D52;line-height:1.4}
.year-note{background:#FEF9EC;border:0.5px solid rgba(184,134,11,.22);border-radius:4px;padding:10px 14px;font-size:12px;color:#374151;line-height:1.6}
.year-note strong{color:#B8860B;font-weight:500}
.year-note.dark-note{background:rgba(184,134,11,.1);border-color:rgba(184,134,11,.3);color:#374151}

/* YEAR 5 SPECIAL BLOCK */
.year5-block{position:relative;padding-left:72px;background:rgba(184,134,11,.04);border:0.5px solid rgba(184,134,11,.2);border-radius:0 6px 6px 0;margin-left:0}
.year5-block .year-dot{background:#B8860B;border-color:#FDFCF8}
.year5-label-pill{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;background:#B8860B;color:#fff;padding:4px 10px;border-radius:3px;margin-bottom:12px}

/* EU RIGHTS SECTION */
.eu-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.eu-visual{background:#0F2D52;border-radius:8px;padding:32px;position:relative;overflow:hidden}
.eu-visual-deco{position:absolute;bottom:-20px;right:-10px;font-family:Georgia,serif;font-size:140px;color:rgba(255,255,255,.04);line-height:1;user-select:none}
.eu-badge-big{display:inline-block;font-family:Georgia,serif;font-size:40px;color:#B8860B;margin-bottom:8px;line-height:1}
.eu-visual-title{font-family:Georgia,serif;font-size:20px;color:#fff;margin-bottom:16px;line-height:1.35}
.eu-steps{display:flex;flex-direction:column;gap:12px}
.eu-step{display:flex;gap:14px;align-items:flex-start}
.eu-step-num{width:24px;height:24px;border-radius:50%;background:#B8860B;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;color:#fff;flex-shrink:0;margin-top:1px}
.eu-step-title{font-size:13px;font-weight:500;color:#fff;margin-bottom:3px}
.eu-step-body{font-size:12px;color:rgba(255,255,255,.5);line-height:1.55}
.eu-text .eyebrow{margin-bottom:10px}
.eu-countries{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:20px}
.eu-country{background:#F8F7F4;border:0.5px solid #E5E2D9;border-radius:3px;padding:6px 10px;font-size:11px;color:#374151;text-align:center}

/* THESIS SECTION */
.thesis-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.thesis-card{background:#fff;border:0.5px solid #E5E2D9;border-radius:6px;padding:24px}
.thesis-card.featured{border-color:#0F2D52;border-width:1.5px}
.thesis-icon{width:40px;height:40px;background:#F8F7F4;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.thesis-title{font-size:14px;font-weight:500;color:#0F2D52;margin-bottom:8px}
.thesis-body{font-size:13px;color:#374151;line-height:1.65}

/* RESEARCH PARTNERS */
.partners-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:8px}
.partner-card{background:#F8F7F4;border:0.5px solid #E5E2D9;border-radius:6px;padding:16px 18px}
.partner-name{font-size:13px;font-weight:500;color:#0F2D52;margin-bottom:4px}
.partner-desc{font-size:12px;color:#6B7280;line-height:1.5}

/* BSc COMPARE BAND */
.compare-band{background:#F8F7F4;border-top:1px solid #E5E2D9;border-bottom:1px solid #E5E2D9;padding:40px 48px}
.compare-inner{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}
.compare-h3{font-family:Georgia,serif;font-size:22px;color:#0F2D52;margin-bottom:10px;line-height:1.3}
.compare-body{font-size:14px;color:#374151;line-height:1.7;margin-bottom:20px}
.compare-cta{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#0F2D52;border:1px solid #0F2D52;padding:11px 22px;border-radius:3px;cursor:pointer;background:transparent;font-family:inherit}
.compare-card-bsc{background:#fff;border:0.5px solid #E5E2D9;border-radius:6px;padding:28px}
.compare-card-bsc-badge{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;background:#E8F0FE;color:#185EA5;padding:3px 9px;border-radius:3px;margin-bottom:12px}
.compare-card-bsc-title{font-family:Georgia,serif;font-size:16px;color:#0F2D52;margin-bottom:8px;line-height:1.3}
.compare-card-bsc-body{font-size:12px;color:#6B7280;line-height:1.6;margin-bottom:16px}
.compare-card-bsc-cta{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#0F2D52;border:1px solid #0F2D52;padding:9px 16px;border-radius:3px;cursor:pointer;background:transparent;font-family:inherit}

/* APPLY BAND */
.apply-band{background:#0F2D52;padding:48px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;position:relative;overflow:hidden}
.apply-band-deco{position:absolute;right:-20px;top:50%;transform:translateY(-50%);font-family:Georgia,serif;font-size:200px;color:rgba(255,255,255,.03);line-height:1;user-select:none}
.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:24px;color:#fff;margin-bottom:8px;line-height:1.3}
.apply-sub{font-size:14px;color:rgba(255,255,255,.55);line-height:1.6}
.apply-actions{display:flex;gap:12px;flex-direction:column;align-items:flex-end;position:relative;z-index:1}
.btn-gold-lg {
  background:#B8860B;
  color:#fff;
  border:1px solid #B8860B;
  border-radius:3px 14px 14px 3px;
  padding:14px 32px;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  font-family:inherit;
  white-space:nowrap
}
.btn-outline-lt{background:transparent;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.3);padding:10px 24px;font-size:13px;border-radius:3px;cursor:pointer;font-family:inherit;white-space:nowrap}

/* =========================================================
   INTEGRATED MASTER PAGE RESPONSIVE LAYER
   ========================================================= */

   html,
   body{
     width:100%;
     overflow-x:hidden;
   }
   
   img,
   video{
     max-width:100%;
   }
   
   @media(max-width:1200px){
   
     .nav,
     .sub-nav,
     .sec,
     .compare-band,
     .apply-band{
       padding-left:32px;
       padding-right:32px;
     }
   
     .hero-content{
       padding-left:32px;
       padding-right:32px;
     }
   
     .courses-grid{
       grid-template-columns:1fr 1fr;
     }
   
     .partners-strip{
       grid-template-columns:repeat(2,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:590px;
     }
   
     .hero-h1{
       font-size:34px;
     }
   
     .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;
     }
   
     .diff-grid,
     .eu-grid,
     .compare-inner{
       grid-template-columns:1fr;
       gap:32px;
     }
   
     .thesis-grid{
       grid-template-columns:1fr;
     }
   
     .apply-band{
       grid-template-columns:1fr;
       gap:28px;
     }
   
     .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:680px;
       align-items:flex-end;
     }
   
     .hero-overlay{
       background:linear-gradient(
         to bottom,
         rgba(8,18,34,.38),
         rgba(8,18,34,.92)
       );
     }
   
     .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:31px;
       line-height:1.15;
     }
   
     .hero-sub{
       font-size:15px;
       line-height:1.65;
     }
   
     .hero-actions{
       flex-direction:column;
       align-items:stretch;
     }
   
     .hero-actions a,
     .hero-actions button,
     .btn-gold,
     .btn-ghost{
       width:100%;
     }
   
     .hero-tag-row{
       gap:8px;
     }
   
     .hero-tag{
       font-size:10px;
       padding:5px 10px;
     }
   
     .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:27px;
     }
   
     .sec-lead{
       font-size:15px;
     }
   
     .diff-card{
       padding:18px;
     }
   
     .timeline-track{
       left:16px;
     }
   
     .year-block,
     .year5-block{
       padding-left:44px;
     }
   
     .year-dot{
       left:8px;
     }
   
     .year-header,
     .year-content{
       grid-template-columns:1fr;
       gap:14px;
     }
   
     .courses-grid{
       grid-template-columns:1fr;
     }
   
     .course-pill[style*="grid-column"]{
       grid-column:auto !important;
     }
   
     .eu-visual{
       padding:26px 20px;
     }
   
     .eu-countries{
       grid-template-columns:repeat(2,1fr);
     }
   
     .partners-strip{
       grid-template-columns:1fr;
     }
   
     .compare-band{
       padding:44px 22px;
     }
   
     .compare-card-bsc{
       padding:24px 20px;
     }
   
     .compare-cta,
     .compare-card-bsc-cta{
       width:100%;
       justify-content:center;
     }
   
     .apply-band{
       padding:44px 22px;
     }
   
     .apply-title{
       font-size:23px;
     }
   
     .apply-actions{
       flex-direction:column;
       align-items:stretch;
     }
   
     .apply-actions a,
     .apply-actions button,
     .btn-gold-lg,
     .btn-outline-lt{
       width:100%;
       text-align:center;
     }
   
     .apply-band-deco{
       font-size:140px;
       right:-12px;
     }
   }
   
   @media(max-width:480px){
   
     .hero-content{
       padding-left:18px;
       padding-right:18px;
     }
   
     .hero-h1{
       font-size:27px;
     }
   
     .hero-sub{
       font-size:14px;
     }
   
     .sec{
       padding-left:18px;
       padding-right:18px;
     }
   
     .sec-h2{
       font-size:24px;
     }
   
     .diff-card{
       flex-direction:column;
       gap:10px;
     }
   
     .year-title{
       font-size:18px;
     }
   
     .year-label,
     .year-subtitle,
     .course-pill-name,
     .year-note{
       font-size:12px;
     }
   
     .eu-countries{
       grid-template-columns:1fr;
     }
   
     .eu-visual-deco{
       font-size:90px;
     }
   
     .thesis-card{
       padding:20px;
     }
   
     .compare-band,
     .apply-band{
       padding-left:18px;
       padding-right:18px;
     }
   
     .compare-h3{
       font-size:20px;
     }
   
     .apply-title{
       font-size:21px;
     }
   }
