
:root {
  --ink: #182c27;
  --forest: #205949;
  --forest2: #327360;
  --coral: #df765b;
  --cream: #f7f5ee;
  --sand: #eee8dc;
  --lilac: #d7d0ed;
  --line: #dfe3da;
  --muted: #65756c;
  --white: #fff;
  --shadow: 0 20px 60px #172e2410;
  --radius: 23px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter,'Segoe UI',Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
}
button,input,select,textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}
button:disabled {
  opacity: .48;
  cursor: not-allowed;
}
svg {
  display: block;
}
p {
  line-height: 1.6;
}
.wrap {
  width: min(1240px,calc(100% - 48px));
  margin: 0 auto;
}
.small {
  font-size: 12px;
  color: var(--muted);
}
.muted {
  color: var(--muted);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 850;
  color: var(--forest);
}
.inline-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.btn {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  border-radius: 13px;
  padding: 12px 19px;
  background: var(--forest);
  color: white;
  font-weight: 790;
  font-size: 13px;
  white-space: normal;
}
.btn:hover {
  filter: brightness(1.06);
}
.btn.coral {
  background: var(--coral);
  color: #251c18;
}
.btn.ink {
  background: var(--ink);
  color: white;
}
.btn.soft {
  background: var(--sand);
  color: var(--ink);
}
.btn.outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid #bbc9be;
}
.btn.sm {
  min-height: 37px;
  padding: 8px 13px;
  font-size: 12px;
}
.btn.full {
  width: 100%;
}
.pill {
  font-size: 11px;
  font-weight: 800;
  padding: 7px 11px;
  border-radius: 100px;
  background: #e8eee7;
  color: #245b48;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.demo {
  background: #fff2e6;
  color: #955239;
}
.hidden {
  display: none !important;
}
header {
  position: sticky;
  top: 0;
  z-index: 35;
  background: #f7f5eef2;
  border-bottom: 1px solid #e0e4db;
  backdrop-filter: blur(14px);
}
.topbar {
  display: flex;
  gap: 24px;
  align-items: center;
  min-height: 82px;
}
.brand {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -.085em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 11px;
  line-height: 1;
}
.brand .mark {
  background: var(--coral);
  width: 33px;
  height: 33px;
  border-radius: 11px 11px 4px 11px;
  transform: rotate(-13deg);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0;
}
.brand .dotbrand {
  color: var(--coral);
}
.toplinks {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: auto;
}
.navbtn,.header-action {
  border: 0;
  background: none;
  font-size: 13px;
  font-weight: 750;
  color: #425b4e;
  padding: 10px 0;
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.navbtn.active {
  color: var(--forest);
  box-shadow: inset 0 -2px var(--coral);
}
.head-actions {
  display: flex;
  gap: 13px;
  align-items: center;
}
.count-bubble {
  background: var(--coral);
  color: #251c18;
  padding: 1px 5px;
  font-size: 10px;
  border-radius: 100px;
}
.mobilecats,.bottom-nav {
  display: none;
}
.view {
  display: none;
}
.view.active {
  display: block;
}
.hero {
  padding-top: 30px;
}
.hero-inner {
  border-radius: 31px;
  background: #e9e6dc;
  min-height: 435px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
}
.hero-copy {
  padding: 52px 20px 54px 57px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.hero h1 {
  font-size: clamp(43px,5vw,72px);
  font-weight: 830;
  letter-spacing: -.07em;
  line-height: 1.04;
  margin: 19px 0 19px;
  max-width: 640px;
}
.italic {
  font-family: Georgia,serif;
  color: var(--forest);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.06em;
}
.hero p {
  font-size: 15px;
  max-width: 480px;
  color: #56685b;
}
.hero-art {
  background: #c6d3c4;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.hero-art:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 320px;
  height: 320px;
  background: #f9ddab;
  right: 10%;
  top: 5%;
}
.hill {
  position: absolute;
  bottom: -5%;
  left: -12%;
  width: 125%;
  height: 55%;
  background: #86a99a;
  clip-path: polygon(0 50%,14% 35%,27% 61%,44% 21%,60% 54%,75% 26%,100% 48%,100% 100%,0 100%);
}
.hill.second {
  height: 40%;
  background: #3b7060;
  clip-path: polygon(0 57%,19% 28%,35% 53%,51% 26%,66% 47%,85% 13%,100% 39%,100% 100%,0 100%);
}
.city {
  position: absolute;
  bottom: -3%;
  left: 8%;
  right: 7%;
  height: 57%;
  display: flex;
  align-items: end;
  gap: 11px;
  filter: drop-shadow(8px 12px 0 #18493b30);
}
.tower {
  height: 100%;
  flex: 1;
  border-radius: 11px 11px 0 0;
  background: #f5e6d3;
  position: relative;
  overflow: hidden;
}
.tower:nth-child(2) {
  height: 77%;
  background: #df9c80;
}
.tower:nth-child(3) {
  height: 93%;
  background: #fff5e3;
}
.tower:nth-child(4) {
  height: 67%;
  background: #d47759;
}
.tower:after {
  content: "";
  position: absolute;
  inset: 14% 12%;
  background: repeating-linear-gradient(90deg,transparent 0 17%,#37675a 17% 26%,transparent 26% 38%),repeating-linear-gradient(0deg,transparent 0 13%,#37675a 13% 20%,transparent 20% 27%);
  opacity: .75;
}
.art-sticker {
  position: absolute;
  right: 19px;
  top: 20px;
  background: #fff9e8;
  border: 1px solid #fff;
  border-radius: 17px;
  padding: 12px 16px;
  transform: rotate(4deg);
  font-size: 11px;
  font-weight: 850;
}
.art-sticker.bottom {
  top: auto;
  right: auto;
  left: 20px;
  bottom: 18px;
  transform: rotate(-3deg);
  background: var(--ink);
  color: white;
}
.finder {
  position: relative;
  z-index: 2;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 22px;
  margin: -30px auto 0;
  max-width: 1100px;
  padding: 17px;
  display: grid;
  grid-template-columns: 1.1fr 1.8fr 1.2fr auto;
  gap: 10px;
  align-items: end;
}
.field {
  min-width: 0;
}
.field label {
  display: block;
  font-size: 11px;
  font-weight: 820;
  color: #52665a;
  margin: 0 0 8px;
}
.field input,.field select,.field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid #dce3d9;
  background: #fafbf8;
  color: var(--ink);
  border-radius: 11px;
  padding: 11px 12px;
  font-size: 13px;
  min-height: 44px;
}
.field textarea {
  min-height: 105px;
  resize: vertical;
  line-height: 1.6;
}
.field input::placeholder,.field textarea::placeholder {
  color: #87958b;
}
.field input:focus,.field select:focus,.field textarea:focus {
  border-color: #639784;
  outline: 2px solid #bbdbc9;
  outline-offset: 0;
}
.finder .btn {
  min-height: 44px;
}
.section {
  padding: 75px 0 5px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 24px;
}
.section-head h2 {
  font-size: clamp(29px,3vw,41px);
  line-height: 1.1;
  letter-spacing: -.055em;
  margin: 9px 0 6px;
}
.section-head p {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}
.textbutton {
  border: none;
  background: none;
  color: var(--forest);
  font-weight: 820;
  font-size: 13px;
  padding: 8px 0;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 13px;
}
.cat-tile {
  min-height: 162px;
  border-radius: 21px;
  background: white;
  border: 1px solid #e7e9e0;
  padding: 21px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform .18s;
  gap: 9px;
}
.cat-tile:hover,.listing:hover {
  transform: translateY(-3px);
}
.cat-tile strong {
  font-size: 17px;
  letter-spacing: -.035em;
}
.cat-tile small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.cat-symbol {
  width: 48px;
  height: 48px;
  border-radius: 17px;
  background: #e2ebe4;
  color: #205949;
  display: grid;
  place-items: center;
}
.cat-symbol.vehicle {
  background: #f9e4d5;
  color: #b7593e;
}
.cat-symbol.market {
  background: #e8e2f4;
  color: #69559e;
}
.cat-symbol.jobs {
  background: #f4e6c6;
  color: #8c6527;
}
.cat-symbol.services {
  background: #dceceb;
  color: #367976;
}
.listing-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 17px;
}
.listing {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e8de;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  transition: transform .18s,box-shadow .18s;
  min-width: 0;
}
.listing:hover {
  box-shadow: 0 17px 38px #172e2412;
}
.listing-cover {
  position: relative;
  border: 0;
  display: block;
  width: 100%;
  height: 212px;
  overflow: hidden;
  padding: 0;
  background: #e3e7dc;
}
.listing-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.artwork {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.artwork:before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #ffffff50;
  top: -110px;
  right: -50px;
}
.artwork:after {
  content: "";
  position: absolute;
  width: 310px;
  height: 110px;
  border-radius: 50%;
  background: #163d3216;
  bottom: -70px;
  left: 10%;
}
.artwork svg {
  height: 75%;
  width: 82%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 12px 14px #0e302021);
}
.artwork.home {
  background: linear-gradient(142deg,#d8e3d6,#b5cbb9);
}
.artwork.vehicle {
  background: linear-gradient(145deg,#e6d4c3,#ecdcbf);
}
.artwork.market {
  background: linear-gradient(140deg,#dbd4ec,#c7c0df);
}
.artwork.jobs {
  background: linear-gradient(145deg,#f4e3c6,#dccbb2);
}
.artwork.services {
  background: linear-gradient(145deg,#c9dfd5,#9cbfb2);
}
.cover-label {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  max-width: calc(100% - 66px);
}
.cover-label .pill {
  background: #fffffff2;
  color: #243e32;
  box-shadow: 0 2px 10px #0001;
}
.fav {
  position: absolute;
  z-index: 3;
  right: 12px;
  top: 12px;
  border: none;
  background: #fffffff2;
  color: var(--ink);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.fav.selected {
  color: #c25445;
}
.listing-body {
  padding: 17px 19px 19px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.listing-location {
  font-size: 10px;
  color: #637466;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.listing-title {
  display: block;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0;
  font-size: 17px;
  letter-spacing: -.035em;
  line-height: 1.3;
  font-weight: 790;
  margin: 8px 0;
  min-height: 44px;
  color: var(--ink);
}
.listing-price {
  font-size: 25px;
  letter-spacing: -.05em;
  font-weight: 880;
  margin-top: 4px;
}
.listing-meta {
  font-size: 11px;
  color: #68786c;
  margin: 11px 0;
  line-height: 1.7;
  min-height: 30px;
}
.listing-footer {
  border-top: 1px solid #ebeee8;
  padding-top: 13px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  color: #637267;
}
.listing-footer .view-ad {
  border: 0;
  background: none;
  color: var(--ink);
  padding: 8px 0 8px 8px;
  font-weight: 800;
  font-size: inherit;
  white-space: nowrap;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.feature-block {
  border-radius: 26px;
  min-height: 310px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  overflow: hidden;
}
.feature-block.dark {
  background: var(--ink);
  color: white;
}
.feature-block.lilac {
  background: #ded6ee;
  color: #2a2932;
}
.feature-block h2 {
  font-size: clamp(29px,3vw,42px);
  letter-spacing: -.055em;
  line-height: 1.1;
  max-width: 420px;
  margin: 16px 0 9px;
}
.feature-block p {
  font-size: 13px;
  line-height: 1.7;
  max-width: 390px;
  opacity: .85;
}
.feature-block .btn {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.orb {
  position: absolute;
  right: -90px;
  bottom: -145px;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  border: 52px solid #e78d6e;
  opacity: .3;
  pointer-events: none;
}
.lilac .orb {
  border-color: #8c80b9;
}
.notice-strip {
  margin: 66px 0 52px;
  background: var(--coral);
  border-radius: 24px;
  padding: 32px 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.notice-strip h2 {
  font-size: 29px;
  letter-spacing: -.05em;
  margin: 7px 0;
}
.notice-strip p {
  font-size: 13px;
  margin: 0;
}
.footer {
  border-top: 1px solid #dce2d8;
  padding: 30px 0 105px;
  font-size: 12px;
  color: var(--muted);
}
.foot-flex {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.page-intro {
  padding: 54px 0 30px;
}
.page-intro h1 {
  font-size: clamp(34px,4vw,51px);
  letter-spacing: -.065em;
  line-height: 1.07;
  margin: 11px 0;
}
.page-intro p {
  max-width: 680px;
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.browsecats {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 18px;
  scrollbar-width: thin;
}
.filter-chip {
  border: 1px solid #d8e0d5;
  border-radius: 100px;
  min-height: 40px;
  background: #fff;
  color: #3e5548;
  font-size: 12px;
  font-weight: 750;
  padding: 10px 17px;
  white-space: nowrap;
}
.filter-chip.active {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.browse-layout {
  display: grid;
  grid-template-columns: 255px minmax(0,1fr);
  gap: 25px;
  padding-bottom: 70px;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 23px;
}
.filter-panel {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.vehicle-guide {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin: 2px 0 14px;
}
.filter-warning {
  font-size: 12px;
  color: #9b412e;
  line-height: 1.5;
}
.filter-active-summary {
  font-size: 12px;
  color: var(--forest);
  line-height: 1.5;
  margin-top: 5px;
}
.vehicle-extra-title {
  margin: 20px 0 10px;
  font-size: 12px;
  font-weight: 850;
  color: var(--forest);
  letter-spacing: .035em;
}
.mobile-filter-toggle {
  display: none;
}
.panel h3 {
  margin: 0 0 9px;
  font-size: 19px;
  letter-spacing: -.04em;
}
.filter-panel .field {
  margin: 0;
}
.result-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.result-bar strong {
  font-size: 15px;
}
.result-bar select {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  font-size: 12px;
  color: var(--ink);
}
.empty {
  grid-column: 1/-1;
  background: #fff;
  border: 1px dashed #c9d6c8;
  border-radius: 23px;
  padding: 46px 28px;
  text-align: center;
}
.empty .cat-symbol {
  margin: 0 auto 15px;
}
.empty h3 {
  margin: 9px 0;
}
.empty p {
  font-size: 13px;
  color: var(--muted);
  max-width: 400px;
  margin: 0 auto 21px;
}
.form-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 350px;
  gap: 22px;
  padding-bottom: 75px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.form-grid .wide {
  grid-column: 1/-1;
}
.form-section {
  border-top: 1px solid #e7ece5;
  padding-top: 21px;
  margin-top: 24px;
}
.form-section h3 {
  font-size: 18px;
}
.help-card {
  align-self: start;
  border-radius: 24px;
  background: #dce8dd;
  padding: 27px;
}
.help-card h3 {
  font-size: 24px;
  letter-spacing: -.05em;
  margin: 12px 0;
}
.help-card p,.help-card li {
  font-size: 12px;
  line-height: 1.8;
  color: #415c4c;
}
.upload-preview {
  border-radius: 13px;
  border: 1px dashed #b5c6b7;
  background: #f6f8f4;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 12px;
  color: #627969;
}
.upload-preview img {
  max-width: 100%;
  max-height: 210px;
  object-fit: contain;
}
.form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 23px;
}
.detail-wrap {
  padding: 43px 0 80px;
}
.back-link {
  background: none;
  border: 0;
  color: var(--forest);
  font-weight: 820;
  padding: 8px 0;
  font-size: 13px;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 22px;
  margin-top: 17px;
}
.detail-main .large-cover {
  height: 415px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  background: #e0e7dc;
}
.large-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-main .artwork {
  position: absolute;
}
.detail-info {
  padding: 27px 0;
}
.detail-info h1 {
  font-size: clamp(30px,3.7vw,46px);
  line-height: 1.12;
  letter-spacing: -.055em;
  margin: 9px 0;
}
.detail-facts {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.detail-facts span {
  background: #fff;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 12px;
  font-weight: 740;
}
.detail-description {
  white-space: pre-wrap;
  line-height: 1.8;
  color: #42584a;
  font-size: 14px;
}
.seller-card {
  align-self: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 23px;
  padding: 26px;
  position: sticky;
  top: 105px;
}
.seller-card h2 {
  font-size: 30px;
  letter-spacing: -.055em;
  margin: 15px 0;
}
.seller-card p {
  font-size: 12px;
  color: var(--muted);
}
.side-person {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  margin: 19px 0;
  padding-top: 20px;
  font-size: 13px;
}
.avatar {
  height: 42px;
  width: 42px;
  background: #dbe8d9;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 850;
  color: var(--forest);
}
.manager-list {
  display: grid;
  gap: 12px;
  padding: 0 0 70px;
}
.manage-row {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 17px 19px;
}
.manage-row h3 {
  font-size: 15px;
  margin: 0 0 6px;
}
.manage-row p {
  font-size: 12px;
  margin: 0;
  color: var(--muted);
}
.manage-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.demo-notice {
  border: 1px solid #ead9c4;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff7e9;
  font-size: 12px;
  color: #7b5839;
  line-height: 1.6;
  margin: 15px 0;
}
.mini-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--muted);
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 65;
  background: #12251dc0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-backdrop.open {
  display: flex;
}
.modal {
  width: min(510px,100%);
  background: var(--cream);
  border-radius: 23px;
  padding: 27px;
  max-height: min(92vh,780px);
  overflow: auto;
  box-shadow: 0 30px 100px #0004;
}
.modal h2 {
  font-size: 26px;
  letter-spacing: -.045em;
  margin: 0 0 10px;
}
.modal .field {
  margin: 17px 0;
}
.modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.close {
  border: 0;
  background: #e8eadd;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  font-size: 20px;
}
.modal-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 18px;
}
#toast {
  position: fixed;
  left: 50%;
  bottom: 93px;
  transform: translateX(-50%);
  background: var(--ink);
  color: white;
  box-shadow: 0 14px 45px #0003;
  border-radius: 14px;
  padding: 13px 19px;
  font-size: 13px;
  z-index: 90;
  max-width: min(500px,calc(100% - 30px));
  display: none;
  line-height: 1.5;
}
@media (max-width:1040px) {
  .toplinks {
    gap: 12px;
  }
  .toplinks .navbtn {
    font-size: 12px;
  }
  .head-actions .header-action {
    display: none;
  }
  .hero-copy {
    padding-left: 35px;
  }
  .cat-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .listing-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .finder {
    grid-template-columns: 1fr 1.3fr 1fr;
  }
  .finder .btn {
    grid-column: 1/-1;
  }
  .browse-layout {
    grid-template-columns: 220px 1fr;
  }
  .form-layout {
    grid-template-columns: 1fr 290px;
  }
}
@media (max-width:750px) {
  .wrap {
    width: min(100% - 34px,660px);
  }
  .topbar {
    min-height: 70px;
  }
  .brand {
    font-size: 28px;
  }
  .toplinks {
    display: none;
  }
  .head-actions {
    margin-left: auto;
  }
  .mobilecats {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 9px;
  }
  .mobilecats .navbtn {
    white-space: nowrap;
    border-radius: 100px;
    background: #e9ede5;
    padding: 8px 13px;
    font-size: 11px;
  }
  .mobilecats .navbtn.active {
    background: var(--ink);
    color: #fff;
    box-shadow: none;
  }
  .bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fffdf9;
    z-index: 40;
    display: flex;
    border-top: 1px solid #dfe5da;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    justify-content: space-around;
    box-shadow: 0 -8px 35px #243d2812;
  }
  .bottom-nav button {
    background: none;
    border: 0;
    min-width: 52px;
    min-height: 52px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    font-size: 10px;
    color: #647569;
    font-weight: 750;
  }
  .bottom-nav button.active {
    color: var(--forest);
  }
  .bottom-nav button .icon {
    height: 21px;
    width: 21px;
  }
  .hero {
    padding-top: 15px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 33px 26px 29px;
    min-height: 325px;
  }
  .hero h1 {
    font-size: clamp(39px,9vw,53px);
  }
  .hero-art {
    min-height: 230px;
  }
  .finder {
    margin: 12px auto 0;
    grid-template-columns: 1fr 1fr;
  }
  .finder .field:nth-child(2) {
    grid-column: 1/-1;
  }
  .section {
    padding-top: 50px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-block {
    min-height: 300px;
  }
  .notice-strip {
    flex-direction: column;
    align-items: start;
    padding: 27px;
  }
  .footer {
    padding-bottom: 125px;
  }
  .browse-layout,.form-layout,.detail-layout {
    grid-template-columns: 1fr;
  }
  .mobile-filter-toggle {
    display: inline-flex;
    justify-self: start;
  }
  .filter-panel.mobile-collapsed {
    display: none;
  }
  .filter-panel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .filter-panel h3,.filter-panel #extras,.filter-panel #reset-filters {
    grid-column: 1/-1;
  }
  .seller-card {
    position: static;
  }
  .detail-main .large-cover {
    height: 310px;
  }
  .page-intro {
    padding-top: 35px;
  }
  .help-card {
    order: -1;
  }
  .manage-row {
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width:470px) {
  .brand {
    font-size: 26px;
  }
  .brand .mark {
    height: 30px;
    width: 30px;
  }
  .head-actions .btn {
    padding: 8px 12px;
    min-height: 40px;
  }
  .hero-copy {
    min-height: 300px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-art {
    min-height: 220px;
  }
  .finder {
    grid-template-columns: 1fr;
  }
  .finder .field:nth-child(2),.finder .btn {
    grid-column: 1/-1;
  }
  .section-head {
    flex-direction: column;
    align-items: start;
  }
  .cat-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  .cat-tile {
    min-height: 150px;
    padding: 16px;
  }
  .listing-grid {
    grid-template-columns: 1fr;
  }
  .listing-cover {
    height: 225px;
  }
  .filter-panel,.form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .wide {
    grid-column: auto;
  }
  .result-bar {
    align-items: start;
    flex-direction: column;
  }
  .detail-main .large-cover {
    height: 245px;
  }
  .detail-info {
    padding-top: 20px;
  }
  .modal {
    padding: 22px;
  }
  .modal-actions .btn {
    flex: 1;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
.storage-notice {
  background: #fff2e4;
  border-bottom: 1px solid #e5c5ab;
  color: #63442c;
  padding: 11px 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.storage-notice[hidden] {
  display: none;
}
.mobile-see-results {
  display: none;
  width: 100%;
  margin-top: 10px;
}
@media (max-width:750px) {
  .mobile-see-results {
    display: flex;
  }
}
[hidden] {
  display: none !important;
}
.account-wrap {
  padding-bottom: 80px;
}
.account-panel {
  max-width: 550px;
  margin: 12px auto 0;
  padding: 30px;
}
.account-panel h2 {
  letter-spacing: -.04em;
  margin-top: 0;
}
.account-panel form {
  display: grid;
  gap: 16px;
}
.account-panel .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width:560px) {
  .account-panel {
    padding: 22px;
  }
}

/* Image enlargement reuses the already-loaded local image or SVG artwork. */
.large-cover.zoom-trigger {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: zoom-in;
}
.preview-zoom {
  display: grid;
  place-items: center;
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  cursor: zoom-in;
}
.image-dialog {
  width: min(96vw, 1100px);
  max-width: none;
  max-height: 94vh;
  padding: 12px;
  border: 0;
  border-radius: 16px;
  background: #172c27;
  color: white;
}
.image-dialog::backdrop { background: #08130fcc; }
.zoom-toolbar, .zoom-actions { display: flex; align-items: center; gap: 8px; }
.zoom-toolbar { justify-content: space-between; margin-bottom: 10px; font-size: 12px; }
.zoom-toolbar button {
  border: 1px solid #ffffff60;
  border-radius: 8px;
  min-width: 34px;
  padding: 8px;
  background: transparent;
  color: white;
}
.zoom-stage {
  --zoom: 1;
  height: min(73vh, 740px);
  overflow: auto;
  background: #e4e8e0;
  border-radius: 9px;
}
.zoom-stage > img {
  display: block;
  width: calc(100% * var(--zoom));
  max-width: none;
  max-height: 73vh;
  object-fit: contain;
  margin: auto;
}
.zoom-stage.enlarged > img { max-height: none; }
.zoom-stage > .artwork {
  position: relative;
  width: calc(100% * var(--zoom));
  aspect-ratio: 320 / 200;
  min-height: 100%;
}
@media (max-width: 520px) {
  .zoom-toolbar { align-items: flex-start; }
  #zoom-caption { max-width: 46%; }
}




.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}.global-search{display:flex;align-items:center;gap:10px;padding:0 0 14px;max-width:720px;margin:0 auto}.global-search-box{position:relative;flex:1}.global-search input{width:100%;border:1px solid var(--line);border-radius:999px;background:#fff;padding:12px 16px;font:inherit}.search-suggestions{position:absolute;z-index:45;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 16px 35px #17382f1c;overflow:hidden}.search-suggestions button{display:block;width:100%;border:0;background:#fff;text-align:left;padding:11px 14px}.search-suggestions button:hover,.search-suggestions button:focus{background:var(--sand)}.upload-preview.multi{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.upload-preview.multi .preview-zoom{position:relative;min-height:100px}.upload-preview.multi img{width:100%;height:110px;object-fit:cover;border-radius:12px}.price-simulator{border-top:1px solid var(--line);padding-top:20px}.price-sim-result{margin-top:12px;padding:14px;border-radius:14px;background:var(--sand);line-height:1.55}.detail-gallery{display:grid;grid-template-columns:1fr;gap:10px}.detail-thumbs{display:flex;gap:8px;overflow:auto}.detail-thumbs button{border:1px solid var(--line);padding:0;border-radius:10px;overflow:hidden;background:#fff;width:84px;height:64px;flex:0 0 auto}.detail-thumbs img{width:100%;height:100%;object-fit:cover}@media(max-width:700px){.global-search{padding:8px 0 12px}.global-search .btn{display:none}}

/* Tipo de cambio: datos obtenidos solo si la fuente vigente puede verificarse. */
.fx-notice{max-width:1240px;margin:10px auto 0;padding:8px 20px;font-size:12px;color:var(--muted);line-height:1.5}
.ves-main{display:block;font-weight:800}
.ves-main:empty{display:none}
.ves-main:not(:empty)+.usd-price{display:block;font-size:.73em;font-weight:600;color:var(--muted);margin-top:3px}
#pub-ves-preview{margin:6px 0 0;color:var(--forest)}

/* Qeubo 0.6: navegación legible y móvil con acción principal centrada. */
.brand .brand-word { display: inline-flex; align-items: baseline; gap: 0; }
.brand .dotbrand { margin-left: 1px; }
.global-search .search-icon { width: 21px; height: 21px; fill: none; stroke: var(--forest); stroke-width: 1.9; }
.fx-details { max-width: 1240px; margin: 14px auto 0; padding: 0 20px; color: var(--muted); font-size: 12px; }
.fx-details summary { cursor: pointer; width: fit-content; }
.fx-details p { margin: 7px 0 0; line-height: 1.5; }
.toplinks .navbtn.active { color: var(--forest); box-shadow: inset 0 -3px var(--coral); }
.fav .icon { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linejoin: round; }
.fav.selected .icon { fill: #f3c5bb; stroke: #ad4135; }
@media (max-width: 750px) {
  .mobilecats .navbtn.active { background: #e9ede5; color: var(--forest); box-shadow: inset 0 -3px var(--coral); }
  .bottom-nav { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); align-items: center; }
  .bottom-nav button { min-width: 0; }
  .bottom-nav button.publish-shortcut { width: 56px; height: 56px; min-width: 0; min-height: 0; padding: 0; margin: -22px auto 0; border: 3px solid #fffdf9; border-radius: 50%; background: var(--coral); color: #251c18; box-shadow: 0 5px 17px #5c41343d; }
  .bottom-nav button.publish-shortcut .icon { width: 27px; height: 27px; }
  .bottom-nav button.publish-shortcut.active { background: var(--forest); color: white; }
  .bottom-nav button[data-go="favoritos"] .icon { fill: none; stroke: currentColor; stroke-width: 1.8; }
  .bottom-nav button[data-go="favoritos"].active .icon { fill: #f4c3ba; stroke: var(--forest); }
}

/* Galería de avisos: la proporción original se conserva también en móviles. */
.upload-preview.multi { align-items: stretch; justify-content: start; padding: 10px; }
.photo-tile { position: relative; min-width: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.upload-preview.multi .photo-tile .preview-zoom { min-height: 108px; }
.upload-preview.multi .photo-tile img { object-fit: contain; background: #e4e8e0; }
.photo-controls { display: flex; justify-content: space-between; align-items: center; gap: 4px; padding: 5px; font-size: 11px; }
.photo-controls button { padding: 5px; border: 0; border-radius: 6px; background: var(--sand); color: var(--ink); cursor: pointer; }
.photo-cover-label { font-weight: 750; }
.photo-add { display: flex; min-height: 145px; flex-direction: column; justify-content: center; align-items: center; gap: 6px; border: 2px dashed #8bada0; border-radius: 12px; cursor: pointer; font-weight: 700; }
.photo-add span:first-child { font-size: 32px; line-height: 1; }
.detail-gallery .large-cover img { width: 100%; height: min(60vh, 460px); object-fit: contain; background: #e4e8e0; }
.detail-thumbs img { object-fit: contain; background: #e4e8e0; }
.zoom-actions button:disabled { opacity: .3; cursor: not-allowed; }
.zoom-stage { display: grid; place-items: center; }
.zoom-stage > img { height: 100%; object-fit: contain; }
.zoom-stage.enlarged { display: block; }
.zoom-stage.enlarged > img { height: auto; }

/* v0.7 - iconos coherentes, tarjetas sin recortes y controles accesibles. */
.bottom-nav .icon, .bottom-nav .icon use, .head-actions .inline-icon,
.global-search .search-icon, .brand .icon, .btn .inline-icon {
  fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round;
}
.bottom-nav .publish-shortcut .icon { stroke-width: 2.4; }
.global-search .search-icon { stroke: var(--forest); }
.brand .dotbrand { color: var(--coral); display: inline-block; margin-left: 2px; }
.listing-cover .artwork, .listing-cover img { object-fit: contain; }
.listing-cover img { width: 100%; height: 100%; background: #e4e8e0; }
.detail-gallery .large-cover img, .detail-thumbs img { object-fit: contain; }
.tag-link { border: 1px solid #c7d8cc; cursor: pointer; margin: 2px; font-family: inherit; }
.tag-link:hover, .tag-link:focus-visible { background: #d3e8d9; }
.related-section { margin: 42px 0 95px; }
.related-section .listing-grid { margin-top: 16px; }
#pub-seller[readonly] { background: var(--sand); cursor: not-allowed; }
#pub-zone, #pub-municipality, #pub-city { max-width: 100%; }
@media (max-width: 750px) {
  .bottom-nav button .icon { fill: none; stroke: currentColor; stroke-width: 1.9; }
  .bottom-nav button.publish-shortcut .icon { fill: none; stroke: currentColor; stroke-width: 2.4; }
  .bottom-nav button { overflow: visible; }
  .detail-facts .tag-link { min-height: 36px; }
  .related-section { margin-bottom: 105px; }
  .zoom-actions button { min-width: 42px; min-height: 42px; }
}

@media (max-width: 750px) { .form-layout #publish-form { order: 0; } .form-layout .help-card { order: 1; } }

.detail-tags { display:flex; flex-wrap:wrap; gap:5px; margin:12px 0 22px; }
