:root {
    --oxhp-green: #2edb1e;
    --oxhp-bg: #f4f5f7;
    --oxhp-text: #060606;
    --oxhp-shell: 1200px;
}

body.oxhp-active {
    background: var(--oxhp-bg) !important;
}

body.oxhp-active .main-page-wrapper,
body.oxhp-active .site-content,
body.oxhp-active .content-layout-wrapper,
body.oxhp-active .container,
body.oxhp-active .container-fluid {
    max-width: none;
}

.oxhp-home,
.oxhp-home * {
    box-sizing: border-box;
}

.oxhp-home {
    width: 100%;
    overflow: hidden;
    color: var(--oxhp-text);
    background: var(--oxhp-bg);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
}

.oxhp-home a {
    color: inherit;
    text-decoration: none;
}

.oxhp-home img {
    max-width: none;
}

.oxhp-home button {
    font: inherit;
}

.oxhp-shell {
    width: min(var(--oxhp-shell), calc(100% - 48px));
    margin-inline: auto;
}

/* Hero */
.oxhp-hero {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: var(--oxhp-hero-ratio, 2560 / 1040);
    overflow: hidden;
    background: #060b15;
    isolation: isolate;
    contain: layout paint;
}

.oxhp-hero-stage,
.oxhp-hero-slide {
    position: absolute;
    inset: 0;
}

.oxhp-hero-stage {
    overflow: hidden;
}

.oxhp-hero-slide {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.01);
    transition: opacity .72s ease, visibility .72s ease, transform 1.1s ease;
    pointer-events: none;
}

.oxhp-hero-slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    pointer-events: auto;
}

.oxhp-hero-image-link,
.oxhp-hero-image {
    display: block;
    width: 100%;
    height: 100%;
}

.oxhp-hero-image {
    max-width: none !important;
    object-fit: contain;
    object-position: center center;
    background: #060b15;
    user-select: none;
}

.oxhp-hero-shade {
    position: absolute;
    inset: auto 0 0;
    z-index: 3;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .34));
    pointer-events: none;
}

.oxhp-hero-copy {
    position: absolute;
    z-index: 4;
    left: clamp(18px, 5.9vw, 82px);
    bottom: clamp(22px, 9.6%, 70px);
    max-width: 42%;
    color: #fff;
    text-shadow: 0 3px 16px rgba(0, 0, 0, .42);
}

.oxhp-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(16px, 3.1vw, 46px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 800;
}

.oxhp-hero-copy p {
    margin: clamp(3px, .65vw, 9px) 0 0;
    color: #fff;
    font-size: clamp(10px, 1.45vw, 21px);
    line-height: 1.2;
    font-weight: 600;
}

.oxhp-hero-badge {
    position: absolute;
    z-index: 5;
    right: clamp(98px, 19vw, 270px);
    bottom: clamp(23px, 9.7%, 72px);
    min-width: clamp(112px, 15vw, 205px);
    padding: clamp(6px, .75vw, 10px) clamp(12px, 1.7vw, 22px);
    border-radius: 999px;
    color: #fff !important;
    background: var(--oxhp-green);
    box-shadow: 0 12px 30px rgba(46, 219, 30, .24);
    font-size: clamp(11px, 1.8vw, 24px);
    line-height: 1;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
}

.oxhp-hero-arrows {
    position: absolute;
    z-index: 8;
    right: clamp(17px, 5.8vw, 82px);
    bottom: clamp(22px, 9.5%, 70px);
    display: flex;
    gap: clamp(6px, .8vw, 11px);
}

.oxhp-hero-arrows button {
    display: grid;
    place-items: center;
    width: clamp(25px, 2.3vw, 31px);
    height: clamp(25px, 2.3vw, 31px);
    padding: 0 0 3px;
    border: clamp(1px, .14vw, 2px) solid rgba(255,255,255,.94);
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.12);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: background .2s ease, transform .2s ease;
}

.oxhp-hero-arrows button:hover,
.oxhp-hero-arrows button:focus-visible {
    background: var(--oxhp-green);
    transform: translateY(-2px);
}

.oxhp-hero-dots {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    height: clamp(3px, .37vw, 5px);
}

.oxhp-hero-dots button {
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(255,255,255,.26);
    cursor: pointer;
}

.oxhp-hero-dots button.is-active {
    background: var(--oxhp-green);
}

/* Products */
.oxhp-products {
    padding-top: 48px;
}

.oxhp-section-title {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
}

.oxhp-section-title h2,
.oxhp-videos h2,
.oxhp-community h2 {
    margin: 0;
    color: #050505;
    font-size: clamp(34px, 3.3vw, 46px);
    line-height: 1;
    letter-spacing: -.045em;
    font-weight: 800;
}

