:root {
  --paper: #f3f2ec;
  --ink: #252923;
  --muted: #62655c;
  --red: #bc3e28;
  --line: #d7d8ce;
  --gutter: clamp(24px, 4.6vw, 72px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Manrope', Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; line-height: 1.08; letter-spacing: -.05em; }
p { color: var(--muted); }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }
a, button, summary { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.container { width: min(calc(100% - var(--gutter) * 2), 1344px); margin-inline: auto; }
.section { padding-block: 108px; }
.eyebrow { display: block; font-size: 12px; font-weight: 700; letter-spacing: .09em; line-height: 1.5; color: var(--ink); margin-bottom: 24px; }
.skip-link { position: fixed; z-index: 30; top: 12px; left: 16px; padding: 10px 18px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.announcement { padding: 9px 20px; text-align: center; font-size: 12px; line-height: 1.5; background: #e9e9e0; }
.announcement span { color: var(--muted); margin-left: 5px; }
.site-header { position: sticky; top: 0; z-index: 10; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 101px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; gap: 12px; align-items: center; flex: none; line-height: 1.2; }
.brand-mark { position: relative; font-size: 29px; letter-spacing: -.07em; font-weight: 800; display: flex; align-items: center; justify-content: center; min-width: 72px; height: 55px; padding-right: 11px; border: 2px solid currentColor; }
.brand-mark > span { position: absolute; right: 4px; top: 4px; font-size: 17px; line-height: 1; color: var(--red); }
.brand-name { font-size: 23px; font-weight: 750; letter-spacing: -.045em; }
.brand-name > span { display: block; font-size: 11px; letter-spacing: .025em; font-weight: 600; margin-top: 5px; line-height: 1.3; color: var(--muted); }
.primary-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 650; }
.primary-nav > a { padding-block: 12px; }
.primary-nav > a:not(.header-call):hover, .footer-links a:hover { color: var(--red); }
.primary-nav .header-call { display: flex; align-items: center; gap: 10px; margin-left: 10px; font-size: 17px; letter-spacing: -.035em; }
.phone-icon { width: 35px; height: 35px; display: grid; place-items: center; background: var(--ink); color: var(--paper); border-radius: 50%; font-size: 22px; font-weight: 500; transition: background .2s; }
.header-call:hover .phone-icon { background: var(--red); }
.menu-toggle { display: none; align-items: center; gap: 12px; min-height: 44px; border: 0; background: transparent; color: var(--ink); font-size: 14px; font-weight: 650; }
.menu-toggle[hidden] { display: none; }
.menu-bars { width: 20px; height: 11px; border-top: 1.5px solid; border-bottom: 1.5px solid; }
.hero { display: grid; grid-template-columns: 1.06fr 1fr; gap: 36px; padding-top: 40px; padding-bottom: 44px; }
.hero-copy { align-self: center; padding-block: 24px; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; margin-bottom: 25px; }
.location-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); flex: none; }
.hero h1 { font-size: clamp(56px, 6.65vw, 98px); line-height: 1.035; letter-spacing: -.062em; }
.accent { color: var(--red); }
.hero-description { max-width: 425px; font-size: 17px; line-height: 1.75; margin-top: 28px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 16px 21px; min-height: 56px; line-height: 1.5; font-weight: 650; font-size: 15px; border: 1px solid transparent; transition: background .2s, color .2s; white-space: nowrap; }
.button-red { background: var(--red); color: white; }
.button-red:hover { background: #a33320; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--red); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; font-weight: 650; font-size: 14px; border-bottom: 1px solid currentColor; padding-block: 7px; line-height: 1.5; }
.text-link span { font-size: 18px; font-weight: 500; }
.text-link:hover { color: var(--red); }
.vehicle-note { font-size: 14px; margin-top: 28px; }
.hero-image { position: relative; min-height: 600px; overflow: hidden; background: #28251f; isolation: isolate; }
.hero-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 53% 50%; }
.hero-image:after { position: absolute; content: ''; inset: 55% 0 0; background: linear-gradient(transparent, rgba(10,12,8,.72)); z-index: 0; }
.hero-image figcaption { position: absolute; inset: auto 30px 27px; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; color: white; z-index: 1; }
.hero-image figcaption > span:first-child { font-size: 11px; letter-spacing: .11em; font-weight: 600; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-image figcaption > span:last-child { font-size: 31px; line-height: 1.15; letter-spacing: -.035em; font-weight: 500; text-align: right; }
.shop-strip { display: grid; grid-template-columns: 1fr 1fr 1.2fr; border-block: 1px solid var(--line); padding-block: 28px; }
.strip-item { display: flex; flex-direction: column; gap: 6px; padding-left: 32px; border-left: 1px solid var(--line); }
.strip-item:first-child { padding-left: 0; border-left: 0; }
.strip-label { font-size: 11px; letter-spacing: .11em; color: var(--muted); font-weight: 700; }
.strip-item > span:last-child { display: flex; align-items: center; gap: 14px; font-size: 15px; font-weight: 600; line-height: 1.5; }
.strip-item svg { width: 18px; height: 18px; }
a.strip-item:hover { color: var(--red); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 64px; margin-bottom: 56px; }
.section h2, .approach h2, .faq h2 { font-size: clamp(38px, 4.4vw, 62px); font-weight: 600; letter-spacing: -.053em; line-height: 1.09; }
.section-heading > p { max-width: 360px; font-size: 16px; line-height: 1.85; margin-bottom: 4px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 52px; align-items: start; }
.service { border-top: 1px solid var(--line); }
.service:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.service summary { display: flex; align-items: center; gap: 20px; min-height: 134px; padding: 27px 0; }
.service-number { align-self: flex-start; font-size: 12px; line-height: 1.6; padding-top: 6px; color: var(--red); font-weight: 700; }
.service-title { font-weight: 600; font-size: 23px; letter-spacing: -.035em; line-height: 1.3; }
.service-title > span { display: block; font-weight: 400; font-size: 14px; line-height: 1.6; color: var(--muted); letter-spacing: 0; margin-top: 8px; }
.expand-icon { display: block; position: relative; width: 32px; height: 32px; border: 1px solid #bfc2b5; border-radius: 50%; flex: none; margin-left: auto; transition: background .2s, border-color .2s; }
.expand-icon:before, .expand-icon:after { position: absolute; content: ''; width: 10px; height: 1px; top: 50%; left: 50%; background: currentColor; transform: translate(-50%,-50%); transition: transform .2s; }
.expand-icon:after { transform: translate(-50%,-50%) rotate(90deg); }
details[open] > summary .expand-icon:after { transform: translate(-50%,-50%) rotate(0); }
summary:hover .expand-icon, details[open] > summary .expand-icon { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.service-body { padding: 0 0 28px 37px; font-size: 16px; line-height: 1.8; }
.service-body a { display: inline-block; margin-top: 15px; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; font-weight: 650; }
.service-body a:hover { color: var(--red); }
.services-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; }
.services-note p { font-size: 14px; }
.approach { background: var(--ink); color: var(--paper); padding-top: 100px; padding-bottom: 25px; }
.approach-inner { display: grid; grid-template-columns: 1.12fr 1fr; gap: 100px; }
.approach .eyebrow { color: #c6c9bd; }
.approach h2 { font-size: clamp(38px, 4.2vw, 59px); line-height: 1.13; }
.approach-copy > p:not(.eyebrow) { color: #c6c9bd; max-width: 460px; margin-top: 30px; line-height: 1.85; font-size: 16px; }
.light-link { margin-top: 23px; }
.light-link:hover { color: white; }
.process { list-style: none; margin: 0; padding: 0; }
.process li { display: flex; gap: 24px; padding-block: 29px; border-top: 1px solid #4a5045; }
.process li:first-child { padding-top: 6px; border-top: 0; }
.process-number { padding-top: 3px; color: #c9cdbb; font-size: 13px; line-height: 1.5; }
.process h3 { font-size: 22px; line-height: 1.4; letter-spacing: -.03em; font-weight: 500; }
.process p { color: #c6c9bd; font-size: 16px; line-height: 1.8; margin-top: 10px; max-width: 345px; }
.approach-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #4a5045; margin-top: 75px; padding-top: 23px; color: #c6c9bd; font-size: 14px; }
.approach-bottom span:first-child { font-size: 12px; letter-spacing: .12em; }
.approach-bottom span:last-child { font-size: 30px; line-height: 1; color: #e17660; }
.visit { display: grid; grid-template-columns: 1.12fr 1fr; gap: 100px; }
.visit-intro > p:not(.eyebrow) { max-width: 370px; line-height: 1.85; margin-block: 26px 30px; }
.visit-details { border-top: 1px solid var(--line); }
.address-block { padding-block: 28px 30px; border-bottom: 1px solid var(--line); }
.address-block .eyebrow { font-size: 11px; margin-bottom: 15px; color: var(--muted); }
address { font-style: normal; font-size: 29px; font-weight: 500; line-height: 1.5; letter-spacing: -.04em; }
address > span { font-size: 20px; color: var(--muted); letter-spacing: -.025em; }
.visit-phone { display: inline-flex; gap: 30px; font-size: 22px; font-weight: 600; letter-spacing: -.035em; line-height: 1.5; margin-top: 20px; }
.visit-phone span, .visit-phone:hover { color: var(--red); }
.hours-block { padding-top: 24px; }
.hours-block h3 { font-size: 17px; line-height: 1.5; letter-spacing: -.025em; font-weight: 650; }
.hours-block dl { margin: 16px 0 20px; font-size: 16px; }
.hours-block dl > div { display: flex; justify-content: space-between; gap: 20px; padding-block: 5px; }
.hours-block dd { margin: 0; font-variant-numeric: tabular-nums; }
.hours-block dt { color: var(--muted); }
.hours-block > p { font-size: 14px; line-height: 1.75; max-width: 340px; }
.faq { display: grid; grid-template-columns: .92fr 1fr; gap: 100px; padding-block: 64px 100px; border-top: 1px solid var(--line); }
.faq h2 { font-size: 39px; max-width: 300px; line-height: 1.15; }
.faq .eyebrow { margin-bottom: 18px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; gap: 24px; padding-block: 22px; font-size: 16px; line-height: 1.6; font-weight: 600; letter-spacing: -.02em; }
.faq-list .expand-icon { width: 26px; height: 26px; border: 0; }
.faq-list p { padding: 0 40px 22px 0; line-height: 1.85; font-size: 16px; }
.faq-list p a { text-decoration: underline; text-underline-offset: 3px; }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-block: 1px solid var(--red); padding-block: 40px; color: var(--red); }
.callout p { font-size: 32px; line-height: 1.2; font-weight: 600; letter-spacing: -.04em; color: var(--ink); }
.callout div > span { display: block; font-size: 14px; color: var(--muted); margin-top: 11px; }
.callout > a { display: flex; align-items: center; gap: 30px; font-size: clamp(24px, 3.5vw, 50px); font-weight: 500; letter-spacing: -.055em; white-space: nowrap; line-height: 1.2; }
.callout svg { width: 38px; height: 38px; stroke-width: 1.1; }
.callout > a:hover { color: #a33320; }
.site-footer { padding-top: 60px; padding-bottom: 24px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; gap: 30px; align-items: center; font-size: 14px; }
.footer-links a { padding-block: 10px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 55px; color: var(--muted); font-size: 12px; }
.footer-bottom > a:hover { color: var(--red); }
.mobile-actions { display: none; }

@media (min-width: 1500px) {
  .hero { padding-block: 48px; gap: 70px; }
  .hero-image { min-height: 625px; }
  .hero h1 { font-size: 100px; }
}
@media (max-width: 1100px) {
  .primary-nav { gap: 22px; }
  .primary-nav .header-call { margin-left: 0; font-size: 15px; }
  .hero { gap: 28px; }
  .hero-image { min-height: 555px; }
  .hero h1 { font-size: clamp(56px, 7vw, 77px); }
  .hero-description { font-size: 16px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { padding: 14px 16px; gap: 20px; }
  .shop-strip { grid-template-columns: 1fr 1fr 1.2fr; }
  .strip-item { padding-left: 20px; }
  .strip-item > span:last-child { font-size: 14px; }
  .section { padding-block: 85px; }
  .section-heading { gap: 50px; }
  .section-heading > p { max-width: 310px; }
  .service-grid { column-gap: 32px; }
  .service-title { font-size: 21px; }
  .service summary { gap: 15px; }
  .approach { padding-top: 80px; }
  .approach-inner, .visit, .faq { gap: 65px; }
  .process li { gap: 16px; }
  .process h3 { font-size: 20px; }
  .faq h2 { font-size: 35px; }
  .callout p { font-size: 27px; }
  .footer-links { gap: 20px; }
}
@media (min-width: 681px) and (max-width: 880px) {
  .header-call > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .primary-nav { gap: 20px; }
  .hero h1 { font-size: clamp(48px, 7vw, 60px); }
  .hero .eyebrow { font-size: 11px; }
  .hero-actions { gap: 14px; }
  .hero-image figcaption { inset-inline: 22px; }
  .hero-image figcaption > span:last-child { font-size: 25px; }
  .section-heading { gap: 36px; }
  .section h2 { font-size: 43px; }
  .section-heading > p { max-width: 275px; }
  .service-title { font-size: 20px; }
  .service summary { gap: 12px; min-height: 145px; }
  .service-body { padding-left: 27px; }
  .approach-inner, .visit, .faq { gap: 40px; }
  .approach h2 { font-size: 40px; }
  .process h3 { font-size: 19px; }
  .approach-bottom { gap: 15px; }
  address { font-size: 25px; }
  .hours-block dl { font-size: 14px; }
  .faq { grid-template-columns: .8fr 1fr; }
  .faq h2 { font-size: 34px; }
  .callout > a { font-size: 31px; gap: 12px; }
  .callout svg { width: 29px; height: 29px; }
  .callout p { font-size: 26px; }
  .footer-links { gap: 15px; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 96px; }
  .container { width: calc(100% - 40px); }
  .announcement { font-size: 11px; padding: 7px 12px; }
  .announcement span { margin-left: 3px; }
  .header-inner { min-height: 81px; flex-wrap: wrap; gap: 0; }
  .brand-mark { font-size: 25px; min-width: 61px; height: 47px; padding-right: 8px; }
  .brand-mark > span { font-size: 13px; }
  .brand-name { font-size: 21px; }
  .brand-name > span { font-size: 10px; }
  .primary-nav { width: 100%; flex-wrap: wrap; padding-block: 12px; gap: 8px 20px; }
  .primary-nav .header-call { font-size: 14px; gap: 8px; }
  .phone-icon { width: 27px; height: 27px; font-size: 18px; }
  .js .menu-toggle { display: flex; }
  .js .primary-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: var(--paper); padding: 12px 20px 22px; border-bottom: 1px solid var(--line); }
  .js .primary-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .js .primary-nav > a { min-height: 48px; font-size: 16px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .js .primary-nav .header-call { border-bottom: 0; margin-top: 8px; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 34px; padding-bottom: 28px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { font-size: 11px; margin-bottom: 20px; gap: 8px; }
  .hero h1 { font-size: clamp(54px, 11.5vw, 78px); line-height: 1.02; letter-spacing: -.06em; }
  .desktop-break { display: none; }
  .hero-description { line-height: 1.8; margin-top: 23px; max-width: 450px; }
  .hero-actions { margin-top: 25px; gap: 24px; }
  .hero-actions .button { padding: 15px 18px; min-height: 54px; gap: 25px; font-size: 14px; }
  .vehicle-note { max-width: none; margin-top: 22px; }
  .hero-image { min-height: 0; aspect-ratio: 1.12 / 1; }
  .hero-image img { object-position: center 47%; }
  .hero-image figcaption { inset: auto 22px 22px; }
  .hero-image figcaption > span:last-child { font-size: 29px; }
  .hero-image figcaption > span:first-child { font-size: 10px; }
  .shop-strip { grid-template-columns: 1fr 1fr; padding-block: 21px; row-gap: 20px; }
  .strip-item { padding-left: 16px; }
  .strip-item:first-child { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 18px; gap: 14px; }
  .strip-item:nth-child(2) { padding-left: 0; border-left: 0; }
  .strip-item > span:last-child { font-size: 14px; gap: 5px; }
  .strip-label { font-size: 10px; }
  .section { padding-block: 66px; }
  .eyebrow { font-size: 11px; margin-bottom: 18px; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section h2 { font-size: 43px; line-height: 1.08; }
  .section-heading > p { max-width: 450px; margin-top: 22px; line-height: 1.8; }
  .service-grid { grid-template-columns: 1fr; }
  .service:nth-last-child(2) { border-bottom: 0; }
  .service summary { min-height: 110px; padding-block: 23px; gap: 18px; }
  .service-title { font-size: 22px; }
  .service-title > span { margin-top: 5px; }
  .service-number { font-size: 11px; padding-top: 4px; }
  .service-body { padding-left: 31px; padding-bottom: 23px; }
  .expand-icon { width: 30px; height: 30px; }
  .services-note { display: block; margin-top: 23px; }
  .services-note p { margin-bottom: 8px; }
  .approach { padding-top: 60px; padding-bottom: 22px; }
  .approach-inner { grid-template-columns: 1fr; gap: 38px; }
  .approach h2 { font-size: 41px; line-height: 1.13; }
  .approach-copy > p:not(.eyebrow) { margin-top: 25px; max-width: 450px; }
  .light-link { margin-top: 19px; }
  .process li, .process li:first-child { padding-block: 23px; border-top: 1px solid #4a5045; gap: 25px; }
  .process h3 { font-size: 21px; }
  .process p { max-width: 450px; margin-top: 9px; }
  .approach-bottom { margin-top: 23px; padding-top: 20px; gap: 10px; flex-wrap: wrap; }
  .approach-bottom span:first-child { font-size: 10px; }
  .approach-bottom span:nth-child(2) { order: 3; width: 100%; }
  .approach-bottom span:last-child { font-size: 26px; }
  .visit { grid-template-columns: 1fr; gap: 39px; }
  .visit-intro > p:not(.eyebrow) { margin-block: 23px 26px; max-width: 450px; }
  .visit-intro .button { font-size: 14px; }
  .address-block { padding-block: 25px; }
  address { font-size: 29px; }
  .visit-phone { font-size: 23px; margin-top: 18px; }
  .hours-block { padding-top: 23px; }
  .hours-block > p { max-width: 350px; }
  .faq { grid-template-columns: 1fr; gap: 27px; padding-block: 52px 64px; }
  .faq h2 { font-size: 37px; max-width: 320px; }
  .faq-list summary { min-height: 76px; padding-block: 18px; }
  .faq-list p { padding-right: 22px; }
  .callout { display: block; padding-block: 33px; }
  .callout p { font-size: 31px; }
  .callout div > span { max-width: 330px; }
  .callout > a { font-size: 42px; justify-content: space-between; margin-top: 29px; }
  .callout svg { width: 34px; height: 34px; }
  .site-footer { padding-top: 40px; padding-bottom: 109px; }
  .footer-main { display: block; }
  .footer-links { gap: 19px; margin-top: 26px; flex-wrap: wrap; }
  .footer-bottom { margin-top: 27px; font-size: 11px; gap: 14px; }
  .mobile-actions { display: grid; position: fixed; bottom: 0; left: 0; right: 0; z-index: 15; grid-template-columns: 1fr 1fr; background: var(--paper); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); gap: 10px; }
  .mobile-actions > a { display: flex; justify-content: center; align-items: center; gap: 24px; min-height: 44px; font-size: 14px; font-weight: 650; border: 1px solid var(--line); }
  .mobile-actions > a:last-child { background: var(--red); border-color: var(--red); color: white; }
  .mobile-actions span { font-size: 20px; font-weight: 400; }
}
@media (max-width: 375px) {
  .hero-actions { gap: 18px; }
  .hero-actions .button { gap: 14px; padding-inline: 14px; }
  .hero h1 { font-size: clamp(45px, 13.6vw, 51px); }
  .service-title { font-size: 20px; }
  .callout > a { font-size: 37px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
