/* ===== Casahan brand tokens ===== */
:root {
  --ink: #14100D;
  --terracotta: #C86E53;
  --clay: #9C5138;
  --cream: #F5EFDF;
  --sand: #EAE1C9;
  --white: #ffffff;

  --font-display: "Poppins", system-ui, sans-serif;
  --font-body: "Lora", Georgia, serif;

  --maxw: 1160px;
  --radius: 18px;
  --shadow: 0 18px 40px -20px rgba(20, 16, 13, 0.35);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--cream); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4, .btn, .nav a, label, .kicker, .eyebrow, .chip, .tab, .ftab, .lang { font-family: var(--font-display); }
h1 { font-size: clamp(2.2rem, 5.5vw, 3.7rem); font-weight: 600; line-height: 1.06; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 600; letter-spacing: -0.01em; line-height: 1.15; }
h3 { font-size: 1.2rem; font-weight: 600; }
img { max-width: 100%; display: block; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px; border-radius: 999px; font-size: 0.92rem; font-weight: 500; text-decoration: none; cursor: pointer; border: none; transition: all 0.25s var(--ease); white-space: nowrap; }
.btn-primary { background: var(--terracotta); color: var(--white); }
.btn-primary:hover { background: var(--clay); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); padding: 11px 12px; }
.btn-ghost:hover { color: var(--clay); }
.btn-lg { padding: 16px 34px; font-size: 1.05rem; }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245, 239, 223, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(20,16,13,0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 20px; }
.brand-logo { height: 48px; }
.nav { display: flex; gap: 24px; }
.nav a { color: var(--ink); text-decoration: none; font-size: 0.9rem; font-weight: 500; opacity: 0.8; transition: opacity 0.2s; }
.nav a:hover { opacity: 1; color: var(--clay); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.lang { display: flex; border: 1px solid rgba(20,16,13,0.15); border-radius: 999px; overflow: hidden; }
.lang button { border: none; background: transparent; padding: 6px 10px; font-size: 0.78rem; font-weight: 600; cursor: pointer; color: var(--ink); }
.lang button.active { background: var(--terracotta); color: var(--white); }
.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ===== Hero ===== */
.hero { position: relative; padding: clamp(50px, 8vw, 92px) 0 clamp(50px, 7vw, 84px); background: linear-gradient(100deg, rgba(245,239,223,0.98) 0%, rgba(245,239,223,0.94) 38%, rgba(245,239,223,0.60) 56%, rgba(245,239,223,0.15) 76%, rgba(245,239,223,0) 100%), url('/assets/hero.jpg') center right / cover no-repeat, var(--sand); overflow: hidden; }
@media (max-width: 820px) { .hero { background: linear-gradient(180deg, rgba(245,239,223,0.95) 0%, rgba(245,239,223,0.90) 60%, rgba(245,239,223,0.82) 100%), url('/assets/hero.jpg') center / cover no-repeat, var(--sand); } }
.hero-inner { max-width: 860px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; color: var(--clay); font-weight: 600; margin-bottom: 16px; }
.hero h1 { margin-bottom: 20px; color: var(--ink); }
.lead { font-size: clamp(1.02rem, 1.8vw, 1.2rem); max-width: 640px; color: rgba(20,16,13,0.78); }

/* Search */
.search { margin-top: 30px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 16px; max-width: 860px; }
.search-top { display: flex; gap: 8px; flex-wrap: wrap; align-items: flex-end; }
.search-field { flex: 0 0 auto; padding: 6px 14px; display: flex; flex-direction: column; gap: 4px; border-right: 1px solid var(--sand); }
.search-field.grow { flex: 1 1 260px; border-right: 1px solid var(--sand); }
.search-field label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--clay); font-weight: 600; }
.search-field input, .search-field select { border: none; background: transparent; font-family: var(--font-body); font-size: 0.98rem; color: var(--ink); outline: none; min-width: 120px; }
.search-btn { flex: 0 0 auto; padding: 13px 30px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--sand); }
.chip { border: 1px solid var(--sand); background: var(--cream); color: var(--clay); font-size: 0.82rem; font-weight: 500; padding: 7px 15px; border-radius: 999px; cursor: pointer; transition: all 0.2s; }
.chip:hover { border-color: var(--terracotta); }
.chip.active { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 22px; font-size: 0.9rem; color: rgba(20,16,13,0.7); font-family: var(--font-display); font-weight: 500; }

