/* Family First retail storefront. Public shopping pages retain the original black-and-gold palette;
   payment and credit application workspaces keep their existing controls. */
.storefront { --ink: #090a0c; --paper: #090a0c; --soft: #121418; --line: rgba(184,146,59,.5); --muted: #aaa9a3; --gold: #b8923b; --gold-bright: #d2b467; --pad: max(24px, calc((100vw - 1240px) / 2)); color-scheme: dark; background: #090a0c; color: #f7f3e9; }
.storefront .utility-bar { background: #050607; color: #aaa9a3; border: 0; min-height: 32px; font-size: .68rem; }
.storefront .utility-bar > div > span { background: rgba(184,146,59,.4); }
.storefront .site-header { min-height: 84px; border-color: rgba(184,146,59,.4); background: rgba(9,10,12,.98); padding-block: .6rem; }
.storefront .site-header.scrolled { box-shadow: 0 3px 15px #00000040; }
.storefront .brand { min-width: 225px; gap: .8rem; }
.storefront .brand img { width: 60px; height: 60px; border-radius: 5px; }
.storefront .brand > span { color: #f7f3e9; font-size: 1.03rem; }
.storefront .brand small { color: #d2b467; font-size: .59rem; }
.storefront .site-nav { gap: 1.7rem; }
.storefront .site-nav a { color: #f7f3e9; font-size: .82rem; }
.storefront .nav-cta { border: 1px solid #b8923b; background: #d2b467; box-shadow: none; border-radius: 6px; padding: .8rem 1.15rem; }
.storefront .section-label { color: #d2b467; font-size: .65rem; letter-spacing: .12em; }
.storefront .section-heading { align-items: center; }
.storefront .section-heading h2 { color: #f7f3e9; font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.2; letter-spacing: -.04em; }
.storefront .text-link, .retail-link { color: #d2b467; font-weight: 700; font-size: .85rem; }
.storefront .button { border-radius: 6px; letter-spacing: 0; text-transform: none; }
.storefront .button-gold { background: #d2b467; color: #090a0c; border: 1px solid #d2b467; box-shadow: none; }
.storefront .button-dark { background: #17191d; color: white; border: 0; }
.storefront .hero { display: flex; align-items: center; min-height: 490px; height: min(520px, calc(100svh - 116px)); color: #f7f3e9; background: #090a0c; }
.storefront .hero-image { object-position: center bottom; animation: retail-image 1000ms ease both; }
.storefront .hero-overlay { background: linear-gradient(90deg, #090a0cee 0%, #090a0ccf 24%, #090a0c70 43%, transparent 65%); }
.storefront .hero-content { width: min(610px, calc(100% - 48px)); margin: 0 0 0 var(--pad); padding: 2.5rem 0; }
.storefront .hero .eyebrow { color: #d2b467; font-size: .66rem; letter-spacing: .11em; }
.storefront .hero h1 { color: #f7f3e9; font-size: clamp(2.7rem, 4.1vw, 4.2rem); line-height: 1.07; letter-spacing: -.05em; }
.storefront .hero h1 span { color: #d2b467; }
.storefront .hero-description { color: #aaa9a3; font-size: 1rem; margin-top: 1rem; }
.retail-search { display: flex; align-items: center; width: 100%; gap: .7rem; margin-top: 1.6rem; padding: 7px; background: #090a0c; border: 1px solid rgba(184,146,59,.4); border-radius: 8px; box-shadow: 0 5px 18px #00000030; animation-delay: 430ms; }
.retail-search > svg { width: 22px; height: 22px; margin-left: .6rem; fill: none; stroke: #aaa9a3; stroke-width: 1.7; flex-shrink: 0; }
.retail-search input { border: 0; background: #090a0c; min-width: 0; width: 100%; color: #f7f3e9; font-size: 16px; min-height: 44px; }
.retail-search input:focus { outline: none; }
.retail-search:focus-within { outline: 2px solid #b8923b; outline-offset: 3px; }
.retail-search button { min-height: 46px; padding: 0 1.2rem; color: #090a0c; background: #d2b467; border: 0; border-radius: 5px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: background 160ms ease; }
.storefront .nav-cta, .storefront .button-gold, .retail-search button { background: linear-gradient(135deg, #8f6925, #c7a651 52%, #987127); border: 1px solid #d2b467; box-shadow: inset 0 1px rgba(255,255,255,.2); }
.retail-search button:hover { background: #d5b65f; }
.hero-browse { display: inline-block; margin-top: 1.15rem; font-size: .85rem; font-weight: 700; color: #f7f3e9; text-decoration: underline; text-underline-offset: 5px; animation-delay: 510ms; }
.quick-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; padding-top: 2.25rem; padding-bottom: 1rem; }
.quick-action { display: flex; align-items: start; gap: 1.25rem; padding: 1.8rem 2rem; border: 1px solid rgba(184,146,59,.4); border-radius: 10px; background: #090a0c; transition: border-color 180ms ease, transform 180ms ease; }
.quick-action:hover { border-color: #b8923b; transform: translateY(-3px); }
.quick-action h2 { font-family: Manrope, sans-serif; font-size: 1.18rem; letter-spacing: -.025em; margin: 0; }
.quick-action p { color: #aaa9a3; font-size: .9rem; line-height: 1.6; margin: .6rem 0 1.1rem; }
.action-icon { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: #211d13; color: #d2b467; font-size: 1.5rem; font-weight: 500; }
.retail-link { display: inline-block; }
.storefront .shop-section { padding-top: 3.5rem; padding-bottom: 3.5rem; background: #090a0c; }
.storefront .type-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 1.7rem; }
.style-choice { display: grid; place-items: center; gap: .5rem; padding: 0 0 1.4rem; overflow: hidden; color: #f7f3e9; border-radius: 8px; background: #111318; border: 1px solid rgba(184,146,59,.5); transition: background 200ms ease, border-color 200ms ease; }
.style-choice:hover { background: #1c1b16; border-color: #b8923b; }
.style-choice img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; margin-bottom: .5rem; transition: transform 250ms ease; }
.style-choice:hover img { transform: scale(1.035); }
.style-choice small { color: #aaa9a3; font-size: .74rem; padding-inline: .3rem; text-align: center; }
.style-finder { display: grid; place-items: center; width: 100%; aspect-ratio: 3 / 2; margin-bottom: .5rem; font-family: Manrope, sans-serif; font-size: clamp(4rem,8vw,7rem); font-weight: 800; letter-spacing: -.1em; color: transparent; -webkit-text-stroke: 1px rgba(184,146,59,.7); background: #17191d; }
.style-choice strong { font-size: .87rem; font-weight: 700; }
.collections { padding-top: 1rem; padding-bottom: 4rem; }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 1.6rem; }
.collection { display: flex; flex-direction: column; position: relative; min-height: 300px; border-radius: 10px; padding: 1.75rem; overflow: hidden; transition: transform 200ms ease; }
.collection:hover { transform: translateY(-4px); }
.collection-value { background: #18150e; }.collection-everyday { background: #111318; }.collection-adventure { background: #15171b; }
.collection h3 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.65rem; line-height: 1.2; letter-spacing: -.04em; }
.collection p { max-width: 240px; color: #aaa9a3; font-size: .9rem; line-height: 1.55; margin: .65rem 0; }
.collection .section-label { font-size: .6rem; }
.collection-number { display: block; align-self: end; font-family: Manrope,sans-serif; font-size: 6rem; font-weight: 800; line-height: 1; letter-spacing: -.08em; color: #806c3c; margin: .1rem 0 .65rem; }
.collection-number > span { font-size: 3rem; }.collection-everyday .collection-number { color: #806c3c; }
.collection .retail-link { margin-top: auto; color: #f7f3e9; }
.collection-road { width: 200px; max-width: 100%; height: 100px; align-self: end; fill: none; stroke: #806c3c; stroke-width: 3; margin-block: .5rem; }
.storefront .delivery-section { padding-block: 3.5rem; background: #111318; scroll-margin-top: 100px; }
.storefront .delivery-steps { margin-top: 2rem; }
.storefront .delivery-steps > div { border-top-color: rgba(184,146,59,.4); padding-top: 1.2rem; }
.storefront .delivery-steps > div > span { color: #d2b467; }
.storefront .delivery-steps h3 { font-size: 1.2rem; margin-top: .8rem; }
.storefront .delivery-steps p { color: #aaa9a3; font-size: .9rem; line-height: 1.65; }
.storefront .delivery-footnote { color: #aaa9a3; font-size: .73rem; margin-top: 2rem; }
.storefront .inventory-section { background: #090a0c; padding-block: 3.5rem; }
.storefront .inventory-grid { margin-top: 1.5rem; }
.storefront .listing { background: #090a0c; color: #f7f3e9; border: 1px solid rgba(184,146,59,.4); border-radius: 10px; overflow: hidden; }
.storefront .listing:hover { box-shadow: 0 6px 24px #00000030; border-color: rgba(184,146,59,.4); }
.storefront .listing-body { background: #090a0c; }
.storefront .listing-body > p { color: #aaa9a3; }
.storefront .listing-body h3 { color: #f7f3e9; }
.storefront .listing-meta { border-color: rgba(184,146,59,.4); }
.storefront .listing-meta span { color: #aaa9a3; }.storefront .listing-meta strong { color: #f7f3e9; }
.storefront .listing-delivery { color: #d2b467; border-color: rgba(184,146,59,.4); }
.storefront .inventory-empty { background: #111318; color: #f7f3e9; border: 1px solid rgba(184,146,59,.4); border-radius: 10px; padding: 2rem; }
.storefront .inventory-empty p { color: #aaa9a3; }
.storefront .inventory-empty a { color: #d2b467; }
.retail-about { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding-block: 3.5rem; background: #15140f; }
.retail-about h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(2rem,3.5vw,3rem); line-height: 1.15; letter-spacing: -.04em; }
.retail-about p:not(.section-label) { margin-top: 0; line-height: 1.8; color: #aaa9a3; font-size: .95rem; }
.storefront .visit { padding-block: 2.75rem; background: #090a0c; border-color: rgba(184,146,59,.4); gap: 2rem; }
.storefront .visit h2 { color: #f7f3e9; font-size: 1.7rem; letter-spacing: -.03em; }
.storefront .visit address { color: #aaa9a3; font-size: 1rem; }
.storefront .opening-note { color: #aaa9a3; }
.storefront .domain-block { border-color: rgba(184,146,59,.4); }.storefront .domain-block strong { color: #f7f3e9; font-size: 2rem; }.storefront .domain-block p, .storefront .domain-block > span { color: #aaa9a3; }
.storefront .contact { background: #0b0c0e; color: #fff; padding-block: 2.8rem; }
.storefront .contact h2 { font-size: clamp(1.8rem,3vw,2.5rem); letter-spacing: -.04em; }
.storefront .contact .section-label { color: #d2b467; }
.storefront .site-footer { background: #050607; color: #aaa9a3; border-color: rgba(184,146,59,.4); padding-block: 2.5rem; }
.storefront .footer-brand strong { color: #f7f3e9; }.storefront .footer-brand img { width: 64px; height: 64px; border-radius: 4px; }.storefront .footer-credit a { color: #d2b467; }
.storefront .lead-dialog { --muted: #bbb6aa; --gold-bright: #d2b467; color: #fff; }
.storefront .lead-dialog .section-label { color: #d2b467; }
.storefront.finance-page { background: #08090b; color: #f7f3e9; --muted: #aaa9a3; --gold-bright: #d2b467; --gold: #b8923b; --line: rgba(184,146,59,.5); }
.storefront.finance-page .finance-hero { background: #111318; color: #f7f3e9; min-height: 270px; padding-block: 3rem; }
.storefront.finance-page .finance-hero::after { display: none; }
.storefront.finance-page .finance-hero h1 { font-size: clamp(2.5rem,5vw,4rem); line-height: 1.1; }
.storefront.finance-page .finance-hero-copy > p:last-child { color: #aaa9a3; }
.storefront.finance-page .application-shell .section-label { color: #d2b467; }
.storefront.finance-page .site-nav a[aria-current=page] { color: #d2b467; }
/* Carry the shopping palette into inventory and delivery detail pages. */
.storefront .inventory-page { padding-block: 2.5rem; }
.storefront .inventory-intro { padding-bottom: 2rem; }
.storefront .inventory-intro h1 { font-size: clamp(2.2rem,4vw,3.6rem); line-height: 1.1; letter-spacing: -.045em; }
.storefront .inventory-workspace { padding-top: 2rem; gap: 2rem; }
.storefront .inventory-filters { background: #111318; border-color: rgba(184,146,59,.4); border-radius: 8px; scrollbar-color: rgba(184,146,59,.4) #111318; }
.storefront .inventory-filters :is(label > span, legend, summary) { color: #aaa9a3; }
.storefront .inventory-filters :is(input, select) { background: #090a0c; color: #f7f3e9; border-color: rgba(184,146,59,.4); font-size: 16px; }
.storefront .feature-options label { background: #090a0c; border-color: rgba(184,146,59,.4); }
.storefront .feature-options input:checked + span { color: #d2b467; }
.storefront .active-filter, .storefront .pagination button, .storefront .mobile-filter-button { background: #111318; color: #f7f3e9; border-color: rgba(184,146,59,.4); }
.storefront .vehicle-page { padding-block: 2rem; }
.storefront .vehicle-summary { background: #090a0c; border-color: rgba(184,146,59,.4); border-radius: 10px; }
.storefront .vehicle-summary h1 { font-size: clamp(2rem,3vw,3rem); line-height: 1.1; letter-spacing: -.04em; }
.storefront .vehicle-main-photo { border-radius: 10px; }
.storefront .vehicle-description p, .storefront .shipping-intro, .storefront .shipping-note { color: #aaa9a3; }
.storefront .shipping-estimator :is(input:not([type=checkbox]), select) { background: #090a0c; color: #f7f3e9; border-color: rgba(184,146,59,.4); border-radius: 5px; }
.storefront .shipping-result { background: #19170f; border-left-color: #d2b467; padding-right: 1rem; }
.storefront .shipping-result p { color: #aaa9a3; }.storefront .shipping-result strong { color: #d2b467; }
@keyframes retail-image { from { opacity: .6; transform: scale(1.015); } to { opacity: 1; transform: scale(1); } }
@media (max-width: 1050px) {
  .storefront .brand { min-width: 0; }
  .storefront .site-nav { background: #090a0c; top: 116px; justify-content: start; padding-top: 2rem; gap: 1.5rem; }
  .storefront .site-nav a { font-size: 1.45rem; }
  .storefront .site-nav:not(.open) { visibility: hidden; }
  .storefront .hero { height: 490px; min-height: 490px; }
  .storefront .hero-content { width: min(560px, calc(100% - 48px)); }
  .storefront .hero-overlay { background: linear-gradient(90deg,#090a0cef,#090a0cc4 46%,#090a0c22); }
  .quick-action { padding: 1.4rem; gap: .8rem; }.quick-action h2 { font-size: 1.05rem; }
  .storefront .type-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .storefront { --pad: 20px; }
  .storefront .utility-bar { font-size: .6rem; }.storefront .site-header { min-height: 72px; }.storefront .brand img { width: 48px; height: 48px; }.storefront .brand > span { font-size: .9rem; }
  .storefront .site-nav { top: 104px; }.storefront .site-nav a { font-size: 1.3rem; }
  .storefront .hero { height: 540px; min-height: 540px; align-items: start; }
  .storefront .hero-image { height: 245px; top: auto; bottom: 0; object-position: 80% bottom; }
  .storefront .hero-overlay { background: linear-gradient(180deg,#090a0c 0%,#090a0c 52%,#090a0c00 74%); }
  .storefront .hero-content { width: calc(100% - 40px); padding-block: 2rem; }
  .storefront .hero h1 { font-size: clamp(2.4rem,10vw,3.4rem); }
  .storefront .hero .eyebrow { font-size: .57rem; letter-spacing: .075em; }
  .storefront .hero-description { font-size: .9rem; }
  .retail-search { margin-top: 1.25rem; gap: .35rem; padding: 5px; }
  .retail-search > svg { display: none; }.retail-search input { padding-left: .6rem; font-size: 16px; }.retail-search button { padding-inline: .85rem; }.retail-search button span { display: none; }
  .hero-browse { font-size: .8rem; margin-top: 1rem; }
  .quick-actions { grid-template-columns: 1fr; gap: .85rem; padding-top: 1.25rem; }
  .quick-action { padding: 1.25rem; }.quick-action p { margin-bottom: .7rem; }.action-icon { width: 38px; height: 38px; }
  .storefront .shop-section { padding-block: 2.2rem; }.storefront .section-heading { display: flex; gap: 1rem; flex-wrap: wrap; }.storefront .section-heading h2 { font-size: 1.6rem; }.storefront .section-heading .text-link { font-size: .75rem; }
  .storefront .type-grid { gap: .6rem; margin-top: 1.25rem; }.style-choice { padding-bottom: 1rem; }.style-choice strong { font-size: .87rem; }.style-choice small { font-size: .65rem; }
  .collections { padding-block: .5rem 2.5rem; }.collection-grid { grid-template-columns: 1fr; gap: 1rem; }.collection { min-height: 240px; padding: 1.5rem; }.collection-number { font-size: 4.8rem; }.collection h3 { font-size: 1.65rem; }
  .storefront .delivery-section, .storefront .inventory-section { padding-block: 2.5rem; }.storefront .delivery-steps { gap: 1.25rem; }
  .retail-about { grid-template-columns: 1fr; padding-block: 2.5rem; gap: 1.5rem; }
  .storefront .visit { gap: 1.5rem; }.storefront .domain-block { display: none; }
  .storefront .vehicle-detail { gap: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) { .storefront .hero-image { animation: none; }.storefront .hero-reveal { animation: none; opacity: 1; transform: none; } }
