﻿/*
Theme Name: JapanBrandAuction Policy Drafts 20260816
Theme URI: https://japanbrandauction.jp/
Author: JapanBrandAuction
Description: Visible buyer-facing WordPress frontend for JapanBrandAuction.
Version: 1.0.81-brandlux-reference-pages-20260818
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: jba-visible
*/

:root {
    --jba-ink: #111315;
    --jba-muted: #596166;
    --jba-paper: #fffdf8;
    --jba-soft: #f4efe4;
    --jba-line: rgba(17, 19, 21, 0.14);
    --jba-gold: #b69043;
    --jba-blue: #1f5d78;
}

* {
    box-sizing: border-box;
}

html {
    overflow-x: clip;
    scroll-behavior: smooth;
}

body {
    background: var(--jba-paper);
    color: var(--jba-ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    margin: 0;
    min-width: 320px;
    overflow-x: clip;
}

button,
input,
select {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

:focus-visible {
    outline: 3px solid var(--jba-blue);
    outline-offset: 3px;
}

.jba-skip-link {
    background: var(--jba-ink);
    color: #fff;
    left: 16px;
    padding: 10px 14px;
    position: fixed;
    top: 12px;
    transform: translateY(-150%);
    z-index: 1000;
}

.jba-skip-link:focus {
    transform: translateY(0);
}

.jba-site-header {
    align-items: center;
    background: rgba(255, 253, 248, 0.97);
    border-bottom: 1px solid var(--jba-line);
    display: grid;
    gap: 18px;
    grid-template-columns: auto 1fr auto auto;
    min-height: 76px;
    padding: 12px clamp(16px, 4vw, 56px);
    position: sticky;
    top: 0;
    z-index: 50;
}

.jba-brand {
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    font-weight: 800;
    gap: 10px;
    min-height: 44px;
    white-space: nowrap;
}

.jba-brand-mark {
    align-items: center;
    background: var(--jba-ink);
    border-radius: 6px;
    color: var(--jba-paper);
    display: inline-flex;
    font-size: 13px;
    height: 34px;
    justify-content: center;
    width: 42px;
}

.jba-desktop-nav,
.jba-header-tools,
.jba-hero-actions,
.jba-site-footer nav {
    align-items: center;
    display: flex;
}

.jba-desktop-nav {
    gap: clamp(14px, 2vw, 28px);
    justify-content: center;
}

.jba-desktop-nav a,
.jba-nav-menu summary,
.jba-header-tools a,
.jba-site-footer a {
    color: var(--jba-muted);
    font-size: 14px;
    min-height: 44px;
}

.jba-desktop-nav a,
.jba-nav-menu summary,
.jba-header-tools a,
.jba-site-footer a {
    align-items: center;
    display: inline-flex;
}

.jba-nav-menu {
    position: relative;
}

.jba-nav-menu summary {
    cursor: pointer;
    list-style: none;
}

.jba-nav-menu summary::-webkit-details-marker {
    display: none;
}

.jba-nav-menu summary::after {
    color: #e8c475;
    content: "⌄";
    font-size: 0.78rem;
    margin-left: 6px;
}

.jba-nav-dropdown {
    background: rgba(8, 10, 11, 0.98);
    border: 1px solid rgba(232, 196, 117, 0.28);
    border-radius: 8px;
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
    display: grid;
    gap: 4px;
    left: 50%;
    min-width: 320px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    transform: translateX(-50%) translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 120;
}

.jba-nav-menu[open] .jba-nav-dropdown,
.jba-nav-menu:hover .jba-nav-dropdown,
.jba-nav-menu:focus-within .jba-nav-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.jba-nav-dropdown a {
    align-items: flex-start;
    border-radius: 6px;
    color: #fff8e8;
    display: grid;
    gap: 3px;
    min-height: auto;
    padding: 11px 12px;
}

.jba-nav-dropdown a:hover {
    background: rgba(232, 196, 117, 0.12);
}

.jba-nav-dropdown strong {
    color: #f1d38a;
    font-size: 0.86rem;
}

.jba-nav-dropdown span {
    color: rgba(255, 253, 248, 0.68);
    font-size: 0.76rem;
    line-height: 1.45;
}

.jba-header-tools {
    gap: 12px;
    justify-content: flex-end;
}

.jba-header-cta,
.jba-btn,
.jba-entry-card a,
.jba-lot-card a,
.jba-search-panel button {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
}

.jba-header-cta {
    background: var(--jba-ink);
    color: var(--jba-paper) !important;
    padding: 0 16px;
}

.jba-language-switcher {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.jba-language-label {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    min-height: 44px;
    white-space: nowrap;
}

.jba-language-switcher select {
    appearance: none;
    background:
        linear-gradient(45deg, transparent 50%, var(--jba-ink) 50%) right 14px center / 6px 6px no-repeat,
        linear-gradient(135deg, var(--jba-ink) 50%, transparent 50%) right 9px center / 6px 6px no-repeat,
        var(--jba-paper);
    border: 1px solid rgba(17, 19, 21, 0.22);
    border-radius: 6px;
    color: var(--jba-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    min-height: 44px;
    min-width: 148px;
    padding: 0 32px 0 12px;
}

.jba-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.jba-mobile-menu {
    display: none;
}

.jba-hero {
    background:
        linear-gradient(90deg, rgba(17, 19, 21, 0.86), rgba(17, 19, 21, 0.35)),
        url("https://images.unsplash.com/photo-1584917865442-de89df76afd3?auto=format&fit=crop&w=1800&q=82");
    background-position: center;
    background-size: cover;
    color: var(--jba-paper);
    display: grid;
    gap: clamp(24px, 5vw, 56px);
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    min-height: min(720px, calc(100vh - 76px));
    padding: clamp(56px, 8vw, 108px) clamp(18px, 5vw, 72px) clamp(36px, 6vw, 72px);
}

.jba-hero-copy {
    align-self: center;
    max-width: 820px;
}

.jba-eyebrow {
    color: var(--jba-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.jba-hero h1 {
    font-size: clamp(42px, 6vw, 78px);
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
    max-width: 880px;
}

.jba-hero p:not(.jba-eyebrow) {
    color: rgba(255, 253, 248, 0.88);
    font-size: clamp(17px, 1.5vw, 21px);
    margin: 24px 0 0;
    max-width: 700px;
}

.jba-hero-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.jba-btn {
    padding: 0 18px;
}

.jba-btn-primary {
    background: var(--jba-gold);
    color: var(--jba-ink);
}

.jba-btn-light {
    background: var(--jba-paper);
    color: var(--jba-ink);
}

.jba-btn-outline {
    border: 1px solid rgba(255, 253, 248, 0.56);
    color: var(--jba-paper);
}

.jba-search-panel {
    align-self: end;
    background: rgba(255, 253, 248, 0.96);
    border-radius: 8px;
    color: var(--jba-ink);
    display: grid;
    gap: 14px;
    padding: clamp(18px, 3vw, 28px);
}

.jba-search-panel label {
    font-weight: 800;
}

.jba-search-panel div {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
}

.jba-search-panel input {
    border: 1px solid rgba(17, 19, 21, 0.24);
    border-radius: 6px;
    min-height: 46px;
    padding: 0 12px;
}

.jba-search-panel button {
    background: var(--jba-ink);
    border: 0;
    color: var(--jba-paper);
    cursor: pointer;
    padding: 0 18px;
}

.jba-search-panel p {
    color: var(--jba-muted);
    font-size: 14px;
    margin: 0;
}

.jba-entry-grid,
.jba-lot-section,
.jba-data-section,
.jba-workflow-section,
.jba-trust-band,
.jba-ops-section,
.jba-page-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(34px, 6vw, 72px) clamp(16px, 4vw, 28px);
}

.jba-entry-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jba-entry-card,
.jba-lot-card {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17, 19, 21, 0.06);
}

.jba-entry-card {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.jba-entry-card h2,
.jba-section-heading h2,
.jba-lot-card h3 {
    letter-spacing: 0;
    margin: 0;
}

.jba-entry-card p {
    color: var(--jba-muted);
    margin: 0;
}

.jba-entry-card a {
    background: var(--jba-soft);
    padding: 0 14px;
    width: fit-content;
}

.jba-section-heading {
    margin-bottom: 22px;
    max-width: 800px;
}

.jba-section-heading h2 {
    font-size: clamp(28px, 3vw, 42px);
}

.jba-section-heading p:not(.jba-eyebrow) {
    color: var(--jba-muted);
    font-size: 17px;
    margin: 10px 0 0;
}

.jba-lot-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jba-lot-card {
    overflow: hidden;
}

.jba-lot-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.jba-lot-card > div {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.jba-lot-card span {
    color: #806323;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-lot-card dl {
    display: grid;
    gap: 9px;
    margin: 0;
}

.jba-lot-card dl div {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.jba-lot-card dt {
    color: var(--jba-muted);
}

.jba-lot-card dd {
    font-weight: 800;
    margin: 0;
    text-align: right;
}

.jba-lot-card a {
    background: var(--jba-ink);
    color: var(--jba-paper);
    padding: 0 14px;
}

.jba-trust-band {
    border-top: 1px solid var(--jba-line);
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jba-trust-band div {
    display: grid;
    gap: 6px;
}

.jba-trust-band strong {
    font-size: 17px;
}

.jba-trust-band span {
    color: var(--jba-muted);
}

.jba-data-section {
    border-top: 1px solid var(--jba-line);
}

.jba-module-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jba-module-grid article,
.jba-ops-grid div,
.jba-flow-list li {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17, 19, 21, 0.05);
}

.jba-module-grid article {
    display: grid;
    gap: 12px;
    min-height: 250px;
    padding: 22px;
}

.jba-module-grid article > span {
    color: var(--jba-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.jba-module-grid h3 {
    font-size: 22px;
    line-height: 1.18;
    margin: 0;
}

.jba-module-grid p,
.jba-flow-list p,
.jba-ops-grid span {
    color: var(--jba-muted);
    margin: 0;
}

.jba-module-grid strong {
    align-self: end;
    background: rgba(31, 93, 120, 0.1);
    border: 1px solid rgba(31, 93, 120, 0.18);
    border-radius: 999px;
    color: var(--jba-blue);
    font-size: 13px;
    justify-self: start;
    padding: 7px 10px;
}

.jba-workflow-section {
    background: var(--jba-soft);
    max-width: none;
}

.jba-workflow-section .jba-section-heading,
.jba-flow-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
}

.jba-flow-list {
    counter-reset: jba-flow;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    list-style: none;
    padding-left: 0;
}

.jba-flow-list li {
    display: grid;
    gap: 10px;
    padding: 18px;
    position: relative;
}

.jba-flow-list li::before {
    color: var(--jba-gold);
    content: "0" counter(jba-flow);
    counter-increment: jba-flow;
    font-size: 13px;
    font-weight: 900;
}

.jba-flow-list span {
    font-size: 18px;
    font-weight: 900;
}

.jba-ops-section {
    border-top: 1px solid var(--jba-line);
}

.jba-ops-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jba-ops-grid div {
    display: grid;
    gap: 8px;
    padding: 20px;
}

.jba-ops-grid strong {
    font-size: 18px;
}

.jba-page-heading {
    margin-bottom: 34px;
    max-width: 820px;
}

.jba-page-heading h1 {
    font-size: clamp(36px, 5vw, 62px);
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.jba-page-heading p:not(.jba-eyebrow) {
    color: var(--jba-muted);
    font-size: 18px;
}

.jba-market-hero,
.jba-market-layout {
    margin: 0 auto;
    max-width: 1280px;
    padding: clamp(34px, 5vw, 70px) clamp(16px, 4vw, 32px);
}

.jba-market-hero {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
}

.jba-market-hero h1 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    margin: 0;
    max-width: 840px;
}

.jba-market-hero p:not(.jba-eyebrow) {
    color: var(--jba-muted);
    font-size: 18px;
    margin: 16px 0 0;
    max-width: 720px;
}

.jba-market-search {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17, 19, 21, 0.06);
    display: grid;
    gap: 12px;
    padding: 18px;
}

.jba-market-search label,
.jba-results-toolbar label {
    color: var(--jba-muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-market-search div {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
}

.jba-market-search input,
.jba-results-toolbar select {
    background: #fff;
    border: 1px solid rgba(17, 19, 21, 0.22);
    border-radius: 6px;
    min-height: 44px;
    padding: 0 12px;
}

.jba-market-search button {
    background: var(--jba-ink);
    border: 0;
    border-radius: 6px;
    color: var(--jba-paper);
    cursor: pointer;
    font-weight: 900;
    min-height: 44px;
    padding: 0 18px;
}

.jba-market-layout {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
    padding-top: 0;
}

.jba-market-layout-simple {
    grid-template-columns: minmax(0, 1fr);
}

.jba-auction-ops {
    display: grid;
    gap: 18px;
    margin: 0 auto;
    max-width: 1280px;
    padding: 28px clamp(16px, 4vw, 32px) 0;
}

.jba-auction-round,
.jba-bid-notice {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(17, 19, 21, 0.07);
    padding: 22px;
}

.jba-auction-round h2 {
    font-size: 28px;
    margin: 0 0 14px;
}

.jba-auction-round dl {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
}

.jba-auction-round dl div,
.jba-auction-channel-grid article {
    background: #f7f4ed;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    padding: 14px;
}

.jba-auction-round dt,
.jba-auction-channel-grid span {
    color: var(--jba-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-auction-round dd {
    font-weight: 900;
    margin: 4px 0 0;
}

.jba-auction-channel-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jba-auction-channel-grid article {
    display: grid;
    gap: 8px;
}

.jba-auction-channel-grid strong {
    font-size: 26px;
    line-height: 1;
}

.jba-auction-channel-grid p {
    color: var(--jba-muted);
    margin: 0;
}

.jba-auction-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.jba-auction-menu a {
    background: var(--jba-ink);
    border-radius: 999px;
    color: var(--jba-paper);
    font-size: 13px;
    font-weight: 900;
    min-height: 38px;
    padding: 9px 13px;
}

.jba-bid-notice {
    margin: 18px auto 0;
    max-width: 1280px;
}

.jba-bid-notice p {
    margin: 6px 0 0;
}

.jba-filter-panel,
.jba-results-panel {
    min-width: 0;
}

.jba-filter-panel {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17, 19, 21, 0.05);
    display: grid;
    gap: 14px;
    padding: 18px;
    position: sticky;
    top: 98px;
}

.jba-filter-panel > div,
.jba-product-top {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.jba-filter-panel h2,
.jba-results-toolbar h2 {
    margin: 0;
}

.jba-filter-panel button,
.jba-product-top button,
.jba-product-actions button {
    background: var(--jba-soft);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 900;
    min-height: 38px;
    padding: 0 12px;
}

.jba-filter-panel fieldset {
    border: 0;
    border-top: 1px solid var(--jba-line);
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 14px 0 0;
}

.jba-filter-panel legend {
    font-weight: 900;
    padding: 0 0 8px;
}

.jba-filter-panel label {
    align-items: start;
    color: var(--jba-muted);
    display: grid;
    gap: 8px;
    grid-template-columns: 18px 1fr;
    min-height: 32px;
}

.jba-filter-panel input {
    margin-top: 4px;
}

.jba-results-panel {
    display: grid;
    gap: 18px;
}

.jba-results-toolbar {
    align-items: end;
    background: var(--jba-soft);
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 20px;
}

.jba-results-toolbar p {
    color: var(--jba-muted);
    margin: 8px 0 0;
}

.jba-results-toolbar label {
    display: grid;
    gap: 6px;
    min-width: 210px;
}

.jba-state-strip {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jba-state-strip span {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 999px;
    color: var(--jba-muted);
    font-size: 13px;
    font-weight: 800;
    padding: 9px 12px;
}

.jba-product-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jba-product-card {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17, 19, 21, 0.06);
    overflow: hidden;
}

.jba-product-image {
    background: #efe8d9;
    display: grid;
    min-height: 220px;
}

.jba-product-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.jba-image-review-placeholder {
    align-items: center;
    aspect-ratio: 4 / 3;
    color: var(--jba-muted);
    display: grid;
    font-weight: 900;
    justify-items: center;
    padding: 24px;
    text-align: center;
}

.jba-empty-state {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(17, 19, 21, 0.07);
    display: grid;
    gap: 12px;
    padding: 28px;
}

.jba-empty-state h2 {
    font-size: 28px;
    margin: 0;
}

.jba-empty-state p {
    color: var(--jba-muted);
    margin: 0;
}

.jba-empty-state a {
    background: var(--jba-ink);
    border-radius: 6px;
    color: var(--jba-paper);
    font-weight: 900;
    justify-self: start;
    min-height: 44px;
    padding: 11px 16px;
}

.jba-product-body {
    display: grid;
    gap: 13px;
    padding: 18px;
}

.jba-product-top span {
    color: #806323;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-product-card h3 {
    font-size: 22px;
    line-height: 1.18;
    margin: 0;
}

.jba-product-card dl {
    display: grid;
    gap: 8px;
    margin: 0;
}

.jba-product-card dl div {
    border-top: 1px solid rgba(17, 19, 21, 0.08);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(100px, 0.75fr) minmax(0, 1.25fr);
    padding-top: 8px;
}

.jba-product-card dt {
    color: var(--jba-muted);
}

.jba-product-card dd {
    font-weight: 800;
    margin: 0;
}

.jba-product-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.jba-product-actions a,
.jba-product-actions button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.jba-product-actions a {
    background: var(--jba-ink);
    border-radius: 6px;
    color: var(--jba-paper);
    font-weight: 900;
    min-height: 44px;
    padding: 0 12px;
}

.jba-inline-bid-form {
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;
    padding: 10px;
}

.jba-inline-bid-form label {
    display: grid;
    gap: 5px;
}

.jba-inline-bid-form span {
    color: var(--jba-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-inline-bid-form input {
    border: 1px solid var(--jba-line);
    border-radius: 6px;
    min-height: 42px;
    padding: 0 10px;
    width: 100%;
}

.jba-inline-bid-form button {
    background: var(--jba-gold);
}

.jba-detail-bid-form {
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
}

.jba-bid-confirmation {
    background: rgba(31, 93, 120, 0.06);
    border: 1px solid rgba(31, 93, 120, 0.2);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 12px;
}

.jba-bid-confirmation h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}

.jba-bid-confirmation dl {
    display: grid;
    gap: 8px;
    margin: 0;
}

.jba-bid-confirmation dl div {
    border-top: 1px solid rgba(31, 93, 120, 0.14);
    display: grid;
    gap: 4px;
    padding-top: 8px;
}

.jba-bid-confirmation dt {
    color: var(--jba-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-bid-confirmation dd {
    margin: 0;
}

.jba-detail-bid-form label {
    display: grid;
    gap: 6px;
}

.jba-detail-bid-form span {
    color: var(--jba-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-detail-bid-form input {
    border: 1px solid var(--jba-line);
    border-radius: 6px;
    min-height: 44px;
    padding: 0 12px;
    width: 100%;
}

.jba-detail-bid-form button {
    background: var(--jba-gold);
    border: 0;
    border-radius: 6px;
    color: var(--jba-ink);
    cursor: pointer;
    font-weight: 900;
    min-height: 44px;
    padding: 0 14px;
}

.jba-detail-page {
    padding-bottom: 78px;
}

.jba-breadcrumb,
.jba-detail-hero,
.jba-detail-grid,
.jba-source-review-section,
.jba-related-section {
    margin: 0 auto;
    max-width: 1280px;
    padding: clamp(24px, 4vw, 52px) clamp(16px, 4vw, 32px);
}

.jba-breadcrumb {
    align-items: center;
    color: var(--jba-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    padding-bottom: 0;
}

.jba-breadcrumb a {
    color: var(--jba-blue);
    font-weight: 800;
}

.jba-detail-hero {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
}

.jba-gallery,
.jba-purchase-panel,
.jba-spec-card {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17, 19, 21, 0.06);
}

.jba-gallery {
    display: grid;
    gap: 14px;
    padding: 14px;
}

.jba-gallery-main {
    border-radius: 7px;
    display: block;
    overflow: hidden;
    position: relative;
}

.jba-gallery-main img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.jba-gallery-main span {
    background: rgba(17, 19, 21, 0.82);
    border-radius: 999px;
    bottom: 14px;
    color: var(--jba-paper);
    font-size: 13px;
    font-weight: 900;
    left: 14px;
    padding: 8px 11px;
    position: absolute;
}

.jba-gallery-thumbs {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jba-gallery-thumbs a {
    border: 1px solid var(--jba-line);
    border-radius: 7px;
    display: grid;
    gap: 6px;
    overflow: hidden;
    padding: 6px;
}

.jba-gallery-thumbs img {
    aspect-ratio: 1;
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}

.jba-gallery-thumbs span {
    color: var(--jba-muted);
    font-size: 12px;
    font-weight: 800;
}

.jba-gallery-placeholder {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #efe8d9;
    color: var(--jba-muted);
    display: grid;
    justify-items: center;
}

.jba-defect-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jba-defect-notes strong,
.jba-defect-notes span,
.jba-status {
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 10px;
}

.jba-defect-notes strong {
    background: var(--jba-ink);
    color: var(--jba-paper);
}

.jba-defect-notes span {
    background: var(--jba-soft);
    color: var(--jba-muted);
}

.jba-purchase-panel {
    display: grid;
    gap: 16px;
    padding: clamp(20px, 3vw, 28px);
    position: sticky;
    top: 98px;
}

.jba-status {
    justify-self: start;
}

.jba-status-live {
    background: rgba(31, 93, 120, 0.11);
    color: var(--jba-blue);
}

.jba-purchase-panel h1 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1;
    margin: 0;
}

.jba-price-stack,
.jba-spec-card dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.jba-price-stack div,
.jba-spec-card dl div {
    border-top: 1px solid rgba(17, 19, 21, 0.09);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(130px, 0.8fr) minmax(0, 1.2fr);
    padding-top: 10px;
}

.jba-price-stack dt,
.jba-spec-card dt {
    color: var(--jba-muted);
}

.jba-price-stack dd,
.jba-spec-card dd {
    font-weight: 900;
    margin: 0;
}

.jba-detail-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.jba-detail-actions button,
.jba-detail-actions a,
.jba-mobile-sticky button,
.jba-mobile-sticky a {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 0 12px;
}

.jba-detail-actions button,
.jba-mobile-sticky button {
    background: var(--jba-soft);
    border: 0;
    cursor: pointer;
}

.jba-detail-actions a,
.jba-mobile-sticky a {
    background: var(--jba-ink);
    color: var(--jba-paper);
}

.jba-panel-note {
    color: var(--jba-muted);
    margin: 0;
}

.jba-detail-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
}

.jba-spec-card {
    padding: clamp(20px, 3vw, 28px);
}

.jba-spec-card h2 {
    margin: 0 0 16px;
}

.jba-source-review-section {
    padding-top: 0;
}

.jba-source-review-card {
    display: grid;
    gap: 18px;
}

.jba-source-review-heading {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.jba-source-review-heading h2,
.jba-source-review-heading p {
    margin: 0;
}

.jba-source-review-heading span {
    background: rgba(31, 93, 120, 0.11);
    border-radius: 999px;
    color: var(--jba-blue);
    font-size: 12px;
    font-weight: 900;
    padding: 8px 10px;
}

.jba-source-audit-grid {
    display: grid;
    gap: 10px;
    margin: 0;
}

.jba-source-audit-grid div {
    border-top: 1px solid rgba(17, 19, 21, 0.09);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
    padding-top: 10px;
}

.jba-source-audit-grid dt {
    color: var(--jba-muted);
    font-weight: 900;
}

.jba-source-audit-grid dd {
    font-weight: 800;
    margin: 0;
    overflow-wrap: anywhere;
}

.jba-related-section {
    border-top: 1px solid var(--jba-line);
}

.jba-mobile-sticky {
    background: rgba(255, 253, 248, 0.97);
    border-top: 1px solid var(--jba-line);
    bottom: 0;
    display: none;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 60;
}

.jba-dealer-hero,
.jba-application-layout {
    margin: 0 auto;
    max-width: 1280px;
    padding: clamp(34px, 5vw, 70px) clamp(16px, 4vw, 32px);
}

.jba-dealer-hero {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.jba-dealer-hero h1 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    margin: 0;
}

.jba-dealer-hero p:not(.jba-eyebrow) {
    color: var(--jba-muted);
    font-size: 18px;
    margin: 16px 0 0;
    max-width: 760px;
}

.jba-review-note {
    background: var(--jba-ink);
    border-radius: 8px;
    color: var(--jba-paper);
    display: grid;
    gap: 8px;
    padding: 20px;
}

.jba-review-note strong {
    font-size: 20px;
}

.jba-review-note span {
    color: rgba(255, 253, 248, 0.75);
}

.jba-visual-status {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.jba-page-photo {
    aspect-ratio: 16 / 9;
    background: #111416;
    border: 1px solid rgba(215, 181, 109, 0.24);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(17, 19, 21, 0.14);
    margin: 0;
    overflow: hidden;
}

.jba-page-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.jba-page-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.jba-page-cta-row a {
    align-items: center;
    background: linear-gradient(180deg, #f2d488, #d1a14b);
    border: 1px solid rgba(215, 181, 109, .44);
    border-radius: 6px;
    color: #111416;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    text-decoration: none;
}

.jba-page-cta-row a:nth-child(2) {
    background: rgba(255, 248, 232, .08);
    color: #fff8e8;
}

.jba-application-layout {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
    padding-top: 0;
}

.jba-application-rail,
.jba-dealer-application-form,
.jba-form-step {
    min-width: 0;
}

.jba-application-rail {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17, 19, 21, 0.05);
    display: grid;
    gap: 18px;
    padding: 20px;
    position: sticky;
    top: 98px;
}

.jba-application-rail h2,
.jba-status-list h3,
.jba-form-step-heading h2,
.jba-ai-policy h2 {
    margin: 0;
}

.jba-application-rail ol {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jba-application-rail li {
    border-top: 1px solid var(--jba-line);
    display: grid;
    gap: 4px;
    padding-top: 12px;
}

.jba-application-rail li span,
.jba-form-step-heading span,
.jba-ai-policy > div > span {
    color: var(--jba-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jba-application-rail li em {
    color: var(--jba-muted);
    font-style: normal;
}

.jba-status-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jba-status-list h3 {
    flex-basis: 100%;
}

.jba-status-list span {
    background: var(--jba-soft);
    border-radius: 999px;
    color: var(--jba-muted);
    font-size: 13px;
    font-weight: 900;
    padding: 8px 10px;
}

.jba-dealer-application-form {
    display: grid;
    gap: 18px;
}

.jba-form-step,
.jba-ai-policy,
.jba-application-actions {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17, 19, 21, 0.05);
    padding: clamp(20px, 3vw, 28px);
}

.jba-form-step-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.jba-form-step-heading p,
.jba-ai-policy p {
    color: var(--jba-muted);
    margin: 0;
}

.jba-form-grid,
.jba-document-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}

.jba-field-wide {
    grid-column: 1 / -1;
}

.jba-dealer-application-form label {
    color: var(--jba-muted);
    display: grid;
    font-size: 13px;
    font-weight: 900;
    gap: 7px;
    text-transform: uppercase;
}

.jba-dealer-application-form .jba-honeypot {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.jba-consent-grid {
    display: grid;
    gap: 12px;
}

.jba-consent-grid label {
    align-items: start;
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    grid-template-columns: 20px 1fr;
    padding: 14px;
}

.jba-consent-grid p {
    margin: 0;
}

.jba-dealer-application-form input,
.jba-dealer-application-form select,
.jba-dealer-application-form textarea {
    background: #fff;
    border: 1px solid rgba(17, 19, 21, 0.22);
    border-radius: 6px;
    color: var(--jba-ink);
    min-height: 44px;
    padding: 0 12px;
    text-transform: none;
    width: 100%;
}

.jba-dealer-application-form textarea {
    min-height: 110px;
    padding: 12px;
    resize: vertical;
}

.jba-document-grid label,
.jba-document-grid div {
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    display: grid;
    gap: 7px;
    padding: 16px;
    text-transform: none;
}

.jba-document-grid strong {
    color: var(--jba-ink);
    font-size: 16px;
}

.jba-document-grid span {
    color: var(--jba-muted);
    font-weight: 500;
}

.jba-ai-policy {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
}

.jba-ai-policy ul {
    display: grid;
    gap: 10px;
    margin: 0;
}

.jba-application-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1.4fr;
    position: sticky;
    bottom: 0;
    z-index: 20;
}

.jba-application-actions button {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 900;
    min-height: 48px;
    padding: 0 16px;
}

.jba-application-actions button:not(.jba-submit-application) {
    background: var(--jba-soft);
}

.jba-submit-application {
    background: var(--jba-ink);
    color: var(--jba-paper);
}

.jba-desk-hero,
.jba-desk-layout {
    margin: 0 auto;
    max-width: 1280px;
    padding: clamp(34px, 5vw, 70px) clamp(16px, 4vw, 32px);
}

.jba-desk-hero {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
}

.jba-desk-hero h1 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    margin: 0;
}

.jba-desk-hero p:not(.jba-eyebrow) {
    color: var(--jba-muted);
    font-size: 18px;
    margin: 16px 0 0;
    max-width: 760px;
}

.jba-desk-status,
.jba-desk-card,
.jba-desk-panel {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17, 19, 21, 0.05);
}

.jba-desk-status {
    display: grid;
    gap: 10px;
    padding: 20px;
}

.jba-desk-status span,
.jba-desk-card span {
    color: var(--jba-gold);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jba-desk-status strong {
    font-size: 28px;
}

.jba-desk-status p,
.jba-desk-card p,
.jba-clean-list span,
.jba-task-list p,
.jba-ai-opportunities span {
    color: var(--jba-muted);
    margin: 0;
}

.jba-desk-status a,
.jba-desk-panel-heading a,
.jba-desk-table a,
.jba-panel-link {
    align-items: center;
    background: var(--jba-ink);
    border-radius: 6px;
    color: var(--jba-paper);
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
}

.jba-desk-layout {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    padding-top: 0;
}

.jba-desk-main,
.jba-desk-sidebar {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.jba-desk-sidebar {
    position: sticky;
    top: 98px;
}

.jba-desk-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jba-desk-card {
    display: grid;
    gap: 8px;
    min-height: 150px;
    padding: 18px;
}

.jba-desk-card strong {
    font-size: 22px;
}

.jba-launch-page .jba-desk-status strong {
    color: #9c1d1d;
}

.jba-launch-checklist {
    display: grid;
    gap: 10px;
}

.jba-launch-checklist > div {
    align-items: center;
    border-top: 1px solid rgba(17, 19, 21, 0.08);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px 0 0;
}

.jba-launch-checklist > div:first-child {
    border-top: 0;
    padding-top: 0;
}

.jba-launch-status {
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    justify-content: center;
    min-width: 118px;
    padding: 7px 10px;
    text-align: center;
    text-transform: uppercase;
}

.jba-launch-status.pass {
    background: rgba(37, 111, 75, 0.12);
    color: #256f4b;
}

.jba-launch-status.owner-input-required,
.jba-launch-status.legal-review-required,
.jba-launch-status.needs-human-review,
.jba-launch-status.needs-review,
.jba-launch-status.not-tested {
    background: rgba(156, 29, 29, 0.1);
    color: #9c1d1d;
}

.jba-launch-status.recommended {
    background: rgba(126, 89, 30, 0.12);
    color: #7e591e;
}

.jba-desk-panel {
    display: grid;
    gap: 16px;
    padding: clamp(18px, 3vw, 24px);
}

.jba-desk-panel h2 {
    margin: 0;
}

.jba-desk-panel-heading {
    align-items: end;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.jba-desk-panel-heading button {
    background: var(--jba-soft);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 900;
    min-height: 42px;
    padding: 0 12px;
}

.jba-desk-table {
    display: grid;
    gap: 0;
    overflow-x: auto;
}

.jba-desk-table > div {
    border-top: 1px solid rgba(17, 19, 21, 0.09);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(220px, 1.6fr) minmax(130px, 1fr) minmax(130px, 1fr) minmax(120px, auto);
    min-width: 680px;
    padding: 12px 0;
}

.jba-desk-table > div:first-child {
    color: var(--jba-muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-desk-split,
.jba-ai-opportunities {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
}

.jba-clean-list,
.jba-task-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jba-clean-list li,
.jba-task-list li,
.jba-ai-opportunities article {
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    display: grid;
    gap: 6px;
    padding: 14px;
}

.jba-mini-dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.jba-mini-dl div {
    border-top: 1px solid rgba(17, 19, 21, 0.09);
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(110px, 0.8fr) minmax(0, 1.2fr);
    padding-top: 10px;
}

.jba-mini-dl dt {
    color: var(--jba-muted);
}

.jba-mini-dl dd {
    font-weight: 900;
    margin: 0;
}

.jba-task-list li > span {
    background: var(--jba-soft);
    border-radius: 999px;
    color: var(--jba-muted);
    font-size: 12px;
    font-weight: 900;
    justify-self: start;
    padding: 6px 8px;
}

.jba-shipment-steps {
    counter-reset: jba-ship;
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jba-shipment-steps li {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 28px 1fr;
}

.jba-shipment-steps li::before {
    align-items: center;
    background: var(--jba-soft);
    border-radius: 999px;
    content: counter(jba-ship);
    counter-increment: jba-ship;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.jba-shipment-steps li.is-done::before {
    background: var(--jba-ink);
    color: var(--jba-paper);
}

.jba-dealer-form {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(17, 19, 21, 0.06);
    display: grid;
    gap: 16px;
    max-width: 760px;
    padding: clamp(18px, 3vw, 28px);
}

.jba-dealer-form label {
    color: var(--jba-muted);
    display: grid;
    font-size: 13px;
    font-weight: 800;
    gap: 6px;
    text-transform: uppercase;
}

.jba-dealer-form input,
.jba-dealer-form select {
    background: #fff;
    border: 1px solid rgba(17, 19, 21, 0.22);
    border-radius: 6px;
    min-height: 44px;
    padding: 0 12px;
    width: 100%;
}

.jba-dealer-form fieldset {
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 16px;
}

.jba-dealer-form legend {
    color: var(--jba-ink);
    font-weight: 900;
    padding: 0 6px;
}

.jba-site-footer {
    background: var(--jba-ink);
    color: var(--jba-paper);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(220px, 0.9fr) minmax(360px, 2fr) auto;
    padding: 32px clamp(16px, 4vw, 56px);
}

.jba-site-footer p {
    color: rgba(255, 253, 248, 0.72);
    margin: 8px 0 0;
}

.jba-footer-brand .jba-brand-mark {
    background: var(--jba-paper);
    color: var(--jba-ink);
}

.jba-site-footer .jba-footer-nav {
    align-items: flex-start;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jba-site-footer .jba-footer-nav section {
    display: grid;
    gap: 8px;
}

.jba-site-footer .jba-footer-nav h2 {
    color: #e8c475;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    margin: 0 0 3px;
    text-transform: uppercase;
}

.jba-site-footer a {
    color: rgba(255, 253, 248, 0.78);
}

.jba-site-footer .jba-language-switcher {
    align-items: flex-start;
    display: grid;
}

.jba-site-footer .jba-language-label {
    color: var(--jba-paper);
}

.jba-site-footer .jba-language-switcher select {
    border-color: rgba(255, 253, 248, 0.26);
}

.jba-site-footer > *,
.jba-site-footer nav,
.jba-site-footer .jba-language-switcher,
.jba-site-footer .jba-language-switcher select {
    max-width: 100%;
    min-width: 0;
}

.jba-site-footer nav {
    flex-wrap: wrap;
}

.home .jba-site-header,
body:not(.wp-admin) .jba-site-header {
    background: rgba(5, 7, 8, 0.96);
    border-bottom: 1px solid rgba(214, 171, 90, 0.24);
    color: #fff8e8;
}

.home .jba-brand,
body:not(.wp-admin) .jba-brand {
    color: #fff8e8;
    letter-spacing: 0.02em;
}

.home .jba-brand-mark,
body:not(.wp-admin) .jba-brand-mark {
    background: linear-gradient(135deg, #e8c475, #9c6f28);
    color: #07090a;
}

.home .jba-desktop-nav a,
.home .jba-header-tools a,
body:not(.wp-admin) .jba-desktop-nav a,
body:not(.wp-admin) .jba-header-tools a {
    color: rgba(255, 248, 232, 0.78);
}

.home .jba-desktop-nav a:hover,
.home .jba-header-tools a:hover,
body:not(.wp-admin) .jba-desktop-nav a:hover,
body:not(.wp-admin) .jba-header-tools a:hover {
    color: #e8c475;
}

.home .jba-header-cta,
body:not(.wp-admin) .jba-header-cta {
    background: linear-gradient(135deg, #e8c475, #b88634);
    color: #07090a !important;
}

.home .jba-language-label,
body:not(.wp-admin) .jba-language-label {
    color: rgba(255, 248, 232, 0.86);
}

.home .jba-language-switcher select,
body:not(.wp-admin) .jba-language-switcher select {
    background:
        linear-gradient(45deg, transparent 50%, #e8c475 50%) right 14px center / 6px 6px no-repeat,
        linear-gradient(135deg, #e8c475 50%, transparent 50%) right 9px center / 6px 6px no-repeat,
        #090b0c;
    border-color: rgba(232, 196, 117, 0.36);
    color: #fff8e8;
}

.jba-lux-hero {
    align-items: center;
    background:
        radial-gradient(circle at 76% 48%, rgba(232, 196, 117, 0.2), transparent 28%),
        linear-gradient(90deg, rgba(5, 7, 8, 0.92), rgba(5, 7, 8, 0.64) 50%, rgba(5, 7, 8, 0.76)),
        url("https://images.unsplash.com/photo-1545569341-9eb8b30979d9?auto=format&fit=crop&w=2200&q=86");
    background-position: center;
    background-size: cover;
    color: #fff8e8;
    display: grid;
    gap: clamp(28px, 5vw, 70px);
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.68fr);
    min-height: min(690px, calc(100vh - 76px));
    padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 76px) clamp(36px, 5vw, 64px);
}

.jba-lux-hero-copy {
    max-width: 850px;
}

.jba-lux-hero h1 {
    color: #fff8e8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5.8vw, 76px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.96;
    margin: 0;
    text-wrap: balance;
}

.jba-lux-hero h1::first-line {
    color: #fff;
}

.jba-lux-hero p:not(.jba-eyebrow) {
    color: rgba(255, 248, 232, 0.9);
    font-size: clamp(17px, 1.7vw, 22px);
    margin: 22px 0 0;
    max-width: 760px;
}

.jba-lux-hero .jba-btn-primary {
    background: linear-gradient(135deg, #f0cf86, #b88331);
}

.jba-lux-hero .jba-btn-outline {
    background: rgba(5, 7, 8, 0.25);
    border-color: rgba(255, 248, 232, 0.42);
    color: #fff8e8;
}

.jba-lux-showcase {
    align-self: end;
    background:
        radial-gradient(circle at 50% 18%, rgba(240, 207, 134, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(255, 248, 232, 0.12), rgba(5, 7, 8, 0.78));
    border: 1px solid rgba(232, 196, 117, 0.38);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
    display: grid;
    gap: 0;
    overflow: hidden;
}

.jba-lux-display-case {
    aspect-ratio: 4 / 3;
    background:
        linear-gradient(180deg, transparent 64%, rgba(240, 207, 134, 0.14) 64%, rgba(240, 207, 134, 0.04) 100%),
        repeating-linear-gradient(90deg, rgba(255, 248, 232, 0.035) 0 1px, transparent 1px 42px),
        #090b0c;
    overflow: hidden;
    position: relative;
}

.jba-lux-display-case::before {
    border: 1px solid rgba(240, 207, 134, 0.28);
    border-radius: 999px;
    content: "";
    height: 46%;
    left: 16%;
    position: absolute;
    top: 15%;
    width: 70%;
}

.jba-lux-display-case::after {
    background: linear-gradient(90deg, transparent, rgba(240, 207, 134, 0.24), transparent);
    bottom: 22%;
    content: "";
    height: 1px;
    left: 10%;
    position: absolute;
    right: 10%;
}

.jba-lux-object {
    position: absolute;
}

.jba-lux-bag {
    background:
        linear-gradient(135deg, rgba(255, 248, 232, 0.08), rgba(240, 207, 134, 0.12)),
        #111315;
    border: 2px solid rgba(240, 207, 134, 0.72);
    border-radius: 10px 10px 8px 8px;
    bottom: 18%;
    box-shadow: inset 0 0 28px rgba(240, 207, 134, 0.09), 0 22px 38px rgba(0, 0, 0, 0.45);
    height: 36%;
    left: 18%;
    width: 42%;
}

.jba-lux-bag::before {
    border: 2px solid rgba(240, 207, 134, 0.74);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
    content: "";
    height: 42%;
    left: 25%;
    position: absolute;
    top: -35%;
    width: 50%;
}

.jba-lux-bag::after {
    background: rgba(240, 207, 134, 0.9);
    border-radius: 999px;
    content: "";
    height: 12px;
    left: calc(50% - 6px);
    position: absolute;
    top: 46%;
    width: 12px;
}

.jba-lux-watch {
    border: 3px solid rgba(240, 207, 134, 0.78);
    border-radius: 50%;
    bottom: 21%;
    box-shadow: inset 0 0 22px rgba(240, 207, 134, 0.12), 0 18px 32px rgba(0, 0, 0, 0.4);
    height: 25%;
    right: 14%;
    width: 25%;
}

.jba-lux-watch::before,
.jba-lux-watch::after {
    background: rgba(240, 207, 134, 0.74);
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: left center;
}

.jba-lux-watch::before {
    height: 2px;
    transform: rotate(-40deg);
    width: 34%;
}

.jba-lux-watch::after {
    height: 2px;
    transform: rotate(90deg);
    width: 24%;
}

.jba-lux-card {
    background: linear-gradient(135deg, rgba(240, 207, 134, 0.22), rgba(255, 248, 232, 0.06));
    border: 1px solid rgba(240, 207, 134, 0.5);
    border-radius: 8px;
    height: 24%;
    right: 20%;
    top: 17%;
    transform: rotate(-8deg);
    width: 34%;
}

.jba-lux-showcase-copy {
    display: grid;
    gap: 8px;
    padding: 16px;
}

.jba-lux-showcase-copy strong {
    color: #f0cf86;
    font-size: 18px;
}

.jba-lux-showcase-copy span {
    color: rgba(255, 248, 232, 0.74);
}

.jba-lux-showcase-copy dl {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 8px 0 0;
}

.jba-lux-showcase-copy dl div {
    background: rgba(255, 248, 232, 0.06);
    border: 1px solid rgba(240, 207, 134, 0.18);
    border-radius: 6px;
    padding: 10px;
}

.jba-lux-showcase-copy dt {
    color: rgba(255, 248, 232, 0.62);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-lux-showcase-copy dd {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    margin: 2px 0 0;
}

.jba-lux-trust-row {
    background: #07090a;
    border-bottom: 1px solid rgba(232, 196, 117, 0.2);
    border-top: 1px solid rgba(232, 196, 117, 0.24);
    color: #fff8e8;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0 clamp(18px, 4vw, 54px);
}

.jba-lux-trust-row div {
    border-right: 1px solid rgba(232, 196, 117, 0.18);
    display: grid;
    gap: 4px;
    min-height: 92px;
    padding: 18px 20px;
}

.jba-lux-trust-row div:last-child {
    border-right: 0;
}

.jba-lux-trust-row strong {
    color: #f0cf86;
    font-size: 13px;
    text-transform: uppercase;
}

.jba-lux-trust-row span {
    color: rgba(255, 248, 232, 0.72);
    font-size: 13px;
}

.jba-lux-entry-grid,
.jba-lux-process,
.jba-lux-stats,
.jba-lux-data-panel,
.jba-lux-brands,
.jba-lux-proof,
.jba-lux-faq,
.jba-lux-final-cta {
    background: #07090a;
    color: #fff8e8;
    padding: clamp(28px, 5vw, 58px) clamp(18px, 5vw, 56px);
}

.jba-lux-entry-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jba-lux-entry {
    border: 1px solid rgba(232, 196, 117, 0.26);
    border-radius: 8px;
    display: grid;
    gap: 14px;
    padding: clamp(22px, 3vw, 34px);
}

.jba-lux-entry-dark {
    background:
        linear-gradient(150deg, rgba(232, 196, 117, 0.08), rgba(255, 255, 255, 0.02)),
        #0a0d0f;
}

.jba-lux-entry-light {
    background: #fff8e8;
    color: #111315;
}

.jba-lux-entry h2 {
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.06;
    margin: 0;
}

.jba-lux-entry p {
    color: currentColor;
    margin: 0;
    opacity: 0.82;
}

.jba-lux-entry ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jba-lux-entry li {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: 18px 1fr;
}

.jba-lux-entry li::before {
    border: 1px solid #d6ab5a;
    border-radius: 50%;
    color: #d6ab5a;
    content: "";
    display: inline-grid;
    font-size: 11px;
    height: 18px;
    place-items: center;
    width: 18px;
}

.jba-lux-entry a {
    align-items: center;
    background: linear-gradient(135deg, #f0cf86, #b88331);
    border-radius: 6px;
    color: #07090a;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    margin-top: 8px;
    min-height: 48px;
    padding: 0 18px;
    width: fit-content;
}

.jba-lux-process {
    border-top: 1px solid rgba(232, 196, 117, 0.16);
    text-align: center;
}

.jba-lux-process .jba-section-heading {
    margin-left: auto;
    margin-right: auto;
}

.jba-lux-process .jba-section-heading h2,
.jba-lux-proof .jba-section-heading h2,
.jba-lux-faq .jba-section-heading h2,
.jba-lux-final-cta h2 {
    color: #fff8e8;
    font-family: Georgia, "Times New Roman", serif;
}

.jba-lux-process ol {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    list-style: none;
    margin: 28px auto 0;
    max-width: 1260px;
    padding: 0;
}

.jba-lux-process li {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.jba-lux-process li span {
    border: 1px solid #d6ab5a;
    border-radius: 50%;
    color: #f0cf86;
    display: grid;
    font-weight: 900;
    height: 54px;
    place-items: center;
    width: 54px;
}

.jba-lux-process li strong {
    color: #f0cf86;
}

.jba-lux-process li p {
    color: rgba(255, 248, 232, 0.72);
    font-size: 14px;
    margin: 0;
}

.jba-lux-stats {
    border-top: 1px solid rgba(232, 196, 117, 0.18);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.jba-lux-stats div {
    border-right: 1px solid rgba(232, 196, 117, 0.2);
    display: grid;
    gap: 4px;
    justify-items: center;
    padding: 20px 10px;
}

.jba-lux-stats div:last-child {
    border-right: 0;
}

.jba-lux-stats strong {
    color: #f0cf86;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 48px);
}

.jba-lux-stats span {
    color: rgba(255, 248, 232, 0.76);
}

.jba-lux-data-panel {
    border-top: 1px solid rgba(232, 196, 117, 0.18);
}

.jba-lux-data-panel .jba-section-heading h2 {
    color: #fff8e8;
    font-family: Georgia, "Times New Roman", serif;
}

.jba-lux-data-panel .jba-section-heading p:not(.jba-eyebrow) {
    color: rgba(255, 248, 232, 0.72);
}

.jba-lux-data-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jba-lux-data-grid article {
    background: linear-gradient(150deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.025));
    border: 1px solid rgba(232, 196, 117, 0.24);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 20px;
}

.jba-lux-data-grid span {
    color: #f0cf86;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-lux-data-grid strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.jba-lux-data-grid p {
    color: rgba(255, 248, 232, 0.72);
    margin: 0;
}

.jba-lux-admin-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.jba-lux-admin-links a {
    align-items: center;
    background: rgba(232, 196, 117, 0.12);
    border: 1px solid rgba(232, 196, 117, 0.3);
    border-radius: 6px;
    color: #f0cf86;
    display: inline-flex;
    font-weight: 900;
    min-height: 44px;
    padding: 0 14px;
}

.jba-operations-page {
    background: #07090a;
    color: #fff8e8;
    min-height: 100vh;
    padding-bottom: 70px;
}

.jba-operations-hero,
.jba-operations-panel,
.jba-operations-stats {
    margin: 0 auto;
    max-width: 1280px;
    padding: clamp(28px, 5vw, 62px) clamp(16px, 5vw, 54px);
}

.jba-operations-hero h1 {
    color: #fff8e8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.98;
    margin: 0;
    max-width: 920px;
}

.jba-operations-hero p:not(.jba-eyebrow) {
    color: rgba(255, 248, 232, 0.76);
    font-size: 18px;
    max-width: 820px;
}

.jba-operations-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.jba-operations-actions a,
.jba-operations-table a {
    align-items: center;
    background: linear-gradient(135deg, #f0cf86, #b88331);
    border-radius: 6px;
    color: #07090a;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 0 13px;
}

.jba-operations-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.jba-operations-stats div,
.jba-operations-panel {
    background: linear-gradient(150deg, rgba(255, 248, 232, 0.08), rgba(255, 248, 232, 0.025));
    border: 1px solid rgba(232, 196, 117, 0.22);
    border-radius: 8px;
}

.jba-operations-stats div {
    display: grid;
    gap: 4px;
    justify-items: center;
    padding: 18px 10px;
    text-align: center;
}

.jba-operations-stats strong {
    color: #f0cf86;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
}

.jba-operations-stats span {
    color: rgba(255, 248, 232, 0.76);
    font-size: 13px;
}

.jba-operations-panel {
    margin-top: 22px;
}

.jba-operations-panel .jba-section-heading h2 {
    color: #fff8e8;
    font-family: Georgia, "Times New Roman", serif;
}

.jba-operations-panel .jba-section-heading p:not(.jba-eyebrow) {
    color: rgba(255, 248, 232, 0.74);
}

.jba-operations-table {
    display: grid;
    overflow-x: auto;
}

.jba-operations-table > div {
    align-items: center;
    border-top: 1px solid rgba(232, 196, 117, 0.16);
    display: grid;
    gap: 12px;
    grid-template-columns: 86px minmax(230px, 1.35fr) minmax(190px, 1fr) minmax(130px, 0.7fr) minmax(190px, 1fr) minmax(110px, auto);
    min-width: 980px;
    padding: 12px 0;
}

.jba-operations-bid-table > div {
    grid-template-columns: minmax(150px, 0.9fr) minmax(230px, 1.2fr) minmax(160px, 0.8fr) minmax(130px, 0.7fr) minmax(170px, 0.8fr) minmax(150px, 0.8fr);
}

.jba-operations-table > div:first-child {
    color: #f0cf86;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-operations-table img {
    aspect-ratio: 1;
    border: 1px solid rgba(232, 196, 117, 0.22);
    border-radius: 6px;
    object-fit: cover;
    width: 72px;
}

.jba-operations-table span {
    display: grid;
    gap: 4px;
}

.jba-operations-table small,
.jba-operations-table em {
    color: rgba(255, 248, 232, 0.62);
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .jba-site-header,
html[dir="rtl"] .jba-header-tools,
html[dir="rtl"] .jba-desktop-nav,
html[dir="rtl"] .jba-hero-actions,
html[dir="rtl"] .jba-operations-actions,
html[dir="rtl"] .jba-lux-admin-links {
    direction: rtl;
}

html[dir="rtl"] .jba-language-switcher select {
    background-position: left 14px center, left 9px center, center;
    padding-left: 32px;
    padding-right: 12px;
}

html[dir="rtl"] .jba-lux-hero {
    background:
        radial-gradient(circle at 24% 48%, rgba(232, 196, 117, 0.2), transparent 28%),
        linear-gradient(270deg, rgba(5, 7, 8, 0.92), rgba(5, 7, 8, 0.64) 50%, rgba(5, 7, 8, 0.76)),
        url("https://images.unsplash.com/photo-1545569341-9eb8b30979d9?auto=format&fit=crop&w=2200&q=86");
    background-position: center;
    background-size: cover;
}

html[dir="rtl"] .jba-lux-entry li {
    grid-template-columns: 1fr 18px;
}

.jba-lux-brands {
    border-top: 1px solid rgba(232, 196, 117, 0.18);
    text-align: center;
}

.jba-lux-brands > div {
    border: 1px solid rgba(232, 196, 117, 0.24);
    border-radius: 8px;
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    margin-top: 16px;
    padding: 28px 18px;
}

.jba-lux-brands span {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(17px, 2vw, 25px);
    font-weight: 700;
}

.jba-lux-proof {
    border-top: 1px solid rgba(232, 196, 117, 0.18);
}

.jba-lux-proof-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jba-lux-proof-grid article {
    background: linear-gradient(150deg, rgba(255, 248, 232, 0.06), rgba(255, 248, 232, 0.02));
    border: 1px solid rgba(232, 196, 117, 0.22);
    border-radius: 8px;
    padding: 22px;
}

.jba-lux-proof-grid strong {
    color: #f0cf86;
    font-size: 18px;
}

.jba-lux-proof-grid p {
    color: rgba(255, 248, 232, 0.72);
    margin: 10px 0 0;
}

.jba-lux-faq,
.jba-lux-final-cta {
    border-top: 1px solid rgba(232, 196, 117, 0.18);
}

.jba-lux-faq-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jba-lux-faq-grid article {
    background: rgba(255, 248, 232, 0.055);
    border: 1px solid rgba(232, 196, 117, 0.22);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 20px;
}

.jba-lux-faq-grid strong {
    color: #f0cf86;
    font-size: 17px;
}

.jba-lux-faq-grid p {
    color: rgba(255, 248, 232, 0.74);
    margin: 0;
}

.jba-lux-final-cta {
    background:
        linear-gradient(135deg, rgba(7, 9, 10, 0.96), rgba(7, 9, 10, 0.84)),
        radial-gradient(circle at 82% 28%, rgba(240, 207, 134, 0.18), transparent 30%);
    display: grid;
    gap: 18px;
    justify-items: center;
    text-align: center;
}

.jba-lux-final-cta h2 {
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.04;
    margin: 0;
    max-width: 820px;
}

.jba-checkout-hero {
    align-items: stretch;
    background: linear-gradient(135deg, #15171a 0%, #28323a 58%, #d7b56d 100%);
    color: var(--jba-paper);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 360px;
    padding: 64px var(--jba-page-pad);
}

.jba-checkout-hero h1 {
    color: var(--jba-paper);
    font-size: clamp(40px, 6vw, 76px);
    line-height: 0.98;
    margin: 0 0 18px;
    max-width: 900px;
}

.jba-checkout-hero p {
    color: rgba(255, 253, 248, 0.82);
    max-width: 720px;
}

.jba-payment-status,
.jba-checkout-panel {
    background: var(--jba-paper);
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    box-shadow: var(--jba-shadow-soft);
    color: var(--jba-ink);
}

.jba-payment-status {
    align-self: end;
    display: grid;
    gap: 10px;
    padding: 24px;
}

.jba-payment-status span,
.jba-status-pill {
    color: var(--jba-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jba-payment-status strong {
    font-size: 30px;
    line-height: 1;
}

.jba-payment-status a,
.jba-panel-link {
    color: var(--jba-accent-dark);
    font-weight: 900;
}

.jba-policy-hero,
.jba-policy-layout,
.jba-policy-commerce-band {
    margin: 0 auto;
    max-width: 1240px;
    padding: clamp(34px, 5vw, 70px) clamp(16px, 4vw, 32px);
}

.jba-policy-hero {
    align-items: stretch;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    padding-bottom: 38px;
}

.jba-policy-hero-copy,
.jba-policy-status-card,
.jba-policy-trust-strip,
.jba-policy-visual-card,
.jba-policy-wide-image {
    border: 1px solid rgba(215, 181, 109, 0.24);
    border-radius: 8px;
}

.jba-policy-hero-copy {
    background:
        radial-gradient(circle at 18% 12%, rgba(215, 181, 109, .22), transparent 32%),
        linear-gradient(135deg, rgba(8, 10, 12, 0.98), rgba(29, 24, 17, 0.94));
    color: #fff8e8;
    display: grid;
    align-content: center;
    padding: clamp(28px, 5vw, 54px);
}

.jba-policy-visual-card,
.jba-policy-wide-image {
    background: #101316;
    margin: 0;
    overflow: hidden;
}

.jba-policy-visual-card img,
.jba-policy-wide-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.jba-policy-visual-card {
    min-height: 520px;
}

.jba-policy-hero h1 {
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1;
    margin: 0;
}

.jba-policy-hero p {
    color: rgba(255, 248, 232, 0.78);
    font-size: 18px;
    max-width: 820px;
}

.jba-policy-review-list {
    border-top: 1px solid rgba(215, 181, 109, 0.28);
    color: rgba(255, 248, 232, 0.82);
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 26px 0 0;
    padding: 18px 0 0;
}

.jba-policy-review-list li {
    align-items: center;
    display: flex;
    gap: 10px;
    font-weight: 800;
}

.jba-policy-review-list li::before {
    background: #e8c475;
    content: "";
    display: inline-block;
    height: 2px;
    width: 22px;
}

.jba-policy-status-card {
    background: #fff;
    display: grid;
    gap: 16px;
    padding: clamp(22px, 3vw, 30px);
}

.jba-policy-status-kicker,
.jba-policy-nav h2 {
    color: var(--jba-accent-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jba-policy-status-card dl,
.jba-policy-sections,
.jba-policy-nav,
.jba-policy-story-board {
    display: grid;
    gap: 14px;
}

.jba-policy-status-card dl div,
.jba-policy-sections article,
.jba-policy-nav {
    background: #fff;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    padding: 18px;
}

.jba-policy-status-card dl div {
    background: #fbf7ef;
}

.jba-policy-status-card dt {
    color: var(--jba-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-policy-status-card dd {
    font-weight: 900;
    margin: 4px 0 0;
}

.jba-policy-commerce-band {
    align-items: stretch;
    background:
        linear-gradient(90deg, rgba(11, 14, 16, .96), rgba(35, 29, 20, .9)),
        url("https://japanbrandauction.jp/staging/wp-content/uploads/2026/08/jba-premium-bid-review-desk.jpg") center / cover;
    border: 1px solid rgba(215, 181, 109, 0.24);
    border-radius: 8px;
    color: #fff8e8;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr);
}

.jba-policy-commerce-copy {
    align-content: center;
    display: grid;
    gap: 12px;
    padding: clamp(20px, 4vw, 42px);
}

.jba-policy-commerce-copy h2 {
    color: #fff;
    font-size: clamp(30px, 4vw, 56px);
    line-height: 1;
    margin: 0;
}

.jba-policy-commerce-copy p {
    color: rgba(255, 248, 232, .74);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.jba-policy-commerce-steps {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
}

.jba-policy-commerce-steps article {
    backdrop-filter: blur(16px);
    background: rgba(255, 248, 232, .08);
    border: 1px solid rgba(232, 196, 117, .22);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    min-height: 180px;
    padding: 18px;
}

.jba-policy-commerce-steps span {
    color: #e8c475;
    font-family: Georgia, serif;
    font-size: 34px;
    line-height: 1;
}

.jba-policy-commerce-steps strong {
    color: #fff;
    font-size: 19px;
}

.jba-policy-commerce-steps p {
    color: rgba(255, 248, 232, .74);
    line-height: 1.55;
    margin: 0;
}

.jba-policy-trust-strip {
    background: #fff;
    display: grid;
    gap: 1px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
}

.jba-policy-wide-image {
    grid-column: 1 / -1;
    height: clamp(220px, 30vw, 380px);
}

.jba-policy-trust-strip article {
    background: #fff;
    display: grid;
    gap: 7px;
    padding: 18px;
}

.jba-policy-trust-strip strong {
    color: var(--jba-ink);
}

.jba-policy-trust-strip span {
    color: var(--jba-muted);
    font-size: 14px;
}

.jba-policy-proof-grid {
    display: grid;
    gap: 14px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jba-policy-proof-grid article {
    background: linear-gradient(180deg, #fff, #fbf7ef);
    border: 1px solid rgba(215, 181, 109, 0.24);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    min-height: 150px;
    padding: 18px;
}

.jba-policy-proof-grid article::before {
    background: #d7b56d;
    content: "";
    display: block;
    height: 3px;
    width: 44px;
}

.jba-policy-proof-grid strong {
    color: var(--jba-ink);
    font-size: 18px;
}

.jba-policy-proof-grid span {
    color: var(--jba-muted);
    font-size: 14px;
    line-height: 1.55;
}

.jba-policy-story-board {
    grid-column: 1 / -1;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(215, 181, 109, 0.24);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(17, 20, 22, .96), rgba(36, 31, 24, .92));
    color: #fff8e8;
}

.jba-policy-story-heading {
    grid-column: span 2;
    display: grid;
    align-content: end;
    min-height: 340px;
    padding: 20px;
}

.jba-policy-story-heading span,
.jba-policy-story-board article span {
    color: #e8c475;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jba-policy-story-heading h2 {
    margin: 7px 0;
    max-width: 430px;
    font-size: clamp(26px, 3vw, 44px);
    line-height: 1.04;
}

.jba-policy-story-heading p {
    max-width: 420px;
    color: rgba(255, 248, 232, .72);
}

.jba-policy-story-board article {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    border-radius: 8px;
    background: #111416;
}

.jba-policy-story-board article:nth-of-type(2),
.jba-policy-story-board article:nth-of-type(4) {
    grid-column: span 2;
    min-height: 430px;
}

.jba-policy-story-board article img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(.96) contrast(1.02);
}

.jba-policy-story-board article::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.72));
}

.jba-policy-story-board article div {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    display: grid;
    gap: 4px;
    padding: 16px;
}

.jba-policy-story-board article strong {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

.jba-policy-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 300px minmax(0, 1fr);
    padding-top: 0;
}

.jba-policy-nav {
    position: sticky;
    top: 98px;
}

.jba-policy-nav section {
    display: grid;
    gap: 6px;
}

.jba-policy-nav h2 {
    margin: 8px 0 2px;
}

.jba-policy-nav a {
    border-radius: 6px;
    color: var(--jba-ink);
    font-weight: 900;
    padding: 8px 10px;
}

.jba-policy-nav a:hover,
.jba-policy-nav a.is-current {
    background: rgba(215, 181, 109, 0.14);
    color: var(--jba-accent-dark);
}

.jba-policy-home-link {
    background: var(--jba-ink);
    color: #fff8e8 !important;
    text-align: center;
}

.jba-policy-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jba-policy-sections article {
    display: grid;
    gap: 10px;
    min-height: 190px;
}

.jba-policy-section-number {
    color: var(--jba-accent-dark);
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.jba-policy-sections article h2 {
    margin: 0;
}

.jba-policy-sections article p {
    color: var(--jba-muted);
    margin: 0;
}

.jba-policy-review-panel {
    background: #101316;
    border: 1px solid rgba(215, 181, 109, 0.32);
    border-radius: 8px;
    color: #fff8e8;
    grid-column: 1 / -1;
    padding: 22px;
}

.jba-policy-review-panel strong {
    color: #e8c475;
}

.jba-policy-review-panel p {
    color: rgba(255, 248, 232, 0.76);
    margin: 8px 0 0;
}

.jba-checkout-layout {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
    padding: 36px var(--jba-page-pad) 96px;
}

.jba-checkout-main,
.jba-checkout-sidebar {
    display: grid;
    gap: 22px;
}

.jba-checkout-sidebar {
    align-self: start;
    position: sticky;
    top: 96px;
}

.jba-checkout-panel {
    display: grid;
    gap: 18px;
    padding: 24px;
}

.jba-checkout-panel h2 {
    font-size: 25px;
    margin: 0;
}

.jba-status-pill {
    align-self: start;
    background: rgba(215, 181, 109, 0.16);
    border: 1px solid rgba(215, 181, 109, 0.42);
    border-radius: 999px;
    color: #76571b;
    padding: 7px 11px;
}

.jba-order-card {
    display: grid;
    gap: 20px;
    grid-template-columns: 220px minmax(0, 1fr);
}

.jba-order-image {
    align-items: end;
    aspect-ratio: 4 / 3;
    background:
        linear-gradient(145deg, rgba(255, 253, 248, 0.1), rgba(17, 19, 21, 0.18)),
        linear-gradient(135deg, #efe8d9, #b8a680);
    border-radius: 8px;
    display: grid;
    overflow: hidden;
    padding: 18px;
}

.jba-order-image span {
    background: rgba(17, 19, 21, 0.78);
    border-radius: 999px;
    color: var(--jba-paper);
    font-weight: 900;
    justify-self: start;
    padding: 7px 12px;
}

.jba-cost-table {
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    overflow: hidden;
}

.jba-cost-table > div {
    align-items: center;
    border-bottom: 1px solid var(--jba-line);
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 14px 16px;
}

.jba-cost-table > div:last-child {
    border-bottom: 0;
}

.jba-cost-table small {
    color: var(--jba-muted);
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 3px;
}

.jba-cost-table [role="cell"]:last-child {
    font-weight: 900;
    text-align: right;
}

.jba-cost-total {
    background: #15171a;
    color: var(--jba-paper);
}

.jba-cost-total small {
    color: rgba(255, 253, 248, 0.72);
}

.jba-document-flow,
.jba-recovery-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jba-document-flow article,
.jba-recovery-grid article {
    background: #f7f4ed;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    display: grid;
    gap: 6px;
    padding: 16px;
}

.jba-document-flow span {
    color: var(--jba-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-document-flow strong,
.jba-recovery-grid strong {
    overflow-wrap: anywhere;
}

.jba-payment-panel {
    border-color: rgba(215, 181, 109, 0.48);
}

.jba-payment-panel button,
.jba-checkout-panel button,
.jba-mobile-payment-sticky button {
    background: var(--jba-accent);
    border: 0;
    border-radius: 6px;
    color: #171410;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    min-height: 46px;
    padding: 12px 16px;
}

.jba-payment-panel > a {
    color: var(--jba-ink);
    font-weight: 900;
    text-align: center;
}

.jba-stripe-package-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jba-stripe-package-card {
    background: linear-gradient(180deg, #fff, #fbf7ef);
    border: 1px solid rgba(215, 181, 109, 0.28);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 20px;
}

.jba-stripe-package-card > span {
    color: var(--jba-accent-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jba-stripe-package-card h3 {
    font-size: 21px;
    margin: 0;
}

.jba-stripe-package-card strong {
    color: var(--jba-ink);
    font-family: Georgia, serif;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1;
}

.jba-stripe-package-card p,
.jba-stripe-package-card small,
.jba-stripe-result p {
    color: var(--jba-muted);
    line-height: 1.55;
    margin: 0;
}

.jba-stripe-package-card button,
.jba-stripe-pay-link {
    align-items: center;
    background: var(--jba-accent);
    border: 0;
    border-radius: 6px;
    color: #171410;
    display: grid;
    font: inherit;
    font-weight: 900;
    justify-content: center;
    min-height: 48px;
    padding: 12px 16px;
    text-align: center;
}

.jba-stripe-package-card button:disabled {
    background: #d8d2c4;
    color: #6f6657;
    cursor: not-allowed;
}

.jba-stripe-result {
    border-color: rgba(215, 181, 109, .36);
}

.jba-stripe-result-success {
    border-color: rgba(31, 131, 83, .35);
}

.jba-mobile-payment-sticky {
    background: rgba(255, 253, 248, 0.96);
    border-top: 1px solid var(--jba-line);
    bottom: 0;
    box-shadow: 0 -16px 34px rgba(17, 19, 21, 0.12);
    display: none;
    gap: 10px;
    grid-template-columns: 0.7fr 1fr;
    left: 0;
    padding: 12px var(--jba-page-pad);
    position: fixed;
    right: 0;
    z-index: 200;
}

.jba-mobile-payment-sticky a {
    align-items: center;
    background: var(--jba-paper);
    border: 1px solid var(--jba-line);
    border-radius: 6px;
    color: var(--jba-ink);
    display: grid;
    font-weight: 900;
    justify-content: center;
    min-height: 46px;
}

@media (max-width: 1100px) {
    .jba-lux-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .jba-lux-showcase {
        max-width: 520px;
    }

    .jba-lux-trust-row,
    .jba-lux-entry-grid,
    .jba-lux-data-grid,
    .jba-lux-proof-grid,
    .jba-lux-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jba-lux-process ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jba-lux-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jba-lux-brands > div {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .jba-operations-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jba-site-header {
        grid-template-columns: auto 1fr auto;
    }

    .jba-desktop-nav,
    .jba-header-tools {
        display: none;
    }

    .jba-mobile-menu {
        display: block;
        justify-self: end;
        position: relative;
    }

    .jba-mobile-menu summary {
        align-items: center;
        border: 1px solid rgba(232, 196, 117, 0.36);
        border-radius: 6px;
        display: grid;
        gap: 5px;
        height: 44px;
        justify-items: center;
        list-style: none;
        padding: 10px;
        width: 48px;
    }

    .jba-mobile-menu summary span {
        background: #e8c475;
        display: block;
        height: 2px;
        width: 22px;
    }

    .jba-mobile-panel {
        background: #090b0c;
        border: 1px solid rgba(232, 196, 117, 0.28);
        border-radius: 8px;
        box-shadow: 0 18px 50px rgba(17, 19, 21, 0.16);
        display: grid;
        gap: 4px;
        min-width: min(86vw, 340px);
        padding: 12px;
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        z-index: 100;
    }

    .jba-mobile-panel > a {
        border-radius: 6px;
        color: #fff8e8;
        font-weight: 800;
        min-height: 44px;
        padding: 10px 12px;
    }

    .jba-mobile-panel .jba-language-switcher {
        align-items: flex-start;
        display: grid;
        padding: 8px 0 0;
    }

    .jba-mobile-panel .jba-language-switcher select {
        width: 100%;
    }

    .jba-hero {
        grid-template-columns: 1fr;
    }

    .jba-market-hero,
    .jba-market-layout,
    .jba-dealer-hero,
    .jba-application-layout,
    .jba-desk-hero,
    .jba-desk-layout,
    .jba-policy-layout,
    .jba-checkout-hero,
    .jba-checkout-layout,
    .jba-detail-hero,
    .jba-detail-grid,
    .jba-ai-policy {
        grid-template-columns: 1fr;
    }

    .jba-filter-panel,
    .jba-purchase-panel,
    .jba-application-rail,
    .jba-desk-sidebar,
    .jba-checkout-sidebar {
        position: static;
    }

    .jba-entry-grid,
    .jba-lot-grid,
    .jba-module-grid,
    .jba-ops-grid,
    .jba-product-grid,
    .jba-desk-grid,
    .jba-trust-band,
    .jba-site-footer {
        grid-template-columns: 1fr 1fr;
    }

    .jba-flow-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .jba-state-strip {
        grid-template-columns: 1fr;
    }

    .jba-policy-nav {
        position: static;
    }

    .jba-policy-hero,
    .jba-policy-layout,
    .jba-policy-commerce-band,
    .jba-policy-sections,
    .jba-policy-story-board,
    .jba-policy-proof-grid {
        grid-template-columns: 1fr;
    }

    .jba-policy-commerce-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jba-policy-story-heading {
        grid-column: auto;
        min-height: auto;
    }

    .jba-policy-story-board article:nth-of-type(2),
    .jba-policy-story-board article:nth-of-type(4) {
        grid-column: auto;
    }

    .jba-policy-visual-card {
        min-height: 320px;
    }

    .jba-policy-trust-strip {
        grid-template-columns: 1fr;
    }

    .jba-auction-round dl,
    .jba-auction-channel-grid {
        grid-template-columns: 1fr 1fr;
    }

    .jba-mobile-sticky {
        display: grid;
    }

    .jba-mobile-payment-sticky {
        display: grid;
    }
}

@media (max-width: 700px) {
    .jba-policy-hero,
    .jba-policy-layout,
    .jba-policy-commerce-band {
        padding-left: 14px;
        padding-right: 14px;
    }

    .jba-policy-commerce-steps,
    .jba-policy-proof-grid,
    .jba-stripe-package-grid {
        grid-template-columns: 1fr;
    }

    .jba-policy-commerce-steps article {
        min-height: 0;
    }

    .jba-policy-hero-copy,
    .jba-policy-status-card,
    .jba-policy-commerce-copy,
    .jba-policy-sections article,
    .jba-policy-review-panel,
    .jba-policy-trust-strip article,
    .jba-policy-story-heading {
        padding: 18px;
    }

    .jba-policy-story-board {
        padding: 10px;
    }

    .jba-policy-story-board article,
    .jba-policy-story-board article:nth-of-type(2),
    .jba-policy-story-board article:nth-of-type(5) {
        min-height: 260px;
    }

    .jba-policy-visual-card {
        min-height: 240px;
    }

    .jba-policy-wide-image {
        height: 210px;
    }

    .jba-policy-hero h1 {
        font-size: clamp(34px, 12vw, 46px);
    }

    .jba-policy-hero p {
        font-size: 16px;
    }

    .jba-policy-sections article {
        min-height: 0;
    }

    .jba-policy-nav {
        padding: 14px;
    }

    .jba-lux-hero {
        background:
            linear-gradient(180deg, rgba(5, 7, 8, 0.9), rgba(5, 7, 8, 0.74)),
            url("https://images.unsplash.com/photo-1545569341-9eb8b30979d9?auto=format&fit=crop&w=1200&q=82");
        padding: 32px 16px 24px;
    }

    .jba-lux-hero h1 {
        font-size: clamp(34px, 10.5vw, 48px);
        line-height: 1.02;
    }

    .jba-lux-hero p:not(.jba-eyebrow) {
        font-size: 16px;
        margin-top: 14px;
    }

    .jba-lux-hero .jba-hero-actions {
        align-items: stretch;
        display: grid;
    }

    .jba-lux-hero .jba-btn {
        width: 100%;
    }

    .jba-lux-showcase {
        display: none;
    }

    .jba-lux-trust-row,
    .jba-lux-entry-grid,
    .jba-lux-data-grid,
    .jba-lux-process ol,
    .jba-lux-stats,
    .jba-lux-brands > div,
    .jba-lux-proof-grid,
    .jba-lux-faq-grid {
        grid-template-columns: 1fr;
    }

    .jba-lux-trust-row {
        padding: 0 16px;
    }

    .jba-lux-trust-row div,
    .jba-lux-stats div {
        border-right: 0;
    }

    .jba-lux-entry-grid,
    .jba-lux-data-panel,
    .jba-lux-process,
    .jba-lux-stats,
    .jba-lux-brands,
    .jba-lux-proof,
    .jba-lux-faq,
    .jba-lux-final-cta {
        padding-left: 16px;
        padding-right: 16px;
    }

    .jba-lux-entry a {
        width: 100%;
    }

    .jba-lux-brands > div {
        gap: 14px;
        padding: 20px 14px;
    }

    .jba-operations-actions,
    .jba-operations-stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .jba-operations-actions a {
        width: 100%;
    }

    .jba-brand {
        font-size: 15px;
    }

    .jba-hero {
        min-height: auto;
        padding-top: 48px;
    }

    .jba-hero h1 {
        font-size: 40px;
    }

    .jba-hero-actions,
    .jba-search-panel div,
    .jba-market-search div,
    .jba-results-toolbar,
    .jba-product-actions,
    .jba-detail-actions,
    .jba-form-grid,
    .jba-document-grid,
    .jba-application-actions,
    .jba-desk-grid,
    .jba-desk-split,
    .jba-ai-opportunities,
    .jba-desk-panel-heading,
    .jba-order-card,
    .jba-document-flow,
    .jba-recovery-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .jba-btn,
    .jba-search-panel button,
    .jba-entry-card a,
    .jba-lot-card a,
    .jba-market-search button,
    .jba-product-actions a,
    .jba-product-actions button,
    .jba-detail-actions a,
    .jba-detail-actions button,
    .jba-payment-panel button,
    .jba-checkout-panel button {
        width: 100%;
    }

    .jba-results-toolbar label {
        min-width: 0;
    }

    .jba-entry-grid,
    .jba-lot-grid,
    .jba-module-grid,
    .jba-flow-list,
    .jba-ops-grid,
    .jba-product-grid,
    .jba-auction-round dl,
    .jba-auction-channel-grid,
    .jba-trust-band,
    .jba-site-footer {
        grid-template-columns: 1fr;
    }

    .jba-site-footer {
        overflow-x: clip;
    }

    .jba-site-footer nav {
        align-items: flex-start;
        display: grid;
        gap: 6px;
        grid-template-columns: 1fr;
    }

    .jba-site-footer a {
        min-height: 36px;
        width: 100%;
    }

    .jba-site-footer .jba-language-switcher select {
        width: 100%;
    }

    .jba-lot-card dl div,
    .jba-product-card dl div,
    .jba-price-stack div,
    .jba-spec-card dl div,
    .jba-source-audit-grid div,
    .jba-mini-dl div {
        display: grid;
        gap: 2px;
        grid-template-columns: 1fr;
    }

    .jba-gallery-thumbs {
        grid-template-columns: 1fr 1fr;
    }

    .jba-mobile-sticky {
        grid-template-columns: 1fr;
    }

    .jba-checkout-hero {
        padding-top: 48px;
    }

    .jba-checkout-hero h1 {
        font-size: 38px;
    }

    .jba-cost-table > div {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .jba-cost-table [role="cell"]:last-child {
        text-align: left;
    }

    .jba-lot-card dd {
        text-align: left;
    }
}
/* Priority 2.5 homepage excellence */
.jba-p25-home {
    background: linear-gradient(180deg, rgba(248, 246, 239, .96), rgba(255, 255, 255, 1) 28rem), var(--jba-paper);
    color: var(--jba-ink);
}

.jba-p25-home .jba-section-heading {
    max-width: 760px;
    margin-bottom: 1.5rem;
}

.jba-p25-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    min-height: clamp(620px, 84vh, 780px);
    padding: clamp(3rem, 7vw, 6rem) var(--jba-page-pad);
    overflow: hidden;
    background: linear-gradient(115deg, rgba(7, 10, 12, .94), rgba(16, 20, 23, .86) 44%, rgba(185, 139, 73, .2)), radial-gradient(circle at 82% 26%, rgba(214, 174, 103, .22), transparent 30%), #070a0c;
    color: #fff;
}

.jba-p25-hero-copy,
.jba-p25-hero-visual {
    position: relative;
    z-index: 1;
}

.jba-p25-hero h1 {
    max-width: 820px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.65rem, 5.8vw, 6.4rem);
    line-height: .97;
    letter-spacing: 0;
}

.jba-p25-hero p:not(.jba-eyebrow) {
    max-width: 720px;
    margin: 1.35rem 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1.02rem, 1.35vw, 1.28rem);
    line-height: 1.65;
}

.jba-p25-hero .jba-hero-actions {
    margin-top: 2rem;
}

.jba-p25-hero-visual {
    display: grid;
    gap: 1rem;
}

.jba-p25-product-stage {
    min-height: 360px;
    border: 1px solid rgba(216, 180, 115, .38);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)), radial-gradient(circle at 62% 42%, rgba(216, 180, 115, .28), transparent 34%);
    box-shadow: 0 32px 80px rgba(0, 0, 0, .45);
    position: relative;
    overflow: hidden;
}

.jba-p25-bag,
.jba-p25-watch,
.jba-p25-doc {
    position: absolute;
    display: block;
    border: 1px solid rgba(244, 220, 164, .55);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .35);
}

.jba-p25-bag {
    width: 42%;
    aspect-ratio: 1.35 / 1;
    left: 13%;
    top: 34%;
    border-radius: 8px;
    background: linear-gradient(135deg, transparent 48%, rgba(255,255,255,.08) 49%, transparent 51%), linear-gradient(45deg, transparent 48%, rgba(255,255,255,.08) 49%, transparent 51%), #12100e;
    background-size: 42px 42px, 42px 42px, auto;
}

.jba-p25-bag::before {
    content: "";
    position: absolute;
    width: 42%;
    height: 42%;
    left: 29%;
    top: -31%;
    border: 8px solid rgba(181, 127, 62, .9);
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
}

.jba-p25-watch {
    width: 28%;
    aspect-ratio: 1;
    right: 12%;
    top: 22%;
    border-radius: 999px;
    background: radial-gradient(circle, #111 0 42%, rgba(214,174,103,.9) 43% 47%, #111 48% 100%);
}

.jba-p25-watch::before,
.jba-p25-watch::after {
    content: "";
    position: absolute;
    left: 38%;
    width: 24%;
    height: 56%;
    background: linear-gradient(90deg, #36322c, #cfa45e, #36322c);
    border-radius: 4px;
}

.jba-p25-watch::before { top: -50%; }
.jba-p25-watch::after { bottom: -50%; }

.jba-p25-doc {
    width: 34%;
    aspect-ratio: .72 / 1;
    right: 20%;
    bottom: 9%;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(235,226,207,.92));
}

.jba-p25-hero-card,
.jba-p25-path-grid article,
.jba-p25-access-grid a,
.jba-p25-bid-flow article,
.jba-p25-proof-grid article,
.jba-p25-editorial-grid article,
.jba-p25-resource-grid a,
.jba-p25-faq-grid details,
.jba-p25-status-card,
.jba-p25-private-panel {
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    background: #fff;
    padding: 1.25rem;
    box-shadow: 0 18px 48px rgba(18, 22, 24, .08);
}

.jba-p25-hero-card {
    width: min(100%, 410px);
    border-color: rgba(216, 180, 115, .36);
    background: rgba(5, 7, 8, .74);
    color: #fff;
    backdrop-filter: blur(12px);
}

.jba-p25-hero-card-side {
    justify-self: end;
}

.jba-p25-hero-card span,
.jba-p25-path-grid article > span,
.jba-p25-access-grid a > span,
.jba-p25-bid-flow article > span,
.jba-p25-proof-grid span,
.jba-p25-status-card span,
.jba-p25-lot-grid article span {
    display: block;
    color: var(--jba-gold);
    font-size: .74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.jba-p25-paths,
.jba-p25-access-hub,
.jba-p25-proof,
.jba-p25-auctions,
.jba-p25-inventory,
.jba-p25-japan,
.jba-p25-standards,
.jba-p25-process,
.jba-p25-how-bid,
.jba-p25-desk,
.jba-p25-dealer,
.jba-p25-resources,
.jba-p25-faq,
.jba-p25-final {
    padding: clamp(3.25rem, 7vw, 6rem) var(--jba-page-pad);
}

.jba-p25-path-grid,
.jba-p25-access-grid,
.jba-p25-proof-grid,
.jba-p25-editorial-grid,
.jba-p25-resource-grid,
.jba-p25-faq-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.jba-p25-path-grid h3 {
    margin: .55rem 0;
    font-size: 1.08rem;
    line-height: 1.28;
}

.jba-p25-path-grid p,
.jba-p25-access-grid p,
.jba-p25-bid-flow p,
.jba-p25-proof-grid p,
.jba-p25-editorial-grid p,
.jba-p25-faq-grid p {
    color: var(--jba-muted);
}

.jba-p25-path-grid a,
.jba-p25-access-grid a,
.jba-p25-status-card a,
.jba-p25-private-panel a,
.jba-p25-dealer-actions a,
.jba-p25-lot-grid a {
    display: inline-flex;
    align-items: center;
    margin-top: .85rem;
    color: var(--jba-ink);
    font-weight: 800;
    text-decoration: none;
}

.jba-p25-access-hub {
    background:
        linear-gradient(90deg, rgba(17, 20, 22, .94), rgba(17, 20, 22, .78)),
        url("https://japanbrandauction.jp/staging/wp-content/uploads/2026/08/jba-trust-center-hero.jpg") center / cover;
    color: #fff;
}

.jba-p25-access-hub .jba-section-heading p:not(.jba-eyebrow) {
    color: rgba(255, 248, 232, .76);
}

.jba-p25-access-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.jba-p25-access-grid a {
    display: block;
    color: #fff8e8;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(232, 196, 117, .28);
    box-shadow: none;
}

.jba-p25-access-grid a strong {
    display: block;
    margin: .35rem 0;
    font-size: 1.08rem;
}

.jba-p25-access-grid a p {
    margin: 0;
    color: rgba(255, 248, 232, .72);
}

.jba-p25-proof,
.jba-p25-process {
    background: #101316;
    color: #fff;
}

.jba-p25-proof .jba-section-heading p:not(.jba-eyebrow),
.jba-p25-process li p {
    color: rgba(255, 255, 255, .72);
}

.jba-p25-proof-grid article,
.jba-p25-process li {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(216, 180, 115, .28);
    box-shadow: none;
}

.jba-p25-proof-grid span {
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1;
}

.jba-p25-auctions,
.jba-p25-standards,
.jba-p25-desk {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.jba-p25-auctions,
.jba-p25-japan,
.jba-p25-dealer {
    background: #f6f1e7;
}

.jba-p25-status-card {
    background: #111416;
    color: #fff;
}

.jba-p25-lot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.jba-p25-lot-grid article {
    overflow: hidden;
    border: 1px solid var(--jba-line);
    border-radius: 8px;
    background: #fff;
}

.jba-p25-lot-grid img,
.jba-p25-image-pending {
    width: 100%;
    aspect-ratio: 1 / .78;
    object-fit: cover;
    display: grid;
    place-items: center;
    background: #ece6da;
    color: var(--jba-muted);
}

.jba-p25-lot-grid article > div {
    padding: 1rem;
}

.jba-p25-lot-grid h3 {
    margin: .35rem 0 .85rem;
    font-size: 1rem;
}

.jba-p25-lot-grid dl {
    display: grid;
    gap: .35rem;
    margin: 0;
}

.jba-p25-lot-grid dl div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.jba-p25-lot-grid dt {
    color: var(--jba-muted);
}

.jba-p25-condition {
    display: grid;
    gap: .9rem;
    padding: 1.25rem;
    border-radius: 8px;
    border: 1px solid var(--jba-line);
    background: #faf8f2;
}

.jba-p25-condition h3 {
    margin: 0;
    font-size: 1.2rem;
}

.jba-p25-condition dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin: 0;
}

.jba-p25-condition dl div {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: .75rem;
    align-items: start;
    padding: .85rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(18, 22, 24, .08);
}

.jba-p25-condition dt {
    display: grid;
    min-height: 42px;
    place-items: center;
    border-radius: 6px;
    background: #111416;
    color: #fff8e8;
    font-weight: 900;
}

.jba-p25-condition dd {
    margin: 0;
    color: var(--jba-muted);
    line-height: 1.55;
}

.jba-p25-condition p {
    margin: 0;
    color: var(--jba-muted);
}

.jba-p25-process ol {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .85rem;
    padding: 0;
    margin: 1.5rem 0 0;
    list-style: none;
}

.jba-p25-process li {
    padding: 1rem;
    border-radius: 8px;
}

.jba-p25-process li span {
    color: var(--jba-gold);
    font-weight: 900;
}

.jba-p25-how-bid {
    background: #f6f1e8;
}

.jba-p25-bid-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .9rem;
}

.jba-p25-bid-flow article {
    min-height: 210px;
}

.jba-p25-bid-flow article strong {
    display: block;
    margin: .5rem 0;
    font-size: 1.05rem;
}

.jba-p25-desk-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.jba-p25-desk-grid span {
    padding: .9rem;
    border: 1px solid var(--jba-line);
    border-radius: 6px;
    background: #fff;
    font-weight: 800;
}

.jba-p25-dealer-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.jba-p25-dealer-actions a {
    min-height: 48px;
    padding: .85rem 1.05rem;
    border-radius: 6px;
    background: #111416;
    color: #fff;
}

.jba-p25-resource-grid a {
    display: block;
    color: var(--jba-ink);
    text-decoration: none;
}

.jba-p25-resource-grid span {
    display: block;
    margin-top: .35rem;
    color: var(--jba-muted);
}

.jba-p25-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jba-p25-faq-grid summary {
    cursor: pointer;
    font-weight: 900;
}

.jba-p25-final {
    text-align: center;
    background: linear-gradient(135deg, #111416, #252019);
    color: #fff;
}

.jba-p25-final h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
}

.jba-p25-final .jba-hero-actions {
    justify-content: center;
}

@media (max-width: 1180px) {
    .jba-p25-path-grid,
    .jba-p25-access-grid,
    .jba-p25-proof-grid,
    .jba-p25-lot-grid,
    .jba-p25-resource-grid,
    .jba-p25-bid-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jba-p25-process ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .jba-p25-hero,
    .jba-p25-auctions,
    .jba-p25-standards,
    .jba-p25-desk {
        grid-template-columns: 1fr;
    }

    .jba-p25-hero {
        min-height: auto;
        padding-top: 3rem;
    }

    .jba-p25-product-stage {
        min-height: 300px;
    }
}

@media (max-width: 620px) {
    .jba-p25-hero h1 {
        font-size: clamp(2.35rem, 13vw, 3.9rem);
    }

    .jba-p25-path-grid,
    .jba-p25-access-grid,
    .jba-p25-proof-grid,
    .jba-p25-lot-grid,
    .jba-p25-editorial-grid,
    .jba-p25-resource-grid,
    .jba-p25-bid-flow,
    .jba-p25-faq-grid,
    .jba-p25-desk-grid {
        grid-template-columns: 1fr;
    }

    .jba-p25-condition dl {
        grid-template-columns: 1fr;
    }

    .jba-p25-condition dl div {
        grid-template-columns: 68px 1fr;
    }

    .jba-p25-process ol {
        grid-template-columns: 1fr;
    }

    .jba-p25-hero-card-side {
        justify-self: stretch;
    }
}

/* JBA homepage full redesign pass - 2026-08-18 */
.jba-p25-home {
    background: #f7f2e8;
}

.jba-p25-home .jba-section-heading {
    max-width: 980px;
}

.jba-p25-hero {
    grid-template-columns: minmax(0, .82fr) minmax(420px, 1.05fr);
    min-height: clamp(680px, 88vh, 860px);
    background:
        linear-gradient(90deg, rgba(4, 6, 7, .96), rgba(7, 10, 12, .9) 44%, rgba(7, 10, 12, .42)),
        radial-gradient(circle at 78% 18%, rgba(218, 176, 97, .2), transparent 30%),
        #07090b;
}

.jba-p25-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, .32)),
        radial-gradient(circle at 14% 24%, rgba(218, 176, 97, .16), transparent 28%);
}

.jba-p25-hero-copy {
    max-width: 760px;
}

.jba-p25-hero h1 {
    font-size: clamp(3.2rem, 5.8vw, 6.9rem);
}

.jba-p25-photo-hero {
    display: grid;
    min-height: 560px;
    align-self: stretch;
    border: 1px solid rgba(216, 180, 115, .34);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 38px 120px rgba(0, 0, 0, .48);
}

.jba-p25-photo-hero img {
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: center right;
}

.jba-p25-photo-hero::after {
    content: "";
    grid-area: 1 / 1;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, rgba(4, 6, 7, .05), rgba(4, 6, 7, .42));
}

.jba-p25-photo-hero .jba-p25-hero-card {
    grid-area: 1 / 1;
    align-self: end;
    margin: 1rem;
    z-index: 2;
}

.jba-p25-photo-hero .jba-p25-hero-card-side {
    align-self: start;
    justify-self: end;
}

.jba-p25-quick-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.15rem var(--jba-page-pad);
    background: #0b0d0f;
    border-top: 1px solid rgba(216, 180, 115, .22);
    border-bottom: 1px solid rgba(216, 180, 115, .22);
}

.jba-p25-quick-trust article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .25rem .85rem;
    align-items: start;
    min-height: 112px;
    padding: 1rem;
    border: 1px solid rgba(216, 180, 115, .26);
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
    color: #fff;
}

.jba-p25-quick-trust span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(216, 180, 115, .58);
    border-radius: 999px;
    color: var(--jba-gold);
    font-weight: 900;
    grid-row: span 2;
}

.jba-p25-quick-trust strong {
    color: #fff8e8;
}

.jba-p25-quick-trust p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: .88rem;
}

.jba-p25-paths {
    background: linear-gradient(180deg, #fffaf0, #f3ecdf);
}

.jba-p25-path-grid article {
    min-height: 230px;
    background: linear-gradient(180deg, #fff, #fbf8f1);
}

.jba-p25-proof,
.jba-p25-process,
.jba-p25-faq {
    background: #0d1012;
    color: #fff;
}

.jba-p25-proof .jba-section-heading p:not(.jba-eyebrow),
.jba-p25-process .jba-section-heading p:not(.jba-eyebrow),
.jba-p25-faq .jba-section-heading p:not(.jba-eyebrow) {
    color: rgba(255, 255, 255, .72);
}

.jba-p25-lot-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.jba-p25-lot-grid article {
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.jba-p25-lot-grid article:hover {
    transform: translateY(-3px);
    border-color: rgba(185, 139, 73, .48);
    box-shadow: 0 22px 54px rgba(18, 22, 24, .13);
}

.jba-p25-desk {
    background: #0b0d0f;
    color: #fff;
}

.jba-p25-desk p {
    color: rgba(255, 255, 255, .72);
}

.jba-p25-desk-grid {
    padding: 1rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #fdfbf6, #ece5d8);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.jba-p25-resource-grid a {
    min-height: 132px;
    background: linear-gradient(180deg, #fff, #faf7ef);
}

.jba-p25-faq-grid details {
    background: rgba(255, 255, 255, .055);
    border-color: rgba(216, 180, 115, .26);
    color: #fff;
    box-shadow: none;
}

.jba-p25-faq-grid p {
    color: rgba(255, 255, 255, .72);
}

.jba-p25-final {
    background:
        linear-gradient(90deg, rgba(10, 12, 14, .96), rgba(10, 12, 14, .78)),
        url("assets/jba-home-hero-luxury-sourcing-20260818.png") center / cover;
}

@media (max-width: 1280px) {
    .jba-p25-lot-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .jba-p25-quick-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .jba-p25-hero {
        grid-template-columns: 1fr;
    }

    .jba-p25-photo-hero,
    .jba-p25-photo-hero img {
        min-height: 420px;
    }
}

@media (max-width: 620px) {
    .jba-p25-quick-trust,
    .jba-p25-lot-grid {
        grid-template-columns: 1fr;
    }

    .jba-p25-photo-hero,
    .jba-p25-photo-hero img {
        min-height: 340px;
    }

    .jba-p25-photo-hero .jba-p25-hero-card {
        margin: .75rem;
    }
}

/* Production homepage readability correction - 2026-08-18 */
.jba-p25-home .jba-p25-hero {
    box-sizing: border-box;
    grid-template-columns: minmax(360px, .74fr) minmax(420px, 1fr);
    gap: clamp(2rem, 4vw, 4.75rem);
    padding: clamp(4rem, 7vw, 7.5rem) max(2rem, calc((100vw - 1180px) / 2 + 2rem)) clamp(2.75rem, 5vw, 5rem);
    overflow: hidden;
}

.jba-p25-home .jba-p25-hero-copy {
    max-width: 620px;
    min-width: 0;
}

.jba-p25-home .jba-p25-hero h1 {
    max-width: 11ch;
    font-size: clamp(3.15rem, 4.7vw, 5.7rem);
    line-height: .96;
    overflow-wrap: normal;
}

.jba-p25-home .jba-p25-hero-copy > p {
    max-width: 610px;
}

.jba-p25-home .jba-p25-photo-hero {
    min-height: clamp(520px, 64vh, 680px);
}

.jba-p25-home .jba-p25-photo-hero img {
    min-height: clamp(520px, 64vh, 680px);
}

@media (max-width: 1180px) {
    .jba-p25-home .jba-p25-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .jba-p25-home .jba-p25-hero h1 {
        max-width: 12ch;
        font-size: clamp(3rem, 8vw, 5.4rem);
    }
}

@media (max-width: 620px) {
    .jba-p25-home .jba-p25-hero {
        padding: 2.5rem 1rem 1.5rem;
    }

    .jba-p25-home .jba-p25-hero h1 {
        max-width: 11ch;
        font-size: clamp(2.5rem, 13vw, 3.65rem);
    }

    .jba-p25-home .jba-p25-photo-hero,
    .jba-p25-home .jba-p25-photo-hero img {
        min-height: 340px;
    }
}

/* Auction / Buy Now catalogue redesign - 2026-08-18 */
.jba-catalogue-page {
    background: #070808;
    color: #fff8e8;
}

.jba-catalogue-page .jba-eyebrow {
    color: #d8b473;
    letter-spacing: .08em;
}

.jba-catalogue-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    padding: clamp(4rem, 7vw, 7rem) max(1.25rem, calc((100vw - 1440px) / 2 + 2rem)) clamp(2.5rem, 4vw, 4rem);
    border-bottom: 1px solid rgba(216, 180, 115, .24);
    background:
        linear-gradient(90deg, rgba(4, 5, 6, .98), rgba(7, 8, 9, .88) 50%, rgba(7, 8, 9, .5)),
        url("assets/jba-home-hero-luxury-sourcing-20260818.png") right center / auto 120% no-repeat;
}

.jba-catalogue-hero-copy {
    max-width: 760px;
}

.jba-catalogue-hero h1 {
    max-width: 14ch;
    margin: .45rem 0 1rem;
    color: #fff;
    font-size: clamp(3rem, 5.2vw, 6rem);
    line-height: .98;
}

.jba-catalogue-hero-copy > p {
    max-width: 680px;
    color: rgba(255, 248, 232, .78);
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    line-height: 1.7;
}

.jba-catalogue-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.75rem;
}

.jba-catalogue-search {
    align-self: start;
    padding: 1rem;
    border: 1px solid rgba(216, 180, 115, .32);
    border-radius: 8px;
    background: rgba(7, 8, 9, .78);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.jba-catalogue-search label {
    color: #d8b473;
    font-weight: 800;
}

.jba-catalogue-search div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .65rem;
    margin-top: .65rem;
}

.jba-catalogue-search input,
.jba-catalogue-search button {
    min-height: 46px;
    border-radius: 6px;
}

.jba-catalogue-search input {
    border: 1px solid rgba(216, 180, 115, .24);
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.jba-catalogue-search button,
.jba-filter-actions button {
    border: 0;
    background: linear-gradient(180deg, #f0cf86, #c7953e);
    color: #080808;
    font-weight: 900;
}

.jba-catalogue-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1.5rem max(1rem, calc((100vw - 1480px) / 2 + 1.25rem)) 2rem;
}

.jba-catalogue-filters,
.jba-catalogue-results,
.jba-catalogue-trust,
.jba-catalogue-sourcing {
    border: 1px solid rgba(216, 180, 115, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
}

.jba-catalogue-filters {
    position: sticky;
    top: 88px;
    align-self: start;
    overflow: hidden;
}

.jba-filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(216, 180, 115, .2);
}

.jba-filter-head button,
.jba-catalogue-filters summary,
.jba-filter-actions a {
    color: #d8b473;
}

.jba-filter-head button {
    border: 0;
    background: transparent;
    font-weight: 800;
}

.jba-catalogue-filters details {
    border-bottom: 1px solid rgba(216, 180, 115, .16);
}

.jba-catalogue-filters summary {
    cursor: pointer;
    padding: .95rem 1rem;
    font-weight: 800;
}

.jba-catalogue-filters label,
.jba-price-filter {
    display: grid;
    gap: .5rem;
    padding: 0 1rem 1rem;
    color: rgba(255, 248, 232, .7);
}

.jba-catalogue-filters input {
    min-height: 40px;
    border: 1px solid rgba(216, 180, 115, .22);
    border-radius: 6px;
    background: rgba(0, 0, 0, .32);
    color: #fff;
}

.jba-price-filter div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
}

.jba-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    padding: 1rem;
}

.jba-filter-actions button,
.jba-filter-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 6px;
    text-decoration: none;
}

.jba-filter-actions a {
    border: 1px solid rgba(216, 180, 115, .4);
}

.jba-catalogue-results {
    padding: 1rem;
}

.jba-catalogue-page .jba-auction-ops {
    background: #070808;
    color: #111416;
}

.jba-catalogue-page .jba-auction-round,
.jba-catalogue-page .jba-auction-channel-grid article {
    color: #111416;
}

.jba-catalogue-page .jba-auction-menu a {
    border: 1px solid rgba(216, 180, 115, .18);
    background: #111416;
    color: #fff8e8;
}

.jba-catalogue-page .jba-auction-round h2,
.jba-catalogue-page .jba-auction-channel-grid strong,
.jba-catalogue-page .jba-auction-round dd {
    color: #111416;
}

.jba-catalogue-page .jba-auction-round p,
.jba-catalogue-page .jba-auction-channel-grid p {
    color: #34383c;
}

.jba-catalogue-page .jba-auction-round .jba-eyebrow,
.jba-catalogue-page .jba-auction-channel-grid span,
.jba-catalogue-page .jba-auction-round dt {
    color: #8a641f;
}

.jba-catalogue-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    padding: .25rem .25rem 1rem;
}

.jba-catalogue-toolbar h2 {
    margin: .15rem 0 .35rem;
    color: #111416;
}

.jba-catalogue-toolbar p,
.jba-catalogue-toolbar label {
    color: #34383c;
}

.jba-catalogue-toolbar .jba-eyebrow {
    color: #8a641f;
}

.jba-catalogue-toolbar select {
    min-height: 42px;
    margin-left: .5rem;
    border: 1px solid rgba(216, 180, 115, .32);
    border-radius: 6px;
    background: #111;
    color: #fff8e8;
}

.jba-sort-tabs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid rgba(216, 180, 115, .22);
    border-radius: 8px;
}

.jba-sort-tabs a {
    padding: .8rem .65rem;
    color: rgba(255, 248, 232, .78);
    text-align: center;
    text-decoration: none;
    border-right: 1px solid rgba(216, 180, 115, .16);
    background: rgba(0, 0, 0, .28);
}

.jba-sort-tabs a:first-child {
    color: #080808;
    background: linear-gradient(180deg, #f0cf86, #c7953e);
    font-weight: 900;
}

.jba-catalogue-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.jba-catalogue-card {
    overflow: hidden;
    border: 1px solid rgba(216, 180, 115, .2);
    border-radius: 8px;
    background: #fbf7ee;
    color: #111416;
    box-shadow: 0 22px 50px rgba(0, 0, 0, .22);
}

.jba-catalogue-card .jba-product-image {
    display: block;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #efe7d8, #fff);
}

.jba-catalogue-card .jba-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jba-catalogue-card .jba-product-body {
    display: grid;
    gap: .75rem;
    padding: .9rem;
}

.jba-catalogue-card .jba-product-top {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    align-items: center;
}

.jba-catalogue-card .jba-product-top > span {
    color: #7a5a20;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.jba-catalogue-card h3 {
    min-height: 2.5em;
    margin: 0;
    color: #101214;
    font-size: 1.05rem;
    line-height: 1.25;
}

.jba-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.jba-card-badges span {
    border: 1px solid rgba(58, 112, 78, .22);
    border-radius: 999px;
    padding: .25rem .55rem;
    background: #eef8f0;
    color: #24563a;
    font-size: .72rem;
    font-weight: 800;
}

.jba-catalogue-card dl {
    display: grid;
    gap: .42rem;
    margin: 0;
}

.jba-catalogue-card dl div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: .5rem;
    align-items: start;
}

.jba-catalogue-card dt {
    color: #765920;
    font-size: .72rem;
    font-weight: 900;
}

.jba-catalogue-card dd {
    margin: 0;
    color: #202326;
    font-size: .84rem;
}

.jba-catalogue-card .jba-favorite-form button,
.jba-watch-login {
    min-height: 34px;
    border: 1px solid rgba(17, 20, 22, .18);
    border-radius: 6px;
    background: #fff;
    color: #111416;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.jba-product-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
}

.jba-product-actions a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
}

.jba-card-secondary {
    background: #111416;
    color: #fff8e8;
}

.jba-card-primary {
    background: linear-gradient(180deg, #f0cf86, #c7953e);
    color: #080808;
}

.jba-catalogue-trust,
.jba-catalogue-sourcing {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 0 max(1rem, calc((100vw - 1480px) / 2 + 1.25rem)) 1.5rem;
    padding: 1.25rem;
}

.jba-catalogue-trust article {
    display: grid;
    gap: .35rem;
}

.jba-catalogue-trust span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(216, 180, 115, .36);
    border-radius: 999px;
    color: #d8b473;
    font-weight: 900;
}

.jba-catalogue-trust strong {
    color: #f0cf86;
}

.jba-catalogue-trust p,
.jba-catalogue-sourcing p {
    margin: 0;
    color: rgba(255, 248, 232, .68);
}

.jba-catalogue-sourcing {
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 0;
}

.jba-catalogue-sourcing h2 {
    margin: .2rem 0 .45rem;
    color: #fff;
}

.jba-catalogue-sourcing > div:last-child {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
}

@media (max-width: 1180px) {
    .jba-catalogue-hero,
    .jba-catalogue-shell,
    .jba-catalogue-sourcing {
        grid-template-columns: 1fr;
    }

    .jba-catalogue-filters {
        position: static;
    }

    .jba-catalogue-grid,
    .jba-catalogue-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jba-sort-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .jba-catalogue-hero {
        padding: 2.5rem 1rem;
    }

    .jba-catalogue-hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.8rem);
    }

    .jba-catalogue-shell {
        padding: 1rem;
    }

    .jba-catalogue-toolbar,
    .jba-catalogue-search div,
    .jba-filter-actions,
    .jba-product-actions,
    .jba-catalogue-trust,
    .jba-catalogue-grid {
        grid-template-columns: 1fr;
    }

    .jba-sort-tabs {
        grid-template-columns: 1fr 1fr;
    }

    .jba-catalogue-card dl div {
        grid-template-columns: 94px 1fr;
    }
}

/* Production mobile hardening - 2026-08-18 */
@media (max-width: 700px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        overflow-wrap: anywhere;
    }

    .jba-site-header {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 10px;
        padding: 10px 14px;
    }

    .jba-brand,
    .jba-brand strong,
    .jba-brand span,
    .jba-main-nav,
    .jba-header-actions,
    .jba-product-body,
    .jba-detail-page,
    .jba-catalogue-page,
    .jba-dealer-page,
    .jba-checkout-page {
        min-width: 0;
    }

    .jba-main-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
    }

    .jba-header-actions,
    .jba-language-switcher,
    .jba-language-switcher select {
        width: 100%;
        max-width: none;
    }

    .jba-main-nav a,
    .jba-header-actions a,
    .jba-language-switcher select,
    .jba-hero-actions a,
    .jba-catalogue-hero-actions a,
    .jba-product-actions a,
    .jba-product-actions button,
    .jba-empty-actions a,
    .jba-filter-actions button {
        min-height: 44px;
        white-space: normal;
        text-align: center;
    }

    .jba-p25-home .jba-p25-hero h1,
    .jba-catalogue-hero h1,
    .jba-page-heading h1,
    .jba-dealer-hero h1,
    .jba-checkout-hero h1,
    .jba-detail-page h1 {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .jba-hero-actions,
    .jba-catalogue-hero-actions,
    .jba-product-actions,
    .jba-empty-actions,
    .jba-filter-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .jba-product-grid,
    .jba-catalogue-grid,
    .jba-p25-lot-grid {
        grid-template-columns: 1fr !important;
        gap: 14px;
    }

    .jba-product-card,
    .jba-lot-card,
    .jba-catalogue-card {
        min-width: 0;
        overflow: hidden;
    }

    .jba-product-image,
    .jba-product-card > img,
    .jba-lot-card > img {
        aspect-ratio: 4 / 3;
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: hidden;
    }

    .jba-product-image img,
    .jba-product-card > img,
    .jba-lot-card > img,
    .jba-gallery-main img,
    .jba-gallery-thumbs img {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
        background: #fffaf0;
    }

    .jba-product-body h3,
    .jba-product-body dd,
    .jba-spec-card dd,
    .jba-source-audit-grid dd {
        overflow-wrap: anywhere;
    }

    .jba-detail-hero,
    .jba-detail-grid,
    .jba-dealer-hero,
    .jba-dealer-grid,
    .jba-checkout-grid,
    .jba-payment-layout {
        grid-template-columns: 1fr !important;
    }

    .jba-gallery-main {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .jba-gallery-thumbs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .jba-gallery-thumbs a,
    input,
    select,
    textarea,
    button {
        max-width: 100%;
        min-width: 0;
    }

    table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

    .jba-mobile-sticky,
    .jba-mobile-payment-sticky {
        left: 0;
        right: 0;
        width: 100%;
    }

    .admin-bar .jba-site-header {
        top: 46px;
    }
}

@media (max-width: 390px) {
    .jba-site-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .jba-main-nav {
        grid-template-columns: 1fr;
    }

    .jba-product-body {
        padding: 14px;
    }

    .jba-product-body h3 {
        font-size: 16px;
    }

    .jba-product-body dl {
        font-size: 13px;
    }

    .jba-gallery-thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