/* ===== Sections ===== */
.section { padding: clamp(52px, 7vw, 90px) 0; }
.section-alt { background: var(--sand); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 36px; flex-wrap: wrap; }
.section-head.center { justify-content: center; text-align: center; }
.kicker { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.74rem; color: var(--terracotta); font-weight: 600; margin-bottom: 8px; }
.kicker.light { color: var(--sand); }
.link-arrow { color: var(--clay); text-decoration: none; font-family: var(--font-display); font-weight: 500; font-size: 0.95rem; }
.link-arrow:hover { text-decoration: underline; }
.grid { display: grid; gap: 24px; }
.center-btn { text-align: center; margin-top: 36px; }

/* Listings */
.listings-grid { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px -22px rgba(20,16,13,0.4); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.card:hover .card-media img { transform: scale(1.05); }
.card-tag { position: absolute; top: 12px; left: 12px; background: var(--cream); color: var(--clay); font-family: var(--font-display); font-weight: 600; font-size: 0.72rem; padding: 5px 12px; border-radius: 999px; }
.card-save { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border-radius: 50%; background: rgba(245,239,223,0.9); border: none; cursor: pointer; font-size: 1rem; color: var(--clay); display: grid; place-items: center; transition: background 0.2s; }
.card-save:hover, .card-save.saved { background: var(--terracotta); color: var(--white); }
.rented .card-media::after { content: attr(data-rented); position: absolute; inset: 0; display: grid; place-items: center; background: rgba(20,16,13,0.55); color: var(--cream); font-family: var(--font-display); font-weight: 700; letter-spacing: 0.1em; }
.card-body { padding: 16px 20px 20px; }
.card-loc { font-family: var(--font-display); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--clay); }
.card-title { font-family: var(--font-display); font-weight: 600; font-size: 1.06rem; margin: 6px 0 10px; }
.card-meta { display: flex; gap: 16px; font-size: 0.85rem; color: rgba(20,16,13,0.65); margin-bottom: 14px; }
.card-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--sand); padding-top: 12px; }
.card-price { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: var(--ink); }
.card-price span { font-weight: 400; font-size: 0.82rem; color: rgba(20,16,13,0.55); }
.card-host { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-size: 0.82rem; color: rgba(20,16,13,0.7); }
.host-av { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--terracotta), var(--clay)); color: var(--white); display: grid; place-items: center; font-size: 0.75rem; font-weight: 600; }

