/* ===========================
   MOBILE ADAPTATION PHASE 1
   Public shell / catalog pages
   =========================== */
html,
body{
  overflow-x: hidden;
}

img,
video{
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px){
  .header-container.container,
  #footer .container{
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-body .header-row{
    align-items: center;
  }

  .header-column.w-50{
    width: 100% !important;
  }

  .header-logo{
    width: 100%;
    text-align: center;
  }

  .header-logo a{
    overflow-wrap: anywhere;
    line-height: 1.25;
  }

  .header-extra-info,
  .header-extra-info li{
    width: 100%;
    justify-content: center;
  }

  .feature-box-info{
    text-align: center;
  }

  .header-nav-main nav > ul > li > a,
  .header-nav-main nav > ul > li > .dropdown-item,
  .header-nav-main nav .dropdown-item{
    min-height: 44px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-btn-collapse-nav{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
  }

  .video_container{
    height: clamp(340px, 54vh, 580px);
    min-height: 340px;
    border-radius: 20px;
    overflow: hidden;
  }

  .video_content{
    padding: 20px 18px;
    text-align: center;
  }

  #footer .footer-ribbon{
    margin-left: 0;
    width: auto;
    max-width: calc(100% - 32px);
  }

  #sub-menu ul{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px){
  .container,
  .container-fluid{
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-top{
    display: none;
  }

  .header-logo{
    font-size: 0.95rem;
  }

  .header-logo a{
    font-size: clamp(22px, 5.8vw, 30px);
  }

  .header-nav-main nav.collapse.show{
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 14px 36px rgba(0,0,0,0.12);
  }

  .header-nav-main nav .dropdown-menu{
    position: static !important;
    float: none;
    border: 0;
    box-shadow: none;
    padding-left: 10px;
  }

  .video_container{
    height: clamp(300px, 48vh, 460px);
    min-height: 300px;
  }

  .feature-box{
    align-items: flex-start;
  }

  #footer .row.py-5.my-4{
    row-gap: 20px;
  }
}

#mainNav{
  align-items: center;
  justify-content: center;
  gap: clamp(0.55rem, 1.15vw, 1.25rem);
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#mainNav > li{
  display: flex;
  align-items: center;
}

#mainNav > li > a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.08rem;
  border-radius: 999px;
  color: #1f2733;
  font-weight: 650;
  letter-spacing: 0.025em;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, color 0.28s ease, background-color 0.28s ease;
}

#mainNav > li:not(.nav-cta-3d) > a:hover,
#mainNav > li:not(.nav-cta-3d) > a:focus-visible,
#mainNav > li.nav-current:not(.nav-cta-3d) > a{
  color: #0f8f6c;
  background: rgba(15, 143, 108, 0.08);
  box-shadow: inset 0 0 0 1px rgba(15, 143, 108, 0.18);
  transform: translateY(-1px);
}

.header-nav-shell{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 1.8vw, 1.4rem);
  width: 100%;
  padding: 0.95rem 0;
  flex-wrap: wrap;
}

.header-nav-shell .header-nav-main{
  width: 100%;
}

.header-nav-shell .header-nav-main nav{
  display: block;
}

#mainNav .nav-cta-3d{
  position: relative;
}

#mainNav .nav-cta-3d > a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 2.15rem !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f8f6c 0%, #13bb8e 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff !important;
  font-size: clamp(1.08rem, 0.88rem + 0.5vw, 1.3rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 18px 40px rgba(15, 143, 108, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
  will-change: transform, opacity;
}

#mainNav .nav-cta-3d > a:hover,
#mainNav .nav-cta-3d > a:focus-visible{
  transform: scale(1.05) translateY(-1px);
  box-shadow: 0 24px 52px rgba(15, 143, 108, 0.34);
  filter: saturate(1.08) brightness(1.03);
}

.header-account-link{
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0;
  padding: 0.72rem 1.08rem;
  border-radius: 999px;
  background: rgba(15, 143, 108, 0.08);
  box-shadow: inset 0 0 0 1px rgba(15, 143, 108, 0.15);
  color: #005f40 !important;
  font-weight: 600;
  text-decoration: none;
}

.header-account-link i{
  font-size: 0.9rem;
}

.header-main-actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
  width: 100%;
}

