.store-shell { padding-bottom: 90px; }
.store-hero { padding: 72px 0 78px; max-width: 970px; }
.store-hero h1 { font-size: clamp(3.6rem, 7.5vw, 7.5rem); }
.store-hero > p:not(.eyebrow) { max-width: 740px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.preview-notice { margin-top: 30px; display: flex; gap: 18px; align-items: center; border: 1px solid rgba(240,184,46,.35); border-left: 3px solid var(--gold); padding: 16px 18px; background: rgba(240,184,46,.06); }
.preview-notice strong { color: var(--gold); letter-spacing: .14em; font-size: .7rem; white-space: nowrap; }
.preview-notice span { color: var(--muted); font-size: .84rem; }
.catalog-section { border-top: 1px solid var(--line); padding: 68px 0 78px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.section-heading .eyebrow { margin: 0; }
.section-heading > p:last-child { color: var(--muted); margin: 0; font-size: .85rem; }
.rank-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.product { min-height: 430px; display: flex; flex-direction: column; position: relative; padding: 25px 21px 20px; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.product:hover { border-color: rgba(240,184,46,.35); transform: translateY(-3px); transition: .18s ease; }
.product-top { display: flex; align-items: center; justify-content: space-between; color: #756e5e; font-size: .68rem; letter-spacing: .14em; }
.product-top b { color: var(--paper); font-size: .82rem; }
.product h2 { color: var(--gold); font-family: Georgia, serif; font-size: 2.35rem; margin: 38px 0 25px; }
.product ul { padding: 0; margin: 0 0 24px; list-style: none; color: var(--muted); font-size: .79rem; line-height: 1.48; }
.product li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.product li::before { content: "◆"; color: var(--gold-soft); margin-right: 7px; font-size: .55rem; }
.checkout-button { box-sizing: border-box; display: inline-flex; align-items: center; justify-content: space-between; width: 100%; min-height: 46px; margin-top: auto; padding: 0 16px; border: 1px solid rgba(240,184,46,.7); border-radius: 0; appearance: none; -webkit-appearance: none; background: linear-gradient(135deg, rgba(240,184,46,.2), rgba(53,223,145,.08)); box-shadow: inset 3px 0 var(--gold); color: var(--gold); cursor: pointer; font: inherit; font-size: .65rem; font-weight: 950; letter-spacing: .12em; line-height: 1; text-transform: uppercase; transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.checkout-button::after { content: "→"; color: var(--emerald); font-size: 1rem; line-height: 1; transition: transform .18s ease, color .18s ease; }
.checkout-button:hover { border-color: var(--gold); color: #151005; background: linear-gradient(105deg, var(--gold), #d89b1f); box-shadow: inset 3px 0 var(--emerald), 0 10px 28px rgba(240,184,46,.15); transform: translateY(-2px); }
.checkout-button:hover::after { color: #151005; transform: translateX(3px); }
.checkout-button:focus-visible { outline: 2px solid var(--emerald); outline-offset: 3px; }
.checkout-button:disabled, .checkout-button[aria-disabled="true"] { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.025); box-shadow: inset 3px 0 #665f51; color: #8f8778; cursor: not-allowed; opacity: .82; transform: none; }
.checkout-button:disabled::after, .checkout-button[aria-disabled="true"]::after { content: "×"; color: #8f8778; transform: none; }
.checkout-button:disabled:hover, .checkout-button[aria-disabled="true"]:hover { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.025); box-shadow: inset 3px 0 #665f51; color: #8f8778; transform: none; }
.featured { border-color: rgba(240,184,46,.48); background: linear-gradient(160deg, rgba(240,184,46,.12), rgba(53,223,145,.025)); box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.popular { position: absolute; right: 12px; top: -10px; background: var(--gold); color: #1c1405; padding: 5px 8px; font-size: .55rem; letter-spacing: .12em; font-weight: 950; }
.gold-grid { counter-reset: gold-pack; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gold-pack { counter-increment: gold-pack; isolation: isolate; overflow: hidden; position: relative; padding: 26px; min-height: 235px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.gold-pack::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(180deg, var(--gold), rgba(240,184,46,0)); }
.gold-pack::after { content: "0" counter(gold-pack); position: absolute; right: 18px; top: 15px; z-index: -1; color: rgba(240,184,46,.08); font-family: Georgia, serif; font-size: 3.5rem; line-height: 1; }
.gold-pack:hover { border-color: rgba(240,184,46,.42); background: linear-gradient(145deg, rgba(240,184,46,.075), rgba(53,223,145,.02)); box-shadow: 0 20px 55px rgba(0,0,0,.28); transform: translateY(-3px); }
.gold-pack > span { align-self: flex-start; padding: 6px 8px; border: 1px solid rgba(53,223,145,.28); background: rgba(53,223,145,.06); color: var(--emerald); text-transform: uppercase; letter-spacing: .13em; font-size: .58rem; font-weight: 950; }
.gold-pack h3 { margin: 28px 0 6px; color: var(--paper); font-size: 1rem; text-transform: uppercase; letter-spacing: .075em; }
.gold-pack strong { color: var(--gold); font-family: Georgia, serif; font-size: clamp(1.55rem, 2vw, 2rem); font-weight: 500; line-height: 1.1; }
.gold-pack b { margin: 13px 0 20px; color: var(--paper); font-size: 1.05rem; }
.gold-pack .checkout-button { margin-top: auto; }
.gold-pack.jackpot { border-color: rgba(240,184,46,.55); background: linear-gradient(130deg, rgba(240,184,46,.14), rgba(165,43,52,.08)); box-shadow: inset 0 0 55px rgba(240,184,46,.035); }
.gold-pack.jackpot > span { border-color: rgba(240,184,46,.42); background: rgba(240,184,46,.09); color: var(--gold); }
.rules-strip { border: 1px solid rgba(255,255,255,.08); padding: 22px 25px; color: #7f7767; font-size: .72rem; line-height: 1.55; }
.rules-strip p { margin: 7px 0; }
.checkout-dialog { width: min(92vw, 540px); color: var(--paper); border: 1px solid rgba(240,184,46,.45); padding: 0; background: #11100d; box-shadow: 0 35px 100px rgba(0,0,0,.75); }
.checkout-dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(5px); }
.checkout-panel { position: relative; padding: 34px; }
.checkout-panel h2 { margin: 16px 0 4px; font-family: Georgia, serif; font-size: 2.1rem; color: var(--gold); }
.checkout-price { margin: 0 0 28px; color: var(--muted); }
.dialog-close { position: absolute; right: 14px; top: 12px; width: 36px; height: 36px; color: var(--muted); border: 0; background: transparent; cursor: pointer; font-size: 1.6rem; }
#checkout-form { display: grid; gap: 10px; }
#checkout-form label { font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: .7rem; }
#checkout-form input[type="text"] { width: 100%; box-sizing: border-box; padding: 14px 15px; border: 1px solid rgba(255,255,255,.18); background: #090806; color: var(--paper); font: inherit; }
#checkout-form input:focus { outline: 2px solid rgba(240,184,46,.5); border-color: var(--gold); }
#checkout-form small { color: var(--muted); line-height: 1.45; }
.checkout-submit { margin-top: 12px; padding: 14px; border: 1px solid var(--gold); color: #181103; background: var(--gold); cursor: pointer; text-transform: uppercase; font-weight: 950; letter-spacing: .08em; }
.checkout-submit:disabled { cursor: wait; opacity: .55; }
.checkout-error { min-height: 1.2em; margin: 4px 0 0; color: #ff7474; font-size: .8rem; }
@media (max-width: 1050px) { .rank-grid { grid-template-columns: repeat(2, 1fr); } .gold-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .store-hero { padding: 48px 0 58px; } .rank-grid, .gold-grid { grid-template-columns: 1fr; } .section-heading, .preview-notice { align-items: flex-start; flex-direction: column; } .product { min-height: 360px; } .gold-pack { min-height: 220px; padding: 23px; } .checkout-button { min-height: 48px; } }
