/*
 * 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: 300px; }
.hp-brand img { height: 38px; }
.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-orange); font-size: 20px; 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: 50px; }
.hp-pagination ul { display: flex; align-items: center; gap: 1px; 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: 10px; }
.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: 20px; }
    .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"; 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: "PACKAGING";
    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 30s 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 { 
   filter:
    drop-shadow(1px 0 0 #fff)
    drop-shadow(-1px 0 0 #fff)
    drop-shadow(0 1px 0 #fff)
    drop-shadow(0 -1px 0 #fff)
    drop-shadow(1px 1px 0 #fff)
    drop-shadow(-1px 1px 0 #fff)
    drop-shadow(1px -1px 0 #fff)
    drop-shadow(-1px -1px 0 #fff);
    width: 148px; height: 38px; margin: 0 28px; flex: none; object-fit: contain; opacity: .42; }
@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: "CONSULTATION FREE"; 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: 590px; 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: 445px; 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-customer-logos img {opacity: .88; }

.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: .90; transition: opacity .35s ease,transform .5s var(--hp-ease),filter .35s ease; }
.hp-customers--after-hero .hp-customer-logos img:hover { opacity: .9; 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-orange); 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: 8px; font-style: normal; font-weight: 800; }
.hp-machine-card__specs b { overflow: hidden; color: #55555a; font-size: 7px; 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: 10px;
    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: 10px;
    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: 10px;
    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: 8px; }
.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: 180px;
    height: 80px;
    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: 150px;
        height: 50px;
        margin: 0 50px;
    }
    .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 INDUSTRIES";
    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: 12px;
    font-weight: 800;
}

.hp-feature-tabs button strong { align-self: end; color: inherit; font-size: 14px; font-weight: 720; }
.hp-feature-tabs button small { align-self: start; color: #77787c; font-size: 10px; }
.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: 250px; }
    .hp-hero__visual::before { inset: 20px 0px 0 18px; }
    .hp-hero__visual > img { width: min(100vw,270px); right: 100px; }
    .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-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-machine-results__query {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: -6px 0 20px;
    padding: 12px 14px;
    border: 1px solid rgba(36,36,36,.09);
    border-radius: 14px;
    color: #6e6f73;
    background: rgba(255,255,255,.62);
    font-size: 10px;
}
.hp-machine-results__query span { color: #9a9a9e; text-transform: uppercase; letter-spacing: .09em; font-size: 8px; font-weight: 800; }
.hp-machine-results__query strong { min-width: 0; overflow: hidden; color: #242424; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.hp-machine-results__query a { margin-left: auto; color: #e95e00; font-weight: 750; white-space: nowrap; }

.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-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-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-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-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-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-machine-results__query { flex-wrap: wrap; }
    .hp-machine-results__query a { width: 100%; margin: 2px 0 0; }
    .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-icon { width: 40px; height: 40px; }
    .hp-social-reels { grid-template-columns: 1fr; }
    .hp-social-channel { min-height: 360px; padding: 24px; border-radius: 22px; }
}

/* 2026-08-14 / Company profile and unified insight resource center. */
.hp-profile-hero,.hp-insight-hero,.hp-catalog-hero { min-height: 560px; }
.hp-profile-hero { background: radial-gradient(circle at 77% 25%,rgba(255,102,0,.2),transparent 28%),linear-gradient(145deg,#181818,#292725 68%,#241d19); }
.hp-insight-hero { background: radial-gradient(circle at 82% 20%,rgba(255,102,0,.16),transparent 29%),linear-gradient(145deg,#181818,#262626); }

.hp-profile-opening { padding: 112px 0 94px; color: #242424; background: #f3f1ec; }
.hp-profile-opening__grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.72fr); gap: 90px; align-items: start; }
.hp-profile-opening__title h2,.hp-profile-story__copy h2,.hp-purpose-heading h2,.hp-profile-section-heading h2,.hp-values-intro h2,.hp-profile-journey h2,.hp-resource-heading h2 { margin: 14px 0 0; font-size: clamp(43px,5.3vw,74px); line-height: .96; letter-spacing: -.06em; }
.hp-profile-opening__title h2 em,.hp-purpose-heading h2 em,.hp-profile-section-heading h2 em,.hp-profile-journey h2 em,.hp-resource-heading h2 em { color: var(--hp-orange); font-style: normal; }
.hp-profile-opening__copy { padding-top: 20px; }
.hp-profile-opening__copy p { margin: 0 0 22px; color: #6c6c70; font-size: 13px; line-height: 1.85; }
.hp-profile-opening__copy .hp-profile-opening__lead { color: #242424; font-size: 19px; line-height: 1.58; letter-spacing: -.015em; }
.hp-profile-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 78px; border-top: 1px solid rgba(36,36,36,.13); border-bottom: 1px solid rgba(36,36,36,.13); }
.hp-profile-facts article { min-height: 185px; display: flex; flex-direction: column; padding: 23px 24px 26px; border-right: 1px solid rgba(36,36,36,.13); }
.hp-profile-facts article:last-child { border-right: 0; }
.hp-profile-facts span,.hp-profile-story__tags span { color: #f06409; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.hp-profile-facts strong { margin: auto 0 9px; font-size: clamp(30px,3.4vw,48px); line-height: 1; letter-spacing: -.06em; }
.hp-profile-facts p { max-width: 200px; margin: 0; color: #77777b; font-size: 10px; line-height: 1.55; }

.hp-profile-story { padding: 112px 0; background: #fff; }
.hp-profile-story__grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.8fr); gap: 9%; align-items: center; }
.hp-profile-story__media { position: relative; min-height: 620px; overflow: hidden; border-radius: 34px; background: #e8e8e8; }
.hp-profile-story__media > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.hp-profile-story__media > div { position: absolute; right: 22px; bottom: 22px; left: 22px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 17px; color: #fff; background: rgba(25,25,25,.8); backdrop-filter: blur(16px); }
.hp-profile-story__media span { color: #ff8d43; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hp-profile-story__media strong { font-size: 12px; }
.hp-profile-story__copy h2 { color: #242424; }
.hp-profile-story__copy > p { margin: 25px 0 0; color: #6b6c70; font-size: 13px; line-height: 1.82; }
.hp-profile-story__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 34px; }
.hp-profile-story__tags span { padding: 9px 13px; border: 1px solid rgba(36,36,36,.13); border-radius: 999px; color: #57575a; }

.hp-purpose-section { padding: 112px 0; color: #f5f5f7; background: radial-gradient(circle at 85% 10%,rgba(255,102,0,.13),transparent 27%),#202021; }
.hp-purpose-heading,.hp-profile-section-heading,.hp-resource-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.5fr); gap: 70px; align-items: end; }
.hp-purpose-heading > p,.hp-profile-section-heading > p,.hp-resource-heading > p { margin: 0 0 5px; color: #a6a7ac; font-size: 12px; line-height: 1.78; }
.hp-purpose-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 15px; margin-top: 58px; }
.hp-purpose-card { min-height: 510px; display: flex; flex-direction: column; padding: 42px; border: 1px solid rgba(255,255,255,.09); border-radius: 30px; background: #2c2c2e; }
.hp-purpose-card > span,.hp-profile-brand-grid > a > small,.hp-values-list article > span,.hp-profile-process li > span,.hp-profile-timeline time { color: #ff7d2c; font-size: 20px; font-weight: 850; letter-spacing: .11em; }
.hp-purpose-card h3 { margin: auto 0 17px; color: #fff; font-size: clamp(35px,4vw,55px); line-height: 1; letter-spacing: -.055em; }
.hp-purpose-card p,.hp-purpose-card li { color: #b2b3b7; font-size: 11px; line-height: 1.72; }
.hp-purpose-card ul { margin: auto 0 0; padding: 0; list-style: none; counter-reset: mission; }
.hp-purpose-card li { position: relative; padding: 15px 0 15px 30px; border-top: 1px solid rgba(255,255,255,.09); counter-increment: mission; }
.hp-purpose-card li::before { content: '0' counter(mission); position: absolute; top: 17px; left: 0; color: #ff7d2c; font-size: 8px; font-weight: 850; }
.hp-purpose-card--vision { background: linear-gradient(145deg,#ff6600,#db5100); }
.hp-purpose-card--vision > span,.hp-purpose-card--vision p { color: rgba(255,255,255,.78); }

.hp-profile-brands { padding: 112px 0; color: #242424; background: #f3f1ec; }
.hp-profile-section-heading > p { color: #6e6f73; }
.hp-profile-brand-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; margin-top: 56px; }
.hp-profile-brand-grid > a { min-height: 390px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(36,36,36,.11); border-radius: 27px; color: #242424; background: rgba(255,255,255,.72); transition: transform .45s var(--hp-ease),color .3s ease,background .3s ease,border-color .3s ease; }
.hp-profile-brand-grid > a:hover { color: #fff; border-color: #242424; background: #242424; transform: translateY(-7px); }
.hp-profile-brand-grid > a > span { align-self: flex-end; color: #a7a7aa; font-size: 11px; }
.hp-profile-brand-grid > a > small { margin-top: auto; }
.hp-profile-brand-grid h3 { margin: 10px 0 18px; color: inherit; font-size: clamp(26px,2.65vw,40px); line-height: .95; letter-spacing: -.055em; }
.hp-profile-brand-grid h3 em { color: var(--hp-orange); font-style: normal; }
.hp-profile-brand-grid p { min-height: 50px; margin: 0 0 27px; color: #77787b; font-size: 14px; line-height: 1.65; }
.hp-profile-brand-grid > a:hover p { color: #b7b8bc; }
.hp-profile-brand-grid b { font-size: 12px; }

.hp-values-section { padding: 112px 0; color: #f5f5f7; background: #1d1d1e; }
.hp-values-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; align-items: start; }
.hp-values-intro { position: sticky; top: 130px; }
.hp-values-intro h2 { color: #fff; }
.hp-values-intro p { max-width: 430px; margin-top: 24px; color: #a6a7ac; font-size: 12px; line-height: 1.8; }
.hp-values-list { border-top: 1px solid rgba(255,255,255,.11); }
.hp-values-list article { display: grid; grid-template-columns: 54px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.hp-values-list h3 { margin: 0 0 7px; color: #fff; font-size: 24px; letter-spacing: -.035em; }
.hp-values-list p { margin: 0; color: #a6a7ac; font-size: 14px; line-height: 1.65; }

.hp-profile-system { padding: 112px 0; color: #242424; background: #fff; }
.hp-profile-process { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 58px 0 0; padding: 0; border-top: 1px solid rgba(36,36,36,.13); list-style: none; }
.hp-profile-process li { min-height: 240px; display: flex; flex-direction: column; padding: 24px 21px; border-right: 1px solid rgba(36,36,36,.13); }
.hp-profile-process li:last-child { border-right: 0; }
.hp-profile-process div { margin-top: auto; }
.hp-profile-process h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.035em; }
.hp-profile-process p { margin: 0; color: #747579; font-size: 10px; line-height: 1.65; }

.hp-profile-journey { padding: 112px 0; color: #242424; background: #e9e6df; }
.hp-profile-journey__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9%; }
.hp-profile-timeline { border-top: 1px solid rgba(36,36,36,.15); }
.hp-profile-timeline article { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid rgba(36,36,36,.15); }
.hp-profile-timeline h3 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.03em; }
.hp-profile-timeline p { margin: 0; color: #737478; font-size: 14px; line-height: 1.65; }
.hp-profile-gallery-section { padding: 112px 0; background: #f8f8f8; }
.hp-profile-gallery-section .hp-about-gallery { margin-top: 52px; }

.hp-resource-nav { position: sticky; z-index: 20; top: 78px; border-bottom: 1px solid rgba(36,36,36,.1); background: rgba(247,247,248,.94); backdrop-filter: blur(18px); }
.hp-resource-nav .hp-container { display: flex; overflow-x: auto; }
.hp-resource-nav a { min-height: 68px; display: inline-flex; align-items: center; gap: 10px; padding: 0 28px; border-right: 1px solid rgba(36,36,36,.1); color: #717176; font-size: 10px; font-weight: 750; white-space: nowrap; }
.hp-resource-nav a:first-child { border-left: 1px solid rgba(36,36,36,.1); }
.hp-resource-nav a span { color: #b1b1b4; font-size: 8px; }
.hp-resource-nav a.is-active,.hp-resource-nav a:hover { color: #242424; background: #fff; }
.hp-resource-nav a.is-active span { color: var(--hp-orange); }

.hp-insight-articles { padding: 108px 0 116px; color: #242424; background: #f3f1ec; scroll-margin-top: 145px; }
.hp-resource-heading > p { color: #6f7074; }
.hp-resource-heading > a { justify-self: end; color: #242424; border-bottom: 1px solid rgba(36,36,36,.24); font-size: 10px; font-weight: 750; }
.hp-resource-search { width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 48px; padding: 8px; border: 1px solid rgba(36,36,36,.12); border-radius: 18px; background: #fff; box-shadow: 0 20px 50px rgba(36,36,36,.05); }
.hp-resource-search label { display: flex; align-items: center; gap: 13px; padding-left: 15px; }
.hp-resource-search label > span { width: 16px; height: 16px; position: relative; border: 1.5px solid #77787c; border-radius: 50%; }
.hp-resource-search label > span::after { content: ''; width: 6px; height: 1.5px; position: absolute; right: -5px; bottom: -3px; background: #77787c; transform: rotate(45deg); }
.hp-resource-search input { width: 100%; height: 48px; border: 0; outline: 0; color: #242424; background: transparent; font: inherit; font-size: 12px; }
.hp-resource-search button { min-width: 150px; border: 0; border-radius: 12px; color: #fff; background: var(--hp-orange); font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
.hp-resource-filters { display: flex; gap: 7px; overflow-x: auto; margin-top: 18px; padding-bottom: 3px; }
.hp-resource-filters a,.hp-resource-filters button { min-height: 39px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid rgba(36,36,36,.12); border-radius: 999px; color: #66676b; background: rgba(255,255,255,.58); font: inherit; font-size: 9px; white-space: nowrap; cursor: pointer; }
.hp-resource-filters a.is-active,.hp-resource-filters a:hover,.hp-resource-filters button.is-active,.hp-resource-filters button:hover { color: #fff; border-color: #242424; background: #242424; }
.hp-resource-filters b { color: var(--hp-orange); }
.hp-insight-featured { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(330px,.55fr); gap: 14px; margin-top: 45px; }
.hp-insight-featured__lead { min-height: 650px; position: relative; overflow: hidden; border-radius: 30px; color: #fff; background: #252525; }
.hp-insight-featured__lead::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 32%,rgba(0,0,0,.88)); }
.hp-insight-featured__lead > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .8s var(--hp-ease); }
.hp-insight-featured__lead:hover > img { transform: scale(1.035); }
.hp-insight-featured__lead > div { max-width: 730px; position: absolute; z-index: 1; right: 42px; bottom: 40px; left: 42px; }
.hp-insight-featured__lead span,.hp-insight-featured__side span,.hp-insight-card span { color: #ff8c42; font-size: 8px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hp-insight-featured__lead h3 { margin: 10px 0 14px; color: #fff; font-size: clamp(35px,4vw,58px); line-height: .98; letter-spacing: -.055em; }
.hp-insight-featured__lead p { max-width: 600px; margin: 0 0 22px; color: #cccdd0; font-size: 11px; line-height: 1.7; }
.hp-insight-featured__lead b { font-size: 10px; }
.hp-insight-featured__side { display: grid; grid-template-rows: repeat(2,minmax(0,1fr)) auto; gap: 12px; }
.hp-insight-featured__side > a { min-height: 190px; display: grid; grid-template-columns: 40% 1fr; overflow: hidden; border: 1px solid rgba(36,36,36,.1); border-radius: 22px; color: #242424; background: #fff; }
.hp-insight-featured__side img { width: 100%; height: 100%; object-fit: cover; }
.hp-insight-featured__side > a > div { display: flex; flex-direction: column; padding: 21px; }
.hp-insight-featured__side h3 { margin: 8px 0 auto; color: inherit; font-size: 17px; line-height: 1.15; letter-spacing: -.03em; }
.hp-insight-featured__side b { color: #77787c; font-size: 8px; }
.hp-insight-featured__side aside { padding: 24px; border-radius: 22px; color: #fff; background: #242424; }
.hp-insight-featured__side aside h3 { margin: 9px 0; color: #fff; font-size: 20px; }
.hp-insight-featured__side aside p { margin: 0 0 18px; color: #afb0b4; font-size: 9px; line-height: 1.6; }
.hp-insight-featured__side aside a { color: #ff7b26; font-size: 9px; font-weight: 800; }
.hp-insight-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; margin-top: 52px; }
.hp-insight-card { overflow: hidden; border: 1px solid rgba(36,36,36,.1); border-radius: 24px; background: #fff; }
.hp-insight-card.is-filtered-out,.hp-download-card.is-filtered-out { display: none; }
.hp-insight-card__media { height: 260px; display: block; overflow: hidden; background: #e8e8e8; }
.hp-insight-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--hp-ease); }
.hp-insight-card:hover .hp-insight-card__media img { transform: scale(1.045); }
.hp-insight-card > div { min-height: 250px; display: flex; flex-direction: column; padding: 25px; }
.hp-insight-card h3 { margin: 10px 0 12px; font-size: 22px; line-height: 1.12; letter-spacing: -.04em; }
.hp-insight-card h3 a { color: #242424; }
.hp-insight-card p { margin: 0 0 22px; color: #737478; font-size: 10px; line-height: 1.65; }
.hp-insight-card > div > a:last-child { margin-top: auto; color: #ef6107; font-size: 9px; font-weight: 800; }
.hp-resource-empty { margin-top: 46px; padding: 60px; border: 1px dashed rgba(36,36,36,.18); border-radius: 28px; text-align: center; background: rgba(255,255,255,.48); }
.hp-resource-empty span { color: var(--hp-orange); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.hp-resource-empty h3 { margin: 12px 0 9px; font-size: 34px; }
.hp-resource-empty p { color: #747579; }
.hp-resource-empty a { color: #e95e00; font-weight: 750; }
.hp-resource-empty button { margin-top: 12px; padding: 10px 15px; border: 0; border-radius: 999px; color: #fff; background: var(--hp-orange); font: inherit; font-size: 9px; font-weight: 800; cursor: pointer; }

.hp-catalog-library { padding: 108px 0 112px; color: #f5f5f7; background: radial-gradient(circle at 10% 5%,rgba(255,102,0,.13),transparent 24%),#202021; scroll-margin-top: 145px; }
.hp-catalog-library--page { padding-top: 118px; }
.hp-resource-heading--light > p { color: #a7a8ac; }
.hp-catalog-library__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 54px; }
.hp-download-card { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1fr); min-height: 310px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 25px; background: #2b2b2d; transition: transform .45s var(--hp-ease),border-color .3s ease; }
.hp-download-card:hover { border-color: rgba(255,102,0,.5); transform: translateY(-6px); }
.hp-download-card__cover { min-height: 310px; position: relative; overflow: hidden; background: #ececec; }
.hp-download-card__cover img { width: 100%; height: 100%; object-fit: cover; }
.hp-download-card__cover > span { position: absolute; top: 14px; left: 14px; padding: 6px 9px; border-radius: 999px; color: #fff; background: var(--hp-orange); font-size: 8px; font-weight: 850; }
.hp-download-card > div { display: flex; flex-direction: column; padding: 25px; }
.hp-download-card small { color: #ff7c29; font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.hp-download-card h3 { margin: 12px 0; color: #fff; font-size: 20px; line-height: 1.08; letter-spacing: -.035em; }
.hp-download-card p { margin: 0; color: #9d9ea3; font-size: 9px; }
.hp-download-card > div > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: #fff; font-size: 9px; font-weight: 750; }
.hp-download-card > div > a span { color: #ff7c29; }
.hp-catalog-library__footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.hp-catalog-library__footer p { margin: 0; color: #999a9f; font-size: 10px; }
.hp-catalog-library__footer a { color: #ff7d2c; font-size: 10px; font-weight: 800; }
.hp-resource-empty--dark { border-color: rgba(255,255,255,.13); background: #29292b; }
.hp-resource-empty--dark h3 { color: #fff; }
.hp-resource-empty--dark p { color: #a7a8ac; }
.hp-resource-filters--dark a,.hp-resource-filters--dark button { color: #b6b7ba; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.045); }
.hp-resource-filters--dark a.is-active,.hp-resource-filters--dark a:hover,.hp-resource-filters--dark button.is-active,.hp-resource-filters--dark button:hover { color: #fff; border-color: var(--hp-orange); background: var(--hp-orange); }

.hp-article-hero { padding: 100px 0 145px; color: #f5f5f7; background: radial-gradient(circle at 82% 15%,rgba(255,102,0,.16),transparent 26%),#202021; }
.hp-article-hero .hp-breadcrumb a { color: #a5a6aa; }
.hp-article-hero__meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 55px; color: #a5a6aa; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.hp-article-hero__meta span:first-child { color: #ff7b27; }
.hp-article-hero h1 { max-width: 1050px; margin: 18px 0 25px; color: #fff; font-size: clamp(48px,6.8vw,94px); line-height: .94; letter-spacing: -.066em; }
.hp-article-hero > .hp-container > p { max-width: 720px; margin: 0; color: #b5b6ba; font-size: 13px; line-height: 1.75; }
.hp-article-cover { height: min(65vw,720px); position: relative; z-index: 2; overflow: hidden; margin-top: -82px; border-radius: 34px; background: #e8e8e8; box-shadow: 0 35px 90px rgba(0,0,0,.2); }
.hp-article-cover img { width: 100%; height: 100%; object-fit: cover; }
.hp-article-layout { display: grid; grid-template-columns: 120px minmax(0,760px); justify-content: center; gap: 65px; padding-top: 88px; padding-bottom: 110px; }
.hp-article-share { position: sticky; top: 130px; align-self: start; display: flex; flex-direction: column; gap: 9px; }
.hp-article-share > span { margin-bottom: 6px; color: #fff; font-size: 18px; font-weight: 850; letter-spacing: .12em; }
.hp-article-share a { min-height: 38px; display: flex; align-items: center; padding: 0 13px; border: 1px solid rgba(36,36,36,.12); border-radius: 999px; color: #fff; font-size: 12px; }
.hp-article-share a:hover { color: #ff6600; border-color: #242424; background: #242424; }
.hp-article-content { min-width: 0; color: #fff; font-size: 14px; line-height: 1.85; }
.hp-article-content h2,.hp-article-content h3,.hp-article-content h4,.hp-article-content h5,.hp-article-content h6 { margin: 2em 0 .65em; color: #242424; line-height: 1.1; letter-spacing: -.035em; }
.hp-article-content h2 { font-size: 38px; }
.hp-article-content h3 { font-size: 30px; }
.hp-article-content h4,.hp-article-content h5,.hp-article-content h6 { font-size: 23px; }
.hp-article-content p { margin: 0 0 1.4em; }
.hp-article-content img { width: 100%; height: auto; display: block; margin: 34px 0; border-radius: 22px; }
.hp-article-content a { color: #e95e00; text-decoration: underline; text-underline-offset: 3px; }
.hp-article-content ul,.hp-article-content ol { padding-left: 22px; }
.hp-article-end { margin-top: 65px; padding: 30px; border-radius: 22px; color: #fff; background: #242424; }
.hp-article-end span { color: #ff7c2a; font-size: 8px; font-weight: 850; letter-spacing: .11em; }
.hp-article-end p { margin: 10px 0 13px; color: #b3b4b8; }
.hp-article-end a { color: #fff; font-size: 10px; text-decoration: none; }
.hp-related-insights { padding: 105px 0; color: #242424; background: #f3f1ec; }
.hp-article-discussion { padding: 105px 0; color: #f5f5f7; background: #202021; }
.hp-article-discussion__grid { display: grid; grid-template-columns: 1fr .72fr; gap: 9%; }
.hp-article-discussion h2 { margin: 12px 0 15px; color: #fff; font-size: clamp(38px,4.5vw,62px); line-height: .98; letter-spacing: -.055em; }
.hp-article-discussion p { max-width: 560px; color: #aaabb0; font-size: 11px; line-height: 1.75; }
.hp-comment-list { margin-top: 40px; }
.hp-comment-list article { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.1); }
.hp-comment-list article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #38383a; font-size: 10px; font-weight: 800; }
.hp-comment-list h3 { margin: 0; color: #fff; font-size: 14px; }
.hp-comment-list time { color: #ff7b27; font-size: 8px; }
.hp-comment-list p { margin: 8px 0 0; }
.hp-comment-form { padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: #2a2a2c; }
.hp-comment-form label { display: grid; gap: 8px; margin-bottom: 17px; color: #c4c4c7; font-size: 9px; font-weight: 750; }
.hp-comment-form input,.hp-comment-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; outline: 0; color: #fff; background: #222224; font: inherit; }
.hp-comment-form input { height: 48px; padding: 0 14px; }
.hp-comment-form textarea { resize: vertical; padding: 14px; }
.hp-comment-form input:focus,.hp-comment-form textarea:focus { border-color: rgba(255,102,0,.7); }
.hp-form-message { margin-top: 20px; padding: 12px 15px; border-radius: 10px; font-size: 10px; }
.hp-form-message--success { color: #bff0d1; background: rgba(31,172,91,.16); }
.hp-form-message--error { color: #ffc5c5; background: rgba(220,50,50,.16); }

/* About — leadership and team profiles */
.hp-leadership-section { position: relative; overflow: hidden; padding: 118px 0; color: #242424; background: #f3f1ec; }
.hp-leadership-section::before { content: "HIGH QUALITY"; position: absolute; top: 18px; right: -1.5vw; color: rgba(36,36,36,.035); font-size: clamp(105px,16vw,250px); font-weight: 900; line-height: .8; letter-spacing: -.08em; pointer-events: none; }
.hp-leadership-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .65fr; align-items: end; gap: 8%; margin-bottom: 54px; }
.hp-leadership-heading h2 { max-width: 810px; margin: 13px 0 0; font-size: clamp(45px,5.4vw,75px); line-height: .95; letter-spacing: -.064em; }
.hp-leadership-heading h2 em { color: #606064; font-style: normal; font-weight: 430; }
.hp-leadership-heading > p { max-width: 440px; margin: 0 0 4px; color: #717176; font-size: 11px; line-height: 1.75; }
.hp-leadership-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.hp-leader-card { min-width: 0; overflow: hidden; border: 1px solid rgba(36,36,36,.11); border-radius: 28px; background: #fbfaf8; box-shadow: 0 18px 60px rgba(36,36,36,.045); transition: transform .55s cubic-bezier(.2,.75,.2,1),box-shadow .55s ease,border-color .4s ease; }
.hp-leader-card:hover { transform: translateY(-8px); border-color: rgba(255,102,0,.32); box-shadow: 0 27px 70px rgba(36,36,36,.11); }
.hp-leader-card__visual { position: relative; height: 245px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 23px; color: #fff; background: radial-gradient(circle at 82% 20%,rgba(255,102,0,.24),transparent 28%),linear-gradient(145deg,#202021,#303033); }
.hp-leader-card__visual::before,.hp-leader-card__visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.hp-leader-card__visual::before { width: 250px; height: 250px; top: -105px; right: -100px; }
.hp-leader-card__visual::after { width: 160px; height: 160px; top: -60px; right: -55px; }
.hp-leader-card__visual > span { position: absolute; top: 22px; left: 23px; width: 35px; height: 35px; display: grid; place-items: center; z-index: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #ff7720; font-size: 8px; font-style: normal; font-weight: 850; }
.hp-leader-card__visual > strong { position: relative; z-index: 1; color: #fff; font-size: clamp(49px,5.1vw,79px); line-height: .78; letter-spacing: -.08em; white-space: nowrap; }
.hp-leader-card:nth-child(3) .hp-leader-card__visual > strong,.hp-leader-card:nth-child(6) .hp-leader-card__visual > strong { font-size: clamp(41px,4.3vw,66px); }
.hp-leader-card__visual > i { position: relative; z-index: 1; margin-top: 18px; color: #9e9fa3; font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hp-leader-card--featured .hp-leader-card__visual { background: radial-gradient(circle at 82% 20%,rgba(255,255,255,.18),transparent 28%),linear-gradient(145deg,#f16408,#ff7a24); }
.hp-leader-card--featured .hp-leader-card__visual > span { color: #fff; }
.hp-leader-card--featured .hp-leader-card__visual > i { color: rgba(255,255,255,.72); }
.hp-leader-card--sales .hp-leader-card__visual { background: radial-gradient(circle at 82% 20%,rgba(255,102,0,.34),transparent 31%),linear-gradient(145deg,#202021,#2e2b29); }
.hp-leader-card--sales .hp-leader-card__visual > span { border-color: rgba(255,102,0,.34); }
.hp-leader-card__body { min-height: 300px; display: flex; flex-direction: column; padding: 27px 23px 24px; }
.hp-leader-card__body > small { color: #ed650c; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.hp-leader-card__body > h3 { min-height: 52px; margin: 12px 0 11px; color: #242424; font-size: 22px; line-height: 1.08; letter-spacing: -.038em; }
.hp-leader-card__body > p { margin: 0; color: #717176; font-size: 9px; line-height: 1.72; }
.hp-leader-card__body > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 25px; }
.hp-leader-card__body > div span { padding: 7px 9px; border: 1px solid rgba(36,36,36,.1); border-radius: 999px; color: #646469; font-size: 7px; font-weight: 750; }
.hp-team-profile-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 14px; }
.hp-team-profile { position: relative; min-height: 505px; overflow: hidden; border-radius: 30px; background: #242424; isolation: isolate; }
.hp-team-profile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,transparent 10%,rgba(16,16,17,.18) 42%,rgba(16,16,17,.96) 100%); }
.hp-team-profile > img { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform 1s cubic-bezier(.2,.75,.2,1),filter .6s ease; }
.hp-team-profile:hover > img { transform: scale(1.045); filter: saturate(1) contrast(1.03); }
.hp-team-profile__overlay { position: absolute; right: 31px; bottom: 31px; left: 31px; color: #fff; }
.hp-team-profile__overlay > span { color: #ff7924; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.hp-team-profile__overlay h3 { margin: 11px 0 9px; color: #fff; font-size: clamp(35px,3.7vw,52px); line-height: .95; letter-spacing: -.055em; }
.hp-team-profile__overlay p { max-width: 570px; margin: 0; color: #c2c3c5; font-size: 10px; line-height: 1.7; }
.hp-team-profile__overlay ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.hp-team-profile__overlay li { padding: 8px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #f3f3f4; background: rgba(25,25,26,.28); backdrop-filter: blur(8px); font-size: 7px; font-weight: 750; }

@media (max-width: 1050px) {
    .hp-profile-facts { grid-template-columns: repeat(2,1fr); }
    .hp-profile-facts article:nth-child(2) { border-right: 0; }
    .hp-profile-facts article:nth-child(-n+2) { border-bottom: 1px solid rgba(36,36,36,.13); }
    .hp-purpose-grid,.hp-profile-brand-grid,.hp-insight-grid,.hp-catalog-library__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hp-purpose-card--mission { grid-column: auto; }
    .hp-profile-brand-grid > a:last-child,.hp-insight-grid > article:last-child { grid-column: 1/-1; }
    .hp-profile-process { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .hp-profile-process li:nth-child(3) { border-right: 0; }
    .hp-profile-process li:nth-child(-n+3) { border-bottom: 1px solid rgba(36,36,36,.13); }
    .hp-insight-featured { grid-template-columns: 1fr; }
    .hp-insight-featured__side { grid-template-columns: repeat(2,1fr); grid-template-rows: auto; }
    .hp-insight-featured__side aside { grid-column: 1/-1; }
    .hp-leadership-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 800px) {
    .hp-profile-opening,.hp-profile-story,.hp-leadership-section,.hp-purpose-section,.hp-profile-brands,.hp-values-section,.hp-profile-system,.hp-profile-journey,.hp-profile-gallery-section,.hp-insight-articles,.hp-catalog-library,.hp-related-insights,.hp-article-discussion { padding: 76px 0; }
    .hp-profile-opening__grid,.hp-profile-story__grid,.hp-leadership-heading,.hp-purpose-heading,.hp-profile-section-heading,.hp-values-layout,.hp-profile-journey__grid,.hp-resource-heading,.hp-article-discussion__grid { grid-template-columns: 1fr; gap: 34px; }
    .hp-profile-opening__copy { padding-top: 0; }
    .hp-profile-story__media { min-height: 520px; }
    .hp-values-intro { position: static; }
    .hp-resource-nav { top: 68px; }
    .hp-resource-nav a { padding-inline: 20px; }
    .hp-article-layout { grid-template-columns: 1fr; gap: 35px; }
    .hp-article-share { position: static; flex-direction: row; flex-wrap: wrap; }
    .hp-article-share > span { width: 100%; }
    .hp-resource-heading > a { justify-self: start; }
    .hp-team-profile-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .hp-profile-hero,.hp-insight-hero,.hp-catalog-hero { min-height: 440px; }
    .hp-profile-opening__title h2,.hp-profile-story__copy h2,.hp-leadership-heading h2,.hp-purpose-heading h2,.hp-profile-section-heading h2,.hp-values-intro h2,.hp-profile-journey h2,.hp-resource-heading h2 { font-size: 42px; }
    .hp-profile-facts { margin-top: 45px; }
    .hp-profile-facts article { min-height: 150px; padding: 19px 16px; }
    .hp-profile-story__media { min-height: 380px; border-radius: 23px; }
    .hp-profile-story__media > div { right: 13px; bottom: 13px; left: 13px; padding: 14px; }
    .hp-purpose-grid,.hp-profile-brand-grid,.hp-insight-grid,.hp-catalog-library__grid { grid-template-columns: 1fr; }
    .hp-profile-brand-grid > a:last-child,.hp-insight-grid > article:last-child { grid-column: auto; }
    .hp-purpose-card { min-height: 410px; padding: 27px; border-radius: 23px; }
    .hp-profile-brand-grid > a { min-height: 315px; padding: 24px; }
    .hp-profile-process { grid-template-columns: 1fr; }
    .hp-profile-process li { min-height: 155px; border-right: 0; border-bottom: 1px solid rgba(36,36,36,.13); }
    .hp-profile-timeline article { grid-template-columns: 65px 1fr; }
    .hp-resource-search { grid-template-columns: 1fr; }
    .hp-resource-search button { min-height: 46px; }
    .hp-insight-featured__lead { min-height: 520px; border-radius: 23px; }
    .hp-insight-featured__lead > div { right: 23px; bottom: 24px; left: 23px; }
    .hp-insight-featured__lead h3 { font-size: 37px; }
    .hp-insight-featured__side { grid-template-columns: 1fr; }
    .hp-insight-featured__side aside { grid-column: auto; }
    .hp-insight-featured__side > a { min-height: 170px; }
    .hp-insight-card__media { height: 230px; }
    .hp-download-card { grid-template-columns: .8fr 1fr; min-height: 270px; }
    .hp-download-card__cover { min-height: 270px; }
    .hp-download-card > div { padding: 19px; }
    .hp-download-card h3 { font-size: 17px; }
    .hp-catalog-library__footer { align-items: flex-start; flex-direction: column; }
    .hp-article-hero { padding: 65px 0 110px; }
    .hp-article-hero__meta { margin-top: 38px; }
    .hp-article-hero h1 { font-size: 47px; }
    .hp-article-cover { height: 70vw; margin-top: -58px; border-radius: 23px; }
    .hp-article-layout { padding-top: 60px; padding-bottom: 75px; }
    .hp-article-content { font-size: 13px; }
    .hp-article-content h2 { font-size: 32px; }
    .hp-comment-form { padding: 22px; }
    .hp-resource-empty { padding: 42px 22px; }
    .hp-leadership-grid { grid-template-columns: 1fr; }
    .hp-leader-card__visual { height: 215px; }
    .hp-leader-card__body { min-height: 260px; }
    .hp-leader-card__body > h3 { min-height: 0; }
    .hp-team-profile { min-height: 450px; border-radius: 23px; }
    .hp-team-profile__overlay { right: 22px; bottom: 23px; left: 22px; }
}

/* 2026-08-18 / Mobile-first navigation, top search, and catalogue drawer */
.hp-nav__mobile-cta,.hp-mobile-catalog-toolbar,.hp-filter-backdrop,.hp-machine-filter__close { display: none; }

.hp-search-dock {
    position: relative;
    z-index: 35;
    padding: 11px 0;
    border-bottom: 1px solid rgba(36,36,36,.09);
    background: rgba(250,250,249,.96);
    box-shadow: 0 10px 30px rgba(0,0,0,.035);
}
.hp-search-dock__inner { display: grid; grid-template-columns: minmax(440px,1fr) auto; align-items: center; gap: 18px; }
.hp-search-dock__form {
    min-width: 0;
    min-height: 58px;
    display: grid;
    grid-template-columns: 24px minmax(0,1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 6px 6px 6px 18px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    color: #fff;
    background: radial-gradient(circle at 86% 10%,rgba(255,102,0,.18),transparent 26%),#242424;
    box-shadow: 0 14px 34px rgba(0,0,0,.13);
    transition: border-color .25s ease,box-shadow .35s ease;
}
.hp-search-dock__form:focus-within { border-color: rgba(255,102,0,.72); box-shadow: 0 18px 42px rgba(0,0,0,.16),0 0 0 4px rgba(255,102,0,.10); }
.hp-search-dock__icon { position: relative; width: 18px; height: 18px; border: 2px solid #a8a9ad; border-radius: 50%; }
.hp-search-dock__icon::after { content: ""; position: absolute; width: 7px; height: 2px; right: -6px; bottom: -3px; border-radius: 2px; background: #a8a9ad; transform: rotate(45deg); transform-origin: left center; }
.hp-search-dock__form label { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.hp-search-dock__form label small { color: #8e9094; font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hp-search-dock__form input { width: 100%; min-width: 0; height: 28px; padding: 0; border: 0; outline: 0; color: #f8f8f8; background: transparent; font: inherit; font-size: 12px; }
.hp-search-dock__form input::placeholder { color: #8d8f93; }
.hp-search-dock__form button { min-width: 92px; height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 17px; border: 0; border-radius: 13px; color: #fff; background: var(--hp-orange); font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; transition: transform .3s var(--hp-ease),background .2s ease; }
.hp-search-dock__form button:hover { transform: translateY(-2px); background: #e95d00; }
.hp-search-dock__form button b { font-size: 14px; font-weight: 500; }
.hp-search-dock__quick { display: flex; align-items: center; justify-content: flex-end; gap: 5px; }
.hp-search-dock__quick a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid rgba(36,36,36,.09); border-radius: 999px; color: #5f6064; background: #fff; font-size: 8px; font-weight: 750; white-space: nowrap; transition: color .2s ease,border-color .2s ease,background .2s ease; }
.hp-search-dock__quick a:hover,.hp-search-dock__quick a.is-active { color: #fff; border-color: #242424; background: #242424; }

.hp-machine-hero__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.hp-machine-hero__meta span { min-height: 36px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #b7b8bc; background: rgba(255,255,255,.045); font-size: 8px; }
.hp-machine-hero__meta b { margin-right: 4px; color: #ff7924; font-size: 11px; }

@media (max-width: 900px) {
    .hp-search-dock__inner { grid-template-columns: 1fr; gap: 9px; }
    .hp-search-dock__quick { justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
    .hp-search-dock__quick::-webkit-scrollbar { display: none; }
    .hp-search-dock__quick a { flex: 0 0 auto; }

    .hp-machine-catalog__layout { grid-template-columns: 1fr; gap: 18px; }
    .hp-mobile-catalog-toolbar { position: sticky; top: 72px; z-index: 32; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border: 1px solid rgba(36,36,36,.08); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 14px 35px rgba(0,0,0,.08); backdrop-filter: blur(18px); }
    .hp-mobile-catalog-toolbar > button,.hp-mobile-catalog-toolbar > a { min-width: 0; min-height: 54px; display: grid; grid-template-columns: 28px minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 7px 10px; border: 0; border-radius: 12px; color: #242424; background: #f2f2f2; text-align: left; font: inherit; cursor: pointer; }
    .hp-mobile-catalog-toolbar > button { color: #fff; background: #242424; }
    .hp-mobile-catalog-toolbar i { position: relative; width: 28px; height: 28px; display: block; border-radius: 9px; background: rgba(255,102,0,.12); }
    .hp-mobile-catalog-toolbar > button i::before,.hp-mobile-catalog-toolbar > button i::after { content: ""; position: absolute; left: 8px; right: 8px; height: 1.5px; background: #ff7720; box-shadow: 0 5px #ff7720; }
    .hp-mobile-catalog-toolbar > button i::before { top: 8px; }
    .hp-mobile-catalog-toolbar > button i::after { top: 18px; box-shadow: none; }
    .hp-mobile-catalog-toolbar > a i::before { content: ""; position: absolute; width: 9px; height: 9px; top: 7px; left: 7px; border: 1.7px solid #ff6600; border-radius: 50%; }
    .hp-mobile-catalog-toolbar > a i::after { content: ""; position: absolute; width: 6px; height: 1.7px; top: 18px; left: 17px; background: #ff6600; transform: rotate(45deg); }
    .hp-mobile-catalog-toolbar span { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
    .hp-mobile-catalog-toolbar strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
    .hp-mobile-catalog-toolbar small { overflow: hidden; color: #8d8d92; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
    .hp-mobile-catalog-toolbar > button small { color: #919298; }
    .hp-mobile-catalog-toolbar b { color: var(--hp-orange); font-size: 16px; font-weight: 500; }

    .hp-filter-backdrop { position: fixed; inset: 0; z-index: 91; display: block; border: 0; background: rgba(8,8,9,.56); opacity: 0; pointer-events: none; backdrop-filter: blur(3px); transition: opacity .3s ease; }
    .hp-filter-backdrop.is-open { opacity: 1; pointer-events: auto; }
    .hp-machine-filter {
        position: fixed;
        z-index: 92;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: min(86dvh,760px);
        overflow-x: hidden;
        overflow-y: auto;
        padding: 16px max(16px,env(safe-area-inset-right)) max(22px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));
        border: 0;
        border-radius: 27px 27px 0 0;
        transform: translateY(105%);
        visibility: hidden;
        pointer-events: none;
        transition: transform .42s var(--hp-ease),visibility .42s;
    }
    .hp-machine-filter.is-open { transform: translateY(0); visibility: visible; pointer-events: auto; }
    .hp-machine-filter__title { position: sticky; top: -16px; z-index: 4; grid-template-columns: 42px minmax(0,1fr) 42px; margin: -16px -16px 8px; padding: 18px 16px 13px; background: rgba(35,35,36,.96); backdrop-filter: blur(18px); }
    .hp-machine-filter__title::before { content: ""; position: absolute; width: 38px; height: 4px; top: 7px; left: 50%; border-radius: 99px; background: #5b5b60; transform: translateX(-50%); }
    .hp-machine-filter__close { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); font: inherit; font-size: 22px; cursor: pointer; }
    body.hp-filter-open { overflow: hidden; }
}

@media (max-width: 620px) {
    :root { --hp-radius: 21px; }
    body { font-size: 14px; }
    .hp-container { width: calc(100% - 28px); }
    .hp-topbar { display: none; }
    .hp-topbar,.hp-topbar__inner { height: 0; min-height: 0; }
    .hp-header__inner { min-height: 62px; }
    .hp-brand { width: min(80vw,280px); }
    .hp-brand img { height: 31px; }
    .hp-menu-toggle { width: 42px; height: 42px; flex-basis: 42px; border: 1px solid rgba(36,36,36,.09); background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.06); transition: background .25s ease,transform .25s ease; }
    .hp-menu-toggle span { width: 17px; height: 1.5px; transition: transform .25s ease,opacity .2s ease; }
    .hp-menu-toggle.is-active { background: #242424; transform: rotate(90deg); }
    .hp-menu-toggle.is-active span { background: #fff; }
    .hp-menu-toggle.is-active span:first-child { transform: translateY(6.5px) rotate(45deg); }
    .hp-menu-toggle.is-active span:nth-child(2) { opacity: 0; }
    .hp-menu-toggle.is-active span:last-child { transform: translateY(-6.5px) rotate(-45deg); }
    .hp-header__cta { display: none; }
    .hp-nav { top: calc(100% + 7px); display: none; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; max-height: calc(100dvh - 105px); padding: 12px; border-radius: 20px; }
    .hp-nav.is-open { display: grid; }
    .hp-nav a { min-height: 52px; justify-content: flex-start; padding: 0 14px; border: 1px solid rgba(36,36,36,.07); border-radius: 12px; color: #434347; background: #f5f5f5; font-size: 13px; font-weight: 700; }
    .hp-nav a.is-active { color: #fff; border-color: #242424; background: #242424; }
    .hp-nav a::after { display: none; }
    .hp-nav .hp-nav__mobile-cta { min-height: 54px; grid-column: 1/-1; display: flex; justify-content: space-between; color: #fff; border-color: var(--hp-orange); background: var(--hp-orange); }
    .hp-nav__mobile-cta span { font-size: 17px; }
    body.hp-menu-open { overflow: hidden; }

    .hp-search-dock { padding: 9px 0 10px; }
    .hp-search-dock__inner { gap: 8px; }
    .hp-search-dock__form { min-height: 54px; grid-template-columns: 20px minmax(0,1fr) 55px; gap: 10px; padding: 5px 5px 5px 14px; border-radius: 16px; }
    .hp-search-dock__icon { width: 16px; height: 16px; }
    .hp-search-dock__form label small { display: none; }
    .hp-search-dock__form input { height: 42px; font-size: 16px; line-height: 1; }
    .hp-search-dock__form button { min-width: 55px; height: 44px; gap: 0; padding: 0 8px; border-radius: 12px; font-size: 11px; }
    .hp-search-dock__form button b { display: none; }
    .hp-search-dock__quick { margin-inline: -14px; padding: 0 14px 1px; scroll-padding-inline: 14px; }
    .hp-search-dock__quick a { min-height: 38px; padding: 0 13px; font-size: 9px; }
    .hp-search-dock__quick { max-height: 40px; opacity: 1; transition: max-height .3s var(--hp-ease),opacity .2s ease,padding .3s ease; }
    .hp-header.is-scrolled + main .hp-search-dock__quick { max-height: 0; overflow: hidden; padding-top: 0; padding-bottom: 0; opacity: 0; pointer-events: none; }
    .hp-header.is-scrolled + main .hp-mobile-catalog-toolbar { top: 128px; }

    .hp-hero__content,.hp-hero--industrial .hp-hero__content { padding: 42px 0 24px; }
    .hp-eyebrow,.hp-kicker { font-size: 20px; letter-spacing: .12em; }
    .hp-hero h1,.hp-hero--industrial h1 { margin: 16px 0 17px; font-size: clamp(38px,11.2vw,44px); line-height: .95; letter-spacing: -.055em; }
    .hp-hero__content > p { font-size: 13px; line-height: 1.62; }
    .hp-hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; }
    .hp-hero__actions .hp-button { min-height: 48px; width: 100%; padding: 0 10px; font-size: 9px; text-align: center; }
    .hp-hero__proof,.hp-hero--industrial .hp-hero__proof { margin-top: 28px; padding-top: 18px; }
    .hp-hero__proof div { padding: 0 9px; }
    .hp-hero__proof strong { font-size: 19px; }
    .hp-hero__proof span { font-size: 8px; }
    .hp-hero__visual,.hp-hero--industrial .hp-hero__visual { height: 270px; }
    .hp-hero--industrial .hp-hero__visual > img { max-height: 270px; }
    .hp-hero__badge,.hp-hero__caption { display: none; }

    .hp-customers--after-hero { min-height: 86px; }
    .hp-customers--after-hero p { padding: 0 14px; font-size: 8px; }
    .hp-customers--after-hero .hp-customer-logos img { width: 90px; margin: 5px; }
    .hp-trust-strip { overflow: hidden; }
    .hp-trust-strip__grid { width: 100%; min-height: 78px; display: flex; overflow-x: auto; padding: 0 14px; scroll-snap-type: x proximity; scrollbar-width: none; }
    .hp-trust-strip__grid::-webkit-scrollbar { display: none; }
    .hp-trust-strip__grid > div { min-width: 235px; flex: 0 0 235px; padding: 13px 16px; border-right: 1px solid var(--hp-line); scroll-snap-align: start; }
    .hp-trust-strip__grid > div > span { width: 28px; height: 28px; }
    .hp-trust-strip strong { font-size: 11px; }
    .hp-trust-strip small { font-size: 8px; }

    .hp-section,.hp-page-section,.hp-profile-opening,.hp-profile-story,.hp-leadership-section,.hp-purpose-section,.hp-profile-brands,.hp-values-section,.hp-profile-system,.hp-profile-journey,.hp-profile-gallery-section,.hp-insight-articles,.hp-catalog-library,.hp-related-insights,.hp-article-discussion { padding: 58px 0; }
    .hp-section-heading,.hp-featured-heading,.hp-editorial-intro { margin-bottom: 28px; }
    .hp-section-heading h2,.hp-featured-heading h2,.hp-editorial-intro h2,.hp-process h2,.hp-support h2,.hp-page-intro h2 { font-size: clamp(32px,9.5vw,38px); line-height: .98; }
    .hp-section-heading > p,.hp-featured-heading > p,.hp-editorial-intro > p,.hp-page-intro p { font-size: 12px; line-height: 1.65; }
    .hp-products .hp-home-machine-finder,
    .hp-categories .hp-discovery-shell { display: none; }
    .hp-feature-tabs { gap: 5px; padding: 5px; }
    .hp-feature-tabs button { min-width: 0; min-height: 58px; flex: 1 0 auto; padding: 8px 12px; }
    .hp-feature-tabs button small { display: none; }
    .hp-feature-tabs button strong { font-size: 10px; }
    .hp-products .hp-product-grid,.hp-categories .hp-category-grid,.hp-editorial-grid { width: calc(100vw - 14px); display: flex; gap: 12px; overflow-x: auto; margin-right: -14px; padding-right: 14px; scroll-padding-inline: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .hp-products .hp-product-grid::-webkit-scrollbar,.hp-categories .hp-category-grid::-webkit-scrollbar,.hp-editorial-grid::-webkit-scrollbar { display: none; }
    .hp-products .hp-product-card,.hp-categories .hp-category-card,.hp-editorial-card { width: min(82vw,320px); min-width: min(82vw,320px); flex: 0 0 min(82vw,320px); scroll-snap-align: start; }
    .hp-product-card__image,.hp-products .hp-product-card__image { height: 215px; }
    .hp-product-card__body,.hp-products .hp-product-card__body { padding: 18px; }
    .hp-product-card__body > p { font-size: 11px; line-height: 1.55; }
    .hp-category-card,.hp-category-card:nth-child(1),.hp-category-card:nth-child(2) { min-height: 300px; }
    .hp-category-card img { height: 190px; }
    .hp-editorial-card { min-height: 430px; }

    .hp-inner-hero { min-height: 350px; padding: 45px 0 38px; }
    .hp-inner-hero h1 { font-size: clamp(38px,11vw,44px); }
    .hp-machine-hero { min-height: 315px; padding: 38px 0 32px; }
    .hp-machine-hero .hp-breadcrumb { margin-bottom: 17px; }
    .hp-machine-hero__copy { gap: 14px; }
    .hp-machine-hero__copy h1 { font-size: clamp(38px,11vw,44px); }
    .hp-machine-hero__copy > p { font-size: 12px; line-height: 1.6; }
    .hp-machine-hero__meta { gap: 6px; margin-top: 22px; }
    .hp-machine-hero__meta span { min-height: 32px; padding: 0 10px; font-size: 8px; }
    .hp-machine-catalog { padding: 18px 0 62px; }
    .hp-mobile-catalog-toolbar { top: 66px; margin-bottom: 2px; }
    .hp-machine-results__header { gap: 7px; margin-bottom: 15px; padding: 3px 1px 14px; }
    .hp-machine-results__header h2 { font-size: 28px; }
    .hp-machine-results__header > p { font-size: 9px; }
    .hp-mobile-catalog-toolbar small { font-size: 8px; }
    .hp-machine-grid { gap: 14px; }
    .hp-machine-card { border-radius: 20px; }
    .hp-machine-card__media { height: 195px; padding: 20px 16px 14px; }
    .hp-machine-card__media .hp-machine-brand { top: 11px; left: 11px; }
    .hp-machine-card__status { right: 11px; bottom: 11px; }
    .hp-machine-card__body { padding: 18px; }
    .hp-machine-card__body > small { min-height: 0; font-size: 8px; }
    .hp-machine-card h3 { margin: 7px 0; font-size: 21px; }
    .hp-machine-card h3 a { min-height: 0; }
    .hp-machine-card__body > p { min-height: 37px; margin-bottom: 13px; font-size: 11px; line-height: 1.55; }
    .hp-machine-card__specs { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; }
    .hp-machine-card__specs > span { min-height: 65px; padding: 9px; }
    .hp-machine-card__specs > span:nth-child(3) { display: none; }
    .hp-machine-card__specs b { font-size: 10px; }
    .hp-machine-card__specs small { font-size: 12px; }
    .hp-machine-card__body ul { display: none; }
    .hp-machine-card__actions { margin-top: 15px; }
    .hp-machine-card__actions a { min-height: 46px; font-size: 10px; }
    .hp-machine-filter__intro { font-size: 10px; }
    .hp-machine-filter__lane > summary strong { font-size: 11px; }
    .hp-machine-filter__lane > summary small { font-size: 8px; }
    .hp-machine-filter__group > summary { min-height: 48px; font-size: 10px; }
    .hp-machine-filter__group > div > button,.hp-machine-filter__group > div > a { min-height: 42px; font-size: 10px; }

    .hp-profile-opening__title h2,.hp-profile-story__copy h2,.hp-leadership-heading h2,.hp-purpose-heading h2,.hp-profile-section-heading h2,.hp-values-intro h2,.hp-profile-journey h2,.hp-resource-heading h2 { font-size: clamp(35px,10.2vw,40px); }
    .hp-product-summary h1 { font-size: clamp(44px,13vw,50px); }
    .hp-product-summary h2 { font-size: 19px; }
    .hp-leader-card__body > p,.hp-team-profile__overlay p,.hp-profile-opening__copy p,.hp-profile-story__copy p { font-size: 12px; }
    .hp-page-banner h2 { font-size: 29px; }
    .hp-footer { padding-top: 48px; }
    .hp-footer__grid { gap: 27px; }
    .hp-footer__grid p,.hp-footer__grid a { font-size: 11px; }
    .hp-whatsapp { width: 52px; height: 52px; right: 10px; padding: 0; border-radius: 50%; }
    .hp-whatsapp strong { display: none; }
    .hp-whatsapp span { width: 50px; height: 50px; }
    input,select,textarea { font-size: 16px; }
}

@media (max-width: 360px) {
    .hp-hero__actions { grid-template-columns: 1fr; }
    .hp-nav { grid-template-columns: 1fr; }
    .hp-nav .hp-nav__mobile-cta { grid-column: auto; }
    .hp-search-dock__form { grid-template-columns: 18px minmax(0,1fr) 49px; padding-left: 12px; }
    .hp-search-dock__form button { min-width: 49px; }
}

/* 2026-08-18 / Persistent navigation and integrated Career + Contact pages */
html { scroll-padding-top: 92px; }
body { overflow-x: clip; }
.hp-site { overflow: visible; }
.hp-header {
    position: sticky !important;
    top: 0;
    z-index: 120;
    width: 100%;
    isolation: isolate;
    transform: translateZ(0);
    will-change: box-shadow,background-color;
}
.hp-header.is-scrolled { border-bottom-color: rgba(36,36,36,.1); box-shadow: 0 14px 38px rgba(0,0,0,.11); }
.hp-resource-nav { z-index: 80; top: 76px; }

.hp-career-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(38px,7vw,110px); margin-bottom: 54px; }
.hp-career-heading h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(44px,5.7vw,78px); line-height: .94; letter-spacing: -.06em; }
.hp-career-heading > p { max-width: 520px; margin: 0 0 6px; color: #6f7075; font-size: 14px; line-height: 1.75; }
.hp-career-values { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; border: 1px solid rgba(36,36,36,.1); border-radius: 28px; background: #fff; }
.hp-career-values article { min-height: 240px; padding: 30px; border-right: 1px solid rgba(36,36,36,.1); }
.hp-career-values article:last-child { border-right: 0; }
.hp-career-values span { color: var(--hp-orange); font-size: 12px; font-weight: 800; }
.hp-career-values h3 { color: #75767a; margin: 54px 0 12px; font-size: 26px; letter-spacing: -.035em; }
.hp-career-values p { max-width: 310px; color: #75767a; font-size: 12px; line-height: 1.7; }
.hp-career-openings { padding: 100px 0 112px; color: #f5f5f7; background: radial-gradient(circle at 82% 12%,rgba(255,102,0,.15),transparent 28%),#242424; }
.hp-career-openings__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px,8vw,125px); align-items: start; }
.hp-career-openings__intro { position: sticky; top: 180px; }
.hp-career-openings__intro h2 { margin: 10px 0 18px; font-size: clamp(42px,5vw,66px); line-height: .95; letter-spacing: -.055em; }
.hp-career-openings__intro p { max-width: 420px; color: #a5a5aa; line-height: 1.75; }
.hp-career-jobs { display: grid; gap: 10px; }
.hp-career-job { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.045); }
.hp-career-job summary { min-height: 104px; display: grid; grid-template-columns: 40px minmax(0,1fr) 36px; align-items: center; gap: 15px; padding: 19px 22px; cursor: pointer; list-style: none; }
.hp-career-job summary::-webkit-details-marker { display: none; }
.hp-career-job summary > span { color: var(--hp-orange); font-size: 12px; font-weight: 800; }
.hp-career-job summary small { display: block; margin-bottom: 6px; color: #8f9095; font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hp-career-job summary h3 { color: #fff; font-size: 22px; letter-spacing: -.03em; }
.hp-career-job summary > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--hp-orange); background: rgba(255,102,0,.1); font-size: 20px; font-weight: 400; transition: transform .25s ease; }
.hp-career-job[open] summary > b { transform: rotate(45deg); }
.hp-career-job__content { padding: 0 22px 26px 77px; color: #c5c5c9; }
.hp-career-job__content dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 0 0 22px; }
.hp-career-job__content dl div { padding: 13px; border-radius: 12px; background: rgba(255,255,255,.05); }
.hp-career-job__content dt { margin-bottom: 5px; color: #85868b; font-size: 8px; text-transform: uppercase; }
.hp-career-job__content dd { margin: 0; color: #fff; font-size: 11px; }
.hp-career-job__qualification { margin-bottom: 22px; font-size: 12px; line-height: 1.7; }
.hp-career-job__qualification > strong { display: block; margin-bottom: 8px; color: #fff; }
.hp-career-empty { padding: clamp(28px,5vw,58px); border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: rgba(255,255,255,.05); }
.hp-career-empty > span { color: var(--hp-orange); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.hp-career-empty h3 { margin: 14px 0 10px; color: #fff; font-size: clamp(27px,3vw,38px); letter-spacing: -.04em; }
.hp-career-empty p { max-width: 540px; margin-bottom: 24px; color: #a5a5aa; line-height: 1.7; }

@media (max-width: 900px) {
    html { scroll-padding-top: 78px; }
    .hp-resource-nav { top: 66px; }
    .hp-career-heading,.hp-career-openings__grid { grid-template-columns: 1fr; }
    .hp-career-values { grid-template-columns: 1fr; }
    .hp-career-values article { min-height: 180px; border-right: 0; border-bottom: 1px solid rgba(36,36,36,.1); }
    .hp-career-values article:last-child { border-bottom: 0; }
    .hp-career-values h3 { margin-top: 36px; }
    .hp-career-openings__intro { position: static; }
}

@media (max-width: 620px) {
    html { scroll-padding-top: 70px; }
    .hp-resource-nav { top: 62px; }
    .hp-resource-nav a { min-height: 54px; padding-inline: 16px; }
    .hp-career-heading { gap: 20px; margin-bottom: 30px; }
    .hp-career-heading h2 { font-size: clamp(36px,10.5vw,42px); }
    .hp-career-heading > p { font-size: 12px; }
    .hp-career-values { border-radius: 21px; }
    .hp-career-values article { min-height: 155px; padding: 23px; }
    .hp-career-values h3 { margin-top: 25px; font-size: 23px; }
    .hp-career-openings { padding: 64px 0 72px; }
    .hp-career-openings__grid { gap: 30px; }
    .hp-career-openings__intro h2 { font-size: 39px; }
    .hp-career-job summary { min-height: 90px; grid-template-columns: 28px minmax(0,1fr) 32px; gap: 10px; padding: 16px; }
    .hp-career-job summary h3 { font-size: 18px; }
    .hp-career-job__content { padding: 0 16px 20px; }
    .hp-career-job__content dl { grid-template-columns: 1fr; }
    .hp-career-empty { border-radius: 21px; }
}

/* 2026-08-19 / Persistent machine finder and endless trust rail */
.hp-search-dock {
    position: sticky;
    top: 76px;
    z-index: 110;
    isolation: isolate;
    background: rgba(250,250,249,.94);
    box-shadow: 0 10px 30px rgba(0,0,0,.045);
    backdrop-filter: blur(22px) saturate(1.12);
    -webkit-backdrop-filter: blur(22px) saturate(1.12);
}

.hp-search-dock::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
    height: 18px;
    pointer-events: none;
    background: linear-gradient(to bottom,rgba(0,0,0,.08),transparent);
    opacity: .28;
}

.hp-trust-strip {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.hp-trust-marquee {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);
    mask-image: linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);
}

.hp-trust-marquee__track {
    width: max-content;
    display: flex;
    align-items: stretch;
    will-change: transform;
    animation: hp-trust-rail 28s linear infinite;
}

.hp-trust-marquee .hp-trust-strip__grid {
    box-sizing: border-box;
    width: max(1120px,100vw);
    min-width: max(1120px,100vw);
    min-height: 90px;
    display: grid;
    grid-template-columns: repeat(4,minmax(260px,1fr));
    align-items: center;
    flex: 0 0 max(1120px,100vw);
    overflow: visible;
    padding: 0 max(20px,calc((100vw - 1220px)/2));
    scroll-snap-type: none;
}

.hp-trust-marquee .hp-trust-strip__grid > div {
    min-width: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex: none;
    padding: 10px 26px;
    border-right: 1px solid rgba(36,36,36,.09);
    scroll-snap-align: none;
}

.hp-trust-marquee .hp-trust-strip__grid > div:first-child { padding-left: 26px; }
.hp-trust-marquee .hp-trust-strip__grid > div:last-child { border-right: 1px solid rgba(36,36,36,.09); }
.hp-trust-marquee .hp-trust-strip__grid > div > span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 32px; }
.hp-trust-marquee .hp-trust-strip__grid p { min-width: 0; }
.hp-trust-marquee .hp-trust-strip__grid strong,.hp-trust-marquee .hp-trust-strip__grid small { white-space: nowrap; }
.hp-trust-strip:hover .hp-trust-marquee__track,.hp-trust-strip:focus-within .hp-trust-marquee__track { animation-play-state: paused; }

@keyframes hp-trust-rail {
    from { transform: translate3d(0,0,0); }
    to { transform: translate3d(-50%,0,0); }
}

@media (max-width: 900px) {
    .hp-search-dock { top: 66px; }
    .hp-mobile-catalog-toolbar { top: 194px; }
    .hp-trust-marquee .hp-trust-strip__grid { width: 1120px; min-width: 1120px; flex-basis: 1120px; padding: 0 14px; }
    .hp-trust-marquee .hp-trust-strip__grid > div { min-width: 0; flex: none; padding: 10px 20px; }
}

@media (max-width: 620px) {
    .hp-search-dock { top: 62px; }
    .hp-mobile-catalog-toolbar { top: 190px; }
    .hp-trust-marquee { -webkit-mask-image: linear-gradient(to right,transparent,#000 8%,#000 92%,transparent); mask-image: linear-gradient(to right,transparent,#000 8%,#000 92%,transparent); }
    .hp-trust-marquee__track { animation-duration: 24s; }
    .hp-trust-marquee .hp-trust-strip__grid { min-height: 78px; }
    .hp-trust-marquee .hp-trust-strip__grid > div { min-height: 64px; padding: 8px 18px; border-bottom: 0; }
    .hp-trust-marquee .hp-trust-strip__grid > div > span { width: 28px; height: 28px; flex-basis: 28px; }
}

@media (prefers-reduced-motion: reduce) {
    .hp-trust-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: none; }
    .hp-trust-marquee::-webkit-scrollbar { display: none; }
    .hp-trust-marquee__track { animation: none; transform: none; }
    .hp-trust-marquee .hp-trust-strip__grid[aria-hidden="true"] { display: none; }
}

/* 2026-08-19 / Cinematic first-visit experience */
body.hp-entry-lock { overflow: hidden !important; }

.hp-entry {
    position: fixed;
    z-index: 1000;
    inset: 0;
    overflow: hidden;
    color: #f5f5f7;
    background:
        radial-gradient(circle at 76% 46%,rgba(255,102,0,.12),transparent 25%),
        linear-gradient(135deg,#0b0c0d 0%,#171819 52%,#0c0d0e 100%);
    transform: translate3d(0,0,0);
    transition: transform 1s cubic-bezier(.76,0,.24,1),visibility 0s 1s;
    contain: layout paint;
}

.hp-entry::before {
    content: "HEAVYPRO";
    position: absolute;
    z-index: 1;
    right: -2.5vw;
    bottom: -2.7vw;
    color: rgba(255,255,255,.027);
    font-size: clamp(90px,14vw,250px);
    font-weight: 800;
    line-height: .78;
    letter-spacing: -.085em;
    white-space: nowrap;
    transform: translateY(28%);
    transition: transform 1.8s cubic-bezier(.22,1,.36,1);
}

.hp-entry::after {
    content: "";
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(255,102,0,.95) 48%,transparent);
    box-shadow: 0 0 28px rgba(255,102,0,.65);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .7s cubic-bezier(.22,1,.36,1);
}

.hp-entry__grid {
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: 0;
    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;
    -webkit-mask-image: radial-gradient(circle at 72% 52%,#000,transparent 72%);
    mask-image: radial-gradient(circle at 72% 52%,#000,transparent 72%);
    transition: opacity 1.2s ease .15s;
}

.hp-entry__flare {
    position: absolute;
    z-index: 1;
    width: min(54vw,840px);
    aspect-ratio: 1;
    right: -11vw;
    top: 50%;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-50%) scale(.72);
    transition: opacity 1.1s ease .35s,transform 2.1s cubic-bezier(.22,1,.36,1) .2s;
}

.hp-entry__flare::before,.hp-entry__flare::after {
    content: "";
    position: absolute;
    border-radius: inherit;
}
.hp-entry__flare::before { inset: 13%; border: 1px solid rgba(255,102,0,.18); }
.hp-entry__flare::after { inset: 29%; border: 1px dashed rgba(255,255,255,.12); animation: hp-entry-orbit 18s linear infinite; }

.hp-entry__machine {
    position: absolute;
    z-index: 3;
    width: min(64vw,980px);
    right: -3vw;
    bottom: -5vh;
    opacity: 0;
    transform: translate3d(8%,5%,0) scale(1.09);
    filter: saturate(.7) contrast(1.08);
    transition: opacity 1.25s ease .45s,transform 2.1s cubic-bezier(.16,1,.3,1) .25s,filter 1.6s ease .45s;
}

.hp-entry__machine::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#111 0%,transparent 28%,transparent 100%);
    pointer-events: none;
}

.hp-entry__machine img { position: relative; z-index: 1; width: 100%; filter: drop-shadow(0 45px 70px rgba(0,0,0,.58)); }
.hp-entry__machine > span {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 18%;
    opacity: 0;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
    filter: blur(8px);
    transform: skewX(-12deg) translateX(-120%);
}

.hp-entry__frame {
    position: relative;
    z-index: 5;
    width: min(1380px,calc(100% - 96px));
    height: 100%;
    margin: 0 auto;
}

.hp-entry__meta {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #96979b;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .16em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity .8s ease .15s,transform .8s cubic-bezier(.22,1,.36,1) .15s;
}

.hp-entry__meta span { display: flex; align-items: center; gap: 12px; }
.hp-entry__meta i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #ff6600; font-size: 8px; font-style: normal; letter-spacing: -.02em; box-shadow: 0 0 0 6px rgba(255,102,0,.08); }

.hp-entry__copy {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 0;
    transform: translateY(-48%);
}

.hp-entry__copy small {
    display: block;
    margin-bottom: 24px;
    color: #ff6a0a;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .8s ease .35s,transform .8s cubic-bezier(.22,1,.36,1) .35s;
}

.hp-entry__copy h2 { margin: 0; font-size: clamp(72px,8.8vw,148px); font-weight: 610; line-height: .78; letter-spacing: -.076em; }
.hp-entry__copy h2 span,.hp-entry__copy h2 em { display: block; opacity: 0; font-style: normal; transform: translateY(105%); }
.hp-entry__copy h2 span { color: #f4f4f5; transition: opacity .01s linear .48s,transform 1.05s cubic-bezier(.16,1,.3,1) .48s; }
.hp-entry__copy h2 em { margin-left: .63em; color: #ff6600; transition: opacity .01s linear .64s,transform 1.05s cubic-bezier(.16,1,.3,1) .64s; }
.hp-entry__copy p { margin: 36px 0 0 .3em; color: #838589; font-size: 8px; font-weight: 700; letter-spacing: .26em; opacity: 0; transform: translateY(10px); transition: opacity .8s ease .95s,transform .8s ease .95s; }

.hp-entry__status {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    display: grid;
    grid-template-columns: minmax(120px,1fr) auto 42px;
    align-items: center;
    gap: 18px;
    color: #737579;
    font-size: 8px;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .8s ease .65s,transform .8s ease .65s;
}
.hp-entry__status > span { height: 1px; background: rgba(255,255,255,.14); overflow: hidden; }
.hp-entry__status > span::after { content: ""; display: block; width: 100%; height: 100%; background: linear-gradient(90deg,#ff6600,#ff9852); transform: scaleX(0); transform-origin: left; transition: transform 2.15s cubic-bezier(.2,.7,.25,1) .52s; }
.hp-entry__status b { font-weight: 650; }
.hp-entry__status strong { color: #f2f2f3; font-size: 11px; font-variant-numeric: tabular-nums; text-align: right; }

.hp-entry.is-running::before { transform: translateY(0); }
.hp-entry.is-running .hp-entry__grid,.hp-entry.is-running .hp-entry__meta,.hp-entry.is-running .hp-entry__copy small,.hp-entry.is-running .hp-entry__copy p,.hp-entry.is-running .hp-entry__status { opacity: 1; transform: none; }
.hp-entry.is-running .hp-entry__flare { opacity: 1; transform: translateY(-50%) scale(1); }
.hp-entry.is-running .hp-entry__machine { opacity: .88; transform: translate3d(0,0,0) scale(1); filter: saturate(.88) contrast(1.04); }
.hp-entry.is-running .hp-entry__machine > span { animation: hp-entry-scan 1.35s cubic-bezier(.22,1,.36,1) .8s both; }
.hp-entry.is-running .hp-entry__copy h2 span,.hp-entry.is-running .hp-entry__copy h2 em { opacity: 1; transform: translateY(0); }
.hp-entry.is-running .hp-entry__status > span::after { transform: scaleX(1); }
.hp-entry.is-leaving { transform: translate3d(0,-100%,0); visibility: hidden; }
.hp-entry.is-leaving::after { transform: scaleX(1); }

.hp-home-arrive .hp-topbar { animation: hp-home-drop .7s cubic-bezier(.22,1,.36,1) both; }
.hp-home-arrive .hp-header { animation: hp-home-drop .8s cubic-bezier(.22,1,.36,1) .08s both; }
.hp-home-arrive .hp-search-dock { animation: hp-home-drop .85s cubic-bezier(.22,1,.36,1) .14s both; }
.hp-home-arrive .hp-hero__content { animation: hp-home-rise .95s cubic-bezier(.16,1,.3,1) .18s both; }
.hp-home-arrive .hp-hero__visual { animation: hp-home-visual 1.2s cubic-bezier(.16,1,.3,1) .24s both; }

@keyframes hp-entry-orbit { to { transform: rotate(360deg); } }
@keyframes hp-entry-scan { 0% { opacity: 0; transform: skewX(-12deg) translateX(-130%); } 20% { opacity: 1; } 100% { opacity: 0; transform: skewX(-12deg) translateX(680%); } }
@keyframes hp-home-drop { from { opacity: 0; transform: translate3d(0,-18px,0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes hp-home-rise { from { opacity: 0; transform: translate3d(0,34px,0); } to { opacity: 1; transform: translate3d(0,0,0); } }
@keyframes hp-home-visual { from { opacity: 0; transform: translate3d(35px,0,0) scale(.97); } to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }

@media (max-width: 900px) {
    .hp-entry__frame { width: min(100% - 48px,760px); }
    .hp-entry__machine { width: min(92vw,760px); right: -22vw; bottom: 2vh; }
    .hp-entry__copy { top: 44%; }
    .hp-entry__copy h2 { font-size: clamp(68px,12vw,104px); }
}

@media (max-width: 620px) {
    .hp-entry { background: radial-gradient(circle at 78% 63%,rgba(255,102,0,.14),transparent 29%),linear-gradient(155deg,#0b0c0d,#171819 62%,#0b0c0d); }
    .hp-entry::before { right: -12vw; bottom: 6vh; font-size: 28vw; }
    .hp-entry__frame { width: calc(100% - 40px); }
    .hp-entry__meta { top: 24px; padding-bottom: 14px; font-size: 7px; letter-spacing: .12em; }
    .hp-entry__meta span:last-child { display: none; }
    .hp-entry__meta i { width: 25px; height: 25px; }
    .hp-entry__copy { top: 35%; transform: translateY(-50%); }
    .hp-entry__copy small { margin-bottom: 18px; font-size: 7px; }
    .hp-entry__copy h2 { font-size: clamp(56px,17vw,78px); line-height: .81; }
    .hp-entry__copy h2 em { margin-left: .24em; }
    .hp-entry__copy p { margin-top: 24px; margin-left: 0; font-size: 6px; letter-spacing: .19em; }
    .hp-entry__flare { width: 105vw; right: -57vw; top: 66%; }
    .hp-entry__machine { width: 138vw; max-width: none; right: -43vw; bottom: -1vh; opacity: 0; }
    .hp-entry.is-running .hp-entry__machine { opacity: .66; }
    .hp-entry__status { bottom: 25px; grid-template-columns: minmax(60px,1fr) auto 34px; gap: 10px; font-size: 6px; letter-spacing: .1em; }
    .hp-entry__status strong { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
    .hp-entry { display: none !important; }
    .hp-home-arrive .hp-topbar,.hp-home-arrive .hp-header,.hp-home-arrive .hp-search-dock,.hp-home-arrive .hp-hero__content,.hp-home-arrive .hp-hero__visual { animation: none !important; }
}

/* 2026-08-19 / Immediate homepage with a neutral UI fade */
.hp-site--home { animation: hp-page-fade .48s ease-out both; }

@keyframes hp-page-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

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

/* 2026-08-19 / Search-friendly FAQ and help center */
.hp-faq-hero { background: radial-gradient(circle at 78% 20%,rgba(255,102,0,.2),transparent 30%),linear-gradient(145deg,#242424,#151515); }
.hp-faq-page { padding: 104px 0 118px; color: #242424; background: linear-gradient(180deg,#f5f1eb 0%,#fafafa 54%,#f5f5f7 100%); }
.hp-faq-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); align-items: end; gap: clamp(38px,8vw,126px); margin-bottom: 50px; }
.hp-faq-heading h2 { max-width: 790px; margin: 12px 0 0; color: #242424; font-size: clamp(44px,5.8vw,78px); font-weight: 690; line-height: .94; letter-spacing: -.06em; }
.hp-faq-heading > p { max-width: 470px; margin: 0 0 6px; color: #6d6e72; font-size: 14px; line-height: 1.76; }

.hp-faq-search { min-height: 92px; display: grid; grid-template-columns: 28px minmax(0,1fr) auto; align-items: center; gap: 20px; margin-bottom: 32px; padding: 13px 18px 13px 28px; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; color: #fff; background: radial-gradient(circle at 88% 50%,rgba(255,102,0,.22),transparent 28%),#242424; box-shadow: 0 24px 62px rgba(36,36,36,.16); }
.hp-faq-search > span { position: relative; width: 23px; height: 23px; border: 2px solid #aeb0b5; border-radius: 50%; }
.hp-faq-search > span::after { content: ""; position: absolute; right: -8px; bottom: -5px; width: 9px; height: 2px; border-radius: 2px; background: #aeb0b5; transform: rotate(45deg); }
.hp-faq-search label { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.hp-faq-search label small { color: #8f9196; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hp-faq-search input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; color: #fff; background: transparent; font: inherit; font-size: 17px; }
.hp-faq-search input::placeholder { color: #929398; }
.hp-faq-search > b { min-width: 62px; min-height: 56px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: #ff6600; font-size: 10px; letter-spacing: .08em; }

.hp-faq-layout { display: grid; grid-template-columns: minmax(260px,.35fr) minmax(0,.65fr); align-items: start; gap: 24px; }
.hp-faq-index { position: sticky; top: 172px; overflow: hidden; padding: 24px; border-radius: 26px; color: #fff; background: #242424; box-shadow: 0 22px 54px rgba(0,0,0,.12); }
.hp-faq-index > small { display: block; margin: 2px 0 16px; color: #8c8e92; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hp-faq-index > a { min-height: 57px; display: grid; grid-template-columns: 28px minmax(0,1fr) 20px; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.1); color: #d8d8db; font-size: 11px; font-weight: 650; transition: color .2s ease,padding-left .35s var(--hp-ease); }
.hp-faq-index > a span { color: #ff6600; font-size: 8px; }
.hp-faq-index > a b { color: #ff6600; font-size: 13px; font-weight: 400; text-align: right; }
.hp-faq-index > a:hover { padding-left: 5px; color: #fff; }
.hp-faq-index > div { margin-top: 19px; padding: 20px; border: 1px solid rgba(255,102,0,.22); border-radius: 18px; background: rgba(255,102,0,.08); }
.hp-faq-index > div span { display: block; color: #ff9a57; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.hp-faq-index > div strong { display: block; margin: 8px 0 14px; font-size: 18px; line-height: 1.25; }
.hp-faq-index > div a { color: #fff; font-size: 9px; font-weight: 750; }

.hp-faq-content { display: grid; gap: 17px; }
.hp-faq-group { scroll-margin-top: 190px; overflow: hidden; color: #242424; border: 1px solid rgba(36,36,36,.09); border-radius: 26px; background: rgba(255,255,255,.94); box-shadow: 0 16px 46px rgba(0,0,0,.045); }
.hp-faq-group[hidden],.hp-faq-item[hidden] { display: none; }
.hp-faq-group > header { min-height: 90px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 19px 24px; border-bottom: 1px solid rgba(36,36,36,.09); background: linear-gradient(135deg,#fff,#faf8f5); }
.hp-faq-group > header > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #ff6600; font-size: 8px; font-weight: 800; box-shadow: 0 8px 18px rgba(255,102,0,.2); }
.hp-faq-group > header h2 { margin: 0; color: #242424; font-size: 23px; letter-spacing: -.035em; }
.hp-faq-group > header small { color: #8a8b8f; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.hp-faq-item { border-bottom: 1px solid rgba(36,36,36,.08); }
.hp-faq-item:last-child { border-bottom: 0; }
.hp-faq-item summary { min-height: 82px; display: grid; grid-template-columns: 34px minmax(0,1fr) 36px; align-items: center; gap: 15px; padding: 16px 24px; cursor: pointer; list-style: none; }
.hp-faq-item summary::-webkit-details-marker { display: none; }
.hp-faq-item summary > span { color: #a0a1a5; font-size: 8px; font-weight: 750; }
.hp-faq-item summary h3 { margin: 0; color: #242424; font-size: 16px; font-weight: 650; line-height: 1.4; letter-spacing: -.015em; }
.hp-faq-item summary > b { position: relative; width: 34px; height: 34px; border-radius: 50%; background: #f2f2f3; transition: background .25s ease,transform .35s var(--hp-ease); }
.hp-faq-item summary > b::before,.hp-faq-item summary > b::after { content: ""; position: absolute; top: 50%; left: 50%; width: 11px; height: 1.5px; border-radius: 3px; background: #242424; transform: translate(-50%,-50%); }
.hp-faq-item summary > b::after { transform: translate(-50%,-50%) rotate(90deg); }
.hp-faq-item[open] summary > b { background: #ff6600; transform: rotate(45deg); }
.hp-faq-item[open] summary > b::before,.hp-faq-item[open] summary > b::after { background: #fff; }
.hp-faq-item[open] summary h3 { color: #d95700; }
.hp-faq-item > div { padding: 0 80px 25px 73px; }
.hp-faq-item > div p { max-width: 740px; margin: 0; color: #65666a; font-size: 13px; line-height: 1.78; }
.hp-faq-item summary:focus-visible { outline: 3px solid rgba(255,102,0,.35); outline-offset: -3px; }

.hp-faq-empty { padding: clamp(28px,5vw,62px); border: 1px dashed rgba(36,36,36,.18); border-radius: 26px; text-align: center; background: rgba(255,255,255,.6); }
.hp-faq-empty > span { color: #ff6600; font-size: 9px; font-weight: 800; }
.hp-faq-empty h2 { margin: 12px 0 8px; font-size: 31px; letter-spacing: -.04em; }
.hp-faq-empty p { margin: 0 auto 19px; color: #737478; font-size: 12px; }
.hp-faq-empty button { min-height: 42px; padding: 0 18px; border: 0; border-radius: 999px; color: #fff; background: #242424; font: inherit; font-size: 10px; font-weight: 700; cursor: pointer; }
.hp-faq-banner { background: radial-gradient(circle at 80% 20%,rgba(255,102,0,.26),transparent 32%),#242424; }

@media (max-width: 900px) {
    .hp-faq-heading { grid-template-columns: 1fr; gap: 22px; }
    .hp-faq-layout { grid-template-columns: 1fr; }
    .hp-faq-index { position: static; display: flex; gap: 7px; overflow-x: auto; padding: 9px; border-radius: 18px; scrollbar-width: none; }
    .hp-faq-index::-webkit-scrollbar { display: none; }
    .hp-faq-index > small,.hp-faq-index > div { display: none; }
    .hp-faq-index > a { min-width: max-content; min-height: 44px; display: inline-flex; gap: 7px; padding: 0 14px; border: 0; border-radius: 12px; background: rgba(255,255,255,.06); }
    .hp-faq-index > a b { display: none; }
}

@media (max-width: 620px) {
    .hp-faq-page { padding: 64px 0 76px; }
    .hp-faq-heading { margin-bottom: 30px; }
    .hp-faq-heading h2 { font-size: clamp(36px,10.5vw,43px); line-height: .98; }
    .hp-faq-heading > p { font-size: 12px; }
    .hp-faq-search { min-height: 68px; grid-template-columns: 21px minmax(0,1fr); gap: 14px; margin-bottom: 18px; padding: 9px 16px; border-radius: 18px; }
    .hp-faq-search > span { width: 18px; height: 18px; }
    .hp-faq-search input { font-size: 16px; }
    .hp-faq-search > b { display: none; }
    .hp-faq-layout { gap: 14px; }
    .hp-faq-group { border-radius: 20px; }
    .hp-faq-group > header { min-height: 74px; grid-template-columns: 32px minmax(0,1fr); gap: 10px; padding: 15px 17px; }
    .hp-faq-group > header > span { width: 30px; height: 30px; }
    .hp-faq-group > header h2 { font-size: 19px; }
    .hp-faq-group > header small { display: none; }
    .hp-faq-item summary { min-height: 76px; grid-template-columns: 22px minmax(0,1fr) 31px; gap: 8px; padding: 13px 16px; }
    .hp-faq-item summary h3 { font-size: 13px; line-height: 1.45; }
    .hp-faq-item summary > b { width: 30px; height: 30px; }
    .hp-faq-item > div { padding: 0 16px 22px 46px; }
    .hp-faq-item > div p { font-size: 11px; line-height: 1.72; }
}

/* 2026-08-20 / Related solutions and machine comparison */
.hp-compare-toggle { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 13px; border: 1px solid rgba(36,36,36,.14); border-radius: 999px; color: #242424; background: #fff; font: inherit; font-size: 9px; font-weight: 750; cursor: pointer; transition: color .25s ease,border-color .25s ease,background .25s ease,transform .25s ease; }
.hp-compare-toggle::before { content: "+"; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #242424; font-size: 13px; line-height: 1; transition: background .25s ease,transform .35s var(--hp-ease); }
.hp-compare-toggle:hover { border-color: #ff6600; transform: translateY(-1px); }
.hp-compare-toggle.is-selected { color: #fff; border-color: #ff6600; background: #ff6600; }
.hp-compare-toggle.is-selected::before { content: "✓"; color: #ff6600; background: #fff; transform: rotate(360deg); }
.hp-machine-card__actions { grid-template-columns: minmax(0,1fr) 46px; gap: 9px; }
.hp-machine-card__actions .hp-compare-toggle { grid-column: 1/-1; width: 100%; min-height: 44px; margin: 0; border-color: rgba(36,36,36,.12); background: #f3f3f4; font-size: 9px; }
.hp-machine-card__actions .hp-compare-toggle:hover { color: #fff; border-color: #242424; background: #242424; }
.hp-machine-card__actions .hp-compare-toggle.is-selected { color: #fff; border-color: #ff6600; background: #ff6600; }
.hp-machine-card__actions > a:first-of-type { color: #fff; background: var(--hp-orange); }
.hp-machine-card__actions > a:first-of-type:hover { color: #fff; background: #ff7b24; transform: translateY(-2px); }
.hp-machine-card__actions > a:last-of-type { color: #242424; border: 1px solid #e3e3e5; background: #fff; font-size: 15px; }
.hp-product-compare { min-height: 48px; margin-top: 13px; padding: 0 18px; color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.hp-product-compare::before { color: #242424; background: #fff; }
.hp-product-compare:hover { color: #fff; border-color: #ff6600; }

.hp-compare-dock { position: fixed; z-index: 120; right: 0; bottom: 22px; left: 0; padding: 0 18px; pointer-events: none; }
body.hp-has-compare { padding-bottom: 104px; }
html.hp-has-compare { scroll-padding-bottom: 120px; }
.hp-compare-dock[hidden] { display: none; }
.hp-compare-dock__inner { width: min(980px,calc(100vw - 36px)); min-height: 78px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 22px; margin: auto; padding: 11px 12px 11px 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; color: #fff; background: radial-gradient(circle at 82% 20%,rgba(255,102,0,.22),transparent 32%),rgba(30,30,30,.96); box-shadow: 0 28px 76px rgba(0,0,0,.35); backdrop-filter: blur(20px); pointer-events: auto; animation: hp-compare-rise .45s var(--hp-ease) both; }
@keyframes hp-compare-rise { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: none; } }
.hp-compare-dock__label small { display: block; margin-bottom: 4px; color: #ff7624; font-size: 7px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hp-compare-dock__label strong { font-size: 11px; white-space: nowrap; }
.hp-compare-dock__items { min-width: 0; display: flex; align-items: center; gap: 7px; overflow: hidden; }
.hp-compare-dock__items > span { min-width: 0; height: 50px; display: grid; grid-template-columns: 38px minmax(0,1fr) 20px; align-items: center; gap: 8px; padding: 5px 7px 5px 5px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.06); }
.hp-compare-dock__items img { width: 38px; height: 38px; border-radius: 9px; object-fit: contain; background: #f4f4f5; }
.hp-compare-dock__items b { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.hp-compare-dock__items button { width: 20px; height: 20px; border: 0; border-radius: 50%; color: #b8b8bb; background: transparent; cursor: pointer; }
.hp-compare-dock__items > i { color: #929296; font-size: 8px; font-style: normal; white-space: nowrap; }
.hp-compare-dock__actions { display: flex; align-items: center; gap: 7px; }
.hp-compare-dock__actions button { min-height: 46px; padding: 0 16px; border: 0; border-radius: 14px; color: #b7b7ba; background: rgba(255,255,255,.06); font: inherit; font-size: 9px; font-weight: 750; cursor: pointer; }
.hp-compare-dock__actions [data-compare-open] { min-width: 172px; color: #fff; background: #ff6600; }
.hp-compare-dock__actions [data-compare-open] span { margin-left: 8px; }
.hp-compare-dock__actions [data-compare-open]:disabled { color: #8b8b8e; background: #373739; cursor: not-allowed; }

.hp-compare-modal { position: fixed; z-index: 150; inset: 0; display: grid; place-items: center; padding: 20px; }
.hp-compare-modal[hidden] { display: none; }
.hp-compare-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(14,14,14,.76); backdrop-filter: blur(12px); cursor: pointer; }
.hp-compare-modal__panel { position: relative; width: min(1240px,100%); max-height: calc(100vh - 40px); overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; color: #242424; background: #f6f3ee; box-shadow: 0 36px 120px rgba(0,0,0,.48); animation: hp-compare-modal-in .5s var(--hp-ease) both; }
@keyframes hp-compare-modal-in { from { opacity: 0; transform: translateY(22px) scale(.975); } to { opacity: 1; transform: none; } }
.hp-compare-modal__panel > header { min-height: 132px; display: flex; justify-content: space-between; gap: 30px; padding: 28px 32px; color: #fff; background: radial-gradient(circle at 78% 15%,rgba(255,102,0,.22),transparent 26%),#242424; }
.hp-compare-modal__panel > header small { color: #ff7624; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hp-compare-modal__panel > header h2 { margin: 8px 0 4px; font-size: clamp(32px,4vw,52px); line-height: .95; letter-spacing: -.055em; }
.hp-compare-modal__panel > header p { margin: 0; color: #adaeb1; font-size: 10px; }
.hp-compare-modal__panel > header > button { flex: 0 0 auto; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); font-size: 24px; cursor: pointer; }
.hp-compare-modal__body { min-height: 0; overflow: auto; padding: 0 30px 26px; }
.hp-compare-scroll { min-width: 0; overflow-x: auto; }
.hp-compare-table { min-width: calc(220px + (var(--hp-compare-columns) * 250px)); }
.hp-compare-table__head,.hp-compare-row { display: grid; grid-template-columns: 210px repeat(var(--hp-compare-columns),minmax(230px,1fr)); }
.hp-compare-table__corner { padding: 28px 18px; border-right: 1px solid rgba(36,36,36,.1); }
.hp-compare-table__corner small { display: block; margin-bottom: 6px; color: #ff6600; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.hp-compare-table__corner strong { font-size: 14px; }
.hp-compare-product { position: relative; min-height: 265px; padding: 20px; border-right: 1px solid rgba(36,36,36,.1); background: rgba(255,255,255,.66); }
.hp-compare-product > button { position: absolute; z-index: 1; top: 14px; right: 14px; width: 28px; height: 28px; border: 1px solid rgba(36,36,36,.12); border-radius: 50%; background: #fff; cursor: pointer; }
.hp-compare-product > a:first-of-type { height: 122px; display: block; margin-bottom: 14px; }
.hp-compare-product img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hp-compare-product small { color: #ff6600; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.hp-compare-product h3 { margin: 5px 0 3px; font-size: 21px; letter-spacing: -.03em; }
.hp-compare-product p { min-height: 28px; margin: 0 0 10px; color: #737478; font-size: 9px; line-height: 1.45; }
.hp-compare-product > a:last-child { color: #242424; font-size: 8px; font-weight: 750; }
.hp-compare-row { min-height: 64px; border-top: 1px solid rgba(36,36,36,.1); }
.hp-compare-row > strong,.hp-compare-row > span { display: flex; align-items: center; padding: 14px 18px; border-right: 1px solid rgba(36,36,36,.1); font-size: 10px; line-height: 1.45; }
.hp-compare-row > strong { background: rgba(36,36,36,.035); }
.hp-compare-row > span { background: rgba(255,255,255,.52); }
.hp-compare-row > span.is-different { color: #b64900; background: rgba(255,102,0,.07); }
.hp-compare-modal__panel > footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 30px; border-top: 1px solid rgba(36,36,36,.1); background: #fff; }
.hp-compare-modal__panel > footer p { max-width: 690px; margin: 0; color: #77787c; font-size: 8px; line-height: 1.55; }
.hp-compare-modal__panel > footer a { min-height: 42px; display: inline-flex; align-items: center; gap: 18px; padding: 0 17px; border-radius: 999px; color: #fff; background: #ff6600; font-size: 9px; font-weight: 750; white-space: nowrap; }
.hp-compare-open { overflow: hidden; }
.hp-compare-toast { position: fixed; z-index: 190; top: 92px; left: 50%; max-width: calc(100vw - 32px); padding: 13px 18px; border-radius: 999px; color: #fff; background: #242424; box-shadow: 0 14px 42px rgba(0,0,0,.22); font-size: 9px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%,-12px); transition: opacity .25s ease,transform .35s var(--hp-ease); }
.hp-compare-toast.is-visible { opacity: 1; transform: translate(-50%,0); }

.hp-related-solutions { position: relative; overflow: hidden; padding: 104px 0 116px; color: #fff; background: radial-gradient(circle at 78% 10%,rgba(255,102,0,.16),transparent 27%),#202020; }
.hp-related-solutions::before { content: "GOOD SERVICES"; position: absolute; top: 6px; right: -18px; color: rgba(255,255,255,.025); font-size: clamp(90px,15vw,220px); font-weight: 780; letter-spacing: -.08em; }
.hp-related-solutions .hp-container { position: relative; }
.hp-related-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 50px; margin-bottom: 46px; }
.hp-related-heading h2 { max-width: 790px; margin: 10px 0 0; font-size: clamp(44px,6vw,78px); font-weight: 650; line-height: .94; letter-spacing: -.065em; }
.hp-related-heading p { max-width: 470px; margin: 0 0 7px auto; color: #a8a9ac; font-size: 13px; line-height: 1.7; }
.hp-related-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr); gap: 18px; }
.hp-related-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; background: rgba(255,255,255,.045); }
.hp-related-panel__head { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
.hp-related-panel__head span { color: #ff7624; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.hp-related-panel__head h3 { margin: 5px 0 0; font-size: 24px; letter-spacing: -.04em; }
.hp-related-panel__head > a { color: #b7b8ba; font-size: 8px; font-weight: 700; }
.hp-related-machine-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.hp-related-machine { min-width: 0; padding: 18px; border-right: 1px solid rgba(255,255,255,.08); }
.hp-related-machine:last-child { border-right: 0; }
.hp-related-machine__image { height: 148px; display: block; margin-bottom: 16px; border-radius: 17px; background: linear-gradient(145deg,#f7f7f8,#e8e8ea); }
.hp-related-machine__image img { width: 100%; height: 100%; padding: 14px; object-fit: contain; mix-blend-mode: multiply; transition: transform .6s var(--hp-ease); }
.hp-related-machine:hover .hp-related-machine__image img { transform: scale(1.05); }
.hp-related-machine small { color: #ff7624; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.hp-related-machine h3 { overflow: hidden; margin: 7px 0 5px; font-size: 19px; text-overflow: ellipsis; white-space: nowrap; }
.hp-related-machine p { min-height: 34px; margin: 0 0 14px; color: #9fa0a3; font-size: 9px; line-height: 1.55; }
.hp-related-machine__actions { display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.hp-related-machine__actions > a { color: #fff; font-size: 8px; font-weight: 750; }
.hp-related-machine .hp-compare-toggle { min-height: 34px; color: #fff; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.05); }
.hp-related-machine .hp-compare-toggle::before { color: #242424; background: #fff; }
.hp-related-machine .hp-compare-toggle.is-selected { border-color: #ff6600; background: #ff6600; }
.hp-related-part-list { display: grid; }
.hp-related-part { min-height: 126px; display: grid; grid-template-columns: 94px minmax(0,1fr) 28px; align-items: center; gap: 16px; padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; }
.hp-related-part:last-child { border-bottom: 0; }
.hp-related-part > div:first-child { height: 90px; border-radius: 15px; background: #f4f4f5; }
.hp-related-part img { width: 100%; height: 100%; padding: 8px; object-fit: contain; mix-blend-mode: multiply; }
.hp-related-part small { color: #ff7624; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.hp-related-part h3 { margin: 5px 0 4px; font-size: 16px; }
.hp-related-part p { margin: 0; color: #9fa0a3; font-size: 8px; line-height: 1.48; }
.hp-related-part > b { color: #ff7624; font-size: 17px; }
.hp-related-panel__note { margin: 0; padding: 16px 20px; border-top: 1px solid rgba(255,255,255,.08); color: #939498; font-size: 8px; line-height: 1.55; }
.hp-related-panel__note b { color: #fff; }

@media (max-width: 1020px) {
    .hp-compare-dock__inner { grid-template-columns: auto minmax(0,1fr); }
    .hp-compare-dock__actions { grid-column: 1/-1; }
    .hp-compare-dock__actions [data-compare-open] { flex: 1; }
    .hp-related-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    body.hp-has-compare { padding-bottom: 82px; }
    html.hp-has-compare { scroll-padding-bottom: 108px; }
    body.hp-has-compare .hp-whatsapp { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(10px); }
    .hp-compare-toast { top: auto; bottom: 98px; width: max-content; max-width: calc(100vw - 32px); border-radius: 14px; text-align: center; transform: translate(-50%,12px); }
    .hp-compare-toast.is-visible { transform: translate(-50%,0); }
    .hp-machine-card { scroll-margin-block: 150px; }
    .hp-machine-card__body { padding: 18px; }
    .hp-machine-card__body > small { min-height: 18px; font-size: 8px; }
    .hp-machine-card h3 { margin-bottom: 8px; font-size: 25px; line-height: 1.05; }
    .hp-machine-card__body > p { min-height: 36px; margin-bottom: 14px; font-size: 10px; line-height: 1.55; }
    .hp-machine-card__specs { gap: 6px; }
    .hp-machine-card__specs > span { min-height: 66px; padding: 9px 7px; }
    .hp-machine-card__body ul { margin: 14px 0; }
    .hp-machine-card__actions { grid-template-columns: minmax(0,1fr) 48px; gap: 8px; }
    .hp-machine-card__actions .hp-compare-toggle { min-height: 48px; font-size: 10px; }
    .hp-machine-card__actions > a { min-height: 48px; font-size: 10px; }
    .hp-machine-card__actions > a:last-of-type { font-size: 17px; }
    .hp-product-compare { width: 100%; }
    .hp-compare-dock { bottom: 10px; padding: 0 10px; }
    .hp-compare-dock__inner { width: 100%; min-height: 0; grid-template-columns: 1fr auto; gap: 10px; padding: 12px; border-radius: 20px; }
    .hp-compare-dock__label { display: none; }
    .hp-compare-dock__items { min-height: 44px; }
    .hp-compare-dock__items > span { width: 44px; min-width: 44px; grid-template-columns: 1fr; padding: 3px; }
    .hp-compare-dock__items img { width: 38px; height: 38px; }
    .hp-compare-dock__items b { display: none; }
    .hp-compare-dock__items button { position: absolute; margin: -34px 0 0 28px; color: #fff; background: #ff6600; }
    .hp-compare-dock__items > i { font-size: 7px; }
    .hp-compare-dock__actions { grid-column: auto; }
    .hp-compare-dock__actions > [data-compare-clear] { display: none; }
    .hp-compare-dock__actions [data-compare-open] { min-width: 136px; min-height: 44px; padding: 0 12px; }
    .hp-compare-modal { padding: 0; }
    .hp-compare-modal__panel { width: 100%; max-height: 100dvh; height: 100dvh; border: 0; border-radius: 0; }
    .hp-compare-modal__panel > header { min-height: 168px; flex: 0 0 auto; padding: 24px 18px 22px; }
    .hp-compare-modal__panel > header h2 { margin-top: 9px; font-size: 33px; line-height: .94; }
    .hp-compare-modal__panel > header p { max-width: 270px; margin-top: 7px; font-size: 8px; line-height: 1.5; }
    .hp-compare-modal__body { padding: 0 14px 20px; }
    .hp-compare-table { min-width: calc(132px + (var(--hp-compare-columns) * 205px)); }
    .hp-compare-table__head,.hp-compare-row { grid-template-columns: 122px repeat(var(--hp-compare-columns),minmax(190px,1fr)); }
    .hp-compare-product { min-height: 238px; padding: 14px; }
    .hp-compare-product > a:first-of-type { height: 105px; }
    .hp-compare-row > strong,.hp-compare-row > span { padding: 12px; font-size: 9px; }
    .hp-compare-modal__panel > footer { display: block; padding: 14px; }
    .hp-compare-modal__panel > footer p { margin-bottom: 10px; }
    .hp-compare-modal__panel > footer a { width: 100%; justify-content: space-between; }
    .hp-related-solutions { padding: 72px 0 82px; }
    .hp-related-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
    .hp-related-heading h2 { font-size: clamp(40px,12vw,54px); }
    .hp-related-heading p { margin: 0; font-size: 11px; }
    .hp-related-panel { border-radius: 22px; }
    .hp-related-machine-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .hp-related-machine-list::-webkit-scrollbar { display: none; }
    .hp-related-machine { flex: 0 0 82%; scroll-snap-align: start; }
    .hp-related-part { grid-template-columns: 72px minmax(0,1fr) 20px; gap: 11px; padding: 12px; }
    .hp-related-part > div:first-child { height: 72px; }
}

@media (max-width: 360px) {
    .hp-machine-card__body { padding: 16px; }
    .hp-machine-card__specs { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .hp-machine-card__specs > span:nth-child(3) { display: none; }
    .hp-related-machine { flex-basis: 88%; }
    .hp-related-machine__actions { align-items: stretch; flex-direction: column; }
    .hp-related-machine .hp-compare-toggle { width: 100%; min-height: 44px; }
    .hp-compare-dock__items > i { display: none; }
    .hp-compare-dock__actions [data-compare-open] { min-width: 126px; font-size: 8px; }
}

/* 2026-08-20 / Clean mobile sticky stack: header, search, then catalogue tools */
@media (max-width: 900px) {
    .hp-site .hp-mobile-catalog-toolbar { top: 210px; transition: top .32s var(--hp-ease),box-shadow .25s ease; }
    .hp-search-dock::after { bottom: -8px; height: 8px; opacity: .18; }
}

@media (max-width: 620px) {
    .hp-site .hp-header.is-scrolled + main .hp-mobile-catalog-toolbar { top: 156px; }
}

/* Account and authentication screens */
.hp-account-page { min-height: 720px; padding: 110px 0; color: #242424; background: radial-gradient(circle at 86% 12%,rgba(255,102,0,.11),transparent 28%),#f3f0ea; }
.hp-account-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,.72fr); align-items: center; gap: clamp(60px,9vw,150px); }
.hp-account-intro h1 { max-width: 720px; margin: 14px 0 24px; font-size: clamp(52px,6vw,88px); line-height: .92; letter-spacing: -.065em; }
.hp-account-intro h1 em { color: #ff6600; font-style: normal; }
.hp-account-intro p { max-width: 510px; color: #727378; font-size: 14px; line-height: 1.75; }
.hp-account-intro > a { min-height: 44px; display: inline-flex; align-items: center; gap: 24px; margin-top: 22px; border-bottom: 1px solid rgba(36,36,36,.22); font-size: 10px; font-weight: 780; }
.hp-account-card,.hp-account-panel { padding: 34px; border: 1px solid rgba(36,36,36,.1); border-radius: 28px; background: rgba(255,255,255,.86); box-shadow: 0 28px 90px rgba(44,35,28,.1); }
.hp-account-card > small,.hp-account-panel > small { color: #ff6600; font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hp-account-card h2,.hp-account-panel h2 { margin: 9px 0 25px; font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.hp-account-form { display: grid; gap: 14px; }
.hp-account-form--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.hp-account-form__wide { grid-column: 1/-1; }
.hp-account-form label { display: grid; gap: 7px; color: #5e5f63; font-size: 9px; font-weight: 720; }
.hp-account-form label > span { padding-left: 3px; }
.hp-account-form input { width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid rgba(36,36,36,.13); border-radius: 13px; color: #242424; background: #fff; font: inherit; font-size: 12px; outline: none; transition: border-color .2s ease,box-shadow .2s ease; }
.hp-account-form input:focus { border-color: #ff6600; box-shadow: 0 0 0 4px rgba(255,102,0,.09); }
.hp-account-form label > b { color: #b9362d; font-size: 8px; font-weight: 650; }
.hp-account-form .hp-button { width: 100%; min-height: 52px; justify-content: space-between; border: 0; cursor: pointer; }
.hp-account-check { grid-template-columns: 18px 1fr; align-items: center; }
.hp-account-check input { width: 18px; min-height: 18px; accent-color: #ff6600; }
.hp-account-links { display: flex; justify-content: space-between; gap: 16px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(36,36,36,.1); color: #6f7074; font-size: 9px; }
.hp-account-links a { color: #242424; font-weight: 780; }
.hp-form-notice { margin-bottom: 18px; padding: 13px 15px; border-radius: 12px; font-size: 9px; line-height: 1.5; }
.hp-form-notice.is-success { color: #236b3a; background: #e7f4eb; }
.hp-form-notice.is-error { color: #8c312b; background: #faeae8; }
.hp-account-page--dashboard { min-height: 760px; }
.hp-account-dashboard-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.hp-account-dashboard-head h1 { margin: 9px 0; font-size: clamp(46px,6vw,78px); line-height: .94; letter-spacing: -.06em; }
.hp-account-dashboard-head p { margin: 0; color: #74757a; font-size: 12px; }
.hp-account-dashboard-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.72fr); align-items: start; gap: 18px; }
.hp-account-dashboard-side { display: grid; gap: 18px; }
.hp-order-list { display: grid; }
.hp-order-list > div { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-top: 1px solid rgba(36,36,36,.1); }
.hp-order-list span { display: grid; gap: 5px; }
.hp-order-list small { color: #88898d; font-size: 8px; }
.hp-order-list strong { font-size: 13px; }
.hp-order-list .hp-order-empty { min-height: 260px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.hp-order-empty b { font-size: 22px; }
.hp-order-empty p { max-width: 420px; color: #78797d; font-size: 11px; line-height: 1.65; }
.hp-order-empty a { color: #ff6600; font-size: 9px; font-weight: 780; }

@media (max-width: 900px) {
    .hp-account-page { min-height: 0; padding: 80px 0; }
    .hp-account-layout,.hp-account-dashboard-grid { grid-template-columns: 1fr; gap: 38px; }
    .hp-account-intro h1 { font-size: clamp(48px,11vw,70px); }
    .hp-account-dashboard-side { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
    .hp-account-page { padding: 58px 0 72px; }
    .hp-account-layout { gap: 30px; }
    .hp-account-intro h1 { margin-bottom: 18px; font-size: 46px; }
    .hp-account-card,.hp-account-panel { padding: 24px 20px; border-radius: 22px; }
    .hp-account-card h2,.hp-account-panel h2 { font-size: 29px; }
    .hp-account-form--two,.hp-account-dashboard-side { grid-template-columns: 1fr; }
    .hp-account-form__wide { grid-column: auto; }
    .hp-account-links { align-items: flex-start; flex-direction: column; }
    .hp-account-dashboard-head { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
    .hp-account-dashboard-head .hp-button { width: 100%; justify-content: center; }
}

/* Keep industrial hero artwork inside the viewport at every breakpoint. */
.hp-hero { overflow: hidden; overflow: clip; }
