/* Cohen Lawyers - services template */
body { font-weight: 400; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
img { height: auto; }
.nav__links { list-style: none; }
.nav__link { transition: opacity var(--d-fast) var(--ease-out); }
.btn--black { background: var(--black); color: var(--white); border-color: var(--black); }
.btn--black:hover { background: transparent; color: var(--black); }
.btn--ghost-light { background: transparent; color: var(--white); border-color: var(--paper-40); }
.btn--ghost-light:hover { border-color: var(--white); }
.btn--ghost { background: transparent; color: var(--white); border-color: var(--paper-40); }
.btn--ghost:hover { border-color: var(--white); }
.container { margin: 0 auto; }
.page-hero { position: relative; min-height: 68vh; display: flex; align-items: flex-end; overflow: hidden; background: #0a0a0a; }
.page-hero__bg { position: absolute; inset: 0; background-image: url('../assets/photography/Cohen_Lawyers_Services_Image_10.png'); background-size: cover; background-position: center 30%; transform: scale(1.04); transition: transform 8s var(--ease-cinematic); }
.page-hero__bg.is-loaded { transform: scale(1); }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.50) 45%, rgba(0,0,0,0.22) 100%); }
.page-hero__content { position: relative; z-index: 2; width: 100%; padding: 140px 48px 88px; max-width: 860px; }
.page-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-ui); font-size: 10px; font-weight: 400; letter-spacing: 0.38em; text-transform: uppercase; color: var(--paper-40); margin-bottom: 24px; opacity: 0; animation: fadeUp 500ms var(--ease-cinematic) 200ms forwards; }
.page-hero__h1 { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: clamp(40px, 6vw, 76px); letter-spacing: -0.02em; line-height: 1.08; color: var(--white); margin-bottom: 22px; opacity: 0; animation: fadeUp 600ms var(--ease-cinematic) 500ms forwards; }
.page-hero__h1 em { font-style: normal; }
.page-hero__sub { font-family: var(--font-ui); font-weight: 300; font-size: clamp(15px, 1.6vw, 18px); color: var(--paper-60); line-height: 1.6; max-width: 520px; opacity: 0; animation: fadeUp 600ms var(--ease-cinematic) 800ms forwards; }
.breadcrumb__list { color: var(--ink-40); }
.practices { background: var(--black); color: var(--white); padding: clamp(72px, 10vh, 120px) 48px; }
.practices__inner { max-width: 1400px; margin: 0 auto; }
.practices__header { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; margin-bottom: 64px; padding-bottom: 40px; border-bottom: 1px solid var(--paper-08); }
.practices__headline { font-weight: 700; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.12; letter-spacing: -0.01em; }
.practices__headline em { font-family: var(--font-display); font-weight: 400; font-style: normal !important; }
.practices__count { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--paper-60); white-space: nowrap; }
.practices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.08); }
.practice-card { background: var(--black); display: flex; flex-direction: column; overflow: hidden; transition: transform 280ms var(--ease-cinematic), box-shadow 280ms var(--ease-cinematic); text-decoration: none; color: inherit; }
.practice-card:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(0,0,0,0.48); }
.practice-card__img { width: 100%; height: 200px; object-fit: cover; object-position: center; display: block; filter: brightness(0.88); transition: filter 400ms var(--ease-cinematic), transform 500ms var(--ease-cinematic); }
.practice-card:hover .practice-card__img { filter: brightness(1); transform: scale(1.03); }
.practice-card__img[alt="VET and Higher Education"] { object-position: center 80%; }
.practice-card__body { padding: 32px 36px 36px; display: flex; flex-direction: column; flex: 1; }
.practice-card__number { font-size: 10px; letter-spacing: 0.38em; text-transform: uppercase; color: var(--paper-40); margin-bottom: 20px; }
.practice-card__title { font-weight: 700; font-size: 20px; letter-spacing: -0.01em; line-height: 1.2; margin-bottom: 12px; }
.practice-card__title em { font-family: var(--font-ui); font-weight: 700; font-style: normal !important; color: inherit; }
.practice-card__desc { font-weight: 300; font-size: clamp(13px, 0.9vw, 14px); line-height: 1.7; color: var(--paper-60); flex: 1; }
.practice-card__link { margin-top: 24px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--paper-60); padding-bottom: 5px; border-bottom: 1px solid var(--paper-40); align-self: flex-start; transition: color var(--d-fast) var(--ease-out), border-color var(--d-fast) var(--ease-out); }
.practice-card:hover .practice-card__link { color: var(--white); border-color: var(--white); }
.practice-solo { grid-column: 1 / -1; background: var(--black); display: flex; justify-content: flex-start; }
.practice-solo .practice-card { flex: 0 0 calc((100% - 2px) / 3); }
.why { background: var(--white); color: var(--black); padding: clamp(80px, 12vh, 128px) 48px; }
.why__inner { max-width: 1400px; margin: 0 auto; }
.why__headline { font-weight: 700; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.12; letter-spacing: -0.01em; max-width: 800px; margin-bottom: 72px; }
.why__headline em { font-family: var(--font-display); font-weight: 400; font-style: normal !important; }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink-40); }
.why-pillar { background: var(--white); padding: 48px 40px; }
.why-pillar__rule { width: 40px; height: 1px; background: var(--black); margin-bottom: 32px; }
.why-pillar__title { font-weight: 700; font-size: 18px; letter-spacing: -0.01em; line-height: 1.3; margin-bottom: 16px; }
.why-pillar__body { font-weight: 300; font-size: clamp(12px, 0.9vw, 14px); line-height: 1.7; color: var(--ink-60); }
.approach-stmt { background: var(--teal); color: var(--white); padding: clamp(80px, 12vh, 120px) 48px; text-align: center; }
.approach-stmt__inner { max-width: 960px; margin: 0 auto; }
.approach-stmt__headline { font-weight: 700; font-size: clamp(24px, 3vw, 44px); line-height: 1.2; letter-spacing: -0.01em; margin-bottom: 32px; }
.approach-stmt__headline em { font-family: var(--font-display); font-weight: 400; font-style: normal !important; }
.approach-stmt__body { font-weight: 300; font-size: clamp(12px, 0.9vw, 14px); line-height: 1.7; color: rgba(255,255,255,0.72); max-width: 580px; margin: 0 auto 40px; }
.cta-section { border-top: 1px solid var(--paper-08); }
.cta__eyebrow { justify-content: center; }
.cta__h2 { font-style: normal; line-height: 1.05; }
.cta__h2 em { font-style: normal; }
.cta__phone { font-family: var(--font-ui); font-size: 14px; font-weight: 300; color: var(--paper-60); letter-spacing: 0.04em; }

@media (max-width: 880px) {
  .page-hero__content { padding: 80px 24px 52px; }
  .practices { padding: clamp(56px, 8vh, 80px) 24px; }
  .why__grid { grid-template-columns: 1fr; }
  .why { padding: 64px 24px; }
  .approach-stmt { padding: 64px 24px; }
}

@media (max-width: 1080px) {
  .practices__grid { grid-template-columns: repeat(2, 1fr); }
  .practice-solo .practice-card { flex: 0 0 calc((100% - 1px) / 2); }
}

@media (max-width: 640px) {
  .practices__grid { grid-template-columns: 1fr; }
  .practices { padding: 56px 24px; }
  .practices__header { grid-template-columns: 1fr; }
  .practice-solo .practice-card { flex: 0 0 100%; }
  .cta__eyebrow { display: none; }
  .cta__h2 { margin-top: -16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
