.shop-page { min-height: 100vh; background: var(--surface-1); }
.shop-page a:focus-visible, .shop-page button:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.shop-page .nav-logo:hover, .shop-page .nav-back:hover { color: var(--gold-bright); }
.shop-page .lang-toggle { display: flex; align-items: center; gap: 0.35rem; }
.shop-page .lang-btn { padding: 0.42rem 0.65rem; color: var(--text-tertiary); background: transparent; border: 1px solid var(--border-default); border-radius: 2px; cursor: pointer; font-family: var(--font-mono); font-size: 0.7rem; font-weight: 700; letter-spacing: var(--tracking-caps); text-transform: uppercase; transition: color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out); }
.shop-page .lang-btn:hover { color: var(--text-primary); border-color: var(--border-strong); }
.shop-page .lang-btn.active { color: var(--surface-1); background: var(--gold); border-color: var(--gold); }
.shop-page .breadcrumb { padding-left: max(1.5rem, calc((100vw - var(--container-max)) / 2)); padding-right: max(1.5rem, calc((100vw - var(--container-max)) / 2)); }

.shop-landing-hero, .shop-product-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border-subtle); background: radial-gradient(circle at 88% 18%, rgba(212,175,55,0.11), transparent 31rem), var(--surface-1); }
.shop-landing-hero::after, .shop-product-hero::after { position: absolute; right: 8%; bottom: -7rem; width: 18rem; height: 18rem; border: 1px solid var(--border-subtle); border-radius: 50%; content: ''; pointer-events: none; }
.shop-landing-hero { padding: clamp(5rem, 10vw, 8rem) 1.5rem clamp(4rem, 8vw, 6rem); }
.shop-landing-hero-inner, .shop-product-hero-inner, .shop-section, .shop-footer-inner { width: min(var(--container-max), calc(100% - 3rem)); margin: 0 auto; }
.shop-landing-hero-inner { position: relative; z-index: 1; max-width: 900px; text-align: center; }
.shop-eyebrow, .shop-section-kicker, .shop-tier-kicker, .shop-bundle-status { display: inline-block; color: var(--gold); font-family: var(--font-mono); font-size: var(--text-eyebrow); font-weight: 700; letter-spacing: var(--tracking-caps); text-transform: uppercase; }
.shop-eyebrow { margin-bottom: var(--space-5); padding: 0.35rem 0.7rem; border: 1px solid var(--border-strong); border-radius: 2px; }
.shop-landing-hero h1, .shop-product-hero h1 { margin-bottom: var(--space-5); color: var(--text-primary); font-family: var(--font-display); font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 700; letter-spacing: var(--tracking-tight); line-height: 1.02; }
.shop-landing-hero h1 em, .shop-product-hero h1 em { color: var(--gold); font-family: var(--font-serif-italic); font-style: italic; font-weight: 600; }
.shop-landing-hero-sub, .shop-product-hero-sub { max-width: 690px; margin: 0 auto var(--space-6); color: var(--text-secondary); font-size: clamp(1rem, 2vw, 1.2rem); line-height: var(--leading-relaxed); }
.shop-hero-actions { display: flex; justify-content: center; align-items: center; gap: var(--space-4); flex-wrap: wrap; }
.shop-primary-cta, .shop-secondary-cta, .shop-card-link, .shop-tier-cta { display: inline-flex; justify-content: center; align-items: center; min-height: 2.9rem; padding: 0.78rem 1.25rem; border-radius: 2px; font-family: var(--font-mono); font-size: 0.75rem; font-weight: 700; letter-spacing: var(--tracking-wide); text-decoration: none; text-transform: uppercase; transition: color var(--motion-fast) var(--ease-out), background var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), transform var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out); }
.shop-primary-cta, .shop-tier-cta--primary { color: var(--surface-1); background: var(--gold); border: 1px solid var(--gold); box-shadow: 0 8px 22px rgba(212,175,55,0.18); }
.shop-primary-cta:hover, .shop-tier-cta--primary:hover { color: var(--surface-1); background: var(--gold-bright); border-color: var(--gold-bright); box-shadow: 0 10px 28px rgba(212,175,55,0.27); transform: translateY(-2px); }
.shop-secondary-cta, .shop-tier-cta--secondary { color: var(--text-primary); background: transparent; border: 1px solid var(--border-default); }
.shop-secondary-cta:hover, .shop-tier-cta--secondary:hover { color: var(--gold-bright); border-color: var(--border-strong); transform: translateY(-2px); }

