/* Marketing delivery review: persistent navigation and content hierarchy. */
html { scroll-padding-top: 112px; }
.header { position: sticky; top: 0; z-index: 200; background: var(--bg); }
body[data-design="ecosystem"] .header { background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
.header nav a { white-space: nowrap; }
.header.menu-open nav { top: 100%; max-height: calc(100dvh - 80px); overflow-y: auto; }
.section[id], #news { scroll-margin-top: 18px; }
.product-list article, body[data-design="ecosystem"] .product-list article { grid-template-columns: minmax(0,1fr) auto; }
.product-list article > a { grid-column: 2; }
.market-tabs > button > span:empty { display: none; }
.market-tabs > button > div { min-width: 0; }
.product-wordmark--iepulse { width: 168px; height: auto; }
.marketplace-section .section-heading { grid-template-columns: 1.45fr 1fr; gap: 0 54px; }
.marketplace-section .section-heading h2 { font-size: clamp(2.4rem,3.65vw,4.1rem); line-height: 1.13; }
@media (max-width: 1000px) {
  .marketplace-section .section-heading { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 850px) {
  html { scroll-padding-top: 94px; }
  .market-tabs { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .product-list article, body[data-design="ecosystem"] .product-list article { grid-template-columns: minmax(0,1fr); }
  .product-list article > a { grid-column: 1; grid-row: 2; justify-self: start; }
  .market-tabs > button { min-width: 0; }
  .market-tabs strong { font-size: 16px; }
  .marketplace-section .section-heading h2 { font-size: clamp(2rem,8vw,2.75rem); }
}

/* Keep every destination available on tablets as well as phones. */
.archive-destinations { display: flex; flex-wrap: wrap; gap: 16px 32px; }
@media (max-width: 900px) {
  .header nav { display: none; }
  .header .nav-end { display: none; }
  .header .mobile-menu { display: flex; align-items: center; gap: 16px; }
  .header.menu-open nav { display: flex; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; gap: 0; padding: 15px 5%; background: var(--bg); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px #10243a18; }
  .header.menu-open nav a { display: block !important; font-size: 16px; padding: 12px 0; }
  .header.menu-open nav a:after { display: none; }
}

/* Corporate site presentation: retain motion control without proposal UI. */
body { padding-bottom: 0; }
.site-motion-control { position: fixed; right: 20px; bottom: 20px; z-index: 150; display: flex; align-items: center; gap: 8px; background: var(--bg); color: var(--ink); border: 1px solid var(--line); border-radius: 30px; padding: 6px 12px 6px 6px; box-shadow: 0 4px 18px #10243a12; font-size: 12px; }
.site-motion-control button { cursor: pointer; color: inherit; background: transparent; border: 1px solid var(--line); border-radius: 50%; width: 32px; height: 32px; display: grid; place-items: center; }
.footer-bottom { padding-right: 110px; }
.stock-information .stock-quotes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.stock-quote { min-width: 0; padding: 20px; border: 1px solid var(--line); background: #fff; }
.stock-quote h3 { margin: 0 0 16px; font-size: 22px; }
.stock-quote .tradingview-widget-container { width: 100%; min-height: 126px; }
.stock-quote .text-link { font-size: 14px; }
.stock-quote .quote-note { margin-top: 15px; font-size: 14px; color: var(--muted); }
@media (max-width: 620px) {
  .stock-information .stock-quotes { grid-template-columns: minmax(0,1fr); }
  .stock-quote { padding: 16px; }
  .site-motion-control { right: 12px; bottom: 12px; }
}