/* Districts */
.districts-grid { grid-template-columns: repeat(3, 1fr); }
.district { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; min-height: 200px; padding: 22px 24px; border-radius: var(--radius); overflow: hidden; text-decoration: none; background: linear-gradient(135deg, var(--terracotta), var(--clay)); background-size: cover; background-position: center; color: var(--white); font-family: var(--font-display); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.district::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,16,13,0.88) 0%, rgba(20,16,13,0.35) 45%, rgba(20,16,13,0.05) 100%); transition: background 0.3s var(--ease); }
.district > * { position: relative; z-index: 1; }
.district:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(20,16,13,0.35); }
.district:hover .district-img { transform: scale(1.05); }
.district-img { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; transition: transform 0.5s var(--ease); }
.district span { font-weight: 600; font-size: 1.35rem; text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.district small { opacity: 0.9; text-shadow: 0 1px 6px rgba(0,0,0,0.5); }

/* Stats band */
.stats-band { background: var(--ink); padding: clamp(40px, 6vw, 64px) 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-item strong { display: block; font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; color: var(--terracotta); }
.stat-item span { color: rgba(245,239,223,0.75); font-size: 0.92rem; }

/* Tabs */
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.tab { border: 1px solid var(--sand); background: transparent; color: var(--clay); font-size: 0.88rem; font-weight: 500; padding: 9px 18px; border-radius: 999px; cursor: pointer; transition: all 0.2s; }
.tab:hover { border-color: var(--terracotta); }
.tab.active { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* Journey banner */
.journey { background: linear-gradient(135deg, var(--terracotta), var(--clay)); color: var(--white); padding: clamp(50px, 7vw, 84px) 0; }
.journey-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: center; }
.journey h2 { color: var(--white); margin: 6px 0 12px; }
.journey-video { background: rgba(245,239,223,0.12); border: 1px solid rgba(245,239,223,0.25); border-radius: var(--radius); aspect-ratio: 16/9; display: grid; place-items: center; align-content: center; gap: 10px; text-align: center; }
.journey-video .play { width: 60px; height: 60px; border-radius: 50%; background: var(--cream); color: var(--clay); display: grid; place-items: center; font-size: 1.3rem; }
.journey-video small { color: rgba(245,239,223,0.85); }

/* Steps */
.steps-grid { grid-template-columns: repeat(3, 1fr); }
.step { background: var(--white); border-radius: var(--radius); padding: 34px 28px; box-shadow: 0 10px 30px -24px rgba(20,16,13,0.4); }
.step-light { background: var(--cream); box-shadow: none; }
.step-num { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: var(--terracotta); margin-bottom: 14px; }
.step h3 { margin-bottom: 8px; }
.step p { color: rgba(20,16,13,0.72); }

/* App section */
.section-ink { background: var(--ink); color: var(--cream); }
.light { color: rgba(245,239,223,0.82) !important; }
.app-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.app-copy h2 { color: var(--cream); margin-bottom: 14px; }
.store-badges { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.store { display: flex; align-items: center; gap: 10px; background: var(--cream); color: var(--ink); text-decoration: none; padding: 10px 20px; border-radius: 12px; font-family: var(--font-display); transition: transform 0.2s; }
.store:hover { transform: translateY(-3px); }
.store span { font-size: 1.4rem; }
.store small { display: flex; flex-direction: column; font-size: 0.68rem; line-height: 1.2; }
.store strong { font-size: 0.95rem; }
.app-mock { display: grid; place-items: center; }
.phone { width: 210px; aspect-ratio: 9/17; background: linear-gradient(160deg, var(--cream), var(--sand)); border: 8px solid var(--ink); border-radius: 34px; display: grid; place-content: center; justify-items: center; gap: 14px; padding: 24px; box-shadow: var(--shadow); }
.phone img { height: 46px; }
.phone p { font-family: var(--font-body); font-style: italic; color: var(--clay); text-align: center; font-size: 0.95rem; }

/* Quotes */
.quotes-grid { grid-template-columns: repeat(3, 1fr); }
.quote { background: var(--white); border-radius: var(--radius); padding: 30px 28px; box-shadow: 0 10px 30px -24px rgba(20,16,13,0.4); }
.avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--a, var(--terracotta)), var(--b, var(--clay))); color: var(--white); display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; margin-bottom: 16px; }
.quote blockquote { font-size: 1.02rem; font-style: italic; color: var(--ink); margin-bottom: 14px; }
.quote figcaption { font-family: var(--font-display); font-weight: 500; font-size: 0.9rem; color: var(--clay); }

