:root {
    --ink: #53657d;
    --deep: #34445d;
    --muted: #6f7e96;
    --paper: #fffaf7;
    --surface: #ffffff;
    --line: #eee8fb;
    --purple: #7d8af7;
    --violet: #9c82f8;
    --pink: #d374cf;
    --mint: #43d3a0;
    --sky: #cfe6ff;
    --butter: #f7edd6;
    --rose-soft: #ffe0ee;
    --lavender: #efe6ff;
    --soft: #f8f3ff;
}

* { box-sizing: border-box; }

body {
    margin: 0;
    background:
        radial-gradient(circle at 8% 22%, rgba(247,237,214,.95) 0 48px, transparent 50px),
        radial-gradient(circle at 88% 28%, rgba(255,224,238,.96) 0 38px, transparent 40px),
        radial-gradient(circle at 18% 78%, rgba(207,230,255,.9) 0 62px, transparent 64px),
        linear-gradient(135deg, #f1f7ff 0%, #f8f2ff 48%, #fffaf1 100%);
    color: var(--ink);
    font-family: "Nunito", sans-serif;
}

a { color: inherit; text-decoration: none; }

h1, h2, h3, .store-brand, .btn-play {
    font-family: "Baloo 2", cursive;
    letter-spacing: 0;
}

.top-strip {
    background: linear-gradient(90deg, #7d8af7, #a77bed, #d374cf);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    padding: 9px 0;
}

.store-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, .76);
    border-bottom: 1px solid rgba(238,232,251,.9);
    backdrop-filter: blur(14px);
}

.header-grid {
    min-height: 84px;
    display: grid;
    grid-template-columns: auto minmax(260px, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.store-brand {
    display: inline-block;
    color: var(--purple);
    font-size: 31px;
    font-weight: 900;
    line-height: .92;
    white-space: nowrap;
}

.store-brand span { color: inherit !important; }
.store-brand span:nth-child(3), .store-brand span:nth-child(7) { color: var(--pink) !important; }
.store-brand small {
    display: block;
    margin-top: 7px;
    color: var(--muted);
    font-family: "Nunito", sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.store-search {
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.store-search input {
    width: 100%;
    height: 52px;
    border: 1px solid #eee8fb;
    border-radius: 999px;
    background: #fff;
    padding: 0 58px 0 48px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
    outline: 0;
}

.store-search > i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
}

.store-search button, .quick-actions a, .round-action {
    border: 0;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--purple), var(--pink));
}

.store-search button {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.quick-actions {
    display: flex;
    gap: 9px;
}

.quick-actions a {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    border: 1px solid var(--line);
}

.cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7d8af7, #d374cf);
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 0 5px;
    box-shadow: 0 8px 16px rgba(125, 138, 247, .22);
}

.cart-count.is-empty {
    display: none;
}

.category-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 14px;
    scrollbar-width: thin;
}

.category-nav a {
    flex: 0 0 auto;
    padding: 8px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
}

