/* Swiss Finance Institute — rebuild stylesheet
   Design system matched to live site: Cormorant Garamond / Jost,
   navy #000919 / #1a2f4a, gold #c9a961, cream #f5f2ea family. */

:root {
  --navy: #000919;
  --navy-2: #0a1628;
  --navy-3: #1a2f4a;
  --ink: #121317;
  --charcoal: #181614;
  --cream: #f5f2ea;
  --cream-2: #faf9f5;
  --gold: #c9a961;
  --gold-soft: rgba(201, 169, 97, 0.55);
  --grey: #8a8480;
  --rule: #c8c3ba;
  --rule-dark: rgba(255, 255, 255, 0.14);
  --white: #f8f8f8;
  --ff-display: "Cormorant Garamond", "Times New Roman", serif;
  --ff-body: "Jost", "Helvetica Neue", Arial, sans-serif;
  --header-h: 76px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  font-weight: 300;
  color: var(--ink);
  background: var(--cream-2);
  line-height: 1.65;
  font-size: 1.02rem;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--gold); color: var(--navy); padding: 10px 18px;
  font-family: var(--ff-body); text-decoration: none;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- Header ---------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 200;
  height: var(--header-h);
  display: flex; align-items: center;
  background: rgba(0, 9, 25, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 169, 97, 0.18);
}
.topbar__inner {
  width: min(1240px, 100%); margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { height: 30px; width: auto; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav__item { position: relative; }
.nav__link {
  display: inline-block; padding: 10px 14px;
  color: var(--white); text-decoration: none;
  font-size: 0.78rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase;
  transition: color 0.25s;
}
.nav__link:hover, .nav__link:focus { color: var(--gold); }
.nav__item--btn .nav__link {
  border: 1px solid var(--gold); color: var(--gold); margin-left: 8px;
  padding: 9px 20px; transition: background 0.25s, color 0.25s;
}
.nav__item--btn .nav__link:hover { background: var(--gold); color: var(--navy); }
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 250px;
  background: var(--navy-2); border: 1px solid rgba(201, 169, 97, 0.25); border-top-color: var(--gold);
  padding: 10px 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}
.nav__item:hover .dropdown, .nav__item:focus-within .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown a {
  display: block; padding: 9px 22px; text-decoration: none;
  color: var(--white); font-size: 0.8rem; letter-spacing: 0.08em;
  transition: color 0.2s, background 0.2s;
}
.dropdown a:hover, .dropdown a:focus { color: var(--gold); background: rgba(255, 255, 255, 0.04); }
.menu-toggle {
  display: none; background: none; border: 1px solid rgba(201, 169, 97, 0.5);
  color: var(--gold); font-family: var(--ff-body); font-size: 0.72rem;
  letter-spacing: 0.2em; text-transform: uppercase; padding: 9px 16px; cursor: pointer;
}
/* Mobile menu */
.mobile-menu {
  display: none; position: fixed; inset: var(--header-h) 0 0 0; z-index: 190;
  background: var(--navy); overflow-y: auto; padding: 28px;
}
.mobile-menu.open { display: block; }
.mobile-menu details { border-bottom: 1px solid var(--rule-dark); }
.mobile-menu summary {
  padding: 16px 4px; color: var(--white); cursor: pointer; list-style: none;
  font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase;
}
.mobile-menu summary::after { content: "+"; float: right; color: var(--gold); }
.mobile-menu details[open] summary::after { content: "–"; }
.mobile-menu a {
  display: block; padding: 11px 18px; color: rgba(248, 248, 248, 0.85);
  text-decoration: none; font-size: 0.9rem;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu > a {
  padding: 16px 4px; border-bottom: 1px solid var(--rule-dark);
  font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white);
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--navy); color: var(--white);
  display: flex; align-items: center;
  padding: calc(var(--header-h) + 70px) 0 90px;
  min-height: 62vh;
}
.hero--home { min-height: 94vh; }
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none;
}
.hero::before {
  width: 640px; height: 640px; right: -160px; top: -180px;
  background: radial-gradient(circle, rgba(26, 47, 74, 0.9), transparent 65%);
  animation: drift 16s ease-in-out infinite alternate;
}
.hero::after {
  width: 480px; height: 480px; left: -140px; bottom: -200px;
  background: radial-gradient(circle, rgba(201, 169, 97, 0.14), transparent 65%);
  animation: drift 20s ease-in-out infinite alternate-reverse;
}
@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(40px, 30px, 0) scale(1.12); }
}
.hero__inner { position: relative; z-index: 2; }
.hero p.lead {
  max-width: 640px; margin-top: 26px;
  font-size: 1.08rem; font-weight: 300; color: rgba(248, 248, 248, 0.85);
}
.hero .btn-row { margin-top: 40px; }

