.detail-header { border-bottom: 1px solid var(--line); }
.vehicle-status-notice { margin: 0; padding: 16px 9vw; background: #2a2318; color: #f4d98a; font: 600 12px/1.5 var(--mono); letter-spacing: .02em; text-transform: none; text-align: center; }
.detail-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 675px; background: var(--cream); }
.detail-main-photo { display: grid; min-height: 590px; height: 590px; place-items: center; background: #e8e7df; }
.detail-main-photo img { width: 100%; height: 100%; padding: 16px; object-fit: contain; }
.detail-summary { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px 8vw; }
.detail-summary h1 { margin: 12px 0 19px; font-size: clamp(52px, 5.4vw, 86px); line-height: .9; white-space: pre-line; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.summary-price { margin: 0 0 25px; color: var(--green); font-size: 26px; font-weight: 700; letter-spacing: -1px; }
.summary-price-pending { max-width: 250px; font: 600 11px/1.45 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.summary-price-note { max-width: 430px; margin: -15px 0 25px; color: #68716c; font: 500 10px/1.45 var(--mono); letter-spacing: .035em; text-transform: uppercase; }
.summary-intro { max-width: 450px; color: #53615a; font-size: 16px; line-height: 1.6; }
.vehicle-purchase { display: grid; grid-template-columns: .78fr 1.22fr; gap: 10vw; padding: 100px 9vw; background: #e6e4dc; }
.vehicle-purchase h2 { margin: 12px 0 24px; color: var(--green-dark); }
.vehicle-purchase > div:first-child > p:not(.eyebrow) { max-width: 380px; color: #53615a; font-size: 16px; line-height: 1.6; }
.vehicle-purchase-list { border-top: 1px solid #bfc5b6; }
.vehicle-purchase-list > div { display: grid; grid-template-columns: 145px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid #bfc5b6; }
.vehicle-purchase-list strong { color: var(--green-dark); font-size: 14px; }
.vehicle-purchase-list p { margin: 0; color: #59665e; font-size: 14px; line-height: 1.52; }
.vehicle-purchase-terms { grid-column: 2; margin-top: -14px; color: #6a746d; font-size: 11px; line-height: 1.45; }
.key-specs { display: grid; grid-template-columns: 1fr 1fr; width: 100%; margin: 34px 0; border-top: 1px solid var(--line); }
.key-specs div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.key-specs div:nth-child(odd) { padding-right: 16px; }
.key-specs dt { margin-bottom: 5px; color: #6a746d; font: 500 9px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.key-specs dd { margin: 0; color: var(--green-dark); font-size: 14px; font-weight: 600; }
.detail-facts { padding: 112px 9vw; background: #e6e4dc; }
.fact-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; align-items: end; }
.fact-columns h2, .equipment h2 { margin-top: 12px; }
.fact-columns p { max-width: 520px; color: #53615a; font-size: 16px; line-height: 1.62; }
.fact-columns ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #bfc5b6; }
.fact-columns li { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid #bfc5b6; color: #59665e; font-size: 14px; }
.fact-columns strong { color: var(--green-dark); }
.equipment { display: grid; grid-template-columns: .76fr 1.24fr; gap: 10vw; padding: 112px 9vw; background: var(--green-dark); color: var(--cream); }
.equipment .eyebrow { color: #d8ecab; }
.equipment-list { border-top: 1px solid rgba(255,255,255,.26); }
.equipment-list p { margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.26); font-size: 16px; }
.gallery { padding: 115px 5vw; background: #f8f7f2; }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; max-width: 1180px; margin: 0 auto 48px; }
.gallery-heading h2 { margin-top: 12px; color: var(--green-dark); }
.gallery-heading > p { max-width: 350px; margin: 0; color: #5e6962; font-size: 14px; line-height: 1.55; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.gallery figure { position: relative; min-height: 230px; margin: 0; overflow: hidden; background: #e8e7df; }
.gallery figure.gallery-featured { grid-column: span 2; grid-row: span 2; min-height: 473px; }
.gallery img { width: 100%; height: 100%; padding: 7px; object-fit: contain; }
.gallery figcaption { position: absolute; right: 11px; bottom: 10px; padding: 5px 7px; background: rgba(18,45,40,.78); color: white; font: 500 9px var(--mono); letter-spacing: .04em; }
.mobile-detail-contact { display: none; }
@media (max-width: 850px) { .detail-hero, .vehicle-purchase, .fact-columns, .equipment { grid-template-columns: 1fr; } .detail-summary { padding: 68px 9vw; } .vehicle-purchase { gap: 42px; } .vehicle-purchase-terms { grid-column: 1; margin-top: -18px; } .gallery-grid { grid-template-columns: repeat(3, 1fr); } .gallery-heading { align-items: start; flex-direction: column; } }
@media (max-width: 560px) { body { padding-bottom: 70px; } .detail-header { min-height: 70px; } .detail-header .header-contact { display: inline-flex; min-height: 44px; align-items: center; font-size: 10px; } .detail-main-photo { min-height: 390px; height: 390px; } .detail-summary { padding: 54px 8vw; } .detail-summary h1 { font-size: 51px; } .detail-actions { width: 100%; } .detail-actions .button { width: 100%; } .vehicle-purchase, .detail-facts, .equipment { padding: 76px 8vw; } .vehicle-purchase-list > div { grid-template-columns: 1fr; gap: 6px; } .gallery { padding: 76px 6vw; } .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } .gallery figure { min-height: 145px; } .gallery figure.gallery-featured { min-height: 298px; } .gallery-heading { margin-bottom: 32px; } .gallery-heading > p { font-size: 13px; } .mobile-detail-contact { position: fixed; z-index: 30; right: 13px; bottom: 13px; left: 13px; display: flex; min-height: 52px; align-items: center; justify-content: space-between; padding: 0 20px; background: var(--gold); box-shadow: 0 8px 24px rgba(12, 31, 27, .25); color: #1d251f; font: 600 11px var(--mono); letter-spacing: .05em; text-transform: uppercase; } .mobile-detail-contact span { font-size: 17px; } }
