/* ============================================================
   Greeley's Auto & Tire — concept redesign
   Design lane: vintage 1956 service-station Americana
   Palette sampled from their own assets:
     - logo.png: pure black winged-G emblem (#000)
     - their site CSS (css/css.css): vermillion #e44329, slate
       #2d454c / #446872, parchment creams #f6f6eb #eeead1 #e6e3b9
   Faces: Anton (display; upgrade of their site's own LeagueGothic
          + heavy gothic logo lettering) + Yellowtail (script accents;
          upgrade of their Lobster Two / Just Another Hand cursive stack)
          + Barlow / Barlow Condensed (body / labels)
   ============================================================ */

:root {
  --cream: #f6f6eb;
  --parch: #eeead1;
  --sand: #e6e3b9;
  --sand-line: #c7c3a6;
  --ink: #000000;
  --soft-ink: #1c1b16;
  --verm: #e44329;
  --verm-deep: #c1330f;
  --slate: #2d454c;
  --slate-mid: #446872;
  --slate-deep: #22343a;
  --white: #ffffff;
  --disp: "Anton", "Arial Narrow Bold", sans-serif;
  --script: "Yellowtail", cursive;
  --body: "Barlow", "Helvetica Neue", sans-serif;
  --cond: "Barlow Condensed", "Arial Narrow", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--body);
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--soft-ink);
  background: var(--cream);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--verm-deep); }
a:hover { color: var(--verm); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--ink); color: var(--cream); padding: .6rem 1rem;
}
.skip-link:focus { left: 0; }

/* ---------- type ---------- */
h1, h2, h3, .disp {
  font-family: var(--disp);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: var(--ink);
}
h4 { font-family: var(--disp); font-weight: 400; text-transform: uppercase; letter-spacing: .03em; }
.script-kick {
  font-family: var(--script);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--verm);
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  display: block;
  transform: rotate(-2deg);
}
.kicker {
  font-family: var(--cond);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .85rem;
  color: var(--slate-mid);
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 1.25rem; }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 1.25rem; }

/* ---------- enamel sign frame (porcelain double ring) ---------- */
.enamel {
  border: 3px solid var(--ink);
  box-shadow: inset 0 0 0 5px var(--cream), inset 0 0 0 7px var(--ink);
  background: var(--cream);
  padding: 1.6rem 1.5rem 1.5rem;
}
.enamel-dark {
  border: 3px solid var(--cream);
  box-shadow: inset 0 0 0 5px var(--slate-deep), inset 0 0 0 7px var(--cream);
  background: var(--slate-deep);
  color: var(--cream);
}

/* ---------- wing divider (echoes their winged-G logo) ---------- */
.wing-divider { display: flex; align-items: center; justify-content: center; gap: .9rem; margin: 0 0 1rem; }
.wing-divider .bars { display: flex; flex-direction: column; gap: 3px; }
.wing-divider .bars span { display: block; height: 4px; background: var(--ink); border-radius: 2px; }
.wing-divider .bars.l span:nth-child(1) { width: 64px; margin-left: 0; }
.wing-divider .bars.l span:nth-child(2) { width: 44px; margin-left: 20px; }
.wing-divider .bars.l span:nth-child(3) { width: 26px; margin-left: 38px; }
.wing-divider .bars.r span:nth-child(1) { width: 64px; }
.wing-divider .bars.r span:nth-child(2) { width: 44px; }
.wing-divider .bars.r span:nth-child(3) { width: 26px; }
.wing-divider .hub {
  width: 30px; height: 30px; border: 3px solid var(--ink); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--disp); font-weight: 400; font-size: .8rem; color: var(--ink);
  background: var(--cream);
}
.on-dark .wing-divider .bars span { background: var(--cream); }
.on-dark .wing-divider .hub { border-color: var(--cream); color: var(--cream); background: transparent; }

/* ---------- header ---------- */
.topline {
  background: var(--ink); color: var(--parch);
  font-family: var(--cond); font-size: .9rem; letter-spacing: .08em;
}
.topline .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-top: .35rem; padding-bottom: .35rem; }
.topline a { color: var(--parch); text-decoration: none; }
.topline a:hover { color: var(--white); text-decoration: underline; }
.topline .tl-right { display: flex; gap: 1.1rem; align-items: center; }

.site-header {
  position: sticky; top: 0; z-index: 120;
  background: var(--cream);
  border-bottom: 3px solid var(--ink);
}
.site-header .bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .55rem 1.25rem; max-width: 1220px; margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { height: 58px; width: auto; }
.brand .brand-name { display: none; }

.main-nav ul { list-style: none; display: flex; gap: .35rem; align-items: center; }
.main-nav a {
  font-family: var(--cond); font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; font-size: .95rem; color: var(--ink);
  text-decoration: none; padding: .55rem .65rem; display: block;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--verm-deep); }
.main-nav li { position: relative; }
.main-nav .sub {
  position: absolute; top: 100%; left: 0; min-width: 230px;
  background: var(--cream); border: 2px solid var(--ink);
  display: none; z-index: 130; padding: .3rem 0;
}
.main-nav li:hover .sub, .main-nav li:focus-within .sub { display: block; }
.main-nav .sub a { padding: .4rem .9rem; letter-spacing: .08em; font-size: .92rem; }

.header-cta { display: flex; align-items: center; gap: .7rem; }
.btn {
  display: inline-block; font-family: var(--cond); font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em; font-size: 1rem;
  padding: .7rem 1.3rem .6rem; text-decoration: none; text-align: center;
  border: 2px solid var(--ink); transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:active { transform: translateY(1px); }
.btn-verm { background: var(--verm); color: var(--white); border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.btn-verm:hover { background: var(--verm-deep); color: var(--white); transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--ink); }
.btn-ink { background: var(--ink); color: var(--cream); box-shadow: 3px 3px 0 rgba(0,0,0,.35); }
.btn-ink:hover { background: var(--soft-ink); color: var(--white); }
.btn-ghost { background: transparent; color: var(--cream); border-color: var(--cream); }
.btn-ghost:hover { background: var(--cream); color: var(--ink); }

.nav-toggle {
  display: none; background: none; border: 2px solid var(--ink);
  font-family: var(--cond); font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; padding: .5rem .8rem; cursor: pointer; color: var(--ink);
}

/* mobile drawer: absolute below bar -> zero layout height when closed */
@media (max-width: 940px) {
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); border-bottom: 3px solid var(--ink);
    display: none; max-height: calc(100vh - 90px); overflow-y: auto;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 0; }
  .main-nav a { padding: .8rem 1.4rem; font-size: 1.05rem; }
  .main-nav .sub { position: static; display: block; border: none; padding-left: 1rem; }
  .main-nav .sub a { font-size: .95rem; color: var(--slate); }
  .nav-toggle { display: block; }
  .header-cta .btn { display: none; }
  .brand img { height: 46px; }
}

/* ---------- open/closed chip ---------- */
.open-chip {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--cond); font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; font-size: .85rem;
  border: 2px solid currentColor; border-radius: 999px;
  padding: .28rem .8rem .22rem;
}
.open-chip .dot { width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.open-chip.is-open { color: #1d6b3a; background: rgba(255,255,255,.75); }
.open-chip.is-closed { color: var(--verm-deep); background: rgba(255,255,255,.75); }
.on-dark .open-chip.is-open { color: #9fe0b5; background: rgba(0,0,0,.25); }
.on-dark .open-chip.is-closed { color: #ffb5a3; background: rgba(0,0,0,.25); }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 78vh;
  display: flex; align-items: center;
  background: var(--slate-deep);
  overflow: hidden;
}
.hero .hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 62% center; opacity: .92;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(10,16,18,.88) 0%, rgba(20,30,34,.72) 42%, rgba(20,30,34,.28) 100%);
}
.hero .hero-inner { position: relative; z-index: 2; padding: 5.5rem 0 6rem; width: 100%; }
.hero h1 {
  color: var(--cream);
  font-size: clamp(2.6rem, 7vw, 5rem);
  text-shadow: 3px 3px 0 rgba(0,0,0,.45);
  margin: .35rem 0 .4rem;
}
.hero h1 .amp { color: var(--verm); }
.hero .hero-sub {
  color: var(--parch); max-width: 34rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem); margin-bottom: 1.6rem;
}
.hero .hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.hero .est-line {
  margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; align-items: center;
  color: var(--sand); font-family: var(--cond); letter-spacing: .18em; text-transform: uppercase; font-size: .85rem;
}
.hero .est-line a { color: var(--sand); text-decoration: none; }
.hero .est-line a:hover { text-decoration: underline; }
.hero .est-line .sep { opacity: .5; }

/* hanging enamel badge in hero */
.hero-badge {
  position: absolute; right: 4%; top: 8%; z-index: 3;
  width: 168px; height: 168px; border-radius: 50%;
  background: var(--cream); color: var(--ink);
  border: 4px solid var(--ink);
  box-shadow: inset 0 0 0 6px var(--cream), inset 0 0 0 8px var(--verm), 6px 8px 0 rgba(0,0,0,.35);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; transform-origin: top center;
}
.hero-badge .b-script { font-family: var(--script); color: var(--verm-deep); font-size: 1.3rem; line-height: 1; }
.hero-badge .b-year { font-family: var(--disp); font-weight: 400; font-size: 2.4rem; line-height: 1; letter-spacing: .02em; }
.hero-badge .b-sub { font-family: var(--cond); font-weight: 600; letter-spacing: .2em; font-size: .62rem; text-transform: uppercase; margin-top: .3rem; }
@media (prefers-reduced-motion: no-preference) {
  .hero-badge { animation: badge-swing 5.5s ease-in-out 1; }
  @keyframes badge-swing {
    0% { transform: rotate(-5deg); } 22% { transform: rotate(3.5deg); }
    46% { transform: rotate(-2deg); } 70% { transform: rotate(1deg); } 100% { transform: rotate(0); }
  }
}
@media (max-width: 700px) { .hero-badge { display: none; } .hero { min-height: 92svh; } .hero .hero-img { object-position: 30% center; } }

/* ---------- sections ---------- */
.section { padding: 4.5rem 0; }
.section-tight { padding: 3rem 0; }
.sec-head { text-align: center; max-width: 760px; margin: 0 auto 2.6rem; }
.sec-head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: .3rem 0 .6rem; }
.band-slate { background: var(--slate); color: var(--parch); }
.band-slate h2, .band-slate h3, .band-slate h4 { color: var(--cream); }
.band-parch { background: var(--parch); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.band-verm { background: var(--verm); color: var(--white); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); }
.band-verm h2, .band-verm h3 { color: var(--white); }
.band-ink { background: var(--ink); color: var(--parch); }

/* ---------- SIGNATURE: garage roller-door reveal ---------- */
.gd-frame { position: relative; overflow: hidden; background: var(--slate-deep); }
.gd-frame img { width: 100%; height: 100%; object-fit: cover; }
.gd-door {
  position: absolute; inset: 0; z-index: 2;
  background:
    repeating-linear-gradient(180deg,
      #b9bdb6 0px, #cdd1c9 7px, #a8ada5 22px, #969b93 26px, #7e837c 28px);
  box-shadow: inset 0 -4px 0 #5c605a;
  transition: transform 1.05s cubic-bezier(.65,.02,.28,1);
}
.gd-door::after { /* door handle bar */
  content: ""; position: absolute; left: 50%; bottom: 10px;
  width: 76px; height: 8px; transform: translateX(-50%);
  background: #3f423e; border-radius: 4px;
}
.gd-frame.gd-open .gd-door { transform: translateY(-103%); }
.gd-frame .gd-rail { /* fixed top rail the door disappears behind */
  position: absolute; top: 0; left: 0; right: 0; height: 10px; z-index: 3;
  background: var(--ink);
}
@media (prefers-reduced-motion: reduce) {
  .gd-door { display: none; }
}

/* service cards */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
@media (max-width: 980px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-grid { grid-template-columns: 1fr; } }
.svc-card {
  background: var(--cream); border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 rgba(0,0,0,.55);
  display: flex; flex-direction: column; text-decoration: none; color: var(--ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.svc-card:hover { transform: translate(-2px,-3px); box-shadow: 8px 9px 0 rgba(0,0,0,.55); color: var(--ink); }
.svc-card .gd-frame { aspect-ratio: 4 / 3; border-bottom: 3px solid var(--ink); }
.svc-card .svc-label { padding: .95rem 1rem .85rem; }
.svc-card .svc-label h3 { font-size: 1.05rem; letter-spacing: .05em; }
.svc-card .svc-label .go { font-family: var(--cond); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; font-size: .78rem; color: var(--verm-deep); }

/* pill list of every service */
.svc-pills { display: flex; flex-wrap: wrap; gap: .55rem; justify-content: center; margin-top: 2rem; }
.svc-pills a {
  font-family: var(--cond); font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  font-size: .9rem; text-decoration: none; color: var(--cream);
  border: 2px solid var(--sand-line); padding: .35rem .85rem .28rem; border-radius: 999px;
}
.svc-pills a:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* three-up promise cards */
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
@media (max-width: 900px) { .promise-grid { grid-template-columns: 1fr; } }
.promise-grid .enamel h3 { font-size: 1.15rem; margin-bottom: .7rem; letter-spacing: .04em; }
.promise-grid .enamel p { font-size: .99rem; }

/* logo strips */
.logo-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1.6rem 2.6rem; }
.logo-strip img { height: 52px; width: auto; background: var(--white); padding: 6px 10px; border: 1px solid var(--sand-line); }
.logo-strip.tall img { height: 64px; }

/* hours & location */
.hl-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.4rem; align-items: start; }
@media (max-width: 880px) { .hl-grid { grid-template-columns: 1fr; } }
.hours-table { width: 100%; border-collapse: collapse; font-family: var(--cond); font-size: 1.05rem; }
.hours-table td { padding: .42rem .2rem; border-bottom: 1px dashed var(--sand-line); }
.hours-table td:last-child { text-align: right; font-weight: 600; }
.hours-table tr.today td { color: var(--verm-deep); font-weight: 700; }
.addr-card p { margin-bottom: .6rem; }
.addr-card .big-phone {
  font-family: var(--disp); font-weight: 400; font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  text-decoration: none; color: var(--ink); display: inline-block; margin: .3rem 0 .8rem;
}
.addr-card .big-phone:hover { color: var(--verm-deep); }

/* payment icons */
.pay-strip { display: flex; gap: .7rem; align-items: center; margin-top: 1rem; }
.pay-strip img { height: 34px; width: auto; }

/* news teasers */
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
@media (max-width: 760px) { .news-grid { grid-template-columns: 1fr; } }
.news-card { border: 2px solid var(--ink); padding: 1.3rem 1.3rem 1.1rem; background: var(--cream); text-decoration: none; color: var(--soft-ink); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 rgba(0,0,0,.5); color: var(--soft-ink); }
.news-card h3 { font-size: 1.05rem; margin-bottom: .5rem; }

/* vehicle tips detail/summary */
.tips-acc details { border: 2px solid var(--ink); background: var(--cream); margin-bottom: .7rem; }
.tips-acc summary {
  cursor: pointer; padding: .85rem 1.1rem .75rem; font-family: var(--cond);
  font-weight: 600; letter-spacing: .1em; text-transform: uppercase; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.tips-acc summary::-webkit-details-marker { display: none; }
.tips-acc summary::after { content: "+"; font-family: var(--disp); font-size: 1.2rem; }
.tips-acc details[open] summary::after { content: "–"; }
.tips-acc .acc-body { padding: 0 1.1rem 1rem; }
.tips-acc ul { padding-left: 1.2rem; }
.tips-acc li { margin-bottom: .55rem; }

/* ---------- interior page banner ---------- */
.page-banner {
  position: relative; background: var(--slate-deep); color: var(--cream);
  border-bottom: 3px solid var(--ink); overflow: hidden;
}
.page-banner .pb-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.page-banner .pb-inner { position: relative; z-index: 2; padding: 3.6rem 0 3.2rem; }
.page-banner h1 { color: var(--cream); font-size: clamp(1.9rem, 4.6vw, 3.2rem); margin-top: .3rem; text-shadow: 2px 2px 0 rgba(0,0,0,.4); }
.page-banner .crumb { font-family: var(--cond); letter-spacing: .16em; text-transform: uppercase; font-size: .82rem; color: var(--sand); }
.page-banner .crumb a { color: var(--sand); text-decoration: none; }
.page-banner .crumb a:hover { text-decoration: underline; }

/* article/content blocks */
.content { padding: 3.6rem 0 4.2rem; }
.content h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin: 2.2rem 0 .8rem; }
.content h2:first-child { margin-top: 0; }
.content h3 { font-size: 1.15rem; margin: 1.8rem 0 .6rem; letter-spacing: .04em; }
.content p { margin-bottom: 1rem; }
.content ul, .content ol { margin: 0 0 1.2rem 1.4rem; }
.content li { margin-bottom: .45rem; }
.content .article { border-bottom: 2px dashed var(--sand-line); padding-bottom: 2.2rem; margin-bottom: 2.4rem; }
.content .article-date { font-family: var(--cond); letter-spacing: .14em; color: var(--slate-mid); text-transform: uppercase; font-size: .82rem; }

/* CTA band */
.cta-band { text-align: center; padding: 3.4rem 0; }
.cta-band h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); margin-bottom: 1.2rem; }
.cta-band .hero-ctas { justify-content: center; display: flex; flex-wrap: wrap; gap: .9rem; }

/* related links */
.related { margin-top: 2.6rem; }
.related h3 { margin-bottom: .8rem; }
.related ul { list-style: none; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.related a {
  font-family: var(--cond); font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  font-size: .9rem; text-decoration: none; color: var(--ink);
  border: 2px solid var(--ink); padding: .35rem .85rem .28rem;
}
.related a:hover { background: var(--ink); color: var(--cream); }

/* ---------- forms ---------- */
.form-card { border: 3px solid var(--ink); background: var(--white); box-shadow: 6px 6px 0 rgba(0,0,0,.5); padding: 1.8rem 1.6rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem 1.1rem; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .3rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--cond); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: .82rem; color: var(--slate); }
.field input, .field select, .field textarea {
  font-family: var(--body); font-size: 1rem; padding: .6rem .7rem;
  border: 2px solid var(--ink); background: var(--cream); color: var(--soft-ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--verm); outline-offset: 1px; }
fieldset { border: 2px dashed var(--sand-line); padding: 1rem 1.1rem; margin: 1.3rem 0; }
legend { font-family: var(--disp); font-weight: 400; text-transform: uppercase; font-size: .95rem; letter-spacing: .06em; padding: 0 .5rem; }
.radio-row { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.radio-row label { display: flex; align-items: center; gap: .4rem; font-size: .98rem; }
.form-note { font-size: .92rem; color: var(--slate-mid); margin-top: .8rem; }
.form-status { margin-top: .9rem; font-weight: 600; }

/* survey matrix */
.survey-q { border-bottom: 1px dashed var(--sand-line); padding: .9rem 0; }
.survey-q p { margin-bottom: .5rem; font-weight: 600; }
.survey-q .radio-row label { font-size: .9rem; }

/* ---------- scroll reveal ---------- */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: var(--parch); padding: 3.6rem 0 1.6rem; border-top: 6px solid var(--verm); }
.site-footer a { color: var(--parch); }
.site-footer a:hover { color: var(--white); }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 2.2rem; margin-bottom: 2.4rem; }
@media (max-width: 940px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: var(--cream); font-size: .95rem; letter-spacing: .14em; margin-bottom: .9rem; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: .45rem; font-size: .95rem; }
.site-footer .f-logo { height: 74px; width: auto; filter: invert(1) brightness(1.6); margin-bottom: 1rem; }
.foot-hours td { padding: .12rem .4rem .12rem 0; font-size: .92rem; font-family: var(--cond); }
.foot-legal {
  border-top: 1px solid rgba(238,234,209,.25); padding-top: 1.2rem;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem;
  font-size: .85rem; color: var(--sand);
}
.foot-legal .pay-strip { margin-top: 0; }
.foot-legal .pay-strip img { height: 26px; background: var(--white); }

/* sticky mobile call bar */
.call-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 140;
  background: var(--verm); border-top: 3px solid var(--ink);
}
.call-bar a {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  color: var(--white); text-decoration: none; font-family: var(--disp);
  font-weight: 400; text-transform: uppercase; letter-spacing: .08em;
  padding: .9rem .5rem .8rem; font-size: 1.02rem; min-height: 48px;
}
@media (max-width: 700px) {
  .call-bar { display: block; }
  body { padding-bottom: 58px; }
}

/* map link block */
.map-link {
  display: block; border: 3px solid var(--ink); background: var(--slate-mid);
  color: var(--cream); text-decoration: none; text-align: center;
  font-family: var(--cond); font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  padding: 1.1rem; box-shadow: 5px 5px 0 rgba(0,0,0,.5);
}
.map-link:hover { background: var(--slate); color: var(--white); }

/* util */
.center { text-align: center; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; }
.small { font-size: .9rem; }
