/* ============================================================
   Motor Man LLC — honest, no-frills auto repair (Decatur, GA)
   Rugged industrial: blaze orange + near-black + concrete gray.
   Condensed display (Oswald) + heavy Archivo + Inter body.
   ============================================================ */
:root {
  --black: #161616;
  --black-2: #1f1f1f;
  --ink: #1a1a1a;
  --steel: #2b2b2b;
  --concrete: #f2f1ee;
  --concrete-2: #e6e4df;
  --line: #d9d6d0;
  --line-dark: #333230;
  --orange: #ff6a1a;
  --orange-dark: #e1530a;
  --orange-deep: #c2440a;
  --muted: #6a6660;
  --muted-dark: #b6b1a8;
  --white: #ffffff;
  --radius: 10px;
  --radius-lg: 14px;
  --shadow: 0 22px 44px -26px rgba(0, 0, 0, 0.6);
  --shadow-sm: 0 10px 24px -16px rgba(0, 0, 0, 0.55);
  --display: "Archivo", "Inter", system-ui, sans-serif;
  --cond: "Oswald", "Archivo", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
* { margin: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { font-family: var(--body); color: var(--ink); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(58px, 8vw, 104px) 0; }
.section--gray { background: var(--concrete); }

h1, h2, h3 { font-family: var(--cond); font-weight: 700; letter-spacing: 0.005em; line-height: 1.05; text-transform: uppercase; }
.accent { color: var(--orange); }
.eyebrow { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: .8rem; color: var(--orange-dark); margin-bottom: 14px; }
.eyebrow--light { color: var(--orange); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font-weight: 700; font-family: var(--cond); text-transform: uppercase; letter-spacing: .04em;
  padding: .82em 1.5em; border-radius: 6px; border: 2px solid transparent; cursor: pointer; transition: .22s var(--ease); white-space: nowrap; }
.btn__ico { font-size: 1.05em; line-height: 1; transform: translateY(1px); }
.btn--sm { padding: .56em 1em; font-size: .92rem; }
.btn--lg { padding: .9em 1.7em; font-size: 1.08rem; }
.btn--block { width: 100%; }
.btn--solid { background: var(--orange); color: #1a0d04; box-shadow: var(--shadow-sm); }
.btn--solid:hover { background: var(--orange-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 28px -12px rgba(225, 83, 10, .65); }
.btn--ghost { border-color: rgba(0,0,0,.2); color: var(--ink); background: var(--white); }
.btn--ghost:hover { border-color: var(--black); transform: translateY(-2px); }

/* brand / nav */
.brand { font-family: var(--display); font-weight: 900; font-size: 1.3rem; letter-spacing: -0.005em; text-transform: uppercase; color: var(--black); line-height: 1; display: inline-flex; flex-direction: column; }
.brand__tag { font-size: .6rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--orange-dark); margin-top: 4px; font-family: var(--body); }
.brand--light { color: var(--white); font-size: 1.55rem; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.nav__links { display: flex; gap: 30px; font-weight: 600; font-size: .96rem; }
.nav__links a { color: var(--ink); position: relative; }
.nav__links a:hover { color: var(--orange-dark); }
@media (max-width: 860px) { .nav__links { display: none; } }
@media (max-width: 460px) { .nav__call span:not(.btn__ico) { display: none; } .nav__call { font-size: 0; } .nav__call .btn__ico { font-size: 1.1rem; } }

/* hero */
.hero { padding: clamp(40px, 6vw, 72px) 0 clamp(20px, 4vw, 40px); background:
  radial-gradient(1100px 460px at 80% -10%, rgba(255,106,26,.12), transparent 60%),
  linear-gradient(180deg, #faf9f7, #fff); }
.hero__in { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(30px, 5vw, 60px); align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 700; margin-bottom: 22px; letter-spacing: 0; }
.rating { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 8px;
  padding: 8px 15px; font-size: .94rem; margin-bottom: 20px; box-shadow: var(--shadow-sm); }
.rating strong { font-family: var(--display); font-weight: 800; }
.stars { color: var(--orange); letter-spacing: 1px; }
.lede { font-size: 1.13rem; color: var(--muted); max-width: 50ch; margin-bottom: 28px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.hero__trust { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero__trust li { position: relative; padding-left: 24px; font-weight: 600; font-size: .94rem; color: var(--black); }
.hero__trust li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 17px; height: 17px; background: var(--black); color: var(--orange);
  border-radius: 50%; font-size: .72rem; display: grid; place-items: center; transform: translateY(3px); }
.hero__art { position: relative; }
.hero__art img { width: 100%; aspect-ratio: 5/4; object-fit: cover; object-position: center; border-radius: var(--radius-lg); box-shadow: var(--shadow); border: 1px solid var(--line); }
.hero__badge { position: absolute; bottom: -16px; left: -16px; background: var(--black); color: var(--white); font-family: var(--display);
  font-weight: 700; font-size: .8rem; line-height: 1.15; text-align: center; padding: 16px; border-radius: 50%;
  width: 108px; height: 108px; display: grid; place-items: center; box-shadow: var(--shadow); border: 3px solid var(--orange); }
.hero__badge b { display: block; font-size: 1.55rem; color: var(--orange); font-weight: 900; line-height: 1; margin-bottom: 2px; }
@media (max-width: 820px) { .hero__in { grid-template-columns: 1fr; } .hero__art { max-width: 440px; margin: 8px auto 0; } }

/* stat bar */
.statbar { background: var(--black); color: var(--white); border-top: 4px solid var(--orange); }
.statbar__in { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 26px 18px; text-align: center; border-right: 1px solid rgba(255,255,255,.1); }
.stat:last-child { border-right: 0; }
.stat b { display: block; font-family: var(--cond); font-weight: 700; text-transform: uppercase; font-size: 1.7rem; color: var(--orange); line-height: 1; margin-bottom: 6px; letter-spacing: .01em; }
.stat span { font-size: .88rem; color: #b3aea6; }
@media (max-width: 640px) { .statbar__in { grid-template-columns: 1fr 1fr; } .stat:nth-child(2) { border-right: 0; } .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.1); } }

/* section heads */
.head { text-align: center; max-width: 680px; margin: 0 auto clamp(34px, 5vw, 52px); }
.head h2 { font-size: clamp(2rem, 4.6vw, 3rem); }
.head__sub { color: var(--muted); margin-top: 12px; font-size: 1.06rem; }

/* services cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px; transition: .26s var(--ease); position: relative; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--concrete-2); }
.card__ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 10px; background: var(--concrete); font-size: 1.4rem; margin-bottom: 16px; }
.card h3 { font-size: 1.4rem; margin-bottom: 9px; }
.card p { color: var(--muted); font-size: .97rem; }
.card--accent { border-color: var(--orange); box-shadow: 0 0 0 1px var(--orange) inset; }
.card--accent .card__ico { background: var(--orange); }
.card--cta { background: var(--black); color: var(--white); display: flex; flex-direction: column; }
.card--cta h3 { color: var(--white); }
.card--cta p { color: #b3aea6; margin-bottom: 16px; }
.card--cta .link { color: var(--orange); margin-top: auto; }
.card--cta:hover { transform: translateY(-5px); }
.link { color: var(--orange-dark); font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .03em; border-bottom: 2px solid currentColor; padding-bottom: 1px; display: inline-block; }
.link:hover { color: var(--orange); }
@media (max-width: 880px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .cards { grid-template-columns: 1fr; } }

/* why-us (near-black) */
.section--dark { background: linear-gradient(165deg, var(--steel), var(--black)); color: var(--white); }
.why { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 64px); align-items: center; }
.why h2 { font-size: clamp(2rem, 4.4vw, 2.9rem); margin-bottom: 18px; }
.why__lede { color: #c9c4bb; font-size: 1.08rem; margin-bottom: 26px; max-width: 48ch; }
.why__list { list-style: none; padding: 0; display: grid; gap: 18px; margin-bottom: 30px; }
.why__list li { display: grid; gap: 3px; padding-left: 34px; position: relative; }
.why__list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background: var(--orange); color: #1a0d04;
  border-radius: 50%; font-size: .8rem; font-weight: 700; display: grid; place-items: center; }
.why__list b { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .02em; font-size: 1.12rem; }
.why__list span { color: #aaa49a; font-size: .96rem; }
.shop__label { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; color: var(--orange); margin-bottom: 14px; }
.shop__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.shop__pic { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.08); }
.shop__pic img { width: 100%; height: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .5s var(--ease); }
.shop__pic:hover img { transform: scale(1.05); }
.shop__pic--wide { grid-column: 1 / -1; }
.shop__pic--wide img { aspect-ratio: 16/8; }
@media (max-width: 820px) { .why { grid-template-columns: 1fr; } }

/* reviews */
.reviews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.review { margin: 0; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--orange); border-radius: var(--radius-lg); padding: 26px 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 13px; }
.review__stars { color: var(--orange); letter-spacing: 2px; }
.review blockquote { margin: 0; font-size: .99rem; line-height: 1.6; color: var(--ink); }
.review figcaption { color: var(--black); font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .02em; font-size: .96rem; margin-top: auto; }
.review figcaption span { color: var(--muted); font-weight: 400; font-family: var(--body); text-transform: none; letter-spacing: 0; }
.reviews__cta { text-align: center; margin-top: clamp(26px, 4vw, 40px); }
@media (max-width: 980px) { .reviews { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .reviews { grid-template-columns: 1fr; } }

/* quote / request (orange-tinted near-black band) */
.section--quote { background:
  radial-gradient(820px 360px at 12% 0%, rgba(255,106,26,.2), transparent 62%),
  linear-gradient(160deg, var(--steel), var(--black)); color: var(--white); }
.order { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 66px); align-items: center; }
.order h2 { font-size: clamp(2rem, 4.6vw, 2.9rem); margin-bottom: 24px; }
.steps { list-style: none; padding: 0; display: grid; gap: 14px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.04rem; color: #d6d1c8; }
.steps span { flex-shrink: 0; width: 32px; height: 32px; border-radius: 7px; background: var(--orange); color: #1a0d04;
  display: grid; place-items: center; font-family: var(--display); font-weight: 800; }
.order__call { margin-top: 26px; color: #c9c4bb; }
.order__call a { color: var(--orange); font-weight: 700; border-bottom: 1px solid; }
.order__form { background: var(--white); color: var(--ink); border-radius: var(--radius-lg); padding: clamp(24px, 3.5vw, 34px); box-shadow: var(--shadow); }
.field { margin-bottom: 15px; }
.field label { display: block; font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .03em; font-size: .9rem; margin-bottom: 7px; color: var(--black); }
.field input, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 8px;
  font-family: var(--body); font-size: 1rem; background: #faf9f7; color: var(--ink); resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,106,26,.2); background: var(--white); }
.form__note { margin-top: 14px; text-align: center; font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .02em; min-height: 1.2em; }
.form__note.ok { color: var(--orange-deep); }
.form__fine { margin-top: 12px; text-align: center; font-size: .8rem; color: var(--muted); }
@media (max-width: 820px) { .order { grid-template-columns: 1fr; } }

/* visit */
.visit { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 60px); align-items: center; }
.visit h2 { font-size: clamp(2rem, 4.4vw, 2.9rem); margin-bottom: 22px; }
.info { padding: 15px 0; border-bottom: 1px solid var(--line); display: flex; gap: 18px; }
.info b { min-width: 84px; font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .03em; color: var(--black); }
.info a { color: var(--orange-dark); font-weight: 600; }
.info--hours { align-items: flex-start; }
.hours { list-style: none; padding: 0; display: grid; gap: 6px; flex: 1; }
.hours li { display: flex; justify-content: space-between; color: var(--muted); max-width: 300px; }
.visit .link { margin-top: 22px; }
.visit__map { aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.visit__map iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 820px) { .visit { grid-template-columns: 1fr; } }

/* footer */
.footer { background: var(--black); color: #c9c4bb; text-align: center; padding: 50px 0; border-top: 4px solid var(--orange); }
.footer__in p { margin-top: 10px; }
.footer__in a { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.3); }
.footer__hours { font-size: .92rem; color: #97918a; }
.footer__by { font-size: .9rem; margin-top: 18px; }
.footer__by a:hover { color: var(--orange); border-color: var(--orange); }

/* reveals */
.js .section .head, .js .why, .js .cards, .js .reviews, .js .order, .js .visit { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .in { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .js [class] { opacity: 1 !important; transform: none !important; }
}
