:root {
  --navy: #16426f;
  --navy-2: #2a5a88;
  --blue: #1265d8;
  --blue-bright: #2c8cff;
  --sky: #dcecff;
  --ice: #f4f8fc;
  --white: #ffffff;
  --ink: #10243c;
  --muted: #607189;
  --line: #dce5ef;
  --gold: #e6b85c;
  --shadow: 0 28px 70px rgba(5, 27, 53, .18);
  --radius: 22px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 9999; background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.utility-bar { background: linear-gradient(90deg, #0e315d, #164472); color: #d6e6f7; font-size: .82rem; letter-spacing: .03em; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-left, .utility-links { display: flex; gap: 12px; align-items: center; }
.utility-left span:first-child { color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; }
.utility-links a { color: #fff; font-weight: 700; }
.utility-links a[href^="tel:"] { font-size: 1.02rem; letter-spacing: .015em; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(6,27,53,.08); }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, rgba(18,101,216,0), rgba(18,101,216,.35), rgba(18,101,216,0)); }
.nav { min-height: 96px; display: flex; align-items: center; gap: 28px; padding: 10px 0; }
.brand { display: inline-flex; align-items: center; gap: 14px; margin-right: auto; flex: 0 0 auto; }
.nav-links { display: flex; align-items: center; gap: 27px; }

.brand-lockup { display: inline-flex; align-items: center; gap: 16px; margin-right: auto; flex: 0 0 auto; }
.brand-emblem { width: 74px; height: 74px; object-fit: contain; display: block; }
.brand-stack { display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; }
.brand-name { font: 700 2.82rem var(--serif); letter-spacing: .01em; color: var(--navy); white-space: nowrap; }
.brand-tagline { margin-top: 5px; font: 800 .88rem var(--sans); letter-spacing: .26em; text-transform: uppercase; color: #1265d8; white-space: nowrap; position: relative; padding: 0 15px; }
.brand-tagline::before, .brand-tagline::after { content: ""; position: absolute; top: 50%; width: 12px; height: 1px; background: currentColor; opacity: .65; }
.brand-tagline::before { left: 0; }
.brand-tagline::after { right: 0; }
.footer-brand { margin-right: 0; align-items: center; gap: 16px; }
.footer-logo-shell { display: inline-flex; align-items: center; justify-content: center; padding: 10px; border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.footer-emblem { width: 58px; height: 58px; }
.footer-stack { align-items: center; }
.footer-name { font-size: 2rem; color: #fff; }
.footer-tagline { color: #7fc0ff; }
.footer-tagline::before, .footer-tagline::after { background: #9dc8ff; }
.nav-links a { font-size: .92rem; font-weight: 600; color: #2d4158; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--blue); transition: width .25s ease; }
.nav-links a:hover::after { width: 100%; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--blue-bright), var(--blue)); color: #fff; font-weight: 700; box-shadow: 0 12px 30px rgba(18,101,216,.28); transition: transform .25s ease, box-shadow .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(18,101,216,.36); }
.button-small { min-height: 43px; padding: 0 19px; font-size: .85rem; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--ice); padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { min-height: 780px; position: relative; isolation: isolate; display: grid; align-items: center; color: #fff; overflow: hidden; }
.hero-photo, .hero-overlay, .hero-grid { position: absolute; inset: 0; }
.hero-photo { z-index: -3; background-image: url("assets/joe-deliso-court-hero.webp"); background-size: cover; background-position: center center; background-repeat: no-repeat; filter: saturate(1.02) contrast(1.02) brightness(1.03); }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(8,35,67,.88) 0%, rgba(15,57,101,.72) 39%, rgba(25,82,137,.28) 61%, rgba(25,82,137,.06) 79%, rgba(11,42,75,.14) 100%), linear-gradient(0deg, rgba(8,35,67,.28), transparent 48%); }
.hero-grid { z-index: -1; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent 68%); }
.hero-content { position: relative; z-index: 2; display: block; padding: 125px 0 110px; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; }
.eyebrow.light { color: #9ccaff; }
h1, h2, h3 { margin: 0; line-height: 1.12; }
h1 { font: 700 clamp(3rem, 6vw, 5.65rem) var(--serif); max-width: 880px; letter-spacing: -.035em; }
h2 { font: 700 clamp(2.1rem, 4vw, 3.65rem) var(--serif); letter-spacing: -.025em; }
h3 { font: 700 1.45rem var(--serif); }
.hero-lead { max-width: 760px; font-size: 1.2rem; color: #d6e4f4; margin: 25px 0 30px; }
.hero-lead-secondary { max-width: 720px; margin: -16px 0 30px; color: #b9cde2; font-size: .98rem; line-height: 1.6; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.text-link { font-weight: 700; color: #fff; display: inline-flex; gap: 10px; align-items: center; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link.dark { color: var(--blue); }
.hero-trust { display: flex; gap: 35px; margin-top: 45px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-trust div { display: grid; }
.hero-trust strong { font-size: 1.45rem; color: #fff; }
.hero-trust span { font-size: .82rem; color: #b8cbe0; }
.scroll-cue { position: absolute; z-index: 2; left: 40px; bottom: 30px; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: #b9cde4; display: flex; align-items: center; gap: 10px; }
.scroll-cue span { width: 40px; height: 1px; background: #83bfff; position: relative; overflow: hidden; }
.scroll-cue span::after { content: ""; position: absolute; width: 12px; height: 1px; background: #fff; animation: scrollLine 2s infinite; }
@keyframes scrollLine { from { left: -12px; } to { left: 45px; } }

.focus-strip { background: var(--white); box-shadow: 0 -15px 35px rgba(4,26,52,.08); position: relative; z-index: 3; }
.focus-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.focus-grid a { min-height: 156px; padding: 28px 22px; border-right: 1px solid var(--line); display: grid; align-content: center; transition: background .25s ease, transform .25s ease; }
.focus-grid a:first-child { border-left: 1px solid var(--line); }
.focus-grid a:hover { background: var(--ice); transform: translateY(-5px); }
.focus-grid span { color: var(--blue); font-size: .72rem; letter-spacing: .15em; }
.focus-grid strong { font: 700 1.18rem var(--serif); margin: 7px 0; }
.focus-grid em { color: var(--muted); font-style: normal; font-size: .82rem; line-height: 1.4; }

.section { padding: 110px 0; }
.two-column { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: start; }
.intro-copy { font-size: 1.08rem; color: var(--muted); }
.intro-copy p:first-child { margin-top: 0; }
.section-intro { background: linear-gradient(180deg, #fff, var(--ice)); }
.practice-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 710px; }
.practice-image { min-height: 650px; background-size: cover; background-position: center; }
.nursing-image { background: linear-gradient(145deg, #eaf2f8 0%, #f7fbff 58%, #e4eef7 100%); background-position: center center; display: flex; align-items: center; justify-content: center; padding: 42px; }
.practice-content { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(40px, 7vw, 110px); background: var(--navy); color: #fff; }
.practice-content p:not(.eyebrow) { color: #c6d7e9; max-width: 670px; font-size: 1.05rem; }
.issue-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin: 25px 0 32px; }
.issue-list span { position: relative; padding-left: 18px; color: #edf5fc; font-size: .9rem; }
.issue-list span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-bright); position: absolute; left: 0; top: .62em; }
.practice-content .text-link { color: #8fc4ff; }

.dark-section { background: linear-gradient(145deg, #225386, #3d78b0); color: #fff; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.section-heading > p { color: var(--muted); margin: 0; }
.dark-section .section-heading > p { color: #d9e6f3; }
.vehicle-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: auto auto; gap: 22px; }
.vehicle-card.large { grid-row: span 2; background: #fff; border-radius: var(--radius); color: var(--ink); overflow: hidden; box-shadow: var(--shadow); }
.vehicle-photo { min-height: 310px; background-size: cover; background-position: center; }
.car-photo { background-position: center 58%; background-image: linear-gradient(rgba(7,31,58,.05), rgba(7,31,58,.15)), url("https://images.pexels.com/photos/6442699/pexels-photo-6442699.jpeg?cs=srgb&dl=pexels-divineleaders-6442699.jpg&fm=jpg"); }
.vehicle-copy { padding: 30px; }
.vehicle-copy > span, .mini-card > span { font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; color: var(--blue); }
.vehicle-copy h3 { margin: 8px 0 12px; font-size: 1.8rem; }
.vehicle-copy p { color: var(--muted); margin-bottom: 0; }
.mini-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 30px; transition: background .25s ease, transform .25s ease; }
.mini-card:hover { background: rgba(255,255,255,.11); transform: translateY(-5px); }
.mini-card h3 { margin: 9px 0; }
.mini-card p { color: #bed0e2; margin: 0; font-size: .9rem; }

.split-practices { display: grid; grid-template-columns: 1fr 1fr; }
.split-panel { min-height: 640px; position: relative; display: flex; align-items: end; background-size: cover; background-position: center; overflow: hidden; }
.construction-panel { background: linear-gradient(145deg, #123d69, #2b6598); }
.premises-panel { background: linear-gradient(145deg, #1b4b77, #3979ad); }
.sidewalk-panel { background: linear-gradient(145deg, #244f78, #2f6d9f); }
.panel-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,28,51,.30), rgba(255,255,255,.03)); transition: background .35s ease; }
.split-panel:hover .panel-overlay { background: linear-gradient(0deg, rgba(6,28,51,.42), rgba(255,255,255,.06)); }
.panel-content { position: relative; z-index: 2; color: #fff; padding: 55px clamp(35px, 6vw, 80px); max-width: 700px; }
.panel-content > span { color: #9dcaff; text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 700; }
.panel-content h2 { font-size: clamp(2rem, 3.2vw, 3.15rem); margin: 10px 0 14px; }
.panel-content p { color: #d5e3f1; }
.panel-content a { color: #fff; font-weight: 700; }

.results-section { background: var(--ice); }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.result-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.result-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(6,27,53,.1); border-color: #b9d4ef; }
.result-card.featured { color: #fff; background: linear-gradient(145deg, var(--blue), var(--navy)); border: 0; }
.result-card span { font-size: .77rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); font-weight: 700; }
.result-card.featured span { color: #afd5ff; }
.result-card strong { font: 700 clamp(2rem, 3vw, 3.15rem) var(--serif); color: var(--navy); margin: 7px 0; }
.result-card.featured strong { color: #fff; }
.result-card p { color: var(--muted); margin: 0; font-size: .88rem; }
.result-card.featured p { color: #d1e5f8; }

.review-section { background: var(--navy); color: #fff; padding: 110px 0; }
.review-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.review-summary > p:last-child { color: #b8cbe0; }
.google-review-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; font-weight: 700; transition: background .25s ease, transform .25s ease; }
.google-review-link:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }
.google-review-link span { font-size: 1.05rem; }
.review-disclaimer { margin-top: 18px; font-size: .76rem; line-height: 1.55; color: #9fb6cd !important; }
.rating { display: flex; align-items: center; gap: 20px; margin: 28px 0; }
.rating > strong { font: 700 4.2rem var(--serif); line-height: 1; }
.rating div { display: grid; }
.rating span { color: var(--gold); letter-spacing: .15em; }
.rating small { color: #a8bed5; }
.review-carousel { position: relative; background: #fff; color: var(--ink); border-radius: var(--radius); padding: 50px 70px 62px; box-shadow: var(--shadow); min-height: 355px; display: grid; align-items: center; }
.review-track { position: relative; min-height: 190px; }
.review { position: absolute; inset: 0; opacity: 0; transform: translateX(18px); transition: opacity .45s ease, transform .45s ease; pointer-events: none; margin: 0; }
.review.active { opacity: 1; transform: none; pointer-events: auto; }
.review p { font: 600 clamp(1.35rem, 2.2vw, 2rem) var(--serif); line-height: 1.42; margin: 0 0 25px; }
.review footer { color: var(--blue); font-weight: 700; }
.review-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--navy); cursor: pointer; z-index: 3; }
.review-arrow.previous { left: 16px; }
.review-arrow.next { right: 16px; }
.review-dots { position: absolute; bottom: 24px; left: 70px; display: flex; gap: 8px; }
.review-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: #c8d4e1; padding: 0; cursor: pointer; }
.review-dots button.active { width: 25px; border-radius: 999px; background: var(--blue); }
.review-source-link { position: absolute; right: 70px; bottom: 18px; color: var(--blue); font-size: .78rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.about-section { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.portrait-wrap { position: relative; max-width: 500px; }
.portrait-wrap img { position: relative; z-index: 2; border-radius: 24px; width: 100%; box-shadow: var(--shadow); filter: contrast(1.03); }
.portrait-accent { position: absolute; inset: 35px -35px -35px 35px; background: linear-gradient(145deg, var(--sky), var(--blue)); border-radius: 24px; }
.portrait-caption { position: absolute; z-index: 3; left: 24px; bottom: 24px; background: rgba(255,255,255,.94); border-radius: 14px; padding: 13px 17px; display: grid; min-width: 180px; box-shadow: 0 12px 30px rgba(6,27,53,.18); }
.portrait-caption strong { font-family: var(--serif); }
.portrait-caption span { color: var(--blue); font-size: .78rem; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.about-points { margin-top: 30px; display: grid; gap: 14px; }
.about-points div { padding: 18px 20px; background: var(--ice); border-left: 3px solid var(--blue); display: grid; }
.about-points span { color: var(--muted); font-size: .86rem; }
.team-feature { width: min(1240px, calc(100% - 40px)); margin: 90px auto 0; display: grid; grid-template-columns: minmax(430px, 520px) minmax(0, 1fr); gap: 42px; align-items: center; padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, #ffffff, var(--ice)); box-shadow: 0 22px 55px rgba(6,27,53,.10); }
.team-feature-photo-pair { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.team-feature-photo { overflow: hidden; border-radius: 18px; background: #e9f1f8; width: 100%; margin: 0; box-shadow: 0 14px 34px rgba(6,27,53,.12); }
.team-feature-photo img { width: 100%; aspect-ratio: 1 / 1; display: block; object-fit: cover; object-position: center; }
.team-feature-photo figcaption { padding: 9px 12px 10px; background: #fff; color: var(--navy); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-align: center; }
.team-feature-copy { padding: 10px 10px 10px 0; }
.team-feature-copy h3 { color: var(--navy); font-size: clamp(1.8rem, 2.9vw, 2.6rem); }
.team-role { margin: 9px 0 18px; color: var(--blue); font-weight: 700; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
.team-feature-copy > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1rem; }
.team-video-feature { margin-top: 36px; display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: 42px; align-items: center; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 22px 55px rgba(6,27,53,.09); }
.team-video-heading h3 { color: var(--navy); font-size: clamp(1.85rem, 3vw, 2.75rem); }
.team-video-heading > p:last-child { color: var(--muted); margin-bottom: 0; }
.team-video-frame { overflow: hidden; border-radius: 20px; background: var(--navy); box-shadow: 0 18px 42px rgba(6,27,53,.18); }
.team-video-frame video { width: 100%; aspect-ratio: 1 / 1; display: block; object-fit: cover; background: #071522; }

.borough-section { background: linear-gradient(115deg, #59a6f4, #2d6197); padding: 80px 0; color: #fff; }
.borough-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.borough-copy p:last-child { color: #c8dbef; }
.boroughs { display: flex; flex-wrap: wrap; gap: 13px; justify-content: flex-end; }
.boroughs span { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); border-radius: 999px; padding: 13px 20px; font-weight: 700; backdrop-filter: blur(10px); }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.accordion details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.accordion summary { list-style: none; cursor: pointer; font-weight: 700; color: var(--navy); position: relative; padding-right: 35px; font-size: 1.03rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; top: -3px; font-size: 1.7rem; color: var(--blue); font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion p { color: var(--muted); }

.contact-section { position: relative; isolation: isolate; color: #fff; padding: 110px 0; overflow: hidden; }
.contact-bg { position: absolute; inset: 0; z-index: -2; background: linear-gradient(100deg, rgba(22,66,111,.74), rgba(74,140,204,.48)), url("https://images.unsplash.com/photo-1619046339188-7256ecfb2185?auto=format&fit=crop&fm=jpg&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&ixlib=rb-4.1.0&q=60&w=3000") center/cover; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: #c4d5e6; max-width: 520px; }
.phone-display { display: inline-block; font: 700 clamp(2.35rem, 4.6vw, 3.8rem) var(--serif); margin: 25px 0 12px; letter-spacing: -.015em; }
.contact-copy address { color: #b7cce1; font-style: normal; }
.contact-form { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 35px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 15px; font-size: .82rem; font-weight: 700; color: #344b64; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #cfdae6; border-radius: 10px; padding: 12px 13px; background: #fbfdff; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,101,216,.12); }
.contact-form .consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 400; line-height: 1.45; }
.contact-form .consent input { width: 17px; height: 17px; margin-top: 2px; }
.form-button { width: 100%; }
.form-status { margin: 12px 0 0; min-height: 22px; color: var(--blue); font-weight: 700; text-align: center; }

.site-footer { background: #2a5885; color: #e1ebf5; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 45px; }

.footer-grid h3 { font: 700 1rem var(--serif); color: #fff; margin-bottom: 16px; }
.footer-grid a, .footer-grid span { display: block; margin: 7px 0; }
.footer-grid a:hover { color: #fff; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 22px; display: grid; grid-template-columns: 1fr auto; gap: 35px; font-size: .72rem; color: #7f97af; }
.footer-legal p { margin: 0; }
.photo-credits { font-size: .65rem; color: #5f7890; margin-top: 14px; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  .brand-emblem { width: 68px; height: 68px; }
  .brand-name { font-size: 2.42rem; }
  .brand-tagline { font-size: .80rem; letter-spacing: .24em; }
  .nav-links { gap: 18px; }
  .nav-cta { display: none; }
  .hero-copy { max-width: 680px; }
  .focus-grid { grid-template-columns: repeat(2, 1fr); }
  .vehicle-grid { grid-template-columns: 1fr 1fr; }
  .vehicle-card.large { grid-row: span 3; }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .review-layout, .about-grid, .borough-layout, .faq-layout, .contact-layout { gap: 55px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .hero-photo { background-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,35,67,.92) 0%, rgba(15,57,101,.77) 58%, rgba(18,65,111,.42) 100%), linear-gradient(0deg, rgba(8,35,67,.35), transparent 50%); }
  body { padding-bottom: 58px; }
  .utility-bar { display: none; }
  .nav { min-height: 84px; }
  .brand-lockup { gap: 12px; }
  .brand-emblem { width: 56px; height: 56px; }
  .brand-name { font-size: 2rem; }
  .brand-tagline { margin-top: 4px; font-size: .67rem; letter-spacing: .20em; padding: 0 10px; }
  .brand-tagline::before, .brand-tagline::after { width: 10px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 82px; left: 0; right: 0; background: #fff; box-shadow: 0 20px 30px rgba(6,27,53,.14); display: grid; gap: 0; padding: 8px 20px 18px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .2s ease; }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: 760px; }
  .hero-content { padding: 95px 0 80px; }
  h1 { font-size: clamp(2.7rem, 11vw, 4.7rem); }
  .hero-trust { gap: 19px; }
  .focus-grid { grid-template-columns: 1fr 1fr; }
  .focus-grid a { min-height: 135px; }
  .two-column, .practice-feature, .section-heading, .review-layout, .about-grid, .borough-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .two-column, .section-heading { gap: 28px; }
  .practice-feature { min-height: auto; }
  .practice-image { min-height: 430px; }
  .practice-content { padding: 70px 35px; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-card.large { grid-row: auto; }
  .split-practices { grid-template-columns: 1fr; }
  .split-panel { min-height: 520px; }
  .review-layout, .about-grid, .borough-layout, .faq-layout, .contact-layout { gap: 45px; }
  .team-feature { grid-template-columns: 1fr; gap: 22px; margin-top: 65px; padding: 20px; }
  .team-feature-photo-pair { width: min(100%, 560px); margin: 0 auto; }
  .team-feature-copy { padding: 5px 8px 15px; text-align: center; }
  .team-video-feature { grid-template-columns: 1fr; gap: 24px; padding: 20px; text-align: center; }
  .boroughs { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .mobile-call { display: flex; position: fixed; z-index: 1000; left: 0; right: 0; bottom: 0; min-height: 58px; align-items: center; justify-content: center; background: var(--blue); color: #fff; font-weight: 700; box-shadow: 0 -10px 30px rgba(6,27,53,.22); }
}

@media (max-width: 560px) {
  .team-feature { padding: 14px; border-radius: 20px; }
  .team-feature-photo { border-radius: 15px; }
  .team-video-feature { padding: 14px; border-radius: 20px; }
  .team-video-frame { border-radius: 15px; }
  .hero-photo { background-position: 85% center; }
  .container { width: min(100% - 28px, 1180px); }
  .brand { gap: 10px; }
  .brand-lockup { gap: 10px; }
  .brand-emblem { width: 46px; height: 46px; }
  .brand-name { font-size: 1.56rem; }
  .brand-tagline { margin-top: 3px; font-size: .57rem; letter-spacing: .17em; padding: 0 7px; }
  .brand-tagline::before, .brand-tagline::after { width: 6px; }
  .footer-brand { gap: 12px; }
  .footer-emblem { width: 46px; height: 46px; }
  .footer-name { font-size: 1.45rem; }
  .footer-tagline { font-size: .56rem; }
  .hero { min-height: 760px; }
  .hero-lead { font-size: 1.03rem; }
  .hero-lead-secondary { margin-top: -12px; font-size: .91rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-trust strong { font-size: 1.15rem; }
  .hero-trust span { font-size: .68rem; }
  .scroll-cue { display: none; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-grid a { border-left: 1px solid var(--line); min-height: 120px; }
  .section { padding: 78px 0; }
  .issue-list { grid-template-columns: 1fr; }
  .practice-image { min-height: 360px; }
  .results-grid { grid-template-columns: 1fr; }
  .review-carousel { padding: 42px 48px 60px; }
  .review-arrow { width: 36px; height: 36px; }
  .review-arrow.previous { left: 7px; }
  .review-arrow.next { right: 7px; }
  .review-dots { left: 48px; }
  .review-source-link { right: 48px; font-size: .72rem; }
  .portrait-accent { inset: 20px -12px -20px 15px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { grid-template-columns: 1fr; gap: 12px; }
}

/* August 2026 visual emphasis updates */
.nav { min-height: 112px; padding: 11px 0; }
.brand-logo { height: 88px; width: auto; max-width: 425px; }

.hero-review-badge {
  width: fit-content;
  max-width: 100%;
  margin: 24px 0 4px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 16px;
  background: rgba(5,27,53,.42);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.hero-review-badge:hover { transform: translateY(-2px); background: rgba(18,101,216,.48); border-color: rgba(255,255,255,.52); }
.hero-stars { color: #ffd978; font-size: 1.05rem; letter-spacing: .08em; white-space: nowrap; }
.hero-review-badge > span:nth-child(2) { display: grid; line-height: 1.22; }
.hero-review-badge strong { color: #fff; font-size: .9rem; }
.hero-review-badge small { color: #cfe3f8; font-size: .74rem; }
.hero-review-badge b { color: #fff; font-size: 1.15rem; margin-left: 4px; }

.review-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(44,140,255,.26), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(18,101,216,.22), transparent 30%),
    linear-gradient(125deg, #2a6399 0%, #4a89c4 56%, #2f6ca3 100%);
  position: relative;
  overflow: hidden;
}
.review-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 54px 54px;
}
.review-section .container { position: relative; z-index: 1; }

.results-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, #173a5d 0px, #23557e 105px, rgba(35,85,126,0) 245px),
    radial-gradient(circle at 8% 18%, rgba(44,140,255,.26), transparent 31%),
    radial-gradient(circle at 92% 85%, rgba(18,101,216,.26), transparent 28%),
    linear-gradient(135deg, #2b608f 0%, #477fb2 52%, #31699d 100%);
  box-shadow: none;
}
.results-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(115deg, transparent 0 47%, rgba(255,255,255,.05) 47% 48%, transparent 48% 100%),
    radial-gradient(circle at center, rgba(255,255,255,.12) 1px, transparent 1.5px);
  background-size: 100% 100%, 28px 28px;
}
.results-section .container { position: relative; z-index: 1; }
.results-section .section-heading h2 { color: #fff; }
.results-section .section-heading > p { color: #e3eef9; }
.results-section .eyebrow { color: #d3eaff; }
.results-grid { gap: 24px; }
.result-card {
  position: relative;
  min-height: 250px;
  padding: 34px;
  border: 1px solid rgba(183,215,246,.24);
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  box-shadow: 0 22px 55px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  overflow: hidden;
}
.result-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #2c8cff, #8fc7ff, #e6b85c);
  transform-origin: left;
  transition: transform .28s ease;
}
.result-card::after {
  content: "";
  position: absolute;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  right: -70px;
  top: -70px;
  background: rgba(44,140,255,.12);
  transition: transform .3s ease, background .3s ease;
}
.result-card:hover {
  transform: translateY(-8px);
  border-color: rgba(143,199,255,.55);
  box-shadow: 0 30px 70px rgba(0,0,0,.34), 0 0 0 1px rgba(44,140,255,.16);
}
.result-card:hover::after { transform: scale(1.22); background: rgba(44,140,255,.21); }
.result-card span { position: relative; z-index: 1; color: #9ed0ff; font-size: .79rem; }
.result-card strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(2.35rem, 3.7vw, 4rem);
  line-height: 1;
  margin: 13px 0 16px;
  text-shadow: 0 8px 26px rgba(0,0,0,.28);
}
.result-card p { position: relative; z-index: 1; color: #c8dced; font-size: .92rem; }
.result-card.featured {
  background: linear-gradient(145deg, rgba(44,140,255,.98), rgba(18,101,216,.9) 48%, rgba(6,27,53,.96));
  border: 1px solid rgba(230,184,92,.72);
  box-shadow: 0 28px 70px rgba(0,0,0,.34), 0 0 36px rgba(44,140,255,.22);
}
.result-card.featured::before { height: 7px; background: linear-gradient(90deg, #e6b85c, #fff2c9, #e6b85c); }
.result-card.featured span { color: #e4f2ff; }
.result-card.featured strong { color: #fff1c5; font-size: clamp(2.35rem, 3.85vw, 3.9rem); line-height: .96; }
.result-card.featured p { color: #edf7ff; }

.footer-logo-shell { background: transparent; box-shadow: none; padding: 0; }
.footer-logo { height: 64px; max-width: 330px; }

@media (max-width: 1120px) {
  .brand-logo { height: 76px; max-width: 360px; }
  .nav { min-height: 102px; }
  .nav-links { gap: 16px; }
}

@media (max-width: 900px) {
  .brand-logo { height: 64px; max-width: 310px; }
  .nav { min-height: 88px; }
  .nav-links { top: 88px; }
}

@media (max-width: 560px) {
  .brand-logo { height: 52px; max-width: 255px; }
  .nav { min-height: 78px; }
  .nav-links { top: 78px; }
  .hero-review-badge { width: 100%; justify-content: center; }
  .hero-stars { font-size: .9rem; }
  .result-card, .result-card.featured { min-height: 225px; padding: 28px; }
  .footer-logo { height: 54px; max-width: 275px; }
}

/* Recovery links and detail page */
.result-card { text-decoration: none; }
.result-card em { position: relative; z-index: 1; margin-top: 20px; color: #ffffff; font-style: normal; font-size: .82rem; font-weight: 700; letter-spacing: .02em; display: inline-flex; align-items: center; gap: 8px; }
.result-card em b { font-size: 1rem; transition: transform .2s ease; }
.result-card:hover em b { transform: translateX(4px); }
.results-all { display: flex; justify-content: center; margin-top: 38px; }
.results-button { background: #fff; color: var(--navy); box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.results-button:hover { color: var(--navy); }

.recovery-page { background: #f5f9fd; }
.recovery-hero { position: relative; overflow: hidden; padding: 105px 0 95px; color: #fff; background: radial-gradient(circle at 84% 18%, rgba(74,153,245,.34), transparent 27%), linear-gradient(128deg, #0a2b52 0%, #15518c 58%, #0b315d 100%); }
.recovery-hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 62px 62px; }
.recovery-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.recovery-hero h1 { margin: 8px 0 20px; max-width: 720px; }
.recovery-hero p:not(.eyebrow) { max-width: 720px; color: #d5e7f8; font-size: 1.08rem; }
.recovery-hero aside { border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(255,255,255,.1); padding: 24px; backdrop-filter: blur(12px); display: grid; gap: 8px; }
.recovery-hero aside strong { font-family: var(--serif); font-size: 1.1rem; }
.recovery-hero aside span { color: #cfe2f5; font-size: .86rem; }

.recovery-details-section { background: linear-gradient(180deg, #f7fbff 0%, #edf5fc 100%); }
.recovery-details-grid { display: grid; gap: 30px; }
.recovery-detail { scroll-margin-top: 135px; position: relative; overflow: hidden; background: #fff; border: 1px solid #d8e6f2; border-radius: 24px; padding: 42px; box-shadow: 0 18px 45px rgba(8,37,74,.09); }
.recovery-detail::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; background: linear-gradient(180deg, var(--blue-bright), var(--blue)); }
.recovery-detail.featured-detail { border-color: #69b3ff; box-shadow: 0 24px 65px rgba(18,101,216,.17); }
.recovery-detail.featured-detail::after { content: "Featured Recovery"; position: absolute; top: 20px; right: -42px; transform: rotate(35deg); background: #e6b85c; color: #08254a; padding: 6px 50px; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.recovery-detail-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 16px; padding-right: 75px; }
.recovery-detail-top span { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.recovery-detail-top strong { color: var(--navy); font: 700 clamp(2rem, 4.25vw, 3.45rem) var(--serif); line-height: 1; white-space: nowrap; }
.recovery-detail h2 { font-size: clamp(1.55rem, 2.4vw, 2.3rem); margin: 0 0 14px; color: var(--navy); }
.recovery-detail > p { color: var(--muted); max-width: 920px; font-size: 1.02rem; }
.recovery-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 27px 0; }
.recovery-facts span { background: #f1f7fd; border: 1px solid #dbe9f5; border-radius: 13px; padding: 15px 17px; color: #4b6178; font-size: .84rem; }
.recovery-facts b { display: block; color: var(--navy); margin-bottom: 4px; }
.recovery-detail > a { color: var(--blue); font-weight: 800; }
.recovery-detail > a:hover { text-decoration: underline; text-underline-offset: 4px; }

.recovery-cta { color: #fff; padding: 78px 0; background: linear-gradient(115deg, #2a7fe8, #0a2d57); }
.recovery-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.recovery-cta h2 { margin: 7px 0 12px; color: #fff; }
.recovery-cta p:not(.eyebrow) { color: #d6e8f8; max-width: 700px; }
.recovery-cta-inner > div:last-child { display: grid; gap: 16px; text-align: center; }
.recovery-phone { color: #fff; font-weight: 800; font-size: 1.12rem; }

@media (max-width: 820px) {
  .recovery-hero { padding: 80px 0 70px; }
  .recovery-hero-inner { grid-template-columns: 1fr; gap: 35px; }
  .recovery-detail { padding: 32px 28px; }
  .recovery-detail-top { align-items: flex-start; flex-direction: column; gap: 10px; padding-right: 55px; }
  .recovery-facts { grid-template-columns: 1fr; }
  .recovery-cta-inner { grid-template-columns: 1fr; }
  .recovery-cta-inner > div:last-child { justify-items: start; text-align: left; }
}

@media (max-width: 560px) {
  .recovery-detail { padding: 28px 22px 28px 26px; }
  .recovery-detail.featured-detail::after { display: none; }
  .recovery-detail-top { padding-right: 0; }
  .recovery-detail-top strong { font-size: 2.2rem; }
  .results-button { width: 100%; }
}

.email-display { display: block; width: fit-content; margin: 2px 0 14px; color: #d7e9fb; font-weight: 700; font-size: 1rem; text-decoration: underline; text-underline-offset: 4px; }
.email-display:hover { color: #fff; }
.recovery-email { display: block; margin-top: 8px; color: #d7e9fb; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.recovery-email:hover { color: #fff; }


/* Continuously moving homepage recovery carousel */
.results-carousel { position: relative; margin-top: 8px; }
.results-marquee {
  overflow: hidden;
  padding: 10px 0 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}
.results-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: resultsMarquee 48s linear infinite;
}
.results-set { display: flex; gap: 24px; padding-right: 24px; }
.results-carousel .result-card {
  flex: 0 0 clamp(285px, 31vw, 390px);
  width: clamp(285px, 31vw, 390px);
  min-height: 270px;
}
.results-carousel:hover .results-track,
.results-carousel:focus-within .results-track,
.results-carousel.is-paused .results-track { animation-play-state: paused; }
.results-carousel.is-reversed .results-track { animation-direction: reverse; }
@keyframes resultsMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.results-carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 18px 0 4px;
  flex-wrap: wrap;
}
.results-carousel-controls button {
  min-height: 37px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.results-carousel-controls button:hover,
.results-carousel-controls button.active {
  background: rgba(255,255,255,.2);
  border-color: rgba(255,255,255,.65);
  transform: translateY(-1px);
}
.result-card.new-result::before { background: linear-gradient(90deg, #9ed0ff, #fff, #9ed0ff); }
.result-card.new-result strong { color: #fff1c5; }
@media (max-width: 820px) {
  .results-carousel .result-card { flex-basis: min(78vw, 340px); width: min(78vw, 340px); }
  .results-track { animation-duration: 42s; }
}
@media (max-width: 560px) {
  .results-marquee { -webkit-mask-image: none; mask-image: none; }
  .results-carousel .result-card { flex-basis: 84vw; width: 84vw; }
  .results-carousel-controls button { font-size: .76rem; padding: 0 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .results-track { animation: none; transform: none; }
  .results-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .results-carousel-controls { display: none; }
}


/* Moving areas-of-practice carousel */
.practice-carousel-section {
  padding: 88px 0 78px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fe 100%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.carousel-section-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 34px;
}
.carousel-section-heading > p { margin: 0; color: var(--muted); }
.practice-carousel { position: relative; }
.practice-marquee {
  overflow: hidden;
  padding: 10px 0 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}
.practice-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: practiceMarquee 34s linear infinite;
}
.practice-set { display: flex; gap: 22px; padding-right: 22px; }
.practice-scroll-card {
  flex: 0 0 clamp(285px, 29vw, 365px);
  width: clamp(285px, 29vw, 365px);
  min-height: 275px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #cfe0ef;
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 38px rgba(18,66,111,.08);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.practice-scroll-card.featured {
  background: linear-gradient(145deg, #edf7ff, #ffffff);
  border-color: #9cccf6;
}
.practice-scroll-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(18,66,111,.14);
  border-color: #7ab8ee;
}
.practice-scroll-number {
  color: var(--blue);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.practice-scroll-card strong {
  margin: 28px 0 12px;
  color: var(--navy);
  font: 700 1.55rem/1.18 var(--serif);
}
.practice-scroll-card em {
  color: var(--muted);
  font-style: normal;
  font-size: .9rem;
}
.practice-scroll-card b {
  margin-top: auto;
  padding-top: 22px;
  color: var(--blue);
  font-size: .86rem;
}
.practice-scroll-card i { font-style: normal; }
.practice-carousel:hover .practice-track,
.practice-carousel:focus-within .practice-track,
.practice-carousel.is-paused .practice-track { animation-play-state: paused; }
.practice-carousel.is-reversed .practice-track { animation-direction: reverse; }
@keyframes practiceMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.practice-carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.practice-carousel-controls button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #a9c8e3;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.practice-carousel-controls button:hover,
.practice-carousel-controls button.active {
  background: var(--sky);
  border-color: #6faee5;
  transform: translateY(-1px);
}

/* Compact homepage contact box */
.quick-contact-section {
  padding: 82px 0;
  background: linear-gradient(125deg, #eaf5ff 0%, #ffffff 58%, #edf7ff 100%);
  border-bottom: 1px solid var(--line);
}
.quick-contact-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  align-items: center;
}
.quick-contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 530px; }
.quick-contact-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; }
.quick-contact-links a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.quick-contact-form {
  padding: 28px;
  border: 1px solid #c9ddec;
  border-radius: 22px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 20px 52px rgba(18,66,111,.12);
}
.quick-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quick-contact-form label { display: grid; gap: 7px; margin-bottom: 14px; color: #344b64; font-size: .8rem; font-weight: 700; }
.quick-contact-form input,
.quick-contact-form select {
  width: 100%;
  min-height: 47px;
  padding: 11px 12px;
  border: 1px solid #cbd9e6;
  border-radius: 10px;
  background: #fbfdff;
  color: var(--ink);
  outline: none;
}
.hero-contact-form textarea { min-height: 72px; resize: vertical; line-height: 1.35; }
.quick-contact-form input:focus,
.quick-contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,101,216,.12); }
.quick-form-button { width: 100%; }
.quick-contact-note { margin: 13px 0 0; color: #718397; font-size: .7rem; line-height: 1.5; text-align: center; }
.quick-form-status { min-height: 22px; margin: 8px 0 0; color: var(--blue); font-size: .82rem; font-weight: 700; text-align: center; }

@media (max-width: 820px) {
  .carousel-section-heading, .quick-contact-layout { grid-template-columns: 1fr; gap: 28px; }
  .practice-scroll-card { flex-basis: min(78vw, 340px); width: min(78vw, 340px); }
  .practice-track { animation-duration: 31s; }
}
@media (max-width: 560px) {
  .practice-carousel-section, .quick-contact-section { padding: 68px 0; }
  .practice-marquee { -webkit-mask-image: none; mask-image: none; }
  .practice-scroll-card { flex-basis: 84vw; width: 84vw; min-height: 255px; }
  .practice-carousel-controls button { padding: 0 12px; font-size: .76rem; }
  .quick-field-row { grid-template-columns: 1fr; gap: 0; }
  .quick-contact-form { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .practice-track { animation: none; transform: none; }
  .practice-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .practice-carousel-controls { display: none; }
}


/* Hero contact-card preview */
.hero-contact-card {
  position: absolute;
  z-index: 6;
  right: max(0px, calc((100vw - 1180px) / 2 - 30px));
  bottom: 20px;
  width: min(370px, calc(100% - 40px));
  padding: 21px 23px 16px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 20px 20px 34px 34px;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 28px 72px rgba(5,27,53,.28);
  backdrop-filter: blur(18px);
}
.hero-contact-kicker {
  margin: 0 0 4px;
  color: var(--blue);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-contact-card h2 {
  color: var(--navy);
  font-size: 1.7rem;
  line-height: 1.08;
}
.hero-contact-intro { margin: 7px 0 12px; color: var(--muted); font-size: .78rem; line-height: 1.38; }
.hero-contact-form label { display: grid; gap: 4px; margin-bottom: 8px; color: #344b64; font-size: .68rem; font-weight: 700; }
.hero-contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hero-contact-row label { min-width: 0; }
.hero-contact-form input,
.hero-contact-form select,
.hero-contact-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid #cfdbe7;
  border-radius: 8px;
  background: #fbfdff;
  color: var(--ink);
  outline: none;
}
.hero-contact-form input:focus,
.hero-contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,101,216,.12); }
.hero-contact-button { width: 100%; min-height: 43px; margin-top: 1px; padding: 0 17px; font-size: .77rem; }
.hero-contact-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 4px 13px; margin-top: 7px; }
.hero-contact-links a { color: var(--blue); font-size: .74rem; font-weight: 700; }
.hero-contact-links a[href^="tel:"] { font-size: .84rem; }
.hero-contact-note { margin: 6px 5px 0; color: #77889a; font-size: .54rem; line-height: 1.28; text-align: center; }
.hero-contact-card .quick-form-status { min-height: 4px; margin: 1px 0 0; font-size: .62rem; }
.hero-person-label {
  position: absolute;
  z-index: 5;
  right: max(18px, calc((100vw - 1180px) / 2 - 140px));
  top: 202px;
  display: grid;
  gap: 3px;
  min-width: 192px;
  padding: 11px 17px 12px;
  border-left: 3px solid #61adff;
  border-radius: 4px 12px 12px 4px;
  background: rgba(8, 35, 67, .72);
  box-shadow: 0 10px 28px rgba(5,27,53,.18);
  backdrop-filter: blur(8px);
}
.hero-person-label strong { color: #fff; font: 700 1rem var(--serif); line-height: 1.15; }
.hero-person-label span { color: #a9d3ff; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero + .results-section { padding-top: 118px; }

@media (max-width: 1080px) {
  .hero-contact-card { right: 0; width: 355px; }
  .hero-person-label { right: 16px; top: 194px; }
  .hero-copy { max-width: 620px; }
}

@media (max-width: 820px) {
  .hero-person-label { display: none; }
  .hero { min-height: auto; padding-bottom: 0; }
  .hero-content { padding-bottom: 55px; }
  .hero-contact-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(520px, calc(100% - 40px));
    margin: 0 auto -30px;
  }
  .hero + .results-section { padding-top: 96px; }
}

@media (max-width: 560px) {
  .hero-contact-card { width: calc(100% - 28px); padding: 18px 17px 13px; border-radius: 18px 18px 30px 30px; }
  .hero-contact-card h2 { font-size: 1.48rem; }
  .hero + .results-section { padding-top: 84px; }
}


.motion-band { position: relative; min-height: 500px; overflow: hidden; display: grid; align-items: center; color: #fff; background: #0f3156; }
.motion-band-media, .motion-band-overlay { position: absolute; inset: 0; }
.motion-band-media { z-index: 0; overflow: hidden; }
.motion-cut { position: absolute; inset: -1%; opacity: 0; background-size: cover; background-repeat: no-repeat; filter: saturate(1.01) brightness(1.08) contrast(1.03); transform: scale(1.003); will-change: opacity, transform; animation: motionCycle 32s linear infinite, motionDrift 32s ease-in-out infinite; }
.motion-cut-one { background-image: url("assets/daniel-johnson-flag.webp"); background-position: center 28%; animation-delay: 0s, 0s; }
.motion-cut-two { background-image: url("assets/daniel-johnson-walking.webp"); background-position: center 28%; animation-delay: -3.2s, -3.2s; }
.motion-cut-three { background-image: url("assets/joe-city-walk-blue-tie.webp"); background-position: center 22%; animation-delay: -6.4s, -6.4s; }
.motion-cut-four { background-image: url("assets/joseph-deliso.webp"); background-position: center 18%; background-size: cover; background-color: #0b3158; animation-delay: -9.6s, -9.6s; }
.motion-cut-five { background-image: url("assets/law-library-podium.webp"); background-position: center center; animation-delay: -12.8s, -12.8s; }
.motion-cut-six { background-image: url("assets/joe-payphone.webp"); background-position: center 26%; animation-delay: -16s, -16s; }
.motion-cut-seven { background-image: url("assets/joe-headshot-flag-redtie.webp"); background-position: center 18%; animation-delay: -19.2s, -19.2s; }
.motion-cut-eight { background-image: url("assets/daniel-johnson-backpack.webp"); background-position: center 20%; animation-delay: -25.6s, -25.6s; }
.motion-cut-nine { background-image: url("assets/daniel-johnson-paralegal.webp"); background-position: center 28%; background-size: cover; background-color: #1b4268; animation-delay: -25.6s, -25.6s; }
.motion-cut-ten { background-image: url("assets/joe-trial-courtroom-sketch.webp"); background-position: left 18%; background-size: 114% auto; background-color: #9d7956; animation-delay: -28.8s, -28.8s; }
@keyframes motionCycle {
  0%, 8.2% { opacity: 1; }
  12.5%, 95.7% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes motionDrift {
  0% { transform: scale(1.001) translate3d(0,0,0); }
  50% { transform: scale(1.010) translate3d(-0.12%,-0.06%,0); }
  100% { transform: scale(1.005) translate3d(0.08%,0.03%,0); }
}

@media (max-width: 820px) {
  .motion-cut-ten { background-size: 138% auto; background-position: 6% 18%; }
}
@media (max-width: 560px) {
  .motion-cut-ten { background-size: 160% auto; background-position: 4% 17%; }
}

.motion-band-overlay { z-index: 1; background: linear-gradient(90deg, rgba(9,34,63,.66) 0%, rgba(14,54,96,.50) 44%, rgba(18,70,118,.22) 76%, rgba(18,70,118,.34) 100%), linear-gradient(0deg, rgba(8,28,52,.14), rgba(8,28,52,.14)); }
.motion-band-inner { position: relative; z-index: 2; padding: 88px 0; }
.motion-band-copy { max-width: 660px; }
.motion-band-copy p:not(.eyebrow) { color: #dce9f6; font-size: 1.07rem; }
.motion-band-copy .motion-band-subhead { max-width: 680px; margin: -2px 0 18px; color: #ffffff; font-size: 1.22rem; line-height: 1.45; font-weight: 700; }
.motion-band-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
@media (max-width: 820px) {
  .motion-band { min-height: 420px; }
  .motion-band-inner { padding: 68px 0; }
}
@media (max-width: 560px) {
  .motion-band { min-height: 390px; }
  .motion-band-copy p:not(.eyebrow) { font-size: 1rem; }
  .motion-band-actions { flex-direction: column; align-items: stretch; }
  .motion-band-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-cut { animation: none !important; transform: none; }
  .motion-cut-one { opacity: 1; }
  .motion-cut-two { opacity: 0; }
}

.motion-band { margin-top: 10px; }
.results-section + .motion-band { margin-top: 24px; }
.motion-band-inner { padding: 82px 0; }


/* Interspersed homepage data callouts */
.fact-ribbon { position: relative; overflow: hidden; }
.fact-ribbon-navy { background: linear-gradient(115deg, #071b35, #0f3764); color: #fff; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.fact-ribbon-light { background: linear-gradient(180deg, #f8fbfe, #eef5fb); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-ribbon-grid { min-height: 128px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.fact-item { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; padding: 28px 38px; position: relative; }
.fact-item + .fact-item::before { content: ""; position: absolute; left: 0; top: 28px; bottom: 28px; width: 1px; background: currentColor; opacity: .16; }
.fact-item strong { font-family: 'Playfair Display', serif; font-size: clamp(2.15rem, 4vw, 3.25rem); line-height: 1; color: var(--gold); white-space: nowrap; }
.fact-item span { font-size: .88rem; line-height: 1.45; font-weight: 600; max-width: 220px; }
.fact-ribbon-navy .fact-item span { color: #e5eef8; }
.nj-fact small { display: block; margin-top: 5px; color: #b9cde3; font-size: .72rem; line-height: 1.38; font-weight: 500; letter-spacing: 0; }
.nj-fact strong { color: #f0c86b; }

.fact-ribbon-light .fact-item strong { color: var(--blue); }
.fact-ribbon-light .fact-item span { color: #42576c; }
@media (max-width: 820px) {
  .fact-ribbon-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .fact-item { grid-template-columns: 100px 1fr; padding: 20px 28px; }
  .fact-item + .fact-item::before { left: 28px; right: 28px; top: 0; bottom: auto; width: auto; height: 1px; }
}
@media (max-width: 560px) {
  .fact-item { grid-template-columns: 82px 1fr; gap: 14px; padding: 18px 20px; }
  .fact-item strong { font-size: 2rem; }
  .fact-item span { font-size: .82rem; }
}


/* Results carousel contrast refinement */
.results-heading {
  grid-template-columns: 1fr;
  margin-bottom: 34px;
}
.results-carousel {
  margin-top: 8px;
  padding: 24px 22px 18px;
  border: 1px solid rgba(157, 202, 255, .20);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(44,140,255,.18), transparent 30%),
    radial-gradient(circle at 88% 90%, rgba(230,184,92,.08), transparent 26%),
    linear-gradient(135deg, #071b35 0%, #0b2b52 52%, #09233f 100%);
  box-shadow: 0 26px 65px rgba(3, 18, 36, .38);
}
.results-carousel .results-marquee { padding-top: 12px; }
.results-disclaimer {
  max-width: 850px;
  margin: 20px auto 0;
  text-align: center;
  color: #c6d7e8;
  font-size: .72rem;
  line-height: 1.5;
  letter-spacing: .01em;
}
@media (max-width: 560px) {
  .results-carousel { padding: 18px 10px 14px; border-radius: 22px; }
  .results-disclaimer { font-size: .68rem; margin-top: 17px; padding: 0 8px; }
}


/* Nursing-home pressure-injury information */
.nursing-home-feature { align-items: stretch; }
.nursing-home-feature .practice-content { padding-top: 72px; padding-bottom: 72px; }
.pressure-explainer {
  margin: 28px 0 26px;
  padding: 24px;
  border: 1px solid #d4e1ed;
  border-radius: 20px;
  background: linear-gradient(145deg, #f7fbff, #eef5fb);
  box-shadow: 0 14px 34px rgba(6,27,53,.07);
}
.pressure-explainer-head .eyebrow { margin-bottom: 7px; font-size: .68rem; }
.pressure-explainer-head h3 { color: var(--navy); font-size: clamp(1.45rem, 2.2vw, 2rem); }
.pressure-risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.pressure-risk-grid > div { padding: 14px 15px; border: 1px solid #dce7f1; border-radius: 14px; background: rgba(255,255,255,.82); }
.pressure-risk-grid strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: .88rem; }
.pressure-risk-grid span { display: block; color: #53677d; font-size: .78rem; line-height: 1.48; }
.pressure-prevention { margin: 17px 0 9px; color: #000000; font-size: .86rem; line-height: 1.55; font-weight: 650; }
.pressure-prevention strong { color: #000000; font-weight: 850; }
.pressure-source { margin: 0; color: #344b62; font-size: .67rem; line-height: 1.45; }
.pressure-source a { color: #0757b8; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 720px) {
  .pressure-risk-grid { grid-template-columns: 1fr; }
  .nursing-home-feature .practice-content { padding-top: 54px; padding-bottom: 54px; }
}

@media (max-width: 560px) {
  .hero-contact-row { grid-template-columns: 1fr; gap: 0; }
}

/* Seamless visual handoff from the courthouse hero into results */
.hero + .results-section { border-top: 0; margin-top: -1px; }


/* Clinical pressure-injury stage visual replaces staged resident photography */
.pressure-stage-visual {
  width: min(92%, 690px);
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(22,66,111,.13);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 58px rgba(6,27,53,.13);
}
.pressure-stage-kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.pressure-stage-visual img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid #e1e8ef;
  background: #fff;
}
.pressure-stage-visual figcaption {
  margin: 14px 2px 0;
  color: #53677d;
  font-size: .78rem;
  line-height: 1.5;
}
.pressure-stage-key {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 17px;
}
.pressure-stage-key > div {
  padding: 12px 13px;
  border-radius: 13px;
  background: #f4f8fc;
  border: 1px solid #dfe9f2;
}
.pressure-stage-key strong {
  display: block;
  color: var(--navy);
  font-size: .78rem;
  margin-bottom: 3px;
}
.pressure-stage-key span {
  display: block;
  color: #5d7187;
  font-size: .7rem;
  line-height: 1.42;
}
.pressure-stage-cause {
  margin: 16px 2px 8px;
  color: #455b72;
  font-size: .76rem;
  line-height: 1.5;
}
.pressure-stage-cause strong { color: var(--navy); }
.pressure-stage-credit {
  margin: 0 2px;
  color: #8290a0;
  font-size: .61rem;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .nursing-image { padding: 32px 20px; min-height: auto; }
  .pressure-stage-visual { width: min(100%, 680px); }
  .team-feature { width: min(100% - 40px, 760px); margin-top: 65px; }
}
@media (max-width: 560px) {
  .pressure-stage-visual { padding: 18px; border-radius: 20px; }
  .pressure-stage-key { grid-template-columns: 1fr; }
  .team-feature { width: calc(100% - 28px); }
  .team-feature-photo-pair { width: min(100%, 540px); gap: 18px; }
  .team-feature-photo figcaption { font-size: .68rem; padding: 8px 6px; }
}


/* Academic, non-graphic pressure-injury staging visual */
.academic-pressure-visual { padding: 30px; }
.pressure-academic-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
}
.pressure-academic-intro {
  margin: 10px 0 20px;
  color: #607189;
  font-size: .84rem;
  line-height: 1.55;
}
.pressure-academic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pressure-academic-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #dfe8f0;
  border-radius: 15px;
  background: #fbfdff;
}
.pressure-academic-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: .82rem;
}
.pressure-academic-card > div:last-child span {
  display: block;
  color: #607189;
  font-size: .7rem;
  line-height: 1.42;
}
.pressure-schematic {
  position: relative;
  height: 72px;
  overflow: hidden;
  border: 1px solid #cfdce7;
  border-radius: 10px;
  background: #fff;
}
.pressure-schematic .skin-surface,
.pressure-schematic .skin-dermis,
.pressure-schematic .skin-tissue {
  position: absolute;
  left: 0;
  right: 0;
}
.pressure-schematic .skin-surface { top: 0; height: 16px; background: #ead7c8; }
.pressure-schematic .skin-dermis { top: 16px; height: 22px; background: #f1dfc9; }
.pressure-schematic .skin-tissue { top: 38px; bottom: 0; background: repeating-linear-gradient(135deg, #f2e8c9 0 7px, #eadcb9 7px 14px); }
.pressure-schematic .stage-marker {
  position: absolute;
  left: 50%;
  top: 3px;
  width: 32px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #b76a61;
  opacity: .8;
}
.stage-two .pressure-schematic .stage-marker {
  top: 3px;
  width: 28px;
  height: 22px;
  border-radius: 8px 8px 14px 14px;
  background: #b57367;
  clip-path: polygon(0 0,100% 0,82% 100%,18% 100%);
}
.stage-three .pressure-schematic .stage-marker {
  top: 3px;
  width: 30px;
  height: 44px;
  border-radius: 8px 8px 16px 16px;
  background: #9a665d;
  clip-path: polygon(0 0,100% 0,78% 100%,22% 100%);
}
.stage-four .pressure-schematic .stage-marker {
  top: 3px;
  width: 32px;
  height: 62px;
  border-radius: 8px 8px 18px 18px;
  background: #7e625d;
  clip-path: polygon(0 0,100% 0,74% 100%,26% 100%);
}
.academic-pressure-visual figcaption {
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid #e3ebf2;
}
@media (max-width: 1080px) {
  .pressure-academic-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .academic-pressure-visual { padding: 20px; }
  .pressure-academic-card { grid-template-columns: 78px 1fr; }
}


/* Latest refinement: keep recovery amounts on one line in the homepage carousel */
.results-carousel .result-card strong {
  font-size: clamp(1.75rem, 2.7vw, 2.7rem);
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.results-carousel .result-card.featured strong {
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  white-space: nowrap;
}
@media (max-width: 560px) {
  .results-carousel .result-card strong { font-size: 1.7rem; }
  .results-carousel .result-card.featured strong { font-size: 2rem; }
}


/* Pressure-injury statistics strip */
.pressure-stats-section {
  padding: 66px 0 62px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
  border-top: 1px solid #dbe7f1;
  border-bottom: 1px solid #d5e2ee;
}
.pressure-stats-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 30px;
}
.pressure-stats-heading h2 {
  color: var(--navy);
  font-size: clamp(2rem, 3.6vw, 3.1rem);
}
.pressure-stats-heading > p {
  margin: 0;
  color: #5a6e83;
  font-size: .96rem;
  line-height: 1.62;
}
.pressure-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.pressure-stat-card {
  min-height: 172px;
  padding: 25px 24px 23px;
  border: 1px solid #d3e1ed;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(6,27,53,.055);
}
.pressure-stat-card strong {
  display: block;
  margin-bottom: 11px;
  color: #1674e8;
  font: 700 clamp(1.55rem, 2.4vw, 2.25rem) var(--serif);
  line-height: 1.05;
}
.pressure-stat-card span {
  display: block;
  color: #4e6277;
  font-size: .84rem;
  line-height: 1.55;
}
.pressure-stats-source {
  max-width: 980px;
  margin: 20px auto 0;
  color: #738497;
  font-size: .68rem;
  line-height: 1.52;
  text-align: center;
}
.pressure-stats-source a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 820px) {
  .pressure-stats-section { padding: 54px 0; }
  .pressure-stats-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 24px; }
  .pressure-stats-grid { grid-template-columns: 1fr; }
  .pressure-stat-card { min-height: 0; }
}


/* Footer logo and tagline refinement */
.site-footer {
  background: linear-gradient(180deg, #356a9e 0%, #27557f 100%);
}
.site-footer .footer-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 17px;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 12px 30px rgba(5,27,53,.22);
}
.site-footer .footer-emblem {
  width: 62px;
  height: 62px;
  filter: none;
  opacity: 1;
}
.site-footer .footer-name {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(5,27,53,.18);
}
.site-footer .footer-tagline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 7px;
  padding: 0;
  color: #b9dcff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .20em;
  line-height: 1;
  white-space: nowrap;
}
.site-footer .footer-tagline::before,
.site-footer .footer-tagline::after {
  content: "";
  position: static;
  display: block;
  flex: 0 0 17px;
  width: 17px;
  height: 1px;
  background: currentColor;
  opacity: .92;
  transform: none;
}
.site-footer .footer-legal {
  color: #bfd0df;
}
@media (max-width: 560px) {
  .site-footer .footer-emblem { width: 50px; height: 50px; }
  .site-footer .footer-tagline { gap: 7px; font-size: .55rem; letter-spacing: .15em; }
  .site-footer .footer-tagline::before,
  .site-footer .footer-tagline::after { flex-basis: 11px; width: 11px; }
}

/* New Jersey service-area visibility */
.boroughs .nj-service {
  background: #ffffff;
  color: var(--navy);
  border-color: #ffffff;
  box-shadow: 0 10px 26px rgba(5,27,53,.16);
}
.service-note {
  flex-basis: 100%;
  margin-top: 4px;
  color: rgba(255,255,255,.9);
  font-size: .72rem;
  line-height: 1.4;
  text-align: right;
}
.site-footer small {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.7);
  font-size: .68rem;
  line-height: 1.35;
}
@media (max-width: 820px) {
  .service-note { text-align: left; }
}


/* Clickable pressure-injury citation cards */
.pressure-stat-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pressure-stat-link:hover, .pressure-stat-link:focus-visible {
  transform: translateY(-3px);
  border-color: #91c4f6;
  box-shadow: 0 18px 38px rgba(6,27,53,.10);
  outline: none;
}
.pressure-stat-link small {
  display: block;
  margin-top: auto;
  padding-top: 14px;
  color: #1265d8;
  font-size: .70rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.pressure-stat-link small b { font-size: .78rem; }

/* Footer emblem centered precisely inside its white tile */
.site-footer .footer-logo-shell {
  width: 86px;
  height: 86px;
  padding: 0;
  display: inline-grid;
  place-items: center;
}
.site-footer .footer-emblem {
  width: 62px;
  height: 62px;
  margin: 0;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 560px) {
  .site-footer .footer-logo-shell { width: 72px; height: 72px; }
  .site-footer .footer-emblem { width: 50px; height: 50px; }
}

/* Sidewalk trip-and-fall practice panel */
.sidewalk-panel { margin-top: 2px; }


/* ==========================================================
   Accessibility enhancement pass — WCAG 2.2 AA design target
   ========================================================== */
html { scroll-padding-top: 120px; }
.anchor-target { scroll-margin-top: 120px; }

/* Strong, consistent keyboard focus without changing mouse appearance. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #ffcf5c !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 2px #082b50 !important;
}
.skip-link:focus-visible { outline-color: #1265d8 !important; box-shadow: none !important; }

/* Preserve clear focus even on elements whose earlier rules removed outlines. */
.pressure-stat-link:focus-visible { outline: 3px solid #ffcf5c !important; outline-offset: 4px !important; }

/* Improve contrast of small supporting copy. */
.hero-contact-note { color: #596b7e; font-size: .62rem; }
.pressure-stats-source { color: #5d7084; font-size: .74rem; }
.photo-credits { color: #d4e1ec; font-size: .72rem; }
.site-footer small { color: #d9e6f1; }
.site-footer .footer-tagline { color: #b9dcff; }
.footer-accessibility-link a { color: #ffffff; text-decoration: underline; text-underline-offset: 3px; font-weight: 700; display: inline-flex; align-items: center; gap: 7px; }
.footer-accessibility-link .accessibility-icon { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

/* Form guidance and error affordances. */
.form-instructions { margin: 0 0 15px; color: #52667b; font-size: .78rem; line-height: 1.5; }
.contact-form [aria-invalid="true"], .hero-contact-form [aria-invalid="true"] { border-color: #a92020 !important; box-shadow: 0 0 0 3px rgba(169,32,32,.14) !important; }

/* Review carousel controls: 24px+ targets, with small visual dots inside. */
.review-dots { gap: 2px; bottom: 18px; }
.review-dots button {
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
}
.review-dots button::before {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 8px; height: 8px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: #9aaabd;
}
.review-dots button.active { width: 30px; background: transparent; }
.review-dots button.active::before { width: 20px; border-radius: 999px; background: var(--blue); }
.review-pause {
  position: absolute;
  left: 50%;
  bottom: 19px;
  transform: translateX(-50%);
  z-index: 4;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #9bb5cc;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: .72rem;
  font-weight: 800;
  cursor: pointer;
}
.review-pause:hover { background: #eef6fd; }

/* Pause control for the rotating visual montage. */
.motion-pause {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  background: rgba(7,35,64,.72);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.motion-pause:hover { background: rgba(7,35,64,.9); }
.motion-band.is-paused .motion-cut { animation-play-state: paused !important; }

/* Avoid relying on color alone for inline informational links. */
.pressure-stats-source a,
.pressure-stat-link small,
.accessibility-content a,
.accessibility-help a:not(.button) { text-decoration: underline; text-underline-offset: 3px; }

/* Accessibility statement */
.accessibility-hero { background: linear-gradient(115deg, #123b68, #2c6599); color: #fff; padding: 92px 0 86px; }
.accessibility-hero-inner { max-width: 900px; }
.accessibility-hero h1 { max-width: 820px; }
.accessibility-hero p:last-child { max-width: 760px; color: #e2edf7; font-size: 1.12rem; }
.accessibility-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.accessibility-features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.accessibility-features article { padding: 24px; border: 1px solid #d6e3ee; border-radius: 18px; background: #f8fbfe; }
.accessibility-features h3 { color: var(--navy); margin-bottom: 9px; }
.accessibility-features p { margin: 0; color: #52667b; }
.accessibility-help { padding: 76px 0; background: var(--navy); color: #fff; }
.accessibility-help-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.accessibility-help p { color: #d6e4f4; }
.accessibility-contact { display: grid; gap: 15px; justify-items: start; }
.accessibility-contact > a:not(.button) { color: #fff; font-weight: 800; }
.accessibility-contact p { margin: 0; }
.narrow-copy { max-width: 820px; }

@media (max-width: 820px) {
  html { scroll-padding-top: 88px; }
  .anchor-target { scroll-margin-top: 88px; }
  .accessibility-layout, .accessibility-help-inner { grid-template-columns: 1fr; gap: 38px; }
  .accessibility-features { grid-template-columns: 1fr; }
  .review-pause { position: relative; left: auto; bottom: auto; transform: none; margin: 18px auto 0; display: block; }
}
@media (max-width: 560px) {
  body { padding-bottom: 58px; }
  .hero-contact-note { font-size: .68rem; }
  .pressure-stats-source { font-size: .78rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; transition-delay: 0ms !important; }
  .motion-pause { display: none; }
}


/* Dedicated practice-area landing pages */
.practice-page-body { background: #fff; }
.practice-page-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg, #0b2f58 0%, #123f73 58%, #1765a8 100%); }
.practice-page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 82% 22%, rgba(93,177,255,.24), transparent 28%), linear-gradient(90deg, transparent 0 60%, rgba(255,255,255,.035) 60% 60.15%, transparent 60.15%); }
.practice-page-hero-grid { position: relative; z-index: 1; min-height: 600px; padding: 92px 0 84px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 70px; align-items: center; }
.practice-page-hero-copy h1 { font-size: clamp(3rem, 5.7vw, 5.35rem); max-width: 900px; }
.practice-page-hero-copy > p:not(.eyebrow) { max-width: 760px; margin: 24px 0 30px; color: #dce9f6; font-size: 1.14rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #c9def2; font-size: .78rem; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.practice-hero-panel { padding: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(255,255,255,.09); box-shadow: 0 30px 70px rgba(2,17,34,.25); backdrop-filter: blur(14px); }
.practice-hero-panel > span { display: block; margin-bottom: 8px; color: #a9d4ff; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.practice-hero-panel > strong { display: block; font: 700 2rem var(--serif); }
.practice-hero-panel ul { margin: 24px 0 0; padding: 0; list-style: none; }
.practice-hero-panel li { padding: 12px 0 12px 23px; border-top: 1px solid rgba(255,255,255,.14); position: relative; color: #edf6ff; }
.practice-hero-panel li::before { content: ""; position: absolute; left: 0; top: 1.25rem; width: 8px; height: 8px; border-radius: 50%; background: #75bbff; }
.practice-page-photo { overflow: hidden; min-height: 400px; border-radius: 26px; box-shadow: 0 30px 70px rgba(1,17,34,.32); background: #09284c; }
.practice-page-photo img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.practice-focus-strip { background: #f2f7fc; border-bottom: 1px solid #dbe6f0; }
.practice-focus-strip .container { padding-top: 28px; padding-bottom: 28px; }
.practice-focus-strip .eyebrow { margin-bottom: 13px; }
.practice-focus-strip ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px 28px; list-style: none; padding: 0; margin: 0; }
.practice-focus-strip li { position: relative; padding-left: 18px; color: #203b57; font-weight: 650; }
.practice-focus-strip li::before { content: ""; position: absolute; left: 0; top: .64em; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.practice-page-section { padding: 88px 0; }
.practice-page-muted { background: #f6f9fc; }
.practice-page-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(290px,.65fr); gap: 70px; align-items: start; }
.practice-page-section h2 { max-width: 850px; color: var(--navy); margin-bottom: 22px; }
.practice-page-section p { color: #253e57; font-size: 1.02rem; }
.practice-page-intro { max-width: 760px; }
.practice-info-card { padding: 30px; border: 1px solid #d8e4ef; border-radius: 22px; background: #fff; box-shadow: 0 18px 48px rgba(7,38,70,.09); }
.practice-info-card > strong { color: var(--blue); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.practice-info-card h3 { margin: 8px 0 14px; color: var(--navy); font-size: 2rem; }
.practice-info-card p { font-size: .93rem; }
.practice-info-card small { display: block; margin-top: 16px; color: #51677e; }
.practice-topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 34px; }
.practice-topic-grid article { padding: 28px; border: 1px solid #dce6ef; border-radius: 18px; background: #fff; }
.practice-topic-grid h3 { color: var(--navy); margin-bottom: 11px; }
.practice-topic-grid p { margin: 0; font-size: .92rem; }
.practice-page-cta { padding: 68px 0; color: #fff; background: linear-gradient(110deg,#0d3159,#124b82); }
.practice-page-cta-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: center; }
.practice-page-cta h2 { max-width: 700px; }
.practice-page-cta p:not(.eyebrow) { color: #d6e7f7; }
.practice-page-cta-actions { display: grid; justify-items: end; gap: 16px; }
.practice-phone { color: #fff; font-size: 1.5rem; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.pressure-page-layout { max-width: 1050px; }
.pressure-page-grid { margin-top: 30px; }
.pressure-page-stats { margin-top: 0; }
.practice-note { margin-top: 18px; font-size: .88rem !important; color: #465d73 !important; }
.page-pressure-black { color: #000 !important; font-weight: 600; }
.pressure-guide-link { align-self: end; white-space: nowrap; }
.mini-card-link { display: inline-flex; margin-top: 14px; color: #9ed0ff; font-size: .8rem; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) {
  .practice-page-hero-grid, .practice-page-grid, .practice-page-cta-grid { grid-template-columns: 1fr; gap: 38px; }
  .practice-page-hero-grid { min-height: auto; padding: 70px 0; }
  .practice-page-photo { min-height: 330px; }
  .practice-page-photo img { min-height: 330px; }
  .practice-focus-strip ul, .practice-topic-grid { grid-template-columns: 1fr 1fr; }
  .practice-page-cta-actions { justify-items: start; }
}
@media (max-width: 600px) {
  .practice-page-hero-grid { padding: 54px 0 60px; }
  .practice-page-hero-copy h1 { font-size: clamp(2.65rem, 13vw, 3.7rem); }
  .practice-focus-strip ul, .practice-topic-grid { grid-template-columns: 1fr; }
  .practice-page-section { padding: 66px 0; }
  .practice-hero-panel, .practice-info-card { padding: 24px; }
}

/* Formspree production form support */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.hero-contact-button:disabled,
.form-button:disabled { opacity: .68; cursor: wait; transform: none; box-shadow: none; }
.quick-form-status.is-success, .form-status.is-success { color: #0b5f39; }
.quick-form-status.is-error, .form-status.is-error { color: #8b1e1e; }


/* Optional accessibility personalization panel */
.a11y-widget {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 2200;
  font-family: var(--sans);
}
.a11y-launcher {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0b4f93;
  color: #fff;
  box-shadow: 0 10px 30px rgba(5,27,53,.28);
  cursor: pointer;
}
.a11y-launcher:hover { background: #083d73; }
.a11y-launcher svg { width: 30px; height: 30px; fill: currentColor; }
.a11y-launcher:focus-visible,
.a11y-panel button:focus-visible,
.a11y-panel a:focus-visible {
  outline: 3px solid #ffcf66;
  outline-offset: 3px;
}
.a11y-panel {
  position: absolute;
  left: 0;
  bottom: 66px;
  width: min(330px, calc(100vw - 28px));
  max-height: min(610px, calc(100vh - 100px));
  overflow: auto;
  padding: 19px;
  border: 1px solid #c7d7e7;
  border-radius: 18px;
  background: #fff;
  color: #101820;
  box-shadow: 0 22px 58px rgba(5,27,53,.3);
}
.a11y-panel[hidden] { display: none !important; }
.a11y-panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 6px; }
.a11y-panel h2 { margin: 0; color: #0b2f55; font: 700 1.35rem var(--serif); line-height: 1.12; }
.a11y-panel-intro { margin: 0 0 14px; color: #25384c; font-size: .82rem; line-height: 1.5; }
.a11y-close {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid #b8c8d8;
  border-radius: 50%;
  background: #f4f8fc;
  color: #0b2f55;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
.a11y-options { display: grid; gap: 8px; }
.a11y-option,
.a11y-reset,
.a11y-statement-link {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  border: 1px solid #b9cada;
  border-radius: 10px;
  background: #fff;
  color: #10243c;
  font-size: .84rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.a11y-option:hover,
.a11y-reset:hover,
.a11y-statement-link:hover { background: #eef6ff; border-color: #6ca8e2; }
.a11y-option[aria-pressed="true"] { background: #0b4f93; border-color: #0b4f93; color: #fff; }
.a11y-option-state { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.a11y-panel-actions { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid #d6e1eb; }
.a11y-statement-link { text-decoration: underline; text-underline-offset: 3px; justify-content: center; }
.a11y-reset { justify-content: center; background: #f7f9fb; }
.a11y-live { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* User-selected accessibility preferences. */
html.a11y-large-text { font-size: 112.5%; }
html.a11y-high-contrast {
  --ink: #000000;
  --muted: #111111;
  --navy: #06294d;
  --blue: #004ea8;
  --line: #666666;
}
html.a11y-high-contrast body { color: #000; }
html.a11y-high-contrast .site-header { background: #fff; }
html.a11y-high-contrast input,
html.a11y-high-contrast select,
html.a11y-high-contrast textarea { border-color: #555 !important; color: #000 !important; background: #fff !important; }
html.a11y-underline-links a:not(.button):not(.a11y-launcher) { text-decoration: underline !important; text-decoration-thickness: .1em; text-underline-offset: .18em; }
html.a11y-text-spacing body { line-height: 1.75; letter-spacing: .035em; word-spacing: .10em; }
html.a11y-text-spacing p,
html.a11y-text-spacing li,
html.a11y-text-spacing label { line-height: 1.75; }
html.a11y-reduce-motion { scroll-behavior: auto !important; }
html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  transition-duration: .001ms !important;
  animation-duration: .001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
}
html.a11y-reduce-motion .results-track,
html.a11y-reduce-motion .practice-track,
html.a11y-reduce-motion .motion-cut { animation-play-state: paused !important; }

@media (max-width: 760px) {
  .a11y-widget { left: 12px; bottom: 74px; }
  .a11y-launcher { width: 50px; height: 50px; }
  .a11y-panel { bottom: 60px; width: min(320px, calc(100vw - 24px)); max-height: calc(100vh - 150px); }
}


/* Privacy policy and local-search context */
.form-privacy-link, .hero-contact-note a, .consent a { color: #064f9e; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.privacy-content { background: #fff; }
.privacy-layout { width: min(940px, 100%); }
.privacy-intro { max-width: 820px; margin-bottom: 38px; }
.privacy-intro > p:last-child { color: #1b2c40; font-size: 1.03rem; }
.privacy-sections { display: grid; gap: 18px; }
.privacy-sections section { padding: 25px 28px; border: 1px solid var(--line); border-radius: 18px; background: #f8fbff; }
.privacy-sections h3 { margin-bottom: 8px; color: var(--navy); }
.privacy-sections p { margin: 0; color: #26394d; }
.privacy-sections a { color: #064f9e; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.practice-page-local { border-top: 1px solid #e3ebf3; background: linear-gradient(180deg,#fff 0%,#f6f9fc 100%); }
.local-service-copy { max-width: 940px; }
.local-service-copy h2 { max-width: 840px; font-size: clamp(1.9rem,3vw,2.8rem); }
.local-service-copy > p:last-child { max-width: 900px; color: #30465c; font-size: 1rem; }
.footer-accessibility-link { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.footer-accessibility-link > span { opacity: .65; }
@media (max-width: 560px) {
  .privacy-sections section { padding: 20px; }
}


/* Local SEO resource links */
.local-location-links { margin: 22px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; font-size: .92rem; font-weight: 700; color: var(--navy); }
.local-location-links a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.local-location-links a:hover { color: var(--navy); }
@media (max-width: 560px) { .local-location-links { gap: 5px; line-height: 1.6; } }

/* Expanded attorney and case-management profiles */
.profile-credentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 28px;
}
.profile-credentials > div {
  padding: 18px 19px;
  border: 1px solid #d7e3ee;
  border-radius: 16px;
  background: #f7fafd;
  display: grid;
  gap: 7px;
}
.profile-credentials strong {
  color: var(--blue);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.profile-credentials span {
  color: #253e57;
  font-size: .86rem;
  line-height: 1.45;
}
.profile-credentials-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0 0;
}
.team-feature-copy > p:not(.eyebrow):not(.team-role) { color: #324a63; }
@media (max-width: 900px) {
  .profile-credentials { grid-template-columns: 1fr; }
  .profile-credentials-compact { grid-template-columns: 1fr; }
}


/* FAQ refinements */
.faq-intro { max-width: 430px; margin-top: 18px; color: #445a70; }
.practice-faq-section { background: #fff; border-top: 1px solid #e3ebf3; }
.practice-page-muted + .practice-faq-section { background: #f9fbfd; }
.practice-faq-section .accordion p { color: #40566d; }


/* Civil-rights / police-misconduct bridge */
.civil-rights-card { border-color: rgba(156,118,47,.32); background: linear-gradient(155deg,#fff 0%,#f9f3e8 100%); }
.civil-rights-home-bridge { padding: 72px 0; color:#fff; background: linear-gradient(120deg,#071d35 0%,#123d68 62%,#1c5688 100%); }
.civil-rights-home-grid { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(280px,.7fr); gap:44px; align-items:center; }
.civil-rights-home-copy h2 { max-width:760px; margin-bottom:18px; font-size:clamp(2.2rem,4vw,4rem); }
.civil-rights-home-copy > p:not(.eyebrow) { max-width:820px; color:#d9e7f3; font-size:1.05rem; }
.civil-rights-home-actions { display:flex; gap:22px; align-items:center; flex-wrap:wrap; margin-top:26px; }
.civil-rights-home-note { padding:28px; border:1px solid rgba(255,255,255,.2); border-radius:22px; background:rgba(255,255,255,.08); box-shadow:0 18px 50px rgba(0,0,0,.16); }
.civil-rights-home-note strong { display:block; margin-bottom:10px; font:700 1.5rem var(--serif); color:#fff; }
.civil-rights-home-note p { color:#d6e4f1; }
.civil-rights-home-note a { color:#fff; font-weight:800; }
.civil-rights-hero { position:relative; overflow:hidden; color:#fff; background:#071d35; }
.civil-rights-hero-media { position:absolute; inset:0; background:url('assets/joe-trial-courtroom-sketch.webp') center 28%/cover no-repeat; opacity:.34; transform:scale(1.02); }
.civil-rights-hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,21,39,.98) 0%,rgba(7,29,53,.92) 52%,rgba(8,32,58,.72) 100%),linear-gradient(0deg,rgba(4,18,34,.28),rgba(4,18,34,.28)); }
.civil-rights-hero-grid { position:relative; z-index:2; min-height:660px; display:grid; grid-template-columns:minmax(0,1.25fr) minmax(300px,.55fr); gap:58px; align-items:center; padding:86px 0; }
.civil-rights-hero-copy h1 { max-width:900px; font-size:clamp(2.9rem,5vw,5.1rem); }
.civil-rights-hero-copy > p:not(.eyebrow) { max-width:850px; color:#dce8f4; font-size:1.09rem; line-height:1.75; }
.civil-rights-hero .breadcrumbs { color:#c9d8e7; }
.civil-rights-hero .breadcrumbs a { color:#fff; }
.civil-rights-urgent-card { padding:28px; border:1px solid rgba(255,255,255,.18); border-radius:22px; background:rgba(255,255,255,.10); backdrop-filter:blur(10px); }
.civil-rights-urgent-card span { display:block; color:#e9c982; font-size:.72rem; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.civil-rights-urgent-card strong { display:block; margin:10px 0 12px; font:700 1.55rem var(--serif); line-height:1.2; }
.civil-rights-urgent-card p { color:#dce8f4; }
.civil-rights-urgent-card a { color:#fff; font-weight:800; }
.civil-rights-rule-section,.civil-rights-injury-section,.civil-rights-sources { padding:86px 0; background:#fff; }
.civil-rights-rule-grid,.civil-rights-injury-grid,.civil-rights-deadline-grid { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(300px,.72fr); gap:54px; align-items:start; }
.civil-rights-rule-grid h2,.civil-rights-deadline-grid h2,.civil-rights-injury-grid h2,.civil-rights-sources h2 { max-width:830px; font-size:clamp(2rem,3.4vw,3.4rem); }
.civil-rights-rule-grid p,.civil-rights-deadline-grid p,.civil-rights-injury-grid p { color:#344c64; }
.source-link,.civil-rights-source-row a,.civil-rights-data-source a { color:#064f9e; font-weight:800; text-decoration:underline; text-underline-offset:3px; }
.civil-rights-question-card { padding:30px; border:1px solid #d7e3ee; border-radius:22px; background:#f7fafd; }
.civil-rights-question-card h3 { color:var(--navy); }
.civil-rights-question-card ul { margin:18px 0 0; padding-left:20px; color:#334c64; display:grid; gap:10px; }
.civil-rights-evidence-section { padding:86px 0; color:#fff; background:#0a2a4c; }
.civil-rights-evidence-section .section-heading > p { max-width:620px; color:#dbe7f2; }
.civil-rights-evidence-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-top:34px; }
.civil-rights-evidence-grid article { padding:25px; border:1px solid rgba(255,255,255,.14); border-radius:18px; background:rgba(255,255,255,.07); }
.civil-rights-evidence-grid strong { display:block; margin-bottom:8px; font:700 1.2rem var(--serif); }
.civil-rights-evidence-grid p { margin:0; color:#dce7f1; font-size:.92rem; }
.civil-rights-source-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; color:#8db9df; }
.civil-rights-source-row a { color:#dcecff; }
.civil-rights-deadline-section { padding:78px 0; background:#f5f8fb; border-top:1px solid #e1e8ef; border-bottom:1px solid #e1e8ef; }
.civil-rights-deadline-grid aside { padding:28px; border-radius:20px; background:#fff; box-shadow:0 18px 50px rgba(14,50,82,.09); }
.civil-rights-deadline-grid aside strong { display:block; font:700 1.55rem var(--serif); color:var(--navy); }
.civil-rights-data-section { padding:86px 0; color:#fff; background:linear-gradient(120deg,#071b31,#103e69); }
.civil-rights-data-heading { display:grid; grid-template-columns:1.2fr .7fr; gap:40px; align-items:end; }
.civil-rights-data-heading p:last-child { color:#d7e4ef; }
.civil-rights-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:34px; }
.civil-rights-stats article { padding:28px; border:1px solid rgba(255,255,255,.14); border-radius:20px; background:rgba(255,255,255,.07); }
.civil-rights-stats strong { display:block; margin-bottom:8px; font:700 clamp(2.2rem,4vw,3.8rem) var(--serif); color:#fff; }
.civil-rights-stats span { color:#d7e5f1; }
.civil-rights-data-source { margin-top:20px; color:#c9dae8; font-size:.82rem; }
.civil-rights-data-source a { color:#fff; }
.civil-rights-injury-image { padding:18px; border-radius:22px; background:#0a111a; }
.civil-rights-injury-image img { width:100%; max-height:420px; object-fit:contain; display:block; border-radius:14px; }
.civil-rights-injury-image small { display:block; margin-top:10px; color:#cbd5df; font-size:.72rem; }
.altman-deliso-bridge { padding:92px 0; color:#fff; background:linear-gradient(135deg,#101923 0%,#152a40 48%,#213e5c 100%); }
.altman-deliso-kicker { margin-bottom:20px; color:#e1bd72; font-size:.75rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.altman-deliso-grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:50px; }
.altman-deliso-grid h2 { font-size:clamp(2.4rem,4.2vw,4.4rem); }
.altman-deliso-grid p { color:#d7e2ec; }
.altman-deliso-columns { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.altman-deliso-columns article { padding:28px; border:1px solid rgba(255,255,255,.15); border-radius:20px; background:rgba(255,255,255,.06); }
.altman-deliso-columns span { display:block; color:#fff; font:700 1.55rem var(--serif); }
.altman-deliso-columns strong { display:block; margin:7px 0 12px; color:#e5c477; font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; }
.altman-deliso-actions { display:flex; gap:22px; align-items:center; flex-wrap:wrap; margin-top:34px; }
.altman-deliso-status { max-width:1000px; margin:28px 0 0; padding-top:18px; border-top:1px solid rgba(255,255,255,.13); color:#b9c8d7 !important; font-size:.72rem; line-height:1.55; }
.civil-rights-source-list { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:28px; }
.civil-rights-source-list a { display:flex; justify-content:space-between; gap:18px; padding:22px; border:1px solid #d9e4ee; border-radius:16px; background:#f8fbfd; color:var(--navy); text-decoration:none; }
.civil-rights-source-list span { color:#43627f; font-size:.86rem; text-align:right; }
@media (max-width:900px){.civil-rights-home-grid,.civil-rights-hero-grid,.civil-rights-rule-grid,.civil-rights-deadline-grid,.civil-rights-injury-grid,.civil-rights-data-heading,.altman-deliso-grid{grid-template-columns:1fr}.civil-rights-evidence-grid{grid-template-columns:repeat(2,1fr)}.civil-rights-stats{grid-template-columns:1fr}.civil-rights-hero-grid{min-height:auto}.altman-deliso-columns{grid-template-columns:1fr}}
@media (max-width:560px){.civil-rights-home-bridge,.civil-rights-rule-section,.civil-rights-evidence-section,.civil-rights-data-section,.civil-rights-injury-section,.altman-deliso-bridge,.civil-rights-sources{padding:62px 0}.civil-rights-evidence-grid,.civil-rights-source-list{grid-template-columns:1fr}.civil-rights-home-actions,.altman-deliso-actions{align-items:stretch;flex-direction:column}.civil-rights-home-actions .button,.altman-deliso-actions .button{width:100%}.civil-rights-source-list a{display:grid}.civil-rights-source-list span{text-align:left}}

/* Altman Deliso bridge clarification */
.civil-rights-home-collaboration { margin-top:18px; padding:16px 18px; border-left:3px solid #e1bd72; background:rgba(255,255,255,.06); border-radius:0 12px 12px 0; }
.civil-rights-home-collaboration strong { color:#fff; }
.altman-deliso-explainer { margin-top:20px; padding:18px 20px; border-left:3px solid #e1bd72; border-radius:0 12px 12px 0; background:rgba(255,255,255,.06); }
.altman-deliso-explainer strong { color:#fff; }


/* SEO architecture additions — 2026-09-06 */
.seo-hub-intro{max-width:860px;margin:0 0 2rem;line-height:1.75}
.seo-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:1.5rem}
.seo-hub-card{display:flex;flex-direction:column;gap:.7rem;padding:1.45rem;border:1px solid rgba(14,44,76,.16);border-radius:16px;background:#fff;box-shadow:0 12px 34px rgba(11,35,62,.06);text-decoration:none;color:inherit}
.seo-hub-card:hover,.seo-hub-card:focus-visible{transform:translateY(-2px);box-shadow:0 16px 38px rgba(11,35,62,.10)}
.seo-hub-card strong{font-family:'Playfair Display',serif;font-size:1.25rem;color:#0e2c4c}
.seo-hub-card span{line-height:1.6;color:#4a5968}
.seo-hub-card em{font-style:normal;font-weight:700;color:#0e2c4c;margin-top:auto}
.authority-strip{padding:1.15rem 1.3rem;border-left:4px solid #b58a46;background:#f7f5f0;margin:1.7rem 0;border-radius:0 12px 12px 0}
.authority-strip p{margin:.25rem 0;line-height:1.6}
.attorney-profile-grid{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.45fr);gap:3rem;align-items:start}
.attorney-profile-grid img{width:100%;border-radius:18px;box-shadow:0 18px 42px rgba(11,35,62,.14)}
.attorney-credentials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.6rem 0}
.attorney-credential{padding:1rem 1.1rem;border:1px solid rgba(14,44,76,.14);border-radius:12px;background:#fff}
.attorney-credential strong{display:block;margin-bottom:.3rem;color:#0e2c4c}
.attorney-copy p{line-height:1.78}
@media(max-width:900px){.seo-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.attorney-profile-grid{grid-template-columns:1fr}.attorney-profile-grid img{max-width:440px}.attorney-credentials{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.seo-hub-grid,.attorney-credentials{grid-template-columns:1fr}}

/* September 6, 2026 — Deliso Law brand lockup refinement */
.brand-lockup {
  gap: 6px;
  flex-wrap: nowrap;
}
.brand-emblem {
  width: 66px;
  height: 66px;
}
.brand-stack {
  align-items: flex-start;
  text-align: left;
}
.brand-name {
  color: #092a4e;
  letter-spacing: -.018em;
  line-height: .96;
  white-space: nowrap;
}
.brand-tagline {
  margin-top: 7px;
  padding: 0;
  color: #1e65b5;
  font-size: .76rem;
  letter-spacing: .19em;
  line-height: 1.15;
}
.brand-tagline::before,
.brand-tagline::after {
  display: none;
}
.site-header .brand-lockup:hover .brand-name { color: #0d3d70; }
.site-header .brand-lockup:hover .brand-emblem { transform: translateX(1px); }
.site-header .brand-emblem { transition: transform .2s ease; }

.footer-brand {
  gap: 7px;
  align-items: center;
  flex-wrap: nowrap;
}
.footer-logo-shell {
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 20px rgba(3,22,43,.16);
  padding: 6px;
  border-radius: 12px;
}
.footer-emblem {
  width: 52px;
  height: 52px;
}
.footer-stack { align-items: flex-start; text-align: left; min-width: 0; }
.footer-name { color: #fff; letter-spacing: -.015em; white-space: nowrap; }
.footer-tagline { color: #a9d2ff; }

@media (max-width: 1040px) {
  .brand-lockup { gap: 6px; }
  .brand-emblem { width: 60px; height: 60px; }
  .brand-name { font-size: 2.32rem; }
  .brand-tagline { font-size: .71rem; letter-spacing: .17em; }
}
@media (max-width: 820px) {
  .brand-lockup { gap: 5px; }
  .brand-emblem { width: 52px; height: 52px; }
  .brand-name { font-size: 1.92rem; }
  .brand-tagline { margin-top: 5px; font-size: .62rem; letter-spacing: .15em; }
}
@media (max-width: 560px) {
  .brand-lockup { gap: 4px; }
  .brand-emblem { width: 43px; height: 43px; }
  .brand-name { font-size: 1.50rem; }
  .brand-tagline { margin-top: 4px; font-size: .52rem; letter-spacing: .13em; }
  .footer-brand { gap: 6px; }
  .footer-logo-shell { padding: 5px; border-radius: 10px; }
  .footer-emblem { width: 42px; height: 42px; }
}


/* September 6, 2026 — approved Deliso Law classical-column logo */
.brand-name {
  white-space: nowrap;
}
.brand-emblem {
  object-fit: contain;
}
.brand-lockup {
  gap: 5px;
}
.footer-brand {
  gap: 6px;
}

/* Daniel Johnson: photos live only on the dedicated profile page */
.team-feature-bio-only {
  grid-template-columns: 1fr;
  max-width: 900px;
}
.team-feature-bio-only .team-feature-copy {
  padding: 18px 24px;
}

.daniel-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.15fr);
  gap: 3rem;
  align-items: start;
}
.daniel-profile-copy p {
  line-height: 1.78;
}
.daniel-bio-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 30px;
  align-items: start;
}
.daniel-bio-photo {
  margin: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(6,27,53,.12);
}
.daniel-bio-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.daniel-bio-photo figcaption {
  padding: 12px 14px 13px;
  text-align: center;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .daniel-profile-layout {
    grid-template-columns: 1fr;
  }
  .daniel-bio-photo-grid {
    width: min(100%, 720px);
  }
}
@media (max-width: 620px) {
  .daniel-bio-photo-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* Final approved logo lockup: mockup D/L mark + title-case Deliso Law */
.brand-name {
  text-transform: none !important;
}
.brand-lockup {
  gap: 4px;
}
.footer-brand {
  gap: 5px;
}


/* Final logo refinement — Sept. 6, 2026 */
.brand-lockup {
  gap: 2px !important;
  align-items: center;
}
.brand-emblem {
  width: 78px !important;
  height: 78px !important;
  object-fit: contain;
  display: block;
}
.brand-stack {
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.brand-name {
  color: #0b2f57;
  font-size: 2.92rem;
  line-height: .95;
  letter-spacing: -.015em;
  text-transform: none !important;
  white-space: nowrap;
}
.brand-tagline {
  margin-top: 6px;
  color: #1b63b2;
  font-size: .77rem;
  letter-spacing: .18em;
  line-height: 1.12;
}
.footer-brand {
  gap: 3px !important;
  align-items: center;
  flex-wrap: nowrap;
}
.footer-emblem {
  width: 60px !important;
  height: 60px !important;
}
.footer-stack {
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.footer-name {
  color: #ffffff;
  line-height: .95;
  text-transform: none !important;
}
.footer-tagline {
  color: #b8ddff;
}
@media (max-width: 1040px) {
  .brand-lockup { gap: 2px !important; }
  .brand-emblem { width: 72px !important; height: 72px !important; }
  .brand-name { font-size: 2.56rem; }
  .brand-tagline { font-size: .72rem; }
  .footer-emblem { width: 56px !important; height: 56px !important; }
}
@media (max-width: 820px) {
  .brand-lockup { gap: 2px !important; }
  .brand-emblem { width: 62px !important; height: 62px !important; }
  .brand-name { font-size: 2.08rem; }
  .brand-tagline { margin-top: 5px; font-size: .63rem; letter-spacing: .15em; }
  .footer-brand { gap: 3px !important; }
  .footer-emblem { width: 50px !important; height: 50px !important; }
}
@media (max-width: 560px) {
  .brand-lockup { gap: 1px !important; }
  .brand-emblem { width: 52px !important; height: 52px !important; }
  .brand-name { font-size: 1.68rem; }
  .brand-tagline { margin-top: 4px; font-size: .55rem; letter-spacing: .12em; }
  .footer-brand { gap: 2px !important; }
  .footer-emblem { width: 44px !important; height: 44px !important; }
}

/* Sept. 6, 2026 — final Team placement + logo alignment correction */
.brand-lockup {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  column-gap: 0 !important;
}
.brand-emblem {
  flex: 0 0 auto !important;
  width: 82px !important;
  height: 82px !important;
  margin: 0 -5px 0 0 !important;
  object-fit: contain !important;
  vertical-align: middle !important;
}
.brand-stack {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
  margin: 0 !important;
}
.brand-name {
  display: block !important;
  margin: 0 !important;
  color: #0b2f57 !important;
  font-size: 2.90rem !important;
  line-height: .94 !important;
  letter-spacing: -.017em !important;
  text-transform: none !important;
  white-space: nowrap !important;
}
.brand-tagline {
  display: block !important;
  margin: 6px 0 0 !important;
  color: #1b63b2 !important;
  line-height: 1.05 !important;
}
.footer-brand {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  column-gap: 0 !important;
}
.footer-logo-shell {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 -3px 0 0 !important;
}
.footer-emblem {
  width: 62px !important;
  height: 62px !important;
}
.footer-name {
  color: #fff !important;
  line-height: .94 !important;
  text-transform: none !important;
}
.footer-tagline {
  color: #b8ddff !important;
}

/* Daniel Johnson sits directly below Joseph with his two photos beside his bio */
.team-feature {
  grid-template-columns: minmax(440px, 540px) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}
.team-feature-photo-pair {
  gap: 30px;
}
.team-feature-photo img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .brand-emblem { width: 72px !important; height: 72px !important; margin-right: -4px !important; }
  .brand-name { font-size: 2.52rem !important; }
}
@media (max-width: 900px) {
  .team-feature { grid-template-columns: 1fr; gap: 26px; }
  .team-feature-photo-pair { width: min(100%, 650px); margin: 0 auto; gap: 24px; }
}
@media (max-width: 820px) {
  .brand-emblem { width: 62px !important; height: 62px !important; margin-right: -3px !important; }
  .brand-name { font-size: 2.06rem !important; }
}
@media (max-width: 560px) {
  .brand-emblem { width: 50px !important; height: 50px !important; margin-right: -2px !important; }
  .brand-name { font-size: 1.64rem !important; }
  .brand-tagline { margin-top: 4px !important; }
  .footer-emblem { width: 44px !important; height: 44px !important; }
  .team-feature-photo-pair { gap: 16px; }
}

/* Sept. 6, 2026 — remove footer logo box on every page */
.site-footer .footer-logo-shell,
.footer-logo-shell {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
}
.site-footer .footer-emblem,
.footer-emblem {
  display: block !important;
  background: transparent !important;
}


/* Sept. 6, 2026 — visual corrections: footer contrast, Daniel squares, split-practice spacing */
.site-footer .footer-emblem,
.footer-emblem {
  filter: none !important;
  opacity: 1 !important;
  background: transparent !important;
}

/* Daniel photos: the photograph itself is a true square; captions sit outside the square. */
.team-feature-photo,
.daniel-bio-photo {
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.team-feature-photo img,
.daniel-bio-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 34px rgba(6,27,53,.13) !important;
}
.team-feature-photo figcaption,
.daniel-bio-photo figcaption {
  background: transparent !important;
  padding: 10px 4px 0 !important;
}
.team-feature-photo-pair,
.daniel-bio-photo-grid {
  align-items: start !important;
}

/* Construction / Premises / Sidewalk panels: eliminate excessive blank upper area. */
.split-panel {
  min-height: 470px !important;
  align-items: center !important;
}
.panel-content {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media (max-width: 900px) {
  .split-panel { min-height: 410px !important; }
  .panel-content { padding-top: 34px !important; padding-bottom: 34px !important; }
}
@media (max-width: 560px) {
  .split-panel { min-height: 360px !important; }
  .panel-content { padding-top: 28px !important; padding-bottom: 28px !important; }
}

/* Sept. 6, 2026 — final optical logo alignment correction */
.brand-lockup {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  column-gap: 5px !important;
}
.brand-emblem {
  width: 78px !important;
  height: 78px !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
}
.brand-stack {
  margin: 0 !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
}
.brand-name {
  margin: 0 !important;
  line-height: .95 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}
.brand-tagline {
  margin: 6px 0 0 !important;
}

/* Footer: same lockup, but optically lift the light monogram slightly. */
.site-footer .footer-brand,
.footer-brand {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  column-gap: 6px !important;
}
.site-footer .footer-logo-shell,
.footer-logo-shell {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  line-height: 0 !important;
}
.site-footer .footer-emblem,
.footer-emblem {
  width: 58px !important;
  height: 58px !important;
  margin: 0 !important;
  transform: translateY(-2px) !important;
  object-fit: contain !important;
}
.footer-stack {
  margin: 0 !important;
  align-items: flex-start !important;
  justify-content: center !important;
}
.footer-name {
  margin: 0 !important;
  line-height: .95 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}
.footer-tagline {
  margin-top: 5px !important;
}

@media (max-width: 1040px) {
  .brand-lockup { column-gap: 4px !important; }
  .brand-emblem { width: 70px !important; height: 70px !important; }
  .footer-brand { column-gap: 5px !important; }
  .footer-emblem { width: 54px !important; height: 54px !important; }
}
@media (max-width: 820px) {
  .brand-lockup { column-gap: 4px !important; }
  .brand-emblem { width: 60px !important; height: 60px !important; }
  .footer-emblem { width: 48px !important; height: 48px !important; }
}
@media (max-width: 560px) {
  .brand-lockup { column-gap: 3px !important; }
  .brand-emblem { width: 50px !important; height: 50px !important; }
  .footer-brand { column-gap: 4px !important; }
  .footer-emblem { width: 43px !important; height: 43px !important; transform: translateY(-1px) !important; }
}


/* Sept. 6, 2026 — clean exact approved D/L mark; footer enlarged and tightened */
.brand-lockup {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  column-gap: 1px !important;
}
.brand-emblem {
  width: 82px !important;
  height: 82px !important;
  margin: 0 !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}
.brand-stack {
  margin: 0 !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
}
.brand-name {
  margin: 0 !important;
  color: #0b2f57 !important;
  line-height: .95 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}
.site-footer .footer-brand,
.footer-brand {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  column-gap: 1px !important;
}
.site-footer .footer-logo-shell,
.footer-logo-shell {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  line-height: 0 !important;
}
.site-footer .footer-emblem,
.footer-emblem {
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  transform: none !important;
  object-fit: contain !important;
  background: transparent !important;
}
.footer-stack {
  margin: 0 !important;
  align-items: flex-start !important;
  justify-content: center !important;
}
.footer-name {
  margin: 0 !important;
  color: #fff !important;
  line-height: .95 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}
.footer-tagline {
  margin-top: 5px !important;
  color: #c5e3ff !important;
}
@media (max-width: 1040px) {
  .brand-emblem { width: 72px !important; height: 72px !important; }
  .footer-emblem { width: 64px !important; height: 64px !important; }
}
@media (max-width: 820px) {
  .brand-emblem { width: 62px !important; height: 62px !important; }
  .footer-emblem { width: 56px !important; height: 56px !important; }
}
@media (max-width: 560px) {
  .brand-lockup, .footer-brand { column-gap: 0 !important; }
  .brand-emblem { width: 51px !important; height: 51px !important; }
  .footer-emblem { width: 48px !important; height: 48px !important; }
}


/* Final Joseph Deliso attorney profile portrait: actual square file, no stretching */
.attorney-profile-grid {
  grid-template-columns: 340px minmax(0, 1fr) !important;
  gap: 2.5rem !important;
  align-items: start !important;
}
.attorney-profile-grid > div:first-child {
  width: 320px !important;
  max-width: 100% !important;
}
.attorney-profile-grid img.joseph-profile-photo {
  display: block !important;
  width: 320px !important;
  max-width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  aspect-ratio: auto !important;
  object-fit: initial !important;
  object-position: initial !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(11,35,62,.14) !important;
  margin: 0 !important;
}
@media (max-width: 900px) {
  .attorney-profile-grid { grid-template-columns: 1fr !important; }
  .attorney-profile-grid > div:first-child { width: min(300px, 100%) !important; }
  .attorney-profile-grid img.joseph-profile-photo {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
  }
}

/* Sept. 6, 2026 — Joseph profile: true square portrait above biography */
.joseph-profile-stacked {
  display: block !important;
  max-width: 980px;
  margin: 0 auto;
}
.joseph-profile-photo-wrap {
  width: 300px !important;
  height: 300px !important;
  margin: 0 auto 34px !important;
  overflow: hidden !important;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(11,35,62,.14);
  background: #eef3f8;
}
.joseph-profile-photo-wrap .joseph-profile-photo {
  display: block !important;
  width: 300px !important;
  height: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.joseph-profile-stacked .attorney-copy {
  width: min(100%, 880px);
  margin: 0 auto;
}
@media (max-width: 620px) {
  .joseph-profile-photo-wrap {
    width: 260px !important;
    height: 260px !important;
    margin-bottom: 28px !important;
  }
  .joseph-profile-photo-wrap .joseph-profile-photo {
    width: 260px !important;
    height: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
  }
}

/* Sept. 6, 2026 — Joseph profile square portrait card */
.joseph-profile-stacked {
  display: block !important;
  max-width: 980px;
  margin: 0 auto;
}
.joseph-profile-photo-wrap {
  width: 340px !important;
  height: 340px !important;
  margin: 0 auto 34px !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 42px rgba(11,35,62,.16) !important;
  background: #e9eef4 !important;
}
.joseph-profile-photo-wrap .joseph-profile-photo {
  display: block !important;
  width: 340px !important;
  height: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.joseph-profile-stacked .attorney-copy {
  width: min(100%, 880px);
  margin: 0 auto;
}
@media (max-width: 620px) {
  .joseph-profile-photo-wrap {
    width: 290px !important;
    height: 290px !important;
    margin-bottom: 28px !important;
  }
  .joseph-profile-photo-wrap .joseph-profile-photo {
    width: 290px !important;
    height: 290px !important;
    min-width: 290px !important;
    max-width: 290px !important;
  }
}

/* Sept. 6, 2026 — Joseph profile: wider natural-proportion portrait */
.joseph-profile-stacked {
  display: block !important;
  max-width: 980px;
  margin: 0 auto;
}
.joseph-profile-photo-wrap {
  width: min(100%, 440px) !important;
  height: auto !important;
  margin: 0 auto 34px !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(11,35,62,.14) !important;
  background: transparent !important;
}
.joseph-profile-photo-wrap .joseph-profile-photo {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  object-fit: initial !important;
  object-position: initial !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.joseph-profile-stacked .attorney-copy {
  width: min(100%, 880px);
  margin: 0 auto;
}
@media (max-width: 620px) {
  .joseph-profile-photo-wrap {
    width: min(100%, 360px) !important;
    margin-bottom: 28px !important;
  }
}


/* Sept. 6, 2026 — Joseph Deliso profile page redesign */
.joseph-profile-redesign {
  padding-top: 78px;
  padding-bottom: 82px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}
.joseph-profile-overview {
  display: grid;
  grid-template-columns: minmax(330px, 430px) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 78px);
  align-items: start;
}
.joseph-profile-visual {
  position: sticky;
  top: 150px;
}
.joseph-profile-card {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(11,47,87,.10);
  box-shadow: 0 22px 52px rgba(11,35,62,.14);
}
.joseph-profile-card .joseph-profile-main-photo {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  aspect-ratio: auto !important;
  object-fit: initial !important;
  object-position: initial !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.joseph-profile-card figcaption {
  display: grid;
  gap: 3px;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(11,47,87,.08);
  background: #fff;
}
.joseph-profile-card figcaption strong {
  font: 700 1.3rem var(--serif);
  color: #0b2f57;
}
.joseph-profile-card figcaption span {
  color: #607189;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.joseph-profile-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 14px;
}
.joseph-profile-highlights div {
  padding: 15px 14px;
  border-radius: 14px;
  background: #eef5fb;
  border: 1px solid rgba(18,101,216,.10);
}
.joseph-profile-highlights strong {
  display: block;
  color: #0b2f57;
  font: 700 1.15rem var(--serif);
}
.joseph-profile-highlights span {
  display: block;
  margin-top: 2px;
  color: #607189;
  font-size: .78rem;
  line-height: 1.4;
}
.joseph-profile-copy h2 {
  max-width: 760px;
  margin-bottom: 24px;
}
.joseph-profile-copy > p:not(.eyebrow) {
  color: #4f6175;
  font-size: 1.02rem;
  line-height: 1.82;
}
.joseph-profile-credentials {
  margin-top: 28px;
}
@media (max-width: 980px) {
  .joseph-profile-overview {
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
    gap: 38px;
  }
  .joseph-profile-visual { position: static; }
}
@media (max-width: 820px) {
  .joseph-profile-redesign { padding-top: 58px; }
  .joseph-profile-overview { grid-template-columns: 1fr; }
  .joseph-profile-visual {
    width: min(100%, 500px);
    margin: 0 auto;
  }
  .joseph-profile-copy { width: min(100%, 760px); margin: 0 auto; }
}
@media (max-width: 560px) {
  .joseph-profile-redesign { padding-top: 42px; padding-bottom: 64px; }
  .joseph-profile-highlights { grid-template-columns: 1fr 1fr; }
  .joseph-profile-card { border-radius: 18px; }
}


/* Sept. 6, 2026 — Homepage Joseph Deliso / Team section redesign */
.joseph-team-redesign {
  background:
    radial-gradient(circle at 12% 15%, rgba(80,159,239,.08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
  overflow: hidden;
}
.joseph-team-redesign > .container {
  width: min(1240px, calc(100% - 40px));
}

.joseph-home-feature {
  display: grid;
  grid-template-columns: minmax(390px, 500px) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 82px);
  align-items: start;
}

.joseph-home-photo-column {
  position: relative;
  min-width: 0;
}
.joseph-home-photo {
  margin: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: #eef3f8;
  box-shadow: 0 24px 58px rgba(6,27,53,.16);
}
.joseph-home-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: initial !important;
  object-position: initial !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.joseph-home-photo figcaption {
  display: grid;
  gap: 3px;
  padding: 17px 20px 18px;
  background: #fff;
  border-top: 1px solid #e5edf5;
}
.joseph-home-photo figcaption strong {
  color: var(--navy);
  font: 700 1.28rem var(--serif);
}
.joseph-home-photo figcaption span {
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.joseph-experience-badge {
  position: absolute;
  right: -20px;
  bottom: 78px;
  width: 178px;
  padding: 17px 18px;
  border-radius: 18px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 16px 38px rgba(6,27,53,.22);
}
.joseph-experience-badge strong {
  display: block;
  color: #fff;
  font: 700 2.5rem/1 var(--serif);
}
.joseph-experience-badge span {
  display: block;
  margin-top: 6px;
  color: #cfe5fb;
  font-size: .73rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.joseph-home-copy {
  padding-top: 4px;
}
.joseph-home-copy h2 {
  max-width: 700px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(2.35rem, 4.2vw, 4rem);
  line-height: 1.02;
}
.joseph-home-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: #385069;
  font-size: 1.02rem;
  line-height: 1.78;
}
.joseph-home-copy > p strong {
  color: var(--navy);
}

.joseph-credential-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 28px;
}
.joseph-credential-card {
  min-height: 146px;
  padding: 18px 18px 17px;
  border: 1px solid #d8e4ef;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(6,27,53,.055);
}
.joseph-credential-card .credential-label {
  display: block;
  margin-bottom: 11px;
  color: var(--blue);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.joseph-credential-card strong {
  display: block;
  color: var(--navy);
  font-size: .94rem;
  line-height: 1.35;
}
.joseph-credential-card small {
  display: block;
  margin-top: 7px;
  color: #61768b;
  font-size: .78rem;
  line-height: 1.45;
}
.joseph-profile-button {
  width: fit-content;
}

.joseph-client-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  border: 1px solid #d7e3ee;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 38px rgba(6,27,53,.07);
}
.joseph-client-values > div {
  position: relative;
  padding: 24px 26px 22px;
}
.joseph-client-values > div + div {
  border-left: 1px solid #d7e3ee;
}
.joseph-client-values .value-number {
  display: block;
  margin-bottom: 8px;
  color: #8cb8e2;
  font: 700 1.05rem var(--serif);
}
.joseph-client-values strong {
  display: block;
  color: var(--navy);
  font-size: 1rem;
}
.joseph-client-values p {
  margin: 5px 0 0;
  color: #61768b;
  font-size: .86rem;
}

.team-divider {
  max-width: 780px;
  margin: 94px auto 36px;
  text-align: center;
}
.team-divider h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(2rem, 3.4vw, 3.15rem);
}

.daniel-home-feature {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(470px, 1.16fr);
  gap: 48px;
  align-items: center;
  padding: 34px;
  border: 1px solid #d9e5ef;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(6,27,53,.08);
}
.daniel-home-copy {
  padding: 8px 4px 8px 8px;
}
.daniel-home-copy h3 {
  margin-bottom: 15px;
  color: var(--navy);
  font-size: clamp(2rem, 3.2vw, 2.85rem);
}
.daniel-home-copy > p:not(.eyebrow) {
  color: #40576e;
  line-height: 1.72;
}
.daniel-home-photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.daniel-home-photo-pair figure {
  margin: 0;
}
.daniel-home-photo-pair img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(6,27,53,.13);
}
.daniel-home-photo-pair figcaption {
  padding: 11px 4px 0;
  color: var(--navy);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .105em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .joseph-home-feature {
    grid-template-columns: minmax(340px, 430px) minmax(0, 1fr);
    gap: 46px;
  }
  .joseph-credential-grid {
    grid-template-columns: 1fr;
  }
  .joseph-credential-card {
    min-height: 0;
  }
  .daniel-home-feature {
    grid-template-columns: 1fr;
  }
  .daniel-home-photo-pair {
    width: min(100%, 650px);
  }
}

@media (max-width: 800px) {
  .joseph-home-feature {
    grid-template-columns: 1fr;
  }
  .joseph-home-photo-column {
    width: min(100%, 560px);
    margin: 0 auto;
  }
  .joseph-experience-badge {
    right: 18px;
    bottom: 78px;
  }
  .joseph-home-copy {
    max-width: 700px;
    margin: 0 auto;
  }
  .joseph-client-values {
    grid-template-columns: 1fr;
  }
  .joseph-client-values > div + div {
    border-left: 0;
    border-top: 1px solid #d7e3ee;
  }
}

@media (max-width: 620px) {
  .joseph-team-redesign > .container {
    width: min(100% - 28px, 1240px);
  }
  .joseph-home-photo {
    border-radius: 20px;
  }
  .joseph-experience-badge {
    position: static;
    width: auto;
    margin-top: 14px;
    border-radius: 16px;
  }
  .joseph-experience-badge strong {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.8rem;
  }
  .joseph-experience-badge span {
    display: inline;
  }
  .joseph-home-copy h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }
  .joseph-client-values {
    margin-top: 40px;
  }
  .team-divider {
    margin-top: 70px;
  }
  .daniel-home-feature {
    padding: 20px;
  }
  .daniel-home-photo-pair {
    gap: 14px;
  }
  .daniel-home-photo-pair figcaption {
    font-size: .62rem;
  }
}


/* Sept. 6, 2026 — final brand tagline cleanup */
.brand-tagline {
  padding: 0 !important;
  line-height: 1.15 !important;
}
.brand-tagline::before,
.brand-tagline::after {
  content: none !important;
  display: none !important;
}
.footer-tagline {
  padding: 0 !important;
  line-height: 1.15 !important;
}
.footer-tagline::before,
.footer-tagline::after {
  content: none !important;
  display: none !important;
}

/* Sept. 7, 2026 — final hero name-label spacing refinement */
.hero-person-label {
  right: max(8px, calc((100vw - 1180px) / 2 - 154px)) !important;
  top: 198px !important;
}
@media (max-width: 1180px) {
  .hero-person-label {
    right: 10px !important;
    top: 190px !important;
  }
}

/* Sept. 7, 2026 — hero name label nudged a touch farther from Joseph's face */
.hero-person-label {
  right: max(4px, calc((100vw - 1180px) / 2 - 162px)) !important;
  top: 196px !important;
}
@media (max-width: 1180px) {
  .hero-person-label {
    right: 6px !important;
    top: 188px !important;
  }
}

/* Sept. 7, 2026 — civil-rights hero wording/link refinement */
.hero-civil-rights-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: -16px 0 27px;
  color: #b9dcff;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}
.hero-civil-rights-link:hover,
.hero-civil-rights-link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.hero-civil-rights-link span {
  transition: transform .18s ease;
}
.hero-civil-rights-link:hover span,
.hero-civil-rights-link:focus-visible span {
  transform: translateX(3px);
}
@media (max-width: 620px) {
  .hero-civil-rights-link {
    margin-top: -12px;
    margin-bottom: 24px;
    font-size: .88rem;
  }
}
/* Mobile hero: separate photograph from text */
@media (max-width: 560px) {
  .hero {
    display: block;
    background: #0b315d;
  }

  .hero-photo {
    position: relative;
    inset: auto;
    z-index: 0;
    height: 300px;
    background-size: cover;
    background-position: 82% center;
  }

  .hero-overlay,
  .hero-grid {
    display: none;
  }

  .hero-content {
    padding: 48px 0 55px;
  }
}