/* ---------- Typography ---------- */
.eyebrow {
  display: inline-block; margin-bottom: 20px;
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.38em; text-transform: uppercase;
  color: var(--gold);
}
h1.display {
  font-family: var(--ff-display); font-weight: 500;
  font-size: clamp(2.7rem, 6vw, 4.6rem); line-height: 1.06;
}
h2.title {
  font-family: var(--ff-display); font-weight: 500;
  font-size: clamp(1.9rem, 3.6vw, 2.9rem); line-height: 1.12;
  margin-bottom: 22px;
}
h3 {
  font-family: var(--ff-display); font-weight: 600;
  font-size: 1.35rem; line-height: 1.25; margin-bottom: 10px;
}
.section p + p { margin-top: 14px; }
.max-prose { max-width: 720px; }
.center { text-align: center; }
.center .max-prose { margin-left: auto; margin-right: auto; }

/* ---------- Sections ---------- */
.section { padding: clamp(4rem, 8vw, 6.8rem) 0; }
.section--cream { background: var(--cream); }
.section--navy { background: var(--navy); color: var(--white); }
.section--navy2 { background: var(--navy-2); color: var(--white); }
.section--navy .eyebrow, .section--navy2 .eyebrow { color: var(--gold); }
.section--navy p, .section--navy2 p { color: rgba(248, 248, 248, 0.82); }
.container { width: min(1140px, 100%); margin: 0 auto; padding: 0 28px; }
.container--wide { width: min(1240px, 100%); }
.title-rule { width: 64px; height: 1px; background: var(--gold); margin-bottom: 26px; }
.center .title-rule { margin-left: auto; margin-right: auto; }

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: 26px; margin-top: 44px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.card {
  border: 1px solid var(--rule); padding: 34px 30px; background: rgba(255, 255, 255, 0.55);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 18px 40px rgba(18, 19, 23, 0.07); }
.section--navy .card, .section--navy2 .card {
  border-color: var(--rule-dark); background: rgba(255, 255, 255, 0.03);
}
.section--navy .card:hover, .section--navy2 .card:hover { border-color: var(--gold-soft); box-shadow: none; }
.card .num {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: 2rem; color: var(--gold); display: block; margin-bottom: 14px;
}
.card p { font-size: 0.95rem; }
.card ul { margin: 12px 0 0 18px; font-size: 0.95rem; }
.card ul li + li { margin-top: 6px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: var(--ff-body); font-size: 0.76rem; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase;
  padding: 15px 34px; border: 1px solid var(--gold); color: var(--gold);
  background: transparent; transition: background 0.3s, color 0.3s, transform 0.3s;
}
.btn:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }
.btn--solid { background: var(--gold); color: var(--navy); }
.btn--solid:hover { background: transparent; color: var(--gold); }
.btn-row { display: flex; gap: 18px; flex-wrap: wrap; }
.btn { max-width: 100%; overflow-wrap: anywhere; }
.section--cream .btn, .section:not(.section--navy):not(.section--navy2) .btn--dark {
  border-color: var(--ink); color: var(--ink);
}
.section--cream .btn:hover, .btn--dark:hover { background: var(--ink); color: var(--cream); }
.link-arrow {
  font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none; color: var(--gold); font-weight: 500;
}
.link-arrow:hover { text-decoration: underline; text-underline-offset: 5px; }

