/*
Theme Name: Safari Imports
Theme URI: https://safariimports.co.ke
Author: Safari Imports
Description: Editorial, showroom-dark WordPress theme for Safari Imports — a luxury car importer in Kenya. Built for premium storytelling (Car Reviews, Cars for Sale, Car News, Travel & Lifestyle) with a black/gold/white showroom palette, custom listing fields, related-content linking, and conversion features (WhatsApp, consultation form).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: safari-imports
*/

/* ==========================================================================
   DESIGN TOKENS
   Palette: showroom black, brass gold (used sparingly), warm off-white.
   Type: Fraunces (serif, editorial headings) / Inter (sans, body) /
         "spec" utility face (condensed uppercase, tracked) for data rows.
   Signature: a rotated circular "customs stamp" for listing status badges,
   and a thin dashed "shipping route" rule used as a section device —
   both drawn straight from the import/logistics subject matter.
   ========================================================================== */

:root{
  --black:        #0a0a0b;
  --black-soft:   #141416;
  --black-elev:   #1c1c1f;
  --black-line:   rgba(246,245,240,0.09);
  --white:        #f6f4ef;
  --white-dim:    #c7c4bb;
  --white-faint:  #8a877f;
  --gold:         #b8925a;
  --gold-bright:  #d9b476;
  --gold-dim:     rgba(184,146,90,0.35);
  --red-sold:     #8a3b34;
  --green-good:   #4f6b4c;

  --font-serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-spec:  "Inter", monospace;

  --container: 1240px;
  --radius: 2px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--black);
  color:var(--white);
  font-family:var(--font-sans);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{
  font-family:var(--font-serif);
  font-weight:600;
  line-height:1.12;
  margin:0 0 .5em;
  letter-spacing:-0.01em;
}
h1{ font-size:clamp(2.4rem,5vw,4.2rem); }
h2{ font-size:clamp(1.8rem,3.2vw,2.6rem); }
h3{ font-size:1.4rem; }
p{ margin:0 0 1em; color:var(--white-dim); }
.container{ max-width:var(--container); margin:0 auto; padding:0 24px; }
.eyebrow{
  font-family:var(--font-spec);
  font-size:.72rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold);
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.eyebrow::before{
  content:"";
  width:22px; height:1px;
  background:var(--gold);
  display:inline-block;
}
:focus-visible{ outline:2px solid var(--gold-bright); outline-offset:3px; }
@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-spec);
  font-size:.78rem; letter-spacing:.12em; text-transform:uppercase;
  padding:14px 26px;
  border:1px solid var(--gold);
  color:var(--white);
  background:transparent;
  cursor:pointer;
  transition:background .25s var(--ease), color .25s var(--ease);
}
.btn:hover{ background:var(--gold); color:var(--black); }
.btn-solid{ background:var(--gold); color:var(--black); border-color:var(--gold); }
.btn-solid:hover{ background:var(--gold-bright); border-color:var(--gold-bright); }
.btn-ghost{ border-color:var(--black-line); }
.btn-ghost:hover{ background:var(--white); color:var(--black); border-color:var(--white); }

/* ==========================================================================
   SITE HEADER
   ========================================================================== */
.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(10,10,11,.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--black-line);
}
.site-header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 24px;
  max-width:var(--container); margin:0 auto;
}
.site-logo{ font-family:var(--font-serif); font-size:1.5rem; letter-spacing:.02em; }
.site-logo span{ color:var(--gold); }
.primary-nav ul{ list-style:none; display:flex; gap:34px; margin:0; padding:0; }
.primary-nav a{
  font-family:var(--font-spec); font-size:.76rem; letter-spacing:.1em; text-transform:uppercase;
  color:var(--white-dim);
  transition:color .2s;
}
.primary-nav a:hover, .primary-nav a.current{ color:var(--gold); }
.header-actions{ display:flex; align-items:center; gap:18px; }
.header-search-toggle, .menu-toggle{
  background:none; border:none; color:var(--white); cursor:pointer; font-size:1.1rem;
}
.menu-toggle{ display:none; }

