:root {
  --ink: #17201d;
  --pine: #1c2d29;
  --moss: #657264;
  --cream: #f5f1e8;
  --sand: #dfd4c2;
  --rust: #bf4c31;
  --line: rgba(23, 32, 29, .17);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; }

.page-loader { align-items: center; background: var(--pine); color: var(--cream); display: flex; font-family: var(--serif); font-size: 2rem; inset: 0; justify-content: center; letter-spacing: -.08em; opacity: 1; position: fixed; z-index: 100; transition: opacity .45s ease, visibility .45s; }
.page-loader span { border: 1px solid rgba(245,241,232,.5); border-radius: 50%; display: grid; height: 5.4rem; letter-spacing: -.07em; place-items: center; width: 5.4rem; animation: loaderSpin .75s var(--ease); }
body.loaded .page-loader { opacity: 0; visibility: hidden; }
@keyframes loaderSpin { from { opacity: 0; transform: rotate(-25deg) scale(.7); } to { opacity: 1; transform: rotate(0) scale(1); } }

.wrapper { margin: 0 auto; max-width: 1392px; padding-left: 48px; padding-right: 48px; width: 100%; }
.section { padding-bottom: 136px; padding-top: 136px; }
.section-dark { background: var(--pine); color: var(--cream); }
.section-tan { background: var(--sand); }
.eyebrow { align-items: center; color: var(--moss); display: flex; font-family: var(--mono); font-size: .68rem; font-weight: 500; gap: 9px; letter-spacing: .08em; line-height: 1.5; margin: 0 0 19px; text-transform: uppercase; }
.eyebrow span { background: currentColor; display: inline-block; height: 1px; opacity: .7; width: 31px; }
.eyebrow.light { color: #bdc8b8; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 600; }
h1, h2 { font-family: var(--serif); letter-spacing: -.055em; line-height: .98; }
h1 i, h2 i { color: var(--rust); font-weight: 600; }
h2 { font-size: clamp(3rem, 5.35vw, 5.4rem); margin-bottom: 0; }
.lead { font-size: clamp(1.17rem, 1.6vw, 1.5rem); line-height: 1.46; }

.site-header { align-items: center; color: var(--cream); display: flex; height: 84px; justify-content: space-between; left: 0; padding: 0 48px; position: absolute; right: 0; top: 0; z-index: 10; }
.brand { align-items: center; display: inline-flex; gap: 11px; }
.brand-mark { display: block; height: 43px; object-fit: contain; width: 43px; }
.brand-name { font-size: .7rem; font-weight: 700; letter-spacing: .065em; line-height: 1.15; text-transform: uppercase; }
.brand-name em { display: block; font-family: var(--serif); font-size: 1rem; font-weight: 600; letter-spacing: -.03em; text-transform: none; }
.main-nav { align-items: center; display: flex; gap: 31px; }
.main-nav > a:not(.nav-cta) { font-size: 1.02rem; font-weight: 600; letter-spacing: .02em; opacity: .9; position: relative; }
.main-nav > a:not(.nav-cta)::after { background: var(--cream); bottom: -6px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); width: 100%; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid rgba(245,241,232,.7); font-size: .9rem; font-weight: 600; letter-spacing: .035em; padding: 10px 15px; text-transform: uppercase; transition: background .3s, color .3s; }
.nav-cta span { color: var(--rust); font-size: 1rem; margin-left: 4px; }
.nav-cta:hover { background: var(--cream); color: var(--pine); }
.nav-toggle { background: transparent; border: 0; color: inherit; display: none; padding: 6px 0 6px 10px; }
.nav-toggle span { background: currentColor; display: block; height: 1px; margin: 5px 0; transition: transform .3s var(--ease); width: 25px; }

