/* ===== Black Law P.A. — Shared Stylesheet ===== */
/* Loaded by every page. Edit here to change site-wide. */

:root {
  --black: #0a0a0a;
  --charcoal: #1a1a1a;
  --gray-dark: #363636;
  --gray-mid: #666666;
  --gray-light: #cccccc;
  --gray-pale: #f4f4f4;
  --off-white: #fafafa;
  --white: #ffffff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Spectral', Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

/* ===== NAV ===== */
nav.topnav {
  position: sticky; top: 0;
  background: var(--white);
  border-bottom: 1px solid var(--gray-light);
  z-index: 100;
  height: 80px;
  display: flex; align-items: center;
  padding: 0 48px;
}
nav.topnav .inner {
  display: flex; align-items: center;
  width: 100%; max-width: 1400px;
  margin: 0 auto; justify-content: space-between;
}
.logo {
  display: inline-flex; align-items: center;
  text-decoration: none; line-height: 1;
}
.logo-img { height: 56px; width: auto; display: block; }
nav.topnav .logo-img { filter: invert(1); }
footer .logo-img { filter: none; height: 64px; }

.nav-links {
  display: flex; gap: 36px;
  list-style: none; align-items: center;
}
.nav-links a {
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--black); text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.nav-links a:not(.btn):hover { color: var(--gray-mid); }
.nav-links a:not(.btn)::after {
  content: ''; position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 1px; background: var(--black);
  transform: scaleX(0); transition: transform 0.3s;
}
.nav-links a:not(.btn):hover::after,
.nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--black); }

/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  background: var(--black);
  color: var(--white) !important;
  padding: 14px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--black);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn:hover {
  background: var(--white);
  color: var(--black) !important;
}
.btn-light {
  background: var(--white);
  color: var(--black) !important;
  border: 1px solid var(--white);
}
.btn-light:hover {
  background: transparent;
  color: var(--white) !important;
}
.btn-outline {
  background: transparent;
  color: var(--black) !important;
  border: 1px solid var(--black);
}
.btn-outline:hover { background: var(--black); color: var(--white) !important; }

/* ===== HERO (homepage) ===== */
/* Tiger shark in the Bahamas (Florida-adjacent waters) by Gerald Schömbs, Unsplash.
   Background-size is intentionally >100% so the image overflows horizontally —
   that's what gives us room to slide the shark to the right via background-position. */
.hero {
  height: 92vh; min-height: 620px;
  background:
    linear-gradient(to right, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.65) 32%, rgba(0,0,0,0.2) 58%, rgba(0,0,0,0.05) 100%),
    url('https://images.unsplash.com/photo-1560275619-4662e36fa65c?w=2400&q=80&fit=crop') 0% 25% / 155% auto no-repeat,
    var(--black);
  filter: grayscale(100%);
  display: flex; align-items: flex-start;
  padding: 160px 48px 96px;
  position: relative;
}
.hero-content { max-width: 640px; position: relative; z-index: 2; }
.hero h1 {
  font-family: 'Spectral', serif;
  font-size: 94px; font-weight: 600;
  line-height: 0.95; color: var(--white);
  margin-bottom: 18px;
  letter-spacing: -0.035em;
}
.hero .hero-ornament {
  width: 56px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  margin: 0 0 22px;
}
.hero .hero-tagline {
  font-family: 'Spectral', serif;
  font-size: 32px; font-weight: 300;
  font-style: italic;
  line-height: 1.15; color: var(--white);
  opacity: 0.92;
  margin-bottom: 36px;
  letter-spacing: -0.005em;
  max-width: none;
}
.hero .hero-subhead {
  font-size: 19px; color: var(--white);
  opacity: 0.92; margin-bottom: 36px;
  max-width: 480px; line-height: 1.55;
}
.photo-credit {
  position: absolute; bottom: 16px; right: 24px;
  font-family: 'Inter', sans-serif;
  font-size: 10px; color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em; text-transform: uppercase; z-index: 2;
}

/* ===== INNER PAGE HEADER (smaller hero for non-homepage pages) ===== */
.page-header {
  background: var(--black);
  color: var(--white);
  padding: 140px 48px 80px;
  position: relative;
}
.page-header .inner {
  max-width: 1280px; margin: 0 auto;
}
.page-header .eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gray-light);
  text-align: left;
  margin-bottom: 20px;
}
.page-header h1 {
  font-family: 'Spectral', serif;
  font-size: 64px; font-weight: 600;
  line-height: 1.05; letter-spacing: -0.02em;
  color: var(--white);
  max-width: 900px;
}
.page-header .lede {
  font-size: 22px; line-height: 1.5;
  color: var(--gray-light);
  margin-top: 24px; max-width: 720px;
}

