:root {
  --fd-ink: #102033;
  --fd-navy: #173453;
  --fd-muted: #667386;
  --fd-orange: #f28c18;
  --fd-orange-dark: #d97100;
  --fd-cream: #fff7ea;
  --fd-sage: #eaf1e8;
  --fd-bg: #f7f8f5;
  --fd-white: #fff;
  --fd-line: #dfe5e8;
  --fd-danger: #b42318;
  --fd-success: #176b43;
  --fd-radius-sm: 12px;
  --fd-radius: 20px;
  --fd-radius-lg: 30px;
  --fd-shadow-sm: 0 1px 2px rgba(16,32,51,.04), 0 10px 30px rgba(16,32,51,.06);
  --fd-shadow: 0 24px 70px rgba(16,32,51,.14);
}

/* City category search results */
.fd-city-results-shell { align-items: start; display: grid; gap: 22px; grid-template-columns: 255px minmax(0, 1fr); padding-bottom: 64px; padding-top: 30px; }
.fd-city-results-sidebar { position: sticky; top: 92px; }
.fd-city-results-sidebar > form { background: #fff; border: 1px solid #e2e4e7; border-radius: 12px; box-shadow: 0 5px 22px rgba(46, 33, 18, .06); display: grid; gap: 9px; padding: 18px; }
.fd-city-results-sidebar h2 { font-size: 20px; margin: 0 0 5px; }
.fd-city-results-sidebar label, .fd-city-results-sidebar legend { color: #554a42; font-size: 12px; font-weight: 800; }
.fd-city-results-sidebar input[type="search"], .fd-city-results-sidebar input[type="number"], .fd-city-results-sidebar select { background: #fff; border: 1px solid #cfd4d9; border-radius: 7px; color: #292522; min-height: 42px; padding: 8px 10px; width: 100%; }
.fd-city-results-sidebar fieldset { border: 0; margin: 2px 0; padding: 0; }
.fd-city-price-fields { display: grid; gap: 7px; grid-template-columns: 1fr 1fr; margin-top: 7px; }
.fd-city-check { align-items: center; display: flex; gap: 8px; padding: 2px 0; }
.fd-city-check input { accent-color: var(--fd-orange-dark); height: 17px; width: 17px; }
.fd-city-filter-actions { align-items: center; display: flex; gap: 14px; margin-top: 5px; }
.fd-city-filter-actions .fd-button { padding: 11px 16px; }
.fd-city-filter-actions a { color: #69615b; font-size: 13px; font-weight: 800; }
.fd-city-results-sidebar .fd-ad-slot { margin-top: 18px; }
.fd-city-results-main { min-width: 0; }
.fd-city-results-toolbar { align-items: center; background: #fff; border: 1px solid #e1e3e6; border-radius: 10px; display: grid; gap: 14px; grid-template-columns: minmax(180px, 1fr) auto auto; padding: 13px 15px; }
.fd-city-results-toolbar > div:first-child { display: grid; }
.fd-city-results-toolbar > div:first-child strong { font-size: 19px; }
.fd-city-results-toolbar > div:first-child span { color: #77706b; font-size: 12px; }
.fd-city-results-toolbar select { background: #fff; border: 1px solid #ccd1d6; border-radius: 7px; min-height: 39px; padding: 7px 30px 7px 10px; }
.fd-city-view-controls { border: 1px solid #d6d9dc; border-radius: 8px; display: flex; overflow: hidden; }
.fd-city-view-controls a { align-items: center; color: #594f48; display: flex; font-size: 13px; font-weight: 800; gap: 5px; padding: 9px 11px; }
.fd-city-view-controls a + a { border-left: 1px solid #d6d9dc; }
.fd-city-view-controls a.is-active { background: var(--fd-orange-dark); color: #fff; }
.fd-city-related { align-items: center; background: #fff4e7; border: 1px solid #f0d9c1; display: flex; flex-wrap: wrap; gap: 5px 13px; margin: 12px 0 16px; padding: 10px 14px; }
.fd-city-related span { color: #6a5b4f; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.fd-city-related a { color: #874b19; font-size: 13px; font-weight: 700; }
.fd-city-search-results--photos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fd-city-search-results--links { display: block; }
.fd-city-search-results--links .fd-listing-card { border-left: 3px solid transparent; border-radius: 0; box-shadow: none; display: grid; margin: 0; padding: 0; }
.fd-city-search-results--links .fd-listing-card:hover { border-left-color: var(--fd-orange-dark); }
.fd-city-search-results--links .fd-listing-card + .fd-listing-card { border-top: 1px solid #e8e8e8; }
.fd-city-search-results--links .fd-listing-card__media { display: none; }
.fd-city-search-results--links .fd-listing-card__body { align-items: center; display: grid; gap: 8px 16px; grid-template-columns: minmax(105px, auto) minmax(170px, 1fr) minmax(190px, auto); padding: 13px 12px; }
.fd-city-search-results--links .fd-listing-card__price { color: var(--fd-orange-dark); grid-column: 1; grid-row: 1; }
.fd-city-search-results--links .fd-listing-card h3 { font-size: 15px; grid-column: 2; grid-row: 1; margin: 0; }
.fd-city-search-results--links .fd-listing-card__seller { border: 0; grid-column: 3; grid-row: 1; margin: 0; padding: 0; }
.fd-city-results-copy { border-top: 1px solid #e0e2e4; margin-top: 34px; padding-top: 26px; }
.fd-city-results-copy h2 { font-size: 22px; margin: 0 0 9px; }
.fd-city-results-copy p { color: #68615c; line-height: 1.7; margin: 0; max-width: 850px; }

@media (max-width: 1100px) {
  .fd-city-results-shell { grid-template-columns: 220px minmax(0, 1fr); }
  .fd-city-search-results--photos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-city-results-toolbar { grid-template-columns: 1fr auto; }
  .fd-city-results-toolbar > form { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .fd-city-results-shell { grid-template-columns: 1fr; padding-top: 18px; }
  .fd-city-results-sidebar { position: static; }
  .fd-city-results-sidebar .fd-ad-slot { display: none; }
  .fd-city-results-toolbar { grid-template-columns: 1fr; }
  .fd-city-results-toolbar > form { grid-column: auto; }
  .fd-city-view-controls { width: max-content; }
  .fd-city-search-results--links .fd-listing-card__body { grid-template-columns: auto 1fr; }
  .fd-city-search-results--links .fd-listing-card__price { grid-column: 1; }
  .fd-city-search-results--links .fd-listing-card h3 { grid-column: 2; }
  .fd-city-search-results--links .fd-listing-card__seller { grid-column: 1 / -1; grid-row: 2; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fd-site { background: var(--fd-bg); color: var(--fd-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; margin: 0; -webkit-font-smoothing: antialiased; }
body.fd-site.admin-bar .fd-header { top: 32px; }
body.fd-site img { height: auto; max-width: 100%; }
body.fd-site a { color: inherit; text-decoration: none; }
body.fd-site button, body.fd-site input, body.fd-site select, body.fd-site textarea { font: inherit; }
body.fd-site h1, body.fd-site h2, body.fd-site h3 { letter-spacing: -.035em; line-height: 1.08; margin-top: 0; }
body.fd-site p { color: var(--fd-muted); }
.fd-shell { margin-inline: auto; max-width: 1180px; width: calc(100% - 40px); }
.fd-main { min-height: 62vh; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.fd-skip-link { background: var(--fd-ink); color: #fff; left: 16px; padding: 10px 16px; position: fixed; top: -100px; z-index: 99999; }
.fd-skip-link:focus { top: 16px; }

.fd-header { background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(16,32,51,.08); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(16px); }
.fd-header__inner { align-items: center; display: flex; gap: 32px; min-height: 82px; }
.fd-brand { align-items: center; display: inline-flex; gap: 10px; letter-spacing: .08em; }
.fd-brand > span { align-items: center; background: var(--fd-orange); border-radius: 11px 3px 11px 3px; color: #fff; display: inline-flex; font-size: 22px; font-weight: 900; height: 38px; justify-content: center; letter-spacing: 0; width: 38px; }
.fd-brand strong { font-size: 18px; font-weight: 850; }
.fd-nav { margin-left: auto; }
.fd-nav__menu { align-items: center; display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.fd-nav__menu a { color: #405064; font-size: 14px; font-weight: 700; }
.fd-nav__menu a:hover, .fd-nav__menu .current-menu-item > a { color: var(--fd-orange-dark); }
.fd-header__actions { align-items: center; display: flex; gap: 18px; }
.fd-account-link { font-size: 14px; font-weight: 750; white-space: nowrap; }
.fd-menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; padding: 8px; }
.fd-menu-toggle > span:not(.screen-reader-text) { background: var(--fd-ink); display: block; height: 2px; margin: 5px 0; width: 24px; }

.fd-button, body.fd-site .wp-element-button { align-items: center; background: var(--fd-orange); border: 1px solid var(--fd-orange); border-radius: 999px; color: #fff; cursor: pointer; display: inline-flex; font-weight: 800; justify-content: center; min-height: 50px; padding: 12px 24px; transition: .2s ease; }
.fd-button:hover, .fd-button:focus, body.fd-site .wp-element-button:hover { background: var(--fd-orange-dark); border-color: var(--fd-orange-dark); color: #fff; transform: translateY(-1px); }
.fd-button--compact { min-height: 42px; padding: 9px 18px; }
.fd-button--secondary { background: #fff; border-color: var(--fd-line); color: var(--fd-ink); }
.fd-button--secondary:hover { background: #f0f3f4; border-color: #cbd4d9; color: var(--fd-ink); }
.fd-button--light { background: #fff; border-color: #fff; color: var(--fd-ink); }
.fd-button--light:hover { background: var(--fd-cream); border-color: var(--fd-cream); color: var(--fd-ink); }
.fd-button--wide { width: 100%; }
.fd-text-link { color: var(--fd-orange-dark); font-weight: 750; }
.fd-eyebrow { color: var(--fd-orange-dark); display: inline-block; font-size: 12px; font-weight: 850; letter-spacing: .14em; margin-bottom: 12px; text-transform: uppercase; }

.fd-hero { background: radial-gradient(circle at 80% 25%, rgba(242,140,24,.24), transparent 32%), linear-gradient(120deg, #fff 0%, var(--fd-cream) 100%); border-bottom: 1px solid #ecdcc6; overflow: hidden; padding: 98px 0 72px; position: relative; }
.fd-hero:before { background: linear-gradient(90deg, var(--fd-orange), #f9c74f 40%, #58b5a8 70%, var(--fd-navy)); content: ""; height: 5px; left: 0; position: absolute; right: 0; top: 0; }
.fd-hero__copy { max-width: 750px; }
.fd-hero h1 { font-size: clamp(44px, 7vw, 82px); margin-bottom: 22px; }
.fd-hero__copy > p { font-size: 19px; max-width: 660px; }
.fd-search { align-items: end; background: #fff; border: 1px solid rgba(16,32,51,.1); border-radius: var(--fd-radius); box-shadow: var(--fd-shadow); display: grid; gap: 0; grid-template-columns: 1.4fr 1fr 1fr auto; margin-top: 48px; padding: 10px; }
.fd-search > div { border-right: 1px solid var(--fd-line); padding: 6px 18px; }
.fd-search label { color: var(--fd-ink); display: block; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.fd-search input, .fd-search select { background: transparent; border: 0; color: var(--fd-ink); height: 40px; outline: 0; padding: 0; width: 100%; }
.fd-search .fd-button { margin-left: 10px; min-height: 58px; padding-inline: 34px; }

.fd-section { padding-bottom: 86px; padding-top: 86px; }
.fd-section--soft { background: var(--fd-sage); max-width: none; }
.fd-section__heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 34px; }
.fd-section__heading h2 { font-size: clamp(31px, 4vw, 48px); margin-bottom: 0; }
.fd-section__heading > a { color: var(--fd-orange-dark); font-weight: 800; }
.fd-category-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
.fd-category-card { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); box-shadow: var(--fd-shadow-sm); display: flex; flex-direction: column; min-height: 190px; padding: 24px; transition: .25s ease; }
.fd-category-card:hover { border-color: rgba(242,140,24,.55); box-shadow: 0 20px 45px rgba(16,32,51,.1); transform: translateY(-4px); }
.fd-category-card__icon { align-items: center; background: var(--fd-cream); border-radius: 14px; color: var(--fd-orange-dark); display: flex; font-size: 28px; height: 60px; justify-content: center; margin-bottom: auto; width: 60px; }
.fd-category-card strong { font-size: 18px; margin-top: 20px; }
.fd-category-card small { color: var(--fd-muted); }
.fd-listing-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.fd-listing-card { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); box-shadow: var(--fd-shadow-sm); min-width: 0; overflow: hidden; transition: .25s ease; }
.fd-listing-card:hover { box-shadow: 0 20px 48px rgba(16,32,51,.12); transform: translateY(-4px); }
.fd-listing-card__media { background: #e8ecee; display: block; overflow: hidden; padding-top: 72%; position: relative; }
.fd-listing-card__media img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .35s ease; width: 100%; }
.fd-listing-card:hover img { transform: scale(1.035); }
.fd-listing-card__placeholder { align-items: center; background: linear-gradient(135deg, var(--fd-cream), #e8f1ec); color: var(--fd-orange); display: flex; font-size: 60px; font-weight: 900; inset: 0; justify-content: center; position: absolute; }
.fd-badge { background: var(--fd-orange); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 850; left: 14px; padding: 7px 11px; position: absolute; text-transform: uppercase; top: 14px; }
.fd-listing-card__body { padding: 18px; }
.fd-listing-card__meta { color: var(--fd-muted); display: flex; font-size: 12px; gap: 8px; justify-content: space-between; }
.fd-listing-card h3 { font-size: 17px; line-height: 1.35; margin: 10px 0 20px; min-height: 46px; }
.fd-listing-card__footer { align-items: center; border-top: 1px solid var(--fd-line); display: flex; justify-content: space-between; padding-top: 14px; }
.fd-listing-card__footer strong { color: var(--fd-orange-dark); }
.fd-listing-card__footer span { font-size: 22px; }
.fd-cta { align-items: center; background: var(--fd-navy); border-radius: var(--fd-radius-lg); color: #fff; display: flex; justify-content: space-between; margin-bottom: 86px; margin-top: 86px; padding: 56px; }
.fd-cta h2 { font-size: clamp(32px, 4vw, 48px); margin-bottom: 14px; max-width: 700px; }
.fd-cta p { color: #cbd7e3; margin-bottom: 0; }
.fd-empty { align-items: center; border: 1px dashed #bfc9ce; border-radius: var(--fd-radius); display: flex; flex-direction: column; grid-column: 1 / -1; justify-content: center; min-height: 230px; padding: 30px; text-align: center; }
.fd-empty > span { color: var(--fd-orange); font-size: 36px; }

.fd-archive-hero { background: var(--fd-cream); border-bottom: 1px solid #ecdcc6; padding: 64px 0 54px; }
.fd-archive-hero h1 { font-size: clamp(40px, 6vw, 66px); margin-bottom: 14px; }
.fd-archive-hero .fd-search { margin-top: 34px; }
.fd-archive { display: grid; gap: 36px; grid-template-columns: 240px minmax(0, 1fr); padding-bottom: 80px; padding-top: 48px; }
.fd-filter-panel form, .fd-safety-note { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); box-shadow: var(--fd-shadow-sm); padding: 22px; }
.fd-filter-panel h2 { font-size: 19px; }
.fd-filter-panel label { display: block; font-size: 13px; font-weight: 750; margin-top: 16px; }
.fd-filter-panel input, .fd-filter-panel select { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius-sm); height: 46px; margin: 6px 0; padding: 10px 12px; width: 100%; }
.fd-filter-panel .fd-button { margin: 16px 0 10px; }
.fd-filter-panel .fd-text-link { display: block; font-size: 13px; text-align: center; }
.fd-safety-note { background: var(--fd-sage); margin-top: 18px; }
.fd-safety-note p { font-size: 13px; }
.fd-safety-note a { color: var(--fd-orange-dark); font-size: 13px; font-weight: 800; }
.fd-results-bar { align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; }
.fd-results-bar p { margin: 0; }
.fd-listing-grid--archive { grid-template-columns: repeat(3, 1fr); }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { align-items: center; background: #fff; border: 1px solid var(--fd-line); border-radius: 10px; display: inline-flex; height: 42px; justify-content: center; min-width: 42px; padding: 0 12px; }
.page-numbers.current { background: var(--fd-ink); border-color: var(--fd-ink); color: #fff; }

.fd-breadcrumb { color: var(--fd-muted); display: flex; flex-wrap: wrap; font-size: 13px; gap: 8px; padding-top: 30px; }
.fd-breadcrumb a:hover { color: var(--fd-orange-dark); }
.fd-listing-detail { display: grid; gap: 36px; grid-template-columns: minmax(0, 1fr) 330px; padding-bottom: 60px; padding-top: 24px; }
.fd-listing-gallery { background: #e9edef; border-radius: var(--fd-radius-lg); overflow: hidden; }
.fd-listing-gallery img { display: block; max-height: 700px; object-fit: contain; width: 100%; }
.fd-listing-gallery__primary { align-items: center; background: #eef1f2; display: flex; justify-content: center; min-height: 430px; }
.fd-listing-gallery__thumbs { background: #fff; border-top: 1px solid var(--fd-line); display: flex; gap: 10px; overflow-x: auto; padding: 12px; }
.fd-listing-gallery__thumbs button { background: #fff; border: 2px solid transparent; border-radius: 9px; cursor: pointer; flex: 0 0 auto; height: 72px; overflow: hidden; padding: 0; width: 88px; }
.fd-listing-gallery__thumbs button:hover, .fd-listing-gallery__thumbs button.is-active { border-color: var(--fd-orange); }
.fd-listing-gallery__thumbs img { height: 100%; object-fit: cover; width: 100%; }
.fd-listing-gallery__placeholder { align-items: center; background: linear-gradient(135deg, var(--fd-cream), var(--fd-sage)); color: var(--fd-orange); display: flex; font-size: 120px; font-weight: 900; justify-content: center; min-height: 500px; }
.fd-listing-detail__content { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); margin-top: 22px; padding: 34px; }
.fd-listing-detail__meta { color: var(--fd-muted); display: flex; flex-wrap: wrap; font-size: 13px; gap: 14px; }
.fd-listing-detail__meta a { color: var(--fd-orange-dark); font-weight: 800; }
.fd-listing-detail h1 { font-size: clamp(34px, 5vw, 58px); margin: 16px 0; }
.fd-listing-price { color: var(--fd-orange-dark); display: block; font-size: 28px; margin-bottom: 28px; }
.fd-listing-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.fd-listing-facts > div { background: var(--fd-bg); border-radius: 12px; padding: 12px 16px; }
.fd-listing-facts span { color: var(--fd-muted); display: block; font-size: 11px; text-transform: uppercase; }
.fd-listing-facts strong { font-size: 14px; }
.fd-prose { color: #334155; }
.fd-prose h2 { font-size: 26px; margin-top: 36px; }
.fd-prose a { color: var(--fd-orange-dark); text-decoration: underline; }
.fd-prose ul, .fd-prose ol { padding-left: 22px; }
.fd-listing-detail__aside { position: relative; }
.fd-seller-card, .fd-action-card { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); box-shadow: var(--fd-shadow-sm); padding: 24px; }
.fd-seller-card { position: sticky; top: 104px; }
.fd-seller-card h2 { font-size: 24px; }
.fd-seller-profile-link { color: var(--fd-orange-dark); display: inline-block; font-size: 13px; font-weight: 800; margin-top: -7px; }
.fd-seller-card .fd-button { margin-top: 10px; }
.fd-seller-card .fd-text-link { display: block; margin-top: 16px; text-align: center; }
.fd-message-form { margin-top: 18px; }
.fd-message-form label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 7px; }
.fd-message-form textarea { border: 1px solid var(--fd-line); border-radius: 12px; min-height: 110px; padding: 12px; resize: vertical; width: 100%; }
.fd-message-form .fd-button { margin-top: 10px; }
.fd-action-card { display: grid; gap: 12px; margin-top: 16px; }
.fd-action-card a { color: var(--fd-orange-dark); font-size: 14px; font-weight: 750; }
.fd-report-form { border-top: 1px solid var(--fd-line); margin-top: 4px; padding-top: 10px; }
.fd-report-form summary { color: var(--fd-danger); cursor: pointer; font-size: 13px; font-weight: 750; }
.fd-report-form form { display: grid; gap: 7px; padding-top: 12px; }
.fd-report-form label { font-size: 12px; font-weight: 750; }
.fd-report-form select, .fd-report-form textarea { border: 1px solid var(--fd-line); border-radius: 9px; padding: 9px; width: 100%; }
.fd-report-form .fd-button { margin-top: 5px; }
.fd-seller-profile { padding-bottom: 80px; padding-top: 48px; }
.fd-seller-profile__header { align-items: center; background: linear-gradient(120deg, var(--fd-navy), #28577f); border-radius: 16px; color: #fff; display: flex; gap: 20px; margin-bottom: 38px; padding: 32px; }
.fd-seller-profile__header p { color: #cedbe6; margin: 6px 0 0; }
.fd-seller-profile__header h1 { margin: 0; }
.fd-seller-avatar img { border: 3px solid rgba(255,255,255,.6); border-radius: 50%; display: block; }
.fd-report-note { background: var(--fd-cream); border-radius: var(--fd-radius); margin-bottom: 80px; padding: 24px 28px; }
.fd-report-note p { margin-bottom: 0; }

.fd-form-page, .fd-account, .fd-page, .fd-article, .fd-not-found { padding-bottom: 90px; padding-top: 72px; }
.fd-form-intro { margin-bottom: 34px; max-width: 700px; }
.fd-form-intro h1, .fd-page__header h1, .fd-account__header h1, .fd-not-found h1 { font-size: clamp(40px, 6vw, 66px); margin-bottom: 16px; }
.fd-form-card { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius-lg); box-shadow: var(--fd-shadow-sm); display: grid; gap: 22px; grid-template-columns: 1fr 1fr; padding: 34px; }
.fd-field--wide { grid-column: 1 / -1; }
.fd-field label { color: var(--fd-ink); display: block; font-size: 14px; font-weight: 800; margin-bottom: 7px; }
.fd-field input:not([type="checkbox"]), .fd-field select, .fd-field textarea, .fd-page input, .fd-page select, .fd-page textarea { background: #fff; border: 1px solid #cbd5db; border-radius: var(--fd-radius-sm); color: var(--fd-ink); min-height: 50px; outline: 0; padding: 12px 14px; width: 100%; }
.fd-field textarea { resize: vertical; }
.fd-field input:focus, .fd-field select:focus, .fd-field textarea:focus { border-color: var(--fd-orange); box-shadow: 0 0 0 4px rgba(242,140,24,.14); }
.fd-field small { color: var(--fd-muted); display: block; margin-top: 5px; }
.fd-form-actions { align-items: center; border-top: 1px solid var(--fd-line); display: flex; justify-content: space-between; padding-top: 22px; }
.fd-check { align-items: flex-start; display: flex !important; font-weight: 500 !important; gap: 10px; max-width: 650px; }
.fd-check input { margin-top: 5px; }
.fd-notice { border-radius: var(--fd-radius-sm); margin-bottom: 20px; padding: 14px 18px; }
.fd-notice--success { background: #e7f6ee; color: var(--fd-success); }
.fd-notice--error { background: #fff0ee; color: var(--fd-danger); }
.fd-auth-card { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius-lg); box-shadow: var(--fd-shadow); margin: 40px auto; max-width: 680px; padding: 54px; text-align: center; }
.fd-auth-card h1 { font-size: 44px; }
.fd-auth-card > div { display: flex; gap: 12px; justify-content: center; margin-top: 26px; }

.fd-account__header { align-items: end; display: flex; justify-content: space-between; margin-bottom: 40px; }
.fd-account__header p { margin-bottom: 0; }
.fd-account__grid { display: grid; gap: 24px; grid-template-columns: 1.5fr 1fr; }
.fd-panel { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); box-shadow: var(--fd-shadow-sm); padding: 24px; }
.fd-panel__heading { align-items: center; display: flex; justify-content: space-between; }
.fd-panel__heading h2 { font-size: 24px; }
.fd-panel__heading > span { align-items: center; background: var(--fd-bg); border-radius: 999px; display: flex; font-size: 12px; font-weight: 800; height: 30px; justify-content: center; min-width: 30px; }
.fd-dashboard-list article { align-items: center; border-top: 1px solid var(--fd-line); display: grid; gap: 14px; grid-template-columns: 64px 1fr auto; padding: 14px 0; }
.fd-dashboard-list img, .fd-mini-listings img { border-radius: 10px; height: 58px; object-fit: cover; width: 58px; }
.fd-dashboard-list small, .fd-mini-listings small { color: var(--fd-muted); display: block; }
.fd-mini-listings > a { align-items: center; border-top: 1px solid var(--fd-line); display: flex; gap: 12px; padding: 12px 0; }
.fd-panel--messages { margin-top: 24px; }
.fd-message-list article { border-top: 1px solid var(--fd-line); padding: 14px 0; }
.fd-message-list small { color: var(--fd-muted); display: block; }
.fd-message-list p { font-size: 14px; margin-bottom: 0; }
.fd-pricing-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.fd-price-card { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); box-shadow: var(--fd-shadow-sm); display: flex; flex-direction: column; padding: 32px; }
.fd-price-card--featured { border: 2px solid var(--fd-orange); transform: translateY(-8px); }
.fd-price-card h2 { font-size: 30px; }
.fd-price-card ul { list-style: none; margin: 20px 0 28px; padding: 0; }
.fd-price-card li { border-bottom: 1px solid var(--fd-line); padding: 10px 0; }
.fd-price-card li:before { color: var(--fd-success); content: "✓"; font-weight: 900; margin-right: 9px; }
.fd-price-card .fd-button { margin-top: auto; }

.fd-page__header { margin-bottom: 36px; max-width: 760px; }
.fd-page__content { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); box-shadow: var(--fd-shadow-sm); margin-inline: auto; max-width: 900px; padding: clamp(26px, 5vw, 58px); }
.home .fd-page { max-width: none; padding: 0; width: auto; }
.home .fd-page__content { background: transparent; border: 0; border-radius: 0; box-shadow: none; max-width: none; padding: 0; }
.fd-article { max-width: 820px; }
.fd-article > header h1 { font-size: clamp(40px, 6vw, 66px); }
.fd-article > img { border-radius: var(--fd-radius); margin: 24px 0; }
.fd-post-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.fd-post-card { background: #fff; border: 1px solid var(--fd-line); border-radius: var(--fd-radius); overflow: hidden; }
.fd-post-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.fd-post-card > div { padding: 22px; }
.fd-post-card h2 { font-size: 23px; }
.fd-not-found { text-align: center; }

.fd-footer { background: var(--fd-ink); color: #fff; padding-top: 70px; }
.fd-footer__grid { display: grid; gap: 52px; grid-template-columns: 1.5fr 1fr 1fr 1fr; }
.fd-brand--footer > span { background: var(--fd-orange); }
.fd-footer p { color: #aebccd; max-width: 340px; }
.fd-footer h2 { font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.fd-footer ul { list-style: none; margin: 0; padding: 0; }
.fd-footer li { margin: 10px 0; }
.fd-footer li a { color: #bfcbd8; }
.fd-footer li a:hover { color: #fff; }
.fd-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); color: #91a2b5; display: flex; font-size: 13px; justify-content: space-between; margin-top: 58px; padding-bottom: 28px; padding-top: 24px; }

@media (max-width: 1020px) {
  .fd-nav { display: none; left: 0; position: absolute; right: 0; top: 100%; }
  .fd-nav.is-open { display: block; }
  .fd-nav__menu { align-items: stretch; background: #fff; border-bottom: 1px solid var(--fd-line); box-shadow: var(--fd-shadow-sm); display: grid; gap: 0; padding: 12px 24px 22px; }
  .fd-nav__menu a { display: block; padding: 12px 0; }
  .fd-menu-toggle { display: block; margin-left: auto; }
  .fd-header__actions { margin-left: 0; }
  .fd-search { grid-template-columns: 1fr 1fr; gap: 8px; }
  .fd-search > div { border: 1px solid var(--fd-line); border-radius: 12px; }
  .fd-search .fd-button { grid-column: 1 / -1; margin: 0; }
  .fd-listing-grid { grid-template-columns: repeat(3, 1fr); }
  .fd-listing-grid--archive { grid-template-columns: repeat(2, 1fr); }
  .fd-category-grid { grid-template-columns: repeat(4, 1fr); }
  .fd-listing-detail { grid-template-columns: minmax(0, 1fr) 290px; }
  .fd-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 760px) {
  body.fd-site.admin-bar .fd-header { top: 46px; }
  .fd-shell { width: calc(100% - 24px); }
  .fd-header__inner { gap: 12px; min-height: 70px; }
  .fd-account-link { display: none; }
  .fd-header__actions .fd-button { font-size: 12px; padding: 8px 13px; }
  .fd-brand strong { font-size: 15px; }
  .fd-hero { padding: 62px 0 44px; }
  .fd-hero h1 { font-size: clamp(40px, 13vw, 60px); }
  .fd-search { grid-template-columns: 1fr; margin-top: 30px; }
  .fd-search .fd-button { grid-column: auto; }
  .fd-section { padding-bottom: 58px; padding-top: 58px; }
  .fd-section__heading { align-items: start; gap: 14px; }
  .fd-section__heading h2 { font-size: 34px; }
  .fd-category-grid { grid-template-columns: repeat(2, 1fr); }
  .fd-category-card { min-height: 170px; padding: 18px; }
  .fd-listing-grid, .fd-listing-grid--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-listing-card__body { padding: 14px; }
  .fd-listing-card h3 { font-size: 15px; }
  .fd-listing-card__meta { display: block; }
  .fd-listing-card__meta span:last-child { display: none; }
  .fd-cta { align-items: flex-start; border-radius: 0; display: flex; flex-direction: column; margin: 0; padding: 44px 24px; width: 100%; }
  .fd-cta .fd-button { margin-top: 22px; }
  .fd-archive { grid-template-columns: 1fr; }
  .fd-filter-panel { order: 2; }
  .fd-listing-detail { grid-template-columns: 1fr; }
  .fd-listing-detail__content { padding: 22px; }
  .fd-seller-card { position: static; }
  .fd-form-card { grid-template-columns: 1fr; padding: 22px; }
  .fd-field--wide { grid-column: auto; }
  .fd-form-actions { align-items: stretch; flex-direction: column; }
  .fd-account__header { align-items: flex-start; flex-direction: column; gap: 18px; }
  .fd-account__grid, .fd-pricing-grid { grid-template-columns: 1fr; }
  .fd-price-card--featured { transform: none; }
  .fd-post-grid { grid-template-columns: 1fr; }
  .fd-footer__grid { grid-template-columns: 1fr 1fr; }
  .fd-footer__grid > div:first-child { grid-column: 1 / -1; }
  .fd-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
  .fd-listing-grid, .fd-listing-grid--archive { grid-template-columns: 1fr; }
  .fd-category-card { min-height: 150px; }
  .fd-category-card__icon { height: 50px; width: 50px; }
  .fd-auth-card { padding: 34px 22px; }
  .fd-auth-card > div { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Marketplace 1.1: compact, search-first browsing experience. */
.fd-shell { max-width: 1360px; }
.fd-header__inner { gap: 18px; min-height: 66px; }
.fd-brand { flex: 0 0 auto; }
.fd-brand > span { border-radius: 10px 3px 10px 3px; font-size: 19px; height: 34px; width: 34px; }
.fd-brand strong { font-size: 16px; }
.fd-header-search { align-items: center; background: #fff; border: 1px solid #cfd7dd; border-radius: 8px; display: flex; flex: 1 1 620px; height: 42px; margin-left: 14px; max-width: 690px; overflow: hidden; }
.fd-header-search > span { color: #8290a0; font-size: 20px; padding-left: 13px; }
.fd-header-search input, .fd-header-search select { background: transparent; border: 0; color: var(--fd-ink); height: 100%; min-width: 0; outline: 0; }
.fd-header-search input { flex: 1 1 auto; padding: 0 12px; }
.fd-header-search select { border-left: 1px solid var(--fd-line); flex: 0 1 180px; padding: 0 28px 0 12px; }
.fd-header-search button { align-self: stretch; background: var(--fd-orange); border: 0; color: #fff; cursor: pointer; font-size: 13px; font-weight: 850; padding: 0 18px; }
.fd-nav { margin-left: 0; }
.fd-nav__menu { gap: 18px; }
.fd-header__actions { gap: 13px; margin-left: auto; }

.fd-market-shell { align-items: start; display: grid; gap: 26px; grid-template-columns: 210px minmax(0, 1fr); padding-bottom: 62px; padding-top: 22px; }
.fd-market-main { min-width: 0; }
.fd-category-rail { background: #fff; border: 1px solid var(--fd-line); border-radius: 10px; box-shadow: 0 3px 14px rgba(16,32,51,.045); overflow: hidden; }
.fd-category-rail > a { align-items: center; border-bottom: 1px solid #edf0f2; color: #3e4b5c; display: grid; font-size: 13px; gap: 10px; grid-template-columns: 25px 1fr auto; min-height: 45px; padding: 8px 13px; transition: .16s ease; }
.fd-category-rail > a:hover { background: var(--fd-cream); color: var(--fd-orange-dark); padding-left: 16px; }
.fd-category-rail > a > span { align-items: center; color: var(--fd-orange-dark); display: flex; font-size: 17px; justify-content: center; }
.fd-category-rail > a > strong { font-weight: 720; }
.fd-category-rail > a > b { color: #a6b0ba; font-size: 18px; }
.fd-category-rail__all { background: #fff8ed; color: var(--fd-ink) !important; }
.fd-category-rail__help { background: var(--fd-navy); color: #fff; display: grid; gap: 5px; padding: 16px; }
.fd-category-rail__help small { color: #cbd7e3; line-height: 1.45; }
.fd-category-rail__help a { color: #ffb34d; font-size: 13px; font-weight: 850; margin-top: 3px; }
.fd-market-hero { align-items: end; background: radial-gradient(circle at 85% 20%, rgba(255,194,104,.5), transparent 30%), linear-gradient(115deg, var(--fd-navy), #244e76 72%, #f28c18 150%); border-radius: 14px; color: #fff; display: flex; justify-content: space-between; min-height: 220px; overflow: hidden; padding: 32px 36px; position: relative; }
.fd-market-hero:after { border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ""; height: 250px; position: absolute; right: 5%; top: -130px; width: 250px; }
.fd-market-hero > div { max-width: 650px; position: relative; z-index: 1; }
.fd-market-hero .fd-eyebrow { color: #ffb34d; margin-bottom: 9px; }
.fd-market-hero h1 { font-size: clamp(32px, 4.6vw, 54px); margin-bottom: 10px; }
.fd-market-hero p { color: #dce6ef; margin: 0; max-width: 620px; }
.fd-market-hero > .fd-button { flex: 0 0 auto; margin-left: 30px; position: relative; z-index: 1; }
.fd-market-hero > .fd-button.fd-button--light { color: var(--fd-ink); }
.fd-mobile-categories { display: none; }
.fd-market-section { padding: 38px 0 18px; }
.fd-market-section .fd-section__heading { margin-bottom: 20px; }
.fd-market-section .fd-section__heading h2 { font-size: 28px; letter-spacing: -.02em; }
.fd-market-section .fd-eyebrow { margin-bottom: 5px; }
.fd-listing-grid--market { gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fd-listing-card { border-radius: 10px; box-shadow: 0 2px 10px rgba(16,32,51,.045); }
.fd-listing-card:hover { box-shadow: 0 12px 26px rgba(16,32,51,.11); transform: translateY(-2px); }
.fd-listing-card__media { padding-top: 76%; }
.fd-card-heart { align-items: center; background: rgba(255,255,255,.94); border-radius: 50%; box-shadow: 0 2px 8px rgba(16,32,51,.16); color: var(--fd-ink); display: flex; font-size: 23px; height: 36px; justify-content: center; position: absolute; right: 10px; top: 10px; width: 36px; }
.fd-listing-card__body { padding: 13px 14px 14px; }
.fd-listing-card__meta { font-size: 11px; }
.fd-listing-card h3 { font-size: 15px; margin: 7px 0 12px; min-height: 41px; }
.fd-listing-card__footer { padding-top: 10px; }
.fd-listing-card__footer strong { color: var(--fd-ink); font-size: 17px; }
.fd-listing-card__footer span { color: var(--fd-orange-dark); font-size: 18px; }
.fd-discovery { border-top: 1px solid var(--fd-line); display: grid; gap: 34px; grid-template-columns: 1fr 1fr; margin-top: 26px; padding: 38px 2px; }
.fd-discovery h2 { font-size: 18px; margin-bottom: 15px; }
.fd-link-cloud { display: flex; flex-wrap: wrap; gap: 9px 16px; }
.fd-link-cloud a { color: #536276; font-size: 13px; }
.fd-link-cloud a:hover { color: var(--fd-orange-dark); text-decoration: underline; }
.fd-link-cloud span { color: var(--fd-muted); font-size: 13px; }
.fd-market-trust { align-items: center; background: #eef4f1; border: 1px solid #d7e3dc; border-radius: 12px; display: flex; justify-content: space-between; padding: 23px 26px; }
.fd-market-trust p { font-size: 13px; margin: 4px 22px 0 0; }
.fd-market-trust > a { color: var(--fd-orange-dark); flex: 0 0 auto; font-size: 13px; font-weight: 850; }

.fd-archive-hero { padding: 30px 0 25px; }
.fd-archive-hero h1 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 7px; }
.fd-archive-hero p { margin-bottom: 0; }
.fd-archive { gap: 26px; grid-template-columns: 210px minmax(0, 1fr); padding-top: 24px; }
.fd-archive__aside { display: grid; gap: 18px; }
.fd-archive__aside .fd-category-rail__help { display: none; }
.fd-filter-panel form, .fd-safety-note { border-radius: 10px; box-shadow: none; padding: 16px; }
.fd-filter-panel h2 { font-size: 16px; }
.fd-listing-grid--archive { gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 1180px) {
  .fd-nav { display: none; }
  .fd-listing-grid--market, .fd-listing-grid--archive { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 920px) {
  .fd-header-search { margin-left: 0; }
  .fd-header-search select { display: none; }
  .fd-market-shell, .fd-archive { grid-template-columns: 1fr; }
  .fd-market-shell > .fd-category-rail, .fd-archive__aside > .fd-category-rail { display: none; }
  .fd-mobile-categories { display: flex; gap: 8px; margin: 16px 0 0; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
  .fd-mobile-categories a { align-items: center; background: #fff; border: 1px solid var(--fd-line); border-radius: 999px; display: inline-flex; flex: 0 0 auto; font-size: 12px; font-weight: 750; gap: 7px; padding: 8px 12px; }
  .fd-mobile-categories a span { color: var(--fd-orange-dark); }
  .fd-archive__aside { order: 2; }
}
@media (max-width: 680px) {
  .fd-header__inner { min-height: 62px; }
  .fd-brand strong, .fd-header-search > span { display: none; }
  .fd-header-search { height: 40px; margin-left: 0; }
  .fd-header-search input { padding-left: 12px; }
  .fd-header-search button { padding: 0 12px; }
  .fd-menu-toggle, .fd-account-link { display: none; }
  .fd-header__actions .fd-button { min-height: 40px; white-space: nowrap; }
  .fd-market-shell { padding-top: 12px; }
  .fd-market-hero { align-items: flex-start; flex-direction: column; min-height: 235px; padding: 25px 23px; }
  .fd-market-hero h1 { font-size: 34px; }
  .fd-market-hero p { font-size: 14px; line-height: 1.5; }
  .fd-market-hero > .fd-button { margin: 20px 0 0; min-height: 42px; }
  .fd-listing-grid--market, .fd-listing-grid--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-discovery { grid-template-columns: 1fr; }
  .fd-market-trust { align-items: flex-start; flex-direction: column; gap: 14px; }
  .fd-market-section .fd-section__heading h2 { font-size: 24px; }
}
@media (max-width: 420px) {
  .fd-shell { width: calc(100% - 18px); }
  .fd-brand > span { height: 32px; width: 32px; }
  .fd-header__inner { gap: 8px; }
  .fd-header__actions .fd-button { font-size: 11px; padding: 7px 10px; }
  .fd-listing-grid--market, .fd-listing-grid--archive { gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-listing-card__body { padding: 11px; }
  .fd-listing-card h3 { font-size: 14px; }
  .fd-listing-card__footer strong { font-size: 15px; }
}

/* Marketplace 2.1: image-led local discovery homepage. */
body.fd-site { background: #fff; }
.fd-header { backdrop-filter: none; background: rgba(255,255,255,.98); }
.fd-header__inner { min-height: 62px; }
.fd-brand > span { background: var(--fd-orange); border-radius: 50% 45% 50% 42%; color: #fff; }
.fd-brand strong { color: var(--fd-orange-dark); font-size: 18px; letter-spacing: -.02em; }
.fd-header-search { border-color: #c9ced4; border-radius: 999px; height: 34px; max-width: 760px; }
.fd-header-search button { border-radius: 999px; min-width: 142px; }
.fd-nav__menu a, .fd-account-link, .fd-signup-link { color: #334154; font-size: 13px; white-space: nowrap; }
.fd-signup-link { border-left: 1px solid var(--fd-line); padding-left: 13px; }
.fd-header__actions .fd-button { border-radius: 999px; order: -1; padding-inline: 22px; white-space: nowrap; }

.fd-market-shell { gap: 20px; grid-template-columns: 220px minmax(0,1fr); max-width: 1560px; padding-top: 12px; width: calc(100% - 36px); }
.fd-category-rail { border: 0; border-radius: 0; box-shadow: none; overflow: visible; position: sticky; top: 78px; z-index: 30; }
.fd-category-rail > a, .fd-category-row > a { align-items: center; border-bottom: 0; color: #4f5a68; display: grid; font-size: 13px; gap: 10px; grid-template-columns: 25px 1fr auto; min-height: 42px; padding: 7px 9px; transition: .16s ease; }
.fd-category-rail > a:hover, .fd-category-row:hover > a, .fd-category-row:focus-within > a { background: #fff7ee; color: var(--fd-orange-dark); padding-left: 12px; }
.fd-category-rail > a > span, .fd-category-row > a > span { align-items: center; color: #9ca6b0; display: flex; font-size: 16px; justify-content: center; }
.fd-category-rail > a > b, .fd-category-row > a > b { color: #bac0c7; font-size: 18px; }
.fd-category-rail__all { background: transparent; }
.fd-category-row { position: relative; }
.fd-category-flyout { background: #fff; border: 1px solid #e4e7ea; box-shadow: 0 18px 45px rgba(17,28,42,.18); display: none; left: 100%; min-height: 170px; padding: 24px 28px; position: absolute; top: -1px; width: 650px; z-index: 80; }
.fd-category-row:hover .fd-category-flyout, .fd-category-row:focus-within .fd-category-flyout { display: block; }
.fd-category-flyout > strong { color: var(--fd-ink); display: block; font-size: 17px; margin-bottom: 17px; }
.fd-category-flyout > div { display: grid; gap: 12px 30px; grid-template-columns: repeat(3,1fr); }
.fd-category-flyout > div a { color: #64707d; font-size: 13px; }
.fd-category-flyout > div a:hover { color: var(--fd-orange-dark); }
.fd-category-flyout__all { color: var(--fd-orange-dark); display: inline-block; font-size: 12px; font-weight: 850; margin-top: 22px; }
.fd-category-rail__help { background: #4038df; margin-top: 8px; padding: 18px; }

.fd-market-hero { align-items: center; background-color: #151714; background-image: linear-gradient(90deg,rgba(11,14,14,.88) 0%,rgba(11,14,14,.67) 36%,rgba(11,14,14,.08) 68%),url('../images/fendies-marketplace-hero-v2.png'); background-position: center; background-size: cover; border-radius: 2px; min-height: 330px; padding: 38px 54px; }
.fd-market-hero:after { display: none; }
.fd-market-hero__copy { max-width: 590px; position: relative; z-index: 2; }
.fd-market-hero .fd-eyebrow { color: #ffb562; }
.fd-market-hero h1 { font-size: clamp(38px,4.5vw,66px); line-height: .98; margin-bottom: 14px; max-width: 570px; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.fd-market-hero p { color: #f1f2f2; font-size: 16px; max-width: 520px; }
.fd-market-hero .fd-button { margin: 22px 0 0; }
.fd-market-hero .fd-button--light { color: var(--fd-ink); }
.fd-market-hero__dots { bottom: 12px; display: flex; gap: 5px; position: absolute; right: 14px; }
.fd-market-hero__dots span { background: rgba(255,255,255,.75); display: block; height: 4px; width: 24px; }
.fd-market-hero__dots .is-active { background: var(--fd-orange); }

.fd-market-section { padding-top: 22px; }
.fd-market-section .fd-section__heading { margin-bottom: 12px; }
.fd-market-section .fd-section__heading h2 { color: #4038df; font-size: 22px; }
.fd-market-feed { display: grid; gap: 12px; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.fd-market-feed .fd-listing-card { display: block; margin: 0; min-width: 0; width: 100%; }
.fd-market-feed:not(.is-expanded) .fd-listing-card:nth-child(n+16) { display: none; }
.fd-market-feed .fd-listing-card:nth-child(5n+1) .fd-listing-card__media { padding-top: 118%; }
.fd-market-feed .fd-listing-card:nth-child(5n+2) .fd-listing-card__media { padding-top: 88%; }
.fd-market-feed .fd-listing-card:nth-child(5n+3) .fd-listing-card__media { padding-top: 105%; }
.fd-market-feed .fd-listing-card:nth-child(5n+4) .fd-listing-card__media { padding-top: 72%; }
.fd-market-feed .fd-listing-card:nth-child(5n) .fd-listing-card__media { padding-top: 96%; }
.fd-market-feed .fd-listing-card__placeholder { background-position: center; background-repeat: no-repeat; background-size: cover; color: transparent; }
.fd-listing-card--demo-lightweight-commuter-bicycle .fd-listing-card__placeholder { background-image: url('../images/demo-lightweight-commuter-bicycle.png'); }
.fd-listing-card--demo-mid-century-walnut-dresser .fd-listing-card__placeholder { background-image: url('../images/demo-mid-century-walnut-dresser.png'); }
.fd-listing-card--demo-2018-toyota-camry-se .fd-listing-card__placeholder { background-image: url('../images/demo-2018-toyota-camry-se.png'); }
.fd-listing-card--demo-downtown-studio-apartment .fd-listing-card__placeholder { background-image: url('../images/demo-downtown-studio-apartment.png'); }
.fd-listing-card--demo-weekend-dog-walking .fd-listing-card__placeholder { background-image: url('../images/demo-weekend-dog-walking.png'); }
.fd-listing-card--demo-front-end-web-designer .fd-listing-card__placeholder { background-image: url('../images/demo-front-end-web-designer.png'); }
.fd-listing-card--demo-yard-cleanup-help .fd-listing-card__placeholder { background-image: url('../images/demo-yard-cleanup-help.png'); }
.fd-listing-card--demo-neighborhood-yard-sale .fd-listing-card__placeholder { background-image: url('../images/demo-neighborhood-yard-sale.png'); }
.fd-listing-card { border-radius: 3px; box-shadow: none; }
.fd-listing-card:hover { box-shadow: 0 9px 24px rgba(16,32,51,.12); transform: translateY(-1px); }
.fd-listing-card__body { padding: 10px; }
.fd-listing-card__price { color: #3e4955; display: block; font-size: 16px; }
.fd-listing-card h3 { font-size: 12px; font-weight: 500; margin: 3px 0 11px; min-height: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fd-listing-card__seller { align-items: center; border-top: 1px solid #edf0f2; display: flex; gap: 8px; margin: 0 -10px -10px; padding: 9px 10px; }
.fd-listing-card__avatar { border-radius: 50%; height: 30px; object-fit: cover; width: 30px; }
.fd-listing-card__seller > span { display: grid; min-width: 0; }
.fd-listing-card__seller strong { color: #556170; font-size: 12px; font-weight: 650; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fd-listing-card__seller small { color: #9099a3; font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fd-show-more { align-items: center; background: transparent; border: 0; color: #9da5ad; cursor: pointer; display: flex; flex-direction: column; font-size: 11px; gap: 5px; margin: 36px auto 8px; text-transform: uppercase; }
.fd-show-more span { align-items: center; background: var(--fd-orange); border-radius: 50%; color: #fff; display: flex; font-size: 25px; font-weight: 300; height: 48px; justify-content: center; width: 48px; }
.fd-show-more.is-expanded span { transform: rotate(45deg); }
.fd-discovery { gap: 24px; grid-template-columns: repeat(3,1fr); margin-top: 40px; }
.fd-market-trust { margin-top: 12px; }

.fd-footer { background: #fff; border-top: 1px solid var(--fd-line); color: var(--fd-ink); margin-top: 26px; padding-top: 44px; }
.fd-footer p { color: #74808d; }
.fd-footer li a { color: #596777; }
.fd-footer li a:hover { color: var(--fd-orange-dark); }
.fd-footer__bottom { border-top-color: var(--fd-line); color: #85909c; }
.fd-footer__social { display: flex; gap: 8px; }
.fd-footer__social b { align-items: center; background: #4038df; border-radius: 50%; color: #fff; display: flex; font-size: 12px; height: 30px; justify-content: center; width: 30px; }

@media (max-width: 1280px) {
  .fd-market-feed { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .fd-category-flyout { width: 560px; }
}
@media (max-width: 1120px) {
  .fd-market-feed { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 1040px) {
  .fd-market-shell { grid-template-columns: 200px minmax(0,1fr); }
  .fd-market-feed { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fd-category-flyout { width: 500px; }
  .fd-header__actions .fd-signup-link { display: none; }
}
@media (max-width: 920px) {
  .fd-market-shell { grid-template-columns: 1fr; width: calc(100% - 24px); }
  .fd-market-feed { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fd-market-hero { min-height: 300px; }
}
@media (max-width: 680px) {
  .fd-header__actions { gap: 7px; }
  .fd-market-hero { background-position: 62% center; min-height: 300px; padding: 28px 24px; }
  .fd-market-hero h1 { font-size: 37px; max-width: 370px; }
  .fd-market-hero p { font-size: 13px; max-width: 330px; }
  .fd-market-feed { gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-discovery { grid-template-columns: 1fr; }
  .fd-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .fd-market-hero { min-height: 285px; }
  .fd-market-hero h1 { font-size: 32px; }
  .fd-market-hero__copy { max-width: 290px; }
}

/* Listing detail and nationwide location directory. */
.fd-header-location { align-items: center; border-left: 1px solid var(--fd-line); color: #374151; display: flex; flex: 0 1 190px; gap: 7px; height: 100%; min-width: 0; padding: 0 14px; }
.fd-header-location > span { color: var(--fd-orange); font-size: 19px; line-height: 1; }
.fd-header-location strong { font-size: 13px; font-weight: 750; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fd-header-location:hover strong { color: var(--fd-orange-dark); }

.fd-item-page { padding-bottom: 40px; }
.fd-item-top { display: grid; gap: 38px; grid-template-columns: minmax(0, 1.25fr) minmax(350px, .82fr); }
.fd-item-media, .fd-item-summary { min-width: 0; }
.fd-item-media .fd-listing-gallery { border: 1px solid #e0e4e8; border-radius: 2px; }
.fd-item-media .fd-listing-gallery__primary { min-height: 520px; }
.fd-item-media .fd-listing-gallery__primary img { height: 520px; max-height: 520px; object-fit: contain; }
.fd-listing-gallery__demo-photo { background-position: center; background-repeat: no-repeat; background-size: cover; height: 520px; width: 100%; }
.fd-listing-detail--demo-lightweight-commuter-bicycle .fd-listing-gallery__demo-photo { background-image: url('../images/demo-lightweight-commuter-bicycle.png'); }
.fd-listing-detail--demo-mid-century-walnut-dresser .fd-listing-gallery__demo-photo { background-image: url('../images/demo-mid-century-walnut-dresser.png'); }
.fd-listing-detail--demo-2018-toyota-camry-se .fd-listing-gallery__demo-photo { background-image: url('../images/demo-2018-toyota-camry-se.png'); }
.fd-listing-detail--demo-downtown-studio-apartment .fd-listing-gallery__demo-photo { background-image: url('../images/demo-downtown-studio-apartment.png'); }
.fd-listing-detail--demo-weekend-dog-walking .fd-listing-gallery__demo-photo { background-image: url('../images/demo-weekend-dog-walking.png'); }
.fd-listing-detail--demo-front-end-web-designer .fd-listing-gallery__demo-photo { background-image: url('../images/demo-front-end-web-designer.png'); }
.fd-listing-detail--demo-yard-cleanup-help .fd-listing-gallery__demo-photo { background-image: url('../images/demo-yard-cleanup-help.png'); }
.fd-listing-detail--demo-neighborhood-yard-sale .fd-listing-gallery__demo-photo { background-image: url('../images/demo-neighborhood-yard-sale.png'); }
.fd-share-bar { align-items: center; background: #8c8f93; color: #fff; display: flex; justify-content: space-between; min-height: 58px; padding: 10px 18px; }
.fd-share-bar > span { font-size: 13px; font-weight: 750; }
.fd-share-bar > div { display: flex; gap: 10px; }
.fd-share-bar a, .fd-share-bar a:visited { align-items: center; background: #fff; border: 1px solid rgba(16,32,51,.12); border-radius: 50%; color: #25364b !important; display: flex; font-family: Arial, sans-serif; font-size: 15px; font-weight: 900; height: 32px; justify-content: center; line-height: 1; opacity: 1; text-decoration: none; width: 32px; }
.fd-share-bar a:hover, .fd-share-bar a:focus-visible { background: var(--fd-orange); border-color: var(--fd-orange); color: #fff !important; }
.fd-item-summary { padding: 12px 0 0; }
.fd-item-summary h1 { font-size: clamp(30px, 3vw, 44px); letter-spacing: -.03em; margin: 0 0 5px; }
.fd-item-price { display: block; font-size: 26px; margin-bottom: 20px; }
.fd-item-meta { align-items: center; color: #7a828b; display: flex; flex-wrap: wrap; font-size: 14px; gap: 8px; margin-bottom: 20px; }
.fd-item-meta a { color: #515b66; font-weight: 750; }
.fd-item-pin { color: var(--fd-orange); font-size: 21px; }
.fd-item-primary-action { border-radius: 999px; margin-bottom: 12px; }
.fd-item-save { align-items: center; border-radius: 999px; display: flex; gap: 7px; justify-content: center; margin-bottom: 24px; }
.fd-item-save span { font-size: 23px; line-height: 1; }
.fd-item-tabs { border-top: 1px solid var(--fd-line); }
.fd-item-tabs__nav { display: flex; gap: 24px; }
.fd-item-tabs__nav button { background: none; border: 0; border-bottom: 3px solid transparent; color: #545d66; cursor: pointer; font: inherit; font-size: 14px; font-weight: 800; padding: 16px 0 12px; }
.fd-item-tabs__nav button.is-active { border-color: var(--fd-orange); color: var(--fd-orange-dark); }
.fd-item-tab-panel { display: none; padding: 16px 0 22px; }
.fd-item-tab-panel.is-active { display: block; }
.fd-item-tab-panel dl { margin: 0; }
.fd-item-tab-panel dl div { border-bottom: 1px solid var(--fd-line); display: flex; justify-content: space-between; padding: 10px 0; }
.fd-item-tab-panel dt { color: var(--fd-muted); }
.fd-item-tab-panel dd { font-weight: 750; margin: 0; text-align: right; }
.fd-item-message { background: #f8f8f7; border: 1px solid var(--fd-line); border-radius: 10px; margin-top: 10px; padding: 20px; scroll-margin-top: 100px; }
.fd-item-message h2 { font-size: 20px; margin: 0 0 5px; }
.fd-item-message > p { color: var(--fd-muted); font-size: 13px; margin-top: 0; }
.fd-item-message .fd-text-link { display: inline-block; margin: 12px 12px 0 0; }
.fd-item-secondary-actions { align-items: flex-start; color: var(--fd-muted); display: flex; flex-wrap: wrap; font-size: 13px; gap: 18px; margin-top: 14px; }
.fd-item-secondary-actions > a { color: var(--fd-orange-dark); font-weight: 750; }
.fd-item-secondary-actions form { margin: 0; }

.fd-seller-profile-section { border-top: 1px solid var(--fd-line); display: grid; gap: 26px; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr); margin-top: 55px; padding: 34px 0; }
.fd-seller-profile-card { align-items: center; display: flex; justify-content: space-between; }
.fd-seller-profile-card__identity { align-items: center; display: flex; gap: 20px; }
.fd-seller-profile-card__identity img { border: 4px solid #fff; border-radius: 50%; box-shadow: 0 4px 20px rgba(20,30,40,.12); height: 112px; width: 112px; }
.fd-seller-profile-card h2 { font-size: 25px; margin: 3px 0; }
.fd-seller-profile-card p { color: var(--fd-muted); margin: 5px 0; }
.fd-seller-profile-card a, .fd-seller-trust a { color: var(--fd-orange-dark); font-size: 13px; font-weight: 800; }
.fd-seller-profile-card__stats { display: flex; gap: 28px; padding-left: 24px; }
.fd-seller-profile-card__stats div { display: grid; gap: 4px; text-align: center; }
.fd-seller-profile-card__stats strong { font-size: 17px; }
.fd-seller-profile-card__stats span { color: var(--fd-muted); font-size: 11px; }
.fd-seller-trust { background: #fff8f2; border: 1px solid #ffe2cb; border-radius: 12px; padding: 22px; }
.fd-seller-trust h2 { font-size: 19px; margin: 0 0 8px; }
.fd-seller-trust p { color: #646b72; font-size: 13px; line-height: 1.6; }
.fd-related-items { border-top: 1px solid var(--fd-line); padding: 38px 0; }
.fd-related-items__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fd-related-items .fd-listing-card__placeholder { background-position: center; background-repeat: no-repeat; background-size: cover; color: transparent; }
.fd-related-searches { border-top: 1px solid var(--fd-line); padding: 28px 0 10px; }
.fd-related-searches h2 { font-size: 18px; margin: 0 0 12px; }

.fd-locations-page { margin-top: -1px; }
.fd-locations-hero { background: radial-gradient(circle at 50% 70%, #e8f8ff 0, #f7fcff 34%, #fff 72%); border-bottom: 1px solid #edf1f4; padding: 62px 0 68px; text-align: center; }
.fd-locations-hero h1 { font-size: clamp(46px, 6vw, 78px); letter-spacing: -.055em; margin: 5px 0 14px; }
.fd-locations-hero p { color: #5b697a; font-size: 17px; margin: 0 auto 30px; max-width: 760px; }
.fd-locations-hero label { display: block; font-size: 12px; font-weight: 800; margin: 0 auto 8px; max-width: 660px; text-align: left; }
.fd-location-search { align-items: center; background: #fff; border: 1px solid #ccd7e2; border-radius: 12px; box-shadow: 0 13px 35px rgba(29,61,90,.08); display: flex; margin: auto; max-width: 660px; }
.fd-location-search span { color: var(--fd-orange); font-size: 24px; padding-left: 18px; }
.fd-location-search input { background: transparent; border: 0; color: var(--fd-ink); font-size: 16px; font-weight: 650; height: 56px; outline: none; padding: 0 18px; width: 100%; }
.fd-locations-grid { column-count: 4; column-gap: 18px; padding-bottom: 70px; padding-top: 56px; }
.fd-state-card { background: #fff; border: 1px solid #d8e0e7; border-radius: 12px; break-inside: avoid; box-shadow: 0 8px 24px rgba(33,53,74,.04); display: inline-block; margin: 0 0 18px; overflow: hidden; width: 100%; }
.fd-state-card[hidden] { display: none; }
.fd-state-card header { align-items: center; background: linear-gradient(105deg, var(--fd-orange-dark), var(--fd-orange) 62%, #ffb02e); color: #fff; display: flex; justify-content: space-between; padding: 14px 17px; }
.fd-state-card h2 { font-size: 18px; margin: 0; }
.fd-state-card header span { font-size: 11px; font-weight: 900; letter-spacing: .07em; }
.fd-state-card ul { list-style: none; margin: 0; padding: 12px 20px 16px; }
.fd-state-card li { margin: 0; }
.fd-state-card a { align-items: center; color: #28405a; display: flex; font-size: 13px; gap: 8px; padding: 7px 0; }
.fd-state-card a span { color: #11a7df; font-size: 13px; }
.fd-state-card a:hover { color: var(--fd-orange-dark); transform: translateX(2px); }
.fd-locations-empty { column-span: all; font-size: 18px; padding: 50px; text-align: center; }

@media (max-width: 1050px) {
  .fd-item-top { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 24px; }
  .fd-item-media .fd-listing-gallery__primary, .fd-item-media .fd-listing-gallery__primary img, .fd-listing-gallery__demo-photo { height: 440px; min-height: 440px; }
  .fd-seller-profile-card { align-items: flex-start; flex-direction: column; gap: 24px; }
  .fd-seller-profile-card__stats { padding-left: 0; }
  .fd-locations-grid { column-count: 3; }
}
@media (max-width: 820px) {
  .fd-header-location { flex-basis: 52px; justify-content: center; padding: 0 8px; }
  .fd-header-location strong { display: none; }
  .fd-item-top { grid-template-columns: 1fr; }
  .fd-item-summary { padding-top: 0; }
  .fd-seller-profile-section { grid-template-columns: 1fr; }
  .fd-related-items__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-locations-grid { column-count: 2; }
}
@media (max-width: 560px) {
  .fd-breadcrumb { flex-wrap: nowrap; overflow: hidden; white-space: nowrap; }
  .fd-item-media .fd-listing-gallery__primary, .fd-item-media .fd-listing-gallery__primary img, .fd-listing-gallery__demo-photo { height: 320px; min-height: 320px; }
  .fd-item-tabs__nav { gap: 15px; }
  .fd-item-tabs__nav button { font-size: 12px; }
  .fd-seller-profile-card__identity { align-items: flex-start; }
  .fd-seller-profile-card__identity img { height: 72px; width: 72px; }
  .fd-seller-profile-card__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 100%; }
  .fd-related-items__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-locations-hero { padding: 42px 0 48px; }
  .fd-locations-hero h1 { font-size: 42px; }
  .fd-locations-hero p { font-size: 15px; }
  .fd-locations-grid { column-count: 1; padding-top: 30px; }
}

/* Search-indexable city marketplace pages. */
.fd-city-breadcrumb { color: var(--fd-muted); display: flex; flex-wrap: wrap; font-size: 13px; gap: 8px; padding-bottom: 13px; padding-top: 24px; }
.fd-city-breadcrumb a:hover { color: var(--fd-orange-dark); }
.fd-city-hero { background: linear-gradient(112deg, #fff8f0 0, #fff 52%, #fff3e3 100%); border-bottom: 1px solid #f2e4d7; border-top: 1px solid #f5e7da; }
.fd-city-hero__inner { align-items: center; display: flex; justify-content: space-between; padding-bottom: 38px; padding-top: 36px; }
.fd-city-hero h1 { font-size: clamp(40px, 5vw, 67px); letter-spacing: -.05em; margin: 5px 0 8px; }
.fd-city-hero p { color: #68717a; font-size: 16px; margin: 0; max-width: 760px; }
.fd-city-hero .fd-button { flex: 0 0 auto; margin-left: 28px; }
.fd-city-layout { display: grid; gap: 26px; grid-template-columns: minmax(0, 1fr) 265px; padding-bottom: 60px; padding-top: 34px; }
.fd-city-main { min-width: 0; }
.fd-city-directory .fd-section__heading h2, .fd-city-listings .fd-section__heading h2 { font-size: 28px; }
.fd-city-category-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fd-city-category-card { background: #fff; border: 1px solid #dedede; border-radius: 8px; min-width: 0; overflow: hidden; }
.fd-city-category-card h3 { align-items: center; background: #fff4e7; border-bottom: 1px solid #f0d9c1; color: #3d342c; display: flex; font-size: 17px; gap: 9px; justify-content: center; margin: 0; padding: 11px 12px; }
.fd-city-category-card h3 span { color: var(--fd-orange-dark); }
.fd-city-category-card > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 8px 12px 5px; }
.fd-city-category-card > div a { border-bottom: 1px solid #edf0f2; color: #345a87; font-size: 12px; overflow: hidden; padding: 7px 4px; text-overflow: ellipsis; white-space: nowrap; }
.fd-city-category-card > div a:hover { color: var(--fd-orange-dark); }
.fd-city-category-card__all { color: var(--fd-orange-dark); display: block; font-size: 12px; font-weight: 800; padding: 8px 16px 13px; }
.fd-city-sidebar { display: grid; align-content: start; gap: 18px; }
.fd-city-side-card { background: #fff; border: 1px solid var(--fd-line); border-radius: 9px; padding: 19px; }
.fd-city-side-card h2 { font-size: 18px; margin: 0 0 11px; }
.fd-city-side-card p { color: var(--fd-muted); font-size: 13px; line-height: 1.6; }
.fd-city-side-card ul { list-style: none; margin: 0 0 12px; padding: 0; }
.fd-city-side-card li { border-bottom: 1px solid var(--fd-line); }
.fd-city-side-card li a { color: #455567; display: flex; font-size: 13px; justify-content: space-between; padding: 8px 0; }
.fd-city-side-card li a span { color: var(--fd-orange); }
.fd-ad-slot { align-items: center; background: #f7f7f6; border: 1px dashed #cfd4d8; color: #a0a5aa; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.fd-ad-slot > span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.fd-ad-slot > div { font-size: 12px; margin-top: 8px; }
.fd-ad-slot--vertical { border-radius: 9px; min-height: 260px; }
.fd-ad-slot--vertical-large { border-radius: 9px; min-height: 520px; }
.fd-ad-slot--horizontal { border-radius: 9px; min-height: 100px; margin: 30px 0; }
.fd-city-listings { border-top: 1px solid var(--fd-line); padding-top: 30px; }
.fd-city-listings .fd-listing-grid--archive { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fd-city-empty { grid-column: 1 / -1; padding: 50px 20px; }
.fd-city-empty h3 { margin-bottom: 5px; }
.fd-city-empty .fd-button { margin-top: 10px; }
.fd-city-copy { border-top: 1px solid var(--fd-line); margin-top: 38px; padding-top: 32px; }
.fd-city-copy > h2 { font-size: 27px; }
.fd-city-copy > p { color: #596573; line-height: 1.75; max-width: 900px; }
.fd-city-facts { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-top: 24px; }
.fd-city-facts div { background: #fff8f0; border: 1px solid #ffe0bf; border-radius: 8px; display: grid; gap: 4px; padding: 16px; }
.fd-city-facts strong { font-size: 15px; }
.fd-city-facts span { color: var(--fd-muted); font-size: 11px; }

@media (max-width: 1050px) {
  .fd-city-layout { grid-template-columns: minmax(0, 1fr) 230px; }
  .fd-city-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-city-listings .fd-listing-grid--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .fd-city-hero__inner { align-items: flex-start; flex-direction: column; gap: 20px; }
  .fd-city-hero .fd-button { margin-left: 0; }
  .fd-city-layout { grid-template-columns: 1fr; }
  .fd-city-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-ad-slot--vertical { min-height: 190px; }
}
@media (max-width: 560px) {
  .fd-city-hero h1 { font-size: 40px; }
  .fd-city-category-grid { grid-template-columns: 1fr; }
  .fd-city-sidebar { grid-template-columns: 1fr; }
  .fd-city-facts { grid-template-columns: 1fr; }
  .fd-city-listings .fd-listing-grid--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

body.fd-site .fd-city-search-results--links { display: block; grid-template-columns: none; }
body.fd-site .fd-city-search-results--links .fd-listing-card { width: 100%; }

/* Post-an-ad authentication gateway */
.fd-auth-gateway { background: radial-gradient(circle at 15% 20%, rgba(242,140,24,.13), transparent 36%), #f4f6f4; min-height: calc(100vh - 82px); padding: 62px 0 80px; }
.fd-auth-gateway__shell { background: #fff; border: 1px solid rgba(16,32,51,.1); border-radius: 24px; box-shadow: 0 30px 90px rgba(16,32,51,.16); display: grid; grid-template-columns: minmax(300px, .88fr) minmax(440px, 1.12fr); max-width: 1000px; min-height: 680px; overflow: hidden; padding: 0; }
.fd-auth-gateway__visual { background: linear-gradient(145deg, #f28c18 0%, #d97100 58%, #173453 100%); color: #fff; overflow: hidden; padding: 52px 42px; position: relative; }
.fd-auth-gateway__visual:before, .fd-auth-gateway__visual:after { border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; height: 380px; position: absolute; width: 380px; }
.fd-auth-gateway__visual:before { left: -190px; top: -170px; }
.fd-auth-gateway__visual:after { bottom: -210px; right: -190px; }
.fd-auth-visual__copy { display: grid; gap: 16px; max-width: 310px; position: relative; z-index: 2; }
.fd-auth-visual__copy > span { align-items: center; background: #fff; border-radius: 15px 4px 15px 4px; color: var(--fd-orange-dark); display: flex; font-size: 28px; font-weight: 950; height: 50px; justify-content: center; width: 50px; }
.fd-auth-visual__copy strong { font-size: 33px; letter-spacing: -.035em; line-height: 1.08; }
.fd-auth-visual__copy small { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.55; }
.fd-auth-phone { background: #fff; border: 8px solid #102033; border-radius: 28px; bottom: -70px; box-shadow: 0 24px 60px rgba(0,0,0,.25); height: 380px; padding: 24px 18px; position: absolute; right: 42px; transform: rotate(7deg); width: 210px; z-index: 2; }
.fd-auth-phone__top { background: #102033; border-radius: 999px; height: 7px; margin: -12px auto 14px; width: 54px; }
.fd-auth-phone__photo { align-items: center; background: linear-gradient(135deg, #fff7ea, #e4f0eb); border-radius: 15px; color: var(--fd-orange); display: flex; font-size: 70px; font-weight: 950; height: 185px; justify-content: center; }
.fd-auth-phone__line { background: #dfe5e8; border-radius: 999px; height: 10px; margin-top: 18px; }
.fd-auth-phone__line--short { width: 64%; }
.fd-auth-phone__button { background: var(--fd-orange); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 850; margin-top: 24px; padding: 11px; text-align: center; }
.fd-auth-gateway__panel { align-self: center; padding: 50px 64px; position: relative; }
.fd-auth-gateway__close { align-items: center; border: 1px solid #dfe5e8; border-radius: 50%; color: #546274; display: flex; font-size: 25px; height: 38px; justify-content: center; position: absolute; right: 22px; top: 22px; width: 38px; }
.fd-auth-gateway__panel h1 { font-size: clamp(34px, 4vw, 48px); margin-bottom: 12px; }
.fd-auth-gateway__panel > p { margin: 0 0 24px; }
.fd-auth-tabs { border-bottom: 1px solid #e0e5e8; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 24px; }
.fd-auth-tabs a { border-bottom: 3px solid transparent; color: #718094; font-size: 14px; font-weight: 850; padding: 12px; text-align: center; }
.fd-auth-tabs a.is-active { border-bottom-color: var(--fd-orange); color: var(--fd-orange-dark); }
.fd-auth-form { display: grid; gap: 9px; }
.fd-auth-form > label:not(.fd-auth-check) { color: #314258; font-size: 12px; font-weight: 850; margin-top: 4px; }
.fd-auth-form > input:not([type="hidden"]):not([type="checkbox"]) { background: #fff; border: 1px solid #cbd4da; border-radius: 9px; min-height: 48px; outline: 0; padding: 10px 13px; width: 100%; }
.fd-auth-form > input:focus { border-color: var(--fd-orange); box-shadow: 0 0 0 3px rgba(242,140,24,.14); }
.fd-auth-form > small { color: #7a8490; font-size: 11px; }
.fd-auth-form .fd-button { margin-top: 9px; }
.fd-auth-form__options { align-items: center; display: flex; justify-content: space-between; margin: 5px 0; }
.fd-auth-form__options > a { color: var(--fd-orange-dark); font-size: 12px; font-weight: 800; }
.fd-auth-check { align-items: flex-start; color: #667386; display: flex; font-size: 12px; gap: 8px; line-height: 1.45; margin-top: 7px; }
.fd-auth-check input { accent-color: var(--fd-orange); flex: 0 0 auto; margin-top: 3px; }
.fd-auth-check a { color: var(--fd-orange-dark); font-weight: 800; text-decoration: underline; }
.fd-auth-honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.fd-auth-trust { border-top: 1px solid #edf0f2; display: flex; flex-wrap: wrap; gap: 7px 14px; margin-top: 25px; padding-top: 18px; }
.fd-auth-trust span { color: #647387; font-size: 11px; font-weight: 700; }
.fd-auth-trust span::first-letter { color: var(--fd-success); }

@media (max-width: 820px) {
  .fd-auth-gateway { padding-top: 24px; }
  .fd-auth-gateway__shell { grid-template-columns: 1fr; width: calc(100% - 28px); }
  .fd-auth-gateway__visual { min-height: 260px; padding: 36px 30px; }
  .fd-auth-phone { bottom: -155px; height: 320px; right: 40px; transform: rotate(7deg) scale(.78); transform-origin: bottom right; }
  .fd-auth-visual__copy { max-width: 58%; }
  .fd-auth-visual__copy strong { font-size: 27px; }
  .fd-auth-gateway__panel { padding: 42px 30px; }
}

@media (max-width: 520px) {
  .fd-auth-gateway__visual { min-height: 210px; }
  .fd-auth-phone { opacity: .55; right: 12px; }
  .fd-auth-visual__copy { max-width: 78%; }
  .fd-auth-gateway__panel { padding: 38px 22px; }
  .fd-auth-form__options { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* Location-aware marketplace search */
.fd-header-search { overflow: visible; position: relative; }
.fd-header-search > input[type="search"] { border-radius: 999px 0 0 999px; }
.fd-header-location { flex: 0 1 210px; min-width: 150px; padding: 0 10px; position: relative; }
.fd-header-location > span { flex: 0 0 auto; }
.fd-header-search .fd-header-location input[type="text"] { flex: 1 1 auto; font-size: 13px; font-weight: 700; padding: 0 4px; width: 100%; }
.fd-header-search .fd-header-location input[type="hidden"] { display: none; }
.fd-city-suggestions { background: #fff; border: 1px solid #d7dee3; border-radius: 12px; box-shadow: 0 18px 45px rgba(16,32,51,.18); left: -1px; min-width: 290px; overflow: hidden; position: absolute; top: calc(100% + 9px); z-index: 1000; }
.fd-city-suggestions__options { max-height: 330px; overflow-y: auto; padding: 7px; }
.fd-city-suggestions__options button { align-items: center; background: transparent; border: 0; border-radius: 8px; color: #26384e; cursor: pointer; display: flex; font-size: 13px; font-weight: 720; gap: 9px; min-height: 39px; padding: 8px 10px; text-align: left; width: 100%; }
.fd-city-suggestions__options button > span { color: var(--fd-orange); }
.fd-city-suggestions__options button:hover, .fd-city-suggestions__options button[aria-selected="true"] { background: #fff4e8; color: var(--fd-orange-dark); }
.fd-city-suggestions > p { color: #69788b; font-size: 12px; margin: 0; padding: 15px 17px; }
.fd-city-suggestions > a { border-top: 1px solid #e5eaed; color: var(--fd-orange-dark); display: block; font-size: 12px; font-weight: 850; padding: 12px 17px; }

@media (max-width: 1120px) {
  .fd-header-location { flex-basis: 165px; min-width: 130px; }
  .fd-header-search button { min-width: 76px; }
}

@media (max-width: 760px) {
  .fd-header__inner { flex-wrap: wrap; }
  .fd-header-search { flex: 1 0 100%; margin: 10px 0 2px; max-width: none; order: 4; }
  .fd-header-location { flex-basis: 42%; justify-content: flex-start; min-width: 125px; padding: 0 9px; }
  .fd-header-location input[type="text"] { display: block; }
  .fd-city-suggestions { left: auto; min-width: min(310px, calc(100vw - 32px)); right: -54px; }
}

@media (max-width: 480px) {
  .fd-header-search > input[type="search"] { max-width: 42%; }
  .fd-header-location { flex: 1 1 auto; }
  .fd-header-search button { min-width: 52px; padding: 0 10px; }
}

/* Expanded marketplace footer */
.fd-footer { margin-top: 70px; padding-top: 72px; }
.fd-footer__grid { align-items: start; gap: clamp(34px, 5vw, 78px); grid-template-columns: 1.45fr 1fr 1fr 1fr; }
.fd-footer__brand { padding-right: 24px; }
.fd-footer__brand p { font-size: 15px; line-height: 1.75; margin: 20px 0 14px; max-width: 330px; }
.fd-footer__email { color: var(--fd-orange-dark); display: inline-block; font-size: 14px; font-weight: 850; margin-bottom: 24px; }
.fd-footer__email:hover { text-decoration: underline; }
.fd-footer h2 { color: var(--fd-ink); font-size: 13px; letter-spacing: .08em; margin: 4px 0 20px; text-transform: uppercase; }
.fd-footer li { margin: 0 0 13px; }
.fd-footer li a { font-size: 14px; }
.fd-footer__social { margin-top: 2px; }
.fd-footer__bottom { align-items: center; margin-top: 72px; min-height: 80px; padding-bottom: 26px; padding-top: 26px; }
.fd-footer__legal { display: flex; gap: 24px; }
.fd-footer__legal a { color: inherit; }
.fd-footer__legal a:hover { color: var(--fd-orange-dark); }

/* Support center */
.fd-support-hero { background: radial-gradient(circle at 50% 100%, rgba(242,140,24,.12), transparent 48%), #f7f9fa; border-bottom: 1px solid var(--fd-line); padding: 88px 0 82px; text-align: center; }
.fd-support-hero h1 { font-size: clamp(48px, 7vw, 82px); letter-spacing: -.055em; margin: 10px 0 18px; }
.fd-support-hero p { color: #637186; font-size: 18px; line-height: 1.7; margin: 0 auto; max-width: 730px; }
.fd-support { padding-bottom: 20px; padding-top: 68px; }
.fd-support__intro { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; margin-bottom: 68px; }
.fd-support__intro > div { border: 1px solid var(--fd-line); border-radius: 18px; box-shadow: 0 16px 40px rgba(16,32,51,.06); padding: 30px; }
.fd-support__icon { align-items: center; background: #fff4e7; border-radius: 50%; color: var(--fd-orange-dark); display: flex; font-size: 20px; font-weight: 900; height: 46px; justify-content: center; margin-bottom: 20px; width: 46px; }
.fd-support__intro h2, .fd-support__form-wrap h2, .fd-support__faq h2 { color: var(--fd-ink); margin: 0 0 10px; }
.fd-support__intro p, .fd-support__form-wrap p, .fd-support__faq p { color: #68778a; line-height: 1.7; }
.fd-support__intro a { color: var(--fd-orange-dark); font-weight: 850; }
.fd-support__form-wrap { background: #f7f9fa; border: 1px solid var(--fd-line); border-radius: 22px; display: grid; gap: 70px; grid-template-columns: .8fr 1.2fr; padding: clamp(28px, 5vw, 64px); }
.fd-support-form { display: grid; gap: 18px; }
.fd-support-form__row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.fd-support-form label { color: #293b51; display: grid; font-size: 13px; font-weight: 800; gap: 8px; }
.fd-support-form input, .fd-support-form select, .fd-support-form textarea { background: #fff; border: 1px solid #cfd8df; border-radius: 10px; color: var(--fd-ink); font: inherit; min-height: 50px; outline: 0; padding: 12px 14px; width: 100%; }
.fd-support-form textarea { min-height: 150px; resize: vertical; }
.fd-support-form input:focus, .fd-support-form select:focus, .fd-support-form textarea:focus { border-color: var(--fd-orange); box-shadow: 0 0 0 3px rgba(242,140,24,.14); }
.fd-support-form .fd-button { border: 0; cursor: pointer; justify-self: start; min-width: 180px; }
.fd-support-honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.fd-support-notice { background: #fff7df; border: 1px solid #ebce71; border-radius: 10px; color: #5c4910; font-size: 14px; font-weight: 750; margin-bottom: 18px; padding: 13px 15px; }
.fd-support-notice--success { background: #eaf8f0; border-color: #9ed7b5; color: #1d5c38; }
.fd-support-notice--error { background: #fff0ee; border-color: #edb5ad; color: #842b20; }
.fd-support__faq { margin: 76px auto 0; max-width: 900px; }
.fd-support__faq > h2 { font-size: clamp(34px, 4vw, 48px); margin-bottom: 28px; }
.fd-support__faq details { border: 1px solid var(--fd-line); border-radius: 12px; margin: 0 0 12px; padding: 0 20px; }
.fd-support__faq summary { color: var(--fd-ink); cursor: pointer; font-size: 16px; font-weight: 850; list-style: none; padding: 20px 38px 20px 0; position: relative; }
.fd-support__faq summary::-webkit-details-marker { display: none; }
.fd-support__faq summary::after { color: var(--fd-orange-dark); content: '+'; font-size: 24px; position: absolute; right: 0; top: 14px; }
.fd-support__faq details[open] summary::after { content: '−'; }
.fd-support__faq details p { border-top: 1px solid var(--fd-line); margin: 0; padding: 18px 0 22px; }

@media (max-width: 980px) {
  .fd-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .fd-footer__grid > div:last-child { grid-column: 2 / 4; }
  .fd-support__form-wrap { gap: 34px; grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .fd-footer { padding-top: 54px; }
  .fd-footer__grid { gap: 36px 28px; grid-template-columns: 1fr 1fr; }
  .fd-footer__grid > div:first-child, .fd-footer__grid > div:last-child { grid-column: 1 / -1; }
  .fd-footer__bottom { align-items: flex-start; gap: 12px; margin-top: 52px; }
  .fd-support-hero { padding: 62px 0 58px; }
  .fd-support-hero h1 { font-size: 47px; }
  .fd-support__intro { grid-template-columns: 1fr; }
  .fd-support-form__row { grid-template-columns: 1fr; }
}

/* About Fendies */
.fd-about-hero { background: linear-gradient(135deg, #fff 0%, #fff8ee 52%, #f3f7f8 100%); border-bottom: 1px solid var(--fd-line); overflow: hidden; padding: 84px 0; }
.fd-about-hero__grid { align-items: center; display: grid; gap: clamp(44px, 7vw, 110px); grid-template-columns: 1.08fr .92fr; }
.fd-about-hero h1 { font-size: clamp(48px, 6vw, 78px); letter-spacing: -.06em; line-height: .98; margin: 14px 0 26px; max-width: 820px; }
.fd-about-hero p { color: #617084; font-size: 19px; line-height: 1.72; max-width: 680px; }
.fd-about-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.fd-button--outline { background: #fff; border: 1px solid #cfd7dd; color: var(--fd-ink); }
.fd-button--outline:hover { background: #fff5e8; border-color: var(--fd-orange); color: var(--fd-orange-dark); }
.fd-about-hero__visual { aspect-ratio: 1; background: #102033; border-radius: 48% 52% 48% 52% / 43% 48% 52% 57%; box-shadow: 0 34px 75px rgba(16,32,51,.2); max-width: 500px; position: relative; width: 100%; }
.fd-about-mark { align-items: center; color: #fff; display: flex; flex-direction: column; inset: 50% auto auto 50%; position: absolute; transform: translate(-50%,-50%); }
.fd-about-mark > span { align-items: center; background: var(--fd-orange); border-radius: 50%; display: flex; font-size: 54px; font-weight: 950; height: 110px; justify-content: center; margin-bottom: 14px; width: 110px; }
.fd-about-mark strong { font-size: 30px; letter-spacing: .08em; }
.fd-about-mark small { color: #aebccd; font-size: 12px; letter-spacing: .08em; margin-top: 7px; text-transform: uppercase; }
.fd-about-orbit { align-items: center; background: #fff; border: 1px solid rgba(16,32,51,.08); border-radius: 999px; box-shadow: 0 12px 32px rgba(16,32,51,.17); color: #28384d; display: flex; font-size: 13px; gap: 8px; padding: 10px 15px; position: absolute; }
.fd-about-orbit span { align-items: center; background: #fff1dd; border-radius: 50%; color: var(--fd-orange-dark); display: flex; font-size: 16px; height: 28px; justify-content: center; width: 28px; }
.fd-about-orbit--one { left: -8%; top: 17%; }
.fd-about-orbit--two { right: -8%; top: 30%; }
.fd-about-orbit--three { bottom: 15%; left: 5%; }
.fd-about-section { padding-bottom: 90px; padding-top: 90px; }
.fd-about-heading { margin-bottom: 42px; max-width: 740px; }
.fd-about-heading h2, .fd-about-band h2, .fd-about-cta h2 { font-size: clamp(38px, 5vw, 60px); letter-spacing: -.05em; line-height: 1.06; margin: 12px 0 16px; }
.fd-about-heading > p { color: #69778a; font-size: 17px; line-height: 1.7; }
.fd-about-heading--center { margin-left: auto; margin-right: auto; text-align: center; }
.fd-about-card-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.fd-about-card { background: #fff; border: 1px solid var(--fd-line); border-radius: 18px; box-shadow: 0 18px 45px rgba(16,32,51,.06); padding: 34px; }
.fd-about-card > span { align-items: center; background: #fff3e3; border-radius: 13px; color: var(--fd-orange-dark); display: flex; font-size: 24px; font-weight: 900; height: 52px; justify-content: center; margin-bottom: 26px; width: 52px; }
.fd-about-card h3, .fd-about-steps h3 { color: var(--fd-ink); font-size: 21px; margin: 0 0 12px; }
.fd-about-card p, .fd-about-steps p { color: #6a788b; line-height: 1.68; margin: 0; }
.fd-about-band { background: var(--fd-ink); color: #fff; padding: 82px 0; }
.fd-about-band__grid { align-items: start; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.fd-about-band .fd-eyebrow { color: #ffb55a; }
.fd-about-band h2 { color: #fff; margin-bottom: 0; }
.fd-about-band p { color: #bcc8d5; font-size: 17px; line-height: 1.78; margin: 0 0 18px; }
.fd-about-steps { counter-reset: fd-step; display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.fd-about-steps article { background: #f7f9fa; border: 1px solid var(--fd-line); border-radius: 16px; padding: 30px; }
.fd-about-steps article > b { color: var(--fd-orange); display: block; font-size: 13px; letter-spacing: .12em; margin-bottom: 38px; }
.fd-about-cta { background: linear-gradient(120deg, #fff5e8, #f4f8f9); border-bottom: 1px solid var(--fd-line); border-top: 1px solid var(--fd-line); padding: 82px 0; text-align: center; }
.fd-about-cta .fd-shell { max-width: 880px; }
.fd-about-cta p { color: #677589; font-size: 18px; }
.fd-about-cta .fd-about-actions { justify-content: center; }
.fd-about-text-link { color: var(--fd-orange-dark); font-weight: 850; padding: 14px 18px; }
.fd-about-text-link:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .fd-about-hero__grid { grid-template-columns: 1fr; }
  .fd-about-hero__visual { margin: 0 auto; max-width: 440px; }
  .fd-about-card-grid, .fd-about-steps { grid-template-columns: 1fr 1fr; }
  .fd-about-card-grid > :last-child, .fd-about-steps > :last-child { grid-column: 1 / -1; }
  .fd-about-band__grid { gap: 34px; grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .fd-about-hero { padding: 58px 0 72px; }
  .fd-about-hero h1 { font-size: 48px; }
  .fd-about-hero p { font-size: 17px; }
  .fd-about-orbit--one { left: -2%; }
  .fd-about-orbit--two { right: -2%; }
  .fd-about-card-grid, .fd-about-steps { grid-template-columns: 1fr; }
  .fd-about-card-grid > :last-child, .fd-about-steps > :last-child { grid-column: auto; }
  .fd-about-section { padding-bottom: 64px; padding-top: 64px; }
  .fd-about-band, .fd-about-cta { padding: 64px 0; }
}

/* Fendies Help Center, expanded About page, and support assistant */
.fd-help-hero{background:radial-gradient(circle at 50% 100%,rgba(242,140,24,.16),transparent 50%),#f7f9fb;border-bottom:1px solid var(--fd-line);padding:82px 0 76px;text-align:center}.fd-help-hero h1{font-size:clamp(50px,7vw,82px);letter-spacing:-.055em;margin:9px 0 12px}.fd-help-hero p{color:#647387;font-size:18px}.fd-help-search{align-items:center;background:#fff;border:1px solid #cbd5dd;border-radius:14px;box-shadow:0 18px 48px rgba(16,32,51,.1);display:flex;gap:12px;margin:34px auto 0;max-width:780px;padding:0 20px}.fd-help-search span{color:var(--fd-orange-dark);font-size:26px}.fd-help-search input{border:0;font:inherit;font-size:17px;min-height:62px;outline:0;width:100%}.fd-help{padding-bottom:24px;padding-top:70px}.fd-help-heading{margin-bottom:28px}.fd-help-heading h2{font-size:clamp(34px,4vw,48px);letter-spacing:-.035em;margin:8px 0 0}.fd-help-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.fd-help-card{border:1px solid var(--fd-line);border-radius:18px;box-shadow:0 12px 32px rgba(16,32,51,.05);color:inherit;min-height:255px;padding:28px;transition:.2s}.fd-help-card:hover{border-color:rgba(242,140,24,.55);box-shadow:0 20px 44px rgba(16,32,51,.1);transform:translateY(-4px)}.fd-help-card>span{align-items:center;background:#fff2e1;border-radius:14px;color:var(--fd-orange-dark);display:flex;font-size:28px;font-weight:900;height:56px;justify-content:center;width:56px}.fd-help-card h3{font-size:20px;margin:22px 0 9px}.fd-help-card p{color:#68778a;font-size:14px;line-height:1.65;margin:0 0 18px}.fd-help-card b{color:var(--fd-orange-dark);font-size:13px}.fd-help-popular{border-top:1px solid var(--fd-line);margin-top:76px;padding-top:70px}.fd-help-popular__grid{display:grid;gap:0 34px;grid-template-columns:repeat(3,1fr)}.fd-help-popular__grid a{align-items:center;border-bottom:1px solid var(--fd-line);color:var(--fd-ink);display:flex;font-weight:750;justify-content:space-between;padding:18px 0}.fd-help-popular__grid a:hover,.fd-help-popular__grid span{color:var(--fd-orange-dark)}.fd-help-contact{align-items:center;background:var(--fd-ink);border-radius:22px;color:#fff;display:flex;justify-content:space-between;margin-top:78px;padding:48px 54px}.fd-help-contact h2{font-size:36px;margin:8px 0}.fd-help-contact p{color:#c3ced9;margin:0}.fd-help-results [data-fd-help-result-list]{display:grid;gap:12px}.fd-help-result{border:1px solid var(--fd-line);border-radius:12px;color:inherit;display:block;padding:20px 22px}.fd-help-result:hover{border-color:var(--fd-orange)}.fd-help-result small{color:var(--fd-orange-dark);font-weight:800;text-transform:uppercase}.fd-help-result h3{margin:6px 0}.fd-help-result p{color:#68778a;margin:0}.fd-help-topic-hero{background:#f7f9fb;border-bottom:1px solid var(--fd-line);padding:64px 0;text-align:center}.fd-help-topic-hero nav{color:#778597;font-size:13px;margin-bottom:28px}.fd-help-topic-hero nav a{color:var(--fd-orange-dark);font-weight:800}.fd-help-topic-hero nav span{margin:0 8px}.fd-help-topic-hero__icon{align-items:center;background:#fff2e1;border-radius:16px;color:var(--fd-orange-dark);display:flex;font-size:30px;height:64px;justify-content:center;margin:0 auto 18px;width:64px}.fd-help-topic-hero h1{font-size:clamp(44px,6vw,68px);letter-spacing:-.05em;margin:0 0 12px}.fd-help-topic-hero p{color:#68778a;font-size:18px;margin:auto;max-width:680px}.fd-help-topic{align-items:start;display:grid;gap:58px;grid-template-columns:250px 1fr;padding-bottom:20px;padding-top:64px}.fd-help-topic aside{border:1px solid var(--fd-line);border-radius:14px;display:grid;padding:22px;position:sticky;top:100px}.fd-help-topic aside strong{margin-bottom:12px}.fd-help-topic aside a{color:#657487;font-size:14px;padding:8px 0}.fd-help-topic aside a:hover{color:var(--fd-orange-dark)}.fd-help-topic__back{border-top:1px solid var(--fd-line);font-weight:800;margin-top:12px;padding-top:18px!important}.fd-help-topic__articles{display:grid;gap:22px}.fd-help-topic__articles article{border:1px solid var(--fd-line);border-radius:18px;scroll-margin-top:110px;padding:34px 38px}.fd-help-topic__articles h2{font-size:30px;margin:8px 0 12px}.fd-help-topic__articles p{color:#657487;font-size:16px;line-height:1.75}.fd-help-topic__articles article>div{border-top:1px solid var(--fd-line);margin-top:24px;padding-top:18px}.fd-help-topic__articles article>div a{color:var(--fd-orange-dark);font-weight:850}
.fd-about-facts{display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.fd-about-facts article{background:#f7f9fb;border:1px solid var(--fd-line);border-radius:16px;padding:28px}.fd-about-facts b{display:block;font-size:20px;margin-bottom:8px}.fd-about-facts p{color:#68778a;line-height:1.7;margin:0}.fd-about-business{background:#f7f9fb;border-bottom:1px solid var(--fd-line);border-top:1px solid var(--fd-line);padding:82px 0}.fd-about-business__grid{display:grid;gap:80px;grid-template-columns:.8fr 1.2fr}.fd-about-business h2{font-size:clamp(40px,5vw,58px);letter-spacing:-.04em;margin:10px 0 0}.fd-about-business p{color:#5f6f82;font-size:17px;line-height:1.8}.fd-about-business a{color:var(--fd-orange-dark);font-weight:850}.fd-about-faq__grid{display:grid;gap:14px;grid-template-columns:1fr 1fr}.fd-about-faq details{border:1px solid var(--fd-line);border-radius:14px;padding:0 22px}.fd-about-faq summary{cursor:pointer;font-weight:850;list-style:none;padding:22px 34px 22px 0;position:relative}.fd-about-faq summary::after{color:var(--fd-orange-dark);content:'+';font-size:23px;position:absolute;right:0;top:16px}.fd-about-faq details[open] summary::after{content:'−'}.fd-about-faq details p{border-top:1px solid var(--fd-line);color:#68778a;line-height:1.7;margin:0;padding:18px 0 22px}
.fd-assistant-launcher{align-items:center;background:var(--fd-orange);border:0;border-radius:999px;bottom:24px;box-shadow:0 14px 34px rgba(16,32,51,.2);color:var(--fd-ink);cursor:pointer;display:flex;font:inherit;font-weight:900;gap:9px;padding:14px 20px;position:fixed;right:22px;z-index:9997}.fd-assistant-launcher span{align-items:center;border:2px solid currentColor;border-radius:50%;display:flex;height:21px;justify-content:center;width:21px}.fd-assistant{background:#fff;border:1px solid #d5dee5;border-radius:18px;bottom:22px;box-shadow:0 24px 70px rgba(16,32,51,.25);display:grid;grid-template-rows:auto minmax(210px,1fr) auto auto auto;max-height:min(650px,calc(100vh - 44px));overflow:hidden;position:fixed;right:22px;width:min(410px,calc(100vw - 30px));z-index:9998}.fd-assistant[hidden]{display:none}.fd-assistant header{align-items:center;background:var(--fd-ink);color:#fff;display:grid;gap:11px;grid-template-columns:auto 1fr auto;padding:16px 18px}.fd-assistant__mark{align-items:center;background:var(--fd-orange);border-radius:50%;color:#fff;display:flex;font-weight:900;height:38px;justify-content:center;width:38px}.fd-assistant header strong,.fd-assistant header small{display:block}.fd-assistant header small{color:#c5d0dc;font-size:10px;margin-top:2px}.fd-assistant header button{background:transparent;border:0;color:#fff;cursor:pointer;font-size:26px}.fd-assistant__conversation{background:#f7f9fb;overflow-y:auto;padding:18px}.fd-assistant__message{border-radius:14px;font-size:14px;line-height:1.55;margin-bottom:12px;max-width:88%;padding:11px 13px;white-space:pre-wrap}.fd-assistant__message--bot{background:#fff;border:1px solid #e0e6eb}.fd-assistant__message--user{background:var(--fd-ink);color:#fff;margin-left:auto}.fd-assistant__message a{color:var(--fd-orange-dark);display:inline-block;font-weight:850;margin-top:7px}.fd-assistant__quick{display:flex;gap:7px;overflow-x:auto;padding:12px 14px 6px}.fd-assistant__quick button,.fd-assistant__quick a{background:#fff;border:1px solid #f2a64e;border-radius:999px;color:#8e4d00;cursor:pointer;flex:0 0 auto;font:inherit;font-size:11px;padding:7px 10px}.fd-assistant__form{align-items:center;border:1px solid #cfd8df;border-radius:999px;display:flex;margin:10px 14px;padding:3px 5px 3px 13px}.fd-assistant__form input{border:0;font:inherit;font-size:13px;min-height:38px;outline:0;width:100%}.fd-assistant__form button{background:var(--fd-orange);border:0;border-radius:50%;cursor:pointer;height:34px;width:36px}.fd-assistant__notice{color:#7a8694;font-size:9px;margin:0;padding:0 14px 11px;text-align:center}
@media(max-width:1020px){.fd-help-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.fd-help-hero{padding:58px 0 54px}.fd-help-grid,.fd-help-popular__grid,.fd-about-facts,.fd-about-faq__grid{grid-template-columns:1fr}.fd-help-contact{align-items:flex-start;flex-direction:column;gap:24px;padding:34px 28px}.fd-help-topic{grid-template-columns:1fr}.fd-help-topic aside{position:static}.fd-about-business__grid{gap:28px;grid-template-columns:1fr}.fd-assistant{bottom:10px;right:10px;width:calc(100vw - 20px)}.fd-assistant-launcher{bottom:16px;right:14px}}

/* Account Upgrade: wider pricing cards */
.page-id-45498 .fd-page__content {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 28px;
}
.page-id-45498 .fd-upgrade {
  width: 100%;
  max-width: 1184px;
}
.page-id-45498 .fd-plan-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1050px) {
  .page-id-45498 .fd-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .page-id-45498 .fd-page__content { padding-inline: 16px; }
  .page-id-45498 .fd-plan-grid { grid-template-columns: 1fr; }
}


/* Header language selector */
.fd-language-menu {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
}
.fd-language-menu > summary {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid #d7dee8;
  border-radius: 50%;
  background: #fff;
  color: #102440;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
  list-style: none;
  line-height: 1;
}
.fd-language-menu > summary::-webkit-details-marker {
  display: none;
}
.fd-language-menu > summary::marker {
  display: none;
  content: "";
}
.fd-language-menu > summary:hover,
.fd-language-menu > summary:focus-visible,
.fd-language-menu[open] > summary {
  border-color: #f89012;
  color: #f89012;
  outline: none;
}
.fd-language-menu > summary svg {
  display: block;
  width: 19px;
  height: 19px;
  min-width: 19px;
  max-width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fd-language-menu__chevron {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  transform: translateY(1px);
}
.fd-language-menu[open] .fd-language-menu__chevron {
  transform: translateY(1px) rotate(180deg);
}
.fd-language-menu__panel {
  display: none;
  position: absolute;
  z-index: 1000;
  top: calc(100% + 10px);
  right: 0;
  width: 200px;
  padding: 16px;
  border: 1px solid #dce3eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 36, 64, .16);
  color: #102440;
}
.fd-language-menu[open] > .fd-language-menu__panel {
  display: grid;
  gap: 8px;
}
.fd-language-menu__panel strong {
  font-size: 14px;
  line-height: 1.25;
}
.fd-language-menu__panel a {
  color: #53657b;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}
.fd-language-menu__panel a:hover,
.fd-language-menu__panel a:focus-visible {
  color: #f27f0c;
}
@media (max-width: 860px) {
  .fd-language-menu > summary {
    width: 40px;
    height: 40px;
  }
  .fd-language-menu__panel {
    right: 0;
  }
}


/* Six-column staggered marketplace feed. */
.fd-market-feed,
.fd-listing-grid--archive,
.fd-city-search-results--photos {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 8px;
  align-items: start;
}
.fd-market-feed {
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.fd-market-feed .fd-listing-card {
  break-inside: auto;
  display: block;
  margin: 0;
  min-width: 0;
  vertical-align: initial;
  width: 100%;
}
@media (max-width: 1120px) {
  .fd-market-feed { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 1040px) {
  .fd-market-feed { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .fd-market-feed {
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Keep empty city result panels out of the masonry row sizing. */
.fd-city-search-results--photos:not(:has(> .fd-listing-card)) {
  display: block;
  grid-auto-rows: auto;
}


/* Keep empty city result panels out of masonry row sizing. */
.fd-listing-grid--archive:not(:has(.fd-listing-card)),
.fd-city-search-results--photos:not(:has(.fd-listing-card)) {
  display: block;
  grid-auto-rows: auto;
}


/* Fendies footer responsive repair 2026-08-30 */
.fd-footer {
  max-width: 100%;
}
.fd-footer .fd-shell {
  max-width: 1360px;
  width: calc(100% - 40px);
}
.fd-footer__grid > * {
  min-width: 0;
}
@media (max-width: 700px) {
  .fd-footer {
    overflow: hidden;
  }
  .fd-footer .fd-shell {
    width: calc(100% - 24px);
  }
  .fd-footer__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .fd-footer__grid > div:first-child,
  .fd-footer__grid > div:last-child {
    grid-column: auto;
  }
  .fd-footer__brand {
    padding-right: 0;
  }
  .fd-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .fd-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
  }
  .fd-assistant__quick {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: hidden;
  }
  .fd-assistant__quick button,
  .fd-assistant__quick a {
    min-width: 0;
    white-space: normal;
  }
}


/* Fendies Safety page wide layout repair 2026-08-30 */
.page-id-37896 .fd-page__content {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.page-id-37896 .fd-safety {
  width: 100%;
}


/* Keep the two-part marketplace search inside narrow phone viewports. */
@media (max-width: 760px) {
  .fd-header-search {
    box-sizing: border-box;
    flex: 0 1 100%;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .fd-header-search > input[type="search"] {
    flex: 1 1 0;
    min-width: 0;
  }
  .fd-header-location {
    flex: 0 1 42%;
    min-width: 0;
  }
  .fd-header-search button {
    flex: 0 0 auto;
  }
}


/* Mobile navigation: restore the existing hamburger without changing desktop. */
@media (max-width: 680px) {
  .fd-brand { min-width: 0; order: 1; }
  .fd-brand__image { height: 48px !important; max-width: 155px !important; }
  .fd-header__actions { gap: 5px; margin-left: auto; order: 2; }
  .fd-menu-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid #d7dee5;
    border-radius: 12px;
    display: inline-flex;
    flex: 0 0 40px;
    flex-direction: column;
    height: 40px;
    justify-content: center;
    margin-left: 0;
    order: 3;
    padding: 6px;
  }
  .fd-menu-toggle > span:not(.screen-reader-text) {
    border-radius: 999px;
    height: 2px;
    margin: 2.5px 0;
    transition: transform .18s ease, opacity .18s ease;
    width: 22px;
  }
  .fd-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .fd-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .fd-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .fd-nav {
    left: 0;
    margin: 0;
    right: 0;
    top: 100%;
    z-index: 120;
  }
  .fd-nav__menu { padding: 12px 18px 18px; }
  .fd-nav__menu a { font-size: 15px; padding: 13px 4px; }
}

@media (max-width: 420px) {
  .fd-brand__image { height: 44px !important; max-width: 142px !important; }
}