/* Dynisco Premium Home — theme-integrated styles. */
body.fitco-dynisco-home-page {
  overflow-x: clip;
  background: #f4f7fa;
}

.dyn-premium {
  --dyn-navy: #08243e;
  --dyn-navy-2: #123c63;
  --dyn-blue: #2068b3;
  --dyn-blue-bright: #5fb0ef;
  --dyn-ink: #13222f;
  --dyn-muted: #5a6b7d;
  --dyn-line: #d7e3ee;
  --dyn-surface: #fff;
  --dyn-soft: #eef4fb;
  width: 100%;
  margin: 0;
  background: #f4f7fa;
  color: #13222f;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.dyn-premium :is(#range, #demonstrations, #specifications, #standards, #applications, #consultation) {
  scroll-margin-top: 88px;
}

.dyn-premium,
.dyn-premium *,
.dyn-premium *::before,
.dyn-premium *::after {
  box-sizing: border-box;
}

.dyn-premium a {
  color: #2068b3;
  text-decoration: none;
}

.dyn-premium img {
  max-width: 100%;
}

.dyn-premium a:hover {
  color: #2d7ccc;
}

.dyn-premium-hero {
  isolation: isolate;
}

.dyn-premium-hero::after {
  position: absolute;
  z-index: 0;
  right: 4%;
  bottom: -1px;
  width: min(42vw, 560px);
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(95, 176, 239, .9));
}

.dyn-premium-hero-image-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .42);
}

.dyn-premium-hero-image-card img {
  transition: transform .45s ease;
}

.dyn-premium-hero-image-card:hover img {
  transform: scale(1.025);
}

.dyn-premium-jump {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--dyn-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 38px -36px rgba(8, 36, 62, .75);
}

.dyn-premium-jump-inner {
  display: flex;
  max-width: 1240px;
  min-height: 68px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 32px);
  align-items: center;
  gap: 28px;
}