/* ===== SECTIONS ===== */
section { padding: 120px 48px; }
.section-pale { background: var(--gray-pale); }
.section-black { background: var(--black); color: var(--white); }
.container { max-width: 1280px; margin: 0 auto; }
.container-text { max-width: 760px; margin: 0 auto; text-align: center; }
.container-narrow { max-width: 860px; margin: 0 auto; }

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gray-mid);
  text-align: center;
  margin-bottom: 28px;
}
.section-black .eyebrow { color: var(--gray-light); }

h2 {
  font-family: 'Spectral', serif;
  font-size: 52px; font-weight: 600;
  line-height: 1.1; letter-spacing: -0.015em;
  color: var(--black);
  text-align: center;
  margin-bottom: 32px;
}
.section-black h2 { color: var(--white); }
h3 {
  font-family: 'Spectral', serif;
  font-size: 24px; font-weight: 600;
  line-height: 1.25; color: var(--black);
  margin-bottom: 12px;
}
.section-intro p {
  font-size: 22px; line-height: 1.65;
  color: var(--charcoal);
}

/* ===== IMAGE BAND ===== */
/* Burrowing owl (Florida-native; symbol of wisdom) by Rolando Yera, Unsplash */
.image-band {
  height: 70vh; min-height: 480px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%),
    url('https://images.unsplash.com/photo-1627000541127-260ecb511119?w=2400&q=80&fit=crop') center 30% / cover no-repeat;
  filter: grayscale(100%);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 0 48px;
  position: relative;
}
.image-band blockquote {
  max-width: 760px; color: var(--white);
  font-family: 'Spectral', serif;
  font-size: 38px; font-weight: 400; line-height: 1.3;
  font-style: italic; letter-spacing: -0.01em;
}
.image-band cite {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 500;
  font-style: normal;
  color: var(--white); opacity: 0.8;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-top: 24px;
}

/* ===== PRACTICE AREAS GRID ===== */
.grid-3 {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; margin-top: 64px;
  border-top: 1px solid var(--gray-light);
  border-left: 1px solid var(--gray-light);
}
.practice-card {
  border-right: 1px solid var(--gray-light);
  border-bottom: 1px solid var(--gray-light);
  padding: 48px 36px;
  background: var(--white);
  text-decoration: none; color: inherit;
  transition: background 0.2s;
  position: relative;
  display: flex; flex-direction: column;
  min-height: 240px;
}
.section-pale .practice-card { background: transparent; }
.practice-card:hover { background: var(--black); }
.practice-card:hover h3,
.practice-card:hover p,
.practice-card:hover .arrow { color: var(--white); }
.practice-card .arrow {
  position: absolute; top: 32px; right: 32px;
  color: var(--black); font-size: 18px;
  font-family: 'Inter', sans-serif;
  transition: color 0.2s;
}
.practice-card h3 {
  margin-bottom: 14px; padding-right: 36px;
  transition: color 0.2s;
}
.practice-card p {
  font-size: 16px; color: var(--gray-dark);
  line-height: 1.6; transition: color 0.2s;
}
.grid-link { text-align: center; margin-top: 56px; }
.grid-link a {
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--black); text-decoration: none;
  border-bottom: 1px solid var(--black);
  padding-bottom: 4px;
  transition: opacity 0.2s;
}
.grid-link a:hover { opacity: 0.6; }

/* ===== ATTORNEYS GRID ===== */
.grid-4 {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px; margin-top: 64px;
}
.attorney-card { text-align: left; }
.attorney-card a.attorney-link {
  text-decoration: none; color: inherit;
  display: block;
}
.attorney-photo {
  aspect-ratio: 4 / 5;
  background-color: var(--gray-light);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.attorney-link:hover .attorney-photo { filter: grayscale(70%); }
.photo-kelsey  { background-image: url('/photos/kelsey-black.jpg'); }
.photo-cody    { background-image: url('/photos/cody-shilling.jpg'); }
.photo-patrick { background-image: url('/photos/patrick-wier.jpg'); }
.photo-samantha{ background-image: url('/photos/samantha-iglesias.jpg'); }
.attorney-card h3 { font-size: 22px; margin-bottom: 6px; }
.attorney-card .title {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gray-mid); margin-bottom: 18px;
}
.attorney-card .bio-link {
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--black); text-decoration: none;
  border-bottom: 1px solid var(--black);
  padding-bottom: 2px;
}

/* ===== DIFFERENTIATORS ===== */
.grid-4-text {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 56px; margin-top: 72px;
}
.differentiator .ornament {
  width: 32px; height: 1px; background: var(--black);
  margin-bottom: 24px;
}
.differentiator h3 { font-size: 22px; margin-bottom: 12px; }
.differentiator p { font-size: 16px; color: var(--gray-dark); }