/* FAQ */
.faq-inner { max-width: 860px; }
.faq-tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 28px; }
.ftab { border: 1px solid var(--sand); background: transparent; color: var(--clay); font-size: 0.88rem; font-weight: 500; padding: 9px 18px; border-radius: 999px; cursor: pointer; transition: all 0.2s; }
.ftab.active { background: var(--terracotta); color: var(--white); border-color: var(--terracotta); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: var(--white); border-radius: 14px; padding: 4px 24px; box-shadow: 0 8px 24px -22px rgba(20,16,13,0.4); }
.faq-list summary { cursor: pointer; list-style: none; padding: 18px 0; font-family: var(--font-display); font-weight: 500; font-size: 1.02rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-list summary::after { content: "+"; color: var(--terracotta); font-size: 1.5rem; font-weight: 400; transition: transform 0.2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { padding-bottom: 20px; color: rgba(20,16,13,0.72); }

/* Footer */
.site-footer { background: var(--ink); color: rgba(245,239,223,0.75); padding: 60px 0 30px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 2fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(245,239,223,0.12); }
.footer-logo { height: 32px; margin-bottom: 14px; }
.footer-brand p { font-size: 0.92rem; margin-bottom: 14px; max-width: 340px; }
.contact { font-size: 0.85rem !important; color: rgba(245,239,223,0.6); }
.social { display: flex; gap: 10px; margin-top: 8px; }
.social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(245,239,223,0.1); color: var(--cream); display: grid; place-items: center; text-decoration: none; font-family: var(--font-display); transition: background 0.2s; }
.social a:hover { background: var(--terracotta); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-cols h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--cream); margin-bottom: 14px; }
.footer-cols a { display: block; color: rgba(245,239,223,0.7); text-decoration: none; font-size: 0.9rem; margin-bottom: 10px; }
.footer-cols a:hover { color: var(--terracotta); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; font-size: 0.85rem; color: rgba(245,239,223,0.5); flex-wrap: wrap; gap: 10px; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .nav { display: none; }
  .app-inner, .journey-inner { grid-template-columns: 1fr; }
  .app-mock { order: -1; }
}
@media (max-width: 900px) {
  .listings-grid, .steps-grid, .districts-grid, .quotes-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  .header-actions .btn-ghost, .header-actions .lang { display: none; }
  .menu-toggle { display: flex; }
  .nav.open { display: flex; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; background: var(--cream); padding: 18px 24px; gap: 14px; border-bottom: 1px solid rgba(20,16,13,0.08); }
  .search-field, .search-field.grow { border-right: none; flex-basis: 100%; }
  .search-btn { width: 100%; }
}
@media (max-width: 560px) {
  .listings-grid, .steps-grid, .districts-grid, .quotes-grid, .footer-cols { grid-template-columns: 1fr; }
}

/* ===== Subpage components ===== */
.page-hero { padding: clamp(56px,8vw,96px) 0 clamp(40px,6vw,64px); }
.page-hero .hero-inner { max-width: 760px; }
.lang a { border: none; background: transparent; padding: 6px 10px; font-size: 0.78rem; font-weight: 600; cursor: pointer; color: var(--ink); text-decoration: none; }
.lang a.active { background: var(--terracotta); color: var(--white); }

.host-list { list-style: none; display: grid; gap: 12px; margin-bottom: 28px; }
.host-list li { padding-left: 28px; position: relative; color: rgba(20,16,13,0.8); font-size: 1.02rem; }
.host-list li::before { content: "✓"; position: absolute; left: 0; color: var(--terracotta); font-weight: 700; }
.hosts-split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.hosts-card { background: var(--ink); color: var(--cream); border-radius: var(--radius); padding: 12px 24px; }
.hosts-card h3 { color: var(--cream); padding: 16px 0; }
.hosts-card .stat { padding: 18px 0; border-top: 1px solid rgba(245,239,223,0.12); }
.hosts-card .stat strong { display: block; font-family: var(--font-display); font-size: 1.8rem; color: var(--terracotta); }
.hosts-card .stat span { font-size: 0.88rem; color: rgba(245,239,223,0.7); }

.about-body { max-width: 720px; }
.about-body p { font-size: 1.12rem; margin-bottom: 20px; color: rgba(20,16,13,0.82); }
.values-grid { grid-template-columns: repeat(4,1fr); }
.value { background: var(--white); border-radius: var(--radius); padding: 28px 24px; box-shadow: 0 10px 30px -24px rgba(20,16,13,0.4); }
.value h3 { color: var(--clay); margin-bottom: 8px; }
.value p { color: rgba(20,16,13,0.72); }

