:root{
  --cx-ink:#51443e;--cx-muted:#766a64;--cx-bg:#fbf8f5;--cx-soft:#f3ece7;
  --cx-card:#fffdfb;--cx-coffee:#b77d68;--cx-hover:#8d5d4e;
  --cx-line:rgba(151,108,89,.16);--cx-shadow:0 13px 34px rgba(76,52,43,.07);
  --cx-serif:"Noto Serif TC","Songti TC",serif;
  --cx-sans:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;
  --cx-en:"Poppins",var(--cx-sans)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:70px}
body{margin:0;overflow-x:hidden;background:var(--cx-bg);color:var(--cx-ink);font:16px/1.8 var(--cx-sans);letter-spacing:.035em;-webkit-font-smoothing:antialiased}
body,button,input,textarea{font-family:var(--cx-sans)}
h1,h2,h3,p{word-break:keep-all;overflow-wrap:break-word}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.cx-container{width:min(1120px,calc(100% - 48px));margin-inline:auto}
.cx-skip{position:absolute;left:-9999px}.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px)}

/* Header — compact logo, navigation and CTA stay together on the right. */
.cx-header{position:sticky;z-index:50;top:0;border-bottom:1px solid var(--cx-line);background:rgba(251,248,245,.97);backdrop-filter:blur(14px)}
.cx-header-inner{display:flex;min-height:68px;align-items:center;gap:0}
.cx-brand{flex:0 0 auto;margin-right:auto;min-width:0}
.cx-brand-lockup,.cx-wordmark{display:flex;align-items:center;gap:8px;white-space:nowrap}
.cx-brand-lockup b,.cx-wordmark b{font:500 16px/1 var(--cx-serif);white-space:nowrap}
.cx-brand img{width:auto!important;max-width:36px!important;max-height:34px!important}
.cx-wordmark>span{color:var(--cx-coffee);font-size:21px}
.cx-nav{display:flex;align-items:center;justify-content:flex-end;gap:2px;margin-left:auto}
.cx-nav a{padding:7px 10px;border-radius:4px;font-size:13px;font-weight:500;white-space:nowrap;transition:.3s}
.cx-nav a:hover,.cx-nav a:focus{background:#eadbd2;color:var(--cx-hover)}
.cx-header-cta,.cx-btn{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:10px;padding:7px 18px;border:1px solid var(--cx-coffee);border-radius:5px;background:var(--cx-coffee);color:#fff;font-size:13px;font-weight:600;white-space:nowrap;transition:.35s}
.cx-header-cta{margin-left:7px}
.cx-header-cta:hover,.cx-btn:hover{border-color:var(--cx-hover);background:var(--cx-hover);transform:translateY(-2px)}
.cx-btn-light{background:transparent;color:var(--cx-coffee)}
.cx-menu-toggle{display:none}

/* Shared visual language */
.cx-home{background:radial-gradient(circle at 6% 30%,rgba(191,145,124,.07),transparent 18%),radial-gradient(circle at 95% 62%,rgba(191,145,124,.06),transparent 20%),linear-gradient(180deg,#fcfaf8,#f9f4f0 52%,#fbf8f5)}
.cx-section{position:relative;padding:70px 0;border-top:1px solid rgba(151,108,89,.06);background:transparent}
.cx-section:before{position:absolute;z-index:0;right:-75px;top:40px;width:250px;height:120px;content:"";opacity:.2;background:repeating-radial-gradient(ellipse at center,transparent 0 10px,rgba(183,125,104,.22) 11px 12px);transform:rotate(-8deg);pointer-events:none}
.cx-section>.cx-container,.cx-about>.cx-container{position:relative;z-index:1}
.cx-section-head{max-width:660px;margin:0 auto 32px;text-align:center}
.cx-kicker,.cx-section-head .cx-kicker{margin:0 0 5px;color:var(--cx-coffee);font:600 11px/1.4 var(--cx-en);letter-spacing:.2em}
.cx-section-head h2{margin:0;font:600 36px/1.45 var(--cx-serif);letter-spacing:.13em}
.cx-section-head:after{display:block;margin:7px auto;content:"✦";color:var(--cx-coffee);font-size:11px}
.cx-section-head>p:last-child{margin:0;color:var(--cx-muted);font-size:14px}
.cx-center{margin:24px 0 0;text-align:center}

/* Hero */
.cx-hero{position:relative;overflow:hidden;background:linear-gradient(112deg,#faf7f4,#eee3db)}
.cx-hero-shell{display:grid;min-height:500px;grid-template-columns:43% 57%}
.cx-hero-copy{align-self:center;padding:42px 30px 42px 36px}
.cx-hero h1{margin:0;font:600 clamp(37px,4vw,50px)/1.42 var(--cx-serif);letter-spacing:.09em}
.cx-hero-copy>p:not(.cx-kicker){margin:19px 0 0;padding-left:14px;border-left:1px solid var(--cx-coffee);color:var(--cx-muted);font-size:15px;line-height:1.9}
.cx-actions{display:flex;gap:12px;margin-top:23px}
.cx-hero-photo{height:500px;overflow:hidden;background:#eee4dc}
.cx-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.cx-partners{padding:14px 0 20px;overflow:hidden;text-align:center}
.cx-partners>small{color:var(--cx-coffee);font:italic 18px/1.3 var(--cx-serif)}
.cx-partner-marquee{display:flex;width:max-content;margin-top:9px;animation:cx-marquee 32s linear infinite}
.cx-partner-marquee:hover{animation-play-state:paused}
.cx-partner-set{display:flex}
.cx-partner-set span{display:block;min-width:190px;padding:4px 22px;border-right:1px solid var(--cx-line);font:500 15px/1.5 var(--cx-serif);white-space:nowrap}
@keyframes cx-marquee{to{transform:translateX(-50%)}}

/* Services */
.cx-service-grid{display:grid;gap:14px;grid-template-columns:repeat(4,1fr)}
.cx-service-card{min-height:245px;padding:27px 19px;border:1px solid rgba(151,108,89,.09);border-radius:12px;background:rgba(255,253,251,.82);box-shadow:0 8px 24px rgba(76,52,43,.045);text-align:center;transition:.5s}
.cx-service-card:hover{box-shadow:var(--cx-shadow);transform:translateY(-7px)}
.cx-service-card i{display:grid;width:64px;height:64px;margin:auto;place-items:center;border-radius:50%;background:#f3ebe4;color:var(--cx-coffee);font:normal 26px/1 var(--cx-serif)}
.cx-service-card h3{margin:15px 0 10px;font:500 18px/1.5 var(--cx-serif);letter-spacing:.06em}
.cx-service-card b{display:block;width:21px;height:1px;margin:auto;background:var(--cx-coffee)}
.cx-service-card p{margin:13px 0 0;color:var(--cx-muted);font-size:13px;line-height:1.85}
.cx-services-action{display:flex;justify-content:center;margin-top:18px}

/* Portfolio — horizontal scroll, cream until hover. */
.cx-cases{padding-bottom:38px}
.cx-case-track{display:flex;gap:14px;overflow-x:auto;padding:3px 1px 15px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}
.cx-case-track::-webkit-scrollbar{display:none}
.cx-case-slider{position:relative}.cx-case-slider>.cx-slider-prev,.cx-case-slider>.cx-slider-next{position:absolute;z-index:4;top:43%;display:grid;width:34px;height:34px;padding:0;place-items:center;border:1px solid var(--cx-coffee);border-radius:50%;background:rgba(251,248,245,.94);color:var(--cx-coffee);font:300 23px/1 var(--cx-sans);cursor:pointer;transition:.3s}.cx-case-slider>.cx-slider-prev{left:-43px}.cx-case-slider>.cx-slider-next{right:-43px}.cx-case-slider>.cx-slider-prev:hover,.cx-case-slider>.cx-slider-next:hover{background:var(--cx-coffee);color:#fff}
.cx-case-card{flex:0 0 calc((100% - 42px)/4);min-width:0;overflow:hidden;border:1px solid rgba(151,108,89,.1);border-radius:10px;background:var(--cx-card);box-shadow:0 9px 25px rgba(76,52,43,.06);scroll-snap-align:start;transition:.55s}
.cx-case-card:hover{box-shadow:var(--cx-shadow);transform:translateY(-7px)}
.cx-case-image{overflow:hidden;aspect-ratio:4/3;background:#e6dcd5}
.cx-case-image img{width:100%;height:100%;object-fit:cover;filter:sepia(.5) saturate(.25) contrast(.9) brightness(1.08);transition:.65s}
.cx-case-card:hover .cx-case-image img,.cx-case-card:focus .cx-case-image img{filter:none;transform:scale(1.03)}
.cx-case-copy{position:relative;padding:12px 14px 14px}
.cx-case-copy small{color:var(--cx-coffee);font:500 11px var(--cx-en)}
.cx-case-copy h3{overflow:hidden;margin:5px 26px 2px 0;font-size:15px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}
.cx-case-copy p{overflow:hidden;margin:0;color:var(--cx-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.cx-case-copy b{position:absolute;top:14px;right:14px;color:var(--cx-coffee)}

/* Workflow */
.cx-workflow{padding:29px 0;border-top:1px solid var(--cx-line);border-bottom:1px solid var(--cx-line);background:rgba(235,223,214,.58)}
.cx-workflow-row{display:grid;align-items:center;gap:20px;grid-template-columns:145px 1fr}
.cx-workflow-row header{border-right:1px solid var(--cx-line)}
.cx-workflow-row header h2{margin:0;font:500 21px var(--cx-serif)}
.cx-workflow-row header small{color:var(--cx-coffee);font:600 9px var(--cx-en);letter-spacing:.15em}
.cx-workflow-row>div{display:grid;gap:6px;grid-template-columns:repeat(5,1fr)}
.cx-workflow article{text-align:center}.cx-workflow article i{color:var(--cx-coffee);font:normal 23px var(--cx-serif)}
.cx-workflow article h3{margin:3px 0;font-size:12px}.cx-workflow article p{margin:0;color:var(--cx-muted);font-size:10px}

/* Testimonials — three equal cards, automatic carousel, no arrows. */
.cx-testimonials{padding:69px 0 74px}
.cx-slider{position:relative}.cx-slider-track{display:flex;gap:16px;overflow-x:auto;padding:3px 0 11px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.cx-slider-track::-webkit-scrollbar{display:none}
.cx-testimonial{display:flex;height:220px;min-height:220px;max-height:220px;flex:0 0 calc((100% - 32px)/3);flex-direction:column;margin:0;padding:18px 21px;border:1px solid rgba(151,108,89,.08);border-radius:12px;background:var(--cx-card);box-shadow:0 9px 27px rgba(76,52,43,.05);scroll-snap-align:start}
.cx-testimonial>span{height:34px;color:#c78f7b;font:38px/1 var(--cx-serif)}
.cx-testimonial>p,.cx-testimonial>div{display:-webkit-box;height:3.6em;min-height:3.6em;max-height:3.6em;flex:0 0 3.6em;margin:3px 0;overflow:hidden;font-size:14px;line-height:1.8;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.cx-testimonial>div>*{margin-top:0!important;margin-bottom:0!important;line-height:inherit}
.cx-testimonial footer{display:flex;min-height:54px;align-items:center;gap:11px;padding-top:10px;border-top:1px solid var(--cx-line)}
.cx-testimonial footer img,.cx-testimonial footer i{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:50%;background:#efe5dd;object-fit:cover;font-style:normal}
.cx-testimonial footer p{margin:0}.cx-testimonial footer strong,.cx-testimonial footer small{display:block}.cx-testimonial footer strong{font-size:13px}.cx-testimonial footer small{color:var(--cx-muted);font-size:10px}
.cx-testimonial footer img{padding:2px!important;background:var(--cx-card)!important;object-fit:contain!important}
.cx-testimonial.is-expandable{cursor:pointer}.cx-testimonial footer>p{min-width:0;flex:1}.cx-testimonial-read{display:block;margin:0 0 0 auto;padding:0;align-self:flex-end;border:0;background:transparent;color:var(--cx-coffee);font-size:11px;white-space:nowrap;text-align:right;cursor:pointer}
.cx-testimonial-modal{position:fixed;z-index:9999;inset:0;display:none;padding:24px;align-items:center;justify-content:center;background:rgba(51,42,39,.5)}.cx-testimonial-modal.is-open{display:flex}.cx-testimonial-dialog{position:relative;width:min(560px,100%);max-height:min(76vh,680px);padding:30px;border:1px solid var(--cx-line);border-radius:16px;background:var(--cx-card);box-shadow:0 22px 65px rgba(51,42,39,.22);overflow-y:auto}.cx-testimonial-close{position:absolute;top:10px;right:12px;width:34px;height:34px;padding:0;border:0;background:transparent;color:var(--cx-ink);font-size:28px;line-height:1;cursor:pointer}.cx-testimonial-full>span{display:block;color:#c78f7b;font:42px/1 var(--cx-serif)}.cx-testimonial-full-copy{font-size:15px;line-height:1.9}.cx-testimonial-full footer{display:flex;align-items:center;gap:11px;margin-top:20px;padding-top:14px;border-top:1px solid var(--cx-line)}.cx-testimonial-full footer img,.cx-testimonial-full footer i{display:grid;width:46px;height:46px;flex:0 0 46px;padding:2px;place-items:center;border-radius:50%;background:var(--cx-card);object-fit:contain;font-style:normal}.cx-testimonial-full footer p{margin:0}.cx-testimonial-full footer strong,.cx-testimonial-full footer small{display:block}.cx-modal-open{overflow:hidden}
.cx-slider-dots{display:flex;justify-content:center;gap:7px;margin-top:10px}.cx-slider-dots i{width:6px;height:6px;border-radius:50%;background:#dfd5ce}.cx-slider-dots i:first-child,.cx-slider-dots i.is-active{background:var(--cx-coffee)}

/* Blog */
.cx-blog-grid{display:grid;max-width:850px;margin:auto;gap:18px;grid-template-columns:repeat(2,1fr)}
.cx-blog-card{overflow:hidden;border:1px solid rgba(151,108,89,.08);border-radius:10px;background:var(--cx-card);box-shadow:var(--cx-shadow)}
.cx-blog-image{overflow:hidden;aspect-ratio:16/8.5;background:#ded1c8}.cx-blog-image img{width:100%;height:100%;object-fit:cover;transition:.55s}.cx-blog-card:hover img{transform:scale(1.03)}
.cx-blog-card>a>div:last-child,.cx-blog-card>div:last-child{padding:15px 19px 18px}.cx-blog-card small,.cx-blog-card b{color:var(--cx-coffee);font-size:10px}.cx-blog-card h3{margin:6px 0;font:500 18px/1.55 var(--cx-serif)}.cx-blog-card p{margin:0 0 9px;color:var(--cx-muted);font-size:12px;line-height:1.7}

/* About */
.cx-about-top{display:grid;align-items:center;grid-template-columns:58% 42%}
.cx-about-copy{padding:22px 45px 22px 15px}.cx-about-copy .cx-section-head{margin:0 0 10px;text-align:left}.cx-about-copy .cx-section-head:after{margin-left:0}.cx-about-copy>p{margin:0;color:var(--cx-muted);line-height:2}
.cx-about-photo{overflow:hidden;height:330px;border-radius:50% 50% 8px 8px;background:#e9ddd4}.cx-about-photo img{width:100%;height:100%;object-fit:cover}
.cx-about-values{display:grid;margin-top:24px;border-top:1px solid var(--cx-line);border-bottom:1px solid var(--cx-line);grid-template-columns:repeat(4,1fr)}
.cx-about-values article{padding:18px 12px;border-right:1px solid var(--cx-line);text-align:center}.cx-about-values article:last-child{border:0}.cx-about-values i{color:var(--cx-coffee);font-size:20px}.cx-about-values h3{margin:4px 0;font-size:14px}.cx-about-values p{margin:0;color:var(--cx-muted);font-size:10px}
.cx-philosophy{display:none!important}

/* CTA and footer */
.cx-contact{padding:20px 0;border-top:1px solid var(--cx-line);background:transparent}.cx-contact>.cx-container{display:flex;justify-content:flex-end}
.cx-footer{padding:24px 0 14px;border-top:1px solid var(--cx-line);background:#efe5de;color:var(--cx-ink)}
.cx-footer-main{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}.cx-footer-slogan{margin:0;color:#685750;font:500 14px var(--cx-serif);letter-spacing:.08em}
.cx-socials{display:flex;gap:8px}.cx-socials a{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(81,68,62,.2);border-radius:50%;background:rgba(255,255,255,.42);color:#765c51;transition:.3s}.cx-socials a:hover{background:var(--cx-coffee);color:#fff;transform:translateY(-2px)}
.cx-socials svg{display:block;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.cx-socials a[aria-label="facebook"] svg{fill:currentColor;stroke:none}
.cx-footer-bottom{padding-top:12px;border-top:1px solid var(--cx-line);color:#8e7a70;font:10px var(--cx-en);text-align:center}
.cx-reveal{opacity:0;transform:translateY(15px);transition:opacity .75s,transform .75s}.cx-reveal.is-visible{opacity:1;transform:none}

/* Inner case and article pages inherit the same type and palette. */
.cx-case-hero,.cx-article-banner{background-color:var(--cx-soft)}
.cx-case-page h1,.cx-case-page h2,.cx-article-page h1,.cx-article-page h2{font-family:var(--cx-serif)}

@media(max-width:1050px){
  .cx-nav a{padding:6px 7px;font-size:11px}.cx-header-cta{padding-inline:13px}
}
@media(max-width:780px){
  html,body{width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}
  .cx-home,.cx-header,.cx-footer,.cx-hero,.cx-section,.cx-workflow,.cx-contact{width:100%;max-width:100%;overflow-x:hidden}
  .cx-container{max-width:calc(100vw - 28px)}
  .cx-container{width:min(100% - 28px,580px)}.cx-section{padding:56px 0}
  .cx-header-inner{min-height:64px;justify-content:space-between}.cx-header-cta{display:none}
  .cx-brand img{max-width:30px!important;max-height:29px!important}.cx-brand-lockup b,.cx-wordmark b{font-size:14px}
  .cx-menu-toggle{display:flex;width:38px;height:38px;align-items:center;justify-content:center;gap:5px;border:1px solid var(--cx-line);border-radius:50%;background:#fff;flex-direction:column}.cx-menu-toggle>span{width:16px;height:1px;background:var(--cx-ink)}
  .cx-nav{position:absolute;top:64px;right:14px;display:none;width:min(290px,calc(100vw - 28px));padding:18px;border:1px solid var(--cx-line);border-radius:12px;background:#fbf8f5;box-shadow:var(--cx-shadow);flex-direction:column;align-items:stretch}.cx-nav.is-open{display:flex}.cx-nav a{padding:7px;font-size:14px}
  .cx-hero-shell{grid-template-columns:1fr}.cx-hero-copy{padding:52px 8px 32px}.cx-hero h1{font-size:34px}.cx-actions .cx-btn{flex:1;padding-inline:10px}.cx-hero-photo{height:340px}.cx-partners{height:100px}.cx-partner-set span{min-width:155px}
  .cx-section-head{margin-bottom:25px}.cx-section-head h2{font-size:29px}.cx-service-grid{grid-template-columns:1fr}.cx-service-card{min-height:0}.cx-services-action{justify-content:center}
  .cx-case-card{flex-basis:82%}.cx-workflow-row{grid-template-columns:1fr}.cx-workflow-row header{border:0;text-align:center}.cx-workflow-row>div{grid-template-columns:repeat(2,1fr);gap:19px 8px}.cx-workflow article:last-child{grid-column:1/-1}
  .cx-testimonial{height:220px;min-height:220px;max-height:220px;flex-basis:100%}.cx-blog-grid{grid-template-columns:1fr}
  .cx-about-top{grid-template-columns:1fr}.cx-about-copy{order:2;padding:27px 4px 0}.cx-about-photo{order:1;height:330px}.cx-about-values{grid-template-columns:repeat(2,1fr)}.cx-about-values article:nth-child(2){border-right:0}
  .cx-contact>.cx-container{justify-content:center}.cx-footer-main{gap:15px;flex-direction:column}.cx-socials{justify-content:center}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}.cx-reveal{opacity:1;transform:none}}

/* v5.3 compact reference-match corrections */
.cx-container{width:min(980px,calc(100% - 48px))}
.cx-section{padding:56px 0;background-image:url(../images/decor-leaves.svg),url(../images/decor-waves.svg);background-repeat:no-repeat;background-position:left -55px center,right -90px top 42px;background-size:230px auto,310px auto}
.cx-section:before{display:none}.cx-section-head{max-width:620px;margin-bottom:27px}.cx-section-head h2{font-size:32px}
.cx-hero-shell{min-height:410px}.cx-hero-copy{padding:34px 27px 34px 30px}.cx-hero h1{font-size:clamp(32px,3.5vw,42px)}.cx-hero-photo{height:410px}.cx-partner-set span{min-width:170px;padding-inline:20px;font:500 14px/1.5 var(--cx-serif)}
.cx-service-card{min-height:220px;padding:23px 17px}.cx-service-card i{width:58px;height:58px;font-size:0}.cx-service-card i svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.cx-testimonials{padding:56px 0 60px}.cx-slider-track{width:100%;gap:14px}.cx-testimonial{width:calc((100% - 28px)/3);height:188px;min-width:0;min-height:188px;max-height:188px;flex:0 0 calc((100% - 28px)/3);padding:15px 18px;overflow:hidden}.cx-testimonial>span{height:29px;font-size:34px}.cx-testimonial>p,.cx-testimonial>div{font-size:13px;-webkit-line-clamp:3}.cx-testimonial footer{min-height:48px;padding-top:8px}.cx-testimonial footer img,.cx-testimonial footer i{width:38px;height:38px;flex-basis:38px}
.cx-about-photo{position:relative;display:grid;overflow:visible;height:300px;place-items:end center;border-radius:12px;background:radial-gradient(circle at 48% 53%,rgba(194,146,124,.28) 0 23%,rgba(229,207,194,.42) 24% 43%,transparent 44%),linear-gradient(135deg,transparent 20%,rgba(188,137,116,.12) 21% 22%,transparent 23% 55%,rgba(188,137,116,.1) 56% 58%,transparent 59%)}
.cx-about-photo:before,.cx-about-photo:after{position:absolute;content:"";border-radius:50%;background:rgba(183,125,104,.12);filter:blur(2px)}.cx-about-photo:before{left:5%;bottom:9%;width:95px;height:65px;transform:rotate(-18deg)}.cx-about-photo:after{right:1%;top:8%;width:72px;height:105px;transform:rotate(24deg)}.cx-about-photo img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center bottom;border-radius:10px}
.cx-about-values i{display:grid;width:37px;height:37px;margin:auto;place-items:center;border-radius:50%;background:#f3ebe4;color:var(--cx-coffee);font-size:0}.cx-about-values i svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.cx-about-values h3{font-size:13px}
.cx-socials a{width:36px;height:36px;padding:8px;overflow:visible;background:rgba(255,255,255,.55)}.cx-socials svg{width:18px;height:18px;overflow:visible}
@media(max-width:780px){.cx-section{padding:48px 0;background-size:170px auto,220px auto}.cx-hero-copy{padding:44px 8px 29px}.cx-hero h1{font-size:32px}.cx-hero-photo{height:310px}.cx-partners{height:96px}.cx-testimonial{width:100%;height:188px;min-height:188px;max-height:188px;flex-basis:100%}}

/* v5.4 unified type, restrained background and fixed About media bounds */
:root{--cx-serif:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;--cx-sans:"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif}
body,.cx-home,.cx-header,.cx-footer,.cx-home h1,.cx-home h2,.cx-home h3,.cx-home p,.cx-home a,.cx-home button,.cx-wordmark b,.cx-brand-lockup b,.cx-partners>small,.cx-partner-set span{font-family:var(--cx-sans)}
.cx-header,.cx-footer{background:#efe5de}.cx-header{border-bottom-color:rgba(151,108,89,.18)}
.cx-home{background:radial-gradient(circle at 8% 12%,rgba(198,158,140,.09),transparent 21%),radial-gradient(circle at 90% 46%,rgba(198,158,140,.07),transparent 22%),linear-gradient(180deg,#fcfaf8,#faf6f2 55%,#fbf8f5)}
.cx-section{background-image:none}.cx-section:after{position:absolute;z-index:0;right:-80px;top:30px;width:260px;height:120px;content:"";opacity:.12;background:url(../images/decor-waves.svg) center/contain no-repeat;pointer-events:none}.cx-section>.cx-container{position:relative;z-index:1}
.cx-about-photo{height:280px;overflow:hidden;border-radius:12px}.cx-about-photo:before,.cx-about-photo:after{z-index:0}.cx-about-photo img{max-height:280px;border-radius:0;clip-path:none}
.cx-about-values{position:relative;z-index:2;margin-top:18px;background:rgba(251,248,245,.88)}
.cx-socials a{width:34px;height:34px;padding:9px;border-color:rgba(81,68,62,.18);background:#fbf8f5}.cx-socials svg{width:16px;height:16px;stroke-width:1.45}.cx-socials a[aria-label="facebook"] svg{width:14px;height:14px}
@media(max-width:780px){.cx-section:after{width:180px;opacity:.09}.cx-about-photo,.cx-about-photo img{height:260px;max-height:260px}.cx-about-values{margin-top:14px}}

/* v5.5 palette, subtle technology background, adjustable fixed media */
:root{--cx-bg:#f2eee9;--cx-soft:#ece6e2;--cx-card:#faf7f5;--cx-coffee:#b48a93;--cx-hover:#8e9a92;--cx-ink:#514846;--cx-muted:#766e69;--cx-line:rgba(185,173,163,.38);--cx-shadow:0 14px 38px rgba(99,83,77,.08)}
body,.cx-home{background-color:var(--cx-bg);color:var(--cx-ink)}
.cx-home{background-image:radial-gradient(circle at 12% 9%,rgba(216,182,184,.19),transparent 24%),radial-gradient(circle at 91% 48%,rgba(142,154,146,.12),transparent 25%),linear-gradient(180deg,#f8f5f2,#f2eee9 56%,#f7f3f0)}
.cx-section{position:relative;background-color:transparent;background-image:url(../images/tech-network.svg),url(../images/tech-wave.svg);background-repeat:no-repeat;background-position:right -155px top 18px,left -120px bottom 15px;background-size:390px auto,440px auto}
.cx-section:nth-of-type(even){background-position:left -175px top 22px,right -125px bottom 18px}
.cx-section:after{display:none}
.cx-header,.cx-footer{background:#ece6e2;border-color:var(--cx-line)}
.cx-btn,.cx-header-cta{background:#b48a93;color:#fff}.cx-btn:hover,.cx-header-cta:hover{background:#8e9a92;color:#fff}
.cx-btn-light{border-color:#b48a93;background:transparent;color:#8f6972}.cx-btn-light:hover{border-color:#8e9a92;background:#8e9a92;color:#fff}
.cx-hero{background:linear-gradient(112deg,#f8f5f2,#eee7e2)}
.cx-hero-photo{height:410px;overflow:hidden}.cx-hero-photo img{width:100%;height:100%;object-fit:cover}
.cx-about-photo{position:relative;height:280px;overflow:hidden;border-radius:46% 54% 58% 42%/42% 38% 62% 58%;background:#e7dfda;box-shadow:0 18px 45px rgba(90,76,69,.09)}
.cx-about-photo:before,.cx-about-photo:after{display:none}.cx-about-photo img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:var(--cx-about-x,50%) var(--cx-about-y,50%);border-radius:0}
.cx-service-card,.cx-testimonial,.cx-blog-card,.cx-case-card{background:rgba(250,247,245,.93);border-color:rgba(185,173,163,.28)}
.cx-service-card i,.cx-about-values i,.cx-workflow article i{background:#eee6e1;color:#b48a93}
.cx-about-values i,.cx-workflow article i{display:grid;width:40px;height:40px;margin:0 auto 7px;place-items:center;border-radius:50%;font-size:0;line-height:1}
.cx-about-values i svg,.cx-workflow article i svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.cx-workflow{background:rgba(232,224,218,.72)}.cx-workflow article{text-align:center}
.cx-contact>.cx-container{justify-content:center}
.cx-footer-slogan{color:var(--cx-ink)}
.cx-socials{align-items:center}.cx-socials a{width:38px;height:38px;padding:9px;border:0;color:#fff;box-shadow:0 7px 18px rgba(73,61,56,.12)}
.cx-socials a[aria-label="facebook"]{background:#1877f2}.cx-socials a[aria-label="instagram"]{background:radial-gradient(circle at 30% 105%,#fdf497 0 9%,#fd5949 34%,#d6249f 62%,#285aeb 100%)}.cx-socials a[aria-label="threads"]{background:#fff;color:#111}.cx-socials a[aria-label="line"]{background:#06c755}
.cx-socials svg,.cx-socials a[aria-label="facebook"] svg{width:19px;height:19px;overflow:visible;stroke-width:1.8}.cx-socials a[aria-label="facebook"] svg{fill:#fff}.cx-socials a:hover{filter:brightness(.94);transform:translateY(-2px)}
@media(max-width:780px){.cx-section{background-position:right -145px top 12px,left -155px bottom 12px;background-size:280px auto,330px auto}.cx-hero-photo{height:310px}.cx-about-photo,.cx-about-photo img{height:260px;max-height:none}}

/* v5.6 precise visual corrections */
:root{--cx-bg:#f2eee9;--cx-soft:#ede7e3;--cx-card:#faf8f6;--cx-coffee:#b48a93;--cx-hover:#8e9a92;--cx-ink:#504846;--cx-muted:#756e6a;--cx-line:rgba(185,173,163,.42)}
.cx-home{background:#f2eee9;background-image:radial-gradient(circle at 8% 8%,rgba(216,182,184,.14),transparent 23%),radial-gradient(circle at 94% 52%,rgba(142,154,146,.08),transparent 19%)}
.cx-section,.cx-section:nth-of-type(even){background-image:none}
.cx-section:before{display:block;position:absolute;z-index:0;right:-70px;top:35px;width:220px;height:160px;content:"";opacity:.045;background:url(../images/tech-network.svg) center/contain no-repeat;pointer-events:none}
.cx-section:nth-of-type(even):before{right:auto;left:-85px;transform:scaleX(-1)}
.cx-header,.cx-footer{background:#ede7e3}.cx-workflow{background:rgba(185,173,163,.17)}
.cx-about-top{grid-template-columns:minmax(0,1fr) 360px;gap:28px}
.cx-about-photo{justify-self:center;width:320px;height:280px;border-radius:31% 69% 44% 56%/38% 34% 66% 62%;clip-path:none;background:#e9e2dd;box-shadow:0 16px 36px rgba(80,69,64,.08);transform:rotate(-1deg)}
.cx-about-photo img{width:100%;height:100%;object-fit:cover;object-position:var(--cx-about-x,50%) var(--cx-about-y,50%);transform:rotate(1deg) scale(1.025)}
.cx-about-values{background:rgba(250,248,246,.82)}
.cx-about-values i,.cx-workflow article i{box-sizing:border-box;width:42px;height:42px;padding:9px;align-items:center;justify-items:center}
.cx-about-values i svg,.cx-workflow article i svg{width:22px;height:22px;margin:auto}
.cx-case-slider{overflow:hidden;padding:0 44px}
.cx-case-track{box-sizing:border-box;width:100%;padding:3px 1px 15px;overscroll-behavior-x:contain;touch-action:pan-x}
.cx-case-slider>.cx-slider-prev,.cx-case-slider>.cx-slider-next{top:42%;width:32px;height:32px;background:#f2eee9;box-shadow:0 5px 14px rgba(80,69,64,.08)}
.cx-case-slider>.cx-slider-prev{left:4px}.cx-case-slider>.cx-slider-next{right:4px}
.cx-case-image img{filter:sepia(.58) saturate(.28) contrast(.9) brightness(1.08)}
.cx-case-card:hover .cx-case-image img,.cx-case-card:focus-visible .cx-case-image img{filter:none!important;transform:scale(1.03)}
.cx-socials{gap:10px}.cx-socials a{box-sizing:border-box;display:flex;width:38px;height:38px;padding:0;align-items:center;justify-content:center;border-radius:50%}.cx-socials svg,.cx-socials a[aria-label="facebook"] svg{display:block;width:18px;height:18px;margin:auto;transform:none}
.cx-socials a[aria-label="instagram"] svg,.cx-socials a[aria-label="line"] svg{stroke:#fff}.cx-socials a[aria-label="threads"] svg{stroke:#111}.cx-socials a[aria-label="facebook"] svg{fill:#fff}
@media(max-width:780px){.cx-section:before{width:150px;opacity:.035}.cx-about-top{grid-template-columns:1fr}.cx-about-photo{width:min(310px,90vw);height:260px}.cx-case-slider{padding:0 34px}.cx-case-slider>.cx-slider-prev{left:1px}.cx-case-slider>.cx-slider-next{right:1px}}

/* v5.7 reference cleanup */
.cx-home{background:#f2eee9;background-image:radial-gradient(circle at 8% 7%,rgba(216,182,184,.13),transparent 24%),radial-gradient(circle at 94% 58%,rgba(142,154,146,.07),transparent 22%)}
.cx-section:before{display:none}
.cx-header{background:#ede7e3}.cx-footer{background:#e7dfda}.cx-workflow{background:#e9e2dd}
.cx-about-photo{width:320px;height:280px;border-radius:0;background:transparent;box-shadow:none;transform:none;-webkit-mask:url(../images/organic-mask.svg) center/100% 100% no-repeat;mask:url(../images/organic-mask.svg) center/100% 100% no-repeat}
.cx-about-photo img{transform:none}
.cx-about-values i{width:42px;height:42px;padding:7px;background:#e9dfda;color:#b48a93}
.cx-about-values i svg{width:24px;height:24px;stroke-width:1.8}
.cx-about-values article:first-child i svg{width:29px;height:29px;stroke-width:1.7}
.cx-workflow article i{width:42px;height:42px;padding:7px;background:#f3ece8;color:#a97884}
.cx-workflow article i svg{width:25px;height:25px;stroke-width:1.9}
.cx-workflow article h3{color:#504846}
.cx-case-slider{padding:0 36px;background:transparent;box-shadow:none}
.cx-case-track{background:transparent;box-shadow:none}
.cx-case-card,.cx-case-card:hover{box-shadow:none}
.cx-case-slider>.cx-slider-prev,.cx-case-slider>.cx-slider-next{top:44%;width:27px;height:27px;border-color:rgba(180,138,147,.72);background:transparent;box-shadow:none;color:#b48a93;font-size:19px}
.cx-case-slider>.cx-slider-prev{left:2px}.cx-case-slider>.cx-slider-next{right:2px}
.cx-case-slider>.cx-slider-prev:hover,.cx-case-slider>.cx-slider-next:hover{border-color:#8e9a92;background:#8e9a92;color:#fff}
.cx-socials a{width:36px;height:36px;box-shadow:none}.cx-socials svg,.cx-socials a[aria-label="facebook"] svg{width:18px;height:18px}.cx-socials a[aria-label="line"] svg{width:21px;height:21px}
.cx-socials a[aria-label="threads"] svg{fill:none;stroke:#111;stroke-width:1.7}
.cx-socials a[aria-label="line"] svg{fill:none;stroke:#fff;stroke-width:1.45}

/* v5.8 — equal icons, precise slider arrows and user-uploaded social marks */
.cx-about-values article:first-child i svg,
.cx-about-values i svg{display:block;width:24px;height:24px;margin:auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cx-case-slider>.cx-slider-prev,.cx-case-slider>.cx-slider-next{display:flex;align-items:center;justify-content:center;padding:0;line-height:0}
.cx-case-slider>.cx-slider-prev svg,.cx-case-slider>.cx-slider-next svg{display:block;width:15px;height:15px;margin:0;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cx-socials a.has-custom-icon{padding:5px;border:1px solid rgba(81,68,62,.12);background:#fbf8f5;color:inherit}
.cx-socials a.has-custom-icon img{display:block;width:26px;height:26px;margin:auto;object-fit:contain;object-position:var(--cx-social-x,50%) var(--cx-social-y,50%);border-radius:0}
@media(max-width:780px){.cx-about-photo{width:min(320px,90vw);height:260px}.cx-case-slider{padding:0 30px}.cx-case-slider>.cx-slider-prev{left:0}.cx-case-slider>.cx-slider-next{right:0}}

/* =========================================================
   v5.9.0 stability and WordPress content integration fixes
   ========================================================= */
html,body{max-width:100%;overflow-x:clip}
.cx-site,.cx-home,main{max-width:100%;overflow-x:clip}
.cx-menu-toggle{color:var(--cx-ink)!important}
.cx-menu-toggle>span{display:block!important;width:19px!important;height:1.5px!important;flex:0 0 1.5px;opacity:1!important;visibility:visible!important;background:var(--cx-ink)!important;transform-origin:center;transition:transform .25s ease,opacity .2s ease}
.cx-menu-toggle.is-open>span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.cx-menu-toggle.is-open>span:nth-child(2){opacity:0!important}
.cx-menu-toggle.is-open>span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.cx-about-photo img{object-position:var(--cx-about-x,50%) var(--cx-about-y,50%)!important;transform:scale(var(--cx-about-scale,1));transform-origin:var(--cx-about-x,50%) var(--cx-about-y,50%)}
.cx-socials a.has-custom-icon{width:36px;height:36px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible}
.cx-socials a.has-custom-icon img{width:25.6px;height:25.6px;object-fit:contain;object-position:var(--cx-social-x,50%) var(--cx-social-y,50%);border-radius:0;mix-blend-mode:multiply}
.cx-testimonial footer img{display:block!important;width:42px;height:42px;flex:0 0 42px;padding:3px;border-radius:50%;background:#fff;object-fit:contain}
.cx-testimonial>p,.cx-testimonial>div{-webkit-line-clamp:2!important}
.cx-case-slider>.cx-slider-prev,.cx-case-slider>.cx-slider-next{display:grid!important;place-items:center!important;overflow:hidden}
.cx-case-slider>.cx-slider-prev svg,.cx-case-slider>.cx-slider-next svg{position:static!important;width:14px;height:14px;margin:0!important;transform:none!important}

.cx-blog-archive{padding-bottom:72px;background:var(--cx-bg)}
.cx-blog-archive-head{padding:70px 24px 48px;text-align:center;background:linear-gradient(135deg,#f2eee9,#f8f5f1)}
.cx-blog-archive-head h1{margin:5px 0 10px;font-size:clamp(38px,5vw,58px)}
.cx-blog-search{max-width:520px;margin:36px auto 0}.cx-blog-search h2{margin:0 0 10px;font-size:20px}
.search-form{display:flex;gap:8px}.search-form label{flex:1}.search-field{box-sizing:border-box;width:100%;height:42px;padding:8px 12px;border:1px solid var(--cx-line);border-radius:6px;background:var(--cx-card);color:var(--cx-ink)}.search-submit{height:42px;padding:8px 16px;border:1px solid var(--cx-coffee);border-radius:6px;background:var(--cx-coffee);color:#fff;cursor:pointer}
.cx-blog-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;padding:56px 0}
.cx-blog-archive-card{overflow:hidden;border:1px solid var(--cx-line);border-radius:16px;background:var(--cx-card)}
.cx-blog-archive-image{display:block;overflow:hidden;aspect-ratio:16/10;background:#eee8e2}
.cx-blog-archive-image img{width:100%;height:100%;object-fit:contain;object-position:var(--cx-blog-x,50%) var(--cx-blog-y,50%)}
.cx-blog-archive-copy{padding:24px}
.cx-blog-meta span{margin-right:1.5em}
.cx-blog-archive-copy h2{margin:10px 0;font-size:24px;line-height:1.5;overflow-wrap:anywhere}
.cx-blog-archive-copy p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.cx-blog-archive-copy a{color:inherit}

.cx-article-page{background:var(--cx-bg)}
.cx-article-banner{padding:58px 0;background-image:linear-gradient(90deg,rgba(248,245,241,.96),rgba(248,245,241,.68)),var(--cx-blog-banner);background-position:center;background-size:cover}
.cx-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:48px;padding-top:52px;padding-bottom:72px}
.cx-article{min-width:0}.cx-article>h1{margin:18px 0;font-size:clamp(32px,4.2vw,50px);line-height:1.32;overflow-wrap:anywhere}
.cx-article-cover-wrap{overflow:hidden;margin:28px 0;border-radius:16px;aspect-ratio:16/10;background:#eee8e2}
.cx-article-cover{width:100%;height:100%;object-fit:contain;object-position:var(--cx-blog-x,50%) var(--cx-blog-y,50%)}
.cx-article-content{font-size:16px;line-height:1.9;overflow-wrap:anywhere}.cx-article-content>*{max-width:100%}.cx-article-content img{display:block;max-width:100%;height:auto;object-fit:contain}.cx-article-content figure{max-width:100%;margin-right:auto;margin-left:auto}.cx-article-content iframe{max-width:100%}
.cx-article-sidebar{min-width:0}.cx-side-card{margin-bottom:20px;padding:20px;border:1px solid var(--cx-line);border-radius:12px;background:var(--cx-card)}
.cx-side-card img{width:58px;height:58px;object-fit:cover}
.cx-rich-slider figure{flex:0 0 min(720px,82vw);aspect-ratio:2500/1686}.cx-flex-slider figure{flex:0 0 clamp(220px,28vw,330px);aspect-ratio:9/16}
.cx-rich-slider figure img,.cx-flex-slider figure img{width:100%;height:100%;object-fit:contain}
.cx-automation-image img{display:block;max-width:100%;height:auto;margin:auto;object-fit:contain}

.cx-case-section .cx-slider{overflow:hidden}
.cx-case-section .cx-slider-track,.cx-case-section .cx-slider-track figure,.cx-case-section .cx-slider-track img{border:0;background:transparent!important;box-shadow:none!important}
.cx-case-section .rich-menu img{display:block;width:100%;height:auto;object-fit:contain}
.cx-case-section .flex-message figure{height:clamp(430px,50vw,620px)}
.cx-case-section .flex-message img{display:block;width:100%;max-width:100%;height:100%;object-fit:contain}
.cx-case-section .automation-gallery img{display:block;width:100%;height:auto;object-fit:contain}

@media(min-width:1025px){
 .cx-case-section .rich-menu figure,.cx-case-section .automation-gallery figure{flex:0 0 calc((100% - 22px)/2);margin:0;scroll-snap-align:start}
 .cx-case-section .flex-message figure{flex:0 0 clamp(250px,24vw,340px);height:clamp(430px,42vw,560px);margin:0;scroll-snap-align:start}
 .cx-case-section .flex-message img{width:100%;height:100%;object-fit:contain}
}

.cx-case-section .cx-slider-dots{margin-top:12px}
.cx-case-section .cx-slider-dots i{width:7px;height:7px}

@media(max-width:1024px){
 .cx-case-hero .cx-container{box-sizing:border-box;display:flex;width:min(920px,calc(100% - 32px));min-height:380px;padding:24px;flex-direction:column;align-items:flex-start;justify-content:center;margin-inline:auto;border:1px solid rgba(255,255,255,.34);border-radius:18px;background:rgba(248,245,242,.46);box-shadow:0 12px 36px rgba(64,52,48,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
 .cx-case-section .cx-slider-track{box-sizing:border-box;width:100%;padding:0;gap:16px;scroll-padding-inline:0;scroll-snap-type:x mandatory}
 .cx-case-section .rich-menu figure,.cx-case-section .automation-gallery figure{flex:0 0 100%;margin:0;display:flex;align-items:center;justify-content:center;scroll-snap-align:center}
 .cx-case-section .rich-menu img,.cx-case-section .automation-gallery img{display:block;width:auto;max-width:100%;height:auto;margin:auto;object-fit:contain}
 .cx-case-section .automation-gallery figure{height:auto}
}

@media(min-width:601px) and (max-width:1024px){
 .cx-case-section .rich-menu figure{flex:0 0 calc((100% - 16px)/2);margin:0;scroll-snap-align:start}
 .cx-case-section .flex-message figure{flex:0 0 clamp(260px,38vw,360px);height:clamp(430px,58vw,560px);margin:0;display:flex;align-items:center;justify-content:center;scroll-snap-align:start}
 .cx-case-section .flex-message img{display:block;width:100%;max-width:100%;height:100%;margin:auto;object-fit:contain}
 .cx-case-section .automation-gallery figure{flex:0 0 calc((100% - 16px)/2);margin:0;scroll-snap-align:start}
}

@media(max-width:600px){
 .cx-case-section .cx-slider-track{gap:12px}
 .cx-case-section .cx-slider-track figure{flex:0 0 100%;width:100%;max-width:100%;margin:0;display:flex;align-items:center;justify-content:center;scroll-snap-align:center}
 .cx-case-section .flex-message figure{flex:0 0 78%;width:78%;max-width:78%;height:auto;min-height:0;margin:0;display:flex;align-items:center;justify-content:center;scroll-snap-align:start}
 .cx-case-section .flex-message img{display:block;width:auto;max-width:100%;height:auto;max-height:none;margin:auto;object-fit:contain}
}

@media(max-width:780px){
 body{width:100%;overflow-x:hidden}
 .cx-site-header,.cx-header-inner,.cx-home,.cx-section,.cx-container{max-width:100%}
 .cx-nav{max-width:calc(100vw - 28px)}
 .cx-menu-toggle{box-sizing:border-box;position:relative;z-index:2;display:flex!important;width:38px!important;height:38px!important;min-width:38px;padding:0!important;flex:0 0 38px;margin:0 0 0 auto!important;align-self:center;gap:5px!important;border:0;background:transparent;flex-direction:column}
 .cx-menu-toggle>span,.cx-menu-toggle.is-open>span:nth-child(1),.cx-menu-toggle.is-open>span:nth-child(2),.cx-menu-toggle.is-open>span:nth-child(3){width:19px!important;height:1.5px!important;margin:0!important;opacity:1!important;transform:none!important}
 .cx-about-top{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:22px}
 .cx-about-copy{order:2;min-width:0;padding:18px 8px 0}.cx-about-photo{order:1;width:min(320px,88vw)!important;height:260px!important;margin:auto}
 .cx-about-values{grid-template-columns:repeat(2,minmax(0,1fr))}.cx-about-values article{min-width:0}
 .cx-case-slider{width:100%;padding:0 28px}.cx-case-card{flex:0 0 86%}
 .cx-blog-archive-head{padding:44px 22px 32px}.cx-blog-archive-head h1{font-size:38px}
 .cx-blog-archive-grid{grid-template-columns:1fr;gap:22px;padding:34px 16px}.cx-blog-archive-copy{padding:20px}.cx-blog-archive-copy h2{font-size:25px;line-height:1.45}
 .cx-blog-search{margin:28px 16px 0}.cx-search-card .search-form,.cx-blog-search .search-form{width:100%}
 .cx-article-banner{padding:42px 22px}.cx-article-banner h1{font-size:36px}
 .cx-article-layout{display:block;width:100%;padding:34px 20px 56px}.cx-article>h1{font-size:32px;line-height:1.38;word-break:normal;overflow-wrap:anywhere}
 .cx-article-sidebar{margin-top:42px}.cx-breadcrumb{white-space:normal;overflow-wrap:anywhere}
 .cx-article-cover-wrap{aspect-ratio:16/10}.cx-article-content{font-size:16px;line-height:1.85}
 .cx-rich-slider figure{flex-basis:82vw}.cx-flex-slider figure{flex-basis:70vw}
}

@media(max-width:600px){
 body.category .cx-blog-archive-head{display:none}
 body.category .cx-blog-search{margin-top:28px}
 .cx-blog-archive-grid{grid-template-columns:1fr;gap:14px;padding:28px 16px}
 .cx-blog-archive-card{display:block;border-radius:12px}
 .cx-blog-archive-image{display:none}
 .cx-blog-archive-copy{min-width:0;padding:17px 18px}.cx-blog-archive-copy h2{margin:6px 0 10px;font-size:18px;line-height:1.5}
 .cx-blog-archive-copy>p:not(.cx-blog-meta){display:none}.cx-blog-meta{margin:0;font-size:12px}.cx-blog-meta span{display:none}.cx-text-link{font-size:13px}
 .navigation.pagination{margin:4px 16px 30px;text-align:center}.nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.page-numbers{display:grid;min-width:36px;height:36px;padding:0 8px;place-items:center;border:1px solid var(--cx-line);border-radius:6px;background:var(--cx-card);color:var(--cx-ink)}.page-numbers.current{border-color:var(--cx-coffee);background:var(--cx-coffee);color:#fff}
}

/* v5.8.1 — mobile hero stacks cleanly and never clips into About */
@media(max-width:780px){
  html{scroll-padding-top:64px}
  body{padding-top:64px}
  .cx-hero{padding-top:0}
  .cx-header{position:fixed;top:0;right:0;left:0;width:100%;overflow:visible}
  body.admin-bar .cx-header{top:46px}
  .cx-hero-shell{display:grid;min-height:0;grid-template-columns:1fr;gap:0}
  .cx-hero-copy{order:1;width:100%;padding:42px 8px 30px}
  .cx-hero-copy h1{font-size:34px;line-height:1.5;overflow-wrap:normal;word-break:keep-all}
  .cx-hero-copy p{font-size:16px;line-height:1.8}
  .cx-hero-photo{order:2;width:100%;height:auto;aspect-ratio:16/10;overflow:hidden;border-radius:14px}
  .cx-hero-photo img{display:block;width:100%;height:100%;object-fit:cover}
  .cx-partners{position:relative;height:94px;margin-top:18px}
  .cx-partner-marquee{animation:cx-marquee 32s linear infinite!important;will-change:transform}
  .cx-about{clear:both}
  .cx-case-slider{max-width:100%;overflow:hidden}
  .cx-case-track{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain}
  .cx-slider-track{max-width:100%;overscroll-behavior-x:contain}
}