.shop-section { padding-top: var(--section-py); padding-bottom: var(--section-py); }
.shop-section + .shop-section { border-top: 1px solid var(--border-subtle); }
.shop-section-heading { max-width: 720px; margin-bottom: var(--space-7); }
.shop-section-heading h2, .shop-story h2, .shop-final-cta h2 { margin: 0.65rem 0 0.9rem; color: var(--text-primary); font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); letter-spacing: var(--tracking-tight); line-height: var(--leading-snug); }
.shop-section-heading p, .shop-story p, .shop-process-intro, .shop-final-cta p { color: var(--text-secondary); font-size: 1rem; line-height: var(--leading-relaxed); }
.shop-bundle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--border-default); border-bottom: 1px solid var(--border-default); }
.shop-bundle-card { display: flex; min-height: 320px; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem, 4vw, 2.6rem); background: var(--surface-2); transition: background var(--motion-base) var(--ease-out), transform var(--motion-base) var(--ease-out); }
.shop-bundle-card + .shop-bundle-card { border-left: 1px solid var(--border-default); }
.shop-bundle-card:hover { background: var(--surface-3); transform: translateY(-3px); }
.shop-bundle-card--milestone { background: linear-gradient(145deg, rgba(212,175,55,0.12), var(--surface-2) 46%); }
.shop-bundle-status { margin-bottom: var(--space-5); font-size: 0.68rem; }
.shop-bundle-card h3 { margin-bottom: var(--space-3); color: var(--text-primary); font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: var(--tracking-tight); line-height: 1.1; }
.shop-bundle-card p { max-width: 460px; margin-bottom: var(--space-4); color: var(--text-secondary); line-height: var(--leading-relaxed); }
.shop-bundle-price { margin-top: auto; margin-bottom: var(--space-5); color: var(--gold-bright); font-family: var(--font-mono); font-size: 0.9rem; font-weight: 700; letter-spacing: var(--tracking-wide); }
.shop-card-link { color: var(--gold); border: 1px solid var(--border-strong); }
.shop-card-link:hover { color: var(--surface-1); background: var(--gold); transform: translateY(-2px); }
.shop-standard-note { display: flex; align-items: baseline; justify-content: space-between; gap: var(--space-5); margin-top: var(--space-5); padding: 1rem 1.25rem; border-left: 2px solid var(--gold-dim); background: rgba(212,175,55,0.04); }
.shop-standard-note p { color: var(--text-secondary); font-size: 0.9rem; }
.shop-standard-note strong { color: var(--text-primary); }

.shop-product-hero { padding: clamp(4rem, 9vw, 7rem) 0; }
.shop-product-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr); align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.shop-product-hero h1 { max-width: 700px; font-size: clamp(2.7rem, 6vw, 4.8rem); }
.shop-product-hero-sub { margin-left: 0; margin-right: 0; }
.shop-hero-panel { padding: clamp(1.5rem, 4vw, 2.25rem); border: 1px solid var(--border-strong); border-radius: 2px; background: linear-gradient(145deg, rgba(212,175,55,0.14), var(--surface-2) 60%); box-shadow: 18px 18px 0 rgba(212,175,55,0.04); }
.shop-hero-panel-label { color: var(--text-secondary); font-family: var(--font-mono); font-size: 0.68rem; font-weight: 700; letter-spacing: var(--tracking-caps); text-transform: uppercase; }
.shop-hero-panel-price { margin: 0.5rem 0 0.7rem; color: var(--gold); font-family: var(--font-mono); font-size: clamp(2.7rem, 6vw, 4.2rem); font-weight: 800; letter-spacing: -0.05em; line-height: 1; }
.shop-hero-panel p { margin-bottom: var(--space-5); color: var(--text-secondary); font-size: 0.92rem; line-height: var(--leading-relaxed); }
.shop-story-grid { display: grid; grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr); gap: clamp(2rem, 8vw, 7rem); }
.shop-story h2 { margin-top: 0.65rem; }
.shop-story-copy p + p { margin-top: var(--space-5); }
.shop-bullet-list, .shop-tier-features { padding: 0; list-style: none; }
.shop-bullet-list { display: grid; gap: var(--space-4); margin-top: var(--space-6); }
.shop-bullet-list li { position: relative; padding-left: 1.5rem; color: var(--text-secondary); line-height: var(--leading-relaxed); }
.shop-bullet-list li::before { position: absolute; top: 0.45rem; left: 0; width: 0.55rem; height: 0.55rem; border: 1px solid var(--gold); border-radius: 50%; content: ''; }
.shop-process-intro { max-width: 660px; margin-bottom: var(--space-6); }
.shop-process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--border-default); border-bottom: 1px solid var(--border-default); }
.shop-process-step { padding: 1.6rem 1.4rem; }
.shop-process-step + .shop-process-step { border-left: 1px solid var(--border-default); }
.shop-process-number { color: var(--gold); font-family: var(--font-mono); font-size: 0.75rem; font-weight: 700; letter-spacing: var(--tracking-wide); }
.shop-process-step h3 { margin: 1.25rem 0 0.45rem; color: var(--text-primary); font-family: var(--font-display); font-size: 1.3rem; }
.shop-process-step p { color: var(--text-secondary); font-size: 0.92rem; line-height: var(--leading-relaxed); }

