/* ============================================
   BLANCHET LLP — Global Styles
   ============================================ */

/* Reset & Base */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* Page transition curtain */
html.page-transition-active,
html.page-transition-active body { background: #0c222c; }
.page-curtain { position: fixed; inset: 0; background: #0c222c; z-index: 99999; pointer-events: none; opacity: 1; visibility: visible; transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s; }
.page-curtain.reveal { opacity: 0; visibility: hidden; transition: opacity 0.42s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.42s; }
.page-curtain.exit { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s; }
@media (prefers-reduced-motion: reduce) {
  .page-curtain,
  .page-curtain.reveal,
  .page-curtain.exit { transition-duration: 0.01ms; }
}

/* Temporary compact attorney portrait mode, 2026-06-30.
   The original large split-photo bio layout remains in each bio page's inline
   styles. Remove this block when final attorney headshots are approved. */
.bio-hero {
  min-height: 100vh !important;
  background: #fff !important;
}

.bio-photo {
  flex: 0 0 clamp(260px, 24vw, 340px) !important;
  height: 100vh !important;
  min-height: 620px !important;
  position: sticky !important;
  top: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding-top: 168px !important;
  background:
    linear-gradient(180deg, rgba(12,34,44,0.96), rgba(7,24,32,0.98)),
    radial-gradient(circle at 35% 20%, rgba(255,255,255,0.08), transparent 36%) !important;
  border-right: 1px solid rgba(12,34,44,0.08) !important;
}

.bio-photo > img:not(.bio-photo-logo) {
  width: clamp(108px, 10vw, 150px) !important;
  height: clamp(108px, 10vw, 150px) !important;
  flex: 0 0 auto !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 999px !important;
  filter: grayscale(1) contrast(0.92) brightness(0.96) !important;
  opacity: 0.84 !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18), 0 24px 60px rgba(0,0,0,0.28) !important;
}

.bio-photo-placeholder {
  background:
    linear-gradient(180deg, rgba(12,34,44,0.96), rgba(7,24,32,0.98)),
    radial-gradient(circle at 35% 20%, rgba(255,255,255,0.08), transparent 36%) !important;
}

.bio-photo-placeholder::before {
  width: clamp(108px, 10vw, 150px) !important;
  height: clamp(108px, 10vw, 150px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  color: rgba(255,255,255,0.22) !important;
  background: rgba(255,255,255,0.035) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16), 0 24px 60px rgba(0,0,0,0.22) !important;
}

.bio-photo-placeholder::after {
  display: none !important;
}

.bio-photo-logo-link {
  top: 42px !important;
  left: 42px !important;
  width: 158px !important;
  opacity: 0.78 !important;
}

.bio-content {
  flex: 1 1 auto !important;
  padding: 132px clamp(44px, 7vw, 96px) 120px !important;
}

.bio-text,
.bio-rep-text,
.bio-list,
.bio-rep-list {
  max-width: 660px !important;
}

.team-featured {
  width: clamp(260px, 24vw, 340px) !important;
  background:
    linear-gradient(180deg, rgba(12,34,44,0.98), rgba(7,24,32,1)),
    radial-gradient(circle at 35% 20%, rgba(255,255,255,0.08), transparent 36%) !important;
}

.team-featured::after {
  display: none !important;
}

.team-featured-images {
  inset: auto 0 auto 0 !important;
  top: 156px !important;
  height: 170px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
}

.team-featured-img {
  inset: auto !important;
  width: clamp(108px, 10vw, 150px) !important;
  height: clamp(108px, 10vw, 150px) !important;
  border-radius: 999px !important;
  object-fit: cover !important;
  object-position: center top !important;
  filter: grayscale(1) contrast(0.92) brightness(0.96) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18), 0 24px 60px rgba(0,0,0,0.28) !important;
}

.team-featured-img.active {
  opacity: 0.84 !important;
}

.team-featured-info {
  bottom: 64px !important;
  left: 40px !important;
  right: 40px !important;
}

.team-featured-label-logo-link {
  width: 150px !important;
  opacity: 0.72 !important;
}

.team-featured-name {
  font-size: clamp(28px, 3vw, 38px) !important;
}

