/*
 * WordPress integration layer for the approved V6.7 prototype.
 * This file only bridges dynamic WordPress markup and accessibility states.
 */
html{scroll-behavior:smooth}
body{margin:0;overflow-x:visible}
body.admin-bar .site-header{top:32px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{top:8px;left:8px;z-index:99999;width:auto;height:auto;padding:12px 16px;margin:0;clip:auto;background:#fff;color:var(--brand);border-radius:10px;box-shadow:var(--shadow)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
.btn{border-radius:var(--button-radius,14px)}
[hidden]{display:none!important}
.brand-logo-img{display:block;width:auto;height:52px;max-width:224px;object-fit:contain}
.site-header .brand-logo-img{height:48px;max-width:205px}
.brand-domain{display:block;color:var(--muted);font-size:10px;letter-spacing:.04em;margin-top:3px}
.desktop-menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}
.desktop-menu>li{position:relative}
.desktop-menu>li>a{display:flex;align-items:center;min-height:42px;padding:0 12px;border-radius:12px;color:#24423a;font-weight:700;font-size:14px}
.desktop-menu>li.current-menu-item>a,.desktop-menu>li.current-menu-ancestor>a,.desktop-menu>li>a:hover{background:rgba(16,63,53,.06);color:var(--brand)}
.desktop-menu .sub-menu{position:absolute;left:0;top:calc(100% + 10px);z-index:20;width:270px;padding:10px;margin:0;list-style:none;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s var(--ease)}
.desktop-menu li:hover>.sub-menu,.desktop-menu li:focus-within>.sub-menu,.desktop-menu li.yd-submenu-open>.sub-menu{opacity:1;visibility:visible;transform:none}
.desktop-menu .sub-menu a{display:block;padding:12px 13px;border-radius:12px;font-size:14px;font-weight:700}
.desktop-menu .sub-menu a:hover,.desktop-menu .sub-menu .current-menu-item>a{background:var(--surface-2)}
.mobile-menu[aria-hidden="false"]{display:block}
.mobile-menu ul{list-style:none;margin:0;padding:0}
.mobile-menu .sub-menu{padding-left:14px}
.mobile-menu .sub-menu a{font-size:14px;font-weight:650;color:var(--muted);border:0;padding:9px 10px}
.progress{position:fixed;z-index:2100;left:0;right:0;top:0;height:3px;pointer-events:none}
.progress span{display:block;width:0;height:100%;background:var(--accent)}
body.admin-bar .progress{top:32px}
.page-shell{padding:72px 0}
.ydv2-container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.page-content{width:min(calc(100% - 40px),900px);margin-inline:auto}
.page-content>:first-child{margin-top:0}
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;color:var(--muted);font-size:13px}
.breadcrumb a{color:var(--brand-2)}
.section-label{display:inline-flex;color:var(--brand-2);font-size:13px;font-weight:850;letter-spacing:.04em;margin-bottom:12px}
.ydv2-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:14px;font:inherit;font-weight:800;cursor:pointer}
.ydv2-btn-primary{background:var(--brand);color:#fff}.ydv2-btn-secondary{background:#fff;color:var(--brand);border-color:var(--brand)}
.ydv2-btn-accent{background:var(--accent);color:#3d3000}.ydv2-btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}
.page-hero{padding:72px 0 58px;background:radial-gradient(circle at 82% 18%,rgba(15,118,93,.12),transparent 28%),linear-gradient(180deg,#fbfcfb,#f7f9f7)}
.page-hero-inner{max-width:900px}.page-hero-inner>p{font-size:18px;max-width:780px}
.service-section,.contact-section,.legal-section,.not-found-section{padding:var(--section) 0}
.service-section-soft{background:var(--surface-2)}
.service-info-grid{display:grid;gap:18px}.service-info-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.service-info-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-info-card{padding:26px;border:1px solid var(--line);border-radius:var(--r-md);background:#fff;box-shadow:0 10px 24px rgba(16,63,53,.045)}
.service-info-card .card-index{display:inline-flex;color:var(--brand-2);font-size:12px;font-weight:900}.service-info-card h3{margin:12px 0 8px}
.about-intro-grid,.split-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:start}
.identity-card,.contact-side,.form-card{padding:30px;border:1px solid var(--line);border-radius:var(--r-md);background:#fff;box-shadow:var(--shadow-sm)}
.identity-card>span{display:block;color:var(--muted);font-size:12px}.identity-card>strong{display:block;font-size:20px;margin:8px 0 18px}
.identity-card dl{display:grid;gap:10px;margin:0}.identity-card dl div{display:flex;justify-content:space-between;gap:14px;padding-top:10px;border-top:1px solid var(--line)}.identity-card dt{color:var(--muted)}.identity-card dd{margin:0;font-weight:700}
.about-image{display:block;width:100%;margin-top:24px;border-radius:var(--r-md)}
.contact-layout{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr);gap:24px;align-items:start}.contact-side{position:sticky;top:106px}
.legal-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:52px;align-items:start}.legal-toc{position:sticky;top:106px;display:grid;gap:8px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.legal-toc strong{margin-bottom:8px}.legal-toc a{font-size:13px;color:var(--muted)}.legal-content{max-width:820px}.legal-content section{scroll-margin-top:110px}.legal-content h2{margin-top:0;padding-top:36px;font-size:28px}.legal-content p,.legal-content li{font-size:15px;line-height:1.85}.legal-meta{color:var(--muted);font-size:12px!important}.legal-protected,.legal-note{margin-top:34px;padding:0 24px 24px;border:1px solid rgba(154,105,0,.22);border-radius:20px;background:#fff8dc}
.not-found-section{min-height:70vh;display:grid;align-items:center}.not-found-grid{display:grid;grid-template-columns:1fr .8fr;gap:54px;align-items:center}.not-found-links{display:grid;gap:12px}.not-found-links a{display:block;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.not-found-links strong,.not-found-links span{display:block}.not-found-links span{margin-top:5px;color:var(--muted);font-size:13px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.service-page section,.home-v67 section{content-visibility:auto;contain-intrinsic-size:1px 720px}
.service-page .service-hero,.home-v67 .hero{content-visibility:visible}
.carousel-slide img{display:block}
.carousel-slide:not(.active){pointer-events:none}
.carousel-slide.active{pointer-events:auto}
.carousel-slide .slide-inner{min-height:430px}
.carousel-slide .slide-inner>img{margin:auto}
.hero-dashboard-fallback{padding:24px;min-height:430px;display:grid;align-content:center}
.hero-dashboard-fallback .dashboard{margin:0}
.media-logo-card img{display:block;width:100%;height:54px;object-fit:contain}
.media-logo-placeholder{display:grid;place-items:center;width:100%;height:54px;border-radius:10px;background:var(--surface-2);color:var(--brand);font-weight:850;font-size:13px}
.media-logo-card small{display:block;color:var(--muted);font-size:11px;margin-top:8px}
.media-channel-tabs button[aria-selected="true"]{background:var(--brand);color:#fff;border-color:var(--brand)}
.home-client-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.home-client-grid article,.trust-grid article{height:100%}
.need-option{text-decoration:none;color:inherit}
.need-option:focus-visible{outline-offset:2px}
.route-path{position:relative}
.route-path:before{pointer-events:none}
.article-card .post-category{color:var(--brand-2);font-size:12px;font-weight:800}
.article-card time{color:var(--muted);font-size:12px}
.article-card h3 a{color:inherit}
.service-protected-note,.effect-boundary{padding:20px 22px;border:1px solid rgba(154,105,0,.23);border-radius:18px;background:#fff8dc;color:#594817}
.service-protected-note strong,.effect-boundary strong{display:block;margin-bottom:5px}
.service-protected-note p,.effect-boundary p{margin:0;color:#695928;font-size:14px}
.form-notice{margin:0 0 20px;padding:14px 16px;border-radius:14px;font-size:14px}
.form-notice.success{background:#e9f7ef;color:#165d47;border:1px solid #bfe3d2}
.form-notice.error{background:#fff0ee;color:#873c31;border:1px solid #f2c8c1}
.inquiry-form{display:grid;gap:18px}
.inquiry-form label{display:grid;gap:7px;color:#243e36;font-weight:750;font-size:14px}
.inquiry-form label>span[aria-hidden="true"]{display:inline;color:#b73b2d}
.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid #d7e3dd;border-radius:13px;background:#fbfcfb;color:var(--ink);font:inherit}
.inquiry-form textarea{min-height:150px;resize:vertical}
.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{outline:none;border-color:var(--brand-2);background:#fff;box-shadow:0 0 0 4px rgba(15,118,93,.10)}
.field-error{display:block;color:#a22f23;font-size:12px;font-weight:650}
.privacy-consent{grid-template-columns:22px 1fr!important;align-items:start}
.privacy-consent input{width:20px!important;height:20px;min-height:0;margin-top:2px}
.privacy-consent .field-error{grid-column:2}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{margin:0;color:var(--muted);font-size:12px}
.submit-inquiry[aria-busy="true"]{opacity:.68;cursor:wait}
.copy-status{display:block;min-height:20px;margin-top:8px;color:var(--brand-2);font-size:12px}
.modal{visibility:hidden}
.modal.open{visibility:visible}
.modal-panel{max-height:min(86vh,720px);overflow:auto}
.modal-service-list{display:grid;gap:10px;margin:18px 0}
.modal-service-list label{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid var(--line);border-radius:14px;cursor:pointer}
.modal-service-list label:has(input:checked){border-color:var(--brand-2);background:var(--surface-2)}
.modal-service-list input{width:18px;height:18px}
.modal-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.qr-image{display:block;width:180px;height:180px;object-fit:contain;margin:16px auto;border:1px solid var(--line);border-radius:18px;background:#fff}
.wechat-primary{display:grid;text-align:center}
.media-demo-form{display:grid;gap:0}
.media-demo-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.media-demo-table{width:100%;min-width:780px;border-collapse:collapse}
.media-demo-table th,.media-demo-table td{padding:14px 12px;border-bottom:1px solid #edf1ef;text-align:left;vertical-align:top;font-size:13px}
.media-demo-table th{position:sticky;top:0;background:#f7faf8;color:#385149;font-size:12px}
.media-demo-table td:first-child strong,.media-demo-table td:nth-child(3){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.media-demo-table td strong{display:block;color:var(--ink)}
.media-demo-table td small{display:block;color:var(--muted);margin-top:4px}
.media-demo-table .media-tags{display:flex;flex-wrap:wrap;gap:5px}
.media-demo-table .media-tags span{padding:4px 7px;border-radius:999px;background:var(--surface-2);color:var(--brand-2);font-size:10px}
.media-demo-empty{padding:42px 20px;text-align:center;color:var(--muted)}
.media-demo-summary{font-size:13px;color:var(--muted)}
.media-demo-option{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid #dce5e1;border-radius:999px;background:#fff;color:#41534d;cursor:pointer;font-size:12px}
.media-demo-option.active{background:var(--brand);color:#fff;border-color:var(--brand)}
.media-demo-filter-row select,.media-demo-filter-row>input{width:min(100%,420px);min-height:42px;padding:9px 12px;border:1px solid #dce5e1;border-radius:11px;background:#fff;color:var(--ink)}
.media-demo-searchbar{display:grid;grid-template-columns:1fr auto;gap:10px;padding:18px 24px}
.media-demo-field{position:relative}
.media-demo-field input{width:100%;min-height:46px;padding:11px 14px;border:1px solid #dce5e1;border-radius:13px;background:#fff}
.media-demo-status{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 24px;background:#f8faf8;border-block:1px solid #edf1ef}
.media-demo-active{display:flex;flex-wrap:wrap;gap:6px}
.media-demo-active span{padding:5px 8px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:11px}
.media-demo-pagination{display:flex;align-items:center;gap:8px}
.media-demo-pagination button,.footer-wechat,.contact-method-v66 button.text-link{min-height:44px}
.footer-wechat{display:inline-flex;align-items:center;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}
.media-tab{min-height:44px}
.legal-page .legal{padding-block:70px}
.legal-page .legal ul{padding-left:1.2em}
.legal-page .legal li+li{margin-top:8px}
.site-footer .brand-logo-img{filter:none}
.footer-icp{display:flex;flex-wrap:wrap;gap:10px}
.footer-icp a{color:inherit}
.managed-product-shot,.managed-page-visual{overflow:hidden}
.managed-product-shot-image,.managed-page-visual-image,.managed-phone-image,.visual-shell img{display:block;width:100%;height:auto;object-fit:cover}
.managed-product-shot figcaption,.managed-page-visual figcaption{padding:12px 16px;color:var(--muted);font-size:12px;text-align:center}
.managed-phone{overflow:hidden;padding:8px}
.managed-phone picture,.managed-phone img{width:100%;height:100%}
.managed-phone-image{aspect-ratio:9/16;border-radius:22px;object-fit:cover}

@media(max-width:1080px){
  body.admin-bar .site-header{top:32px}
  .desktop-menu{display:none}
  .home-client-grid{grid-template-columns:repeat(2,1fr)}
  .about-intro-grid,.split-panel,.contact-layout,.legal-layout,.not-found-grid{grid-template-columns:1fr}
  .contact-side,.legal-toc{position:static}
}
@media(max-width:782px){
  body.admin-bar .site-header{top:46px}
  body.admin-bar .progress{top:46px}
}
@media(max-width:760px){
  .site-header .brand-logo-img{height:42px;max-width:172px}
  .brand-domain{display:none}
  .page-shell{padding:50px 0}
  .ydv2-container{width:min(calc(100% - 28px),var(--container))}
  .home-client-grid{grid-template-columns:1fr}
  .service-info-grid-2,.service-info-grid-3{grid-template-columns:1fr}
  .page-hero{padding:50px 0 42px}.page-hero-inner>p{font-size:16px}
  .carousel-slide .slide-inner,.hero-dashboard-fallback{min-height:390px}
  .media-logo-card img,.media-logo-placeholder{height:48px}
  .inquiry-form input,.inquiry-form select,.inquiry-form textarea{font-size:16px}
  .media-demo-searchbar{grid-template-columns:1fr;padding-inline:18px}
  .modal-actions{display:grid}
  .qr-image{width:136px;height:136px}
}
@media(max-width:390px){
  .site-header .brand-logo-img{height:38px;max-width:152px}
  .container{width:min(calc(100% - 28px),var(--container))}
  .carousel-slide .slide-inner,.hero-dashboard-fallback{min-height:360px}
  .modal{padding:12px}
  .modal-panel{padding:19px;border-radius:21px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* Phase 1 P0: restore the approved V6.7 page assembly without changing core data. */
.carousel-platform-default .slide-inner{height:100%;display:grid;place-items:center}
.carousel-platform-default img{width:100%;max-height:430px;object-fit:contain}
.trust-card{color:var(--ink)}
.trust-card h3{color:var(--ink)}
.trust-card p{color:var(--muted)}
.trust-statement .label{color:#fff}
.trust-statement .label::before{box-shadow:0 0 0 6px rgba(242,183,5,.18)}
.knowledge-fallback-grid .article-card{min-height:220px}

.platform-filter-demo{padding-top:52px;background:linear-gradient(180deg,#f3f8f5 0%,#f7f9f7 100%);border-top:1px solid rgba(16,63,53,.06);border-bottom:1px solid rgba(16,63,53,.06)}
.platform-filter-demo .section-head{max-width:860px}
.media-demo-form{display:block}
.media-demo-option{min-height:36px;padding:0 13px;border-radius:10px;font-weight:720}
.media-demo-searchbar{grid-template-columns:minmax(260px,.85fr) minmax(300px,1.15fr) auto;padding:16px 24px}
.media-demo-table{min-width:980px;border-collapse:separate}
.media-demo-table th,.media-demo-table td{padding:13px 14px}
.media-demo-table th{position:static}
.media-demo-count{font-size:13px;color:var(--muted)}
.media-demo-count strong{color:var(--brand);font-size:16px}
.media-demo-pager{display:flex;align-items:center;gap:8px}
.media-demo-pager button,.media-demo-pager select{height:38px;border:1px solid #dce5e1;border-radius:10px;background:#fff;color:#41534d;padding:0 11px;cursor:pointer}
.media-demo-pager button:disabled{opacity:.42;cursor:not-allowed}
.media-demo-pager span{min-width:62px;text-align:center;font-size:12px;color:var(--muted)}
.media-catalog-page .media-demo-reset:disabled{opacity:.42;cursor:not-allowed;background:#fff}
.platform-hero-final .container{grid-template-columns:minmax(0,.86fr) minmax(570px,1.14fr);gap:46px;align-items:center}
.platform-hero-final h1{max-width:620px;font-size:clamp(48px,4.2vw,64px);line-height:1.08;letter-spacing:-.045em}
.platform-hero-final .product-shot{margin:0;padding:11px;border-radius:30px;box-shadow:0 34px 90px rgba(16,63,53,.17);transform:translateX(12px)}
.platform-hero-final .product-shot img{display:block;width:100%;height:auto;border-radius:21px}
.platform-hero-final .product-shot figcaption{padding:2px 8px 3px;font-size:12px}
.platform-range-note{position:relative;margin-top:20px;padding:20px 22px 20px 64px;border:1px solid rgba(255,255,255,.17);border-radius:20px;background:linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.055));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.platform-range-note::before{content:"i";position:absolute;left:22px;top:20px;width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:var(--accent);color:#17352d;font-weight:900;font-family:Georgia,serif}
.platform-range-note strong{display:block;color:#fff;margin:0 0 5px;font-size:16px}
.platform-range-note p{margin:0;color:rgba(255,255,255,.76)!important;font-size:14px;line-height:1.75}
.about-brand-board-image{display:grid;place-items:center;margin:0}
.about-brand-board-image::before,.about-brand-board-image::after{display:none}
.about-brand-board-image img{position:relative;z-index:1;width:100%;height:auto;border-radius:22px}
.about-brand-board-image figcaption{margin-top:12px;color:var(--muted);font-size:12px}

@media(max-width:1080px){
  .platform-hero-final .container{grid-template-columns:1fr}
  .platform-hero-final .product-shot{transform:none;max-width:820px;margin-inline:auto}
}
@media(max-width:900px){
  .media-demo-searchbar{grid-template-columns:1fr}
}
@media(max-width:640px){
  .platform-range-note{padding:18px 18px 18px 58px}
  .platform-range-note::before{left:18px;top:18px}
}

/* Phase 1 second visual refinement: typography scale, vertical rhythm, navigation and footer. */
.site-header .nav-cta,
.mobile-actions .btn-accent{
  background:var(--accent);
  color:#382b00;
  box-shadow:0 12px 28px rgba(242,183,5,.18)
}
.site-header .nav-cta:hover,
.mobile-actions .btn-accent:hover{background:var(--accent-2)}
.site-footer .footer-col h3{
  margin:0 0 14px;
  color:#fff;
  font-size:14px;
  line-height:1.3;
  letter-spacing:0;
  font-weight:700
}
.site-footer .footer-col a,
.site-footer .footer-col span{
  display:block;
  padding:5px 0;
  color:rgba(255,255,255,.62);
  font-size:13px;
  line-height:1.6;
  overflow-wrap:anywhere
}
.site-footer .footer-col a:hover{color:#fff}

.js .media-resource-section .section-head.reveal{
  opacity:1;
  transform:none;
  transition:none
}
.media-resource-section .section-head,
.media-resource-section .section-head h2{overflow:visible}

/* V6.7 digital services: uploaded hero art keeps the prototype visual shell. */
.digital-page .digital-managed-visual .managed-page-visual{margin:0;overflow:hidden}
.digital-page .digital-managed-visual picture{display:block}
.digital-page .digital-managed-visual .managed-page-visual-image{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}
.digital-page .digital-managed-visual figcaption{padding:10px 16px;color:var(--muted);font-size:12px;text-align:center}

/* V6.7 platform: stable search-field layout and approved public weights. */
.media-catalog-page .media-demo-field{
  position:static;
  display:grid;
  grid-template-columns:max-content minmax(0,1fr);
  align-items:center;
  gap:10px
}
.media-catalog-page .media-demo-field label{
  position:static;
  transform:none;
  white-space:nowrap;
  pointer-events:auto
}
.media-catalog-page .media-demo-field input{
  min-width:0;
  padding:0 14px
}
.media-catalog-page .media-demo-weight{
  min-width:30px;
  justify-content:center;
  color:var(--brand);
  font-variant-numeric:tabular-nums
}
.media-catalog-page .media-demo-note a{
  margin-inline:2px;
  color:var(--brand-2);
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:3px
}
@media(min-width:1100px){
  .media-catalog-page .platform-flow-heading,
  .media-catalog-page .platform-scope-heading{
    white-space:nowrap
  }
  .media-catalog-page .platform-flow-heading{
    font-size:clamp(44px,3.5vw,50px)
  }
  .media-catalog-page .platform-scope-heading{
    font-size:clamp(43px,3.45vw,50px)
  }
  .media-catalog-page .platform-flow-heading,
  .media-catalog-page .platform-scope-heading-wrap{
    max-width:1040px
  }
}
@media(max-width:620px){
  .media-catalog-page .media-demo-field{
    grid-template-columns:1fr;
    gap:6px
  }
  .media-catalog-page .media-demo-field input{
    min-height:45px
  }
}

/* 2.1.6 — homepage carousel refinement, scoped to the homepage only. */
.home .hero-v5 .carousel-frame{
  min-height:470px;
  overflow:hidden;
  isolation:isolate;
  border:0;
  border-radius:30px;
  background:transparent;
  box-shadow:none
}
.home .hero-v5 .carousel-slide{
  padding:0;
  overflow:hidden;
  border-radius:inherit
}
.home .hero-v5 .carousel-blur,
.home .hero-v5 .carousel-foreground{
  position:absolute;
  inset:0;
  display:block;
  overflow:hidden
}
.home .hero-v5 .carousel-blur{
  z-index:0;
  opacity:.22;
  pointer-events:none
}
.home .hero-v5 .carousel-blur img{
  width:100%;
  height:100%;
  max-height:none;
  border-radius:0;
  object-fit:cover;
  object-position:center;
  filter:blur(40px) saturate(1.08);
  transform:scale(1.12)
}
.home .hero-v5 .carousel-foreground{
  z-index:1;
  display:grid;
  place-items:center;
  padding:24px
}
.home .hero-v5 .carousel-foreground img{
  width:100%;
  height:100%;
  max-height:none;
  border-radius:20px;
  object-fit:contain;
  object-position:center
}
.home .hero-v5 .carousel-copy{
  position:absolute;
  z-index:3;
  left:28px;
  bottom:72px;
  max-width:min(440px,calc(100% - 56px));
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:18px;
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 34px rgba(16,63,53,.10)
}
@supports(backdrop-filter:blur(10px)){
  .home .hero-v5 .carousel-copy{background:rgba(255,255,255,.78);backdrop-filter:blur(10px)}
}
.home .hero-v5 .carousel-copy h3{margin:0 0 7px;font-size:24px}
.home .hero-v5 .carousel-copy p{margin:0;font-size:14px}
.home .hero-v5 .carousel-copy .text-link{margin-top:10px}
.home .hero-v5 .carousel-controls{z-index:5}
.home main>section[id]{scroll-margin-top:76px}
.home .home-platform-heading,
.home .home-path-heading{
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance
}
@media(min-width:1180px){
  .home .home-platform-heading,
  .home .home-path-heading{white-space:nowrap}
  .home .publish-workflow-section .publish-automation{
    grid-template-columns:minmax(600px,.96fr) minmax(460px,1.04fr)
  }
  .home .publish-workflow-section .home-platform-heading{font-size:clamp(37px,3.05vw,44px)}
  .home .route-v5 .section-head{max-width:960px}
  .home .route-v5 .home-path-heading{font-size:clamp(38px,3.15vw,46px)}
}

/* 2.1.6 — digital service cards share structural baselines without text-specific offsets. */
.digital-page .digital-card{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:330px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:var(--r-md);
  background:var(--surface);
  box-shadow:0 10px 24px rgba(16,63,53,.045)
}
.digital-page .digital-card .icon-badge{flex:0 0 auto}
.digital-page .digital-card__title{
  min-height:2.6em;
  margin:18px 0 10px
}
.digital-page .digital-card__description{
  min-height:5.2em;
  margin:0
}
.digital-page .digital-card .wordmark-list{
  margin-top:auto;
  padding-top:20px
}

/* 2.1.6 — about-page business entry links use one component and one baseline. */
.about-page .direction-card-v5{
  display:flex;
  flex-direction:column;
  height:100%
}
.about-page .direction-card-v5>p{flex:1}
.about-page .about-business-link{
  appearance:none;
  align-self:flex-start;
  min-height:28px;
  margin-top:auto;
  padding:0;
  border:0;
  background:transparent;
  color:var(--brand-2);
  font-family:inherit;
  font-size:16px;
  font-weight:800;
  line-height:1.5;
  cursor:pointer
}
.about-page .about-business-link i{
  display:inline-block;
  margin-left:0;
  font-style:normal
}

@media(max-width:1080px){
  .home .hero-v5 .carousel-frame{min-height:440px}
}
@media(max-width:760px){
  .home .hero-v5 .carousel-frame{min-height:390px;border-radius:24px}
  .home .hero-v5 .carousel-foreground{padding:14px}
  .home .hero-v5 .carousel-foreground img{border-radius:16px}
  .home .hero-v5 .carousel-blur img{filter:blur(32px) saturate(1.06)}
  .home .hero-v5 .carousel-copy{
    left:16px;
    bottom:68px;
    max-width:calc(100% - 32px);
    padding:14px 16px
  }
  .home .hero-v5 .carousel-copy h3{font-size:20px}
  .home .home-platform-heading,
  .home .home-path-heading{
    white-space:normal;
    word-break:normal;
    overflow-wrap:anywhere;
    text-wrap:pretty
  }
  .digital-page .digital-card{min-height:0;padding:24px}
  .digital-page .digital-card__title,
  .digital-page .digital-card__description{min-height:0}
  .digital-page .digital-card .wordmark-list{margin-top:0;padding-top:14px}
}
@media(prefers-reduced-motion:reduce){
  .home .hero-v5 .carousel-slide{transition:none}
}

/* 2.1.8 — desktop homepage hero balance.
 * The carousel gains painted area through a wider grid and smaller internal
 * safe padding; the foreground image remains proportional and uncropped.
 */
@media(min-width:1181px){
  .home .hero-v5{
    padding-bottom:52px
  }
  .home .hero-v5 .hero-grid{
    width:min(calc(100% - 40px),1260px);
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:44px
  }
  .home .hero-v5 .hero-carousel{
    transform:translateY(-8px)
  }
  .home .hero-v5 .carousel-foreground{
    padding:12px
  }
}

/* 2.1.10 — remove the desktop carousel from the mobile/tablet hero flow.
 * The following section already supplies the approved 64–88px transition,
 * so the hero itself must not retain desktop carousel height or bottom space.
 */
@media(max-width:768px){
  .home .hero-v5{
    height:auto;
    min-height:0;
    padding-bottom:0
  }
  .home .hero-v5 .hero-grid{
    height:auto;
    min-height:0;
    gap:0
  }
  .home .hero-v5 .hero-carousel{
    display:none
  }
}

/* Cooperation: keep the instructed phrase intact at every breakpoint. */
.cooperation-page .nowrap-v66{
  white-space:nowrap
}
