:root {
  --wm-navy: #0d2843;
  --wm-navy-2: #173f63;
  --wm-blue: #1463ff;
  --wm-blue-dark: #0b4ed1;
  --wm-cyan: #10a7a0;
  --wm-ink: #17212b;
  --wm-muted: #5d6b7a;
  --wm-border: #dce4ec;
  --wm-pale: #f4f7fb;
  --wm-pale-blue: #edf4ff;
  --wm-white: #fff;
  --wm-radius-sm: 9px;
  --wm-radius: 16px;
  --wm-radius-lg: 24px;
  --wm-shadow: 0 14px 40px rgba(13, 40, 67, .09);
  --wm-container: 1220px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--wm-white); color: var(--wm-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--wm-blue-dark); text-underline-offset: 3px; }
a:hover { color: var(--wm-blue); }
button, input, select, textarea { font: inherit; }
button, .button { touch-action: manipulation; }
:focus-visible { outline: 3px solid rgba(20, 99, 255, .4); outline-offset: 3px; }
::selection { background: #cfe0ff; color: var(--wm-navy); }

.container { width: min(calc(100% - 40px), var(--wm-container)); margin-inline: auto; }
.narrow-container { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.site-main { min-height: 50vh; }
.screen-reader-text { position: absolute !important; 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 { top: 8px; left: 8px; z-index: 100000; display: block; width: auto; height: auto; padding: 12px 16px; clip: auto !important; background: #fff; color: var(--wm-navy); font-weight: 800; }

h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--wm-navy); font-weight: 780; line-height: 1.16; letter-spacing: -.025em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4.7rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1.25em; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; color: var(--wm-blue-dark); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 2px; background: var(--wm-cyan); content: ""; }
.lead { max-width: 760px; color: #46596c; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.7; }
.section { padding-block: clamp(64px, 8vw, 108px); }
.section--pale { background: var(--wm-pale); }
.section--navy { background: var(--wm-navy); color: #d9e5ef; }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.section-heading > div { max-width: 760px; }
.section-heading p { margin-bottom: 0; color: var(--wm-muted); }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 1px solid transparent; border-radius: var(--wm-radius-sm); font-size: 14px; font-weight: 800; line-height: 1.15; text-decoration: none; cursor: pointer; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--wm-blue); color: #fff; box-shadow: 0 9px 20px rgba(20, 99, 255, .22); }
.button--primary:hover { background: var(--wm-blue-dark); color: #fff; }
.button--secondary { border-color: #bdc9d6; background: #fff; color: var(--wm-navy); }
.button--secondary:hover { border-color: var(--wm-blue); color: var(--wm-blue-dark); }
.button--light { background: #fff; color: var(--wm-navy); }
.text-link { font-weight: 800; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(220, 228, 236, .85); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 26px; }
.site-branding { display: flex; flex-shrink: 0; align-items: center; gap: 13px; }
.custom-logo { display: block; width: auto; max-width: 210px; max-height: 52px; }
.site-wordmark { color: var(--wm-navy); font-size: 23px; font-weight: 850; letter-spacing: -.045em; text-decoration: none; }
.site-wordmark span { color: var(--wm-blue); }
.site-wordmark--light { color: #fff; }
.site-branding__descriptor { padding-left: 13px; border-left: 1px solid var(--wm-border); color: var(--wm-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.primary-navigation { display: flex; align-items: center; gap: 20px; }
.primary-navigation .menu, .footer-menu { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.primary-navigation .menu a { display: block; padding: 12px 10px; color: #34475a; font-size: 14px; font-weight: 700; text-decoration: none; }
.primary-navigation .menu a:hover, .primary-navigation .current-menu-item > a { color: var(--wm-blue); }
.nav-cta { margin-left: 4px; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 1px solid var(--wm-border); border-radius: 9px; background: #fff; }
.nav-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--wm-navy); }

.ad-zone { position: relative; min-height: 90px; padding: 22px; border: 1px dashed #b9c7d6; border-radius: 12px; background: #fafbfd; text-align: center; }
.ad-zone--header { margin-block: 18px; }
.ad-zone__label { display: block; margin: 0 0 8px; color: #7a8795; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ad-zone .widget { margin: 0; }

.breadcrumbs { padding-block: 20px; color: #6f7d8a; font-size: 13px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: 7px; color: #acb7c1; content: "/"; }
.breadcrumbs a { color: #526577; text-decoration: none; }

.hero { position: relative; overflow: hidden; padding-block: clamp(78px, 10vw, 132px) clamp(70px, 9vw, 115px); background: var(--wm-navy); color: #d8e5f0; }
.hero::before { position: absolute; top: -210px; right: -140px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); content: ""; }
.hero::after { position: absolute; right: 18%; bottom: -90px; width: 170px; height: 170px; border-radius: 34px; background: rgba(16,167,160,.11); transform: rotate(19deg); content: ""; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(330px, .6fr); gap: clamp(45px, 8vw, 100px); align-items: center; }
.hero h1 { max-width: 850px; color: #fff; }
.hero h1 em { color: #6de3dc; font-style: normal; }
.hero .lead { color: #c7d8e7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__search { display: flex; max-width: 660px; margin-top: 30px; padding: 7px; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; background: #fff; box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.hero__search input { width: 100%; min-width: 0; padding: 10px 13px; border: 0; outline: 0; color: var(--wm-ink); }
.hero__search button { flex-shrink: 0; }
.hero__proof { display: grid; gap: 14px; }
.proof-card { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.075); backdrop-filter: blur(10px); }
.proof-card__icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; background: rgba(109,227,220,.14); color: #6de3dc; font-size: 20px; font-weight: 850; }
.proof-card strong { display: block; color: #fff; font-size: 15px; }
.proof-card span { color: #b9ccdc; font-size: 12px; }

.stats-strip { position: relative; z-index: 4; margin-top: -35px; }
.stats-strip__inner { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--wm-border); border-radius: var(--wm-radius); background: #fff; box-shadow: var(--wm-shadow); }
.stat { padding: 25px 28px; border-right: 1px solid var(--wm-border); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--wm-navy); font-size: 26px; line-height: 1.2; }
.stat span { color: var(--wm-muted); font-size: 12px; font-weight: 700; }

.category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.category-card { position: relative; display: flex; min-height: 155px; flex-direction: column; justify-content: space-between; padding: 22px; overflow: hidden; border: 1px solid var(--wm-border); border-radius: 15px; background: #fff; color: var(--wm-navy); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.category-card::after { position: absolute; right: -18px; bottom: -22px; width: 78px; height: 78px; border-radius: 50%; background: var(--wm-pale-blue); content: ""; }
.category-card:hover { transform: translateY(-3px); border-color: #a9c1df; box-shadow: 0 15px 32px rgba(13,40,67,.09); }
.category-card__number { color: var(--wm-cyan); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.category-card h3 { position: relative; z-index: 2; margin: 24px 0 0; font-size: 18px; }
.category-card__arrow { position: absolute; right: 22px; bottom: 18px; z-index: 2; color: var(--wm-blue); font-weight: 900; }

.method-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.12); }
.method-step { min-height: 245px; padding: 28px; background: var(--wm-navy); }
.method-step__number { display: grid; width: 42px; height: 42px; margin-bottom: 44px; place-items: center; border: 1px solid rgba(109,227,220,.4); border-radius: 12px; color: #6de3dc; font-size: 13px; font-weight: 850; }
.method-step h3 { font-size: 19px; }
.method-step p { margin-bottom: 0; color: #b8cddd; font-size: 14px; }

.page-hero { padding-block: 50px 60px; border-bottom: 1px solid var(--wm-border); background: linear-gradient(180deg,#f7faff 0%,#fff 100%); }
.page-hero h1 { max-width: 970px; font-size: clamp(2.2rem, 4.5vw, 4rem); }
.page-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--wm-muted); font-size: 14px; }
.archive-intro { max-width: 800px; color: var(--wm-muted); font-size: 17px; }
.editorial-disclosure { display: flex; gap: 13px; align-items: flex-start; max-width: 900px; margin-top: 24px; padding: 15px 17px; border: 1px solid #cfe0fa; border-radius: 11px; background: #f1f6ff; color: #36536f; font-size: 13px; }
.editorial-disclosure strong { color: var(--wm-navy); }
.archive-layout { display: grid; grid-template-columns: minmax(0,1fr) 285px; gap: 34px; align-items: start; padding-block: 48px 90px; }
.archive-sidebar { position: sticky; top: 100px; }
.sidebar-card { margin-bottom: 20px; padding: 22px; border: 1px solid var(--wm-border); border-radius: 14px; background: #fff; }
.sidebar-card h2 { font-size: 19px; }
.sidebar-card p, .sidebar-card li { color: var(--wm-muted); font-size: 13px; }
.sidebar-card ul { margin: 0; padding-left: 18px; }

.company-profile { padding-block: 42px 92px; }
.company-profile__header { display: grid; grid-template-columns: 170px minmax(0,1fr) auto; gap: 30px; align-items: center; padding: 30px; border: 1px solid var(--wm-border); border-radius: 20px; background: #fff; box-shadow: var(--wm-shadow); }
.company-profile__logo { display: grid; min-height: 130px; place-items: center; padding: 20px; border: 1px solid #e6ebf0; border-radius: 15px; }
.company-profile__logo img { max-height: 95px; object-fit: contain; }
.company-profile__monogram { display: grid; width: 88px; height: 88px; place-items: center; border-radius: 20px; background: var(--wm-navy); color: #fff; font-size: 30px; font-weight: 850; }
.company-profile__header h1 { margin-bottom: 10px; font-size: clamp(2rem,4vw,3.2rem); }
.company-profile__rank { color: var(--wm-blue); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.company-profile__facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-block: 28px; }
.fact-card { padding: 18px; border: 1px solid var(--wm-border); border-radius: 12px; background: var(--wm-pale); }
.fact-card span { display: block; margin-bottom: 5px; color: var(--wm-muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.fact-card strong { color: var(--wm-navy); }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.service-tags a { padding: 7px 11px; border-radius: 999px; background: var(--wm-pale-blue); color: #36536f; font-size: 12px; font-weight: 750; text-decoration: none; }
.company-profile__content { display: grid; grid-template-columns: minmax(0,820px) 285px; gap: 55px; align-items: start; margin-top: 46px; }

.entry-content { color: #34495c; font-size: 17px; line-height: 1.8; }
.entry-content > * { max-width: 820px; }
.entry-content > .alignwide { max-width: 1060px; }
.entry-content > .alignfull { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }
.entry-content h2 { margin-top: 1.75em; }
.entry-content h3 { margin-top: 1.5em; }
.entry-content ul, .entry-content ol { padding-left: 1.35em; }
.entry-content li { margin-bottom: .45em; }
.entry-content blockquote { margin: 2em 0; padding: 5px 0 5px 24px; border-left: 4px solid var(--wm-cyan); color: #3f566b; font-size: 1.1em; }
.entry-content table { width: 100%; border-collapse: collapse; font-size: 15px; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--wm-border); text-align: left; }
.entry-content th { background: var(--wm-pale); color: var(--wm-navy); }
.entry-content img { border-radius: 12px; }

.content-layout { display: grid; grid-template-columns: minmax(0,820px) 285px; gap: 55px; align-items: start; padding-block: 50px 90px; }
.article-header { max-width: 920px; padding-block: 35px 45px; }
.article-header h1 { font-size: clamp(2.4rem,5vw,4.3rem); }
.entry-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--wm-muted); font-size: 13px; font-weight: 650; }
.entry-meta span:not(:last-child)::after { margin-left: 22px; color: #c2cbd4; content: "•"; }
.article-featured-image { margin: 0 0 34px; }
.article-featured-image img { width: 100%; border-radius: 18px; }
.share-links { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin: 28px 0; padding-block: 18px; border-block: 1px solid var(--wm-border); }
.share-links span { margin-right: 5px; color: var(--wm-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.share-links a { padding: 6px 10px; border: 1px solid var(--wm-border); border-radius: 7px; color: var(--wm-navy); font-size: 12px; font-weight: 750; text-decoration: none; }
.author-box { display: grid; grid-template-columns: 72px 1fr; gap: 19px; margin-top: 38px; padding: 24px; border: 1px solid var(--wm-border); border-radius: 15px; background: var(--wm-pale); }
.author-box img { border-radius: 50%; }
.author-box h2 { margin-bottom: 5px; font-size: 18px; }
.author-box p { margin: 0; color: var(--wm-muted); font-size: 14px; }
.webin-article-companies { margin: 30px 0; padding: 22px; border-left: 4px solid var(--wm-blue); border-radius: 0 12px 12px 0; background: var(--wm-pale-blue); }
.webin-article-companies h2 { font-size: 19px; }
.webin-article-companies ul { margin: 0; padding-left: 18px; }

.post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--wm-border); border-radius: 16px; background: #fff; box-shadow: 0 7px 22px rgba(13,40,67,.05); }
.post-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--wm-pale-blue); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.post-card:hover .post-card__image img { transform: scale(1.025); }
.post-card__body { padding: 22px; }
.post-card__category { color: var(--wm-blue); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.post-card h2, .post-card h3 { margin: 8px 0 10px; font-size: 20px; }
.post-card h2 a, .post-card h3 a { color: var(--wm-navy); text-decoration: none; }
.post-card p { color: var(--wm-muted); font-size: 14px; }
.post-card__meta { color: #768391; font-size: 11px; }
.posts-pagination { margin-top: 42px; }
.posts-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.posts-pagination .page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 8px 12px; border: 1px solid var(--wm-border); border-radius: 8px; text-decoration: none; }
.posts-pagination .current { border-color: var(--wm-blue); background: var(--wm-blue); color: #fff; }

.page-content-wrap { padding-block: 48px 92px; }
.page-content-wrap .entry-content { margin-inline: auto; }
.page-content-wrap .entry-content > h2:first-child { margin-top: 0; }
.page-content-wrap .webin-directory { width: min(100%, var(--wm-container)); max-width: var(--wm-container); margin: 52px calc((820px - min(100vw - 40px, var(--wm-container))) / 2) 0; }
.policy-page .entry-content { max-width: 820px; }

.webin-inquiry-form { position: relative; margin-top: 30px; padding: clamp(20px,4vw,34px); border: 1px solid var(--wm-border); border-radius: 18px; background: #fff; box-shadow: var(--wm-shadow); }
.webin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.webin-form-field--wide { grid-column: 1 / -1; }
.webin-form-field label { display: block; margin-bottom: 6px; color: var(--wm-navy); font-size: 13px; font-weight: 800; }
.webin-form-field input, .webin-form-field textarea, .webin-form-field select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #bdc8d4; border-radius: 9px; background: #fff; color: var(--wm-ink); }
.webin-form-field textarea { resize: vertical; }
.webin-form-field input:focus, .webin-form-field textarea:focus { outline: 3px solid rgba(20,99,255,.17); border-color: var(--wm-blue); }
.webin-consent { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; color: #46586a; font-size: 13px; }
.webin-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; }
.webin-form-privacy { margin: 14px 0 0; color: var(--wm-muted); font-size: 11px; }
.webin-form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.webin-form-notice { margin: 20px 0; padding: 14px 17px; border-radius: 9px; }
.webin-form-notice--success { border: 1px solid #9ed4b3; background: #effaf3; color: #1d663a; }
.webin-form-notice--error { border: 1px solid #e3adad; background: #fff3f3; color: #8b2c2c; }

.cta-band { padding-block: 62px; background: var(--wm-blue); color: #eaf1ff; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-band h2 { margin-bottom: 7px; color: #fff; }
.cta-band p { margin: 0; }

.empty-page { display: grid; min-height: 64vh; place-items: center; padding-block: 80px; text-align: center; }
.empty-page__code { display: block; color: var(--wm-blue); font-size: clamp(5rem,14vw,10rem); font-weight: 900; line-height: .9; letter-spacing: -.08em; }
.empty-page p { max-width: 600px; margin-inline: auto; color: var(--wm-muted); }
.search-form { display: flex; max-width: 560px; margin: 24px auto; }
.search-form label { flex: 1; }
.search-form .search-field { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #bfcbd6; border-radius: 9px 0 0 9px; }
.search-form .search-submit { min-height: 48px; padding: 10px 17px; border: 0; border-radius: 0 9px 9px 0; background: var(--wm-blue); color: #fff; font-weight: 800; }

.site-footer { padding-top: 70px; background: #081e32; color: #b8cad8; }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr 1fr; gap: 55px; }
.site-footer h2 { color: #fff; font-size: 14px; letter-spacing: .03em; }
.site-footer p, .site-footer a { color: #aebfce; font-size: 13px; }
.site-footer a:hover { color: #fff; }
.site-footer__brand p { max-width: 290px; margin-top: 17px; }
.footer-menu { display: block; }
.footer-menu li { margin-bottom: 9px; }
.footer-menu a { text-decoration: none; }
.site-footer__cta { padding: 23px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.045); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__bottom p { margin: 0; font-size: 11px; }

@media (max-width: 1100px) {
  .site-branding__descriptor { display: none; }
  .hero__grid { grid-template-columns: 1fr .55fr; gap: 45px; }
  .category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .archive-layout, .company-profile__content, .content-layout { grid-template-columns: minmax(0,1fr) 250px; gap: 34px; }
  .site-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .site-footer__cta { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .primary-navigation { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; padding: 18px 20px 22px; border-bottom: 1px solid var(--wm-border); background: #fff; box-shadow: var(--wm-shadow); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation .menu { display: block; }
  .primary-navigation .menu a { padding: 11px 5px; }
  .nav-cta { width: 100%; margin: 12px 0 0; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__proof { grid-template-columns: repeat(3,1fr); }
  .proof-card { grid-template-columns: 1fr; }
  .stats-strip__inner { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--wm-border); }
  .archive-layout, .company-profile__content, .content-layout { grid-template-columns: 1fr; }
  .archive-sidebar, .article-sidebar { position: static; }
  .company-profile__header { grid-template-columns: 130px 1fr; }
  .company-profile__header > .button { grid-column: 1 / -1; }
  .company-profile__facts { grid-template-columns: 1fr 1fr; }
  .post-grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 660px) {
  .container, .narrow-container { width: min(calc(100% - 28px), var(--wm-container)); }
  .site-header__inner { min-height: 68px; }
  .site-wordmark { font-size: 21px; }
  .hero { padding-top: 65px; }
  .hero__proof { grid-template-columns: 1fr; }
  .proof-card { grid-template-columns: 44px 1fr; }
  .hero__search { display: block; padding: 7px; }
  .hero__search input, .hero__search button { width: 100%; }
  .hero__search button { margin-top: 5px; }
  .stats-strip { margin-top: -22px; }
  .stat { padding: 18px; }
  .stat strong { font-size: 22px; }
  .category-grid, .post-grid { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .method-step { min-height: auto; }
  .method-step__number { margin-bottom: 24px; }
  .section-heading { display: block; }
  .section-heading .button, .section-heading .text-link { margin-top: 14px; }
  .company-profile__header { grid-template-columns: 1fr; text-align: left; }
  .company-profile__logo { justify-self: start; width: 145px; }
  .company-profile__facts { grid-template-columns: 1fr; }
  .webin-form-grid { grid-template-columns: 1fr; }
  .webin-form-field--wide { grid-column: auto; }
  .cta-band__inner, .site-footer__bottom { display: block; }
  .cta-band .button { width: 100%; margin-top: 20px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom p + p { margin-top: 8px; }
  .entry-meta span:not(:last-child)::after { display: none; }
  .page-content-wrap .webin-directory { width: 100%; margin-inline: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-footer, .ad-zone, .share-links, .cta-band, .nav-toggle { display: none !important; }
  body { color: #000; font-size: 11pt; }
  a { color: #000; text-decoration: none; }
  .container, .narrow-container { width: 100%; }
}

