.theme-product-screen{
    padding-top:64px;
}
.theme-product-screen__layout{
    display:grid;
    gap:18px;
    align-items:start;
}
.theme-product-screen__summary-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:18px;
}
.theme-product-card{
    position:relative;
    border-radius:30px;
    border:1px solid rgba(255,255,255,.075);
    background:
        linear-gradient(180deg, rgba(255,255,255,.034), rgba(255,255,255,.014)),
        radial-gradient(circle at 18% 14%, rgba(88,244,132,.07), transparent 34%),
        #090d0b;
    box-shadow:
        0 22px 52px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.05);
    overflow:hidden;
    padding:24px;
}
.theme-product-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
    background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0) 24%);
    opacity:.82;
}
.theme-product-card--rating{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:100%;
}
.theme-product-card--meta{
    display:grid;
    gap:18px;
}
.theme-product-card--benefits{
    width:100%;
}
.theme-product-card--fit{
    display:grid;
    align-content:start;
    gap:16px;
}
.theme-product-card__summary-meta{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(220px,.7fr);
    gap:14px;
    align-items:stretch;
}
.theme-product-card__eyebrow{
    position:relative;
    z-index:1;
    display:inline-flex;
    align-items:center;
    align-self:flex-start;
    min-height:30px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(255,255,255,.038);
    border:1px solid rgba(255,255,255,.07);
    color:#dfe7ef;
    font-size:11px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.theme-product-card__key-value{
    position:relative;
    z-index:1;
    display:grid;
    gap:8px;
    margin-top:14px;
    padding:18px 18px 16px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.06);
    background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.012));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.theme-product-card__key-value small{
    font-size:10px;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#8da193;
}
.theme-product-card__key-value strong{
    font-size:clamp(15px,1.25vw,18px);
    line-height:1.15;
    letter-spacing:-.03em;
    color:#f5f7f8;
}