/* ---------- Hero background media ---------- */
.hero__media {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0, 9, 25, 0.72), rgba(0, 9, 25, 0.86));
}
.hero .hero__inner { z-index: 2; }

/* ---------- Wired media frames ---------- */
.media-frame {
  border: 1px solid rgba(201, 169, 97, 0.4); overflow: hidden;
  background: var(--navy-2);
}
.media-frame img, .media-frame video {
  width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover;
}
.media-frame--tall img, .media-frame--tall video { aspect-ratio: 4 / 3; }

/* ---------- Alumni video strip (Resident Experience) ---------- */
.video-strip { position: relative; margin-top: 44px; }
.video-strip__track {
  display: flex; gap: 18px; overflow-x: auto; scroll-behavior: smooth;
  scroll-snap-type: x mandatory; padding-bottom: 12px;
  scrollbar-color: var(--gold-soft) transparent;
}
.video-strip__item {
  flex: 0 0 300px; scroll-snap-align: start;
  border: 1px solid rgba(201, 169, 97, 0.35); background: #000;
}
.video-strip__item video { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; background: #000; }
.video-strip__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--gold); background: rgba(0, 9, 25, 0.85); color: var(--gold);
  font-size: 1.1rem; cursor: pointer; z-index: 3; transition: background 0.25s;
}
.video-strip__nav:hover { background: var(--gold); color: var(--navy); }
.video-strip__nav--prev { left: -14px; }
.video-strip__nav--next { right: -14px; }
@media (max-width: 720px) { .video-strip__item { flex-basis: 82%; } }

.media-slot {
  position: relative; border: 1px solid rgba(201, 169, 97, 0.4);
  background:
    linear-gradient(140deg, rgba(26, 47, 74, 0.92), rgba(0, 9, 25, 0.97)),
    repeating-linear-gradient(45deg, transparent 0 26px, rgba(201, 169, 97, 0.05) 26px 27px);
  aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center;
}
.media-slot--tall { aspect-ratio: 4 / 3; }
.media-slot__tag {
  color: rgba(248, 248, 248, 0.6); font-size: 0.68rem; letter-spacing: 0.24em;
  text-transform: uppercase; text-align: center; padding: 0 20px; line-height: 2;
}
.media-slot__tag strong { display: block; color: var(--gold); font-weight: 500; }

/* ---------- Disclaimer ---------- */
.disclaimer {
  border-left: 2px solid var(--gold); padding: 22px 28px; margin-top: 44px;
  background: rgba(201, 169, 97, 0.06);
  font-family: var(--ff-display); font-style: italic; font-size: 1.08rem; line-height: 1.6;
}
.section--navy .disclaimer, .section--navy2 .disclaimer { background: rgba(201, 169, 97, 0.08); color: rgba(248, 248, 248, 0.9); }

/* ---------- Accordion (FAQ) ---------- */
.accordion { margin-top: 34px; border-top: 1px solid var(--rule); }
.accordion__item { border-bottom: 1px solid var(--rule); }
.accordion__q {
  width: 100%; background: none; border: none; cursor: pointer; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 6px; font-family: var(--ff-display); font-weight: 600;
  font-size: 1.18rem; color: var(--ink);
}
.accordion__q .sign { color: var(--gold); font-size: 1.5rem; font-weight: 400; transition: transform 0.3s; flex: none; }
.accordion__item.open .accordion__q .sign { transform: rotate(45deg); }
.accordion__a { max-height: 0; overflow: hidden; transition: max-height 0.45s ease; }
.accordion__a > div { padding: 0 6px 26px; max-width: 760px; }