.oxhp-products-title {
    margin-bottom: 42px;
}

.oxhp-products-title span {
    position: absolute;
    top: -29px;
    right: 8px;
    min-width: 99px;
    padding: 7px 14px;
    border-radius: 999px;
    color: #fff;
    background: var(--oxhp-green);
    box-shadow: 0 9px 22px rgba(46, 219, 30, .2);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    transform: rotate(-10deg);
}

.oxhp-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
}

.oxhp-product-card-wide {
    grid-column: 1 / -1;
}

.oxhp-product-media {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 21px;
    background: #111;
    box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

.oxhp-product-card:not(.oxhp-product-card-wide) .oxhp-product-media {
    aspect-ratio: 1.93 / 1;
}

.oxhp-product-card-wide .oxhp-product-media {
    aspect-ratio: 2.72 / 1;
}

.oxhp-product-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.75,.2,1);
}

.oxhp-product-card:hover .oxhp-product-image {
    transform: scale(1.025);
}

.oxhp-product-meta {
    padding-top: 17px;
}

.oxhp-product-kicker {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 500;
}

.oxhp-product-meta h3 {
    margin: 0;
    font-size: clamp(17px, 1.55vw, 21px);
    line-height: 1.22;
    font-weight: 800;
}

.oxhp-product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 17px;
    margin-top: 13px;
}

.oxhp-product-features span {
    min-width: 138px;
    padding: 7px 20px;
    border: 1px solid #0a0a0a;
    border-radius: 999px;
    background: transparent;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

/* Vertical showcase cards */
.oxhp-tiles {
    padding-top: 42px;
    padding-bottom: 88px;
}

.oxhp-tile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.oxhp-tile {
    position: relative;
    display: block;
    aspect-ratio: .72 / 1;
    overflow: hidden;
    border-radius: 21px;
    background: #dfe1e5;
    isolation: isolate;
}

.oxhp-tile-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.75,.2,1);
}

.oxhp-tile-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(45, 219, 30, .83);
    opacity: 0;
    transition: opacity .35s ease;
}

.oxhp-tile-overlay strong {
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1;
}

.oxhp-tile-overlay em {
    margin-top: 7px;
    font-size: 13px;
    font-style: normal;
}

.oxhp-tile:hover .oxhp-tile-overlay,
.oxhp-tile:focus-visible .oxhp-tile-overlay {
    opacity: 1;
}

.oxhp-tile:hover .oxhp-tile-image,
.oxhp-tile:focus-visible .oxhp-tile-image {
    transform: scale(1.055);
}

/* About */
.oxhp-about {
    position: relative;
    width: 100%;
    height: clamp(500px, 41.5vw, 590px);
    min-height: 500px;
    overflow: hidden;
    background: var(--oxhp-bg);
    isolation: isolate;
}

.oxhp-about-marquee {
    position: absolute;
    z-index: 1;
    top: clamp(12px, 1.3vw, 22px);
    left: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.oxhp-about-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: max-content;
    transform: translate3d(-50%, 0, 0);
    will-change: transform;
    animation: oxhp-about-move-right 24s linear infinite;
}

.oxhp-about-strip {
    display: block;
    flex: 0 0 auto;
    width: auto !important;
    max-width: none !important;
    height: clamp(94px, 10.8vw, 158px);
    object-fit: contain;
    user-select: none;
}

.oxhp-about-mark {
    position: absolute;
    z-index: 3;
    top: clamp(100px, 10.3vw, 145px);
    left: 50%;
    width: clamp(148px, 16vw, 230px);
    max-width: none !important;
    height: auto;
    filter: drop-shadow(0 17px 18px rgba(0,0,0,.08));
    transform: translate3d(-50%, 0, 0) rotate(-4deg);
    transform-origin: center center;
    animation: oxhp-about-bounce 2.55s ease-in-out infinite;
    pointer-events: none;
}

.oxhp-about-copy {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: clamp(42px, 4.2vw, 60px);
    width: min(610px, calc(100% - 40px));
    text-align: center;
    transform: translateX(-50%);
}

.oxhp-about-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

@keyframes oxhp-about-move-right {
    from { transform: translate3d(-50%, 0, 0); }
    to { transform: translate3d(0, 0, 0); }
}

@keyframes oxhp-about-bounce {
    0%, 100% { transform: translate3d(-50%, 0, 0) rotate(-4deg); }
    50% { transform: translate3d(-50%, -28px, 0) rotate(2deg); }
}

