:root {
  --ink: #061722;
  --navy: #092435;
  --navy-2: #0d3044;
  --accent: #d8ff48;
  --accent-2: #bce52c;
  --paper: #f3f5f2;
  --white: #ffffff;
  --muted: #63717a;
  --line: #d8deda;
  --radius: 3px;
  --shadow: 0 24px 70px rgba(5, 23, 34, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.usplin-site { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99999; padding: 12px 16px; background: var(--accent); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: var(--radius); font-size: 13px; font-weight: 800; letter-spacing: .02em; cursor: pointer; transition: .22s ease; }
.button svg { transition: transform .22s ease; }
.button:hover svg { transform: translateX(3px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--navy-2); }
.button-accent { background: var(--accent); color: var(--ink); }
.button-accent:hover { background: var(--accent-2); transform: translateY(-2px); }
.button-ghost { background: rgba(255,255,255,.04); color: white; border-color: rgba(255,255,255,.4); backdrop-filter: blur(6px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.alerts-button { border-color: rgba(216,255,72,.65); color: var(--accent); }
.alerts-button:hover { border-color: var(--accent); background: rgba(216,255,72,.1); }
.button-outline { background: transparent; border-color: #9ca8a6; }
.button-outline:hover { background: var(--ink); color: white; border-color: var(--ink); }
.button-dark { background: var(--ink); color: white; }

.utility-bar { height: 31px; display: flex; align-items: center; background: var(--ink); color: #cbd5d8; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; }
.utility-inner b { margin: 0 9px; color: var(--accent); }
.live-dot { width: 6px; height: 6px; display: inline-block; margin-right: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(216,255,72,.08); }
.site-header { height: 76px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(6,23,34,.1); display: flex; align-items: center; position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo-link img { display: block; width: auto; height: 44px; max-width: 220px; object-fit: contain; }
.brand-word { font-weight: 950; font-size: 22px; letter-spacing: -.04em; }
.brand-mark { width: 31px; height: 31px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; transform: skew(-10deg); }
.brand-mark i { background: var(--ink); display: block; }
.brand-mark i:nth-child(2) { background: var(--accent-2); height: 72%; align-self: end; }
.brand-mark i:nth-child(3) { height: 45%; align-self: end; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; margin-right: 32px; }
.main-nav > a { position: relative; padding: 29px 0 25px; font-size: 13px; font-weight: 700; color: #2d3d46; }
.main-nav > a::after { content: ""; position: absolute; bottom: 20px; left: 0; width: 0; height: 2px; background: var(--accent-2); transition: width .2s; }
.main-nav > a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 13px; }
.text-button, .language-switch, .menu-button { border: 0; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.email-register { display: inline-flex; align-items: center; }
.language-switch { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 8px; border-right: 1px solid var(--line); }
.language-switch span { color: #9aa4a9; }
.register { min-height: 42px; padding: 0 17px; }
.menu-button, .mobile-actions { display: none; }
.menu-button { width: 38px; height: 38px; padding: 8px; }
.menu-button span { width: 21px; height: 2px; display: block; margin: 2px 0; background: currentColor; transition: .2s; }
.menu-button.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button.open span:nth-child(2) { opacity: 0; }
.menu-button.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { min-height: 610px; position: relative; overflow: hidden; background: var(--ink); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,23,34,.97) 0%, rgba(5,23,34,.84) 39%, rgba(5,23,34,.34) 72%, rgba(5,23,34,.16) 100%), var(--hero) center/cover no-repeat; animation: heroReveal 1s ease both; }
.hero-grid-overlay { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero::after { content: ""; position: absolute; right: -80px; bottom: -180px; width: 530px; height: 530px; border: 1px solid rgba(216,255,72,.25); border-radius: 50%; box-shadow: 0 0 0 65px rgba(216,255,72,.025), 0 0 0 130px rgba(216,255,72,.02); }
.hero-content { min-height: 610px; position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: center; gap: 80px; padding-top: 38px; padding-bottom: 54px; }
.hero-copy { max-width: 800px; animation: riseIn .7s .12s ease both; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 23px; color: var(--accent); font-size: 11px; line-height: 1.4; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--accent); }
.hero h1 { margin: 0; max-width: 790px; font-size: clamp(47px, 6.2vw, 82px); line-height: .98; letter-spacing: -.057em; font-weight: 850; }
.hero h1 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 660px; margin: 28px 0 31px; color: #d5dde0; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; }
.hero-actions .button { min-height: 53px; padding: 0 26px; }
.hero-rail { align-self: stretch; padding: 132px 0 70px 38px; border-left: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; justify-content: center; }
.hero-rail small { color: #9fadb2; font-size: 9px; font-weight: 900; letter-spacing: .18em; line-height: 1.5; }
.hero-rail > div { display: grid; grid-template-columns: 32px 1fr; gap: 13px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.hero-rail span { color: var(--accent); font-size: 10px; font-weight: 900; }
.hero-rail b { font-size: 13px; }

.search-band { position: relative; z-index: 5; margin-top: -45px; }
.search-band > .container { padding: 28px 30px 20px; background: white; box-shadow: var(--shadow); }
.search-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.search-heading h2 { margin: 0 0 5px; font-size: 22px; letter-spacing: -.03em; }
.search-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.inventory-mode { color: #4f5d63; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.inventory-mode i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #69b261; box-shadow: 0 0 0 4px rgba(105,178,97,.12); }
.search-panel { display: grid; grid-template-columns: 1.75fr 1fr 1fr .9fr auto; border: 1px solid #bdc7c8; }
.search-panel label { position: relative; display: flex; min-width: 0; align-items: center; border-right: 1px solid #d8dede; }
.search-panel select, .search-panel input { width: 100%; height: 55px; border: 0; outline: 0; background: white; color: var(--ink); font-size: 12px; font-weight: 700; }
.search-panel select { padding: 0 35px 0 16px; cursor: pointer; }
.search-input svg { margin-left: 17px; color: #819096; flex: 0 0 auto; }
.search-input input { padding: 0 15px 0 11px; }
.search-submit { min-height: 55px; border-radius: 0; padding: 0 20px; }
.quick-categories { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 14px; font-size: 10px; }
.quick-categories > span { font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quick-categories button { padding: 6px 10px; border: 1px solid transparent; background: #f1f3f1; font-size: 10px; cursor: pointer; transition: .2s; }
.quick-categories button:hover, .quick-categories button.active { background: var(--ink); color: white; }

.section { padding: 100px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 36px; }
.section-heading .kicker, .how-intro .kicker, .seller-content .kicker, .circular-grid .kicker { color: #688028; margin-bottom: 13px; }
.section-heading h2, .how-intro h2, .seller-content h2, .circular-grid h2 { margin: 0; font-size: clamp(36px, 4.3vw, 56px); line-height: 1.04; letter-spacing: -.05em; }
.section-heading p:not(.kicker), .how-intro > p:not(.kicker) { max-width: 620px; margin: 12px 0 0; color: var(--muted); line-height: 1.6; }
.results-count { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.auction-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.auction-card { min-width: 0; background: white; border: 1px solid #dce2df; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease; }
.auction-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(7,29,41,.12); }
.auction-image { height: 198px; position: relative; overflow: hidden; background: #d9deda; }
.auction-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,23,34,.1), transparent 50%, rgba(5,23,34,.45)); }
.auction-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.auction-card:nth-child(1) img { object-position: 22% center; }
.auction-card:nth-child(2) img { object-position: 46% center; }
.auction-card:nth-child(3) img { object-position: 70% center; }
.auction-card:nth-child(4) img { object-position: 88% center; }
.auction-card:hover img { transform: scale(1.05); }
.card-badges { position: absolute; z-index: 2; top: 12px; left: 12px; display: flex; gap: 5px; }
.badge { padding: 6px 8px; background: rgba(6,23,34,.88); color: white; font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.badge.accent { background: var(--accent); color: var(--ink); }
.lot-id { position: absolute; z-index: 2; right: 11px; bottom: 10px; color: white; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.auction-body { padding: 20px; }
.auction-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; color: #7d8a90; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.auction-meta b { color: var(--accent-2); }
.auction-body h3 { min-height: 48px; margin: 10px 0 7px; font-size: 17px; line-height: 1.35; letter-spacing: -.02em; }
.units { margin: 0; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.value-row { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; margin-top: 19px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-row > div { display: flex; flex-direction: column; min-width: 0; }
.value-row > div + div { padding-left: 12px; border-left: 1px solid var(--line); }
.value-row small { color: #78858a; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.value-row strong { margin-top: 4px; font-size: 21px; letter-spacing: -.03em; }
.value-row span { color: #6e7a7f; font-size: 9px; }
.auction-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; }
.timer { display: flex; gap: 8px; align-items: center; }
.timer > span { display: flex; flex-direction: column; }
.timer small { color: #7f8b90; font-size: 8px; text-transform: uppercase; }
.timer b { margin-top: 2px; font-size: 11px; font-variant-numeric: tabular-nums; }
.auction-footer button, .auction-footer > a { width: 37px; height: 37px; border: 0; background: var(--accent); display: grid; place-items: center; cursor: pointer; transition: .2s; }
.auction-footer button:hover, .auction-footer > a:hover { background: var(--ink); color: white; }
.center-action { display: flex; justify-content: center; margin-top: 38px; }
.empty-state { padding: 80px 20px; text-align: center; background: white; border: 1px solid var(--line); }
.empty-state svg { color: #93a0a4; }
.empty-state h3 { margin: 14px 0 22px; }

.categories-section { background: var(--ink); color: white; position: relative; overflow: hidden; }
.categories-section::before { content: "USPLIN"; position: absolute; right: -25px; top: 4px; color: rgba(255,255,255,.025); font-size: 190px; font-weight: 950; letter-spacing: -.08em; }
.light-heading p:not(.kicker) { color: #a8b5ba; }
.category-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.category-card { min-height: 150px; padding: 23px; display: grid; grid-template-columns: 35px 43px 1fr auto; align-items: center; gap: 16px; color: white; text-align: left; border: 0; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); background: transparent; cursor: pointer; transition: .24s; }
.category-card:hover { background: var(--accent); color: var(--ink); }
.category-index { align-self: start; color: var(--accent); font-size: 9px; font-weight: 900; }
.category-symbol { font-size: 28px; }
.category-card:hover .category-index { color: var(--ink); }
.category-copy { display: flex; flex-direction: column; }
.category-copy b { font-size: 17px; }
.category-copy small { margin-top: 6px; color: #9cacb2; font-size: 10px; }
.category-card:hover .category-copy small { color: #435050; }
.round-arrow { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-items: center; }
.category-card:hover .round-arrow { border-color: var(--ink); }

.how-section { background: white; }
.how-intro { max-width: 770px; margin-bottom: 55px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step-card { min-height: 280px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.step-card::after { content: ""; width: 0; height: 4px; position: absolute; left: 0; bottom: 0; background: var(--accent-2); transition: width .25s; }
.step-card:hover::after { width: 100%; }
.step-top { display: flex; justify-content: space-between; color: #8a979a; }
.step-top span { color: #6f802e; font-size: 10px; font-weight: 900; }
.step-card h3 { margin: 71px 0 13px; max-width: 180px; font-size: 19px; line-height: 1.25; letter-spacing: -.025em; }
.step-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.seller-section { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--navy); color: white; }
.seller-image { min-height: 620px; background: linear-gradient(90deg, rgba(6,23,34,.1), rgba(6,23,34,.58)), var(--inventory) center/cover no-repeat; }
.seller-content { padding: 95px max(50px, calc((100vw - 1220px)/2)); padding-left: 70px; display: flex; flex-direction: column; justify-content: center; }
.seller-content h2 { max-width: 590px; }
.seller-content > p:not(.kicker) { max-width: 590px; margin: 24px 0; color: #c0cdd1; font-size: 15px; line-height: 1.75; }
.seller-content ul { list-style: none; margin: 0 0 31px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); }
.seller-content li { display: flex; align-items: center; gap: 12px; padding: 8px 0; font-size: 13px; font-weight: 700; }
.seller-content li svg { color: var(--accent); }
.seller-content .button { align-self: flex-start; }

.circular-section { background: #e8ebdf; }
.circular-grid { display: grid; grid-template-columns: 230px 1.15fr .85fr; align-items: center; gap: 65px; }
.circular-mark { width: 210px; height: 210px; border: 1px solid #9ca88c; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 15px; transform: rotate(-7deg); }
.circular-mark svg { color: #64752c; }
.circular-mark span { font-size: 10px; line-height: 1.7; font-weight: 900; letter-spacing: .12em; }
.circular-grid h2 { max-width: 580px; }
.circular-grid > div:last-child p { color: #4f5e5e; line-height: 1.75; }
.circular-grid > div:last-child a { display: inline-flex; gap: 8px; align-items: center; margin-top: 13px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 900; }

.newsletter-section { padding: 46px 0; background: var(--accent); }
.newsletter-section { scroll-margin-top: 76px; }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 60px; }
.newsletter-grid h2 { margin: 0 0 6px; font-size: 31px; letter-spacing: -.04em; }
.newsletter-grid p { margin: 0; font-size: 12px; }
.newsletter-grid form { display: grid; grid-template-columns: 1fr auto; }
.newsletter-grid input { width: 100%; height: 53px; padding: 0 17px; border: 1px solid rgba(6,23,34,.4); border-right: 0; background: rgba(255,255,255,.8); outline: none; }
.newsletter-grid button { min-height: 53px; border-radius: 0; }
.newsletter-grid form.subscribed input { opacity: .55; }
.editor-content { padding: 50px 0; background: white; }
.editor-content > .container > *:first-child { margin-top: 0; }
.editor-content > .container > *:last-child { margin-bottom: 0; }

footer { padding: 76px 0 24px; background: var(--ink); color: white; }
.content-shell { min-height: 65vh; padding: 80px 0; background: var(--paper); }
.content-grid { display: grid; gap: 24px; }
.content-card { padding: clamp(28px, 5vw, 64px); background: white; border: 1px solid var(--line); }
.content-card h1 { margin-top: 0; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.045em; }
.content-card p { color: var(--muted); line-height: 1.75; }
.footer-main { display: grid; grid-template-columns: 2.2fr 1fr 1.2fr 1fr; gap: 55px; padding-bottom: 65px; }
footer .brand-mark i { background: white; }
footer .brand-mark i:nth-child(2) { background: var(--accent); }
.footer-brand p { margin: 16px 0 12px; color: #d0d8db; font-size: 12px; }
.footer-brand small { display: block; max-width: 360px; color: #74848b; font-size: 10px; line-height: 1.55; }
.footer-main h3 { margin: 4px 0 17px; color: #8e9ca1; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main a, .footer-main span { margin: 5px 0; color: #d0d8db; font-size: 11px; }
.footer-main a:hover { color: var(--accent); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: #75858b; font-size: 9px; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a:hover { color: white; }

@keyframes riseIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroReveal { from { opacity: .2; transform: scale(1.03); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; margin-right: 18px; }
  .main-nav > a { font-size: 11px; }
  .sign-in { display: none; }
  .search-panel { grid-template-columns: 1.5fr 1fr 1fr; }
  .search-panel label:nth-of-type(4) { border-top: 1px solid var(--line); }
  .search-submit { grid-column: span 2; border-top: 1px solid var(--line); }
  .auction-grid { grid-template-columns: repeat(2, 1fr); }
  .auction-image { height: 255px; }
  .seller-content { padding-left: 50px; padding-right: 45px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 720px); }
  .utility-inner > span:last-child { display: none; }
  .site-header { height: 68px; }
  .register, .sign-in { display: none; }
  .menu-button { display: grid; place-items: center; }
  .main-nav { position: absolute; top: 68px; left: 0; width: 100%; margin: 0; padding: 18px 24px 26px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border-top: 1px solid var(--line); box-shadow: 0 20px 30px rgba(6,23,34,.12); }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .main-nav > a::after { display: none; }
  .mobile-actions { display: flex; gap: 10px; padding-top: 18px; }
  .hero, .hero-content { min-height: 600px; }
  .hero::before { background: linear-gradient(90deg, rgba(5,23,34,.97), rgba(5,23,34,.67)), var(--hero) center/cover no-repeat; }
  .hero-content { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-rail { display: none; }
  .hero-intro { max-width: 560px; }
  .search-panel { grid-template-columns: 1fr 1fr; }
  .search-input { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }
  .search-panel label:nth-of-type(3) { border-top: 1px solid var(--line); }
  .search-panel label:nth-of-type(4) { border-top: 1px solid var(--line); }
  .search-submit { grid-column: 1 / -1; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .seller-section { grid-template-columns: 1fr; }
  .seller-image { min-height: 390px; }
  .seller-content { padding: 70px 40px; }
  .circular-grid { grid-template-columns: 190px 1fr; gap: 40px; }
  .circular-grid > div:last-child { grid-column: 2; }
  .circular-mark { width: 180px; height: 180px; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-main > div:last-child { display: none; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 24px, 540px); }
  .utility-bar { height: 28px; }
  .brand-word { font-size: 20px; }
  .brand-mark { width: 28px; height: 28px; }
  .language-switch { border: 0; padding-right: 3px; }
  .hero, .hero-content { min-height: 620px; }
  .hero-content { padding-top: 54px; padding-bottom: 76px; align-items: center; }
  .hero h1 { font-size: 48px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .search-band { margin-top: -28px; }
  .search-band > .container { width: calc(100% - 20px); padding: 22px 15px 16px; }
  .search-heading { align-items: flex-start; }
  .inventory-mode { display: none; }
  .search-panel { grid-template-columns: 1fr; }
  .search-input, .search-submit { grid-column: auto; }
  .search-panel label { border-right: 0; border-bottom: 1px solid var(--line); }
  .search-panel label:nth-of-type(3), .search-panel label:nth-of-type(4) { border-top: 0; }
  .section { padding: 75px 0; }
  .section-heading { align-items: flex-start; gap: 18px; }
  .results-count { display: none; }
  .auction-grid { grid-template-columns: 1fr; }
  .auction-image { height: 250px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 118px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 235px; }
  .step-card h3 { margin-top: 48px; }
  .seller-image { min-height: 300px; }
  .seller-content { padding: 62px 24px; }
  .circular-grid { grid-template-columns: 1fr; gap: 34px; }
  .circular-grid > div:last-child { grid-column: auto; }
  .circular-mark { width: 165px; height: 165px; }
  .newsletter-grid { grid-template-columns: 1fr; gap: 24px; }
  .newsletter-grid form { grid-template-columns: 1fr; }
  .newsletter-grid input { border-right: 1px solid rgba(6,23,34,.4); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 15px; }
  .footer-bottom div { flex-wrap: wrap; gap: 10px 16px; }
}
