/* =========================================================
   SHINEVIN & YANG PC — static multi-page law firm website
   Palette: white + sage-green + coral band + navy + plum accent
   Type: Caudex (Latin serif) + Noto Serif/Sans SC (Chinese)
   ========================================================= */
:root {
  --white:    #ffffff;
  --paper:    #fbfaf3;     /* cream cards */
  --lavender: #e7e8ef;     /* tagline band */
  --sage:     #a8b49a;     /* green bands */
  --sage-2:   #9aa88b;
  --coral-band: #e4c7ac;   /* contact band */
  --navy:     #1d2a5e;
  --navy-2:   #16204a;
  --plum:     #644376;
  --coral:    #ff8c62;
  --coral-d:  #f2774b;
  --teal:     #3a9d77;     /* active nav */
  --ink:      #14181f;
  --body:     #444b57;
  --line:     #e3ded2;

  --serif: "Caudex", "Noto Serif SC", Georgia, "Songti SC", serif;
  --sans:  "Noto Sans SC", -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
  --container: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body { font-family: var(--sans); color: var(--body); background: var(--white); line-height: 1.85; font-weight: 300; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 26px; }

.sec-title { font-family: var(--serif); font-weight: 400; color: var(--ink); font-size: clamp(30px, 4.4vw, 56px); line-height: 1.2; letter-spacing: .02em; overflow-wrap: anywhere; }
.sec-title.center { text-align: center; }
.sec-title.black { color: #000; }
.sec-rule { width: 70px; height: 3px; background: var(--navy); margin: 22px auto 50px; }
.eyebrow { font-family: var(--serif); font-style: italic; color: var(--teal); font-size: 18px; margin-bottom: 14px; letter-spacing: .05em; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 30px; font-family: var(--serif); font-size: 16px; letter-spacing: .04em; cursor: pointer; border: none; border-radius: 2px; transition: transform .3s var(--ease), background .3s, box-shadow .3s; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn-coral { background: var(--coral); color: #1a1a1a; padding: 12px 46px; }
.btn-coral:hover { background: var(--coral-d); transform: translateY(-2px); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); backdrop-filter: blur(8px); border-bottom: 1px solid #eee; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 60px; height: 60px; object-fit: contain; border-radius: 6px; background: #0c0c0c; padding: 3px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.brand-text strong { font-family: var(--serif); font-size: 20px; color: var(--navy); font-weight: 700; letter-spacing: .01em; }
.brand-text em { font-style: normal; font-size: 13px; letter-spacing: .14em; color: #555; }

.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a, .nav-drop-trigger { font-family: var(--serif); font-size: 17px; color: #333; cursor: pointer; padding: 4px 0; transition: color .25s; }
.main-nav > a:hover, .nav-drop-trigger:hover { color: var(--teal); }
.main-nav > a.active { color: var(--teal); }
.caret { font-size: 9px; }
.lang-pill { font-family: var(--serif); font-size: 14px; color: #555; border: 1px solid #d8d8d8; border-radius: 4px; padding: 5px 12px; }

.nav-dropdown { position: relative; }
.nav-menu { position: absolute; top: 150%; left: 50%; transform: translateX(-50%) translateY(8px); background: #fff; min-width: 230px; padding: 8px; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,.12); opacity: 0; visibility: hidden; transition: all .26s var(--ease); }
.nav-dropdown:hover .nav-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-menu a { display: block; padding: 10px 14px; font-size: 14.5px; color: var(--body); transition: background .2s, color .2s; }
.nav-menu a:hover { background: var(--paper); color: var(--teal); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--navy); transition: .3s; }

/* ---------- tagline band ---------- */
.tagline-band { background: var(--lavender); text-align: center; padding: 46px 0; }
.welcome { font-family: var(--serif); color: var(--navy); font-weight: 400; font-size: clamp(22px, 3vw, 40px); letter-spacing: .06em; margin-bottom: 14px; }
.tagline { font-family: var(--serif); color: var(--navy); font-size: clamp(20px, 2.6vw, 34px); font-weight: 700; letter-spacing: .04em; }

/* ---------- hero (signage | team) ---------- */
.hero-photo { display: block; width: 100%; height: auto; }
.hero-bar { background: var(--navy); color: #d7deee; }
.hero-bar-inner { display: flex; align-items: center; justify-content: center; gap: 28px; padding: 14px 26px; flex-wrap: wrap; font-size: 14.5px; }
.hero-bar a { color: #d7deee; transition: color .2s; }
.hero-bar a:hover { color: #fff; }
.hero-bar .hi-ico { color: #c9b27a; margin-right: 4px; }
.hero-bar-cta { background: var(--coral); color: #1a1a1a !important; padding: 8px 18px; border-radius: 3px; font-family: var(--serif); transition: background .25s, transform .25s; }
.hero-bar-cta:hover { background: var(--coral-d); color: #1a1a1a !important; transform: translateY(-1px); }

/* ---------- highlights (sage band) ---------- */
.highlights { background: var(--sage); padding: 70px 0; }
.highlights-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.hl-card { background: var(--paper); padding: 40px 28px; text-align: center; border-radius: 2px; box-shadow: 0 10px 30px rgba(0,0,0,.08); transition: transform .35s var(--ease); }
.hl-card:hover { transform: translateY(-6px); }
.hl-ico { width: 66px; height: 66px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 8px; background: #d9e4cf; }
.hl-ico svg { width: 30px; height: 30px; fill: var(--sage-2); }
.hl-card h3 { font-family: var(--serif); font-size: 21px; color: var(--ink); margin-bottom: 14px; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.hl-card p { font-size: 14px; line-height: 1.8; color: #5a6066; }

/* ---------- about ---------- */
.about { padding: 100px 0; background: #fff; }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.about-media img { width: 100%; border-radius: 4px; box-shadow: 0 24px 60px rgba(20,30,60,.18); }
.about-copy p { margin-bottom: 18px; font-size: 16px; }
.about-copy .sec-title { margin-bottom: 24px; }
.attorney-line { color: var(--navy); border-left: 3px solid var(--coral); padding-left: 14px; font-size: 15px; }
.attorney-line strong { font-family: var(--serif); }
.about-copy .btn { margin-top: 10px; }

/* ---------- services ---------- */
.services { padding: 100px 0; background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.srv { background: #fff; padding: 34px 26px; transition: background .3s; }
.srv:hover { background: #fff; box-shadow: 0 16px 40px rgba(20,30,60,.10); position: relative; z-index: 2; }
.srv-no { font-family: var(--serif); font-style: italic; font-size: 24px; color: var(--coral); }
.srv h3 { font-family: var(--serif); font-size: 20px; color: var(--navy); margin: 10px 0 12px; }
.srv p { font-size: 13.5px; line-height: 1.75; color: #5a6066; }

/* ---------- testimonials (sage band) ---------- */
.testimonials { background: var(--sage); padding: 90px 0; }
.testi-sub { text-align: center; font-family: var(--serif); color: #fff; font-size: clamp(20px, 2.4vw, 30px); letter-spacing: .25em; margin: 16px 0 54px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi { background: var(--paper); padding: 32px 28px; border-radius: 2px; box-shadow: 0 12px 30px rgba(0,0,0,.10); display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; }
.testi blockquote { font-family: var(--serif); color: #2b2f36; font-size: 16px; line-height: 1.85; margin-bottom: 18px; }
.testi figcaption { font-family: var(--serif); font-style: italic; color: var(--navy); font-size: 15px; }

/* ---------- contact (coral band) ---------- */
.contact { background: var(--coral-band); padding: 90px 0 80px; }
.contact-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; }
.plum-title { font-family: var(--serif); color: var(--plum); font-weight: 400; font-size: 36px; margin-bottom: 22px; }
.plum-sub { font-family: var(--serif); color: var(--plum); font-weight: 400; font-size: 26px; margin-bottom: 18px; }
.contact-info ul { list-style: none; margin-bottom: 30px; }
.contact-info li { font-size: 16px; color: #5b4a3c; padding: 5px 0; }
.contact-info a { color: var(--navy); }
.wechat-qr { display: flex; align-items: center; gap: 16px; }
.qr-box { width: 110px; height: 110px; background: #fff; border: 1px solid #d8c7b4; display: grid; place-items: center; color: #b9a890; font-family: var(--serif); letter-spacing: .1em; }
.wechat-qr small { color: #6b5a48; }

.contact-form { display: flex; flex-direction: column; gap: 16px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 15px; border: none; border-radius: 2px; background: #fff; font-family: var(--sans); font-size: 15px; color: var(--ink); font-weight: 300; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--coral); }
.contact-form .btn-coral { align-self: flex-start; }
.form-success { display: none; background: #fff; border-left: 4px solid var(--teal); padding: 14px 16px; font-size: 14.5px; color: #2f6b39; border-radius: 2px; }
.form-success.show { display: block; }
.form-success.is-error { border-left-color: #d9534f; color: #a3271f; background: #fdecea; }

.contact-addr { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 64px; }
.addr-block h3 { font-family: var(--serif); color: var(--plum); font-size: 24px; font-weight: 400; margin-bottom: 14px; }
.addr-label { color: var(--navy); font-weight: 500; }
.addr-block p { color: #5b4a3c; font-size: 15px; margin-bottom: 10px; }
.addr-block iframe { width: 100%; height: 240px; border: 0; border-radius: 2px; margin-top: 10px; }
.big-call { margin-top: 18px; }

/* ---------- footer ---------- */
.footer { background: var(--navy-2); color: #b9c0d6; text-align: center; padding: 34px 0; }
.footer p { font-family: var(--serif); font-size: 14.5px; }
.footer .disclaimer { color: #7a83a0; font-size: 12.5px; margin-top: 8px; font-family: var(--sans); }

/* ---------- floating contact button ---------- */
.float-contact { position: fixed; right: 0; bottom: 28px; z-index: 90; background: var(--plum); color: #fff; font-family: var(--serif); font-size: 15px; letter-spacing: .1em; padding: 14px 22px; border-radius: 4px 0 0 4px; box-shadow: -4px 6px 18px rgba(0,0,0,.2); }
.float-contact:hover { background: #51325f; color: #fff; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .highlights-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .main-nav { position: fixed; top: 0; right: 0; width: 0; max-width: 330px; height: 100vh; background: #fff; flex-direction: column; align-items: flex-start; gap: 0; padding: 96px 0 40px; box-shadow: -10px 0 40px rgba(0,0,0,.15); transition: width .34s var(--ease), padding .34s var(--ease), opacity .25s var(--ease), visibility .25s var(--ease); overflow: hidden auto; opacity: 0; visibility: hidden; pointer-events: none; }
  .main-nav.open { width: 80%; padding: 96px 28px 40px; opacity: 1; visibility: visible; pointer-events: auto; }
  .main-nav:not(.open) > * { display: none; }
  .main-nav.open > * { display: block; }
  .main-nav > a, .nav-drop-trigger { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav-dropdown { width: 100%; }
  .nav-menu { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; border: none; min-width: auto; padding: 0 0 8px 14px; display: none; }
  .nav-dropdown.open .nav-menu { display: block; }
  .lang-pill { margin-top: 14px; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero-bar-inner { gap: 10px 18px; font-size: 13px; }
  .about-grid, .contact-top, .contact-addr { grid-template-columns: 1fr; gap: 40px; }
  .about-media { max-width: 460px; margin: 0 auto; }
}
@media (max-width: 560px) {
  body { padding-bottom: 66px; }
  .container { padding: 0 18px; }
  .highlights-grid, .services-grid, .testi-grid { grid-template-columns: 1fr; }
  .cf-row { grid-template-columns: 1fr; }
  .about, .services { padding: 64px 0; }
  .welcome { letter-spacing: .02em; }
  .float-contact { left: auto; right: 14px; bottom: 14px; transform: none; width: auto; min-width: 0; text-align: center; border-radius: 999px; padding: 11px 18px; font-size: 13px; letter-spacing: .08em; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
}

/* =========================================================
   INTERIOR PAGES (about / services / news / blog / contact)
   ========================================================= */
.page-hero {
  --hero-image: url("../images/hero/legal-architecture.jpg");
  --hero-position: center 38%;
  --hero-mobile-position: 46% 40%;
  --hero-left: rgba(13, 35, 35, .90);
  --hero-mid: rgba(23, 61, 56, .74);
  --hero-right: rgba(20, 36, 58, .84);
  --hero-glow: rgba(255,255,255,.13);
  --hero-accent: rgba(58, 157, 119, .16);
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 104px 0 96px;
  text-align: center;
  overflow: hidden;
  background-color: #173d38;
  background-image:
    linear-gradient(90deg, var(--hero-left) 0%, var(--hero-mid) 45%, var(--hero-right) 100%),
    linear-gradient(180deg, rgba(8, 16, 22, .36) 0%, rgba(8, 16, 22, .12) 44%, rgba(8, 16, 22, .44) 100%),
    var(--hero-image);
  background-size: cover, cover, cover;
  background-position: center, center, var(--hero-position);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 26px clamp(22px, 8vw, 160px);
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.11);
  pointer-events: none;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, var(--hero-glow), transparent 30%),
    linear-gradient(120deg, rgba(20, 48, 74, .10), var(--hero-accent));
  pointer-events: none;
}
.page-hero .ph-inner { position: relative; z-index: 1; }
.page-hero img.ph-emblem {
  width: 86px;
  height: 86px;
  object-fit: contain;
  background: rgba(7, 11, 15, .82);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  padding: 6px;
  margin: 0 auto 26px;
  box-shadow: 0 18px 44px rgba(0,0,0,.30);
}
.page-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.08;
  letter-spacing: .035em;
  text-shadow: 0 8px 28px rgba(0,0,0,.34);
  max-width: 980px;
  margin: 0 auto;
  overflow-wrap: anywhere;
}
.page-hero .ph-tag {
  font-family: var(--serif);
  color: rgba(244, 231, 188, .92);
  letter-spacing: .30em;
  margin-top: 18px;
  font-size: 16px;
  text-shadow: 0 4px 18px rgba(0,0,0,.35);
}
.hero-about { --hero-image: url("../images/hero/about-legal-consultation-office.webp"); --hero-position: center 48%; --hero-mobile-position: 52% 48%; --hero-left: rgba(10,31,34,.91); --hero-mid: rgba(24,62,58,.76); --hero-right: rgba(22,36,62,.88); }
.hero-services { --hero-image: url("../images/hero/services-justice-gavel.webp"); --hero-position: center 54%; --hero-mobile-position: 52% 54%; --hero-left: rgba(14,32,38,.92); --hero-mid: rgba(41,63,58,.72); --hero-right: rgba(22,37,62,.90); }
.hero-litigation { --hero-image: url("../images/services/litigation.webp"); --hero-position: center 54%; --hero-mobile-position: 61% 54%; --hero-left: rgba(18,24,32,.90); --hero-mid: rgba(31,58,62,.70); --hero-right: rgba(21,34,58,.88); --hero-accent: rgba(201,111,74,.18); }
.hero-personal-injury { --hero-image: url("../images/practice/pi-car-crash-night.webp"); --hero-position: center 52%; --hero-mobile-position: 53% 48%; --hero-left: rgba(16,30,38,.88); --hero-mid: rgba(29,58,63,.72); --hero-right: rgba(20,32,54,.90); --hero-accent: rgba(255,140,98,.18); }
.hero-ip { --hero-image: url("../images/services/ip.webp"); --hero-position: center 50%; --hero-mobile-position: 50% 48%; --hero-left: rgba(17,38,40,.88); --hero-mid: rgba(43,72,63,.74); --hero-right: rgba(19,38,58,.88); --hero-accent: rgba(198,155,74,.18); }
.hero-immigration { --hero-image: url("../images/services/immigration.webp"); --hero-position: center 44%; --hero-mobile-position: 52% 46%; --hero-left: rgba(18,34,60,.88); --hero-mid: rgba(35,68,88,.72); --hero-right: rgba(32,41,76,.88); --hero-accent: rgba(93,143,201,.20); }
.hero-cross-border { --hero-image: url("../images/services/cross-border.webp"); --hero-position: center 45%; --hero-mobile-position: 52% 47%; --hero-left: rgba(15,43,43,.88); --hero-mid: rgba(37,76,72,.72); --hero-right: rgba(26,42,66,.88); --hero-accent: rgba(216,138,82,.18); }
.hero-business { --hero-image: url("../images/services/business.webp"); --hero-position: center 48%; --hero-mobile-position: 50% 48%; --hero-left: rgba(20,34,48,.88); --hero-mid: rgba(45,65,62,.74); --hero-right: rgba(23,40,74,.88); --hero-accent: rgba(124,154,105,.18); }
.hero-real-estate { --hero-image: url("../images/services/real-estate.webp"); --hero-position: center 52%; --hero-mobile-position: 58% 50%; --hero-left: rgba(24,39,46,.90); --hero-mid: rgba(70,67,55,.70); --hero-right: rgba(24,45,68,.88); --hero-accent: rgba(184,134,79,.18); }
.hero-family { --hero-image: url("../images/services/family.webp"); --hero-position: center 50%; --hero-mobile-position: 50% 50%; --hero-left: rgba(38,31,48,.88); --hero-mid: rgba(72,55,68,.72); --hero-right: rgba(33,39,72,.88); --hero-accent: rgba(180,123,134,.18); }
.hero-resource { --hero-image: url("../images/practice/pi-insurance-policy.webp"); --hero-position: center 56%; --hero-mobile-position: 58% 54%; --hero-left: rgba(19,34,42,.88); --hero-mid: rgba(43,62,62,.72); --hero-right: rgba(24,37,64,.88); }
.hero-news { --hero-image: url("../images/hero/news-legal-publication-desk.webp"); --hero-position: center 54%; --hero-mobile-position: 54% 52%; --hero-left: rgba(13,35,35,.91); --hero-mid: rgba(31,63,58,.74); --hero-right: rgba(20,36,58,.88); }
.hero-contact { --hero-image: url("../images/practice/pi-consultation.webp"); --hero-position: center 46%; --hero-mobile-position: 54% 48%; --hero-left: rgba(18,36,44,.88); --hero-mid: rgba(47,72,68,.72); --hero-right: rgba(24,38,66,.88); --hero-accent: rgba(228,199,172,.18); }
.breadcrumb { background: var(--paper); border-bottom: 1px solid var(--line); }
.breadcrumb .container { padding-top: 16px; padding-bottom: 16px; font-size: 13.5px; color: #8a8678; }
.breadcrumb a { color: var(--navy); }
.breadcrumb a:hover { color: var(--teal); }

.page-section { padding: 84px 0; background: #fff; }
.page-section.alt { background: var(--paper); }
.plum-h { font-family: var(--serif); color: var(--plum); font-weight: 400; font-size: clamp(28px, 3.6vw, 48px); text-align: center; overflow-wrap: anywhere; }
.plum-h.left { text-align: left; }
.section-intro { max-width: 820px; margin: 22px auto 0; text-align: center; color: var(--body); font-size: 16.5px; }

/* prose */
.prose { max-width: 860px; margin: 0 auto; }
.prose p { font-size: 16.5px; margin-bottom: 20px; }
.prose h3 { font-family: var(--serif); color: var(--navy); font-size: 24px; margin: 30px 0 12px; }
.prose .lead { font-family: var(--serif); font-size: 21px; color: var(--ink); line-height: 1.7; }
.prose p, .section-intro, .team-lawyer-body h3 { overflow-wrap: anywhere; }

/* values strip */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 50px; }
.value { text-align: center; padding: 26px 18px; border: 1px solid var(--line); border-radius: 3px; }
.value .v-letter { font-family: var(--serif); font-style: italic; font-size: 40px; color: var(--coral); }
.value h4 { font-family: var(--serif); color: var(--navy); font-size: 19px; margin: 8px 0 8px; }
.value p { font-size: 13.5px; color: #5a6066; }

/* legal team */
.legal-team-head { max-width: 900px; margin: 0 auto; text-align: center; }
.legal-team-head .eyebrow { margin-bottom: 8px; }
.team-showcase { position: relative; overflow: hidden; }
.team-showcase::before { content: "LEGAL TEAM"; position: absolute; top: 26px; left: 50%; transform: translateX(-50%); font-family: var(--serif); font-size: clamp(52px, 10vw, 138px); line-height: 1; letter-spacing: .12em; color: rgba(29,42,94,.035); white-space: nowrap; pointer-events: none; }
.team-roster { position: relative; z-index: 1; margin-top: 44px; display: grid; gap: 34px; }
.team-lawyer-card { display: grid; grid-template-columns: .88fr 1.12fr; background: #fff; border: 1px solid var(--line); min-height: 332px; overflow: hidden; box-shadow: 0 18px 46px rgba(20,30,60,.09); transition: transform .35s var(--ease), box-shadow .35s; }
.team-lawyer-card:hover { transform: translateY(-5px); box-shadow: 0 26px 64px rgba(20,30,60,.15); }
.team-lawyer-featured { grid-template-columns: 1fr 1.08fr; max-width: 1040px; margin: 0 auto; border-top: 4px solid var(--coral); box-shadow: 0 30px 78px rgba(20,30,60,.14); }
.team-partner-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.team-lawyer-photo { min-height: 332px; overflow: hidden; background: linear-gradient(145deg, #eef1ec 0%, #fbfaf3 52%, #e4c7ac 100%); }
.team-lawyer-photo img { width: 100%; height: 100%; min-height: 332px; object-fit: cover; object-position: center; display: block; filter: saturate(.96) contrast(1.02); transition: transform .55s var(--ease); }
.team-lawyer-card:hover .team-lawyer-photo img { transform: scale(1.045); }
.team-lawyer-photo-yang { display: grid; place-items: end center; background: radial-gradient(circle at 52% 60%, rgba(255,255,255,.86), rgba(255,255,255,0) 58%), linear-gradient(145deg, #eef1ec 0%, #fbfaf3 45%, #e4c7ac 100%); }
.team-lawyer-photo-yang img { width: 82%; height: 100%; object-fit: contain; object-position: center bottom; min-height: 420px; padding-top: 28px; filter: drop-shadow(0 24px 34px rgba(20,30,60,.26)); }
.team-lawyer-body { padding: clamp(32px, 4vw, 54px); display: flex; flex-direction: column; justify-content: center; }
.team-lawyer-body > span { font-family: var(--serif); font-style: italic; font-size: 42px; line-height: 1; color: var(--coral); margin-bottom: 8px; }
.team-kicker { font-family: var(--serif); color: var(--teal); font-style: italic; letter-spacing: .08em; margin-bottom: 8px; }
.team-lawyer-body h3 { font-family: var(--serif); color: var(--navy); font-size: clamp(25px, 2.6vw, 42px); font-weight: 400; line-height: 1.18; margin-bottom: 10px; }
.team-role { font-family: var(--serif); color: var(--teal); font-style: italic; font-size: 16px; margin-bottom: 18px; }
.team-lawyer-body > p:last-of-type { color: #4c535d; font-size: 15px; line-height: 1.86; }
.team-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.team-tags span { border: 1px solid rgba(29,42,94,.18); background: var(--paper); color: var(--navy); font-family: var(--serif); font-size: 13px; padding: 6px 13px; border-radius: 999px; }
.team-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.team-support-grid article { position: relative; background: rgba(255,255,255,.78); border: 1px solid var(--line); padding: 26px 24px 28px; overflow: hidden; }
.team-support-grid article::after { content: ""; position: absolute; right: -46px; top: -46px; width: 126px; height: 126px; border-radius: 50%; background: rgba(228,199,172,.28); }
.team-support-grid span { position: relative; z-index: 1; font-family: var(--serif); color: var(--coral); font-size: 28px; font-style: italic; }
.team-support-grid p { position: relative; z-index: 1; font-family: var(--serif); color: var(--teal); font-style: italic; margin: 8px 0 4px; }
.team-support-grid h4 { position: relative; z-index: 1; font-family: var(--serif); color: var(--navy); font-size: 21px; font-weight: 400; margin-bottom: 8px; }
.team-support-grid em { position: relative; z-index: 1; display: block; color: #5a6066; font-size: 13.5px; line-height: 1.75; font-style: normal; }
.team-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 32px; }
.team-principle { background: rgba(255,255,255,.72); border: 1px solid var(--line); padding: 26px 24px 28px; }
.team-principle h4 { font-family: var(--serif); color: var(--navy); font-size: 20px; margin-bottom: 8px; }
.team-principle p { color: #5a6066; font-size: 14px; line-height: 1.78; }

/* services overview cards */
.svc-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 50px; }
.svc-card { display: flex; gap: 22px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 3px; transition: transform .35s var(--ease), box-shadow .35s; }
.svc-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(20,30,60,.12); }
.svc-card .sc-no { font-family: var(--serif); font-style: italic; font-size: 38px; color: var(--coral); line-height: 1; }
.svc-card h3 { font-family: var(--serif); color: var(--navy); font-size: 22px; margin-bottom: 8px; }
.svc-card p { font-size: 14px; color: #5a6066; line-height: 1.75; margin-bottom: 12px; }
.svc-card .sc-link { font-family: var(--serif); color: var(--teal); font-size: 14.5px; }

/* service detail */
.detail-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; align-items: start; }
.detail-grid img { width: 100%; border-radius: 4px; box-shadow: 0 20px 50px rgba(20,30,60,.14); }
.detail-list { list-style: none; margin-top: 16px; }
.detail-list li { padding: 10px 0 10px 26px; position: relative; font-size: 15.5px; }
.detail-list li::before { content: "—"; position: absolute; left: 0; color: var(--coral); }
.callout { background: var(--lavender); border-left: 4px solid var(--navy); padding: 22px 24px; border-radius: 2px; margin-top: 26px; font-size: 15.5px; }

/* articles */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 50px; }
.article { background: #fff; border: 1px solid var(--line); border-radius: 3px; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.article:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(20,30,60,.12); }
.article .a-img { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.article .a-body { padding: 22px 24px 26px; }
.article .a-date { color: var(--teal); font-size: 13px; font-style: italic; font-family: var(--serif); }
.article h3 { font-family: var(--serif); color: var(--navy); font-size: 20px; margin: 8px 0 10px; line-height: 1.35; }
.article p { font-size: 13.5px; color: #5a6066; line-height: 1.7; }
.article .a-more { display: inline-block; margin-top: 14px; color: var(--coral-d); font-family: var(--serif); font-size: 14px; }

@media (max-width: 1024px) {
  .values { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .team-lawyer-card, .team-lawyer-featured { grid-template-columns: 1fr; }
  .team-partner-row, .team-support-grid { grid-template-columns: 1fr; }
  .svc-cards { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid .dg-media { order: -1; }
}
@media (max-width: 560px) {
  .values, .article-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 400px; padding: 86px 0 78px; background-position: center, center, var(--hero-mobile-position); }
  .page-hero::before { inset: 24px 18px; }
  .page-hero img.ph-emblem { width: 82px; height: 82px; margin-bottom: 24px; }
  .page-hero h1 { font-size: clamp(28px, 8.5vw, 34px); line-height: 1.18; letter-spacing: .005em; max-width: calc(100% - 42px); }
  .page-hero .ph-tag { font-size: 14px; letter-spacing: .18em; }
  .sec-title, .plum-h { font-size: clamp(27px, 8.2vw, 36px); }
  .sec-title, .plum-h, .sec-title span, .plum-h span { word-break: break-all; }
  .sec-title .gold, .plum-h .gold { display: block; }
  .bespoke-copy .sec-title { max-width: 100%; }
  .page-section { padding: 60px 0; }
  .team-roster { margin-top: 34px; gap: 24px; }
  .team-lawyer-card { min-height: 0; }
  .team-lawyer-photo, .team-lawyer-photo img { min-height: 260px; }
  .team-lawyer-photo-yang img { min-height: 360px; width: 90%; }
  .team-lawyer-body { padding: 28px 24px 32px; }
  .team-lawyer-body > span { font-size: 34px; }
  .team-support-grid article { padding: 24px 22px; }
}

/* =========================================================
   FRAMEWORK: a11y, skip link, focus, back-to-top, form helpers
   ========================================================= */
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 4px; font-family: var(--serif); transition: top .25s var(--ease); }
.skip-link:focus { top: 12px; color: #fff; }

/* visible focus ring for keyboard users */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible,
.nav-drop-trigger:focus-visible, .srv:focus-visible, .svc-card:focus-visible, .article:focus-visible {
  outline: 3px solid var(--teal); outline-offset: 2px; border-radius: 2px;
}

/* visually-hidden (labels) */
.vh { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
/* honeypot */
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; border: 0 !important; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; opacity: 0; pointer-events: none; }
.cf-field { display: flex; flex-direction: column; }

/* back-to-top */
.to-top { position: fixed; right: 22px; bottom: 86px; z-index: 89; width: 46px; height: 46px; border: none; border-radius: 50%; background: var(--navy); color: #fff; font-size: 20px; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .3s var(--ease), transform .3s var(--ease), background .3s; box-shadow: 0 8px 22px rgba(0,0,0,.22); }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--navy-2); }
@media (max-width: 560px) { .to-top { bottom: 76px; right: 14px; } }

/* =========================================================
   PERSONAL INJURY feature page
   ========================================================= */
.gold { color: var(--coral-d); }
.pi-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 46px; }
.pi-item { background: #fff; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; box-shadow: 0 10px 26px rgba(20,30,60,.07); transition: transform .35s var(--ease), box-shadow .35s; }
.pi-item:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(20,30,60,.13); }
.pi-img { aspect-ratio: 4 / 3; background-size: cover; background-position: center; }
.pi-cap { padding: 16px 18px 20px; }
.pi-cap h3 { font-family: var(--serif); color: var(--navy); font-size: 18px; margin-bottom: 7px; }
.pi-cap p { font-size: 13px; color: #5a6066; line-height: 1.65; }
.pi-help { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; }
.pi-help-card { background: var(--paper); border-radius: 4px; overflow: hidden; box-shadow: 0 12px 30px rgba(20,30,60,.08); }
.pi-help-card .pi-img { aspect-ratio: 16 / 10; }
.pi-help-card .pi-cap { padding: 22px 24px 26px; }
.pi-help-card h3 { font-size: 20px; }
.pi-steps { max-width: 760px; margin: 30px auto 0; counter-reset: s; list-style: none; }
.pi-steps li { counter-increment: s; position: relative; padding: 15px 0 15px 54px; border-bottom: 1px solid var(--line); font-size: 16px; }
.pi-steps li::before { content: counter(s); position: absolute; left: 0; top: 13px; width: 32px; height: 32px; border-radius: 50%; background: var(--coral); color: #fff; font-family: var(--serif); display: grid; place-items: center; }
@media (max-width: 1024px) { .pi-gallery { grid-template-columns: repeat(2, 1fr); } .pi-help { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .pi-gallery { grid-template-columns: 1fr; } }

/* =========================================================
   LITIGATION feature page
   ========================================================= */
.lit-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.lit-hero-copy p:not(.eyebrow) { font-size: 17px; line-height: 1.9; color: #4f5660; margin: 18px 0 24px; }
.lit-hero-media { position: relative; min-height: 420px; }
.lit-hero-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: 4px; box-shadow: 0 24px 60px rgba(20,30,60,.16); }
.lit-hero-note { position: absolute; left: 28px; bottom: 28px; background: rgba(29,42,94,.92); color: #fff; padding: 18px 22px; max-width: 280px; box-shadow: 0 16px 36px rgba(0,0,0,.24); }
.lit-hero-note strong { display: block; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.lit-hero-note span { display: block; color: rgba(255,255,255,.82); font-size: 13.5px; margin-top: 4px; }
.lit-work { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; }
.lit-work-card { background: #fff; border: 1px solid var(--line); overflow: hidden; box-shadow: 0 14px 36px rgba(20,30,60,.08); transition: transform .35s var(--ease), box-shadow .35s; }
.lit-work-card:hover { transform: translateY(-5px); box-shadow: 0 22px 54px rgba(20,30,60,.13); }
.lit-work-img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.lit-work-body { padding: 24px 24px 28px; }
.lit-work-body h3 { font-family: var(--serif); color: var(--navy); font-size: 22px; font-weight: 400; margin-bottom: 8px; }
.lit-work-body p { color: #5a6066; font-size: 14px; line-height: 1.78; }
.lit-path { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: start; }
.lit-path > div > p:not(.eyebrow) { color: #5a6066; font-size: 15.5px; line-height: 1.9; margin-top: 18px; }
.lit-path .pi-steps { max-width: none; margin-top: 4px; }
.lit-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.lit-check { background: var(--paper); border: 1px solid var(--line); padding: 26px 24px 28px; min-height: 168px; box-shadow: 0 10px 26px rgba(20,30,60,.06); }
.lit-check h3 { font-family: var(--serif); color: var(--navy); font-size: 21px; font-weight: 400; margin-bottom: 8px; }
.lit-check p { color: #5a6066; font-size: 13.5px; line-height: 1.75; }
@media (max-width: 1024px) {
  .lit-hero, .lit-path { grid-template-columns: 1fr; }
  .lit-work, .lit-check-grid { grid-template-columns: 1fr; }
  .lit-hero-media img { min-height: 320px; }
}
@media (max-width: 560px) {
  .lit-hero { gap: 32px; }
  .lit-hero-media { min-height: auto; }
  .lit-hero-media img { min-height: 260px; }
  .lit-hero-note { position: static; margin-top: -4px; max-width: none; }
  .lit-check { min-height: auto; }
}

/* =========================================================
   INTELLECTUAL PROPERTY feature page
   ========================================================= */
.ip-hero { display: grid; grid-template-columns: 1fr .95fr; gap: 56px; align-items: center; }
.ip-hero-copy p:not(.eyebrow) { font-size: 17px; line-height: 1.9; color: #4f5660; margin: 18px 0 24px; }
.ip-hero-panel { position: relative; overflow: hidden; min-height: 430px; padding: 38px; background: linear-gradient(145deg, #13204f 0%, #1d2a5e 48%, #345f59 100%); color: #fff; box-shadow: 0 26px 68px rgba(20,30,60,.2); }
.ip-hero-panel::before { content: "IP"; position: absolute; right: -18px; bottom: -48px; font-family: var(--serif); font-size: 220px; line-height: 1; color: rgba(255,255,255,.055); letter-spacing: -.06em; }
.ip-hero-panel::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.ip-panel-top { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 7px; margin-bottom: 32px; }
.ip-panel-top span { color: #e4c7ac; font-family: var(--serif); font-size: 14px; letter-spacing: .18em; }
.ip-panel-top strong { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3vw, 36px); line-height: 1.25; max-width: 430px; }
.ip-stack { position: relative; z-index: 1; display: grid; gap: 14px; margin: 32px 0 30px; }
.ip-stack div { display: grid; grid-template-columns: 48px 1fr; gap: 5px 16px; align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 18px 20px; backdrop-filter: blur(8px); }
.ip-stack b { grid-row: span 2; font-family: var(--serif); color: var(--coral); font-size: 28px; font-weight: 400; }
.ip-stack span { font-family: var(--serif); font-size: 21px; }
.ip-stack em { color: rgba(255,255,255,.7); font-style: normal; font-size: 13px; }
.ip-hero-panel p { position: relative; z-index: 1; color: rgba(255,255,255,.78); font-size: 14.5px; line-height: 1.82; max-width: 520px; }
.ip-playbook { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; }
.ip-play-card { background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(20,30,60,.08); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.ip-play-card:hover { transform: translateY(-5px); box-shadow: 0 22px 54px rgba(20,30,60,.13); }
.ip-play-img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.ip-play-body { padding: 24px 24px 28px; }
.ip-play-body span { display: block; color: var(--coral); font-family: var(--serif); font-style: italic; font-size: 30px; line-height: 1; margin-bottom: 8px; }
.ip-play-body h3 { font-family: var(--serif); color: var(--navy); font-size: 22px; font-weight: 400; margin-bottom: 8px; }
.ip-play-body p { color: #5a6066; font-size: 14px; line-height: 1.78; }
.ip-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.ip-check { position: relative; background: #fff; border: 1px solid var(--line); padding: 28px 24px 30px; min-height: 176px; box-shadow: 0 10px 26px rgba(20,30,60,.06); overflow: hidden; }
.ip-check::after { content: ""; position: absolute; right: -40px; top: -40px; width: 112px; height: 112px; border-radius: 50%; background: rgba(58,157,119,.11); }
.ip-check h3 { position: relative; z-index: 1; font-family: var(--serif); color: var(--navy); font-size: 21px; font-weight: 400; margin-bottom: 8px; }
.ip-check p { position: relative; z-index: 1; color: #5a6066; font-size: 13.5px; line-height: 1.75; }
@media (max-width: 1024px) {
  .ip-hero { grid-template-columns: 1fr; }
  .ip-playbook, .ip-check-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .ip-hero { gap: 34px; }
  .ip-hero-panel { min-height: 0; padding: 30px 24px; }
  .ip-hero-panel::after { inset: 16px; }
  .ip-stack div { grid-template-columns: 40px 1fr; padding: 16px; }
  .ip-stack b { font-size: 24px; }
  .ip-stack span { font-size: 19px; }
  .ip-check { min-height: auto; }
}

/* =========================================================
   IMMIGRATION feature page
   ========================================================= */
.imm-hero { display: grid; grid-template-columns: 1fr .95fr; gap: 56px; align-items: center; }
.imm-hero-copy p:not(.eyebrow) { font-size: 17px; line-height: 1.9; color: #4f5660; margin: 18px 0 24px; }
.imm-hero-card { position: relative; overflow: hidden; min-height: 430px; padding: 38px; background: linear-gradient(145deg, #f6efe4 0%, #ffffff 46%, #dce7dd 100%); border: 1px solid var(--line); box-shadow: 0 26px 68px rgba(20,30,60,.14); }
.imm-hero-card::before { content: "US"; position: absolute; right: -12px; bottom: -46px; font-family: var(--serif); font-size: 220px; line-height: 1; color: rgba(29,42,94,.055); letter-spacing: -.08em; }
.imm-hero-card::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(29,42,94,.14); pointer-events: none; }
.imm-card-head { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 7px; margin-bottom: 32px; }
.imm-card-head span { color: var(--teal); font-family: var(--serif); font-size: 14px; letter-spacing: .18em; }
.imm-card-head strong { color: var(--navy); font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3vw, 36px); line-height: 1.25; max-width: 430px; }
.imm-timeline { position: relative; z-index: 1; display: grid; gap: 14px; margin: 32px 0 30px; }
.imm-timeline div { display: grid; grid-template-columns: 48px 1fr; gap: 5px 16px; align-items: center; background: rgba(255,255,255,.78); border: 1px solid rgba(29,42,94,.12); padding: 18px 20px; }
.imm-timeline b { grid-row: span 2; font-family: var(--serif); color: var(--coral); font-size: 28px; font-weight: 400; }
.imm-timeline span { color: var(--navy); font-family: var(--serif); font-size: 21px; }
.imm-timeline em { color: #68707a; font-style: normal; font-size: 13px; }
.imm-hero-card p { position: relative; z-index: 1; color: #555e69; font-size: 14.5px; line-height: 1.82; max-width: 520px; }
.imm-playbook { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; }
.imm-play-card { background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(20,30,60,.08); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.imm-play-card:hover { transform: translateY(-5px); box-shadow: 0 22px 54px rgba(20,30,60,.13); }
.imm-play-img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.imm-play-body { padding: 24px 24px 28px; }
.imm-play-body span { display: block; color: var(--coral); font-family: var(--serif); font-style: italic; font-size: 30px; line-height: 1; margin-bottom: 8px; }
.imm-play-body h3 { font-family: var(--serif); color: var(--navy); font-size: 22px; font-weight: 400; margin-bottom: 8px; }
.imm-play-body p { color: #5a6066; font-size: 14px; line-height: 1.78; }
.imm-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.imm-check { position: relative; background: var(--paper); border: 1px solid var(--line); padding: 28px 24px 30px; min-height: 176px; box-shadow: 0 10px 26px rgba(20,30,60,.06); overflow: hidden; }
.imm-check::after { content: ""; position: absolute; right: -42px; top: -42px; width: 118px; height: 118px; border-radius: 50%; background: rgba(228,199,172,.28); }
.imm-check h3 { position: relative; z-index: 1; font-family: var(--serif); color: var(--navy); font-size: 21px; font-weight: 400; margin-bottom: 8px; }
.imm-check p { position: relative; z-index: 1; color: #5a6066; font-size: 13.5px; line-height: 1.75; }
@media (max-width: 1024px) {
  .imm-hero { grid-template-columns: 1fr; }
  .imm-playbook, .imm-check-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .imm-hero { gap: 34px; }
  .imm-hero-card { min-height: 0; padding: 30px 24px; }
  .imm-hero-card::after { inset: 16px; }
  .imm-timeline div { grid-template-columns: 40px 1fr; padding: 16px; }
  .imm-timeline b { font-size: 24px; }
  .imm-timeline span { font-size: 19px; }
  .imm-check { min-height: auto; }
}

/* =========================================================
   CHINA-U.S. CROSS-BORDER feature page
   ========================================================= */
.cross-hero { display: grid; grid-template-columns: 1fr .95fr; gap: 56px; align-items: center; }
.cross-hero-copy p:not(.eyebrow) { font-size: 17px; line-height: 1.9; color: #4f5660; margin: 18px 0 24px; }
.cross-bridge-card { position: relative; overflow: hidden; min-height: 430px; padding: 38px; background: linear-gradient(145deg, #172452 0%, #274e58 55%, #e4c7ac 160%); color: #fff; box-shadow: 0 26px 68px rgba(20,30,60,.2); }
.cross-bridge-card::before { content: "中美"; position: absolute; right: -12px; bottom: -38px; font-family: var(--serif); font-size: 136px; line-height: 1; color: rgba(255,255,255,.06); letter-spacing: .08em; }
.cross-bridge-card::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.cross-card-head { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 7px; margin-bottom: 32px; }
.cross-card-head span { color: #e4c7ac; font-family: var(--serif); font-size: 14px; letter-spacing: .18em; }
.cross-card-head strong { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3vw, 36px); line-height: 1.25; max-width: 430px; }
.cross-lanes { position: relative; z-index: 1; display: grid; gap: 14px; margin: 32px 0 30px; }
.cross-lanes div { display: grid; grid-template-columns: 64px 1fr; gap: 5px 16px; align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 18px 20px; backdrop-filter: blur(8px); }
.cross-lanes b { grid-row: span 2; font-family: var(--serif); color: var(--coral); font-size: 26px; font-weight: 400; letter-spacing: .03em; }
.cross-lanes span { font-family: var(--serif); font-size: 21px; }
.cross-lanes em { color: rgba(255,255,255,.7); font-style: normal; font-size: 13px; }
.cross-bridge-card p { position: relative; z-index: 1; color: rgba(255,255,255,.78); font-size: 14.5px; line-height: 1.82; max-width: 520px; }
.cross-playbook { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; }
.cross-play-card { background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(20,30,60,.08); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.cross-play-card:hover { transform: translateY(-5px); box-shadow: 0 22px 54px rgba(20,30,60,.13); }
.cross-play-img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.cross-play-body { padding: 24px 24px 28px; }
.cross-play-body span { display: block; color: var(--coral); font-family: var(--serif); font-style: italic; font-size: 30px; line-height: 1; margin-bottom: 8px; }
.cross-play-body h3 { font-family: var(--serif); color: var(--navy); font-size: 22px; font-weight: 400; margin-bottom: 8px; }
.cross-play-body p { color: #5a6066; font-size: 14px; line-height: 1.78; }
.cross-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.cross-check { position: relative; background: #fff; border: 1px solid var(--line); padding: 28px 24px 30px; min-height: 176px; box-shadow: 0 10px 26px rgba(20,30,60,.06); overflow: hidden; }
.cross-check::after { content: ""; position: absolute; right: -42px; top: -42px; width: 118px; height: 118px; border-radius: 50%; background: rgba(58,157,119,.11); }
.cross-check h3 { position: relative; z-index: 1; font-family: var(--serif); color: var(--navy); font-size: 21px; font-weight: 400; margin-bottom: 8px; }
.cross-check p { position: relative; z-index: 1; color: #5a6066; font-size: 13.5px; line-height: 1.75; }
@media (max-width: 1024px) {
  .cross-hero { grid-template-columns: 1fr; }
  .cross-playbook, .cross-check-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .cross-hero { gap: 34px; }
  .cross-bridge-card { min-height: 0; padding: 30px 24px; }
  .cross-bridge-card::after { inset: 16px; }
  .cross-bridge-card::before { font-size: 104px; right: -20px; }
  .cross-lanes div { grid-template-columns: 52px 1fr; padding: 16px; }
  .cross-lanes b { font-size: 22px; }
  .cross-lanes span { font-size: 19px; }
  .cross-check { min-height: auto; }
}

/* =========================================================
   BUSINESS / REAL ESTATE / FAMILY feature pages
   ========================================================= */
.svc-feature-hero { display: grid; grid-template-columns: 1fr .95fr; gap: 56px; align-items: center; }
.svc-feature-copy p:not(.eyebrow) { font-size: 17px; line-height: 1.9; color: #4f5660; margin: 18px 0 24px; }
.svc-feature-panel { position: relative; overflow: hidden; min-height: 430px; padding: 38px; color: #fff; box-shadow: 0 26px 68px rgba(20,30,60,.18); }
.svc-feature-panel::before { content: var(--panel-watermark); position: absolute; right: -18px; bottom: -46px; font-family: var(--serif); font-size: 160px; line-height: 1; color: rgba(255,255,255,.06); letter-spacing: .04em; }
.svc-feature-panel::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.18); pointer-events: none; }
.biz-panel { background: linear-gradient(145deg, #18214d 0%, #2a4b67 56%, #e4c7ac 150%); }
.real-panel { background: linear-gradient(145deg, #17324b 0%, #386554 58%, #f4efe5 150%); }
.family-panel { background: linear-gradient(145deg, #2d234a 0%, #765066 58%, #e4c7ac 150%); }
.svc-panel-head { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 7px; margin-bottom: 32px; }
.svc-panel-head span { color: #e4c7ac; font-family: var(--serif); font-size: 14px; letter-spacing: .18em; text-transform: uppercase; }
.svc-panel-head strong { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3vw, 36px); line-height: 1.25; max-width: 430px; }
.svc-panel-rows { position: relative; z-index: 1; display: grid; gap: 14px; margin: 32px 0 30px; }
.svc-panel-rows div { display: grid; grid-template-columns: 52px 1fr; gap: 5px 16px; align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 18px 20px; backdrop-filter: blur(8px); }
.svc-panel-rows b { grid-row: span 2; font-family: var(--serif); color: var(--coral); font-size: 28px; font-weight: 400; }
.svc-panel-rows span { font-family: var(--serif); font-size: 21px; }
.svc-panel-rows em { color: rgba(255,255,255,.7); font-style: normal; font-size: 13px; }
.svc-feature-panel p { position: relative; z-index: 1; color: rgba(255,255,255,.78); font-size: 14.5px; line-height: 1.82; max-width: 520px; }
.svc-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; }
.svc-method-card { background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(20,30,60,.08); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s; }
.svc-method-card:hover { transform: translateY(-5px); box-shadow: 0 22px 54px rgba(20,30,60,.13); }
.svc-method-img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.svc-method-body { padding: 24px 24px 28px; }
.svc-method-body span { display: block; color: var(--coral); font-family: var(--serif); font-style: italic; font-size: 30px; line-height: 1; margin-bottom: 8px; }
.svc-method-body h3 { font-family: var(--serif); color: var(--navy); font-size: 22px; font-weight: 400; margin-bottom: 8px; }
.svc-method-body p { color: #5a6066; font-size: 14px; line-height: 1.78; }
.svc-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.svc-check { position: relative; background: #fff; border: 1px solid var(--line); padding: 28px 24px 30px; min-height: 176px; box-shadow: 0 10px 26px rgba(20,30,60,.06); overflow: hidden; }
.svc-check::after { content: ""; position: absolute; right: -42px; top: -42px; width: 118px; height: 118px; border-radius: 50%; background: rgba(58,157,119,.11); }
.svc-check h3 { position: relative; z-index: 1; font-family: var(--serif); color: var(--navy); font-size: 21px; font-weight: 400; margin-bottom: 8px; }
.svc-check p { position: relative; z-index: 1; color: #5a6066; font-size: 13.5px; line-height: 1.75; }
@media (max-width: 1024px) {
  .svc-feature-hero { grid-template-columns: 1fr; }
  .svc-method-grid, .svc-check-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .svc-feature-hero { gap: 34px; }
  .svc-feature-panel { min-height: 0; padding: 30px 24px; }
  .svc-feature-panel::after { inset: 16px; }
  .svc-feature-panel::before { font-size: 112px; right: -20px; }
  .svc-panel-rows div { grid-template-columns: 42px 1fr; padding: 16px; }
  .svc-panel-rows b { font-size: 24px; }
  .svc-panel-rows span { font-size: 19px; }
  .svc-check { min-height: auto; }
}

/* =========================================================
   BESPOKE SERVICE PAGES — topic-specific visual systems
   ========================================================= */
.bespoke-intro { background: linear-gradient(180deg, #fff 0%, #fbfaf3 100%); }
.bespoke-hero .reveal,
.bespoke-scope-card.reveal,
.bespoke-proof .reveal,
.bespoke-process-card.reveal {
  opacity: 1;
  transform: none;
}
.bespoke-hero {
  --svc-accent: var(--coral);
  --svc-accent-2: var(--teal);
  --svc-ink: var(--navy);
  --svc-deep: #17214c;
  --svc-soft: #f6efe5;
  --svc-wash: rgba(255,140,98,.12);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
  gap: 58px;
  align-items: center;
}
.theme-litigation { --svc-accent: #c96f4a; --svc-accent-2: #315f7d; --svc-deep: #15233e; --svc-soft: #f7eee4; --svc-wash: rgba(201,111,74,.14); }
.theme-ip { --svc-accent: #c69b4a; --svc-accent-2: #3f7b6f; --svc-deep: #132d38; --svc-soft: #f8f3e8; --svc-wash: rgba(198,155,74,.16); }
.theme-immigration { --svc-accent: #5d8fc9; --svc-accent-2: #7f6fb4; --svc-deep: #16264b; --svc-soft: #eef4fb; --svc-wash: rgba(93,143,201,.15); }
.theme-cross { --svc-accent: #d88a52; --svc-accent-2: #2f8c86; --svc-deep: #142f3b; --svc-soft: #f8f0e6; --svc-wash: rgba(47,140,134,.14); }
.theme-business { --svc-accent: #7c9a69; --svc-accent-2: #243f6b; --svc-deep: #17284a; --svc-soft: #f0f5eb; --svc-wash: rgba(124,154,105,.16); }
.theme-real { --svc-accent: #b8864f; --svc-accent-2: #527a67; --svc-deep: #17324b; --svc-soft: #f5efe5; --svc-wash: rgba(184,134,79,.16); }
.theme-family { --svc-accent: #b47b86; --svc-accent-2: #6f6aa8; --svc-deep: #28254f; --svc-soft: #f7eef1; --svc-wash: rgba(180,123,134,.15); }
.bespoke-copy .sec-title { max-width: 760px; }
.bespoke-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px 0 28px;
  color: #4f5660;
  font-size: 17px;
  line-height: 1.95;
}
.bespoke-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.bespoke-secondary {
  color: var(--svc-ink);
  font-family: var(--serif);
  font-size: 16px;
  border-bottom: 1px solid rgba(29,42,94,.28);
  transition: color .25s, border-color .25s;
}
.bespoke-secondary:hover { color: var(--svc-accent-2); border-color: var(--svc-accent-2); }
.service-visual-stack {
  position: relative;
  min-height: 0;
  padding: 0;
}
.service-photo-card {
  position: relative;
  height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--svc-deep);
  box-shadow: 0 30px 78px rgba(20,30,60,.22);
}
.service-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10,15,30,.42), rgba(10,15,30,.05) 48%, rgba(10,15,30,.24)),
    linear-gradient(180deg, rgba(10,15,30,.08), rgba(10,15,30,.42));
}
.service-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.03);
}
.service-photo-card figcaption {
  position: absolute;
  z-index: 2;
  left: 34px;
  bottom: 34px;
  max-width: 430px;
  padding: 24px 26px;
  color: #fff;
  background: rgba(14,20,39,.66);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
}
.service-photo-card figcaption span {
  display: block;
  margin-bottom: 8px;
  color: var(--svc-accent);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.service-photo-card figcaption strong {
  display: block;
  color: rgba(255,255,255,.88);
  font-family: var(--serif);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
}
.service-evidence-card {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 22px;
  width: calc(100% - 54px);
  margin: -56px 0 0 54px;
  padding: 28px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(20,30,60,.16);
  backdrop-filter: blur(10px);
}
.service-card-head span {
  display: block;
  margin-bottom: 9px;
  color: var(--svc-accent-2);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.service-card-head strong {
  display: block;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.2;
}
.service-visual-tags {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
}
.service-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  color: var(--navy);
  background: var(--svc-soft);
  border: 1px solid rgba(29,42,94,.10);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: .03em;
}
.service-evidence-rows {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 9px;
}
.service-evidence-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 3px 12px;
  padding: 12px 14px;
  background: var(--paper);
  border-left: 3px solid var(--svc-accent);
}
.service-evidence-row b {
  grid-row: span 2;
  color: var(--svc-accent);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
}
.service-evidence-row span {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 18px;
}
.service-evidence-row em {
  color: #6a7079;
  font-size: 12px;
  font-style: normal;
}
.service-lens {
  padding: 62px 0;
  background: var(--svc-deep);
  color: #fff;
}
.service-lens-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 52px;
  align-items: center;
}
.service-lens .eyebrow { color: var(--svc-accent); }
.service-lens .plum-h { color: #fff; }
.service-lens p:last-child {
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.95;
  margin: 0;
}
.bespoke-board {
  position: relative;
  isolation: isolate;
  min-height: 530px;
  padding: 34px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.20), transparent 26%),
    radial-gradient(circle at 88% 18%, var(--svc-wash), transparent 34%),
    linear-gradient(145deg, var(--svc-deep), #0e1427 78%);
  box-shadow: 0 30px 78px rgba(20,30,60,.20);
}
.bespoke-board::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255,255,255,.16);
  pointer-events: none;
  z-index: -1;
}
.board-watermark {
  position: absolute;
  right: -26px;
  bottom: -46px;
  font-family: var(--serif);
  font-size: clamp(82px, 11vw, 148px);
  line-height: .9;
  letter-spacing: .05em;
  color: rgba(255,255,255,.055);
  pointer-events: none;
}
.board-top { position: relative; z-index: 1; display: grid; gap: 8px; }
.board-top span {
  color: var(--svc-accent);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.board-top strong {
  max-width: 520px;
  color: #fff;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
}
.board-canvas {
  position: relative;
  z-index: 1;
  height: 268px;
  margin: 34px 0 30px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(255,255,255,.12), transparent 48%);
  background-size: 34px 34px, 34px 34px, auto;
}
.board-canvas::before,
.board-canvas::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--svc-accent), transparent);
  opacity: .76;
}
.board-canvas::after {
  left: 50%;
  right: auto;
  top: 12%;
  bottom: 12%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, var(--svc-accent-2), transparent);
}
.board-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 178px;
  min-height: 122px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}
.board-core span,
.board-core em {
  color: rgba(255,255,255,.68);
  font-style: normal;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.board-core strong {
  color: #fff;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.15;
}
.board-node {
  position: absolute;
  min-width: 92px;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .03em;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
}
.board-node::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background: var(--svc-accent);
  box-shadow: 0 0 0 6px rgba(255,255,255,.08);
}
.board-node.n1 { left: 7%; top: 16%; }
.board-node.n2 { right: 7%; top: 16%; }
.board-node.n3 { left: 7%; bottom: 16%; }
.board-node.n4 { right: 7%; bottom: 16%; }
.board-rows {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}
.board-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
}
.board-row b {
  grid-row: span 2;
  color: var(--svc-accent);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
}
.board-row span { color: #fff; font-family: var(--serif); font-size: 19px; }
.board-row em { color: rgba(255,255,255,.66); font-style: normal; font-size: 12.5px; }
.service-evidence-card .service-evidence-row { background: var(--paper); border-left: 3px solid var(--svc-accent); }
.service-evidence-card .service-evidence-row b { color: var(--svc-accent); }
.service-evidence-card .service-evidence-row span { color: var(--navy); }
.service-evidence-card .service-evidence-row em { color: #6a7079; }
.eyebrow.center { display: block; text-align: center; }
.bespoke-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.bespoke-scope-card {
  position: relative;
  overflow: hidden;
  min-height: 244px;
  padding: 28px 24px 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(20,30,60,.07);
  transition: transform .35s var(--ease), box-shadow .35s, border-color .35s;
}
.bespoke-scope-card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--svc-wash);
}
.bespoke-scope-card:hover {
  transform: translateY(-6px);
  border-color: rgba(29,42,94,.24);
  box-shadow: 0 24px 56px rgba(20,30,60,.13);
}
.scope-token {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  color: #fff;
  background: linear-gradient(145deg, var(--svc-deep), var(--svc-accent-2));
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: .05em;
  box-shadow: 0 14px 30px rgba(20,30,60,.16);
}
.bespoke-scope-card h3 {
  position: relative;
  z-index: 1;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.34;
  margin-bottom: 12px;
}
.bespoke-scope-card p {
  position: relative;
  z-index: 1;
  color: #5a6066;
  font-size: 13.5px;
  line-height: 1.78;
}
.bespoke-proof {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1fr);
  gap: 52px;
  align-items: start;
}
.bespoke-proof-copy > p:not(.eyebrow) {
  color: #4f5660;
  font-size: 16px;
  line-height: 1.95;
  margin-top: 18px;
}
.bespoke-proof-list {
  list-style: none;
  display: grid;
  gap: 16px;
}
.bespoke-proof-list li {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 20px;
  padding: 22px 24px;
  background: var(--paper);
  border-left: 4px solid var(--svc-accent);
  box-shadow: 0 12px 30px rgba(20,30,60,.06);
}
.bespoke-proof-list strong {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}
.bespoke-proof-list span {
  color: #5a6066;
  font-size: 14px;
  line-height: 1.78;
}
.bespoke-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
  border: 1px solid var(--line);
  background: var(--line);
}
.bespoke-process-card {
  position: relative;
  min-height: 292px;
  padding: 32px 26px 34px;
  background: #fff;
}
.bespoke-process-card::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 88px;
  height: 1px;
  background: linear-gradient(90deg, var(--svc-accent), transparent);
}
.bespoke-process-card span {
  color: var(--svc-accent);
  font-family: var(--serif);
  font-style: italic;
  font-size: 34px;
  line-height: 1;
}
.bespoke-process-card h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.32;
  margin: 42px 0 12px;
}
.bespoke-process-card p {
  color: #5a6066;
  font-size: 13.5px;
  line-height: 1.76;
}
.bespoke-check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}
.bespoke-check {
  position: relative;
  min-height: 178px;
  padding: 28px 24px 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(20,30,60,.06);
  overflow: hidden;
}
.bespoke-check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--svc-accent), var(--svc-accent-2));
}
.bespoke-check h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 10px;
}
.bespoke-check p {
  color: #5a6066;
  font-size: 13.5px;
  line-height: 1.76;
}
.bespoke-callout { margin-top: 30px; }
@media (max-width: 1100px) {
  .bespoke-hero { grid-template-columns: 1fr; }
  .service-evidence-card { margin-left: 38px; width: calc(100% - 38px); }
  .bespoke-board { min-height: 500px; }
  .bespoke-scope-grid { grid-template-columns: repeat(2, 1fr); }
  .bespoke-process-grid { grid-template-columns: repeat(2, 1fr); }
  .bespoke-proof { grid-template-columns: 1fr; }
  .service-lens-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .bespoke-hero { gap: 36px; }
  .bespoke-copy > p:not(.eyebrow) { font-size: 15.5px; line-height: 1.86; }
  .bespoke-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .service-visual-stack { min-height: 0; padding: 0; }
  .service-photo-card { height: 360px; }
  .service-photo-card figcaption { left: 18px; right: 18px; bottom: 18px; padding: 18px; }
  .service-photo-card figcaption strong { font-size: 16px; line-height: 1.55; }
  .service-evidence-card {
    position: relative;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 16px 0 0;
    padding: 20px;
  }
  .service-visual-tags,
  .service-evidence-rows {
    grid-column: auto;
    grid-row: auto;
  }
  .service-lens { padding: 44px 0; }
  .bespoke-board { min-height: 0; padding: 26px 22px; }
  .bespoke-board::after { inset: 14px; }
  .board-watermark { font-size: 76px; right: -18px; bottom: -24px; }
  .board-canvas { height: 236px; margin: 28px 0 24px; }
  .board-core { width: 142px; min-height: 108px; padding: 16px 12px; }
  .board-core strong { font-size: 20px; }
  .board-node { min-width: 74px; padding: 7px 8px; font-size: 11px; }
  .board-node.n1, .board-node.n3 { left: 4%; }
  .board-node.n2, .board-node.n4 { right: 4%; }
  .board-row { grid-template-columns: 40px 1fr; padding: 14px 15px; }
  .board-row b { font-size: 22px; }
  .board-row span { font-size: 17px; }
  .bespoke-scope-grid,
  .bespoke-process-grid,
  .bespoke-check-grid { grid-template-columns: 1fr; }
  .bespoke-scope-card,
  .bespoke-process-card,
  .bespoke-check { min-height: auto; }
  .bespoke-proof-list li { grid-template-columns: 1fr; gap: 8px; }
}

/* =========================================================
   NEWS — firm activities / events showcase
   ========================================================= */
.event-featured { display: grid; grid-template-columns: 1.25fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; box-shadow: 0 16px 40px rgba(20,30,60,.10); margin: 44px 0 34px; }
.event-featured > img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.ef-body { padding: 44px 46px; display: flex; flex-direction: column; justify-content: center; }
.ev-chip-solid { align-self: flex-start; background: var(--navy); color: #fff; font-family: var(--serif); font-size: 13px; padding: 5px 16px; border-radius: 20px; margin-bottom: 16px; letter-spacing: .05em; }
.ef-body h3 { font-family: var(--serif); color: var(--navy); font-size: clamp(22px, 2.4vw, 30px); line-height: 1.35; }
.ef-body .ev-date { color: var(--teal); font-family: var(--serif); font-style: italic; margin: 8px 0 14px; font-size: 15px; }
.ef-body p:last-child { color: #5a6066; font-size: 15px; line-height: 1.8; margin: 0; }

.events { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.event { background: #fff; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; box-shadow: 0 10px 26px rgba(20,30,60,.07); transition: transform .35s var(--ease), box-shadow .35s; }
.event:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(20,30,60,.13); }
.ev-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.ev-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.event:hover .ev-img img { transform: scale(1.05); }
.ev-chip { position: absolute; top: 10px; left: 10px; background: rgba(29,42,94,.9); color: #fff; font-family: var(--serif); font-size: 12px; padding: 4px 12px; border-radius: 20px; letter-spacing: .05em; }
.ev-body { padding: 16px 18px 20px; }
.ev-date { color: var(--teal); font-style: italic; font-family: var(--serif); font-size: 13px; }
.ev-body h3 { font-family: var(--serif); color: var(--navy); font-size: 17px; margin-top: 5px; line-height: 1.4; }
@media (max-width: 1024px) { .events { grid-template-columns: repeat(2, 1fr); } .event-featured { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .events { grid-template-columns: 1fr; } .ef-body { padding: 30px 24px; } }

/* =========================================================
   RESOURCES — legal insights hub
   ========================================================= */
.resources-intro { background: #fff; }
.resource-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 42px; align-items: stretch; }
.resource-hero-copy { padding: 18px 0; }
.resource-hero-copy .plum-h { margin-bottom: 22px; max-width: 760px; }
.resource-hero-copy > p:last-child { color: #4f5660; font-size: 16px; line-height: 1.9; max-width: 820px; }
.resource-note { position: relative; background: var(--navy); color: #fff; padding: 38px 34px; min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; box-shadow: 0 22px 54px rgba(29,42,94,.18); }
.resource-note::before { content: "EDITORIAL"; position: absolute; top: 18px; right: -12px; color: rgba(255,255,255,.08); font-family: var(--serif); font-size: 62px; letter-spacing: .08em; }
.resource-note strong { position: relative; font-family: var(--serif); font-size: 28px; font-weight: 400; margin-bottom: 12px; }
.resource-note p { position: relative; color: rgba(255,255,255,.82); font-size: 14.5px; line-height: 1.85; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.resource-card { background: #fff; border: 1px solid var(--line); overflow: hidden; box-shadow: 0 14px 36px rgba(20,30,60,.08); transition: transform .35s var(--ease), box-shadow .35s; }
.resource-card:hover { transform: translateY(-6px); box-shadow: 0 24px 58px rgba(20,30,60,.14); }
.resource-img { aspect-ratio: 16 / 11; background-size: cover; background-position: center; }
.resource-body { padding: 28px 28px 32px; }
.resource-kicker { font-family: var(--serif); color: var(--teal); font-style: italic; letter-spacing: .07em; font-size: 14px; margin-bottom: 8px; }
.resource-body h3 { font-family: var(--serif); color: var(--navy); font-size: 25px; font-weight: 400; line-height: 1.28; margin-bottom: 12px; }
.resource-body > p:not(.resource-kicker) { color: #5a6066; font-size: 14.5px; line-height: 1.78; margin-bottom: 18px; }
.resource-body ul { list-style: none; margin: 0 0 20px; }
.resource-body li { position: relative; padding: 7px 0 7px 22px; color: #4f5660; font-size: 13.5px; line-height: 1.65; border-top: 1px solid rgba(227,222,210,.72); }
.resource-body li::before { content: ""; position: absolute; left: 0; top: 17px; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.resource-link { font-family: var(--serif); color: var(--teal); font-size: 15px; }
.queue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.queue-card { border: 1px solid var(--line); background: var(--paper); padding: 28px 26px 30px; min-height: 210px; transition: transform .35s var(--ease), box-shadow .35s; }
.queue-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(20,30,60,.10); }
.queue-card span { display: inline-block; background: #fff; color: var(--teal); border: 1px solid rgba(58,157,119,.22); border-radius: 999px; padding: 4px 12px; font-family: var(--serif); font-size: 13px; margin-bottom: 14px; }
.queue-card h3 { font-family: var(--serif); color: var(--navy); font-size: 21px; line-height: 1.36; font-weight: 400; margin-bottom: 10px; }
.queue-card p { color: #5a6066; font-size: 13.5px; line-height: 1.75; }
@media (max-width: 1024px) { .resource-hero, .resource-grid, .queue-grid { grid-template-columns: 1fr; } .resource-note { min-height: 220px; } }
@media (max-width: 560px) { .resource-note { padding: 30px 24px; } .resource-body { padding: 24px 22px 28px; } .queue-card { min-height: auto; padding: 24px 22px; } }
