/*
Theme Name: GAPZ Curiosity Shop v10.0.38
Theme URI: https://gapz.co.za
Author: GAPZ
Description: A clean-slate atmospheric WooCommerce theme for the GAPZ physical-media collection.
Version: 10.0.38
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: gapz8
*/

@font-face {
  font-family: "Crimson Pro";
  src: url("assets/fonts/crimson-pro-latin.woff2") format("woff2");
  font-style: normal; font-weight: 400 600; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
  font-style: normal; font-weight: 500 700; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Mono";
  src: url("assets/fonts/space-mono-regular-latin.woff2") format("woff2");
  font-style: normal; font-weight: 400; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Mono";
  src: url("assets/fonts/space-mono-bold-latin.woff2") format("woff2");
  font-style: normal; font-weight: 700; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --g8-ink: #030908;
  --g8-deep: #061210;
  --g8-panel: #091715;
  --g8-raised: #0d1c19;
  --g8-brass: #a4743d;
  --g8-brass-dim: #6f5031;
  --g8-parchment: #e5d7bd;
  --g8-muted: #b4a58d;
  --g8-teal: #4b8f84;
  --g8-teal-glow: #5ec0b4;
  --g8-sale: #9a281e;
  --g8-maroon: #35140f;
  --g8-line: rgba(164, 116, 61, .52);
  --g8-line-soft: rgba(164, 116, 61, .22);
  --g8-shadow: 0 18px 45px rgba(0, 0, 0, .48);
  --g8-display: "Fraunces", Georgia, serif;
  --g8-body: "Crimson Pro", Georgia, serif;
  --g8-ui: "Space Mono", Consolas, monospace;
  --g8-canvas: 1600px;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--g8-ink); color-scheme: dark; scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  min-width: 0;
  background:
    radial-gradient(circle at 50% -12rem, rgba(67, 128, 116, .12), transparent 38rem),
    var(--g8-ink);
  color: var(--g8-parchment);
  font: 400 18px/1.45 var(--g8-body);
  overflow-x: clip;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .075;
  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='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
}
img, video, iframe { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--g8-teal-glow) !important;
  outline-offset: 3px;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  top: 10px; left: 10px; z-index: 10000;
  width: auto; height: auto; padding: 10px 14px;
  clip: auto; background: var(--g8-parchment); color: var(--g8-ink);
}
.gapz8-main { min-height: 55vh; }
.gapz8-kicker {
  display: block;
  color: var(--g8-teal);
  font: 700 10px/1.3 var(--g8-ui);
  letter-spacing: .2em;
  text-transform: uppercase;
}
.gapz8-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 12px 20px;
  border: 1px solid var(--g8-brass);
  border-radius: 3px;
  color: var(--g8-parchment);
  font: 700 10px/1.2 var(--g8-ui);
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}
.gapz8-button--primary {
  min-width: 350px;
  background: linear-gradient(115deg, #14382f, #1d5148);
  box-shadow: inset 0 0 0 3px rgba(229, 215, 189, .06), var(--g8-shadow);
}
.gapz8-button--primary:hover { background: linear-gradient(115deg, #1b493f, #25685c); }
.gapz8-button span { font: 400 25px/1 var(--g8-body); }

/* Header */
.gapz8-header {
  position: relative;
  z-index: 100;
  background: rgba(3, 9, 8, .985);
  border-bottom: 1px solid var(--g8-line);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .35);
}
.gapz8-header-main {
  width: min(100%, var(--g8-canvas));
  min-height: 82px;
  margin: auto;
  padding: 10px 32px;
  display: grid;
  grid-template-columns: 330px minmax(350px, 640px) 1fr;
  align-items: center;
  gap: 28px;
}
.gapz8-brand {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--g8-parchment);
  text-decoration: none;
}
.gapz8-brand strong { font: 600 46px/.9 var(--g8-display); letter-spacing: .04em; }
.gapz8-brand span { color: #bca57d; font: 400 9px/1.45 var(--g8-ui); letter-spacing: .18em; text-transform: uppercase; }
.gapz8-header-search {
  height: 46px;
  display: flex;
  border: 1px solid var(--g8-line);
  border-radius: 5px;
  background: rgba(255, 255, 255, .012);
}
.gapz8-header-search input {
  min-width: 0; flex: 1;
  border: 0; padding: 0 18px;
  background: transparent; color: var(--g8-parchment);
  font-size: 16px;
}
.gapz8-header-search button {
  width: 52px; border: 0; background: transparent; color: #dbc59e;
}
.gapz8-header-search svg, .gapz8-utilities svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.gapz8-utilities { justify-self: end; display: flex; align-items: center; gap: 24px; }
.gapz8-utilities a {
  min-height: 44px;
  display: inline-flex; align-items: center; gap: 9px;
  color: #d1c0a1; text-decoration: none;
  font: 400 9px/1 var(--g8-ui); letter-spacing: .1em; text-transform: uppercase;
  white-space: nowrap;
}
.gapz8-utilities .gapz8-cart { padding: 0 18px; border: 1px solid #7a4434; background: var(--g8-maroon); }
.gapz8-cart-count { font-style: normal; }
.gapz8-primary-nav { min-height: 35px; border-top: 1px solid var(--g8-line-soft); }
.gapz8-nav-list {
  max-width: var(--g8-canvas); min-height: 35px;
  margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.6vw, 44px);
  list-style: none;
}
.gapz8-nav-list li { position: relative; }
.gapz8-nav-list a { color: #c6b69a; font: 400 9px/1 var(--g8-ui); letter-spacing: .13em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.gapz8-nav-list a:hover, .gapz8-nav-list .current-menu-item > a { color: #df6b4f; }
.gapz8-nav-list .sub-menu {
  position: absolute; top: 25px; left: -15px; z-index: 10;
  min-width: 210px; margin: 0; padding: 10px 0;
  display: none; list-style: none;
  border: 1px solid var(--g8-line); background: #071210;
}
.gapz8-nav-list li:hover > .sub-menu, .gapz8-nav-list li:focus-within > .sub-menu { display: block; }
.gapz8-nav-list .sub-menu a { display: block; padding: 10px 15px; }
.gapz8-menu-toggle, .gapz8-mobile-drawer { display: none; }

/* The first view is the shopfront itself; full commerce navigation begins inside. */
body.home .gapz8-header,
body.home .gapz8-purchase-steps { display: none !important; }

/* Homepage hero */
.gapz8-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--g8-line);
  background-image:
    linear-gradient(90deg, rgba(3, 9, 8, .94) 0%, rgba(3, 9, 8, .72) 37%, rgba(3, 9, 8, .05) 62%),
    linear-gradient(0deg, rgba(3, 9, 8, .46), transparent 38%),
    url("assets/images/hero-portal.jpg");
  background-image:
    linear-gradient(90deg, rgba(3, 9, 8, .94) 0%, rgba(3, 9, 8, .72) 37%, rgba(3, 9, 8, .05) 62%),
    linear-gradient(0deg, rgba(3, 9, 8, .46), transparent 38%),
    image-set(url("assets/images/hero-portal.webp") type("image/webp"), url("assets/images/hero-portal.jpg") type("image/jpeg"));
  background-position: center;
  background-size: cover;
}
.gapz8-hero-copy {
  position: relative; z-index: 3;
  width: min(48%, 760px);
  padding: 36px 0 34px max(5vw, calc((100vw - var(--g8-canvas)) / 2 + 32px));
}
.gapz8-hero-copy h1 {
  margin: 9px 0 13px;
  color: var(--g8-parchment);
  font: 600 clamp(44px, 3.5vw, 62px)/.96 var(--g8-display);
  letter-spacing: -.025em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 7px 28px #000;
}
.gapz8-hero-copy h1 em { color: var(--g8-teal); font-style: normal; }
.gapz8-ornament { display: block; margin: 9px 0; color: var(--g8-brass); letter-spacing: .2em; }
.gapz8-hero-copy > p { max-width: 540px; margin: 0 0 14px; color: #c9bca3; font-size: 18px; line-height: 1.35; }
.gapz8-hero-search { max-width: 520px; margin-bottom: 10px; }
.gapz8-hero-search label { display: block; margin-bottom: 6px; color: #c9964d; font: 700 9px/1 var(--g8-ui); letter-spacing: .15em; text-transform: uppercase; }
.gapz8-hero-search div { height: 46px; display: flex; border: 1px solid var(--g8-line); background: rgba(5, 15, 13, .82); }
.gapz8-hero-search input { min-width: 0; flex: 1; border: 0; padding: 0 16px; background: transparent; color: var(--g8-parchment); }
.gapz8-hero-search button { width: 54px; border: 0; background: transparent; color: var(--g8-parchment); font-size: 24px; }
.gapz8-portal { position: absolute; z-index: 4; top: 1%; right: max(8%, calc((100vw - var(--g8-canvas)) / 2 + 75px)); width: 44%; height: 96%; }
.gapz8-portal-aperture { position: absolute; inset: 7% 15% 8%; perspective: 1100px; }
.gapz8-portal-slide {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; pointer-events: none;
  color: var(--g8-parchment); text-decoration: none;
  transition: opacity .55s ease, visibility .55s ease;
}
.gapz8-portal-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.gapz8-portal-object {
  position: relative;
  width: min(56%, 280px); height: 68%;
  display: flex; align-items: center; justify-content: center;
  transform: rotateY(-6deg) translateY(-3%);
  transform-style: preserve-3d;
  filter: drop-shadow(18px 20px 16px rgba(0, 0, 0, .72));
  transition: transform .35s ease;
}
.gapz8-portal-object::before {
  content: ""; position: absolute; top: 4%; bottom: 4%; left: -10px; width: 12px;
  background: linear-gradient(90deg, #171008, #766043, #1c130a);
  transform: rotateY(70deg); transform-origin: right;
}
.gapz8-portal-object::after { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(94, 192, 180, .18); box-shadow: 0 0 32px rgba(94, 192, 180, .13); }
.gapz8-portal-object img { width: 100%; height: 100%; object-fit: contain; }
.gapz8-portal-slide:hover .gapz8-portal-object { transform: rotateY(-2deg) translateY(-4%) scale(1.02); }
.gapz8-portal-caption {
  position: absolute; left: 7%; right: 7%; bottom: 1%;
  padding: 10px 15px;
  border: 1px solid var(--g8-brass-dim);
  background: rgba(4, 13, 11, .9);
  text-align: center; backdrop-filter: blur(8px);
}
.gapz8-portal-caption strong { display: block; overflow: hidden; color: var(--g8-parchment); font: 600 14px/1.2 var(--g8-display); text-overflow: ellipsis; white-space: nowrap; }
.gapz8-portal-caption small { display: block; margin-top: 4px; color: #d2a15d; font: 700 11px/1 var(--g8-ui); }
.gapz8-portal-previous, .gapz8-portal-next {
  position: absolute; top: 46%; width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--g8-brass); border-radius: 50%;
  background: rgba(4, 13, 11, .78); color: var(--g8-parchment);
  font-size: 27px;
}
.gapz8-portal-previous { left: 1%; }
.gapz8-portal-next { right: 0; }
.gapz8-portal-pause {
  position: absolute; right: 7%; bottom: 2%;
  border: 0; background: transparent; color: #aa9c84;
  font: 400 8px/1 var(--g8-ui); letter-spacing: .12em; text-transform: uppercase;
}
.gapz8-hero-plaque {
  position: absolute; right: max(2.2%, calc((100vw - var(--g8-canvas)) / 2 + 10px)); top: 10%;
  width: 125px; padding: 25px 14px;
  border: 6px double var(--g8-brass-dim); background: rgba(17, 20, 15, .86);
  color: #c89850; text-align: center; box-shadow: var(--g8-shadow);
}
.gapz8-hero-plaque strong { display: block; margin-bottom: 12px; font: 600 18px var(--g8-display); }
.gapz8-hero-plaque span { font: 400 9px/1.8 var(--g8-ui); letter-spacing: .08em; text-transform: uppercase; }

/* Promises and homepage sections */
.gapz8-promises {
  min-height: 58px; padding: 8px max(4%, calc((100vw - var(--g8-canvas)) / 2 + 26px));
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--g8-line); background: #071210;
}
.gapz8-promises > div { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--g8-line-soft); }
.gapz8-promises > div:last-child { border: 0; }
.gapz8-promises b { color: #c89c5a; font-size: 23px; }
.gapz8-promises span { color: #918979; font: 400 8px/1.3 var(--g8-ui); }
.gapz8-promises strong { display: block; margin-bottom: 2px; color: #d5c5a7; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.gapz8-section { width: min(100%, var(--g8-canvas)); margin: auto; padding: 24px 32px; }
.gapz8-section-heading { margin-bottom: 13px; display: flex; align-items: center; border-bottom: 1px solid var(--g8-line); }
.gapz8-section-heading h2 { margin: 0 0 -1px; padding: 0 10px 9px 0; border-bottom: 2px solid var(--g8-brass); color: var(--g8-parchment); font: 600 20px/1 var(--g8-display); letter-spacing: .08em; text-transform: uppercase; }
.gapz8-section-heading > a { margin-left: auto; color: var(--g8-teal-glow); font: 400 8px/1 var(--g8-ui); letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.gapz8-aisle-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.gapz8-aisle {
  position: relative; min-height: 115px; overflow: hidden;
  padding: 18px; display: flex; flex-direction: column; justify-content: flex-end;
  border: 1px solid var(--g8-line); border-radius: 5px;
  background: linear-gradient(135deg, #241d14, #071210);
  color: var(--g8-parchment); text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.gapz8-aisle::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(12, 12, 10, .4) 0 12px, rgba(170, 127, 67, .16) 13px 14px), linear-gradient(0deg, rgba(3, 9, 8, .94), transparent 95%); }
.gapz8-aisle--vinyl::before { background: repeating-radial-gradient(circle at 67% 35%, #191c1a 0 6px, #080c0b 7px 15px), linear-gradient(0deg, #06110f, transparent); }
.gapz8-aisle--games::before { background: radial-gradient(ellipse at 70% 40%, #5c5548 0 17%, transparent 18%), linear-gradient(0deg, #06110f, transparent); }
.gapz8-aisle > * { position: relative; z-index: 1; }
.gapz8-aisle strong { font: 600 15px/1.15 var(--g8-display); letter-spacing: .04em; text-transform: uppercase; }
.gapz8-aisle small { margin-top: 4px; color: #6fa99f; font: 400 8px/1.25 var(--g8-ui); letter-spacing: .07em; text-transform: uppercase; }
.gapz8-aisle i { position: absolute; right: 10px; bottom: 10px; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--g8-brass-dim); border-radius: 50%; font-style: normal; }
.gapz8-aisle:hover { transform: translateY(-3px); border-color: var(--g8-brass); box-shadow: var(--g8-shadow); }
.gapz8-counter-teaser {
  min-height: 390px; margin-top: 25px; padding: 60px max(5%, calc((100vw - var(--g8-canvas)) / 2 + 32px));
  display: flex; align-items: center; justify-content: space-between; gap: 60px;
  border-block: 1px solid var(--g8-line);
  background-image: linear-gradient(90deg, rgba(3, 9, 8, .96), rgba(3, 9, 8, .32) 52%, rgba(3, 9, 8, .1)), url("assets/images/behind-counter.jpg");
  background-image: linear-gradient(90deg, rgba(3, 9, 8, .96), rgba(3, 9, 8, .32) 52%, rgba(3, 9, 8, .1)), image-set(url("assets/images/behind-counter.webp") type("image/webp"), url("assets/images/behind-counter.jpg") type("image/jpeg"));
  background-position: center; background-size: cover;
}
.gapz8-counter-teaser > div { max-width: 650px; }
.gapz8-counter-teaser h2 { margin: 7px 0 14px; font: 600 clamp(46px, 5vw, 76px)/.95 var(--g8-display); text-transform: uppercase; }
.gapz8-counter-teaser > div > p { max-width: 570px; color: #c4b69d; font-size: 20px; }
.gapz8-counter-teaser aside { width: 330px; padding: 28px 30px; border: 7px double #64492e; background: #c7b083; color: #251b11; box-shadow: var(--g8-shadow); transform: rotate(-.8deg); }
.gapz8-counter-teaser aside strong { font: 700 16px var(--g8-display); text-transform: uppercase; }
.gapz8-counter-teaser aside p { margin-bottom: 0; line-height: 1.25; }

/* WooCommerce product cards */
.woocommerce ul.products, .woocommerce-page ul.products {
  clear: both; margin: 0; padding: 0;
  display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px;
  list-style: none;
}
.gapz8-new-arrivals ul.products { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  position: relative; float: none !important; width: auto !important; min-width: 0; min-height: 270px;
  margin: 0 !important; padding: 11px 10px 47px !important; overflow: hidden;
  border: 1px solid var(--g8-line); border-radius: 5px;
  background: linear-gradient(145deg, rgba(13, 28, 25, .98), rgba(5, 14, 12, .99));
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-3px); border-color: var(--g8-brass); box-shadow: 0 16px 35px rgba(0, 0, 0, .44), 0 0 22px rgba(94, 192, 180, .045); }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  position: static; height: 188px; min-height: 188px;
  display: grid !important; grid-template-columns: minmax(82px, 42%) minmax(0, 1fr); grid-template-rows: auto auto 1fr;
  column-gap: 12px; align-items: start;
  color: inherit; text-decoration: none;
}
.woocommerce ul.products li.product a img {
  grid-column: 1; grid-row: 1 / 6; align-self: start;
  width: calc(100% - 7px) !important; height: 170px !important; margin: 0 0 0 7px !important;
  object-fit: contain !important;
  transform: perspective(900px) rotateY(-5deg); transform-origin: right center;
  filter: drop-shadow(10px 10px 7px rgba(0, 0, 0, .66));
  transition: transform .28s ease;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
  content: ""; position: absolute; left: 8px; top: 18px; width: 8px; height: 150px; z-index: 0;
  background: linear-gradient(90deg, #171008, #735c3c, #1b1209);
  transform: skewY(-5deg); box-shadow: -2px 4px 6px rgba(0, 0, 0, .5);
}
.woocommerce ul.products li.product:hover a img { transform: perspective(900px) rotateY(-1deg) translateY(-2px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  grid-column: 2; grid-row: 1;
  min-height: 0; margin: 0 !important; padding: 2px 0 0 !important;
  display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  color: var(--g8-parchment); font: 600 15px/1.18 var(--g8-display) !important;
}
.gapz8-card-meta {
  grid-column: 2; grid-row: 2;
  display: block; min-width: 0; margin-top: 7px;
  color: #a69a84; font: 400 8px/1.35 var(--g8-ui);
}
.gapz8-card-meta a { color: inherit; text-decoration: none; }
.gapz8-card-meta small { display: block; margin-top: 4px; font-size: inherit; }
.woocommerce ul.products li.product .price {
  grid-column: 2; grid-row: 3; align-self: end;
  display: block; margin: 7px 0 0 !important;
  color: #d0a15c !important; font: 600 18px/1 var(--g8-display) !important;
}
.woocommerce ul.products li.product .price del { color: #897d6b; font-size: 12px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.gapz8-card-badge {
  position: absolute; z-index: 3; left: calc(42% + 16px); bottom: 44px;
  padding: 4px 7px; border: 1px solid #397d72; border-radius: 3px;
  background: #0b302b; color: #a6dbd2;
  font: 400 7px/1 var(--g8-ui); letter-spacing: .1em; text-transform: uppercase;
}
.woocommerce span.onsale {
  position: absolute; z-index: 4; top: 7px !important; left: 7px !important; right: auto !important;
  min-width: 0; min-height: 0; margin: 0 !important; padding: 5px 7px !important;
  border-radius: 3px; background: var(--g8-sale); color: #f0dfc3;
  font: 700 7px/1 var(--g8-ui); text-transform: uppercase;
}
.woocommerce ul.products li.product .button {
  position: absolute; left: calc(42% + 16px); right: 10px; bottom: 10px;
  min-height: 30px; margin: 0 !important; padding: 8px 7px !important;
  border: 1px solid var(--g8-brass-dim); border-radius: 3px;
  background: transparent; color: #d2c0a0;
  text-align: center; font: 400 7px/1 var(--g8-ui); letter-spacing: .09em; text-transform: uppercase;
}
.woocommerce ul.products li.product .button:hover { border-color: var(--g8-teal); background: #153b34; color: var(--g8-parchment); }
.woocommerce ul.products li.product .added_to_cart { position: absolute; left: calc(42% + 16px); bottom: 0; color: var(--g8-teal-glow); font: 400 7px var(--g8-ui); }
.woocommerce nav.woocommerce-pagination { margin: 30px 0; }
.woocommerce nav.woocommerce-pagination ul { border-color: var(--g8-line); }
.woocommerce nav.woocommerce-pagination ul li { border-color: var(--g8-line); }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { color: var(--g8-parchment); background: var(--g8-panel); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: #18483f; }

/* Catalogue rooms */
.gapz8-room-hero {
  position: relative; min-height: 245px; overflow: hidden;
  padding: 38px max(5%, calc((100vw - var(--g8-canvas)) / 2 + 32px)) 28px;
  border-bottom: 1px solid var(--g8-line);
  background-color: var(--g8-deep); background-position: center; background-size: cover;
  transition: min-height .55s cubic-bezier(.2,.75,.2,1), height .55s cubic-bezier(.2,.75,.2,1), background-position .55s ease;
}
.gapz8-room-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3, 9, 8, .97) 0%, rgba(3, 9, 8, .72) 34%, rgba(3, 9, 8, .03) 73%); transition: background .45s ease; }
.gapz8-room-hero--books { background-image: url("assets/images/books-library.jpg"); background-image: image-set(url("assets/images/books-library.webp") type("image/webp"), url("assets/images/books-library.jpg") type("image/jpeg")); }
.gapz8-room-hero--horror, .gapz8-room-hero--horror .gapz8-room-experience { min-height: 285px; background-image: url("assets/images/gapz-horror-room-v1032.jpg"); background-image: image-set(url("assets/images/gapz-horror-room-v1032.webp") type("image/webp"), url("assets/images/gapz-horror-room-v1032.jpg") type("image/jpeg")); }
.gapz8-room-hero--collection { background-image: url("assets/images/hero-portal.jpg"); background-image: image-set(url("assets/images/hero-portal.webp") type("image/webp"), url("assets/images/hero-portal.jpg") type("image/jpeg")); }
.gapz8-room-hero--cinema { min-height: 365px; background-position: center 46%; }
.gapz8-room-hero--music { min-height: 365px; background-position: center 44%; }
.gapz8-room-hero--vinyl, .gapz8-room-hero--games { min-height: 365px; background-position: center; }
.gapz8-room-hero--cinema, .gapz8-room-hero--cinema .gapz8-room-experience { background-image: url("assets/images/dvd-bluray-film-archive.jpg"); background-image: image-set(url("assets/images/dvd-bluray-film-archive.webp") type("image/webp"), url("assets/images/dvd-bluray-film-archive.jpg") type("image/jpeg")); }
.gapz8-room-hero--music, .gapz8-room-hero--music .gapz8-room-experience { background-image: url("assets/images/music-cds-listening-room.jpg"); background-image: image-set(url("assets/images/music-cds-listening-room.webp") type("image/webp"), url("assets/images/music-cds-listening-room.jpg") type("image/jpeg")); }
.gapz8-room-hero--vinyl, .gapz8-room-hero--vinyl .gapz8-room-experience { background-image: url("assets/images/vinyl-record-vault.jpg"); background-image: image-set(url("assets/images/vinyl-record-vault.webp") type("image/webp"), url("assets/images/vinyl-record-vault.jpg") type("image/jpeg")); }
.gapz8-room-hero--games, .gapz8-room-hero--games .gapz8-room-experience { background-image: url("assets/images/games-retro-back-room.jpg"); background-image: image-set(url("assets/images/games-retro-back-room.webp") type("image/webp"), url("assets/images/games-retro-back-room.jpg") type("image/jpeg")); }
.gapz8-room-hero.is-explorer-ready[data-gapz8-explorable-room] { cursor: zoom-in; isolation: isolate; }
.gapz8-room-copy { position: relative; z-index: 2; max-width: 590px; transition: opacity .32s ease, transform .42s ease; }
.gapz8-room-copy h1 { margin: 7px 0 12px; color: var(--g8-parchment); font: 600 clamp(46px, 4.6vw, 72px)/.95 var(--g8-display); text-transform: uppercase; text-shadow: 0 5px 25px #000; }
.gapz8-room-copy p { max-width: 480px; margin: 0 0 10px; color: #c4b69c; font-size: 19px; line-height: 1.25; }
.gapz8-room-copy > strong { color: var(--g8-teal); font: 400 14px/1 var(--g8-ui); letter-spacing: .16em; text-transform: uppercase; }
.gapz8-room-explore, .gapz8-room-return {
  min-height: 44px; padding: 10px 16px;
  border: 1px solid var(--g8-brass); border-radius: 3px;
  background: rgba(5, 15, 13, .88); color: var(--g8-parchment);
  font: 700 10px/1.2 var(--g8-ui); letter-spacing: .08em; text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0,0,0,.34); cursor: pointer;
}
.gapz8-room-explore { margin-top: 18px; display: flex; align-items: center; gap: 9px; }
.gapz8-room-explore::before { content: "✦"; color: var(--g8-teal-glow); }
.gapz8-room-explore:hover, .gapz8-room-explore:focus-visible, .gapz8-room-return:hover, .gapz8-room-return:focus-visible { border-color: var(--g8-teal-glow); background: #12352f; }
.gapz8-room-return { position: absolute; z-index: 8; top: 24px; right: max(3%, calc((100vw - var(--g8-canvas)) / 2 + 32px)); }
.gapz8-subcategories { position: absolute; z-index: 3; left: max(5%, calc((100vw - var(--g8-canvas)) / 2 + 32px)); right: 5%; bottom: 12px; display: flex; gap: 7px; }
.gapz8-subcategories a, .gapz8-discovery a, .gapz8-counter-toolbar nav a {
  min-height: 30px; padding: 7px 12px;
  display: inline-flex; align-items: center;
  border: 1px solid var(--g8-brass-dim); border-radius: 3px;
  background: rgba(5, 15, 13, .72); color: #cdbb9d;
  font: 400 8px/1 var(--g8-ui); letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
}
.gapz8-shop-shell { width: min(100%, var(--g8-canvas)); margin: auto; padding: 20px 32px 55px; transition: opacity .36s ease, transform .42s ease; }
.gapz8-shop-shell.is-room-hidden { opacity: 0; transform: translateY(44px); pointer-events: none; }
.gapz8-room-experience {
  position: absolute; z-index: 5; top: 50%; left: 50%;
  width: min(100%, 1672px); height: auto; aspect-ratio: 1672 / 941;
  border-block: 1px solid rgba(164,116,61,.28);
  background-position: center; background-size: cover; background-repeat: no-repeat;
  box-shadow: 0 28px 85px rgba(0,0,0,.7); transform: translate(-50%, -50%);
}
.gapz8-room-hotspots { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.gapz8-room-explore[hidden], .gapz8-room-experience[hidden], .gapz8-room-return[hidden], .gapz8-room-discovery[hidden] { display: none !important; }
.gapz8-room-hotspot {
  position: absolute; left: var(--gapz8-hotspot-x); top: var(--gapz8-hotspot-y);
  width: 46px; height: 46px; padding: 0;
  display: grid; place-items: center;
  border: 1px solid rgba(229, 215, 189, .88); border-radius: 50%;
  background: rgba(4, 17, 14, .7); color: var(--g8-parchment);
  box-shadow: 0 0 0 8px rgba(94, 192, 180, .08), 0 8px 25px rgba(0,0,0,.55);
  transform: translate(-50%, -50%); pointer-events: auto; cursor: pointer;
}
.gapz8-room-hotspot > span { width: 10px; height: 10px; border-radius: 50%; background: var(--g8-teal-glow); box-shadow: 0 0 18px rgba(94, 192, 180, .9); }
.gapz8-room-hotspot > b { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.gapz8-room-hotspot::after { content: ""; position: absolute; inset: -9px; border: 1px solid rgba(94,192,180,.45); border-radius: inherit; animation: gapz8-room-pulse 3.2s ease-out infinite; }
.gapz8-room-hotspot:hover, .gapz8-room-hotspot:focus-visible { border-color: var(--g8-teal-glow); background: #123b33; transform: translate(-50%, -50%) scale(1.08); }
.gapz8-room-discovery {
  position: absolute; z-index: 7; right: max(3%, calc((100vw - var(--g8-canvas)) / 2 + 32px)); bottom: 32px;
  width: min(410px, calc(100% - 48px)); padding: 26px 28px 24px;
  border: 1px solid var(--g8-brass); border-radius: 4px;
  background: linear-gradient(145deg, rgba(8,24,20,.97), rgba(4,11,10,.98));
  box-shadow: 0 24px 65px rgba(0,0,0,.7), inset 0 0 45px rgba(164,116,61,.05);
}
.gapz8-room-discovery > span { color: var(--g8-teal-glow); font: 700 9px/1 var(--g8-ui); letter-spacing: .13em; text-transform: uppercase; }
.gapz8-room-discovery h2 { margin: 9px 38px 10px 0; color: var(--g8-parchment); font: 600 29px/1.05 var(--g8-display); }
.gapz8-room-discovery h2:focus { outline: 0; }
.gapz8-room-discovery p { margin: 0 0 17px; color: #c9bda7; font-size: 17px; line-height: 1.35; }
.gapz8-room-discovery a { min-height: 42px; padding: 9px 13px; display: inline-flex; align-items: center; border: 1px solid var(--g8-brass-dim); color: var(--g8-parchment); font: 700 9px/1.2 var(--g8-ui); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.gapz8-room-discovery a:hover, .gapz8-room-discovery a:focus-visible { border-color: var(--g8-teal-glow); background: #12352f; }
.gapz8-room-discovery-close { position: absolute; top: 12px; right: 13px; width: 38px; height: 38px; border: 0; background: transparent; color: #d8c9ae; font-size: 27px; cursor: pointer; }
.gapz8-room-hero.is-exploring { min-height: 560px; height: 100svh; max-height: none; padding: 0; background-image: none; background-color: #020706; cursor: default; }
.gapz8-room-hero.is-exploring::before { background: linear-gradient(180deg, rgba(3,9,8,.18), rgba(3,9,8,.02) 58%, rgba(3,9,8,.38)); }
.gapz8-room-hero.is-exploring .gapz8-room-copy, .gapz8-room-hero.is-exploring .gapz8-subcategories { opacity: 0; visibility: hidden; transform: translateY(-24px); pointer-events: none; }
@keyframes gapz8-room-pulse { 0% { opacity: .75; transform: scale(.7); } 70%, 100% { opacity: 0; transform: scale(1.45); } }
.gapz8-catalogue-tools { margin-bottom: 10px; display: grid; grid-template-columns: minmax(290px, 1fr) 2fr; gap: 24px; }
.gapz8-catalogue-search { height: 45px; display: flex; border: 1px solid var(--g8-line); background: var(--g8-panel); }
.gapz8-catalogue-search input { min-width: 0; flex: 1; padding: 0 15px; border: 0; background: transparent; color: var(--g8-parchment); }
.gapz8-catalogue-search button { width: 50px; border: 0; background: transparent; color: var(--g8-parchment); font-size: 22px; }
.gapz8-filter-form { display: grid; grid-template-columns: repeat(5, minmax(105px, 1fr)) auto; gap: 8px; }
.gapz8-filter-form select, .gapz8-counter-sort select {
  width: 100%; height: 45px; padding: 0 12px;
  border: 1px solid var(--g8-line); border-radius: 3px;
  background: var(--g8-panel); color: #cdbda1;
  font: 400 9px/1 var(--g8-ui);
}
.gapz8-filter-form select:disabled { opacity: .45; cursor: not-allowed; }
.gapz8-filter-form button { padding: 0 14px; border: 1px solid #568d82; border-radius: 3px; background: #153b34; color: var(--g8-parchment); font: 400 8px var(--g8-ui); text-transform: uppercase; }
.gapz8-discovery { margin-bottom: 12px; display: flex; gap: 8px; }
.gapz8-discovery a:hover, .gapz8-subcategories a:hover { border-color: var(--g8-teal); color: #d8f0ea; }
.woocommerce-notices-wrapper { margin-bottom: 14px; }

/* Behind the Counter */
.gapz8-counter-hero {
  position: relative; min-height: 320px; overflow: hidden;
  padding: 45px max(5%, calc((100vw - var(--g8-canvas)) / 2 + 32px));
  display: flex; align-items: center; justify-content: space-between; gap: 50px;
  border-bottom: 1px solid var(--g8-line);
  background-image: linear-gradient(90deg, rgba(3,9,8,.96), rgba(3,9,8,.18)), url("assets/images/behind-counter.jpg");
  background-image: linear-gradient(90deg, rgba(3,9,8,.96), rgba(3,9,8,.18)), image-set(url("assets/images/behind-counter.webp") type("image/webp"), url("assets/images/behind-counter.jpg") type("image/jpeg"));
  background-position: center; background-size: cover;
}
.gapz8-counter-copy { max-width: 650px; }
.gapz8-counter-copy h1 { margin: 6px 0 14px; color: var(--g8-parchment); font: 600 clamp(56px, 5.7vw, 86px)/.82 var(--g8-display); text-transform: uppercase; }
.gapz8-counter-copy p { max-width: 590px; margin: 0; color: #c6b89e; font-size: 21px; }
.gapz8-shopkeeper-note { width: 350px; padding: 28px 34px; border: 7px double #67492d; background: #c9b287; color: #251b11; box-shadow: var(--g8-shadow); transform: rotate(-.65deg); }
.gapz8-shopkeeper-note strong { font: 700 16px var(--g8-display); text-transform: uppercase; }
.gapz8-shopkeeper-note p { margin: 9px 0 0; line-height: 1.22; }
.gapz8-counter-content { width: min(100%, var(--g8-canvas)); margin: auto; padding: 16px 32px 55px; }
.gapz8-counter-toolbar { margin-bottom: 14px; display: grid; grid-template-columns: 300px 1fr 200px; gap: 18px; align-items: center; }
.gapz8-counter-search { height: 44px; display: flex; border: 1px solid var(--g8-line); background: var(--g8-panel); }
.gapz8-counter-search input { min-width: 0; flex: 1; border: 0; padding: 0 13px; background: transparent; color: var(--g8-parchment); }
.gapz8-counter-search button { width: 44px; border: 0; background: transparent; color: var(--g8-parchment); font-size: 20px; }
.gapz8-counter-toolbar nav { display: flex; justify-content: center; gap: 7px; }
.gapz8-counter-toolbar nav a { white-space: nowrap; }
.gapz8-counter-toolbar nav a.is-active { border-color: var(--g8-teal); background: #19443c; color: #dbebe6; }
.gapz8-pagination { margin-top: 28px; text-align: center; }
.gapz8-pagination .page-numbers { display: inline-block; min-width: 35px; padding: 8px; border: 1px solid var(--g8-line); color: var(--g8-parchment); text-decoration: none; }

/* Single product */
.single-product .gapz8-shop-shell { padding-top: 40px; }
.single-product div.product { padding: 26px; border: 1px solid var(--g8-line); border-radius: 6px; background: linear-gradient(145deg, #0d1c19, #06110f); }
.single-product div.product .woocommerce-product-gallery { perspective: 1200px; }
.single-product div.product .woocommerce-product-gallery__image img { max-height: 680px; object-fit: contain; transform: rotateY(-3deg); filter: drop-shadow(22px 20px 18px rgba(0,0,0,.62)); }
.single-product div.product .summary { padding: 12px 10px; }
.single-product div.product .product_title { margin: 0 0 15px; color: var(--g8-parchment); font: 600 clamp(38px, 4.2vw, 62px)/1 var(--g8-display); }
.single-product div.product p.price { color: #d0a15c; font: 600 29px var(--g8-display); }
.single-product .woocommerce-product-details__short-description { color: #c2b59c; font-size: 19px; }
.single-product form.cart { display: flex; gap: 10px; }
.woocommerce .quantity .qty { min-height: 45px; border: 1px solid var(--g8-line); background: var(--g8-ink); color: var(--g8-parchment); }
.gapz8-product-promises { margin: 20px 0 0; padding: 15px 0 0; border-top: 1px solid var(--g8-line-soft); list-style: none; }
.gapz8-product-promises li { margin: 6px 0; color: #a99e8a; font: 400 9px/1.5 var(--g8-ui); }
.gapz8-product-promises li::before { content: "◇"; margin-right: 9px; color: var(--g8-teal); }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: var(--g8-line); background: var(--g8-panel); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #14362f; color: var(--g8-parchment); }
.woocommerce div.product .woocommerce-tabs .panel { padding: 22px; border: 1px solid var(--g8-line-soft); background: var(--g8-panel); }

/* Buttons, notices and forms */
.woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit,
.wc-block-components-button, .wp-element-button {
  min-height: 44px;
  border: 1px solid #669c92 !important; border-radius: 3px !important;
  background: linear-gradient(110deg, #153c35, #22584e) !important; color: #eee0c4 !important;
  font: 700 9px/1.2 var(--g8-ui) !important; letter-spacing: .08em; text-transform: uppercase;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner {
  border: 1px solid var(--g8-line) !important; border-top: 3px solid var(--g8-teal) !important;
  background: #0d211d !important; color: var(--g8-parchment) !important;
}
.woocommerce-error { border-top-color: #a54739 !important; }
.woocommerce input.input-text, .woocommerce textarea, .woocommerce select,
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input,
.select2-container--default .select2-selection--single {
  min-height: 44px; border: 1px solid var(--g8-line) !important; border-radius: 3px !important;
  background: var(--g8-ink) !important; color: var(--g8-parchment) !important;
}
.wc-blocks-components-select__container {
  border: 1px solid var(--g8-line) !important; border-radius: 3px !important;
  background: var(--g8-ink) !important;
}
.wc-blocks-components-select__select { color: var(--g8-parchment) !important; }
.wc-blocks-components-select__label { color: #948a78 !important; }
.wc-block-components-checkbox__input {
  border-color: var(--g8-line) !important; background: var(--g8-ink) !important;
}
.select2-dropdown { border-color: var(--g8-line); background: var(--g8-panel); color: var(--g8-parchment); }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background: #245c52; }

/* Purchase journey: the Shopkeeper's Counter, classic checkout, and Blocks */
.gapz8-purchase-page .gapz8-main { min-height: 70vh; }
.gapz8-purchase-room {
  position: relative;
  min-height: clamp(380px, 31vw, 470px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--g8-line);
  background: #030908;
}
.gapz8-purchase-room--checkout { min-height: clamp(330px, 27vw, 410px); }
.gapz8-purchase-room--complete { min-height: clamp(390px, 31vw, 470px); }
.gapz8-purchase-room-art { position: absolute; inset: 0; z-index: 0; }
.gapz8-purchase-room-art img {
  width: 100%; height: 100%;
  display: block; object-fit: cover; object-position: center 58%;
  filter: saturate(.88) contrast(1.03) brightness(.9);
}
.gapz8-purchase-room-atmosphere {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,7,6,.98) 0%, rgba(2,7,6,.86) 25%, rgba(2,7,6,.34) 52%, rgba(2,7,6,.08) 78%),
    linear-gradient(0deg, rgba(2,7,6,.62), transparent 46%, rgba(2,7,6,.16));
}
.gapz8-purchase-room--basket .gapz8-purchase-room-atmosphere::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 86% 39%, rgba(218,161,80,.2), transparent 15%);
  animation: gapz8-counter-lamplight 9s ease-in-out infinite;
}
.gapz8-purchase-room--checkout .gapz8-purchase-room-atmosphere {
  background:
    linear-gradient(90deg, rgba(2,7,6,.98) 0%, rgba(2,7,6,.88) 28%, rgba(2,7,6,.45) 58%, rgba(2,7,6,.18) 100%),
    linear-gradient(0deg, rgba(2,7,6,.62), transparent 48%);
}
.gapz8-purchase-room--complete .gapz8-purchase-room-atmosphere {
  background:
    radial-gradient(circle at 64% 58%, rgba(67,145,129,.13), transparent 28%),
    linear-gradient(90deg, rgba(2,7,6,.98) 0%, rgba(2,7,6,.83) 29%, rgba(2,7,6,.3) 62%, rgba(2,7,6,.12));
}
@keyframes gapz8-counter-lamplight {
  0%, 100% { opacity: .68; }
  48% { opacity: 1; }
  55% { opacity: .82; }
}
.gapz8-purchase-room-copy {
  position: relative; z-index: 2;
  width: min(100%, var(--g8-canvas)); min-height: inherit;
  margin: auto; padding: 58px 32px;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
}
.gapz8-purchase-room-copy .gapz8-kicker { color: var(--g8-teal-glow); }
.gapz8-purchase-room-copy h1 {
  max-width: 720px; margin: 10px 0 18px;
  color: #eadfc9;
  font: 600 clamp(52px, 5.5vw, 88px)/.94 var(--g8-display);
  letter-spacing: -.025em; text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 4px 25px rgba(0,0,0,.8);
}
.gapz8-purchase-room-copy p {
  max-width: 590px; margin: 0;
  color: #cbbda4; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.38;
  text-shadow: 0 2px 14px rgba(0,0,0,.9);
}
.gapz8-purchase-room-note {
  position: absolute; right: max(32px, calc((100% - var(--g8-canvas)) / 2 + 32px)); bottom: 34px; z-index: 3;
  width: min(330px, 26vw); margin: 0; padding: 18px 20px;
  border: 1px solid rgba(164,116,61,.62); border-radius: 3px;
  background: linear-gradient(135deg, rgba(5,15,13,.9), rgba(11,23,20,.78));
  box-shadow: 0 18px 45px rgba(0,0,0,.45), inset 0 0 24px rgba(100,165,151,.03);
  backdrop-filter: blur(7px);
}
.gapz8-purchase-room-note span {
  color: #d3aa6e; font: 700 8px/1.2 var(--g8-ui);
  letter-spacing: .16em; text-transform: uppercase;
}
.gapz8-purchase-room-note p { margin: 8px 0 0; color: #d4c6ab; font-size: 16px; line-height: 1.3; }
.gapz8-purchase-assurances {
  width: min(100%, var(--g8-canvas)); min-height: 88px;
  margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  list-style: none; border-bottom: 1px solid var(--g8-line-soft);
  background: linear-gradient(90deg, rgba(8,21,18,.95), rgba(4,13,11,.95));
}
.gapz8-purchase-assurances li {
  position: relative; min-width: 0; padding: 18px 30px 16px 54px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid var(--g8-line-soft);
}
.gapz8-purchase-assurances li:first-child { border-left: 1px solid var(--g8-line-soft); }
.gapz8-purchase-assurances li::before {
  position: absolute; left: 20px; top: 50%; transform: translateY(-50%);
  color: var(--g8-teal); font: 700 10px/1 var(--g8-ui); letter-spacing: .1em;
}
.gapz8-purchase-assurances li:nth-child(1)::before { content: "01"; }
.gapz8-purchase-assurances li:nth-child(2)::before { content: "02"; }
.gapz8-purchase-assurances li:nth-child(3)::before { content: "03"; }
.gapz8-purchase-assurances b { color: #e0d2b8; font: 600 16px/1.15 var(--g8-display); }
.gapz8-purchase-assurances span { margin-top: 4px; overflow: hidden; color: #958b7a; font: 400 8px/1.35 var(--g8-ui); letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }

.gapz8-purchase-steps {
  min-height: 70px; padding: 12px 20px;
  display: flex; align-items: center; justify-content: center; gap: 0;
  border-bottom: 1px solid var(--g8-line); background: #071210;
}
.gapz8-purchase-steps span { position: relative; min-width: 170px; display: flex; align-items: center; gap: 10px; color: #7f796d; font: 400 9px/1 var(--g8-ui); letter-spacing: .1em; text-transform: uppercase; }
.gapz8-purchase-steps span:not(:last-child)::after { content: ""; width: 65px; height: 1px; margin-left: auto; background: var(--g8-line-soft); }
.gapz8-purchase-steps b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--g8-line); border-radius: 50%; color: #9c927e; }
.gapz8-purchase-steps .is-current, .gapz8-purchase-steps .is-complete { color: var(--g8-parchment); }
.gapz8-purchase-steps .is-current b { border-color: var(--g8-teal-glow); background: #17443c; }
.gapz8-purchase-steps .is-complete b { border-color: var(--g8-brass); color: #d3a65f; }
.woocommerce-cart .gapz8-page-shell, .woocommerce-checkout .gapz8-page-shell { width: min(100%, 1500px); }
.gapz8-purchase-shell { padding-top: 38px; }
.gapz8-purchase-shell .gapz8-page-content { color: #d3c5aa; }
.gapz8-purchase-shell .wc-block-cart, .gapz8-purchase-shell .wc-block-checkout { padding: 0 0 42px; }
.woocommerce-cart .gapz8-page-title h1::before { content: "Your "; }
.woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce-checkout .col2-set,
.wc-block-cart-items, .wc-block-components-sidebar, .wc-block-checkout__main {
  border: 1px solid var(--g8-line) !important; border-radius: 5px;
  background:
    linear-gradient(145deg, rgba(14,29,25,.97), rgba(5,14,12,.985)) !important;
  box-shadow: 0 20px 45px rgba(0,0,0,.34), inset 0 1px rgba(232,207,161,.025);
}
.woocommerce-cart-form { width: calc(67% - 14px); float: left; padding: 20px; }
.woocommerce .cart-collaterals { width: calc(33% - 14px); float: right; }
.woocommerce .cart-collaterals .cart_totals { width: 100%; padding: 22px; }
.woocommerce-cart .wc-block-components-sidebar, .woocommerce-cart .cart-collaterals,
.woocommerce-checkout .wc-block-components-sidebar, .woocommerce-checkout-review-order { align-self: start; }
.woocommerce table.shop_table { margin: 0; border: 0; border-collapse: collapse; background: transparent; }
.woocommerce table.shop_table th { color: #c8b89c; font: 700 9px/1.2 var(--g8-ui); letter-spacing: .08em; text-transform: uppercase; }
.woocommerce table.shop_table td { border-top: 1px solid var(--g8-line-soft); color: #d9cbae; }
.woocommerce-cart table.cart img,
.woocommerce-cart .wc-block-cart-item__image img {
  width: 82px; height: 110px; object-fit: contain;
  filter: drop-shadow(9px 10px 7px rgba(0,0,0,.62));
  transform: perspective(500px) rotateY(-5deg) rotateZ(-.35deg);
}
.woocommerce-cart .wc-block-cart-item__wrap, .woocommerce-cart td.product-name { padding-block: 12px; }
.woocommerce a.remove { color: #c76c58 !important; }
.woocommerce a.remove:hover { background: var(--g8-sale); }
.cart_totals h2, .woocommerce-checkout h3, .wc-block-components-title { color: var(--g8-parchment); font: 600 25px var(--g8-display); }
.checkout-button, #place_order, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
  width: 100%; min-height: 54px !important;
  border-color: #549c8e !important;
  background: linear-gradient(110deg, #153e35, #205e52) !important;
  color: #f0e4cf !important;
  box-shadow: inset 0 0 0 2px rgba(229,215,189,.035), 0 12px 28px rgba(0,0,0,.28);
  font: 700 10px/1.2 var(--g8-ui) !important; letter-spacing: .1em; text-transform: uppercase;
}
.checkout-button:hover, #place_order:hover, .wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover { background: linear-gradient(110deg, #1a4c41, #287162) !important; }
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(350px, .85fr); gap: 26px; }
.woocommerce-checkout form.checkout > .col2-set { width: auto; float: none; padding: 24px; }
.woocommerce-checkout form.checkout > #order_review_heading { grid-column: 2; margin: 0; padding: 20px 22px 0; border: 1px solid var(--g8-line); border-bottom: 0; background: var(--g8-raised); }
.woocommerce-checkout form.checkout > #order_review { grid-column: 2; margin-top: -26px; padding: 22px; }
.woocommerce-checkout #payment { background: #081512; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom-color: var(--g8-line-soft); }
.woocommerce-checkout input:not([type="checkbox"]):not([type="radio"]),
.woocommerce-checkout select, .woocommerce-checkout textarea,
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-blocks-components-select__select {
  background-color: rgba(2,8,7,.86) !important;
}
.woocommerce-checkout .wc-block-checkout__main { padding: 24px !important; }
.woocommerce-checkout .wc-block-components-sidebar { border-color: rgba(164,116,61,.62) !important; }
.wc-block-cart, .wc-block-checkout { max-width: 1500px; margin: 0 auto; padding: 30px 32px 60px; }
.wc-block-components-sidebar { padding: 20px !important; }
.wc-block-components-product-name { color: var(--g8-parchment); font-family: var(--g8-display); }
.wc-block-components-totals-wrapper { border-top-color: var(--g8-line-soft) !important; }

/* Order confirmation: the parcel-preparation state */
.gapz8-purchase-complete .gapz8-purchase-shell { max-width: 1180px; }
.woocommerce-order {
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 24px;
}
.woocommerce-order > .woocommerce-notice,
.woocommerce-order > .woocommerce-thankyou-order-received { grid-column: 1 / -1; }
.woocommerce-thankyou-order-received {
  margin: 0; padding: 22px 25px;
  border: 1px solid rgba(80,174,156,.54); border-radius: 4px;
  background: linear-gradient(120deg, rgba(18,60,51,.72), rgba(6,18,15,.94));
  color: #e4d8c1; font: 600 24px/1.25 var(--g8-display);
}
.woocommerce ul.order_details,
.woocommerce-order-details, .woocommerce-customer-details,
.wc-block-order-confirmation-status, .wc-block-order-confirmation-summary,
.wc-block-order-confirmation-totals-wrapper, .wc-block-order-confirmation-address {
  padding: 22px !important;
  border: 1px solid var(--g8-line) !important; border-radius: 4px;
  background: linear-gradient(145deg, rgba(14,29,25,.97), rgba(5,14,12,.985)) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
}
.woocommerce ul.order_details { grid-column: 1 / -1; margin: 0 0 8px; }
.woocommerce-order-details { grid-column: 1; }
.woocommerce-customer-details { grid-column: 2; }
.woocommerce-order h2, .woocommerce-order h3 { color: #e5d7bd; font-family: var(--g8-display); }

/* Account, content, footer */
.gapz8-content-shell { width: min(100%, 1200px); margin: auto; padding: 48px 32px 65px; }
.gapz8-page-title { margin-bottom: 28px; padding-bottom: 15px; border-bottom: 1px solid var(--g8-line); }
.gapz8-page-title h1 { margin: 5px 0; color: var(--g8-parchment); font: 600 clamp(42px, 5vw, 70px)/1 var(--g8-display); text-transform: uppercase; }
.gapz8-page-content { color: #cabda4; }
.gapz8-page-content a { color: var(--g8-teal-glow); }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 250px 1fr; gap: 25px; }
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: auto; float: none; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 12px; border: 1px solid var(--g8-line); background: var(--g8-panel); list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 10px; text-decoration: none; }
/* Logged-out My Account has no customer navigation. Let its two real forms use the full page. */
.woocommerce-account .woocommerce > #customer_login {
  grid-column: 1 / -1;
  width: min(100%, 920px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 { width: auto; float: none; margin: 0; }
.woocommerce-account #customer_login h2 { margin: 0 0 14px; color: var(--g8-parchment); font-family: var(--g8-display); }
.woocommerce-account #customer_login form.woocommerce-form {
  min-height: 100%; margin: 0; padding: 24px; border: 1px solid var(--g8-line); border-radius: 4px;
  background: linear-gradient(145deg, rgba(14,29,25,.97), rgba(5,14,12,.985));
}
.woocommerce-account #customer_login .form-row { width: 100%; margin: 0 0 16px; }
.woocommerce-account #customer_login input.input-text {
  width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--g8-line);
  background: rgba(2,8,7,.86); color: var(--g8-parchment);
}
.woocommerce-account #customer_login .woocommerce-privacy-policy-text { color: #b7aa92; font-size: 14px; line-height: 1.55; }
.gapz8-entry-card, .gapz8-empty { margin-bottom: 18px; padding: 25px; border: 1px solid var(--g8-line); background: var(--g8-panel); }
.gapz8-entry-card h2 { margin-top: 0; font-family: var(--g8-display); }
.gapz8-entry-card h2 a { text-decoration: none; }
.gapz8-search-form { display: flex; max-width: 650px; }
.gapz8-search-form label { flex: 1; }
.gapz8-search-form input { width: 100%; min-height: 45px; padding: 0 14px; border: 1px solid var(--g8-line); background: var(--g8-ink); color: var(--g8-parchment); }
.gapz8-search-form button { padding: 0 20px; border: 1px solid var(--g8-teal); background: #173d36; color: var(--g8-parchment); }
.gapz8-lost-page { min-height: 65vh; padding: 90px 7%; background-color: var(--g8-deep); background-image: linear-gradient(90deg, rgba(3,9,8,.96), rgba(3,9,8,.25)), url("assets/images/behind-counter.jpg"); background-image: linear-gradient(90deg, rgba(3,9,8,.96), rgba(3,9,8,.25)), image-set(url("assets/images/behind-counter.webp") type("image/webp"), url("assets/images/behind-counter.jpg") type("image/jpeg")); background-position: center; background-size: cover; }
.gapz8-lost-page h1 { margin: 8px 0; font: 600 clamp(48px, 6vw, 88px) var(--g8-display); text-transform: uppercase; }
.gapz8-lost-page p { max-width: 600px; color: #c4b69c; font-size: 21px; }
.gapz8-footer { border-top: 1px solid var(--g8-line); background: #020706; }
.gapz8-footer-grid { width: min(100%, var(--g8-canvas)); margin: auto; padding: 45px 32px 35px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 45px; }
.gapz8-footer h2 { margin: 0 0 14px; color: #ceb995; font: 600 14px var(--g8-display); text-transform: uppercase; }
.gapz8-footer ul { margin: 0; padding: 0; list-style: none; }
.gapz8-footer li { margin: 7px 0; }
.gapz8-footer li a, .gapz8-footer-contact { color: #998f7f; font: 400 9px/1.35 var(--g8-ui); text-decoration: none; }
.gapz8-footer-brand > a { color: var(--g8-parchment); font: 600 45px var(--g8-display); text-decoration: none; }
.gapz8-footer-brand p { max-width: 440px; color: #9d927f; }
.gapz8-footer-bottom { width: min(100%, var(--g8-canvas)); margin: auto; padding: 17px 32px; display: flex; justify-content: space-between; border-top: 1px solid var(--g8-line-soft); color: #746e63; font: 400 8px var(--g8-ui); text-transform: uppercase; }

/* Responsive */
@media (max-width: 1350px) {
  .gapz8-header-main { grid-template-columns: 270px minmax(300px, 1fr) auto; padding-inline: 22px; }
  .gapz8-brand span, .gapz8-utilities a:not(.gapz8-cart) span { display: none; }
  .gapz8-utilities { gap: 12px; }
  .gapz8-nav-list { gap: 20px; }
  .gapz8-hero-plaque { display: none; }
  .gapz8-portal { right: 3%; width: 47%; }
  .gapz8-new-arrivals ul.products, .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gapz8-aisle-grid { grid-template-columns: repeat(3, 1fr); }
  .gapz8-filter-form { grid-template-columns: repeat(3, 1fr); }
  .gapz8-catalogue-tools { grid-template-columns: 1fr; }
  .gapz8-counter-toolbar { grid-template-columns: 280px 1fr; }
  .gapz8-counter-sort { grid-column: 2; }
  .gapz8-counter-toolbar nav { justify-content: flex-start; overflow-x: auto; }
}

@media (min-width: 961px) and (min-aspect-ratio: 2 / 1) {
  .gapz8-room-experience { width: auto; max-width: 100%; height: 100%; }
}

@media (max-width: 960px) {
  .gapz8-primary-nav { display: none; }
  .gapz8-header-main { min-height: 72px; grid-template-columns: auto 1fr auto; }
  .gapz8-brand strong { font-size: 39px; }
  .gapz8-header-search { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .gapz8-utilities { grid-column: 2; justify-self: end; }
  .gapz8-menu-toggle { grid-column: 3; width: 44px; height: 44px; padding: 11px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid var(--g8-line); background: transparent; }
  .gapz8-menu-toggle i { display: block; height: 1px; background: var(--g8-parchment); }
  .gapz8-mobile-drawer { position: absolute; top: 100%; left: 0; right: 0; z-index: 50; padding: 18px 22px 28px; border-bottom: 1px solid var(--g8-line); background: #06110f; box-shadow: var(--g8-shadow); }
  .gapz8-mobile-drawer[aria-hidden="false"] { display: block; }
  .gapz8-mobile-drawer form { height: 44px; display: flex; margin-bottom: 14px; }
  .gapz8-mobile-drawer input { min-width: 0; flex: 1; padding: 0 12px; border: 1px solid var(--g8-line); background: var(--g8-ink); color: var(--g8-parchment); }
  .gapz8-mobile-drawer button { padding: 0 16px; border: 1px solid var(--g8-teal); background: #174139; color: var(--g8-parchment); }
  .gapz8-mobile-drawer .gapz8-nav-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
  .gapz8-mobile-drawer .gapz8-nav-list a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--g8-line-soft); }
  .gapz8-hero { min-height: 760px; background-position: 61% center; background-image: linear-gradient(180deg, rgba(3,9,8,.96) 0%, rgba(3,9,8,.78) 48%, rgba(3,9,8,.15) 70%, rgba(3,9,8,.52)), url("assets/images/hero-portal.jpg"); background-image: linear-gradient(180deg, rgba(3,9,8,.96) 0%, rgba(3,9,8,.78) 48%, rgba(3,9,8,.15) 70%, rgba(3,9,8,.52)), image-set(url("assets/images/hero-portal.webp") type("image/webp"), url("assets/images/hero-portal.jpg") type("image/jpeg")); }
  .gapz8-hero-copy { width: 100%; padding: 35px 30px 0; }
  .gapz8-hero-copy h1 { font-size: clamp(43px, 7vw, 58px); }
  .gapz8-portal { top: 48%; right: 5%; width: 90%; height: 49%; }
  .gapz8-promises { grid-template-columns: repeat(3, 1fr); }
  .gapz8-promises > div:nth-child(4), .gapz8-promises > div:nth-child(5) { display: none; }
  .gapz8-new-arrivals ul.products, .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gapz8-counter-teaser { align-items: flex-start; }
  .gapz8-counter-teaser aside { width: 300px; }
  .gapz8-counter-hero { min-height: 520px; align-items: flex-start; }
  .gapz8-shopkeeper-note { position: absolute; left: 32px; bottom: 28px; width: min(420px, calc(100% - 64px)); }
  .gapz8-counter-toolbar { grid-template-columns: 1fr; }
  .gapz8-counter-sort { grid-column: auto; }
  .gapz8-purchase-room-copy { padding-inline: 28px; }
  .gapz8-purchase-room-note { display: none; }
  .gapz8-purchase-assurances { padding-inline: 22px; }
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout form.checkout > #order_review_heading, .woocommerce-checkout form.checkout > #order_review { grid-column: 1; }
  .woocommerce-checkout form.checkout > #order_review { margin-top: -26px; }
  .gapz8-room-hero--cinema, .gapz8-room-hero--cinema .gapz8-room-experience { background-image: url("assets/images/dvd-bluray-film-archive-tablet.jpg"); background-image: image-set(url("assets/images/dvd-bluray-film-archive-tablet.webp") type("image/webp"), url("assets/images/dvd-bluray-film-archive-tablet.jpg") type("image/jpeg")); }
  .gapz8-room-hero--music, .gapz8-room-hero--music .gapz8-room-experience { background-image: url("assets/images/music-cds-listening-room-tablet.jpg"); background-image: image-set(url("assets/images/music-cds-listening-room-tablet.webp") type("image/webp"), url("assets/images/music-cds-listening-room-tablet.jpg") type("image/jpeg")); }
  .gapz8-room-hero--vinyl, .gapz8-room-hero--vinyl .gapz8-room-experience { background-image: url("assets/images/vinyl-record-vault-tablet.jpg"); background-image: image-set(url("assets/images/vinyl-record-vault-tablet.webp") type("image/webp"), url("assets/images/vinyl-record-vault-tablet.jpg") type("image/jpeg")); }
  .gapz8-room-hero--games, .gapz8-room-hero--games .gapz8-room-experience { background-image: url("assets/images/games-retro-back-room-tablet.jpg"); background-image: image-set(url("assets/images/games-retro-back-room-tablet.webp") type("image/webp"), url("assets/images/games-retro-back-room-tablet.jpg") type("image/jpeg")); }
  .gapz8-room-hero.is-exploring { min-height: 560px; height: 100svh; max-height: none; }
  .gapz8-room-hero.is-exploring .gapz8-room-return { position: fixed; top: 12px; right: 12px; min-height: 44px; padding: 9px 12px; z-index: 100; }
  .gapz8-room-hotspots { inset: auto 10px 12px; display: flex; gap: 8px; padding: 9px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; border: 1px solid var(--g8-line); background: rgba(3, 12, 10, .9); pointer-events: auto; }
  .gapz8-room-hotspot {
    position: relative; left: auto; top: auto; flex: 0 0 auto;
    width: auto; min-width: 180px; height: 50px; padding: 0 12px;
    display: flex; justify-content: flex-start; gap: 9px;
    border-radius: 3px; transform: none;
  }
  .gapz8-room-hotspot:hover, .gapz8-room-hotspot:focus-visible { transform: none; }
  .gapz8-room-hotspot::after { display: none; }
  .gapz8-room-hotspot > span { flex: 0 0 9px; width: 9px; height: 9px; }
  .gapz8-room-hotspot > b { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: normal; color: #dbcbb0; font: 700 12px/1.25 var(--g8-ui); text-align: left; text-transform: uppercase; }
  .gapz8-room-discovery { left: 12px; right: 12px; bottom: 82px; width: auto; max-height: calc(100% - 150px); overflow-y: auto; padding: 22px 24px 20px; }
  .gapz8-room-discovery h2 { font-size: 25px; }
  .woocommerce-order { grid-template-columns: 1fr; }
  .woocommerce-order-details, .woocommerce-customer-details { grid-column: 1; }
}

@media (max-width: 700px) {
  body { font-size: 17px; }
  .gapz8-header-main { padding: 8px 14px 12px; gap: 10px; }
  .gapz8-header-search { height: 42px; }
  .gapz8-utilities a { width: 42px; padding: 0 !important; justify-content: center; }
  .gapz8-utilities .gapz8-cart span { display: none; }
  .gapz8-hero { min-height: 970px; }
  .gapz8-hero-copy { padding: 30px 20px 0; }
  .gapz8-hero-copy h1 { font-size: clamp(39px, 11.2vw, 48px); white-space: normal; }
  .gapz8-hero-copy > p { font-size: 17px; }
  .gapz8-button--primary { width: 100%; min-width: 0; }
  .gapz8-portal { top: 61%; right: 4%; width: 92%; height: 37%; }
  .gapz8-portal-aperture { inset: 2% 15% 8%; }
  .gapz8-portal-object { width: min(48%, 190px); height: 68%; }
  .gapz8-portal-previous { left: 0; }
  .gapz8-portal-next { right: 0; }
  .gapz8-portal-caption { left: 7%; right: 7%; }
  .gapz8-promises { padding: 10px 14px; grid-template-columns: 1fr 1fr; }
  .gapz8-promises > div { justify-content: flex-start; padding: 7px; border: 0; }
  .gapz8-promises > div:nth-child(3) { display: none; }
  .gapz8-section, .gapz8-shop-shell, .gapz8-counter-content, .gapz8-content-shell, .wc-block-cart, .wc-block-checkout { padding-inline: 14px; }
  .gapz8-aisle-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .gapz8-aisle { min-height: 100px; padding: 13px; }
  .gapz8-new-arrivals ul.products, .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: 1fr !important; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { min-height: 192px; padding-bottom: 45px !important; }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link { height: 156px; min-height: 156px; grid-template-columns: 120px minmax(0, 1fr); }
  .woocommerce ul.products li.product a img { height: 138px !important; }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before { height: 122px; }
  .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart { left: 143px; }
  .gapz8-card-badge { left: 143px; }
  .gapz8-counter-teaser { min-height: 620px; padding: 45px 20px; display: block; background-position: 60% center; }
  .gapz8-counter-teaser h2 { font-size: 49px; }
  .gapz8-counter-teaser aside { width: 100%; margin-top: 35px; }
  .gapz8-room-hero { min-height: 310px; padding: 34px 20px 30px; background-position: 63% center; }
  .gapz8-room-hero--horror { min-height: 340px; }
  .gapz8-room-copy h1 { font-size: 45px; }
  .gapz8-room-copy p { max-width: 330px; font-size: 17px; }
  .gapz8-subcategories { left: 20px; right: 20px; overflow-x: auto; scrollbar-width: none; }
  .gapz8-subcategories a { white-space: nowrap; }
  .gapz8-filter-form { width: 100%; min-width: 0; display: grid; grid-template-columns: 1fr 1fr; overflow: visible; }
  .gapz8-filter-form label { min-width: 0; }
  .gapz8-filter-form button { min-width: 0; grid-column: 1 / -1; }
  .gapz8-discovery { overflow-x: auto; scrollbar-width: none; }
  .gapz8-discovery a { white-space: nowrap; }
  .gapz8-counter-hero { min-height: 600px; padding: 38px 20px; background-position: 58% center; }
  .gapz8-counter-copy h1 { font-size: 56px; }
  .gapz8-counter-copy p { font-size: 18px; }
  .gapz8-shopkeeper-note { left: 20px; bottom: 24px; width: calc(100% - 40px); padding: 20px 24px; }
  .gapz8-counter-toolbar nav { overflow-x: auto; scrollbar-width: none; }
  .gapz8-counter-toolbar nav a { white-space: nowrap; }
  .gapz8-purchase-room, .gapz8-purchase-room--checkout, .gapz8-purchase-room--complete { min-height: 510px; }
  .gapz8-purchase-room-art img { object-position: center 52%; filter: saturate(.82) contrast(1.02) brightness(.82); }
  .gapz8-purchase-room-atmosphere,
  .gapz8-purchase-room--checkout .gapz8-purchase-room-atmosphere,
  .gapz8-purchase-room--complete .gapz8-purchase-room-atmosphere {
    background:
      linear-gradient(180deg, rgba(2,7,6,.88) 0%, rgba(2,7,6,.6) 36%, rgba(2,7,6,.12) 68%, rgba(2,7,6,.7) 100%),
      linear-gradient(90deg, rgba(2,7,6,.56), transparent 74%);
  }
  .gapz8-purchase-room-copy { min-height: 510px; padding: 38px 20px 45px; justify-content: flex-start; }
  .gapz8-purchase-room-copy h1 { max-width: 390px; margin-block: 8px 14px; font-size: clamp(43px, 13vw, 58px); }
  .gapz8-purchase-room-copy p { max-width: 390px; font-size: 17px; }
  .gapz8-purchase-assurances { min-height: 0; padding: 0 14px; grid-template-columns: 1fr; }
  .gapz8-purchase-assurances li, .gapz8-purchase-assurances li:first-child {
    min-height: 62px; padding: 10px 14px 10px 50px;
    border: 0; border-bottom: 1px solid var(--g8-line-soft);
  }
  .gapz8-purchase-assurances li::before { left: 16px; }
  .gapz8-purchase-assurances span { white-space: normal; }
  .gapz8-purchase-shell { padding-top: 25px; }
  .gapz8-purchase-shell .wc-block-cart, .gapz8-purchase-shell .wc-block-checkout { padding-bottom: 25px; }
  .woocommerce-checkout .wc-block-checkout__main { padding: 14px !important; }
  .gapz8-purchase-steps { justify-content: flex-start; overflow-x: auto; }
  .gapz8-purchase-steps span { min-width: 130px; }
  .gapz8-purchase-steps span:not(:last-child)::after { width: 25px; }
  .woocommerce-cart-form, .woocommerce .cart-collaterals { width: 100%; float: none; }
  .woocommerce-cart-form { padding: 10px; overflow-x: auto; }
  .woocommerce .cart-collaterals { margin-top: 18px; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce > #customer_login { grid-template-columns: 1fr; gap: 22px; }
  .gapz8-footer-grid { padding-inline: 20px; grid-template-columns: 1fr 1fr; gap: 30px; }
  .gapz8-footer-brand { grid-column: 1 / -1; }
  .gapz8-footer-bottom { padding-inline: 20px; display: block; }
  .gapz8-footer-bottom span { display: block; margin: 4px 0; }
  .gapz8-room-hero--music, .gapz8-room-hero--cinema, .gapz8-room-hero--vinyl, .gapz8-room-hero--games { min-height: 430px; background-position: center; }
  .gapz8-room-hero--horror, .gapz8-room-hero--horror .gapz8-room-experience { background-image: url("assets/images/gapz-horror-room-mobile-v1032.jpg"); background-image: image-set(url("assets/images/gapz-horror-room-mobile-v1032.webp") type("image/webp"), url("assets/images/gapz-horror-room-mobile-v1032.jpg") type("image/jpeg")); background-position: center; }
  .gapz8-room-hero--cinema, .gapz8-room-hero--cinema .gapz8-room-experience { background-image: url("assets/images/dvd-bluray-film-archive-mobile.jpg"); background-image: image-set(url("assets/images/dvd-bluray-film-archive-mobile.webp") type("image/webp"), url("assets/images/dvd-bluray-film-archive-mobile.jpg") type("image/jpeg")); }
  .gapz8-room-hero--music, .gapz8-room-hero--music .gapz8-room-experience { background-image: url("assets/images/music-cds-listening-room-mobile.jpg"); background-image: image-set(url("assets/images/music-cds-listening-room-mobile.webp") type("image/webp"), url("assets/images/music-cds-listening-room-mobile.jpg") type("image/jpeg")); }
  .gapz8-room-hero--vinyl, .gapz8-room-hero--vinyl .gapz8-room-experience { background-image: url("assets/images/vinyl-record-vault-mobile.jpg"); background-image: image-set(url("assets/images/vinyl-record-vault-mobile.webp") type("image/webp"), url("assets/images/vinyl-record-vault-mobile.jpg") type("image/jpeg")); }
  .gapz8-room-hero--games, .gapz8-room-hero--games .gapz8-room-experience { background-image: url("assets/images/games-retro-back-room-mobile.jpg"); background-image: image-set(url("assets/images/games-retro-back-room-mobile.webp") type("image/webp"), url("assets/images/games-retro-back-room-mobile.jpg") type("image/jpeg")); }
  .gapz8-room-hero[data-gapz8-explorable-room] { cursor: default; }
  .gapz8-room-explore { width: 100%; max-width: 260px; justify-content: center; }
  .gapz8-room-experience { width: 100%; height: 100%; aspect-ratio: auto; background-size: cover; }
}

@media (max-width: 430px) {
  .gapz8-mobile-drawer .gapz8-nav-list { grid-template-columns: 1fr; }
  .gapz8-aisle-grid { grid-template-columns: 1fr; }
  .gapz8-purchase-steps { padding-inline: 12px; overflow-x: hidden; }
  .gapz8-purchase-steps span { min-width: 0; flex: 1; gap: 5px; font-size: 7px; }
  .gapz8-purchase-steps span:not(:last-child)::after { width: 10px; }
  .gapz8-purchase-steps b { width: 27px; height: 27px; flex: 0 0 27px; }
  .gapz8-purchase-room, .gapz8-purchase-room--checkout, .gapz8-purchase-room--complete { min-height: 485px; }
  .gapz8-purchase-room-copy { min-height: 485px; }
  .gapz8-purchase-room-copy h1 { font-size: clamp(40px, 12.5vw, 52px); }
  .gapz8-footer-grid { grid-template-columns: 1fr; }
  .gapz8-room-hotspot { min-width: 170px; }
  .gapz8-room-discovery { padding-inline: 20px; }
}

/* v8.4 phone-first commerce repair */
body.gapz8-drawer-open,
body.gapz8-room-open { overflow: hidden; }

@media (max-width: 960px) {
  .gapz8-mobile-drawer {
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }
  .gapz8-mobile-drawer[aria-hidden="true"] { display: none !important; }
  .gapz8-mobile-drawer .sub-menu {
    position: static;
    min-width: 0;
    margin: 0 0 0 14px;
    padding: 0;
    display: block;
    border: 0;
    background: transparent;
  }
  .gapz8-mobile-drawer .gapz8-mobile-customer-links {
    margin: 16px 0 0;
    padding: 12px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border-top: 1px solid var(--g8-line-soft);
  }
  .gapz8-mobile-drawer .gapz8-mobile-customer-links a {
    min-height: 44px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    border: 1px solid var(--g8-line);
    color: #d6c6aa;
    font: 700 10px/1.25 var(--g8-ui);
    text-decoration: none;
    text-transform: uppercase;
  }

  .gapz8-room-hero.is-exploring {
    position: fixed;
    inset: 0;
    z-index: 1000;
    width: 100%;
    min-height: 0;
    height: 100dvh;
    max-height: none;
    padding: 0;
  }
  .gapz8-room-hero.is-exploring .gapz8-room-experience {
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border: 0;
    transform: none;
  }
  .gapz8-room-hero.is-exploring .gapz8-room-return {
    top: max(12px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    min-width: 44px;
    min-height: 44px;
  }
  .gapz8-room-hero.is-exploring .gapz8-room-hotspots {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
  }
  .gapz8-room-discovery-close { width: 44px; height: 44px; }

  .woocommerce,
  .woocommerce-page,
  .wc-block-cart,
  .wc-block-checkout,
  .wc-block-components-main,
  .wc-block-components-sidebar,
  .wc-block-checkout__main,
  .wc-block-cart__main { min-width: 0; max-width: 100%; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 72px; }
  body { font-size: 17px; }
  input, select, textarea { font-size: 16px !important; }

  /* A calm, three-control mobile header. Search and account links live in the drawer. */
  .gapz8-header-main {
    min-height: 64px;
    padding: 8px 12px;
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    grid-template-rows: 48px;
    gap: 6px;
  }
  .gapz8-brand { min-width: 0; min-height: 44px; gap: 0; }
  .gapz8-brand strong { font-size: clamp(31px, 10vw, 36px); }
  .gapz8-brand span, .gapz8-header-search { display: none; }
  .gapz8-utilities { grid-column: 2; grid-row: 1; gap: 0; }
  .gapz8-utilities a:not(.gapz8-cart) { display: none; }
  .gapz8-utilities .gapz8-cart {
    position: relative;
    width: 44px;
    min-height: 44px;
    padding: 0 !important;
    justify-content: center;
    border-color: var(--g8-brass-dim);
    background: rgba(53, 20, 15, .72);
  }
  .gapz8-utilities .gapz8-cart svg { width: 22px; }
  .gapz8-cart-label { display: none !important; }
  .gapz8-utilities .gapz8-cart .gapz8-cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    display: grid !important;
    place-items: center;
    border: 1px solid #241006;
    border-radius: 999px;
    background: #c28a24;
    color: #130b04;
    font: 700 10px/1 var(--g8-ui);
  }
  .gapz8-menu-toggle { grid-column: 3; grid-row: 1; }
  .gapz8-menu-toggle[aria-expanded="true"] { border-color: var(--g8-teal-glow); background: #12352f; }
  .gapz8-mobile-drawer {
    top: 100%;
    padding: 14px 14px calc(20px + env(safe-area-inset-bottom));
  }
  .gapz8-mobile-drawer form { height: 48px; margin-bottom: 8px; }
  .gapz8-mobile-drawer input { font-size: 16px; }
  .gapz8-mobile-drawer button { min-width: 68px; font: 700 10px/1 var(--g8-ui); text-transform: uppercase; }
  .gapz8-mobile-drawer .gapz8-nav-list { grid-template-columns: 1fr; }
  .gapz8-mobile-drawer .gapz8-nav-list a { min-height: 48px; font-size: 11px; }
  .gapz8-mobile-drawer .sub-menu a { min-height: 44px; padding-left: 14px; color: #aeb3a4; font-size: 10px; }

  /* Homepage: the portal is part of normal document flow, not a desktop overlay. */
  .gapz8-hero {
    min-height: 0;
    background-position: 67% center;
  }
  .gapz8-hero-copy { width: 100%; padding: 25px 16px 10px; }
  .gapz8-hero-copy h1 { margin-block: 8px 12px; font-size: clamp(37px, 11.4vw, 49px); }
  .gapz8-hero-copy > p { max-width: 34rem; font-size: 17px; }
  .gapz8-hero-search div { height: 48px; }
  .gapz8-button { min-height: 48px; padding: 12px 15px; font-size: 10px; }
  .gapz8-portal {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: clamp(350px, 104vw, 455px);
    margin: 0;
    touch-action: pan-y;
  }
  .gapz8-portal-aperture { inset: 8px 46px 72px; }
  .gapz8-portal-object { width: min(54%, 190px); height: 76%; }
  .gapz8-portal-previous, .gapz8-portal-next { top: 43%; width: 44px; height: 44px; }
  .gapz8-portal-previous { left: 4px; }
  .gapz8-portal-next { right: 4px; }
  .gapz8-portal-caption { left: 14px; right: 14px; bottom: 50px; padding: 10px 12px; }
  .gapz8-portal-caption strong { font-size: 15px; }
  .gapz8-portal-caption small { font-size: 12px; }
  .gapz8-portal-pause {
    right: 12px;
    bottom: 4px;
    min-width: 96px;
    min-height: 44px;
    padding: 0 8px;
    font-size: 9px;
    text-align: right;
  }
  .gapz8-promises {
    min-height: 76px;
    padding: 7px 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gapz8-promises > div,
  .gapz8-promises > div:nth-child(3) {
    min-width: 0;
    padding: 5px 6px;
    display: flex;
    justify-content: center;
    gap: 5px;
    border-right: 1px solid var(--g8-line-soft);
  }
  .gapz8-promises > div:nth-child(3) { border-right: 0; }
  .gapz8-promises b { font-size: 17px; }
  .gapz8-promises span { min-width: 0; font-size: 0; }
  .gapz8-promises strong { margin: 0; font-size: 8px; line-height: 1.3; }
  .gapz8-section-heading h2 { font-size: 18px; }
  .gapz8-section-heading > a { min-height: 44px; display: inline-flex; align-items: center; font-size: 9px; }

  /* Catalogue controls remain readable and tappable. */
  .gapz8-room-hero { min-height: 300px; padding: 28px 16px 72px; background-position: 62% center; }
  .gapz8-room-hero--horror { min-height: 330px; background-position: 58% center; }
  .gapz8-room-copy h1 { font-size: clamp(39px, 12vw, 48px); }
  .gapz8-room-copy p { font-size: 17px; }
  .gapz8-subcategories { left: 14px; right: 14px; bottom: 12px; gap: 8px; }
  .gapz8-subcategories a, .gapz8-discovery a, .gapz8-counter-toolbar nav a {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 9px;
  }
  .gapz8-shop-shell { padding: 16px 12px 42px; }
  .gapz8-catalogue-tools { grid-template-columns: 1fr; gap: 10px; }
  .gapz8-catalogue-search, .gapz8-counter-search { height: 48px; }
  .gapz8-filter-form { grid-template-columns: 1fr 1fr; gap: 8px; }
  .gapz8-filter-form label { min-width: 0; }
  .gapz8-filter-form select, .gapz8-counter-sort select { height: 48px; padding-inline: 11px 34px; font-size: 16px; }
  .gapz8-filter-form button { min-height: 48px; font-size: 11px; }
  .gapz8-discovery { margin-inline: -2px; padding: 2px; gap: 8px; overscroll-behavior-inline: contain; }
  .gapz8-counter-toolbar { gap: 10px; }
  .gapz8-counter-toolbar nav { justify-content: flex-start; }

  /* Compact horizontal product cards with no hard-coded desktop offsets. */
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    --g8-card-media: clamp(82px, 28vw, 104px);
    min-height: 218px;
    padding: 10px 10px 58px !important;
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    height: auto;
    min-height: 148px;
    grid-template-columns: var(--g8-card-media) minmax(0, 1fr);
    column-gap: 12px;
  }
  .woocommerce ul.products li.product a img {
    width: calc(100% - 6px) !important;
    height: 145px !important;
    margin-left: 6px !important;
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before { height: 132px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 17px !important; line-height: 1.18 !important; }
  .gapz8-card-meta { font-size: 10px; line-height: 1.4; }
  .woocommerce ul.products li.product .price { font-size: 20px !important; }
  .woocommerce ul.products li.product .button {
    left: calc(var(--g8-card-media) + 22px);
    right: 10px;
    bottom: 9px;
    min-height: 44px;
    padding: 11px 9px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }
  .gapz8-card-badge {
    left: calc(var(--g8-card-media) + 22px);
    top: 112px;
    bottom: auto;
    font-size: 9px;
  }
  .woocommerce ul.products li.product .added_to_cart {
    left: auto;
    right: 13px;
    top: 108px;
    bottom: auto;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
  }

  /* Single-product purchase forms cannot be crushed into a desktop flex row. */
  .single-product .gapz8-shop-shell { padding-top: 18px; }
  .single-product div.product { padding: 15px; }
  .single-product div.product .summary { padding-inline: 0; }
  .single-product div.product .product_title { font-size: clamp(34px, 11vw, 46px); }
  .single-product form.cart { width: 100%; display: flex; flex-wrap: wrap; }
  .single-product form.cart.variations_form,
  .single-product form.cart.grouped_form { display: block; }
  .single-product form.cart .variations,
  .single-product form.cart .group_table,
  .single-product form.cart .single_variation_wrap,
  .single-product form.cart .woocommerce-variation-add-to-cart { width: 100%; }
  .single-product form.cart .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 10px; }
  .single-product form.cart .button { min-height: 48px; flex: 1 1 180px; }
  .woocommerce .quantity .qty { min-height: 48px; font-size: 16px; }
  .woocommerce button.button,
  .woocommerce a.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .wc-block-components-button,
  .wp-element-button { font-size: 10px !important; }

  /* Basket and checkout show the counter without delaying the transaction. */
  .gapz8-purchase-room,
  .gapz8-purchase-room--checkout,
  .gapz8-purchase-room--complete { min-height: 300px; }
  .gapz8-purchase-room-art img { object-position: center 50%; }
  .gapz8-purchase-room-copy {
    min-height: 300px;
    padding: 26px 16px 30px;
    justify-content: flex-start;
  }
  .gapz8-purchase-room-copy h1 {
    max-width: 22rem;
    margin: 7px 0 10px;
    font-size: clamp(35px, 11.4vw, 47px);
  }
  .gapz8-purchase-room-copy p { max-width: 22rem; font-size: 16px; line-height: 1.32; }
  .gapz8-purchase-assurances {
    min-height: 88px;
    padding: 0 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gapz8-purchase-assurances li,
  .gapz8-purchase-assurances li:first-child {
    min-height: 88px;
    padding: 11px 6px 9px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-right: 1px solid var(--g8-line-soft);
    text-align: center;
  }
  .gapz8-purchase-assurances li:last-child { border-right: 0; }
  .gapz8-purchase-assurances li::before {
    position: static;
    margin-bottom: 5px;
    transform: none;
    font-size: 8px;
  }
  .gapz8-purchase-assurances b { font-size: 13px; line-height: 1.05; }
  .gapz8-purchase-assurances span { margin-top: 3px; font-size: 7px; line-height: 1.2; white-space: normal; }
  .gapz8-purchase-steps {
    min-height: 64px;
    padding: 8px 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
  .gapz8-purchase-steps span {
    min-width: 0;
    display: grid;
    grid-template-columns: 30px minmax(0, auto) 1fr;
    gap: 5px;
    font-size: 9px;
    letter-spacing: .04em;
  }
  .gapz8-purchase-steps span:not(:last-child)::after { width: auto; min-width: 5px; }
  .gapz8-purchase-steps b { width: 30px; height: 30px; flex: 0 0 30px; }
  .gapz8-purchase-shell { padding-top: 18px; }
  .gapz8-purchase-shell .wc-block-cart,
  .gapz8-purchase-shell .wc-block-checkout { padding: 0 0 22px; }
  .woocommerce-checkout .wc-block-checkout__main { padding: 14px !important; }
  .wc-block-components-sidebar { padding: 14px !important; }
  .wc-block-components-sidebar-layout { gap: 16px !important; }
  .wc-block-cart-items,
  .wc-block-cart-items__row,
  .wc-block-cart-item__wrap,
  .wc-block-components-order-summary-item,
  .wc-block-components-address-card,
  .wc-block-components-totals-wrapper { min-width: 0; overflow-wrap: anywhere; }
  .wc-block-components-quantity-selector,
  .wc-block-components-quantity-selector__button,
  .woocommerce a.remove { min-width: 44px; min-height: 44px; }
  .wc-block-components-quantity-selector__button,
  .woocommerce a.remove { display: inline-grid; place-items: center; }
  .wc-block-components-checkbox__input:checked {
    background: #1b5147 !important;
    border-color: var(--g8-teal-glow) !important;
  }
  .wc-block-components-checkbox__input:checked + svg,
  .wc-block-components-checkbox__input:checked ~ svg { color: #f2e7d2 !important; fill: none !important; }
  .woocommerce .form-row-first,
  .woocommerce .form-row-last { width: 100%; float: none; }
  .select2-container { width: 100% !important; }
  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-selection--single .select2-selection__placeholder { color: var(--g8-parchment) !important; line-height: 44px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; }
  .woocommerce select {
    padding-right: 38px;
    background-color: var(--g8-ink) !important;
    color: var(--g8-parchment) !important;
  }
  .checkout-button, #place_order, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button { min-height: 54px !important; font-size: 11px !important; }

  /* Classic confirmation data is a readable vertical ticket, never a floated desktop strip. */
  .woocommerce ul.order_details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .woocommerce ul.order_details li {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    float: none;
    border-right: 0;
    border-bottom: 1px solid var(--g8-line-soft);
    overflow-wrap: anywhere;
  }
  .woocommerce ul.order_details li:last-child { border-bottom: 0; }

  /* Footer text is large enough to use without overpowering the store. */
  .gapz8-footer-grid { padding: 34px 16px 26px; gap: 22px; }
  .gapz8-footer h2 { font-size: 16px; }
  .gapz8-footer li { margin: 0; }
  .gapz8-footer li a, .gapz8-footer-contact {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
  }
  .gapz8-footer-bottom { padding: 15px 16px calc(15px + env(safe-area-inset-bottom)); font-size: 10px; line-height: 1.5; }
}

@media (max-width: 430px) {
  .gapz8-hero-copy { padding-inline: 14px; }
  .gapz8-portal { height: clamp(340px, 112vw, 430px); }
  .gapz8-portal-aperture { inset-inline: 42px; }
  .gapz8-aisle-grid { grid-template-columns: 1fr; }
  .gapz8-filter-form { grid-template-columns: 1fr; }
  .gapz8-filter-form button { grid-column: 1; }
  .gapz8-room-hero { padding-inline: 14px; }
  .gapz8-purchase-steps { padding-inline: 6px; }
  .gapz8-purchase-steps span { grid-template-columns: 28px minmax(0, auto) 1fr; font-size: 8px; }
  .gapz8-purchase-steps b { width: 28px; height: 28px; }
  .gapz8-footer-grid { grid-template-columns: 1fr 1fr; }
  .gapz8-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 360px) {
  .gapz8-brand strong { font-size: 30px; }
  .gapz8-hero-copy h1 { font-size: 36px; }
  .gapz8-button--primary { gap: 10px; font-size: 9px; }
  .gapz8-portal-aperture { inset-inline: 38px; }
  .gapz8-promises strong { font-size: 7px; }
  .gapz8-purchase-room,
  .gapz8-purchase-room--checkout,
  .gapz8-purchase-room--complete,
  .gapz8-purchase-room-copy { min-height: 280px; }
  .gapz8-purchase-room-copy h1 { font-size: 34px; }
  .gapz8-purchase-room-copy p { font-size: 15px; }
  .gapz8-purchase-assurances span { display: none; }
  .gapz8-purchase-assurances b { font-size: 12px; }
  .gapz8-purchase-steps span { grid-template-columns: 26px minmax(0, auto); justify-content: center; }
  .gapz8-purchase-steps span::after { display: none; }
  .gapz8-purchase-steps b { width: 26px; height: 26px; }
  .gapz8-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 960px) and (orientation: landscape) and (max-height: 540px) {
  .gapz8-room-hero.is-exploring .gapz8-room-hotspots { max-width: calc(100% - 88px); }
  .gapz8-room-discovery { top: max(12px, env(safe-area-inset-top)); bottom: auto; max-height: calc(100dvh - 24px); }
}

@supports selector(:has(*)) {
  @media (max-width: 700px) {
    .woocommerce-checkout .wc-block-checkout:has(.checkout-order-summary-block-fill-wrapper) .wc-block-checkout__sidebar {
      min-height: 0;
      margin: 0;
      padding: 0 !important;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
    }
    .woocommerce-checkout .wc-block-checkout:has(.checkout-order-summary-block-fill-wrapper) .wc-block-checkout__sidebar > .wp-block-woocommerce-checkout-order-summary-block { display: none; }
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .gapz8-portal-object, .woocommerce ul.products li.product a img { transform: none !important; }
  .gapz8-room-hotspot::after { display: none; }
  .gapz8-purchase-room--basket .gapz8-purchase-room-atmosphere::after { animation: none; opacity: .82; }
}

/* v9.1 — playable cabinet in the Retro Back Room */
body.gapz91-arcade-open,
body.gapz104-pinball-open { overflow: hidden !important; }
.gapz91-arcade-modal {
  position: fixed; z-index: 100020; inset: 0; display: grid; place-items: center;
  padding: clamp(10px, 2vw, 28px); opacity: 0; transition: opacity .18s ease;
}
.gapz91-arcade-modal[hidden] { display: none; }
.gapz91-arcade-modal.is-open { opacity: 1; }
.gapz91-arcade-backdrop { position: absolute; inset: 0; background: rgba(1, 5, 5, .96); }
.gapz91-arcade-cabinet {
  position: relative; width: min(1180px, 100%); max-height: calc(100dvh - 20px); overflow: auto;
  padding: 16px; border: 1px solid #8a5b25; border-radius: 18px;
  background: linear-gradient(145deg, #1c100b, #060c0b 35%, #101b18 75%, #160c09);
  box-shadow: 0 0 0 5px #050807, 0 0 0 7px #4b3017, 0 28px 80px #000, inset 0 0 40px rgba(185, 116, 40, .18);
  color: #eadcc2; outline: none;
}
.gapz91-arcade-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 12px; }
.gapz91-arcade-header span { color: #55b7a7; font: 700 10px/1.2 var(--g8-ui); letter-spacing: .22em; text-transform: uppercase; }
.gapz91-arcade-header h2 { margin: 2px 0 0; color: #f2dfbd; font: 700 clamp(24px, 3vw, 38px)/1 var(--g8-display); }
.gapz91-arcade-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.gapz91-arcade-actions button, .gapz91-arcade-boot button {
  min-height: 42px; padding: 10px 16px; border: 1px solid #9a692e; border-radius: 4px;
  background: #0c2420; color: #f1ddba; font: 700 11px/1 var(--g8-ui); letter-spacing: .09em; text-transform: uppercase;
}
.gapz91-arcade-screen {
  position: relative; overflow: hidden; width: 100%; aspect-ratio: 3 / 2; border: 8px solid #090a09; border-radius: 16px;
  background: #1a0f18; box-shadow: inset 0 0 0 2px #5b3920, inset 0 0 45px #000, 0 0 24px rgba(58, 205, 188, .12);
}
.gapz91-arcade-screen::after { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(0,0,0,.055) 3px 4px); }
.gapz91-arcade-screen iframe { display: block; width: 100%; height: 100%; border: 0; background: #1a0f18; }
.gapz91-arcade-boot {
  position: absolute; z-index: 4; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 24px; text-align: center; background: radial-gradient(circle at 50% 42%, rgba(55, 133, 121, .2), transparent 36%), #07100f;
}
.gapz91-arcade-boot[hidden] { display: none; }
.gapz91-arcade-boot > span { color: #5ebdaf; font: 700 10px/1 var(--g8-ui); letter-spacing: .25em; text-transform: uppercase; }
.gapz91-arcade-boot strong { margin: 18px 0 12px; color: #dc9a43; font: 700 clamp(28px, 6vw, 72px)/1 var(--g8-display); letter-spacing: .05em; text-shadow: 0 0 25px rgba(221, 142, 43, .45); animation: gapz91-coin-blink 1.2s steps(2, end) infinite; }
.gapz91-arcade-boot p { margin: 0 0 22px; color: #c6baa5; }
.gapz91-arcade-boot p b { color: #5ed1bf; letter-spacing: .18em; }
.gapz91-arcade-controls { display: none; justify-content: space-between; gap: 14px; margin-top: 12px; }
.gapz91-arcade-controls > div { display: flex; gap: 8px; }
.gapz91-arcade-controls button { min-width: 58px; min-height: 52px; border: 1px solid #8d602b; border-radius: 50%; background: #132d28; color: #f3dfbd; font: 700 11px/1 var(--g8-ui); text-transform: uppercase; touch-action: none; user-select: none; }
.gapz91-arcade-controls button.is-pressed { transform: translateY(2px); background: #a04f42; box-shadow: inset 0 3px 8px #3c1611; }
.gapz91-arcade-help { margin: 10px 0 0; color: #9d9587; font: 600 10px/1.55 var(--g8-ui); letter-spacing: .03em; text-align: center; }
.gapz104-pinball-cabinet { width: min(1020px, 100%); }
.gapz104-pinball-screen {
  width: 100%; height: min(760px, calc(100dvh - 155px)); aspect-ratio: auto;
  background: #070504;
}
.gapz104-pinball-screen::after { display: none; }
.gapz104-pinball-screen iframe { background: #070504; }
@keyframes gapz91-coin-blink { 50% { opacity: .42; } }
@media (max-width: 960px), (hover: none), (pointer: coarse) {
  .gapz91-arcade-modal { padding: 5px; }
  .gapz91-arcade-cabinet { max-height: calc(100dvh - 10px); padding: 10px; border-radius: 12px; }
  .gapz91-arcade-header { align-items: flex-start; }
  .gapz91-arcade-actions button:first-child { display: none; }
  .gapz91-arcade-actions button { min-height: 44px; padding: 9px 11px; font-size: 9px; }
  .gapz91-arcade-screen { border-width: 5px; border-radius: 10px; }
  .gapz91-arcade-screen::after { display: none; }
  .gapz91-arcade-controls { display: flex; }
  .gapz91-arcade-help { font-size: 9px; }
	.gapz104-pinball-screen { height: calc(100dvh - 145px); }
}
@media (max-width: 520px) {
  .gapz91-arcade-header h2 { font-size: 24px; }
  .gapz91-arcade-header span { font-size: 8px; }
  .gapz91-arcade-boot { padding: 14px; }
  .gapz91-arcade-boot strong { margin: 10px 0 7px; font-size: 32px; }
  .gapz91-arcade-boot p { margin-bottom: 12px; font-size: 12px; }
  .gapz91-arcade-controls button { min-width: 52px; min-height: 48px; }
	.gapz104-pinball-screen { height: calc(100dvh - 138px); }
	.gapz104-pinball-modal .gapz91-arcade-actions button { padding-inline: 8px; white-space: nowrap; }
	.gapz104-pinball-modal .gapz91-arcade-help { font-size: 11px; line-height: 1.45; }
}
@media (prefers-reduced-motion: reduce) {
  .gapz91-arcade-modal { transition: none; }
  .gapz91-arcade-boot strong { animation: none; }
}

/* v9.0 GAPZ Emporium entrance and navigable store map */
html.gapz9-map-open,
body.gapz9-map-open { overflow: hidden !important; }

.gapz9-emporium-front {
  position: relative;
  min-height: clamp(600px, 56.3vw, 900px);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--g8-line);
  background-color: #020504;
  background-image: url("assets/images/gapz-emporium-storefront-v1.jpg");
  background-image: image-set(url("assets/images/gapz-emporium-storefront-v1.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-v1.jpg") type("image/jpeg"));
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -70px 100px rgba(0,0,0,.52);
}
.gapz9-emporium-front::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.12), transparent 24%, transparent 72%, rgba(0,0,0,.48));
}
.gapz9-emporium-sign {
  position: absolute;
  z-index: 5;
  top: 10.2%;
  left: 50%;
  width: min(69%, 1050px);
  transform: translateX(-50%);
  color: #e7d5b5;
  text-align: center;
  text-shadow: 0 3px 3px #000, 0 0 24px rgba(205,147,72,.28);
}
.gapz9-emporium-sign strong {
  display: block;
  font: 650 clamp(34px, 4.1vw, 68px)/.95 var(--g8-display);
  letter-spacing: .09em;
}
.gapz9-emporium-sign span {
  display: block;
  margin-top: 8px;
  color: #bc9158;
  font: 700 clamp(8px, .8vw, 12px)/1.2 var(--g8-ui);
  letter-spacing: .2em;
  text-transform: uppercase;
}
.gapz9-window-note {
  position: absolute;
  z-index: 4;
  left: 10%;
  top: 48%;
  width: min(25%, 390px);
  padding: 17px 18px;
  border: 1px solid rgba(193,138,66,.48);
  background: rgba(3,9,8,.83);
  box-shadow: 0 16px 40px rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
}
.gapz9-window-note strong { display: block; margin-top: 8px; color: var(--g8-parchment); font: 600 clamp(17px, 1.5vw, 24px)/1.18 var(--g8-display); }
.gapz9-enter-door,
.gapz9-front-map {
  position: absolute;
  z-index: 7;
  border: 1px solid #bd8440;
  background: rgba(4,12,10,.93);
  color: var(--g8-parchment);
  box-shadow: 0 14px 36px rgba(0,0,0,.64), inset 0 0 24px rgba(185,127,55,.08);
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.gapz9-enter-door {
  left: 43.1%;
  bottom: 10.2%;
  width: min(19%, 285px);
  min-height: 70px;
  padding: 14px 18px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  text-align: center;
}
.gapz9-enter-door span { color: #efd8b4; font: 700 12px/1.1 var(--g8-ui); letter-spacing: .13em; }
.gapz9-enter-door small { margin-top: 5px; color: var(--g8-teal); font: 400 9px/1 var(--g8-ui); letter-spacing: .1em; }
.gapz9-enter-door:hover,
.gapz9-enter-door:focus-visible,
.gapz9-front-map:hover,
.gapz9-front-map:focus-visible { border-color: #e1ab62; background: rgba(17,55,47,.94); outline: 2px solid rgba(96,205,190,.65); outline-offset: 3px; }
.gapz9-front-map {
  left: 8%;
  bottom: 8%;
  min-height: 48px;
  padding: 0 18px;
  font: 700 10px/1 var(--g8-ui);
  letter-spacing: .12em;
}
.gapz9-front-map span { margin-right: 8px; color: var(--g8-teal); font-size: 17px; }

.gapz9-window-portal.gapz8-portal {
  position: absolute;
  z-index: 6;
  top: 32%;
  right: 8.2%;
  width: 39%;
  height: 48%;
  margin: 0;
  isolation: isolate;
  touch-action: pan-y;
}
.gapz10-portal-glass {
  position: absolute;
  z-index: 1;
  inset: 5.5% 12.5% 16.5%;
  overflow: hidden;
  contain: paint;
  border-radius: 50%;
  clip-path: ellipse(50% 50% at 50% 50%);
  background:
    radial-gradient(ellipse at 50% 80%, rgba(205,151,71,.18), transparent 34%),
    radial-gradient(ellipse at 50% 46%, rgba(29,116,105,.1), rgba(1,8,7,.26) 69%, rgba(0,3,3,.62));
  box-shadow: inset 0 0 32px rgba(0,0,0,.7), inset 0 0 0 1px rgba(100,214,196,.18);
}
.gapz10-portal-glass::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 24%;
  right: 24%;
  bottom: 8%;
  height: 15%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(241,193,106,.58) 0 4%, rgba(66,202,183,.22) 28%, rgba(10,52,46,.12) 48%, transparent 72%);
  filter: blur(2px) drop-shadow(0 0 8px rgba(229,174,84,.38));
}
.gapz10-portal-glass::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(118deg, rgba(255,255,255,.07), transparent 24% 72%, rgba(85,207,190,.05)),
    radial-gradient(ellipse at 42% 30%, rgba(255,231,184,.08), transparent 35%);
  box-shadow: inset 14px 8px 24px rgba(255,224,166,.035), inset -16px -12px 28px rgba(0,0,0,.38);
}
.gapz9-window-portal .gapz10-portal-glass .gapz8-portal-aperture {
  z-index: 2;
  inset: 0;
  overflow: hidden;
  border-radius: 50%;
  clip-path: ellipse(49.5% 49.5% at 50% 50%);
}
.gapz9-window-portal .gapz8-portal-object {
  width: min(29%, 155px);
  height: 55%;
  transform: translateY(-5%) translateZ(45px) rotateY(-3deg);
  filter: drop-shadow(0 22px 18px rgba(0,0,0,.86)) drop-shadow(0 0 24px rgba(79,211,195,.26));
}
.gapz9-window-portal .gapz8-portal-object::before { left: -7px; width: 8px; }
.gapz9-window-portal .gapz8-portal-object::after { inset: -5px; box-shadow: 0 0 26px rgba(94,192,180,.2); }
.gapz9-window-portal .gapz8-portal-slide.is-active .gapz8-portal-object { animation: gapz9-window-emerge 4s ease-in-out both; }
.gapz9-window-portal .gapz8-portal-caption { left: 17%; right: 17%; bottom: 0; padding: 9px 12px; }
.gapz9-window-portal .gapz8-portal-caption strong { font-size: 13px; }
.gapz9-window-portal .gapz8-portal-previous,
.gapz9-window-portal .gapz8-portal-next { top: 48%; width: 40px; height: 40px; border-color: rgba(201,151,79,.7); background: rgba(2,8,7,.78); }
.gapz9-window-portal .gapz8-portal-previous { left: 1%; }
.gapz9-window-portal .gapz8-portal-next { right: 1%; }
.gapz9-window-portal .gapz8-portal-pause { right: 9%; bottom: -1%; color: #c4ac85; }
.gapz9-window-portal .gapz8-portal-previous,
.gapz9-window-portal .gapz8-portal-next,
.gapz9-window-portal .gapz8-portal-pause { z-index: 7; }
.gapz9-window-portal .gapz8-portal-slide.is-departing {
  opacity: 0;
  pointer-events: none;
  transition-duration: .42s;
}
.gapz10-portal-inscription {
  position: absolute;
  z-index: 6;
  inset: 1.3% 8.5% 11.5%;
  overflow: hidden;
  pointer-events: none;
  opacity: .82;
  filter: drop-shadow(0 1px 0 rgba(255,223,164,.18)) drop-shadow(0 0 5px rgba(38,129,116,.2));
}
.gapz10-portal-inscription svg { width: 100%; height: 100%; overflow: hidden; }
.gapz10-portal-inscription-track {
  fill: none;
  stroke: rgba(190,134,63,.32);
  stroke-width: 1px;
}
.gapz10-portal-inscription-track--outer {
  stroke-dasharray: 2 8;
}
.gapz10-portal-inscription-track--inner {
  stroke: rgba(79,185,169,.18);
  stroke-dasharray: 1 13;
}
.gapz10-portal-inscription text {
  fill: #c79655;
  stroke: rgba(25,13,5,.76);
  stroke-width: .48px;
  paint-order: stroke fill;
  font: 400 14px/1 "Segoe UI Historic", "Noto Sans Runic", "Noto Sans Symbols 2", serif;
  letter-spacing: 2px;
}
.gapz10-portal-magic {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: screen;
}
.gapz10-portal-magic::before,
.gapz10-portal-magic::after {
  content: "";
  position: absolute;
  inset: 3%;
  border-radius: 50%;
  opacity: 0;
}
.gapz10-portal-magic::before {
  background:
    radial-gradient(circle at 16% 29%, rgba(255,226,163,.98) 0 1.4px, transparent 2.4px),
    radial-gradient(circle at 28% 67%, rgba(85,211,190,.85) 0 1.2px, transparent 2.5px),
    radial-gradient(circle at 39% 18%, rgba(246,203,125,.9) 0 1.1px, transparent 2.2px),
    radial-gradient(circle at 48% 78%, rgba(255,231,173,.9) 0 1.5px, transparent 2.7px),
    radial-gradient(circle at 57% 34%, rgba(93,215,194,.86) 0 1.3px, transparent 2.5px),
    radial-gradient(circle at 69% 73%, rgba(244,197,115,.92) 0 1.4px, transparent 2.5px),
    radial-gradient(circle at 78% 21%, rgba(255,230,171,.94) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 86% 55%, rgba(80,197,181,.82) 0 1.4px, transparent 2.8px),
    radial-gradient(ellipse at 50% 50%, rgba(223,172,91,.22), rgba(72,178,159,.12) 31%, transparent 65%);
  filter: blur(.2px) drop-shadow(0 0 6px rgba(255,206,126,.8));
  transform: scale(.58) rotate(-7deg);
}
.gapz10-portal-magic::after {
  inset: 19% 14%;
  background:
    radial-gradient(ellipse at 43% 49%, rgba(242,204,136,.22), transparent 48%),
    radial-gradient(ellipse at 60% 45%, rgba(71,181,163,.3), transparent 57%);
  filter: blur(13px);
  transform: scale(.7) rotate(5deg);
}
.gapz9-window-portal.is-conjuring .gapz10-portal-magic::before { animation: gapz10-portal-motes 1.28s cubic-bezier(.2,.65,.28,1) both; }
.gapz9-window-portal.is-conjuring .gapz10-portal-magic::after { animation: gapz10-portal-veil 1.28s ease-in-out both; }
.gapz9-window-portal.is-conjuring .gapz10-portal-inscription text { animation: gapz10-portal-glyph-wake 1.28s ease-in-out both; }
@keyframes gapz9-window-emerge {
  0% { opacity: .16; transform: translateY(7%) translateZ(-30px) rotateY(4deg) scale(.68); filter: blur(3px) drop-shadow(0 0 10px rgba(79,211,195,.15)); }
  18%, 72% { opacity: 1; transform: translateY(-5%) translateZ(45px) rotateY(-3deg) scale(1); filter: blur(0) drop-shadow(0 22px 18px rgba(0,0,0,.86)) drop-shadow(0 0 24px rgba(79,211,195,.26)); }
  100% { opacity: .9; transform: translateY(-6%) translateZ(30px) rotateY(1deg) scale(.94); }
}
@keyframes gapz10-portal-motes {
  0% { opacity: 0; transform: scale(.55) rotate(-8deg); }
  24% { opacity: .72; }
  50% { opacity: 1; transform: scale(1) rotate(1deg); }
  76% { opacity: .62; }
  100% { opacity: 0; transform: scale(1.38) rotate(9deg); }
}
@keyframes gapz10-portal-veil {
  0%, 100% { opacity: 0; transform: scale(.7) rotate(5deg); }
  42% { opacity: .74; }
  58% { opacity: .88; transform: scale(1.08) rotate(-2deg); }
}
@keyframes gapz10-portal-glyph-wake {
  0%, 100% { fill: #a77942; filter: none; }
  46% { fill: #e3b96f; filter: drop-shadow(0 0 6px rgba(81,204,183,.76)); }
}

.gapz9-entrance-hall {
  min-height: 560px;
  scroll-margin-top: 112px;
  background-position: 60% center;
  background-image: linear-gradient(90deg, rgba(2,8,7,.98) 0%, rgba(2,8,7,.91) 42%, rgba(2,8,7,.35) 68%, rgba(2,8,7,.22)), url("assets/images/hero-portal.jpg");
  background-image: linear-gradient(90deg, rgba(2,8,7,.98) 0%, rgba(2,8,7,.91) 42%, rgba(2,8,7,.35) 68%, rgba(2,8,7,.22)), image-set(url("assets/images/hero-portal.webp") type("image/webp"), url("assets/images/hero-portal.jpg") type("image/jpeg"));
}
.gapz9-entrance-hall:focus { outline: 0; }
.gapz9-entrance-hall .gapz8-hero-copy { width: min(51%, 780px); }
.gapz9-hall-actions { max-width: 620px; display: flex; gap: 10px; flex-wrap: wrap; }
.gapz9-hall-actions .gapz8-button { width: auto; min-width: 230px; }
.gapz9-secondary-button { border: 1px solid var(--g8-line); color: var(--g8-parchment); background: rgba(3,11,9,.76); }
.gapz9-map-teaser {
  position: absolute;
  z-index: 4;
  right: max(5vw, calc((100vw - var(--g8-canvas)) / 2 + 32px));
  top: 50%;
  width: min(34vw, 520px);
  min-height: 330px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid #865e30;
  background: linear-gradient(rgba(3,9,8,.48), rgba(3,9,8,.82)), url("assets/images/gapz-emporium-map-v1.jpg") center/cover;
  box-shadow: 0 22px 60px rgba(0,0,0,.68), inset 0 0 55px rgba(0,0,0,.74);
  color: var(--g8-parchment);
  text-align: center;
}
.gapz9-map-teaser span { color: var(--g8-teal); font: 700 9px/1 var(--g8-ui); letter-spacing: .16em; text-transform: uppercase; }
.gapz9-map-teaser strong { margin-top: 9px; font: 600 clamp(30px, 3vw, 48px)/1 var(--g8-display); }
.gapz9-map-teaser p { max-width: 390px; color: #c9bca3; font: 400 16px/1.4 var(--g8-text); }
.gapz9-map-teaser button { min-height: 46px; padding: 0 18px; border: 1px solid var(--g8-line); background: rgba(3,12,10,.9); color: var(--g8-parchment); font: 700 9px/1 var(--g8-ui); letter-spacing: .13em; text-transform: uppercase; }
.gapz8-section-heading button { min-height: 44px; padding: 0 14px; border: 1px solid var(--g8-line); background: transparent; color: var(--g8-teal); font: 700 9px/1 var(--g8-ui); letter-spacing: .12em; text-transform: uppercase; }

.gapz9-map-tab {
  position: fixed;
  z-index: 170;
  top: 45%;
  right: 0;
  min-height: 48px;
  padding: 13px 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  border: 1px solid #a87539;
  border-right: 0;
  background: rgba(4,15,12,.96);
  color: #ebdabf;
  box-shadow: 0 10px 32px rgba(0,0,0,.58);
  font: 700 9px/1 var(--g8-ui);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.gapz9-map-tab span { color: var(--g8-teal); font-size: 16px; }
.gapz9-map-tab:hover,
.gapz9-map-tab:focus-visible { background: #123d35; outline: 2px solid var(--g8-teal); outline-offset: 2px; }
.gapz9-map-overlay[hidden] { display: none !important; }
.gapz9-map-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  display: grid;
  place-items: center;
  overflow: auto;
  background: rgba(0,4,3,.88);
  backdrop-filter: blur(10px);
}
.gapz9-map-dialog {
  width: min(1480px, 96vw);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  border: 1px solid #9a6a33;
  background: #050d0b;
  box-shadow: 0 30px 100px #000, inset 0 0 70px rgba(174,116,47,.05);
  color: var(--g8-parchment);
}
.gapz9-map-dialog:focus { outline: 1px solid var(--g8-teal); outline-offset: -4px; }
.gapz9-map-header { padding: 22px 26px 18px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--g8-line); }
.gapz9-map-header h2 { margin: 5px 0 3px; font: 600 clamp(32px, 4vw, 58px)/1 var(--g8-display); }
.gapz9-map-header p { margin: 0; color: #bcae96; font-size: 16px; }
.gapz9-map-close { width: 48px; height: 48px; flex: 0 0 48px; border: 1px solid var(--g8-line); background: rgba(14,35,30,.82); color: var(--g8-parchment); font-size: 31px; }
.gapz9-map-canvas { position: relative; width: min(100%, calc(62dvh * 1.5)); aspect-ratio: 3 / 2; margin-inline: auto; overflow: hidden; background: #020605; }
.gapz9-map-canvas picture,
.gapz9-map-canvas picture img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.gapz9-map-canvas::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 80px rgba(0,0,0,.82); }
.gapz9-map-hotspots { position: absolute; z-index: 2; inset: 0; }
.gapz9-map-room {
  position: absolute;
  left: var(--map-x);
  top: var(--map-y);
  min-width: 116px;
  padding: 8px 10px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(211,157,83,.7);
  background: rgba(3,14,11,.88);
  color: #f0dfc3;
  box-shadow: 0 7px 20px rgba(0,0,0,.68), 0 0 0 4px rgba(3,10,8,.33);
  text-align: center;
  text-decoration: none;
  backdrop-filter: blur(6px);
}
.gapz9-map-room::before { content: ""; position: absolute; top: 50%; left: -9px; width: 7px; height: 7px; transform: translateY(-50%) rotate(45deg); border: 1px solid var(--g8-teal); background: #071914; box-shadow: 0 0 12px rgba(77,212,194,.72); }
.gapz9-map-room strong { display: block; font: 600 14px/1.05 var(--g8-display); }
.gapz9-map-room span { display: block; margin-top: 4px; color: #b9a787; font: 700 7px/1.2 var(--g8-ui); letter-spacing: .08em; text-transform: uppercase; }
.gapz9-map-room.is-future { border-style: dashed; opacity: .82; }
.gapz9-map-room:hover,
.gapz9-map-room:focus-visible { z-index: 4; transform: translate(-50%, -50%) scale(1.08); border-color: #e6ac61; background: #123d35; outline: 2px solid rgba(80,210,193,.7); outline-offset: 2px; }
.gapz9-map-list { display: none; }
.gapz9-map-stops { padding: 14px 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; border-top: 1px solid var(--g8-line); }
.gapz9-map-stops a { min-height: 42px; padding: 0 14px; display: inline-flex; align-items: center; border: 1px solid var(--g8-line-soft); color: #d9c8aa; font: 700 8px/1 var(--g8-ui); letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 960px) {
  .gapz9-emporium-front {
    min-height: 0;
    padding-top: 56.3vw;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    box-shadow: none;
  }
  .gapz9-emporium-sign { top: 5.4vw; width: 76%; }
  .gapz9-emporium-sign strong { font-size: clamp(24px, 6vw, 46px); }
  .gapz9-emporium-sign span { margin-top: 3px; font-size: clamp(6px, 1.5vw, 9px); }
  .gapz9-window-note { position: relative; inset: auto; order: 2; width: auto; margin: 0 14px; text-align: center; }
  .gapz9-enter-door,
  .gapz9-front-map { position: relative; inset: auto; transform: none; order: 3; width: auto; margin: 0 14px; }
  .gapz9-enter-door { min-height: 58px; }
  .gapz9-front-map { order: 4; min-height: 48px; }
  .gapz9-window-portal.gapz8-portal {
    position: relative;
    inset: auto;
    order: 1;
    width: auto;
    height: clamp(340px, 82vw, 470px);
    margin: 0 14px;
    border: 1px solid #8a6235;
    background-color: #020605;
    background-image: url("assets/images/gapz-emporium-storefront-v1.jpg");
    background-image: image-set(url("assets/images/gapz-emporium-storefront-v1.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-v1.jpg") type("image/jpeg"));
    background-position: 80% 58%;
    background-size: auto 190%;
    box-shadow: inset 0 0 80px rgba(0,0,0,.72);
  }
  .gapz9-window-portal .gapz8-portal-aperture { inset: 20px 42px 66px; }
  .gapz9-window-portal .gapz8-portal-object { width: min(35%, 150px); height: 62%; }
  .gapz9-window-portal .gapz8-portal-caption { left: 12px; right: 12px; bottom: 12px; }
  .gapz9-window-portal .gapz8-portal-pause { bottom: auto; top: 5px; right: 8px; min-height: 34px; }
  .gapz9-entrance-hall { min-height: 0; padding-bottom: 18px; background-position: 65% center; }
  .gapz9-entrance-hall .gapz8-hero-copy { width: 100%; padding: 30px 16px 18px; }
  .gapz9-map-teaser { position: relative; inset: auto; width: auto; min-height: 270px; margin: 0 14px; padding: 28px 18px; transform: none; }
  .gapz9-hall-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .gapz9-hall-actions .gapz8-button { min-width: 0; width: 100%; }
  .gapz9-map-tab { top: 46%; right: 0; bottom: auto; width: 36px; height: 104px; min-height: 104px; padding: 8px 5px; justify-content: center; writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); border: 1px solid #a87539; border-right: 0; border-radius: 0; font-size: 7px; }
  .gapz9-map-tab span { margin: 0 0 5px; font-size: 13px; }
  .gapz9-map-dialog { width: 100%; max-height: calc(100dvh - 24px); }
  .gapz9-map-header { padding: 18px 16px 14px; }
  .gapz9-map-header p { font-size: 14px; }
  .gapz9-map-canvas { width: 100%; aspect-ratio: 3 / 2; }
  .gapz9-map-hotspots { display: none; }
  .gapz9-map-list { padding: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .gapz9-map-list a { min-height: 62px; padding: 10px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--g8-line-soft); color: var(--g8-parchment); text-decoration: none; }
  .gapz9-map-list strong { font: 600 16px/1.1 var(--g8-display); }
  .gapz9-map-list span { margin-top: 4px; color: #aa9b83; font: 700 7px/1.2 var(--g8-ui); letter-spacing: .08em; text-transform: uppercase; }
}

@media (max-width: 520px) {
  .gapz9-window-note { padding: 14px; }
  .gapz9-window-note strong { font-size: 17px; }
  .gapz9-window-portal.gapz8-portal { height: clamp(330px, 100vw, 410px); background-size: auto 170%; }
  .gapz9-window-portal .gapz8-portal-aperture { inset: 18px 38px 66px; }
  .gapz9-hall-actions { grid-template-columns: 1fr; }
  .gapz9-map-header h2 { font-size: 31px; }
  .gapz9-map-header p { max-width: 260px; font-size: 13px; }
  .gapz9-map-canvas { aspect-ratio: 1.6 / 1; }
  .gapz9-map-canvas picture img { object-fit: cover; }
  .gapz9-map-list { grid-template-columns: 1fr; }
  .gapz9-map-stops { justify-content: stretch; }
  .gapz9-map-stops a { flex: 1 1 calc(50% - 8px); justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .gapz9-window-portal .gapz8-portal-slide.is-active .gapz8-portal-object { animation: none; }
  .gapz10-portal-magic { display: none; }
  .gapz9-window-portal.is-conjuring .gapz10-portal-inscription text { animation: none; }
  .gapz9-map-room:hover,
  .gapz9-map-room:focus-visible { transform: translate(-50%, -50%); }
}

/* v10.0 — rebuilt storefront, true entrance hall and calmer catalogue */
.gapz10-emporium-front {
  background-image: url("assets/images/gapz-emporium-storefront-v10.jpg");
  background-image: image-set(url("assets/images/gapz-emporium-storefront-v10.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-v10.jpg") type("image/jpeg"));
}
.gapz10-emporium-front .gapz9-emporium-sign { display: none !important; }
.gapz10-store-doorway {
  position: absolute;
  z-index: 5;
  top: 34.1%;
  left: 38.35%;
  width: 12.25%;
  height: 49.4%;
  perspective: 1100px;
  transform-style: preserve-3d;
}
.gapz10-store-door-glimpse,
.gapz10-store-door-leaf {
  position: absolute;
  inset: 0;
  border-radius: 48% 48% 2px 2px / 13% 13% 2px 2px;
}
.gapz10-store-door-glimpse {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #efd8b4;
  text-decoration: none;
  pointer-events: none;
  background-color: #07110e;
  background-image:
    linear-gradient(90deg, rgba(2,7,6,.38), transparent 48%, rgba(4,9,7,.28)),
    url("assets/images/gapz-entrance-hall-v10.jpg");
  background-image:
    linear-gradient(90deg, rgba(2,7,6,.38), transparent 48%, rgba(4,9,7,.28)),
    image-set(url("assets/images/gapz-entrance-hall-v10.webp") type("image/webp"), url("assets/images/gapz-entrance-hall-v10.jpg") type("image/jpeg"));
  background-position: center, 37% center;
  background-size: cover;
  box-shadow: inset 0 0 34px rgba(0,0,0,.78), 0 0 0 1px rgba(181,124,57,.24);
  filter: brightness(.62) saturate(.8);
  opacity: .35;
  transition: opacity .7s ease .3s, filter 1s ease .18s, box-shadow .9s ease .18s;
}
.gapz10-store-door-glimpse > .screen-reader-text { opacity: 0; }
.gapz10-store-door-glimpse:focus-visible {
  outline: 0 !important;
  box-shadow:
    inset 0 0 24px rgba(0,0,0,.48),
    0 0 0 1px rgba(216,164,84,.32),
    0 0 18px rgba(193,133,59,.12);
}
.gapz10-store-door-glimpse::before {
  content: "✦";
  position: absolute;
  z-index: 3;
  top: 62%;
  left: 62%;
  color: #f1c675;
  font: 400 11px/1 Georgia, serif;
  text-shadow: 0 0 5px rgba(247,200,111,.9), 0 0 13px rgba(83,208,190,.52);
  opacity: 0;
  transform: scale(.35) rotate(-18deg);
  pointer-events: none;
}
.gapz10-store-door-glimpse::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 46% 44%, rgba(218,163,82,.22), transparent 48%);
  opacity: 0;
  transition: opacity .9s ease .3s;
}
.gapz10-store-door-leaf {
  z-index: 2;
  display: block;
  padding: 0;
  border: 0;
  cursor: pointer;
  transform: rotateY(0deg);
  transform-origin: 100% 50%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  background-color: #110d09;
  background-image: url("assets/images/gapz-emporium-storefront-v10.jpg");
  background-image: image-set(url("assets/images/gapz-emporium-storefront-v10.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-v10.jpg") type("image/jpeg"));
  background-position: 43.75% 67.4%;
  background-size: 816.5% 202.4%;
  box-shadow: 0 0 0 1px rgba(104,72,38,.42), inset 0 0 24px rgba(0,0,0,.26);
  transition: transform 1.35s cubic-bezier(.2,.72,.24,1), filter 1.35s ease, box-shadow 1.2s ease;
  will-change: transform;
}
.gapz10-store-door-leaf:focus-visible {
  outline: 2px solid rgba(233,183,99,.88);
  outline-offset: 3px;
}
.gapz10-store-door-leaf::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 9px 0 18px rgba(0,0,0,.22), inset -4px 0 10px rgba(186,126,54,.06);
}
.gapz10-store-door-handle {
  position: absolute;
  z-index: 3;
  top: 55%;
  left: 7%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.gapz10-store-door-handle::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 29px;
  border: 1px solid #c28d48;
  border-radius: 50% 50% 46% 46% / 28% 28% 18% 18%;
  background:
    radial-gradient(circle at 50% 24%, #e4b566 0 1px, transparent 2px),
    linear-gradient(90deg, #49301a, #c3924b 42%, #e0b469 55%, #68441f 100%);
  box-shadow: inset 0 0 0 2px rgba(45,26,11,.45), 0 1px 3px #000, 0 0 9px rgba(222,161,72,.34);
  animation: gapz10-door-handle-invite 3.8s ease-in-out infinite;
}
.gapz10-store-door-handle::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #2b1809;
  box-shadow: 0 -9px 0 #2b1809, 0 9px 0 #2b1809;
}
.gapz10-store-door-handle > span {
  position: relative;
  z-index: 2;
  width: 23px;
  height: 5px;
  margin-left: 20px;
  border: 1px solid #d6a558;
  border-radius: 4px 9px 9px 4px;
  background: linear-gradient(#efd08d, #9b682e 48%, #563416 58%, #c18a42);
  box-shadow: 0 2px 3px #000, 0 0 7px rgba(231,176,85,.36);
  transform: rotate(-5deg);
}
.gapz10-store-door-handle > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #f2cf87, #9b632b 55%, #45270f);
  transform: translateY(-50%);
}
.gapz10-store-door-leaf:hover .gapz10-store-door-handle::before,
.gapz10-store-door-leaf:focus-visible .gapz10-store-door-handle::before {
  box-shadow: inset 0 0 0 2px rgba(45,26,11,.45), 0 1px 3px #000, 0 0 14px rgba(244,189,99,.72), 0 0 24px rgba(84,208,187,.18);
}
.gapz10-store-doorway.is-opening .gapz10-store-door-leaf { pointer-events: none; }
.gapz10-store-doorway.is-open .gapz10-store-door-leaf {
  transform: rotateY(-74deg);
  filter: brightness(.68);
  box-shadow: -24px 12px 35px rgba(0,0,0,.66);
}
.gapz10-store-doorway.is-open .gapz10-store-door-glimpse {
  opacity: 1;
  pointer-events: auto;
  filter: brightness(.92) saturate(.94);
  box-shadow: inset 0 0 24px rgba(0,0,0,.48), 0 0 28px rgba(193,133,59,.14);
}
.gapz10-store-doorway.is-open .gapz10-store-door-glimpse::after { opacity: 1; }
.gapz10-store-doorway.is-open .gapz10-store-door-glimpse::before { animation: gapz10-threshold-spark 5.8s ease-in-out 1.2s infinite; }
.gapz10-store-door-close {
  position: absolute;
  z-index: 5;
  inset: 0 auto 0 -38%;
  width: 45%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 48% 16% 16% 48% / 13% 5% 5% 13%;
  cursor: pointer;
  color: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: transparent;
  box-shadow: none;
}
.gapz10-store-door-close::before,
.gapz10-store-door-close::after,
.gapz10-store-door-close span { display: none; }
.gapz10-store-doorway.is-open:not(.is-opening) .gapz10-store-door-close {
  opacity: 0;
  visibility: visible;
  pointer-events: auto;
}
.gapz10-store-door-close:focus-visible {
  outline: 1px solid rgba(232,181,96,.46);
  outline-offset: -2px;
}
@keyframes gapz10-door-handle-invite {
  0%, 100% { opacity: .48; transform: scale(.82); }
  52% { opacity: .92; transform: scale(1.08); }
}
@keyframes gapz10-threshold-spark {
  0%, 68%, 78%, 100% { opacity: 0; transform: scale(.35) rotate(-18deg); }
  71% { opacity: .18; transform: scale(.72) rotate(4deg); }
  73% { opacity: .9; transform: scale(1.08) rotate(20deg); }
  76% { opacity: .16; transform: scale(.62) rotate(38deg); }
}

.gapz10-entrance-hall {
  position: relative;
  min-height: clamp(620px, 56.3vw, 940px);
  overflow: hidden;
  isolation: isolate;
  scroll-margin-top: 112px;
  border-bottom: 1px solid var(--g8-line);
  background-color: #020504;
  background-image: url("assets/images/gapz-entrance-hall-v10.jpg");
  background-image: image-set(url("assets/images/gapz-entrance-hall-v10.webp") type("image/webp"), url("assets/images/gapz-entrance-hall-v10.jpg") type("image/jpeg"));
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -80px 110px rgba(0,0,0,.58);
}
.gapz10-entrance-hall:focus { outline: 0; }
.gapz10-entrance-hall::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,.46), transparent 37%, transparent 69%, rgba(0,0,0,.08));
}
.gapz10-hall-guide {
  position: absolute;
  z-index: 5;
  left: 4.2%;
  bottom: 6.5%;
  width: min(34%, 510px);
  padding: clamp(22px, 2.5vw, 38px);
  border: 1px solid rgba(188,132,64,.72);
  background: linear-gradient(145deg, rgba(2,10,8,.96), rgba(7,19,16,.88));
  box-shadow: 0 24px 60px rgba(0,0,0,.68), inset 0 1px rgba(255,255,255,.035);
  backdrop-filter: blur(8px);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
}
.gapz10-hall-guide h2 {
  margin: 8px 0 5px;
  color: var(--g8-parchment);
  font: 600 clamp(38px, 4vw, 66px)/.94 var(--g8-display);
  letter-spacing: .025em;
  text-transform: uppercase;
}
.gapz10-hall-guide > p { margin: 14px 0 19px; color: #c8bba3; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.45; }
.gapz10-hall-search { max-width: 520px; margin-bottom: 14px; }
.gapz10-hall-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.gapz10-hall-actions .gapz8-button { width: 100%; min-width: 0; }
.gapz10-entrance-hall.is-unobscured .gapz10-hall-guide { opacity: 0; visibility: hidden; transform: translateX(-18px); pointer-events: none; }

.gapz10-hall-hotspot {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--g8-parchment);
  text-decoration: none;
  cursor: pointer;
}
.gapz10-hall-hotspot span {
  padding: 9px 12px;
  border: 1px solid rgba(190,134,68,.82);
  border-radius: 3px;
  background: rgba(2,11,9,.84);
  box-shadow: 0 10px 26px rgba(0,0,0,.5);
  color: #e3d2b4;
  font: 700 8px/1 var(--g8-ui);
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: .82;
  transition: opacity .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.gapz10-hall-hotspot:hover span,
.gapz10-hall-hotspot:focus-visible span { opacity: 1; border-color: var(--g8-teal); background: rgba(10,48,42,.94); transform: translateY(-3px); }
.gapz10-hall-hotspot:focus-visible { outline: 2px solid var(--g8-teal); outline-offset: -5px; }
.gapz10-hall-hotspot--map { top: 5%; right: 1.3%; width: 31%; height: 79%; }
.gapz10-hall-hotspot--portal { top: 19%; left: 41.5%; width: 17%; height: 56%; }
.gapz10-hall-hotspot--counter { left: 0; bottom: 0; width: 36%; height: 34%; }
.gapz10-hall-view {
  position: absolute;
  z-index: 7;
  right: 2.2%;
  bottom: 3.5%;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(194,141,73,.84);
  border-radius: 3px;
  background: rgba(2,10,8,.86);
  color: #dfcba9;
  font: 700 8px/1 var(--g8-ui);
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(7px);
}
.gapz10-hall-view:hover,
.gapz10-hall-view:focus-visible { border-color: var(--g8-teal); color: #ddf3ef; outline: 2px solid rgba(94,192,180,.5); outline-offset: 3px; }
.gapz10-hall-view-return { display: none; }
.gapz10-entrance-hall.is-unobscured .gapz10-hall-view-show { display: none; }
.gapz10-entrance-hall.is-unobscured .gapz10-hall-view-return { display: inline; }

/* The catalogue is deliberately four calm, readable columns on desktop. */
.woocommerce ul.products,
.woocommerce-page ul.products,
.gapz8-new-arrivals ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.4vw, 22px) !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  min-height: 472px;
  padding: 16px 16px 72px !important;
  border-color: rgba(154,111,59,.72);
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 19%, rgba(49,89,78,.18), transparent 38%),
    linear-gradient(145deg, rgba(12,27,23,.99), rgba(4,13,11,.99));
  box-shadow: inset 0 1px rgba(255,255,255,.025), 0 8px 24px rgba(0,0,0,.2);
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: #b78345;
  box-shadow: 0 19px 40px rgba(0,0,0,.48), 0 0 25px rgba(79,196,179,.06);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  position: relative;
  height: 100%;
  min-height: 374px;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  color: inherit;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before { display: none; }
.woocommerce ul.products li.product a img {
  width: 100% !important;
  height: 252px !important;
  margin: 0 0 16px !important;
  object-fit: contain !important;
  transform: perspective(1000px) rotateY(-4deg) translateX(-2px);
  transform-origin: center right;
  filter: drop-shadow(13px 14px 9px rgba(0,0,0,.72));
}
.woocommerce ul.products li.product:hover a img { transform: perspective(1000px) rotateY(-1deg) translateY(-3px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 43px;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-line-clamp: 2;
  color: #efe2c9;
  font: 600 18px/1.2 var(--g8-display) !important;
}
.gapz8-card-meta {
  min-height: 43px;
  margin-top: 9px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  color: #a99d88;
  font: 700 8px/1.35 var(--g8-ui);
}
.gapz10-card-category { max-width: 68%; letter-spacing: .07em; text-transform: uppercase; }
.gapz8-card-meta small.gapz10-card-condition {
  flex: 0 0 auto;
  margin: -2px 0 0;
  padding: 4px 6px;
  border: 1px solid rgba(90,151,140,.38);
  border-radius: 3px;
  color: #9fc8bf;
  font-size: 7px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
  margin: auto 0 0 !important;
  padding-top: 10px;
  color: #d5a45e !important;
  font: 600 22px/1 var(--g8-display) !important;
}
.gapz8-card-badge {
  top: 26px;
  right: 24px;
  bottom: auto;
  left: auto;
  padding: 6px 8px;
  background: rgba(7,48,42,.94);
  font-size: 8px;
  box-shadow: 0 8px 18px rgba(0,0,0,.46);
}
.woocommerce ul.products li.product .button {
  left: 16px;
  right: 16px;
  bottom: 16px;
  min-height: 45px;
  padding: 12px 10px !important;
  border-color: #9b6d37;
  background: linear-gradient(180deg, rgba(22,65,56,.86), rgba(11,42,36,.94));
  color: #e8d9bd;
  font-size: 9px !important;
  letter-spacing: .12em;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible { border-color: var(--g8-teal); background: #1a574b; outline: 2px solid rgba(94,192,180,.45); outline-offset: 2px; }
.woocommerce ul.products li.product .button.is-added { border-color: var(--g8-teal); background: #18584b; color: #ecf8f5; }
.woocommerce ul.products li.product .added_to_cart {
  z-index: 5;
  top: 224px;
  right: 24px;
  bottom: auto;
  left: auto;
  min-height: 30px;
  padding: 8px 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--g8-teal);
  border-radius: 3px;
  background: rgba(7,48,42,.94);
  color: #dff6f1;
  font: 700 8px/1 var(--g8-ui);
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}
.gapz8-discovery { flex-wrap: wrap; }
.gapz8-discovery a:first-child { border-color: #4e9286; color: #bce2da; background: rgba(16,55,48,.55); }

.gapz10-basket-toast {
  position: fixed;
  z-index: 100000;
  right: 22px;
  bottom: 22px;
  max-width: min(390px, calc(100vw - 28px));
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid #5a9d90;
  border-radius: 4px;
  background: rgba(4,31,27,.97);
  box-shadow: 0 18px 50px rgba(0,0,0,.65);
  color: #e7ddca;
  font: 600 14px/1.25 var(--g8-text);
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.gapz10-basket-toast.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.gapz10-basket-toast a { margin-left: auto; color: #9dddd2; font: 700 9px/1 var(--g8-ui); letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }

@media (max-width: 1150px) and (min-width: 781px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .gapz8-new-arrivals ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 960px) {
  .gapz10-emporium-front {
    background-image: url("assets/images/gapz-emporium-storefront-v10.jpg");
    background-image: image-set(url("assets/images/gapz-emporium-storefront-v10.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-v10.jpg") type("image/jpeg"));
  }
  .gapz10-emporium-front .gapz9-window-portal.gapz8-portal {
    position: absolute;
    z-index: 6;
    top: 32%;
    right: 8.2%;
    bottom: auto;
    left: auto;
    width: 39%;
    height: 48%;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .gapz10-store-doorway {
    top: 19.2vw;
    left: 38.35%;
    width: 12.25%;
    height: 27.8vw;
  }
  .gapz10-entrance-hall {
    min-height: 0;
    padding-top: 56.3vw;
    overflow: visible;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    box-shadow: none;
  }
  .gapz10-entrance-hall::after { height: 56.3vw; bottom: auto; }
  .gapz10-hall-guide {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0;
    padding: 30px clamp(16px, 5vw, 38px);
    border-width: 1px 0 0;
    background: linear-gradient(145deg, #061511, #020a08);
    box-shadow: none;
  }
  .gapz10-hall-guide h2 { font-size: clamp(38px, 9vw, 62px); }
  .gapz10-hall-guide > p { max-width: 680px; }
  .gapz10-entrance-hall.is-unobscured .gapz10-hall-guide { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .gapz10-hall-hotspot--map { top: 2vw; right: 1%; width: 32%; height: 47vw; }
  .gapz10-hall-hotspot--portal { top: 11vw; left: 41%; width: 18%; height: 36vw; }
  .gapz10-hall-hotspot--counter { top: 30vw; bottom: auto; left: 0; width: 37%; height: 24vw; }
  .gapz10-hall-hotspot { padding: 7px; }
  .gapz10-hall-hotspot span { padding: 7px 8px; font-size: 6px; }
  .gapz10-hall-view { display: none; }
}

@media (max-width: 780px) and (min-width: 521px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .gapz8-new-arrivals ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product { min-height: 446px; }
  .woocommerce ul.products li.product a img { height: 224px !important; }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link { min-height: 350px; }
  .woocommerce ul.products li.product .added_to_cart { top: 198px; }
}

@media (max-width: 520px) {
  .gapz10-portal-inscription { inset: 0 6.5% 9%; opacity: .76; }
  .gapz10-portal-inscription text { font-size: 13px; letter-spacing: 1.5px; }
  .gapz10-map-graphic-title { top: 4%; width: 80%; font-size: clamp(9px, 2.8vw, 13px); letter-spacing: .16em; }
  .gapz10-map-graphic-title::before,
  .gapz10-map-graphic-title::after { display: none; }
  .gapz10-hall-actions { grid-template-columns: 1fr; }
  .gapz10-hall-hotspot span { opacity: .94; }
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .gapz8-new-arrivals ul.products { grid-template-columns: 1fr !important; gap: 12px !important; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    --gapz10-mobile-media: 124px;
    min-height: 226px;
    padding: 13px 12px 64px !important;
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    min-height: 148px;
    display: grid !important;
    grid-template-columns: var(--gapz10-mobile-media) minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 14px;
    align-items: start;
  }
  .woocommerce ul.products li.product a img {
    grid-column: 1;
    grid-row: 1 / 5;
    width: 100% !important;
    height: 152px !important;
    margin: 0 !important;
    transform: perspective(800px) rotateY(-4deg);
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    font-size: 17px !important;
    line-height: 1.18 !important;
  }
  .gapz8-card-meta {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    margin-top: 7px;
    display: block;
    font-size: 8px;
  }
  .gapz10-card-category { display: block; max-width: none; }
  .gapz8-card-meta small.gapz10-card-condition { display: inline-block; margin-top: 7px; }
  .woocommerce ul.products li.product .price {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    margin: 8px 0 0 !important;
    padding: 0;
    font-size: 21px !important;
  }
  .gapz8-card-badge {
    top: 128px;
    right: auto;
    left: 16px;
    max-width: 116px;
    font-size: 7px;
  }
  .woocommerce ul.products li.product .button {
    left: calc(var(--gapz10-mobile-media) + 26px);
    right: 12px;
    bottom: 12px;
    min-height: 44px;
  }
  .woocommerce ul.products li.product .added_to_cart {
    top: 120px;
    right: 14px;
    left: auto;
    font-size: 7px;
  }
  .gapz10-basket-toast { right: 14px; bottom: 14px; left: 14px; }
}

@media (max-width: 370px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product { --gapz10-mobile-media: 106px; }
  .gapz8-card-badge { max-width: 99px; }
}

@media (prefers-reduced-motion: reduce) {
  .gapz10-hall-guide,
  .gapz10-hall-hotspot span,
  .gapz10-basket-toast { transition: none; }
  .gapz10-store-door-handle::before { animation: none; opacity: .72; }
  .gapz10-store-door-glimpse,
  .gapz10-store-door-glimpse::after,
  .gapz10-store-door-leaf { transition: none; }
  .gapz10-store-doorway.is-open .gapz10-store-door-glimpse::before { animation: none; opacity: 0; }
  .gapz10-store-doorway.is-open .gapz10-store-door-leaf { opacity: .72; transform: translateX(-82%); }
}

/* v10.0.1 — After Midnight is now a complete explorable room. */
.gapz8-room-hero--horror .gapz8-room-experience {
  min-height: 0;
  overflow: hidden;
  background-position: center;
}
.gapz8-room-hero--horror .gapz8-room-experience::before,
.gapz8-room-hero--horror .gapz8-room-experience::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.gapz8-room-hero--horror .gapz8-room-experience::before {
  inset: 0;
  background:
    radial-gradient(circle at 86% 43%, rgba(89,231,213,.7) 0 2px, rgba(50,180,164,.22) 3px 12px, transparent 27px),
    radial-gradient(circle at 39% 58%, rgba(216,158,75,.13), transparent 17%);
  opacity: .4;
  animation: gapz101-horror-glint 7.5s ease-in-out infinite;
}
.gapz8-room-hero--horror .gapz8-room-experience::after {
  top: 15%;
  left: 67%;
  width: 10%;
  height: 39%;
  border-radius: 45% 55% 20% 20%;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.48) 46%, rgba(0,0,0,.72), transparent);
  filter: blur(8px);
  opacity: .12;
  transform: translateX(-10%) skewX(-4deg);
  animation: gapz101-horror-shadow 13s ease-in-out infinite;
}
.gapz8-room-hero--horror .gapz8-room-hotspot { border-color: rgba(204,224,217,.9); }
.gapz8-room-hero--horror .gapz8-room-hotspot::before { border-color: rgba(65,183,168,.7); }

@keyframes gapz101-horror-glint {
  0%, 23%, 100% { opacity: .18; filter: brightness(.75); }
  28% { opacity: .72; filter: brightness(1.25); }
  31% { opacity: .25; }
  36%, 61% { opacity: .55; filter: brightness(1.05); }
  66% { opacity: .2; }
}
@keyframes gapz101-horror-shadow {
  0%, 58%, 100% { opacity: .08; transform: translateX(-22%) skewX(-4deg); }
  66% { opacity: .25; }
  77% { opacity: .16; transform: translateX(24%) skewX(3deg); }
  84% { opacity: .04; transform: translateX(38%) skewX(5deg); }
}

@media (max-width: 960px) {
  .gapz8-room-hero--horror .gapz8-room-experience { background-position: 62% center; }
}

@media (prefers-reduced-motion: reduce) {
  .gapz8-room-hero--horror .gapz8-room-experience::before,
  .gapz8-room-hero--horror .gapz8-room-experience::after { animation: none; }
}

/* v10.0.2 — legible Store Map: numbered pins plus a separate room directory. */
.gapz9-map-dialog {
  width: min(1320px, calc(100vw - 36px));
  max-height: calc(100dvh - 36px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.gapz9-map-header {
  flex: 0 0 auto;
  padding: 16px 20px 14px;
  align-items: flex-start;
}
.gapz9-map-header h2 { margin: 3px 0; font-size: clamp(34px, 3.2vw, 48px); }
.gapz9-map-header p { font-size: 14px; }
.gapz9-map-close { width: 44px; height: 44px; flex-basis: 44px; }
.gapz10-map-body {
  min-height: 420px;
  height: min(680px, calc(100dvh - 220px));
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 35% 45%, rgba(35,72,63,.12), transparent 42%), #020706;
}
.gapz10-map-body .gapz9-map-canvas {
  width: min(100%, calc((100dvh - 220px) * 1.5));
  max-width: 100%;
  aspect-ratio: 3 / 2;
  margin: 0 auto;
  border: 1px solid rgba(157,109,54,.34);
  background: #020605;
}
.gapz10-map-body .gapz9-map-canvas picture img { object-fit: contain; filter: brightness(1.09) contrast(1.08) saturate(.88); }
.gapz10-map-body .gapz9-map-canvas::after { box-shadow: inset 0 0 38px rgba(0,0,0,.52); }
.gapz10-map-graphic-title {
  position: absolute;
  z-index: 3;
  top: 4.2%;
  left: 50%;
  width: 72%;
  color: rgba(222,173,98,.82);
  font: 600 clamp(12px, 1.45vw, 21px)/1 var(--g8-display);
  letter-spacing: .22em;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.95), 0 0 10px rgba(191,132,57,.28);
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}
.gapz10-map-graphic-title::before,
.gapz10-map-graphic-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 13%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(192,137,66,.64));
}
.gapz10-map-graphic-title::before { right: 100%; margin-right: 12px; }
.gapz10-map-graphic-title::after { left: 100%; margin-left: 12px; transform: scaleX(-1); }
.gapz9-map-room {
  width: 44px;
  height: 44px;
  min-width: 0;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.gapz9-map-room::before { display: none; }
.gapz9-map-room .gapz10-map-room-symbol {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  color: rgba(187,137,72,.32);
  stroke-width: 1.15px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.88));
  opacity: .72;
  pointer-events: none;
  transition: color .16s ease, opacity .16s ease, filter .16s ease;
}
.gapz9-map-room .gapz10-map-pin-number {
  position: relative;
  z-index: 1;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  background: rgba(7,12,9,.52);
  color: #c99a55;
  font: 700 8px/1 var(--g8-display);
  letter-spacing: .02em;
  text-shadow: 0 1px 1px #000;
}
.gapz9-map-room .gapz10-map-tooltip {
  position: absolute;
  top: 50%;
  left: 44px;
  width: 176px;
  margin: 0;
  padding: 9px 11px;
  display: block;
  border: 1px solid rgba(203,147,74,.8);
  border-radius: 3px;
  background: rgba(3,15,12,.97);
  box-shadow: 0 12px 28px rgba(0,0,0,.76);
  color: #ecddc2;
  text-align: left;
  transform: translateY(-50%) translateX(-4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.gapz9-map-room .gapz10-map-tooltip strong {
  display: block;
  color: #ecddc2;
  font: 600 15px/1.08 var(--g8-display);
}
.gapz9-map-room .gapz10-map-tooltip small {
  display: block;
  margin-top: 4px;
  color: #a9977a;
  font: 700 7px/1.25 var(--g8-ui);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gapz9-map-room--music .gapz10-map-tooltip,
.gapz9-map-room--vinyl .gapz10-map-tooltip,
.gapz9-map-room--chinese .gapz10-map-tooltip {
  right: 44px;
  left: auto;
  text-align: right;
  transform: translateY(-50%) translateX(4px);
}
.gapz9-map-room:hover,
.gapz9-map-room:focus-visible {
  z-index: 5;
  transform: translate(-50%, -50%);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.gapz9-map-room:focus-visible { outline: 1px solid rgba(218,166,91,.8) !important; outline-offset: -4px; }
.gapz9-map-room:hover .gapz10-map-room-symbol,
.gapz9-map-room:focus-visible .gapz10-map-room-symbol {
  color: rgba(222,170,96,.62);
  opacity: 1;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.9)) drop-shadow(0 0 5px rgba(184,129,63,.24));
}
.gapz9-map-room:hover .gapz10-map-pin-number,
.gapz9-map-room:focus-visible .gapz10-map-pin-number { color: #efc477; background: rgba(7,12,9,.72); }
.gapz9-map-room:hover .gapz10-map-tooltip,
.gapz9-map-room:focus-visible .gapz10-map-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.gapz9-map-room.is-future { opacity: .58; }

.gapz10-map-body .gapz9-map-list {
  align-self: stretch;
  min-height: 0;
  padding: 12px;
  display: none;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 5px;
  overflow-y: auto;
  border-left: 1px solid var(--g8-line);
  background: linear-gradient(180deg, rgba(7,20,17,.98), rgba(3,11,9,.99));
}
.gapz10-map-body .gapz9-map-list a {
  min-height: 48px;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(145,101,51,.45);
  border-radius: 3px;
  background: rgba(2,10,8,.56);
  color: var(--g8-parchment);
  text-decoration: none;
}
.gapz10-map-body .gapz9-map-list a:hover,
.gapz10-map-body .gapz9-map-list a:focus-visible {
  border-color: #5ca99c;
  background: rgba(15,57,49,.82);
  outline: 2px solid rgba(86,177,163,.38);
  outline-offset: 1px;
}
.gapz10-map-body .gapz9-map-list b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #4f9286;
  border-radius: 50%;
  color: #bfe1da;
  font: 700 8px/1 var(--g8-ui);
}
.gapz10-map-body .gapz9-map-list span { min-width: 0; }
.gapz10-map-body .gapz9-map-list strong {
  display: block;
  overflow: hidden;
  color: #e8d8bc;
  font: 600 15px/1.06 var(--g8-display);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gapz10-map-body .gapz9-map-list small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #96866d;
  font: 700 7px/1.2 var(--g8-ui);
  letter-spacing: .07em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.gapz10-map-body .gapz9-map-list i { color: #66b6a9; font: 400 20px/1 var(--g8-display); }
.gapz10-map-body .gapz9-map-list a.is-future { opacity: .68; border-style: dashed; }
.gapz9-map-stops { flex: 0 0 auto; min-height: 54px; padding: 8px 14px; }
.gapz9-map-stops a { min-height: 36px; }

@media (max-width: 1100px) and (min-width: 961px) {
  .gapz10-map-body { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 960px) {
  .gapz9-map-dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
    display: block;
    overflow: auto;
  }
  .gapz10-map-body {
    min-height: 0;
    height: auto;
    display: block;
    overflow: visible;
  }
  .gapz10-map-body .gapz9-map-canvas {
    width: 100%;
    max-width: none;
    aspect-ratio: 3 / 2;
    border-inline: 0;
  }
  .gapz10-map-body .gapz9-map-hotspots { display: none; }
  .gapz10-map-body .gapz9-map-list {
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    overflow: visible;
    border-top: 1px solid var(--g8-line);
    border-left: 0;
  }
  .gapz10-map-body .gapz9-map-list a { min-height: 60px; }
}

@media (max-width: 520px) {
  .gapz9-map-header { padding: 15px 14px 12px; }
  .gapz9-map-header h2 { font-size: 32px; }
  .gapz9-map-header p { max-width: 245px; font-size: 12px; }
  .gapz10-map-body .gapz9-map-list { grid-template-columns: 1fr; }
  .gapz10-map-body .gapz9-map-list strong { font-size: 16px; }
  .gapz9-map-stops { display: grid; grid-template-columns: 1fr 1fr; }
  .gapz9-map-stops a { justify-content: center; }
}

@media (hover: none) and (min-width: 961px) {
  .gapz10-map-body {
    height: auto;
    display: block;
    overflow: auto;
  }
  .gapz10-map-body .gapz9-map-hotspots { display: none; }
  .gapz10-map-body .gapz9-map-list {
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    overflow: visible;
    border-top: 1px solid var(--g8-line);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gapz9-map-room .gapz10-map-tooltip { transition: none; }
  .gapz9-map-room:hover,
  .gapz9-map-room:focus-visible { transform: translate(-50%, -50%); }
}
/* v10.0.13 — portal illusion rebuilt as one contained, bezel-bound composition. */
.gapz9-window-portal .gapz10-portal-glass {
  inset: 8.5% 15% 9%;
  overflow: hidden;
  contain: layout paint;
  border-radius: 50%;
  clip-path: ellipse(50% 50% at 50% 50%);
  background:
    radial-gradient(ellipse at 50% 79%, rgba(200,148,68,.2), transparent 31%),
    radial-gradient(ellipse at 50% 47%, rgba(18,90,82,.12), rgba(1,8,7,.32) 67%, rgba(0,3,3,.7));
  box-shadow:
    inset 0 0 38px rgba(0,0,0,.78),
    inset 0 0 0 1px rgba(91,197,181,.2),
    0 0 12px rgba(58,174,157,.08);
}
.gapz9-window-portal .gapz10-portal-glass::before {
  inset: 0;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 50% 52%, transparent 42%, rgba(2,9,8,.18) 70%, rgba(0,0,0,.56) 100%),
    radial-gradient(ellipse at 48% 30%, rgba(119,219,203,.055), transparent 36%);
  filter: none;
  box-shadow: none;
}
.gapz10-portal-pedestal {
  position: absolute;
  z-index: 1;
  left: 19%;
  right: 19%;
  bottom: 7.5%;
  height: 12%;
  border-top: 1px solid rgba(224,177,91,.42);
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 12%, rgba(245,203,118,.38) 0 3%, rgba(77,205,184,.19) 27%, rgba(8,49,43,.08) 53%, transparent 72%);
  box-shadow: 0 -5px 17px rgba(67,196,177,.1);
  filter: blur(.2px) drop-shadow(0 0 8px rgba(226,169,77,.22));
}
.gapz9-window-portal .gapz10-portal-glass .gapz8-portal-aperture {
  z-index: 2;
  inset: 1.5%;
  overflow: hidden;
  border-radius: 50%;
  clip-path: ellipse(49% 49% at 50% 50%);
}
.gapz9-window-portal .gapz8-portal-object {
  width: min(42%, 205px);
  height: 68%;
  transform: translateY(-7%) translateZ(54px) rotateY(-3deg);
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 20px 15px rgba(0,0,0,.84)) drop-shadow(0 0 19px rgba(70,201,181,.2));
}
.gapz9-window-portal .gapz8-portal-object::before {
  left: -5px;
  width: 6px;
  top: 10%;
  bottom: 10%;
  opacity: .52;
  background: linear-gradient(90deg, #0b0906, #7b6342 48%, #21170d);
}
.gapz9-window-portal .gapz8-portal-object::after { display: none; }
.gapz9-window-portal .gapz8-portal-object img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 2px;
  clip-path: inset(0 round 2px);
  mix-blend-mode: darken;
  filter: brightness(1.18) saturate(1.02) contrast(1.07) drop-shadow(0 10px 11px rgba(0,0,0,.72));
}
.gapz9-window-portal .gapz8-portal-slide.is-active .gapz8-portal-object {
  animation: gapz13-window-emerge 4s cubic-bezier(.22,.66,.28,1) both;
}
.gapz10-portal-inscription {
  z-index: 6;
  inset: .5% 7% 5.5%;
  overflow: visible;
  opacity: .58;
  mix-blend-mode: normal;
  filter: drop-shadow(0 1px 0 rgba(255,223,164,.18));
}
.gapz10-portal-inscription svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.gapz10-portal-inscription-track { display: none; }
.gapz10-portal-inscription text {
  fill: #a8763d;
  stroke: rgba(17,10,5,.88);
  stroke-width: .78px;
  paint-order: stroke fill;
  font: 400 16px/1 "Segoe UI Historic", "Noto Sans Runic", "Noto Sans Symbols 2", serif;
  letter-spacing: 2.6px;
}
.gapz10-portal-inscription-arc--bottom { fill: #936334; }
.gapz9-window-portal.is-conjuring .gapz10-portal-inscription text {
  animation: gapz10-portal-glyph-wake 1.28s ease-in-out both;
}
.gapz9-window-portal .gapz10-portal-magic {
  inset: 1.5%;
  overflow: hidden;
  border-radius: 50%;
  clip-path: ellipse(49% 49% at 50% 50%);
}
.gapz9-window-portal .gapz8-portal-previous,
.gapz9-window-portal .gapz8-portal-next {
  top: 51%;
  width: clamp(19px, 2.55vw, 34px);
  height: clamp(34px, 4vw, 52px);
  padding: 0;
  border: 0;
  border-radius: 45%;
  background: rgba(3,11,9,.08);
  color: rgba(218,172,99,.68);
  box-shadow: none;
  font: 400 clamp(17px, 2.1vw, 28px)/1 Georgia, serif;
  text-shadow: 0 1px 0 #000, 0 0 8px rgba(61,183,165,.12);
  opacity: .7;
  transform: translateY(-50%);
  transition: color .2s ease, opacity .2s ease, text-shadow .2s ease, transform .2s ease;
}
.gapz9-window-portal .gapz8-portal-previous { left: 8.6%; }
.gapz9-window-portal .gapz8-portal-next { right: 8.6%; }
.gapz9-window-portal .gapz8-portal-previous:hover,
.gapz9-window-portal .gapz8-portal-next:hover,
.gapz9-window-portal .gapz8-portal-previous:focus-visible,
.gapz9-window-portal .gapz8-portal-next:focus-visible {
  color: #e4b36a;
  opacity: 1;
  outline: 1px solid rgba(200,146,75,.5);
  outline-offset: 1px;
  text-shadow: 0 0 10px rgba(75,201,182,.36);
  transform: translateY(-50%) scale(1.06);
}
.gapz9-window-portal .gapz8-portal-pause {
  top: auto;
  right: 14.5%;
  bottom: 7.5%;
  width: clamp(19px, 2.35vw, 31px);
  height: clamp(19px, 2.35vw, 31px);
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(174,121,58,.46);
  border-radius: 50%;
  background: rgba(2,9,8,.46);
  color: rgba(215,170,96,.72);
  box-shadow: inset 0 0 8px rgba(0,0,0,.56);
  opacity: .72;
}
.gapz10-portal-pause-glyph {
  display: block;
  font: 700 clamp(7px, .85vw, 11px)/1 var(--g8-ui);
  letter-spacing: -.12em;
  transform: translateX(-.04em);
}
.gapz9-window-portal .gapz8-portal-pause:hover,
.gapz9-window-portal .gapz8-portal-pause:focus-visible {
  border-color: rgba(229,179,97,.8);
  color: #e7b66d;
  opacity: 1;
  outline: 1px solid rgba(74,193,177,.42);
  outline-offset: 2px;
}
@keyframes gapz13-window-emerge {
  0% {
    opacity: 0;
    transform: translateY(7%) translateZ(-34px) rotateY(4deg) scale(.58);
    filter: blur(7px) drop-shadow(0 0 8px rgba(70,195,177,.08));
  }
  12% { opacity: .42; }
  22%, 76% {
    opacity: 1;
    transform: translateY(-7%) translateZ(54px) rotateY(-3deg) scale(1);
    filter: blur(0) drop-shadow(0 20px 15px rgba(0,0,0,.84)) drop-shadow(0 0 19px rgba(70,201,181,.2));
  }
  100% {
    opacity: .96;
    transform: translateY(-7%) translateZ(48px) rotateY(1deg) scale(.97);
    filter: blur(0) drop-shadow(0 19px 15px rgba(0,0,0,.82)) drop-shadow(0 0 14px rgba(70,201,181,.16));
  }
}
@media (max-width: 520px) {
  .gapz10-portal-inscription { inset: .5% 6% 4.5%; opacity: .55; }
  .gapz10-portal-inscription text { font-size: 17px; letter-spacing: 2.2px; }
  .gapz9-window-portal .gapz8-portal-pause { right: 14%; bottom: 7%; }
}
@media (prefers-reduced-motion: reduce) {
  .gapz9-window-portal .gapz8-portal-slide.is-active .gapz8-portal-object {
    opacity: 1;
    animation: none;
    transform: translateY(-7%) rotateY(-2deg);
  }
}
.gapz9-window-portal .gapz8-portal-previous:focus-visible,
.gapz9-window-portal .gapz8-portal-next:focus-visible {
  outline: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(205,151,79,.38);
}
.gapz9-window-portal .gapz8-portal-pause:focus-visible {
  outline: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(205,151,79,.42), 0 0 8px rgba(75,201,182,.16);
}

/* v10.0.14 — storefront display-window close-up */
.gapz14-display-window {
  appearance: none;
  position: absolute;
  z-index: 6;
  top: 29%;
  left: 14.7%;
  width: 20%;
  height: 43.5%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 3% 3% 1.5% 1.5%;
  background: transparent;
  color: transparent;
  cursor: zoom-in;
}
.gapz14-display-window::before,
.gapz14-display-window::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.gapz14-display-window::before {
  inset: 2%;
  border: 1px solid transparent;
  background: linear-gradient(112deg, transparent 20%, rgba(255,230,180,0) 45%, rgba(255,230,180,.12) 50%, rgba(255,230,180,0) 55%, transparent 80%);
  background-size: 250% 100%;
  background-position: 140% 0;
  opacity: 0;
  transition: opacity .35s ease, background-position .8s ease;
}
.gapz14-display-window::after {
  top: 19%;
  right: 17%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f4cc87;
  box-shadow: 0 0 4px #fff2c9, 0 0 12px rgba(232,173,84,.92), 0 0 25px rgba(83,207,191,.35);
  opacity: 0;
  animation: gapz14-window-spark 8s ease-in-out infinite 1.8s;
}
.gapz14-display-window:hover::before,
.gapz14-display-window:focus-visible::before {
  background-position: -40% 0;
  opacity: .62;
}
.gapz14-display-window:focus-visible {
  outline: 1px solid rgba(218,168,88,.4) !important;
  outline-offset: -10px !important;
  box-shadow: inset 0 0 14px rgba(220,161,72,.09) !important;
}
body.gapz14-window-is-open {
  overflow: hidden;
}
.gapz14-window-overlay[hidden] {
  display: none !important;
}
.gapz14-window-overlay {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 42px);
  background:
    radial-gradient(circle at 50% 45%, rgba(61,45,25,.18), transparent 45%),
    rgba(0,4,4,.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .32s ease, visibility .32s ease;
}
.gapz14-window-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.gapz14-window-view {
  position: relative;
  width: min(94vw, 1500px);
  max-height: 90dvh;
  aspect-ratio: 1574 / 999;
  overflow: hidden;
  border: clamp(6px, .85vw, 13px) solid #160e08;
  outline: 1px solid rgba(198,142,69,.72);
  outline-offset: -2px;
  background: #090704;
  box-shadow:
    0 36px 90px rgba(0,0,0,.88),
    0 0 0 2px #050302,
    0 0 0 5px rgba(86,57,27,.65),
    inset 0 0 0 1px rgba(232,184,103,.25);
  transform: scale(.975);
  transition: transform .45s cubic-bezier(.2,.75,.2,1);
}
.gapz14-window-overlay.is-open .gapz14-window-view {
  transform: scale(1);
}
.gapz14-window-view picture,
.gapz14-window-view img {
  display: block;
  width: 100%;
  height: 100%;
}
.gapz14-window-view img {
  object-fit: cover;
  object-position: center;
}
.gapz14-window-glass {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(116deg, transparent 4%, rgba(223,244,238,.028) 24%, transparent 34%),
    linear-gradient(68deg, transparent 67%, rgba(255,236,201,.045) 77%, transparent 83%),
    radial-gradient(ellipse at center, transparent 48%, rgba(0,0,0,.58) 110%);
  box-shadow:
    inset 0 0 100px rgba(0,0,0,.43),
    inset 0 0 0 1px rgba(223,189,126,.16);
}
.gapz14-window-close {
  appearance: none;
  position: absolute;
  z-index: 4;
  top: clamp(10px, 1.6vw, 24px);
  right: clamp(10px, 1.6vw, 24px);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(216,164,84,.76);
  border-radius: 50%;
  background: rgba(3,10,9,.82);
  color: #ead0a2;
  box-shadow: 0 8px 24px rgba(0,0,0,.62), inset 0 0 15px rgba(75,190,177,.1);
  cursor: pointer;
  font: 300 30px/1 Georgia, serif;
  transition: color .2s ease, border-color .2s ease, transform .2s ease, background .2s ease;
}
.gapz14-window-close:hover,
.gapz14-window-close:focus-visible {
  border-color: #f0c47b;
  background: rgba(13,29,25,.92);
  color: #fff0cf;
  outline: 1px solid rgba(75,197,181,.45);
  outline-offset: 3px;
  transform: rotate(4deg) scale(1.05);
}
@keyframes gapz14-window-spark {
  0%, 12%, 100% { opacity: 0; transform: scale(.2) rotate(0deg); }
  3% { opacity: .95; transform: scale(1.35) rotate(45deg); }
  6% { opacity: .35; transform: scale(.65) rotate(90deg); }
}
@media (max-width: 960px) {
  .gapz14-display-window {
    top: 25%;
    left: 8.5%;
    width: 29%;
    height: 50%;
  }
}
@media (max-width: 600px) {
  .gapz14-window-overlay {
    padding: 10px;
  }
  .gapz14-window-view {
    width: 94vw;
    height: 82dvh;
    max-height: none;
    aspect-ratio: auto;
  }
  .gapz14-window-view img {
    object-position: 50% center;
  }
  .gapz14-window-close {
    width: 42px;
    height: 42px;
    font-size: 27px;
  }
}
@media (max-width: 520px) {
  .gapz14-display-window {
    top: 24%;
    left: 5%;
    width: 31.5%;
    height: 52%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gapz14-display-window::after {
    animation: none;
  }
  .gapz14-display-window::before,
  .gapz14-window-overlay,
  .gapz14-window-view,
  .gapz14-window-close {
    transition: none;
  }
}
/* v10.0.15 — storefront-only landing threshold */
.gapz15-interior[hidden] {
  display: none !important;
}
body.home:not(.gapz15-inside-emporium) {
  overflow: hidden;
  overscroll-behavior: none;
}
body.home:not(.gapz15-inside-emporium) #content {
  min-height: 100dvh;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(118,78,38,.08), transparent 42%),
    linear-gradient(180deg, #020504 0%, #010302 62%, #000 100%);
}
body.home:not(.gapz15-inside-emporium) .gapz8-footer {
  display: none !important;
}
@media (min-width: 961px) {
  body.home:not(.gapz15-inside-emporium) .gapz9-emporium-front {
    height: 100dvh;
    min-height: 100dvh;
  }
}@media (max-width: 960px) {
  body.home:not(.gapz15-inside-emporium) #content {
    position: relative;
    isolation: isolate;
    overflow: hidden;
  }
  body.home:not(.gapz15-inside-emporium) #content::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 56.3vw;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: url("assets/images/gapz-emporium-storefront-v10.jpg");
    background-image: image-set(url("assets/images/gapz-emporium-storefront-v10.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-v10.jpg") type("image/jpeg"));
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: .14;
    filter: blur(3px) saturate(.55);
    transform: scaleY(-1);
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 78%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 78%);
  }
  body.home:not(.gapz15-inside-emporium) .gapz9-emporium-front {
    z-index: 1;
  }
}
/* v10.0.16 — two-scene storefront and Entrance Hall */
body.home {
  overflow: hidden !important;
  overscroll-behavior: none;
}
body.home .gapz8-header,
body.home .gapz8-footer {
  display: none !important;
}
body.home .gapz15-interior > :not(.gapz16-hall-scene) {
  display: none !important;
}
body.home:not(.gapz15-inside-emporium) .gapz15-interior,
body.home.gapz15-inside-emporium .gapz9-emporium-front {
  display: none !important;
}
body.home.gapz15-inside-emporium #content {
  min-height: 100dvh;
  overflow: hidden;
  background: #010403;
}
body.home.gapz15-inside-emporium .gapz15-interior {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: block;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: #010403;
}
body.home.gapz15-inside-emporium .gapz16-hall-scene {
  display: grid;
}
.gapz16-hall-scene {
  width: 100%;
  height: 100dvh;
  min-height: 0 !important;
  place-items: center;
  padding: 0 !important;
  overflow: hidden;
  border: 0;
  background: #010403 !important;
  box-shadow: none;
  scroll-margin: 0;
}
.gapz16-hall-scene::after {
  display: none !important;
}
.gapz16-hall-stage {
  position: relative;
  isolation: isolate;
  width: min(100vw, calc(100dvh * 1.7777778));
  max-width: 100vw;
  max-height: 100dvh;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #020504;
  box-shadow: 0 0 90px rgba(0,0,0,.9), inset 0 0 0 1px rgba(194,139,69,.2);
  animation: gapz16-room-arrival .52s cubic-bezier(.2,.74,.22,1) both;
}
.gapz16-hall-art,
.gapz16-hall-art img {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
}
.gapz16-hall-art img {
  object-fit: fill;
}
.gapz16-hall-stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.23), transparent 28%, transparent 76%, rgba(0,0,0,.09)),
    radial-gradient(ellipse at 52% 55%, transparent 48%, rgba(0,0,0,.25) 108%);
  box-shadow: inset 0 0 0 1px rgba(222,166,82,.16);
}
.gapz16-hall-stage .gapz10-hall-guide {
  z-index: 5;
  left: 3.5%;
  bottom: 5%;
  width: min(35%, 520px);
  margin: 0;
}
.gapz16-hall-stage .gapz10-hall-hotspot {
  z-index: 4;
}
.gapz16-hall-stage .gapz10-hall-hotspot span {
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
}
.gapz16-hall-stage .gapz10-hall-hotspot:hover span,
.gapz16-hall-stage .gapz10-hall-hotspot:focus-visible span {
  opacity: 1;
  visibility: visible;
  transform: translateY(-3px);
}
.gapz16-hall-stage .gapz10-hall-hotspot--map {
  top: 4%;
  right: 1%;
  width: 31%;
  height: 80%;
}
.gapz16-hall-stage .gapz10-hall-hotspot--portal {
  top: 18%;
  left: 41%;
  width: 18%;
  height: 57%;
}
.gapz16-hall-stage .gapz10-hall-hotspot--counter {
  left: 0;
  bottom: 0;
  width: 36%;
  height: 34%;
}
.gapz16-hall-return {
  appearance: none;
  position: absolute;
  z-index: 7;
  left: 0;
  bottom: 2%;
  width: 7.5%;
  height: 37%;
  padding: 0;
  border: 0;
  background:
    radial-gradient(circle, #f0c77b 0 2px, #9b6b2d 3px 5px, transparent 6px) 54% 55% / 12px 12px no-repeat,
    linear-gradient(90deg, #6c451e, #e1b76b 42%, #a27133 72%, #422814) 52% 55% / 54% 7px no-repeat;
  cursor: pointer;
}
.gapz16-hall-return::before {
  content: "";
  position: absolute;
  left: 18%;
  bottom: 22%;
  width: clamp(22px, 2.4vw, 42px);
  height: clamp(65px, 8.3vw, 128px);
  border: 1px solid rgba(217,164,84,.72);
  border-radius: 48% 48% 42% 42%;
  background:
    radial-gradient(circle at 50% 74%, #1c130b 0 5%, #be8f46 6% 9%, transparent 10%),
    linear-gradient(90deg, #5f3f1e, #d9ad62 38%, #7d5526 76%, #2e1e10);
  box-shadow: 0 0 18px rgba(210,154,66,.14), inset 0 0 8px rgba(255,228,168,.24);
  opacity: .76;
  transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}
.gapz16-hall-return::after {
  content: "✦";
  position: absolute;
  left: 43%;
  bottom: 44%;
  color: #f1c56f;
  font-size: clamp(9px, 1vw, 17px);
  text-shadow: 0 0 9px #f1bd56, 0 0 18px rgba(68,215,196,.55);
  opacity: 0;
  animation: gapz16-return-glint 8.4s ease-in-out infinite;
}
.gapz16-hall-return:hover::before,
.gapz16-hall-return:focus-visible::before {
  opacity: 1;
  filter: brightness(1.35);
  transform: translateX(2px);
}
.gapz16-hall-return:focus-visible {
  outline: 2px solid rgba(76,209,193,.75);
  outline-offset: -4px;
}
.gapz16-hall-scene.is-unobscured .gapz10-hall-guide {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-18px);
  pointer-events: none;
}
.gapz16-hall-scene.is-unobscured .gapz10-hall-hotspot span {
  opacity: 0 !important;
  visibility: hidden !important;
}
@keyframes gapz16-room-arrival {
  from { opacity: 0; transform: scale(1.012); filter: brightness(.72); }
  to { opacity: 1; transform: scale(1); filter: brightness(1); }
}
@keyframes gapz16-return-glint {
  0%, 66%, 75%, 100% { opacity: 0; transform: scale(.35) rotate(0deg); }
  69% { opacity: .95; transform: scale(1.14) rotate(45deg); }
  72% { opacity: .18; transform: scale(.68) rotate(80deg); }
}
@media (max-width: 960px) {
  .gapz16-hall-stage {
    width: min(100vw, calc(100dvh * .562799));
    max-width: 100vw;
    aspect-ratio: 941 / 1672;
  }
  .gapz16-hall-stage .gapz10-hall-guide {
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: 3.5%;
    width: auto;
    max-height: 42%;
    margin: 0;
    padding: clamp(13px, 3.4vw, 22px);
    overflow: auto;
    border-color: rgba(188,132,64,.7);
    background: linear-gradient(145deg, rgba(2,10,8,.95), rgba(7,19,16,.9));
    backdrop-filter: blur(6px);
  }
  .gapz16-hall-stage .gapz10-hall-guide .gapz8-kicker,
  .gapz16-hall-stage .gapz10-hall-guide .gapz8-ornament,
  .gapz16-hall-stage .gapz10-hall-guide > p {
    display: none;
  }
  .gapz16-hall-stage .gapz10-hall-guide h2 {
    margin: 0 0 10px;
    font-size: clamp(25px, 7.2vw, 36px);
    line-height: 1;
  }
  .gapz16-hall-stage .gapz10-hall-search {
    margin-bottom: 9px;
  }
  .gapz16-hall-stage .gapz10-hall-search label {
    margin-bottom: 4px;
    font-size: 7px;
  }
  .gapz16-hall-stage .gapz10-hall-search input,
  .gapz16-hall-stage .gapz10-hall-search button {
    min-height: 40px;
  }
  .gapz16-hall-stage .gapz10-hall-actions {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .gapz16-hall-stage .gapz10-hall-actions .gapz8-button {
    min-height: 40px;
    padding: 8px 7px;
    font-size: 6.5px;
    letter-spacing: .08em;
  }
  .gapz16-hall-stage .gapz10-hall-hotspot--map {
    top: 13%;
    right: 0;
    width: 36%;
    height: 48%;
  }
  .gapz16-hall-stage .gapz10-hall-hotspot--portal {
    top: 21%;
    left: 47%;
    width: 26%;
    height: 31%;
  }
  .gapz16-hall-stage .gapz10-hall-hotspot--counter {
    top: 27%;
    bottom: auto;
    left: 0;
    width: 38%;
    height: 38%;
  }
  .gapz16-hall-return {
    left: 0;
    bottom: 1%;
    width: 16%;
    height: 37%;
    background: transparent;
  }
  .gapz16-hall-return::before {
    display: none;
  }
  .gapz16-hall-return::after {
    left: 44%;
    bottom: 39%;
  }
}
@media (max-width: 420px) {
  .gapz16-hall-stage .gapz10-hall-guide {
    bottom: 2.5%;
    padding: 12px;
  }
  .gapz16-hall-stage .gapz10-hall-guide h2 {
    margin-bottom: 8px;
  }
  .gapz16-hall-stage .gapz10-hall-search input,
  .gapz16-hall-stage .gapz10-hall-search button,
  .gapz16-hall-stage .gapz10-hall-actions .gapz8-button {
    min-height: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gapz16-hall-stage,
  .gapz16-hall-return::after {
    animation: none;
  }
}
/* v10.0.16 — portrait storefront stage */
body.home:not(.gapz15-inside-emporium) .gapz10-emporium-front {
  display: grid;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  place-items: center;
  padding: 0 !important;
  overflow: hidden;
  background: #010403 !important;
}
.gapz16-storefront-stage {
  position: relative;
  isolation: isolate;
  width: min(100vw, calc(100dvh * 1.7777778));
  max-width: 100vw;
  max-height: 100dvh;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #020504;
  background-image: url("assets/images/gapz-emporium-storefront-v10.jpg");
  background-image: image-set(url("assets/images/gapz-emporium-storefront-v10.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-v10.jpg") type("image/jpeg"));
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 90px rgba(0,0,0,.9), inset 0 0 0 1px rgba(194,139,69,.17);
}
.gapz16-storefront-art {
  display: none;
}
@media (max-width: 960px) {
  body.home:not(.gapz15-inside-emporium) #content::before {
    display: none;
  }
  .gapz16-storefront-stage {
    width: min(100vw, calc(100dvh * .562799));
    max-width: 100vw;
    aspect-ratio: 941 / 1672;
    background: #020504;
  }
  .gapz16-storefront-art,
  .gapz16-storefront-art img {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    pointer-events: none;
  }
  .gapz16-storefront-art img {
    object-fit: fill;
  }
  .gapz16-storefront-stage .gapz10-store-doorway {
    top: 42.6%;
    left: 36.8%;
    width: 22%;
    height: 23%;
  }
  .gapz16-storefront-stage .gapz10-store-door-leaf {
    background-image: url("assets/images/gapz-emporium-storefront-mobile-v1016.jpg");
    background-image: image-set(url("assets/images/gapz-emporium-storefront-mobile-v1016.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-mobile-v1016.jpg") type("image/jpeg"));
    background-position: 47.7% 55.1%;
    background-size: 454.6% 434.8%;
  }
  .gapz16-storefront-stage .gapz10-store-door-glimpse {
    background-image:
      linear-gradient(90deg, rgba(2,7,6,.38), transparent 48%, rgba(4,9,7,.28)),
      image-set(url("assets/images/gapz-entrance-hall-mobile-v1016.webp") type("image/webp"), url("assets/images/gapz-entrance-hall-mobile-v1016.jpg") type("image/jpeg"));
    background-position: center, 50% 45%;
    background-size: cover;
  }
  .gapz16-storefront-stage .gapz10-store-door-handle {
    top: 51%;
    left: 14%;
    transform: translate(-50%, -50%) scale(.72);
  }
  .gapz16-storefront-stage .gapz14-display-window {
    top: 43.6%;
    left: 6.8%;
    width: 29.5%;
    height: 19.2%;
  }
  .gapz16-storefront-stage .gapz9-window-portal.gapz8-portal {
    position: absolute;
    z-index: 6;
    top: 43.2%;
    right: 5.2%;
    bottom: auto;
    left: auto;
    width: 33.2%;
    height: 20.8%;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at 50% 48%, rgba(11,61,56,.96), rgba(1,10,9,.99) 74%);
    box-shadow: inset 0 0 24px rgba(0,0,0,.88), 0 0 0 1px rgba(70,177,162,.23);
  }
  .gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-glass {
    inset: 7% 10% 8%;
  }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object {
    width: 48%;
    height: 70%;
  }
  .gapz16-storefront-stage .gapz10-portal-inscription {
    inset: 0 2% 1%;
    opacity: .42;
  }
  .gapz16-storefront-stage .gapz10-portal-inscription text {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-previous,
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-next {
    width: 18px;
    height: 28px;
    font-size: 14px;
  }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-previous { left: 3%; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-next { right: 3%; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-pause {
    right: 8%;
    bottom: 3%;
    width: 18px;
    height: 18px;
  }
}
/* v10.0.17 — looking through the storefront glass */
.gapz14-window-overlay {
  background:
    radial-gradient(circle at 9% 32%, rgba(196,132,51,.075), transparent 24%),
    radial-gradient(circle at 91% 56%, rgba(31,133,123,.065), transparent 25%),
    radial-gradient(circle at 50% 45%, rgba(61,45,25,.18), transparent 45%),
    rgba(0,4,4,.94);
}
.gapz14-window-view {
  --g17-frame-rail: clamp(13px, 1.45vw, 25px);
  border: clamp(5px, .55vw, 9px) solid #090604;
  outline: 1px solid rgba(196,140,67,.68);
  outline-offset: -2px;
  background: #070503;
  box-shadow:
    0 38px 100px rgba(0,0,0,.92),
    0 0 0 2px #020201,
    0 0 0 5px #1b1109,
    0 0 0 6px rgba(166,111,48,.5),
    0 0 0 10px #080503,
    inset 0 0 0 1px rgba(237,188,102,.2);
}
.gapz14-window-view picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}
.gapz14-window-view img {
  transform: scale(1.035);
  filter: blur(1.35px) brightness(.84) saturate(.86) contrast(1.03);
  transition: transform 1.05s cubic-bezier(.2,.75,.2,1), filter .95s ease;
}
.gapz14-window-overlay.is-open .gapz14-window-view img {
  transform: scale(1.012);
  filter: blur(0) brightness(.92) saturate(.92) contrast(1.025);
}
.gapz14-window-glass {
  z-index: 2;
  inset: clamp(7px, .82vw, 14px);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 4% 25%, rgba(239,181,91,.11), transparent 21%),
    radial-gradient(ellipse at 96% 57%, rgba(66,198,184,.09), transparent 25%),
    linear-gradient(112deg, transparent 5%, rgba(231,244,236,.018) 18%, rgba(237,225,196,.075) 24%, transparent 32%),
    linear-gradient(69deg, transparent 58%, rgba(255,239,209,.05) 69%, transparent 78%),
    radial-gradient(ellipse at 50% 48%, transparent 46%, rgba(0,0,0,.19) 72%, rgba(0,0,0,.64) 112%);
  box-shadow:
    inset 0 0 125px rgba(0,0,0,.46),
    inset 0 0 0 1px rgba(223,189,126,.2),
    inset 0 0 0 3px rgba(0,0,0,.17);
}
.gapz14-window-glass::before,
.gapz14-window-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.gapz14-window-glass::before {
  z-index: 1;
  background:
    linear-gradient(103deg, transparent 0 13%, rgba(224,240,234,.015) 14%, rgba(246,231,198,.07) 19%, rgba(246,231,198,.018) 25%, transparent 31% 100%),
    linear-gradient(78deg, transparent 0 67%, rgba(224,242,235,.048) 73%, transparent 80% 100%),
    repeating-linear-gradient(94deg, transparent 0 10.5%, rgba(230,223,199,.018) 10.65%, transparent 10.85% 21%);
  background-size: 145% 100%, 128% 100%, 100% 100%;
  background-position: 15% 0, 80% 0, 0 0;
  opacity: .78;
  transform: translate3d(-1.5%,0,0);
  animation: gapz17-glass-reflection 17s ease-in-out infinite alternate;
}
.gapz14-window-glass::after {
  z-index: 2;
  inset: 1px;
  -webkit-backdrop-filter: blur(2.4px);
  backdrop-filter: blur(2.4px);
  -webkit-mask-image: radial-gradient(ellipse at center, transparent 0 51%, rgba(0,0,0,.18) 64%, #000 86%, #000 100%);
  mask-image: radial-gradient(ellipse at center, transparent 0 51%, rgba(0,0,0,.18) 64%, #000 86%, #000 100%);
  background:
    linear-gradient(90deg, rgba(0,0,0,.24), transparent 8%, transparent 92%, rgba(0,0,0,.28)),
    linear-gradient(180deg, rgba(0,0,0,.16), transparent 12%, transparent 87%, rgba(0,0,0,.3));
}
.gapz17-window-frame {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, #d0a15d 0 1px, #3d260f 2px 3px, transparent 4px) 9px 9px / 9px 9px no-repeat,
    radial-gradient(circle, #d0a15d 0 1px, #3d260f 2px 3px, transparent 4px) calc(100% - 9px) 9px / 9px 9px no-repeat,
    radial-gradient(circle, #aa773d 0 1px, #2c1a0b 2px 3px, transparent 4px) 9px calc(100% - 9px) / 9px 9px no-repeat,
    radial-gradient(circle, #aa773d 0 1px, #2c1a0b 2px 3px, transparent 4px) calc(100% - 9px) calc(100% - 9px) / 9px 9px no-repeat,
    linear-gradient(180deg, #080503, #51351b 18%, #201309 48%, #684421 74%, #090604) top / 100% var(--g17-frame-rail) no-repeat,
    linear-gradient(0deg, #080503, #4b3017 18%, #1c1108 50%, #5c3a1b 79%, #080503) bottom / 100% var(--g17-frame-rail) no-repeat,
    linear-gradient(90deg, #090604, #5b3b1e 23%, #1b1008 54%, #422814 78%, #070402) left / var(--g17-frame-rail) 100% no-repeat,
    linear-gradient(270deg, #090604, #5b3b1e 23%, #1b1008 54%, #422814 78%, #070402) right / var(--g17-frame-rail) 100% no-repeat;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.65));
}
.gapz17-window-frame::before {
  content: "";
  position: absolute;
  inset: var(--g17-frame-rail);
  border: 1px solid rgba(218,163,81,.46);
  box-shadow:
    0 0 0 2px rgba(3,2,1,.88),
    0 0 0 4px rgba(101,64,29,.6),
    inset 0 0 0 1px rgba(255,220,154,.12),
    inset 0 0 15px rgba(0,0,0,.82);
}
.gapz17-window-frame::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -2px;
  left: -5px;
  height: clamp(15px, 1.7vw, 30px);
  clip-path: polygon(1.5% 0, 98.5% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, #704b25 0, #211308 28%, #0a0603 73%, #50331a 100%);
  border-top: 1px solid rgba(224,171,90,.38);
  box-shadow: 0 6px 11px rgba(0,0,0,.72), inset 0 1px rgba(255,221,155,.08);
}
.gapz14-window-close {
  z-index: 5;
  top: clamp(14px, 1.9vw, 29px);
  right: clamp(14px, 1.9vw, 29px);
  border-color: rgba(197,143,72,.68);
  background: radial-gradient(circle at 38% 32%, rgba(49,71,62,.9), rgba(3,11,9,.96) 64%);
  box-shadow: 0 7px 22px rgba(0,0,0,.72), 0 0 0 3px rgba(32,19,9,.72), inset 0 0 13px rgba(77,194,178,.1);
}
@keyframes gapz17-glass-reflection {
  0% { background-position: 15% 0, 80% 0, 0 0; transform: translate3d(-1.5%,0,0); opacity: .66; }
  100% { background-position: 1% 0, 91% 0, 0 0; transform: translate3d(1.5%,0,0); opacity: .82; }
}
@media (max-width: 600px) {
  .gapz14-window-view {
    --g17-frame-rail: 11px;
    width: 96vw;
    height: 82dvh;
    border-width: 4px;
  }
  .gapz14-window-view img {
    object-position: 50% center;
  }
  .gapz14-window-glass {
    inset: 6px;
  }
  .gapz14-window-glass::after {
    -webkit-backdrop-filter: blur(1.7px);
    backdrop-filter: blur(1.7px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .gapz14-window-view img,
  .gapz14-window-glass::before {
    animation: none;
    transition: none;
  }
  .gapz14-window-overlay.is-open .gapz14-window-view img {
    transform: scale(1.012);
  }
}
/* v10.0.17 — dark storefront-jamb refinement */
.gapz14-window-view {
  box-shadow:
    0 38px 100px rgba(0,0,0,.92),
    0 0 0 3px #030201,
    0 0 0 8px #160e08,
    0 0 0 9px rgba(160,105,45,.34),
    0 0 0 13px #050302,
    inset 0 0 0 1px rgba(225,172,87,.16);
}
.gapz17-window-frame {
  background:
    radial-gradient(circle, #9a6b34 0 1px, #241408 2px 3px, transparent 4px) 10px 10px / 9px 9px no-repeat,
    radial-gradient(circle, #9a6b34 0 1px, #241408 2px 3px, transparent 4px) calc(100% - 10px) 10px / 9px 9px no-repeat,
    radial-gradient(circle, #82572b 0 1px, #1d1007 2px 3px, transparent 4px) 10px calc(100% - 10px) / 9px 9px no-repeat,
    radial-gradient(circle, #82572b 0 1px, #1d1007 2px 3px, transparent 4px) calc(100% - 10px) calc(100% - 10px) / 9px 9px no-repeat,
    linear-gradient(180deg, #030201, #24150b 22%, #0b0603 50%, #34200f 75%, #040201) top / 100% var(--g17-frame-rail) no-repeat,
    linear-gradient(0deg, #030201, #211309 20%, #090503 51%, #2f1c0d 78%, #030201) bottom / 100% var(--g17-frame-rail) no-repeat,
    linear-gradient(90deg, #030201, #2a190d 25%, #080402 55%, #25160b 79%, #020101) left / var(--g17-frame-rail) 100% no-repeat,
    linear-gradient(270deg, #030201, #2a190d 25%, #080402 55%, #25160b 79%, #020101) right / var(--g17-frame-rail) 100% no-repeat;
}
.gapz17-window-frame::before {
  border-color: rgba(203,146,69,.4);
  box-shadow:
    0 0 0 3px rgba(2,1,1,.92),
    0 0 0 5px rgba(66,39,17,.76),
    inset 0 0 0 1px rgba(255,220,154,.09),
    inset 0 0 18px rgba(0,0,0,.88);
}
.gapz17-window-frame::after {
  height: clamp(19px, 2vw, 36px);
  background: linear-gradient(180deg, #3a2311 0, #120a05 24%, #050302 68%, #28170b 100%);
  border-top-color: rgba(186,126,53,.35);
}
.gapz14-window-glass::before {
  background:
    radial-gradient(circle at 12% 17%, rgba(255,220,154,.12) 0 1.5%, rgba(245,200,126,.035) 7%, transparent 17%),
    linear-gradient(111deg, transparent 0 12%, rgba(224,238,232,.018) 14%, rgba(244,231,200,.095) 20%, rgba(239,230,209,.026) 27%, transparent 34% 100%),
    linear-gradient(76deg, transparent 0 64%, rgba(207,235,229,.062) 72%, transparent 81% 100%),
    repeating-linear-gradient(94deg, transparent 0 10.5%, rgba(230,223,199,.021) 10.65%, transparent 10.85% 21%);
  background-size: 100% 100%, 145% 100%, 128% 100%, 100% 100%;
  background-position: 0 0, 15% 0, 80% 0, 0 0;
  opacity: .86;
}
@media (max-width: 600px) {
  .gapz14-window-view {
    --g17-frame-rail: 17px;
  }
  .gapz17-window-frame::after {
    height: 23px;
  }
  .gapz14-window-close {
    top: 17px;
    right: 17px;
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
}
/* v10.0.19 — enhanced existing Listening Room. */
.gapz8-room-hero--music .gapz8-room-experience {
  overflow: hidden;
  isolation: isolate;
}
body.gapz8-room-is-exploring .gapz8-header,
body.gapz8-room-is-exploring .gapz8-footer,
body.gapz8-room-is-exploring .gapz9-map-trigger {
  visibility: hidden !important;
  pointer-events: none !important;
}
@media (min-width: 961px) {
  .gapz8-room-hero.is-exploring {
    position: fixed;
    z-index: 100010;
    inset: 0;
    width: 100vw;
    min-height: 100dvh;
    height: 100dvh;
    margin: 0;
  }
}
.gapz8-room-hero--music .gapz8-room-experience::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 40.5% 26%, rgba(247,191,87,.11), transparent 15%),
    radial-gradient(circle at 56.5% 61%, rgba(225,167,73,.055), transparent 13%),
    linear-gradient(118deg, rgba(219,154,62,.018), rgba(6,38,32,.028));
  box-shadow: inset 0 0 115px rgba(0,0,0,.32);
}

@keyframes gapz1019-listening-glint {
  0%, 5%, 13%, 100% { opacity: .035; transform: scale(.62) rotate(0deg); }
  8% { opacity: .92; transform: scale(1.12) rotate(14deg); }
  10% { opacity: .38; transform: scale(.82) rotate(-7deg); }
}

@media (min-width: 961px) {
  .gapz8-room-hero--music .gapz8-room-hotspot {
    --gapz1019-glint-delay: 0s;
    width: 54px;
    height: 54px;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }
  .gapz8-room-hero--music .gapz8-room-hotspot:nth-child(2) { --gapz1019-glint-delay: -8s; }
  .gapz8-room-hero--music .gapz8-room-hotspot:nth-child(3) { --gapz1019-glint-delay: -6s; }
  .gapz8-room-hero--music .gapz8-room-hotspot:nth-child(4) { --gapz1019-glint-delay: -4s; }
  .gapz8-room-hero--music .gapz8-room-hotspot:nth-child(5) { --gapz1019-glint-delay: -2s; }
  .gapz8-room-hero--music .gapz8-room-hotspot > span {
    width: 6px;
    height: 6px;
    background: #e8bd69;
    box-shadow: 0 0 7px rgba(242,197,109,.9), 0 0 18px rgba(211,151,57,.42);
    opacity: .035;
    animation: gapz1019-listening-glint 10s ease-in-out infinite;
    animation-delay: var(--gapz1019-glint-delay);
  }
  .gapz8-room-hero--music .gapz8-room-hotspot::before {
    content: "✦";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #f1ca7d;
    font-size: 16px;
    line-height: 1;
    text-shadow: 0 0 8px rgba(242,190,86,.95);
    opacity: .035;
    transform: translate(-50%, -50%);
    animation: gapz1019-listening-glint 10s ease-in-out infinite;
    animation-delay: var(--gapz1019-glint-delay);
  }
  .gapz8-room-hero--music .gapz8-room-hotspot::after {
    inset: 7px;
    border-color: rgba(231,187,102,.55);
    opacity: 0;
    animation: none;
    transition: opacity .18s ease, box-shadow .18s ease;
  }
  .gapz8-room-hero--music .gapz8-room-hotspot > b {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 7px);
    width: max-content;
    max-width: 210px;
    height: auto;
    padding: 7px 9px;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border: 1px solid rgba(183,132,69,.72);
    border-radius: 2px;
    background: rgba(3,15,12,.94);
    color: #eadabd;
    font: 700 9px/1.25 var(--g8-ui);
    letter-spacing: .055em;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(0,0,0,.45);
    opacity: 0;
    transform: translate(-50%, 5px);
    transition: opacity .16s ease, transform .16s ease;
    pointer-events: none;
  }
  .gapz8-room-hero--music .gapz8-room-hotspot:hover,
  .gapz8-room-hero--music .gapz8-room-hotspot:focus-visible {
    border-color: transparent;
    background: rgba(7,27,23,.16);
    box-shadow: none;
    transform: translate(-50%, -50%) scale(1.06);
  }
  .gapz8-room-hero--music .gapz8-room-hotspot:focus-visible {
    outline: 1px solid rgba(237,199,126,.92);
    outline-offset: 2px;
  }
  .gapz8-room-hero--music .gapz8-room-hotspot:hover > span,
  .gapz8-room-hero--music .gapz8-room-hotspot:focus-visible > span,
  .gapz8-room-hero--music .gapz8-room-hotspot:hover::before,
  .gapz8-room-hero--music .gapz8-room-hotspot:focus-visible::before {
    opacity: 1;
    animation: none;
  }
  .gapz8-room-hero--music .gapz8-room-hotspot:hover::after,
  .gapz8-room-hero--music .gapz8-room-hotspot:focus-visible::after {
    opacity: .72;
    box-shadow: 0 0 18px rgba(215,166,75,.25);
  }
  .gapz8-room-hero--music .gapz8-room-hotspot:hover > b,
  .gapz8-room-hero--music .gapz8-room-hotspot:focus-visible > b {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.gapz1019-listening-player {
  margin: 0 0 17px;
  padding: 13px;
  border: 1px solid rgba(184,132,65,.72);
  border-radius: 4px;
  background: linear-gradient(145deg, rgba(23,18,12,.96), rgba(5,19,16,.97));
  box-shadow: inset 0 0 25px rgba(212,157,68,.045), 0 12px 30px rgba(0,0,0,.28);
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .24s ease, transform .24s ease;
}
.gapz1019-listening-player[hidden] { display: none !important; }
.gapz1019-listening-player.is-ready { opacity: 1; transform: none; }
.gapz1019-listening-heading {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #e6c27b;
  font: 700 9px/1.2 var(--g8-ui);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.gapz1019-listening-heading > span { font-size: 19px; line-height: 1; }
.gapz1019-listening-player iframe {
  width: 100%;
  height: 152px;
  display: block;
  border: 0;
  border-radius: 3px;
  background: #12100d;
}
.gapz8-room-discovery .gapz1019-listening-player > p {
  margin: 9px 0 10px;
  color: #9f927d;
  font: 400 12px/1.4 var(--g8-ui);
}
.gapz1019-listening-player > button {
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(184,132,65,.72);
  border-radius: 2px;
  background: rgba(12,31,26,.82);
  color: #e7d8bc;
  font: 700 9px/1.2 var(--g8-ui);
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.gapz1019-listening-player > button:hover,
.gapz1019-listening-player > button:focus-visible {
  border-color: var(--g8-teal-glow);
  background: #12352f;
}

@media (max-width: 700px) {
  .gapz1019-listening-player { padding: 10px; }
  .gapz1019-listening-player iframe { height: 152px; }
}

@media (prefers-reduced-motion: reduce) {
  .gapz8-room-hero--music .gapz8-room-hotspot > span,
  .gapz8-room-hero--music .gapz8-room-hotspot::before { animation: none; opacity: .28; }
  .gapz1019-listening-player { transition: none; }
}

/* v10.0.20 — one quiet discovery language across every explorable room. */
@keyframes gapz1020-room-glint {
  0%, 5%, 13%, 100% { opacity: .018; transform: scale(.52) rotate(0deg); }
  8% { opacity: .94; transform: scale(1.08) rotate(13deg); }
  10% { opacity: .3; transform: scale(.78) rotate(-6deg); }
}

@media (min-width: 961px) {
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot {
    --gapz1020-glint-delay: 0s;
    width: 54px;
    height: 54px;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:nth-child(2) { --gapz1020-glint-delay: -10s; }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:nth-child(3) { --gapz1020-glint-delay: -8s; }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:nth-child(4) { --gapz1020-glint-delay: -6s; }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:nth-child(5) { --gapz1020-glint-delay: -4s; }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:nth-child(6) { --gapz1020-glint-delay: -2s; }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot > span {
    width: 5px;
    height: 5px;
    background: #e6ba67;
    box-shadow: 0 0 6px rgba(244,203,126,.92), 0 0 15px rgba(207,145,50,.36);
    opacity: .018;
    animation: gapz1020-room-glint 12s ease-in-out infinite;
    animation-delay: var(--gapz1020-glint-delay);
  }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot::before {
    content: "✦";
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    border: 0;
    color: #f0c878;
    font-size: 15px;
    line-height: 1;
    text-shadow: 0 0 7px rgba(244,199,111,.94);
    opacity: .018;
    transform: translate(-50%, -50%);
    animation: gapz1020-room-glint 12s ease-in-out infinite;
    animation-delay: var(--gapz1020-glint-delay);
  }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot::after {
    inset: 8px;
    display: block;
    border: 1px solid rgba(228,183,96,.48);
    opacity: 0;
    animation: none;
    transition: opacity .16s ease, box-shadow .16s ease;
  }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot > b {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 6px);
    width: max-content;
    max-width: 210px;
    height: auto;
    padding: 7px 9px;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border: 1px solid rgba(181,130,67,.7);
    border-radius: 2px;
    background: rgba(3,15,12,.94);
    color: #eadabd;
    font: 700 9px/1.25 var(--g8-ui);
    letter-spacing: .055em;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(0,0,0,.45);
    opacity: 0;
    transform: translate(-50%, 5px);
    transition: opacity .16s ease, transform .16s ease;
    pointer-events: none;
  }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:hover,
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:focus-visible {
    border-color: transparent;
    background: rgba(7,27,23,.12);
    box-shadow: none;
    transform: translate(-50%, -50%) scale(1.05);
  }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:focus-visible {
    outline: 1px solid rgba(237,199,126,.9);
    outline-offset: 2px;
  }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:hover > span,
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:focus-visible > span,
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:hover::before,
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:focus-visible::before {
    opacity: 1;
    animation: none;
  }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:hover::after,
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:focus-visible::after {
    opacity: .62;
    box-shadow: 0 0 15px rgba(211,158,66,.2);
  }
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:hover > b,
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot:focus-visible > b {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 960px) {
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot > span {
    background: #d8aa59;
    box-shadow: 0 0 8px rgba(224,177,88,.52);
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 961px) {
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot > span,
  .gapz8-room-hero[data-gapz8-explorable-room] .gapz8-room-hotspot::before {
    animation: none;
    opacity: .16;
  }
}
/* v10.0.21 - Odin, the public Shopkeeper, Behind the Counter. */
.gapz11-odin-room {
  min-height: clamp(520px, 44vw, 690px);
  isolation: isolate;
  padding-top: 66px;
  padding-bottom: 78px;
  background-image:
    linear-gradient(90deg, rgba(2,8,7,.97) 0%, rgba(2,8,7,.79) 31%, rgba(2,8,7,.18) 67%, rgba(2,8,7,.12)),
    linear-gradient(0deg, rgba(1,5,4,.64), transparent 48%),
    image-set(url("assets/images/behind-counter.webp") type("image/webp"), url("assets/images/behind-counter.jpg") type("image/jpeg"));
}
.gapz11-odin-room::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 71% 22%, rgba(221,164,83,.12), transparent 16%),
    linear-gradient(90deg, transparent 55%, rgba(2,12,10,.13));
}
.gapz11-odin-room .gapz8-counter-copy,
.gapz11-odin-room .gapz8-shopkeeper-note,
.gapz11-odin-bell { transition: opacity .22s ease, transform .25s ease, visibility .22s ease; }
.gapz11-odin-room .gapz8-counter-copy { position: relative; z-index: 1; }
.gapz11-odin-room .gapz8-counter-copy h1 { text-shadow: 0 6px 28px #000; }
.gapz11-odin-room .gapz8-shopkeeper-note { position: relative; z-index: 1; margin-bottom: 78px; }

.gapz11-odin-bell {
  position: absolute;
  left: 70%;
  bottom: 7%;
  z-index: 3;
  width: 132px;
  height: 126px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ecd8ac;
  cursor: pointer;
  filter: drop-shadow(0 13px 14px rgba(0,0,0,.74));
}
.gapz11-bell-dome {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 68px;
  height: 55px;
  border: 1px solid #9a692e;
  border-radius: 50% 50% 14% 14% / 66% 66% 15% 15%;
  background:
    radial-gradient(circle at 34% 24%, #ffe8a9 0 3%, transparent 12%),
    linear-gradient(105deg, #543218 3%, #bb7c32 24%, #f1ca74 43%, #976025 61%, #3d2414 89%);
  box-shadow: inset -9px -12px 18px rgba(43,20,7,.54), inset 8px 7px 12px rgba(255,222,145,.2);
  transform: translateX(-50%);
  transform-origin: 50% 100%;
}
.gapz11-bell-dome::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 19px;
  height: 20px;
  border: 1px solid #a87835;
  border-radius: 50% 50% 35% 35%;
  background: radial-gradient(circle at 36% 22%, #f8d383, #9b6329 48%, #3c2414 90%);
  transform: translateX(-50%);
}
.gapz11-bell-dome i {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 78px;
  height: 11px;
  border: 1px solid #a87534;
  border-radius: 50%;
  background: linear-gradient(#d8a550, #65401d 72%, #2f1b0f);
  transform: translateX(-50%);
}
.gapz11-bell-base {
  position: absolute;
  left: 50%;
  bottom: 19px;
  width: 94px;
  height: 14px;
  border: 1px solid #785022;
  border-radius: 50%;
  background: linear-gradient(#bd873c, #543117 72%);
  transform: translateX(-50%);
}
.gapz11-bell-plaque {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 132px;
  padding: 5px 6px;
  border: 1px solid rgba(157,106,47,.68);
  border-radius: 2px;
  background: rgba(4,13,11,.9);
  color: #d9c098;
  font: 700 7px/1.2 var(--g8-ui);
  letter-spacing: .11em;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.gapz11-bell-spark {
  position: absolute;
  left: 75%;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f6d998;
  box-shadow: 0 0 9px 3px rgba(241,191,96,.36);
  opacity: 0;
  animation: gapz11-bell-glint 8s ease-in-out infinite 1.8s;
}
.gapz11-bell-spark::before,
.gapz11-bell-spark::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  background: #f6d998;
  transform: translate(-50%, -50%);
}
.gapz11-bell-spark::before { width: 20px; height: 1px; }
.gapz11-bell-spark::after { width: 1px; height: 20px; }
@keyframes gapz11-bell-glint {
  0%, 8%, 100% { opacity: 0; transform: scale(.35) rotate(0); }
  2.5%, 4% { opacity: .92; transform: scale(1) rotate(18deg); }
}
@keyframes gapz11-bell-ring {
  0%, 100% { transform: translateX(-50%) rotate(0); }
  18% { transform: translateX(-50%) rotate(-8deg); }
  42% { transform: translateX(-50%) rotate(7deg); }
  65% { transform: translateX(-50%) rotate(-4deg); }
  82% { transform: translateX(-50%) rotate(2deg); }
}
.gapz11-odin-bell:hover .gapz11-bell-dome,
.gapz11-odin-bell:focus-visible .gapz11-bell-dome { filter: brightness(1.14); }
.gapz11-odin-bell:active .gapz11-bell-dome,
.gapz11-odin-bell[aria-expanded="true"] .gapz11-bell-dome { animation: gapz11-bell-ring .48s ease-out; }
.gapz11-odin-bell:focus-visible { outline: 1px solid #e6bd71; outline-offset: 5px; }

.gapz11-odin-panel {
  position: absolute;
  inset: 28px max(3%, calc((100vw - var(--g8-canvas)) / 2 + 28px)) 28px auto;
  z-index: 8;
  width: min(720px, 64vw);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(177,123,57,.72);
  border-radius: 4px;
  background:
    linear-gradient(145deg, rgba(8,23,19,.985), rgba(2,10,9,.985)),
    repeating-linear-gradient(90deg, transparent 0 72px, rgba(189,137,67,.025) 73px 74px);
  box-shadow: 0 28px 80px rgba(0,0,0,.78), inset 0 0 55px rgba(120,79,34,.08);
  opacity: 0;
  transform: translateY(12px) scale(.985);
  transition: opacity .22s ease, transform .25s ease;
}
.gapz11-odin-panel[hidden] { display: none; }
.gapz11-odin-panel.is-visible { opacity: 1; transform: none; }
.gapz11-odin-panel::before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: -1;
  border: 1px solid rgba(174,123,58,.21);
  pointer-events: none;
}
.gapz11-odin-head {
  min-height: 84px;
  padding: 14px 58px 12px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(168,116,54,.4);
  background: linear-gradient(90deg, rgba(89,56,25,.24), transparent 64%);
}
.gapz11-odin-mark {
  position: relative;
  width: 48px; height: 48px;
  flex: 0 0 auto;
  border: 1px solid #9a6c34;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(4,14,12,.9), inset 0 0 0 5px rgba(171,119,55,.26);
}
.gapz11-odin-mark::before,
.gapz11-odin-mark::after,
.gapz11-odin-mark i::before,
.gapz11-odin-mark i::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 1px; height: 34px;
  background: linear-gradient(transparent, #b68546 24% 76%, transparent);
  transform-origin: center;
}
.gapz11-odin-mark::before { transform: translate(-50%,-50%) rotate(45deg); }
.gapz11-odin-mark::after { transform: translate(-50%,-50%) rotate(-45deg); }
.gapz11-odin-mark i::before { transform: translate(-50%,-50%) rotate(15deg); }
.gapz11-odin-mark i::after { transform: translate(-50%,-50%) rotate(-15deg); }
.gapz11-odin-head div > span,
.gapz11-odin-message > span,
.gapz11-odin-results-label,
.gapz11-odin-card-format {
  color: #b98a4d;
  font: 700 7px/1.2 var(--g8-ui);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gapz11-odin-head h2 {
  margin: 2px 0 0;
  color: #eadcc1;
  font: 600 31px/1 var(--g8-display);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gapz11-odin-close {
  position: absolute;
  right: 13px; top: 13px;
  width: 42px; height: 42px;
  border: 1px solid rgba(180,127,62,.48);
  border-radius: 50%;
  background: #06130f;
  color: #d6c29c;
  font-size: 24px;
  cursor: pointer;
}
.gapz11-odin-close:hover,
.gapz11-odin-close:focus-visible { border-color: #d3a25e; color: #fff0ce; }
.gapz11-odin-log {
  min-height: 92px;
  max-height: 150px;
  padding: 16px 20px 5px;
  overflow-y: auto;
  scrollbar-color: #72502c transparent;
}
.gapz11-odin-message { max-width: 88%; margin: 0 0 12px; }
.gapz11-odin-message p {
  margin: 4px 0 0;
  color: #d7c8ad;
  font: 400 16px/1.38 var(--g8-body);
}
.gapz11-odin-message--visitor { margin-left: auto; padding-left: 24px; text-align: right; }
.gapz11-odin-message--visitor > span { color: #78b3a6; }
.gapz11-odin-message--visitor p { color: #b8c8c2; }
.gapz11-odin-prompts {
  padding: 0 20px 12px;
  display: flex;
  gap: 7px;
  overflow-x: auto;
}
.gapz11-odin-prompts button {
  min-height: 34px;
  padding: 7px 10px;
  flex: 0 0 auto;
  border: 1px solid rgba(166,116,57,.48);
  border-radius: 2px;
  background: rgba(9,27,22,.75);
  color: #d3c3a5;
  font: 700 7px/1.15 var(--g8-ui);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.gapz11-odin-prompts button:hover,
.gapz11-odin-prompts button:focus-visible { border-color: #c28a43; background: #173a32; color: #f2e4ca; }
.gapz11-odin-results {
  min-height: 0;
  padding: 0 20px;
  overflow-y: auto;
  scrollbar-color: #72502c transparent;
}
.gapz11-odin-results-label { margin: 2px 0 9px; }
.gapz11-odin-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.gapz11-odin-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  border: 1px solid rgba(146,100,47,.43);
  border-radius: 3px;
  background: linear-gradient(145deg, rgba(13,31,27,.96), rgba(5,15,13,.96));
}
.gapz11-odin-card-image {
  min-height: 142px;
  padding: 8px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 45%, rgba(183,130,61,.1), transparent 68%), #06110f;
}
.gapz11-odin-card-image img {
  width: 100%;
  max-height: 126px;
  object-fit: contain;
  filter: drop-shadow(7px 8px 6px rgba(0,0,0,.58));
}
.gapz11-odin-card-body { min-width: 0; padding: 9px 7px 8px; display: flex; flex-direction: column; }
.gapz11-odin-card-title {
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  color: #eadcc1;
  font: 600 14px/1.13 var(--g8-display);
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.gapz11-odin-card-facts { min-height: 24px; margin: 5px 0; color: #9e927d; font: 400 7px/1.35 var(--g8-ui); text-transform: uppercase; }
.gapz11-odin-card-price { margin-top: auto; color: #d7a555; font: 600 18px/1 var(--g8-display); }
.gapz11-odin-card-actions { margin-top: 7px; display: grid; grid-template-columns: 1fr auto; gap: 5px; align-items: center; }
.gapz11-odin-card-actions .gapz11-odin-add {
  min-height: 31px;
  padding: 7px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #61978c;
  border-radius: 2px;
  background: #17443b;
  color: #f0dfc2;
  font: 700 6px/1.1 var(--g8-ui);
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.gapz11-odin-view { color: #b99c6f; font: 700 6px/1.1 var(--g8-ui); letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.gapz11-odin-form { margin: auto 20px 0; padding-top: 12px; display: grid; grid-template-columns: minmax(0, 1fr) 104px; }
.gapz11-odin-form input {
  min-width: 0;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid #6d502e;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  background: #020a08;
  color: #eee0c5;
  font-size: 16px;
}
.gapz11-odin-form input::placeholder { color: #776f61; }
.gapz11-odin-form button {
  border: 1px solid #6b9d90;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(120deg, #163f36, #245b4f);
  color: #f0dfc1;
  font: 700 8px/1.15 var(--g8-ui);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.gapz11-odin-form button:disabled { opacity: .54; cursor: wait; }
.gapz11-odin-truth { margin: 8px 20px 14px; color: #7f786b; font: 400 7px/1.35 var(--g8-ui); letter-spacing: .045em; }
.gapz11-odin-panel.is-working::after {
  content: "";
  position: absolute;
  left: 20px; right: 20px; bottom: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d0a35d, transparent);
  animation: gapz11-odin-consult 1.25s ease-in-out infinite;
}
@keyframes gapz11-odin-consult {
  0%, 100% { opacity: .18; transform: scaleX(.25); }
  50% { opacity: .9; transform: scaleX(1); }
}
.gapz11-odin-room.is-odin-open .gapz8-counter-copy,
.gapz11-odin-room.is-odin-open .gapz8-shopkeeper-note,
.gapz11-odin-room.is-odin-open .gapz11-odin-bell {
  opacity: .08;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
}
.gapz11-odin-noscript { position: absolute; left: 30px; bottom: 20px; color: #c6b89e; }

@media (max-width: 1100px) {
  .gapz11-odin-bell { left: auto; right: 26%; }
  .gapz11-odin-panel { width: min(760px, calc(100% - 48px)); }
  .gapz11-odin-card { grid-template-columns: 68px minmax(0, 1fr); }
}
@media (max-width: 760px) {
  .gapz11-odin-room {
    min-height: 670px;
    padding: 34px 18px 54px;
    align-items: flex-start;
    background-position: 57% center;
  }
  .gapz11-odin-room .gapz8-counter-copy { max-width: 88%; }
  .gapz11-odin-room .gapz8-counter-copy h1 { font-size: clamp(47px, 15vw, 65px); }
  .gapz11-odin-room .gapz8-shopkeeper-note { display: none; }
  .gapz11-odin-bell { left: auto; right: 10%; bottom: 7%; transform: scale(.92); }
  .gapz11-odin-panel {
    inset: 10px;
    width: auto;
    max-height: calc(100% - 20px);
  }
  .gapz11-odin-head { min-height: 74px; padding-left: 13px; }
  .gapz11-odin-mark { width: 42px; height: 42px; }
  .gapz11-odin-head h2 { font-size: 27px; }
  .gapz11-odin-log { min-height: 104px; max-height: 138px; padding-inline: 14px; }
  .gapz11-odin-message { max-width: 94%; }
  .gapz11-odin-prompts { padding-inline: 14px; }
  .gapz11-odin-results { padding: 0 14px 5px; }
  .gapz11-odin-card-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 7px; }
  .gapz11-odin-card { min-width: min(270px, 82vw); scroll-snap-align: start; }
  .gapz11-odin-form { margin-inline: 14px; grid-template-columns: minmax(0, 1fr) 92px; }
  .gapz11-odin-truth { margin-inline: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .gapz11-bell-spark,
  .gapz11-odin-bell:active .gapz11-bell-dome,
  .gapz11-odin-bell[aria-expanded="true"] .gapz11-bell-dome,
  .gapz11-odin-panel.is-working::after { animation: none; }
  .gapz11-odin-panel,
  .gapz11-odin-room .gapz8-counter-copy,
  .gapz11-odin-room .gapz8-shopkeeper-note,
  .gapz11-odin-bell { transition: none; }
}
/* v10.0.22 — immersive Entrance Hall counter, Odin bell and Visitor’s Journal. */
.gapz16-hall-stage > .gapz10-hall-guide { display: none !important; }
.gapz22-map-title {
  position: absolute; z-index: 5; top: 5.8%; right: 4.7%; width: 29%;
  color: #c7954b; font: 600 clamp(17px, 2.15vw, 39px)/1 var(--g8-display);
  letter-spacing: .145em; text-align: center; text-transform: uppercase;
  text-shadow: 0 1px 0 #2b1708, 0 2px 8px rgba(211,153,69,.28);
  opacity: .83; pointer-events: none;
}
.gapz22-map-title::after {
  content: ""; display: block; width: 66%; height: 1px; margin: 8px auto 0;
  background: linear-gradient(90deg, transparent, rgba(222,170,88,.68), transparent);
}
.gapz16-hall-stage .gapz10-hall-hotspot { overflow: visible; }
.gapz16-hall-stage .gapz10-hall-hotspot::after {
  content: "✦"; position: absolute; z-index: 2; color: #f0c978;
  font-size: clamp(8px, .9vw, 15px); line-height: 1;
  text-shadow: 0 0 7px #ffc85e, 0 0 18px rgba(255,191,79,.48);
  opacity: 0; pointer-events: none;
  animation: gapz22-discovery-glint 11s ease-in-out infinite;
}
.gapz16-hall-stage .gapz10-hall-hotspot--map::after { top: 17%; left: 50%; animation-delay: -2.6s; }
.gapz16-hall-stage .gapz10-hall-hotspot--portal::after { top: 28%; left: 62%; color: #8be1d1; text-shadow: 0 0 8px #54d6c1, 0 0 20px rgba(56,210,188,.5); animation-duration: 13.5s; animation-delay: -7.2s; }
.gapz16-hall-stage .gapz10-hall-hotspot--counter::after { top: 56%; left: 48%; animation-duration: 9.5s; animation-delay: -4.5s; }
@keyframes gapz22-discovery-glint {
  0%, 69%, 78%, 100% { opacity: 0; transform: scale(.25) rotate(0deg); }
  72% { opacity: .92; transform: scale(1.12) rotate(45deg); }
  75% { opacity: .18; transform: scale(.64) rotate(88deg); }
}
.gapz16-hall-stage > .gapz22-entrance-bell {
  position: absolute; z-index: 7; left: 12.6%; bottom: 23.8%; width: 7.6%; height: auto;
  aspect-ratio: 600 / 635; padding: 0; border: 0; border-radius: 0; background: none;
  box-shadow: none; cursor: pointer; transform-origin: 50% 88%;
  transition: left .52s cubic-bezier(.2,.72,.2,1), bottom .52s cubic-bezier(.2,.72,.2,1), width .52s cubic-bezier(.2,.72,.2,1), opacity .22s ease, filter .22s ease, transform .16s ease;
}
.gapz22-entrance-bell picture,
.gapz22-entrance-bell img { display: block; width: 100%; height: auto; }
.gapz22-entrance-bell img { filter: brightness(.73) saturate(.82) sepia(.08) drop-shadow(0 6px 8px rgba(0,0,0,.72)); }
.gapz22-entrance-bell:hover img,
.gapz22-entrance-bell:focus-visible img { filter: brightness(.94) saturate(.95) drop-shadow(0 7px 10px rgba(0,0,0,.76)); }
.gapz22-entrance-bell.is-struck { transform: translateY(2px) scaleY(.965); }
.gapz22-entrance-bell .gapz11-bell-spark {
  position: absolute; z-index: 2; top: 2%; left: 45%; width: 13%; aspect-ratio: 1;
  border-radius: 50%; background: radial-gradient(circle, #fff7cf 0 8%, #f2c76c 9% 18%, transparent 64%);
  box-shadow: 0 0 8px #e9b85a, 0 0 18px rgba(237,181,79,.65);
  opacity: 0; animation: gapz22-bell-glint 8.6s ease-in-out infinite;
}
@keyframes gapz22-bell-glint {
  0%, 62%, 74%, 100% { opacity: 0; transform: scale(.25) rotate(0); }
  66% { opacity: 1; transform: scale(1.35) rotate(45deg); }
  70% { opacity: .16; transform: scale(.7) rotate(95deg); }
}
.gapz22-counter-closeup {
  position: absolute; z-index: 9; inset: 0; overflow: hidden; background: #020504;
  opacity: 0; transform: scale(1.025); pointer-events: none;
  transition: opacity .38s ease, transform .52s cubic-bezier(.2,.72,.2,1);
}
.gapz22-counter-closeup[hidden] { display: none; }
.gapz11-odin-room.is-counter-close .gapz22-counter-closeup { opacity: 1; transform: none; pointer-events: auto; }
.gapz22-counter-art,
.gapz22-counter-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.gapz22-counter-art img { object-fit: cover; object-position: center; }
.gapz22-counter-atmosphere {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at 48% 54%, transparent 32%, rgba(0,0,0,.34) 100%), linear-gradient(180deg, rgba(1,4,3,.05), rgba(1,4,3,.25));
  box-shadow: inset 0 0 0 1px rgba(214,157,78,.24), inset 0 0 90px rgba(0,0,0,.45);
}
.gapz11-odin-room.is-counter-close > .gapz22-entrance-bell {
  z-index: 15; left: 43.5%; bottom: 7.5%; width: 9.6%;
}
.gapz11-odin-room.is-odin-open > .gapz22-entrance-bell { opacity: .34; visibility: visible; pointer-events: auto; }
.gapz22-counter-back {
  position: absolute; z-index: 15; top: 3%; left: 2%; min-height: 42px; padding: 8px 14px;
  display: flex; align-items: center; gap: 9px; border: 1px solid rgba(185,129,58,.58); border-radius: 2px;
  background: rgba(3,13,11,.82); color: #d8c5a5; cursor: pointer;
  font: 700 8px/1 var(--g8-ui); letter-spacing: .1em; text-transform: uppercase;
}
.gapz22-counter-back span { font-size: 19px; color: #d2a356; }
.gapz22-desk-object {
  position: absolute; z-index: 13; display: block; border: 0; cursor: pointer;
  color: #ead8b8; text-decoration: none; filter: drop-shadow(0 8px 12px rgba(0,0,0,.65));
}
.gapz22-desk-object span {
  position: absolute; left: 50%; bottom: calc(100% + 10px); width: max-content; max-width: 180px; padding: 8px 11px;
  border: 1px solid rgba(187,132,63,.68); background: rgba(3,14,12,.94); color: #d9c5a3;
  font: 700 7px/1.25 var(--g8-ui); letter-spacing: .09em; text-transform: uppercase;
  opacity: 0; visibility: hidden; transform: translate(-50%, 5px); transition: .2s ease;
}
.gapz22-desk-object:hover span,
.gapz22-desk-object:focus-visible span { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.gapz22-desk-object::after {
  content: "✦"; position: absolute; color: #f0c776; text-shadow: 0 0 8px #e6af48;
  opacity: 0; animation: gapz22-discovery-glint 10.7s ease-in-out infinite;
}
.gapz22-desk-object--journal {
  left: 16%; bottom: 10%; width: 17%; height: 12%; border: 1px solid rgba(145,91,41,.76); border-radius: 4px;
  background: linear-gradient(95deg, #3b190f 0 7%, #6b3320 8% 13%, #4a2116 14% 100%);
  box-shadow: inset 0 0 0 2px rgba(210,150,79,.18), inset 0 0 22px rgba(0,0,0,.72), 0 10px 18px rgba(0,0,0,.55);
  transform: perspective(400px) rotateX(55deg) rotateZ(-5deg);
}
.gapz22-desk-object--journal::before { content: "VISITORS"; position: absolute; inset: 36% 10% auto; color: rgba(213,159,87,.72); font: 600 clamp(7px,.7vw,12px)/1 var(--g8-display); letter-spacing: .15em; text-align: center; }
.gapz22-desk-object--journal::after { top: 3%; right: 6%; animation-delay: -3s; }
.gapz22-desk-object--account {
  right: 16%; bottom: 12%; width: 12%; height: 9%; border: 1px solid rgba(157,111,53,.72); border-radius: 3px;
  background: linear-gradient(145deg, #1c342e, #0b1714 70%); transform: perspective(400px) rotateX(57deg) rotateZ(5deg);
  box-shadow: inset 0 0 0 2px rgba(199,145,69,.12), 0 9px 16px rgba(0,0,0,.58);
}
.gapz22-desk-object--account::before { content: "MEMBER"; position: absolute; inset: 39% 8% auto; color: rgba(211,166,93,.78); font: 700 clamp(6px,.58vw,10px)/1 var(--g8-ui); letter-spacing: .13em; text-align: center; }
.gapz22-desk-object--account::after { top: 0; right: 4%; animation-delay: -7s; }
.gapz22-desk-object--arrivals {
  right: 3%; bottom: 31%; width: 10%; height: 16%; background: transparent;
}
.gapz22-desk-object--arrivals::after { top: 44%; left: 48%; color: #75d1c2; text-shadow: 0 0 9px #4dcdb9; animation-delay: -9s; }
.gapz16-hall-stage > .gapz22-odin-panel {
  z-index: 22; top: 5%; right: 3%; bottom: 5%; left: auto; width: min(49%, 760px); height: auto; max-height: none;
  transform: translateX(18px); background: linear-gradient(145deg, rgba(4,16,13,.985), rgba(8,24,20,.975));
}
.gapz16-hall-stage > .gapz22-odin-panel.is-visible { transform: none; }
.gapz11-odin-room.is-odin-open .gapz22-counter-closeup { filter: brightness(.66); }
.gapz22-journal {
  position: absolute; z-index: 35; inset: 0; display: grid; place-items: center; padding: 4%;
  background: rgba(0,5,4,.76); backdrop-filter: blur(5px); opacity: 0; transition: opacity .25s ease;
}
.gapz22-journal[hidden] { display: none; }
.gapz22-journal.is-visible { opacity: 1; }
.gapz22-journal-book {
  position: relative; width: min(1040px, 94%); max-height: 88%; padding: clamp(22px,3vw,44px);
  overflow: auto; border: 9px solid #3e1f13; border-radius: 8px 14px 14px 8px;
  background: linear-gradient(90deg, #d0b783 0 49.4%, #9b8054 49.7% 50.3%, #d7bf8a 50.6% 100%);
  color: #2d2115; box-shadow: 0 25px 80px rgba(0,0,0,.8), inset 0 0 40px rgba(82,47,20,.26);
  transform: translateY(12px) rotateX(3deg); transition: transform .3s ease;
}
.gapz22-journal.is-visible .gapz22-journal-book { transform: none; }
.gapz22-journal-book > header { position: relative; padding: 0 50px 16px 0; text-align: center; }
.gapz22-journal-book > header > span { color: #6c4c2d; font: 700 8px var(--g8-ui); letter-spacing: .16em; text-transform: uppercase; }
.gapz22-journal-book h2 { margin: 4px 0 0; color: #382719; font: 600 clamp(30px,4vw,54px)/1 var(--g8-display); }
.gapz22-journal-book > header button { position: absolute; top: 0; right: 0; width: 42px; height: 42px; border: 1px solid #806039; background: rgba(255,250,225,.28); color: #382719; font-size: 26px; cursor: pointer; }
.gapz22-journal-pages { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px,6vw,80px); }
.gapz22-journal-pages h3 { margin: 0 0 14px; color: #4a321e; font: 600 23px var(--g8-display); }
.gapz22-journal-entries { max-height: 310px; overflow-y: auto; padding-right: 8px; }
.gapz22-journal-entries article { padding: 11px 4px; border-bottom: 1px solid rgba(81,56,31,.26); }
.gapz22-journal-entries article p { margin: 0 0 7px; font: italic 18px/1.4 var(--g8-display); }
.gapz22-journal-entries footer { display: flex; justify-content: space-between; gap: 12px; color: #765534; font: 700 8px var(--g8-ui); letter-spacing: .08em; text-transform: uppercase; }
.gapz22-journal form label { display: block; margin: 0 0 12px; color: #5a4026; font: 700 8px var(--g8-ui); letter-spacing: .1em; text-transform: uppercase; }
.gapz22-journal input,
.gapz22-journal textarea { width: 100%; margin-top: 6px; padding: 10px; border: 1px solid rgba(87,58,31,.5); background: rgba(255,249,218,.28); color: #2d2115; font: 17px/1.4 var(--g8-display); }
.gapz22-journal form button { min-height: 42px; padding: 10px 16px; border: 1px solid #6f4b27; background: #3d2516; color: #ead7a8; font: 700 8px var(--g8-ui); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.gapz22-journal form button:disabled { opacity: .55; }
.gapz22-journal [data-gapz22-journal-status] { min-height: 22px; color: #5d4328; font-weight: 600; }
@media (max-width: 960px) {
  .gapz22-map-title { top: 14.2%; right: 3%; width: 34%; font-size: clamp(10px,3vw,18px); letter-spacing: .1em; }
  .gapz22-map-title::after { margin-top: 4px; }
  .gapz16-hall-stage > .gapz22-entrance-bell { left: 14%; bottom: 39%; width: 14%; }
  .gapz11-odin-room.is-counter-close > .gapz22-entrance-bell { left: 40%; bottom: 12%; width: 19%; }
  .gapz22-counter-art img { object-position: center; }
  .gapz16-hall-stage > .gapz22-odin-panel { inset: auto 3% 3%; width: 94%; height: min(66%, 650px); }
  .gapz22-desk-object--journal { left: 8%; bottom: 11%; width: 26%; height: 10%; }
  .gapz22-desk-object--account { right: 8%; bottom: 12%; width: 21%; height: 8%; }
  .gapz22-desk-object--arrivals { right: 2%; bottom: 35%; width: 18%; height: 17%; }
  .gapz22-journal-pages { grid-template-columns: 1fr; gap: 24px; }
  .gapz22-journal-book { width: 96%; max-height: 92%; background: #d5bc86; }
}
@media (max-width: 520px) {
  .gapz22-map-title { top: 14%; font-size: 10px; }
  .gapz16-hall-stage > .gapz22-entrance-bell { left: 13%; bottom: 39.5%; width: 16%; }
  .gapz11-odin-room.is-counter-close > .gapz22-entrance-bell { left: 39%; bottom: 14%; width: 22%; }
  .gapz22-counter-back b { display: none; }
  .gapz22-counter-back { min-width: 42px; justify-content: center; padding: 7px; }
  .gapz22-journal { padding: 2%; }
  .gapz22-journal-book { padding: 19px 16px; border-width: 6px; }
  .gapz22-journal-book h2 { font-size: 31px; }
  .gapz22-journal-pages h3 { font-size: 20px; }
  .gapz22-journal-entries { max-height: 180px; }
}
@media (prefers-reduced-motion: reduce) {
  .gapz16-hall-stage .gapz10-hall-hotspot::after,
  .gapz22-entrance-bell .gapz11-bell-spark,
  .gapz22-desk-object::after { animation: none; }
  .gapz22-counter-closeup,
  .gapz16-hall-stage > .gapz22-entrance-bell,
  .gapz22-journal,
  .gapz22-journal-book { transition: none; }
}
/* v10.0.22 placement refinement: use the physical open book and countertop bell. */
.gapz11-odin-room.is-counter-close > .gapz22-entrance-bell {
  left: 42.2%; bottom: 33.5%; width: 7.1%;
}
.gapz22-desk-object--journal {
  left: 44%; bottom: 27%; width: 28%; height: 19%;
  border: 0; border-radius: 0; background: transparent; box-shadow: none;
  filter: none; transform: none;
}
.gapz22-desk-object--journal::before { display: none; }
.gapz22-desk-object--journal::after { top: 41%; right: 47%; }
.gapz22-desk-object--account { right: 14%; bottom: 16%; width: 12%; height: 8%; }
@media (max-width: 960px) {
  .gapz11-odin-room.is-counter-close > .gapz22-entrance-bell { left: 40%; bottom: 31%; width: 18%; }
  .gapz22-desk-object--journal { left: 32%; bottom: 25%; width: 39%; height: 19%; }
  .gapz22-desk-object--account { right: 7%; bottom: 13%; width: 22%; height: 8%; }
}
@media (max-width: 520px) {
  .gapz11-odin-room.is-counter-close > .gapz22-entrance-bell { left: 39%; bottom: 30%; width: 22%; }
}
/* v10.0.23 - mobile-first discovery and purchase journey. */
.gapz23-filter-toggle {
  display: none;
  min-height: 48px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #568d82;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(22,65,56,.9), rgba(9,35,30,.97));
  color: #eadfc9;
  font: 700 10px/1 var(--g8-ui);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gapz23-filter-toggle b { color: #72cbbc; font: 400 22px/1 var(--g8-text); }

@media (max-width: 640px) {
  .gapz8-room-hero {
    min-height: 232px;
    padding: 18px 14px 61px;
  }
  .gapz8-room-hero--horror { min-height: 258px; }
  .gapz8-room-copy h1 { font-size: clamp(35px, 10.5vw, 43px); }
  .gapz8-room-copy p { max-width: 88%; margin: 8px 0; font-size: 14px; line-height: 1.28; }
  .gapz8-room-copy strong { font-size: 9px; }
  .gapz8-subcategories { left: 12px; right: 12px; bottom: 9px; flex-wrap: nowrap; overflow-x: auto; }
  .gapz8-subcategories a { min-height: 40px; padding: 8px 10px; white-space: nowrap; }

  .gapz8-shop-shell { padding: 10px 11px 34px; }
  .gapz8-catalogue-tools { gap: 8px; margin-bottom: 8px; }
  .gapz8-catalogue-tools.is-collapsible .gapz23-filter-toggle { display: flex; }
  .gapz8-catalogue-tools.is-collapsible .gapz8-filter-form { display: none; }
  .gapz8-catalogue-tools.is-collapsible.is-filters-open .gapz8-filter-form { display: grid; }
  .gapz8-filter-form { grid-template-columns: 1fr; }
  .gapz8-filter-form button { grid-column: 1; }
  .gapz8-discovery {
    margin: 0 0 10px;
    padding: 1px 0 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .gapz8-discovery a { min-height: 40px; padding: 8px 10px; scroll-snap-align: start; }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .gapz8-new-arrivals ul.products { gap: 10px !important; }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    --gapz10-mobile-media: 108px;
    min-height: 202px;
    padding: 10px 10px 55px !important;
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    min-height: 128px;
    grid-template-columns: var(--gapz10-mobile-media) minmax(0, 1fr);
    column-gap: 12px;
  }
  .woocommerce ul.products li.product a img {
    height: 128px !important;
    margin: 0 !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px !important; }
  .gapz8-card-meta { margin-top: 5px; font-size: 7px; }
  .gapz8-card-meta small.gapz10-card-condition { margin-top: 5px; padding: 3px 5px; }
  .woocommerce ul.products li.product .price { margin-top: 6px !important; font-size: 19px !important; }
  .gapz8-card-badge { top: 107px; left: 14px; max-width: 101px; }
  .woocommerce ul.products li.product .button {
    left: 130px;
    right: 10px;
    bottom: 9px;
    min-height: 42px;
  }
  .woocommerce ul.products li.product .added_to_cart { top: 94px; right: 12px; }

  .single-product .gapz8-shop-shell { padding: 8px 10px 30px; }
  .single-product div.product { padding: 10px; }
  .single-product div.product .woocommerce-product-gallery { margin-bottom: 12px !important; }
  .single-product div.product .woocommerce-product-gallery__image img {
    width: 100%;
    height: min(67vw, 270px) !important;
    max-height: 270px;
    object-fit: contain;
    transform: none;
    filter: drop-shadow(12px 12px 12px rgba(0,0,0,.55));
  }
  .single-product div.product .product_title { margin-bottom: 8px; font-size: clamp(31px, 9.8vw, 39px); }
  .single-product div.product p.price { margin: 0 0 8px; font-size: 25px; }
  .single-product .woocommerce-product-details__short-description { font-size: 16px; line-height: 1.4; }
  .single-product form.cart {
    position: sticky;
    z-index: 35;
    bottom: max(8px, env(safe-area-inset-bottom));
    margin: 14px -2px 12px !important;
    padding: 8px;
    border: 1px solid rgba(91,160,148,.62);
    border-radius: 4px;
    background: rgba(3,21,18,.96);
    box-shadow: 0 10px 28px rgba(0,0,0,.55);
  }
  .single-product form.cart .button { min-height: 50px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; overflow-x: auto; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }

  .woocommerce-cart .gapz8-purchase-room,
  .woocommerce-checkout .gapz8-purchase-room,
  .woocommerce-cart .gapz8-purchase-room-copy,
  .woocommerce-checkout .gapz8-purchase-room-copy {
    min-height: 216px;
  }
  .woocommerce-cart .gapz8-purchase-room-copy,
  .woocommerce-checkout .gapz8-purchase-room-copy { padding: 18px 15px 22px; }
  .woocommerce-cart .gapz8-purchase-room-copy h1,
  .woocommerce-checkout .gapz8-purchase-room-copy h1 { margin: 4px 0 7px; font-size: 34px; }
  .woocommerce-cart .gapz8-purchase-room-copy p,
  .woocommerce-checkout .gapz8-purchase-room-copy p { max-width: 20rem; font-size: 13px; line-height: 1.28; }
  .woocommerce-cart .gapz8-purchase-assurances,
  .woocommerce-checkout .gapz8-purchase-assurances { min-height: 62px; }
  .woocommerce-cart .gapz8-purchase-assurances li,
  .woocommerce-checkout .gapz8-purchase-assurances li,
  .woocommerce-cart .gapz8-purchase-assurances li:first-child,
  .woocommerce-checkout .gapz8-purchase-assurances li:first-child { min-height: 62px; padding: 7px 4px; }
  .woocommerce-cart .gapz8-purchase-assurances b,
  .woocommerce-checkout .gapz8-purchase-assurances b { font-size: 11px; }
  .woocommerce-cart .gapz8-purchase-assurances span,
  .woocommerce-checkout .gapz8-purchase-assurances span { display: none; }
  .woocommerce-cart .gapz8-purchase-steps,
  .woocommerce-checkout .gapz8-purchase-steps { min-height: 52px; padding: 6px 8px; }
  .woocommerce-cart .gapz8-purchase-steps b,
  .woocommerce-checkout .gapz8-purchase-steps b { width: 27px; height: 27px; flex-basis: 27px; }
  .woocommerce-cart .gapz8-purchase-shell,
  .woocommerce-checkout .gapz8-purchase-shell { padding-top: 10px; }
  .woocommerce-cart .wc-block-cart__submit-container {
    position: sticky;
    z-index: 30;
    bottom: max(6px, env(safe-area-inset-bottom));
    padding: 7px;
    background: rgba(3,18,15,.96);
    box-shadow: 0 -8px 25px rgba(0,0,0,.45);
  }
  .woocommerce-cart .gapz9-map-tab,
  .woocommerce-checkout .gapz9-map-tab,
  .woocommerce-account .gapz9-map-tab { display: none; }

  .woocommerce-account .gapz8-content-shell { padding: 22px 13px 36px; }
  .woocommerce-account .gapz8-page-title { margin-bottom: 18px; }
  .woocommerce-account .gapz8-page-title h1 { font-size: 38px; }
  .woocommerce-account .woocommerce > #customer_login { gap: 16px; }
  .woocommerce-account #customer_login h2 { margin-bottom: 8px; }
  .woocommerce-account #customer_login form.woocommerce-form { padding: 17px; }
}

@media (max-width: 370px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product { --gapz10-mobile-media: 98px; }
  .woocommerce ul.products li.product .button { left: 120px; }
}

/* v10.0.24 - readability, self-hosted listening and Emporium navigation. */
.gapz8-header-main { grid-template-columns: 285px minmax(280px, 1fr) auto; gap: 18px; }
.gapz8-utilities { gap: 14px; }
.gapz24-header-map,
.gapz24-drawer-map {
  min-height: 44px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid rgba(176,125,60,.58); border-radius: 2px;
  background: linear-gradient(180deg, rgba(19,44,37,.82), rgba(5,20,17,.94)); color: #d9c6a5;
  font: 700 8px/1.1 var(--g8-ui); letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; cursor: pointer;
}
.gapz24-header-map svg { width: 19px; height: 19px; fill: none; stroke: #d2a65e; stroke-width: 1.4; }
.gapz24-header-map:hover, .gapz24-header-map:focus-visible,
.gapz24-drawer-map:hover, .gapz24-drawer-map:focus-visible { border-color: #d2a65e; background: #143a31; color: #f0dfc1; outline: 1px solid rgba(210,166,94,.42); outline-offset: 2px; }
.gapz24-drawer-map { width: 100%; }
.gapz9-map-tab { display: none !important; }

.gapz11-odin-head div > span, .gapz11-odin-message > span,
.gapz11-odin-results-label, .gapz11-odin-card-format { font-size: 9px; line-height: 1.35; }
.gapz11-odin-message p { margin-top: 7px; font-size: 20px; line-height: 1.5; }
.gapz11-odin-log { min-height: 112px; max-height: 190px; padding-top: 20px; }
.gapz11-odin-prompts { gap: 9px; padding-bottom: 15px; }
.gapz11-odin-prompts button { min-height: 42px; padding: 9px 13px; font-size: 9px; line-height: 1.25; }
.gapz11-odin-card-title { font-size: 17px; line-height: 1.2; }
.gapz11-odin-card-facts { min-height: 30px; font-size: 9px; line-height: 1.45; }
.gapz11-odin-card-actions .gapz11-odin-add, .gapz11-odin-view { font-size: 8px; line-height: 1.25; }
.gapz11-odin-card-actions .gapz11-odin-add { min-height: 38px; padding: 8px; }
.gapz11-odin-truth { font-size: 9px; line-height: 1.5; }
.gapz8-card-badge.is-out-of-stock { border-color: #8e4d43; background: rgba(73,25,22,.96); color: #f0c5b9; }

.gapz22-map-title {
  top: 4.5%; right: 4.15%; width: 29.8%; padding: 9px 8px 7px;
  border: 1px solid rgba(112,72,32,.32); border-left-color: rgba(195,140,65,.18); border-right-color: rgba(31,17,7,.7); border-radius: 2px;
  background: linear-gradient(180deg, rgba(48,29,13,.42), rgba(11,7,4,.52)); color: rgba(205,151,76,.84);
  font-weight: 500; letter-spacing: .12em; text-shadow: 0 1px 0 #1a0e06, 0 -1px 0 rgba(229,176,93,.12), 0 3px 8px rgba(0,0,0,.7);
  box-shadow: inset 0 1px 0 rgba(220,161,83,.08), inset 0 -2px 6px rgba(0,0,0,.34); opacity: .78;
}
.gapz22-map-title::after { width: 54%; margin-top: 6px; opacity: .55; }
.gapz16-hall-stage:not(.is-counter-close) > .gapz22-entrance-bell { left: 12.8%; bottom: 25.3%; width: 9.5%; height: 12.5%; aspect-ratio: auto; }
.gapz16-hall-stage:not(.is-counter-close) > .gapz22-entrance-bell picture { display: none; }
.gapz16-hall-stage:not(.is-counter-close) > .gapz22-entrance-bell .gapz11-bell-spark { top: 43%; left: 48%; width: 11%; }

.gapz1019-listening-player audio {
  width: 100%; height: 48px; display: block; margin: 10px 0 8px; border: 1px solid rgba(180,128,62,.54); border-radius: 3px;
  background: #d9d1bd; color-scheme: dark; accent-color: #4fae9f;
}
.gapz1019-listening-player [data-gapz1024-listening-note] { margin: 8px 0 11px; font-size: 13px; line-height: 1.45; }
.gapz8-room-hotspot--gramophone { left: 51% !important; top: 43.5% !important; }

.gapz24-private-page .gapz8-footer { display: none; }
.gapz24-private-page .gapz8-main { min-height: 0; }
.gapz24-private-staircase { position: relative; height: calc(100svh - 117px); min-height: 540px; overflow: hidden; background: #020504; }
.gapz24-private-staircase picture, .gapz24-private-staircase picture img { display: block; width: 100%; height: 100%; }
.gapz24-private-staircase picture img { object-fit: cover; object-position: center; }
.gapz24-private-vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 52%, transparent 42%, rgba(0,0,0,.44) 100%), linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.3)); box-shadow: inset 0 0 0 1px rgba(192,137,65,.23), inset 0 0 110px rgba(0,0,0,.46); }
.gapz24-private-map { position: absolute; z-index: 3; left: 3%; bottom: 4%; min-height: 46px; padding: 10px 15px; border: 1px solid rgba(195,141,68,.68); background: rgba(3,15,12,.88); color: #e0ccaa; font: 700 8px/1.2 var(--g8-ui); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.gapz24-private-map:hover, .gapz24-private-map:focus-visible { background: #143b32; outline: 1px solid #d2a45c; outline-offset: 3px; }

@media (max-width: 1180px) {
  .gapz8-header-main { grid-template-columns: 250px minmax(260px, 1fr) auto; }
  .gapz24-header-map span { display: none; }
  .gapz24-header-map { width: 44px; padding: 0; }
}
@media (max-width: 760px) {
  .gapz24-header-map { display: none; }
  .gapz11-odin-message p { font-size: 18px; line-height: 1.48; }
  .gapz11-odin-prompts button { min-height: 40px; font-size: 8px; }
  .gapz22-map-title { top: 12.6%; right: 3.2%; width: 34%; padding: 5px 3px 4px; font-size: clamp(9px,2.8vw,15px); }
  .gapz16-hall-stage:not(.is-counter-close) > .gapz22-entrance-bell { left: 11%; bottom: 38%; width: 19%; height: 11%; }
  .gapz24-private-staircase { height: calc(100svh - 64px); min-height: 520px; }
  .gapz24-private-staircase picture img { object-position: 50% center; }
}
/* v10.0.26 — definitive GAPZ production storefront, live catalogue portal and matched phone composition. */
.gapz16-storefront-stage {
  background-image: url("assets/images/gapz-emporium-storefront-v1027.jpg");
  background-image: image-set(url("assets/images/gapz-emporium-storefront-v1027.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-v1027.jpg") type("image/jpeg"));
}
.gapz16-storefront-stage .gapz10-store-doorway {
  top: 30.3%; left: 40.9%; width: 11.3%; height: 58.8%;
}
.gapz16-storefront-stage .gapz10-store-door-leaf {
  background-image: url("assets/images/gapz-emporium-storefront-v1027.jpg");
  background-image: image-set(url("assets/images/gapz-emporium-storefront-v1027.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-v1027.jpg") type("image/jpeg"));
  background-position: 46.11% 73.54%;
  background-size: 884.96% 170.07%;
}
.gapz16-storefront-stage .gapz10-store-door-handle {
  top: 55%; left: 13%; width: 32px; height: 32px; transform: translate(-50%,-50%);
}
.gapz16-storefront-stage .gapz10-store-door-handle::before {
  width: 4px; height: 4px; border: 0; border-radius: 50%; background: #f5d18b;
  box-shadow: 0 0 4px #fff0c0, 0 0 10px rgba(233,174,83,.8), 0 0 19px rgba(69,188,171,.2);
  animation: gapz1026-handle-glint 7.6s ease-in-out infinite;
}
.gapz16-storefront-stage .gapz10-store-door-handle::after,
.gapz16-storefront-stage .gapz10-store-door-handle > span { display: none; }
.gapz16-storefront-stage .gapz14-display-window {
  top: 29.8%; left: 19.1%; width: 20.1%; height: 48.8%;
}
.gapz16-storefront-stage .gapz9-window-portal.gapz8-portal {
  position: absolute; z-index: 6; top: 25.6%; right: auto; bottom: auto; left: 56.7%;
  width: 36.4%; height: auto; aspect-ratio: 1; margin: 0; overflow: visible; isolation: isolate;
  border: 0; border-radius: 50%; background: transparent; box-shadow: none;
}
.gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-glass {
  inset: 13.5%; background: radial-gradient(ellipse at 50% 79%, rgba(187,138,65,.09), transparent 32%), radial-gradient(ellipse at 50% 47%, rgba(19,91,83,.07), rgba(1,7,6,.05) 69%, rgba(0,3,3,.24));
  box-shadow: inset 0 0 30px rgba(0,0,0,.32), inset 0 0 0 1px rgba(79,185,169,.08);
}
.gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-glass::before {
  background: radial-gradient(ellipse at 50% 54%, transparent 44%, rgba(0,0,0,.18) 82%, rgba(0,0,0,.4));
}
.gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-pedestal { display: none; }
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object { width: 44%; height: 66%; }
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object img { mix-blend-mode: normal; }
.gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-inscription { display: none; }
.gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-magic { inset: 14%; }
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-previous { left: 8%; }
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-next { right: 8%; }
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-pause { right: 13%; bottom: 12%; }
@keyframes gapz1026-handle-glint {
  0%, 58%, 70%, 100% { opacity: 0; transform: scale(.25) rotate(-20deg); }
  62% { opacity: .24; transform: scale(.68) rotate(0); }
  65% { opacity: 1; transform: scale(1.35) rotate(22deg); }
  68% { opacity: .12; transform: scale(.58) rotate(42deg); }
}
@media (max-width: 960px) {
  .gapz16-storefront-stage .gapz10-store-doorway { top: 33.5%; left: 34.3%; width: 20.1%; height: 39.6%; }
  .gapz16-storefront-stage .gapz10-store-door-leaf {
    background-image: url("assets/images/gapz-emporium-storefront-mobile-v1027.jpg");
    background-image: image-set(url("assets/images/gapz-emporium-storefront-mobile-v1027.webp") type("image/webp"), url("assets/images/gapz-emporium-storefront-mobile-v1027.jpg") type("image/jpeg"));
    background-position: 42.93% 55.46%; background-size: 497.51% 252.53%;
  }
  .gapz16-storefront-stage .gapz10-store-door-handle { top: 54%; left: 13%; transform: translate(-50%,-50%) scale(.78); }
  .gapz16-storefront-stage .gapz14-display-window { top: 34.1%; left: 4.1%; width: 28.4%; height: 37.3%; }
  .gapz16-storefront-stage .gapz9-window-portal.gapz8-portal {
    top: 33.7%; right: auto; left: 54.5%; width: 43.7%; height: 33.6%; aspect-ratio: auto; overflow: visible;
    border: 0; background: transparent; box-shadow: none;
  }
  .gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-glass { inset: 12% 13%; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object { width: 44%; height: 64%; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-magic { inset: 13%; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-previous { left: 7%; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-next { right: 7%; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-pause { right: 12%; bottom: 11%; }
}
@media (prefers-reduced-motion: reduce) {
  .gapz16-storefront-stage .gapz10-store-door-handle::before { animation: none; opacity: .25; }
}
/* v10.0.27 — single-premises storefront: neighbouring frontage removed without redesigning GAPZ. */
.gapz16-storefront-stage .gapz10-store-doorway { top: 27.7%; left: 32.6%; width: 12.9%; height: 65.9%; }
.gapz16-storefront-stage .gapz10-store-door-leaf { background-position: 37.43% 81.23%; background-size: 775.19% 151.75%; }
.gapz16-storefront-stage .gapz14-display-window { top: 27.1%; left: 7.8%; width: 22.9%; height: 54.7%; }
.gapz16-storefront-stage .gapz9-window-portal.gapz8-portal { top: 22.6%; left: 50.7%; width: 41.4%; height: auto; aspect-ratio: 1; }
@media (max-width: 960px) {
  .gapz16-storefront-stage .gapz10-store-doorway { top: 33.5%; left: 34.3%; width: 20.1%; height: 39.6%; }
  .gapz16-storefront-stage .gapz10-store-door-leaf { background-position: 42.93% 55.46%; background-size: 497.51% 252.53%; }
  .gapz16-storefront-stage .gapz14-display-window { top: 34.1%; left: 4.1%; width: 28.4%; height: 37.3%; }
  .gapz16-storefront-stage .gapz9-window-portal.gapz8-portal { top: 33.7%; left: 54.5%; width: 43.7%; height: 33.6%; aspect-ratio: auto; }
}
/* v10.0.28 — storefront-derived close-ups: exact display-window continuity and a live portal inspection view. */
.gapz14-window-view {
  width: min(72vw, 720px);
  height: min(90dvh, 1006px);
  max-height: 90dvh;
  aspect-ratio: 930 / 1300;
}
.gapz14-window-view img { object-fit: cover; object-position: center; }
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-slide { pointer-events: none; }
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object { pointer-events: auto; }
.gapz28-portal-inspect {
  appearance: none;
  position: absolute;
  z-index: 0;
  top: auto;
  right: 7%;
  bottom: 7%;
  left: auto;
  display: block;
  width: 31%;
  height: 31%;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  cursor: zoom-in;
}
.gapz28-portal-inspect > span[aria-hidden="true"] {
  position: absolute;
  right: 19%;
  bottom: 15%;
  width: 5px;
  height: 5px;
  overflow: visible;
  color: #f4cf87;
  font-size: 13px;
  line-height: 5px;
  text-shadow: 0 0 5px #fff0c2, 0 0 13px rgba(224,164,76,.82), 0 0 20px rgba(69,184,168,.28);
  opacity: 0;
  animation: gapz28-inspect-glint 8.4s ease-in-out infinite 1.9s;
}
.gapz28-portal-inspect:focus-visible {
  outline: 1px solid rgba(228,177,93,.52) !important;
  outline-offset: -13px !important;
  box-shadow: inset 0 0 18px rgba(66,192,174,.1) !important;
}
body.gapz28-portal-is-open { overflow: hidden; }
.gapz28-portal-overlay[hidden] { display: none !important; }
.gapz28-portal-overlay {
  position: fixed;
  z-index: 100001;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(10px, 2vw, 28px);
  background:
    radial-gradient(circle at 50% 48%, rgba(29,92,83,.16), transparent 44%),
    radial-gradient(circle at 50% 58%, rgba(142,91,38,.12), transparent 55%),
    rgba(0,4,4,.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .34s ease, visibility .34s ease;
}
.gapz28-portal-overlay.is-open { opacity: 1; visibility: visible; }
.gapz28-portal-view {
  position: relative;
  width: min(92vw, 88dvh, 920px);
  aspect-ratio: 1;
  overflow: hidden;
  isolation: isolate;
  background: #030706;
  box-shadow: 0 42px 110px rgba(0,0,0,.92), 0 0 0 1px rgba(179,124,56,.35);
  transform: scale(.972);
  transition: transform .45s cubic-bezier(.2,.75,.2,1);
}
.gapz28-portal-overlay.is-open .gapz28-portal-view { transform: scale(1); }
.gapz28-portal-art,
.gapz28-portal-art img {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.gapz28-portal-art img { object-fit: cover; object-position: center; filter: brightness(1.08) saturate(1.05) contrast(1.02); }
.gapz28-portal-glass {
  position: absolute;
  z-index: 1;
  inset: 18.7% 18.5% 17.7%;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 12%, rgba(239,226,191,.06) 24%, transparent 34%),
    linear-gradient(72deg, transparent 63%, rgba(194,232,223,.045) 72%, transparent 80%),
    radial-gradient(circle at 50% 70%, rgba(187,137,67,.08), transparent 34%),
    radial-gradient(circle at 50% 48%, transparent 52%, rgba(0,0,0,.32) 100%);
  box-shadow: inset 0 0 80px rgba(0,0,0,.55), inset 0 0 0 1px rgba(75,184,168,.12);
}
.gapz28-portal-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(108deg, transparent 0 13%, rgba(249,232,192,.065) 20%, transparent 30% 100%);
  opacity: .62;
  transform: translateX(-3%);
  animation: gapz28-glass-drift 13s ease-in-out infinite alternate;
}
.gapz28-portal-magic {
  position: absolute;
  z-index: 2;
  inset: 22%;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
}
.gapz28-portal-magic::before,
.gapz28-portal-magic::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.gapz28-portal-magic::before {
  background:
    radial-gradient(circle at 22% 33%, rgba(255,229,169,.9) 0 1px, transparent 2px),
    radial-gradient(circle at 73% 29%, rgba(76,205,185,.72) 0 1px, transparent 2px),
    radial-gradient(circle at 31% 74%, rgba(221,165,81,.8) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 68% 69%, rgba(91,211,194,.62) 0 1px, transparent 2px),
    radial-gradient(ellipse at 50% 68%, rgba(203,151,77,.12), transparent 48%);
  opacity: .42;
  animation: gapz28-motes 7.8s ease-in-out infinite;
}
.gapz28-portal-magic::after {
  inset: 24% 12%;
  background: radial-gradient(ellipse at 50% 55%, rgba(69,187,170,.16), rgba(225,173,91,.08) 33%, transparent 68%);
  filter: blur(16px);
  opacity: .58;
}
.gapz28-portal-product {
  position: absolute;
  z-index: 4;
  top: 27%;
  left: 34%;
  width: 32%;
  height: 47%;
  display: grid;
  place-items: center;
  color: inherit;
  text-decoration: none;
  perspective: 1100px;
}
.gapz28-portal-object {
  position: relative;
  width: 72%;
  height: 86%;
  display: grid;
  place-items: center;
  transform: translateY(-1%) rotateY(-4deg);
  transform-style: preserve-3d;
  filter: drop-shadow(18px 24px 18px rgba(0,0,0,.84)) drop-shadow(0 0 18px rgba(66,195,177,.19));
  transition: transform .3s ease, filter .3s ease;
}
.gapz28-portal-object::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 7%;
  bottom: 7%;
  left: -7px;
  width: 8px;
  background: linear-gradient(90deg,#0c0906,#7b6344,#191008);
  transform: rotateY(68deg);
  transform-origin: right;
  opacity: .74;
}
.gapz28-portal-object img { display: block; width: 100%; height: 100%; object-fit: contain; }
.gapz28-portal-product:hover .gapz28-portal-object,
.gapz28-portal-product:focus-visible .gapz28-portal-object { transform: translateY(-3%) rotateY(-1deg) scale(1.035); filter: drop-shadow(18px 24px 18px rgba(0,0,0,.88)) drop-shadow(0 0 25px rgba(77,207,188,.29)); }
.gapz28-portal-product:focus-visible { outline: 1px solid rgba(226,174,88,.52); outline-offset: 7px; }
.gapz28-portal-view.is-refreshing .gapz28-portal-object { animation: gapz28-product-emerge .72s cubic-bezier(.2,.72,.24,1) both; }
.gapz28-portal-previous,
.gapz28-portal-next,
.gapz28-portal-close {
  appearance: none;
  position: absolute;
  z-index: 7;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(205,151,79,.68);
  border-radius: 50%;
  background: rgba(2,9,8,.8);
  color: #ead2a7;
  box-shadow: 0 8px 23px rgba(0,0,0,.62), inset 0 0 14px rgba(68,188,171,.09);
  cursor: pointer;
}
.gapz28-portal-previous,
.gapz28-portal-next { top: 47%; width: 48px; height: 48px; font: 400 32px/1 Georgia,serif; transform: translateY(-50%); }
.gapz28-portal-previous { left: 7.5%; }
.gapz28-portal-next { right: 7.5%; }
.gapz28-portal-close { top: 3%; right: 3%; width: 46px; height: 46px; font: 300 30px/1 Georgia,serif; }
.gapz28-portal-previous:hover,
.gapz28-portal-next:hover,
.gapz28-portal-close:hover,
.gapz28-portal-previous:focus-visible,
.gapz28-portal-next:focus-visible,
.gapz28-portal-close:focus-visible { border-color: #f1c77f; background: rgba(11,31,27,.94); color: #fff0d0; outline: 1px solid rgba(73,198,180,.42); outline-offset: 3px; }
@keyframes gapz28-inspect-glint {
  0%, 55%, 69%, 100% { opacity: 0; transform: scale(.2) rotate(0); }
  60% { opacity: .22; transform: scale(.72) rotate(20deg); }
  63% { opacity: 1; transform: scale(1.35) rotate(48deg); }
  66% { opacity: .18; transform: scale(.58) rotate(84deg); }
}
@keyframes gapz28-glass-drift { from { transform: translateX(-4%); opacity: .48; } to { transform: translateX(4%); opacity: .7; } }
@keyframes gapz28-motes { 0%,100% { opacity: .25; transform: rotate(-4deg) scale(.92); } 50% { opacity: .62; transform: rotate(5deg) scale(1.03); } }
@keyframes gapz28-product-emerge { 0% { opacity: .12; transform: translateY(7%) rotateY(5deg) scale(.7); filter: blur(3px) drop-shadow(0 0 10px rgba(70,197,179,.18)); } 100% { opacity: 1; transform: translateY(-1%) rotateY(-4deg) scale(1); filter: blur(0) drop-shadow(18px 24px 18px rgba(0,0,0,.84)) drop-shadow(0 0 18px rgba(66,195,177,.19)); } }
@media (max-width: 600px) {
  .gapz14-window-view { width: min(92vw, 620px); height: auto; max-height: 88dvh; aspect-ratio: 930 / 1300; }
  .gapz28-portal-overlay { padding: 8px; }
  .gapz28-portal-view { width: min(96vw, 86dvh); }
  .gapz28-portal-product { top: 27%; left: 33%; width: 34%; height: 47%; }
  .gapz28-portal-previous,
  .gapz28-portal-next { width: 44px; height: 44px; font-size: 28px; background: rgba(2,9,8,.92); }
  .gapz28-portal-previous { left: 7%; }
  .gapz28-portal-next { right: 7%; }
  .gapz28-portal-close { top: 4%; right: 6%; width: 44px; height: 44px; font-size: 28px; background: rgba(2,9,8,.92); }
}
@media (prefers-reduced-motion: reduce) {
  .gapz28-portal-inspect > span[aria-hidden="true"],
  .gapz28-portal-glass::after,
  .gapz28-portal-magic::before,
  .gapz28-portal-view.is-refreshing .gapz28-portal-object { animation: none; }
  .gapz28-portal-overlay,
  .gapz28-portal-view,
  .gapz28-portal-object { transition: none; }
}
/* v10.0.29 - Entrance Hall scene isolation and full-frame artwork repair. */
.gapz16-hall-stage.gapz11-odin-room {
  min-height: 0;
  padding: 0;
  background: #020504;
}
.gapz16-hall-stage > .gapz16-hall-art,
.gapz16-hall-stage > .gapz16-hall-art img {
  inset: 0;
  width: 100%;
  height: 100%;
}
/* v10.0.30 - definitive atmospheric Entrance Hall artwork and aligned discoveries. */
.gapz16-hall-stage::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.17), transparent 29%, transparent 78%, rgba(0,0,0,.07)),
    radial-gradient(ellipse at 50% 54%, transparent 52%, rgba(0,0,0,.2) 112%);
}
.gapz16-hall-stage .gapz10-hall-hotspot--map { top: 3%; right: .5%; width: 33%; height: 81%; }
.gapz16-hall-stage .gapz10-hall-hotspot--portal { top: 20%; left: 45.5%; width: 19.5%; height: 55%; }
.gapz16-hall-stage .gapz10-hall-hotspot--counter { left: 0; bottom: 0; width: 34%; height: 34%; }
.gapz16-hall-stage:not(.is-counter-close) > .gapz22-entrance-bell { left: 15.2%; bottom: 20.8%; width: 9.2%; height: 11.5%; }
.gapz16-hall-stage:not(.is-counter-close) > .gapz22-entrance-bell .gapz11-bell-spark { top: 38%; left: 49%; width: 10%; }
.gapz16-hall-stage .gapz10-hall-hotspot--map::after { top: 18%; left: 56%; }
.gapz16-hall-stage .gapz10-hall-hotspot--portal::after {
  top: 43%; left: 52%; color: #73c8b9;
  text-shadow: 0 0 7px rgba(93,203,183,.7), 0 0 17px rgba(44,157,140,.34);
}
.gapz16-hall-stage .gapz10-hall-hotspot--counter::after { top: 57%; left: 52%; }
@media (max-width: 960px) {
  .gapz16-hall-stage .gapz10-hall-hotspot--map { top: 18%; right: 0; width: 40%; height: 39%; }
  .gapz16-hall-stage .gapz10-hall-hotspot--portal { top: 25%; left: 45%; width: 20%; height: 31%; }
  .gapz16-hall-stage .gapz10-hall-hotspot--counter { left: 0; bottom: 0; width: 51%; height: 43%; }
  .gapz16-hall-stage:not(.is-counter-close) > .gapz22-entrance-bell { left: 25%; bottom: 33%; width: 16%; height: 10%; }
}

/* v10.0.31 - live room-to-purchase drawer for the Listening Room. */
.gapz1031-room-shop[hidden] { display: none !important; }
.gapz1031-room-shop {
  position: fixed;
  z-index: 100040;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
}
.gapz1031-room-shop-scrim {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: linear-gradient(90deg, rgba(1,7,6,.26), rgba(1,7,6,.76) 58%, rgba(1,7,6,.92));
  opacity: 0;
  cursor: default;
  transition: opacity .28s ease;
}
.gapz1031-room-shop-panel {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(700px, 50vw);
  min-width: 560px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-left: 1px solid rgba(182,131,61,.78);
  outline: 0;
  background:
    linear-gradient(155deg, rgba(6,22,18,.985), rgba(2,10,9,.99)),
    radial-gradient(circle at 15% 0, rgba(173,118,45,.1), transparent 42%);
  box-shadow: -25px 0 75px rgba(0,0,0,.68), inset 18px 0 45px rgba(163,110,39,.035);
  transform: translateX(102%);
  transition: transform .36s cubic-bezier(.2,.75,.2,1);
}
.gapz1031-room-shop.is-visible .gapz1031-room-shop-scrim { opacity: 1; }
.gapz1031-room-shop.is-visible .gapz1031-room-shop-panel { transform: none; }
.gapz1031-room-shop-header {
  flex: 0 0 auto;
  min-height: 105px;
  padding: 25px 76px 20px 28px;
  position: relative;
  border-bottom: 1px solid rgba(182,131,61,.55);
  background: linear-gradient(180deg, rgba(32,28,19,.7), rgba(4,18,15,.6));
}
.gapz1031-room-shop-header span {
  display: block;
  margin-bottom: 7px;
  color: #56b6aa;
  font: 700 9px/1.2 var(--g8-ui);
  letter-spacing: .17em;
  text-transform: uppercase;
}
.gapz1031-room-shop-header h2 {
  margin: 0;
  color: var(--g8-parchment);
  font: 600 clamp(34px,3.1vw,47px)/.98 var(--g8-display);
  letter-spacing: .015em;
}
.gapz1031-room-shop-header > button {
  position: absolute;
  top: 24px;
  right: 25px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(190,140,72,.75);
  border-radius: 50%;
  background: rgba(5,25,21,.82);
  color: #ead9ba;
  font: 300 27px/1 Arial,sans-serif;
  cursor: pointer;
}
.gapz1031-room-shop-header > button:hover,
.gapz1031-room-shop-header > button:focus-visible { border-color: var(--g8-teal-glow); background: #12352f; }
.gapz1031-room-shop-intro {
  flex: 0 0 auto;
  margin: 0;
  padding: 15px 28px;
  border-bottom: 1px solid rgba(182,131,61,.25);
  color: #b9ab93;
  font: 400 14px/1.45 var(--g8-body);
}
.gapz1031-room-products {
  flex: 1 1 auto;
  min-height: 0;
  padding: 18px 20px 26px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-content: start;
  gap: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(181,131,64,.72) rgba(2,12,10,.7);
}
.gapz1031-room-product {
  min-width: 0;
  min-height: 166px;
  padding: 10px;
  display: grid;
  grid-template-columns: 96px minmax(0,1fr);
  gap: 12px;
  border: 1px solid rgba(177,126,60,.5);
  border-radius: 4px;
  background: linear-gradient(145deg, rgba(10,31,26,.9), rgba(3,15,13,.96));
  box-shadow: inset 0 0 25px rgba(193,138,62,.025);
}
.gapz1031-room-product:hover { border-color: rgba(211,161,84,.78); }
.gapz1031-room-product-image {
  width: 96px;
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(187,135,69,.4);
  background: #07110f;
  overflow: hidden;
}
.gapz1031-room-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.gapz1031-room-product-copy { min-width: 0; display: flex; flex-direction: column; }
.gapz1031-room-product-format {
  display: block;
  margin: 1px 0 5px;
  overflow: hidden;
  color: #4fb1a5;
  font: 700 8px/1.3 var(--g8-ui);
  letter-spacing: .1em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.gapz1031-room-product h3 {
  margin: 0 0 6px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #eadabd;
  font: 600 17px/1.12 var(--g8-display);
}
.gapz1031-room-product h3 a { color: inherit; text-decoration: none; }
.gapz1031-room-product h3 a:hover,
.gapz1031-room-product h3 a:focus-visible { color: #f3c875; }
.gapz1031-room-product-meta {
  margin-bottom: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  color: #9d917d;
  font: 700 8px/1.25 var(--g8-ui);
  letter-spacing: .055em;
  text-transform: uppercase;
}
.gapz1031-room-product-meta span + span::before { content: "·"; margin-right: 8px; color: #aa7740; }
.gapz1031-room-product-buy { margin-top: auto; display: grid; gap: 7px; }
.gapz1031-room-product-buy > strong { color: #dcaa59; font: 600 17px/1 var(--g8-display); }
.gapz1031-room-product-buy > strong del { color: #857763; font-size: .75em; }
.gapz1031-room-product-add.button {
  width: 100%;
  min-height: 36px;
  padding: 8px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(82,178,166,.7);
  border-radius: 2px;
  background: rgba(15,72,62,.82);
  color: #f0dfc1;
  font: 700 8px/1.2 var(--g8-ui);
  letter-spacing: .07em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.gapz1031-room-product-add.button:hover,
.gapz1031-room-product-add.button:focus-visible { border-color: #76cabe; background: #175f52; color: #fff3dc; }
.gapz1031-room-product-add.added::after { content: " ✓"; margin-left: 6px; color: #9ee0d5; }
.gapz1031-room-shop-footer {
  flex: 0 0 auto;
  min-height: 66px;
  padding: 12px 20px max(12px,env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(182,131,61,.55);
  background: rgba(2,13,11,.98);
}
.gapz1031-room-shop-footer a {
  min-height: 40px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(177,126,60,.65);
  color: #e5d3b5;
  font: 700 8px/1.2 var(--g8-ui);
  letter-spacing: .065em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.gapz1031-room-shop-footer a:last-child { border-color: rgba(82,178,166,.72); background: rgba(14,61,53,.76); }
.gapz1031-room-shop-footer a:hover,
.gapz1031-room-shop-footer a:focus-visible { border-color: #66beb2; background: #123c34; }

@media (max-width: 960px) {
  .gapz1031-room-shop { display: flex; align-items: flex-end; }
  .gapz1031-room-shop-scrim { background: rgba(1,7,6,.68); }
  .gapz1031-room-shop-panel {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
    max-height: min(82dvh,780px);
    border: 1px solid rgba(190,139,69,.82);
    border-bottom: 0;
    border-radius: 13px 13px 0 0;
    box-shadow: 0 -22px 65px rgba(0,0,0,.75);
    transform: translateY(103%);
  }
  .gapz1031-room-shop-header { min-height: 88px; padding: 19px 70px 15px 20px; }
  .gapz1031-room-shop-header::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 44px;
    height: 3px;
    border-radius: 4px;
    background: rgba(216,176,109,.55);
    transform: translateX(-50%);
  }
  .gapz1031-room-shop-header h2 { font-size: clamp(30px,8vw,39px); }
  .gapz1031-room-shop-header > button { top: 20px; right: 17px; width: 44px; height: 44px; }
  .gapz1031-room-shop-intro { padding: 12px 20px; font-size: 13px; }
  .gapz1031-room-products { grid-template-columns: 1fr; padding: 13px 14px 18px; gap: 9px; }
  .gapz1031-room-product { min-height: 142px; grid-template-columns: 82px minmax(0,1fr); padding: 8px; gap: 10px; }
  .gapz1031-room-product-image { width: 82px; height: 118px; }
  .gapz1031-room-product h3 { font-size: 16px; -webkit-line-clamp: 2; }
  .gapz1031-room-product-buy { grid-template-columns: auto minmax(105px,1fr); align-items: center; }
  .gapz1031-room-product-buy > strong { font-size: 16px; }
  .gapz1031-room-shop-footer { min-height: 62px; padding-inline: 14px; }
  .gapz1031-room-shop-footer a { flex: 1 1 50%; }
}
@media (max-width: 420px) {
  .gapz1031-room-shop-panel { max-height: 86dvh; }
  .gapz1031-room-shop-header span { font-size: 8px; }
  .gapz1031-room-shop-intro { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .gapz1031-room-shop-scrim,
  .gapz1031-room-shop-panel { transition: none; }
}
/* v10.0.32 — After Midnight: refined Horror Room plus live cross-format cabinet. */
.gapz1032-room-shop-filters {
  flex: 0 0 auto;
  padding: 10px 20px;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  border-bottom: 1px solid rgba(182,131,61,.28);
  background: rgba(3,13,11,.94);
}
.gapz1032-room-shop-filters a {
  min-height: 32px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(178,128,63,.58);
  border-radius: 2px;
  color: #d8c7aa;
  font: 700 8px/1 var(--g8-ui);
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}
.gapz1032-room-shop-filters a:hover,
.gapz1032-room-shop-filters a:focus-visible { border-color: #c99462; background: rgba(83,45,31,.6); color: #fff0d5; }
.gapz1031-room-shop--horror .gapz1031-room-shop-panel {
  background:
    radial-gradient(circle at 92% 0, rgba(111,49,35,.12), transparent 35%),
    linear-gradient(155deg, rgba(12,24,21,.992), rgba(3,10,9,.997));
}
.gapz1031-room-shop--horror .gapz1031-room-shop-header span,
.gapz1031-room-shop--horror .gapz1031-room-product-format { color: #c89274; }
.gapz1031-room-shop--horror .gapz1031-room-product {
  background: linear-gradient(145deg, rgba(29,27,22,.94), rgba(11,17,15,.97));
}
.gapz1031-room-shop--horror .gapz1031-room-product-add.button {
  border-color: rgba(184,128,86,.75);
  background: rgba(77,44,32,.82);
}
.gapz1031-room-shop--horror .gapz1031-room-product-add.button:hover,
.gapz1031-room-shop--horror .gapz1031-room-product-add.button:focus-visible { border-color: #d7a474; background: #744632; }
.gapz1031-room-shop-footer button {
  min-height: 40px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(177,126,60,.65);
  background: transparent;
  color: #e5d3b5;
  font: 700 8px/1.2 var(--g8-ui);
  letter-spacing: .065em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.gapz1031-room-shop-footer button:hover,
.gapz1031-room-shop-footer button:focus-visible { border-color: #66beb2; background: #123c34; }

@media (max-width: 960px) {
  .gapz1032-room-shop-filters { padding: 9px 14px; }
  .gapz1031-room-shop-footer {
    display: grid;
    grid-template-columns: .82fr 1.45fr .82fr;
  }
  .gapz1031-room-shop-footer a,
  .gapz1031-room-shop-footer button { min-width: 0; padding-inline: 7px; font-size: 7px; }
}

@media (max-width: 420px) {
  .gapz1031-room-shop--horror .gapz1031-room-shop-header h2 { max-width: 270px; font-size: clamp(27px,7.6vw,34px); }
  .gapz1032-room-shop-filters a { min-height: 30px; padding: 7px 9px; font-size: 7px; }
  .gapz1031-room-shop-footer { grid-template-columns: .78fr 1.34fr .78fr; gap: 6px; }
}
/* v10.0.33 - customer-first room navigation and truthful empty-shelf recovery. */
.gapz1033-room-actions[hidden] { display: none !important; }
.gapz1033-room-actions {
  position: absolute;
  z-index: 8;
  left: max(3%, calc((100vw - var(--g8-canvas)) / 2 + 32px));
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px;
  border: 1px solid rgba(177,126,60,.52);
  border-radius: 4px;
  background: rgba(3,14,12,.88);
  box-shadow: 0 14px 34px rgba(0,0,0,.48);
  backdrop-filter: blur(8px);
}
.gapz1033-room-action {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(183,133,68,.48);
  border-radius: 2px;
  background: rgba(8,27,23,.72);
  color: #ddceb3;
  font: 700 8px/1.15 var(--g8-ui);
  letter-spacing: .075em;
  text-transform: uppercase;
  cursor: pointer;
}
.gapz1033-room-action:hover,
.gapz1033-room-action:focus-visible { border-color: #72c6ba; background: #123c34; color: #fff1d5; }
.gapz1033-room-action--shop { border-color: rgba(91,191,177,.82); background: rgba(17,76,65,.9); color: #f5e6ca; }
.gapz8-room-return {
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.gapz8-room-return span { font: 300 27px/1 Arial,sans-serif; }
.gapz8-room-discovery { z-index: 10; }
.gapz1033-empty-shelf {
  width: min(100%, 860px);
  margin: 22px auto 42px;
  padding: clamp(24px,4vw,42px);
  border: 1px solid rgba(176,126,62,.58);
  border-radius: 5px;
  background:
    radial-gradient(circle at 90% 0, rgba(99,48,35,.13), transparent 34%),
    linear-gradient(145deg, rgba(9,27,23,.97), rgba(3,13,11,.99));
  box-shadow: inset 0 0 42px rgba(173,119,48,.04), 0 18px 45px rgba(0,0,0,.28);
}
.gapz1033-empty-shelf > span { color: #c78d6f; font: 700 9px/1 var(--g8-ui); letter-spacing: .15em; text-transform: uppercase; }
.gapz1033-empty-shelf h2 { max-width: 680px; margin: 10px 0 12px; color: var(--g8-parchment); font: 600 clamp(28px,3.2vw,43px)/1.05 var(--g8-display); }
.gapz1033-empty-shelf p { max-width: 650px; margin: 0; color: #bdae96; font-size: 17px; line-height: 1.45; }
.gapz1033-empty-shelf div { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
.gapz1033-empty-shelf a,
.gapz1033-empty-shelf button {
  min-height: 44px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(91,191,177,.76);
  border-radius: 2px;
  background: rgba(17,76,65,.86);
  color: #f1e1c3;
  font: 700 9px/1.2 var(--g8-ui);
  letter-spacing: .075em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.gapz1033-empty-shelf button { border-color: rgba(179,128,64,.7); background: rgba(20,32,26,.82); }
.gapz1033-empty-shelf a:hover,
.gapz1033-empty-shelf a:focus-visible,
.gapz1033-empty-shelf button:hover,
.gapz1033-empty-shelf button:focus-visible { border-color: #7dd0c4; background: #164d43; }

@media (min-width: 961px) {
  .gapz1033-room-action--discover { display: none; }
}

@media (max-width: 960px) {
  .gapz1033-room-actions {
    position: fixed;
    z-index: 101;
    left: max(8px, env(safe-area-inset-left));
    right: max(8px, env(safe-area-inset-right));
    bottom: max(8px, env(safe-area-inset-bottom));
    gap: 5px;
    padding: 5px;
  }
  .gapz1033-room-action { min-width: 0; min-height: 44px; padding: 7px 5px; flex: 1 1 0; font-size: 7px; }
  .gapz8-room-hero.is-exploring .gapz8-room-hotspots {
    bottom: calc(max(8px, env(safe-area-inset-bottom)) + 60px);
    gap: 6px;
    padding: 7px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    transform: translateY(12px);
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  }
  .gapz8-room-hero.is-exploring .gapz8-room-hotspots::-webkit-scrollbar { display: none; }
  .gapz8-room-hero.is-exploring.are-discoveries-visible .gapz8-room-hotspots {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }
  .gapz8-room-hero.is-exploring .gapz8-room-hotspot {
    min-width: 154px;
    height: 44px;
    padding: 0 10px;
    scroll-snap-align: start;
  }
  .gapz8-room-hero.is-exploring .gapz8-room-hotspot > b { font-size: 9px; line-height: 1.2; }
  .gapz8-room-hero.is-exploring .gapz8-room-return { top: max(10px,env(safe-area-inset-top)); right: max(10px,env(safe-area-inset-right)); padding: 0; }
  .gapz8-room-discovery { bottom: calc(max(8px,env(safe-area-inset-bottom)) + 60px); }
}

@media (max-width: 480px) {
  .gapz1033-empty-shelf { margin-top: 14px; padding: 23px 18px; }
  .gapz1033-empty-shelf p { font-size: 15px; }
  .gapz1033-empty-shelf div { display: grid; grid-template-columns: 1fr; }
  .gapz1033-empty-shelf a,
  .gapz1033-empty-shelf button { width: 100%; }
}

/* v10.0.34 - expanded live portal deck and a convincing physical shop-window glass layer. */
.gapz16-storefront-stage .gapz9-window-portal.gapz8-portal::before,
.gapz16-storefront-stage .gapz9-window-portal.gapz8-portal::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.gapz16-storefront-stage .gapz9-window-portal.gapz8-portal::before {
  z-index: 5;
  inset: 13.5%;
  opacity: .72;
  background:
    linear-gradient(119deg, rgba(255,239,205,.13) 0 3%, rgba(255,255,255,.035) 9%, transparent 24% 66%, rgba(75,190,176,.045) 78%, transparent 89%),
    linear-gradient(104deg, transparent 0 45%, rgba(238,213,168,.045) 47%, transparent 49% 100%),
    radial-gradient(ellipse at 36% 24%, rgba(255,231,186,.11), transparent 29%),
    radial-gradient(ellipse at 67% 76%, transparent 48%, rgba(0,0,0,.2) 86%);
  box-shadow:
    inset 14px 10px 28px rgba(255,225,173,.045),
    inset -22px -18px 35px rgba(0,0,0,.42),
    inset 0 0 3px rgba(210,180,126,.35);
}
.gapz16-storefront-stage .gapz9-window-portal.gapz8-portal::after {
  z-index: 4;
  inset: 12.7%;
  border: 1px solid rgba(208,160,87,.25);
  box-shadow:
    inset 0 0 0 2px rgba(6,24,21,.62),
    inset 0 0 24px rgba(72,179,164,.1),
    0 0 0 1px rgba(9,4,1,.74),
    0 0 13px rgba(0,0,0,.52);
}
.gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-pedestal {
  display: block;
  z-index: 1;
  left: 27%;
  right: 27%;
  bottom: 10%;
  height: 8%;
  opacity: .72;
  border-top-color: rgba(229,180,91,.34);
  background: radial-gradient(ellipse at 50% 10%, rgba(243,203,123,.31) 0 4%, rgba(68,197,178,.17) 28%, rgba(5,39,34,.06) 55%, transparent 74%);
  box-shadow: 0 -5px 15px rgba(66,192,174,.09), 0 4px 15px rgba(0,0,0,.38);
}
.gapz16-storefront-stage .gapz9-window-portal.is-conjuring::before {
  animation: gapz1034-glass-wake 1.28s ease-in-out both;
}
@keyframes gapz1034-glass-wake {
  0%, 100% { opacity: .72; filter: brightness(1); }
  46% { opacity: .9; filter: brightness(1.18); }
}
@media (max-width: 960px) {
  .gapz16-storefront-stage .gapz9-window-portal.gapz8-portal::before { inset: 12% 13%; }
  .gapz16-storefront-stage .gapz9-window-portal.gapz8-portal::after { inset: 11.2% 12.2%; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-pedestal { left: 28%; right: 28%; bottom: 9%; }
}
@media (prefers-reduced-motion: reduce) {
  .gapz16-storefront-stage .gapz9-window-portal.is-conjuring::before { animation: none; }
}

/* v10.0.35 - five-second complete portal rhythm. */


/* v10.0.36 - four-second complete portal rhythm. */


/* v10.0.37 — the counter bell is part of the room artwork, not a floating cut-out. */
.gapz11-odin-room.is-counter-close > .gapz22-entrance-bell {
  left: 41.9%;
  bottom: 29.5%;
  width: 7%;
  min-width: 48px;
  min-height: 48px;
  aspect-ratio: 1;
  background: transparent;
  border-radius: 50%;
  box-shadow: none;
}
.gapz11-odin-room.is-counter-close > .gapz22-entrance-bell picture {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.gapz11-odin-room.is-counter-close > .gapz22-entrance-bell::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,231,174,.13), rgba(214,157,70,.025) 52%, transparent 70%);
  box-shadow: 0 0 0 1px rgba(220,174,98,0), 0 0 20px rgba(227,174,83,0);
  opacity: 0;
  transition: opacity .22s ease, box-shadow .22s ease;
}
.gapz11-odin-room.is-counter-close > .gapz22-entrance-bell:hover::before,
.gapz11-odin-room.is-counter-close > .gapz22-entrance-bell:focus-visible::before,
.gapz11-odin-room.is-counter-close > .gapz22-entrance-bell.is-struck::before {
  opacity: 1;
  box-shadow: 0 0 0 1px rgba(220,174,98,.24), 0 0 20px rgba(227,174,83,.22);
}
.gapz11-odin-room.is-counter-close > .gapz22-entrance-bell .gapz11-bell-spark {
  top: 5%;
  left: 46%;
  width: 12%;
}
.gapz22-counter-art img {
  filter: saturate(1.025) contrast(1.015);
}
.gapz22-counter-atmosphere {
  background:
    radial-gradient(ellipse at 47% 57%, rgba(231,172,81,.045), transparent 37%),
    radial-gradient(ellipse at 49% 54%, transparent 36%, rgba(0,0,0,.28) 100%),
    linear-gradient(180deg, rgba(1,4,3,.02), rgba(1,4,3,.2));
}
@media (max-width: 960px) {
  .gapz11-odin-room.is-counter-close > .gapz22-entrance-bell {
    left: 40.4%;
    bottom: 29%;
    width: 9%;
  }
}
@media (max-width: 700px) {
  .gapz11-odin-room.is-counter-close > .gapz22-entrance-bell {
    left: 7%;
    bottom: 30.5%;
    width: 20%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gapz11-odin-room.is-counter-close > .gapz22-entrance-bell .gapz11-bell-spark { animation: none; }
}


/* v10.0.38 - Living Storefront and Physical Portal. */
.gapz1038-storefront-lights {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.gapz1038-storefront-light {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255,226,164,.34) 0 5%, rgba(224,158,69,.13) 28%, rgba(141,87,31,.035) 51%, transparent 73%);
  filter: blur(7px);
  mix-blend-mode: screen;
  opacity: .22;
  transform: translateZ(0);
  will-change: opacity, filter;
}
.gapz1038-storefront-light--left { left: -1.5%; top: 34%; width: 8%; height: 20%; animation: gapz1038-lamp-breathe-a 13.7s ease-in-out infinite; }
.gapz1038-storefront-light--door { left: 35.9%; top: 21.2%; width: 7.4%; height: 17%; animation: gapz1038-lamp-breathe-b 17.3s ease-in-out -4.2s infinite; }
.gapz1038-storefront-light--right { right: -1%; top: 31.5%; width: 8.7%; height: 20%; animation: gapz1038-lamp-breathe-a 15.9s ease-in-out -8.1s infinite; }
.gapz1038-storefront-light--window-a { left: 13.4%; top: 33.4%; width: 4.5%; height: 10%; filter: blur(5px); animation: gapz1038-lamp-breathe-b 19.1s ease-in-out -2.4s infinite; }
.gapz1038-storefront-light--window-b { left: 17.9%; top: 34.4%; width: 4.3%; height: 10%; filter: blur(5px); animation: gapz1038-lamp-breathe-a 16.6s ease-in-out -10.7s infinite; }
.gapz1038-storefront-light--window-c { left: 25.2%; top: 35.7%; width: 5%; height: 11%; filter: blur(5px); animation: gapz1038-lamp-breathe-b 21.4s ease-in-out -13.8s infinite; }
.gapz1038-pavement-reflection {
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: -4%;
  height: 18%;
  background:
    radial-gradient(ellipse at 3% 8%, rgba(223,153,66,.095), transparent 13%),
    radial-gradient(ellipse at 39% 3%, rgba(235,170,77,.075), transparent 14%),
    radial-gradient(ellipse at 96% 5%, rgba(225,156,68,.085), transparent 13%),
    linear-gradient(180deg, rgba(221,151,62,.025), transparent 72%);
  filter: blur(9px);
  mix-blend-mode: screen;
  opacity: .48;
  animation: gapz1038-pavement-breathe 18.7s ease-in-out -5s infinite;
}
@keyframes gapz1038-lamp-breathe-a {
  0%, 18%, 52%, 100% { opacity: .18; filter: blur(7px) brightness(.96); }
  28%, 44% { opacity: .27; filter: blur(7px) brightness(1.08); }
  57% { opacity: .13; filter: blur(7.5px) brightness(.82); }
  59% { opacity: .24; filter: blur(7px) brightness(1.04); }
  62%, 82% { opacity: .2; }
}
@keyframes gapz1038-lamp-breathe-b {
  0%, 33%, 69%, 100% { opacity: .17; filter: blur(7px) brightness(.94); }
  12%, 27% { opacity: .25; filter: blur(6.5px) brightness(1.06); }
  72% { opacity: .11; }
  74% { opacity: .23; }
  86% { opacity: .2; filter: blur(7px) brightness(1.02); }
}
@keyframes gapz1038-pavement-breathe { 0%,100% { opacity: .36; } 42% { opacity: .52; } 67% { opacity: .4; } }

.gapz1038-door-aura {
  position: absolute;
  z-index: 0;
  inset: -1.5% -7%;
  border-radius: 48% 48% 3px 3px / 13% 13% 3px 3px;
  border: 1px solid rgba(231,176,86,.08);
  background: radial-gradient(ellipse at 50% 53%, rgba(221,151,64,.08), transparent 66%);
  box-shadow: 0 0 14px rgba(224,157,68,.035), inset 0 0 14px rgba(224,157,68,.025);
  opacity: .15;
  filter: blur(.35px);
  pointer-events: none;
  animation: gapz1038-door-warmth 11.8s ease-in-out infinite;
  transition: opacity .3s ease, box-shadow .3s ease;
}
.gapz10-store-doorway:hover .gapz1038-door-aura,
.gapz10-store-doorway:focus-within .gapz1038-door-aura { opacity: .52; box-shadow: 0 0 19px rgba(224,157,68,.13), inset 0 0 16px rgba(224,157,68,.07); }
.gapz16-storefront-stage .gapz10-store-door-handle { transition: transform .28s ease; }
.gapz16-storefront-stage .gapz10-store-door-leaf:hover .gapz10-store-door-handle,
.gapz16-storefront-stage .gapz10-store-door-leaf:focus-visible .gapz10-store-door-handle { transform: translate(-50%,-50%) rotate(2.5deg) scale(1.05); }
.gapz16-storefront-stage .gapz10-store-door-handle::before { animation: gapz1038-handle-invite 10.6s ease-in-out infinite; }
@keyframes gapz1038-door-warmth {
  0%, 46%, 100% { opacity: .12; }
  54%, 66% { opacity: .28; }
  72% { opacity: .16; }
}
@keyframes gapz1038-handle-invite {
  0%, 57%, 70%, 100% { opacity: .35; transform: scale(.7) rotate(-12deg); }
  62% { opacity: .58; transform: scale(.92) rotate(0); }
  65% { opacity: 1; transform: scale(1.42) rotate(24deg); }
  68% { opacity: .4; transform: scale(.78) rotate(44deg); }
}

/* Products now occupy physical cases rather than flat glowing rectangles. */
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object {
  width: auto;
  height: 66%;
  aspect-ratio: .7;
  isolation: isolate;
  transform-origin: 50% 92%;
  transform-style: preserve-3d;
  filter: drop-shadow(12px 19px 13px rgba(0,0,0,.9)) drop-shadow(0 0 13px rgba(84,184,169,.1));
}
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.5px;
  background: rgba(7,9,7,.32);
  box-shadow: inset 0 0 0 1px rgba(239,220,177,.08), 0 1px 2px rgba(0,0,0,.66);
  filter: brightness(1.08) saturate(1.01) contrast(1.055);
}
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object::before {
  display: block;
  z-index: 0;
  top: 2%;
  bottom: 2%;
  left: -8px;
  width: 9px;
  opacity: .78;
  background: linear-gradient(90deg,#100b06 0,#5c452b 36%,#b38b50 53%,#2c1c0d 100%);
  box-shadow: inset 1px 0 rgba(235,203,143,.16);
  transform: rotateY(67deg);
  transform-origin: right;
}
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: auto;
  right: 1%;
  bottom: -6px;
  left: 1%;
  height: 8px;
  display: block;
  border: 0;
  background: linear-gradient(180deg,rgba(225,203,159,.45),rgba(56,40,21,.92));
  box-shadow: none;
  opacity: .7;
  transform: rotateX(68deg);
  transform-origin: top;
}
.gapz16-storefront-stage .gapz1038-format-book .gapz8-portal-object { height: 68%; aspect-ratio: .67; }
.gapz16-storefront-stage .gapz1038-format-book .gapz8-portal-object::before { width: 10px; background: linear-gradient(90deg,#0d0905,#4c321a 29%,#a77a3d 54%,#25160a); }
.gapz16-storefront-stage .gapz1038-format-book .gapz8-portal-object::after { background: repeating-linear-gradient(180deg,#d2bd92 0 1px,#756042 1px 2px,#271a0e 3px); opacity: .72; }
.gapz16-storefront-stage .gapz1038-format-cd .gapz8-portal-object { height: 56%; aspect-ratio: 1; }
.gapz16-storefront-stage .gapz1038-format-cd .gapz8-portal-object img { border: 1px solid rgba(207,225,216,.25); background: rgba(169,201,194,.07); box-shadow: inset 7px 0 3px rgba(204,223,217,.08), inset -2px 0 rgba(0,0,0,.28), 0 2px 3px rgba(0,0,0,.72); }
.gapz16-storefront-stage .gapz1038-format-cd .gapz8-portal-object::before { left: -5px; width: 6px; background: linear-gradient(90deg,rgba(223,235,227,.08),rgba(139,171,166,.43),rgba(18,29,26,.8)); }
.gapz16-storefront-stage .gapz1038-format-cd .gapz8-portal-object::after { bottom: -4px; height: 5px; background: linear-gradient(180deg,rgba(215,231,224,.31),rgba(24,37,34,.78)); }
.gapz16-storefront-stage .gapz1038-format-dvd .gapz8-portal-object,
.gapz16-storefront-stage .gapz1038-format-game .gapz8-portal-object { height: 67%; aspect-ratio: .7; }
.gapz16-storefront-stage .gapz1038-format-dvd .gapz8-portal-object img,
.gapz16-storefront-stage .gapz1038-format-game .gapz8-portal-object img { border: 1px solid rgba(166,188,180,.18); box-shadow: inset 4px 0 2px rgba(187,211,203,.08), inset -2px 0 rgba(0,0,0,.32), 0 2px 3px rgba(0,0,0,.7); }
.gapz16-storefront-stage .gapz1038-format-dvd .gapz8-portal-object::before,
.gapz16-storefront-stage .gapz1038-format-game .gapz8-portal-object::before { background: linear-gradient(90deg,#050706,#29423d 40%,#769289 53%,#101714); }
.gapz16-storefront-stage .gapz1038-format-vinyl .gapz8-portal-object { height: 57%; aspect-ratio: 1; }
.gapz16-storefront-stage .gapz1038-format-vinyl .gapz8-portal-object::before {
  top: 9%; bottom: auto; left: 28%; width: 84%; height: 84%; border-radius: 50%; opacity: .9;
  background: repeating-radial-gradient(circle at 50%,#060606 0 2px,#151515 3px 4px,#060606 5px 7px);
  box-shadow: inset 0 0 0 1px rgba(224,185,113,.13),0 8px 12px rgba(0,0,0,.78);
  transform: translateZ(-16px);
}
.gapz16-storefront-stage .gapz1038-format-vinyl .gapz8-portal-object::after { bottom: -4px; height: 5px; background: linear-gradient(180deg,#a78454,#24170c); }

/* The transition is refraction and depth, not decorative stars. */
.gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-magic::before {
  inset: 12%;
  background:
    radial-gradient(circle at 27% 63%,rgba(235,205,151,.42) 0 .7px,transparent 1.8px),
    radial-gradient(circle at 39% 31%,rgba(148,211,198,.3) 0 .65px,transparent 1.7px),
    radial-gradient(circle at 54% 72%,rgba(230,198,136,.34) 0 .75px,transparent 1.9px),
    radial-gradient(circle at 68% 43%,rgba(135,207,193,.27) 0 .65px,transparent 1.7px),
    radial-gradient(circle at 76% 66%,rgba(225,192,126,.28) 0 .65px,transparent 1.7px);
  filter: blur(.25px);
  transform: translateY(9%) scale(.74);
}
.gapz16-storefront-stage .gapz9-window-portal .gapz10-portal-magic::after {
  inset: 18% 10%;
  background:
    linear-gradient(103deg,transparent 34%,rgba(158,217,203,.07) 43%,rgba(234,211,163,.11) 50%,rgba(128,202,187,.06) 58%,transparent 67%),
    radial-gradient(ellipse at 50% 68%,rgba(207,163,88,.13),rgba(73,166,151,.08) 31%,transparent 63%);
  filter: blur(8px);
  transform: scale(.76) skewX(-4deg);
}
.gapz16-storefront-stage .gapz9-window-portal.is-conjuring .gapz10-portal-magic::before { animation: gapz1038-dust-form 1.35s ease-in-out both; }
.gapz16-storefront-stage .gapz9-window-portal.is-conjuring .gapz10-portal-magic::after { animation: gapz1038-refraction 1.35s cubic-bezier(.22,.65,.3,1) both; }
.gapz16-storefront-stage .gapz9-window-portal.is-conjuring::before { animation: gapz1038-glass-pass 1.35s ease-in-out both; }
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-slide.is-active .gapz8-portal-object { animation: gapz1038-object-arrive 1.35s cubic-bezier(.18,.72,.25,1) both; }
.gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-slide.is-departing .gapz8-portal-object { animation: gapz1038-object-depart .65s ease-in both !important; }
@keyframes gapz1038-dust-form {
  0%,100% { opacity: 0; transform: translateY(11%) scale(.7); }
  30% { opacity: .12; }
  54% { opacity: .34; transform: translateY(1%) scale(.98); }
  76% { opacity: .14; }
}
@keyframes gapz1038-refraction {
  0%,100% { opacity: 0; transform: scale(.72) skewX(-5deg); }
  38% { opacity: .22; }
  58% { opacity: .38; transform: scale(1.04) skewX(2deg); }
  78% { opacity: .12; }
}
@keyframes gapz1038-glass-pass {
  0%,100% { opacity: .72; filter: brightness(1); transform: none; }
  52% { opacity: .84; filter: brightness(1.09); transform: translateX(.6%); }
}
@keyframes gapz1038-object-arrive {
  0% { opacity: 0; transform: translateY(11%) translateZ(-38px) rotateY(7deg) scale(.64); filter: blur(6px) drop-shadow(0 0 7px rgba(100,190,176,.05)); }
  42% { opacity: .58; }
  72% { opacity: 1; transform: translateY(-4%) translateZ(36px) rotateY(-4deg) scale(1.015); filter: blur(0) drop-shadow(12px 19px 13px rgba(0,0,0,.9)) drop-shadow(0 0 11px rgba(84,184,169,.09)); }
  100% { opacity: 1; transform: translateY(-3%) translateZ(30px) rotateY(-3deg) scale(1); filter: blur(0) drop-shadow(12px 19px 13px rgba(0,0,0,.9)) drop-shadow(0 0 9px rgba(84,184,169,.07)); }
}
@keyframes gapz1038-object-depart {
  0% { opacity: 1; transform: translateY(-3%) translateZ(30px) rotateY(-3deg) scale(1); filter: blur(0) drop-shadow(12px 19px 13px rgba(0,0,0,.9)); }
  100% { opacity: 0; transform: translateY(-1%) translateZ(-30px) rotateY(4deg) scale(.72); filter: blur(5px) drop-shadow(0 0 8px rgba(84,184,169,.05)); }
}

/* Recessed rune controls are fitted into the portal mechanism. */
.gapz9-window-portal .gapz1038-portal-control {
  z-index: 8;
  top: 50.5%;
  width: clamp(27px,3.1vw,43px);
  height: auto;
  aspect-ratio: 1;
  padding: 0;
  border: 1px solid rgba(53,31,13,.94);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 31%,#d1a15a 0 5%,#815222 23%,#2b1809 57%,#090604 76%),
    #1e1007;
  color: transparent;
  box-shadow:
    inset 2px 2px 4px rgba(243,202,126,.26),
    inset -3px -3px 5px rgba(0,0,0,.8),
    0 0 0 2px rgba(115,74,31,.48),
    0 2px 4px rgba(0,0,0,.86);
  opacity: .9;
  transform: translateY(-50%);
  transition: filter .18s ease,box-shadow .18s ease,transform .12s ease,opacity .18s ease;
  cursor: pointer;
}
.gapz9-window-portal .gapz1038-portal-control--previous { left: 7.6%; right: auto; }
.gapz9-window-portal .gapz1038-portal-control--next { right: 7.6%; left: auto; }
.gapz1038-portal-control-rune {
  position: absolute;
  inset: 18%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(225,176,94,.28);
  border-radius: 50%;
  box-shadow: inset 0 0 5px rgba(0,0,0,.72);
}
.gapz1038-portal-control-rune::before,
.gapz1038-portal-control-rune::after {
  content: '';
  position: absolute;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg,transparent,#e0ae62 31% 69%,transparent);
  box-shadow: 0 0 3px rgba(222,164,79,.25);
}
.gapz1038-portal-control-rune::before { transform: rotate(45deg); }
.gapz1038-portal-control-rune::after { transform: rotate(-45deg); }
.gapz1038-portal-control-rune i {
  width: 34%;
  height: 34%;
  border-bottom: 1.5px solid #e2b56e;
  border-left: 1.5px solid #e2b56e;
  filter: drop-shadow(0 0 2px rgba(233,182,101,.3));
}
.gapz1038-portal-control--previous .gapz1038-portal-control-rune i { transform: translateX(10%) rotate(45deg); }
.gapz1038-portal-control--next .gapz1038-portal-control-rune i { transform: translateX(-10%) rotate(225deg); }
.gapz9-window-portal .gapz1038-portal-control:hover,
.gapz9-window-portal .gapz1038-portal-control:focus-visible {
  opacity: 1;
  outline: 0 !important;
  filter: brightness(1.15);
  box-shadow: inset 2px 2px 4px rgba(255,216,142,.33),inset -3px -3px 5px rgba(0,0,0,.72),0 0 0 2px rgba(155,101,43,.62),0 0 11px rgba(225,169,82,.22),0 2px 4px rgba(0,0,0,.86);
  transform: translateY(-50%) scale(1.045);
}
.gapz9-window-portal .gapz1038-portal-control:active { transform: translateY(calc(-50% + 2px)) scale(.955); filter: brightness(.9); box-shadow: inset 3px 4px 6px rgba(0,0,0,.83),0 0 0 2px rgba(91,54,23,.54); }

.gapz9-window-portal .gapz1038-portal-pause-control {
  z-index: 8;
  right: auto;
  bottom: 6.7%;
  left: 50%;
  width: clamp(22px,2.25vw,31px);
  height: auto;
  aspect-ratio: 1;
  border: 1px solid rgba(57,33,14,.92);
  background: radial-gradient(circle at 38% 31%,#bd8d4b,#633b18 34%,#160c06 74%);
  box-shadow: inset 1px 1px 3px rgba(247,205,131,.24),inset -2px -3px 4px rgba(0,0,0,.78),0 0 0 2px rgba(101,64,27,.44),0 2px 4px rgba(0,0,0,.82);
  opacity: .84;
  transform: translateX(-50%);
  transition: filter .18s ease,box-shadow .18s ease,transform .12s ease,opacity .18s ease;
}
.gapz9-window-portal .gapz1038-portal-pause-control:hover,
.gapz9-window-portal .gapz1038-portal-pause-control:focus-visible { opacity: 1; outline: 0 !important; filter: brightness(1.14); transform: translateX(-50%) scale(1.05); box-shadow: inset 1px 1px 3px rgba(247,205,131,.3),inset -2px -3px 4px rgba(0,0,0,.7),0 0 0 2px rgba(143,91,38,.58),0 0 9px rgba(220,163,76,.2); }
.gapz9-window-portal .gapz1038-portal-pause-control:active { transform: translate(-50%,2px) scale(.95); box-shadow: inset 2px 3px 5px rgba(0,0,0,.82),0 0 0 2px rgba(87,51,21,.5); }
.gapz1038-portal-pause-control .gapz10-portal-pause-glyph { position: relative; width: 34%; height: 36%; transform: none; }
.gapz1038-portal-pause-control .gapz10-portal-pause-glyph::before,
.gapz1038-portal-pause-control .gapz10-portal-pause-glyph::after { content: ''; position: absolute; top: 0; bottom: 0; width: 2px; border-radius: 1px; background: #e0b36a; box-shadow: 0 0 3px rgba(230,174,91,.24); }
.gapz1038-portal-pause-control .gapz10-portal-pause-glyph::before { left: 10%; }
.gapz1038-portal-pause-control .gapz10-portal-pause-glyph::after { right: 10%; }
.gapz1038-portal-pause-control.is-paused .gapz10-portal-pause-glyph::before { top: 0; bottom: auto; left: 18%; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #e0b36a; border-radius: 0; background: transparent; }
.gapz1038-portal-pause-control.is-paused .gapz10-portal-pause-glyph::after { display: none; }

/* The inspection view uses the same quiet dust and physical media language. */
.gapz28-portal-magic::before {
  background:
    radial-gradient(circle at 27% 62%,rgba(234,203,146,.35) 0 .75px,transparent 1.8px),
    radial-gradient(circle at 42% 28%,rgba(132,205,191,.27) 0 .7px,transparent 1.7px),
    radial-gradient(circle at 58% 72%,rgba(225,192,127,.3) 0 .75px,transparent 1.9px),
    radial-gradient(circle at 73% 39%,rgba(127,198,185,.23) 0 .7px,transparent 1.8px);
  opacity: .18;
  animation: gapz1038-closeup-dust 14s ease-in-out infinite;
}
.gapz28-portal-magic::after { inset: 20% 10%; background: linear-gradient(104deg,transparent 32%,rgba(160,211,199,.055) 44%,rgba(226,205,161,.07) 50%,rgba(130,199,186,.045) 58%,transparent 69%); filter: blur(11px); opacity: .22; }
@keyframes gapz1038-closeup-dust { 0%,100% { opacity: .1; transform: translateY(1%); } 48% { opacity: .2; transform: translateY(-1%); } }
.gapz28-portal-view .gapz1038-portal-control { width: clamp(34px,4vw,48px); height: auto; aspect-ratio: 1; font-size: 0; }
.gapz28-portal-view .gapz1038-portal-control--previous { left: 7.5%; }
.gapz28-portal-view .gapz1038-portal-control--next { right: 7.5%; }
.gapz28-portal-product.gapz1038-format-cd .gapz28-portal-object,
.gapz28-portal-product.gapz1038-format-vinyl .gapz28-portal-object { width: 82%; aspect-ratio: 1; }
.gapz28-portal-product.gapz1038-format-book .gapz28-portal-object,
.gapz28-portal-product.gapz1038-format-dvd .gapz28-portal-object,
.gapz28-portal-product.gapz1038-format-game .gapz28-portal-object { width: 68%; aspect-ratio: .7; }
.gapz28-portal-product.gapz1038-format-vinyl .gapz28-portal-object::before { top: 11%; bottom: auto; left: 29%; width: 84%; height: 84%; border-radius: 50%; background: repeating-radial-gradient(circle,#050505 0 2px,#171717 3px 4px,#050505 5px 7px); transform: translateZ(-16px); }

@media (max-width:960px) {
  .gapz1038-storefront-light--left { left: 24.2%; top: 18.6%; width: 8%; height: 7%; }
  .gapz1038-storefront-light--door { left: 45.5%; top: 18.7%; width: 8%; height: 7%; }
  .gapz1038-storefront-light--right { right: 24.4%; top: 18.6%; width: 8%; height: 7%; }
  .gapz1038-storefront-light--window-a { left: 38.2%; top: 33.5%; width: 8%; height: 8%; }
  .gapz1038-storefront-light--window-b { left: 7.3%; top: 36%; width: 6%; height: 7%; }
  .gapz1038-storefront-light--window-c { left: 20.4%; top: 42%; width: 6%; height: 7%; }
  .gapz1038-pavement-reflection { height: 29%; background: radial-gradient(ellipse at 28% 9%,rgba(225,155,67,.085),transparent 17%),radial-gradient(ellipse at 50% 5%,rgba(235,170,78,.075),transparent 17%),radial-gradient(ellipse at 72% 7%,rgba(225,156,68,.08),transparent 17%); }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object { height: 62%; }
  .gapz16-storefront-stage .gapz1038-format-cd .gapz8-portal-object,
  .gapz16-storefront-stage .gapz1038-format-vinyl .gapz8-portal-object { height: 52%; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz1038-portal-control {
    width: 30px;
    min-width: 30px;
    min-height: 30px;
  }
  .gapz16-storefront-stage .gapz9-window-portal .gapz1038-portal-control::after {
    content: '';
    position: absolute;
    inset: -7px;
    border-radius: 50%;
  }
  .gapz9-window-portal .gapz1038-portal-control--previous { left: 5.8%; }
  .gapz9-window-portal .gapz1038-portal-control--next { right: 5.8%; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz1038-portal-pause-control {
    bottom: 2.5%;
    width: 26px;
    min-width: 26px;
    min-height: 26px;
  }
  .gapz16-storefront-stage .gapz9-window-portal .gapz1038-portal-pause-control::after {
    content: '';
    position: absolute;
    inset: -7px;
    border-radius: 50%;
  }
}
@media (max-width:520px) {
  .gapz1038-storefront-light { filter: blur(5px); }
  .gapz16-storefront-stage .gapz10-store-door-leaf:hover .gapz10-store-door-handle,
  .gapz16-storefront-stage .gapz10-store-door-leaf:focus-visible .gapz10-store-door-handle { transform: translate(-50%,-50%) rotate(2deg) scale(.82); }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object::before { left: -5px; width: 6px; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object::after { bottom: -4px; height: 5px; }
}
@media (prefers-reduced-motion:reduce) {
  .gapz1038-storefront-light,
  .gapz1038-pavement-reflection,
  .gapz1038-door-aura,
  .gapz16-storefront-stage .gapz10-store-door-handle::before,
  .gapz16-storefront-stage .gapz9-window-portal.is-conjuring .gapz10-portal-magic::before,
  .gapz16-storefront-stage .gapz9-window-portal.is-conjuring .gapz10-portal-magic::after,
  .gapz16-storefront-stage .gapz9-window-portal.is-conjuring::before,
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-slide.is-active .gapz8-portal-object,
  .gapz28-portal-magic::before { animation:none; }
  .gapz1038-storefront-light { opacity:.18; }
  .gapz1038-pavement-reflection { opacity:.4; }
  .gapz1038-door-aura { opacity:.16; }
  .gapz16-storefront-stage .gapz9-window-portal .gapz8-portal-object { opacity:1; transform:translateY(-3%) rotateY(-3deg); }
}
