:root {
  --ink: #0b0b0b;
  --charcoal: #171717;
  --paper: #f4f2ee;
  --white: #fff;
  --gold: #a68943;
  --gold-light: #d2b86b;
  --muted: #726d64;
  --line: rgba(18,18,18,.13);
  --serif: "ZCOOL XiaoWei", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 14px; }
.topbar { background: #efede9; color: #625c50; font-size: .78rem; border-bottom: 1px solid #e2ded7; }
.topbar-inner { display: flex; justify-content: space-between; gap: 18px; padding: 6px 0; }
.topbar a { text-decoration: none; }
.site-header { background: var(--white); }
.header-inner { min-height: 118px; display: grid; grid-template-columns: 1fr 220px 1fr; align-items: center; gap: 26px; }
.brand img { width: 170px; margin: auto; }
.call-block { display: flex; align-items: center; gap: 13px; text-decoration: none; width: max-content; }
.call-icon { color: var(--gold); font-size: 2rem; }
.call-block small, .phone-link small { display: block; color: #6f6040; font-family: var(--serif); font-size: .88rem; }
.call-block strong { display: block; font-size: 1.2rem; line-height: 1.2; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 22px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; font-size: .78rem; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--white); }
.button-gold:hover { background: #8e7132; }
.header-cta { justify-self: end; }
.main-nav { background: var(--ink); color: var(--white); }
.nav-inner { min-height: 50px; display: flex; justify-content: center; align-items: center; gap: clamp(20px, 4vw, 52px); }
.main-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .06em; font-size: .76rem; font-weight: 600; }
.main-nav a:hover { color: var(--gold-light); }
.hero { position: relative; min-height: 625px; display: grid; align-items: center; isolation: isolate; background: #202020 url('/assets/images/hero.webp') center/cover no-repeat; color: var(--white); }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 43%, rgba(0,0,0,.15) 78%, rgba(0,0,0,.06) 100%); }
.hero-content { padding-block: 86px; }
.eyebrow, .section-kicker { margin: 0 0 10px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .17em; font-size: .75rem; font-weight: 700; }
.hero h1 { max-width: 790px; margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5.3vw, 5rem); line-height: 1.02; font-weight: 400; }
.hero-copy { max-width: 680px; margin: 28px 0; color: rgba(255,255,255,.84); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-outline { border-color: rgba(255,255,255,.6); color: var(--white); background: rgba(0,0,0,.12); }
.button-outline:hover { background: var(--white); color: var(--ink); }
.hero-note { margin: 20px 0 0; color: rgba(255,255,255,.65); font-size: .86rem; }
.union-section, .directory-section { padding: 95px 0; }
.union-section { background: var(--paper); text-align: center; }
.union-section h2, .practice-section h2, .directory-section h2, .cta-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.13; font-weight: 400; }
.union-section h2 { max-width: 780px; margin-inline: auto; }
.logo-story { display: grid; grid-template-columns: 1fr auto 1fr auto 1.2fr; align-items: stretch; gap: 18px; margin: 54px 0 34px; }
.legacy-logo-card, .new-logo-card { min-height: 220px; display: grid; place-items: center; align-content: center; gap: 20px; border: 1px solid var(--line); background: var(--white); padding: 28px; box-shadow: 0 12px 35px rgba(0,0,0,.045); }
.legacy-logo-card img { max-height: 115px; width: auto; }
.legacy-logo-card.valente-card { background: #171717; border-color: #171717; }
.new-logo-card { background: var(--ink); border-color: var(--ink); }
.new-logo-card img { max-height: 125px; width: auto; filter: brightness(0) invert(1); }
.legacy-label { color: var(--gold); text-transform: uppercase; letter-spacing: .17em; font-size: .67rem; font-weight: 700; }
.plus, .becomes { align-self: center; color: var(--gold); font-family: var(--serif); font-size: 2.2rem; }
.union-copy { max-width: 850px; margin: auto; color: #5d574e; font-size: 1.03rem; }
.practice-section { padding: 95px 0 105px; background: var(--ink); color: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.section-kicker.light, .text-link.light { color: var(--gold-light); }
.text-link { text-decoration: none; font-size: .88rem; font-weight: 700; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.practice-card { min-height: 295px; padding: 30px; background: var(--charcoal); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.practice-card:hover { position: relative; background: #24211a; transform: translateY(-3px); }
.practice-card span { color: var(--gold-light); font-size: .72rem; letter-spacing: .18em; }
.practice-card h3 { margin: 50px 0 12px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.practice-card p { margin: 0 0 22px; color: rgba(255,255,255,.68); font-size: .9rem; }
.practice-card b { color: var(--gold-light); text-transform: uppercase; letter-spacing: .06em; font-size: .7rem; }
.directory-section { background: var(--white); }
.directory-intro { max-width: 800px; color: var(--muted); }
.directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: 45px; }
.directory-group { border-top: 2px solid var(--gold); padding-top: 20px; }
.directory-group h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.directory-group a { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); color: #4d4942; text-decoration: none; font-size: .86rem; line-height: 1.4; }
.directory-group a:hover { color: #846b2f; }
.cta-section { padding: 75px 0; background: #25221d; color: var(--white); }
.cta-inner { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 60px; }
.cta-inner p { max-width: 620px; color: rgba(255,255,255,.65); }
.cta-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.cta-actions .button { grid-column: 1 / -1; }
.phone-link { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.phone-link strong { display: block; font-size: 1.04rem; }
footer { background: #070707; color: rgba(255,255,255,.72); }
.footer-main { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 35px; padding: 62px 0 44px; }
.footer-main > img { width: 165px; filter: brightness(0) invert(1); }
.footer-main h3 { margin: 0 0 8px; color: var(--gold-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-main p { margin: 0; font-size: .8rem; }
.footer-main a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom p { margin: 0; }
@media (max-width: 920px) {
  .header-inner { grid-template-columns: 1fr 1fr; min-height: 100px; }
  .call-block { display: none; }
  .brand img { margin: 0; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .directory-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-story { grid-template-columns: 1fr auto 1fr; }
  .becomes { grid-column: 1 / -1; transform: rotate(90deg); }
  .new-logo-card { grid-column: 1 / -1; }
  .cta-inner { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .topbar-inner { justify-content: center; }
  .topbar-inner span { display: none; }
  .header-inner { grid-template-columns: 1fr; justify-items: center; padding: 18px 0; gap: 12px; }
  .brand { order: -1; }
  .brand img { width: 145px; margin: auto; }
  .header-cta { justify-self: center; min-height: 44px; }
  .nav-inner { justify-content: flex-start; gap: 24px; overflow-x: auto; padding: 0 4px; scrollbar-width: none; }
  .nav-inner::-webkit-scrollbar { display: none; }
  .main-nav a { flex: 0 0 auto; }
  .hero { min-height: 620px; background-position: 62% center; }
  .hero-overlay { background: rgba(0,0,0,.78); }
  .hero-content { padding-block: 68px; }
  .hero h1 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .hero-actions .button { width: 100%; }
  .union-section, .directory-section, .practice-section { padding: 72px 0; }
  .logo-story { grid-template-columns: 1fr; }
  .plus { transform: none; }
  .becomes { grid-column: auto; transform: rotate(90deg); }
  .new-logo-card { grid-column: auto; }
  .section-heading { display: block; }
  .section-heading .text-link { display: inline-block; margin-top: 14px; }
  .practice-grid, .directory-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 250px; }
  .practice-card h3 { margin-top: 34px; }
  .cta-actions { grid-template-columns: 1fr; }
  .cta-actions .button { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
