.store-page {
    --store-bg: #05050b;
    --store-ink: #f7f5fc;
    --store-muted: #b1acbf;
    --store-accent: #bc00ff;
    margin: 0;
    padding-top: 80px;
    background: radial-gradient(circle at 50% 0%, #2a0e35 0%, var(--store-bg) 60%);
    color: var(--store-ink);
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.store-page *, .store-page *::before, .store-page *::after { box-sizing: border-box; }
.store-page a:focus-visible, .store-page summary:focus-visible { outline: 3px solid #dc91ff; outline-offset: 6px; border-radius: 4px; }
.store-skip { position: fixed; top: 10px; left: 16px; z-index: 1000000; padding: 14px 20px; color: #fff; background: #7b00a8; border-radius: 8px; transform: translateY(-180%); }
.store-skip:focus { transform: translateY(0); }
.store-main { max-width: 1440px; margin: 0 auto; padding: 0 5%; }
.store-main:focus { outline: none; }
.store-intro { padding: 44px 0 24px; }
.store-eyebrow { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 14px; }
.store-brand-label { color: #d946ef; font-size: .78rem; text-transform: uppercase; font-weight: 700; letter-spacing: .14em; }
.store-preview-badge { padding: 6px 10px; border: 1px solid rgba(207, 139, 255, .34); border-radius: 5px; color: #dfacff; font-size: .66rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.store-intro h1 { margin: 0; font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 700; line-height: 1.08; letter-spacing: -.035em; }
.store-intro-copy { max-width: 760px; margin: 14px 0 0; color: #c2bdce; font-size: 1rem; line-height: 1.6; }
.store-notice { display: flex; gap: 14px; padding: 16px 20px; border: 1px solid rgba(207, 139, 255, .2); border-radius: 16px; background: rgba(255, 255, 255, .035); }
.store-notice-icon { flex: 0 0 24px; color: #d9a2f4; margin-top: 1px; }
.store-notice h2 { margin: 0 0 5px; color: #f0defa; font-size: .94rem; font-weight: 600; }
.store-notice p { margin: 0; max-width: 1020px; color: #bbb0c8; font-size: .87rem; line-height: 1.6; }
.store-section-nav { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 22px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.store-category-links { display: flex; gap: 24px; }
.store-category-link { display: block; padding: 13px 0 18px; border-bottom: 2px solid var(--store-accent); color: #fff; font-weight: 600; font-size: .94rem; text-decoration: none; }
.store-how-link { padding: 13px 0 18px; font-size: .82rem; color: #c8c3d2; text-decoration: none; }
.store-how-link span { margin-left: 10px; color: #d9a2f4; }
.store-how-link:hover { color: #fff; }
.store-selection { margin-top: 24px; scroll-margin-top: 105px; }
.store-section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; margin-bottom: 22px; }
.store-section-heading h2 { margin: 0; font-family: 'Outfit', sans-serif; font-size: 1.4rem; font-weight: 600; letter-spacing: -.02em; }
.store-section-heading > span { color: #8e869c; font-size: .78rem; }
.store-product { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); border: 1px solid rgba(255, 255, 255, .12); background: #0d0d15; border-radius: 24px; overflow: hidden; }
.store-product-art { position: relative; min-width: 0; overflow: hidden; background: #1b1622; }
.store-product-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.store-product-art::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(5, 5, 11, .12), transparent 40%, rgba(5, 5, 11, .2)); }
.store-art-label { position: absolute; z-index: 1; top: 22px; left: 26px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 5px; background: rgba(5, 5, 11, .72); color: #fff; font-size: .64rem; letter-spacing: .13em; font-weight: 600; text-transform: uppercase; }
.store-product-body { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 28px; position: relative; min-width: 0; }
.store-kicker { margin: 0 0 12px; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #d9a2f4; }
.store-product-story h3 { margin: 0; font-family: 'Outfit', sans-serif; font-size: clamp(1.8rem, 2.3vw, 2.25rem); font-weight: 700; line-height: 1.12; letter-spacing: -.025em; }
.store-creator { margin: 12px 0 17px; font-size: .93rem; color: #c9c2d4; }
.store-film-meta { display: flex; gap: 9px; list-style: none; flex-wrap: wrap; padding: 0; margin: 0; }
.store-film-meta li { color: #b8b0c6; text-transform: uppercase; font-size: .64rem; font-weight: 600; letter-spacing: .065em; padding: 5px 8px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 4px; }
.store-product-copy { max-width: 470px; margin: 16px 0; color: #b1acbf; font-size: .85rem; line-height: 1.65; }
.store-detail-link { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 12px 18px; color: #fff; background: #a000d8; border: 1px solid #bd28f0; border-radius: 8px; font-size: .87rem; font-weight: 600; text-decoration: none; transition: background .18s ease; }
.store-detail-link:hover { background: #bc00ff; }
.store-purchase-preview { align-self: end; min-width: 0; }
.store-offers-heading { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin: 0 0 13px; }
.store-offers-heading h4 { margin: 0; font-weight: 600; font-size: .79rem; }
.store-offers-heading > span { font-size: .65rem; color: #b8aec7; }
.store-offers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.store-offer { padding: 20px 17px 17px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; background: rgba(255, 255, 255, .025); }
.store-offer--buy { border-color: rgba(192, 114, 242, .38); background: linear-gradient(155deg, rgba(167, 45, 221, .095), rgba(255, 255, 255, .015)); }
.store-offer-label { margin: 0 0 13px; font-size: .85rem; font-weight: 600; color: #d8d0e2; }
.store-price { margin: 0; font-family: 'Outfit', sans-serif; font-size: clamp(1.8rem, 2.5vw, 2.6rem); font-weight: 600; letter-spacing: -.045em; white-space: nowrap; }
.store-offer-term { min-height: 37px; margin: 9px 0 21px; color: #b9afc9; font-size: .72rem; line-height: 1.55; }
.store-offer-button { display: block; width: 100%; min-height: 46px; padding: 10px 7px; font: 500 .67rem/1.45 'Inter', sans-serif; color: #b4a9c2; border: 1px solid rgba(255, 255, 255, .12); border-radius: 6px; background: rgba(255, 255, 255, .05); }
.store-offer-button:disabled { cursor: not-allowed; opacity: 1; }
.store-purchase-note { margin: 13px 0 0; color: #aaa0ba; font-size: .7rem; line-height: 1.65; }
.store-guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; padding: 56px 0 72px; scroll-margin-top: 108px; }
.store-guide-intro h2 { margin: 0; font-family: 'Outfit', sans-serif; font-size: clamp(1.7rem, 2.4vw, 2.25rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.15; }
.store-guide-intro > p:last-child { max-width: 360px; margin: 19px 0 0; color: #a39aaf; font-size: .83rem; line-height: 1.7; }
.store-questions details { border-bottom: 1px solid rgba(255, 255, 255, .13); }
.store-questions details:first-child { border-top: 1px solid rgba(255, 255, 255, .13); }
.store-questions summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; min-height: 64px; font-size: .89rem; font-weight: 500; line-height: 1.5; cursor: pointer; list-style: none; }
.store-questions summary::-webkit-details-marker { display: none; }
.store-questions summary > span { color: #bc8dd4; font-size: 1.3rem; line-height: 1; font-weight: 400; flex: 0 0 auto; }
.store-questions details[open] summary > span { transform: rotate(45deg); }
.store-questions details > p { margin: -4px 30px 23px 0; color: #a9a0b8; font-size: .82rem; line-height: 1.7; }
@media (min-width: 761px) {
    .store-main { max-width: 1200px; padding: 0 32px; }
    .store-intro { padding: 28px 0 20px; }
    .store-eyebrow { margin-bottom: 10px; }
    .store-intro h1 { font-size: clamp(2rem, 3vw, 2.5rem); }
    .store-intro-copy { margin-top: 10px; font-size: .94rem; }
    .store-notice { padding: 12px 16px; }
    .store-section-nav { margin-top: 12px; }
    .store-selection { margin-top: 20px; }
    .store-section-heading { margin-bottom: 16px; }
    .store-section-heading h2 { font-size: 1.25rem; }
    .store-product { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
    .store-product-body { gap: 18px; padding: 22px; }
    .store-kicker { margin-bottom: 8px; }
    .store-product-story h3 { font-size: 1.9rem; }
    .store-creator { margin: 8px 0 12px; }
    .store-product-copy { display: none; }
    .store-detail-link { min-height: 40px; margin-top: 14px; padding: 9px 14px; }
    .store-offer { padding: 14px; }
    .store-offer-label { margin-bottom: 7px; }
    .store-price { font-size: 1.9rem; }
    .store-offer-term { min-height: 0; margin: 6px 0 12px; }
    .store-offer-button { min-height: 40px; }
    .store-purchase-note { margin-top: 10px; }
    .store-guide { padding: 40px 0 56px; }
}
@media (max-width: 1050px) {
    .store-product { grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); }
    .store-product-body { gap: 24px; padding: 24px; }
    .store-offers-heading { display: block; }
    .store-offers-heading > span { display: block; margin-top: 6px; }
    .store-offer { padding: 16px 12px 12px; }
    .store-guide { gap: 40px; }
}
@media (max-width: 760px) {
    .store-main { padding: 0 6%; }
    .store-intro { padding: 30px 0 22px; }
    .store-intro h1 { font-size: clamp(2rem, 7vw, 2.5rem); }
    .store-intro-copy { margin-top: 12px; font-size: .95rem; }
    .store-notice { padding: 17px; gap: 11px; }
    .store-notice p { font-size: .78rem; }
    .store-notice h2 { font-size: .87rem; }
    .store-section-nav { margin-top: 29px; }
    .store-how-link { font-size: .75rem; }
    .store-selection { margin-top: 27px; }
    .store-section-heading h2 { font-size: 1.2rem; }
    .store-section-heading > span { display: none; }
    .store-product { grid-template-columns: minmax(0, 1fr); border-radius: 20px; }
    .store-product-art { aspect-ratio: 16 / 9; }
    .store-art-label { top: 15px; left: 18px; font-size: .6rem; }
    .store-product-body { grid-template-columns: minmax(0, 1fr); gap: 24px; padding: 22px; }
    .store-product-story h3 { font-size: 1.9rem; }
    .store-product-copy { max-width: 470px; }
    .store-offers-heading { display: flex; }
    .store-offers-heading > span { margin-top: 0; }
    .store-offer { padding: 18px 14px 14px; }
    .store-price { font-size: 2.2rem; }
    .store-offer-button { font-size: .63rem; }
    .store-purchase-note { font-size: .72rem; }
    .store-guide { grid-template-columns: 1fr; gap: 30px; padding: 55px 0 65px; }
    .store-guide-intro > p:last-child { max-width: 470px; }
}
@media (max-width: 380px) {
    .store-offers { grid-template-columns: 1fr; }
    .store-offer-term { min-height: 0; margin-bottom: 16px; }
    .store-offers-heading { display: block; }
    .store-offers-heading > span { margin-top: 6px; }
}
@media (prefers-reduced-motion: reduce) {
    .store-page *, .store-page *::before, .store-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
