/* ── Attorneys page ── */

.atty-page {
  background: #ffffff;
}

.rmh-nav-always-solid #rmh-nav {
  background: #0a0f1e !important;
  box-shadow: 0 1px 0 rgba(201,169,110,0.15), 0 4px 24px rgba(0,0,0,0.45) !important;
}

/* Back bar */
.atty-back-bar {
  background: #0a0f1e;
  padding: 0 64px;
  min-height: 48px;
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.atty-back-bar__crumb {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.25);
}

/* Hero */
.atty-hero {
  background: #0a0f1e;
  padding: 72px 64px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.atty-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,169,110,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.atty-hero__eyebrow {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(201,169,110,0.7);
  margin-bottom: 18px;
  display: block;
  position: relative;
  z-index: 1;
}

.atty-hero__title {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f5f0e8;
  line-height: 1;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}

.atty-hero__sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(15px, 1.4vw, 18px);
  font-style: italic;
  color: rgba(245,240,232,0.55);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* Main content area */
.atty-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 64px 96px;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

/* Section label */
.atty-section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e2e2;
}

/* Partners — two large cards side by side */
.atty-partners__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.atty-card {
  background: #fafafa;
  border-left: 3px solid #c9a96e;
  display: flex;
  flex-direction: column;
}

.atty-card__photo {
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #c9a96e;
  flex-shrink: 0;
}

.atty-card__body {
  padding: 32px 32px 36px;
  display: flex;
  flex-direction: column;
}

.atty-card__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a96e;
  margin: 0 0 8px;
}

.atty-card__name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 700;
  color: #0D1F3C;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}

.atty-card__rule {
  width: 40px;
  height: 2px;
  background: #c9a96e;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.atty-card__bio {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.75;
  color: #4A4A4A;
  margin: 0 0 24px;
}

.atty-card__areas {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.atty-card__areas li {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(13,31,60,0.5);
  background: #f0ede8;
  padding: 5px 12px;
  border: 1px solid rgba(13,31,60,0.1);
}

/* Emeritus — single compact horizontal card */
.atty-emeritus__row {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.atty-emeritus-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: center;
  padding: 40px;
  background: #f7f5f2;
  border-left: 2px solid rgba(10,15,30,0.18);
}

.atty-emeritus-card__photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  filter: grayscale(35%);
}

.atty-emeritus-card__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
  font-style: italic;
  margin: 0 0 8px;
}

.atty-emeritus-card__name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  color: #4a4a5a;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
}

.atty-emeritus-card__rule {
  width: 32px;
  height: 1px;
  background: rgba(10,15,30,0.2);
  margin-bottom: 18px;
}

.atty-emeritus-card__bio {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.75;
  color: #6b6b6b;
  font-style: italic;
  margin: 0;
}

/* Closing band */
.atty-closing-band {
  background: #0a0f1e;
  padding: 72px 64px;
  text-align: center;
}

.atty-closing-band__quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

/* Responsive */
@media (max-width: 960px) {
  .atty-main { padding: 56px 32px 80px; }
  .atty-hero { padding: 56px 32px 64px; }
  .atty-back-bar { padding: 0 32px; }
  .atty-partners__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .atty-card__photo { height: 320px; }
  .atty-emeritus-card { grid-template-columns: 180px 1fr; gap: 32px; }
}

@media (max-width: 680px) {
  .atty-main { padding: 40px 24px 64px; gap: 56px; }
  .atty-hero { padding: 48px 24px 56px; }
  .atty-back-bar { padding: 0 24px; }
  .atty-partners__grid { grid-template-columns: 1fr; gap: 24px; }
  .atty-card__photo { height: 360px; }
  .atty-emeritus-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px;
  }
  .atty-emeritus-card__photo { aspect-ratio: 4 / 3; }
  .atty-closing-band { padding: 56px 24px; }
}