/* ===== PALM ACCENT BAND ===== */
.palm-band {
  height: 320px;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%),
    url('https://images.unsplash.com/photo-1529344173594-5f748ed24b2c?w=2400&q=80&fit=crop') center/cover no-repeat;
  filter: grayscale(100%);
}

/* ===== INSIGHTS ===== */
.insight-card { text-align: left; }
.insight-image {
  aspect-ratio: 16 / 10;
  background: var(--gray-light);
  margin-bottom: 20px;
  filter: grayscale(100%);
}
.insight-card .date {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gray-mid); margin-bottom: 12px;
}
.insight-card h3 { font-size: 22px; margin-bottom: 16px; }
.insight-card .read-more {
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--black); text-decoration: none;
  border-bottom: 1px solid var(--black);
  padding-bottom: 2px;
}

/* ===== CTA SECTION ===== */
.cta-section { text-align: center; }
.cta-section h2 { color: var(--white); margin-bottom: 24px; }
.cta-section p {
  font-size: 21px; color: var(--gray-light);
  max-width: 600px; margin: 0 auto 40px;
}

/* ===== INNER-PAGE LAYOUTS ===== */

/* Bio page layout: 2-column on desktop (bio text + credentials sidebar) */
.bio-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.bio-body p { margin-bottom: 1.5em; font-size: 19px; line-height: 1.75; }
.bio-body p:last-child { margin-bottom: 0; }
.bio-aside {
  border-left: 1px solid var(--gray-light);
  padding-left: 48px;
}
.bio-aside h4 {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gray-mid);
  margin-bottom: 14px; margin-top: 32px;
}
.bio-aside h4:first-child { margin-top: 0; }
.bio-aside ul { list-style: none; padding: 0; }
.bio-aside li {
  font-size: 16px; line-height: 1.55;
  margin-bottom: 8px; color: var(--charcoal);
}
.bio-aside .contact-block {
  background: var(--gray-pale);
  padding: 24px;
  margin-bottom: 32px;
}
.bio-aside .contact-block p {
  margin: 0; font-size: 16px; line-height: 1.6;
}
.bio-aside .contact-block a {
  color: var(--black); text-decoration: none;
  border-bottom: 1px solid var(--gray-light);
}
.bio-aside .contact-block a:hover { border-color: var(--black); }

/* Practice area page: text with sidebar of other practice areas */
.pa-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.pa-body p { margin-bottom: 1.5em; font-size: 19px; line-height: 1.75; }
.pa-body p:last-child { margin-bottom: 0; }
.pa-body ul { margin: 0 0 1.5em 1.5em; }
.pa-body li { margin-bottom: 0.5em; font-size: 18px; line-height: 1.7; }
.pa-aside {
  border-left: 1px solid var(--gray-light);
  padding-left: 48px;
}
.pa-aside h4 {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gray-mid);
  margin-bottom: 18px;
}
.pa-aside ul { list-style: none; padding: 0; }
.pa-aside li { margin-bottom: 8px; }
.pa-aside li a {
  display: block;
  color: var(--charcoal);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid var(--gray-pale);
  transition: color 0.2s, padding 0.2s;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}
.pa-aside li a:hover {
  color: var(--black);
  padding-left: 8px;
}
.pa-aside li a.current {
  color: var(--black);
  font-weight: 600;
  padding-left: 8px;
  border-bottom-color: var(--black);
}

/* Standalone CTA block (used inside inner pages) */
.cta-block {
  background: var(--gray-pale);
  padding: 64px 48px;
  text-align: center;
  margin-top: 80px;
}
.cta-block h3 {
  font-size: 36px; margin-bottom: 16px;
}
.cta-block p {
  font-size: 18px; color: var(--gray-dark);
  margin-bottom: 32px;
}