.contact-split { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; }
.contact-form { display: grid; gap: 16px; }
.contact-form label, .auth-form label { display: grid; gap: 6px; font-family: var(--font-display); font-weight: 500; font-size: 0.9rem; color: var(--ink); }
.contact-form input, .contact-form textarea, .auth-form input {
  font-family: var(--font-body); font-size: 1rem; padding: 12px 14px; border: 1px solid var(--sand);
  border-radius: 12px; background: var(--white); outline: none; color: var(--ink);
}
.contact-form input:focus, .contact-form textarea:focus, .auth-form input:focus { border-color: var(--terracotta); }
.contact-form button { justify-self: start; }
.contact-info h3 { color: var(--clay); margin-bottom: 12px; }
.contact-info p { color: rgba(20,16,13,0.75); margin-bottom: 12px; }
.social.dark a { background: rgba(20,16,13,0.08); color: var(--ink); }
.social.dark a:hover { background: var(--terracotta); color: var(--white); }

/* Auth / login */
.auth-section { display: grid; place-items: center; min-height: 72vh; }
.auth-wrap { max-width: 420px; width: 100%; text-align: center; }
.auth-logo { height: 40px; margin: 0 auto 24px; }
.auth-wrap h1 { font-size: 2rem; margin-bottom: 8px; }
.auth-wrap .lead { margin: 0 auto 28px; font-size: 1rem; }
.auth-form { display: grid; gap: 16px; text-align: left; }
.auth-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.88rem; }
.auth-row a { color: var(--clay); text-decoration: none; font-family: var(--font-display); }
.cb { display: flex; align-items: center; gap: 8px; color: rgba(20,16,13,0.75); }
.auth-form button { width: 100%; margin-top: 6px; }
.auth-alt { margin-top: 22px; font-size: 0.92rem; color: rgba(20,16,13,0.7); }
.auth-alt a { color: var(--terracotta); font-family: var(--font-display); font-weight: 600; text-decoration: none; }

@media (max-width: 900px) {
  .hosts-split, .contact-split { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) { .values-grid { grid-template-columns: 1fr; } }

/* ===== Legal pages ===== */
.legal-body { max-width: 760px; }
.legal-sec { margin-bottom: 28px; }
.legal-sec h2 { font-size: 1.25rem; margin-bottom: 8px; color: var(--clay); }
.legal-sec p { color: rgba(20,16,13,0.78); font-size: 1.05rem; }

/* ===== Listings (search results) page ===== */
.listings-page { padding: clamp(28px,4vw,44px) 0 clamp(52px,7vw,80px); }
.listings-layout { display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: start; }
.filters { background: var(--white); border-radius: var(--radius); padding: 24px; box-shadow: 0 10px 30px -24px rgba(20,16,13,0.4); position: sticky; top: 90px; }
.filters h2 { font-size: 1.15rem; margin-bottom: 18px; }
.fl { display: grid; gap: 6px; margin-bottom: 18px; font-family: var(--font-display); font-weight: 500; font-size: 0.85rem; color: var(--ink); }
.fl select, .fl input { font-family: var(--font-body); font-size: 0.95rem; padding: 10px 12px; border: 1px solid var(--sand); border-radius: 10px; background: var(--cream); color: var(--ink); outline: none; }
.fl select:focus, .fl input:focus { border-color: var(--terracotta); }
.price-row { display: flex; gap: 8px; }
.price-row input { width: 100%; }
.filter-actions { display: grid; gap: 10px; margin-top: 8px; }
.filter-actions .btn { width: 100%; }
.filter-actions .btn-ghost { border: 1px solid var(--sand); }
.results-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.result-count { font-family: var(--font-display); font-size: 1rem; color: rgba(20,16,13,0.75); }
.result-count strong { color: var(--clay); font-size: 1.15rem; }
.sort { font-family: var(--font-display); font-size: 0.88rem; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.sort select { padding: 8px 12px; border: 1px solid var(--sand); border-radius: 999px; background: var(--white); font-family: var(--font-body); color: var(--ink); outline: none; }
.results-grid { grid-template-columns: repeat(3, 1fr); }
.no-results { text-align: center; padding: 40px; color: rgba(20,16,13,0.6); }

@media (max-width: 980px) {
  .listings-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) { .results-grid { grid-template-columns: 1fr; } }