.dyn-premium-jump-label {
  flex: 0 0 auto;
  color: var(--dyn-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dyn-premium-jump-links {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
}

.dyn-premium .dyn-premium-jump-links a {
  position: relative;
  padding: 23px 0 21px;
  color: var(--dyn-ink);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.dyn-premium .dyn-premium-jump-links a::after {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--dyn-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.dyn-premium .dyn-premium-jump-links a:hover {
  color: var(--dyn-blue);
}

.dyn-premium .dyn-premium-jump-links a:hover::after {
  transform: scaleX(1);
}

.dyn-premium-logo-grid .scp2 {
  box-shadow: 0 12px 34px -30px rgba(8, 36, 62, .65);
}

.dyn-premium .scp3 {
  box-shadow: 0 18px 48px -42px rgba(8, 36, 62, .72);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.dyn-premium .scp3 > div:first-child {
  background: radial-gradient(circle at 50% 44%, #fff 0, #fff 54%, #f3f7fb 100%) !important;
}

.dyn-premium .scp3 > div:first-child img {
  transition: transform .32s ease;
}

.dyn-premium .scp3:hover > div:first-child img {
  transform: scale(1.035);
}

.dyn-premium-video-stage {
  border: 1px solid rgba(8, 36, 62, .12);
}

.dyn-premium-video-thumb {
  box-shadow: 0 12px 28px -24px rgba(8, 36, 62, .8);
}

.dyn-premium-spec-card {
  overflow: hidden;
  box-shadow: 0 20px 54px -46px rgba(8, 36, 62, .8);
}

.dyn-premium-spec-summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding-right: 44px;
}

.dyn-premium-spec-summary::-webkit-details-marker {
  display: none;
}

.dyn-premium-spec-summary::after {
  position: absolute;
  top: 2px;
  right: 0;
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid #d6e6f4;
  border-radius: 50%;
  content: "+";
  place-items: center;
  background: #eef4fb;
  color: var(--dyn-blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.dyn-premium-spec-card[open] .dyn-premium-spec-summary::after {
  content: "−";
}

.dyn-premium-spec-card:not([open]) .dyn-premium-spec-summary {
  margin-bottom: 0 !important;
}

.dyn-premium-spec-summary:hover h3 {
  color: var(--dyn-blue) !important;
}

.dyn-premium-spec-summary h3 {
  transition: color .2s ease;
}

.dyn-premium .scp0:hover {
  background: #2d7ccc !important;
  color: #fff !important;
}

.dyn-premium .scp1:hover {
  border-color: #5fb0ef !important;
  background: rgba(32, 104, 179, .2) !important;
  color: #fff !important;
}

.dyn-premium .scp2:hover {
  border-color: #2068b3 !important;
  box-shadow: 0 12px 28px -18px rgba(32, 104, 179, .45) !important;
  transform: translateY(-2px) !important;
}

.dyn-premium .scp3:hover {
  border-color: #2068b3 !important;
  box-shadow: 0 16px 40px -26px rgba(32, 104, 179, .5) !important;
  transform: translateY(-3px) !important;
  color: inherit !important;
}

.dyn-premium .scp4:hover {
  background: #174e88 !important;
  transform: scale(1.06) !important;
}

.dyn-premium .scp5:hover {
  transform: translateY(-2px) !important;
}

.dyn-premium .scp6:hover {
  background: #e8f1fa !important;
  color: #08243e !important;
}

.dyn-premium :is(a, [role="button"]):focus-visible {
  outline: 3px solid #5fb0ef;
  outline-offset: 3px;
}

.dyn-premium-video-stage iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dyn-premium-video-thumb.is-active {
  border-color: #2068b3 !important;
}

.dyn-premium.dyn-premium--enhanced [data-reveal].is-pending {
  opacity: 0;
  transform: translateY(22px);
}

.dyn-premium.dyn-premium--enhanced [data-reveal] {
  transition: opacity .7s ease, transform .7s ease;
}

@keyframes heroGlow {
  0%, 100% { opacity: .5; }
  50% { opacity: .85; }
}

@media (min-width: 980px) {
  .dyn-premium-hero-inner {
    grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr) !important;
  }
}

@media (max-width: 820px) {
  .dyn-premium-jump-inner {
    gap: 18px;
  }

  .dyn-premium-jump-links {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
}

@media (max-width: 720px) {
  .dyn-premium-hero-inner {
    gap: 22px !important;
    padding: 32px 20px 0 !important;
  }

  .dyn-premium-hero-brand {
    gap: 14px !important;
    margin-bottom: 20px !important;
  }

  .dyn-premium-hero-brand > span:first-child {
    padding: 10px 16px !important;
  }

  .dyn-premium-hero-brand img {
    height: 38px !important;
  }

  .dyn-premium-hero-copy > p {
    margin-bottom: 26px !important;
    font-size: 17px !important;
    line-height: 1.58 !important;
  }

  .dyn-premium-hero-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px !important;
    margin-bottom: 30px !important;
  }

  .dyn-premium-hero-actions a {
    display: grid;
    min-height: 50px;
    padding: 12px 8px !important;
    place-items: center;
    font-size: 14px !important;
    text-align: center;
  }

  .dyn-premium-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
    padding: 22px 0 28px !important;
  }

  .dyn-premium-hero-media {
    padding-bottom: 32px !important;
  }

  .dyn-premium-hero-image-card {
    min-height: 280px !important;
    padding: 18px !important;
  }

  .dyn-premium-jump-inner {
    display: block;
    min-height: 0;
    padding: 12px 20px 0;
  }

  .dyn-premium-jump-label {
    display: block;
    margin-bottom: 2px;
  }

  .dyn-premium-jump-links {
    gap: 24px;
    margin-right: -20px;
    padding-right: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .dyn-premium .dyn-premium-jump-links a {
    padding: 13px 0 16px;
  }

  .dyn-premium .dyn-premium-jump-links a::after {
    bottom: 11px;
  }

  .dyn-premium-trust {
    padding: 44px 0 48px !important;
  }

  .dyn-premium-trust h2 {
    margin-bottom: 26px !important;
  }

  .dyn-premium-logo-grid {
    display: grid !important;
    width: 100%;
    max-width: 335px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px !important;
  }

  .dyn-premium-logo-grid .scp2 {
    width: auto !important;
    height: auto !important;
    padding: 6px !important;
    aspect-ratio: 1;
    border-radius: 8px !important;
  }

  .dyn-premium-trust > div > p {
    margin-top: 22px !important;
    font-size: 14px !important;
  }

  .dyn-premium-products,
  .dyn-premium-demonstrations,
  .dyn-premium-specifications,
  .dyn-premium-standards,
  .dyn-premium-applications,
  .dyn-premium-insights {
    padding: 50px 0 !important;
  }

  .dyn-premium-product-grid {
    display: grid !important;
    overflow-x: auto;
    margin-right: -20px;
    padding: 2px 20px 12px 0;
    grid-template-columns: none !important;
    grid-auto-columns: minmax(274px, 84vw);
    grid-auto-flow: column;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 20px;
    scroll-snap-type: inline mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .dyn-premium-product-grid .scp3 {
    scroll-snap-align: start;
  }

  .dyn-premium-product-grid .scp3 > div:first-child {
    aspect-ratio: 4 / 3 !important;
  }

  .dyn-premium-video-grid {
    display: grid !important;
    overflow-x: auto;
    margin-right: -20px;
    padding: 2px 20px 12px 0;
    grid-template-columns: none !important;
    grid-auto-columns: 148px;
    grid-auto-flow: column;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .dyn-premium-jump-links::-webkit-scrollbar,
  .dyn-premium-product-grid::-webkit-scrollbar,
  .dyn-premium-video-grid::-webkit-scrollbar {
    display: none;
  }

  .dyn-premium-video-thumb {
    scroll-snap-align: start;
  }

  .dyn-premium .scp4 {
    width: 64px !important;
    height: 64px !important;
  }

  .dyn-premium-spec-card {
    padding: 0 !important;
    border-radius: 12px !important;
  }

  .dyn-premium-spec-summary {
    padding: 20px 64px 20px 20px !important;
    margin: 0 !important;
  }

  .dyn-premium-spec-summary::after {
    top: 20px;
    right: 20px;
  }

  .dyn-premium-spec-summary > span {
    white-space: normal !important;
  }

  .dyn-premium-spec-body {
    padding: 0 20px 20px;
    gap: 16px !important;
  }

  .dyn-premium-consultation {
    padding: 36px 0 44px !important;
  }

  .dyn-premium-consultation > div > div {
    border-radius: 16px !important;
  }
}

@media (max-width: 560px) {
  .dyn-premium h1,
  .dyn-premium h2,
  .dyn-premium h3 {
    text-wrap: balance;
  }

  .dyn-premium-video-thumb {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dyn-premium *,
  .dyn-premium *::before,
  .dyn-premium *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .dyn-premium [data-reveal].is-pending {
    opacity: 1;
    transform: none;
  }
}
