:root{
  --cm-brown:#4B1E24;
  --cm-brown-2:#6b3038;
  --cm-cream:#F8F1E7;
  --cm-gold:#C9A24D;
  --cm-ink:#2B2B2B;
  --cm-muted:#6d625c;
  --cm-white:#fff;
  --cm-border:#eadfcc;
}
body{color:var(--cm-ink);background:#fffaf3;}
html,body,button,input,select,textarea,
.site-header,.site-title,.main-navigation,
.cm-home-2026,.cm-home-2026 h1,.cm-home-2026 h2,.cm-home-2026 h3,.cm-home-2026 p,.cm-home-2026 a{
  font-family:"Be Vietnam Pro",Arial,sans-serif!important;
}

a{color:var(--cm-brown);} a:hover{color:var(--cm-gold);} 
.site-header{box-shadow:0 4px 22px rgba(75,30,36,.08);} 
.site-branding .site-title{font-weight:800;letter-spacing:.01em;}
.cm-home-2026{font-size:17px;line-height:1.7;background:#fffaf3;margin-top:-1px;}
.cm-section{padding:72px 22px;}
.cm-container{max-width:1160px;margin:0 auto;}
.cm-eyebrow{color:var(--cm-gold);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:13px;margin:0 0 10px;}
.cm-title{font-size:clamp(32px,4vw,54px);line-height:1.12;color:var(--cm-brown);margin:0 0 18px;font-weight:800;}
.cm-subtitle{font-size:clamp(17px,2vw,22px);color:var(--cm-muted);max-width:780px;margin:0 auto 28px;}
.cm-hero{position:relative;min-height:680px;display:flex;align-items:center;overflow:hidden;background:var(--cm-brown);color:#fff;}
.cm-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(42,14,18,.88),rgba(75,30,36,.58) 48%,rgba(75,30,36,.2));z-index:1;}
 .cm-hero-slides{position:absolute;inset:0;overflow:hidden;}
.cm-hero-slides img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.03);filter:saturate(.96) contrast(1.04);transition:opacity 1.05s ease,transform 5.2s ease;}
.cm-hero-slides img.is-active{opacity:1;transform:scale(1.09);}
.cm-hero-dots{position:absolute;z-index:3;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:10px;}
.cm-hero-dots span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.45);box-shadow:0 0 0 1px rgba(0,0,0,.12);transition:.25s ease;}
.cm-hero-dots span.is-active{width:28px;border-radius:999px;background:var(--cm-gold);}
.cm-hero > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(1.04);}
.cm-hero .cm-container{position:relative;z-index:2;width:100%;}
.cm-hero-card{max-width:720px;padding:42px;border-left:5px solid var(--cm-gold);background:rgba(20,12,12,.28);backdrop-filter:blur(2px);border-radius:0 22px 22px 0;}
.cm-hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;color:#fff;margin:0 0 18px;font-weight:800;}
.cm-hero p{font-size:clamp(19px,2.2vw,27px);margin:0 0 30px;color:#f8ead7;}
.cm-actions{display:flex;gap:14px;flex-wrap:wrap;}
.cm-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;text-decoration:none;font-weight:800;transition:.2s ease;border:2px solid transparent;}
.cm-btn-primary{background:var(--cm-gold);color:#211!important;}.cm-btn-primary:hover{background:#e1bd68;transform:translateY(-1px);} 
.cm-btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.55);color:#fff!important;}.cm-btn-secondary:hover{background:#fff;color:var(--cm-brown)!important;}
.cm-center{text-align:center;}
.cm-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px;}
.cm-card{background:#fff;border:1px solid var(--cm-border);border-radius:24px;padding:30px;box-shadow:0 18px 55px rgba(75,30,36,.08);min-height:230px;display:flex;flex-direction:column;}
.cm-cards .cm-card-image{width:100%;aspect-ratio:16/8;overflow:hidden;border-radius:14px;background:var(--cm-cream);margin:0 0 20px;}
.cm-cards .cm-card-image-img{display:block;width:100%;height:100%;object-fit:cover;}
.cm-card-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--cm-cream);color:var(--cm-brown);font-size:25px;margin-bottom:18px;}
.cm-card h3{font-size:24px;color:var(--cm-brown);margin:0 0 10px;}.cm-card p{color:var(--cm-muted);margin:0 0 20px;}.cm-card a{font-weight:800;margin-top:auto;text-decoration:none;}
.cm-band{background:var(--cm-cream);}
.cm-split{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;}
.cm-split-media img{width:100%;border-radius:28px;box-shadow:0 24px 70px rgba(75,30,36,.18);}
.cm-posts{display:grid;gap:24px;}.cm-posts-grid{grid-template-columns:repeat(3,1fr);}.cm-posts-feature{grid-template-columns:1.25fr 1fr 1fr;}
.cm-post-card{background:#fff;border:1px solid var(--cm-border);border-radius:22px;overflow:hidden;box-shadow:0 16px 48px rgba(75,30,36,.08);}
.cm-post-thumb{display:block;aspect-ratio:16/10;background:var(--cm-cream);overflow:hidden;}.cm-post-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s ease;}.cm-post-card:hover img{transform:scale(1.035);}
.cm-card-placeholder{height:100%;min-height:180px;background:linear-gradient(135deg,var(--cm-cream),#efe1cc);} 
.cm-post-body{padding:20px;}.cm-post-body time{font-size:13px;color:var(--cm-gold);font-weight:800;}.cm-post-body h3{font-size:20px;line-height:1.3;margin:8px 0 10px;color:var(--cm-brown);}.cm-post-body h3 a{text-decoration:none;}.cm-post-body p{margin:0;color:var(--cm-muted);font-size:15px;}
.cm-news-carousel{position:relative;margin-top:10px;padding:0 0 38px;}
.cm-news-viewport{overflow:hidden;border-radius:24px;}
.cm-news-carousel .cm-posts{display:flex!important;grid-template-columns:none!important;gap:24px;transition:transform .35s ease;will-change:transform;}
.cm-news-carousel .cm-post-card{flex:0 0 calc((100% - 48px)/3);min-width:0;}
.cm-news-nav{position:absolute;top:42%;z-index:4;width:46px;height:46px;border:0;border-radius:10px;background:rgba(45,38,34,.84);color:#fff;font-size:38px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 30px rgba(43,31,26,.22);transition:.2s ease;}
.cm-news-nav:hover{background:var(--cm-brown);transform:translateY(-50%) scale(1.03);}
.cm-news-nav:disabled{opacity:.32;cursor:default;pointer-events:none;}
.cm-news-prev{left:-18px;transform:translateY(-50%);}
.cm-news-next{right:-18px;transform:translateY(-50%);}
.cm-news-dots{position:absolute;left:50%;bottom:2px;transform:translateX(-50%);display:flex;gap:9px;align-items:center;justify-content:center;}
.cm-news-dot{width:9px;height:9px;border:0;border-radius:999px;background:rgba(75,30,36,.24);padding:0;cursor:pointer;transition:.2s ease;}
.cm-news-dot.is-active{width:24px;background:var(--cm-gold);}
.cm-news-carousel.is-static{padding-bottom:0;}
.cm-news-carousel.is-static .cm-news-nav,.cm-news-carousel.is-static .cm-news-dots{display:none;}
@media (max-width:900px){.cm-news-carousel .cm-post-card{flex-basis:calc((100% - 24px)/2);}.cm-news-prev{left:8px}.cm-news-next{right:8px}}
@media (max-width:620px){.cm-news-carousel{padding-bottom:34px}.cm-news-carousel .cm-post-card{flex-basis:100%;}.cm-news-nav{width:40px;height:40px;font-size:32px;top:38%;}.cm-news-prev{left:8px}.cm-news-next{right:8px}}
.cm-cta{background:linear-gradient(135deg,var(--cm-brown),#271015);color:#fff;text-align:center;}.cm-cta .cm-title,.cm-cta h2{color:#fff;}.cm-cta p{color:#f2ddbd;}
.cm-footer-note{background:#2a1216;color:#f7ead8;text-align:center;padding:22px;font-size:14px;}
@media (max-width:900px){.cm-hero{min-height:600px}.cm-hero-card{margin:20px;padding:30px}.cm-cards,.cm-posts-grid,.cm-posts-feature,.cm-split{grid-template-columns:1fr}.cm-section{padding:54px 18px}}
@media (max-width:520px){.cm-hero h1{font-size:40px}.cm-hero p{font-size:18px}.cm-btn{width:100%}.cm-card{padding:24px}.cm-post-body h3{font-size:18px}}
.cm-split .cm-posts-grid{grid-template-columns:1fr; margin-top:22px;}
.cm-split .cm-post-thumb{aspect-ratio:16/9;}
body.page-id-12710 .entry-hero-container-inner{display:none;}
body.page-id-12710 .content-area{margin-top:0;margin-bottom:0;}
body.page-id-12710 .content-container.site-container{max-width:none;padding:0;}
body.page-id-12710 .entry.single-entry{box-shadow:none;background:transparent;}
body.page-id-12710 .entry-content-wrap{padding:0;}
@media (max-width:520px){
  .site-branding .custom-logo{max-width:112px;height:auto;}
  .site-branding .site-title{font-size:24px;line-height:1.08;}
  .site-main-header-wrap .site-header-row-container-inner{padding-top:8px;padding-bottom:8px;}
}

.cm-daily-section{background:linear-gradient(180deg,#f8f1e7,#fffaf3);}
.cm-daily-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px;}
.cm-daily-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;}
.cm-daily-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start;}
.cm-daily-card{background:#fff;border:1px solid var(--cm-border);border-radius:28px;padding:30px;box-shadow:0 18px 55px rgba(75,30,36,.08);position:relative;overflow:hidden;}
.cm-daily-card:before{content:"";position:absolute;left:0;right:0;top:0;height:6px;background:linear-gradient(90deg,var(--cm-brown),var(--cm-gold));}
.cm-daily-kicker{display:inline-flex;margin-bottom:20px;color:var(--cm-brown);font-size:24px;font-weight:800;line-height:1.12;}
.cm-daily-list{display:grid;gap:0;}
.cm-daily-item{padding:17px 0;border-top:1px solid rgba(75,30,36,.13);}
.cm-daily-item:first-child{border-top:0;padding-top:0;}
.cm-daily-date{font-size:14px;font-weight:800;color:var(--cm-gold);letter-spacing:.02em;margin-bottom:5px;}
.cm-daily-item h3{font-size:clamp(19px,2vw,26px);line-height:1.22;margin:0;color:#3a3432;font-weight:800;}
.cm-daily-item h3 a{text-decoration:none;color:inherit;}
.cm-daily-item h3 a:hover{color:var(--cm-brown);}
.cm-empty{color:var(--cm-muted);margin:0;}
@media (max-width:900px){.cm-daily-head{align-items:flex-start;flex-direction:column}.cm-daily-actions{justify-content:flex-start}.cm-daily-grid{grid-template-columns:1fr}.cm-daily-card{padding:24px}}
@media (max-width:520px){.cm-daily-actions,.cm-daily-actions .cm-btn{width:100%}.cm-daily-kicker{font-size:22px}.cm-daily-item h3{font-size:20px}}
/* Compact daily calendar cards */
.cm-daily-section .cm-title{font-size:clamp(34px,4.2vw,58px);}
.cm-daily-head{align-items:center;margin-bottom:22px;}
.cm-daily-head .cm-subtitle{font-size:clamp(16px,1.35vw,20px);max-width:720px;margin-bottom:0;}
.cm-daily-grid{gap:22px;}
.cm-daily-card{border-radius:22px;padding:24px 28px 18px;box-shadow:0 14px 38px rgba(75,30,36,.07);}
.cm-daily-kicker{font-size:clamp(22px,1.8vw,30px);margin-bottom:12px;}
.cm-daily-item{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:start;padding:13px 0;}
.cm-daily-date{font-size:13px;line-height:1.35;margin:2px 0 0;color:#b9984c;}
.cm-daily-item h3{font-size:clamp(18px,1.45vw,24px);line-height:1.24;font-weight:800;letter-spacing:-.01em;}
.cm-daily-item:nth-child(n+5){display:none;}
.cm-daily-actions .cm-btn{padding:11px 18px;font-size:15px;}
@media (max-width:1100px){.cm-daily-item{grid-template-columns:1fr;gap:5px}.cm-daily-date{font-size:13px}.cm-daily-item h3{font-size:20px}}
@media (max-width:900px){.cm-daily-head{align-items:flex-start}.cm-daily-card{padding:22px}.cm-daily-item:nth-child(n+5){display:grid}}
@media (max-width:520px){.cm-daily-section .cm-title{font-size:34px}.cm-daily-card{border-radius:18px}.cm-daily-item{padding:11px 0}.cm-daily-item h3{font-size:18px}.cm-daily-kicker{font-size:22px}}
/* Stronger header branding */
.site-header{background:rgba(255,250,243,.96);border-bottom:3px solid rgba(75,30,36,.12);box-shadow:0 10px 32px rgba(75,30,36,.10);}
.site-main-header-inner-wrap{min-height:92px!important;}
.site-branding{display:flex!important;align-items:center!important;gap:18px!important;}
.site-branding .custom-logo{max-width:80px!important;width:80px!important;height:80px!important;object-fit:contain!important;border-radius:50%;filter:drop-shadow(0 8px 18px rgba(75,30,36,.16));}
.site-branding .site-title{font-size:clamp(27px,2.5vw,42px)!important;line-height:1.05!important;font-weight:800!important;letter-spacing:-.025em!important;margin:0!important;}
.site-branding .site-title a{color:var(--cm-brown)!important;text-decoration:none!important;text-shadow:0 1px 0 rgba(255,255,255,.75);}
.site-branding .site-title a:hover{color:var(--cm-brown-2)!important;}
.site-branding .site-description{font-size:15px!important;color:#806e5f!important;font-weight:750!important;margin-top:6px!important;letter-spacing:.015em!important;}
.site-header-item.site-header-focus-item{align-items:center;}
.site-header .header-html,.site-header .header-html-inner,.site-header .header-html p{margin:0!important;}
.site-header .header-html{display:inline-flex!important;align-items:center!important;padding:12px 18px!important;border-radius:999px!important;background:linear-gradient(135deg,#fff7e6,#f2ddad)!important;border:1px solid rgba(201,162,77,.45)!important;box-shadow:0 10px 28px rgba(75,30,36,.08)!important;color:var(--cm-brown)!important;font-weight:800!important;font-size:clamp(14px,1.2vw,18px)!important;}
.site-header .header-html:before{content:"✦";color:var(--cm-gold);font-size:15px;margin-right:8px;}
@media (max-width:900px){.site-main-header-inner-wrap{min-height:78px!important}.site-branding .custom-logo{width:78px!important;height:78px!important}.site-branding .site-title{font-size:26px!important}.site-header .header-html{display:none!important}}
@media (max-width:520px){.site-branding{gap:10px!important}.site-branding .custom-logo{width:64px!important;height:64px!important}.site-branding .site-title{font-size:22px!important}}
/* Highlight top-right important menu link */
.main-navigation .primary-menu-container > ul > li.menu-item > a{
  color:var(--cm-brown)!important;
  font-weight:800!important;
  font-size:clamp(15px,1.18vw,18px)!important;
  letter-spacing:.01em!important;
  padding:12px 20px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#fff7e8,#f2ddb0)!important;
  border:1px solid rgba(201,162,77,.55)!important;
  box-shadow:0 10px 26px rgba(75,30,36,.10)!important;
  line-height:1.1!important;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:before{
  content:"✦";
  color:var(--cm-gold);
  margin-right:8px;
  font-size:.95em;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover{
  background:linear-gradient(135deg,var(--cm-gold),#ead18d)!important;
  color:#2a1216!important;
  transform:translateY(-1px);
}
.site-header-main-section-right{align-items:center!important;}
@media (max-width:1024px){.main-navigation .primary-menu-container > ul > li.menu-item > a{font-size:14px!important;padding:10px 14px!important}}

/* Typography polish after Be Vietnam Pro switch: keep Vietnamese accents clean and avoid over-bold fake weights */
html,body,button,input,select,textarea,
.site-header,.site-title,.main-navigation,
.cm-home-2026,.cm-home-2026 *{
  font-family:"Be Vietnam Pro",Arial,sans-serif!important;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
body,.cm-home-2026{font-size:16px;line-height:1.62;font-weight:400;letter-spacing:-.005em;}
.cm-eyebrow{font-size:12px;line-height:1.35;font-weight:700;letter-spacing:.11em;}
.cm-title{font-size:clamp(30px,3.35vw,46px);line-height:1.16;font-weight:800;letter-spacing:-.035em;}
.cm-subtitle{font-size:clamp(15px,1.25vw,18px);line-height:1.65;font-weight:400;}
.cm-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.08;font-weight:800;letter-spacing:-.045em;}
.cm-hero p{font-size:clamp(16px,1.7vw,21px);line-height:1.65;font-weight:400;}
.cm-btn{font-size:14px;line-height:1.25;font-weight:700;letter-spacing:-.01em;}
.cm-card h3,.cm-post-body h3,.cm-daily-item h3{font-weight:700;letter-spacing:-.025em;}
.cm-card h3{font-size:21px;line-height:1.3;}
.cm-card p,.cm-post-body p{font-size:14px;line-height:1.65;font-weight:400;}
.cm-post-body time,.cm-daily-date{font-weight:700;letter-spacing:0;}
.cm-post-body h3{font-size:18px;line-height:1.35;}
.cm-daily-section .cm-title{font-size:clamp(32px,3.4vw,48px);}
.cm-daily-kicker{font-size:clamp(18px,1.45vw,24px);line-height:1.25;font-weight:700;}
.cm-daily-item h3{font-size:clamp(16px,1.25vw,20px);line-height:1.38;font-weight:700;}
.site-branding .site-title{font-weight:800!important;letter-spacing:-.035em!important;}
.site-branding .site-description{font-weight:500!important;line-height:1.35!important;}
.main-navigation .primary-menu-container > ul > li.menu-item > a{font-size:14px!important;font-weight:700!important;letter-spacing:-.01em!important;line-height:1.25!important;}
.cm-footer-note{font-size:13px;line-height:1.5;}
@media (max-width:900px){
  .cm-title{font-size:clamp(28px,7vw,38px);}
  .cm-hero h1{font-size:clamp(34px,9vw,48px);}
  .cm-daily-item h3{font-size:17px;}
}
@media (max-width:520px){
  body,.cm-home-2026{font-size:15px;}
  .cm-title,.cm-daily-section .cm-title{font-size:30px;line-height:1.18;}
  .cm-hero h1{font-size:34px;line-height:1.1;}
  .cm-card h3{font-size:19px;}
}


/* Vietnamese-safe font pass: Be Vietnam Pro keeps bold accents cleaner */
html,body,button,input,select,textarea,
.site-header,.site-title,.main-navigation,
.cm-home-2026,.cm-home-2026 *{
  font-family:"Be Vietnam Pro",Arial,sans-serif!important;
}
.cm-hero h1,.cm-title{font-weight:700!important;letter-spacing:-.025em!important;}
.site-branding .site-title{font-weight:700!important;letter-spacing:-.02em!important;}
.cm-card h3,.cm-post-body h3,.cm-daily-item h3,.cm-daily-kicker{font-weight:600!important;letter-spacing:-.012em!important;}
.main-navigation .primary-menu-container > ul > li.menu-item > a,.cm-btn{font-weight:600!important;}
.cm-eyebrow,.cm-post-body time,.cm-daily-date{font-weight:600!important;}

/* Fix large empty gap in Linh Đạo split section: align intro to top instead of vertical center */
.cm-split{align-items:start;}
.cm-split > div:first-child{padding-top:18px;}
.cm-split-media{align-self:start;}
.cm-section:has(.cm-split){padding-top:58px;padding-bottom:58px;}
.cm-section:has(.cm-split) + .cm-section{padding-top:58px;}
@media (max-width:900px){
  .cm-split > div:first-child{padding-top:0;}
  .cm-section:has(.cm-split){padding-top:46px;padding-bottom:46px;}
}


/* Lectio section gap fix: remove left-column dead space and align both columns from the top */
.cm-lectio-section{padding-top:54px!important;padding-bottom:54px!important;}
.cm-lectio-split{align-items:start!important;gap:54px!important;}
.cm-lectio-copy{padding-top:0!important;align-self:start!important;position:sticky;top:120px;}
.cm-lectio-copy .cm-eyebrow{margin-top:0!important;margin-bottom:18px!important;}
.cm-lectio-copy .cm-title{margin-top:0!important;margin-bottom:22px!important;}
.cm-lectio-copy .cm-subtitle{margin-bottom:30px!important;}
.cm-lectio-split .cm-split-media{align-self:start!important;}
@media (max-width:900px){
  .cm-lectio-copy{position:static;}
  .cm-lectio-section{padding-top:44px!important;padding-bottom:44px!important;}
}


/* Lectio final balance: one hero image only, no stacked post cards */
.cm-lectio-section{min-height:auto!important;}
.cm-lectio-split{grid-template-columns:.92fr 1.08fr!important;align-items:center!important;}
.cm-lectio-copy{position:static!important;max-width:560px;}
.cm-lectio-media img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:28px;box-shadow:0 24px 70px rgba(75,30,36,.14);}
@media (max-width:900px){
  .cm-lectio-split{grid-template-columns:1fr!important;}
  .cm-lectio-media img{aspect-ratio:16/10;}
}

/* Hide duplicate page title H1 on homepage (Kadence entry-title) */
body.page-id-12710 .entry-header.page-title{display:none!important;}

/* ============================================================
   2026 polish pass: interaction, depth, accessibility, motion
   ============================================================ */
html{scroll-behavior:smooth;}

/* Card hover lift — gives the grid a tactile, modern feel */
.cm-card,.cm-post-card,.cm-daily-card{
  transition:transform .28s cubic-bezier(.21,.6,.35,1),box-shadow .28s ease,border-color .28s ease;
  will-change:transform;
}
.cm-card:hover,.cm-post-card:hover,.cm-daily-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px rgba(75,30,36,.16);
  border-color:rgba(201,162,77,.45);
}

/* Card title shifts to gold on hover for a warm accent */
.cm-card:hover h3,.cm-post-card:hover .cm-post-body h3 a{color:var(--cm-brown-2);}
.cm-card a:not(.cm-btn){position:relative;display:inline-flex;align-items:center;gap:6px;}
.cm-card a:not(.cm-btn):after{content:"→";transition:transform .25s ease;display:inline-block;}
.cm-card:hover a:not(.cm-btn):after{transform:translateX(4px);}

/* Accessible keyboard focus ring (was invisible before) */
a:focus-visible,button:focus-visible,.cm-btn:focus-visible,
.main-navigation .primary-menu-container > ul > li.menu-item > a:focus-visible{
  outline:3px solid var(--cm-gold);
  outline-offset:3px;
  border-radius:8px;
}

/* Gold gradient hairline under each major section title */
.cm-title{position:relative;}
.cm-center .cm-title:after{
  content:"";display:block;width:64px;height:4px;margin:18px auto 0;
  border-radius:999px;background:linear-gradient(90deg,var(--cm-brown),var(--cm-gold));
}

/* Hero CTA glow on hover for stronger primary affordance */
.cm-btn-primary{box-shadow:0 10px 26px rgba(201,162,77,.28);}
.cm-btn-primary:hover{box-shadow:0 16px 36px rgba(201,162,77,.42);}

/* Subtle scroll-reveal — pure CSS, respects reduced-motion */
@media (prefers-reduced-motion:no-preference){
  @supports (animation-timeline: view()){
    .cm-section .cm-card,
    .cm-section .cm-post-card,
    .cm-daily-grid .cm-daily-card,
    .cm-section .cm-split-media,
    .cm-lectio-media{
      animation:cmRise .7s cubic-bezier(.21,.6,.35,1) both;
      animation-timeline:view();
      animation-range:entry 0% entry 100%;
    }
    @keyframes cmRise{
      from{opacity:0;transform:translateY(26px);}
      to{opacity:1;transform:translateY(0);}
    }
  }
}

/* Daily calendar rows: gentle hover highlight */
.cm-daily-item{transition:background .2s ease,padding-left .2s ease;border-radius:10px;}
.cm-daily-item:hover{background:rgba(201,162,77,.07);padding-left:10px;}

/* Image polish: rounded media warms up + zoom containment */
.cm-hero-slides img{filter:saturate(1) contrast(1.05) brightness(1.02);}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .cm-card,.cm-post-card,.cm-daily-card{transition:none;}
}

/* === Menu 7 nhóm Cát Minh: cân đối 1 hàng trên desktop === */
@media (min-width:1025px){
  .main-navigation .primary-menu-container > ul{display:flex;flex-wrap:nowrap!important;align-items:center;gap:7px;}
  .main-navigation .primary-menu-container > ul > li.menu-item{margin:0!important;}
  .main-navigation .primary-menu-container > ul > li.menu-item > a{
    display:flex;align-items:center;justify-content:center;
    min-height:44px;padding:9px 14px!important;
    font-size:13.5px!important;line-height:1.2!important;white-space:nowrap;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item > a:before{margin-right:5px;}
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > a{padding-right:12px!important;}
}

/* === Sửa tiêu đề site bị vỡ dòng: cột trái vừa nội dung, tiêu đề 1 dòng === */
@media (min-width:1025px){
  .site-header-main-section-left{flex:0 0 auto!important;}
  .site-branding{max-width:none!important;}
  .site-branding .site-title{font-size:27px!important;line-height:1.16!important;white-space:nowrap!important;}
}

/* === Desktop hẹp (1025–1500px): tiêu đề 2 dòng gọn để menu 7 mục luôn đủ chỗ === */
@media (min-width:1025px) and (max-width:1500px){
  .site-branding .site-title{white-space:normal!important;max-width:14ch;font-size:24px!important;line-height:1.12!important;}
}

/* ============================================================
   2026 WIREFRAME REDESIGN — new sections
   ============================================================ */

/* === Sticky header: giữ menu khi kéo trang xuống === */
.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:999;transition:box-shadow .25s ease,background .25s ease;}
.admin-bar .site-header{top:32px;}
@media (max-width:782px){.admin-bar .site-header{top:46px;}}
.site-header.cm-scrolled{background:rgba(255,250,243,.98);box-shadow:0 12px 34px rgba(75,30,36,.16);}

/* === Divider hồng (vạch phân cách như wireframe) === */
.cm-divider{height:5px;border:0;margin:0 auto;max-width:1160px;width:calc(100% - 44px);
  background:linear-gradient(90deg,#ef5da8,#f06ab0 45%,#ef5da8);border-radius:999px;
  box-shadow:0 2px 14px rgba(239,93,168,.32);}

/* === Section MỤC VỤ === */
.cm-mucvu-section .cm-title{margin-bottom:6px;}
.cm-labeled-block{background:#fff;border:1px solid var(--cm-border);border-radius:26px;
  padding:30px 30px 34px;box-shadow:0 18px 55px rgba(75,30,36,.07);}
.cm-block-label{display:inline-block;font-size:clamp(20px,2vw,28px);font-weight:800;color:var(--cm-brown);
  margin:0 0 22px;padding-bottom:10px;position:relative;letter-spacing:-.02em;}
.cm-block-label:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;
  background:linear-gradient(90deg,var(--cm-brown),var(--cm-gold));border-radius:999px;}
.cm-block-label.cm-label-right{display:block;text-align:right;}
.cm-block-label.cm-label-right:after{background:linear-gradient(90deg,var(--cm-gold),var(--cm-brown));}

/* === Suy Tư — Đoản Suy (viền đỏ như wireframe) === */
.cm-suytu-box{border:3px solid #e23c5a;border-radius:26px;padding:34px 34px 38px;
  background:linear-gradient(180deg,#fff,#fff6f3);box-shadow:0 18px 50px rgba(226,60,90,.10);}
.cm-suytu-title{font-size:clamp(26px,3vw,40px);font-weight:800;color:#c62a48;text-align:center;
  margin:0 0 26px;letter-spacing:-.025em;}
.cm-suytu-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.cm-suytu-item{display:flex;align-items:center;gap:14px;padding:18px 22px;border-radius:16px;
  background:#fff;border:1px solid #f3d3d8;text-decoration:none;color:var(--cm-brown);
  font-size:clamp(16px,1.4vw,20px);font-weight:700;transition:.22s ease;}
.cm-suytu-item:hover{border-color:#e23c5a;transform:translateX(4px);box-shadow:0 12px 30px rgba(226,60,90,.14);color:#c62a48;}
.cm-suytu-dot{color:var(--cm-gold);font-size:1.1em;flex:0 0 auto;}
@media (max-width:760px){.cm-suytu-grid{grid-template-columns:1fr;}}

/* === Ơn gọi === */
.cm-ongoi-inner{display:grid;grid-template-columns:auto 1fr;gap:38px;align-items:center;}
.cm-ongoi-head .cm-title{margin:0;color:#fff;}
.cm-ongoi-head .cm-eyebrow{margin-bottom:6px;}
.cm-ongoi-cta{display:flex;flex-direction:column;align-items:flex-start;gap:16px;
  border-left:2px solid rgba(255,255,255,.25);padding-left:38px;}
.cm-ongoi-cta p{margin:0;color:#f2ddbd;font-size:clamp(17px,1.6vw,22px);}
.cm-cta .cm-center .cm-title:after,.cm-ongoi-section .cm-title:after{display:none;}
@media (max-width:760px){.cm-ongoi-inner{grid-template-columns:1fr;gap:20px;}
  .cm-ongoi-cta{border-left:0;border-top:2px solid rgba(255,255,255,.25);padding-left:0;padding-top:22px;}}

/* === Cửa hàng | Thắp nến (2 box vát chéo) === */
.cm-skew-cards{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.cm-skew-card{position:relative;display:flex;align-items:center;min-height:150px;padding:34px 40px;
  border-radius:20px;text-decoration:none;overflow:hidden;transform:skewX(-7deg);
  box-shadow:0 18px 48px rgba(75,30,36,.16);transition:.25s ease;}
.cm-skew-card>.cm-skew-inner{transform:skewX(7deg);display:flex;align-items:center;gap:20px;width:100%;}
.cm-skew-shop{background:linear-gradient(120deg,var(--cm-brown),var(--cm-brown-2));}
.cm-skew-candle{background:linear-gradient(120deg,#b8862f,var(--cm-gold));}
.cm-skew-card:hover{transform:skewX(-7deg) translateY(-5px);box-shadow:0 26px 62px rgba(75,30,36,.24);}
.cm-skew-icon{font-size:46px;line-height:1;flex:0 0 auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));}
.cm-skew-text{display:flex;flex-direction:column;gap:5px;}
.cm-skew-text strong{font-size:clamp(20px,2vw,28px);font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.15;}
.cm-skew-text small{font-size:14px;color:rgba(255,255,255,.85);font-weight:500;}
@media (max-width:760px){.cm-skew-cards{grid-template-columns:1fr;}
  .cm-skew-card,.cm-skew-card:hover{transform:none;}.cm-skew-card>.cm-skew-inner{transform:none;}}

/* === Video + Network === */
.cm-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px;}
.cm-video-grid-youtube-only{grid-template-columns:minmax(320px,760px);justify-content:center;}
.cm-video-grid-youtube-only .cm-video-card{border-radius:26px;}
.cm-video-grid-youtube-only .cm-video-cap{justify-content:center;padding:18px 22px 20px;}
.cm-video-grid-youtube-only .cm-video-badge{font-size:15px;padding:8px 22px;}
.cm-video-card{background:#fff;border:1px solid var(--cm-border);border-radius:22px;overflow:hidden;
  box-shadow:0 16px 48px rgba(75,30,36,.08);transition:transform .28s ease,box-shadow .28s ease;}
.cm-video-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(75,30,36,.16);}
.cm-video-frame{position:relative;aspect-ratio:16/9;background:#1a1014;}
.cm-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}
.cm-video-ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:10px;color:#fff;background:linear-gradient(135deg,#3a0f14,#6b3038);}
.cm-video-ph span{font-size:38px;opacity:.9;}
.cm-video-ph p{margin:0;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:14px;opacity:.85;}
/* Clickable follow placeholder (YouTube channel) */
.cm-video-follow{text-decoration:none;cursor:pointer;transition:background .28s ease;}
.cm-video-follow:hover{background:linear-gradient(135deg,#4b141a,#82323c);}
.cm-video-follow .cm-video-follow-cta{margin-top:4px;font-size:12px;font-weight:700;letter-spacing:.05em;
  text-transform:uppercase;padding:6px 16px;border:1px solid rgba(255,255,255,.55);border-radius:999px;opacity:.95;}
.cm-video-follow:hover .cm-video-follow-cta{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.85);}
.cm-video-cap{padding:16px 20px;display:flex;align-items:center;}
.cm-video-badge{font-size:13px;font-weight:800;letter-spacing:.03em;padding:6px 14px;border-radius:999px;color:#fff;}
.cm-badge-yt{background:#ff0000;}.cm-badge-tt{background:#000;}.cm-badge-fb{background:#1877f2;}
@media (max-width:900px){.cm-video-grid{grid-template-columns:1fr;}.cm-video-grid-youtube-only{grid-template-columns:1fr;}}

/* === STICKY HEADER FIX: trị overflow:clip ancestor + override Kadence position === */
/* #wrapper.site có overflow:clip giết sticky — tách trục: giữ clip ngang, mở visible dọc */
#wrapper.site.wp-site-blocks{overflow-x:clip!important;overflow-y:visible!important;}
/* Kadence ghi đè .site-header thành relative — tăng specificity bằng header#masthead */
header#masthead.site-header{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:999!important;}
.admin-bar header#masthead.site-header{top:32px!important;}
@media (max-width:782px){.admin-bar header#masthead.site-header{top:46px!important;}}

/* === Siết khoảng trống quanh divider hồng: kéo 2 section sát lại cho liền mạch === */
.cm-section:has(+ .cm-divider){padding-bottom:30px;}
.cm-divider + .cm-section{padding-top:34px;}
/* Mục Vụ: heading sát divider trên, sát block dưới */
.cm-mucvu-section{padding-top:30px;}
.cm-mucvu-section .cm-center{margin-bottom:26px;}
/* Video: tiêu đề sát divider, lưới video sát tiêu đề */
.cm-video-section{padding-top:34px;}
@media (max-width:900px){
  .cm-section:has(+ .cm-divider){padding-bottom:24px;}
  .cm-divider + .cm-section{padding-top:26px;}
  .cm-mucvu-section{padding-top:24px;}
  .cm-video-section{padding-top:26px;}
}

/* ============================================================
   REDO UI BALANCE PASS — clean Carmel editorial, no overbuild
   ============================================================ */
:root{
  --cm-red:#9f2f2f;
  --cm-page:#fbfaf7;
  --cm-soft-shadow:0 12px 34px rgba(75,30,36,.07);
}
.cm-home-2026{background:var(--cm-page)!important;font-size:16px!important;line-height:1.66!important;}
.cm-container{max-width:1160px!important;}
.cm-section{padding:54px 22px!important;}
.cm-title,.cm-daily-section .cm-title{font-size:clamp(30px,3vw,38px)!important;line-height:1.18!important;font-weight:700!important;letter-spacing:-.022em!important;color:var(--cm-brown)!important;}
.cm-home-2026 .cm-eyebrow{display:none!important;}
.cm-center .cm-title:after{width:52px;height:3px;margin-top:12px;background:linear-gradient(90deg,var(--cm-brown),var(--cm-gold))!important;}
.cm-btn{padding:10px 17px!important;font-size:13px!important;font-weight:700!important;border-radius:999px!important;box-shadow:none!important;}

/* Stop CSS scroll reveal from making below-fold blocks look empty in screenshots/browsers. */
.cm-section .cm-card,
.cm-section .cm-post-card,
.cm-daily-grid .cm-daily-card,
.cm-section .cm-split-media,
.cm-lectio-media{animation:none!important;opacity:1!important;transform:none;}

/* Header: cleaner Dongten-style bar, but keeps current Kadence structure. */
@media (min-width:1025px){
  header#masthead.site-header{background:#fff!important;border-bottom:1px solid rgba(75,30,36,.12)!important;box-shadow:0 6px 20px rgba(35,22,18,.045)!important;}
  header#masthead.site-header.cm-scrolled{background:rgba(255,255,255,.98)!important;box-shadow:0 10px 28px rgba(75,30,36,.09)!important;}
  .site-main-header-inner-wrap{min-height:112px!important;padding:14px 0 8px!important;box-sizing:border-box!important;align-items:flex-start!important;gap:22px!important;}
  .site-branding{gap:12px!important;}
  .site-branding .custom-logo{width:80px!important;height:80px!important;max-width:80px!important;transform:none!important;filter:drop-shadow(0 4px 10px rgba(75,30,36,.10))!important;}
  .site-branding .site-title{font-size:21px!important;line-height:1.08!important;max-width:10.5ch!important;white-space:normal!important;font-weight:800!important;letter-spacing:-.02em!important;}
  .site-header .header-html{display:none!important;}
  .main-navigation .primary-menu-container > ul{gap:13px!important;align-items:center!important;}
  .main-navigation .primary-menu-container > ul > li.menu-item > a{min-height:46px!important;padding:7px 0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#221719!important;font-size:13.8px!important;font-weight:700!important;line-height:1.16!important;letter-spacing:-.01em!important;}
  .main-navigation .primary-menu-container > ul > li.menu-item > a:before{width:18px!important;height:18px!important;flex-basis:18px!important;margin-right:6px!important;background:var(--cm-red)!important;}
  .main-navigation .primary-menu-container > ul > li.menu-item > a:after{bottom:4px!important;height:2px!important;background:var(--cm-red)!important;}
  .main-navigation .primary-menu-container > ul > li.menu-item > a:hover{color:var(--cm-red)!important;}
}
@media (min-width:1025px) and (max-width:1300px){
  .site-main-header-inner-wrap{gap:14px!important;}
  .main-navigation .primary-menu-container > ul{gap:8px!important;}
  .main-navigation .primary-menu-container > ul > li.menu-item > a{font-size:12.5px!important;}
  .main-navigation .primary-menu-container > ul > li.menu-item > a:before{width:16px!important;height:16px!important;flex-basis:16px!important;margin-right:4px!important;}
  .site-branding .custom-logo{width:80px!important;height:80px!important;max-width:80px!important;}
  .site-branding .site-title{font-size:18px!important;}
}

/* Hero: less billboard, more editorial. */
.cm-hero{min-height:590px!important;}
.cm-hero:before{background:linear-gradient(90deg,rgba(42,14,18,.82),rgba(75,30,36,.50) 48%,rgba(75,30,36,.16))!important;}
.cm-hero-card{max-width:650px!important;padding:34px 38px!important;background:linear-gradient(90deg,rgba(32,16,16,.42),rgba(32,16,16,.20))!important;border-left:4px solid var(--cm-gold)!important;border-radius:0 20px 20px 0!important;}
.cm-hero h1{font-size:clamp(38px,4.5vw,58px)!important;line-height:1.08!important;font-weight:750!important;margin-bottom:16px!important;}
.cm-hero p{font-size:clamp(16px,1.5vw,20px)!important;line-height:1.62!important;max-width:54ch!important;margin-bottom:24px!important;}
.cm-hero-dots{bottom:18px!important;}

/* Cards/sections: softer, tighter, less “wireframe”. */
.cm-post-card,.cm-card,.cm-daily-card,.cm-video-card,.cm-labeled-block{border:1px solid rgba(234,223,204,.9)!important;border-radius:20px!important;box-shadow:var(--cm-soft-shadow)!important;background:#fff!important;}
.cm-post-card:hover,.cm-card:hover,.cm-daily-card:hover,.cm-video-card:hover{transform:translateY(-3px)!important;box-shadow:0 18px 44px rgba(75,30,36,.11)!important;}
.cm-post-thumb{aspect-ratio:16/9!important;}
.cm-post-body{padding:17px 18px 19px!important;}
.cm-post-body time{font-size:12px!important;color:#a9853f!important;}
.cm-post-body h3{font-size:17px!important;line-height:1.35!important;margin:7px 0 9px!important;}
.cm-post-body p{font-size:14px!important;line-height:1.6!important;}
.cm-home-2026 > .cm-section:has(.cm-posts-feature){padding-bottom:34px!important;}
.cm-home-2026 > .cm-section:has(.cm-posts-feature) + .cm-daily-section{padding-top:34px!important;}

/* Prayer: compact and visible. */
.cm-daily-section{background:linear-gradient(180deg,#fffaf4,#fffdf9)!important;padding-bottom:46px!important;}
.cm-daily-head{margin-bottom:20px!important;align-items:flex-end!important;}
.cm-daily-grid{gap:20px!important;align-items:stretch!important;}
.cm-daily-card{padding:20px 22px 16px!important;}
.cm-daily-card:before{height:4px!important;}
.cm-daily-kicker{font-size:18px!important;line-height:1.25!important;margin-bottom:10px!important;}
.cm-daily-item{grid-template-columns:118px 1fr!important;gap:12px!important;padding:9px 0!important;border-top:1px solid rgba(75,30,36,.10)!important;}
.cm-daily-item:hover{background:transparent!important;padding-left:0!important;}
.cm-daily-date{font-size:11.5px!important;color:#9d7b32!important;}
.cm-daily-item h3{font-size:15px!important;line-height:1.36!important;}
.cm-daily-item:nth-child(n+5){display:grid!important;}

/* Calm separators, not pink UI wireframe. */
.cm-divider{height:1px!important;background:linear-gradient(90deg,transparent,rgba(75,30,36,.22),rgba(185,152,76,.38),transparent)!important;box-shadow:none!important;}
.cm-section:has(+ .cm-divider){padding-bottom:30px!important;}
.cm-divider + .cm-section{padding-top:36px!important;}

/* Mục Vụ: keep two blocks, but make content visible and reduce empty feel. */
.cm-mucvu-section{padding-top:40px!important;padding-bottom:46px!important;}
.cm-mucvu-section .cm-center{margin-bottom:22px!important;}
.cm-labeled-block{padding:28px!important;overflow:hidden!important;}
.cm-block-label,.cm-block-label.cm-label-right{display:block!important;text-align:left!important;font-size:clamp(22px,2vw,28px)!important;margin-bottom:18px!important;color:var(--cm-brown)!important;}
.cm-block-label:after{height:2px!important;background:linear-gradient(90deg,var(--cm-brown),var(--cm-gold),transparent)!important;}
.cm-labeled-block .cm-posts{margin-top:2px!important;}
.cm-labeled-block .cm-post-card{box-shadow:0 8px 22px rgba(75,30,36,.055)!important;}

/* Suy Tư: remove loud pink; use Carmel tones. */
.cm-suytu-box{border:1px solid rgba(159,47,47,.30)!important;background:linear-gradient(145deg,#fff,#fff9f2)!important;box-shadow:var(--cm-soft-shadow)!important;}
.cm-suytu-title{color:var(--cm-brown)!important;font-size:clamp(26px,2.6vw,34px)!important;font-weight:750!important;}
.cm-suytu-item{border-color:rgba(234,223,204,.95)!important;font-size:16px!important;background:#fff!important;box-shadow:0 8px 22px rgba(75,30,36,.04)!important;}
.cm-suytu-item:hover{color:var(--cm-red)!important;border-color:rgba(159,47,47,.36)!important;transform:translateY(-2px)!important;}
.cm-suytu-dot{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(185,152,76,.14);font-size:13px!important;}

/* CTA/shop/social: calmer geometry. */
.cm-ongoi-section{padding:46px 22px!important;}
.cm-ongoi-head .cm-title{color:#fff!important;opacity:1!important;}
.cm-skew-card,.cm-skew-card:hover{transform:none!important;border-radius:20px!important;min-height:128px!important;padding:26px 30px!important;}
.cm-skew-card>.cm-skew-inner{transform:none!important;}
.cm-skew-icon{font-size:30px!important;filter:none!important;}
.cm-video-section{padding-top:46px!important;padding-bottom:60px!important;}
.cm-video-section .cm-title{text-align:center!important;}
.cm-video-grid{margin-top:24px!important;gap:20px!important;}

@media (max-width:900px){
  .cm-section{padding:44px 18px!important;}
  .cm-hero{min-height:540px!important;align-items:flex-end!important;padding-bottom:42px!important;}
  .cm-hero-card{margin:18px!important;padding:26px!important;max-width:none!important;}
  .cm-daily-head{align-items:flex-start!important;gap:16px!important;}
  .cm-daily-grid{grid-template-columns:1fr!important;}
  .cm-daily-item{grid-template-columns:1fr!important;gap:4px!important;}
  .cm-labeled-block{padding:22px!important;}
}
@media (max-width:520px){
  .cm-title,.cm-daily-section .cm-title{font-size:28px!important;}
  .cm-hero h1{font-size:34px!important;}
  .cm-hero p{font-size:15px!important;}
  .cm-btn{width:auto!important;}
  .cm-daily-actions,.cm-daily-actions .cm-btn{width:100%!important;}
}

/* === HEADER ICON FIX: bỏ ô vuông đỏ lỗi, đổi thành chấm kim cương nhỏ gọn === */
@media (min-width:1025px){
  .main-navigation .primary-menu-container > ul > li.menu-item > a:before{
    content:""!important;
    display:inline-block!important;
    width:7px!important;
    height:7px!important;
    flex:0 0 7px!important;
    margin-right:8px!important;
    border-radius:2px!important;
    background:var(--cm-red)!important;
    box-shadow:none!important;
    transform:rotate(45deg)!important;
    color:transparent!important;
    font-size:0!important;
    line-height:0!important;
  }
}
@media (min-width:1025px) and (max-width:1300px){
  .main-navigation .primary-menu-container > ul > li.menu-item > a:before{
    width:6px!important;
    height:6px!important;
    flex-basis:6px!important;
    margin-right:6px!important;
  }
}

/* === DONGTEN-LIKE MENU LINE ICONS: SVG mask theo từng mục === */
@media (min-width:1025px){
  .main-navigation .primary-menu-container > ul > li.menu-item > a:before{
    content:""!important;
    display:inline-block!important;
    width:24px!important;
    height:24px!important;
    flex:0 0 24px!important;
    margin-right:8px!important;
    border-radius:0!important;
    background-color:var(--cm-red)!important;
    background-image:none!important;
    box-shadow:none!important;
    transform:none!important;
    color:transparent!important;
    font-size:0!important;
    line-height:0!important;
    -webkit-mask-repeat:no-repeat!important;
    mask-repeat:no-repeat!important;
    -webkit-mask-position:center!important;
    mask-position:center!important;
    -webkit-mask-size:contain!important;
    mask-size:contain!important;
  }
  /* Tin tức: newspaper */
  .main-navigation .primary-menu-container > ul > li:nth-child(1) > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="tin-tuc"]:before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='1.8'/%3E%3Cpath d='M8 9h4M8 13h8M8 16h8M15 9h1'/%3E%3C/g%3E%3C/svg%3E")!important;
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='1.8'/%3E%3Cpath d='M8 9h4M8 13h8M8 16h8M15 9h1'/%3E%3C/g%3E%3C/svg%3E")!important;
  }
  /* Linh Đạo: sun / spirituality */
  .main-navigation .primary-menu-container > ul > li:nth-child(2) > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="linh-dao"]:before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3M4.9 4.9 7 7M17 17l2.1 2.1M19.1 4.9 17 7M7 17l-2.1 2.1'/%3E%3C/g%3E%3C/svg%3E")!important;
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3M4.9 4.9 7 7M17 17l2.1 2.1M19.1 4.9 17 7M7 17l-2.1 2.1'/%3E%3C/g%3E%3C/svg%3E")!important;
  }
  /* Truyền thống: branch */
  .main-navigation .primary-menu-container > ul > li:nth-child(3) > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="truyen-thong"]:before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19c6-2 10-7 13-14'/%3E%3Cpath d='M9 16c-1-3-3-5-6-6M12 13c-1-3-2-5-5-7M15 9c2 .2 4-.4 6-2M11 14c2 1.5 4 2 7 1'/%3E%3C/g%3E%3C/svg%3E")!important;
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19c6-2 10-7 13-14'/%3E%3Cpath d='M9 16c-1-3-3-5-6-6M12 13c-1-3-2-5-5-7M15 9c2 .2 4-.4 6-2M11 14c2 1.5 4 2 7 1'/%3E%3C/g%3E%3C/svg%3E")!important;
  }
  /* Ơn Gọi: heart/calling */
  .main-navigation .primary-menu-container > ul > li:nth-child(4) > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="on-goi"]:before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s-7-4.5-9-9a4.2 4.2 0 0 1 7-4.5L12 9l2-2.5a4.2 4.2 0 0 1 7 4.5c-2 4.5-9 9-9 9Z'/%3E%3Cpath d='M12 9v6M9 12h6'/%3E%3C/g%3E%3C/svg%3E")!important;
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s-7-4.5-9-9a4.2 4.2 0 0 1 7-4.5L12 9l2-2.5a4.2 4.2 0 0 1 7 4.5c-2 4.5-9 9-9 9Z'/%3E%3Cpath d='M12 9v6M9 12h6'/%3E%3C/g%3E%3C/svg%3E")!important;
  }
  /* Suy tư: headphones / contemplation */
  .main-navigation .primary-menu-container > ul > li:nth-child(5) > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="suy-tu"]:before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 14v-2a7 7 0 0 1 14 0v2'/%3E%3Crect x='3' y='13' width='4' height='6' rx='2'/%3E%3Crect x='17' y='13' width='4' height='6' rx='2'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/g%3E%3C/svg%3E")!important;
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 14v-2a7 7 0 0 1 14 0v2'/%3E%3Crect x='3' y='13' width='4' height='6' rx='2'/%3E%3Crect x='17' y='13' width='4' height='6' rx='2'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/g%3E%3C/svg%3E")!important;
  }
  /* Liên hệ: location */
  .main-navigation .primary-menu-container > ul > li:nth-child(6) > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="lien-he"]:before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.5 7-12a7 7 0 1 0-14 0c0 6.5 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/g%3E%3C/svg%3E")!important;
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.5 7-12a7 7 0 1 0-14 0c0 6.5 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/g%3E%3C/svg%3E")!important;
  }
  /* Cửa hàng: shop bag */
  .main-navigation .primary-menu-container > ul > li:nth-child(7) > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="cua-hang"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="shop"]:before{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l-1 12H7L6 8Z'/%3E%3Cpath d='M9 8a3 3 0 0 1 6 0M9 12h6'/%3E%3C/g%3E%3C/svg%3E")!important;
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l-1 12H7L6 8Z'/%3E%3Cpath d='M9 8a3 3 0 0 1 6 0M9 12h6'/%3E%3C/g%3E%3C/svg%3E")!important;
  }
}
@media (min-width:1025px) and (max-width:1300px){
  .main-navigation .primary-menu-container > ul > li.menu-item > a:before{
    width:20px!important;
    height:20px!important;
    flex-basis:20px!important;
    margin-right:6px!important;
  }
}

/* === DONGTEN-LIKE DROPDOWN POINTER: nền sáng + tam giác trỏ xuống === */
@media (min-width:1025px){
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children{
    position:relative!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > a{
    position:relative!important;
    z-index:1002!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:hover > a,
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:focus-within > a{
    background:linear-gradient(135deg,#e8d28a,#d6bd69)!important;
    color:#6f2323!important;
    border-radius:999px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:hover:after,
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:focus-within:after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    bottom:-28px!important;
    transform:translateX(-50%)!important;
    width:0!important;
    height:0!important;
    border-left:17px solid transparent!important;
    border-right:17px solid transparent!important;
    border-bottom:17px solid #fff!important;
    z-index:1001!important;
    filter:drop-shadow(0 -3px 2px rgba(75,30,36,.04))!important;
    pointer-events:none!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu{
    top:calc(100% + 28px)!important;
    left:50%!important;
    transform:translateX(-50%) translateY(8px)!important;
    min-width:300px!important;
    width:max-content!important;
    max-width:min(760px,calc(100vw - 80px))!important;
    padding:12px!important;
    background:#fff!important;
    border:1px solid rgba(75,30,36,.10)!important;
    border-radius:16px!important;
    box-shadow:0 22px 70px rgba(20,20,20,.24)!important;
    overflow:visible!important;
    z-index:1000!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:hover > ul.sub-menu,
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:focus-within > ul.sub-menu{
    transform:translateX(-50%) translateY(0)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu:before{
    content:""!important;
    position:absolute!important;
    inset:-28px -999px auto!important;
    height:28px!important;
    background:rgba(42,42,42,.48)!important;
    z-index:-2!important;
    pointer-events:none!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu:after{
    content:""!important;
    position:absolute!important;
    left:50%!important;
    top:-16px!important;
    transform:translateX(-50%)!important;
    width:0!important;
    height:0!important;
    border-left:17px solid transparent!important;
    border-right:17px solid transparent!important;
    border-bottom:17px solid #fff!important;
    z-index:1!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li{
    margin:0!important;
    border:0!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li > a{
    min-width:260px!important;
    padding:13px 15px!important;
    border-radius:12px!important;
    background:#fff!important;
    border:0!important;
    box-shadow:none!important;
    color:#20191a!important;
    font-size:15px!important;
    font-weight:750!important;
    line-height:1.3!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li > a:before{
    content:""!important;
    width:8px!important;
    height:8px!important;
    flex:0 0 8px!important;
    border-radius:50%!important;
    background:var(--cm-red)!important;
    opacity:.82!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li > a:hover,
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li > a:focus{
    background:#fbf3e4!important;
    color:var(--cm-red)!important;
    transform:none!important;
  }
  .main-navigation .primary-menu-container > ul > li:nth-child(3) > ul.sub-menu,
  .main-navigation .primary-menu-container > ul > li:nth-child(5) > ul.sub-menu{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(250px,1fr))!important;
    gap:4px!important;
  }
}

/* === DROPDOWN VISIBILITY FIX: chỉ mở đúng menu đang hover === */
@media (min-width:1025px){
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:hover > ul.sub-menu,
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:focus-within > ul.sub-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .main-navigation .primary-menu-container > ul > li:nth-child(3) > ul.sub-menu,
  .main-navigation .primary-menu-container > ul > li:nth-child(5) > ul.sub-menu{
    opacity:0!important;
    visibility:hidden!important;
  }
  .main-navigation .primary-menu-container > ul > li:nth-child(3):hover > ul.sub-menu,
  .main-navigation .primary-menu-container > ul > li:nth-child(3):focus-within > ul.sub-menu,
  .main-navigation .primary-menu-container > ul > li:nth-child(5):hover > ul.sub-menu,
  .main-navigation .primary-menu-container > ul > li:nth-child(5):focus-within > ul.sub-menu{
    display:grid!important;
    opacity:1!important;
    visibility:visible!important;
  }
}

/* === MUC VU TITLE HIDE: bỏ heading tổng, giữ nội dung block === */
.cm-mucvu-section > .cm-container > .cm-center{
  display:none!important;
}
.cm-mucvu-section{
  padding-top:34px!important;
}

/* === DROPDOWN CLICKABILITY FIX: nối vùng hover để bấm mục con được === */
@media (min-width:1025px){
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:before{
    content:""!important;
    position:absolute!important;
    left:-28px!important;
    right:-28px!important;
    top:100%!important;
    height:34px!important;
    z-index:999!important;
    background:transparent!important;
    pointer-events:auto!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:hover:after,
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children:focus-within:after{
    bottom:-22px!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu{
    top:calc(100% + 22px)!important;
    z-index:1000!important;
  }
}

/* === HERO STATIC IMAGE TRANSITION: ảnh đứng yên, không phóng to khi đổi slide === */
.cm-hero-slides img,
.cm-hero-slides img.is-active{
  transform:none!important;
  scale:1!important;
  transition:opacity .85s ease!important;
  animation:none!important;
  will-change:opacity!important;
}

/* === MUC VU TITLE HIDE FIX: đúng markup .cm-container.cm-center === */
.cm-mucvu-section > .cm-container.cm-center,
.cm-mucvu-section .cm-container.cm-center:first-child,
.cm-mucvu-section .cm-eyebrow,
.cm-mucvu-section > .cm-container.cm-center .cm-title{
  display:none!important;
}
.cm-mucvu-section > .cm-container:nth-of-type(2){
  margin-top:0!important;
}

/* === DROPDOWN DIM REMOVE: bỏ lớp phủ xám khi hover menu === */
@media (min-width:1025px){
  .main-navigation .primary-menu-container > ul > li.menu-item-has-children > ul.sub-menu:before{
    display:none!important;
    content:none!important;
    background:transparent!important;
  }
}

/* === SUY TU EDITORIAL CARDS: 4 mục trong một khung, ảnh + bài viết === */
.cm-suytu-editorial{
  padding:34px 34px 38px!important;
  border:1px solid rgba(159,47,47,.20)!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#fff,#fffbf5)!important;
  box-shadow:0 18px 55px rgba(75,30,36,.075)!important;
}
.cm-suytu-editorial-head{
  text-align:center!important;
  margin-bottom:24px!important;
}
.cm-suytu-editorial-head .cm-eyebrow{
  display:none!important;
}
.cm-suytu-editorial .cm-suytu-title{
  margin:0!important;
  color:var(--cm-brown)!important;
  font-size:clamp(30px,3.2vw,44px)!important;
  line-height:1.14!important;
  letter-spacing:-.035em!important;
}
.cm-suytu-story-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
.cm-suytu-story{
  display:grid!important;
  grid-template-columns:168px 1fr!important;
  min-height:146px!important;
  overflow:hidden!important;
  border:1px solid rgba(234,223,204,.96)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(75,30,36,.055)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.cm-suytu-story:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(159,47,47,.28)!important;
  box-shadow:0 18px 42px rgba(75,30,36,.10)!important;
}
.cm-suytu-story-media{
  display:block!important;
  position:relative!important;
  min-height:146px!important;
  background:#f4eadb!important;
  overflow:hidden!important;
}
.cm-suytu-story-media img,
.cm-suytu-story-media .cm-card-placeholder{
  width:100%!important;
  height:100%!important;
  min-height:146px!important;
  object-fit:cover!important;
  display:block!important;
  transition:transform .35s ease!important;
}
.cm-suytu-story:hover .cm-suytu-story-media img{
  transform:scale(1.035)!important;
}
.cm-suytu-story-body{
  padding:16px 18px 15px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
}
.cm-suytu-story-kicker{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  margin-bottom:7px!important;
  color:var(--cm-red)!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}
.cm-suytu-story-kicker:before{
  content:""!important;
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:var(--cm-gold)!important;
  box-shadow:0 0 0 4px rgba(185,152,76,.13)!important;
}
.cm-suytu-story h3{
  margin:0 0 7px!important;
  font-size:17px!important;
  line-height:1.34!important;
  letter-spacing:-.02em!important;
  color:#24191a!important;
}
.cm-suytu-story h3 a{
  color:inherit!important;
  text-decoration:none!important;
}
.cm-suytu-story h3 a:hover{
  color:var(--cm-red)!important;
}
.cm-suytu-story p{
  margin:0!important;
  color:#6c5a52!important;
  font-size:13.5px!important;
  line-height:1.55!important;
}
.cm-suytu-story-more{
  margin-top:10px!important;
  color:#9d7b32!important;
  font-size:13px!important;
  font-weight:750!important;
  text-decoration:none!important;
}
.cm-suytu-story-more:hover{
  color:var(--cm-red)!important;
}
@media (max-width:980px){
  .cm-suytu-story-grid{grid-template-columns:1fr!important;}
}
@media (max-width:620px){
  .cm-suytu-editorial{padding:24px 18px!important;border-radius:22px!important;}
  .cm-suytu-story{grid-template-columns:1fr!important;}
  .cm-suytu-story-media,
  .cm-suytu-story-media img,
  .cm-suytu-story-media .cm-card-placeholder{min-height:190px!important;}
}

/* === SUY TU CATEGORY EMPHASIS: làm 4 mục chính nổi bật hơn title bài === */
.cm-suytu-story-body{
  justify-content:flex-start!important;
  padding:22px 24px 18px!important;
}
.cm-suytu-story-kicker{
  width:fit-content!important;
  max-width:100%!important;
  margin-bottom:14px!important;
  padding:8px 13px 8px 10px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#fff7e8,#f4ead8)!important;
  border:1px solid rgba(185,152,76,.24)!important;
  color:#8f2f2f!important;
  font-size:clamp(15px,1.18vw,20px)!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:.012em!important;
  text-transform:none!important;
  box-shadow:0 8px 18px rgba(75,30,36,.05)!important;
}
.cm-suytu-story-kicker:before{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  background:var(--cm-red)!important;
  box-shadow:inset 0 0 0 5px #fff,0 0 0 3px rgba(159,47,47,.12)!important;
}
.cm-suytu-story h3{
  font-size:clamp(17px,1.25vw,22px)!important;
  line-height:1.28!important;
  font-weight:800!important;
  margin-bottom:10px!important;
}
.cm-suytu-story p{
  font-size:clamp(14px,1vw,17px)!important;
  line-height:1.58!important;
}
.cm-suytu-story-more{
  margin-top:auto!important;
  padding-top:12px!important;
  font-size:15px!important;
  font-weight:850!important;
}
@media (max-width:620px){
  .cm-suytu-story-body{padding:18px!important;}
  .cm-suytu-story-kicker{font-size:16px!important;}
}


/* === ƠN GỌI PREMIUM: ảnh + thông tin dễ tiếp cận === */
.cm-ongoi-feature{
  position:relative!important;
  overflow:hidden!important;
  padding:62px 22px!important;
  text-align:left!important;
  background:
    radial-gradient(circle at 12% 12%,rgba(201,162,77,.20),transparent 34%),
    linear-gradient(135deg,#381318 0%,#5a222a 55%,#2a1014 100%)!important;
}
.cm-ongoi-feature:before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,244,220,.16);
  border-radius:34px;
  pointer-events:none;
}
.cm-ongoi-premium{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);
  gap:34px;
  align-items:center;
}
.cm-ongoi-copy{
  min-height:360px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px 6px 30px 0;
}
.cm-ongoi-badge{
  width:fit-content;
  margin:0 0 16px!important;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,247,229,.10);
  border:1px solid rgba(244,220,175,.24);
  color:#f3d89d!important;
  font-size:13px!important;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.cm-ongoi-copy h2{
  margin:0 0 18px!important;
  max-width:12ch;
  color:#fff!important;
  font-size:clamp(38px,4.6vw,64px);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:900;
}
.cm-ongoi-lead{
  max-width:680px;
  margin:0 0 26px!important;
  color:#f5e6d4!important;
  font-size:clamp(17px,1.35vw,22px)!important;
  line-height:1.7;
}
.cm-ongoi-actions{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:28px;
}
.cm-ongoi-link{
  color:#fff6e6!important;
  font-weight:850;
  text-decoration:none;
  border-bottom:2px solid rgba(201,162,77,.7);
  padding-bottom:4px;
}
.cm-ongoi-link:hover{color:#ffd982!important;border-color:#ffd982;}
.cm-ongoi-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:690px;
}
.cm-ongoi-steps span{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.14);
  color:#fff8ed;
  font-weight:850;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.cm-ongoi-steps b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  flex:0 0 30px;
  border-radius:50%;
  background:#f1ca72;
  color:#341317;
  font-size:12px;
  font-weight:950;
}
.cm-ongoi-card{
  display:grid;
  grid-template-rows:240px auto;
  overflow:hidden;
  border-radius:30px;
  background:#fffaf2;
  border:1px solid rgba(255,255,255,.38);
  box-shadow:0 28px 78px rgba(13,5,7,.32);
}
.cm-ongoi-card-media{
  position:relative;
  display:block;
  height:240px;
  min-height:240px;
  overflow:hidden;
  background:#eadfcc;
}
.cm-ongoi-card-media:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:42%;
  background:linear-gradient(180deg,transparent,rgba(42,16,20,.42));
}
.cm-ongoi-card-media img,
.cm-ongoi-card-media .cm-card-placeholder{
  width:100%;
  height:100%;
  height:240px;
  min-height:240px;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.cm-ongoi-card:hover .cm-ongoi-card-media img{transform:scale(1.035);}
.cm-ongoi-card-body{
  padding:22px 24px 24px;
  color:#321b1c;
}
.cm-ongoi-card-kicker{
  display:inline-flex;
  margin-bottom:10px;
  color:#9f2f2f;
  font-size:12px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.cm-ongoi-card h3{
  margin:0 0 10px!important;
  color:#251516!important;
  font-size:clamp(20px,1.35vw,24px);
  line-height:1.22;
  letter-spacing:-.03em;
  font-weight:900;
}
.cm-ongoi-card h3 a{color:inherit!important;text-decoration:none;}
.cm-ongoi-card h3 a:hover{color:#9f2f2f!important;}
.cm-ongoi-card p{
  margin:0 0 15px!important;
  color:#6b5a51!important;
  font-size:15px!important;
  line-height:1.62;
}
.cm-ongoi-card-more{
  color:#8f2f2f!important;
  font-weight:900;
  text-decoration:none;
}
.cm-ongoi-card-more:hover{color:#c9a24d!important;}
@media (max-width:980px){
  .cm-ongoi-feature{padding:58px 18px!important;}
  .cm-ongoi-feature:before{inset:10px;border-radius:26px;}
  .cm-ongoi-premium{grid-template-columns:1fr;gap:24px;}
  .cm-ongoi-copy{min-height:0;padding:10px 0 0;}
  .cm-ongoi-copy h2{max-width:14ch;}
}
@media (max-width:620px){
  .cm-ongoi-copy h2{font-size:38px;}
  .cm-ongoi-actions,.cm-ongoi-actions .cm-btn{width:100%;}
  .cm-ongoi-link{width:100%;text-align:center;border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:11px 16px;}
  .cm-ongoi-steps{grid-template-columns:1fr;}
  .cm-ongoi-card{border-radius:24px;}
  .cm-ongoi-card-media,.cm-ongoi-card-media img,.cm-ongoi-card-media .cm-card-placeholder{min-height:220px;}
  .cm-ongoi-card-body{padding:20px;}
}

/* === ƠN GỌI mobile polish === */
@media (max-width:620px){
  .cm-ongoi-actions .cm-btn{width:100%!important;box-sizing:border-box!important;}
  .cm-ongoi-link{box-sizing:border-box!important;}
  .cm-ongoi-steps{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;}
  .cm-ongoi-steps span{min-height:72px!important;flex-direction:column!important;justify-content:center!important;gap:5px!important;padding:9px 5px!important;text-align:center!important;font-size:13px!important;line-height:1.2!important;}
  .cm-ongoi-steps b{width:26px!important;height:26px!important;flex-basis:26px!important;font-size:11px!important;}
}


/* === PHỤNG VỤ / CÁC THÁNH: thumbnail nhỏ cho từng mục === */
.cm-liturgy-list .cm-daily-item{
  grid-template-columns:68px 118px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:center!important;
  padding:10px 0!important;
}
.cm-liturgy-list .cm-daily-thumb{
  width:68px;
  height:68px;
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(135deg,#f6ead5,#e8d3ad);
  border:1px solid rgba(185,152,76,.26);
  box-shadow:0 8px 20px rgba(75,30,36,.09);
  flex:0 0 68px;
}
.cm-liturgy-list .cm-daily-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.cm-liturgy-list .cm-daily-thumb-fallback{
  display:grid;
  place-items:center;
  color:#8f2f2f;
  font-size:24px;
}
.cm-liturgy-list .cm-daily-date{
  margin:0!important;
  line-height:1.32!important;
}
.cm-liturgy-list .cm-daily-item h3{
  margin:0!important;
}
@media (max-width:1100px){
  .cm-liturgy-list .cm-daily-item{grid-template-columns:64px minmax(0,1fr)!important;gap:12px!important;}
  .cm-liturgy-list .cm-daily-thumb{width:64px;height:64px;border-radius:15px;grid-row:span 2;}
  .cm-liturgy-list .cm-daily-date{grid-column:2!important;}
  .cm-liturgy-list .cm-daily-item h3{grid-column:2!important;}
}
@media (max-width:520px){
  .cm-liturgy-list .cm-daily-item{grid-template-columns:58px minmax(0,1fr)!important;gap:10px!important;padding:9px 0!important;}
  .cm-liturgy-list .cm-daily-thumb{width:58px;height:58px;border-radius:14px;}
}

/* === PHỤNG VỤ / CÁC THÁNH: crop ảnh ưu tiên rõ mặt === */
.cm-liturgy-list .cm-daily-thumb img{
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.18)!important;
  transform-origin:center center!important;
}
.cm-liturgy-list .cm-daily-item:nth-child(1) .cm-daily-thumb img,
.cm-liturgy-list .cm-daily-item:nth-child(4) .cm-daily-thumb img{
  object-position:22% center!important;
  transform:scale(1.38)!important;
  transform-origin:22% center!important;
}
.cm-liturgy-list .cm-daily-item:nth-child(2) .cm-daily-thumb img{
  object-position:68% center!important;
  transform:scale(1.28)!important;
  transform-origin:68% center!important;
}
.cm-liturgy-list .cm-daily-item:nth-child(5) .cm-daily-thumb img{
  object-position:center center!important;
  transform:scale(1.08)!important;
}

/* === CÂN ĐỐI 2 CỘT: Phụng vụ Các thánh ↔ Lectio Divina === */
/* Card là flex-column để list con lấp đầy toàn bộ chiều cao card */
.cm-daily-grid{align-items:stretch!important;}
.cm-daily-grid .cm-daily-card{display:flex;flex-direction:column;}
.cm-daily-card .cm-daily-list{flex:1 1 auto;}
/* Lectio không có thumbnail → giãn các mục đều theo chiều dọc, hết dead space đáy */
.cm-lectio-list{display:flex!important;flex-direction:column;justify-content:space-between;}
.cm-lectio-list .cm-daily-item{align-items:center;}
@media (max-width:900px){
  .cm-lectio-list{justify-content:flex-start;}
}

.cm-lectio-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-content:start;
  justify-content:stretch;
}
.cm-lectio-list .cm-lectio-card{
  display:grid;
  grid-template-columns:minmax(0,1fr)!important;
  grid-template-rows:112px minmax(0,1fr);
  min-width:0;
  gap:0!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(185,152,76,.22)!important;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(75,30,36,.08);
  align-items:stretch;
}
.cm-lectio-list .cm-lectio-thumb{
  display:block;
  width:100%;
  height:112px;
  min-width:0;
  overflow:hidden;
  background:linear-gradient(135deg,#f6ead5,#e8d3ad);
}
.cm-lectio-list .cm-lectio-thumb img,
.cm-lectio-list .cm-lectio-thumb .cm-card-placeholder{
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
}
.cm-lectio-list .cm-lectio-thumb img{transition:transform .25s ease;}
.cm-lectio-list .cm-lectio-card:hover .cm-lectio-thumb img{transform:scale(1.035);}
.cm-lectio-list .cm-lectio-card-body{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:12px 14px 14px;
}
.cm-lectio-list .cm-lectio-card .cm-daily-date{
  margin:0 0 5px;
  font-size:12px!important;
  line-height:1.3;
}
.cm-lectio-list .cm-lectio-card h3{
  min-width:0;
  margin:0;
  font-size:clamp(16px,1.2vw,19px)!important;
  line-height:1.25!important;
}
.cm-lectio-list .cm-lectio-card h3 a{display:block;}
.cm-lectio-list .cm-lectio-card:hover{background:#fff!important;padding-left:0!important;}
@media (max-width:900px){
  .cm-lectio-list{gap:12px;}
  .cm-lectio-list .cm-lectio-card{grid-template-rows:96px minmax(0,1fr);}
  .cm-lectio-list .cm-lectio-thumb{height:96px;}
}
@media (max-width:620px){
  .cm-lectio-list{grid-template-columns:1fr;}
  .cm-lectio-list .cm-lectio-card{
    grid-template-columns:78px minmax(0,1fr)!important;
    grid-template-rows:none;
  }
  .cm-lectio-list .cm-lectio-thumb{height:100%;min-height:78px;}
  .cm-lectio-list .cm-lectio-card-body{padding:11px 12px 12px;}
  .cm-lectio-list .cm-lectio-card h3{font-size:17px;}
}

/* === Header có nút mở tab mới (Dòng 3 — Huynh Đoàn) === */
.cm-block-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px;}
.cm-block-head .cm-block-label{margin-bottom:0!important;}
.cm-block-action{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:700;color:var(--cm-brown);background:var(--cm-cream);border:1px solid rgba(185,152,76,.4);transition:.2s ease;white-space:nowrap;}
.cm-block-action:hover{background:var(--cm-gold);color:#fff;border-color:var(--cm-gold);transform:translateY(-2px);box-shadow:0 8px 20px rgba(185,152,76,.28);}
@media (max-width:520px){
  .cm-block-head{flex-direction:column;align-items:flex-start;}
  .cm-block-action{width:auto;}
}

/* === TIN TỨC CAROUSEL: nút kéo gọn, đồng bộ màu Cát Minh === */
.cm-home-2026 .cm-news-carousel{overflow:visible!important;padding-bottom:42px!important;}
.cm-home-2026 .cm-news-viewport{border-radius:24px!important;}
.cm-home-2026 .cm-news-nav,
.cm-home-2026 .cm-news-nav:hover,
.cm-home-2026 .cm-news-nav:focus,
.cm-home-2026 .cm-news-nav:active{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:absolute!important;
  top:31%!important;
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0!important;
  border-radius:999px!important;
  border:1px solid rgba(255,250,243,.82)!important;
  background:rgba(75,30,36,.72)!important;
  color:#fff!important;
  font-size:30px!important;
  font-weight:500!important;
  line-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 10px 24px rgba(43,24,23,.18)!important;
  backdrop-filter:blur(8px)!important;
  cursor:pointer!important;
  opacity:1!important;
  z-index:6!important;
}
.cm-home-2026 .cm-news-nav:hover,
.cm-home-2026 .cm-news-nav:focus{
  background:var(--cm-gold)!important;
  color:#2b1718!important;
  transform:translateY(-50%) scale(1.04)!important;
}
.cm-home-2026 .cm-news-nav:disabled,
.cm-home-2026 .cm-news-nav[aria-disabled="true"]{
  background:rgba(75,30,36,.32)!important;
  color:rgba(255,255,255,.88)!important;
  opacity:.72!important;
  cursor:default!important;
  pointer-events:none!important;
}
.cm-home-2026 .cm-news-prev{left:14px!important;right:auto!important;transform:translateY(-50%)!important;}
.cm-home-2026 .cm-news-next{right:14px!important;left:auto!important;transform:translateY(-50%)!important;}
.cm-home-2026 .cm-news-dots{bottom:4px!important;}
.cm-home-2026 .cm-news-dot{background:rgba(75,30,36,.18)!important;box-shadow:none!important;}
.cm-home-2026 .cm-news-dot.is-active{background:var(--cm-gold)!important;}
@media (max-width:620px){
  .cm-home-2026 .cm-news-nav,
  .cm-home-2026 .cm-news-nav:hover,
  .cm-home-2026 .cm-news-nav:focus,
  .cm-home-2026 .cm-news-nav:active{top:30%!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;font-size:28px!important;line-height:34px!important;}
  .cm-home-2026 .cm-news-prev{left:10px!important;}
  .cm-home-2026 .cm-news-next{right:10px!important;}
}

/* === CAROUSEL CHO CÁC MỤC CARD CÒN LẠI === */
.cm-home-2026 .cm-labeled-block .cm-news-carousel{margin-top:2px!important;}
.cm-home-2026 .cm-labeled-block .cm-news-viewport{border-radius:18px!important;}
.cm-home-2026 .cm-labeled-block .cm-news-nav{top:34%!important;}
.cm-home-2026 .cm-suytu-carousel{margin-top:18px!important;padding-bottom:34px!important;}
.cm-home-2026 .cm-suytu-carousel .cm-news-viewport{border-radius:18px!important;}
.cm-home-2026 .cm-suytu-carousel .cm-suytu-story-grid{display:flex!important;grid-template-columns:none!important;gap:16px!important;transition:transform .35s ease;will-change:transform;}
.cm-home-2026 .cm-suytu-carousel .cm-suytu-story{flex:0 0 calc((100% - 16px)/2)!important;min-width:0!important;}
.cm-home-2026 .cm-suytu-carousel .cm-news-nav{top:46%!important;}
@media (max-width:620px){
  .cm-home-2026 .cm-suytu-carousel .cm-suytu-story{flex-basis:100%!important;}
}


/* === CỬA HÀNG / THẮP NẾN: gắn ảnh thật, bớt basic === */
.cm-home-2026 .cm-shop-prayer-cards{gap:24px!important;}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-card,
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-card:hover{
  min-height:178px!important;
  padding:0!important;
  border-radius:26px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  border:1px solid rgba(255,255,255,.34)!important;
  box-shadow:0 22px 56px rgba(75,30,36,.14)!important;
}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-card:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(90deg,rgba(65,22,28,.96) 0%,rgba(95,38,47,.86) 48%,rgba(95,38,47,.30) 100%);
}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-candle:before{
  background:linear-gradient(90deg,rgba(143,97,23,.96) 0%,rgba(190,141,49,.82) 48%,rgba(201,162,77,.30) 100%);
}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:radial-gradient(circle at 82% 34%,rgba(255,255,255,.24),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(0,0,0,.10));
  pointer-events:none;
}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-inner{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  width:100%!important;
  min-height:178px!important;
  padding:30px 32px!important;
}
.cm-home-2026 .cm-skew-copy{display:flex;align-items:center;gap:18px;min-width:0;position:relative;z-index:2;}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-icon{
  width:54px!important;
  height:54px!important;
  flex:0 0 54px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:18px!important;
  font-size:27px!important;
  background:rgba(255,255,255,.13)!important;
  border:1px solid rgba(255,255,255,.26)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 10px 22px rgba(0,0,0,.12)!important;
  color:#fff!important;
}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-icon svg{width:28px;height:28px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-text strong{font-size:clamp(28px,3vw,42px)!important;line-height:1.02!important;letter-spacing:-.035em!important;text-shadow:0 2px 16px rgba(0,0,0,.16);}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-text small{font-size:clamp(14px,1.35vw,20px)!important;color:rgba(255,255,255,.88)!important;line-height:1.35!important;font-weight:650!important;}
.cm-home-2026 .cm-skew-media{
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:43%;
  z-index:1;
  opacity:.72;
  transform:scale(1.02);
}
.cm-home-2026 .cm-skew-media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.02) contrast(1.04);}
.cm-home-2026 .cm-skew-shop .cm-skew-media img{object-position:center center;}
.cm-home-2026 .cm-skew-candle .cm-skew-media img{object-position:center center;}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-card:hover{transform:translateY(-4px)!important;box-shadow:0 28px 70px rgba(75,30,36,.20)!important;}
@media (max-width:900px){
  .cm-home-2026 .cm-shop-prayer-cards .cm-skew-card,
  .cm-home-2026 .cm-shop-prayer-cards .cm-skew-card:hover{min-height:150px!important;}
  .cm-home-2026 .cm-shop-prayer-cards .cm-skew-inner{min-height:150px!important;padding:24px!important;}
  .cm-home-2026 .cm-skew-media{width:48%;opacity:.50;}
}
@media (max-width:520px){
  .cm-home-2026 .cm-shop-prayer-cards .cm-skew-text strong{font-size:28px!important;}
  .cm-home-2026 .cm-shop-prayer-cards .cm-skew-text small{font-size:14px!important;}
  .cm-home-2026 .cm-shop-prayer-cards .cm-skew-icon{width:46px!important;height:46px!important;flex-basis:46px!important;font-size:23px!important;border-radius:15px!important;}
  .cm-home-2026 .cm-skew-media{width:58%;opacity:.35;}
}

/* === ƠN GỌI REDRAW: editorial vocation panel, bớt basic === */
.cm-home-2026 .cm-ongoi-feature{
  padding:68px 22px!important;
  background:
    radial-gradient(circle at 8% 18%,rgba(243,204,120,.24),transparent 26%),
    radial-gradient(circle at 91% 14%,rgba(255,255,255,.10),transparent 25%),
    linear-gradient(120deg,#341216 0%,#5b2028 50%,#260d12 100%)!important;
}
.cm-home-2026 .cm-ongoi-feature:before{
  inset:22px!important;
  border-color:rgba(255,242,214,.20)!important;
  border-radius:34px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 26px 90px rgba(0,0,0,.14)!important;
}
.cm-home-2026 .cm-ongoi-feature:after{
  content:"";
  position:absolute;
  right:-110px;
  bottom:-150px;
  width:430px;
  height:430px;
  border-radius:50%;
  border:1px solid rgba(241,202,114,.18);
  background:radial-gradient(circle,rgba(241,202,114,.12),transparent 62%);
  pointer-events:none;
}
.cm-home-2026 .cm-ongoi-premium{
  grid-template-columns:minmax(0,1.02fr) minmax(390px,.78fr)!important;
  gap:54px!important;
  align-items:center!important;
}
.cm-home-2026 .cm-ongoi-copy{
  min-height:430px!important;
  padding:22px 0!important;
}
.cm-home-2026 .cm-ongoi-badge{
  position:relative;
  padding:9px 18px 9px 42px!important;
  background:rgba(255,247,229,.13)!important;
  border-color:rgba(244,220,175,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10)!important;
}
.cm-home-2026 .cm-ongoi-badge:before{
  content:"✦";
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  color:#ffd982;
}
.cm-home-2026 .cm-ongoi-copy h2{
  max-width:11.4ch!important;
  font-size:clamp(46px,5.15vw,78px)!important;
  line-height:.97!important;
  letter-spacing:-.058em!important;
  text-wrap:balance;
  text-shadow:0 18px 50px rgba(0,0,0,.24)!important;
}
.cm-home-2026 .cm-ongoi-lead{
  max-width:760px!important;
  margin-bottom:18px!important;
  color:rgba(255,244,230,.92)!important;
}
.cm-home-2026 .cm-ongoi-micro{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 28px!important;
}
.cm-home-2026 .cm-ongoi-micro span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.13);
  color:#f9e8c4;
  font-size:13px;
  font-weight:800;
}
.cm-home-2026 .cm-ongoi-micro span:before{content:"";width:6px;height:6px;border-radius:50%;background:#f1ca72;box-shadow:0 0 0 4px rgba(241,202,114,.10);}
.cm-home-2026 .cm-ongoi-actions{margin-bottom:26px!important;gap:18px!important;}
.cm-home-2026 .cm-ongoi-actions .cm-btn{
  padding:13px 24px!important;
  border-radius:999px!important;
  color:#2e1115!important;
  background:linear-gradient(135deg,#f4cc73,#d5a942)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.24)!important;
}
.cm-home-2026 .cm-ongoi-link{font-size:16px!important;color:#fff!important;border-color:rgba(241,202,114,.82)!important;}
.cm-home-2026 .cm-ongoi-steps{gap:14px!important;max-width:760px!important;}
.cm-home-2026 .cm-ongoi-steps span{
  position:relative;
  display:grid!important;
  grid-template-columns:40px 1fr;
  grid-template-areas:"num title" "icon desc";
  column-gap:12px;
  row-gap:2px;
  min-height:92px!important;
  padding:16px 18px!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055))!important;
  border:1px solid rgba(255,255,255,.16)!important;
  backdrop-filter:blur(8px);
}
.cm-home-2026 .cm-ongoi-steps b{grid-area:num;width:38px!important;height:38px!important;flex-basis:38px!important;font-size:13px!important;background:#ffd36e!important;}
.cm-home-2026 .cm-ongoi-steps i{grid-area:icon;align-self:end;display:grid;place-items:center;width:38px;height:30px;color:#f7d78c;font-style:normal;font-size:20px;}
.cm-home-2026 .cm-ongoi-steps em{grid-area:title;align-self:end;color:#fff;font-style:normal;font-size:18px;font-weight:950;letter-spacing:-.02em;}
.cm-home-2026 .cm-ongoi-steps small{grid-area:desc;color:rgba(255,242,222,.72);font-size:13px;font-weight:700;line-height:1.3;}
.cm-home-2026 .cm-ongoi-card{
  position:relative;
  grid-template-rows:275px auto!important;
  border-radius:34px!important;
  background:#fff8ec!important;
  box-shadow:0 34px 90px rgba(12,4,6,.38),0 0 0 1px rgba(255,255,255,.35)!important;
  transform:rotate(.35deg);
}
.cm-home-2026 .cm-ongoi-card:before{
  content:"";
  position:absolute;
  inset:-14px;
  border-radius:42px;
  background:linear-gradient(135deg,rgba(241,202,114,.24),rgba(255,255,255,.04));
  z-index:-1;
  transform:rotate(-1deg);
}
.cm-home-2026 .cm-ongoi-card-media,
.cm-home-2026 .cm-ongoi-card-media img,
.cm-home-2026 .cm-ongoi-card-media .cm-card-placeholder{height:275px!important;min-height:275px!important;}
.cm-home-2026 .cm-ongoi-card-media:after{height:58%!important;background:linear-gradient(180deg,transparent,rgba(42,16,20,.58))!important;}
.cm-home-2026 .cm-ongoi-card-pill{
  position:absolute;
  left:20px;
  bottom:18px;
  z-index:2;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#7d252b;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.cm-home-2026 .cm-ongoi-card-body{padding:26px 28px 28px!important;}
.cm-home-2026 .cm-ongoi-card-kicker{color:#b03a36!important;margin-bottom:12px!important;}
.cm-home-2026 .cm-ongoi-card h3{font-size:clamp(22px,1.6vw,30px)!important;line-height:1.17!important;}
.cm-home-2026 .cm-ongoi-card-more{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:2px;
  color:#8f2f2f!important;
}
.cm-home-2026 .cm-ongoi-card-more:after{content:"→";transition:transform .2s ease;}
.cm-home-2026 .cm-ongoi-card-more:hover:after{transform:translateX(4px);}
@media (max-width:980px){
  .cm-home-2026 .cm-ongoi-premium{grid-template-columns:1fr!important;gap:28px!important;}
  .cm-home-2026 .cm-ongoi-copy{min-height:0!important;}
  .cm-home-2026 .cm-ongoi-copy h2{max-width:13ch!important;}
  .cm-home-2026 .cm-ongoi-card{transform:none;}
}
@media (max-width:620px){
  .cm-home-2026 .cm-ongoi-feature{padding:46px 16px!important;}
  .cm-home-2026 .cm-ongoi-feature:before{inset:10px!important;border-radius:26px!important;}
  .cm-home-2026 .cm-ongoi-copy h2{font-size:38px!important;}
  .cm-home-2026 .cm-ongoi-micro{display:none;}
  .cm-home-2026 .cm-ongoi-steps{grid-template-columns:1fr!important;}
  .cm-home-2026 .cm-ongoi-steps span{grid-template-columns:36px 1fr!important;min-height:76px!important;}
  .cm-home-2026 .cm-ongoi-card-media,
  .cm-home-2026 .cm-ongoi-card-media img,
  .cm-home-2026 .cm-ongoi-card-media .cm-card-placeholder{height:220px!important;min-height:220px!important;}
}

/* === ƠN GỌI BACKGROUND REDRAW: nền sau sâu hơn, không còn phẳng === */
.cm-home-2026 .cm-ongoi-feature{
  background:
    linear-gradient(115deg,rgba(22,7,10,.24) 0%,rgba(22,7,10,.02) 38%,rgba(255,214,136,.07) 70%,rgba(22,7,10,.18) 100%),
    radial-gradient(ellipse at 19% 25%,rgba(255,215,139,.26) 0%,rgba(255,215,139,.10) 25%,transparent 48%),
    radial-gradient(ellipse at 78% 31%,rgba(255,255,255,.13) 0%,rgba(255,255,255,.045) 27%,transparent 52%),
    radial-gradient(ellipse at 72% 86%,rgba(124,42,48,.60) 0%,rgba(124,42,48,.22) 28%,transparent 58%),
    repeating-linear-gradient(105deg,rgba(255,255,255,.035) 0 1px,transparent 1px 34px),
    linear-gradient(135deg,#2b0f13 0%,#5b2028 43%,#41151b 67%,#1f090d 100%)!important;
}
.cm-home-2026 .cm-ongoi-feature:before{
  background:
    linear-gradient(135deg,rgba(255,255,255,.06),transparent 28%,rgba(255,214,136,.045) 70%,transparent),
    repeating-linear-gradient(0deg,rgba(255,255,255,.018) 0 1px,transparent 1px 22px)!important;
  border-color:rgba(255,232,186,.24)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),inset 0 26px 70px rgba(255,214,136,.055),0 34px 100px rgba(0,0,0,.20)!important;
}
.cm-home-2026 .cm-ongoi-feature:after{
  right:-150px!important;
  bottom:-210px!important;
  width:620px!important;
  height:620px!important;
  background:
    radial-gradient(circle,rgba(245,205,116,.16),transparent 52%),
    repeating-radial-gradient(circle,rgba(255,231,178,.13) 0 1px,transparent 1px 42px)!important;
  border:1px solid rgba(245,205,116,.22)!important;
}
.cm-home-2026 .cm-ongoi-premium:before{
  content:"";
  position:absolute;
  z-index:-1;
  left:38%;
  top:4%;
  width:340px;
  height:78%;
  border-radius:190px 190px 22px 22px;
  border:1px solid rgba(255,232,186,.105);
  background:linear-gradient(180deg,rgba(255,232,186,.055),rgba(255,232,186,.015) 58%,transparent);
  box-shadow:0 0 90px rgba(255,214,136,.08);
  opacity:.8;
}
.cm-home-2026 .cm-ongoi-premium:after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:10% 43% 12% auto;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(255,232,186,.22),transparent);
  box-shadow:42px 0 0 rgba(255,232,186,.055),84px 0 0 rgba(255,232,186,.04);
  opacity:.75;
}
@media (max-width:980px){
  .cm-home-2026 .cm-ongoi-premium:before{left:12%;top:8%;width:280px;height:52%;opacity:.55;}
  .cm-home-2026 .cm-ongoi-premium:after{display:none;}
}

/* === ƠN GỌI COMPACT: thu nhỏ block + bỏ step text dưới === */
.cm-home-2026 .cm-ongoi-feature{padding:32px 22px!important;}
.cm-home-2026 .cm-ongoi-feature:before{inset:16px!important;border-radius:26px!important;}
.cm-home-2026 .cm-ongoi-premium{
  grid-template-columns:minmax(0,.92fr) minmax(330px,.56fr)!important;
  gap:30px!important;
  align-items:center!important;
}
.cm-home-2026 .cm-ongoi-copy{min-height:250px!important;padding:8px 0!important;}
.cm-home-2026 .cm-ongoi-badge{margin-bottom:10px!important;padding:6px 14px 6px 34px!important;font-size:11px!important;}
.cm-home-2026 .cm-ongoi-copy h2{
  max-width:12.2ch!important;
  margin-bottom:12px!important;
  font-size:clamp(34px,3.45vw,48px)!important;
  line-height:1!important;
}
.cm-home-2026 .cm-ongoi-lead{max-width:660px!important;margin-bottom:13px!important;font-size:clamp(14px,1vw,16px)!important;line-height:1.55!important;}
.cm-home-2026 .cm-ongoi-micro{gap:7px!important;margin-bottom:18px!important;}
.cm-home-2026 .cm-ongoi-micro span{padding:6px 10px!important;font-size:11px!important;}
.cm-home-2026 .cm-ongoi-actions{margin-bottom:0!important;}
.cm-home-2026 .cm-ongoi-steps{display:none!important;}
.cm-home-2026 .cm-ongoi-card{grid-template-rows:178px auto!important;border-radius:26px!important;}
.cm-home-2026 .cm-ongoi-card-media,
.cm-home-2026 .cm-ongoi-card-media img,
.cm-home-2026 .cm-ongoi-card-media .cm-card-placeholder{height:178px!important;min-height:178px!important;}
.cm-home-2026 .cm-ongoi-card-body{padding:17px 22px 18px!important;}
.cm-home-2026 .cm-ongoi-card h3{font-size:clamp(19px,1.15vw,22px)!important;line-height:1.12!important;}
.cm-home-2026 .cm-ongoi-card p{font-size:13px!important;line-height:1.45!important;margin-bottom:10px!important;}
@media (max-width:980px){
  .cm-home-2026 .cm-ongoi-feature{padding:34px 18px!important;}
  .cm-home-2026 .cm-ongoi-premium{grid-template-columns:1fr!important;gap:22px!important;}
  .cm-home-2026 .cm-ongoi-copy{min-height:0!important;}
}
@media (max-width:620px){
  .cm-home-2026 .cm-ongoi-copy h2{font-size:32px!important;}
  .cm-home-2026 .cm-ongoi-card-media,
  .cm-home-2026 .cm-ongoi-card-media img,
  .cm-home-2026 .cm-ongoi-card-media .cm-card-placeholder{height:170px!important;min-height:170px!important;}
}

/* === Tuần Cửu Nhật auto block (My Calendar) === */
.cm-novena-section{padding:38px 22px 46px!important;background:linear-gradient(180deg,#fffaf3,#f8f1e7)!important;}
.cm-home-2026 > .cm-section.cm-band:has(+ .cm-novena-section){padding-bottom:30px!important;}
.cm-novena-card{display:grid;grid-template-columns:.82fr 1.18fr;gap:28px;align-items:stretch;background:linear-gradient(135deg,#fffdf8,#f6ead8);border:1px solid rgba(201,162,77,.42);border-radius:28px;padding:28px;box-shadow:0 18px 55px rgba(75,30,36,.08);position:relative;overflow:hidden;}
.cm-novena-card:before{content:"";position:absolute;inset:0 auto 0 0;width:7px;background:linear-gradient(180deg,var(--cm-brown),var(--cm-gold));}
.cm-novena-copy{padding:6px 10px 6px 14px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;}
.cm-novena-copy .cm-title{font-size:clamp(28px,3vw,42px)!important;margin-bottom:0!important;text-align:center!important;}
.cm-novena-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;}
.cm-novena-item{background:#fff;text-decoration:none!important;color:inherit!important;border:1px solid rgba(75,30,36,.12);border-radius:18px;padding:16px;min-height:178px;display:flex;flex-direction:column;gap:13px;box-shadow:0 10px 28px rgba(75,30,36,.06);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;}
.cm-novena-item:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(75,30,36,.13);border-color:rgba(201,162,77,.5);}
.cm-novena-day{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--cm-brown),#7e3842);color:#fff;font-size:18px;font-weight:800;box-shadow:0 10px 22px rgba(75,30,36,.18);}
.cm-novena-thumb{height:84px;border-radius:16px;overflow:hidden;background:var(--cm-cream);}
.cm-novena-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.cm-novena-body h3{font-size:15px!important;line-height:1.32!important;margin:0!important;font-weight:800!important;letter-spacing:-.02em!important;color:var(--cm-brown)!important;}
.cm-novena-body h3 a{color:inherit!important;text-decoration:none!important;}
.cm-novena-body h3 a:hover{color:var(--cm-brown-2)!important;text-decoration:underline!important;}
@media (max-width:1050px){.cm-novena-card{grid-template-columns:1fr}.cm-novena-list{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:700px){.cm-novena-section{padding:28px 16px 34px!important}.cm-novena-card{padding:22px;border-radius:22px}.cm-novena-list{grid-template-columns:1fr}.cm-novena-item{min-height:0}.cm-novena-thumb{height:118px}.cm-novena-copy{padding-left:10px}}

/* === My Calendar detail compact layout === */
body.my-calendar .content-container.site-container{max-width:1160px!important;}
body.my-calendar .entry-content-wrap{padding:28px!important;}
body.my-calendar .mc-main #mc_event .single-event{max-width:1040px;margin:0 auto!important;background:#fff;border-radius:18px;box-shadow:0 16px 45px rgba(18,32,45,.08);overflow:hidden;}
body.my-calendar .mc-main #mc_event .single-event > header .event-title{margin:0!important;font-size:22px!important;line-height:1.2!important;}
body.my-calendar .mc-main #mc_event .single-event > header .event-title-container{padding:10px 18px!important;}
body.my-calendar .mc-main #mc_event .details.has-image{display:grid!important;grid-template-columns:minmax(220px,330px) minmax(0,1fr);gap:18px 28px;align-items:start;padding:18px 22px 22px!important;}
body.my-calendar .mc-main #mc_event .details.has-image .time-block{grid-column:1 / -1;justify-self:end;margin:0!important;padding:6px 10px!important;border-radius:10px;background:#f8f1e7;color:#4b1e24;font-size:13px;line-height:1.35;}
body.my-calendar .mc-main #mc_event .details.has-image .time-block p{margin:0!important;}
body.my-calendar .mc-main #mc_event .details.has-image img.mc-image{grid-column:1;width:100%!important;max-width:330px!important;max-height:430px!important;height:auto!important;object-fit:contain!important;margin:0!important;border-radius:16px;box-shadow:0 12px 32px rgba(75,30,36,.12);}
body.my-calendar .mc-main #mc_event .details.has-image .longdesc{grid-column:2;margin:0!important;color:#263241;font-size:15px;line-height:1.72;}
body.my-calendar .mc-main #mc_event .details.has-image .longdesc .entry > p{margin:0 0 12px!important;}
body.my-calendar .mc-main #mc_event .details.has-image .longdesc .entry > p:first-child{display:none;}
body.my-calendar .mc-main #mc_event .details.has-image .longdesc .entry > .post-title{margin-bottom:16px!important;color:#4b1e24;font-weight:800;line-height:1.45;}
body.my-calendar .mc-main #mc_event .details.has-image .sharing .mc-details{display:none!important;}
body.my-calendar .mc-main #mc_event .details.has-image .view-full{grid-column:1 / -1;margin:8px 0 0!important;text-align:right;}
@media (max-width:820px){
  body.my-calendar .entry-content-wrap{padding:18px!important;}
  body.my-calendar .mc-main #mc_event .details.has-image{grid-template-columns:1fr;padding:16px!important;}
  body.my-calendar .mc-main #mc_event .details.has-image .time-block{justify-self:start;}
  body.my-calendar .mc-main #mc_event .details.has-image img.mc-image{grid-column:1;max-width:360px!important;max-height:420px!important;justify-self:center;}
  body.my-calendar .mc-main #mc_event .details.has-image .longdesc{grid-column:1;}
  body.my-calendar .mc-main #mc_event .details.has-image .view-full{text-align:left;}
}

body.single-lectio-divina .entry-content.single-content > .vsel-content{
  display:block!important;
  clear:both!important;
  width:100%!important;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-meta,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info{
  float:none!important;
  clear:both!important;
  width:100%!important;
  box-sizing:border-box;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-meta{
  margin:0 0 24px!important;
  padding:0 0 18px;
  border-bottom:1px solid rgba(75,30,36,.14);
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info{
  display:grid!important;
  grid-template-columns:clamp(220px,36%,380px) minmax(0,1fr);
  column-gap:30px;
  align-items:start;
  position:relative;
  min-width:0;
  margin:0!important;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text{
  display:contents!important;
  float:none!important;
  clear:none!important;
  width:auto!important;
  min-width:0;
  margin:0!important;
}
body.single-lectio-divina .entry-content.single-content .vsel-text > p:has(> strong > img.attachment-266x266){
  display:none!important;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > *{
  grid-column:2!important;
  grid-row:auto!important;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > figure,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-image,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-image-figure,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .wp-block-image,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > figure.alignleft,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > figure.alignright,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .wp-block-image.alignleft,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .wp-block-image.alignright,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > figure.alignright,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > .wp-block-image:has(> figure:is(.alignleft,.alignright) > img){
  display:block!important;
  grid-column:1!important;
  grid-row:1!important;
  float:none!important;
  clear:none!important;
  position:absolute!important;
  top:0!important;
  right:auto!important;
  bottom:auto!important;
  left:0!important;
  z-index:1;
  width:clamp(220px,36%,380px)!important;
  height:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0 0 22px!important;
  box-sizing:border-box;
  text-align:left!important;
  justify-self:stretch;
  overflow:visible!important;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > *{
  float:none!important;
  clear:none!important;
  min-width:0;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > .wp-block-image > figure:is(.alignleft,.alignright),
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > p > a#set-post-thumbnail{
  display:block!important;
  float:none!important;
  clear:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  box-sizing:border-box;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > p:has(> a#set-post-thumbnail > img:is(.alignleft,.alignright)){
  display:contents!important;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > p:has(> a#set-post-thumbnail > img:is(.alignleft,.alignright)) > span[id^="more-"]:empty{
  display:none!important;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > p:has(> a#set-post-thumbnail > img:is(.alignleft,.alignright)) > a#set-post-thumbnail{
  display:block!important;
  grid-column:1!important;
  grid-row:1!important;
  float:none!important;
  clear:none!important;
  position:absolute!important;
  top:0!important;
  right:auto!important;
  bottom:auto!important;
  left:0!important;
  z-index:1;
  width:clamp(220px,36%,380px)!important;
  height:auto!important;
  max-width:none!important;
  margin:0!important;
  box-sizing:border-box;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > p:has(> img.attachment-266x266:is(.alignleft,.alignright)){
  display:contents!important;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > p:has(> img.attachment-266x266:is(.alignleft,.alignright)) > img{
  display:block!important;
  grid-column:1!important;
  grid-row:1!important;
  float:none!important;
  clear:none!important;
  position:absolute!important;
  top:0!important;
  right:auto!important;
  bottom:auto!important;
  left:0!important;
  z-index:1;
  width:clamp(220px,36%,380px)!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  margin:0!important;
  object-fit:initial!important;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > figure img,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-image img,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-image-figure img,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .wp-block-image img,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > figure.alignright > img,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > .wp-block-image > figure:is(.alignleft,.alignright) > img,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > p > a#set-post-thumbnail > img:is(.alignleft,.alignright){
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  margin:0!important;
  object-fit:initial!important;
  object-position:center center!important;
}
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > figure figcaption,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-image figcaption,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-image-figure figcaption,
body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .wp-block-image figcaption{
  display:block!important;
  width:100%!important;
  margin:10px 0 0!important;
  color:#6f5b4d;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}
@media screen and (max-width:620px){
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-meta{
    margin-bottom:20px!important;
  }
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info{
    display:block!important;
  }
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text{
    width:100%!important;
  }
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > figure,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-image,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-image-figure,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .wp-block-image,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > figure.alignleft,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > figure.alignright,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .wp-block-image.alignleft,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .wp-block-image.alignright,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > figure.alignright,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > .wp-block-image:has(> figure:is(.alignleft,.alignright) > img){
    float:none!important;
    clear:both!important;
    position:static!important;
    inset:auto!important;
    width:100%!important;
    max-width:none!important;
    margin:0 0 24px!important;
    text-align:center!important;
  }
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > figure img,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-image img,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-image-figure img,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .wp-block-image img,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > figure.alignright > img{
    width:100%!important;
    max-width:100%!important;
    max-height:none!important;
    margin:0 auto!important;
  }
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > p:has(> a#set-post-thumbnail > img:is(.alignleft,.alignright)) > a#set-post-thumbnail,
  body.single-lectio-divina .entry-content.single-content > .vsel-content > .vsel-info > .vsel-text > p:has(> img.attachment-266x266:is(.alignleft,.alignright)) > img{
    position:static!important;
    inset:auto!important;
    display:block!important;
    grid-column:auto!important;
    grid-row:auto!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:0 auto 24px!important;
  }
}

body.single-lectio-divina .article-post-thumbnail{
  display:none!important;
}


/* === NẾN CẦU NGUYỆN: form gửi ý cầu nguyện === */
.cm-candle-form-card{
  max-width:980px;
  margin:34px auto 10px;
  padding:34px;
  border-radius:28px;
  background:linear-gradient(145deg,#fffaf0,#ffffff 58%,#fff6dd);
  border:1px solid rgba(184,134,47,.22);
  box-shadow:0 24px 70px rgba(75,30,36,.10);
}
.cm-candle-form-head{text-align:center;max-width:720px;margin:0 auto 24px;}
.cm-candle-form-head h2{margin:.15em 0 .35em;font-size:clamp(28px,3vw,42px);line-height:1.08;color:#4b1e24;letter-spacing:-.035em;}
.cm-candle-form-head p{margin:0;color:#6f5b4d;font-weight:550;}

.cm-candle-form-hero{
  position:relative;
  overflow:hidden;
  min-height:178px;
  margin:0 0 26px;
  border-radius:24px;
  background:#6d4a14;
  box-shadow:0 18px 46px rgba(75,30,36,.14);
  isolation:isolate;
}
.cm-candle-form-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(75,30,36,.88) 0%,rgba(130,84,23,.64) 48%,rgba(184,134,47,.20) 100%);
}
.cm-candle-form-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 43%;
  transform:scale(1.03);
  filter:saturate(1.02) contrast(1.04);
}
.cm-candle-form-hero span{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  min-height:178px;
  padding:28px 32px;
  max-width:620px;
  color:#fff;
  font-size:clamp(24px,3vw,40px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.035em;
  text-shadow:0 3px 18px rgba(0,0,0,.28);
}
.cm-candle-notice{margin:0 0 20px;padding:14px 16px;border-radius:16px;font-weight:700;text-align:center;}
.cm-candle-notice-success{background:#edf8ef;color:#236b35;border:1px solid rgba(35,107,53,.18);}
.cm-candle-notice-error{background:#fff1f1;color:#8a2d2d;border:1px solid rgba(138,45,45,.18);}
.cm-candle-form{display:flex;flex-direction:column;gap:18px;}
.cm-candle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.cm-candle-form label{display:flex;flex-direction:column;gap:8px;color:#4b1e24;font-weight:800;}
.cm-candle-form label span{color:#b8862f;}
.cm-candle-form input,.cm-candle-form textarea{
  width:100%;
  border:1px solid rgba(75,30,36,.16);
  border-radius:16px;
  background:#fff;
  padding:14px 16px;
  color:#2f2523;
  font:inherit;
  font-weight:550;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.cm-candle-form input:focus,.cm-candle-form textarea:focus{outline:3px solid rgba(184,134,47,.20);border-color:rgba(184,134,47,.65);}
.cm-candle-submit{
  align-self:center;
  min-width:180px;
  border:0;
  border-radius:999px;
  padding:14px 30px;
  background:linear-gradient(135deg,#7b2f3a,#4b1e24);
  color:#fff;
  font-weight:900;
  font-size:17px;
  cursor:pointer;
  box-shadow:0 16px 34px rgba(75,30,36,.22);
  transition:transform .2s ease,box-shadow .2s ease;
}
.cm-candle-submit:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(75,30,36,.28);}
.cm-candle-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;}
@media (max-width:720px){
  .cm-candle-form-card{padding:24px 18px;border-radius:22px;}
  .cm-candle-form-hero{min-height:138px;border-radius:18px;margin-bottom:22px;}
  .cm-candle-form-hero span{min-height:138px;padding:22px;font-size:25px;}
  .cm-candle-grid{grid-template-columns:1fr;}
  .cm-candle-submit{width:100%;}
}

/* === MOBILE MENU: đổi off-canvas Kadence từ basic black sang Carmel premium === */
#mobile-drawer.popup-drawer .drawer-overlay{
  background:rgba(23,8,12,.58)!important;
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter:blur(5px);
}
#mobile-drawer.popup-drawer .drawer-inner{
  width:min(88vw,390px)!important;
  max-width:390px!important;
  margin:10px 0 10px auto!important;
  height:calc(100dvh - 20px)!important;
  border-radius:28px 0 0 28px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 18% 0%,rgba(229,190,106,.38),transparent 34%),
    radial-gradient(circle at 100% 18%,rgba(123,47,58,.20),transparent 30%),
    linear-gradient(165deg,#fffaf0 0%,#fff6e8 46%,#f5e4c3 100%)!important;
  border-left:1px solid rgba(229,190,106,.55)!important;
  box-shadow:-28px 0 70px rgba(31,10,14,.32)!important;
}
#mobile-drawer.popup-drawer .drawer-inner:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.66),transparent 26%,rgba(75,30,36,.06));
}
#mobile-drawer .drawer-header{
  position:relative!important;
  min-height:118px!important;
  padding:24px 24px 10px!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
}
#mobile-drawer .drawer-header:before{
  content:"Dòng Cát Minh\A Việt Nam";
  white-space:pre-line;
  position:absolute;
  left:24px;
  top:25px;
  max-width:220px;
  color:#4b1e24;
  font-size:24px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.045em;
}
#mobile-drawer .drawer-header:after{
  content:"Sống Trung Thành Theo Đức Kitô";
  position:absolute;
  left:24px;
  top:80px;
  color:#8b6f44;
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
#mobile-drawer #mobile-drawer .drawer-header{display:none;}
#mobile-drawer .drawer-header .drawer-toggle,
#mobile-drawer .drawer-header .menu-toggle-close{
  width:46px!important;
  height:46px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:rgba(75,30,36,.10)!important;
  border:1px solid rgba(75,30,36,.12)!important;
  box-shadow:0 10px 24px rgba(75,30,36,.10)!important;
  color:#4b1e24!important;
}
#mobile-drawer .menu-toggle-close .toggle-close-bar{
  background:#4b1e24!important;
  height:2px!important;
  width:22px!important;
}
#mobile-drawer .drawer-content{
  position:relative!important;
  padding:4px 18px 24px!important;
  z-index:1!important;
}
#mobile-drawer .mobile-menu-container ul.menu{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  padding:0!important;
  margin:0!important;
}
#mobile-drawer .mobile-navigation ul li{
  margin:0!important;
  font-size:16px!important;
}
#mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) > a{
  min-height:58px!important;
  border:1px solid rgba(75,30,36,.10)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.72)!important;
  box-shadow:0 10px 26px rgba(75,30,36,.075)!important;
  overflow:hidden!important;
}
#mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap:hover,
#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) > a:hover{
  background:#fff!important;
  border-color:rgba(184,134,47,.34)!important;
}
#mobile-drawer .mobile-navigation ul li a,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  padding:15px 16px!important;
  color:#3c2023!important;
  font-weight:850!important;
  line-height:1.25!important;
  text-decoration:none!important;
}
#mobile-drawer .mobile-navigation ul#mobile-menu > li > a:before,
#mobile-drawer .mobile-navigation ul#mobile-menu > li > .drawer-nav-drop-wrap > a:before{
  content:"✦";
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:linear-gradient(135deg,#fff3cf,#e3bd61);
  color:#7b2f3a;
  font-size:16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 8px 18px rgba(184,134,47,.18);
}
#mobile-drawer .mobile-navigation ul#mobile-menu > li:nth-child(1) > .drawer-nav-drop-wrap > a:before{content:"▤";}
#mobile-drawer .mobile-navigation ul#mobile-menu > li:nth-child(2) > .drawer-nav-drop-wrap > a:before{content:"✹";}
#mobile-drawer .mobile-navigation ul#mobile-menu > li:nth-child(3) > .drawer-nav-drop-wrap > a:before{content:"⌁";}
#mobile-drawer .mobile-navigation ul#mobile-menu > li:nth-child(4) > a:before{content:"♡";}
#mobile-drawer .mobile-navigation ul#mobile-menu > li:nth-child(5) > .drawer-nav-drop-wrap > a:before{content:"⌘";}
#mobile-drawer .mobile-navigation ul#mobile-menu > li:nth-child(6) > a:before{content:"⌖";}
#mobile-drawer .mobile-navigation ul#mobile-menu > li:nth-child(7) > a:before{content:"□";}
#mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap button{
  width:54px!important;
  min-width:54px!important;
  border-left:0!important;
  color:#7b2f3a!important;
  background:rgba(123,47,58,.06)!important;
  border-radius:0 18px 18px 0!important;
}
#mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap button svg{
  width:18px!important;
  height:18px!important;
}
#mobile-drawer .mobile-navigation ul.sub-menu{
  margin:7px 0 2px 18px!important;
  padding:0 0 0 14px!important;
  border-left:2px solid rgba(184,134,47,.36)!important;
}
#mobile-drawer .mobile-navigation ul.sub-menu li a{
  min-height:auto!important;
  margin:0 0 6px!important;
  padding:10px 13px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.52)!important;
  border:1px solid rgba(75,30,36,.07)!important;
  box-shadow:none!important;
  color:#5b3b34!important;
  font-size:14px!important;
  font-weight:750!important;
}
#mobile-drawer .mobile-navigation ul.sub-menu li a:before{
  content:"";
  width:6px;
  height:6px;
  flex:0 0 6px;
  border-radius:50%;
  background:#c59b42;
}
@media (max-width:380px){
  #mobile-drawer.popup-drawer .drawer-inner{width:91vw!important;border-radius:22px 0 0 22px!important;}
  #mobile-drawer .drawer-header:before{font-size:21px;}
  #mobile-drawer .mobile-navigation ul li a,
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a{font-size:15px!important;padding:13px 14px!important;}
}


/* === MOBILE MENU FIX: gọn lại + trả scroll/collapse cho Kadence === */
#mobile-drawer.popup-drawer .drawer-inner{
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
#mobile-drawer .drawer-header{
  flex:0 0 auto!important;
  min-height:92px!important;
  padding:18px 18px 8px!important;
}
#mobile-drawer .drawer-header:before{
  left:18px!important;
  top:19px!important;
  font-size:21px!important;
  line-height:1.04!important;
  max-width:190px!important;
}
#mobile-drawer .drawer-header:after{
  left:18px!important;
  top:66px!important;
  font-size:9.5px!important;
  letter-spacing:.07em!important;
}
#mobile-drawer .drawer-header .drawer-toggle,
#mobile-drawer .drawer-header .menu-toggle-close{
  width:40px!important;
  height:40px!important;
}
#mobile-drawer .drawer-content{
  flex:1 1 auto!important;
  height:auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  padding:2px 14px 18px!important;
}
#mobile-drawer .mobile-menu-container ul.menu{gap:7px!important;}
#mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) > a{
  min-height:48px!important;
  border-radius:15px!important;
  box-shadow:0 7px 18px rgba(75,30,36,.055)!important;
}
#mobile-drawer .mobile-navigation ul li a,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a{
  gap:10px!important;
  padding:11px 13px!important;
  font-size:15px!important;
  font-weight:820!important;
}
#mobile-drawer .mobile-navigation ul#mobile-menu > li > a:before,
#mobile-drawer .mobile-navigation ul#mobile-menu > li > .drawer-nav-drop-wrap > a:before{
  width:28px!important;
  height:28px!important;
  flex-basis:28px!important;
  border-radius:10px!important;
  font-size:14px!important;
}
#mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap button{
  width:46px!important;
  min-width:46px!important;
  border-radius:0 15px 15px 0!important;
}
#mobile-drawer .mobile-navigation ul.sub-menu{
  margin:5px 0 2px 16px!important;
  padding-left:10px!important;
}
#mobile-drawer .mobile-navigation ul.sub-menu li a{
  margin-bottom:5px!important;
  padding:8px 11px!important;
  border-radius:12px!important;
  font-size:13.5px!important;
}
@media (max-width:380px){
  #mobile-drawer .drawer-content{padding-left:12px!important;padding-right:12px!important;}
  #mobile-drawer .drawer-header{min-height:86px!important;}
  #mobile-drawer .drawer-header:before{font-size:19px!important;}
  #mobile-drawer .drawer-header:after{top:62px!important;font-size:8.8px!important;}
  #mobile-drawer .mobile-navigation ul li a,
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a{font-size:14px!important;padding:10px 12px!important;}
}

/* === MOBILE MENU DONGTEN-LIKE: trắng fullscreen, logo trên, menu gọn === */
@media (max-width:1024px){
  #mobile-drawer.popup-drawer .drawer-overlay{
    background:rgba(0,0,0,.20)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  #mobile-drawer.popup-drawer .drawer-inner{
    inset:0!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
  }
  #mobile-drawer.popup-drawer .drawer-inner:before,
  #mobile-drawer.popup-drawer .drawer-inner:after{display:none!important;content:""!important;}
  #mobile-drawer .drawer-header{
    position:relative!important;
    min-height:118px!important;
    flex:0 0 auto!important;
    padding:20px 22px 8px!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:flex-end!important;
    background:#fff!important;
    border:0!important;
    box-shadow:none!important;
  }
  #mobile-drawer .drawer-header:before{
    content:""!important;
    position:absolute!important;
    left:22px!important;
    top:20px!important;
    width:76px!important;
    height:76px!important;
    max-width:none!important;
    border-radius:50%!important;
    background:url('https://carmelites.site/wp-content/uploads/2021/05/LOGO-PHU-TINH-e1619802969517-300x300.jpg') center/contain no-repeat!important;
    filter:none!important;
  }
  #mobile-drawer .drawer-header:after{display:none!important;content:""!important;}
  #mobile-drawer .drawer-header .drawer-toggle,
  #mobile-drawer .drawer-header .menu-toggle-close{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#111!important;
  }
  #mobile-drawer .menu-toggle-close .toggle-close-bar{
    width:28px!important;
    height:2px!important;
    border-radius:2px!important;
    background:#111!important;
  }
  #mobile-drawer .drawer-content{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    touch-action:pan-y!important;
    padding:4px 24px 32px!important;
    background:#fff!important;
  }
  #mobile-drawer .drawer-content::-webkit-scrollbar{display:none!important;}
  #mobile-drawer .mobile-menu-container ul.menu{
    display:block!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    background:#fff!important;
  }
  #mobile-drawer .mobile-navigation ul li{margin:0!important;list-style:none!important;background:#fff!important;}
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
  #mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) > a{
    min-height:56px!important;
    margin:0!important;
    border:0!important;
    border-bottom:1px dotted rgba(0,0,0,.24)!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  #mobile-drawer .mobile-navigation ul li a,
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
    padding:15px 0!important;
    color:#555!important;
    font-size:20px!important;
    line-height:1.25!important;
    font-weight:500!important;
    letter-spacing:0!important;
    text-transform:none!important;
    text-decoration:none!important;
  }
  #mobile-drawer .mobile-navigation ul#mobile-menu > li > a:before,
  #mobile-drawer .mobile-navigation ul#mobile-menu > li > .drawer-nav-drop-wrap > a:before{
    display:none!important;
    content:""!important;
  }
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap button{
    width:46px!important;
    min-width:46px!important;
    height:56px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#202020!important;
    display:grid!important;
    place-items:center!important;
    box-shadow:none!important;
  }
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap button svg{
    width:20px!important;
    height:20px!important;
  }
  #mobile-drawer .mobile-navigation ul.sub-menu{
    margin:0!important;
    padding:0 0 8px 16px!important;
    border:0!important;
    background:#fff!important;
  }
  #mobile-drawer .mobile-navigation ul.sub-menu li a{
    min-height:42px!important;
    margin:0!important;
    padding:10px 0!important;
    border:0!important;
    border-bottom:1px dotted rgba(0,0,0,.14)!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    color:#666!important;
    font-size:16px!important;
    line-height:1.3!important;
    font-weight:450!important;
  }
  #mobile-drawer .mobile-navigation ul.sub-menu li a:before{
    content:""!important;
    display:block!important;
    width:5px!important;
    height:5px!important;
    flex:0 0 5px!important;
    margin-right:10px!important;
    border-radius:50%!important;
    background:#a53030!important;
  }
}
@media (max-width:380px){
  #mobile-drawer .drawer-header{min-height:106px!important;padding:18px 20px 6px!important;}
  #mobile-drawer .drawer-header:before{left:20px!important;top:18px!important;width:68px!important;height:68px!important;}
  #mobile-drawer .drawer-content{padding:2px 22px 28px!important;}
  #mobile-drawer .mobile-navigation ul li a,
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a{font-size:19px!important;padding:14px 0!important;}
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
  #mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) > a{min-height:52px!important;}
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap button{height:52px!important;}
}

/* === MOBILE MENU COLOR TUNE: tông Cát Minh ấm, dịu mắt === */
@media (max-width:1024px){
  #mobile-drawer.popup-drawer .drawer-inner,
  #mobile-drawer .drawer-header,
  #mobile-drawer .drawer-content,
  #mobile-drawer .mobile-menu-container ul.menu,
  #mobile-drawer .mobile-navigation ul li,
  #mobile-drawer .mobile-navigation ul.sub-menu{
    background:#fffaf1!important;
  }
  #mobile-drawer.popup-drawer .drawer-inner{
    background:linear-gradient(180deg,#fffaf1 0%,#fff6e8 48%,#fffaf1 100%)!important;
  }
  #mobile-drawer .drawer-header{
    background:linear-gradient(180deg,#fff7ea 0%,#fffaf1 100%)!important;
  }
  #mobile-drawer .drawer-header:before{
    z-index:2!important;
    background-color:#fffaf1!important;
    box-shadow:0 8px 18px rgba(92,37,34,.10)!important;
  }
  #mobile-drawer .drawer-header .drawer-toggle,
  #mobile-drawer .drawer-header .menu-toggle-close{
    color:#7b1f1f!important;
  }
  #mobile-drawer .menu-toggle-close .toggle-close-bar{
    background:#7b1f1f!important;
  }
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
  #mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) > a{
    background:transparent!important;
    border-bottom-color:rgba(151,104,42,.34)!important;
  }
  #mobile-drawer .mobile-navigation ul li a,
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a{
    color:#5a4038!important;
  }
  #mobile-drawer .mobile-navigation ul li a:hover,
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a:hover{
    color:#8d2523!important;
  }
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap button{
    color:#7b1f1f!important;
  }
  #mobile-drawer .mobile-navigation ul.sub-menu li a{
    background:rgba(255,255,255,.36)!important;
    border-bottom-color:rgba(151,104,42,.18)!important;
    color:#6e554b!important;
  }
  #mobile-drawer .mobile-navigation ul.sub-menu li a:before{
    background:#b88942!important;
  }
}

/* === MOBILE MENU: bỏ vòng logo mờ đầu menu === */
@media (max-width:1024px){
  #mobile-drawer .drawer-header:before{
    display:none!important;
    content:""!important;
    background:none!important;
    box-shadow:none!important;
  }
  #mobile-drawer .drawer-header{
    min-height:92px!important;
    padding-top:22px!important;
  }
  #mobile-drawer .drawer-content{
    padding-top:0!important;
  }
}
@media (max-width:380px){
  #mobile-drawer .drawer-header{min-height:86px!important;}
}

