/* ============================================================
   CertifiedUsedSaddles.com — Mobile-First Stylesheet
   Brand: rich tobacco/cognac leather + parchment cream
   The master authority site — warm, trusted, expert
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,800;1,400;1,600&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Oswald:wght@300;400;500;600&display=swap');

:root {
  --tobacco:     #5D3A1A;
  --deep-tobacco:#3A1F08;
  --cognac:      #8B4513;
  --cognac-light:#A0521F;
  --gold:        #9B7D2A;
  --gold-light:  #B8960F;
  --hay:         #C9A96E;
  --parchment:   #F4EDD8;
  --cream:       #FAF6EC;
  --charcoal:    #1A1510;
  --mid-brown:   #6B4226;
  --warm-gray:   #7A706A;
  --white:       #FFFDF8;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Crimson Pro', 'Book Antiqua', Georgia, serif;
  --font-label:   'Oswald', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.75; background: var(--cream); color: var(--charcoal); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--cognac); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold); }

.container { width: 100%; padding: 0 16px; }
@media (min-width: 640px)  { .container { padding: 0 24px; } }
@media (min-width: 1024px) { .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; } }

.section-label { font-family: var(--font-label); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.section-title { font-family: var(--font-display); font-size: clamp(1.4rem, 4vw, 1.75rem); color: var(--deep-tobacco); line-height: 1.2; margin-bottom: 16px; }
@media (min-width: 640px)  { .section-title { font-size: clamp(1.6rem, 4vw, 2.25rem); } }
@media (min-width: 1024px) { .section-title { font-size: clamp(1.8rem, 3vw, 3rem); } }
.section-intro { font-size: 1rem; color: var(--mid-brown); margin-bottom: 32px; line-height: 1.75; }
@media (min-width: 640px) { .section-intro { font-size: 1.1rem; } }

.btn { display: inline-block; font-family: var(--font-label); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; padding: 13px 24px; border: 2px solid var(--cognac); color: var(--cognac); transition: all .25s; cursor: pointer; background: transparent; text-align: center; }
.btn:hover { background: var(--cognac); color: var(--white); }
.btn-solid { background: var(--cognac); color: var(--white); border-color: var(--cognac); }
.btn-solid:hover { background: var(--deep-tobacco); border-color: var(--deep-tobacco); color: var(--white); }
.btn-gold { border-color: var(--gold); color: var(--gold); }
.btn-gold:hover { background: var(--gold); color: var(--white); }
.btn-block { display: block; width: 100%; text-align: center; }

.divider { width: 48px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--cognac)); margin: 20px 0 28px; }
@media (min-width: 640px) { .divider { width: 64px; margin: 24px 0 36px; } }

/* ── NAV ── */
.site-nav { background: var(--deep-tobacco); position: sticky; top: 0; z-index: 100; border-bottom: 2px solid var(--cognac); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 16px; height: 56px; }
@media (min-width: 640px) { .nav-inner { padding: 0 24px; height: 60px; } }
@media (min-width: 1024px) { .nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; height: 64px; } }
.nav-logo { font-family: var(--font-display); font-size: 1.3rem; color: #fff; font-weight: 700; white-space: nowrap; z-index: 2; line-height: 1.2; }
@media (min-width: 640px) { .nav-logo { font-size: 1.5rem; } }
.nav-logo span { color: #fff; }
.nav-links { display: none; position: absolute; top: 56px; left: 0; right: 0; background: var(--deep-tobacco); flex-direction: column; padding: 8px 0 16px; border-bottom: 2px solid var(--cognac); list-style: none; z-index: 99; }
@media (min-width: 640px) { .nav-links { top: 60px; } }
.nav-links.open { display: flex; }
.nav-links a { font-family: var(--font-label); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--hay); padding: 12px 20px; border-left: 3px solid transparent; display: block; transition: all .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); border-left-color: var(--gold-light); }
.nav-cta { margin: 8px 16px 0; background: var(--cognac) !important; color: var(--white) !important; text-align: center; border-left: none !important; padding: 12px 16px !important; }
.nav-cta:hover { background: var(--gold) !important; }
@media (min-width: 1024px) {
  .nav-links { display: flex !important; position: static; flex-direction: row; background: none; padding: 0; border: none; gap: 0; align-items: center; }
  .nav-links a { padding: 0 9px; height: 64px; display: flex; align-items: center; border-left: none; border-bottom: 3px solid transparent; font-size: 10px; }
  .nav-links a:hover, .nav-links a.active { border-bottom-color: var(--gold-light); border-left-color: transparent; }
  .nav-cta { margin: 0; padding: 8px 14px !important; height: auto !important; border-bottom: none !important; }
}
.hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.hamburger span { width: 22px; height: 2px; background: var(--hay); display: block; }
@media (min-width: 1024px) { .hamburger { display: none; } }

