/* Shared corporate design system: precise typography, quiet surfaces, clear actions. */
:root { --ink:#102e49; --muted:#546b7e; --line:#dce5eb; --accent:#175b84; --surface:#f1f5f8; --container:1200px; }
body { font-family: -apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif; color:var(--muted); font-size:16px; line-height:1.85; }
h1,h2,h3 { color:var(--ink); text-wrap:balance; }
a { text-underline-offset:5px; }
[hidden] { display:none !important; }
img { height:auto; }
.container { width:min(var(--container),calc(100% - 64px)); }
:focus-visible { outline:3px solid #458abd; outline-offset:4px; }
html { scroll-padding-top:110px; }
.site-skip { position:fixed; top:-100px; left:20px; z-index:3000; padding:12px 20px; background:#fff; color:var(--ink); }
.site-skip:focus { top:12px; }
.site-header { position:sticky; top:0; z-index:1000; background:#fff; border-bottom:1px solid var(--line); }
.site-header.scrolled { box-shadow:0 4px 20px #102e490a; }
.site-nav { display:flex; height:88px; align-items:center; justify-content:space-between; gap:28px; }
.site-logo { flex-shrink:0; display:block; }
.site-logo img { width:204px; height:auto; max-height:66px; object-fit:contain; }
.site-menu { display:flex; align-items:center; gap:26px; color:var(--ink); font-size:14px; font-weight:500; }
.site-menu > a { white-space:nowrap; }
.site-menu a:hover, .site-menu a[aria-current='page'] { color:#175b84; }
.site-language { border-left:1px solid var(--line); padding-left:22px; }
.site-cta,.outline-button { display:inline-flex; align-items:center; justify-content:center; gap:16px; padding:12px 22px; min-height:48px; border-radius:3px; font:inherit; font-size:15px; font-weight:600; cursor:pointer; text-decoration:none; line-height:1.6; }
.site-cta { color:white !important; background:var(--accent); border:1px solid var(--accent); }
.site-cta:hover { background:#124667; border-color:#124667; }
.site-cta:disabled { opacity:.6; cursor:wait; }
.outline-button { background:#fff; border:1px solid #98afbf; color:var(--ink); }
.outline-button:hover { background:#eff4f7; }
.site-menu-toggle { display:none; }
.business-menu { position:relative; }
.business-menu summary { list-style:none; cursor:pointer; padding:14px 0; white-space:nowrap; }
.business-menu summary::after { content:'⌄'; margin-left:7px; }
.business-menu summary::-webkit-details-marker { display:none; }
.business-dropdown { position:absolute; top:calc(100% + 10px); left:-24px; width:290px; background:white; border:1px solid var(--line); box-shadow:0 16px 40px #102e4917; padding:12px; }
.business-dropdown a { display:block; padding:12px; border-bottom:1px solid #edf2f5; }
.business-dropdown a:last-child { border:0; }
.business-dropdown a:hover { background:var(--surface); }
.eyebrow-dark { font-size:13px; letter-spacing:.16em; font-weight:600; color:#486d88; margin:0 0 20px; }
.brand-hero { background:#ecf2f6; }
.brand-hero-layout { display:grid; grid-template-columns:1.05fr .95fr; gap:50px; min-height:640px; }
.brand-hero-copy { align-self:center; padding:64px 0; }
.brand-hero h1 { margin:0 0 26px; font-size:clamp(38px,4.1vw,58px); line-height:1.35; letter-spacing:-.025em; font-weight:600; }
.brand-intro { font-size:22px; max-width:510px; color:var(--ink); margin:0 0 18px; line-height:1.7; }
.brand-description { font-size:16px; margin:0 0 32px; max-width:500px; }
.brand-actions { display:flex; align-items:center; gap:28px; flex-wrap:wrap; }
.plain-link { color:var(--accent); font-weight:600; font-size:16px; }
.plain-link:hover { text-decoration:underline; }
.brand-location { margin:36px 0 0; font-size:13px; color:#617b90; }
.brand-hero-art { position:relative; margin:34px 0; min-height:510px; background:#102b47; overflow:hidden; }
.brand-hero-art img { width:100%; height:100%; position:absolute; object-fit:cover; object-position:62% center; }
.brand-hero-art::after { content:''; position:absolute; inset:45% 0 0; background:linear-gradient(transparent,#0c243df2); }
.brand-hero-art figcaption { position:absolute; bottom:28px; left:28px; right:20px; color:#d5e6f2; z-index:1; font-size:13px; letter-spacing:.09em; }
.brand-index { border-bottom:1px solid var(--line); }
.brand-index .container { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); }
.brand-index a { display:flex; align-items:center; gap:10px; padding:25px 16px; border-right:1px solid var(--line); color:var(--ink); font-size:14px; }
.brand-index a:first-child { padding-left:0; }
.brand-index a:last-child { border:0; }
.brand-index span { font-size:12px; color:#6c8596; }
.brand-index b { margin-left:auto; font-weight:400; }
.brand-index a:hover { background:var(--surface); }
.section,.hr-page .section { padding:88px 0; }
.section-heading-wide { display:grid; grid-template-columns:1.15fr .85fr; gap:80px; align-items:end; margin-bottom:48px; }
.section-heading-wide h2,.about-layout h2 { font-size:clamp(29px,3vw,40px); font-weight:600; line-height:1.5; margin:0; }
.section-heading-wide > p { margin:0 0 6px; font-size:17px; max-width:450px; }
.section-heading-wide > a { justify-self:end; }
.business-row { display:grid; grid-template-columns:54px 1fr 350px; gap:32px; align-items:center; padding:36px 0; border-top:1px solid var(--line); scroll-margin-top:105px; }
.business-row:last-child { border-bottom:1px solid var(--line); }
.business-number { align-self:start; padding-top:6px; font-size:14px; color:#70899b; }
.business-copy > p:first-child { font-size:13px; margin:0 0 8px; color:#608096; }
.business-copy h3 { font-size:27px; margin:0 0 10px; font-weight:600; }
.business-copy > p { margin:0 0 18px; max-width:520px; }
.business-image { overflow:hidden; background:#e5edf3; }
.business-image img { width:100%; height:195px; object-fit:cover; transition:transform .35s ease; }
.business-image:hover img { transform:scale(1.025); }
.about-section { padding:78px 0; background:#102e49; color:#c0d1dd; }
.about-layout { display:grid; grid-template-columns:1fr 1.2fr; gap:90px; }
.about-layout h2,.about-section .eyebrow-dark { color:white; }
.about-lead { font-size:22px; line-height:1.8; margin:0 0 24px; color:#edf4f8; }
.fine-print { font-size:14px; color:inherit; opacity:.85; }
.delivery-strip { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:30px; }
.delivery-strip li { border-top:2px solid #b6cbd9; padding-top:22px; }
.delivery-strip span { font-size:13px; color:#5e7d92; }
.delivery-strip h3 { font-size:22px; font-weight:600; margin:12px 0; }
.delivery-strip p { margin:0; font-size:16px; }
.home-insights { background:var(--surface); padding:80px 0; }
.insight-teasers { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; }
.insight-teasers > a { border-top:1px solid #bbcfdd; padding-top:22px; }
.insight-teasers span { font-size:13px; color:#5e7c91; }
.insight-teasers h3 { margin:18px 0; font-size:23px; line-height:1.65; font-weight:600; }
.insight-teasers b { color:var(--accent); font-weight:400; }
.editorial-cta { display:flex; align-items:center; justify-content:space-between; gap:32px; padding:44px; background:#edf3f7; margin-top:36px; margin-bottom:60px; }
.editorial-cta h2 { font-size:30px; margin:0 0 12px; line-height:1.5; font-weight:600; }
.editorial-cta p { margin:0; }
.editorial-cta .site-cta { flex-shrink:0; }
.site-footer { background:#0b243b; color:#bed0dd; padding:64px 0 26px; }
.site-footer-grid { display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:42px; padding-bottom:42px; }
.footer-brand-link { display:inline-block; width:260px; max-width:100%; padding:10px 14px; background:#fff; border-radius:3px; }
.footer-brand-link img { width:100%; height:auto; }
.site-footer h2 { font-size:15px; color:#fff; font-weight:600; margin:0 0 20px; }
.site-footer p,.site-footer a,.site-footer button { font-size:14px; }
.site-footer-grid > div > a:not(.footer-brand-link),.site-footer-grid button { display:block; margin-bottom:10px; }
.site-footer button { padding:0; color:inherit; background:none; border:0; font:inherit; font-size:14px; cursor:pointer; text-align:left; }
.site-footer a:hover,.site-footer button:hover { color:#fff; text-decoration:underline; }
.site-footer-bottom { border-top:1px solid #2b4459; padding-top:22px; display:flex; justify-content:space-between; gap:24px; font-size:12px; }
.page-intro { padding:68px 0 54px; }
.page-intro h1,.policy-page h1 { font-size:clamp(34px,4vw,52px); font-weight:600; line-height:1.4; margin:0 0 24px; }
.page-intro > p:last-child { font-size:18px; max-width:680px; }
.journal-section { padding-bottom:48px; }
.journal-controls { display:flex; align-items:end; justify-content:space-between; gap:24px; padding:24px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.journal-filters { display:flex; flex-wrap:wrap; gap:8px; }
.journal-filters button { border:1px solid var(--line); background:white; color:var(--ink); padding:10px 16px; border-radius:3px; cursor:pointer; min-height:44px; }
.journal-filters button[aria-pressed='true'] { background:var(--ink); color:#fff; border-color:var(--ink); }
.journal-search { display:grid; gap:5px; font-size:13px; }
.journal-search input { width:260px; max-width:100%; padding:10px 12px; border:1px solid #a9becd; border-radius:3px; min-height:44px; }
#article-count { font-size:14px; }
.journal-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:30px; }
.journal-card { border:1px solid var(--line); }
.journal-card img { width:100%; height:220px; object-fit:cover; }
.journal-card a > div { padding:26px; }
.journal-card span { font-size:13px; color:#5b7a90; }
.journal-card h2 { font-size:23px; line-height:1.55; margin:16px 0; font-weight:600; }
.journal-card p { font-size:16px; }
.journal-card strong { color:var(--accent); font-size:14px; }
.article-page { padding-top:40px; }
.breadcrumb { display:flex; gap:12px; flex-wrap:wrap; font-size:14px; }
.article-heading { padding:38px 0; border-bottom:1px solid var(--line); }
.article-heading h1 { max-width:850px; font-size:clamp(30px,3.4vw,44px); line-height:1.5; font-weight:600; margin:0 0 22px; }
.article-heading > p:last-child { margin:0; font-size:14px; }
.article-layout { display:grid; grid-template-columns:minmax(0,800px) minmax(220px,1fr); gap:72px; padding:44px 0; }
.article-body { min-width:0; font-size:17px; line-height:2; }
.article-body h2 { font-size:25px; margin:38px 0 16px; font-weight:600; line-height:1.55; }
.article-body p { margin:0 0 22px; }
.article-body a { color:var(--accent); text-decoration:underline; }
.article-lead { font-size:21px; color:var(--ink); }
.article-body table { width:100%; border-collapse:collapse; font-size:15px; margin:28px 0; table-layout:fixed; overflow-wrap:anywhere; }
.article-body th,.article-body td { border:1px solid var(--line); padding:14px; text-align:left; vertical-align:top; }
.article-body th { background:var(--surface); color:var(--ink); }
.article-aside { align-self:start; position:sticky; top:118px; border-top:3px solid var(--accent); padding:22px; background:var(--surface); }
.article-aside h2 { font-size:23px; line-height:1.6; }
.article-aside a { display:block; margin-top:20px; color:var(--accent); }
.source-note { font-size:14px; color:#677d8d; border-top:1px solid var(--line); padding-top:20px; }
.policy-page { max-width:900px; padding-top:68px; padding-bottom:72px; }
.policy-date { font-size:14px; }
.policy-summary { background:var(--surface); border-left:3px solid var(--accent); padding:22px; margin:28px 0; }
.contact-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:74px; padding-bottom:88px; }
.contact-aside h2 { font-size:27px; margin:0 0 18px; }
.contact-aside > a { font-size:20px; color:var(--accent); overflow-wrap:anywhere; }
.contact-aside h3 { font-size:20px; margin-top:38px; }
.contact-aside ol { padding-left:20px; }
.contact-form-box { border:1px solid var(--line); padding:36px; background:#f6f8fa; }
.contact-form-box h2 { font-size:26px; margin:0 0 8px; }
.form-help { font-size:14px; color:#647b8c; }
.lead-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin:26px 0; }
.lead-grid label { display:grid; gap:7px; font-size:14px; color:var(--ink); }
.lead-grid input,.lead-grid select,.lead-grid textarea,#draft-text { width:100%; min-width:0; padding:12px; background:#fff; border:1px solid #acc0ce; border-radius:3px; color:var(--ink); font:inherit; font-size:16px; }
.lead-grid textarea,#draft-text { resize:vertical; }
.lead-full { grid-column:1/-1; }
.form-trap { position:absolute !important; left:-10000px; width:1px; height:1px; overflow:hidden; }
.privacy-ack { display:flex; align-items:flex-start; gap:12px; font-size:14px; }
.privacy-ack input { width:19px; height:19px; margin-top:4px; flex-shrink:0; }
.privacy-ack a { color:var(--accent); text-decoration:underline; }
.form-actions { display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:24px; }
#lead-status,#draft-status { font-size:15px; color:var(--ink); }
#lead-draft { margin-top:30px; padding-top:26px; border-top:1px solid var(--line); }
.privacy-banner { position:fixed; z-index:1600; bottom:20px; left:50%; transform:translateX(-50%); width:min(1120px,calc(100% - 40px)); background:#fff; box-shadow:0 8px 40px #071c3930; border:1px solid #b7cad8; padding:22px 26px; display:flex; align-items:center; gap:30px; }
.privacy-banner h2 { font-size:18px; margin:0 0 6px; }
.privacy-banner p { font-size:14px; margin:0; max-width:700px; line-height:1.8; }
.privacy-banner a { color:var(--accent); text-decoration:underline; }
.privacy-banner-actions { display:flex; gap:10px; flex-shrink:0; }
.privacy-banner .outline-button { font-size:14px; padding:10px 14px; }
.privacy-dialog { width:min(620px,calc(100% - 32px)); max-height:85dvh; border:1px solid #b6cbd9; border-radius:4px; padding:28px; color:var(--muted); overflow:auto; }
.privacy-dialog::backdrop { background:#09223880; }
.privacy-dialog-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.privacy-dialog h2 { font-size:24px; margin:0; }
.privacy-dialog-heading button { background:none; color:var(--ink); border:0; width:44px; height:44px; font-size:28px; cursor:pointer; }
.privacy-dialog p,.privacy-dialog a { font-size:14px; }
.privacy-category { display:flex; gap:24px; justify-content:space-between; padding:20px 0; border-top:1px solid var(--line); }
.privacy-category h3 { font-size:17px; margin:0 0 5px; }
.privacy-category p { margin:0; }
.privacy-category > span { font-size:13px; flex-shrink:0; color:#567489; }
.privacy-dialog-actions { display:flex; flex-wrap:wrap; gap:12px; margin:20px 0; }
.text-button { color:var(--accent); background:none; border:0; padding:10px; cursor:pointer; font-size:14px; text-decoration:underline; }
.gpc-status { background:var(--surface); padding:14px; }
/* Existing specialist pages adopt the shared system without losing their technical detail. */
.hr-page .topbar { display:none; }
.hr-page .hr-home-link { display:none; }
.hr-page h1 { letter-spacing:-.02em; }
.hr-page .hr-hero { background:#edf3f7; }
.hr-page .hr-hero-grid { min-height:620px; }
.hr-page .hr-hero-visual { border-radius:2px; }
.hr-page .hr-service { border-color:var(--line); }
.hr-page .hr-service h3 { font-size:22px; }
.hr-page .hr-service ul { font-size:15px; }
.hr-page .hr-service-top { letter-spacing:.02em; }
.hr-page .hr-governance { background:#102e49; }
.hr-page .hr-overseas { background:#eef4f8; }
.hr-page .hr-section-heading { gap:60px; }
.hr-page .btn-primary { background:var(--accent); }
.hr-page .reveal,.reveal { opacity:1; transform:none; }
.local-section-nav { background:#f5f8fa; border-bottom:1px solid var(--line); }
.local-section-nav .container { display:flex; gap:26px; flex-wrap:wrap; padding-top:15px; padding-bottom:15px; }
.local-section-nav a { font-size:14px; color:var(--ink); }
.local-section-nav a:hover { color:var(--accent); }
.specialist-contact-link { padding:28px; background:#eaf2f7; border-left:3px solid var(--accent); }
@media(max-width:1060px) {
 .site-nav { height:76px; }
 .site-menu-toggle { display:flex; align-items:center; gap:12px; margin-left:auto; border:1px solid var(--line); background:#fff; color:var(--ink); padding:8px 14px; border-radius:3px; min-height:44px; }
 .site-menu { display:none; position:absolute; left:0; right:0; top:100%; background:#fff; max-height:calc(100dvh - 76px); overflow:auto; padding:18px 32px 28px; border-bottom:1px solid var(--line); box-shadow:0 20px 30px #102e4915; }
 .site-menu.open { display:flex; flex-direction:column; gap:0; align-items:stretch; }
 .site-menu > a,.business-menu summary { padding:13px 8px; }
 .site-language { border-left:0; }
 .business-dropdown { position:static; width:auto; box-shadow:none; border:0; border-left:2px solid var(--line); margin-left:8px; padding:0 8px; }
 .site-menu .site-cta { margin-top:10px; }
 .brand-hero-layout { gap:30px; }
 .brand-hero h1 { font-size:42px; }
 .business-row { grid-template-columns:36px 1fr 280px; gap:24px; }
 .site-footer-grid { grid-template-columns:1.3fr 1fr 1fr; }
 .site-footer-grid > div:last-child { grid-column:2/-1; }
 .privacy-banner { flex-direction:column; align-items:flex-start; gap:16px; }
 .article-layout { gap:32px; }
}
@media(max-width:800px) {
 .container { width:calc(100% - 40px); }
 .section,.hr-page .section { padding:64px 0; }
 .brand-hero-layout { grid-template-columns:1fr; gap:0; }
 .brand-hero-copy { padding:48px 0 26px; }
 .brand-hero-art { min-height:330px; margin:12px 0 30px; }
 .brand-hero-art img { object-position:center; }
 .brand-index .container { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .brand-index a { border-bottom:1px solid var(--line); padding:18px 12px; }
 .brand-index a:first-child { padding-left:12px; }
 .brand-index a:last-child { grid-column:1/-1; }
 .section-heading-wide,.about-layout { grid-template-columns:1fr; gap:24px; }
 .section-heading-wide > a { justify-self:start; }
 .business-row { grid-template-columns:30px 1fr; }
 .business-image { grid-column:2; width:100%; }
 .business-image img { height:230px; }
 .delivery-strip,.journal-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .insight-teasers { grid-template-columns:1fr; }
 .insight-teasers h3 { font-size:22px; }
 .journal-controls { align-items:stretch; flex-direction:column; }
 .journal-search input { width:100%; }
 .article-layout,.contact-layout { grid-template-columns:1fr; gap:36px; }
 .article-aside { position:static; }
 .article-aside h2 br { display:none; }
 .editorial-cta { flex-direction:column; align-items:flex-start; padding:32px; }
 .hr-page .hr-section-heading { gap:24px; }
 .hr-page .hr-hero-grid { min-height:0; }
}
@media(max-width:540px) {
 .site-logo img { width:166px; }
 .site-nav { gap:16px; height:70px; }
 .site-menu { max-height:calc(100dvh - 70px); }
 .brand-hero h1 { font-size:36px; }
 .brand-intro { font-size:20px; }
 .brand-hero-art { min-height:270px; }
 .brand-index a { font-size:13px; }
 .business-row { gap:16px; }
 .business-copy h3 { font-size:24px; }
 .business-image img { height:185px; }
 .business-number { font-size:12px; }
 .delivery-strip,.journal-grid { grid-template-columns:1fr; }
 .site-footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px; }
 .site-footer-grid > div:first-child { grid-column:1/-1; }
 .site-footer-grid > div:last-child { grid-column:1/-1; }
 .site-footer-bottom { flex-direction:column; gap:12px; }
 .page-intro { padding:42px 0 32px; }
 .page-intro h1 { font-size:33px; }
 .contact-form-box { padding:24px 20px; }
 .lead-grid { grid-template-columns:1fr; }
 .privacy-banner { left:12px; bottom:12px; width:calc(100% - 24px); transform:none; padding:18px; max-height:55dvh; overflow:auto; }
 .privacy-banner-actions { width:100%; flex-wrap:wrap; }
 .privacy-banner-actions button { flex:1; }
 .privacy-dialog { padding:22px; }
 .privacy-category { gap:12px; }
 .local-section-nav .container { gap:12px 20px; }
 .article-body { font-size:16px; }
 .article-body th,.article-body td { padding:10px; font-size:14px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation:none !important; transition:none !important; } }

/* Progressive navigation: links stay available if scripting is blocked. */
@media (max-width:1060px) {
 html:not(.navigation-ready) .site-nav { height:auto; min-height:76px; flex-wrap:wrap; padding-top:12px; }
 html:not(.navigation-ready) .site-menu-toggle { display:none; }
 html:not(.navigation-ready) .site-menu { display:flex; position:static; flex-direction:column; align-items:stretch; width:100%; max-height:none; padding:8px 0 20px; box-shadow:none; border:0; gap:0; }
}
@media(max-width:540px) {
 .hr-page .hr-hero .hero-actions, .water-page .hero-actions { gap:18px; }
 .hr-page .hr-industry-controls a, .local-section-nav a { min-height:44px; display:flex; align-items:center; }
}



/* Compact, landscape-led layouts shared by the bilingual and specialist pages. */
.site-nav { height:76px; }
.site-logo img { max-height:56px; }
.brand-hero { background:linear-gradient(115deg,#f3f7fa,#e8f0f5); }
.brand-hero-layout { grid-template-columns:minmax(0,1fr) minmax(0,1.04fr); min-height:0; gap:48px; align-items:center; padding-top:40px; padding-bottom:40px; }
.brand-hero-copy { padding:12px 0; min-width:0; }
.brand-hero .eyebrow-dark { display:flex; align-items:center; gap:12px; margin-bottom:22px; font-size:12px; }
.brand-hero .eyebrow-dark::before { content:''; width:25px; height:3px; background:#78a944; }
.brand-hero h1 { font-size:clamp(34px,3.5vw,48px); line-height:1.32; margin-bottom:20px; letter-spacing:-.035em; }
.brand-intro { font-size:19px; line-height:1.8; max-width:470px; margin-bottom:14px; }
.brand-description { font-size:14px; line-height:1.85; margin-bottom:26px; }
.brand-actions { gap:22px; }
.brand-location { margin-top:26px; font-size:14px; }
.brand-hero-media { min-width:0; }
.brand-hero-art { margin:0; min-height:0; aspect-ratio:16/10; width:100%; }
.brand-hero-art img { object-position:60% 58%; }
.brand-hero-art::after { inset:65% 0 0; }
.brand-hero-art figcaption { bottom:20px; left:22px; font-size:12px; }
.brand-scene-links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:12px; }
.brand-scene-links a { display:flex; align-items:center; gap:12px; padding:12px; background:#fff; border:1px solid #dce5eb; color:var(--ink); transition:border-color .2s; }
.brand-scene-links a:hover { border-color:#78a944; }
.brand-scene-links img { width:66px; height:52px; object-fit:cover; flex-shrink:0; }
.brand-scene-links span { min-width:0; }
.brand-scene-links small { display:block; color:#637c8e; font-size:12px; line-height:1.5; letter-spacing:.05em; }
.brand-scene-links strong { display:block; font-size:14px; font-weight:600; line-height:1.6; margin-top:3px; }
.brand-scene-links b { margin-left:auto; font-weight:400; color:var(--accent); }
.brand-index a { padding:20px 14px; min-height:66px; }
.corporate-home .section { padding:64px 0; }
.section-heading-wide { gap:48px; margin-bottom:32px; }
.section-heading-wide h2,.about-layout h2 { font-size:clamp(28px,2.6vw,36px); line-height:1.45; }
.business-row { grid-template-columns:42px minmax(0,1fr) 310px; gap:28px; padding:28px 0; }
.business-copy h3 { font-size:25px; line-height:1.5; }
.business-copy > p:first-child { font-size:14px; }
.business-copy > p { margin-bottom:14px; }
.business-image { aspect-ratio:16/9; }
.business-image img { width:100%; height:100%; }
.business-number { color:var(--accent); }
.about-section,.home-insights { padding:64px 0; }
.delivery-strip li { border-top-color:#78a944; }
.delivery-strip h3 { font-size:21px; }
.editorial-cta { margin-top:0; margin-bottom:0; padding:36px; border-left:3px solid #78a944; }
.hr-page .hr-hero-grid { min-height:0; align-items:center; padding-top:28px; padding-bottom:32px; }
.hr-page .hr-hero-copy { padding:12px 0; }
.hr-page .hr-hero-visual { min-height:0; width:100%; aspect-ratio:4/3; margin:0; align-self:center; }
.hr-page .hr-hero-bottom { margin-top:26px; }
.hr-page .hr-hero h1 { font-size:clamp(32px,3.3vw,46px); }
.hr-page .hr-visual-caption { left:24px; bottom:24px; }
@media(min-width:801px) and (max-width:1060px) {
 .brand-hero-layout { gap:28px; }
 .brand-hero h1 { font-size:36px; }
 .brand-scene-links { grid-template-columns:1fr; gap:8px; }
 .brand-scene-links a { padding:8px 12px; }
 .brand-scene-links img { width:58px; height:38px; }
 .brand-scene-links span { display:flex; align-items:center; gap:10px; }
 .brand-scene-links strong { margin-top:0; }
 .brand-index a { padding:16px 10px; }
 .business-row { grid-template-columns:32px minmax(0,1fr) 260px; gap:22px; }
}
@media(max-width:800px) {
 .brand-hero-layout { grid-template-columns:1fr; gap:28px; padding-top:32px; padding-bottom:28px; }
 .brand-hero-copy { padding:0; }
 .brand-hero h1 { font-size:clamp(32px,6vw,42px); }
 .brand-intro { max-width:600px; }
 .brand-location { margin-top:20px; }
 .brand-hero-art { aspect-ratio:16/8; }
 .brand-hero-art img { object-position:center 60%; }
 .brand-index a,.brand-index a:first-child { padding:14px 12px; min-height:56px; font-size:14px; }
 .brand-index a:nth-child(even) { border-right:0; }
 .brand-index a:last-child { border-bottom:0; }
 .corporate-home .section,.about-section,.home-insights { padding:48px 0; }
 .section-heading-wide { gap:20px; margin-bottom:26px; }
 .business-row { grid-template-columns:28px minmax(0,1fr); gap:14px 18px; padding:26px 0; }
 .business-image { grid-column:2; max-width:480px; aspect-ratio:16/8; }
 .business-image img { height:100%; }
 .hr-page .hr-hero-grid { grid-template-columns:1fr; gap:24px; }
 .hr-page .hr-hero-visual { aspect-ratio:16/9; }
}
@media(max-width:540px) {
 .site-nav { height:68px; }
 .site-logo img { max-height:48px; }
 .brand-hero .eyebrow-dark { margin-bottom:18px; }
 .brand-intro { font-size:18px; }
 .brand-description { margin-bottom:22px; }
 .brand-actions { gap:16px; }
 .brand-actions .site-cta { padding:12px 16px; }
 .brand-actions .plain-link { font-size:14px; }
 .brand-location { font-size:12px; }
 .brand-scene-links { gap:8px; }
 .brand-scene-links a { padding:10px 8px; gap:8px; }
 .brand-scene-links img { width:42px; height:44px; }
 .brand-scene-links b { display:none; }
 .brand-scene-links strong { font-size:14px; }
 .brand-hero-art figcaption { left:16px; bottom:14px; font-size:12px; letter-spacing:.04em; }
 .business-copy h3 { font-size:23px; }
 .editorial-cta { padding:26px 22px; }
 .hr-page .hr-visual-caption strong { font-size:20px; margin:6px 0; }
.hr-page .hr-visual-caption { left:18px; bottom:18px; }
}

/* Shared refinement: compact branding, comparable services and unobstructed reading. */
:root { --header-height:76px; }
html { scroll-padding-top:calc(var(--header-height) + 24px); }
.corporate-home section[id],.editorial-page section[id] { scroll-margin-top:0; }
.site-nav { height:var(--header-height); }
.site-logo { display:flex; align-items:center; gap:14px; color:var(--ink); }
.site-logo img { width:76px; height:52px; max-height:none; object-fit:contain; }
.site-brand-name { display:grid; gap:3px; }
.site-brand-name strong { font-size:22px; font-weight:650; letter-spacing:.08em; line-height:1.3; }
.site-brand-name small { color:#60788b; font-size:12px; line-height:1.5; white-space:nowrap; }
.site-menu { gap:22px; }
.site-menu > a:not(.site-cta):not(.site-language) { position:relative; padding-top:12px; padding-bottom:12px; }
.site-menu a[aria-current],.site-menu summary[aria-current] { color:var(--accent); font-weight:650; }
.site-menu > a[aria-current]::after { content:''; position:absolute; height:2px; background:#78a944; bottom:5px; left:0; right:0; }
.business-dropdown { top:100%; }
.brand-hero-art { border-radius:4px; }
.brand-index a:focus-visible { outline-offset:-4px; }
.brand-index a { line-height:1.55; }
.brand-index b,.brand-index span { flex-shrink:0; }
.corporate-home .business-rows { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.corporate-home .business-row { display:grid; grid-template-columns:minmax(0,1fr) 144px; grid-template-rows:auto 1fr; align-items:start; gap:18px 24px; padding:28px; border:1px solid var(--line); background:#fff; scroll-margin-top:0; transition:border-color .2s,box-shadow .2s; }
.corporate-home .business-row:hover,.corporate-home .business-row:focus-within { border-color:#9cb8c9; box-shadow:0 8px 26px #102e4908; }
.corporate-home .business-number { grid-column:1; grid-row:1; padding:0; font-size:28px; line-height:1.2; color:#406a86; }
.corporate-home .business-copy { grid-column:1/-1; grid-row:2; display:flex; flex-direction:column; height:100%; min-width:0; }
.corporate-home .business-copy h3 { margin-bottom:12px; }
.corporate-home .business-copy > p { max-width:none; }
.corporate-home .business-copy > p:first-child { color:#526f83; }
.corporate-home .business-copy .plain-link { align-self:flex-start; margin-top:auto; padding-top:6px; min-height:44px; display:inline-flex; align-items:center; }
.corporate-home .business-image { grid-column:2; grid-row:1; width:100%; max-width:none; margin:0; aspect-ratio:16/9; border-radius:2px; }
.corporate-home .business-image img { height:100%; }
.corporate-home .business-row:last-child { grid-column:1/-1; grid-template-columns:42px minmax(0,1fr) 260px; grid-template-rows:auto; align-items:center; background:#f2f6f8; }
.corporate-home .business-row:last-child .business-copy { grid-column:2; grid-row:1; }
.corporate-home .business-row:last-child .business-image { grid-column:3; grid-row:1; }
.about-network { width:210px; height:auto; margin-top:24px; opacity:.9; }
.about-layout { gap:64px; }
.about-layout > div { min-width:0; }
.about-layout > div:last-child { align-self:center; }
.insight-teasers > a { display:flex; flex-direction:column; min-width:0; padding:24px; background:white; border:1px solid #dce5eb; transition:border-color .2s; }
.insight-teasers > a:hover { border-color:#83a4b9; }
.insight-teasers h3 { font-size:21px; margin:16px 0 22px; }
.insight-teasers b { margin-top:auto; }
.insight-teasers { gap:20px; }
.editorial-page main > .editorial-cta { margin-top:40px; margin-bottom:56px; }
.journal-card { display:flex; border-radius:3px; overflow:hidden; }
.journal-card > a { display:flex; flex-direction:column; width:100%; }
.journal-card a > div { display:flex; flex-direction:column; flex:1; padding:24px; }
.journal-card strong { margin-top:auto; padding-top:12px; }
.journal-card img { aspect-ratio:16/9; height:auto; object-fit:cover; }
.journal-card h2 { font-size:22px; }
.journal-empty { text-align:center; padding:48px 24px; background:var(--surface); border:1px solid var(--line); }
.journal-empty h2 { font-size:24px; margin:0 0 12px; }
.journal-empty p { margin:0 0 24px; }
.article-body { overflow-wrap:anywhere; }
.article-heading > p:last-child { color:#526d81; }
.article-aside .site-cta { color:#fff; }
.contact-layout { gap:48px; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); }
.contact-aside { border-top:3px solid #78a944; padding-top:24px; }
.contact-aside ol { padding-left:24px; }
.contact-aside li { padding-left:6px; margin:12px 0; }
.lead-grid { align-items:start; }
.lead-grid label { gap:8px; }
.lead-grid label > span > [aria-hidden] { color:#286589; }
.lead-grid input:focus,.lead-grid select:focus,.lead-grid textarea:focus { border-color:var(--accent); }
.lead-grid :user-invalid { border-color:#ae3f35; }
.lead-grid input,.lead-grid select,.lead-grid textarea { scroll-margin-top:100px; }
.privacy-banner { position:static; transform:none; width:auto; max-height:none; max-width:var(--container); margin:0 auto; border:0; border-top:1px solid var(--line); padding:26px 32px; box-shadow:none; background:#fff; gap:24px; }
.privacy-banner h2 { font-size:16px; }
.privacy-banner p { font-size:14px; }
.privacy-banner-actions { flex-wrap:wrap; }
.privacy-banner .outline-button { min-height:44px; }
.local-section-nav { position:sticky; top:var(--header-height); z-index:900; background:#f5f8faf5; }
.local-section-nav .container { gap:6px 24px; padding-top:6px; padding-bottom:6px; }
.local-section-nav a { display:flex; align-items:center; min-height:44px; }
.hr-page section[id] { scroll-margin-top:64px; }
.hr-page .section { padding:64px 0; }
.hr-page .hr-breadcrumb { margin-bottom:24px; }
.hr-page .hr-section-heading { margin-bottom:32px; }
.hr-page .hr-industry-panel { min-height:0; }
.hr-page .hr-table-scroll:focus-visible { outline-offset:4px; }
.hr-page .hr-comparison th,.hr-page .hr-comparison td { padding:18px 20px; }
.hr-page #water-source-note { padding-bottom:24px; }
.site-footer { padding-top:48px; }
.site-footer-bottom { font-size:13px; }
@media(min-width:1061px) and (max-width:1199px) {
 .site-brand-name small { display:none; }
 .site-menu { gap:16px; }
 .site-menu .site-cta { padding:10px 14px; }
 .site-brand-name strong { font-size:20px; }
 .site-logo { gap:10px; }
 html[lang='en'] .site-brand-name { display:none; }
}
@media(max-width:1060px) {
 .site-menu { max-height:calc(100dvh - var(--header-height)); }
 .site-menu > a[aria-current]::after { display:none; }
 .site-menu > a[aria-current] { background:var(--surface); }
 .site-menu .site-cta { margin-top:14px; }
 .privacy-banner { align-items:flex-start; }
 .about-layout { gap:36px; }
}
@media(max-width:800px) {
 .corporate-home .business-rows { gap:16px; }
 .corporate-home .business-row { padding:22px; grid-template-columns:minmax(0,1fr) 112px; }
 .corporate-home .business-row:last-child { grid-template-columns:32px minmax(0,1fr) 180px; }
 .corporate-home .business-copy h3 { font-size:23px; }
 .about-layout { grid-template-columns:1fr; gap:24px; }
 .about-layout > div:first-child { display:grid; grid-template-columns:minmax(0,1fr) 140px; gap:0 16px; align-items:center; }
 .about-layout .eyebrow-dark { grid-column:1/-1; }
 .about-network { grid-column:2; grid-row:2; width:140px; margin:0; }
 .contact-layout { grid-template-columns:1fr; gap:32px; }
 .hr-page .section { padding:48px 0; }
 .hr-page .hr-hero-visual { max-width:640px; justify-self:center; }
 .local-section-nav .container { width:100%; padding-left:20px; padding-right:20px; flex-wrap:nowrap; overflow-x:auto; scrollbar-width:thin; gap:22px; }
 .local-section-nav a { flex-shrink:0; }
 .privacy-banner { padding:24px 20px; }
}
@media(max-width:640px) {
 .corporate-home .business-rows { grid-template-columns:1fr; }
 .corporate-home .business-row,.corporate-home .business-row:last-child { grid-template-columns:minmax(0,1fr) 112px; grid-template-rows:auto 1fr; align-items:start; }
 .corporate-home .business-row:last-child .business-copy { grid-column:1/-1; grid-row:2; }
 .corporate-home .business-row:last-child .business-image { grid-column:2; grid-row:1; }
 .corporate-home .business-number { font-size:24px; }
 .corporate-home .business-copy > p { font-size:16px; }
 .corporate-home .business-copy > p:first-child { font-size:14px; }
 .brand-scene-links strong { overflow-wrap:anywhere; }
}
@media(max-width:540px) {
 :root { --header-height:68px; }
 .site-logo { gap:10px; }
 .site-logo img { width:62px; height:44px; }
 .site-brand-name strong { font-size:20px; }
 .site-brand-name small { display:none; }
 .site-menu-toggle { font-size:14px; padding:8px 12px; }
 .privacy-banner { width:100%; margin:0; max-height:none; transform:none; }
 .privacy-banner-actions { width:100%; }
 .privacy-banner-actions button { flex:1; }
 .about-layout > div:first-child { grid-template-columns:minmax(0,1fr) 100px; }
 .about-network { width:100px; }
 .about-lead { font-size:19px; }
 .journal-empty { padding:32px 20px; }
 .journal-empty h2 { font-size:21px; }
 .editorial-page main > .editorial-cta { margin-top:28px; margin-bottom:40px; }
 .contact-aside > a { font-size:18px; }
 .privacy-category { flex-wrap:wrap; }
 .site-footer { padding-top:36px; }
}
