/* SKECEL mobile experience — isolated from the desktop layout. */
.mobile-menu-toggle,
.mobile-menu-panel,
.mobile-hero-art,
.loader-mobile-strip,
.mobile-workflow-heading,
.mobile-product-heading {
    display: none;
}

@media (max-width: 900px) {
    .loader {
        justify-content: center;
        padding: max(18px, env(safe-area-inset-top)) 20px max(18px, env(safe-area-inset-bottom));
    }

    .loader-bg {
        width: min(620px, 122vw);
        max-height: 36vh;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        opacity: .96;
    }

    .loader-word {
        margin-top: 8px;
        font-size: clamp(28px, 8.9vw, 38px);
        letter-spacing: .34em;
        text-indent: .34em;
    }

    .loader-tagline,
    .loader-foot {
        font-size: 10px;
        letter-spacing: .28em;
        text-indent: .28em;
    }

    .loader-tagline {
        margin-top: 8px;
        white-space: nowrap;
    }

    .loader-status {
        margin-top: 16px;
        font-size: 14px;
    }

    .loader-progress {
        width: min(292px, calc(100vw - 74px));
        margin-top: 10px;
    }

    .loader-count {
        right: -42px;
        font-size: 12px;
    }

    .loader-foot {
        margin-bottom: max(16px, env(safe-area-inset-bottom));
    }

    :root {
        --mobile-header: 64px;
        --mobile-gutter: 18px;
        --mobile-radius: 18px;
    }

    html {
        scroll-padding-top: var(--mobile-header);
    }

    body.mobile-menu-open {
        overflow: hidden;
    }

    .site-header {
        height: var(--mobile-header);
        border-bottom-color: rgba(204, 255, 0, 0.12);
        background: rgba(2, 4, 2, 0.9);
        backdrop-filter: blur(18px) saturate(1.2);
    }

    .nav-shell {
        width: 100%;
        height: var(--mobile-header);
        min-height: var(--mobile-header);
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        padding: 0 14px;
    }

    .brand {
        gap: 8px;
        min-width: 0;
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    .brand span:last-child {
        font-size: 21px;
        letter-spacing: -.04em;
    }

    .nav-links,
    .nav-cta {
        display: none !important;
    }

    .nav-actions {
        gap: 6px;
    }

    .cart-open,
    .mobile-menu-toggle {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 13px;
        color: #fff;
        background: rgba(255, 255, 255, 0.035);
    }

    .mobile-menu-toggle {
        position: relative;
        z-index: 52;
        color: var(--acid);
    }

    .mobile-menu-toggle svg {
        width: 21px;
        height: 21px;
    }

    .mobile-menu-panel {
        position: fixed;
        inset: var(--mobile-header) 0 auto;
        z-index: 51;
        display: grid;
        gap: 8px;
        padding: 20px var(--mobile-gutter) calc(24px + env(safe-area-inset-bottom));
        border-bottom: 1px solid rgba(204, 255, 0, 0.28);
        background:
            radial-gradient(circle at 88% 12%, rgba(204, 255, 0, 0.14), transparent 34%),
            rgba(3, 6, 3, 0.98);
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.72);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-18px);
        transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
    }

    .mobile-menu-panel::after {
        content: "";
        position: fixed;
        inset: var(--mobile-header) 0 0;
        z-index: -1;
        background: rgba(0, 0, 0, 0.66);
        backdrop-filter: blur(8px);
    }

    .mobile-menu-panel.is-open {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .mobile-menu-kicker {
        margin-bottom: 5px;
        color: var(--acid);
        font: 900 10px/1 "Inter", sans-serif;
        letter-spacing: .24em;
    }

    .mobile-menu-panel a {
        min-height: 54px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 14px;
        color: #f4f7ef;
        background: rgba(255, 255, 255, 0.035);
        font-weight: 900;
        text-transform: uppercase;
    }

    .mobile-menu-panel a svg {
        width: 18px;
        color: var(--acid);
    }

    .mobile-menu-panel .mobile-menu-primary {
        margin-top: 6px;
        color: #050704;
        border-color: var(--acid);
        background: var(--acid);
        box-shadow: 0 14px 34px rgba(204, 255, 0, 0.2);
    }

    .mobile-menu-panel .mobile-menu-primary svg {
        color: #050704;
    }

    .view-home {
        padding-top: var(--mobile-header);
        background: #030403;
    }

    .hero {
        min-height: 742px;
        height: auto;
        padding: 20px var(--mobile-gutter) 18px;
        background:
            url("../images/runtime/hero-cap.webp") right -8px top 350px / 34% auto no-repeat,
            url("../images/runtime/hero-tshirt.webp") right 22px top 218px / 51% auto no-repeat,
            url("../images/runtime/hero-hoodie.webp") left 156px top 242px / 40% auto no-repeat,
            url("../images/runtime/hero-green-bg.webp") center 210px / 138% auto no-repeat,
            radial-gradient(circle at 84% 30%, rgba(204, 255, 0, .16), transparent 29%),
            radial-gradient(circle at 22% 74%, rgba(157, 214, 16, .12), transparent 32%),
            linear-gradient(180deg, rgba(2, 3, 2, .98) 0%, rgba(3, 5, 3, .9) 35%, rgba(3, 5, 3, .54) 70%, #040604 100%);
        overflow: hidden;
    }

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        pointer-events: none;
        background: linear-gradient(96deg, rgba(2, 3, 2, .94) 0%, rgba(2, 3, 2, .66) 42%, rgba(2, 3, 2, .14) 72%, transparent 100%);
    }

    .hero::after {
        content: "";
        position: absolute;
        inset: auto -10% -44px;
        height: 240px;
        z-index: 4;
        pointer-events: none;
        background:
            radial-gradient(circle at 50% 8%, rgba(171, 219, 19, .24), transparent 54%),
            linear-gradient(180deg, rgba(3, 5, 3, 0) 0%, rgba(3, 5, 3, .82) 66%, #040604 100%);
    }

    .hero-copy {
        width: 100%;
        min-height: 0;
        height: auto;
        display: block;
        padding-top: 0;
        z-index: 8;
        position: relative;
    }

    .hero-title {
        max-width: 286px;
        margin: 0;
        font-size: clamp(42px, 12.6vw, 54px);
        line-height: .9;
        letter-spacing: -.03em;
        text-shadow: 0 8px 24px rgba(0, 0, 0, .3);
    }

    .hero-title-acid {
        transform: translateX(-1px) rotate(-1deg) skewX(-2deg);
    }

    .hero-points {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 18px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
        font-size: 12px;
    }

    .hero-points span {
        gap: 8px;
        padding: 10px 12px;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(10, 14, 10, .8), rgba(5, 8, 5, .78));
        box-shadow:
            0 10px 24px rgba(0, 0, 0, .18),
            inset 0 1px 0 rgba(255, 255, 255, .03);
    }

    .hero-points span::after {
        display: none;
    }

    .hero-points svg {
        width: 17px;
        height: 17px;
    }

    .hero-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 236px;
    }

    .hero-actions .primary-btn,
    .hero-actions .secondary-btn,
    .hero-cta {
        width: 100%;
        min-width: 0;
        min-height: 54px;
        padding-inline: 14px;
        border-radius: 15px;
        font-size: 9px;
        letter-spacing: .04em;
    }

    .hero-btn-label {
        gap: 6px;
    }

    .hero-btn-label span {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.05;
    }

    .hero-btn-icon {
        width: 14px;
        height: 14px;
    }

    .hero-btn-arrow {
        width: 14px;
        height: 14px;
    }

    .social-proof {
        width: auto;
        display: inline-grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 12px;
        padding: 10px 12px;
        border: 1px solid rgba(204,255,0,.12);
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(8, 12, 7, .82), rgba(5, 8, 5, .74));
        box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
    }

    .avatar-stack img {
        width: 28px;
        height: 28px;
    }

    .stars {
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .social-proof p {
        font-size: 11px;
        white-space: nowrap;
    }

    .social-proof > div:last-child {
        gap: 2px;
    }

    .hero-image-stage {
        display: none;
    }

    .hero-green-paint {
        left: 50%;
        right: auto;
        top: 188px;
        width: 140%;
        transform: translateX(-43%);
        opacity: .98;
        filter: brightness(1.1) saturate(1.14);
    }

    .hero-showcase {
        inset: 224px auto auto 50%;
        width: 438px;
        height: 330px;
        min-height: 0;
        transform: translateX(-39%);
    }

    .hero-product-shirt {
        left: 31%;
        top: 0;
        width: 54%;
    }

    .hero-product-hoodie {
        left: 5%;
        top: 12%;
        width: 41%;
    }

    .hero-product-cap {
        right: -2%;
        top: 54%;
        width: 35%;
    }

    .workflow-bar {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        min-height: 116px;
        display: flex;
        grid-template-columns: none;
        gap: 10px;
        margin: 18px 0 0;
        padding: 0 0 10px;
        overflow-x: auto;
        overflow-y: hidden;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        scrollbar-width: none;
    }

    .workflow-bar::-webkit-scrollbar,
    .product-strip::-webkit-scrollbar {
        display: none;
    }

    .workflow-bar article {
        flex: 0 0 88%;
        min-height: 98px;
        grid-template-columns: 48px 1fr;
        gap: 12px;
        padding: 14px;
        border: 1px solid rgba(255,255,255,.09) !important;
        border-radius: 18px;
        background: linear-gradient(160deg, rgba(25,29,24,.96), rgba(10,13,10,.96));
        box-shadow:
            0 18px 34px rgba(0, 0, 0, .22),
            inset 0 1px 0 rgba(255, 255, 255, .04);
        scroll-snap-align: start;
    }

    .workflow-bar svg {
        width: 42px;
        height: 42px;
        padding: 10px;
    }

    .workflow-bar strong {
        font-size: 14px;
    }

    .workflow-bar span {
        font-size: 11px;
        line-height: 1.45;
    }

    .product-strip {
        position: relative;
        display: flex;
        gap: 10px;
        padding: 52px var(--mobile-gutter) 24px;
        margin-top: -10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-left: var(--mobile-gutter);
        border-radius: 24px 24px 0 0;
        background:
            linear-gradient(180deg, rgba(5, 7, 4, .98) 0 18px, #eef1e8 18px 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    }

    .product-strip::before {
        content: "VYBER SI PRODUKT";
        position: absolute;
        left: var(--mobile-gutter);
        top: 22px;
        color: var(--acid);
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .26em;
    }

    .product-card {
        flex: 0 0 79%;
        min-height: 178px;
        border-radius: 20px;
        overflow: hidden;
        scroll-snap-align: start;
        box-shadow:
            0 12px 28px rgba(0, 0, 0, .1),
            0 1px 0 rgba(255, 255, 255, .55) inset;
    }

    .product-card div {
        padding: 18px 14px;
    }

    .product-card h3 {
        font-size: 15px;
        line-height: 1.05;
    }

    .product-card span {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .product-card button {
        min-height: 32px;
        padding: 0 12px;
        border-radius: 999px;
        font-size: 9px;
    }

    .product-card img {
        right: -6px;
        bottom: -12px;
        width: 62%;
        max-height: 154px;
    }

    .story-section {
        padding: 42px var(--mobile-gutter) 18px;
        background: #050705;
    }

    .story-section h2 {
        margin-top: 10px;
        font-size: clamp(34px, 10.8vw, 46px);
        line-height: .94;
    }

    .story-section p {
        font-size: 14px;
        line-height: 1.55;
    }

    .copy-sections {
        padding: 8px var(--mobile-gutter) 52px;
        background: #050705;
    }

    .feature-row,
    .feature-row:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: 0;
        padding: 38px 0;
    }

    .feature-row:nth-child(even) .feature-copy,
    .feature-row:nth-child(even) .feature-media {
        order: initial;
    }

    .feature-copy span {
        font-size: 13px;
    }

    .feature-copy h2 {
        margin: 7px 0 12px;
        font-size: 32px;
    }

    .feature-copy p {
        font-size: 14px;
        line-height: 1.62;
    }

    .feature-media {
        min-height: 220px;
    }

    .feature-media img {
        height: 230px;
        border-radius: 16px;
    }

    .newsletter-band {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 10px var(--mobile-gutter) 50px;
        padding: 25px 20px;
        border-radius: 20px;
    }

    .newsletter-visual {
        display: none;
    }

    .newsletter-copy h2,
    .newsletter-form h3 {
        font-size: 36px;
    }

    .newsletter-form div {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .footer-replica {
        padding-inline: var(--mobile-gutter);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 26px 14px;
    }

    .footer-benefits {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .footer-benefits span {
        padding: 14px 10px;
        font-size: 10px;
    }

    /* Mobile configurator: preview-first, controls below in one scrollable sheet. */
    body.is-config {
        overflow: hidden;
    }

    .view-config.is-active {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
        padding: 0 0 124px;
    }

    .config-top-back {
        position: fixed;
        left: 12px;
        top: 12px;
        min-height: 42px;
        padding-right: 12px;
        opacity: 1 !important;
        z-index: 30;
        backdrop-filter: blur(12px);
    }

    .config-top-back span {
        display: none;
    }

    .config-copy {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        right: auto !important;
        width: 100% !important;
        min-height: 154px;
        padding: 68px var(--mobile-gutter) 10px;
        transform: none !important;
        pointer-events: none;
    }

    .config-copy .config-rule,
    .config-copy p {
        display: none;
    }

    .config-copy > span {
        font-size: 11px;
    }

    .config-copy h1 {
        margin-top: 4px;
        font-size: clamp(44px, 14vw, 60px);
        line-height: .96;
        letter-spacing: -.01em;
    }

    .config-copy h1 strong {
        display: inline-block;
        padding-top: 4px;
    }

    .config-shirt-2d {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: min(76vw, 310px) !important;
        margin: -28px auto -50px !important;
        transform: none !important;
        transform-origin: center;
    }

    .config-panel {
        position: relative;
        grid-column: auto;
        width: calc(100% - 20px) !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 10px !important;
        padding: 10px 10px 18px;
        overflow: visible;
        border-radius: 20px 20px 0 0;
        transform: none !important;
    }

    .product-wheel {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        min-height: 126px;
        border-radius: 15px;
    }

    .product-wheel-card {
        min-width: 116px;
    }

    .fabric-row {
        min-height: auto;
        gap: 10px;
        margin-bottom: 10px;
    }

    .fabric-card {
        min-height: 118px;
        border-radius: 12px;
    }

    .chosen-fabric {
        margin-top: 0;
    }

    .config-color-hint {
        display: none;
    }

    .swatch-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        max-height: none;
        overflow: visible;
        gap: 7px;
        padding: 10px 8px;
        border-radius: 13px;
    }

    .swatch {
        width: min(100%, 32px);
        height: auto;
        aspect-ratio: 1;
    }

    .config-sticky-footer {
        position: static;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 12px;
        padding: 0 0 calc(8px + env(safe-area-inset-bottom));
        background: transparent;
        border-top: 0;
        backdrop-filter: none;
    }

    .config-size-dock,
    .config-actions {
        border-radius: 14px;
        margin: 0;
        padding: 8px;
    }

    .config-size-dock h2 {
        display: flex;
        margin-bottom: 8px;
    }

    .size-grid {
        gap: 4px;
    }

    .size-grid button {
        height: 42px;
        border-radius: 9px;
    }

    .config-actions {
        display: block;
    }

    .back-btn {
        display: none;
    }

    .enter-editor {
        width: 100%;
        min-height: 48px;
        border-radius: 10px;
        letter-spacing: 1.5px;
    }

    .color-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .color-meta strong {
        max-width: 100%;
        text-align: left;
    }

    .docs-layout,
    .cart-shell {
        padding-inline: var(--mobile-gutter);
    }

    .view-docs {
        padding-top: calc(var(--mobile-header) + 10px);
        background:
            radial-gradient(circle at 82% 8%, rgba(204, 255, 0, .12), transparent 26%),
            linear-gradient(180deg, #040604 0%, #060806 100%);
    }

    .docs-layout {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 100%;
        min-height: 0;
        padding: 10px var(--mobile-gutter) 42px;
    }

    .docs-sidebar {
        position: sticky;
        top: calc(var(--mobile-header) + 10px);
        z-index: 18;
        max-height: none;
        padding: 14px;
        border-radius: 22px;
        border-color: rgba(204, 255, 0, .18);
        background:
            radial-gradient(circle at 100% 0%, rgba(204, 255, 0, .12), transparent 34%),
            linear-gradient(160deg, rgba(20, 25, 18, .94), rgba(8, 11, 8, .96));
        box-shadow:
            0 18px 40px rgba(0, 0, 0, .24),
            inset 0 1px 0 rgba(255, 255, 255, .04);
        backdrop-filter: blur(14px);
        overflow: hidden;
    }

    .docs-sidebar h1 {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: .95;
        letter-spacing: -.02em;
    }

    .docs-sidebar nav {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 6px;
        margin-inline: -2px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .docs-sidebar nav::-webkit-scrollbar {
        display: none;
    }

    .docs-nav-group {
        display: contents;
    }

    .docs-nav-group + .docs-nav-group {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .docs-nav-label {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        padding: 0 14px;
        border: 1px solid rgba(204, 255, 0, .2);
        border-radius: 999px;
        background: rgba(204, 255, 0, .08);
        font-size: 10px;
        letter-spacing: .24em;
    }

    .docs-sidebar a:not(.brand) {
        flex: 0 0 auto;
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        padding: 0 15px;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 999px;
        background: rgba(255, 255, 255, .035);
        color: #eef2e7;
        font-size: 12px;
        line-height: 1;
        white-space: nowrap;
        scroll-snap-align: start;
        transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
    }

    .docs-sidebar a.is-active,
    .docs-sidebar a:not(.brand):hover {
        transform: none;
        border-color: rgba(204, 255, 0, .8);
        box-shadow: 0 10px 24px rgba(204, 255, 0, .16);
    }

    .docs-content {
        padding-bottom: 12px;
        overflow: hidden;
    }

    .docs-content section {
        padding: 0 0 32px;
        margin-bottom: 28px;
        scroll-margin-top: calc(var(--mobile-header) + 112px);
    }

    .docs-content h2 {
        margin-bottom: 16px;
        font-size: clamp(32px, 9vw, 38px);
        line-height: .94;
    }

    .docs-content p,
    .docs-content li,
    .docs-content dd,
    .docs-content dt {
        font-size: 15px;
        line-height: 1.72;
    }

    .docs-size-chart {
        display: block;
        overflow-x: auto;
        margin-top: 20px;
        border-radius: 16px;
        white-space: nowrap;
    }

    .docs-size-chart th,
    .docs-size-chart td {
        padding: 13px 14px;
        font-size: 13px;
    }

    .faq-list {
        margin-top: 20px;
        gap: 10px;
    }

    .faq-item {
        border-radius: 16px;
    }

    .faq-item summary {
        min-height: 56px;
        padding: 0 16px;
        font-size: 14px;
        line-height: 1.35;
    }

    .faq-item p {
        padding: 0 16px 16px;
    }

    .cart-grid,
    .checkout-tab-layout {
        grid-template-columns: 1fr;
    }

    /* Mobile homepage art direction: a purpose-built phone hero. */
    .view-home .hero {
        min-height: 872px;
        height: auto;
        padding: 34px var(--mobile-gutter) 18px;
        overflow: hidden;
        background:
            radial-gradient(circle at 86% 51%, rgba(204, 255, 0, .13), transparent 34%),
            radial-gradient(circle at 18% 65%, rgba(157, 214, 16, .1), transparent 34%),
            linear-gradient(180deg, #020302 0%, #030503 52%, #020402 100%);
    }

    .view-home .hero::before {
        z-index: 3;
        background:
            linear-gradient(180deg, rgba(0,0,0,.08) 0 28%, transparent 42% 76%, rgba(0,0,0,.56) 100%),
            radial-gradient(circle at 50% 53%, transparent 0 48%, rgba(0,0,0,.22) 78%, rgba(0,0,0,.58) 100%);
    }

    .view-home .hero::after {
        inset: auto -10% -24px;
        height: 190px;
    }

    .view-home .hero-copy {
        position: relative !important;
        z-index: 8;
    }

    .view-home .hero-title {
        width: 100% !important;
        max-width: 100%;
        font-size: clamp(48px, 14.2vw, 60px);
        line-height: .91;
        letter-spacing: -.012em;
    }

    .view-home .hero-points {
        width: 100% !important;
        gap: 8px;
        margin-top: 22px;
    }

    .view-home .hero-points span {
        padding: 10px 14px;
        border-color: rgba(255,255,255,.16);
    }

    .view-home .hero-actions {
        width: 100% !important;
        margin-top: 356px;
        gap: 10px;
    }

    .view-home .hero-actions .primary-btn,
    .view-home .hero-actions .secondary-btn,
    .view-home .hero-cta {
        min-height: 58px;
        padding-inline: 20px;
        border-radius: 16px;
        font-size: 12px;
        letter-spacing: .02em;
    }

    .view-home .hero-btn-label {
        gap: 12px;
    }

    .view-home .hero-btn-icon,
    .view-home .hero-btn-arrow {
        width: 20px;
        height: 20px;
    }

    .view-home .social-proof {
        width: 100% !important;
        gap: 16px;
        margin-top: 18px;
        padding: 4px 10px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .view-home .avatar-stack img {
        width: 34px;
        height: 34px;
    }

    .view-home .stars {
        font-size: 17px;
        letter-spacing: 2px;
    }

    .view-home .social-proof p {
        font-size: 13px;
    }

    .view-home .mobile-hero-art {
        display: block !important;
        position: absolute !important;
        inset: 288px auto auto 50% !important;
        width: 680px !important;
        height: 390px !important;
        min-height: 0 !important;
        transform: translateX(-46%) !important;
        z-index: 5 !important;
        overflow: visible !important;
        pointer-events: none;
    }

    .view-home .mobile-hero-art .hero-green-paint {
        left: 50% !important;
        right: auto !important;
        top: -24px !important;
        width: 118% !important;
        height: 470px !important;
        object-fit: cover !important;
        object-position: center !important;
        transform: translateX(-50%) !important;
        opacity: .92 !important;
        filter: brightness(1.08) saturate(1.18) !important;
        mask-image: radial-gradient(ellipse at 50% 50%, #000 0 52%, rgba(0,0,0,.72) 70%, transparent 94%) !important;
    }

    .view-home .mobile-hero-art .hero-showcase {
        inset: 0 !important;
        width: 680px !important;
        height: 390px !important;
        min-height: 0 !important;
        transform: none !important;
    }

    .view-home .mobile-hero-art .hero-product-shirt {
        left: 7% !important;
        right: auto !important;
        top: 1% !important;
        width: 76% !important;
        z-index: 7 !important;
        transform: none !important;
    }

    .view-home .mobile-hero-art .hero-product-hoodie {
        left: -2% !important;
        right: auto !important;
        top: 9% !important;
        width: 66% !important;
        z-index: 6 !important;
        transform: none !important;
    }

    .view-home .mobile-hero-art .hero-product-cap {
        left: 44% !important;
        right: auto !important;
        top: 38% !important;
        width: 48% !important;
        z-index: 8 !important;
        transform: none !important;
    }

    .view-home .mobile-hero-art .hero-product-asset {
        mask-image: radial-gradient(ellipse at 50% 56%, #000 0 53%, rgba(0,0,0,.88) 65%, transparent 82%) !important;
        animation: none !important;
    }

    .view-home .workflow-bar {
        margin-top: 22px;
        padding-bottom: 22px;
    }

    .view-home .workflow-bar article {
        position: relative;
        flex: 0 0 100%;
        min-height: 112px;
        grid-template-columns: 58px minmax(0, 1fr) 32px;
        gap: 14px;
        padding: 18px;
        border-color: rgba(204,255,0,.18) !important;
        border-radius: 22px;
    }

    .view-home .workflow-bar article::after {
        content: "\2192";
        display: grid;
        place-items: center;
        width: 32px;
        height: 32px;
        color: var(--acid);
        border: 1px solid rgba(204,255,0,.28);
        border-radius: 50%;
        font-size: 22px;
    }

    .view-home .workflow-bar::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 4px;
        width: 68px;
        height: 7px;
        transform: translateX(-50%);
        border-radius: 999px;
        background: linear-gradient(90deg, var(--acid) 0 23%, transparent 23% 31%, #30342f 31% 54%, transparent 54% 62%, #30342f 62% 85%, transparent 85% 93%, #30342f 93% 100%);
    }

    .view-home .workflow-bar svg {
        width: 52px;
        height: 52px;
        padding: 13px;
    }

    .view-home .workflow-bar strong {
        font-size: 18px;
    }

    .view-home .workflow-bar span {
        font-size: 12px;
    }

    /* Mobile process deck: all four steps remain visible without a carousel. */
    .view-home .workflow-bar {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        width: calc(100% - (var(--mobile-gutter) * 2));
        min-height: 0;
        margin: 24px var(--mobile-gutter) 16px;
        padding: 15px;
        overflow: hidden;
        border: 1px solid rgba(204, 255, 0, .18);
        border-radius: 26px;
        background:
            radial-gradient(circle at 90% 0%, rgba(204, 255, 0, .13), transparent 32%),
            linear-gradient(145deg, rgba(24, 29, 22, .98), rgba(7, 10, 7, .99) 68%);
        box-shadow:
            0 22px 46px rgba(0, 0, 0, .36),
            inset 0 1px 0 rgba(255, 255, 255, .07);
        scroll-snap-type: none;
    }

    .mobile-workflow-heading {
        grid-column: 1 / -1;
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 12px;
        padding: 2px 3px 9px;
    }

    .mobile-workflow-heading div {
        min-width: 0;
    }

    .mobile-workflow-heading span,
    .mobile-product-heading span {
        display: block;
        margin-bottom: 4px;
        color: var(--acid);
        font-size: 8px;
        font-weight: 900;
        letter-spacing: .22em;
    }

    .mobile-workflow-heading strong {
        display: block;
        color: #fff;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 24px;
        font-weight: 900;
        line-height: .95;
        letter-spacing: -.02em;
    }

    .mobile-workflow-heading b {
        flex: 0 0 auto;
        padding: 6px 8px;
        color: #0a0d08;
        border-radius: 999px;
        background: var(--acid);
        font-size: 9px;
        letter-spacing: .08em;
    }

    .view-home .workflow-bar article {
        position: relative;
        display: flex;
        flex: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        min-width: 0;
        min-height: 142px;
        padding: 14px 12px 13px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .085) !important;
        border-radius: 18px;
        background:
            linear-gradient(150deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015) 58%),
            rgba(7, 10, 7, .86);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
        scroll-snap-align: none;
    }

    .view-home .workflow-bar article:nth-of-type(1),
    .view-home .workflow-bar article:nth-of-type(4) {
        background:
            linear-gradient(150deg, rgba(204, 255, 0, .11), rgba(255, 255, 255, .018) 62%),
            rgba(7, 10, 7, .9);
    }

    .view-home .workflow-bar article::after {
        position: absolute;
        top: 12px;
        right: 11px;
        display: block;
        width: auto;
        height: auto;
        color: rgba(204, 255, 0, .58);
        border: 0;
        border-radius: 0;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 16px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: .08em;
    }

    .view-home .workflow-bar article:nth-of-type(1)::after { content: "01"; }
    .view-home .workflow-bar article:nth-of-type(2)::after { content: "02"; }
    .view-home .workflow-bar article:nth-of-type(3)::after { content: "03"; }
    .view-home .workflow-bar article:nth-of-type(4)::after { content: "04"; }

    .view-home .workflow-bar::after {
        content: "";
        position: absolute;
        left: 24px;
        right: 24px;
        bottom: 0;
        width: auto;
        height: 2px;
        transform: none;
        border-radius: 999px;
        background: linear-gradient(90deg, transparent, var(--acid), transparent);
        opacity: .7;
    }

    .view-home .workflow-bar svg {
        width: 42px;
        height: 42px;
        padding: 10px;
    }

    .view-home .workflow-bar article div {
        min-width: 0;
    }

    .view-home .workflow-bar strong {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 1;
    }

    .view-home .workflow-bar span {
        font-size: 10px;
        line-height: 1.4;
    }

    /* Mobile product gallery: a complete touch grid instead of clipped cards. */
    .view-home .product-strip {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin: 0;
        padding: 18px var(--mobile-gutter) 28px;
        overflow: visible;
        border-radius: 28px 28px 0 0;
        background:
            radial-gradient(circle at 100% 0%, rgba(204, 255, 0, .15), transparent 24%),
            linear-gradient(180deg, #10140e, #050705 180px);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, .08),
            0 -18px 44px rgba(0, 0, 0, .3);
        scroll-snap-type: none;
    }

    .view-home .product-strip::before {
        display: none;
    }

    .mobile-product-heading {
        grid-column: 1 / -1;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        padding: 4px 2px 8px;
    }

    .mobile-product-heading strong {
        display: block;
        color: #fff;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 26px;
        font-weight: 900;
        line-height: 1.02;
        max-width: 12ch;
    }

    .mobile-product-heading b {
        flex: 0 0 auto;
        padding: 6px 8px;
        color: var(--acid);
        border: 1px solid rgba(204, 255, 0, .22);
        border-radius: 999px;
        background: rgba(204, 255, 0, .07);
        font-size: 8px;
        letter-spacing: .08em;
    }

    .view-home .product-card {
        flex: none;
        width: auto;
        min-width: 0;
        min-height: 176px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .65);
        border-radius: 19px;
        background:
            radial-gradient(circle at 88% 86%, rgba(204, 255, 0, .66), transparent 38%),
            linear-gradient(145deg, #fbfcf8, #e9eee2);
        box-shadow:
            0 12px 25px rgba(0, 0, 0, .23),
            inset 0 1px 0 #fff;
        scroll-snap-align: none;
    }

    .view-home .product-card div {
        position: relative;
        z-index: 3;
        padding: 14px 11px;
    }

    .view-home .product-card h3 {
        max-width: 92px;
        font-size: 13px;
        line-height: 1;
    }

    .view-home .product-card span {
        margin: 3px 0 10px;
        font-size: 9px;
    }

    .view-home .product-card button {
        min-height: 30px;
        padding: 0 10px;
        font-size: 8px;
    }

    .view-home .product-card img {
        right: -9px;
        bottom: -8px;
        width: 70%;
        max-height: 138px;
        object-fit: contain;
    }
}

@media (max-width: 380px) {
    .loader-tagline,
    .loader-foot {
        letter-spacing: .22em;
        text-indent: .22em;
        font-size: 9px;
    }
}

@media (max-width: 380px) {
    .hero-title {
        font-size: 47px;
    }

    .hero-actions {
        grid-template-columns: 1fr;
        margin-top: 356px;
    }

    .hero-actions .primary-btn,
    .hero-actions .secondary-btn {
        min-height: 48px;
    }

    .workflow-bar article {
        flex-basis: 100%;
    }

    .product-card {
        flex-basis: 84%;
    }

    .footer-grid,
    .footer-benefits {
        grid-template-columns: 1fr;
    }
}

/* One-screen mobile hero and readable documentation footer. */
@media (max-width: 900px) {
    .view-home .hero {
        --hero-mobile-button-height: clamp(44px, 6.2svh, 52px);
        --hero-mobile-button-gap: 8px;
        --hero-mobile-actions-bottom: clamp(58px, 8.2svh, 70px);
        --hero-mobile-proof-bottom: 4px;
        --hero-mobile-proof-height: 42px;
        --hero-mobile-art-cta-overlap: clamp(18px, 2.8svh, 24px);
        height: calc(100svh - 64px) !important;
        min-height: 0 !important;
        padding: clamp(14px, 2.6svh, 24px) var(--mobile-gutter) 10px !important;
        overflow: hidden !important;
    }

    .view-home .hero-copy {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
    }

    .view-home .hero-title {
        margin: 0 !important;
        font-size: clamp(40px, min(12.2vw, 6.5svh), 52px) !important;
        line-height: .9 !important;
    }

    .view-home .hero-points {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
        margin-top: clamp(10px, 1.8svh, 16px) !important;
    }

    .view-home .hero-points span {
        min-height: 30px;
        padding: 6px 10px !important;
        font-size: 10px !important;
    }

    .view-home .hero-points svg {
        width: 14px !important;
        height: 14px !important;
    }

    .view-home .mobile-hero-art {
        --mobile-art-width: min(680px, 168vw, calc((100svh - 64px) * .84));
        display: block !important;
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        top: auto !important;
        bottom: calc(
            var(--hero-mobile-actions-bottom)
            + var(--hero-mobile-button-height)
            + var(--hero-mobile-button-gap)
            + var(--hero-mobile-button-height)
            - var(--hero-mobile-art-cta-overlap)
        ) !important;
        width: var(--mobile-art-width) !important;
        height: calc(var(--mobile-art-width) * .574) !important;
        min-height: 0 !important;
        transform: translateX(-46%) !important;
        overflow: visible !important;
        z-index: 5 !important;
    }

    .view-home .mobile-hero-art .hero-showcase {
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
    }

    .view-home .mobile-hero-art .hero-green-paint {
        left: 50% !important;
        top: -6% !important;
        width: 118% !important;
        height: 122% !important;
        transform: translateX(-50%) !important;
    }

    .view-home .mobile-hero-art .hero-product-shirt {
        left: 14% !important;
        top: 1% !important;
        width: 70% !important;
        z-index: 9 !important;
    }

    .view-home .mobile-hero-art .hero-product-hoodie {
        left: 3% !important;
        top: 9% !important;
        width: 66% !important;
        z-index: 6 !important;
    }

    .view-home .mobile-hero-art .hero-product-cap {
        left: 41% !important;
        right: auto !important;
        top: 38% !important;
        width: 48% !important;
        z-index: 7 !important;
    }

    .view-home .hero-actions {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: var(--hero-mobile-actions-bottom) !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: var(--hero-mobile-button-gap) !important;
        width: 100% !important;
        margin: 0 !important;
        z-index: 12 !important;
    }

    .view-home .hero-actions .primary-btn,
    .view-home .hero-actions .secondary-btn,
    .view-home .hero-cta {
        min-height: var(--hero-mobile-button-height) !important;
        padding-inline: 14px !important;
        border-radius: 13px !important;
        font-size: 10px !important;
    }

    .view-home .social-proof {
        position: absolute !important;
        left: 0 !important;
        bottom: var(--hero-mobile-proof-bottom) !important;
        width: 100% !important;
        min-height: var(--hero-mobile-proof-height);
        margin: 0 !important;
        padding: 3px 5px !important;
        gap: 10px !important;
        z-index: 12 !important;
    }

    body:not(.is-loading) .view-home .hero .hero-copy .hero-actions {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: clamp(58px, 8.2svh, 70px) !important;
        width: 100% !important;
        height: auto !important;
    }

    body:not(.is-loading) .view-home .hero .hero-copy .social-proof {
        position: absolute !important;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        bottom: 20px !important;
        width: 100% !important;
        height: auto !important;
    }

    .view-home .avatar-stack img {
        width: 28px !important;
        height: 28px !important;
    }

    .view-home .stars {
        font-size: 13px !important;
    }

    .view-home .social-proof p {
        font-size: 10px !important;
    }

    /* The process deck follows the first screen instead of increasing its height. */
    .view-home .workflow-bar {
        position: absolute !important;
        left: var(--mobile-gutter) !important;
        right: var(--mobile-gutter) !important;
        top: calc(100% + 16px) !important;
        bottom: auto !important;
        width: auto !important;
        margin: 0 !important;
    }

    .view-home .product-strip {
        margin-top: 420px !important;
    }

    .footer-replica {
        padding: 30px var(--mobile-gutter) max(24px, env(safe-area-inset-bottom)) !important;
        border-top: 1px solid rgba(204, 255, 0, .18);
        background:
            radial-gradient(circle at 100% 0%, rgba(204, 255, 0, .1), transparent 28%),
            linear-gradient(180deg, #090c08, #020302) !important;
    }

    .footer-paint,
    .footer-shirt-corner,
    .footer-goo-layer,
    .footer-benefits {
        display: none !important;
    }

    .footer-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .footer-brand,
    .footer-column {
        position: relative;
        margin: 0 !important;
        padding: 16px !important;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .09);
        border-radius: 18px;
        background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    }

    .footer-brand {
        padding: 20px !important;
        background:
            radial-gradient(circle at 100% 0%, rgba(204, 255, 0, .12), transparent 42%),
            linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018));
    }

    .footer-brand .brand {
        justify-content: flex-start;
    }

    .footer-brand .brand-mark {
        width: 42px !important;
        height: 42px !important;
    }

    .footer-brand .brand span {
        font-size: 24px !important;
    }

    .footer-grid p {
        max-width: 260px;
        margin: 12px 0 16px !important;
        color: #cfd5ca;
        font-size: 12px !important;
        line-height: 1.55;
    }

    .footer-column-heading {
        gap: 11px !important;
        margin-bottom: 8px;
    }

    .footer-column-icon {
        width: 38px !important;
        height: 38px !important;
        border: 1px solid rgba(204, 255, 0, .22);
        background: rgba(204, 255, 0, .08);
    }

    .footer-column-heading h3 {
        font-size: 20px !important;
        line-height: 1 !important;
    }

    .footer-column-heading h3::after {
        width: 36px !important;
        margin-top: 8px !important;
    }

    .footer-link-list {
        display: grid;
        gap: 3px !important;
    }

    .footer-link-item {
        min-height: 42px;
        padding: 9px 10px !important;
        border-radius: 11px !important;
        color: #e6ebe2 !important;
        background: rgba(255, 255, 255, .025);
        font-size: 12px !important;
        line-height: 1.3;
    }

    .footer-link-arrow {
        opacity: .8 !important;
        transform: none !important;
    }

    .copyright {
        margin-top: 18px !important;
        padding: 16px 8px 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .08);
        color: #8f988a !important;
        font-size: 10px !important;
        line-height: 1.5;
        text-align: center;
    }
}

@media (max-width: 900px) and (max-height: 680px) {
    .view-home .hero {
        --hero-mobile-button-height: 42px;
        --hero-mobile-button-gap: 6px;
        --hero-mobile-actions-bottom: 70px;
        --hero-mobile-proof-bottom: 24px;
        --hero-mobile-proof-height: 38px;
        --hero-mobile-art-cta-overlap: 16px;
        padding-top: 12px !important;
    }

    .view-home .hero-title {
        font-size: clamp(36px, 11.2vw, 42px) !important;
    }

    .view-home .hero-points {
        gap: 4px !important;
        margin-top: 8px !important;
    }

    .view-home .hero-points span {
        min-height: 26px;
        padding: 4px 9px !important;
        font-size: 9px !important;
    }

    .view-home .mobile-hero-art {
        --mobile-art-width: min(620px, 160vw, calc((100svh - 64px) * .82));
    }

    .view-home .hero-actions {
        gap: 6px !important;
    }

    body:not(.is-loading) .view-home .hero .hero-copy .hero-actions {
        bottom: var(--hero-mobile-actions-bottom) !important;
    }

    body:not(.is-loading) .view-home .hero .hero-copy .social-proof {
        bottom: var(--hero-mobile-proof-bottom) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-menu-panel,
    .mobile-menu-toggle {
        transition: none !important;
    }
}