@media (max-width: 900px){
  .primary-nav{ display:none; }
  .menu-toggle{ display:block; }
}

/* ==========================================================================
   HERO SLIDER
   ========================================================================== */
.hero-slider{
  position:relative; height:88vh; min-height:560px; overflow:hidden; background:var(--black);
}
.hero-slide{
  position:absolute; inset:0;
  opacity:0; transition:opacity 1.2s var(--ease);
  background-size:cover; background-position:center;
}
.hero-slide.is-active{ opacity:1; }
.hero-slide::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(10,10,11,.15) 0%, rgba(10,10,11,.35) 55%, rgba(10,10,11,.95) 100%);
}
.hero-content{
  position:absolute; left:0; right:0; bottom:9%;
  max-width:var(--container); margin:0 auto; padding:0 24px;
  z-index:2;
}
.hero-content .eyebrow{
  margin-bottom:16px;
  color:var(--black);
  background:var(--white);
  padding:7px 14px;
  border-radius:20px;
}
.hero-content .eyebrow::before{ background:var(--black); }
#hero-caption-track{ position:relative; max-width:720px; min-height:1.3em; }
.hero-caption-line{
  position:absolute; left:0; top:0; right:0;
  opacity:0; transform:translateY(18px);
  transition:opacity .7s var(--ease), transform .7s var(--ease);
  pointer-events:none;
}
.hero-caption-line.is-active{ position:relative; opacity:1; transform:translateY(0); pointer-events:auto; }
.hero-cta{ display:flex; gap:16px; margin-top:24px; flex-wrap:wrap; }
.hero-dots{ position:absolute; right:24px; bottom:9%; z-index:3; display:flex; flex-direction:column; gap:10px; }
.hero-dot{ width:8px; height:8px; border-radius:50%; border:1px solid var(--gold); background:transparent; cursor:pointer; padding:0; }
.hero-dot.is-active{ background:var(--gold); }

@media (max-width:700px){
  .hero-slider{ height:78vh; min-height:480px; }
  .hero-content{ bottom:12%; }
  #hero-caption-track{ max-width:100%; }
  .hero-dots{ right:16px; }
  .hero-cta{ gap:12px; }
  .hero-cta .btn{ flex:1 1 auto; text-align:center; justify-content:center; padding:14px 16px; }
}

/* Route-line divider — signature device echoing shipping routes */
.route-divider{
  display:flex; align-items:center; gap:18px;
  max-width:var(--container); margin:64px auto; padding:0 24px;
  color:var(--white-faint); font-family:var(--font-spec); font-size:.72rem; letter-spacing:.18em; text-transform:uppercase;
}
.route-divider::before, .route-divider::after{
  content:""; flex:1; height:0; border-top:1px dashed var(--black-line);
}
.route-divider .route-dot{ width:6px; height:6px; border-radius:50%; background:var(--gold); }

/* ==========================================================================
   SECTION / CATEGORY ROWS
   ========================================================================== */
.section{ padding:80px 0; }
.section-head{
  display:flex; align-items:flex-end; justify-content:space-between; gap:20px;
  margin-bottom:36px; flex-wrap:wrap;
}
.section-head .more-link{
  font-family:var(--font-spec); font-size:.76rem; letter-spacing:.1em; text-transform:uppercase;
  color:var(--gold); border-bottom:1px solid var(--gold-dim); padding-bottom:2px;
}
.card-row{
  display:grid; grid-template-columns:repeat(3,1fr); gap:28px;
}
@media (max-width:900px){ .card-row{ grid-template-columns:1fr; } }