/* ---------- Timeline ---------- */
.timeline { margin-top: 44px; position: relative; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 1px; background: var(--gold-soft); }
.timeline__item { position: relative; padding: 0 0 34px; }
.timeline__item::before {
  content: ""; position: absolute; left: -30px; top: 8px; width: 9px; height: 9px;
  border-radius: 50%; background: var(--gold);
}
.timeline__item h3 { margin-bottom: 4px; }
.timeline__item .when {
  font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); font-weight: 500;
}

/* ---------- Comparison table ---------- */
.table-wrap { overflow-x: auto; margin-top: 44px; border: 1px solid var(--rule); }
table.compare { width: 100%; border-collapse: collapse; min-width: 680px; background: rgba(255, 255, 255, 0.6); }
table.compare th, table.compare td { padding: 20px 24px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--rule); }
table.compare th {
  font-family: var(--ff-display); font-size: 1.2rem; font-weight: 600; background: var(--navy); color: var(--white);
}
table.compare td:first-child {
  font-weight: 500; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey); width: 22%;
}
table.compare td { font-size: 0.96rem; }
table.compare tr:last-child td { border-bottom: none; }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color: rgba(248, 248, 248, 0.78); padding: 72px 0 44px; }
.footer a { text-decoration: none; color: rgba(248, 248, 248, 0.78); transition: color 0.2s; }
.footer a:hover { color: var(--gold); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.4fr; gap: 36px; }
.footer h4 {
  font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold);
  font-weight: 500; margin-bottom: 18px;
}
.footer li { list-style: none; margin-bottom: 9px; font-size: 0.92rem; }
.footer__brand img { height: 26px; margin-bottom: 18px; }
.footer__assoc { font-size: 0.9rem; font-style: italic; max-width: 320px; }
.footer__bottom {
  margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--rule-dark);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-size: 0.84rem; color: rgba(248, 248, 248, 0.55);
}
.footer__tag { font-family: var(--ff-display); font-style: italic; font-size: 1rem; color: var(--gold-soft); }

/* ---------- Forms ---------- */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; max-width: 760px; }
.form .full { grid-column: 1 / -1; }
.form label {
  display: block; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--grey); margin-bottom: 8px; font-weight: 500;
}
.form input, .form select, .form textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--rule); background: #fff;
  font-family: var(--ff-body); font-size: 0.98rem; font-weight: 300; color: var(--ink);
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 1px solid var(--gold); border-color: var(--gold); }
.form textarea { min-height: 150px; resize: vertical; }
.form-note { grid-column: 1 / -1; font-size: 0.85rem; color: var(--grey); font-style: italic; }
@media (max-width: 720px) { .form { grid-template-columns: 1fr; } }

/* ---------- Legal pages ---------- */
.legal { max-width: 760px; }
.legal h2 { font-family: var(--ff-display); font-weight: 600; font-size: 1.45rem; margin: 38px 0 12px; }
.legal ul { margin: 12px 0 12px 22px; }
.legal ul li + li { margin-top: 6px; }
.legal .meta { font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); margin-bottom: 30px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: 0.08s; } .d2 { transition-delay: 0.16s; }
.d3 { transition-delay: 0.24s; } .d4 { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero::before, .hero::after { animation: none; }
}