.oxhp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    min-width: 126px;
    margin-top: 25px;
    padding: 11px 18px;
    border-radius: 7px;
    color: #fff !important;
    background: var(--oxhp-green);
    box-shadow: 0 10px 25px rgba(46,219,30,.18);
    font-size: 12px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease;
}

.oxhp-button:hover,
.oxhp-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(46,219,30,.28);
}

/* Videos */
.oxhp-videos {
    padding-top: 78px;
    padding-bottom: 90px;
}

.oxhp-videos-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
}

.oxhp-video-controls {
    display: flex;
    gap: 10px;
}

.oxhp-video-controls button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0 0 4px;
    border: 1px solid #111;
    border-radius: 50%;
    color: #111;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}

.oxhp-video-controls button:hover,
.oxhp-video-controls button:focus-visible {
    color: #fff;
    background: #111;
}

.oxhp-video-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.oxhp-video-track::-webkit-scrollbar { display: none; }

.oxhp-video-card {
    flex: 0 0 min(380px, 82vw);
    scroll-snap-align: start;
}

.oxhp-video-poster {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #111;
    cursor: pointer;
}

.oxhp-video-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2,.75,.2,1);
}

.oxhp-video-card:hover .oxhp-video-image {
    transform: scale(1.045);
}

.oxhp-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(46,219,30,.94);
    box-shadow: 0 14px 34px rgba(0,0,0,.25);
    transform: translate(-50%, -50%);
}

.oxhp-play::before {
    content: '';
    margin-left: 5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
}

.oxhp-video-card h3 {
    margin: 15px 0 3px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
}

.oxhp-video-card p {
    margin: 0;
    font-size: 14px;
}

.oxhp-video-link {
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    font-weight: 600;
}

/* Community */
.oxhp-community {
    position: relative;
    width: 100%;
    padding: 56px 0 80px;
    overflow: hidden;
    background: var(--oxhp-bg);
}

.oxhp-community h2 {
    position: relative;
    z-index: 3;
    margin-bottom: 59px;
    text-align: center;
}

.oxhp-smile {
    position: absolute;
    z-index: 5;
    top: 77px;
    left: clamp(28px, 7vw, 96px);
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background: var(--oxhp-green);
    transform: rotate(7deg);
    pointer-events: none;
}

.oxhp-smile i {
    position: absolute;
    top: 37px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
}

.oxhp-smile i:first-child { left: 39px; }
.oxhp-smile i:nth-child(2) { right: 39px; }

.oxhp-smile b {
    position: absolute;
    left: 35px;
    top: 48px;
    width: 69px;
    height: 47px;
    border: 9px solid #fff;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 0 0 60px 60px;
}

.oxhp-community-row {
    width: 100%;
    overflow: hidden;
}

.oxhp-community-row + .oxhp-community-row {
    margin-top: 16px;
}

.oxhp-community-track {
    display: flex;
    width: max-content;
    gap: 16px;
    will-change: transform;
    animation: oxhp-marquee 35s linear infinite;
}

.oxhp-community-row.is-reverse .oxhp-community-track {
    animation-direction: reverse;
    animation-duration: 39s;
}

.oxhp-community-row:hover .oxhp-community-track {
    animation-play-state: paused;
}

.oxhp-community-image {
    display: block;
    flex: 0 0 auto;
    width: clamp(236px, 20vw, 286px);
    height: clamp(158px, 13.35vw, 191px);
    border-radius: 15px;
    object-fit: cover;
}

@keyframes oxhp-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 8px)); }
}

/* Modal */
.oxhp-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 26px;
    background: rgba(0,0,0,.9);
}

.oxhp-modal.is-open { display: flex; }

.oxhp-modal-box {
    width: min(1000px, 94vw);
    aspect-ratio: 16 / 9;
    background: #000;
    box-shadow: 0 28px 90px rgba(0,0,0,.5);
}

.oxhp-modal-box iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.oxhp-modal-close {
    position: fixed;
    top: 18px;
    right: 24px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 44px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 900px) {
    .oxhp-tile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oxhp-tile {
        aspect-ratio: .84 / 1;
    }

    .oxhp-about {
        height: 520px;
        min-height: 520px;
    }

    .oxhp-about-strip {
        height: clamp(92px, 13vw, 122px);
    }

    .oxhp-about-mark {
        top: 122px;
        width: 185px;
    }
}