/* ===== FOOTER ===== */
footer {
  background: var(--black);
  color: var(--white);
  padding: 96px 48px 32px;
}
.newsletter-band {
  max-width: 1280px;
  margin: 0 auto 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--gray-dark);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.newsletter-band h4 {
  font-family: 'Spectral', serif;
  font-size: 26px; font-weight: 600;
  color: var(--white);
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}
.newsletter-band p {
  font-size: 15px;
  color: var(--gray-light);
  font-family: 'Inter', sans-serif;
}
.newsletter-form {
  display: flex; gap: 0;
}
.newsletter-form input[type="email"] {
  flex: 1; padding: 14px 18px;
  background: transparent;
  border: 1px solid var(--gray-dark);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  outline: none;
}
.newsletter-form input[type="email"]:focus { border-color: var(--white); }
.newsletter-form input[type="email"]::placeholder { color: var(--gray-mid); }
.newsletter-form button {
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--white);
  padding: 14px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.newsletter-form button:hover {
  background: var(--black); color: var(--white);
}
.footer-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--gray-dark);
}
.footer-brand .logo {
  color: var(--white); margin-bottom: 16px; display: block;
}
.footer-brand p {
  font-family: 'Spectral', serif;
  font-style: italic; font-size: 17px;
  color: var(--white); opacity: 0.85;
  margin-bottom: 28px;
}
.social-row {
  display: flex; gap: 16px; align-items: center;
}
.social-row a {
  display: inline-flex; width: 36px; height: 36px;
  align-items: center; justify-content: center;
  border: 1px solid var(--gray-dark);
  color: var(--white); text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.social-row a:hover {
  background: var(--white); color: var(--black);
  border-color: var(--white);
}
footer h4 {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
footer address {
  font-family: 'Inter', sans-serif;
  font-style: normal; font-size: 14px;
  line-height: 1.8; color: var(--gray-light);
}
footer address a { color: inherit; text-decoration: none; }
footer address a:hover { color: var(--white); }
footer ul { list-style: none; }
footer ul li {
  font-family: 'Inter', sans-serif;
  font-size: 14px; line-height: 2;
}
footer ul a {
  color: var(--gray-light); text-decoration: none;
  transition: color 0.2s;
}
footer ul a:hover { color: var(--white); }
.footer-bottom {
  max-width: 1280px; margin: 32px auto 0;
  display: flex; justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-size: 13px; color: var(--gray-light);
}
.footer-bottom a {
  color: var(--gray-light); text-decoration: none;
  margin-left: 24px;
}
.footer-bottom a:hover { color: var(--white); }

/* ===== CONTACT PAGE ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.contact-form label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gray-dark);
  margin-bottom: 8px; margin-top: 24px;
}
.contact-form label:first-child { margin-top: 0; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--gray-light);
  background: var(--white);
  font-family: 'Spectral', serif;
  font-size: 17px;
  color: var(--black);
  outline: none;
  transition: border-color 0.2s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--black); }
.contact-form textarea { resize: vertical; min-height: 140px; line-height: 1.55; }
.contact-form .submit-row { margin-top: 40px; }
.offices-block { padding-top: 8px; }
.office {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray-light);
}
.office:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.office h3 {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gray-mid);
  margin-bottom: 16px;
}
.office address {
  font-family: 'Spectral', serif;
  font-style: normal;
  font-size: 17px;
  line-height: 1.7;
  color: var(--black);
  margin-bottom: 16px;
}
.office .map-frame {
  width: 100%; height: 240px;
  border: 1px solid var(--gray-light);
  margin-top: 16px;
}
.office a { color: var(--black); text-decoration: none; border-bottom: 1px solid var(--gray-light); }
.office a:hover { border-color: var(--black); }
.hours-strip {
  background: var(--gray-pale);
  padding: 28px 32px;
  margin-top: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--gray-dark);
  display: flex; justify-content: space-between; flex-wrap: wrap;
}
.hours-strip strong {
  font-weight: 600;
  color: var(--black);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

/* ===== MOBILE ===== */
@media (max-width: 1024px) {
  .bio-grid, .pa-grid, .contact-grid { grid-template-columns: 1fr; gap: 56px; }
  .bio-aside, .pa-aside { border-left: 0; border-top: 1px solid var(--gray-light); padding-left: 0; padding-top: 48px; }
  .newsletter-band { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 768px) {
  nav.topnav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero {
    padding: 110px 24px 64px;
    height: 80vh; min-height: 520px;
    /* On narrow viewports, use a top-down gradient so text stays readable */
    background:
      linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.55) 100%),
      url('https://images.unsplash.com/photo-1560275619-4662e36fa65c?w=1600&q=80&fit=crop') 55% 30% / cover no-repeat,
      var(--black);
    filter: grayscale(100%);
  }
  .hero h1 { font-size: 42px; line-height: 1.02; }
  .hero .hero-tagline { font-size: 22px; margin-bottom: 22px; }
  .hero .hero-subhead { font-size: 16px; max-width: none; }
  .page-header { padding: 96px 24px 56px; }
  .page-header h1 { font-size: 38px; }
  .page-header .lede { font-size: 18px; }
  section { padding: 64px 24px; }
  h2 { font-size: 32px; }
  .image-band { padding: 0 24px; }
  .image-band blockquote { font-size: 24px; }
  .grid-3, .grid-4, .grid-4-text { grid-template-columns: 1fr; gap: 32px; }
  .grid-3 { border-left: 0; border-top: 0; }
  .practice-card { border-right: 0; border-bottom: 1px solid var(--gray-light); }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; padding: 0 24px 40px; }
  .footer-bottom { flex-direction: column; gap: 12px; padding: 32px 24px 0; }
  .footer-bottom a { margin: 0 8px 0 0; }
  footer { padding: 64px 0 32px; }
  .bio-grid, .pa-grid, .contact-grid { padding: 0 24px; }
}