/* ---------- Two-column split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 44px; }
.split--start { align-items: start; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .menu-toggle { display: block; }
}
@media (max-width: 720px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero { min-height: 0; padding-top: calc(var(--header-h) + 48px); padding-bottom: 64px; }
  .hero--home { min-height: 88vh; }
}


.email-block {
  margin-top: 40px; max-width: 760px;
  border: 1px solid var(--rule); background: rgba(255, 255, 255, 0.55);
  padding: 44px 40px; text-align: center;
}
.email-block__lead { font-family: var(--ff-display); font-size: 1.35rem; font-weight: 500; }
.email-block__address {
  display: inline-block; margin: 18px 0 10px; text-decoration: none;
  font-family: var(--ff-display); font-weight: 600; color: var(--navy);
  font-size: clamp(1.4rem, 3.2vw, 2.1rem); letter-spacing: 0.01em; word-break: break-word;
  border-bottom: 1px solid var(--gold); padding-bottom: 4px; transition: color 0.25s;
}
.email-block__address:hover { color: var(--gold); }
.email-block__note { font-size: 0.92rem; color: var(--grey); font-style: italic; margin-bottom: 26px; }
.section--navy .email-block, .section--navy2 .email-block { border-color: var(--rule-dark); background: rgba(255, 255, 255, 0.03); }
.section--navy .email-block__address, .section--navy2 .email-block__address { color: var(--white); }
.section--navy .email-block__address:hover, .section--navy2 .email-block__address:hover { color: var(--gold); }
.email-block--center { margin-left: auto; margin-right: auto; }
@media (max-width: 720px) { .email-block { padding: 34px 22px; } }

/* ---------- Tuition cards ---------- */
.tuition { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 44px; }
.tuition__card {
  border: 1px solid var(--rule); background: rgba(255, 255, 255, 0.6); padding: 40px 36px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.tuition__card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 18px 40px rgba(18, 19, 23, 0.07); }
.tuition__card h3 { margin-bottom: 6px; }
.tuition__scope { font-size: 0.72rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.tuition__price {
  font-family: var(--ff-display); font-weight: 500; color: var(--navy);
  font-size: clamp(2.4rem, 5vw, 3.4rem); line-height: 1; margin: 22px 0 6px;
}
.tuition__price small { font-size: 0.42em; font-weight: 400; color: var(--grey); margin-left: 6px; letter-spacing: 0.06em; }
.tuition__plan { font-size: 0.95rem; color: var(--ink); padding-top: 16px; margin-top: 16px; border-top: 1px solid var(--rule); }
.tuition__plan strong { font-weight: 500; }
.tuition__note { margin-top: 26px; font-size: 0.9rem; color: var(--grey); font-style: italic; max-width: 760px; }
.section--navy .tuition__card, .section--navy2 .tuition__card { border-color: var(--rule-dark); background: rgba(255, 255, 255, 0.03); }
.section--navy .tuition__price, .section--navy2 .tuition__price { color: var(--white); }
.section--navy .tuition__plan, .section--navy2 .tuition__plan { color: rgba(248, 248, 248, 0.85); border-top-color: var(--rule-dark); }
@media (max-width: 720px) { .tuition { grid-template-columns: 1fr; } }

/* ---------- Executive-education comparison (home) ---------- */
.exec-compare { margin-top: 44px; border: 1px solid var(--rule); overflow-x: auto; background: rgba(255, 255, 255, 0.6); }
table.exec { width: 100%; border-collapse: collapse; min-width: 820px; }
table.exec th, table.exec td { padding: 18px 22px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--rule); font-size: 0.95rem; }
table.exec th {
  font-size: 0.7rem; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 500;
  color: var(--gold); background: var(--navy); border-bottom: none;
}
table.exec td .prog { font-family: var(--ff-display); font-weight: 600; font-size: 1.15rem; line-height: 1.2; display: block; }
table.exec td .inst { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey); display: block; margin-top: 3px; }
table.exec td .fee { font-family: var(--ff-display); font-weight: 600; font-size: 1.3rem; white-space: nowrap; }
table.exec td .fee-sub { display: block; font-size: 0.82rem; color: var(--grey); white-space: nowrap; }
table.exec tr.exec__sfi td { background: var(--navy); color: var(--white); border-bottom-color: var(--rule-dark); }
table.exec tr.exec__sfi td .prog { color: var(--gold); }
table.exec tr.exec__sfi td .inst { color: rgba(248, 248, 248, 0.6); }
table.exec tr.exec__sfi td .fee { color: var(--gold); }
table.exec tr.exec__sfi td .fee-sub { color: rgba(248, 248, 248, 0.65); }
table.exec tr:last-child td { border-bottom: none; }
.exec-note { margin-top: 18px; font-size: 0.82rem; color: var(--grey); line-height: 1.6; max-width: 900px; }
.exec-note a { color: inherit; }

