:root {
    --ground: #FAFAF7;
    --card: #FFFFFF;
    --ink: #1C1917;
    --sub: #57534E;
    --rule: #E7E5E0;
    --rule-strong: #D6D3CC;
    --accent: #FF8000;
    --accent-deep: #B34F00;
    --accent-tint: #FFF3E4;
    --shadow: 0 1px 2px rgba(28,25,23,.04), 0 8px 24px rgba(28,25,23,.06);
    --radius: 10px;
    --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;
    --sans: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  }
  :root:not([data-theme="light"]) {
    @media (prefers-color-scheme: dark) {
      --ground: #14110D;
      --card: #1E1A15;
      --ink: #F5F1EA;
      --sub: #A8A29E;
      --rule: #2D2822;
      --rule-strong: #3A342C;
      --accent: #FF9128;
      --accent-deep: #FF8000;
      --accent-tint: #2A1F12;
      --shadow: 0 1px 2px rgba(0,0,0,.4), 0 8px 24px rgba(0,0,0,.35);
    }
  }
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) {
      --ground: #14110D;
      --card: #1E1A15;
      --ink: #F5F1EA;
      --sub: #A8A29E;
      --rule: #2D2822;
      --rule-strong: #3A342C;
      --accent: #FF9128;
      --accent-deep: #FF8000;
      --accent-tint: #2A1F12;
      --shadow: 0 1px 2px rgba(0,0,0,.4), 0 8px 24px rgba(0,0,0,.35);
    }
  }
  :root[data-theme="dark"] {
    --ground: #14110D;
    --card: #1E1A15;
    --ink: #F5F1EA;
    --sub: #A8A29E;
    --rule: #2D2822;
    --rule-strong: #3A342C;
    --accent: #FF9128;
    --accent-deep: #FF8000;
    --accent-tint: #2A1F12;
    --shadow: 0 1px 2px rgba(0,0,0,.4), 0 8px 24px rgba(0,0,0,.35);
  }
  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body {
    background: var(--ground);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
  }
  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; height: auto; }

  .wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  /* HEADER */
  header.site {
    position: sticky; top: 0; z-index: 20;
    background: color-mix(in srgb, var(--ground) 92%, transparent);
    backdrop-filter: saturate(140%) blur(8px);
    -webkit-backdrop-filter: saturate(140%) blur(8px);
    border-bottom: 1px solid var(--rule);
  }
  .site-inner {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 14px; padding-bottom: 14px; gap: 24px; flex-wrap: wrap;
  }
  .brand { display: flex; align-items: center; }
  .brand img { height: 52px; width: auto; display: block; }
  nav.primary ul { display: flex; gap: 22px; list-style: none; padding: 0; margin: 0; }
  nav.primary a { font-size: 14px; font-weight: 600; color: var(--ink); padding: 6px 2px; border-bottom: 2px solid transparent; transition: border-color .15s ease, color .15s ease; }
  nav.primary a:hover { border-color: var(--accent); color: var(--accent-deep); }
  nav.primary a.current { border-color: var(--accent); }
  .nav-toggle { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; pointer-events: none; }
  .nav-toggle-btn { display: none; }
  .nav-toggle-btn { -webkit-tap-highlight-color: transparent; }

  /* MARQUEE */
  .marquee {
    border-bottom: 1px solid var(--rule);
    overflow: hidden;
    background: var(--card);
  }
  .marquee-inner {
    display: block; white-space: nowrap;
    padding: 10px 0;
    color: var(--sub);
    font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700;
  }
  .marquee-inner span { display: inline-flex; align-items: center; }
  .marquee-inner span::after { content: "·"; margin-left: 48px; color: var(--rule-strong); }
    
  /* HERO */
  .hero { padding-top: 56px; padding-bottom: 40px; }
  .hero-grid {
    display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
  }
  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
    color: var(--accent-deep);
    margin-bottom: 20px;
  }
  .hero-eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--accent); }
  h1.hero-title {
    font-family: var(--serif);
    font-weight: 700;
    font-size: clamp(34px, 4.5vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.015em;
    text-wrap: balance;
    margin: 0 0 20px 0;
  }
  h1.hero-title em { font-style: italic; color: var(--accent-deep); font-weight: 500; }
  .hero p.lede {
    font-size: 18px; color: var(--sub); max-width: 46ch; margin: 0 0 28px 0; line-height: 1.55;
  }
  .cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 22px; border-radius: 999px;
    font-weight: 700; font-size: 14px; letter-spacing: .02em;
    transition: transform .1s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
    border: 1.5px solid transparent; cursor: pointer;
  }
  .btn-primary { background: var(--accent); color: #fff; border-color: var(--accent); }
  .btn-primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); box-shadow: 0 8px 18px rgba(255,128,0,.28); }
  .btn-ghost { background: transparent; color: var(--ink); border-color: var(--rule-strong); }
  .btn-ghost:hover { border-color: var(--ink); }
  .btn:active { transform: translateY(1px); }

  .hero-media { position: relative; }
  .hero-media-frame { position: relative; }
  .hero-media-frame img {
    width: 100%; aspect-ratio: 4/3; object-fit: cover;
    border-radius: 14px; box-shadow: var(--shadow);
    filter: saturate(1.05);
  }
  .hero-badge {
    position: absolute; left: -18px; bottom: 24px;
    background: var(--card); border: 1px solid var(--rule);
    padding: 14px 18px; border-radius: 12px;
    box-shadow: var(--shadow);
    display: flex; align-items: center; gap: 14px;
  }
  .hero-badge .num { font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--accent-deep); line-height: 1; }
  .hero-badge .lbl { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--sub); font-weight: 700; }

  .hero-links { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 18px; }
  .hero-links a {
    display: flex; align-items: center; gap: 12px;
    background: var(--card); border: 1px solid var(--rule); border-radius: 12px;
    padding: 10px 16px;
    transition: border-color .15s ease, box-shadow .15s ease, transform .1s ease;
  }
  .hero-links a:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-1px); }
  /* Partner marks are navy on transparency — plate them so they hold up on the dark palette */
  .hero-links .logo {
    flex: none; width: 56px; height: 44px; object-fit: contain;
    background: #fff; border-radius: 6px; padding: 2px 4px;
  }
  .hero-links .txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .hero-links .lbl { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--sub); font-weight: 700; }
  .hero-links .nm { font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.2; }
  .hero-links .arw { margin-left: auto; color: var(--accent-deep); font-weight: 700; }
  .hero-links a:hover .nm { color: var(--accent-deep); }

  /* STATS RIBBON */
  .ribbon { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--card); }
  .ribbon-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
  .ribbon-item { padding: 22px 24px; border-right: 1px solid var(--rule); }
  .ribbon-item:last-child { border-right: 0; }
  .ribbon-item .k { font-family: var(--serif); font-size: 30px; font-weight: 700; letter-spacing: -0.01em; }
  .ribbon-item .v { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--sub); font-weight: 700; margin-top: 4px; }

  /* SECTION HEADS */
  section.block { padding-top: 72px; padding-bottom: 72px; }
  .section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
  .section-head .eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-deep); font-weight: 700; margin-bottom: 10px; display: block; }
  .section-head h2 { font-family: var(--serif); font-size: clamp(28px, 3.2vw, 38px); font-weight: 700; margin: 0; letter-spacing: -0.01em; line-height: 1.1; }
  .section-head .see-all { font-size: 13px; font-weight: 700; color: var(--sub); border-bottom: 1px solid var(--rule-strong); padding-bottom: 2px; }
  .section-head .see-all:hover { color: var(--accent-deep); border-color: var(--accent); }

  /* AUCTION CARDS */
  .auction-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .auction-card {
    background: var(--card); border: 1px solid var(--rule); border-radius: 14px; overflow: hidden;
    display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease;
  }
  .auction-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
  .auction-media { aspect-ratio: 16/10; overflow: hidden; }
  .auction-media img { width: 100%; height: 100%; object-fit: cover; }
  .auction-body { padding: 24px; display: flex; flex-direction: column; gap: 14px; }
  .auction-body h3 { font-family: var(--serif); font-size: 22px; font-weight: 700; margin: 0; letter-spacing: -0.01em; line-height: 1.25; }
  .auction-meta { display: flex; flex-direction: column; gap: 8px; font-size: 14.5px; border-top: 1px solid var(--rule); padding-top: 14px; }
  .auction-meta .row { display: flex; flex-direction: row; align-items: baseline; gap: 12px; }
  .auction-meta .lbl { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--sub); font-weight: 700; min-width: 118px; flex-shrink: 0; }
  .auction-meta .val { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; flex: 1; }
  .auction-actions { display: flex; gap: 10px; margin-top: 6px; padding-top: 16px; border-top: 1px solid var(--rule); }
  .auction-actions a { font-size: 13px; font-weight: 700; padding: 8px 14px; border-radius: 8px; border: 1px solid var(--rule-strong); color: var(--ink); }
  .auction-actions a:hover { border-color: var(--accent); color: var(--accent-deep); }
  .auction-actions a.solid { background: var(--ink); color: var(--ground); border-color: var(--ink); }
  .auction-actions a.solid:hover { background: var(--accent-deep); border-color: var(--accent-deep); color: #fff; }

  /* WEEKLY SPECIALS (editorial) */
  .specials-band { background: var(--accent-tint); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .specials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .spec-card {
    background: var(--card); border: 1px solid var(--rule); border-radius: 14px; overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .spec-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
  .spec-media { aspect-ratio: 4/3; overflow: hidden; background: #f5f4f0; padding: 18px; display: flex; align-items: center; justify-content: center; }
  .spec-media img { max-width: 100%; max-height: 100%; object-fit: contain; }
  .spec-body { padding: 20px 24px 24px; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--rule); }
  .spec-eyebrow { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--accent-deep); }
  .spec-name { font-family: var(--serif); font-size: 20px; font-weight: 700; letter-spacing: -0.01em; margin: 0; line-height: 1.2; }
  .spec-price { font-family: var(--serif); font-size: 34px; font-weight: 700; color: var(--accent-deep); margin: 4px 0 0 0; letter-spacing: -0.02em; line-height: 1; font-variant-numeric: tabular-nums; }
  .spec-desc { color: var(--sub); font-size: 14.5px; margin: 6px 0 0 0; line-height: 1.55; }

  /* Specials: click-to-enlarge */
  .spec-media.spec-zoom {
    position: relative; width: 100%; border: 0; margin: 0; font: inherit; color: inherit;
    cursor: zoom-in; -webkit-appearance: none; appearance: none;
  }
  .spec-zoom-cue {
    position: absolute; left: 50%; bottom: 10px; transform: translate(-50%, 6px);
    background: rgba(0,0,0,.72); color: #fff; border-radius: 999px;
    font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
    padding: 5px 12px; opacity: 0; transition: opacity .18s ease, transform .18s ease; pointer-events: none;
  }
  .spec-zoom:hover .spec-zoom-cue,
  .spec-zoom:focus-visible .spec-zoom-cue { opacity: 1; transform: translate(-50%, 0); }
  .spec-zoom:focus-visible { outline: 2px solid var(--accent-deep); outline-offset: -2px; }
  .spec-zoom img { transition: transform .25s ease; }
  .spec-zoom:hover img { transform: scale(1.04); }

  body.spec-lb-open { overflow: hidden; }
  .spec-lightbox { position: fixed; inset: 0; z-index: 999; display: flex; align-items: center; justify-content: center; }
  .spec-lightbox[hidden] { display: none; }
  .spec-lightbox-backdrop { position: absolute; inset: 0; background: rgba(18,17,15,.88); cursor: zoom-out; }
  .spec-lightbox-inner { position: relative; width: min(1000px, 92vw); max-height: 90vh; display: flex; align-items: center; justify-content: center; }
  .spec-lb-figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; max-height: 90vh; }
  .spec-lb-figure img {
    max-width: 100%; max-height: 74vh; object-fit: contain;
    background: #fff; border-radius: 12px; padding: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.45);
  }
  .spec-lb-cap { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; color: #fff; }
  .spec-lb-name { font-family: var(--serif); font-size: 20px; font-weight: 700; }
  .spec-lb-price { font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--accent); line-height: 1; font-variant-numeric: tabular-nums; }
  .spec-lb-close, .spec-lb-nav {
    position: absolute; z-index: 2; border: 0; background: rgba(255,255,255,.14); color: #fff;
    border-radius: 999px; cursor: pointer; line-height: 1; display: flex; align-items: center; justify-content: center;
    transition: background .18s ease;
  }
  .spec-lb-close:hover, .spec-lb-nav:hover { background: rgba(255,255,255,.3); }
  .spec-lb-close { position: fixed; top: 22px; right: 26px; width: 44px; height: 44px; font-size: 28px; }
  .spec-lb-close:focus-visible, .spec-lb-nav:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
  .spec-lb-nav { top: 50%; transform: translateY(-50%); width: 46px; height: 46px; font-size: 32px; padding-bottom: 4px; }
  .spec-lb-nav.prev { left: -60px; }
  .spec-lb-nav.next { right: -60px; }

  /* TIKTOK VIDEOS (editorial) */
  .tt-band { background: var(--ink); color: var(--ground); }
  .tt-band .section-head h2 { color: var(--ground); }
  .tt-band .section-head .eyebrow { color: var(--accent); }
  .tt-band .section-head .see-all { color: color-mix(in srgb, var(--ground) 70%, transparent); border-color: color-mix(in srgb, var(--ground) 20%, transparent); }
  .tt-band .section-head .see-all:hover { color: var(--accent); border-color: var(--accent); }
  .tt-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
  .tt-card { flex: 0 1 320px; min-width: 0; }
  .tt-card {
    background: color-mix(in srgb, var(--ground) 6%, var(--ink));
    border: 1px solid color-mix(in srgb, var(--ground) 12%, transparent);
    border-radius: 14px; overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform .2s ease, border-color .2s ease;
  }
  .tt-card:hover { transform: translateY(-2px); border-color: var(--accent); }
  .tt-thumb { position: relative; aspect-ratio: 9/13; overflow: hidden; background: #000; }
  .tt-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: opacity .3s ease, transform .5s ease; }
  .tt-card:hover .tt-thumb img { opacity: .9; transform: scale(1.04); }
  .tt-badge {
    position: absolute; top: 12px; left: 12px;
    background: #000; color: #fff;
    padding: 4px 10px; border-radius: 4px;
    font-size: 10px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
    display: inline-flex; align-items: center; gap: 6px;
  }
  .tt-play {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 54px; text-shadow: 0 4px 20px rgba(0,0,0,.6);
    pointer-events: none;
  }
  .tt-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 12px; }
  .tt-title { font-family: var(--serif); font-size: 18px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.25; margin: 0; color: var(--ground); }
  .tt-watch {
    align-self: flex-start;
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 18px; border-radius: 999px;
    background: var(--accent); color: #fff;
    font-weight: 700; font-size: 13px; letter-spacing: .02em;
    transition: background .15s ease;
  }
  .tt-watch:hover { background: var(--accent-deep); }
  .tt-note {
    text-align: center; margin: 26px 0 0 0;
    font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700;
    color: color-mix(in srgb, var(--ground) 55%, transparent);
  }

  /* CATEGORY GRID */
  .cats {
    background: linear-gradient(180deg, var(--ground) 0%, var(--card) 100%);
  }
  .cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .cat {
    position: relative; aspect-ratio: 1/1; overflow: hidden;
    border-radius: 12px; border: 1px solid var(--rule);
    display: block; background: var(--card);
  }
  .cat img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
  .cat:hover img { transform: scale(1.06); }
  .cat::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(28,25,23,.72) 100%);
  }
  .cat .label {
    position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2;
    color: #fff; font-family: var(--serif); font-size: 18px; font-weight: 700; letter-spacing: -0.01em;
  }
  .cat .label small { display: block; font-family: var(--sans); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,.75); margin-bottom: 3px; }

  /* WHO / WHAT PANELS */
  .info-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; }
  .info-card {
    background: var(--card); border: 1px solid var(--rule); border-radius: 14px;
    padding: 32px;
  }
  .info-card h3 { font-family: var(--serif); font-size: 24px; margin: 0 0 14px 0; letter-spacing: -0.01em; }
  .info-card p { color: var(--sub); font-size: 15.5px; margin: 0 0 12px 0; }
  .stack-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
  .stack-list li {
    display: flex; gap: 16px; padding: 14px 0; border-top: 1px solid var(--rule); font-size: 15px;
  }
  .stack-list li:first-child { border-top: 0; }
  .stack-list .k { font-family: var(--serif); font-weight: 700; font-size: 15px; color: var(--ink); min-width: 130px; }
  .stack-list .v { color: var(--sub); flex: 1; }

  /* FOOTER */
  footer.site {
    background: var(--ink); color: var(--ground); padding: 72px 0 32px;
    border-top: 6px solid var(--accent);
  }
  footer.site a { color: var(--ground); }
  .foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1.4fr; gap: 56px; }
  .foot-brand { display: flex; flex-direction: column; gap: 18px; }
  .foot-brand .name { font-family: var(--serif); font-size: 26px; font-weight: 700; letter-spacing: -0.01em; }
  .foot-brand p { color: color-mix(in srgb, var(--ground) 65%, transparent); font-size: 14px; line-height: 1.6; max-width: 32ch; }
  .foot-col h4 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 16px 0; }
  .foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
  .foot-col li { font-size: 14px; }
  .foot-col a:hover { color: var(--accent); }
  .qr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .qr {
    background: var(--ground); padding: 10px 10px 8px; border-radius: 10px;
    display: flex; flex-direction: column; align-items: center; gap: 6px;
  }
  .qr img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 4px; }
  .qr .lbl { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); font-weight: 700; }
  .foot-bottom {
    margin-top: 56px; padding-top: 20px;
    border-top: 1px solid color-mix(in srgb, var(--ground) 15%, transparent);
    display: flex; justify-content: space-between; gap: 16px;
    font-size: 12px; color: color-mix(in srgb, var(--ground) 60%, transparent);
    letter-spacing: .04em;
  }

  /* TABLET — 1024px and down */
  @media (max-width: 1024px) {
    .wrap { padding: 0 20px; }
    .hero { padding-top: 40px; padding-bottom: 32px; }
    .hero-grid { gap: 40px; }
    h1.hero-title { font-size: clamp(30px, 4.2vw, 44px); }
    .hero p.lede { font-size: 16px; }
    .cat-grid { grid-template-columns: repeat(3, 1fr); }
    .specials-grid, .tt-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .info-grid { gap: 32px; }
    .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    section.block { padding-top: 56px; padding-bottom: 56px; }
    .section-head h2 { font-size: clamp(24px, 3vw, 32px); }
  }

  /* MOBILE — 720px and down */
  @media (max-width: 720px) {
    .wrap { padding: 0 16px; }

    /* Header + hamburger */
    header.site { position: sticky; }
    .site-inner { padding-top: 10px; padding-bottom: 10px; gap: 12px; }
    .brand img { height: 40px; }
    .nav-toggle-btn {
      display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
      width: 40px; height: 40px; border-radius: 8px; cursor: pointer;
      border: 1px solid var(--rule-strong); background: var(--card);
      padding: 10px; margin-left: auto;
    }
    .nav-toggle-btn span {
      display: block; height: 2px; width: 100%; background: var(--ink); border-radius: 2px;
      transition: transform .2s ease, opacity .15s ease;
    }
    .nav-toggle:checked ~ .nav-toggle-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle:checked ~ .nav-toggle-btn span:nth-child(2) { opacity: 0; }
    .nav-toggle:checked ~ .nav-toggle-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    nav.primary {
      order: 3; flex-basis: 100%;
      max-height: 0; overflow: hidden;
      transition: max-height .25s ease;
    }
    .nav-toggle:checked ~ nav.primary { max-height: 480px; }
    nav.primary ul {
      flex-direction: column; gap: 0;
      padding: 8px 0 6px; margin: 4px 0 0;
      border-top: 1px solid var(--rule);
    }
    nav.primary a {
      display: block; padding: 12px 4px; border-bottom: 1px solid var(--rule);
      font-size: 15px; border-left: 3px solid transparent;
      padding-left: 12px;
    }
    nav.primary a:hover, nav.primary a.current {
      border-left-color: var(--accent); border-bottom-color: var(--rule);
      background: var(--accent-tint); color: var(--accent-deep);
    }

    /* Marquee */
    .marquee-inner { font-size: 10.5px; letter-spacing: .12em; gap: 32px; }
    .marquee-inner span::after { margin-left: 32px; }

    /* Hero */
    .hero { padding-top: 28px; padding-bottom: 24px; }
    .hero-grid { grid-template-columns: 1fr; gap: 28px; }
    .hero-eyebrow { font-size: 10px; margin-bottom: 14px; }
    h1.hero-title { font-size: 30px; margin-bottom: 14px; }
    .hero p.lede { font-size: 15.5px; margin-bottom: 20px; }
    .cta-row { gap: 10px; }
    .btn { padding: 12px 18px; font-size: 13.5px; }
    .btn-primary, .btn-ghost { flex: 1; justify-content: center; }
    .hero-media-frame img { border-radius: 12px; }
    .hero-badge {
      left: 12px; right: auto; bottom: 12px;
      padding: 10px 14px; border-radius: 10px; gap: 10px;
    }
    .hero-badge .num { font-size: 22px; }
    .hero-badge .lbl { font-size: 9.5px; }
    .hero-links { gap: 8px; margin-bottom: 14px; }
    .hero-links a { padding: 9px 14px; gap: 10px; border-radius: 10px; }
    .hero-links .logo { width: 48px; height: 38px; }
    .hero-links .nm { font-size: 13.5px; }

    /* Ribbon */
    .ribbon-inner { grid-template-columns: repeat(2, 1fr); }
    .ribbon-item { padding: 16px 18px; }
    .ribbon-item .k { font-size: 22px; }
    .ribbon-item .v { font-size: 10.5px; }
    .ribbon-item:nth-child(2) { border-right: 0; }
    .ribbon-item:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }

    /* Section heads stack vertically */
    section.block { padding-top: 40px; padding-bottom: 40px; }
    .section-head { flex-direction: column; align-items: flex-start; gap: 8px; margin-bottom: 22px; }
    .section-head h2 { font-size: 26px; }
    .section-head .see-all { font-size: 12.5px; }

    /* Auction cards */
    .auction-grid { grid-template-columns: 1fr; gap: 18px; }
    .auction-body { padding: 18px; gap: 12px; }
    .auction-body h3 { font-size: 18px; line-height: 1.3; }
    .auction-meta { font-size: 13.5px; gap: 6px; padding-top: 12px; }
    .auction-meta .row { flex-direction: column; align-items: flex-start; gap: 1px; }
    .auction-meta .lbl { min-width: 0; font-size: 10px; }
    .auction-actions { flex-wrap: wrap; gap: 8px; padding-top: 12px; }
    .auction-actions a { font-size: 12.5px; padding: 8px 12px; }

    /* Specials */
    .specials-grid { grid-template-columns: 1fr; gap: 16px; }
    .spec-media { aspect-ratio: 16/10; padding: 14px; }
    .spec-body { padding: 16px 18px 20px; gap: 8px; }
    .spec-name { font-size: 18px; }
    .spec-price { font-size: 28px; }
    .spec-desc { font-size: 13.5px; }
    .spec-zoom-cue { opacity: 1; transform: translate(-50%, 0); font-size: 9.5px; padding: 4px 10px; }
    .spec-lightbox-inner { width: 94vw; }
    .spec-lb-figure img { max-height: 62vh; padding: 10px; }
    .spec-lb-close { top: 14px; right: 14px; width: 40px; height: 40px; font-size: 26px; }
    .spec-lb-nav { width: 40px; height: 40px; font-size: 26px; top: auto; bottom: -8px; transform: none; }
    .spec-lb-nav.prev { left: 8px; }
    .spec-lb-nav.next { right: 8px; }
    .spec-lb-name { font-size: 17px; }
    .spec-lb-price { font-size: 24px; }

    /* TikTok */
    .tt-grid { grid-template-columns: 1fr; gap: 16px; }
    .tt-thumb { aspect-ratio: 16/10; }
    .tt-body { padding: 14px 18px 18px; }
    .tt-title { font-size: 16px; }
    .tt-play { font-size: 40px; }

    /* Categories */
    .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .cat .label { font-size: 15px; left: 12px; right: 12px; bottom: 10px; }
    .cat .label small { font-size: 9.5px; letter-spacing: .14em; }

    /* Who / What */
    .info-grid { grid-template-columns: 1fr; gap: 20px; }
    .info-card { padding: 22px; }
    .info-card h3 { font-size: 20px; }
    .info-card p { font-size: 14.5px; }
    .stack-list li { flex-direction: column; gap: 2px; padding: 12px 0; }
    .stack-list .k { min-width: 0; font-size: 14px; }
    .stack-list .v { font-size: 14px; }

    /* Footer */
    footer.site { padding: 40px 0 24px; }
    .foot-grid { grid-template-columns: 1fr; gap: 32px; }
    .foot-brand .name { font-size: 22px; }
    .foot-col h4 { margin-bottom: 12px; }
    .qr-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; }
    .qr { padding: 6px 6px 4px; }
    .qr .lbl { font-size: 9px; letter-spacing: .1em; }
    .foot-bottom { flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 32px; }

    
  }

  /* SMALL MOBILE — 400px and down */
  @media (max-width: 400px) {
    .brand img { height: 34px; }
    .qr-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    h1.hero-title { font-size: 26px; }
    .cta-row { flex-direction: column; }
    .btn-primary, .btn-ghost { width: 100%; }
    .cat-grid { grid-template-columns: 1fr; }
    .auction-body h3 { font-size: 18px; }
    .spec-price { font-size: 26px; }
  }