.theme-product-card__title{
    margin:0;
    font-size:clamp(21px,1.9vw,26px);
    line-height:1.06;
    letter-spacing:-.05em;
    color:#f5f7f8;
}
.theme-product-card__title--long{
    font-size:clamp(18px,1.55vw,22px);
    line-height:1.12;
}
.theme-product-card__actions{
    display:grid;
    gap:12px;
    margin-top:18px;
    position:relative;
    z-index:1;
}
.theme-product-card__actions .btn{
    width:100%;
    justify-content:center;
    min-height:60px;
    border-radius:20px;
    font-size:16px;
}
.theme-product-feature{
    position:relative;
    z-index:1;
    display:grid;
    gap:10px;
    margin-top:16px;
    padding:18px 18px 16px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.06);
    background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.012));
}
.theme-product-feature strong{
    color:#f3f7fa;
    font-size:26px;
    line-height:1;
    letter-spacing:-.04em;
}
.theme-product-feature p{
    margin:0;
    color:#a6b8c8;
    font-size:15px;
    line-height:1.74;
}
.theme-product-fit__points{
    position:relative;
    z-index:1;
    display:grid;
    gap:10px;
}
.theme-product-fit__points span{
    position:relative;
    display:block;
    padding-left:18px;
    color:#bed0de;
    font-size:14px;
    line-height:1.72;
}
.theme-product-fit__points span::before{
    content:"";
    position:absolute;
    left:0;
    top:.78em;
    width:7px;
    height:7px;
    border-radius:999px;
    background:rgba(126,240,165,.8);
    box-shadow:0 0 0 4px rgba(126,240,165,.08);
    transform:translateY(-50%);
}
.theme-product-fit__link{
    position:relative;
    z-index:1;
    display:inline-flex;
    align-items:center;
    gap:10px;
    width:max-content;
    color:#dff7e8;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
}
.theme-product-fit__link::after{
    content:"›";
    font-size:18px;
    line-height:1;
}
.theme-product-fit__link:hover{
    color:#ffffff;
}
.theme-product-description{
    position:relative;
    z-index:1;
    margin-top:16px;
    padding:20px 20px 18px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.06);
    background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.012));
}
.theme-product-description p{
    margin:0;
    color:#a6b8c8;
    font-size:15px;
    line-height:1.82;
}
.theme-product-description p + p{
    margin-top:12px;
}
.theme-product-outline{
    display:grid;
    gap:20px;
    margin-top:22px;
}
.theme-product-outline__section{
    display:grid;
    gap:12px;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.06);
}
.theme-product-outline__heading{
    margin:0;
    color:#f4f7f9;
    letter-spacing:-.04em;
}
.theme-product-outline__heading--h2{
    font-size:clamp(24px,2vw,30px);
    line-height:1.08;
}
.theme-product-outline__heading--h3{
    font-size:clamp(21px,1.8vw,25px);
    line-height:1.12;
}
.theme-product-outline__heading--h4{
    font-size:clamp(19px,1.55vw,22px);
    line-height:1.16;
}
.theme-product-outline__heading--h5,
.theme-product-outline__heading--h6{
    font-size:clamp(17px,1.35vw,20px);
    line-height:1.2;
}
.theme-product-outline__section p{
    margin:0;
    color:#a6b8c8;
    font-size:15px;
    line-height:1.82;
}
.theme-product-outline__list-group{
    display:grid;
    gap:10px;
}
.theme-product-outline__list-label{
    color:#e7edf4;
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.theme-product-outline__list{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:10px;
}
.theme-product-outline__list li{
    position:relative;
    padding-left:18px;
    color:#b1c0cd;
    font-size:14px;
    line-height:1.75;
}
.theme-product-outline__list li::before{
    content:"";
    position:absolute;
    left:0;
    top:.72em;
    width:7px;
    height:7px;
    border-radius:999px;
    background:rgba(255,255,255,.35);
    transform:translateY(-50%);
}
.theme-product-outline__list-group.is-positive .theme-product-outline__list li::before{
    background:#7ef0a5;
    box-shadow:0 0 0 4px rgba(126,240,165,.08);
}
.theme-product-outline__list-group.is-negative .theme-product-outline__list li::before{
    background:#ff8e8e;
    box-shadow:0 0 0 4px rgba(255,142,142,.08);
}
.theme-product-card--faqs{
    width:100%;
}
.theme-product-faqs__intro{
    position:relative;
    z-index:1;
    display:grid;
    gap:10px;
    margin-top:16px;
    margin-bottom:18px;
}
.theme-product-faqs__intro h2{
    margin:0;
    color:#f4f7f9;
    font-size:clamp(24px,2vw,30px);
    line-height:1.04;
    letter-spacing:-.05em;
}
.theme-product-faqs__intro p{
    margin:0;
    color:#9fb1c1;
    font-size:14px;
    line-height:1.78;
    max-width:64ch;
}
.theme-product-faqs__intro--compact{
    margin-top:0;
    margin-bottom:14px;
}
.theme-product-faqs__list{
    position:relative;
    z-index:1;
    display:grid;
    gap:12px;
}
.theme-product-faqs__item{
    border-radius:22px;
    border:1px solid rgba(255,255,255,.06);
    background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.012));
    overflow:hidden;
}
.theme-product-faqs__item summary{
    list-style:none;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:14px;
    padding:18px 18px 16px;
    cursor:pointer;
}
.theme-product-faqs__item summary::-webkit-details-marker{
    display:none;
}
.theme-product-faqs__item summary::after{
    content:"+";
    width:32px;
    height:32px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.03);
    color:#eff4f8;
    font-size:18px;
}
.theme-product-faqs__item[open] summary::after{
    content:"−";
    border-color:rgba(88,244,132,.16);
    background:rgba(88,244,132,.08);
    color:#bff9cf;
}
.theme-product-faqs__index{
    min-width:38px;
    min-height:38px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    color:#e8eef5;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
}
.theme-product-faqs__item summary > span:last-child{
    color:#f3f7fa;
    font-size:17px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:-.03em;
}
.theme-product-faqs__item p{
    margin:0;
    padding:0 18px 18px 70px;
    color:#a6b8c8;
    font-size:14px;
    line-height:1.82;
}
.theme-product-rating__summary{
    position:relative;
    z-index:1;
    display:grid;
    gap:14px;
    margin-top:16px;
    padding:18px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.06);
    background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.012));
}
.theme-product-rating__stars{
    display:flex;
    gap:8px;
    font-size:24px;
    line-height:1;
}
.theme-product-rating__stars span{
    color:rgba(255,209,90,.22);
    text-shadow:0 6px 16px rgba(0,0,0,.14);
}
.theme-product-rating__stars span.is-active{
    color:#d7a83f;
    text-shadow:0 10px 22px rgba(215,168,63,.14);
}
.theme-product-rating__stats{
    display:grid;
    gap:6px;
}
.theme-product-rating__stats strong{
    color:#f4f7f9;
    font-size:18px;
    line-height:1.2;
}
.theme-product-rating__stats span{
    color:#a6b7c7;
    font-size:14px;
    line-height:1.6;
}
.theme-product-rating__form{
    position:relative;
    z-index:1;
    display:grid;
    gap:14px;
    margin-top:16px;
}
.theme-product-rating__vote-row{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:10px;
}
.theme-product-rating__vote{
    min-height:54px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.012));
    color:#d6a740;
    font-size:24px;
    line-height:1;
    cursor:pointer;
    transition:
        transform .26s cubic-bezier(.22,.74,.18,1),
        border-color .26s cubic-bezier(.22,.74,.18,1),
        background .26s cubic-bezier(.22,.74,.18,1),
        box-shadow .26s cubic-bezier(.22,.74,.18,1);
}
.theme-product-rating__vote:hover{
    transform:translateY(-2px);
    border-color:rgba(214,167,64,.22);
    background:linear-gradient(180deg,rgba(214,167,64,.12),rgba(255,255,255,.018));
    box-shadow:0 16px 28px rgba(0,0,0,.16);
}
@media (max-width:1180px){
    .theme-product-screen__summary-grid{
        grid-template-columns:1fr;
    }
    .theme-product-card__summary-meta{
        grid-template-columns:1fr;
    }
}
@media (max-width:860px){
    .theme-product-screen{
        padding-top:28px;
    }
    .theme-product-screen__layout{
        gap:18px;
    }
    .theme-product-card{
        padding:18px;
        border-radius:24px;
    }
    .theme-product-card__key-value,
    .theme-product-feature,
    .theme-product-rating__summary,
    .theme-product-description{
        padding:16px;
        border-radius:18px;
    }
    .theme-product-card__title--long{
        font-size:22px;
    }
    .theme-product-outline{
        gap:18px;
        margin-top:20px;
    }
    .theme-product-outline__section{
        gap:10px;
        padding-top:16px;
    }
    .theme-product-outline__heading--h2{
        font-size:24px;
    }
    .theme-product-outline__heading--h3{
        font-size:21px;
    }
    .theme-product-outline__heading--h4{
        font-size:19px;
    }
    .theme-product-outline__heading--h5,
    .theme-product-outline__heading--h6{
        font-size:17px;
    }
    .theme-product-outline__list li{
        padding-left:16px;
        font-size:14px;
    }
    .theme-product-faqs__intro h2{
        font-size:24px;
    }
    .theme-product-faqs__item{
        border-radius:18px;
    }
    .theme-product-faqs__item summary{
        grid-template-columns:auto 1fr;
        padding:16px 16px 14px;
    }
    .theme-product-faqs__item summary::after{
        grid-column:2;
        justify-self:end;
        margin-top:-30px;
    }
    .theme-product-faqs__item summary > span:last-child{
        font-size:16px;
        padding-right:38px;
    }
    .theme-product-faqs__item p{
        padding:0 16px 16px 16px;
        font-size:13px;
        line-height:1.74;
    }
    .theme-product-card__actions .btn{
        min-height:56px;
        border-radius:18px;
    }
    .theme-product-feature strong{
        font-size:22px;
    }
    .theme-product-rating__vote-row{
        gap:8px;
    }
    .theme-product-rating__vote{
        min-height:50px;
        border-radius:16px;
        font-size:22px;
    }
}