/* ---------- Books page ---------- */
.book-hero { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
.book-cover {
  max-width: 380px; margin: 0 auto;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(201, 169, 97, 0.35);
  transform: perspective(1400px) rotateY(6deg); transition: transform 0.6s ease;
}
.book-cover:hover { transform: perspective(1400px) rotateY(0deg); }
.book-cover img { width: 100%; display: block; }
.book-byline { margin-top: 18px; font-size: 0.78rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.book-meta { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 30px; }
.book-meta span { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(248, 248, 248, 0.6); }
.book-meta span strong { display: block; font-family: var(--ff-display); font-size: 1.25rem; letter-spacing: 0; text-transform: none; font-weight: 600; color: var(--white); }
.btn--amazon { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn--amazon:hover { background: transparent; color: var(--gold); }
.section--cream .btn--amazon { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.section--cream .btn--amazon:hover { background: transparent; color: var(--ink); }
.pull {
  font-family: var(--ff-display); font-style: italic; font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.32; max-width: 900px;
}
.pull--gold { color: var(--gold); }
.scene { max-width: 780px; font-size: 1.12rem; line-height: 1.8; }
.scene p + p { margin-top: 18px; }
.scene .drop::first-letter {
  font-family: var(--ff-display); font-size: 3.6em; float: left; line-height: 0.82; padding: 6px 12px 0 0; color: var(--gold);
}
.pages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.pages-grid .media-slot { aspect-ratio: 3 / 4; }
@media (max-width: 900px) { .book-hero { grid-template-columns: 1fr; gap: 40px; } .book-cover { max-width: 300px; } }
@media (max-width: 720px) { .pages-grid { grid-template-columns: 1fr; } }
.buy-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
  background: rgba(0, 9, 25, 0.94); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(201, 169, 97, 0.35);
  transform: translateY(110%); transition: transform 0.4s ease;
}
.buy-bar.show { transform: none; }
.buy-bar__inner { width: min(1140px, 100%); margin: 0 auto; padding: 12px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.buy-bar__title { font-family: var(--ff-display); font-weight: 600; color: var(--white); font-size: 1.05rem; }
.buy-bar__title small { display: block; font-family: var(--ff-body); font-weight: 400; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.buy-bar .btn { padding: 11px 24px; }
@media (max-width: 720px) { .buy-bar__title { display: none; } .buy-bar__inner { justify-content: center; } }

/* ---------- Internships: two-column contrast ---------- */
.contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 44px; }
.contrast__col { border: 1px solid var(--rule); padding: 40px 36px; background: rgba(255, 255, 255, 0.6); }
.contrast__col--accent { border-color: var(--gold); background: rgba(201, 169, 97, 0.08); }
.contrast__col .tag { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); font-weight: 500; display: block; margin-bottom: 14px; }
.contrast__col .big { font-family: var(--ff-display); font-weight: 500; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.15; margin-bottom: 14px; }
.contrast__col ul { margin: 14px 0 0 18px; font-size: 0.95rem; }
.contrast__col ul li + li { margin-top: 6px; }
@media (max-width: 720px) { .contrast { grid-template-columns: 1fr; } }

/* ---------- Footer legal stack ---------- */
.footer__legal { margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--rule-dark); max-width: 1000px; }
.footer__swiss { font-family: var(--ff-display); font-style: italic; font-size: 1.05rem; color: var(--gold-soft); margin-bottom: 14px; }
.footer__disclaimer, .footer__tm { font-size: 0.8rem; line-height: 1.65; color: rgba(248, 248, 248, 0.55); }
.footer__disclaimer + .footer__tm { margin-top: 12px; }
.footer__disclaimer a, .footer__tm a { color: rgba(248, 248, 248, 0.7); text-decoration: underline; text-underline-offset: 3px; }
.footer__bottom { margin-top: 26px; padding-top: 0; border-top: none; }
.footer__ext { font-size: 0.85rem; color: var(--grey); font-style: italic; margin-top: 14px; }
.cover-crop { aspect-ratio: 3 / 4; overflow: hidden; border: 1px solid rgba(201, 169, 97, 0.4); background: var(--navy); margin: 0; }
.cover-crop img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.02); transition: transform 0.6s ease; }
.cover-crop:hover img { transform: scale(1.08); }