/* ── TRUST BAR ── */
.trust-bar { background: var(--cognac); padding: 8px 16px; display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
@media (min-width: 640px) { .trust-bar { flex-direction: row; justify-content: center; gap: 24px; padding: 10px 24px; } }
.trust-item { font-family: var(--font-label); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,253,248,.85); }
.trust-sep { display: none; color: rgba(255,253,248,.3); }
@media (min-width: 640px) { .trust-sep { display: inline; } }

/* ── SECTIONS ── */
.section { padding: 20px 0; }
@media (min-width: 640px) { .section { padding: 24px 0; } }
@media (min-width: 1024px) { .section { padding: 28px 0; } }
.section-alt { background: var(--parchment); }
.section-dark { background: var(--deep-tobacco); }
.section-leather { background: var(--tobacco); }
.section-dark .section-title, .section-leather .section-title { color: var(--parchment); }
.section-dark .section-intro, .section-leather .section-intro { color: var(--hay); }

/* ── DISCIPLINE CATEGORY CARDS ── */
.disc-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .disc-grid { grid-template-columns: 1fr 1fr; gap: 20px; } }
@media (min-width: 1024px) { .disc-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
.disc-card { background: var(--white); border: 1px solid rgba(93,58,26,.15); border-top: 4px solid var(--cognac); padding: 24px 20px; transition: box-shadow .25s, transform .25s; text-decoration: none; display: block; }
.disc-card:hover { box-shadow: 0 6px 28px rgba(58,31,8,.12); transform: translateY(-3px); color: inherit; }
.disc-card-icon { font-size: 2rem; margin-bottom: 12px; }
.disc-card h3 { font-family: var(--font-display); font-size: 1.2rem; color: var(--deep-tobacco); margin-bottom: 6px; }
.disc-card .count { font-family: var(--font-label); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.disc-card p { font-size: .9rem; color: var(--warm-gray); line-height: 1.65; }

/* ── INVENTORY GRID ── */
.inventory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (min-width: 640px) { .inventory-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .inventory-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }
.listing-card { background: var(--white); border: 1px solid rgba(93,58,26,.15); border-top: 3px solid var(--cognac); display: flex; flex-direction: column; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.listing-card:hover { box-shadow: 0 6px 28px rgba(58,31,8,.12); transform: translateY(-3px); }
.listing-img-wrap { aspect-ratio: 3/4; overflow: hidden; background: var(--parchment); }
.listing-img-wrap img { width: 100%; height: 100%; object-fit: contain; padding: 8px; transition: transform .3s; }
.listing-card:hover .listing-img-wrap img { transform: scale(1.04); }
.listing-body { padding: 12px 12px 14px; flex: 1; display: flex; flex-direction: column; }
.listing-disc { font-family: var(--font-label); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
.listing-maker { font-family: var(--font-label); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; color: var(--warm-gray); margin-bottom: 4px; }
.listing-name { font-family: var(--font-display); font-size: .88rem; color: var(--deep-tobacco); margin-bottom: 8px; line-height: 1.3; flex: 1; }
.listing-price { font-family: var(--font-display); font-size: 1.15rem; color: var(--cognac); font-weight: 700; margin-bottom: 8px; }
.inquire-btn { display: block; text-align: center; font-family: var(--font-label); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; padding: 9px 10px; background: var(--deep-tobacco); color: var(--parchment); text-decoration: none; transition: background .2s; }
.inquire-btn:hover { background: var(--cognac); color: var(--white); }

/* ── LISTING DETAIL PAGES ── */
.listing-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media (min-width: 900px) { .listing-grid { grid-template-columns: 3fr 2fr; gap: 40px; align-items: start; } }
@media (min-width: 1100px) { .listing-grid { grid-template-columns: 3fr 2fr; gap: 52px; } }
.main-img-wrap { background: var(--parchment); border: 1px solid rgba(93,58,26,.15); overflow: hidden; }
.main-img-wrap img { width: 100%; height: auto; display: block; object-fit: contain; }
.thumb-strip { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.gallery-thumb { width: 72px; height: 72px; border: 2px solid rgba(93,58,26,.2); overflow: hidden; cursor: pointer; transition: border-color .2s; flex-shrink: 0; }
@media (min-width: 640px) { .gallery-thumb { width: 88px; height: 88px; } }
.gallery-thumb:hover, .gallery-thumb.active { border-color: var(--cognac); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; background: var(--parchment); }
.listing-title { font-family: var(--font-display); font-size: clamp(1.3rem, 3.5vw, 1.9rem); color: var(--deep-tobacco); line-height: 1.2; margin-bottom: 12px; }
.listing-price-big { font-family: var(--font-display); font-size: 2rem; color: var(--cognac); font-weight: 700; border-top: 2px solid var(--gold); padding-top: 14px; margin-bottom: 20px; }
.listing-specs table { width: 100%; border-collapse: collapse; margin: 0 0 20px; }
.listing-specs tr { border-bottom: 1px solid rgba(93,58,26,.1); }
.listing-specs tr:last-child { border-bottom: none; }
.listing-specs th { padding: 9px 10px 9px 0; font-family: var(--font-label); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--warm-gray); width: 38%; text-align: left; font-weight: 400; }
.listing-specs td { padding: 9px 0 9px 10px; color: var(--charcoal); font-weight: 600; font-size: .95rem; }
.listing-description p { font-size: 1rem; line-height: 1.85; color: var(--charcoal); margin-bottom: 14px; }
.shipping-note { background: #e8f4fd; border-left: 4px solid #2196F3; padding: 13px 16px; font-size: .9rem; color: var(--charcoal); margin: 16px 0; line-height: 1.6; }
.cert-badge { background: var(--parchment); border-left: 4px solid var(--gold); padding: 15px 16px; display: flex; gap: 12px; align-items: center; margin: 16px 0; }
.cert-badge img { width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0; object-fit: contain; background: white; padding: 2px; }
.cert-badge span { font-size: .9rem; color: var(--mid-brown); line-height: 1.6; }
.cert-badge strong { color: var(--deep-tobacco); }
.cta-button { display: block; width: 100%; font-family: var(--font-label); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; padding: 16px 24px; background: var(--cognac); color: var(--white); text-align: center; transition: background .25s; margin-top: 14px; text-decoration: none; }
.cta-button:hover { background: var(--deep-tobacco); }
.breadcrumb { font-family: var(--font-label); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--warm-gray); margin-bottom: 20px; }
.breadcrumb a { color: var(--mid-brown); }

/* ── COMPARE TABLE ── */
.compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 28px 0; }
.compare-table { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 480px; }
.compare-table th { background: var(--deep-tobacco); color: var(--parchment); font-family: var(--font-label); letter-spacing: .08em; text-transform: uppercase; font-size: 11px; padding: 12px 14px; text-align: left; }
.compare-table td { padding: 11px 14px; border-bottom: 1px solid rgba(93,58,26,.1); }
.compare-table tr:nth-child(even) td { background: rgba(201,169,110,.08); }
.compare-table tr:hover td { background: rgba(93,58,26,.05); }

/* ── FAQ ── */
.faq-item { border-bottom: 1px solid rgba(93,58,26,.15); padding: 18px 0; }
.faq-q { font-family: var(--font-display); font-size: 1.05rem; color: var(--deep-tobacco); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q::after { content: '+'; font-size: 1.4rem; color: var(--cognac); flex-shrink: 0; }
.faq-item.open .faq-q::after { content: '&#8722;'; }
.faq-a { display: none; padding-top: 12px; font-size: .95rem; color: var(--warm-gray); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }

/* ── FOOTER ── */
.site-footer { background: var(--charcoal); border-top: 3px solid var(--deep-tobacco); padding: 40px 0 24px; }
@media (min-width: 640px) { .site-footer { padding: 52px 0 28px; } }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; margin-bottom: 32px; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 48px; } }
.footer-brand { font-family: var(--font-display); font-size: 1.1rem; color: var(--parchment); margin-bottom: 10px; line-height: 1.3; }
.footer-brand span { color: var(--gold-light); }
.footer-tagline { font-size: .9rem; line-height: 1.65; color: #fff; font-weight: 700; margin-bottom: 16px; }
.footer-col h4 { font-family: var(--font-label); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #fff; font-weight: 700; margin-bottom: 12px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 7px; }
.footer-col a { color: #fff; font-weight: 700; font-size: .9rem; transition: color .2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 20px; display: flex; flex-direction: column; gap: 8px; font-size: .8rem; text-align: center; }
@media (min-width: 640px) { .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; text-align: left; } }
.footer-bottom p { color: #fff; font-weight: 700; }

.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
@media(min-width:640px){.related-grid{grid-template-columns:repeat(3,1fr);}}

/* ── Contact block buttons — mobile stack ── */
.contact-btns { display: flex; flex-direction: column; gap: 10px; }
@media (min-width: 480px) { .contact-btns { flex-direction: row; flex-wrap: wrap; } }
