@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700&family=Inter:wght@400;500;600&display=swap");

:root {
  --bg: #f6f4ef;
  --paper: #ffffff;
  --paper-soft: #fdfcf8;
  --ink: #141414;
  --muted: #5f5f5f;
  --line: #e8e3d9;
  --gold: #b89454;
  --gold-soft: #d7c29b;
  --shadow: 0 14px 44px rgba(18, 18, 18, 0.06);
  --nm-topbar-offset: 108px;
}
* { box-sizing: border-box; }
img, video { max-width: 100%; }
html {
  scroll-behavior: smooth;
  position: relative;
  min-height: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  background: var(--bg);
  color: var(--ink);
  font: 16px/1.65 "Inter", "Segoe UI", Arial, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
}
html::before {
  content: "";
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  opacity: 0.92;
  background-repeat: no-repeat;
  background-position: center top, center top, center top, center top, right -220px top -120px, left -260px bottom -160px;
  background-size: cover;
  background-attachment: fixed;
  background-image:
    linear-gradient(180deg, rgba(252, 251, 248, 0.94) 0%, rgba(248, 246, 241, 0.94) 50%, rgba(246, 244, 238, 0.94) 100%),
    repeating-linear-gradient(
      112deg,
      rgba(184, 148, 84, 0.11) 0 1px,
      transparent 1px 40px
    ),
    repeating-linear-gradient(
      22deg,
      rgba(184, 148, 84, 0.07) 0 1px,
      transparent 1px 56px
    ),
    linear-gradient(135deg, transparent 0 44%, rgba(184, 148, 84, 0.06) 44% 56%, transparent 56% 100%),
    radial-gradient(820px 620px at 100% 0%, rgba(184, 148, 84, 0.12), transparent 72%),
    radial-gradient(760px 560px at 0% 100%, rgba(215, 194, 155, 0.1), transparent 70%);
  mask-image: none;
}
.topbar,
main,
#nm-footer {
  position: relative;
  z-index: 1;
}
a { color: inherit; }
.container {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding-left: max(0px, env(safe-area-inset-left));
  padding-right: max(0px, env(safe-area-inset-right));
}
.section { padding: clamp(44px, 6vw, 72px) 0; }
.section--home-programs {
  padding-top: 56px;
  padding-bottom: 64px;
}
.section-intro {
  max-width: 52rem;
}
.section--home-programs .section-intro .kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 700;
  line-height: 1.35;
}
.section--home-programs .section-intro {
  max-width: min(1120px, 100%);
}
.section--home-programs .program-directory {
  gap: 24px;
}
.section-intro .muted {
  margin-top: 10px;
  line-height: 1.28;
  font-size: clamp(28px, 3.3vw, 50px);
  letter-spacing: -0.012em;
  color: #2f2f2f;
}
.section--home-programs .section-intro .muted {
  line-height: 1.3;
  font-size: clamp(13px, 1.05vw, 18px);
  letter-spacing: -0.008em;
  font-weight: 500;
  color: #4e4e4e;
  max-width: none;
  text-wrap: pretty;
}
.section--home-programs .section-intro + .program-directory {
  margin-top: 24px;
}
.section-intro--offset {
  margin-top: 36px;
}
.section-cta-row {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.section-cta-row + .section-divider {
  margin-top: 40px;
}
.section-divider {
  height: 1px;
  margin: 0;
  border: 0;
  background: linear-gradient(to right, transparent, rgba(232, 227, 217, 0.9), transparent);
}
.section-tight { padding: clamp(28px, 4.5vw, 48px) 0; }
.section-soft { padding: clamp(52px, 8vw, 84px) 0; }
.stack-8 > * + * { margin-top: 8px; }
.stack-12 > * + * { margin-top: 12px; }
.stack-16 > * + * { margin-top: 16px; }
.stack-24 > * + * { margin-top: 24px; }
.measure-md { max-width: 760px; }
.measure-lg { max-width: 920px; }
.kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
h1, h2, h3, h4 { margin: 0; line-height: 1.2; }
h1 { font-size: clamp(34px, 5.1vw, 66px); letter-spacing: -0.02em; }
h2 { font-size: clamp(28px, 3.8vw, 46px); letter-spacing: -0.015em; }
h3 { font-size: clamp(20px, 2.2vw, 27px); }
p { margin: 0; }
.lead { color: var(--muted); max-width: 780px; margin-top: 18px; }
.muted { color: var(--muted); }

.topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(190, 190, 190, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(247, 247, 247, 0.7));
  backdrop-filter: saturate(165%) blur(14px);
  -webkit-backdrop-filter: saturate(165%) blur(14px);
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.08);
  transform: translateY(0);
  transition: transform 0.28s ease;
  will-change: transform;
}
.topbar.topbar--hidden {
  transform: translateY(-100%);
}
body.menu-open .topbar {
  transform: translateY(0);
}
#nm-nav {
  min-height: var(--nm-topbar-offset);
}
.topbar-inner {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  min-height: 88px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brand {
  flex: 0 0 auto;
  text-decoration: none;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
}
.brand-logo {
  display: block;
  height: 42px;
  width: auto;
  max-width: min(300px, 52vw);
  object-fit: contain;
  background: none;
  background-color: transparent;
  vertical-align: middle;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d8c6a5;
  background: linear-gradient(140deg, #fff8e8, #f2deb0);
  color: #6d5735;
  font-size: 11px;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.brand-text {
  display: grid;
  line-height: 1.1;
}
.brand-text > span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
  font-weight: 700;
}
.brand-text small {
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #7f6f56;
  text-transform: uppercase;
}
.menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.2rem clamp(5px, 0.9vw, 14px);
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.menu::-webkit-scrollbar {
  display: none;
  height: 0;
}
.menu a {
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.035em;
  color: #373737;
  padding: 8px 3px;
  white-space: nowrap;
  flex: 0 0 auto;
}
.menu a:hover { color: var(--gold); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  flex-shrink: 0;
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #ddd2bf;
  border-radius: 50%;
  background: #fffefb;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 4px;
  transition: 0.26s ease;
}
.menu-toggle:hover {
  border-color: #cfb88f;
  background: #fffbf1;
}
.menu-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.14);
}
.hamburger-line {
  position: absolute;
  width: 16px;
  height: 1.6px;
  background: #514530;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.hamburger-line:first-child { transform: translateY(-4px); }
.hamburger-line:last-child { transform: translateY(4px); }
.menu-toggle.active .hamburger-line:first-child { transform: rotate(45deg); }
.menu-toggle.active .hamburger-line:last-child { transform: rotate(-45deg); }

body.menu-open {
  overflow: hidden;
  touch-action: none;
}
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(23, 19, 13, 0.26);
  opacity: 0;
  pointer-events: none;
  z-index: 1998;
  transition: opacity 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.mobile-menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(92vw, 420px);
  height: 100dvh;
  background: linear-gradient(160deg, #fffefb, #f9f4e8);
  border-left: 1px solid #e3d9c6;
  z-index: 1999;
  transform: translateX(104%);
  transition: transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 46px rgba(18, 16, 12, 0.16);
  pointer-events: none;
  visibility: hidden;
}
.mobile-menu.active {
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
}
.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: calc(14px + env(safe-area-inset-top)) 18px 14px;
  border-bottom: 1px solid #e7dcc7;
}
.mobile-menu-brand {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-right: 8px;
}
.mobile-menu-logo {
  display: block;
  height: 36px;
  width: auto;
  max-width: min(240px, calc(100vw - 140px));
  object-fit: contain;
}
.mobile-menu-brand:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.14);
  border-radius: 6px;
}
.mobile-menu-close {
  border: 1px solid #dcc9a8;
  border-radius: 999px;
  background: #fff9ec;
  color: #5f4d31;
  min-height: 38px;
  padding: 8px 14px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mobile-menu-scroll {
  padding: 12px calc(16px + env(safe-area-inset-right)) calc(18px + env(safe-area-inset-bottom)) calc(16px + env(safe-area-inset-left));
  overflow: auto;
  overscroll-behavior: contain;
}
.mobile-menu-scroll > * + * {
  margin-top: 8px;
}
.mobile-lang-section {
  margin-top: 0;
  padding-top: 2px;
  width: 100%;
}
.mobile-menu-scroll .mobile-menu-divider + .mobile-lang-section {
  margin-top: 14px;
}
.mobile-menu-scroll .mobile-lang-section + .mobile-cta {
  margin-top: 28px;
}
.mobile-lang-label {
  margin: 0 0 8px;
  padding: 0 2px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(37, 37, 37, 0.72);
}
.mobile-link,
.mobile-group-toggle {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: left;
  color: #252525;
  border: 1px solid transparent;
  border-radius: 12px;
  min-height: 48px;
  padding: 12px 14px;
  background: transparent;
  font-size: 15px;
  line-height: 1.35;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}
.mobile-link:hover,
.mobile-group-toggle:hover {
  background: #fff;
  border-color: #e8decf;
}
.mobile-link:focus-visible,
.mobile-group-toggle:focus-visible,
.mobile-menu-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.14);
}
.mobile-group {
  border: 1px solid #ece3d2;
  border-radius: 12px;
  background: #fff;
  margin: 8px 0;
  overflow: hidden;
}
.mobile-group-toggle {
  font-weight: 600;
  position: relative;
  padding-right: 38px;
}
.mobile-group-toggle::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8c7347;
  font-size: 18px;
}
.mobile-group.open .mobile-group-toggle::after { content: "−"; }
.mobile-submenu {
  display: grid;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-group.open .mobile-submenu {
  max-height: 620px;
}
.mobile-submenu a {
  text-decoration: none;
  color: #444;
  font-size: 14px;
  min-height: 46px;
  padding: 12px 14px 12px 24px;
  border-top: 1px solid #f0eadf;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
}
.mobile-submenu a:hover {
  background: #fffcf5;
  color: #5f4a25;
}
.mobile-menu-divider {
  height: 1px;
  margin: 14px 4px;
  background: linear-gradient(to right, transparent, #dccaa8, transparent);
}
.mobile-cta {
  width: 100%;
  margin-top: 8px;
  min-height: 48px;
  font-size: 12px;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
}

/* Pop-up açıkken arka plan kaydırmasını kapat */
html.nm-popup-scroll-lock,
body.nm-popup-scroll-lock {
  overflow: hidden !important;
  overscroll-behavior: none;
}
body.nm-popup-scroll-lock {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

.contact-popup-wrap {
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.contact-popup-wrap.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.contact-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 20, 0.34);
  backdrop-filter: blur(2px);
}
.contact-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 480px);
  border: 1px solid rgba(212, 198, 170, 0.85);
  border-radius: 24px;
  background: linear-gradient(165deg, #fffefb 0%, #faf6ec 55%, #f5efe3 100%);
  box-shadow:
    0 32px 80px rgba(18, 16, 12, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  padding: 0;
  overflow: hidden;
}
.contact-popup-body {
  padding: 22px 26px 28px;
  text-align: center;
}
.contact-popup-body .kicker {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  font-weight: 500;
  color: #a8894a;
}
.contact-popup-title {
  margin: 10px 0 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 4.2vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #121212;
}
.contact-popup-sub {
  margin: 12px auto 0;
  max-width: 38ch;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  line-height: 1.65;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5c5a56;
  font-weight: 500;
}
.contact-popup-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 168px;
  max-height: 220px;
  overflow: hidden;
  background: #1a1f2e;
}
.contact-popup-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 18, 32, 0.12) 0%, transparent 38%),
    linear-gradient(160deg, rgba(184, 148, 84, 0.08), transparent 45%),
    linear-gradient(0deg, rgba(17, 34, 68, 0.18), rgba(17, 34, 68, 0.04));
  pointer-events: none;
}
.contact-popup-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.03) brightness(0.97);
}
.contact-popup-form {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  text-align: left;
}
.contact-popup-form .input,
.contact-popup-form .select {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
}
.contact-popup-actions {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-popup-actions .btn {
  width: 100%;
  min-height: 46px;
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 250, 240, 0.55);
  background: rgba(255, 252, 245, 0.92);
  backdrop-filter: blur(6px);
  color: #4a3f2a;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.contact-popup-close::before,
.contact-popup-close::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1.8px;
  border-radius: 999px;
  background: currentColor;
}
.contact-popup-close::before {
  transform: rotate(45deg);
}
.contact-popup-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  body.nm-popup-scroll-lock {
    position: static;
    left: auto;
    right: auto;
    width: auto;
  }
  .contact-popup-wrap {
    padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));
  }
  .contact-popup {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    width: min(100%, 420px);
    max-height: calc(100dvh - 20px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    overflow: auto;
  }
  .contact-popup-body {
    padding: 18px 20px 22px;
  }
  .contact-popup-title {
    font-size: clamp(17px, 4.8vw, 24px);
    letter-spacing: 0.05em;
  }
  .contact-popup-sub {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .contact-popup-visual {
    min-height: 150px;
    max-height: 200px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.24s ease;
}
.btn-gold {
  background: linear-gradient(120deg, var(--gold), var(--gold-soft));
  color: #1f1f1f;
  font-weight: 700;
  border: none;
}
.btn-gold:hover { transform: translateY(-1px); filter: brightness(1.04); box-shadow: 0 8px 24px rgba(184, 148, 84, 0.22); }
.btn-gold:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.22);
}
.btn-line {
  border: 1px solid #d8ccb5;
  color: #3f3f3f;
  background: rgba(255, 255, 255, 0.72);
}
.btn-line:hover { border-color: var(--gold); color: var(--gold); background: #fffefb; }
.btn-line:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.14);
}
.btn.gold { background: linear-gradient(120deg, var(--gold), var(--gold-soft)); color: #1f1f1f; font-weight: 700; }
.btn.line { border: 1px solid #d8ccb5; color: #3f3f3f; background: rgba(255, 255, 255, 0.65); }

.hero-entry {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  margin-bottom: 18px;
}
.home-top-slider {
  position: relative;
  min-height: clamp(500px, 74vh, 760px);
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 42px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 24px 52px rgba(10, 14, 22, 0.08);
}
.home-top-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(640px 320px at 14% 18%, rgba(223, 197, 152, 0.2), transparent 68%),
    radial-gradient(760px 420px at 82% 10%, rgba(12, 18, 30, 0.22), transparent 72%);
}
.home-top-slider-bg {
  position: absolute;
  inset: 0;
}
.home-top-slider-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.55s ease, transform 5.6s ease;
  transform: scale(1.03);
  filter: saturate(0.92) contrast(1.08) brightness(0.78);
}
.home-top-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(103deg, rgba(6, 10, 18, 0.72) 0%, rgba(8, 12, 20, 0.52) 34%, rgba(8, 12, 20, 0.31) 62%, rgba(8, 12, 20, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.3));
  pointer-events: none;
}
.home-top-slider-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  min-height: clamp(500px, 74vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 430px);
  align-items: center;
  gap: 30px;
}
.home-top-slider-overlay::before {
  content: "Nations and More";
  position: absolute;
  right: 16px;
  top: 14px;
  color: rgba(255, 255, 255, 0.18);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 10px;
  pointer-events: none;
}
.home-top-copy {
  max-width: 760px;
  padding: 40px 40px 38px 30px;
  border-radius: 28px;
  border: 1px solid rgba(233, 220, 191, 0.34);
  background: linear-gradient(155deg, rgba(9, 13, 23, 0.46), rgba(14, 21, 34, 0.22));
  backdrop-filter: blur(8px);
  box-shadow: 0 30px 64px rgba(7, 10, 18, 0.34), 0 1px 0 rgba(255, 255, 255, 0.16) inset;
  position: relative;
}
.home-top-copy::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(223, 202, 162, 0.9), rgba(223, 202, 162, 0.16));
}
.home-top-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(214, 193, 151, 0.55);
  color: rgba(250, 239, 215, 0.96);
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}
.home-top-monogram {
  position: absolute;
  right: 26px;
  top: 22px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 5.6vw, 82px);
  line-height: 0.9;
  color: rgba(230, 204, 155, 0.22);
  letter-spacing: -0.03em;
  pointer-events: none;
}
.home-top-copy h1 {
  color: #fff;
  margin-top: 14px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 8vw, 102px);
  letter-spacing: -0.02em;
  font-weight: 600;
  line-height: 0.92;
  text-wrap: balance;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.46);
}
.home-top-copy p {
  margin-top: 16px;
  color: rgba(244, 244, 244, 0.93);
  max-width: 40ch;
  font-size: clamp(14px, 1.28vw, 17px);
  line-height: 1.62;
  letter-spacing: 0.01em;
  text-wrap: balance;
}
.home-top-meta {
  margin-top: 10px;
  color: rgba(234, 219, 190, 0.86);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-top-actions {
  margin-top: 24px;
  gap: 12px;
}
.home-top-actions .btn {
  min-height: 48px;
  padding: 11px 20px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.home-top-cta-line {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.home-top-cta-line:hover {
  border-color: rgba(223, 202, 162, 0.92);
  background: rgba(255, 255, 255, 0.16);
}
.home-top-cta {
  min-height: 46px;
  box-shadow: 0 12px 26px rgba(184, 148, 84, 0.26);
}
.home-top-cta:hover {
  box-shadow: 0 18px 34px rgba(184, 148, 84, 0.36);
}
.home-top-thumbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  align-self: center;
  position: relative;
  padding: 6px 4px 12px 0;
  max-height: min(520px, calc(100vh - 196px));
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: default;
  touch-action: pan-y;
  will-change: scroll-position;
}
.home-top-side-rail {
  border: 1px solid rgba(224, 205, 169, 0.32);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(10, 15, 26, 0.56), rgba(17, 23, 34, 0.36));
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 58px rgba(7, 11, 18, 0.34), 0 1px 0 rgba(255, 255, 255, 0.16) inset;
  overflow: hidden;
}
.home-top-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(221, 201, 164, 0.2);
  background: linear-gradient(180deg, rgba(10, 15, 23, 0.5), rgba(10, 15, 23, 0.22));
}
.home-top-side-head strong {
  color: rgba(246, 235, 212, 0.95);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}
