/* Cohen Lawyers - set-up-and-structuring */
.btn--ghost-dark { background: transparent; color: var(--black); border-color: var(--ink-40); }
.btn--ghost-dark:hover { border-color: var(--black); }
.inner-hero__img { object-position: center 40%; transform: scale(1.08); }
.inner-hero__tint { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(38,59,54,0.72) 0%, rgba(38,59,54,0.44) 55%, rgba(38,59,54,0.60) 100%); mix-blend-mode: normal; }
.inner-hero__eyebrow { font-family: var(--font-ui); }
.inner-hero__headline { min-height: 2.3em; text-wrap: balance; }
.breadcrumb__list { flex-wrap: wrap; }
.inner-hero__sub { font-family: var(--font-ui); }
.article { background: var(--white); color: var(--black); }
.article__block { max-width: 880px; margin: 0 auto; padding: 64px 48px; border-top: 1px solid var(--ink-08); }
.article__block:first-child { border-top: none; padding-top: 80px; }
.article__block--stat { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0 auto; max-width: 880px; padding: 0 48px 96px; }
.article__headline { font-family: var(--font-ui); font-weight: 700; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.22; letter-spacing: -0.02em; margin-bottom: 28px; }
.article__headline em { font-family: var(--font-display); font-weight: 400; font-style: normal !important; }
.article__body { font-weight: 300; font-size: 15px; line-height: 1.75; color: var(--ink-60); }
.article__body p + p { margin-top: 20px; }
.article__list { margin-top: 24px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 14px; }
.article__list--numbered { counter-reset: item; }
.article__list li { font-weight: 300; font-size: 15px; line-height: 1.6; color: var(--ink-60); padding-left: 36px; position: relative; }
.article__list--bullet li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; }
.article__list--numbered li { counter-increment: item; }
.article__list--numbered li::before { content: counter(item); position: absolute; left: 0; top: -2px; font-family: var(--font-display); font-size: 20px; color: var(--ink-40); }
.stat-tile { background: var(--white); padding: 32px 0; text-align: center; border-left: 1px solid var(--ink-08); }
.stat-tile:first-child { border-left: none; }
.stat-tile__value { font-family: var(--font-display); font-weight: 400; font-size: clamp(32px,3.4vw,48px); line-height: 1; color: var(--black); }
.stat-tile__label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-60); margin-top: 10px; }
.faq { background: var(--black); color: var(--white); padding: clamp(72px,10vh,120px) 48px; }
.faq__inner { max-width: 880px; margin: 0 auto; }
.faq__headline { font-family: var(--font-ui); font-weight: 700; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.18; letter-spacing: -0.02em; margin-bottom: 48px; }
.faq__headline em { font-family: var(--font-display); font-weight: 400; font-style: normal !important; }
.faq__list { display: flex; flex-direction: column; gap: 1px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.14); }
.faq__item { background: var(--black); }
.faq__item summary { list-style: none; cursor: pointer; padding: 26px 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-weight: 500; font-size: 16px; letter-spacing: -0.005em; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; font-family: var(--font-display); font-size: 22px; color: var(--paper-40); transition: transform var(--d-fast) var(--ease-out); flex-shrink: 0; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item-body { padding: 0 28px 26px; font-weight: 300; font-size: 14px; line-height: 1.7; color: var(--paper-60); max-width: 720px; }
.team-callout__lawyer { text-decoration: none; }
.cta__h2 { font-style: normal; }
.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) {
  .inner-hero__headline { min-height: 3.45em; }
}

@media (max-width: 640px) {
  .article__block { padding: 40px 24px; }
  .article__block--stat { padding: 0 24px 64px; }
  .faq { padding: 56px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .inner-hero__img { transform: none !important; }
}