.form { position: relative; }
.form .hp { position: absolute; left: -9999px; top: 0; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.form-status { grid-column: 1 / -1; padding: 14px 18px; border: 1px solid var(--rule); font-size: 0.95rem; line-height: 1.55; }
.form-status--ok { border-color: var(--gold); background: rgba(201, 169, 97, 0.12); color: var(--ink); }
.form-status--err { border-color: #a8553f; background: rgba(168, 85, 63, 0.08); color: #6f3322; }
.form button[disabled] { opacity: 0.6; cursor: wait; }

.footer__address { font-style: normal; font-size: 0.92rem; line-height: 1.6; margin-top: 14px; color: rgba(248, 248, 248, 0.78); }
.contact-cards .card a { overflow-wrap: anywhere; }
.contact-cards address { font-style: normal; line-height: 1.7; }
.contact-cards__note { font-size: 0.9rem; color: var(--grey); margin-top: 10px; }
.fee-note { margin-top: 36px; padding: 18px 22px; border-left: 3px solid var(--gold); background: rgba(201, 169, 97, 0.1); font-size: 0.95rem; max-width: 860px; }
.section--navy .fee-note, .section--navy2 .fee-note { background: rgba(255, 255, 255, 0.04); }
.fee-policy { margin-top: 30px; border: 1px solid var(--gold); background: rgba(201, 169, 97, 0.1); padding: 30px 34px; max-width: 900px; }
.fee-policy__statement { font-family: var(--ff-display); font-size: clamp(1.3rem, 2.4vw, 1.65rem); line-height: 1.4; font-weight: 500; }
.fee-policy__updated { margin-top: 14px; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey); }
.fee-warning { margin-top: 36px; border-left: 3px solid var(--gold); padding: 22px 28px; background: rgba(255, 255, 255, 0.7); max-width: 900px; }
.fee-warning h3 { font-family: var(--ff-display); font-size: 1.35rem; font-weight: 500; margin-bottom: 8px; }
.fee-warning a { overflow-wrap: anywhere; }
/* compact side-by-side used on program / application / career pages */
.fee-split { display: grid; grid-template-columns: 1fr 1fr; margin-top: 36px; border: 1px solid var(--rule); max-width: 900px; }
.fee-split > div { padding: 24px 26px; }
.fee-split > div:first-child { border-right: 1px solid var(--rule); background: rgba(201, 169, 97, 0.08); }
.fee-split__label { display: block; font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 8px; }
.fee-split__value { font-family: var(--ff-display); font-size: 1.45rem; font-weight: 500; line-height: 1.2; margin-bottom: 6px; }
.fee-split p { font-size: 0.92rem; }
.fee-split__foot { margin-top: 12px; font-size: 0.88rem; color: var(--grey); max-width: 900px; }
.fee-split__foot a { overflow-wrap: anywhere; }
.section--navy .fee-split, .section--navy2 .fee-split, .section--navy .fee-split > div:first-child, .section--navy2 .fee-split > div:first-child { border-color: var(--rule-dark); }
.section--navy .fee-split__foot, .section--navy2 .fee-split__foot { color: rgba(248, 248, 248, 0.7); }
@media (max-width: 720px) {
  .fee-split { grid-template-columns: 1fr; }
  .fee-split > div:first-child { border-right: none; border-bottom: 1px solid var(--rule); }
  .fee-policy { padding: 24px 22px; }
}


/* Home hero wordmark — gold, sized above the trademark line beneath it */

/* Hero variant for pages with no photography: layered light, fine gold ruling, vignette */
  width: 780px; height: 780px; right: -220px; top: -260px;
  background: radial-gradient(circle, rgba(26, 47, 74, 0.95), transparent 66%);
}
  width: 560px; height: 560px; left: -180px; bottom: -240px;
  background: radial-gradient(circle, rgba(201, 169, 97, 0.18), transparent 64%);
}
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background-image:
    repeating-linear-gradient(112deg, rgba(201, 169, 97, 0.05) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, transparent 55%, rgba(0, 9, 25, 0.55) 100%);
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 68%, transparent);
}