.theme-immersive-stack{
    margin-top:15px;
    padding-top:10px;
    padding-bottom:10px;
}

.theme-immersive-stack__rail{
    position:relative;
    --theme-stack-top:104px;
    --theme-stack-bottom-gap:18px;
    --theme-stack-stage-height:auto;
    --theme-stack-scroll-span:clamp(220px, 24vh, 280px);
}

.theme-immersive-stack__stage{
    position:relative;
    height:auto;
}

.theme-immersive-stack__deck{
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:repeat(3, minmax(0, 1fr));
    height:auto;
    gap:18px;
}

.theme-immersive-stack__scene{
    position:relative;
    z-index:1;
    pointer-events:none;
    min-width:0;
}

.theme-immersive-stack__scene-surface{
    position:relative;
    min-height:600px;
    border-radius:36px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.075);
    background:
        linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.008)),
        linear-gradient(145deg,#08100d 0%,#08110f 42%,#050808 100%);
    box-shadow:
        0 16px 34px rgba(0,0,0,.14),
        inset 0 1px 0 rgba(255,255,255,.05);
    contain:layout paint;
    transition:
        transform .32s cubic-bezier(.22,.78,.18,1),
        box-shadow .32s cubic-bezier(.22,.78,.18,1),
        opacity .28s ease;
}

