/* Redd's Wares — Hold look (lantern / cargo bay). v6e layout + Hold skin. */
/* Redd's Wares — dark chrome, category icons, lifestyle hero, dense white product tiles. */

:root {
  --leaf: #6fbf4a;
  --leaf-deep: #3d8c28;
  --navy: #162033;
  --navy-2: #1e2a44;
  --ink: #15202b;
  --muted: #4a5a68;
  --line: #d5dde4;
  --bg: #eef3e8;
  --surface: #ffffff;
  --accent: #e4570e;
  --accent-hover: #c2410c;
  --danger: #c1121f;
  --font: "Nunito", "Segoe UI", sans-serif;
  --display: "Nunito", "Segoe UI", sans-serif;
  --pad: clamp(0.65rem, 1.5vw, 1.25rem);
  --radius: 12px;
  --radius-sm: 8px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.45;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--leaf-deep); }
a:hover { color: var(--accent); }
.hidden { display: none !important; }

/* —— Top promo —— */
.promo-bar {
  background: var(--navy);
  color: #e8f5d8;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.45rem var(--pad);
}
.promo-bar strong { color: #fff; }
.pause-banner {
  background: #9a3412;
  color: #fff7ed;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  padding: 0.7rem var(--pad);
  line-height: 1.35;
}
.pause-banner-inner {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
}
.pause-banner-inner p { margin: 0; }
.closed-mail-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 700;
}
.closed-mail-form input.field-input {
  min-width: 12rem;
  background: #fff7ed;
  color: #1a140f;
}
.closed-mail-form .btn {
  background: #fff7ed;
  color: #7f1d1d;
}
body.orders-paused .promo-bar { display: none; }
body.orders-paused .pay-box,
body.orders-paused #fee { display: none !important; }

