:root {
  --csnt-blue-950: #052346;
  --csnt-blue-900: #073665;
  --csnt-blue-700: #0b5dbb;
  --csnt-blue-600: #0d6bdc;
  --csnt-ink: #15263a;
  --csnt-muted: #637389;
  --csnt-line: #dce5ef;
  --csnt-soft: #f3f7fb;
  --csnt-white: #fff;
  --csnt-orange: #f97316;
  --csnt-green: #12a95a;
  --csnt-shadow: 0 16px 44px rgba(5, 35, 70, .10);
  --csnt-radius: 16px;
  --csnt-shell: 1200px;
  --csnt-orange-dark: #d9570b;
  --csnt-green-dark: #078844;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--csnt-ink); background: var(--csnt-white); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", sans-serif; line-height: 1.7; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--csnt-blue-700); text-decoration: none; }
a:hover { color: var(--csnt-blue-950); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
figure { margin: 0; }

.screen-reader-text { position: absolute; left: -9999px; }
.screen-reader-text:focus { left: 16px; top: 16px; z-index: 10000; padding: 10px 14px; background: #fff; color: #000; }
.csnt-shell { width: min(calc(100% - 40px), var(--csnt-shell)); margin-inline: auto; }
.csnt-main { min-height: 60vh; }

.csnt-topbar { color: rgba(255,255,255,.82); background: #031a33; font-size: 13px; }
.csnt-topbar .csnt-shell { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.csnt-topbar a { color: #fff; font-weight: 800; }

.csnt-site-header { position: sticky; top: 0; z-index: 90; border-bottom: 1px solid rgba(5,35,70,.08); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
.csnt-site-header__inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.csnt-brand { display: flex; flex-direction: column; flex: 0 0 auto; }
.csnt-brand__identity { display: flex; align-items: center; gap: 11px; color: var(--csnt-blue-950); }
.csnt-brand__identity:hover { color: var(--csnt-blue-950); }
.csnt-brand__logo { width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; border-radius: 11px; background: #fff; }
.csnt-brand__copy { display: grid; line-height: 1.2; }
.csnt-brand__name { color: var(--csnt-blue-950); font-size: 25px; font-weight: 850; letter-spacing: .02em; }
.csnt-brand__tagline { color: var(--csnt-muted); font-size: 11px; letter-spacing: .01em; }
.custom-logo { max-height: 58px; width: auto; }
.csnt-primary-nav { margin-left: auto; }
.csnt-primary-nav ul { display: flex; align-items: center; gap: 15px; margin: 0; padding: 0; list-style: none; }
.csnt-primary-nav a { color: var(--csnt-ink); font-weight: 650; font-size: 14px; }
.csnt-primary-nav .sub-menu { display: none; position: absolute; min-width: 220px; padding: 12px; background: #fff; border: 1px solid var(--csnt-line); box-shadow: var(--csnt-shadow); }
.csnt-primary-nav li { position: relative; }
.csnt-primary-nav li:hover > .sub-menu, .csnt-primary-nav li:focus-within > .sub-menu { display: grid; gap: 8px; }
.csnt-header-phone { padding: 8px 14px; border-radius: 10px; color: #fff; background: var(--csnt-blue-700); font-weight: 850; white-space: nowrap; line-height: 1.2; }
.csnt-header-phone span { display: block; font-size: 10px; font-weight: 650; opacity: .85; }
.csnt-menu-toggle { display: none; margin-left: auto; padding: 8px 12px; border: 1px solid var(--csnt-line); border-radius: 8px; background: #fff; }
.page-template-template-ppc .csnt-primary-nav, .page-template-template-ppc .csnt-menu-toggle { display: none; }
.page-template-template-ppc .csnt-header-phone { margin-left: auto; }

.csnt-hero { min-height: 590px; display: grid; align-items: center; color: #fff; background-color: var(--csnt-blue-950); background-size: cover; background-position: center; }
.csnt-hero-slider { position: relative; overflow: hidden; min-height: 590px; background: var(--csnt-blue-950); }
.csnt-hero-slider [data-csnt-hero-slide] { display: none; }
.csnt-hero-slider [data-csnt-hero-slide].is-active { display: grid; animation: csnt-hero-reveal .55s ease both; }
.csnt-hero-slider .csnt-hero { position: relative; }
.csnt-hero--collage { isolation: isolate; overflow: hidden; background-image: none !important; }
.csnt-hero__collage { position: absolute; inset: 0 0 0 34%; z-index: 0; display: grid; grid-template-columns: 1.08fr .92fr; gap: 6px; background: #0a3159; }
.csnt-hero__collage span { min-width: 0; background-image: var(--csnt-hero-panel); background-repeat: no-repeat; background-position: center; background-size: cover; filter: saturate(.9) contrast(1.04); }
.csnt-hero__collage span + span { margin-left: -7%; clip-path: polygon(8% 0,100% 0,100% 100%,0 100%); }
.csnt-hero--collage::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,#031b37 0%,rgba(3,27,55,.97) 31%,rgba(3,27,55,.72) 48%,rgba(3,27,55,.13) 76%,rgba(3,27,55,.18) 100%); pointer-events: none; }
.csnt-hero--collage .csnt-hero__content { position: relative; z-index: 2; }
.csnt-hero-slider .csnt-hero h2 { max-width: 900px; margin: 0 0 20px; color: #fff; font-size: clamp(42px, 5.2vw, 68px); line-height: 1.12; letter-spacing: -.035em; }
.csnt-hero-slider__controls { position: absolute; left: 50%; bottom: 22px; z-index: 8; display: flex; align-items: center; justify-content: flex-end; gap: 10px; transform: translateX(-50%); pointer-events: none; }
.csnt-hero-slider__controls > button, .csnt-hero-slider__dots button { border: 1px solid rgba(255,255,255,.45); color: #fff; background: rgba(5,35,70,.72); backdrop-filter: blur(8px); cursor: pointer; pointer-events: auto; }
.csnt-hero-slider__controls > button { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; font-size: 28px; line-height: 1; }
.csnt-hero-slider__dots { display: flex; align-items: center; gap: 8px; pointer-events: auto; }
.csnt-hero-slider__dots button { width: 11px; height: 11px; padding: 0; border-radius: 999px; }
.csnt-hero-slider__dots button.is-active { width: 30px; border-color: #fff; background: #fff; }
.csnt-visual-disclosure { position: absolute; right: 18px; bottom: 16px; z-index: 3; padding: 4px 8px; border-radius: 5px; color: rgba(255,255,255,.85); background: rgba(0,0,0,.42); font-size: 10px; line-height: 1.2; }
@keyframes csnt-hero-reveal { from { opacity: .35; } to { opacity: 1; } }
.csnt-hero--inner { min-height: 500px; }
.csnt-hero--ppc { min-height: 640px; }
.csnt-hero__content { padding-block: 90px; }
.csnt-hero__content > * { position: relative; }
.csnt-hero h1 { max-width: 920px; margin: 0 0 20px; color: #fff; font-size: clamp(42px, 5.2vw, 70px); line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
.csnt-hero__summary { max-width: 850px; margin: 0 0 32px; font-size: clamp(18px, 2vw, 25px); color: rgba(255,255,255,.92); }
.csnt-hero__points { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; }
.csnt-hero__points li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.09); font-size: 14px; font-weight: 700; }
.csnt-hero__note { max-width: 740px; margin: 18px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }
.csnt-eyebrow { margin: 0 0 10px; color: var(--csnt-blue-600); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.csnt-hero .csnt-eyebrow, .csnt-section--dark .csnt-eyebrow { color: #8fc4ff; }
.csnt-page-hero { padding: 80px 0 66px; color: #fff; background: linear-gradient(135deg, var(--csnt-blue-950), var(--csnt-blue-700)); }
.csnt-page-hero h1 { margin: 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.16; }
.csnt-page-hero p { max-width: 850px; margin: 16px 0 0; color: rgba(255,255,255,.86); font-size: 19px; }
.csnt-breadcrumb { color: var(--csnt-muted); background: #f8fafc; border-bottom: 1px solid var(--csnt-line); font-size: 13px; }
.csnt-breadcrumb ol { width: min(calc(100% - 40px), var(--csnt-shell)); min-height: 42px; display: flex; align-items: center; gap: 9px; margin: 0 auto; padding: 0; list-style: none; }
.csnt-breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 9px; color: #9aa9b9; }

.csnt-section { padding: 74px 0; }
.csnt-section--compact { padding: 54px 0; }
.csnt-section--muted { background: var(--csnt-soft); }
.csnt-section--dark { color: #fff; background: var(--csnt-blue-950); }
.csnt-section__header { max-width: 860px; margin-bottom: 27px; }
.csnt-section__header h2, .csnt-section h2 { margin: 0 0 14px; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.2; letter-spacing: -.02em; }
.csnt-section__header p { color: var(--csnt-muted); }
.csnt-section--dark h2, .csnt-final-cta h2 { color: #fff; }
.csnt-grid { display: grid; gap: 20px; }
.csnt-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.csnt-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.csnt-split { display: grid; grid-template-columns: .9fr 1.35fr; gap: 48px; align-items: start; }
.csnt-split--media { align-items: center; }
.csnt-media-collage { overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 390px auto; gap: 6px; margin: 0; border: 1px solid var(--csnt-line); border-radius: 18px; background: #fff; box-shadow: var(--csnt-shadow); }
.csnt-media-collage img { width: 100%; height: 100%; object-fit: cover; }
.csnt-media-collage img + img { margin-left: -7%; width: 107%; clip-path: polygon(8% 0,100% 0,100% 100%,0 100%); }
.csnt-media-collage figcaption { grid-column: 1 / -1; padding: 14px 18px; color: var(--csnt-blue-900); font-size: 14px; font-weight: 800; }

.csnt-proof-strip { position: relative; z-index: 4; color: #fff; background: var(--csnt-blue-700); }
.csnt-proof-strip__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.csnt-proof-strip__grid > div { min-height: 96px; display: grid; align-content: center; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,.16); }
.csnt-proof-strip__grid > div:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.csnt-proof-strip strong { display: block; font-size: 17px; }
.csnt-proof-strip span { color: rgba(255,255,255,.75); font-size: 12px; }

.csnt-service-showcase { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.csnt-service-card { overflow: hidden; border: 1px solid var(--csnt-line); border-radius: var(--csnt-radius); background: #fff; box-shadow: 0 10px 35px rgba(5,35,70,.07); transition: transform .2s ease, box-shadow .2s ease; }
.csnt-service-card:hover { transform: translateY(-4px); box-shadow: var(--csnt-shadow); }
.csnt-service-card img { width: 100%; height: 260px; object-fit: cover; }
.csnt-service-card div { padding: 24px; }
.csnt-service-card h3 { margin: 0 0 10px; color: var(--csnt-blue-950); font-size: 23px; }
.csnt-service-card p { min-height: 55px; margin: 0 0 12px; color: var(--csnt-muted); }
.csnt-service-card span { font-weight: 850; }

.csnt-scenario-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.csnt-scenario-grid a { min-height: 168px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid var(--csnt-line); border-radius: 16px; color: #fff; background: linear-gradient(145deg,#092b52,#0b5dbb); box-shadow: 0 12px 34px rgba(5,35,70,.09); transition: transform .2s ease,box-shadow .2s ease; }
.csnt-scenario-grid a:nth-child(2),.csnt-scenario-grid a:nth-child(5) { background: linear-gradient(145deg,#0a427c,#1376d8); }
.csnt-scenario-grid a:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 18px 42px rgba(5,35,70,.16); }
.csnt-scenario-grid span { margin-bottom: auto; color: #9dccff; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.csnt-scenario-grid strong { font-size: 21px; line-height: 1.35; }
.csnt-scenario-grid small { margin-top: 8px; color: rgba(255,255,255,.72); }

.csnt-product-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.csnt-product-strip article { overflow: hidden; display: grid; grid-template-columns: 42% 1fr; min-height: 175px; border: 1px solid var(--csnt-line); border-radius: 15px; background: #fff; box-shadow: 0 8px 28px rgba(5,35,70,.06); }
.csnt-product-strip img { width: 100%; height: 100%; object-fit: cover; }
.csnt-product-strip div { align-self: center; padding: 20px; }
.csnt-product-strip h3 { margin: 0 0 8px; color: var(--csnt-blue-950); font-size: 19px; line-height: 1.35; }
.csnt-product-strip p { margin: 0; color: var(--csnt-muted); font-size: 13px; }

.csnt-product-finder { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 0 0 34px; }
.csnt-product-finder > section { position: relative; overflow: hidden; min-height: 250px; padding: 28px; border: 1px solid #cddced; border-radius: 18px; background: linear-gradient(155deg,#fff 0%,#f1f7fd 100%); box-shadow: 0 12px 34px rgba(5,35,70,.07); }
.csnt-product-finder > section::after { content: ''; position: absolute; width: 150px; height: 150px; right: -62px; bottom: -70px; border-radius: 50%; background: rgba(11,94,186,.07); }
.csnt-product-finder span { color: var(--csnt-blue-600); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.csnt-product-finder h3 { margin: 8px 0 20px; color: var(--csnt-blue-950); font-size: 23px; }
.csnt-product-finder div { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.csnt-product-finder a { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 13px; border: 1px solid #c9dbef; border-radius: 999px; color: var(--csnt-blue-900); background: #fff; font-size: 14px; font-weight: 800; transition: color .18s ease,background .18s ease,border-color .18s ease; }
.csnt-product-finder a:hover { color: #fff; border-color: var(--csnt-blue-700); background: var(--csnt-blue-700); }

.csnt-tech-guides { background: linear-gradient(180deg,#fff 0%,#f5f9fe 100%); }
.csnt-tech-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.csnt-tech-guide-grid > a { position: relative; min-height: 210px; padding: 26px; border: 1px solid var(--csnt-line); border-radius: 16px; color: var(--csnt-blue-950); background: #fff; box-shadow: 0 10px 30px rgba(5,35,70,.06); transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.csnt-tech-guide-grid > a::after { content: '→'; position: absolute; right: 24px; bottom: 22px; color: var(--csnt-blue-600); font-size: 22px; font-weight: 900; }
.csnt-tech-guide-grid > a:hover { color: var(--csnt-blue-950); border-color: #a9c8ea; transform: translateY(-3px); box-shadow: 0 16px 38px rgba(5,35,70,.11); }
.csnt-tech-guide-grid span { display: inline-block; margin-bottom: 24px; color: var(--csnt-blue-600); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.csnt-tech-guide-grid h3 { max-width: 92%; margin: 0 0 10px; font-size: 20px; line-height: 1.45; }
.csnt-tech-guide-grid p { max-width: 90%; margin: 0; color: var(--csnt-muted); font-size: 14px; }

.csnt-case-reading { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.csnt-case-reading article { min-height: 190px; padding: 26px; border-left: 4px solid var(--csnt-blue-600); border-radius: 0 16px 16px 0; background: linear-gradient(135deg,#eef6ff,#fff); box-shadow: 0 10px 30px rgba(5,35,70,.06); }
.csnt-case-reading span { display: block; margin-bottom: 16px; color: var(--csnt-blue-600); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.csnt-case-reading strong { display: block; color: var(--csnt-blue-950); font-size: 19px; line-height: 1.5; }
.csnt-case-reading p { margin: 10px 0 0; color: var(--csnt-muted); font-size: 14px; }
.csnt-case-hero { background-position: center; }
.csnt-case-gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.csnt-case-gallery figure { overflow: hidden; border: 1px solid var(--csnt-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(5,35,70,.08); }
.csnt-case-gallery img { width: 100%; height: 360px; object-fit: cover; }
.csnt-case-gallery figcaption { display: grid; gap: 6px; padding: 18px 20px; }
.csnt-case-gallery figcaption strong { color: var(--csnt-blue-950); font-size: 18px; }
.csnt-case-gallery figcaption span { color: var(--csnt-muted); font-size: 14px; }

.csnt-feature-card, .csnt-card { overflow: hidden; border: 1px solid var(--csnt-line); border-radius: var(--csnt-radius); background: #fff; box-shadow: 0 8px 30px rgba(5,35,70,.06); }
.csnt-feature-card { padding: 28px; }
.csnt-feature-card h3, .csnt-card h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.35; }
.csnt-feature-card p, .csnt-card p { margin: 0 0 18px; color: var(--csnt-muted); }
.csnt-feature-card--record { position: relative; padding-top: 72px; }
.csnt-feature-card--record > span { position: absolute; left: 28px; top: 24px; min-width: 40px; height: 32px; display: inline-grid; place-items: center; padding-inline: 10px; border-radius: 8px; color: var(--csnt-blue-700); background: #e8f2ff; font-size: 13px; font-weight: 900; }
.csnt-card__media { display: block; aspect-ratio: 3/2; background: #e9eff6; }
.csnt-card__media img { width: 100%; height: 100%; object-fit: cover; }
.csnt-card__body { padding: 24px; }
.csnt-card__label { margin-bottom: 7px !important; color: var(--csnt-blue-700) !important; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.csnt-card__notice { margin-bottom: 0 !important; padding-top: 12px; border-top: 1px solid var(--csnt-line); color: #7d8998 !important; font-size: 12px; }
.csnt-text-link { font-weight: 800; }

.csnt-problem-card, .csnt-value-card { padding: 25px; border: 1px solid var(--csnt-line); border-radius: var(--csnt-radius); background: #fff; box-shadow: 0 8px 26px rgba(5,35,70,.05); }
.csnt-problem-card span, .csnt-value-card > strong { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 12px; color: var(--csnt-blue-700); background: #e8f2ff; font-weight: 900; }
.csnt-problem-card h3, .csnt-value-card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.4; }
.csnt-problem-card p, .csnt-value-card p { margin: 0; color: var(--csnt-muted); font-size: 14px; }
.csnt-production-journey { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.csnt-production-journey article { overflow: hidden; border: 1px solid var(--csnt-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(5,35,70,.06); }
.csnt-production-journey figure { height: 170px; overflow: hidden; background: #e9eff6; }
.csnt-production-journey img { width: 100%; height: 100%; object-fit: cover; }
.csnt-production-journey article > div { position: relative; padding: 22px; }
.csnt-production-journey span { position: absolute; right: 18px; top: -24px; width: 48px; height: 48px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: var(--csnt-blue-700); font-weight: 900; }
.csnt-production-journey h3 { margin: 0 0 9px; color: var(--csnt-blue-950); font-size: 19px; }
.csnt-production-journey p { margin: 0; color: var(--csnt-muted); font-size: 13px; }
.csnt-product-brief { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.csnt-product-brief article { min-height: 170px; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.06); }
.csnt-product-brief span { display: block; margin-bottom: 22px; color: #8fc4ff; font-size: 13px; font-weight: 900; }
.csnt-product-brief strong { display: block; font-size: 19px; }
.csnt-product-brief p { margin: 7px 0 0; color: rgba(255,255,255,.73); font-size: 13px; }
.csnt-check-card { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--csnt-line); border-radius: 14px; background: linear-gradient(180deg,#fff,#f6f9fd); box-shadow: 0 8px 24px rgba(5,35,70,.05); }
.csnt-check-card span { color: var(--csnt-blue-600); font-size: 13px; font-weight: 900; }
.csnt-check-card strong { color: var(--csnt-blue-950); font-size: 17px; line-height: 1.45; }
.csnt-scope-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.csnt-scope-list > div { padding: 24px; border: 1px solid var(--csnt-line); border-radius: 14px; background: var(--csnt-soft); }
.csnt-scope-list strong { color: var(--csnt-blue-950); font-size: 18px; }
.csnt-scope-list p { margin: 7px 0 0; color: var(--csnt-muted); font-size: 13px; }

.csnt-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 10px; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease; }
.csnt-button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(5,35,70,.16); }
.csnt-button--primary { color: #fff; background: var(--csnt-orange); }
.csnt-button--primary:hover { color: #fff; background: var(--csnt-orange-dark); }
.csnt-button--wechat { color: #fff; background: var(--csnt-green); }
.csnt-button--wechat:hover { color: #fff; background: var(--csnt-green-dark); }
.csnt-button--secondary { margin-top: 26px; color: #fff; background: var(--csnt-blue-700); }
.csnt-cta-group { display: flex; flex-wrap: wrap; gap: 14px; }
.csnt-cta-group .csnt-button { min-width: 220px; }
.csnt-chip-list { display: flex; flex-wrap: wrap; gap: 12px; }
.csnt-chip-list span { padding: 10px 16px; border: 1px solid #cfe0f2; border-radius: 999px; color: var(--csnt-blue-900); background: #fff; font-weight: 700; }

.csnt-process { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; counter-reset: process; list-style: none; }
.csnt-process li { position: relative; padding: 18px 18px 18px 58px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.06); }
.csnt-process li::before { counter-increment: process; content: counter(process); position: absolute; left: 16px; top: 16px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--csnt-blue-950); background: #8fc4ff; font-weight: 900; }
.csnt-prose { max-width: 920px; font-size: 18px; }
.csnt-prose > :first-child { margin-top: 0; }
.csnt-prose h2, .csnt-prose h3 { color: var(--csnt-blue-950); }
.csnt-prose table { width: 100%; border-collapse: collapse; }
.csnt-prose th, .csnt-prose td { padding: 12px; border: 1px solid var(--csnt-line); text-align: left; }
.csnt-final-cta { color: #fff; background: linear-gradient(135deg, #073665, #0b5dbb); }
.csnt-final-cta p { color: rgba(255,255,255,.84); }
.csnt-final-cta__grid, .csnt-ppc-form-section__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.csnt-ppc-form-section { padding-top: 64px; }
.csnt-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 22px 26px; border-radius: 14px; color: #fff; background: var(--csnt-blue-700); }
.csnt-inline-cta .csnt-cta-group { margin-left: auto; }
.csnt-inline-cta .csnt-button { min-height: 44px; min-width: 180px; }

.csnt-lead-form { padding: 26px; border-radius: var(--csnt-radius); color: var(--csnt-ink); background: #fff; box-shadow: var(--csnt-shadow); }
.csnt-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.csnt-lead-form label span { display: block; margin-bottom: 6px; color: var(--csnt-blue-950); font-size: 13px; font-weight: 800; }
.csnt-lead-form input[type="text"], .csnt-lead-form input[type="tel"] { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #cbd8e6; border-radius: 9px; background: #fff; }
.csnt-lead-form input:focus { outline: 3px solid rgba(13,107,220,.16); border-color: var(--csnt-blue-600); }
.csnt-consent { display: block; margin: 16px 0; color: var(--csnt-muted); font-size: 12px; }
.csnt-consent input { margin-right: 6px; }
.csnt-lead-form > .csnt-button { width: 100%; border: 0; cursor: pointer; }
.csnt-form-note { margin: 10px 0 0 !important; color: var(--csnt-muted) !important; font-size: 11px; text-align: center; }
.csnt-honeypot { position: absolute !important; left: -9999px !important; }
.csnt-form-result { margin: 0 0 16px; padding: 12px 14px; border-radius: 9px; font-size: 14px; font-weight: 750; }
.csnt-form-result--success { color: #066737; background: #dcfce7; border: 1px solid #86efac; }
.csnt-form-result--error { color: #9a3412; background: #fff7ed; border: 1px solid #fdba74; }

.csnt-media-frame { overflow: hidden; border-radius: var(--csnt-radius); background: #eaf0f7; box-shadow: var(--csnt-shadow); }
.csnt-media-frame img { width: 100%; min-height: 460px; object-fit: cover; }
.csnt-media-frame figcaption { padding: 12px 16px; color: var(--csnt-muted); background: #fff; font-size: 12px; }
.csnt-evidence-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.csnt-evidence-grid figure { overflow: hidden; border-radius: 14px; border: 1px solid var(--csnt-line); background: #fff; }
.csnt-evidence-grid img { width: 100%; height: 250px; object-fit: cover; }
.csnt-evidence-grid figcaption { padding: 12px 16px; font-weight: 800; }
.csnt-area-cloud { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.csnt-area-cloud span { min-height: 64px; display: grid; place-items: center; padding: 10px; border: 1px solid #d5e3f3; border-radius: 12px; color: var(--csnt-blue-900); background: var(--csnt-soft); font-weight: 850; }
.csnt-center { text-align: center; }

.csnt-faq__list { border-top: 1px solid var(--csnt-line); }
.csnt-faq details { border-bottom: 1px solid var(--csnt-line); }
.csnt-faq summary { position: relative; padding: 20px 46px 20px 2px; color: var(--csnt-blue-950); cursor: pointer; font-size: 17px; font-weight: 850; list-style: none; }
.csnt-faq summary::-webkit-details-marker { display: none; }
.csnt-faq summary::after { content: '+'; position: absolute; right: 10px; top: 16px; font-size: 24px; color: var(--csnt-blue-700); }
.csnt-faq details[open] summary::after { content: '−'; }
.csnt-faq details div { padding: 0 40px 20px 2px; color: var(--csnt-muted); }
.csnt-faq details p { margin: 0; }

.csnt-meta-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin: 0 0 36px; }
.csnt-meta-item { padding: 20px; border: 1px solid var(--csnt-line); border-radius: 12px; background: var(--csnt-soft); }
.csnt-meta-item dt { color: var(--csnt-muted); font-size: 13px; font-weight: 800; }
.csnt-meta-item dd { margin: 5px 0 0; white-space: pre-line; }
.csnt-gallery { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-top: 36px; }
.csnt-gallery img { width: 100%; border-radius: 12px; }
.csnt-record-intro { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.csnt-record-intro article { padding: 22px; border: 1px solid var(--csnt-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(5,35,70,.05); }
.csnt-record-intro strong { display: block; margin-bottom: 7px; color: var(--csnt-blue-950); font-size: 18px; }
.csnt-record-intro span { color: var(--csnt-muted); font-size: 13px; }
.csnt-filter-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.csnt-filter-nav a { padding: 9px 15px; border: 1px solid #cfe0f2; border-radius: 999px; color: var(--csnt-blue-900); background: #fff; font-weight: 800; font-size: 14px; }
.csnt-filter-nav a.is-active, .csnt-filter-nav a:hover { color: #fff; border-color: var(--csnt-blue-700); background: var(--csnt-blue-700); }
.csnt-field-notes-home { border-top: 1px solid #e6edf5; background: linear-gradient(180deg,#fff 0%,#f7faff 100%); }
.csnt-detail-gallery { margin-top: 48px; }
.csnt-gallery figure { margin: 0; }
.csnt-gallery figcaption { padding: 10px 4px 0; color: var(--csnt-muted); font-size: .92rem; line-height: 1.6; }
.csnt-related-links { margin-top: 48px; padding: 26px; border: 1px solid var(--csnt-line); border-radius: 16px; background: var(--csnt-soft); }
.csnt-related-links h2 { margin: 0 0 16px; font-size: 23px; }
.csnt-related-links ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.csnt-related-links a { display: inline-flex; padding: 10px 14px; border-radius: 999px; color: var(--csnt-blue-900); background: #fff; border: 1px solid #cfdeee; font-weight: 800; }
.csnt-boundary-section { background: #fff7e8; }
.csnt-boundary-list { display: grid; gap: 12px; }
.csnt-boundary-list > div { padding: 18px; border: 1px solid #f2c670; border-radius: 13px; background: #fff; }
.csnt-boundary-list strong { color: #8a4e00; }
.csnt-pagination { margin-top: 32px; }
.csnt-pagination .page-numbers { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.csnt-pagination a,
.csnt-pagination span { display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; padding: 7px 12px; border: 1px solid var(--csnt-line); border-radius: 9px; color: var(--csnt-blue-950); background: #fff; font-weight: 800; }
.csnt-pagination .current { color: #fff; border-color: var(--csnt-blue-700); background: var(--csnt-blue-700); }
.csnt-pagination a:hover,
.csnt-pagination a:focus-visible { color: var(--csnt-blue-700); border-color: var(--csnt-blue-700); }
.csnt-solution-card { display: flex; min-height: 100%; flex-direction: column; }
.csnt-solution-card .csnt-text-link { margin-top: auto; }

.csnt-site-footer { padding: 64px 0 28px; color: rgba(255,255,255,.75); background: #061b31; }
.csnt-site-footer a { color: #fff; }
.csnt-site-footer h2 { margin: 0 0 14px; color: #fff; font-size: 18px; }
.csnt-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.csnt-footer-brand strong { color: #fff; font-size: 23px; }
.csnt-footer-brand img { width: 46px; height: 46px; padding: 5px; border-radius: 10px; background: #fff; object-fit: contain; }
.csnt-legal-hero { min-height: 330px; }
.csnt-legal-content { max-width: 920px; }
.csnt-legal-content h2 { margin: 34px 0 10px; color: var(--csnt-navy); font-size: clamp(24px, 2.4vw, 32px); }
.csnt-legal-content h2:first-child { margin-top: 0; }
.csnt-legal-content p { margin: 0; color: var(--csnt-muted); font-size: 17px; line-height: 1.9; }
.csnt-legal-content a { color: var(--csnt-blue); font-weight: 800; }
.csnt-site-footer__grid { display: grid; grid-template-columns: 1.25fr .7fr 1fr; gap: 60px; }
.csnt-site-footer__grid ul { margin: 0; padding: 0; list-style: none; }
.csnt-site-footer__legal { margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.csnt-site-footer__legal { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; }
.csnt-footer-note { max-width: 430px; font-size: 12px; }
.csnt-mobile-cta { display: none; }
.csnt-consent-banner { position: fixed; left: 24px; bottom: 24px; z-index: 120; width: min(520px, calc(100% - 48px)); padding: 18px; border: 1px solid var(--csnt-line); border-radius: 14px; background: #fff; box-shadow: var(--csnt-shadow); }
.csnt-consent-banner[hidden] { display: none; }
.csnt-consent-banner p { margin: 0 0 14px; color: var(--csnt-muted); font-size: 13px; }
.csnt-consent-banner > div { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.csnt-consent-banner button, .csnt-consent-settings { min-height: 38px; padding: 8px 14px; border: 1px solid var(--csnt-line); border-radius: 8px; background: #fff; color: var(--csnt-blue-900); cursor: pointer; font-weight: 750; }
.csnt-consent-banner .csnt-consent-accept { color: #fff; border-color: var(--csnt-blue-700); background: var(--csnt-blue-700); }
.csnt-consent-settings { position: fixed; right: 12px; bottom: 12px; z-index: 80; min-height: 32px; padding: 5px 9px; opacity: .72; font-size: 11px; }
.csnt-detail-hero { margin-bottom: 36px; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(13,107,220,.35); outline-offset: 3px; }

/* Portfolio, processing evidence and product catalogue are intentionally
 * image-led: photographs are commercial proof, not decorative thumbnails. */
.csnt-portfolio-grid { display: grid; gap: 20px; }
.csnt-portfolio-grid--featured { grid-template-columns: repeat(2,minmax(0,1fr)); }
.csnt-portfolio-grid--more { grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 22px; }
.csnt-portfolio-card { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--csnt-line); border-radius: 16px; color: var(--csnt-blue-900); background: #fff; box-shadow: 0 12px 32px rgba(4,37,74,.08); transition: transform .2s ease,box-shadow .2s ease; }
.csnt-portfolio-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(4,37,74,.14); }
.csnt-portfolio-card img { width: 100%; height: 240px; object-fit: cover; background: #e8eef5; }
.csnt-portfolio-card--large img { height: 400px; }
.csnt-portfolio-card span { margin: 16px 18px 5px; color: var(--csnt-blue-700); font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.csnt-portfolio-card strong { margin: 0 18px 16px; font-size: 18px; line-height: 1.35; }
.csnt-portfolio-card--large strong { margin-bottom: 8px; font-size: 24px; }
.csnt-portfolio-card p { margin: 0 18px 12px; color: var(--csnt-muted); }
.csnt-portfolio-card small { margin: auto 18px 18px; color: var(--csnt-blue-700); font-weight: 800; }
.csnt-page-hero--portfolio { background: linear-gradient(135deg,#071e38 0%,#0b4f92 100%); }
.csnt-page-hero--portfolio h1,.csnt-page-hero--portfolio p { color: #fff; }
.csnt-page-hero--portfolio .csnt-eyebrow { color: #8cc8ff; }
.csnt-proof-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.csnt-proof-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--csnt-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(4,37,74,.07); }
.csnt-proof-gallery img { width: 100%; height: 280px; object-fit: cover; }
.csnt-proof-gallery figcaption { padding: 14px 16px; color: var(--csnt-blue-900); font-weight: 800; }
.csnt-archive-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.csnt-archive-gallery details { grid-column: 1 / -1; overflow: hidden; border: 1px solid var(--csnt-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(4,37,74,.07); }
.csnt-archive-gallery summary { cursor: pointer; padding: 18px 22px; color: var(--csnt-blue-950); font-size: 18px; font-weight: 900; background: #f5f9fe; }
.csnt-archive-gallery__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; padding: 10px; }
.csnt-archive-gallery figure { position: relative; overflow: hidden; border-radius: 10px; background: #eaf0f7; }
.csnt-archive-gallery img { width: 100%; height: 250px; object-fit: cover; transition: transform .25s ease; }
.csnt-archive-gallery figure:hover img { transform: scale(1.025); }
.csnt-archive-gallery figcaption { position: absolute; inset: auto 8px 8px; padding: 5px 8px; border-radius: 6px; color: #fff; background: rgba(3,26,51,.78); font-size: 12px; }
.csnt-product-catalog { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.csnt-product-photo-card { overflow: hidden; border: 1px solid var(--csnt-line); border-radius: 15px; background: #fff; box-shadow: 0 10px 28px rgba(4,37,74,.07); }
.csnt-product-photo-card img { width: 100%; height: 230px; object-fit: cover; background: #eef3f8; }
.csnt-product-photo-card > div { padding: 16px; }
.csnt-product-photo-card h3 { margin: 0 0 8px; color: var(--csnt-blue-900); font-size: 19px; }
.csnt-product-photo-card p { min-height: 66px; margin: 0 0 10px; color: var(--csnt-muted); font-size: 14px; }
.csnt-product-photo-card a { color: var(--csnt-blue-700); font-weight: 800; }

.csnt-service-focus { position: relative; overflow: hidden; }
.csnt-service-focus::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .08; background: radial-gradient(circle at 88% 18%, currentColor, transparent 34%); }
.csnt-service-focus--kitchen { color: #7b320f; background: linear-gradient(135deg,#fff8f1 0%,#fff 60%); }
.csnt-service-focus--hvac { color: #074f8d; background: linear-gradient(135deg,#f1f8ff 0%,#fff 60%); }
.csnt-service-focus .csnt-section__header { position: relative; color: var(--csnt-blue-900); }
.csnt-service-focus__grid { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.csnt-service-focus__grid article { min-height: 168px; padding: 24px; border: 1px solid rgba(9,53,96,.12); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 12px 32px rgba(4,37,74,.07); }
.csnt-service-focus__grid strong { display: block; margin-bottom: 10px; color: var(--csnt-blue-900); font-size: 20px; }
.csnt-service-focus__grid p { margin: 0; color: var(--csnt-muted); }
.csnt-business-filter { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; margin-top: 20px; padding: 18px 22px; border-radius: 12px; color: #fff; background: var(--csnt-blue-900); }
.csnt-service-focus--kitchen .csnt-business-filter { background: #8f3d15; }
.csnt-business-filter p { margin: 0; color: rgba(255,255,255,.88); }

@media (max-width: 1180px) {
  .csnt-site-header__inner { min-height: 68px; }
  .csnt-menu-toggle { display: inline-flex; }
  .csnt-primary-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 20px; background: #fff; border-top: 1px solid var(--csnt-line); box-shadow: var(--csnt-shadow); }
  .csnt-primary-nav.is-open { display: block; }
  .csnt-primary-nav ul { display: grid; gap: 12px; }
  .csnt-primary-nav .sub-menu { position: static; display: grid; box-shadow: none; border: 0; padding-left: 16px; }
  .csnt-header-phone { display: none; }
	.page-template-template-ppc .csnt-header-phone { display: block; margin-left: auto; font-size: 13px; }
  .csnt-grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .csnt-service-showcase { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.csnt-scenario-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.csnt-product-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.csnt-product-finder,.csnt-tech-guide-grid,.csnt-case-reading,.csnt-production-journey,.csnt-product-brief { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .csnt-proof-strip__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.csnt-service-focus__grid { grid-template-columns: 1fr 1fr; }
	.csnt-portfolio-grid--more,.csnt-product-catalog { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  body { padding-bottom: 62px; }
  .csnt-shell { width: min(calc(100% - 28px), var(--csnt-shell)); }
  .csnt-brand__name { font-size: 22px; }
	.csnt-brand__logo { width: 40px; height: 40px; flex-basis: 40px; }
  .csnt-brand__tagline { display: none; }
	.csnt-topbar .csnt-shell { justify-content: center; }
	.csnt-topbar .csnt-shell > span:first-child { display: none; }
  .csnt-hero, .csnt-hero--inner, .csnt-hero--ppc { min-height: 520px; background-position: 62% center; }
	.csnt-hero-slider { min-height: 560px; }
	.csnt-hero-slider .csnt-hero { min-height: 560px; background-position: 64% center; }
	.csnt-hero__collage { inset: 0; grid-template-columns: 1fr 1fr; opacity: .78; }
	.csnt-hero__collage span { background-position: 56% center; }
	.csnt-hero--collage::after { background: linear-gradient(180deg,rgba(3,25,53,.56) 0%,rgba(3,25,53,.80) 48%,rgba(3,25,53,.98) 100%); }
	.csnt-hero-slider .csnt-hero h2 { font-size: 38px; }
	.csnt-hero-slider__controls { bottom: 14px; justify-content: center; }
	.csnt-hero-slider__controls > button { width: 38px; height: 38px; }
	.csnt-visual-disclosure { right: 10px; bottom: 10px; font-size: 9px; }
	.csnt-hero--home .csnt-visual-disclosure { bottom: 58px; }
  .csnt-hero__content { padding-block: 72px; }
  .csnt-hero h1 { font-size: 40px; }
  .csnt-hero__summary { font-size: 18px; }
	.csnt-hero__points { gap: 7px; }
	.csnt-hero__points li { font-size: 12px; }
  .csnt-page-hero { padding: 58px 0 48px; }
  .csnt-section { padding: 50px 0; }
	.csnt-section--compact { padding: 44px 0; }
	.csnt-grid--3, .csnt-grid--4, .csnt-split, .csnt-site-footer__grid, .csnt-meta-grid, .csnt-gallery, .csnt-final-cta__grid, .csnt-ppc-form-section__grid, .csnt-evidence-grid, .csnt-case-gallery { grid-template-columns: 1fr; }
	/* 首页分类在手机端采用可横向浏览的大卡片，避免九个业务入口纵向
	 * 堆成数千像素，同时保持标题、图片和触控面积可读。 */
	.csnt-service-showcase,
	.csnt-scenario-grid,
	.csnt-product-strip { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; padding: 2px 2px 14px; }
	.csnt-service-showcase > *,
	.csnt-scenario-grid > *,
	.csnt-product-strip > * { flex: 0 0 82vw; scroll-snap-align: start; }
	.csnt-scenario-grid a { min-height: 148px; }
	.csnt-product-strip article { min-height: 175px; }
	.csnt-product-finder,.csnt-tech-guide-grid,.csnt-case-reading,.csnt-production-journey,.csnt-product-brief { grid-template-columns: 1fr; }
	.csnt-product-finder > section { min-height: 0; padding: 24px; }
	.csnt-product-finder h3 { font-size: 21px; }
	.csnt-tech-guide-grid > a { min-height: 180px; }
	.csnt-case-reading article { min-height: 0; }
	.csnt-case-gallery img { height: 230px; }
	.csnt-production-journey { display: grid; grid-auto-flow: column; grid-auto-columns: min(80vw,310px); grid-template-columns: none; overflow-x: auto; scroll-snap-type: inline mandatory; padding-bottom: 10px; }
	.csnt-production-journey article { scroll-snap-align: start; }
	.csnt-home-evidence-first .csnt-grid--3 { grid-template-columns: 1fr; gap: 14px; }
	.csnt-home-evidence-first .csnt-media-frame img { min-height: 250px; aspect-ratio: 16 / 10; }
	.csnt-proof-strip__grid { grid-template-columns: 1fr 1fr; }
	.csnt-proof-strip__grid > div { min-height: 78px; padding: 13px; border-bottom: 1px solid rgba(255,255,255,.16); }
	.csnt-proof-strip strong { font-size: 14px; }
	.csnt-service-card img { height: 235px; }
	.csnt-service-card p { min-height: 0; }
	.csnt-scope-list { grid-template-columns: 1fr; }
	.csnt-media-frame img { min-height: 330px; }
	.csnt-area-cloud { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.csnt-record-intro { grid-template-columns: 1fr 1fr; }
	.csnt-evidence-grid img { height: 230px; }
	.csnt-evidence-grid { display: grid; grid-auto-flow: column; grid-auto-columns: min(84vw,340px); grid-template-columns: none; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; padding-bottom: 10px; }
	.csnt-evidence-grid figure { scroll-snap-align: start; }
	.csnt-form-grid { grid-template-columns: 1fr; }
	.csnt-inline-cta { display: block; }
	.csnt-inline-cta .csnt-cta-group { margin-top: 14px; }
	.csnt-breadcrumb ol { width: min(calc(100% - 28px), var(--csnt-shell)); overflow-x: auto; white-space: nowrap; }
  .csnt-process { grid-template-columns: 1fr; }
  .csnt-cta-group { display: grid; grid-template-columns: 1fr 1fr; }
  .csnt-cta-group .csnt-button { min-width: 0; padding-inline: 12px; font-size: 15px; }
  .csnt-prose { font-size: 16px; }
  .csnt-mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; display: grid; grid-template-columns: 1fr 1fr; min-height: 62px; box-shadow: 0 -8px 28px rgba(5,35,70,.18); }
  .csnt-mobile-cta a { display: grid; place-items: center; color: #fff; background: var(--csnt-blue-700); font-weight: 850; }
  .csnt-mobile-cta a:last-child { background: var(--csnt-green); }
	.csnt-consent-banner { left: 14px; bottom: 76px; width: calc(100% - 28px); }
	.csnt-consent-settings { right: 8px; bottom: 70px; }
	.csnt-service-focus__grid { grid-template-columns: 1fr; }
	.csnt-business-filter { grid-template-columns: 1fr; gap: 6px; }
	.csnt-portfolio-grid--featured { grid-template-columns: 1fr; }
	.csnt-portfolio-grid--more { display: flex; overflow-x: auto; gap: 14px; scroll-snap-type: x mandatory; padding-bottom: 12px; }
	.csnt-portfolio-grid--more .csnt-portfolio-card { flex: 0 0 78vw; scroll-snap-align: start; }
	.csnt-portfolio-card--large img { height: 300px; }
	.csnt-portfolio-card img { height: 235px; }
	.csnt-proof-gallery { grid-template-columns: 1fr; gap: 14px; }
	.csnt-proof-gallery img { height: 260px; }
	.csnt-media-collage { grid-template-rows: 250px auto; }
	.csnt-archive-gallery__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; padding: 7px; }
	.csnt-archive-gallery img { height: 175px; }
	.csnt-product-catalog { grid-template-columns: 1fr 1fr; gap: 12px; }
	.csnt-product-photo-card img { height: 165px; }
	.csnt-product-photo-card > div { padding: 13px; }
	.csnt-product-photo-card p { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
	.csnt-hero-slider [data-csnt-hero-slide].is-active { animation: none; }
}