/* INNER PAGES */
.page-head { padding-top: 48px; }
.page-head .eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-deep); font-weight: 700; margin-bottom: 10px; display: block; }
.page-head h1 { font-family: var(--serif); font-size: clamp(30px, 3.6vw, 42px); font-weight: 700; margin: 0; letter-spacing: -0.01em; line-height: 1.1; }
.page-main { max-width: 920px; margin: 0 auto; }
.page-main.page-wide { max-width: none; }
.page-body { background: var(--card); border: 1px solid var(--rule); border-radius: 14px; padding: 36px 40px; }
.page-body p, .page-body li, .page-body td { font-size: 16px; line-height: 1.7; color: var(--ink); font-weight: 400; letter-spacing: 0; }
.page-body p { margin: 0 0 16px; }
.page-body h2, .page-body h3 { font-family: var(--serif); letter-spacing: -0.01em; line-height: 1.2; margin: 28px 0 12px; }
.page-body h2:first-child, .page-body h3:first-child { margin-top: 0; }
.page-body h2 { font-size: 26px; }
.page-body h3 { font-size: 21px; }
.page-body font { font-size: inherit; }
.page-body font[color] { color: var(--accent-deep); }
.page-body a { color: var(--accent-deep); font-weight: 600; }
.page-body a:hover { text-decoration: underline; }
.page-body img { display: inline-block; border-radius: 8px; max-width: 100%; height: auto; }
.page-body table { border-collapse: collapse; max-width: 100%; }
.page-body td { padding: 6px 8px; vertical-align: top; }
.page-body blockquote { margin: 0; padding: 0; }
.about-photos { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 24px; }
.page-body ul { padding-left: 20px; list-style: disc; margin: 0 0 16px; }
.page-body ol { padding-left: 22px; margin: 0 0 16px; }