/* Photographic hero: same treatment as the video heroes */
.hero__media--img { object-fit: cover; }

/* Full-width figure band */
.figure-band { position: relative; overflow: hidden; }
.figure-band img { display: block; width: 100%; height: clamp(260px, 42vh, 460px); object-fit: cover; }
.figure-band__caption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 0 22px;
  background: linear-gradient(180deg, transparent, rgba(0, 9, 25, 0.82));
  color: rgba(248, 248, 248, 0.92);
}
.figure-band__caption .container { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.figure-band__caption strong { font-family: var(--ff-display); font-weight: 500; font-size: 1.15rem; }
.figure-band__caption span { font-size: 0.88rem; color: rgba(248, 248, 248, 0.7); }

/* Quiet alternate background for long reading sections */
.section--paper { background: var(--cream-2); border-top: 1px solid var(--rule); }

/* Statement band usable on any page (gold rule + serif line) */
.pull-band { padding: clamp(3.4rem, 7vw, 5.6rem) 0; text-align: center; }
.pull-band__line {
  font-family: var(--ff-display); font-weight: 500; font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.35rem); line-height: 1.3;
  max-width: 900px; margin: 0 auto;
}
.pull-band__line em { font-style: italic; color: var(--gold); }
.pull-band__sub { margin: 20px auto 0; max-width: 620px; font-size: 0.97rem; }
.pull-band .title-rule { margin: 0 auto 24px; }

/* Numbered feature grid polish */
.card--feature { position: relative; padding-top: 34px; }
.card--feature .num { font-size: 1.5rem; }
.card--feature::after {
  content: ""; position: absolute; left: 0; top: 0; width: 46px; height: 2px; background: var(--gold);
  opacity: 0.8; transition: width 0.25s ease;
}
.card--feature:hover::after { width: 92px; }

@media (max-width: 720px) {
  .figure-band img { height: 230px; }
}


/* Schedule beside a portrait video */
.day-split { display: grid; grid-template-columns: minmax(0, 1fr) 264px; gap: clamp(28px, 4vw, 56px); align-items: stretch; margin-top: 44px; }
.day-split .timeline { margin-top: 0; }
.day-video { position: relative; margin: 0; }
.day-video video {
  position: absolute; top: 0; left: 0; right: 0; bottom: 34px;
  display: block; width: 100%; height: calc(100% - 34px);
  object-fit: cover; background: #000; border: 1px solid var(--rule);
}
.day-video figcaption { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; font-size: 0.85rem; line-height: 1.3; color: var(--grey); font-style: italic; }
@media (max-width: 860px) {
  .day-split { grid-template-columns: 1fr; }
  .day-video { max-width: 240px; margin-left: 34px; }
  .day-video video { position: static; height: auto; aspect-ratio: 9 / 16; max-height: 70vh; }
  .day-video figcaption { position: static; margin-top: 12px; }
}

h1.display .rmark, h2.title .rmark, .pull-band__line .rmark { font-size: 0.36em; vertical-align: 0.95em; letter-spacing: 0; }