.hero { background: var(--pine); color: var(--cream); display: flex; flex-direction: column; height: min(900px, 100svh); min-height: 760px; overflow: hidden; position: relative; }
.hero-backdrop { animation: heroIn 1.3s var(--ease) both; background: linear-gradient(90deg, rgba(19,30,27,.88) 0%, rgba(19,30,27,.58) 39%, rgba(19,30,27,.16) 72%, rgba(19,30,27,.30) 100%), url("assets/58-Dodge.jpeg") center 48% / cover no-repeat; inset: 0; position: absolute; transform: scale(1.06); }
@keyframes heroIn { to { transform: scale(1); } }
.hero-grid { background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; inset: 0; mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 65%); opacity: .28; position: absolute; }
.hero-content { flex: 1; padding-bottom: 180px; padding-top: clamp(180px, 24vh, 238px); position: relative; }
.hero h1 { font-size: clamp(4.3rem, 8.3vw, 8.7rem); margin: 0 0 25px; max-width: 820px; }
.hero-copy { font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.5; margin-bottom: 34px; max-width: 480px; }
.hero-actions { align-items: center; display: flex; gap: 28px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: .73rem; font-weight: 700; gap: 25px; justify-content: space-between; letter-spacing: .07em; padding: 15px 18px; text-transform: uppercase; transition: background .3s, border-color .3s, color .3s, transform .3s var(--ease); }
.button span { font-size: 1.15rem; font-weight: 400; line-height: .8; transition: transform .3s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button:hover span { transform: translateX(5px); }
.button-primary { background: var(--rust); color: white; }
.button-primary:hover { background: #ce583b; }
.button-dark { background: var(--ink); color: var(--cream); }
.button-dark:hover { background: var(--rust); }
.button-outline { border-color: rgba(245,241,232,.8); color: var(--cream); }
.button-outline:hover { background: var(--cream); color: var(--pine); }
.text-link { align-items: center; border-bottom: 1px solid rgba(23,32,29,.35); display: inline-flex; font-family: var(--mono); font-size: .7rem; font-weight: 500; gap: 10px; letter-spacing: .04em; padding-bottom: 4px; text-transform: uppercase; transition: border-color .3s, color .3s; }
.text-link span { color: var(--rust); font-size: 1.05rem; transition: transform .3s var(--ease); }
.text-link:hover { border-color: var(--rust); color: var(--rust); }
.text-link:hover span { transform: translateX(4px); }
.text-link.light { border-color: rgba(245,241,232,.45); }
.hero-foot { align-items: end; bottom: 0; display: flex; gap: 43px; left: 0; padding-bottom: 38px; position: absolute; right: 0; z-index: 3; }
.hero-foot > div { flex: 1; min-width: 0; }
.hero-foot > div:not(.scroll-prompt) { border-left: 1px solid rgba(245,241,232,.48); padding-left: 12px; }
.hero-foot strong { display: block; font-family: var(--serif); font-size: clamp(.9rem, 1.35vw, 1.3rem); font-weight: 600; letter-spacing: -.03em; line-height: 1.15; white-space: normal; }
.hero-foot small { font-family: var(--mono); font-size: .58rem; letter-spacing: .05em; text-transform: uppercase; }
.scroll-prompt { align-items: center; color: rgba(245,241,232,.85); display: flex; font-family: var(--mono); font-size: .58rem; gap: 10px; letter-spacing: .06em; margin-left: auto; text-transform: uppercase; }
.scroll-prompt span { border: 1px solid currentColor; border-radius: 50%; display: inline-block; height: 8px; width: 8px; animation: pulse 1.8s ease infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 6px rgba(245,241,232,0); } }

.intro { display: grid; gap: 40px 8%; grid-template-columns: .92fr .9fr; }
.intro-title h2 { max-width: 540px; }
.intro-copy { padding-top: 64px; }
.intro-copy p:not(.lead) { color: #56605a; font-size: .95rem; max-width: 500px; }
.intro-copy .text-link { margin-top: 12px; }
.intro-image { grid-column: 1 / -1; margin-top: 32px; overflow: hidden; position: relative; }
.intro-image img { height: min(47vw, 560px); object-fit: cover; object-position: center 55%; transition: transform 1s var(--ease); }
.intro-image:hover img { transform: scale(1.025); }
.image-note { background: var(--cream); bottom: 0; font-family: var(--mono); font-size: .63rem; letter-spacing: .06em; line-height: 1.6; padding: 18px 24px; position: absolute; right: 7.8%; text-transform: uppercase; }
.image-note span { color: var(--rust); display: block; font-size: .9rem; margin-bottom: 3px; }

.services { padding: 122px 0 136px; }
.section-heading { max-width: 690px; }
.services .section-heading { margin-bottom: 71px; }
.services-list { border-top: 1px solid rgba(245,241,232,.25); }
.service-row { align-items: center; border-bottom: 1px solid rgba(245,241,232,.25); color: inherit; display: grid; gap: 20px; grid-template-columns: 62px minmax(235px, .9fr) 1.1fr 24px; min-height: 123px; padding: 22px 7px; transition: background .35s, padding .35s; }
.service-row:hover { background: rgba(245,241,232,.06); padding-left: 17px; padding-right: 17px; }
.service-number { color: #bdc8b8; font-family: var(--mono); font-size: .7rem; }
.service-row h3 { font-family: var(--serif); font-size: clamp(1.5rem, 2.25vw, 2.25rem); letter-spacing: -.04em; line-height: 1.03; margin: 0; }
.service-row p { color: #bdc8b8; font-size: .86rem; margin: 0; max-width: 350px; }
.service-row b { color: var(--rust); font-size: 1.35rem; font-weight: 400; text-align: right; transition: transform .3s var(--ease); }
.service-row:hover b { transform: translate(4px,-4px); }

.process { padding-bottom: 121px; padding-top: 135px; }
.process .section-heading { margin-bottom: 76px; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.process-step { border-left: 1px solid var(--line); min-height: 233px; padding: 0 26px 0 20px; }
.process-step:first-child { border-left: 0; padding-left: 0; }
.process-step span { color: var(--rust); display: block; font-family: var(--mono); font-size: .75rem; margin-bottom: 58px; }
.process-step h3 { font-family: var(--serif); font-size: 1.32rem; letter-spacing: -.035em; line-height: 1.08; margin-bottom: 11px; }
.process-step p { color: #5a655d; font-size: .8rem; line-height: 1.55; margin: 0; }
.process-note { border-top: 1px solid var(--line); font-size: .86rem; margin: 44px 0 0; padding-top: 19px; }
.process-note strong { color: var(--rust); }

.pricing { padding: 129px 0 118px; }
.pricing .section-heading { margin-bottom: 65px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.price-card { border-left: 1px solid rgba(23,32,29,.22); display: flex; flex-direction: column; min-height: 365px; padding: 20px 25px 21px; }
.price-card:first-child { border-left: 0; padding-left: 0; }
.price-card.featured { background: var(--rust); color: white; margin: -20px 0; padding: 40px 25px 36px; }
.card-label { color: var(--moss); font-family: var(--mono); font-size: .64rem; letter-spacing: .07em; margin-bottom: 57px; text-transform: uppercase; }
.featured .card-label { color: #ffe1d8; }
.price-card h3 { font-family: var(--serif); font-size: 1.65rem; letter-spacing: -.04em; line-height: 1.1; margin-bottom: 19px; }
.price { font-family: var(--serif); font-size: 3.8rem; font-weight: 600; letter-spacing: -.07em; line-height: .85; margin-bottom: 27px; }
.price sup { font-family: var(--sans); font-size: 1.45rem; letter-spacing: -.05em; margin-right: 2px; vertical-align: top; }
.price-card > p:not(.card-label) { color: #5d665e; font-size: .78rem; line-height: 1.6; margin-bottom: 19px; }
.featured > p:not(.card-label) { color: #ffe9e3; }
.price-card .text-link { align-self: flex-start; margin-top: auto; }
.featured .text-link { border-color: rgba(255,255,255,.55); }
.payment-note { border-top: 1px solid rgba(23,32,29,.22); font-size: .84rem; margin: 49px 0 0; padding-top: 19px; }
.payment-note span { color: var(--rust); margin-right: 8px; }

.vehicles { padding-bottom: 130px; padding-top: 42px; }
.vehicles .section-heading { margin-bottom: 61px; }
.vehicle-grid { display: grid; gap: 23px; grid-template-columns: 1.18fr .82fr; }
.vehicle-card { overflow: hidden; position: relative; }
.vehicle-card.large { grid-row: span 2; }
.vehicle-card::after { background: linear-gradient(transparent 38%, rgba(9,16,14,.8)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.vehicle-card img { height: 286px; object-fit: cover; transition: transform .8s var(--ease); }
.vehicle-card.large img { height: 594px; }
.vehicle-card:hover img { transform: scale(1.045); }
.vehicle-card div { bottom: 0; color: var(--cream); left: 0; padding: 22px 25px; position: absolute; z-index: 1; }
.vehicle-card p { font-family: var(--mono); font-size: .61rem; letter-spacing: .07em; margin-bottom: 5px; text-transform: uppercase; }
.vehicle-card h3 { font-family: var(--serif); font-size: 1.4rem; letter-spacing: -.04em; line-height: 1.05; margin: 0; }
.inventory-callout { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-top: 62px; padding: 27px 0; }
.inventory-callout .eyebrow { margin-bottom: 7px; }
.inventory-callout h3 { font-family: var(--serif); font-size: 1.75rem; letter-spacing: -.04em; line-height: 1; margin: 0; }

.dealers { background: linear-gradient(90deg, rgba(22,39,35,.98), rgba(22,39,35,.79)), url("assets/dennis-with-car.jpeg") center / cover; color: var(--cream); padding: 141px 0; }
.dealers-layout { display: grid; gap: 12%; grid-template-columns: .9fr 1fr; }
.dealer-copy { padding-top: 44px; }
.dealer-copy p:not(.lead) { color: #cbd2ca; font-size: .91rem; max-width: 520px; }
.dealer-copy .button { margin-top: 19px; }

.faq { display: grid; gap: 8%; grid-template-columns: .9fr 1.15fr; padding-bottom: 137px; padding-top: 137px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; display: block; font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 2.1rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.15; list-style: none; padding: 28px 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq details { padding: 0 24px; transition: background .3s ease; }
.faq details[open] { background: rgba(223, 212, 194, .35); }
.faq summary { border-radius: 8px; transition: background .35s ease, padding .35s ease, color .35s ease; }
.faq summary:hover { background: rgba(223, 212, 194, .5); color: var(--rust); padding-left: 16px; }
.faq details p { color: #59635d; font-size: .96rem; line-height: 1.7; margin-bottom: 26px; max-width: 760px; }
.faq details p { opacity: 0; transform: translateY(-8px); transition: opacity .35s ease, transform .35s ease; }
.faq .faq-answer { height: 0; opacity: 0; overflow: hidden; transform: translateY(-12px); transition: height .42s cubic-bezier(.2,.75,.25,1), opacity .28s ease, transform .42s cubic-bezier(.2,.75,.25,1); }
.faq details[open] .faq-answer { opacity: 1; transform: translateY(0); }
.faq details.faq-closing .faq-answer { opacity: 0; transform: translateY(-12px); }
.faq details .faq-answer p, .faq details .faq-answer ul { opacity: 1; transform: none; }
.faq details[open] p:nth-of-type(2) { transition-delay: .06s; }
.faq details[open] p:nth-of-type(3) { transition-delay: .12s; }

.finder { padding: 136px 0 140px; }
.finder-layout { display: grid; gap: 8%; grid-template-columns: .75fr 1.25fr; }
.finder-intro { max-width: 450px; }
.finder-intro h2 { font-size: clamp(3.2rem, 5vw, 5rem); }
.finder-intro > p:not(.eyebrow) { color: #c2ccc1; font-size: .95rem; margin: 26px 0 35px; }
.finder-contact { border-top: 1px solid rgba(245,241,232,.3); display: flex; flex-direction: column; gap: 10px; padding-top: 17px; }
.finder-contact a { color: #dfe6dc; font-family: var(--mono); font-size: .68rem; letter-spacing: .02em; transition: color .3s; }
.finder-contact a:hover { color: var(--rust); }
.inquiry-form { padding-top: 0; }
.form-heading { align-items: center; color: #dce3da; display: flex; font-family: var(--mono); font-size: .63rem; justify-content: space-between; letter-spacing: .06em; margin-bottom: 20px; text-transform: uppercase; }
.form-heading small { color: #a7b4a8; font-size: .6rem; }
.contact-heading { border-top: 1px solid rgba(245,241,232,.24); margin-top: 32px; padding-top: 18px; }
.form-grid { display: grid; gap: 17px 16px; grid-template-columns: 1fr 1fr; }
label { color: inherit; display: block; font-family: var(--mono); font-size: .75rem; letter-spacing: .055em; text-transform: uppercase; }
.form-grid .full { grid-column: 1 / -1; }
.required-mark { color: var(--rust); font-size: .78rem; }
input, textarea, select { -webkit-appearance: none; background: transparent; border: 0; border-bottom: 1px solid rgba(245,241,232,.4); border-radius: 0; color: var(--cream); display: block; font-family: var(--sans); font-size: 1rem; letter-spacing: 0; margin-top: 4px; outline: none; padding: 8px 0 9px; text-transform: none; transition: border-color .25s, background .25s; width: 100%; }
textarea { line-height: 1.45; resize: vertical; }
select { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7'%3E%3Cpath d='m1 1 5.5 5L12 1' fill='none' stroke='%23f5f1e8' stroke-width='1.2'/%3E%3C/svg%3E") right 6px center / 11px no-repeat; padding-right: 28px; }
option { background: var(--pine); color: var(--cream); }
input::placeholder, textarea::placeholder { color: #b5c1b5; opacity: 1; }
input:focus, textarea:focus, select:focus { border-color: var(--rust); }
.submit-button { margin-top: 31px; }
.form-status { color: #d9e6d4; font-size: .8rem; margin: 13px 0 0; min-height: 1.2em; }
.form-status.error { color: #ffb6a5; }

.parts { padding: 112px 0 123px; }
.parts-layout { display: grid; gap: 12%; grid-template-columns: .8fr 1fr; }
.parts h2 { font-size: clamp(3rem, 4.6vw, 4.55rem); }
.parts-layout > div > p:not(.eyebrow) { color: #59625b; font-size: .94rem; max-width: 400px; }
.parts-form { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.parts-form label:nth-child(5), .parts-form label:nth-child(6) { grid-column: 1 / -1; }
.parts-form input, .parts-form textarea { border-color: rgba(23,32,29,.35); color: var(--ink); }
.parts-form input::placeholder, .parts-form textarea::placeholder { color: #657066; }
.parts-form input:focus, .parts-form textarea:focus { border-color: var(--rust); }
.parts-form .submit-button { align-self: end; justify-self: start; margin: 0; }
.parts-form .form-status { align-self: center; color: var(--ink); grid-column: 1 / -1; margin: -7px 0 0; }
.parts-form .form-status.error { color: #9e2f18; }

.site-footer { background: #121b18; color: var(--cream); padding: 45px 0 22px; }
.footer-top { align-items: center; display: flex; justify-content: space-between; }
.footer-cta { color: var(--rust); font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 600; letter-spacing: -.06em; line-height: 1; }
.footer-cta span { display: inline-block; font-family: var(--sans); font-size: .8em; font-weight: 400; transition: transform .3s var(--ease); }
.footer-cta:hover span { transform: translate(5px,-4px); }
.footer-bottom { align-items: center; border-top: 1px solid rgba(245,241,232,.2); color: #c6d0c4; display: flex; font-family: var(--mono); font-size: .59rem; justify-content: space-between; letter-spacing: .04em; margin-top: 52px; padding-top: 17px; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: var(--rust); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.services-list .reveal:nth-child(2) { transition-delay: .06s; }.services-list .reveal:nth-child(3) { transition-delay: .12s; }.services-list .reveal:nth-child(4) { transition-delay: .18s; }.services-list .reveal:nth-child(5) { transition-delay: .24s; }

@media (max-width: 900px) {
  .wrapper, .site-header { padding-left: 27px; padding-right: 27px; }
  .site-header { height: 74px; }
  .nav-toggle { display: block; z-index: 2; }
  .main-nav { background: var(--pine); flex-direction: column; gap: 25px; inset: 0; justify-content: center; opacity: 0; pointer-events: none; position: fixed; transform: translateY(-14px); transition: opacity .35s, transform .35s; }
  .main-nav > a:not(.nav-cta) { font-family: var(--serif); font-size: 2rem; }
  .main-nav .nav-cta { font-size: .78rem; margin-top: 10px; }
  .nav-open .main-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-open .nav-toggle span:first-child { transform: translateY(3px) rotate(45deg); }.nav-open .nav-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .intro, .faq, .finder-layout, .parts-layout, .dealers-layout { gap: 40px; grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .intro-image { margin-top: 0; }
  .process-grid { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .process-step:nth-child(4) { border-left: 0; padding-left: 0; }
  .pricing-grid { grid-template-columns: 1fr 1fr; row-gap: 1px; }
  .price-card:nth-child(3) { border-left: 0; padding-left: 0; }
  .price-card.featured { margin: -10px 0; }
  .faq .section-heading, .finder-intro, .dealer-copy { max-width: none; }
  .dealer-copy { padding-top: 0; }
  .finder-intro { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
  .finder-intro .eyebrow, .finder-intro h2 { grid-column: 1 / -1; }
  .finder-intro > p:not(.eyebrow) { margin: 14px 0 0; }
  .finder-contact { margin-top: 15px; }
}

@media (max-width: 600px) {
  .section { padding-bottom: 82px; padding-top: 82px; }
  h2 { font-size: clamp(2.85rem, 14vw, 4rem); }
  .hero { min-height: 820px; }
  .hero-backdrop { background-position: 59% center; }
  .hero-grid { background-size: 46px 46px; }
  .hero-content { padding-bottom: 100px; padding-top: 157px; }
  .hero h1 { font-size: clamp(3.65rem, 17.5vw, 5.5rem); }
  .hero-copy { font-size: .97rem; max-width: 355px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-foot { bottom: 22px; gap: 22px; }
  .hero-foot > div:not(.scroll-prompt) { padding-left: 8px; }
  .hero-foot strong { font-size: 1.05rem; }
  .hero-foot small { font-size: .49rem; }
  .scroll-prompt { display: none; }
  .intro { gap: 28px; }
  .intro-image img { height: 310px; }
  .image-note { padding: 13px 16px; right: 0; }
  .services { padding: 82px 0; }
  .services .section-heading, .process .section-heading, .pricing .section-heading, .vehicles .section-heading { margin-bottom: 44px; }
  .service-row { gap: 11px; grid-template-columns: 28px 1fr 18px; min-height: 103px; }
  .service-row p { display: none; }
  .service-row h3 { font-size: 1.48rem; }
  .process { padding-bottom: 74px; padding-top: 83px; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 32px; }
  .process-step, .process-step:nth-child(4) { border-left: 1px solid var(--line); min-height: 188px; padding-left: 15px; padding-right: 11px; }
  .process-step:nth-child(odd) { border-left: 0; padding-left: 0; }
  .process-step span { margin-bottom: 36px; }
  .process-step h3 { font-size: 1.2rem; }
  .process-note { margin-top: 30px; }
  .pricing { padding: 83px 0 80px; }
  .pricing-grid { display: block; }
  .price-card, .price-card:first-child, .price-card:nth-child(3) { border-left: 0; border-top: 1px solid rgba(23,32,29,.22); min-height: auto; padding: 26px 0; }
  .price-card.featured { margin: 0; padding: 30px 22px; }
  .card-label { margin-bottom: 34px; }
  .price-card > p:not(.card-label) { max-width: 370px; }
  .payment-note { margin-top: 30px; }
  .vehicles { padding-bottom: 79px; padding-top: 84px; }
  .vehicle-grid { display: block; }
  .vehicle-card, .vehicle-card.large { margin-bottom: 15px; }
  .vehicle-card img, .vehicle-card.large img { height: 285px; }
  .inventory-callout { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 35px; }
  .dealers { padding: 84px 0; }
  .faq { padding-bottom: 83px; padding-top: 83px; }
  .faq summary { font-size: 1.35rem; padding: 24px 0; }
  .finder { padding: 82px 0; }
  .finder-intro { display: block; }
  .finder-intro > p:not(.eyebrow) { margin: 21px 0 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .parts { padding: 81px 0; }
  .parts-form { grid-template-columns: 1fr; }
  .parts-form label:nth-child(5), .parts-form label:nth-child(6) { grid-column: auto; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; margin-top: 39px; }
  .footer-bottom div { flex-wrap: wrap; gap: 9px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Multi-page prototype */
body { animation: page-enter .45s ease both; }
@keyframes page-enter { from { opacity: 0; } to { opacity: 1; } }
body.page-leaving { animation: page-leave .28s ease both; pointer-events: none; }
@keyframes page-leave { to { opacity: 0; } }
.page-loader { display: none; }
.main-nav > a.active:not(.nav-cta) { color: var(--rust); }
.page-hero { align-items: end; background: linear-gradient(115deg, rgba(18,34,30,.98), rgba(22,45,40,.82)), url("assets/home-page-background.jpeg") center / cover; color: var(--cream); display: flex; min-height: 390px; padding: 130px 0 63px; }
.page-hero h1 { font-size: clamp(4rem, 8vw, 7.5rem); margin: 0; max-width: 1020px; }
.finder-hero { background-image: linear-gradient(115deg, rgba(18,34,30,.98), rgba(22,45,40,.58)), url("assets/58-Dodge.jpeg"); }
.dealer-hero { background-image: linear-gradient(115deg, rgba(18,34,30,.98), rgba(22,45,40,.58)), url("assets/yet-another-background-car.jpeg"); }
.home-hero h1 { max-width: 980px; }
.home-hero { height: 1000px; min-height: 1000px; }
.home-hero .hero-content { z-index: 4; }
.home-hero .hero-actions { margin-top: 28px; position: relative; z-index: 6; }
.home-hero .hero-foot { z-index: 3; }
.home-hero .hero-foot { background: linear-gradient(to top, rgba(19,30,27,.28), transparent); }
.home-statement { font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -.05em; line-height: 1.09; margin: 0 0 68px; max-width: 970px; }
.home-cards { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.home-card { border-left: 1px solid var(--line); display: flex; flex-direction: column; min-height: 260px; padding: 23px 29px; transition: background .35s var(--ease), color .35s var(--ease); }
.home-card:first-child { border-left: 0; padding-left: clamp(20px, 3vw, 42px); }
.home-card:hover { background: var(--pine); color: var(--cream); }
.home-card span, .sale-list span, .link-list span { color: var(--rust); font-family: var(--mono); font-size: .9rem; }
.home-card h2 { font-size: 3.1rem; margin: auto 0 12px; }
.home-card p { font-size: 1.08rem; line-height: 1.5; margin: 0; max-width: 290px; }
.home-card b { color: var(--rust); font-size: 1.8rem; font-weight: 400; margin-top: 19px; }
.home-image-band { background: var(--pine); color: var(--cream); position: relative; }
.home-image-band::after { background: linear-gradient(90deg, rgba(18,34,30,.85), rgba(18,34,30,.1)); content: ""; inset: 0; position: absolute; }
.home-image-band img { height: 440px; object-fit: cover; object-position: center 55%; }
.home-image-band div { bottom: 44px; left: 0; position: absolute; right: 0; z-index: 1; }
.home-image-band p { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3.2rem); letter-spacing: -.045em; line-height: 1.08; margin: 0; max-width: 750px; }
.content-page { min-height: 440px; }
.page-intro { border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(2.2rem, 3.3vw, 3.4rem); letter-spacing: -.045em; line-height: 1.1; margin-bottom: 35px; max-width: 800px; }
.page-intro p { margin-bottom: 35px; }
.page-cta { margin-top: 20px; margin-bottom: 0; }
.about-layout { align-items: start; display: grid; gap: 9%; grid-template-columns: .95fr 1fr; }
.feature-photo { overflow: hidden; }
.feature-photo img { height: 560px; object-fit: cover; }
.rich-copy { max-width: 720px; }
.rich-copy p { font-size: 1rem; line-height: 1.75; margin-bottom: 1.35rem; }
.rich-copy h2 { font-family: var(--serif); font-size: clamp(1.8rem, 2.4vw, 2.5rem); letter-spacing: -.04em; margin: 1.5rem 0 0.5rem; }
.rich-copy ul { margin: 0; padding-left: 1.1rem; }
.rich-copy li { font-size: 1rem; line-height: 1.7; margin-bottom: .7rem; }
.rich-copy p:first-child { font-family: var(--serif); font-size: clamp(1.55rem, 2.3vw, 2.25rem); letter-spacing: -.035em; line-height: 1.25; }
.rich-copy h2 { font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.5rem); letter-spacing: -.04em; line-height: 1.13; margin: 2.1rem 0 1rem; }
.rich-copy a { border-bottom: 1px solid var(--rust); color: var(--rust); }
.narrow-content { padding-left: max(48px, calc((100% - 1100px) / 2)); padding-right: max(48px, calc((100% - 1100px) / 2)); }
.dealer-content .rich-copy { max-width: 100%; }
.dealer-content .rich-copy p { max-width: 930px; }
.services-page { background: var(--cream); }
.services-page .link-list { background: rgba(255, 255, 255, .34); border: 1px solid rgba(23, 32, 29, .12); padding: 0 22px; }
.services-page .link-list > * { border-color: rgba(23, 32, 29, .13); }
.services-page .link-list > a:hover { background: rgba(191, 76, 49, .08); }
.pricing { background: var(--cream); }
.pricing .price-card { background: rgba(255, 255, 255, .43); border-color: rgba(23, 32, 29, .14); }
.pricing .price-card.featured { background: var(--rust); }
.how-works-hero { background-image: linear-gradient(115deg, rgba(18,34,30,.86), rgba(22,45,40,.35)), url("assets/mustang.JPG"); }
.step-link { border-bottom: 1px solid var(--rust); color: var(--rust); display: inline-flex; font-family: var(--mono); font-size: .78rem; gap: 12px; padding-bottom: 4px; transition: gap .3s ease, color .3s ease; }
.step-link:hover { color: var(--ink); gap: 18px; }
.link-list { border-top: 1px solid var(--line); }
.link-list > * { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); gap: 27px; letter-spacing: -.045em; line-height: 1.1; min-height: 109px; padding: 16px 8px; transition: background .3s, padding .3s; }
.link-list > * > span { color: var(--rust); flex: 0 0 48px; font-family: var(--mono); font-size: 1rem; font-weight: 500; }
.link-list > * > b { color: var(--rust); font-family: var(--sans); font-size: 1.65rem; font-weight: 400; margin-left: auto; }
.link-list > a:hover { background: var(--sand); padding-left: 20px; }
.link-list b { color: var(--rust); font-family: var(--sans); font-size: 1.3rem; font-weight: 400; }
.payment-link { align-items: center; border-bottom: 1px solid var(--ink); display: inline-flex; font-family: var(--mono); font-size: .78rem; gap: 15px; letter-spacing: .07em; margin-top: 48px; padding-bottom: 7px; text-transform: uppercase; }
.payment-link span { color: var(--rust); font-size: 1.2rem; }
.how-copy { display: grid; gap: 8%; grid-template-columns: .75fr 1.25fr; }
.steps-list { border-top: 1px solid var(--line); }
.steps-list article { border-bottom: 1px solid var(--line); padding: 24px 0 26px 56px; position: relative; }
.steps-list .step-number { color: var(--rust); font-family: var(--mono); font-size: .73rem; left: 0; position: absolute; top: 32px; }
.step-link .step-arrow { color: inherit; display: inline; font-family: inherit; font-size: inherit; left: auto; position: static; top: auto; }
.steps-list h2 { font-family: var(--serif); font-size: 1.75rem; letter-spacing: -.04em; margin: 0 0 15px; }
.steps-list p { font-size: .91rem; line-height: 1.62; margin: 0 0 11px; }
.contact-page { min-height: 350px; }
.contact-links { display: flex; flex-direction: column; gap: 19px; }
.contact-links a { border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.4rem, 2.7vw, 2.5rem); letter-spacing: -.04em; padding-bottom: 16px; transition: color .3s; }
.contact-links a:hover { color: var(--rust); }
.source-grid { display: grid; gap: 23px; grid-template-columns: 1.18fr .82fr; }
.source-grid .vehicle-card:nth-child(1) { grid-row: span 2; }
.source-grid .vehicle-card:nth-child(1) img { height: 594px; }
.sale-list { border-top: 1px solid var(--line); }
.sale-list { display: grid; gap: 23px; grid-template-columns: repeat(2, 1fr); }
.sale-list div { min-height: 330px; overflow: hidden; position: relative; }
.sale-list img { height: 330px; object-fit: cover; transition: transform .8s var(--ease); width: 100%; }
.sale-list div:hover img { transform: scale(1.045); }
.sale-list div::after { background: linear-gradient(transparent 35%, rgba(9,16,14,.84)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.sale-list div > span, .sale-list div > strong { bottom: 56px; color: var(--cream); font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.4rem); left: 24px; letter-spacing: -.045em; line-height: 1.05; position: absolute; z-index: 1; }
.sale-list div > span { color: var(--rust); font-family: var(--mono); font-size: .7rem; left: 24px; top: auto; bottom: 25px; }
.sale-list div > strong { bottom: 24px; left: 58px; }
.faq-page { display: grid; gap: 8%; grid-template-columns: .75fr 1.25fr; }
.faq-page .faq-list { border-top: 1px solid var(--line); }
.faq-page .faq-list p, .faq-page .faq-list ul { color: #59635d; font-size: .96rem; line-height: 1.7; max-width: 760px; }
.faq-page .faq-list ul { margin: -7px 0 24px; padding-left: 22px; }
.faq-page details { margin-bottom: 10px; }
.faq-page details[open] summary { color: var(--rust); }
.footer-cta-wrap { padding-bottom: 44px; }
.footer-cta-wrap p { color: #c6d0c4; font-family: var(--mono); font-size: .61rem; letter-spacing: .07em; margin: 0 0 16px; text-transform: uppercase; }
.site-footer .footer-bottom { margin-top: 20px; }
.footer-pages { display: flex; flex-wrap: wrap; gap: 10px 25px; padding-top: 22px; }
.footer-pages a { color: #c6d0c4; font-family: var(--mono); font-size: .61rem; letter-spacing: .04em; text-transform: uppercase; transition: color .3s; }
.footer-pages a:hover { color: var(--rust); }

@media (max-width: 900px) {
  .page-hero { min-height: 340px; padding-bottom: 48px; }
  .home-hero { height: 900px; min-height: 900px; }
  .about-layout, .how-copy, .faq-page { grid-template-columns: 1fr; }
  .narrow-content { padding-left: 27px; padding-right: 27px; }
  .feature-photo img { height: 480px; }
  .source-grid { grid-template-columns: 1fr 1fr; }
  .source-grid .vehicle-card:nth-child(1) { grid-row: span 2; }
}
@media (max-width: 600px) {
  .page-hero { min-height: 287px; padding: 112px 0 36px; }
  .page-hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .home-hero h1 { font-size: clamp(3.2rem, 14vw, 4.8rem); }
  .home-cards { display: block; }
  .home-card, .home-card:first-child { border-bottom: 1px solid var(--line); border-left: 0; min-height: 180px; padding: 19px 0; }
  .home-card h2 { font-size: 2rem; }
  .home-image-band img { height: 330px; }
  .home-image-band div { bottom: 26px; }
  .about-layout, .how-copy, .faq-page { gap: 36px; }
  .feature-photo img { height: 340px; }
  .link-list > * { font-size: 1.65rem; gap: 15px; grid-template-columns: 33px 1fr 22px; min-height: 86px; }
  .source-grid { display: block; }
  .source-grid .vehicle-card, .source-grid .vehicle-card:nth-child(1) { margin-bottom: 16px; }
  .source-grid .vehicle-card img, .source-grid .vehicle-card:nth-child(1) img { height: 280px; }
  .sale-list { display: block; }
  .sale-list div, .sale-list img { height: 260px; min-height: 260px; margin-bottom: 15px; }
  .sale-list div > strong { font-size: 1.6rem; }
  .footer-cta-wrap { padding-bottom: 34px; }
}
