/* Modern auction presentation. Kept separate from the existing application. */
@font-face { font-family: Manrope; src: url('fonts/manrope-regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Manrope; src: url('fonts/manrope-semibold.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: Manrope; src: url('fonts/manrope-bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }
@font-face { font-family: Manrope; src: url('fonts/manrope-extrabold.ttf') format('truetype'); font-weight: 800; font-display: swap; }

body.auction-modern {
  --ui-font: Manrope, 'Segoe UI', sans-serif;
  --auction-ink: #182333;
  --auction-muted: #647084;
  --auction-blue: #145bea;
  --auction-line: #dde3ec;
  --auction-paper: #f5f7fa;
  --blue: var(--auction-blue);
  --text: var(--auction-ink);
  --muted: var(--auction-muted);
  color: var(--auction-ink);
  background: var(--auction-paper);
  font-family: var(--ui-font);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.auction-modern :is(h1,h2,h3,button,a,input) { font-family: var(--ui-font); }
.auction-modern :is(h1,h2,h3) { color: var(--auction-ink); letter-spacing: -.035em; }
.auction-modern .wrap { width: min(1240px, calc(100% - 64px)); }
.auction-modern :is(a,button):focus-visible { outline: 3px solid #80a8ff; outline-offset: 4px; }
.auction-modern header:has(.header-security-right) { background: #102c53; }
.auction-modern .topbar { padding: 6px 16px; background: #153960; color: #e2eaf5; font-size: .75rem; font-weight: 600; letter-spacing: 0; }
.auction-modern .nav { height: auto; min-height: 76px; gap: 24px; }
.auction-modern .header-security-right { padding-left: 24px; border-left: 1px solid #ffffff24; }
.auction-modern .security-copy { gap: 3px; }
.auction-modern .security-copy strong { font-size: .8125rem; }
.auction-modern .security-copy small { font-size: .75rem; color: #c4d1e4; }
.auction-modern .auction-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.auction-modern .auction-nav a { color: #dce7f6; font-size: .875rem; font-weight: 600; padding: 10px 0; }
.auction-modern .auction-nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 6px; }

/* A short introduction with the product imagery beside the heading. */
.auction-modern .cb-home { background: var(--auction-paper); }
.auction-modern .cb-hero { background: linear-gradient(110deg,#fff 50%,#edf3fe); border-bottom: 1px solid var(--auction-line); }
.auction-modern .cb-hero-inner { min-height: 0; padding-top: 38px; padding-bottom: 0; }
.auction-modern .cb-hero-copy { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); column-gap: 30px; align-items: start; }
.auction-modern .cb-kicker { grid-column: 1; color: #4d627b; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.auction-modern .cb-hero-copy h1 { grid-column: 1; margin: 12px 0; font-size: clamp(2rem,3.25vw,2.9rem); line-height: 1.13; font-weight: 800; max-width: 660px; }
.auction-modern .cb-hero-copy h1 strong { color: var(--auction-blue); font-weight: 800; }
.auction-modern .cb-hero-copy > p { grid-column: 1; max-width: 440px; margin: 0; color: var(--auction-muted); font-size: .9375rem; line-height: 1.7; }
.auction-modern .cb-hero-main { display: contents !important; }
.auction-modern .cb-hero-product { grid-column: 2; grid-row: 1 / 5; align-self: center; width: 100% !important; height: 260px !important; transform: none; }
.auction-modern .cb-hero-product img { width: 100% !important; height: 100% !important; filter: drop-shadow(0 14px 15px #173e7018); }
.auction-modern .cb-hero-button { grid-row: 4; grid-column: 1; min-width: 0; width: fit-content; min-height: 48px; margin-top: 22px; padding: 12px 22px; border-radius: 8px; background: var(--auction-blue); box-shadow: 0 5px 12px #145bea20; font-size: .875rem; font-weight: 700; letter-spacing: 0; text-transform: none; }
.auction-modern .cb-hero-button:hover { background: #0649ce; transform: translateY(-2px); }
.auction-modern .cb-hero-benefits { grid-column: 1 / -1; grid-row: 5; width: 100% !important; display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px !important; padding: 22px 0; margin-top: 30px !important; border-top: 1px solid var(--auction-line); }
.auction-modern .cb-hero-benefit { gap: 12px; }
.auction-modern .cb-benefit-image { width: 38px; height: 38px; flex: 0 0 38px; padding: 9px; border: 1px solid #d9e5f8; border-radius: 10px; background: #f4f8ff; }
.auction-modern .cb-hero-benefit b { font-size: .8125rem !important; line-height: 1.5; font-weight: 700; }
.auction-modern .cb-hero-benefit small { font-size: .75rem !important; color: var(--auction-muted); }

/* Catalogue: generous photographs and a single, legible bid hierarchy. */
.auction-modern .cb-lots { padding: 40px 0 56px; scroll-margin-top: 24px; background: var(--auction-paper); }
.auction-modern .cb-lots-heading { align-items: center; margin-bottom: 25px; gap: 16px; }
.auction-modern .cb-lots-heading > div > span { color: var(--auction-blue); font-size: .75rem; letter-spacing: .12em; font-weight: 800; }
.auction-modern .cb-lots-heading h2 { margin: 5px 0 0; font-size: clamp(1.65rem,2.8vw,2rem); font-weight: 800; line-height: 1.25; }
.auction-modern .cb-lots-heading > small { padding: 8px 12px; border: 1px solid var(--auction-line); border-radius: 6px; background: #fff; font-size: .8125rem; font-weight: 600; white-space: nowrap; }
.auction-modern .catalog-categories { margin-bottom: 24px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.auction-modern .category-heading { margin-bottom: 12px; }
.auction-modern .category-heading h3 { font-size: .875rem; font-weight: 700; letter-spacing: 0; }
.auction-modern .category-heading p { margin: 4px 0 12px; font-size: .8125rem; }
.auction-modern .category-options { display: flex; gap: 8px; overflow-x: auto; padding: 4px 3px 12px; scrollbar-width: thin; scrollbar-color: #bdcce4 transparent; }
.auction-modern .category-option { flex: 0 0 auto; min-height: 44px; padding: 9px 12px; gap: 8px; border-radius: 7px; border-color: var(--auction-line); background: #fff; }
.auction-modern .category-option svg { width: 18px; height: 18px; flex-basis: 18px; }
.auction-modern .category-label { font-size: .8125rem; font-weight: 700; white-space: nowrap; }
.auction-modern .category-count { padding: 1px 5px; margin-left: 2px; font-size: .75rem; border-radius: 4px; }
.auction-modern .category-option[aria-pressed='true'] { background: var(--auction-blue); border-color: var(--auction-blue); box-shadow: 0 3px 8px #145bea15; }
.auction-modern .category-result { margin: 2px 0 0; font-size: .75rem; color: var(--auction-muted); }
.auction-modern .cb-lots-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; align-items: stretch; }
.auction-modern .cb-lot-card { display: flex; flex-direction: column; min-width: 0; border-radius: 12px; border: 1px solid #dde4ee; background: #fff; box-shadow: 0 3px 7px #172c4804; transition: border-color .2s,box-shadow .2s,transform .2s; }
.auction-modern .cb-lot-card:hover { border-color: #a7beef; box-shadow: 0 12px 30px #203b6610; transform: translateY(-3px); }
.auction-modern .cb-lot-image { height: 235px; border-bottom: 1px solid #eef1f6; background: #fff; }
.auction-modern .cb-lot-image img { padding: 20px; transition: transform .25s; }
.auction-modern .cb-lot-image:hover img { transform: scale(1.035); }
.auction-modern .cb-lot-badge { top: 12px; left: 12px; padding: 6px 9px; height: auto; border: 1px solid #dce3ed; border-radius: 5px; background: #ffffffed; color: #3d4d65; box-shadow: 0 2px 6px #1b31540a; font-size: .6875rem; font-weight: 800; letter-spacing: .06em; }
.auction-modern .cb-lot-body { flex: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; align-content: start; padding: 20px; gap: 0 12px; }
.auction-modern .cb-category { grid-column: 1 / -1; order: 1; color: #667387; font-size: .6875rem; font-weight: 800; letter-spacing: .1em; }
.auction-modern .cb-lot-body h3 { grid-column: 1 / -1; order: 2; min-height: 48px; margin: 8px 0 14px; color: #1d293c; font-size: 1.0625rem; font-weight: 800; line-height: 1.4; letter-spacing: -.025em; }
.auction-modern .cb-auction-data { grid-column: 1 / -1; order: 3; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 12px; margin: 0 0 16px; padding: 15px; border: 1px solid #e1e9f9; border-radius: 8px; background: #f5f8ff; }
.auction-modern .cb-auction-data small { margin: 0 0 4px; color: #62718a; font-size: .75rem; line-height: 1.5; }
.auction-modern .cb-auction-data b { color: #2e405c; font-size: .8125rem; font-weight: 600; line-height: 1.5; }
.auction-modern .cb-auction-data > div:first-child { grid-column: 1 / -1; }
.auction-modern .cb-auction-data > div:first-child b { color: #174fc5; font-size: 1.8rem; font-weight: 800; letter-spacing: -.04em; font-variant-numeric: tabular-nums; line-height: 1.2; }
.auction-modern .cb-auction-data > div:nth-child(2) { padding-top: 11px; border-top: 1px solid #dfe7f5; }
.auction-modern .cb-auction-data > div:last-child { padding-top: 11px; border-top: 1px solid #dfe7f5; text-align: right; }
.auction-modern .cb-card-timer { color: #b64142 !important; font-size: .75rem !important; font-weight: 700; white-space: normal; line-height: 1.5; }
.auction-modern [data-auction-state='ending'] { color: #bc2637 !important; font-weight: 800; }
.auction-modern .cb-card-timer[data-auction-state='ending'] { display: inline-block; padding: 3px 6px; border-radius: 4px; background: #fff0f2; }
.auction-modern .cb-card-timer[data-auction-state='closed'], .auction-modern .product-timer[data-auction-state='closed'] { color: #647084 !important; }
.auction-modern .cb-buy-price { order: 4; color: #37465c; margin: 0 0 16px; font-size: 1.0625rem; line-height: 1.4; font-weight: 700; letter-spacing: -.02em; }
.auction-modern .auction-direct-label { display: block; margin-bottom: 3px; color: #6e798b; font-size: .6875rem; letter-spacing: 0; font-weight: 400; }
.auction-modern .cb-old-price { order: 5; align-self: center; margin-bottom: 16px; color: #737e90; text-align: right; font-size: .75rem; }
.auction-modern .cb-demo-note { display: none; }
.auction-modern .cb-lot-cta { grid-column: 1 / -1; order: 6; align-self: end; display: flex; min-height: 46px; padding: 12px 16px; gap: 10px; border: 1px solid var(--auction-blue) !important; border-radius: 7px; background: var(--auction-blue) !important; color: white !important; box-shadow: 0 3px 8px #145bea12; font-size: .875rem; line-height: 1.4; font-weight: 700 !important; letter-spacing: 0; }
.auction-modern .cb-lot-cta::before { content: ''; width: 18px; height: 18px; flex: 0 0 18px; background: currentColor; mask: url('ui-icons/hammer.svg') center/contain no-repeat; }
.auction-modern .cb-lot-cta > svg { width: 16px; height: 16px; margin-left: auto; }
.auction-modern .cb-lot-cta:hover { background: #0649ce !important; border-color: #0649ce !important; box-shadow: 0 5px 14px #145bea2b; }
.auction-modern .cb-lot-cta:active { transform: translateY(1px); }

/* Supporting information uses the same spacing and restrained borders. */
.auction-modern .cb-how { background: #fff; border-block: 1px solid var(--auction-line); padding: 42px 0; scroll-margin-top: 20px; }
.auction-modern .cb-section-heading { text-align: left; margin-bottom: 24px; }
.auction-modern .cb-section-heading > span { color: var(--auction-blue); font-size: .75rem; letter-spacing: .12em; }
.auction-modern .cb-section-heading h2 { font-size: 1.75rem; font-weight: 800; }
.auction-modern .cb-new-steps { max-width: none; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.auction-modern .cb-new-step { display: grid; grid-template-columns: 64px minmax(0,1fr); align-items: center; gap: 4px 16px; padding: 20px; border: 1px solid #e6ebf2; border-radius: 10px; text-align: left; }
.auction-modern .cb-new-step .cb-new-step-image { grid-row: 1 / 3; width: 64px; height: 64px; margin: 0; animation: none; }
.auction-modern .cb-new-step strong { min-height: 0; font-size: .875rem; line-height: 1.4; font-weight: 800; }
.auction-modern .cb-new-step p { max-width: none; margin: 0; color: var(--auction-muted); font-size: .75rem; line-height: 1.6; }
.auction-modern .cb-new-step-arrow { display: none; }
.auction-modern .reclame-aqui-section { padding: 28px 32px; background: var(--auction-paper); }
.auction-modern .reclame-aqui-container { max-width: 1240px; border-radius: 10px; }
.auction-modern .cb-bottom-trust { background: var(--auction-paper); padding: 16px 0 38px; }
.auction-modern .cb-bottom-card { border: 1px solid var(--auction-line); border-radius: 10px; box-shadow: none; }
.auction-modern .cb-bottom-card > div { padding: 20px 12px; gap: 2px; }
.auction-modern .cb-bottom-card b { font-size: .8125rem; }
.auction-modern .cb-bottom-card small { font-size: .75rem; line-height: 1.5; }
.auction-modern .site-footer { margin-top: 0; background: #102c53; }
.auction-modern .footer-wrap { padding-top: 36px; padding-bottom: 28px; }
.auction-modern .footer-brand p, .auction-modern .footer-info p, .auction-modern .footer-security strong { font-size: .75rem; line-height: 1.7; }
.auction-modern .footer-security small, .auction-modern .footer-bottom { font-size: .75rem; line-height: 1.5; }
.auction-modern .footer-info { max-width: 800px; }

/* Lot detail: compact photograph, more space for the information panel. */
.auction-modern .product-page-new { padding-top: 24px !important; padding-bottom: 40px; }
.auction-modern .back { display: inline-flex; align-items: center; min-height: 40px; margin: 0 0 18px; color: #596c88; font-size: .875rem; font-weight: 600; }
.auction-modern .back:hover { color: var(--auction-blue); }
.auction-modern .product-layout-new { grid-template-columns: minmax(240px,.68fr) minmax(0,1.32fr); gap: 28px; align-items: start; }
.auction-modern .product-gallery-new { position: sticky; top: 24px; }
.auction-modern .product-main-image { min-height: 0; height: 340px; border: 1px solid var(--auction-line); border-radius: 12px; background: #fff; }
.auction-modern .product-main-image img { width: 100%; height: 100%; max-height: 340px; padding: 24px; }
.auction-modern .product-lot-badge { top: 14px; left: 14px; padding: 7px 10px; color: #3d4d65; background: #ffffffed; border: 1px solid #dce3ed; border-radius: 5px; font-size: .75rem; font-weight: 800; letter-spacing: .04em; }
.auction-modern .product-info-new { padding: 28px; border: 1px solid var(--auction-line); border-radius: 12px; background: #fff; box-shadow: 0 4px 12px #182b4c04; }
.auction-modern .product-info-new .product-category-new { color: #68778e; font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.auction-modern .product-info-new > h1 { margin: 8px 0 18px; color: var(--auction-ink); font-size: clamp(1.55rem,2.6vw,2rem); font-weight: 800; line-height: 1.25; }
.auction-modern .product-info-new .product-certified { margin-bottom: 20px; }
.auction-modern .product-info-new .product-certified strong { font-size: .8125rem; }
.auction-modern .product-info-new .product-certified small { font-size: .75rem; }
.auction-modern .product-info-new .direct-price-card { margin-bottom: 20px; padding: 16px; border: 1px solid #e4e9f1; border-radius: 8px; background: #fafbfd; align-items: center; }
.auction-modern .product-info-new .original-price-new { font-size: .75rem; margin-bottom: 8px; }
.auction-modern .product-info-new .direct-price-label { color: #627086; font-size: .75rem; font-weight: 600; letter-spacing: .02em; }
.auction-modern .product-info-new .direct-price-value { margin-top: 4px; font-size: 1.5rem; font-weight: 700; color: #3b4c64; }
.auction-modern .product-info-new .discount-box { min-width: 70px; padding: 10px; border-radius: 6px; background: #edf2f9; }
.auction-modern .product-info-new .discount-box small { font-size: .625rem; color: #67768d; }
.auction-modern .product-info-new .discount-box strong { font-size: 1.25rem; color: #415b7f; }
.auction-modern .product-info-new .live-bid-card { padding: 24px; border: 1px solid #d8e5ff; border-radius: 10px; background: #f3f7ff; }
.auction-modern .product-info-new .live-bid-title { margin-bottom: 20px; color: #345077; font-size: .75rem; font-weight: 800; letter-spacing: .075em; }
.auction-modern .product-info-new .live-bid-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 20px; }
.auction-modern .product-info-new .live-bid-current small, .auction-modern .product-info-new .live-bid-next small { font-size: .8125rem; color: #5c6f8d; }
.auction-modern .product-info-new .live-bid-current > strong { font-size: clamp(1.875rem,3vw,2.5rem); font-weight: 800; color: #174fc5; letter-spacing: -.045em; }
.auction-modern .product-info-new .live-bid-next > strong { font-size: clamp(1.3rem,2.4vw,1.875rem); font-weight: 700; color: #345582; }
.auction-modern .product-info-new .live-bid-current > span { font-size: .75rem; }
.auction-modern .product-info-new .product-timer { margin-top: 20px; padding-top: 14px; color: #b64142; border-top: 1px solid #d8e3f6; font-size: .875rem; font-weight: 600; }
.auction-modern .product-info-new .product-timer { white-space: pre-line; }
.auction-modern .product-info-new .pay-only-entry { padding: 0; gap: 10px; margin: 20px 0; }
.auction-modern .product-info-new .pay-only-entry strong { font-size: .8125rem; }
.auction-modern .product-info-new .pay-only-entry span { font-size: .75rem; }
.auction-modern .product-info-new .product-actions-new { display: grid; grid-template-columns: 1fr; gap: 12px; }
.auction-modern .product-info-new .simple-action-button { padding: 17px 38px 17px 60px; min-height: 78px; border-radius: 8px; }
.auction-modern .product-info-new .simple-action-button strong { font-size: 1rem; font-weight: 700; }
.auction-modern .product-info-new .simple-action-button span { font-size: .75rem; opacity: .9; }
.auction-modern .product-info-new .simple-action-button::before { left: 17px; width: 28px; mask-size: 24px; }
.auction-modern .product-info-new .simple-bid-button { background: var(--auction-blue); border-color: var(--auction-blue); color: #fff; box-shadow: 0 4px 12px #145bea20; }
.auction-modern .product-info-new .simple-bid-button:hover { background: #0649ce; border-color: #0649ce; box-shadow: 0 6px 16px #145bea2b; }
.auction-modern .product-info-new .simple-buy-button { background: #fff; color: #295394; border: 1px solid #bacced; box-shadow: none; }
.auction-modern .product-info-new .simple-buy-button:hover { background: #eff5ff; border-color: #759be3; box-shadow: none; }
.auction-modern .product-info-new .buy-payment-card { margin-top: 24px; padding-top: 20px; }
.auction-modern .product-info-new .buy-payment-title { font-size: .875rem; }
.auction-modern .product-info-new .buy-payment-row { font-size: .8125rem; }
.auction-modern .product-info-new .buy-payment-row strong { font-size: .875rem; }
.auction-modern .product-info-new .buy-payment-total strong { font-size: 1.375rem; }
.auction-modern .product-info-new .buy-payment-note { font-size: .75rem; }
.auction-modern .product-trust-grid { border-radius: 10px; border-color: var(--auction-line); box-shadow: none; background: #fff; }
.auction-modern .product-trust-grid strong { font-size: .8125rem; }
.auction-modern .product-trust-grid small { font-size: .75rem; line-height: 1.5; }

@media (max-width: 1050px) {
  .auction-modern .wrap { width: calc(100% - 40px); }
  .auction-modern .cb-hero-copy { column-gap: 20px; }
  .auction-modern .cb-hero-copy h1 { font-size: 2.15rem; }
  .auction-modern .cb-lots-grid { gap: 16px; }
  .auction-modern .cb-lot-body { padding: 16px; }
  .auction-modern .cb-lot-image { height: 210px; }
  .auction-modern .cb-new-steps { gap: 12px; }
  .auction-modern .cb-new-step { padding: 16px; grid-template-columns: 48px minmax(0,1fr); gap: 6px 12px; }
  .auction-modern .cb-new-step .cb-new-step-image { width: 48px; height: 48px; }
}
@media (max-width: 760px) {
  .auction-modern .product-layout-new { grid-template-columns: 1fr; gap: 20px; }
  .auction-modern .product-gallery-new { position: static; }
  .auction-modern .product-main-image { height: 270px; }
  .auction-modern .product-main-image img { max-height: 270px; }
  .auction-modern .auction-nav { display: none; }
  .auction-modern .cb-lots-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .auction-modern .cb-hero-copy { grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); }
  .auction-modern .cb-hero-copy h1 { font-size: 1.8rem; }
  .auction-modern .cb-hero-product { height: 215px !important; }
  .auction-modern .cb-hero-benefits { gap: 16px !important; }
  .auction-modern .cb-hero-benefit { gap: 8px; align-items: start; }
  .auction-modern .cb-hero-benefit b { font-size: .75rem !important; }
  .auction-modern .cb-benefit-image { width: 30px; height: 30px; flex-basis: 30px; padding: 6px; }
  .auction-modern .cb-new-steps { grid-template-columns: 1fr; }
  .auction-modern .cb-new-step { grid-template-columns: 64px minmax(0,1fr); padding: 16px 20px; }
  .auction-modern .cb-new-step .cb-new-step-image { width: 60px; height: 60px; }
  .auction-modern .cb-bottom-card { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .auction-modern .cb-bottom-card > div:nth-child(3) { border-left: 0; }
  .auction-modern .cb-bottom-card > div:nth-child(n+3) { border-top: 1px solid var(--auction-line); }
}
@media (max-width: 540px) {
  .auction-modern .product-page-new { padding-top: 10px !important; }
  .auction-modern .product-info-new { padding: 20px 16px; }
  .auction-modern .product-info-new .live-bid-card { padding: 18px 14px; }
  .auction-modern .product-info-new .live-bid-grid { gap: 12px; }
  .auction-modern .product-info-new .live-bid-next { padding-left: 12px; }
  .auction-modern .product-info-new .live-bid-current > strong { font-size: 1.7rem; }
  .auction-modern .product-info-new .live-bid-next > strong { font-size: 1.3rem; }
  .auction-modern .product-info-new .simple-action-button { padding: 15px 28px 15px 50px; }
  .auction-modern .product-info-new .simple-action-button::before { left: 12px; }
  .auction-modern .product-info-new .simple-action-button strong { font-size: .875rem; }
  .auction-modern .product-info-new .simple-action-button::after { right: 14px; }
  .auction-modern .product-trust-grid { grid-template-columns: 1fr; }
  .auction-modern .product-trust-grid > div + div { border-left: 0; border-top: 1px solid var(--auction-line); }
  .auction-modern .wrap { width: calc(100% - 32px); }
  .auction-modern .nav { min-height: 70px; gap: 12px; }
  .auction-modern .header-security-right { padding-left: 12px; gap: 6px; }
  .auction-modern .security-copy strong { font-size: .75rem; }
  .auction-modern .security-copy small { font-size: .6875rem; white-space: normal; }
  .auction-modern .brand.brand-logo:has(.auction-logo) { width: 150px; flex-basis: 150px; }
  .auction-modern .brand.brand-logo .auction-logo { width: 150px; }
  .auction-modern .cb-hero-inner { padding-top: 28px !important; padding-bottom: 0 !important; }
  .auction-modern .cb-hero-copy { grid-template-columns: minmax(0,1fr); }
  .auction-modern .cb-kicker { font-size: .6875rem; }
  .auction-modern .cb-hero-copy h1 { margin: 12px 0; font-size: clamp(1.8rem,7.3vw,2.25rem); }
  .auction-modern .cb-hero-copy > p { font-size: .875rem; margin-bottom: 0; }
  .auction-modern .cb-hero-product { grid-column: 1; grid-row: 4; height: 170px !important; margin: 14px 0 0; }
  .auction-modern .cb-hero-button { grid-row: 5; width: 100% !important; margin-top: 16px !important; }
  .auction-modern .cb-hero-benefits { grid-row: 6; grid-template-columns: 1fr; gap: 12px !important; margin-top: 22px !important; padding: 20px 0; }
  .auction-modern .cb-hero-benefit { align-items: center; gap: 10px; }
  .auction-modern .cb-hero-benefit > div { display: block; }
  .auction-modern .cb-hero-benefit b { display: block; font-size: .8125rem !important; }
  .auction-modern .cb-hero-benefit small { display: block; font-size: .75rem !important; }
  .auction-modern .cb-lots { padding: 30px 0 38px; }
  .auction-modern .cb-lots-heading { flex-wrap: wrap; align-items: start; margin-bottom: 22px; }
  .auction-modern .cb-lots-heading > small { padding: 5px 8px; font-size: .75rem; }
  .auction-modern .cb-lots-grid { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .auction-modern .cb-lot-image { height: 240px; }
  .auction-modern .cb-lot-body { padding: 20px; }
  .auction-modern .cb-lot-body h3 { min-height: 0; font-size: 1.125rem; }
  .auction-modern .cb-auction-data { padding: 16px; }
  .auction-modern .cb-auction-data > div:first-child b { font-size: 1.875rem; }
  .auction-modern .cb-lot-cta { min-height: 48px; }
  .auction-modern .cb-section-heading h2 { font-size: 1.5rem; }
  .auction-modern .cb-how { padding: 30px 0; }
  .auction-modern .reclame-aqui-section { padding: 20px 16px; }
  .auction-modern .footer-top { flex-wrap: wrap; gap: 22px; }
  .auction-modern .footer-brand p { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  .auction-modern *, .auction-modern *::before, .auction-modern *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .auction-modern .cb-lot-card:hover, .auction-modern .cb-lot-image:hover img { transform: none; }
}

/* Header branding: the supplied colored mark needs a light surface. */
.auction-modern header:has(.header-security-right) {
  background: #fff !important;
  color: #182333;
  border-bottom: 1px solid #e1e7ef;
}
.auction-modern header .nav {
  background: #fff !important;
}
.auction-modern .header-security-right {
  border-left-color: #dfe6ef;
}
.auction-modern .auction-nav a {
  color: #30425d;
}
.auction-modern .auction-nav a:hover {
  color: #145bea;
}
.auction-modern header .header-security-right,
.auction-modern header .header-security-right .security-icon {
  color: #145bea;
}
.auction-modern header .header-security-right .security-copy strong {
  color: #182333;
}
.auction-modern header .header-security-right .security-copy small {
  color: #647084;
}
.auction-modern .topbar {
  background: #145bea !important;
  color: #fff !important;
  border-bottom: 1px solid #145bea;
}
.auction-modern .site-footer {
  background: #145bea !important;
}
.auction-modern .site-footer .supplied-logo {
  background: #fff;
  border-radius: 8px;
}
