/* On Scene Debris & Junk Removal
   Dark apparatus direction: near-black navy ground, logo red/white/blue,
   chevron striping, heavy slab display matched to the logo wordmark.
   Committed dark design (client marketing site, not a themed app). */

:root {
  --ink-950: #040C18;
  --ink-900: #06101F;
  --ink-850: #091728;
  --ink-800: #0B1B33;
  --ink-700: #12294A;
  --line:    #1E3A66;
  --line-soft: rgba(198,211,230,.14);

  --red:      #D81E26;   /* fields, rules, buttons */
  --red-deep: #A50F16;
  --red-lite: #FF5A62;   /* small red TEXT on navy: 3.75:1 fails with --red */
  --red-bright: #EF2B33; /* large display accents; from the old site's own CSS */

  --white: #FFFFFF;
  --fog:   #C6D3E6;
  --fog-dim: #8CA2C2;

  --ok:   #5FD39A;
  --warn: #F2B544;

  --display: "Alfa Slab One", Rockwell, "Roboto Slab", Georgia, serif;
  --body: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --pad: clamp(1.15rem, 4.5vw, 4rem);
  --maxw: 80rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--ink-900);
  color: var(--fog);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.64;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
/* locked rule: the HTML height attribute must never beat an aspect-ratio box */
main img { height: auto; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--red-lite); outline-offset: 3px; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
/* full-width chrome + banners: header, footer, heroes, closing CTA.
   Body sections stay in .wrap for reading width. Capped so ultra-wide doesn't stretch. */
.wrap.wrap-wide { max-width: 1920px; padding-inline: clamp(1.15rem, 3.6vw, 4.5rem); }

body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
body > * { position: relative; z-index: 1; }