.theme-immersive-stack__rail.is-stack-enhanced .theme-immersive-stack__scene-surface{
    opacity:.72;
    transform:translate3d(0, 0, 0) scale(.992);
    box-shadow:
        0 12px 26px rgba(0,0,0,.12),
        inset 0 1px 0 rgba(255,255,255,.04);
}

.theme-immersive-stack__rail.is-stack-enhanced .theme-immersive-stack__scene.is-stack-current .theme-immersive-stack__scene-surface{
    opacity:1;
    transform:translate3d(0, -2px, 0) scale(1);
    box-shadow:
        0 18px 40px rgba(0,0,0,.16),
        inset 0 1px 0 rgba(255,255,255,.05);
}

.theme-immersive-stack__rail.is-stack-enhanced .theme-immersive-stack__scene.is-stack-next .theme-immersive-stack__scene-surface{
    opacity:.88;
    transform:translate3d(0, 0, 0) scale(.996);
}

.theme-immersive-stack__rail.is-stack-enhanced .theme-immersive-stack__scene.is-stack-past .theme-immersive-stack__scene-surface,
.theme-immersive-stack__rail.is-stack-enhanced .theme-immersive-stack__scene.is-stack-future .theme-immersive-stack__scene-surface{
    opacity:.64;
    transform:translate3d(0, 0, 0) scale(.99);
}

.theme-immersive-stack__scene-surface::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(180deg, rgba(5,9,11,.02) 0%, rgba(5,9,11,.08) 22%, rgba(5,9,11,.38) 100%),
        radial-gradient(circle at 78% 18%, rgba(88,244,132,.04), transparent 24%);
    z-index:1;
}

.theme-immersive-stack__scene-surface::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(5,9,11,.16);
    z-index:2;
    transition:opacity .32s ease;
}

.theme-immersive-stack__rail.is-stack-enhanced .theme-immersive-stack__scene.is-stack-current .theme-immersive-stack__scene-surface::after{
    opacity:0;
}

.theme-immersive-stack__rail.is-stack-enhanced .theme-immersive-stack__scene.is-stack-next .theme-immersive-stack__scene-surface::after{
    opacity:.09;
}

.theme-immersive-stack__rail.is-stack-enhanced .theme-immersive-stack__scene.is-stack-past .theme-immersive-stack__scene-surface::after,
.theme-immersive-stack__rail.is-stack-enhanced .theme-immersive-stack__scene.is-stack-future .theme-immersive-stack__scene-surface::after{
    opacity:.14;
}

.theme-immersive-stack__scene-media{
    position:absolute;
    inset:0;
    z-index:0;
    border-radius:inherit;
    overflow:hidden;
    background:#07100e;
}