.post-card{
  background:var(--black-soft);
  border:1px solid var(--black-line);
  border-radius:14px;
  overflow:hidden;
  display:flex; flex-direction:column;
  transition:transform .3s var(--ease), border-color .3s;
}
.post-card:hover{ transform:translateY(-4px); border-color:var(--gold-dim); }
.post-card-media{ position:relative; aspect-ratio:4/3; overflow:hidden; background:var(--black-elev); }
.post-card-media img{ width:100%; height:100%; object-fit:cover; transition:transform .5s var(--ease); }
.post-card:hover .post-card-media img{ transform:scale(1.05); }
.post-card-body{ padding:22px 22px 24px; display:flex; flex-direction:column; gap:10px; flex:1; }
.post-card .eyebrow{ font-size:.68rem; }
.post-card h3{ font-size:1.2rem; margin:0; }
.post-card .excerpt{ font-size:.92rem; margin:0; }
.post-card .meta{ margin-top:auto; font-family:var(--font-spec); font-size:.7rem; letter-spacing:.08em; text-transform:uppercase; color:var(--white-faint); }

/* Listing card price/spec strip */
.listing-card .price{ font-family:var(--font-serif); color:var(--gold); font-size:1.3rem; }
.spec-strip{ display:flex; gap:14px; flex-wrap:wrap; font-family:var(--font-spec); font-size:.72rem; letter-spacing:.04em; color:var(--white-faint); text-transform:uppercase; margin-bottom:6px; }
.spec-strip span{ position:relative; padding-right:14px; }
.spec-strip span:last-child{ padding-right:0; }
.spec-strip span:not(:last-child)::after{ content:"•"; position:absolute; right:-9px; color:var(--gold-dim); }

/* Customs-stamp status badge — signature device */
.status-badge{
  position:absolute; top:14px; left:14px; z-index:2;
  width:74px; height:74px; border-radius:50%;
  border:2px solid var(--gold);
  display:flex; align-items:center; justify-content:center; text-align:center;
  transform:rotate(-12deg);
  font-family:var(--font-spec); font-size:.62rem; letter-spacing:.06em; text-transform:uppercase;
  color:var(--gold); background:rgba(10,10,11,.55); backdrop-filter:blur(2px);
}
.status-badge.status-sold{ border-color:var(--red-sold); color:var(--red-sold); }
.status-badge.status-good-deal{ border-color:var(--green-good); color:#a9c4a3; }

/* ==========================================================================
   BRAND LOGO FILTER STRIP
   ========================================================================== */
.brand-strip{ background:var(--black-soft); border-top:1px solid var(--black-line); border-bottom:1px solid var(--black-line); padding:44px 0; }
.brand-grid{ display:grid; grid-template-columns:repeat(6,1fr); gap:24px; align-items:center; }
@media (max-width:900px){ .brand-grid{ grid-template-columns:repeat(3,1fr); } }
.brand-item{ display:flex; align-items:center; justify-content:center; padding:14px; opacity:.6; filter:grayscale(1); transition:opacity .25s, filter .25s; }
.brand-item:hover{ opacity:1; filter:grayscale(0); }
.brand-item img{ max-height:34px; width:auto; }

/* ==========================================================================
   INVENTORY / FILTERS / ARCHIVE
   ========================================================================== */
.filter-bar{
  display:flex; gap:14px; flex-wrap:wrap; align-items:end;
  padding:22px; background:var(--black-soft); border:1px solid var(--black-line); margin-bottom:40px;
}
.filter-field{ display:flex; flex-direction:column; gap:6px; }
.filter-field label{ font-family:var(--font-spec); font-size:.66rem; letter-spacing:.1em; text-transform:uppercase; color:var(--white-faint); }
.filter-field select, .filter-field input{
  background:var(--black); border:1px solid var(--black-line); color:var(--white);
  padding:10px 12px; font-family:var(--font-sans); min-width:150px;
}
.archive-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
@media (max-width:900px){ .archive-grid{ grid-template-columns:1fr; } }

/* Sell-your-car CTA */
/* Sell-your-car CTA — supports an optional background image (inline style)
   with a dark overlay so the gold/white text stays readable. */
.sell-cta{
  position:relative;
  background:var(--black-elev) center/cover no-repeat;
  border:1px solid var(--gold-dim);
  padding:64px 40px; text-align:center; margin-top:80px;
  overflow:hidden;
}
.sell-cta[style*="background-image"]::before{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(10,10,11,.82), rgba(10,10,11,.92));
}
.sell-cta-inner{ position:relative; z-index:1; }
.sell-cta h2{ margin-bottom:12px; }
.sell-cta p{ max-width:600px; margin:0 auto 28px; }