/* CONTACT FORM */
.contact-form { display: grid; gap: 16px; margin-top: 8px; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label {
  display: flex; flex-direction: column; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--sub);
}
.contact-form input, .contact-form select, .contact-form textarea {
  padding: 12px 14px; border-radius: 8px;
  border: 1px solid var(--rule-strong); background: var(--ground); color: var(--ink);
  font-family: var(--sans); font-size: 15px; font-weight: 500;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--accent);
}
.contact-form textarea { min-height: 140px; resize: vertical; }
@media (max-width: 720px) {
  .contact-form .form-row { grid-template-columns: 1fr; }
}

/* AUCTION LIST + DETAIL */
.auction-thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.auction-thumbs img { width: 92px; height: 68px; object-fit: cover; border-radius: 8px; border: 1px solid var(--rule); transition: transform .15s ease; }
.auction-thumbs a:hover img { transform: scale(1.04); }
.page-outro { text-align: center; color: var(--sub); font-size: 15px; line-height: 1.7; margin: 40px 0 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0; margin: 0; list-style: none; }
.gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; border: 1px solid var(--rule); transition: transform .15s ease; }
.gallery-grid a:hover img { transform: scale(1.03); }

@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .page-head { padding-top: 28px; }
  .page-body { padding: 22px 20px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .auction-thumbs img { width: 72px; height: 54px; }
}

.foot-partners { display: flex; gap: 10px; align-items: baseline; }
.foot-partners a:hover { color: var(--accent); }

/* Wordmark is black artwork on transparency — flip it for the dark palette */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .brand img { filter: invert(1); }
}
:root[data-theme="dark"] .brand img { filter: invert(1); }

.marquee-inner img { height: 20px; width: auto; margin-right: 9px; border-radius: 3px; background: #fff; }