/* —— Header —— */
.site-header {
  background: var(--navy-2);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 3px solid var(--leaf);
}
.site-header-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.65rem var(--pad);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.brand-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
  background: transparent;
  border-radius: 50%;
  padding: 0;
}
.header-search {
  flex: 1 1 220px;
  min-width: 0;
  display: flex;
}
.header-search input {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font: inherit;
  font-weight: 600;
  background: #fff;
  color: var(--ink);
}
.header-nav {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
}
.header-nav > a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: 0.5rem 0.85rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
}
.header-nav > a[aria-current="page"],
.header-nav > a:hover {
  background: rgba(111, 191, 74, 0.25);
}
.header-end {
  display: flex;
  align-items: center;
  gap: 0.2rem 0.35rem;
  margin-left: auto;
  flex: 0 0 auto;
}
.cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  flex-shrink: 0;
}
.cart-link:hover,
.cart-link[aria-current="page"] {
  background: rgba(111, 191, 74, 0.25);
}
.cart-icon {
  width: 24px;
  height: 24px;
  display: block;
  pointer-events: none;
}
.cart-link svg { pointer-events: none; }
.cart-link .badge {
  position: absolute;
  top: 2px;
  right: -2px;
  margin-left: 0;
  line-height: 1.2;
  pointer-events: none;
}
.cart-link-text { display: none; }
@media (min-width: 768px) {
  .cart-link {
    width: auto;
    min-width: 44px;
    padding: 0 0.55rem 0 0.3rem;
    gap: 0.2rem;
  }
  .cart-link-text {
    display: inline;
    font-weight: 800;
  }
}
.badge {
  display: inline-block;
  min-width: 1.15rem;
  padding: 0.05rem 0.35rem;
  margin-left: 0.2rem;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

/* —— Category icon rail —— */
.cat-rail-wrap {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.cat-rail {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.55rem var(--pad);
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.cat-chip {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  width: 80px;
  padding: 0.35rem 0.2rem;
  text-align: center;
  line-height: 1.15;
  white-space: normal;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--muted);
  border-radius: var(--radius-sm);
}
.cat-chip img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  image-rendering: pixelated;
}
.cat-chip:hover,
.cat-chip.is-active {
  color: var(--leaf-deep);
  background: rgba(111, 191, 74, 0.12);
}
.cat-chip--season {
  color: #c45c26;
}
.cat-chip--season:hover,
.cat-chip--season.is-active {
  color: #8a2608;
  background: rgba(228, 87, 14, 0.14);
}
.cat-rail-wrap--vil .cat-rail {
  padding-top: 0.35rem;
  padding-bottom: 0.3rem;
}
.cat-rail-wrap--vil .cat-rail + .cat-rail {
  padding-top: 0.15rem;
  border-top: 1px solid var(--line);
}

/* —— Hero with game mosaic (proof we play) —— */
.hero {
  background: linear-gradient(135deg, #1b3d1f 0%, #2f6b35 55%, #1e4d28 100%);
  color: #fff;
}
.hero-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.25rem var(--pad) 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
}
.hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.7rem, 3.8vw, 2.55rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.hero-lead {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #e5f7d8;
  max-width: 38ch;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.trust-pill {
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #f3ffe8;
}

.hero-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.45rem;
  min-height: 240px;
}
.hero-mosaic figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}
.hero-mosaic figure:first-child {
  grid-row: 1 / span 2;
  min-height: 100%;
  background: #0f2414;
}
.hero-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
  padding: 0.45rem;
}
.hero-mosaic figure:first-child img {
  object-fit: cover;
  padding: 0;
  image-rendering: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.6rem 1.15rem;
  border-radius: 999px;
  border: 2px solid transparent;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover { background: var(--accent-hover); color: #fff; }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }
.btn-leaf {
  background: #fff;
  color: var(--ink);
  border-color: transparent;
}
.btn-leaf:hover { background: #f2ffe8; color: var(--ink); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.45);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* —— Main shop —— */
main,
.page-foot {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.85rem var(--pad) 1.5rem;
}
.shop-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  margin: 0.35rem 0 0.65rem;
}
.shop-head h2 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
}
.shop-head p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

.toolbar {
  position: sticky;
  top: 64px;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin: 0 0 0.85rem;
  padding: 0.65rem 0.75rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 4px 14px rgba(22, 32, 51, 0.06);
}
.toolbar input,
.toolbar select,
.card .var-select {
  min-height: 44px;
  padding: 0.5rem 0.7rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 600;
}
.toolbar input[type="search"] { flex: 1 1 220px; min-width: 0; }
.toolbar select { flex: 0 1 200px; }
.meta {
  margin-left: auto;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.92rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 0.75rem;
}
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  box-shadow: 0 1px 0 rgba(22, 32, 51, 0.03);
  min-width: 0;
}
.card-media {
  position: relative;
  aspect-ratio: 1;
  background: #f7fafc;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.card-media .card-hero {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
  padding: 0.35rem;
}
.card-media .diy-badge {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 34%;
  max-width: 2.6rem;
  image-rendering: pixelated;
  pointer-events: none;
}
.fake-banner {
  position: absolute;
  top: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--danger);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  pointer-events: none;
}
.card--fake { border-color: #f5b5b5; }
.card .name {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
  min-height: 2.4em;
  overflow-wrap: anywhere;
}
.card .meta {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
}
.card .var-select { width: 100%; font-size: 0.85rem; min-height: 38px; }
.card .nofly-note {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #9a3412;
  line-height: 1.35;
}
.card .stack-note {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  line-height: 1.35;
}
.card .gold-note {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #8a6a28;
  line-height: 1.35;
}
#search-note {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  font-weight: 700;
}
.card .btn {
  width: 100%;
  margin-top: auto;
  border-radius: var(--radius-sm);
  background: var(--leaf);
  color: #102010;
  border: 0;
  min-height: 42px;
  font-size: 0.95rem;
}
.card .btn:hover { background: var(--leaf-deep); color: #fff; }

.pager {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin: 1rem 0 1.5rem;
}
.pager .btn {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.pager .btn:hover { border-color: var(--leaf); color: var(--leaf-deep); }
#page-label { font-weight: 800; color: var(--muted); }

.how {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.2rem;
  margin-bottom: 1.25rem;
  overflow: visible;
}
.how h2 { margin: 0 0 0.5rem; font-size: 1.2rem; font-weight: 800; }
.how ol {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
}
.how strong { color: var(--ink); }
.how-hit {
  position: relative;
  display: inline-block;
  color: var(--ink);
}
.how-scribble {
  position: absolute;
  left: -3px;
  bottom: -5px;
  width: calc(100% + 6px);
  height: 12px;
  pointer-events: none;
}
.how-scribble path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 3.2;
  stroke-linecap: round;
}
.how-anno {
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
  margin: 0.45rem 0 0.1rem 0.85rem;
  max-width: 22rem;
  color: var(--accent);
  transform: rotate(-3.2deg);
  transform-origin: top left;
}
.how-anno-r {
  transform: rotate(3deg);
  margin-left: 2.1rem;
}
.how-anno-arrow {
  flex: 0 0 1.4rem;
  width: 1.4rem;
  height: 1.85rem;
  overflow: visible;
}
.how-anno-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.how-anno-note {
  font-size: 0.78rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1.3;
}
.how p {
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
}
.how p:last-child { margin-bottom: 0; }
.how ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
}