.shop-proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-5); }
.shop-proof { padding: 1.5rem; border-top: 2px solid var(--gold-dim); background: var(--surface-2); }
.shop-proof-stars { margin-bottom: 0.65rem; color: var(--gold); letter-spacing: 0.12em; }
.shop-proof blockquote { margin-bottom: 0.85rem; color: var(--text-primary); font-family: var(--font-serif-italic); font-size: 1.05rem; font-style: italic; line-height: 1.65; }
.shop-proof cite { color: var(--text-secondary); font-size: 0.8rem; font-style: normal; }
.shop-audio { padding: clamp(1.25rem, 4vw, 2rem); border: 1px solid var(--border-default); background: var(--surface-2); }
.shop-audio-heading, .shop-pricing-head { display: flex; align-items: end; justify-content: space-between; gap: var(--space-5); margin-bottom: var(--space-5); }
.shop-audio-heading h2 { margin: 0.65rem 0 0; color: var(--text-primary); font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: var(--tracking-tight); }
.shop-audio-heading p, .shop-pricing-head p { max-width: 430px; color: var(--text-secondary); font-size: 0.9rem; line-height: var(--leading-relaxed); text-align: right; }
.shop-audio-frame { overflow: hidden; padding: 0.75rem; border: 1px solid var(--border-subtle); background: var(--surface-1); }
.shop-audio-frame iframe { display: block; width: 100%; min-height: 152px; border: 0; border-radius: 2px; }
.shop-audio-fallback { margin-top: 0.85rem; color: var(--text-secondary); font-size: 0.82rem; }
.shop-audio-fallback a { color: var(--gold); }