.team-featured-bio {
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.team-mobile-brand {
  display: none;
}

@media (max-width: 900px) {
  .bio-photo {
    height: 188px !important;
    min-height: 188px !important;
    width: 100% !important;
    padding-top: 56px !important;
    position: relative !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(12,34,44,0.08) !important;
  }

  .bio-photo > img:not(.bio-photo-logo),
  .bio-photo-placeholder::before {
    width: 104px !important;
    height: 104px !important;
  }

  .bio-photo-placeholder::before {
    font-size: 34px !important;
  }

  .bio-photo-logo-link {
    top: 24px !important;
    left: 24px !important;
    width: 142px !important;
  }

  .bio-content {
    padding: 56px 24px 80px !important;
  }

  .team-featured {
    width: 100% !important;
    height: auto !important;
    min-height: 300px !important;
    padding-top: 0 !important;
  }

  .team-featured-images {
    top: 82px !important;
    left: auto !important;
    right: 24px !important;
    width: 112px !important;
    height: 124px !important;
    justify-content: flex-end !important;
  }

  .team-featured-img {
    width: 104px !important;
    height: 104px !important;
    opacity: 0.42 !important;
  }

  .team-featured-img.active {
    opacity: 0.42 !important;
  }

  .team-featured-info {
    left: 24px !important;
    right: 24px !important;
    bottom: 32px !important;
  }
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #0c222c; background: #fff; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5 { font-family: 'Inter', sans-serif; text-transform: uppercase; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Preview password gate */
html.auth-lock body > :not(.password-gate) { display: none !important; }
html.auth-lock,
html.auth-lock body { min-height: 100%; background: #0c222c; }
.password-gate { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 24px; background: #0c222c; color: #fff; }
.password-gate-card { width: min(100%, 420px); display: flex; flex-direction: column; gap: 20px; }
.password-gate-card img { width: 174px; height: auto; object-fit: contain; margin-bottom: 24px; }
.password-gate-card h1 { font-size: 40px; line-height: 1.05; font-weight: 700; margin-bottom: 12px; }
.password-gate-card p { color: rgba(255,255,255,0.64); line-height: 1.6; font-size: 15px; }
.password-gate-card label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.54); }
.password-gate-card input { width: 100%; height: 48px; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.06); color: #fff; padding: 0 14px; font: inherit; outline: none; }
.password-gate-card input:focus { border-color: rgba(255,255,255,0.72); }
.password-gate-card button { height: 48px; border: 0; background: #fff; color: #0c222c; font-size: 14px; font-weight: 600; cursor: pointer; }
.password-gate-card button:hover { opacity: 0.92; }
.password-gate-card .password-gate-error { min-height: 24px; color: #ffb7a5; }

/* Review annotations */
.review-mode-choice { position: fixed; inset: 0; z-index: 99990; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(12,34,44,0.72); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); color: #fff; }
.review-mode-card { width: min(100%, 520px); background: #0c222c; border: 1px solid rgba(255,255,255,0.16); padding: 36px; box-shadow: 0 24px 80px rgba(0,0,0,0.32); display: flex; flex-direction: column; gap: 20px; }
.review-mode-card span { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.48); }
.review-mode-card h2 { color: #fff; font-size: 34px; line-height: 1.08; }
.review-mode-card p { color: rgba(255,255,255,0.62); line-height: 1.6; font-size: 15px; }
.review-mode-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.review-mode-actions button { min-height: 46px; border: 1px solid rgba(255,255,255,0.2); padding: 0 18px; background: rgba(255,255,255,0.08); color: #fff; font: inherit; cursor: pointer; }
.review-mode-actions button:first-child { background: #fff; color: #0c222c; border-color: #fff; }
.review-toolbar { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 99980; display: flex; align-items: center; gap: 6px; padding: 7px; background: rgba(12,34,44,0.88); border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 16px 48px rgba(0,0,0,0.24); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.review-toolbar button { height: 34px; border: 0; padding: 0 12px; background: transparent; color: rgba(255,255,255,0.68); font: 600 12px/1 'Inter', sans-serif; letter-spacing: 0.4px; cursor: pointer; }
.review-toolbar button.active,
.review-toolbar button:hover { background: #fff; color: #0c222c; }
.review-count { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; margin-left: 4px; border-radius: 99px; background: rgba(255,255,255,0.14); font-size: 11px; }
html[data-review-mode="comment"] .review-target { cursor: crosshair; }
html[data-review-mode="comment"] .review-target:hover { outline: 2px solid rgba(85,170,255,0.88); outline-offset: 4px; }
html[data-review-mode="comment"] .review-target.has-review-comment { box-shadow: inset 0 0 0 2px rgba(255,196,87,0.65); }
.review-jump { outline: 3px solid rgba(255,196,87,0.95) !important; outline-offset: 6px !important; }
.review-popover { position: fixed; z-index: 99985; width: min(360px, calc(100vw - 32px)); padding: 16px; background: #fff; color: #0c222c; border: 1px solid rgba(12,34,44,0.12); box-shadow: 0 18px 60px rgba(0,0,0,0.26); display: flex; flex-direction: column; gap: 12px; }
.review-popover-meta { font-size: 11px; color: rgba(12,34,44,0.45); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.review-popover textarea { width: 100%; min-height: 118px; resize: vertical; border: 1px solid #d1d5db; padding: 10px; font: 14px/1.5 'Inter', sans-serif; color: #0c222c; }
.review-popover-actions { display: flex; justify-content: flex-end; gap: 8px; }
.review-popover button,
.review-panel button { min-height: 34px; border: 1px solid rgba(12,34,44,0.16); padding: 0 12px; background: #fff; color: #0c222c; font: 600 12px/1 'Inter', sans-serif; cursor: pointer; }
.review-popover button[type="submit"] { background: #0c222c; color: #fff; }
.review-popover button:disabled { opacity: 0.56; cursor: wait; }
.review-panel { position: fixed; top: 18px; right: 18px; bottom: 72px; z-index: 99975; width: min(420px, calc(100vw - 36px)); background: #fff; color: #0c222c; border: 1px solid rgba(12,34,44,0.12); box-shadow: 0 18px 70px rgba(0,0,0,0.26); display: flex; flex-direction: column; }
.review-panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 18px; border-bottom: 1px solid #e5e7eb; }
.review-panel-header span,
.review-panel-meta { font-size: 11px; letter-spacing: 0.8px; text-transform: uppercase; color: rgba(12,34,44,0.45); }
.review-panel-header h2 { font-size: 24px; margin-top: 4px; }
.review-panel-header small { display: block; margin-top: 6px; color: rgba(12,34,44,0.45); font-size: 12px; }
.review-panel-list { overflow: auto; padding: 14px; display: flex; flex-direction: column; gap: 12px; }
.review-panel-section { display: flex; flex-direction: column; gap: 12px; }
.review-panel-section-title,
.review-panel-resolved summary { font-size: 11px; font-weight: 700; letter-spacing: 0.9px; text-transform: uppercase; color: rgba(12,34,44,0.5); }
.review-panel-resolved { border-top: 1px solid #e5e7eb; padding-top: 14px; }
.review-panel-resolved summary { cursor: pointer; list-style-position: inside; }
.review-panel-resolved summary span { margin-left: 4px; color: rgba(12,34,44,0.36); }
.review-panel-item { border: 1px solid #e5e7eb; padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.review-panel-item.is-resolved { background: #f8fafc; opacity: 0.82; }
.review-panel-item p { font-size: 13px; line-height: 1.55; color: #0c222c; }
.review-panel-quote { color: rgba(12,34,44,0.56) !important; }
.review-panel-actions { display: flex; gap: 8px; }
.review-panel-empty { padding: 10px; color: rgba(12,34,44,0.56); }
.review-toast { position: fixed; right: 18px; bottom: 72px; z-index: 99990; max-width: min(320px, calc(100vw - 36px)); padding: 12px 14px; background: #0c222c; color: #fff; border: 1px solid rgba(255,255,255,0.16); box-shadow: 0 14px 44px rgba(0,0,0,0.24); font: 600 13px/1.35 'Inter', sans-serif; }

@media (max-width: 640px) {
  .review-toolbar { left: 12px; right: 12px; bottom: 12px; transform: none; overflow-x: auto; justify-content: flex-start; }
  .review-mode-card { padding: 28px; }
  .review-mode-card h2 { font-size: 28px; }
}

/* ============================================
   Email Signature Generator
   ============================================ */
.signature-tool-page { background: #f4f6f7; color: #0c222c; min-height: 100vh; padding-top: 96px; }
.signature-tool-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; display: flex; align-items: center; padding: 18px 60px; background: rgba(12,34,44,0.94); border-bottom: 1px solid rgba(255,255,255,0.08); transform: none !important; }
.signature-tool-hero { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 56px; padding: 72px 80px 52px; align-items: end; }
.signature-tool-hero-copy { max-width: 760px; }
.signature-tool-hero h1 { font-size: 56px; line-height: 1.02; margin-top: 28px; max-width: 760px; }
.signature-tool-hero p { color: #4b5563; font-size: 16px; line-height: 1.7; max-width: 620px; margin-top: 22px; }
.signature-tool-note { border-left: 2px solid #0c222c; padding-left: 22px; }
.signature-tool-note span { display: block; font-size: 12px; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(12,34,44,0.48); margin-bottom: 8px; }
.signature-tool-note p { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(12,34,44,0.62); }
.signature-tool-shell { display: grid; grid-template-columns: minmax(340px, 0.85fr) minmax(420px, 1.15fr); gap: 2px; padding: 0 80px 96px; align-items: start; }
.signature-tool-shell > * { min-width: 0; }
.signature-form,
.signature-preview-panel { background: #fff; border: 1px solid rgba(12,34,44,0.08); padding: 34px; min-height: 100%; }
.signature-panel-heading { margin-bottom: 26px; }
.signature-panel-heading span { display: block; font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(12,34,44,0.42); margin-bottom: 7px; }
.signature-panel-heading h2 { font-size: 24px; line-height: 1.15; }
.signature-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.signature-form label { display: flex; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; color: rgba(12,34,44,0.48); }
.signature-form input { width: 100%; min-width: 0; height: 44px; border: 1px solid #dce2e5; background: #fff; color: #0c222c; padding: 0 12px; font: 14px/1.4 'Inter', sans-serif; outline: none; }
.signature-form input:focus { border-color: #0c222c; }
.signature-form-wide { grid-column: 1 / -1; }
.signature-actions button { min-height: 44px; border: 1px solid rgba(12,34,44,0.16); background: #fff; color: #0c222c; cursor: pointer; font: 600 12px/1 'Inter', sans-serif; letter-spacing: 1.1px; text-transform: uppercase; }
.signature-preview-panel { position: sticky; top: 96px; }
.signature-preview-wrap { background: #fff; border: 1px solid #e1e7ea; padding: 0; overflow-x: auto; }
.signature-preview { min-width: 560px; padding: 28px; background: #fff; }
.signature-preview img { width: auto; height: auto; object-fit: contain; }
.signature-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.signature-actions button:first-child { background: #0c222c; color: #fff; border-color: #0c222c; }
.signature-actions button { padding: 0 18px; }
.signature-actions button:hover { opacity: 0.88; }
.signature-status { min-height: 20px; margin-top: 12px; font-size: 13px; color: #314956; }
.signature-instructions { margin-top: 22px; padding-top: 20px; border-top: 1px solid #e1e7ea; }
.signature-instructions h3 { font-size: 14px; letter-spacing: 1.2px; margin-bottom: 8px; }
.signature-instructions p { color: #4b5563; font-size: 13px; line-height: 1.65; max-width: 620px; }
.signature-html-output { width: 100%; min-height: 132px; margin-top: 18px; border: 1px solid #dce2e5; color: #0c222c; padding: 12px; font: 12px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; resize: vertical; }

@media (max-width: 980px) {
  .signature-tool-hero { grid-template-columns: 1fr; padding: 56px 28px 36px; gap: 28px; }
  .signature-tool-hero h1 { font-size: 38px; }
  .signature-tool-shell { grid-template-columns: 1fr; padding: 0 28px 64px; }
  .signature-preview-panel { position: static; }
}

@media (max-width: 640px) {
  .signature-tool-page { padding-top: 74px; }
  .signature-form,
  .signature-preview-panel { padding: 24px; }
  .signature-form-grid { grid-template-columns: 1fr; }
  .signature-preview { padding: 16px; }
}

/* Custom Cursor */
.cursor { display: none; }

/* ============================================
   Navigation
   ============================================ */

/* Scroll-up nav */
.scroll-nav { display: none; }
.scroll-nav.visible { transform: translateY(0); }
.scroll-nav .nav-logo { display: flex; align-items: center; }
.scroll-nav .nav-logo img { height: 16.1px; width: auto; }
.scroll-nav a { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
.scroll-nav a:hover, .scroll-nav a.active { color: #fff; }
.scroll-nav .scroll-nav-links { display: flex; align-items: center; gap: 0; flex: 1; justify-content: space-evenly; margin: 0 40px; }
.scroll-nav .scroll-nav-cta { padding: 8px 16px; border: 1px solid rgba(255,255,255,0.2); font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #fff; text-decoration: none; transition: background 0.2s; }
.scroll-nav .scroll-nav-cta:hover { background: rgba(255,255,255,0.08); }

/* Hero nav */
.nav { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 24px; gap: 40px; }
.nav .nav-logo { display: flex; align-items: center; flex-shrink: 0; }
.nav .nav-logo img { height: 17.25px; width: auto; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links span, .nav-links a:not(.nav-cta) { font-size: 12px; font-weight: 500; color: #fff; letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer; transition: opacity 0.2s; white-space: nowrap; text-decoration: none; }
.nav-links span:hover, .nav-links a:not(.nav-cta):hover { opacity: 0.7; }
.nav-cta { padding: 8px 16px; border: 1px solid rgba(255,255,255,0.2); font-size: 12px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #fff; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.nav-cta:hover { background: rgba(255,255,255,0.1); }

/* ============================================
   Practices Dropdown — Glass Effect
   ============================================ */
.nav-dropdown { position: relative; }
.nav-dropdown > a { position: relative; z-index: 2; }
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 300px;
  max-width: calc(100vw - 48px);
  padding: 28px 32px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(32px) saturate(1.6);
  -webkit-backdrop-filter: blur(32px) saturate(1.6);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 2px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25), 0 2px 8px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s;
  pointer-events: none;
  z-index: 200;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
/* Invisible bridge so mouse can travel from link to dropdown */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}
.nav-dropdown .nav-dropdown-menu a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  background: transparent;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.3px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: color 0.2s, padding-left 0.2s;
  display: block;
  line-height: 1.25;
  opacity: 1;
  text-shadow: none;
  white-space: normal;
}
.nav-dropdown .nav-dropdown-menu a::before,
.nav-dropdown .nav-dropdown-menu a::after {
  content: none !important;
  display: none !important;
}
.nav-dropdown .nav-dropdown-menu a:last-child { border-bottom: none; }
.nav-dropdown .nav-dropdown-menu a:hover {
  color: #fff;
  padding-left: 6px;
  background: transparent;
  opacity: 1;
}
.nav-dropdown .nav-dropdown-menu a:first-child { padding-top: 0; }
/* Light background variant (for navs on white bg) */
.nav-dropdown-light .nav-dropdown-menu {
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(32px) saturate(1.6);
  -webkit-backdrop-filter: blur(32px) saturate(1.6);
  border: 1px solid rgba(12,34,44,0.08);
  box-shadow: 0 8px 32px rgba(12,34,44,0.12), 0 2px 8px rgba(12,34,44,0.06);
}
.nav-dropdown-light .nav-dropdown-menu a {
  color: rgba(12,34,44,0.55);
  border-bottom-color: rgba(12,34,44,0.06);
}
.nav-dropdown-light .nav-dropdown-menu a:hover { color: #0c222c; }

/* Mobile menu */
.mobile-menu-toggle,
.mobile-menu-panel {
  display: none;
}

.mobile-menu-toggle {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 760;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.24);
  background: rgba(12,34,44,0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  cursor: pointer;
}

.mobile-menu-toggle span {
  position: absolute;
  width: 18px;
  height: 1px;
  background: #fff;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.mobile-menu-toggle span:nth-child(1) { transform: translateY(-6px); }
.mobile-menu-toggle span:nth-child(3) { transform: translateY(6px); }

.mobile-menu-open .mobile-menu-toggle span:nth-child(1) { transform: rotate(45deg); }
.mobile-menu-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
.mobile-menu-open .mobile-menu-toggle span:nth-child(3) { transform: rotate(-45deg); }

.mobile-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 750;
  background: #0c222c;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-open .mobile-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu-inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.mobile-menu-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 52px;
}

.mobile-menu-brand img {
  height: 15px;
  width: auto;
}

.mobile-menu-primary {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-family: 'Inter', sans-serif;
  font-size: clamp(25px, 8vw, 38px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(255,255,255,0.86);
  text-decoration: none;
}

.mobile-menu-link::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(255,255,255,0.52);
  border-right: 1px solid rgba(255,255,255,0.52);
  transform: rotate(45deg);
  flex: 0 0 7px;
}

.mobile-menu-link.active {
  color: #fff;
}

.mobile-menu-practices {
  padding: 18px 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.mobile-menu-kicker {
  display: block;
  margin-bottom: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.34);
}

.mobile-menu-practice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.mobile-menu-practice-grid a {
  display: block;
  padding: 10px 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(255,255,255,0.56);
  text-decoration: none;
}

.mobile-menu-practice-grid a.active {
  color: #fff;
}

.mobile-menu-footer {
  margin-top: auto;
  padding-top: 44px;
  display: grid;
  gap: 22px;
}

.mobile-menu-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.035);
}

.mobile-menu-contact span,
.mobile-menu-cities {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.34);
}

.mobile-menu-contact a {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
}

.mobile-menu-cities {
  line-height: 1.8;
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden;
}

/* ============================================
   Hero
   ============================================ */
.hero { display: flex; min-height: 100vh; }
.hero-left { flex: 1; background: #0c222c; display: flex; flex-direction: column; padding: 40px 60px 60px; }
.hero-tag { padding: 8px 16px; border: 1px solid rgba(255,255,255,0.2); font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); width: fit-content; margin-bottom: 32px; opacity: 0; transform: translateY(12px); animation: badgeFadeIn 0.8s ease 0.6s forwards; }
@keyframes badgeFadeIn { to { opacity: 1; transform: translateY(0); } }
.hero-left h1 { font-size: 64px; font-weight: 700; color: #fff; line-height: 1.05; margin-bottom: 24px; }
.hero-left p { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 460px; margin-bottom: 32px; }
.hero-cities { display: flex; gap: 8px; flex-wrap: wrap; max-width: 520px; margin: -8px 0 32px; }
.hero-cities span { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,0.5); padding: 7px 10px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.03); }
.hero-buttons { display: flex; gap: 12px; }
.btn-white { padding: 14px 28px; background: #fff; color: #0c222c; font-size: 14px; font-weight: 500; border: none; cursor: pointer; transition: opacity 0.2s; }
.btn-white:hover { opacity: 0.9; }
.btn-dark { padding: 14px 28px; background: rgba(255,255,255,0.1); color: #fff; font-size: 14px; font-weight: 500; border: none; cursor: pointer; transition: background 0.2s; }
.btn-dark:hover { background: rgba(255,255,255,0.15); }
.hero-right { flex: 1; position: relative; overflow: hidden; min-height: 100vh; }
.hero-right video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-logo-mark { position: absolute; bottom: 40px; right: 40px; width: 80px; height: auto; z-index: 2; opacity: 0; animation: logoMarkFadeIn 2s ease 1s forwards; }
@keyframes logoMarkFadeIn { to { opacity: 0.7; } }

/* ============================================
   Badge / Label Animations
   ============================================ */
.section-label,
.partners-header .label,
.practice-left .label,
.step-label,
.news-card .cat {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.section-label.visible,
.partners-header .label.visible,
.practice-left .label.visible,
.step-label.visible,
.news-card .cat.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   Logo Bar
   ============================================ */
.logo-bar { display: flex; align-items: center; justify-content: space-between; padding: 48px 80px; border-bottom: 1px solid #e5e7eb; }
.logo-bar span { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 1px; color: #0c222c; }

/* ============================================
   Section Label
   ============================================ */
.section-label { font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #0c222c; padding-bottom: 12px; border-bottom: 1px solid #0c222c; width: fit-content; }
.section-label,
.partners-header .label,
.practice-left .label,
.practices-label,
.practices-featured-label,
.practices-secondary-header span,
.practice-detail-label,
.practice-section-num,
.wc-hero-label,
.wc-section-num,
.wc-mini-card .card-eyebrow,
.firm-letter-label,
.firm-defines-right .section-label-dark,
.firm-timeline-header-left span,
.firm-timeline-entry .entry-stage,
.firm-pov-left > span,
.firm-pov-card .card-label,
.contact-label,
.form-section-label,
.bio-label,
.insights-hero-label,
.insights-featured-label,
.article-cta-label,
.article-related-label {
  display: inline-block !important;
  width: fit-content !important;
  max-width: 100%;
  line-height: 1.2;
  padding-bottom: 8px !important;
  border-bottom: 1px solid currentColor !important;
}

.section-label {
  margin-bottom: 12px;
}

.section-label,
.partners-header .label,
.practice-left .label,
.practices-label,
.practices-secondary-header span,
.firm-letter-label,
.firm-defines-right .section-label-dark,
.firm-timeline-header-left span,
.firm-pov-left > span,
.contact-label,
.bio-label,
.insights-hero-label {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.practice-section-num,
.wc-section-num,
.firm-letter-label {
  margin-bottom: 20px;
}

/* ============================================
   About
   ============================================ */
.about { display: flex; padding: 140px 80px 60px; gap: 60px; }
.about-label { width: 180px; flex-shrink: 0; }
.about h2 { font-size: 40px; font-weight: 600; line-height: 1.2; flex: 1; }
.about-text { flex: 1; display: flex; flex-direction: column; gap: 24px; }
.about-text p { font-size: 16px; line-height: 1.7; }
.about-text p.muted { color: #4b5563; }
.about-text a { font-size: 14px; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; }

/* ============================================
   Experience Sections
   ============================================ */

.selected-experience { padding: 120px 80px; background: #eef0f1; }
.selected-experience-header { display: flex; justify-content: space-between; gap: 80px; align-items: flex-start; margin-bottom: 48px; }
.selected-experience-header h2 { font-size: 44px; font-weight: 700; line-height: 1.12; max-width: 720px; margin-top: 14px; }
.selected-experience-header p { max-width: 420px; color: #4b5563; font-size: 15px; line-height: 1.75; padding-top: 36px; }
.selected-experience-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(12,34,44,0.08); border: 1px solid rgba(12,34,44,0.08); }
.experience-item { background: #fff; padding: 34px; min-height: 320px; display: flex; flex-direction: column; }
.experience-item span { font-size: 11px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(12,34,44,0.46); }
.experience-item h3 { font-size: 22px; font-weight: 600; line-height: 1.22; margin: 28px 0 18px; }
.experience-item p { font-size: 14px; color: #4b5563; line-height: 1.68; }

/* ============================================
   Services
   ============================================ */
.services { display: flex; padding: 214px 80px; gap: 60px; align-items: flex-start; }
.services .sticky-label { position: sticky; top: 80px; width: 180px; flex-shrink: 0; }
.services-grid { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-card { background: #e5e7eb; padding: 0; display: flex; flex-direction: row; gap: 0; position: relative; }
.service-card .card-content { display: flex; flex-direction: column; gap: 20px; flex: 1; min-width: 0; padding: 40px; }
.service-card .card-image { position: absolute; top: 0; right: 0; bottom: 0; width: 0; background: #0c222c; overflow: hidden; transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); display: flex; align-items: center; justify-content: flex-start; z-index: 2; }
.service-card:hover .card-image { width: 100%; }
.service-card .card-image img { display: none; }
.service-card h3 { font-size: 28px; font-weight: 600; }
.service-card p { font-size: 15px; color: #4b5563; line-height: 1.6; }
.service-card .sub-label { font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.1); display: none; }
.check-list { display: flex; flex-direction: column; gap: 12px; display: none; }
.check-list div { display: flex; gap: 12px; align-items: center; font-size: 15px; }
.check-list div span:first-child { color: #4b5563; font-size: 14px; }

/* Hover panel with bullets inside the navy slide */
.service-card .card-image .hover-list { display: flex; flex-direction: column; gap: 12px; padding: 32px; min-width: 260px; }
.service-card .card-image .hover-list span { font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); white-space: nowrap; letter-spacing: 0.5px; }

/* ============================================
   Process
   ============================================ */
.process-wrapper { position: relative; }
.process { display: flex; position: sticky; top: 0; height: 100vh; overflow: hidden; }
.process-left { flex: 1; height: 100vh; position: relative; overflow: hidden; background: #0c222c; display: flex; flex-direction: column; justify-content: flex-end; padding: 60px; }
.process-left::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.28), rgba(0,0,0,0.72)); z-index: 1; }
.process-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.process-left h2 { position: relative; z-index: 2; font-size: 48px; font-weight: 700; color: #fff; margin-bottom: 16px; }
.process-left p { position: relative; z-index: 2; font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 400px; }
.process-right { flex: 1; background: #0c222c; height: 100vh; position: relative; display: flex; align-items: center; justify-content: center; }
.step-card { background: #fff; padding: 40px; display: flex; flex-direction: column; gap: 16px; position: absolute; width: calc(100% - 80px); left: 40px; box-shadow: 0 8px 32px rgba(0,0,0,0.2); will-change: transform; }
.step-label { font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #4b5563; padding-bottom: 12px; border-bottom: 1px solid #e5e7eb; width: fit-content; }
.step-card h3 { font-size: 24px; font-weight: 600; }
.step-card p { font-size: 15px; color: #4b5563; line-height: 1.6; }
.plus-list { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.plus-list div { display: flex; gap: 10px; align-items: center; font-size: 14px; }
.plus-list div span:first-child { color: #4b5563; }

/* Approach cards: horizontal layout with dividers */
.step-card .plus-list { flex-direction: row; gap: 0; margin-top: 12px; padding-top: 16px; border-top: 1px solid #e5e7eb; }
.step-card .plus-list div { gap: 0; padding: 0 20px; border-right: 1px solid #e5e7eb; font-size: 14px; color: #4b5563; }
.step-card .plus-list div:first-child { padding-left: 0; }
.step-card .plus-list div:last-child { border-right: none; }
.step-card .plus-list div span:first-child { display: none; }

/* ============================================
   Practice Areas — Arrow Browse
   ============================================ */
.practice-areas-wrapper { position: relative; height: auto; }
.practice-areas { position: relative; min-height: 100vh; display: flex; overflow: hidden; }
.practice-left { width: 420px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 60px; background: #0c222c; z-index: 2; }
.practice-left .label { font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.practice-left h2 { font-family: 'Inter', sans-serif; font-size: 48px; font-weight: 700; color: #fff; line-height: 1.1; }
.practice-left p { font-size: 15px; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 300px; }
.practice-left .scroll-hint { display: flex; align-items: center; gap: 16px; }
.practice-left .scroll-hint .arrow { width: 62px; height: 62px; border: 1px solid rgba(255,255,255,0.28); background: transparent; display: flex; align-items: center; justify-content: center; font: 600 24px/1 'Inter', sans-serif; color: #fff; cursor: pointer; transition: background 0.2s, border-color 0.2s; }
.practice-left .scroll-hint .arrow:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.48); }
.practice-left .scroll-hint .arrow:disabled { cursor: default; opacity: 0.32; }
.practice-left .scroll-hint .arrow:disabled:hover { background: transparent; border-color: rgba(255,255,255,0.28); }
.practice-left .scroll-hint span { font-size: 13px; color: rgba(255,255,255,0.3); letter-spacing: 1px; }
.practice-track { display: flex; gap: 2px; will-change: transform; transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1); }
.practice-card { width: 460px; flex-shrink: 0; min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding: 48px; background: #e5e7eb; border-right: 1px solid rgba(12,34,44,0.08); cursor: pointer; position: relative; overflow: hidden; z-index: 1; transition: background 0.4s ease; }
.practice-card .num { font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(12,34,44,0.35); transition: color 0.4s ease; }
.practice-card h3 { font-size: 32px; font-weight: 600; color: #0c222c; line-height: 1.15; margin-top: 16px; transition: color 0.4s ease; }
.practice-card p { font-size: 15px; color: rgba(12,34,44,0.5); line-height: 1.6; margin-top: 16px; transition: color 0.4s ease; }
.practice-card .card-bottom { display: flex; flex-direction: column; gap: 12px; }
.practice-card .card-bottom .line { width: 100%; height: 1px; background: rgba(12,34,44,0.1); transition: background 0.4s ease; }
.practice-card .card-bottom a { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 500; color: #0c222c; text-decoration: none; transition: color 0.4s ease; }
.practice-card .card-bottom a span { display: inline-block; transition: transform 0.3s ease; }
.practice-card:hover { background: #0c222c; }
.practice-card:hover .num { color: rgba(255,255,255,0.4); }
.practice-card:hover h3 { color: #fff; }
.practice-card:hover p { color: rgba(255,255,255,0.6); }
.practice-card:hover .card-bottom .line { background: rgba(255,255,255,0.15); }
.practice-card:hover .card-bottom a { color: #fff; }
.practice-card:hover .card-bottom a span { transform: translateX(4px); }

/* ============================================
   Square Window Section
   ============================================ */
.window-section { position: relative; height: 200vh; }
.window-sticky { position: sticky; top: 0; height: 100vh; background: #0c222c; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.window-video { position: absolute; inset: 0; }
.window-video video,
.window-video img { width: 100%; height: 100%; object-fit: cover; }
.window-mask { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 2; }
.window-square { width: 200px; height: 200px; overflow: hidden; position: relative; transition: none; }
.window-square video,
.window-square img { position: absolute; width: 100vw; height: 100vh; object-fit: cover; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.window-logo { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 3; pointer-events: none; }
.window-logo img { width: 120px; height: auto; opacity: 0.9; }

/* ============================================
   Team Preview
   ============================================ */
.partners { background: #fff; padding: 214px 80px; }
.partners-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 48px; }
.partners-header h2 { font-family: 'Inter', sans-serif; font-size: 48px; font-weight: 700; color: #0c222c; line-height: 1.1; margin-top: 12px; }
.partners-header .label { font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #4b5563; }
.partners-header a { font-size: 13px; font-weight: 500; color: #0c222c; text-decoration: none; padding-top: 40px; padding-bottom: 4px; border-bottom: 1px solid currentColor; width: fit-content; display: flex; align-items: center; gap: 8px; }
.partners-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.partner-card { min-width: 0; display: flex; flex-direction: column; gap: 16px; cursor: pointer; text-decoration: none; color: inherit; }
.partner-card .portrait { height: 480px; overflow: hidden; position: relative; }
.partner-card .portrait img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.partner-card:hover .portrait img { transform: scale(1.05); }
.partner-card:hover { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") 12 12, pointer; }
.partner-card .info { display: flex; justify-content: space-between; align-items: flex-end; }
.partner-card .info h4 { font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 600; color: #0c222c; }
.partner-card .info p { font-size: 14px; color: #4b5563; margin-top: 4px; }
.partner-card .info span { font-size: 14px; color: rgba(12,34,44,0.5); transition: transform 0.3s ease, color 0.3s ease; }
.partner-card:hover .info span { transform: translateX(4px); color: #0c222c; }

/* Partners — Variation B (Dark) */
.partners-dark { background: #0c222c; }
.partners-dark .partners-header h2 { color: #fff; }
.partners-dark .partners-header .label { color: rgba(255,255,255,0.4); }
.partners-dark .partners-header a { color: #fff; }
.partners-dark .partner-card .portrait { background: #1a3340; }
.partners-dark .partner-card .info h4 { color: #fff; }
.partners-dark .partner-card .info p { color: rgba(255,255,255,0.5); }
.partners-dark .partner-card .info span { color: rgba(255,255,255,0.3); }
.partners-dark .partner-card:hover .info span { color: #fff; }

/* ============================================
   Who We Represent
   ============================================ */
.who-we-represent { display: flex; padding: 214px 0; }
.wwr-left { width: 420px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 0 60px 0 80px; }
.wwr-left h2 { font-family: 'Inter', sans-serif; font-size: 48px; font-weight: 700; line-height: 1.1; margin-top: 16px; }
.wwr-left p { font-size: 15px; line-height: 1.7; max-width: 360px; margin-top: 20px; }
.wwr-number { font-family: 'Inter', sans-serif; font-size: 160px; font-weight: 700; line-height: 1; }
.wwr-right { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 0 60px; }
.wwr-row { border-bottom: 1px solid rgba(0,0,0,0.08); cursor: pointer; transition: background 0.2s; }
.wwr-row:first-child { border-top: 1px solid rgba(0,0,0,0.08); }
.wwr-row:hover { background: rgba(0,0,0,0.015); }
.wwr-row-header { display: flex; align-items: center; padding: 28px 0; }
.wwr-num { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 1px; width: 40px; flex-shrink: 0; }
.wwr-title { font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 500; flex: 1; }
.wwr-plus { font-family: 'Inter', sans-serif; font-size: 20px; flex-shrink: 0; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.wwr-row.open .wwr-plus { transform: rotate(45deg); }

/* Light variant */
.wwr-light { background: #fff; }
.wwr-light .wwr-left { background: #fff; }
.wwr-light .wwr-left .section-label { color: #0c222c; border-bottom-color: #0c222c; }
.wwr-light .wwr-left h2 { color: #0c222c; }
.wwr-light .wwr-left p { color: #4b5563; }
.wwr-light .wwr-number { color: rgba(12,34,44,0.04); }
.wwr-light .wwr-right { background: #fff; }
.wwr-light .wwr-num { color: rgba(12,34,44,0.5); }
.wwr-light .wwr-title { color: #0c222c; }
.wwr-light .wwr-plus { color: rgba(12,34,44,0.5); }
.wwr-light .wwr-row:hover .wwr-plus { color: #0c222c; }

/* Accordion body */
.wwr-row-body { max-height: 0; overflow: hidden; transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1), padding 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s ease 0.1s; padding: 0 0 0 40px; opacity: 0; }
.wwr-row.open .wwr-row-body { max-height: 800px; padding: 0 0 32px 40px; opacity: 1; }
.wwr-teaser { font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 500; color: #0c222c; line-height: 1.5; margin-bottom: 24px; }
.wwr-body { font-family: 'Inter', sans-serif; font-size: 14px; color: #6b7280; line-height: 1.75; margin-bottom: 28px; }
/* Ticker */
.wwr-ticker-wrap { width: 500px; overflow: hidden; position: relative; margin-top: 4px; }
.wwr-ticker-wrap::before,
.wwr-ticker-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 1; pointer-events: none; }
.wwr-ticker-wrap::before { left: 0; background: linear-gradient(to right, #fff, transparent); }
.wwr-ticker-wrap::after { right: 0; background: linear-gradient(to left, #fff, transparent); }
.wwr-ticker { display: flex; gap: 32px; white-space: nowrap; animation: wwrScroll 18s linear infinite; }
.wwr-ticker span { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #0c222c; flex-shrink: 0; }
@keyframes wwrScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============================================
   Testimonial
   ============================================ */
.testimonial { background: #fff; padding: 140px 80px; min-height: 700px; display: flex; gap: 80px; align-items: center; }
.testimonial .quote-side { flex: 1; display: flex; flex-direction: column; gap: 32px; }
.testimonial .quote-mark { font-size: 64px; color: #0c222c; line-height: 0.6; font-family: 'Inter', sans-serif; opacity: 0.15; }
.testimonial blockquote { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 500; color: #0c222c; line-height: 1.3; }
.testimonial .attribution { display: flex; flex-direction: column; gap: 4px; margin-top: 16px; }
.testimonial .attr-name { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; color: #0c222c; }
.testimonial .attr-role { font-size: 13px; color: #4b5563; }
.testimonial .photo-side { width: 480px; height: 600px; flex-shrink: 0; overflow: hidden; }
.testimonial .photo-side img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================
   News
   ============================================ */
.news { display: flex; padding: 120px 80px; gap: 60px; }
.news-grid { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.news-card { display: flex; flex-direction: column; gap: 16px; }
.news-img { height: 240px; background: #e5e7eb; position: relative; overflow: hidden; }
.news-img img { position: absolute; inset: -30px 0; width: 100%; height: calc(100% + 60px); object-fit: cover; will-change: transform; }
.news-date { position: absolute; top: 16px; left: 16px; padding: 6px 12px; background: #fff; font-size: 12px; font-weight: 500; letter-spacing: 1px; }
.news-card .cat { font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #4b5563; padding-top: 8px; border-top: 1px solid #e5e7eb; }
.news-card h4 { font-size: 22px; font-weight: 600; line-height: 1.3; }
.news-card p { font-size: 15px; color: #4b5563; line-height: 1.6; }
.news-card a { font-size: 14px; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; }

/* ============================================
   Unified CTA + Footer (Var C Grid)
   ============================================ */
.site-footer { background: #0c222c; }
.site-footer-top { display: flex; padding: 80px; gap: 0; }
.site-footer-cta { flex: 1; display: flex; flex-direction: column; gap: 20px; padding-right: 80px; border-right: 1px solid rgba(255,255,255,0.06); }
.site-footer-cta h2 { font-size: 40px; font-weight: 700; color: #fff; line-height: 1.15; }
.site-footer-cta p { font-size: 15px; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 360px; }
.site-footer-cta .btn-white { width: fit-content; margin-top: 8px; }
.site-footer-nav { display: flex; flex-direction: column; justify-content: space-between; padding-left: 80px; flex: 0 0 480px; }
.site-footer-cols { display: flex; gap: 48px; }
.site-footer-meta { display: flex; flex-direction: column; gap: 8px; margin-top: 48px; }
.site-footer-meta .footer-logo { height: 18px; width: auto; opacity: 0.5; }
.site-footer-meta span { font-size: 12px; color: rgba(255,255,255,0.2); }
.footer-col { display: flex; flex-direction: column; gap: 14px; flex: 1; }
.footer-col .col-title { font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.footer-col span { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; color: #fff; cursor: pointer; }
.footer-col .address { font-weight: 400; color: rgba(255,255,255,0.45); cursor: default; }
.footer-watermark { padding: 0 80px 50px; overflow: hidden; max-width: calc(100% - 480px); }
.footer-watermark img { width: 100%; height: auto; object-fit: contain; opacity: 0.04; }

/* ============================================
   Touch Device — Disable Custom Cursor
   ============================================ */
@media (hover: none) {
  .cursor { display: none; }
  * { cursor: auto !important; }
}

/* ============================================
   Tablet (768px – 1279px)
   ============================================ */
@media (max-width: 1279px) {
  /* Global padding */
  .about, .services, .partners, .selected-experience, .cta-banner, .contact-bar, .footer { padding-left: 48px; padding-right: 48px; }
  .hero-left { padding: 32px 48px 48px; }
  .scroll-nav { padding: 16px 48px; }
  .nav-links { gap: 16px; }
  .nav-links span, .nav-links a:not(.nav-cta) { font-size: 12px; }
  .nav-cta { font-size: 12px; padding: 8px 16px; }
  .scroll-nav .scroll-nav-links { margin: 0 24px; }
  .scroll-nav a { font-size: 12px; }

  /* Typography */
  .hero-left h1 { font-size: 48px; }
  .about h2 { font-size: 36px; }
  .partners-header h2 { font-size: 40px; }
  .practice-left h2 { font-size: 40px; }
  .process-left h2 { font-size: 40px; }
  .cta-banner h2 { font-size: 44px; }
  .testimonial blockquote { font-size: 30px; }
  .wwr-left h2 { font-size: 40px; }
  .window-text h2 { font-size: 40px; }

  /* Practice Areas */
  .practice-left { width: 300px; padding: 48px; }
  .practice-card { width: 380px; padding: 40px; }
  .selected-experience-list { grid-template-columns: repeat(2, 1fr); }
  .selected-experience-header { flex-direction: column; gap: 20px; }
  .selected-experience-header p { padding-top: 0; }

  /* Partners */
  .partner-card .portrait { height: 360px; }

  /* Testimonial */
  .testimonial { padding-left: 48px; padding-right: 48px; gap: 48px; }
  .testimonial .photo-side { width: 360px; height: 480px; }

  /* Who We Represent */
  .wwr-left { width: 300px; padding: 0 48px 0 48px; }
  .who-we-represent { padding-left: 0; padding-right: 0; }
  .wwr-right { padding: 0 48px; }
  .wwr-number { font-size: 120px; }

  /* Footer */
  .footer { gap: 48px; }
  .footer-cols { gap: 36px; }
}

/* ============================================
   Mobile (< 768px)
   ============================================ */
@media (max-width: 767px) {
  /* Global padding */
  .about, .services, .partners, .selected-experience, .cta-banner { padding: 80px 24px; }
  .contact-bar { padding: 24px; flex-direction: column; gap: 12px; align-items: flex-start; }
  .contact-bar .links { gap: 20px; }
  .footer { padding: 48px 24px; }
  .site-footer-top { flex-direction: column; padding: 56px 24px; gap: 42px; }
  .site-footer-cta { padding-right: 0; border-right: 0; }
  .site-footer-cta h2 { font-size: 32px; }
  .site-footer-nav { flex: 1 1 auto; padding-left: 0; }
  .site-footer-cols { flex-direction: column; gap: 28px; }
  .site-footer-meta { margin-top: 36px; }
  .footer-watermark { max-width: none; padding: 0 24px 40px; }
  .scroll-nav { padding: 14px 24px; }

  /* Hide nav links on mobile, keep logo + CTA */
  .nav-links { display: none; }
  .scroll-nav .scroll-nav-links { display: none; }
  .mobile-menu-toggle { display: flex; }
  .mobile-menu-panel { display: block; }

  /* Hero — stack */
  .hero { flex-direction: column; min-height: auto; }
  .hero-left { padding: 32px 24px 48px; min-height: auto; }
  .hero-left h1 { font-size: 36px; margin-bottom: 16px; }
  .hero-left p { font-size: 15px; margin-bottom: 24px; }
  .hero-cities { margin: -4px 0 24px; }
  .hero-right { min-height: 40vh; height: 40vh; flex: none; }
  .hero-tag { margin-bottom: 24px; }

  /* About */
  .about { flex-direction: column; gap: 24px; }
  .about-label { width: auto; }
  .about h2 { font-size: 28px; }

  /* Services */
  .services { flex-direction: column; gap: 24px; }
  .services .sticky-label { position: static; width: auto; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card .card-content { padding: 28px; }
  .service-card h3 { font-size: 22px; }
  .service-card .card-image { display: none; }
  .selected-experience-header h2 { font-size: 30px; }
  .selected-experience-list { grid-template-columns: 1fr; }
  .experience-item { min-height: auto; padding: 28px; }
  .selected-experience-header { flex-direction: column; gap: 16px; margin-bottom: 32px; }
  .selected-experience-header p { padding-top: 0; }

  /* Practice Areas — stack vertically, disable scroll-lock */
  .practice-areas-wrapper { height: auto !important; }
  .practice-areas { position: static; height: auto; flex-direction: column; }
  .practice-left { width: 100%; padding: 48px 24px; height: auto; }
  .practice-left h2 { font-size: 32px; }
  .practice-left .scroll-hint { display: none; }
  .practice-track { flex-direction: column; gap: 0; transform: none !important; }
  .practice-card { width: 100%; height: auto; min-height: 0; padding: 32px 24px; }
  .practice-card h3 { font-size: 24px; }

  /* Partners — 2 columns */
  .partners-header { flex-direction: column; gap: 16px; }
  .partners-header h2 { font-size: 32px; }
  .partners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-card .portrait { height: 280px; }
  .partner-card .info h4 { font-size: 16px; }

  /* Process/Approach — stack, disable scroll-lock */
  .process-wrapper { height: auto !important; }
  .process { position: static !important; height: auto !important; flex-direction: column; overflow: visible; }
  .process-left { height: 40vh; min-height: 300px; flex: none; padding: 32px 24px; }
  .process-left h2 { font-size: 32px; }
  .process-right { height: auto !important; position: relative; padding: 24px; display: flex; flex-direction: column; gap: 16px; }
  .step-card { position: static !important; transform: none !important; opacity: 1 !important; width: 100% !important; left: auto !important; box-shadow: none; }

  /* Who We Represent — stack */
  .who-we-represent { flex-direction: column; padding: 80px 0; }
  .wwr-left { width: 100%; padding: 0 24px 40px; }
  .wwr-left h2 { font-size: 32px; }
  .wwr-number { display: none; }
  .wwr-right { padding: 0 24px; }
  .wwr-title { font-size: 18px; }
  .wwr-ticker-wrap { width: 100%; }
  .wwr-row-body { padding-left: 0; }
  .wwr-row.open .wwr-row-body { padding-left: 0; padding-bottom: 20px; }

  /* Testimonial — stack */
  .testimonial { flex-direction: column; gap: 40px; padding: 80px 24px; min-height: auto; }
  .testimonial blockquote { font-size: 26px; }
  .testimonial .photo-side { width: 100%; height: 300px; }

  /* Window section */
  .window-section { height: 150vh; }
  .window-text h2 { font-size: 28px; }

  /* CTA */
  .cta-banner h2 { font-size: 32px; }
  .cta-banner .buttons { flex-direction: column; gap: 8px; }
  .cta-banner .buttons .btn-white,
  .cta-banner .buttons .btn-dark { width: 100%; text-align: center; }

  /* Footer — stack */
  .footer { flex-direction: column; gap: 40px; }
  .footer-cols { flex-wrap: wrap; gap: 32px; }
  .footer-col .address { white-space: normal; }
  .footer-watermark { padding: 32px 24px 48px; }
  .footer-watermark img { height: auto; }
}

/* ============================================
   Mobile QA Overrides (phone + narrow tablet)
   ============================================ */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .scroll-nav .scroll-nav-links,
  .nav .nav-links {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .mobile-menu-panel {
    display: block;
  }

  .scroll-nav {
    padding: 14px 24px !important;
  }

  .scroll-nav-cta,
  .nav-cta {
    display: none !important;
  }

  .hero {
    flex-direction: column !important;
    min-height: auto !important;
  }

  .hero-left {
    width: 100% !important;
    min-height: auto !important;
    padding: 32px 24px 48px !important;
  }

  .hero-right {
    width: 100% !important;
    min-height: 40vh !important;
    height: 40vh !important;
    flex: none !important;
  }

  .practice-areas {
    position: static !important;
    height: auto !important;
    flex-direction: column !important;
  }

  .practice-left {
    width: 100% !important;
    height: auto !important;
    padding: 48px 24px !important;
  }

  .practice-left h2 {
    font-size: 32px !important;
  }

  .practice-track {
    width: 100% !important;
    transform: none !important;
    flex-direction: column !important;
  }

  .practice-card {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 32px 24px !important;
  }

  .process {
    position: static !important;
    height: auto !important;
    flex-direction: column !important;
    overflow: visible !important;
  }

  .process-left {
    height: 40vh !important;
    min-height: 300px !important;
    flex: none !important;
    padding: 32px 24px !important;
  }

  .process-right {
    height: auto !important;
    position: relative !important;
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .step-card {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    width: 100% !important;
    left: auto !important;
    box-shadow: none !important;
  }

  .site-footer-top {
    flex-direction: column !important;
    padding: 56px 24px !important;
    gap: 42px !important;
  }

  .site-footer-cta {
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  .site-footer-nav {
    flex: 1 1 auto !important;
    padding-left: 0 !important;
    width: 100% !important;
  }

  .site-footer-cols {
    flex-direction: column !important;
    gap: 28px !important;
  }

  .footer-watermark {
    max-width: none !important;
    padding: 0 24px 40px !important;
  }

  .bio-nav {
    display: none !important;
  }

  .bio-hero {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
  }

  .bio-photo {
    position: relative !important;
    width: 100% !important;
    height: 38vh !important;
    min-height: 280px !important;
    flex: none !important;
    align-self: auto !important;
  }

  .bio-content {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding: 72px 24px 80px !important;
  }

  .bio-name {
    font-size: clamp(38px, 12vw, 54px) !important;
    overflow-wrap: anywhere;
  }

  .bio-text,
  .bio-rep-text,
  .bio-list,
  .bio-rep-list {
    max-width: 100% !important;
  }

  .bio-tags {
    max-width: 100% !important;
  }

  .contact-page,
  .practices-page,
  .team-page {
    flex-direction: column !important;
    min-height: auto !important;
  }

  .contact-left,
  .practices-left {
    width: 100% !important;
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    padding: 32px 24px 48px !important;
  }

  .contact-left-nav,
  .practices-left-nav {
    padding: 0 0 48px !important;
    margin-bottom: 0 !important;
  }

  .contact-left-content {
    justify-content: flex-start !important;
  }

  .contact-heading,
  .practices-heading {
    font-size: 38px !important;
  }

  .contact-intro,
  .practices-intro {
    max-width: 100% !important;
  }

  .contact-right,
  .practices-right {
    width: 100% !important;
    flex: none !important;
  }

  .contact-right-nav,
  .practices-right-nav {
    display: none !important;
  }

  .contact-right-content {
    padding: 56px 24px !important;
    gap: 24px !important;
  }

  .form-row {
    flex-direction: column !important;
    gap: 24px !important;
  }

  .practices-featured {
    min-height: 400px !important;
  }

  .practices-featured-content {
    padding: 0 24px 40px !important;
  }

  .practices-featured h2 {
    font-size: 36px !important;
  }

  .practices-grid-row,
  .practices-secondary-header {
    flex-direction: column !important;
  }

  .practices-cell.bordered {
    border-right: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }

  .practices-secondary,
  .experience-snapshot {
    padding: 48px 24px !important;
  }

  .practices-secondary-grid,
  .experience-snapshot ul {
    grid-template-columns: 1fr !important;
  }

  .team-featured {
    width: 100% !important;
    position: relative !important;
    height: 50vh !important;
    min-height: 420px !important;
  }

  .team-featured-label-logo-link {
    left: 24px !important;
  }

  .team-featured-info {
    left: 24px !important;
    right: 24px !important;
    bottom: 40px !important;
  }

  .team-featured-bio {
    max-width: 100% !important;
  }

  .team-directory {
    width: 100% !important;
    flex: none !important;
  }

  .team-nav {
    display: none !important;
  }

  .team-list {
    padding: 0 24px !important;
  }

  .team-row-name {
    font-size: 20px !important;
  }

  .team-row-title {
    display: none !important;
  }

  .firm-pov-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    overflow: hidden !important;
    padding: 0 24px 60px !important;
    gap: 12px !important;
  }

  .firm-pov-deck {
    order: 1 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
  }

  #pov-prev {
    order: 2 !important;
  }

  #pov-next {
    order: 3 !important;
  }

  .firm-pov-arrow {
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px !important;
  }

  .insights-filters {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .insights-filter {
    padding: 9px 12px !important;
    font-size: 10px !important;
  }

  .window-section {
    height: auto !important;
  }

  .window-sticky {
    position: relative !important;
    height: 70vh !important;
    min-height: 420px !important;
  }

  .window-square {
    width: min(62vw, 320px) !important;
    height: min(62vw, 320px) !important;
  }

  .window-logo {
    opacity: 1 !important;
  }

  .window-video {
    opacity: 0 !important;
  }

  .who-we-represent {
    flex-direction: column !important;
    padding: 80px 0 !important;
  }

  .wwr-left {
    width: 100% !important;
    padding: 0 24px 40px !important;
  }

  .wwr-left h2 {
    font-size: 32px !important;
  }

  .wwr-right {
    width: 100% !important;
    padding: 0 24px !important;
  }

  .wwr-row-body {
    padding-left: 0 !important;
  }

  .wwr-row.open .wwr-row-body {
    padding-left: 0 !important;
    padding-bottom: 20px !important;
  }

  .wwr-ticker-wrap {
    width: 100% !important;
  }
}

/* Final mobile correction for compact attorney portrait mode.
   This stays at the end because older mobile rules above also use !important. */
@media (max-width: 900px) {
  .bio-photo {
    height: 188px !important;
    min-height: 188px !important;
    width: 100% !important;
    padding-top: 56px !important;
    position: relative !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(12,34,44,0.08) !important;
  }

  .bio-photo > img:not(.bio-photo-logo),
  .bio-photo-placeholder::before {
    width: 104px !important;
    height: 104px !important;
  }

  .bio-photo-placeholder::before {
    font-size: 34px !important;
  }

  .bio-photo-logo-link {
    top: 24px !important;
    left: 24px !important;
    width: 142px !important;
  }

  .bio-content {
    padding: 56px 24px 80px !important;
  }

  .team-featured {
    display: none !important;
  }

  .team-featured-info {
    left: 24px !important;
    right: 24px !important;
    bottom: 32px !important;
  }

  .team-directory {
    position: relative !important;
    min-height: 100vh !important;
  }

  .team-mobile-brand {
    display: block !important;
    position: absolute !important;
    top: 28px !important;
    left: 24px !important;
    width: 142px !important;
    z-index: 3 !important;
    opacity: 0.78 !important;
  }

  .team-mobile-brand img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  .team-list {
    padding-top: 104px !important;
  }

  .team-row-name {
    color: rgba(255,255,255,0.76) !important;
  }

  .team-row.is-active .team-row-name {
    color: #fff !important;
  }

  .team-row-num,
  .team-row-arrow {
    color: rgba(255,255,255,0.22) !important;
  }
}