.home-top-side-head a {
  color: rgba(238, 220, 185, 0.95);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(224, 201, 156, 0.5);
}
.home-top-thumbs.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.home-top-thumbs.is-dragging * {
  user-select: none;
}
.home-top-thumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.home-top-thumb {
  position: relative;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: stretch;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(140deg, rgba(22, 27, 39, 0.74), rgba(30, 37, 51, 0.56));
  backdrop-filter: blur(7px);
  cursor: pointer;
  min-height: 108px;
  box-shadow:
    0 16px 30px rgba(8, 12, 22, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.2) inset;
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease, background-color 0.26s ease;
}
.home-top-thumb:hover {
  transform: translateY(-3px);
  border-color: rgba(219, 198, 159, 0.88);
  box-shadow:
    0 21px 36px rgba(8, 12, 22, 0.29),
    0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.home-top-thumb:nth-child(odd) img {
  filter: contrast(1.05) saturate(0.96) brightness(0.9);
}
.home-top-thumb:nth-child(even) img {
  filter: contrast(1.08) saturate(0.92) brightness(0.88);
}
.home-top-thumb:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(184, 148, 84, 0.28),
    0 18px 34px rgba(8, 12, 22, 0.24);
}
.home-top-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}
.home-top-thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.22), transparent);
}
.home-top-thumb-copy {
  position: relative;
  z-index: 1;
  padding: 10px 13px 11px;
  color: #fff;
  display: grid;
  align-content: center;
}
.home-top-thumb-index {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: rgba(233, 209, 166, 0.88);
  font-weight: 600;
}
.home-top-thumb-copy em {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 224, 188, 0.96);
  border: 1px solid rgba(219, 198, 159, 0.48);
  border-radius: 999px;
  padding: 2px 8px;
  margin-top: 4px;
}
.home-top-thumb-copy strong {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.home-top-thumb-copy span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  color: rgba(238, 228, 206, 0.86);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-top-card-link {
  margin-top: 8px;
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(220, 199, 159, 0.56);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-self: start;
}
.home-top-card-link:hover {
  border-color: rgba(220, 199, 159, 0.9);
  background: rgba(255, 255, 255, 0.14);
}
.home-top-thumb.is-active {
  border-color: rgba(219, 198, 159, 0.9);
  box-shadow:
    0 30px 52px rgba(8, 12, 22, 0.4),
    0 0 0 1px rgba(219, 198, 159, 0.84) inset;
  background: linear-gradient(140deg, rgba(24, 28, 40, 0.74), rgba(34, 41, 58, 0.62));
}
.home-top-thumb.is-active .home-top-thumb-index {
  color: rgba(243, 225, 188, 0.98);
}
.home-top-thumb.is-active .home-top-thumb-copy strong {
  color: #fffdf7;
}
.home-top-nav {
  position: absolute;
  right: max(22px, calc((100vw - 1250px) / 2 + 6px));
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
}
.home-top-progress {
  width: clamp(90px, 14vw, 160px);
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  overflow: hidden;
}
.home-top-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(223, 202, 162, 0.84), rgba(243, 226, 192, 0.98));
  border-radius: inherit;
  transition: width 0.42s ease;
}
.home-top-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(9, 13, 22, 0.38);
  backdrop-filter: blur(4px);
  color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.home-top-btn:hover {
  border-color: rgba(219, 198, 159, 0.86);
  background: rgba(9, 13, 22, 0.58);
  transform: translateY(-1px);
}
.home-top-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.2);
}
.hero-premium {
  padding: 88px 0 52px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  align-items: stretch;
}
.hero-main {
  border: 1px solid rgba(229, 219, 201, 0.85);
  border-radius: 22px;
  padding: 44px 46px;
  background:
    linear-gradient(125deg, rgba(255, 254, 251, 0.94) 0%, rgba(252, 249, 242, 0.92) 100%),
    url("https://images.pexels.com/photos/262367/pexels-photo-262367.jpeg") center/cover no-repeat;
  box-shadow: var(--shadow);
}
.hero-main .lead {
  max-width: 720px;
}
.hero-main h1,
.hero-main h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: #121212;
}
.hero-points {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}
.hero-point {
  display: flex;
  gap: 10px;
  color: #474747;
}
.hero-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}
.hero-side-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  min-height: 220px;
}
.hero-side-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-side-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.08));
}
.hero-side-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 16px;
  color: #fff;
}
.hero-video {
  position: absolute;
  inset: 0;
}
.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.38) 38%,
    rgba(0, 0, 0, 0.18) 70%,
    rgba(0, 0, 0, 0.08) 100%
  );
  display: flex;
  align-items: flex-end;
}
.hero-content {
  color: #fff;
  width: min(1220px, 92vw);
  margin: 0 auto 9vh;
}
.hero-content .lead { color: #f0f0f0; }
.hero-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.nm-linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-color: #c6daf4;
  background: linear-gradient(150deg, #f5f9ff, #eaf3ff);
  color: #0a3f78;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 15px;
}
.nm-linkedin-btn:hover {
  border-color: #9dc1ea;
  background: linear-gradient(150deg, #eef5ff, #dfedff);
}
.nm-linkedin-btn-icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #0a66c2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nm-linkedin-btn-icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(16px, 2.2vw, 24px);
  box-shadow: var(--shadow);
}
.card-soft { background: var(--paper-soft); }
.image-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 18px;
  border: 1px solid var(--line);
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.04) contrast(1.02) brightness(0.98);
}
.image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.56), transparent);
}

.grid-2, .grid-3, .grid-4 { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid2, .grid3, .grid4 { display: grid; gap: 16px; }
.grid2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; padding: 72px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }

.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.stat {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 17px;
}
.stat b { display: block; font-size: 31px; line-height: 1; margin-bottom: 6px; }

.flag {
  width: 34px;
  height: 24px;
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid #d8d8d8;
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.program-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.carousel {
  position: relative;
  overflow: hidden;
}
.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.carousel-item {
  min-width: calc(33.333% - 10.66px);
  margin-right: 16px;
}
.card-link {
  display: block;
  text-decoration: none;
}
.card-link:hover {
  border-color: rgba(184, 148, 84, 0.55);
  box-shadow: 0 14px 40px rgba(18, 18, 18, 0.08);
}
.card-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.14);
}
.is-card-link {
  cursor: pointer;
}
.carousel-nav {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}
.carousel-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  min-width: 38px;
  height: 38px;
  touch-action: manipulation;
  color: #6d5a3d;
  transition: 0.22s ease;
}
.carousel-btn:hover {
  border-color: #dbc69f;
  background: #fffcf4;
}
.carousel-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.12);
}
.carousel-shell {
  border: 1px solid #e8decb;
  border-radius: 18px;
  background: linear-gradient(140deg, #fffefb, #fcf8ef);
  padding: 16px;
}
.visual-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.visual-card {
  position: relative;
  min-height: 260px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.05));
}
.visual-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 16px;
  color: #fff;
}
.visual-content p {
  margin-top: 6px;
  color: rgba(245, 245, 245, 0.95);
  font-size: 14px;
}
.visual-divider {
  height: 1px;
  margin: 20px 0;
  background: linear-gradient(to right, transparent, #dfd2b8, transparent);
}
.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--line), transparent);
  margin: 8px 0;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e2d7bf;
  border-radius: 999px;
  padding: 7px 12px;
  background: #fffdf8;
  font-size: 12px;
  color: #6c5735;
}
.trust-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.trust-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #434343;
}
.dot-gold {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 8px;
  background: linear-gradient(120deg, var(--gold), var(--gold-soft));
  flex-shrink: 0;
}
.country-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.country-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 16px;
}
.country-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.country-showcase-card {
  display: block;
  text-decoration: none;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.country-showcase-card img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  display: block;
}
.country-showcase-body {
  display: block;
  padding: 14px 14px 16px;
}
.country-showcase-summary {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.6;
  min-height: 72px;
}
.country-showcase-action {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid rgba(184, 148, 84, 0.48);
  padding-bottom: 2px;
}
.country-showcase-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 148, 84, 0.55);
  box-shadow: 0 16px 44px rgba(18, 18, 18, 0.1);
}
.country-showcase-card:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.14);
}
.country-showcase-card:hover .country-showcase-action {
  border-bottom-color: rgba(184, 148, 84, 0.92);
}
.program-directory {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.program-tile {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(232, 227, 217, 0.95);
  background: var(--paper);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(18, 18, 18, 0.04);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.program-tile:hover {
  border-color: rgba(184, 148, 84, 0.35);
  box-shadow: 0 12px 36px rgba(18, 18, 18, 0.07);
}
.program-tile.is-card-link {
  cursor: pointer;
}
.program-tile.is-card-link:hover {
  transform: translateY(-2px);
}
.program-tile.is-card-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.14);
}
.program-thumb {
  position: relative;
  height: 170px;
  background: #e9e5db;
  overflow: hidden;
}
.program-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.04) contrast(1.03) brightness(0.97);
}
.program-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(160deg, rgba(197, 161, 102, 0.05), rgba(255, 255, 255, 0.02) 52%, rgba(167, 138, 87, 0.07)),
    linear-gradient(180deg, rgba(17, 34, 68, 0.12), rgba(17, 34, 68, 0.05));
}
.program-thumb .flag {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 36px;
  height: 24px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}
.program-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.program-meta {
  font-size: 11px;
  color: #7a6645;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.program-title {
  margin-top: 8px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}
.program-text {
  margin-top: 10px;
  color: var(--muted);
  min-height: 4.2em;
  line-height: 1.55;
  font-size: clamp(14px, 1.3vw, 15px);
}
.program-actions {
  margin-top: auto;
  padding-top: 14px;
}
.program-actions .btn {
  width: 100%;
  justify-content: center;
}
@media (min-width: 520px) {
  .program-actions .btn {
    width: auto;
    min-width: 12rem;
    align-self: flex-start;
  }
}
.process-wrap {
  display: grid;
  gap: 16px;
}
.process-step {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 16px;
}
.process-index {
  position: relative;
  border-right: 1px solid #efe8dc;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.process-index span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #dcc8a1;
  background: linear-gradient(130deg, #fff8e9, #f5e4bf);
  color: #6f5730;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.process-content h3 {
  font-size: 24px;
}
.process-content p {
  margin-top: 8px;
  color: var(--muted);
}
.process-note {
  margin-top: 10px;
  font-size: 13px;
  color: #6f6046;
}
.country-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  font-weight: 600;
}
.copy-block {
  max-width: 940px;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 1.8;
}
.source-note {
  border: 1px solid #eadfcf;
  border-radius: 14px;
  background: #fffdf8;
  padding: 14px 16px;
}
.source-note p {
  color: #5e5a52;
  font-size: 14px;
  line-height: 1.7;
}
.source-note a {
  color: #6f5a36;
  text-decoration: none;
  border-bottom: 1px solid #dcc8a0;
}
.source-note a:hover {
  color: var(--gold);
}
.cta-band {
  border: 1px solid #e2d6bf;
  border-radius: 20px;
  background: linear-gradient(145deg, #fffefb 0%, #faf6ec 55%, #f5efe4 100%);
  padding: 40px 44px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}
.cta-band .hero-actions {
  justify-content: center;
}
.cta-band h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.cta-band .muted {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}

.faq-a {
  display: none;
  padding: 0 18px 16px;
  color: var(--muted);
}
.faq-item.active .faq-a { display: block; }
.faq-shell {
  border: 1px solid #e7dece;
  border-radius: 18px;
  background: linear-gradient(140deg, #fffefc, #fbf7ee);
  padding: 18px;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item:last-child { margin-bottom: 0; }
.faq-q {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  padding: 18px 52px 18px 18px;
  font-size: clamp(15px, 1.8vw, 16px);
  line-height: 1.45;
  color: var(--ink);
  transition: color 0.2s ease;
}
.faq-q:hover {
  color: #3a3a3a;
}
.faq-q::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddcaa5;
  color: #745d36;
  font-size: 16px;
  background: #fff9ed;
}
.faq-item.active .faq-q::after { content: "−"; }
.faq-a {
  padding: 0 18px 18px;
  color: #585858;
  line-height: 1.75;
}

table { width: 100%; border-collapse: collapse; }
th, td {
  border-bottom: 1px solid var(--line);
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}
th {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #786140;
  background: #faf6ef;
}
td, th {
  overflow-wrap: anywhere;
  word-break: normal;
}

.form-shell {
  border: 1px solid #e5d9c3;
  border-radius: 18px;
  background: linear-gradient(145deg, #fffefb, #fcf8f0);
  padding: 22px;
}
.form-head {
  margin-bottom: 16px;
}
.form-head p {
  margin-top: 9px;
  color: var(--muted);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.field {
  margin-bottom: 14px;
}
.field-full {
  grid-column: 1 / -1;
}
.label {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
  color: #433f36;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.input, .textarea, .select, .file {
  width: 100%;
  border: 1px solid #daccb3;
  border-radius: 12px;
  background: #fff;
  min-height: 46px;
  padding: 12px 13px;
  font-size: 15px;
  line-height: 1.4;
  color: #212121;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}
.input::placeholder, .textarea::placeholder {
  color: #9a8d75;
}
.input:focus, .textarea:focus, .select:focus, .file:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.12);
  background: #fffefb;
}
.input:invalid:not(:placeholder-shown),
.textarea:invalid:not(:placeholder-shown),
.select:invalid {
  border-color: #b96a6a;
  box-shadow: 0 0 0 4px rgba(185, 106, 106, 0.1);
}
.textarea { min-height: 136px; resize: vertical; }
.form-note {
  margin-top: 8px;
  font-size: 13px;
  color: #736851;
}
.consent-stack {
  display: grid;
  gap: 10px;
}
.consent-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #e5dccb;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fffefb;
  color: #48433a;
  font-size: clamp(13px, 1.5vw, 14px);
  line-height: 1.55;
}
.consent-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #b89454;
  flex-shrink: 0;
}
.consent-item.optional {
  background: #fcfaf4;
}
.consent-item a {
  color: #866735;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 148, 84, 0.4);
}
.consent-item a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.legal-microcopy {
  margin-top: 10px;
  color: #6a614f;
  font-size: 13px;
  line-height: 1.6;
}
.btn-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
}

