/* Cohen Lawyers - location template */
:root { --neutral-bg: #F9F8F6; }
body { font-size: 16px; line-height: 1.6; }
ul { list-style: none; }
button { font-family: inherit; }
:focus-visible { outline: 3px solid var(--black); outline-offset: 2px; }
.eyebrow--dark { color: var(--ink-40); }
.btn { font-family: var(--font-ui); min-height: 48px; }
.btn--primary { background: var(--black); color: var(--white); border-color: var(--black); }
.btn--primary:hover { background: #1a1a1a; }
.page-hero { position: relative; min-height: 44vh; display: flex; align-items: flex-end; overflow: hidden; background: #0a0a0a; }
.page-hero__bg { position: absolute; inset: 0; background-size: cover; transition: transform 8s var(--ease-cinematic); }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.25) 100%); }
.page-hero__content { position: relative; z-index: 2; width: 100%; padding: 140px 48px 80px; max-width: 720px; }
.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: 20px; opacity: 0; animation: fadeUp 600ms var(--ease-cinematic) 500ms forwards; }
.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: 480px; opacity: 0; animation: fadeUp 600ms var(--ease-cinematic) 800ms forwards; }
.breadcrumb__list { color: var(--ink-40); }
.office-detail-section .container { display: grid; grid-template-columns: 55fr 45fr; gap: 96px; align-items: start; }
.office-detail__h2 { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: clamp(28px, 3.2vw, 44px); letter-spacing: -0.02em; line-height: 1.2; color: var(--black); margin-bottom: 32px; }
.office-detail__h2 em { font-family: var(--font-display); font-weight: 400; font-style: normal; }
.office-block { margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--ink-08); }
.office-block:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.office-block__name { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--black); margin-bottom: 12px; }
.office-block__detail { font-family: var(--font-ui); font-weight: 300; font-size: clamp(12px, 0.9vw, 14px); line-height: 1.7; color: var(--ink-60); margin-bottom: 6px; }
.office-block__detail a { transition: color var(--d-fast) var(--ease-out); }
.office-block__detail a:hover { color: var(--black); }
.office-block__hours { font-family: var(--font-ui); font-weight: 300; font-size: 12px; color: var(--ink-40); margin-top: 10px; }
.office-detail__map { width: 100%; height: 420px; overflow: hidden; border-radius: 2px; }
.office-detail__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.findus-section { background: var(--teal); color: var(--white); }
.findus__intro { text-align: center; margin-bottom: 64px; }
.findus__h2 { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: clamp(24px, 2.8vw, 38px); letter-spacing: -0.02em; line-height: 1.2; color: var(--white); }
.findus__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.findus-item { padding: 48px 40px; border-right: 1px solid var(--paper-08); }
.findus-item:last-child { border-right: none; }
.findus-item__num { font-family: var(--font-display); font-size: 13px; font-weight: 400; color: var(--paper-40); margin-bottom: 20px; letter-spacing: 0.12em; }
.findus-item__h3 { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: 18px; letter-spacing: -0.01em; line-height: 1.3; color: var(--white); margin-bottom: 14px; }
.findus-item__p { font-family: var(--font-ui); font-weight: 300; font-size: clamp(12px, 0.9vw, 14px); line-height: 1.7; color: var(--paper-60); }
.office-practice-section { background: var(--black); color: var(--white); border-top: 1px solid var(--paper-08); }
.office-practice-section .section-head { text-align: left; max-width: none; margin: 0 0 48px; }
.office-practice__h2 { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: clamp(28px, 3.2vw, 44px); letter-spacing: -0.02em; line-height: 1.2; color: var(--white); }
.office-practice__h2 em { font-family: var(--font-display); font-weight: 400; font-style: normal; }
.practice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2px; margin-bottom: 2px; }
.practice-tag { display: block; text-decoration: none; color: inherit; background: var(--paper-08); padding: 32px 28px; cursor: pointer; transition: background var(--d-fast) var(--ease-out); }
.practice-tag:hover, .practice-tag:focus-visible { background: rgba(255,255,255,0.16); }
.practice-tag__num { font-family: var(--font-display); font-size: 28px; font-weight: 400; color: var(--paper-40); margin-bottom: 16px; line-height: 1; }
.practice-tag__label { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: 15px; letter-spacing: -0.01em; color: var(--white); margin-bottom: 8px; }
.practice-tag__sub { font-family: var(--font-ui); font-weight: 300; font-size: clamp(12px, 0.9vw, 14px); line-height: 1.7; color: var(--paper-60); }
.location-lawyers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.location-lawyer { background: var(--paper-08); padding: 24px 36px; display: flex; align-items: center; gap: 16px; position: relative; transition: background var(--d-fast) var(--ease-out); }
.location-lawyer:hover { background: rgba(255,255,255,0.16); }
.location-lawyer__photo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; object-position: 50% 15%; flex-shrink: 0; background: #ECEAE3; }
.location-lawyer__name { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: 14px; letter-spacing: -0.01em; color: var(--white); margin-bottom: 2px; }
.location-lawyer__role { font-family: var(--font-ui); font-weight: 300; font-size: 12px; color: var(--paper-60); }
.location-lawyer__link { position: absolute; inset: 0; }
.cta-section { border-top: 1px solid var(--paper-08); }
.cta__h2 { font-style: normal; line-height: 1.1; }
.cta__h2 em { font-style: normal; }
.cta__sub { font-family: var(--font-ui); font-weight: 300; font-size: clamp(12px, 0.9vw, 14px); line-height: 1.7; color: var(--paper-60); max-width: 480px; margin: 0 auto 40px; }

@media (max-width: 1024px) {
  .nav { padding: 20px 32px; }
  .container { padding-inline: 32px; }
  .section { padding-block: 64px; }
  .office-detail-section .container { gap: 48px; }
}

@media (max-width: 880px) {
  .office-detail-section .container { grid-template-columns: 1fr; gap: 40px; }
  .office-detail__map { height: 280px; }
  .findus-item { border-right: none; border-bottom: 1px solid var(--paper-08); }
  .findus-item:last-child { border-bottom: none; }
}

@media (max-width: 640px) {
  .nav { padding: 16px 24px; }
  .container { padding-inline: 24px; }
  .section { padding-block: 48px; }
  .page-hero__content { padding: 110px 24px 64px; }
  .breadcrumb { padding: 14px 24px; }
  .location-lawyer { padding: 20px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up { transition-duration: 0.01ms !important; }
  .page-hero__eyebrow, .page-hero__h1, .page-hero__sub { opacity: 1 !important; animation: none !important; }
  .page-hero__bg { transition: none !important; }
}
