.store-hero {
    padding-block: clamp(72px, 10vw, 132px) clamp(52px, 7vw, 88px);
}

.store-hero h1 {
    max-width: 12ch;
    margin-top: 16px;
}

.store-hero .lead {
    max-width: 48ch;
    margin-top: 24px;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.45;
}

.store-products {
    padding-bottom: clamp(88px, 12vw, 156px);
}

.store-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: end;
}

.store-section-head h2 {
    max-width: 18ch;
    margin-top: 14px;
}

.store-section-head > p {
    max-width: 42ch;
    color: var(--ink-2);
    font-size: 16px;
    line-height: 1.6;
}

.store-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 28px);
    margin-top: clamp(36px, 5vw, 64px);
}

.store-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    background: var(--bg);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.store-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--lift-2);
}

.store-card-media {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 10;
    min-height: 0;
    overflow: hidden;
    background: linear-gradient(160deg, #f7f7f8, #e9e9ec);
}

.store-card-media img {
    position: absolute;
    inset: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 24px 50px -30px rgba(0,0,0,.55);
}

.store-card-media iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
}

.alder-store-media { background: #08110c; }
.mint-store-media { background: #07090b; }

.store-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: clamp(24px, 3vw, 34px);
}

.store-product-heading {
    display: flex;
    align-items: center;
    gap: 13px;
}

.store-product-heading img {
    width: 44px;
    height: 44px;
    flex: none;
    border-radius: 11px;
}

.store-product-heading h3 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -.025em;
}

.store-product-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.store-status {
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    background: #f3f3f1;
    color: var(--ink-2);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

.store-product-heading p {
    margin-top: 2px;
    color: var(--ink-3);
    font-size: 13px;
}

.store-value {
    min-height: 3.2em;
    margin-top: 24px;
    color: var(--ink-2);
    font-size: 16px;
    line-height: 1.6;
}

.store-choice {
    min-height: 3.1em;
    margin-top: 14px;
    color: var(--ink-3);
    font-size: 12px;
    line-height: 1.55;
}

.store-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.store-price strong {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -.04em;
}

.store-price span {
    color: var(--ink-3);
    font-size: 11px;
    line-height: 1.45;
}

.store-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: auto;
    padding-top: 28px;
}

.store-learn {
    color: var(--ink-2);
    font-size: 14px;
    font-weight: 500;
}

.store-learn:hover { color: var(--ink); }

.reso-store-media { background: #050507; }

.reso-store-media img {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
}

.reso-store-media .nebula-live {
    background: transparent;
    opacity: 0;
    transition: opacity .45s ease;
}

.reso-store-media .nebula-live.is-live { opacity: 1; }

.scene-store-media { background: #08070b; }

.store-card-wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
}

.store-card-wide .store-card-media { aspect-ratio: auto; min-height: 400px; }

.store-price-quiet strong { font-size: 25px; }

.shepherd-store-media { background: linear-gradient(160deg, #f7f7f8, #e7e8eb); }

.shepherd-demo {
    width: min(78%, 600px);
    padding: 28px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 30px 60px -36px rgba(0,0,0,.5);
}

.shepherd-menubar {
    display: flex;
    height: 34px;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
}

.shepherd-menubar span { width: 72px; height: 6px; margin-right: auto; border-radius: 3px; background: var(--surface-2); }
.shepherd-menubar i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink-4); }
.shepherd-menubar b { width: 14px; height: 14px; border: 4px solid var(--ink); border-radius: 50%; }

.shepherd-windows { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.shepherd-windows span { position: relative; height: 130px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.shepherd-windows span::before,
.shepherd-windows span::after { content: ""; position: absolute; left: 18px; right: 18px; height: 7px; border-radius: 4px; background: var(--surface-2); }
.shepherd-windows span::before { top: 30px; }
.shepherd-windows span::after { top: 52px; right: 42px; }
.shepherd-windows .is-calm { box-shadow: inset 0 3px 0 #24c366; }
.shepherd-windows .is-alert { border-color: rgba(240,160,32,.55); box-shadow: inset 0 3px 0 #f0a020; }

.special-offers { padding-top: clamp(88px, 11vw, 148px); }
.suite-grid.store-offer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

@media (max-width: 800px) {
    .store-section-head,
    .store-grid { grid-template-columns: 1fr; }
    .store-card-wide { grid-column: auto; grid-template-columns: 1fr; }
    .store-card-wide .store-card-media { min-height: 0; aspect-ratio: 16 / 10; }
    .suite-grid.store-offer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
    .store-card { border-radius: var(--r-lg); }
    .store-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    .reso-store-media .nebula-live { display: none; }
}

/* Trust band under the Store hero */
.store-trust {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 28px;
}
.store-trust p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.store-trust p strong { color: var(--ink); font-weight: 600; }
.store-trust-link {
    grid-column: 1 / -1;
    font-size: 14px;
    font-weight: 500;
    color: var(--ink);
    text-decoration: none;
}
.store-trust-link:hover { text-decoration: underline; }
@media (max-width: 800px) {
    .store-trust { grid-template-columns: 1fr; }
}

/* the receipts link, standing alone under the story */
.store-receipts {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}
