.hero h1 { font-size: clamp(3.5rem, 5.4vw, 6.3rem); line-height: 1.01; }
.hero-lede { max-width: 680px; }
.hero-panel { min-height: 505px; justify-content: flex-start; }
.hero-panel::after { pointer-events: none; }
.panel-kicker { margin: 0 0 28px; }
.promise-nav { display: grid; position: relative; z-index: 1; }
.promise-nav a { display: grid; grid-template-columns: 1fr 18px; gap: 6px 15px; padding: 17px 0; border-top: 1px solid rgba(0,48,85,.35); text-decoration: none; }
.promise-nav a::after { content: "↗"; grid-column: 2; grid-row: 1 / 3; font-size: 1.1rem; font-weight: 700; align-self: center; }
.promise-nav a:last-child { border-bottom: 1px solid rgba(0,48,85,.35); }
.promise-nav a:hover strong, .promise-nav a:focus-visible strong { text-decoration: underline; text-underline-offset: 4px; }
.promise-nav a:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.promise-nav strong { font-size: clamp(1.25rem, 1.8vw, 1.75rem); letter-spacing: -.035em; }
.promise-nav span { font-size: .91rem; line-height: 1.45; }
.section-ink .section-intro { align-items: start; }
.section-ink .section-intro p:not(.eyebrow) { align-self: end; }
.service-grid article { scroll-margin-top: 25px; }
.service-grid p { font-size: 1rem; }
.contact > p:not(.eyebrow) { max-width: 780px; margin-left: auto; margin-right: auto; line-height: 1.65; }
@media (max-width: 1100px) { .hero h1 { font-size: clamp(3.4rem, 5.8vw, 5.2rem); } }
@media (max-width: 700px) { .hero h1 { font-size: clamp(3rem, 10vw, 4.7rem); } .hero-panel { min-height: 0; } .promise-nav a { padding: 18px 0; } }