/* ==========================================================================
   SINGLE LISTING
   ========================================================================== */
.listing-hero{ position:relative; }
.listing-gallery-main{ position:relative; border-radius:14px; overflow:hidden; height:520px; background:#050505; }
.listing-gallery-main img{ width:100%; height:100%; object-fit:contain; }
.listing-gallery-thumbs{
  display:flex; gap:10px; margin-top:12px; overflow-x:auto; padding-bottom:4px;
}
.thumb-btn{
  flex:0 0 auto; width:110px; height:78px; padding:0; border:2px solid transparent;
  border-radius:8px; overflow:hidden; cursor:pointer; background:var(--black-elev);
  opacity:.65; transition:opacity .2s, border-color .2s;
}
.thumb-btn img{ width:100%; height:100%; object-fit:cover; display:block; }
.thumb-btn:hover{ opacity:.9; }
.thumb-btn.is-active{ opacity:1; border-color:var(--gold); }
@media (max-width:800px){
  .listing-gallery-main{ height:320px; border-radius:10px; }
  .thumb-btn{ width:84px; height:60px; }
}

.listing-header{ display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:20px; padding:36px 0 20px; border-bottom:1px solid var(--black-line); }
.listing-title h1{ margin-bottom:6px; }
.listing-price{ font-family:var(--font-serif); font-size:2rem; color:var(--gold); white-space:nowrap; }

.spec-sheet{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; border:1px solid var(--black-line); margin:36px 0; }
@media (max-width:700px){ .spec-sheet{ grid-template-columns:repeat(2,1fr); } }
.spec-item{ padding:18px 22px; border-right:1px solid var(--black-line); border-bottom:1px solid var(--black-line); }
.spec-item .label{ display:block; font-family:var(--font-spec); font-size:.65rem; letter-spacing:.1em; text-transform:uppercase; color:var(--white-faint); margin-bottom:6px; }
.spec-item .value{ font-family:var(--font-sans); font-size:1rem; color:var(--white); }

.features-list{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:10px 20px; }
@media (max-width:700px){ .features-list{ grid-template-columns:1fr 1fr; } }
.features-list li{ font-size:.92rem; color:var(--white-dim); padding-left:18px; position:relative; }
.features-list li::before{ content:"—"; color:var(--gold); position:absolute; left:0; }

.video-embed{ position:relative; padding-top:56.25%; margin:30px 0; background:var(--black-elev); }
.video-embed iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }

/* related content blocks */
.related-block{ margin-top:64px; }

/* ==========================================================================
   SINGLE ARTICLE (Review / News / Travel)
   ========================================================================== */
.article-hero{ height:60vh; min-height:420px; position:relative; background-size:cover; background-position:center; }
.article-hero::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,10,11,.2), rgba(10,10,11,.96)); }
.article-hero-content{ position:absolute; left:0; right:0; bottom:6%; max-width:900px; margin:0 auto; padding:0 24px; z-index:2; }
.article-body{ max-width:1040px; margin:0 auto; padding:60px 24px; font-size:1.06rem; }
.article-body p{ color:var(--white-dim); }
.article-body h2, .article-body h3{ margin-top:1.6em; }
.article-body a, .info-page-hero a, .faq-answer a{ color:var(--gold); text-decoration:underline; text-underline-offset:3px; }
.article-body a:hover, .info-page-hero a:hover, .faq-answer a:hover{ color:var(--white); }
.article-meta{ display:flex; gap:18px; font-family:var(--font-spec); font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; color:var(--white-faint); margin-bottom:18px; }

/* ==========================================================================
   STATIC / INFO PAGES (rules, taxes, shipping, FAQ)
   ========================================================================== */
