/* Product center, About, legacy reference calibrations and shared chrome.  * Extracted from main.css; enqueue order is part of the contract.  */ 
/* ===== Product center ===== */
.product-center {
  --pc-red: var(--c-brand);
  --pc-ink: #15171b;
  --pc-muted: #626a73;
  --pc-line: #e7e9ec;
  color: var(--pc-ink);
  background: #fff;
}
.product-center h1,
.product-center h2,
.product-center h3 { color: var(--pc-ink); }
.product-center-hero { position: relative; min-height: 350px; overflow: hidden; background: #eef2f4; }
.product-center-hero::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.93) 24%, rgba(255,255,255,.42) 44%, rgba(255,255,255,0) 64%); pointer-events: none; }
.product-center-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.product-center-hero-inner { position: relative; z-index: 2; min-height: 350px; display: flex; align-items: center; }
.product-center-hero-copy { width: min(470px, 44%); padding-block: 36px; }
.product-center-kicker { margin: 0 0 8px; color: var(--pc-red); font-size: var(--font-size-caption); font-weight: var(--font-weight-heading); text-transform: uppercase; }
.product-center-hero-copy h1 { margin: 0; font-size: var(--font-size-h1); line-height: var(--line-height-display); }
.product-center-rule { width: 38px; height: 2px; display: block; margin: 17px 0; background: var(--pc-red); }
.product-center-hero-copy > p:not(.product-center-kicker) { max-width: 320px; margin: 0 0 20px; color: #383e45; font-size: var(--font-size-caption); }
.product-center-hero-copy .button { min-height: 40px; padding: 9px 17px; font-size: var(--font-size-caption); }
.product-center-section { padding-block: 30px; }
.product-center-heading { margin: 0 0 20px; text-align: center; }
.product-center-heading h2 { margin: 0; font-size: var(--font-size-h4); }
.product-center-heading > span { width: 26px; height: 2px; display: block; margin: 10px auto 0; background: var(--pc-red); }
.product-center-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.product-center-category-card { position: relative; min-width: 0; min-height: 258px; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--pc-line); border-radius: 6px; box-shadow: 0 5px 18px rgba(22,30,40,.045); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.product-center-category-card:hover { border-color: rgba(227,6,19,.34); box-shadow: 0 10px 26px rgba(22,30,40,.1); transform: translateY(-3px); }
.product-center-category-icon { position: absolute; z-index: 2; top: 13px; left: 13px; width: 35px; height: 35px; display: grid; place-items: center; color: var(--pc-red); background: #fff; border: 1px solid rgba(227,6,19,.18); border-radius: 50%; box-shadow: 0 3px 10px rgba(22,30,40,.08); }
.product-center-category-icon svg { width: 17px; height: 17px; }
.product-center-category-media { height: 128px; display: grid; place-items: center; padding: 20px 12px 5px; }
.product-center-category-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.product-center-category-card:hover .product-center-category-media img { transform: scale(1.04); }
.product-center-category-copy { flex: 1; display: flex; flex-direction: column; padding: 12px 14px 14px; }
.product-center-category-copy h3 { min-height: 2.2em; margin: 0 0 5px; font-size: var(--font-size-caption); line-height: var(--line-height-display); }
.product-center-category-copy p { display: -webkit-box; min-height: 3.75em; margin: 0 0 9px; overflow: hidden; color: var(--pc-muted); font-size: var(--font-size-micro); line-height: var(--line-height-copy); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-center-category-copy strong { display: flex; align-items: center; gap: 6px; margin-top: auto; color: var(--pc-red); font-size: var(--font-size-micro); }
.product-center-category-copy strong svg { width: 12px; height: 12px; }
.product-center-category-card.is-featured { background: #17191d; border-color: #17191d; box-shadow: 0 7px 20px rgba(22,25,29,.2); }
.product-center-category-card.is-featured::after { content: ''; position: absolute; right: -26px; bottom: -34px; width: 110px; height: 110px; border: 1px solid rgba(227,6,19,.28); transform: rotate(45deg); }
.product-center-category-card.is-featured .product-center-category-media { background: radial-gradient(circle at 50% 65%, rgba(227,6,19,.16), transparent 58%); }
.product-center-category-card.is-featured .product-center-category-media img { filter: brightness(.85) contrast(1.1); mix-blend-mode: screen; }
.product-center-category-card.is-featured h3 { color: #fff; }
.product-center-category-card.is-featured p { color: #b7bbc1; }
.product-center-process { padding-block: 20px 24px; background: #f7f8fa; border-block: 1px solid #f0f1f3; }
.product-center-process .product-center-heading { margin-bottom: 14px; }
.product-center-process-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.product-center-process-list li { position: relative; min-width: 0; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 9px; align-items: center; padding: 6px 24px 6px 8px; }
.product-center-process-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--pc-red); background: #fff; border: 1px solid var(--pc-line); border-radius: 50%; }
.product-center-process-icon svg { width: 21px; height: 21px; }
.product-center-process-list strong,
.product-center-process-list small { min-width: 0; display: block; }
.product-center-process-list strong { font-size: var(--font-size-caption); line-height: var(--line-height-heading); }
.product-center-process-list small { margin-top: 2px; color: var(--pc-muted); font-size: var(--font-size-micro); line-height: var(--line-height-tight); }
.product-center-process-arrow { position: absolute; right: 5px; width: 15px; color: var(--pc-red); }
.product-center-featured { padding-bottom: 16px; }
.product-center-featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.product-center-featured-card { min-width: 0; background: #f8f9fa; border: 1px solid #f1f2f3; border-radius: 5px; }
.product-center-featured-card > a { min-height: 126px; display: grid; grid-template-columns: 46% minmax(0, 1fr); align-items: center; }
.product-center-featured-media { height: 126px; display: grid; place-items: center; overflow: hidden; padding: 10px; }
.product-center-featured-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.product-center-featured-card:hover img { transform: scale(1.04); }
.product-center-featured-card > a > div:last-child { min-width: 0; padding: 13px 12px 13px 0; }
.product-center-featured-card h3 { margin: 0 0 6px; font-size: var(--font-size-caption); }
.product-center-featured-card p { display: -webkit-box; margin: 0 0 8px; overflow: hidden; color: var(--pc-muted); font-size: var(--font-size-micro); line-height: var(--line-height-copy); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-center-featured-card strong { display: inline-flex; align-items: center; gap: 6px; color: var(--pc-red); font-size: var(--font-size-micro); }
.product-center-featured-card strong svg { width: 11px; height: 11px; }
.product-center-industries { padding-block: 16px 25px; }
.product-center-industry-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.product-center-industry-item { min-width: 0; display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 9px; align-items: center; padding: 5px 13px; border-right: 1px solid var(--pc-line); }
.product-center-industry-item:last-child { border-right: 0; }
.product-center-industry-item > svg { width: 27px; height: 27px; color: var(--pc-red); stroke-width: 1.7; }
.product-center-industry-item h3 { margin: 0 0 3px; font-size: var(--font-size-caption); }
.product-center-industry-item p { margin: 0; color: var(--pc-muted); font-size: var(--font-size-micro); line-height: var(--line-height-tight); }
.product-center-insights { min-width: 0; padding: 14px 18px 16px; border: 1px solid var(--pc-line); border-radius: 6px; }
.product-center-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.product-center-panel-heading h2 { margin: 0; font-size: var(--font-size-small); }
.product-center-panel-heading a { display: inline-flex; align-items: center; gap: 5px; color: var(--pc-red); font-size: var(--font-size-micro); font-weight: var(--font-weight-bold); }
.product-center-panel-heading svg { width: 12px; height: 12px; }
.product-center-insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.product-center-insight-grid article { min-width: 0; }
.product-center-insight-media { height: 70px; overflow: hidden; margin-bottom: 7px; background: #f1f3f5; border-radius: 4px; }
.product-center-insight-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-center-insight-grid article:hover img { transform: scale(1.04); }
.product-center-insight-grid h3 { min-height: 2.5em; display: -webkit-box; margin: 0 0 3px; overflow: hidden; font-size: var(--font-size-micro); line-height: var(--line-height-tight); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-center-insight-grid time { display: block; color: #8b9199; font-size: var(--font-size-micro); }

@media (min-width: 1025px) {
  .post-type-archive-product .header-inner { min-height: 64px; }
  .post-type-archive-product .brand { width: 220px; }
  .post-type-archive-product .primary-nav { gap: 18px; }
  .post-type-archive-product .menu { gap: 18px; }
  .post-type-archive-product .menu a { min-height: 64px; font-size: var(--font-size-caption); }
  .post-type-archive-product .nav-quote { min-height: 38px; padding: 8px 14px; font-size: var(--font-size-caption); }
}

@media (min-width: 1440px) {
  .product-center-hero,
  .product-center-hero-inner { min-height: 410px; }
  .product-center-category-card { min-height: 280px; }
  .product-center-category-media { height: 145px; }
  .product-center-insight-media { height: 85px; }
}

@media (max-width: 1050px) {
  .product-center-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-center-category-card { min-height: 278px; }
  .product-center-category-media { height: 150px; }
  .product-center-process-list { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 12px; }
  .product-center-process-list li:nth-child(3) .product-center-process-arrow { display: none; }
  .product-center-industry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 18px; }
  .product-center-industry-item:nth-child(3) { border-right: 0; }
}

@media (max-width: 820px) {
  .product-center-hero,
  .product-center-hero-inner { min-height: 420px; }
  .product-center-hero::after { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 58%, rgba(255,255,255,.36) 100%); }
  .product-center-hero-image { object-position: 58% center; opacity: .65; }
  .product-center-hero-copy { width: 72%; }
  .product-center-featured-grid { grid-template-columns: 1fr; }
  .product-center-featured-card > a { grid-template-columns: 36% minmax(0, 1fr); }
  .product-center-featured-card > a > div:last-child { padding-right: 22px; }
  .product-center-insight-media { height: 95px; }
}

@media (max-width: 599px) {
  .product-center-hero,
  .product-center-hero-inner { min-height: 455px; }
  .product-center-hero::after { background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.85) 100%); }
  .product-center-hero-image { object-position: 60% center; opacity: .42; }
  .product-center-hero-copy { width: 100%; padding-right: 24px; }
  .product-center-hero-copy h1 { font-size: var(--font-size-h2); }
  .product-center-section { padding-block: 26px; }
  .product-center-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .product-center-category-card { min-height: 255px; }
  .product-center-category-media { height: 124px; }
  .product-center-category-copy { padding: 10px 11px 12px; }
  .product-center-category-copy h3 { font-size: var(--font-size-caption); }
  .product-center-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-center-process-list li { grid-template-columns: 40px minmax(0, 1fr); padding-right: 8px; }
  .product-center-process-icon { width: 38px; height: 38px; }
  .product-center-process-arrow { display: none; }
  .product-center-featured-card > a { grid-template-columns: 42% minmax(0, 1fr); }
  .product-center-industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 14px; }
  .product-center-industry-item:nth-child(3) { border-right: 1px solid var(--pc-line); }
  .product-center-industry-item:nth-child(2n) { border-right: 0; }
  .product-center-insights { padding: 14px; }
  .product-center-insight-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-center-insight-grid article > a { display: grid; grid-template-columns: 110px minmax(0, 1fr); column-gap: 11px; }
  .product-center-insight-media { grid-row: 1 / 3; height: 72px; margin: 0; }
  .product-center-insight-grid h3 { min-height: 0; }
}

/* ===== About Us redesign ===== */
.about-redesign { --about-red:var(--c-brand); --about-ink:#1e2633; --about-muted:#657185; --about-line:#e9edf1; color:var(--about-ink); background:#fff; }
.about-redesign .shell { width:min(100% - 144px,1760px); }
.about-redesign h1,.about-redesign h2,.about-redesign h3 { color:var(--about-ink); }
.about-redesign-kicker { margin:0; color:var(--about-red); font-size:var(--font-size-caption); font-weight:var(--font-weight-heading); line-height:var(--line-height-heading); }
.about-redesign-hero { min-height:423px; background:#f5f7f9; }
.about-redesign-hero-inner { min-height:423px; display:grid; grid-template-columns:38% 62%; align-items:center; }
.about-redesign-hero-copy { align-self:stretch; display:flex; flex-direction:column; justify-content:flex-start; padding:95px 48px 74px 0; }
.about-redesign-rule { width:48px; height:2px; display:block; margin:122px 0 25px; background:var(--about-red); }
.about-redesign-hero-copy>p:last-child { max-width:640px; margin:0; color:#657185; font-size:var(--font-size-caption); font-weight:var(--font-weight-medium); line-height:var(--line-height-tight); }
.about-redesign-hero-media { height:380px; overflow:hidden; border-radius:8px; }
.about-redesign-hero-image { width:100%; height:100%; object-fit:cover; object-position:center; }
.about-redesign-stats { padding:0 0 61px; }
.about-redesign-stat-grid { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); min-height:149px; padding:20px 0; background:#fff; border:1px solid #edf0f3; border-radius:8px; box-shadow:0 12px 28px rgba(23,31,42,.08); }
.about-redesign-stat { min-width:0; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:4px 18px; text-align:center; }
.about-redesign-stat svg { width:25px; height:25px; margin-bottom:12px; color:var(--about-red); stroke-width:1.8; }
.about-redesign-stat strong { color:var(--about-red); font-size:var(--font-size-h3); font-weight:var(--font-weight-heading); line-height:var(--line-height-display); }
.about-redesign-stat span { margin-top:8px; color:#6a7688; font-size: var(--font-size-caption); font-weight:var(--font-weight-medium); line-height:var(--line-height-heading); }
.about-redesign-intro { padding:0 0 60px; }
.about-redesign-intro-grid { display:grid; grid-template-columns:793px minmax(0,1fr); gap:36px; min-height:380px; }
.about-redesign-production { position:relative; min-width:0; height:380px; overflow:hidden; border-radius:8px; }
.about-redesign-production>img { width:100%; height:100%; object-fit:cover; }
.about-redesign-play { position:absolute; left:50%; top:50%; width:56px; height:56px; display:grid; place-items:center; color:#fff; background:var(--about-red); border:7px solid #fff; border-radius:50%; box-shadow:0 4px 20px rgba(0,0,0,.17); transform:translate(-50%,-50%); }
.about-redesign-play svg { width:20px; height:20px; margin-left:2px; fill:currentColor; stroke-width:0; }
.about-redesign-intro-copy { position:relative; min-width:0; display:grid; grid-template-columns:minmax(0,1fr) 201px; gap:38px; align-items:stretch; }
.about-redesign-intro-content { min-width:0; display:flex; flex-direction:column; justify-content:flex-start; padding-top:4px; }
.about-redesign-intro-content h2:not(.sr-only) { margin:14px 0 18px; font-size:var(--font-size-h2); font-weight:var(--font-weight-heading); }
.about-redesign-body { margin-top:117px; }
.about-redesign-body p { margin:0 0 21px; color:#657185; font-size:var(--font-size-caption); line-height:var(--line-height-copy); }
.about-redesign-link { min-height:41px; align-self:flex-start; margin-top:2px; padding:8px 22px; border-color:var(--about-red); border-radius:5px; font-size:var(--font-size-caption); }
.about-redesign-link svg { width:15px; height:15px; }
.about-redesign-map { min-width:0; height:300px; align-self:start; overflow:hidden; }
.about-redesign-map img { width:100%; height:100%; object-fit:cover; }
.about-redesign-values { padding:0 0 62px; }
.about-redesign-value-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); min-height:190px; padding:27px 0; background:#f7f8fa; border:1px solid #eef0f3; border-radius:8px; }
.about-redesign-value { min-width:0; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:0 25px; text-align:center; }
.about-redesign-value svg { width:31px; height:31px; margin-bottom:17px; color:var(--about-red); stroke-width:1.65; }
.about-redesign-value h3 { margin:0 0 12px; font-size:var(--font-size-caption); font-weight:var(--font-weight-heading); }
.about-redesign-value p { max-width:270px; margin:0; color:#718095; font-size:var(--font-size-micro); line-height:var(--line-height-tight); }
.about-redesign-journey { padding:0 0 28px; }
.about-redesign-heading { padding:0 0 40px; text-align:center; }
.about-redesign-heading h2 { margin:0; font-size: var(--font-size-h3); font-weight:var(--font-weight-heading); }
.about-redesign-heading span { width:38px; height:2px; display:block; margin:14px auto 0; background:var(--about-red); }
.about-redesign-timeline { position:relative; display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); min-height:111px; margin-bottom:35px; }
.about-redesign-timeline::before { content:''; position:absolute; left:0; right:0; top:16px; height:1px; background:#dde2e7; }
.about-redesign-event { position:relative; min-width:0; padding:35px 20px 0; text-align:center; }
.about-redesign-dot { position:absolute; z-index:1; left:calc(50% - 6px); top:10px; width:12px; height:12px; background:var(--about-red); border:3px solid #fff; border-radius:50%; box-shadow:0 0 0 2px #fff; }
.about-redesign-event::before { content:''; position:absolute; z-index:1; left:41%; right:41%; top:29px; height:2px; background:var(--about-red); }
.about-redesign-event h3 { margin:0; color:var(--about-red); font-size:var(--font-size-small); font-weight:var(--font-weight-heading); }
.about-redesign-event p { position:absolute; width:100%; top:61px; left:0; margin:0; padding:0 14px; color:#6e7a8b; font-size:var(--font-size-micro); line-height:var(--line-height-tight); opacity:0; transition:opacity .2s ease; }
.about-redesign-event:hover p,.about-redesign-event:focus-within p { opacity:1; }
.about-redesign-gallery { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }
.about-redesign-gallery-item { min-width:0; overflow:hidden; border:1px solid #e6e9ed; border-radius:8px; transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.about-redesign-gallery-item:hover { border-color:rgba(227,39,45,.35); box-shadow:0 10px 24px rgba(27,35,46,.08); transform:translateY(-3px); }
.about-redesign-gallery-item img { width:100%; aspect-ratio:2.134/1; object-fit:cover; }
.about-redesign-gallery-copy { min-height:63px; display:block; padding:13px 16px 12px; }
.about-redesign-gallery-copy strong,.about-redesign-gallery-copy>span { display:block; }
.about-redesign-gallery-copy strong { color:#252c36; font-size: var(--font-size-caption); line-height:var(--line-height-heading); }
.about-redesign-gallery-copy>span { margin-top:4px; color:#788496; font-size:var(--font-size-micro); line-height:var(--line-height-heading); }
.about-redesign+.site-footer { margin-top:0; }
.current-menu-item>a,.current_page_item>a { color:var(--red); }
@media(min-width:1025px){
  .current-menu-item>a,.current_page_item>a { position:relative; }
}

@media(max-width:1024px){
  .about-redesign .shell { width:min(100% - 64px,900px); }
  .about-redesign-hero-inner { grid-template-columns:42% 58%; }
  .about-redesign-hero-copy { padding-right:30px; }
  .about-redesign-rule { margin-top:100px; }
  .about-redesign-stat-grid { grid-template-columns:repeat(3,minmax(0,1fr)); padding:0; }
  .about-redesign-stat { min-height:110px; border-bottom:1px solid var(--about-line); }
  .about-redesign-stat:nth-last-child(-n+3) { border-bottom:0; }
  .about-redesign-intro-grid { grid-template-columns:1fr 1fr; gap:28px; }
  .about-redesign-intro-copy { grid-template-columns:1fr; }
  .about-redesign-map { position:absolute; right:0; width:170px; opacity:.22; }
  .about-redesign-body { margin-top:70px; }
  .about-redesign-value { padding-inline:13px; }
  .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:767px){
  .about-redesign .shell { width:min(100% - 32px,620px); }
  .about-redesign-hero { padding:24px 0 0; }
  .about-redesign-hero,.about-redesign-hero-inner { min-height:0; }
  .about-redesign-hero-inner { grid-template-columns:1fr; }
  .about-redesign-hero-copy { order:2; padding:28px 0 32px; }
  .about-redesign-rule { margin:26px 0 18px; }
  .about-redesign-hero-copy>p:last-child { font-size:var(--font-size-caption); line-height:var(--line-height-copy); }
  .about-redesign-hero-media { height:auto; aspect-ratio:2/1; }
  .about-redesign-stats { padding:24px 0 45px; }
  .about-redesign-stat-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .about-redesign-stat { min-height:104px; border-bottom:1px solid var(--about-line); }
  .about-redesign-stat:nth-last-child(-n+2) { border-bottom:0; }
  .about-redesign-intro { padding-bottom:45px; }
  .about-redesign-intro-grid { grid-template-columns:1fr; gap:30px; }
  .about-redesign-production { height:auto; aspect-ratio:1.66/1; }
  .about-redesign-intro-copy { min-height:330px; grid-template-columns:1fr; }
  .about-redesign-map { right:0; top:18px; width:150px; height:225px; opacity:.16; }
  .about-redesign-intro-content { padding-top:0; }
  .about-redesign-body { margin-top:56px; }
  .about-redesign-body p { font-size:var(--font-size-caption); }
  .about-redesign-values { padding-bottom:45px; }
  .about-redesign-value-grid { grid-template-columns:repeat(2,minmax(0,1fr)); padding:0; }
  .about-redesign-value { min-height:150px; padding:18px; border-bottom:1px solid var(--about-line); }
  .about-redesign-value:last-child { grid-column:1/-1; border-bottom:0; }
  .about-redesign-value p { font-size:var(--font-size-micro); }
  .about-redesign-journey { padding-bottom:55px; }
  .about-redesign-heading { padding-bottom:28px; }
  .about-redesign-timeline { grid-template-columns:1fr; gap:0; margin:0 0 28px 10px; }
  .about-redesign-timeline::before { left:3px; right:auto; top:5px; bottom:8px; width:1px; height:auto; }
  .about-redesign-event { min-height:80px; padding:0 0 20px 30px; text-align:left; }
  .about-redesign-event::before { display:none; }
  .about-redesign-dot { left:0; top:5px; }
  .about-redesign-event h3 { margin-bottom:5px; }
  .about-redesign-event p { position:static; width:auto; padding:0; opacity:1; font-size:var(--font-size-micro); }
  .about-redesign-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-contact { margin-top:4px; }
}
@media(max-width:420px){
  .about-redesign-hero-media { aspect-ratio:1.55/1; }
  .about-redesign-intro-copy { min-height:380px; }
  .about-redesign-gallery { grid-template-columns:1fr; }
  .about-redesign-gallery { gap:26px; }
  .footer-bottom { display:grid; }
  .footer-legal-menu { gap:14px; }
}

/* Product center reference-size calibration (1200px source artwork). */
@media (min-width: 1061px) {
  .post-type-archive-product .header-inner { min-height: 56px; }
  .post-type-archive-product .brand { width: 170px; }
  .post-type-archive-product .primary-nav { gap: 16px; }
  .post-type-archive-product .menu { gap: 17px; }
  .post-type-archive-product .menu a { min-height: 56px; font-size: var(--font-size-caption); }
  .post-type-archive-product .nav-quote { min-height: 36px; padding: 8px 15px; font-size: var(--font-size-caption); }

  .product-center > section > .shell { width: min(100% - 76px, 1440px); }
  .product-center-hero > .shell { width: min(100% - 128px, 1440px); }
  .product-center-hero,
  .product-center-hero-inner { min-height: 300px; }
  .product-center-hero-copy { width: min(430px, 42%); padding-block: 26px; }
  .product-center-kicker { margin-bottom: 7px; font-size: var(--font-size-caption); }
  .product-center-hero-copy h1 { font-size: var(--font-size-h2); }
  .product-center-rule { width: 38px; margin-block: 14px; }
  .product-center-hero-copy > p:not(.product-center-kicker) { max-width: 350px; margin-bottom: 17px; font-size: var(--font-size-small); line-height: var(--line-height-copy); }
  .product-center-hero-copy .button { min-height: 42px; padding: 10px 18px; font-size: var(--font-size-caption); }

  .product-center-categories { padding: 14px 0 24px; }
  .product-center-heading { margin-bottom: 14px; }
  .product-center-heading h2 { font-size: var(--font-size-h4); }
  .product-center-heading > span { width: 27px; margin-top: 9px; }
  .product-center-category-grid { grid-template-columns: 1.15fr repeat(5, minmax(0, 1fr)); gap: 12px; }
  .product-center-category-card { min-height: 236px; }
  .product-center-category-icon { top: 12px; left: 12px; width: 39px; height: 39px; }
  .product-center-category-icon svg { width: 19px; height: 19px; }
  .product-center-category-media { height: 132px; padding: 12px 9px 2px; }
  .product-center-category-copy { padding: 9px 14px 12px; }
  .product-center-category-copy h3 { min-height: 1.15em; margin-bottom: 6px; font-size: var(--font-size-caption); }
  .product-center-category-copy p { min-height: 2.8em; margin-bottom: 7px; font-size: var(--font-size-caption); line-height: var(--line-height-copy); -webkit-line-clamp: 2; }
  .product-center-category-copy strong { font-size: var(--font-size-caption); }
  .product-center-category-copy strong svg { width: 13px; height: 13px; }

  .product-center-process { padding: 18px 0 20px; }
  .product-center-process .product-center-heading { margin-bottom: 14px; }
  .product-center-process-list li { min-height: 65px; grid-template-columns: 46px minmax(0, 1fr); gap: 10px; padding: 6px 24px 6px 8px; }
  .product-center-process-icon { width: 46px; height: 46px; }
  .product-center-process-icon svg { width: 23px; height: 23px; }
  .product-center-process-list strong { font-size: var(--font-size-caption); }
  .product-center-process-list small { font-size: var(--font-size-micro); }
  .product-center-process-arrow { width: 17px; }

  .product-center-featured { padding: 15px 0 12px; }
  .product-center-featured .product-center-heading { margin-bottom: 14px; }
  .product-center-featured-card > a { min-height: 128px; }
  .product-center-featured-media { height: 128px; padding: 6px 10px; }
  .product-center-featured-card > a > div:last-child { padding: 13px 14px 13px 0; }
  .product-center-featured-card h3 { font-size: var(--font-size-caption); }
  .product-center-featured-card p { margin-bottom: 9px; font-size: var(--font-size-caption); }
  .product-center-featured-card strong { font-size: var(--font-size-caption); }

  .product-center-industries { padding: 10px 0 18px; }
  .product-center-industries .product-center-heading { margin-bottom: 12px; }
  .product-center-industry-item { min-height: 60px; grid-template-columns: 36px minmax(0, 1fr); gap: 10px; padding: 6px 13px; }
  .product-center-industry-item > svg { width: 31px; height: 31px; }
  .product-center-industry-item h3 { font-size: var(--font-size-caption); }
  .product-center-industry-item p { font-size: var(--font-size-micro); }

  .product-center-insights { padding: 14px 18px 16px; }
  .product-center-panel-heading h2 { font-size: var(--font-size-small); }
  .product-center-panel-heading a { font-size: var(--font-size-caption); }
  .product-center-insight-media { height: 78px; }
  .product-center-insight-grid h3 { font-size: var(--font-size-caption); }
  .product-center-insight-grid time { font-size: var(--font-size-micro); }
}

@media (min-width: 1440px) {
  .post-type-archive-product .header-inner { min-height: 68px; }
  .post-type-archive-product .brand { width: 220px; }
  .post-type-archive-product .menu a { min-height: 68px; font-size: var(--font-size-caption); }
  .product-center-hero,
  .product-center-hero-inner { min-height: 370px; }
  .product-center-hero-copy { width: min(500px, 42%); }
  .product-center-hero-copy h1 { font-size: var(--font-size-h1); }
  .product-center-hero-copy > p:not(.product-center-kicker) { font-size: var(--font-size-body); }
  .product-center-heading h2 { font-size: var(--font-size-h3); }
  .product-center-category-card { min-height: 278px; }
  .product-center-category-media { height: 158px; }
  .product-center-category-copy h3 { font-size: var(--font-size-small); }
  .product-center-category-copy p { font-size: var(--font-size-caption); }
  .product-center-category-copy strong { font-size: var(--font-size-caption); }
  .product-center-process-list strong { font-size: var(--font-size-caption); }
  .product-center-process-list small { font-size: var(--font-size-caption); }
  .product-center-featured-card > a,
  .product-center-featured-media { min-height: 148px; height: 148px; }
  .product-center-featured-card h3 { font-size: var(--font-size-small); }
  .product-center-featured-card p { font-size: var(--font-size-caption); }
  .product-center-industry-item h3 { font-size: var(--font-size-caption); }
  .product-center-industry-item p { font-size: var(--font-size-caption); }
  .product-center-insight-media { height: 92px; }
  .product-center-insight-grid h3 { font-size: var(--font-size-caption); }
}

/* Customer case reference-size calibration (1448 x 1086 artwork). */
@media (min-width: 1101px) {
  body.single-case { --shell: 1320px; }
  body.single-case .site-header { position: relative; }
  body.single-case .header-inner { min-height: 50px; }
  body.single-case .brand { width: 160px; }
  body.single-case .primary-nav { gap: 20px; }
  body.single-case .menu { gap: 24px; }
  body.single-case .menu a { min-height: 50px; font-size: var(--font-size-caption); }
  body.single-case .nav-quote { min-height: 34px; padding: 7px 15px; font-size: var(--font-size-caption); }

  .case-breadcrumbs { height: 34px; display: flex; align-items: center; padding: 0; }
  .case-breadcrumbs ol { font-size: var(--font-size-caption); }
  .case-study-hero-grid { min-height: 245px; grid-template-columns: minmax(0, 500px) minmax(0, 1fr); gap: 58px; padding-block: 10px; }
  .case-label { margin-bottom: 4px; font-size: var(--font-size-caption); }
  .case-study-intro h1 { max-width: 560px; margin-bottom: 8px; font-size: var(--font-size-h2); line-height: var(--line-height-display); }
  .case-project-meta { margin-bottom: 8px; }
  .case-project-meta > div { grid-template-columns: 20px minmax(0, 1fr); gap: 8px; padding-inline: 10px; }
  .case-project-meta svg { width: 18px; height: 18px; }
  .case-project-meta span { font-size: var(--font-size-caption); }
  .case-project-meta span { overflow-wrap: normal; }
  .case-project-meta small { font-size: var(--font-size-micro); }
  .case-summary { margin: 8px 0; font-size: var(--font-size-caption); line-height: var(--line-height-copy); }
  .case-study-intro .button { min-height: 32px; padding: 7px 14px; font-size: var(--font-size-caption); }
  .case-study-hero-media { height: 215px; }

  .case-study-body { gap: 8px; padding-block: 11px 12px; }
  .case-panel { padding: 11px 13px; }
  .case-panel h2, .case-gallery h2, .case-testimonial h2 { margin-bottom: 8px; font-size: var(--font-size-body); }
  .case-panel p, .case-panel li, .case-extra-content p, .case-extra-content li { font-size: var(--font-size-caption); line-height: var(--line-height-copy); }
  .case-overview, .case-challenges, .case-delivery { min-height: 174px; }
  .case-overview dl > div { grid-template-columns: 112px minmax(0, 1fr); padding: 3px 0; font-size: var(--font-size-caption); }
  .case-check-list ul { gap: 6px; }
  .case-check-list li { padding-left: 19px; }
  .case-check-list li::before { width: 13px; height: 13px; font-size: var(--font-size-micro); line-height: var(--line-height-tight); }
  .case-challenges .case-richtext > p { position: relative; padding-left: 19px; }
  .case-challenges .case-richtext > p::before { content: "\2713"; position: absolute; left: 0; top: .16em; width: 13px; height: 13px; color: var(--red); border: 1px solid currentColor; border-radius: 50%; font-size: var(--font-size-micro); font-weight: var(--font-weight-heading); line-height: var(--line-height-tight); text-align: center; }
  .case-solution-copy { margin-bottom: 4px; }
  .case-process-step > a { height: 60px; }
  .case-process-step h3 { min-height: 21px; margin-top: 2px; font-size: var(--font-size-micro); }
  .case-process-step p { font-size: var(--font-size-micro); line-height: var(--line-height-heading); }
  .case-process-arrow { width: 17px; }

  .case-gallery { padding: 1px 13px 5px; }
  .case-gallery-grid { gap: 9px; }
  .case-gallery figure { display: grid; grid-template-rows: auto auto; overflow: hidden; }
  .case-gallery img { aspect-ratio: 2.25 / 1; }
  .case-gallery figure:nth-child(n+2) img { width: 140%; max-width: none; margin-left: -20%; }
  .case-gallery figcaption { padding-top: 5px; font-size: var(--font-size-micro); }

  .case-results-panel, .case-related-products, .case-related-solutions { min-height: 174px; }
  .case-metrics { margin-bottom: 9px; }
  .case-metrics > div { padding: 10px 5px; }
  .case-metrics strong { font-size: var(--font-size-h3); }
  .case-metrics span { font-size: var(--font-size-micro); }
  .case-section-heading > a { font-size: var(--font-size-micro); }
  .case-related-product-grid { gap: 9px; }
  .case-related-product-grid img { height: 70px; }
  .case-related-product-grid h3 { min-height: 23px; margin-bottom: 4px; font-size: var(--font-size-caption); }
  .case-related-product-grid span { font-size: var(--font-size-micro); }
  .case-solution-list > a { min-height: 42px; grid-template-columns: 64px minmax(0, 1fr) 17px; gap: 8px; padding: 3px 0; }
  .case-solution-list img { width: 64px; height: 34px; }
  .case-solution-list strong { font-size: var(--font-size-caption); }
  .case-solution-list small { font-size: var(--font-size-micro); }
  .case-testimonial { min-height: 57px; padding: 10px 22px; }
  .case-testimonial blockquote > p { font-size: var(--font-size-caption); }
  .case-testimonial footer strong { font-size: var(--font-size-caption); }
  .case-testimonial footer small { font-size: var(--font-size-micro); }

  body.single-case .site-footer { padding-top: 12px; color: #4d5663; background: #fff; border-top: 1px solid #e4e7ea; }
  body.single-case .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 38px; padding-bottom: 8px; }
  body.single-case .footer-brand img { width: 165px; padding: 0; }
  body.single-case .footer-brand p { margin-top: 8px; color: #636c78; font-size: var(--font-size-micro); line-height: var(--line-height-copy); }
  body.single-case .footer-grid h2 { margin-bottom: 5px; color: #252c35; font-size: var(--font-size-caption); }
  body.single-case .footer-grid a, body.single-case .footer-grid span { margin: 2px 0; color: #626b77; font-size: var(--font-size-micro); }
  body.single-case .footer-bottom { padding-block: 8px; color: #7a828d; border-top-color: #e3e6e9; font-size: var(--font-size-micro); }
}

@media (max-width: 599px) {
  .case-panel h2, .case-gallery h2, .case-testimonial h2 { font-size: var(--font-size-body); }
  .case-panel p, .case-panel li, .case-extra-content p, .case-extra-content li { font-size: var(--font-size-caption); }
  .case-overview dl > div { padding-block: 4px; font-size: var(--font-size-caption); }
  .case-process-step h3 { font-size: var(--font-size-caption); }
  .case-process-step p { font-size: var(--font-size-micro); }
  .case-gallery figcaption { font-size: var(--font-size-micro); }
  .case-gallery figure:nth-child(n+2) img { width: 100%; margin-left: 0; }
  .case-related-product-grid h3 { font-size: var(--font-size-caption); }
  .case-related-product-grid span { font-size: var(--font-size-micro); }
  .case-metrics span { font-size: var(--font-size-micro); }
}

/* ===== Shared site chrome (v2.9) ===== */
.site-header { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid #edf0f3; backdrop-filter: none; }
.header-inner { min-height: 68px; }
.brand { width: 144px; }
.brand img { width: 100%; height: auto; }
.header-navigation { min-width: 0; }
.header-tools { display: flex; align-items: center; gap: 10px; }
.header-search { width: 30px; height: 30px; display: grid; place-items: center; color: #536071; }
.header-search svg { width: 17px; height: 17px; }
.language-switcher { position: relative; color: #536071; font-size: var(--font-size-caption); }
.language-switcher summary { min-height: 32px; display: flex; align-items: center; gap: 5px; list-style: none; cursor: pointer; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary svg { width: 13px; height: 13px; }
.language-menu { position: absolute; top: 100%; right: 0; min-width: 130px; padding: 7px; background: #fff; border: 1px solid #e2e6eb; box-shadow: 0 12px 28px rgba(25,31,39,.12); }
.language-menu a { display: block; padding: 6px 9px; white-space: nowrap; }
.language-menu a:hover { color: var(--red); background: #f7f8fa; }
.nav-quote { min-height: 36px; padding: 8px 18px; font-size: var(--font-size-caption); box-shadow: none; }
.nav-toggle { position: relative; z-index: 3; }
.admin-bar .site-header { top: 32px; }

.site-footer,
body.single-case .site-footer,
.post-type-archive-case .site-footer { margin-top: 0; padding-top: 58px; color: #4f5967; background: #fff; border-top: 1px solid #edf0f3; }
.footer-grid,
body.single-case .footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr .9fr 1.35fr; gap: clamp(28px,4vw,72px); padding-bottom: 42px; }
.footer-brand img,
body.single-case .footer-brand img,
.post-type-archive-case .footer-brand img { width: 170px; padding: 0; background: transparent; border-radius: 0; }
.footer-brand p,
body.single-case .footer-brand p,
.post-type-archive-case .footer-brand p { max-width: 250px; margin: 18px 0 12px; color: #778291; font-size: var(--font-size-caption); line-height: var(--line-height-copy); }
.footer-grid h2,
body.single-case .footer-grid h2,
.post-type-archive-case .footer-grid h2 { margin: 0 0 9px; color: #1d2633; font-size: var(--font-size-caption); font-weight: var(--font-weight-heading); text-transform: none; }
.footer-grid a,
.footer-grid span,
body.single-case .footer-grid a,
body.single-case .footer-grid span,
.post-type-archive-case .footer-grid a,
.post-type-archive-case .footer-grid span { margin: 3px 0; color: #687485; font-size: var(--font-size-caption); line-height: var(--line-height-copy); }
.footer-grid a:hover { color: var(--c-brand); }
.footer-menu, .footer-legal-menu { margin: 0; padding: 0; list-style: none; }
.footer-socials { display: flex; align-items: center; gap: 8px; }
.footer-socials a, .footer-socials span { width: 23px; height: 23px; display: grid; place-items: center; margin: 0; color: #6f7987; background: #f1f3f6; border-radius: 50%; font-size: var(--font-size-micro); font-weight: var(--font-weight-heading); }
.footer-contact { align-self:start; padding:22px 20px; border:1px solid #e2e6eb; border-radius:7px; font-style:normal; }
.footer-contact>a,.footer-contact>span { display:flex; align-items:flex-start; gap:10px; margin:12px 0 0; }
.footer-contact svg { width:15px; height:15px; margin-top:2px; color:var(--c-brand); }
.footer-newsletter > p { margin: 0 0 10px; color: #778291; font-size: var(--font-size-micro); line-height: var(--line-height-copy); }
.footer-newsletter form > div { display: grid; grid-template-columns: minmax(0, 1fr) 31px; }
.footer-newsletter input[type="email"] { min-width: 0; height: 31px; padding: 7px 10px; color: #26303d; background: #fff; border: 1px solid #dfe4e9; border-right: 0; border-radius: 3px 0 0 3px; outline: 0; font-size: var(--font-size-micro); }
.footer-newsletter input[type="email"]:focus { border-color: var(--c-brand); box-shadow: 0 0 0 2px rgba(226,27,35,.08); }
.footer-newsletter button { width: 31px; height: 31px; display: grid; place-items: center; padding: 0; color: #fff; background: var(--c-brand); border: 0; border-radius: 0 3px 3px 0; cursor: pointer; }
.footer-newsletter button svg { width: 13px; height: 13px; }
.footer-newsletter button:disabled { opacity: .55; cursor: wait; }
.newsletter-status { min-height: 17px; margin: 5px 0 0; color: #66717e; font-size: var(--font-size-micro); line-height: var(--line-height-tight); }
.newsletter-status.is-success { color: #16855b; }
.newsletter-status.is-error { color: var(--c-brand); }
.footer-bottom,
body.single-case .footer-bottom,
.post-type-archive-case .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 14px; color: #87909c; border-top: 1px solid #edf0f3; font-size: var(--font-size-micro); }
.footer-bottom > span { margin: 0; color: inherit; font-size: inherit; }
.footer-legal-menu { display: flex; gap: 26px; }
.footer-legal-menu a { margin: 0; color: #87909c; font-size: var(--font-size-micro); }

/* ===== Case archive screenshot layout (v2.8) ===== */
.case-hub { --case-red: var(--c-brand); --case-ink: #1c2635; --case-muted: #6f7c8f; --case-line: #e3e7ec; background: #fff; }
.case-hub .shell,
.post-type-archive-case .site-header .shell,
.post-type-archive-case .site-footer .shell { width: min(100% - 56px, 1430px); }
.case-breadcrumb-band { background: #f6f8fa; }
.case-hub-breadcrumbs { min-height: 47px; gap: 8px; color: #8190a3; font-size: var(--font-size-micro); }
.case-hub-breadcrumbs a { display: inline-flex; align-items: center; gap: 7px; }
.case-hub-breadcrumbs svg { width: 11px; height: 11px; }
.case-hub-breadcrumbs a svg { width: 12px; height: 12px; }
.case-hub-breadcrumbs strong { color: var(--case-red); }
.case-hub-hero { min-height: 247px; background: #f6f8fa; }
.case-hub-hero-inner { min-height: 247px; display: grid; grid-template-columns: 36% minmax(0, 64%); gap: 28px; align-items: center; padding-block: 16px 25px; }
.case-hub-hero-copy { width: auto; height: 100%; display: flex; flex-direction: column; padding: 0; }
.case-hub-hero-copy h1 { margin: 0; color: var(--case-red); font-size: var(--font-size-caption); font-weight: var(--font-weight-heading); line-height: var(--line-height-heading); text-transform: uppercase; }
.case-hero-rule { width: 37px; height: 2px; display: block; margin: auto 0 14px; background: var(--case-red); }
.case-hub-hero-copy > p { max-width: 410px; margin: 0 0 13px; color: #718096; font-size: var(--font-size-caption); line-height: var(--line-height-copy); }
.case-hub-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.case-hub-trust li { display: grid; grid-template-columns: 23px minmax(0, 1fr); gap: 7px; align-items: center; }
.case-hub-trust li + li { padding-left: 0; border-left: 0; }
.case-hub-trust li > svg { width: 23px; height: 23px; padding: 5px; color: var(--case-red); background: #fff0f1; border-radius: 50%; }
.case-hub-trust span, .case-hub-trust strong { display: block; }
.case-hub-trust span { color: #8590a0; font-size: var(--font-size-micro); line-height: var(--line-height-tight); }
.case-hub-trust strong { color: #253142; font-size: var(--font-size-micro); }
.case-hub-hero-media { width: 100%; height: 221px; margin: 0; overflow: hidden; background: #e6e9ed; }
.case-hub-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.case-hub-body { padding: 18px 0 33px; }
.case-filter-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) 72px; gap: 12px; margin-bottom: 21px; }
.case-filter-control { height: 35px; grid-template-columns: 16px minmax(0, 1fr); gap: 7px; padding: 4px 10px; border: 1px solid var(--case-line); border-radius: 5px; }
.case-filter-control > svg { width: 14px; height: 14px; color: #94a2b4; }
.case-filter-control span { color: #9aa6b6; font-size: var(--font-size-micro); line-height: var(--line-height-display); }
.case-filter-control select { margin-top: 1px; color: #687587; font-size: var(--font-size-micro); font-weight: var(--font-weight-medium); }
.case-filter-reset { min-height: 35px; padding: 4px 0; font-size: var(--font-size-micro); white-space: normal; line-height: var(--line-height-heading); }
.case-filter-reset svg { width: 12px; height: 12px; }
.case-hub-layout { display: grid; grid-template-columns: minmax(0, 1fr) 237px; gap: 23px; align-items: start; }
.case-featured-label { margin: 0 0 15px; color: var(--case-red); font-size: var(--font-size-micro); font-weight: var(--font-weight-heading); text-transform: uppercase; }
.case-featured { min-height: 204px; display: grid; grid-template-columns: 42% minmax(0, 1fr); overflow: hidden; border: 1px solid var(--case-line); border-radius: 7px; box-shadow: 0 3px 9px rgba(24,34,48,.04); }
.case-featured-media { min-height: 203px; margin: 0; border-radius: 7px 0 0 7px; }
.case-featured-media > img { width: 100%; height: 100%; object-fit: cover; }
.case-featured-media > span { width: 43px; height: 43px; color: #fff; background: var(--case-red); border: 5px solid #fff; }
.case-featured-media > span svg { width: 17px; height: 17px; fill: currentColor; }
.case-featured-copy { padding: 18px 25px 13px 36px; }
.case-tags { gap: 5px; }
.case-tags span { padding: 2px 6px; color: var(--case-red); background: #fff1f2; border: 0; border-radius: 2px; font-size: var(--font-size-micro); }
.case-featured-copy h2 { margin: 9px 0 7px; font-size: var(--font-size-lead); line-height: var(--line-height-heading); }
.case-featured-copy > p { margin-bottom: 12px; color: #758397; font-size: var(--font-size-micro); line-height: var(--line-height-copy); }
.case-featured-results { min-height: 30px; margin-bottom: 8px; }
.case-featured-results > div { min-width: 100px; grid-template-columns: 15px minmax(65px, auto); column-gap: 5px; padding-right: 14px; }
.case-featured-results > div + div { padding-left: 16px; }
.case-featured-results svg { width: 13px; height: 13px; }
.case-featured-results strong { color: var(--case-red); font-size: var(--font-size-caption); }
.case-featured-results span { font-size: var(--font-size-micro); }
.case-link { gap: 7px; font-size: var(--font-size-micro); }
.case-link svg { width: 11px; height: 11px; }
.case-featured-copy > .case-link { align-self: flex-start; margin-top: 0; }
.case-hub-sidebar { display: grid; gap: 16px; }
.case-side-panel { padding: 13px 15px; border: 1px solid var(--case-line); border-radius: 7px; box-shadow: 0 3px 10px rgba(24,34,48,.035); }
.case-side-panel h2, .case-consultation h2 { margin: 0 0 6px; font-size: var(--font-size-caption); }
.case-solutions li { border-bottom: 0; }
.case-solutions li a { min-height: 52px; grid-template-columns: 36px minmax(0, 1fr) 10px; gap: 8px; padding: 4px 0; }
.case-solution-image { width: 36px; height: 36px; }
.case-solutions li strong { font-size: var(--font-size-micro); }
.case-solutions li small { margin-top: 2px; font-size: var(--font-size-micro); line-height: var(--line-height-heading); }
.case-solutions li > a > svg { width: 10px; height: 10px; }
.case-panel-link { margin-top: 6px; font-size: var(--font-size-micro); }
.case-consultation { min-height: 110px; padding: 16px; background-color: var(--case-red); background-image: linear-gradient(145deg, transparent 55%, rgba(255,255,255,.1)); }
.case-consultation > div { max-width: 205px; }
.case-consultation h2 { color: #fff; }
.case-consultation p { margin-bottom: 8px; font-size: var(--font-size-micro); line-height: var(--line-height-tight); }
.case-consultation a { min-height: 26px; padding: 5px 9px; font-size: var(--font-size-micro); }
.case-project-types li { min-height: 28px; grid-template-columns: 12px minmax(0, 1fr) auto; gap: 7px; font-size: var(--font-size-micro); }
.case-project-types li svg { width: 9px; height: 9px; color: var(--case-red); }
.case-project-types li strong { font-size: var(--font-size-micro); }
.case-all { width: calc(100% - 260px); margin-top: 34px; }
.case-section-heading { min-height: 25px; }
.case-section-heading h2 { font-size: var(--font-size-caption); }
.case-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.case-card { border-radius: 7px; }
.case-card-media { height: 102px; }
.case-card-copy { min-height: 137px; padding: 8px 10px 9px; }
.case-card-copy h3 { margin: 7px 0 6px; font-size: var(--font-size-caption); line-height: var(--line-height-heading); }
.case-card-copy > p { margin-bottom: 7px; font-size: var(--font-size-micro); line-height: var(--line-height-tight); -webkit-line-clamp: 2; }
.case-card-result { margin-bottom: 6px; font-size: var(--font-size-micro); }
.case-load-more { min-width: 132px; min-height: 31px; margin-top: 14px; border-radius: 5px; font-size: var(--font-size-micro); }
.case-load-more svg { transform: none; }
.case-industries { margin-top: 31px; padding: 0; border: 0; }
.case-industries h2 { margin-bottom: 10px; font-size: var(--font-size-caption); }
.case-industries > div { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; }
.case-industries a { min-height: 57px; grid-template-columns: 30px minmax(0, 1fr) 11px; gap: 8px; padding: 8px 12px; border: 1px solid var(--case-line); border-radius: 7px; }
.case-industries a:last-child { border-right: 1px solid var(--case-line); }
.case-industries a > svg:first-child { width: 30px; height: 30px; padding: 7px; background: #fff0f1; border-radius: 4px; }
.case-industries a > svg:last-child { width: 10px; height: 10px; color: #8e9aab; }
.case-industries strong { font-size: var(--font-size-micro); }
.case-industries small { margin-top: 1px; font-size: var(--font-size-micro); line-height: var(--line-height-heading); }
@media (min-width: 1025px) {
  .site-header .shell,.site-footer .shell { width:min(100% - 144px,1760px); }
  .header-navigation { display: flex; flex:1; align-items: center; justify-content:flex-end; gap:clamp(26px,3.7vw,70px); }
  .primary-nav { position: static; max-height: none; padding: 0; overflow: visible; background: transparent; border: 0; box-shadow: none; transform: none; visibility: visible; }
  .menu { display: flex; align-items: center; gap:clamp(22px,2.35vw,45px); margin: 0; }
  .menu a { min-height:68px; padding: 0; border: 0; font-size: var(--font-size-caption); }
  .menu a:hover, .menu .current-menu-item > a { color: var(--c-brand); }
}

@media (max-width: 1024px) {
  .header-navigation { position: fixed; inset:68px 0 auto; max-height:calc(100vh - 68px); padding: 14px 24px 22px; overflow-y: auto; background: #fff; border-bottom: 1px solid #dfe4e9; box-shadow: 0 14px 30px rgba(20,30,42,.1); visibility: hidden; transform: translateY(-120%); transition: transform .25s ease, visibility .25s; }
  .header-navigation.is-open { visibility: visible; transform: translateY(0); }
  .header-navigation .primary-nav { position: static; max-height: none; padding: 0; overflow: visible; border: 0; box-shadow: none; visibility: visible; transform: none; }
  .header-navigation .menu { margin-bottom: 12px; }
  .header-tools { justify-content: flex-end; padding-top: 8px; }
  .footer-grid, body.single-case .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .case-hub-hero-inner { grid-template-columns: 40% minmax(0, 60%); }
  .case-hub-layout { grid-template-columns: minmax(0, 1fr) 230px; }
  .case-all { width: calc(100% - 253px); }
  .case-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-card-media { height: 150px; }
  .case-industries > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .case-hub .shell, .post-type-archive-case .site-header .shell, .post-type-archive-case .site-footer .shell { width: min(100% - 32px, 1430px); }
  .case-hub-hero { min-height: 0; }
  .case-hub-hero-inner { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding-block: 24px; }
  .case-hub-hero-copy { min-height: 180px; }
  .case-hero-rule { margin-top: auto; }
  .case-hub-hero-media { height: auto; aspect-ratio: 16 / 8; }
  .case-filter-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-filter-reset { grid-column: 1 / -1; }
  .case-hub-layout { grid-template-columns: 1fr; }
  .case-hub-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-project-types { grid-column: 1 / -1; }
  .case-all { width: 100%; }
  .case-industries > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid, body.single-case .footer-grid { grid-template-columns:1fr; }
  .footer-brand { grid-column:1; }
}

@media (max-width: 520px) {
  .header-inner { min-height:62px; }
  .header-navigation { inset-block-start:62px; max-height:calc(100vh - 62px); }
  .case-hub-breadcrumbs { min-height: 42px; overflow-x: auto; white-space: nowrap; }
  .case-hub-trust { grid-template-columns: 1fr; }
  .case-hub-hero-copy { min-height: 240px; }
  .case-filter-bar { grid-template-columns: 1fr; }
  .case-featured { grid-template-columns: 1fr; }
  .case-featured-media { min-height: 210px; border-radius: 7px 7px 0 0; }
  .case-featured-copy { padding: 18px; }
  .case-featured-results { flex-wrap: wrap; gap: 9px; }
  .case-featured-results > div + div { padding-left: 0; border-left: 0; }
  .case-hub-sidebar { grid-template-columns: 1fr; }
  .case-project-types { grid-column: auto; }
  .case-card-grid { grid-template-columns: 1fr; }
  .case-card-media { height: 190px; }
  .case-industries > div { grid-template-columns: 1fr; }
  .footer-grid, body.single-case .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-brand { grid-column:1; }
  .footer-bottom, body.single-case .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-legal-menu { flex-wrap: wrap; gap: 12px 20px; }
}

/* Final shared-chrome calibration: every template uses the same header/footer. */
body[class] .site-header { position:sticky; top:0; background:#fff; border-bottom:1px solid #edf0f3; }
body[class] .site-footer { margin-top:0; padding-top:58px; color:#4f5967; background:#fff; border-top:1px solid #edf0f3; }
body[class] .site-footer .footer-brand img { width:170px; padding:0; background:transparent; }
body[class] .site-footer .footer-grid h2 { margin:0 0 14px; color:#1d2633; font-size:var(--font-size-caption); }
body[class] .site-footer .footer-column>a,
body[class] .site-footer .footer-menu a { display:block; margin:3px 0; color:#687485; font-size:var(--font-size-caption); line-height:var(--line-height-copy); }
body[class] .site-footer .footer-bottom { padding-block:18px; color:#87909c; border-top:1px solid #edf0f3; font-size:var(--font-size-micro); }
@media (min-width:1025px) {
  body[class] .site-header .shell,body[class] .site-footer .shell { width:min(100% - 144px,1760px); }
  body[class] .site-header .header-inner { width:min(100% - 144px,1760px); min-height:68px; }
  body[class] .site-header .brand { width:144px; }
  body[class] .site-header .header-navigation { gap:clamp(26px,3.7vw,70px); }
  body[class] .site-header .menu { gap:clamp(22px,2.35vw,45px); }
  body[class] .site-header .menu a { min-height:68px; font-size:var(--font-size-caption); }
  body[class] .site-header .nav-quote { min-height:36px; padding:8px 18px; font-size:var(--font-size-caption); }
  body[class] .site-footer .footer-grid { grid-template-columns:1.2fr repeat(4,minmax(105px,.72fr)) 1.35fr; gap:clamp(24px,2.5vw,48px); padding-bottom:42px; }
}
@media (max-width:1024px) {
  body[class] .site-header .header-inner { min-height:68px; }
  body[class] .site-header .brand { width:144px; }
  body[class] .site-header .header-navigation { inset-block-start:68px; max-height:calc(100vh - 68px); }
  body[class] .site-footer .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
  body[class] .site-footer { padding-top:44px; }
  body[class] .site-footer .footer-grid { grid-template-columns:1fr; gap:28px; }
}
@media (max-width:520px) {
  body[class] .site-header .header-inner { min-height:62px; }
  body[class] .site-header .brand { width:132px; }
  body[class] .site-header .header-navigation { inset-block-start:62px; max-height:calc(100vh - 62px); }
}

/* Shared site chrome: single header/footer treatment for every template. */
body[class] .site-header.site-header { background:rgba(255,255,255,.98); border-bottom:1px solid #f0f2f4; }
body[class] .site-header .menu .current-menu-item > a,
body[class] .site-header .menu .current-menu-ancestor > a { color:var(--c-brand); }
body[class] .site-header .menu > .menu-item-has-children > a::after { content:'\2304'; margin-left:7px; color:#8993a1; font-size: var(--font-size-caption); transform:translateY(-2px); }

body[class] .site-footer.site-footer { margin-top:0; padding-top:48px; color:#9aa6b8; background:#1b273a; border-top:0; }
body[class] .site-footer .footer-grid { align-items:start; }
body[class] .site-footer .footer-brand img { width:180px; filter:grayscale(1) brightness(0) invert(1); }
body[class] .site-footer .footer-brand p { margin-top:16px; color:#9aa6b8; }
body[class] .site-footer .footer-grid h2 { margin:0 0 15px; color:#fff; font-size:var(--font-size-caption); }
body[class] .site-footer .footer-column > a,
body[class] .site-footer .footer-menu a { display:block; margin:4px 0; color:#9aa6b8; font-size:var(--font-size-caption); line-height:var(--line-height-copy); }
body[class] .site-footer .footer-grid a:hover { color:#fff; }
body[class] .site-footer .footer-socials a,
body[class] .site-footer .footer-socials span { color:#d7deea; background:#334158; }
body[class] .site-footer .footer-contact { min-height:142px; padding:20px; color:#aeb8c7; border-color:#41506a; background:transparent; }
body[class] .site-footer .footer-contact > a,
body[class] .site-footer .footer-contact > span { color:#aeb8c7; }
body[class] .site-footer .footer-contact svg { color:#ef3940; }
body[class] .site-footer .footer-bottom { padding-block:19px; color:#67768d; border-top:0; font-size:var(--font-size-micro); }
body[class] .site-footer .footer-legal-menu a { color:#75839a; }

