:root {
  color-scheme: dark;
  --ink: #080a10;
  --ink-soft: #10131d;
  --surface: #151923;
  --paper: #f3f1e9;
  --white: #fffdf7;
  --muted: #a6acb8;
  --yellow: #f4c63d;
  --yellow-soft: #ffe88b;
  --red: #e7473d;
  --blue: #287ac0;
  --line: rgba(255, 255, 255, .13);
  --shell: min(1240px, calc(100% - 48px));
  --scroll-progress: 0;
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 78px; background: var(--ink); }
body { margin: 0; min-width: 280px; width: 100%; max-width: 100%; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 16px; border-radius: 100px; background: var(--yellow); color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: calc(var(--scroll-progress) * 100%); height: 100%; background: linear-gradient(90deg, var(--red), var(--yellow), var(--blue)); box-shadow: 0 0 14px rgba(244, 198, 61, .75); }

.shop-nav { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.shop-nav.is-scrolled, .shop-nav.is-open { border-color: var(--line); background: rgba(8, 10, 16, .8); backdrop-filter: blur(22px) saturate(140%); -webkit-backdrop-filter: blur(22px) saturate(140%); }
.nav-inner { width: var(--shell); height: 74px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; letter-spacing: .14em; }
.brand img { width: 36px; height: 36px; object-fit: contain; border-radius: 8px; }
.brand em { margin-left: 5px; padding-left: 15px; border-left: 1px solid rgba(255,255,255,.22); color: var(--yellow); font-size: .67rem; font-style: normal; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.desktop-links { display: flex; align-items: center; gap: 5px; }
.desktop-links a { padding: 9px 13px; color: rgba(255,255,255,.72); font-size: .86rem; transition: color .2s ease; }
.desktop-links a:hover, .desktop-links a:focus-visible { color: #fff; }
.desktop-links .logout-link { margin-left: 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; color: var(--yellow); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 7px auto; background: #fff; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { padding: 10px max(20px, calc((100% - min(1240px, calc(100% - 48px))) / 2)) 24px; border-top: 1px solid var(--line); background: rgba(8,10,16,.97); }
.mobile-menu a { display: block; padding: 12px 0; color: #fff; }
.mobile-menu .logout-link { color: var(--yellow); }

.eyebrow { margin: 0 0 18px; color: var(--yellow); font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.shop-hero { position: relative; min-height: 850px; overflow: hidden; display: flex; align-items: center; padding: 130px 0 90px; background: radial-gradient(circle at 80% 42%, #19283c 0, #0d111b 34%, var(--ink) 70%); isolation: isolate; }
.hero-rays { position: absolute; z-index: -3; width: 1100px; aspect-ratio: 1; right: -220px; top: -80px; border-radius: 50%; background: repeating-conic-gradient(from -10deg, rgba(244,198,61,.065) 0 7deg, transparent 7deg 19deg); animation: rotate-rays 40s linear infinite; mask-image: radial-gradient(circle, black 0 54%, transparent 72%); }
.hero-dots { position: absolute; z-index: -2; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: 24px 24px; opacity: .18; mask-image: linear-gradient(90deg, transparent 20%, black 80%); }
@keyframes rotate-rays { to { transform: rotate(360deg); } }
.hero-inner { display: grid; grid-template-columns: .92fr 1.08fr; gap: 5vw; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy h1 { margin: 0; font-size: clamp(4.5rem, 8.4vw, 8.2rem); line-height: .82; letter-spacing: -.075em; font-weight: 800; }
.hero-copy h1 span { color: transparent; background: linear-gradient(95deg, var(--yellow-soft), var(--yellow) 55%, #e9a32d); -webkit-background-clip: text; background-clip: text; }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 30px 0 0; color: #b8beca; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 100px; cursor: pointer; font-weight: 700; font-size: .9rem; transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: #111; box-shadow: 0 16px 35px rgba(244,198,61,.14); }
.button-primary:hover { background: #ffdb5d; box-shadow: 0 18px 45px rgba(244,198,61,.24); }
.button-ghost { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.035); color: #fff; }
.button-ghost:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.07); }
.hero-stats { display: flex; gap: 30px; margin-top: 54px; }
.hero-stats div { min-width: 100px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font-size: 1.4rem; }
.hero-stats span { margin-top: 4px; color: #808996; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

.hero-cards { position: relative; height: 670px; perspective: 1600px; }
.energy-orb { position: absolute; width: 470px; aspect-ratio: 1; top: 50%; left: 50%; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #fff1a6, #f5c540 22%, #d35132 58%, transparent 68%); filter: blur(24px); opacity: .45; transform: translate(-50%,-50%); }
.hero-card { position: absolute; top: 3%; left: 50%; width: min(390px, 31vw); max-height: 620px; object-fit: contain; filter: drop-shadow(0 42px 34px rgba(0,0,0,.5)); transform-origin: 50% 100%; transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .8s ease; }
.hero-card-left { transform: translateX(-74%) translateY(42px) rotate(-9deg); }
.hero-card-center { z-index: 3; transform: translateX(-50%) translateY(-16px) rotate(1deg); }
.hero-card-right { z-index: 2; transform: translateX(-12%) translateY(35px) rotate(15deg); }
.hero-cards:hover .hero-card-left { transform: translateX(-88%) translateY(55px) rotate(-15deg); }
.hero-cards:hover .hero-card-center { transform: translateX(-50%) translateY(-36px) rotate(0); filter: drop-shadow(0 55px 42px rgba(0,0,0,.58)); }
.hero-cards:hover .hero-card-right { transform: translateX(4%) translateY(48px) rotate(22deg); }
.hero-seal { position: absolute; z-index: 4; right: 4%; bottom: 8%; width: 104px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: rgba(8,10,16,.74); color: #acb4c0; font-size: .64rem; letter-spacing: .14em; text-align: center; text-transform: uppercase; backdrop-filter: blur(14px); animation: seal-spin 20s linear infinite; }
.hero-seal span { display: block; color: var(--yellow); font-size: .8rem; font-weight: 800; }
@keyframes seal-spin { to { transform: rotate(360deg); } }

.collector-strip { overflow: hidden; padding: 16px 0; border-block: 1px solid rgba(20,17,5,.18); background: var(--yellow); color: #17140b; }
.collector-strip > div { width: max-content; display: flex; align-items: center; animation: ticker 24s linear infinite; }
.collector-strip span { padding-inline: 28px; font-size: .71rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.collector-strip i { font-style: normal; font-size: .6rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.catalog-section { position: relative; padding: 150px 0 170px; background: var(--paper); color: #171921; }
.catalog-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 6vw; }
.catalog-heading .eyebrow { color: #936e00; }
.catalog-heading h2 { margin: 0; font-size: clamp(4rem, 8vw, 7.6rem); line-height: .86; letter-spacing: -.07em; }
.catalog-heading > p { max-width: 480px; margin: 0 0 5px; color: #646772; font-size: 1.05rem; line-height: 1.65; }
.catalog-toolbar { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; margin-top: 70px; padding: 12px; border: 1px solid rgba(20,20,25,.12); border-radius: 22px; background: rgba(255,255,255,.58); box-shadow: 0 18px 55px rgba(30,25,10,.05); }
.search-control { position: relative; min-width: 0; }
.search-control svg { position: absolute; width: 20px; height: 20px; top: 50%; left: 16px; fill: none; stroke: #696c74; stroke-width: 1.7; transform: translateY(-50%); }
.search-control input, .select-control select { width: 100%; min-height: 50px; border: 0; border-radius: 13px; background: #fff; color: #191b22; outline: 0; }
.search-control input { padding: 0 18px 0 48px; }
.search-control input::placeholder { color: #8b8d94; }
.search-control input:focus, .select-control select:focus { box-shadow: 0 0 0 2px var(--yellow); }
.select-control { position: relative; display: grid; grid-template-columns: auto auto; align-items: center; gap: 8px; padding-left: 16px; border-left: 1px solid rgba(20,20,25,.1); }
.select-control > span { color: #777982; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.select-control select { min-width: 140px; padding: 0 36px 0 12px; cursor: pointer; }
.catalog-meta { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.catalog-meta > p { margin: 0; color: #777a83; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.admin-controls { display: flex; align-items: center; gap: 12px; }
.admin-controls > span { padding: 7px 10px; border-radius: 100px; background: #252932; color: var(--yellow); font-size: .66rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.button-small { min-height: 38px; padding: 0 16px; background: var(--yellow); color: #111; }

.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.collection-card { position: relative; min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(25,25,32,.1); border-radius: 28px; background: #fff; box-shadow: 0 20px 55px rgba(36,31,14,.07); transition: transform .45s cubic-bezier(.2,.75,.2,1), box-shadow .45s ease; }
.collection-card:hover { transform: translateY(-8px); box-shadow: 0 32px 75px rgba(36,31,14,.14); }
.card-visual { position: relative; overflow: hidden; display: grid; place-items: center; min-height: 465px; padding: 34px 30px 24px; background: radial-gradient(circle at 50% 46%, rgba(255,255,255,.9), rgba(231,227,211,.72) 40%, rgba(211,207,193,.6) 75%), repeating-linear-gradient(135deg, rgba(0,0,0,.025) 0 1px, transparent 1px 9px); }
.card-visual::after { content: ""; position: absolute; inset: auto 10% 6%; height: 20px; border-radius: 50%; background: rgba(38,31,10,.18); filter: blur(13px); }
.card-visual img { position: relative; z-index: 2; width: 100%; height: 400px; object-fit: contain; filter: drop-shadow(0 18px 17px rgba(31,24,6,.22)); transition: transform .55s cubic-bezier(.2,.75,.2,1); }
.collection-card:hover .card-visual img { transform: translateY(-8px) rotate(.5deg) scale(1.025); }
.card-index { position: absolute; z-index: 3; top: 20px; left: 22px; color: rgba(30,29,25,.4); font-size: .68rem; font-weight: 750; letter-spacing: .14em; }
.status-badge { position: absolute; z-index: 3; top: 16px; right: 16px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 100px; background: rgba(255,255,255,.78); color: #2f3137; font-size: .66rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); }
.status-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #3a9f69; box-shadow: 0 0 0 3px rgba(58,159,105,.15); }
.status-badge[data-status="reserved"]::before { background: #347bc0; box-shadow: 0 0 0 3px rgba(52,123,192,.15); }
.status-badge[data-status="sold"]::before { background: #8c8f97; box-shadow: 0 0 0 3px rgba(140,143,151,.15); }
.card-content { flex: 1; display: flex; flex-direction: column; padding: 28px; }
.card-type { margin: 0 0 10px; color: #a27800; font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.card-title-row { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.card-title-row h3 { margin: 0; color: #17191f; font-size: clamp(1.8rem, 2.7vw, 2.6rem); line-height: 1; letter-spacing: -.05em; }
.card-price { margin: 2px 0 0; color: #17191f; font-size: 1.1rem; font-weight: 800; white-space: nowrap; }
.card-description { margin: 18px 0 24px; color: #6c6e76; font-size: .9rem; line-height: 1.6; }
.card-actions { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.buy-link { flex: 1; min-height: 47px; display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 17px; border-radius: 12px; background: #171a21; color: #fff; font-size: .82rem; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.buy-link:hover, .buy-link:focus-visible { background: #292e38; transform: translateY(-1px); }
.unavailable-label { flex: 1; min-height: 47px; display: inline-flex; align-items: center; padding: 0 17px; border: 1px solid #d7d4c8; border-radius: 12px; color: #777982; font-size: .8rem; font-weight: 700; }
.admin-status { min-height: 42px; flex: 1; padding: 0 10px; border: 1px solid #d7d4ca; border-radius: 10px; background: #fff; color: #22242a; }
.admin-card-button { min-height: 42px; padding: 0 12px; border: 1px solid #d7d4ca; border-radius: 10px; background: #fff; color: #36383f; cursor: pointer; font-weight: 700; font-size: .76rem; }
.admin-card-button:hover { border-color: #8c8f97; }
.admin-card-button.delete { color: #bd3f36; }
.empty-state { padding: 90px 20px; border: 1px dashed #c9c5b5; border-radius: 28px; text-align: center; }
.empty-state > div { width: 70px; height: 70px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-size: 2rem; font-weight: 850; }
.empty-state h3 { margin: 0; font-size: 2rem; }
.empty-state p { color: #6d6f76; }
.empty-state button { padding: 10px 18px; border: 0; border-radius: 100px; background: #181a20; color: #fff; cursor: pointer; }

.collector-notes { padding: 160px 0; background: #0b0d14; }
.notes-heading { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; margin-bottom: 90px; }
.notes-heading .eyebrow { align-self: start; }
.notes-heading h2 { margin: 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .88; letter-spacing: -.07em; }
.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.notes-grid article { min-height: 330px; padding: 40px 32px; border-right: 1px solid var(--line); }
.notes-grid article:last-child { border-right: 0; }
.notes-grid article > span { color: var(--yellow); font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
.notes-grid h3 { margin: 70px 0 14px; font-size: 1.65rem; letter-spacing: -.035em; }
.notes-grid p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }

.shop-footer { padding: 90px 0 30px; background: #05060a; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 75px; }
.footer-brand { display: flex; align-items: center; gap: 13px; font-weight: 800; letter-spacing: .12em; }
.footer-brand img { width: 56px; height: 56px; object-fit: contain; border-radius: 12px; }
.footer-brand small { color: #7d8591; font-size: .62rem; font-weight: 600; }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(95px, 1fr)); gap: 18px 38px; color: #9aa2ae; font-size: .85rem; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid var(--line); color: #6f7783; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: #fff; }

.shop-dialog { width: min(680px, calc(100vw - 28px)); max-width: none; max-height: calc(100svh - 28px); padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: #10131b; color: #fff; box-shadow: 0 45px 120px rgba(0,0,0,.72); }
.shop-dialog::backdrop { background: rgba(2,3,6,.8); backdrop-filter: blur(12px); }
.dialog-panel { padding: 26px; }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.dialog-heading span { color: var(--yellow); font-size: .63rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.dialog-heading h2, .compact-panel h2 { margin: 5px 0 0; font-size: 1.8rem; letter-spacing: -.04em; }
.dialog-close { width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.05); color: #fff; cursor: pointer; font-size: 1.55rem; }
.dialog-close:hover { background: #fff; color: #111; }
.shop-dialog form { display: grid; gap: 18px; }
.shop-dialog label { display: grid; gap: 8px; }
.shop-dialog label > span { color: #abb3bf; font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.shop-dialog input, .shop-dialog textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: #090b11; color: #fff; outline: 0; }
.shop-dialog input { min-height: 48px; padding: 0 13px; }
.shop-dialog textarea { resize: vertical; padding: 13px; }
.shop-dialog input:focus, .shop-dialog textarea:focus { border-color: var(--yellow); box-shadow: 0 0 0 2px rgba(244,198,61,.12); }
.field-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 14px; }
.file-field small { color: #717a87; font-size: .72rem; }
.file-field input { height: auto; padding: 10px; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.button-ghost-dark { border-color: rgba(255,255,255,.17); background: transparent; color: #fff; }
.button-primary-dark { background: var(--yellow); color: #111; }
.compact-panel { padding: 42px; text-align: center; }
.compact-panel .eyebrow { margin-top: 22px; }
.compact-panel > p:not(.eyebrow) { color: #9ea6b2; line-height: 1.6; }
.warning-mark { width: 72px; height: 72px; margin: auto; display: grid; place-items: center; border: 1px solid rgba(231,71,61,.35); border-radius: 50%; background: rgba(231,71,61,.12); color: #f06a61; font-size: 2rem; font-weight: 800; }
.centered-actions { justify-content: center; margin-top: 26px; }
.button-danger { background: var(--red); color: #fff; }

.toast { position: fixed; z-index: 150; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 12px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 100px; background: rgba(15,18,25,.94); color: #fff; font-size: .82rem; text-align: center; box-shadow: 0 15px 40px rgba(0,0,0,.35); opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }
::selection { background: var(--yellow); color: #111; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #080a10; }
::-webkit-scrollbar-thumb { background: #414957; border-radius: 10px; }

@media (max-width: 1050px) {
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 2vw; }
  .hero-card { width: min(350px, 34vw); }
  .card-visual { min-height: 400px; }
  .card-visual img { height: 340px; }
}

@media (max-width: 960px) {
  .shop-hero { min-height: 1020px; padding-top: 120px; text-align: center; }
  .hero-inner { display: block; }
  .hero-copy > p:not(.eyebrow) { margin-inline: auto; }
  .hero-actions, .hero-stats { justify-content: center; }
  .hero-cards { height: 480px; margin-top: 40px; }
  .hero-card { width: min(330px, 43vw); max-height: 445px; }
  .hero-card-left { transform: translateX(-92%) translateY(34px) rotate(-14deg); }
  .hero-card-right { transform: translateX(-8%) translateY(30px) rotate(15deg); }
  .energy-orb { width: 390px; }
}

@media (max-width: 840px) {
  :root { --shell: min(100% - 32px, 680px); }
  .desktop-links { display: none; }
  .menu-toggle { display: block; }
  .shop-hero { min-height: 940px; }
  .hero-cards { height: 460px; margin-top: 40px; }
  .hero-card { width: min(330px, 48vw); max-height: 430px; }
  .hero-card-left { transform: translateX(-92%) translateY(34px) rotate(-14deg); }
  .hero-card-right { transform: translateX(-8%) translateY(30px) rotate(15deg); }
  .energy-orb { width: 380px; }
  .hero-seal { width: 86px; right: 10%; }
  .catalog-section { padding: 120px 0; }
  .catalog-heading { grid-template-columns: 1fr; }
  .catalog-heading > p { margin-top: 24px; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .search-control { grid-column: 1 / -1; }
  .select-control:first-of-type { border-left: 0; padding-left: 0; }
  .cards-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .notes-heading { grid-template-columns: 1fr; }
  .notes-heading h2 { margin-top: 12px; }
  .notes-grid { grid-template-columns: 1fr; }
  .notes-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .notes-grid article:last-child { border-bottom: 0; }
  .notes-grid h3 { margin-top: 45px; }
}

@media (max-width: 570px) {
  :root { --shell: calc(100% - 28px); }
  .nav-inner { height: 66px; }
  .brand { font-size: .9rem; }
  .brand img { width: 32px; height: 32px; }
  .brand em { font-size: .55rem; padding-left: 10px; }
  .shop-hero { min-height: 860px; padding-top: 105px; }
  .hero-copy h1 { font-size: clamp(4rem, 22vw, 5.5rem); }
  .hero-copy > p:not(.eyebrow) { font-size: .96rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-stats { gap: 8px; margin-top: 42px; }
  .hero-stats div { min-width: 0; flex: 1; padding-left: 8px; }
  .hero-stats strong { font-size: 1.15rem; }
  .hero-stats span { font-size: .56rem; }
  .hero-cards { height: 365px; margin-top: 24px; }
  .hero-card { width: 56vw; max-height: 350px; }
  .energy-orb { width: 280px; }
  .hero-seal { display: none; }
  .catalog-heading h2 { font-size: 3.7rem; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .search-control { grid-column: auto; }
  .select-control { grid-template-columns: 70px 1fr; padding: 7px 0 0; border-top: 1px solid rgba(20,20,25,.1); border-left: 0; }
  .catalog-meta { align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .cards-grid { grid-template-columns: 1fr; gap: 22px; }
  .card-visual { min-height: 420px; }
  .card-visual img { height: 365px; }
  .collector-notes { padding: 110px 0; }
  .notes-heading { margin-bottom: 60px; }
  .notes-heading h2 { font-size: 4rem; }
  .footer-top { display: block; }
  .footer-links { margin-top: 50px; grid-template-columns: repeat(2,1fr); }
  .footer-bottom { display: block; line-height: 1.6; }
  .footer-bottom a { display: inline-block; margin-top: 14px; }
  .field-grid { grid-template-columns: 1fr; }
  .shop-dialog { width: calc(100vw - 16px); max-height: calc(100svh - 16px); border-radius: 20px; }
  .dialog-panel { padding: 20px; }
  .compact-panel { padding: 32px 20px; }
  .dialog-actions { flex-direction: column-reverse; }
  .dialog-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