footer {
  margin-top: 80px;
  border-top: 1px solid var(--line);
  padding: 36px 0 44px;
  color: #6e6e6e;
  background: linear-gradient(180deg, #fcfbf8 0%, #f8f6f2 100%);
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(4, minmax(120px, 1fr));
  gap: 22px 22px;
  align-items: start;
}
.site-footer .footer-block {
  min-width: 0;
}
.site-footer .footer-block strong {
  color: #1f1f1f;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.site-footer .footer-block .footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 10px;
}
.site-footer .footer-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(280px, 100%);
  object-fit: contain;
}
.site-footer .footer-brand:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.14);
  border-radius: 6px;
}
.footer-copy {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.footer-copy a {
  color: #666;
  text-decoration: none;
}
.footer-copy a:hover { color: var(--gold); }
.site-footer .footer-block:first-child .footer-copy {
  max-width: 30ch;
}
.site-footer .footer-block .btn {
  margin-top: 12px;
  min-height: 40px;
  padding: 8px 14px;
  font-size: 10px;
  letter-spacing: 0.09em;
  border-radius: 999px;
}
.site-footer .divider {
  margin: 18px 0 10px;
}

.program-detail-page main.container > section:not([class]) {
  padding: 28px 0;
}
.program-detail-page .program-hero-copy {
  padding: 36px;
  border: 1px solid #e8decb;
  background:
    linear-gradient(145deg, rgba(255, 254, 251, 0.98), rgba(250, 246, 236, 0.96)),
    radial-gradient(1200px 480px at 0% 0%, rgba(184, 148, 84, 0.06), transparent 60%);
  box-shadow: 0 16px 48px rgba(18, 18, 18, 0.08), 0 1px 0 rgba(255, 255, 255, 0.75) inset !important;
}
.program-detail-page .program-hero-copy h1 {
  margin-top: 8px;
  font-size: clamp(36px, 4.7vw, 58px);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.program-detail-page .program-hero-sub {
  margin-top: 12px;
  font-size: clamp(18px, 1.95vw, 24px);
  color: #2f2b23;
  line-height: 1.4;
}
.program-detail-page .lead {
  max-width: 760px;
  margin-top: 12px;
  line-height: 1.75;
}
.program-detail-page .grid2,
.program-detail-page .grid3 {
  margin-top: 14px;
}
.program-detail-page .image-card {
  border-radius: 16px;
}
.program-detail-page .program-copy {
  max-width: 98ch;
  line-height: 1.75;
}
.program-detail-page .card,
.program-detail-page .card-soft {
  background: linear-gradient(150deg, #fffefb 0%, #faf8f3 100%);
  border: 1px solid #e9e2d5;
  border-radius: 24px;
  box-shadow: 0 8px 26px rgba(18, 18, 18, 0.05), 0 1px 0 rgba(255, 255, 255, 0.75) inset !important;
}
.program-detail-page .card h3 {
  font-size: clamp(19px, 1.9vw, 24px);
}
.program-detail-page .split {
  gap: 16px;
}
.program-detail-page .section {
  padding-top: 64px;
  padding-bottom: 64px;
}
.program-detail-page .section-tight {
  padding-top: 44px;
  padding-bottom: 44px;
}
.program-detail-page .program-detail-addon .faq-item {
  margin-top: 10px;
}

/* Program detail — structured advisory layout */
.program-detail-page .pd-hero-tagline {
  font-weight: 500;
  letter-spacing: -0.015em;
  max-width: 36ch;
}
.program-detail-page .pd-summary {
  border: 1px solid #e6dcc8;
  border-radius: 22px;
  padding: 28px 32px;
  background:
    linear-gradient(165deg, #fffefb 0%, #faf5e9 100%),
    radial-gradient(900px 340px at 0% 0%, rgba(184, 148, 84, 0.08), transparent 65%);
  box-shadow: 0 12px 34px rgba(18, 18, 18, 0.06), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}
.program-detail-page .pd-summary-text {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.82;
  color: #35322d;
  max-width: 98ch;
}
.program-detail-page .pd-summary-news {
  margin-top: 14px;
  border: 1px solid #e7dece;
  border-radius: 18px;
  padding: 18px 20px;
  background: linear-gradient(155deg, #fffefb, #fcfaf4);
  box-shadow: 0 6px 18px rgba(18, 18, 18, 0.04);
}
.program-detail-page .pd-summary-news-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.78;
  color: #35322d;
}
.program-detail-page .pd-quick-facts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.program-detail-page .pd-stat {
  border: 1px solid #e7dece;
  border-radius: 18px;
  padding: 18px 20px;
  background: linear-gradient(155deg, #fffefb, #fcfaf4);
  box-shadow: 0 6px 18px rgba(18, 18, 18, 0.04);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.program-detail-page .pd-stat:hover {
  border-color: #d4c4a8;
  box-shadow: 0 14px 28px rgba(18, 18, 18, 0.07);
  transform: translateY(-2px);
}
.program-detail-page .pd-stat-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 6px;
}
.program-detail-page .pd-stat-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
}
.program-detail-page .pd-section-head {
  max-width: 52rem;
  margin-bottom: 10px;
}
.program-detail-page .pd-content-wrap {
  width: 100%;
  box-sizing: border-box;
}
.program-detail-page .pd-content-wrap .section,
.program-detail-page .pd-content-wrap .section-tight {
  padding-left: 0;
  padding-right: 0;
}
.program-detail-page .pd-content-wrap .pd-section-head,
.program-detail-page .pd-content-wrap .pd-prose-wrap,
.program-detail-page .pd-content-wrap .pd-block-capital {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.program-detail-page .pd-section-head h2 {
  margin-top: 10px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(30px, 2.9vw, 40px);
  letter-spacing: -0.03em;
  font-weight: 500;
}
.program-detail-page .pd-section-head .kicker {
  letter-spacing: 0.2em;
}
.program-detail-page .pd-block {
  position: relative;
  overflow: hidden;
}
.program-detail-page .pd-block::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 36%);
  opacity: 0.55;
}
.program-detail-page .pd-card-title {
  margin-top: 8px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #141414;
}
.program-detail-page h3.pd-card-title {
  font-size: clamp(20px, 1.8vw, 24px);
}
.program-detail-page .pd-card-lead {
  margin-top: 12px;
}
.program-detail-page .card.card-soft > .program-copy + .program-copy {
  margin-top: 10px;
}
.program-detail-page .program-hero-sub.pd-hero-tagline {
  margin-top: 10px;
}
.program-detail-page .pd-prose-wrap .pd-prose {
  margin-top: 14px;
}
.program-detail-page .pd-options-grid {
  display: grid;
  gap: 16px;
}
.program-detail-page .pd-option-card {
  border: 1px solid #e8dfcf;
  border-radius: 22px;
  padding: 24px 28px;
  background:
    linear-gradient(145deg, #fffefc 0%, #fbf8f1 100%),
    radial-gradient(600px 220px at 0% 0%, rgba(184, 148, 84, 0.05), transparent 68%);
  box-shadow: 0 10px 30px rgba(18, 18, 18, 0.05);
}
.program-detail-page .pd-option-card:nth-child(odd) {
  background:
    linear-gradient(145deg, #fffefc 0%, #fbf8f1 100%),
    radial-gradient(660px 240px at 0% 0%, rgba(184, 148, 84, 0.06), transparent 70%);
}
.program-detail-page .pd-option-card:nth-child(even) {
  background:
    linear-gradient(145deg, #fffefc 0%, #faf6ee 100%),
    radial-gradient(700px 250px at 100% 0%, rgba(184, 148, 84, 0.05), transparent 70%);
}
.program-detail-page .pd-option-card h3 {
  margin: 0 0 10px;
  font-size: clamp(19px, 1.6vw, 22px);
  color: #171717;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  letter-spacing: -0.01em;
}
.program-detail-page .pd-option-card .program-copy + .program-copy {
  margin-top: 8px;
}
.program-detail-page .pd-process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.program-detail-page .pd-process-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  min-height: 100%;
}
.program-detail-page .pd-process-num {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #5a4a2a;
  background: linear-gradient(145deg, #f5ebd4, #e5d6b8);
  border: 1px solid #d8c9a4;
}
.program-detail-page .pd-process-body {
  flex: 1;
  min-width: 0;
}
.program-detail-page .pd-process-body h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}
.program-detail-page .pd-block-benefits,
.program-detail-page .pd-block-fit,
.program-detail-page .pd-block-positioning {
  background: linear-gradient(150deg, #fffefb 0%, #faf7f0 100%);
}
.program-detail-page .pd-block-family,
.program-detail-page .pd-block-requirements {
  background: linear-gradient(150deg, #fffefb 0%, #f9f6ef 100%);
}
.program-detail-page .pd-block-authority {
  background:
    linear-gradient(150deg, #fffefb 0%, #f8f2e7 100%),
    radial-gradient(560px 210px at 100% 0%, rgba(184, 148, 84, 0.08), transparent 72%);
}
.program-detail-page .trust-list {
  gap: 11px;
}
.program-detail-page .trust-item {
  align-items: flex-start;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(232, 223, 207, 0.66);
}
.program-detail-page .trust-item .dot-gold {
  margin-top: 7px;
}
.program-detail-page .pd-timeline-card {
  border: 1px solid #e4d8c2;
  background: linear-gradient(160deg, #fffefb, #f7f1e3);
  box-shadow: 0 12px 30px rgba(18, 18, 18, 0.05), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}
.program-detail-page .pd-closing {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.75;
  color: #3f3f3f;
  max-width: 72ch;
}
.program-detail-page .pd-closing-card {
  border: 1px solid #e4d9c4;
  background:
    linear-gradient(160deg, #fffefb, #faf6ee),
    radial-gradient(680px 260px at 0% 0%, rgba(184, 148, 84, 0.06), transparent 70%);
  box-shadow: 0 12px 30px rgba(18, 18, 18, 0.05), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
.program-detail-page .pd-official {
  border-color: #e8dfcf;
  background: linear-gradient(150deg, #fffefc, #fbf8f2);
}
.program-detail-page .pd-official a {
  color: #9a7b3e;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 148, 84, 0.35);
}
.program-detail-page .pd-official .program-copy {
  line-height: 1.85;
}
.program-detail-page .pd-official a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.program-detail-page .pd-hero-visual img {
  filter: saturate(1.05) contrast(1.03) brightness(0.95);
}
.program-detail-page .pd-hero .split {
  align-items: stretch;
  gap: 20px;
}
.program-detail-page .pd-hero-visual {
  border-radius: 24px;
  border: 1px solid #e8dfcd;
  box-shadow: 0 16px 42px rgba(18, 18, 18, 0.1);
}
.program-detail-page .pd-hero-visual.has-video {
  min-height: 0;
  position: relative;
  display: block;
  padding: 0;
}
.program-detail-page .pd-hero-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  background: #0d0d0d;
}
.program-detail-page .pd-hero-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.program-detail-page .pd-hero-visual .image-caption {
  padding: 20px;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.program-detail-page .pd-hero-visual.has-video .image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 14px;
}
@media (min-width: 921px) {
  .program-detail-page .pd-hero .split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    align-items: stretch;
  }
  .program-detail-page .pd-hero-visual.has-video {
    align-self: stretch;
    height: 100%;
  }
  .program-detail-page .pd-hero-visual.has-video .pd-hero-video-frame {
    height: 100%;
    min-height: 420px;
    aspect-ratio: auto;
  }
}
.program-detail-page .faq-shell {
  padding: 20px;
  border-radius: 20px;
}
.program-detail-page .faq-item {
  border-radius: 14px;
  border-color: #e8dfcf;
  background: linear-gradient(150deg, #fffefc 0%, #fcfaf5 100%);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.program-detail-page .faq-item:hover {
  border-color: #d9c8a7;
}
.program-detail-page .faq-q {
  font-size: 16px;
  font-weight: 500;
  color: #242424;
}
.program-detail-page .faq-a {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 18px;
  transition: grid-template-rows 0.26s ease, padding 0.26s ease;
}
.program-detail-page .faq-a > p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
}
.program-detail-page .faq-item.active .faq-a {
  grid-template-rows: 1fr;
  padding: 0 18px 18px;
}
.program-detail-page .pd-block-cta {
  padding-top: 44px;
  padding-bottom: 44px;
}
.legal-page section:first-child {
  padding-bottom: 24px;
}
.legal-page .card h3 {
  font-size: clamp(24px, 2vw, 30px);
}
.legal-page code {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: #f5efe2;
  border: 1px solid #e4d8c2;
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 12px;
}
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: min(94vw, 860px);
  z-index: 200;
  border: 1px solid #e2d4ba;
  border-radius: 16px;
  padding: 14px 16px;
  background: linear-gradient(150deg, rgba(255, 254, 251, 0.97), rgba(248, 242, 230, 0.97));
  box-shadow: 0 18px 34px rgba(18, 18, 18, 0.15);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
.cookie-banner p {
  margin: 0;
  color: #4e4a42;
  font-size: 14px;
  line-height: 1.6;
}
.cookie-banner a {
  color: #7f6130;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 148, 84, 0.38);
}
.cookie-banner a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Floating WhatsApp consultation widget */
.nm-wa-widget {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 170;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #2a2823;
  background: linear-gradient(150deg, rgba(255, 254, 251, 0.98), rgba(249, 244, 233, 0.98));
  border: 1px solid #e0d2b7;
  border-radius: 2px;
  padding: 9px 14px 9px 10px;
  box-shadow: 0 10px 20px rgba(18, 18, 18, 0.12);
  transition: transform 0.2s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
  max-width: 260px;
  animation: nmWaIn 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nm-wa-widget:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(18, 18, 18, 0.15);
  border-color: #cfbc97;
  background: linear-gradient(150deg, #fffefb, #f8f1e3);
}
.nm-wa-widget:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.17), 0 10px 20px rgba(18, 18, 18, 0.12);
}
.nm-wa-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f6a4a;
  border: 1px solid rgba(31, 106, 74, 0.22);
  background: linear-gradient(145deg, #eff9f3, #e6f2ea);
  flex-shrink: 0;
}
.nm-wa-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.nm-wa-text {
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.2;
  color: #2d2a24;
  font-weight: 600;
  font-family: inherit;
  white-space: nowrap;
}
.nm-wa-bubble {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: #fffefb;
  border: 1px solid #e3d6bc;
  border-radius: 12px;
  padding: 7px 10px;
  font-size: 12px;
  color: #5a5244;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 18px rgba(18, 18, 18, 0.1);
}
.nm-wa-bubble::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #fffefb;
  border-top: 1px solid #e3d6bc;
  border-right: 1px solid #e3d6bc;
}
body.nm-cookie-open .nm-wa-widget {
  bottom: calc(104px + env(safe-area-inset-bottom));
}
/* Floating LinkedIn profile widget */
.nm-li-widget {
  position: fixed;
  right: 18px;
  bottom: calc(84px + env(safe-area-inset-bottom));
  z-index: 169;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0f1c2e;
  background: linear-gradient(150deg, #f5f9ff, #e9f2ff);
  border: 1px solid #bfd7f6;
  border-radius: 2px;
  padding: 8px 12px 8px 9px;
  box-shadow: 0 8px 18px rgba(15, 46, 88, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.nm-li-widget:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(15, 46, 88, 0.22);
  border-color: #97bfe9;
}
.nm-li-widget:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(10, 102, 194, 0.18), 0 8px 18px rgba(15, 46, 88, 0.16);
}
.nm-li-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #0a66c2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nm-li-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.nm-li-text {
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 600;
  font-family: inherit;
  white-space: nowrap;
}
body.nm-cookie-open .nm-li-widget {
  bottom: calc(170px + env(safe-area-inset-bottom));
}
@keyframes nmWaIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Insights / Editorial */
.insights-hero-copy {
  padding: 34px 36px;
}
.insights-title {
  margin-top: 10px;
  font-size: clamp(36px, 4.2vw, 56px);
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.insights-featured {
  display: grid;
  gap: 12px;
  align-content: start;
  background: linear-gradient(150deg, #fffefb 0%, #f9f4e8 100%);
}
.insights-featured img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #e7dcc8;
}
.insights-featured h3 {
  font-size: clamp(23px, 2.1vw, 30px);
}
.insights-filters-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.insights-filter-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.insights-filter-row .select,
.insights-filter-row .input {
  min-height: 44px;
  padding: 10px 12px;
  font-size: 14px;
}
.insights-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.insights-list-section {
  padding-top: 12px;
}
.insights-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.insight-page-btn {
  min-width: 42px;
  min-height: 38px;
  padding: 8px 12px;
}
.insight-page-gap {
  color: #8c8069;
  padding: 0 2px;
}
.insight-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
}
.insight-card img {
  width: 100%;
  height: 184px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #e8decc;
}
.insight-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.insight-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.insight-date {
  font-size: 12px;
  color: #7c735f;
  letter-spacing: 0.06em;
}
.insight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.insight-tags span {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #e6dcc8;
  background: #fffefb;
  color: #6f5a36;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.insight-card h3 {
  font-size: clamp(19px, 2.2vw, 26px);
  line-height: 1.2;
}
.insight-card .btn {
  margin-top: auto;
  align-self: flex-start;
}
.insights-article-hero .card {
  background: linear-gradient(150deg, #fffefb 0%, #f9f5eb 100%);
}
.insight-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.insight-section + .insight-section {
  margin-top: 14px;
}
@media (max-width: 920px) {
  .program-detail-page .container {
    width: calc(100vw - 22px);
  }
  .program-detail-page .program-copy,
  .program-detail-page .pd-summary-text {
    max-width: none;
  }
  .program-detail-page .card,
  .program-detail-page .card-soft,
  .program-detail-page .pd-block {
    padding-left: 14px;
    padding-right: 14px;
  }
  .program-detail-page .pd-section-head {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 12px;
  }
  .program-detail-page .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .program-detail-page .section-tight {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .program-detail-page main.container > section:not([class]) {
    padding: 16px 14px;
  }
  .program-detail-page main.container > section:not([class]) h1,
  .program-detail-page main.container > section:not([class]) .program-copy {
    margin-left: 0;
    padding-left: 0;
  }
  .program-detail-page .pd-hero .split {
    gap: 20px;
  }
  .program-detail-page .pd-hero-visual {
    min-height: 220px;
    max-height: 340px;
  }
  .program-detail-page .pd-hero-visual.has-video {
    max-height: none;
    height: auto;
  }
  .program-detail-page .pd-hero-visual.has-video .pd-hero-video-frame {
    min-height: 0;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
  .program-detail-page .pd-hero-visual img {
    object-position: center center;
  }
  .program-detail-page .pd-process-list {
    grid-template-columns: 1fr;
  }
  .program-detail-page .pd-summary {
    padding: 22px 22px;
  }
  .program-detail-page .pd-content-wrap .pd-prose-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .program-detail-page .pd-content-wrap .pd-prose-wrap .program-copy {
    margin-top: 0;
    line-height: 1.72;
  }
  .program-detail-page .pd-content-wrap .pd-prose-wrap .program-copy + .program-copy {
    margin-top: 14px;
  }
  .program-detail-page .pd-content-wrap .pd-block-capital {
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
    padding: 18px;
  }
  .program-detail-page .pd-content-wrap .pd-section-head {
    padding-left: 16px;
    padding-right: 16px;
  }
  .program-detail-page .pd-section-head h2 {
    font-size: clamp(26px, 7vw, 34px);
  }
  .program-detail-page .trust-item {
    padding: 7px 8px;
  }
  .program-detail-page .faq-shell {
    padding: 14px;
  }
}

@media (max-width: 1200px) {
  .carousel-item { min-width: calc(50% - 8px); }
  .home-top-slider {
    min-height: clamp(500px, 72vh, 720px);
  }
  .home-top-slider-overlay {
    width: calc(100vw - 34px);
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 20px;
  }
  .home-top-copy {
    padding: 30px 24px 30px;
  }
  .home-top-copy h1 {
    font-size: clamp(50px, 6.9vw, 78px);
  }
  .home-top-monogram {
    font-size: clamp(44px, 7vw, 70px);
  }
  .home-top-copy p {
    max-width: 40ch;
    font-size: 15px;
  }
  .home-top-thumbs {
    max-height: min(460px, calc(100vh - 200px));
  }
  .home-top-side-head strong {
    letter-spacing: 0.14em;
  }
}
@media (max-width: 1024px) {
  .topbar-inner {
    justify-content: space-between;
    min-height: 76px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .menu { display: none; }
  .nav-actions > .btn.btn-gold { display: none; }
  .nav-actions .nm-lang-dd {
    display: none;
  }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .country-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .country-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visual-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-premium { grid-template-columns: 1fr; }
  .hero-main { padding: 34px; }
  .brand-text small { display: none; }
  .site-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insights-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insights-filter-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-content { width: min(1220px, calc(100vw - 28px)); }
}
@media (max-width: 920px) {
  .grid-2, .grid-3, .split, .grid-4, .grid2, .grid3, .grid4, .hero { grid-template-columns: 1fr; }
  .hero-entry { min-height: auto; }
  .hero-content { margin-bottom: 7vh; }
  .carousel-item { min-width: 100%; margin-right: 0; }
  .country-grid { grid-template-columns: 1fr; }
  .country-showcase-grid { grid-template-columns: 1fr; }
  .program-directory { grid-template-columns: 1fr; }
  .process-step { grid-template-columns: 1fr; }
  .process-index {
    border-right: none;
    border-bottom: 1px solid #efe8dc;
    padding-bottom: 12px;
    justify-content: flex-start;
  }
  .cta-band { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-shell { padding: 18px; }
  .input, .textarea, .select, .file { font-size: 16px; }
  .carousel-btn {
    min-width: 44px;
    height: 44px;
  }
  .mobile-link,
  .mobile-group-toggle {
    min-height: 50px;
  }
  .mobile-submenu a {
    min-height: 48px;
    font-size: 14px;
  }
  .visual-strip { grid-template-columns: 1fr; }
  .mobile-menu {
    width: min(96vw, 420px);
  }
  .hero-actions .btn {
    min-height: 46px;
    padding-inline: 14px;
  }
  .split > .card,
  .grid2 > .card,
  .grid3 > .card {
    min-width: 0;
  }
  .insights-hero-copy {
    padding: 22px 18px;
  }
  .insights-featured img {
    height: 170px;
  }
  .form-note,
  .legal-microcopy {
    font-size: 12px;
  }
  .cookie-banner p {
    font-size: 13px;
  }
  .hero-premium { padding: 74px 0 36px; }
  .hero-main { padding: 26px; }
  .home-top-slider {
    min-height: 560px;
    margin-top: 0;
  }
  .home-top-slider-overlay {
    width: calc(100vw - 26px);
    grid-template-columns: 1fr;
    align-items: end;
    gap: 16px;
    padding-bottom: 62px;
  }
  .home-top-copy {
    padding: 24px 20px 22px;
    max-width: 100%;
    border-radius: 18px;
  }
  .home-top-copy::before {
    top: 16px;
    bottom: 16px;
  }
  .home-top-slider-overlay::before {
    display: none;
  }
  .home-top-copy h1 {
    font-size: clamp(44px, 10vw, 64px);
  }
  .home-top-copy p {
    max-width: 42ch;
    font-size: 14px;
    line-height: 1.6;
  }
  .home-top-meta {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .home-top-monogram {
    font-size: clamp(40px, 11vw, 66px);
    right: 16px;
    top: 16px;
  }
  .home-top-actions {
    margin-top: 14px;
  }
  .home-top-thumbs {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    cursor: default;
    padding-top: 0;
    border-top: 0;
  }
  .home-top-side-rail {
    border-radius: 14px;
  }
  .home-top-side-head {
    min-height: 40px;
    padding: 10px 12px;
  }
  .home-top-thumb {
    grid-template-columns: 1fr;
    min-width: 208px;
    min-height: 128px;
    scroll-snap-align: start;
  }
  .home-top-thumb-copy {
    position: absolute;
    inset: auto 10px 10px 10px;
    padding: 0;
  }
  .home-top-thumb-copy em {
    display: none;
  }
  .home-top-thumb-copy strong {
    margin-top: 0;
    font-size: 15px;
  }
  .home-top-thumb-copy span {
    margin-top: 3px;
    font-size: 11px;
  }
  .home-top-card-link {
    margin-top: 6px;
    min-height: 24px;
    padding: 3px 8px;
    font-size: 9px;
  }
  .home-top-nav {
    right: 12px;
    bottom: 12px;
  }
  .home-top-progress {
    width: 92px;
  }
  .brand-logo { height: 34px; max-width: min(260px, 58vw); }
  .topbar-inner .brand-logo {
    height: 42px;
    max-width: min(300px, 58vw);
  }
  .brand-mark { width: 32px; height: 32px; }
  .brand-text > span { font-size: 10px; letter-spacing: 0.12em; }
  .site-footer .footer-grid { grid-template-columns: 1fr; }
  .insights-grid { grid-template-columns: 1fr; }
  .insight-seo-grid { grid-template-columns: 1fr; }
  .insights-filter-row { grid-template-columns: 1fr; }
  .insights-stats { grid-template-columns: 1fr; }
  .insights-filters-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .insights-filter-row {
    gap: 8px;
  }
  .insights-filter-row .select,
  .insights-filter-row .input {
    min-height: 42px;
    font-size: 14px;
  }
  .insights-list-section {
    padding-top: 8px;
  }
  .insights-pagination {
    justify-content: flex-start;
    gap: 6px;
  }
  .insight-page-btn {
    min-height: 36px;
    min-width: 38px;
    padding: 7px 10px;
  }
  .cookie-banner {
    grid-template-columns: 1fr;
    left: 12px;
    right: 12px;
    width: auto;
    transform: none;
    bottom: 12px;
  }
  .cookie-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .program-detail-page .container {
    width: calc(100vw - 22px);
  }
  html::before {
    background-attachment: scroll;
    opacity: 0.97;
  }
  .container {
    width: calc(100vw - 20px);
  }
  .section {
    padding: 22px 0;
  }
  .topbar-inner { min-height: 72px; }
  .menu-toggle {
    width: 44px;
    height: 44px;
  }
  .mobile-menu {
    width: min(100vw, 420px);
    border-left: none;
  }
  .mobile-menu-head {
    padding-right: 14px;
    padding-left: 14px;
  }
  .mobile-menu-scroll {
    padding-right: 12px;
    padding-left: 12px;
  }
  .mobile-link,
  .mobile-group-toggle {
    font-size: 14px;
    padding: 12px;
  }
  .mobile-menu-close {
    min-height: 36px;
    padding: 7px 12px;
  }
  .mobile-cta {
    min-height: 50px;
    font-size: 12px;
  }
  .hero-main {
    padding: 20px 16px;
  }
  .home-top-slider {
    min-height: 500px;
    margin-bottom: 26px;
  }
  .home-top-copy {
    padding: 20px 16px 18px;
    border-radius: 14px;
  }
  .home-top-copy::before {
    top: 14px;
    bottom: 14px;
    width: 1px;
  }
  .home-top-copy::after {
    display: none;
  }
  .home-top-slider-overlay::before {
    display: none;
  }
  .home-top-kicker {
    min-height: 26px;
    padding: 5px 10px;
  }
  .home-top-copy h1 {
    margin-top: 10px;
    font-size: clamp(40px, 13vw, 54px);
    line-height: 0.95;
  }
  .home-top-copy p {
    margin-top: 10px;
    max-width: 31ch;
    font-size: 13px;
    line-height: 1.58;
  }
  .home-top-meta {
    margin-top: 8px;
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .home-top-monogram {
    font-size: 40px;
    right: 12px;
    top: 12px;
    opacity: 0.9;
  }
  .home-top-thumbs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    gap: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    cursor: default;
    padding-top: 0;
  }
  .home-top-side-head {
    min-height: 36px;
    padding: 8px 10px;
  }
  .home-top-side-head strong {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .home-top-side-head a {
    font-size: 9px;
  }
  .home-top-thumbs::-webkit-scrollbar {
    display: none;
  }
  .home-top-thumb {
    min-width: 190px;
    min-height: 108px;
    border-radius: 10px;
    scroll-snap-align: start;
  }
  .home-top-thumb-copy strong {
    font-size: 14px;
  }
  .home-top-thumb-index {
    font-size: 9px;
  }
  .home-top-thumb-copy span {
    font-size: 10px;
  }
  .home-top-card-link {
    margin-top: 4px;
    min-height: 22px;
    padding: 3px 7px;
    font-size: 9px;
  }
  .home-top-progress {
    width: 72px;
    height: 2px;
  }
  .home-top-actions .btn {
    width: auto;
  }
  .home-top-cta-line {
    display: none;
  }
  .hero-main h1,
  .hero-main h2,
  .insights-title {
    line-height: 1.15;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .process-step {
    padding: 14px;
    border-radius: 14px;
  }
  .process-content h3 {
    font-size: 20px;
  }
  .program-thumb {
    height: 156px;
  }
  .program-body {
    padding: 14px;
  }
  .program-actions .btn {
    width: 100%;
    min-width: 0;
  }
  .faq-q {
    padding: 14px 46px 14px 14px;
  }
  .faq-a {
    padding: 0 14px 14px;
  }
  .insight-meta-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .insight-tags span {
    font-size: 10px;
  }
  .site-footer .footer-grid {
    gap: 16px;
  }
  .site-footer .footer-block .btn {
    width: 100%;
    justify-content: center;
  }
  .contact-popup {
    border-radius: 16px;
  }
  .contact-popup-actions .btn {
    min-height: 44px;
  }
  .insights-filter-row .select,
  .insights-filter-row .input {
    font-size: 13px;
    border-radius: 10px;
    min-height: 40px;
    padding: 9px 11px;
  }
  .insights-pagination {
    margin-top: 14px;
  }
  .nm-wa-widget {
    bottom: calc(16px + env(safe-area-inset-bottom));
    left: calc(50% + 6px);
    right: 12px;
    transform: none;
    padding: 8px 10px;
    border-radius: 2px;
    max-width: none;
    width: auto;
    min-height: 44px;
    box-sizing: border-box;
    overflow: hidden;
  }
  body.nm-cookie-open .nm-wa-widget {
    bottom: calc(148px + env(safe-area-inset-bottom));
  }
  .nm-li-widget {
    left: 12px;
    right: calc(50% + 6px);
    bottom: calc(16px + env(safe-area-inset-bottom));
    padding: 8px 10px;
    max-width: none;
    border-radius: 2px;
    width: auto;
    min-height: 44px;
    box-sizing: border-box;
    overflow: hidden;
  }
  body.nm-cookie-open .nm-li-widget {
    bottom: calc(148px + env(safe-area-inset-bottom));
  }
  .nm-wa-widget:hover {
    transform: translateY(-1px);
  }
  .nm-li-text {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nm-wa-bubble {
    display: none;
  }
  .nm-wa-text {
    display: inline-flex;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nm-wa-bubble {
    right: 0;
    top: auto;
    bottom: calc(100% + 8px);
    transform: none;
    font-size: 11px;
    padding: 6px 9px;
  }
  .nm-wa-bubble::after {
    right: 16px;
    top: auto;
    bottom: -6px;
    transform: rotate(135deg);
  }
  .nm-wa-icon {
    width: 26px;
    height: 26px;
  }
  .nm-wa-icon svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 400px) {
  .brand-logo {
    height: 30px;
    max-width: 56vw;
  }
  .topbar-inner .brand-logo {
    height: 42px;
    max-width: min(300px, 72vw);
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
  }
  .btn {
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}

/* New hero country/program showcase */
.nm-showcase {
  position: relative;
  width: 100%;
  min-height: clamp(480px, 68vh, 720px);
  margin: 28px 0 34px;
  overflow: hidden;
  background: var(--bg);
}
.nm-showcase-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.nm-showcase-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.45s ease;
  filter: saturate(0.92) contrast(1.07) brightness(0.8);
  /* Soft edge blend for a premium, non-rectangular hero feel */
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}
.nm-showcase-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Soft top blend into site background */
  background: linear-gradient(to bottom,
    rgba(246, 244, 239, 1) 0%,
    rgba(246, 244, 239, 0.92) 10%,
    rgba(246, 244, 239, 0.68) 24%,
    rgba(246, 244, 239, 0.0) 40%
  );
  z-index: 1;
}
.nm-showcase-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  /* Soft bottom blend into site background */
  background: linear-gradient(to top,
    rgba(246, 244, 239, 1) 0%,
    rgba(246, 244, 239, 0.92) 12%,
    rgba(246, 244, 239, 0.68) 28%,
    rgba(246, 244, 239, 0.0) 46%
  );
  z-index: 1;
}
.nm-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    /* Top/Bottom edge blend: reduce darkness near borders */
    linear-gradient(100deg,
      rgba(8, 12, 20, 0.0) 0%,
      rgba(8, 12, 20, 0.22) 16%,
      rgba(8, 12, 20, 0.42) 44%,
      rgba(8, 12, 20, 0.16) 72%,
      rgba(8, 12, 20, 0.0) 100%
    ),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.0) 0%,
      rgba(0, 0, 0, 0.14) 28%,
      rgba(0, 0, 0, 0.26) 62%,
      rgba(0, 0, 0, 0.0) 100%
    );
  pointer-events: none;
}
.nm-showcase::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 0;
  background: none;
  pointer-events: none;
  z-index: 0;
}
.nm-showcase-overlay {
  position: relative;
  z-index: 1;
  min-height: clamp(480px, 68vh, 720px);
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(290px, 0.86fr);
  align-items: center;
  gap: 16px;
  padding-top: 18px;
  padding-bottom: 24px;
  max-width: 1180px;
  margin: 0 auto;
}
.nm-showcase-feature {
  max-width: 660px;
  padding: 30px 30px 26px 24px;
  border: 1px solid rgba(237, 224, 197, 0.42);
  border-radius: 20px;
  background: linear-gradient(156deg, rgba(8, 12, 20, 0.56), rgba(13, 19, 31, 0.24));
  box-shadow: 0 22px 52px rgba(6, 10, 18, 0.34), 0 1px 0 rgba(255, 255, 255, 0.16) inset;
  position: relative;
  align-self: center;
}
.nm-showcase-feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 1.6px;
  background: linear-gradient(to bottom, rgba(223, 202, 162, 0.9), rgba(223, 202, 162, 0.1));
}
.nm-showcase-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nm-showcase-flag {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  background: rgba(16, 20, 32, 0.35);
  object-fit: cover;
}
.nm-showcase-feature .home-top-monogram {
  position: absolute;
  right: 16px;
  top: 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 6vw, 72px);
  color: rgba(231, 208, 163, 0.16);
  line-height: 0.9;
}
.nm-showcase-feature h1 {
  margin-top: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 6.6vw, 80px);
  line-height: 0.9;
  letter-spacing: -0.02em;
}
.nm-showcase-sub {
  margin-top: 14px;
  color: rgba(245, 245, 245, 0.93);
  max-width: 40ch;
  line-height: 1.58;
}
.nm-showcase-note {
  margin-top: 10px;
  color: rgba(235, 220, 191, 0.9);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nm-showcase-feature .hero-actions {
  margin-top: 18px;
}
.nm-showcase-feature .hero-actions .btn {
  min-height: 42px;
  padding: 9px 16px;
}
.nm-showcase-side {
  border: 1px solid rgba(225, 207, 173, 0.33);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(8, 12, 20, 0.64), rgba(12, 17, 27, 0.34));
  box-shadow: 0 20px 44px rgba(7, 11, 18, 0.32), 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  overflow: hidden;
  align-self: center;
}
.nm-showcase-side-head {
  min-height: 40px;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(225, 207, 173, 0.2);
}
.nm-showcase-side-head strong {
  color: rgba(244, 233, 212, 0.95);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nm-showcase-previews {
  display: grid;
  gap: 7px;
  padding: 7px;
}
.nm-showcase-preview {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9px;
  overflow: hidden;
  background: rgba(17, 24, 37, 0.5);
  cursor: pointer;
}
.nm-showcase-preview-media {
  position: relative;
}
.nm-showcase-preview-media img {
  width: 100%;
  height: 102px;
  object-fit: cover;
  display: block;
}
.nm-showcase-preview-flag {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.26);
  background: rgba(16, 20, 32, 0.3);
  object-fit: cover;
}
.nm-showcase-preview-copy {
  padding: 9px 11px 10px;
}
.nm-showcase-preview-copy strong {
  color: #fff;
  font-size: 14px;
}
.nm-showcase-preview-copy span {
  display: block;
  margin-top: 3px;
  font-size: 8.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(236, 227, 205, 0.82);
}
.nm-showcase-preview-link {
  display: inline-flex;
  margin-top: 8px;
  color: #f0ddbc;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nm-showcase-controls {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding: 0 10px 9px;
}
.nm-showcase-btn {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(9, 13, 22, 0.38);
  color: #fff;
}

@media (max-width: 920px) {
  .nm-showcase-overlay {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 520px;
  }
  .nm-showcase-feature {
    max-width: 100%;
    padding: 22px 18px 18px;
  }
  .nm-showcase-feature h1 {
    font-size: clamp(40px, 10vw, 62px);
  }
  .nm-showcase-previews {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .nm-showcase-preview {
    min-width: 208px;
  }
  .nm-showcase::after { height: 110px; }
}

@media (max-width: 600px) {
  .nm-showcase {
    min-height: 470px;
    margin-bottom: 26px;
  }
  .nm-showcase-overlay {
    min-height: 470px;
    padding-bottom: 20px;
  }
  .nm-showcase-feature {
    padding: 18px 14px 16px;
    border-radius: 12px;
  }
  .nm-showcase-feature h1 {
    font-size: clamp(36px, 12.6vw, 48px);
  }
  .nm-showcase-sub {
    max-width: 31ch;
    font-size: 13px;
  }
  .nm-showcase-note {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .nm-showcase-feature .hero-actions .btn {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 10px;
  }
  .nm-showcase-feature .hero-actions .btn-line {
    display: none;
  }
  .nm-showcase-preview {
    min-width: 178px;
  }
  .nm-showcase-preview-media img {
    height: 94px;
  }
  .nm-showcase::after { height: 96px; }
}


/* Premium editorial home-top slider (disabled: duplicate styling) */
/* .home-top-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 18px 0 52px;
  min-height: clamp(560px, 78vh, 840px);
  background: var(--bg);
}
.home-top-slider-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.home-top-slider-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.03);
  filter: saturate(0.9) contrast(1.08) brightness(0.62);
  transition: opacity 0.45s ease, transform 0.7s ease, filter 0.7s ease;
}
.home-top-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 12, 20, 0.82) 0%, rgba(8, 12, 20, 0.46) 44%, rgba(8, 12, 20, 0.2) 70%, rgba(8, 12, 20, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.24) 70%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}
.home-top-slider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(246, 244, 239, 0) 0%, rgba(246, 244, 239, 0.7) 52%, rgba(246, 244, 239, 1) 100%);
}
.home-top-slider-overlay {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 22px;
  align-items: center;
}
.home-top-copy {
  position: relative;
  border: 1px solid rgba(236, 222, 194, 0.44);
  border-radius: 26px;
  padding: 48px 46px 42px 38px;
  background: rgba(8, 12, 20, 0.52);
  backdrop-filter: blur(10px);
  box-shadow: 0 28px 78px rgba(8, 12, 20, 0.34), 0 1px 0 rgba(255, 255, 255, 0.14) inset;
}
.home-top-kicker {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}
#homeTopTitle {
  margin-top: 12px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 6.1vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #fff;
}
.home-top-subtitle {
  margin-top: 14px;
  color: rgba(245, 245, 245, 0.95);
  max-width: 52ch;
  line-height: 1.65;
  font-size: 14.5px;
}
.home-top-meta {
  margin-top: 10px;
  color: rgba(235, 220, 191, 0.92);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-top-monogram {
  position: absolute;
  right: 18px;
  top: 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 6.4vw, 78px);
  color: rgba(231, 208, 163, 0.14);
  line-height: 0.9;
  pointer-events: none;
}
.home-top-actions {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.home-top-progress {
  margin-top: 22px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.home-top-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(223, 202, 162, 0.9), rgba(243, 226, 192, 1));
  border-radius: inherit;
  transition: width 0.48s ease;
}
.home-top-side {
  border: 1px solid rgba(236, 222, 194, 0.32);
  border-radius: 18px;
  background: rgba(7, 11, 18, 0.56);
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 60px rgba(8, 12, 20, 0.28), 0 1px 0 rgba(255, 255, 255, 0.12) inset;
  overflow: hidden;
}
.home-top-side-head {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(236, 222, 194, 0.18);
}
.home-top-side-head strong {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 233, 212, 0.95);
}
.home-top-thumbs {
  max-height: 420px;
  overflow-y: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
}
.home-top-thumbs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.home-top-thumb {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}
.home-top-thumb img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.06) brightness(0.82);
}
.home-top-thumb-copy {
  padding: 10px 12px 12px;
}
.home-top-thumb-index {
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(223, 202, 162, 0.95);
  font-weight: 700;
}
.home-top-thumb-copy strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.home-top-thumb-copy span {
  display: block;
  margin-top: 6px;
  color: rgba(236, 227, 205, 0.84);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-top-thumb-copy small {
  display: none;
  margin-top: 9px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(223, 202, 162, 1);
}
.home-top-thumb:hover {
  transform: translateY(-1px);
  border-color: rgba(223, 202, 162, 0.6);
  background: rgba(255, 255, 255, 0.08);
}
.home-top-thumb.is-active {
  border-color: rgba(223, 202, 162, 0.95);
  background: rgba(255, 255, 255, 0.1);
}
.home-top-thumb.is-active .home-top-thumb-copy small {
  display: block;
}
.home-top-side .is-dragging {
  cursor: grabbing;
}
.home-top-nav {
  padding: 10px 12px 12px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.home-top-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(9, 13, 22, 0.38);
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.home-top-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(219, 198, 159, 0.86);
  background: rgba(9, 13, 22, 0.55);
}
.home-top-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(184, 148, 84, 0.22);
}

@media (max-width: 920px) {
  .home-top-slider {
    margin: 12px 0 38px;
    min-height: 560px;
  }
  .home-top-slider-overlay {
    grid-template-columns: 1fr;
    padding: 18px 0 42px;
    gap: 16px;
  }
  .home-top-copy {
    padding: 26px 20px 22px;
    border-radius: 20px;
  }
  #homeTopTitle {
    font-size: clamp(42px, 10vw, 64px);
  }
  .home-top-monogram {
    right: 14px;
    top: 10px;
  }
  .home-top-thumbs {
    max-height: 260px;
    padding: 12px;
  }
  .home-top-nav {
    justify-content: space-between;
    padding-bottom: 14px;
  }
}

@media (max-width: 600px) {
  .home-top-slider {
    min-height: 500px;
  }
  .home-top-slider::after {
    height: 86px;
  }
  .home-top-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .home-top-side {
    border-radius: 14px;
  }
  .home-top-thumbs {
    max-height: 220px;
    padding: 10px;
    gap: 8px;
  }
  .home-top-thumb img {
    height: 94px;
  }
  .home-top-thumb-copy {
    padding: 9px 10px 11px;
  }
}
*/

/* Completely redesigned signature hero showcase */
.nm-hero-v2.home-top-slider {
  min-height: clamp(580px, 82vh, 900px);
  margin-bottom: 52px;
  box-shadow: 0 36px 78px rgba(8, 12, 20, 0.16);
}
.nm-hero-v2.home-top-slider::before {
  background:
    radial-gradient(720px 420px at 14% 18%, rgba(223, 197, 152, 0.16), transparent 70%),
    radial-gradient(980px 520px at 88% 4%, rgba(7, 12, 20, 0.24), transparent 72%);
}
.nm-hero-v2.home-top-slider::after {
  background:
    linear-gradient(96deg, rgba(8, 12, 20, 0.74) 0%, rgba(8, 12, 20, 0.42) 38%, rgba(8, 12, 20, 0.2) 68%, rgba(8, 12, 20, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
}
.nm-hero-v2 .home-top-slider-bg img {
  filter: saturate(0.86) contrast(1.12) brightness(0.74);
}
.nm-hero-v2 .nm-hero-v2-overlay {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100vw - 42px));
  margin: 0 auto;
  min-height: clamp(580px, 82vh, 900px);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 20px;
  align-items: end;
  padding: 26px 0 76px;
}
.nm-hero-v2 .nm-hero-v2-feature {
  max-width: 760px;
  padding: 48px 46px 44px 34px;
  border-radius: 30px;
  border: 1px solid rgba(236, 222, 194, 0.44);
  background:
    linear-gradient(154deg, rgba(7, 11, 19, 0.62), rgba(10, 16, 26, 0.3)),
    radial-gradient(460px 240px at 0% 0%, rgba(223, 196, 150, 0.12), transparent 72%);
  box-shadow: 0 34px 74px rgba(6, 10, 18, 0.44), 0 1px 0 rgba(255, 255, 255, 0.18) inset;
  position: relative;
  overflow: hidden;
}
.nm-hero-v2 .nm-hero-v2-feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(223, 202, 162, 0.92), rgba(223, 202, 162, 0.12));
}
.nm-hero-v2 .home-top-copy {
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.nm-hero-v2 .home-top-copy::before,
.nm-hero-v2 .home-top-copy::after {
  display: none;
}
.nm-hero-v2 .home-top-kicker {
  background: rgba(0, 0, 0, 0.32);
  border-color: rgba(223, 202, 162, 0.64);
  font-size: 10px;
  letter-spacing: 0.16em;
}
.nm-hero-v2 .home-top-monogram {
  right: 20px;
  top: 12px;
  font-size: clamp(66px, 7.6vw, 110px);
  color: rgba(231, 208, 163, 0.18);
}
.nm-hero-v2 #homeTopTitle {
  margin-top: 12px;
  font-size: clamp(64px, 8.8vw, 122px);
  line-height: 0.88;
  letter-spacing: -0.025em;
}
.nm-hero-v2 #homeTopSubtitle {
  margin-top: 14px;
  max-width: 36ch;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.62;
}
.nm-hero-v2 .home-top-meta {
  margin-top: 12px;
  color: rgba(236, 223, 194, 0.9);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nm-hero-v2 .home-top-actions {
  margin-top: 26px;
  gap: 12px;
}
.nm-hero-v2 .home-top-actions .btn {
  min-height: 50px;
  padding: 12px 22px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.nm-hero-v2 .home-top-cta {
  box-shadow: 0 14px 32px rgba(184, 148, 84, 0.34);
}
.nm-hero-v2 .home-top-cta-line {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.nm-hero-v2 .nm-hero-v2-index {
  border: 1px solid rgba(225, 207, 173, 0.35);
  border-radius: 22px;
  background:
    linear-gradient(165deg, rgba(8, 12, 20, 0.78), rgba(12, 17, 27, 0.46)),
    radial-gradient(360px 180px at 0% 0%, rgba(223, 196, 150, 0.08), transparent 72%);
  box-shadow: 0 28px 62px rgba(7, 11, 18, 0.4), 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}
.nm-hero-v2 .nm-hero-v2-index-head {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(225, 207, 173, 0.22);
}
.nm-hero-v2 .nm-hero-v2-index-head strong {
  color: rgba(246, 235, 212, 0.96);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}
.nm-hero-v2 .nm-hero-v2-index-head a {
  color: rgba(238, 220, 185, 0.95);
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(224, 201, 156, 0.5);
}
.nm-hero-v2 .home-top-thumbs {
  padding: 10px 10px 12px;
  max-height: min(560px, calc(100vh - 240px));
}
.nm-hero-v2 .home-top-thumb {
  min-height: 112px;
  border-radius: 16px;
  grid-template-columns: 116px minmax(0, 1fr);
}
.nm-hero-v2 .home-top-thumb-copy {
  padding: 12px 14px;
}
.nm-hero-v2 .home-top-thumb-copy em {
  display: none;
}
.nm-hero-v2 .home-top-thumb-copy strong {
  margin-top: 4px;
  font-size: 16px;
}
.nm-hero-v2 .home-top-thumb-copy span {
  margin-top: 4px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(238, 228, 206, 0.86);
}
.nm-hero-v2 .home-top-card-link {
  min-height: 24px;
  padding: 3px 8px;
  font-size: 8px;
}
.nm-hero-v2 .home-top-nav {
  right: max(18px, calc((100vw - 1280px) / 2 + 2px));
  bottom: 16px;
  align-items: center;
  gap: 10px;
}
.nm-hero-v2 .home-top-progress {
  width: clamp(96px, 13vw, 164px);
}

@media (max-width: 1024px) {
  .nm-hero-v2.home-top-slider {
    min-height: 620px;
  }
  .nm-hero-v2 .nm-hero-v2-overlay {
    width: calc(100vw - 30px);
    min-height: 620px;
    grid-template-columns: 1fr;
    align-items: end;
    gap: 14px;
    padding: 18px 0 64px;
  }
  .nm-hero-v2 .nm-hero-v2-feature {
    max-width: 100%;
    padding: 30px 24px 24px;
    border-radius: 20px;
  }
  .nm-hero-v2 #homeTopTitle {
    font-size: clamp(48px, 10.5vw, 74px);
  }
  .nm-hero-v2 #homeTopSubtitle {
    max-width: 42ch;
    font-size: 14px;
  }
  .nm-hero-v2 .home-top-monogram {
    font-size: clamp(48px, 10vw, 72px);
    right: 14px;
    top: 14px;
  }
  .nm-hero-v2 .nm-hero-v2-index {
    border-radius: 16px;
  }
  .nm-hero-v2 .home-top-thumbs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .nm-hero-v2 .home-top-thumb {
    min-width: 220px;
    min-height: 132px;
    grid-template-columns: 1fr;
    scroll-snap-align: start;
  }
  .nm-hero-v2 .home-top-thumb-copy {
    position: absolute;
    inset: auto 10px 10px 10px;
    padding: 0;
  }
  .nm-hero-v2 .home-top-thumb-copy strong {
    margin-top: 0;
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .nm-hero-v2.home-top-slider {
    min-height: 540px;
    margin-bottom: 26px;
  }
  .nm-hero-v2 .nm-hero-v2-overlay {
    width: calc(100vw - 18px);
    min-height: 540px;
    padding-bottom: 58px;
  }
  .nm-hero-v2 .nm-hero-v2-feature {
    padding: 20px 16px 18px;
    border-radius: 14px;
  }
  .nm-hero-v2 .nm-hero-v2-feature::before {
    top: 12px;
    bottom: 12px;
    width: 1px;
  }
  .nm-hero-v2 .home-top-kicker {
    min-height: 24px;
    padding: 4px 9px;
    font-size: 9px;
  }
  .nm-hero-v2 .home-top-monogram {
    font-size: 38px;
    right: 10px;
    top: 10px;
  }
  .nm-hero-v2 #homeTopTitle {
    font-size: clamp(40px, 13vw, 54px);
  }
  .nm-hero-v2 #homeTopSubtitle {
    max-width: 30ch;
    font-size: 13px;
    line-height: 1.56;
  }
  .nm-hero-v2 .home-top-meta {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .nm-hero-v2 .home-top-actions .btn {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 10px;
  }
  .nm-hero-v2 .home-top-cta-line {
    display: none;
  }
  .nm-hero-v2 .nm-hero-v2-index-head {
    min-height: 36px;
    padding: 8px 10px;
  }
  .nm-hero-v2 .nm-hero-v2-index-head strong,
  .nm-hero-v2 .nm-hero-v2-index-head a {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .nm-hero-v2 .home-top-thumb {
    min-width: 192px;
    min-height: 108px;
    border-radius: 10px;
  }
  .nm-hero-v2 .home-top-thumb-copy strong {
    font-size: 14px;
  }
  .nm-hero-v2 .home-top-thumb-copy span {
    font-size: 9px;
  }
  .nm-hero-v2 .home-top-progress {
    width: 72px;
    height: 2px;
  }
}

/* Visual correction pass: cleaner premium balance */
.nm-hero-v2.home-top-slider {
  min-height: clamp(520px, 76vh, 820px);
  box-shadow: 0 24px 56px rgba(9, 12, 18, 0.12);
}
.nm-hero-v2.home-top-slider::after {
  background:
    linear-gradient(98deg, rgba(8, 12, 20, 0.54) 0%, rgba(8, 12, 20, 0.26) 42%, rgba(8, 12, 20, 0.12) 72%, rgba(8, 12, 20, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2));
}
.nm-hero-v2 .home-top-slider-bg img {
  filter: saturate(0.92) contrast(1.06) brightness(0.82);
}
.nm-hero-v2 .nm-hero-v2-overlay {
  min-height: clamp(520px, 76vh, 820px);
  gap: 18px;
}
.nm-hero-v2 .nm-hero-v2-feature {
  max-width: 700px;
  padding: 34px 34px 32px 28px;
  border-radius: 24px;
  border: 1px solid rgba(242, 230, 206, 0.56);
  background:
    linear-gradient(155deg, rgba(10, 14, 22, 0.44), rgba(14, 20, 32, 0.2)),
    radial-gradient(420px 220px at 0% 0%, rgba(227, 202, 159, 0.16), transparent 74%);
  box-shadow: 0 22px 52px rgba(8, 11, 18, 0.32), 0 1px 0 rgba(255, 255, 255, 0.18) inset;
}
.nm-hero-v2 .home-top-kicker {
  background: rgba(7, 10, 16, 0.24);
}
.nm-hero-v2 .home-top-monogram {
  font-size: clamp(42px, 5.2vw, 68px);
  color: rgba(231, 208, 163, 0.12);
  right: 16px;
  top: 12px;
}
.nm-hero-v2 #homeTopTitle {
  font-size: clamp(50px, 7vw, 86px);
  line-height: 0.92;
  letter-spacing: -0.02em;
}
.nm-hero-v2 #homeTopSubtitle {
  max-width: 39ch;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.58;
}
.nm-hero-v2 .home-top-meta {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.nm-hero-v2 .home-top-actions {
  margin-top: 20px;
}
.nm-hero-v2 .home-top-actions .btn {
  min-height: 46px;
  padding: 10px 18px;
}
.nm-hero-v2 .nm-hero-v2-index {
  border-radius: 18px;
  border-color: rgba(227, 205, 168, 0.34);
  background:
    linear-gradient(165deg, rgba(9, 13, 22, 0.58), rgba(12, 18, 28, 0.34)),
    radial-gradient(340px 160px at 0% 0%, rgba(223, 196, 150, 0.08), transparent 72%);
}
.nm-hero-v2 .nm-hero-v2-index-head {
  min-height: 44px;
  padding: 11px 12px;
}
.nm-hero-v2 .home-top-thumbs {
  max-height: min(520px, calc(100vh - 224px));
}
.nm-hero-v2 .home-top-thumb {
  min-height: 98px;
  border-radius: 12px;
  grid-template-columns: 102px minmax(0, 1fr);
}
.nm-hero-v2 .home-top-thumb-copy strong {
  font-size: 15px;
}
.nm-hero-v2 .home-top-thumb-copy span {
  font-size: 9px;
  letter-spacing: 0.07em;
}

@media (max-width: 1024px) {
  .nm-hero-v2 .nm-hero-v2-overlay {
    min-height: 590px;
  }
  .nm-hero-v2 .nm-hero-v2-feature {
    padding: 24px 20px 20px;
    border-radius: 18px;
  }
  .nm-hero-v2 #homeTopTitle {
    font-size: clamp(44px, 10vw, 66px);
  }
  .nm-hero-v2 .home-top-monogram {
    font-size: clamp(36px, 9vw, 56px);
  }
}

@media (max-width: 600px) {
  .nm-hero-v2.home-top-slider {
    min-height: 510px;
  }
  .nm-hero-v2 .nm-hero-v2-overlay {
    min-height: 510px;
    width: calc(100vw - 16px);
  }
  .nm-hero-v2 .nm-hero-v2-feature {
    padding: 18px 14px 16px;
    border-radius: 12px;
  }
  .nm-hero-v2 #homeTopTitle {
    font-size: clamp(38px, 12.6vw, 50px);
  }
  .nm-hero-v2 #homeTopSubtitle {
    max-width: 31ch;
    font-size: 13px;
  }
  .nm-hero-v2 .home-top-actions .btn {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 10px;
  }
  .nm-hero-v2 .home-top-thumb {
    min-width: 182px;
    min-height: 100px;
  }
}

/* Signature editorial redesign: home hero showcase */
.home-top-slider {
  min-height: clamp(560px, 78vh, 840px);
  margin-bottom: 46px;
  box-shadow: 0 30px 70px rgba(10, 14, 22, 0.14);
}
.home-top-slider::before {
  background:
    radial-gradient(780px 420px at 18% 20%, rgba(223, 197, 152, 0.2), transparent 70%),
    radial-gradient(960px 480px at 82% 8%, rgba(5, 10, 18, 0.28), transparent 72%);
}
.home-top-slider::after {
  background:
    linear-gradient(100deg, rgba(8, 13, 22, 0.66) 0%, rgba(8, 13, 22, 0.36) 42%, rgba(8, 13, 22, 0.2) 66%, rgba(8, 13, 22, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.3));
}
.home-top-slider-bg img {
  filter: saturate(0.88) contrast(1.08) brightness(0.76);
}
.home-top-slider-overlay {
  width: min(1260px, calc(100vw - 44px));
  min-height: clamp(560px, 78vh, 840px);
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  align-items: stretch;
  gap: 22px;
  padding-top: 22px;
  padding-bottom: 72px;
}
.home-top-slider-overlay::before {
  display: none;
}
.home-top-feature {
  display: grid;
  align-items: end;
}
.home-top-copy {
  max-width: 700px;
  padding: 44px 44px 42px 34px;
  border-radius: 30px;
  border: 1px solid rgba(237, 224, 197, 0.42);
  background:
    linear-gradient(152deg, rgba(7, 12, 20, 0.58), rgba(11, 16, 27, 0.3)),
    radial-gradient(560px 260px at 0% 0%, rgba(223, 196, 150, 0.13), transparent 72%);
  backdrop-filter: blur(10px);
  box-shadow:
    0 34px 72px rgba(8, 11, 19, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
}
.home-top-copy::before {
  left: -1px;
  top: 22px;
  bottom: 22px;
  width: 2px;
}
.home-top-copy::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 22px;
  width: 72px;
  height: 1px;
  background: linear-gradient(to right, rgba(223, 202, 162, 0), rgba(223, 202, 162, 0.82));
}
.home-top-kicker {
  background: rgba(0, 0, 0, 0.34);
  border-color: rgba(214, 193, 151, 0.62);
}
.home-top-monogram {
  right: 30px;
  top: 20px;
  font-size: clamp(58px, 6.4vw, 92px);
  color: rgba(230, 204, 155, 0.2);
}
.home-top-copy h1 {
  margin-top: 12px;
  font-size: clamp(62px, 8.1vw, 108px);
  line-height: 0.9;
  text-shadow: 0 22px 54px rgba(0, 0, 0, 0.5);
}
.home-top-copy p {
  margin-top: 14px;
  max-width: 38ch;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.64;
}
.home-top-meta {
  margin-top: 12px;
  color: rgba(235, 220, 191, 0.9);
}
.home-top-actions {
  margin-top: 26px;
  gap: 12px;
}
.home-top-actions .btn {
  min-height: 50px;
  padding: 12px 20px;
  letter-spacing: 0.1em;
}
.home-top-cta {
  box-shadow: 0 14px 30px rgba(184, 148, 84, 0.34);
}
.home-top-cta:hover {
  box-shadow: 0 20px 42px rgba(184, 148, 84, 0.42);
}
.home-top-cta-line {
  background: rgba(255, 255, 255, 0.1);
}
.home-top-index-shell {
  border: 1px solid rgba(225, 207, 173, 0.35);
  border-radius: 22px;
  background:
    linear-gradient(165deg, rgba(9, 14, 24, 0.74), rgba(13, 18, 29, 0.46)),
    radial-gradient(380px 170px at 0% 0%, rgba(223, 196, 150, 0.08), transparent 72%);
  box-shadow: 0 30px 60px rgba(7, 11, 18, 0.38), 0 1px 0 rgba(255, 255, 255, 0.16) inset;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}
.home-top-index-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  gap: 10px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(225, 207, 173, 0.2);
}
.home-top-index-head strong {
  color: rgba(246, 235, 212, 0.96);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}
.home-top-index-head a {
  color: rgba(238, 220, 185, 0.95);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(224, 201, 156, 0.5);
}
.home-top-thumbs {
  padding: 10px 10px 12px;
  max-height: min(560px, calc(100vh - 236px));
}
.home-top-thumb {
  min-height: 110px;
  border-radius: 16px;
  grid-template-columns: 120px minmax(0, 1fr);
}
.home-top-thumb-copy {
  padding: 12px 14px 12px;
}
.home-top-thumb-copy strong {
  font-size: 16px;
}
.home-top-thumb-copy span {
  font-size: 9px;
}
.home-top-card-link {
  min-height: 26px;
  font-size: 8px;
}
.home-top-nav {
  gap: 10px;
  right: max(18px, calc((100vw - 1260px) / 2 + 2px));
  bottom: 16px;
}
.home-top-progress {
  width: clamp(96px, 13vw, 164px);
}

@media (max-width: 1024px) {
  .home-top-slider {
    min-height: 620px;
  }
  .home-top-slider-overlay {
    width: calc(100vw - 30px);
    grid-template-columns: 1fr;
    align-items: end;
    gap: 14px;
    padding-top: 18px;
    padding-bottom: 64px;
  }
  .home-top-copy {
    max-width: 100%;
    padding: 28px 24px 24px;
    border-radius: 20px;
  }
  .home-top-copy::after {
    display: none;
  }
  .home-top-copy h1 {
    font-size: clamp(48px, 10.5vw, 72px);
  }
  .home-top-copy p {
    max-width: 42ch;
    font-size: 14px;
  }
  .home-top-monogram {
    font-size: clamp(48px, 10vw, 70px);
    right: 16px;
    top: 16px;
  }
  .home-top-index-shell {
    border-radius: 16px;
  }
  .home-top-thumbs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    padding: 10px 10px 10px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .home-top-thumb {
    min-width: 220px;
    min-height: 130px;
    grid-template-columns: 1fr;
    scroll-snap-align: start;
  }
  .home-top-thumb-copy {
    position: absolute;
    inset: auto 10px 10px 10px;
    padding: 0;
  }
  .home-top-thumb-copy em {
    display: none;
  }
  .home-top-thumb-copy strong {
    margin-top: 0;
    font-size: 15px;
  }
  .home-top-thumb-copy span {
    margin-top: 3px;
    font-size: 10px;
  }
  .home-top-nav {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 600px) {
  .home-top-slider {
    min-height: 540px;
    margin-bottom: 6px;
  }
  .section--home-programs {
    padding-top: 14px;
  }
  .home-top-slider-overlay {
    width: calc(100vw - 18px);
    padding-bottom: 58px;
  }
  .home-top-copy {
    padding: 20px 16px 18px;
    border-radius: 14px;
  }
  .home-top-copy::before {
    top: 12px;
    bottom: 12px;
    width: 1px;
  }
  .home-top-kicker {
    min-height: 24px;
    padding: 4px 9px;
    font-size: 9px;
  }
  .home-top-monogram {
    font-size: 38px;
    right: 12px;
    top: 12px;
  }
  .home-top-copy h1 {
    font-size: clamp(40px, 13vw, 54px);
  }
  .home-top-copy p {
    max-width: 30ch;
    font-size: 13px;
    line-height: 1.56;
  }
  .home-top-meta {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .home-top-actions .btn {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 10px;
  }
  .home-top-cta-line {
    display: none;
  }
  .home-top-index-head {
    min-height: 36px;
    padding: 8px 10px;
  }
  .home-top-index-head strong,
  .home-top-index-head a {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
  .home-top-thumb {
    min-width: 192px;
    min-height: 108px;
    border-radius: 10px;
  }
  .home-top-thumb-copy strong {
    font-size: 14px;
  }
  .home-top-thumb-copy span {
    font-size: 9px;
  }
  .home-top-progress {
    width: 72px;
    height: 2px;
  }
}

/* nm-program-hero: editorial showcase — award submission polish */
.nm-program-hero {
  --nm-hero-mist: rgba(18, 16, 13, 0.22);
  --nm-hero-paper: rgba(246, 244, 239, 0.52);
  --nm-hero-gold-line: rgba(232, 210, 172, 0.5);
  --nm-hero-cta-shine: rgba(255, 255, 255, 0.22);
  --nm-hero-panel: rgba(3, 5, 10, 0.44);
  --nm-hero-ease: cubic-bezier(0.22, 0.72, 0.28, 1);
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: var(--bg);
  margin: 0 calc(50% - 50vw) clamp(48px, 6.5vw, 64px);
  min-height: clamp(632px, 79vh, 900px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  touch-action: pan-y;
  isolation: isolate;
}
.nm-program-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
/* Cinematic vignette on photography (below global overlays) */
.nm-program-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 105% 88% at 50% 40%,
    transparent 48%,
    rgba(0, 0, 0, 0.09) 100%
  );
}
.nm-program-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
  transform: scale(1.024);
  filter: saturate(0.9) contrast(1.08) brightness(0.72);
  transition:
    opacity 420ms var(--nm-hero-ease),
    transform 9s var(--nm-hero-ease),
    filter 0.85s var(--nm-hero-ease);
}
@media (hover: hover) and (pointer: fine) {
  .nm-program-hero:hover .nm-program-bg img {
    transform: scale(1.034);
    filter: saturate(0.94) contrast(1.09) brightness(0.735);
  }
}
@media (prefers-reduced-motion: reduce) {
  .nm-program-bg img {
    transform: scale(1.024);
    transition: opacity 420ms var(--nm-hero-ease), filter 0.85s var(--nm-hero-ease);
  }
  @media (hover: hover) and (pointer: fine) {
    .nm-program-hero:hover .nm-program-bg img {
      transform: scale(1.024);
      filter: saturate(0.9) contrast(1.08) brightness(0.72);
    }
  }
}
.nm-program-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 102% at 8% 35%, rgba(0, 0, 0, 0.64) 0%, transparent 60%),
    radial-gradient(ellipse 48% 52% at 82% 22%, rgba(0, 0, 0, 0.14) 0%, transparent 56%),
    linear-gradient(100deg, rgba(2, 4, 9, 0.95) 0%, rgba(5, 7, 12, 0.5) 42%, rgba(12, 14, 20, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 32%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(128deg, rgba(38, 30, 20, 0.08) 0%, transparent 46%);
}
.nm-program-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: transparent;
  box-shadow:
    inset 0 -70px 90px rgba(6, 8, 14, 0.54),
    inset 0 -22px 32px rgba(0, 0, 0, 0.34),
    inset 0 14px 26px rgba(0, 0, 0, 0.16);
}
.nm-program-stage {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.44fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(56px, 7.5vh, 96px) clamp(28px, 4.2vw, 60px);
  min-height: 0;
}
.nm-program-spotlight {
  position: relative;
  min-width: 0;
  padding-bottom: 16px;
}
.nm-program-spotlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    var(--nm-hero-gold-line) 0%,
    rgba(200, 176, 132, 0.1) 56%,
    transparent 100%
  );
  opacity: 0.9;
  box-shadow: 0 0 20px rgba(212, 184, 132, 0.1);
  pointer-events: none;
}
.nm-program-feature {
  position: relative;
  margin-left: clamp(32px, 4vw, 52px);
  max-width: min(50ch, 100%);
  border: none;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  padding: 4px 0 0;
  touch-action: pan-y;
  cursor: default;
}
.nm-program-eyebrow,
.nm-program-title-row,
.nm-program-sub,
.nm-program-note {
  transition:
    opacity 0.38s var(--nm-hero-ease),
    transform 0.38s var(--nm-hero-ease),
    filter 0.38s var(--nm-hero-ease);
}
.nm-program-hero.is-swapping .nm-program-eyebrow,
.nm-program-hero.is-swapping .nm-program-title-row,
.nm-program-hero.is-swapping .nm-program-sub,
.nm-program-hero.is-swapping .nm-program-note {
  opacity: 0.18;
  transform: translateY(6px);
  filter: blur(1px);
}
.nm-program-hero:not(.is-swapping) .nm-program-eyebrow,
.nm-program-hero:not(.is-swapping) .nm-program-title-row,
.nm-program-hero:not(.is-swapping) .nm-program-sub,
.nm-program-hero:not(.is-swapping) .nm-program-note {
  animation: nmHeroCopyIn 520ms var(--nm-hero-ease);
}
.nm-program-hero.is-dragging .nm-program-feature {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: none;
}
.nm-program-hero.is-dragging {
  user-select: none;
  -webkit-user-select: none;
}
.nm-program-eyebrow {
  margin: 0;
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 8px;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(236, 222, 194, 0.9);
  text-rendering: optimizeLegibility;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.32);
}
.nm-program-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 26px;
}
.nm-program-flag {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.22),
    0 6px 28px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  flex-shrink: 0;
}
.nm-program-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 5.5vw, 92px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.035em;
  color: #fffdfa;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
  text-wrap: balance;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.22),
    0 28px 72px rgba(0, 0, 0, 0.48);
}
.nm-program-sub {
  margin: 36px 0 0;
  max-width: 46ch;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(15px, 1.08vw, 16px);
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.008em;
  color: rgba(252, 250, 246, 0.97);
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.34);
}
.nm-program-note {
  display: none;
  margin: 30px 0 0;
  padding-top: 26px;
  border-top: none;
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 14%,
    rgba(255, 255, 255, 0.12) 86%,
    transparent 100%
  );
  background-size: 100% 1px;
  background-position: 0 0;
  background-repeat: no-repeat;
  max-width: 45ch;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 7.5px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  line-height: 1.92;
  color: rgba(236, 216, 176, 0.96);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.46),
    0 1px 18px rgba(0, 0, 0, 0.34);
}
.nm-program-actions {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 40px;
}
.nm-program-actions-secondary {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 26px;
}
.nm-program-stepper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 7px;
  border-radius: 2px;
  border: 1px solid rgba(236, 212, 166, 0.42);
  background: linear-gradient(180deg, rgba(84, 66, 36, 0.4) 0%, rgba(54, 40, 20, 0.26) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 238, 198, 0.24),
    inset 0 -1px 0 rgba(80, 58, 22, 0.32),
    0 8px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px) saturate(1.08);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
}
.nm-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 600;
  font-optical-sizing: auto;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    transform 0.4s var(--nm-hero-ease),
    box-shadow 0.4s ease,
    border-color 0.4s ease,
    background 0.4s ease,
    color 0.4s ease,
    filter 0.4s ease;
}
.nm-cta--primary {
  min-height: 50px;
  padding: 0 34px;
  border-radius: 0;
  color: #0c0a08;
  background: linear-gradient(180deg, #d9c48c 0%, #eee4cc 18%, #a67c38 100%);
  border: 1px solid var(--nm-hero-cta-shine);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 10px 32px rgba(0, 0, 0, 0.24);
}
.nm-cta--primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 14px 40px rgba(0, 0, 0, 0.28);
}
.nm-cta--primary:active {
  transform: translateY(0);
  filter: brightness(0.98);
}
.nm-cta--primary:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 1px rgba(232, 212, 176, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 10px 32px rgba(0, 0, 0, 0.24);
}
.nm-cta--quiet {
  min-height: 48px;
  padding: 0 0 4px;
  border-radius: 0;
  color: rgba(252, 248, 242, 0.92);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(188, 168, 138, 0.38);
  letter-spacing: 0.28em;
  font-size: 7.5px;
  font-weight: 500;
  transition: color 0.35s var(--nm-hero-ease), border-color 0.35s ease;
}
.nm-cta--quiet:hover {
  color: #fffefb;
  border-bottom-color: rgba(216, 198, 170, 0.58);
}
.nm-cta--quiet:focus-visible {
  outline: none;
  color: #fffefb;
  border-bottom-color: rgba(220, 200, 168, 0.65);
  box-shadow: 0 2px 0 0 rgba(200, 178, 138, 0.35);
}

