.inner-page { --inner-width: 1280px; background: #fff; }
.inner-container, .breadcrumb-wrap { width: min(calc(100% - 96px), var(--inner-width)); margin-inline: auto; }

.inner-hero { position: relative; height: 350px; overflow: hidden; color: #fff; background: #102838; }
.inner-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.inner-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,24,37,.92) 0%, rgba(4,31,47,.78) 30%, rgba(4,31,47,.22) 63%, rgba(4,31,47,.03) 100%); }
.inner-hero-copy { position: absolute; top: 50%; left: max(48px, calc((100% - min(calc(100% - 96px), var(--inner-width))) / 2)); transform: translateY(-50%); }
.inner-hero-copy p { margin: 0 0 15px; color: var(--cyan); font: 700 13px/1 Arial, sans-serif; letter-spacing: 2.3px; }
.inner-hero-copy h1 { margin: 0; font-size: 52px; line-height: 1.1; letter-spacing: -2px; }
.inner-hero-copy span { margin-top: 18px; display: block; color: #d7e7ee; font-size: 17px; letter-spacing: .5px; }

.subnav { position: relative; z-index: 3; background: #fff; border-bottom: 1px solid #e3ebef; box-shadow: 0 8px 24px rgba(15,40,54,.05); }
.subnav-inner { width: min(calc(100% - 96px), var(--inner-width)); min-height: 78px; margin-inline: auto; display: grid; grid-template-columns: repeat(6, 1fr); }
.subnav a, .subnav span { position: relative; display: grid; place-items: center; color: #44545e; border-right: 1px solid #e5edf1; font-size: 15px; }
.subnav a:first-child, .subnav span:first-child { border-left: 1px solid #e5edf1; }
.subnav a.active { color: var(--blue); font-weight: 700; }
.subnav a.active::after { content: ""; position: absolute; right: 26%; bottom: 0; left: 26%; height: 3px; background: var(--blue); }
.subnav span { cursor: default; }

.breadcrumb { min-height: 58px; display: flex; align-items: center; gap: 11px; color: #89969e; font-size: 12px; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb i { color: #bac4ca; font-size: 9px; }
.breadcrumb span { color: #50616b; }

.profile-section { padding: 24px 0 86px; }
.profile-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(410px, .9fr); gap: 76px; align-items: center; }
.profile-visual { position: relative; height: 472px; overflow: hidden; background: #eaf2f6; }
.profile-visual::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 74px; height: 8px; background: var(--cyan); }
.profile-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-caption { position: absolute; right: 0; bottom: 0; min-width: 270px; padding: 19px 25px; display: flex; flex-direction: column; color: #fff; background: rgba(4,29,43,.88); border-left: 4px solid var(--cyan); backdrop-filter: blur(5px); }
.image-caption b { font-size: 16px; }
.image-caption span { margin-top: 5px; color: #bcd0d9; font-size: 11px; }
.inner-kicker { margin: 0 0 20px; color: var(--blue); font: 700 12px/1 Arial, sans-serif; letter-spacing: 1.6px; }
.inner-kicker b { margin-right: 11px; font-size: 24px; }
.profile-copy h2 { margin: 0; font-size: 42px; line-height: 1.25; letter-spacing: -1px; }
.title-rule { width: 52px; height: 4px; margin: 22px 0 27px; background: var(--blue); }
.profile-copy > p:not(.inner-kicker) { margin: 0 0 15px; color: #536570; font-size: 16px; line-height: 2; text-align: justify; }
.inline-cta { min-height: 46px; margin-top: 15px; padding: 0 23px; display: inline-flex; align-items: center; gap: 20px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; }
.inline-cta:hover { background: #008ac5; }

.profile-stats { color: #fff; background: linear-gradient(104deg, #071c2a 0%, #0b3548 63%, #075f7d 100%); }
.stats-grid { min-height: 148px; display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid article { position: relative; padding: 28px 22px; display: flex; flex-direction: column; justify-content: center; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.stats-grid article:last-child { border-right: 0; }
.stats-grid strong { color: var(--cyan); font: 800 36px/1 Arial, "Microsoft YaHei", sans-serif; }
.stats-grid strong small { margin-left: 5px; color: #fff; font: 700 14px/1 "Microsoft YaHei", sans-serif; }
.stats-grid span { margin-top: 12px; color: #c6d5dc; font-size: 13px; }

.capability-section { padding: 86px 0 92px; background: #f4f8fa; }
.inner-section-head { margin-bottom: 36px; display: flex; align-items: end; justify-content: space-between; }
.inner-section-head p { margin: 0 0 10px; color: var(--blue); font: 700 12px/1 Arial, sans-serif; letter-spacing: 1.7px; }
.inner-section-head h2 { margin: 0; font-size: 34px; line-height: 1.2; }
.inner-section-head > span { color: #6c7b84; font-size: 13px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.capability-grid article { position: relative; min-height: 370px; overflow: hidden; background: #071d2c; }
.capability-grid article::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(180deg, transparent, rgba(3,20,31,.95)); }
.capability-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.capability-grid article:hover img { transform: scale(1.035); }
.capability-grid article > div { position: absolute; z-index: 2; right: 26px; bottom: 25px; left: 26px; color: #fff; }
.capability-grid b { color: var(--cyan); font: 700 12px/1 Arial, sans-serif; letter-spacing: 1.4px; }
.capability-grid h3 { margin: 10px 0 8px; font-size: 24px; }
.capability-grid p { margin: 0; color: #c5d4db; font-size: 13px; line-height: 1.7; }

.inner-contact { color: #fff; background: linear-gradient(100deg, #008ecb, #06a9da); }
.inner-contact-layout { min-height: 154px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.inner-contact p { margin: 0 0 9px; color: #bdeeff; font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.4px; }
.inner-contact h2 { margin: 0; font-size: 30px; }
.inner-contact div > span { margin-top: 9px; display: block; color: #ddf6ff; font-size: 13px; }
.inner-contact a { min-width: 310px; min-height: 78px; padding-left: 30px; display: flex; align-items: center; gap: 18px; border-left: 1px solid rgba(255,255,255,.55); }
.inner-contact a i { font-size: 30px; }
.inner-contact a > span { display: flex; flex-direction: column; font-size: 12px; }
.inner-contact a small { margin-top: 7px; color: #fff; font: 800 24px/1 Arial, sans-serif; }

/* About / company profile */
.about-page .subnav-inner { grid-template-columns: repeat(4, 1fr); }
.about-page .subnav a { border-left: 0; }
.about-page .subnav a:first-child { border-left: 1px solid #e5edf1; }
.about-page .subnav a:last-child { border-right: 1px solid #e5edf1; }
.about-page .breadcrumb span { color: #50616b; }

.about-overview { padding: 28px 0 86px; background: #fff; }
.about-intro-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr); gap: 72px; align-items: stretch; }
.about-manifesto { padding: 24px 0 18px; }
.about-eyebrow { margin: 0 0 18px; color: var(--blue); font: 700 11px/1 Arial, sans-serif; letter-spacing: 1.9px; }
.about-manifesto h2 { margin: 0; font-size: 42px; line-height: 1.3; letter-spacing: -1.2px; }
.about-manifesto > p:not(.about-eyebrow) { max-width: 560px; margin: 0 0 14px; color: #536570; font-size: 16px; line-height: 1.95; }

.about-dossier { position: relative; padding: 38px 42px 34px; color: #fff; background: #092536; overflow: hidden; }
.about-dossier::before { content: ""; position: absolute; top: 0; right: 0; width: 42%; height: 5px; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.about-dossier::after { content: "ZLC"; position: absolute; right: -6px; bottom: -29px; color: rgba(255,255,255,.035); font: 900 128px/1 Arial, sans-serif; letter-spacing: -10px; pointer-events: none; }
.dossier-head { position: relative; z-index: 1; padding-bottom: 21px; display: flex; align-items: end; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.17); }
.dossier-head span { color: #69d8fb; font: 700 9px/1 Arial, sans-serif; letter-spacing: 1.5px; }
.dossier-head b { font-size: 19px; }
.about-dossier dl { position: relative; z-index: 1; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); }
.about-dossier dl > div { min-height: 100px; padding: 20px 18px 16px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.about-dossier dl > div:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.13); }
.about-dossier dl > .dossier-wide { grid-column: 1 / -1; min-height: 82px; padding-left: 0; border-left: 0; border-bottom: 0; }
.about-dossier dt { margin-bottom: 10px; color: #91a9b5; font-size: 11px; }
.about-dossier dd { margin: 0; color: #f3f8fa; font-size: 15px; line-height: 1.55; }
.about-dossier dd strong { margin-right: 5px; color: var(--cyan); font: 800 30px/1 Arial, sans-serif; }

.about-workshop-band { position: relative; height: 420px; margin: 34px 0 0; overflow: hidden; background: #dfe9ed; }
.about-workshop-band::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(180deg, transparent, rgba(4,25,37,.62)); }
.about-workshop-band img { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; }
.about-workshop-band figcaption { position: absolute; z-index: 1; right: 34px; bottom: 30px; padding-left: 18px; display: flex; flex-direction: column; color: #fff; border-left: 3px solid var(--cyan); }
.about-workshop-band figcaption b { font-size: 18px; }
.about-workshop-band figcaption span { margin-top: 6px; color: #d5e4ea; font-size: 11px; }

.about-scope { padding: 82px 0 88px; background: #f3f8fa; }
.about-section-head { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.about-section-head p { margin: 0 0 10px; color: var(--blue); font: 700 11px/1 Arial, sans-serif; letter-spacing: 1.8px; }
.about-section-head h2 { margin: 0; font-size: 36px; line-height: 1.2; }
.about-section-head > span { max-width: 480px; color: #697a84; font-size: 13px; line-height: 1.7; text-align: right; }
.about-section-head > a { display: inline-flex; align-items: center; gap: 14px; color: var(--blue); font-size: 13px; font-weight: 700; }
.about-section-head > a span { font-size: 18px; }
.scope-categories { display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border-top: 3px solid #102f40; border-bottom: 1px solid #dce7ec; }
.scope-categories article { min-height: 192px; padding: 30px 24px 26px; border-right: 1px solid #dce7ec; }
.scope-categories article:last-child { border-right: 0; }
.scope-categories article > span { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.scope-categories h3 { margin: 23px 0 12px; font-size: 26px; }
.scope-categories p { margin: 0; color: #718089; font-size: 12px; line-height: 1.7; }
.service-route { margin-top: 28px; display: grid; grid-template-columns: 300px 1fr; color: #fff; background: #0b2b3c; }
.route-title { padding: 34px 36px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg, #0b2b3c, #07577a); }
.route-title small { color: #72ddff; font: 700 9px/1 Arial, sans-serif; letter-spacing: 1.5px; }
.route-title h3 { margin: 11px 0 0; font-size: 21px; line-height: 1.45; }
.service-route ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; counter-reset: route; }
.service-route li { position: relative; min-height: 132px; padding: 34px 20px 24px; counter-increment: route; border-left: 1px solid rgba(255,255,255,.15); }
.service-route li::before { content: "0" counter(route); display: block; margin-bottom: 13px; color: var(--cyan); font: 700 11px/1 Arial, sans-serif; }
.service-route li b { display: block; font-size: 15px; }
.service-route li span { margin-top: 8px; display: block; color: #abc0ca; font-size: 10px; line-height: 1.6; }

.about-foundation { padding: 84px 0 90px; background: #fff; }
.foundation-gallery { height: 520px; display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.foundation-gallery figure { position: relative; margin: 0; overflow: hidden; background: #dfe9ed; }
.foundation-gallery .foundation-main { grid-row: 1 / 3; }
.foundation-gallery figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(2,22,34,.78)); }
.foundation-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.foundation-gallery figure:hover img { transform: scale(1.025); }
.foundation-gallery figcaption { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; display: flex; align-items: end; justify-content: space-between; gap: 18px; color: #fff; }
.foundation-gallery figcaption b { font-size: 20px; }
.foundation-gallery figcaption span { color: #c6d9e2; font-size: 10px; }

.about-certification { padding: 82px 0 86px; background: #eef5f8; }
.certification-layout { display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: center; }
.certification-copy h2 { margin: 0; font-size: 36px; }
.certification-copy > p:not(.about-eyebrow) { margin: 22px 0 0; color: #60727c; font-size: 14px; line-height: 1.9; }
.certification-files { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.certification-files figure { margin: 0; background: #fff; border: 1px solid #d9e5ea; box-shadow: 0 10px 28px rgba(13,47,64,.07); }
.certification-files figure > div { height: 260px; padding: 18px; display: grid; place-items: center; border-bottom: 1px solid #e2ebef; }
.certification-files img { max-width: 100%; max-height: 100%; object-fit: contain; }
.certification-files figcaption { min-height: 56px; padding: 0 14px; display: grid; place-items: center; color: #243b48; font-size: 12px; font-weight: 700; text-align: center; }

@media (max-width: 1100px) and (min-width: 901px) {
  .about-intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-manifesto { max-width: 720px; padding-bottom: 0; }
  .about-dossier { width: 100%; }
}

/* About / verified company material v5 */
.about-material-page .subnav-inner { grid-template-columns: repeat(6, 1fr); }
.about-material-page .subnav a { border-left: 0; }
.about-material-page .subnav a:first-child { border-left: 1px solid #e5edf1; }
.about-material-page .subnav a:last-child { border-right: 1px solid #e5edf1; }

.material-profile { padding: 24px 0 92px; background: #fff; }
.material-profile-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr); gap: 72px; align-items: stretch; }
.material-profile-copy { padding: 28px 0 22px; }
.material-profile-copy h2 { margin: 0; font-size: 42px; line-height: 1.3; letter-spacing: -1.2px; }
.material-profile-copy > p:not(.about-eyebrow) { max-width: 560px; margin: 0 0 14px; color: #536570; font-size: 16px; line-height: 1.95; }
.material-dossier { position: relative; padding: 36px 40px 30px; color: #fff; background: #092536; overflow: hidden; }
.material-dossier::before { content: ""; position: absolute; top: 0; right: 0; width: 42%; height: 5px; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.material-dossier::after { content: "ZLC"; position: absolute; right: -6px; bottom: -29px; color: rgba(255,255,255,.035); font: 900 128px/1 Arial, sans-serif; letter-spacing: -10px; pointer-events: none; }
.material-dossier dl { position: relative; z-index: 1; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); }
.material-dossier dl > div { min-height: 92px; padding: 18px 18px 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.material-dossier dl > div:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.13); }
.material-dossier dl > div:nth-last-child(-n+2) { border-bottom: 0; }
.material-dossier dt { margin-bottom: 9px; color: #91a9b5; font-size: 11px; }
.material-dossier dd { margin: 0; color: #f3f8fa; font-size: 14px; line-height: 1.55; }
.material-dossier dd strong { margin-right: 4px; color: var(--cyan); font: 800 28px/1 Arial, sans-serif; }
.material-profile-media { height: 380px; margin-top: 34px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }
.material-profile-media figure { position: relative; margin: 0; overflow: hidden; background: #dfe9ed; }
.material-profile-media figure::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(180deg, transparent, rgba(4,25,37,.68)); }
.material-profile-media img { width: 100%; height: 100%; object-fit: cover; }
.material-profile-media figure:first-child img { object-position: center 45%; }
.material-profile-media figure:last-child img { object-position: center 53%; }
.material-profile-media figcaption { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; padding-left: 15px; display: flex; flex-direction: column; color: #fff; border-left: 3px solid var(--cyan); }
.material-profile-media figcaption b { font-size: 17px; }
.material-profile-media figcaption span { margin-top: 5px; color: #d8e6eb; font-size: 10px; }

.material-philosophy { padding: 0 0 92px; background: #fff; }
.philosophy-panel { position: relative; min-height: 320px; padding: 58px 70px; display: grid; grid-template-columns: 220px 1fr; align-items: center; color: #fff; background: linear-gradient(116deg, #061d2b 0%, #0a3447 70%, #076484 100%); overflow: hidden; }
.philosophy-panel::after { content: "ZHONGLICAI"; position: absolute; right: 26px; bottom: -16px; color: rgba(255,255,255,.035); font: 900 76px/1 Arial, sans-serif; letter-spacing: -5px; }
.philosophy-mark { position: relative; z-index: 1; color: var(--cyan); font-size: 150px; font-weight: 900; line-height: .9; text-align: center; text-shadow: 16px 18px 0 rgba(255,255,255,.04); }
.philosophy-panel article { position: relative; z-index: 1; padding-left: 58px; border-left: 1px solid rgba(255,255,255,.2); }
.philosophy-panel article > p { margin: 0 0 10px; color: #69d8fb; font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.9px; }
.philosophy-panel h2 { margin: 0; font-size: 38px; }
.philosophy-lines { margin-top: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 42px; }
.philosophy-lines blockquote { margin: 0; padding-left: 18px; border-left: 3px solid var(--cyan); }
.philosophy-lines span { display: block; color: #9ab4c0; font-size: 11px; }
.philosophy-lines b { margin-top: 8px; display: block; font-size: 18px; line-height: 1.6; }

.material-organization { padding: 86px 0 90px; background: #f2f7f9; }
.org-board { display: grid; grid-template-columns: 230px 1fr; background: #fff; border: 1px solid #dbe7ec; box-shadow: 0 18px 45px rgba(11,45,62,.07); }
.org-lead { position: relative; padding: 42px 30px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: #0a2b3d; }
.org-lead::after { content: ""; position: absolute; top: 50%; right: -13px; width: 26px; height: 26px; background: #0a2b3d; transform: translateY(-50%) rotate(45deg); }
.org-lead span { color: #74ddfb; font-size: 10px; letter-spacing: 1.5px; }
.org-lead b { margin-top: 16px; font-size: 30px; }
.org-lead small { margin-top: 12px; color: #b9ccd5; font-size: 12px; }
.org-departments { display: grid; grid-template-columns: repeat(3, 1fr); }
.org-departments article { min-height: 170px; padding: 30px 26px; border-right: 1px solid #dfe9ee; border-bottom: 1px solid #dfe9ee; }
.org-departments article:nth-child(3n) { border-right: 0; }
.org-departments article:nth-last-child(-n+3) { border-bottom: 0; }
.org-departments i { color: var(--blue); font-size: 22px; }
.org-departments h3 { margin: 17px 0 10px; font-size: 20px; }
.org-departments p { margin: 0; color: #6b7c86; font-size: 11px; line-height: 1.75; }
.workforce-card { margin-top: 26px; padding: 34px 42px; display: grid; grid-template-columns: 240px 1fr; gap: 46px; align-items: center; background: #fff; border: 1px solid #dbe7ec; }
.workforce-copy p, .sales-mix-copy p { margin: 0 0 8px; color: var(--blue); font: 700 9px/1 Arial, sans-serif; letter-spacing: 1.5px; }
.workforce-copy h3, .sales-mix-copy h3 { margin: 0; font-size: 24px; }
.workforce-copy span, .sales-mix-copy span { margin-top: 9px; display: block; color: #7a8991; font-size: 10px; }
.workforce-bars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.workforce-bars article > span { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.workforce-bars b { font-size: 12px; }
.workforce-bars em { color: var(--blue); font: 700 18px/1 Arial, sans-serif; font-style: normal; }
.workforce-bars article > i { position: relative; height: 6px; display: block; background: #e4edf1; overflow: hidden; }
.workforce-bars article > i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--value); background: linear-gradient(90deg, #008fce, #35c7e8); }

.material-advantages { padding: 86px 0 92px; background: #fff; }
.advantage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.advantage-grid article { min-height: 260px; display: grid; grid-template-columns: 46% 54%; overflow: hidden; background: #f4f8fa; border: 1px solid #dce7ec; }
.advantage-grid figure { margin: 0; overflow: hidden; background: #dce7ec; }
.advantage-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.advantage-grid article:hover img { transform: scale(1.03); }
.advantage-grid article > div { padding: 31px 29px; }
.advantage-grid article > div > span { color: var(--blue); font: 700 9px/1 Arial, sans-serif; letter-spacing: 1.4px; }
.advantage-grid h3 { margin: 16px 0 12px; font-size: 23px; }
.advantage-grid p { margin: 0; color: #60727c; font-size: 12px; line-height: 1.9; }
.sales-mix { margin-top: 22px; padding: 34px 42px; display: grid; grid-template-columns: 240px 1fr; gap: 46px; align-items: center; color: #fff; background: #0a2a3b; }
.sales-mix-copy p { color: #6fdefc; }
.sales-mix-copy span { color: #aac1cc; }
.mix-bar { height: 18px; display: flex; overflow: hidden; border-radius: 1px; background: #163f52; }
.mix-bar i { height: 100%; display: block; }
.mix-bar .mix-carton { width: 35%; }
.mix-bar .mix-watermark { width: 35%; }
.mix-bar .mix-colorbox { width: 20%; }
.mix-bar .mix-foam { width: 10%; }
.mix-carton { background: #08a5dd; }
.mix-watermark { background: #56c8e9; }
.mix-colorbox { background: #ffc328; }
.mix-foam { background: #f05564; }
.mix-legend { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mix-legend span { display: flex; align-items: center; gap: 8px; color: #c4d5dd; font-size: 11px; }
.mix-legend span > i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; }
.mix-legend b { margin-left: auto; color: #fff; font: 700 15px/1 Arial, sans-serif; }

.material-certification { padding: 84px 0 90px; background: #eef5f8; }
.material-cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.material-cert-grid figure, .license-pending { min-height: 390px; margin: 0; background: #fff; border: 1px solid #d8e4e9; box-shadow: 0 12px 32px rgba(12,43,58,.06); }
.material-cert-grid figure > div { position: relative; height: 285px; overflow: hidden; border-bottom: 1px solid #e1eaee; }
.material-cert-grid figure img { position: absolute; inset: 18px; width: calc(100% - 36px); height: calc(100% - 36px); max-width: none; max-height: none; object-fit: contain; }
.material-cert-grid figcaption { min-height: 102px; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 13px; }
.material-cert-grid figcaption b { grid-row: 1 / 3; align-self: center; color: var(--blue); font: 800 19px/1 Arial, sans-serif; }
.material-cert-grid figcaption span { color: #233b48; font-size: 12px; font-weight: 700; }
.material-cert-grid figcaption small { margin-top: 5px; color: #71818a; font-size: 10px; }
.license-pending { padding: 48px 42px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(145deg, #0a2b3c, #0b516c); }
.license-pending > i { color: var(--cyan); font-size: 38px; }
.license-pending > p { margin: 24px 0 10px; color: #6fdefc; font: 700 9px/1 Arial, sans-serif; letter-spacing: 1.5px; }
.license-pending h3 { margin: 0; font-size: 25px; }
.license-pending > span { margin-top: 18px; color: #c1d3dc; font-size: 12px; line-height: 1.85; }
.license-pending a { margin-top: 26px; display: inline-flex; align-items: center; gap: 15px; color: #fff; font-size: 12px; font-weight: 700; }
.license-pending a b { color: var(--cyan); font-size: 17px; }

.material-clients { padding: 86px 0 92px; background: #fff; }
.clients-layout { display: grid; grid-template-columns: 300px 1fr; gap: 54px; align-items: center; }
.clients-copy h2 { margin: 0; font-size: 36px; }
.clients-copy > p:not(.about-eyebrow) { margin: 0; color: #5c6f79; font-size: 14px; line-height: 1.9; }
.clients-copy > small { margin-top: 18px; display: block; color: #8a989f; font-size: 10px; line-height: 1.7; }
.client-logo-wall { min-height: 380px; margin: 0; padding: 34px; display: grid; place-items: center; background: #f5f8f9; border: 1px solid #dfe8ec; }
.client-logo-wall img { width: 100%; height: 100%; max-height: 315px; object-fit: contain; }

@media (max-width: 1100px) {
  .material-profile-grid { grid-template-columns: 1fr; gap: 28px; }
  .material-profile-copy { max-width: 720px; padding-bottom: 0; }
  .philosophy-panel { padding-inline: 48px; grid-template-columns: 180px 1fr; }
  .org-board { grid-template-columns: 190px 1fr; }
  .org-departments article { padding-inline: 20px; }
  .advantage-grid article { grid-template-columns: 42% 58%; }
  .advantage-grid article > div { padding: 25px 22px; }
}

@media (max-width: 900px) {
  .about-material-page .subnav-inner { min-height: 112px; grid-template-columns: repeat(3, 1fr); }
  .about-material-page .subnav a { min-height: 56px; border-bottom: 1px solid #e5edf1; }
  .material-profile { padding: 18px 0 66px; }
  .material-profile-media { height: 330px; }
  .material-philosophy { padding-bottom: 68px; }
  .philosophy-panel { min-height: 290px; padding: 44px 38px; grid-template-columns: 140px 1fr; }
  .philosophy-mark { font-size: 112px; }
  .philosophy-panel article { padding-left: 36px; }
  .philosophy-lines { gap: 24px; }
  .material-organization, .material-advantages, .material-certification, .material-clients { padding: 66px 0 70px; }
  .org-board { grid-template-columns: 1fr; }
  .org-lead { min-height: 130px; padding: 28px 32px; }
  .org-lead::after { top: auto; right: auto; bottom: -11px; left: 50%; transform: translateX(-50%) rotate(45deg); }
  .workforce-card, .sales-mix { grid-template-columns: 190px 1fr; gap: 30px; padding-inline: 30px; }
  .workforce-bars { grid-template-columns: repeat(2, 1fr); }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-grid article { min-height: 240px; }
  .material-cert-grid { grid-template-columns: repeat(2, 1fr); }
  .license-pending { grid-column: 1 / -1; min-height: 240px; }
  .clients-layout { grid-template-columns: 1fr; gap: 30px; }
  .clients-copy { max-width: 600px; }
}

@media (max-width: 560px) {
  .about-material-page .subnav-inner { min-height: 112px; grid-template-columns: repeat(3, 1fr); }
  .about-material-page .subnav a { min-height: 56px; padding-inline: 4px; }
  .material-profile { padding: 5px 0 48px; }
  .material-profile-copy { padding-top: 16px; }
  .material-profile-copy h2 { font-size: 29px; line-height: 1.35; }
  .material-profile-copy > p:not(.about-eyebrow) { font-size: 14px; line-height: 1.85; }
  .material-dossier { padding: 27px 22px 22px; }
  .material-dossier dl > div { min-height: 92px; padding-right: 10px; }
  .material-dossier dl > div:nth-child(even) { padding-left: 14px; }
  .material-dossier dt { font-size: 9px; }
  .material-dossier dd { font-size: 11px; }
  .material-dossier dd strong { font-size: 24px; }
  .material-profile-media { height: auto; margin-top: 18px; grid-template-columns: 1fr; gap: 10px; }
  .material-profile-media figure { height: 230px; }
  .material-profile-media figcaption { right: 16px; bottom: 15px; left: 16px; }
  .material-philosophy { padding-bottom: 48px; }
  .philosophy-panel { min-height: 0; padding: 30px 24px 34px; display: block; }
  .philosophy-mark { position: absolute; top: 26px; right: 20px; color: rgba(24,191,235,.15); font-size: 106px; }
  .philosophy-panel article { padding-left: 0; border-left: 0; }
  .philosophy-panel h2 { font-size: 29px; }
  .philosophy-lines { margin-top: 25px; grid-template-columns: 1fr; gap: 20px; }
  .philosophy-lines b { font-size: 15px; }
  .material-organization, .material-advantages, .material-certification, .material-clients { padding: 48px 0 52px; }
  .org-lead { min-height: 120px; }
  .org-lead b { font-size: 26px; }
  .org-departments { grid-template-columns: repeat(2, 1fr); }
  .org-departments article { min-height: 160px; padding: 24px 18px; border-right: 1px solid #dfe9ee; border-bottom: 1px solid #dfe9ee; }
  .org-departments article:nth-child(3n) { border-right: 1px solid #dfe9ee; }
  .org-departments article:nth-child(even) { border-right: 0; }
  .org-departments article:nth-last-child(-n+3) { border-bottom: 1px solid #dfe9ee; }
  .org-departments article:nth-last-child(-n+2) { border-bottom: 0; }
  .org-departments h3 { font-size: 18px; }
  .org-departments p { font-size: 10px; }
  .workforce-card, .sales-mix { margin-top: 14px; padding: 25px 20px; grid-template-columns: 1fr; gap: 25px; }
  .workforce-bars { gap: 22px 16px; }
  .advantage-grid { gap: 12px; }
  .advantage-grid article { min-height: 0; display: block; }
  .advantage-grid figure { height: 210px; }
  .advantage-grid article > div { padding: 23px 21px 27px; }
  .advantage-grid h3 { font-size: 21px; }
  .mix-legend { grid-template-columns: repeat(2, 1fr); }
  .material-cert-grid { grid-template-columns: 1fr; gap: 12px; }
  .material-cert-grid figure, .license-pending { min-height: 0; }
  .material-cert-grid figure > div { height: 260px; }
  .license-pending { grid-column: auto; padding: 36px 28px; }
  .client-logo-wall { min-height: 260px; padding: 18px; }
  .client-logo-wall img { max-height: 230px; }
}

/* Product center */
.product-hero { isolation: isolate; }
.product-hero-bg { position: absolute; inset: 0; background: url("../images/client/hero-workshop.jpg") center 48% / cover no-repeat; }
.product-hero .inner-hero-shade { z-index: 1; width: 100%; background: linear-gradient(90deg, rgba(3,24,37,.94) 0%, rgba(3,28,43,.82) 42%, rgba(3,28,43,.34) 72%, rgba(3,28,43,.12) 100%); }
.product-hero .inner-hero-copy { z-index: 3; }
.product-reference-page .subnav-inner { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.product-page .subnav a.active::after { right: 20%; left: 20%; }

.catalog-section { padding: 20px 0 90px; }
.catalog-intro { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.catalog-intro p { margin: 0 0 9px; color: var(--blue); font: 700 11px/1 Arial, sans-serif; letter-spacing: 1.7px; }
.catalog-intro h2 { margin: 0; font-size: 36px; line-height: 1.2; }
.catalog-intro > span { max-width: 500px; color: #697983; font-size: 14px; line-height: 1.7; text-align: right; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.catalog-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dfe9ee; box-shadow: 0 12px 32px rgba(12,40,54,.07); }
.catalog-media { position: relative; height: 265px; display: grid; place-items: center; overflow: hidden; }
.catalog-media > img { width: 94%; height: 94%; object-fit: contain; filter: drop-shadow(0 12px 10px rgba(30,50,60,.13)); transition: transform .35s ease; }
.catalog-card:hover .catalog-media > img { transform: translateY(-5px); }
.tone-blue .catalog-media { background: #eaf7fd; }
.tone-gold .catalog-media { background: #fff8e8; }
.tone-green .catalog-media { background: #eff9ee; }
.tone-rose .catalog-media { background: #fff1f2; }
.tone-sky .catalog-media { background: #eef7fb; }
.tone-mint .catalog-media { background: #edf9f6; }
.catalog-copy { min-height: 190px; padding: 24px 25px 23px; }
.catalog-copy > p { margin: 0 0 9px; color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.4px; }
.catalog-copy h3 { margin: 0; font-size: 24px; line-height: 1.3; }
.catalog-copy > span { min-height: 52px; margin-top: 12px; display: block; color: #63747e; font-size: 13px; line-height: 1.8; }
.catalog-copy a { margin-top: 17px; display: inline-flex; align-items: center; gap: 18px; color: #18394a; font-size: 12px; font-weight: 700; }
.catalog-copy a b { color: var(--blue); font-size: 18px; }
.catalog-stack { isolation: isolate; }
.catalog-stack img { position: absolute; width: auto; height: auto; max-width: none; object-fit: contain; }
.gift-stack img:nth-child(1) { left: 9%; bottom: 24px; width: 122px; }
.gift-stack img:nth-child(2) { left: 38%; bottom: 22px; width: 125px; }
.gift-stack img:nth-child(3) { right: 4%; bottom: 30px; width: 145px; }
.books-stack img:nth-child(1) { left: 3%; bottom: 44px; width: 200px; }
.books-stack img:nth-child(2) { left: 40%; bottom: 38px; width: 135px; }
.books-stack img:nth-child(3) { right: 1%; bottom: 44px; width: 168px; }
.label-stack img:nth-child(1) { left: 2%; bottom: 44px; width: 175px; transform: rotate(-4deg); }
.label-stack img:nth-child(2) { left: 35%; bottom: 40px; width: 165px; transform: rotate(2deg); }
.label-stack img:nth-child(3) { right: -1%; bottom: 45px; width: 178px; transform: rotate(-2deg); }
.catalog-card:hover .label-stack img:nth-child(1) { transform: rotate(-4deg) translateY(-5px); }
.catalog-card:hover .label-stack img:nth-child(2) { transform: rotate(2deg) translateY(-5px); }
.catalog-card:hover .label-stack img:nth-child(3) { transform: rotate(-2deg) translateY(-5px); }

.selection-guide { padding: 66px 0; color: #fff; background: linear-gradient(108deg, #071d2c 0%, #0b3448 72%, #075f7c 100%); }
.guide-layout { display: grid; grid-template-columns: 310px 1fr; gap: 70px; align-items: center; }
.guide-copy p { margin: 0 0 12px; color: var(--cyan); font: 700 11px/1 Arial, sans-serif; letter-spacing: 1.6px; }
.guide-copy h2 { margin: 0; font-size: 30px; }
.guide-copy span { margin-top: 12px; display: block; color: #bdd0d8; font-size: 12px; }
.guide-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.guide-items article { min-height: 104px; padding: 14px 20px; display: flex; align-items: center; gap: 14px; border-left: 1px solid rgba(255,255,255,.18); }
.guide-items i { flex: 0 0 auto; color: var(--cyan); font-size: 25px; }
.guide-items div { display: flex; flex-direction: column; }
.guide-items strong { font-size: 14px; }
.guide-items span { margin-top: 7px; color: #afc4cd; font-size: 10px; line-height: 1.5; }

/* Production strength */
.strength-hero > img { object-position: center 56%; }
.strength-hero .inner-hero-shade { background: linear-gradient(90deg, rgba(3,24,37,.94) 0%, rgba(4,31,47,.76) 34%, rgba(4,31,47,.2) 70%, rgba(4,31,47,.02) 100%); }
.strength-page .subnav a.active::after { right: 24%; left: 24%; }
.process-section { padding: 20px 0 92px; }
.strength-section-head { margin-bottom: 35px; display: flex; align-items: end; justify-content: space-between; gap: 46px; }
.strength-section-head p, .equipment-head p, .quality-copy > p { margin: 0 0 10px; color: var(--blue); font: 700 11px/1 Arial, sans-serif; letter-spacing: 1.7px; }
.strength-section-head h2, .equipment-head h2, .quality-copy h2 { margin: 0; font-size: 36px; line-height: 1.2; letter-spacing: -.6px; }
.strength-section-head > span { max-width: 430px; color: #697983; font-size: 14px; line-height: 1.7; text-align: right; }
.process-rail { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid #dce7ec; box-shadow: 0 14px 36px rgba(10,38,52,.07); }
.process-rail::before { content: ""; position: absolute; z-index: 3; right: 0; bottom: 119px; left: 0; height: 3px; background: linear-gradient(90deg, #00a3e4, #21c7ef); }
.process-rail article { min-width: 0; background: #fff; border-right: 1px solid #dce7ec; }
.process-rail article:last-child { border-right: 0; }
.process-photo { height: 180px; overflow: hidden; background: #dce8ee; }
.process-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transform: scale(1.035); transition: transform .45s ease; }
.process-rail article:nth-child(2) .process-photo img { object-position: center; }
.process-rail article:nth-child(6) .process-photo img { object-fit: cover; object-position: left center; }
.process-rail article:hover .process-photo img { transform: scale(1.06); }
.process-copy { position: relative; min-height: 120px; padding: 24px 15px 20px; }
.process-copy b { position: absolute; z-index: 4; top: -17px; left: 15px; width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: var(--blue); border: 4px solid #fff; border-radius: 50%; font: 800 11px/1 Arial, sans-serif; }
.process-copy p { margin: 8px 0 7px; font-size: 18px; font-weight: 800; }
.process-copy span { display: block; color: #6c7b84; font-size: 11px; line-height: 1.65; }
.equipment-section { padding: 84px 0 92px; color: #fff; background: linear-gradient(115deg, #061a27 0%, #092c3c 72%, #07516b 100%); }
.equipment-head { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; }
.equipment-head p { color: var(--cyan); }
.equipment-head h2 { font-size: 38px; }
.equipment-head > span { color: #a9bec8; font-size: 13px; }
.equipment-mosaic { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(2, 230px); gap: 18px; }
.equipment-card { position: relative; overflow: hidden; background: #102f3f; }
.equipment-main { grid-row: 1 / 3; }
.equipment-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(180deg, transparent, rgba(2,18,28,.92)); }
.equipment-card img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); transition: transform .5s ease; }
.equipment-main img { object-position: center; }
.equipment-card:hover img { transform: scale(1.045); }
.equipment-card > div { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; }
.equipment-card p { margin: 0 0 8px; color: var(--cyan); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.5px; }
.equipment-card h3 { margin: 0; font-size: 28px; }
.equipment-card span { margin-top: 8px; display: block; color: #c7d7de; font-size: 12px; }
.quality-section { padding: 92px 0 96px; background: #f4f8fa; }
.quality-layout { display: grid; grid-template-columns: 440px 1fr; gap: 70px; align-items: center; }
.quality-copy h2 { max-width: 390px; }
.quality-copy > span { max-width: 410px; margin-top: 20px; display: block; color: #5f707a; font-size: 14px; line-height: 1.9; }
.quality-list { margin-top: 30px; border-top: 1px solid #d6e3e9; }
.quality-list article { min-height: 74px; display: grid; grid-template-columns: 48px 1fr; align-items: center; border-bottom: 1px solid #d6e3e9; }
.quality-list b { color: var(--blue); font: 800 17px/1 Arial, sans-serif; }
.quality-list div { display: flex; flex-direction: column; }
.quality-list strong { font-size: 15px; }
.quality-list small { margin-top: 5px; color: #73828b; font-size: 11px; }
.quality-visual { position: relative; min-width: 0; padding: 40px 36px 34px; background: #fff; box-shadow: 0 15px 38px rgba(11,43,58,.08); }
.quality-visual::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 5px; background: var(--blue); }
.quality-visual img { width: 100%; height: auto; }
.quality-label { margin-bottom: 28px; display: flex; align-items: baseline; justify-content: space-between; }
.quality-label b { color: #102836; font: 800 25px/1 Arial, sans-serif; letter-spacing: 3px; }
.quality-label span { color: #7b8991; font-size: 12px; }

/* Production strength — reference-led manufacturing layout */
.strength-reference-page .strength-process { padding: 20px 0 78px; }
.strength-reference-page .strength-process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid #d7e3e9; border-left: 1px solid #d7e3e9; }
.strength-reference-page .strength-process-list li { min-height: 128px; padding: 26px 24px; display: grid; grid-template-columns: 42px 1fr; align-items: start; gap: 14px; background: #fff; border-right: 1px solid #d7e3e9; border-bottom: 1px solid #d7e3e9; }
.strength-reference-page .strength-process-list b { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: var(--blue); font: 800 11px/1 Arial, sans-serif; }
.strength-reference-page .strength-process-list div { display: flex; flex-direction: column; }
.strength-reference-page .strength-process-list strong { color: #112530; font-size: 18px; line-height: 1.4; }
.strength-reference-page .strength-process-list span { margin-top: 8px; color: #657680; font-size: 12px; line-height: 1.65; }
.strength-reference-page .strength-equipment { padding: 82px 0 94px; color: #10232e; background: #f1f5f7; }
.strength-reference-page .equipment-head p { color: var(--blue); }
.strength-reference-page .equipment-head > span { color: #6c7d86; }
.strength-reference-page .strength-equipment-list { border-top: 1px solid #d5e0e6; }
.strength-reference-page .strength-equipment-row { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); height: clamp(420px, 28vw, 480px); min-height: 0; background: #fff; border-right: 1px solid #d5e0e6; border-bottom: 1px solid #d5e0e6; border-left: 1px solid #d5e0e6; }
.strength-reference-page .strength-equipment-row figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #dce6ea; }
.strength-reference-page .strength-equipment-row figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.92); transition: transform .45s ease; }
.strength-reference-page .strength-equipment-row:hover figure img { transform: scale(1.025); }
.strength-reference-page .strength-equipment-row figure figcaption { position: absolute; right: 0; bottom: 0; padding: 10px 16px; color: #fff; background: rgba(4,34,49,.78); font-size: 11px; }
.strength-reference-page .strength-equipment-copy { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.strength-reference-page .strength-equipment-copy > p { margin: 0 0 12px; color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.5px; }
.strength-reference-page .strength-equipment-copy h3 { margin: 0; color: #10232e; font-size: 31px; line-height: 1.25; }
.strength-reference-page .strength-equipment-copy > strong { margin-top: 25px; padding-top: 23px; color: #10232e; border-top: 1px solid #d9e3e8; font-size: 19px; line-height: 1.5; }
.strength-reference-page .strength-equipment-copy > span { margin-top: 16px; color: #63747d; font-size: 13px; line-height: 1.9; }
.strength-reference-page .strength-equipment-copy ul { margin: 15px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 15px; list-style: none; }
.strength-reference-page .strength-equipment-copy li { position: relative; padding-left: 12px; color: #5d6f79; font-size: 12px; line-height: 1.55; }
.strength-reference-page .strength-equipment-copy li::before { content: ""; position: absolute; top: .65em; left: 0; width: 4px; height: 4px; background: var(--blue); }
.strength-reference-page .strength-equipment-reverse { grid-template-columns: minmax(340px, .65fr) minmax(0, 1.35fr); }
.strength-reference-page .strength-equipment-reverse figure { order: 2; }
.strength-reference-page .strength-equipment-row:nth-child(1) figure img { object-position: center 56%; }
.strength-reference-page .strength-equipment-row:nth-child(2) figure img { object-position: center; }
.strength-reference-page .strength-equipment-row:nth-child(3) figure img { object-position: center 58%; }
.strength-reference-page .strength-equipment-row figure.strength-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 2px; background: #fff; }
.strength-reference-page .strength-equipment-row figure.strength-photo-grid img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.strength-reference-page .strength-equipment-row figure.strength-photo-grid-3 img:first-child { grid-row: 1 / span 2; }
.strength-reference-page .strength-equipment-row figure.strength-photo-grid::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.strength-reference-page .strength-equipment-row figure.strength-photo-grid figcaption { z-index: 2; }
.strength-reference-page .strength-quality { padding: 90px 0 96px; background: #fff; }
.strength-reference-page .quality-layout { grid-template-columns: 420px 1fr; gap: 64px; align-items: stretch; }
.strength-reference-page .quality-copy { padding: 12px 0; }
.strength-reference-page .quality-copy > span { margin-top: 20px; }
.strength-reference-page .quality-gates { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid #d8e3e8; }
.strength-reference-page .quality-gates li { min-height: 62px; display: grid; grid-template-columns: 46px 1fr; align-items: center; border-bottom: 1px solid #d8e3e8; }
.strength-reference-page .quality-gates b { color: var(--blue); font: 800 15px/1 Arial, sans-serif; }
.strength-reference-page .quality-gates span { color: #243842; font-size: 13px; }
.strength-reference-page .quality-visual { padding: 0; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(240px, .55fr); align-self: center; border: 1px solid #d7e2e7; box-shadow: none; }
.strength-reference-page .quality-visual::before { width: 4px; }
.strength-reference-page .quality-visual > img { width: 100%; height: auto; align-self: center; object-fit: contain; }
.strength-reference-page .quality-instruments { padding: 24px 24px; display: flex; flex-direction: column; justify-content: center; background: #f4f8fa; }
.strength-reference-page .quality-instruments p { margin: 0 0 14px; color: #10232e; font-size: 17px; font-weight: 800; }
.strength-reference-page .quality-instruments ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d5e1e7; }
.strength-reference-page .quality-instruments li { position: relative; padding: 8px 0 8px 15px; color: #5c6e78; border-bottom: 1px solid #d5e1e7; font-size: 11px; line-height: 1.45; }
.strength-reference-page .quality-instruments li::before { content: ""; position: absolute; top: 14px; left: 0; width: 5px; height: 5px; background: var(--blue); }

/* Case showcase */
.cases-hero { isolation: isolate; }
.cases-hero-bg { position: absolute; inset: 0; background: url("../images/client/hero-workshop.jpg") center 52% / cover no-repeat; }
.cases-hero .inner-hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(3,24,37,.94) 0%, rgba(3,28,43,.82) 42%, rgba(3,28,43,.36) 72%, rgba(3,28,43,.14) 100%); }
.cases-hero .inner-hero-copy { z-index: 3; }
.cases-page .subnav a { text-align: center; }
.case-wall { padding: 20px 0 92px; }
.case-wall-head { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 46px; }
.case-wall-head p { margin: 0 0 10px; color: var(--blue); font: 700 11px/1 Arial, sans-serif; letter-spacing: 1.7px; }
.case-wall-head h2 { margin: 0; font-size: 36px; line-height: 1.2; letter-spacing: -.6px; }
.case-wall-head > span { max-width: 500px; color: #697983; font-size: 14px; line-height: 1.7; text-align: right; }
.case-wall-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-showcase-card { position: relative; min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dfe9ee; box-shadow: 0 12px 32px rgba(12,40,54,.07); }
.case-showcase-card::before { content: ""; position: absolute; z-index: 2; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, #f22d58 0 24%, #ffb412 24% 49%, #73cc33 49% 74%, #009fe3 74% 100%); }
.case-showcase-media { position: relative; height: 270px; display: grid; place-items: center; overflow: hidden; }
.case-tone-blue .case-showcase-media { background: #eaf7fd; }
.case-tone-gold .case-showcase-media, .case-tone-cream .case-showcase-media { background: #fff8e8; }
.case-tone-sky .case-showcase-media { background: #eef8fc; }
.case-tone-green .case-showcase-media { background: #eff9ee; }
.case-tone-rose .case-showcase-media { background: #fff1f2; }
.case-group-art { width: 94%; height: 94%; object-fit: contain; filter: drop-shadow(0 12px 10px rgba(30,50,60,.13)); transition: transform .35s ease; }
.case-showcase-card:hover .case-group-art { transform: translateY(-5px); }
.case-asset-stack { isolation: isolate; }
.case-asset-stack img { position: absolute; width: auto; height: auto; max-width: none; object-fit: contain; filter: drop-shadow(0 12px 10px rgba(30,50,60,.14)); transition: transform .35s ease; }
.case-showcase-card:hover .case-asset-stack img { transform: translateY(-5px); }
.case-electronics-stack img:nth-child(1) { left: 7%; bottom: 19px; width: 155px; }
.case-electronics-stack img:nth-child(2) { left: 34%; bottom: 18px; width: 150px; }
.case-electronics-stack img:nth-child(3) { right: 4%; bottom: 20px; width: 142px; }
.case-food-stack img:nth-child(1) { left: 5%; bottom: 17px; width: 148px; }
.case-food-stack img:nth-child(2) { left: 36%; bottom: 17px; width: 150px; }
.case-food-stack img:nth-child(3) { right: 3%; bottom: 17px; width: 147px; }
.case-aquatic-stack img:nth-child(1) { left: 2%; bottom: 34px; width: 178px; }
.case-aquatic-stack img:nth-child(2) { left: 31%; bottom: 34px; width: 176px; }
.case-aquatic-stack img:nth-child(3) { right: 1%; bottom: 32px; width: 175px; }
.case-showcase-copy { min-height: 177px; padding: 24px 25px 22px; }
.case-showcase-copy > p { margin: 0 0 9px; color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.4px; }
.case-showcase-copy h3 { margin: 0; font-size: 24px; line-height: 1.3; }
.case-showcase-copy > span { min-height: 50px; margin-top: 11px; display: block; color: #63747e; font-size: 13px; line-height: 1.8; }
.case-showcase-copy a { margin-top: 15px; display: inline-flex; align-items: center; gap: 18px; color: #18394a; font-size: 12px; font-weight: 700; }
.case-showcase-copy a b { color: var(--blue); font-size: 18px; }
.case-source-note { margin-top: 28px; padding: 19px 24px; display: flex; align-items: center; gap: 15px; color: #46606e; background: #f2f8fb; border-left: 4px solid var(--blue); }
.case-source-note i { color: var(--blue); font-size: 21px; }
.case-source-note p { margin: 0; display: flex; align-items: baseline; gap: 12px; }
.case-source-note strong { color: #173444; font-size: 13px; }
.case-source-note span { font-size: 12px; line-height: 1.7; }

/* Contact */
.contact-page #contact-info, .contact-page #inquiry, .contact-page #visit { scroll-margin-top: 78px; }
.contact-hero > img { object-position: center 39%; }
.contact-hero .inner-hero-shade { background: linear-gradient(90deg, rgba(3,24,37,.95) 0%, rgba(3,28,43,.78) 37%, rgba(3,28,43,.25) 68%, rgba(3,28,43,.06) 100%); }
.contact-hero-mark { position: absolute; right: max(48px, calc((100% - min(calc(100% - 96px), var(--inner-width))) / 2)); bottom: 42px; width: 330px; padding: 25px 28px 23px; color: #fff; background: rgba(4,30,44,.78); border-top: 4px solid var(--cyan); backdrop-filter: blur(6px); }
.contact-hero-mark::before { content: ""; position: absolute; top: -4px; right: 0; width: 52%; height: 4px; background: linear-gradient(90deg, #f22d58 0 33%, #ffb412 33% 66%, #73cc33 66%); }
.contact-hero-mark span { display: block; color: var(--cyan); font: 800 11px/1 Arial, sans-serif; letter-spacing: 2.4px; }
.contact-hero-mark b { margin-top: 11px; display: block; font-size: 20px; letter-spacing: 1px; }
.contact-page .subnav-inner { width: min(calc(100% - 96px), 780px); grid-template-columns: repeat(3, 1fr); }
.contact-page-head { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 46px; }
.contact-page-head p, .visit-head p, .inquiry-copy > p { margin: 0 0 10px; color: var(--blue); font: 700 11px/1 Arial, sans-serif; letter-spacing: 1.7px; }
.contact-page-head h2, .visit-head h2, .inquiry-copy h2 { margin: 0; font-size: 36px; line-height: 1.2; letter-spacing: -.6px; }
.contact-page-head > span { max-width: 500px; color: #697983; font-size: 14px; line-height: 1.7; text-align: right; }
.contact-overview { padding: 20px 0 92px; }
.contact-main-grid { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); gap: 24px; }
.contact-ledger { position: relative; min-height: 430px; padding: 55px 52px; overflow: hidden; color: #fff; background: linear-gradient(142deg, #061d2c 0%, #0a3449 72%, #075e7a 100%); }
.contact-ledger::after { content: ""; position: absolute; right: -105px; bottom: -130px; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.contact-ledger > p { position: relative; z-index: 1; margin: 0 0 20px; color: var(--cyan); font: 700 11px/1 Arial, sans-serif; letter-spacing: 2px; }
.contact-ledger h3 { position: relative; z-index: 1; margin: 0; font-size: 34px; }
.contact-number { position: relative; z-index: 1; margin-top: 27px; display: inline-block; color: #fff; font: 800 42px/1 Arial, sans-serif; letter-spacing: 1px; }
.contact-ledger > span { position: relative; z-index: 1; margin-top: 14px; display: block; color: #c8dce5; font-size: 14px; }
.contact-call { position: relative; z-index: 1; min-height: 50px; margin-top: 36px; padding: 0 23px; display: inline-flex; align-items: center; gap: 14px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; }
.contact-call:hover { background: #008ac5; }
.contact-call b { margin-left: 12px; font-size: 17px; }
.contact-register { position: absolute; right: 34px; top: 34px; display: grid; grid-template-columns: repeat(4, 9px); gap: 7px; }
.contact-register i { width: 9px; height: 9px; border-radius: 50%; background: #00a7df; }
.contact-register i:nth-child(2) { background: #f22d58; }
.contact-register i:nth-child(3) { background: #ffb412; }
.contact-register i:nth-child(4) { background: #73cc33; }
.contact-facts { display: grid; grid-template-rows: repeat(3, 1fr); gap: 14px; }
.contact-facts article { min-height: 124px; padding: 25px 30px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 22px; background: #fff; border: 1px solid #dce8ee; box-shadow: 0 10px 26px rgba(12,40,54,.055); }
.contact-facts i { width: 54px; height: 54px; display: grid; place-items: center; color: var(--blue); background: #eaf7fd; font-size: 23px; }
.contact-facts div { min-width: 0; display: flex; flex-direction: column; }
.contact-facts small { color: #7a8992; font-size: 11px; }
.contact-facts strong { margin-top: 5px; color: #112936; font-size: 19px; line-height: 1.35; }
.contact-facts span { margin-top: 7px; color: #60717b; font-size: 12px; line-height: 1.55; }
.inquiry-section { padding: 72px 0; color: #fff; background: linear-gradient(105deg, #071d2c 0%, #0b3448 67%, #075f7d 100%); }
.inquiry-layout { display: grid; grid-template-columns: 340px 1fr; align-items: center; gap: 52px; }
.inquiry-copy > p { color: var(--cyan); }
.inquiry-copy h2 { color: #fff; font-size: 32px; }
.inquiry-copy > span { margin-top: 14px; display: block; color: #bfd2db; font-size: 13px; line-height: 1.75; }
.inquiry-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.inquiry-list article { position: relative; min-height: 154px; padding: 27px 22px 23px; border-left: 1px solid rgba(255,255,255,.18); }
.inquiry-list b { position: absolute; top: 13px; right: 17px; color: rgba(255,255,255,.19); font: 800 24px/1 Arial, sans-serif; }
.inquiry-list i { color: var(--cyan); font-size: 25px; }
.inquiry-list div { margin-top: 22px; display: flex; flex-direction: column; }
.inquiry-list strong { font-size: 15px; }
.inquiry-list span { margin-top: 8px; color: #b9ccd5; font-size: 11px; line-height: 1.55; }
.visit-section { padding: 88px 0 96px; background: #f4f8fa; }
.visit-head { margin-bottom: 31px; display: flex; align-items: end; gap: 30px; }
.visit-head > span { margin-left: auto; color: #697983; font-size: 13px; }
.visit-visual { position: relative; height: 520px; overflow: hidden; background: #dceaf0; }
.visit-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.visit-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,24,37,.06) 45%, rgba(2,24,37,.48)); pointer-events: none; }
.visit-visual article { position: absolute; z-index: 2; right: 42px; bottom: 42px; width: 420px; padding: 38px 40px 34px; color: #fff; background: rgba(4,30,44,.9); border-top: 4px solid var(--cyan); backdrop-filter: blur(7px); }
.visit-visual article::before { content: ""; position: absolute; top: -4px; right: 0; width: 48%; height: 4px; background: linear-gradient(90deg, #f22d58 0 33%, #ffb412 33% 66%, #73cc33 66%); }
.visit-visual small { color: var(--cyan); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.6px; }
.visit-visual h3 { margin: 16px 0 12px; font-size: 27px; line-height: 1.45; }
.visit-visual p { margin: 0; color: #c3d5dd; font-size: 13px; }
.copy-address { min-height: 44px; margin-top: 24px; padding: 0 19px; display: inline-flex; align-items: center; gap: 10px; color: #fff; background: var(--blue); border: 0; cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; }
.copy-address:hover { background: #008ac5; }
.copy-address:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.copy-status { min-height: 18px; margin-top: 9px; display: block; color: #bdeeff; font-size: 11px; font-style: normal; }

@media (max-width: 1100px) {
  .inner-page { --inner-width: 930px; }
  .inner-hero { height: 310px; }
  .inner-hero-copy h1 { font-size: 46px; }
  .profile-grid { grid-template-columns: 1.05fr .95fr; gap: 48px; }
  .profile-visual { height: 420px; }
  .profile-copy h2 { font-size: 36px; }
  .profile-copy > p:not(.inner-kicker) { font-size: 14px; }
  .catalog-grid { gap: 18px; }
  .catalog-media { height: 230px; }
  .catalog-copy { min-height: 202px; padding: 21px; }
  .gift-stack img:nth-child(1) { width: 100px; }
  .gift-stack img:nth-child(2) { width: 103px; }
  .gift-stack img:nth-child(3) { width: 118px; }
  .books-stack img:nth-child(1) { width: 160px; }
  .books-stack img:nth-child(2) { width: 110px; }
  .books-stack img:nth-child(3) { width: 130px; }
  .label-stack img:nth-child(1), .label-stack img:nth-child(2), .label-stack img:nth-child(3) { width: 140px; }
  .guide-layout { grid-template-columns: 300px 1fr; gap: 18px; }
  .guide-copy h2 { font-size: 28px; white-space: nowrap; }
  .guide-items article { padding-inline: 14px; }
  .process-photo { height: 158px; }
  .process-copy { min-height: 128px; padding-inline: 12px; }
  .process-copy p { font-size: 16px; }
  .quality-layout { grid-template-columns: 380px 1fr; gap: 44px; }
  .case-wall-grid { gap: 18px; }
  .case-showcase-media { height: 235px; }
  .case-showcase-copy { min-height: 190px; padding: 21px; }
  .case-electronics-stack img:nth-child(1) { width: 130px; }
  .case-electronics-stack img:nth-child(2) { width: 127px; }
  .case-electronics-stack img:nth-child(3) { width: 120px; }
  .case-food-stack img:nth-child(1), .case-food-stack img:nth-child(2), .case-food-stack img:nth-child(3) { width: 125px; }
  .case-aquatic-stack img:nth-child(1), .case-aquatic-stack img:nth-child(2), .case-aquatic-stack img:nth-child(3) { width: 148px; }
  .contact-main-grid { grid-template-columns: minmax(360px, .85fr) 1.15fr; }
  .contact-ledger { padding: 48px 40px; }
  .contact-number { font-size: 36px; }
  .contact-facts article { padding-inline: 22px; }
  .inquiry-layout { grid-template-columns: 290px 1fr; gap: 30px; }
  .inquiry-list article { padding-inline: 16px; }
}

@media (max-width: 900px) {
  .inner-container, .breadcrumb-wrap, .subnav-inner { width: min(calc(100% - 48px), 720px); }
  .inner-hero-copy { left: max(24px, calc((100% - min(calc(100% - 48px), 720px)) / 2)); }
  .inner-hero { height: 280px; }
  .inner-hero-shade { background: linear-gradient(90deg, rgba(3,24,37,.9), rgba(4,31,47,.58) 68%, rgba(4,31,47,.12)); }
  .inner-hero-copy h1 { font-size: 42px; }
  .inner-hero-copy span { font-size: 15px; }
  .subnav-inner { min-height: 112px; grid-template-columns: repeat(3, 1fr); }
  .subnav a, .subnav span { min-height: 56px; border-bottom: 1px solid #e5edf1; font-size: 13px; }
  .profile-section { padding: 12px 0 62px; }
  .profile-grid { grid-template-columns: 1fr; gap: 38px; }
  .profile-visual { height: 400px; }
  .profile-copy { max-width: 650px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid article:nth-child(2) { border-right: 0; }
  .stats-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .capability-section { padding: 64px 0; }
  .capability-grid { gap: 14px; }
  .capability-grid article { min-height: 320px; }
  .capability-grid article > div { right: 18px; bottom: 20px; left: 18px; }
  .capability-grid h3 { font-size: 20px; }
  .inner-contact-layout { min-height: 180px; }
  .about-page .subnav-inner { min-height: 72px; grid-template-columns: repeat(4, 1fr); }
  .about-page .subnav a { min-height: 72px; border-bottom: 0; }
  .about-overview { padding: 18px 0 64px; }
  .about-intro-grid { grid-template-columns: 1fr; gap: 26px; }
  .about-manifesto { max-width: 680px; padding-bottom: 0; }
  .about-dossier { padding: 34px 38px 30px; }
  .about-workshop-band { height: 360px; margin-top: 26px; }
  .about-scope { padding: 64px 0 68px; }
  .scope-categories { grid-template-columns: repeat(2, 1fr); }
  .scope-categories article:nth-child(even) { border-right: 0; }
  .scope-categories article:nth-child(-n+4) { border-bottom: 1px solid #dce7ec; }
  .scope-categories article:last-child { grid-column: 1 / -1; min-height: 160px; border-right: 0; }
  .service-route { grid-template-columns: 1fr; }
  .service-route ol { border-top: 1px solid rgba(255,255,255,.15); }
  .foundation-gallery { height: 620px; grid-template-columns: 1fr 1fr; grid-template-rows: 360px 242px; }
  .foundation-gallery .foundation-main { grid-column: 1 / 3; grid-row: auto; }
  .certification-layout { grid-template-columns: 1fr; gap: 34px; }
  .certification-copy { max-width: 620px; }
  .certification-files figure > div { height: 240px; }
  .catalog-section { padding-bottom: 64px; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-media { height: 250px; }
  .catalog-copy { min-height: 188px; }
  .gift-stack img:nth-child(1) { width: 110px; }
  .gift-stack img:nth-child(2) { width: 112px; }
  .gift-stack img:nth-child(3) { width: 130px; }
  .books-stack img:nth-child(1) { width: 180px; }
  .books-stack img:nth-child(2) { width: 122px; }
  .books-stack img:nth-child(3) { width: 145px; }
  .label-stack img:nth-child(1), .label-stack img:nth-child(2), .label-stack img:nth-child(3) { width: 150px; }
  .guide-layout { grid-template-columns: 1fr; gap: 32px; }
  .strength-section-head { display: block; }
  .strength-section-head > span { margin-top: 12px; display: block; text-align: left; }
  .process-rail { grid-template-columns: repeat(3, 1fr); }
  .process-rail::before { display: none; }
  .process-rail article:nth-child(3) { border-right: 0; }
  .process-rail article:nth-child(-n+3) { border-bottom: 1px solid #dce7ec; }
  .process-copy b { border-width: 3px; }
  .equipment-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 250px; }
  .equipment-main { grid-column: 1 / 3; grid-row: auto; }
  .quality-layout { grid-template-columns: 1fr; gap: 40px; }
  .quality-copy { max-width: 650px; }
  .case-wall-head { display: block; }
  .case-wall-head > span { margin-top: 12px; display: block; text-align: left; }
  .case-wall-grid { grid-template-columns: repeat(2, 1fr); }
  .case-showcase-media { height: 255px; }
  .case-showcase-copy { min-height: 178px; }
  .case-electronics-stack img:nth-child(1) { width: 145px; }
  .case-electronics-stack img:nth-child(2) { width: 142px; }
  .case-electronics-stack img:nth-child(3) { width: 135px; }
  .case-food-stack img:nth-child(1), .case-food-stack img:nth-child(2), .case-food-stack img:nth-child(3) { width: 140px; }
  .case-aquatic-stack img:nth-child(1), .case-aquatic-stack img:nth-child(2), .case-aquatic-stack img:nth-child(3) { width: 164px; }
  .contact-hero-mark { right: 24px; width: 280px; opacity: .78; }
  .contact-page .subnav-inner { width: min(calc(100% - 48px), 720px); min-height: 78px; grid-template-columns: repeat(3, 1fr); }
  .contact-page .subnav a { min-height: 78px; border-bottom: 0; }
  .contact-page-head { display: block; }
  .contact-page-head > span { margin-top: 12px; display: block; text-align: left; }
  .contact-main-grid { grid-template-columns: 1fr; }
  .contact-ledger { min-height: 360px; }
  .contact-facts { grid-template-rows: none; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .contact-facts article { min-height: 210px; padding: 24px 20px; display: block; }
  .contact-facts div { margin-top: 20px; }
  .inquiry-layout { grid-template-columns: 1fr; gap: 34px; }
  .visit-visual { height: 500px; }
  .visit-visual article { right: 28px; bottom: 28px; width: 390px; }
}

@media (max-width: 900px) {
  .product-reference-page .subnav-inner { min-height: 150px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-reference-page .subnav a { min-height: 56px; }
  .product-reference-page .subnav .subnav-overview { grid-column: 1 / -1; min-height: 38px; color: var(--blue); background: #eff8fb; border-left: 0; border-bottom: 1px solid #dbeaf0; font-size: 12px; font-weight: 800; letter-spacing: .4px; }
  .product-reference-page .subnav .subnav-overview::after { right: calc(50% - 22px); left: calc(50% - 22px); height: 2px; }
}

@media (max-width: 560px) {
  .inner-container, .breadcrumb-wrap, .subnav-inner { width: calc(100% - 36px); }
  .inner-hero { height: 250px; }
  .inner-hero > img { object-position: 60% center; }
  .inner-hero-shade { background: linear-gradient(90deg, rgba(3,24,37,.88), rgba(4,31,47,.5) 78%, rgba(4,31,47,.12)); }
  .inner-hero-copy { left: 18px; }
  .inner-hero-copy p { margin-bottom: 12px; font-size: 10px; }
  .inner-hero-copy h1 { font-size: 34px; letter-spacing: -1px; }
  .inner-hero-copy span { max-width: 260px; margin-top: 13px; font-size: 12px; line-height: 1.7; }
  .subnav-inner { width: 100%; min-height: 132px; grid-template-columns: repeat(3, 1fr); }
  .subnav a, .subnav span { min-height: 66px; padding: 0 6px; font-size: 12px; }
  .breadcrumb { min-height: 48px; font-size: 10px; }
  .profile-section { padding: 4px 0 46px; }
  .profile-grid { gap: 30px; }
  .profile-visual { height: 265px; }
  .image-caption { min-width: 220px; padding: 14px 17px; }
  .image-caption b { font-size: 13px; }
  .image-caption span { font-size: 9px; }
  .inner-kicker { margin-bottom: 14px; font-size: 9px; }
  .inner-kicker b { font-size: 18px; }
  .profile-copy h2 { font-size: 30px; }
  .title-rule { margin: 17px 0 20px; }
  .profile-copy > p:not(.inner-kicker) { font-size: 14px; line-height: 1.85; text-align: left; }
  .stats-grid article { min-height: 116px; padding: 20px 10px; }
  .stats-grid strong { font-size: 28px; }
  .stats-grid strong small { font-size: 11px; }
  .stats-grid span { margin-top: 9px; font-size: 11px; }
  .capability-section { padding: 48px 0 52px; }
  .inner-section-head { margin-bottom: 25px; display: block; }
  .inner-section-head h2 { font-size: 27px; }
  .inner-section-head > span { margin-top: 10px; display: block; font-size: 11px; }
  .capability-grid { grid-template-columns: 1fr; gap: 14px; }
  .capability-grid article { min-height: 270px; }
  .inner-contact-layout { min-height: 220px; padding: 30px 0; display: block; }
  .inner-contact h2 { font-size: 25px; }
  .inner-contact div > span { font-size: 11px; line-height: 1.6; }
  .inner-contact a { min-width: 0; min-height: 64px; margin-top: 24px; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.48); border-left: 0; }
  .inner-contact a small { font-size: 21px; }
  .about-page .subnav-inner { min-height: 112px; grid-template-columns: repeat(2, 1fr); }
  .about-page .subnav a { min-height: 56px; border-bottom: 1px solid #e5edf1; }
  .about-page .subnav a:nth-child(odd) { border-left: 0; }
  .about-page .subnav a.active::after { right: 22%; left: 22%; }
  .about-overview { padding: 5px 0 48px; }
  .about-manifesto { padding-top: 16px; }
  .about-manifesto h2 { font-size: 29px; line-height: 1.35; }
  .about-manifesto > p:not(.about-eyebrow) { font-size: 14px; line-height: 1.85; }
  .about-dossier { padding: 27px 22px 22px; }
  .dossier-head { align-items: start; flex-direction: column; gap: 9px; }
  .about-dossier dl > div { min-height: 92px; padding-right: 12px; }
  .about-dossier dl > div:nth-child(even) { padding-left: 15px; }
  .about-dossier dt { font-size: 10px; }
  .about-dossier dd { font-size: 12px; }
  .about-dossier dd strong { font-size: 25px; }
  .about-dossier dl > .dossier-wide { min-height: 74px; padding-left: 0; }
  .about-workshop-band { height: 250px; margin-top: 18px; }
  .about-workshop-band img { object-position: 56% center; }
  .about-workshop-band figcaption { right: 16px; bottom: 15px; left: 16px; }
  .about-workshop-band figcaption b { font-size: 14px; }
  .about-scope { padding: 48px 0 52px; }
  .about-section-head { margin-bottom: 24px; display: block; }
  .about-section-head h2 { font-size: 28px; }
  .about-section-head > span, .about-section-head > a { margin-top: 10px; display: flex; text-align: left; }
  .scope-categories { grid-template-columns: repeat(2, 1fr); }
  .scope-categories article { min-height: 162px; padding: 24px 18px 20px; }
  .scope-categories article:nth-child(3) { border-right: 1px solid #dce7ec; }
  .scope-categories article:nth-child(even) { border-right: 0; }
  .scope-categories article:nth-child(-n+4) { border-bottom: 1px solid #dce7ec; }
  .scope-categories article:nth-child(4) { grid-column: auto; }
  .scope-categories article:last-child { grid-column: 1 / -1; min-height: 140px; }
  .scope-categories h3 { margin: 17px 0 9px; font-size: 23px; }
  .scope-categories p { font-size: 11px; }
  .service-route { margin-top: 18px; }
  .route-title { padding: 27px 24px; }
  .route-title h3 { font-size: 19px; }
  .service-route ol { grid-template-columns: repeat(2, 1fr); }
  .service-route li { min-height: 126px; padding: 25px 16px 20px; }
  .service-route li:nth-child(odd) { border-left: 0; }
  .service-route li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.15); }
  .about-foundation { padding: 50px 0 54px; }
  .foundation-gallery { height: auto; display: block; }
  .foundation-gallery figure { height: 230px; margin-bottom: 12px; }
  .foundation-gallery .foundation-main { height: 270px; }
  .foundation-gallery figure:last-child { margin-bottom: 0; }
  .foundation-gallery figcaption { right: 17px; bottom: 16px; left: 17px; }
  .foundation-gallery figcaption b { font-size: 17px; }
  .about-certification { padding: 48px 0 52px; }
  .certification-copy h2 { font-size: 28px; }
  .certification-copy > p:not(.about-eyebrow) { margin-top: 15px; font-size: 13px; }
  .certification-files { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .certification-files figure:last-child { grid-column: 1 / -1; width: calc(50% - 5px); margin-inline: auto; }
  .certification-files figure > div { height: 190px; padding: 12px; }
  .certification-files figcaption { min-height: 52px; padding: 0 8px; font-size: 10px; }
  .product-hero-bg { background-position: 45% center; }
  .product-hero .inner-hero-shade { background: linear-gradient(90deg, rgba(3,24,37,.92), rgba(3,28,43,.68) 76%, rgba(3,28,43,.32)); }
  .product-page .subnav a { text-align: center; }
  .product-reference-page .subnav-inner { min-height: 170px; }
  .product-reference-page .subnav a { min-height: 66px; }
  .product-reference-page .subnav .subnav-overview { min-height: 38px; }
  .catalog-section { padding: 6px 0 48px; }
  .catalog-intro { margin-bottom: 24px; display: block; }
  .catalog-intro h2 { font-size: 28px; }
  .catalog-intro > span { margin-top: 10px; display: block; font-size: 12px; text-align: left; }
  .catalog-grid { grid-template-columns: 1fr; gap: 15px; }
  .catalog-media { height: 245px; }
  .catalog-copy { min-height: 0; padding: 20px 20px 22px; }
  .catalog-copy h3 { font-size: 22px; }
  .catalog-copy > span { min-height: 0; font-size: 12px; }
  .gift-stack img:nth-child(1) { left: 10%; width: 108px; }
  .gift-stack img:nth-child(2) { left: 38%; width: 110px; }
  .gift-stack img:nth-child(3) { right: 5%; width: 130px; }
  .books-stack img:nth-child(1) { width: 170px; }
  .books-stack img:nth-child(2) { width: 115px; }
  .books-stack img:nth-child(3) { width: 138px; }
  .label-stack img:nth-child(1), .label-stack img:nth-child(2), .label-stack img:nth-child(3) { width: 142px; }
  .selection-guide { padding: 46px 0; }
  .guide-copy h2 { font-size: 25px; }
  .guide-items { grid-template-columns: repeat(2, 1fr); }
  .guide-items article { min-height: 94px; padding: 12px 11px; }
  .guide-items article:nth-child(odd) { border-left: 0; }
  .guide-items article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .guide-items i { font-size: 22px; }
  .guide-items strong { font-size: 12px; }
  .guide-items span { font-size: 9px; }
  .strength-hero > img { object-position: 54% center; }
  .strength-section-head h2, .equipment-head h2, .quality-copy h2 { font-size: 28px; }
  .process-section { padding: 6px 0 52px; }
  .strength-section-head { margin-bottom: 24px; }
  .strength-section-head > span { font-size: 12px; }
  .process-rail { grid-template-columns: repeat(2, 1fr); }
  .process-rail article:nth-child(3) { border-right: 1px solid #dce7ec; }
  .process-rail article:nth-child(even) { border-right: 0; }
  .process-rail article:nth-child(-n+4) { border-bottom: 1px solid #dce7ec; }
  .process-photo { height: 138px; }
  .process-copy { min-height: 110px; padding: 21px 12px 15px; }
  .process-copy p { font-size: 15px; }
  .process-copy span { font-size: 10px; }
  .equipment-section { padding: 50px 0 54px; }
  .equipment-head { margin-bottom: 24px; display: block; }
  .equipment-head > span { margin-top: 10px; display: block; font-size: 11px; }
  .equipment-mosaic { display: block; }
  .equipment-card { min-height: 250px; margin-bottom: 14px; }
  .equipment-card:last-child { margin-bottom: 0; }
  .equipment-main { min-height: 290px; }
  .equipment-card > div { right: 18px; bottom: 18px; left: 18px; }
  .equipment-card h3 { font-size: 22px; }
  .quality-section { padding: 52px 0 56px; }
  .quality-copy > span { font-size: 12px; }
  .quality-list { margin-top: 22px; }
  .quality-visual { padding: 28px 18px 24px; }
  .quality-label { margin-bottom: 20px; }
  .quality-label b { font-size: 19px; letter-spacing: 2px; }
  .quality-label span { font-size: 10px; }
  .cases-hero .inner-hero-shade { background: linear-gradient(90deg, rgba(3,24,37,.94), rgba(3,28,43,.72) 78%, rgba(3,28,43,.45)); }
  .case-wall { padding: 6px 0 52px; }
  .case-wall-head { margin-bottom: 24px; }
  .case-wall-head h2 { font-size: 28px; }
  .case-wall-head > span { font-size: 12px; }
  .case-wall-grid { grid-template-columns: 1fr; gap: 15px; }
  .case-showcase-media { height: 245px; }
  .case-showcase-copy { min-height: 0; padding: 20px 20px 22px; }
  .case-showcase-copy h3 { font-size: 22px; }
  .case-showcase-copy > span { min-height: 0; font-size: 12px; }
  .case-electronics-stack img:nth-child(1) { left: 8%; width: 135px; }
  .case-electronics-stack img:nth-child(2) { left: 34%; width: 132px; }
  .case-electronics-stack img:nth-child(3) { width: 126px; }
  .case-food-stack img:nth-child(1), .case-food-stack img:nth-child(2), .case-food-stack img:nth-child(3) { width: 132px; }
  .case-aquatic-stack img:nth-child(1), .case-aquatic-stack img:nth-child(2), .case-aquatic-stack img:nth-child(3) { width: 152px; }
  .case-source-note { padding: 16px; align-items: flex-start; }
  .case-source-note p { display: block; }
  .case-source-note strong, .case-source-note span { display: block; }
  .case-source-note span { margin-top: 5px; font-size: 10px; }
  .contact-hero > img { object-position: 58% center; }
  .contact-hero-mark { display: none; }
  .contact-page .subnav-inner { width: 100%; min-height: 66px; grid-template-columns: repeat(3, 1fr); }
  .contact-page .subnav a { min-height: 66px; }
  .contact-overview { padding: 6px 0 52px; }
  .contact-page-head { margin-bottom: 24px; }
  .contact-page-head h2, .visit-head h2, .inquiry-copy h2 { font-size: 28px; }
  .contact-page-head > span { font-size: 12px; }
  .contact-main-grid { gap: 15px; }
  .contact-ledger { min-height: 330px; padding: 39px 28px; }
  .contact-ledger h3 { font-size: 28px; }
  .contact-number { font-size: 31px; }
  .contact-call { margin-top: 29px; }
  .contact-facts { grid-template-columns: 1fr; gap: 10px; }
  .contact-facts article { min-height: 0; padding: 22px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; }
  .contact-facts i { width: 48px; height: 48px; font-size: 20px; }
  .contact-facts div { margin-top: 0; }
  .contact-facts strong { font-size: 17px; }
  .inquiry-section { padding: 48px 0; }
  .inquiry-copy h2 { font-size: 27px; }
  .inquiry-list { grid-template-columns: repeat(2, 1fr); }
  .inquiry-list article { min-height: 135px; padding: 24px 14px 20px; }
  .inquiry-list article:nth-child(odd) { border-left: 0; }
  .inquiry-list article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .inquiry-list div { margin-top: 17px; }
  .visit-section { padding: 50px 0 56px; }
  .visit-head { margin-bottom: 23px; display: block; }
  .visit-head > span { margin-top: 10px; display: block; font-size: 11px; line-height: 1.6; }
  .visit-visual { height: 500px; }
  .visit-visual > img { object-position: 57% center; }
  .visit-visual::after { background: linear-gradient(180deg, transparent 35%, rgba(2,24,37,.64)); }
  .visit-visual article { right: 14px; bottom: 14px; left: 14px; width: auto; padding: 28px 24px 24px; }
  .visit-visual h3 { font-size: 22px; }
}

/* Keep the six About anchors responsive after legacy page rules. */
@media (max-width: 900px) {
  .about-material-page .subnav-inner { min-height: 112px; grid-template-columns: repeat(3, 1fr); }
  .about-material-page .subnav a { min-height: 56px; border-bottom: 1px solid #e5edf1; }
}

@media (max-width: 560px) {
  .about-material-page .subnav-inner { min-height: 112px; grid-template-columns: repeat(3, 1fr); }
  .about-material-page .subnav a { min-height: 56px; padding-inline: 4px; }
}

/* About / restrained print-industry direction v9 */
.about-classic-page {
  --about-ink: #172128;
  --about-muted: #66737b;
  --about-line: #dfe3e2;
  --about-paper: #f7f6f2;
  --about-blue: #079ed6;
}
.about-classic-page .about-eyebrow,
.about-classic-page .about-section-head p,
.about-classic-page .workforce-copy p,
.about-classic-page .sales-mix-copy p {
  color: var(--about-blue);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.about-classic-page .title-rule {
  width: 58px;
  height: 4px;
  background: linear-gradient(90deg, #ed2848 0 25%, #f5bd24 25% 50%, #55b84b 50% 75%, #09a6df 75%);
}
.about-classic-page .material-profile { padding: 34px 0 82px; }
.about-classic-page .material-profile-grid {
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: 58px;
  align-items: center;
}
.about-classic-page .material-profile-copy { padding: 22px 0; }
.about-classic-page .material-profile-copy h2 { color: var(--about-ink); font-size: 40px; }
.about-classic-page .material-profile-copy > p:not(.about-eyebrow) { color: var(--about-muted); }
.about-classic-page .material-dossier {
  padding: 34px 38px 28px;
  color: var(--about-ink);
  background: var(--about-paper);
  border: 1px solid var(--about-line);
  overflow: visible;
}
.about-classic-page .material-dossier::before {
  top: -1px;
  right: -1px;
  left: -1px;
  width: auto;
  height: 4px;
  background: linear-gradient(90deg, #ed2848 0 25%, #f5bd24 25% 50%, #55b84b 50% 75%, #09a6df 75%);
}
.about-classic-page .material-dossier::after { display: none; }
.about-classic-page .dossier-head { padding-bottom: 18px; border-bottom: 1px solid var(--about-line); }
.about-classic-page .dossier-head span { color: var(--about-blue); font: 700 11px/1.2 inherit; letter-spacing: .12em; }
.about-classic-page .dossier-head b { color: var(--about-ink); font-size: 21px; }
.about-classic-page .material-dossier dl > div { min-height: 90px; border-color: var(--about-line); }
.about-classic-page .material-dossier dl > div:nth-child(even) { border-left-color: var(--about-line); }
.about-classic-page .material-dossier dt { color: #7c878d; }
.about-classic-page .material-dossier dd { color: #26343b; }
.about-classic-page .material-dossier dd strong { color: var(--about-ink); font-family: inherit; font-size: 26px; }
.about-classic-page .material-profile-media {
  height: 360px;
  margin-top: 30px;
  grid-template-columns: 1.12fr .88fr;
  gap: 14px;
}
.about-classic-page .material-profile-media figure::after { inset: 55% 0 0; background: linear-gradient(180deg, transparent, rgba(12,22,27,.62)); }
.about-classic-page .material-profile-media figure:first-child img { object-position: center 54%; }
.about-classic-page .material-profile-media figcaption { border-left: 0; }
.about-classic-page .material-profile-media figcaption::before {
  content: "";
  width: 36px;
  height: 3px;
  margin-bottom: 10px;
  background: #fff;
}

.about-classic-page .material-philosophy { padding: 0 0 82px; background: #fff; }
.about-classic-page .philosophy-panel {
  min-height: 300px;
  padding: 54px 66px;
  grid-template-columns: 180px 1fr;
  color: var(--about-ink);
  background: var(--about-paper);
  border: 1px solid var(--about-line);
  overflow: visible;
}
.about-classic-page .philosophy-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 4px;
  background: linear-gradient(90deg, #ed2848 0 25%, #f5bd24 25% 50%, #55b84b 50% 75%, #09a6df 75%);
}
.about-classic-page .philosophy-panel::after { display: none; }
.about-classic-page .philosophy-mark {
  color: var(--about-ink);
  font-size: 112px;
  font-weight: 800;
  text-shadow: none;
}
.about-classic-page .philosophy-panel article { padding-left: 50px; border-left: 1px solid #d6dbd9; }
.about-classic-page .philosophy-panel article > p { color: var(--about-blue); font-family: inherit; font-size: 12px; letter-spacing: .12em; }
.about-classic-page .philosophy-panel h2 { font-size: 38px; }
.about-classic-page .philosophy-lines { gap: 32px; }
.about-classic-page .philosophy-lines blockquote {
  padding: 17px 20px 19px;
  background: #fff;
  border: 1px solid var(--about-line);
  border-top: 3px solid var(--about-blue);
}
.about-classic-page .philosophy-lines blockquote:last-child { border-top-color: #ef4a54; }
.about-classic-page .philosophy-lines span { color: #7d888e; }
.about-classic-page .philosophy-lines b { color: #243138; font-size: 17px; }

.about-classic-page .material-organization { padding: 78px 0 82px; background: #fff; }
.about-classic-page .about-section-head h2 { color: var(--about-ink); }
.about-classic-page .org-board { display: block; background: transparent; border: 0; box-shadow: none; }
.about-classic-page .org-lead {
  width: 280px;
  min-height: 116px;
  margin: 0 auto;
  padding: 24px 30px;
  align-items: center;
  color: var(--about-ink);
  background: var(--about-paper);
  border: 1px solid var(--about-line);
  border-top: 4px solid var(--about-blue);
  text-align: center;
}
.about-classic-page .org-lead::after {
  top: auto;
  right: auto;
  bottom: -35px;
  left: 50%;
  width: 1px;
  height: 34px;
  background: #cbd3d5;
  transform: none;
}
.about-classic-page .org-lead span { color: #77838a; font-size: 11px; letter-spacing: .1em; }
.about-classic-page .org-lead b { margin-top: 9px; font-size: 26px; }
.about-classic-page .org-lead small { margin-top: 6px; color: #6f7b82; }
.about-classic-page .org-departments {
  position: relative;
  margin-top: 34px;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.about-classic-page .org-departments::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16.666%;
  left: 16.666%;
  height: 1px;
  background: #cbd3d5;
}
.about-classic-page .org-departments article {
  min-height: 148px;
  padding: 28px 25px 24px;
  background: #fff;
  border: 1px solid var(--about-line) !important;
  border-top: 3px solid #cfd7d8 !important;
}
.about-classic-page .org-departments i { color: var(--about-blue); font-size: 20px; }
.about-classic-page .org-departments h3 { margin: 15px 0 8px; color: var(--about-ink); font-size: 19px; }
.about-classic-page .org-departments p { color: #6e7a81; font-size: 12px; }
.about-classic-page .workforce-card {
  margin-top: 22px;
  padding: 30px 38px;
  background: var(--about-paper);
  border: 0;
}
.about-classic-page .workforce-copy h3 { color: var(--about-ink); }
.about-classic-page .workforce-bars article > i { height: 5px; background: #dddeda; }
.about-classic-page .workforce-bars article > i::after { background: #079ed6; }
.about-classic-page .workforce-bars article:nth-child(2) > i::after { background: #58b64c; }
.about-classic-page .workforce-bars article:nth-child(3) > i::after { background: #f3b91e; }
.about-classic-page .workforce-bars article:nth-child(4) > i::after { background: #e74652; }
.about-classic-page .workforce-bars em { color: var(--about-ink); font-family: inherit; }

.about-classic-page .material-advantages { padding: 78px 0 82px; background: var(--about-paper); }
.about-classic-page .advantage-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.about-classic-page .advantage-grid article {
  min-height: 0;
  display: block;
  background: #fff;
  border: 1px solid var(--about-line);
}
.about-classic-page .advantage-grid figure { height: 188px; }
.about-classic-page .advantage-grid article > div { padding: 24px 22px 26px; }
.about-classic-page .advantage-grid article > div > span { color: var(--about-blue); font-family: inherit; font-size: 11px; letter-spacing: .08em; }
.about-classic-page .advantage-grid h3 { margin: 10px 0 10px; color: var(--about-ink); font-size: 21px; }
.about-classic-page .advantage-grid p { color: var(--about-muted); font-size: 12px; line-height: 1.8; }
.about-classic-page .sales-mix {
  margin-top: 18px;
  padding: 30px 38px;
  color: var(--about-ink);
  background: #fff;
  border: 1px solid var(--about-line);
}
.about-classic-page .sales-mix-copy p { color: var(--about-blue); }
.about-classic-page .sales-mix-copy span { color: #78858b; }
.about-classic-page .mix-bar { height: 12px; background: #e6e6e2; }
.about-classic-page .mix-legend span { color: #66737a; }
.about-classic-page .mix-legend b { color: var(--about-ink); font-family: inherit; }

.about-classic-page .material-certification { padding: 78px 0 82px; background: #fff; }
.about-classic-page .material-cert-grid {
  max-width: 900px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.about-classic-page .material-cert-grid figure {
  min-height: 360px;
  border: 1px solid var(--about-line);
  box-shadow: none;
}
.about-classic-page .material-cert-grid figure > div { height: 270px; background: var(--about-paper); }
.about-classic-page .material-cert-grid figcaption { min-height: 88px; }
.about-classic-page .material-cert-grid figcaption b { color: var(--about-ink); font-family: inherit; }

.about-classic-page .material-clients { padding: 78px 0 84px; background: var(--about-paper); }
.about-classic-page .clients-layout { grid-template-columns: 360px 1fr; gap: 52px; }
.about-classic-page .clients-copy h2 { color: var(--about-ink); font-size: 34px; line-height: 1.35; }
.about-classic-page .client-logo-wall { min-height: 340px; padding: 30px; background: #fff; border: 1px solid var(--about-line); }

@media (max-width: 1100px) {
  .about-classic-page .material-profile-grid { grid-template-columns: 1fr; gap: 26px; }
  .about-classic-page .material-profile-copy { max-width: 760px; }
  .about-classic-page .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .about-classic-page .advantage-grid figure { height: 220px; }
}

@media (max-width: 900px) {
  .about-classic-page .material-profile,
  .about-classic-page .material-organization,
  .about-classic-page .material-advantages,
  .about-classic-page .material-certification,
  .about-classic-page .material-clients { padding-top: 60px; padding-bottom: 64px; }
  .about-classic-page .material-philosophy { padding-bottom: 64px; }
  .about-classic-page .philosophy-panel { padding: 44px 38px; grid-template-columns: 130px 1fr; }
  .about-classic-page .philosophy-mark { font-size: 88px; }
  .about-classic-page .philosophy-panel article { padding-left: 34px; }
  .about-classic-page .org-departments { grid-template-columns: repeat(2, 1fr); }
  .about-classic-page .org-departments::before { display: none; }
  .about-classic-page .clients-layout { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 560px) {
  .about-classic-page .material-profile { padding-top: 22px; }
  .about-classic-page .material-profile-copy h2 { font-size: 30px; }
  .about-classic-page .material-dossier { padding: 28px 20px 20px; }
  .about-classic-page .dossier-head { padding-bottom: 14px; }
  .about-classic-page .material-dossier dl > div { min-height: 88px; }
  .about-classic-page .material-profile-media { height: auto; grid-template-columns: 1fr; }
  .about-classic-page .material-profile-media figure { height: 224px; }
  .about-classic-page .philosophy-panel { padding: 34px 24px 30px; display: block; }
  .about-classic-page .philosophy-mark { position: static; margin-bottom: 18px; font-size: 54px; text-align: left; }
  .about-classic-page .philosophy-panel article { padding-left: 0; border-left: 0; }
  .about-classic-page .philosophy-lines { grid-template-columns: 1fr; gap: 12px; }
  .about-classic-page .org-lead { width: 100%; }
  .about-classic-page .org-departments { grid-template-columns: 1fr 1fr; gap: 10px; }
  .about-classic-page .org-departments article { min-height: 150px; padding: 22px 16px; }
  .about-classic-page .org-departments p { font-size: 10px; }
  .about-classic-page .workforce-card,
  .about-classic-page .sales-mix { padding: 25px 20px; }
  .about-classic-page .advantage-grid { grid-template-columns: 1fr; }
  .about-classic-page .advantage-grid figure { height: 210px; }
  .about-classic-page .material-cert-grid { grid-template-columns: 1fr; }
  .about-classic-page .material-cert-grid figure > div { height: 250px; }
  .about-classic-page .client-logo-wall { min-height: 250px; padding: 18px; }
}

/* About / direct domestic printing-site reference v11 */
.about-reference-page {
  --ref-blue: #089ed6;
  --ref-ink: #18232a;
  --ref-text: #586871;
  --ref-line: #dfe5e7;
  --ref-gray: #f5f6f6;
}
.about-reference-page .reference-about-heading { margin-bottom: 38px; text-align: center; }
.about-reference-page .reference-about-heading > p {
  margin: 0 0 10px;
  color: #7a878d;
  font: 600 11px/1.2 Arial, sans-serif;
  letter-spacing: .18em;
}
.about-reference-page .reference-about-heading > h2 {
  margin: 0;
  color: var(--ref-ink);
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: -.5px;
}
.about-reference-page .reference-about-heading > i {
  width: 44px;
  height: 3px;
  margin: 16px auto 0;
  display: block;
  background: var(--ref-blue);
}
.about-reference-page .reference-about-heading > span {
  max-width: 680px;
  margin: 14px auto 0;
  display: block;
  color: #758188;
  font-size: 13px;
  line-height: 1.8;
}
.about-reference-page .reference-about-heading > .section-detail-link {
  width: fit-content;
  margin: 16px auto 0;
  display: inline-flex;
  align-items: center;
  color: var(--ref-blue);
  font-size: 12px;
  font-weight: 700;
}
.about-reference-page .reference-about-heading > span + .section-detail-link { margin-top: 10px; }

.reference-about-intro { padding: 54px 0 82px; background: #fff; }
.reference-intro-layout { display: grid; grid-template-columns: 1.06fr .94fr; gap: 54px; align-items: stretch; }
.reference-intro-photo { height: 470px; margin: 0; overflow: hidden; background: #e7ebed; }
.reference-intro-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.reference-intro-copy { padding: 18px 0 0; }
.reference-intro-copy h3 { margin: 0 0 22px; color: var(--ref-ink); font-size: 27px; line-height: 1.45; }
.reference-intro-copy p { margin: 0 0 15px; color: var(--ref-text); font-size: 15px; line-height: 2; }
.reference-facts { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid var(--ref-line); border-left: 1px solid var(--ref-line); }
.reference-facts li { min-height: 82px; padding: 17px 18px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--ref-line); border-bottom: 1px solid var(--ref-line); }
.reference-facts b { color: var(--ref-ink); font-size: 21px; }
.reference-facts span { margin-top: 5px; color: #7a878d; font-size: 11px; }

.reference-culture { padding: 72px 0; background: var(--ref-gray); }
.reference-culture-layout { display: grid; grid-template-columns: 300px 1fr; gap: 65px; align-items: center; }
.reference-culture .reference-about-heading { margin-bottom: 0; text-align: left; }
.reference-culture .reference-about-heading > i { margin-left: 0; }
.reference-culture-copy { padding: 34px 42px; background: #fff; border-left: 4px solid var(--ref-blue); }
.reference-culture-copy h3 { margin: 0 0 25px; color: var(--ref-ink); font-size: 31px; }
.reference-culture-copy > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.reference-culture-copy p { margin: 0; }
.reference-culture-copy b { color: var(--ref-blue); font-size: 13px; }
.reference-culture-copy span { margin-top: 9px; display: block; color: #2a383f; font-size: 17px; line-height: 1.65; }

.reference-organization { padding: 78px 0 84px; background: #fff; }
.reference-manager { width: 360px; min-height: 88px; margin: 0 auto 24px; padding: 18px 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #eef7fb; border-top: 3px solid var(--ref-blue); text-align: center; }
.reference-manager b { color: var(--ref-ink); font-size: 23px; }
.reference-manager span { margin-top: 7px; color: #6b7980; font-size: 11px; }
.reference-department-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ref-line); border-left: 1px solid var(--ref-line); }
.reference-department-grid article { min-height: 128px; padding: 27px 28px 24px; border-right: 1px solid var(--ref-line); border-bottom: 1px solid var(--ref-line); }
.reference-department-grid h3 { margin: 0 0 10px; color: var(--ref-ink); font-size: 19px; }
.reference-department-grid h3::before { content: ""; width: 18px; height: 2px; margin-right: 10px; display: inline-block; vertical-align: middle; background: var(--ref-blue); }
.reference-department-grid p { margin: 0; color: #738087; font-size: 12px; line-height: 1.75; }
.reference-team-note { margin: 22px 0 0; padding: 17px 20px; color: #65737a; font-size: 12px; line-height: 1.8; text-align: center; background: var(--ref-gray); }

.reference-workshop { padding: 78px 0 84px; background: var(--ref-gray); }
.reference-workshop-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.reference-workshop-gallery figure { margin: 0; background: #fff; border: 1px solid var(--ref-line); }
.equipment-linked-card { position: relative; }
.equipment-image-link { position: absolute; inset: 0; z-index: 2; cursor: pointer; }
.equipment-image-link:focus-visible { outline: 3px solid #00a6d8; outline-offset: -5px; }
.reference-workshop-gallery img { width: 100%; height: 300px; display: block; object-fit: cover; }
.reference-workshop-gallery figcaption { min-height: 82px; padding: 18px 22px; display: flex; flex-direction: column; justify-content: center; }
.reference-workshop-gallery figcaption b { color: var(--ref-ink); font-size: 18px; }
.reference-workshop-gallery figcaption span { margin-top: 6px; color: #77848a; font-size: 11px; }
.reference-production-note { margin-top: 22px; min-height: 70px; padding: 16px 24px; display: flex; align-items: center; gap: 28px; background: #fff; border: 1px solid var(--ref-line); }
.reference-production-note b { margin-right: 10px; color: var(--ref-ink); font-size: 15px; }
.reference-production-note span { color: #65737a; font-size: 12px; }
.reference-production-note a { margin-left: auto; color: var(--ref-blue); font-size: 12px; font-weight: 700; }

.reference-certification { padding: 78px 0 84px; background: #fff; }
.reference-cert-grid { max-width: 920px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.reference-cert-grid figure { margin: 0; background: #fff; border: 1px solid var(--ref-line); }
.reference-cert-grid figure > div { position: relative; height: 360px; overflow: hidden; background: var(--ref-gray); border-bottom: 1px solid var(--ref-line); }
.reference-cert-grid img { position: absolute; inset: 25px; width: calc(100% - 50px); height: calc(100% - 50px); max-width: none; max-height: none; display: block; object-fit: contain; }
.reference-cert-grid figcaption { min-height: 88px; padding: 18px 24px; display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 16px; }
.reference-cert-grid figcaption b { grid-row: 1 / 3; align-self: center; color: var(--ref-ink); font-size: 18px; }
.reference-cert-grid figcaption span { color: #344249; font-size: 12px; font-weight: 700; }
.reference-cert-grid figcaption small { margin-top: 5px; color: #7a878d; font-size: 10px; }

.reference-clients { padding: 78px 0 84px; background: var(--ref-gray); }
.reference-client-wall { max-width: 1000px; margin: 0 auto; padding: 34px 38px 22px; background: #fff; border: 1px solid var(--ref-line); }
.reference-client-wall img { width: 100%; max-height: 350px; display: block; object-fit: contain; }
.client-wall-composition { max-width: 656px; margin: 0 auto; }
.client-wall-extension { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: 12px; max-width: 460px; margin: 0 auto; padding: 8px 0 14px; }
.reference-client-wall .client-wall-extension img { width: 100%; height: 78px; object-fit: contain; }
@media (max-width: 560px) {
  .client-wall-extension { gap: 8px; max-width: 280px; padding: 6px 0 10px; }
  .reference-client-wall .client-wall-extension img { height: 48px; }
}
.reference-client-wall figcaption { padding-top: 18px; color: #879198; font-size: 10px; line-height: 1.7; text-align: center; border-top: 1px solid #eef1f2; }

@media (max-width: 900px) {
  .reference-about-intro,
  .reference-organization,
  .reference-workshop,
  .reference-certification,
  .reference-clients { padding-top: 62px; padding-bottom: 66px; }
  .reference-intro-layout { grid-template-columns: 1fr; gap: 30px; }
  .reference-intro-photo { height: 410px; }
  .reference-intro-copy { padding-top: 0; }
  .reference-culture-layout { grid-template-columns: 220px 1fr; gap: 34px; }
  .reference-department-grid { grid-template-columns: repeat(2, 1fr); }
  .reference-workshop-gallery img { height: 240px; }
  .reference-production-note { flex-wrap: wrap; gap: 16px 24px; }
  .reference-production-note a { width: 100%; margin-left: 0; }
}

@media (max-width: 560px) {
  .about-reference-page .reference-about-heading { margin-bottom: 28px; text-align: left; }
  .about-reference-page .reference-about-heading > p { font-size: 9px; }
  .about-reference-page .reference-about-heading > h2 { font-size: 28px; }
  .about-reference-page .reference-about-heading > i { width: 38px; margin: 13px 0 0; }
  .about-reference-page .reference-about-heading > span { margin-left: 0; font-size: 11px; }
  .reference-about-intro { padding-top: 30px; }
  .reference-intro-photo { height: 280px; }
  .reference-intro-copy h3 { font-size: 22px; }
  .reference-intro-copy p { font-size: 13px; line-height: 1.9; }
  .reference-facts { margin-top: 22px; }
  .reference-facts li { min-height: 76px; padding: 14px; }
  .reference-facts b { font-size: 18px; }
  .reference-culture { padding: 56px 0; }
  .reference-culture-layout { grid-template-columns: 1fr; gap: 26px; }
  .reference-culture-copy { padding: 28px 24px; }
  .reference-culture-copy h3 { font-size: 26px; }
  .reference-culture-copy > div { grid-template-columns: 1fr; gap: 22px; }
  .reference-culture-copy span { font-size: 15px; }
  .reference-manager { width: 100%; }
  .reference-department-grid { grid-template-columns: 1fr 1fr; }
  .reference-department-grid article { min-height: 132px; padding: 22px 16px; }
  .reference-department-grid h3 { font-size: 17px; }
  .reference-department-grid p { font-size: 10px; }
  .reference-team-note { text-align: left; }
  .reference-workshop-gallery { grid-template-columns: 1fr; gap: 14px; }
  .reference-workshop-gallery img { height: 230px; }
  .reference-production-note { padding: 18px 20px; display: grid; grid-template-columns: repeat(2, 1fr); }
  .reference-production-note b,
  .reference-production-note a { grid-column: 1 / -1; }
  .reference-cert-grid { grid-template-columns: 1fr; gap: 14px; }
  .reference-cert-grid figure > div { height: 280px; }
  .reference-client-wall { padding: 20px 18px 16px; }
}

/* About / Zhongrong-inspired editorial direction v12 */
.about-zrp-page {
  --zrp-ink: #17252f;
  --zrp-copy: #596a74;
  --zrp-blue: #079ed6;
  --zrp-paper: #f0f6f8;
  --zrp-line: #dce7eb;
}
.about-zrp-page .subnav-inner { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.about-zrp-page .subnav a {
  min-width: 0;
  white-space: nowrap;
}
.about-zrp-page .reference-about-heading { margin-bottom: 32px; }
.about-zrp-page .reference-about-heading > p {
  color: #7e8c94;
  font-size: 10px;
  letter-spacing: .2em;
}
.about-zrp-page .reference-about-heading > h2 {
  color: var(--zrp-ink);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.04em;
}
.about-zrp-page .reference-about-heading > i {
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, #ef3355 0 24%, #f5b928 24% 49%, #63bb43 49% 74%, #08a7dc 74%);
}

.about-zrp-page .reference-about-intro { padding: 70px 0 0; }
.zrp-intro-copy {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.zrp-intro-copy p {
  margin: 0 0 10px;
  color: var(--zrp-copy);
  font-size: 15px;
  line-height: 2;
}
.zrp-intro-copy p span { display: block; }
.about-zrp-page .zrp-facts {
  max-width: 1000px;
  margin: 40px auto 56px;
  grid-template-columns: repeat(4, 1fr);
  border: 0;
}
.about-zrp-page .zrp-facts li {
  min-height: 86px;
  padding: 12px 24px;
  align-items: center;
  border: 0;
  border-left: 1px solid var(--zrp-line);
  text-align: center;
}
.about-zrp-page .zrp-facts li:first-child { border-left: 0; }
.about-zrp-page .zrp-facts b {
  color: var(--zrp-ink);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.03em;
}
.about-zrp-page .zrp-facts span {
  margin-top: 8px;
  color: #7d8a91;
  font-size: 11px;
  letter-spacing: .08em;
}
.zrp-intro-photo {
  position: relative;
  height: 520px;
  margin: 0;
  overflow: hidden;
  background: #dce5e8;
}
.zrp-intro-photo::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(180deg, transparent, rgba(8, 27, 38, .74));
}
.zrp-intro-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 55%;
}
.zrp-intro-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 42px;
  bottom: 36px;
  left: 42px;
  color: #fff;
}
.zrp-intro-photo figcaption b {
  display: block;
  font-size: 24px;
  line-height: 1.35;
}
.zrp-intro-photo figcaption span {
  margin-top: 8px;
  display: block;
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
}

.about-zrp-page .reference-culture {
  padding: 82px 0 92px;
  background: var(--zrp-paper);
}
.about-zrp-page .reference-culture .reference-about-heading {
  margin-bottom: 36px;
  text-align: center;
}
.about-zrp-page .reference-culture .reference-about-heading > i { margin-right: auto; margin-left: auto; }
.zrp-culture-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.zrp-culture-grid figure {
  position: relative;
  height: 390px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  background: #24343e;
}
.zrp-culture-grid figure:nth-child(2) {
  margin-left: -18px;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.zrp-culture-grid figure:nth-child(3) {
  margin-left: -18px;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
}
.zrp-culture-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 26, 38, .08) 20%, rgba(5, 26, 39, .72) 100%);
}
.zrp-culture-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.82) contrast(.95);
  transition: transform .55s ease, filter .55s ease;
}
.zrp-culture-grid figure:nth-child(2) img { object-position: center 54%; }
.zrp-culture-grid figure:hover img { transform: scale(1.035); filter: saturate(1) contrast(1); }
.zrp-culture-grid figcaption {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 34px;
  left: 30px;
  color: #fff;
  text-align: center;
}
.zrp-culture-grid figcaption span {
  display: block;
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
  letter-spacing: .12em;
}
.zrp-culture-grid figcaption b {
  max-width: 290px;
  margin: 10px auto 0;
  display: block;
  font-size: 21px;
  line-height: 1.55;
}

.about-zrp-page .reference-workshop { padding: 82px 0 88px; background: #fff; }
.about-zrp-page .reference-workshop-gallery { gap: 18px; }
.about-zrp-page .reference-workshop-gallery figure { border-color: var(--zrp-line); }
.about-zrp-page .reference-workshop-gallery figcaption { min-height: 76px; }
.about-zrp-page .reference-production-note { border-color: var(--zrp-line); background: var(--zrp-paper); }
.about-zrp-page .reference-certification { padding: 82px 0 88px; background: var(--zrp-paper); }
.about-zrp-page .reference-cert-grid {
  max-width: 1120px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.about-zrp-page .reference-cert-grid figure,
.about-zrp-page .reference-cert-grid figure > div { border-color: var(--zrp-line); }
.about-zrp-page .reference-cert-grid figure > div { height: 330px; }
.about-zrp-page .reference-cert-license img { inset: 32px 20px; width: calc(100% - 40px); height: calc(100% - 64px); }
.about-zrp-page .reference-clients { padding: 82px 0 88px; background: #fff; }
.about-zrp-page .reference-client-wall { border-color: var(--zrp-line); background: #fff; }

@media (max-width: 900px) {
  .about-zrp-page .reference-about-intro { padding-top: 58px; }
  .about-zrp-page .zrp-facts { margin-bottom: 44px; }
  .zrp-intro-photo { height: 440px; }
  .zrp-culture-grid figure { height: 330px; }
  .zrp-culture-grid figcaption { right: 22px; bottom: 26px; left: 22px; }
  .zrp-culture-grid figcaption b { font-size: 18px; }
}

@media (max-width: 560px) {
  .about-zrp-page .subnav-inner {
    min-height: 112px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
  .about-zrp-page .subnav a { min-height: 56px; padding-inline: 4px; }
  .about-zrp-page .reference-about-intro { padding-top: 36px; }
  .about-zrp-page .reference-about-heading { margin-bottom: 24px; }
  .about-zrp-page .reference-about-heading > h2 { font-size: 27px; line-height: 1.4; }
  .about-zrp-page .reference-about-heading > i { width: 44px; margin-top: 12px; }
  .zrp-intro-copy { text-align: left; }
  .zrp-intro-copy p { font-size: 13px; line-height: 1.9; }
  .about-zrp-page .zrp-facts {
    margin: 26px 0 34px;
    grid-template-columns: repeat(2, 1fr);
  }
  .about-zrp-page .zrp-facts li { min-height: 76px; padding: 12px 8px; }
  .about-zrp-page .zrp-facts li:nth-child(3) { border-left: 0; }
  .about-zrp-page .zrp-facts li:nth-child(n + 3) { border-top: 1px solid var(--zrp-line); }
  .about-zrp-page .zrp-facts b { font-size: 21px; }
  .zrp-intro-photo { height: 300px; }
  .zrp-intro-photo figcaption { right: 22px; bottom: 22px; left: 22px; }
  .zrp-intro-photo figcaption b { font-size: 19px; }
  .zrp-intro-photo figcaption span { font-size: 10px; line-height: 1.6; }
  .about-zrp-page .reference-culture { padding: 52px 0 58px; }
  .about-zrp-page .reference-culture .reference-about-heading { text-align: left; }
  .about-zrp-page .reference-culture .reference-about-heading > i { margin-left: 0; }
  .zrp-culture-grid { display: block; }
  .zrp-culture-grid figure,
  .zrp-culture-grid figure:nth-child(2),
  .zrp-culture-grid figure:nth-child(3) {
    height: 230px;
    margin: 0 0 12px;
    clip-path: none;
  }
  .zrp-culture-grid figure:last-child { margin-bottom: 0; }
  .zrp-culture-grid figcaption { right: 20px; bottom: 22px; left: 20px; text-align: left; }
  .zrp-culture-grid figcaption b { max-width: none; margin-left: 0; font-size: 18px; }
  .about-zrp-page .reference-workshop,
  .about-zrp-page .reference-certification,
  .about-zrp-page .reference-clients { padding-top: 54px; padding-bottom: 58px; }
  .about-zrp-page .reference-cert-grid { grid-template-columns: 1fr; gap: 14px; }
  .about-zrp-page .reference-cert-grid figure > div { height: 280px; }
}

/* Product center / peer-site information architecture v4 */
.product-reference-page {
  --product-ink: #102531;
  --product-blue: #079fd6;
  --product-paper: #f3f6f6;
  --product-line: #dce5e8;
  --product-muted: #64747c;
}
.product-reference-page .catalog-section { padding: 34px 0 84px; background: #fff; }
.product-reference-page .catalog-intro { margin-bottom: 30px; align-items: flex-end; }
.product-reference-page .catalog-intro p,
.product-reference-page .product-application-head p,
.product-reference-page .product-custom-head p {
  margin: 0 0 10px;
  color: var(--product-blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .16em;
}
.product-reference-page .catalog-intro h2,
.product-reference-page .product-application-head h2,
.product-reference-page .product-custom-head h2 {
  margin: 0;
  color: var(--product-ink);
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: -.04em;
}
.product-reference-page .catalog-intro > span,
.product-reference-page .product-application-head > span {
  max-width: 520px;
  color: var(--product-muted);
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}
.product-reference-page .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-reference-page .catalog-card {
  position: relative;
  border: 1px solid var(--product-line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 42, 54, .055);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.product-reference-page .catalog-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: transparent;
  transition: background-color .25s ease;
}
.product-reference-page .catalog-card:hover { border-color: #b9dbe8; box-shadow: 0 18px 40px rgba(18, 42, 54, .09); transform: translateY(-3px); }
.product-reference-page .catalog-card:hover::before { background: var(--product-blue); }
.product-reference-page .catalog-media { height: 260px; background: var(--product-paper); }
.product-reference-page .catalog-new-product > img { width: 100%; height: 100%; object-fit: cover; filter: none; }
.product-reference-page .catalog-isolated-product { display: grid; place-items: center; padding: 28px; }
.product-reference-page .catalog-isolated-product > img { position: static; width: 100%; height: 100%; max-height: 100%; object-fit: contain; filter: none; }
.product-detail-main-visual img[src*="/cases/"] { width: 88%; height: 340px; object-fit: contain; filter: none; }
.product-sample-grid figure img[src*="/cases/"] { width: 90%; height: 100%; object-fit: contain; filter: none; }
.product-reference-page .tone-gold .catalog-media,
.product-reference-page .tone-green .catalog-media,
.product-reference-page .tone-rose .catalog-media,
.product-reference-page .tone-sky .catalog-media,
.product-reference-page .tone-mint .catalog-media { background: var(--product-paper); }
.product-reference-page .catalog-copy { min-height: 252px; padding: 25px 26px 24px; }
.product-reference-page .catalog-copy > p { margin-bottom: 10px; font-family: inherit; font-size: 11px; letter-spacing: .12em; }
.product-reference-page .catalog-copy h3 { color: var(--product-ink); font-size: 24px; }
.product-reference-page .catalog-copy > span { min-height: 52px; margin-top: 12px; color: var(--product-muted); font-size: 13px; line-height: 1.75; }
.product-reference-page .catalog-subtypes {
  min-height: 42px;
  margin: 14px 0 0;
  padding: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 5px 14px;
  border-top: 1px solid #e7edef;
  list-style: none;
}
.product-reference-page .catalog-subtypes li { position: relative; padding-left: 9px; color: #344b57; font-size: 11px; line-height: 1.6; }
.product-reference-page .catalog-subtypes li::before { content: ""; position: absolute; top: .65em; left: 0; width: 3px; height: 3px; background: var(--product-blue); }
.product-reference-page .catalog-copy a { margin-top: 12px; color: var(--product-ink); }

.product-application-section { padding: 76px 0 82px; background: var(--product-paper); }
.product-application-head { margin-bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; }
.product-application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-application-grid article { overflow: hidden; background: #fff; border: 1px solid var(--product-line); }
.product-application-media { position: relative; height: 240px; overflow: hidden; background: #fff; }
.product-application-media::after { content: ""; position: absolute; right: 24px; bottom: 0; left: 24px; height: 1px; background: #e8edef; }
.product-application-media img { position: absolute; height: auto; max-width: none; object-fit: contain; filter: drop-shadow(0 12px 10px rgba(20, 42, 54, .12)); }
.application-electronics img:nth-child(1) { bottom: 24px; left: 5%; width: 35%; }
.application-electronics img:nth-child(2) { bottom: 25px; left: 34%; width: 34%; }
.application-electronics img:nth-child(3) { right: 4%; bottom: 24px; width: 34%; }
.application-food img:nth-child(1) { bottom: 24px; left: 5%; width: 30%; }
.application-food img:nth-child(2) { bottom: 24px; left: 35%; width: 30%; }
.application-food img:nth-child(3) { right: 4%; bottom: 24px; width: 36%; }
.application-aquatic img:nth-child(1) { bottom: 42px; left: 3%; width: 42%; }
.application-aquatic img:nth-child(2) { bottom: 35px; left: 30%; width: 43%; }
.application-aquatic img:nth-child(3) { right: 1%; bottom: 38px; width: 42%; }
.product-application-media.application-aquatic { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 20px; background: #f5f9fb; }
.application-aquatic .sample-half { position: relative; flex: 0 1 48%; aspect-ratio: 1100 / 736; overflow: hidden; background: #e3e8eb; box-shadow: 0 9px 18px rgba(20,42,54,.11); }
.application-aquatic .sample-half img { position: absolute; right: auto; bottom: auto; left: 0; width: 100%; height: auto; max-width: none; object-fit: fill; filter: none; }
.application-aquatic .sample-half-flat img { top: 0; }
.application-aquatic .sample-half-box img { top: auto; bottom: 0; }
.product-application-grid article > div:last-child { padding: 22px 24px 25px; }
.product-application-grid p { margin: 0 0 7px; color: var(--product-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.product-application-grid h3 { margin: 0; color: var(--product-ink); font-size: 23px; line-height: 1.35; }
.product-application-grid span { margin-top: 9px; display: block; color: var(--product-muted); font-size: 12px; line-height: 1.65; }

.product-reference-page .selection-guide { padding: 76px 0 82px; color: var(--product-ink); background: #fff; }
.product-custom-head { max-width: 720px; margin: 0 auto 32px; text-align: center; }
.product-custom-head > span { margin-top: 12px; display: block; color: var(--product-muted); font-size: 13px; line-height: 1.8; }
.product-requirements { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--product-line); }
.product-requirements article { min-height: 124px; padding: 24px 20px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--product-line); }
.product-requirements article:last-child { border-right: 0; }
.product-requirements i { width: 36px; flex: 0 0 auto; color: var(--product-blue); font-size: 27px; text-align: center; }
.product-requirements div { display: flex; flex-direction: column; }
.product-requirements strong { color: var(--product-ink); font-size: 15px; }
.product-requirements span { margin-top: 7px; color: var(--product-muted); font-size: 11px; line-height: 1.55; }
.product-flow { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); list-style: none; }
.product-flow li { position: relative; min-height: 112px; padding: 18px 24px 16px 0; display: flex; flex-direction: column; border-top: 1px solid var(--product-line); }
.product-flow li:not(:last-child)::after { content: "→"; position: absolute; top: 21px; right: 18px; color: #9db0b8; font-size: 17px; }
.product-flow b { color: var(--product-blue); font: 800 12px/1 Arial, sans-serif; letter-spacing: .08em; }
.product-flow strong { margin-top: 15px; color: var(--product-ink); font-size: 16px; }
.product-flow span { margin-top: 6px; color: var(--product-muted); font-size: 11px; }
.product-reference-page .inner-contact { background: #0c2c3b; }
.product-reference-page .inner-contact p { color: #87cee8; font-family: inherit; font-size: 11px; letter-spacing: .14em; }
.product-reference-page .product-contact-action { min-width: 320px; justify-content: space-between; }
.product-reference-page .product-contact-action > span { font-size: 16px; font-weight: 800; }
.product-reference-page .product-contact-action small { color: #b8cdd6; font-family: inherit; font-size: 11px; font-weight: 400; }
.product-reference-page .product-contact-action i { font-size: 22px; }

@media (max-width: 1100px) {
  .product-reference-page .catalog-copy { min-height: 270px; padding-inline: 22px; }
  .product-reference-page .product-application-media { height: 220px; }
  .product-requirements article { padding-inline: 15px; }
}

@media (max-width: 900px) {
  .product-reference-page .catalog-intro h2,
  .product-reference-page .product-application-head h2,
  .product-reference-page .product-custom-head h2 { font-size: 31px; }
  .product-reference-page .catalog-intro { display: block; }
  .product-reference-page .catalog-intro > span { margin-top: 10px; display: block; max-width: 620px; text-align: left; }
  .product-reference-page .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-reference-page .catalog-copy { min-height: 246px; }
  .product-application-section { padding: 62px 0 66px; }
  .product-application-grid { grid-template-columns: 1fr; }
  .product-application-grid article { display: grid; grid-template-columns: 54% 46%; align-items: center; }
  .product-reference-page .product-application-media { height: 210px; }
  .product-application-media::after { top: 22px; right: 0; bottom: 22px; left: auto; width: 1px; height: auto; }
  .product-reference-page .selection-guide { padding: 62px 0 66px; }
  .product-requirements { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-requirements article:nth-child(2) { border-right: 0; }
  .product-requirements article:nth-child(-n+2) { border-bottom: 1px solid var(--product-line); }
  .product-flow li { padding-right: 18px; }
  .product-flow li:not(:last-child)::after { right: 8px; }
}

@media (max-width: 560px) {
  .product-reference-page .catalog-section { padding: 18px 0 48px; }
  .product-reference-page .catalog-intro,
  .product-reference-page .product-application-head { display: block; }
  .product-reference-page .catalog-intro h2,
  .product-reference-page .product-application-head h2,
  .product-reference-page .product-custom-head h2 { font-size: 27px; letter-spacing: -.03em; }
  .product-reference-page .catalog-intro > span,
  .product-reference-page .product-application-head > span { margin-top: 10px; display: block; font-size: 12px; text-align: left; }
  .product-reference-page .catalog-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-reference-page .catalog-media { height: 232px; }
  .product-reference-page .catalog-copy { min-height: 0; padding: 21px 20px 22px; }
  .product-reference-page .catalog-copy > span { min-height: 0; }
  .product-reference-page .catalog-subtypes { min-height: 0; }
  .product-application-section { padding: 46px 0 50px; }
  .product-application-grid { gap: 14px; }
  .product-application-grid article { display: block; }
  .product-reference-page .product-application-media { height: 190px; }
  .product-application-media::after { top: auto; right: 20px; bottom: 0; left: 20px; width: auto; height: 1px; }
  .product-application-grid article > div:last-child { padding: 19px 20px 22px; }
  .product-reference-page .selection-guide { padding: 48px 0 52px; }
  .product-custom-head { margin-bottom: 24px; text-align: left; }
  .product-custom-head > span { font-size: 12px; }
  .product-requirements article { min-height: 108px; padding: 18px 14px; gap: 11px; }
  .product-requirements i { width: 30px; font-size: 23px; }
  .product-requirements strong { font-size: 14px; }
  .product-requirements span { font-size: 10px; }
  .product-flow { grid-template-columns: 1fr; margin-top: 24px; border-top: 1px solid var(--product-line); }
  .product-flow li { min-height: 0; padding: 15px 0 15px 48px; display: grid; grid-template-columns: 1fr; border-top: 0; border-bottom: 1px solid var(--product-line); }
  .product-flow b { position: absolute; top: 19px; left: 0; }
  .product-flow strong { margin-top: 0; }
  .product-flow li:not(:last-child)::after { top: 18px; right: 2px; }
  .product-reference-page .product-contact-action { min-width: 0; }
  .product-reference-page .product-contact-action > span { font-size: 15px; }
}

/* Product cards / image-led maintenance simplification v5 */
.product-reference-page .catalog-media { height: 310px; }
.product-reference-page .catalog-copy {
  min-height: 112px;
  padding: 20px 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-reference-page .catalog-copy h3 { font-size: 24px; line-height: 1.25; }
.product-reference-page .catalog-copy > span {
  min-height: 0;
  margin-top: 8px;
  color: var(--product-muted);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .product-reference-page .catalog-media { height: 250px; }
  .product-reference-page .catalog-copy { min-height: 108px; padding: 18px 20px 20px; }
  .product-reference-page .catalog-copy h3 { font-size: 22px; }
}

@media (max-width: 560px) {
  .product-reference-page .catalog-media { height: 242px; }
  .product-reference-page .catalog-copy { min-height: 96px; padding: 17px 18px 19px; }
  .product-reference-page .catalog-copy h3 { font-size: 21px; }
  .product-reference-page .catalog-copy > span { font-size: 11px; }
}

@media (max-width: 1100px) {
  .strength-reference-page .strength-equipment-row,
  .strength-reference-page .strength-equipment-reverse { grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr); }
  .strength-reference-page .strength-equipment-copy { padding: 38px 32px; }
  .strength-reference-page .quality-layout { grid-template-columns: 360px 1fr; gap: 40px; }
  .strength-reference-page .quality-visual { grid-template-columns: 1fr 250px; }
}

@media (max-width: 900px) {
  .strength-reference-page .strength-process-list { grid-template-columns: repeat(2, 1fr); }
  .strength-reference-page .strength-equipment { padding: 66px 0 72px; }
  .strength-reference-page .strength-equipment-row,
  .strength-reference-page .strength-equipment-reverse { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .strength-reference-page .strength-equipment-row figure,
  .strength-reference-page .strength-equipment-reverse figure { order: 0; height: 390px; }
  .strength-reference-page .strength-equipment-copy { min-height: 300px; }
  .strength-reference-page .quality-layout { grid-template-columns: 1fr; gap: 34px; }
  .strength-reference-page .quality-copy { max-width: 640px; }
  .strength-reference-page .quality-visual { min-height: 330px; }
}

@media (max-width: 560px) {
  .strength-reference-page .strength-process { padding: 6px 0 50px; }
  .strength-reference-page .strength-process-list { grid-template-columns: 1fr; }
  .strength-reference-page .strength-process-list li { min-height: 98px; padding: 20px 18px; grid-template-columns: 38px 1fr; gap: 12px; }
  .strength-reference-page .strength-process-list b { width: 32px; height: 32px; }
  .strength-reference-page .strength-process-list strong { font-size: 16px; }
  .strength-reference-page .strength-process-list span { margin-top: 5px; font-size: 11px; }
  .strength-reference-page .strength-equipment { padding: 48px 0 52px; }
  .strength-reference-page .strength-equipment-row figure,
  .strength-reference-page .strength-equipment-reverse figure { height: 230px; }
  .strength-reference-page .strength-equipment-row figure figcaption { padding: 8px 11px; font-size: 9px; }
  .strength-reference-page .strength-equipment-copy { min-height: 0; padding: 27px 21px 30px; }
  .strength-reference-page .strength-equipment-copy h3 { font-size: 25px; }
  .strength-reference-page .strength-equipment-copy > strong { margin-top: 18px; padding-top: 17px; font-size: 16px; }
  .strength-reference-page .strength-equipment-copy > span { margin-top: 12px; font-size: 12px; line-height: 1.75; }
  .strength-reference-page .strength-equipment-copy ul { margin-top: 12px; grid-template-columns: 1fr; gap: 6px; }
  .strength-reference-page .strength-equipment-copy li { font-size: 11px; }
  .strength-reference-page .strength-quality { padding: 50px 0 54px; }
  .strength-reference-page .quality-gates { margin-top: 23px; }
  .strength-reference-page .quality-visual { min-height: 0; grid-template-columns: 1fr; }
  .strength-reference-page .quality-visual > img { height: auto; object-fit: contain; }
  .strength-reference-page .quality-instruments { padding: 24px 20px 26px; }
  .strength-reference-page .quality-instruments p { font-size: 16px; }
  .strength-reference-page .quality-instruments ul { display: grid; grid-template-columns: repeat(2, 1fr); }
  .strength-reference-page .quality-instruments li { padding-right: 8px; font-size: 10px; }
}

/* Case showcase — image-led, maintainable portfolio */
.case-reference-page .case-wall { padding: 20px 0 88px; }
.case-reference-page .case-wall-head { margin-bottom: 30px; }
.case-filter-nav .subnav-inner { align-items: stretch; }
.case-filter-nav .case-filter {
  position: relative;
  min-width: 0;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #44545e;
  background: #fff;
  border: 0;
  border-right: 1px solid #e5edf1;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
}
.case-filter-nav .case-filter:first-child { border-left: 1px solid #e5edf1; }
.case-filter-nav .case-filter:hover { color: var(--blue); background: #f7fbfd; }
.case-filter-nav .case-filter.active { color: var(--blue); font-weight: 700; }
.case-filter-nav .case-filter.active::after { content: ""; position: absolute; right: 24%; bottom: 0; left: 24%; height: 3px; background: var(--blue); }
.case-filter-nav .case-filter:focus-visible { z-index: 1; outline: 3px solid rgba(0,159,227,.35); outline-offset: -3px; }
.case-work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.case-work-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dce6eb; transition: transform .3s ease, box-shadow .3s ease; }
.case-work-card[hidden] { display: none; }
.case-work-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(12,39,52,.09); }
.case-work-card figure { height: 230px; margin: 0; padding: 24px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.case-work-card figure img { display: block; width: 82%; height: 180px; object-fit: contain; transition: transform .3s ease; }
.case-work-card:hover figure img { transform: scale(1.025); }
/* These two source canvases have more padding around the carton. */
.case-work-card figure img[src*="fish-paste-water-carton"],
.case-work-card figure img[src*="basa-water-carton"] { transform: scale(1.55); }
.case-work-card:hover figure img[src*="fish-paste-water-carton"],
.case-work-card:hover figure img[src*="basa-water-carton"] { transform: scale(1.59); }
.case-work-card > div { min-height: 94px; padding: 18px 20px 20px; border-top: 1px solid rgba(19,63,83,.08); }
.case-work-card p { margin: 0 0 8px; color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1px; }
.case-work-card h3 { margin: 0; color: #10232e; font-size: 20px; line-height: 1.35; }
.case-work-blue figure, .case-work-sky figure { background: #eef8fc; }
.case-work-gold figure, .case-work-cream figure { background: #fff8e8; }
.case-work-green figure { background: #eff8ef; }
.case-work-rose figure { background: #fff2f3; }
.case-reference-page .case-source-note { margin-top: 24px; }
@media (max-width: 1100px) {
  .case-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .case-reference-page .case-wall { padding: 6px 0 50px; }
  .case-filter-nav .case-filter { min-height: 66px; padding: 0 4px; font-size: 11px; }
  .case-work-grid { gap: 10px; }
  .case-work-card figure { height: 170px; padding: 14px; }
  .case-work-card figure img { width: 100%; height: 130px; }
  .case-work-card > div { min-height: 78px; padding: 14px 13px 15px; }
  .case-work-card p { margin-bottom: 6px; font-size: 8px; letter-spacing: .5px; }
  .case-work-card h3 { font-size: 16px; }
  .case-reference-page .case-source-note { margin-top: 18px; }
}

/* Contact — practical B2B enquiry page v2 */
.contact-reference-page .contact-hero .inner-hero-shade { background: linear-gradient(90deg, rgba(3,24,37,.93) 0%, rgba(3,28,43,.72) 42%, rgba(3,28,43,.12) 78%, rgba(3,28,43,.02) 100%); }
.contact-reference-page .contact-overview { padding: 20px 0 82px; }
.contact-reference-page .contact-page-head { margin-bottom: 30px; }
.contact-board { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); border: 1px solid #d8e4ea; background: #fff; }
.contact-board article { min-width: 0; min-height: 330px; padding: 46px 48px 42px; }
.contact-board article > p { margin: 0 0 17px; color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.7px; }
.contact-board h3 { margin: 0; font-size: 29px; line-height: 1.3; }
.contact-direct { color: #fff; background: #0a2d3e; }
.contact-direct h3 { color: #fff; }
.contact-reference-page .contact-number { margin-top: 29px; color: #fff; font-size: 39px; }
.contact-reference-page .contact-number:hover { color: #7bdcff; }
.contact-person { margin-top: 29px; padding-top: 23px; display: flex; align-items: center; gap: 14px; border-top: 1px solid rgba(255,255,255,.17); }
.contact-person i { width: 38px; height: 38px; display: grid; place-items: center; color: #052a3c; background: var(--cyan); }
.contact-person span { display: flex; flex-direction: column; color: #a9bfca; font-size: 10px; line-height: 1.4; }
.contact-person strong { margin-top: 4px; color: #fff; font-size: 16px; }
.contact-direct > small { margin: 16px 0 0 52px; display: block; color: #91aab5; font-size: 10px; }
.contact-address-card { border-left: 1px solid #d8e4ea; }
.contact-address-card h3 { color: #122a36; }
.contact-address-card address { margin-top: 31px; color: #122a36; font-size: 29px; font-style: normal; font-weight: 800; line-height: 1.55; }
.contact-address-card .copy-address { margin-top: 27px; }
.contact-address-card .copy-status { color: #167ea9; }

.contact-reference-page .inquiry-section { padding: 72px 0 78px; color: #10232e; background: #f2f6f8; }
.contact-reference-page .inquiry-layout { grid-template-columns: 285px 1fr; gap: 44px; align-items: start; }
.contact-reference-page .inquiry-copy > p { color: var(--blue); }
.contact-reference-page .inquiry-copy h2 { color: #10232e; font-size: 32px; }
.contact-reference-page .inquiry-copy > span { color: #687983; }
.contact-reference-page .inquiry-list { border-top: 3px solid #102f40; border-bottom: 1px solid #d4e0e6; }
.contact-reference-page .inquiry-list article { min-height: 150px; padding: 31px 22px 25px; border-left: 1px solid #d4e0e6; background: #fff; }
.contact-reference-page .inquiry-list article:last-child { border-right: 1px solid #d4e0e6; }
.contact-reference-page .inquiry-list i { color: var(--blue); font-size: 24px; }
.contact-reference-page .inquiry-list div { margin-top: 22px; }
.contact-reference-page .inquiry-list strong { color: #17303c; }
.contact-reference-page .inquiry-list span { color: #697a83; }

.contact-reference-page .visit-section { padding: 66px 0 72px; background: #fff; }
.visit-layout { display: grid; grid-template-columns: 270px 1fr; gap: 58px; align-items: center; }
.contact-reference-page .visit-head { margin: 0; display: block; }
.contact-reference-page .visit-head > span { margin: 13px 0 0; display: block; color: #697983; font-size: 12px; line-height: 1.7; }
.visit-address-line { min-height: 138px; padding: 30px 34px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 23px; color: #fff; background: #0a2d3e; border-left: 5px solid var(--blue); }
.visit-address-line > i { color: var(--cyan); font-size: 30px; }
.visit-address-line div { min-width: 0; display: flex; flex-direction: column; }
.visit-address-line small { color: #74cce9; font: 700 9px/1 Arial, sans-serif; letter-spacing: 1.5px; }
.visit-address-line strong { margin-top: 12px; font-size: 19px; line-height: 1.5; }
.visit-address-line a { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 17px; color: #fff; border: 1px solid rgba(255,255,255,.45); font-size: 12px; font-weight: 700; }
.visit-address-line a:hover { background: var(--blue); border-color: var(--blue); }

@media (max-width: 900px) {
  .contact-board { grid-template-columns: 1fr 1fr; }
  .contact-board article { min-height: 310px; padding: 38px 32px; }
  .contact-reference-page .contact-number { font-size: 31px; }
  .contact-address-card address { font-size: 24px; }
  .contact-reference-page .inquiry-layout { grid-template-columns: 1fr; gap: 28px; }
  .contact-reference-page .inquiry-copy { max-width: 620px; }
  .visit-layout { grid-template-columns: 220px 1fr; gap: 34px; }
  .visit-address-line { grid-template-columns: 44px 1fr; }
  .visit-address-line a { grid-column: 2; justify-self: start; }
}

@media (max-width: 560px) {
  .contact-reference-page .contact-overview { padding: 6px 0 46px; }
  .contact-board { grid-template-columns: 1fr; }
  .contact-board article { min-height: 0; padding: 30px 24px 29px; }
  .contact-address-card { border-top: 1px solid #d8e4ea; border-left: 0; }
  .contact-reference-page .contact-number { margin-top: 23px; font-size: 30px; }
  .contact-person { margin-top: 23px; padding-top: 19px; }
  .contact-address-card h3 { font-size: 22px; }
  .contact-address-card address { margin-top: 22px; font-size: 22px; }
  .contact-address-card .copy-address { margin-top: 20px; }
  .contact-reference-page .inquiry-section { padding: 46px 0 50px; }
  .contact-reference-page .inquiry-layout { gap: 23px; }
  .contact-reference-page .inquiry-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-reference-page .inquiry-list article { min-height: 124px; padding: 23px 15px 20px; }
  .contact-reference-page .inquiry-list article:nth-child(odd) { border-left: 1px solid #d4e0e6; }
  .contact-reference-page .inquiry-list article:nth-child(n+3) { border-top: 1px solid #d4e0e6; }
  .contact-reference-page .inquiry-list article:nth-child(even) { border-right: 1px solid #d4e0e6; }
  .contact-reference-page .inquiry-list div { margin-top: 16px; }
  .contact-reference-page .visit-section { padding: 45px 0 50px; }
  .visit-layout { grid-template-columns: 1fr; gap: 23px; }
  .visit-address-line { min-height: 0; padding: 25px 22px; grid-template-columns: 34px 1fr; gap: 16px; }
  .visit-address-line > i { font-size: 25px; }
  .visit-address-line strong { font-size: 16px; }
  .visit-address-line a { grid-column: 1 / -1; justify-self: stretch; justify-content: space-between; margin-top: 4px; }
}

/* Company profile — verified factory dossier */
.company-profile-page .profile-hero { height: 330px; }
.company-profile-page .profile-hero > img { object-position: center 43%; }
.company-profile-page .profile-hero .inner-hero-shade { background: linear-gradient(90deg, rgba(3,24,37,.94) 0%, rgba(3,28,43,.72) 40%, rgba(3,28,43,.2) 70%, rgba(3,28,43,.03) 100%); }
.company-profile-page .subnav-inner { grid-template-columns: repeat(6, 1fr); }
.profile-intro { padding: 24px 0 86px; background: #fff; }
.profile-intro-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 72px; align-items: center; }
.profile-copy { padding: 25px 0 16px; }
.profile-eyebrow, .profile-section-head > p, .profile-section-head > div > p, .profile-next p { margin: 0; color: var(--blue); font: 700 11px/1 Arial, sans-serif; letter-spacing: 2px; }
.profile-copy h2 { max-width: 500px; margin: 20px 0 0; color: #10232e; font-size: 42px; line-height: 1.28; letter-spacing: -1.4px; }
.profile-rule { width: 54px; height: 4px; margin: 26px 0 32px; display: block; background: var(--blue); }
.profile-copy > p:not(.profile-eyebrow) { margin: 0 0 17px; color: #536873; font-size: 16px; line-height: 2; }
.profile-text-link { margin-top: 16px; display: inline-flex; align-items: center; gap: 22px; color: #102f40; font-size: 14px; font-weight: 800; }
.profile-text-link span { color: var(--blue); font-size: 18px; transition: transform .2s ease; }
.profile-text-link:hover span { transform: translateX(4px); }
.profile-factory { position: relative; min-height: 500px; margin: 0; overflow: hidden; background: #eaf1f4; }
.profile-factory::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 88px; height: 7px; background: var(--blue); }
.profile-factory img { width: 100%; height: 500px; display: block; object-fit: cover; object-position: center 48%; }
.profile-factory figcaption { position: absolute; z-index: 3; right: 0; bottom: 0; min-width: 290px; padding: 22px 28px; display: flex; flex-direction: column; color: #fff; background: rgba(6,40,55,.92); }
.profile-factory figcaption b { font-size: 17px; }
.profile-factory figcaption span { margin-top: 6px; color: #b9d3df; font-size: 11px; }

.profile-record { padding: 76px 0 82px; background: #f2f6f8; }
.profile-record-grid { display: grid; grid-template-columns: 260px 1fr; gap: 64px; align-items: start; }
.profile-section-head h2, .profile-next h2 { margin: 16px 0 0; color: #10232e; font-size: 36px; line-height: 1.25; }
.profile-section-head > span { max-width: 230px; margin-top: 23px; display: block; color: #6c7d86; font-size: 13px; line-height: 1.8; }
.profile-record-list { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 3px solid #0d3446; border-left: 1px solid #d4e0e6; background: #fff; }
.profile-record-list > div { min-height: 150px; padding: 28px 31px; border-right: 1px solid #d4e0e6; border-bottom: 1px solid #d4e0e6; }
.profile-record-list dt { margin: 0 0 15px; color: #71838c; font-size: 12px; }
.profile-record-list dd { margin: 0; color: #17303c; font-size: 18px; font-weight: 750; line-height: 1.6; }
.profile-record-list dd b { color: var(--blue); font: 800 35px/1 Arial, sans-serif; letter-spacing: -1px; }
.profile-record-list dd span { margin-left: 8px; font-size: 14px; font-weight: 700; }

.profile-section-head-row { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.profile-section-head-row > span { max-width: 430px; margin: 0 0 3px; text-align: right; }

.profile-next { padding: 47px 0; background: #edf4f7; border-top: 1px solid #d9e5ea; }
.profile-next-layout { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.profile-next h2 { margin-top: 11px; font-size: 26px; }
.profile-next a { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; gap: 26px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 800; }
.profile-next a:hover { background: #087eae; }

@media (max-width: 1100px) {
  .profile-intro-grid { gap: 42px; }
  .profile-copy h2 { font-size: 36px; }
  .profile-factory, .profile-factory img { min-height: 450px; height: 450px; }
  .profile-record-grid { grid-template-columns: 220px 1fr; gap: 40px; }
}

@media (max-width: 900px) {
  .company-profile-page .profile-hero { height: 290px; }
  .profile-intro { padding-bottom: 68px; }
  .profile-intro-grid { grid-template-columns: 1fr; gap: 38px; }
  .profile-copy { max-width: 650px; }
  .profile-factory, .profile-factory img { min-height: 430px; height: 430px; }
  .profile-record-grid { grid-template-columns: 1fr; gap: 30px; }
  .profile-section-head > span { max-width: 520px; }
}

@media (max-width: 560px) {
  .company-profile-page .profile-hero { height: 245px; }
  .company-profile-page .profile-hero > img { object-position: 58% center; }
  .company-profile-page .subnav-inner { grid-template-columns: repeat(3, 1fr); }
  .profile-intro { padding: 5px 0 48px; }
  .profile-copy { padding-top: 15px; }
  .profile-copy h2 { margin-top: 15px; font-size: 29px; letter-spacing: -.8px; }
  .profile-rule { margin: 21px 0 24px; }
  .profile-copy > p:not(.profile-eyebrow) { font-size: 14px; line-height: 1.85; }
  .profile-factory, .profile-factory img { min-height: 280px; height: 280px; }
  .profile-factory figcaption { right: 12px; bottom: 12px; min-width: 0; padding: 15px 18px; }
  .profile-record { padding: 48px 0 52px; }
  .profile-section-head h2 { font-size: 29px; }
  .profile-record-list > div { min-height: 126px; padding: 22px 18px; }
  .profile-record-list dd { font-size: 15px; }
  .profile-record-list dd b { font-size: 29px; }
  .profile-section-head-row { margin-bottom: 25px; display: block; }
  .profile-section-head-row > span { margin-top: 15px; text-align: left; }
  .profile-next { padding: 35px 0; }
  .profile-next-layout { align-items: flex-start; flex-direction: column; }
  .profile-next h2 { font-size: 22px; }
  .profile-next a { width: 100%; justify-content: space-between; }
}

/* Culture and organization tertiary page */
.company-culture-page .subnav-inner, .company-certificates-page .subnav-inner { grid-template-columns: repeat(6, 1fr); }
.culture-hero > img { object-position: center 52%; }
.culture-hero .inner-hero-shade, .certificates-hero .inner-hero-shade { background: linear-gradient(90deg, rgba(3,24,37,.95) 0%, rgba(3,28,43,.76) 42%, rgba(3,28,43,.19) 75%, rgba(3,28,43,.03) 100%); }
.culture-belief { padding: 28px 0 82px; background: #fff; }
.culture-belief-grid { display: grid; grid-template-columns: 285px 1fr; gap: 66px; align-items: start; }
.belief-statements { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 3px solid #0d3446; border-left: 1px solid #d4e0e6; }
.belief-statements article { min-height: 235px; padding: 40px 38px 34px; border-right: 1px solid #d4e0e6; border-bottom: 1px solid #d4e0e6; background: #fff; }
.belief-statements small { color: var(--blue); font-size: 12px; font-weight: 800; }
.belief-statements h3 { max-width: 350px; margin: 22px 0 0; color: #10232e; font-size: 27px; line-height: 1.45; }
.belief-statements p { margin: 24px 0 0; color: #667984; font-size: 13px; line-height: 1.85; }
.organization-section { padding: 78px 0 86px; background: #f2f6f8; }
.org-board { display: grid; grid-template-columns: 240px 1fr; border: 1px solid #cedde4; background: #fff; }
.org-lead { position: relative; min-height: 410px; padding: 55px 36px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: #0a2d3e; }
.org-lead::after { content: ""; position: absolute; right: -18px; top: calc(50% - 18px); width: 36px; height: 36px; background: #0a2d3e; transform: rotate(45deg); }
.org-lead small { color: #63d5f7; font-size: 11px; letter-spacing: 1px; }
.org-lead strong { margin-top: 25px; font-size: 32px; }
.org-lead span { margin-top: 12px; color: #b4cbd5; font-size: 13px; }
.org-departments { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.org-departments article { min-height: 205px; padding: 36px 34px 28px; border-right: 1px solid #d7e3e8; border-bottom: 1px solid #d7e3e8; }
.org-departments article:nth-child(3n) { border-right: 0; }
.org-departments article:nth-child(n+4) { border-bottom: 0; }
.org-departments i { color: var(--blue); font-size: 23px; }
.org-departments h3 { margin: 23px 0 0; color: #10232e; font-size: 22px; }
.org-departments p { margin: 14px 0 0; color: #6b7d86; font-size: 12px; line-height: 1.75; }

/* Qualifications tertiary page */
.certificates-hero > img { object-position: center 50%; }
.certificates-intro { padding: 28px 0 52px; background: #fff; }
.certificates-head-grid { display: grid; grid-template-columns: 330px 1fr; gap: 60px; align-items: end; }
.certificates-head-grid > p { max-width: 600px; margin: 0 0 2px; color: #61757f; font-size: 14px; line-height: 1.9; }
.certificate-list { padding: 0 0 86px; background: #fff; }
.certificate-row { display: grid; grid-template-columns: minmax(350px, .9fr) minmax(0, 1.1fr); min-height: 480px; border-top: 1px solid #cfdee5; }
.certificate-row:last-of-type { border-bottom: 1px solid #cfdee5; }
.certificate-row figure { min-height: 480px; margin: 0; padding: 34px; display: grid; place-items: center; background: #f2f6f8; }
.certificate-row figure a { width: 100%; height: 100%; display: grid; place-items: center; }
.certificate-row figure img { max-width: 86%; max-height: 410px; display: block; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(18,45,58,.12)); }
.certificate-row > div { padding: 69px 58px; border-right: 1px solid #cfdee5; }
.certificate-row > div > small { color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.7px; }
.certificate-row h2 { max-width: 520px; margin: 21px 0 0; color: #10232e; font-size: 32px; line-height: 1.35; }
.certificate-row dl { margin: 34px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #d8e4e9; }
.certificate-row dl div { padding: 21px 0; border-bottom: 1px solid #d8e4e9; }
.certificate-row dl div + div { padding-left: 28px; border-left: 1px solid #d8e4e9; }
.certificate-row dt { color: #71838c; font-size: 11px; }
.certificate-row dd { margin: 9px 0 0; color: #1d3540; font-size: 16px; font-weight: 750; }
.certificate-row dd.certificate-code { font-size: 13px; letter-spacing: -.2px; }
.certificate-row > div > a { margin-top: 30px; display: inline-flex; align-items: center; gap: 18px; color: #102f40; font-size: 13px; font-weight: 800; }
.certificate-row > div > a span { color: var(--blue); font-size: 17px; }
.certificate-row:nth-child(even) figure { order: 2; }
.certificate-row:nth-child(even) > div { border-right: 0; border-left: 1px solid #cfdee5; }
.certificate-row-landscape figure img { max-width: 94%; }
.certificate-row-report figure img { max-height: 420px; }
.certificate-row dd { overflow-wrap: anywhere; }

@media (max-width: 900px) {
  .culture-belief-grid { grid-template-columns: 1fr; gap: 30px; }
  .org-board { grid-template-columns: 190px 1fr; }
  .org-lead::after { display: none; }
  .org-departments { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .org-departments article:nth-child(3n) { border-right: 1px solid #d7e3e8; }
  .org-departments article:nth-child(2n) { border-right: 0; }
  .org-departments article:nth-child(n+4) { border-bottom: 1px solid #d7e3e8; }
  .org-departments article:nth-child(n+5) { border-bottom: 0; }
  .certificates-head-grid { grid-template-columns: 1fr; gap: 24px; }
  .certificate-row { grid-template-columns: 1fr 1fr; }
  .certificate-row > div { padding: 55px 36px; }
}

@media (max-width: 560px) {
  .company-culture-page .subnav-inner, .company-certificates-page .subnav-inner { grid-template-columns: repeat(3, 1fr); }
  .culture-belief { padding: 5px 0 50px; }
  .belief-statements { grid-template-columns: 1fr; }
  .belief-statements article { min-height: 0; padding: 29px 24px 27px; }
  .belief-statements h3 { margin-top: 14px; font-size: 22px; }
  .belief-statements p { margin-top: 16px; }
  .organization-section { padding: 49px 0 54px; }
  .org-board { grid-template-columns: 1fr; }
  .org-lead { min-height: 155px; padding: 28px 24px; }
  .org-lead::after { display: none; }
  .org-lead strong { margin-top: 13px; font-size: 28px; }
  .org-departments article { min-height: 150px; padding: 25px 19px 22px; }
  .org-departments h3 { margin-top: 17px; font-size: 19px; }
  .certificates-intro { padding: 5px 0 40px; }
  .certificate-list { padding-bottom: 55px; }
  .certificate-row { min-height: 0; grid-template-columns: 1fr; }
  .certificate-row figure, .certificate-row:nth-child(even) figure { min-height: 360px; padding: 27px; order: 0; }
  .certificate-row figure img { max-height: 310px; }
  .certificate-row > div, .certificate-row:nth-child(even) > div { padding: 32px 24px 37px; border-right: 1px solid #cfdee5; border-left: 1px solid #cfdee5; }
  .certificate-row h2 { font-size: 25px; }
  .certificate-row dl { margin-top: 25px; }
  .certificate-row dl div + div { padding-left: 18px; }
  .certificate-row dd { font-size: 14px; }
}

/* Product tertiary pages — one maintainable catalog template */
.product-detail-hero { position: relative; overflow: hidden; background: #edf8fc; }
.product-detail-hero::before { content: ""; position: absolute; inset: 0 50% 0 0; background: #0a2d3e; }
.product-detail-hero-grid { position: relative; min-height: 510px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.product-detail-lead { min-width: 0; padding: 89px 70px 76px 0; display: flex; flex-direction: column; align-items: flex-start; color: #fff; }
.product-detail-lead > p { margin: 0; color: var(--cyan); font: 700 11px/1 Arial, sans-serif; letter-spacing: 2px; }
.product-detail-lead h1 { margin: 24px 0 0; color: #fff; font-size: 52px; line-height: 1.16; letter-spacing: -1.8px; }
.product-detail-lead > span { max-width: 480px; margin-top: 24px; color: #c6d7df; font-size: 15px; line-height: 1.9; }
.product-detail-lead > a { min-height: 49px; margin-top: 34px; padding: 0 20px; display: inline-flex; align-items: center; gap: 30px; color: #082c3d; background: var(--cyan); font-size: 13px; font-weight: 800; }
.product-detail-lead > a:hover { background: #fff; }
.product-detail-main-visual { position: relative; min-width: 0; min-height: 510px; margin: 0; padding: 45px 35px; display: flex; align-items: center; justify-content: center; gap: 5px; background: #edf8fc; }
.product-detail-main-visual::after { content: "PRODUCT / ZHONGLICAI"; position: absolute; right: 22px; bottom: 18px; color: rgba(16,47,64,.32); font: 700 9px/1 Arial, sans-serif; letter-spacing: 1.5px; }
.product-detail-main-visual img { max-width: 92%; max-height: 410px; display: block; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(30,58,71,.15)); }
.product-detail-main-visual img[src*="/new-products/"] { width: 100%; height: 100%; max-width: 100%; max-height: 510px; object-fit: contain; filter: none; }
.product-detail-main-visual img + img { width: 31%; margin-left: -7%; }
.product-detail-main-visual img:first-child:nth-last-child(3) { width: 34%; }
.product-detail-main-visual img:first-child:nth-last-child(3) ~ img { width: 31%; }
.product-tone-gold .product-detail-main-visual { background: #fff8e8; }
.product-tone-green .product-detail-main-visual { background: #eff8ef; }
.product-tone-rose .product-detail-main-visual { background: #fff2f3; }
.product-tone-sky .product-detail-main-visual { background: #eef8fc; }
.product-tone-mint .product-detail-main-visual { background: #eef9f6; }
.product-detail-nav .subnav-inner { grid-template-columns: repeat(6, 1fr); }

.product-detail-samples { padding: 25px 0 86px; background: #fff; }
.product-detail-heading { margin-bottom: 32px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.product-detail-heading > div > p { margin: 0; color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.8px; }
.product-detail-heading h2 { margin: 15px 0 0; color: #10232e; font-size: 36px; line-height: 1.3; }
.product-detail-heading > span { max-width: 470px; color: #71828b; font-size: 12px; line-height: 1.7; text-align: right; }
.product-detail-heading > a { color: var(--blue); font-size: 12px; font-weight: 800; }
.product-sample-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-sample-grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-sample-grid article { min-width: 0; border: 1px solid #d7e3e8; background: #fff; }
.product-sample-grid figure { height: 330px; margin: 0; padding: 24px; display: grid; place-items: center; overflow: hidden; background: #f3f7f9; }
.product-sample-grid figure img { max-width: 90%; max-height: 92%; display: block; object-fit: contain; filter: drop-shadow(0 13px 13px rgba(27,50,62,.12)); transition: transform .25s ease; }
.product-sample-grid figure img[src*="/new-products/"] { max-width: 100%; max-height: 100%; filter: none; }
.product-sample-grid article:hover figure img { transform: scale(1.025); }
.product-sample-grid article > div, .product-sample-grid article > a > div { min-height: 92px; padding: 18px 20px 20px; border-top: 1px solid #e0e8ec; }
.product-browse-switch { display:flex; gap:24px; padding-top:24px; padding-bottom:24px; color:#009ed0; font-weight:700; }
.product-reference-page > main > .subnav .subnav-inner { display:flex; flex-wrap:wrap; }
.product-reference-page > main > .subnav .subnav-inner > a { flex:1 1 120px; }
.product-reference-page .case-filter-nav .subnav-inner > button { flex:1 1 100px; }
.product-sample-grid h3 { margin: 0; color: #122a36; font-size: 20px; }
.product-sample-grid p { margin: 8px 0 0; color: #778890; font-size: 12px; }

.product-detail-custom { padding: 76px 0 82px; background: #f2f6f8; }
.product-detail-custom .product-custom-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr); gap: 22px; align-items: stretch; }
.product-custom-uses,
.product-custom-brief { border: 1px solid #d4e0e6; border-top: 3px solid #0d3446; background: #fff; }
.product-custom-subhead { min-height: 62px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #dce6ea; }
.product-custom-subhead span { color: var(--blue); font-size: 12px; font-weight: 800; }
.product-custom-subhead b { color: #71828b; font-size: 11px; font-weight: 500; }
.product-fit-list article { min-height: 78px; padding: 19px 24px; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 24px; border-bottom: 1px solid #e0e8ec; }
.product-fit-list article:last-child { border-bottom: 0; }
.product-fit-list h3 { margin: 0; color: #10232e; font-size: 18px; }
.product-fit-list p { margin: 0; color: #6b7d86; font-size: 12px; line-height: 1.75; }
.product-custom-brief { border-top-color: var(--blue); }
.product-custom-brief > p { min-height: 62px; margin: 0; padding: 0 22px; display: flex; align-items: center; color: #10232e; border-bottom: 1px solid #dce6ea; font-size: 15px; font-weight: 800; }
.product-custom-brief ul { margin: 0; padding: 6px 22px; list-style: none; }
.product-custom-brief li { min-height: 58px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid #e6ecef; }
.product-custom-brief li:last-child { border-bottom: 0; }
.product-custom-brief i { color: var(--blue); font-size: 16px; text-align: center; }
.product-custom-brief span { min-width: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.product-custom-brief b { color: #10232e; font-size: 13px; }
.product-custom-brief small { color: #788991; font-size: 10px; text-align: right; }

@media (max-width: 900px) {
  .product-detail-hero::before { inset: 0; }
  .product-detail-hero-grid { grid-template-columns: 1fr; }
  .product-detail-lead { padding: 68px 0 55px; }
  .product-detail-main-visual { min-height: 430px; margin-bottom: 46px; }
  .product-detail-custom .product-custom-layout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .product-detail-lead { padding: 47px 0 41px; }
  .product-detail-lead h1 { margin-top: 18px; font-size: 36px; }
  .product-detail-lead > span { margin-top: 18px; font-size: 13px; }
  .product-detail-lead > a { margin-top: 25px; }
  .product-detail-main-visual { min-height: 310px; margin-bottom: 28px; padding: 27px 16px; }
  .product-detail-main-visual img { max-height: 260px; }
  .product-detail-main-visual img[src*="/new-products/"] { max-height: 260px; }
  .product-detail-main-visual img:first-child:nth-last-child(3) { width: 38%; }
  .product-detail-main-visual img:first-child:nth-last-child(3) ~ img { width: 35%; }
  .product-detail-nav .subnav-inner { grid-template-columns: repeat(3, 1fr); }
  .product-detail-samples { padding: 5px 0 54px; }
  .product-detail-heading { margin-bottom: 24px; display: block; }
  .product-detail-heading h2 { font-size: 29px; }
  .product-detail-heading > span { margin-top: 14px; display: block; text-align: left; }
  .product-detail-heading > a { margin-top: 15px; display: inline-block; }
  .product-sample-grid, .product-sample-grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-sample-grid article:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .product-sample-grid figure { height: 190px; padding: 14px; }
  .product-sample-grid article > div { min-height: 78px; padding: 14px 13px 15px; }
  .product-sample-grid h3 { font-size: 16px; }
  .product-sample-grid p { font-size: 10px; }
  .product-detail-custom { padding: 48px 0 52px; }
  .product-custom-subhead { min-height: 56px; padding: 0 18px; }
  .product-custom-subhead b { display: none; }
  .product-fit-list article { min-height: 0; padding: 19px 18px; grid-template-columns: 1fr; gap: 7px; }
  .product-custom-brief > p { min-height: 56px; padding: 0 18px; }
  .product-custom-brief ul { padding: 5px 18px; }
  .product-custom-brief span { display: block; }
  .product-custom-brief small { margin-top: 3px; display: block; text-align: left; }
}

/* Product detail content stays fully legible; hover carries the interaction. */
.js .product-detail-page .reveal,
.js .product-detail-page .stagger > * { opacity: 1; transform: none; }
.product-detail-page .reveal.visible,
.product-detail-page .stagger.visible > * { transition: none; }

/* Production strength tertiary pages */
.strength-detail-hero { overflow: hidden; color: #fff; background: #0a2d3e; }
.strength-detail-hero-grid { min-height: 500px; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
.strength-detail-lead { padding: 88px 68px 72px 0; display: flex; flex-direction: column; align-items: flex-start; }
.strength-detail-lead > p { margin: 0; color: var(--cyan); font: 700 11px/1 Arial, sans-serif; letter-spacing: 2px; }
.strength-detail-lead h1 { margin: 24px 0 0; color: #fff; font-size: 52px; line-height: 1.15; letter-spacing: -1.8px; }
.strength-detail-lead > span { max-width: 470px; margin-top: 25px; color: #c3d5dd; font-size: 15px; line-height: 1.9; }
.strength-detail-lead > a { min-height: 49px; margin-top: 34px; padding: 0 20px; display: inline-flex; align-items: center; gap: 30px; color: #082c3d; background: var(--cyan); font-size: 13px; font-weight: 800; }
.strength-detail-lead > a:hover { background: #fff; }
.strength-detail-hero figure { position: relative; min-width: 0; min-height: 500px; margin: 0; overflow: hidden; background: #173a4a; }
.strength-detail-hero figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,45,62,.25), rgba(10,45,62,0) 48%); }
.strength-detail-hero figure img { width: 100%; height: 500px; display: block; object-fit: cover; object-position: center; }
.strength-detail-hero figure figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; min-width: 240px; padding: 18px 24px; display: flex; color: #fff; background: rgba(7,38,52,.92); border-left: 4px solid var(--cyan); }
.strength-detail-hero figcaption b { font-size: 16px; }
.strength-detail-nav .subnav-inner { grid-template-columns: repeat(6, 1fr); }

.strength-role { padding: 25px 0 70px; background: #fff; }
.strength-role-grid { display: grid; grid-template-columns: 260px 1fr; gap: 54px; }
.strength-role-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 4px solid #0d3446; border-left: 1px solid #d5e1e7; box-shadow: 0 18px 42px rgba(12,39,52,.055); }
.strength-role-list article { position: relative; min-height: 196px; padding: 34px 30px 31px; overflow: hidden; border-right: 1px solid #d5e1e7; border-bottom: 1px solid #d5e1e7; background: linear-gradient(145deg, #fff 0%, #fff 72%, #f2f8fa 100%); }
.strength-role-list article::after { content: ""; position: absolute; right: 0; bottom: 0; width: 34px; height: 4px; background: var(--blue); }
.strength-role-list small { color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1px; }
.strength-role-list h3 { margin: 23px 0 0; color: #10232e; font-size: 21px; }
.strength-role-list p { margin: 17px 0 0; color: #6c7e87; font-size: 12px; line-height: 1.8; }

.strength-equipment-file { padding: 70px 0 76px; background: #edf3f6; }
.strength-equipment-file-grid { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); gap: 0; align-items: stretch; overflow: hidden; border: 1px solid #cfdee5; border-top: 4px solid #0d3446; background: #fff; box-shadow: 0 20px 48px rgba(12,39,52,.07); }
.strength-equipment-file header { padding: 48px 45px 44px; background: linear-gradient(145deg, #f9fbfc 0%, #eef6f8 100%); border-right: 1px solid #cfdee5; }
.strength-equipment-file header > p { margin: 0; color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.8px; }
.strength-equipment-file h2 { margin: 16px 0 0; color: #10232e; font-size: 35px; line-height: 1.35; }
.strength-equipment-file header > span { max-width: 420px; margin-top: 23px; display: block; color: #697b85; font-size: 13px; line-height: 1.8; }
.strength-equipment-file ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: stretch; list-style: none; background: #fff; }
.strength-equipment-file li { min-height: 82px; padding: 20px 24px; display: flex; align-items: center; gap: 17px; border-right: 1px solid #d4e0e6; border-bottom: 1px solid #d4e0e6; color: #18313d; font-size: 14px; font-weight: 750; }
.strength-equipment-file li:nth-child(even) { border-right: 0; }
.strength-equipment-file li:nth-last-child(-n+2) { border-bottom: 0; }
.strength-equipment-file li i { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--blue); font-size: 10px; }

.strength-photo-file { padding: 72px 0 78px; background: #0b3142; }
.strength-photo-file-head { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 42px; color: #fff; }
.strength-photo-file-head p { margin: 0 0 11px; color: var(--cyan); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.8px; }
.strength-photo-file-head h2 { margin: 0; color: #fff; font-size: 36px; line-height: 1.25; }
.strength-photo-file-head > span { max-width: 360px; color: #aac1cc; font-size: 12px; line-height: 1.7; text-align: right; }
.strength-photo-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 10px; }
.strength-photo-gallery figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #173f50; }
.strength-photo-gallery figure::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(180deg, transparent, rgba(3,24,35,.82)); pointer-events: none; }
.strength-photo-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.strength-photo-gallery figure:hover img { transform: scale(1.025); }
.strength-photo-gallery figcaption { position: absolute; z-index: 1; right: 17px; bottom: 14px; left: 17px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .2px; }
.strength-photo-gallery[data-count="1"] { grid-template-columns: minmax(0, 1fr); grid-auto-rows: 460px; }
.strength-photo-gallery[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 280px; }
.strength-photo-gallery[data-count="7"] { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 230px; }
.strength-photo-gallery[data-count="7"] figure:first-child { grid-column: span 2; }

.strength-detail-link { margin-top: 23px; display: inline-flex; color: var(--blue); font-size: 12px; font-weight: 800; }
.quality-copy .strength-detail-link { color: var(--cyan); }

@media (max-width: 900px) {
  .strength-detail-hero-grid { grid-template-columns: 1fr; padding-bottom: 44px; }
  .strength-detail-lead { padding: 66px 0 50px; }
  .strength-detail-hero figure, .strength-detail-hero figure img { min-height: 430px; height: 430px; }
  .strength-role-grid, .strength-equipment-file-grid { grid-template-columns: 1fr; gap: 30px; }
  .strength-equipment-file-grid { gap: 0; }
  .strength-equipment-file header { border-right: 0; border-bottom: 1px solid #cfdee5; }
  .strength-photo-gallery,
  .strength-photo-gallery[data-count="3"],
  .strength-photo-gallery[data-count="7"] { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; }
  .strength-photo-gallery[data-count="1"] { grid-template-columns: 1fr; grid-auto-rows: 410px; }
  .strength-photo-gallery[data-count="7"] figure:first-child { grid-column: span 2; grid-row: auto; }
}

@media (max-width: 560px) {
  .strength-detail-lead { padding: 47px 0 40px; }
  .strength-detail-lead h1 { margin-top: 18px; font-size: 36px; }
  .strength-detail-lead > span { margin-top: 18px; font-size: 13px; }
  .strength-detail-lead > a { margin-top: 25px; }
  .strength-detail-hero figure, .strength-detail-hero figure img { min-height: 285px; height: 285px; }
  .strength-detail-hero figure figcaption { right: 12px; bottom: 12px; min-width: 0; padding: 13px 16px; }
  .strength-detail-nav .subnav-inner { grid-template-columns: repeat(3, 1fr); }
  .strength-role { padding: 5px 0 50px; }
  .strength-role-list { grid-template-columns: 1fr; }
  .strength-role-list article { min-height: 0; padding: 27px 23px; }
  .strength-role-list h3 { margin-top: 15px; font-size: 19px; }
  .strength-equipment-file { padding: 47px 0 52px; }
  .strength-equipment-file header { padding: 31px 24px 29px; }
  .strength-equipment-file h2 { font-size: 29px; }
  .strength-equipment-file ul { grid-template-columns: 1fr; }
  .strength-equipment-file li { min-height: 69px; }
  .strength-equipment-file li:nth-child(n) { border-right: 0; border-bottom: 1px solid #d4e0e6; }
  .strength-equipment-file li:last-child { border-bottom: 0; }
  .strength-photo-file { padding: 45px 0 52px; }
  .strength-photo-file-head { margin-bottom: 22px; display: block; }
  .strength-photo-file-head h2 { font-size: 29px; }
  .strength-photo-file-head > span { margin-top: 12px; display: block; text-align: left; }
  .strength-photo-gallery,
  .strength-photo-gallery[data-count="1"],
  .strength-photo-gallery[data-count="3"],
  .strength-photo-gallery[data-count="7"] { grid-template-columns: 1fr; grid-auto-rows: 220px; gap: 7px; }
  .strength-photo-gallery[data-count="7"] figure:first-child { grid-column: auto; }
  .strength-photo-gallery figcaption { right: 13px; bottom: 12px; left: 13px; font-size: 11px; }
}

.js .strength-detail-page .reveal,
.js .strength-detail-page .stagger > * { opacity: 1; transform: none; }

/* Case detail — physical sample file */
.case-detail-hero { overflow: hidden; color: #fff; background: #0a2d3e; }
.case-detail-hero-grid { min-height: 560px; display: grid; grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr); }
.case-detail-file { padding: 76px 68px 70px 0; display: flex; flex-direction: column; align-items: flex-start; }
.case-detail-file > p { margin: 0; color: var(--cyan); font: 700 11px/1 Arial, sans-serif; letter-spacing: 2px; }
.case-detail-file > span { margin-top: 62px; color: #8eacb8; font: 700 13px/1 Arial, sans-serif; letter-spacing: 1.8px; }
.case-detail-file h1 { margin: 17px 0 0; color: #fff; font-size: 51px; line-height: 1.13; letter-spacing: -1.5px; }
.case-detail-file > strong { margin-top: 17px; color: var(--cyan); font-size: 15px; }
.case-file-meta { width: 100%; margin-top: 45px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.case-file-meta > div { padding: 19px 17px 19px 0; display: flex; flex-direction: column; }
.case-file-meta > div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.2); }
.case-file-meta small { color: #88a5b1; font-size: 10px; }
.case-file-meta b { margin-top: 8px; color: #fff; font-size: 13px; }
.case-detail-file > a { min-height: 49px; margin-top: 34px; padding: 0 20px; display: inline-flex; align-items: center; gap: 31px; color: #082c3d; background: var(--cyan); font-size: 13px; font-weight: 800; }
.case-detail-file > a:hover { background: #fff; }
.case-detail-stage { position: relative; min-width: 0; min-height: 560px; margin: 0; display: grid; place-items: center; overflow: hidden; background: #edf8fc; border-right: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.case-detail-stage::before, .case-detail-stage::after { content: ""; position: absolute; z-index: 2; width: 42px; height: 42px; pointer-events: none; }
.case-detail-stage::before { top: 25px; left: 25px; border-top: 2px solid rgba(10,45,62,.3); border-left: 2px solid rgba(10,45,62,.3); }
.case-detail-stage::after { right: 25px; bottom: 25px; border-right: 2px solid rgba(10,45,62,.3); border-bottom: 2px solid rgba(10,45,62,.3); }
.case-detail-stage img { width: 82%; height: 78%; display: block; object-fit: contain; filter: drop-shadow(0 22px 18px rgba(29,46,55,.15)); }
.case-detail-stage img[src*="/new-products/"] { width: 100%; height: 100%; filter: none; }
.case-detail-page[data-case-category="food"] .case-detail-stage { background: #fff8e8; }
.case-detail-page[data-case-category="aquatic"] .case-detail-stage { background: #eef8fc; }
.case-detail-page[data-case-category="carton"] .case-detail-stage { background: #fbf6ea; }
.case-detail-page[data-case-category="other"] .case-detail-stage { background: #f1f8f1; }
.case-detail-stage figcaption { position: absolute; right: 0; bottom: 0; min-width: 255px; padding: 20px 24px; display: flex; flex-direction: column; color: #fff; background: #0d3b4f; border-left: 4px solid var(--cyan); }
.case-detail-stage figcaption b { font-size: 15px; }
.case-detail-stage figcaption span { margin-top: 5px; color: #a9c3ce; font-size: 10px; }
.case-detail-nav .subnav-inner { grid-template-columns: repeat(6, 1fr); }

.case-inspection { padding: 28px 0 84px; background: #fff; }
.case-inspection-grid { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 55px; align-items: start; }
.case-inspection header > p, .case-detail-heading > p { margin: 0; color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.8px; }
.case-inspection h2, .case-detail-heading h2 { margin: 16px 0 0; color: #10232e; font-size: 36px; line-height: 1.3; }
.case-inspection header > span { margin-top: 24px; display: block; color: #6b7d86; font-size: 13px; line-height: 1.85; }
.case-inspection-board { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 3px solid #0d3446; border-left: 1px solid #d5e1e7; }
.case-inspection-board section { min-height: 335px; padding: 32px 32px 29px; border-right: 1px solid #d5e1e7; border-bottom: 1px solid #d5e1e7; }
.case-inspection-board h3 { margin: 0; color: #10232e; font-size: 21px; }
.case-inspection-board ul { margin: 25px 0 0; padding: 0; list-style: none; }
.case-inspection-board li { min-height: 48px; padding: 10px 0; display: flex; align-items: center; gap: 13px; color: #536a75; font-size: 13px; line-height: 1.5; border-top: 1px solid #e4ebee; }
.case-inspection-board li i { width: 20px; height: 20px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--blue); font-size: 8px; }

.case-route { padding: 78px 0 82px; background: #f1f6f8; }
.case-detail-heading { margin-bottom: 31px; }
.case-route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 3px solid #0d3446; border-left: 1px solid #d5e1e7; }
.case-route-grid a { min-height: 188px; padding: 32px 34px; display: flex; flex-direction: column; color: #10232e; background: #fff; border-right: 1px solid #d5e1e7; border-bottom: 1px solid #d5e1e7; transition: color .25s ease, background .25s ease; }
.case-route-grid small { color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.5px; }
.case-route-grid strong { margin-top: 30px; font-size: 23px; }
.case-route-grid span { margin-top: auto; color: #71838c; font-size: 12px; }
.case-route-grid a:hover { color: #fff; background: #0a2d3e; }
.case-route-grid a:hover small, .case-route-grid a:hover span { color: var(--cyan); }


@media (max-width: 900px) {
  .case-detail-hero-grid { grid-template-columns: 1fr; padding-bottom: 44px; }
  .case-detail-file { padding: 64px 0 48px; }
  .case-detail-file > span { margin-top: 36px; }
  .case-detail-stage { min-height: 460px; }
  .case-inspection-grid { grid-template-columns: 1fr; gap: 30px; }
  .case-inspection header > span { max-width: 620px; }
}

@media (max-width: 560px) {
  .case-detail-file { padding: 47px 0 40px; }
  .case-detail-file > span { margin-top: 30px; }
  .case-detail-file h1 { font-size: 36px; }
  .case-file-meta { margin-top: 30px; }
  .case-detail-file > a { margin-top: 27px; }
  .case-detail-stage { min-height: 310px; }
  .case-detail-stage img { width: 91%; height: 84%; }
  .case-detail-stage figcaption { right: 12px; bottom: 12px; min-width: 0; padding: 14px 16px; }
  .case-detail-nav .subnav-inner { grid-template-columns: repeat(3, 1fr); }
  .case-inspection { padding: 6px 0 51px; }
  .case-inspection h2, .case-detail-heading h2 { font-size: 29px; }
  .case-inspection-board { grid-template-columns: 1fr; }
  .case-inspection-board section { min-height: 0; padding: 27px 23px 24px; }
  .case-route { padding: 51px 0 55px; }
  .case-route-grid { grid-template-columns: 1fr; }
  .case-route-grid a { min-height: 160px; padding: 28px 24px; }
}

/* Shared image gallery. Product-specific content lives in cases-data.js. */
.case-detail-page .case-detail-stage:has(.case-gallery) { background: #f4f8fa; display: flex; align-items: center; }
.case-detail-stage:has(.case-gallery)::before,
.case-detail-stage:has(.case-gallery)::after { display: none; }
.case-gallery { width: 100%; padding: 36px 32px 28px; }
.case-image-frame { width: 100%; max-width: 470px; height: 315px; margin-inline: auto; }
.case-detail-stage .case-image-frame img { display: block; width: 100%; height: 100%; object-fit: contain; filter: none; }
.case-gallery-controls { display: flex; justify-content: center; gap: 28px; margin-top: 22px; }
.case-gallery-controls button { padding: 10px 4px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #617784; cursor: pointer; font: inherit; font-size: 14px; }
.case-gallery-controls button[aria-pressed="true"] { border-bottom-color: #009fe3; color: #102d3b; font-weight: 700; }
.case-gallery-controls button:focus-visible { outline: 3px solid #009fe3; outline-offset: 3px; }
@media (max-width: 560px) {
  .case-gallery { padding: 24px 18px 18px; }
  .case-image-frame { height: 220px; }
  .case-gallery-controls { margin-top: 12px; }
}

/* Keep anchor targets visible below the fixed header. */
.section-overview-target,
.section-jump-target {
  scroll-margin-top: 96px;
}
.section-jump-target {
  width: 0;
  height: 0;
  display: block;
}

.js .case-detail-page .reveal,
.js .case-detail-page .stagger > * { opacity: 1; transform: none; }

/* Contact quotation brief */
.inquiry-form-section { padding: 78px 0 84px; background: #f1f6f8; }
.inquiry-form-head { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.inquiry-form-head p, .inquiry-form-guide > p, .quote-result header p { margin: 0; color: var(--blue); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1.8px; }
.inquiry-form-head h2 { margin: 16px 0 0; color: #10232e; font-size: 36px; line-height: 1.28; }
.inquiry-form-head > span { max-width: 510px; color: #667a84; font-size: 13px; line-height: 1.8; text-align: right; }
.inquiry-form-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: stretch; }
.inquiry-form-guide { padding: 37px 30px 31px; color: #fff; background: #0a2d3e; }
.inquiry-form-guide > p { color: var(--cyan); }
.inquiry-form-guide ol { margin: 31px 0 0; padding: 0; list-style: none; }
.inquiry-form-guide li { padding: 23px 0; display: grid; grid-template-columns: 37px 1fr; gap: 14px; border-top: 1px solid rgba(255,255,255,.17); }
.inquiry-form-guide li b { padding-top: 3px; color: var(--cyan); font: 700 10px/1 Arial, sans-serif; letter-spacing: 1px; }
.inquiry-form-guide li div { display: flex; flex-direction: column; }
.inquiry-form-guide li strong { font-size: 15px; }
.inquiry-form-guide li span { margin-top: 7px; color: #9fb8c3; font-size: 11px; line-height: 1.55; }
.inquiry-static-note { margin-top: 36px; padding: 18px 0 0; display: flex; align-items: flex-start; gap: 13px; border-top: 1px solid rgba(255,255,255,.17); }
.inquiry-static-note i { margin-top: 3px; color: var(--cyan); }
.inquiry-static-note > span { color: #9fb7c2; font-size: 10px; line-height: 1.7; }
.inquiry-static-note strong { margin-bottom: 3px; display: block; color: #fff; font-size: 11px; }
.quote-form { padding: 38px 42px 35px; background: #fff; border-top: 3px solid #0d3446; border-right: 1px solid #d5e1e7; border-bottom: 1px solid #d5e1e7; }
.quote-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; row-gap: 25px; }
.quote-form label { min-width: 0; display: flex; flex-direction: column; }
.quote-form label > span { color: #18313d; font-size: 13px; font-weight: 800; }
.quote-form label em { margin-left: 4px; color: #e3354f; font-style: normal; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 48px; margin-top: 10px; padding: 11px 13px; color: #142d39; background: #fbfdfe; border: 1px solid #cddce3; border-radius: 0; outline: 0; font: inherit; font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.quote-form textarea { min-height: 112px; resize: vertical; line-height: 1.65; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { background: #fff; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,159,227,.12); }
.quote-form input:user-invalid, .quote-form select:user-invalid { border-color: #d8485c; }
.quote-form label > small { margin-top: 7px; color: #82919a; font-size: 9px; line-height: 1.45; }
.quote-field-wide { grid-column: 1 / -1; }
.quote-form-actions { margin-top: 30px; padding-top: 27px; display: flex; align-items: center; gap: 14px; border-top: 1px solid #dde6ea; }
.quote-form-actions button, .quote-result button, .quote-result a { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; border-radius: 0; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.quote-form-actions button[type="submit"] { color: #fff; background: var(--blue); }
.quote-form-actions button[type="submit"]:hover { background: #087faf; }
.quote-form-actions button[type="reset"] { color: #536a75; background: #edf3f5; }
.quote-form-actions p { margin: 0 0 0 auto; color: #187fa9; font-size: 10px; line-height: 1.5; text-align: right; }
.quote-form-actions p.error { color: #c33148; }
.quote-result { margin-top: 24px; padding: 31px 34px 33px; background: #fff; border: 1px solid #cddde4; border-left: 4px solid var(--blue); }
.quote-result header { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.quote-result h3 { margin: 13px 0 0; color: #10232e; font-size: 25px; }
.quote-result header > span { color: #70828c; font-size: 11px; }
.quote-result pre { margin: 25px 0 0; padding: 24px 26px; overflow-wrap: anywhere; white-space: pre-wrap; color: #233e4b; background: #f3f7f8; border: 1px solid #dde7eb; font: 13px/1.9 "Microsoft YaHei", sans-serif; }
.quote-result > div { margin-top: 20px; display: flex; align-items: center; gap: 13px; }
.quote-result button { color: #fff; background: #0a2d3e; }
.quote-result a { color: #0a2d3e; background: #dff4fc; }
.quote-result > div > span { margin-left: auto; color: #187fa9; font-size: 10px; }

@media (max-width: 900px) {
  .inquiry-form-head { display: block; }
  .inquiry-form-head > span { max-width: 620px; margin-top: 15px; display: block; text-align: left; }
  .inquiry-form-layout { grid-template-columns: 250px minmax(0, 1fr); }
  .quote-form { padding-inline: 30px; }
  .quote-form-grid { grid-template-columns: 1fr; }
  .quote-field-wide { grid-column: auto; }
  .quote-form-actions { flex-wrap: wrap; }
  .quote-form-actions p { width: 100%; margin-left: 0; text-align: left; }
}

@media (max-width: 680px) {
  .inquiry-form-section { padding: 47px 0 52px; }
  .inquiry-form-head { margin-bottom: 25px; }
  .inquiry-form-head h2 { font-size: 29px; }
  .inquiry-form-layout { grid-template-columns: 1fr; }
  .inquiry-form-guide { display: none; }
  .inquiry-form-guide ol { margin-top: 24px; }
  .inquiry-form-guide li { padding: 18px 0; }
  .inquiry-static-note { margin-top: 23px; }
  .quote-form { padding: 29px 22px 27px; border-left: 1px solid #d5e1e7; }
  .quote-form-grid { gap: 22px; }
  .quote-form input, .quote-form select, .quote-form textarea { font-size: 16px; }
  .quote-form-actions button { flex: 1 1 auto; }
  .quote-result { padding: 26px 22px 27px; }
  .quote-result header { display: block; }
  .quote-result header > span { margin-top: 8px; display: block; }
  .quote-result pre { padding: 19px 17px; font-size: 12px; }
  .quote-result > div { align-items: stretch; flex-direction: column; }
  .quote-result > div > span { margin-left: 0; text-align: center; }
}

/* Contact — calm, print-inspired information layout */
.contact-simple { padding: 70px 0 92px; background: #fff; }
.contact-simple-head { position: relative; margin-bottom: 48px; padding-bottom: 25px; border-bottom: 1px solid #dce6ea; }
.contact-simple-head h1 { margin: 0; color: #10232e; font-size: 50px; line-height: 1.12; letter-spacing: -1.5px; }
.contact-simple-head::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 86px; height: 3px; background: linear-gradient(90deg, #08a7df 0 34%, #f4c321 34% 67%, #ef3f63 67%); }
.contact-simple-layout { display: grid; grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); gap: clamp(38px, 5vw, 76px); align-items: stretch; }
.contact-simple-info { position: relative; padding: 18px 0 12px; color: #10232e; background: #fff; }
.contact-simple-info::before { content: "联系信息"; display: block; margin-bottom: 21px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.contact-simple-info h2 { max-width: 340px; margin: 0; font-size: 27px; line-height: 1.45; letter-spacing: -.4px; }
.contact-simple-info h2::after { content: ""; width: 42px; height: 2px; margin-top: 24px; display: block; background: #10232e; }
.contact-simple-info dl { margin: 34px 0 0; }
.contact-simple-info dl > div { padding: 18px 0 20px; border-bottom: 1px solid #dce6ea; }
.contact-simple-info dt { color: #7b8d96; font-size: 12px; letter-spacing: .08em; }
.contact-simple-info dd { margin: 8px 0 0; color: #10232e; font-size: 18px; font-weight: 700; line-height: 1.65; }
.contact-simple-info dd a { color: #079fdb; font: 800 31px/1.12 Arial, sans-serif; letter-spacing: .6px; }
.contact-simple-info dd a:hover { color: #087fae; }
.contact-simple-info dd a:focus-visible,
.contact-simple-map a:focus-visible { outline: 3px solid rgba(8, 167, 223, .35); outline-offset: 4px; }
.contact-simple-map { min-width: 0; display: flex; flex-direction: column; }
.contact-simple-map header { min-height: 47px; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.contact-simple-map h2 { margin: 0; color: #10232e; font-size: 19px; }
.contact-simple-map header a { display: inline-flex; align-items: center; gap: 13px; color: var(--blue); font-size: 12px; font-weight: 700; }
.contact-map-preview { position: relative; min-height: 420px; flex: 1; display: block; overflow: hidden; background: #e7eef1; border: 1px solid #d7e3e8; box-shadow: 0 16px 38px rgba(19, 52, 66, .09); }
.contact-map-preview::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.42); }
.contact-map-preview > img { width: 100%; height: 100%; min-height: 420px; display: block; object-fit: cover; object-position: center; transition: transform .45s ease; }
.contact-map-preview:hover > img { transform: scale(1.015); }

@media (max-width: 900px) {
  .contact-simple { padding: 54px 0 68px; }
  .contact-simple-head { margin-bottom: 38px; }
  .contact-simple-head h1 { font-size: 42px; }
  .contact-simple-layout { grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 34px; }
  .contact-simple-info { padding-top: 10px; }
  .contact-simple-info h2 { font-size: 23px; }
  .contact-simple-info dd a { font-size: 27px; }
  .contact-map-preview, .contact-map-preview > img { min-height: 370px; }
}

@media (max-width: 680px) {
  .contact-simple { padding: 34px 0 48px; }
  .contact-simple-head { margin-bottom: 31px; padding-bottom: 18px; }
  .contact-simple-head h1 { font-size: 34px; }
  .contact-simple-head::after { width: 68px; }
  .contact-simple-layout { grid-template-columns: 1fr; gap: 36px; }
  .contact-simple-info { padding: 0; }
  .contact-simple-info::before { margin-bottom: 16px; }
  .contact-simple-info h2 { max-width: none; font-size: 21px; }
  .contact-simple-info h2::after { margin-top: 18px; }
  .contact-simple-info dl { margin-top: 19px; }
  .contact-simple-info dl > div { padding: 15px 0 17px; }
  .contact-simple-info dd { margin-top: 7px; font-size: 17px; }
  .contact-simple-info dd a { font-size: 26px; }
  .contact-simple-map header { min-height: 49px; }
  .contact-simple-map h2 { font-size: 18px; }
  .contact-simple-map header a { gap: 8px; font-size: 11px; }
  .contact-map-preview, .contact-map-preview > img { min-height: 310px; }
  .contact-map-preview > img { object-position: 48% center; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-map-preview > img { transition: none; }
}