.how-page { max-width: 44rem; }
.how-page .shop-head { display: block; margin-bottom: 1rem; }
.how-page .shop-head h1 {
  margin: 0 0 0.25rem;
  font-size: 1.7rem;
  font-weight: 800;
}
.how-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.25rem 0 0;
}
.tips-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
}
.tips-jump a {
  color: #f3e6c8;
  font-weight: 800;
}
.plot-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0.85rem 0 0.45rem;
  align-items: start;
}
.plot-card {
  margin: 0;
  padding: 0;
  border: 1px solid #3d2a1a;
  background: #100c09;
}
.plot-card.is-yes { border-color: #d4a017; }
.plot-card a {
  display: block;
  line-height: 0;
}
.plot-card img {
  display: block;
  width: 100%;
  height: auto;
  background: #1a140e;
}
.plot-card figcaption {
  margin: 0;
  padding: 0.5rem 0.55rem 0.6rem;
  text-align: center;
}
.plot-card strong {
  display: block;
  color: #f3e6c8;
  font-size: 0.88rem;
}
.plot-card span {
  display: block;
  color: #c4a574;
  font-size: 0.75rem;
  font-weight: 700;
}
.plot-credit {
  font-size: 0.82rem;
  color: #c4a574;
}
.plot-credit a { color: #e8c36a; }
@media (max-width: 640px) {
  .plot-row { grid-template-columns: 1fr; }
}

.page-foot {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.legal-fine {
  margin: 0 0 0.85rem;
  max-width: 72ch;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: var(--muted);
}
.legal-page .how p,
.legal-page .how li {
  font-size: 0.92rem;
  font-weight: 600;
}
.legal-page .how h2 {
  margin-top: 1.35rem;
}
.page-foot .foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
  margin: 0;
}
.page-foot .foot-links a[aria-current="page"] { color: var(--ink); }

.cart-list { list-style: none; padding: 0; margin: 0; }
.cart-list li {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
.cart-list li.has-pick {
  grid-template-columns: 1.35rem 56px 1fr auto;
}
.cart-pick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.35rem 0 0.15rem;
}
.cart-pick-all {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  color: #f3e6c8;
  cursor: pointer;
}
.line-pick-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.line-pick,
.cart-pick-all input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #d4a017;
  cursor: pointer;
}
.line-thumb {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #2a1a12;
  border-radius: 8px;
}
.line-thumb--empty { display: block; }
.line-copy { display: grid; gap: 0.15rem; min-width: 0; }
.line-copy em { font-style: normal; font-weight: 700; color: var(--leaf-deep); font-size: 0.88rem; }
.visit-items { list-style: none; margin: 0.75rem 0 0; padding: 0; display: grid; gap: 0.7rem; }
.visit-items li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.75rem;
  align-items: center;
}
.visit-items img, .visit-items .line-thumb {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #2a1a12;
  border-radius: 8px;
}
.visit-items p { margin: 0.2rem 0 0; font-weight: 700; color: var(--leaf-deep); }
#visit-items h2 { margin: 1.5rem 0 0; font-size: 1.05rem; }
.msg { margin: 0.75rem 0; color: var(--leaf-deep); font-weight: 800; }
.gold-worth {
  margin: 0.65rem 0 0.15rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: #e8d4a8;
  line-height: 1.45;
}
.gold-worth-num {
  display: inline;
  font-size: 1.55rem;
  font-weight: 800;
  color: #ffd27a;
  letter-spacing: 0.01em;
}
.err { color: var(--danger); font-weight: 800; }

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-mosaic { min-height: 180px; }
  .toolbar { top: 56px; }
}

@media (max-width: 640px) {
  .promo-bar { font-size: 0.78rem; padding: 0.35rem var(--pad); }
  .hero-inner { padding: 0.75rem var(--pad); gap: 0.65rem; }
  .hero h1 { font-size: 1.3rem; margin-bottom: 0.35rem; }
  .hero-lead { font-size: 0.9rem; margin-bottom: 0.55rem; }
  .hero-mosaic { display: none; } /* phone: catalog first, mosaic is desktop proof */
  .trust-row { gap: 0.3rem; }
  .trust-pill { font-size: 0.72rem; padding: 0.22rem 0.5rem; }
  .hero-actions { margin-bottom: 0; }
  .hero-actions .btn { min-height: 42px; padding: 0.45rem 0.9rem; font-size: 0.92rem; }
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }
  .shop-head { margin-top: 0.35rem; margin-bottom: 0.4rem; }
  .shop-head h2 { font-size: 1.15rem; }
  .shop-head p { display: none; }
  .visit-page .shop-head p { display: block; }
  .toolbar { display: none; }
  .toolbar input,
  .toolbar select { flex: 1 1 100%; }
  .meta { margin-left: 0; width: 100%; }
  .cat-chip { width: 74px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
}

/* —— Hold skin —— */
/* Hold — lantern in the cargo bay. Dark wood, stamped crates. */

:root {
  --leaf: #d4a017;
  --leaf-deep: #b8860b;
  --navy: #100c09;
  --navy-2: #1a120c;
  --ink: #f3e6c8;
  --muted: #c4a574;
  --line: #3d2a1a;
  --bg: #140e0a;
  --surface: #23180f;
  --accent: #e4570e;
  --accent-hover: #ff7a2f;
  --danger: #ff6b6b;
  --font: "Source Serif 4", Georgia, serif;
  --display: "Archivo Black", Impact, sans-serif;
  --radius: 4px;
  --radius-sm: 2px;
}

