body { background: #fff; }
select, textarea { font: inherit; }
.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; }
.section-kicker { margin: 0 0 10px; color: var(--gold-700); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.journey-hero { padding: 34px 0 0; background: linear-gradient(180deg, #f7f9fd 0%, #fff 100%); }
.journey-hero .breadcrumbs { margin-bottom: 25px; }
.journey-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.journey-heading h1 { max-width: 780px; margin: 0; color: var(--navy-950); font: 700 clamp(2.35rem, 3.7vw, 3.7rem)/1.04 var(--display); letter-spacing: -.05em; }
.journey-heading > div:first-child > p:last-child { max-width: 620px; margin: 16px 0 0; color: var(--ink-soft); font-size: 1.02rem; }
.journey-note { flex: 0 0 auto; display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: center; padding: 16px 18px; border-left: 3px solid var(--gold-500); background: white; box-shadow: var(--shadow-soft); }
.journey-note > i { color: var(--gold-600); font-size: 1.55rem; }
.journey-note span { display: grid; }
.journey-note strong { color: var(--navy-950); font-family: var(--display); }
.journey-note small { color: var(--muted); }
.journey-switcher { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; padding: 8px; border: 1px solid var(--line); border-radius: 14px 14px 0 0; background: #eef2f8; }
.journey-tab { position: relative; min-width: 0; display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: center; padding: 16px 18px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: var(--ink-soft); text-align: left; cursor: pointer; transition: background-color 180ms var(--ease), border-color 180ms var(--ease), box-shadow 180ms var(--ease); }
.journey-tab > i { color: var(--gold-700); font-size: 1.35rem; }
.journey-tab span { min-width: 0; display: grid; gap: 1px; }
.journey-tab strong { color: var(--navy-950); font: 700 1rem var(--display); }
.journey-tab small { overflow: hidden; color: var(--muted); font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.journey-tab.is-active { border-color: var(--line-strong); background: white; box-shadow: 0 10px 28px rgb(16 24 42 / .08); }
.journey-tab.is-active::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: -9px; height: 3px; background: var(--gold-gradient); }

.transaction-system { min-height: 700px; }
.filter-sticky { position: sticky; top: var(--header-h); z-index: 80; padding: 14px 0; border-bottom: 1px solid var(--line); background: rgb(255 255 255 / .94); backdrop-filter: blur(18px) saturate(150%); }
.filter-bar { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr) auto auto; gap: 8px; align-items: stretch; }
.filter-bar > label { min-width: 0; display: grid; gap: 1px; height: 54px; padding: 7px 12px; border: 1px solid var(--line-strong); border-radius: 9px; background: #fbfcfe; }
.filter-bar > label > span { color: var(--muted); font-size: .62rem; font-weight: 700; }
.filter-bar select, .filter-bar input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--navy-900); font-weight: 650; }
.filter-bar .keyword-field { grid-template-columns: auto 1fr; align-items: center; gap: 8px; padding-top: 0; padding-bottom: 0; }
.keyword-field > i { color: var(--gold-700); font-size: 1.15rem; }
.filter-more { position: relative; min-height: 54px; border-color: var(--line-strong); background: white; color: var(--navy-900); }
.filter-more b { position: absolute; right: -5px; top: -7px; min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-950); color: #f4cc63; font-size: .65rem; }
.filter-submit { min-height: 54px; }

.catalog-shell { padding: 30px 0 100px; }
.category-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.category-links a { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 11px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #f8faff; transition: transform 180ms var(--ease), border-color 180ms var(--ease), background-color 180ms var(--ease); }
.category-links a:hover { transform: translateY(-2px); border-color: #d0ae5f; background: #fffdf8; }
.category-links i { color: var(--gold-700); font-size: 1.35rem; }
.category-links span { display: grid; }
.category-links strong { color: var(--navy-950); font-family: var(--display); }
.category-links small { color: var(--muted); }
.results-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 38px 0 22px; }
.results-head h2 { margin: 0; color: var(--navy-950); font: 700 clamp(1.8rem, 3vw, 2.7rem)/1.05 var(--display); letter-spacing: -.045em; }
.active-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.active-chips:empty { display: none; }
.active-chips button { display: inline-flex; align-items: center; gap: 5px; min-height: 30px; padding: 0 9px; border: 1px solid #dfc87f; border-radius: 7px; background: #fff9e7; color: #684200; font-size: .72rem; font-weight: 700; cursor: pointer; }
.sort-control { display: grid; gap: 3px; min-width: 180px; }
.sort-control span { color: var(--muted); font-size: .68rem; font-weight: 700; }
.sort-control select { height: 42px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 8px; background: white; color: var(--navy-900); font-weight: 650; }
.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.listing-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: white; transition: transform 200ms var(--ease), box-shadow 200ms var(--ease); }
.listing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.card-main { height: 100%; display: flex; flex-direction: column; }
.listing-media { position: relative; height: 235px; overflow: hidden; background: var(--surface-blue); }
.listing-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 450ms var(--ease); }
.listing-card:hover .listing-media img { transform: scale(1.035); }
.listing-media > span:first-of-type { position: absolute; left: 12px; bottom: 12px; padding: 4px 8px; border-radius: 6px; background: rgb(12 20 36 / .82); color: white; font-size: .67rem; font-weight: 700; }
.save-button { position: absolute; right: 12px; top: 12px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / .7); border-radius: 50%; background: rgb(255 255 255 / .92); color: var(--navy-900); font-size: 1.12rem; box-shadow: 0 6px 16px rgb(16 24 42 / .13); }
.listing-body { flex: 1; display: flex; flex-direction: column; padding: 19px; }
.price-row { display: flex; align-items: baseline; gap: 9px; }
.price-row strong { color: var(--navy-950); font: 750 1.43rem var(--display); }
.price-row > span { color: var(--navy-700); font-size: .76rem; font-weight: 700; }
.facts { display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 12px 0; color: var(--ink-soft); font-size: .77rem; }
.facts span { display: inline-flex; align-items: center; gap: 4px; }
.facts i { color: var(--gold-700); }
.listing-body h3 { margin: 0; color: var(--navy-950); font: 700 1.08rem/1.28 var(--display); letter-spacing: -.02em; }
.listing-body > p { margin: 7px 0 15px; color: var(--muted); font-size: .82rem; }
.verified { display: inline-flex; align-items: center; gap: 5px; width: max-content; max-width: 100%; margin-top: auto; padding: 5px 8px; border-radius: 6px; color: #765000; background: #fff5d6; font-weight: 700; }
.verified i { font-size: 1rem; }
.similar-more { display: flex; justify-content: center; margin-top: 28px; }
.similar-more[hidden] { display: none; }
.similar-more-link { width: min(100%, 720px); min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 18px 16px 24px; border: 1px solid #d9c178; border-radius: 12px; color: var(--navy-950); background: linear-gradient(115deg, #fffdf7 0%, #fff7d8 62%, #f9dc7a 100%); box-shadow: 0 14px 34px rgb(20 28 47 / .08); transition: transform 200ms var(--ease), border-color 200ms var(--ease), box-shadow 200ms var(--ease); }
.similar-more-link:hover { transform: translateY(-2px); border-color: var(--gold-600); box-shadow: 0 18px 38px rgb(20 28 47 / .13); }
.similar-more-link > span { display: grid; gap: 3px; min-width: 0; }
.similar-more-link small { color: #7d6937; font-size: .68rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.similar-more-link strong { font: 750 clamp(1rem, 2vw, 1.18rem)/1.25 var(--display); letter-spacing: -.02em; }
.similar-more-link > i { flex: 0 0 46px; height: 46px; display: grid; place-items: center; border-radius: 9px; color: #f8d568; background: var(--navy-950); font-size: 1.25rem; transition: transform 200ms var(--ease); }
.similar-more-link:hover > i { transform: translateX(3px); }
.zero-state { display: grid; justify-items: center; gap: 8px; margin-top: 22px; padding: 70px 20px; border: 1px dashed var(--line-strong); border-radius: 12px; background: #f8faff; text-align: center; }
.zero-state[hidden] { display: none; }
.zero-state > i { color: var(--gold-600); font-size: 2.2rem; }
.zero-state h3 { margin: 0; color: var(--navy-950); font: 700 1.3rem var(--display); }
.zero-state p { margin: 0 0 8px; color: var(--muted); }

.rent-guide { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 19px 22px; border-left: 3px solid var(--gold-500); background: #f7f9fd; }
.rent-guide > i { color: var(--gold-700); font-size: 1.5rem; }
.rent-guide strong { color: var(--navy-950); font-family: var(--display); }
.rent-guide p { margin: 2px 0 0; color: var(--ink-soft); }
.rent-guide a { color: var(--gold-700); font-weight: 700; }
.rent-terms { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); }
.rent-terms span { padding: 4px 7px; border-radius: 5px; background: #f2f5fa; color: var(--ink-soft); font-size: .68rem; font-weight: 650; }

.sell-system { padding: 80px 0 100px; background: linear-gradient(180deg, #f4f6fa, white); }
.sell-layout { display: grid; grid-template-columns: 1fr minmax(480px, .82fr); gap: clamp(55px, 8vw, 105px); align-items: start; }
.sell-copy { position: sticky; top: 110px; }
.sell-copy h2 { max-width: 650px; margin: 0; color: var(--navy-950); font: 700 clamp(2.5rem, 4.8vw, 4.25rem)/1.02 var(--display); letter-spacing: -.06em; }
.sell-copy > p:not(.section-kicker) { max-width: 630px; margin: 22px 0 0; color: var(--ink-soft); font-size: 1.02rem; }
.sell-steps { display: grid; margin-top: 32px; border-top: 1px solid var(--line-strong); }
.sell-steps > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.sell-steps > div > span { color: var(--gold-700); font: 750 .78rem var(--display); }
.sell-steps p { display: grid; gap: 2px; margin: 0; }
.sell-steps strong { color: var(--navy-950); }
.sell-steps small { color: var(--muted); }
.sell-proof { display: flex; flex-wrap: wrap; gap: 9px 16px; margin-top: 24px; color: var(--ink-soft); font-size: .76rem; font-weight: 650; }
.sell-proof span { display: inline-flex; align-items: center; gap: 5px; }
.sell-proof i { color: var(--gold-600); }
.sell-form { padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 24px 70px rgb(16 24 42 / .11); }
.form-heading > span { color: var(--gold-700); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.form-heading h3 { margin: 4px 0 2px; color: var(--navy-950); font: 700 1.65rem var(--display); }
.form-heading p { margin: 0; color: var(--muted); }
.sell-form fieldset { margin: 24px 0 0; padding: 0; border: 0; }
.sell-form legend, .form-field > span { margin-bottom: 8px; color: var(--ink-soft); font-size: .74rem; font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 72px; display: grid; place-items: center; align-content: center; gap: 4px; border: 1px solid var(--line-strong); border-radius: 9px; background: #fbfcfe; color: var(--ink-soft); font-size: .75rem; font-weight: 700; }
.choice-grid label > span i { color: var(--gold-700); font-size: 1.25rem; }
.choice-grid input:checked + span { border-color: var(--navy-950); background: var(--navy-950); color: #fff7d9; box-shadow: 0 0 0 3px rgb(199 140 22 / .15); }
.choice-grid input:checked + span i { color: #f1c95c; }
.form-field { display: grid; margin-top: 17px; }
.form-field > input, .input-unit, .form-field select { min-width: 0; width: 100%; height: 50px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fbfcfe; }
.form-field > input { padding: 0 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.input-unit { display: grid; grid-template-columns: 1fr auto; align-items: center; overflow: hidden; }
.input-unit input { min-width: 0; height: 100%; padding: 0 13px; border: 0; outline: 0; background: transparent; }
.input-unit em { padding: 0 13px; color: var(--muted); font-style: normal; }
.form-field input:focus, .input-unit:focus-within { outline: 0; border-color: var(--gold-500); box-shadow: 0 0 0 3px rgb(199 140 22 / .12); }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: start; margin: 18px 0; color: var(--ink-soft); font-size: .75rem; }
.consent input { margin-top: 4px; accent-color: var(--gold-600); }
.sell-submit { width: 100%; min-height: 50px; }
.sell-form > small { display: block; margin-top: 10px; color: var(--muted); text-align: center; }
.form-success { grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin-top: 18px; padding: 14px; border: 1px solid #c8d9c9; border-radius: 8px; background: #f2f8f2; color: #234c2c; }
.form-success:not([hidden]) { display: grid; }
.form-success > i { font-size: 1.3rem; }
.form-success p { margin: 3px 0 0; }

.filter-overlay { position: fixed; inset: 0; z-index: 490; background: rgb(8 13 24 / .56); backdrop-filter: blur(3px); }
.filter-drawer { position: fixed; right: 0; top: 0; bottom: 0; z-index: 500; width: min(480px, 100%); display: grid; grid-template-rows: auto 1fr auto; padding: 24px; background: white; box-shadow: -20px 0 60px rgb(16 24 42 / .2); transform: translateX(105%); visibility: hidden; transition: transform 220ms var(--ease), visibility 0s linear 220ms; }
.filter-drawer.is-open { transform: translateX(0); visibility: visible; transition: transform 220ms var(--ease); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.drawer-head > div { display: grid; }
.drawer-head span { color: var(--gold-700); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.drawer-head h2 { margin: 2px 0 0; color: var(--navy-950); font: 700 1.55rem var(--display); }
.drawer-form { overflow-y: auto; padding: 4px 3px 20px 0; }
.drawer-form fieldset { margin: 0; padding: 22px 0; border: 0; border-bottom: 1px solid var(--line); }
.drawer-form legend { margin-bottom: 12px; color: var(--navy-950); font: 700 .92rem var(--display); }
.range-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.range-row label { display: grid; gap: 5px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.range-row input, .range-row select { min-width: 0; width: 100%; height: 44px; padding: 0 10px; border: 1px solid var(--line-strong); border-radius: 7px; background: #fbfcfe; }
.check-buttons { display: flex; flex-wrap: wrap; gap: 7px; }
.check-buttons label, .checkbox-list label { cursor: pointer; }
.check-buttons input, .checkbox-list input { position: absolute; opacity: 0; pointer-events: none; }
.check-buttons span { min-height: 38px; display: inline-flex; align-items: center; padding: 0 11px; border: 1px solid var(--line-strong); border-radius: 7px; background: white; color: var(--ink-soft); font-size: .76rem; font-weight: 700; }
.check-buttons input:checked + span { border-color: var(--navy-950); background: var(--navy-950); color: #f6d26d; }
.checkbox-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.checkbox-list label > span { min-height: 40px; display: flex; align-items: center; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px; background: #fbfcfe; color: var(--ink-soft); font-size: .75rem; font-weight: 650; }
.checkbox-list input:checked + span { border-color: #c7962c; background: #fff8e4; color: #684200; }
.checkbox-wide { grid-template-columns: 1fr; }
.drawer-actions { display: grid; grid-template-columns: 1fr 1.35fr; gap: 9px; padding-top: 18px; border-top: 1px solid var(--line); }

@media (max-width: 1100px) {
  .filter-bar { grid-template-columns: 1.25fr repeat(2, 1fr) auto auto; }
  .filter-bar > label:nth-of-type(4) { display: none; }
  .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sell-layout { grid-template-columns: 1fr 460px; gap: 45px; }
}

@media (max-width: 900px) {
  .journey-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .journey-note { align-self: stretch; }
  .journey-switcher { overflow-x: auto; grid-template-columns: repeat(3, minmax(245px, 1fr)); scrollbar-width: none; }
  .filter-sticky { position: static; }
  .filter-bar { grid-template-columns: 1fr 1fr 1fr; }
  .keyword-field { grid-column: 1 / -1; }
  .filter-bar > label:nth-of-type(4) { display: grid; }
  .category-links { grid-template-columns: 1fr 1fr; }
  .sell-layout { grid-template-columns: 1fr; }
  .sell-copy { position: static; }
}

@media (max-width: 700px) {
  .journey-hero { padding-top: 22px; }
  .journey-heading h1 { font-size: 2.65rem; }
  .journey-note { display: none; }
  .journey-switcher { width: calc(100% + 12px); margin-top: 28px; margin-right: -12px; padding-right: 12px; border-right: 0; border-radius: 12px 0 0; grid-template-columns: repeat(3, 230px); scroll-snap-type: x mandatory; }
  .journey-tab { scroll-snap-align: start; }
  .filter-sticky { padding: 11px 0; }
  .filter-bar { grid-template-columns: 1fr 1fr; }
  .keyword-field { grid-column: 1 / -1; }
  .filter-bar > label { height: 50px; }
  .filter-bar > label:nth-of-type(3), .filter-bar > label:nth-of-type(4) { display: none; }
  .filter-more, .filter-submit { min-height: 46px; padding-inline: 12px; }
  .catalog-shell { padding-top: 22px; padding-bottom: 70px; }
  .category-links { display: flex; gap: 8px; margin-right: -12px; padding-right: 12px; overflow-x: auto; scrollbar-width: none; }
  .category-links a { flex: 0 0 170px; }
  .results-head { align-items: flex-start; flex-direction: column; margin-top: 30px; }
  .results-head h2 { font-size: 2rem; }
  .sort-control { width: 100%; }
  .listing-grid { grid-template-columns: 1fr; }
  .listing-media { height: 235px; }
  .similar-more { margin-top: 20px; }
  .similar-more-link { min-height: 76px; gap: 14px; padding: 14px 13px 14px 16px; }
  .similar-more-link small { font-size: .61rem; }
  .similar-more-link strong { font-size: .94rem; }
  .similar-more-link > i { flex-basis: 42px; height: 42px; }
  .rent-guide { grid-template-columns: auto 1fr; padding: 16px; }
  .rent-guide a { grid-column: 2; }
  .sell-system { padding: 62px 0 70px; }
  .sell-copy h2 { font-size: 2.7rem; }
  .sell-form { padding: 22px 17px; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .filter-drawer { top: auto; width: 100%; max-height: 88dvh; border-radius: 18px 18px 0 0; transform: translateY(105%); }
  .filter-drawer.is-open { transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .journey-tab, .listing-card, .listing-media img, .filter-drawer { transition: none !important; }
}