.info-page-hero{ padding:100px 0 60px; border-bottom:1px solid var(--black-line); }
.info-page-hero p.lede{ max-width:680px; font-size:1.15rem; color:var(--white-dim); }
.timeline-country{ margin-bottom:56px; }
.timeline-country h3{ color:var(--gold); }
.timeline-method{ display:grid; grid-template-columns:220px 1fr; gap:20px; padding:18px 0; border-top:1px solid var(--black-line); }
.timeline-method:last-child{ border-bottom:1px solid var(--black-line); }
.timeline-method .method-name{ font-family:var(--font-spec); text-transform:uppercase; letter-spacing:.08em; font-size:.8rem; color:var(--white); }
.timeline-method .method-detail{ color:var(--white-dim); font-size:.94rem; }

.faq-item{ border-bottom:1px solid var(--black-line); }
.faq-question{ width:100%; text-align:left; background:none; border:none; color:var(--white); font-family:var(--font-serif); font-size:1.1rem; padding:22px 0; cursor:pointer; display:flex; justify-content:space-between; align-items:center; }
.faq-question::after{ content:"+"; color:var(--gold); font-size:1.4rem; transition:transform .25s; }
.faq-item.is-open .faq-question::after{ transform:rotate(45deg); }
.faq-answer{ max-height:0; overflow:hidden; transition:max-height .3s var(--ease); }
.faq-item.is-open .faq-answer{ max-height:400px; }
.faq-answer p{ padding-bottom:22px; }

/* Consultation form */
.consult-form{ display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:760px; }
.consult-form .full{ grid-column:1/-1; }
@media (max-width:700px){ .consult-form{ grid-template-columns:1fr; } }
.consult-form label{ font-family:var(--font-spec); font-size:.7rem; letter-spacing:.08em; text-transform:uppercase; color:var(--white-faint); display:block; margin-bottom:8px; }
.consult-form input, .consult-form select, .consult-form textarea{
  width:100%; background:var(--black-soft); border:1px solid var(--black-line); color:var(--white);
  padding:13px 14px; font-family:var(--font-sans);
}
.consult-form textarea{ min-height:120px; resize:vertical; }

/* ==========================================================================
   CONVERSION FEATURES
   ========================================================================== */