/* === CANDLE HERO: câu cầu nguyện dài hơn, tự co vừa banner === */
.cm-candle-form-hero span{
  max-width:min(980px,92%)!important;
  font-size:clamp(22px,2.45vw,34px)!important;
  line-height:1.12!important;
  letter-spacing:-.03em!important;
}
@media (max-width:640px){
  .cm-candle-form-hero{min-height:190px!important;}
  .cm-candle-form-hero span{
    min-height:190px!important;
    padding:24px 22px!important;
    font-size:clamp(21px,7vw,31px)!important;
  }
}

/* === NOVENA FEATURED UI: section quan trọng, sang + cân card === */
.cm-novena-section{
  padding:64px 22px 70px!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(184,134,47,.14),transparent 32%),
    radial-gradient(circle at 86% 26%,rgba(75,30,36,.08),transparent 34%),
    linear-gradient(180deg,#fffaf2 0%,#f7efe3 100%)!important;
}
.cm-novena-section .cm-container{
  max-width:1420px!important;
}
.cm-novena-card{
  grid-template-columns:minmax(320px,410px) minmax(0,1fr)!important;
  gap:34px!important;
  align-items:center!important;
  min-height:330px!important;
  padding:38px!important;
  border-radius:34px!important;
  border:1px solid rgba(184,134,47,.42)!important;
  background:
    linear-gradient(135deg,rgba(255,253,248,.96),rgba(250,241,225,.92)),
    radial-gradient(circle at 18% 20%,rgba(184,134,47,.12),transparent 36%)!important;
  box-shadow:0 26px 80px rgba(75,30,36,.12)!important;
}
.cm-novena-card:before{
  width:8px!important;
  background:linear-gradient(180deg,#5b2028 0%,#b8862f 52%,#f0d594 100%)!important;
}
.cm-novena-card:after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-95px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(184,134,47,.13),transparent 66%);
  pointer-events:none;
}
.cm-novena-copy{
  position:relative!important;
  z-index:1!important;
  min-height:230px!important;
  padding:18px 12px 18px 22px!important;
  align-items:flex-start!important;
  text-align:left!important;
}
.cm-novena-copy .cm-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0 0 16px!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  background:rgba(184,134,47,.13)!important;
  color:#8a6125!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.cm-novena-copy .cm-eyebrow:before{
  content:"✦";
  color:#7a2228;
  font-size:12px;
}
.cm-novena-copy .cm-title{
  max-width:390px!important;
  margin:0!important;
  color:#4b1e24!important;
  font-size:clamp(42px,3.65vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  text-align:left!important;
  text-wrap:balance!important;
}
.cm-novena-list{
  position:relative!important;
  z-index:1!important;
  grid-template-columns:repeat(5,minmax(132px,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.cm-novena-item{
  min-height:252px!important;
  padding:14px!important;
  gap:14px!important;
  border-radius:24px!important;
  border:1px solid rgba(75,30,36,.10)!important;
  background:linear-gradient(180deg,#fff 0%,#fffaf3 100%)!important;
  box-shadow:0 14px 34px rgba(75,30,36,.085)!important;
  overflow:hidden!important;
}
.cm-novena-item:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(184,134,47,.62)!important;
  box-shadow:0 24px 54px rgba(75,30,36,.16)!important;
}
.cm-novena-thumb{
  height:122px!important;
  border-radius:18px!important;
  background:#f3eadc!important;
  box-shadow:inset 0 0 0 1px rgba(184,134,47,.12)!important;
}
.cm-novena-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transition:transform .3s ease!important;
}
.cm-novena-item:hover .cm-novena-thumb img{transform:scale(1.045)!important;}
.cm-novena-body{display:flex!important;flex-direction:column!important;gap:7px!important;}
.cm-novena-body .cm-daily-date{
  color:#9a712e!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:850!important;
  letter-spacing:-.01em!important;
}
.cm-novena-body h3{
  color:#4b1e24!important;
  font-size:clamp(15px,1.02vw,18px)!important;
  line-height:1.18!important;
  font-weight:920!important;
  letter-spacing:-.035em!important;
  text-wrap:balance!important;
}
.cm-novena-day{
  width:54px!important;
  height:54px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#4b1e24,#8a2e34)!important;
}
@media (max-width:1180px){
  .cm-novena-card{grid-template-columns:1fr!important;gap:24px!important;min-height:0!important;}
  .cm-novena-copy{min-height:0!important;align-items:center!important;text-align:center!important;padding:6px 12px!important;}
  .cm-novena-copy .cm-title{max-width:760px!important;text-align:center!important;font-size:clamp(36px,6vw,58px)!important;}
  .cm-novena-list{grid-template-columns:repeat(5,minmax(138px,1fr))!important;}
}
@media (max-width:820px){
  .cm-novena-section{padding:36px 14px 42px!important;}
  .cm-novena-card{padding:22px!important;border-radius:26px!important;}
  .cm-novena-list{
    display:flex!important;
    gap:14px!important;
    overflow-x:auto!important;
    padding:4px 2px 12px!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .cm-novena-list::-webkit-scrollbar{display:none!important;}
  .cm-novena-item{
    flex:0 0 min(74vw,260px)!important;
    min-height:248px!important;
    scroll-snap-align:start!important;
  }
  .cm-novena-thumb{height:130px!important;}
}
@media (max-width:520px){
  .cm-novena-copy .cm-eyebrow{font-size:11px!important;margin-bottom:12px!important;}
  .cm-novena-copy .cm-title{font-size:34px!important;line-height:1.06!important;}
  .cm-novena-card{padding:20px 16px 18px!important;}
  .cm-novena-item{flex-basis:78vw!important;}
}

/* === NOVENA TITLE SOFTEN: chữ thoáng, bớt thô === */
.cm-novena-copy .cm-title{
  font-size:clamp(34px,3.05vw,50px)!important;
  line-height:1.16!important;
  letter-spacing:-.035em!important;
  font-weight:820!important;
  max-width:430px!important;
}
@media (max-width:1180px){
  .cm-novena-copy .cm-title{
    font-size:clamp(32px,5vw,46px)!important;
    line-height:1.15!important;
    max-width:680px!important;
  }
}
@media (max-width:520px){
  .cm-novena-copy .cm-title{
    font-size:30px!important;
    line-height:1.14!important;
    letter-spacing:-.025em!important;
  }
}

/* === HOME RHYTHM FINAL: gọn khoảng trắng, đồng bộ nhịp layout === */
.cm-home-2026 > .cm-section{
  padding-top:42px!important;
  padding-bottom:42px!important;
}
.cm-home-2026 > .cm-section.cm-band:first-of-type,
.cm-home-2026 > .cm-hero + .cm-section{
  padding-top:42px!important;
  padding-bottom:32px!important;
}
.cm-home-2026 .cm-container{
  max-width:1160px!important;
}
.cm-home-2026 .cm-title,
.cm-home-2026 .cm-daily-section .cm-title{
  margin-bottom:20px!important;
}
.cm-home-2026 .cm-news-carousel{
  margin-top:4px!important;
  padding-bottom:24px!important;
}
.cm-home-2026 .cm-news-dots{
  bottom:8px!important;
}
.cm-home-2026 .cm-post-card,
.cm-home-2026 .cm-daily-card,
.cm-home-2026 .cm-labeled-block,
.cm-home-2026 .cm-video-card{
  box-shadow:0 12px 32px rgba(75,30,36,.075)!important;
}
.cm-home-2026 .cm-labeled-block{
  padding:24px!important;
}
.cm-home-2026 .cm-labeled-block + .cm-labeled-block{
  margin-top:34px!important;
}
.cm-home-2026 .cm-mucvu-section{
  padding-top:40px!important;
  padding-bottom:40px!important;
}
.cm-home-2026 .cm-daily-section{
  padding-top:42px!important;
  padding-bottom:40px!important;
}
.cm-home-2026 .cm-daily-head{
  margin-bottom:20px!important;
}
.cm-home-2026 .cm-daily-card{
  padding:20px 22px 14px!important;
}
.cm-home-2026 .cm-daily-grid{
  gap:22px!important;
}
.cm-home-2026 .cm-suytu-box{
  padding:24px!important;
}
.cm-home-2026 .cm-suytu-editorial-head{
  margin-bottom:16px!important;
}
.cm-home-2026 .cm-ongoi-feature{
  margin-top:0!important;
  padding-top:42px!important;
  padding-bottom:42px!important;
}
.cm-home-2026 .cm-ongoi-feature:before{
  inset:14px!important;
}
.cm-home-2026 .cm-video-section{
  padding-top:42px!important;
  padding-bottom:48px!important;
}
.cm-home-2026 .cm-video-grid{
  margin-top:18px!important;
}
.cm-home-2026 .cm-shop-prayer-cards{
  margin-top:4px!important;
  gap:18px!important;
}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-card,
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-card:hover{
  min-height:146px!important;
}
.cm-home-2026 .cm-shop-prayer-cards .cm-skew-inner{
  min-height:146px!important;
  padding:24px 28px!important;
}
/* Novena: vẫn nổi bật nhưng hết phình/rỗng */
.cm-novena-section{
  padding:34px 22px 38px!important;
}
.cm-novena-section .cm-container{
  max-width:1160px!important;
}
.cm-novena-card{
  grid-template-columns:minmax(260px,330px) minmax(0,1fr)!important;
  gap:26px!important;
  min-height:232px!important;
  padding:26px 28px!important;
  border-radius:28px!important;
  box-shadow:0 16px 46px rgba(75,30,36,.10)!important;
}
.cm-novena-copy{
  min-height:0!important;
  padding:10px 8px 10px 18px!important;
}
.cm-novena-copy .cm-title{
  max-width:310px!important;
  font-size:clamp(30px,2.55vw,42px)!important;
  line-height:1.14!important;
  letter-spacing:-.03em!important;
  font-weight:780!important;
}
.cm-novena-list{
  gap:13px!important;
  grid-template-columns:repeat(5,minmax(116px,1fr))!important;
}
.cm-novena-item{
  min-height:210px!important;
  padding:12px!important;
  border-radius:20px!important;
}
.cm-novena-thumb{
  height:96px!important;
  border-radius:15px!important;
}
.cm-novena-body{gap:5px!important;}
.cm-novena-body .cm-daily-date{
  font-size:12.5px!important;
}
.cm-novena-body h3{
  font-size:clamp(14px,.92vw,16px)!important;
  line-height:1.18!important;
}
@media (max-width:900px){
  .cm-home-2026 > .cm-section{padding-top:34px!important;padding-bottom:34px!important;}
  .cm-home-2026 .cm-labeled-block{padding:20px!important;}
  .cm-novena-section{padding:28px 16px 32px!important;}
  .cm-novena-card{grid-template-columns:1fr!important;padding:22px!important;gap:18px!important;}
  .cm-novena-copy{padding:0!important;align-items:center!important;text-align:center!important;}
  .cm-novena-copy .cm-title{max-width:620px!important;text-align:center!important;font-size:clamp(30px,5.2vw,42px)!important;}
  .cm-novena-item{min-height:218px!important;}
  .cm-novena-thumb{height:116px!important;}
}
@media (max-width:520px){
  .cm-home-2026 > .cm-section{padding-top:28px!important;padding-bottom:30px!important;}
  .cm-home-2026 .cm-title,
  .cm-home-2026 .cm-daily-section .cm-title{margin-bottom:16px!important;}
  .cm-home-2026 .cm-news-carousel{padding-bottom:20px!important;}
  .cm-home-2026 .cm-labeled-block{padding:18px!important;border-radius:18px!important;}
  .cm-home-2026 .cm-labeled-block + .cm-labeled-block{margin-top:26px!important;}
  .cm-home-2026 .cm-daily-card{padding:18px!important;}
  .cm-home-2026 .cm-ongoi-feature{padding-top:34px!important;padding-bottom:34px!important;}
  .cm-home-2026 .cm-video-section{padding-bottom:38px!important;}
  .cm-novena-card{padding:18px 14px!important;border-radius:22px!important;}
  .cm-novena-copy .cm-title{font-size:28px!important;line-height:1.12!important;}
  .cm-novena-item{flex-basis:72vw!important;min-height:210px!important;}
  .cm-novena-thumb{height:110px!important;}
}

/* === FEATURED HERO POSTS: 5 bài tiêu biểu, click ảnh vào bài === */
.cm-hero-featured:before{pointer-events:none;}
.cm-hero-featured .cm-hero-slides{z-index:0;}
.cm-hero-featured .cm-hero-slide{position:absolute;inset:0;display:block;opacity:0;transform:scale(1.03);transition:opacity 1.05s ease,transform 5.2s ease;}
.cm-hero-featured .cm-hero-slide.is-active{opacity:1;transform:scale(1.08);}
.cm-hero-featured .cm-hero-slide img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important;transform:none!important;display:block;filter:saturate(1) contrast(1.05) brightness(1.02);}
.cm-hero-featured .cm-hero-copy{display:none;}
.cm-hero-featured .cm-hero-copy.is-active{display:block;animation:cmHeroCopyIn .42s ease both;}
.cm-hero-featured .cm-hero-copy h1 a{color:#fff!important;text-decoration:none;font-size:34px!important;line-height:1.12!important;}
.cm-hero-featured .cm-hero-copy h1 a:hover{color:#f6d88d!important;}
.cm-hero-featured .cm-hero-dots button{width:10px;height:10px;border:0;border-radius:50%;background:rgba(255,255,255,.48);box-shadow:0 0 0 1px rgba(0,0,0,.12);padding:0;cursor:pointer;transition:.25s ease;}
.cm-hero-featured .cm-hero-dots button.is-active{width:30px;border-radius:999px;background:var(--cm-gold);}
@keyframes cmHeroCopyIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}


/* === HERO COPY BALANCE: title in ảnh đầu cần gọn và cân dòng hơn === */
.cm-hero-featured .cm-hero-card{
  max-width:min(860px,62vw)!important;
  padding:36px 44px 34px 54px!important;
}
.cm-hero-featured .cm-hero-copy h1{
  max-width:820px!important;
  font-size:clamp(36px,3.15vw,54px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  text-wrap:balance;
  margin-bottom:14px!important;
}
.cm-hero-featured .cm-hero-copy > p:not(.cm-eyebrow){
  max-width:760px!important;
  font-size:clamp(16px,1.25vw,22px)!important;
  line-height:1.5!important;
  margin-bottom:22px!important;
}
.cm-hero-featured .cm-actions{
  gap:12px!important;
}
@media (max-width:1100px){
  .cm-hero-featured .cm-hero-card{max-width:720px!important;padding:32px 36px!important;}
  .cm-hero-featured .cm-hero-copy h1{font-size:clamp(34px,5vw,48px)!important;max-width:680px!important;}
}
@media (max-width:620px){
  .cm-hero-featured .cm-hero-card{padding:24px 22px!important;}
  .cm-hero-featured .cm-hero-copy h1{font-size:31px!important;line-height:1.12!important;letter-spacing:-.025em!important;}
  .cm-hero-featured .cm-hero-copy > p:not(.cm-eyebrow){font-size:15px!important;line-height:1.5!important;}
}


/* === HERO TITLE FINAL OVERRIDE: ép cả h1 và link về 34px === */
.cm-home-2026 .cm-hero-featured .cm-hero-copy h1,
.cm-home-2026 .cm-hero-featured .cm-hero-copy h1 a{
  font-size:34px!important;
  line-height:1.16!important;
  letter-spacing:-.02em!important;
  max-width:640px!important;
}
.cm-home-2026 .cm-hero-featured .cm-hero-copy > p:not(.cm-eyebrow){
  max-width:620px!important;
  font-size:18px!important;
  line-height:1.55!important;
}
.cm-home-2026 .cm-hero-featured .cm-hero-card{
  max-width:700px!important;
  padding:34px 40px!important;
}
@media (max-width:620px){
  .cm-home-2026 .cm-hero-featured .cm-hero-copy h1,
  .cm-home-2026 .cm-hero-featured .cm-hero-copy h1 a{font-size:30px!important;line-height:1.14!important;}
}

/* === HOME BOTTOM BALANCE: readable vocation CTA + balanced footer === */
body.home .cm-home-2026 .cm-ongoi-feature{
  margin-top:24px!important;
  padding:52px 24px 56px!important;
  border-top:1px solid rgba(216,178,94,.58)!important;
  border-bottom:1px solid rgba(216,178,94,.28)!important;
}
body.home .cm-home-2026 .cm-ongoi-copy h2{
  color:#fff!important;
  text-shadow:0 2px 14px rgba(0,0,0,.48)!important;
}
body.home .cm-home-2026 .cm-ongoi-lead{
  color:#f7eee8!important;
  text-shadow:0 1px 8px rgba(0,0,0,.24)!important;
}
body.home .cm-footer{
  margin-top:0!important;
  padding:64px 24px 38px!important;
  border-top:5px solid #b03a36!important;
}
body.home .cm-footer-inner{
  grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(0,1fr))!important;
  gap:clamp(24px,3.5vw,48px)!important;
  align-items:start!important;
}
body.home .cm-footer-brand{
  padding-right:clamp(0px,2vw,24px)!important;
}
body.home .cm-footer-col h3{
  line-height:1.25!important;
  margin-bottom:14px!important;
}
body.home .cm-footer-col h4{
  line-height:1.3!important;
  margin-bottom:16px!important;
}
body.home .cm-footer-brand p{
  max-width:32ch!important;
  line-height:1.65!important;
}
body.home .cm-footer-col li{
  margin-bottom:10px!important;
}
@media (max-width:860px){
  body.home .cm-home-2026 .cm-ongoi-feature{
    padding:44px 18px 48px!important;
  }
  body.home .cm-footer{
    padding:54px 24px 34px!important;
  }
  body.home .cm-footer-inner{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:28px 24px!important;
  }
  body.home .cm-footer-brand{
    grid-column:1/-1!important;
    max-width:48ch!important;
  }
}
@media (max-width:620px){
  body.home .cm-home-2026 .cm-ongoi-feature{
    margin-top:18px!important;
    padding:36px 16px 40px!important;
  }
}
@media (max-width:480px){
  body.home .cm-footer{
    padding:46px 20px 30px!important;
  }
  body.home .cm-footer-inner{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  body.home .cm-footer-brand{
    grid-column:auto!important;
    max-width:none!important;
  }
}

@media (min-width:1025px){
  .site-main-header-inner-wrap,
  .site-header-main-section-left,
  .site-header-main-section-right,
  .site-branding,
  .site-branding a.brand,
  .site-title-wrap,
  #site-navigation.main-navigation,
  #site-navigation.main-navigation .primary-menu-container,
  #site-navigation.main-navigation .primary-menu-container > ul{
    min-width:0!important;
  }
  .site-main-header-inner-wrap{
    display:flex!important;
    align-items:center!important;
    gap:clamp(12px,1.2vw,22px)!important;
  }
  .site-header-main-section-left{
    flex:1 1 38%!important;
    width:auto!important;
    max-width:none!important;
  }
  .site-header-main-section-right{
    flex:1 1 62%!important;
    width:auto!important;
    max-width:none!important;
    justify-content:flex-end!important;
  }
  .site-branding,
  .site-branding a.brand{
    display:flex!important;
    align-items:center!important;
    flex:1 1 auto!important;
    max-width:100%!important;
    overflow:visible!important;
  }
  .site-branding .custom-logo{flex:0 0 auto!important;}
  .site-title-wrap{flex:1 1 auto!important;max-width:none!important;overflow:hidden!important;}
  .site-branding .site-title,
  .site-branding .site-title a{
    display:block!important;
    min-width:0!important;
    max-width:none!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  #site-navigation.main-navigation{
    flex:1 1 auto!important;
    width:auto!important;
    max-width:none!important;
  }
  #site-navigation.main-navigation .primary-menu-container{width:100%!important;max-width:none!important;}
  #site-navigation.main-navigation .primary-menu-container > ul{
    display:flex!important;
    flex:1 1 auto!important;
    flex-wrap:nowrap!important;
    justify-content:flex-end!important;
    align-items:center!important;
    gap:clamp(3px,.4vw,7px)!important;
    overflow:visible!important;
  }
  #site-navigation.main-navigation .primary-menu-container > ul > li.menu-item{
    flex:0 1 auto!important;
    min-width:0!important;
  }
  #site-navigation.main-navigation .primary-menu-container > ul > li.menu-item > a{
    min-width:0!important;
    padding:6px clamp(2px,.3vw,6px)!important;
    font-size:clamp(12.5px,.78vw,13.5px)!important;
    line-height:1.2!important;
  }
  #site-navigation.main-navigation .primary-menu-container > ul > li.menu-item > a:before{
    width:18px!important;
    height:18px!important;
    flex:0 0 18px!important;
    margin-right:5px!important;
    border-radius:0!important;
    background-color:var(--cm-red)!important;
    background-image:none!important;
    box-shadow:none!important;
    transform:none!important;
    -webkit-mask-repeat:no-repeat!important;
    mask-repeat:no-repeat!important;
    -webkit-mask-position:center!important;
    mask-position:center!important;
    -webkit-mask-size:contain!important;
    mask-size:contain!important;
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M5 6h14M5 12h14M5 18h9'/%3E%3C/g%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M5 6h14M5 12h14M5 18h9'/%3E%3C/g%3E%3C/svg%3E");
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-home > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href="/"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="/home/"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href$="/home"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 10 8-6 8 6v9H4Z'/%3E%3Cpath d='M9 19v-5h6v5'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-tin > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="tin-tuc"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="/tin"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='1.8'/%3E%3Cpath d='M8 9h4M8 13h8M8 16h8M15 9h1'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-linh-dao > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="linh-dao"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v3M12 19v3M2 12h3M19 12h3M4.9 4.9 7 7M17 17l2.1 2.1M19.1 4.9 17 7M7 17l-2.1 2.1'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-duc-maria > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item-ao-duc-ba > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="duc-maria"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="ao-duc-ba"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20S5 16 5 10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 6-7 10-7 10Z'/%3E%3Cpath d='M12 4v3M10.5 5.5h3'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-lectio-divina > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="lectio-divina"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5.5c2.8-.9 5.4-.4 8 1.4v12c-2.6-1.8-5.2-2.3-8-1.4zM20 5.5c-2.8-.9-5.4-.4-8 1.4v12c2.6-1.8 5.2-2.3 8-1.4z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-cac-thanh-a-thanh > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item-cac-thanh > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="cac-thanh-a-thanh"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="cac-thanh"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='m12 3 2.7 5.5 6.1.9-4.4 4.3 1 6.1-5.4-2.9-5.4 2.9 1-6.1-4.4-4.3 6.1-.9Z'/%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-dong-ba-cat-minh > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item-dong-ba > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item-huynh-doan > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="dong-ba-cat-minh"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="dong-ba"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="huynh-doan"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='9' r='3'/%3E%3Ccircle cx='16' cy='10' r='2.5'/%3E%3Cpath d='M3.5 19c.5-3 2.3-4.5 5.5-4.5s5 1.5 5.5 4.5M14 15c2.7-.2 4.7 1.2 5.5 4'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-on-goi > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="on-goi"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s-7-4.5-9-9a4.2 4.2 0 0 1 7-4.5L12 9l2-2.5a4.2 4.2 0 0 1 7 4.5c-2 4.5-9 9-9 9Z'/%3E%3Cpath d='M12 9v6M9 12h6'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-suy-tu > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="suy-tu"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="chia-se"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 14v-2a7 7 0 0 1 14 0v2'/%3E%3Crect x='3' y='13' width='4' height='6' rx='2'/%3E%3Crect x='17' y='13' width='4' height='6' rx='2'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-muc-vu > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="muc-vu"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8h16v11H4zM8 8V6h8v2M3 12h18M10 12v2h4v-2'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-lien-he > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="lien-he"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.5 7-12a7 7 0 1 0-14 0c0 6.5 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
  .main-navigation .primary-menu-container > ul > li.menu-item-cua-hang > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item-shop > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item-store > a:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="cua-hang"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="shop"]:before,
  .main-navigation .primary-menu-container > ul > li.menu-item > a[href*="store"]:before{
    --cm-menu-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l-1 12H7L6 8Z'/%3E%3Cpath d='M9 8a3 3 0 0 1 6 0M9 12h6'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image:var(--cm-menu-mask)!important;
    mask-image:var(--cm-menu-mask)!important;
  }
}

