/* Phase 1: preserve the existing brand while giving project evidence room to read. */
.skip-link{position:fixed;left:16px;top:-100px;background:#fff;color:#181818;padding:12px;z-index:100}
.skip-link:focus{top:12px}
:focus-visible{outline:3px solid var(--earth);outline-offset:4px}
[id]{scroll-margin-top:150px}
.resource-hero h1{font-size:clamp(2.2rem,4.7vw,4.2rem)}
.hero-image img{height:auto}
.reading-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.75fr);gap:48px;align-items:start}
.reading-grid h3,.prose h3{margin-top:28px}
.reading-grid li,.prose li{margin-top:12px}
.reading-grid ul{padding-left:22px}
.planning-card{background:var(--paper);border:1px solid var(--line);padding:28px;border-radius:8px}
.planning-card h2{font-size:1.65rem}
.planning-card .btn{margin-top:24px}
.prose{max-width:850px}
.evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px}
.evidence-grid figure{margin:0;background:var(--paper);border:1px solid var(--line);border-radius:8px;overflow:hidden}
.evidence-grid img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.evidence-grid figcaption{padding:18px;font-weight:400;font-size:1rem}
.context-links{margin-top:22px!important;font-weight:700}
.project-context{max-width:860px;margin-bottom:24px}
.project-context h2{font-size:clamp(1.55rem,3vw,2.1rem)}
.project-context a,.prose a,.context-links a{font-weight:700}
.service-contact{background:var(--concrete)}
.service-contact p{max-width:800px}
.resource-hero .hero-image img{max-height:570px;object-fit:cover}
@media(min-width:981px) and (max-width:1200px){.site-nav{gap:10px;font-size:.84rem}.nav-wrap{gap:12px}.brand img{width:190px}.nav-cta{font-size:.88rem}}
@media(max-width:860px){.reading-grid{grid-template-columns:1fr}.evidence-grid{grid-template-columns:1fr}}
@media(max-width:640px){[id]{scroll-margin-top:180px}.planning-card{padding:22px}.hero h1,.page-hero h1{font-size:2.4rem}.work-category .category-head{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.table-scroll{max-width:100%;overflow-x:auto;margin-top:24px}
.table-scroll table{margin-top:0}

/* Shared palette overrides for legacy page-local colors. */
.prose-section-alt, .reviews-section-alt, .work-section-bg, .service-area { background: var(--concrete); }
.prose-section p, .service-block p, .service-block ul, .contact-body p, .contact-card li, .field-help, .note, .service-area p, .accolades-grid p, .review-card p, .review-date, .rep-badge span { color: var(--slate); }
.about-preview-grid p, .cta-band p, .closing-section p { color: var(--concrete); }
.review-stars { color: var(--accent-text); }
.estimate-form input, .estimate-form select, .estimate-form textarea { border-color: var(--slate); }
.site-nav a:hover { color: var(--accent-text); }
.btn:hover { background: var(--charcoal); border-color: var(--charcoal); color: var(--paper); }
.btn.secondary:hover { color: var(--paper); }

.review-source, .call-label { color: var(--accent-text); }
.featured-tag { background: var(--accent-text); }
.closing-section .eyebrow { color: var(--concrete); }
.cost-note p { color: var(--concrete); }
