/*
Theme Name: CRCJNGJVYCR Corporate Child
Template: twentytwentyfive
Version: 1.0.0
Text Domain: crcjngjvycr
*/
:root {
  --crc-blue: #004098;
  --crc-deep-blue: #00307f;
  --crc-navy: #071426;
  --crc-cyan: #008bd2;
  --crc-line: #d9e2eb;
  --crc-soft: #f3f7fb;
}
html { scroll-behavior: smooth; }
html,
body {
  overflow-x: hidden;
}
body { letter-spacing: 0; }
body.home .wp-block-post-title,
body.page-id-8 .wp-block-post-title,
body.page-id-16 .wp-block-post-title,
body.page .wp-block-post-title {
  display: none !important;
}
.wp-site-blocks > header,
.wp-site-blocks > footer {
  display: none !important;
}
.wp-site-blocks {
  padding-top: 0;
}
body.home .wp-site-blocks main,
body.home .wp-block-post-content,
body.page-id-8 .wp-site-blocks main,
body.page-id-8 .wp-block-post-content,
body.page-id-16 .wp-site-blocks main,
body.page-id-16 .wp-block-post-content,
body.page .wp-site-blocks main,
body.page .wp-block-post-content {
  margin-block-start: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.home .wp-site-blocks main > *,
body.page-id-8 .wp-site-blocks main > *,
body.page-id-16 .wp-site-blocks main > *,
body.page .wp-site-blocks main > * {
  margin-block-start: 0 !important;
}
body.home .wp-site-blocks main > .wp-block-group.has-global-padding,
body.page-id-8 .wp-site-blocks main > .wp-block-group.has-global-padding,
body.page-id-16 .wp-site-blocks main > .wp-block-group.has-global-padding,
body.page .wp-site-blocks main > .wp-block-group.has-global-padding {
  padding: 0 !important;
}
body.home .wp-block-post-content,
body.page-id-8 .wp-block-post-content,
body.page-id-16 .wp-block-post-content,
body.page .wp-block-post-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw !important;
}
body.home .wp-block-post-content > .crc-hero,
body.page-id-8 .wp-block-post-content > .crc-hero,
body.page-id-16 .wp-block-post-content > .crc-hero {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
}
:where(.entry-content, .wp-block-post-content) > .crc-hero,
:where(.entry-content, .wp-block-post-content) > .crc-section {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
body.page:not(.home) .wp-block-post-content.alignfull {
  position: relative;
  left: var(--wp--style--root--padding-left, 0px);
}
:where(.entry-content, .wp-block-post-content) > .crc-notice {
  width: min(1200px, calc(100vw - 40px));
  max-width: none;
  margin-left: max(calc(50% - 600px), calc(50% - 50vw + 20px));
  margin-right: 0;
}
.crc-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--crc-line);
  box-shadow: 0 10px 28px rgba(0,34,64,.1);
}
.crc-topbar__inner {
  max-width: 1520px;
  margin: 0 auto;
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 30px;
}
.crc-brand { color: var(--crc-navy); font-weight: 850; text-decoration: none; line-height: 1; min-width: 320px; font-size: 27px; letter-spacing: 0; }
.crc-brand small { display: block; font-size: 12px; color: #222; font-weight: 750; margin-bottom: 5px; }
.crc-nav { display: flex; gap: 30px; flex-wrap: nowrap; align-items: center; justify-content: flex-end; flex: 1; }
.crc-nav a { color: #111; text-decoration: none; font-size: 14px; font-weight: 750; padding: 34px 0; border-bottom: 3px solid transparent; white-space: nowrap; }
.crc-nav a:hover { border-color: var(--crc-cyan); }
.crc-lang { display: flex; gap: 6px; align-items: center; }
.crc-lang a { min-width: 42px; text-align: center; border: 1px solid var(--crc-blue); border-radius: 0; padding: 10px 10px; text-decoration: none; color: var(--crc-blue); font-weight: 900; font-size: 13px; }
.crc-lang a.is-active { color: #fff; background: var(--crc-blue); border-color: var(--crc-blue); }
.crc-mobile-menu { display: none; }
.crc-mobile-nav { display: none; }
.crc-mega {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-top: 1px solid #edf3f7;
  background: #f8fbfd;
  box-shadow: 0 18px 36px rgba(0,34,64,.14);
}
.crc-topbar:hover .crc-mega,
.crc-topbar:focus-within .crc-mega {
  display: block;
}
.crc-mega__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 14px 20px 16px;
}
.crc-mega h3 {
  margin: 0 0 8px;
  color: var(--crc-navy);
  font-size: 13px;
}
.crc-mega ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 5px;
}
.crc-mega li {
  color: #47647b;
  font-size: 12px;
  line-height: 1.4;
}
.crc-mega a {
  color: inherit;
  text-decoration: none;
}
.crc-mega a:hover {
  color: var(--crc-blue);
}
.crc-notice {
  max-width: 1200px;
  margin: 18px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 180px 1fr;
  border: 1px solid #dbe8ef;
  background: #fff;
}
.crc-notice strong {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--crc-blue);
  color: #fff;
  padding: 12px;
  font-size: 13px;
}
.crc-notice a {
  display: block;
  padding: 12px 16px;
  color: #17334d;
  text-decoration: none;
  font-weight: 700;
}
.crc-hero {
  position: relative;
  min-height: calc(100vh - 104px);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,0)), var(--hero, none);
  background-size: cover;
  background-position: center right;
  display: grid;
  align-items: end;
}
.crc-hero--industrial {
  background:
    linear-gradient(90deg, rgba(2,13,28,.9) 0%, rgba(2,26,48,.72) 42%, rgba(2,26,48,.16) 78%),
    linear-gradient(180deg, rgba(0,64,152,.18), rgba(0,0,0,.18)),
    var(--hero, none);
  background-size: cover;
  background-position: center;
}
.crc-hero--industrial::before {
  content: "";
  position: absolute;
  left: clamp(18px, 5vw, 76px);
  top: -18%;
  bottom: -18%;
  width: clamp(80px, 10vw, 150px);
  background: rgba(0,139,210,.52);
  transform: skewX(-21deg);
  mix-blend-mode: screen;
  z-index: 1;
}
.crc-hero--industrial::after {
  content: "";
  position: absolute;
  inset: auto 88px 0 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(2,13,28,0), rgba(2,13,28,.74));
  pointer-events: none;
  z-index: 1;
}
.crc-hero__copy {
  position: relative;
  z-index: 2;
  width: min(790px, calc(100vw - 220px));
  margin: 0 0 84px clamp(34px, 7vw, 112px);
  padding: 0;
  color: var(--crc-navy);
}
.crc-hero .crc-kicker { color: var(--crc-blue); font-size: 15px; margin-bottom: 14px; }
.crc-hero h1 { max-width: 720px; font-size: clamp(38px, 4vw, 60px); line-height: 1.08; margin: 0 0 22px; letter-spacing: 0; font-weight: 850; }
.crc-hero p { max-width: 600px; font-size: 16px; line-height: 1.85; margin: 0 0 30px; color: #172338; font-weight: 550; }
.crc-hero--industrial .crc-hero__copy {
  color: #fff;
  margin-bottom: clamp(62px, 8vw, 112px);
  padding-left: clamp(0px, 1vw, 18px);
}
.crc-hero--industrial .crc-kicker {
  color: #56d4ff;
}
.crc-hero--industrial h1 {
  color: #fff;
  text-shadow: 0 16px 34px rgba(0,0,0,.35);
}
.crc-hero--industrial p {
  color: #e5f1f8;
  max-width: 650px;
}
.crc-side-actions {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 88px;
  height: 100%;
  background: rgba(4,20,16,.76);
  display: grid;
  align-content: start;
}
.crc-side-actions a {
  min-height: 104px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid rgba(255,255,255,.28);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .04em;
}
.crc-scroll {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 42px;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: 900;
  letter-spacing: .14em;
}
.crc-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.crc-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 22px; border-radius: 0; font-weight: 750; text-decoration: none; border: 1px solid var(--crc-blue); background: var(--crc-blue); color: #fff; box-shadow: 0 10px 24px rgba(0,64,152,.14); font-size: 14px; }
.crc-btn--light { background: #fff; color: var(--crc-blue); border-color: #fff; }
.crc-btn--ghost { background: rgba(255,255,255,.78); color: var(--crc-blue); border-color: rgba(0,64,152,.42); backdrop-filter: blur(8px); }
.crc-section { padding: 72px 30px; position: relative; box-sizing: border-box; }
.crc-section:nth-of-type(even) { background: #f7fafc; }
.crc-container { max-width: 1200px; margin: 0 auto; }
.crc-kicker { color: var(--crc-cyan); font-weight: 750; font-size: 11px; margin: 0 0 8px; text-transform: uppercase; }
.crc-heading { font-size: clamp(26px, 2.3vw, 34px); line-height: 1.22; margin: 0 0 14px; color: var(--crc-navy); letter-spacing: 0; font-weight: 750; }
.crc-lead { max-width: 780px; line-height: 1.85; color: #36536a; font-size: 15px; font-weight: 400; }
.crc-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.crc-grid--four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.crc-card { border: 0; background: #fff; border-radius: 0; overflow: hidden; box-shadow: 0 14px 30px rgba(7,20,38,.07); position: relative; }
.crc-card::before { content: ""; display: block; height: 5px; background: linear-gradient(90deg, var(--crc-blue), var(--crc-cyan)); }
.crc-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.crc-card__body { padding: 22px 22px 24px; }
.crc-card h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.38; color: var(--crc-navy); font-weight: 750; }
.crc-card p { margin: 0; color: #27384d; line-height: 1.78; font-weight: 400; font-size: 14px; }
.crc-link-card a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}
.crc-link-card {
  transition: transform .18s ease, box-shadow .18s ease;
}
.crc-link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(7,20,38,.14);
}
.crc-link-card h3 { min-height: 0; }
.crc-section--sustainability {
  background:
    linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
}
.crc-sustainability-panel {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
}
.crc-sustainability-panel__image {
  position: relative;
  min-height: 330px;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px;
  background:
    linear-gradient(180deg, rgba(3,18,35,.05), rgba(3,18,35,.9)),
    var(--image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 54px rgba(7,20,38,.14);
}
.crc-sustainability-panel__image::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -22%;
  bottom: -22%;
  width: 74px;
  background: rgba(0,139,210,.68);
  transform: skewX(-22deg);
}
.crc-sustainability-panel__image span,
.crc-sustainability-panel__image strong {
  position: relative;
  z-index: 1;
}
.crc-sustainability-panel__image span {
  color: #67d8ff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.crc-sustainability-panel__image strong {
  display: block;
  max-width: 560px;
  margin-top: 12px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.28;
  font-weight: 800;
}
.crc-sustainability-panel__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.crc-sustainability-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  background: #fff;
  border-left: 5px solid var(--crc-blue);
  padding: 22px 24px 24px;
  box-shadow: 0 14px 30px rgba(7,20,38,.07);
}
.crc-sustainability-item span {
  display: grid;
  place-items: center;
  min-height: 40px;
  background: #e9f4f8;
  color: var(--crc-blue);
  font-size: 12px;
  font-weight: 750;
}
.crc-sustainability-item h3 {
  margin: 0 0 8px;
  color: var(--crc-navy);
  font-size: 18px;
  line-height: 1.42;
  font-weight: 750;
}
.crc-sustainability-item p {
  margin: 0;
  color: #27384d;
  line-height: 1.85;
  font-weight: 400;
  font-size: 14px;
}
.crc-news-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 24px 0 18px;
}
.crc-news-tabs a {
  border: 0;
  background: #b8c0c8;
  color: #fff;
  border-radius: 0;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
}
.crc-news-tabs a:first-child {
  background: var(--crc-blue);
}
.crc-news-tabs a:hover {
  background: var(--crc-blue);
  color: #fff;
}
.crc-news-list {
  margin-top: 20px;
  border-top: 1px solid var(--crc-line);
  background: #fff;
  box-shadow: 0 14px 34px rgba(7,20,38,.05);
}
.crc-news-row {
  display: grid;
  grid-template-columns: 126px 148px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 62px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--crc-line);
  color: var(--crc-navy);
  text-decoration: none;
}
.crc-news-row:hover {
  background: #f5f9fd;
}
.crc-news-row time {
  color: #4c6277;
  font-weight: 800;
  font-size: 13px;
}
.crc-news-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 3px 12px;
  background: #e7f1f9;
  color: var(--crc-blue);
  font-size: 12px;
  font-weight: 900;
}
.crc-news-row strong {
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}
.crc-topic-stage {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  grid-auto-rows: 216px;
  gap: 18px;
}
.crc-topic-card {
  position: relative;
  min-height: 216px;
  background: linear-gradient(180deg, rgba(0,24,48,.02), rgba(0,24,48,.82)), var(--image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.crc-topic-card.is-large {
  grid-row: span 2;
}
.crc-topic-card a {
  color: #fff;
  text-decoration: none;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}
.crc-topic-card h3 {
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.2;
  margin: 6px 0 12px;
  font-weight: 800;
}
.crc-topic-card p:not(.crc-kicker) {
  max-width: 540px;
  line-height: 1.7;
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 400;
}
.crc-topic-card span {
  width: fit-content;
  border-bottom: 2px solid #fff;
  font-weight: 900;
}
.crc-service-feature {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 20px;
}
.crc-service-feature > p:empty {
  display: none;
}
.crc-service-feature__main,
.crc-service-step {
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0,22,44,.06), rgba(0,22,44,.92)),
    var(--image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 52px rgba(7,20,38,.14);
}
.crc-service-feature__main::before,
.crc-service-step::before {
  content: "";
  position: absolute;
  left: 26px;
  top: -22%;
  bottom: -22%;
  width: 82px;
  background: rgba(0,139,210,.72);
  transform: skewX(-22deg);
}
.crc-service-feature__main {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 44px;
}
.crc-service-feature__main span,
.crc-service-feature__main strong,
.crc-service-feature__main em,
.crc-service-step span,
.crc-service-step strong,
.crc-service-step em {
  position: relative;
  z-index: 1;
}
.crc-service-feature__main span {
  color: #67d8ff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.crc-service-feature__main strong {
  display: block;
  max-width: 680px;
  margin: 12px 0 20px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.22;
  font-weight: 800;
}
.crc-service-feature__main em {
  width: fit-content;
  border-bottom: 2px solid #fff;
  font-style: normal;
  font-weight: 900;
}
.crc-service-feature__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.crc-service-step {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
}
.crc-service-step span {
  color: #67d8ff;
  font-size: 12px;
  font-weight: 950;
}
.crc-service-step strong {
  display: block;
  margin: 8px 0 8px;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 800;
}
.crc-service-step em {
  display: block;
  margin: 0;
  color: #e8f3f8;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 450;
  font-style: normal;
}
.crc-spec { width: 100%; border-collapse: collapse; margin: 24px 0; background: #fff; border: 1px solid var(--crc-line); }
.crc-spec th, .crc-spec td { border-bottom: 1px solid var(--crc-line); padding: 14px 16px; vertical-align: top; }
.crc-spec th { width: 220px; background: var(--crc-soft); color: var(--crc-navy); text-align: left; }
.crc-search { background: #fff; border: 1px solid var(--crc-line); border-radius: 6px; padding: 18px; display: grid; grid-template-columns: 1.5fr repeat(4, minmax(120px,1fr)) auto; gap: 10px; align-items: end; margin: 28px 0; }
.crc-search label { display: grid; gap: 6px; font-size: 12px; font-weight: 800; color: #47647b; }
.crc-search input, .crc-search select { min-height: 42px; border: 1px solid #cbd8e3; border-radius: 4px; padding: 8px 10px; font-size: 14px; }
.crc-search button { min-height: 42px; border: 0; border-radius: 4px; background: var(--crc-blue); color: #fff; font-weight: 800; padding: 0 18px; }
.crc-results-meta { color: #49657a; font-weight: 700; margin-bottom: 16px; }
.crc-work-card a { color: inherit; text-decoration: none; }
.crc-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; }
.crc-meta span { font-size: 12px; color: var(--crc-blue); background: #e9f4f8; border-radius: 3px; padding: 4px 7px; font-weight: 800; }
.crc-work-detail { max-width: 1080px; margin: 0 auto; padding: 48px 20px 80px; }
.crc-work-detail__hero { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 6px; margin: 22px 0 28px; }
.crc-contact-note { background: #f3f8fb; border-left: 4px solid var(--crc-cyan); padding: 16px 18px; margin: 20px 0; }
.wpcf7 form { max-width: 760px; }
.wpcf7 input, .wpcf7 textarea, .wpcf7 select { width: 100%; border: 1px solid #cbd8e3; border-radius: 4px; padding: 11px 12px; }
.wpcf7-submit { background: var(--crc-blue); color: #fff; font-weight: 800; cursor: pointer; }
.crc-footer {
  background: #061c33;
  color: #dceaf3;
  margin-top: 48px;
}
.crc-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 20px;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.crc-footer__brand {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 12px;
}
.crc-footer h3 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 15px;
}
.crc-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.crc-footer li,
.crc-footer p {
  color: #bdd0dc;
  line-height: 1.75;
}
.crc-footer a {
  color: #bdd0dc;
  text-decoration: none;
}
.crc-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.crc-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px 24px;
  color: #93a9b8;
  font-size: 12px;
}
.crc-page-hero {
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: 340px;
  display: grid;
  align-items: end;
  color: #fff;
  background: linear-gradient(90deg, rgba(0,21,45,.86), rgba(0,47,91,.45), rgba(0,47,91,.12)), var(--hero);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.crc-page-hero::before {
  content: "";
  position: absolute;
  left: clamp(28px, 8vw, 120px);
  top: -20%;
  bottom: -20%;
  width: 86px;
  background: rgba(0,139,210,.78);
  transform: skewX(-24deg);
}
.crc-page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 30px 54px;
}
.crc-page-hero .crc-kicker {
  color: #65d7ff;
  margin-bottom: 12px;
}
.crc-page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 950;
}
.crc-page-hero p {
  max-width: 680px;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
}

body:not(.home) .crc-section {
  padding: 46px 30px 54px;
}
body:not(.home) .crc-heading {
  font-size: clamp(25px, 2.4vw, 34px);
}
body:not(.home) .crc-card__body {
  padding: 22px 22px 24px;
}
body:not(.home) .crc-card h3 {
  font-size: 17px;
}
@media (max-width: 900px) {
  .crc-topbar__inner { align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 10px 12px; padding: 10px 14px; min-height: 64px; }
  .crc-brand { min-width: 0; flex: 1 1 auto; font-size: 18px; line-height: 1; }
  .crc-brand small { font-size: 10px; }
  .crc-lang { display: none; }
  .crc-mobile-menu { display: grid; place-items: center; align-self: stretch; min-width: 66px; margin: -10px -14px -10px 0; background: var(--crc-blue); color: #fff; font-size: 12px; font-weight: 900; }
  .crc-mobile-menu::before { content: ""; width: 26px; height: 16px; display: block; border-top: 3px solid #fff; border-bottom: 3px solid #fff; box-shadow: inset 0 6px 0 0 #fff; margin-bottom: 4px; }
  .crc-mobile-menu { border: 0; cursor: pointer; }
  .crc-mobile-menu[aria-expanded="true"] { background: var(--crc-deep-blue); }
  .crc-mobile-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1001;
    background: #fff;
    border-top: 1px solid var(--crc-line);
    box-shadow: 0 18px 38px rgba(7,20,38,.14);
    padding: 10px 16px 16px;
  }
  .crc-mobile-nav.is-open { display: grid; }
  .crc-mobile-nav a {
    color: var(--crc-navy);
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
    padding: 13px 2px;
    border-bottom: 1px solid #e7eef4;
  }
  .crc-mobile-nav a:last-child { border-bottom: 0; }
  .crc-nav { display: none; }
  .crc-nav::-webkit-scrollbar { display: none; }
  .crc-nav a { flex: 0 0 auto; white-space: nowrap; }
  .crc-mega { display: none !important; }
  .crc-notice { grid-template-columns: 1fr; }
  .crc-grid, .crc-grid--four { grid-template-columns: 1fr; }
  .crc-search { grid-template-columns: 1fr; }
  .crc-hero { min-height: calc(100vh - 64px); background-position: 62% center; }
  .crc-hero::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.88)); z-index: 1; transform: none; }
  .crc-hero--industrial::after { inset: 35% 0 0; height: auto; background: linear-gradient(180deg, rgba(2,13,28,0), rgba(2,13,28,.9)); }
  .crc-hero--industrial::before { width: 88px; left: 14px; }
  .crc-hero__copy { width: auto; margin: 0 18px 34px; padding: 0; }
  .crc-hero--industrial .crc-hero__copy { margin: 0 20px 38px; }
  .crc-hero h1 { font-size: clamp(27px, 7.4vw, 34px); max-width: 350px; line-height: 1.14; }
  .crc-hero p { font-size: 13px; line-height: 1.75; max-width: 330px; font-weight: 400; }
  .crc-section { padding: 54px 22px; }
  .crc-heading { font-size: clamp(23px, 6.4vw, 29px); line-height: 1.28; }
  .crc-lead { font-size: 13px; line-height: 1.85; }
  .crc-card h3 { font-size: 17px; }
  .crc-card p { font-size: 13px; }
  .crc-hero--industrial p { color: #e5f1f8; }
  .crc-side-actions { display: none; }
  .crc-scroll { display: none; }
  .crc-topic-stage { grid-template-columns: 1fr; grid-auto-rows: minmax(260px, auto); }
  .crc-topic-card.is-large { grid-row: auto; }
  .crc-topic-card h3 { font-size: clamp(21px, 6vw, 28px); }
  .crc-topic-card p:not(.crc-kicker) { font-size: 13px; }
  .crc-service-feature { grid-template-columns: 1fr; margin-top: 24px; }
  .crc-service-feature__main { min-height: 320px; padding: 28px 22px; }
  .crc-service-feature__main strong { font-size: clamp(23px, 6.6vw, 30px); line-height: 1.24; }
  .crc-service-feature__grid { grid-template-columns: 1fr; gap: 12px; }
  .crc-service-step { min-height: 168px; padding: 20px; }
  .crc-sustainability-panel { grid-template-columns: 1fr; margin-top: 24px; }
  .crc-sustainability-panel__image { min-height: 300px; padding: 28px 22px; }
  .crc-sustainability-panel__image::before { left: 22px; width: 54px; }
  .crc-sustainability-panel__image strong { font-size: clamp(22px, 6.2vw, 28px); line-height: 1.28; }
  .crc-sustainability-panel__items { grid-template-columns: 1fr; gap: 12px; }
  .crc-sustainability-item { grid-template-columns: 1fr; gap: 12px; padding: 20px; }
  .crc-sustainability-item span { width: 66px; min-height: 42px; }
  .crc-sustainability-item h3 { font-size: 17px; }
  .crc-sustainability-item p { font-size: 13px; line-height: 1.82; }
  .crc-news-row { grid-template-columns: 1fr; gap: 8px; align-items: start; padding: 16px; }
  .crc-news-row span { width: fit-content; justify-content: flex-start; }
  .crc-footer__inner { grid-template-columns: 1fr; }
  .crc-page-hero { min-height: 230px; }
  .crc-page-hero::before { left: 24px; width: 54px; }
  .crc-page-hero__inner { padding: 42px 24px 34px; }
  .crc-page-hero h1 { font-size: clamp(30px, 9.2vw, 40px); }
  .crc-page-hero p { font-size: 14px; line-height: 1.65; }
  body:not(.home) .crc-section { padding: 36px 20px 42px; }
  .crc-spec,
  .crc-spec tbody,
  .crc-spec tr,
  .crc-spec th,
  .crc-spec td {
    display: block;
    width: 100%;
  }
  .crc-spec {
    border: 0;
    background: transparent;
  }
  .crc-spec tr {
    border: 1px solid var(--crc-line);
    background: #fff;
    margin-bottom: 10px;
  }
  .crc-spec th,
  .crc-spec td {
    box-sizing: border-box;
    padding: 12px 14px;
  }
  .crc-spec td {
    overflow-wrap: anywhere;
  }
}

body.home .entry-content > .crc-hero,
body.home .entry-content > .crc-section,
body.page-id-8 .entry-content > .crc-hero,
body.page-id-8 .entry-content > .crc-section,
body.page-id-16 .entry-content > .crc-hero,
body.page-id-16 .entry-content > .crc-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
}
body.home .wp-block-group.alignfull.has-global-padding,
body.home .entry-content.alignfull,
body.page-id-8 .wp-block-group.alignfull.has-global-padding,
body.page-id-8 .entry-content.alignfull,
body.page-id-16 .wp-block-group.alignfull.has-global-padding,
body.page-id-16 .entry-content.alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100vw !important;
}
body.home .wp-block-group.alignfull.has-global-padding,
body.page-id-8 .wp-block-group.alignfull.has-global-padding,
body.page-id-16 .wp-block-group.alignfull.has-global-padding {
  position: relative !important;
  left: calc(50% - 50vw) !important;
}

/* Typography scale correction 2026-06-09: keep the site closer to a restrained B2B corporate scale. */
body {
  font-size: 14px;
}
.crc-topbar__inner {
  min-height: 76px;
}
.crc-brand {
  min-width: 270px;
  font-size: 21px;
  font-weight: 760;
}
.crc-brand small {
  font-size: 10px;
  font-weight: 650;
}
.crc-nav {
  gap: 24px;
}
.crc-nav a {
  font-size: 12px;
  font-weight: 650;
  padding: 26px 0;
}
.crc-lang a {
  min-width: 36px;
  padding: 8px 8px;
  font-size: 11px;
  font-weight: 700;
}
.crc-hero {
  min-height: min(780px, calc(86vh - 76px));
}
.crc-hero__copy {
  width: min(650px, calc(100vw - 190px));
  margin-bottom: clamp(48px, 6vw, 82px);
}
.crc-hero h1 {
  max-width: 620px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.14;
  font-weight: 760;
}
.crc-hero p {
  max-width: 560px;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400;
}
.crc-hero .crc-kicker,
.crc-kicker {
  font-size: 10px;
  font-weight: 700;
}
.crc-btn {
  min-height: 40px;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 700;
}
.crc-section {
  padding: 56px 30px;
}
.crc-heading {
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.3;
  font-weight: 700;
}
.crc-lead {
  max-width: 720px;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 400;
}
.crc-card__body {
  padding: 18px 18px 20px;
}
.crc-card h3,
body:not(.home) .crc-card h3 {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}
.crc-card p {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}
.crc-news-tabs a {
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 700;
}
.crc-news-row {
  min-height: 54px;
  padding: 12px 18px;
}
.crc-news-row time,
.crc-news-row span {
  font-size: 11px;
  font-weight: 700;
}
.crc-news-row strong {
  font-size: 13px;
  font-weight: 700;
}
.crc-topic-card a {
  padding: 24px;
}
.crc-topic-card h3 {
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.25;
  font-weight: 740;
}
.crc-topic-card p:not(.crc-kicker) {
  font-size: 12px;
  line-height: 1.72;
  font-weight: 400;
}
.crc-topic-card span,
.crc-service-feature__main em {
  font-size: 12px;
  font-weight: 700;
}
.crc-service-feature__main {
  min-height: 430px;
  padding: 34px;
}
.crc-service-feature__main span,
.crc-service-step span,
.crc-sustainability-panel__image span {
  font-size: 10px;
  font-weight: 700;
}
.crc-service-feature__main strong {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.28;
  font-weight: 760;
}
.crc-service-step {
  min-height: 208px;
  padding: 22px;
}
.crc-service-step strong {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 740;
}
.crc-service-step em {
  font-size: 11.5px;
  line-height: 1.72;
  font-weight: 400;
}
.crc-sustainability-panel__image {
  min-height: 280px;
  padding: 30px;
}
.crc-sustainability-panel__image strong {
  max-width: 500px;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.32;
  font-weight: 760;
}
.crc-sustainability-item {
  padding: 18px 20px 20px;
}
.crc-sustainability-item span {
  min-height: 34px;
  font-size: 10px;
  font-weight: 700;
}
.crc-sustainability-item h3 {
  font-size: 15px;
  line-height: 1.48;
  font-weight: 700;
}
.crc-sustainability-item p {
  font-size: 12px;
  line-height: 1.82;
  font-weight: 400;
}
.crc-footer__brand {
  font-size: 18px;
  font-weight: 750;
}
.crc-footer h3 {
  font-size: 13px;
  font-weight: 700;
}
.crc-footer li,
.crc-footer p {
  font-size: 12px;
}
body:not(.home) .crc-heading {
  font-size: clamp(22px, 1.8vw, 28px);
}

@media (max-width: 900px) {
  .crc-topbar__inner {
    min-height: 54px;
    padding: 8px 12px;
  }
  .crc-brand {
    font-size: 15px;
    min-width: 0;
  }
  .crc-brand small {
    font-size: 8px;
  }
  .crc-mobile-menu {
    min-width: 54px;
    font-size: 10px;
  }
  .crc-mobile-menu::before {
    width: 21px;
    height: 13px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    box-shadow: inset 0 5px 0 0 #fff;
  }
  .crc-hero {
    min-height: min(680px, calc(86vh - 54px));
  }
  .crc-hero__copy,
  .crc-hero--industrial .crc-hero__copy {
    margin: 0 18px 30px;
  }
  .crc-hero h1 {
    font-size: clamp(23px, 6.2vw, 28px);
    line-height: 1.18;
  }
  .crc-hero p {
    font-size: 11.5px;
    line-height: 1.75;
  }
  .crc-section {
    padding: 42px 20px;
  }
  .crc-heading {
    font-size: clamp(20px, 5.4vw, 24px);
    line-height: 1.34;
  }
  .crc-lead {
    font-size: 12px;
    line-height: 1.82;
  }
  .crc-card h3,
  body:not(.home) .crc-card h3 {
    font-size: 14px;
  }
  .crc-card p {
    font-size: 11.5px;
  }
  .crc-topic-card h3 {
    font-size: clamp(18px, 5vw, 23px);
  }
  .crc-topic-card p:not(.crc-kicker) {
    font-size: 11.5px;
  }
  .crc-service-feature__main {
    min-height: 270px;
    padding: 24px 20px;
  }
  .crc-service-feature__main strong {
    font-size: clamp(20px, 5.6vw, 25px);
  }
  .crc-service-step {
    min-height: 148px;
    padding: 18px;
  }
  .crc-service-step strong {
    font-size: 14px;
  }
  .crc-sustainability-panel__image {
    min-height: 240px;
    padding: 24px 20px;
  }
  .crc-sustainability-panel__image strong {
    font-size: clamp(19px, 5vw, 24px);
  }
  .crc-sustainability-item {
    padding: 16px 18px 18px;
  }
  .crc-sustainability-item h3 {
    font-size: 14px;
  }
  .crc-sustainability-item p {
    font-size: 11.5px;
  }
  .crc-news-row strong {
    font-size: 12px;
  }
}
