:root {
  --green: #008369;
  --green-dark: #006b57;
  --green-deep: #123b32;
  --lime: #86b13b;
  --mint: #5cba87;
  --ink: #202b28;
  --text: #3e4845;
  --muted: #68736f;
  --line: #dce4df;
  --soft: #f0f3e6;
  --paper: #f7f9f8;
  --white: #fff;
  --shell: min(1180px, calc(100% - 40px));
  --home-frame: min(1280px, calc(100% - 48px));
  --radius: 6px;
  --home-radius: 22px;
  --shadow: 0 14px 38px rgba(22, 50, 42, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-dark); }
h1, h2, h3, h4 {
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 18px;
  font-weight: 720;
  letter-spacing: 0;
}
h1 { font-size: 72px; }
h2 { font-size: 46px; }
h3 { font-size: 22px; }
p { margin: 0 0 20px; }
.site-shell { width: var(--shell); margin-inline: auto; }
.home-frame { width: var(--home-frame); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 999; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

/* Global header */
.utility-bar { background: var(--green); color: #fff; font-size: 13px; }
.utility-inner {
  min-height: 52px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.utility-inner p { margin: 0; text-align: center; font-weight: 600; }
.utility-social { display: flex; align-items: center; gap: 18px; }
.utility-social a, .utility-contact { color: #fff; display: inline-flex; align-items: center; gap: 7px; }
.utility-social a:hover, .utility-contact:hover { color: #dff1ea; }
.utility-social .dashicons { width: 22px; height: 22px; font-size: 22px; }
.utility-contact { justify-self: end; font-weight: 650; }
.utility-contact .dashicons { width: 18px; height: 18px; font-size: 18px; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
body.admin-bar .site-header { top: 32px; }
.header-inner { height: 100px; display: flex; align-items: center; gap: 42px; }
.site-brand { width: 232px; flex: 0 0 auto; }
.site-brand img { max-height: 62px; width: auto; }
.primary-nav { margin-left: auto; }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: 38px; margin: 0; padding: 0; }
.primary-nav a { color: var(--ink); font-size: 15px; font-weight: 680; padding: 13px 0; display: block; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--green); }
.primary-nav .menu-item:last-child a {
  background: var(--green);
  color: #fff;
  padding: 13px 21px;
  border-radius: var(--radius);
}
.primary-nav .menu-item:last-child a:hover { background: var(--green-dark); }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 4px; width: 44px; height: 44px; padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Shared controls */
.eyebrow { text-transform: uppercase; font-size: 12px; font-weight: 780; letter-spacing: 1.4px; color: var(--green); margin-bottom: 14px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button, .wp-element-button, input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--green);
  border-radius: var(--radius);
  background: var(--green);
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
.button:hover, .wp-element-button:hover, input[type="submit"]:hover { background: var(--green-dark); border-color: var(--green-dark); }
.button-outline { background: transparent; color: var(--green) !important; }
.button-light { background: #fff; border-color: #fff; color: var(--green) !important; }
.text-link { font-weight: 700; color: var(--green); }

/* Home: old-site visual language rebuilt as native blocks */
.page-home { overflow: hidden; }
.home-hero-section { padding: 0 24px; }
.home-hero-card {
  width: 100%;
  max-width: 1280px !important;
  min-height: 545px;
  position: relative;
  overflow: hidden;
  border-radius: var(--home-radius);
  color: #fff;
  isolation: isolate;
}
.home-hero-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(10, 49, 41, .6); }
.home-hero-media { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; max-width: none !important; margin: 0 !important; }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.home-hero-copy {
  position: relative;
  z-index: 2;
  width: min(750px, calc(100% - 72px));
  max-width: none !important;
  margin: 0 !important;
  padding: 90px 0 76px 100px;
}
.home-hero-card .eyebrow { color: #c5e297; }
.home-hero-card h1 { color: #fff; font-size: 58px; max-width: 620px; }
.home-hero-card .home-hero-lead { font-size: 19px; color: rgba(255, 255, 255, .9); max-width: 600px; }
.home-hero-actions { gap: 14px; margin-top: 30px; }
.home-hero-actions .wp-block-button__link { min-height: 52px; padding: 13px 27px; border-radius: 999px; background: #fff; color: var(--ink) !important; border: 1px solid #fff; }
.home-hero-actions .is-style-outline .wp-block-button__link { background: transparent; color: #fff !important; }
.home-hero-actions .wp-block-button__link:hover { background: var(--green); border-color: var(--green); color: #fff !important; }
.home-section { padding: 84px 24px; }
.home-section.home-section-soft { background: var(--paper); }
.home-section-inner { width: 100%; max-width: 1280px !important; }
.home-intro-columns { align-items: center !important; gap: 72px; }
.home-intro-title h2 { max-width: 600px; font-size: 48px; text-transform: none; }
.home-intro-copy h3 { font-size: 24px; }
.home-intro-copy p { color: var(--muted); }
.home-image-row { display: grid !important; width: 100%; max-width: none !important; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 58px; }
.home-image-row > *, .home-product-grid > *, .home-value-grid > *, .home-process-grid > *, .home-section-heading > * { width: auto; max-width: none !important; margin-block-start: 0 !important; }
.home-image-row > * { margin-inline: 0 !important; }
.home-solution-card { position: relative; overflow: hidden; border-radius: 8px; background: var(--green); }
.home-solution-card .wp-block-image { margin: 0; overflow: hidden; }
.home-solution-card img { width: 100%; height: 220px; object-fit: cover; transition: transform .25s ease; }
.home-solution-card-label { display: flex; align-items: center; min-height: 76px; padding: 14px 16px; background: var(--green); }
.home-solution-card-label h3 { margin: 0; color: #fff; font-size: 17px; line-height: 1.25; }
.home-solution-card-link { color: #fff; }
.home-solution-card-link:hover { color: #fff; }
.chanscen-site .home-solution-card-link::after { content: ""; position: absolute; inset: 0; }
.home-solution-card:hover img { transform: scale(1.025); }
.home-section-heading { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); align-items: end; gap: 70px; margin-bottom: 46px; }
.home-section-heading > * { margin-left: 0 !important; margin-right: 0 !important; }
.home-section-heading h2 { max-width: 720px; }
.home-section-heading > p { color: var(--muted); }
.home-product-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-product-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.home-product-card > .wp-block-image { margin: 0; }
.home-product-card > .wp-block-image img { width: 100%; height: 270px; object-fit: cover; }
.home-card-copy { padding: 26px; }
.home-card-copy h3 { margin-bottom: 12px; }
.home-card-copy p { color: var(--muted); font-size: 15px; }
.home-card-copy p:last-child { margin-bottom: 0; }
.home-proof-columns { align-items: center !important; gap: 76px; }
.home-proof-image { margin: 0; overflow: hidden; border-radius: 8px; }
.home-proof-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.home-proof-copy h2 { max-width: 650px; }
.home-capability-heading { display: grid !important; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr); align-items: end; gap: 28px 72px; }
.home-capability-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -6px; }
.home-capability-heading h2 { max-width: 780px; margin: 0; }
.home-capability-heading > p:last-child { color: var(--muted); margin: 0; }
.home-capability-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 48px; counter-reset: home-capability; }
.home-capability-grid > * { width: auto; max-width: none !important; margin-block-start: 0 !important; }
.home-capability-item { position: relative; min-height: 210px; padding: 30px; border: 1px solid var(--line); border-top: 3px solid var(--green); background: #fff; }
.home-capability-item::before { counter-increment: home-capability; content: "0" counter(home-capability); display: block; margin-bottom: 34px; color: var(--green); font-size: 13px; font-weight: 800; }
.home-capability-item h3 { margin-bottom: 10px; font-size: 21px; }
.home-capability-item p { margin: 0; color: var(--muted); font-size: 15px; }
.home-value-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; margin-top: 32px; }
.home-value-item { padding: 22px 0; border-top: 1px solid var(--line); }
.home-value-item h3 { font-size: 19px; margin-bottom: 8px; }
.home-value-item p { color: var(--muted); font-size: 14px; margin: 0; }
.home-manufacturing-section { background: var(--green-deep); color: #fff; padding: 86px 24px; }
.home-manufacturing-section h2, .home-manufacturing-section h3 { color: #fff; }
.home-manufacturing-section .eyebrow { color: #c5e297; }
.home-manufacturing-section p { color: #d6e1dd; }
.home-manufacturing-columns { align-items: center !important; gap: 72px; }
.home-manufacturing-image { margin: 0; overflow: hidden; border-radius: 8px; }
.home-manufacturing-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.home-process-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; counter-reset: home-process; }
.home-process-item { position: relative; padding: 30px; border-top: 3px solid var(--green); background: var(--paper); min-height: 230px; }
.home-process-item::before { counter-increment: home-process; content: "0" counter(home-process); display: block; margin-bottom: 38px; color: var(--green); font-size: 13px; font-weight: 800; }
.home-process-item h3 { margin-bottom: 12px; }
.home-process-item p { color: var(--muted); font-size: 15px; }
.home-inline-cta { margin-top: 48px; padding: 40px; background: var(--soft); border-left: 5px solid var(--green); }
.home-inline-cta .wp-block-columns { align-items: center !important; margin-bottom: 0; }

/* Shared page structures */
.hero { min-height: 650px; display: grid; align-items: end; position: relative; color: #fff; background: #203a33 center / cover no-repeat; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(14, 37, 30, .64); }
.hero-content { position: relative; z-index: 2; padding: 105px 0 88px; max-width: 760px; }
.hero h1 { color: #fff; max-width: 760px; }
.hero p:not(.eyebrow) { font-size: 20px; max-width: 670px; color: rgba(255, 255, 255, .88); }
.hero .eyebrow, .dark-band .eyebrow, .footer-cta .eyebrow { color: #b8dc81; }
.hero .button-outline { border-color: #fff; color: #fff !important; }
.content-section { padding: 92px 0; }
.content-section.soft { background: var(--soft); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr); gap: 70px; align-items: end; margin-bottom: 46px; }
.section-head p { color: var(--muted); }
.solution-grid, .product-grid, .value-grid, .process-grid, .posts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.solution-card, .product-card, .value-card, .process-card, .post-card { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); overflow: hidden; }
.solution-card, .value-card, .process-card { padding: 30px; }
.solution-card { min-height: 260px; display: flex; flex-direction: column; }
.solution-card .card-number { font-size: 12px; font-weight: 800; color: var(--green); margin-bottom: auto; }
.solution-card h3 { margin-top: 36px; }
.solution-card p, .product-card-body p { color: var(--muted); font-size: 15px; }
.product-card img { width: 100%; height: 260px; object-fit: cover; }
.product-card-body { padding: 24px; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 70px; align-items: center; }
.split-layout img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { position: relative; padding: 8px 0 8px 28px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 17px; width: 10px; height: 10px; background: var(--lime); }
.dark-band { background: #20332e; color: #fff; padding: 86px 0; }
.dark-band h2, .dark-band h3 { color: #fff; }
.dark-band p { color: #cad4d0; }
.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255, 255, 255, .18); margin-top: 44px; }
.metric { padding: 28px; background: #20332e; }
.metric strong { display: block; font-size: 23px; color: #fff; }
.metric span { font-size: 13px; color: #b9c5c0; }
.process-grid { counter-reset: process; }
.process-card { position: relative; }
.process-card::before { counter-increment: process; content: "0" counter(process); font-weight: 800; color: var(--green); font-size: 13px; }
.process-card h3 { margin-top: 30px; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 48px; background: var(--soft); border-left: 5px solid var(--green); }

/* Inner pages and block-editor layouts */
.page-hero { padding: 105px 0 76px; background: var(--soft); }
.page-hero.compact { padding: 75px 0 60px; }
.page-hero h1 { max-width: 900px; }
.page-hero p { max-width: 720px; color: var(--muted); }
.page-hero.has-image { min-height: 510px; display: flex; align-items: flex-end; background: center / cover no-repeat; color: #fff; position: relative; }
.page-hero.has-image::after { content: ""; position: absolute; inset: 0; background: rgba(20, 44, 37, .68); }
.page-hero.has-image .site-shell { position: relative; z-index: 2; }
.page-hero.has-image h1, .page-hero.has-image p { color: #fff; }
.anchor-nav { position: sticky; top: 100px; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
body.admin-bar .anchor-nav { top: 132px; }
.anchor-nav .site-shell { display: flex; gap: 24px; overflow-x: auto; }
.anchor-nav a { padding: 15px 0; white-space: nowrap; color: var(--ink); font-size: 14px; font-weight: 650; }
.solutions-anchor-links { margin-top: 0; margin-bottom: 0; scrollbar-width: thin; }
.solutions-page-hero { padding: 0; }
.solutions-page-hero .wp-block-cover__inner-container { width: 100%; padding: 105px 0 76px; }
.solutions-page-hero .site-shell { margin-left: auto; margin-right: auto; }
.solutions-page-hero h1, .solutions-page-hero p { color: #fff; }
.solutions-page-hero .eyebrow { color: #c5e297; }
.solution-detail { padding: 84px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 170px; }
.solution-detail:nth-child(even) { background: #f8faf7; }
.solution-detail-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.solution-detail img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.solutions-image-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.scope-card { padding: 28px; border-top: 4px solid var(--green); background: #fff; }
.scope-card ul { padding-left: 20px; }
.solutions-scope-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.solutions-process-section .cta-panel { margin-top: 44px; }
.legal-content, .article-body { max-width: 830px; padding: 70px 0; }
.legal-content h2, .article-body h2 { font-size: 28px; margin-top: 42px; }
.legal-content h3, .article-body h3 { margin-top: 30px; }
.page-entry > .alignfull { width: 100%; max-width: none; margin-left: 0; margin-right: 0; }
.is-style-chanscen-narrow { --wp--style--global--content-size: 830px; }
.is-style-chanscen-standard { --wp--style--global--content-size: 1180px; }
.chanscen-page-hero .wp-block-heading { max-width: 980px; margin-left: auto; margin-right: auto; }
.chanscen-page-hero h1.wp-block-heading { max-width: 900px; }
.chanscen-legal-content > .wp-block-heading { font-size: 28px; margin-top: 42px; }
.chanscen-legal-content > .wp-block-heading:first-child { margin-top: 0; }
.chanscen-legal-content .wp-block-list { padding-left: 24px; }
.chanscen-contact-block { border-left: 5px solid var(--green); }

/* Forms */
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; }
.contact-panel { background: var(--soft); padding: 36px; }
.contact-list { list-style: none; padding: 0; }
.contact-list li { padding: 14px 0; border-bottom: 1px solid #d2daca; }
.contact-page-hero .wp-block-buttons { margin-top: 28px; }
.contact-form-column > .wp-block-heading { margin-bottom: 12px; }
.contact-next-step .wp-block-buttons { margin-top: 30px; }
.chanscen-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.chanscen-form .field-full { grid-column: 1 / -1; }
.chanscen-form label { display: block; font-weight: 700; color: var(--ink); font-size: 14px; margin-bottom: 7px; }
.chanscen-form input, .chanscen-form select, .chanscen-form textarea { width: 100%; border: 1px solid #bdc8c2; border-radius: 3px; padding: 13px 14px; background: #fff; color: var(--ink); font: inherit; }
.chanscen-form textarea { min-height: 150px; resize: vertical; }
.chanscen-form input:focus, .chanscen-form select:focus, .chanscen-form textarea:focus { outline: 3px solid rgba(33, 105, 207, .18); border-color: #2169cf; }
.form-note { font-size: 13px; color: var(--muted); }
.form-status { grid-column: 1 / -1; padding: 12px 14px; border-left: 4px solid var(--green); background: var(--soft); }
.honeypot { position: absolute !important; left: -9999px !important; }
.error-page { padding: 120px 0; text-align: center; }
.error-code { font-size: 110px; line-height: 1; color: var(--green); font-weight: 800; }
.error-page .button-row { justify-content: center; }

/* Footer */
.footer-cta { background: #fff; padding: 28px 0 0; }
.footer-cta-card { background: var(--green); color: #fff; border-radius: var(--home-radius) var(--home-radius) 0 0; padding: 52px 64px; }
.footer-cta h2 { color: #fff; font-size: 36px; margin: 0; }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.site-footer { background: #172520; color: #c8d1ce; padding: 66px 0 22px; }
.site-footer h2 { color: #fff; font-size: 16px; }
.site-footer a { color: #dce7e3; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 70px; }
.footer-brand img { max-width: 200px; max-height: 58px; margin-bottom: 22px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 8px 0; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .14); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }

@media (max-width: 1100px) {
  .primary-nav ul { gap: 24px; }
  .site-brand { width: 205px; }
  .home-hero-copy { padding-left: 72px; }
  .home-image-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .solutions-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  h1 { font-size: 48px; }
  h2 { font-size: 38px; }
  .utility-inner { grid-template-columns: 1fr auto; }
  .utility-inner > p { display: none; }
  .header-inner { height: 78px; }
  .site-brand { width: 190px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: block; padding: 16px 24px 24px; }
  .primary-nav a { padding: 13px 8px; }
  .primary-nav .menu-item:last-child a { text-align: center; margin-top: 8px; }
  .home-hero-card { min-height: 520px; }
  .home-hero-copy { width: min(720px, calc(100% - 48px)); padding: 76px 0 70px 48px; }
  .home-hero-card h1 { font-size: 48px; }
  .home-intro-columns, .home-proof-columns, .home-manufacturing-columns { gap: 40px; }
  .home-intro-title h2 { font-size: 40px; }
  .home-image-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-product-card:last-child { grid-column: 1 / -1; }
  .home-capability-heading { grid-template-columns: 1fr; gap: 16px; }
  .home-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-section-heading, .section-head, .split-layout, .solution-detail-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .solution-grid, .product-grid, .value-grid, .process-grid, .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .scope-grid { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: repeat(2, 1fr); }
  .anchor-nav { top: 78px; }
  body.admin-bar .anchor-nav { top: 110px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 600px) {
  :root { --shell: min(calc(100% - 28px), 1180px); --home-frame: min(calc(100% - 28px), 1280px); }
  body { font-size: 16px; }
  h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  .utility-bar { min-height: 44px; }
  .utility-inner { min-height: 44px; }
  .utility-social { gap: 14px; }
  .utility-contact span:last-child { display: none; }
  .site-brand { width: 178px; }
  .home-hero-section { padding: 0 14px; }
  .home-hero-card { min-height: 610px; border-radius: 16px; }
  .home-hero-copy { width: calc(100% - 40px); padding: 42px 0 36px 20px; }
  .home-hero-card h1 { font-size: 34px; line-height: 1.08; }
  .home-hero-card .home-hero-lead { font-size: 16px; line-height: 1.55; }
  .home-hero-actions { display: grid !important; grid-template-columns: 1fr; gap: 10px; width: 100%; margin-top: 22px; }
  .home-hero-actions .wp-block-button__link { min-height: 46px; padding: 10px 18px; }
  .home-hero-actions .wp-block-button, .home-hero-actions .wp-block-button__link { width: 100%; }
  .home-section { padding: 64px 14px; }
  .home-intro-columns, .home-proof-columns, .home-manufacturing-columns { display: grid !important; grid-template-columns: 1fr; gap: 28px; }
  .home-intro-title h2 { font-size: 34px; }
  .home-image-row { grid-template-columns: 1fr; gap: 16px; margin-top: 38px; }
  .home-solution-card img { height: 220px; }
  .home-solution-card-label { min-height: 64px; }
  .home-section-heading { display: grid !important; grid-template-columns: 1fr; gap: 14px; margin-bottom: 32px; }
  .home-product-grid, .home-process-grid, .home-value-grid, .home-capability-grid { grid-template-columns: 1fr; }
  .home-capability-grid { margin-top: 34px; }
  .home-capability-item { min-height: 0; padding: 26px 24px; }
  .home-capability-item::before { margin-bottom: 24px; }
  .home-product-card:last-child { grid-column: auto; }
  .home-product-card > .wp-block-image img { height: 230px; }
  .home-manufacturing-section { padding: 64px 14px; }
  .home-inline-cta { padding: 28px 24px; }
  .hero { min-height: 540px; }
  .hero-content { padding: 72px 0 52px; }
  .hero p:not(.eyebrow) { font-size: 17px; }
  .content-section, .solution-detail { padding: 64px 0; }
  .solutions-page-hero .wp-block-cover__inner-container { padding: 72px 0 54px; }
  .solutions-page-hero { min-height: 500px !important; }
  .solution-detail { scroll-margin-top: 138px; }
  .anchor-nav .site-shell { gap: 18px; padding-left: 14px; padding-right: 14px; }
  .contact-panel { padding: 28px 24px; }
  .solution-grid, .product-grid, .value-grid, .process-grid, .posts-grid { grid-template-columns: 1fr; }
  .product-card img { height: 220px; }
  .cta-panel { grid-template-columns: 1fr; padding: 30px; }
  .page-hero { padding: 72px 0 54px; }
  .metric-row { grid-template-columns: 1fr; }
  .chanscen-form { grid-template-columns: 1fr; }
  .chanscen-form .field-full { grid-column: auto; }
  .footer-cta { padding: 14px 14px 0; }
  .footer-cta-card { width: 100%; border-radius: 16px 16px 0 0; padding: 38px 28px; }
  .footer-cta-inner, .footer-bottom { display: block; }
  .footer-cta .button { margin-top: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom div { margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .menu-toggle > span:not(.sr-only) { transition: none; }
}