/* Editorial rail — margin frame, not a widget */
.nm-program-rail {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  width: min(560px, 44vw);
  padding: 16px 14px 18px 18px;
  border: 1px solid rgba(228, 206, 166, 0.22);
  border-left: 1px solid rgba(238, 214, 170, 0.3);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(12, 18, 30, 0.64) 0%, rgba(10, 14, 24, 0.5) 58%, rgba(8, 12, 20, 0.4) 100%);
  backdrop-filter: blur(6px) saturate(1.06);
  -webkit-backdrop-filter: blur(6px) saturate(1.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 198, 0.14),
    inset 0 -22px 40px rgba(0, 0, 0, 0.24),
    0 18px 48px rgba(0, 0, 0, 0.24);
}
.nm-program-rail-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 0 8px 20px 8px;
}
.nm-program-rail-label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 7.8px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(222, 208, 180, 0.74);
}
.nm-program-count {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(224, 210, 184, 0.66);
  font-variant-numeric: tabular-nums;
}
.nm-program-list {
  flex: 1;
  min-height: 0;
  max-height: min(52vh, 468px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 6px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  cursor: default;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.nm-program-list.is-drag-scrolling {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: none;
}
.nm-program-list.is-drag-scrolling .nm-program-item {
  cursor: grabbing;
}
.nm-program-list.is-drag-scrolling .nm-program-item-media img {
  pointer-events: none;
}
.nm-program-list::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.nm-program-item {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px 14px;
  margin: 0;
  border: none;
  border-radius: 10px;
  border: 1px solid rgba(236, 214, 174, 0.12);
  border-bottom: 1px solid rgba(236, 214, 174, 0.12);
  background: linear-gradient(180deg, rgba(22, 28, 40, 0.3) 0%, rgba(12, 16, 26, 0.2) 100%);
  cursor: pointer;
  text-align: left;
  transition:
    opacity 0.32s var(--nm-hero-ease),
    border-color 0.32s ease,
    background 0.32s ease,
    transform 0.32s var(--nm-hero-ease);
  opacity: 0.84;
  will-change: opacity, transform;
}
.nm-program-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nm-program-item:hover {
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.09) 100%);
  border-color: rgba(236, 214, 170, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 236, 198, 0.16);
  transform: translateX(1px);
}
.nm-program-item.is-active {
  opacity: 1;
  border-color: rgba(244, 224, 186, 0.42);
  border-bottom-color: rgba(244, 224, 186, 0.42);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.12) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 206, 0.22),
    0 8px 24px rgba(0, 0, 0, 0.16);
  animation: nmItemActivate 380ms var(--nm-hero-ease);
}
.nm-program-item.is-active::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  margin-left: -1px;
  background: linear-gradient(180deg, rgba(232, 210, 172, 0.88), rgba(158, 132, 96, 0.55));
  border-radius: 1px;
  box-shadow: 0 0 14px rgba(184, 148, 88, 0.14);
  transition: top 0.32s var(--nm-hero-ease), bottom 0.32s var(--nm-hero-ease), opacity 0.32s ease;
}
.nm-program-item-media {
  position: relative;
  width: 54px;
  height: 54px;
}
.nm-program-item-media img:first-child {
  width: 54px;
  height: 54px;
  border-radius: 3px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.26);
  filter: saturate(0.92) contrast(1.06) brightness(0.92);
  transition: filter 0.32s ease, box-shadow 0.32s ease;
}
.nm-program-item:hover .nm-program-item-media img:first-child {
  filter: saturate(0.96) contrast(1.07) brightness(0.94);
}
.nm-program-item-flag {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
  object-fit: cover;
}
.nm-program-item-copy strong {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.004em;
  line-height: 1.3;
  color: rgba(255, 252, 248, 0.99);
}
.nm-program-item-copy span {
  display: block;
  margin-top: 4px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 7.4px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(214, 200, 172, 0.72);
  line-height: 1.52;
}
.nm-program-item:focus-visible {
  outline: none;
  opacity: 1;
  box-shadow: inset 0 0 0 1px rgba(184, 148, 84, 0.18);
}

