html { scroll-padding-top: 70px; }
body { overflow-x: hidden; }
.header-logo { display: block; width: 54px; height: 54px; overflow: hidden; border-radius: 50%; border: 2px solid rgba(239,169,0,.9); background: white; box-shadow: 0 5px 18px rgba(0,0,0,.25); }
.header-logo img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; transform: scale(1.02); }
.section { padding: 7rem 8vw; }
.section-label { color: #a87300; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-title { font-family: "Cormorant Garamond", serif; font-size: clamp(3rem, 5vw, 4.6rem); font-weight: 600; letter-spacing: -.035em; line-height: .92; }
.hero-glow { position: absolute; width: 560px; height: 560px; border-radius: 50%; background: #12569b; filter: blur(100px); opacity: .25; left: -180px; top: 180px; }
.hero-image { clip-path: polygon(14% 0,100% 0,100% 100%,0 100%); position: relative; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#071d37 0%,transparent 34%),linear-gradient(0deg,#071d3799 0%,transparent 35%); }
.primary-btn { display: inline-flex; align-items: center; justify-content: center; gap: 1.6rem; background: #efa900; color: #071d37; padding: 1rem 1.4rem; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .1em; transition: .25s; }
.primary-btn:hover { background: #ffc547; transform: translateY(-2px); }
.career-card { width: max-content; height: auto; min-height: 0; max-width: calc(100% - 2rem); }
.vision-mission-section { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 44%,#164d7c 0%,#0b2c52 28%,#061a31 72%); color: white; }
.vision-mission-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at center,#000,transparent 72%); }
.vision-orbit { position: absolute; left: 50%; top: 55%; border: 1px solid rgba(239,169,0,.23); border-radius: 50%; transform: translate(-50%,-50%); pointer-events: none; }.orbit-one { width: 700px; height: 700px; }.orbit-two { width: 940px; height: 940px; }
.vision-heading { position: relative; z-index: 1; margin: 0 auto 4.5rem; max-width: 850px; text-align: center; }
.vision-heading > p { color: #f6bd32; font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.vision-heading h2 { margin-top: 1rem; font-family: "Cormorant Garamond",serif; font-size: clamp(3rem,5vw,4.6rem); font-weight: 600; letter-spacing: -.035em; line-height: .9; }.vision-heading em { color: #f6bd32; font-weight: 500; }
.vision-triptych { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .82fr 1fr; align-items: center; gap: 3.2vw; }
.vision-panel { position: relative; min-height: 610px; border: 1px solid rgba(255,255,255,.15); background: linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025)); padding: 2.2rem; backdrop-filter: blur(10px); }
.vision-panel::after { content: ""; position: absolute; top: 0; right: 0; width: 55px; height: 2px; background: #efa900; }.vision-panel-right::after { right: auto; left: 0; }
.panel-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 1.2rem; }.panel-top span { color: #f6bd32; font-family: "Cormorant Garamond",serif; font-size: 1.7rem; }.panel-top small { color: #91a7ba; font-size: 7px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.vision-panel h3 { margin: 2rem 0 1.2rem; font-family: "Cormorant Garamond",serif; font-size: 3rem; font-weight: 600; line-height: 1; }
.vision-panel p { margin: 0 0 1rem; color: #b9c8d4; font-size: 11px; line-height: 1.85; }.vision-panel .panel-lead { color: white; font-size: 13px; font-weight: 700; line-height: 1.7; }
.vision-panel blockquote { margin: 1.5rem 0 0; border-left: 2px solid #efa900; padding-left: 1rem; color: #f5c653; font-family: "Cormorant Garamond",serif; font-size: 1.15rem; line-height: 1.35; }
.vision-centrepiece { position: relative; z-index: 2; border: 7px solid rgba(255,255,255,.94); background: white; box-shadow: 0 35px 85px rgba(0,0,0,.42); transform: translateY(-10px); }
.vision-centrepiece > img { width: 100%; height: 590px; object-fit: contain; object-position: center; background: white; }
.vision-centrepiece::after { content: none; }.centre-glow { position: absolute; z-index: -1; inset: -30px; border-radius: 50%; background: rgba(239,169,0,.22); filter: blur(35px); }
.centre-caption { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.5rem; }.centre-caption small { display: block; color: #f6bd32; font-size: 7px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }.centre-caption strong { display: block; margin-top: .3rem; font-family: "Cormorant Garamond",serif; font-size: 1.55rem; line-height: 1; }
.nav-link { color: rgba(255,255,255,.75); transition: .25s; }
.nav-link:hover { color: #f7c64e; }
.journey-card { background: #0b2949; color: #fff; padding: 2rem 1.7rem; transition: .3s; }
.journey-card:hover { transform: translateY(-7px); }
.card-number { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid currentColor; padding-bottom: 1rem; opacity: .65; }
.card-number span { font-family: "Cormorant Garamond",serif; font-size: 2rem; }.card-number b { font-size: 8px; letter-spacing: .16em; }
.journey-card h3 { margin-top: 1.5rem; font-family: "Cormorant Garamond",serif; font-size: 1.7rem; line-height: 1; }
.journey-card p { margin-top: 1rem; min-height: 75px; font-size: 11px; line-height: 1.7; opacity: .75; }
.journey-card ul { margin-top: 1.1rem; padding: 0; list-style: none; }.journey-card li { border-top: 1px solid currentColor; padding: .55rem 0; font-size: 9px; opacity: .75; }.journey-card li::before { content: "✓"; margin-right: .45rem; }
.skill-card { min-height: 220px; border-bottom: 1px solid #e2e8f0; border-right: 1px solid #e2e8f0; padding: 1.8rem; transition: .3s; }
.skill-card:hover { background: #f6f1e7; }.skill-card span { color: #b27b06; font-family: "Cormorant Garamond",serif; font-size: 1.3rem; }.skill-card h3 { margin-top: 3.1rem; font-family: "Cormorant Garamond",serif; font-size: 1.65rem; line-height: 1; }.skill-card p { margin-top: .8rem; color: #64748b; font-size: 11px; line-height: 1.65; }
.faculty-photo { background: white; padding: 8px 8px 30px; box-shadow: 0 20px 50px rgba(0,15,35,.45); }.faculty-photo img { width: 100%; height: 290px; object-fit: cover; object-position: center top; }.faculty-photo figcaption { padding: .55rem .25rem 0; color: #64748b; font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
.form-preview { position: relative; max-width: 520px; margin: auto; padding: 12px; background: white; box-shadow: 0 28px 70px rgba(7,29,55,.18); transform: rotate(-1.5deg); }
.form-preview img { width: 100%; max-height: 660px; object-fit: contain; }
.form-preview span { position: absolute; right: -14px; bottom: 24px; background: #071d37; color: white; padding: .75rem 1.1rem; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.criteria-row { display: flex; gap: 1rem; padding: 1rem 0; }.criteria-row > span { color: #b27c00; }.criteria-row p { color: #64748b; font-size: 11px; line-height: 1.6; }.criteria-row strong { display: block; color: #10243a; font-size: 12px; }
.faq { border-top: 1px solid #c8c5bc; }.faq:last-child { border-bottom: 1px solid #c8c5bc; }.faq button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 1.3rem 0; text-align: left; font-family: "Cormorant Garamond",serif; font-size: 1.35rem; }.faq > div { display: grid; grid-template-rows: 0fr; transition: .35s; }.faq > div p { overflow: hidden; margin: 0; color: #64748b; font-size: 12px; line-height: 1.7; }.faq.active > div { grid-template-rows: 1fr; }.faq.active > div p { padding: 0 2rem 1.3rem 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1023px) {
  #nav-links.open { display: flex; position: absolute; inset: 0 0 auto; min-height: 100vh; flex-direction: column; align-items: flex-start; gap: 1.7rem; background: #071d37; padding: 7rem 2rem 3rem; }
  .hero-image { clip-path: none; }.section { padding: 5rem 6vw; }
  .vision-triptych { grid-template-columns: 1fr; max-width: 720px; margin: auto; }
  .vision-centrepiece { grid-row: 1; width: min(100%,430px); margin: 0 auto 2rem; }
  .vision-centrepiece > img { height: 580px; }
  .vision-panel { min-height: 0; }
  .career-card {
    inset: auto auto 42% 1rem !important;
    display: inline-flex !important;
    width: max-content !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: calc(100% - 2rem) !important;
    padding: .72rem .9rem !important;
    gap: .7rem !important;
    align-items: center;
    white-space: nowrap;
  }
  .career-card > span { width: 8px; height: 8px; flex: 0 0 8px; }
  .career-card > div { width: auto; flex: 0 1 auto; }
  .career-card strong { display: block; font-size: .95rem; line-height: 1.1; }
  .career-card small { display: block; font-size: 6px; line-height: 1.2; }
}
@media (max-width: 640px) { .section { padding: 4.5rem 6vw; }.faculty-photo img { height: 220px; object-position: center top; }.vision-heading { margin-bottom: 3rem; }.vision-centrepiece > img { height: 500px; }.vision-panel { padding: 1.6rem; }.vision-panel h3 { font-size: 2.6rem; }.orbit-one { width: 430px; height: 430px; }.orbit-two { width: 620px; height: 620px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }
