/* Edmondson Engineers — www.edmpa.com
   Site styles. Built with Claude (claude-opus-5-5), September 2026.
   Brand colors come from the existing Edmondson identity: blue #005596, navy #11202a, gray #7e8082. */

:root {
  --blue: #005596; --blue-h: #0a66ad; --navy: #11202a; --navy-2: #0b161d; --gray: #7e8082;
  --steel: #8ca7be; --line: #e1e5e9; --ink: #1d2730; --muted: #56616b; --paper: #ffffff; --mist: #f4f7f9;
  --display: "Jost", "Futura", "Century Gothic", system-ui, sans-serif;
  --body: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--body); font-size: 17px; line-height: 1.5; color: var(--ink); background: var(--paper); }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
picture { display: contents; }
button, input, select { font: inherit; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 8px; background: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
.wrap { max-width: 1160px; margin: 0 auto; padding-inline: clamp(16px, 4vw, 40px); }
#services, #careers, #contact { scroll-margin-top: 20px; }

/* ---------- header ---------- */
.hiring { background: var(--blue); color: #fff; font-size: 15px; }
.hiring .wrap { padding-block: 9px; display: flex; gap: 10px; flex-wrap: wrap; }
.hiring a { color: #fff; }
.hdr { border-bottom: 1px solid var(--line); background: #fff; position: relative; }
.hdr .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 18px; }
.hdr .logo img { height: 30px; width: auto; }
.hdr nav { display: flex; gap: 26px; font: 500 15px/1 var(--display); letter-spacing: .02em; }
.hdr nav a { text-decoration: none; color: var(--ink); padding-block: 6px; border-bottom: 2px solid transparent; }
.hdr nav a:hover { color: var(--blue); }
.hdr nav a[aria-current="page"] { border-color: var(--blue); color: var(--blue); }
.menu-btn { display: none; background: none; border: 1px solid var(--line); padding: 8px 12px; border-radius: 3px; cursor: pointer; font: 500 14px var(--display); }
@media (max-width: 820px) {
  .hdr nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); z-index: 20; }
  .hdr nav.open { display: flex; }
  .hdr nav a { padding: 14px clamp(16px, 4vw, 40px); border-bottom: 1px solid var(--line); }
  .menu-btn { display: block; }
}

/* ---------- type ---------- */
.eyebrow { font: 500 13px/1 var(--display); letter-spacing: .22em; text-transform: uppercase; color: var(--blue); }
h1, h2, h3 { font-family: var(--display); text-wrap: balance; }
h2 { font-weight: 400; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.15; margin: 14px 0 14px; letter-spacing: -.005em; }
.eyebrow + h2 { margin-top: 14px; }
.lede { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 62ch; margin: 0; }
section { padding-block: clamp(56px, 8vw, 96px); }
.btn { display: inline-block; background: var(--blue); color: #fff; text-decoration: none; padding: 14px 22px; font: 500 15px/1 var(--display); letter-spacing: .04em; border-radius: 2px; border: 1px solid var(--blue); }
.btn:hover { background: var(--blue-h); }
.btn.ghost { background: transparent; border-color: rgba(255,255,255,.6); }
.btn.ghost:hover { background: rgba(255,255,255,.1); }
.btn.outline { background: transparent; color: var(--blue); }
.more { font: 500 16px var(--display); color: var(--blue); text-decoration: none; white-space: nowrap; }
.more:hover { text-decoration: underline; }
.more-row { margin: 28px 0 0; display: flex; gap: 12px; flex-wrap: wrap; }
.draft { font-size: 11.5px; font-weight: 600; color: #7a4f00; background: #fff4dc; padding: 1px 7px; border-radius: 3px; margin-left: 6px; font-family: var(--body); vertical-align: middle; }
.draft-note { background: #fff4dc; color: #6b4600; padding: 10px 14px; border-radius: 3px; font-size: 15px; margin: 0 0 18px; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 560px; display: flex; align-items: flex-end; color: #fff; background: var(--navy); overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(17,32,42,.92) 0%, rgba(17,32,42,.72) 42%, rgba(17,32,42,.08) 82%); }
.hero .wrap { position: relative; z-index: 2; padding-block: 90px 70px; width: 100%; }
.hero .eyebrow { color: var(--steel); }
.hero h1 { font-weight: 400; font-size: clamp(36px, 5.2vw, 62px); line-height: 1.05; margin: 18px 0; max-width: 14ch; letter-spacing: -.01em; }
.hero p { font-size: clamp(17px, 1.6vw, 20px); line-height: 1.5; max-width: 50ch; color: #dde6ec; margin: 0 0 30px; }
.hero .actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero.short { min-height: 400px; }
.hero.short h1 { max-width: 20ch; }
.credit { position: absolute; z-index: 2; right: 16px; bottom: 10px; font-size: 12px; color: rgba(255,255,255,.7); }
@media (max-width: 700px) { .hero::before { background: linear-gradient(0deg, rgba(17,32,42,.92) 30%, rgba(17,32,42,.25) 100%); } .hero { min-height: 520px; } .hero .wrap { padding-top: 160px; } }
.page-head { padding-block: 56px 8px; }
.page-head h1 { font-weight: 400; font-size: clamp(32px, 4.4vw, 52px); line-height: 1.08; margin: 14px 0; color: var(--navy); }

/* ---------- home ---------- */
.intro .wrap { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
@media (max-width: 860px) { .intro .wrap { grid-template-columns: 1fr; } }
.facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.facts div { padding: 22px 18px 22px 0; border-bottom: 1px solid var(--line); }
.facts div:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line); }
.facts b { display: block; font: 300 40px/1 var(--display); color: var(--blue); font-variant-numeric: tabular-nums; }
.facts b.sm { font-size: 22px; line-height: 1.25; font-weight: 400; }
/* Client name picker (home facts box). Without JS or with reduced motion, only the first set shows. */
.facts b.picker:not(.run) > span:not(:first-child) { display: none; }
.facts b.picker > span { display: block; margin: 0; color: inherit; font: inherit; }
.facts b.picker.run { position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(transparent, #000 14%, #000 86%, transparent);
          mask-image: linear-gradient(transparent, #000 14%, #000 86%, transparent); }
.facts b.picker.run > span { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(60%); opacity: 0; }
.facts b.picker.run > span.on { transform: translateY(-50%); opacity: 1; }
.facts b.picker.run > span.out { transform: translateY(-160%); opacity: 0; }
@media (prefers-reduced-motion: no-preference) {
  .facts b.picker.run > span { transition: transform .7s cubic-bezier(.2,.8,.2,1.12), opacity .5s; }
}
@media (max-width: 560px) { .facts b.sm { font-size: 18px; } }
.facts span { display: block; margin-top: 8px; color: var(--muted); font-size: 15px; line-height: 1.4; }
.svc { background: var(--mist); }
.disc { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 36px; }
.disc article { background: #fff; padding: 28px 22px; }
.disc h3 { font-weight: 500; font-size: 19px; line-height: 1.2; margin: 14px 0 10px; color: var(--navy); }
.disc p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 15.5px; }
.disc .ic { width: 34px; height: 34px; color: var(--blue); }
.phases { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 24px; }
.phases h3 { font-weight: 500; font-size: 19px; margin: 0 0 6px; color: var(--navy); }
.phases p { margin: 0; color: var(--muted); line-height: 1.55; }
.clients { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 40px; }
.clients .wrap { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 8fr); gap: 24px; align-items: center; }
@media (max-width: 760px) { .clients .wrap { grid-template-columns: 1fr; } }
.clients ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 28px; font: 400 18px/1.3 var(--display); color: var(--navy); }
.clients p { margin: 0; color: var(--muted); line-height: 1.5; }
.news ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.news li { border-top: 2px solid var(--blue); padding-top: 14px; }
.news time, .news-item time, .post time { font-size: 13px; color: var(--gray); letter-spacing: .06em; text-transform: uppercase; }
.news h3 { font-weight: 500; font-size: 18px; line-height: 1.3; margin: 8px 0 0; }
.news h3 a { text-decoration: none; }
.news h3 a:hover { color: var(--blue); }

/* ---------- cards & gallery ---------- */
.sec-head { display: flex; justify-content: space-between; align-items: end; gap: 16px 24px; flex-wrap: wrap; margin-bottom: 30px; }
.sec-head h2 { margin-bottom: 0; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 32px 24px; }
.card { display: block; text-decoration: none; color: inherit; }
.card[hidden] { display: none; }
.card .ph { aspect-ratio: 7 / 5; overflow: hidden; background: var(--mist); }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover img { transform: scale(1.04); }
.card h3 { font-weight: 500; font-size: 18px; line-height: 1.25; margin: 14px 0 4px; color: var(--navy); }
.card:hover h3 { color: var(--blue); }
.card .meta { color: var(--muted); font-size: 14.5px; margin-bottom: 8px; }
.tags { display: flex; flex-wrap: wrap; gap: 4px 6px; }
.tag { font-size: 12px; color: var(--muted); background: var(--mist); padding: 2px 8px; border-radius: 3px; }
.gallery-sec { padding-top: 44px; }
.g-controls { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.g-search { flex: 1 1 260px; position: relative; }
.g-search input { width: 100%; padding: 12px 14px 12px 40px; border: 1px solid #c9d1d8; background: #fff; border-radius: 3px; color: var(--ink); }
.g-search svg { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--gray); }
.g-controls select { padding: 11px 12px; border: 1px solid #c9d1d8; border-radius: 3px; background: #fff; color: var(--ink); }
.g-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.chip { border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 7px 12px; border-radius: 999px; cursor: pointer; font-size: 14px; display: inline-flex; gap: 6px; align-items: center; }
.chip small { color: var(--gray); font-variant-numeric: tabular-nums; }
.chip[aria-pressed="true"] { background: var(--blue); border-color: var(--blue); color: #fff; }
.chip[aria-pressed="true"] small { color: #cfe0ee; }
.chip:disabled { opacity: .4; cursor: default; }
.g-status { margin: 18px 0 22px; color: var(--muted); font-size: 15px; display: flex; gap: 12px; flex-wrap: wrap; }
.g-status button { background: none; border: 0; color: var(--blue); cursor: pointer; text-decoration: underline; padding: 0; }
.g-empty { color: var(--muted); }

/* ---------- project page ---------- */
.crumb { font-size: 14px; color: var(--muted); padding-block: 18px; border-bottom: 1px solid var(--line); }
.crumb a { color: var(--blue); text-decoration: none; }
.p-head { padding-block: 40px 28px; }
.p-head h1, .post h1 { font-weight: 400; font-size: clamp(32px, 4.4vw, 52px); line-height: 1.08; margin: 12px 0 10px; color: var(--navy); letter-spacing: -.01em; }
.p-head .where { color: var(--muted); font-size: 18px; }
.p-photos { display: grid; grid-template-columns: repeat(12, 1fr); gap: 8px; }
.p-photos button { border: 0; padding: 0; cursor: zoom-in; background: var(--mist); overflow: hidden; }
.p-photos img { width: 100%; height: 100%; object-fit: cover; }
.p-photos .big { grid-column: 1 / -1; aspect-ratio: 16 / 8; }
.p-photos .half { grid-column: span 6; aspect-ratio: 3 / 2; }
.p-photos .half:last-child:nth-child(even) { grid-column: 1 / -1; aspect-ratio: 16 / 8; }
@media (max-width: 560px) { .p-photos .half { grid-column: 1 / -1; } }
.credit-line { font-size: 13px; color: var(--gray); margin-top: 10px; }
.p-main { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(28px, 5vw, 64px); padding-block: 40px 70px; }
@media (max-width: 860px) { .p-main { grid-template-columns: 1fr; } }
.txt p, .prose p, .post-body p { font-size: 18px; line-height: 1.7; margin: 0 0 18px; max-width: 64ch; }
.p-side { border-top: 2px solid var(--navy); align-self: start; }
.p-side dl { margin: 0; }
.p-side div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.p-side dt { font: 500 12px/1 var(--display); letter-spacing: .16em; text-transform: uppercase; color: var(--gray); }
.p-side dd { margin: 6px 0 0; font-size: 16px; line-height: 1.45; }
.p-side dd a { color: var(--blue); text-decoration: none; }
.p-side .inq { margin-top: 22px; color: var(--muted); line-height: 1.5; }
.p-side .inq a { color: var(--blue); }
.related { background: var(--mist); }
dialog.lb { border: 0; padding: 0; background: transparent; max-width: min(1600px, 96vw); max-height: 94vh; }
dialog.lb::backdrop { background: rgba(11, 22, 29, .92); }
dialog.lb img { max-height: 90vh; width: auto; margin: auto; }
.lb-close { position: fixed; top: 14px; right: 14px; background: #fff; border: 0; width: 42px; height: 42px; border-radius: 50%; font-size: 24px; line-height: 1; cursor: pointer; }

/* ---------- news ---------- */
.news-list { padding-top: 40px; }
.news-item { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 28px; padding-block: 28px; border-top: 1px solid var(--line); }
.news-item .ph { display: block; aspect-ratio: 3 / 2; background: var(--mist); overflow: hidden; }
.news-item .ph img { width: 100%; height: 100%; object-fit: cover; }
.ph-blank { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--mist), #dfe7ee); }
.news-item h2 { font-size: 24px; font-weight: 500; margin: 8px 0; }
.news-item h2 a { text-decoration: none; }
.news-item h2 a:hover { color: var(--blue); }
.news-item p { margin: 0; color: var(--muted); }
@media (max-width: 700px) { .news-item { grid-template-columns: 1fr; gap: 14px; } }
.post { max-width: 820px; padding-block: 40px 80px; }
.post-img { margin: 24px 0 28px; width: 100%; }
.post-body img { margin: 20px 0; }
.post-body a, .prose a { color: var(--blue); }
.back { margin-top: 40px; }

/* ---------- services / about / contact ---------- */
.svc-detail { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px 64px; }
.svc-detail h2 { font-size: 26px; margin-top: 0; }
.svc-detail p { color: var(--muted); line-height: 1.65; }
.spec { list-style: none; padding: 0; margin: 0; }
.spec li { padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.5; }
.spec b { display: block; color: var(--navy); font-weight: 600; margin-bottom: 2px; }
.about-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(28px, 5vw, 64px); }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } }
.contact-card { background: var(--navy); color: #fff; padding: clamp(24px, 3vw, 36px); align-self: start; }
.contact-card h2 { color: #fff; font-size: 28px; margin-top: 0; }
.contact-card p { color: #c2d0da; line-height: 1.55; margin: 0; }
.contact-list { margin: 18px 0 0; display: grid; gap: 16px; }
.contact-list dt { font: 500 12px/1 var(--display); letter-spacing: .18em; text-transform: uppercase; color: var(--steel); }
.contact-list dd { margin: 6px 0 0; font-size: 17px; line-height: 1.45; color: #e6edf2; word-break: break-word; }
.contact-list a { color: #fff; }
.copy { border: 1px solid currentColor; background: transparent; color: inherit; opacity: .8; border-radius: 3px; padding: 3px 8px; font-size: 12px; cursor: pointer; margin-left: 6px; vertical-align: middle; }
.copy:hover { opacity: 1; }
.contact-page .wrap { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(28px, 5vw, 64px); }
@media (max-width: 860px) { .contact-page .wrap { grid-template-columns: 1fr; } }
.contact-notes h2 { font-size: 26px; margin-top: 0; }
.contact-notes ul { padding-left: 20px; color: var(--muted); line-height: 1.8; }
.careers { background: var(--mist); }
.careers .wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
@media (max-width: 760px) { .careers .wrap { grid-template-columns: 1fr; } }
.careers .btn { white-space: nowrap; justify-self: start; }
.prose { max-width: 760px; }

/* ---------- footer ---------- */
.ftr { background: var(--navy); color: #a9bac6; font-size: 15px; padding-block: 44px 26px; }
.ftr .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 28px; }
@media (max-width: 760px) { .ftr .cols { grid-template-columns: 1fr 1fr; } }
.ftr h2 { font: 500 12px/1 var(--display); letter-spacing: .18em; text-transform: uppercase; color: var(--steel); margin: 0 0 12px; }
.ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.ftr a { color: #dbe5ec; text-decoration: none; }
.ftr a:hover { text-decoration: underline; }
.ftr .tag-line { font: 300 22px/1.3 var(--display); color: #fff; max-width: 18ch; margin: 0; }
.ftr .base { margin-top: 36px; padding-top: 18px; border-top: 1px solid #2a3d49; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13.5px; color: #8fa3b1; }
.ftr .social { display: flex; gap: 18px; flex-wrap: wrap; }

/* ---------- clients ---------- */
.cl-map-sec { padding-top: 32px; }
.cl-map-grid { display: grid; grid-template-columns: minmax(0, 9fr) minmax(0, 3fr); gap: clamp(24px, 4vw, 48px); align-items: center; }
@media (max-width: 900px) { .cl-map-grid { grid-template-columns: 1fr; } }
.cl-map { margin: 0; }
.cl-map svg { display: block; width: 100%; height: auto; background: #f3f7fa; border-radius: 4px; overflow: hidden; }
.cl-map .nb { fill: #fbfcfd; stroke: #d3dde5; stroke-width: 1; }
.cl-map .nc { fill: url(#nc-fill); stroke: #6f93b1; stroke-width: 1.3; stroke-linejoin: round; }
.cl-map .st text { font: 500 11px var(--display); letter-spacing: .3em; fill: #a9b8c4; }
.cl-map .st .region { font-size: 10px; letter-spacing: .4em; fill: #7f9bb3; opacity: .7; }
.cl-map .pin { fill: var(--blue); stroke: #fff; stroke-width: 1.8; transition: transform .15s; }
.cl-map .pin-g { cursor: pointer; outline: none; }
.cl-map .pin-g text { font: 500 13px var(--display); fill: var(--navy); paint-order: stroke; stroke: #fff; stroke-width: 4px; stroke-linejoin: round; opacity: 0; pointer-events: none; transition: opacity .15s; }
.cl-map .pin-g.left text { text-anchor: end; transform: translateX(-20px); }
.cl-map .pin-g:hover .pin, .cl-map .pin-g:focus .pin { transform: scale(1.5); fill: var(--navy); }
.cl-map .pin-g:hover text, .cl-map .pin-g:focus text { opacity: 1; }
.cl-map .pin-g:hover, .cl-map .pin-g:focus { position: relative; }
.cl-map .hq-dot { fill: var(--navy); stroke: #fff; stroke-width: 2; }
.cl-map .ring { fill: none; stroke: var(--navy); stroke-width: 1.5; opacity: 0; }
.cl-map figcaption { display: flex; flex-wrap: wrap; gap: 6px 22px; font-size: 14px; color: var(--muted); padding: 12px 2px 0; }
.cl-map figcaption .hint { margin-left: auto; color: var(--gray); font-size: 13px; }
.cl-map figcaption i { display: inline-block; width: 11px; height: 11px; border-radius: 50%; vertical-align: -1px; margin-right: 6px; }
.k-pin { background: var(--blue); }
.k-hq { background: var(--navy); box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--navy); }
@media (prefers-reduced-motion: no-preference) {
  .cl-map .pin-g .pin { animation: pin-drop .55s cubic-bezier(.3, 1.6, .5, 1) backwards; animation-delay: calc(var(--i) * 40ms + 250ms); }
  @keyframes pin-drop { from { transform: translateY(-36px); opacity: 0; } 60% { opacity: 1; } to { transform: none; opacity: 1; } }
  .cl-map .ring { animation: ping 2.6s ease-out infinite 2.2s; transform-box: fill-box; transform-origin: center; }
  .cl-map .ring.r2 { animation-delay: 3.5s; }
  @keyframes ping { 0% { opacity: .7; transform: scale(1); } 100% { opacity: 0; transform: scale(3.2); } }
}
.cl-stats > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.cl-stats > div:first-child { border-top: 2px solid var(--navy); }
.cl-stats b { display: block; font: 300 44px/1 var(--display); color: var(--blue); font-variant-numeric: tabular-nums; }
.cl-stats span { display: block; margin-top: 6px; color: var(--muted); line-height: 1.4; }
.cl-logos-sec { padding-top: 16px; }
.cl-group { display: flex; align-items: baseline; gap: 10px; font: 500 13px/1 var(--display); letter-spacing: .18em; text-transform: uppercase; color: var(--navy); margin: 40px 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.cl-group small { font-size: 12px; letter-spacing: 0; color: var(--gray); }
.cl-logos { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.cl-logos li { border: 1px solid var(--line); background: #fff; min-height: 140px; transition: border-color .2s, box-shadow .2s; }
.cl-logos li:hover { border-color: #c7d3dc; box-shadow: 0 6px 18px rgba(17,32,42,.08); }
.cl-logos li, .cl-logos li > a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 16px 12px 12px; text-decoration: none; color: inherit; }
.cl-logos li > a { padding: 0; width: 100%; height: 100%; }
.cl-logos .logo-box { height: 72px; width: 100%; display: flex; align-items: center; justify-content: center; }
.cl-logos img { max-width: 100%; max-height: 72px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .85; transition: filter .25s, opacity .25s; }
.cl-logos li:hover img, .cl-logos li:focus-within img { filter: none; opacity: 1; }
.cl-logos span { font-size: 13px; color: var(--muted); text-align: center; line-height: 1.3; }
@media (hover: none) { .cl-logos img { filter: none; opacity: 1; } }
.directions { display: grid; gap: 6px; }
.alt-maps { font-size: 14px; color: var(--muted); }
.alt-maps a { color: var(--blue); }