.theme-immersive-stack__scene-media img{
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    inset:0;
    object-fit:cover;
    object-position:center center;
    background:#07100e;
}

.theme-immersive-stack__scene-placeholder{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 24% 20%, rgba(88,244,132,.10), transparent 28%),
        linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0)),
        #0a1110;
}

.theme-immersive-stack__scene-copy{
    position:absolute;
    left:16px;
    right:16px;
    bottom:16px;
    z-index:3;
    padding:11px 14px 12px;
    border-radius:18px;
    background:linear-gradient(180deg, rgba(7,12,14,.06), rgba(7,12,14,.42));
    border:1px solid rgba(255,255,255,.04);
}

.theme-immersive-stack__scene-type{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.06);
    color:#e1e8ef;
    font-size:10px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.theme-immersive-stack__scene-copy h3{
    margin:10px 0 5px;
    color:#f7fafc;
    font-size:clamp(20px,2vw,28px);
    line-height:1;
    letter-spacing:-.06em;
}

.theme-immersive-stack__scene-copy p{
    margin:0;
    color:rgba(226,235,242,.86);
    font-size:13px;
    line-height:1.42;
    max-width:38ch;
}

.theme-immersive-stack__scene-chips{
    position:absolute;
    left:18px;
    right:18px;
    top:18px;
    z-index:3;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:6px;
}

.theme-immersive-stack__scene-chips span{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:0 12px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.07);
    background:rgba(7,12,14,.12);
    color:#edf3f6;
    font-size:11px;
    font-weight:700;
    letter-spacing:-.01em;
}

.theme-immersive-stack__scene-count{
    position:absolute;
    right:18px;
    bottom:12px;
    z-index:2;
    color:rgba(255,255,255,.075);
    font-size:clamp(64px, 6vw, 100px);
    font-weight:800;
    line-height:.8;
    letter-spacing:-.08em;
    pointer-events:none;
}

@media (max-width:1180px){
    .theme-immersive-stack__rail{
        --theme-stack-top:92px;
        --theme-stack-bottom-gap:14px;
        --theme-stack-scroll-span:clamp(200px, 24vh, 240px);
    }

    .theme-immersive-stack__deck{
        gap:14px;
    }
}

@media (max-width:860px){
    .theme-immersive-stack{
        padding-top:4px;
        padding-bottom:4px;
    }

    .theme-immersive-stack__rail{
        --theme-stack-top:82px;
        --theme-stack-bottom-gap:10px;
        --theme-stack-scroll-span:clamp(180px, 22vh, 220px);
    }

    .theme-immersive-stack__deck{
        grid-template-rows:repeat(3, minmax(0, 1fr));
        gap:12px;
    }

    .theme-immersive-stack__scene-surface{
        min-height:350px;
        border-radius:28px;
    }

    .theme-immersive-stack__scene-media{
        border-radius:22px;
    }

    .theme-immersive-stack__scene-copy{
        left:12px;
        right:12px;
        bottom:12px;
        padding:10px 12px 11px;
    }

    .theme-immersive-stack__scene-copy h3{
        font-size:clamp(18px,5.6vw,24px);
    }

    .theme-immersive-stack__scene-copy p{
        font-size:12px;
        line-height:1.34;
    }

    .theme-immersive-stack__scene-chips{
        left:12px;
        right:12px;
        top:12px;
        justify-content:flex-start;
    }

    .theme-immersive-stack__scene-chips span{
        min-height:28px;
        padding:0 10px;
        font-size:10px;
    }

    .theme-immersive-stack__scene-count{
        font-size:52px;
        opacity:.86;
    }
}

body[data-page-mode="theme-detail"] .theme-immersive-stack__scene-surface{
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        opacity .18s ease;
}

@supports (content-visibility: auto){
    body[data-page-mode="theme-detail"] .theme-product-outline__section,
    body[data-page-mode="theme-detail"] .theme-product-faqs__item{
        content-visibility:auto;
        contain-intrinsic-size:180px;
    }
}