.whatsapp-float{
  position:fixed; bottom:26px; right:26px; z-index:200;
  width:58px; height:58px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 20px rgba(0,0,0,.4);
  transition:transform .2s;
}
.whatsapp-float:hover{ transform:scale(1.08); }
.whatsapp-float svg{ width:28px; height:28px; fill:#0a0a0b; }

.newsletter-bar{ background:var(--gold); color:var(--black); padding:36px 0; }
.newsletter-inner{ display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.newsletter-inner h3{ color:var(--black); margin:0; }
.newsletter-form{ display:flex; gap:0; }
.newsletter-form input{ padding:13px 16px; border:1px solid var(--black); min-width:260px; font-family:var(--font-sans); }
.newsletter-form button{ background:var(--black); color:var(--gold); border:1px solid var(--black); padding:13px 20px; font-family:var(--font-spec); letter-spacing:.1em; text-transform:uppercase; cursor:pointer; }

.testimonials{ background:var(--black-soft); padding:80px 0; }
.testimonial-track{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
@media (max-width:900px){ .testimonial-track{ grid-template-columns:1fr; } }
.testimonial-card{ padding:28px; border:1px solid var(--black-line); }
.testimonial-card p{ font-family:var(--font-serif); font-size:1.1rem; color:var(--white); font-style:italic; }
.testimonial-name{ font-family:var(--font-spec); font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; color:var(--gold); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer{ background:var(--black-soft); border-top:1px solid var(--black-line); padding:70px 0 30px; margin-top:0; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; }
@media (max-width:800px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
.footer-col h4{ font-family:var(--font-spec); font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color:var(--gold); margin-bottom:18px; }
.footer-col ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.footer-col a{ color:var(--white-dim); font-size:.92rem; }
.footer-col a:hover{ color:var(--gold); }
.spares-bracket{ border:1px solid var(--gold-dim); padding:20px; margin-top:20px; }
.spares-bracket a{ color:var(--gold); font-family:var(--font-spec); font-size:.8rem; letter-spacing:.05em; }
.social-row{ display:flex; gap:12px; margin-top:16px; }
.social-row a{ width:36px; height:36px; border:1px solid var(--black-line); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--white-dim); transition:border-color .2s, color .2s; }
.social-row a:hover{ border-color:var(--gold); color:var(--gold); }
.footer-bottom{ max-width:var(--container); margin:50px auto 0; padding:24px 24px 0; border-top:1px solid var(--black-line); display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:.78rem; color:var(--white-faint); }

/* Mobile nav drawer */
.mobile-nav{ position:fixed; inset:0; background:var(--black); z-index:300; transform:translateX(100%); transition:transform .3s var(--ease); padding:30px 24px; overflow-y:auto; }
.mobile-nav.is-open{ transform:translateX(0); }
.mobile-nav ul{ list-style:none; padding:0; display:flex; flex-direction:column; gap:22px; margin-top:60px; }
.mobile-nav a{ font-family:var(--font-serif); font-size:1.6rem; }
.mobile-nav-close{ position:absolute; top:26px; right:24px; background:none; border:none; color:var(--white); font-size:1.6rem; cursor:pointer; }

/* ==========================================================================
   MOBILE OPTIMIZATION PASS
   Tightens spacing, type scale, and touch targets under 600px, with a
   further pass under 400px for small phones.
   ========================================================================== */
@media (max-width:600px){
  body{ font-size:15px; }
  .container{ padding:0 18px; }
  .section{ padding:56px 0; }
  .section-head{ margin-bottom:26px; }
  h1{ font-size:clamp(2rem,8vw,2.6rem); }
  h2{ font-size:clamp(1.5rem,6vw,1.9rem); }

  .site-header-inner{ padding:14px 18px; }
  .site-logo{ font-size:1.25rem; }
  .header-actions{ gap:12px; }
  .header-actions .btn{ display:none; } /* consultation CTA still reachable via mobile nav + WhatsApp float */

  .hero-slider{ height:82vh; min-height:520px; }
  .route-divider{ margin:44px auto; font-size:.64rem; gap:10px; }

  .card-row{ gap:18px; }
  .post-card-body{ padding:18px; }

  .brand-grid{ grid-template-columns:repeat(3,1fr); gap:16px; }
  .brand-strip{ padding:30px 0; }

  .filter-bar{ flex-direction:column; align-items:stretch; padding:16px; gap:12px; }
  .filter-field select, .filter-field input{ min-width:0; width:100%; }
  .filter-bar .btn{ width:100%; justify-content:center; }

  .sell-cta{ padding:44px 22px; margin-top:56px; }
  .sell-cta-inner p{ font-size:.94rem; }

  .listing-header{ padding:26px 0 16px; }
  .listing-price{ font-size:1.5rem; }
  .spec-sheet{ grid-template-columns:1fr 1fr; margin:26px 0; }
  .spec-item{ padding:14px 16px; }
  .features-list{ grid-template-columns:1fr; }

  .article-hero{ height:46vh; min-height:320px; }
  .article-body{ padding:40px 18px; font-size:1rem; }

  .info-page-hero{ padding:56px 0 34px; }
  .timeline-method{ grid-template-columns:1fr; gap:6px; padding:14px 0; }

  .consult-form{ gap:16px; }

  .newsletter-bar{ padding:26px 0; }
  .newsletter-inner{ flex-direction:column; align-items:flex-start; gap:16px; }
  .newsletter-form{ width:100%; }
  .newsletter-form input{ flex:1; min-width:0; }

  .footer-grid{ grid-template-columns:1fr; gap:32px; }
  .footer-bottom{ flex-direction:column; align-items:flex-start; gap:6px; margin-top:36px; }

  .whatsapp-float{ width:50px; height:50px; bottom:18px; right:18px; }
  .whatsapp-float svg{ width:24px; height:24px; }
}

@media (max-width:400px){
  .hero-cta{ flex-direction:column; }
  .hero-cta .btn{ width:100%; }
  .brand-grid{ grid-template-columns:repeat(2,1fr); }
  .spec-sheet{ grid-template-columns:1fr; }
  .hero-dots{ display:none; } /* swipe/autoplay only — dots crowd very small screens */
}