@media (max-width: 640px) {
    .oxhp-shell {
        width: min(100% - 28px, var(--oxhp-shell));
    }

    .oxhp-hero-copy {
        left: 13px;
        bottom: 15%;
        max-width: 47%;
    }

    .oxhp-hero-copy h1 {
        font-size: clamp(14px, 5.2vw, 22px);
    }

    .oxhp-hero-copy p {
        max-width: 170px;
        font-size: clamp(8px, 2.7vw, 12px);
    }

    .oxhp-hero-badge {
        right: 84px;
        bottom: 15%;
        min-width: 88px;
        padding: 5px 9px;
        font-size: clamp(8px, 2.7vw, 12px);
    }

    .oxhp-hero-arrows {
        right: 12px;
        bottom: 14%;
        gap: 5px;
    }

    .oxhp-hero-arrows button {
        width: 24px;
        height: 24px;
        padding-bottom: 2px;
        font-size: 19px;
    }

    .oxhp-products {
        padding-top: 43px;
    }

    .oxhp-products-title {
        margin-bottom: 29px;
    }

    .oxhp-products-title span {
        top: -24px;
        right: 0;
        min-width: 83px;
        font-size: 10px;
    }

    .oxhp-product-grid {
        grid-template-columns: 1fr;
        gap: 31px;
    }

    .oxhp-product-card-wide {
        grid-column: auto;
    }

    .oxhp-product-card:not(.oxhp-product-card-wide) .oxhp-product-media,
    .oxhp-product-card-wide .oxhp-product-media {
        aspect-ratio: 1.62 / 1;
    }

    .oxhp-product-features {
        gap: 8px;
    }

    .oxhp-product-features span {
        min-width: auto;
        padding: 7px 13px;
        font-size: 10px;
    }

    .oxhp-tiles {
        padding-top: 32px;
        padding-bottom: 64px;
    }

    .oxhp-tile-grid {
        gap: 12px;
    }

    .oxhp-tile {
        aspect-ratio: .79 / 1;
        border-radius: 16px;
    }

    .oxhp-tile-overlay {
        top: auto;
        min-height: 39%;
        justify-content: flex-end;
        padding-bottom: 15px;
        background: linear-gradient(transparent, rgba(0,0,0,.64));
        opacity: 1;
    }

    .oxhp-tile-overlay strong { font-size: 17px; }

    .oxhp-about {
        height: 455px;
        min-height: 455px;
    }

    .oxhp-about-marquee {
        top: 20px;
    }

    .oxhp-about-marquee-track {
        animation-duration: 20s;
    }

    .oxhp-about-strip {
        height: 76px;
    }

    .oxhp-about-mark {
        top: 106px;
        width: 132px;
        animation-name: oxhp-about-bounce-mobile;
    }

    .oxhp-about-copy {
        bottom: 38px;
        width: min(100% - 34px, 610px);
    }

    .oxhp-about-copy p {
        font-size: 12.5px;
        line-height: 1.4;
    }

    .oxhp-button {
        margin-top: 19px;
    }

    .oxhp-videos {
        padding-top: 62px;
        padding-bottom: 70px;
    }

    .oxhp-videos-header {
        margin-bottom: 23px;
    }

    .oxhp-video-controls button {
        width: 34px;
        height: 34px;
    }

    .oxhp-video-card {
        flex-basis: 84vw;
    }

    .oxhp-community {
        padding-top: 48px;
        padding-bottom: 62px;
    }

    .oxhp-community h2 {
        margin-bottom: 47px;
    }

    .oxhp-smile {
        top: 79px;
        left: 15px;
        width: 84px;
        height: 84px;
    }

    .oxhp-smile i {
        top: 23px;
        width: 9px;
        height: 9px;
    }

    .oxhp-smile i:first-child { left: 24px; }
    .oxhp-smile i:nth-child(2) { right: 24px; }

    .oxhp-smile b {
        left: 21px;
        top: 31px;
        width: 42px;
        height: 29px;
        border-width: 6px;
        border-top: 0;
    }

    .oxhp-community-image {
        width: 186px;
        height: 124px;
        border-radius: 12px;
    }

    .oxhp-community-track { gap: 12px; }
    .oxhp-community-row + .oxhp-community-row { margin-top: 12px; }
}

@keyframes oxhp-about-bounce-mobile {
    0%, 100% { transform: translate3d(-50%, 0, 0) rotate(-4deg); }
    50% { transform: translate3d(-50%, -17px, 0) rotate(2deg); }
}

@media (prefers-reduced-motion: reduce) {
    .oxhp-hero-slide,
    .oxhp-product-image,
    .oxhp-tile-image,
    .oxhp-tile-overlay,
    .oxhp-video-image {
        transition: none;
    }

    .oxhp-community-track,
    .oxhp-about-marquee-track,
    .oxhp-about-mark {
        animation-play-state: paused;
    }

    .oxhp-video-track {
        scroll-behavior: auto;
    }
}