/* Stepper — gold glass controls */
.nm-program-arrow {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid rgba(226, 200, 148, 0.3);
  background: linear-gradient(180deg, rgba(86, 66, 36, 0.44) 0%, rgba(58, 44, 22, 0.32) 100%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.4s var(--nm-hero-ease),
    border-color 0.4s ease,
    box-shadow 0.4s ease,
    opacity 0.4s ease,
    transform 0.15s ease;
  opacity: 0.78;
  flex-shrink: 0;
}
.nm-program-arrow--step {
  backdrop-filter: blur(10px) saturate(1.08);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
}
.nm-program-arrow:hover {
  opacity: 0.96;
  background: linear-gradient(180deg, rgba(104, 80, 42, 0.56) 0%, rgba(70, 52, 26, 0.42) 100%);
  border-color: rgba(236, 214, 170, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 190, 0.24),
    0 4px 14px rgba(0, 0, 0, 0.22);
}
.nm-program-arrow:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgba(226, 196, 140, 0.55);
}
.nm-program-arrow:active {
  transform: scale(0.96);
}
.nm-program-arrow::before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid rgba(255, 242, 214, 0.96);
  border-left: 1px solid rgba(255, 242, 214, 0.96);
  transform: rotate(-45deg);
  margin-left: 1px;
  opacity: 0.96;
}
.nm-program-arrow--step + .nm-program-arrow--step::before {
  transform: rotate(135deg);
  margin-left: -1px;
}

