/*
Theme Name: Protobiosis Laboratories
Theme URI: https://www.protobiosis.com/
Author: Protobiosis Laboratories
Description: 药晨医药定制 WordPress 主题。包含可编辑的五页企业官网、资讯与洞察、专业文章模板及咨询留言管理。
Version: 1.4.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: protobiosis
*/

:root {
  --navy: #071a33;
  --navy-2: #0b2849;
  --blue: #0b5da8;
  --cyan: #49b9d8;
  --ink: #132132;
  --muted: #687789;
  --line: #dce4eb;
  --mist: #f2f6f8;
  --warm: #f5f1e9;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Noto Sans SC Variable", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
button, input, textarea { font: inherit; }
.entry-content > *,
.entry-content .is-layout-flow > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.entry-content > .alignfull { width: 100%; max-width: none; }
/*
 * Gutenberg adds a vertical block gap to every child in a Group block.
 * These pages use the same Group blocks as CSS grid/flex containers, so the
 * injected gap used to push the second and later columns downward. Keep all
 * component spacing under the theme's own rules instead.
 */
.entry-content .wp-block-group,
.entry-content .wp-block-image,
.entry-content .wp-block-buttons,
.entry-content .wp-block-shortcode {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.entry-content .wp-block-group > .wp-block-group,
.entry-content .wp-block-group > .wp-block-image,
.entry-content .wp-block-group > .wp-block-buttons,
.entry-content .wp-block-group > .wp-block-shortcode {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: white;
  color: var(--navy);
}
.shell {
  width: calc(100% - 64px);
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}
.section { padding: 104px 0; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(7,26,51,.08);
  backdrop-filter: blur(18px);
}
.header-inner { height: 82px; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; min-width: 258px; }
.brand-lockup { width: 166px; height: 56px; object-fit: contain; object-position: left center; }
.brand .custom-logo { width: 166px; max-height: 56px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; flex: 1; height: 100%; }
.desktop-nav > ul { height: 100%; display: flex; align-items: center; justify-content: center; gap: 42px; margin: 0; padding: 0; list-style: none; }
.desktop-nav li { height: 100%; }
.desktop-nav a { height: 100%; display: grid; place-items: center; position: relative; font-size: 15px; color: #3b4858; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: var(--blue); transition: .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after, .desktop-nav .current-menu-item > a::after { width: 100%; left: 0; }
.desktop-nav a.active, .desktop-nav .current-menu-item > a { color: var(--navy); font-weight: 600; }
.header-cta { padding: 12px 18px; color: white; background: var(--navy); font-size: 14px; transition: .2s ease; }
.header-cta:hover { background: var(--blue); transform: translateY(-1px); }
.header-cta span { margin-left: 12px; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; width: 38px; height: 38px; padding: 9px; display: flex; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { height: 2px; width: 100%; background: var(--navy); }
.mobile-menu nav { position: absolute; right: 0; top: 50px; width: 210px; padding: 12px; background: white; box-shadow: 0 15px 45px rgba(7,26,51,.14); border: 1px solid var(--line); }
.mobile-menu nav a { display: block; padding: 13px 14px; }
.mobile-menu .menu { margin: 0; padding: 0; list-style: none; }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0; color: var(--blue); font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #8ed8ed; }
.button, .wp-block-button__link { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border-radius: 0; font-size: 14px; font-weight: 600; transition: .25s ease; }
.button.primary { color: white; background: var(--blue); box-shadow: 0 12px 30px rgba(11,93,168,.2); }
.button.primary:hover { background: #084b88; transform: translateY(-2px); }
.button.ghost { border: 1px solid #b7c3ce; color: var(--navy); }
.button.ghost:hover { border-color: var(--navy); background: var(--navy); color: white; }
.button.dark { color: white; background: var(--navy); }
.button.dark:hover { background: var(--blue); }
.button.white { color: var(--navy); background: white; }
.button.white:hover { color: white; background: var(--blue); }
.arrow-link { display: inline-flex; align-items: center; gap: 34px; padding-bottom: 7px; border-bottom: 1px solid #9ca9b4; font-size: 14px; font-weight: 600; white-space: nowrap; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(5px); }

.home-hero { padding: 58px 0 0; overflow: hidden; background: linear-gradient(135deg, #f5f8fa 0%, #fff 58%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; min-height: 550px; }
.hero-copy { position: relative; z-index: 2; padding: 44px 40px 60px 0; }
.hero-copy h1 { margin: 26px 0 24px; color: var(--navy); font-size: clamp(42px, 3.7vw, 58px); line-height: 1.22; letter-spacing: -.04em; font-weight: 500; }
.hero-copy h1 em { color: var(--blue); font-style: normal; }
.hero-copy p { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.hero-visual { position: relative; height: 510px; }
.hero-visual::before { content: ""; position: absolute; left: -35px; bottom: 0; width: 130px; height: 130px; border: 1px solid rgba(11,93,168,.15); border-radius: 50%; z-index: 1; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; clip-path: polygon(13% 0,100% 0,100% 100%,0 100%,0 22%); }
.hero-float-card { position: absolute; right: -18px; bottom: 36px; display: flex; flex-direction: column; gap: 7px; width: 250px; padding: 22px 24px; color: white; background: rgba(7,26,51,.92); backdrop-filter: blur(12px); }
.hero-float-card strong { font-size: 15px; letter-spacing: .08em; }
.hero-float-card span { color: #b9c8d8; font-size: 12px; }
.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 38px; background: var(--navy); color: white; }
.trust-strip div { min-height: 112px; padding: 24px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip h3 { margin: 0; color: white; font-family: Arial, sans-serif; font-size: 23px; font-weight: 600; }
.trust-strip sup { color: var(--cyan); }
.trust-strip span, .trust-strip p { margin: 8px 0 0; color: #aab9c9; font-size: 12px; }

.section-intro { max-width: 700px; }
.section-intro h2 { margin: 17px 0 0; color: var(--navy); font-size: clamp(32px, 3vw, 46px); line-height: 1.32; font-weight: 500; letter-spacing: -.035em; }
.section-intro p { margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.section-intro.invert h2 { color: white; -webkit-text-fill-color: white; }
.section-intro.invert p { color: #b9c5d2; }
.section-intro.invert .eyebrow { color: #8ed8ed; -webkit-text-fill-color: #8ed8ed; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.services-section { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { display: flex; flex-direction: column; border: 1px solid var(--line); background: white; transition: .3s ease; }
.service-card:hover { transform: translateY(-7px); border-color: transparent; box-shadow: 0 25px 60px rgba(7,26,51,.12); }
.service-image { height: 225px; position: relative; overflow: hidden; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 40%,rgba(7,26,51,.45)); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.04); }
.service-image > span, .service-image > .service-number { position: absolute; z-index: 2; right: 20px; bottom: 16px; margin: 0; color: white; font: 600 13px Arial, sans-serif; letter-spacing: .1em; }
.service-content { flex: 1; display: flex; flex-direction: column; padding: 28px 28px 30px; }
.service-content small, .service-content .service-english { margin: 0; color: var(--blue); font: 700 10px Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.service-content h3 { margin: 9px 0 13px; color: var(--navy); font-size: 25px; font-weight: 500; }
.service-content > p:not(.service-english):not(.service-tags):not(.service-card-link) {
  min-height: 76px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.service-content > a, .service-content .service-card-link a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 600; }
.service-content .service-card-link { margin: 0; }
.service-content > a span, .service-content .service-card-link span { color: var(--blue); transition: .2s ease; }
.service-content > a:hover span, .service-content .service-card-link a:hover span { transform: translateX(4px); }

.expert-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 680px; background: var(--navy); }
.expert-image { min-height: 620px; }
.expert-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78); }
.expert-copy { display: flex; flex-direction: column; justify-content: center; padding: 78px max(7vw, 72px); color: white; background-image: radial-gradient(circle at 95% 20%,rgba(73,185,216,.14),transparent 35%); }
.expert-copy h2 { margin: 22px 0; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: clamp(34px,3.4vw,52px); line-height: 1.3; font-weight: 500; letter-spacing: -.03em; }
.expert-copy > p { margin: 0; color: #b8c5d3; font-size: 15px; line-height: 1.95; }
.check-list { margin: 30px 0 34px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.check-list li { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: #e6edf4; font-size: 14px; }
.check-list li span { color: var(--cyan); font: 700 11px Arial, sans-serif; }
.expert-copy .arrow-link { align-self: flex-start; border-color: #75879a; }

.facility-section { background: var(--mist); }
.facility-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.facility-list { margin: 36px 0; border-top: 1px solid #cdd7df; }
.facility-list div { display: grid; grid-template-columns: 140px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid #cdd7df; }
.facility-list strong { color: var(--navy); font-size: 14px; }
.facility-list span { color: var(--muted); font-size: 13px; line-height: 1.7; }
.facility-visual { position: relative; }
.facility-visual::before { content: ""; position: absolute; left: -20px; top: -20px; right: 56px; bottom: 56px; border: 1px solid #b8c8d4; }
.facility-visual img { position: relative; width: 100%; aspect-ratio: 1.2; object-fit: cover; }
.facility-badge { position: absolute; right: -24px; bottom: -26px; padding: 24px 28px; display: flex; flex-direction: column; color: white; background: var(--blue); }
.facility-badge h3, .facility-badge strong { margin: 0; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: 22px; font-weight: 500; letter-spacing: .12em; }
.facility-badge p, .facility-badge span { margin: 6px 0 0; color: rgba(255,255,255,.82) !important; font-size: 12px; opacity: .9; }

.news-section { background: white; }
.news-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; }
.news-featured { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 350px; background: var(--mist); overflow: hidden; }
.news-featured img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.news-featured:hover img { transform: scale(1.03); }
.news-featured div { padding: 44px 38px; display: flex; flex-direction: column; justify-content: center; }
.news-grid span { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.news-grid h3 { margin: 14px 0; color: var(--navy); font-size: 25px; line-height: 1.5; font-weight: 500; }
.news-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.news-side { display: grid; gap: 18px; }
.news-side a { position: relative; min-height: 166px; padding: 30px; border: 1px solid var(--line); transition: .25s ease; }
.news-side a:hover { border-color: var(--blue); background: #f7fbfd; }
.news-side h3 { margin-right: 28px; font-size: 18px; }
.news-side i { position: absolute; right: 25px; bottom: 24px; color: var(--blue); font-style: normal; }

.home-cta { padding: 90px 0; color: white; background: linear-gradient(115deg,#0a3158,#071a33 70%); }
.home-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.home-cta h2 { margin: 19px 0 0; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: clamp(30px,3.5vw,48px); line-height: 1.35; font-weight: 400; }

.site-footer { padding-top: 78px; color: white; background: #041326; }
.site-footer .brand-lockup, .site-footer .custom-logo { filter: invert(1); }
.footer-main { display: grid; grid-template-columns: 1.15fr .85fr .8fr; gap: 70px; padding-bottom: 66px; }
.footer-about > p { max-width: 390px; margin: 25px 0 0; color: #8f9db0; font-size: 13px; line-height: 1.9; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.footer-links h3 { margin: 0 0 22px; color: #dfe8f1; font-size: 13px; }
.footer-links a { display: block; margin: 12px 0; color: #8494a7; font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; text-align: left; }
.footer-contact-heading .footer-contact-english { color: #6f8498; font: 700 10px/1 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.footer-contact-heading h3 { margin: 0; color: #dfe8f1; font-size: 15px; font-weight: 500; letter-spacing: .06em; line-height: 1.3; }
.footer-contact > a:first-of-type { margin-top: 22px; font: 500 18px Arial, sans-serif; }
.footer-contact > a:nth-of-type(2) { margin-top: 9px; color: #aab8c7; font: 14px Arial, sans-serif; }
.footer-contact p { margin: 18px 0 0; color: #8494a7; font-size: 12px; line-height: 1.75; }
.footer-legal { min-height: 65px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); color: #68788b; font-size: 10px; }
.footer-legal i { margin: 0 8px; }
.footer-legal a:hover { color: white; }

/* Inner page foundations */
.inner-hero { padding: 58px 0 0; background: var(--mist); }
.inner-hero-grid { min-height: 480px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.inner-hero-copy { padding: 84px 32px 72px 0; display: flex; flex-direction: column; justify-content: center; }
.inner-hero-copy h1 { margin: 24px 0; color: var(--navy); font-size: clamp(42px, 4vw, 56px); line-height: 1.28; font-weight: 500; letter-spacing: -.05em; }
.inner-hero-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.inner-hero-grid > .wp-block-image {
  width: 100%;
  height: 100%;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(13% 0,100% 0,100% 100%,0 100%,0 17%);
}
.inner-hero-grid > .wp-block-image img { width: 100%; height: 100%; object-fit: cover; }
.intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.rich-copy p { margin: 0 0 23px; color: var(--muted); font-size: 15px; line-height: 2; }
.rich-copy .lead { color: var(--navy); font-size: 19px; line-height: 1.9; }
.number-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.number-grid div { padding: 31px 26px; border-right: 1px solid var(--line); }
.number-grid div:last-child { border: 0; }
.number-grid strong, .number-grid h3 { display: block; margin: 0; color: var(--blue); font: 500 36px Arial, sans-serif; }
.number-grid sup { color: var(--cyan); font-size: 16px; }
.number-grid span, .number-grid p { display: block; margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.about-building { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); }
.about-building > .wp-block-image { width: 100%; height: 100%; margin: 0; overflow: hidden; }
.about-building > .wp-block-image img { width: 100%; height: 100%; object-fit: cover; }
.building-panel { padding: 85px max(6vw,60px); display: flex; flex-direction: column; justify-content: center; color: white; }
.building-panel h2 { max-width: 620px; margin: 22px 0; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: clamp(34px,3.1vw,46px); line-height: 1.38; font-weight: 400; }
.building-panel h2 br, .leadership-copy h2 br { display: none; }
.building-panel > p { margin: 0; color: #b4c0cd; font-size: 15px; line-height: 2; }
.building-facts { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.building-facts span { padding: 11px 13px; border: 1px solid rgba(255,255,255,.18); color: #aebbc9; font-size: 11px; }
.building-facts b { color: white; }
.building-facts { padding: 11px 13px; border: 1px solid rgba(255,255,255,.18); color: #aebbc9; font-size: 11px; line-height: 2; }
.building-facts strong { color: white; }
.platform-section { background: white; }
.platform-section .section-intro { margin-bottom: 54px; }
.platform-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.platform-grid article { min-height: 270px; padding: 34px 28px; background: white; transition: .25s ease; }
.platform-grid article:hover { background: var(--mist); }
.platform-grid article > span { color: var(--blue); font: 700 11px Arial, sans-serif; }
.platform-grid h3 { margin: 54px 0 17px; color: var(--navy); font-size: 20px; font-weight: 500; }
.platform-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.leadership-section { min-height: 640px; display: grid; grid-template-columns: clamp(360px,32vw,440px) minmax(0,1fr); background: #0a2848; }
.leadership-image { height: 640px; min-height: 640px; overflow: hidden; background: #f5f6f7; }
.leadership-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.leadership-copy { min-width: 0; padding: 54px clamp(38px,5vw,72px); display: flex; flex-direction: column; justify-content: center; color: white; }
.leadership-copy h2 { max-width: 820px; margin: 18px 0 20px; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: clamp(32px,2.7vw,42px); line-height: 1.38; font-weight: 400; }
.leadership-copy > p { max-width: 760px; margin: 0; color: #b8c5d3; font-size: 14px; line-height: 1.95; }
.leadership-copy blockquote { margin: 30px 0; padding: 22px 0 22px 24px; border-left: 2px solid var(--cyan); }
.leadership-copy blockquote strong { display: block; font-size: 19px; }
.leadership-copy blockquote span { display: block; margin-top: 5px; color: #8ed8ed; font-size: 11px; }
.leadership-copy blockquote p { margin: 13px 0 0; color: #aab9c8; font-size: 13px; line-height: 1.8; }
.leadership-person { margin: 21px 0 24px; padding: 17px 0 17px 22px; border-left: 2px solid var(--cyan); }
.leadership-person h3 { margin: 0; color: white; font-size: 22px; font-weight: 500; }
.leadership-person p { max-width: 760px; margin: 7px 0 0; color: #aab9c8; font-size: 13px; line-height: 1.8; }
.leadership-person p:first-of-type { color: #8ed8ed; font-size: 11px; letter-spacing: .06em; }
.leadership-highlights { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin: 0 0 26px; background: rgba(255,255,255,.14); }
.leadership-highlight { min-width: 0; min-height: 118px; padding: 18px 16px; background: rgba(7,26,51,.34); }
.leadership-highlight h3 { margin: 0; color: #fff; font: 500 27px/1.15 Arial,"Microsoft YaHei",sans-serif; }
.leadership-highlight p { margin: 10px 0 0; color: #aebdcb; font-size: 12px; line-height: 1.7; }
.leadership-copy .button { align-self: flex-start; }

/* Services */
.services-hero { position: relative; min-height: 570px; display: flex; align-items: center; overflow: hidden; background: #eaf3f7; }
.services-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(239,247,249,.98) 0%,rgba(239,247,249,.92) 36%,rgba(239,247,249,.1) 72%); }
.services-hero > .wp-block-image {
  position: absolute;
  inset: 0 0 0 auto;
  width: 76%;
  height: 100%;
  margin: 0;
}
.services-hero > .wp-block-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.services-hero-copy { position: relative; z-index: 2; }
.services-hero-copy .eyebrow { max-width: none; color: var(--blue); font-size: 12px; line-height: 1.3; }
.services-hero-copy h1 { max-width: 700px; margin: 25px 0; color: var(--navy); font-size: clamp(46px,4.6vw,66px); line-height: 1.25; font-weight: 500; letter-spacing: -.05em; }
.services-hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 0; color: #617181; font-size: 16px; line-height: 1.9; }
.service-overview { padding-bottom: 70px; }
.service-overview .section-heading-row { margin: 0; }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.service-detail.reverse .service-detail-image { order: 2; }
.service-detail-image { position: relative; min-height: 580px; overflow: hidden; }
.service-detail-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(7,26,51,.4)); }
.service-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-image > span, .service-detail-image > p { position: absolute; z-index: 2; right: 42px; bottom: 34px; margin: 0; color: white; font: 500 44px Arial, sans-serif; }
.service-detail-copy { padding: 62px max(6vw,60px); display: flex; flex-direction: column; justify-content: center; background: var(--mist); }
.service-detail:nth-child(2) .service-detail-copy { background: white; }
.service-detail-copy h2 { margin: 17px 0; color: var(--navy); font-size: 44px; font-weight: 500; }
.service-detail-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.95; }
.service-detail-copy ul { margin: 28px 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; }
.service-detail-copy li { display: flex; align-items: flex-start; gap: 10px; color: #3e4c5c; font-size: 13px; line-height: 1.6; }
.service-detail-copy li i { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; color: var(--blue); border: 1px solid #a8c1d2; border-radius: 50%; font-size: 10px; font-style: normal; }
.service-detail-copy > small { padding: 14px 16px; color: #718090; background: rgba(255,255,255,.65); border-left: 2px solid var(--cyan); font-size: 11px; line-height: 1.7; }
.service-detail-copy .arrow-link { align-self: flex-start; margin-top: 30px; }
.research-process { padding: 100px 0; color: var(--navy); background: #eef3f6; }
.research-process .section-intro { margin-bottom: 48px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cbd6df; }
.process-grid > div { position: relative; padding: 34px 26px 10px; border-right: 1px solid #cbd6df; }
.process-grid > div:last-child { border: 0; }
.process-grid span, .process-grid > div > p:first-child { margin: 0; color: var(--blue); font: 700 11px Arial, sans-serif; }
.process-grid h3 { margin: 32px 0 14px; font-size: 20px; font-weight: 500; }
.process-grid p { margin: 0; color: #657687; font-size: 12px; line-height: 1.8; }

/* News center */
.news-center-hero { padding: 104px 0 96px; color: white; background: linear-gradient(120deg,#0b3158 0%,#071a33 72%); }
.news-center-hero .eyebrow { color: #8ed8ed; }
.news-center-hero h1 { margin: 22px 0 15px; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: clamp(43px,5vw,66px); line-height: 1.2; font-weight: 400; letter-spacing: -.04em; }
.news-center-hero p { margin: 0; color: #b3c1cf; font-size: 15px; line-height: 1.9; }
.news-center-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.news-center-card { min-width: 0; border: 1px solid var(--line); background: white; transition: .3s ease; }
.news-center-card > a { display: block; min-height: 100%; }
.news-center-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: 0 24px 55px rgba(7,26,51,.12); }
.news-center-image { height: 230px; overflow: hidden; }
.news-center-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-center-card:hover .news-center-image img { transform: scale(1.035); }
.news-center-copy { padding: 30px 28px 32px; }
.news-center-copy > span { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.news-center-copy h2 { min-height: 70px; margin: 13px 0; color: var(--navy); font-size: 21px; line-height: 1.65; font-weight: 500; }
.news-center-copy p { min-height: 76px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.news-center-copy strong { display: flex; justify-content: space-between; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--navy); font-size: 13px; }
.news-center-copy i { color: var(--blue); font-style: normal; }
.news-center-list .news-center-grid.news-count-1 { grid-template-columns: 1fr; }
.news-center-list .news-center-grid.news-count-1 .news-center-card > a {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  min-height: 330px;
}
.news-center-list .news-center-grid.news-count-1 .news-center-image {
  height: auto;
  min-height: 330px;
}
.news-center-list .news-center-grid.news-count-1 .news-center-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 46px;
}
.news-center-list .news-center-grid.news-count-1 .news-center-copy h2,
.news-center-list .news-center-grid.news-count-1 .news-center-copy p {
  min-height: 0;
}

/* Contact */
.contact-hero { padding-top: 58px; color: white; background: var(--navy); }
.contact-hero-grid { min-height: 470px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.contact-hero-grid > div { padding: 80px 30px 70px 0; display: flex; flex-direction: column; justify-content: center; }
.contact-hero h1 { margin: 22px 0; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: clamp(42px,4vw,54px); line-height: 1.32; font-weight: 400; letter-spacing: -.04em; }
.contact-hero p { margin: 0; color: #aebccc; font-size: 15px; line-height: 1.8; }
.contact-hero img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.contact-main { background: white; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.contact-info h2 { margin: 19px 0; color: var(--navy); font-size: 42px; font-weight: 500; }
.contact-info > p { color: var(--muted); font-size: 14px; line-height: 1.9; }
.contact-methods { margin-top: 35px; border-top: 1px solid var(--line); }
.contact-methods > * { position: relative; display: flex; flex-direction: column; padding: 19px 30px 19px 0; border-bottom: 1px solid var(--line); }
.contact-methods span { color: var(--blue); font-size: 10px; letter-spacing: .1em; }
.contact-methods strong { margin-top: 7px; color: var(--navy); font: 500 16px/1.6 Arial,"Microsoft YaHei",sans-serif; }
.contact-methods i { position: absolute; right: 5px; top: 28px; color: var(--blue); font-style: normal; }
.contact-form-wrap { padding: 44px 46px; background: var(--mist); }
.contact-form-wrap h3 { margin: 0 0 30px; color: var(--navy); font-size: 25px; font-weight: 500; }
.contact-form { display: grid; gap: 19px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: flex; flex-direction: column; gap: 9px; }
.contact-form label > span { color: #415064; font-size: 12px; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #ced8df; background: white; color: var(--ink); outline: 0; transition: .2s ease; }
.contact-form input, .contact-form select { height: 47px; padding: 0 14px; }
.contact-form textarea { padding: 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,93,168,.08); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a3adb7; }
.contact-form .button { justify-self: start; border: 0; cursor: pointer; }
.contact-form > small { color: #7b8997; font-size: 10px; }
.form-status { margin: 0; color: var(--blue); font-size: 12px; }
.location-section { display: grid; grid-template-columns: 1.3fr .7fr; min-height: 560px; }
.location-map { position: relative; min-height: 560px; overflow: hidden; background: #dfe8eb; }
.location-map > .wp-block-image { position: absolute; inset: 0; width: 100%; height: 100%; }
.location-map > .wp-block-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(.98); }
.location-map-label { position: absolute; z-index: 2; left: 28px; bottom: 28px; display: flex; flex-direction: column; gap: 5px; max-width: calc(100% - 56px); padding: 15px 18px; color: var(--navy); background: rgba(255,255,255,.94); box-shadow: 0 12px 35px rgba(7,26,51,.16); pointer-events: none; backdrop-filter: blur(12px); }
.location-map-label p { margin: 0; }
.location-map-label p:first-child { font-size: 13px; font-weight: 650; }
.location-map-label p:last-child { color: #6a7888; font-size: 11px; }
.location-copy { padding: 75px max(6vw,60px); display: flex; flex-direction: column; justify-content: center; color: white; background: #0a3158; }
.location-copy h2 { margin: 22px 0 10px; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: 46px; font-weight: 400; }
.location-copy p { margin: 0 0 32px; color: #b6c3cf; font-size: 14px; line-height: 1.9; }
.location-copy .button { align-self: flex-start; }

/* WordPress-native content and editor-friendly helpers */
.wp-block-group.shell, .wp-block-group.hero-grid, .wp-block-group.home-cta-inner,
.wp-block-group.facility-grid, .wp-block-group.inner-hero-grid,
.wp-block-group.intro-grid, .wp-block-group.contact-grid {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-buttons { display: flex; gap: 14px; }
.wp-block-buttons .wp-block-button { margin: 0; }
.wp-block-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual .wp-block-image,
.service-image .wp-block-image,
.expert-image .wp-block-image,
.facility-visual .wp-block-image,
.inner-hero-grid > .wp-block-image,
.about-building > .wp-block-image,
.leadership-image .wp-block-image,
.service-detail-image .wp-block-image,
.contact-hero-grid > .wp-block-image {
  width: 100%;
  height: 100%;
  margin: 0;
}
.hero-visual .wp-block-image img,
.expert-image .wp-block-image img,
.inner-hero-grid > .wp-block-image img,
.about-building > .wp-block-image img,
.leadership-image .wp-block-image img,
.service-detail-image .wp-block-image img,
.contact-hero-grid > .wp-block-image img {
  width: 100%;
  height: 100%;
}
.hero-actions .wp-block-button__link { color: white; background: var(--blue); }
.hero-actions .is-style-outline .wp-block-button__link { color: var(--navy); background: transparent; border: 1px solid #b7c3ce; }
.hero-actions .is-style-outline .wp-block-button__link:hover { color: white; background: var(--navy); border-color: var(--navy); }
.home-cta .wp-block-button__link, .leadership-copy .wp-block-button__link, .location-copy .wp-block-button__link {
  color: var(--navy);
  background: white;
}
.service-detail-copy .wp-block-list { margin: 28px 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; }
.service-detail-copy .wp-block-list li { position: relative; padding-left: 30px; }
.service-detail-copy .wp-block-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border: 1px solid #a8c1d2;
  border-radius: 50%;
  font-size: 10px;
}
.service-detail-copy .service-note { padding: 14px 16px; color: #718090; background: rgba(255,255,255,.65); border-left: 2px solid var(--cyan); font-size: 11px; line-height: 1.7; }
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 28px;
  margin: 20px 0 24px;
}
.tag-row p {
  min-height: 0 !important;
  margin: 0;
  padding: 6px 9px;
  color: #5e6d7d;
  background: var(--mist);
  font-size: 11px;
  line-height: 1.35;
}
.service-tags {
  align-self: flex-start;
  min-height: 0 !important;
  margin: 20px 0 24px !important;
  padding: 6px 9px;
  color: #5e6d7d !important;
  background: var(--mist);
  font-size: 11px !important;
  line-height: 1.35 !important;
}
.service-content .service-card-link { min-height: 0 !important; margin-top: auto; }

/* News archive and professional article template */
.article-hero { padding: 90px 0 72px; background: var(--mist); }
.article-hero .post-meta { margin-bottom: 18px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.article-hero h1 { max-width: 900px; margin: 0; color: var(--navy); font-size: clamp(38px,5vw,62px); line-height: 1.25; font-weight: 500; letter-spacing: -.04em; }
.article-hero .post-excerpt { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 72px; align-items: start; }
.article-body { min-width: 0; }
.article-body > * { max-width: 780px; }
.article-body h2 { margin: 54px 0 18px; color: var(--navy); font-size: 30px; line-height: 1.4; }
.article-body h3 { margin: 38px 0 14px; color: var(--navy); font-size: 23px; line-height: 1.5; }
.article-body p, .article-body li { color: #3f4f60; font-size: 16px; line-height: 2; }
.article-body img { margin: 32px 0; }
.article-body blockquote { margin: 32px 0; padding: 22px 26px; border-left: 3px solid var(--cyan); background: var(--mist); }
.article-body table { width: 100%; border-collapse: collapse; font-size: 14px; }
.article-body th, .article-body td { padding: 13px 15px; border: 1px solid var(--line); text-align: left; }
.article-sidebar { position: sticky; top: 112px; padding: 24px; border: 1px solid var(--line); background: white; }
.article-sidebar h2 { margin: 0 0 15px; font-size: 15px; color: var(--navy); }
.article-toc { margin: 0; padding: 0; list-style: none; }
.article-toc li { margin: 9px 0; }
.article-toc a { color: var(--muted); font-size: 12px; line-height: 1.55; }
.article-toc a:hover { color: var(--blue); }
.article-toc .toc-h3 { padding-left: 14px; }
.article-author { margin-top: 60px; padding: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--mist); }
.article-author strong { color: var(--navy); }
.article-author p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.post-updated { margin-top: 14px; color: #8090a0; font-size: 11px; }
.news-toolbar { display: flex; justify-content: space-between; gap: 25px; margin-bottom: 42px; }
.news-categories { display: flex; flex-wrap: wrap; gap: 9px; }
.news-categories a { padding: 9px 13px; border: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.news-categories a:hover, .news-categories a.active { color: white; border-color: var(--blue); background: var(--blue); }
.news-search { display: flex; min-width: 290px; min-height: 42px; }
.news-search input { width: 100%; min-width: 0; padding: 0 12px; border: 1px solid var(--line); }
.news-search button { flex: 0 0 auto; min-width: 72px; padding: 0 16px; border: 0; color: white; background: var(--navy); white-space: nowrap; cursor: pointer; }
.pagination { margin-top: 46px; display: flex; justify-content: center; gap: 8px; }
.pagination .page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 12px; }
.pagination .current { color: white; border-color: var(--blue); background: var(--blue); }
.empty-state { padding: 55px; border: 1px solid var(--line); color: var(--muted); text-align: center; }

/* Built-in inquiry form */
.pb-form-alert { margin: 0 0 18px; padding: 13px 15px; border-left: 3px solid var(--cyan); background: white; color: var(--navy); font-size: 13px; }
.pb-honeypot { position: absolute !important; left: -9999px !important; }

/* Simple page and system screens */
.standard-page { padding: 90px 0; }
.standard-page h1 { margin: 0 0 30px; color: var(--navy); font-size: 48px; }
.standard-page .entry-content { max-width: 850px; }
.site-notice { padding: 100px 0; text-align: center; }
.site-notice h1 { color: var(--navy); font-size: 52px; }
.site-notice p { color: var(--muted); }

@media (max-width: 1050px) {
  .shell { width: calc(100% - 42px); max-width: 920px; }
  .desktop-nav > ul { gap: 23px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy h1 { font-size: 47px; }
  .service-grid { gap: 14px; }
  .service-content { padding: 24px 20px; }
  .expert-copy { padding: 70px 48px; }
  .facility-grid { gap: 48px; }
  .news-featured { grid-template-columns: 1fr; }
  .news-featured img { height: 210px; }
  .news-featured div { padding: 28px; }
  .inner-hero-grid { grid-template-columns: 1fr 1fr; }
  .intro-grid { gap: 50px; }
  .building-panel, .leadership-copy { padding: 65px 45px; }
  .leadership-section { grid-template-columns: minmax(330px,38%) minmax(0,1fr); }
  .leadership-image { height: auto; min-height: 720px; }
  .leadership-highlights { grid-template-columns: 1fr 1fr; }
  .service-detail-copy { padding: 64px 48px; }
  .contact-grid { gap: 48px; }
  .news-center-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
  .shell { width: calc(100% - 32px); }
  .section { padding: 76px 0; }
  .header-inner { height: 70px; }
  .brand { min-width: 0; }
  .brand-lockup { width: 142px; height: 50px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .home-hero { padding-top: 28px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { width: 100%; padding: 34px 0 42px; }
  .hero-copy h1 { font-size: 40px; }
  .hero-copy p { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { width: calc(100% + 32px); height: 390px; margin-right: -16px; margin-left: -16px; }
  .hero-visual img { clip-path: none; }
  .hero-float-card { right: 16px; bottom: 18px; }
  .trust-strip { width: 100%; grid-template-columns: 1fr 1fr; margin-top: 0; }
  .trust-strip div { min-height: 92px; padding: 18px; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .trust-strip strong { font-size: 19px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; margin-bottom: 38px; }
  .section-intro h2 { font-size: 34px; }
  .service-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-image { height: 235px; }
  .service-content p { min-height: 0; }
  .expert-section { grid-template-columns: 1fr; }
  .expert-image { min-height: 380px; }
  .expert-copy { padding: 64px 24px; }
  .facility-grid { grid-template-columns: 1fr; gap: 64px; }
  .facility-list div { grid-template-columns: 1fr; gap: 8px; }
  .facility-badge { right: -4px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-featured { grid-template-columns: 1fr; }
  .home-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .footer-links { max-width: 360px; }
  .footer-legal { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .inner-hero { padding-top: 20px; }
  .inner-hero-grid { display: flex; flex-direction: column; }
  .inner-hero-copy { padding: 55px 0 45px; }
  .inner-hero-copy h1 { font-size: 39px; }
  .inner-hero-grid > .wp-block-image { width: calc(100% + 32px); min-height: 340px; margin: 0 -16px; clip-path: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .number-grid { grid-template-columns: 1fr 1fr; margin-top: 52px; }
  .number-grid div:nth-child(2) { border-right: 0; }
  .number-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-building { grid-template-columns: 1fr; }
  .about-building > .wp-block-image { min-height: 390px; }
  .building-panel { padding: 62px 24px; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  .leadership-section { min-height: 0; grid-template-columns: 1fr; }
  .leadership-image { width: 100%; height: min(125vw,560px); min-height: 0; }
  .leadership-copy { padding: 64px 24px; }
  .services-hero { min-height: 600px; align-items: flex-end; }
  .services-hero::after { background: linear-gradient(0deg,rgba(239,247,249,.98) 0%,rgba(239,247,249,.92) 45%,rgba(239,247,249,.1) 90%); }
  .services-hero > .wp-block-image { width: 100%; height: 100%; }
  .services-hero-copy { padding-bottom: 56px; }
  .services-hero-copy h1 { font-size: 39px; }
  .service-overview .section-heading-row { align-items: flex-start; }
  .service-detail, .service-detail.reverse { grid-template-columns: 1fr; }
  .service-detail.reverse .service-detail-image { order: 0; }
  .service-detail-image { min-height: 370px; }
  .service-detail-copy { padding: 60px 24px; }
  .service-detail-copy h2 { font-size: 36px; }
  .service-detail-copy ul { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid > div { min-height: 190px; border-bottom: 1px solid #cbd6df; }
  .process-grid > div:nth-child(2) { border-right: 0; }
  .service-detail-copy .wp-block-list { grid-template-columns: 1fr; }
  .news-center-hero { padding: 78px 0 72px; }
  .news-center-grid { grid-template-columns: 1fr; }
  .news-center-copy h2, .news-center-copy p { min-height: 0; }
  .news-center-list .news-center-grid.news-count-1 .news-center-card > a { grid-template-columns: 1fr; }
  .news-center-list .news-center-grid.news-count-1 .news-center-image { height: 235px; min-height: 0; }
  .news-center-list .news-center-grid.news-count-1 .news-center-copy { padding: 30px 24px 32px; }
  .contact-hero { padding-top: 20px; }
  .contact-hero-grid { grid-template-columns: 1fr; }
  .contact-hero-grid > div { padding: 60px 0 50px; }
  .contact-hero h1 { font-size: 39px; }
  .contact-hero img { width: calc(100% + 32px); min-height: 320px; margin: 0 -16px; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-form-wrap { padding: 32px 22px; }
  .location-section { grid-template-columns: 1fr; }
  .location-map { min-height: 430px; }
  .location-map-label { left: 18px; right: 18px; bottom: 18px; max-width: none; }
  .location-copy { padding: 60px 24px; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .article-sidebar { position: static; }
  .news-toolbar { flex-direction: column; }
  .news-search { min-width: 0; }
}

@media (max-width: 440px) {
  .hero-copy h1 { font-size: 34px; }
  .hero-visual { height: 330px; }
  .hero-float-card { width: 220px; }
  .trust-strip strong { font-size: 17px; }
  .section-intro h2 { font-size: 30px; }
  .news-grid h3 { font-size: 20px; }
  .number-grid strong { font-size: 29px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-grid article { min-height: 220px; }
  .platform-grid h3 { margin-top: 38px; }
  .leadership-image { height: min(128vw,500px); min-height: 0; }
  .leadership-highlights { grid-template-columns: 1fr; }
  .leadership-highlight { min-height: 0; }
  .field-row { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid > div { border-right: 0; }
}