.studio-hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 20%, rgba(247,237,214,.95) 0 50px, transparent 52px),
        radial-gradient(circle at 88% 32%, rgba(255,224,238,.94) 0 38px, transparent 40px),
        radial-gradient(circle at 18% 82%, rgba(207,230,255,.9) 0 62px, transparent 64px),
        radial-gradient(circle at 78% 75%, rgba(239,230,255,.95) 0 32px, transparent 34px),
        linear-gradient(135deg, #f1f7ff 0%, #f7f1ff 50%, #fffaf1 100%);
    padding: 86px 0 74px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    padding: 0 13px;
    color: var(--pink);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.studio-copy {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto 36px;
    text-align: center;
}

.studio-copy h1 {
    margin: 0 0 12px;
    background: linear-gradient(90deg, #7285f5 0%, #927df7 48%, #d374cf 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 800;
    line-height: .98;
}

.studio-copy p {
    max-width: 720px;
    margin: 0 auto;
    color: #53657d;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 28px;
}

.text-link, .section-link {
    color: var(--purple);
    font-weight: 900;
}

.hero-slider-card {
    position: relative;
    z-index: 2;
    max-width: 875px;
    margin: 0 auto;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(97, 91, 137, .15);
    overflow: hidden;
    padding: 40px 48px 34px;
}

.hero-slide {
    display: none;
    grid-template-columns: 1fr 250px;
    gap: 28px;
    align-items: center;
}

.hero-slide.is-active {
    display: grid;
    animation: featured-slide-in .45s cubic-bezier(.22, .75, .3, 1) both;
}

.hero-slider-card.is-sliding-prev .hero-slide.is-active {
    animation-name: featured-slide-in-reverse;
}

@keyframes featured-slide-in {
    from { opacity: 0; transform: translateX(42px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes featured-slide-in-reverse {
    from { opacity: 0; transform: translateX(-42px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide.is-active { animation: none; }
}
.hero-slide-empty { display: block; }

.slider-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--purple);
    box-shadow: 0 8px 24px rgba(97, 91, 137, .2);
    transform: translateY(-50%);
}

.slider-arrow-prev { left: 10px; }
.slider-arrow-next { right: 10px; }

.hero-slide-empty {
    display: block;
    text-align: center;
}

.slide-copy h2, .hero-slide-empty h2 {
    margin: 18px 0 8px;
    color: var(--deep);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.02;
}

.slide-copy p, .hero-slide-empty p {
    max-width: 660px;
    margin: 0 auto;
    color: #556278;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    border-radius: 999px;
    padding: 0 24px;
    background: var(--mint);
    color: #096352;
    font-weight: 900;
}

.slide-art {
    min-height: 230px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #dbefff, #f0e3ff);
    color: var(--purple);
    overflow: hidden;
}

.slide-art img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.slide-art i { font-size: 92px; }

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.slider-dots button {
    width: 10px;
    height: 10px;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: #e7dcff;
}

.slider-dots .active {
    width: 28px;
    background: linear-gradient(90deg, var(--purple), var(--pink));
}

.pastel-dot { display: none; }

.page-hero {
    background:
        radial-gradient(circle at 92% 25%, rgba(255,224,238,.85) 0 44px, transparent 46px),
        linear-gradient(135deg, #eef6ff, #fbf0ff 58%, #fffaf1);
    border-bottom: 1px solid var(--line);
    padding: 52px 0;
}

.page-hero h1 {
    max-width: 760px;
    margin: 0;
    background: linear-gradient(90deg, #7285f5, #d374cf);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(42px, 6vw, 68px);
    line-height: 1;
}

.page-hero p {
    max-width: 680px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 19px;
    font-weight: 800;
}

.soft-band { padding: 46px 0; }

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.section-head h2 {
    margin: 0;
    color: var(--deep);
    font-size: clamp(32px, 4vw, 48px);
}

.section-head p {
    margin: 7px 0 0;
    color: var(--muted);
    font-weight: 800;
}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 18px;
}

.collection-card {
    position: relative;
    min-height: 170px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

.collection-mark {
    color: var(--pink);
    font-family: "Baloo 2", cursive;
    font-size: 36px;
    font-weight: 900;
}

.collection-card h3 {
    margin: 0 0 7px;
    font-size: 24px;
}

.collection-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 800;
}

.collection-card img {
    width: 76px;
    height: 76px;
    border-radius: 8px;
    object-fit: cover;
}

.collection-card i {
    color: var(--sage);
    font-size: 46px;
}

.filter-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 14px;
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
}

.filter-panel label {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.filter-panel select, .filter-panel input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0 12px;
    color: var(--ink);
    background: #fff;
    font-weight: 800;
}

.btn-play {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    background: linear-gradient(135deg, #7d8af7, #d374cf);
    color: #fff;
    font-weight: 900;
}

.toy-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(210px, 1fr));
    gap: 22px;
}

.toy-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(122, 113, 163, .09);
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
}

.toy-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(24, 32, 38, .11);
}

.toy-media {
    position: relative;
    display: grid;
    height: 280px;
    min-height: 280px;
    place-items: center;
    overflow: hidden;
}

.toy-media img {
    width: 100%;
    height: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.toy-media i { font-size: 78px; }

.tone-pink, .tone-clay { background: #ffe0ee; color: #d374cf; }
.tone-yellow { background: #fff2c9; color: #c59422; }
.tone-purple { background: #efe6ff; color: #8975f6; }
.tone-mint, .tone-sage { background: #d9fbef; color: #27a982; }
.tone-orange { background: #ffe8d3; color: #ef914b; }
.tone-blue { background: #dceeff; color: #5b8ee9; }

.sale-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--purple), var(--pink));
    color: #fff;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 900;
}

.toy-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
}

.toy-body .price-row { margin-top: auto; }

.toy-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.star-rating i { font-size: 11px; }

.toy-card h3 {
    min-height: 50px;
    margin: 8px 0 6px;
    color: var(--deep);
    font-size: 23px;
    line-height: 1.18;
}

.toy-card p {
    min-height: 44px;
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.price strong {
    display: block;
    color: var(--pink);
    font-size: 20px;
    font-weight: 900;
}

.price del {
    color: #9b9cab;
    font-size: 13px;
    font-weight: 800;
}

.round-action {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple), var(--pink));
}

.category-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(140px, 1fr));
    gap: 16px;
}

.category-tile {
    display: grid;
    min-height: 122px;
    align-content: center;
    justify-items: center;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 22px;
    text-align: center;
    font-weight: 900;
}

.category-tile i { font-size: 36px; }

.product-detail {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, .86fr);
    gap: 36px;
    align-items: start;
}

.product-gallery {
    display: grid;
    gap: 14px;
}

.hero-image {
    min-height: 440px;
    border: 1px solid var(--line);
    border-radius: 24px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    opacity: 1;
    transition: opacity .22s ease;
}

.hero-image img.is-changing { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
    .hero-image img { transition: none; }
}

.hero-image i { font-size: 110px; }

.thumb-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.thumb {
    min-height: 96px;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.thumb img {
    width: 100%;
    height: 96px;
    object-fit: cover;
}

.detail-panel {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
}

.detail-panel h1 {
    margin: 10px 0;
    font-size: clamp(34px, 5vw, 56px);
    color: var(--deep);
    line-height: 1;
}

.detail-copy {
    color: var(--muted);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.info-pill {
    padding: 9px 12px;
    border-radius: 999px;
    background: var(--soft);
    color: var(--ink);
    font-weight: 900;
}

.variant-picker {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.variant-picker h3 {
    margin: 0;
    color: var(--deep);
    font-size: 24px;
}

.variant-option {
    cursor: pointer;
}

.variant-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.variant-option span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    border: 2px solid var(--line);
    border-radius: 18px;
    background: #fff;
    padding: 12px 14px;
    color: var(--deep);
}

.variant-option strong,
.variant-option small {
    display: block;
}

.variant-option small {
    color: var(--muted);
    font-weight: 800;
}

.variant-option input:checked + span {
    border-color: var(--purple);
    box-shadow: 0 14px 28px rgba(125, 138, 247, .16);
}

.variant-option.is-disabled {
    cursor: not-allowed;
    opacity: .55;
}

.cart-added-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    background: #d9fbef;
    color: #096352;
    margin-bottom: 16px;
    padding: 12px 14px;
    font-weight: 900;
}

.cart-added-alert a {
    margin-left: auto;
    color: var(--purple);
}

.cart-toast {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 320px;
    max-width: min(420px, calc(100vw - 28px));
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(97, 91, 137, .22);
    padding: 14px 16px;
    opacity: 0;
    transform: translateY(-12px) scale(.98);
    transition: opacity .2s ease, transform .2s ease;
}

.cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cart-toast > i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.cart-toast.is-success > i {
    background: #d9fbef;
    color: #096352;
}

.cart-toast.is-error > i {
    background: #ffe0ee;
    color: #9e315e;
}

.cart-toast strong,
.cart-toast span {
    display: block;
}

.cart-toast strong {
    color: var(--deep);
}

.cart-toast span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.cart-toast a {
    margin-left: auto;
    color: var(--purple);
    font-weight: 900;
    white-space: nowrap;
}

.quantity-row {
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 12px;
    margin-top: 22px;
}

.quantity-row input {
    min-height: 50px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 12px;
    font-weight: 900;
}

.deal-band {
    background: var(--ink);
    color: #fff;
    padding: 44px 0;
}

.deal-grid {
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: 28px;
    align-items: start;
}

.deal-grid h2 {
    margin: 12px 0 0;
    font-size: clamp(30px, 4vw, 48px);
}

.mini-product-list {
    display: grid;
    gap: 10px;
}

.mini-product-list a {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    padding: 14px;
    color: #fff;
    font-weight: 900;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.cart-items {
    display: grid;
    gap: 14px;
}

.cart-item {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 18px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 14px;
}

.cart-thumb {
    min-height: 104px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.cart-thumb img {
    width: 100%;
    height: 104px;
    object-fit: cover;
}

.cart-item span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.cart-item h2 {
    margin: 5px 0;
    font-size: 22px;
}

.cart-item p {
    margin: 0;
    color: var(--muted);
    font-weight: 800;
}

.cart-line-total {
    text-align: right;
}

.cart-line-total strong {
    display: block;
    color: var(--pink);
    font-size: 20px;
    font-weight: 900;
}

.cart-line-total a {
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.cart-summary {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid var(--line);
    padding: 14px 0;
    font-weight: 900;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 370px;
    gap: 24px;
    align-items: start;
}

.checkout-card {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(122, 113, 163, .1);
    padding: 24px;
}

.checkout-card h2 {
    margin: 0 0 18px;
    color: var(--deep);
    font-size: 30px;
}

.checkout-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 16px;
}

.checkout-fields label,
.track-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.checkout-fields input,
.checkout-fields textarea,
.track-form input {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    color: var(--deep);
    font-weight: 800;
    outline: 0;
}

.checkout-fields input,
.track-form input {
    min-height: 50px;
    padding: 0 16px;
}

.checkout-fields textarea {
    padding: 14px 16px;
    resize: vertical;
}

.field-wide {
    grid-column: 1 / -1;
}

.payment-note {
    display: flex;
    gap: 14px;
    align-items: center;
    border-radius: 22px;
    background: var(--soft);
    margin-top: 20px;
    padding: 16px;
}

.payment-note i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--mint);
    color: #096352;
}

.payment-note strong,
.payment-note span {
    display: block;
}

.payment-note span {
    color: var(--muted);
    font-weight: 800;
}

.checkout-items {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.checkout-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: var(--muted);
    font-weight: 900;
}

.checkout-item strong,
.total-row strong {
    color: var(--pink);
}

.total-row {
    color: var(--deep);
    font-size: 20px;
}

.checkout-alert {
    border-radius: 22px;
    background: #ffe0ee;
    color: #9e315e;
    margin-bottom: 18px;
    padding: 14px 18px;
    font-weight: 900;
}

.success-card {
    max-width: 820px;
    margin: 0 auto;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(97, 91, 137, .15);
    padding: 38px;
    text-align: center;
}

.success-card > i {
    color: var(--mint);
    font-size: 58px;
    margin-bottom: 12px;
}

.success-card h2 {
    color: var(--deep);
    font-size: 40px;
}

.tracking-number {
    display: grid;
    gap: 4px;
    max-width: 420px;
    margin: 22px auto;
    border-radius: 24px;
    background: linear-gradient(135deg, #eef6ff, #fbf0ff);
    padding: 18px;
}

.tracking-number span,
.tracking-card span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.tracking-number strong {
    color: var(--purple);
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 900;
}

.success-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.track-form {
    max-width: 840px;
    margin: 0 auto;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(122, 113, 163, .1);
    padding: 22px;
}

.track-form > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
}

.tracking-card {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(122, 113, 163, .1);
    padding: 24px;
}

.tracking-card h2 {
    margin: 4px 0;
    color: var(--purple);
    font-size: clamp(28px, 4vw, 42px);
}

.tracking-status {
    display: grid;
    gap: 7px;
    border-radius: 22px;
    background: var(--soft);
    padding: 16px;
    min-width: 220px;
}

.tracking-status strong {
    color: var(--pink);
    font-size: 24px;
}

.empty-state, .notice-panel {
    padding: 36px;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 20px 55px rgba(122, 113, 163, .12);
    background: #fff;
    text-align: center;
}

.empty-state i, .notice-panel i {
    color: var(--pink);
    font-size: 46px;
    margin-bottom: 14px;
}

.store-footer {
    background: #11171b;
    color: #fff;
    padding: 38px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 26px;
}

.footer-brand {
    color: #fff;
    font-size: 30px;
}

.store-footer h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.store-footer a, .store-footer p {
    display: block;
    margin: 0 0 8px;
    color: rgba(255,255,255,.76);
    font-weight: 800;
}

@media (max-width: 1199px) {
    .toy-grid { grid-template-columns: repeat(3, 1fr); }
    .category-strip { grid-template-columns: repeat(3, 1fr); }
    .collection-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .header-grid { grid-template-columns: 1fr auto; }
    .store-search { grid-column: 1 / -1; order: 3; max-width: none; }
    .hero-slide, .product-detail, .deal-grid, .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
    .toy-grid { grid-template-columns: repeat(2, 1fr); }
    .filter-panel { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
    .top-strip { font-size: 12px; }
    .header-grid { gap: 12px; padding: 14px 0; }
    .store-brand { font-size: 27px; }
    .quick-actions a { width: 40px; height: 40px; }
    .quick-actions a:nth-child(2) { display: none; }
    .studio-hero, .page-hero { padding: 38px 0; }
    .studio-copy p, .page-hero p { font-size: 16px; }
    .hero-slider-card { padding: 28px 20px 24px; }
    .toy-grid, .category-strip, .filter-panel, .footer-grid, .collection-grid { grid-template-columns: 1fr; }
    .collection-card { grid-template-columns: 1fr auto; }
    .collection-mark { grid-column: 1 / -1; font-size: 24px; }
    .toy-media { height: 240px; min-height: 240px; }
    .section-head { display: block; }
    .hero-image, .hero-image img { min-height: 320px; }
    .quantity-row { grid-template-columns: 1fr; }
    .cart-item { grid-template-columns: 92px 1fr; }
    .cart-line-total { grid-column: 1 / -1; text-align: left; }
    .checkout-fields { grid-template-columns: 1fr; }
    .track-form > div { grid-template-columns: 1fr; }
    .tracking-card { display: block; }
    .tracking-status { margin-top: 16px; }
}
