:root { color-scheme: light; --ink: #202124; --muted: #555960; --red: #b5232b; --line: #dededb; --paper: #f7f7f5; }
* { box-sizing: border-box; }
html { scroll-padding-top: 1rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: var(--red); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid #145cb3; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { line-height: 1.16; text-wrap: balance; }
h1 { font-size: clamp(2rem, 4vw, 3.5rem); max-width: 24ch; letter-spacing: -.035em; }
h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); letter-spacing: -.02em; }
h3 { font-size: 1.35rem; }
p + p { margin-top: 1rem; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 10; background: white; padding: .75rem; }
.skip-link:focus { top: .5rem; }
.case-header { padding: 1rem max(24px, calc((100vw - 1160px) / 2)); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; background: white; }
.case-brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); font-weight: 800; font-size: 1.15rem; text-decoration: none; }
.case-brand img { flex: 0 0 44px; }
.case-header nav,.case-actions,.case-footer nav { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.case-header nav a,.case-footer a { display: inline-flex; align-items: center; min-height: 44px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.25rem; background: var(--red); color: white; border-radius: 5px; text-decoration: none; font-weight: 700; text-align: center; }
.button:hover { background: #901c23; }
.case-intro { padding-block: 1.5rem 1.5rem; }
.breadcrumb { color: var(--muted); font-size: .95rem; margin-bottom: 1.5rem; }
.eyebrow { color: var(--red); font-weight: 750; font-size: .9rem; letter-spacing: .035em; margin-bottom: 1rem; }
.lede { font-size: 1.125rem; max-width: 66ch; margin-top: 1rem; }
.byline { color: var(--muted); font-size: .95rem; }
.case-actions { margin-top: 1.5rem; }
.text-link { display: inline-flex; align-items: center; min-height: 48px; font-weight: 650; }
.proof-section { padding-block: 1.5rem 3rem; }
.section-note { margin-top: .65rem; color: var(--muted); max-width: 65ch; }
.photo-pair { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem; margin-top: 1.4rem; }
.photo-pair figure { min-width: 0; background: white; border: 1px solid var(--line); }
.photo-pair img { width: 100%; aspect-ratio: 4/3; object-fit: contain; }
.photo-label { display: block; padding: .65rem 1rem; font-size: .95rem; font-weight: 750; background: #25262a; color: white; }
.photo-label.after { background: #234d3c; }
figcaption { padding: 1rem; color: var(--muted); font-size: .95rem; }
.story-body,.quote-section { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(0,1fr); gap: 3rem; align-items: start; padding-block: 2.5rem; border-top: 1px solid var(--line); }
.story-body section > p:not(.eyebrow),.quote-section h2 + p { margin-top: 1.2rem; }
.scope-note { padding: 1.5rem; border-left: 3px solid var(--red); background: white; }
.scope-note strong { font-size: 1.15rem; }
dl { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; row-gap: .6rem; }
dt { color: var(--muted); } dd { margin: 0; font-weight: 600; }
.scope-note p { color: var(--muted); }
ul { padding-left: 1.2rem; } li { margin-bottom: .85rem; }
.quote-section { padding-bottom: 3.5rem; }
.contact-card { padding: 1.75rem; background: white; border: 1px solid var(--line); border-top: 4px solid var(--red); }
.contact-card p { margin-top: 1rem; }
.contact-card .button { width: 100%; margin-top: 1.5rem; }
.phone-link { display: flex; justify-content: center; align-items: center; min-height: 48px; margin-top: .6rem; font-weight: 650; text-align: center; }
.contact-note { font-size: .95rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 1rem; }
.case-footer { padding-block: 1.5rem 2.5rem; border-top: 1px solid var(--line); color: var(--muted); }
.case-footer nav { margin-top: .5rem; }
@media (max-width: 760px) {
  .wrap { width: calc(100% - 32px); }
  .case-header { padding: .8rem 1rem; gap: .7rem; }
  .case-header nav { gap: 1rem; }
  .case-header nav > a:not(.button) { display: none; }
  .case-header .button { padding: .65rem 1rem; }
  .case-intro { padding-block: 1.25rem 1.5rem; }
  .breadcrumb { margin-bottom: 1.5rem; }
  .photo-pair,.story-body,.quote-section { grid-template-columns: minmax(0,1fr); }
  .photo-pair { gap: 1.25rem; }
  .story-body,.quote-section { gap: 1.5rem; padding-block: 2rem; }
  .case-actions { gap: .75rem 1.5rem; }
  .contact-card { padding: 1.25rem; }
}