@media screen and (min-width:1025px) and (max-width:1439px){
  #main-header{display:none!important;}
  #mobile-header{display:block!important;}
}

@media screen and (min-width:1440px){
  .site-header-main-section-left{
    flex:0 0 clamp(300px, 23vw, 340px)!important;
    min-width:0!important;
  }
  .site-header-main-section-right{
    flex:1 1 auto!important;
    min-width:0!important;
  }
  #site-navigation.main-navigation,
  #site-navigation.main-navigation .primary-menu-container,
  #site-navigation.main-navigation .primary-menu{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  #site-navigation.main-navigation .primary-menu-container > ul.primary-menu{
    display:flex!important;
    flex-wrap:wrap!important;
    row-gap:4px!important;
  }
}

@media screen and (min-width:1440px){
  .site-main-header-inner-wrap{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-areas:"brand" "nav"!important;
  }
  .site-header-main-section-left{
    grid-area:brand!important;
  }
  .site-header-main-section-right{
    grid-area:nav!important;
  }
  .site-header-item.site-header-item-main-navigation,
  #site-navigation,
  .primary-menu-container,
  ul#primary-menu.menu{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  ul#primary-menu.menu{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:flex-start!important;
  }
  ul#primary-menu.menu > li.menu-item{
    flex:0 0 auto!important;
  }
}

body.home .cm-home-2026 > .cm-section.cm-cta:not(.cm-ongoi-feature) .cm-title{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:none!important;
  background-image:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  opacity:1!important;
  text-shadow:0 2px 12px rgba(0,0,0,.45)!important;
}