html, body { background: #140e0a; color: var(--ink); }
body {
  background-image: repeating-linear-gradient(
    90deg,
    #140e0a 0 28px,
    #1a120c 28px 29px
  );
}

a { color: #f4a261; }
a:hover { color: #ffd27a; }

.promo-bar {
  background: #3d1f0c;
  color: #ffd27a;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.pause-banner { background: #7f1d1d; }

.site-header {
  background: #100c09;
  border-bottom: 4px solid #d4a017;
}
.brand {
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.brand-mark {
  background: transparent;
  border-radius: 50%;
  border: 0;
}
.header-search input {
  background: #23180f;
  color: #f3e6c8;
  border-radius: 2px;
  border: 1px solid #d4a017;
}
.header-nav > a { color: #f3e6c8; border-radius: 2px; }
.header-nav > a[aria-current="page"],
.header-nav > a:hover {
  background: #d4a017;
  color: #100c09;
}
.cart-link {
  color: #f3e6c8;
  border-radius: 2px;
}
.cart-link:hover,
.cart-link[aria-current="page"] {
  background: #d4a017;
  color: #100c09;
}
.nav-toggle {
  display: none;
  appearance: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid #d4a017;
  background: #100c09;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.nav-cart-count {
  position: absolute;
  top: 1px;
  right: 1px;
  margin: 0;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #ffd27a;
}
.badge { background: #e4570e; border-radius: 2px; }

.cat-rail-wrap {
  background: #1a120c;
  border-bottom: 1px solid #3d2a1a;
}
.cat-chip { color: #c4a574; }
.cat-chip.is-active,
.cat-chip:hover {
  color: #ffd27a;
  background: #3d1f0c;
}
.cat-rail-wrap--vil .cat-rail + .cat-rail {
  border-top-color: #3d2a1a;
}

.hero {
  background:
    radial-gradient(ellipse at 70% 40%, rgba(228, 87, 14, 0.28), transparent 55%),
    #100c09;
  color: #f3e6c8;
  border-bottom: 1px solid #3d2a1a;
}
.hero h1 {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}
.hero-lead { color: #c4a574; font-family: var(--font); }
.trust-pill {
  background: transparent;
  border: 1px solid #d4a017;
  border-radius: 2px;
  color: #ffd27a;
}

.land {
  padding: 0 0 1.25rem;
  background: #100c09;
  border-bottom: 1px solid #3d2a1a;
  color: #f3e6c8;
}
.land-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: 0;
  align-items: stretch;
}
.land-poster {
  margin: 0;
  min-height: 16rem;
  background: #100c09;
}
.land-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 16rem;
}
.land-intro {
  padding: 1.15rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1a120c;
  border-left: 3px solid #d4a017;
}
.land-intro h1 {
  margin: 0 0 0.45rem;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(1.45rem, 4vw, 2.2rem);
  line-height: 1.1;
  color: #fff6d8;
}
.land-intro p {
  margin: 0 0 0.85rem;
  color: #c4a574;
  font-weight: 800;
  max-width: 28ch;
}
.land-intro .btn { align-self: flex-start; }
.land-anno { margin-top: 0.7rem; color: #d4a017; }
.land-steps {
  list-style: none;
  margin: 0;
  padding: 1rem var(--pad) 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.land-steps li {
  margin: 0;
  padding: 0.75rem 0.8rem 0.85rem;
  border: 2px solid #d4a017;
  background: #1a120c;
}
.land-steps figure {
  margin: 0 0 0.55rem;
  border: 1px solid #3d2a1a;
  background: #100c09;
}
.land-steps img {
  width: 100%;
  height: 8.5rem;
  object-fit: cover;
}
.land-steps h2 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.05rem;
  color: #fff6d8;
}
.land-steps h2 span {
  display: inline-block;
  min-width: 1.35rem;
  margin-right: 0.25rem;
  color: #d4a017;
}
.land-steps p {
  margin: 0;
  color: #c4a574;
  font-weight: 800;
  line-height: 1.45;
}
.land-steps a { color: #ffd27a; }
.land .how-hit { color: #fff6d8; }
.land .how-scribble path { stroke: #d4a017; }
.land-more {
  margin: 0.85rem var(--pad) 0;
  color: #c4a574;
  font-weight: 800;
  font-size: 0.88rem;
}
.land-more a { color: #ffd27a; }
@media (max-width: 860px) {
  .land-top { grid-template-columns: 1fr; }
  .land-poster {
    width: 100%;
    min-height: 0;
  }
  .land-poster img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
  }
  .land-intro {
    border-left: 0;
    border-top: 3px solid #d4a017;
    padding: 1rem var(--pad) 1.15rem;
  }
  .land-steps { grid-template-columns: 1fr; }
  .land-steps img { height: auto; aspect-ratio: 16 / 9; }
}

.hero-mosaic { display: none; }
.hero-stage {
  display: block;
  grid-column: 2;
  grid-row: 1;
  min-height: 260px;
  border: 1px solid #d4a017;
  background:
    linear-gradient(180deg, rgba(16,12,9,0.15), rgba(16,12,9,0.55)),
    #100c09 url("/img/redd-harbor-night.png") center / cover no-repeat;
  filter: saturate(0.7) contrast(1.15);
  position: relative;
}
.hero-stage .hero-redd { display: none; }
.hero-stage .hero-line {
  position: absolute;
  right: 6%;
  bottom: 10%;
  margin: 0;
  max-width: 14rem;
  padding: 0.5rem 0.7rem;
  background: #100c09;
  border-left: 4px solid #d4a017;
  color: #ffd27a;
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn {
  border-radius: 2px;
  background: #e4570e;
  border: 1px solid #ffd27a;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: 0.85rem;
}
.btn-leaf {
  background: transparent;
  color: #ffd27a;
  border-color: #d4a017;
}
.btn-leaf:hover { background: #3d1f0c; color: #ffd27a; }

.toolbar {
  background: #23180f;
  border: 1px solid #d4a017;
  border-radius: 2px;
  box-shadow: none;
}
.toolbar input,
.toolbar select,
.card .var-select {
  background: #100c09;
  color: #f3e6c8;
  border: 1px solid #3d2a1a;
  border-radius: 2px;
}

.shop-head h1,
.shop-head h2 {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.shop-head p { color: #c4a574; }

.card {
  background: #23180f;
  border: 1px solid #3d2a1a;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #1a120c;
}
.card-media { background: #100c09; }
.card .name { color: #f3e6c8; }
.card .meta { color: #c4a574; }
.card--fake { border-color: #ff6b6b; }
.card .btn {
  background: #d4a017;
  color: #100c09;
  border: 0;
  border-radius: 2px;
}
.card .btn:hover { background: #ffd27a; color: #100c09; }
.card .nofly-note { color: #ffb4a2; }
.card .gold-note { color: #e8c36a; }
#search-note { color: #e8c36a; }

.how {
  background: #23180f;
  border: 1px solid #3d2a1a;
  border-radius: 2px;
}
.how h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.04em; }
.how ol, .how ul, .how p { color: #c4a574; }
.how strong { color: #f3e6c8; }
.how code {
  font-size: 0.88em;
  background: #100c09;
  padding: 0.05rem 0.3rem;
  border: 1px solid #3d2a1a;
}

.page-foot { border-top: 1px solid #3d2a1a; color: #c4a574; }
.cart-list li { border-bottom: 1px solid #3d2a1a; }
.msg { color: #ffd27a; }
#page-label { color: #c4a574; }

.pager .btn {
  background: #23180f;
  color: #f3e6c8;
  border: 1px solid #d4a017;
}
.pager .btn:hover { background: #3d1f0c; color: #ffd27a; }

.mail-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.85rem 0 0;
  max-width: 28rem;
  font-weight: 700;
  color: #c4a574;
}
.mail-check input {
  margin-top: 0.2rem;
  accent-color: #d4a017;
}
.mail-strip {
  margin: 2.25rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid #3d2a1a;
  max-width: 28rem;
}
.mail-strip h2 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f3e6c8;
}
.mail-strip p { margin: 0 0 0.75rem; color: #c4a574; font-weight: 700; }
.mail-form { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
.mail-form .field-input { margin: 0; max-width: 16rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pay-box label { display: block; font-weight: 800; margin-top: 0.75rem; color: #f3e6c8; }
.pay-box .mail-check { font-weight: 700; color: #c4a574; }
.pass-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 360px;
}
.pass-row .field-input {
  flex: 1;
  max-width: none;
  margin: 0.4rem 0 0;
}
.pass-toggle {
  appearance: none;
  margin-top: 0.4rem;
  border: 1px solid #d4a017;
  background: #100c09;
  color: #f3e6c8;
  font: inherit;
  font-weight: 800;
  font-size: 0.78rem;
  padding: 0.55rem 0.65rem;
  cursor: pointer;
  min-height: 44px;
}
.acct-pop .pass-row { max-width: none; }

.field-input,
#email {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0.4rem 0 0;
  padding: 0.65rem 0.75rem;
  border-radius: 2px;
  border: 1px solid #d4a017;
  background: #100c09;
  color: #f3e6c8;
  font: inherit;
  font-weight: 600;
}

:focus-visible {
  outline: 2px solid #d4a017;
  outline-offset: 2px;
}

@media (max-width: 860px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-stage {
    grid-column: auto;
    grid-row: auto;
    min-height: 150px;
  }
  .hero-stage .hero-line {
    position: static;
    max-width: none;
    margin: 0.7rem;
  }
}

@media (max-width: 640px) {
  .hero-stage { display: none; }
  .cat-rail {
    scrollbar-width: none;
  }
  .cat-rail::-webkit-scrollbar { display: none; }
}

.account-strip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-left: 0;
  flex: 0 1 auto;
  max-width: 100%;
  font-size: 0.82rem;
  font-weight: 800;
  color: #e8f5d8;
}
.account-strip a { color: #e8f5d8; }
#profile, #visits { scroll-margin-top: 5.5rem; }
.acct-name {
  appearance: none;
  border: 0;
  background: transparent;
  color: #f3e6c8;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  padding: 0.35rem 0.2rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  max-width: 9rem;
}
.acct-name-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acct-name-chevron {
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1;
  transform: translateY(-0.05em);
}
.acct-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  z-index: 50;
  min-width: 11rem;
  padding: 0.35rem 0;
  background: #1a140f;
  border: 1px solid #d4a017;
  display: grid;
  text-align: left;
}
.acct-menu.hidden { display: none; }
.acct-menu a,
.acct-menu .acct-out {
  display: block;
  width: 100%;
  padding: 0.7rem 0.9rem;
  min-height: 44px;
  color: #f3e6c8;
  text-decoration: none;
  font: inherit;
  font-weight: 800;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.acct-menu a:hover,
.acct-menu .acct-out:hover {
  background: #d4a017;
  color: #100c09;
}
.acct-email {
  color: #e8f5d8;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.acct-stats {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.acct-stats li {
  min-width: 8rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #d4a017;
  background: #100c09;
}
.acct-stats strong {
  display: block;
  font-size: 1.35rem;
  color: #f3e6c8;
}
.acct-stats span {
  color: #c4a574;
  font-size: 0.82rem;
  font-weight: 700;
}
.acct-visit {
  color: #f3e6c8;
  border: 1px solid #d4a017;
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  text-decoration: none;
}
.acct-in {
  appearance: none;
  border: 0;
  background: transparent;
  color: #e8f5d8;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  padding: 0.5rem 0.85rem;
  min-height: 44px;
}
.acct-pop {
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  z-index: 50;
  width: min(18rem, calc(100vw - 2rem));
  padding: 0.85rem;
  background: #1a140f;
  border: 1px solid #d4a017;
  display: grid;
  gap: 0.5rem;
  text-align: left;
  font-weight: 700;
}
.acct-pop.hidden { display: none; }
.acct-pop label {
  display: grid;
  gap: 0.2rem;
  font-size: 0.78rem;
  color: #f3e6c8;
}
.acct-pop .field-input { width: 100%; }
.acct-pop-actions { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.acct-forgot {
  appearance: none;
  border: 0;
  background: transparent;
  color: #c4a574;
  font: inherit;
  font-weight: 800;
  font-size: 0.78rem;
  cursor: pointer;
  padding: 0.2rem 0;
  text-align: left;
}
.acct-pop-err {
  margin: 0;
  min-height: 1em;
  color: #f0b4a8;
  font-size: 0.78rem;
  font-weight: 700;
}
.acct-stamps {
  border: 1px solid #d4a017;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
  color: #f3e6c8;
}
.acct-out {
  appearance: none;
  border: 0;
  background: transparent;
  color: #c4a574;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.ack-box {
  max-width: 40rem;
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border: 1px solid #d4a017;
  background: #100c09;
  color: #f3e6c8;
}
.vil-ask {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(12, 8, 6, 0.72);
}
.vil-ask.hidden { display: none; }
.vil-ask-card {
  width: 100%;
  max-width: 22rem;
  padding: 1.2rem 1.15rem 1.1rem;
  border: 3px solid #d4a017;
  background: #1a120c;
  color: #f3e6c8;
}
.vil-ask-card h2 {
  margin: 0 0 0.45rem;
  font-size: 1.25rem;
}
.vil-ask-card p {
  margin: 0 0 0.65rem;
  font-weight: 700;
  line-height: 1.45;
  color: #c4a574;
}
.vil-ask-card .msg { color: #f3e6c8; }
.vil-ask-card .visit-actions { margin-top: 0.85rem; }
.visit-page { max-width: 42rem; margin: 0 auto; padding: 1.25rem var(--pad) 3rem; }
.dodo-panel { margin: 1rem 0 0.35rem; }
.visit-page .shop-head {
  display: block;
}
.visit-page .shop-head p {
  display: block;
  margin-top: 0.45rem;
  color: #f3e6c8;
  font-size: 1.05rem;
}
.visit-invite,
.visit-ask {
  display: block;
}
.visit-invite { margin-bottom: 0.75rem; color: #c4a574; }
.visit-ask {
  font-weight: 800;
  color: #fff6d8;
}
.visit-ask-card {
  width: 100%;
  margin: 0.35rem 0 1rem;
  padding: 1.15rem 1.1rem 1.1rem;
  border: 3px solid #d4a017;
  background: #100c09;
}
.visit-ask-card .visit-ask {
  margin: 0 0 0.9rem;
  font-size: clamp(1.35rem, 6.4vw, 1.9rem);
  line-height: 1.2;
}
.visit-ask-btns {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.visit-ask-btns .btn {
  width: 100%;
  justify-content: center;
  min-height: 48px;
}
.visit-issue-wrap {
  margin: 0 0 1rem;
  text-align: center;
}
.visit-issue-btn {
  min-height: 44px;
  background: transparent;
  border: 2px solid #8a6a3a;
  color: #f3e6c8;
}
.dodo-box {
  margin: 0;
  padding: 1.35rem 1.2rem 1.5rem;
  border: 3px solid #d4a017;
  background: #100c09;
  text-align: center;
}
.dodo-box--wait { border-style: dashed; }
.dodo-kicker {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d4a017;
  font-size: 0.95rem;
}
.dodo-code {
  display: block;
  width: 100%;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.4rem, 11vw, 4.2rem);
  letter-spacing: 0.16em;
  margin: 0.35rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff6d8;
  line-height: 1.05;
  cursor: pointer;
}
.dodo-code:focus-visible {
  outline: 3px solid #d4a017;
  outline-offset: 4px;
}
.dodo-copy-hint {
  margin: 0.45rem 0 0;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d4a017;
}
.dodo-copy-hint.is-copied { color: #7dce8a; }
.dodo-box--closed { border-style: dashed; opacity: 0.92; }
.dodo-placeholder {
  margin: 0.7rem 0 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #f3e6c8;
}
.visit-how {
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid #8a6a3a;
  text-align: left;
}
.visit-how-title {
  margin: 0 0 0.45rem;
  font-weight: 800;
  color: #d4a017;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
}
.visit-how ol {
  margin: 0;
  padding-left: 1.2rem;
  color: #f3e6c8;
  font-weight: 700;
  font-size: 1.05rem;
}
.visit-how li { margin: 0.35rem 0; }
.visit-clock {
  margin: 1rem 0 0;
  padding: 1rem 1.1rem 1.15rem;
  border: 3px solid #d4a017;
  background: #1a1008;
  text-align: center;
}
.visit-clock.is-up { border-color: #c45c4a; }
.visit-clock-time {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.2rem, 10vw, 3.6rem);
  letter-spacing: 0.08em;
  color: #fff6d8;
  line-height: 1;
}
.visit-clock.is-up .visit-clock-time { color: #ffb4a8; }
.visit-clock-note {
  margin: 0.65rem 0 0;
  font-weight: 800;
  color: #f3e6c8;
  font-size: 1.05rem;
}
.next-step {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0 0.15rem 0 0;
  background: #2a1c10;
  border-bottom: 2px solid #d4a017;
  color: #fff6d8;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.35;
  overflow: hidden;
}
.next-step-scroll {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.next-step-track {
  display: flex;
  align-items: center;
  width: max-content;
}
.next-step-msg {
  margin: 0;
  padding: 0.55rem 2.5rem;
  white-space: nowrap;
}
.next-step.is-ticker .next-step-track {
  animation: next-step-scroll 32s linear infinite;
}
.next-step:not(.is-ticker) .next-step-track {
  width: 100%;
  justify-content: center;
  gap: 0;
}
.next-step:not(.is-ticker) .next-step-msg:last-child { display: none; }
.next-step:not(.is-ticker) .next-step-msg {
  white-space: normal;
  text-align: center;
  padding: 0.55rem 0.75rem;
}
.next-step-close {
  appearance: none;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #2a1c10;
  color: #ffd27a;
  font: inherit;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}
@keyframes next-step-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .next-step.is-ticker .next-step-track { animation: none; }
  .next-step.is-ticker .next-step-scroll { overflow-x: auto; }
}
.cart-dock {
  position: sticky;
  bottom: 0;
  z-index: 25;
  margin: 0.75rem 0 0;
  padding: 0.7rem 0.75rem calc(0.7rem + env(safe-area-inset-bottom));
  background: #100c09;
  border-top: 3px solid #d4a017;
}
.cart-dock .visit-actions { margin: 0; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin: 0.35rem 0 1rem; }
.passport-wrap { margin: 1.25rem 0; }
.punch-card {
  max-width: 28rem;
  padding: 0.95rem 1rem 0.85rem;
  border: 3px solid #d4a017;
  background:
    linear-gradient(180deg, rgba(212, 160, 23, 0.08), transparent 42%),
    #1a120c;
  box-shadow: inset 0 0 0 1px #3d2a1a;
}
.punch-card-head { margin: 0 0 0.75rem; }
.punch-card-kicker {
  margin: 0;
  color: #d4a017;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.punch-card-title {
  margin: 0.15rem 0 0;
  font-family: "Archivo Black", sans-serif;
  color: #fff6d8;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.punch-card-foot {
  margin: 0.7rem 0 0;
  color: #c4a574;
  font-weight: 700;
  font-size: 0.88rem;
}
.passport {
  display: grid;
  grid-template-columns: repeat(3, minmax(4.4rem, 1fr)) minmax(5.1rem, 1.15fr);
  gap: 0.5rem;
  align-items: stretch;
}
.stamp-box {
  display: block;
  aspect-ratio: 1;
  min-width: 0;
  border: 2px dashed #8a6a3a;
  border-radius: 3px;
  background: #f4ead4;
  position: relative;
  overflow: hidden;
}
.stamp-box--ticket {
  aspect-ratio: 5 / 6;
  border-style: solid;
  border-color: #a07a20;
}
.stamp-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  filter: grayscale(0.35);
  transform: rotate(-4deg) scale(1.04);
}
.stamp-box.is-inked,
.stamp-box.is-pressing {
  border-style: solid;
  border-color: #6b1d1d;
  background: #efe2c4;
}
.stamp-box--ticket.is-inked,
.stamp-box--ticket.is-pressing {
  border-color: #d4a017;
}
.stamp-box.is-inked img,
.stamp-box.is-pressing img {
  opacity: 1;
  filter: none;
}
.stamp-box.is-pressing img { animation: stamp-press 0.4s ease-out; }
.stamp-box.is-next {
  box-shadow: 0 0 0 2px #d4a017;
}
@keyframes stamp-press {
  0% { transform: rotate(-8deg) translate(0, -10px) scale(1.15); opacity: 0; }
  70% { transform: rotate(-6deg) translate(2px, 2px) scale(1); opacity: 1; }
  100% { transform: rotate(-4deg) scale(1.04); }
}
.dodo-thanks { font-family: "Source Serif 4", Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.issue-note textarea { width: 100%; margin-top: 0.4rem; }
.order-id {
  margin: 0.35rem 0 0;
  font-weight: 800;
  font-size: 0.92rem;
  color: #d4a017;
  word-break: break-all;
}
.order-id-btn {
  display: inline;
  margin-left: 0.35rem;
  padding: 0;
  border: 0;
  background: none;
  color: #fff6d8;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  cursor: pointer;
}
.visit-done {
  margin: 1rem 0;
  padding: 1.25rem 1.1rem;
  border: 3px solid #d4a017;
  background: #100c09;
  text-align: center;
}
.visit-done-title {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.8rem, 8vw, 2.8rem);
  letter-spacing: 0.04em;
  color: #fff6d8;
  line-height: 1.1;
}
.visit-done p + p { margin: 0.55rem 0 0; font-weight: 800; color: #f3e6c8; }
.acct-order-id { word-break: break-all; }
.acct-order-lines { color: #c4a574; }
#gift-in-list.cart-list li,
.cart-list.acct-orders li {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem 1rem;
}
.acct-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
}
#gift-in-list .btn,
.cart-list.acct-orders .btn {
  width: auto;
  min-width: 4.75rem;
  justify-self: end;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 640px) {
  .visit-page { padding: 1rem 0.85rem 2.5rem; }
  .visit-actions { flex-direction: column; }
  .visit-actions .btn { width: 100%; justify-content: center; min-height: 48px; }
  #gift-in-list.cart-list li,
  .cart-list.acct-orders li {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }
  .field-input,
  #email { max-width: none; }
  .acct-email { max-width: 7rem; }
  .dodo-code { letter-spacing: 0.1em; }
  .visit-items li { grid-template-columns: 56px 1fr; }
  .visit-items img, .visit-items .line-thumb { width: 56px; height: 56px; }
}

@media (max-width: 767px) {
  .site-header-inner {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-template-areas:
      "toggle brand end"
      "nav nav nav";
  }
  .site-header-inner:has(.header-search) {
    grid-template-areas:
      "toggle brand end"
      "search search search"
      "nav nav nav";
    align-items: center;
    column-gap: 0.35rem;
    row-gap: 0.55rem;
    padding: 0.6rem var(--pad) 0.7rem;
  }
  .brand {
    grid-area: brand;
    min-width: 0;
    font-size: 0.78rem;
  }
  .nav-toggle {
    grid-area: toggle;
    display: inline-flex;
    justify-self: start;
  }
  .header-end {
    grid-area: end;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    flex-direction: row;
    align-items: center;
    gap: 0.1rem;
  }
  .cart-link {
    width: 44px;
    height: 44px;
    min-height: 44px;
    justify-content: center;
    padding: 0;
  }
  .cart-link-text { display: none; }
  .cart-link .badge {
    position: absolute;
    top: 2px;
    right: -2px;
    margin-left: 0;
  }
  .account-strip {
    width: auto;
    max-width: 8rem;
    margin-left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .acct-name { max-width: 6.5rem; }
  .acct-stamps { display: none; }
  .acct-email,
  .acct-visit {
    display: none;
  }
  .acct-in {
    min-height: 44px;
    padding: 0.35rem 0.35rem;
  }
  .acct-email { max-width: none; }
  .acct-pop {
    right: 0;
    width: min(18rem, calc(100vw - 2rem));
  }
  .header-search {
    grid-area: search;
    flex: none;
    width: 100%;
    min-width: 0;
    margin: 0.1rem 0 0;
  }
  .header-search input {
    width: 100%;
    min-height: 44px;
    padding: 0.55rem 0.85rem;
  }
  .header-nav {
    display: none;
    grid-area: nav;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0.15rem 0 0.25rem;
    gap: 0.25rem;
  }
  .site-header.is-nav-open .header-nav { display: flex; }
  .header-nav > a {
    width: 100%;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
  }
  .land { padding-bottom: 5.5rem; }
  .woot-widget-bubble {
    bottom: 5.75rem !important;
    right: 0.85rem !important;
    z-index: 18 !important;
  }
}

