/* XCM 4.3 Template Design System — loaded only on XCM templates. */
.xcm-template{--xcm-tpl-max:1180px;--xcm-tpl-article:860px;background:#fff;color:var(--xcm-ink)}
.xcm-template a{text-underline-offset:3px}
.xcm-template-shell{width:min(calc(100% - 32px),var(--xcm-tpl-max));margin-inline:auto;padding-block:28px 72px}
.xcm-template-breadcrumbs{margin:0 0 22px;color:var(--xcm-muted);font-size:.9rem}
.xcm-template-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}
.xcm-template-breadcrumbs li{display:flex;align-items:center;gap:7px;margin:0}
.xcm-template-breadcrumbs li:not(:last-child)::after{content:"/";opacity:.45}
.xcm-template-breadcrumbs a{color:var(--xcm-muted);text-decoration:none}
.xcm-template-breadcrumbs a:hover{color:var(--xcm-red)}
.xcm-template-masthead{position:relative;margin-bottom:34px;padding:34px clamp(22px,4vw,48px);border:1px solid var(--xcm-line);border-radius:var(--xcm-radius-lg);background:linear-gradient(135deg,#fff 0%,#f7f8fa 100%);box-shadow:var(--xcm-shadow-sm);overflow:hidden}
.xcm-template-masthead::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--xcm-red)}
.xcm-template-masthead--dark{background:linear-gradient(135deg,var(--xcm-navy),#101b2c);border-color:rgba(255,255,255,.08);color:#fff}
.xcm-template-masthead--dark h1,.xcm-template-masthead--dark p,.xcm-template-masthead--dark .xcm-template-description{color:#fff}
.xcm-template-masthead h1{max-width:920px;margin:8px 0 10px;color:var(--xcm-navy)}
.xcm-template-masthead p,.xcm-template-description{max-width:820px;margin:0;color:var(--xcm-muted);font-size:1.05rem;line-height:1.7}
.xcm-template-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--xcm-red)!important;font-size:.78rem;font-weight:750;text-decoration:none;text-transform:uppercase;letter-spacing:.08em}
.xcm-template-eyebrow::before{content:"";width:22px;height:2px;background:currentColor}
.xcm-template-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:18px;color:var(--xcm-muted);font-size:.9rem}
.xcm-template-featured{width:min(100%,960px);margin:0 auto 32px}
.xcm-template-featured img{display:block;width:100%;height:auto;max-height:600px;object-fit:cover;border-radius:var(--xcm-radius-lg);box-shadow:var(--xcm-shadow-sm)}
.xcm-template-article-wrap{width:min(100%,var(--xcm-tpl-article));margin-inline:auto}
.xcm-template-article{min-width:0}
.xcm-template-article .entry-content{font-size:1.02rem;line-height:1.8;color:var(--xcm-ink)}
.xcm-template-article .entry-content>p:first-child{font-size:1.08rem}
.xcm-template-article .entry-content img{height:auto}
.xcm-template-tags{margin-top:28px;padding-top:18px;border-top:1px solid var(--xcm-line);color:var(--xcm-muted);font-size:.92rem}
.xcm-template-tags strong{color:var(--xcm-navy)}
.xcm-template-tags a{color:var(--xcm-red)}
.xcm-template-share{margin-top:24px;text-align:center}
.xcm-template-comments{width:min(100%,var(--xcm-tpl-article));margin:42px auto 0}
.xcm-template-post-footer{width:min(100%,var(--xcm-tpl-article));margin:42px auto 0;padding-top:28px;border-top:1px solid var(--xcm-line)}
.xcm-template-author-mini{display:grid;grid-template-columns:72px minmax(0,1fr);gap:16px;align-items:start;padding:20px;border:1px solid var(--xcm-line);border-radius:var(--xcm-radius);background:var(--xcm-soft)}
.xcm-template-author-mini img{border-radius:50%}
.xcm-template-author-mini strong{display:block;margin:4px 0;color:var(--xcm-navy)}
.xcm-template-author-mini p{margin:6px 0 0;color:var(--xcm-muted)}
.xcm-template-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}
.xcm-template-post-nav>div:last-child{text-align:right}
.xcm-template-post-nav a{display:block;padding:14px 16px;border:1px solid var(--xcm-line);border-radius:var(--xcm-radius);color:var(--xcm-navy);font-weight:700;text-decoration:none;background:#fff}
.xcm-template-post-nav a:hover{border-color:var(--xcm-red);color:var(--xcm-red)}
.xcm-template-grid{display:grid;gap:22px}
.xcm-template-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.xcm-template-card{display:flex;min-width:0;flex-direction:column;margin:0;border:1px solid var(--xcm-line);border-radius:var(--xcm-radius-lg);background:#fff;box-shadow:var(--xcm-shadow-sm);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.xcm-template-card:hover{transform:translateY(-3px);border-color:rgba(177,18,38,.25);box-shadow:0 16px 36px rgba(7,17,31,.10)}
.xcm-template-card__media{display:block;aspect-ratio:16/10;background:var(--xcm-soft);overflow:hidden;contain:paint}
.xcm-template-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.xcm-template-card:hover .xcm-template-card__media img{transform:scale(1.025)}
.xcm-template-card__body{display:flex;flex:1;flex-direction:column;padding:20px}
.xcm-template-card__meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px;color:var(--xcm-muted);font-size:.78rem}
.xcm-template-card__meta span:first-child{color:var(--xcm-red);font-weight:750;text-transform:uppercase;letter-spacing:.04em}
.xcm-template-card__title{margin:0 0 10px;color:var(--xcm-navy)}
.xcm-template-card__title a{color:inherit;text-decoration:none}
.xcm-template-card__body p{margin:0 0 16px;color:var(--xcm-muted);line-height:1.65}
.xcm-template-card__link{margin-top:auto;color:var(--xcm-red)!important;font-weight:750;text-decoration:none}
.xcm-template-pagination{margin:36px 0 0}
.xcm-template-pagination ul{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}
.xcm-template-pagination li{margin:0}
.xcm-template-pagination .page-numbers{display:grid;min-width:42px;height:42px;place-items:center;padding-inline:12px;border:1px solid var(--xcm-line);border-radius:10px;color:var(--xcm-navy);text-decoration:none;background:#fff}
.xcm-template-pagination .current{border-color:var(--xcm-navy);background:var(--xcm-navy);color:#fff}
.xcm-template-pagination a:hover{border-color:var(--xcm-red);color:var(--xcm-red)}
.xcm-template-empty{padding:36px;border:1px dashed var(--xcm-line);border-radius:var(--xcm-radius-lg);text-align:center;background:var(--xcm-soft)}
.xcm-template-empty h2{margin-top:0;color:var(--xcm-navy)}
.xcm-template-searchform{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;max-width:720px;margin-top:22px}
.xcm-template-searchform input{width:100%;height:48px;margin:0;border:1px solid var(--xcm-line);border-radius:10px;background:#fff}
.xcm-template-searchform button{height:48px;margin:0;padding:0 22px;border:0;border-radius:10px;background:var(--xcm-red);color:#fff;font-weight:750;cursor:pointer}
.xcm-template-termnav{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 26px;padding:14px;border:1px solid var(--xcm-line);border-radius:var(--xcm-radius);background:var(--xcm-soft)}
.xcm-template-termnav a{padding:8px 12px;border-radius:999px;color:var(--xcm-navy);font-size:.9rem;font-weight:700;text-decoration:none;background:#fff}
.xcm-template-termnav a[aria-current=page],.xcm-template-termnav a:hover{background:var(--xcm-red);color:#fff}
.xcm-template-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center;margin-top:52px;padding:32px clamp(22px,4vw,42px);border-radius:var(--xcm-radius-lg);background:linear-gradient(135deg,var(--xcm-navy),#111d30);color:#fff;box-shadow:0 22px 55px rgba(7,17,31,.16)}
.xcm-template-cta h2{margin:6px 0 8px;color:#fff}
.xcm-template-cta p{max-width:760px;margin:0;color:rgba(255,255,255,.78)}
.xcm-template-cta__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
.xcm-template-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 18px;border:1px solid rgba(255,255,255,.35);border-radius:10px;color:#fff!important;font-weight:750;text-decoration:none!important}
.xcm-template-button--primary{border-color:var(--xcm-red);background:var(--xcm-red)}
.xcm-template-service-intro{width:min(100%,920px);margin:0 auto 42px}
.xcm-template-section{margin-top:46px}
.xcm-template-section__head{max-width:780px;margin-bottom:22px}
.xcm-template-section__head h2{margin:7px 0 0;color:var(--xcm-navy)}
.xcm-template-process{margin-top:50px;padding:30px;border:1px solid var(--xcm-line);border-radius:var(--xcm-radius-lg);background:var(--xcm-soft)}
.xcm-template-process ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;counter-reset:xcm-process}
.xcm-template-process li{counter-increment:xcm-process;display:flex;min-width:0;flex-direction:column;gap:6px;padding:18px;border:1px solid var(--xcm-line);border-radius:var(--xcm-radius);background:#fff}
.xcm-template-process li::before{content:counter(xcm-process,decimal-leading-zero);color:var(--xcm-red);font-weight:750}
.xcm-template-process strong{color:var(--xcm-navy)}
.xcm-template-process span{color:var(--xcm-muted);line-height:1.55}
.xcm-template-404box{display:grid;grid-template-columns:minmax(180px,.45fr) minmax(0,1fr);gap:36px;align-items:center;padding:48px clamp(24px,5vw,58px);border:1px solid var(--xcm-line);border-radius:var(--xcm-radius-lg);background:linear-gradient(135deg,#fff,#f6f7f9);box-shadow:var(--xcm-shadow-sm)}
.xcm-template-code{color:rgba(7,17,31,.12);font-size:clamp(5rem,13vw,9rem);font-weight:750;line-height:.85;letter-spacing:-.06em}
.xcm-template-404box h1{margin:8px 0 12px;color:var(--xcm-navy)}
.xcm-template-404box p{color:var(--xcm-muted);line-height:1.7}
.xcm-template-404-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.xcm-template-404-actions .xcm-template-button:not(.xcm-template-button--primary){border-color:var(--xcm-line);color:var(--xcm-navy)!important;background:#fff}
@media (max-width:960px){.xcm-template-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.xcm-template-process ol{grid-template-columns:repeat(2,minmax(0,1fr))}.xcm-template-cta{grid-template-columns:1fr}.xcm-template-cta__actions{justify-content:flex-start}}
@media (max-width:640px){.xcm-template-shell{width:min(calc(100% - 24px),var(--xcm-tpl-max));padding-block:20px 48px}.xcm-template-masthead{padding:26px 20px}.xcm-template-grid--3{grid-template-columns:1fr}.xcm-template-post-nav{grid-template-columns:1fr}.xcm-template-post-nav>div:last-child{text-align:left}.xcm-template-searchform{grid-template-columns:1fr}.xcm-template-searchform button{width:100%}.xcm-template-process{padding:20px}.xcm-template-process ol{grid-template-columns:1fr}.xcm-template-404box{grid-template-columns:1fr;gap:18px;padding:32px 22px}.xcm-template-code{font-size:5.4rem}.xcm-template-cta{padding:26px 20px}.xcm-template-author-mini{grid-template-columns:56px minmax(0,1fr)}.xcm-template-author-mini img{width:56px;height:56px}}
@media (prefers-reduced-motion:reduce){.xcm-template-card,.xcm-template-card__media img{transition:none}.xcm-template-card:hover{transform:none}.xcm-template-card:hover .xcm-template-card__media img{transform:none}}

@media (hover:none),(pointer:coarse){.xcm-template-card,.xcm-template-card__media img{transition:none}.xcm-template-card:hover{transform:none;box-shadow:var(--xcm-shadow-sm)}.xcm-template-card:hover .xcm-template-card__media img{transform:none}}