/* chevron striping, the apparatus detail */
.chevron { height: 16px; background: repeating-linear-gradient(115deg, var(--red) 0 22px, #EEF2F7 22px 44px); }
.chevron-thin { height: 7px; }

/* ---------- type ---------- */
h1, h2, h3, .slab { font-family: var(--display); font-weight: 400; margin: 0; text-wrap: balance; color: var(--white); }
h1 { font-size: clamp(2.35rem, 4.9vw, 5.5rem); line-height: 1; letter-spacing: -.012em; text-shadow: 0 2px 0 rgba(0,0,0,.35); }
h2 { font-size: clamp(1.8rem, 4vw, 2.9rem); line-height: 1.05; letter-spacing: -.008em; }
h3 { font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.18; }
.eyebrow {
  font-family: var(--body); font-weight: 700; font-size: .78rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--red-lite); margin: 0;
}
p { margin: 0; }
.lede { font-size: clamp(1.03rem, 1.7vw, 1.18rem); color: var(--fog); max-width: 50ch; }
.dim { color: var(--fog-dim); }
.tel { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--body); font-weight: 800; font-size: .92rem; letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none; padding: 1.02rem 1.6rem; border: 2px solid transparent; cursor: pointer;
  transition: transform .16s ease, background-color .16s ease, color .16s ease, border-color .16s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-red { background: var(--red); color: var(--white); box-shadow: 0 7px 0 -2px var(--red-deep); }
.btn-red:hover { background: #E8272F; }
.btn-line { border-color: rgba(198,211,230,.45); color: var(--white); }
.btn-line:hover { border-color: var(--white); background: rgba(255,255,255,.07); }
.btn-dark { background: var(--ink-900); color: var(--white); }
.btn-dark:hover { background: #000; }
@media (prefers-reduced-motion: reduce) { .btn:hover { transform: none; } }

/* ---------- topbar + masthead ---------- */
.topbar { background: var(--ink-950); color: var(--fog-dim); font-size: .8rem; letter-spacing: .05em; }
.topbar .wrap { display: flex; flex-wrap: wrap; gap: .3rem 1.4rem; justify-content: space-between; padding-block: .5rem; }
.topbar strong { color: var(--white); font-weight: 700; }
@media (max-width: 640px) { .topbar .t-right { display: none; } }

.masthead { background: rgba(9,23,40,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.masthead .wrap { display: flex; align-items: center; gap: 1rem; padding-block: .65rem; }
/* brand never compresses or wraps; the nav gives way instead */
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; flex: 0 0 auto; margin-right: auto; }
.badge-plate { width: 58px; aspect-ratio: 1; flex: 0 0 auto; }
/* full badge, transparent outside the cross: never crop it */
.badge-plate img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 1px 2px rgba(0,0,0,.45)); }
.brand-name { font-family: var(--display); color: var(--white); font-size: 1.2rem; line-height: 1; white-space: nowrap; }
.brand-name span { display: block; font-family: var(--body); font-weight: 700; font-size: .58rem; letter-spacing: .19em; color: var(--red-lite); margin-top: .32rem; text-transform: uppercase; }

.nav { display: none; }
.nav a { text-decoration: none; color: var(--fog); font-weight: 600; font-size: .9rem; padding: .5rem .1rem; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--white); border-bottom-color: var(--red); }
.mast-phone { font-family: var(--display); font-size: 1.22rem; color: var(--white); text-decoration: none; }
.mast-phone:hover { color: var(--red-lite); }
.mast-cta { display: none; white-space: nowrap; padding: .85rem 1.2rem; }
.mast-phone { white-space: nowrap; flex: 0 0 auto; }
.menu-btn {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  background: transparent; border: 1px solid var(--line); color: var(--white); cursor: pointer;
}
.menu-btn span, .menu-btn span::before, .menu-btn span::after { content: ""; display: block; width: 20px; height: 2px; background: currentColor; position: relative; }
.menu-btn span::before { position: absolute; top: -6px; } .menu-btn span::after { position: absolute; top: 6px; }
.drawer { display: none; border-top: 1px solid var(--line); background: var(--ink-850); }
.drawer.open { display: block; }
.drawer a { display: block; padding: .95rem var(--pad); text-decoration: none; color: var(--white); font-weight: 600; border-bottom: 1px solid var(--line-soft); }
.drawer a[aria-current="page"] { color: var(--red-lite); }
/* full labels need ~1280px; below that the menu button takes over */
@media (min-width: 1280px) {
  .brand { margin-right: 0; }
  .nav { display: flex; gap: clamp(1.1rem, 1.6vw, 1.9rem); margin-inline: auto; padding-inline: 1.5rem; }
  .menu-btn, .drawer, .drawer.open { display: none; }
}
@media (min-width: 1500px) { .mast-cta { display: inline-flex; } .masthead .wrap { gap: 1.2rem; } }
@media (max-width: 480px) { .brand-name { font-size: .98rem; white-space: nowrap; } .brand-name span { display: none; } .mast-phone { font-size: .98rem; } .badge-plate { width: 46px; } .masthead .wrap { gap: .7rem; } .brand { gap: .55rem; } }

/* ---------- page hero (photo) ---------- */
.hero { position: relative; overflow: hidden; background: var(--ink-900); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(6,16,31,.96) 0%, rgba(6,16,31,.86) 38%, rgba(6,16,31,.45) 72%, rgba(6,16,31,.25) 100%),
    linear-gradient(0deg, rgba(6,16,31,.85) 0%, rgba(6,16,31,0) 40%);
}
@media (max-width: 860px) {
  .hero::after { background: linear-gradient(180deg, rgba(6,16,31,.55) 0%, rgba(6,16,31,.88) 45%, rgba(6,16,31,.97) 100%); }
}
.hero .wrap { position: relative; z-index: 2; padding-block: clamp(3rem, 8vw, 6.2rem); }
.hero-home .wrap { padding-block: clamp(3.4rem, 10vw, 7.5rem); }
.hero-inner { max-width: 50rem; }
@media (min-width: 1500px) { .hero-inner { max-width: 58rem; } }
.hero .eyebrow { margin-bottom: 1rem; }
.hero h1 { margin-bottom: 1.2rem; }
.hero h1 em { font-style: normal; color: var(--red-bright); }
.hero .lede { color: #DCE5F2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.9rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: .5rem 1.9rem; margin-top: 2.2rem; padding-top: 1.3rem; border-top: 1px solid rgba(198,211,230,.2); }
.hero-fact { font-size: .9rem; color: #B8C7DC; }
.hero-fact b { font-weight: 800; color: var(--white); text-transform: uppercase; letter-spacing: .07em; font-size: .8rem; margin-right: .35rem; }

.crumbs { font-size: .82rem; color: var(--fog-dim); margin-bottom: 1.1rem; letter-spacing: .03em; }
.crumbs a { color: var(--fog); text-decoration: none; } .crumbs a:hover { color: var(--white); text-decoration: underline; }
.crumbs span[aria-hidden] { margin: 0 .45rem; color: var(--red-lite); }

/* ---------- sections ---------- */
.section { padding-block: clamp(3.2rem, 7.5vw, 5.6rem); }
.section-tight { padding-block: clamp(2.4rem, 5vw, 3.6rem); }
.section-head { max-width: 50rem; margin-bottom: clamp(1.8rem, 4vw, 2.7rem); }
.section-head .eyebrow { margin-bottom: .8rem; }
.section-head .lede { margin-top: 1rem; }
.alt { background: var(--ink-850); border-block: 1px solid var(--line); }

/* prose */
.prose { max-width: 68ch; }
.prose > * + * { margin-top: 1.1rem; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 2.05rem); margin-top: 2.6rem; }
.prose h3 { margin-top: 1.9rem; }
.prose p, .prose li { color: var(--fog); }
.prose strong { color: var(--white); font-weight: 700; }
.prose ul { padding: 0; list-style: none; display: grid; gap: .55rem; }
.prose ul li { padding-left: 1.5rem; position: relative; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .72rem; width: 11px; height: 4px; background: var(--red); }
.prose a { color: var(--white); text-decoration-color: var(--red); text-underline-offset: 3px; text-decoration-thickness: 2px; }
.prose a:hover { color: var(--red-lite); }

/* split: text + figure, asymmetric */
.split { display: grid; gap: clamp(1.8rem, 4vw, 3.6rem); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 960px) {
  .split { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
  .split.flip { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .split.flip > :first-child { order: 2; }
  .split .sticky { position: sticky; top: 6.5rem; }
}
.fig { margin: 0; border: 1px solid var(--line); background: var(--ink-800); }
.fig img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
/* no tall vertical crops (Matt's standing dislike): landscape on phones, square beside text on desktop */
.fig-tall img { aspect-ratio: 3 / 2; }
@media (min-width: 960px) { .fig-tall img { aspect-ratio: 1 / 1; } }

/* pull quote */
.quote { margin: 0; padding: 1.4rem 0 1.4rem 1.4rem; border-left: 4px solid var(--red); }
.quote p { font-family: var(--display); color: var(--white); font-size: clamp(1.25rem, 2.6vw, 1.7rem); line-height: 1.25; }
.quote cite { display: block; margin-top: .8rem; font-style: normal; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: var(--fog-dim); font-weight: 700; }

/* ---------- home: services ---------- */
.svc-lead { display: grid; gap: 0; grid-template-columns: 1fr; border: 1px solid var(--line); background: var(--ink-800); text-decoration: none; margin-bottom: 1px; }
@media (min-width: 900px) { .svc-lead { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); } }
.svc-lead img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.svc-lead-body { padding: clamp(1.6rem, 3.2vw, 2.8rem); display: flex; flex-direction: column; gap: .9rem; justify-content: center; }
.svc-lead h3 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.svc-tag { align-self: flex-start; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--white); background: var(--red); padding: .32rem .6rem; }
.svc-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-top: 0; grid-template-columns: 1fr; }
@media (min-width: 700px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .svc-grid { grid-template-columns: repeat(4, 1fr); } }
.svc-card { background: var(--ink-800); text-decoration: none; display: flex; flex-direction: column; transition: background-color .18s ease; }
.svc-card:hover, .svc-lead:hover { background: var(--ink-700); }
.svc-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.svc-card-body { padding: 1.3rem 1.35rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.svc-card p, .svc-lead p { color: var(--fog-dim); font-size: .97rem; }
.svc-more { margin-top: auto; padding-top: .6rem; font-weight: 800; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; color: var(--red-lite); }

/* ---------- standard band ---------- */
.standard { background: linear-gradient(180deg, var(--ink-850) 0%, var(--ink-900) 100%); border-block: 1px solid var(--line); }
.marks { display: grid; gap: 0; margin-top: 1.8rem; }
.mark { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.05rem 0; border-bottom: 1px solid var(--line-soft); align-items: start; }
.mark:first-child { border-top: 1px solid var(--line-soft); }
.mark-chev { width: 30px; height: 10px; margin-top: .45rem; background: repeating-linear-gradient(115deg, var(--red) 0 7px, #EEF2F7 7px 14px); }
.mark b { display: block; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--white); font-size: .98rem; }
.mark span { color: var(--fog-dim); font-size: .96rem; }

/* ---------- steps ---------- */
.steps { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { background: var(--ink-800); padding: clamp(1.4rem, 2.6vw, 2rem); }
.step-num { font-family: var(--display); font-size: 2.4rem; line-height: 1; color: var(--red); display: block; margin-bottom: .6rem; }
.step h3 { margin-bottom: .45rem; }
.step p { color: var(--fog-dim); font-size: .97rem; }

/* ---------- what we take ---------- */
.take { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); grid-template-columns: 1fr; }
@media (min-width: 880px) { .take { grid-template-columns: repeat(3, 1fr); } }
.take-col { background: var(--ink-800); padding: clamp(1.4rem, 2.6vw, 2rem); }
.take-col h3 { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; }
.take-col h3 i { width: 12px; height: 12px; flex: 0 0 auto; }
.take-yes h3 i { background: var(--ok); } .take-ask h3 i { background: var(--warn); } .take-no h3 i { background: var(--red-lite); }
.take-col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.take-col li { color: var(--fog); font-size: .97rem; padding-left: 1.1rem; position: relative; }
.take-col li::before { content: ""; position: absolute; left: 0; top: .7rem; width: 6px; height: 2px; background: var(--fog-dim); }
.take-note { margin-top: 1rem; font-size: .92rem; color: var(--fog-dim); max-width: 70ch; }

/* ---------- areas ---------- */
.cities { columns: 2; column-gap: 2rem; margin: 0; padding: 0; list-style: none; }
@media (min-width: 900px) { .cities.wide { columns: 3; } }
.cities li { break-inside: avoid; padding: .7rem 0 .7rem 1.5rem; position: relative; border-bottom: 1px solid var(--line-soft); font-family: var(--display); font-size: 1.02rem; color: var(--white); }
.cities li::before { content: ""; position: absolute; left: 0; top: 1.28rem; width: 10px; height: 4px; background: var(--red); }
.cities li.home { color: var(--red-lite); }
.map { border: 1px solid var(--line); width: 100%; aspect-ratio: 4 / 3; filter: grayscale(.35) contrast(1.05); }

/* ---------- faq ---------- */
.faq { border-top: 1px solid var(--line); max-width: 58rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 1.25rem 2.6rem 1.25rem 0; position: relative;
  font-family: var(--display); color: var(--white); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .3rem; top: 1.05rem; font-family: var(--body); font-weight: 400; font-size: 1.7rem; color: var(--red-lite); }
.faq details[open] summary::after { content: "\2013"; }
.faq summary:hover { color: #FFD9DB; }
.faq .a { padding: 0 0 1.4rem; max-width: 66ch; }
.faq .a p + p { margin-top: .8rem; }

/* related */
.related { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); grid-template-columns: 1fr; }
@media (min-width: 760px) { .related { grid-template-columns: repeat(2, 1fr); } }
.related a { background: var(--ink-800); padding: 1.3rem 1.4rem; text-decoration: none; display: grid; gap: .3rem; transition: background-color .18s ease; }
.related a:hover { background: var(--ink-700); }
.related b { font-family: var(--display); font-weight: 400; color: var(--white); font-size: 1.15rem; }
.related span { color: var(--fog-dim); font-size: .95rem; }

/* ---------- closing cta: the one full red field ---------- */
.cta { background: var(--red); color: var(--white); }
.cta-inner { display: grid; gap: 1.8rem; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 920px) { .cta-inner { grid-template-columns: minmax(0,1fr) auto; gap: 3rem; } }
.cta .eyebrow { color: var(--white); }
.cta h2 { color: var(--white); margin-top: .7rem; }
.cta p { color: #FFF1F1; }
.cta-phone { font-family: var(--display); font-size: clamp(2.2rem, 6vw, 3.3rem); color: var(--white); text-decoration: none; line-height: 1; display: inline-block; margin-bottom: 1.1rem; }
.cta-phone:hover { color: var(--ink-900); }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ---------- footer ---------- */
.foot { background: var(--ink-950); color: var(--fog-dim); font-size: .92rem; }
.foot-top { display: grid; gap: 2rem; grid-template-columns: 1fr; padding-block: clamp(2.6rem, 5vw, 3.6rem); }
@media (min-width: 900px) { .foot-top { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.foot h4 { margin: 0 0 .9rem; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--white); }
.foot ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .5rem; }
.foot a { color: var(--fog); text-decoration: none; } .foot a:hover { color: var(--white); text-decoration: underline; }
.foot-name { font-family: var(--display); color: var(--white); font-size: 1.15rem; margin-bottom: .55rem; }
.foot-tag { font-family: var(--display); color: var(--red-lite); font-size: 1rem; margin-top: 1rem; }
.foot-bottom { border-top: 1px solid var(--line); padding-block: 1.3rem; font-size: .82rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; }

/* ---------- mobile call bar ---------- */
.callbar { display: none; }
@media (max-width: 760px) {
  .callbar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; box-shadow: 0 -6px 20px rgba(0,0,0,.4); }
  .callbar a { text-align: center; padding: 1rem .5rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; font-size: .86rem; text-decoration: none; color: var(--white); }
  .callbar .c1 { background: var(--red); } .callbar .c2 { background: var(--ink-700); }
  body { padding-bottom: 3.4rem; }
}

/* ---------- motion: one moment, from a visible resting state ---------- */
@media (prefers-reduced-motion: no-preference) {
  .hero .eyebrow, .hero h1, .hero .lede, .hero-actions, .hero-facts { animation: rise .6s cubic-bezier(.2,.7,.3,1) both; }
  .hero h1 { animation-delay: .05s; } .hero .lede { animation-delay: .11s; }
  .hero-actions { animation-delay: .17s; } .hero-facts { animation-delay: .23s; }
  .hero-img { animation: settle 1.4s cubic-bezier(.2,.7,.3,1) both; }
}
@keyframes rise { from { opacity: .4; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes settle { from { transform: scale(1.04); } to { transform: none; } }

.skip { position: absolute; left: -9999px; background: var(--red); color: #fff; padding: .75rem 1rem; font-weight: 800; text-transform: uppercase; }
.skip:focus { left: 0; top: 0; z-index: 60; }

/* About: the badge large, on the navy, with a soft red-blue glow behind it */
.badge-feature { margin: 0; padding: clamp(1.4rem, 3vw, 2.4rem); border: 1px solid var(--line);
  background: radial-gradient(60% 60% at 50% 45%, rgba(216,30,38,.16) 0%, rgba(18,41,74,.55) 55%, var(--ink-800) 100%); }
.badge-feature img { width: 100%; max-width: 420px; margin: 0 auto; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 10px 24px rgba(0,0,0,.5)); }

.foot-badge { width: 84px; height: auto; margin-bottom: 1rem; opacity: .95; }

/* ---------- Pat: portrait card ---------- */
.portrait { margin: 0; background: var(--ink-800); border: 1px solid var(--line); }
.portrait img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; }
.portrait figcaption { padding: 1.05rem 1.25rem 1.15rem; border-top: 1px solid var(--line); }
.portrait .p-name { font-family: var(--display); color: var(--white); font-size: 1.3rem; line-height: 1.1; display: block; }
.portrait .p-role { display: block; margin-top: .35rem; font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--fog-dim); }
.portrait::after { content: ""; display: block; height: 7px; background: repeating-linear-gradient(115deg, var(--red) 0 12px, #EEF2F7 12px 24px); }
/* the source is 480px square: never stretch it past that */
.portrait { max-width: 30rem; }

/* ---------- real job photos ---------- */
.jobs { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); grid-template-columns: 1fr; }
@media (min-width: 760px) { .jobs { grid-template-columns: repeat(2, 1fr); } }
.job { margin: 0; background: var(--ink-800); position: relative; }
.job img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.job figcaption { padding: .85rem 1.1rem 1rem; font-size: .93rem; color: var(--fog-dim); }
.job .tag { position: absolute; top: .8rem; left: .8rem; background: var(--ink-900); color: var(--white); font-size: .72rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase; padding: .38rem .65rem; border-left: 3px solid var(--red); }
.job .tag.after { border-left-color: var(--ok); }
.jobs-caption { margin-top: .9rem; font-size: .93rem; color: var(--fog-dim); }
