:root {
  --pudu-container: 75rem;
  --pudu-header-height: 4rem;
  --pudu-brand-logo-width: 180px;
  --pudu-brand: #f2c200;
  --pudu-brand-hover: #dbae00;
  --pudu-brand-dark: #7a6100;
  --pudu-on-brand: #111;
  --pudu-focus: #111;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: clip; }
img, video, svg { max-width: 100%; height: auto; }
a { text-underline-offset: .18em; }
:focus-visible { outline: 3px solid var(--pudu-focus); outline-offset: 3px; }
.wp-site-blocks > *, .wp-site-blocks main > * { margin-block-start: 0; }

.pudu-skip-link {
  position: fixed;
  inset: .5rem auto auto .5rem;
  transform: translateY(-180%);
  z-index: 1000;
  padding: .75rem 1rem;
  background: #fff;
  color: #000;
}
.pudu-skip-link:focus { transform: none; }

.pudu-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--pudu-header-height);
  min-height: var(--pudu-header-height);
  border-bottom: 1px solid #e1e4e8;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
}
.pudu-site-header > .wp-block-group { height: var(--pudu-header-height); padding-top: 0 !important; padding-bottom: 0 !important; }
.pudu-site-header .wp-block-navigation-item__content { color: rgba(0,0,0,.9); }
.pudu-site-header .wp-block-site-logo, .pudu-site-header .pudu-default-logo { display: flex; width: var(--pudu-brand-logo-width) !important; height: 54px; margin: 0; flex: 0 0 var(--pudu-brand-logo-width); align-items: center; }
.pudu-site-header .wp-block-site-logo a { display: flex; width: 100%; height: 100%; align-items: center; }
.pudu-site-header .wp-block-site-logo img, .pudu-site-header .pudu-default-logo img { display: block; width: 100% !important; height: 50px !important; max-height: 50px; object-fit: contain; object-position: left center; }
.pudu-site-header .wp-block-navigation__submenu-container { min-width: 14rem !important; padding: .75rem !important; border: 1px solid #e1e4e8 !important; box-shadow: 0 12px 30px rgba(0,0,0,.12); }

.pudu-carousel {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  background: #15171a;
  color: #fff;
  isolation: isolate;
}
.pudu-carousel__viewport, .pudu-carousel__slide, .pudu-carousel__link, .pudu-carousel__picture { position: absolute; inset: 0; display: block; }
.pudu-carousel__slide { z-index: 0; opacity: 0; visibility: hidden; transition: opacity .6s ease, visibility 0s linear .6s; }
.pudu-carousel__slide.is-active { z-index: 1; opacity: 1; visibility: visible; transition-delay: 0s; }
.pudu-carousel__link { color: #fff; text-decoration: none; }
.pudu-carousel__media { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.pudu-carousel__content {
  position: absolute;
  z-index: 2;
  top: 48px;
  left: 50%;
  width: min(90vw, 760px);
  transform: translateX(-50%);
  text-align: center;
  text-shadow: 0 1px 12px rgba(0,0,0,.18);
}
.pudu-carousel__title-image { display: block; width: auto; max-width: min(82vw, 555px); height: 48px; margin: 0 auto 13px; object-fit: contain; }
.pudu-carousel__description { display: block; font-size: 20px; line-height: 1.45; }
.pudu-carousel__cta { display: inline-block; margin-top: 14px; padding: 2px 0; border-bottom: 1px solid currentColor; font-size: 14px; line-height: 1.4; }
.pudu-carousel__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 46px;
  height: 64px;
  padding: 0;
  border: 0;
  background: rgba(0,0,0,.12);
  color: #fff;
  font: 300 54px/54px Arial, sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color .2s ease;
}
.pudu-carousel__arrow:hover { background: rgba(0,0,0,.3); }
.pudu-carousel__arrow--prev { left: 20px; }
.pudu-carousel__arrow--next { right: 20px; }
.pudu-carousel__controls { position: absolute; z-index: 3; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; justify-content: center; }
.pudu-carousel__dots { display: flex; align-items: center; gap: 7px; }
.pudu-carousel__dot { width: 18px; height: 4px; padding: 0; border: 0; border-radius: 4px; background: rgba(255,255,255,.45); cursor: pointer; transition: width .2s ease, background-color .2s ease; }
.pudu-carousel__dot.is-active { width: 28px; background: #fff; }
.pudu-carousel__toggle { position: absolute; right: 0; width: 30px; height: 30px; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.18); color: #fff; font: 600 12px/1 Arial, sans-serif; cursor: pointer; }
.pudu-carousel__toggle:hover { background: rgba(0,0,0,.38); }

.pudu-product-lines { width: 100%; padding: 16px 16px 0; background: #fff; }
.pudu-product-lines__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pudu-product-line { position: relative; display: block; aspect-ratio: 1.5625 / 1; overflow: hidden; background: #e9ebee; color: #fff; text-decoration: none; }
.pudu-product-line__picture, .pudu-product-line__image { display: block; width: 100%; height: 100%; }
.pudu-product-line__image { max-width: none; object-fit: cover; object-position: center; transition: transform .45s ease; }
.pudu-product-line:hover .pudu-product-line__image { transform: scale(1.025); }
.pudu-product-line__content { position: absolute; z-index: 1; top: 17px; right: 16px; left: 16px; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; text-shadow: 0 1px 12px rgba(0,0,0,.22); }
.pudu-product-line__title { max-width: 90%; margin: 0; color: inherit; font-size: 26px; font-weight: 600; line-height: 1.2; }
.pudu-product-line__cta, .pudu-industry-card__cta { display: inline-block; font-size: 14px; line-height: 1.4; }
.pudu-product-line__cta::after, .pudu-industry-card__cta::after { content: ""; display: block; width: 0; height: 1px; margin-top: 2px; background: currentColor; transition: width .25s ease; }
.pudu-product-line:hover .pudu-product-line__cta::after, .pudu-industry-card:hover .pudu-industry-card__cta::after { width: 100%; }

.pudu-industries { position: relative; width: 100%; padding: 160px 0; overflow: hidden; background: #fff; }
.pudu-industries__heading { margin: 0; padding: 0 24px 64px; color: rgba(0,0,0,.9); font-size: 42px; font-weight: 600; line-height: 1.2; text-align: center; }
.pudu-industries__viewport { width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.pudu-industries__viewport::-webkit-scrollbar { display: none; }
.pudu-industries__track { display: flex; width: max-content; gap: 16px; padding: 0 16px; }
.pudu-industry-card { position: relative; display: block; flex: 0 0 372px; width: 372px; height: 372px; overflow: hidden; background: #202226; color: #fff; text-decoration: none; scroll-snap-align: start; }
.pudu-industry-card__image { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .45s ease; }
.pudu-industry-card:hover .pudu-industry-card__image { transform: scale(1.035); }
.pudu-industry-card__shade { position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.7)); pointer-events: none; }
.pudu-industry-card__content { position: absolute; right: 32px; bottom: 28px; left: 32px; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.pudu-industry-card__title { margin: 0; color: inherit; font-size: 26px; font-weight: 600; line-height: 1.2; }
.pudu-industries__arrow { position: absolute; z-index: 2; top: calc(50% + 57px); width: 44px; height: 64px; padding: 0; border: 0; background: rgba(0,0,0,.22); color: #fff; font: 300 52px/52px Arial, sans-serif; cursor: pointer; opacity: 0; transform: translateY(-50%); transition: opacity .2s ease, background-color .2s ease; }
.pudu-industries:hover .pudu-industries__arrow, .pudu-industries:focus-within .pudu-industries__arrow { opacity: 1; }
.pudu-industries__arrow:hover { background: rgba(0,0,0,.42); }
.pudu-industries__arrow--prev { left: 16px; }
.pudu-industries__arrow--next { right: 16px; }

.pudu-case-studies { position: relative; width: 100%; padding: 160px 0; overflow: hidden; background: #f3f4f5; }
.pudu-case-studies__heading, .pudu-news-showcase__heading { margin: 0; padding: 0 24px 64px; color: rgba(0,0,0,.9); font-size: 42px; font-weight: 600; line-height: 1.2; text-align: center; }
.pudu-case-studies__viewport { width: 100%; overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.pudu-case-studies__viewport::-webkit-scrollbar, .pudu-news-rail::-webkit-scrollbar { display: none; }
.pudu-case-studies__track { display: flex; width: max-content; gap: 16px; padding-inline: calc(25vw - 8px); }
.pudu-case-card { position: relative; display: block; flex: 0 0 50vw; width: 50vw; height: 700px; overflow: hidden; background: #1d2025; color: #fff; text-decoration: none; scroll-snap-align: center; }
.pudu-case-card__image { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .5s ease; }
.pudu-case-card:hover .pudu-case-card__image { transform: scale(1.025); }
.pudu-case-card__shade { position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.72)); }
.pudu-case-card__content { position: absolute; bottom: 76px; left: 50%; display: flex; width: 50%; transform: translateX(-50%); flex-direction: column; align-items: center; color: #fff; text-align: center; }
.pudu-case-card__title { margin: 0; padding: 0 16px 8px; color: inherit; font-size: 30px; font-weight: 600; line-height: 1.2; }
.pudu-case-card__cta { font-size: 16px; line-height: 1.5; }
.pudu-case-studies__arrow { position: absolute; z-index: 2; top: calc(50% + 57px); width: 46px; height: 68px; padding: 0; border: 0; background: rgba(0,0,0,.22); color: #fff; font: 300 54px/54px Arial,sans-serif; cursor: pointer; opacity: 0; transform: translateY(-50%); transition: opacity .2s ease; }
.pudu-case-studies:hover .pudu-case-studies__arrow, .pudu-case-studies:focus-within .pudu-case-studies__arrow { opacity: 1; }
.pudu-case-studies__arrow--prev { left: 16px; }
.pudu-case-studies__arrow--next { right: 16px; }

.pudu-news-showcase { width: 100%; padding: 160px 0; background: #f3f4f5; }
.pudu-news-showcase__stage { position: relative; width: min(1200px,calc(100% - 32px)); height: 440px; margin-inline: auto; overflow: hidden; background: #fff; }
.pudu-news-slide { position: absolute; inset: 0; display: flex; gap: 24px; padding: 32px; opacity: 0; visibility: hidden; transition: opacity .55s ease,visibility 0s linear .55s; }
.pudu-news-slide.is-active { opacity: 1; visibility: visible; transition-delay: 0s; }
.pudu-news-slide__copy { display: flex; flex: 1 1 520px; min-width: 0; flex-direction: column; justify-content: space-between; }
.pudu-news-slide__title { display: -webkit-box; margin: 0; overflow: hidden; color: rgba(0,0,0,.9); font-size: 24px; font-weight: 600; line-height: 1.333; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pudu-news-slide__title a, .pudu-news-card__title a { color: inherit; text-decoration: none; }
.pudu-news-slide__description { display: -webkit-box; height: 220px; margin: 24px 0 0; overflow: hidden; color: rgba(0,0,0,.6); font-size: 16px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 9; }
.pudu-news-slide__date { color: rgba(0,0,0,.6); font-size: 14px; line-height: 20px; }
.pudu-news-slide__media { display: block; flex: 0 0 592px; width: 592px; height: 376px; overflow: hidden; }
.pudu-news-slide__media img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.pudu-news-slide__media:hover img, .pudu-news-card:hover img { transform: scale(1.025); }
.pudu-news-showcase__controls { position: absolute; z-index: 2; right: 24px; bottom: 10px; left: 24px; display: flex; height: 8px; align-items: center; justify-content: center; gap: 8px; }
.pudu-news-showcase__dot { width: 16px; height: 4px; padding: 0; border: 0; border-radius: 2px; background: rgba(255,255,255,.4); box-shadow: 0 1px 4px rgba(0,0,0,.28); cursor: pointer; }
.pudu-news-showcase__dot.is-active { background: #fff; }
.pudu-news-showcase__toggle { position: absolute; right: 0; width: 24px; height: 24px; padding: 0; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(0,0,0,.22); color: #fff; font: 600 10px/1 Arial,sans-serif; cursor: pointer; opacity: 0; }
.pudu-news-showcase__toggle:focus-visible, .pudu-news-showcase:hover .pudu-news-showcase__toggle { opacity: 1; }
.pudu-news-rail { width: min(1200px,calc(100% - 32px)); height: 304px; margin: 16px auto 0; overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; scroll-snap-type: x mandatory; }
.pudu-news-rail__track { display: flex; width: max-content; height: 304px; gap: 16px; }
.pudu-news-card { position: relative; display: flex; flex: 0 0 288px; width: 288px; height: 304px; flex-direction: column; background: #fff; scroll-snap-align: start; }
.pudu-news-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: var(--pudu-brand); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.pudu-news-card:hover::after { transform: scaleX(1); }
.pudu-news-card__media { display: block; width: 100%; height: 184px; flex: 0 0 184px; overflow: hidden; }
.pudu-news-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .35s ease; }
.pudu-news-card__copy { display: flex; min-height: 120px; padding: 16px; flex-direction: column; justify-content: space-between; }
.pudu-news-card__title { display: -webkit-box; height: 40px; margin: 0; overflow: hidden; font-size: 14px; font-weight: 600; line-height: 20px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pudu-news-card__meta { display: flex; gap: 20px; color: rgba(0,0,0,.6); font-size: 14px; line-height: 20px; }
.pudu-news-card__meta span { color: var(--pudu-brand-dark); }

.pudu-section { padding-block: clamp(3.5rem, 7vw, 7.5rem); }
.pudu-section--alt { background: #f3f4f5; }
.pudu-grid { display: grid; gap: 1rem; }
.pudu-card { position: relative; min-height: 25rem; overflow: hidden; background: #f3f4f5; }
.pudu-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pudu-card:hover img { transform: scale(1.025); }
.pudu-card__content { position: absolute; inset: auto 0 0; padding: 2rem; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.76)); }

.pudu-query-grid .wp-block-post-template { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.pudu-query-grid .wp-block-post { background: #fff; border: 1px solid #e1e4e8; }
.pudu-query-grid .wp-block-post-featured-image img { aspect-ratio: 16 / 10; object-fit: cover; }
.pudu-query-grid .wp-block-post-title, .pudu-query-grid .wp-block-post-excerpt { padding-inline: 1.5rem; }
.pudu-query-grid .wp-block-post-excerpt { padding-bottom: 1.5rem; color: rgba(0,0,0,.6); }

.pudu-products-main { width: 100%; margin: 0; background: #f2f3f5; }
.pudu-products { width: 100%; padding: 32px 0 48px; background: #f2f3f5; }
.pudu-products__inner { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.pudu-products__filter-bar { position: sticky; z-index: 20; top: var(--pudu-header-height); margin: 0 0 16px; padding: 16px 0; background: #f2f3f5; }
.pudu-products__filters { display: flex; align-items: center; gap: 16px; overflow-x: auto; scrollbar-width: none; }
.pudu-products__filters::-webkit-scrollbar { display: none; }
.pudu-products__filter { flex: 0 0 auto; min-height: 36px; padding: 8px 24px; border: 0; border-radius: 0; background: transparent; color: rgba(0,0,0,.6); font-family: inherit; font-size: 14px; font-weight: 600; line-height: 20px; text-decoration: none; white-space: nowrap; cursor: pointer; }
.pudu-products__filter:hover, .pudu-products__filter:focus-visible { color: var(--pudu-brand-dark); }
.pudu-products__filter.is-active { background: #fff; color: rgba(0,0,0,.9); }
.pudu-products__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.pudu-product-card { display: flex; min-width: 0; min-height: 812px; flex-direction: column; background: #fff; }
.pudu-product-card[hidden] { display: none; }
.pudu-product-card__media { position: relative; display: block; width: 100%; height: 348px; flex: 0 0 348px; overflow: hidden; }
.pudu-product-card__image { display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: center; transition: transform .35s ease; }
.pudu-product-card__media:hover .pudu-product-card__image { transform: scale(1.025); }
.pudu-product-card__body { display: flex; min-height: 464px; padding: 20px 32px 32px; flex: 1 1 auto; flex-direction: column; justify-content: space-between; }
.pudu-product-card__heading { display: flex; align-items: center; gap: 8px; }
.pudu-product-card__title { margin: 0; color: #000; font-size: 32px; font-weight: 600; line-height: 40px; }
.pudu-product-card__title a { color: inherit; text-decoration: none; }
.pudu-product-card__badge { color: #e45c0a; font-size: 14px; font-style: italic; font-weight: 600; line-height: 20px; text-transform: uppercase; }
.pudu-product-card__tagline { margin: 8px 0 0; color: rgba(0,0,0,.9); font-size: 14px; line-height: 20px; }
.pudu-product-card__benefits { display: flex; margin: 16px 0 0; padding: 0; flex-wrap: wrap; align-content: flex-start; gap: 8px; list-style: none; }
.pudu-product-card__benefits li { padding: 4px 8px; border: 1px solid #d1d5db; border-radius: 2px; color: rgba(0,0,0,.6); font-size: 12px; line-height: 18px; text-align: left; }
.pudu-product-card__actions { display: flex; margin-top: 32px; align-items: center; flex-wrap: wrap; gap: 16px; }
.pudu-product-card__more { display: inline-flex; min-height: 32px; padding: 6px 20px; align-items: center; border-radius: 2px; background: var(--pudu-brand); color: var(--pudu-on-brand); font-size: 14px; font-weight: 600; line-height: 20px; text-decoration: none; }
.pudu-product-card__more:hover { background: var(--pudu-brand-hover); color: var(--pudu-on-brand); }
.pudu-product-card__contact { display: inline-flex; align-items: center; gap: 12px; color: rgba(0,0,0,.9); font-size: 14px; line-height: 20px; text-decoration: none; }
.pudu-product-card__contact span { font: 300 22px/1 Arial,sans-serif; }
.pudu-product-card__contact:hover { color: var(--pudu-brand-dark); }
.pudu-products-empty { width: min(1200px, calc(100% - 48px)); min-height: 40vh; margin: 0 auto; padding: 64px 0; }

.pudu-solutions-main, .pudu-solutions { width: 100%; margin: 0; }
.pudu-solutions { background: #fff; color: rgba(0,0,0,.9); }
.pudu-solutions__tabs { position: sticky; z-index: 30; top: var(--pudu-header-height); width: 100%; padding: 16px 0; overflow: hidden; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.pudu-solutions__tabs-track { display: flex; width: max-content; min-width: 100%; padding: 0 max(16px,calc((100vw - 1200px)/2)); align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.pudu-solutions__tabs-track::-webkit-scrollbar { display: none; }
.pudu-solutions__tab { flex: 0 0 auto; min-height: 40px; padding: 8px 24px; border: 0; border-radius: 0; background: transparent; color: rgba(0,0,0,.6); font-family: inherit; font-size: 16px; font-weight: 400; line-height: 24px; white-space: nowrap; cursor: pointer; transition: background-color .25s ease,color .25s ease; }
.pudu-solutions__tab:hover, .pudu-solutions__tab:focus-visible { color: var(--pudu-brand-dark); }
.pudu-solutions__tab.is-active { background: var(--pudu-brand); color: var(--pudu-on-brand); font-weight: 600; }
.pudu-solutions__hero { position: relative; width: 100%; height: 640px; overflow: hidden; background: #161a21; color: #fff; }
.pudu-solutions__hero-video { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.pudu-solutions__hero-shade { position: absolute; inset: 0; background: rgba(0,0,0,.18); pointer-events: none; }
.pudu-solutions__hero-copy { position: absolute; inset: 0; display: flex; padding: 24px; align-items: center; justify-content: center; flex-direction: column; text-align: center; text-shadow: 0 1px 14px rgba(0,0,0,.25); }
.pudu-solutions__hero-copy h1 { margin: 0; color: inherit; font-size: 42px; font-weight: 600; line-height: 1.2; }
.pudu-solutions__hero-copy p { margin: 12px 0 0; color: inherit; font-size: 18px; line-height: 1.5; }
.pudu-solutions__list { width: 100%; padding: 80px 16px 120px; }
.pudu-solution { position: relative; width: min(1330px,100%); aspect-ratio: 16 / 9; margin: 0 auto 120px; overflow: hidden; background: #252a30; scroll-margin-top: calc(var(--pudu-header-height) + 88px); }
.pudu-solution:last-child { margin-bottom: 0; }
.pudu-solution__media, .pudu-solution__media img { display: block; width: 100%; height: 100%; }
.pudu-solution__media img { max-width: none; object-fit: cover; object-position: center; transition: transform .55s ease; }
.pudu-solution:hover .pudu-solution__media img { transform: scale(1.025); }
.pudu-solution__copy { position: absolute; z-index: 1; bottom: 16px; left: 14px; width: min(576px,calc(100% - 28px)); padding: 24px; background: rgba(0,0,0,.5); color: rgba(255,255,255,.9); backdrop-filter: blur(20px); transition: background-color .3s ease; }
.pudu-solution:hover .pudu-solution__copy, .pudu-solution:focus-within .pudu-solution__copy { background: rgba(242,194,0,.94); color: var(--pudu-on-brand); }
.pudu-solution__copy h2 { margin: 0 0 16px; color: inherit; font-size: 30px; font-weight: 600; line-height: 1.2; overflow-wrap: anywhere; }
.pudu-solution__copy p { margin: 0; color: inherit; font-size: 16px; line-height: 1.5; }
.pudu-solution__more { display: inline-flex; min-height: 36px; margin-top: 24px; padding: 8px 16px; align-items: center; border-radius: 2px; background: rgba(255,255,255,.5); color: #fff; font-size: 14px; font-weight: 500; line-height: 20px; text-decoration: none; transition: background-color .25s ease,color .25s ease; }
.pudu-solution__more:hover, .pudu-solution__more:focus-visible { background: #fff; color: var(--pudu-brand-dark); }
.pudu-solution:hover .pudu-solution__more, .pudu-solution:focus-within .pudu-solution__more { background: var(--pudu-on-brand); color: var(--pudu-brand); }

.pudu-product-page-main, .pudu-product-detail { width: 100%; margin: 0; }
.pudu-product-detail { --detail-bg: #101216; --detail-fg: #fff; --detail-muted: rgba(255,255,255,.72); background: var(--detail-bg); }
.pudu-product-detail__container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.pudu-product-detail .is-dark { background: #101216; color: #fff; }
.pudu-product-detail .is-light { background: #fff; color: rgba(0,0,0,.9); }
.pudu-product-detail .is-gray { background: #f2f3f5; color: rgba(0,0,0,.9); }
.pudu-product-detail h2, .pudu-product-detail h3, .pudu-product-detail p { color: inherit; }
.pudu-product-detail__media { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; }

.pudu-product-hero { position: relative; height: calc(100svh - var(--pudu-header-height)); min-height: 680px; max-height: 880px; overflow: hidden; }
.pudu-product-hero__picture, .pudu-product-hero__picture img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.pudu-product-hero__picture img { max-width: none; object-fit: cover; object-position: center; }
.pudu-product-hero__shade { position: absolute; inset: 0; background: linear-gradient(to bottom,rgba(0,0,0,.08),transparent 45%,rgba(0,0,0,.08)); pointer-events: none; }
.pudu-product-hero__content { position: absolute; z-index: 1; top: 50px; left: 50%; display: flex; width: min(760px,calc(100% - 48px)); transform: translateX(-50%); flex-direction: column; align-items: center; color: inherit; text-align: center; }
.pudu-product-hero__logo { display: block; width: auto; max-width: min(560px,85vw); height: 50px; object-fit: contain; }
.pudu-product-hero__title { font-size: clamp(42px,5vw,68px); font-weight: 600; line-height: 1.05; }
.pudu-product-hero__content p { margin: 14px 0 0; font-size: 20px; line-height: 1.45; }
.pudu-product-hero__video { display: inline-flex; margin-top: 14px; align-items: center; gap: 8px; color: inherit; font-size: 14px; text-decoration: none; }
.pudu-product-hero__video span { display: grid; width: 22px; height: 22px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; place-items: center; }
.pudu-product-hero--fallback { display: grid; grid-template-columns: 1fr 1fr; background: #f2f3f5; }
.pudu-product-hero--fallback .pudu-product-hero__fallback-media { height: 100%; }
.pudu-product-hero--fallback .pudu-product-hero__fallback-media img { width: 100%; height: 100%; object-fit: contain; }
.pudu-product-hero--fallback .pudu-product-hero__content { position: static; width: auto; padding: 64px; transform: none; justify-content: center; }

.pudu-product-icons, .pudu-product-module, .pudu-product-specs, .pudu-product-models, .pudu-product-tabs, .pudu-product-showcase { padding: 120px 0; }
.pudu-product-icons h2, .pudu-product-module h2, .pudu-product-specs h2, .pudu-product-models > .pudu-product-detail__container > h2, .pudu-product-tabs h2 { margin: 0 0 56px; font-size: 40px; font-weight: 600; line-height: 1.2; text-align: center; }
.pudu-product-icons__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 40px 24px; }
.pudu-product-icons__grid article { text-align: center; }
.pudu-product-icons__icon { width: 80px; height: 80px; margin: 0 auto 20px; object-fit: contain; }
.pudu-product-icons__grid h3 { margin: 0; font-size: 18px; font-weight: 600; line-height: 1.4; }
.pudu-product-icons__grid p { margin: 8px 0 0; color: currentColor; opacity: .68; font-size: 14px; line-height: 1.55; }

.pudu-product-module__heading { width: min(900px,100%); margin: 0 auto 48px; text-align: center; }
.pudu-product-module__heading h2 { margin-bottom: 20px; }
.pudu-product-module__heading p { margin: 0; color: currentColor; opacity: .72; font-size: 16px; line-height: 1.65; }
.pudu-product-module__single-media { width: 100%; max-height: 760px; overflow: hidden; }
.pudu-product-module__single-media .pudu-product-detail__media { max-height: 760px; object-fit: cover; }
.pudu-product-detail__groups { display: grid; grid-template-columns: 1fr; gap: 24px; }
.pudu-product-detail__groups.has-multiple { grid-template-columns: repeat(2,minmax(0,1fr)); }
.pudu-product-detail__group-card { min-width: 0; overflow: hidden; background: rgba(255,255,255,.06); }
.is-light .pudu-product-detail__group-card, .is-gray .pudu-product-detail__group-card { background: #fff; }
.pudu-product-detail__group-card > .pudu-product-detail__media { aspect-ratio: 16/9; height: auto; object-fit: cover; }
.pudu-product-detail__group-copy { padding: 28px 32px 32px; }
.pudu-product-detail__group-copy h3 { margin: 0; font-size: 26px; font-weight: 600; line-height: 1.25; }
.pudu-product-detail__group-copy p { margin: 16px 0 0; color: currentColor; opacity: .7; font-size: 15px; line-height: 1.65; }
.pudu-product-detail__tags { display: flex; margin: 32px 0; flex-wrap: wrap; justify-content: center; gap: 12px; }
.pudu-product-detail__tag { display: flex; min-width: 150px; padding: 12px 16px; border: 1px solid currentColor; border-radius: 2px; flex-direction: column; opacity: .82; }
.pudu-product-detail__tag strong { font-size: 17px; }
.pudu-product-detail__tag span { margin-top: 4px; font-size: 13px; line-height: 1.45; }

.pudu-product-feature { position: relative; min-height: min(56.25vw,860px); overflow: hidden; }
.pudu-product-feature__picture, .pudu-product-feature__picture img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.pudu-product-feature__picture img { max-width: none; object-fit: cover; object-position: center; }
.pudu-product-feature__shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.46),rgba(0,0,0,.02) 58%,rgba(0,0,0,.12)); }
.pudu-product-feature.is-light .pudu-product-feature__shade { background: linear-gradient(180deg,rgba(255,255,255,.74),rgba(255,255,255,0) 58%); }
.pudu-product-feature__copy { position: relative; z-index: 1; width: min(900px,calc(100% - 48px)); margin-inline: auto; padding-top: 88px; text-align: center; }
.pudu-product-feature__copy h2 { margin: 0; font-size: clamp(34px,3.2vw,52px); font-weight: 600; line-height: 1.16; }
.pudu-product-feature__copy p { max-width: 780px; margin: 20px auto 0; font-size: 16px; line-height: 1.65; opacity: .82; }
.pudu-product-feature__copy .pudu-product-detail__tags { margin-bottom: 0; }

.pudu-product-tabs__nav { display: flex; margin: 0 0 28px; justify-content: center; flex-wrap: wrap; gap: 8px; }
.pudu-product-tabs__nav button { padding: 10px 22px; border: 1px solid rgba(128,128,128,.45); border-radius: 999px; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.pudu-product-tabs__nav button[aria-selected="true"] { border-color: var(--pudu-brand); background: var(--pudu-brand); color: var(--pudu-on-brand); }
.pudu-product-tabs__panel { position: relative; min-height: 540px; overflow: hidden; background: rgba(255,255,255,.06); }
.pudu-product-tabs__panel[hidden] { display: none; }
.pudu-product-tabs__panel > .pudu-product-detail__media { width: 100%; height: min(58vw,680px); object-fit: cover; }
.pudu-product-tabs__copy { position: absolute; right: 32px; bottom: 32px; width: min(440px,calc(100% - 64px)); padding: 28px; background: rgba(0,0,0,.58); color: #fff; backdrop-filter: blur(16px); }
.pudu-product-tabs__copy h3 { margin: 0; font-size: 26px; }
.pudu-product-tabs__copy p { margin: 12px 0 0; font-size: 15px; line-height: 1.6; opacity: .84; }

.pudu-product-showcase__media { height: min(58vw,680px); overflow: hidden; }
.pudu-product-showcase__media .pudu-product-detail__media { object-fit: cover; }
.pudu-product-showcase__labels { display: grid; margin-top: 28px; grid-template-columns: repeat(auto-fit,minmax(130px,1fr)); gap: 20px; }
.pudu-product-showcase__labels > div { display: flex; align-items: center; justify-content: center; gap: 12px; font-weight: 600; }
.pudu-product-showcase__labels .pudu-product-detail__media { width: 42px; height: 42px; object-fit: contain; }

.component-product-info-f1-2 .pudu-product-detail__groups.has-multiple,
.component-product-info-f2-1 .pudu-product-detail__groups.has-multiple,
.component-product-info-f3-2 .pudu-product-detail__groups.has-multiple { grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); }
.component-product-info-c2 .pudu-product-detail__groups.has-multiple { grid-template-columns: repeat(4,minmax(0,1fr)); }
.component-product-info-c2 .pudu-product-detail__group-card { position: relative; }
.component-product-info-c2 .pudu-product-detail__group-card > .pudu-product-detail__media { aspect-ratio: 1/1.1; }
.component-product-info-c2 .pudu-product-detail__group-copy { position: absolute; right: 0; bottom: 0; left: 0; padding: 48px 18px 18px; background: linear-gradient(transparent,rgba(0,0,0,.75)); color: #fff; }
.component-product-info-c2 .pudu-product-detail__group-copy h3 { font-size: 18px; }
.component-product-info-f1-3 .pudu-product-detail__group-card:only-child { background: transparent; }
.component-product-info-f1-3 .pudu-product-detail__group-card:only-child > .pudu-product-detail__media { aspect-ratio: 16/9; }
.component-legacy-text:nth-of-type(even) .pudu-product-detail__group-card { grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); }

.pudu-product-specs__layout { display: grid; grid-template-columns: minmax(320px,1fr) minmax(0,1.35fr); align-items: center; gap: 64px; }
.pudu-product-specs__image { max-height: 660px; object-fit: contain; }
.pudu-product-specs dl, .pudu-product-model dl { margin: 0; }
.pudu-product-specs dl > div, .pudu-product-model dl > div { display: grid; padding: 16px 0; border-bottom: 1px solid currentColor; grid-template-columns: minmax(150px,.8fr) minmax(0,1.2fr); gap: 24px; border-color: rgba(128,128,128,.35); }
.pudu-product-specs dt, .pudu-product-model dt { font-weight: 600; }
.pudu-product-specs dd, .pudu-product-model dd { margin: 0; color: currentColor; opacity: .68; }

.pudu-product-model { display: grid; margin-top: 24px; padding: 48px; grid-template-columns: 220px minmax(0,1fr); gap: 24px 48px; background: rgba(255,255,255,.06); }
.pudu-product-model h3 { grid-column: 1/-1; margin: 0; font-size: 30px; }
.pudu-product-model > .pudu-product-detail__media { height: 280px; object-fit: contain; }
.pudu-product-notice { padding: 48px 0; }
.pudu-product-notice p { width: min(900px,100%); margin: 0 auto; font-size: 15px; line-height: 1.7; text-align: center; opacity: .72; }
.pudu-product-contact { padding: 64px 0; background: var(--pudu-brand); color: var(--pudu-on-brand); }
.pudu-product-contact__inner { display: flex; width: min(1000px,calc(100% - 48px)); min-height: 220px; margin-inline: auto; align-items: center; justify-content: space-between; gap: 48px; }
.pudu-product-contact p { margin: 0 0 20px; font-size: 36px; font-weight: 600; line-height: 1.2; }
.pudu-product-contact a { display: inline-block; padding: 12px 24px; border-radius: 2px; background: #111; color: #fff; text-decoration: none; }
.pudu-product-contact .pudu-product-detail__media { width: 210px; height: 210px; object-fit: contain; }

.pudu-footer { width: 100%; padding: 96px 0 64px; background: #e6e9ed; color: rgba(0,0,0,.85); }
.pudu-footer a { color: inherit; text-decoration: none; }
.pudu-footer a:hover { text-decoration: underline; }
.pudu-footer__primary { display: grid; width: min(1200px, calc(100% - 48px)); min-height: 272px; margin-inline: auto; grid-template-columns: 304px minmax(0, 1fr); gap: 16px; }
.pudu-footer__brand { align-self: start; }
.pudu-footer__brand .wp-block-site-logo, .pudu-footer__brand .pudu-default-logo { display: flex; width: var(--pudu-brand-logo-width) !important; height: 54px; margin: 0; align-items: center; }
.pudu-footer__brand .wp-block-site-logo a { display: flex; width: 100%; height: 100%; align-items: center; }
.pudu-footer__brand .wp-block-site-logo img, .pudu-footer__brand .pudu-default-logo img { display: block; width: 100% !important; height: 50px !important; max-height: 50px; object-fit: contain; object-position: left center; }
.pudu-footer__newsletter-label { margin: 24px 0 4px; color: rgba(0,0,0,.9); font-size: 12px; line-height: 1.35; }
.pudu-footer .pudu-form--newsletter { display: grid; width: 304px; max-width: 100%; height: 30px; margin: 0; grid-template-columns: minmax(0, 1fr) 42px; }
.pudu-footer .pudu-form--newsletter input[type="email"] { height: 30px; margin: 0; padding: 5px 8px; border: 1px solid #bbc3ce; border-right: 0; border-radius: 0; background: #fff; font-size: 12px; line-height: 18px; }
.pudu-footer .pudu-form--newsletter button { position: relative; width: 42px; height: 30px; padding: 0; overflow: hidden; border: 0; border-radius: 0 2px 2px 0; background: #bbc3ce; color: transparent; font-size: 0; }
.pudu-footer .pudu-form--newsletter button::before { position: absolute; inset: 0; display: grid; color: rgba(0,0,0,.66); content: "✉"; font-size: 16px; place-items: center; }
.pudu-footer__desktop-nav { display: flex; justify-content: space-between; font-size: 12px; line-height: 1.35; }
.pudu-footer__desktop-nav > div { max-width: 240px; }
.pudu-footer__desktop-nav ul, .pudu-footer__mobile-nav ul { margin: 0; padding: 0; list-style: none; }
.pudu-footer__desktop-nav li + li { margin-top: 8px; }
.pudu-footer__desktop-nav li a { color: rgba(0,0,0,.6); }
.pudu-footer__nav-title { display: inline-block; padding-bottom: 24px; font-weight: 600; }
.pudu-footer__mobile-nav, .pudu-footer__contact { display: none; }
.pudu-footer__social { display: flex; width: min(1200px, calc(100% - 48px)); margin-inline: auto; padding: 64px 0 16px; justify-content: flex-end; gap: 8px; border-bottom: 1px solid #d4d8e0; }
.pudu-footer__social a { display: grid; width: 32px; height: 32px; border: 1px solid #8b97a8; border-radius: 50%; color: #576c8a; font: 600 14px/1 Arial, sans-serif; place-items: center; transition: color .2s ease, border-color .2s ease, transform .15s ease; }
.pudu-footer__social a:hover { border-color: var(--pudu-brand-dark); color: var(--pudu-brand-dark); text-decoration: none; transform: translateY(-1px); }
.pudu-footer__legal { display: flex; width: min(1200px, calc(100% - 48px)); margin-inline: auto; padding-top: 16px; justify-content: flex-start; color: rgba(0,0,0,.6); font-size: 12px; line-height: 16px; }
.pudu-footer__legal > div { display: flex; }
.pudu-footer__legal a { margin-left: 32px; }

.pudu-form { max-width: 45rem; }
.pudu-form label { display: block; font-weight: 600; }
.pudu-form input:not([type="checkbox"]), .pudu-form textarea { width: 100%; margin-top: .4rem; padding: .75rem; border: 1px solid #c8ccd0; border-radius: 2px; font: inherit; }
.pudu-form button { padding: .75rem 1.25rem; border: 0; border-radius: 2px; background: var(--pudu-brand); color: var(--pudu-on-brand); font: inherit; font-weight: 600; cursor: pointer; }
.pudu-form__honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.pudu-form__status { margin-bottom: 1rem; padding: 1rem; border-left: 4px solid var(--pudu-brand); background: #f3f4f5; }
.pudu-structured-details { margin-block: 2.5rem; padding: 1.5rem; background: #f3f4f5; }
.pudu-default-logo { display: inline-flex; align-items: center; }
.pudu-default-logo img { display: block; }

/* Case studies: featured carousel and four-card filtered catalogue. */
.pudu-case-archive { width: 100%; color: #101216; }
.pudu-case-archive__featured { padding: 80px 24px 96px; background: #fff; }
.pudu-case-archive__header, .pudu-case-archive__stage, .pudu-case-archive__catalog-inner { width: min(1200px,100%); margin-inline: auto; }
.pudu-case-archive__header { padding-bottom: 46px; }
.pudu-case-archive__header h1 { margin: 0; font-size: clamp(44px,5vw,72px); font-weight: 600; letter-spacing: -.035em; line-height: 1.08; }
.pudu-case-archive__header p { max-width: 740px; margin: 20px 0 0; color: #5c626b; font-size: 17px; line-height: 1.65; }
.pudu-case-archive__stage { position: relative; height: 617px; overflow: hidden; background: #eef0f3; }
.pudu-case-archive__slide { position: absolute; inset: 0; display: grid; grid-template: 505px 112px / minmax(0,758px) minmax(340px,442px); opacity: 0; visibility: hidden; transition: opacity .45s ease,visibility 0s linear .45s; }
.pudu-case-archive__slide.is-active { z-index: 1; opacity: 1; visibility: visible; transition-delay: 0s; }
.pudu-case-archive__featured-media { display: block; min-width: 0; overflow: hidden; background: #d9dde3; }
.pudu-case-archive__featured-media img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.pudu-case-archive__featured-title { display: flex; min-width: 0; padding: 20px 160px 20px 32px; align-items: center; background: #5278a8; color: #fff; }
.pudu-case-archive__featured-title a { display: -webkit-box; overflow: hidden; color: inherit; font-size: 18px; font-weight: 600; line-height: 1.45; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.pudu-case-archive__featured-copy { grid-area: 1 / 2 / 3 / 3; display: flex; min-width: 0; padding: 40px; flex-direction: column; justify-content: space-between; background: #eef0f3; }
.pudu-case-archive__featured-copy > p { margin: 0; color: #3f454e; font-size: 15px; line-height: 1.72; }
.pudu-case-archive__metadata { padding-top: 28px; }
.pudu-case-archive__meta { display: grid; padding: 13px 0; grid-template-columns: 104px minmax(0,1fr); gap: 12px; border-top: 1px solid #d3d7dc; font-size: 12px; line-height: 1.45; }
.pudu-case-archive__meta span { color: #7b8189; }
.pudu-case-archive__meta strong { font-weight: 500; }
.pudu-case-archive__controls { position: absolute; z-index: 3; right: 454px; bottom: 0; display: flex; height: 112px; padding-right: 28px; align-items: center; gap: 20px; }
.pudu-case-archive__dots { display: flex; align-items: center; gap: 5px; }
.pudu-case-archive__dot { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.pudu-case-archive__dot.is-active { width: 18px; border-radius: 6px; background: #fff; }
.pudu-case-archive__arrows { display: flex; gap: 8px; }
.pudu-case-archive__arrows button { display: grid; width: 34px; height: 34px; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: transparent; color: #fff; font: 26px/1 Arial,sans-serif; cursor: pointer; place-items: center; }
.pudu-case-archive__catalog { padding: 72px 24px 96px; background: #f3f4f5; }
.pudu-case-archive__filters { display: flex; margin-bottom: 32px; padding-bottom: 2px; overflow-x: auto; gap: 8px; scrollbar-width: thin; }
.pudu-case-archive__filters button { flex: 0 0 auto; padding: 9px 17px; border: 1px solid #cbd0d6; border-radius: 2px; background: transparent; color: #454a52; font: inherit; font-size: 13px; cursor: pointer; }
.pudu-case-archive__filters button:hover, .pudu-case-archive__filters button.is-active { border-color: var(--pudu-brand); background: var(--pudu-brand); color: var(--pudu-on-brand); }
.pudu-case-archive__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.pudu-case-archive__card { min-width: 0; background: #fff; }
.pudu-case-archive__card[hidden] { display: none; }
.pudu-case-archive__card-media { display: block; height: 395px; overflow: hidden; background: #dfe2e6; }
.pudu-case-archive__card-media img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .45s ease; }
.pudu-case-archive__card:hover .pudu-case-archive__card-media img { transform: scale(1.025); }
.pudu-case-archive__card-body { display: flex; min-height: 208px; padding: 28px 32px 24px; flex-direction: column; justify-content: space-between; }
.pudu-case-archive__card h2 { margin: 0; font-size: 19px; font-weight: 600; line-height: 1.45; }
.pudu-case-archive__card h2 a { color: inherit; text-decoration: none; }
.pudu-case-archive__card-meta { display: flex; margin-top: 24px; align-items: center; flex-wrap: wrap; gap: 8px; }
.pudu-case-archive__card-meta span { padding: 6px 10px; background: #eef0f3; color: #646a73; font-size: 11px; line-height: 1.35; }
.pudu-case-archive__pagination { display: flex; margin-top: 48px; justify-content: center; align-items: center; gap: 6px; }
.pudu-case-archive__pagination > span { display: flex; gap: 6px; }
.pudu-case-archive__pagination button { min-width: 36px; height: 36px; padding: 0 9px; border: 1px solid #d0d4da; background: #fff; color: #343940; font: inherit; font-size: 13px; cursor: pointer; }
.pudu-case-archive__pagination button:hover:not(:disabled), .pudu-case-archive__pagination button.is-active { border-color: var(--pudu-brand); background: var(--pudu-brand); color: var(--pudu-on-brand); }
.pudu-case-archive__pagination button:disabled { cursor: default; opacity: .35; }

@media (max-width: 1023px) {
  .pudu-site-header { padding-inline: 1.25rem; }
  .pudu-carousel { height: min(800px, calc(100svh - var(--pudu-header-height))); min-height: 620px; }
  .pudu-industries { padding: 96px 0; }
  .pudu-industries__heading { padding-bottom: 44px; font-size: 36px; }
  .pudu-industry-card { flex-basis: 320px; width: 320px; height: 320px; }
  .pudu-case-studies, .pudu-news-showcase { padding: 96px 0; }
  .pudu-case-studies__heading, .pudu-news-showcase__heading { padding-bottom: 44px; font-size: 36px; }
  .pudu-case-card { height: 600px; }
  .pudu-news-showcase__stage { height: 520px; }
  .pudu-news-slide { gap: 20px; padding: 24px; }
  .pudu-news-slide__media { flex-basis: 48%; width: 48%; height: 100%; }
  .pudu-news-rail { width: calc(100% - 32px); }
  .pudu-query-grid .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pudu-solutions__hero { height: 560px; }
  .pudu-solutions__list { padding-top: 64px; }
  .pudu-solution { margin-bottom: 80px; }
  .pudu-solution__copy { width: min(540px,calc(100% - 28px)); }
  .pudu-products__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pudu-product-card__title { font-size: 28px; line-height: 36px; }
  .pudu-product-icons, .pudu-product-module, .pudu-product-specs, .pudu-product-models, .pudu-product-tabs, .pudu-product-showcase { padding: 88px 0; }
  .pudu-product-specs__layout { gap: 36px; }
  .pudu-product-detail__groups.has-multiple { grid-template-columns: 1fr 1fr; }
  .pudu-footer { padding: 64px 24px; }
  .pudu-footer__primary, .pudu-footer__social, .pudu-footer__legal { width: 100%; }
  .pudu-footer__primary { grid-template-columns: 240px minmax(0, 1fr); gap: 32px; }
  .pudu-case-archive__slide { grid-template-columns: minmax(0,62%) minmax(300px,38%); }
  .pudu-case-archive__featured-copy { padding: 28px; }
  .pudu-case-archive__controls { right: calc(38% + 12px); }
  .pudu-case-archive__card-media { height: min(32vw,395px); }
}

@media (max-width: 767px) {
  :root { --pudu-brand-logo-width: 150px; }
  .pudu-case-archive__featured { padding: 48px 0 64px; }
  .pudu-case-archive__header { padding: 0 24px 30px; }
  .pudu-case-archive__header h1 { font-size: 38px; }
  .pudu-case-archive__header p { margin-top: 14px; font-size: 15px; }
  .pudu-case-archive__stage { height: 850px; }
  .pudu-case-archive__slide { display: grid; grid-template: 218px auto 1fr / 1fr; }
  .pudu-case-archive__featured-media { grid-area: 1/1; }
  .pudu-case-archive__featured-title { grid-area: 2/1; min-height: 112px; padding: 22px 24px 56px; }
  .pudu-case-archive__featured-title a { font-size: 16px; -webkit-line-clamp: 3; }
  .pudu-case-archive__featured-copy { grid-area: 3/1; padding: 24px; overflow-y: auto; }
  .pudu-case-archive__featured-copy > p { font-size: 14px; }
  .pudu-case-archive__controls { right: 18px; bottom: auto; left: 18px; top: 282px; height: 44px; padding: 0; justify-content: space-between; }
  .pudu-case-archive__catalog { padding: 48px 0 64px; }
  .pudu-case-archive__catalog-inner { width: 100%; }
  .pudu-case-archive__filters { margin-bottom: 16px; padding: 0 16px 4px; }
  .pudu-case-archive__grid { grid-template-columns: 1fr; gap: 8px; }
  .pudu-case-archive__card-media { height: min(67vw,350px); }
  .pudu-case-archive__card-body { min-height: 185px; padding: 22px 24px; }
  .pudu-case-archive__card h2 { font-size: 17px; }
  .pudu-case-archive__pagination { margin-top: 32px; padding: 0 12px; gap: 4px; }
  .pudu-case-archive__pagination > span { gap: 4px; }
  .pudu-case-archive__pagination button { min-width: 32px; height: 34px; padding-inline: 6px; }
  .pudu-solutions__tabs { padding: 12px 0; }
  .pudu-solutions__tabs-track { min-width: 0; padding-inline: 16px; gap: 8px; }
  .pudu-solutions__tab { min-height: 36px; padding: 6px 16px; font-size: 14px; }
  .pudu-solutions__hero { height: 580px; }
  .pudu-solutions__hero-video { object-position: center; }
  .pudu-solutions__hero-copy { padding: 24px; align-items: flex-start; justify-content: center; text-align: left; }
  .pudu-solutions__hero-copy h1 { font-size: 28px; }
  .pudu-solutions__hero-copy p { max-width: 330px; font-size: 16px; }
  .pudu-solutions__list { padding: 64px 0 72px; }
  .pudu-solution { aspect-ratio: auto; margin: 0 0 64px; overflow: visible; background: transparent; scroll-margin-top: calc(var(--pudu-header-height) + 68px); }
  .pudu-solution__media { height: 580px; overflow: hidden; background: #252a30; }
  .pudu-solution__media img { object-fit: cover; }
  .pudu-solution__copy { position: relative; bottom: auto; left: auto; width: auto; min-height: 0; margin: -88px 24px 0; padding: 16px; background: rgba(69,67,66,.82); backdrop-filter: blur(20px); }
  .pudu-solution__copy h2 { margin-bottom: 8px; font-size: 18px; }
  .pudu-solution__copy p { font-size: 15px; }
  .pudu-solution__more { margin-top: 20px; padding: 10px 24px; background: #fff; color: var(--pudu-brand-dark); }
  .pudu-carousel { height: calc(100svh - var(--pudu-header-height)); min-height: 560px; max-height: 800px; }
  .pudu-carousel__content { top: 42px; width: calc(100% - 40px); }
  .pudu-carousel__title-image { max-width: min(82vw, 360px); height: 38px; margin-bottom: 10px; }
  .pudu-carousel__description { font-size: 16px; }
  .pudu-carousel__cta { margin-top: 11px; font-size: 13px; }
  .pudu-carousel__arrow { width: 36px; height: 52px; font-size: 44px; opacity: .86; }
  .pudu-carousel__arrow--prev { left: 8px; }
  .pudu-carousel__arrow--next { right: 8px; }
  .pudu-carousel__controls { right: 16px; bottom: 18px; left: 16px; }
  .pudu-carousel__toggle { right: 0; }
  .pudu-product-lines { padding: 8px 0 0; }
  .pudu-product-lines__grid { grid-template-columns: 1fr; gap: 8px; }
  .pudu-product-line { aspect-ratio: 1080 / 1354; }
  .pudu-product-line__content { top: 16px; }
  .pudu-product-line__title { font-size: 22px; }
  .pudu-industries { padding: 64px 0; }
  .pudu-industries__heading { padding: 0 24px 32px; font-size: 28px; text-align: left; }
  .pudu-industries__track { gap: 12px; padding-inline: 16px; }
  .pudu-industry-card { flex-basis: min(80vw, 300px); width: min(80vw, 300px); height: min(80vw, 300px); }
  .pudu-industry-card__content { right: 24px; bottom: 22px; left: 24px; }
  .pudu-industry-card__title { font-size: 22px; }
  .pudu-industries__arrow { display: none; }
  .pudu-case-studies, .pudu-news-showcase { padding: 64px 0; }
  .pudu-case-studies__heading, .pudu-news-showcase__heading { padding: 0 24px 32px; font-size: 28px; text-align: left; }
  .pudu-case-studies__track { gap: 8px; padding-inline: 0; }
  .pudu-case-card { flex-basis: 100vw; width: 100vw; height: min(132vw,560px); scroll-snap-align: start; }
  .pudu-case-card__content { bottom: 48px; width: 82%; }
  .pudu-case-card__title { font-size: 24px; }
  .pudu-case-studies__arrow { display: none; }
  .pudu-news-showcase__stage { width: 100%; height: 620px; overflow: visible; background: transparent; }
  .pudu-news-slide { padding: 0; flex-direction: column-reverse; justify-content: flex-end; gap: 0; }
  .pudu-news-slide__media { flex: 0 0 240px; width: 100%; height: 240px; }
  .pudu-news-slide__copy { position: relative; z-index: 1; flex: 0 0 auto; width: calc(100% - 48px); min-height: 340px; margin: -8px 24px 0; padding: 16px; background: #fff; }
  .pudu-news-slide__title { font-size: 18px; line-height: 1.4; }
  .pudu-news-slide__description { height: 180px; margin-top: 24px; font-size: 14px; -webkit-line-clamp: 8; }
  .pudu-news-showcase__controls { right: 32px; bottom: auto; left: 32px; top: 226px; }
  .pudu-news-rail { width: 100%; height: 360px; padding-left: 16px; }
  .pudu-news-rail__track { height: 360px; gap: 12px; padding-right: 16px; }
  .pudu-news-card { flex-basis: min(78vw,300px); width: min(78vw,300px); height: 360px; }
  .pudu-news-card__media { height: 209px; flex-basis: 209px; }
  .pudu-news-card__copy { min-height: 151px; }
  .pudu-card { min-height: 20rem; }
  .pudu-query-grid .wp-block-post-template { grid-template-columns: 1fr; }
  .pudu-products { padding-top: 0; }
  .pudu-products__inner { width: 100%; }
  .pudu-products__filter-bar { margin-bottom: 8px; padding: 12px 16px; }
  .pudu-products__filters { gap: 8px; }
  .pudu-products__filter { padding: 8px 16px; }
  .pudu-products__grid { grid-template-columns: 1fr; gap: 8px; }
  .pudu-product-card { min-height: 0; }
  .pudu-product-card__media { height: min(88vw,348px); flex-basis: min(88vw,348px); }
  .pudu-product-card__body { min-height: 420px; padding: 16px 24px 24px; }
  .pudu-product-card__title { font-size: 28px; line-height: 36px; }
  .pudu-product-detail__container { width: calc(100% - 32px); }
  .pudu-product-hero { height: calc(100svh - var(--pudu-header-height)); min-height: 560px; max-height: 780px; }
  .pudu-product-hero__content { top: 36px; width: calc(100% - 32px); }
  .pudu-product-hero__logo { max-width: 82vw; height: 40px; }
  .pudu-product-hero__title { font-size: 38px; }
  .pudu-product-hero__content p { font-size: 16px; }
  .pudu-product-hero--fallback { display: block; height: auto; min-height: 0; padding-bottom: 48px; }
  .pudu-product-hero--fallback .pudu-product-hero__fallback-media { height: 380px; }
  .pudu-product-hero--fallback .pudu-product-hero__content { padding: 24px 16px; }
  .pudu-product-icons, .pudu-product-module, .pudu-product-specs, .pudu-product-models, .pudu-product-tabs, .pudu-product-showcase { padding: 64px 0; }
  .pudu-product-icons h2, .pudu-product-module h2, .pudu-product-specs h2, .pudu-product-models > .pudu-product-detail__container > h2, .pudu-product-tabs h2 { margin-bottom: 32px; font-size: 28px; text-align: left; }
  .pudu-product-icons__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 16px; }
  .pudu-product-icons__icon { width: 64px; height: 64px; }
  .pudu-product-icons__grid h3 { font-size: 15px; }
  .pudu-product-module__heading { margin-bottom: 28px; text-align: left; }
  .pudu-product-detail__groups.has-multiple { grid-template-columns: 1fr; }
  .pudu-product-detail__group-copy { padding: 20px; }
  .pudu-product-detail__group-copy h3 { font-size: 22px; }
  .pudu-product-detail__tags { justify-content: flex-start; }
  .pudu-product-detail__tag { width: 100%; }
  .pudu-product-feature { min-height: 680px; }
  .pudu-product-feature__copy { width: calc(100% - 32px); padding-top: 48px; text-align: left; }
  .pudu-product-feature__copy h2 { font-size: 30px; }
  .pudu-product-feature__copy .pudu-product-detail__tags { justify-content: flex-start; }
  .pudu-product-tabs__nav { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; }
  .pudu-product-tabs__nav button { flex: 0 0 auto; }
  .pudu-product-tabs__panel { min-height: 520px; }
  .pudu-product-tabs__panel > .pudu-product-detail__media { height: 520px; }
  .pudu-product-tabs__copy { right: 16px; bottom: 16px; width: calc(100% - 32px); padding: 20px; }
  .pudu-product-tabs__copy h3 { font-size: 21px; }
  .pudu-product-showcase__media { height: 520px; }
  .pudu-product-showcase__labels { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .component-product-info-c2 .pudu-product-detail__groups.has-multiple { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pudu-product-specs__layout { grid-template-columns: 1fr; gap: 28px; }
  .pudu-product-specs__image { max-height: 420px; }
  .pudu-product-specs dl > div, .pudu-product-model dl > div { grid-template-columns: 1fr; gap: 6px; }
  .pudu-product-model { padding: 24px; grid-template-columns: 1fr; }
  .pudu-product-model h3 { grid-column: auto; font-size: 26px; }
  .pudu-product-model > .pudu-product-detail__media { height: 240px; }
  .pudu-product-contact { padding: 40px 0; }
  .pudu-product-contact__inner { width: calc(100% - 32px); min-height: 0; gap: 20px; }
  .pudu-product-contact p { font-size: 25px; }
  .pudu-product-contact .pudu-product-detail__media { width: 120px; height: 150px; }
  .pudu-footer { padding: 39px 24px 80px; }
  .pudu-footer__primary { display: block; min-height: 0; }
  .pudu-footer__newsletter-label { margin-top: 12px; }
  .pudu-footer__desktop-nav { display: none; }
  .pudu-footer__mobile-nav { display: block; width: 100%; margin-top: 96px; font-size: 14px; }
  .pudu-footer__mobile-nav details { border-top: 1px solid #576c8a; }
  .pudu-footer__mobile-nav details:last-child { border-bottom: 1px solid #576c8a; }
  .pudu-footer__mobile-nav summary { display: flex; height: 72px; align-items: center; justify-content: space-between; font-weight: 600; cursor: pointer; list-style: none; }
  .pudu-footer__mobile-nav summary::-webkit-details-marker { display: none; }
  .pudu-footer__mobile-nav summary span { font-size: 18px; font-weight: 400; transition: transform .25s ease; }
  .pudu-footer__mobile-nav details[open] summary span { transform: rotate(45deg); }
  .pudu-footer__mobile-nav ul { display: flex; padding: 0 0 16px 16px; flex-direction: column; gap: 16px; color: rgba(0,0,0,.6); }
  .pudu-footer__contact { display: block; width: 100%; margin-top: 32px; padding: 13px 16px; background: var(--pudu-brand); color: var(--pudu-on-brand) !important; font-size: 16px; font-weight: 600; line-height: 24px; text-align: center; }
  .pudu-footer__contact:hover { background: var(--pudu-brand-hover); text-decoration: none !important; }
  .pudu-footer__social { padding: 32px 0 16px; justify-content: flex-start; flex-wrap: wrap; gap: 24px; border-bottom-color: #576c8a; }
  .pudu-footer__legal { flex-direction: column; padding-top: 12px; gap: 6px; }
  .pudu-footer__legal > div { flex-wrap: wrap; gap: 16px; }
  .pudu-footer__legal a { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