.shop-pricing-head { margin-bottom: var(--space-7); }
.shop-tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 1px; background: var(--border-default); }
.shop-tier { display: flex; min-width: 0; flex-direction: column; padding: clamp(1.35rem, 3vw, 2rem); background: var(--surface-2); }
.shop-tier--basic { position: relative; z-index: 1; background: linear-gradient(160deg, rgba(212,175,55,0.14), var(--surface-2) 38%); box-shadow: 0 0 0 1px var(--border-strong), 0 14px 34px rgba(212,175,55,0.09); transform: translateY(-0.5rem); }
.shop-tier--premium { background: linear-gradient(160deg, rgba(212,175,55,0.2), var(--surface-3) 42%); box-shadow: inset 0 3px 0 var(--gold); }
.shop-tier-badge { align-self: flex-start; min-height: 1.4rem; margin-bottom: 0.9rem; padding: 0.25rem 0.5rem; color: var(--surface-1); background: var(--gold); font-family: var(--font-mono); font-size: 0.62rem; font-weight: 700; letter-spacing: var(--tracking-caps); text-transform: uppercase; }
.shop-tier-badge--quiet { color: var(--text-tertiary); background: transparent; border: 1px solid var(--border-subtle); }
.shop-tier-kicker { margin-bottom: 0.55rem; font-size: 0.64rem; }
.shop-bundle-tiers { display: grid; gap: 0.4rem; margin: 1rem 0 1.25rem; padding: 0; list-style: none; border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.shop-bundle-tiers li { display: flex; justify-content: space-between; gap: 0.75rem; padding: 0.55rem 0; color: var(--text-secondary); font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: var(--tracking-wide); text-transform: uppercase; }
.shop-bundle-tiers li span:last-child { color: var(--gold); }
.shop-tier h3 { margin-bottom: 0.45rem; color: var(--text-primary); font-family: var(--font-display); font-size: clamp(1.35rem, 2.5vw, 1.8rem); line-height: 1.1; }
.shop-tier-description { min-height: 4.2rem; color: var(--text-secondary); font-size: 0.9rem; line-height: 1.55; }
.shop-tier-price { margin: 1.25rem 0 0.35rem; color: var(--gold); font-family: var(--font-mono); font-size: clamp(2.35rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -0.06em; line-height: 1; }
.shop-tier-price-note { min-height: 2.8rem; color: var(--text-secondary); font-size: 0.78rem; line-height: 1.5; }
.shop-tier-features { display: grid; gap: 0.65rem; margin: 1.5rem 0; }
.shop-tier-features li { position: relative; padding-left: 1.25rem; color: var(--text-secondary); font-size: 0.85rem; line-height: 1.5; }
.shop-tier-features li::before { position: absolute; top: 0.2rem; left: 0; color: var(--gold); content: '✓'; font-weight: 700; }
.shop-tier-cta { width: 100%; margin-top: auto; text-align: center; }
.shop-tier-footnote { min-height: 2.6rem; margin-top: 0.8rem; color: var(--text-tertiary); font-size: 0.72rem; line-height: 1.5; text-align: center; }
.shop-faq { max-width: 850px; }
.shop-faq dl { border-top: 1px solid var(--border-default); }
.shop-faq dt { padding: 1.1rem 0 0.35rem; color: var(--text-primary); font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; line-height: 1.45; }
.shop-faq dd { padding: 0 0 1.1rem; color: var(--text-secondary); font-size: 0.92rem; line-height: var(--leading-relaxed); border-bottom: 1px solid var(--border-subtle); }
.shop-final-cta { max-width: 760px; padding-top: 0; text-align: center; }
.shop-final-cta p { margin-bottom: var(--space-6); }

.shop-footer { padding: 2rem 1.5rem; border-top: 1px solid var(--border-subtle); background: var(--surface-3); text-align: center; }
.shop-footer p { margin-bottom: 0.4rem; color: var(--text-secondary); font-size: 0.82rem; }
.shop-footer a { color: var(--gold); text-decoration: none; }
.shop-footer a:hover { text-decoration: underline; }
.shop-sticky-cta { padding: 0.8rem 1rem; }
.shop-sticky-cta-info { flex: 1; min-width: 0; }
.shop-sticky-cta-title { color: var(--text-primary); font-family: var(--font-mono); font-size: 0.8rem; font-weight: 700; line-height: 1.25; }
.shop-sticky-cta-sub { overflow: hidden; color: var(--text-secondary); font-size: 0.7rem; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.shop-sticky-cta-btn { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; min-height: 2.7rem; padding: 0.65rem 1rem; color: var(--surface-1); background: var(--gold); border-radius: 2px; box-shadow: 0 4px 16px rgba(212,175,55,0.25); font-family: var(--font-mono); font-size: 0.7rem; font-weight: 700; letter-spacing: var(--tracking-wide); text-decoration: none; text-transform: uppercase; }
.shop-sticky-cta-btn:hover { color: var(--surface-1); background: var(--gold-bright); }

@media (max-width: 820px) {
    .shop-product-hero-inner, .shop-story-grid { grid-template-columns: 1fr; }
    .shop-product-hero-inner { gap: var(--space-7); }
    .shop-hero-panel { max-width: 520px; }
    .shop-tier-grid { grid-template-columns: 1fr; gap: 1rem; background: transparent; }
    .shop-tier, .shop-tier--basic { transform: none; }
    .shop-tier--basic, .shop-tier--premium { box-shadow: 0 0 0 1px var(--border-strong); }
}

@media (max-width: 640px) {
    .shop-page .nav { padding: 0 0.85rem; }
    .shop-page .nav-right { gap: 0.45rem; }
    .shop-page .nav-back { font-size: 0.7rem; }
    .shop-page .nav-cta { display: none; }
    .shop-page .lang-btn { padding: 0.38rem 0.48rem; font-size: 0.62rem; letter-spacing: 0.06em; }
    .shop-landing-hero-inner, .shop-product-hero-inner, .shop-section, .shop-footer-inner { width: min(100% - 2rem, var(--container-max)); }
    .shop-landing-hero { padding-top: 4.5rem; }
    .shop-bundle-grid, .shop-process, .shop-proof-grid { grid-template-columns: 1fr; }
    .shop-bundle-card { min-height: 0; }
    .shop-bundle-card + .shop-bundle-card, .shop-process-step + .shop-process-step { border-top: 1px solid var(--border-default); border-left: 0; }
    .shop-standard-note, .shop-audio-heading, .shop-pricing-head { align-items: flex-start; flex-direction: column; }
    .shop-audio-heading p, .shop-pricing-head p { max-width: none; text-align: left; }
    .shop-product { padding-bottom: 5.5rem; }
    .shop-sticky-cta { display: flex; }
}