.header-account-link--desktop{
  display: none;
}

.video_content.hero-focus-block{
  display: grid;
  gap: clamp(0.72rem, 1.9vw, 1.1rem);
  justify-items: center;
  max-width: min(92vw, 760px);
  margin-inline: auto;
  padding-inline: clamp(1rem, 2.6vw, 1.75rem);
  background: rgba(0, 0, 199, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 42px;
  padding-top: 18px;
  padding-bottom: 18px
}

.hero-kicker{
  margin: 0;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.8rem, 1.45vw, 0.94rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video_content.hero-focus-block h1{
  margin: 0;
  text-align: center;
}

.hero-subtitle{
  margin: 0;
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.58;
  text-align: center;
}

.hero-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.hero-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.55rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease;
  will-change: transform, opacity;
}

.hero-cta-primary{
  background: linear-gradient(135deg, #0f8f6c 0%, #13bb8e 100%);
  color: #fff;
  box-shadow: 0 20px 44px rgba(15, 143, 108, 0.24);
}

.hero-cta-secondary{
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.hero-cta:hover,
.hero-cta:focus-visible{
  transform: scale(1.05);
}

.hero-cta-primary:hover,
.hero-cta-primary:focus-visible{
  color: #fff;
  box-shadow: 0 24px 52px rgba(15, 143, 108, 0.3);
}

.hero-cta-secondary:hover,
.hero-cta-secondary:focus-visible{
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

@media (min-width: 1025px){
  .header-top,
  .header-top.header-top-default,
  #header .header-top,
  #header .header-top.header-top-default,
  .header-nav-bar.header-nav-bar-top-border.bg-light{
    display: none !important;
  }

  .header-body > .header-container.container{
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header-container .header-row.py-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    gap: 0.85rem;
  }

  .header-column.order-2.order-md-3{
    width: auto !important;
    flex: 0 0 auto;
  }

  .header-main-actions .header-extra-info,
  .header-main-actions .header-extra-info li{
    width: auto;
    justify-content: flex-end;
  }

  .header-main-actions .feature-box{
    gap: 0.7rem;
  }

  .header-account-link--desktop{
    display: inline-flex;
    min-height: 46px;
    padding-inline: 1.05rem;
    background: rgba(15, 143, 108, 0.08);
    box-shadow: inset 0 0 0 1px rgba(15, 143, 108, 0.16);
    color: #0a7d60 !important;
  }

  .header-account-link--desktop:hover,
  .header-account-link--desktop:focus-visible{
    background: rgba(19, 187, 142, 0.16);
    box-shadow: inset 0 0 0 1px rgba(19, 187, 142, 0.28);
    color: #08634c !important;
  }

  .video_container{
    margin-top: 0.2rem;
  }
}

html.ndm-home-intro-pending body:not(.ndm-home-intro-play) #mainNav .nav-cta-3d > a{
  opacity: 0;
  transform: translateY(-8px) scale(0.92);
}

html.ndm-home-intro-pending body:not(.ndm-home-intro-play) .hero-cta-primary{
  opacity: 0;
  transform: translateY(16px) scale(0.96);
}

body.ndm-home-intro-play #mainNav .nav-cta-3d > a{
  animation: ndm-home-nav-cta-intro 1.48s cubic-bezier(0.22, 1, 0.36, 1) both,
             ndm-home-nav-cta-glow 2.1s ease-out 1.34s 1 both;
}

body.ndm-home-intro-play .hero-cta-primary{
  animation: ndm-home-hero-cta-intro 1.58s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both,
             ndm-home-hero-cta-glow 2.2s ease-out 1.74s 1 both;
}

@keyframes ndm-home-nav-cta-intro{
  from{
    opacity: 0;
    transform: translateY(-8px) scale(0.92);
  }
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ndm-home-hero-cta-intro{
  from{
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  to{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ndm-home-nav-cta-glow{
  0%, 100%{
    box-shadow: 0 16px 34px rgba(15, 143, 108, 0.22);
  }
  50%{
    box-shadow: 0 22px 48px rgba(19, 187, 142, 0.34);
  }
}

@keyframes ndm-home-hero-cta-glow{
  0%, 100%{
    box-shadow: 0 20px 44px rgba(15, 143, 108, 0.24);
  }
  50%{
    box-shadow: 0 28px 58px rgba(19, 187, 142, 0.34);
  }
}

@media (prefers-reduced-motion: reduce){
  html.ndm-home-intro-pending body:not(.ndm-home-intro-play) #mainNav .nav-cta-3d > a,
  html.ndm-home-intro-pending body:not(.ndm-home-intro-play) .hero-cta-primary{
    opacity: 1;
    transform: none;
  }

  body.ndm-home-intro-play #mainNav .nav-cta-3d > a,
  body.ndm-home-intro-play .hero-cta-primary{
    animation: none;
  }

  .hero-cta,
  #mainNav .nav-cta-3d > a{
    transition: none;
  }
}

@media (max-width: 1024px){
  .header-nav-bar.header-nav-bar-top-border.bg-light{
    display: none !important;
  }

  #header .header-body{
    border-bottom: 0;
    box-shadow: none;
  }

  .header-container.container,
  #footer .container{
    padding-left: clamp(16px, 3vw, 24px);
    padding-right: clamp(16px, 3vw, 24px);
  }

  .header-container > .header-row.py-3{
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: clamp(0.62rem, 1.2vw, 0.9rem) !important;
    padding-bottom: clamp(0.6rem, 1vw, 0.82rem) !important;
  }

  .header-container > .header-row.py-3 > .header-column.justify-content-start.w-50.order-md-1.d-none.d-md-flex{
    display: none !important;
  }

  .header-container > .header-row.py-3 > .header-column.justify-content-start.justify-content-md-center.order-1.order-md-2{
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-container > .header-row.py-3 > .header-column.justify-content-end.w-50.order-2.order-md-3{
    width: auto !important;
    max-width: none;
    flex: 0 0 auto;
  }

  .header-container > .header-row.py-3 .header-logo a{
    display: inline-block;
    max-width: none;
    font-size: clamp(18px, 2.7vw, 24px);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
  }

  .header-container > .header-row.py-3 .header-extra-info{
    margin-bottom: 0;
  }

  .header-container > .header-row.py-3 .feature-box.reverse-allres{
    margin-bottom: 0;
  }

  .header-container > .header-row.py-3 .feature-box.reverse-allres .feature-box-info p{
    margin-bottom: 0;
  }

  .video_container{
    min-height: clamp(292px, 50vh, 480px);
    margin-top: 0;
  }

  .video_content.hero-focus-block{
    max-width: min(94vw, 680px);
    border-radius: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .header-container > .header-row.py-3{
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
  }

  .header-container > .header-row.py-3 > .header-column.justify-content-start.justify-content-md-center.order-1.order-md-2{
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header-container > .header-row.py-3 > .header-column.justify-content-end.w-50.order-2.order-md-3{
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .header-container > .header-row.py-3 > .header-column.justify-content-end.w-50.order-2.order-md-3 > .header-row{
    width: 100%;
    justify-content: center;
  }

  .header-container > .header-row.py-3 .header-logo{
    width: 100%;
    text-align: center;
  }

  .header-container > .header-row.py-3 .header-logo a{
    white-space: nowrap;
    font-size: clamp(16px, 2vw, 20px);
  }

  .header-container > .header-row.py-3 .header-extra-info{
    justify-content: center;
  }

  .header-container > .header-row.py-3 .feature-box.reverse-allres{
    justify-content: center;
  }

  .header-container > .header-row.py-3 .feature-box.reverse-allres .feature-box-info{
    text-align: center;
  }
}

@media (max-width: 991.98px){
  #mainNav{
    gap: 0.35rem;
  }

  #mainNav .nav-cta-3d > a{
    padding: 0.78rem 1.45rem !important;
    font-size: clamp(1rem, 0.92rem + 0.3vw, 1.1rem);
    box-shadow: 0 14px 30px rgba(15, 143, 108, 0.22);
  }

  .header-nav-shell{
    gap: 0.7rem;
  }
}

@media (max-width: 767.98px){
  .header-nav-shell{
    flex-direction: column;
  }

  .header-account-link{
    align-self: center;
  }

  .hero-actions{
    width: 100%;
    gap: 0.65rem;
  }

  .hero-cta{
    width: min(100%, 320px);
  }

  .hero-subtitle{
    max-width: 30rem;
  }
}

/* ===========================
   MOBILE ADAPTATION PHASE 2
   Homepage shell + legacy conference pages
   =========================== */
@media (max-width: 767.98px){
  .header-container > .header-row.py-3{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .header-container > .header-row.py-3 > .header-column.justify-content-start.justify-content-md-center.order-1.order-md-2{
    flex: 1 1 auto;
    min-width: 0;
  }

  .header-container > .header-row.py-3 > .header-column.justify-content-end.w-50.order-2.order-md-3{
    width: auto !important;
    max-width: 44%;
  }

  .header-container > .header-row.py-3 .header-logo{
    text-align: left;
  }

  .header-container > .header-row.py-3 .header-logo a{
    display: inline-block;
    max-width: 14ch;
    font-size: clamp(18px, 5.1vw, 24px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .header-container > .header-row.py-3 .header-extra-info{
    justify-content: flex-end;
  }

  .header-container > .header-row.py-3 .feature-box.reverse-allres{
    justify-content: flex-end;
  }

  .header-container > .header-row.py-3 .feature-box.reverse-allres .feature-box-info{
    text-align: right;
  }

  .header-container > .header-row.py-3 .feature-box.reverse-allres .feature-box-info p{
    font-size: 0.85rem;
    line-height: 1.32;
  }

  .header-nav-shell{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.6rem;
  }

  .header-nav-shell .header-nav{
    order: 3;
    grid-column: 1 / -1;
    width: 100%;
  }

  .header-nav-shell .header-nav-main nav.collapse{
    display: none;
  }

  .header-nav-shell .header-nav-main nav.collapse.show{
    display: block;
  }

  #mainNav{
    flex-direction: column;
    align-items: stretch;
  }

  #mainNav > li > a,
  #mainNav .nav-cta-3d > a{
    width: 100%;
  }

  .header-account-link{
    align-self: center;
    justify-content: center;
    min-width: 48px;
    padding: 0.72rem;
  }

  .header-account-link span{
    display: none;
  }

  .video_container{
    min-height: clamp(260px, 43svh, 390px);
  }

  .video_content.hero-focus-block{
    max-width: 100%;
    border-radius: 26px;
    padding: 16px 14px;
    gap: 0.65rem;
  }

  .hero-kicker{
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .hero-subtitle{
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .container .row.align-items-center.mt-5.mb-5{
    margin-top: 1.6rem !important;
    margin-bottom: 0 !important;
    row-gap: 1.25rem;
  }

  .container .lead.pe-2.mb-4{
    padding-right: 0 !important;
  }
}

@media (max-width: 575.98px){
  .header-container > .header-row.py-3{
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .header-container > .header-row.py-3 > .header-column.justify-content-start.justify-content-md-center.order-1.order-md-2{
    flex: 1 1 100%;
    max-width: 100%;
  }

  .header-container > .header-row.py-3 > .header-column.justify-content-end.w-50.order-2.order-md-3{
    width: 100% !important;
    max-width: 100%;
  }

  .header-container > .header-row.py-3 .header-logo a{
    max-width: none;
    font-size: clamp(18px, 5vw, 22px);
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .header-container > .header-row.py-3 .header-extra-info{
    justify-content: flex-start;
  }

  .header-container > .header-row.py-3 .feature-box.reverse-allres .feature-box-icon{
    display: none;
  }

  .header-container > .header-row.py-3 .feature-box.reverse-allres{
    justify-content: flex-start;
  }

  .header-container > .header-row.py-3 .feature-box.reverse-allres .feature-box-info p{
    font-size: 0.8rem;
    text-align: left;
  }
}

body.legacy-archive-page .post-image img{
  border-radius: 24px !important;
}

body.legacy-archive-page .post-content{
  color: #41515d;
}

body.legacy-archive-page .post-content h2{
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1.38;
}

body.legacy-archive-page .post-content p,
body.legacy-archive-page .post-content li{
  color: #5d6a73;
  line-height: 1.85;
}

body.legacy-archive-page .post-content img,
body.legacy-archive-page .post-content video{
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 1rem auto;
  border-radius: 18px;
}

body.legacy-archive-page .post-content [style*="width:500px"],
body.legacy-archive-page .post-content [width="500"]{
  width: min(100%, 500px) !important;
}

body.legacy-archive-page .post-content [style*="height:"]{
  height: auto !important;
}

body.legacy-archive-page .post-block{
  margin-top: 1.5rem !important;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: #f8fbfc;
  border: 1px solid rgba(15, 143, 108, 0.1);
}

body.legacy-archive-page .post-block .btn,
body.legacy-archive-page .post-content > p > .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.85rem 1.15rem;
  border-radius: 14px;
  white-space: normal;
  text-align: center;
}

body.legacy-archive-page .page-header .breadcrumb{
  margin-bottom: 0;
}

@media (max-width: 767.98px){
  body.legacy-archive-page .container.py-4{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  body.legacy-archive-page .post-content h2{
    font-size: clamp(1.2rem, 5.2vw, 1.55rem);
  }

  body.legacy-archive-page .post-content p,
  body.legacy-archive-page .post-content li{
    font-size: 0.98rem;
  }
}

.archive-kicker{
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(15, 143, 108, 0.08);
  color: #0f8f6c;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.publication-archive-index .archive-landing-intro{
  max-width: 720px;
  margin: 0 auto;
}

body.publication-archive-index .archive-landing-intro h1{
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  line-height: 1.12;
  color: #1d3348;
}

body.publication-archive-index .archive-landing-intro p{
  color: #5d6a73;
  font-size: 1.04rem;
  line-height: 1.8;
}

.ndm-archive-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.ndm-archive-card{
  height: 100%;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(24, 57, 88, 0.08);
  box-shadow: 0 18px 36px rgba(15, 37, 58, 0.07);
}

.ndm-archive-card__body{
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
  padding: 1.25rem;
}

.ndm-archive-card__eyebrow{
  color: #0f8f6c;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ndm-archive-card__title{
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
  color: #21384d;
}

.ndm-archive-card__title a{
  color: inherit;
  text-decoration: none;
}

.ndm-archive-card__title a:hover{
  color: #0f8f6c;
}

.ndm-archive-card__meta{
  margin: 0;
  color: #0f8f6c;
  font-size: 0.92rem;
  font-weight: 600;
}

.ndm-archive-card__desc{
  margin: 0;
  color: #627079;
  line-height: 1.7;
}

.ndm-archive-card__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  background: #0f8f6c;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.ndm-archive-card__link:hover{
  background: #0c7558;
  color: #ffffff;
}

body.legacy-issue-page .archive-issue-intro{
  padding: 1.1rem 1.2rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(24, 57, 88, 0.08);
  box-shadow: 0 14px 32px rgba(15, 37, 58, 0.06);
}

body.legacy-issue-page .archive-issue-intro h2{
  margin: 0.2rem 0 0.45rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  color: #1d3348;
}

body.legacy-issue-page .archive-issue-intro p{
  color: #627079;
  line-height: 1.72;
}

body.legacy-issue-page .ndm-archive-link-list{
  margin: 0;
  padding: 0;
  list-style: none;
}

body.legacy-issue-page .ndm-archive-link-list li{
  margin: 0 0 0.8rem;
}

body.legacy-issue-page .ndm-archive-link-list a{
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(24, 57, 88, 0.08);
  color: #21415b;
  line-height: 1.6;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 37, 58, 0.05);
}

body.legacy-issue-page .ndm-archive-link-list a:hover{
  color: #0f8f6c;
  border-color: rgba(15, 143, 108, 0.28);
}

body.legacy-issue-page .ndm-archive-link-list i{
  margin-top: 0.22rem;
  color: #0f8f6c;
}

body.legacy-article-page .post-content ol{
  padding-left: 1.3rem;
}

body.legacy-article-page .post-content > p:first-of-type strong{
  color: #21384d;
}

body.legacy-archive-page .breadcrumb{
  overflow-wrap: anywhere;
}

@media (max-width: 767.98px){
  body.publication-archive-index .archive-landing-intro p{
    font-size: 0.98rem;
  }

  .ndm-archive-grid{
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .ndm-archive-card__body{
    padding: 1rem;
  }

  body.legacy-issue-page .archive-issue-intro{
    padding: 0.95rem 1rem;
  }

  body.legacy-issue-page .ndm-archive-link-list a{
    padding: 0.9rem 0.9rem;
    gap: 0.7rem;
  }
}
