:root { --paper: #ffffff; --wash: #f3f6f7; }
.hero, .hero-inner { min-height: 660px; }
.hero-inner { width: min(740px, 88%); padding: 56px 0 64px; }
.hero h1 { font-size: 64px; line-height: 1.2; }
.hero-positioning { margin: 20px 0 0; font-size: 36px; font-weight: 700; line-height: 1.5; }
.hero-lead { font-size: 18px; max-width: 570px; }
.hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.86) 38%, rgba(255,255,255,.08) 100%); }
.service-card { display: flex; flex-direction: column; border-radius: 8px; }
.service-card p { flex: 1; }
.service-detail { display: inline-block; margin-top: 18px; font-size: 15px; color: var(--teal-dark); text-decoration: underline; text-underline-offset: 4px; line-height: 1.8; }
.operating-services { background: #f3f6f7; }
.method-steps { grid-template-columns: repeat(4,minmax(0,1fr)); }
.method-steps article { min-width: 0; }
.knowledge-topics { padding-bottom: 24px; }
.global-service { max-width: 920px; }
.service-audience { font-weight: 700; }
.service-deliverables { margin: 24px 0 0; }
.service-deliverables div { display: grid; grid-template-columns: 100px 1fr; gap: 24px; padding: 16px 0; border-top: 1px solid var(--line); line-height: 1.9; }
.service-deliverables dt { font-weight: 700; }
.service-deliverables dd { margin: 0; color: var(--muted); }
.page-intro h1 { font-size: 48px; }
.page-section h2, .page-contact h2 { font-size: 32px; }
.page-contact, .page-note { border-radius: 0; }
.content-page p, .contact-lines span { overflow-wrap: anywhere; }
@media (max-width: 960px) {
  .method-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero h1 { font-size: 52px; }
  .hero-positioning { font-size: 30px; }
}
@media (max-width: 640px) {
  .hero, .hero-inner { min-height: 0; }
  .hero-inner { padding: 40px 0 48px; }
  .hero h1 { font-size: 42px; }
  .hero-positioning { font-size: 26px; line-height: 1.5; }
  .hero-lead { font-size: 16px; line-height: 1.85; }
  .hero-shade { background: rgba(255,255,255,.87); }
  .method-steps { grid-template-columns: 1fr; }
  .page-intro h1 { font-size: 32px; }
  .page-section h2, .page-contact h2 { font-size: 26px; }
  .service-deliverables div { grid-template-columns: 1fr; gap: 6px; }
}
