:root {
  --bg: #07070d;
  --bg-soft: #0d0d18;
  --panel: #11111d;
  --panel-2: #171725;
  --text: #f8f7fb;
  --muted: #aaa8b5;
  --line: rgba(255, 255, 255, 0.1);
  --games: #6549ff;
  --games-2: #25d8ff;
  --cards: #c72245;
  --cards-2: #f0b33b;
  --gold: #edb853;
  --radius: 24px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; color: #111; border-radius: 9px; background: white; font-weight: 800; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(37,216,255,.72); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; padding: 0 4vw; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; background: rgba(7, 7, 13, .84); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 11px; min-width: 205px; }
.brand img { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 7px 16px rgba(0,0,0,.45)); }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 1rem; letter-spacing: .11em; }
.brand small { color: var(--muted); font-size: .6rem; letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(13px, 1.8vw, 28px); color: #d6d4dc; font-size: .78rem; font-weight: 700; }
.site-nav a { position: relative; padding: 26px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 1px; transform: scaleX(0); background: linear-gradient(90deg, var(--games-2), var(--cards-2)); transition: transform .2s ease; }
.site-nav a:hover::after { transform: scaleX(1); }
.cart-button { position: relative; width: 44px; height: 44px; display: grid; place-items: center; color: white; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.04); }
.cart-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cart-button span { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; display: grid; place-items: center; border-radius: 99px; background: linear-gradient(135deg, var(--games), var(--cards)); font-size: .64rem; font-weight: 800; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: calc(100svh - 76px); display: grid; place-items: center; overflow: hidden; background: #080810; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at center, rgba(255,255,255,.045), transparent 30%), linear-gradient(90deg, rgba(101,73,255,.07), transparent 38%, transparent 62%, rgba(199,34,69,.07)); }
.hero-noise { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-side { position: absolute; top: 0; bottom: 0; width: 50%; overflow: hidden; opacity: .86; }
.hero-side::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent, rgba(7,7,13,.7)); }
.hero-games { left: 0; border-right: 1px solid rgba(255,255,255,.05); background: radial-gradient(circle at 35% 45%, rgba(37,216,255,.17), transparent 28%), radial-gradient(circle at 18% 75%, rgba(101,73,255,.2), transparent 30%); }
.hero-cards { right: 0; background: radial-gradient(circle at 65% 45%, rgba(240,179,59,.17), transparent 28%), radial-gradient(circle at 82% 75%, rgba(199,34,69,.2), transparent 30%); }
.hero-side p { position: absolute; bottom: 56px; margin: 0; color: rgba(255,255,255,.16); font-size: clamp(2.3rem, 5vw, 6.7rem); font-weight: 900; letter-spacing: -.06em; }
.hero-games p { left: 3vw; }
.hero-cards p { right: 3vw; }
.hero-icon { position: absolute; width: clamp(250px, 30vw, 540px); height: auto; top: 50%; opacity: .16; transform: translateY(-50%); fill: none; stroke-width: 4; }
.game-icon { left: -4vw; stroke: var(--games-2); filter: drop-shadow(0 0 34px rgba(37,216,255,.4)); }
.card-icon { right: -4vw; stroke: var(--cards-2); filter: drop-shadow(0 0 34px rgba(240,179,59,.4)); }
.orb { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .65; animation: float 7s ease-in-out infinite; }
.orb-one { width: 11px; height: 11px; left: 18%; top: 20%; background: var(--games-2); box-shadow: 0 0 30px var(--games-2); }
.orb-two { width: 18px; height: 18px; left: 34%; bottom: 25%; background: var(--games); box-shadow: 0 0 40px var(--games); animation-delay: -3s; }
.orb-three { width: 12px; height: 12px; right: 17%; top: 22%; background: var(--cards-2); box-shadow: 0 0 30px var(--cards-2); animation-delay: -1s; }
.orb-four { width: 18px; height: 18px; right: 32%; bottom: 23%; background: var(--cards); box-shadow: 0 0 40px var(--cards); animation-delay: -4s; }
@keyframes float { 50% { transform: translateY(-18px) scale(1.08); } }
.hero-center { position: relative; z-index: 5; width: min(820px, calc(100% - 40px)); padding: 44px 20px 80px; text-align: center; }
.hero-logo { width: clamp(220px, 31vw, 420px); margin: -35px auto -45px; filter: drop-shadow(0 22px 45px rgba(0,0,0,.48)); }
.versus-pill { width: fit-content; margin: 0 auto 20px; padding: 7px 12px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(10,10,18,.65); color: #c3c0cd; font-size: .62rem; font-weight: 800; letter-spacing: .1em; backdrop-filter: blur(10px); }
.versus-pill b { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(135deg, var(--games), var(--cards)); font-size: .63rem; }
.hero h1 { max-width: 780px; margin: 0 auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7.3vw, 7.4rem); line-height: .9; letter-spacing: -.07em; text-wrap: balance; }
.hero-lead { max-width: 700px; margin: 24px auto 0; color: #b8b5c2; font-size: clamp(.96rem, 1.5vw, 1.12rem); }
.hero-actions { margin-top: 30px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; color: white; border: 0; border-radius: 13px; background: linear-gradient(135deg, var(--games), #33219c); font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-games { box-shadow: 0 14px 40px rgba(101,73,255,.28); }
.button-cards { background: linear-gradient(135deg, var(--cards), #7b152c); box-shadow: 0 14px 40px rgba(199,34,69,.25); }
.hero-trust { margin-top: 28px; display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; color: #918e9d; font-size: .76rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 11px rgba(237,184,83,.65); }
.scroll-cue { position: absolute; z-index: 6; bottom: 18px; left: 50%; width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 4px; height: 7px; border-radius: 4px; background: white; transform: translateX(-50%); animation: scroll 2s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translate(-50%,0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,15px); } }

.announcement-strip { min-height: 54px; padding: 12px 4vw; display: flex; align-items: center; justify-content: center; gap: 26px; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #cfccd6; background: #0c0c14; font-size: .67rem; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.announcement-strip span { color: var(--gold); }
.section { width: min(1180px, calc(100% - 8vw)); margin: 0 auto; padding: 112px 0; }
.section-kicker { display: inline-block; margin-bottom: 13px; color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .form-intro h2, .shipping-copy h2, .about-copy h2, .social-copy h2, .contact-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5.3vw, 5.2rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.section-heading p { max-width: 690px; margin: 18px auto 0; color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; }
.split-heading p { margin: 0; color: var(--muted); }

.shop-section { padding-bottom: 90px; }
.world-switcher { width: fit-content; margin: 0 auto 24px; padding: 5px; display: flex; gap: 5px; border: 1px solid var(--line); border-radius: 999px; background: #0d0d16; }
.world-tab { min-width: 150px; padding: 11px 17px; color: #a7a4b1; border: 0; border-radius: 999px; background: transparent; font-weight: 800; }
.world-tab.active[data-world="games"] { color: white; background: linear-gradient(135deg, var(--games), #3430a2); }
.world-tab.active[data-world="cards"] { color: white; background: linear-gradient(135deg, var(--cards), #8c1b2f); }
.world-panel { display: none; }
.world-panel.active { display: block; animation: fade .35s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } }
.world-feature { min-height: 430px; padding: clamp(28px, 5vw, 62px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 45px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }
.games-feature { background: radial-gradient(circle at 78% 45%, rgba(37,216,255,.13), transparent 30%), radial-gradient(circle at 65% 85%, rgba(101,73,255,.18), transparent 32%), #10101c; }
.cards-feature { background: radial-gradient(circle at 78% 45%, rgba(240,179,59,.13), transparent 30%), radial-gradient(circle at 65% 85%, rgba(199,34,69,.18), transparent 32%), #141017; }
.mini-label { color: #aaa6b7; font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.world-copy h3 { margin: 15px 0 16px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4.5vw, 4.5rem); line-height: .98; letter-spacing: -.05em; }
.world-copy p { max-width: 500px; color: var(--muted); }
.text-button { padding: 0; display: inline-flex; align-items: center; gap: 10px; color: white; border: 0; background: transparent; font-weight: 800; }
.text-button span { font-size: 1.2rem; transition: transform .2s ease; }
.text-button:hover span { transform: translateX(5px); }
.display-stack { position: relative; min-height: 300px; }
.display-case { position: absolute; width: 155px; height: 230px; padding: 14px; display: flex; flex-direction: column; justify-content: flex-end; border: 5px solid rgba(255,255,255,.8); border-radius: 7px; background: linear-gradient(to top, rgba(0,0,0,.88), transparent), linear-gradient(145deg, #5342dd, #1c1737); box-shadow: 0 28px 55px rgba(0,0,0,.45); }
.display-case small, .slab-card small { color: var(--games-2); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.display-case b { font-size: 1.1rem; line-height: 1.05; }
.case-a { left: 12%; top: 28px; transform: rotate(-8deg); }
.case-b { left: 38%; top: 2px; background: linear-gradient(to top, rgba(0,0,0,.9), transparent), linear-gradient(145deg, #196d88, #17172e); transform: rotate(5deg); }
.display-console { position: absolute; right: 0; bottom: 18px; width: 205px; height: 120px; border: 2px solid rgba(255,255,255,.18); border-radius: 17px; background: linear-gradient(145deg, #302a4e, #12121c); box-shadow: 0 28px 55px rgba(0,0,0,.45); transform: rotate(-5deg); }
.display-console span { position: absolute; left: 45px; top: 32px; width: 37px; height: 37px; border-radius: 50%; background: #0d0d14; box-shadow: inset 0 0 0 8px #28233b; }
.display-console i { position: absolute; right: 43px; top: 34px; width: 12px; height: 12px; border-radius: 50%; background: var(--games-2); box-shadow: 18px 12px 0 var(--games), 0 24px 0 #bb6eff; }
.slab-card { position: absolute; width: 155px; height: 235px; padding: 10px; display: flex; flex-direction: column; justify-content: flex-end; border: 5px solid rgba(236,246,255,.78); border-radius: 9px; background: linear-gradient(to top, rgba(0,0,0,.9), transparent), linear-gradient(145deg, #7e1830, #241218); box-shadow: 0 28px 55px rgba(0,0,0,.45); }
.slab-card::before { content: "CERTIFIED COLLECTIBLE"; position: absolute; left: 9px; right: 9px; top: 9px; padding: 7px; border-radius: 3px; color: #18110a; background: #f1cf85; font-size: .5rem; font-weight: 900; text-align: center; }
.slab-card i { font-size: 3rem; color: var(--cards-2); }
.slab-a { left: 12%; top: 24px; transform: rotate(-7deg); }
.slab-b { left: 39%; top: 5px; transform: rotate(6deg); background: linear-gradient(to top, rgba(0,0,0,.9), transparent), linear-gradient(145deg, #6c4817, #221710); }
.booster-box { position: absolute; right: 0; bottom: 22px; width: 200px; height: 125px; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; border: 2px solid rgba(255,255,255,.18); border-radius: 13px; background: repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 9px, transparent 9px 18px), linear-gradient(145deg, #7b1f32, #271116); box-shadow: 0 28px 55px rgba(0,0,0,.45); transform: rotate(-5deg); }
.booster-box span { color: var(--cards-2); font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.booster-box b { font-size: 1.2rem; }
.category-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { min-height: 170px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; color: white; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.025); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.category-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.045); }
.category-icon { width: 42px; height: 42px; margin-bottom: 27px; display: grid; place-items: center; border-radius: 12px; background: rgba(101,73,255,.14); color: var(--games-2); font-size: 1.3rem; }
#world-cards .category-icon { background: rgba(199,34,69,.13); color: var(--cards-2); }
.category-card b { margin-bottom: 5px; }
.category-card small { color: var(--muted); line-height: 1.4; }
.coming-soon-card { margin-top: 22px; padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid var(--line); border-radius: 17px; background: #0d0d16; }
.coming-soon-card > div:first-child { display: flex; align-items: center; gap: 14px; }
.coming-soon-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.coming-soon-card strong { color: white; }
.pulse-ring { width: 13px; height: 13px; flex: 0 0 auto; border-radius: 50%; background: #4eea9b; box-shadow: 0 0 0 7px rgba(78,234,155,.09), 0 0 18px rgba(78,234,155,.45); }
.social-buttons { display: flex; gap: 9px; }
.social-buttons a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 9px; color: #d9d6df; font-size: .72rem; font-weight: 700; }

.order-types { padding-top: 125px; }
.order-type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.order-card { position: relative; min-height: 515px; padding: clamp(28px, 4.3vw, 54px); overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #10101a; }
.order-card::before { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; top: -160px; border-radius: 50%; filter: blur(4px); opacity: .25; }
.order-card--retired::before { background: var(--games); }
.reserve-card::before { background: var(--cards-2); }
.order-card-top { position: relative; display: flex; align-items: center; justify-content: space-between; color: #b4b0bf; font-size: .67rem; font-weight: 900; letter-spacing: .14em; }
.order-card-top b { color: rgba(255,255,255,.14); font-family: Georgia, serif; font-size: 3rem; }
.order-card h3 { position: relative; max-width: 420px; margin: 65px 0 17px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); line-height: .98; letter-spacing: -.05em; }
.order-card p { color: var(--muted); }
.order-card ul { margin: 24px 0 32px; padding: 0; list-style: none; }
.order-card li { position: relative; margin: 11px 0; padding-left: 24px; color: #d6d3dc; font-size: .88rem; }
.order-card li::before { content: "✓"; position: absolute; left: 0; color: var(--games-2); font-weight: 900; }
.reserve-card li::before { color: var(--cards-2); }
.outline-button { border: 1px solid rgba(101,73,255,.42); background: rgba(101,73,255,.12); }
.gold-button { color: #1b1408; background: linear-gradient(135deg, #f1c96d, #ca8f25); }
.price-breakdown { margin: 24px 0 32px; border-top: 1px solid var(--line); }
.price-breakdown div { padding: 12px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-size: .84rem; }
.price-breakdown span { color: var(--muted); }
.reserve-promise { margin-top: 19px; padding: 25px; display: flex; align-items: center; gap: 22px; border: 1px solid rgba(237,184,83,.25); border-radius: 20px; background: linear-gradient(90deg, rgba(237,184,83,.08), transparent); }
.promise-icon { width: 72px; height: 72px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(237,184,83,.4); border-radius: 50%; color: var(--gold); background: rgba(237,184,83,.08); font-family: Georgia, serif; font-size: 1.25rem; font-weight: 800; }
.reserve-promise h3, .reserve-promise p { margin: 0; }
.reserve-promise p { color: var(--muted); font-size: .88rem; }

.process-section { width: 100%; max-width: none; padding-left: 4vw; padding-right: 4vw; background: linear-gradient(180deg, transparent, rgba(101,73,255,.035), rgba(199,34,69,.025), transparent); }
.process-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-grid article { min-height: 260px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.018); }
.process-grid span { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.process-grid h3 { margin: 72px 0 8px; font-family: Georgia, serif; font-size: 1.5rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .84rem; }

.forms-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; align-items: start; }
.form-intro { position: sticky; top: 110px; }
.form-intro p { color: var(--muted); }
.form-contact { margin-top: 27px; display: flex; flex-direction: column; gap: 10px; color: #d4d1da; font-size: .88rem; }
.form-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #10101a; box-shadow: var(--shadow); }
.form-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 7px; border-bottom: 1px solid var(--line); background: #0b0b12; }
.form-tab { padding: 13px; color: var(--muted); border: 0; border-radius: 12px; background: transparent; font-weight: 800; }
.form-tab.active:first-child { color: white; background: linear-gradient(135deg, rgba(101,73,255,.9), rgba(37,216,255,.45)); }
.form-tab.active:last-child { color: white; background: linear-gradient(135deg, rgba(199,34,69,.9), rgba(240,179,59,.45)); }
.collector-form { display: none; padding: clamp(22px, 4vw, 38px); }
.collector-form.active { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
label { display: block; margin-bottom: 14px; color: #d8d5df; font-size: .76rem; font-weight: 750; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: white; border: 1px solid var(--line); border-radius: 11px; outline: none; background: rgba(255,255,255,.035); }
input:focus, select:focus, textarea:focus { border-color: rgba(101,73,255,.75); box-shadow: 0 0 0 3px rgba(101,73,255,.12); }
select {
  color-scheme: dark;
  color: #f8f5ee;
  background-color: #171821;
}
select option {
  color: #f8f5ee !important;
  background-color: #171821 !important;
}
select option:disabled {
  color: #aaa5b0 !important;
}
select option:checked {
  color: #ffffff !important;
  background-color: #3e327f !important;
}
textarea { resize: vertical; }
.form-hint { margin: 1px 0 16px; color: var(--muted); font-size: .76rem; }

.sourcing-fee-card {
  margin: -2px 0 16px;
  padding: 17px 18px;
  border: 1px solid rgba(237,184,83,.3);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(237,184,83,.09), rgba(101,73,255,.07));
}
.sourcing-fee-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.sourcing-fee-summary span {
  color: #d8d4df;
  font-size: .78rem;
  font-weight: 800;
}
.sourcing-fee-summary strong {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.05rem;
  text-align: right;
}
.sourcing-fee-card p {
  margin: 10px 0 8px;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.55;
}
.sourcing-policy-link {
  padding: 0;
  color: var(--games-2);
  border: 0;
  background: transparent;
  font-size: .75rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sourcing-policy-link:hover { color: white; }
.agreement-check {
  margin: 4px 0 17px;
  padding: 14px 15px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
  cursor: pointer;
}
.agreement-check input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 1px 0 0;
  accent-color: var(--games);
}
.agreement-check span {
  color: #c7c3ce;
  font-size: .73rem;
  font-weight: 600;
  line-height: 1.5;
}
.fee-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.fee-table th,
.fee-table td {
  padding: 11px 13px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: .8rem;
}
.fee-table th {
  color: var(--gold);
  background: rgba(237,184,83,.08);
}
.fee-table td:last-child,
.fee-table th:last-child { text-align: right; }
.fee-table tr:last-child td { border-bottom: 0; }

.full-button { width: 100%; background: linear-gradient(135deg, var(--games), #2d74bc); }
.cards-gradient { background: linear-gradient(135deg, var(--cards), var(--cards-2)); color: #1d1007; }

.shipping-card { padding: clamp(28px, 5vw, 64px); display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 60px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle at 15% 45%, rgba(101,73,255,.17), transparent 28%), radial-gradient(circle at 90% 10%, rgba(240,179,59,.09), transparent 27%), #101019; }
.shipping-visual { position: relative; min-height: 330px; display: grid; place-items: center; }
.package { position: relative; width: 235px; height: 180px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.16); border-radius: 14px; background: linear-gradient(145deg, #2d263e, #17151e); box-shadow: 0 32px 65px rgba(0,0,0,.48); transform: perspective(700px) rotateY(13deg) rotateX(4deg); }
.package::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 42px; background: rgba(237,184,83,.75); transform: translateX(-50%); }
.package span { position: relative; z-index: 2; padding: 8px 12px; color: #15100a; border-radius: 3px; background: #e2b95e; font-family: Georgia, serif; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.package i { position: absolute; inset: 14px; border: 1px dashed rgba(255,255,255,.14); border-radius: 9px; }
.free-tag { position: absolute; right: 3%; bottom: 28px; width: 105px; height: 105px; display: grid; place-items: center; color: #171008; border-radius: 50%; background: var(--gold); box-shadow: 0 20px 40px rgba(0,0,0,.4); font-size: .75rem; font-weight: 1000; line-height: 1.1; text-align: center; transform: rotate(8deg); }
.shipping-copy p { color: var(--muted); }
.shipping-points { margin: 26px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.shipping-points div { padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.02); }
.shipping-points b, .shipping-points span { display: block; }
.shipping-points b { color: var(--gold); }
.shipping-points span { color: var(--muted); font-size: .75rem; }

.payment-section { text-align: center; }
.payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: left; }
.payment-grid article { min-height: 230px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #101019; }
.payment-grid h3 { margin: 38px 0 8px; font-family: Georgia, serif; font-size: 1.35rem; }
.payment-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.apple-mark { width: 48px; height: 48px; display: grid; place-items: center; color: #111; border-radius: 13px; background: white; font-size: 1.7rem; }
.card-mark { position: relative; width: 55px; height: 39px; border-radius: 8px; background: linear-gradient(135deg, var(--games), var(--cards)); }
.card-mark span { position: absolute; left: 0; right: 0; top: 9px; height: 6px; background: #13131b; }
.card-mark i { position: absolute; right: 8px; bottom: 7px; width: 15px; height: 4px; border-radius: 2px; background: white; }
.bank-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(37,216,255,.3); border-radius: 13px; color: var(--games-2); background: rgba(37,216,255,.08); font-size: 1.55rem; }
.stripe-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: white; background: linear-gradient(135deg, #635bff, #7a73ff); font-size: 1.35rem; font-weight: 900; font-family: Arial, sans-serif; box-shadow: 0 10px 24px rgba(99,91,255,.24); }
.checkout-preview { margin: 30px auto 0; background: linear-gradient(135deg, #fff, #cbc9d2); color: #111; }

.about-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.about-logo-wrap { min-height: 500px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle, rgba(101,73,255,.18), transparent 36%), radial-gradient(circle at 65% 60%, rgba(240,179,59,.08), transparent 28%), #0f0f18; }
.about-logo-wrap img { width: 95%; filter: drop-shadow(0 28px 50px rgba(0,0,0,.55)); }
.about-copy p { color: var(--muted); }
.about-tags { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 9px; }
.about-tags span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: #d2cfd9; font-size: .72rem; }

.social-section { padding: 45px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 65px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, rgba(101,73,255,.065), rgba(199,34,69,.05)), #0f0f18; }
.social-copy p { color: var(--muted); }
.social-grid { display: grid; gap: 12px; }
.social-grid a { padding: 17px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); transition: transform .2s ease, background .2s ease; }
.social-grid a:hover { transform: translateX(5px); background: rgba(255,255,255,.05); }
.social-grid a > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: white; background: linear-gradient(135deg, var(--games), var(--cards)); font-weight: 900; }
.social-grid b, .social-grid small { display: block; }
.social-grid small { color: var(--muted); }
.social-grid i { color: var(--gold); font-style: normal; }

.contact-section { padding-top: 120px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 80px; }
.contact-section > div:first-child p { color: var(--muted); }
.contact-links { border-top: 1px solid var(--line); }
.contact-links a, .contact-links > div { padding: 22px 4px; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.contact-links small { color: var(--muted); }
.contact-links b { font-size: 1.05rem; }
.contact-links span { color: var(--gold); }

.site-footer { margin-top: 80px; padding: 55px 4vw 27px; border-top: 1px solid var(--line); background: #050509; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 95px; height: 75px; object-fit: contain; }
.footer-brand strong { font-family: Georgia, serif; letter-spacing: .12em; }
.footer-brand p { margin: 4px 0 0; color: var(--muted); font-size: .78rem; }
.footer-links { margin: 45px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links h3 { font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a, .footer-links button { margin: 8px 0; padding: 0; display: block; color: var(--muted); border: 0; background: transparent; font-size: .8rem; text-align: left; }
.footer-links a:hover, .footer-links button:hover { color: white; }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; gap: 20px; color: #74717f; border-top: 1px solid var(--line); font-size: .72rem; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 25px; display: grid; place-items: center; background: rgba(3,3,7,.82); backdrop-filter: blur(10px); }
.modal-backdrop[hidden] { display: none; }
.modal { position: relative; width: min(760px, 100%); max-height: min(85vh, 880px); padding: clamp(26px, 4vw, 44px); overflow: auto; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: #11111b; box-shadow: 0 38px 100px rgba(0,0,0,.65); }
.modal-close { position: sticky; float: right; top: 0; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; color: white; border: 1px solid var(--line); border-radius: 12px; background: #181824; font-size: 1.5rem; }
.modal h2 { margin: 0 55px 20px 0; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; }
.modal h3 { margin-top: 28px; }
.modal p, .modal li { color: #b9b6c2; }
.modal ul { padding-left: 20px; }
.policy-note { padding: 15px; border: 1px solid rgba(237,184,83,.25); border-radius: 12px; background: rgba(237,184,83,.06); }
.checkout-demo { display: grid; gap: 14px; }
.checkout-summary { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); }
.checkout-summary div { padding: 7px 0; display: flex; justify-content: space-between; color: var(--muted); }
.checkout-summary div:last-child { margin-top: 8px; padding-top: 14px; color: white; border-top: 1px solid var(--line); font-weight: 800; }
.pay-option { padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; color: white; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.03); }
.pay-option small { color: var(--muted); }

.cart-drawer { position: fixed; top: 0; right: 0; z-index: 110; width: min(430px, 100%); height: 100%; padding: 25px; background: #101019; box-shadow: -30px 0 80px rgba(0,0,0,.5); transform: translateX(105%); transition: transform .3s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-head small { color: var(--gold); letter-spacing: .13em; }
.drawer-head h2 { margin: 2px 0 18px; font-family: Georgia, serif; }
.drawer-head button { width: 40px; height: 40px; color: white; border: 1px solid var(--line); border-radius: 12px; background: transparent; font-size: 1.4rem; }
.empty-cart { height: calc(100% - 85px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > span { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-family: Georgia, serif; font-size: 1.5rem; }
.empty-cart h3 { margin-bottom: 5px; }
.empty-cart p { color: var(--muted); }
.drawer-overlay { position: fixed; inset: 0; z-index: 105; background: rgba(0,0,0,.65); }
.drawer-overlay[hidden] { display: none; }
.toast { position: fixed; z-index: 180; left: 50%; top: 96px; bottom: auto; width: min(620px, calc(100% - 32px)); min-height: 64px; padding: 18px 22px 18px 58px; display: flex; align-items: center; color: #171107; border: 2px solid #fff2c7; border-radius: 16px; background: linear-gradient(135deg,#f4c667,#dca63d); box-shadow: 0 24px 70px rgba(0,0,0,.72), 0 0 0 5px rgba(237,184,83,.14); font-size: 1rem; line-height: 1.45; font-weight: 900; text-align: left; opacity: 0; transform: translate(-50%,-24px) scale(.98); pointer-events: none; transition: .25s ease; }
.toast::before { content: 'i'; position: absolute; left: 19px; width: 26px; height: 26px; display: grid; place-items: center; color: #15110a; border: 2px solid currentColor; border-radius: 50%; font-family: Georgia,serif; font-size: 1rem; font-weight: 900; }
.toast[data-type="error"] { color: #fff; border-color: rgba(255,255,255,.85); background: linear-gradient(135deg,#8d2828,#5f1717); box-shadow: 0 24px 70px rgba(0,0,0,.8), 0 0 0 5px rgba(191,61,61,.22); }
.toast[data-type="error"]::before { content: '!'; color: #fff; }
.toast.show { opacity: 1; transform: translate(-50%,0) scale(1); }
@media (max-width:720px) { .toast { top: 76px; padding: 16px 17px 16px 52px; font-size: .94rem; } .toast::before { left: 16px; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto 1fr auto auto; }
  .menu-toggle { width: 43px; height: 43px; padding: 10px; display: block; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); }
  .menu-toggle span { height: 2px; margin: 5px 0; display: block; border-radius: 2px; background: white; }
  .site-nav { position: fixed; inset: 76px 0 auto 0; padding: 22px 4vw 32px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: rgba(7,7,13,.98); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .site-nav a::after { bottom: 6px; }
  .world-feature, .shipping-card, .about-section { grid-template-columns: 1fr; }
  .world-copy { max-width: 650px; }
  .display-stack { min-height: 360px; }
  .category-grid, .payment-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .forms-section, .contact-section { grid-template-columns: 1fr; }
  .form-intro { position: static; }
  .social-section { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { min-height: 69px; padding: 0 18px; gap: 9px; }
  .brand { min-width: 0; }
  .brand img { width: 47px; height: 47px; }
  .brand-copy small { display: none; }
  .brand strong { font-size: .83rem; }
  .site-nav { top: 69px; padding-left: 20px; padding-right: 20px; }
  .hero { min-height: 820px; }
  .hero-side p { bottom: 25px; font-size: 2.5rem; }
  .hero-games p { left: 10px; }
  .hero-cards p { right: 10px; }
  .hero-icon { width: 280px; top: 30%; }
  .game-icon { left: -125px; }
  .card-icon { right: -125px; }
  .hero-center { padding-top: 25px; }
  .hero-logo { width: 280px; margin-bottom: -32px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5.1rem); }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 8px 15px; }
  .announcement-strip { justify-content: flex-start; overflow-x: auto; }
  .section { width: calc(100% - 36px); padding: 82px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .world-tab { min-width: 130px; }
  .world-feature { padding: 25px; min-height: auto; }
  .display-stack { min-height: 315px; transform: scale(.88); transform-origin: center top; margin-bottom: -35px; }
  .case-a, .slab-a { left: 0; }
  .case-b, .slab-b { left: 32%; }
  .display-console, .booster-box { right: -12%; }
  .category-grid, .order-type-grid, .process-grid, .payment-grid { grid-template-columns: 1fr; }
  .coming-soon-card { align-items: flex-start; flex-direction: column; }
  .social-buttons { flex-wrap: wrap; }
  .order-card { min-height: 0; }
  .order-card h3 { margin-top: 40px; }
  .reserve-promise { align-items: flex-start; flex-direction: column; }
  .field-row, .shipping-points { grid-template-columns: 1fr; }
  .sourcing-fee-summary { align-items: flex-start; flex-direction: column; gap: 5px; }
  .sourcing-fee-summary strong { text-align: left; }

  .shipping-card { padding: 25px; }
  .shipping-visual { min-height: 280px; transform: scale(.9); }
  .about-logo-wrap { min-height: 340px; }
  .social-section { width: calc(100% - 36px); padding: 26px; }
  .contact-links a, .contact-links > div { grid-template-columns: 70px 1fr auto; gap: 10px; }
  .contact-links b { font-size: .87rem; word-break: break-word; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}


/* Final site additions */
.faq-section { padding-top: 70px; }
.faq-list { max-width: 850px; margin: 0 auto; border-bottom: 1px solid var(--line); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 42px 23px 2px; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.08rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--gold); font-family: Inter, sans-serif; font-size: 1.45rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -3px 0 24px; color: var(--muted); }
.noscript { position: fixed; z-index: 500; right: 14px; bottom: 14px; max-width: 430px; padding: 14px 16px; color: #16120a; border-radius: 12px; background: var(--gold); box-shadow: var(--shadow); font-size: .8rem; font-weight: 700; }
.modal-actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.copy-button { min-height: 44px; padding: 0 16px; color: white; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.05); font-weight: 800; }
.email-message { max-height: 210px; padding: 14px; overflow: auto; white-space: pre-wrap; color: #c9c6d0; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.22); font: .75rem/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

/* Standalone policy pages */
.policy-page { min-height: 100vh; background: radial-gradient(circle at 15% 0%, rgba(101,73,255,.09), transparent 30rem), radial-gradient(circle at 85% 20%, rgba(199,34,69,.06), transparent 28rem), var(--bg); }
.policy-header { min-height: 76px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(7,7,13,.9); backdrop-filter: blur(18px); }
.policy-header .brand { min-width: 0; }
.policy-back { padding: 10px 14px; color: #d7d4de; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.035); font-size: .78rem; font-weight: 800; }
.policy-main { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 100px; }
.policy-hero { margin-bottom: 45px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.policy-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 7vw, 6rem); line-height: .92; letter-spacing: -.06em; }
.policy-hero p { max-width: 700px; color: var(--muted); }
.policy-content h2 { margin: 42px 0 10px; font-family: Georgia, serif; font-size: 1.75rem; }
.policy-content h3 { margin: 28px 0 8px; font-size: 1rem; }
.policy-content p, .policy-content li { color: #b9b6c3; }
.policy-content ul { padding-left: 20px; }
.policy-callout { margin: 30px 0; padding: 18px; border: 1px solid rgba(237,184,83,.25); border-radius: 14px; background: rgba(237,184,83,.06); }
.policy-footer { padding: 28px 4vw; display: flex; justify-content: space-between; gap: 20px; color: #777482; border-top: 1px solid var(--line); background: #050509; font-size: .74rem; }
@media (max-width: 720px) { .policy-header { padding: 0 18px; } .policy-header .brand-copy small { display: none; } .policy-main { padding-top: 55px; } .policy-footer { flex-direction: column; } }

/* ======================================================================
   LOSTTLOOT LIVE THEME — MYTHIC GAMING VS COLLECTIBLE ADVENTURE
   ====================================================================== */
:root {
  --bg: #050608;
  --bg-soft: #090b10;
  --panel: #0d1116;
  --panel-2: #131820;
  --text: #fff8e8;
  --muted: #b9b1a3;
  --line: rgba(232, 184, 83, 0.20);
  --games: #4f39e6;
  --games-2: #28bfe9;
  --cards: #b41935;
  --cards-2: #e7a634;
  --gold: #e7b34e;
  --gold-soft: #f6d68e;
  --shadow: 0 28px 90px rgba(0, 0, 0, .58);
}

body {
  background:
    radial-gradient(circle at 8% 18%, rgba(164, 13, 36, .11), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(12, 89, 160, .12), transparent 31rem),
    linear-gradient(180deg, #050608, #080b0f 28%, #050608 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(231,179,78,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(231,179,78,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.site-header {
  min-height: 78px;
  background: rgba(3, 5, 8, .90);
  border-bottom-color: rgba(231,179,78,.22);
  box-shadow: 0 12px 45px rgba(0,0,0,.26);
}

.brand strong {
  color: var(--gold-soft);
  text-shadow: 0 0 20px rgba(231,179,78,.16);
}

.site-nav a::after {
  background: linear-gradient(90deg, #a30e29, var(--gold), #1473b9);
}

.cart-button {
  border-color: rgba(231,179,78,.26);
  background: rgba(231,179,78,.045);
}

.hero {
  min-height: max(780px, calc(100svh - 78px));
  background-image: url("assets/losttloot-hero-theme.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at center 42%, rgba(0,0,0,.17), rgba(0,0,0,.48) 54%, rgba(0,0,0,.75) 100%),
    linear-gradient(180deg, rgba(1,2,4,.12), rgba(1,2,4,.22) 55%, rgba(5,6,8,.92) 100%);
}

.hero::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(96,0,17,.20), transparent 39%, transparent 61%, rgba(0,54,101,.18)),
    radial-gradient(circle at center 28%, rgba(255,190,72,.10), transparent 30%);
}

.hero-side,
.hero-icon,
.orb,
.hero-side p {
  display: none;
}

.hero-noise {
  z-index: 2;
  opacity: .12;
}

.hero-center {
  z-index: 5;
  width: min(880px, calc(100% - 32px));
  padding-top: clamp(74px, 10vh, 118px);
  padding-bottom: 105px;
}

.hero-logo {
  width: clamp(235px, 29vw, 410px);
  margin: -54px auto -60px;
  filter:
    drop-shadow(0 24px 52px rgba(0,0,0,.65))
    drop-shadow(0 0 20px rgba(231,179,78,.18));
}

.versus-pill {
  border-color: rgba(231,179,78,.30);
  background: rgba(4,5,8,.72);
  color: #eee2ca;
  box-shadow: 0 16px 36px rgba(0,0,0,.28);
}

.versus-pill b {
  background: linear-gradient(135deg, #5b3bea, #a91b34 58%, #e7a634);
}

.hero h1 {
  color: #fff8e9;
  font-size: clamp(3.35rem, 7.4vw, 7.7rem);
  line-height: .91;
  text-shadow:
    0 5px 24px rgba(0,0,0,.72),
    0 0 44px rgba(255,196,94,.10);
}

.hero-lead {
  color: #ded7ca;
  text-shadow: 0 2px 12px rgba(0,0,0,.85);
}

.button {
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: 0 18px 46px rgba(0,0,0,.34);
}

.button-games {
  background: linear-gradient(135deg, #5436e9, #17298d);
  box-shadow: 0 17px 44px rgba(36,48,177,.38);
}

.button-cards {
  background: linear-gradient(135deg, #b81734, #741027 64%, #b97b1f);
  box-shadow: 0 17px 44px rgba(159,15,39,.34);
}

.hero-trust {
  color: #d7cdbd;
  text-shadow: 0 2px 12px rgba(0,0,0,.9);
}

.hero-trust span {
  padding: 7px 11px;
  border: 1px solid rgba(231,179,78,.16);
  border-radius: 999px;
  background: rgba(2,3,5,.46);
  backdrop-filter: blur(9px);
}

.announcement-strip {
  border-color: rgba(231,179,78,.18);
  background: linear-gradient(90deg, #090609, #0c0d12 50%, #071017);
  color: #d8cdb9;
}

.section-kicker,
.world-copy .mini-label,
.order-card-top span {
  color: var(--gold);
}

.section-heading h2,
.form-intro h2,
.shipping-copy h2,
.about-copy h2,
.social-copy h2,
.contact-section h2 {
  color: #fff5df;
  text-shadow: 0 4px 28px rgba(0,0,0,.24);
}

.shop-section,
.order-types,
.forms-section,
.shipping-section,
.payment-section,
.about-section,
.social-section,
.contact-section {
  position: relative;
}

.shop-section::before,
.order-types::before,
.forms-section::before,
.shipping-section::before,
.payment-section::before,
.about-section::before {
  content: "";
  position: absolute;
  inset: 28px -4vw;
  z-index: -1;
  border-radius: 40px;
  background:
    radial-gradient(circle at 6% 30%, rgba(151,13,39,.075), transparent 28rem),
    radial-gradient(circle at 94% 30%, rgba(16,91,159,.075), transparent 28rem);
}

.world-switcher {
  border-color: rgba(231,179,78,.25);
  background: rgba(5,7,10,.82);
}

.world-feature,
.order-card,
.coming-soon-card,
.form-shell,
.shipping-card,
.payment-grid article,
.about-logo-wrap,
.social-section {
  border-color: rgba(231,179,78,.20);
  background-color: rgba(10,13,18,.92);
  box-shadow: var(--shadow);
}

.games-feature {
  background:
    radial-gradient(circle at 12% 20%, rgba(172,16,42,.18), transparent 29rem),
    linear-gradient(135deg, rgba(25,4,9,.95), rgba(10,12,18,.98));
}

.cards-feature {
  background:
    radial-gradient(circle at 88% 20%, rgba(15,94,170,.18), transparent 29rem),
    linear-gradient(135deg, rgba(7,15,24,.98), rgba(15,11,5,.95));
}

.category-card {
  border-color: rgba(231,179,78,.16);
  background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(0,0,0,.10));
}

.category-card:hover {
  border-color: rgba(231,179,78,.52);
  box-shadow: 0 18px 50px rgba(0,0,0,.34), 0 0 30px rgba(231,179,78,.08);
}

.order-card--retired {
  background:
    radial-gradient(circle at 0% 0%, rgba(170,14,42,.20), transparent 27rem),
    linear-gradient(145deg, rgba(31,5,10,.95), rgba(10,12,17,.98));
}

.reserve-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(16,91,159,.22), transparent 27rem),
    linear-gradient(145deg, rgba(7,15,24,.98), rgba(12,10,6,.97));
}

.reserve-promise {
  border-color: rgba(231,179,78,.30);
  background: linear-gradient(135deg, rgba(231,179,78,.08), rgba(255,255,255,.018));
}

.process-section {
  background:
    radial-gradient(circle at 8% 50%, rgba(159,17,43,.065), transparent 24rem),
    radial-gradient(circle at 92% 50%, rgba(17,89,157,.065), transparent 24rem);
}

.process-grid article,
.shipping-points div {
  border-color: rgba(231,179,78,.15);
  background: rgba(255,255,255,.018);
}

.form-shell {
  background:
    linear-gradient(135deg, rgba(157,15,42,.055), rgba(12,15,22,.97) 45%, rgba(16,91,159,.055));
}

.shipping-card {
  background:
    radial-gradient(circle at 8% 45%, rgba(159,17,43,.14), transparent 28%),
    radial-gradient(circle at 92% 15%, rgba(16,91,159,.14), transparent 28%),
    linear-gradient(145deg, #0b0d12, #111015);
}

.payment-grid article {
  background: linear-gradient(145deg, rgba(231,179,78,.04), rgba(8,10,14,.96));
}

.about-logo-wrap {
  background:
    radial-gradient(circle, rgba(231,179,78,.14), transparent 33%),
    radial-gradient(circle at 20% 80%, rgba(160,14,41,.08), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(15,92,164,.08), transparent 30%),
    #0a0c10;
}

.social-section {
  background:
    radial-gradient(circle at 5% 50%, rgba(161,14,42,.12), transparent 24rem),
    radial-gradient(circle at 95% 50%, rgba(15,91,163,.12), transparent 24rem),
    #0b0d11;
}

.site-footer {
  border-top-color: rgba(231,179,78,.22);
  background:
    radial-gradient(circle at 10% 0%, rgba(155,14,41,.06), transparent 24rem),
    radial-gradient(circle at 90% 0%, rgba(15,88,158,.06), transparent 24rem),
    #030405;
}

.modal,
.cart-drawer {
  border-color: rgba(231,179,78,.24);
  background: #0b0e13;
}

@media (max-width: 720px) {
  .hero {
    min-height: 780px;
    background-position: 49% center;
  }

  .hero::before {
    background:
      radial-gradient(circle at center 35%, rgba(0,0,0,.12), rgba(0,0,0,.55) 58%, rgba(5,6,8,.94) 100%),
      linear-gradient(180deg, rgba(1,2,4,.18), rgba(1,2,4,.28) 52%, rgba(5,6,8,.96) 100%);
  }

  .hero-center {
    padding-top: 82px;
  }

  .hero-logo {
    width: min(290px, 82vw);
    margin-bottom: -40px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 5.15rem);
  }

  .hero-trust span {
    padding: 6px 9px;
  }
}

/* Hero artwork correction: use clean side crops so the live page does not
   contain duplicate navigation, logo, or headline text inside the background. */
.hero {
  background:
    radial-gradient(circle at 50% 24%, rgba(224,164,59,.20), transparent 27%),
    linear-gradient(90deg, #110308, #08090d 45%, #08090d 55%, #06111a);
}

.hero-side {
  display: block;
  z-index: 0;
  width: 50%;
  opacity: .93;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-side::before {
  background:
    linear-gradient(to bottom, rgba(2,3,5,.06), rgba(5,6,8,.32) 62%, rgba(5,6,8,.96)),
    linear-gradient(to right, rgba(5,6,8,.03), rgba(5,6,8,.67));
}

.hero-games {
  background-image:
    linear-gradient(90deg, rgba(74,0,15,.12), rgba(3,5,8,.18)),
    url("assets/hero-games-side.jpg");
  background-position: center center;
}

.hero-cards {
  background-image:
    linear-gradient(270deg, rgba(0,45,85,.10), rgba(3,5,8,.18)),
    url("assets/hero-cards-side.jpg");
  background-position: center center;
}

.hero-cards::before {
  background:
    linear-gradient(to bottom, rgba(2,3,5,.05), rgba(5,6,8,.30) 62%, rgba(5,6,8,.96)),
    linear-gradient(to left, rgba(5,6,8,.03), rgba(5,6,8,.67));
}

@media (max-width: 720px) {
  .hero-games { width: 58%; opacity: .54; background-position: 48% center; }
  .hero-cards { width: 58%; opacity: .54; background-position: 52% center; }
}


/* Losttloot V4 product catalog */
.shop-toolbar{display:grid;grid-template-columns:minmax(240px,1.5fr) minmax(160px,.6fr) minmax(180px,.7fr);gap:14px;margin:32px 0 18px;padding:18px;border:1px solid var(--border);border-radius:18px;background:rgba(8,8,16,.72)}
.shop-toolbar label{margin:0}.shop-toolbar input,.shop-toolbar select{margin-top:7px}
.shop-results-line{display:flex;justify-content:space-between;align-items:center;margin:0 0 18px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.store-product-card{overflow:hidden;border:1px solid var(--border);border-radius:20px;background:linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.02));transition:transform .2s ease,border-color .2s ease}
.store-product-card:hover{transform:translateY(-5px);border-color:rgba(163,110,255,.48)}
.product-image-button{position:relative;display:block;width:100%;padding:0;border:0;background:#0c0b12;aspect-ratio:3/4;overflow:hidden}
.product-image-button img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.store-product-card:hover img{transform:scale(1.025)}
.product-badge{position:absolute;left:12px;top:12px;padding:7px 10px;border-radius:999px;background:rgba(5,5,10,.86);border:1px solid rgba(255,255,255,.22);color:white;font-size:.65rem;font-weight:850;letter-spacing:.11em}
.product-badge-right{left:auto;right:12px}
.store-product-copy{padding:16px}.product-platform{margin:0 0 7px;color:var(--purple-light);font-size:.67rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.product-title-button{min-height:48px;padding:0;border:0;color:white;background:none;text-align:left;font-weight:800;line-height:1.32}.product-title-button:hover{text-decoration:underline}
.product-price-row{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:13px 0}.product-price-row strong{font-size:1.1rem}.product-price-row span{color:var(--muted);font-size:.75rem}
.add-to-cart{width:100%;min-height:44px}.catalog-note{margin-top:26px;padding:18px;border-left:3px solid var(--gold);background:rgba(255,201,92,.07);color:var(--muted)}
.product-detail-modal{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(300px,1.2fr);gap:28px}.product-detail-image img{width:100%;border-radius:16px;border:1px solid var(--border)}
.detail-price{margin:12px 0;font-size:1.8rem;font-weight:900}.product-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}.product-facts div{padding:12px;border:1px solid var(--border);border-radius:12px}.product-facts dt{color:var(--muted);font-size:.72rem}.product-facts dd{margin:2px 0 0;font-weight:750}.condition-note{font-size:.83rem;color:var(--muted)}
.cart-items{padding:14px 20px;overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:86px 1fr;gap:13px;padding:15px 0;border-bottom:1px solid var(--border)}.cart-line img{width:86px;height:112px;object-fit:cover;border-radius:8px}.cart-line h3{margin:0 0 4px;font-size:.92rem}.cart-line p{margin:0;color:var(--muted);font-size:.75rem}.cart-line strong{display:block;margin-top:6px}.cart-quantity{display:flex;align-items:center;gap:8px;margin-top:10px}.cart-quantity button{width:30px;height:30px;border:1px solid var(--border);border-radius:8px;color:white;background:rgba(255,255,255,.05)}.cart-quantity .remove-line{width:auto;margin-left:auto;padding:0 8px;color:#ff9eaa}
.cart-summary{padding:18px 22px;border-top:1px solid var(--border);background:#0b0a12}.cart-summary>div{display:flex;justify-content:space-between;font-size:1.08rem}.cart-summary p,.checkout-status{color:var(--muted);font-size:.76rem}.checkout-status{display:block;margin-top:8px;text-align:center}.checkout-status+*{margin-top:0}.cart-summary button:disabled{opacity:.45;cursor:not-allowed}
.no-products{grid-column:1/-1;padding:50px;text-align:center;color:var(--muted)}
@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.shop-toolbar{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-detail-modal{grid-template-columns:1fr}.shop-results-line{align-items:flex-start;flex-direction:column}.store-product-copy{padding:12px}.product-title-button{font-size:.88rem;min-height:58px}}
@media(max-width:420px){.product-grid{grid-template-columns:1fr}}

/* V5 photo gallery */
.product-gallery{min-width:0}.product-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.product-thumb{aspect-ratio:1;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:#11121a;padding:5px;overflow:hidden}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-thumb.active,.product-thumb:hover{border-color:#d5a742;box-shadow:0 0 0 2px rgba(213,167,66,.18)}.stock-photo-notice{padding:12px 14px;border:1px solid rgba(213,167,66,.32);border-radius:12px;background:rgba(213,167,66,.08);color:#ded7c8;font-size:.88rem}@media(max-width:720px){.product-thumbnails{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* V5.2 catalog visibility fix */
.product-catalog{margin-top:72px;padding-top:10px}.catalog-heading{margin-bottom:0}.product-grid:empty::before{content:"Loading products…";grid-column:1/-1;padding:50px;text-align:center;color:var(--muted)}

/* V6 triple-audited product photography */
.product-image-button{background:linear-gradient(145deg,#07090e,#11131a);padding:10px}
.product-image-button img{object-fit:contain;border-radius:10px;background:#07090e}
.product-detail-image{display:grid;place-items:center;min-height:320px;max-height:590px;padding:12px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(145deg,#07090e,#10131a);overflow:hidden}
.product-detail-image img{display:block;width:100%;height:100%;max-height:560px;object-fit:contain;border:0;border-radius:12px;background:#07090e}
.product-thumb{background:#07090e}.product-thumb img{background:#07090e}
.cart-line img{object-fit:contain;background:#07090e;padding:4px}


/* Losttloot V7 categorized shop */
.catalog-category-shell{margin:32px 0 20px;padding:20px;border:1px solid var(--border);border-radius:22px;background:rgba(8,8,16,.76)}
.catalog-departments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.catalog-department{min-height:58px;padding:12px 16px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#10111a;color:#d8d3ca;font-weight:850;letter-spacing:.02em}
.catalog-department:hover,.catalog-department.active{color:#fff;border-color:rgba(221,171,61,.65);background:linear-gradient(135deg,rgba(77,55,235,.75),rgba(30,119,166,.76));box-shadow:0 0 0 2px rgba(221,171,61,.08)}
.catalog-department:nth-child(2).active{background:linear-gradient(135deg,rgba(184,25,67,.78),rgba(128,76,24,.82))}
.catalog-department:nth-child(3).active{background:linear-gradient(135deg,rgba(66,74,94,.92),rgba(116,72,22,.82))}
.catalog-subcategories{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.09)}
.catalog-subcategory{padding:9px 14px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#0c0d14;color:#bdb8b0;font-size:.84rem;font-weight:750}
.catalog-subcategory:hover,.catalog-subcategory.active{color:#0a0a0f;border-color:#e6b94d;background:#e6b94d}
.catalog-coming-soon{margin:22px 0;padding:42px 28px;border:1px dashed rgba(230,185,77,.42);border-radius:20px;text-align:center;background:linear-gradient(145deg,rgba(16,17,28,.94),rgba(9,10,17,.94))}
.catalog-coming-soon h3{margin:6px 0 8px;font-family:var(--display);font-size:clamp(1.7rem,4vw,3rem)}
.catalog-coming-soon p{max-width:650px;margin:0 auto;color:var(--muted)}
#shop-toolbar[hidden],#product-grid[hidden],#catalog-coming-soon[hidden]{display:none!important}
.product-badge{max-width:calc(100% - 28px);white-space:normal;text-align:center;line-height:1.2}
@media(max-width:760px){.catalog-departments{grid-template-columns:1fr}.catalog-category-shell{padding:14px}.catalog-subcategories{gap:7px}.catalog-subcategory{font-size:.78rem;padding:8px 11px}}

/* Losttloot V9 additions */
.sold-out-badge{background:rgba(130,18,35,.92)!important;color:#fff!important}
.add-to-cart:disabled,.full-button:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.4)}
.reservation-fee-box{display:flex;flex-direction:column;gap:3px;margin:12px 0 18px;padding:12px 14px;border:1px solid rgba(213,167,66,.4);border-radius:12px;background:rgba(213,167,66,.08);color:#f0d48a}.reservation-fee-box span{color:var(--muted);font-size:.84rem}
.cart-fee{color:#e1bd62!important;font-size:.74rem!important;margin-top:3px!important}
.reserve-featured-product{margin-top:28px;display:grid;grid-template-columns:minmax(260px,.8fr) 1.2fr;gap:30px;align-items:center;padding:28px;border:1px solid rgba(213,167,66,.36);border-radius:24px;background:linear-gradient(145deg,rgba(26,19,14,.88),rgba(10,12,19,.94));overflow:hidden}
.reserve-featured-image{min-height:330px;display:grid;place-items:center;border-radius:18px;background:#07090e;overflow:hidden}.reserve-featured-image img{display:block;width:100%;height:100%;max-height:430px;object-fit:contain}
.reserve-featured-copy h3{margin:7px 0 12px;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.reserve-featured-copy p{color:var(--muted);max-width:650px}.reserve-featured-price{display:flex;align-items:baseline;gap:15px;margin:18px 0}.reserve-featured-price strong{font-size:2rem}.reserve-featured-price span{color:#e3bf62}
@media(max-width:800px){.reserve-featured-product{grid-template-columns:1fr}.reserve-featured-image{min-height:240px}}

.reserve-card-single{max-width:720px;margin-inline:auto}.reserve-featured-grid{display:grid;gap:28px;margin-top:28px}.reserve-featured-grid .reserve-featured-product{margin-top:0}
@media(min-width:1000px){.reserve-featured-grid{grid-template-columns:1fr 1fr}}

/* V10.2 reserve layout correction */
.reserve-featured-grid{display:grid;grid-template-columns:1fr!important;gap:28px;width:100%;max-width:100%;}
.reserve-featured-grid .reserve-featured-product{width:100%;max-width:100%;min-width:0;margin:0;box-sizing:border-box;overflow:hidden;}
.reserve-featured-grid .reserve-featured-copy{min-width:0;overflow-wrap:anywhere;}
.reserve-featured-grid .reserve-featured-copy h3{max-width:100%;overflow-wrap:anywhere;}
@media(max-width:800px){.reserve-featured-product{grid-template-columns:1fr!important;}.reserve-featured-copy{padding-top:4px;}}


/* V10.8 dedicated product pages */
.product-image-button,
.product-title-button {
  text-decoration: none;
}
.product-title-button {
  display: inline-block;
  color: inherit;
}
.product-page-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 20%, rgba(52, 74, 115, .18), transparent 34rem),
    radial-gradient(circle at 86% 25%, rgba(157, 92, 25, .13), transparent 32rem),
    #07090e;
}
.standalone-product-main {
  min-height: 76vh;
  padding: 132px clamp(18px, 4vw, 64px) 72px;
}
.product-page-loading,
.product-page-error {
  width: min(720px, 100%);
  margin: 12vh auto;
  text-align: center;
  padding: 52px;
  border: 1px solid rgba(218, 169, 58, .3);
  border-radius: 24px;
  background: rgba(9, 12, 19, .94);
}
.product-page-error h1 { margin: 10px 0 16px; }
.product-page-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
}
.product-page-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
.product-back-button {
  appearance: none;
  border: 1px solid rgba(218, 169, 58, .38);
  border-radius: 999px;
  background: rgba(10, 13, 20, .9);
  color: #fff7e9;
  padding: 12px 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.product-back-button:hover { border-color: #e4b94e; transform: translateY(-1px); }
.product-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; color: #a9a6a0; font-size: .9rem; }
.product-breadcrumb a { color: #e5bd5c; text-decoration: none; }
.product-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
  padding: clamp(24px, 4vw, 56px);
  border: 1px solid rgba(218, 169, 58, .28);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(13, 17, 26, .97), rgba(7, 10, 16, .98));
  box-shadow: 0 30px 100px rgba(0, 0, 0, .45);
}
.standalone-gallery { position: sticky; top: 112px; min-width: 0; }
.standalone-main-image {
  display: grid;
  place-items: center;
  min-height: 630px;
  padding: clamp(18px, 3vw, 36px);
  border-radius: 22px;
  overflow: hidden;
  background: #05070c;
  border: 1px solid rgba(255,255,255,.06);
}
.standalone-main-image img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  border-radius: 12px;
}
.standalone-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(82px, 105px));
  gap: 12px;
  margin-top: 16px;
}
.standalone-thumb {
  aspect-ratio: 1 / 1;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: #090c13;
  cursor: pointer;
  overflow: hidden;
}
.standalone-thumb img { width: 100%; height: 100%; object-fit: contain; border-radius: 9px; }
.standalone-thumb.active { border-color: #e7b83d; box-shadow: 0 0 0 2px rgba(231,184,61,.18); }
.gallery-count { margin: 12px 0 0; color: #8e8c88; font-size: .86rem; }
.standalone-product-info h1 {
  margin: 13px 0 18px;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  line-height: .96;
  color: #fff5e5;
}
.standalone-price-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 18px 0 26px; }
.standalone-price-row > strong { font-size: clamp(2rem, 3vw, 3rem); color: #fff; }
.standalone-stock { color: #b5b2ac; font-weight: 700; }
.standalone-stock.is-sold-out { color: #db6a75; }
.standalone-description { color: #c7c5c0; font-size: 1.05rem; line-height: 1.8; }
.standalone-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid rgba(218,169,58,.25);
  border-radius: 18px;
  background: rgba(218,169,58,.18);
}
.standalone-facts div { padding: 18px; background: #0b0e15; }
.standalone-facts dt { margin-bottom: 6px; color: #a59f94; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.standalone-facts dd { margin: 0; color: #fff4df; font-weight: 800; }
.product-page-purchase-card {
  margin: 28px 0;
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(78, 54, 194, .2), rgba(23, 104, 147, .17));
  border: 1px solid rgba(113, 89, 255, .34);
}
.product-page-purchase-card > div { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; margin-bottom: 18px; }
.product-page-purchase-card > div span { color: #b9b6af; }
.product-page-purchase-card > div strong { color: #fff; font-size: 1.45rem; }
.product-page-purchase-card p { margin: 12px 0 0; color: #9e9b95; font-size: .84rem; line-height: 1.55; }
.product-page-add { min-height: 58px; font-size: 1rem; }
.product-assurance-grid { display: grid; gap: 12px; }
.product-assurance-grid article { padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); }
.product-assurance-grid strong { display: block; color: #fff1d9; margin-bottom: 5px; }
.product-assurance-grid span { color: #aaa7a1; line-height: 1.55; font-size: .9rem; }
.product-policy-links { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 24px; }
.product-policy-links a { color: #e9bf59; font-weight: 800; text-decoration: none; }
.product-page-details-section { margin-top: 34px; padding: clamp(26px, 4vw, 50px); border-radius: 24px; border: 1px solid rgba(255,255,255,.07); background: rgba(9,12,18,.84); }
.product-page-details-section h2 { margin: 8px 0 24px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); }
.product-detail-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-detail-panels article { padding: 22px; border-radius: 18px; background: #0c1018; }
.product-detail-panels h3 { margin-top: 0; color: #fff3dd; }
.product-detail-panels p { margin-bottom: 0; color: #aaa7a0; line-height: 1.65; }
.product-page-footer { width: min(1440px, calc(100% - 36px)); margin: 0 auto 30px; padding: 32px; text-align: center; color: #99958e; border-top: 1px solid rgba(218,169,58,.22); }
.product-footer-brand { justify-content: center; margin-bottom: 14px; }

@media (max-width: 980px) {
  .product-page-layout { grid-template-columns: 1fr; }
  .standalone-gallery { position: static; }
  .standalone-main-image { min-height: 440px; }
  .product-detail-panels { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .standalone-product-main { padding: 104px 12px 44px; }
  .product-page-topbar { align-items: flex-start; flex-direction: column; }
  .product-page-layout { padding: 14px; border-radius: 18px; }
  .standalone-main-image { min-height: 350px; padding: 10px; }
  .standalone-product-info h1 { font-size: clamp(2.25rem, 13vw, 3.8rem); }
  .standalone-facts { grid-template-columns: 1fr; }
  .standalone-price-row { align-items: flex-start; flex-direction: column; }
}


/* V10.9 catalog cleanup */
.catalog-heading[hidden],
.shop-toolbar label[hidden],
.catalog-note[hidden] {
  display: none !important;
}
.product-catalog > .catalog-category-shell:first-of-type {
  margin-top: 0;
}


/* Losttloot customer support chat */
.losttloot-chat-shell{position:fixed;right:22px;bottom:22px;z-index:1200;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#f6f1e7}.losttloot-chat-launcher{display:flex;align-items:center;gap:9px;min-height:52px;padding:10px 16px 10px 10px;border:1px solid rgba(216,173,72,.65);border-radius:999px;background:linear-gradient(135deg,#17121a,#090c14);color:#f8edce;box-shadow:0 18px 48px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.03) inset;font:700 .92rem/1 inherit;cursor:pointer}.losttloot-chat-launcher:hover{transform:translateY(-1px);border-color:#efc86f}.losttloot-chat-launcher:focus-visible,.losttloot-chat-panel button:focus-visible,.losttloot-chat-panel textarea:focus-visible{outline:3px solid rgba(239,200,111,.5);outline-offset:3px}.losttloot-chat-launcher-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(145deg,#d6a83e,#78531c);color:#090b11;font-size:1.05rem}.losttloot-chat-unread{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#eac25c;color:#111;font-size:.7rem}.losttloot-chat-panel{position:absolute;right:0;bottom:66px;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 105px));overflow:hidden;border:1px solid rgba(216,173,72,.42);border-radius:22px;background:linear-gradient(180deg,rgba(15,17,27,.98),rgba(7,9,15,.99));box-shadow:0 30px 80px rgba(0,0,0,.62);transform-origin:bottom right}.losttloot-chat-panel[hidden]{display:none}.losttloot-chat-header{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;padding:15px 16px;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 86% 10%,rgba(190,126,48,.18),transparent 35%),linear-gradient(115deg,rgba(34,43,61,.75),rgba(18,14,18,.9))}.losttloot-chat-avatar{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(235,196,103,.62);border-radius:13px;background:linear-gradient(145deg,#191c29,#080a0f);color:#e9c15f;font:800 .82rem/1 Georgia,serif}.losttloot-chat-header strong{display:block;font:700 1rem/1.2 Georgia,serif}.losttloot-chat-header small{display:flex;align-items:center;gap:6px;margin-top:3px;color:#aeb4c2;font-size:.75rem}.losttloot-chat-status-dot{width:7px;height:7px;border-radius:50%;background:#66ca8a;box-shadow:0 0 9px rgba(102,202,138,.75)}.losttloot-chat-close{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.06);color:#e8e2d7;font-size:1.45rem;cursor:pointer}.losttloot-chat-messages{height:calc(100% - 218px);min-height:220px;overflow-y:auto;padding:17px 14px;scrollbar-width:thin;scrollbar-color:#6c5730 transparent}.losttloot-chat-message{display:flex;margin:0 0 12px}.losttloot-chat-message>div{max-width:86%;padding:11px 13px;border-radius:16px;font-size:.88rem;line-height:1.5;word-wrap:break-word}.losttloot-chat-message.assistant>div{border:1px solid rgba(255,255,255,.08);border-bottom-left-radius:5px;background:#161a25;color:#e9e5dc}.losttloot-chat-message.user{justify-content:flex-end}.losttloot-chat-message.user>div{border:1px solid rgba(221,177,70,.36);border-bottom-right-radius:5px;background:linear-gradient(135deg,#7a5520,#3e2d19);color:#fff9e9}.losttloot-chat-message a{color:#f0c967;text-decoration:underline;text-underline-offset:2px}.losttloot-chat-typing{display:inline-flex;gap:4px;align-items:center;height:17px}.losttloot-chat-typing i{width:6px;height:6px;border-radius:50%;background:#cfb36f;animation:losttloot-chat-bounce 1s infinite ease-in-out}.losttloot-chat-typing i:nth-child(2){animation-delay:.16s}.losttloot-chat-typing i:nth-child(3){animation-delay:.32s}@keyframes losttloot-chat-bounce{0%,70%,100%{transform:translateY(0);opacity:.4}35%{transform:translateY(-5px);opacity:1}}.losttloot-chat-quick-actions{display:flex;gap:7px;overflow-x:auto;padding:0 14px 10px;scrollbar-width:none}.losttloot-chat-quick-actions::-webkit-scrollbar{display:none}.losttloot-chat-quick-actions button{flex:0 0 auto;padding:8px 10px;border:1px solid rgba(222,181,82,.25);border-radius:999px;background:rgba(205,159,58,.08);color:#e7d5a5;font:650 .73rem/1 inherit;cursor:pointer}.losttloot-chat-quick-actions button:hover{background:rgba(205,159,58,.16)}.losttloot-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin:0 12px;padding:9px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#0e111a}.losttloot-chat-form textarea{min-width:0;max-height:110px;resize:none;border:0;background:transparent;color:#f5f1e8;font:400 .9rem/1.4 inherit;outline:0}.losttloot-chat-form textarea::placeholder{color:#7f8695}.losttloot-chat-form button{align-self:end;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:12px;background:linear-gradient(145deg,#e1b64e,#8b611f);color:#0d0d0f;font-size:1rem;cursor:pointer}.losttloot-chat-form button:disabled{opacity:.45;cursor:wait}.losttloot-chat-disclaimer{margin:8px 15px 12px;color:#777e8c;font-size:.64rem;line-height:1.35}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:560px){.losttloot-chat-shell{right:12px;bottom:12px}.losttloot-chat-launcher{min-height:48px;padding:8px 13px 8px 8px}.losttloot-chat-launcher-icon{width:32px;height:32px}.losttloot-chat-panel{right:0;bottom:59px;width:calc(100vw - 24px);height:min(650px,calc(100vh - 85px));border-radius:19px}.losttloot-chat-messages{height:calc(100% - 218px)}}

/* Losttloot V10.16 human support ticket experience */
.losttloot-chat-panel input:focus-visible,.losttloot-chat-panel select:focus-visible{outline:3px solid rgba(239,200,111,.5);outline-offset:2px}.losttloot-chat-message.ticket>div{width:100%;max-width:100%;padding:0;border:0;background:transparent}.losttloot-ticket-card{width:100%;padding:14px;border:1px solid rgba(222,181,82,.28);border-radius:16px;background:linear-gradient(180deg,#171b26,#10131c);box-sizing:border-box}.losttloot-ticket-heading{display:flex;flex-direction:column;gap:3px;margin-bottom:12px}.losttloot-ticket-heading strong{color:#f0cc75;font:700 .96rem/1.25 Georgia,serif}.losttloot-ticket-heading span{color:#aeb4c2;font-size:.72rem}.losttloot-ticket-form{display:grid;grid-template-columns:1fr 1fr;gap:9px}.losttloot-ticket-form label{display:flex;flex-direction:column;gap:5px;color:#d9d5cc;font-size:.71rem;font-weight:650}.losttloot-ticket-form label>span{color:#858c9b;font-weight:400}.losttloot-ticket-form label.full,.losttloot-ticket-actions.full,.losttloot-ticket-status.full{grid-column:1/-1}.losttloot-ticket-form input:not([type="checkbox"]),.losttloot-ticket-form textarea,.losttloot-ticket-form select{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0b0e16;color:#f4efe6;padding:9px 10px;font:400 .78rem/1.35 Inter,system-ui,sans-serif}.losttloot-ticket-form textarea{min-height:82px;resize:vertical}.losttloot-ticket-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.losttloot-ticket-consent{display:grid!important;grid-template-columns:auto 1fr;align-items:start;gap:8px!important;padding:8px 0;color:#9ba2b0!important;font-weight:400!important;line-height:1.35}.losttloot-ticket-consent input{margin-top:2px;accent-color:#d7aa4f}.losttloot-ticket-actions{display:flex;justify-content:flex-end;gap:8px}.losttloot-ticket-actions button{min-height:35px;padding:8px 11px;border-radius:10px;font:700 .73rem/1 Inter,system-ui,sans-serif;cursor:pointer}.losttloot-ticket-cancel{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.04);color:#c7cbd4}.losttloot-ticket-submit{border:0;background:linear-gradient(145deg,#e1b64e,#8b611f);color:#0d0d0f}.losttloot-ticket-submit:disabled{opacity:.5;cursor:wait}.losttloot-ticket-status{min-height:1em;margin:0;color:#e5bd65;font-size:.69rem;line-height:1.35}.losttloot-ticket-success strong{display:block;margin-bottom:7px;color:#77d49b;font:700 1rem/1.2 Georgia,serif}.losttloot-ticket-success p{margin:5px 0;color:#e9e5dc;font-size:.81rem;line-height:1.45}.losttloot-ticket-success small{display:block;margin-top:8px;color:#9299a7;font-size:.68rem;line-height:1.4}.losttloot-ticket-number{padding:8px 9px;border:1px solid rgba(222,181,82,.2);border-radius:9px;background:rgba(222,181,82,.06)}@media(max-width:440px){.losttloot-ticket-form{grid-template-columns:1fr}.losttloot-ticket-form label.full,.losttloot-ticket-actions.full,.losttloot-ticket-status.full{grid-column:auto}.losttloot-ticket-actions{justify-content:stretch}.losttloot-ticket-actions button{flex:1}}

/* Losttloot V10.18 enhanced live-inventory AI chat */
.losttloot-chat-shell{right:20px;bottom:20px;z-index:1400}
.losttloot-chat-launcher{min-height:54px;padding:10px 17px 10px 10px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.losttloot-chat-launcher:hover{box-shadow:0 22px 58px rgba(0,0,0,.52),0 0 0 1px rgba(255,255,255,.04) inset}
.losttloot-chat-panel{display:flex;flex-direction:column;width:min(440px,calc(100vw - 30px));height:min(700px,calc(100dvh - 104px));background:radial-gradient(circle at 90% 0,rgba(174,116,42,.16),transparent 27%),linear-gradient(180deg,rgba(14,16,26,.995),rgba(6,8,14,.995));border-radius:24px}
.losttloot-chat-panel[hidden]{display:none}
.losttloot-chat-header{grid-template-columns:auto 1fr auto;padding:14px 14px 14px 15px;flex:0 0 auto}
.losttloot-chat-identity{min-width:0}
.losttloot-chat-identity strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.losttloot-chat-identity small{min-width:0}
.losttloot-chat-status-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.losttloot-chat-status-dot.connecting{background:#e4b859;box-shadow:0 0 9px rgba(228,184,89,.75);animation:losttloot-status-pulse 1.5s infinite}
.losttloot-chat-status-dot.online{background:#66ca8a;box-shadow:0 0 9px rgba(102,202,138,.75)}
.losttloot-chat-status-dot.limited{background:#e4b859;box-shadow:0 0 9px rgba(228,184,89,.75)}
.losttloot-chat-status-dot.offline{background:#d56a6a;box-shadow:0 0 9px rgba(213,106,106,.65)}
@keyframes losttloot-status-pulse{0%,100%{opacity:.45}50%{opacity:1}}
.losttloot-chat-header-actions{display:flex;align-items:center;gap:5px}
.losttloot-chat-header-actions button{display:grid;place-items:center;min-width:32px;height:32px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(255,255,255,.045);color:#ddd6c7;cursor:pointer;transition:background .16s ease,border-color .16s ease}
.losttloot-chat-header-actions button:hover{background:rgba(255,255,255,.09);border-color:rgba(229,190,96,.28)}
.losttloot-chat-header-actions .losttloot-chat-human{padding:0 9px;color:#e8ca83;font:700 .66rem/1 Inter,system-ui,sans-serif}
.losttloot-chat-header-actions .losttloot-chat-reset{font-size:1.05rem}
.losttloot-chat-header-actions .losttloot-chat-close{border-radius:50%;font-size:1.35rem}
.losttloot-chat-messages{flex:1 1 auto;height:auto;min-height:0;padding:16px 14px 10px;overscroll-behavior:contain}
.losttloot-chat-message{margin-bottom:11px}
.losttloot-chat-message>div{max-width:88%;padding:11px 13px;font-size:.88rem;line-height:1.52}
.losttloot-chat-message.assistant>div{background:linear-gradient(145deg,#181c28,#141823)}
.losttloot-chat-bullet{display:block;margin:2px 0}
.losttloot-chat-suggestions{display:flex;flex:0 0 auto;gap:7px;overflow-x:auto;padding:7px 13px 9px;scrollbar-width:none;border-top:1px solid rgba(255,255,255,.035)}
.losttloot-chat-suggestions[hidden]{display:none}
.losttloot-chat-suggestions::-webkit-scrollbar{display:none}
.losttloot-chat-suggestions button{flex:0 0 auto;padding:8px 10px;border:1px solid rgba(222,181,82,.25);border-radius:999px;background:rgba(205,159,58,.08);color:#e7d5a5;font:650 .71rem/1 Inter,system-ui,sans-serif;cursor:pointer;transition:background .16s ease,border-color .16s ease}
.losttloot-chat-suggestions button:hover{background:rgba(205,159,58,.17);border-color:rgba(231,196,111,.45)}
.losttloot-chat-form{flex:0 0 auto;margin:0 12px;padding:9px 9px 9px 12px;border-radius:17px}
.losttloot-chat-form textarea{min-height:38px;font-size:.9rem}
.losttloot-chat-form button{width:40px;height:40px;border-radius:13px}
.losttloot-chat-disclaimer{flex:0 0 auto;margin:8px 14px 12px;font-size:.63rem}
.losttloot-chat-results{margin:0 0 13px}
.losttloot-chat-product-grid{display:grid;grid-template-columns:1fr;gap:8px;width:100%}
.losttloot-chat-product-card{display:grid;grid-template-columns:58px 1fr;gap:10px;align-items:center;padding:8px;border:1px solid rgba(231,196,111,.17);border-radius:14px;background:linear-gradient(145deg,rgba(30,34,46,.95),rgba(17,20,29,.95));color:#f1ede4!important;text-decoration:none!important;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.losttloot-chat-product-card:hover{transform:translateY(-1px);border-color:rgba(231,196,111,.42);background:linear-gradient(145deg,rgba(38,42,56,.98),rgba(20,23,33,.98))}
.losttloot-chat-product-card img{width:58px;height:68px;object-fit:contain;border-radius:9px;background:#090b11}
.losttloot-chat-product-copy{display:flex;min-width:0;flex-direction:column;gap:3px}
.losttloot-chat-product-copy>strong{overflow:hidden;color:#f1ead9;font:700 .78rem/1.25 Georgia,serif;text-overflow:ellipsis;white-space:nowrap}
.losttloot-chat-product-copy>small{overflow:hidden;color:#9198a7;font-size:.66rem;text-overflow:ellipsis;white-space:nowrap}
.losttloot-chat-product-row{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:3px}
.losttloot-chat-product-row>b{color:#edc76b;font-size:.75rem}
.losttloot-chat-product-row>em{padding:4px 6px;border-radius:999px;font:700 .58rem/1 Inter,system-ui,sans-serif;font-style:normal;white-space:nowrap}
.losttloot-chat-product-row>em.in_stock{background:rgba(90,190,126,.13);color:#85d7a4}
.losttloot-chat-product-row>em.sold_out{background:rgba(213,106,106,.13);color:#e59a9a}
.losttloot-chat-product-row>em.incoming{background:rgba(225,182,78,.13);color:#ebc66e}
.losttloot-chat-sources{margin:0 0 12px}
.losttloot-chat-sources>div{display:flex;flex-wrap:wrap;gap:6px;width:100%;padding:9px 10px;border:1px solid rgba(255,255,255,.06);border-radius:12px;background:rgba(255,255,255,.025)}
.losttloot-chat-sources strong{width:100%;color:#989fad;font-size:.63rem;text-transform:uppercase;letter-spacing:.07em}
.losttloot-chat-sources a{max-width:100%;overflow:hidden;padding:5px 7px;border:1px solid rgba(221,177,70,.17);border-radius:8px;background:rgba(221,177,70,.06);font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}
.losttloot-chat-message.ticket>div{max-width:100%}
.losttloot-ticket-card{padding:13px}
.losttloot-ticket-heading strong{font-size:.94rem}
.losttloot-ticket-form{gap:8px}
@media(max-width:650px){
  .losttloot-chat-shell{right:10px;bottom:10px}
  .losttloot-chat-panel{position:fixed;inset:8px 8px 70px;width:auto;height:auto;max-height:none;border-radius:20px}
  .losttloot-chat-launcher{min-height:49px;padding:8px 13px 8px 8px}
  .losttloot-chat-header{padding:12px}
  .losttloot-chat-avatar{width:38px;height:38px}
  .losttloot-chat-header-actions .losttloot-chat-human{display:none}
  .losttloot-chat-message>div{max-width:92%}
}
@media(max-width:390px){
  .losttloot-chat-status-text{max-width:145px}
  .losttloot-chat-panel{inset:5px 5px 66px}
  .losttloot-ticket-form{grid-template-columns:1fr}
  .losttloot-ticket-form label.full,.losttloot-ticket-actions.full,.losttloot-ticket-status.full{grid-column:auto}
}

/* V10.21 chat polish */
.losttloot-chat-form textarea{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding:8px 4px;margin:0}
.losttloot-chat-form textarea::-webkit-scrollbar{width:0;height:0;display:none}
.losttloot-chat-message.assistant>div{white-space:normal}

/* =========================================================
   Losttloot V10.24 — Cart visibility and 100% zoom fix
   Keeps the checkout controls docked inside the viewport while
   the product list scrolls independently. Also places the cart
   above the AI assistant so no floating control can cover it.
   ========================================================= */
.cart-drawer {
  display: flex;
  flex-direction: column;
  width: min(440px, 100%);
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: contain;
  z-index: 1300;
}

.drawer-overlay {
  z-index: 1290;
}

.cart-drawer .drawer-head {
  flex: 0 0 auto;
  align-items: flex-start;
  padding: clamp(16px, 2.5vh, 24px) 22px 0;
  background: #0b0e13;
}

.cart-drawer .drawer-head h2 {
  margin-bottom: clamp(12px, 2vh, 18px);
}

.cart-drawer .drawer-head button {
  flex: 0 0 auto;
}

.cart-drawer .cart-items {
  flex: 1 1 auto;
  min-height: 0;
  padding: 14px 22px 22px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.cart-drawer .empty-cart {
  min-height: 100%;
  height: auto;
  padding: 28px 4px;
}

.cart-drawer .cart-summary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  padding: 16px 22px calc(18px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--border);
  background: #0b0a12;
  box-shadow: 0 -18px 34px rgba(0, 0, 0, .38);
}

.cart-drawer .cart-summary p {
  margin: 8px 0 12px;
  line-height: 1.4;
}

.cart-drawer #checkout-button {
  width: 100%;
  min-height: 52px;
  margin: 0;
  flex: 0 0 auto;
}

.cart-drawer .checkout-status {
  margin-top: 7px;
  line-height: 1.35;
}

/* Compact the fixed areas on shorter laptop screens while
   keeping the Secure Checkout button fully visible at 100% zoom. */
@media (max-height: 760px) and (min-width: 561px) {
  .cart-drawer .drawer-head {
    padding-top: 13px;
  }

  .cart-drawer .drawer-head h2 {
    margin-bottom: 10px;
    font-size: 1.35rem;
  }

  .cart-drawer .cart-items {
    padding-top: 9px;
    padding-bottom: 12px;
  }

  .cart-drawer .cart-summary {
    padding-top: 11px;
    padding-bottom: calc(11px + env(safe-area-inset-bottom));
  }

  .cart-drawer .cart-summary p {
    margin: 5px 0 8px;
    font-size: .7rem;
    line-height: 1.3;
  }

  .cart-drawer #checkout-button {
    min-height: 46px;
  }

  .cart-drawer .checkout-status {
    margin-top: 4px;
    font-size: .66rem;
  }
}

@media (max-width: 560px) {
  .cart-drawer {
    width: 100%;
    max-width: none;
  }

  .cart-drawer .drawer-head {
    padding: 15px 16px 0;
  }

  .cart-drawer .drawer-head h2 {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }

  .cart-drawer .cart-items {
    padding: 10px 16px 18px;
  }

  .cart-drawer .cart-summary {
    padding: 13px 16px calc(14px + env(safe-area-inset-bottom));
  }
}


/* LOSTTLOOT V11.3 Vault Button + Sitewide Treasure Map */
body,
body.product-page-body {
  background-color: #05070a;
  background-image:
    linear-gradient(rgba(4,6,9,.82), rgba(4,6,9,.9)),
    url("assets/losttloot-treasure-map-background.svg");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover, 1600px auto;
  background-attachment: fixed;
}
.site-header {
  border-bottom-color: rgba(224,172,65,.22);
  background: rgba(4,6,9,.9);
}
.vault-button {
  isolation: isolate;
  width: auto;
  min-width: 140px;
  height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(237,184,83,.78);
  border-radius: 5px;
  color: #f2cc79;
  background: linear-gradient(180deg,rgba(20,16,10,.96),rgba(6,8,12,.98));
  box-shadow: 0 0 0 1px rgba(255,222,139,.08) inset, 0 0 18px rgba(225,166,54,.18);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.vault-button::before,
.vault-button::after {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(255,214,122,.13);
}
.vault-button:hover {
  transform: translateY(-2px);
  border-color: #f2c45e;
  box-shadow: 0 0 0 1px rgba(255,222,139,.12) inset, 0 0 26px rgba(225,166,54,.35);
}
.vault-button svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #f0c362;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.vault-button b {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.vault-button span {
  position: static;
  display: inline;
  min-width: 0;
  height: auto;
  margin: 0;
  color: #f2cc79;
  border-radius: 0;
  background: none;
  font: inherit;
}
.section,
.site-footer,
.product-page-footer,
.standalone-product-main {
  position: relative;
}
.section::before,
.site-footer::before,
.product-page-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(5,7,10,.54),rgba(5,7,10,.78));
}
@media (max-width: 760px) {
  .vault-button { min-width: 112px; height: 44px; padding: 0 12px; gap: 7px; }
  .vault-button svg { width: 21px; height: 21px; }
  .vault-button b { font-size: .88rem; }
}

.account-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid rgba(215,170,82,.38);border-radius:999px;color:#f5e7c6;text-decoration:none;font-weight:900;letter-spacing:.03em;background:rgba(215,170,82,.08);transition:.2s ease}.account-link:hover{background:rgba(215,170,82,.18);transform:translateY(-1px)}@media(max-width:900px){.account-link{margin-left:auto}.site-header .account-link{order:3}}


/* LOSTTLOOT V12.0.4 — Save for later in the collector vault */
.cart-quantity {
  flex-wrap: wrap;
}
.cart-quantity .save-later-line {
  width: auto;
  min-height: 30px;
  padding: 0 9px;
  border-color: rgba(226,184,94,.44);
  color: #f0cb7a;
  background: rgba(226,184,94,.08);
  font-weight: 800;
}
.cart-quantity .save-later-line:hover {
  border-color: rgba(242,204,121,.9);
  background: rgba(226,184,94,.16);
}
.saved-for-later {
  margin: 24px 0 6px;
  padding-top: 20px;
  border-top: 1px solid rgba(226,184,94,.28);
}
.saved-for-later-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.saved-for-later-head small {
  display: block;
  margin-bottom: 4px;
  color: #d7aa52;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .14em;
}
.saved-for-later-head h3 {
  margin: 0;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 1.1rem;
  color: #fff7e7;
}
.saved-for-later-head > span {
  color: var(--muted);
  font-size: .68rem;
  text-align: right;
}
.saved-line {
  display: grid;
  grid-template-columns: 74px minmax(0,1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.saved-line:last-child {
  border-bottom: 0;
}
.saved-line > img {
  width: 74px;
  height: 94px;
  object-fit: contain;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: #07090e;
}
.saved-line-copy h4 {
  margin: 0 0 4px;
  color: #fff;
  font-size: .87rem;
  line-height: 1.25;
}
.saved-line-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
}
.saved-line-copy > strong {
  display: block;
  margin-top: 5px;
  color: #fff4d7;
}
.saved-line-copy .saved-availability {
  margin-top: 5px;
  color: #ff9eaa;
  font-weight: 800;
}
.saved-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.saved-actions button {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.05);
  font-size: .72rem;
  font-weight: 900;
  cursor: pointer;
}
.saved-actions .saved-move-button {
  border-color: rgba(226,184,94,.5);
  color: #f4cf7c;
  background: rgba(226,184,94,.1);
}
.saved-actions .saved-move-button:hover {
  background: rgba(226,184,94,.2);
}
.saved-actions .saved-remove-button {
  color: #ff9eaa;
}
.saved-actions button:disabled {
  opacity: .45;
  cursor: not-allowed;
}
@media (max-width: 520px) {
  .saved-for-later-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .saved-for-later-head > span {
    text-align: left;
  }
  .cart-quantity .save-later-line,
  .cart-quantity .remove-line {
    margin-left: 0;
  }
}

/* Losttloot V12.0.5 customer continuity */
.cart-continuity-note{display:block;margin-top:8px;padding:9px 11px;border:1px solid rgba(215,170,82,.24);border-radius:10px;background:rgba(215,170,82,.07);color:#d9c89f;font-size:.72rem;line-height:1.45;text-align:center}
