/*
 * Heavypack Storefront v3 — natural precision
 * A calm, product-first layer over the legacy theme.
 */
:root {
    --hp-orange: #ff6600;
    --hp-orange-dark: #e65c00;
    --hp-ink: #242424;
    --hp-charcoal: #242424;
    --hp-canvas: #f5f5f7;
    --hp-surface: rgba(255,255,255,.82);
    --hp-muted: #6e6e73;
    --hp-line: rgba(36,36,36,.10);
    --hp-warm: #f5f5f7;
    --hp-radius: 28px;
    --hp-shadow: 0 24px 70px rgba(0,0,0,.08);
    --hp-ease: cubic-bezier(.22,1,.36,1);
}

body { color: var(--hp-ink); background: var(--hp-canvas); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.hp-site { background: var(--hp-canvas); }
.hp-container { width: min(1220px, calc(100% - 56px)); }

.hp-topbar { height: 32px; background: var(--hp-ink); font-size: 9px; letter-spacing: .11em; }
.hp-topbar__inner { min-height: 32px; }
.hp-ticker { animation-duration: 42s; opacity: .92; }
.hp-ticker span { padding: 0 34px; }
.hp-ticker span::before { color: var(--hp-orange); font-size: 13px; }

.hp-header { position: sticky; top: 0; z-index: 60; border-bottom-color: rgba(36,36,36,.07); background: rgba(250,250,252,.82); backdrop-filter: saturate(180%) blur(22px); transition: box-shadow .45s var(--hp-ease), background .45s var(--hp-ease); }
.hp-header.is-scrolled { background: rgba(255,255,255,.92); box-shadow: 0 10px 35px rgba(0,0,0,.06); }
.hp-header__inner { min-height: 76px; }
.hp-brand { width: 350px; }
.hp-brand img { height: 50px; }
.hp-nav { gap: 30px; }
.hp-nav a { padding: 29px 0 25px; color: #515154; font-size: 11px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.hp-nav a::after { bottom: 19px; height: 1.5px; }
.hp-button { min-height: 50px; padding: 0 24px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .01em; text-transform: none; box-shadow: none; transition: transform .45s var(--hp-ease), box-shadow .45s var(--hp-ease), background .3s ease; }
.hp-button:hover { transform: translateY(-2px); background: var(--hp-orange-dark); border-color: var(--hp-orange-dark); box-shadow: 0 14px 30px rgba(255,102,0,.22); }
.hp-button--small { min-height: 42px; padding: 0 18px; }
.hp-button--ghost { color: var(--hp-ink); border-color: rgba(36,36,36,.16); background: rgba(255,255,255,.56); backdrop-filter: blur(12px); }
.hp-button--ghost:hover { color: var(--hp-ink); border-color: rgba(36,36,36,.2); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.hp-button--white { color: var(--hp-ink); background: #fff; border-color: #fff; }

.hp-hero { min-height: 760px; color: var(--hp-ink); background: radial-gradient(circle at 76% 30%, rgba(255,102,0,.14), transparent 33%), linear-gradient(180deg,#fbfbfd 0%,#f1f1f3 100%); }
.hp-hero::before { background: linear-gradient(rgba(36,36,36,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(36,36,36,.025) 1px,transparent 1px); background-size: 60px 60px; opacity: .4; mask-image: linear-gradient(to bottom,black,transparent 75%); }
.hp-hero::after { content: ""; width: 520px; height: 520px; left: auto; right: -210px; bottom: -250px; border: 90px solid rgba(255,102,0,.05); border-radius: 50%; }
.hp-hero__grid { min-height: 760px; grid-template-columns: .92fr 1.08fr; gap: 28px; }
.hp-hero__content { padding: 88px 0 78px; }
.hp-eyebrow,.hp-kicker { color: var(--hp-white); font-size: 14px; font-weight: 700; letter-spacing: .13em; }
.hp-eyebrow span { width: 28px; height: 1px; }
.hp-hero h1 { max-width: 720px; margin: 22px 0 26px; font-family: inherit; font-size: clamp(58px,6vw,88px); font-weight: 720; line-height: .96; letter-spacing: -.065em; text-transform: none; }
.hp-hero h1 em { color: var(--hp-orange); }
.hp-hero__content > p { max-width: 570px; color: var(--hp-muted); font-size: 17px; line-height: 1.68; }
.hp-hero__actions { gap: 10px; margin-top: 32px; }
.hp-hero__proof { gap: 48px; margin-top: 52px; padding-top: 25px; border-top-color: rgba(36,36,36,.10); }
.hp-hero__proof strong { font-size: 27px; font-weight: 650; }
.hp-hero__proof span { color: #86868b; }
.hp-hero__visual { height: 700px; --mx: 0px; --my: 0px; }
.hp-hero__visual::before { inset: 80px -90px 42px 48px; z-index: 1; border-radius: 48% 52% 45% 55% / 58% 44% 56% 42%; background: linear-gradient(145deg,#ff7a24 0%,#ff6600 58%,#e95500 100%); clip-path: none; filter: drop-shadow(0 32px 50px rgba(255,102,0,.16)); transform: rotate(-5deg); }
.hp-hero__visual > img { width: 650px; right: -52px; bottom: 0; transform: translate3d(var(--mx),var(--my),0); filter: drop-shadow(0 30px 40px rgba(0,0,0,.22)); transition: transform .8s var(--hp-ease); animation: hp-machine-breathe 7s ease-in-out infinite; }
.hp-hero__halo { display: none; }
.hp-hero__badge,.hp-hero__caption { color: var(--hp-ink); border: 1px solid rgba(255,255,255,.62); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 20px 45px rgba(0,0,0,.10); backdrop-filter: blur(22px); }
.hp-hero__badge { top: 90px; right: -2px; }
.hp-hero__badge span { color: #77777c; }
.hp-hero__caption { right: 0; bottom: 42px; width: 280px; }
@keyframes hp-machine-breathe { 0%,100% { margin-bottom: 0; } 50% { margin-bottom: 8px; } }

.hp-trust-strip { color: var(--hp-ink); background: rgba(255,255,255,.86); border-bottom: 1px solid var(--hp-line); backdrop-filter: blur(18px); }
.hp-trust-strip__grid { min-height: 98px; }
.hp-trust-strip__grid > div { border-right-color: var(--hp-line); }
.hp-trust-strip__grid > div > span { color: #fff; background: var(--hp-orange); border-radius: 50%; }
.hp-trust-strip small { color: #86868b; }

.hp-section { padding: 124px 0; }
.hp-section-heading { align-items: flex-end; margin-bottom: 52px; }
.hp-section-heading h2,.hp-process h2,.hp-support h2,.hp-cta h2 { max-width: 780px; font-family: inherit; font-size: clamp(40px,4.6vw,64px); font-weight: 700; line-height: 1.01; letter-spacing: -.055em; text-transform: none; }
.hp-section-heading > p { color: var(--hp-muted); font-size: 15px; line-height: 1.7; }
.hp-categories { background: #fff; }
.hp-category-grid { grid-template-columns: repeat(3,1fr); gap: 18px; }
.hp-category-card,.hp-category-card:nth-child(1),.hp-category-card:nth-child(2) { min-height: 390px; grid-column: auto; border: 0; border-radius: 28px; background: var(--hp-canvas); box-shadow: inset 0 0 0 1px rgba(36,36,36,.04); transition: transform .65s var(--hp-ease),box-shadow .65s var(--hp-ease); }
.hp-category-card:hover { transform: translateY(-8px); box-shadow: 0 28px 60px rgba(0,0,0,.10); }
.hp-category-card::after { inset: 46% 0 0; background: linear-gradient(transparent,rgba(245,245,247,.98) 45%); }
.hp-category-card img { height: 235px; padding: 24px; background: transparent; transition: transform .8s var(--hp-ease); }
.hp-category-card:hover img { transform: scale(1.055) translateY(-4px); }
.hp-category-card__number { width: 34px; height: 34px; color: var(--hp-orange); background: rgba(255,255,255,.9); border: 1px solid rgba(36,36,36,.08); border-radius: 50%; backdrop-filter: blur(10px); }
.hp-category-card h3 { font-size: 22px; font-weight: 650; letter-spacing: -.025em; }
.hp-category-card p { color: var(--hp-muted); }
.hp-category-card span { font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: none; }
.hp-category-card--dark { color: var(--hp-ink); background: linear-gradient(145deg,#ececef,#f8f8fa); }
.hp-category-card--dark::after { background: linear-gradient(transparent,rgba(245,245,247,.98) 45%); }
.hp-category-card--dark p { color: var(--hp-muted); }

.hp-products { color: var(--hp-ink); background: var(--hp-canvas); }
.hp-section-heading--light { color: var(--hp-ink); }
.hp-text-link { color: var(--hp-ink); border-bottom-color: rgba(36,36,36,.22); }
.hp-product-grid { grid-template-columns: repeat(3,1fr); gap: 18px; }
.hp-product-card,.hp-product-card:first-child { display: block; grid-column: auto; border-radius: 28px; background: #fff; box-shadow: inset 0 0 0 1px rgba(36,36,36,.05); transition: transform .65s var(--hp-ease),box-shadow .65s var(--hp-ease); }
.hp-product-card:hover { transform: translateY(-8px); box-shadow: 0 28px 65px rgba(0,0,0,.10); }
.hp-product-card:first-child .hp-product-card__image,.hp-product-card__image { height: 300px; min-height: 0; background: linear-gradient(160deg,#f9f9fa,#eeeef1); }
.hp-product-card__image img { padding: 28px; transition: transform .8s var(--hp-ease); }
.hp-product-card:hover .hp-product-card__image img { transform: scale(1.05); }
.hp-product-card__body { padding: 25px; }
.hp-product-card:first-child .hp-product-card__body { display: block; }
.hp-product-card__body > p { color: var(--hp-muted); }
.hp-product-card__footer > a { font-weight: 700; text-transform: none; }

.hp-process { background: #fff; }
.hp-process__steps { border-top-color: var(--hp-line); }
.hp-process__steps li { padding: 29px 0; border-bottom-color: var(--hp-line); transition: padding-left .45s var(--hp-ease); }
.hp-process__steps li:hover { padding-left: 10px; }
.hp-process__steps h3 { font-weight: 650; }
.hp-support { background: var(--hp-canvas); }
.hp-support__photo > img { border-radius: 32px; }
.hp-support__photo > div { border-radius: 20px; box-shadow: 0 22px 55px rgba(255,102,0,.20); }
.hp-support__cards { overflow: hidden; border: 0; border-radius: 24px; background: #fff; box-shadow: inset 0 0 0 1px var(--hp-line); }
.hp-support__cards a { border-color: var(--hp-line); transition: background .35s ease,transform .45s var(--hp-ease); }
.hp-support__cards a:hover { background: #fff7f2; transform: translateY(-2px); }
.hp-customers { background: #fff; border-color: var(--hp-line); }
.hp-cta { color: #fff; background: linear-gradient(125deg,#ff7a24 0%,#ff6600 50%,#e95300 100%); }
.hp-footer { background: var(--hp-ink); }
.hp-whatsapp { border: 1px solid rgba(255,255,255,.45); box-shadow: 0 16px 38px rgba(0,0,0,.18); backdrop-filter: blur(12px); transition: transform .45s var(--hp-ease),box-shadow .45s var(--hp-ease); }
.hp-whatsapp:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(0,0,0,.24); }

/* Inner pages and product directory */
.hp-inner-hero { min-height: 520px; color: var(--hp-ink); background: radial-gradient(circle at 80% 12%,rgba(255,102,0,.13),transparent 30%),linear-gradient(180deg,#fbfbfd,#f1f1f3); }
.hp-inner-hero::before { background: linear-gradient(rgba(36,36,36,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(36,36,36,.026) 1px,transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom,black,transparent); }
.hp-inner-hero::after { color: rgba(36,36,36,.025); font-family: inherit; font-weight: 750; letter-spacing: -.08em; }
.hp-breadcrumb { color: #86868b; }
.hp-inner-hero h1 { font-family: inherit; font-size: clamp(58px,7vw,98px); font-weight: 730; line-height: .92; letter-spacing: -.07em; text-transform: none; }
.hp-inner-hero__aside { border-left-width: 2px; }
.hp-inner-hero__aside p { color: var(--hp-muted); }
.hp-inner-hero__aside span { color: var(--hp-ink); }
.hp-page-section { padding: 110px 0; background: #fff; }
.hp-page-section--warm { background: var(--hp-canvas); }
.hp-page-intro h2 { font-family: inherit; font-weight: 700; line-height: 1; text-transform: none; }
.hp-page-intro p { color: var(--hp-muted); }
.hp-filterbar { gap: 8px; padding: 4px 0 12px; }
.hp-filterbar a { padding: 11px 17px; border: 0; border-radius: 999px; color: #515154; background: #eeeef1; font-weight: 600; letter-spacing: 0; text-transform: none; transition: color .3s ease,background .3s ease,transform .4s var(--hp-ease); }
.hp-filterbar a:first-child,.hp-filterbar a:hover { color: #fff; background: var(--hp-orange); transform: translateY(-2px); }
.hp-listing-grid { gap: 18px; }
.hp-listing-card { min-height: 455px; overflow: hidden; border: 0; border-radius: 26px; background: var(--hp-canvas); box-shadow: inset 0 0 0 1px rgba(36,36,36,.04); transition: transform .65s var(--hp-ease),box-shadow .65s var(--hp-ease); }
.hp-listing-card:hover { transform: translateY(-8px); box-shadow: 0 28px 65px rgba(0,0,0,.10); }
.hp-listing-card__image { height: 285px; background: linear-gradient(160deg,#fafafa,#ececef); }
.hp-listing-card__image img { transition: transform .8s var(--hp-ease); }
.hp-listing-card:hover .hp-listing-card__image img { transform: scale(1.05); }
.hp-listing-card__body > a { font-weight: 700; text-transform: none; }
.hp-catalog-search { max-width: 520px; display: flex; margin-top: 24px; padding: 5px; border: 1px solid var(--hp-line); border-radius: 999px; background: var(--hp-canvas); }
.hp-catalog-search input { min-width: 0; flex: 1; padding: 0 16px; border: 0; outline: 0; background: transparent; color: var(--hp-ink); font-size: 13px; }
.hp-catalog-search button { min-height: 42px; padding: 0 20px; border: 0; border-radius: 999px; color: #fff; background: var(--hp-orange); font-size: 11px; font-weight: 700; cursor: pointer; transition: transform .35s var(--hp-ease),background .25s ease; }
.hp-catalog-search button:hover { transform: scale(1.03); background: var(--hp-orange-dark); }
.hp-catalog-meta { display: flex; align-items: center; gap: 8px; margin: 0 0 18px; color: #86868b; font-size: 10px; }
.hp-catalog-empty { grid-column: 1/-1; padding: 60px; border-radius: 26px; background: var(--hp-canvas); text-align: center; }
.hp-pagination { display: flex; justify-content: center; margin-top: 46px; }
.hp-pagination ul { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.hp-pagination li { list-style: none; }
.hp-pagination a,.hp-pagination span { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 10px; border-radius: 999px; color: var(--hp-ink); background: #fff; box-shadow: inset 0 0 0 1px var(--hp-line); font-size: 11px; }
.hp-pagination .active span,.hp-pagination a:hover { color: #fff; background: var(--hp-orange); box-shadow: none; }
.hp-feature-band { overflow: hidden; border-radius: 34px; background: linear-gradient(135deg,#ff7a24,#ff6600); box-shadow: 0 34px 80px rgba(0,0,0,.11); }
.hp-feature-band__copy h2 { font-family: inherit; font-weight: 720; text-transform: none; }
.hp-service-line { transition: padding .45s var(--hp-ease),background .35s ease; }
.hp-service-line:hover { padding-left: 16px; padding-right: 16px; background: #fff7f2; }
.hp-contact-panel { border-radius: 30px; }
.hp-contact-form h2,.hp-contact-panel h2 { font-family: inherit; font-weight: 700; text-transform: none; }
.hp-field input,.hp-field select,.hp-field textarea { border-radius: 14px; background: rgba(255,255,255,.9); transition: border-color .25s ease,box-shadow .25s ease; }
.hp-field input:focus,.hp-field select:focus,.hp-field textarea:focus { outline: 0; border-color: var(--hp-orange); box-shadow: 0 0 0 4px rgba(255,102,0,.12); }
.hp-page-banner { background: linear-gradient(125deg,#ff7a24,#ff6600); }
.hp-page-banner h2 { font-family: inherit; font-weight: 700; text-transform: none; }

/* Smooth reveal, staggered by layout position. */
.hp-reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--hp-ease),transform .9s var(--hp-ease); }
.hp-reveal.is-visible { opacity: 1; transform: translateY(0); }
.hp-category-card:nth-child(2),.hp-product-card:nth-child(2),.hp-listing-card:nth-child(2) { transition-delay: .06s; }
.hp-category-card:nth-child(3),.hp-product-card:nth-child(3),.hp-listing-card:nth-child(3) { transition-delay: .12s; }
.hp-category-card:nth-child(4),.hp-product-card:nth-child(4),.hp-listing-card:nth-child(4) { transition-delay: .18s; }

@media (max-width: 1000px) {
    .hp-container { width: min(100% - 36px,800px); }
    .hp-nav { gap: 18px; }
    .hp-hero__grid { grid-template-columns: 1fr; }
    .hp-hero__content { padding-bottom: 10px; }
    .hp-hero__visual { height: 590px; }
    .hp-hero__visual::before { inset: 45px -40px 22px 14%; }
    .hp-hero__visual > img { right: 8%; }
    .hp-category-grid,.hp-product-grid,.hp-listing-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
    .hp-container { width: min(100% - 28px,520px); }
    .hp-topbar { height: 28px; }
    .hp-topbar__inner { min-height: 28px; }
    .hp-header__inner { min-height: 70px; }
    .hp-brand { width: 184px; }
    .hp-menu-toggle { border-radius: 50%; }
    .hp-nav { background: rgba(255,255,255,.98); }
    .hp-hero { min-height: auto; }
    .hp-hero__grid { min-height: auto; }
    .hp-hero__content { padding-top: 62px; }
    .hp-hero h1 { font-size: 50px; line-height: .98; }
    .hp-hero__content > p { font-size: 15px; }
    .hp-hero__visual { height: 430px; }
    .hp-hero__visual::before { inset: 34px -60px 10px 12%; }
    .hp-hero__visual > img { width: 450px; right: -52px; }
    .hp-hero__badge { top: 25px; }
    .hp-hero__proof { gap: 12px; }
    .hp-section { padding: 84px 0; }
    .hp-section-heading h2,.hp-process h2,.hp-support h2 { font-size: 40px; }
    .hp-category-grid,.hp-product-grid,.hp-listing-grid { grid-template-columns: 1fr; }
    .hp-category-card,.hp-category-card:nth-child(1),.hp-category-card:nth-child(2) { min-height: 365px; }
    .hp-inner-hero { min-height: 460px; }
    .hp-inner-hero h1 { font-size: 52px; }
    .hp-page-section { padding: 78px 0; }
    .hp-feature-band { border-radius: 24px; }
}

/* 2026-08-13 / Machine close-up specification system */
.hp-machine-search,
.hp-home-machine-search {
    border: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(120deg,rgba(255,102,0,.055),transparent 36%),
        #242424;
    box-shadow: 0 25px 70px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.045);
}

.hp-machine-search input,
.hp-home-machine-search input {
    color: #f7f7f5;
}

.hp-machine-search input::placeholder,
.hp-home-machine-search input::placeholder { color: #8e9093; }
.hp-machine-search:focus-within,
.hp-home-machine-search:focus-within { border-color: rgba(255,102,0,.72); box-shadow: 0 30px 80px rgba(0,0,0,.30),0 0 0 4px rgba(255,102,0,.11); }
.hp-machine-search button,
.hp-home-machine-search button { color: #fff; background: #ff6600; }
.hp-machine-search button:hover,
.hp-home-machine-search button:hover { background: #ea5d00; }

.hp-product-gallery__stage { padding-bottom: 108px; }
.hp-product-gallery__stage::after { bottom: 21%; }
.hp-product-gallery__stage > img { max-height: 440px; }
.hp-product-gallery__caption {
    position: absolute;
    z-index: 5;
    left: 22px;
    right: 22px;
    bottom: 20px;
    min-height: 78px;
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 5px 18px;
    align-content: center;
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 15px;
    color: #fff;
    background: rgba(28,29,30,.90);
    box-shadow: 0 15px 45px rgba(0,0,0,.18);
    backdrop-filter: blur(16px);
}
.hp-product-gallery__caption small { grid-row: 1/3; align-self: center; color: #ff6600; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hp-product-gallery__caption strong { font-size: 13px; }
.hp-product-gallery__caption p { margin: 0; color: #aeb0b3; font-size: 9px; line-height: 1.45; }
.hp-product-gallery__thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 12px; }
.hp-product-gallery__thumbs button { position: relative; width: auto; height: 82px; overflow: hidden; border-radius: 13px; background: #f1f1f1; transition: border-color .3s ease,transform .3s ease; }
.hp-product-gallery__thumbs button:hover { transform: translateY(-2px); }
.hp-product-gallery__thumbs button.is-active { border-color: #ff6600; box-shadow: 0 0 0 2px rgba(255,102,0,.14); }
.hp-product-gallery__thumbs img { object-fit: contain; }

.hp-product-gallery__stage--detail > img,
.hp-product-gallery__stage--process > img,
.hp-product-gallery__stage--component > img,
.hp-product-gallery__stage--chart > img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.hp-product-gallery__stage--chart > img { object-fit: contain; padding: 30px 30px 115px; }
.hp-product-gallery__stage--top > img { transform: scale(1.68) translateY(12%); transform-origin: 50% 22%; }
.hp-product-gallery__stage--bottom > img { transform: scale(1.62) translateY(-16%); transform-origin: 50% 78%; }
.hp-product-gallery__stage--top:hover > img,.hp-product-gallery__stage--bottom:hover > img { transform: scale(1.74); }

.hp-machine-closeup-section {
    position: relative;
    overflow: hidden;
    padding: 116px 0 124px;
    color: #242424;
    background:
        linear-gradient(rgba(36,36,36,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(36,36,36,.025) 1px,transparent 1px),
        #efefec;
    background-size: 72px 72px,72px 72px,auto;
}
.hp-machine-closeup-section::before { content: "HEAVYPACK INDUSTRIES"; position: absolute; top: 38px; right: -8px; color: rgba(36,36,36,.035); font-size: clamp(80px,11vw,160px); font-weight: 760; letter-spacing: -.08em; }
.hp-machine-closeup-section .hp-container { position: relative; }
.hp-machine-closeup-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; margin-bottom: 50px; }
.hp-machine-closeup-heading h2 { max-width: 780px; margin: 9px 0 0; font-size: clamp(45px,5.5vw,76px); font-weight: 620; line-height: .94; letter-spacing: -.065em; }
.hp-machine-closeup-heading > p { max-width: 470px; margin: 0 0 6px auto; color: #66696d; font-size: 14px; line-height: 1.72; }
.hp-machine-closeup-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.hp-machine-closeup-card { overflow: hidden; border: 1px solid rgba(36,36,36,.10); border-radius: 22px; background: rgba(255,255,255,.80); box-shadow: 0 20px 55px rgba(31,35,38,.07); transition: transform .65s var(--hp-ease),box-shadow .65s var(--hp-ease),border-color .3s ease; }
.hp-machine-closeup-card:hover { transform: translateY(-7px); border-color: rgba(255,102,0,.42); box-shadow: 0 32px 70px rgba(31,35,38,.13); }
.hp-machine-closeup-card__media { position: relative; overflow: hidden; height: 330px; background: radial-gradient(circle at 50% 44%,#fff,#e3e5e6); }
.hp-machine-closeup-card__media > span { position: absolute; z-index: 2; top: 16px; left: 16px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #242424; font-size: 9px; font-weight: 800; }
.hp-machine-closeup-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .9s var(--hp-ease); }
.hp-machine-closeup-card:hover .hp-machine-closeup-card__media img { transform: scale(1.045); }
.hp-machine-closeup-card__media--detail img,.hp-machine-closeup-card__media--process img,.hp-machine-closeup-card__media--component img { object-fit: cover; }
.hp-machine-closeup-card__media--chart img { padding: 20px; object-fit: contain; }
.hp-machine-closeup-card__media--top img { transform: scale(1.75); transform-origin: 50% 22%; }
.hp-machine-closeup-card__media--bottom img { transform: scale(1.72); transform-origin: 50% 78%; }
.hp-machine-closeup-card:hover .hp-machine-closeup-card__media--top img,.hp-machine-closeup-card:hover .hp-machine-closeup-card__media--bottom img { transform: scale(1.82); }
.hp-machine-closeup-card > div:last-child { min-height: 190px; padding: 25px 26px 27px; }
.hp-machine-closeup-card small { color: #ff6600; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.hp-machine-closeup-card h3 { margin: 10px 0 11px; font-size: 25px; line-height: 1.04; letter-spacing: -.035em; }
.hp-machine-closeup-card p { margin: 0; color: #696b6e; font-size: 12px; line-height: 1.68; }
.hp-machine-data-note { display: flex; gap: 16px; margin: 28px 0 0; padding: 18px 21px; border-left: 3px solid #ff6600; color: #696b6e; background: rgba(255,255,255,.6); font-size: 10px; line-height: 1.6; }
.hp-machine-data-note b { flex: 0 0 auto; color: #242424; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 900px) {
    .hp-machine-closeup-heading { grid-template-columns: 1fr; gap: 20px; }
    .hp-machine-closeup-heading > p { margin-left: 0; }
    .hp-machine-closeup-grid { grid-template-columns: 1fr; }
    .hp-machine-closeup-card { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
    .hp-product-gallery__stage { padding-bottom: 126px; }
    .hp-product-gallery__caption { grid-template-columns: 1fr; bottom: 14px; left: 14px; right: 14px; }
    .hp-product-gallery__caption small { grid-row: auto; }
    .hp-product-gallery__thumbs button { height: 64px; }
    .hp-machine-closeup-section { padding: 82px 0 92px; }
    .hp-machine-closeup-heading h2 { font-size: 48px; }
    .hp-machine-closeup-card { display: block; }
    .hp-machine-closeup-card__media { height: 290px; }
    .hp-machine-data-note { flex-direction: column; gap: 7px; }
}

/* =========================================================
   2026-08-13 / INDUSTRIAL EDITORIAL HOMEPAGE
   Premium machinery language, direct product discovery,
   continuous client marquee, and application story gateways.
   ========================================================= */
.hp-categories--legacy,
.hp-applications--legacy { display: none !important; }

.hp-hero--industrial {
    min-height: 780px;
    isolation: isolate;
    background:
        radial-gradient(circle at 73% 36%,rgba(255,102,0,.18),transparent 25%),
        linear-gradient(116deg,transparent 0 64%,rgba(255,255,255,.025) 64% 64.15%,transparent 64.15%),
        linear-gradient(145deg,#242424 0%,#191a1b 58%,#111213 100%);
}

.hp-hero--industrial::before {
    opacity: .52;
    background-image:
        linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg,#000,rgba(0,0,0,.25) 72%,transparent);
}

.hp-hero--industrial::after {
    content: "ALL IN 1 PLATFORM";
    width: auto;
    height: auto;
    right: 3.5vw;
    bottom: 30px;
    border: 0;
    color: rgba(255,255,255,.035);
    font-size: clamp(90px,12vw,180px);
    font-weight: 780;
    line-height: .8;
    letter-spacing: -.08em;
}

.hp-hero--industrial .hp-hero__grid { min-height: 780px; grid-template-columns: .96fr 1.04fr; gap: 46px; }
.hp-hero--industrial .hp-hero__content { padding: 96px 0 82px; }
.hp-hero--industrial .hp-eyebrow { color: #a7a8ab; letter-spacing: .16em; }
.hp-hero--industrial .hp-eyebrow span { box-shadow: 0 0 0 5px rgba(255,102,0,.09); }
.hp-hero--industrial h1 { max-width: 670px; margin: 24px 0 28px; font-size: clamp(58px,6.2vw,92px); font-weight: 610; line-height: .92; letter-spacing: -.072em; }
.hp-hero--industrial h1 em { display: block; color: #ff6a0a; font-weight: 720; }
.hp-hero--industrial .hp-hero__content > p { max-width: 540px; color: #b1b3b6; line-height: 1.72; }
.hp-hero--industrial .hp-hero__proof { max-width: 600px; margin-top: 58px; border-top-color: rgba(255,255,255,.13); }
.hp-hero--industrial .hp-hero__proof div { position: relative; }
.hp-hero--industrial .hp-hero__proof div + div::before { content: ""; position: absolute; left: -24px; top: 3px; bottom: 3px; width: 1px; background: rgba(255,255,255,.12); }

.hp-hero--industrial .hp-hero__visual { height: 700px; margin-top: 34px; }
.hp-hero--industrial .hp-hero__visual::before {
    inset: 80px -7vw 42px 42px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 4px;
    clip-path: polygon(12% 0,100% 0,100% 100%,0 100%,0 14%);
    background:
        linear-gradient(135deg,transparent 0 10%,rgba(255,255,255,.055) 10.1% 10.3%,transparent 10.4%),
        radial-gradient(circle at 84% 16%,rgba(255,102,0,.48),transparent 31%),
        linear-gradient(145deg,#343638,#222426 70%);
    box-shadow: 0 38px 110px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.08);
    transform: none;
}

.hp-hero--industrial .hp-hero__visual::after { content: ""; position: absolute; z-index: 2; inset: 103px -7vw 65px 64px; border: 1px solid rgba(255,255,255,.055); pointer-events: none; }
.hp-hero--industrial .hp-hero__visual > img { width: 660px; right: -72px; bottom: 12px; filter: drop-shadow(0 38px 46px rgba(0,0,0,.5)) saturate(.88) contrast(1.04); }
.hp-hero--industrial .hp-hero__badge { top: 103px; right: -8px; color: #f7f7f7; border-color: rgba(255,255,255,.12); border-radius: 2px; background: rgba(17,18,19,.76); box-shadow: 0 16px 50px rgba(0,0,0,.28); }
.hp-hero--industrial .hp-hero__badge span { color: #96999d; }
.hp-hero--industrial .hp-hero__caption { right: -8px; bottom: 52px; color: #f5f5f5; border-color: rgba(255,255,255,.11); border-radius: 2px; background: rgba(25,26,27,.88); box-shadow: 0 24px 60px rgba(0,0,0,.32); }
.hp-hero__rail { position: absolute; z-index: 7; top: 128px; left: 67px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.56); font-size: 8px; letter-spacing: .15em; writing-mode: vertical-rl; }
.hp-hero__rail span { color: #ff6a0a; font-weight: 800; }
.hp-hero__rail i { width: 1px; height: 56px; background: linear-gradient(#ff6a0a,rgba(255,255,255,.12)); }
.hp-hero__rail b { font-weight: 650; }

.hp-customers--after-hero { overflow: hidden; padding: 0; background: #151617; }
.hp-customers--after-hero .hp-container { max-width: none; grid-template-columns: 210px minmax(0,1fr); gap: 0; padding-right: 0; }
.hp-customers--after-hero p { position: relative; z-index: 2; display: flex; align-items: center; min-height: 108px; padding-right: 28px; color: #a3a5a8; background: #151617; border-right: 1px solid rgba(255,255,255,.08); }
.hp-logo-marquee { min-width: 0; overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }
.hp-logo-marquee__track { width: max-content; display: flex; align-items: center; animation: hp-logo-left 50s linear infinite; will-change: transform; }
.hp-logo-marquee:hover .hp-logo-marquee__track { animation-play-state: paused; }
.hp-customers--after-hero .hp-customer-logos { width: auto; display: flex; flex: none; gap: 0; }
.hp-customers--after-hero .hp-customer-logos img { width: 148px; height: 38px; margin: 0 28px; flex: none; object-fit: contain; opacity: .42; filter:
    drop-shadow(1px 0 0 rgba(180,180,180,0.8))
    drop-shadow(-1px 0 0 rgba(180,180,180,0.8))
    drop-shadow(0 1px 0 rgba(180,180,180,0.8))
    drop-shadow(0 -1px 0 rgba(180,180,180,0.8))
    drop-shadow(0 10px 24px rgba(255,255,255,0.28));}
@keyframes hp-logo-left { to { transform: translateX(-50%); } }

.hp-products {
    position: relative;
    overflow: hidden;
    padding: 118px 0 126px;
    background:
        linear-gradient(rgba(36,36,36,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(36,36,36,.035) 1px,transparent 1px),
        linear-gradient(145deg,#e8eaec,#f4f4f2 56%,#e2e5e7);
    background-size: 80px 80px,80px 80px,auto;
}

.hp-products::before { content: "HEAVYPRO"; position: absolute; top: 64px; right: -12px; color: rgba(36,36,36,.035); font-size: clamp(90px,12vw,180px); font-weight: 760; line-height: .8; letter-spacing: -.08em; }
.hp-products .hp-section-heading { position: relative; align-items: end; margin-bottom: 50px; }
.hp-products .hp-section-heading h2 { max-width: 850px; font-size: clamp(45px,5.8vw,78px); line-height: .94; letter-spacing: -.06em; }
.hp-products .hp-text-link { padding: 11px 0; border-bottom: 1px solid #242424; }
.hp-products .hp-product-grid { grid-template-columns: repeat(3,1fr); gap: 24px; }
.hp-products .hp-product-card { overflow: hidden; min-height: 550px; border: 1px solid rgba(36,36,36,.09); border-radius: 22px; background: rgba(251,251,250,.94); box-shadow: 0 18px 48px rgba(31,35,38,.07); transform: translateY(0); transition: transform .7s var(--hp-ease),box-shadow .7s var(--hp-ease),border-color .4s ease; }
.hp-products .hp-product-card:hover { transform: translateY(-10px); border-color: rgba(255,102,0,.38); box-shadow: 0 32px 70px rgba(31,35,38,.15); }
.hp-products .hp-product-card__image { height: 318px; border-bottom: 1px solid rgba(36,36,36,.08); background: radial-gradient(circle at 50% 46%,#fff 0,#f1f2f3 52%,#dfe2e4 100%); }
.hp-products .hp-product-card__image::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent,rgba(30,33,35,.07)); pointer-events: none; }
.hp-products .hp-product-card__image img { width: 82%; height: 82%; object-fit: contain; transition: transform .8s var(--hp-ease),filter .5s ease; }
.hp-products .hp-product-card:hover .hp-product-card__image img { transform: translateY(-5px) scale(1.045); filter: drop-shadow(0 22px 24px rgba(0,0,0,.16)); }
.hp-products .hp-product-card__tag { top: 18px; left: 18px; border-radius: 6px; box-shadow: 0 8px 24px rgba(255,102,0,.22); }
.hp-products .hp-product-card__body { min-height: 240px; padding: 25px 26px 24px; background: linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,247,246,.98)); }
.hp-products .hp-product-card__body h3 { margin-top: 7px; font-size: 25px; }
.hp-products .hp-product-card__body > p { min-height: 44px; color: #66696d; }
.hp-products .hp-product-card__footer { border-top-color: rgba(36,36,36,.09); }

.hp-applications--editorial { padding: 126px 0 136px; color: #f5f5f5; background: #1c1d1e; }
.hp-applications--editorial::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 30%,rgba(255,102,0,.12),transparent 28%),linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px); background-size: auto,80px 80px,80px 80px; }
.hp-applications--editorial .hp-container { position: relative; }
.hp-editorial-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: end; margin-bottom: 58px; }
.hp-editorial-intro .hp-kicker { grid-column: 1/-1; }
.hp-editorial-intro h2 { margin: 0; font-size: clamp(50px,6.2vw,86px); font-weight: 620; line-height: .92; letter-spacing: -.065em; }
.hp-editorial-intro h2 em { display: block; color: #ff6a0a; font-style: normal; }
.hp-editorial-intro > p { max-width: 500px; margin: 0 0 8px auto; color: #a9aaad; font-size: 16px; line-height: 1.7; }
.hp-editorial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.hp-editorial-card { position: relative; overflow: hidden; min-height: 620px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; color: #fff; background: #292b2c; box-shadow: 0 35px 80px rgba(0,0,0,.24); isolation: isolate; transition: transform .8s var(--hp-ease),border-color .4s ease; }
.hp-editorial-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(14,15,16,.04) 20%,rgba(14,15,16,.88) 79%,#151617 100%); }
.hp-editorial-card::after { content: ""; position: absolute; inset: 16px; z-index: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; pointer-events: none; }
.hp-editorial-card:hover { transform: translateY(-9px); border-color: rgba(255,102,0,.58); }
.hp-editorial-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--hp-ease),filter .8s ease; }
.hp-editorial-card:hover > img { transform: scale(1.05); filter: saturate(.82) contrast(1.06); }
.hp-editorial-card__index { position: absolute; z-index: 2; top: 38px; left: 38px; padding: 9px 12px; border-left: 2px solid #ff6600; color: #ddd; background: rgba(20,20,20,.55); font-size: 9px; font-weight: 750; letter-spacing: .13em; backdrop-filter: blur(10px); }
.hp-editorial-card > div { position: relative; z-index: 2; max-width: 620px; }
.hp-editorial-card p { max-width: 500px; margin: 0 0 13px; color: #c1c2c4; font-size: 13px; line-height: 1.65; }
.hp-editorial-card h3 { max-width: 590px; margin: 0 0 24px; color: #fff; font-size: clamp(35px,4vw,60px); font-weight: 620; line-height: .96; letter-spacing: -.05em; }
.hp-editorial-card b { display: inline-flex; align-items: center; min-height: 42px; padding: 0 17px; border-radius: 999px; color: #1a1a1a; background: #ff6600; font-size: 10px; font-weight: 780; letter-spacing: .05em; text-transform: uppercase; transition: gap .3s ease,background .3s ease; }
.hp-editorial-card:hover b { background: #fff; }
.hp-editorial-card--processing { min-height: 560px; margin-top: 60px; }

@media (max-width: 1080px) {
    .hp-hero--industrial .hp-hero__visual > img { width: 300px; right: -100px; }
    .hp-products .hp-product-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
    .hp-hero--industrial .hp-hero__grid { grid-template-columns: 1fr; }
    .hp-hero--industrial .hp-hero__visual { margin-top: 0; }
    .hp-customers--after-hero .hp-container { grid-template-columns: 1fr; padding-left: 0; }
    .hp-customers--after-hero p { min-height: 68px; justify-content: center; padding: 0 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .hp-editorial-intro { grid-template-columns: 1fr; gap: 24px; }
    .hp-editorial-intro > p { margin-left: 0; }
    .hp-editorial-grid { grid-template-columns: 1fr; }
    .hp-editorial-card--processing { min-height: 620px; margin-top: 0; }
}

@media (max-width: 620px) {
    .hp-hero--industrial .hp-hero__content { padding-top: 66px; }
    .hp-hero--industrial h1 { font-size: 52px; }
    .hp-hero--industrial .hp-hero__visual { height: 430px; }
    .hp-hero--industrial .hp-hero__visual::before { inset: 42px -70px 18px 8px; }
    .hp-hero--industrial .hp-hero__visual::after { inset: 62px -70px 38px 28px; }
    .hp-hero--industrial .hp-hero__visual > img { width: 300px; right: -64px; bottom: 16px; }
    .hp-hero__rail { top: 74px; left: 31px; }
    .hp-products { padding: 82px 0 90px; }
    .hp-products .hp-product-grid { grid-template-columns: 1fr; }
    .hp-products .hp-product-card { min-height: 0; }
    .hp-products .hp-product-card__image { height: 270px; }
    .hp-applications--editorial { padding: 88px 0 96px; }
    .hp-editorial-intro h2 { font-size: 48px; }
    .hp-editorial-card,.hp-editorial-card--processing { min-height: 520px; padding: 28px; }
    .hp-editorial-card__index { top: 28px; left: 28px; }
    .hp-editorial-card h3 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
    .hp-logo-marquee__track { animation: none; }
}

/* Application article pages */
.hp-application-article { padding: 118px 0 130px; background: linear-gradient(145deg,#eef0f2,#faf9f6 55%,#e7e9eb); }
.hp-application-article__lead { max-width: 1030px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px 60px; align-items: end; margin-bottom: 76px; }
.hp-application-article__lead .hp-kicker { grid-column: 1/-1; }
.hp-application-article__lead h2 { margin: 0; color: #242424; font-size: clamp(48px,6vw,82px); font-weight: 620; line-height: .94; letter-spacing: -.065em; }
.hp-application-article__lead h2 em { display: block; color: #ff6600; font-style: normal; }
.hp-application-article__lead p { margin: 0 0 7px; color: #686a6e; font-size: 16px; line-height: 1.75; }
.hp-application-story { display: grid; gap: 28px; }
.hp-application-story article { min-height: 520px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid rgba(36,36,36,.1); border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: 0 24px 60px rgba(27,30,32,.07); }
.hp-application-story article:nth-child(even) { grid-template-columns: .92fr 1.08fr; }
.hp-application-story article:nth-child(even) .hp-application-story__media { order: 2; }
.hp-application-story__media { position: relative; overflow: hidden; min-height: 480px; background: #e2e4e6; }
.hp-application-story__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(255,255,255,.14),transparent 55%); pointer-events: none; }
.hp-application-story__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--hp-ease); }
.hp-application-story article:hover .hp-application-story__media img { transform: scale(1.035); }
.hp-application-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 58px; }
.hp-application-story__copy > span { color: #ff6600; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.hp-application-story__copy h3 { margin: 15px 0 18px; font-size: clamp(38px,4.5vw,62px); font-weight: 630; line-height: .96; letter-spacing: -.055em; }
.hp-application-story__copy p { margin: 0; color: #66696c; line-height: 1.72; }
.hp-application-story__copy ul { display: grid; gap: 10px; margin: 28px 0 32px; padding: 22px 0; list-style: none; border-top: 1px solid #dedfe0; border-bottom: 1px solid #dedfe0; }
.hp-application-story__copy li { position: relative; padding-left: 18px; color: #3e4042; font-size: 12px; }
.hp-application-story__copy li::before { content: ""; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; border-radius: 50%; background: #ff6600; }
.hp-application-story__copy a { align-self: flex-start; color: #242424; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; border-bottom: 1px solid #ff6600; }
.hp-application-article--processing { background: linear-gradient(145deg,#e7e8e8,#f7f6f3 55%,#e0e3e4); }

@media (max-width: 900px) {
    .hp-application-article__lead { grid-template-columns: 1fr; }
    .hp-application-story article,.hp-application-story article:nth-child(even) { grid-template-columns: 1fr; }
    .hp-application-story article:nth-child(even) .hp-application-story__media { order: 0; }
}

@media (max-width: 620px) {
    .hp-application-article { padding: 82px 0 92px; }
    .hp-application-article__lead { margin-bottom: 48px; }
    .hp-application-article__lead h2 { font-size: 47px; }
    .hp-application-story article { min-height: 0; border-radius: 18px; }
    .hp-application-story__media { min-height: 330px; }
    .hp-application-story__copy { padding: 32px 26px 36px; }
    .hp-application-story__copy h3 { font-size: 41px; }
}

/* v4 — black-led product gallery */
body,.hp-site { color: #f5f5f7; background: #242424; }
.hp-header { background: rgba(250,250,252,.92); }
.hp-header.is-scrolled { background: rgba(255,255,255,.96); }
.hp-hero { color: #f5f5f7; background: radial-gradient(circle at 77% 28%,rgba(255,102,0,.18),transparent 31%),linear-gradient(155deg,#242424 0%,#191919 100%); }
.hp-hero::before { background: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); }
.hp-hero::after { border-color: rgba(255,102,0,.07); }
.hp-hero__content > p,.hp-hero__proof span { color: #aeb0b5; }
.hp-hero__proof { border-top-color: rgba(255,255,255,.12); }
.hp-button--ghost { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.hp-button--ghost:hover { color: #242424; background: #fff; }
.hp-trust-strip { color: #f5f5f7; background: #2c2c2e; border-color: rgba(255,255,255,.08); }
.hp-trust-strip__grid > div { border-right-color: rgba(255,255,255,.09); }
.hp-trust-strip small { color: #929298; }
.hp-section-heading > p,.hp-process__intro > p,.hp-support__content > p { color: #aeb0b5; }
.hp-categories { position: relative; background: #242424; }
.hp-categories::before { content: ""; position: absolute; width: 520px; height: 520px; right: -310px; top: 70px; border-radius: 50%; background: rgba(255,102,0,.08); filter: blur(20px); animation: hp-dark-glow 8s ease-in-out infinite; }
.hp-category-card,.hp-category-card:nth-child(1),.hp-category-card:nth-child(2) { color: #f5f5f7; background: #303033; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.hp-category-card::after,.hp-category-card--dark::after { background: linear-gradient(transparent,rgba(48,48,51,.99) 46%); }
.hp-category-card img { background: #f1f1f3; border-radius: 19px 19px 0 0; mix-blend-mode: normal; }
.hp-category-card h3 { color: #fff; }
.hp-category-card p,.hp-category-card--dark p { color: #aeb0b5; }
.hp-category-card--dark { color: #f5f5f7; background: #303033; }
.hp-category-card__number { color: #fff; background: rgba(36,36,36,.78); border-color: rgba(255,255,255,.12); }
.hp-products { color: #f5f5f7; background: #1c1c1e; }
.hp-section-heading--light,.hp-text-link { color: #f5f5f7; }
.hp-text-link { border-bottom-color: rgba(255,255,255,.25); }
.hp-product-card,.hp-product-card:first-child { color: #f5f5f7; background: #2c2c2e; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.hp-product-card__body > p { color: #aeb0b5; }
.hp-product-card__footer { border-top-color: rgba(255,255,255,.09); }
.hp-product-card__footer small { color: #929298; }
.hp-process { color: #f5f5f7; background: #242424; }
.hp-process__steps,.hp-process__steps li { border-color: rgba(255,255,255,.10); }
.hp-process__steps p { color: #aeb0b5; }
.hp-support { color: #f5f5f7; background: #1c1c1e; }
.hp-support__cards { background: #2c2c2e; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.hp-support__cards a { border-color: rgba(255,255,255,.08); }
.hp-support__cards a:hover { background: #353538; }
.hp-support__cards small { color: #aeb0b5; }
.hp-customers { background: #242424; border-color: rgba(255,255,255,.08); }
.hp-customers p { color: #929298; }

.hp-discovery-shell { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(340px,.95fr) 1.35fr; gap: 12px; align-items: center; margin: -8px 0 32px; padding: 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 26px; background: rgba(48,48,51,.76); box-shadow: 0 28px 70px rgba(0,0,0,.18); backdrop-filter: blur(24px); }
.hp-discovery-search { display: flex; align-items: center; gap: 8px; padding: 5px; border-radius: 999px; background: #1c1c1e; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); transition: box-shadow .3s ease,background .3s ease; }
.hp-discovery-search:focus-within { background: #242426; box-shadow: inset 0 0 0 1px var(--hp-orange),0 0 0 4px rgba(255,102,0,.10); }
.hp-discovery-search > span { width: 17px; height: 17px; margin-left: 13px; border: 1.8px solid #aeb0b5; border-radius: 50%; position: relative; }
.hp-discovery-search > span::after { content: ""; position: absolute; width: 6px; height: 1.8px; right: -4px; bottom: -2px; background: #aeb0b5; transform: rotate(45deg); transform-origin: left center; }
.hp-discovery-search input { min-width: 0; flex: 1; padding: 10px 8px; border: 0; outline: 0; color: #fff; background: transparent; font-size: 12px; }
.hp-discovery-search input::placeholder { color: #85858b; }
.hp-discovery-search button { min-height: 40px; padding: 0 17px; border: 0; border-radius: 999px; color: #fff; background: var(--hp-orange); font-size: 10px; font-weight: 700; cursor: pointer; transition: transform .35s var(--hp-ease),background .25s ease; }
.hp-discovery-search button:hover { transform: scale(1.035); background: var(--hp-orange-dark); }
.hp-category-filters { display: flex; gap: 6px; overflow-x: auto; padding: 4px 2px; scrollbar-width: none; }
.hp-category-filters::-webkit-scrollbar { display: none; }
.hp-category-filters button { flex: 0 0 auto; min-height: 38px; padding: 0 14px; border: 0; border-radius: 999px; color: #aeb0b5; background: transparent; font-size: 10px; font-weight: 600; cursor: pointer; transition: color .3s ease,background .3s ease,transform .35s var(--hp-ease); }
.hp-category-filters button:hover { color: #fff; transform: translateY(-2px); }
.hp-category-filters button.is-active { color: #242424; background: #fff; }
.hp-category-empty { grid-column: 1/-1; margin: 8px 8px 2px; padding: 18px; border-radius: 16px; color: #d1d1d6; background: #1c1c1e; text-align: center; font-size: 12px; }
.hp-category-card.is-filtered-out { display: none; }

.hp-inner-hero { color: #f5f5f7; background: radial-gradient(circle at 80% 12%,rgba(255,102,0,.17),transparent 31%),linear-gradient(155deg,#242424,#191919); }
.hp-inner-hero::before { background: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); }
.hp-inner-hero::after { color: rgba(255,255,255,.025); }
.hp-inner-hero__aside p { color: #aeb0b5; }
.hp-inner-hero__aside span { color: #fff; }
.hp-page-section { color: #f5f5f7; background: #242424; }
.hp-page-section--warm { background: #1c1c1e; }
.hp-page-intro p { color: #aeb0b5; }
.hp-filterbar a { color: #aeb0b5; background: #343437; }
.hp-filterbar button { flex: 0 0 auto; padding: 11px 17px; border: 0; border-radius: 999px; color: #aeb0b5; background: #343437; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; transition: color .3s ease,background .3s ease,transform .4s var(--hp-ease); }
.hp-filterbar button:hover,.hp-filterbar button.is-active { color: #fff; background: var(--hp-orange); transform: translateY(-2px); }
.hp-listing-card.is-filtered-out { display: none; }
.hp-listing-card { color: #f5f5f7; background: #2c2c2e; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.hp-listing-card p { color: #aeb0b5; }
.hp-listing-card__body > a { border-top-color: rgba(255,255,255,.09); }
.hp-catalog-search { border-color: rgba(255,255,255,.09); background: #1c1c1e; }
.hp-catalog-search input { color: #fff; }
.hp-catalog-meta { color: #929298; }
.hp-pagination a,.hp-pagination span { color: #f5f5f7; background: #303033; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.hp-service-line { border-color: rgba(255,255,255,.10); }
.hp-service-line p { color: #aeb0b5; }
.hp-service-line:hover { background: #303033; }

/* Complete machine directory and brand architecture */
.hp-brand-switcher { display: grid; grid-template-columns: 1.08fr 1fr 1fr; gap: 10px; margin: 0 0 72px; }
.hp-brand-switcher > a { position: relative; min-height: 142px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; color: #f5f5f7; background: #2c2c2e; transition: transform .45s var(--hp-ease),border-color .3s ease,background .3s ease; }
.hp-brand-switcher > a::before { content: ""; position: absolute; width: 150px; height: 150px; right: -72px; top: -82px; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.025),0 0 0 48px rgba(255,255,255,.018); }
.hp-brand-switcher > a:hover { transform: translateY(-5px); border-color: rgba(255,102,0,.45); }
.hp-brand-switcher > a.is-active { color: #242424; border-color: var(--hp-orange); background: var(--hp-orange); }
.hp-brand-switcher span { margin-bottom: auto; color: #929298; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hp-brand-switcher .is-active span { color: rgba(36,36,36,.58); }
.hp-brand-switcher strong { position: relative; z-index: 1; margin-bottom: 7px; font-size: 22px; letter-spacing: -.025em; }
.hp-brand-switcher small { position: relative; z-index: 1; color: #aeb0b5; font-size: 11px; }
.hp-brand-switcher .is-active small { color: rgba(36,36,36,.72); }
.hp-directory-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 28px; padding-top: 8px; }
.hp-directory-heading h2 { max-width: 720px; margin: 8px 0 0; color: #f5f5f7; font-size: clamp(34px,4.4vw,58px); line-height: .98; letter-spacing: -.055em; }
.hp-directory-heading p { margin: 0; color: #aeb0b5; line-height: 1.75; }
.hp-category-directory { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-bottom: 80px; }
.hp-directory-group { min-height: 315px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(255,255,255,.07); border-radius: 24px; background: #2c2c2e; transition: transform .45s var(--hp-ease),border-color .3s ease,background .3s ease; }
.hp-directory-group:hover { transform: translateY(-6px); border-color: rgba(255,102,0,.34); background: #303033; }
.hp-directory-group--heavypro { background: linear-gradient(145deg,#2c2c2e,#292522); }
.hp-directory-group__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; }
.hp-directory-group__top span { padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.hp-directory-group--heavypro .hp-directory-group__top span { color: #242424; background: var(--hp-orange); }
.hp-directory-group__top small { color: #727278; font-size: 11px; }
.hp-directory-group h3 { margin: 0 0 20px; font-size: 21px; line-height: 1.13; letter-spacing: -.025em; }
.hp-directory-group h3 a { color: #fff; }
.hp-directory-group__links { display: grid; gap: 0; margin-top: auto; }
.hp-directory-group__links a { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.075); color: #aeb0b5; font-size: 11px; line-height: 1.35; transition: color .25s ease,padding-left .35s var(--hp-ease); }
.hp-directory-group__links a:hover { padding-left: 5px; color: #fff; }
.hp-directory-group__links span { color: var(--hp-orange); }
.hp-machine-brand { position: absolute; z-index: 2; left: 14px; top: 14px; padding: 7px 10px; border-radius: 999px; color: #fff; background: #242424; font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.hp-machine-brand--heavypro { color: #242424; background: var(--hp-orange); }
.hp-spec-preview { display: grid; gap: 6px; margin: 16px 0 4px; }
.hp-spec-preview span { min-width: 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 10px; padding: 8px 10px; border-radius: 10px; color: #c8c8cc; background: #242426; font-size: 9px; line-height: 1.35; }
.hp-spec-preview b { overflow: hidden; color: #797980; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }

/* Product specification page */
.hp-product-detail-hero { position: relative; overflow: hidden; padding: 56px 0 84px; color: #f5f5f7; background: radial-gradient(circle at 80% 16%,rgba(255,102,0,.18),transparent 29%),#242424; }
.hp-product-detail-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom,#000,transparent 84%); }
.hp-product-breadcrumb { position: relative; z-index: 1; flex-wrap: wrap; margin-bottom: 30px; color: #85858b; }
.hp-product-breadcrumb a { color: #aeb0b5; }
.hp-product-detail-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(45px,7vw,100px); align-items: center; }
.hp-product-gallery__stage { position: relative; min-height: 580px; display: grid; place-items: center; overflow: hidden; border-radius: 36px; background: linear-gradient(145deg,#f7f7f8,#e8e8ea); box-shadow: 0 34px 90px rgba(0,0,0,.28); }
.hp-product-gallery__stage::after { content: ""; position: absolute; width: 62%; height: 22%; left: 19%; bottom: 7%; border-radius: 50%; background: rgba(0,0,0,.12); filter: blur(28px); }
.hp-product-gallery__stage > img { position: relative; z-index: 1; width: 88%; max-height: 510px; object-fit: contain; transition: transform .7s var(--hp-ease),opacity .3s ease; }
.hp-product-gallery__stage:hover > img { transform: scale(1.035) translateY(-4px); }
.hp-product-gallery__thumbs { display: flex; gap: 8px; margin-top: 12px; overflow-x: auto; }
.hp-product-gallery__thumbs button { width: 76px; height: 66px; flex: 0 0 auto; padding: 5px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: #2c2c2e; cursor: pointer; }
.hp-product-gallery__thumbs button.is-active { border-color: var(--hp-orange); }
.hp-product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.hp-product-summary h1 { margin: 11px 0 8px; font-size: clamp(54px,7vw,94px); line-height: .86; letter-spacing: -.07em; }
.hp-product-summary h2 { max-width: 650px; margin: 0 0 22px; color: #d1d1d6; font-size: clamp(19px,2.3vw,30px); font-weight: 500; line-height: 1.18; letter-spacing: -.025em; }
.hp-product-summary > p { margin: 0; color: #aeb0b5; font-size: 14px; line-height: 1.8; }
.hp-product-highlights { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 28px 0; }
.hp-product-highlights div { min-height: 92px; padding: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(48,48,51,.72); }
.hp-product-highlights small,.hp-product-highlights strong { display: block; }
.hp-product-highlights small { margin-bottom: 8px; color: #85858b; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hp-product-highlights strong { font-size: 12px; line-height: 1.45; }
.hp-product-summary__actions { display: flex; flex-wrap: wrap; gap: 9px; }
.hp-button--ghost-light { border-color: rgba(255,255,255,.2); color: #fff; background: transparent; }
.hp-button--ghost-light:hover { border-color: #fff; color: #242424; background: #fff; }
.hp-product-assurance { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 22px; color: #929298; font-size: 9px; font-weight: 650; }
.hp-product-assurance span::first-letter { color: var(--hp-orange); }
.hp-detail-anchor { position: sticky; z-index: 20; top: 70px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(36,36,36,.88); backdrop-filter: blur(22px); }
.hp-detail-anchor .hp-container { display: flex; gap: 30px; overflow-x: auto; }
.hp-detail-anchor a { flex: 0 0 auto; padding: 18px 0 16px; color: #aeb0b5; border-bottom: 2px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hp-detail-anchor a:hover { color: #fff; border-color: var(--hp-orange); }
.hp-product-spec-section,.hp-product-story-section,.hp-product-media-section,.hp-related-parts-section,.hp-related-machines-section { padding: 100px 0; color: #f5f5f7; background: #242424; }
.hp-product-story-section,.hp-related-parts-section { background: #1c1c1e; }
.hp-product-spec-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px,8vw,120px); align-items: start; }
.hp-detail-section-heading h2 { max-width: 760px; margin: 9px 0 14px; font-size: clamp(36px,4.7vw,64px); line-height: .98; letter-spacing: -.055em; }
.hp-detail-section-heading p { max-width: 480px; color: #929298; line-height: 1.75; }
.hp-specification-table { overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: #2c2c2e; }
.hp-specification-table > div { display: grid; grid-template-columns: .78fr 1.22fr; gap: 25px; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.075); }
.hp-specification-table > div:last-child { border-bottom: 0; }
.hp-specification-table span { color: #85858b; font-size: 11px; }
.hp-specification-table strong { color: #fff; font-size: 12px; line-height: 1.5; }
.hp-product-story-layout { display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(60px,10vw,150px); align-items: start; }
.hp-product-story-layout aside { position: sticky; top: 145px; }
.hp-product-story-layout aside h2 { margin: 10px 0 18px; font-size: clamp(34px,4vw,55px); line-height: 1; letter-spacing: -.05em; }
.hp-product-story-layout aside p { color: #929298; line-height: 1.75; }
.hp-product-story { color: #c8c8cc; font-size: 14px; line-height: 1.85; }
.hp-product-story h2,.hp-product-story h3,.hp-product-story h4 { margin: 1.7em 0 .6em; color: #fff; line-height: 1.12; }
.hp-product-story h2 { font-size: 34px; }.hp-product-story h3 { font-size: 27px; }.hp-product-story h4 { font-size: 22px; }
.hp-product-story img { max-width: 100%; height: auto; margin: 28px 0; border-radius: 22px; }
.hp-product-story ul,.hp-product-story ol { padding-left: 22px; }
.hp-video-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 32px; }
.hp-video-grid iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 22px; background: #111; }
.hp-related-part-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 34px; }
.hp-related-part-grid article { padding: 14px 14px 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: #2c2c2e; }
.hp-related-part-grid article > div { height: 180px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 15px; background: #f4f4f5; }
.hp-related-part-grid img { width: 92%; height: 92%; object-fit: contain; }
.hp-related-part-grid small { color: var(--hp-orange); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.hp-related-part-grid h3 { margin: 7px 0; }.hp-related-part-grid p { color: #929298; font-size: 11px; line-height: 1.6; }.hp-related-part-grid a { color: #fff; font-size: 10px; font-weight: 700; }

.hp-scroll-progress { position: fixed; z-index: 100; left: 0; top: 0; width: 100%; height: 2px; pointer-events: none; }
.hp-scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,var(--hp-orange),#ff9b5c); transform: scaleX(var(--hp-scroll,0)); transform-origin: left center; transition: transform .1s linear; }
.hp-tilt { --tilt-x: 0deg; --tilt-y: 0deg; transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; }
.hp-tilt:hover { transform: perspective(1000px) translateY(-7px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
@keyframes hp-dark-glow { 0%,100% { transform: translate3d(0,0,0) scale(1); opacity: .65; } 50% { transform: translate3d(-35px,24px,0) scale(1.12); opacity: 1; } }

@media (max-width: 1000px) {
    .hp-discovery-shell { grid-template-columns: 1fr; }
    .hp-brand-switcher { grid-template-columns: 1fr 1fr; }
    .hp-brand-switcher > a:first-child { grid-column: 1/-1; }
    .hp-category-directory { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hp-product-detail-grid,.hp-product-spec-layout,.hp-product-story-layout { grid-template-columns: 1fr; }
    .hp-product-gallery__stage { min-height: 500px; }
    .hp-product-story-layout aside { position: static; }
}

@media (max-width: 620px) {
    .hp-discovery-shell { margin-bottom: 24px; padding: 9px; border-radius: 21px; }
    .hp-discovery-search button { display: none; }
    .hp-category-filters { padding: 2px; }
    .hp-category-filters button { padding: 0 12px; }
    .hp-brand-switcher,.hp-category-directory,.hp-directory-heading,.hp-related-part-grid,.hp-video-grid { grid-template-columns: 1fr; }
    .hp-brand-switcher > a:first-child { grid-column: auto; }
    .hp-brand-switcher { margin-bottom: 54px; }
    .hp-directory-heading { gap: 18px; }
    .hp-directory-group { min-height: 280px; }
    .hp-product-detail-hero { padding: 34px 0 62px; }
    .hp-product-gallery__stage { min-height: 390px; border-radius: 25px; }
    .hp-product-summary h1 { font-size: 58px; }
    .hp-product-highlights { grid-template-columns: 1fr; }
    .hp-product-highlights div { min-height: 76px; }
    .hp-detail-anchor { top: 60px; }
    .hp-product-spec-section,.hp-product-story-section,.hp-product-media-section,.hp-related-parts-section,.hp-related-machines-section { padding: 72px 0; }
    .hp-specification-table > div { grid-template-columns: 1fr; gap: 7px; }
}

/* v5 — premium graphite, porcelain, and brand-led discovery */
:root {
    --hp-ink: #242424;
    --hp-charcoal: #242424;
    --hp-graphite: #181818;
    --hp-porcelain: #f2efe9;
    --hp-soft-white: #faf9f7;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", "Segoe UI", sans-serif;
    font-feature-settings: "kern" 1, "ss01" 1;
    text-rendering: optimizeLegibility;
}

.hp-header { border-bottom: 1px solid rgba(36,36,36,.08); background: rgba(250,249,247,.9); }
.hp-header.is-scrolled { background: rgba(250,249,247,.96); box-shadow: 0 14px 44px rgba(0,0,0,.08); }
.hp-nav a { color: #4d4d4f; }

.hp-hero {
    min-height: 730px;
    background:
        radial-gradient(circle at 78% 28%,rgba(255,102,0,.20),transparent 28%),
        radial-gradient(circle at 18% 92%,rgba(255,255,255,.055),transparent 30%),
        linear-gradient(140deg,#242424 0%,#171717 68%,#201a17 100%);
}
.hp-hero__grid { min-height: 730px; }
.hp-hero h1 { max-width: 690px; font-weight: 650; letter-spacing: -.068em; }
.hp-hero h1 em { font-style: normal; }
.hp-hero__content > p { max-width: 500px; color: #b6b6ba; font-size: 16px; line-height: 1.62; }
.hp-hero__visual::before { background: linear-gradient(145deg,#ff812f,#ff6600 62%,#d94d00); box-shadow: 0 34px 90px rgba(255,102,0,.16); }
.hp-hero__badge,.hp-hero__caption { background: rgba(250,249,247,.88); border-color: rgba(255,255,255,.72); box-shadow: 0 24px 70px rgba(0,0,0,.16); }

.hp-customers--after-hero { padding: 28px 0; background: #1b1b1b; border-top: 1px solid rgba(255,255,255,.075); border-bottom: 1px solid rgba(255,255,255,.075); text-align: left; }
.hp-customers--after-hero .hp-container { display: grid; grid-template-columns: 190px 1fr; gap: 38px; align-items: center; }
.hp-customers--after-hero p { margin: 0; color: #8f8f94; font-size: 9px; font-weight: 750; line-height: 1.5; letter-spacing: .13em; }
.hp-customers--after-hero .hp-customer-logos { gap: clamp(18px,2.4vw,36px); }
.hp-customers--after-hero .hp-customer-logos img { height: 34px; opacity: .80; transition: opacity .60s ease,transform .5s var(--hp-ease),filter .60s ease; }
.hp-customers--after-hero .hp-customer-logos img:hover { opacity: .9; filter: brightness(0) invert(1); transform: translateY(-3px) scale(1.04); }

.hp-trust-strip { color: var(--hp-ink); background: var(--hp-porcelain); border-bottom-color: rgba(36,36,36,.08); }
.hp-trust-strip__grid { min-height: 90px; }
.hp-trust-strip__grid > div { border-right-color: rgba(36,36,36,.09); }
.hp-trust-strip__grid > div > span { color: #fff; background: var(--hp-orange); }
.hp-trust-strip small { color: #76767b; }

.hp-section { padding: 112px 0; }
.hp-section-heading h2,.hp-process h2,.hp-support h2,.hp-cta h2 { font-weight: 630; letter-spacing: -.058em; }
.hp-categories { background: #242424; }
.hp-categories::before { width: 620px; height: 620px; background: rgba(255,102,0,.065); }
.hp-categories .hp-section-heading { margin-bottom: 40px; }

.hp-discovery-shell { grid-template-columns: 1fr; gap: 9px; padding: 10px; border-color: rgba(255,255,255,.10); border-radius: 28px; background: rgba(45,45,47,.86); box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.hp-discovery-search { min-height: 58px; padding: 6px 7px; background: #19191a; }
.hp-discovery-search input { font-size: 13px; }
.hp-discovery-search button { min-height: 46px; padding: 0 22px; font-size: 11px; }
.hp-brand-lanes { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.hp-brand-lanes a { position: relative; min-height: 104px; display: grid; grid-template-columns: 30px 1fr 24px; gap: 12px; align-items: center; overflow: hidden; padding: 20px; border: 1px solid rgba(255,255,255,.075); border-radius: 20px; color: #f5f5f7; background: #323234; transition: transform .5s var(--hp-ease),background .35s ease,border-color .35s ease,box-shadow .5s var(--hp-ease); }
.hp-brand-lanes a::before { content: ""; position: absolute; width: 130px; height: 130px; right: -92px; top: -92px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 22px rgba(255,255,255,.022),0 0 0 44px rgba(255,255,255,.014); transition: transform .7s var(--hp-ease); }
.hp-brand-lanes a:hover { transform: translateY(-5px); border-color: rgba(255,102,0,.48); background: #38383a; box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.hp-brand-lanes a:hover::before { transform: translate(-16px,16px) scale(1.08); }
.hp-brand-lanes a > span { align-self: start; color: #797980; font-size: 9px; font-weight: 750; letter-spacing: .1em; }
.hp-brand-lanes a > div { min-width: 0; display: flex; flex-direction: column; }
.hp-brand-lanes strong { color: #fff; font-size: clamp(15px,1.5vw,20px); font-weight: 720; line-height: 1.05; letter-spacing: -.035em; }
.hp-brand-lanes strong em { color: var(--hp-orange); font-style: normal; }
.hp-brand-lanes small { margin-top: 8px; color: #98989e; font-size: 10px; }
.hp-brand-lanes b { position: relative; z-index: 1; color: var(--hp-orange); font-size: 17px; font-weight: 500; transition: transform .4s var(--hp-ease); }
.hp-brand-lanes a:hover b { transform: translateX(5px); }
.hp-brand-lanes__industries { background: linear-gradient(135deg,#36302c,#2d2d2f) !important; }

.hp-category-card,.hp-category-card:nth-child(1),.hp-category-card:nth-child(2) { border-radius: 24px; background: #2e2e30; }
.hp-category-card::after,.hp-category-card--dark::after { background: linear-gradient(transparent,rgba(46,46,48,.99) 46%); }

.hp-products { color: var(--hp-ink); background: var(--hp-porcelain); }
.hp-products .hp-section-heading--light,.hp-products .hp-text-link { color: var(--hp-ink); }
.hp-products .hp-text-link { border-bottom-color: rgba(36,36,36,.25); }
.hp-products .hp-product-card,.hp-products .hp-product-card:first-child { color: var(--hp-ink); background: var(--hp-soft-white); box-shadow: inset 0 0 0 1px rgba(36,36,36,.055); }
.hp-products .hp-product-card__body > p { color: #69696e; }
.hp-products .hp-product-card__footer { border-top-color: rgba(36,36,36,.09); }
.hp-products .hp-product-card__footer small { color: #7b7b80; }
.hp-products .hp-product-card__image { background: linear-gradient(150deg,#fff,#eae7e1); }

.hp-process { color: #f5f5f7; background: #202020; }
.hp-process__steps li { transition: padding-left .5s var(--hp-ease),background .35s ease; }
.hp-process__steps li:hover { padding-left: 14px; background: linear-gradient(90deg,rgba(255,102,0,.07),transparent 70%); }

.hp-support { color: var(--hp-ink); background: var(--hp-soft-white); }
.hp-support__content > p { color: #69696e; }
.hp-support__photo > div { color: #fff; background: #242424; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.hp-support__photo > div::before { content: ""; width: 34px; height: 3px; margin-bottom: 16px; background: var(--hp-orange); border-radius: 999px; }
.hp-support__cards { background: #fff; box-shadow: inset 0 0 0 1px rgba(36,36,36,.08); }
.hp-support__cards a { color: var(--hp-ink); border-color: rgba(36,36,36,.08); }
.hp-support__cards a:hover { background: #f6f2ec; }
.hp-support__cards small { color: #77777c; }

.hp-cta { background: radial-gradient(circle at 78% 25%,rgba(255,102,0,.26),transparent 28%),linear-gradient(135deg,#242424,#161616); }
.hp-cta .hp-kicker { color: var(--hp-white); opacity: 1; }
.hp-cta .hp-button--white { color: #fff; border-color: var(--hp-orange); background: var(--hp-orange); }

.hp-brand-switcher { grid-template-columns: repeat(4,minmax(0,1fr)); }
.hp-brand-switcher > a { min-height: 154px; border-radius: 22px; }
.hp-brand-switcher > a.is-active { color: #fff; background: linear-gradient(135deg,#ff7319,#ff5c00); }
.hp-brand-switcher .is-active span,.hp-brand-switcher .is-active small { color: rgba(255,255,255,.72); }
.hp-directory-group--industries { background: linear-gradient(145deg,#342f2c,#29292b); }
.hp-directory-group--industries .hp-directory-group__top span { color: #fff; background: var(--hp-orange); }

/* Product-first application gallery on Beranda */
.hp-applications { position: relative; overflow: hidden; color: var(--hp-ink); background: var(--hp-soft-white); }
.hp-applications::before { content: ""; position: absolute; width: 460px; height: 460px; left: -310px; top: 180px; border: 1px solid rgba(36,36,36,.055); border-radius: 50%; box-shadow: 0 0 0 70px rgba(36,36,36,.018),0 0 0 140px rgba(36,36,36,.012); pointer-events: none; }
.hp-application-block { position: relative; z-index: 1; }
.hp-application-block--food { margin-top: 118px; padding-top: 104px; border-top: 1px solid rgba(36,36,36,.10); }
.hp-application-heading { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr); gap: clamp(40px,8vw,110px); align-items: end; margin-bottom: 42px; }
.hp-application-heading h2 { max-width: 820px; margin: 10px 0 0; font-size: clamp(42px,5vw,70px); font-weight: 630; line-height: .96; letter-spacing: -.062em; }
.hp-application-heading > p { max-width: 340px; margin: 0; color: #6d6d72; font-size: 14px; line-height: 1.65; }
.hp-packaging-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 14px; }
.hp-format-card { position: relative; min-height: 530px; overflow: hidden; border-radius: 30px; color: #fff; background: #242424; box-shadow: 0 24px 70px rgba(0,0,0,.10); }
.hp-format-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); transition: transform .9s var(--hp-ease),filter .6s ease; }
.hp-format-card--pouch > img { object-position: center center; }
.hp-format-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(12,12,12,.02) 35%,rgba(12,12,12,.86) 100%); transition: background .5s ease; }
.hp-format-card__content { position: absolute; z-index: 2; inset: auto 0 0; padding: 32px; }
.hp-format-card__content > span { display: block; margin-bottom: 13px; color: #ff9b59; font-size: 9px; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.hp-format-card__content h3 { max-width: 520px; margin: 0; color: #fff; font-size: clamp(29px,3vw,43px); font-weight: 630; line-height: 1; letter-spacing: -.045em; }
.hp-format-card__content p { margin: 13px 0 25px; color: #d1d1d5; font-size: 11px; letter-spacing: .025em; }
.hp-format-card__content b,.hp-food-process-card > b { display: inline-flex; color: #fff; font-size: 10px; font-weight: 730; letter-spacing: .02em; transition: color .3s ease,transform .4s var(--hp-ease); }
.hp-format-card:hover > img { transform: scale(1.055); filter: saturate(.96) contrast(1.03); }
.hp-format-card:hover .hp-format-card__shade { background: linear-gradient(180deg,rgba(12,12,12,0) 28%,rgba(12,12,12,.9) 100%); }
.hp-format-card:hover .hp-format-card__content b { color: var(--hp-orange); transform: translateX(5px); }

.hp-food-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.hp-food-process-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; padding: 10px 10px 24px; border: 1px solid rgba(36,36,36,.075); border-radius: 24px; color: var(--hp-ink); background: #fff; box-shadow: 0 16px 42px rgba(0,0,0,.055); transition: transform .55s var(--hp-ease),box-shadow .55s var(--hp-ease),border-color .35s ease; }
.hp-food-process-card > div { position: relative; height: 228px; overflow: hidden; border-radius: 17px; background: #e8e5df; }
.hp-food-process-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--hp-ease),filter .45s ease; }
.hp-food-process-card > div > span { position: absolute; left: 12px; top: 12px; min-width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: #fff; background: rgba(20,20,20,.58); backdrop-filter: blur(10px); font-size: 9px; font-weight: 750; }
.hp-food-process-card h3 { margin: 22px 12px 0; font-size: 20px; font-weight: 650; line-height: 1.08; letter-spacing: -.033em; }
.hp-food-process-card p { margin: 9px 12px 24px; color: #77777c; font-size: 11px; }
.hp-food-process-card > b { margin: auto 12px 0; color: var(--hp-ink); }
.hp-food-process-card:hover { transform: translateY(-7px); border-color: rgba(255,102,0,.28); box-shadow: 0 28px 70px rgba(0,0,0,.11); }
.hp-food-process-card:hover img { transform: scale(1.07); filter: saturate(1.04); }
.hp-food-process-card:hover > b { color: var(--hp-orange); transform: translateX(4px); }

/* Unified application categories — mirrors the machine category structure. */
.hp-applications { color: #f5f5f7; background: #242424; }
.hp-applications::before { left: auto; right: -320px; top: 120px; border-color: rgba(255,255,255,.055); box-shadow: 0 0 0 70px rgba(255,255,255,.014),0 0 0 140px rgba(255,255,255,.009); }
.hp-application-group { position: relative; z-index: 1; }
.hp-application-group--food { margin-top: 110px; padding-top: 98px; border-top: 1px solid rgba(255,255,255,.10); }
.hp-applications .hp-application-heading h2 { color: #f5f5f7; }
.hp-applications .hp-application-heading > p { color: #aeb0b5; }
.hp-application-category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.hp-application-category-card { min-width: 0; min-height: 500px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.065); border-radius: 28px; color: #f5f5f7; background: #303033; box-shadow: 0 20px 55px rgba(0,0,0,.12); transition: transform .6s var(--hp-ease),box-shadow .6s var(--hp-ease),border-color .35s ease; }
.hp-application-category-card__media { position: relative; height: 290px; flex: 0 0 auto; overflow: hidden; background: linear-gradient(150deg,#f8f8f9,#e7e7e9); }
.hp-application-category-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent,rgba(18,18,18,.13)); pointer-events: none; }
.hp-application-category-card__media > span { position: absolute; z-index: 2; left: 26px; top: 26px; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #535356; font-size: 11px; font-weight: 800; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.hp-application-category-grid .hp-application-category-card:first-child .hp-application-category-card__media > span { background: var(--hp-orange); }
.hp-application-category-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); transition: transform .8s var(--hp-ease),filter .45s ease; }
.hp-application-category-card__body { min-height: 210px; display: flex; flex-direction: column; padding: 27px 30px 30px; }
.hp-application-category-card__body h3 { margin: 0; color: #fff; font-size: 24px; font-weight: 650; line-height: 1.07; letter-spacing: -.035em; }
.hp-application-category-card__body p { margin: 13px 0 28px; color: #aeb0b5; font-size: 12px; line-height: 1.6; }
.hp-application-category-card__body b { margin-top: auto; color: var(--hp-orange); font-size: 10px; font-weight: 760; letter-spacing: .02em; transition: transform .4s var(--hp-ease),color .3s ease; }
.hp-application-category-card:hover { transform: translateY(-8px); border-color: rgba(255,102,0,.32); box-shadow: 0 32px 75px rgba(0,0,0,.24); }
.hp-application-category-card:hover .hp-application-category-card__media img { transform: scale(1.055); filter: saturate(.98) contrast(1.03); }
.hp-application-category-card:hover .hp-application-category-card__body b { color: #ff8a3c; transform: translateX(5px); }

@media (max-width: 1000px) {
    .hp-customers--after-hero .hp-container { grid-template-columns: 1fr; gap: 20px; }
    .hp-customers--after-hero p { text-align: center; }
    .hp-customer-logos { grid-template-columns: repeat(4,1fr); }
    .hp-brand-switcher { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hp-brand-switcher > a:first-child { grid-column: auto; }
    .hp-application-heading { grid-template-columns: 1fr; gap: 18px; }
    .hp-packaging-grid { grid-template-columns: 1fr 1fr; }
    .hp-format-card { min-height: 470px; }
    .hp-food-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hp-application-category-card { min-height: 460px; }
    .hp-application-category-card__media { height: 250px; }
}

@media (max-width: 620px) {
    .hp-hero h1 { font-size: 48px; }
    .hp-customers--after-hero { padding: 24px 0; }
    .hp-customers--after-hero .hp-customer-logos { gap: 18px; }
    .hp-customers--after-hero .hp-customer-logos img { height: 28px; }
    .hp-trust-strip__grid { grid-template-columns: 1fr 1fr; padding: 14px 0; }
    .hp-trust-strip__grid > div { min-height: 66px; padding: 8px 10px; border-right: 0; }
    .hp-brand-lanes { grid-template-columns: 1fr; }
    .hp-brand-lanes a { min-height: 90px; }
    .hp-discovery-search button { display: block; padding: 0 14px; }
    .hp-section { padding: 82px 0; }
    .hp-application-block--food { margin-top: 82px; padding-top: 76px; }
    .hp-application-heading { margin-bottom: 30px; }
    .hp-application-heading h2 { font-size: 43px; }
    .hp-packaging-grid,.hp-food-process-grid { grid-template-columns: 1fr; }
    .hp-format-card { min-height: 430px; border-radius: 24px; }
    .hp-format-card__content { padding: 25px; }
    .hp-food-process-card > div { height: 260px; }
    .hp-application-group--food { margin-top: 82px; padding-top: 74px; }
    .hp-application-category-grid { grid-template-columns: 1fr; }
    .hp-application-category-card { min-height: 450px; border-radius: 24px; }
    .hp-application-category-card__media { height: 270px; }
}

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

/* v6 - compact application cards and resilient brand discovery layout. */
.hp-categories .hp-discovery-shell {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 10px;
    padding: 10px;
}

.hp-categories .hp-discovery-search {
    width: 100%;
    min-width: 0;
}

.hp-categories .hp-brand-lanes {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 9px;
}

.hp-categories .hp-brand-lanes > a {
    min-width: 0;
    min-height: 94px;
    display: grid;
    grid-template-columns: 28px minmax(0,1fr) 22px;
    align-items: center;
    gap: 11px;
    padding: 17px 18px;
}

.hp-categories .hp-brand-lanes strong {
    display: block;
    overflow-wrap: anywhere;
}

.hp-categories .hp-brand-lanes small {
    display: block;
    line-height: 1.35;
}

.hp-applications .hp-application-category-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    align-items: stretch;
    gap: 16px;
}

.hp-applications .hp-application-category-card {
    width: auto;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
}

.hp-applications .hp-application-category-card__media {
    width: 100%;
    height: auto;
    aspect-ratio: 1.32 / 1;
    flex: 0 0 auto;
}

.hp-applications .hp-application-category-card__media > span {
    left: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    font-size: 10px;
}

.hp-applications .hp-application-category-card__body {
    min-height: 190px;
    flex: 1 1 auto;
    padding: 24px 26px 27px;
}

.hp-applications .hp-application-category-card__body h3 {
    font-size: clamp(20px,2vw,25px);
}

.hp-applications .hp-application-category-card__body p {
    margin: 11px 0 22px;
    font-size: 11px;
}

.hp-applications .hp-application-group--food {
    margin-top: 84px;
    padding-top: 76px;
}

@media (max-width: 1000px) {
    .hp-categories .hp-brand-lanes {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .hp-applications .hp-application-category-card__body {
        min-height: 184px;
        padding: 22px 22px 25px;
    }
}

@media (max-width: 760px) {
    .hp-categories .hp-brand-lanes,
    .hp-applications .hp-application-category-grid {
        grid-template-columns: 1fr;
    }

    .hp-categories .hp-brand-lanes > a {
        min-height: 86px;
    }

    .hp-applications .hp-application-category-card {
        max-width: 520px;
        margin-inline: auto;
    }

    .hp-applications .hp-application-category-card__media {
        aspect-ratio: 1.45 / 1;
    }
}

/* v7 - premium machine catalogue: focused search, structured filters, useful cards. */
.hp-machine-hero {
    min-height: 430px;
    align-items: flex-end;
    padding: 82px 0 54px;
    background:
        radial-gradient(circle at 78% 12%,rgba(255,102,0,.20),transparent 29%),
        radial-gradient(circle at 8% 100%,rgba(255,255,255,.05),transparent 26%),
        linear-gradient(145deg,#242424,#171717 72%);
}

.hp-machine-hero::before {
    opacity: .42;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom,black,transparent 82%);
}

.hp-machine-hero::after {
    right: -40px;
    bottom: -48px;
    font-size: clamp(110px,18vw,260px);
}

.hp-machine-hero .hp-breadcrumb {
    margin-bottom: 34px;
}

.hp-machine-hero__copy {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(280px,.55fr);
    align-items: end;
    gap: 64px;
}

.hp-machine-hero__copy h1 {
    max-width: 820px;
    margin: 8px 0 0;
    font-size: clamp(52px,6vw,84px);
    font-weight: 650;
    line-height: .94;
    letter-spacing: -.068em;
}

.hp-machine-hero__copy h1 em {
    display: inline;
    color: var(--hp-orange);
}

.hp-machine-hero__copy > p {
    margin: 0 0 7px;
    color: #b7b7bc;
    font-size: 13px;
    line-height: 1.72;
}

.hp-machine-search {
    position: relative;
    z-index: 3;
    width: min(760px,100%);
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 42px auto 0;
    padding: 7px 7px 7px 22px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 20px;
    background: rgba(49,49,51,.82);
    box-shadow: 0 26px 70px rgba(0,0,0,.26);
    backdrop-filter: blur(18px);
    transition: border-color .3s ease,box-shadow .4s ease,transform .45s var(--hp-ease);
}

.hp-machine-search:focus-within {
    border-color: rgba(255,102,0,.66);
    box-shadow: 0 30px 80px rgba(0,0,0,.32),0 0 0 4px rgba(255,102,0,.10);
    transform: translateY(-2px);
}

.hp-machine-search > span {
    width: 18px;
    height: 18px;
    position: relative;
    flex: 0 0 auto;
    border: 2px solid #85858b;
    border-radius: 50%;
}

.hp-machine-search > span::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -4px;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background: #85858b;
    transform: rotate(45deg);
}

.hp-machine-search input {
    min-width: 0;
    flex: 1;
    padding: 0 8px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font: inherit;
    font-size: 13px;
}

.hp-machine-search input::placeholder { color: #85858b; }

.hp-machine-search button {
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    background: var(--hp-orange);
    font: inherit;
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
    transition: transform .35s var(--hp-ease),background .25s ease;
}

.hp-machine-search button:hover {
    transform: translateY(-2px);
    background: #ff7b24;
}

.hp-machine-catalog {
    padding: 46px 0 110px;
    color: #242424;
    background:
        radial-gradient(circle at 96% 0,rgba(255,102,0,.055),transparent 24%),
        #f2f1ef;
}

.hp-machine-catalog__layout {
    display: grid;
    grid-template-columns: 264px minmax(0,1fr);
    gap: 30px;
    align-items: start;
}

.hp-machine-filter {
    position: sticky;
    top: 108px;
    overflow: hidden;
    padding: 17px;
    border: 1px solid rgba(36,36,36,.07);
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 22px 60px rgba(0,0,0,.075);
    backdrop-filter: blur(18px);
}

.hp-machine-filter__title {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 7px 7px 19px;
}

.hp-machine-filter__title > span {
    width: 40px;
    height: 40px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 12px;
    background: #fff0e7;
}

.hp-machine-filter__title > span::before,
.hp-machine-filter__title > span::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    height: 2px;
    border-radius: 2px;
    background: var(--hp-orange);
    box-shadow: 0 7px 0 var(--hp-orange);
}

.hp-machine-filter__title > span::before { top: 12px; }
.hp-machine-filter__title > span::after { top: 15px; width: 3px; height: 8px; left: 16px; right: auto; box-shadow: 8px 7px 0 var(--hp-orange); }
.hp-machine-filter__title small { display: block; color: #929297; font-size: 8px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.hp-machine-filter__title h2 { margin: 2px 0 0; font-size: 24px; letter-spacing: -.04em; }

.hp-machine-filter button,
.hp-machine-filter summary,
.hp-machine-filter__parts {
    font-family: inherit;
}

.hp-machine-filter__all {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border: 0;
    border-radius: 14px;
    color: #38383a;
    background: #f2f2f3;
    font-size: 12px;
    font-weight: 720;
    cursor: pointer;
    transition: color .25s ease,background .3s ease,transform .35s var(--hp-ease);
}

.hp-machine-filter__all b {
    min-width: 28px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #77777d;
    background: #fff;
    font-size: 9px;
}

.hp-machine-filter__all:hover { transform: translateY(-2px); }
.hp-machine-filter__all.is-active { color: #fff; background: var(--hp-orange); box-shadow: 0 12px 28px rgba(255,102,0,.22); }
.hp-machine-filter__all.is-active b { color: var(--hp-orange); }

.hp-machine-filter__lane {
    border-bottom: 1px solid #ececee;
}

.hp-machine-filter__lane summary {
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 8px;
    color: #38383a;
    list-style: none;
    cursor: pointer;
}

.hp-machine-filter__lane summary::-webkit-details-marker { display: none; }
.hp-machine-filter__lane summary > span { min-width: 0; display: flex; flex-direction: column; }
.hp-machine-filter__lane summary strong { font-size: 11px; line-height: 1.2; letter-spacing: -.015em; }
.hp-machine-filter__lane summary small { margin-top: 4px; color: #929297; font-size: 8px; line-height: 1.3; }
.hp-machine-filter__lane summary > b { width: 9px; height: 9px; border-right: 1.5px solid #77777d; border-bottom: 1.5px solid #77777d; transform: rotate(45deg); transition: transform .35s var(--hp-ease); }
.hp-machine-filter__lane[open] summary > b { transform: rotate(225deg) translate(-2px,-2px); }

.hp-machine-filter__lane > div {
    display: grid;
    gap: 3px;
    padding: 0 4px 12px;
}

.hp-machine-filter__lane button,
.hp-machine-filter__lane > div > a {
    width: 100%;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    padding: 8px 9px;
    border: 0;
    border-radius: 10px;
    color: #6e6e73;
    background: transparent;
    text-align: left;
    font-size: 9px;
    line-height: 1.35;
    cursor: pointer;
    transition: color .25s ease,background .25s ease,transform .3s var(--hp-ease);
}

.hp-machine-filter__lane button b,
.hp-machine-filter__lane > div > a b { color: var(--hp-orange); font-size: 12px; font-weight: 500; opacity: 0; transition: opacity .25s ease,transform .3s ease; }
.hp-machine-filter__lane button:hover,.hp-machine-filter__lane button.is-active,
.hp-machine-filter__lane > div > a:hover,.hp-machine-filter__lane > div > a.is-active { color: #242424; background: #fff1e8; transform: translateX(2px); }
.hp-machine-filter__lane button:hover b,.hp-machine-filter__lane button.is-active b,
.hp-machine-filter__lane > div > a:hover b,.hp-machine-filter__lane > div > a.is-active b { opacity: 1; transform: translateX(2px); }
.hp-machine-filter__lane .hp-machine-filter__brand { color: #242424; font-weight: 750; }
.hp-machine-filter__lane .hp-machine-filter__brand.is-active { color: #fff; background: #242424; }

.hp-machine-filter__group {
    overflow: hidden;
    border-radius: 10px;
}

.hp-machine-filter__group > summary {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 9px;
    border: 0;
    color: #66666c;
    background: transparent;
    font-size: 9px;
    line-height: 1.35;
    list-style: none;
}

.hp-machine-filter__group > summary::-webkit-details-marker { display: none; }
.hp-machine-filter__group > summary > b { width: 7px; height: 7px; flex: 0 0 auto; border-right: 1px solid #96969b; border-bottom: 1px solid #96969b; transform: rotate(45deg); transition: transform .3s var(--hp-ease); }
.hp-machine-filter__group[open] > summary { color: #242424; background: #f5f5f6; }
.hp-machine-filter__group[open] > summary > b { transform: rotate(225deg); }

.hp-machine-filter__group > div {
    display: grid;
    gap: 2px;
    padding: 4px 6px 9px 14px;
    border-left: 1px solid #ffcfb0;
    background: #fafafa;
}

.hp-machine-filter__group > div > button,
.hp-machine-filter__group > div > a {
    width: 100%;
    min-height: 30px;
    display: flex;
    align-items: center;
    padding: 6px 8px;
    border: 0;
    border-radius: 8px;
    color: #77777c;
    background: transparent;
    text-align: left;
    font: inherit;
    font-size: 8px;
    line-height: 1.35;
    cursor: pointer;
    transition: color .2s ease,background .2s ease;
}

.hp-machine-filter__group > div > button { color: #242424; font-weight: 750; }
.hp-machine-filter__group > div > button:hover,.hp-machine-filter__group > div > button.is-active,
.hp-machine-filter__group > div > a:hover { color: var(--hp-orange); background: #fff0e7; }

.hp-machine-filter__parts {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 8px;
    color: #38383a;
}

.hp-machine-filter__parts > span { display: flex; flex-direction: column; }
.hp-machine-filter__parts strong { font-size: 11px; }
.hp-machine-filter__parts small { margin-top: 4px; color: #929297; font-size: 8px; }
.hp-machine-filter__parts > b { color: var(--hp-orange); font-size: 15px; font-weight: 500; transition: transform .3s ease; }
.hp-machine-filter__parts:hover > b { transform: translateX(4px); }

.hp-machine-filter__help {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    padding: 18px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg,#2d2d2f,#1e1e1f);
}

.hp-machine-filter__help small { color: #9d9da3; font-size: 8px; }
.hp-machine-filter__help strong { margin-top: 5px; font-size: 13px; line-height: 1.35; }
.hp-machine-filter__help a { margin-top: 14px; color: var(--hp-orange); font-size: 9px; font-weight: 750; }

.hp-machine-results { min-width: 0; }

.hp-machine-results__header {
    min-height: 82px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    padding: 2px 2px 17px;
    border-bottom: 1px solid rgba(36,36,36,.10);
}

.hp-machine-results__header h2 {
    margin: 5px 0 0;
    font-size: clamp(28px,3vw,40px);
    line-height: 1;
    letter-spacing: -.05em;
}

.hp-machine-results__header > p {
    margin: 0 0 2px;
    color: #77777c;
    font-size: 10px;
}

.hp-machine-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 15px;
}

.hp-machine-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(36,36,36,.075);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0,0,0,.045);
    transition: transform .55s var(--hp-ease),box-shadow .55s var(--hp-ease),border-color .3s ease;
}

.hp-machine-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,102,0,.28);
    box-shadow: 0 28px 66px rgba(0,0,0,.10);
}

.hp-machine-card.is-filtered-out { display: none; }

.hp-machine-card__media {
    position: relative;
    height: 228px;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 28px 20px 20px;
    background:
        radial-gradient(circle at 78% 18%,rgba(255,102,0,.075),transparent 25%),
        linear-gradient(150deg,#fafafa,#e9e9eb);
}

.hp-machine-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    background: linear-gradient(transparent,rgba(36,36,36,.06));
    pointer-events: none;
}

.hp-machine-card__media img {
    width: 92%;
    height: 92%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .75s var(--hp-ease),filter .4s ease;
}

.hp-machine-card:hover .hp-machine-card__media img { transform: scale(1.06) translateY(-3px); }

.hp-machine-card__media .hp-machine-brand {
    left: 14px;
    top: 14px;
    padding: 6px 10px;
    border: 1px solid rgba(36,36,36,.08);
    color: #242424;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
}

.hp-machine-card__media .hp-product-card__tag { left: 14px; top: 48px; }

.hp-machine-card__status {
    position: absolute;
    z-index: 3;
    right: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #56565b;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
    font-size: 8px;
    font-weight: 700;
}

.hp-machine-card__status i { width: 6px; height: 6px; border-radius: 50%; background: var(--hp-orange); box-shadow: 0 0 0 3px rgba(255,102,0,.13); }

.hp-machine-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 21px;
}

.hp-machine-card__body > small {
    min-height: 22px;
    color: var(--hp-orange);
    font-size: 8px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hp-machine-card h3 {
    margin: 6px 0 8px;
    font-size: 20px;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.hp-machine-card h3 a { color: #242424; }

.hp-machine-card__body > p {
    min-height: 39px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 17px;
    color: #77777c;
    font-size: 10px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hp-machine-card__specs {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 5px;
}

.hp-machine-card__specs > span {
    min-width: 0;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 9px;
    border-radius: 10px;
    background: #f4f4f4;
}

.hp-machine-card__specs i { margin-bottom: auto; color: var(--hp-orange); font-size: 12px; font-style: normal; font-weight: 800; }
.hp-machine-card__specs b { overflow: hidden; color: #55555a; font-size: 8px; font-weight: 700; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.hp-machine-card__specs small { min-height: 20px; display: -webkit-box; overflow: hidden; margin-top: 3px; color: #77777c; font-size: 10px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.hp-machine-card__body ul {
    display: grid;
    gap: 6px;
    margin: 17px 0;
    padding: 0;
    list-style: none;
}

.hp-machine-card__body li {
    position: relative;
    padding-left: 12px;
    color: #69696e;
    font-size: 9px;
}

.hp-machine-card__body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--hp-orange);
}

.hp-machine-card__actions {
    display: grid;
    grid-template-columns: 1fr 42px;
    gap: 8px;
    margin-top: auto;
}

.hp-machine-card__actions a {
    min-height: 42px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    font-size: 9px;
    font-weight: 750;
    transition: transform .3s var(--hp-ease),background .25s ease,color .25s ease;
}

.hp-machine-card__actions a:first-child { color: #fff; background: var(--hp-orange); }
.hp-machine-card__actions a:first-child:hover { background: #ff7b24; transform: translateY(-2px); }
.hp-machine-card__actions a:last-child { color: #242424; border: 1px solid #e3e3e5; background: #fff; font-size: 15px; }
.hp-machine-card__actions a:last-child:hover { color: #fff; border-color: #242424; background: #242424; transform: translateX(2px); }

.hp-machine-grid .hp-catalog-empty {
    color: #242424;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(36,36,36,.07);
}

.hp-machine-grid .hp-catalog-empty button {
    margin-top: 14px;
    padding: 11px 17px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--hp-orange);
    font: inherit;
    font-size: 10px;
    font-weight: 750;
    cursor: pointer;
}

@media (max-width: 1180px) {
    .hp-machine-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
    .hp-machine-hero__copy { grid-template-columns: 1fr; gap: 18px; }
    .hp-machine-hero__copy > p { max-width: 560px; }
    .hp-machine-catalog__layout { grid-template-columns: 1fr; }
    .hp-machine-filter { position: static; }
    .hp-machine-filter__lane { display: inline-block; width: calc(33.333% - 4px); vertical-align: top; border: 0; }
    .hp-machine-filter__lane summary { border-bottom: 1px solid #ececee; }
    .hp-machine-filter__parts { margin-top: 8px; border-top: 1px solid #ececee; }
    .hp-machine-filter__help { display: none; }
}

@media (max-width: 620px) {
    .hp-machine-hero { min-height: 520px; padding: 62px 0 42px; }
    .hp-machine-hero .hp-breadcrumb { margin-bottom: 26px; }
    .hp-machine-hero__copy h1 { font-size: 49px; }
    .hp-machine-search { min-height: 58px; margin-top: 30px; padding-left: 17px; border-radius: 17px; }
    .hp-machine-search button { min-height: 44px; padding: 0 15px; border-radius: 12px; }
    .hp-machine-catalog { padding-top: 28px; }
    .hp-machine-filter { padding: 14px; border-radius: 20px; }
    .hp-machine-filter__lane { width: 100%; display: block; }
    .hp-machine-results__header { align-items: flex-start; flex-direction: column; gap: 8px; }
    .hp-machine-grid { grid-template-columns: 1fr; }
    .hp-machine-card { max-width: 520px; width: 100%; margin-inline: auto; }
    .hp-machine-card__media { height: 265px; }
}

/* v8 - catalogue polish: professional graphite filter hierarchy. */
.hp-machine-catalog__layout {
    grid-template-columns: 292px minmax(0,1fr);
    gap: 34px;
}

.hp-machine-filter {
    max-height: calc(100vh - 126px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 18px;
    border-color: rgba(255,255,255,.08);
    color: #f5f5f7;
    background:
        radial-gradient(circle at 100% 0,rgba(255,102,0,.12),transparent 26%),
        linear-gradient(155deg,#29292b,#202021 76%);
    box-shadow: 0 26px 70px rgba(0,0,0,.17);
    scrollbar-width: thin;
    scrollbar-color: #5b5b60 transparent;
}

.hp-machine-filter::-webkit-scrollbar { width: 5px; }
.hp-machine-filter::-webkit-scrollbar-track { background: transparent; }
.hp-machine-filter::-webkit-scrollbar-thumb { border-radius: 999px; background: #5b5b60; }

.hp-machine-filter__title {
    padding: 6px 5px 10px;
}

.hp-machine-filter__title > span {
    background: rgba(255,102,0,.14);
    box-shadow: inset 0 0 0 1px rgba(255,102,0,.16);
}

.hp-machine-filter__title small { color: #8f8f95; }
.hp-machine-filter__title h2 { color: #fff; font-size: 25px; font-weight: 650; }

.hp-machine-filter__intro {
    margin: 0;
    padding: 0 5px 18px;
    color: #9e9ea4;
    font-size: 9px;
    line-height: 1.5;
}

.hp-machine-filter__all {
    min-height: 55px;
    color: #d1d1d6;
    border: 1px solid rgba(255,255,255,.07);
    background: rgba(255,255,255,.055);
}

.hp-machine-filter__all > span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp-machine-filter__all > span i {
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255,255,255,.05);
}

.hp-machine-filter__all b {
    color: #b8b8bd;
    background: rgba(255,255,255,.08);
}

.hp-machine-filter__all:hover {
    color: #fff;
    border-color: rgba(255,102,0,.34);
    background: rgba(255,102,0,.09);
}

.hp-machine-filter__all.is-active {
    border-color: var(--hp-orange);
    background: var(--hp-orange);
    box-shadow: 0 14px 34px rgba(255,102,0,.24);
}

.hp-machine-filter__all.is-active > span i { background: #fff; border-color: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.18); }
.hp-machine-filter__all.is-active b { color: #242424; background: #fff; }

.hp-machine-filter__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 23px 6px 9px;
    color: #77777d;
    font-size: 7px;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hp-machine-filter__label b {
    color: #6b6b70;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none;
}

.hp-machine-filter__lane {
    margin-top: 7px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 15px;
    background: rgba(255,255,255,.035);
    transition: border-color .3s ease,background .3s ease;
}

.hp-machine-filter__lane[open] {
    border-color: rgba(255,102,0,.27);
    background: rgba(255,255,255,.055);
}

.hp-machine-filter__lane > summary {
    min-height: 72px;
    display: grid;
    grid-template-columns: 26px minmax(0,1fr) auto 9px;
    gap: 10px;
    padding: 13px 13px;
    color: #f5f5f7;
}

.hp-machine-filter__lane > summary > i {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    align-self: center;
    border-radius: 8px;
    color: #9d9da3;
    background: rgba(255,255,255,.075);
    font-size: 7px;
    font-style: normal;
    font-weight: 800;
}

.hp-machine-filter__lane[open] > summary > i {
    color: #fff;
    background: var(--hp-orange);
}

.hp-machine-filter__lane > summary strong { color: #fff; font-size: 10px; letter-spacing: .015em; }
.hp-machine-filter__lane > summary small { color: #89898f; font-size: 7px; }
.hp-machine-filter__lane > summary > em {
    min-width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    align-self: center;
    border-radius: 999px;
    color: #9d9da3;
    background: rgba(255,255,255,.06);
    font-size: 7px;
    font-style: normal;
}

.hp-machine-filter__lane > summary > b {
    align-self: center;
    border-color: #77777d;
}

.hp-machine-filter__lane > div {
    gap: 5px;
    padding: 0 9px 10px;
}

.hp-machine-filter__lane > div > .hp-machine-filter__brand {
    min-height: 38px;
    color: #d1d1d6;
    background: rgba(255,255,255,.045);
    font-size: 8px;
    font-weight: 750;
}

.hp-machine-filter__lane > div > .hp-machine-filter__brand:hover,
.hp-machine-filter__lane > div > .hp-machine-filter__brand.is-active {
    color: #fff;
    background: rgba(255,102,0,.16);
    box-shadow: inset 2px 0 0 var(--hp-orange);
}

.hp-machine-filter__group {
    border: 1px solid transparent;
    background: transparent;
}

.hp-machine-filter__group > summary {
    min-height: 43px;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto 7px;
    gap: 8px;
    padding: 8px 9px;
    color: #aaaab0;
    background: transparent;
    font-size: 8px;
}

.hp-machine-filter__group > summary > small {
    min-width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    align-self: center;
    border-radius: 999px;
    color: #85858b;
    background: rgba(255,255,255,.055);
    font-size: 7px;
}

.hp-machine-filter__group > summary > b { align-self: center; border-color: #6e6e73; }

.hp-machine-filter__group[open] {
    border-color: rgba(255,255,255,.06);
    background: rgba(0,0,0,.14);
}

.hp-machine-filter__group[open] > summary {
    color: #fff;
    background: rgba(255,255,255,.045);
}

.hp-machine-filter__group > div {
    gap: 1px;
    padding: 5px 7px 8px 12px;
    border-left-color: rgba(255,102,0,.42);
    background: transparent;
}

.hp-machine-filter__group > div > button,
.hp-machine-filter__group > div > a {
    min-height: 31px;
    color: #8f8f95;
    font-size: 7.5px;
}

.hp-machine-filter__group > div > button { color: #c8c8cd; }
.hp-machine-filter__group > div > button:hover,.hp-machine-filter__group > div > button.is-active,
.hp-machine-filter__group > div > a:hover { color: #fff; background: rgba(255,102,0,.13); }

.hp-machine-filter__parts {
    min-height: 70px;
    display: grid;
    grid-template-columns: 26px minmax(0,1fr) auto;
    gap: 10px;
    margin-top: 7px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 15px;
    color: #f5f5f7;
    background: rgba(255,255,255,.035);
}

.hp-machine-filter__parts > i {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    align-self: center;
    border-radius: 8px;
    color: #9d9da3;
    background: rgba(255,255,255,.075);
    font-size: 7px;
    font-style: normal;
    font-weight: 800;
}

.hp-machine-filter__parts strong { color: #fff; font-size: 10px; }
.hp-machine-filter__parts small { color: #89898f; font-size: 7px; }

.hp-machine-filter__help {
    margin-top: 14px;
    padding: 20px;
    border: 1px solid rgba(255,102,0,.22);
    background:
        radial-gradient(circle at 100% 0,rgba(255,102,0,.18),transparent 36%),
        #19191a;
}

.hp-machine-filter__help small { color: #89898f; }
.hp-machine-filter__help strong { max-width: 190px; color: #fff; font-size: 13px; font-weight: 620; }
.hp-machine-filter__help a { color: #ff7b24; }

.hp-machine-results__header {
    align-items: center;
    padding-bottom: 20px;
}

.hp-machine-results__header > p {
    margin: 0;
    padding: 9px 13px;
    border: 1px solid rgba(36,36,36,.08);
    border-radius: 999px;
    color: #626267;
    background: rgba(255,255,255,.72);
    font-size: 8px;
    font-weight: 650;
    box-shadow: 0 8px 20px rgba(0,0,0,.035);
}

.hp-machine-card {
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(0,0,0,.05);
}

.hp-machine-card__media {
    height: 238px;
    background:
        radial-gradient(circle at 82% 12%,rgba(255,102,0,.10),transparent 25%),
        linear-gradient(150deg,#fdfdfd,#eaeaec);
}

.hp-machine-card__media .hp-machine-brand {
    color: #fff;
    border-color: rgba(255,255,255,.12);
    background: rgba(36,36,36,.90);
}

.hp-machine-card__body { padding: 22px; }
.hp-machine-card__specs > span { border: 1px solid #ededee; background: #f7f7f7; }

@media (max-width: 900px) {
    .hp-machine-catalog__layout { grid-template-columns: 1fr; }
    .hp-machine-filter { position: static; max-height: none; overflow: visible; }
    .hp-machine-filter__lane { width: 100%; display: block; }
    .hp-machine-filter__help { display: flex; }
}

@media (max-width: 620px) {
    .hp-machine-filter { padding: 16px; }
    .hp-machine-filter__label { padding-top: 19px; }
    .hp-machine-filter__help { display: flex; }
    .hp-machine-results__header > p { padding: 7px 10px; }
}

/* 2026-08-13 / Unified homepage machine search + centered logo marquee */
.hp-customers--after-hero {
    min-height: 118px;
    display: flex;
    align-items: center;
    padding: 0;
}

.hp-customers--after-hero .hp-container {
    width: 100%;
    min-height: 118px;
    display: grid;
    grid-template-columns: 230px minmax(0,1fr);
    gap: 0;
    align-items: center;
    padding-right: 0;
}

.hp-customers--after-hero p {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 36px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.08);
}

.hp-logo-marquee {
    min-width: 0;
    min-height: 118px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hp-logo-marquee__track {
    min-height: 118px;
    display: flex;
    align-items: center;
}

.hp-customers--after-hero .hp-customer-logos {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.hp-customers--after-hero .hp-customer-logos img {
    width: 200px;
    height: 90px;
    display: block;
    margin: 0 30px;
    object-fit: contain;
    object-position: center;
}

.hp-home-machine-finder {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: -10px 0 38px;
    border: 1px solid rgba(36,36,36,.12);
    border-radius: 22px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 24px 65px rgba(31,35,38,.09);
    backdrop-filter: blur(20px);
}

.hp-home-machine-search {
    position: relative;
    min-height: 96px;
    display: grid;
    grid-template-columns: 30px minmax(145px,.45fr) minmax(280px,1.55fr) auto;
    gap: 18px;
    align-items: center;
    padding: 15px 17px 15px 28px;
    background: #222324;
}

.hp-home-machine-search__icon {
    position: relative;
    width: 22px;
    height: 22px;
    border: 2px solid #a9abad;
    border-radius: 50%;
}

.hp-home-machine-search__icon::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 2px;
    right: -7px;
    bottom: -4px;
    background: #a9abad;
    transform: rotate(45deg);
    transform-origin: left center;
}

.hp-home-machine-search label {
    color: #f5f5f5;
    font-size: 12px;
    font-weight: 720;
    line-height: 1.35;
    letter-spacing: -.01em;
}

.hp-home-machine-search input {
    width: 100%;
    height: 58px;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 13px;
    outline: 0;
    color: #fff;
    background: #171819;
    font: inherit;
    font-size: 13px;
    transition: border-color .3s ease,box-shadow .3s ease,background .3s ease;
}

.hp-home-machine-search input::placeholder { color: #777a7e; }
.hp-home-machine-search input:focus { border-color: #ff6600; background: #131415; box-shadow: 0 0 0 4px rgba(255,102,0,.12); }

.hp-home-machine-search button {
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 0 23px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: #ff6600;
    font-size: 10px;
    font-weight: 780;
    letter-spacing: .035em;
    cursor: pointer;
    transition: background .3s ease,transform .3s ease;
}

.hp-home-machine-search button:hover { background: #e95d00; transform: translateY(-2px); }
.hp-home-machine-search button b { font-size: 16px; font-weight: 500; transition: transform .3s ease; }
.hp-home-machine-search button:hover b { transform: translateX(3px); }

.hp-home-machine-finder__meta {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 13px 28px;
    color: #5f6265;
    background: rgba(255,255,255,.74);
}

.hp-home-machine-finder__meta p { display: flex; align-items: center; gap: 13px; margin: 0; }
.hp-home-machine-finder__meta strong { color: #242424; font-size: 11px; }
.hp-home-machine-finder__meta span { padding-left: 13px; border-left: 1px solid #d8d9da; font-size: 9px; }
.hp-home-machine-finder__meta > a { color: #242424; font-size: 9px; font-weight: 780; letter-spacing: .055em; text-transform: uppercase; }
.hp-home-machine-finder__meta > a b { color: #ff6600; font-size: 14px; }

.hp-products .hp-product-card.is-search-hidden { display: none; }
.hp-home-machine-empty { margin-top: 24px; padding: 48px; border: 1px dashed rgba(36,36,36,.2); border-radius: 22px; text-align: center; background: rgba(255,255,255,.56); }
.hp-home-machine-empty[hidden] { display: none; }
.hp-home-machine-empty h3 { margin: 0 0 8px; font-size: 24px; }
.hp-home-machine-empty p { margin: 0 0 20px; color: #686a6d; }
.hp-home-machine-empty a { color: #ff6600; font-size: 10px; font-weight: 800; text-transform: uppercase; }

@media (max-width: 900px) {
    .hp-customers--after-hero .hp-container { grid-template-columns: 1fr; padding-left: 0; }
    .hp-customers--after-hero p { min-height: 64px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .hp-logo-marquee,.hp-logo-marquee__track,.hp-customers--after-hero .hp-customer-logos { min-height: 94px; }
    .hp-home-machine-search { grid-template-columns: 30px 1fr auto; }
    .hp-home-machine-search label { display: none; }
}

@media (max-width: 620px) {
    .hp-customers--after-hero .hp-customer-logos img { width: 200px; height: 70px; margin: 0 22px; filter:
    drop-shadow(1px 0 0 rgba(180,180,180,0.8))
    drop-shadow(-1px 0 0 rgba(180,180,180,0.8))
    drop-shadow(0 1px 0 rgba(180,180,180,0.8))
    drop-shadow(0 -1px 0 rgba(180,180,180,0.8))
    drop-shadow(0 10px 24px rgba(255,255,255,0.28));}
    .hp-home-machine-finder { margin: -12px 0 30px; border-radius: 17px; }
    .hp-home-machine-search { min-height: 0; grid-template-columns: 26px 1fr; gap: 13px; padding: 16px; }
    .hp-home-machine-search__icon { width: 19px; height: 19px; }
    .hp-home-machine-search input { height: 52px; padding: 0 14px; font-size: 11px; }
    .hp-home-machine-search button { grid-column: 1/-1; width: 100%; height: 52px; }
    .hp-home-machine-finder__meta { align-items: flex-start; flex-direction: column; gap: 9px; padding: 15px 17px; }
    .hp-home-machine-finder__meta p { align-items: flex-start; flex-direction: column; gap: 3px; }
    .hp-home-machine-finder__meta span { padding-left: 0; border-left: 0; }
}

/* Homepage machine selection deck */
.hp-products {
    color: #f5f5f7;
    background:
        radial-gradient(circle at 88% 12%,rgba(255,102,0,.16),transparent 27%),
        linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),
        linear-gradient(145deg,#18191a,#242526 55%,#191a1b);
    background-size: auto,80px 80px,80px 80px,auto;
}

.hp-products::before {
    content: "HEAVYPACK";
    top: 48px;
    color: rgba(255,255,255,.026);
}

.hp-featured-heading {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(260px,.55fr) auto;
    gap: 34px;
    align-items: end;
    margin-bottom: 42px;
}

.hp-featured-heading h2 {
    max-width: 760px;
    margin: 10px 0 0;
    color: #fff;
    font-size: clamp(44px,5.5vw,76px);
    font-weight: 620;
    line-height: .94;
    letter-spacing: -.06em;
}

.hp-featured-heading > p {
    max-width: 430px;
    margin: 0 0 6px;
    color: #a7a8ac;
    font-size: 14px;
    line-height: 1.7;
}

.hp-products .hp-featured-heading .hp-text-link {
    margin-bottom: 6px;
    color: #fff;
    border-bottom-color: rgba(255,255,255,.25);
}

.hp-feature-tabs {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 19px;
    background: rgba(12,13,14,.72);
    box-shadow: 0 24px 70px rgba(0,0,0,.25);
    backdrop-filter: blur(18px);
}

.hp-feature-tabs button {
    min-height: 76px;
    display: grid;
    grid-template-columns: 32px minmax(0,1fr);
    grid-template-rows: auto auto;
    column-gap: 13px;
    align-content: center;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 13px;
    color: #a6a7ab;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: color .35s ease,border-color .35s ease,background .35s ease,transform .35s var(--hp-ease);
}

.hp-feature-tabs button:hover {
    color: #fff;
    border-color: rgba(255,255,255,.09);
    background: rgba(255,255,255,.05);
}

.hp-feature-tabs button:focus-visible { outline: 2px solid #ff6600; outline-offset: 2px; }
.hp-feature-tabs button > span {
    grid-row: 1/3;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    align-self: center;
    border-radius: 9px;
    color: #85868a;
    background: rgba(255,255,255,.07);
    font-size: 8px;
    font-weight: 800;
}

.hp-feature-tabs button strong { align-self: end; color: inherit; font-size: 13px; font-weight: 720; }
.hp-feature-tabs button small { align-self: start; color: #77787c; font-size: 8px; }
.hp-feature-tabs button.is-active {
    color: #fff;
    border-color: rgba(255,130,47,.6);
    background: linear-gradient(125deg,#ff6600,#e95800);
    box-shadow: 0 14px 34px rgba(255,102,0,.22);
    transform: translateY(-1px);
}
.hp-feature-tabs button.is-active > span { color: #242424; background: #fff; }
.hp-feature-tabs button.is-active small { color: rgba(255,255,255,.74); }

.hp-products .hp-home-machine-finder {
    margin: 0 0 30px;
    border-color: rgba(255,255,255,.09);
    background: #202122;
    box-shadow: 0 26px 70px rgba(0,0,0,.26);
}

.hp-products .hp-home-machine-finder__meta {
    color: #8e9094;
    background: #292a2b;
    border-top: 1px solid rgba(255,255,255,.065);
}
.hp-products .hp-home-machine-finder__meta strong,
.hp-products .hp-home-machine-finder__meta > a { color: #f4f4f5; }
.hp-products .hp-home-machine-finder__meta span { border-left-color: rgba(255,255,255,.13); }

.hp-feature-panel[hidden] { display: none; }
.hp-feature-panel.is-active { animation: hp-feature-panel-in .55s var(--hp-ease) both; }
@keyframes hp-feature-panel-in {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.hp-products .hp-feature-panel .hp-product-card {
    min-height: 536px;
    color: #f7f7f8;
    border-color: rgba(255,255,255,.095);
    background: #292a2c;
    box-shadow: 0 26px 65px rgba(0,0,0,.25);
}

.hp-products .hp-feature-panel .hp-product-card:hover {
    border-color: rgba(255,102,0,.55);
    box-shadow: 0 34px 82px rgba(0,0,0,.4),0 0 0 1px rgba(255,102,0,.12);
}

.hp-products .hp-feature-panel .hp-product-card__image {
    height: 305px;
    border-bottom-color: rgba(255,255,255,.08);
    background:
        linear-gradient(rgba(36,36,36,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(36,36,36,.035) 1px,transparent 1px),
        radial-gradient(circle at 50% 42%,#fff,#e9eaeb 65%,#d2d4d6);
    background-size: 45px 45px,45px 45px,auto;
}

.hp-products .hp-feature-panel .hp-product-card__image::after {
    height: 42%;
    background: linear-gradient(transparent,rgba(17,18,19,.13));
}

.hp-product-card__index {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 21px;
    color: rgba(36,36,36,.38);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.hp-products .hp-feature-panel .hp-product-card__body {
    min-height: 231px;
    background: linear-gradient(145deg,#2d2e30,#242527);
}
.hp-products .hp-feature-panel .hp-product-card__body h3 a { color: #fff; }
.hp-products .hp-feature-panel .hp-product-card__body > p { color: #a9aaae; }
.hp-products .hp-feature-panel .hp-product-card__footer { border-top-color: rgba(255,255,255,.09); }
.hp-products .hp-feature-panel .hp-product-card__footer small { color: #898a8f; }
.hp-products .hp-feature-panel .hp-product-card__footer > a { color: #ff761c; }

.hp-products .hp-home-machine-empty {
    color: #f5f5f7;
    border-color: rgba(255,255,255,.16);
    background: rgba(255,255,255,.045);
}
.hp-products .hp-home-machine-empty p { color: #a4a5a9; }

@media (max-width: 900px) {
    .hp-featured-heading { grid-template-columns: 1fr auto; }
    .hp-featured-heading > p { grid-column: 1/2; }
    .hp-featured-heading .hp-text-link { grid-column: 2; grid-row: 1/3; align-self: end; }
}

@media (max-width: 700px) {
    .hp-featured-heading { grid-template-columns: 1fr; gap: 18px; }
    .hp-featured-heading > p,.hp-featured-heading .hp-text-link { grid-column: auto; grid-row: auto; }
    .hp-feature-tabs { grid-template-columns: 1fr; }
    .hp-feature-tabs button { min-height: 66px; }
}

@media (max-width: 620px) {
    .hp-featured-heading h2 { font-size: 46px; }
    .hp-products .hp-feature-panel .hp-product-card__image { height: 260px; }
    .hp-products .hp-home-machine-finder { margin-top: 0; }
}

/* Integrated support, insight, parts and company pages */
.hp-about-principles {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
    margin-top: 48px;
}
.hp-about-principles article {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 26px;
    background: #2c2c2e;
    transition: transform .5s var(--hp-ease),border-color .3s ease,background .3s ease;
}
.hp-about-principles article:hover { transform: translateY(-6px); border-color: rgba(255,102,0,.5); background: #303033; }
.hp-about-principles span { color: var(--hp-orange); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.hp-about-principles h3 { margin: auto 0 12px; color: #fff; font-size: 24px; letter-spacing: -.035em; }
.hp-about-principles p { margin: 0; color: #aeb0b5; line-height: 1.7; }
.hp-about-gallery-heading { margin-top: 94px; }
.hp-about-gallery,.hp-insight-listing { margin-top: 34px; }
.hp-about-gallery .hp-listing-card { min-height: 410px; }
.hp-about-gallery .hp-listing-card__image { height: 245px; }
.hp-page-section .hp-catalog-search { margin-bottom: 20px; }
.hp-pagination { align-items: center; gap: 8px; }
.hp-form-notice { padding: 13px 15px; border: 1px solid rgba(255,102,0,.3); border-radius: 14px; color: #fff; background: rgba(255,102,0,.12); font-size: 12px; }
.hp-form-notice--error { border-color: rgba(255,92,92,.34); background: rgba(255,76,76,.11); }
.hp-form-notice ul { margin: 8px 0 0; padding-left: 18px; }
.hp-page-section--warm .hp-contact-form h2,.hp-page-section--warm .hp-contact-form label { color: #f5f5f7; }
.hp-page-section--warm .hp-contact-form { border: 1px solid rgba(255,255,255,.08); background: #2c2c2e; }
.hp-page-section--warm .hp-contact-panel { border-color: rgba(255,255,255,.08); background: linear-gradient(145deg,#303033,#242426); }
.hp-page-section--warm .hp-contact-panel p,.hp-page-section--warm .hp-contact-detail small { color: #aeb0b5; }
.hp-page-section--warm .hp-contact-detail { border-color: rgba(255,255,255,.09); }
.hp-page-section--warm .hp-contact-detail strong { color: #fff; }

@media (max-width: 900px) {
    .hp-about-principles { grid-template-columns: 1fr; }
    .hp-about-principles article { min-height: 210px; }
}

@media (max-width: 620px) {
    .hp-about-principles { margin-top: 32px; }
    .hp-about-principles article { min-height: 190px; padding: 22px; }
    .hp-about-gallery-heading { margin-top: 64px; }
    .hp-pagination { flex-wrap: wrap; }
}

/* 2026-08-13 / Mobile UI pass. Layout only; page content remains unchanged. */
@media (max-width: 760px) {
    html { scroll-padding-top: 78px; }
    body,.hp-site { max-width: 100%; overflow-x: clip; }
    .hp-container { width: min(100% - 28px,560px); }
    .hp-topbar__inner,.hp-ticker__set { min-height: 28px; }
    .hp-ticker span { padding: 0 20px; font-size: 8px; }

    .hp-header { overflow: visible; }
    .hp-header__inner { position: relative; min-height: 66px; gap: 10px; flex-wrap: nowrap; }
    .hp-brand { width: min(47vw,174px); }
    .hp-brand img { height: 36px; }
    .hp-menu-toggle { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; cursor: pointer; }
    .hp-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 70; width: auto; max-height: min(70vh,520px); overflow-y: auto; margin: 0; padding: 8px 16px 14px; border: 1px solid rgba(36,36,36,.09); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 24px 70px rgba(0,0,0,.18); backdrop-filter: blur(22px); }
    .hp-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 2px; font-size: 12px; }

    .hp-button,.hp-machine-search button,.hp-home-machine-search button,.hp-machine-card__actions a { min-height: 48px; }
    .hp-hero__actions .hp-button,.hp-product-summary__actions .hp-button { width: 100%; }

    .hp-hero,.hp-hero__grid { min-height: 0; }
    .hp-hero__content { padding: 54px 0 34px; }
    .hp-hero h1 { margin: 18px 0 20px; font-size: clamp(43px,13vw,52px); line-height: .93; }
    .hp-hero__content > p { font-size: 14px; line-height: 1.72; }
    .hp-hero__actions { margin-top: 28px; }
    .hp-hero__proof { gap: 0; margin-top: 42px; padding-top: 22px; }
    .hp-hero__proof div { min-width: 0; padding: 0 12px; border-right: 1px solid rgba(255,255,255,.12); }
    .hp-hero__proof div:first-child { padding-left: 0; }
    .hp-hero__proof div:last-child { padding-right: 0; border-right: 0; }
    .hp-hero__proof strong { font-size: 22px; }
    .hp-hero__proof span { line-height: 1.35; }
    .hp-hero__visual { height: 300px; }
    .hp-hero__visual::before { inset: 20px -45px 0 18px; }
    .hp-hero__visual > img { width: min(100vw,300px); right: 0px; }
    .hp-hero__halo { width: 300px; height: 300px; right: -30px; top: 15px; }
    .hp-hero__badge { top: 20px; }
    .hp-hero--industrial .hp-hero__grid { min-height: 0; }
    .hp-hero--industrial .hp-hero__content { padding: 54px 0 34px; }
    .hp-hero--industrial h1 { margin: 18px 0 20px; font-size: clamp(43px,13vw,52px); }
    .hp-hero--industrial .hp-hero__proof { margin-top: 42px; }
    .hp-hero--industrial .hp-hero__proof div + div::before { display: none; }
    .hp-hero--industrial .hp-hero__visual { height: 330px; }
    .hp-hero--industrial .hp-hero__visual::before { inset: 20px -45px 0 18px; }
    .hp-hero--industrial .hp-hero__visual::after { inset: 40px -45px 24px 34px; }
    .hp-hero--industrial .hp-hero__visual > img { width: 100%; height: 100%; max-height: 330px; right: 0; bottom: 0; object-fit: contain; object-position: center bottom; }
    .hp-hero--industrial .hp-hero__badge { top: 20px; right: 0; }

    .hp-section,.hp-page-section { padding: 68px 0; }
    .hp-section-heading h2,.hp-process h2,.hp-support h2,.hp-page-intro h2 { font-size: clamp(35px,10.7vw,43px); }
    .hp-section-heading > p,.hp-page-intro p { font-size: 14px; line-height: 1.7; }
    .hp-category-card { min-height: 315px; padding: 22px; }
    .hp-category-card img { height: 205px; }
    .hp-product-card__image,.hp-products .hp-product-card__image { height: 245px; }
    .hp-product-card__body,.hp-products .hp-product-card__body { min-height: 0; padding: 22px; }
    .hp-product-card__body > p { min-height: 0; }
    .hp-product-card__footer > a,.hp-listing-card__body > a,.hp-text-link { min-height: 44px; display: inline-flex; align-items: center; }

    .hp-customers--after-hero p { padding: 0 20px; }
    .hp-customers--after-hero .hp-customer-logos img { width: 112px; margin: 0 18px; }
    .hp-home-machine-search { grid-template-columns: 24px minmax(0,1fr); padding: 14px; }
    .hp-home-machine-search input { min-width: 0; }
    .hp-home-machine-finder__meta > a { min-height: 44px; display: inline-flex; align-items: center; }
    .hp-feature-tabs { display: flex; overflow-x: auto; padding: 7px; scroll-snap-type: x proximity; scrollbar-width: none; }
    .hp-feature-tabs::-webkit-scrollbar { display: none; }
    .hp-feature-tabs button { min-width: min(82vw,300px); min-height: 72px; flex: 0 0 auto; scroll-snap-align: start; }

    .hp-inner-hero { min-height: 420px; padding: 64px 0 44px; }
    .hp-inner-hero__grid { gap: 28px; }
    .hp-inner-hero h1 { font-size: clamp(43px,13vw,52px); line-height: .94; }
    .hp-inner-hero__aside { padding: 18px 0 0; border-top: 2px solid var(--hp-orange); border-left: 0; }
    .hp-inner-hero__aside p { margin-bottom: 14px; font-size: 13px; line-height: 1.65; }
    .hp-breadcrumb { margin-bottom: 22px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }

    .hp-machine-hero { min-height: 430px; padding: 52px 0 36px; }
    .hp-machine-hero .hp-breadcrumb { margin-bottom: 22px; }
    .hp-machine-hero__copy h1 { font-size: clamp(43px,12.6vw,50px); }
    .hp-machine-hero__copy > p { font-size: 12px; line-height: 1.65; }
    .hp-machine-search { min-height: 58px; gap: 9px; margin-top: 27px; padding: 6px 6px 6px 16px; }
    .hp-machine-search input { padding: 0 5px; font-size: 11px; }
    .hp-machine-search button { padding: 0 14px; }
    .hp-machine-catalog { padding: 26px 0 76px; }
    .hp-machine-catalog__layout { gap: 28px; }
    .hp-machine-filter { padding: 14px; border-radius: 20px; }
    .hp-machine-filter__title { padding-bottom: 7px; }
    .hp-machine-filter__intro { padding-bottom: 14px; }
    .hp-machine-filter__all { min-height: 52px; }
    .hp-machine-filter__label { padding-top: 18px; }
    .hp-machine-filter__lane > summary { min-height: 60px; padding: 10px 11px; }
    .hp-machine-filter__lane > div > .hp-machine-filter__brand,.hp-machine-filter__group > summary,.hp-machine-filter__group > div > button,.hp-machine-filter__group > div > a { min-height: 44px; }
    .hp-machine-filter__group > div > button,.hp-machine-filter__group > div > a { font-size: 9px; }
    .hp-machine-filter__parts { min-height: 60px; }
    .hp-machine-filter__help { padding: 17px; }
    .hp-machine-filter__help a { min-height: 44px; display: inline-flex; align-items: center; }
    .hp-machine-results__header { min-height: 0; margin-bottom: 18px; }
    .hp-machine-results__header h2 { font-size: 31px; }
    .hp-machine-card__media { height: 240px; }
    .hp-machine-card__body { padding: 20px; }
    .hp-machine-card h3 a { min-height: 44px; display: inline-flex; align-items: center; }
    .hp-machine-card__specs > span { min-height: 70px; }
    .hp-machine-card__actions { grid-template-columns: 1fr 48px; }

    .hp-product-detail-hero { padding: 34px 0 58px; }
    .hp-product-detail-grid { gap: 38px; }
    .hp-product-gallery__stage { min-height: 350px; border-radius: 24px; }
    .hp-product-gallery__caption { left: 13px; right: 13px; bottom: 13px; padding: 14px; }
    .hp-product-gallery__thumbs { gap: 7px; }
    .hp-product-gallery__thumbs button { min-height: 58px; height: 58px; }
    .hp-product-summary h1 { font-size: clamp(48px,15vw,58px); }
    .hp-product-summary h2 { font-size: 21px; }
    .hp-product-highlights { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
    .hp-product-highlights div { min-height: 82px; padding: 13px; }
    .hp-product-summary__actions { flex-direction: column; }
    .hp-product-assurance { gap: 10px 14px; }
    .hp-detail-anchor { top: 66px; }
    .hp-detail-anchor .hp-container { gap: 22px; }
    .hp-detail-anchor a { min-height: 48px; display: inline-flex; align-items: center; padding: 0; }
    .hp-product-spec-section,.hp-product-story-section,.hp-product-media-section,.hp-related-parts-section,.hp-related-machines-section { padding: 68px 0; }
    .hp-specification-table > div { padding: 15px 17px; }
    .hp-machine-closeup-section { padding: 68px 0 76px; }
    .hp-machine-closeup-heading h2 { font-size: 42px; }
    .hp-machine-closeup-card__media { height: 250px; }
    .hp-machine-closeup-card > div:last-child { min-height: 0; padding: 22px; }

    .hp-application-article { padding: 68px 0 76px; }
    .hp-application-article__lead { gap: 18px; margin-bottom: 36px; }
    .hp-application-article__lead h2 { font-size: clamp(40px,12vw,48px); }
    .hp-application-article__lead p { font-size: 14px; }
    .hp-application-story { gap: 18px; }
    .hp-application-story__media { min-height: 270px; }
    .hp-application-story__copy { padding: 27px 22px 30px; }
    .hp-application-story__copy h3 { font-size: 37px; }
    .hp-application-story__copy a { min-height: 44px; display: inline-flex; align-items: center; }

    .hp-listing-card { min-height: 0; }
    .hp-listing-card__image { height: 235px; }
    .hp-listing-card__body { padding: 20px; }
    .hp-filterbar { margin-inline: -14px; padding-inline: 14px; scroll-padding-inline: 14px; }
    .hp-filterbar a,.hp-filterbar button { min-height: 44px; display: inline-flex; align-items: center; }
    .hp-catalog-search { width: 100%; max-width: none; }
    .hp-catalog-search input { width: 100%; }
    .hp-catalog-search button { min-height: 46px; }

    .hp-service-line { min-height: 0; padding: 24px 0; }
    .hp-service-line h3 { font-size: 21px; line-height: 1.15; }
    .hp-story-card,.hp-story-card:nth-child(n+2) { min-height: 360px; border-radius: 20px; }
    .hp-story-card__copy { left: 22px; right: 22px; bottom: 22px; }
    .hp-feature-band { min-height: 0; border-radius: 0; }
    .hp-feature-band__image { min-height: 300px; }
    .hp-feature-band__copy { padding: 38px 22px 42px; }
    .hp-feature-band__copy h2 { font-size: clamp(39px,12vw,48px); }
    .hp-about-principles article { min-height: 180px; }
    .hp-contact-panel,.hp-contact-form { padding: 26px 22px; border-radius: 22px; }
    .hp-contact-panel h2,.hp-contact-form h2 { font-size: 32px; }
    .hp-field input,.hp-field select { min-height: 50px; }
    .hp-page-banner { padding: 38px 0; }
    .hp-page-banner h2 { font-size: 34px; }

    .hp-footer { padding-top: 56px; }
    .hp-footer__grid { grid-template-columns: 1fr; gap: 34px; }
    .hp-footer__brand,.hp-footer__grid > div:last-child { grid-column: auto; }
    .hp-footer__brand img { width: min(70vw,220px); }
    .hp-footer__grid a { min-height: 40px; display: inline-flex; align-items: center; margin-bottom: 2px; }
    .hp-footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 38px; }
    .hp-whatsapp { right: 10px; bottom: max(10px,env(safe-area-inset-bottom)); }
}

@media (max-width: 360px) {
    .hp-container { width: calc(100% - 22px); }
    .hp-brand { width: 158px; }
    .hp-hero h1,.hp-inner-hero h1,.hp-machine-hero__copy h1 { font-size: 41px; }
    .hp-hero__proof div { padding: 0 8px; }
    .hp-hero__proof strong { font-size: 19px; }
    .hp-machine-search { flex-wrap: wrap; }
    .hp-machine-search button { width: 100%; }
    .hp-product-highlights { grid-template-columns: 1fr; }
    .hp-whatsapp strong { display: none; }
    .hp-whatsapp { padding-right: 9px; }
}

/* 2026-08-14 / Complete database search and machine social library. */
.hp-machine-search__details {
    position: relative;
    z-index: 2;
    width: min(900px,100%);
    display: grid;
    grid-template-columns: auto minmax(260px,1fr) auto;
    align-items: center;
    gap: 16px 24px;
    margin: 15px auto 0;
    color: #8f9095;
    font-size: 9px;
    line-height: 1.5;
}

.hp-product-social-section {
    padding: 104px 0;
    color: #f5f5f7;
    background:
        radial-gradient(circle at 84% 12%,rgba(255,102,0,.16),transparent 29%),
        linear-gradient(145deg,#1b1b1c,#242424 62%,#1c1815);
}

.hp-machine-search__details > span { color: #c9c9cd; white-space: nowrap; }
.hp-machine-search__details > span b { margin-right: 4px; color: #ff6600; font-size: 12px; }
.hp-machine-search__details > p { margin: 0; text-align: center; }
.hp-machine-search__details > div { display: flex; justify-content: flex-end; gap: 5px; }
.hp-machine-search__details a,.hp-machine-search__details button { padding: 6px 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #b6b6ba; background: rgba(255,255,255,.035); font: inherit; cursor: pointer; transition: color .2s ease,border-color .2s ease,background .2s ease; }
.hp-machine-search__details a:hover,.hp-machine-search__details button:hover { color: #fff; border-color: rgba(255,102,0,.55); background: rgba(255,102,0,.1); }
.hp-social-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.55fr); align-items: end; gap: 64px; }
.hp-social-heading h2 { max-width: 760px; margin: 10px 0 0; color: #fff; font-size: clamp(42px,5.4vw,72px); line-height: .96; letter-spacing: -.058em; }
.hp-social-heading > p { margin: 0 0 5px; color: #aeb0b5; font-size: 12px; line-height: 1.75; }
.hp-social-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(280px,.65fr); gap: 16px; margin-top: 46px; }
.hp-social-feed,.hp-social-channel { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; background: rgba(48,48,50,.72); box-shadow: 0 30px 80px rgba(0,0,0,.19); }
.hp-social-feed { padding: 18px; }
.hp-social-feed__title { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 4px 4px 18px; }
.hp-social-feed__title small,.hp-social-channel > small { display: block; margin-bottom: 3px; color: #8d8f94; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hp-social-feed__title h3 { margin: 0; color: #fff; font-size: 16px; }
.hp-social-feed__title > a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #d8d8da; font-size: 9px; font-weight: 700; }
.hp-social-feed__empty { min-height: 170px; align-items: flex-start; border: 1px dashed rgba(255,255,255,.13); color: #aeb0b5; background: #252527; }
.hp-social-feed__empty a { margin-top: 18px; color: #ff7b24; }
.hp-social-feed__title { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 4px 4px 18px; }
.hp-social-feed__title small,.hp-social-channel > small { display: block; margin-bottom: 3px; color: #8d8f94; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hp-social-feed__title h3 { margin: 0; color: #fff; font-size: 16px; }
.hp-social-feed__title > a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #d8d8da; font-size: 9px; font-weight: 700; }
.hp-social-reels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; align-items: start; }
.hp-social-reels .tiktok-embed { width: 100% !important; min-width: 0 !important; max-width: none !important; margin: 0 !important; border-radius: 18px !important; }
.hp-social-reels .tiktok-embed:only-child { grid-column: 1/-1; width: min(100%,370px) !important; justify-self: center; }
.hp-social-reel-link,.hp-social-feed__empty { min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border-radius: 18px; color: #fff; background: linear-gradient(145deg,#111,#2a2022); }
.hp-social-reel-link span { color: #ff668a; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.hp-social-reel-link strong { margin: 7px 0 auto; font-size: 24px; }
.hp-social-reel-link b,.hp-social-feed__empty a { color: #fff; font-size: 10px; }
.hp-social-feed__empty { min-height: 170px; align-items: flex-start; border: 1px dashed rgba(255,255,255,.13); color: #aeb0b5; background: #252527; }
.hp-social-feed__empty a { margin-top: 18px; color: #ff7b24; }
.hp-social-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: #fff; font-size: 10px; font-weight: 850; letter-spacing: -.03em; }
.hp-social-icon--tiktok { background: linear-gradient(145deg,#111,#242424); box-shadow: inset -3px -3px rgba(37,244,238,.32),inset 3px 3px rgba(254,44,85,.28); }
.hp-social-icon--instagram { background: linear-gradient(135deg,#6147d7,#d72e85 52%,#ff8c35); }
.hp-social-channel { min-height: 430px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; color: #fff; transition: transform .5s var(--hp-ease),border-color .3s ease; }
.hp-social-channel:hover { transform: translateY(-5px); border-color: rgba(255,102,0,.45); }
.hp-social-channel > small { margin-top: auto; color: #ffad79; }
.hp-social-channel h3 { margin: 10px 0 14px; color: #fff; font-size: clamp(28px,3vw,40px); line-height: 1.02; letter-spacing: -.045em; }
.hp-social-channel p { margin: 0; color: #b5b5ba; font-size: 11px; line-height: 1.7; }
.hp-social-channel b { margin-top: 24px; color: #fff; font-size: 10px; }
.hp-social-channel--instagram { background: radial-gradient(circle at 85% 5%,rgba(255,138,68,.24),transparent 32%),linear-gradient(150deg,#34223b,#252527 60%); }



@media (max-width: 900px) {
    .hp-machine-search__details { grid-template-columns: auto 1fr; }
    .hp-machine-search__details > p { text-align: left; }
    .hp-machine-search__details > div { grid-column: 1/-1; justify-content: flex-start; }
    .hp-social-heading,.hp-social-grid { grid-template-columns: 1fr; gap: 24px; }
    .hp-social-heading > p { max-width: 620px; }
    .hp-social-heading,.hp-social-grid { grid-template-columns: 1fr; gap: 24px; }
    .hp-social-channel { min-height: 340px; }
}

@media (max-width: 620px) {
    .hp-machine-search__details { display: flex; flex-wrap: wrap; gap: 7px 12px; margin-top: 13px; }
    .hp-machine-search__details > p { width: 100%; }
    .hp-machine-search__details > div { width: 100%; overflow-x: auto; padding-bottom: 2px; }
    .hp-machine-search__details a,.hp-machine-search__details button { flex: 0 0 auto; }
    .hp-product-social-section { padding: 68px 0 76px; }
    .hp-social-heading h2 { font-size: 42px; }
    .hp-social-grid { margin-top: 34px; }
    .hp-social-feed { padding: 12px; border-radius: 22px; }
    .hp-social-feed__title { grid-template-columns: 40px 1fr; }
    .hp-social-feed__title > a { grid-column: 1/-1; justify-content: center; }
    .hp-social-feed__title { grid-template-columns: 40px 1fr; }
    .hp-social-feed__title > a { grid-column: 1/-1; justify-content: center; }
    .hp-social-reels { grid-template-columns: 1fr; }
    .hp-social-icon { width: 40px; height: 40px; }
    .hp-social-channel { min-height: 360px; padding: 24px; border-radius: 22px; }
}