@keyframes nmHeroCopyIn {
  0% {
    opacity: 0.24;
    transform: translateY(6px);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes nmItemActivate {
  0% {
    transform: translateX(-1px);
    background: rgba(255, 255, 255, 0.05);
  }
  100% {
    transform: translateX(0);
    background: rgba(255, 255, 255, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nm-program-item {
    transition: none;
  }
  .nm-program-eyebrow,
  .nm-program-title-row,
  .nm-program-sub,
  .nm-program-note {
    transition: none;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
  .nm-program-item.is-active {
    animation: none;
  }
  .nm-program-arrow:active {
    transform: none;
  }
  .nm-cta--primary:hover {
    transform: none;
  }
}

@media (min-width: 921px) and (max-width: 1100px) {
  .nm-program-stage {
    gap: clamp(32px, 4vw, 52px);
    padding-left: clamp(24px, 3.5vw, 48px);
    padding-right: clamp(24px, 3.5vw, 48px);
  }
  .nm-program-rail {
    width: min(500px, 46vw);
  }
  .nm-program-feature {
    margin-left: clamp(28px, 3.2vw, 46px);
  }
}

/* Tablet landscape tuning (e.g., iPad Air horizontal) */
@media (min-width: 1024px) and (max-width: 1280px) and (max-height: 900px) {
  .nm-program-hero {
    min-height: clamp(620px, 84vh, 760px);
  }
  .nm-program-stage {
    gap: clamp(26px, 3vw, 40px);
    padding-top: clamp(34px, 5vh, 52px);
    padding-bottom: clamp(34px, 5vh, 52px);
    padding-left: clamp(20px, 2.8vw, 34px);
    padding-right: clamp(20px, 2.8vw, 34px);
    grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.4fr);
    align-items: center;
  }
  .nm-program-feature {
    margin-left: clamp(18px, 2.2vw, 28px);
    max-width: min(46ch, 100%);
  }
  .nm-program-title {
    font-size: clamp(46px, 4.9vw, 68px);
  }
  .nm-program-sub {
    margin-top: 26px;
    font-size: clamp(14px, 1.35vw, 16px);
    line-height: 1.75;
  }
  .nm-program-note {
    margin-top: 22px;
    padding-top: 20px;
    font-size: 7px;
    letter-spacing: 0.18em;
  }
  .nm-program-actions {
    margin-top: 34px;
    gap: 16px 24px;
  }
  .nm-program-rail {
    width: min(520px, 43vw);
    padding: 13px 12px 14px 14px;
  }
  .nm-program-list {
    max-height: min(44vh, 340px);
    padding-left: 5px;
    padding-right: 4px;
  }
  .nm-program-item {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 11px 12px;
  }
  .nm-program-item-media {
    width: 48px;
    height: 48px;
  }
  .nm-program-item-media img:first-child {
    width: 48px;
    height: 48px;
  }
  .nm-program-item-copy strong {
    font-size: 12.8px;
    line-height: 1.26;
  }
  .nm-program-item-copy span {
    font-size: 6.8px;
    letter-spacing: 0.11em;
  }
}

@media (max-width: 920px) {
  .nm-program-stage {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 44px;
    min-height: 0;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .nm-program-spotlight::before {
    display: none;
  }
  .nm-program-feature {
    margin-left: 0;
    max-width: 100%;
  }
  .nm-program-rail {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    width: 100%;
    padding-left: 8px;
    padding-top: 8px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(14, 20, 32, 0.5) 0%, rgba(10, 14, 24, 0.36) 100%);
  }
  .nm-program-rail-head {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 20px;
  }
  .nm-program-list {
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0;
    scroll-snap-type: x proximity;
    padding-bottom: 12px;
    scroll-padding-inline: 12px;
    -webkit-overflow-scrolling: touch;
    cursor: default;
    mask-image: linear-gradient(to right, transparent, #000 28px, #000 calc(100% - 28px), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 28px, #000 calc(100% - 28px), transparent);
  }
  .nm-program-item {
    flex: 0 0 auto;
    width: min(270px, 80vw);
    grid-template-columns: 54px 1fr;
    padding: 16px 18px;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.038);
    opacity: 0.58;
    scroll-snap-align: start;
    transform: none;
  }
  .nm-program-item:hover {
    transform: none;
  }
  .nm-program-item:last-child {
    border-right: none;
  }
  .nm-program-item.is-active::before {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 0;
    width: auto;
    height: 2px;
    margin-left: 0;
    background: linear-gradient(90deg, transparent, rgba(210, 186, 148, 0.85), transparent);
    box-shadow: none;
  }
}

@media (min-width: 601px) and (max-width: 920px) {
  .nm-program-stage {
    gap: 48px;
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .nm-program-rail-head {
    padding-bottom: 22px;
  }
  .nm-program-list {
    scroll-padding-inline: 16px;
  }
  .nm-program-item {
    width: min(282px, 78vw);
    padding: 18px 20px;
  }
}

@media (max-width: 600px) {
  .nm-program-hero {
    margin: 0 0 36px;
    min-height: clamp(560px, 86vh, 700px);
  }
  .nm-program-stage {
    gap: 36px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
  .nm-program-title-row {
    gap: 14px 18px;
  }
  .nm-program-flag {
    width: 30px;
    height: 30px;
  }
  .nm-program-actions-secondary {
    width: 100%;
    justify-content: space-between;
    gap: 14px 18px;
  }
  .nm-program-title {
    font-size: clamp(44px, 11vw, 56px);
  }
  .nm-program-sub {
    max-width: 100%;
    margin-top: 28px;
  }
  .nm-program-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-top: 36px;
  }
  .nm-cta--primary {
    width: 100%;
    max-width: none;
  }
  .nm-program-list {
    mask-image: linear-gradient(to right, transparent, #000 20px, #000 calc(100% - 20px), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 20px, #000 calc(100% - 20px), transparent);
  }
  .nm-program-note {
    font-size: max(7.5px, 2.35vw);
    letter-spacing: 0.2em;
    line-height: 1.85;
  }
  .nm-program-rail {
    display: none;
  }
  .nm-program-stepper {
    padding: 8px 9px;
    gap: 8px;
  }
  .nm-program-arrow {
    width: 36px;
    height: 36px;
  }
  .nm-program-arrow::before {
    width: 5px;
    height: 5px;
  }
}


/* Language dropdown — Nations and More paper / gold / frosted topbar */
.nm-lang-dd {
  position: relative;
  flex: 0 0 auto;
}
.nm-lang-dd-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 10px;
  margin: 0;
  border: 1px solid rgba(184, 148, 84, 0.26);
  border-radius: 999px;
  /* Header: ekstra kutu yok — arka plan .topbar camıyla aynı görünür */
  background: transparent;
  color: #2a2620;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}
.nm-lang-dd-trigger:hover {
  border-color: rgba(184, 148, 84, 0.4);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}
.nm-lang-dd.is-open .nm-lang-dd-trigger {
  border-color: rgba(184, 148, 84, 0.46);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1px rgba(184, 148, 84, 0.08);
}
.nm-lang-dd-trigger:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(184, 148, 84, 0.22),
    0 0 0 1px rgba(184, 148, 84, 0.06);
}
.nm-lang-dd-flag {
  display: flex;
  width: 28px;
  height: 18px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow:
    0 0 0 1px rgba(62, 54, 42, 0.14),
    0 1px 2px rgba(20, 16, 10, 0.06);
}
.nm-lang-dd-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nm-lang-dd-chev {
  width: 0;
  height: 0;
  margin-left: 1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--gold);
  flex-shrink: 0;
  opacity: 0.82;
  transition: transform 0.22s ease, opacity 0.2s ease;
}
.nm-lang-dd-trigger:hover .nm-lang-dd-chev {
  opacity: 0.95;
}
.nm-lang-dd.is-open .nm-lang-dd-chev {
  transform: rotate(180deg);
}
.nm-lang-dd-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 184px;
  padding: 6px 0;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  z-index: 1100;
}
.nm-lang-dd-panel[hidden] {
  display: none !important;
}
.nm-lang-dd-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 16px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ink);
  transition: background 0.16s ease;
}
.nm-lang-dd-row + .nm-lang-dd-row {
  border-top: 1px solid var(--line);
}
.nm-lang-dd-row:hover {
  background: rgba(184, 148, 84, 0.08);
}
.nm-lang-dd-row.is-current {
  font-weight: 600;
  background: rgba(184, 148, 84, 0.1);
  box-shadow: inset 3px 0 0 0 var(--gold);
}
.nm-lang-dd-row-flag {
  display: flex;
  width: 28px;
  height: 18px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(62, 54, 42, 0.12);
}
.nm-lang-dd-row-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nm-lang-dd--drawer {
  width: 100%;
  max-width: 100%;
  margin: 0 0 22px;
}
.nm-lang-dd--drawer .nm-lang-dd-trigger {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  padding: 8px 5px 8px 12px;
  gap: 8px;
  border-radius: 14px;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 600;
  color: #252525;
  /* Menü paneli (#fffefb → #f9f4e8) ile aynı aile; ağır beyaz kutu hissi yok */
  background: linear-gradient(160deg, rgba(255, 254, 251, 0.94), rgba(249, 244, 232, 0.9));
  border-color: #e0d5c4;
  box-shadow: 0 1px 3px rgba(18, 16, 12, 0.06);
}
.nm-lang-dd--drawer .nm-lang-dd-trigger:hover {
  background: linear-gradient(160deg, #fffefb, #faf6ee);
  border-color: #d4c9b4;
  box-shadow: 0 2px 8px rgba(18, 16, 12, 0.07);
}
.nm-lang-dd--drawer.is-open .nm-lang-dd-trigger {
  background: linear-gradient(160deg, #fffefb, #f5efe3);
  border-color: #c9bc9f;
  box-shadow:
    0 0 0 1px rgba(184, 148, 84, 0.12),
    0 2px 10px rgba(18, 16, 12, 0.06);
}
.nm-lang-dd--drawer .nm-lang-dd-flag {
  width: 30px;
  min-width: 30px;
  height: 20px;
  align-self: center;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: none;
}
.nm-lang-dd--drawer .nm-lang-dd-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nm-lang-dd--drawer .nm-lang-dd-code {
  align-self: center;
  text-transform: none;
  flex: 0 1 auto;
  min-width: 0;
  text-align: left;
  margin-left: 2px;
}
.nm-lang-dd--drawer .nm-lang-dd-chev {
  align-self: center;
  margin-left: auto;
  margin-right: 9px;
  flex-shrink: 0;
}
.nm-lang-dd--drawer .nm-lang-dd-panel {
  top: auto;
  bottom: calc(100% + 8px);
  left: 0;
  right: auto;
  transform: none;
}

/* Fixed right-edge language switch — vertical strip flush to viewport (scrollbar side) */
.nm-lang-float-wrap {
  position: fixed;
  top: 50%;
  right: max(0px, env(safe-area-inset-right));
  transform: translateY(-50%);
  z-index: 1900;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nm-lang-dd--float {
  flex: 0 0 auto;
}
.nm-lang-dd--float .nm-lang-dd-trigger {
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: auto;
  min-width: 44px;
  max-width: none;
  padding: 10px 8px 10px 10px;
  min-height: 44px;
  border-radius: 12px 0 0 12px;
  border: 1px solid rgba(184, 148, 84, 0.28);
  border-right: none;
  /* Üst çubukla aynı cam: gradient + blur (sayfa üstünde tek katman) */
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.86),
    rgba(247, 247, 247, 0.7)
  );
  backdrop-filter: saturate(165%) blur(14px);
  -webkit-backdrop-filter: saturate(165%) blur(14px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    inset -1px 0 0 rgba(184, 148, 84, 0.1),
    0 4px 18px rgba(20, 20, 20, 0.07);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #2a2418;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.nm-lang-dd--float .nm-lang-dd-trigger:hover {
  transform: translateX(-3px);
  border-color: rgba(184, 148, 84, 0.42);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.92),
    rgba(250, 250, 248, 0.8)
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    inset -1px 0 0 rgba(184, 148, 84, 0.14),
    0 6px 22px rgba(20, 20, 20, 0.08);
}
.nm-lang-dd--float.is-open .nm-lang-dd-trigger {
  transform: translateX(-3px);
  border-color: rgba(184, 148, 84, 0.48);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.95),
    rgba(252, 250, 246, 0.84)
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 0 0 1px rgba(184, 148, 84, 0.1),
    inset -1px 0 0 rgba(184, 148, 84, 0.16),
    0 4px 16px rgba(22, 18, 12, 0.07);
}
.nm-lang-dd--float .nm-lang-dd-trigger:focus-visible {
  box-shadow:
    0 0 0 3px rgba(184, 148, 84, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    inset -1px 0 0 rgba(184, 148, 84, 0.12),
    0 4px 18px rgba(20, 20, 20, 0.07);
}
.nm-lang-dd--float .nm-lang-dd-flag {
  width: 26px;
  height: 17px;
  border-radius: 4px;
  box-shadow:
    0 0 0 1px rgba(62, 54, 42, 0.1),
    0 1px 2px rgba(20, 16, 10, 0.06);
}
.nm-lang-dd--float .nm-lang-dd-code,
.nm-lang-dd--float .nm-lang-dd-chev {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.nm-lang-dd--float .nm-lang-dd-panel {
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(100% + 8px);
  transform: translateY(-50%);
  min-width: min(184px, calc(100vw - 32px));
  max-width: min(220px, calc(100vw - 28px));
  border-radius: 14px;
  padding: 5px 0;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 14px 40px rgba(22, 18, 12, 0.1),
    0 4px 12px rgba(22, 18, 12, 0.05);
}
.mobile-menu.active ~ .nm-lang-float-wrap {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
@media print {
  .nm-lang-float-wrap {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .nm-lang-dd:not(.nm-lang-dd--drawer):not(.nm-lang-dd--float) .nm-lang-dd-trigger {
    padding: 7px 12px 7px 9px;
    gap: 7px;
  }
  .nm-lang-dd:not(.nm-lang-dd--drawer):not(.nm-lang-dd--float) .nm-lang-dd-flag {
    width: 26px;
    height: 17px;
  }
}
